:root {
  --navy: #0d1722;
  --navy-2: #111e2b;
  --ink: #13202d;
  --gold: #c7a76b;
  --gold-light: #ead9b7;
  --cream: #f5f1e9;
  --paper: #fbfaf7;
  --line: #dcd8cf;
  --muted: #67717a;
  --blue: #dceaf4;
  --green: #237b5b;
  --danger: #a94747;
  --radius: 20px;
  --shadow: 0 24px 70px rgba(6, 16, 25, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(13, 23, 34, 0.94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.nav-shell {
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 34px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: white;
  flex-shrink: 0;
}

.brand-mark {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  border: 1px solid var(--gold);
  color: var(--gold);
  font-size: 12px;
  letter-spacing: 0.08em;
  border-radius: 50%;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 18px;
  letter-spacing: 0.01em;
}

.brand small {
  margin-top: 2px;
  color: #b8c0c7;
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.nav-links {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 25px;
}

.nav-links a,
.text-link {
  color: #d7dce0;
  font-size: 14px;
}

.nav-links a:hover,
.text-link:hover {
  color: var(--gold-light);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.menu-button {
  display: none;
  padding: 7px;
  border: 0;
  background: transparent;
}

.menu-button span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px;
  background: white;
}

.button {
  min-height: 52px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 9px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, border 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-small {
  min-height: 42px;
  padding: 0 18px;
  font-size: 14px;
}

.button-gold {
  color: #111820;
  background: var(--gold);
}

.button-gold:hover {
  background: #d5ba86;
}

.button-outline {
  color: white;
  border-color: rgba(255, 255, 255, 0.28);
}

.button-dark {
  background: var(--navy);
  color: white;
}

.button-full {
  width: 100%;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 160px 0 100px;
  color: white;
  background:
    radial-gradient(circle at 78% 20%, rgba(199, 167, 107, 0.17), transparent 28%),
    linear-gradient(135deg, #0a131c, #111f2d 70%, #172634);
}

.hero::after {
  content: "";
  position: absolute;
  right: -170px;
  bottom: -220px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(199, 167, 107, 0.13);
  border-radius: 50%;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 58px;
}

.eyebrow {
  display: inline-block;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.17em;
}

.eyebrow.dark {
  color: #957641;
}

.hero h1 {
  max-width: 640px;
  margin: 20px 0 24px;
  font-size: clamp(42px, 5.1vw, 70px);
  line-height: 1.03;
  letter-spacing: -0.045em;
}

.hero h1 em {
  display: block;
  margin-top: 8px;
  color: var(--gold-light);
  font-style: normal;
  font-size: 0.78em;
  line-height: 1.08;
}

.hero-copy > p {
  max-width: 610px;
  margin: 0;
  color: #cbd2d8;
  font-size: 18px;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  gap: 12px;
  margin-top: 34px;
}

.hero-note {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 25px;
  color: #b9c1c8;
  font-size: 13px;
}

.hero-note span {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  color: var(--navy);
  background: var(--gold);
  border-radius: 50%;
}

.hero-note p {
  margin: 0;
}

.hero-visual {
  position: relative;
}

.pos-window {
  overflow: hidden;
  color: var(--ink);
  background: #eef0ee;
  border: 7px solid #22313e;
  border-radius: 26px;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.38);
  transform: perspective(1200px) rotateY(-3deg) rotateX(1deg);
}

.pos-topbar {
  min-height: 82px;
  padding: 17px 21px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  background: #101d29;
}

.pos-topbar span,
.pos-topbar strong {
  display: block;
}

.pos-topbar span {
  margin-bottom: 3px;
  color: var(--gold);
  font-size: 8px;
  letter-spacing: 0.15em;
}

.pos-topbar strong {
  font-size: 20px;
}

.pos-topbar b {
  padding: 9px 12px;
  color: #332819;
  background: var(--gold-light);
  border-radius: 999px;
  font-size: 8px;
  letter-spacing: 0.12em;
}

.pos-toolbar {
  padding: 12px 16px;
  display: flex;
  align-items: stretch;
  gap: 9px;
  background: white;
  border-bottom: 1px solid #d9dddc;
}

.pos-tabs {
  display: flex;
  gap: 5px;
  margin-right: auto;
}

.pos-tabs button {
  padding: 8px 14px;
  border: 0;
  border-radius: 7px;
  color: white;
  background: #182733;
  font-size: 9px;
}

.pos-tabs button + button {
  color: #6c7378;
  background: #eceeee;
}

.pos-stat {
  min-width: 87px;
  padding: 7px 10px;
  background: #f3f3f0;
  border-radius: 7px;
}

.pos-stat small,
.pos-stat strong {
  display: block;
}

.pos-stat small {
  color: #7a7f82;
  font-size: 6px;
  letter-spacing: 0.08em;
}

.pos-stat strong {
  margin-top: 2px;
  font-size: 12px;
}

.pos-body {
  padding: 14px;
  display: grid;
  grid-template-columns: 1fr 115px;
  gap: 12px;
}

.floor-panel {
  padding: 14px;
  background: white;
  border-radius: 13px;
}

.floor-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 13px;
}

.floor-heading small,
.floor-heading strong {
  display: block;
}

.floor-heading small {
  color: #9a7c46;
  font-size: 7px;
  letter-spacing: 0.12em;
}

.floor-heading strong {
  margin-top: 3px;
  font-size: 14px;
}

.mini-legend {
  display: flex;
  gap: 8px;
  color: #777e82;
  font-size: 6px;
}

.mini-legend span {
  display: flex;
  align-items: center;
  gap: 3px;
}

.dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.dot.free {
  background: #525a60;
}

.dot.open {
  background: #d2af6c;
}

.dot.sent {
  background: #70a9cf;
}

.table-grid {
  min-height: 300px;
  padding: 12px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-content: start;
  gap: 14px;
  background-image:
    linear-gradient(#edf0ee 1px, transparent 1px),
    linear-gradient(90deg, #edf0ee 1px, transparent 1px);
  background-size: 18px 18px;
  border-radius: 9px;
}

.preview-table {
  min-height: 68px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  background: #444e54;
  border: 2px solid transparent;
  border-radius: 10px;
  box-shadow: 0 5px 12px rgba(25, 35, 40, 0.12);
}

.preview-table.open {
  color: #59431f;
  background: #ead7ad;
  border-color: #c9a760;
}

.preview-table.sent {
  color: #245b7d;
  background: #dfedf6;
  border-color: #76aace;
}

.preview-table strong {
  font-size: 15px;
}

.preview-table span {
  margin: 3px 0;
  font-size: 8px;
  font-weight: 700;
}

.preview-table small {
  font-size: 6px;
  opacity: 0.75;
}

.printer-panel {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.printer-panel > small {
  color: #9a7c46;
  font-size: 7px;
  letter-spacing: 0.12em;
}

.printer-card,
.tip-card {
  padding: 11px;
  background: white;
  border-radius: 10px;
}

.printer-card {
  display: flex;
  align-items: center;
  gap: 8px;
}

.printer-icon {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  color: #466f8d;
  background: #e6f0f6;
  border-radius: 7px;
}

.printer-card strong,
.printer-card small {
  display: block;
}

.printer-card strong {
  font-size: 9px;
}

.printer-card small {
  margin-top: 3px;
  color: var(--green);
  font-size: 6px;
}

.tip-card {
  margin-top: auto;
}

.tip-card small {
  color: #9a7c46;
  font-size: 7px;
  letter-spacing: 0.1em;
}

.tip-card p {
  margin: 6px 0 0;
  color: #667177;
  font-size: 7px;
  line-height: 1.4;
}

.floating-card {
  position: absolute;
  padding: 13px 16px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.97);
  border-radius: 11px;
  box-shadow: var(--shadow);
}

.floating-card span,
.floating-card strong {
  display: block;
}

.floating-card span {
  color: #9a7c46;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.11em;
}

.floating-card strong {
  margin-top: 4px;
  font-size: 13px;
}

.floating-card-left {
  left: -28px;
  bottom: 42px;
}

.floating-card-right {
  right: -15px;
  top: 84px;
}

.trust-strip {
  background: #efeae1;
  border-bottom: 1px solid #ded7ca;
}

.trust-grid {
  min-height: 88px;
  display: grid;
  grid-template-columns: 1.2fr repeat(6, 1fr);
  align-items: center;
  gap: 20px;
}

.trust-grid p {
  color: #8c7650;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.trust-grid span {
  color: #525a60;
  font-weight: 700;
  text-align: center;
}

.section {
  padding: 105px 0;
}

.split-heading {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 80px;
}

h2 {
  margin: 17px 0 0;
  font-size: clamp(37px, 4.2vw, 58px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.lead-copy {
  padding-top: 8px;
}

.lead-copy p {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}

.training-section {
  background: #f0ece4;
}

.training-grid {
  display: grid;
  grid-template-columns: 1fr 70px 1fr;
  align-items: stretch;
}

.training-panel {
  padding: 45px;
  background: #f8f6f1;
  border: 1px solid #ddd6c9;
  border-radius: 20px;
}

.training-panel.featured {
  color: white;
  background: var(--navy);
  border-color: var(--navy);
  box-shadow: var(--shadow);
}

.panel-label {
  color: #9a7c46;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.training-panel.featured .panel-label {
  color: var(--gold);
}

.training-panel h3 {
  max-width: 430px;
  margin: 16px 0 30px;
  font-size: 31px;
  letter-spacing: -0.03em;
}

.training-panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.training-panel li {
  position: relative;
  margin: 17px 0;
  padding-left: 31px;
  color: #656e74;
  line-height: 1.5;
}

.training-panel.featured li {
  color: #d2d8dc;
}

.training-panel li::before {
  position: absolute;
  left: 0;
  top: -1px;
  width: 21px;
  height: 21px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 800;
}

.negative-list li::before {
  content: "×";
  color: var(--danger);
  background: #f4dddd;
}

.positive-list li::before {
  content: "✓";
  color: #173d30;
  background: #bfe0d3;
}

.training-divider {
  display: grid;
  place-items: center;
}

.training-divider span {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  color: #7f6a45;
  background: white;
  border: 1px solid #d7ccba;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 800;
}

.section-heading.centered {
  max-width: 760px;
  margin: 0 auto 55px;
  text-align: center;
}

.section-heading.centered p {
  max-width: 630px;
  margin: 20px auto 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.feature-card {
  min-height: 285px;
  padding: 32px;
  background: white;
  border: 1px solid #e3dfd7;
  border-radius: 16px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 45px rgba(15, 27, 37, 0.09);
}

.feature-card > span {
  color: #ae8d52;
  font-size: 12px;
  font-weight: 800;
}

.feature-card h3 {
  margin: 45px 0 14px;
  font-size: 23px;
  letter-spacing: -0.02em;
}

.feature-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.usecase-section {
  color: white;
  background: var(--navy);
}

.usecase-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 90px;
  align-items: center;
}

.usecase-grid h2 {
  max-width: 590px;
}

.usecase-grid > div:first-child > p {
  max-width: 560px;
  margin: 24px 0 32px;
  color: #bdc5cb;
  font-size: 18px;
  line-height: 1.7;
}

.usecase-list {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.usecase-list div {
  min-height: 72px;
  display: grid;
  grid-template-columns: 55px 1fr;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.usecase-list span {
  color: var(--gold);
  font-size: 12px;
}

.usecase-list p {
  margin: 0;
  font-size: 17px;
}

.steps-section {
  background: var(--cream);
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: #d9d2c6;
  border: 1px solid #d9d2c6;
}

.steps-grid article {
  min-height: 305px;
  padding: 30px;
  background: var(--cream);
}

.steps-grid b {
  color: #a18450;
  font-size: 13px;
}

.steps-grid h3 {
  margin: 100px 0 13px;
  font-size: 22px;
}

.steps-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.roadmap-section {
  color: white;
  background:
    linear-gradient(120deg, rgba(199,167,107,0.08), transparent 40%),
    #142331;
}

.roadmap-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 85px;
}

.roadmap-copy > p {
  margin: 0;
  color: #c5cdd2;
  font-size: 18px;
  line-height: 1.75;
}

.roadmap-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 28px 0 24px;
}

.roadmap-tags span {
  padding: 10px 13px;
  color: #f4ead7;
  background: rgba(199, 167, 107, 0.12);
  border: 1px solid rgba(199, 167, 107, 0.32);
  border-radius: 999px;
  font-size: 13px;
}

.roadmap-copy small {
  display: block;
  color: #929da5;
  line-height: 1.6;
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 90px;
}

.faq-intro {
  position: sticky;
  top: 125px;
  align-self: start;
}

.faq-intro p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.faq-list details {
  border-bottom: 1px solid #d9d7d1;
}

.faq-list summary {
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  gap: 25px;
  cursor: pointer;
  list-style: none;
  font-size: 18px;
  font-weight: 700;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  color: #a1834d;
  font-size: 24px;
  font-weight: 400;
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
}

.faq-list details p {
  max-width: 720px;
  margin: 0;
  padding: 0 40px 24px 0;
  color: var(--muted);
  line-height: 1.7;
}

.demo-section {
  color: white;
  background: #0c1620;
}

.demo-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 80px;
  align-items: start;
}

.demo-grid h2 {
  max-width: 510px;
}

.demo-grid > div:first-child > p {
  max-width: 520px;
  margin: 22px 0;
  color: #bdc5cb;
  font-size: 17px;
  line-height: 1.7;
}

.demo-points {
  display: grid;
  gap: 12px;
  margin-top: 32px;
  color: #d4dadd;
  font-size: 14px;
}

.demo-form,
.form-success {
  padding: 35px;
  color: var(--ink);
  background: white;
  border-radius: 18px;
}

.demo-form label {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
  font-size: 13px;
  font-weight: 700;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.demo-form input,
.demo-form select {
  width: 100%;
  min-height: 49px;
  padding: 0 13px;
  border: 1px solid #d6d6d2;
  border-radius: 8px;
  outline: none;
  background: #fbfbf9;
}

.demo-form input:focus,
.demo-form select:focus {
  border-color: #b89556;
  box-shadow: 0 0 0 3px rgba(199, 167, 107, 0.18);
}

.checkbox-label {
  grid-template-columns: 18px 1fr !important;
  align-items: start;
  font-weight: 400 !important;
  line-height: 1.45;
}

.checkbox-label input {
  min-height: auto;
  margin: 3px 0 0;
}

.form-success {
  text-align: center;
}

.form-success > span {
  width: 48px;
  height: 48px;
  margin: 0 auto;
  display: grid;
  place-items: center;
  color: #174635;
  background: #c9e4da;
  border-radius: 50%;
  font-size: 22px;
}

.form-success h3 {
  margin: 17px 0 9px;
  font-size: 27px;
}

.form-success p {
  margin: 0 auto 23px;
  max-width: 460px;
  color: var(--muted);
  line-height: 1.6;
}

.site-footer {
  padding: 72px 0 20px;
  color: white;
  background: #081118;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.7fr 0.7fr 1fr;
  gap: 55px;
}

.footer-brand p,
.footer-grid > div:last-child p {
  max-width: 310px;
  color: #939da4;
  font-size: 14px;
  line-height: 1.6;
}

.footer-grid > div:not(:first-child) {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-grid > div > strong {
  margin-bottom: 5px;
  color: var(--gold-light);
  font-size: 13px;
}

.footer-grid a:not(.brand) {
  color: #aeb6bc;
  font-size: 14px;
}

.footer-bottom {
  margin-top: 55px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #717c84;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  font-size: 12px;
}

.legal-page {
  min-height: 100vh;
  padding: 80px 20px;
  background: var(--cream);
}

.legal-shell {
  max-width: 820px;
  margin: 0 auto;
  padding: 50px;
  background: white;
  border: 1px solid #e1ddd5;
  border-radius: 18px;
}

.legal-shell > a {
  display: inline-block;
  margin-bottom: 45px;
  color: #8a7044;
  font-size: 14px;
  font-weight: 700;
}

.legal-shell h1 {
  margin: 15px 0 8px;
  font-size: 48px;
  letter-spacing: -0.04em;
}

.legal-updated {
  color: var(--muted);
}

.legal-shell h2 {
  margin-top: 35px;
  font-size: 23px;
  letter-spacing: -0.02em;
}

.legal-shell p {
  color: var(--muted);
  line-height: 1.75;
}

.legal-warning {
  margin-top: 35px;
  padding: 18px;
  color: #755824;
  background: #f5ead3;
  border: 1px solid #dfc995;
  border-radius: 9px;
  line-height: 1.55;
}

@media (max-width: 1050px) {
  .nav-links {
    display: none;
  }

  .nav-actions {
    margin-left: auto;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 760px;
  }

  .hero-visual {
    max-width: 760px;
    margin: 15px auto 0;
  }

  .trust-grid {
    grid-template-columns: repeat(3, 1fr);
    padding: 22px 0;
  }

  .trust-grid p {
    grid-column: 1 / -1;
    margin: 0;
    text-align: center;
  }

  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-grid {
    grid-template-columns: 1.3fr 0.7fr 0.7fr;
  }

  .footer-grid > div:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(100% - 28px, 1180px);
  }

  .site-header {
    position: absolute;
  }

  .nav-shell {
    min-height: 70px;
  }

  .nav-actions {
    display: none;
  }

  .menu-button {
    display: block;
    margin-left: auto;
  }

  .nav-links.open {
    position: absolute;
    top: 70px;
    left: 14px;
    right: 14px;
    padding: 18px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: #111f2c;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 12px;
  }

  .nav-links.open a {
    padding: 13px 5px;
    border-bottom: 1px solid rgba(255,255,255,0.07);
  }

  .hero {
    padding: 120px 0 70px;
  }

  .hero-grid {
    gap: 40px;
  }

  .hero h1 {
    font-size: 43px;
  }

  .hero-copy > p {
    font-size: 16px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .pos-window {
    transform: none;
    border-width: 4px;
  }

  .pos-body {
    grid-template-columns: 1fr;
  }

  .printer-panel {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .printer-panel > small,
  .tip-card {
    display: none;
  }

  .floating-card {
    display: none;
  }

  .table-grid {
    min-height: auto;
    gap: 8px;
  }

  .preview-table {
    min-height: 58px;
  }

  .pos-stat {
    display: none;
  }

  .section {
    padding: 75px 0;
  }

  .split-heading,
  .training-grid,
  .usecase-grid,
  .roadmap-grid,
  .faq-grid,
  .demo-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .training-divider {
    margin: -8px 0;
  }

  .training-panel {
    padding: 30px 24px;
  }

  .feature-grid,
  .steps-grid,
  .form-row,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .feature-card {
    min-height: auto;
  }

  .feature-card h3 {
    margin-top: 32px;
  }

  .steps-grid article {
    min-height: 245px;
  }

  .steps-grid h3 {
    margin-top: 65px;
  }

  .faq-intro {
    position: static;
  }

  .demo-form,
  .form-success {
    padding: 25px 20px;
  }

  .footer-grid > div:last-child {
    grid-column: auto;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .legal-shell {
    padding: 30px 22px;
  }

  .legal-shell h1 {
    font-size: 38px;
  }
}


/* InstaSpeed integrated platform preview */
.platform-window {
  overflow: hidden;
  color: var(--ink);
  background: #eef1f3;
  border: 7px solid #22313e;
  border-radius: 26px;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.38);
  transform: perspective(1200px) rotateY(-3deg) rotateX(1deg);
}

.platform-topbar {
  min-height: 70px;
  padding: 13px 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  background: #0d1822;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.platform-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.platform-logo {
  width: 33px;
  height: 33px;
  display: grid;
  place-items: center;
  color: var(--gold);
  border: 1px solid var(--gold);
  border-radius: 50%;
  font-size: 9px;
  font-weight: 800;
}

.platform-brand small,
.platform-brand strong {
  display: block;
}

.platform-brand small {
  color: var(--gold);
  font-size: 7px;
  letter-spacing: .16em;
}

.platform-brand strong {
  margin-top: 2px;
  font-size: 15px;
}

.platform-status {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #b9c4cc;
  font-size: 8px;
}

.platform-status b {
  margin-left: 5px;
  padding: 7px 9px;
  color: white;
  background: rgba(255,255,255,.06);
  border-radius: 6px;
  font-size: 8px;
}

.live-dot {
  width: 7px;
  height: 7px;
  background: #5fc69b;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(95,198,155,.11);
}

.platform-shell {
  display: grid;
  grid-template-columns: 68px 1fr;
  min-height: 435px;
}

.platform-sidebar {
  padding: 14px 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #7b8790;
  background: #101d27;
  border-right: 1px solid #263640;
}

.side-item {
  min-height: 55px;
  padding: 7px 4px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 4px;
  border-radius: 9px;
}

.side-item span {
  font-size: 14px;
}

.side-item small {
  font-size: 6px;
}

.side-item.active {
  color: #f3e4c7;
  background: rgba(199,167,107,.13);
  border: 1px solid rgba(199,167,107,.19);
}

.platform-main {
  padding: 14px;
  min-width: 0;
  background:
    radial-gradient(circle at 88% 2%, rgba(199,167,107,.09), transparent 28%),
    #f4f5f4;
}

.platform-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.platform-heading small,
.platform-heading strong {
  display: block;
}

.platform-heading small {
  color: #9b7b45;
  font-size: 6px;
  font-weight: 800;
  letter-spacing: .13em;
}

.platform-heading strong {
  margin-top: 3px;
  font-size: 13px;
}

.platform-heading button {
  padding: 8px 10px;
  color: #0e1822;
  background: var(--gold);
  border: 0;
  border-radius: 7px;
  font-size: 7px;
  font-weight: 800;
}

.metric-row {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.mini-metric {
  padding: 10px;
  background: white;
  border: 1px solid #e0e4e4;
  border-radius: 9px;
}

.mini-metric small,
.mini-metric strong,
.mini-metric span {
  display: block;
}

.mini-metric small {
  color: #899298;
  font-size: 5px;
  letter-spacing: .08em;
}

.mini-metric strong {
  margin-top: 4px;
  font-size: 13px;
}

.mini-metric span {
  margin-top: 2px;
  color: #47876b;
  font-size: 6px;
}

.workspace-grid {
  margin-top: 9px;
  display: grid;
  grid-template-columns: 1.45fr .85fr;
  gap: 9px;
}

.floor-workspace,
.live-order {
  background: white;
  border: 1px solid #e0e4e4;
  border-radius: 10px;
}

.floor-workspace {
  padding: 10px;
}

.workspace-tabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.workspace-tabs > div {
  display: flex;
  gap: 4px;
}

.workspace-tabs button {
  padding: 6px 9px;
  color: #788087;
  background: #edf0f0;
  border: 0;
  border-radius: 6px;
  font-size: 6px;
  font-weight: 700;
}

.workspace-tabs button.active {
  color: white;
  background: #162633;
}

.workspace-tabs > span {
  color: #8b949a;
  font-size: 6px;
}

.smart-table-grid {
  margin-top: 9px;
  padding: 8px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  background:
    linear-gradient(#eef1ef 1px, transparent 1px),
    linear-gradient(90deg, #eef1ef 1px, transparent 1px);
  background-size: 15px 15px;
  border-radius: 7px;
}

.smart-table {
  min-height: 48px;
  padding: 6px;
  display: grid;
  place-items: center;
  align-content: center;
  color: #536067;
  background: rgba(255,255,255,.95);
  border: 1px solid #d9dede;
  border-radius: 8px;
}

.smart-table b {
  font-size: 10px;
}

.smart-table span {
  margin: 2px 0;
  font-size: 7px;
  font-weight: 700;
}

.smart-table small {
  color: #8a9499;
  font-size: 5px;
}

.smart-table.active {
  color: #315f78;
  background: #e6f1f7;
  border-color: #91b8cd;
}

.smart-table.busy {
  color: #644b23;
  background: #f1e4c9;
  border-color: #cfb273;
}

.live-order {
  padding: 11px;
  display: flex;
  flex-direction: column;
}

.order-head {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 6px;
}

.order-head small,
.order-head strong {
  display: block;
}

.order-head small {
  color: #9a7c46;
  font-size: 5px;
  letter-spacing: .12em;
}

.order-head strong {
  margin-top: 2px;
  font-size: 9px;
}

.order-head > span {
  padding: 5px 6px;
  color: #66727a;
  background: #f0f2f2;
  border-radius: 999px;
  font-size: 5px;
}

.order-lines {
  margin-top: 9px;
  display: grid;
  gap: 7px;
}

.order-lines div {
  display: flex;
  justify-content: space-between;
  gap: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid #edf0f0;
  font-size: 6px;
}

.order-lines b {
  flex-shrink: 0;
}

.order-total {
  margin-top: auto;
  padding-top: 9px;
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.order-total small {
  color: #8a9399;
  font-size: 5px;
}

.order-total strong {
  font-size: 13px;
}

.live-order > button {
  margin-top: 8px;
  padding: 8px;
  color: white;
  background: #142431;
  border: 0;
  border-radius: 7px;
  font-size: 6px;
  font-weight: 800;
}

.insight-strip {
  margin-top: 9px;
  padding: 9px 10px;
  display: grid;
  grid-template-columns: 25px 1fr auto;
  gap: 8px;
  align-items: center;
  color: #eef3f5;
  background: #142431;
  border-radius: 9px;
}

.insight-icon {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  color: #1d2930;
  background: var(--gold);
  border-radius: 7px;
  font-size: 11px;
}

.insight-strip small,
.insight-strip strong {
  display: block;
}

.insight-strip small {
  color: var(--gold);
  font-size: 5px;
  letter-spacing: .11em;
}

.insight-strip strong {
  margin-top: 2px;
  font-size: 6px;
  font-weight: 600;
}

.insight-tag {
  padding: 4px 6px;
  color: #bbebd5;
  background: rgba(79,184,137,.13);
  border: 1px solid rgba(79,184,137,.25);
  border-radius: 999px;
  font-size: 5px;
  font-weight: 800;
}

@media (max-width: 760px) {
  .platform-window {
    transform: none;
    border-width: 4px;
  }

  .platform-shell {
    grid-template-columns: 48px 1fr;
    min-height: 390px;
  }

  .platform-sidebar {
    padding: 10px 5px;
  }

  .side-item {
    min-height: 46px;
  }

  .side-item small {
    display: none;
  }

  .metric-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .mini-metric:nth-child(3) {
    display: none;
  }

  .workspace-grid {
    grid-template-columns: 1fr;
  }

  .live-order {
    display: none;
  }

  .insight-strip {
    grid-template-columns: 24px 1fr;
  }

  .insight-tag {
    display: none;
  }
}


/* InstaSpeed OS preview v7 */
.os-preview {
  overflow: hidden;
  border-width: 5px;
  border-color: #263847;
  background: linear-gradient(180deg, #0e1822 0%, #101c27 100%);
  box-shadow:
    0 36px 90px rgba(0,0,0,.34),
    inset 0 1px 0 rgba(255,255,255,.05);
}

.os-topbar {
  min-height: 58px;
  padding: 11px 15px;
  background: linear-gradient(180deg, #0a131c 0%, #0e1822 100%);
}

.os-brand .platform-logo {
  width: 30px;
  height: 30px;
  font-size: 8px;
}

.os-brand small {
  font-size: 6px;
}

.os-brand strong {
  font-size: 14px;
}

.os-top-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.os-sync,
.os-time {
  padding: 6px 8px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #d5dde2;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 999px;
  font-size: 7px;
  font-weight: 700;
}

.os-sync i {
  width: 6px;
  height: 6px;
  background: #55c998;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(85,201,152,.14);
}

.os-shell {
  grid-template-columns: 54px 1fr;
  min-height: 396px;
  background: #0f1b24;
}

.os-sidebar {
  padding: 10px 6px;
  gap: 6px;
  background: linear-gradient(180deg, #101d27 0%, #0d1720 100%);
  border-right: 1px solid rgba(255,255,255,.05);
}

.os-sidebar .side-item {
  min-height: 49px;
  gap: 3px;
  border: 1px solid transparent;
  background: rgba(255,255,255,.015);
}

.os-sidebar .side-item span {
  font-size: 12px;
}

.os-sidebar .side-item small {
  font-size: 5px;
}

.os-sidebar .side-item.active {
  background: rgba(199,167,107,.10);
  border-color: rgba(199,167,107,.18);
}

.os-main {
  padding: 10px;
  background:
    radial-gradient(circle at 85% -10%, rgba(199,167,107,.10), transparent 32%),
    linear-gradient(180deg, #f6f7f7 0%, #f2f4f4 100%);
}

.os-commandbar {
  min-height: 34px;
  padding: 6px 8px;
  display: grid;
  grid-template-columns: 1.2fr auto;
  gap: 8px;
  align-items: center;
  background: rgba(255,255,255,.84);
  border: 1px solid #e0e6e7;
  border-radius: 10px;
  box-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.os-search {
  color: #92a0a8;
  font-size: 7px;
}

.os-command-actions {
  display: flex;
  align-items: center;
  gap: 5px;
}

.os-chip {
  padding: 5px 7px;
  color: #728089;
  background: #f1f4f4;
  border: 1px solid #e3e8e9;
  border-radius: 999px;
  font-size: 6px;
  font-weight: 700;
}

.os-chip.active {
  color: white;
  background: #162734;
  border-color: #162734;
}

.os-command-actions button {
  padding: 6px 9px;
  color: #101822;
  background: var(--gold);
  border: 0;
  border-radius: 8px;
  font-size: 6px;
  font-weight: 800;
}

.os-metrics {
  margin-top: 8px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
}

.os-metric {
  min-height: 54px;
  padding: 9px 10px;
  background: linear-gradient(180deg, #ffffff 0%, #fafbfb 100%);
  border: 1px solid #dfe5e6;
  border-radius: 10px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.7);
}

.os-metric small,
.os-metric strong,
.os-metric span {
  display: block;
}

.os-metric small {
  color: #8d989f;
  font-size: 5px;
  font-weight: 800;
  letter-spacing: .12em;
}

.os-metric strong {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.15;
}

.os-metric span {
  margin-top: 3px;
  font-size: 5px;
  color: #4f8a71;
}

.os-metric.highlight {
  background: linear-gradient(135deg, #132431 0%, #172c3c 100%);
  border-color: #1a3446;
}

.os-metric.highlight small {
  color: var(--gold);
}

.os-metric.highlight strong {
  color: #f3f7f8;
  font-size: 9px;
}

.os-metric.highlight span {
  color: #c5d1d7;
}

.os-workspace {
  margin-top: 8px;
  display: grid;
  grid-template-columns: 1.25fr .82fr;
  gap: 8px;
}

.os-service-map,
.os-order-card,
.os-queue-card,
.os-performance-card,
.os-tags-card {
  background: linear-gradient(180deg, #ffffff 0%, #fafbfb 100%);
  border: 1px solid #dfe5e6;
  border-radius: 11px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.75);
}

.os-service-map {
  padding: 9px;
}

.os-right-stack {
  display: grid;
  gap: 8px;
}

.os-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}

.os-panel-head.compact span,
.os-panel-head > span {
  padding: 4px 6px;
  color: #7e8a92;
  background: #f1f4f5;
  border-radius: 999px;
  font-size: 5px;
  font-weight: 700;
}

.os-panel-head small,
.os-panel-head strong {
  display: block;
}

.os-panel-head small {
  color: #9d7f47;
  font-size: 5px;
  letter-spacing: .12em;
}

.os-panel-head strong {
  margin-top: 2px;
  font-size: 9px;
}

.os-zone-tabs {
  margin-top: 8px;
  display: flex;
  gap: 5px;
}

.os-zone-tabs button {
  padding: 6px 8px;
  color: #78838a;
  background: #f2f4f5;
  border: 1px solid #e2e8e9;
  border-radius: 7px;
  font-size: 6px;
  font-weight: 700;
}

.os-zone-tabs button.active {
  color: white;
  background: #152533;
  border-color: #152533;
}

.os-table-grid {
  margin-top: 8px;
  padding: 7px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  background:
    linear-gradient(#edf1f1 1px, transparent 1px),
    linear-gradient(90deg, #edf1f1 1px, transparent 1px);
  background-size: 13px 13px;
  border-radius: 8px;
}

.os-table {
  min-height: 42px;
  padding: 5px;
  display: grid;
  align-content: center;
  justify-items: center;
  background: rgba(255,255,255,.96);
  border: 1px solid #dce2e3;
  border-radius: 8px;
  color: #556269;
}

.os-table b {
  font-size: 9px;
}

.os-table span {
  margin: 2px 0 1px;
  font-size: 6px;
  font-weight: 800;
}

.os-table small {
  color: #8a9499;
  font-size: 4.8px;
}

.os-table.active {
  color: #315f78;
  background: linear-gradient(180deg, #edf6fb 0%, #e6f1f7 100%);
  border-color: #9cbfd2;
}

.os-table.busy {
  color: #694e24;
  background: linear-gradient(180deg, #f4e6c9 0%, #f0e1bf 100%);
  border-color: #d0b375;
}

.os-order-card,
.os-queue-card,
.os-performance-card,
.os-tags-card {
  padding: 9px;
}

.os-order-lines {
  margin-top: 8px;
  display: grid;
  gap: 6px;
}

.os-order-lines div {
  display: flex;
  justify-content: space-between;
  gap: 6px;
  padding-bottom: 6px;
  border-bottom: 1px solid #edf1f2;
  font-size: 5.8px;
}

.os-order-total {
  margin-top: 7px;
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.os-order-total small {
  color: #8b979d;
  font-size: 5px;
}

.os-order-total strong {
  font-size: 12px;
}

.os-order-card button {
  width: 100%;
  margin-top: 8px;
  padding: 8px;
  color: white;
  background: linear-gradient(180deg, #132330 0%, #10202c 100%);
  border: 0;
  border-radius: 8px;
  font-size: 6px;
  font-weight: 800;
}

.os-activity-list {
  margin-top: 8px;
  display: grid;
  gap: 6px;
}

.os-activity-list div {
  display: grid;
  grid-template-columns: 10px 1fr auto;
  align-items: center;
  gap: 6px;
  font-size: 5.6px;
}

.os-activity-list i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.os-activity-list i.gold { background: #c7a76b; }
.os-activity-list i.blue { background: #7eaed0; }
.os-activity-list i.green { background: #55b889; }

.os-activity-list span { color: #41505a; }
.os-activity-list b { color: #87939a; font-weight: 700; }

.os-bottom-grid {
  margin-top: 8px;
  display: grid;
  grid-template-columns: 1fr .95fr;
  gap: 8px;
}

.os-bars {
  height: 70px;
  margin-top: 8px;
  padding: 0 4px 2px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
  align-items: end;
}

.os-bars span {
  border-radius: 7px 7px 3px 3px;
  background: linear-gradient(180deg, #c7a76b 0%, #8ab7d2 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.35);
}

.os-tags {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.os-tags span {
  padding: 6px 8px;
  color: #4e5b64;
  background: #f3f5f6;
  border: 1px solid #e4e8ea;
  border-radius: 999px;
  font-size: 5.8px;
  font-weight: 700;
}

@media (max-width: 760px) {
  .os-preview {
    transform: none;
    border-width: 4px;
  }

  .os-shell {
    grid-template-columns: 42px 1fr;
    min-height: 348px;
  }

  .os-sidebar .side-item {
    min-height: 40px;
  }

  .os-sidebar .side-item small {
    display: none;
  }

  .os-commandbar {
    grid-template-columns: 1fr;
  }

  .os-command-actions button {
    display: none;
  }

  .os-metrics {
    grid-template-columns: repeat(2, 1fr);
  }

  .os-metric.highlight {
    grid-column: 1 / -1;
  }

  .os-workspace,
  .os-bottom-grid {
    grid-template-columns: 1fr;
  }

  .os-right-stack,
  .os-bottom-grid {
    display: none;
  }

  .os-table-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}


.hero-pricing-badge {
  margin-top: 28px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  color: #f4ead7;
  background: rgba(199, 167, 107, 0.12);
  border: 1px solid rgba(199, 167, 107, 0.28);
  border-radius: 999px;
  font-size: 14px;
  line-height: 1.4;
}

.hero-pricing-badge strong {
  color: var(--gold-light);
  font-size: 12px;
  letter-spacing: 0.12em;
}

.hero-pricing-badge span {
  font-weight: 700;
}

.pricing-position-section {
  background: #f8f5ee;
  border-top: 1px solid #e5ddd1;
  border-bottom: 1px solid #e5ddd1;
}

.pricing-position-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 80px;
  align-items: start;
}

.pricing-position-copy p {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}

.pricing-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.pricing-tags span {
  padding: 10px 14px;
  color: #5b4822;
  background: #f3e8cf;
  border: 1px solid #dec58d;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 760px) {
  .hero-pricing-badge {
    width: 100%;
    border-radius: 16px;
  }

  .pricing-position-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}


.platform-tabs-section {
  background: #f8f5ee;
  border-top: 1px solid #e5ddd1;
  border-bottom: 1px solid #e5ddd1;
}

.platform-tab-shell {
  margin-top: 34px;
}

.platform-tab-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 24px;
}

.platform-tab-button {
  padding: 12px 18px;
  color: #5e6871;
  background: #ffffff;
  border: 1px solid #ddd7cb;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: all .2s ease;
}

.platform-tab-button.active {
  color: #101822;
  background: #f1e1bb;
  border-color: #d2b171;
}

.platform-tab-panel {
  display: none;
}

.platform-tab-panel.active {
  display: block;
}

.platform-tab-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 56px;
  align-items: start;
  padding: 34px;
  background: #ffffff;
  border: 1px solid #e4ddd1;
  border-radius: 24px;
  box-shadow: 0 18px 50px rgba(16, 24, 34, 0.06);
}

.platform-tab-grid h3 {
  margin: 0 0 18px;
  color: var(--ink);
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.platform-tab-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.8;
}

.platform-price-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 28px;
}

.price-card {
  padding: 22px;
  border-radius: 18px;
  border: 1px solid #e5ded3;
}

.price-card small,
.price-card strong,
.price-card span {
  display: block;
}

.price-card small {
  color: #85724b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.price-card strong {
  margin-top: 10px;
  font-size: 28px;
  line-height: 1.1;
}

.price-card span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 15px;
}

.price-card.competitor {
  background: #fbf8f2;
}

.price-card.competitor s {
  color: #8b9197;
}

.price-card.own {
  color: #1a2430;
  background: #f3e8cf;
  border-color: #dec58d;
}

.price-card.own span {
  color: #6a5123;
  font-weight: 700;
}

.platform-tab-points {
  display: grid;
  gap: 14px;
}

.platform-tab-points div {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  align-items: start;
  padding: 18px;
  background: #f9fafb;
  border: 1px solid #e7ecef;
  border-radius: 18px;
}

.platform-tab-points span {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  color: #6a5123;
  background: #f3e8cf;
  border: 1px solid #dec58d;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 800;
}

.platform-tab-points p {
  margin: 0;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.6;
}

@media (max-width: 760px) {
  .platform-tab-grid {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 22px;
  }

  .platform-price-compare {
    grid-template-columns: 1fr;
  }

  .platform-tab-points div {
    grid-template-columns: 44px 1fr;
    padding: 14px;
  }

  .platform-tab-points span {
    width: 44px;
    height: 44px;
  }
}


/* InstaSpeed preview refinement v11 */
.os-metrics {
  grid-template-columns: repeat(4, 1fr);
}

.os-metric.wide {
  grid-column: span 2;
}

.os-management-card,
.os-inventory-card {
  padding: 9px;
  background: linear-gradient(180deg, #ffffff 0%, #fafbfb 100%);
  border: 1px solid #dfe5e6;
  border-radius: 11px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.75);
}

.os-mini-stats {
  margin-top: 8px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}

.os-mini-stats div {
  padding: 8px 6px;
  background: #f5f7f8;
  border: 1px solid #e5eaec;
  border-radius: 8px;
  text-align: center;
}

.os-mini-stats span,
.os-mini-stats small {
  display: block;
}

.os-mini-stats span {
  color: #152533;
  font-size: 11px;
  font-weight: 800;
}

.os-mini-stats small {
  margin-top: 3px;
  color: #7e8a92;
  font-size: 5px;
}

.os-alert-list {
  margin-top: 8px;
  display: grid;
  gap: 7px;
}

.os-alert-list div {
  display: grid;
  grid-template-columns: 12px 1fr;
  align-items: center;
  gap: 6px;
  font-size: 5.8px;
  color: #46555f;
}

.os-alert-list i {
  width: 8px;
  height: 8px;
  background: #c7a76b;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(199,167,107,.14);
}

.os-bottom-grid {
  grid-template-columns: 1fr 1fr 0.9fr;
}

@media (max-width: 760px) {
  .os-metrics {
    grid-template-columns: repeat(2, 1fr);
  }

  .os-metric.wide {
    grid-column: 1 / -1;
  }

  .os-management-card,
  .os-inventory-card {
    display: none;
  }

  .os-bottom-grid {
    grid-template-columns: 1fr;
  }

  .os-inventory-card {
    display: none;
  }
}


/* v14: restore original InstaSpeed site proportions */
.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.hero {
  padding: 160px 0 100px;
}

.hero-grid {
  grid-template-columns: 0.9fr 1.1fr;
  gap: 58px;
  align-items: center;
}

.hero-copy > p {
  max-width: 610px;
  font-size: 18px;
  line-height: 1.65;
}

.hero-visual {
  margin-right: 0;
}

/* Advanced preview, but kept inside the original visual footprint */
.os-preview {
  border-width: 5px;
  border-radius: 26px;
  transform: perspective(1200px) rotateY(-3deg) rotateX(1deg);
}

.os-topbar {
  min-height: 62px;
  padding: 11px 15px;
}

.os-brand .platform-logo {
  width: 31px;
  height: 31px;
}

.os-brand strong {
  font-size: 15px;
}

.os-shell {
  grid-template-columns: 54px 1fr;
  min-height: 440px;
}

.os-main {
  padding: 10px;
}

.os-commandbar {
  min-height: 34px;
  padding: 6px 8px;
}

.os-metrics {
  margin-top: 8px;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
}

.os-metric {
  min-height: 58px;
  padding: 9px 10px;
}

.os-metric strong {
  font-size: 12px;
}

.os-metric.wide {
  grid-column: span 2;
}

.os-workspace {
  margin-top: 8px;
  grid-template-columns: 1.3fr .85fr;
  gap: 8px;
}

.os-service-map,
.os-order-card,
.os-queue-card,
.os-management-card,
.os-performance-card,
.os-tags-card,
.os-inventory-card {
  border-radius: 10px;
}

.os-table-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  padding: 7px;
}

.os-table {
  min-height: 43px;
}

.os-right-stack {
  gap: 8px;
}

.os-management-card {
  display: block;
}

.os-bottom-grid {
  margin-top: 8px;
  grid-template-columns: 1.15fr 1fr .9fr;
  gap: 8px;
}

.os-bars {
  height: 64px;
}

/* Keep the commercial tabs spacious like the original sections */
.platform-tab-grid {
  grid-template-columns: 1.15fr .85fr;
  gap: 56px;
  padding: 34px;
}

.hero-pricing-badge {
  margin-top: 28px;
}

@media (max-width: 1050px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    max-width: 760px;
    margin: 15px auto 0;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(100% - 28px, 1180px);
  }

  .hero {
    padding: 120px 0 70px;
  }

  .os-preview {
    transform: none;
    border-width: 4px;
  }

  .os-shell {
    grid-template-columns: 42px 1fr;
    min-height: 350px;
  }

  .os-metrics {
    grid-template-columns: repeat(2, 1fr);
  }

  .os-metric.wide {
    grid-column: 1 / -1;
  }

  .os-workspace {
    grid-template-columns: 1fr;
  }

  .os-right-stack,
  .os-bottom-grid {
    display: none;
  }

  .os-table-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .platform-tab-grid {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 22px;
  }
}
