:root {
  --orange: #e96322;
  --orange-dark: #c2410c;
  --charcoal: #171d1f;
  --charcoal-2: #20282b;
  --ink: #111719;
  --concrete: #f0f2f2;
  --paper: #fafbfb;
  --steel: #758489;
  --line: #d8dddd;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(9, 14, 16, 0.18);
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.6; }
a { color: inherit; }
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; z-index: 1000; left: 12px; top: 12px; transform: translateY(-200%); background: var(--orange); color: #fff; padding: 10px 16px; border-radius: 4px; font-weight: 800; }
.skip-link:focus { transform: translateY(0); }

.site-header { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 0 max(24px, calc((100vw - var(--max)) / 2)); background: var(--charcoal); color: #fff; border-bottom: 1px solid rgba(255,255,255,.09); position: relative; z-index: 50; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: #fff; text-decoration: none; font-size: 21px; font-weight: 900; letter-spacing: -.7px; }
.brand > span:last-child > span { color: var(--orange); }
.brand-mark { position: relative; width: 31px; height: 36px; display: inline-block; transform: skew(-13deg); }
.brand-mark::before, .brand-mark::after, .brand-mark span { content: ""; position: absolute; display: block; background: var(--orange); border-radius: 1px; }
.brand-mark::before { width: 13px; height: 23px; top: 0; left: 13px; }
.brand-mark::after { width: 13px; height: 23px; bottom: 0; left: 5px; }
.brand-mark span { width: 22px; height: 11px; left: 5px; top: 13px; transform: skew(13deg); }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a, .document-nav a { color: #d5dddd; text-decoration: none; font-size: 13px; font-weight: 750; letter-spacing: .02em; }
.site-nav a:hover, .site-nav a:focus-visible, .document-nav a:hover, .document-nav a:focus-visible { color: #fff; }
.site-nav .nav-cta { color: #fff; border: 1px solid rgba(255,255,255,.28); padding: 10px 15px; border-radius: 4px; }
.site-nav .nav-cta:hover { background: #fff; color: var(--charcoal); }
.menu-button { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; }
.menu-button > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: #fff; }

.hero { min-height: 720px; padding: 85px max(24px, calc((100vw - var(--max)) / 2)) 78px; display: grid; grid-template-columns: minmax(0, .9fr) minmax(500px, 1.1fr); gap: 70px; align-items: center; color: #fff; background: var(--charcoal); overflow: hidden; position: relative; }
.hero::before { content: ""; position: absolute; width: 900px; height: 900px; right: -330px; top: -370px; border: 1px solid rgba(255,255,255,.06); border-radius: 50%; box-shadow: 0 0 0 90px rgba(255,255,255,.018), 0 0 0 180px rgba(255,255,255,.012); }
.hero-grain { position: absolute; inset: 0; opacity: .24; background-image: linear-gradient(115deg, transparent 0 68%, rgba(233,99,34,.06) 68% 69%, transparent 69%), repeating-linear-gradient(90deg, rgba(255,255,255,.025) 0 1px, transparent 1px 90px); pointer-events: none; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 18px; display: flex; align-items: center; gap: 10px; color: #c7d0d3; font-size: 12px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow > span { width: 26px; height: 3px; background: var(--orange); }
.eyebrow.dark { color: #5f6b6f; }
.hero h1, .section-heading h2, .modes-copy h2, .security-band h2, .closing-cta h2, .document-hero h1, .error-page h1 { margin: 0; font-family: "Arial Narrow", Impact, Haettenschweiler, sans-serif; font-weight: 900; text-transform: uppercase; letter-spacing: -.035em; line-height: .94; }
.hero h1 { max-width: 630px; font-size: clamp(58px, 6vw, 92px); }
.hero h1 em, .document-hero h1 em { color: var(--orange); font-style: normal; }
.hero-lede { max-width: 630px; margin: 28px 0 32px; color: #cbd3d5; font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 13px 20px; border: 1px solid transparent; border-radius: 4px; text-decoration: none; font-size: 13px; font-weight: 850; letter-spacing: .02em; transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, button:focus-visible { outline: 3px solid #ffb38e; outline-offset: 3px; }
.button-primary { background: var(--orange); color: #fff; box-shadow: 0 12px 30px rgba(233,99,34,.25); }
.button-primary:hover { background: #f07132; }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.025); }
.button-ghost:hover { background: #fff; color: var(--charcoal); }
.trust-strip { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 34px; color: #aeb9bc; font-size: 12px; font-weight: 700; }
.trust-strip i { color: var(--orange); font-style: normal; margin-right: 5px; }

.hero-product { min-height: 595px; position: relative; z-index: 2; display: flex; align-items: center; justify-content: center; }
.product-glow { position: absolute; width: 520px; height: 520px; background: radial-gradient(circle, rgba(233,99,34,.24), rgba(233,99,34,0) 67%); filter: blur(8px); }
.phone-shell { position: relative; z-index: 2; width: 335px; height: 610px; padding: 10px; border: 1px solid rgba(255,255,255,.22); border-radius: 35px; background: #0d1214; box-shadow: 0 38px 90px rgba(0,0,0,.5); transform: rotate(2deg); }
.phone-top { height: 39px; display: flex; align-items: center; justify-content: space-between; padding: 0 15px; color: #fff; font-size: 11px; }
.phone-top > span { width: 60px; height: 7px; border-radius: 20px; background: #252d30; }
.phone-top b { font-size: 12px; letter-spacing: -.2px; }.phone-top b::first-letter { color: var(--orange); }
.phone-top i { min-width: 18px; height: 18px; display: grid; place-items: center; background: var(--orange-dark); color: #fff; border-radius: 50%; font-size: 9px; font-style: normal; }
.phone-screen { height: calc(100% - 39px); padding: 20px 15px 0; border-radius: 25px; background: #f3f5f5; color: var(--ink); overflow: hidden; }
.screen-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 15px; }
.screen-heading small, .metric-row small, .job-card-top small { display: block; color: #748084; font-size: 7px; font-weight: 900; letter-spacing: .11em; }
.screen-heading strong { display: block; margin-top: 3px; font-size: 15px; line-height: 1.2; }
.screen-heading button { width: 30px; height: 30px; border: 0; border-radius: 7px; background: var(--orange); color: #fff; font-size: 20px; line-height: 1; }
.metric-row { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.metric-row > div { padding: 12px; border: 1px solid #dfe3e3; border-radius: 10px; background: #fff; }
.metric-row strong { display: block; margin: 3px 0 1px; font-size: 24px; line-height: 1; }.metric-row span { color: #778286; font-size: 7px; }.metric-row .metric-up { color: #2c7a51; }
.job-card { margin-top: 10px; padding: 13px; border: 1px solid #dce1e1; border-radius: 11px; background: #fff; box-shadow: 0 5px 14px rgba(20,30,33,.04); }
.job-card-active { border-left: 3px solid var(--orange); }
.job-card-top { display: flex; align-items: center; gap: 5px; }.job-card-top b { margin-left: auto; color: #93a0a3; font-size: 8px; letter-spacing: 1px; }.status-dot { width: 6px; height: 6px; background: #2d9b62; border-radius: 50%; }.status-dot-gold { background: #d28c20; }
.job-card h3 { margin: 7px 0 1px; font-size: 13px; }.job-card p { margin: 0 0 10px; color: #748084; font-size: 8px; }
.job-progress { height: 4px; border-radius: 3px; background: #e5e8e8; overflow: hidden; }.job-progress span { display: block; height: 100%; background: var(--orange); }
.job-meta { display: flex; justify-content: space-between; margin-top: 7px; color: #7d898c; font-size: 7px; }
.phone-nav { position: absolute; left: 10px; right: 10px; bottom: 9px; height: 58px; display: flex; align-items: center; justify-content: space-around; border-top: 1px solid #dce0e0; background: #fff; color: #899497; }
.phone-nav > span { min-width: 35px; display: flex; flex-direction: column; align-items: center; gap: 2px; font-size: 14px; }.phone-nav small { font-size: 6px; font-weight: 800; }.phone-nav .active { color: var(--orange); }.phone-nav .nav-add { width: 39px; height: 39px; min-width: 39px; display: grid; place-items: center; border-radius: 50%; background: var(--orange); color: #fff; font-size: 22px; transform: translateY(-12px); }
.float-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; min-width: 215px; padding: 13px 15px; border: 1px solid rgba(255,255,255,.15); border-radius: 8px; background: rgba(31,39,42,.94); box-shadow: var(--shadow); backdrop-filter: blur(10px); }
.float-card-left { left: -5px; top: 145px; }.float-card-right { right: -10px; bottom: 120px; }
.float-icon { width: 32px; height: 32px; display: grid; place-items: center; background: rgba(233,99,34,.16); color: var(--orange); border-radius: 6px; font-weight: 900; }
.float-card small { display: block; color: #94a0a4; font-size: 7px; font-weight: 900; letter-spacing: .12em; }.float-card strong { display: block; margin-top: 2px; color: #fff; font-size: 11px; }

.proof-bar { min-height: 92px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 24px; padding: 22px; background: var(--orange); color: #fff; }
.proof-bar p { margin: 0; font-size: 10px; font-weight: 900; letter-spacing: .18em; }.proof-bar span { font-family: "Arial Narrow", Impact, sans-serif; font-size: 19px; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; }.proof-bar i { width: 5px; height: 5px; background: rgba(255,255,255,.55); transform: rotate(45deg); }

.section { padding: 110px max(24px, calc((100vw - var(--max)) / 2)); }
.section-light { background: var(--paper); }
.section-heading { max-width: 850px; margin-bottom: 55px; }.section-heading.compact { max-width: 950px; }
.section-heading h2, .modes-copy h2 { font-size: clamp(46px, 5vw, 70px); }.section-heading > p:last-child, .modes-copy > p { max-width: 680px; color: #677377; font-size: 17px; }
.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.capability-card { min-height: 320px; padding: 30px; position: relative; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.capability-card.featured { background: var(--charcoal); color: #fff; }.capability-card.featured p { color: #bdc7ca; }.capability-card.featured .card-detail { color: #fff; }
.card-number { color: #9ba6a9; font-size: 10px; font-weight: 900; letter-spacing: .12em; }.card-icon { width: 49px; height: 49px; display: grid; place-items: center; margin: 35px 0 22px; border-radius: 8px; background: rgba(233,99,34,.12); color: var(--orange); font-size: 22px; font-weight: 900; }.featured .card-icon { background: var(--orange); color: #fff; }
.capability-card h3 { margin: 0 0 10px; font-size: 20px; }.capability-card p { margin: 0 0 28px; color: #6b777b; font-size: 14px; line-height: 1.7; }.card-detail { position: absolute; left: 30px; bottom: 26px; color: #465255; font-size: 10px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }

.modes-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; background: var(--charcoal); color: #fff; }
.modes-copy > p { color: #bbc5c8; }.mode-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 32px; }.mode-list span { padding: 8px 11px; border: 1px solid rgba(255,255,255,.14); border-left: 3px solid currentColor; border-radius: 3px; background: rgba(255,255,255,.035); color: #dde3e4; font-size: 10px; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }.mode-list .orange { border-left-color: #e96322; }.mode-list .blue { border-left-color: #2878c8; }.mode-list .gold { border-left-color: #e58b19; }.mode-list .red { border-left-color: #d14a36; }.mode-list .steel { border-left-color: #3769b0; }.mode-list .ochre { border-left-color: #c27a17; }.mode-list .earth { border-left-color: #8a642e; }.mode-list .slate { border-left-color: #65747a; }.mode-list .wood { border-left-color: #a8652b; }.mode-list .yellow { border-left-color: #e1a900; }.mode-list .cyan { border-left-color: #1686a7; }.mode-list .brick { border-left-color: #8b4f43; }
.mode-board { min-height: 500px; display: grid; grid-template-columns: 65px 1fr; border: 1px solid rgba(255,255,255,.12); background: #20282b; box-shadow: var(--shadow); transform: rotate(-1.2deg); }.mode-rail { padding: 25px 20px; border-right: 1px solid rgba(255,255,255,.09); }.mode-rail span { display: block; width: 24px; height: 24px; margin-bottom: 28px; border: 1px solid rgba(255,255,255,.17); border-radius: 5px; }.mode-rail span.active { background: #8a642e; border-color: #8a642e; box-shadow: 0 0 0 7px rgba(138,100,46,.18); }
.mode-panel { padding: 46px 40px; }.mode-panel > small, .panel-kicker { color: #9ba8ab; font-size: 9px; font-weight: 900; letter-spacing: .16em; }.mode-panel > h3 { margin: 5px 0 28px; font-size: 27px; }.mode-task { display: grid; grid-template-columns: 35px 1fr 28px; gap: 12px; align-items: center; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.1); }.mode-task i { color: #849094; font-size: 9px; font-style: normal; }.mode-task strong, .mode-task span { display: block; }.mode-task strong { font-size: 13px; }.mode-task span { margin-top: 2px; color: #939fa2; font-size: 9px; }.mode-task b { color: #c1cbcd; }.mode-note { margin-top: 24px; padding: 17px; border-left: 3px solid var(--orange); background: rgba(255,255,255,.04); color: #aeb9bc; font-size: 11px; }

.field-layout { display: grid; grid-template-columns: 1.2fr .8fr; gap: 75px; align-items: start; }.field-timeline { position: relative; }.timeline-line { position: absolute; left: 112px; top: 31px; bottom: 34px; width: 1px; background: #d4dada; }.field-timeline article { min-height: 122px; display: grid; grid-template-columns: 80px 26px 1fr; gap: 20px; position: relative; }.field-timeline time { padding-top: 2px; color: #899498; font-size: 10px; font-weight: 850; }.timeline-dot { width: 12px; height: 12px; margin: 3px auto 0; border: 3px solid var(--paper); border-radius: 50%; background: #8e999c; box-shadow: 0 0 0 1px #aeb7b9; z-index: 2; }.timeline-dot.active, .timeline-dot.finish { background: var(--orange); box-shadow: 0 0 0 1px var(--orange), 0 0 0 7px rgba(233,99,34,.1); }.field-timeline small { color: var(--orange-dark); font-size: 8px; font-weight: 900; letter-spacing: .12em; }.field-timeline h3 { margin: 4px 0 2px; font-size: 17px; }.field-timeline p { margin: 0; color: #6d797c; font-size: 13px; }
.control-panel { padding: 38px; background: var(--charcoal); color: #fff; box-shadow: var(--shadow); }.control-panel h3 { margin: 8px 0 14px; font-size: 26px; line-height: 1.2; }.control-panel > p:not(.panel-kicker) { color: #b8c2c5; font-size: 14px; }.control-panel ul { list-style: none; padding: 0; margin: 28px 0; }.control-panel li { padding: 13px 0; border-top: 1px solid rgba(255,255,255,.1); font-size: 12px; font-weight: 800; }.control-panel li span { color: var(--orange); margin-right: 15px; font-size: 9px; }.control-panel > a { color: #fff; font-size: 11px; font-weight: 850; text-decoration: none; }.control-panel > a span { color: var(--orange); margin-left: 8px; }

.security-band { padding: 85px max(24px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; background: #e9eded; }.security-band h2 { font-size: clamp(42px, 4vw, 59px); }.security-points { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: #ccd3d3; }.security-points > span { padding: 30px 24px; background: #f6f7f7; }.security-points b, .security-points strong, .security-points small { display: block; }.security-points b { margin-bottom: 40px; color: var(--orange); font-size: 9px; }.security-points strong { font-size: 14px; }.security-points small { margin-top: 5px; color: #758084; font-size: 10px; line-height: 1.5; }

.closing-cta { min-height: 520px; padding: 100px 24px; position: relative; overflow: hidden; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background: var(--charcoal); color: #fff; }.closing-cta > *:not(.closing-stripes) { position: relative; z-index: 2; }.closing-cta h2 { max-width: 880px; font-size: clamp(52px, 6vw, 84px); }.closing-cta > p:not(.eyebrow) { max-width: 650px; color: #bbc5c8; }.eyebrow + .closing-cta { justify-content: center; }.centered { justify-content: center; margin-top: 20px; }.button-ghost.light { color: #fff; }.closing-stripes { position: absolute; width: 350px; height: 900px; left: -110px; top: -180px; opacity: .11; transform: rotate(34deg); background: repeating-linear-gradient(90deg, var(--orange) 0 35px, transparent 35px 70px); }

.site-footer { padding: 58px max(24px, calc((100vw - var(--max)) / 2)) 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 45px; background: #101517; color: #c7d0d3; }.footer-brand p { color: #7f8b8e; font-size: 12px; }.footer-links { display: flex; justify-content: flex-end; gap: 90px; }.footer-links div { display: flex; flex-direction: column; align-items: flex-start; gap: 6px; }.footer-links strong { margin-bottom: 7px; color: #fff; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }.footer-links a { color: #879396; font-size: 12px; text-decoration: none; }.footer-links a:hover { color: #fff; }.footer-bottom { grid-column: 1 / -1; padding-top: 22px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.08); color: #6f7b7e; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }

.document-page { background: #eef1f1; }.document-header { position: relative; }.document-nav { display: flex; gap: 25px; }.document-hero { padding: 90px max(24px, calc((100vw - 1000px) / 2)) 85px; background: var(--charcoal); color: #fff; }.document-hero h1 { max-width: 900px; font-size: clamp(52px, 6vw, 82px); }.document-hero > p:not(.eyebrow) { max-width: 700px; margin: 24px 0; color: #bdc7ca; font-size: 16px; }.document-shell { max-width: 1100px; margin: 0 auto; padding: 80px 24px 100px; display: grid; grid-template-columns: 260px 1fr; gap: 75px; align-items: start; }.document-summary { position: sticky; top: 30px; padding: 24px; border-top: 4px solid var(--orange); background: var(--charcoal); color: #fff; }.document-summary strong { font-size: 9px; letter-spacing: .15em; }.document-summary p { color: #b9c3c6; font-size: 12px; }.document-summary a { color: #fff; font-size: 11px; font-weight: 850; text-decoration: none; }.document-content { min-width: 0; }.document-content > :first-child { margin-top: 0; }.document-content h2 { margin: 50px 0 12px; padding-top: 18px; border-top: 1px solid #ccd3d3; color: #1d2527; font-size: 26px; line-height: 1.2; }.document-content h3 { margin: 25px 0 5px; font-size: 16px; }.document-content p, .document-content li { color: #4e5a5e; font-size: 15px; line-height: 1.8; }.document-content a { color: var(--orange-dark); font-weight: 750; }.document-content li { margin-bottom: 5px; }.support-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }.support-grid article { padding: 25px; border: 1px solid #d4dada; background: #fff; }.support-grid span { color: var(--orange); font-size: 9px; font-weight: 900; }.support-grid h3 { margin: 20px 0 5px; }.support-grid p { margin: 0; font-size: 13px; }.document-callout { margin-top: 36px; padding: 24px; border-left: 4px solid var(--orange); background: #fff; }.document-callout p { margin-bottom: 0; }.document-footer { min-height: 85px; padding: 25px max(24px, calc((100vw - 1100px) / 2)); display: flex; align-items: center; justify-content: space-between; background: #101517; color: #7f8b8e; font-size: 11px; }.document-footer span:last-child { display: flex; gap: 18px; }.document-footer a { color: #b7c0c2; text-decoration: none; }
.error-page { min-height: 100vh; display: grid; place-items: center; padding: 30px; background: var(--charcoal); color: #fff; text-align: center; }.error-page main { max-width: 700px; }.error-page .brand { justify-content: center; }.error-code { margin: 40px 0 0; color: var(--orange); font-size: 13px; font-weight: 900; letter-spacing: .2em; }.error-page h1 { margin: 10px 0 20px; font-size: clamp(48px, 7vw, 80px); }.error-page main > p:not(.error-code) { color: #b7c1c4; }.error-page .button { margin-top: 20px; }

@media (max-width: 1050px) {
  .site-nav { gap: 18px; }.site-nav a { font-size: 12px; }
  .hero { grid-template-columns: 1fr 430px; gap: 25px; }.hero h1 { font-size: 66px; }.float-card-left { left: -25px; }.float-card-right { right: -15px; }
  .capability-grid { grid-template-columns: 1fr 1fr; }.modes-section { gap: 45px; }.field-layout { gap: 40px; }.security-band { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 820px) {
  .site-header { height: 68px; padding-inline: 20px; }.menu-button { display: block; }.site-nav { position: absolute; left: 0; right: 0; top: 68px; display: none; padding: 20px; flex-direction: column; align-items: stretch; gap: 0; background: #101517; border-top: 1px solid rgba(255,255,255,.08); box-shadow: 0 18px 35px rgba(0,0,0,.3); }.site-nav.open { display: flex; }.site-nav a { padding: 12px; }.site-nav .nav-cta { margin-top: 8px; text-align: center; }
  .hero { padding-top: 65px; grid-template-columns: 1fr; }.hero-copy { text-align: center; }.hero .eyebrow, .hero-actions, .trust-strip { justify-content: center; }.hero h1, .hero-lede { margin-inline: auto; }.hero-product { margin-top: 10px; }.float-card-left { left: 5%; }.float-card-right { right: 4%; }
  .section { padding-top: 80px; padding-bottom: 80px; }.modes-section { grid-template-columns: 1fr; }.field-layout { grid-template-columns: 1fr; }.security-points { grid-template-columns: 1fr 1fr 1fr; }
  .document-shell { grid-template-columns: 1fr; gap: 35px; }.document-summary { position: static; }.document-hero { padding-top: 70px; }.document-header .document-nav { display: flex; }
}

@media (max-width: 590px) {
  .hero { min-height: auto; padding: 55px 18px 65px; }.hero h1 { font-size: 51px; }.hero-lede { font-size: 16px; }.hero-actions .button { width: 100%; }.trust-strip { display: grid; grid-template-columns: 1fr; gap: 7px; }.hero-product { min-height: 530px; transform: scale(.84); margin: -25px -50px -45px; }.phone-shell { transform: none; }.float-card { min-width: 185px; }.float-card-left { top: 120px; left: 0; }.float-card-right { bottom: 80px; right: 0; }
  .proof-bar { gap: 11px 15px; }.proof-bar p { width: 100%; text-align: center; }.proof-bar span { font-size: 15px; }
  .section { padding: 68px 18px; }.section-heading h2, .modes-copy h2 { font-size: 43px; }.capability-grid { grid-template-columns: 1fr; }.capability-card { min-height: 300px; padding: 25px; }.card-detail { left: 25px; }
  .mode-board { grid-template-columns: 45px 1fr; }.mode-rail { padding: 25px 10px; }.mode-panel { padding: 34px 20px; }.mode-task { grid-template-columns: 25px 1fr 20px; }
  .timeline-line { left: 79px; }.field-timeline article { grid-template-columns: 52px 14px 1fr; gap: 13px; }.control-panel { padding: 28px; }.security-band { padding: 65px 18px; }.security-points { grid-template-columns: 1fr; }.security-points b { margin-bottom: 18px; }
  .closing-cta { min-height: 480px; padding: 80px 18px; }.closing-cta h2 { font-size: 47px; }.centered .button { width: 100%; }
  .site-footer { grid-template-columns: 1fr; padding-inline: 20px; }.footer-links { justify-content: flex-start; }.footer-bottom { flex-direction: column; gap: 6px; }
  .document-header { padding-inline: 16px; }.document-header .brand { font-size: 18px; }.document-header .brand-mark { transform: scale(.8) skew(-13deg); }.document-nav { gap: 12px; }.document-nav a { font-size: 11px; }.document-hero { padding: 60px 18px; }.document-hero h1 { font-size: 45px; }.document-shell { padding: 55px 18px 75px; }.support-grid { grid-template-columns: 1fr; }.document-content h2 { font-size: 23px; }.document-footer { padding-inline: 18px; flex-direction: column; align-items: flex-start; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
