:root {
  --navy: #102650;
  --navy-2: #0a1b3b;
  --navy-3: #173768;
  --orange: #ff6a00;
  --orange-soft: #ff8a35;
  --ink: #12213b;
  --muted: #657086;
  --line: #dde3ec;
  --soft: #f4f6f9;
  --white: #ffffff;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(15, 34, 72, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.6; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 200; padding: 10px 16px; background: var(--white); color: var(--navy); border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.section-shell, .nav-shell, .hero-inner { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(10, 27, 59, 0.94); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(255,255,255,0.08); }
.nav-shell { min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { flex: 0 0 auto; width: 320px; }
.brand img { width: 100%; }
nav { display: flex; align-items: center; gap: 23px; color: rgba(255,255,255,0.82); font-size: 0.88rem; font-weight: 650; }
nav a { transition: color .2s ease; }
nav a:hover { color: var(--white); }
.nav-cta { padding: 12px 18px; color: var(--white); background: var(--orange); border-radius: 10px; box-shadow: 0 8px 24px rgba(255,106,0,.22); }
.menu-toggle { display: none; background: none; border: 0; padding: 8px; }
.menu-toggle > span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--white); }

.hero { position: relative; overflow: hidden; padding: 94px 0 86px; color: var(--white); background: var(--navy-2); }
.hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(to right, transparent, #000 55%, #000); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow-one { width: 520px; height: 520px; right: -170px; top: -190px; background: radial-gradient(circle, rgba(255,106,0,.22), transparent 68%); }
.hero-glow-two { width: 600px; height: 600px; left: 22%; bottom: -500px; background: radial-gradient(circle, rgba(36,91,168,.34), transparent 68%); }
.hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 76px; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: .14em; font-weight: 800; font-size: .75rem; }
.eyebrow { color: rgba(255,255,255,.74); }
.eyebrow span { width: 28px; height: 3px; background: var(--orange); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 700px; margin: 23px 0 26px; font-size: clamp(2.8rem, 5.5vw, 5rem); line-height: .98; letter-spacing: -.045em; font-weight: 850; }
h1 em { color: var(--orange); font-style: normal; }
.hero-lead { max-width: 670px; color: rgba(255,255,255,.72); font-size: 1.1rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 34px 0 28px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 13px 21px; border: 0; border-radius: 11px; cursor: pointer; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--orange); box-shadow: 0 12px 28px rgba(255,106,0,.24); }
.button-primary:hover { background: #f36100; box-shadow: 0 16px 34px rgba(255,106,0,.34); }
.button-secondary { color: var(--white); background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); }
.trust-row { display: flex; flex-wrap: wrap; gap: 20px; color: rgba(255,255,255,.6); font-size: .76rem; font-weight: 700; }
.trust-row span { display: inline-flex; align-items: center; gap: 7px; }
.trust-row i { width: 5px; height: 5px; border-radius: 50%; background: var(--orange); }

.operations-card { position: relative; overflow: hidden; padding: 26px; border-radius: 24px; border: 1px solid rgba(255,255,255,.13); background: linear-gradient(150deg, rgba(27,55,103,.92), rgba(15,35,75,.84)); box-shadow: 0 34px 90px rgba(0,0,0,.28); transform: rotate(1deg); }
.operations-card::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(125deg, rgba(255,255,255,.08), transparent 38%); }
.card-topline { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.micro-label { display: block; margin-bottom: 5px; color: var(--orange); letter-spacing: .14em; font-size: .65rem; font-weight: 850; }
.card-topline strong { display: block; font-size: 1.05rem; }
.live-pill { display: inline-flex; align-items: center; gap: 7px; padding: 6px 10px; color: #98e9bf; background: rgba(60,192,128,.12); border: 1px solid rgba(93,216,155,.22); border-radius: 999px; font-size: .7rem; font-weight: 800; }
.live-pill i { width: 7px; height: 7px; border-radius: 50%; background: #59d99a; box-shadow: 0 0 0 4px rgba(89,217,154,.11); }
.mini-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin: 24px 0; }
.mini-stats div { padding: 14px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.07); border-radius: 12px; }
.mini-stats span { display: block; color: rgba(255,255,255,.5); font-size: .66rem; }
.mini-stats strong { font-size: 1.5rem; letter-spacing: -.03em; }
.task-list { display: grid; gap: 8px; }
.task-list article { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; padding: 14px; background: rgba(6,18,42,.58); border: 1px solid rgba(255,255,255,.06); border-radius: 13px; }
.task-icon { width: 33px; height: 33px; display: grid; place-items: center; color: var(--orange); background: rgba(255,106,0,.13); border-radius: 9px; font-size: .68rem; font-weight: 900; }
.task-list strong, .task-list small { display: block; }
.task-list strong { font-size: .82rem; }
.task-list small { color: rgba(255,255,255,.45); font-size: .68rem; }
.task-status { padding: 5px 8px; border-radius: 7px; font-size: .63rem; font-weight: 800; }
.task-status.done { color: #8ce4b8; background: rgba(61,184,123,.12); }
.task-status.active { color: #ffb681; background: rgba(255,106,0,.13); }
.task-status.waiting { color: #b7c5df; background: rgba(167,184,218,.1); }
.card-note { display: flex; align-items: center; gap: 12px; margin-top: 16px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.1); }
.card-note span { padding: 5px 8px; color: var(--navy); background: var(--orange); border-radius: 5px; font-size: .62rem; font-weight: 900; text-transform: uppercase; }
.card-note strong { color: rgba(255,255,255,.8); font-size: .72rem; }

.audience-strip { padding: 25px 0; color: rgba(255,255,255,.85); background: var(--navy); }
.audience-strip .section-shell { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.audience-strip p { margin: 0; color: var(--orange); font-size: .7rem; font-weight: 850; letter-spacing: .14em; }
.audience-strip div div { display: flex; gap: 14px; align-items: center; font-weight: 750; font-size: .85rem; }
.audience-strip b { color: var(--orange); }

.section { padding: 112px 0; }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; margin-bottom: 52px; }
.kicker { margin-bottom: 15px; color: var(--orange); }
h2 { margin-bottom: 0; font-size: clamp(2.25rem, 4vw, 3.7rem); line-height: 1.06; letter-spacing: -.04em; font-weight: 850; }
.section-heading > p { margin: 0 0 5px; color: var(--muted); line-height: 1.8; }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 310px; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.service-card:hover { z-index: 2; transform: translateY(-5px); box-shadow: var(--shadow); }
.service-card.featured { color: var(--white); background: var(--navy); }
.service-number { position: absolute; right: 28px; top: 26px; color: #cbd1db; font-size: .7rem; font-weight: 850; }
.featured .service-number { color: rgba(255,255,255,.38); }
.service-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 45px; color: var(--orange); background: #fff4ec; border-radius: 12px; font-size: 1.35rem; font-weight: 900; }
.featured .service-icon { color: var(--white); background: var(--orange); }
.service-card h3 { margin-bottom: 12px; font-size: 1.2rem; line-height: 1.25; }
.service-card p { margin-bottom: 0; color: var(--muted); font-size: .92rem; }
.featured p { color: rgba(255,255,255,.65); }
.service-card ul { margin: 18px 0 0; padding: 0; list-style: none; color: rgba(255,255,255,.82); font-size: .78rem; }
.service-card li { margin-top: 5px; }
.service-card li::before { content: "—"; margin-right: 7px; color: var(--orange); }

.process { color: var(--white); background: var(--navy-2); }
.section-heading.light > p { color: rgba(255,255,255,.6); }
.process-track { display: grid; grid-template-columns: repeat(4,1fr); position: relative; }
.process-track::before { content: ""; position: absolute; top: 26px; left: 6%; right: 6%; height: 1px; background: linear-gradient(90deg, var(--orange), rgba(255,255,255,.15)); }
.process-step { position: relative; padding-right: 34px; }
.process-step > span { position: relative; z-index: 2; width: 53px; height: 53px; display: grid; place-items: center; margin-bottom: 32px; color: var(--white); background: var(--navy-2); border: 1px solid rgba(255,255,255,.24); border-radius: 50%; font-size: .72rem; font-weight: 900; }
.process-step:first-child > span { background: var(--orange); border-color: var(--orange); }
.process-step small { color: var(--orange); font-size: .64rem; letter-spacing: .16em; font-weight: 900; }
.process-step h3 { margin: 8px 0 12px; font-size: 1.15rem; }
.process-step p { color: rgba(255,255,255,.56); font-size: .86rem; }

.progression { overflow: hidden; background: var(--soft); }
.progression-layout { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 90px; }
.progression-copy > p { margin: 25px 0 30px; color: var(--muted); line-height: 1.8; }
.experience-proof { display: grid; grid-template-columns: auto 1fr; gap: 17px; align-items: center; margin: -5px 0 30px; padding: 18px 20px; background: var(--white); border-left: 4px solid var(--orange); border-radius: 0 12px 12px 0; box-shadow: 0 10px 34px rgba(16,38,80,.08); }
.experience-proof > strong { color: var(--orange); font-size: 2.45rem; line-height: 1; letter-spacing: -.06em; }
.experience-proof span { display: block; color: var(--navy); font-size: .84rem; font-weight: 900; text-transform: uppercase; letter-spacing: .07em; }
.experience-proof p { margin: 3px 0 0; color: var(--muted); font-size: .78rem; line-height: 1.45; }
.check-list { display: grid; gap: 18px; margin: 0 0 30px; padding: 0; list-style: none; }
.check-list li { display: flex; gap: 14px; align-items: flex-start; }
.check-list li > span { flex: 0 0 auto; width: 27px; height: 27px; display: grid; place-items: center; color: var(--white); background: var(--orange); border-radius: 7px; font-size: .75rem; font-weight: 900; }
.check-list strong, .check-list small { display: block; }
.check-list strong { font-size: .95rem; }
.check-list small { color: var(--muted); }
.text-link { color: var(--navy); font-weight: 850; border-bottom: 2px solid var(--orange); padding-bottom: 4px; }
.text-link span { color: var(--orange); }
.progression-panel { min-height: 520px; position: relative; display: grid; place-items: center; border-radius: 36px; overflow: hidden; background: radial-gradient(circle at center, #183e77 0, var(--navy) 48%, var(--navy-2) 100%); box-shadow: var(--shadow); }
.progression-panel::after { content: ""; position: absolute; inset: 0; opacity: .26; background-image: radial-gradient(rgba(255,255,255,.5) 1px, transparent 1px); background-size: 28px 28px; }
.orbit { position: absolute; z-index: 1; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; }
.orbit-one { width: 300px; height: 300px; }
.orbit-two { width: 445px; height: 445px; }
.center-mark { position: relative; z-index: 3; width: 165px; height: 165px; display: grid; place-items: center; align-content: center; color: var(--white); background: var(--orange); border: 12px solid rgba(255,255,255,.13); outline: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 25px 65px rgba(0,0,0,.3); }
.center-mark span { font-size: 3rem; line-height: 1; font-weight: 900; letter-spacing: -.05em; }
.center-mark small { margin-top: 7px; font-size: .52rem; font-weight: 900; letter-spacing: .12em; }
.orbit-tag { position: absolute; z-index: 4; padding: 9px 13px; color: var(--white); background: rgba(10,27,59,.88); border: 1px solid rgba(255,255,255,.2); border-radius: 9px; box-shadow: 0 12px 28px rgba(0,0,0,.25); font-size: .72rem; font-weight: 800; }
.tag-one { top: 55px; left: 50%; transform: translateX(-50%); }
.tag-two { top: 130px; right: 25px; }
.tag-five { right: 25px; bottom: 130px; }
.tag-three { bottom: 55px; left: 50%; transform: translateX(-50%); }
.tag-four { bottom: 130px; left: 25px; }
.tag-six { top: 130px; left: 25px; }
.reseller-block { position: relative; overflow: hidden; margin-top: 110px; padding: 54px; color: var(--white); background: linear-gradient(135deg, var(--navy-2), var(--navy) 72%, #173d76); border-radius: 28px; box-shadow: var(--shadow); }
.reseller-block::before { content: ""; position: absolute; width: 430px; height: 430px; right: -210px; top: -250px; border-radius: 50%; background: radial-gradient(circle, rgba(255,106,0,.34), transparent 67%); pointer-events: none; }
.reseller-heading { position: relative; z-index: 1; display: grid; grid-template-columns: .95fr 1.05fr; align-items: end; gap: 70px; }
.reseller-heading h2 { max-width: 610px; font-size: clamp(2rem, 3.5vw, 3.25rem); }
.reseller-heading > p { margin: 0 0 4px; color: rgba(255,255,255,.68); line-height: 1.75; }
.reseller-badge { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 17px; color: #ffd0ae; text-transform: uppercase; letter-spacing: .13em; font-size: .7rem; font-weight: 900; }
.reseller-badge i { width: 9px; height: 9px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(255,106,0,.14); }
.reseller-options { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 38px; }
.reseller-options article { padding: 27px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.11); border-radius: 16px; }
.reseller-options article > span { display: inline-grid; width: 33px; height: 33px; place-items: center; margin-bottom: 26px; color: var(--white); background: var(--orange); border-radius: 9px; font-size: .65rem; font-weight: 900; }
.reseller-options h3 { margin-bottom: 10px; font-size: 1.08rem; }
.reseller-options p { margin: 0; color: rgba(255,255,255,.58); font-size: .84rem; line-height: 1.65; }
.reseller-footer { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 42px; margin-top: 32px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.12); }
.reseller-footer p { max-width: 710px; margin: 0; color: rgba(255,255,255,.68); font-size: .9rem; }
.reseller-footer strong { color: var(--white); }
.reseller-footer .button { flex: 0 0 auto; }
.technician-showcase { display: grid; grid-template-columns: .7fr 1.3fr; gap: 65px; align-items: center; margin-top: 110px; padding-top: 90px; border-top: 1px solid var(--line); }
.showcase-copy > p { margin: 24px 0 28px; color: var(--muted); line-height: 1.8; }
.showcase-points { display: grid; gap: 0; margin-bottom: 30px; }
.showcase-points span { display: grid; grid-template-columns: 32px 1fr; gap: 8px; padding: 12px 0; color: var(--ink); border-top: 1px solid var(--line); font-size: .86rem; font-weight: 750; }
.showcase-points b { color: var(--orange); font-size: .68rem; }
.guide-preview { position: relative; display: block; overflow: hidden; padding: 12px; background: var(--white); border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow); transition: transform .25s ease, box-shadow .25s ease; }
.guide-preview:hover { transform: translateY(-5px); box-shadow: 0 32px 90px rgba(15,34,72,.18); }
.guide-preview img { width: 100%; border-radius: 13px; }
.guide-preview > span { position: absolute; right: 27px; bottom: 27px; display: inline-flex; align-items: center; gap: 10px; padding: 10px 14px; color: var(--white); background: rgba(10,27,59,.94); border: 1px solid rgba(255,255,255,.18); border-radius: 9px; font-size: .72rem; font-weight: 850; box-shadow: 0 10px 30px rgba(0,0,0,.22); }
.guide-preview > span b { color: var(--orange); }

.benefits { background: var(--white); }
.benefit-layout { display: grid; grid-template-columns: 1.08fr .92fr; gap: 76px; align-items: start; }
.benefit-list article { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.benefit-list article:first-child { border-top: 1px solid var(--line); }
.benefit-list article > span { color: var(--orange); font-size: .7rem; font-weight: 900; }
.benefit-list h3 { margin-bottom: 6px; font-size: 1.18rem; }
.benefit-list p { margin: 0; color: var(--muted); }
.comparison-card { padding: 42px; color: var(--white); background: var(--navy); border-radius: 24px; box-shadow: var(--shadow); }
.comparison-card h3 { margin: 17px 0 30px; font-size: 1.65rem; line-height: 1.25; }
.comparison-row { padding: 18px; border-radius: 12px; }
.comparison-row span { display: block; margin-bottom: 5px; color: var(--orange); text-transform: uppercase; letter-spacing: .12em; font-size: .65rem; font-weight: 900; }
.comparison-row p { margin: 0; font-size: .88rem; }
.comparison-row.muted { color: rgba(255,255,255,.55); background: rgba(255,255,255,.05); }
.comparison-row.strong { color: var(--white); background: rgba(255,106,0,.12); border: 1px solid rgba(255,106,0,.25); }
.comparison-arrow { padding: 8px 0; color: var(--orange); text-align: center; font-weight: 900; }
.full { width: 100%; margin-top: 24px; }

.faq { background: var(--soft); }
.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: start; }
.faq-intro { position: sticky; top: 130px; }
.faq-intro > p { margin: 24px 0 30px; color: var(--muted); line-height: 1.8; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 25px 54px 25px 0; cursor: pointer; list-style: none; color: var(--navy); font-size: 1.05rem; font-weight: 850; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 20px; width: 34px; height: 34px; display: grid; place-items: center; color: var(--orange); background: var(--white); border: 1px solid var(--line); border-radius: 9px; font-size: 1.25rem; line-height: 1; transition: transform .2s ease, color .2s ease, background .2s ease; }
.faq-list details[open] summary::after { color: var(--white); background: var(--orange); border-color: var(--orange); transform: rotate(45deg); }
.faq-list details p { max-width: 760px; margin: -5px 54px 25px 0; color: var(--muted); line-height: 1.75; }
.faq-list summary:focus-visible { outline: 3px solid rgba(255,106,0,.28); outline-offset: 4px; border-radius: 6px; }

.demo { color: var(--white); background: linear-gradient(135deg, var(--navy-2), var(--navy)); }
.demo-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.demo-copy { position: sticky; top: 130px; }
.demo-copy > p { margin: 25px 0 34px; color: rgba(255,255,255,.62); font-size: 1.02rem; line-height: 1.8; }
.demo-points { display: grid; gap: 12px; }
.demo-points span { display: flex; align-items: center; gap: 14px; padding: 12px 0; border-top: 1px solid rgba(255,255,255,.11); color: rgba(255,255,255,.78); }
.demo-points b { color: var(--orange); font-size: .7rem; }
.demo-form { padding: 38px; color: var(--ink); background: var(--white); border-radius: 24px; box-shadow: 0 30px 80px rgba(0,0,0,.25); }
.form-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 26px; }
.form-heading strong { font-size: 1.25rem; }
.form-heading span { color: var(--muted); font-size: .72rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
label { display: grid; gap: 7px; margin-bottom: 16px; font-size: .78rem; font-weight: 800; }
input, select, textarea { width: 100%; padding: 13px 14px; color: var(--ink); background: var(--soft); border: 1px solid transparent; border-radius: 9px; outline: none; font-size: .9rem; font-weight: 500; }
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(255,106,0,.12); }
.form-note { margin: 12px 0 0; color: var(--muted); text-align: center; font-size: .68rem; }
.form-status { min-height: 1.5em; margin: 8px 0 0; color: var(--navy); text-align: center; font-size: .78rem; font-weight: 750; }

.site-footer { color: rgba(255,255,255,.67); background: #071630; }
.footer-top { display: grid; grid-template-columns: 1.5fr .7fr 1fr 1fr; gap: 50px; padding-top: 65px; padding-bottom: 55px; }
.footer-brand img { width: 280px; margin-bottom: 18px; }
.footer-brand p { max-width: 370px; margin: 0; font-size: .86rem; }
.footer-top > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; font-size: .82rem; }
.footer-top > div > span { margin-bottom: 8px; color: var(--white); text-transform: uppercase; letter-spacing: .12em; font-size: .65rem; font-weight: 900; }
.footer-top a:hover { color: var(--orange); }
.footer-top p { margin: 0; }
.footer-cta { color: var(--orange); font-weight: 850; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; padding-bottom: 26px; border-top: 1px solid rgba(255,255,255,.09); font-size: .7rem; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } .button { transition: none; } }

@media (max-width: 1000px) {
  .nav-shell { min-height: 84px; }
  .brand { width: 270px; }
  .menu-toggle { display: block; }
  nav { position: fixed; inset: 84px 0 auto 0; display: none; padding: 28px 24px 34px; flex-direction: column; align-items: stretch; gap: 18px; background: var(--navy-2); border-top: 1px solid rgba(255,255,255,.1); box-shadow: 0 30px 50px rgba(0,0,0,.25); }
  nav.open { display: flex; }
  .nav-cta { text-align: center; }
  .hero { padding-top: 84px; }
  .hero-inner, .progression-layout, .technician-showcase, .benefit-layout, .faq-layout, .demo-layout { grid-template-columns: 1fr; }
  .hero-inner { gap: 55px; }
  .hero-copy { max-width: 760px; }
  .operations-card { max-width: 640px; transform: none; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .process-track { grid-template-columns: repeat(2,1fr); row-gap: 45px; }
  .process-track::before { display: none; }
  .progression-layout, .technician-showcase, .benefit-layout, .faq-layout, .demo-layout { gap: 55px; }
  .reseller-heading { grid-template-columns: 1fr; gap: 24px; }
  .reseller-options { grid-template-columns: 1fr; }
  .progression-panel { min-height: 500px; }
  .faq-intro, .demo-copy { position: static; }
  .footer-top { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-top > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 700px) {
  .section-shell, .nav-shell, .hero-inner { width: min(100% - 30px, 1180px); }
  .brand { width: 225px; }
  .hero { padding: 56px 0 60px; }
  h1 { font-size: clamp(2.7rem, 13vw, 4rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions .button { width: 100%; }
  .trust-row { display: grid; gap: 8px; }
  .operations-card { padding: 18px; }
  .mini-stats { grid-template-columns: 1fr 1fr 1fr; }
  .mini-stats div { padding: 10px; }
  .mini-stats span { min-height: 34px; }
  .task-list article { grid-template-columns: auto 1fr; }
  .task-status { grid-column: 2; justify-self: start; }
  .audience-strip .section-shell { display: block; }
  .audience-strip div div { flex-wrap: wrap; margin-top: 10px; }
  .section { padding: 82px 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .process-track { grid-template-columns: 1fr; }
  .progression-panel { min-height: 390px; border-radius: 22px; }
  .reseller-block { margin-top: 80px; padding: 34px 22px; border-radius: 22px; }
  .reseller-options article { padding: 23px; }
  .reseller-footer { align-items: stretch; flex-direction: column; gap: 22px; }
  .reseller-footer .button { width: 100%; }
  .technician-showcase { margin-top: 80px; padding-top: 70px; }
  .guide-preview { padding: 6px; border-radius: 15px; }
  .guide-preview > span { right: 14px; bottom: 14px; }
  .orbit-one { width: 230px; height: 230px; }.orbit-two { width: 340px; height: 340px; }
  .center-mark { width: 135px; height: 135px; }
  .orbit-tag { padding: 7px 9px; font-size: .63rem; }
  .tag-one { top: 24px; }
  .tag-two { top: 103px; right: 4px; }
  .tag-five { right: 4px; bottom: 90px; }
  .tag-three { bottom: 20px; }
  .tag-four { bottom: 90px; left: 4px; }
  .tag-six { top: 103px; left: 4px; }
  .comparison-card, .demo-form { padding: 28px 22px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .form-heading { display: block; }
  .form-heading span { display: block; margin-top: 4px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-top > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}
