:root {
  --bg: #07101d;
  --surface: #0d1929;
  --surface-2: #111f32;
  --line: rgba(255,255,255,.09);
  --text: #f7f8fb;
  --muted: #9aa8bc;
  --accent: #7c70ff;
  --accent-2: #a196ff;
  --green: #55dfb3;
  --paper: #f4f5f8;
  --ink: #101728;
  --radius: 28px;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Arial, sans-serif;
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; color: var(--text); background: var(--bg); overflow-x: hidden; }
body::before {
  content: ""; position: fixed; z-index: -1; inset: 0;
  background:
    radial-gradient(circle at 88% 8%, rgba(99,82,226,.17), transparent 28%),
    radial-gradient(circle at 0 36%, rgba(37,165,149,.09), transparent 24%);
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.section { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 112px 0; }
.site-header {
  position: sticky; z-index: 20; top: 0;
  width: min(1220px, calc(100% - 32px)); height: 78px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  border-bottom: 1px solid var(--line);
  background: rgba(7,16,29,.8); backdrop-filter: blur(22px);
}
.logo { display: inline-flex; align-items: center; gap: 11px; font-weight: 800; letter-spacing: -.4px; }
.logo b { font-size: .9em; }
.logo-mark {
  width: 38px; height: 38px; display: grid; place-items: center;
  border-radius: 12px; color: white; font-weight: 800;
  background: linear-gradient(145deg, #9a90ff, #5b4ad8);
  box-shadow: 0 10px 30px rgba(113,94,255,.27);
}
.logo-mark.mini { width: 28px; height: 28px; border-radius: 9px; font-size: 12px; }
.desktop-nav { display: flex; align-items: center; gap: 32px; color: var(--muted); font-size: 14px; font-weight: 600; }
.desktop-nav a:hover { color: white; }
.button {
  min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 0 24px; border: 1px solid transparent; border-radius: 16px;
  color: white; background: linear-gradient(135deg, #8174ff, #6655e7);
  box-shadow: 0 14px 34px rgba(103,84,230,.26);
  font-size: 14px; font-weight: 750; transition: transform .2s, filter .2s;
}
.button:hover { transform: translateY(-2px); filter: brightness(1.07); }
.button svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linejoin: round; }
.button-small { min-height: 42px; padding: 0 18px; border-radius: 13px; font-size: 13px; box-shadow: none; }
.button-ghost { color: white; background: rgba(255,255,255,.035); border-color: var(--line); box-shadow: none; }
.button-light { color: #241d6d; background: white; box-shadow: 0 18px 45px rgba(35,24,110,.18); }
.button.full { width: 100%; }

.hero { min-height: 710px; padding-top: 82px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; }
.pill {
  width: fit-content; display: flex; align-items: center; gap: 9px;
  padding: 8px 13px; border: 1px solid rgba(82,221,177,.18); border-radius: 999px;
  color: #86e7c8; background: rgba(64,202,159,.07); font-size: 11px; font-weight: 700; letter-spacing: .3px;
}
.pill i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(85,223,179,.11); }
.hero h1 { max-width: 690px; margin: 25px 0 22px; font-size: clamp(48px, 6.1vw, 79px); line-height: .99; letter-spacing: -4.5px; }
.hero h1 span { color: #968aff; }
.hero-lead { max-width: 610px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; gap: 12px; margin-top: 34px; }
.trust-line { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 25px; color: #7f8da1; font-size: 11px; }
.trust-line span::before { content: "✓"; margin-right: 7px; color: var(--green); font-weight: 800; }
.hero-visual { min-height: 570px; position: relative; display: grid; place-items: center; }
.hero-visual::before {
  content: ""; position: absolute; width: 440px; height: 440px; border-radius: 50%;
  background: radial-gradient(circle, rgba(126,111,255,.24), rgba(126,111,255,.03) 54%, transparent 70%);
}
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.06); border-radius: 50%; }
.orbit-one { width: 480px; height: 480px; }
.orbit-two { width: 390px; height: 390px; border-style: dashed; animation: rotate 40s linear infinite; }
@keyframes rotate { to { transform: rotate(360deg); } }
.phone {
  position: relative; z-index: 2; width: 280px; min-height: 530px; padding: 20px 19px;
  border: 1px solid rgba(255,255,255,.17); border-radius: 42px;
  background: linear-gradient(160deg, rgba(23,36,56,.98), rgba(8,16,28,.98));
  box-shadow: 0 45px 100px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.08);
  transform: rotate(3deg);
}
.phone::after { content: ""; position: absolute; inset: 7px; pointer-events: none; border: 1px solid rgba(255,255,255,.04); border-radius: 35px; }
.phone-top {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 34px;
  padding: 0 2px;
  color: #f7f8fb;
}
.phone-top svg { display: block; width: 100%; height: 28px; overflow: visible; }
.status-text { fill: currentColor; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-weight: 800; }
.status-time { font-size: 9px; }
.status-lte { font-size: 7px; }
.island-shape { fill: #050609; }
.status-icons { fill: currentColor; }
.battery-frame { fill: none; stroke: currentColor; stroke-width: 1; }
.battery-fill { fill: rgba(48,181,121,.28); }
.battery-tip { opacity: .48; }
.battery-value { fill: currentColor; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 5.5px; font-weight: 850; text-anchor: middle; }
.phone-brand { display: flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 750; }
.connection { display: flex; flex-direction: column; align-items: center; margin-top: 54px; }
.connection-ring {
  width: 144px; height: 144px; display: grid; place-items: center; border-radius: 50%;
  border: 1px solid rgba(124,112,255,.28); box-shadow: 0 0 0 18px rgba(124,112,255,.04), 0 0 60px rgba(124,112,255,.15);
}
.power { width: 108px; height: 108px; display: grid; place-items: center; border-radius: 50%; color: #a89fff; background: rgba(124,112,255,.11); font-size: 50px; }
.connection strong { margin-top: 29px; font-size: 15px; }
.connection span { margin-top: 6px; color: var(--muted); font-size: 10px; }
.location-card { display: flex; align-items: center; gap: 12px; margin-top: 43px; padding: 13px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.035); }
.location-card .flag { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 11px; background: rgba(85,223,179,.1); }
.location-card div { flex: 1; }
.location-card small { display: block; color: var(--muted); font-size: 7px; letter-spacing: 1px; }
.location-card strong { display: block; margin-top: 3px; font-size: 12px; }
.signal { color: var(--green); letter-spacing: 1px; }
.phone-note { margin-top: 15px; text-align: center; color: #6e7d91; font-size: 8px; }
.float-card {
  position: absolute; z-index: 4; display: flex; align-items: center; gap: 10px;
  padding: 12px 14px; border: 1px solid rgba(255,255,255,.11); border-radius: 16px;
  background: rgba(15,27,43,.83); box-shadow: 0 20px 50px rgba(0,0,0,.28); backdrop-filter: blur(16px);
  font-size: 11px; line-height: 1.3;
}
.float-card b { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 10px; color: var(--green); background: rgba(85,223,179,.11); font-size: 14px; }
.float-card small { color: var(--muted); }
.float-one { top: 115px; right: -10px; }
.float-two { left: -22px; bottom: 105px; }
.float-two b { color: #a99fff; background: rgba(124,112,255,.12); }

.proof-strip {
  width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 28px 0;
  display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.proof-strip div { display: flex; align-items: baseline; justify-content: center; gap: 10px; border-right: 1px solid var(--line); }
.proof-strip div:last-child { border: 0; }
.proof-strip strong { font-size: 24px; }
.proof-strip span { color: var(--muted); font-size: 11px; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 48px; }
.section-head > div { flex: 1; }
.section-head h2 { margin: 12px 0 0; font-size: clamp(34px, 4.4vw, 54px); line-height: 1.08; letter-spacing: -2.4px; }
.section-head > p { max-width: 430px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.section-head.centered { display: block; text-align: center; }
.section-head.centered p { margin: 16px auto 0; }
.kicker { color: #9387ff; font-size: 10px; font-weight: 800; letter-spacing: 2px; }

.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.feature-card {
  min-height: 260px; padding: 29px; display: flex; flex-direction: column; justify-content: flex-start;
  border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(18,33,52,.86), rgba(11,23,38,.82));
}
.feature-card.feature-large { grid-column: span 2; min-height: 320px; position: relative; overflow: hidden; }
.feature-card h3 { margin: 22px 0 10px; font-size: 20px; letter-spacing: -.5px; }
.feature-card p { max-width: 420px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.feature-icon { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 14px; color: #8ce8cb; background: rgba(85,223,179,.1); font-size: 20px; }
.feature-icon.purple { color: #aaa2ff; background: rgba(124,112,255,.12); }
.feature-icon.orange { color: #ffb976; background: rgba(255,170,91,.1); }
.feature-icon.blue { color: #7bc7ff; background: rgba(71,169,242,.1); }
.mini-flow { position: absolute; right: 28px; bottom: 28px; display: flex; align-items: center; gap: 10px; color: #77869b; font-size: 10px; }
.mini-flow span { padding: 10px 12px; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,.03); }
.mini-flow span.active { color: var(--green); border-color: rgba(85,223,179,.2); }
.mini-flow i { width: 18px; border-top: 1px dashed #39465a; }

.steps-section { border-radius: 45px; }
.steps { display: grid; grid-template-columns: 1fr 45px 1fr 45px 1fr; align-items: center; }
.step { position: relative; min-height: 340px; padding: 25px; text-align: center; border: 1px solid var(--line); border-radius: 26px; background: rgba(255,255,255,.025); }
.step-number { position: absolute; top: 20px; left: 22px; color: #59687b; font-size: 10px; font-weight: 800; }
.step-visual { width: 105px; height: 105px; margin: 35px auto 28px; display: grid; place-items: center; border-radius: 31px; color: white; background: linear-gradient(145deg,#36aee8,#1588c6); font-size: 43px; transform: rotate(-3deg); box-shadow: 0 20px 45px rgba(19,141,203,.2); }
.step-visual.devices-icon { color: #a9a1ff; background: rgba(124,112,255,.1); border: 1px solid rgba(124,112,255,.18); box-shadow: none; transform: rotate(3deg); }
.step-visual.check { color: var(--green); background: rgba(85,223,179,.1); border: 1px solid rgba(85,223,179,.17); box-shadow: none; }
.step h3 { margin: 0 0 10px; font-size: 17px; }
.step p { margin: 0 auto; max-width: 260px; color: var(--muted); font-size: 12px; line-height: 1.65; }
.step-arrow { color: #4c5b6e; text-align: center; }
.center-action { margin-top: 34px; text-align: center; }

.device-grid { display: grid; grid-template-columns: repeat(7,1fr); border: 1px solid var(--line); border-radius: 25px; overflow: hidden; }
.device-grid article { min-height: 150px; padding: 22px 12px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; border-right: 1px solid var(--line); background: rgba(255,255,255,.02); }
.device-grid article:last-child { border: 0; }
.device-grid article:hover { background: rgba(124,112,255,.06); }
.device-grid span { height: 39px; color: #9d94ff; font-size: 26px; }
.device-grid strong { font-size: 12px; }
.device-grid small { margin-top: 5px; color: #667589; font-size: 8px; }

.includes { width: 100%; max-width: none; padding-left: max(20px, calc((100% - 1180px)/2)); padding-right: max(20px, calc((100% - 1180px)/2)); background: var(--paper); color: var(--ink); }
.includes-panel { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.includes h2 { margin: 14px 0 18px; font-size: clamp(38px,4.4vw,56px); line-height: 1.08; letter-spacing: -2.5px; }
.includes-copy p { max-width: 450px; color: #697387; font-size: 14px; line-height: 1.75; }
.includes-copy a { display: inline-flex; gap: 13px; margin-top: 20px; color: #6655e7; font-size: 13px; font-weight: 800; }
.includes ul { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.includes li { min-height: 94px; display: flex; align-items: center; gap: 14px; padding: 18px; border: 1px solid #e0e2e8; border-radius: 18px; background: white; }
.includes li i { flex: 0 0 auto; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 11px; color: #287d67; background: #e9f8f2; font-style: normal; font-weight: 800; }
.includes li strong, .includes li small { display: block; }
.includes li strong { font-size: 12px; }
.includes li small { margin-top: 5px; color: #8891a2; font-size: 9px; line-height: 1.35; }

.price-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; align-items: stretch; }
.price-card { position: relative; padding: 31px; border: 1px solid var(--line); border-radius: 28px; background: rgba(255,255,255,.025); }
.price-card.featured { border-color: rgba(124,112,255,.48); background: linear-gradient(160deg,rgba(124,112,255,.16),rgba(15,26,43,.9) 50%); box-shadow: 0 28px 80px rgba(50,37,139,.16); transform: translateY(-12px); }
.popular { position: absolute; top: 18px; right: 18px; padding: 7px 10px; border-radius: 999px; color: white; background: #7565ee; font-size: 7px; font-weight: 800; letter-spacing: 1px; }
.price-label { color: #8c81f5; font-size: 8px; font-weight: 800; letter-spacing: 1.6px; }
.price-card h3 { margin: 12px 0 20px; font-size: 21px; }
.price { display: flex; align-items: start; gap: 5px; }
.price strong { font-size: 45px; line-height: 1; letter-spacing: -2px; }
.price span { margin-top: 4px; color: var(--muted); font-size: 15px; }
.price-card > p { min-height: 20px; margin: 12px 0 24px; color: var(--muted); font-size: 11px; }
.price-card ul { min-height: 142px; margin: 0 0 28px; padding: 20px 0 0; border-top: 1px solid var(--line); list-style: none; }
.price-card li { margin: 10px 0; color: #c9d0da; font-size: 11px; }
.price-card li::before { content: "✓"; margin-right: 9px; color: var(--green); font-weight: 800; }
.price-note { margin: 20px auto 0; max-width: 640px; color: #708096; text-align: center; font-size: 10px; line-height: 1.6; }

.help-card { display: grid; grid-template-columns: 280px 1fr; gap: 70px; align-items: center; padding: 65px 80px; border: 1px solid var(--line); border-radius: 35px; background: linear-gradient(135deg,rgba(22,38,60,.9),rgba(11,22,37,.85)); }
.help-icon { position: relative; width: 210px; height: 210px; display: grid; place-items: center; border: 1px solid rgba(124,112,255,.2); border-radius: 50%; color: #9b91ff; background: radial-gradient(circle,rgba(124,112,255,.15),transparent 67%); font-size: 83px; }
.help-icon::before { content: ""; position: absolute; inset: 25px; border: 1px dashed rgba(255,255,255,.1); border-radius: 50%; }
.help-icon i { position: absolute; right: 20px; top: 22px; width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; color: #13202f; background: #ffbd70; font-size: 15px; font-style: normal; font-weight: 900; }
.help-card h2 { margin: 14px 0 16px; font-size: clamp(35px,4vw,50px); line-height: 1.08; letter-spacing: -2px; }
.help-card p { max-width: 620px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.help-actions { display: flex; align-items: center; gap: 25px; margin-top: 28px; }
.text-link { color: #a99fff; font-size: 12px; font-weight: 700; }

.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-size: 14px; font-weight: 650; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary i { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 9px; color: var(--muted); font-size: 18px; font-style: normal; font-weight: 400; transition: transform .2s; }
.faq-list details[open] summary i { transform: rotate(45deg); color: white; }
.faq-list details p { max-width: 780px; margin: -2px 0 24px; color: var(--muted); font-size: 12px; line-height: 1.75; }

.final-cta { position: relative; min-height: 400px; padding: 70px 80px; overflow: hidden; border-radius: 36px; background: linear-gradient(130deg,#7162e9,#8b7cff); box-shadow: 0 35px 90px rgba(65,45,179,.2); }
.final-cta h2 { margin: 13px 0 16px; font-size: clamp(42px,5vw,62px); line-height: 1.02; letter-spacing: -3px; }
.final-cta p { max-width: 500px; margin: 0 0 27px; color: rgba(255,255,255,.72); font-size: 13px; line-height: 1.7; }
.final-cta .kicker { color: rgba(255,255,255,.65); }
.cta-art { position: absolute; right: -30px; top: -80px; width: 480px; height: 480px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; }
.cta-art::before, .cta-art::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }
.cta-art::before { inset: 60px; } .cta-art::after { inset: 120px; }
.dna { position: absolute; z-index: 2; inset: 0; display: grid; place-items: center; font-size: 150px; opacity: .7; transform: rotate(-20deg); }
.cta-art span { position: absolute; width: 10px; height: 10px; border-radius: 50%; background: white; box-shadow: 0 0 20px white; }
.cta-art span:nth-child(2) { left: 20px; top: 220px; }.cta-art span:nth-child(3) { right: 90px; top: 60px; }.cta-art span:nth-child(4) { right: 80px; bottom: 75px; }

footer { width: min(1180px,calc(100% - 40px)); margin: 70px auto 0; padding: 0 0 35px; }
.footer-top { min-height: 120px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; border-bottom: 1px solid var(--line); }
.footer-top p { max-width: 370px; color: var(--muted); font-size: 11px; line-height: 1.6; }
.footer-telegram { justify-self: end; color: #9e95ff; font-size: 12px; font-weight: 800; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 25px; color: #657387; font-size: 9px; }
.footer-bottom nav { display: flex; gap: 22px; }
.footer-bottom a:hover { color: white; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

.legal-page { background: #f5f6f8; color: #172033; color-scheme: light; }
.legal-header { position: sticky; top: 0; z-index: 4; height: 74px; display: flex; align-items: center; justify-content: space-between; padding: 0 max(24px,calc((100% - 900px)/2)); background: rgba(245,246,248,.88); border-bottom: 1px solid #e0e3e8; backdrop-filter: blur(18px); }
.legal-header .logo-mark { color: white; }
.legal-header > a:last-child { color: #6655e7; font-size: 13px; font-weight: 700; }
.legal-content { width: min(800px,calc(100% - 40px)); margin: 0 auto; padding: 75px 0 100px; }
.legal-content h1 { margin: 0 0 12px; font-size: clamp(38px,6vw,58px); line-height: 1.05; letter-spacing: -2.5px; }
.legal-content .updated { margin-bottom: 50px; color: #8a94a4; font-size: 12px; }
.legal-content h2 { margin: 40px 0 12px; font-size: 21px; }
.legal-content p, .legal-content li { color: #566175; font-size: 14px; line-height: 1.8; }
.legal-content a { color: #6655e7; font-weight: 650; }

@media (max-width: 960px) {
  .desktop-nav { display: none; }
  .hero { grid-template-columns: 1fr; text-align: center; gap: 25px; }
  .hero-copy { display: flex; flex-direction: column; align-items: center; }
  .hero h1 { max-width: 780px; }
  .hero-visual { margin-top: -20px; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .feature-card.feature-large { grid-column: span 2; }
  .device-grid { grid-template-columns: repeat(4,1fr); }
  .device-grid article { border-bottom: 1px solid var(--line); }
  .includes-panel { grid-template-columns: 1fr; gap: 45px; }
  .help-card { grid-template-columns: 190px 1fr; gap: 35px; padding: 50px; }
  .help-icon { width: 170px; height: 170px; }
  .cta-art { opacity: .35; }
}

@media (max-width: 700px) {
  .section { width: min(100% - 28px,1180px); padding: 78px 0; }
  .site-header { width: calc(100% - 24px); height: 68px; }
  .site-header .button { display: none; }
  .hero { min-height: auto; padding-top: 52px; }
  .hero h1 { margin-top: 20px; font-size: clamp(45px,14vw,64px); letter-spacing: -3px; }
  .hero-lead { font-size: 15px; line-height: 1.65; }
  .hero-actions { width: 100%; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .trust-line { justify-content: center; }
  .hero-visual { min-height: 520px; transform: scale(.9); margin: -25px -30px -40px; }
  .float-one { right: 0; }.float-two { left: 0; }
  .proof-strip { width: calc(100% - 28px); grid-template-columns: 1fr 1fr; }
  .proof-strip div { min-height: 60px; }
  .proof-strip div:nth-child(2) { border-right: 0; }
  .proof-strip div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section-head { display: block; margin-bottom: 32px; }
  .section-head h2 { font-size: 38px; letter-spacing: -1.8px; }
  .section-head > p { margin-top: 18px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card.feature-large { grid-column: span 1; min-height: 355px; }
  .mini-flow { left: 25px; right: auto; }
  .steps { grid-template-columns: 1fr; gap: 13px; }
  .step-arrow { transform: rotate(90deg); height: 18px; }
  .device-grid { grid-template-columns: repeat(2,1fr); }
  .device-grid article { border-right: 1px solid var(--line); }
  .includes { width: 100%; padding: 80px 20px; }
  .includes ul { grid-template-columns: 1fr; }
  .price-grid { grid-template-columns: 1fr; gap: 14px; }
  .price-card.featured { order: -1; transform: none; }
  .help-card { grid-template-columns: 1fr; padding: 36px 26px; }
  .help-icon { width: 150px; height: 150px; margin: 0 auto; }
  .help-card h2 { font-size: 38px; }
  .help-actions { align-items: stretch; flex-direction: column; text-align: center; }
  .final-cta { width: calc(100% - 28px); min-height: 520px; padding: 46px 28px; }
  .final-cta h2 { font-size: 43px; }
  .cta-art { top: 280px; right: -170px; }
  .footer-top { grid-template-columns: 1fr; gap: 22px; padding: 35px 0; }
  .footer-telegram { justify-self: start; }
  .footer-bottom { flex-direction: column; }
  .footer-bottom nav { flex-wrap: wrap; gap: 15px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Light landing theme */
:root {
  --bg: #f7f8fc;
  --surface: #ffffff;
  --surface-2: #f0f2f8;
  --line: rgba(27, 34, 56, .10);
  --text: #171b2c;
  --muted: #697389;
  --paper: #f0f2f8;
  color-scheme: light;
}

body {
  background:
    radial-gradient(circle at 88% 4%, rgba(124,112,255,.13), transparent 28%),
    radial-gradient(circle at 2% 38%, rgba(61,204,169,.09), transparent 23%),
    var(--bg);
}

body::before { display: none; }

.site-header {
  width: 100%;
  height: 76px;
  margin: 0;
  padding-left: max(20px, env(safe-area-inset-left), calc((100% - 1180px) / 2));
  padding-right: max(20px, env(safe-area-inset-right), calc((100% - 1180px) / 2));
  border-bottom-color: rgba(27,34,56,.09);
  background: rgba(255,255,255,.92);
  box-shadow: 0 8px 30px rgba(36,43,70,.04);
}

.desktop-nav { color: #687287; }
.desktop-nav a:hover { color: #282d43; }
.button-ghost {
  color: #343a50;
  background: rgba(255,255,255,.72);
  border-color: rgba(38,46,74,.12);
  box-shadow: 0 8px 28px rgba(44,51,78,.05);
}

.pill {
  color: #218a6d;
  border-color: rgba(42,166,132,.20);
  background: rgba(49,195,156,.08);
}

.hero h1 { color: #171b2c; }
.hero-lead { color: #697389; }
.trust-line { color: #768095; }
.hero-visual::before {
  background: radial-gradient(circle, rgba(126,111,255,.18), rgba(126,111,255,.03) 57%, transparent 72%);
}
.orbit { border-color: rgba(55,63,91,.09); }
.phone {
  border-color: rgba(71,67,139,.15);
  background: linear-gradient(160deg, #ffffff, #f1f2fa);
  box-shadow: 0 38px 90px rgba(65,61,124,.18), inset 0 1px 0 rgba(255,255,255,.9);
}
.phone::after { border-color: rgba(74,72,117,.07); }
.phone-top { color: #1d2030; }
.connection-ring {
  border-color: rgba(124,112,255,.24);
  box-shadow: 0 0 0 18px rgba(124,112,255,.05), 0 0 60px rgba(124,112,255,.13);
}
.power { color: #6f60ed; background: rgba(124,112,255,.11); }
.connection span,
.phone-note,
.location-card small { color: #7f899d; }
.location-card {
  border-color: rgba(46,53,79,.10);
  background: rgba(255,255,255,.72);
  box-shadow: 0 8px 24px rgba(45,52,80,.05);
}
.float-card {
  border-color: rgba(43,50,76,.10);
  color: #252a3c;
  background: rgba(255,255,255,.92);
  box-shadow: 0 18px 45px rgba(51,58,91,.13);
}
.float-card small { color: #7a8498; }

.proof-strip { border-color: rgba(32,39,65,.10); }
.proof-strip div { border-color: rgba(32,39,65,.10); }
.proof-strip span { color: #748095; }
.section-head > p { color: #697389; }

.feature-card,
.step,
.price-card {
  border-color: rgba(39,46,73,.10);
  background: rgba(255,255,255,.82);
  box-shadow: 0 16px 45px rgba(51,58,91,.055);
}
.feature-card p,
.step p,
.price-card > p { color: #6d778c; }
.mini-flow { color: #788297; }
.mini-flow span {
  border-color: rgba(39,46,73,.10);
  background: #f7f8fb;
}
.mini-flow i { border-color: #cbd0dc; }
.step-number { color: #8790a2; }
.step-visual.devices-icon { color: #7668ed; background: rgba(124,112,255,.10); }
.step-arrow { color: #9aa2b3; }

.device-grid {
  border-color: rgba(39,46,73,.10);
  background: rgba(255,255,255,.7);
  box-shadow: 0 16px 45px rgba(51,58,91,.045);
}
.device-grid article {
  border-color: rgba(39,46,73,.09);
  background: transparent;
}
.device-grid article:hover { background: rgba(124,112,255,.055); }
.device-grid small { color: #838c9e; }

.includes { background: #eff1f7; }
.includes li { box-shadow: 0 12px 32px rgba(57,64,91,.045); }

.price-card.featured {
  color: #191d30;
  border-color: rgba(124,112,255,.42);
  background: linear-gradient(160deg, rgba(124,112,255,.13), rgba(255,255,255,.96) 55%);
  box-shadow: 0 28px 70px rgba(70,59,152,.12);
}
.price-card li { color: #4f586d; }
.price-card ul { border-color: rgba(39,46,73,.10); }
.price-note { color: #778297; }

.help-card {
  border-color: rgba(39,46,73,.10);
  background: linear-gradient(135deg, rgba(255,255,255,.94), rgba(239,241,249,.92));
  box-shadow: 0 22px 60px rgba(51,58,91,.07);
}
.help-card p { color: #697389; }
.help-icon { border-color: rgba(124,112,255,.18); }
.help-icon::before { border-color: rgba(61,67,94,.12); }
.faq-list,
.faq-list details { border-color: rgba(39,46,73,.10); }
.faq-list summary i { border-color: rgba(39,46,73,.11); color: #707a8f; }
.faq-list details[open] summary i { color: #2d3348; }
.faq-list details p { color: #697389; }

footer { color: #24293c; }
.footer-top { border-color: rgba(39,46,73,.10); }
.footer-top p { color: #697389; }
.footer-bottom { color: #788297; }
.footer-bottom a:hover { color: #282d43; }

@media (max-width: 700px) {
  .site-header {
    width: 100%;
    height: 70px;
    padding-left: max(18px, env(safe-area-inset-left));
    padding-right: max(18px, env(safe-area-inset-right));
  }

  .hero {
    padding-top: 48px;
    overflow: visible;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(44px, 13.5vw, 60px);
    line-height: .98;
    letter-spacing: -2.8px;
  }

  .hero h1 span {
    display: block;
    margin-top: 6px;
  }

  .hero-visual {
    width: 100%;
    min-height: 535px;
    margin: 6px 0 -20px;
    transform: none;
    overflow: hidden;
  }

  .hero-visual::before {
    width: 390px;
    height: 390px;
  }

  .orbit-one { width: 390px; height: 390px; }
  .orbit-two { width: 320px; height: 320px; }

  .phone {
    width: min(270px, calc(100vw - 82px));
    min-height: 510px;
    transform: rotate(1.5deg);
  }

  .float-card {
    max-width: 145px;
    padding: 10px 11px;
    font-size: 10px;
  }

  .float-one {
    top: 105px;
    right: 2px;
  }

  .float-two {
    left: 2px;
    bottom: 72px;
  }

  .proof-strip div:nth-child(-n+2) { border-bottom-color: rgba(32,39,65,.10); }
  .device-grid article { border-color: rgba(39,46,73,.09); }
}

@media (max-width: 410px) {
  .float-one { right: -5px; }
  .float-two { left: -5px; }
  .float-card span { max-width: 80px; }
}

/* Layout refinement */
.mobile-cta-label { display: none; }
.header-cta svg { width: 17px; height: 17px; }

.proof-strip div {
  min-height: 62px;
  display: grid;
  grid-template-columns: 54px minmax(0, 125px);
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 16px;
}
.proof-strip strong {
  width: 54px;
  text-align: right;
  line-height: 1;
}
.proof-strip span {
  text-align: left;
  line-height: 1.35;
}

.feature-grid { grid-template-columns: repeat(3, 1fr); }
.feature-card,
.feature-card.feature-large {
  grid-column: auto;
  min-height: 300px;
  overflow: hidden;
}
.feature-card p { min-height: 66px; }
.mini-flow {
  position: static;
  margin-top: auto;
  gap: 7px;
}
.mini-flow span { padding: 9px 8px; }
.mini-flow i { width: 10px; }
.feature-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: auto;
}
.feature-tags span {
  padding: 8px 10px;
  border: 1px solid rgba(39,46,73,.09);
  border-radius: 10px;
  color: #687287;
  background: #f7f8fb;
  font-size: 9px;
  font-weight: 700;
}

.device-grid { grid-template-columns: repeat(6, 1fr); }

@media (max-width: 700px) {
  .site-header .header-cta {
    display: inline-flex;
    min-height: 40px;
    padding: 0 13px;
    border-radius: 12px;
    font-size: 11px;
  }
  .desktop-cta-label { display: none; }
  .mobile-cta-label { display: inline; }
  .site-header .logo { gap: 9px; font-size: 14px; }
  .site-header .logo-mark { width: 36px; height: 36px; }

  .hero-visual {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 0 14px;
    background:
      linear-gradient(to bottom, #f7f8fc 0%, rgba(237,235,255,.72) 20%, rgba(237,235,255,.72) 80%, #f7f8fc 100%);
  }
  .hero-visual::before {
    width: 100vw;
    height: 100%;
    border-radius: 0;
    background: radial-gradient(circle at center, rgba(126,111,255,.18), transparent 66%);
  }
  .phone { width: min(270px, calc(100vw - 72px)); }
  .float-one { right: 9px; }
  .float-two { left: 9px; }

  .proof-strip div {
    min-height: 76px;
    grid-template-columns: 45px minmax(0, 105px);
    gap: 9px;
    padding: 0 8px;
  }
  .proof-strip strong {
    width: 45px;
    font-size: 22px;
  }
  .proof-strip span { font-size: 10px; }

  .feature-grid { grid-template-columns: 1fr; }
  .feature-card,
  .feature-card.feature-large { min-height: 260px; }
  .feature-card p { min-height: auto; }
  .mini-flow,
  .feature-tags { margin-top: 28px; }

  .device-grid { grid-template-columns: repeat(2, 1fr); }
}

/* Licensed iPhone 16 frame and tighter section rhythm */
.section { padding-top: 76px; padding-bottom: 76px; }
.device-mockup {
  position: relative;
  z-index: 2;
  width: 245px;
  aspect-ratio: 415 / 843;
  filter: drop-shadow(0 34px 52px rgba(65,61,124,.20));
  transform:
    perspective(1000px)
    rotateX(3deg)
    rotateY(-11deg)
    rotateZ(7deg);
  transform-origin: 50% 58%;
  will-change: transform;
}
.device-float {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  animation: device-float 5.2s ease-in-out infinite;
  transform-origin: 50% 60%;
}
@keyframes device-float {
  0%, 100% { transform: translate3d(0, 7px, 0); }
  50% { transform: translate3d(0, -7px, 0); }
}
.phone-screen {
  width: 100%;
  height: 100%;
  padding: 64px 25px 25px;
  color: #1d2030;
  background:
    radial-gradient(circle at 50% 40%, rgba(124,112,255,.14), transparent 36%),
    linear-gradient(160deg, #fff, #f3f2fb);
}
.device-mockup .phone-brand { font-size: 13px; }
.device-mockup .connection { margin-top: 64px; }
.device-mockup .location-card { margin-top: 45px; }
.device-mockup .location-card strong {
  max-width: 130px;
  font-size: 11px;
  white-space: nowrap;
}

@media (max-width: 700px) {
  .section { padding-top: 48px; padding-bottom: 48px; }
  .hero { padding-top: 42px; }
  .section-head { margin-bottom: 28px; }
  .device-mockup {
    width: min(250px, calc(100vw - 96px));
    transform:
      perspective(900px)
      rotateX(2deg)
      rotateY(-8deg)
      rotateZ(6deg);
  }
  .hero-visual {
    min-height: 620px;
    padding-top: 28px;
    padding-bottom: 28px;
    margin-bottom: -8px;
  }
  .float-one { top: 125px; right: 8px; }
  .float-two {
    left: 10px;
    bottom: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .device-float { animation: none; }
  .device-mockup {
    transition: none;
    transform: perspective(1000px) rotateX(3deg) rotateY(-10deg) rotateZ(7deg);
  }
}

.float-card {
  will-change: transform;
}
.float-one {
  animation: float-card-one 4.8s ease-in-out infinite;
}
.float-two {
  animation: float-card-two 5.4s ease-in-out infinite;
  left: -18px;
  bottom: 315px;
  min-width: 132px;
  max-width: 138px;
  padding: 10px 12px;
  gap: 8px;
}
.float-two b {
  width: 29px;
  height: 29px;
  flex: 0 0 29px;
}
@keyframes float-card-one {
  0%, 100% { transform: translate3d(0, 5px, 0); }
  50% { transform: translate3d(0, -6px, 0); }
}
@keyframes float-card-two {
  0%, 100% { transform: translate3d(0, -4px, 0); }
  50% { transform: translate3d(0, 6px, 0); }
}

@media (prefers-reduced-motion: reduce) {
  .float-card { animation: none; }
}

@media (max-width: 700px) {
  .float-two {
    left: 10px;
    bottom: 335px;
    min-width: 128px;
    max-width: 132px;
  }
}
