:root {
  --ink: #111a1a;
  --deep: #0d1717;
  --deep-2: #142322;
  --orange: #f36f21;
  --orange-dark: #dd5d12;
  --orange-soft: #fff0e5;
  --cream: #f7f4ee;
  --paper: #fffdf9;
  --line: #dfe2dc;
  --muted: #66716e;
  --green: #18a36f;
  --white: #fff;
  --shadow: 0 24px 70px rgba(13, 23, 23, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -60px; background: white; padding: 12px 18px; z-index: 999; border-radius: 8px; }
.skip-link:focus { top: 12px; }
.site-header { position: fixed; inset: 0 0 auto; height: 84px; z-index: 50; transition: .3s ease; }
.site-header.scrolled { background: rgba(255,253,249,.9); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(13,23,23,.08); }
.nav-wrap { height: 100%; display: grid; grid-template-columns: 190px 1fr 190px; align-items: center; }
.brand img { width: 142px; height: auto; }
.nav { display: flex; justify-content: center; align-items: center; gap: 28px; font-size: 14px; font-weight: 600; }
.nav a { position: relative; }
.nav a:after { content: ""; position: absolute; height: 2px; background: var(--orange); inset: auto 100% -7px 0; transition: .25s; }
.nav a:hover:after { right: 0; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 16px 22px; border: 1px solid var(--orange); border-radius: 10px; background: var(--orange); color: white; font-weight: 700; line-height: 1; transition: .25s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); background: var(--orange-dark); border-color: var(--orange-dark); box-shadow: 0 12px 28px rgba(243,111,33,.25); }
.button-small { justify-self: end; padding: 13px 18px; font-size: 14px; }
.menu-button { display: none; background: transparent; border: 0; width: 38px; height: 38px; padding: 9px; }
.menu-button span { display: block; height: 2px; width: 20px; background: var(--ink); margin: 5px 0; }

.hero { min-height: 840px; padding: 138px 0 0; background: var(--cream); position: relative; overflow: hidden; }
.hero:after { content: ""; position: absolute; width: 520px; height: 520px; border: 1px solid rgba(243,111,33,.15); border-radius: 50%; right: -220px; top: 120px; }
.hero-grid { position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(13,23,23,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(13,23,23,.08) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to right, black, transparent 62%); }
.hero-layout { min-height: 610px; display: grid; grid-template-columns: .98fr 1.02fr; gap: 50px; align-items: center; position: relative; z-index: 2; }
.hero-copy { padding-bottom: 40px; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 9px; text-transform: uppercase; letter-spacing: .13em; font-size: 12px; font-weight: 800; color: var(--orange-dark); margin-bottom: 23px; }
.pulse-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 7px rgba(243,111,33,.12); }
h1, h2, h3 { font-family: "Manrope", sans-serif; margin: 0; letter-spacing: -.045em; }
h1 { font-size: clamp(48px, 5.3vw, 78px); line-height: .99; max-width: 700px; }
h1 em { color: var(--orange); font-style: normal; }
.hero-lead { color: #4d5956; font-size: 18px; line-height: 1.7; max-width: 650px; margin: 27px 0 30px; }
.hero-context { max-width: 610px; margin: -17px 0 29px; color: #263230; font-size: 14px; font-weight: 700; line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 27px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; font-size: 15px; }
.play { width: 36px; height: 36px; display: inline-grid; place-items: center; border: 1px solid #b9c0bc; border-radius: 50%; font-size: 10px; padding-left: 2px; }
.trust-line { display: flex; gap: 22px; margin-top: 31px; font-size: 13px; color: #5c6764; }
.trust-line span { display: flex; align-items: center; gap: 6px; }
.trust-line i { font-style: normal; display: grid; place-items: center; width: 18px; height: 18px; color: var(--green); background: rgba(24,163,111,.1); border-radius: 50%; font-size: 10px; }
.hero-visual { height: 570px; position: relative; }
.visual-halo { position: absolute; width: 440px; height: 440px; border-radius: 50%; background: #f7c7a8; right: 10px; top: 34px; filter: blur(.1px); }
.command-card { position: absolute; width: 520px; max-width: 92%; right: 0; top: 70px; background: white; border-radius: 19px; box-shadow: var(--shadow); overflow: hidden; border: 1px solid rgba(13,23,23,.08); }
.command-topbar { display: flex; justify-content: space-between; align-items: center; padding: 15px 18px; }
.command-topbar > div { display: flex; align-items: center; gap: 10px; }
.command-topbar strong { font-size: 13px; letter-spacing: -.01em; }
.status-live { display: inline-flex; gap: 6px; align-items: center; padding: 5px 8px; background: #fff0e9; color: #c85117; border-radius: 6px; font-size: 10px; text-transform: uppercase; font-weight: 800; letter-spacing: .06em; }
.status-live i { width: 6px; height: 6px; border-radius: 50%; background: var(--orange); }
.timer { font-family: monospace; font-size: 14px; font-weight: 700; }
.map-stage { height: 270px; overflow: hidden; position: relative; background: #e7e7e1; }
.map-stage img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.map-ping { position: absolute; width: 17px; height: 17px; border: 4px solid white; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 8px rgba(243,111,33,.24); }
.ping-one { top: 40%; left: 53%; }
.ping-two { top: 62%; left: 35%; background: var(--green); box-shadow: 0 0 0 8px rgba(24,163,111,.2); }
.status-strip { display: grid; grid-template-columns: repeat(3,1fr); padding: 15px 20px 18px; gap: 12px; }
.status-strip > div { padding-right: 10px; border-right: 1px solid #e5e7e3; }
.status-strip > div:last-child { border: 0; }
.status-strip strong { display: block; font: 800 25px "Manrope"; }
.status-strip span { display: flex; align-items: center; gap: 6px; color: var(--muted); font-size: 11px; }
.status-strip i { display: inline-block; width: 7px; height: 7px; border-radius: 50%; }
.safe { background: var(--green); }.help { background: var(--orange); }.waiting { background: #9ba29f; }
.phone-frame { position: absolute; width: 230px; height: 390px; overflow: hidden; left: -10px; top: 155px; z-index: 3; filter: drop-shadow(0 24px 35px rgba(13,23,23,.23)); }
.phone-frame img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.floating-alert { position: absolute; z-index: 4; right: -18px; bottom: 36px; display: flex; gap: 12px; align-items: center; background: white; padding: 12px 16px; border-radius: 12px; box-shadow: 0 15px 40px rgba(13,23,23,.16); animation: float 4s ease-in-out infinite; }
.alert-icon { width: 35px; height: 35px; background: var(--orange-soft); color: var(--orange); display: grid; place-items: center; font-weight: 800; border-radius: 9px; }
.floating-alert strong, .floating-alert small { display: block; }
.floating-alert strong { font-size: 12px; }.floating-alert small { color: var(--muted); margin-top: 2px; font-size: 9px; }
@keyframes float { 50% { transform: translateY(-8px); } }
.proof-bar { min-height: 90px; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 2; border-top: 1px solid rgba(13,23,23,.12); }
.proof-bar p { margin: 0; max-width: 330px; color: var(--muted); font-size: 13px; }
.proof-items { display: flex; gap: 28px; color: #727b78; font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }

.section { padding: 120px 0; }
.overview { background: var(--paper); }
.overview-layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: 90px; align-items: center; }
.overview-visual { position: relative; padding: 0 45px 65px 0; }
.overview-frame { padding: 10px; background: white; border: 1px solid var(--line); border-radius: 17px; box-shadow: var(--shadow); }
.overview-frame img { width: 100%; height: 410px; object-fit: cover; object-position: center; border-radius: 10px; }
.overview-report { position: absolute; width: 260px; right: 0; bottom: 0; padding: 8px; background: white; border-radius: 13px; box-shadow: 0 18px 50px rgba(13,23,23,.2); }
.overview-report img { width: 100%; border-radius: 8px; }
.overview-copy h2 { font-size: clamp(38px, 3.7vw, 54px); line-height: 1.08; }
.overview-copy > p { color: var(--muted); font-size: 15px; line-height: 1.75; margin: 20px 0 0; }
.detail-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 13px 18px; margin-top: 29px; }
.detail-grid span { display: grid; grid-template-columns: 28px 1fr; gap: 9px; align-items: start; color: #46514e; font-size: 12px; line-height: 1.45; }
.detail-grid i { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 7px; background: var(--orange-soft); color: var(--orange-dark); font-style: normal; font-weight: 800; }
.section-heading { margin-bottom: 55px; }
.section-heading.centered { text-align: center; max-width: 720px; margin-inline: auto; }
.section-heading h2, .platform-copy h2, .outcome-copy h2, .faq-intro h2, .contact-copy h2 { font-size: clamp(38px, 4vw, 58px); line-height: 1.08; }
.section-heading p { color: var(--muted); line-height: 1.7; font-size: 17px; max-width: 620px; margin: 19px auto 0; }
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.step-card { min-height: 330px; position: relative; padding: 31px; border: 1px solid var(--line); background: white; border-radius: 14px; transition: .3s; overflow: hidden; }
.step-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.step-card.active { background: var(--orange); color: white; border-color: var(--orange); transform: translateY(-12px); }
.step-card.active p, .step-card.active .step-tag { color: rgba(255,255,255,.8); }
.step-card.active .step-icon { color: white; border-color: rgba(255,255,255,.3); }
.step-number { position: absolute; top: 27px; right: 27px; color: #a3aaa7; font-size: 11px; font-weight: 800; }
.step-card.active .step-number { color: rgba(255,255,255,.65); }
.step-icon { width: 56px; height: 56px; border: 1px solid #cfd4d0; border-radius: 50%; display: grid; place-items: center; color: var(--orange); font-size: 22px; margin-bottom: 50px; }
.step-card h3 { font-size: 23px; margin-bottom: 14px; }
.step-card p { line-height: 1.65; color: var(--muted); font-size: 15px; }
.step-tag { position: absolute; bottom: 25px; font-size: 11px; font-weight: 800; color: #858e8b; text-transform: uppercase; letter-spacing: .08em; }

.platform { background: var(--deep); color: white; overflow: hidden; }
.platform-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.kicker.light { color: #f79b63; }
.platform-copy > p, .outcome-copy > p, .faq-intro > p, .contact-copy > p { color: #aab7b3; line-height: 1.75; font-size: 16px; margin: 22px 0 30px; }
.feature-list { padding: 0; margin: 0 0 32px; list-style: none; }
.feature-list li { display: flex; gap: 16px; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.12); }
.feature-list li > span { color: #f79b63; font: 700 11px monospace; padding-top: 3px; }
.feature-list strong, .feature-list small { display: block; }
.feature-list strong { font-size: 15px; margin-bottom: 4px; }
.feature-list small { color: #92a29e; line-height: 1.5; }
.button-light { background: white; border-color: white; color: var(--ink); }
.button-light:hover { background: #f5f2ec; color: var(--ink); }
.dashboard-shell { position: relative; border: 1px solid rgba(255,255,255,.12); background: #1b2827; border-radius: 18px; padding: 10px; box-shadow: 0 40px 100px rgba(0,0,0,.45); transform: perspective(1400px) rotateY(-4deg); }
.browser-bar { height: 38px; display: flex; align-items: center; gap: 7px; padding: 0 10px; color: #85938f; font-size: 10px; }
.browser-bar i { width: 7px; height: 7px; border-radius: 50%; background: #4b5a56; }
.browser-bar span { margin-left: 8px; }
.dashboard-shell > img { border-radius: 9px; width: 100%; min-height: 430px; object-fit: cover; object-position: center; }
.dashboard-chip { position: absolute; right: -27px; bottom: 33px; width: 170px; padding: 17px; border-radius: 12px; background: var(--paper); color: var(--ink); box-shadow: var(--shadow); }
.dashboard-chip span, .dashboard-chip strong, .dashboard-chip small { display: block; }
.dashboard-chip span { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.dashboard-chip strong { font: 800 29px "Manrope"; margin: 3px 0; }
.dashboard-chip small { color: var(--green); }

.section-heading.split { display: flex; justify-content: space-between; align-items: end; }
.section-heading.split p { width: 38%; margin: 0 0 6px; }
.capability-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.capability { min-height: 245px; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: .25s; }
.capability:hover { background: var(--cream); }
.cap-icon { display: grid; place-items: center; width: 45px; height: 45px; border-radius: 10px; color: var(--orange); background: var(--orange-soft); font-weight: 800; margin-bottom: 37px; }
.capability h3 { font-size: 19px; margin-bottom: 10px; }
.capability p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.outcomes { background: var(--cream); }
.outcomes-layout { display: grid; grid-template-columns: 1.08fr .92fr; gap: 90px; align-items: center; }
.outcome-visual { position: relative; padding: 35px 0 0 35px; }
.outcome-visual:before { content: ""; position: absolute; inset: 0 13% 15% 0; background: #e7ddd0; border-radius: 20px; }
.report-window { position: relative; min-height: 430px; display: grid; place-items: center; background: white; padding: 18px; border-radius: 16px; box-shadow: var(--shadow); overflow: hidden; }
.report-window img { width: 100%; height: auto; max-height: 400px; object-fit: contain; object-position: center; border-radius: 0; }
.metric-card { position: absolute; right: -32px; bottom: -35px; background: var(--deep); color: white; padding: 21px; width: 200px; border-radius: 13px; box-shadow: var(--shadow); }
.metric-card span,.metric-card strong,.metric-card small { display: block; }
.metric-card span,.metric-card small { color: #9ca9a6; font-size: 10px; }
.metric-card strong { font: 800 26px "Manrope"; margin: 6px 0 12px; }
.metric-bar { height: 4px; border-radius: 2px; background: #35423f; margin-bottom: 8px; overflow: hidden; }
.metric-bar i { display: block; width: 95%; height: 100%; background: var(--orange); }
.outcome-copy > p { color: var(--muted); }
.outcome-list { display: grid; gap: 0; margin-top: 30px; }
.outcome-list > div { display: grid; grid-template-columns: 100px 1fr; gap: 12px; padding: 18px 0; border-top: 1px solid #d5d8d2; }
.outcome-list strong { color: var(--orange-dark); }
.outcome-list span { color: #515d59; }

.pricing { background: white; }
.pricing-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 460px)); justify-content: center; gap: 20px; align-items: stretch; }
.price-card { border: 1px solid var(--line); border-radius: 17px; padding: 38px; position: relative; }
.price-card.featured { border: 2px solid var(--orange); box-shadow: var(--shadow); }
.popular { position: absolute; right: 21px; top: 21px; padding: 7px 10px; border-radius: 20px; background: var(--orange-soft); color: var(--orange-dark); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.plan-label { text-transform: uppercase; letter-spacing: .1em; color: var(--muted); font-size: 10px; font-weight: 800; }
.price-card h3 { font-size: 25px; margin: 13px 0 8px; }
.price { font: 800 42px "Manrope"; letter-spacing: -.05em; }
.price-card > p { color: var(--muted); line-height: 1.6; min-height: 52px; }
.price-card .button { width: 100%; margin: 15px 0 24px; }
.button-outline { color: var(--ink); background: white; border-color: #bcc3bf; }
.button-outline:hover { color: white; }
.price-card ul { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.price-card li { position: relative; padding: 12px 0 12px 26px; color: #4f5a57; font-size: 14px; }
.price-card li:before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 800; }
.pricing-note { text-align: center; color: var(--muted); font-size: 12px; margin: 25px 0 0; }

.faq { background: var(--cream); }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; }
.faq-intro { position: sticky; top: 120px; align-self: start; }
.faq-intro > p { color: var(--muted); }
.text-link.dark { color: var(--orange-dark); }
.accordion details { border-top: 1px solid #ccd1cb; padding: 23px 0; }
.accordion details:last-child { border-bottom: 1px solid #ccd1cb; }
.accordion summary { list-style: none; display: flex; justify-content: space-between; align-items: center; cursor: pointer; font: 700 18px "Manrope"; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { width: 28px; height: 28px; border: 1px solid #b6bdb8; border-radius: 50%; display: grid; place-items: center; transition: .2s; }
.accordion details[open] summary span { transform: rotate(45deg); background: var(--orange); color: white; border-color: var(--orange); }
.accordion details p { color: var(--muted); line-height: 1.7; max-width: 620px; margin: 17px 40px 0 0; }

.contact { padding: 110px 0; background: var(--paper); }
.contact-shell { background: var(--deep); color: white; padding: 70px; border-radius: 22px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; position: relative; overflow: hidden; }
.contact-shell:before { content: ""; position: absolute; width: 420px; height: 420px; border: 1px solid rgba(243,111,33,.25); border-radius: 50%; left: -190px; bottom: -260px; }
.contact-copy { position: relative; z-index: 1; padding-top: 15px; }
.demo-meta { display: flex; gap: 23px; margin-top: 38px; }
.demo-meta span { display: flex; align-items: center; gap: 10px; color: #b5c0bd; font-size: 12px; }
.demo-meta i { width: 33px; height: 33px; display: grid; place-items: center; border-radius: 50%; background: rgba(243,111,33,.12); color: #f79b63; font-style: normal; font-weight: 800; }
.demo-form { display: grid; grid-template-columns: repeat(2,1fr); gap: 17px; background: white; color: var(--ink); padding: 30px; border-radius: 15px; position: relative; z-index: 1; }
.demo-form label span { display: block; font-size: 11px; font-weight: 800; margin-bottom: 8px; color: #525e5a; }
.demo-form input,.demo-form select,.demo-form textarea { width: 100%; border: 1px solid #d9ddd8; border-radius: 8px; padding: 12px 13px; background: #fbfbf8; outline: none; }
.demo-form input:focus,.demo-form select:focus,.demo-form textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(243,111,33,.1); }
.demo-form .full, .full-button, .demo-form > small { grid-column: 1/-1; }
.demo-form textarea { resize: vertical; }
.demo-form > small { color: var(--muted); text-align: center; }
.demo-form > small a { color: var(--orange-dark); font-weight: 700; }
.honeypot { display: none; }

.footer { background: #07100f; color: white; padding: 65px 0 25px; }
.footer-main { display: flex; justify-content: space-between; padding-bottom: 55px; }
.footer-brand { display: inline-flex; align-items: center; padding: 9px 12px; border-radius: 10px; background: var(--cream); }
.footer-brand img { width: 145px; }
.footer-main p { color: #85938f; font-size: 14px; margin-top: 18px; }
.footer-links { display: grid; grid-template-columns: repeat(2,200px); gap: 60px; }
.footer-links > div { display: flex; flex-direction: column; gap: 10px; color: #8f9c98; font-size: 13px; }
.footer-links strong { color: white; margin-bottom: 8px; }
.footer-links a:hover { color: #f79b63; }
.footer-bottom { border-top: 1px solid #26302e; padding-top: 23px; display: flex; justify-content: space-between; color: #77837f; font-size: 11px; }
.footer-bottom div { display: flex; gap: 20px; }
.toast { position: fixed; z-index: 100; right: 24px; bottom: 24px; padding: 15px 20px; background: var(--deep); color: white; border-radius: 10px; box-shadow: var(--shadow); transform: translateY(100px); opacity: 0; transition: .3s; }
.toast.show { transform: none; opacity: 1; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1020px) {
  .nav-wrap { grid-template-columns: 160px 1fr 160px; }
  .nav { gap: 20px; }
  .hero-layout { grid-template-columns: 1fr; padding-top: 20px; }
  .hero { padding-top: 110px; }
  .hero-copy { text-align: center; max-width: 760px; margin: auto; }
  .hero-lead { margin-inline: auto; }
  .hero-actions,.trust-line { justify-content: center; }
  .hero-visual { width: min(680px,100%); margin: -10px auto 20px; }
  .proof-bar { flex-direction: column; justify-content: center; gap: 17px; padding: 23px 0; text-align: center; }
  .proof-items { flex-wrap: wrap; justify-content: center; }
  .overview-layout,.platform-layout,.outcomes-layout { grid-template-columns: 1fr; }
  .overview-copy { max-width: 760px; }
  .platform-copy { max-width: 680px; }
  .dashboard-shell { transform: none; }
  .capability-grid { grid-template-columns: repeat(2,1fr); }
  .faq-layout { gap: 55px; }
  .contact-shell { grid-template-columns: 1fr; gap: 35px; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 620px); }
  .site-header { height: 72px; }
  .nav-wrap { grid-template-columns: 1fr auto; }
  .nav-cta { display: none; }
  .menu-button { display: block; }
  .nav { display: none; position: fixed; left: 14px; right: 14px; top: 72px; background: white; border-radius: 12px; box-shadow: var(--shadow); padding: 16px; flex-direction: column; align-items: stretch; gap: 0; }
  .nav.open { display: flex; }
  .nav a { padding: 13px; }
  .brand img { width: 128px; }
  .hero { padding-top: 102px; min-height: auto; }
  .hero-layout { display: flex; flex-direction: column; gap: 6px; }
  .hero-copy { order: 1; text-align: left; padding-bottom: 15px; }
  h1 { font-size: clamp(42px, 12vw, 60px); line-height: 1.02; }
  .hero-lead { font-size: 16px; line-height: 1.6; margin: 22px 0 25px; }
  .hero-context { margin: -12px 0 24px; }
  .hero-actions { justify-content: flex-start; flex-wrap: wrap; gap: 18px; }
  .trust-line { justify-content: flex-start; flex-wrap: wrap; gap: 10px 17px; margin-top: 25px; }
  .hero-visual { order: 2; height: 405px; margin: 8px auto 0; }
  .visual-halo { width: 330px; height: 330px; right: -80px; top: 20px; }
  .command-card { width: 365px; right: -20px; top: 60px; }
  .command-topbar { padding: 10px; }
  .command-topbar strong { display: none; }
  .map-stage { height: 190px; }
  .status-strip { padding: 10px; }
  .status-strip strong { font-size: 19px; }
  .phone-frame { width: 156px; height: 285px; left: -2px; top: 95px; }
  .floating-alert { right: 0; bottom: 12px; }
  .proof-bar { margin-top: 0; }
  .proof-items { gap: 14px 20px; }
  .section { padding: 82px 0; }
  .overview-layout { gap: 65px; }
  .overview-visual { padding: 0 15px 55px 0; }
  .overview-frame img { height: 300px; }
  .overview-report { width: 200px; }
  .detail-grid { grid-template-columns: 1fr; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2,.platform-copy h2,.outcome-copy h2,.faq-intro h2,.contact-copy h2 { font-size: 38px; }
  .steps { grid-template-columns: 1fr; }
  .step-card,.step-card.active { min-height: 285px; transform: none; }
  .platform-layout { gap: 48px; }
  .dashboard-shell > img { min-height: 310px; }
  .dashboard-chip { right: -5px; bottom: -28px; }
  .section-heading.split { display: block; }
  .section-heading.split p { width: auto; margin-top: 18px; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability { min-height: 210px; }
  .outcomes-layout { gap: 75px; }
  .outcome-visual { padding: 20px 0 0 14px; }
  .report-window { min-height: 320px; padding: 12px; }
  .report-window img { width: 100%; height: auto; max-height: 296px; object-fit: contain; object-position: center; }
  .metric-card { right: -5px; bottom: -42px; }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card { padding: 29px 24px; }
  .faq-layout { grid-template-columns: 1fr; }
  .faq-intro { position: static; }
  .contact { padding: 70px 0; }
  .contact-shell { padding: 40px 22px; border-radius: 17px; }
  .demo-meta { flex-direction: column; gap: 10px; }
  .demo-form { grid-template-columns: 1fr; padding: 22px 17px; }
  .demo-form label,.full-button,.demo-form > small { grid-column: 1; }
  .footer-main { flex-direction: column; gap: 45px; }
  .footer-links { grid-template-columns: 1fr; gap: 35px; }
  .footer-bottom { flex-direction: column; gap: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  *,*:before,*:after { scroll-behavior: auto!important; animation: none!important; transition: none!important; }
  .reveal { opacity: 1; transform: none; }
}
