@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=Lato:wght@400;700;900&display=swap');

:root {
  --navy: #091026;
  --navy2: #111a35;
  --cream: #F5F4EE;
  --white: #ffffff;
  --gold: #bfa45f;
  --gold2: #e2c77e;
  --ink: #141824;
  --muted: #647086;
  --line: #e6e3d8;
  --soft: #f8f7f2;
  --green: #25D366;
  --pink: #e1306c;
  --red: #df3b3b;
  --blue: #2f76d2;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: 'Lato', system-ui, -apple-system, Segoe UI, sans-serif; color: var(--ink); background: var(--cream); }
h1, h2, h3, .brand-word, .mini-brand { font-family: 'Playfair Display', Georgia, serif; }
a { color: inherit; }

.navbar { display: flex; justify-content: space-between; align-items: center; gap: 22px; background: rgba(9, 16, 38, .94); backdrop-filter: blur(12px); color: var(--cream); padding: 14px 28px; position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(191, 164, 95, .28); }
.navbar .brand { display: flex; align-items: center; gap: 10px; text-decoration: none; flex-shrink: 0; }
.navbar .brand img { height: 30px; width: 30px; object-fit: contain; }
.navbar .brand-word { color: var(--gold2); font-size: 20px; font-weight: 700; }
.navbar .links { display: flex; gap: 18px; font-size: 13px; white-space: nowrap; }
.navbar .links a { text-decoration: none; opacity: .88; padding: 7px 0; border-bottom: 2px solid transparent; }
.navbar .links a.active { color: var(--gold2); border-bottom-color: var(--gold); opacity: 1; }
.nav-menu { display: contents; }
.nav-toggle { display: none; flex-direction: column; justify-content: center; align-items: center; gap: 5px; width: 40px; height: 40px; flex-shrink: 0; border: 1px solid rgba(191, 164, 95, .4); border-radius: 6px; background: transparent; padding: 0; cursor: pointer; }
.nav-toggle-bar { display: block; width: 18px; height: 2px; background: var(--gold2); transition: transform .2s ease, opacity .2s ease; }
.nav-toggle.active .nav-toggle-bar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.active .nav-toggle-bar:nth-child(2) { opacity: 0; }
.nav-toggle.active .nav-toggle-bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.navbar a:focus-visible,
.nav-toggle:focus-visible,
.cta-primary:focus-visible,
.cta-secondary:focus-visible,
.tour-tab:focus-visible,
.inline-link:focus-visible,
.resource-card:focus-visible,
.article-card:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--gold2);
  outline-offset: 3px;
}
.navbar .cta, .cta-primary, .cta-secondary { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 12px 22px; border-radius: 8px; font-weight: 900; text-decoration: none; border: 1px solid transparent; font-size: 14px; line-height: 1.1; cursor: pointer; }
.navbar .cta, .cta-primary { background: linear-gradient(135deg, var(--gold2), var(--gold)); color: var(--navy); box-shadow: 0 12px 28px rgba(191, 164, 95, .24); }
.cta-secondary { border-color: rgba(245, 244, 238, .42); color: var(--cream); background: transparent; }
.cta-secondary.dark { border-color: var(--line); color: var(--navy); background: var(--white); }
.inline-link { color: var(--gold); font-weight: 900; text-decoration: none; }
.brand-highlight {
  display: inline-flex;
  align-items: baseline;
  gap: .28em;
  color: var(--gold);
  font-weight: 900;
  white-space: nowrap;
}
.brand-highlight::before {
  content: '';
  width: .95em;
  height: .95em;
  display: inline-block;
  align-self: center;
  background: url('/assets/img/sgchealth-icone-transparente.png') center/contain no-repeat;
  transform: translateY(.08em);
}

.hero { color: var(--cream); background: linear-gradient(115deg, rgba(9,16,38,1) 0%, rgba(9,16,38,.98) 48%, rgba(13,24,52,1) 100%); }
.hero-product { position: relative; min-height: calc(100vh - 226px); display: grid; grid-template-columns: minmax(320px, 520px) minmax(560px, 1fr); align-items: center; gap: 48px; padding: 18px 5vw; overflow: hidden; }
.hero-product::before {
  content: '';
  position: absolute;
  inset: 72px 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(226,199,126,.72), transparent);
  animation: scanLine 5.5s ease-in-out infinite;
}
.hero-copy { max-width: 580px; }
.hero h1 { font-size: 50px; line-height: 1.02; margin: 0 0 16px; font-weight: 700; }
.accent { color: var(--gold2); }
.hero p { color: rgba(245, 244, 238, .78); font-size: 18px; line-height: 1.45; margin: 0 0 22px; }
.ctas { display: flex; gap: 14px; flex-wrap: wrap; }

.product-frame { background: var(--white); color: var(--ink); border: 1px solid rgba(255, 255, 255, .32); border-radius: 8px; box-shadow: 0 26px 70px rgba(0, 0, 0, .32); overflow: hidden; }
.hero-frame { min-height: 386px; display: grid; grid-template-columns: 184px 1fr; transform: translateX(12px); }
.hero-frame { animation: consoleFloat 7s ease-in-out infinite; }
.app-sidebar { background: linear-gradient(180deg, #071126, #101a32); color: rgba(245, 244, 238, .72); padding: 22px 18px; display: flex; flex-direction: column; gap: 10px; font-size: 13px; }
.mini-brand { color: var(--gold2); font-size: 20px; margin-bottom: 18px; }
.app-sidebar span { padding: 10px 12px; border-radius: 6px; }
.app-sidebar span.active { color: var(--gold2); background: rgba(255,255,255,.08); }
.app-main { padding: 22px; background: #fbfbfd; }
.app-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; color: var(--muted); font-size: 12px; }
.metric-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 16px; }
.metric-row div { background: var(--white); border: 1px solid #ececf2; border-radius: 8px; padding: 16px; min-width: 0; transition: transform .2s ease, border-color .2s ease; }
.metric-row div:hover { transform: translateY(-2px); border-color: rgba(191, 164, 95, .55); }
.metric-row b { display: block; color: var(--navy); font-size: 28px; font-family: 'Playfair Display', Georgia, serif; }
.metric-row span { display: block; color: var(--muted); font-size: 11px; margin-top: 4px; }
.dash-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 12px; margin-bottom: 14px; }
.agenda-mini, .social-mini { background: var(--white); border: 1px solid #ececf2; border-radius: 8px; padding: 14px; }
.agenda-mini h3, .social-mini h3 { margin: 0 0 10px; color: var(--navy); font-size: 15px; }
.agenda-mini p, .social-mini p { margin: 8px 0; color: var(--muted); font-size: 12px; }
.agenda-mini p span { float: right; background: #eaf7ef; color: #237c45; border-radius: 6px; padding: 2px 7px; font-size: 10px; }

.kanban { text-align: left; }
.kanban .kb-head { display: flex; justify-content: space-between; color: var(--cream); font-size: 12px; opacity: .7; margin-bottom: 10px; }
.kanban .kb-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.kanban .kb-col { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 8px; padding: 12px; min-width: 0; }
.kanban .kb-col h4 { font-size: 11px; color: var(--gold2); margin: 0 0 8px; text-transform: uppercase; }
.kanban .kb-card { background: rgba(255,255,255,.1); border-radius: 6px; padding: 9px; margin-bottom: 8px; font-size: 12px; color: var(--cream); }
.kb-tag { display: inline-block; font-size: 10px; padding: 2px 7px; border-radius: 6px; margin-top: 6px; font-weight: 900; }
.tag-alta { background: var(--red); color: #fff; }
.tag-media { background: #f1bb41; color: #271b00; }
.tag-baixa { background: var(--blue); color: #fff; }
.kanban-light { background: var(--white); border: 1px solid #ececf2; border-radius: 8px; padding: 12px; }
.kanban-light .kb-col { background: #f8f9fc; border-color: #ececf2; }
.kanban-light .kb-col h4 { color: var(--navy); }
.kanban-light .kb-card { background: var(--white); color: var(--ink); border: 1px solid #ececf2; }

.section { padding: 72px 5vw; }
.section.on-cream { background: var(--cream); }
.section.on-white { background: var(--white); }
.section-head { max-width: 780px; margin: 0 auto 36px; text-align: center; }
.section h1, .section h2 { color: var(--navy); font-size: 42px; line-height: 1.12; margin: 0 0 14px; }
.section p.lead { color: var(--muted); margin: 0 auto; font-size: 17px; line-height: 1.6; }

.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; max-width: 1180px; margin: 0 auto; }
.card { position: relative; border: 1px solid var(--line); border-radius: 8px; padding: 24px 20px; background: var(--white); transition: transform .2s, box-shadow .2s, border-color .2s; }
.card:hover { transform: translateY(-3px); box-shadow: 0 16px 32px rgba(9, 16, 38, .08); }
.card .ico { width: 42px; height: 42px; border-radius: 8px; background: var(--navy); color: var(--gold2); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; font-weight: 900; }
.card h3 { font-size: 18px; color: var(--navy); margin: 0 0 8px; }
.card p { font-size: 14px; color: var(--muted); margin: 0; line-height: 1.55; }
.card.highlight { border-color: var(--gold); box-shadow: 0 12px 30px rgba(191, 164, 95, .16); }
.card.highlight .ico { background: linear-gradient(135deg, var(--gold2), var(--gold)); color: var(--navy); }

.tour-shell { max-width: 1120px; margin: 0 auto; background: var(--navy); color: var(--cream); border: 1px solid rgba(191, 164, 95, .35); border-radius: 8px; padding: 24px; display: grid; grid-template-columns: 170px 1fr; gap: 24px; box-shadow: 0 24px 60px rgba(9, 16, 38, .22); }
.tour-rail { display: flex; flex-direction: column; gap: 10px; }
.tour-tab { min-height: 48px; border: 1px solid rgba(255,255,255,.12); background: transparent; color: var(--cream); border-radius: 8px; font: inherit; font-weight: 900; cursor: pointer; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.tour-tab:hover { transform: translateX(3px); border-color: rgba(226,199,126,.55); }
.tour-tab.active { border-color: var(--gold); color: var(--gold2); background: rgba(191,164,95,.12); }
.tour-stage { position: relative; min-height: 430px; background: #f8f9fc; border-radius: 8px; overflow: hidden; color: var(--navy); padding: 28px; }
.tour-stage::after {
  content: '';
  position: absolute;
  inset: auto 28px 28px 28px;
  height: 3px;
  background: linear-gradient(90deg, var(--green), var(--gold2), var(--pink));
  transform-origin: left;
  animation: tourProgress 6s linear infinite;
}
.tour-caption { position: absolute; left: 28px; top: 24px; z-index: 2; background: var(--white); border: 1px solid #ececf2; border-radius: 8px; padding: 8px 12px; color: var(--navy); font-weight: 900; font-size: 13px; }
.screen-mock { height: 100%; min-height: 360px; display: grid; grid-template-rows: 80px 1fr; gap: 20px; opacity: 1; transition: opacity .18s, transform .18s; }
.screen-mock.switching { opacity: .35; transform: translateY(8px); }
.screen-bars { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.screen-bars::before, .screen-bars::after, .screen-bars span, .screen-kanban span { content: ''; display: block; background: var(--white); border: 1px solid #ececf2; border-radius: 8px; }
.screen-bars::before, .screen-bars::after { min-height: 78px; }
.screen-kanban { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.screen-kanban span { min-height: 240px; background: linear-gradient(180deg, var(--white), #f4f6fb); animation: panelLift 4.5s ease-in-out infinite; }
.screen-kanban span:nth-child(2) { animation-delay: .3s; }
.screen-kanban span:nth-child(3) { animation-delay: .6s; }
.screen-kanban span:nth-child(4) { animation-delay: .9s; }
.screen-kanban span:nth-child(5) { animation-delay: 1.2s; }
.screen-agenda .screen-kanban { grid-template-columns: repeat(7, 1fr); }
.screen-agenda .screen-kanban span { background: linear-gradient(180deg, #fff, #eef5ff); }
.screen-pacientes .screen-kanban { grid-template-columns: 1.3fr 1fr 1fr; }
.screen-pacientes .screen-kanban span { background: linear-gradient(180deg, #fff, #f7f3ea); }
.screen-relatorios .screen-kanban { grid-template-columns: 1fr 1fr 1fr; }
.screen-relatorios .screen-kanban span { background: linear-gradient(180deg, #fff, #eef8f4); }
.screen-integracoes .screen-kanban { grid-template-columns: repeat(4, 1fr); }
.screen-integracoes .screen-kanban span { background: linear-gradient(180deg, #fff, #fff1f6); }

.funnel-story { display: grid; grid-template-columns: 380px 1fr; gap: 48px; align-items: center; }
.story-copy h2 { text-align: left; }
.proof-list { margin-top: 28px; display: grid; gap: 18px; }
.proof-list p { display: grid; gap: 4px; margin: 0; color: var(--muted); }
.proof-list b { color: var(--navy); font-size: 16px; }
.funnel-visual { position: relative; min-height: 520px; display: grid; grid-template-columns: 180px 230px minmax(280px, 1fr); grid-template-areas: "wa flow board" "ig flow board" ". score board"; gap: 18px; align-items: center; }
.channel-card, .flow-card, .score-card { background: var(--white); border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 14px 34px rgba(9,16,38,.08); }
.channel-card { padding: 18px; }
.channel-card.wa { grid-area: wa; border-color: rgba(37, 211, 102, .45); }
.channel-card.ig { grid-area: ig; border-color: rgba(225, 48, 108, .4); }
.channel-card b { display: block; color: var(--navy); margin-bottom: 12px; }
.channel-card span { color: var(--muted); font-size: 13px; line-height: 1.4; }
.flow-card { grid-area: flow; padding: 18px; text-align: center; }
.flow-head { font-weight: 900; color: var(--navy); margin-bottom: 18px; }
.flow-node { border: 1px solid var(--line); border-radius: 8px; padding: 10px; font-size: 12px; margin: 10px auto; max-width: 150px; background: #fbfbfd; }
.flow-split { display: flex; justify-content: center; gap: 16px; }
.flow-split span { background: #eaf7ef; color: #237c45; border-radius: 6px; padding: 4px 10px; font-size: 12px; font-weight: 900; }
.flow-split span + span { background: #fdecec; color: #b52b2b; }
.priority-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 6px; margin-top: 16px; }
.priority-row b { color: #fff; background: var(--red); border-radius: 6px; padding: 8px 4px; font-size: 12px; }
.priority-row b:nth-child(2) { background: #f1bb41; color: #2a1d00; }
.priority-row b:nth-child(3) { background: var(--blue); }
.score-card { grid-area: score; padding: 20px 16px; text-align: center; }
.score-card span { color: var(--muted); font-size: 12px; }
.score-card b { display: block; color: var(--navy); font-family: 'Playfair Display', Georgia, serif; font-size: 40px; }
.score-card em { color: var(--red); font-style: normal; font-weight: 900; font-size: 12px; }
.funnel-board { grid-area: board; min-width: 0; align-self: stretch; display: flex; align-items: stretch; }
.funnel-board .kb-cols { width: 100%; }
.value-row { max-width: 1120px; }

.feature-showcase { max-width: 1120px; margin: 0 auto 28px; display: grid; grid-template-columns: 360px 1fr; gap: 28px; align-items: center; }
.feature-copy h3 { color: var(--navy); font-size: 30px; margin: 0 0 12px; }
.feature-copy p { color: var(--muted); line-height: 1.6; }
.compact-frame { padding: 22px; box-shadow: 0 18px 50px rgba(9,16,38,.12); }
.compact-frame .metric-row { grid-template-columns: repeat(3,1fr); }
.module-grid { max-width: 1120px; margin: 0 auto; display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.module-grid div, .ops-panel div { background: var(--soft); border: 1px solid var(--line); border-radius: 8px; padding: 18px; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.module-grid div:hover, .ops-panel div:hover { transform: translateY(-3px); background: var(--white); border-color: rgba(191,164,95,.5); }
.module-grid b, .ops-panel b { display: block; color: var(--navy); margin-bottom: 8px; }
.module-grid span, .ops-panel span { color: var(--muted); font-size: 13px; line-height: 1.5; }

.integration-flow { max-width: 960px; margin: 0 auto 24px; display: grid; grid-template-columns: 1fr 80px 1fr; gap: 20px; align-items: center; }
.int-card { background: var(--white); border: 1px solid var(--line); border-radius: 8px; padding: 24px; }
.int-card .head { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.int-card .head .ico { width: 42px; height: 42px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-weight: 900; color: #fff; }
.ico-wa { background: var(--green); }
.ico-ig { background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af); }
.int-card h3 { margin: 0; color: var(--navy); font-size: 20px; }
.int-card p, .int-card li { color: var(--muted); line-height: 1.55; }
.connector-line { height: 2px; background: linear-gradient(90deg, var(--green), var(--gold), var(--pink)); }
.ops-panel { max-width: 960px; margin: 0 auto; display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }

.pricing { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; max-width: 1040px; margin: 0 auto; }
.price-card { border: 1px solid var(--line); border-radius: 8px; padding: 30px 24px; background: var(--white); display: flex; flex-direction: column; gap: 18px; }
.price-card.pop { border-color: var(--gold); box-shadow: 0 18px 42px rgba(191,164,95,.18); position: relative; transform: translateY(-8px); }
.price-card.pop .tag { position: absolute; top: -12px; left: 24px; background: var(--gold); color: var(--navy); font-size: 11px; font-weight: 900; padding: 5px 10px; border-radius: 6px; }
.price-card h3 { color: var(--navy); font-size: 22px; margin: 0; }
.price-card .price { font-family: 'Playfair Display', Georgia, serif; font-size: 32px; color: var(--gold); }
.price-card .price small { color: var(--muted); font-family: 'Lato', sans-serif; font-size: 13px; }
.price-card ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; color: var(--muted); font-size: 14px; }
.price-card ul li::before { content: '✓ '; color: var(--gold); font-weight: 900; }

.sobre-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 28px; align-items: center; max-width: 980px; margin: 0 auto; }
.sobre-grid p { color: var(--muted); line-height: 1.7; font-size: 16px; }
.sobre-card { background: var(--navy); color: var(--cream); border-radius: 8px; padding: 28px; }
.sobre-card .quote { font-family: 'Playfair Display', Georgia, serif; font-size: 24px; color: var(--gold2); margin-bottom: 12px; }

.contact-wrap { display: grid; grid-template-columns: .9fr 1.1fr; gap: 26px; max-width: 980px; margin: 0 auto; }
.contact-info { color: var(--cream); background: var(--navy); border-radius: 8px; padding: 30px; }
.contact-info h3 { color: var(--gold2); font-size: 26px; margin: 0 0 12px; }
.contact-info p { color: rgba(245,244,238,.78); line-height: 1.65; }
.contact-info .row { margin: 14px 0; color: rgba(245,244,238,.88); }
.contact-form { background: var(--white); border: 1px solid var(--line); border-radius: 8px; padding: 26px; }
.cf-row { margin-bottom: 14px; }
.cf-row label { display: block; font-size: 12px; color: var(--navy); font-weight: 900; margin-bottom: 6px; }
.cf-row input, .cf-row textarea { width: 100%; border: 1px solid var(--line); border-radius: 6px; padding: 11px 12px; font-size: 14px; font-family: 'Lato', sans-serif; color: var(--ink); background: var(--white); }
.cf-row textarea { resize: vertical; min-height: 96px; }
.contact-form .cta-primary { width: 100%; border: none; }
.form-msg { font-size: 13px; margin: 12px 0 0; display: none; }
.form-msg.ok { color: #15803d; }
.form-msg.erro { color: #b91c1c; }
.honeypot-field {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
.honeypot-field input {
  width: 1px;
  min-width: 0;
  padding: 0;
  border: 0;
}

.site-footer { background: var(--navy); color: var(--cream); padding: 24px 28px; text-align: center; font-size: 13px; opacity: .9; }

.audience-grid,
.resource-grid,
.article-grid {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.audience-card,
.resource-card,
.article-card,
.material-body,
.lead-box {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  color: var(--navy);
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(9, 16, 38, .05);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.audience-card:hover,
.resource-card:hover,
.article-card:hover {
  transform: translateY(-4px);
  border-color: rgba(191,164,95,.5);
  box-shadow: 0 16px 32px rgba(9, 16, 38, .08);
}
.audience-card .ico {
  min-width: 44px;
  height: 44px;
  padding: 0 10px;
  border-radius: 8px;
  background: var(--soft);
  color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  margin-bottom: 18px;
}
.audience-card h3,
.resource-card b,
.article-card h3,
.material-body h3,
.lead-box h3 { color: var(--navy); margin-top: 0; }
.audience-card p,
.resource-card span,
.article-card p,
.article-card em,
.material-body p,
.lead-box p { color: var(--muted); line-height: 1.55; }
.resource-card,
.article-card { display: grid; gap: 10px; }
.article-card span,
.content-type {
  color: var(--gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.article-card em { font-style: normal; font-size: 13px; }
.article-meta { color: var(--muted); font-size: 13px; margin: 14px 0 0; }
.article-body section + section { margin-top: 34px; }
.article-body h2 { font-size: 28px; line-height: 1.2; margin: 0 0 12px; }
.article-body p { font-size: 16px; }
.source-list a { color: var(--gold); font-weight: 900; }
.proof-row {
  max-width: 1120px;
  margin: 34px auto 10px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.proof-row div { padding: 24px 18px; text-align: center; border-right: 1px solid var(--line); }
.proof-row div:last-child { border-right: 0; }
.proof-row b { display: block; color: var(--navy); font: 700 32px/1 'Playfair Display', Georgia, serif; }
.proof-row span { color: var(--muted); font-size: 13px; line-height: 1.45; display: block; margin-top: 8px; }

.persona-hero {
  position: relative;
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(320px, 560px) minmax(520px, 1fr);
  gap: clamp(34px, 6vw, 92px);
  align-items: center;
  padding: clamp(54px, 8vw, 104px) 5vw;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 22%, rgba(226,199,126,.18), transparent 28%),
    linear-gradient(115deg, #071126, var(--navy) 58%, #111a35);
  color: var(--cream);
}
.persona-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0 48%, rgba(255,255,255,.04) 48% 64%, transparent 64%);
  animation: scanLine 7s ease-in-out infinite;
}
.persona-copy,
.persona-stage {
  position: relative;
  z-index: 1;
}
.persona-copy h1 {
  max-width: 11ch;
  margin: 0 0 20px;
  color: var(--cream);
  font-size: clamp(44px, 5.4vw, 76px);
  line-height: .98;
}
.persona-copy p:not(.section-kicker) {
  max-width: 570px;
  color: rgba(245,244,238,.82);
  font-size: 18px;
  line-height: 1.58;
  margin: 0 0 24px;
}
.persona-stage {
  min-height: 470px;
}
.persona-orbit {
  position: absolute;
  inset: 52px 8% 52px 8%;
  border: 1px solid rgba(226,199,126,.28);
  border-radius: 50%;
  animation: orbitGlow 7s ease-in-out infinite;
}
.persona-orbit::before,
.persona-orbit::after {
  content: "";
  position: absolute;
  inset: 20%;
  border: 1px solid rgba(245,244,238,.1);
  border-radius: 50%;
}
.persona-orbit::after {
  inset: 40%;
  background: radial-gradient(circle, rgba(226,199,126,.2), transparent 62%);
}
.persona-panel {
  position: absolute;
  width: min(330px, 72%);
  border: 1px solid rgba(226,199,126,.34);
  border-radius: 8px;
  padding: 20px;
  background: rgba(255,255,255,.08);
  color: var(--cream);
  backdrop-filter: blur(10px);
  animation: panelLift 5s ease-in-out infinite;
}
.persona-panel span {
  display: block;
  margin-bottom: 12px;
  color: var(--gold2);
  font-weight: 900;
}
.persona-panel b {
  display: block;
  margin-bottom: 8px;
  color: var(--cream);
  font: 700 26px/1.08 'Playfair Display', Georgia, serif;
}
.persona-panel p {
  margin: 0;
  color: rgba(245,244,238,.76);
  line-height: 1.5;
}
.panel-owner { right: 4%; top: 18px; }
.panel-office { left: 0; top: 166px; animation-delay: .8s; }
.panel-frontdesk { right: 12%; bottom: 18px; animation-delay: 1.6s; }
.fit-grid,
.not-for-grid {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.fit-card,
.not-for-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 26px;
  background: var(--white);
}
.fit-card.featured {
  border-color: rgba(191,164,95,.7);
  background: linear-gradient(180deg, #fff, #fbf8ed);
}
.fit-card span {
  color: var(--gold);
  font-weight: 900;
}
.fit-card h3 {
  margin: 14px 0 10px;
  color: var(--navy);
  font-size: 28px;
  line-height: 1.08;
}
.fit-card p,
.fit-card li {
  color: var(--muted);
  line-height: 1.58;
}
.fit-card ul {
  padding-left: 18px;
  margin: 18px 0 0;
}
.persona-day {
  display: grid;
  grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
  gap: clamp(30px, 7vw, 96px);
  align-items: center;
}
.persona-day-copy h2 {
  margin: 0 0 16px;
  color: var(--navy);
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 1.02;
}
.persona-day-copy p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}
.day-flow {
  display: grid;
  gap: 12px;
}
.day-flow article {
  display: grid;
  grid-template-columns: 84px 150px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  background: var(--white);
}
.day-flow b {
  color: var(--gold);
  font: 700 26px/1 'Playfair Display', Georgia, serif;
}
.day-flow span {
  color: var(--navy);
  font-weight: 900;
}
.day-flow p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}
.persona-not-for .not-for-grid article {
  background: rgba(255,255,255,.06);
  border-color: rgba(226,199,126,.2);
}
.not-for-grid b {
  display: block;
  margin-bottom: 10px;
  color: var(--gold2);
  font-size: 19px;
}
.not-for-grid p {
  margin: 0;
  color: rgba(245,244,238,.76);
  line-height: 1.58;
}
.newsletter-section {
  display: grid;
  grid-template-columns: minmax(280px, 560px) minmax(280px, 420px);
  justify-content: center;
  gap: clamp(28px, 7vw, 96px);
  align-items: center;
}
.newsletter-copy h2 {
  margin: 0 0 16px;
  color: var(--navy);
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 1.02;
}
.newsletter-copy p:not(.section-kicker) {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}
.newsletter-form {
  display: grid;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 26px;
  background: var(--white);
}
.newsletter-form label {
  color: var(--navy);
  font-size: 12px;
  font-weight: 900;
}
.newsletter-form input {
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 11px 12px;
  color: var(--ink);
  font: inherit;
}
.newsletter-form .cta-primary {
  width: 100%;
  margin-top: 6px;
  border: 0;
}

@keyframes scanLine {
  0%, 100% { opacity: .16; transform: translateX(-18%); }
  50% { opacity: .74; transform: translateX(18%); }
}
@keyframes consoleFloat {
  0%, 100% { transform: translate(12px, 0); }
  50% { transform: translate(12px, -8px); }
}
@keyframes panelLift {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}
@keyframes tourProgress {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
.resource-hero {
  min-height: 520px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 40px;
  padding: 72px 5vw;
}
.ebook-cover {
  max-width: 560px;
  justify-self: end;
  background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.02));
  border: 1px solid rgba(191,164,95,.38);
  border-radius: 8px;
  padding: 42px;
  color: var(--cream);
  box-shadow: 0 24px 60px rgba(0,0,0,.22);
}
.ebook-cover span { color: var(--gold2); font-weight: 900; text-transform: uppercase; letter-spacing: .1em; font-size: 12px; }
.ebook-cover h2 { color: var(--cream); font-size: 38px; margin: 18px 0 12px; }
.content-layout {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 24px;
  align-items: start;
}
.content-layout .article-grid { margin: 0; grid-template-columns: repeat(2, 1fr); }
.lead-box {
  background: var(--navy);
  color: var(--cream);
  display: grid;
  gap: 12px;
}
.lead-box h3 { color: var(--gold2); font-size: 26px; }
.lead-box p { color: rgba(245,244,238,.78); }
.lead-box input,
.lead-box select {
  width: 100%;
  min-height: 46px;
  border: 0;
  border-radius: 6px;
  padding: 0 12px;
  font: inherit;
}
.form-note { font-size: 12px; margin: 0; }
.material-body ul { color: var(--muted); line-height: 1.8; }
.material-page .content-layout { grid-template-columns: minmax(0, 1fr) 360px; }

@media (max-width: 1180px) {
  .hero-product { grid-template-columns: 1fr; }
  .hero-frame { transform: none; }
  .funnel-story, .feature-showcase { grid-template-columns: 1fr; }
  .funnel-visual { grid-template-columns: 1fr 1fr; grid-template-areas: "wa ig" "flow score" "board board"; min-height: auto; }
}

@media (max-width: 900px) {
  .navbar { padding: 12px 18px; }
  .nav-toggle { display: flex; }
  .nav-menu {
    display: block; position: absolute; top: 100%; left: 0; right: 0;
    background: rgba(9, 16, 38, .98); backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(191, 164, 95, .28);
    opacity: 0; transform: translateY(-8px); visibility: hidden; pointer-events: none;
    transition: opacity .18s ease, transform .18s ease, visibility 0s linear .18s;
  }
  .nav-menu.open { opacity: 1; transform: translateY(0); visibility: visible; pointer-events: auto; max-height: calc(100vh - 64px); overflow-y: auto; transition-delay: 0s; }
  .nav-menu .links { display: flex; flex-direction: column; gap: 2px; padding: 8px 22px 4px; white-space: normal; }
  .nav-menu .links a { padding: 13px 0; border-bottom: 1px solid rgba(255, 255, 255, .1); }
  .nav-menu .cta { display: flex; margin: 14px 22px 22px; }
  .hero-product { padding: 54px 22px 48px; min-height: auto; }
  .hero h1 { font-size: 44px; }
  .hero p { font-size: 17px; }
  .hero-frame { grid-template-columns: 1fr; min-height: auto; }
  .app-sidebar { display: none; }
  .metric-row, .compact-frame .metric-row { grid-template-columns: repeat(2,1fr); }
  .kanban .kb-cols { grid-template-columns: repeat(2,1fr); }
  .dash-grid, .grid-4, .pricing, .sobre-grid, .contact-wrap, .module-grid, .ops-panel, .integration-flow, .audience-grid, .resource-grid, .article-grid, .content-layout, .content-layout .article-grid, .material-page .content-layout, .resource-hero, .proof-row { grid-template-columns: 1fr; }
  .ebook-cover { justify-self: stretch; }
  .proof-row div { border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-row div:last-child { border-bottom: 0; }
  .connector-line { height: 2px; min-height: 2px; }
  .tour-shell { grid-template-columns: 1fr; }
  .tour-rail { flex-direction: row; overflow-x: auto; }
  .tour-tab { min-width: 130px; }
  .price-card.pop { transform: none; }
  .section { padding: 54px 22px; }
  .section h1, .section h2 { font-size: 34px; }
}

@media (max-width: 560px) {
  .hero h1 { font-size: 36px; }
  .ctas { flex-direction: column; }
  .metric-row, .kanban .kb-cols, .screen-bars, .screen-kanban, .funnel-visual { grid-template-columns: 1fr; }
  .hero-frame { min-height: 0; }
  .hero-frame .app-main { padding: 14px; }
  .hero-frame .metric-row { grid-template-columns: repeat(2, 1fr); margin-bottom: 0; }
  .hero-frame .metric-row div:nth-child(n+3), .hero-frame .dash-grid, .hero-frame .kanban { display: none; }
  .funnel-visual { grid-template-areas: "wa" "ig" "flow" "score" "board"; }
  .tour-stage { min-height: 360px; padding: 20px; }
  .screen-mock { min-height: 300px; }
  .tour-stage .screen-bars,
  .tour-stage .screen-kanban { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tour-stage .screen-kanban span { min-height: 96px; }
  .tour-stage .screen-kanban span:nth-child(n+5) { display: none; }
}

.command-hero {
  position: relative;
  min-height: calc(100vh - 72px);
  display: grid;
  grid-template-columns: minmax(320px, 520px) minmax(640px, 1fr);
  align-items: center;
  gap: clamp(32px, 5vw, 84px);
  padding: clamp(46px, 7vw, 96px) 5vw 64px;
  overflow: hidden;
}
.command-bg {
  position: absolute;
  inset: 0;
  opacity: .26;
  background:
    linear-gradient(90deg, transparent 0 14%, rgba(226,199,126,.2) 14% 14.1%, transparent 14.1%),
    radial-gradient(circle at 64% 24%, rgba(226,199,126,.2), transparent 26%),
    linear-gradient(115deg, #071126, #091026 58%, #111a35);
}
.command-bg span {
  position: absolute;
  width: 260px;
  height: 118px;
  border: 1px solid rgba(226,199,126,.16);
  background: rgba(255,255,255,.035);
  transform: skewX(-8deg);
  animation: wallPulse 7s ease-in-out infinite;
}
.command-bg span:nth-child(1) { left: 15%; top: 12%; }
.command-bg span:nth-child(2) { left: 46%; top: 10%; animation-delay: 1s; }
.command-bg span:nth-child(3) { left: 23%; top: 34%; animation-delay: 2s; }
.command-bg span:nth-child(4) { left: 59%; top: 35%; animation-delay: 3s; }
.clinical-signal {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}
.clinical-signal span {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: clamp(160px, 18vw, 320px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(226,199,126,.84), rgba(47,118,210,.7), transparent);
  box-shadow: 0 0 18px rgba(226,199,126,.22);
  transform: rotate(var(--r));
  animation: signalMove var(--d) ease-in-out infinite;
}
.clinical-signal span::before {
  content: "";
  position: absolute;
  right: 28%;
  top: -3px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold2);
  box-shadow: 0 0 22px rgba(226,199,126,.72);
}
.clinical-signal span:nth-child(1) { --x: 6%; --y: 20%; --r: 10deg; --d: 8s; }
.clinical-signal span:nth-child(2) { --x: 38%; --y: 16%; --r: -6deg; --d: 9s; animation-delay: 1.2s; }
.clinical-signal span:nth-child(3) { --x: 52%; --y: 42%; --r: 12deg; --d: 7.5s; animation-delay: 2.1s; }
.clinical-signal span:nth-child(4) { --x: 18%; --y: 70%; --r: -10deg; --d: 8.8s; animation-delay: 3s; }
.clinical-signal span:nth-child(5) { --x: 72%; --y: 68%; --r: 7deg; --d: 10s; animation-delay: 4s; }
.command-hero .hero-copy,
.command-product { position: relative; z-index: 1; }
.command-hero h1 {
  max-width: 12ch;
  font-size: clamp(44px, 5.6vw, 78px);
  line-height: .98;
  letter-spacing: 0;
}
.command-hero p { max-width: 580px; color: rgba(245,244,238,.84); }
.command-product { min-height: 620px; }
.command-board {
  position: absolute;
  inset: 54px 0 auto;
  display: grid;
  grid-template-columns: 190px 1fr;
  min-height: 520px;
  background: #fbfbfd;
  color: var(--ink);
  border: 1px solid rgba(255,255,255,.38);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 34px 90px rgba(0,0,0,.36);
  transform: perspective(1200px) rotateY(-7deg) rotateX(2deg);
  transform-origin: center left;
  animation: commandFloat 8s ease-in-out infinite;
}
.command-main { padding: 24px; min-width: 0; }
.command-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 14px;
}
.live-chart,
.command-grid .agenda-mini,
.command-grid .social-mini,
.command-grid .kanban-light {
  background: var(--white);
  border: 1px solid #ececf2;
  border-radius: 8px;
  padding: 16px;
}
.live-chart { min-height: 158px; display: flex; align-items: end; gap: 12px; position: relative; }
.live-chart b { position: absolute; top: 16px; left: 16px; color: var(--navy); }
.live-chart span {
  width: 100%;
  height: var(--h);
  border-radius: 7px 7px 2px 2px;
  background: linear-gradient(180deg, var(--gold2), var(--gold));
  animation: barBreathe 3.8s ease-in-out infinite;
}
.live-chart span:nth-child(2n) { animation-delay: .8s; }
.command-grid .kanban-light { grid-column: 1 / -1; }
.phone-feed,
.automation-phone {
  position: absolute;
  width: 210px;
  background: #f7f7f9;
  color: var(--navy);
  border: 7px solid #080d1f;
  border-radius: 28px;
  padding: 18px 12px;
  box-shadow: 0 24px 54px rgba(0,0,0,.32);
}
.phone-feed {
  left: -34px;
  bottom: 0;
  animation: phoneRise 6s ease-in-out infinite;
}
.phone-head { font-weight: 900; color: var(--navy); margin-bottom: 12px; }
.phone-feed p,
.automation-phone p {
  background: var(--white);
  border: 1px solid #e7e7ee;
  border-radius: 8px;
  padding: 9px;
  margin: 9px 0;
  font-size: 12px;
}
.phone-feed b { display: block; color: var(--gold); }
.phone-feed span { color: var(--muted); }
.clinical-marquee {
  overflow: hidden;
  border-top: 1px solid rgba(226,199,126,.22);
  border-bottom: 1px solid rgba(226,199,126,.22);
  background: #080f22;
  color: var(--cream);
}
.clinical-marquee div {
  display: flex;
  width: max-content;
  gap: 12px;
  padding: 13px 0;
  animation: marqueeFlow 28s linear infinite;
}
.clinical-marquee span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 18px;
  border: 1px solid rgba(245,244,238,.14);
  border-radius: 6px;
  background: rgba(255,255,255,.035);
  color: rgba(245,244,238,.78);
  font-size: 12px;
  font-weight: 900;
}
.clinical-marquee span::before {
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 10px;
  border-radius: 50%;
  background: var(--gold2);
  box-shadow: 0 0 16px rgba(226,199,126,.62);
}
.split-head {
  max-width: 1120px;
  margin: 0 auto 38px;
  display: grid;
  grid-template-columns: minmax(280px, 560px) minmax(260px, 1fr);
  gap: clamp(24px, 6vw, 92px);
  align-items: end;
}
.split-head h2,
.story-copy h2,
.report-copy h2,
.final-cta h2 {
  color: var(--navy);
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.02;
  margin: 0;
}
.split-head p,
.story-copy p,
.report-copy p,
.final-cta p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
  margin: 0;
}
.audience-strip {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.audience-strip article {
  padding: 30px 28px;
  border-right: 1px solid var(--line);
}
.audience-strip article:last-child { border-right: 0; }
.audience-strip span { color: var(--gold); font-weight: 900; }
.audience-strip b { display: block; margin: 14px 0 8px; color: var(--navy); font-size: 20px; }
.audience-strip p { color: var(--muted); line-height: 1.55; margin: 0; }
.on-navy { background: var(--navy); color: var(--cream); }
.on-navy .split-head h2 { color: var(--cream); }
.on-navy .split-head p { color: rgba(245,244,238,.74); }
.feature-console {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 32px;
  align-items: stretch;
}
.feature-list { display: grid; gap: 10px; align-content: start; }
.feature-chip {
  min-height: 48px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 8px;
  background: rgba(255,255,255,.04);
  color: var(--cream);
  text-align: left;
  padding: 0 16px;
  font: inherit;
  font-weight: 900;
}
.feature-chip.active,
.feature-chip:hover {
  border-color: var(--gold);
  color: var(--gold2);
  background: rgba(191,164,95,.14);
}
.feature-artifact {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(240px, .8fr);
  gap: 18px;
}
.artifact-card {
  min-height: 360px;
  border: 1px solid rgba(226,199,126,.32);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.025));
  padding: 24px;
  overflow: hidden;
}
.artifact-top { display: flex; justify-content: space-between; color: var(--gold2); }
.lead-lanes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 24px;
}
.lead-lanes span {
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
  padding: 12px;
  color: rgba(245,244,238,.74);
  font-size: 12px;
}
.lead-stream { position: relative; min-height: 210px; }
.lead-stream p {
  position: absolute;
  left: var(--x);
  top: calc(34px + var(--x) / 3);
  width: 150px;
  margin: 0;
  padding: 12px;
  border-radius: 8px;
  background: var(--white);
  color: var(--navy);
  box-shadow: 0 18px 38px rgba(0,0,0,.22);
  animation: cardDrift 5s ease-in-out infinite;
}
.lead-stream b { display: inline-block; margin-left: 8px; color: var(--red); }
.patient-artifact p { color: rgba(245,244,238,.78); line-height: 1.6; }
.paper-stack { position: relative; min-height: 190px; margin-top: 30px; }
.paper-stack span {
  position: absolute;
  inset: auto 12px 0;
  height: 128px;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 38px rgba(0,0,0,.2);
}
.paper-stack span:nth-child(2) { transform: translate(-18px, -26px); }
.paper-stack span:nth-child(3) { transform: translate(20px, -52px); border-top: 4px solid var(--gold); }
.journey-line {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  position: relative;
}
.journey-line article {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  background: var(--white);
}
.journey-line span { color: var(--gold); font-weight: 900; }
.journey-line b { display: block; margin: 14px 0 8px; color: var(--navy); }
.journey-line p { color: var(--muted); font-size: 14px; line-height: 1.55; margin: 0; }
.section-kicker {
  margin: 0 0 16px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
}
.journey-story {
  display: grid;
  grid-template-columns: minmax(280px, 430px) minmax(0, 1fr);
  gap: clamp(34px, 7vw, 108px);
  align-items: start;
  background:
    radial-gradient(circle at 88% 10%, rgba(191,164,95,.12), transparent 28%),
    linear-gradient(180deg, var(--white), #f7f7f3 52%, var(--white));
}
.journey-sticky {
  position: sticky;
  top: 108px;
  max-width: 440px;
}
.journey-sticky h2 {
  margin: 0 0 20px;
  color: var(--navy);
  font-size: clamp(34px, 4.4vw, 62px);
  line-height: 1.02;
  text-wrap: balance;
}
.journey-sticky p:not(.section-kicker) {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
  margin: 0;
}
.journey-steps {
  display: grid;
  gap: 18px;
  counter-reset: sgc-journey;
}
.journey-step {
  position: relative;
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  min-height: 176px;
  padding: 26px;
  border: 1px solid rgba(9,16,38,.1);
  border-radius: 8px;
  background: rgba(255,255,255,.9);
  overflow: hidden;
  box-shadow: 0 6px 8px rgba(9,16,38,.04);
  transform: translateZ(0);
}
.journey-step::before {
  content: "";
  position: absolute;
  inset: auto 22px 18px 152px;
  height: 1px;
  background: linear-gradient(90deg, rgba(191,164,95,.52), transparent);
}
.journey-step::after {
  content: "";
  position: absolute;
  right: -72px;
  top: -54px;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(191,164,95,.18);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(47,118,210,.11), transparent 58%);
  animation: orbitGlow 6s ease-in-out infinite;
}
.journey-step span {
  display: grid;
  place-items: center;
  width: 98px;
  height: 98px;
  border: 1px solid rgba(191,164,95,.38);
  border-radius: 50%;
  color: var(--navy);
  background: linear-gradient(180deg, rgba(226,199,126,.24), rgba(255,255,255,.84));
  font: 900 22px/1 Lato, system-ui, sans-serif;
}
.journey-step b {
  display: block;
  margin-bottom: 8px;
  color: var(--navy);
  font-size: clamp(22px, 2.4vw, 32px);
  font-family: "Playfair Display", Georgia, serif;
  line-height: 1.08;
}
.journey-step p {
  max-width: 58ch;
  margin: 0;
  color: var(--muted);
  line-height: 1.62;
}
.journey-step:nth-child(even) {
  margin-left: clamp(0px, 6vw, 70px);
}
.journey-step:nth-child(2)::after { animation-delay: 1s; }
.journey-step:nth-child(3)::after { animation-delay: 2s; }
.journey-step:nth-child(4)::after { animation-delay: 3s; }
.journey-step:nth-child(5)::after { animation-delay: 4s; }
.automation-story {
  display: grid;
  grid-template-columns: minmax(260px, 420px) minmax(320px, 620px);
  justify-content: center;
  gap: clamp(32px, 8vw, 110px);
  align-items: center;
}
.automation-phone {
  position: relative;
  width: min(100%, 340px);
  min-height: 520px;
  margin: 0 auto;
  border-width: 10px;
}
.automation-phone .bot { background: #eaf7ef; }
.automation-phone .patient { background: #eef4ff; margin-left: 34px; }
.automation-phone .done { color: #237c45; font-weight: 900; }
.answer-row { display: flex; gap: 8px; flex-wrap: wrap; }
.answer-row span {
  background: var(--gold2);
  color: var(--navy);
  border-radius: 6px;
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 900;
}
.report-stage {
  display: grid;
  grid-template-columns: minmax(320px, 460px) minmax(460px, 680px);
  gap: clamp(28px, 7vw, 90px);
  align-items: center;
}
.report-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.report-grid div {
  min-height: 260px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  padding: 22px;
}
.report-grid b { color: var(--navy); }
.report-grid p { color: var(--muted); line-height: 1.5; }
.spark,
.bars {
  display: block;
  height: 96px;
  margin: 28px 0;
  background:
    linear-gradient(135deg, transparent 45%, var(--blue) 46% 51%, transparent 52%),
    linear-gradient(25deg, transparent 50%, rgba(47,118,210,.3) 51%, transparent 54%);
  border-bottom: 1px solid var(--line);
}
.bars {
  background: linear-gradient(90deg, var(--blue) 0 12%, transparent 12% 20%, var(--gold) 20% 36%, transparent 36% 46%, var(--blue) 46% 62%, transparent 62% 72%, var(--gold2) 72% 92%, transparent 92%);
  background-size: 100% 70%;
  background-repeat: no-repeat;
  background-position: bottom;
}
.gauge {
  display: grid;
  place-items: center;
  width: 128px;
  height: 128px;
  margin: 18px auto;
  border-radius: 50%;
  border: 14px solid var(--line);
  border-top-color: var(--gold);
  color: var(--navy);
  font: 900 28px/1 'Lato', sans-serif;
}
.roadmap-grid {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.roadmap-grid article {
  border: 1px solid rgba(226,199,126,.28);
  border-radius: 8px;
  padding: 24px;
  background: rgba(255,255,255,.045);
}
.roadmap-grid b { color: var(--gold2); font-size: 20px; }
.roadmap-grid p { color: rgba(245,244,238,.76); line-height: 1.6; }
.deep-showcase { margin-bottom: 0; }
.module-matrix,
.roadmap-light {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.module-matrix article,
.roadmap-light article {
  border-radius: 8px;
  padding: 24px;
}
.module-matrix article {
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(226,199,126,.26);
}
.module-matrix b { color: var(--gold2); font-size: 19px; }
.module-matrix p { color: rgba(245,244,238,.74); line-height: 1.58; margin-bottom: 0; }
.roadmap-light article {
  background: var(--white);
  border: 1px solid var(--line);
}
.roadmap-light b { color: var(--navy); font-size: 19px; }
.roadmap-light p { color: var(--muted); line-height: 1.58; margin-bottom: 0; }
.solution-hero h1 {
  color: var(--navy);
  font-size: clamp(38px, 4.8vw, 64px);
  line-height: 1.02;
  margin: 0;
}
.solution-map {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.solution-map article {
  padding: 28px 20px;
  border-right: 1px solid var(--line);
}
.solution-map article:last-child { border-right: 0; }
.solution-map b { color: var(--navy); font-size: 18px; }
.solution-map p { color: var(--muted); line-height: 1.5; }
.solution-stack {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}
.solution-stack article {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background: var(--white);
}
.solution-stack span {
  color: var(--gold);
  font: 900 24px/1 'Playfair Display', Georgia, serif;
}
.solution-stack h3 { color: var(--navy); font-size: 24px; margin: 0 0 6px; }
.solution-stack p { color: var(--muted); margin: 0; line-height: 1.55; }
.final-cta {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: center;
  padding: 54px 5vw;
  background: var(--navy);
  color: var(--cream);
}
.final-cta h2 { color: var(--cream); max-width: 720px; }
.final-cta p { color: rgba(245,244,238,.76); margin-top: 12px; }

.product-hero,
.resource-lab,
.about-hero {
  position: relative;
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(320px, 520px) minmax(520px, 1fr);
  align-items: center;
  gap: clamp(30px, 6vw, 88px);
  padding: clamp(54px, 7vw, 96px) 5vw;
  overflow: hidden;
}
.product-hero::before,
.resource-lab::before,
.about-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 18%, rgba(226,199,126,.18), transparent 30%),
    linear-gradient(115deg, #071126, #091026 56%, #111a35);
  opacity: .95;
}
.product-hero-copy,
.resource-copy,
.about-hero-copy,
.product-orbit,
.resource-desk,
.about-mark {
  position: relative;
  z-index: 1;
}
.product-hero h1,
.resource-lab h1,
.about-hero h1 {
  color: var(--cream);
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1;
  margin: 0 0 18px;
  letter-spacing: 0;
}
.product-hero p,
.resource-lab p,
.about-hero p {
  color: rgba(245,244,238,.82);
  font-size: 18px;
  line-height: 1.55;
  margin: 0 0 24px;
}
.product-orbit {
  min-height: 540px;
  border: 1px solid rgba(226,199,126,.24);
  border-radius: 8px;
  background: rgba(255,255,255,.035);
}
.product-orbit::before {
  content: '';
  position: absolute;
  inset: 70px;
  border: 1px solid rgba(226,199,126,.22);
  border-radius: 50%;
  animation: orbitGlow 5.6s ease-in-out infinite;
}
.orbit-core {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 190px;
  min-height: 190px;
  display: grid;
  place-content: center;
  gap: 8px;
  text-align: center;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  color: var(--navy);
  background: linear-gradient(135deg, var(--gold2), var(--gold));
  box-shadow: 0 28px 70px rgba(0,0,0,.28);
}
.orbit-core span { font-family: 'Playfair Display', Georgia, serif; font-size: 27px; font-weight: 700; }
.orbit-core b { font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.orbit-card {
  position: absolute;
  width: min(210px, 34vw);
  border: 1px solid rgba(226,199,126,.3);
  border-radius: 8px;
  padding: 16px;
  background: var(--white);
  color: var(--navy);
  box-shadow: 0 18px 34px rgba(0,0,0,.2);
  animation: cardDrift 6s ease-in-out infinite;
}
.orbit-card b { display: block; margin-bottom: 5px; }
.orbit-card span { color: var(--muted); font-size: 13px; line-height: 1.4; }
.orbit-a { left: 8%; top: 10%; }
.orbit-b { right: 4%; top: 16%; animation-delay: .7s; }
.orbit-c { right: 8%; bottom: 16%; animation-delay: 1.4s; }
.orbit-d { left: 5%; bottom: 14%; animation-delay: 2.1s; }
.orbit-e { left: 36%; bottom: 4%; animation-delay: 2.8s; }
.product-lens { align-items: stretch; }
.product-flow {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.product-flow article {
  padding: 28px 22px;
  border-right: 1px solid var(--line);
}
.product-flow article:last-child { border-right: 0; }
.product-flow span,
.resource-paths span,
.about-flow span,
.audience-strip span {
  color: var(--gold);
  font-weight: 900;
}
.product-flow b,
.resource-paths b,
.about-flow b {
  display: block;
  color: var(--navy);
  font-size: 19px;
  margin: 12px 0 8px;
}
.product-flow p,
.resource-paths p,
.about-flow p {
  color: var(--muted);
  line-height: 1.55;
  margin: 0;
}
.resource-desk {
  min-height: 500px;
  display: grid;
  align-content: center;
  justify-items: end;
}
.desk-panel {
  border: 1px solid rgba(226,199,126,.32);
  border-radius: 8px;
  background: var(--white);
  color: var(--navy);
  box-shadow: 0 24px 60px rgba(0,0,0,.22);
}
.desk-main {
  width: min(100%, 520px);
  min-height: 310px;
  padding: 34px;
  transform: rotate(-2deg);
}
.desk-main h2 { color: var(--navy); font-size: clamp(30px, 3vw, 42px); line-height: 1.05; margin: 14px 0; }
.desk-main p { color: var(--muted); }
.desk-note {
  width: 210px;
  padding: 18px;
  font-weight: 900;
  color: var(--navy);
  transform: translate(-330px, -22px) rotate(3deg);
}
.desk-note + .desk-note {
  transform: translate(-92px, -54px) rotate(-3deg);
}
.desk-line {
  width: min(100%, 520px);
  height: 3px;
  margin-top: -14px;
  background: linear-gradient(90deg, var(--green), var(--gold2), var(--pink));
  transform-origin: left;
  animation: tourProgress 6s linear infinite;
}
.resource-paths {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.resource-paths a {
  min-height: 210px;
  padding: 28px;
  text-decoration: none;
  background: var(--white);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: background .2s ease, transform .2s ease;
}
.resource-paths a:hover {
  background: var(--soft);
  transform: translateY(-2px);
}
.resource-console {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(300px, 430px);
  gap: 24px;
  align-items: stretch;
}
.resource-reader,
.resource-pulse {
  border: 1px solid rgba(226,199,126,.3);
  border-radius: 8px;
  background: rgba(255,255,255,.045);
  padding: 26px;
}
.reader-top {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: var(--gold2);
  margin-bottom: 20px;
}
.resource-reader ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}
.resource-reader li {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 16px;
  padding: 16px;
  border-radius: 8px;
  background: rgba(255,255,255,.06);
}
.resource-reader b { color: var(--cream); }
.resource-reader span { color: rgba(245,244,238,.75); }
.resource-pulse {
  min-height: 320px;
  display: flex;
  align-items: end;
  gap: 18px;
  position: relative;
}
.resource-pulse span {
  flex: 1;
  height: var(--h);
  border-radius: 7px 7px 2px 2px;
  background: linear-gradient(180deg, var(--gold2), var(--gold));
  animation: barBreathe 4.2s ease-in-out infinite;
}
.resource-pulse p {
  position: absolute;
  left: 26px;
  top: 24px;
  color: var(--gold2);
  font-weight: 900;
}
.resource-featured {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.about-hero {
  grid-template-columns: minmax(360px, 680px) minmax(340px, 520px);
}
.about-hero-copy { max-width: 700px; }
.about-mark {
  order: 2;
  min-height: 440px;
}
.about-mark span {
  position: absolute;
  display: grid;
  place-items: center;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  border: 1px solid rgba(226,199,126,.36);
  color: var(--gold2);
  background: rgba(255,255,255,.045);
  font-weight: 900;
  animation: wallPulse 6s ease-in-out infinite;
}
.about-mark span:nth-child(1) { left: 0; top: 48px; }
.about-mark span:nth-child(2) { right: 24px; top: 0; animation-delay: .8s; }
.about-mark span:nth-child(3) { left: 36px; bottom: 20px; animation-delay: 1.6s; }
.about-mark span:nth-child(4) { right: 0; bottom: 72px; animation-delay: 2.4s; }
.about-flow,
.principle-grid {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.about-flow article {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 26px;
  background: var(--white);
}
.principle-grid {
  grid-template-columns: repeat(4, 1fr);
}
.principle-grid article {
  border: 1px solid rgba(226,199,126,.28);
  border-radius: 8px;
  padding: 24px;
  background: rgba(255,255,255,.045);
}
.principle-grid b { color: var(--gold2); font-size: 19px; }
.principle-grid p { color: rgba(245,244,238,.76); line-height: 1.58; margin-bottom: 0; }
.about-build {
  display: grid;
  grid-template-columns: minmax(360px, 540px) minmax(320px, 570px);
  gap: clamp(32px, 7vw, 90px);
  align-items: center;
}
.build-board {
  display: grid;
  gap: 14px;
}
.build-status {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  padding: 20px;
}
.build-status b {
  display: block;
  color: var(--navy);
  margin-bottom: 12px;
}
.build-status span {
  display: inline-flex;
  margin: 0 7px 8px 0;
  padding: 7px 9px;
  border-radius: 6px;
  background: var(--soft);
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}
.plans-hero {
  position: relative;
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(320px, 560px) minmax(520px, 1fr);
  align-items: center;
  gap: clamp(30px, 6vw, 88px);
  padding: clamp(54px, 7vw, 96px) 5vw;
  overflow: hidden;
}
.plans-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 74% 22%, rgba(226,199,126,.18), transparent 30%),
    linear-gradient(115deg, #071126, #091026 58%, #111a35);
}
.plans-copy,
.plans-stage {
  position: relative;
  z-index: 1;
}
.plans-copy h1 {
  color: var(--cream);
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1;
  margin: 0 0 18px;
}
.plans-copy p {
  color: rgba(245,244,238,.82);
  font-size: 18px;
  line-height: 1.55;
  margin: 0 0 24px;
}
.plans-stage {
  min-height: 500px;
  border: 1px solid rgba(226,199,126,.24);
  border-radius: 8px;
  background: rgba(255,255,255,.035);
  overflow: hidden;
}
.plans-radar {
  position: absolute;
  inset: 60px;
  border: 1px solid rgba(226,199,126,.24);
  border-radius: 50%;
  animation: orbitGlow 5.6s ease-in-out infinite;
}
.plans-radar span {
  position: absolute;
  inset: 18%;
  border: 1px solid rgba(226,199,126,.16);
  border-radius: 50%;
}
.plans-radar span:nth-child(2) { inset: 34%; }
.plans-radar span:nth-child(3) { inset: 48%; background: linear-gradient(135deg, var(--gold2), var(--gold)); }
.plan-ticket {
  position: absolute;
  width: min(360px, 42vw);
  border: 1px solid rgba(226,199,126,.3);
  border-radius: 8px;
  padding: 24px;
  background: var(--white);
  color: var(--navy);
  box-shadow: 0 18px 34px rgba(0,0,0,.2);
  animation: cardDrift 6s ease-in-out infinite;
}
.plan-ticket span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
}
.plan-ticket b {
  display: block;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 28px;
  line-height: 1.08;
  margin: 10px 0;
}
.plan-ticket p {
  color: var(--muted);
  line-height: 1.5;
  margin: 0;
}
.ticket-basic { left: 7%; top: 16%; transform: rotate(-2deg); }
.ticket-pro { right: 7%; bottom: 13%; transform: rotate(2deg); animation-delay: 1.2s; }
.pricing-detailed {
  max-width: 1120px;
  align-items: stretch;
}
.plan-card {
  min-height: 620px;
}
.plan-card-head span,
.plan-summary,
.plan-example span {
  color: var(--muted);
}
.plan-card-head h3 {
  font-size: 30px;
  margin: 8px 0;
}
.plan-contact {
  display: grid;
  gap: 4px;
  margin-top: 16px;
  padding: 14px 0 16px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.plan-contact-label {
  color: var(--gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.plan-contact strong {
  color: var(--navy);
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 24px;
  line-height: 1.15;
  text-wrap: balance;
}
.plan-contact p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}
.plan-summary {
  line-height: 1.6;
  margin: 0;
}
.plan-example {
  margin-top: auto;
  padding: 18px;
  border-radius: 8px;
  background: var(--soft);
}
.plan-example b {
  display: block;
  color: var(--navy);
  margin-bottom: 7px;
}
.plan-example span {
  display: block;
  line-height: 1.5;
  font-size: 14px;
}
.plans-console .split-head h2 { color: var(--cream); }
.plans-console .split-head p { color: rgba(245,244,238,.74); }
.plan-compare {
  max-width: 1120px;
  margin: 0 auto;
  border: 1px solid rgba(226,199,126,.28);
  border-radius: 8px;
  overflow: hidden;
}
.compare-row {
  display: grid;
  grid-template-columns: minmax(220px, 1.35fr) minmax(150px, .8fr) minmax(150px, .8fr);
  align-items: center;
  gap: 14px;
  padding: 18px 22px;
  border-bottom: 1px solid rgba(226,199,126,.2);
  background: rgba(255,255,255,.045);
}
.compare-row:last-child { border-bottom: 0; }
.compare-row span { color: rgba(245,244,238,.78); }
.compare-row b { color: var(--cream); }
.compare-head {
  background: rgba(226,199,126,.12);
}
.compare-head span,
.compare-head b {
  color: var(--gold2);
}
.plans-choice {
  display: grid;
  grid-template-columns: repeat(2, minmax(320px, 1fr));
  gap: 18px;
}
.choice-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(28px, 4vw, 48px);
  background: var(--white);
}
.choice-dark {
  background: var(--navy);
  border-color: rgba(226,199,126,.28);
  color: var(--cream);
}
.choice-card h2 {
  color: var(--navy);
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.04;
  margin: 0 0 14px;
}
.choice-dark h2 { color: var(--cream); }
.choice-card p {
  color: var(--muted);
  line-height: 1.65;
  max-width: 620px;
}
.choice-dark p { color: rgba(245,244,238,.76); }
.choice-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 26px;
}
.choice-flow span {
  min-height: 72px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--navy);
  background: var(--soft);
  font-weight: 900;
  text-align: center;
}
.choice-dark .choice-flow span {
  border-color: rgba(226,199,126,.3);
  background: rgba(255,255,255,.06);
  color: var(--gold2);
}

@keyframes wallPulse {
  0%, 100% { opacity: .3; transform: skewX(-8deg) translateY(0); }
  50% { opacity: .72; transform: skewX(-8deg) translateY(-8px); }
}
@keyframes commandFloat {
  0%, 100% { transform: perspective(1200px) rotateY(-7deg) rotateX(2deg) translateY(0); }
  50% { transform: perspective(1200px) rotateY(-5deg) rotateX(1deg) translateY(-10px); }
}
@keyframes phoneRise {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}
@keyframes barBreathe {
  0%, 100% { transform: scaleY(.82); }
  50% { transform: scaleY(1); }
}
@keyframes cardDrift {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}
@keyframes orbitGlow {
  0%, 100% { opacity: .38; transform: scale(.98); }
  50% { opacity: .8; transform: scale(1.02); }
}
@keyframes signalMove {
  0%, 100% { opacity: .18; transform: rotate(var(--r)) translateX(-28px) scaleX(.7); }
  42% { opacity: .9; transform: rotate(var(--r)) translateX(34px) scaleX(1); }
  70% { opacity: .38; transform: rotate(var(--r)) translateX(68px) scaleX(.82); }
}
@keyframes marqueeFlow {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (max-width: 1180px) {
  .command-hero { grid-template-columns: 1fr; min-height: auto; }
  .command-product { min-height: 560px; }
  .command-board { right: 0; }
  .journey-line { grid-template-columns: repeat(3, 1fr); }
  .journey-story { grid-template-columns: 1fr; }
  .journey-sticky {
    position: static;
    max-width: 760px;
  }
  .report-stage { grid-template-columns: 1fr; }
  .product-hero,
  .resource-lab,
  .about-hero,
  .plans-hero,
  .persona-hero,
  .about-build { grid-template-columns: 1fr; }
  .product-orbit { max-width: 720px; width: 100%; margin: 0 auto; }
  .resource-desk { justify-items: center; }
}

@media (max-width: 900px) {
  .split-head,
  .feature-console,
  .feature-artifact,
  .automation-story,
  .audience-strip,
  .roadmap-grid,
  .module-matrix,
  .roadmap-light,
  .solution-map,
  .report-grid,
  .product-flow,
  .resource-paths,
  .resource-console,
  .resource-featured,
  .about-flow,
  .principle-grid,
  .plans-choice,
  .fit-grid,
  .not-for-grid,
  .persona-day,
  .newsletter-section { grid-template-columns: 1fr; }
  .solution-map article { border-right: 0; border-bottom: 1px solid var(--line); }
  .solution-map article:last-child { border-bottom: 0; }
  .product-flow article { border-right: 0; border-bottom: 1px solid var(--line); }
  .product-flow article:last-child { border-bottom: 0; }
  .solution-stack article { grid-template-columns: 1fr; align-items: start; }
  .audience-strip article { border-right: 0; border-bottom: 1px solid var(--line); }
  .audience-strip article:last-child { border-bottom: 0; }
  .feature-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-hero,
  .resource-lab,
  .about-hero,
  .plans-hero,
  .persona-hero { min-height: auto; padding: 54px 22px; }
  .desk-note,
  .desk-note + .desk-note { transform: none; width: min(100%, 520px); margin-top: 12px; }
  .desk-main { transform: none; }
  .about-mark { min-height: 260px; }
  .about-mark span { width: 128px; height: 128px; }
  .about-mark span:nth-child(3) { bottom: 0; }
  .about-mark span:nth-child(4) { bottom: 32px; }
  .plans-stage { min-height: 360px; }
  .plan-ticket { width: min(320px, 72vw); }
  .ticket-basic { left: 5%; top: 12%; }
  .ticket-pro { right: 5%; bottom: 10%; }
  .compare-row { grid-template-columns: 1fr; align-items: start; }
  .compare-head { display: none; }
  .compare-row b::before {
    content: attr(data-label) ': ';
    color: var(--gold2);
  }
  .command-board {
    position: relative;
    inset: auto;
    transform: scale(.94);
    transform-origin: left top;
    animation: none;
    min-height: auto;
    width: calc(100vw - 88px);
    max-width: none;
  }
  .command-product { min-height: auto; }
  .phone-feed { display: none; }
  .command-grid { grid-template-columns: 1fr; }
  .journey-line { grid-template-columns: 1fr 1fr; }
  .journey-step:nth-child(even) { margin-left: 0; }
  .final-cta { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 560px) {
  .command-hero { padding: 34px 22px 42px; }
  .command-bg span { display: none; }
  .clinical-signal { display: none; }
  .command-hero h1 { font-size: 39px; max-width: 11ch; }
  .clinical-marquee div { animation-duration: 36s; }
  .clinical-marquee span { padding: 0 12px; }
  .command-board { grid-template-columns: 1fr; transform: none; width: 100%; max-width: 100%; }
  .command-board .app-sidebar { display: none; }
  .command-main { padding: 14px; }
  .command-main .metric-row { grid-template-columns: repeat(2, 1fr); }
  .command-main .metric-row div:nth-child(n+3),
  .command-grid .kanban-light { display: none; }
  .live-chart { min-height: 124px; }
  .feature-list,
  .journey-line { grid-template-columns: 1fr; }
  .journey-story { gap: 26px; }
  .journey-sticky h2 { font-size: 34px; }
  .journey-step {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 20px;
  }
  .journey-step::before { inset: auto 20px 16px 20px; }
  .journey-step span { width: 76px; height: 76px; font-size: 18px; }
  .journey-step b { font-size: 25px; }
  .artifact-card { min-height: 300px; }
  .paper-stack span { left: 10px; right: 10px; }
  .paper-stack span:nth-child(2) { transform: translateY(-26px); }
  .paper-stack span:nth-child(3) { transform: translateY(-52px); }
  .lead-lanes { grid-template-columns: repeat(2, 1fr); }
  .lead-stream p { position: relative; left: auto; top: auto; width: auto; margin-top: 12px; }
  .automation-phone { min-height: 0; }
  .section { padding-left: 22px; padding-right: 22px; }
  .product-hero h1,
  .resource-lab h1,
  .about-hero h1,
  .plans-copy h1,
  .persona-copy h1 { font-size: 39px; }
  .persona-stage {
    min-height: 560px;
    display: grid;
    gap: 12px;
  }
  .persona-orbit { display: none; }
  .persona-panel {
    position: relative;
    inset: auto;
    width: 100%;
    animation: none;
    backdrop-filter: none;
  }
  .day-flow article {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .fit-card h3 { font-size: 25px; }
  .product-orbit {
    min-height: 0;
    display: grid;
    gap: 10px;
    border: 0;
    background: transparent;
  }
  .product-orbit::before { display: none; }
  .orbit-core,
  .orbit-card {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    min-height: 0;
    transform: none;
    border-radius: 8px;
    animation: none;
  }
  .orbit-core {
    min-height: 120px;
    border-radius: 8px;
  }
  .resource-reader li { grid-template-columns: 1fr; }
  .resource-pulse { min-height: 240px; }
  .about-mark { display: none; }
  .plans-stage {
    min-height: 0;
    display: grid;
    gap: 10px;
    border: 0;
    background: transparent;
  }
  .plans-radar { display: none; }
  .plan-ticket {
    position: relative;
    inset: auto;
    width: 100%;
    transform: none;
    animation: none;
  }
  .plan-card { min-height: auto; }
  .choice-flow { grid-template-columns: 1fr 1fr; }
}
