:root {
  --dt-bg: #020914;
  --dt-bg-2: #06121f;
  --dt-panel: rgba(8, 24, 39, .74);
  --dt-panel-strong: rgba(8, 26, 43, .92);
  --dt-line: rgba(90, 190, 255, .20);
  --dt-line-strong: rgba(70, 204, 255, .50);
  --dt-text: #f3f8fc;
  --dt-muted: #a6b6c7;
  --dt-soft: #73879c;
  --dt-cyan: #32c9f5;
  --dt-blue: #1f83ff;
  --dt-green: #66eaa3;
  --dt-gold: #f4cb6a;
  --dt-danger: #ff6475;
  --dt-shadow: 0 30px 80px rgba(0,0,0,.42);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.landing-page {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background:
    radial-gradient(950px 600px at 78% -10%, rgba(24, 145, 227, .16), transparent 70%),
    radial-gradient(900px 650px at -10% 35%, rgba(5, 80, 125, .16), transparent 66%),
    linear-gradient(180deg, #020914 0%, #04101c 48%, #020812 100%);
  color: var(--dt-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.landing-page a { color: inherit; text-decoration: none; }
.landing-page button, .landing-page a { -webkit-tap-highlight-color: transparent; }
.landing-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

/* Header */
.landing-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, rgba(2,9,20,.93), rgba(2,9,20,.67));
  backdrop-filter: blur(18px);
  transition: border-color .25s ease, background .25s ease, box-shadow .25s ease;
}
.landing-header.is-scrolled {
  border-color: rgba(65, 170, 235, .14);
  background: rgba(2,9,20,.91);
  box-shadow: 0 14px 40px rgba(0,0,0,.22);
}
.landing-nav { min-height: 78px; display:flex; align-items:center; gap:24px; }
.landing-brand { display:inline-flex; align-items:center; gap:10px; min-width:max-content; font-size:1rem; font-weight:650; letter-spacing:-.025em; }
.landing-brand img { width:40px; height:40px; object-fit:contain; filter:drop-shadow(0 8px 22px rgba(34,183,242,.24)); }
.landing-nav-panel { margin-left:auto; display:flex; align-items:center; gap:28px; }
.landing-links { display:flex; align-items:center; gap:6px; }
.landing-links a { position:relative; display:flex; align-items:center; gap:6px; padding:9px 11px; color:#b9c7d4; font-size:.91rem; font-weight:500; border-radius:12px; transition:background .2s,color .2s; }
.landing-links a:hover,.landing-links a:focus-visible { background:rgba(50,201,245,.08); color:#fff; outline:none; }
.landing-links em { padding:2px 5px; border:1px solid rgba(50,201,245,.34); border-radius:999px; color:var(--dt-cyan); font-style:normal; font-size:.59rem; font-weight:700; letter-spacing:.06em; }
.landing-actions { display:flex; align-items:center; gap:10px; }
.compact-switch { display:flex; gap:3px; padding:3px; border:1px solid rgba(95,170,220,.16); border-radius:999px; background:rgba(255,255,255,.025); }
.compact-switch button { min-width:42px; padding:7px 10px; border:0; border-radius:999px; background:transparent; color:#7f91a3; font:inherit; font-size:.78rem; font-weight:600; cursor:pointer; }
.compact-switch button[aria-pressed="true"] { color:#eaf9ff; background:rgba(30,161,219,.17); box-shadow:inset 0 0 0 1px rgba(50,201,245,.30); }
.landing-menu-button { display:none; width:42px; height:42px; padding:10px; margin-left:auto; border:1px solid rgba(90,190,255,.18); border-radius:12px; background:rgba(255,255,255,.03); }
.landing-menu-button span { display:block; height:2px; margin:4px 0; border-radius:2px; background:#dce9f3; }

/* Buttons */
.btn { display:inline-flex; align-items:center; justify-content:center; gap:10px; min-height:44px; border:1px solid transparent; border-radius:15px; padding:0 18px; font-weight:600; font-size:.91rem; transition:transform .22s ease, border-color .22s ease, box-shadow .22s ease, background .22s ease; }
.btn:hover,.btn:focus-visible { transform:translateY(-2px); outline:none; }
.btn-small { min-height:40px; padding:0 15px; font-size:.84rem; }
.btn-large { min-height:58px; padding:0 22px; border-radius:18px; }
.btn-large > span:not(.play-mark) { display:grid; line-height:1.08; text-align:left; gap:3px; }
.btn-large small { color:rgba(255,255,255,.66); font-size:.66rem; font-weight:500; letter-spacing:.03em; text-transform:uppercase; }
.btn-large strong { font-size:.98rem; font-weight:650; }
.btn-primary { background:linear-gradient(135deg,#0f9cd8 0%,#177fcf 52%,#145fba 100%); border-color:rgba(103,219,255,.62); box-shadow:0 12px 32px rgba(21,136,207,.25), inset 0 1px 0 rgba(255,255,255,.18); }
.btn-primary:hover,.btn-primary:focus-visible { box-shadow:0 18px 42px rgba(20,150,225,.34),0 0 0 1px rgba(84,215,255,.24); }
.btn-ghost { color:#c3d0db; background:rgba(255,255,255,.025); border-color:rgba(120,170,205,.22); }
.btn-ghost:hover,.btn-ghost:focus-visible { border-color:rgba(50,201,245,.38); background:rgba(50,201,245,.06); color:#fff; }
.btn-gold { color:#fff6d8; background:linear-gradient(135deg,rgba(199,142,37,.35),rgba(110,73,15,.32)); border-color:rgba(244,203,106,.42); box-shadow:0 16px 40px rgba(164,107,21,.16); }
.play-mark { display:grid; place-items:center; width:30px; height:30px; border-radius:9px; background:rgba(255,255,255,.12); font-size:.78rem; }

/* Type */
.hero-copy h1,.section-copy h2,.section-heading h2,.premium-copy h2,.final-cta h2 { margin:0; color:#f7fbff; font-weight:560; letter-spacing:-.045em; line-height:1.03; }
.hero-copy h1 { max-width:720px; font-size:clamp(3.25rem,6vw,6.2rem); }
.section-copy h2,.section-heading h2,.premium-copy h2,.final-cta h2 { font-size:clamp(2.25rem,4.3vw,4.3rem); }
.gradient-text { color:#43cdf5; text-shadow:0 0 36px rgba(41,190,240,.16); }
.green-text { color:#72e7a4; }
.gold-text { color:#f1c86a; }
.hero-lead,.section-copy > p:not(.section-kicker):not(.demo-note),.section-heading > p,.premium-copy > p,.final-cta > p { color:var(--dt-muted); font-size:clamp(1rem,1.4vw,1.16rem); line-height:1.7; font-weight:400; }
.section-kicker { margin:0 0 15px; color:#62d5f6; font-size:.76rem; font-weight:650; text-transform:uppercase; letter-spacing:.17em; }
.green-kicker { color:#74e7a5; }.gold-kicker { color:var(--dt-gold); }.cyan-kicker { color:#5ddcff; }

/* Hero */
.hero-section { position:relative; min-height:930px; padding:158px 0 64px; isolation:isolate; }
.ambient-grid { position:absolute; inset:0; z-index:-3; opacity:.26; background-image:linear-gradient(rgba(68,156,210,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(68,156,210,.055) 1px,transparent 1px); background-size:46px 46px; mask-image:linear-gradient(to bottom,black,transparent 82%); }
.orb { position:absolute; z-index:-2; border-radius:50%; filter:blur(1px); pointer-events:none; }
.orb-a { width:660px;height:660px;right:-160px;top:-170px;background:radial-gradient(circle,rgba(25,159,222,.18),rgba(16,85,147,.06) 45%,transparent 70%); }
.orb-b { width:520px;height:520px;left:-260px;top:440px;background:radial-gradient(circle,rgba(23,104,159,.13),transparent 68%); }
.hero-layout { display:grid; grid-template-columns:minmax(0,.9fr) minmax(520px,1.1fr); gap:34px; align-items:center; }
.hero-copy { position:relative; z-index:4; padding-bottom:30px; }
.new-feature-pill { display:inline-flex; align-items:center; gap:9px; width:max-content; max-width:100%; margin-bottom:24px; padding:8px 11px; border:1px solid rgba(58,203,248,.26); border-radius:999px; background:rgba(30,148,203,.07); color:#a9bfd0; font-size:.73rem; font-weight:550; }
.new-feature-pill strong { color:#ecfaff; font-weight:650; }.new-feature-pill > span:last-child { color:var(--dt-cyan); }
.pulse-dot { width:7px;height:7px;border-radius:50%;background:#48d9ff;box-shadow:0 0 0 6px rgba(72,217,255,.08),0 0 16px rgba(72,217,255,.75); }
.hero-lead { max-width:660px; margin:28px 0 0; }
.hero-cta { display:flex; flex-wrap:wrap; gap:12px; margin-top:30px; }
.hero-trust { display:flex; flex-wrap:wrap; gap:8px; margin-top:28px; }
.hero-trust span { padding:7px 10px; border:1px solid rgba(111,171,207,.13); border-radius:10px; background:rgba(255,255,255,.018); color:#71869b; font-size:.72rem; font-weight:500; }
.hero-trust b { color:#9bdaee; font-weight:650; }
.hero-visual { position:relative; min-height:680px; }
.hover-hint { position:absolute; right:5%; top:0; z-index:20; margin:0; color:#6f8598; font-size:.7rem; letter-spacing:.04em; }
.floating-stack { position:relative; }
.hero-stack { height:670px; transform:translate3d(var(--dt-parallax-x,0),var(--dt-parallax-y,0),0); transition:transform .16s ease-out; }

/* phone system */
.phone { position:absolute; margin:0; border:1px solid rgba(93,174,224,.26); border-radius:36px; padding:8px; background:linear-gradient(145deg,rgba(14,38,59,.96),rgba(3,12,22,.98)); box-shadow:0 26px 64px rgba(0,0,0,.48),inset 0 0 0 1px rgba(255,255,255,.035); overflow:visible; transform-style:preserve-3d; will-change:transform,opacity,filter; transition:opacity .28s ease, filter .28s ease, transform .32s cubic-bezier(.2,.75,.25,1), border-color .28s ease, box-shadow .28s ease; }
.phone::after { content:""; position:absolute; inset:-1px; border-radius:inherit; pointer-events:none; box-shadow:inset 0 1px 0 rgba(255,255,255,.06); }
.phone-screen { width:100%; height:100%; overflow:hidden; border-radius:28px; background:#06111d; }
.phone-screen img { display:block; width:100%; height:100%; object-fit:cover; }
.lang-screen { display:none!important; }
html[data-lang="pl"] .lang-screen-pl,html[data-lang="en"] .lang-screen-en { display:block!important; }
.phone figcaption { position:absolute; left:50%; bottom:-42px; transform:translateX(-50%); display:flex; align-items:center; gap:7px; min-width:max-content; color:#7f93a7; font-size:.71rem; font-weight:550; opacity:.75; transition:color .25s,opacity .25s; }
.phone figcaption b { padding:2px 5px; border:1px solid rgba(55,207,250,.35); border-radius:999px; color:#42cdf5; font-size:.56rem; letter-spacing:.06em; }
.phone:focus-visible { outline:none; }
.floating-stack:hover .phone,.floating-stack:focus-within .phone { opacity:.40; filter:saturate(.70) brightness(.78); }
.floating-stack .phone:hover,.floating-stack .phone:focus-visible { z-index:30!important; opacity:1!important; filter:saturate(1.08) brightness(1.02)!important; border-color:rgba(66,210,255,.70); box-shadow:0 34px 88px rgba(0,0,0,.56),0 0 0 1px rgba(51,201,246,.20),0 0 48px rgba(27,173,233,.20); }
.floating-stack .phone:hover figcaption,.floating-stack .phone:focus-visible figcaption { color:#c9f4ff; opacity:1; }
.hero-stack .phone-main { width:338px;height:658px;left:50%;top:2px;z-index:10;transform:translateX(-50%) rotateY(-1deg); opacity:1; border-color:rgba(57,205,249,.52); box-shadow:0 35px 90px rgba(0,0,0,.55),0 0 46px rgba(23,163,223,.17); }
.hero-stack .phone-main:hover,.hero-stack .phone-main:focus-visible { transform:translateX(-50%) translateY(-10px) scale(1.025); }
.hero-stack .phone-side { width:270px;height:560px;top:78px;z-index:3;opacity:.58;filter:saturate(.78) brightness(.82); }
.hero-stack .phone-left { left:3%;transform:rotateY(9deg) rotateZ(-4deg); }
.hero-stack .phone-right { right:0;transform:rotateY(-9deg) rotateZ(4deg); }
.hero-stack .phone-left:hover,.hero-stack .phone-left:focus-visible { transform:translateY(-12px) rotateY(3deg) rotateZ(-1deg) scale(1.035); }
.hero-stack .phone-right:hover,.hero-stack .phone-right:focus-visible { transform:translateY(-12px) rotateY(-3deg) rotateZ(1deg) scale(1.035); }
.territory-phone .phone-screen img { object-position:center top; }

.feature-strip { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); margin-top:24px; border:1px solid rgba(86,166,214,.13); border-radius:22px; overflow:hidden; background:rgba(5,18,30,.58); box-shadow:0 18px 54px rgba(0,0,0,.18); }
.feature-strip a { position:relative; min-height:112px; padding:20px 18px; border-right:1px solid rgba(86,166,214,.10); display:flex; flex-direction:column; justify-content:center; transition:background .22s ease,transform .22s ease; }
.feature-strip a:last-child { border-right:0; }
.feature-strip a:hover { background:rgba(34,169,225,.06); transform:translateY(-2px); }
.feature-strip span:first-child { margin-bottom:5px;color:#3abfef;font-size:.66rem;font-weight:650;letter-spacing:.13em; }
.feature-strip strong { font-size:.92rem;font-weight:600; }.feature-strip small { margin-top:4px;color:#74899c;font-size:.72rem; }
.feature-strip em { position:absolute;right:11px;top:11px;color:#38cef7;font-size:.52rem;font-weight:750;font-style:normal;letter-spacing:.08em; }

/* sections */
.landing-section { position:relative; padding:116px 0; }
.split-layout { display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1fr); gap:84px; align-items:center; }
.reverse-layout .section-copy { order:1; }.reverse-layout > :last-child { order:2; }
.section-copy { max-width:560px; }.section-copy > p:not(.section-kicker):not(.demo-note) { margin:24px 0 0; }
.check-list { display:grid;gap:10px;margin:26px 0 0;padding:0;list-style:none; }
.check-list li { position:relative;padding-left:28px;color:#b3c2d0;font-size:.92rem; }.check-list li::before { content:"✓";position:absolute;left:0;top:1px;width:18px;height:18px;border-radius:50%;display:grid;place-items:center;background:rgba(52,202,245,.10);color:#4bd6fb;font-size:.72rem; }

/* Territory */
.territory-section { overflow:hidden; border-top:1px solid rgba(56,173,227,.08); border-bottom:1px solid rgba(56,173,227,.08); background:linear-gradient(180deg,rgba(4,16,28,.15),rgba(7,24,39,.42),rgba(4,16,28,.12)); }
.territory-glow { position:absolute;width:860px;height:860px;right:-260px;top:50%;transform:translateY(-50%);border-radius:50%;background:radial-gradient(circle,rgba(29,179,234,.14),rgba(30,110,178,.05) 46%,transparent 70%);pointer-events:none; }
.territory-layout { grid-template-columns:minmax(0,.92fr) minmax(500px,1.08fr); }
.territory-points { display:grid;gap:12px;margin-top:30px; }
.territory-points article { display:grid;grid-template-columns:42px 1fr;gap:14px;align-items:start;padding:15px 16px;border:1px solid rgba(80,174,226,.13);border-radius:16px;background:rgba(255,255,255,.018); }
.territory-icon { width:40px;height:40px;border-radius:13px;display:grid;place-items:center;border:1px solid rgba(50,201,245,.26);background:rgba(50,201,245,.08);color:#54d7fb;font-size:1.25rem;box-shadow:0 0 22px rgba(50,201,245,.08); }
.territory-points strong { display:block;color:#eaf4fb;font-size:.91rem;font-weight:600; }.territory-points p { margin:4px 0 0;color:#7f93a5;font-size:.78rem;line-height:1.55; }
.territory-chips { display:flex;flex-wrap:wrap;gap:8px;margin-top:18px; }.territory-chips > span { padding:7px 10px;border:1px solid rgba(55,188,237,.16);border-radius:999px;color:#90a9bb;background:rgba(27,150,201,.04);font-size:.69rem;font-weight:550; }
.demo-note { margin:16px 0 0!important;color:#62798d!important;font-size:.71rem!important; }
.territory-showcase { position:relative; min-height:720px; }
.territory-rings { position:absolute;left:50%;top:48%;width:610px;height:610px;transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(circle,rgba(37,192,240,.11),rgba(30,112,167,.035) 42%,transparent 66%);border:1px solid rgba(68,191,236,.08); }
.single-stack { position:absolute;inset:0; }
.phone-feature { width:350px;height:690px;left:50%;top:0;z-index:5;transform:translateX(-50%) rotateZ(1.2deg);border-color:rgba(62,203,246,.47);box-shadow:0 36px 90px rgba(0,0,0,.52),0 0 55px rgba(28,174,231,.13); }
.single-stack .phone-feature:hover,.single-stack .phone-feature:focus-visible { transform:translateX(-50%) translateY(-10px) rotateZ(0) scale(1.025); }
.territory-stat { position:absolute;z-index:9;min-width:170px;padding:13px 15px;border:1px solid rgba(68,198,242,.21);border-radius:15px;background:rgba(6,25,40,.82);backdrop-filter:blur(16px);box-shadow:0 18px 42px rgba(0,0,0,.30); }
.territory-stat b,.territory-stat span { display:block; }.territory-stat b { color:#42cff7;font-size:1.2rem;font-weight:620;letter-spacing:-.02em; }.territory-stat span { margin-top:2px;color:#879bac;font-size:.68rem; }
.stat-a { left:0;top:20%; }.stat-b { right:0;bottom:19%; }

/* Feature screen compositions */
.screen-composition,.group-composition,.premium-phone-wrap { position:relative; min-height:630px; }
.feature-stack { height:620px; }
.phone-feature-back,.phone-feature-front { width:286px;height:575px; }
.phone-feature-back { left:10%;top:36px;z-index:2;opacity:.55;filter:saturate(.8) brightness(.84);transform:rotateZ(-5deg); }
.phone-feature-front { right:8%;top:0;z-index:5;transform:rotateZ(3deg); }
.phone-feature-back:hover,.phone-feature-back:focus-visible { transform:translateY(-10px) rotateZ(-1deg) scale(1.035); }
.phone-feature-front:hover,.phone-feature-front:focus-visible { transform:translateY(-10px) rotateZ(0) scale(1.035); }
.group-section { background:linear-gradient(180deg,transparent,rgba(11,34,37,.18),transparent); }
.group-composition { min-height:650px; }.phone-map { width:326px;height:620px;left:50%;top:0;transform:translateX(-50%) rotateZ(-2deg); }.single-stack .phone-map:hover,.single-stack .phone-map:focus-visible { transform:translateX(-50%) translateY(-10px) rotateZ(0) scale(1.025); }
.demo-badge { position:absolute;right:10%;bottom:4%;z-index:8;padding:7px 10px;border:1px solid rgba(108,229,162,.24);border-radius:999px;background:rgba(10,39,36,.78);color:#86dcae;font-size:.67rem;font-weight:550; }
.mini-cards { display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:26px; }.mini-cards article { padding:15px;border:1px solid rgba(95,180,205,.12);border-radius:16px;background:rgba(255,255,255,.017); }.mini-cards article > span { color:#73e5a5;font-size:1rem; }.mini-cards strong,.mini-cards small { display:block; }.mini-cards strong { margin-top:8px;font-weight:600;font-size:.86rem; }.mini-cards small { margin-top:4px;color:#728a98;font-size:.7rem;line-height:1.45; }

/* Community */
.community-section { background:linear-gradient(180deg,rgba(5,14,24,.15),rgba(7,17,28,.62),rgba(5,14,24,.10)); }
.section-heading.centered { max-width:780px;margin:0 auto 60px;text-align:center; }.section-heading.centered p { margin:20px auto 0;max-width:670px; }
.community-showcase { position:relative;height:620px;max-width:920px;margin:0 auto; }
.community-showcase .phone { width:268px;height:540px;top:36px; }.community-a { left:9%;transform:rotateZ(-6deg);opacity:.58;filter:saturate(.78) brightness(.82); }.community-b { left:50%;z-index:6;transform:translateX(-50%); }.community-c { right:9%;transform:rotateZ(6deg);opacity:.58;filter:saturate(.78) brightness(.82); }
.community-a:hover,.community-a:focus-visible { transform:translateY(-10px) rotateZ(-1deg) scale(1.035); }.community-b:hover,.community-b:focus-visible { transform:translateX(-50%) translateY(-12px) scale(1.035); }.community-c:hover,.community-c:focus-visible { transform:translateY(-10px) rotateZ(1deg) scale(1.035); }
.community-cards { display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:24px; }.community-cards article { padding:24px;border:1px solid rgba(100,178,224,.13);border-radius:18px;background:rgba(255,255,255,.018); }.community-cards article > span { color:#38c9f3;font-size:.69rem;font-weight:700;letter-spacing:.12em; }.community-cards h3 { margin:11px 0 0;font-size:1rem;font-weight:600;letter-spacing:-.01em; }.community-cards p { margin:9px 0 0;color:#8093a4;font-size:.78rem;line-height:1.55; }

/* Premium */
.premium-section { padding-bottom:130px; }.premium-card { position:relative;overflow:hidden;display:grid;grid-template-columns:1fr .86fr;gap:36px;align-items:center;min-height:620px;padding:64px;border:1px solid rgba(231,193,99,.18);border-radius:32px;background:linear-gradient(135deg,rgba(22,26,31,.93),rgba(12,23,34,.92) 58%,rgba(28,22,12,.76));box-shadow:0 28px 80px rgba(0,0,0,.34); }.premium-glow { position:absolute;width:520px;height:520px;right:-90px;top:-120px;border-radius:50%;background:radial-gradient(circle,rgba(218,163,55,.14),transparent 67%); }.premium-copy { position:relative;z-index:2; }.premium-label { margin:0 0 16px;color:#e9c875;font-size:.75rem;font-weight:650;letter-spacing:.11em;text-transform:uppercase; }.premium-copy > p { max-width:560px;margin:24px 0 30px; }.premium-phone-wrap { min-height:520px; }.premium-phone { width:280px;height:540px;left:50%;top:0;transform:translateX(-50%) rotateZ(2deg); }.single-stack .premium-phone:hover,.single-stack .premium-phone:focus-visible { transform:translateX(-50%) translateY(-10px) rotateZ(0) scale(1.03); }.premium-chip { position:absolute;z-index:9;padding:9px 12px;border:1px solid rgba(238,197,96,.22);border-radius:999px;background:rgba(31,27,18,.84);color:#e7ca7f;font-size:.7rem;font-weight:600;box-shadow:0 14px 36px rgba(0,0,0,.26); }.chip-one{left:2%;top:18%}.chip-two{right:0;top:43%}.chip-three{left:10%;bottom:16%}

/* Final + footer */
.final-cta-section { position:relative;overflow:hidden;padding:118px 0;border-top:1px solid rgba(70,175,230,.08); }.final-cta { text-align:center; }.final-logo { width:92px;height:92px;object-fit:contain;filter:drop-shadow(0 18px 34px rgba(27,174,233,.18)); }.final-cta .section-kicker { margin-top:18px; }.final-cta h2 { max-width:820px;margin:0 auto; }.final-cta > p { margin:20px auto 28px; }.landing-footer { border-top:1px solid rgba(81,159,208,.10);padding:58px 0 28px;background:rgba(1,6,13,.34); }.footer-grid { display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:34px; }.footer-brand p { max-width:280px;margin:16px 0 0;color:#6f8397;font-size:.79rem; }.footer-links { display:flex;flex-direction:column;gap:9px; }.footer-links strong { margin-bottom:5px;color:#a9bbc9;font-size:.73rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em; }.footer-links a { color:#75899c;font-size:.78rem; }.footer-links a:hover { color:#bdefff; }.footer-bottom { display:flex;justify-content:space-between;gap:16px;margin-top:46px;padding-top:20px;border-top:1px solid rgba(90,167,213,.08);color:#526a7d;font-size:.7rem; }

/* Reveal */
.reveal { opacity:0; transform:translateY(18px); transition:opacity .7s ease,transform .7s ease; }.reveal.is-visible { opacity:1; transform:none; }
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.phone,.btn,.feature-strip a{transition:none!important}}

@media (max-width:1100px){
  .landing-shell{width:min(100% - 32px,1180px)}
  .landing-links{gap:0}.landing-links a{padding:8px;font-size:.84rem}.landing-actions .btn-small{display:none}
  .hero-layout{grid-template-columns:1fr;}.hero-copy{max-width:760px}.hero-visual{min-height:650px;margin-top:20px}.hero-stack{max-width:720px;margin:0 auto}
  .feature-strip{grid-template-columns:repeat(5,1fr)}.feature-strip a{padding:16px 12px}
  .split-layout,.territory-layout{gap:46px}.territory-layout{grid-template-columns:.9fr 1.1fr}.territory-stat{display:none}
  .premium-card{padding:44px}
}

@media (max-width:820px){
  .landing-header{position:fixed}.landing-nav{min-height:70px}.landing-menu-button{display:block}
  .landing-nav-panel{position:absolute;left:16px;right:16px;top:70px;display:none;margin:0;padding:14px;border:1px solid rgba(83,174,226,.18);border-radius:18px;background:rgba(4,15,27,.96);box-shadow:0 22px 54px rgba(0,0,0,.45);backdrop-filter:blur(20px)}.landing-nav-panel.is-open{display:block}
  .landing-links{display:grid;gap:3px}.landing-links a{padding:11px 12px}.landing-actions{margin-top:8px;padding-top:10px;border-top:1px solid rgba(90,170,218,.10)}
  .hero-section{min-height:auto;padding:126px 0 60px}.hero-copy h1{font-size:clamp(3rem,12vw,5.2rem)}.hero-layout{gap:12px}.hero-visual{min-height:585px}.hero-stack{height:580px}.hero-stack .phone-main{width:292px;height:570px}.hero-stack .phone-side{width:220px;height:465px;top:68px}.hero-stack .phone-left{left:0}.hero-stack .phone-right{right:0}.hover-hint{display:none}
  .feature-strip{grid-template-columns:repeat(2,1fr)}.feature-strip a{min-height:92px;border-bottom:1px solid rgba(86,166,214,.10)}.feature-strip a:nth-child(2n){border-right:0}.feature-strip a:last-child{grid-column:1/-1}
  .landing-section{padding:88px 0}.split-layout,.territory-layout{grid-template-columns:1fr}.section-copy{max-width:680px}.territory-showcase{min-height:680px;order:-1}.screen-composition{order:-1}.reverse-layout .section-copy,.reverse-layout > :last-child{order:initial}
  .community-showcase{height:560px}.community-showcase .phone{width:235px;height:470px}.community-a{left:2%}.community-c{right:2%}.community-cards{grid-template-columns:1fr}
  .premium-card{grid-template-columns:1fr;padding:38px 28px}.premium-phone-wrap{min-height:540px}.footer-grid{grid-template-columns:1.3fr 1fr 1fr}.footer-grid>div:last-child{grid-column:2/4}
}

@media (max-width:560px){
  .landing-shell{width:min(100% - 24px,1180px)}.landing-brand span{font-size:.92rem}.compact-switch button{min-width:38px}
  .hero-section{padding-top:112px}.hero-copy h1{font-size:clamp(2.7rem,13vw,4.2rem);letter-spacing:-.055em}.new-feature-pill{font-size:.66rem}.hero-lead{font-size:.96rem}.hero-cta{display:grid;grid-template-columns:1fr}.btn-large{width:100%}.hero-trust{gap:6px}
  .hero-visual{min-height:520px;margin-top:32px}.hero-stack{height:510px}.hero-stack .phone-main{width:254px;height:498px}.hero-stack .phone-side{width:170px;height:360px;top:82px;opacity:.34}.hero-stack .phone-left{left:-10%}.hero-stack .phone-right{right:-10%}.phone{border-radius:29px;padding:6px}.phone-screen{border-radius:23px}.phone figcaption{display:none}
  .feature-strip{margin-top:14px}.feature-strip a{padding:14px 13px}.feature-strip small{font-size:.68rem}
  .landing-section{padding:76px 0}.section-copy h2,.section-heading h2,.premium-copy h2,.final-cta h2{font-size:clamp(2.05rem,10vw,3.1rem)}
  .territory-showcase{min-height:580px}.territory-rings{width:480px;height:480px}.phone-feature{width:288px;height:565px}.territory-points article{grid-template-columns:36px 1fr;padding:13px}.territory-icon{width:34px;height:34px;border-radius:11px}.territory-chips{gap:6px}
  .screen-composition,.group-composition{min-height:520px}.feature-stack{height:510px}.phone-feature-back,.phone-feature-front{width:225px;height:455px}.phone-feature-back{left:2%;top:40px}.phone-feature-front{right:2%}.phone-map{width:276px;height:530px}.mini-cards{grid-template-columns:1fr}
  .community-showcase{height:490px;margin-left:-18px;margin-right:-18px}.community-showcase .phone{width:195px;height:395px;top:55px}.community-a{left:-8%}.community-c{right:-8%}.community-b{z-index:7}
  .premium-card{padding:30px 20px;border-radius:24px}.premium-phone-wrap{min-height:470px}.premium-phone{width:240px;height:470px}.premium-chip{font-size:.62rem}.chip-one{left:0}.chip-two{right:-3%}.chip-three{left:4%}
  .footer-grid{grid-template-columns:1fr 1fr;gap:30px 18px}.footer-brand{grid-column:1/-1}.footer-grid>div:last-child{grid-column:auto}.footer-bottom{flex-direction:column;margin-top:36px}
}
