:root{--navy-900:#0b1f3a;--navy-800:#0f2c52;--navy-700:#143f6e;--navy:#16467a;--navy-int:#1e5da8;--navy-soft:#eaf0f7;--navy-line:#d7e2f0;--gold:#f4a62a;--gold-600:#e0951a;--gold-soft:#fcf3e0;--ink:#101b30;--text:#2b3852;--text-2:#5a6884;--text-muted:#8792a8;--bg:#ffffff;--canvas:#f5f7fb;--inset:#f9fafc;--border:#e5eaf1;--border-strong:#d3dbe7;--success:#2f7d4f;--success-soft:#eaf4ee;--danger:#c0473f;--shadow-sm:0 1px 2px rgba(16,32,64,0.05),0 4px 14px -8px rgba(16,32,64,0.14);--shadow-md:0 4px 12px rgba(16,32,64,0.07),0 24px 48px -24px rgba(16,32,64,0.3);--shadow-lg:0 20px 60px -20px rgba(11,31,58,0.45);--radius:16px;--radius-lg:22px;--maxw:1200px;--header-h:72px;color-scheme:light}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-inter),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden}h1,h2,h3,h4,h5{font-family:var(--font-sora),var(--font-inter),sans-serif;color:var(--ink);line-height:1.1;letter-spacing:-.02em;font-weight:700}a{color:inherit;text-decoration:none}a.tlink{color:var(--navy-int);font-weight:600}a.tlink:hover{color:var(--navy);text-decoration:underline;text-underline-offset:3px}img{max-width:100%;display:block}button{font:inherit;cursor:pointer;color:inherit}ul{list-style:none}::selection{background:var(--gold);color:var(--navy-900)}.mono{font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace}.wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px}.sec{padding:88px 0}.sec-sm{padding:60px 0}.center{text-align:center}.mw-lg{max-width:780px}.mw-lg,.mw-md{margin-inline:auto}.mw-md{max-width:640px}.eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--navy-int)}.eyebrow:before{content:"";width:22px;height:2px;background:var(--gold);border-radius:2px}.eyebrow.on-dark{color:var(--gold)}.eyebrow.centered{justify-content:center}h1.display{font-size:clamp(38px,5.4vw,62px);letter-spacing:-.03em;line-height:1.03}h2.title{font-size:clamp(28px,3.4vw,42px);letter-spacing:-.025em}.lead{font-size:clamp(16px,1.4vw,19px);color:var(--text-2);line-height:1.65}.on-dark h1,.on-dark h2,.on-dark h3,.on-dark h4{color:#fff}.on-dark .lead,.on-dark p{color:rgba(255,255,255,.78)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;font-size:15px;font-weight:650;padding:13px 22px;border-radius:12px;border:1.5px solid var(--border);background:var(--bg);color:var(--ink);transition:transform .12s,background .15s,border-color .15s,box-shadow .15s;white-space:nowrap}.btn svg{width:18px;height:18px;flex-shrink:0}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--navy);border-color:var(--navy);color:#fff}.btn-primary:hover{background:var(--navy-700);border-color:var(--navy-700);box-shadow:0 8px 22px -10px rgba(22,70,122,.7)}.btn-gold{background:var(--gold);border-color:var(--gold);color:var(--navy-900)}.btn-gold:hover{background:var(--gold-600);border-color:var(--gold-600);box-shadow:0 8px 22px -10px rgba(244,166,42,.7)}.btn-ghost{background:transparent;border-color:var(--border-strong);color:var(--ink)}.btn-ghost:hover{background:var(--inset);border-color:var(--text-muted)}.btn-on-dark{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.28);color:#fff}.btn-on-dark:hover{background:rgba(255,255,255,.18)}.btn-lg{padding:16px 28px;font-size:16px;border-radius:14px}.btn-block{width:100%}.btn-sm{padding:9px 15px;font-size:13.5px;border-radius:10px}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:rgba(255,255,255,.86);-webkit-backdrop-filter:saturate(180%) blur(14px);backdrop-filter:saturate(180%) blur(14px);border-bottom:1px solid transparent;transition:border-color .2s,box-shadow .2s}.site-header.stuck{border-color:var(--border);box-shadow:0 1px 0 rgba(16,32,64,.03)}.site-header .wrap{gap:22px;height:var(--header-h)}.brand,.site-header .wrap{display:flex;align-items:center}.brand{gap:11px;flex-shrink:0}.brand .mk{width:38px;height:38px;border-radius:11px;background:var(--navy);color:#fff;display:grid;place-items:center;font-family:var(--font-sora),sans-serif;font-weight:700;font-size:19px;position:relative;box-shadow:0 4px 12px -4px rgba(22,70,122,.5)}.brand .mk .pip{position:absolute;bottom:-2px;right:-2px;width:10px;height:10px;border-radius:50%;background:var(--gold);border:2px solid #fff}.brand .bt{display:block;font-family:var(--font-sora),sans-serif;font-weight:700;font-size:17px;color:var(--ink);letter-spacing:-.02em;line-height:1}.brand .bs{display:block;font-size:9.5px;font-weight:600;text-transform:uppercase;letter-spacing:.16em;color:var(--text-muted);margin-top:3px}.main-nav{display:flex;align-items:center;gap:2px;margin-left:8px}.main-nav a{position:relative;padding:9px 13px;border-radius:9px;font-size:14.5px;font-weight:550;color:var(--text-2);transition:.12s}.main-nav a:hover{color:var(--ink);background:var(--inset)}.main-nav a.on{color:var(--navy)}.header-actions{display:flex;align-items:center;gap:10px;margin-left:auto;flex-shrink:0}.lang-tog{display:inline-flex;background:var(--inset);border:1px solid var(--border);border-radius:999px;padding:3px}.lang-tog button{border:0;background:transparent;color:var(--text-2);font-size:12.5px;font-weight:700;padding:5px 11px;border-radius:999px;transition:.14s;letter-spacing:.02em}.lang-tog button.on{background:var(--navy);color:#fff}.burger{display:none;width:44px;height:44px;border-radius:11px;border:1px solid var(--border);background:var(--bg);color:var(--ink);place-items:center}.burger svg{width:22px;height:22px}.m-drawer-ov{position:fixed;inset:0;background:rgba(11,31,58,.5);opacity:0;pointer-events:none;transition:.25s;z-index:120;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.m-drawer-ov.open{opacity:1;pointer-events:auto}.m-drawer{position:fixed;top:0;right:0;bottom:0;width:320px;max-width:88vw;background:var(--bg);z-index:130;transform:translateX(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;box-shadow:var(--shadow-lg)}.m-drawer.open{transform:translateX(0)}.m-drawer .dh{display:flex;align-items:center;padding:18px 20px;border-bottom:1px solid var(--border)}.m-drawer .dh .brand{flex:1 1}.m-drawer .dx{width:40px;height:40px;border-radius:11px;border:1px solid var(--border);display:grid;place-items:center;color:var(--ink)}.m-drawer .dx svg{width:20px;height:20px}.m-drawer nav{padding:14px;display:flex;flex-direction:column;gap:2px;overflow-y:auto;flex:1 1}.m-drawer nav a{padding:14px;border-radius:12px;font-size:16px;font-weight:600;color:var(--ink)}.m-drawer nav a.on,.m-drawer nav a:hover{background:var(--navy-soft);color:var(--navy)}.m-drawer .dfoot{padding:16px 20px 22px;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:12px}.hero{position:relative;background:radial-gradient(1100px 620px at 78% -8%,rgba(244,166,42,.16),transparent 60%),radial-gradient(900px 600px at 8% 108%,rgba(30,93,168,.35),transparent 62%),linear-gradient(160deg,var(--navy-900),var(--navy-800) 55%,#0d2748);color:#fff;overflow:hidden}.hero:after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 0);background-size:56px 56px;-webkit-mask-image:radial-gradient(1000px 600px at 60% 20%,#000,transparent 75%);mask-image:radial-gradient(1000px 600px at 60% 20%,#000,transparent 75%);pointer-events:none}.hero .wrap{position:relative;z-index:2;display:grid;grid-template-columns:1.05fr .95fr;grid-gap:48px;gap:48px;align-items:center;padding-top:70px;padding-bottom:78px}.hero-eyebrow{gap:9px;font-size:12.5px;font-weight:600;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);border-radius:999px;padding:7px 14px 7px 8px;color:rgba(255,255,255,.9)}.hero-eyebrow,.hero-eyebrow .live{display:inline-flex;align-items:center}.hero-eyebrow .live{gap:6px;background:rgba(47,125,79,.28);border:1px solid rgba(95,176,127,.5);color:#a9e3c0;border-radius:999px;padding:3px 9px;font-weight:700;font-size:11px}.hero-eyebrow .live .d{width:7px;height:7px;border-radius:50%;background:#5fb07f;box-shadow:0 0 0 3px rgba(95,176,127,.3)}.hero h1{margin-top:20px;font-size:clamp(40px,5.6vw,64px);letter-spacing:-.035em;line-height:1.02;color:#fff}.hero h1 .g{color:var(--gold)}.hero .sub{margin-top:20px;font-size:clamp(16px,1.5vw,19px);color:rgba(255,255,255,.8);max-width:44ch;line-height:1.6}.hero .cta{gap:12px}.hero .cta,.hero .os{display:flex;flex-wrap:wrap;margin-top:30px}.hero .os{gap:20px}.hero .os .oi{display:flex;align-items:center;gap:9px;font-size:13.5px;font-weight:550;color:rgba(255,255,255,.82)}.hero .os .oi svg{width:19px;height:19px;color:var(--gold);flex-shrink:0}.hero-visual{position:relative;display:flex;justify-content:center}.hero-phone{width:min(320px,80%);border-radius:38px;box-shadow:0 40px 90px -30px rgba(0,0,0,.7);border:1px solid rgba(255,255,255,.12)}.float-card{position:absolute;background:#fff;color:var(--ink);border-radius:14px;padding:12px 15px;box-shadow:var(--shadow-md);display:flex;align-items:center;gap:11px;font-size:13px}.float-card .fi{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;flex-shrink:0}.float-card .ft{font-weight:700;font-size:13px;color:var(--ink);line-height:1.15}.float-card .fd{font-size:11.5px;color:var(--text-muted)}.float-a{top:12%;left:-4%;animation:float1 6s ease-in-out infinite}.float-b{bottom:14%;right:-6%;animation:float1 6s ease-in-out .8s infinite}@keyframes float1{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@media (prefers-reduced-motion:reduce){.float-a,.float-b{animation:none}}.trust-strip{background:var(--navy-900);border-top:1px solid rgba(255,255,255,.08)}.trust-strip .wrap{display:flex;flex-wrap:wrap;align-items:center;gap:14px 40px;padding:22px 24px}.trust-strip .tl{font-size:11.5px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.45)}.trust-strip .ti{display:flex;align-items:center;gap:9px;font-size:14px;font-weight:600;color:rgba(255,255,255,.82)}.trust-strip .ti svg{width:18px;height:18px;color:var(--gold)}.trust-strip .sp{margin-left:auto}.shead{max-width:680px;margin-bottom:44px}.shead.center{margin-inline:auto}.shead h2,.shead p{margin-top:14px}.fgrid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.fcard{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:26px 24px;transition:.16s}.fcard:hover{border-color:var(--border-strong);transform:translateY(-3px);box-shadow:var(--shadow-sm)}.fcard .ic{width:46px;height:46px;border-radius:13px;background:var(--navy-soft);color:var(--navy);display:grid;place-items:center;margin-bottom:16px}.fcard .ic svg{width:23px;height:23px}.fcard.gold .ic{background:var(--gold-soft);color:var(--gold-600)}.fcard h3{font-size:18px;letter-spacing:-.01em}.fcard p{font-size:14px;color:var(--text-2);margin-top:8px;line-height:1.6}.split{display:grid;grid-template-columns:1fr 1fr;grid-gap:56px;gap:56px;align-items:center}.split+.split{margin-top:96px}.split.rev .scopy{order:2}.split .scopy h3{font-size:clamp(24px,2.6vw,32px);letter-spacing:-.02em}.split .scopy p{font-size:15.5px;color:var(--text-2);margin-top:14px;line-height:1.7}.split .flist{margin-top:22px;display:flex;flex-direction:column;gap:12px}.split .flist li{display:flex;gap:12px;align-items:flex-start;font-size:14.5px;color:var(--text)}.split .flist li svg{width:20px;height:20px;color:var(--success);flex-shrink:0;margin-top:1px}.shot{border-radius:var(--radius-lg);border:1px solid var(--border);overflow:hidden;box-shadow:var(--shadow-md);background:var(--inset)}.shot img{width:100%;display:block}.shot.framed{padding:10px;background:linear-gradient(160deg,#eef2f8,#f7f9fc)}.shot.framed img{border-radius:14px;border:1px solid var(--border)}.shot-wrap{position:relative}.shot-tag{position:absolute;bottom:16px;left:16px;background:rgba(11,31,58,.86);color:#fff;font-size:12px;font-weight:600;padding:8px 13px;border-radius:10px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;gap:8px}.shot-tag svg{width:15px;height:15px;color:var(--gold)}.stats{background:linear-gradient(150deg,var(--navy-800),var(--navy-900));color:#fff;border-radius:var(--radius-lg);padding:52px 40px;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:28px;gap:28px}.stat .n{font-family:var(--font-sora),sans-serif;font-size:clamp(30px,3.6vw,44px);font-weight:700;letter-spacing:-.03em;color:#fff;line-height:1}.stat .n .g{color:var(--gold)}.stat .l{font-size:13.5px;color:rgba(255,255,255,.7);margin-top:9px;line-height:1.4}.local-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:18px;gap:18px;margin-top:44px}.local{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:24px 22px}.local .pill{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:700;padding:6px 11px;border-radius:999px;margin-bottom:14px}.local h4{font-size:16.5px}.local p{font-size:13.5px;color:var(--text-2);margin-top:7px;line-height:1.55}.pay-chip{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:650;padding:7px 12px;border-radius:10px;background:var(--inset);border:1px solid var(--border)}.pay-chip .dot{width:10px;height:10px;border-radius:50%}.price-toggle{display:inline-flex;align-items:center;gap:12px;justify-content:center;margin:0 auto 36px}.price-seg{display:inline-flex;background:var(--inset);border:1px solid var(--border);border-radius:999px;padding:4px}.price-seg button{border:0;background:transparent;color:var(--text-2);font-size:13.5px;font-weight:650;padding:9px 18px;border-radius:999px;transition:.14s;display:inline-flex;align-items:center;gap:8px}.price-seg button.on{background:var(--navy);color:#fff}.save-tag{font-size:11px;font-weight:700;padding:3px 8px;border-radius:999px;background:var(--success-soft);color:var(--success)}.price-seg button.on .save-tag{background:rgba(255,255,255,.2);color:#d6f0df}.plans{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:18px;gap:18px;align-items:start}.plan{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-lg);padding:26px 22px;display:flex;flex-direction:column;position:relative;transition:.16s}.plan:hover{box-shadow:var(--shadow-sm)}.plan.pop{border-color:var(--navy);box-shadow:0 20px 50px -26px rgba(22,70,122,.5)}.plan.pop:before{content:"Recommended";position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:var(--gold);color:var(--navy-900);font-size:11px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;padding:5px 13px;border-radius:999px;white-space:nowrap}.plan .pn{font-family:var(--font-sora),sans-serif;font-size:18px;font-weight:700;color:var(--ink)}.plan .pd{font-size:13px;color:var(--text-muted);margin-top:5px;min-height:34px}.plan .prow{display:flex;align-items:flex-end;gap:5px;margin:18px 0 4px}.plan .amt{font-family:var(--font-sora),sans-serif;font-size:34px;font-weight:700;letter-spacing:-.03em;color:var(--ink);line-height:1}.plan .cur{font-size:13px;font-weight:650;padding-bottom:4px}.plan .cur,.plan .per{color:var(--text-muted)}.plan .per{font-size:12.5px;min-height:18px}.plan .btn{margin:20px 0}.plan .note{font-size:12px;font-weight:700;color:var(--text-2);margin-bottom:10px}.plan ul.feats{display:flex;flex-direction:column;gap:11px}.plan ul.feats li{display:flex;gap:10px;align-items:flex-start;font-size:13.5px;color:var(--text)}.plan ul.feats li svg{width:17px;height:17px;color:var(--success);flex-shrink:0;margin-top:2px}.dl-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}.dl-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-lg);padding:26px;display:flex;flex-direction:column;gap:6px;transition:.16s}.dl-card:hover{border-color:var(--border-strong);box-shadow:var(--shadow-sm)}.dl-card .os-ic{width:52px;height:52px;border-radius:14px;background:var(--navy-soft);color:var(--navy);display:grid;place-items:center;margin-bottom:12px}.dl-card .os-ic svg{width:27px;height:27px}.dl-card h3{font-size:19px}.dl-card .meta{font-size:12.5px;color:var(--text-muted)}.dl-card p{font-size:13.5px;color:var(--text-2);margin:6px 0 16px;line-height:1.55;flex:1 1}.dl-card .badge-row{display:flex;flex-direction:column;gap:9px}.store-badge{display:flex;align-items:center;gap:12px;background:var(--navy-900);color:#fff;border-radius:12px;padding:10px 16px;transition:.14s}.store-badge:hover{background:var(--navy-800);transform:translateY(-1px)}.store-badge svg{width:24px;height:24px;flex-shrink:0}.store-badge .sb-t{font-size:9.5px;text-transform:uppercase;letter-spacing:.08em;opacity:.7;line-height:1.2}.store-badge .sb-b{font-size:15px;font-weight:650;line-height:1.15}.tag-pill{display:inline-flex;align-self:flex-start;font-size:11px;font-weight:700;padding:4px 9px;border-radius:7px;background:var(--gold-soft);color:var(--gold-600);margin-bottom:10px}.tag-pill.soon{background:var(--inset);color:var(--text-muted)}.apk-row{display:flex;flex-wrap:wrap;gap:16px;align-items:center;background:var(--inset);border:1px solid var(--border);border-radius:var(--radius);padding:20px 24px;margin-top:22px}.qr{width:96px;height:96px;border-radius:12px;background:#fff;border:1px solid var(--border);display:grid;place-items:center;flex-shrink:0}.qr svg{width:76px;height:76px}.tgrid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}.tcard{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:24px;display:flex;flex-direction:column}.tcard .stars{color:var(--gold);letter-spacing:2px;font-size:15px}.tcard .q{font-size:14.5px;color:var(--text);line-height:1.65;margin:14px 0 18px;flex:1 1}.tcard .who{display:flex;align-items:center;gap:12px}.tcard .av{width:42px;height:42px;border-radius:50%;background:var(--navy);color:#fff;display:grid;place-items:center;font-weight:700;font-size:15px;flex-shrink:0;font-family:var(--font-sora),sans-serif}.tcard .nm{font-size:14px;font-weight:700;color:var(--ink)}.tcard .rl{font-size:12.5px;color:var(--text-muted)}.cta-band{position:relative;overflow:hidden;background:radial-gradient(700px 400px at 85% 10%,rgba(244,166,42,.2),transparent 60%),linear-gradient(150deg,var(--navy-800),var(--navy-900));color:#fff;border-radius:var(--radius-lg);padding:64px 56px}.cta-band h2{color:#fff;font-size:clamp(28px,3.4vw,40px)}.cta-band p{color:rgba(255,255,255,.8);margin-top:14px;font-size:17px;max-width:52ch}.cta-band .cta{flex-wrap:wrap;margin-top:28px}.cta-band .cta,.faq{display:flex;gap:12px}.faq{max-width:800px;margin-inline:auto;flex-direction:column}.qa{background:var(--bg);border:1px solid var(--border);border-radius:14px;overflow:hidden;transition:border-color .15s}.qa.open{border-color:var(--border-strong);box-shadow:var(--shadow-sm)}.qa .q{width:100%;display:flex;align-items:center;gap:16px;padding:20px 22px;text-align:left;background:transparent;border:0}.qa .q .qt{flex:1 1;font-family:var(--font-sora),sans-serif;font-size:16px;font-weight:600;color:var(--ink);letter-spacing:-.01em}.qa .q .ch{width:26px;height:26px;flex-shrink:0;border-radius:8px;background:var(--inset);display:grid;place-items:center;color:var(--navy);transition:.2s}.qa.open .q .ch{background:var(--navy);color:#fff;transform:rotate(45deg)}.qa .q .ch svg{width:16px;height:16px}.qa .a{max-height:0;overflow:hidden;transition:max-height .3s ease}.qa .a .inner{padding:0 22px 22px;font-size:14.5px;color:var(--text-2);line-height:1.7}.page-hero{background:radial-gradient(800px 400px at 88% -20%,rgba(244,166,42,.14),transparent 60%),linear-gradient(160deg,var(--navy-900),var(--navy-800));color:#fff;padding:66px 0 60px;position:relative;overflow:hidden}.page-hero:after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 0);background-size:52px 52px;-webkit-mask-image:radial-gradient(700px 400px at 70% 0,#000,transparent 72%);mask-image:radial-gradient(700px 400px at 70% 0,#000,transparent 72%)}.page-hero .wrap{position:relative;z-index:2}.page-hero h1{color:#fff;font-size:clamp(32px,4.4vw,52px);letter-spacing:-.03em;margin-top:16px}.page-hero p{color:rgba(255,255,255,.8);font-size:clamp(16px,1.5vw,19px);margin-top:16px;max-width:60ch}.crumb{display:flex;align-items:center;gap:8px;font-size:12.5px;color:rgba(255,255,255,.55);margin-bottom:6px}.crumb a:hover{color:#fff}.crumb svg{width:13px;height:13px}.contact-grid{display:grid;grid-template-columns:1fr 1.15fr;grid-gap:44px;gap:44px;align-items:start}.ct-info{display:flex;flex-direction:column;gap:14px}.ct-item{display:flex;gap:15px;align-items:flex-start;background:var(--bg);border:1px solid var(--border);border-radius:14px;padding:18px 20px}.ct-item .ii{width:46px;height:46px;border-radius:12px;background:var(--navy-soft);color:var(--navy);display:grid;place-items:center;flex-shrink:0}.ct-item .ii svg{width:22px;height:22px}.ct-item .t{font-size:14px;font-weight:700;color:var(--ink)}.ct-item .d{font-size:14px;color:var(--text-2);margin-top:4px;line-height:1.55}.ct-item .d a{color:var(--navy-int);font-weight:600}.form-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-lg);padding:30px;box-shadow:var(--shadow-sm)}.field{display:flex;flex-direction:column;gap:7px;margin-bottom:16px}.field.row2{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.field.row2>div{display:flex;flex-direction:column;gap:7px}.field label{font-size:13px;font-weight:650;color:var(--text)}.field label .req{color:var(--danger)}.field input,.field select,.field textarea{width:100%;height:48px;border-radius:11px;border:1.5px solid var(--border);background:var(--inset);color:var(--ink);font:inherit;font-size:14.5px;padding:0 14px;outline:none;transition:.14s}.field textarea{height:auto;min-height:120px;padding:13px 14px;resize:vertical;line-height:1.6}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--navy);background:#fff;box-shadow:0 0 0 3px var(--navy-soft)}.field .hint{font-size:12px;color:var(--text-muted)}.consent{display:flex;gap:11px;align-items:flex-start;font-size:12.5px;color:var(--text-2);margin-bottom:18px;line-height:1.5}.consent input{width:18px;height:18px;accent-color:var(--navy);margin-top:1px;flex-shrink:0}.form-ok{display:none;text-align:center;padding:24px 10px}.form-ok.show{display:block}.form-ok .ok-ic{width:66px;height:66px;border-radius:50%;background:var(--success-soft);color:var(--success);display:grid;place-items:center;margin:0 auto 16px}.form-ok .ok-ic svg{width:34px;height:34px}.form-ok h3{font-size:22px}.form-ok p{font-size:14.5px;color:var(--text-2);margin-top:8px}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.post{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:.16s;display:flex;flex-direction:column}.post:hover{border-color:var(--border-strong);transform:translateY(-3px);box-shadow:var(--shadow-md)}.post .thumb{aspect-ratio:16/10;background:repeating-linear-gradient(45deg,rgba(22,70,122,.06),rgba(22,70,122,.06) 10px,transparent 10px,transparent 20px),var(--navy-soft);display:grid;place-items:center;position:relative}.post .thumb .cat{position:absolute;top:14px;left:14px;background:#fff;color:var(--navy);font-size:11px;font-weight:700;padding:5px 11px;border-radius:999px;box-shadow:var(--shadow-sm)}.post .thumb .ph{font-family:ui-monospace,monospace;font-size:11px;color:var(--navy);opacity:.55}.post .pbody{padding:20px 22px 22px;display:flex;flex-direction:column;flex:1 1}.post .pdate{font-size:12px;color:var(--text-muted);font-weight:600}.post h3{font-size:18px;margin-top:8px;letter-spacing:-.01em;line-height:1.25}.post p{font-size:13.5px;color:var(--text-2);margin-top:9px;line-height:1.6;flex:1 1}.post .rm{font-size:13px;font-weight:650;color:var(--navy-int);margin-top:16px;display:inline-flex;align-items:center;gap:6px}.post .rm svg{width:15px;height:15px}.post.feature{grid-column:1/-1;display:grid;grid-template-columns:1.1fr 1fr}.post.feature .thumb{aspect-ratio:auto;min-height:280px}.legal{max-width:800px;margin-inline:auto}.legal .toc{background:var(--inset);border:1px solid var(--border);border-radius:14px;padding:20px 24px;margin-bottom:36px}.legal .toc h4{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:var(--text-muted);margin-bottom:12px}.legal .toc ol{list-style:decimal;padding-left:20px;display:grid;grid-template-columns:1fr 1fr;grid-gap:8px 24px;gap:8px 24px}.legal .toc a{font-size:13.5px;color:var(--navy-int)}.legal h2{font-size:22px;margin:40px 0 14px;padding-top:14px;scroll-margin-top:90px}.legal h2:first-of-type{margin-top:0}.legal h3{font-size:17px;margin:24px 0 10px}.legal li,.legal p{font-size:14.5px;color:var(--text-2);line-height:1.75;margin-bottom:12px}.legal ul{list-style:disc;padding-left:22px}.legal .updated{font-size:13px;color:var(--text-muted);margin-bottom:8px}.site-footer{background:var(--navy-900);color:rgba(255,255,255,.7);margin-top:0}.site-footer .cols{display:grid;grid-template-columns:1.7fr 1fr 1fr 1fr;grid-gap:40px;gap:40px;padding:64px 0 44px}.site-footer .fbrand .brand .bt{color:#fff}.site-footer .fbrand .brand .mk{background:rgba(255,255,255,.12)}.site-footer .fbrand p{font-size:13.5px;color:rgba(255,255,255,.6);line-height:1.7;max-width:32ch;margin-top:16px}.site-footer h4{font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.45);margin-bottom:16px}.site-footer .fc a{display:block;font-size:14px;color:rgba(255,255,255,.72);padding:6px 0;transition:.12s}.site-footer .fc a:hover{color:var(--gold)}.site-footer .socials{display:flex;gap:10px;margin-top:20px}.site-footer .socials a{width:40px;height:40px;border-radius:11px;border:1px solid rgba(255,255,255,.14);display:grid;place-items:center;color:rgba(255,255,255,.75);transition:.14s}.site-footer .socials a:hover{background:var(--gold);border-color:var(--gold);color:var(--navy-900)}.site-footer .socials svg{width:18px;height:18px}.site-footer .fbot{border-top:1px solid rgba(255,255,255,.1);padding:22px 0;display:flex;flex-wrap:wrap;align-items:center;gap:14px}.site-footer .fbot .cp,.site-footer .fbot .made{font-size:13px;color:rgba(255,255,255,.5)}.site-footer .fbot .made{margin-left:auto;display:inline-flex;align-items:center;gap:7px}.site-footer .fbot .made b{color:rgba(255,255,255,.8);font-weight:650}.site-footer .fbot .made .gg{color:var(--gold)}.site-footer .fbot .flg{display:flex;gap:10px}.site-footer .fbot .flg a{font-size:13px;color:rgba(255,255,255,.5)}.site-footer .fbot .flg a:hover{color:#fff}.reveal{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.reveal.in{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none}}@media (max-width:1024px){.main-nav{display:none}.burger{display:grid}.hero .wrap{grid-template-columns:1fr;gap:36px}.hero-visual{order:-1}.hero-phone{width:min(260px,60%)}.float-a{left:0}.float-b{right:0}.blog-grid,.dl-grid,.fgrid,.local-grid,.plans,.stats,.tgrid{grid-template-columns:repeat(2,1fr)}.split{grid-template-columns:1fr;gap:32px}.split.rev .scopy{order:0}.contact-grid{gap:30px}.contact-grid,.post.feature{grid-template-columns:1fr}.site-footer .cols{grid-template-columns:1fr 1fr;gap:32px}.site-footer .fbrand{grid-column:1/-1}.legal .toc ol{grid-template-columns:1fr}}@media (max-width:680px){.sec{padding:60px 0}.wrap{padding:0 18px}.blog-grid,.dl-grid,.fgrid,.local-grid,.plans,.stats,.tgrid{grid-template-columns:1fr}.cta-band{padding:44px 26px}.brand .bs{display:none}.cta-band .cta .btn,.hero .cta .btn{flex:1 1}.field.row2{grid-template-columns:1fr}.form-card{padding:22px}.site-footer .cols{grid-template-columns:1fr;gap:28px;padding:48px 0 36px}.site-footer .fbot{flex-direction:column;align-items:flex-start}.site-footer .fbot .made{margin-left:0}.float-a{left:0}.float-b{right:0}}