:root {
  --navy: #062452;
  --navy-2: #0a3973;
  --blue: #0879ff;
  --teal: #16d3c9;
  --ink: #10213d;
  --muted: #5f708c;
  --line: #dbe5f1;
  --soft: #f3f7fc;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: var(--ink); font-family: Inter, Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.site-header { position: sticky; top: 0; z-index: 40; background: rgba(255,255,255,.92); border-bottom: 1px solid rgba(219,229,241,.85); backdrop-filter: blur(18px); }
.nav-wrap { height: 82px; display: flex; align-items: center; gap: 34px; }
.brand { display: flex; margin-right: auto; }
.brand img { width: 162px; height: auto; }
.site-header nav { display: flex; align-items: center; gap: 28px; color: #3f526e; font-size: 14px; font-weight: 650; }
.site-header nav a:hover { color: var(--blue); }

.button { min-height: 50px; border: 1px solid transparent; border-radius: 14px; padding: 0 22px; display: inline-flex; justify-content: center; align-items: center; gap: 10px; font-weight: 800; transition: transform .2s, box-shadow .2s, background .2s; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: linear-gradient(135deg, var(--blue), #0957e8); color: white; box-shadow: 0 14px 32px rgba(8,121,255,.24); }
.button.secondary { background: rgba(255,255,255,.08); color: white; border-color: rgba(255,255,255,.3); }
.button.compact { min-height: 44px; padding: 0 18px; font-size: 13px; }

.hero { position: relative; overflow: hidden; color: white; background: radial-gradient(circle at 82% 18%, rgba(8,121,255,.32), transparent 34%), radial-gradient(circle at 28% 112%, rgba(22,211,201,.12), transparent 35%), linear-gradient(137deg, #031936 0%, #082e61 54%, #063c78 100%); }
.hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to right, transparent, black); }
.hero-grid { min-height: 690px; padding-block: 86px 94px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 65px; position: relative; z-index: 2; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; font-size: 12px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; color: #9af4ee; }
.eyebrow i { width: 8px; height: 8px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 6px rgba(22,211,201,.13); }
.eyebrow.dark { color: #0874df; }
.hero h1, .section h2, .legal-hero h1 { font-family: Manrope, Inter, Arial, sans-serif; letter-spacing: -.045em; }
.hero h1 { margin: 22px 0 22px; font-size: clamp(48px, 5.2vw, 76px); line-height: .99; max-width: 700px; }
.hero h1 span { display: block; color: #6ee8e0; }
.hero-copy > p { max-width: 590px; font-size: 19px; line-height: 1.75; color: #c6d4e7; }
.hero-actions { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 12px; }
.trust-row { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 20px; font-size: 12px; color: #c6d4e7; }
.trust-row b { color: var(--teal); margin-right: 5px; }

.product-stage { position: relative; }
.dashboard-frame { overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 24px; background: rgba(255,255,255,.97); color: var(--ink); box-shadow: 0 42px 100px rgba(0,7,24,.4); transform: perspective(1200px) rotateY(-3deg) rotateX(1.5deg); }
.dashboard-top { height: 55px; padding: 0 17px; display: flex; align-items: center; gap: 15px; border-bottom: 1px solid #e8edf4; font-size: 11px; font-weight: 800; }
.window-dots { color: #aac0d5; letter-spacing: 3px; }
.dashboard-top .online { margin-left: auto; color: #0b9f75; }
.dashboard-body { min-height: 380px; display: grid; grid-template-columns: 58px 1fr; }
.dashboard-side { background: #072b59; display: flex; flex-direction: column; align-items: center; gap: 21px; padding: 16px 0; }
.dashboard-side b { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 9px; background: linear-gradient(135deg, var(--blue), var(--teal)); color: #fff; font-size: 10px; }
.dashboard-side i { width: 21px; height: 21px; border: 2px solid rgba(255,255,255,.45); border-radius: 6px; }
.camera-grid { padding: 18px; background: #eef3f8; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
.camera-card { overflow: hidden; border-radius: 13px; background: white; box-shadow: 0 5px 14px rgba(14,39,75,.08); }
.camera-scene { position: relative; min-height: 122px; overflow: hidden; background: linear-gradient(145deg,#1d3855,#6d8694); }
.camera-scene::before, .camera-scene::after { content:""; position: absolute; background: rgba(255,255,255,.2); }
.camera-scene::before { left: 9%; right: 9%; bottom: 20%; height: 36%; transform: skewX(-22deg); }
.camera-scene::after { width: 30%; height: 72%; right: 13%; bottom: 0; border-radius: 5px 5px 0 0; background: rgba(8,22,38,.5); }
.scene-2 { background: linear-gradient(150deg,#667887,#1a2c43); }.scene-3 { background: linear-gradient(150deg,#1c4c5a,#2f7a78); }.scene-4 { background: linear-gradient(150deg,#293a4d,#8f7e63); }
.camera-scene span { position: absolute; z-index: 2; top: 10px; left: 10px; padding: 4px 7px; border-radius: 6px; background: #e93952; color: #fff; font-size: 7px; font-weight: 900; letter-spacing: .08em; }
.camera-scene i { position: absolute; z-index: 2; width: 6px; height: 6px; border-radius: 50%; background: var(--teal); right: 10px; top: 10px; box-shadow: 0 0 0 3px rgba(22,211,201,.2); }
.camera-card > div:last-child { padding: 9px 11px 10px; display: flex; flex-direction: column; gap: 3px; }
.camera-card strong { font-size: 10px; }.camera-card small { color: var(--muted); font-size: 8px; }
.floating-status { position: absolute; right: -22px; bottom: -28px; padding: 15px 18px; display: flex; align-items: center; gap: 12px; width: 246px; border-radius: 16px; color: var(--ink); background: white; box-shadow: 0 22px 45px rgba(0,16,45,.28); }
.floating-status > span { width: 47px; height: 47px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 13px; background: #e5f3ff; color: var(--blue); font-size: 18px; font-weight: 900; }
.floating-status div { display:flex; flex-direction:column; gap:3px; }.floating-status strong { font-size: 11px; }.floating-status small { color: var(--muted); font-size: 8px; line-height:1.4; }

.proof-strip { background: #fff; border-bottom: 1px solid var(--line); }
.proof-grid { min-height: 112px; display: grid; grid-template-columns: repeat(4,1fr); align-items: center; }
.proof-grid > div { display: flex; flex-direction: column; gap: 5px; padding-left: 28px; border-left: 1px solid var(--line); }
.proof-grid > div:first-child { padding-left: 0; border-left: 0; }
.proof-grid strong { font-family: var(--font-display); font-size: 18px; color: var(--navy); }.proof-grid span { color: var(--muted); font-size: 12px; }

.section { padding: 110px 0; }
.section-heading { max-width: 700px; margin: 0 auto 54px; text-align: center; }
.section h2 { margin: 18px 0; font-size: clamp(38px, 4vw, 56px); line-height: 1.08; color: var(--navy); }
.section-heading p, .split-grid > div > p, .security-grid > div > p { color: var(--muted); font-size: 17px; line-height: 1.75; }
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.feature-card { position: relative; min-height: 255px; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 12px 35px rgba(7,46,93,.06); }
.feature-card > span { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 13px; background: #eaf4ff; color: var(--blue); font-weight: 900; font-size: 12px; }
.feature-card h3 { margin: 34px 0 11px; color: var(--navy); font-size: 18px; }.feature-card p { margin:0; color: var(--muted); line-height:1.7; font-size:14px; }

.showcase-section{background:#f3f7fc}.showcase-heading{margin-bottom:38px;display:grid;grid-template-columns:1.2fr .8fr;gap:70px;align-items:end}.showcase-heading h2{margin-bottom:0}.showcase-heading>p{margin:0;color:var(--muted);font-size:16px;line-height:1.75}.web-showcase{display:grid;grid-template-columns:1.55fr .8fr;gap:18px}.screen-stack{display:grid;gap:18px}.screen-card{margin:0;overflow:hidden;border:1px solid #d9e5f2;border-radius:20px;background:#fff;box-shadow:0 16px 45px rgba(6,42,83,.09)}.screen-crop{position:relative;aspect-ratio:16/9;overflow:hidden;background:#e7eef6}.screen-crop img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:left 12%}.screen-main .screen-crop{aspect-ratio:1.6/1}.screen-main .screen-crop img{object-position:54% 20%}.screen-card figcaption{padding:17px 18px 19px;display:flex;flex-direction:column;gap:5px}.screen-card figcaption strong{color:var(--navy);font-size:14px}.screen-card figcaption span{color:var(--muted);font-size:11px;line-height:1.5}.screen-mini-grid{margin-top:18px;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.screen-mini-grid .screen-crop{aspect-ratio:1.7/1}.screen-mini-grid .screen-crop img{object-position:58% 13%}

.mobile-section{overflow:hidden;color:white;background:radial-gradient(circle at 75% 40%,rgba(8,121,255,.26),transparent 31%),linear-gradient(140deg,#02152f,#072c58)}.mobile-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;align-items:center}.mobile-section h2{color:#fff}.mobile-copy>p{color:#bdcee1;font-size:17px;line-height:1.75}.mobile-benefits{margin:32px 0 0;padding:0;list-style:none;display:grid;gap:13px}.mobile-benefits li{padding:15px 17px;border:1px solid rgba(255,255,255,.14);border-radius:13px;display:flex;flex-direction:column;gap:4px;background:rgba(255,255,255,.04)}.mobile-benefits b{color:#fff;font-size:13px}.mobile-benefits span{color:#aebfd3;font-size:11px}.phone-stage{position:relative;min-height:610px;display:flex;align-items:center;justify-content:center}.phone{position:absolute;margin:0;overflow:hidden;width:255px;aspect-ratio:944/2048;border:8px solid #12233b;border-radius:34px;background:#071426;box-shadow:0 35px 70px rgba(0,0,0,.45)}.phone img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.phone-left{left:3%;transform:rotate(-7deg) scale(.86);opacity:.82}.phone-center{z-index:2;width:285px}.phone-right{right:3%;transform:rotate(7deg) scale(.86);opacity:.82}.phone::after{content:"";position:absolute;left:35%;right:35%;top:7px;height:13px;border-radius:12px;background:#050d19}

.section-blue { position: relative; overflow: hidden; background: linear-gradient(140deg,#031b3b,#073d78); color: white; }
.section-blue h2 { color:white; }.section-blue .split-grid > div > p { color:#b9cce2; }
.split-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 90px; }
.check-list { margin: 28px 0 0; padding:0; list-style:none; display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.check-list li { padding: 13px 14px 13px 42px; position:relative; border:1px solid rgba(255,255,255,.14); border-radius:11px; color:#dce8f5; font-size:13px; }
.check-list li::before { content:"✓"; position:absolute; left:14px; color:var(--teal); font-weight:900; }
.map-card { position: relative; min-height: 430px; border: 1px solid rgba(255,255,255,.15); border-radius: 26px; background: linear-gradient(145deg,rgba(20,75,125,.7),rgba(5,26,57,.95)); box-shadow: 0 35px 70px rgba(0,0,0,.25); overflow:hidden; }
.map-card::before { content:""; position:absolute; inset:0; opacity:.17; background-image: linear-gradient(28deg,transparent 48%,#fff 49%,#fff 51%,transparent 52%),linear-gradient(-24deg,transparent 48%,#fff 49%,#fff 51%,transparent 52%); background-size:110px 90px; }
.map-lines i { position:absolute; height:2px; background:linear-gradient(90deg,transparent,var(--teal),transparent); transform-origin:left; }.map-lines i:nth-child(1){width:60%;left:18%;top:35%;transform:rotate(18deg)}.map-lines i:nth-child(2){width:48%;left:26%;top:62%;transform:rotate(-28deg)}.map-lines i:nth-child(3){width:40%;left:46%;top:24%;transform:rotate(74deg)}
.map-pin { position:absolute; width:45px;height:45px; display:grid;place-items:center; border-radius:50% 50% 50% 8px; transform:rotate(-45deg); background:var(--teal);color:var(--navy);font-weight:900; box-shadow:0 0 0 9px rgba(22,211,201,.13); }.map-pin::first-letter{transform:rotate(45deg)}.map-pin.p1{left:22%;top:27%}.map-pin.p2{right:23%;top:43%;background:#2e90ff;color:#fff}.map-pin.p3{left:41%;bottom:24%;background:#fff;color:var(--blue)}
.map-summary { position:absolute; left:20px;right:20px;bottom:20px; padding:18px 20px; display:flex;flex-direction:column;gap:5px; border:1px solid rgba(255,255,255,.13); border-radius:16px; background:rgba(2,19,44,.75); backdrop-filter:blur(10px); }.map-summary span{color:#bdcde0;font-size:12px}

.security-section { background:#f6f9fd; }.security-grid { display:grid;grid-template-columns:.8fr 1.2fr;gap:95px;align-items:center; }.shield-card { min-height:430px; padding:55px; border-radius:28px; display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center; background:linear-gradient(145deg,#fff,#ecf5ff); box-shadow:0 30px 80px rgba(5,49,97,.12); }.shield { width:132px;height:150px;display:grid;place-items:center;clip-path:polygon(50% 0,96% 17%,88% 76%,50% 100%,12% 76%,4% 17%); background:linear-gradient(145deg,var(--blue),var(--teal));color:#fff;font-size:54px;font-weight:900;filter:drop-shadow(0 20px 25px rgba(8,121,255,.25)); }.shield-card strong{margin-top:30px;color:var(--navy);font-size:20px}.shield-card span{margin-top:8px;color:var(--muted);font-size:13px}.mini-grid{margin-top:30px;display:grid;grid-template-columns:1fr 1fr;gap:14px}.mini-grid>div{padding:18px;border:1px solid var(--line);border-radius:15px;background:#fff;display:flex;flex-direction:column;gap:6px}.mini-grid b{color:var(--navy);font-size:14px}.mini-grid span{color:var(--muted);font-size:12px;line-height:1.5}

.contact-section { color:white;background:linear-gradient(135deg,#041d3d,#073a73); }.contact-section h2{color:#fff}.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:90px;align-items:center}.contact-grid>div>p{color:#c1d2e6;line-height:1.75;font-size:16px}.contact-points{margin-top:26px;display:flex;flex-direction:column;gap:11px;color:#d9e7f4;font-size:13px}.contact-points span::first-letter{color:var(--teal)}
.lead-form{padding:30px;border:1px solid rgba(255,255,255,.2);border-radius:24px;background:#fff;color:var(--ink);box-shadow:0 30px 80px rgba(0,0,0,.24);display:flex;flex-direction:column;gap:16px}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.lead-form label{display:flex;flex-direction:column;gap:8px;color:var(--navy);font-size:12px;font-weight:800}.lead-form input,.lead-form textarea{width:100%;border:1px solid #cedbea;border-radius:11px;background:#f9fbfd;padding:13px 14px;outline:none;color:var(--ink)}.lead-form input:focus,.lead-form textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(8,121,255,.12)}.lead-form textarea{resize:vertical}.lead-form .submit{width:100%;border:0}.lead-form small{color:var(--muted);font-size:10px;line-height:1.6;text-align:center}.lead-form small a{color:var(--blue);text-decoration:underline}.form-error{margin:0;color:#bd1e38;font-size:12px;font-weight:700}

.site-footer{padding:68px 0 22px;background:#02142e;color:#b7c7db}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1.2fr 1.2fr;gap:50px}.footer-grid>div{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.footer-grid strong{color:#fff;font-size:13px}.footer-grid a{font-size:12px}.footer-grid a:hover{color:var(--teal)}.footer-brand img{width:170px;height:auto;filter:brightness(0) invert(1)}.footer-brand p{max-width:280px;font-size:12px;line-height:1.7}.footer-bottom{margin-top:45px;padding-top:20px;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;font-size:10px;color:#7790ae}

.legal-hero { padding: 82px 0 64px; color:#fff; background:linear-gradient(135deg,#031b3b,#073b75); }.legal-hero h1{margin:18px 0 12px;font-size:clamp(40px,5vw,62px)}.legal-hero p{max-width:760px;margin:0;color:#c5d5e7;line-height:1.7}.legal-meta{margin-top:24px;display:flex;gap:18px;flex-wrap:wrap;color:#9fb5ce;font-size:12px}.legal-layout{padding:70px 0 100px;display:grid;grid-template-columns:260px 1fr;gap:68px;align-items:start}.legal-nav{position:sticky;top:105px;padding:22px;border:1px solid var(--line);border-radius:18px;background:#f8fbff;display:flex;flex-direction:column;gap:12px}.legal-nav strong{margin-bottom:5px;color:var(--navy);font-size:13px}.legal-nav a{color:var(--muted);font-size:12px}.legal-nav a:hover{color:var(--blue)}.legal-content{max-width:790px}.legal-content section{scroll-margin-top:110px;padding:0 0 36px;margin:0 0 36px;border-bottom:1px solid var(--line)}.legal-content section:last-child{border:0}.legal-content h2{margin:0 0 15px;color:var(--navy);font-family:var(--font-display);font-size:25px;letter-spacing:-.025em}.legal-content p,.legal-content li{color:#51637e;font-size:14px;line-height:1.8}.legal-content ul,.legal-content ol{padding-left:22px}.legal-content a{color:var(--blue);text-decoration:underline}.info-box{margin:18px 0;padding:18px 20px;border-left:4px solid var(--blue);border-radius:0 12px 12px 0;background:#eef6ff;color:#334b68;font-size:13px;line-height:1.7}.legal-table{width:100%;border-collapse:collapse;margin:20px 0;font-size:12px}.legal-table th,.legal-table td{padding:13px;text-align:left;vertical-align:top;border:1px solid var(--line);line-height:1.55}.legal-table th{background:#eef5fd;color:var(--navy)}.legal-table td{color:#51637e}

.support-intro{padding:84px 0;background:#f5f9fd}.support-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:75px;align-items:start}.support-copy h1{margin:16px 0;font-family:var(--font-display);font-size:clamp(40px,5vw,62px);line-height:1.05;color:var(--navy);letter-spacing:-.045em}.support-copy>p{color:var(--muted);font-size:16px;line-height:1.75}.support-cards{margin-top:28px;display:grid;gap:12px}.support-card{padding:18px 20px;border:1px solid var(--line);border-radius:15px;background:#fff;display:flex;flex-direction:column;gap:5px}.support-card b{color:var(--navy);font-size:13px}.support-card a,.support-card span{color:var(--muted);font-size:12px}.support-card a{color:var(--blue)}.support-panel{padding:32px;border-radius:24px;background:linear-gradient(145deg,#052b5c,#0a4a8f);color:white;box-shadow:0 28px 65px rgba(4,40,83,.22)}.support-panel h2{margin:0 0 8px;font-family:var(--font-display);font-size:28px}.support-panel>p{margin:0 0 22px;color:#c9d8e9;line-height:1.6;font-size:13px}.request-list{display:grid;gap:10px}.request-list a{padding:15px 16px;border:1px solid rgba(255,255,255,.16);border-radius:12px;background:rgba(255,255,255,.08);display:flex;justify-content:space-between;align-items:center;font-size:13px;font-weight:750}.request-list a:hover{background:rgba(255,255,255,.14)}.support-steps{padding:90px 0}.support-steps h2{text-align:center;font-family:var(--font-display);font-size:38px;color:var(--navy);letter-spacing:-.035em}.steps-grid{margin-top:35px;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.step-card{padding:28px;border:1px solid var(--line);border-radius:20px}.step-card span{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;background:#e9f4ff;color:var(--blue);font-weight:900}.step-card h3{margin:24px 0 9px;color:var(--navy);font-size:17px}.step-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.7}

@media (max-width: 980px){.site-header nav{display:none}.hero-grid,.split-grid,.security-grid,.contact-grid,.support-grid,.mobile-grid{grid-template-columns:1fr;gap:55px}.hero-grid{padding-block:70px 95px}.product-stage{max-width:670px}.proof-grid{grid-template-columns:1fr 1fr;padding:20px 0}.proof-grid>div{min-height:70px;justify-content:center}.proof-grid>div:nth-child(3){border-left:0;padding-left:0}.feature-grid{grid-template-columns:1fr 1fr}.showcase-heading{grid-template-columns:1fr;gap:18px}.web-showcase{grid-template-columns:1fr}.screen-stack{grid-template-columns:1fr 1fr}.mobile-copy{max-width:680px}.phone-stage{max-width:720px;width:100%;margin-inline:auto}.security-grid{display:flex;flex-direction:column-reverse}.shield-card{width:100%}.legal-layout{grid-template-columns:1fr}.legal-nav{position:static;display:grid;grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}}
@media (max-width: 640px){.container{width:min(100% - 28px,1180px)}.nav-wrap{height:70px}.brand img{width:140px}.site-header .button{display:none}.hero-grid{min-height:auto;padding-block:62px 76px}.hero h1{font-size:47px}.hero-copy>p{font-size:16px}.hero-actions{flex-direction:column;align-items:stretch}.product-stage{margin-top:10px}.dashboard-frame{transform:none}.dashboard-body{grid-template-columns:42px 1fr;min-height:300px}.dashboard-side{gap:15px}.camera-grid{padding:10px;gap:8px}.camera-scene{min-height:84px}.floating-status{right:5px;bottom:-35px}.proof-grid{grid-template-columns:1fr}.proof-grid>div{border-left:0!important;padding-left:0!important;border-bottom:1px solid var(--line)}.proof-grid>div:last-child{border-bottom:0}.section{padding:78px 0}.feature-grid,.check-list,.mini-grid,.field-row,.steps-grid,.screen-stack,.screen-mini-grid{grid-template-columns:1fr}.feature-card{min-height:auto}.screen-main .screen-crop{aspect-ratio:1.5/1}.split-grid{gap:45px}.map-card{min-height:350px}.phone-stage{min-height:560px}.phone{width:210px}.phone-center{width:245px}.phone-left{left:-19%;}.phone-right{right:-19%}.security-grid{gap:45px}.shield-card{min-height:330px;padding:35px}.legal-hero{padding:60px 0 48px}.legal-layout{padding:48px 0 75px;gap:40px}.legal-nav{grid-template-columns:1fr 1fr}.legal-table{display:block;overflow-x:auto}.footer-grid{grid-template-columns:1fr}.footer-bottom{gap:10px;flex-direction:column}.support-intro{padding:60px 0}.support-panel{padding:24px}.support-steps{padding:70px 0}}
@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}.button{transition:none}}

.menu-toggle{display:none;width:44px;height:44px;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--navy);cursor:pointer;font-size:22px;line-height:1}
.skip-link{position:absolute;left:-9999px;top:auto}.skip-link:focus{left:16px;top:16px;z-index:100;padding:12px 16px;border-radius:10px;background:#fff;color:var(--navy);box-shadow:0 8px 25px rgba(0,0,0,.2)}
.form-success{margin:0;color:#087452;font-size:12px;font-weight:700}
.not-found{min-height:65vh;display:grid;place-items:center;padding:70px 0;text-align:center}.not-found h1{margin:0;color:var(--navy);font-size:clamp(52px,8vw,96px)}.not-found p{color:var(--muted);font-size:17px}

@media (max-width:980px){
  .menu-toggle{display:grid;place-items:center}
  .site-header nav{display:none;position:absolute;left:20px;right:20px;top:74px;padding:18px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 18px 50px rgba(6,36,82,.16);flex-direction:column;align-items:stretch;gap:0}
  .site-header nav.is-open{display:flex}
  .site-header nav a{padding:12px 10px;border-bottom:1px solid var(--line)}
  .site-header nav a:last-child{border-bottom:0}
}
