:root {
  --navy-950: #020a25;
  --navy-900: #061336;
  --ink: #10172b;
  --muted: #5d6678;
  --line: #dfe4ec;
  --blue: #087cff;
  --blue-dark: #045fd1;
  --amber: #f4b843;
  --surface: #ffffff;
  --page: #f7f9fc;
  --max-width: 1180px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

a { color: var(--blue-dark); text-underline-offset: 3px; }
a:hover { color: var(--blue); }

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 9px 13px;
  border-radius: 8px;
  color: white;
  background: var(--blue-dark);
  transform: translateY(-150%);
}

.skip-link:focus { transform: translateY(0); }

.site-header {
  color: white;
  background: var(--navy-950);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-inner {
  width: min(calc(100% - 40px), var(--max-width));
  min-height: 76px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  color: white;
  font-size: 20px;
  font-weight: 720;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.brand img {
  border-radius: 11px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.primary-nav { display: flex; align-self: stretch; gap: 30px; }

.primary-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 620;
  text-decoration: none;
}

.primary-nav a:hover,
.primary-nav a[aria-current="page"] { color: white; }

.primary-nav a[aria-current="page"]::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: var(--blue);
}

.language-control { justify-self: end; }

.language-control select {
  min-width: 148px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 9px;
  padding: 9px 35px 9px 12px;
  color: white;
  background: var(--navy-900);
  font: inherit;
}

.language-control select:focus-visible,
a:focus-visible {
  outline: 3px solid var(--amber);
  outline-offset: 3px;
}

.page-shell {
  width: min(calc(100% - 40px), var(--max-width));
  min-height: calc(100vh - 150px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 220px minmax(0, 760px);
  justify-content: center;
  gap: 66px;
  padding: 46px 0 72px;
}

.toc {
  position: sticky;
  top: 28px;
  align-self: start;
  padding: 10px 28px 18px 0;
  border-right: 1px solid var(--line);
}

.toc strong {
  display: block;
  margin-bottom: 12px;
  color: var(--blue-dark);
  font-size: 14px;
}

.toc nav { display: grid; gap: 8px; }

.toc a {
  color: var(--muted);
  font-size: 14px;
  text-decoration: none;
}

.toc a:hover { color: var(--blue-dark); }

.document { min-width: 0; }

.document-header { padding-bottom: 18px; }

h1 {
  margin: 0;
  font-size: clamp(38px, 5vw, 56px);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.lead {
  margin: 9px 0 3px;
  color: var(--blue);
  font-size: clamp(19px, 2.2vw, 24px);
  font-weight: 690;
  line-height: 1.35;
}

.updated { margin: 8px 0 0; color: var(--muted); font-size: 14px; }
.intro { margin: 4px 0 30px; color: #30394d; font-size: 17px; }

.policy-section {
  padding: 0 0 25px;
  scroll-margin-top: 24px;
}

.policy-section + .policy-section { border-top: 1px solid var(--line); padding-top: 25px; }

h2 {
  margin: 0 0 8px;
  font-size: 23px;
  line-height: 1.25;
  letter-spacing: -0.025em;
}

.policy-section p { margin: 0; color: #30394d; }
.policy-section p + p { margin-top: 10px; }
.policy-section ul { margin: 10px 0 0; padding-inline-start: 22px; color: #30394d; }
.policy-section li + li { margin-top: 6px; }

.contact-box {
  margin-top: 12px;
  padding: 16px 18px;
  border-left: 4px solid var(--amber);
  background: var(--page);
}

.contact-box p { margin: 0; }

.related-documents {
  margin-top: 18px;
  padding: 22px 24px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--page);
}

.related-documents h2 { font-size: 18px; }
.related-documents nav { display: flex; flex-wrap: wrap; gap: 10px 22px; }
.related-documents a { font-weight: 620; text-decoration: none; }

.site-footer {
  min-height: 74px;
  padding: 18px max(20px, calc((100% - var(--max-width)) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: var(--muted);
  background: var(--page);
  border-top: 1px solid var(--line);
  font-size: 14px;
}

.site-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px 24px; }
.site-footer a { color: var(--muted); text-decoration: none; }
.noscript { margin: 20px auto; max-width: 760px; padding: 20px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }

[dir="rtl"] .toc { padding: 10px 0 18px 28px; border-right: 0; border-left: 1px solid var(--line); }

@media (max-width: 820px) {
  .header-inner {
    width: min(calc(100% - 28px), var(--max-width));
    min-height: auto;
    grid-template-columns: 1fr auto;
    gap: 8px 14px;
    padding: 12px 0 0;
  }

  .brand { font-size: 18px; }
  .brand img { width: 38px; height: 38px; }
  .language-control select { min-width: 126px; max-width: 150px; }
  .primary-nav { grid-column: 1 / -1; order: 3; min-height: 48px; justify-content: center; }

  .page-shell {
    width: min(calc(100% - 32px), 720px);
    display: block;
    padding: 38px 0 56px;
  }

  .toc { display: none; }
  h1 { font-size: 39px; }
  .intro { font-size: 16px; }
  .site-footer { align-items: flex-start; flex-direction: column; gap: 10px; }
  .site-footer nav { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

/* Marketing home */
.home-page { background: #fff; }
.home-page .site-header { position: absolute; z-index: 10; width: 100%; background: transparent; }
.home-page .site-header .header-inner { border-bottom: 1px solid rgba(255,255,255,.1); }
.home-page h2 { font-size: clamp(30px, 4vw, 48px); line-height: 1.12; letter-spacing: -.04em; }
.hero { position: relative; min-height: 720px; overflow: hidden; color: white; background: radial-gradient(circle at 75% 45%, #0b416b 0, #061c3e 30%, #020a25 68%); }
.hero::after { content:""; position:absolute; inset:auto 0 0; height:130px; background:linear-gradient(180deg, transparent, rgba(0,0,0,.32)); pointer-events:none; }
.hero-inner { position:relative; z-index:1; width:min(calc(100% - 40px), var(--max-width)); min-height:720px; margin:0 auto; padding:135px 0 56px; display:grid; grid-template-columns:1.05fr .95fr; align-items:center; gap:72px; }
.hero-copy h1 { max-width:660px; color:white; font-size:clamp(50px, 6.2vw, 78px); line-height:1.03; letter-spacing:-.055em; }
.hero-copy p { max-width:610px; margin:26px 0 0; color:rgba(255,255,255,.72); font-size:clamp(19px,2vw,24px); line-height:1.5; }
.hero-actions { margin-top:34px; display:flex; align-items:center; flex-wrap:wrap; gap:25px; }
.store-button { display:inline-flex; min-height:58px; align-items:center; justify-content:center; padding:0 24px; border-radius:13px; color:white; background:#087cff; box-shadow:0 12px 34px rgba(8,124,255,.25); font-weight:750; line-height:1.2; text-decoration:none; }
.store-button.is-disabled { cursor:default; opacity:.92; }
.text-link { display:inline-flex; align-items:center; gap:9px; color:#087cff; font-weight:720; text-decoration:none; }
.hero .text-link { color:#51b8ff; }
.phone-stage { position:relative; min-height:560px; display:grid; place-items:center; }
.moon-orbit { position:absolute; width:430px; height:430px; border:4px solid rgba(57,181,255,.3); border-left-color:#11aaff; border-radius:50%; filter:drop-shadow(0 0 22px rgba(8,156,255,.42)); transform:translate(-48px,-6px); }
.moon-orbit::after { content:""; position:absolute; width:44px; height:44px; top:37px; right:9px; border-radius:50%; background:#f7c95c; box-shadow:0 0 28px rgba(247,201,92,.7); }
.phone-frame { position:relative; z-index:2; width:300px; height:590px; padding:8px; border:2px solid #718199; border-radius:49px; background:#05080f; box-shadow:0 34px 75px rgba(0,0,0,.6),0 0 0 2px #202b38; transform:rotate(1deg); }
.phone-screen { height:100%; overflow:hidden; padding:23px 18px; border-radius:40px; color:#f5f8ff; background:linear-gradient(180deg,#071426,#091a30); }
.phone-status { display:flex; justify-content:space-between; padding:0 4px; font-size:11px; font-weight:700; }
.phone-title { margin:22px 0 18px; text-align:center; font-size:17px; font-weight:750; }
.schedule-card,.essential-card,.active-row,.schedule-row { border:1px solid rgba(255,255,255,.06); background:rgba(255,255,255,.055); }
.schedule-card { display:grid; gap:8px; padding:18px; border-radius:16px; }
.schedule-card strong { font-size:25px; letter-spacing:-.04em; }
.schedule-card strong,.schedule-row strong { direction:ltr; unicode-bidi:isolate; }
.screen-label { font-size:13px; color:#eaf2ff; }.screen-muted { font-size:11px; color:#8e9bb0; }
.schedule-row { margin-top:12px; padding:13px 12px; display:grid; grid-template-columns:1fr 1fr auto 1fr 1fr; gap:5px; align-items:end; border-radius:14px; font-size:10px; color:#8e9bb0; }
.schedule-row strong { color:white; font-size:13px; }.clock-dot { color:var(--amber); font-size:19px; grid-row:1/3; grid-column:3; align-self:center; }
.active-row { margin-top:12px; padding:13px; display:flex; align-items:center; gap:11px; border-radius:14px; }
.active-row strong,.active-row small { display:block; }.active-row strong{font-size:13px}.active-row small{margin-top:3px;color:#8e9bb0;font-size:10px}.lock-symbol{color:#32b7ff;font-size:24px}
.essential-card{margin-top:12px;padding:14px;border-radius:14px}.essential-icons{display:flex;justify-content:space-around;margin-top:15px}.essential-icons>span{display:grid;place-items:center;width:48px;height:48px;border-radius:13px;background:#1fbf59;font-size:22px}.essential-icons>span:last-child{color:#121212;background:#f4f4f5}.essential-icons small{margin-top:8px;color:#d5dbea;font-size:8px;white-space:nowrap}
.benefits { width:min(calc(100% - 40px),var(--max-width)); margin:0 auto; padding:78px 0 86px; }
.benefit-list { display:grid; grid-template-columns:repeat(4,1fr); }
.benefit-list article { padding:4px 30px; text-align:center; }.benefit-list article+article{border-inline-start:1px solid var(--line)}
.feature-icon { display:grid; place-items:center; width:64px; height:64px; margin:0 auto 21px; border:2px solid #5a9eff; border-radius:22px; color:#086ee3; background:#eef7ff; font-size:29px; }
.benefit-list h3,.steps h3 { margin:0; font-size:20px; line-height:1.2; letter-spacing:-.025em; }.benefit-list p,.steps p{margin:12px auto 0;color:var(--muted);font-size:15px;line-height:1.5}
.how-section { padding:82px 0 92px; background:#f8fbff; }.section-inner{width:min(calc(100% - 40px),1040px);margin:0 auto}.section-inner>h2{text-align:center}
.steps { position:relative; margin-top:58px; display:grid; grid-template-columns:repeat(3,1fr); gap:80px; }.steps::before{content:"";position:absolute;top:57px;left:17%;right:17%;border-top:2px dashed #cfdae8}
.steps article{position:relative;text-align:center}.step-number{position:absolute;z-index:2;top:-7px;left:calc(50% - 62px);display:grid;place-items:center;width:30px;height:30px;border-radius:50%;color:white;background:#087cff;font-weight:800}.step-illustration{position:relative;z-index:1;display:grid;place-items:center;width:116px;height:116px;margin:0 auto 25px;border-radius:50%;color:#0a4a9d;background:#eaf4ff;font-size:43px}
.privacy-band{padding:78px 20px;background:linear-gradient(105deg,#eef8ff,#fff)}.privacy-inner{width:min(100%,980px);margin:0 auto;display:grid;grid-template-columns:190px 1fr;align-items:center;gap:60px}.privacy-mark{display:grid;place-items:center;width:170px;height:170px;border:2px solid #1783ef;border-radius:50%;color:#0870db;box-shadow:0 0 0 22px rgba(8,124,255,.04),0 0 0 45px rgba(8,124,255,.025);font-size:78px}.privacy-inner p{max-width:690px;margin:15px 0 18px;color:#465167;font-size:18px}
.final-cta{width:min(calc(100% - 40px),var(--max-width));margin:0 auto;padding:70px 0;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px}.final-cta img{border-radius:22px}.final-cta h2{margin:0;font-size:34px}.final-cta p{margin:8px 0 0;color:var(--muted)}
.home-footer{color:rgba(255,255,255,.67);background:var(--navy-950);border-top-color:rgba(255,255,255,.1)}.footer-brand{display:flex;align-items:center;gap:10px;color:white!important;font-weight:720;text-decoration:none}.footer-brand img{border-radius:8px}.home-footer a{color:rgba(255,255,255,.72)}
[dir="rtl"] .hero-copy,[dir="rtl"] .privacy-inner{text-align:right}

@media(max-width:900px){.hero-inner{grid-template-columns:1fr;gap:28px;padding-top:180px;text-align:center}.hero-copy h1,.hero-copy p{margin-inline:auto}.hero-actions{justify-content:center}.hero{min-height:auto}.phone-stage{min-height:600px}.benefit-list{grid-template-columns:repeat(2,1fr);gap:48px 0}.benefit-list article:nth-child(3){border-inline-start:0}.steps{gap:30px}.final-cta{grid-template-columns:auto 1fr}.final-cta .store-button{grid-column:1/-1}.home-footer{align-items:center;flex-direction:row;flex-wrap:wrap}}
@media(max-width:620px){.home-page .header-inner{background:rgba(2,10,37,.7);backdrop-filter:blur(14px)}.hero-inner{width:min(calc(100% - 32px),var(--max-width));padding-top:190px}.hero-copy h1{font-size:43px}.hero-copy p{font-size:18px}.phone-stage{min-height:530px}.phone-frame{width:266px;height:525px;border-radius:43px}.phone-screen{border-radius:35px}.moon-orbit{width:340px;height:340px}.benefits{padding:62px 0}.benefit-list{grid-template-columns:1fr}.benefit-list article{padding:28px 22px}.benefit-list article+article{border-inline-start:0;border-top:1px solid var(--line)}.steps{grid-template-columns:1fr;gap:45px}.steps::before{display:none}.privacy-inner{grid-template-columns:1fr;text-align:center;gap:42px}.privacy-mark{margin:auto}.final-cta{grid-template-columns:1fr;text-align:center}.final-cta img{margin:auto}.home-footer{align-items:flex-start;flex-direction:column}.home-footer nav{order:3}}
