:root {
  --ink: #111125;
  --muted: #5b607a;
  --indigo: #5d63f2;
  --blue: #218df1;
  --cyan: #21c6ea;
  --coral: #ff375f;
  --orange: #ff952b;
  --paper: #f6f7ff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.srOnly { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.nav {
  width: min(1180px, calc(100% - 40px));
  height: 88px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 820; font-size: 21px; }
.brand img { width: 42px; height: 42px; border-radius: 12px; box-shadow: 0 7px 18px #3344b52b; }
.navControls { display: flex; align-items: center; gap: 24px; }
.navLinks { display: flex; align-items: center; gap: 30px; color: #434862; font-weight: 610; font-size: 14px; }
.navLinks a:hover, footer a:hover { color: var(--indigo); }
.languageSelect select { appearance: none; border: 1px solid #dfe1ef; border-radius: 12px; background: white; color: var(--ink); font: inherit; font-size: 13px; font-weight: 760; cursor: pointer; padding: 10px 32px 10px 12px; background-image: linear-gradient(45deg, transparent 50%, #656a80 50%), linear-gradient(135deg, #656a80 50%, transparent 50%); background-position: calc(100% - 15px) 50%, calc(100% - 10px) 50%; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; }
.languageSelect select:focus-visible { outline: 3px solid #5d63f240; outline-offset: 2px; }

.hero {
  width: min(1180px, calc(100% - 40px));
  min-height: 700px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  align-items: center;
  gap: 60px;
  padding: 48px 0 86px;
}
.eyebrow, .kicker { color: var(--indigo); font-size: 13px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; background: #e7e8ff; padding: 9px 13px; border-radius: 999px; }
.eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: #29c37a; box-shadow: 0 0 0 4px #29c37a20; }
h1 { font-size: clamp(54px, 6.2vw, 88px); line-height: .96; letter-spacing: -.065em; margin: 26px 0 25px; max-width: 670px; }
h1 em { font-style: normal; color: var(--indigo); }
.heroLead { max-width: 570px; color: var(--muted); font-size: 19px; line-height: 1.65; margin: 0; }
.heroActions { display: flex; gap: 13px; margin: 32px 0 44px; }
.primaryButton, .secondaryButton { display: inline-flex; align-items: center; justify-content: center; gap: 13px; padding: 15px 21px; border-radius: 15px; font-weight: 760; }
.primaryButton { background: var(--ink); color: white; box-shadow: 0 14px 34px #11112528; }
.primaryButton span { color: #adb0ff; }
.secondaryButton { background: white; border: 1px solid #dfe1ef; }
.heroStats { display: flex; gap: 34px; }
.heroStats div { display: flex; flex-direction: column; padding-right: 34px; border-right: 1px solid #d9dcea; }
.heroStats div:last-child { border: 0; padding: 0; }
.heroStats strong { font-size: 23px; }
.heroStats span { font-size: 12px; color: var(--muted); margin-top: 3px; }

.phoneStage { min-height: 570px; display: grid; place-items: center; position: relative; isolation: isolate; }
.phoneStage::before { content: ""; position: absolute; width: 510px; height: 510px; border-radius: 50%; background: linear-gradient(145deg, var(--indigo), var(--blue) 52%, var(--cyan)); box-shadow: 0 34px 90px #526cf750; z-index: -2; }
.phoneStage::after { content: ""; position: absolute; width: 340px; height: 340px; border-radius: 50%; border: 1px solid #ffffff35; z-index: -1; }
.orbit { position: absolute; border: 1px solid #ffffff40; border-radius: 50%; }
.orbitOne { width: 440px; height: 440px; }
.orbitTwo { width: 580px; height: 580px; border-style: dashed; }
.bonusStar { position: absolute; top: 56px; right: 18px; width: 84px; height: 84px; display: grid; place-items: center; border-radius: 25px; background: #ffca2f; color: white; font-size: 44px; transform: rotate(10deg); box-shadow: 0 18px 34px #432a6330; z-index: 3; }
.phone { width: 270px; height: 552px; border: 9px solid #151521; border-radius: 49px; background: #111; overflow: hidden; position: relative; box-shadow: 0 32px 70px #14152e70; transform: rotate(3deg); }
.phone img { width: 100%; height: 100%; object-fit: cover; }
.phoneTop { position: absolute; width: 92px; height: 23px; top: 9px; left: 50%; transform: translateX(-50%); border-radius: 99px; background: #0c0c12; z-index: 2; }

.section { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 112px 0; }
.sectionIntro { max-width: 650px; margin-bottom: 48px; }
.sectionIntro h2, .howCopy h2, .privacySection h2 { font-size: clamp(38px, 4.4vw, 62px); line-height: 1.04; letter-spacing: -.05em; margin: 12px 0 16px; }
.sectionIntro p { color: var(--muted); font-size: 18px; margin: 0; }
.featureGrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.featureCard { background: white; border: 1px solid #e5e6f1; border-radius: 25px; padding: 27px; min-height: 255px; box-shadow: 0 14px 45px #26275c0b; }
.featureIcon { width: 48px; height: 48px; border-radius: 15px; display: grid; place-items: center; background: #eef0ff; color: var(--indigo); font-size: 25px; font-weight: 800; }
.featureCard h3 { font-size: 19px; margin: 31px 0 10px; }
.featureCard p { color: var(--muted); font-size: 14px; line-height: 1.65; margin: 0; }

.howSection { background: var(--ink); color: white; display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; padding: 110px max(40px, calc((100% - 1120px) / 2)); overflow: hidden; }
.screenFrame { width: 350px; height: 590px; border-radius: 46px; border: 9px solid #2c2d43; overflow: hidden; justify-self: center; box-shadow: 0 30px 70px #0006; transform: rotate(-3deg); }
.screenFrame img { width: 100%; height: 100%; object-fit: cover; }
.howCopy { max-width: 550px; }
.howCopy .kicker, .light .kicker { color: #8e94ff; }
.howCopy ol { list-style: none; padding: 0; margin: 38px 0 0; display: grid; gap: 27px; }
.howCopy li { display: flex; gap: 19px; align-items: flex-start; }
.howCopy li > span { width: 38px; height: 38px; flex: 0 0 38px; display: grid; place-items: center; border-radius: 12px; background: var(--indigo); font-weight: 800; }
.howCopy strong { display: block; font-size: 17px; margin: 1px 0 5px; }
.howCopy li p { color: #aeb1c7; margin: 0; line-height: 1.55; }

.supportSection { background: linear-gradient(135deg, #575dee, #268ce9 62%, #27c5e8); color: white; padding: 110px max(40px, calc((100% - 1040px) / 2)); }
.sectionIntro.light { margin-bottom: 35px; }
.sectionIntro.light h2 { font-size: clamp(42px, 5vw, 66px); margin: 12px 0; }
.sectionIntro.light p { color: #e5e8ff; }
.faqList { display: grid; gap: 10px; }
.faqList details { border: 1px solid #ffffff35; background: #11112524; border-radius: 17px; padding: 0 21px; }
.faqList summary { list-style: none; cursor: pointer; min-height: 67px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-weight: 720; }
.faqList summary::-webkit-details-marker { display: none; }
.faqList summary span { font-size: 26px; font-weight: 300; transition: transform .2s; }
.faqList details[open] summary span { transform: rotate(45deg); }
.faqList details p { color: #eef0ff; line-height: 1.65; margin: 0; padding: 0 40px 22px 0; }
.supportCallout { margin-top: 28px; padding: 24px; border-radius: 20px; background: white; color: var(--ink); display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.supportCallout strong { font-size: 18px; }
.supportCallout p { color: var(--muted); margin: 4px 0 0; }
.supportCallout a { background: var(--ink); color: white; border-radius: 13px; padding: 13px 18px; font-weight: 730; white-space: nowrap; }

.privacySection { width: min(1040px, calc(100% - 40px)); margin: 0 auto; padding: 110px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.privacyCopy { color: var(--muted); font-size: 16px; line-height: 1.75; }
.privacyCopy p { margin: 0 0 19px; }
.privacyCopy .updated { font-size: 13px; color: #9296a9; }
footer { width: min(1180px, calc(100% - 40px)); margin: 0 auto; min-height: 120px; border-top: 1px solid #dedfeb; display: flex; align-items: center; justify-content: space-between; gap: 30px; color: var(--muted); font-size: 13px; }
footer .brand { color: var(--ink); }
footer div { display: flex; gap: 22px; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; text-align: center; padding-top: 55px; }
  .heroCopy { display: flex; flex-direction: column; align-items: center; }
  .heroStats { justify-content: center; }
  .phoneStage { min-height: 620px; }
  .featureGrid { grid-template-columns: 1fr 1fr; }
  .howSection { grid-template-columns: 1fr; gap: 70px; }
  .howCopy { max-width: 650px; margin: 0 auto; }
  .privacySection { grid-template-columns: 1fr; gap: 20px; }
}

@media (max-width: 620px) {
  .nav { width: min(100% - 28px, 1180px); height: 76px; }
  .navControls { gap: 10px; }
  .navLinks a:first-child { display: none; }
  .navLinks { gap: 16px; font-size: 13px; }
  .languageSelect select { padding: 9px 28px 9px 10px; }
  .brand { font-size: 18px; }
  .brand img { width: 36px; height: 36px; }
  .hero { width: min(100% - 28px, 1180px); min-height: auto; gap: 25px; padding: 42px 0 65px; }
  h1 { font-size: 53px; }
  .heroLead { font-size: 17px; }
  .heroActions { flex-direction: column; width: 100%; }
  .primaryButton, .secondaryButton { width: 100%; }
  .heroStats { gap: 18px; width: 100%; justify-content: space-between; }
  .heroStats div { padding-right: 18px; }
  .phoneStage { min-height: 520px; transform: scale(.86); margin: -25px 0; }
  .featureGrid { grid-template-columns: 1fr; }
  .featureCard { min-height: auto; }
  .section { padding: 80px 0; }
  .howSection, .supportSection { padding: 80px 20px; }
  .screenFrame { width: 290px; height: 500px; }
  .supportCallout { align-items: flex-start; flex-direction: column; }
  .supportCallout a { width: 100%; text-align: center; }
  .privacySection { padding: 80px 0; }
  footer { padding: 35px 0; flex-direction: column; text-align: center; }
}

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