@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-latin-vf.woff2") format("woff2-variations");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

:root {
  --bg: #070b16;
  --bg-soft: #0a1020;
  --surface: #0f192f;
  --surface-2: #0a1224;
  --line: rgba(156, 178, 218, 0.15);
  --line-strong: rgba(156, 178, 218, 0.28);
  --text: #f4f7fc;
  --muted: #aeb9ce;
  --muted-2: #7f8aa3;
  --accent: #42d7ec;
  --accent-rgb: 66, 215, 236;
  --gold: #f4c542;
  --radius-xl: 32px;
  --shell: 1240px;
  --shadow: 0 26px 74px rgba(0, 0, 0, 0.32);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background:
    radial-gradient(circle at 90% 8%, rgba(33, 92, 178, 0.10), transparent 30rem),
    radial-gradient(circle at 5% 48%, rgba(26, 120, 146, 0.05), transparent 28rem),
    var(--bg);
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }

.shell { width: min(var(--shell), calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 10px 14px; background: white; color: #111; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 70px;
  display: flex;
  align-items: center;
  background: rgba(7, 11, 22, 0.76);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px) saturate(130%);
  transition: background 180ms ease, border-color 180ms ease;
}
.site-header.is-scrolled { background: rgba(7, 11, 22, 0.95); border-color: var(--line); }
.header-inner { width: min(var(--shell), calc(100% - 48px)); margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 570; letter-spacing: -0.02em; }
.brand strong { color: #bed2f2; font-weight: 720; }
.brand-mark { width: 34px; height: 34px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 30px; font-size: 14px; color: var(--muted); }
.site-nav a { text-decoration: none; transition: color 160ms ease; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--text); }

.hero { position: relative; overflow: hidden; padding: 54px 0 48px; }
.hero-inner { position: relative; z-index: 2; }
.hero h1 { margin: 0; font-size: clamp(44px, 4.7vw, 68px); line-height: 1.05; letter-spacing: -0.052em; font-weight: 690; }
.hero h1 span { color: #9eacc4; font-weight: 480; }
.hero-copy { margin: 18px 0 0; max-width: none; color: var(--muted); font-size: clamp(16px, 1.35vw, 19px); }
.hero-glow { position: absolute; width: 480px; height: 300px; right: 5%; top: -180px; border-radius: 50%; background: #245ed5; filter: blur(105px); opacity: .14; pointer-events: none; }

.apps-section { display: grid; gap: 54px; padding-bottom: 68px; }
.app-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(430px, 1.02fr);
  gap: clamp(38px, 5vw, 68px);
  padding: clamp(36px, 4.3vw, 60px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: linear-gradient(145deg, rgba(18, 28, 53, .95), rgba(8, 14, 28, .98));
  box-shadow: var(--shadow);
  isolation: isolate;
}
.app-card::after { content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: inherit; box-shadow: inset 0 1px 0 rgba(255,255,255,.045); }
.app-card-glow { position: absolute; z-index: -1; width: 500px; height: 500px; right: -210px; top: -190px; border-radius: 50%; background: rgba(var(--accent-rgb), .10); filter: blur(115px); }
.app-content { position: relative; z-index: 4; align-self: center; min-width: 0; }
.app-identity { display: flex; align-items: center; gap: 18px; margin-bottom: 26px; }
.app-icon { width: 82px; height: 82px; object-fit: contain; filter: drop-shadow(0 14px 24px rgba(0,0,0,.26)); }
.app-type, .download-label { margin: 0; color: var(--accent); font-size: 11px; line-height: 1.2; font-weight: 800; letter-spacing: .17em; }
.app-type { margin-bottom: 5px; }
.app-identity h2 { margin: 0; font-size: clamp(38px, 3.7vw, 54px); line-height: 1; letter-spacing: -0.045em; font-weight: 710; }
.app-lead { margin: 0 0 14px; max-width: 520px; font-size: clamp(20px, 1.7vw, 24px); line-height: 1.38; letter-spacing: -0.025em; font-weight: 650; }
.app-description { max-width: 560px; margin: 0 0 26px; color: var(--muted); font-size: 15px; }
.feature-list { display: grid; gap: 11px; margin: 0 0 24px; }
.feature-item { display: grid; grid-template-columns: 10px 1fr; gap: 12px; align-items: start; }
.feature-dot { width: 7px; height: 7px; margin-top: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 12px rgba(var(--accent-rgb), .32); }
.feature-item strong, .feature-item span { display: block; }
.feature-item strong { margin-bottom: 1px; font-size: 14px; color: #f1f5fb; }
.feature-item div > span { color: var(--muted); font-size: 13px; line-height: 1.43; }
.trust-row { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 28px; }
.trust-row span { padding: 6px 10px; border-radius: 999px; border: 1px solid rgba(var(--accent-rgb), .22); background: rgba(var(--accent-rgb), .055); color: #c8d3e5; font-size: 10.5px; font-weight: 700; }
.download-block { padding-top: 21px; border-top: 1px solid var(--line); }
.download-label { margin-bottom: 12px; font-size: 10px; }
.store-buttons { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.store-badge { position: relative; display: inline-flex; width: 180px; height: 54px; border-radius: 9px; overflow: hidden; text-decoration: none; transition: transform 150ms ease, filter 150ms ease; }
.store-badge:hover, .early-step:hover { transform: translateY(-2px); filter: brightness(1.07); }
.store-badge:focus-visible, .early-step:focus-visible, .small-links a:focus-visible, .carousel-arrow:focus-visible, .carousel-dot:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
.store-official { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; z-index: 2; }
.microsoft-official { padding: 2px 0; }
.store-fallback { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 6px 12px; border: 1px solid rgba(255,255,255,.24); border-radius: 9px; background: #050505; color: white; font-size: 15px; font-weight: 620; line-height: 1.05; }
.store-fallback small { display: block; margin-bottom: 2px; font-size: 8px; letter-spacing: .08em; font-weight: 600; color: #d8d8d8; }
.play-symbol { width: 0; height: 0; border-top: 14px solid transparent; border-bottom: 14px solid transparent; border-left: 22px solid #f3f3f3; }
.windows-symbol { display: grid; grid-template-columns: repeat(2, 10px); grid-template-rows: repeat(2, 10px); gap: 2px; }
.windows-symbol i { display: block; background: white; }
.small-links { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 16px; color: var(--muted-2); font-size: 12px; }
.small-links a { text-decoration: none; border-bottom: 1px solid transparent; }
.small-links a:hover { color: var(--text); border-color: currentColor; }

.early-access-note { max-width: 560px; margin: -2px 0 13px; color: var(--muted); font-size: 13px; }
.early-steps { display: flex; align-items: center; flex-wrap: wrap; gap: 11px; }
.early-step { display: inline-flex; height: 54px; align-items: center; gap: 10px; padding: 0 16px; border-radius: 9px; border: 1px solid rgba(var(--accent-rgb), .42); background: linear-gradient(135deg, rgba(24, 62, 122, .94), rgba(13, 38, 78, .96)); text-decoration: none; color: white; line-height: 1.08; font-weight: 650; font-size: 13px; transition: transform 150ms ease, filter 150ms ease; }
.early-step small { display: block; margin-bottom: 2px; color: #9feeff; font-size: 8px; letter-spacing: .12em; }
.step-number { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: #09142d; font-size: 12px; font-weight: 800; }
.step-arrow { color: #6e7c98; font-size: 20px; }

.carousel { position: relative; align-self: center; min-width: 0; text-align: center; user-select: none; -webkit-user-select: none; }
.carousel-shell { position: relative; display: grid; grid-template-columns: 48px minmax(0, 1fr) 48px; align-items: center; gap: 15px; }
.carousel-viewport { overflow: hidden; min-width: 0; border-radius: 26px; cursor: grab; touch-action: pan-y; outline: none; }
.carousel-viewport.is-dragging { cursor: grabbing; }
.carousel-track { display: flex; transition: transform 320ms cubic-bezier(.22,.75,.25,1); will-change: transform; }
.carousel-slide { flex: 0 0 100%; min-width: 0; margin: 0; padding: 2px; display: flex; justify-content: center; }
.carousel-image {
  display: block;
  height: 560px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 24px 54px rgba(0,0,0,.34);
  pointer-events: none;
}
.carousel-arrow { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid var(--line-strong); border-radius: 50%; background: rgba(20, 33, 61, .88); color: #edf5ff; font-size: 32px; line-height: 1; cursor: pointer; transition: background 150ms ease, border-color 150ms ease, transform 150ms ease; }
.carousel-arrow:hover { background: rgba(var(--accent-rgb), .13); border-color: rgba(var(--accent-rgb), .50); transform: scale(1.04); }
.carousel-caption { min-height: 44px; max-width: 470px; margin: 18px auto 10px; color: var(--muted); font-size: 13px; line-height: 1.45; }
.carousel-caption strong { color: var(--text); }
.carousel-dots { display: flex; justify-content: center; gap: 9px; }
.carousel-dot { width: 9px; height: 9px; padding: 0; border: 0; border-radius: 50%; background: #42506c; cursor: pointer; transition: transform 150ms ease, background 150ms ease; }
.carousel-dot.is-active { background: var(--accent); transform: scale(1.25); }
.carousel-help { margin: 10px 0 0; color: #66738c; font-size: 10px; }

.site-footer { padding: 4px 0 38px; color: #68758e; font-size: 12px; text-align: center; }
.site-footer p { margin: 0; }


.reveal { opacity: 0; transform: translateY(16px); transition: opacity 480ms ease, transform 480ms ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1060px) {
  .app-card { grid-template-columns: minmax(0, .98fr) minmax(390px, 1.02fr); padding: 42px; gap: 38px; }
  .carousel-image { height: 540px; width: auto; }
}

@media (max-width: 860px) {
  .hero { padding: 44px 0 40px; }
  .app-card { grid-template-columns: 1fr; padding: 40px; gap: 42px; }
  .app-content { max-width: 680px; }
  .carousel { width: min(100%, 560px); margin-inline: auto; }
}

@media (max-width: 620px) {
  .shell, .header-inner { width: min(100% - 30px, var(--shell)); }
  .site-header { height: 64px; }
  .brand-name { font-size: 14px; }
  .brand-mark { width: 30px; height: 30px; }
  .site-nav { display: none; }
  html { scroll-padding-top: 76px; }
  .hero { padding: 34px 0 34px; }
  .hero h1 { font-size: clamp(38px, 11.5vw, 52px); }
  .hero h1 span { display: block; }
  .hero-copy { margin-top: 14px; font-size: 15px; }
  .apps-section { gap: 28px; padding-bottom: 40px; }
  .app-card { padding: 27px 21px 30px; border-radius: 25px; gap: 34px; }
  .app-identity { gap: 14px; margin-bottom: 22px; }
  .app-icon { width: 68px; height: 68px; }
  .app-identity h2 { font-size: 37px; }
  .app-lead { font-size: 20px; }
  .app-description { font-size: 14px; }
  .feature-item div > span { font-size: 12.8px; }
  .trust-row { margin-bottom: 25px; }
  .store-badge { width: 164px; height: 49px; }
  .early-step { height: 49px; }
  .step-arrow { display: none; }
  .carousel-shell { grid-template-columns: 42px minmax(0, 1fr) 42px; gap: 8px; }
  .carousel-arrow { width: 40px; height: 40px; font-size: 28px; }
  .carousel-image { height: min(590px, 72vh); width: auto; max-width: 100%; border-radius: 21px; }
  .carousel-viewport { border-radius: 21px; }
  .carousel-caption { min-height: 58px; margin-top: 15px; font-size: 12px; }
  .carousel-help { display: none; }
}

@media (max-width: 390px) {
  .store-badge { width: 157px; }
  .early-step { width: 100%; justify-content: center; }
  .carousel-shell { grid-template-columns: 36px minmax(0, 1fr) 36px; gap: 5px; }
  .carousel-arrow { width: 34px; height: 34px; font-size: 24px; }
}

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

/* Privacy policy pages */
.policy-main { padding: 42px 0 64px; }
.policy-shell { max-width: none; }
.back-link {
  display: inline-flex;
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
  text-decoration: none;
  transition: color 150ms ease;
}
.back-link:hover, .back-link:focus-visible { color: var(--text); }
.back-link:focus-visible, .policy-button:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }
.policy-card {
  padding: clamp(30px, 5vw, 58px);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: linear-gradient(145deg, rgba(18, 28, 53, .96), rgba(8, 14, 28, .99));
  box-shadow: var(--shadow);
}
.policy-header {
  display: flex;
  align-items: center;
  gap: 22px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--line);
}
.policy-app-icon {
  width: 90px;
  height: 90px;
  flex: 0 0 auto;
  object-fit: contain;
  filter: drop-shadow(0 14px 24px rgba(0,0,0,.25));
}
.policy-kicker {
  margin: 0 0 5px;
  color: var(--accent);
  font-size: 11px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .17em;
}
.policy-header h1 {
  margin: 0;
  font-size: clamp(36px, 5vw, 54px);
  line-height: 1.05;
  letter-spacing: -0.045em;
  font-weight: 710;
}
.policy-effective { margin: 8px 0 0; color: var(--muted); font-size: 14px; }
.policy-effective strong { color: #dce6f7; font-weight: 650; }
.policy-card > p, .policy-section p, .policy-section li {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}
.policy-card > p { margin: 0 0 30px; color: #d3dced; max-width: 1040px; }
.policy-section { padding: 28px 0; border-top: 1px solid var(--line); }
.policy-section > p, .policy-section > ul { max-width: 1040px; }
.policy-card > p + .policy-section { border-top: 0; padding-top: 0; }
.policy-section h2 {
  margin: 0 0 14px;
  color: var(--text);
  font-size: 19px;
  line-height: 1.3;
  font-weight: 720;
  letter-spacing: .01em;
  text-transform: uppercase;
}
.policy-section p { margin: 0 0 14px; }
.policy-section p:last-child { margin-bottom: 0; }
.policy-section ul { margin: 8px 0 18px; padding-left: 24px; }
.policy-section li { padding-left: 5px; margin: 6px 0; }
.policy-section li::marker { color: var(--accent); }
.policy-request { padding-bottom: 0; }
.policy-button {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0 18px;
  margin: 3px 0 10px;
  border: 1px solid rgba(var(--accent-rgb), .45);
  border-radius: 10px;
  background: rgba(var(--accent-rgb), .10);
  color: var(--text);
  font-size: 13px;
  font-weight: 720;
  text-decoration: none;
  transition: transform 150ms ease, background 150ms ease, border-color 150ms ease;
}
.policy-button:hover { transform: translateY(-1px); background: rgba(var(--accent-rgb), .16); border-color: rgba(var(--accent-rgb), .70); }

@media (max-width: 620px) {
  .policy-main { padding: 26px 0 44px; }
  .policy-card { padding: 28px 21px 32px; border-radius: 25px; }
  .policy-header { gap: 15px; padding-bottom: 24px; margin-bottom: 25px; }
  .policy-app-icon { width: 67px; height: 67px; }
  .policy-header h1 { font-size: 35px; }
  .policy-effective { font-size: 12.5px; }
  .policy-card > p, .policy-section p, .policy-section li { font-size: 14px; line-height: 1.7; }
  .policy-section { padding: 23px 0; }
  .policy-section h2 { font-size: 16px; }
}
