:root {
  --ink: #f4f5ff;
  --muted: #a8acc6;
  --navy: #050a27;
  --navy-soft: #0b1134;
  --panel: #11183e;
  --line: rgba(158, 172, 255, 0.17);
  --purple: #7c5cff;
  --cyan: #18c8ed;
  --mint: #4de1b3;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--navy);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
p, h1, h2, h3 { margin: 0; }

.sectionShell { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.siteHeader {
  position: sticky; top: 0; z-index: 20; height: 78px; display: flex; align-items: center;
  justify-content: space-between; gap: 28px; padding: 0 max(24px, calc((100vw - 1160px) / 2));
  background: rgba(5, 10, 39, 0.8); border-bottom: 1px solid var(--line); backdrop-filter: blur(20px);
}
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 20px; font-weight: 800; letter-spacing: -0.04em; }
.brand img { border-radius: 12px; box-shadow: 0 8px 22px rgba(24, 200, 237, 0.18); }
.mainNav { display: flex; align-items: center; gap: 28px; color: var(--muted); font-size: 14px; }
.mainNav a:hover, .siteFooter a:hover { color: white; }
.headerCta, .button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: 999px; font-size: 14px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.headerCta { padding: 12px 17px; background: rgba(124, 92, 255, 0.17); border: 1px solid rgba(163, 148, 255, .4); color: #d9d3ff; }
.headerCta:hover, .button:hover { transform: translateY(-2px); }
.arrow { font-size: 1.15em; line-height: 0; }

.heroWrap { overflow: hidden; background: radial-gradient(circle at 85% 18%, rgba(24, 200, 237, .17), transparent 30%), radial-gradient(circle at 28% 0%, rgba(124, 92, 255, .22), transparent 35%); }
.hero { min-height: 650px; display: grid; grid-template-columns: minmax(0, .87fr) minmax(0, 1.13fr); align-items: center; gap: 66px; padding-top: 76px; padding-bottom: 100px; }
.heroCopy { position: relative; z-index: 1; }
.eyebrow { color: #a9b5ff; font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrowDot { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 16px var(--mint); vertical-align: 1px; }
.hero h1 { margin-top: 23px; font-size: clamp(48px, 6.5vw, 82px); line-height: .98; letter-spacing: -.075em; }
.hero h1 em { font-style: normal; background: linear-gradient(100deg, #a99bff 5%, #2bd8e9 85%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.heroLead { max-width: 530px; margin-top: 28px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.heroActions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 49px; padding: 0 21px; }
.buttonPrimary { background: linear-gradient(105deg, #6b51f4, #2bbdda); color: white; box-shadow: 0 15px 36px rgba(83, 75, 230, .25); }
.buttonGhost { border: 1px solid rgba(174, 183, 255, .3); color: #d5d8f3; background: rgba(255, 255, 255, .03); }
.buttonGhost:hover { background: rgba(255, 255, 255, .08); }
.trustLine { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 24px; color: #7f87aa; font-size: 12px; }
.trustLine span { color: var(--mint); font-weight: 900; }
.heroVisual { position: relative; min-width: 0; padding: 25px 0; }
.heroGlow { position: absolute; inset: 12% 3% 8%; background: linear-gradient(120deg, rgba(124, 92, 255, .28), rgba(24, 200, 237, .25)); filter: blur(58px); border-radius: 40%; }
.heroImageFrame { position: relative; z-index: 1; overflow: hidden; border: 1px solid rgba(184, 196, 255, .33); border-radius: 25px; background: #08102e; box-shadow: 0 30px 80px rgba(0,0,0,.46), 0 0 0 8px rgba(255,255,255,.025); transform: rotate(2deg); }
.heroImage { display: block; width: 100%; height: auto; }
.floatingCard { position: absolute; z-index: 2; display: flex; align-items: center; gap: 10px; border: 1px solid rgba(183, 194, 255, .28); border-radius: 15px; padding: 12px 15px; background: rgba(12, 20, 62, .9); box-shadow: 0 16px 35px rgba(0,0,0,.28); backdrop-filter: blur(12px); }
.floatingCard strong { color: #e6e7ff; font-size: 17px; }
.floatingCard span { color: #9ba4cd; font-size: 11px; }
.floatingCardTop { top: -1px; right: -18px; flex-direction: column; align-items: flex-start; gap: 2px; }
.floatingCardBottom { right: 10px; bottom: -4px; }
.miniIcon { display: grid; width: 29px; height: 29px; place-items: center; border-radius: 9px; background: linear-gradient(145deg, #f14c9e, #7c5cff); color: white !important; font-size: 16px !important; font-weight: 800; }

.proofBar { border-block: 1px solid var(--line); background: rgba(14, 22, 62, .65); }
.proofInner { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 22px; color: #777f9e; font-size: 12px; }
.proofInner strong { color: #c4c9e5; font-size: 13px; }

.contentSection { padding-top: 128px; padding-bottom: 128px; }
.sectionIntro { max-width: 660px; }
.sectionIntro h2, .privacySummary h2, .downloadCard h2 { margin-top: 14px; color: white; font-size: clamp(36px, 5vw, 57px); line-height: 1.03; letter-spacing: -.06em; }
.sectionIntro > p:last-child { margin-top: 20px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.featureGrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 54px; }
.featureCard { min-height: 215px; padding: 26px; border: 1px solid var(--line); border-radius: 19px; background: linear-gradient(145deg, rgba(20, 29, 76, .83), rgba(11, 17, 52, .72)); transition: transform .2s ease, border-color .2s ease; }
.featureCard:hover { transform: translateY(-4px); border-color: rgba(128, 147, 255, .48); }
.featureNumber { display: grid; width: 39px; height: 39px; place-items: center; border-radius: 12px; color: #d9d5ff; background: linear-gradient(145deg, rgba(124,92,255,.33), rgba(24,200,237,.18)); font-size: 12px; font-weight: 800; }
.featureCard h3 { margin-top: 25px; font-size: 20px; letter-spacing: -.03em; }
.featureCard p { margin-top: 10px; color: var(--muted); font-size: 14px; line-height: 1.6; }

.privacySummary { display: grid; grid-template-columns: 106px minmax(0, 1fr); gap: 28px; padding-top: 60px; padding-bottom: 60px; border-block: 1px solid var(--line); }
.summaryIcon { display: flex; align-items: flex-start; justify-content: center; }
.summaryIcon img { border-radius: 22px; box-shadow: 0 15px 36px rgba(24, 200, 237, .16); }
.privacySummary h2 { font-size: clamp(33px, 4vw, 48px); }
.summaryCopy > p:not(.eyebrow) { max-width: 650px; margin-top: 14px; color: var(--muted); line-height: 1.65; }
.summaryGrid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 22px; margin-top: 27px; }
.summaryGrid span { color: #9fa7c8; font-size: 13px; line-height: 1.55; }
.summaryGrid b { display: block; margin-bottom: 4px; color: #e9eaff; font-size: 13px; }

.screenshotsSection { overflow: hidden; }
.splitIntro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .72fr); gap: 80px; align-items: end; max-width: none; }
.splitIntro > p { color: var(--muted); line-height: 1.65; }
.screenshotGrid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; margin-top: 56px; align-items: start; }
.screenshotCard { min-width: 0; margin: 0; }
.screenshotCard1, .screenshotCard2, .screenshotCard3 { grid-column: span 4; }
.screenshotCard4, .screenshotCard5, .screenshotCard6, .screenshotCard7 { grid-column: span 3; }
.screenshotImageWrap { overflow: hidden; border: 1px solid rgba(165, 177, 255, .22); border-radius: 20px; background: #000; box-shadow: 0 16px 38px rgba(0,0,0,.26); }
.screenshotImageWrap img { display: block; width: 100%; height: auto; transition: transform .35s ease; }
.screenshotCard:hover .screenshotImageWrap img { transform: scale(1.025); }
.screenshotCard figcaption { display: grid; gap: 5px; padding: 15px 4px 0; }
.screenshotCard figcaption strong { color: #e4e6fa; font-size: 14px; }
.screenshotCard figcaption span { color: #7f88ad; font-size: 12px; line-height: 1.45; }

.privacySection { padding: 130px 0; background: #080d2c; border-top: 1px solid var(--line); }
.privacyLayout { display: grid; grid-template-columns: minmax(220px, .34fr) minmax(0, .8fr); gap: 100px; align-items: start; }
.privacyAside { position: sticky; top: 110px; }
.privacyAside h1 { margin-top: 16px; color: white; font-size: clamp(38px, 5vw, 60px); letter-spacing: -.07em; }
.privacyAside > p:not(.eyebrow) { margin-top: 18px; color: var(--muted); line-height: 1.65; }
.textLink { display: inline-flex; gap: 7px; margin-top: 31px; color: #b3abff; font-size: 14px; font-weight: 700; }
.policyArticle { border-top: 1px solid var(--line); }
.policyBlock { padding: 29px 0 31px; border-bottom: 1px solid var(--line); }
.policyBlock h2 { color: #f1f2ff; font-size: 20px; letter-spacing: -.025em; }
.policyBlock p { margin-top: 13px; color: #a8aecc; font-size: 14px; line-height: 1.72; }
.policyBlock ul { display: grid; gap: 8px; margin: 14px 0 0; padding-left: 19px; color: #a8aecc; font-size: 14px; line-height: 1.58; }
.policyBlock li::marker { color: var(--cyan); }

.downloadSection { padding-top: 115px; padding-bottom: 115px; }
.downloadCard { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 48px; border: 1px solid rgba(153, 163, 255, .25); border-radius: 25px; background: radial-gradient(circle at 20% 0%, rgba(124,92,255,.25), transparent 40%), linear-gradient(110deg, #111843, #0c1234); }
.downloadCard h2 { font-size: clamp(35px, 4vw, 49px); }
.downloadCard p:last-child { max-width: 500px; margin-top: 14px; color: var(--muted); line-height: 1.6; }
.downloadBadge { display: flex; align-items: center; gap: 13px; flex: 0 0 auto; padding: 15px 18px; border: 1px solid rgba(178, 188, 255, .22); border-radius: 16px; background: rgba(1, 5, 25, .33); color: white; font-size: 16px; font-weight: 800; }
.downloadBadge img { border-radius: 11px; }
.downloadBadge small { color: #99a2c9; font-size: 11px; font-weight: 500; }
.siteFooter { border-top: 1px solid var(--line); background: #03071d; }
.footerInner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 22px; color: #747d9f; font-size: 12px; }
.footerInner .brand { color: #e6e8ff; font-size: 16px; }
.footerInner a:last-child { color: #a9a1ff; font-weight: 700; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; gap: 50px; padding-top: 65px; }
  .heroCopy { max-width: 650px; }
  .heroVisual { width: min(760px, 100%); margin: 0 auto; }
  .privacyLayout { gap: 48px; }
  .featureGrid { grid-template-columns: repeat(2, 1fr); }
  .screenshotCard4, .screenshotCard5, .screenshotCard6, .screenshotCard7 { grid-column: span 4; }
}
@media (max-width: 640px) {
  .sectionShell { width: min(100% - 32px, 1160px); }
  .siteHeader { height: 70px; padding-inline: 16px; gap: 12px; }
  .brand { font-size: 18px; }
  .brand img { width: 37px; height: 37px; }
  .mainNav { display: none; }
  .headerCta { padding: 10px 12px; font-size: 12px; }
  .hero { min-height: auto; padding-top: 58px; padding-bottom: 72px; }
  .hero h1 { font-size: clamp(46px, 14vw, 68px); }
  .heroLead { font-size: 16px; }
  .heroImageFrame { border-radius: 17px; transform: none; }
  .floatingCardTop { right: -5px; }
  .floatingCardBottom { right: 3px; }
  .proofInner { min-height: 60px; overflow: hidden; justify-content: flex-start; gap: 19px; white-space: nowrap; }
  .proofInner span, .proofInner strong:nth-of-type(n+4) { display: none; }
  .contentSection { padding-top: 84px; padding-bottom: 84px; }
  .featureGrid { grid-template-columns: 1fr; margin-top: 37px; }
  .featureCard { min-height: auto; }
  .privacySummary { grid-template-columns: 1fr; gap: 18px; padding-block: 44px; }
  .summaryIcon { justify-content: flex-start; }
  .summaryGrid { grid-template-columns: 1fr; }
  .splitIntro { grid-template-columns: 1fr; gap: 17px; }
  .screenshotGrid { display: flex; gap: 15px; margin-top: 38px; overflow-x: auto; padding-bottom: 10px; scroll-snap-type: x mandatory; }
  .screenshotCard, .screenshotCard4, .screenshotCard5, .screenshotCard6, .screenshotCard7 { flex: 0 0 73%; scroll-snap-align: start; }
  .privacySection { padding-block: 84px; }
  .privacyLayout { grid-template-columns: 1fr; gap: 46px; }
  .privacyAside { position: static; }
  .downloadSection { padding-block: 70px; }
  .downloadCard { align-items: flex-start; flex-direction: column; padding: 28px; }
  .footerInner { align-items: flex-start; flex-direction: column; padding-block: 28px; }
}
