:root {
  color-scheme: dark;
  --orange: #ff7900;
  --orange-light: #ffae35;
  --ink: #f8f5f1;
  --muted: #aaa6b1;
  --line: rgba(255,255,255,.11);
  --panel: #15131d;
  --violet: #211b31;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 78% 10%, rgba(255,121,0,.09), transparent 28rem),
    #0b0910;
  color: var(--ink);
  font: 17px/1.55 -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { display: block; max-width: 100%; }

.site-header, main, footer { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 92px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 760; text-decoration: none; letter-spacing: -.02em; }
.brand img { border-radius: 11px; box-shadow: 0 8px 28px rgba(255,121,0,.2); }
nav { display: flex; align-items: center; gap: 30px; }
nav a { color: #c9c5cd; font-size: 14px; font-weight: 650; text-decoration: none; }
nav a:hover, .text-link:hover { color: var(--orange-light); }
.language-switcher { margin-left: 18px; }
.language-switcher select { padding: 8px 28px 8px 10px; border: 1px solid var(--line); border-radius: 999px; background: var(--panel); color: var(--ink); font: inherit; font-size: 13px; cursor: pointer; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.hero {
  min-height: 720px;
  padding: 58px 0 72px;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  align-items: center;
  gap: 4vw;
  overflow: hidden;
}
.hero-copy { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 18px; color: var(--orange-light); font-size: 12px; font-weight: 800; letter-spacing: .18em; }
h1, h2, h3 { margin-top: 0; line-height: .98; letter-spacing: -.055em; }
h1 { margin-bottom: 28px; font-size: clamp(54px, 7vw, 92px); }
h1 span { color: var(--orange); }
h2 { margin-bottom: 24px; font-size: clamp(42px, 5.6vw, 72px); }
h3 { margin-bottom: 12px; font-size: 28px; line-height: 1.08; }
.lead { max-width: 570px; margin: 0 0 34px; color: #cfccd4; font-size: clamp(19px, 2.2vw, 24px); line-height: 1.42; }
.hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; gap: 9px; padding: 14px 21px; border-radius: 999px; background: var(--orange); color: #15100b; font-weight: 780; text-decoration: none; box-shadow: 0 12px 34px rgba(255,121,0,.19); transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); background: var(--orange-light); }
.text-link { color: #dedbe2; font-weight: 680; text-decoration: none; transition: color .2s; }
.trust-list { display: flex; gap: 26px; flex-wrap: wrap; margin: 34px 0 0; padding: 0; color: #908c96; font-size: 13px; list-style: none; }
.trust-list li::before { content: "✓"; margin-right: 7px; color: var(--orange); font-weight: 800; }

.hero-visual { position: relative; min-height: 680px; }
.glow { position: absolute; inset: 15% 6% 3% 12%; background: radial-gradient(circle, rgba(255,127,20,.33), rgba(255,121,0,0) 67%); filter: blur(18px); }
.phone { position: absolute; margin: 0; width: min(42%, 285px); overflow: hidden; border: 5px solid #35313d; border-radius: 50px; background: #151322; box-shadow: 0 35px 80px rgba(0,0,0,.58); }
.phone::after { content: ""; position: absolute; inset: 0; border-radius: 43px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.17); pointer-events: none; }
.phone img { width: 100%; height: auto; }
.phone-main { z-index: 2; right: 5%; top: 0; transform: rotate(3deg); }
.phone-back { left: 8%; bottom: 4%; transform: rotate(-6deg); opacity: .93; }

.intro { max-width: 850px; margin: 100px auto 70px; text-align: center; }
.intro > p:last-child { max-width: 670px; margin: 0 auto; color: var(--muted); font-size: 20px; }
.feature-grid { display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: 16px; }
.feature { min-height: 320px; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); border-radius: 28px; background: var(--panel); }
.feature p { margin: 0; color: var(--muted); }
.feature-number { font-size: 13px; font-weight: 800; opacity: .55; }
.feature-orange { background: linear-gradient(145deg, #ff9f1f, #e95800); color: #19100a; border-color: transparent; }
.feature-orange p { color: rgba(25,16,10,.72); }

.watch-section { margin: 120px 0; padding: 72px 7%; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 40px; overflow: hidden; border: 1px solid var(--line); border-radius: 38px; background: radial-gradient(circle at 74% 50%, rgba(255,121,0,.25), transparent 26rem), var(--violet); }
.watch-copy p:last-child { max-width: 520px; color: #bcb8c5; font-size: 19px; }
.watch-visual { display: grid; place-items: center; }
.watch-visual img { width: min(88%, 410px); border-radius: 25%; box-shadow: 0 40px 90px rgba(0,0,0,.5); }

.privacy-banner { margin-bottom: 120px; padding: 68px 7%; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: end; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.privacy-banner h2 { margin-bottom: 0; }
.privacy-banner div:last-child p { color: var(--muted); font-size: 19px; }

.support { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; padding: 68px 7%; border: 1px solid var(--line); border-radius: 38px; background: var(--panel); }
.support h2 { font-size: clamp(40px, 5vw, 62px); }
.support > div > p:not(.eyebrow) { color: var(--muted); }
.faq details { padding: 22px 0; border-bottom: 1px solid var(--line); }
.faq details:first-child { padding-top: 0; }
.faq details:last-child { border-bottom: 0; }
.faq summary { cursor: pointer; font-weight: 720; }
.faq p { margin-bottom: 0; color: var(--muted); font-size: 15px; }
.notice { max-width: 850px; margin: 42px auto 70px; color: #77737e; font-size: 13px; text-align: center; }

footer { display: flex; align-items: center; gap: 24px; padding: 30px 0 46px; border-top: 1px solid var(--line); color: #85818b; font-size: 13px; }
footer .brand { margin-right: auto; color: var(--ink); }
footer > a:not(.brand) { text-decoration: none; }
footer > a:hover { color: var(--orange-light); }

/* Privacy page */
.legal { max-width: 900px; padding: 70px 0; }
.legal .back { display: inline-block; margin-bottom: 48px; text-decoration: none; }
.legal > .language-switcher { display: block; width: max-content; margin: -84px 0 48px auto; }
.legal section { margin: 24px 0; padding: 32px; border: 1px solid var(--line); border-radius: 24px; background: var(--panel); }
.legal h1 { font-size: clamp(48px, 7vw, 76px); }
.legal h2 { font-size: 28px; letter-spacing: -.03em; }
.legal p { color: #c4c0c9; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; padding-top: 44px; }
  .hero-copy { text-align: center; }
  .lead { margin-inline: auto; }
  .hero-actions, .trust-list { justify-content: center; }
  .hero-visual { min-height: 620px; max-width: 620px; width: 100%; margin-inline: auto; }
  .phone { width: min(44%, 270px); }
  .feature-grid { grid-template-columns: 1fr; }
  .feature { min-height: 230px; }
  .watch-section, .privacy-banner, .support { grid-template-columns: 1fr; }
  .watch-copy { text-align: center; }
  .watch-copy p:last-child { margin-inline: auto; }
  .privacy-banner, .support { gap: 36px; }
}

@media (max-width: 620px) {
  .site-header, main, footer { width: min(100% - 30px, 1180px); }
  .site-header { min-height: 72px; }
  .site-header .brand span { display: none; }
  nav { gap: 16px; }
  nav a:first-child { display: none; }
  .language-switcher { margin-left: 8px; }
  .language-switcher select { max-width: 104px; }
  h1 { font-size: clamp(48px, 15vw, 70px); }
  .hero { min-height: auto; padding: 54px 0 20px; }
  .hero-visual { min-height: 500px; }
  .phone { width: 49%; border-width: 3px; border-radius: 34px; }
  .phone::after { border-radius: 30px; }
  .phone-main { right: 1%; }
  .phone-back { left: 1%; }
  .intro { margin: 80px auto 50px; }
  .watch-section { margin: 80px 0; padding: 48px 24px; border-radius: 28px; }
  .privacy-banner { margin-bottom: 80px; padding: 52px 20px; }
  .support { padding: 42px 24px; border-radius: 28px; }
  footer { flex-wrap: wrap; }
  footer .brand { width: 100%; }
}

@media (prefers-reduced-motion: no-preference) {
  .phone-main { animation: float 6s ease-in-out infinite; }
  .phone-back { animation: float-back 7s ease-in-out infinite; }
  @keyframes float { 0%,100% { transform: rotate(3deg) translateY(0); } 50% { transform: rotate(3deg) translateY(-12px); } }
  @keyframes float-back { 0%,100% { transform: rotate(-6deg) translateY(0); } 50% { transform: rotate(-6deg) translateY(10px); } }
}
