:root {
  color-scheme: dark;
  --background: #041616;
  --background-deep: #001f21;
  --surface: #0d2827;
  --surface-raised: #143533;
  --text: #f4f8ef;
  --muted: #b8cec5;
  --mint: #9aefc5;
  --mint-dark: #0b4c44;
  --teal: #178e8b;
  --coral: #ff755e;
  --line: #355f58;
  --shadow: rgb(0 0 0 / 38%);
  --max-width: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 86% 7%, rgb(23 142 139 / 18%), transparent 32rem),
    radial-gradient(circle at 7% 34%, rgb(154 239 197 / 8%), transparent 26rem),
    var(--background);
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; }
a { color: inherit; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--mint); outline-offset: 4px; }
[hidden] { display: none !important; }
.shell { width: min(var(--max-width), calc(100% - 40px)); margin-inline: auto; }

.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--mint);
  color: var(--background-deep);
  font-weight: 800;
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  padding-block: 24px;
}
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 820; letter-spacing: -.02em; }
.brand img { flex: 0 0 auto; border-radius: 10px; box-shadow: 0 8px 22px var(--shadow); }
.site-nav { display: flex; justify-content: center; gap: clamp(18px, 3vw, 34px); }
.site-nav a, .footer-links a { color: var(--muted); font-size: .92rem; font-weight: 720; text-decoration: none; }
.site-nav a:hover, .footer-links a:hover { color: var(--text); }
.language-switcher { display: flex; gap: 5px; padding: 4px; border: 1px solid var(--line); border-radius: 999px; background: rgb(13 40 39 / 76%); }
.language-switcher a { padding: 7px 11px; border-radius: 999px; color: var(--muted); font-size: .83rem; font-weight: 760; text-decoration: none; }
.language-switcher a[aria-current="page"] { background: var(--mint); color: var(--background-deep); }

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(350px, .92fr);
  align-items: center;
  gap: clamp(46px, 8vw, 96px);
  min-height: 780px;
  padding-block: 68px 96px;
}
.hero-content { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 15px; color: var(--mint); font-size: .78rem; font-weight: 820; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, h3, p { text-wrap: pretty; }
h1 {
  margin: 0;
  font-size: clamp(3.7rem, 7.2vw, 6.7rem);
  line-height: .94;
  letter-spacing: -.068em;
}
h1 span { display: block; }
h1 span:last-child { color: var(--mint); }
.hero-copy { max-width: 660px; margin: 27px 0 0; color: var(--muted); font-size: clamp(1.1rem, 2vw, 1.3rem); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 20px; margin-top: 34px; }
.platform-actions { position: relative; z-index: 2; display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.platform-store { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.primary-link { display: inline-flex; align-items: center; gap: 12px; min-height: 54px; padding: 13px 18px; border-radius: 11px; background: var(--mint); color: var(--background-deep); text-decoration: none; font-weight: 820; box-shadow: 0 14px 30px rgb(154 239 197 / 16%); }
.primary-link:hover { background: #b0f6d5; transform: translateY(-1px); }
.launch-status { display: inline-flex; align-items: center; min-height: 46px; padding: 9px 14px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); background: rgb(13 40 39 / 72%); font-size: .9rem; font-weight: 760; }
.launch-status::before { content: ""; width: 8px; height: 8px; margin-right: 9px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 5px rgb(255 117 94 / 10%); }
.platform-status-button { font-family: inherit; text-align: left; cursor: not-allowed; opacity: 1; }
.store-link { position: relative; z-index: 2; display: inline-block; border-radius: 10px; line-height: 0; }
.store-link img { display: block; }

.hero-visual { position: relative; min-height: 640px; display: grid; place-items: center; }
.visual-glow { position: absolute; width: 490px; max-width: 110%; aspect-ratio: 1; border: 1px solid rgb(154 239 197 / 20%); border-radius: 50%; }
.visual-glow::before, .visual-glow::after { content: ""; position: absolute; border-radius: 50%; }
.visual-glow::before { inset: 12%; border: 1px dashed rgb(23 142 139 / 42%); }
.visual-glow::after { width: 16px; height: 16px; right: 8%; top: 21%; background: var(--coral); box-shadow: 0 0 0 10px rgb(255 117 94 / 10%); }
.phone-shell { position: relative; overflow: hidden; padding: 7px; border: 1px solid rgb(184 206 197 / 28%); border-radius: 46px; background: #061212; box-shadow: 0 30px 70px var(--shadow); }
.phone-shell::before { content: ""; position: absolute; z-index: 2; top: 13px; left: 50%; width: 36%; height: 25px; border-radius: 999px; background: #030707; transform: translateX(-50%); }
.phone-shell img { display: block; width: 100%; height: auto; border-radius: 39px; }
.hero-phone { z-index: 1; width: min(300px, 72vw); transform: rotate(2.5deg); }
.floating-card { position: absolute; z-index: 3; min-width: 205px; padding: 14px 16px; border: 1px solid var(--line); border-radius: 13px; background: rgb(13 40 39 / 94%); box-shadow: 0 18px 38px var(--shadow); backdrop-filter: blur(12px); }
.floating-card strong, .floating-card span { display: block; }
.floating-card strong { font-size: .98rem; }
.floating-card span { margin-top: 4px; color: var(--muted); font-size: .78rem; }
.floating-one { left: -2%; top: 24%; }
.floating-two { right: -4%; bottom: 22%; }

.trust-strip { border-block: 1px solid var(--line); background: rgb(13 40 39 / 60%); }
.trust-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-block: 0; padding-block: 22px; list-style: none; }
.trust-list li { display: flex; align-items: center; gap: 11px; color: var(--muted); font-size: .94rem; font-weight: 720; }
.trust-dot { width: 8px; height: 8px; flex: 0 0 auto; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 6px rgb(154 239 197 / 9%); }

.section { padding-block: 108px; }
.section-heading { max-width: 790px; margin-bottom: 46px; }
.compact-heading { max-width: 720px; }
h2 { margin: 0; font-size: clamp(2.35rem, 5.1vw, 4.35rem); line-height: 1; letter-spacing: -.055em; }
.section-heading > p:last-child { max-width: 640px; margin: 17px 0 0; color: var(--muted); font-size: 1.08rem; }
h3 { margin: 0; font-size: 1.42rem; line-height: 1.18; letter-spacing: -.025em; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.step-card { min-height: 280px; padding: 28px; border: 1px solid var(--line); border-radius: 16px; background: linear-gradient(145deg, var(--surface-raised), var(--surface)); box-shadow: 0 18px 44px rgb(0 0 0 / 17%); }
.step-number { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 56px; border-radius: 12px; background: var(--mint-dark); color: var(--mint); font-weight: 850; }
.step-card p, .feature-card p, .screen-copy p:not(.card-kicker), .settlement-copy p:not(.card-kicker) { margin: 11px 0 0; color: var(--muted); }

.product-section { padding-block: 10px 108px; }
.product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: stretch; }
.screen-card, .settlement-card { position: relative; overflow: hidden; min-height: 650px; padding: clamp(27px, 4vw, 40px); border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(150deg, #123b38, #0a2423 68%); box-shadow: 0 24px 54px rgb(0 0 0 / 20%); }
.screen-card { display: grid; grid-template-columns: minmax(0, 1fr) minmax(185px, .72fr); gap: 24px; align-items: center; }
.screen-card::after, .settlement-card::after { content: ""; position: absolute; width: 230px; height: 230px; right: -90px; top: -100px; border: 32px solid rgb(154 239 197 / 6%); border-radius: 50%; }
.screen-copy, .settlement-copy { position: relative; z-index: 2; }
.card-kicker { margin: 0 0 12px; color: var(--mint); font-size: .75rem; font-weight: 820; letter-spacing: .11em; text-transform: uppercase; }
.product-phone { z-index: 2; align-self: end; width: 215px; max-height: 510px; margin: 45px auto -120px; border-radius: 35px; transform: rotate(2deg); }
.product-phone::before { top: 10px; height: 18px; }
.product-phone img { border-radius: 29px; }
.settlement-card { display: flex; flex-direction: column; justify-content: space-between; gap: 48px; }
.settlement-phone { align-self: center; width: 240px; margin: 0 auto -120px; transform: rotate(-2deg); }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { min-height: 250px; padding: 29px; border: 1px solid var(--line); border-radius: 16px; background: rgb(13 40 39 / 72%); }
.feature-accent { display: block; width: 44px; height: 8px; margin-bottom: 66px; border-radius: 999px; background: var(--mint); }
.feature-accent.coral { background: var(--coral); }

.faq-section { padding-block: 12px 110px; }
.faq-list { max-width: 850px; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 24px 50px 24px 0; cursor: pointer; font-size: 1.12rem; font-weight: 780; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 20px; right: 4px; color: var(--mint); font-size: 1.6rem; font-weight: 500; }
.faq-list details[open] summary::after { content: "–"; }
.faq-list details p { max-width: 730px; margin: -7px 0 24px; color: var(--muted); }

.closing { padding-bottom: 112px; }
.closing-panel { position: relative; overflow: hidden; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 42px; padding: clamp(34px, 7vw, 70px); border: 1px solid rgb(154 239 197 / 28%); border-radius: 18px; background: linear-gradient(135deg, var(--background-deep), #07514e); box-shadow: 0 30px 70px rgb(0 0 0 / 26%); }
.closing-panel::after { content: ""; position: absolute; width: 250px; height: 250px; right: -100px; top: -130px; border: 36px solid rgb(154 239 197 / 7%); border-radius: 50%; }
.closing-panel h2 { max-width: 760px; font-size: clamp(2.3rem, 4.8vw, 4rem); }
.closing-panel p:last-child { max-width: 640px; margin: 17px 0 0; color: var(--muted); }
.closing-actions { max-width: 430px; justify-content: flex-end; }
.large-status { position: relative; z-index: 2; white-space: nowrap; }

.site-footer { border-top: 1px solid var(--line); padding-block: 36px 44px; color: var(--muted); font-size: .88rem; }
.footer-main { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 28px; }
.footer-brand { color: var(--text); }
.footer-links { display: flex; flex-wrap: wrap; gap: 22px; }
.legal { max-width: 780px; margin-top: 22px; font-size: .74rem; opacity: .7; }

@media (max-width: 1000px) {
  .site-nav { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .hero { grid-template-columns: minmax(0, 1fr) minmax(310px, .72fr); gap: 30px; }
  .floating-one { left: -9%; }
  .floating-two { right: -7%; }
  .screen-card { grid-template-columns: 1fr; }
  .product-phone { margin-top: 10px; }
}

@media (max-width: 820px) {
  .hero { grid-template-columns: 1fr; min-height: 0; padding-block: 54px 80px; }
  .hero-visual { min-height: 590px; margin-top: 8px; }
  .hero-phone { width: 270px; }
  .floating-one { left: 8%; }
  .floating-two { right: 7%; }
  .trust-list, .steps, .feature-grid { grid-template-columns: 1fr; }
  .trust-list { gap: 15px; }
  .step-card { min-height: 0; }
  .step-number, .feature-accent { margin-bottom: 34px; }
  .product-grid { grid-template-columns: 1fr; }
  .screen-card, .settlement-card { min-height: 560px; }
  .screen-card { grid-template-columns: 1fr minmax(190px, .65fr); }
  .closing-panel { grid-template-columns: 1fr; }
  .closing-actions { justify-content: flex-start; }
}

@media (max-width: 600px) {
  .shell { width: min(var(--max-width), calc(100% - 28px)); }
  .site-header { gap: 10px; padding-block: 17px; }
  .brand img { width: 36px; height: 36px; }
  .language-switcher a { padding: 7px 9px; font-size: .78rem; }
  .hero { grid-template-columns: minmax(0, 1fr); padding-top: 48px; }
  .hero-content, .hero-visual { min-width: 0; }
  h1 { font-size: clamp(2.65rem, 13.5vw, 4.3rem); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .platform-actions { width: 100%; }
  .primary-link { justify-content: center; }
  .launch-status { align-self: flex-start; }
  .hero-visual { min-height: 520px; }
  .hero-phone { width: 230px; }
  .visual-glow { width: 100%; max-width: 360px; }
  .floating-card { min-width: 165px; padding: 11px 12px; }
  .floating-card strong { font-size: .82rem; }
  .floating-one { left: 0; top: 23%; }
  .floating-two { right: 0; bottom: 17%; }
  .section { padding-block: 80px; }
  .section-heading { margin-bottom: 34px; }
  .step-card, .feature-card { padding: 24px; }
  .product-section { padding-bottom: 80px; }
  .screen-card, .settlement-card { min-height: 0; padding: 25px 22px; }
  .screen-card { grid-template-columns: 1fr; }
  .product-phone { width: 205px; max-height: 460px; margin: 15px auto -100px; }
  .settlement-phone { width: 210px; margin-bottom: -100px; }
  .faq-section { padding-bottom: 82px; }
  .closing { padding-bottom: 78px; }
  .closing-panel { padding: 30px 24px; }
  .footer-main { grid-template-columns: 1fr; gap: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
