:root {
  color-scheme: dark;
  --bg: #101318;
  --bg-deep: #090b0f;
  --surface: #171b21;
  --surface-2: #20252d;
  --line: rgba(213, 176, 109, 0.24);
  --line-soft: rgba(255, 255, 255, 0.09);
  --gold: #d4af70;
  --gold-bright: #ebc783;
  --gold-soft: #ad8b55;
  --text: #f2f0ec;
  --muted: #a9afb8;
  --green: #8bd6b7;
  --shell: min(1420px, calc(100% - 80px));
  --radius: 30px;
  --header-height: 84px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; min-width: 320px; background: var(--bg); color: var(--text); overflow-x: hidden; }
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .22;
  z-index: 50;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.055'/%3E%3C/svg%3E");
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -70px; z-index: 100; padding: 12px 18px; background: var(--gold); color: #16130d; border-radius: 12px; }
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed;
  z-index: 40;
  inset: 0 0 auto;
  height: var(--header-height);
  border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease, backdrop-filter .25s ease;
}
.site-header.scrolled { background: rgba(15, 18, 23, .88); border-color: var(--line-soft); backdrop-filter: blur(18px); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 42px; }
.brand { display: inline-flex; align-items: center; gap: 13px; font-size: 24px; font-weight: 520; letter-spacing: -.02em; }
.brand img { width: 44px; height: 44px; border-radius: 12px; }
.desktop-nav { margin-left: auto; display: flex; gap: 42px; color: #c5c8cd; font-size: 15px; }
.desktop-nav a, .site-footer nav a, .release-link, .text-link { transition: color .2s ease; }
.desktop-nav a:hover, .site-footer nav a:hover, .release-link:hover, .text-link:hover { color: var(--gold-bright); }
.header-actions { display: flex; align-items: center; gap: 18px; }
.language-switch { border: 0; background: transparent; color: var(--gold); cursor: pointer; padding: 12px; font-weight: 650; letter-spacing: .08em; }
.language-switch .slash { margin-inline: 5px; color: #656a72; }
.language-switch .muted { color: #7e838b; }
.header-download { border: 1px solid var(--line); border-radius: 999px; padding: 10px 18px; font-size: 14px; }

.hero {
  min-height: 820px;
  padding-top: calc(var(--header-height) + 42px);
  padding-bottom: 52px;
  display: grid;
  grid-template-columns: minmax(420px, .86fr) minmax(620px, 1.14fr);
  align-items: center;
  gap: 40px;
}
.hero > * { min-width: 0; }
.hero-copy { position: relative; z-index: 4; padding-bottom: 14px; }
.eyebrow { margin: 0 0 23px; color: var(--gold); font-size: 13px; font-weight: 680; letter-spacing: .18em; text-transform: uppercase; }
h1, h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.045em; }
h1 { max-width: 730px; font-size: clamp(54px, 4.65vw, 72px); line-height: 1.03; }
.hero-lead { max-width: 660px; margin: 32px 0 0; color: var(--muted); font-size: 20px; line-height: 1.65; }
.hero-actions { margin-top: 39px; display: flex; flex-wrap: wrap; gap: 14px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 59px; padding: 0 26px; border-radius: 14px; border: 1px solid transparent; font-weight: 650; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 21px; height: 21px; margin-right: 11px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.button-primary { color: #16130d; background: linear-gradient(135deg, #edcc8a, #cda663); box-shadow: 0 14px 42px rgba(211, 173, 106, .16); }
.button-primary:hover { box-shadow: 0 18px 50px rgba(211, 173, 106, .27); }
.button-secondary { border-color: rgba(212, 175, 112, .48); background: rgba(12, 14, 18, .42); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 12px 24px; padding: 0; margin: 27px 0 0; list-style: none; color: #bec2c8; font-size: 14px; }
.hero-proof li::before { content: ""; display: inline-block; width: 5px; height: 5px; margin: 0 9px 2px 0; border-radius: 50%; background: var(--green); }

.hero-visual { position: relative; height: 720px; }
.orbit { position: absolute; border: 1px solid var(--gold-soft); border-radius: 50%; opacity: .6; }
.orbit-one { width: 660px; height: 660px; left: 48%; top: 50%; transform: translate(-50%, -48%); }
.orbit-two { width: 540px; height: 540px; left: 48%; top: 50%; transform: translate(-50%, -48%) rotate(34deg); border-color: rgba(212, 175, 112, .16); }
.spark { position: absolute; right: 2.5%; top: 12%; z-index: 5; color: #ffe0a0; font-size: 38px; filter: drop-shadow(0 0 12px rgba(255, 205, 118, .7)); }
.phone { position: absolute; margin: 0; overflow: hidden; border: 7px solid #272a2f; border-radius: 38px; background: #0d0f12; box-shadow: 0 28px 70px rgba(0,0,0,.55), inset 0 0 0 1px rgba(255,255,255,.14); }
.phone::after { content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: 30px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.09); }
.phone img { width: 100%; height: 100%; object-fit: cover; }
.phone-front { z-index: 3; width: 326px; height: 694px; left: 50%; top: 8px; transform: translateX(-50%); }
.phone-back { z-index: 2; width: 284px; height: 605px; top: 76px; opacity: .86; filter: saturate(.88) brightness(.92); }
.phone-back-left { left: 0; transform: rotate(-2deg); }
.phone-back-right { right: 0; transform: rotate(2deg); }
.vpn-note { position: absolute; left: 50%; bottom: 17px; transform: translateX(-50%); white-space: nowrap; padding: 9px 12px; background: rgba(8,10,13,.86); border: 1px solid rgba(255,255,255,.12); border-radius: 999px; backdrop-filter: blur(10px); font-size: 11px; color: #d9dde2; }
.key-symbol { color: var(--gold); margin-right: 5px; }

.trust-strip { border-block: 1px solid var(--line-soft); background: rgba(255,255,255,.015); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { min-height: 128px; padding: 29px 32px; display: flex; flex-direction: column; justify-content: center; border-left: 1px solid var(--line-soft); }
.trust-grid > div:last-child { border-right: 1px solid var(--line-soft); }
.trust-grid strong { color: var(--gold-bright); font-family: Georgia, serif; font-size: 29px; font-weight: 400; }
.trust-grid span { margin-top: 7px; color: var(--muted); font-size: 14px; }

.section { padding-block: 150px; }
.section-heading { max-width: 760px; }
.wide-heading { max-width: 980px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
h2 { font-size: clamp(45px, 4.8vw, 72px); line-height: 1.06; }
h2 span { color: var(--gold); }
.section-heading > p:last-child { max-width: 640px; margin: 25px 0 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.section-heading.centered > p:last-child { margin-inline: auto; }

.journey { position: relative; margin-top: 74px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.journey::before { content: ""; position: absolute; left: 5%; right: 5%; top: 25px; height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); }
.journey-card { position: relative; min-height: 450px; padding: 31px 27px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(180deg, #191d23, #101318); }
.step-number { position: relative; z-index: 2; width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; background: var(--bg); color: var(--gold-bright); font-family: Georgia, serif; font-size: 18px; }
.journey-copy { position: relative; z-index: 2; margin-top: 24px; }
.journey-copy h3, .feature-card h3 { margin: 0; font-size: 23px; letter-spacing: -.025em; }
.journey-copy p, .feature-card p { margin: 13px 0 0; color: var(--muted); line-height: 1.6; }
.step-symbol { position: absolute; width: 245px; height: 245px; right: -46px; bottom: -46px; color: rgba(212,175,112,.22); }
.step-symbol svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.section-features { background: var(--bg-deep); border-block: 1px solid var(--line-soft); }
.feature-grid { margin-top: 66px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.feature-card { position: relative; min-height: 310px; padding: 34px; overflow: hidden; border: 1px solid var(--line-soft); border-radius: 24px; background: var(--surface); }
.feature-card:first-child { border-color: var(--line); }
.feature-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 54px; border: 1px solid var(--line); border-radius: 15px; color: var(--gold-bright); }
.feature-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.feature-card p { font-size: 15px; }

.gallery-section { display: grid; grid-template-columns: .74fr 1.26fr; gap: 70px; align-items: center; min-height: 900px; }
.gallery-copy > p:not(.eyebrow) { margin: 29px 0 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.key-callout { display: flex; gap: 17px; margin-top: 38px; padding: 20px 22px; border: 1px solid var(--line); border-radius: 18px; background: rgba(212,175,112,.035); }
.key-icon { color: var(--gold-bright); font-size: 28px; }
.key-callout strong { font-size: 16px; }
.key-callout p { margin: 7px 0 0 !important; font-size: 14px !important; line-height: 1.55 !important; }
.gallery-phones { position: relative; height: 720px; }
.gallery-phone { position: absolute; width: 286px; height: 630px; margin: 0; overflow: hidden; border: 6px solid #282c32; border-radius: 34px; background: #0d0f12; box-shadow: 0 34px 75px rgba(0,0,0,.55); }
.gallery-phone img { width: 100%; height: 100%; object-fit: cover; }
.gallery-one { z-index: 1; left: 0; top: 55px; transform: rotate(-5deg); }
.gallery-two { z-index: 3; left: 50%; top: 0; transform: translateX(-50%); }
.gallery-three { z-index: 2; right: 0; top: 55px; transform: rotate(5deg); }

.privacy-section { position: relative; overflow: hidden; background: #0b0d11; border-block: 1px solid var(--line-soft); }
.privacy-section::before { content: ""; position: absolute; width: 760px; height: 760px; left: -320px; top: 50%; transform: translateY(-50%); border: 1px solid rgba(212,175,112,.16); border-radius: 50%; }
.privacy-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 120px; align-items: center; }
.privacy-mark { position: relative; display: grid; place-items: center; }
.privacy-mark img { position: relative; z-index: 2; width: 260px; border-radius: 64px; box-shadow: 0 35px 100px rgba(0,0,0,.55); }
.privacy-orbit { position: absolute; width: 450px; height: 450px; border: 1px solid var(--gold-soft); border-radius: 50%; opacity: .5; }
.privacy-copy { max-width: 710px; }
.privacy-copy > p:not(.eyebrow) { margin: 28px 0 0; color: var(--muted); font-size: 19px; line-height: 1.68; }
.check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 28px; padding: 0; margin: 35px 0; list-style: none; }
.check-list li { position: relative; padding-left: 28px; color: #d5d8dd; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green); }
.text-link { color: var(--gold-bright); font-weight: 600; }

.download-section { padding-bottom: 110px; }
.download-card { position: relative; min-height: 350px; padding: 65px 72px; overflow: hidden; display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; border: 1px solid var(--line); border-radius: 32px; background: linear-gradient(110deg, #161b21, #0d0f13); }
.download-card::before { content: ""; position: absolute; width: 420px; height: 420px; left: -230px; top: -250px; border: 1px solid var(--gold); border-radius: 50%; }
.download-spark { position: absolute; left: 62px; bottom: 35px; color: #ffe4aa; font-size: 38px; filter: drop-shadow(0 0 12px rgba(255,205,118,.7)); }
.download-copy { position: relative; z-index: 1; max-width: 800px; }
.download-copy h2 { font-size: clamp(42px, 4.1vw, 66px); }
.download-copy > p:last-child { margin: 22px 0 0; color: var(--muted); font-size: 18px; }
.download-actions { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 18px; }
.button-large { min-width: 220px; min-height: 66px; }
.release-link { color: #b8bdc5; font-size: 14px; }
.verification { margin-top: 22px; border: 1px solid var(--line-soft); border-radius: 20px; background: #13171c; }
.verification summary { padding: 21px 25px; cursor: pointer; color: #d2d5d9; font-weight: 600; }
.verification-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; padding: 0 25px 25px; }
.verification-grid > div { min-width: 0; padding: 18px; border: 1px solid var(--line-soft); border-radius: 15px; background: #0f1216; }
.verification-grid span { display: block; margin-bottom: 9px; color: var(--gold); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.verification-grid code { display: block; overflow-wrap: anywhere; color: #aeb4bd; font-size: 12px; line-height: 1.55; }

.site-footer { border-top: 1px solid var(--line-soft); }
.footer-inner { min-height: 130px; display: flex; align-items: center; gap: 35px; }
.footer-brand { font-size: 20px; }
.footer-brand img { width: 38px; height: 38px; }
.footer-inner > p { color: #777d86; font-size: 13px; }
.site-footer nav { margin-left: auto; display: flex; flex-wrap: wrap; gap: 30px; color: #9ca2aa; font-size: 14px; }

@media (max-width: 1220px) {
  :root { --shell: min(1120px, calc(100% - 56px)); }
  .hero { grid-template-columns: .9fr 1.1fr; }
  .hero-visual { transform: scale(.88); transform-origin: center; }
  .phone-back { width: 270px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-section { grid-template-columns: minmax(0, 1fr); gap: 55px; }
  .gallery-copy { max-width: 700px; }
  .gallery-phones { max-width: 900px; width: 100%; margin-inline: auto; }
}

@media (max-width: 960px) {
  :root { --header-height: 74px; }
  .desktop-nav, .header-download { display: none; }
  .header-actions { margin-left: auto; }
  .hero { padding-top: 130px; grid-template-columns: minmax(0, 1fr); text-align: center; min-height: auto; }
  .hero-copy { max-width: 790px; margin-inline: auto; }
  .hero-lead { margin-inline: auto; }
  .hero-actions, .hero-proof { justify-content: center; }
  .hero-visual { width: 100%; max-width: 720px; margin-inline: auto; transform: none; }
  .journey { grid-template-columns: 1fr; }
  .journey::before { display: none; }
  .journey-card { min-height: 350px; }
  .privacy-layout { grid-template-columns: minmax(0, 1fr); gap: 75px; }
  .privacy-mark img { width: 220px; }
  .privacy-orbit { width: 380px; height: 380px; }
  .download-card { grid-template-columns: 1fr; }
  .download-actions { align-items: flex-start; }
  .verification-grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  :root { --shell: calc(100% - 36px); --radius: 24px; }
  .site-header { background: rgba(15,18,23,.88); backdrop-filter: blur(16px); }
  .brand { font-size: 21px; }
  .brand img { width: 39px; height: 39px; }
  main { width: 100%; overflow: hidden; }
  .hero { width: calc(100% - 36px); max-width: calc(100vw - 36px); padding-top: 123px; padding-bottom: 50px; }
  .eyebrow { margin-bottom: 18px; font-size: 11px; }
  h1 { font-size: clamp(43px, 12vw, 61px); }
  .hero-lead { margin-top: 24px; font-size: 17px; line-height: 1.58; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; }
  .hero-proof { font-size: 13px; gap: 10px 15px; }
  .hero-visual { width: 100%; max-width: 100%; height: 610px; margin-top: 30px; }
  .phone-front { width: 275px; height: 586px; }
  .phone-back { width: 220px; height: 469px; top: 70px; }
  .phone-back-left { left: -70px; }
  .phone-back-right { right: -70px; }
  .orbit-one { width: 520px; height: 520px; }
  .orbit-two { width: 420px; height: 420px; }
  .spark { right: 1%; top: 4%; }
  .vpn-note { bottom: 13px; font-size: 10px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid > div { min-height: 108px; padding: 23px 18px; border-bottom: 1px solid var(--line-soft); }
  .trust-grid strong { font-size: 24px; }
  .section { padding-block: 100px; }
  h2 { font-size: clamp(40px, 11.5vw, 56px); }
  .section-heading > p:last-child { font-size: 16px; }
  .journey { margin-top: 50px; }
  .journey-card { min-height: 330px; padding-inline: 22px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 270px; }
  .feature-icon { margin-bottom: 38px; }
  .gallery-section { min-height: auto; }
  .gallery-phones { height: 540px; }
  .gallery-phone { width: 210px; height: 463px; border-width: 4px; border-radius: 27px; }
  .gallery-one { left: -45px; }
  .gallery-three { right: -45px; }
  .privacy-mark img { width: 180px; border-radius: 45px; }
  .privacy-orbit { width: 310px; height: 310px; }
  .check-list { grid-template-columns: 1fr; }
  .download-card { padding: 48px 28px 110px; }
  .download-spark { left: 30px; bottom: 32px; }
  .download-actions { align-items: stretch; }
  .footer-inner { padding-block: 35px; flex-wrap: wrap; }
  .site-footer nav { width: 100%; margin-left: 0; gap: 20px; }
}

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