:root {
  --bg: #0B1A15;
  --bg-alt: #0F231C;
  --surface: #132C23;
  --line: rgba(255, 255, 255, 0.08);
  --ink: #F2F5F3;
  --muted: #A7B8B0;
  --brand: #163E33;
  --accent: #3DDC84;
  --cream: #F6F1E4;
  --radius: 22px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3 { font-family: 'Poppins', sans-serif; letter-spacing: -0.02em; margin: 0; text-wrap: balance; }
p { margin: 0; }

.wrap { width: min(1160px, 100% - 48px); margin: 0 auto; }
.wrap.narrow { width: min(780px, 100% - 48px); }
.center { text-align: center; }
.eyebrow {
  font-size: 13px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 14px;
}
.accent { color: var(--accent); }
.lede { color: var(--muted); font-size: 19px; max-width: 34em; }

/* Nav */
.nav {
  position: sticky; top: 0; z-index: 10;
  background: rgba(11, 26, 21, 0.82);
  backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; gap: 24px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 19px; }
.brand img { border-radius: 9px; }
.nav-links { display: flex; gap: 32px; }
.nav-links a { text-decoration: none; color: var(--muted); font-weight: 500; font-size: 15px; transition: color .15s; }
.nav-links a:hover { color: var(--ink); }
.store-badge { display: inline-block; transition: transform .15s; }
.store-badge:hover { transform: translateY(-2px); }
.store-badge img { width: auto; }
a:focus-visible, summary:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 8px; }

/* Hero */
.hero {
  padding: 72px 0 96px;
  background:
    radial-gradient(900px 520px at 78% 30%, rgba(61, 220, 132, 0.14), transparent 70%),
    radial-gradient(700px 500px at 10% 90%, rgba(22, 62, 51, 0.9), transparent 70%);
}
.hero-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 48px; align-items: center; }
.hero h1 { font-size: clamp(42px, 6vw, 72px); line-height: 1.02; font-weight: 800; margin-bottom: 22px; }
.cta-row { margin: 34px 0 26px; }
.proof { display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: 15px; }
.proof strong { color: var(--ink); }
.stars { color: #F5C04A; letter-spacing: 2px; font-size: 18px; }

/* Phone mockups */
.phone {
  border-radius: 44px;
  padding: 10px;
  background: #050B08;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(255, 255, 255, 0.06) inset;
}
.phone img { border-radius: 34px; width: 100%; }
.hero-phones { position: relative; height: 600px; }
.hero-phones .phone { position: absolute; width: 270px; }
.hero-phones .back { left: 8%; top: 40px; transform: rotate(-6deg); opacity: .92; }
.hero-phones .front { right: 6%; top: 0; transform: rotate(4deg); }

/* Sections */
.section { padding: 110px 0; }
.section.alt { background: var(--bg-alt); border-block: 1px solid var(--line); }
.section h2 { font-size: clamp(32px, 4.2vw, 50px); line-height: 1.08; font-weight: 700; }

.showcase { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-top: 64px; }
.show { margin: 0; display: flex; flex-direction: column; gap: 28px; }
.show .phone { width: min(280px, 100%); margin: 0 auto; }
.show figcaption { display: grid; gap: 6px; text-align: center; }
.show figcaption strong { font-family: 'Poppins', sans-serif; font-size: 21px; }
.show figcaption span:last-child { color: var(--muted); font-size: 16px; }
.step {
  justify-self: center; width: 34px; height: 34px; border-radius: 50%;
  display: grid; place-items: center; background: var(--brand); color: var(--accent);
  font-weight: 700; font-size: 15px; border: 1px solid rgba(61, 220, 132, .35);
}

.props { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.prop { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; }
.prop-icon { width: 52px; height: 52px; border-radius: 14px; background: var(--brand); display: grid; place-items: center; margin-bottom: 22px; }
.prop-icon svg { width: 26px; height: 26px; fill: none; stroke: var(--accent); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.prop h3 { font-size: 22px; margin-bottom: 10px; }
.prop p { color: var(--muted); }

.spotlight { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.spotlight h2 { margin-bottom: 18px; }
.ticks { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 12px; }
.ticks li { position: relative; padding-left: 32px; }
.ticks li::before {
  content: ''; position: absolute; left: 0; top: 5px; width: 20px; height: 20px; border-radius: 50%;
  background: var(--brand) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M6 10.5l2.5 2.5L14 7.5' fill='none' stroke='%233DDC84' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
}
.spot-phone .phone { width: 300px; margin: 0 auto; transform: rotate(3deg); }

.reviews { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 56px; max-width: 900px; margin-inline: auto; }
.review { margin: 0; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 32px; display: grid; gap: 12px; align-content: start; }
.review h3 { font-size: 20px; }
.review p { font-size: 17px; }
.review cite { font-style: normal; color: var(--muted); font-size: 14px; }

.faq { margin-top: 48px; display: grid; gap: 12px; }
.faq details { background: var(--surface); border: 1px solid var(--line); border-radius: 16px; padding: 0 26px; }
.faq summary {
  cursor: pointer; list-style: none; padding: 22px 0; font-weight: 600; font-size: 18px;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; color: var(--accent); font-size: 26px; font-weight: 400; transition: transform .2s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { color: var(--muted); padding-bottom: 22px; }

.cta-box {
  text-align: center; border-radius: 32px; padding: 72px 32px;
  background: radial-gradient(600px 300px at 50% 0%, rgba(61, 220, 132, .18), transparent 70%), var(--brand);
  border: 1px solid rgba(61, 220, 132, .2);
  display: grid; justify-items: center; gap: 18px;
}
.cta-logo { border-radius: 22px; box-shadow: 0 16px 40px rgba(0, 0, 0, .4); }
.cta-box h2 { font-size: clamp(30px, 4vw, 46px); }
.cta-box > p { color: #C9D8D0; font-size: 18px; }
.cta-box .fine { font-size: 13px; color: #9FB5AA; max-width: 520px; margin-top: 8px; }
.cta-box .fine a { color: var(--ink); }

/* Footer */
.footer { border-top: 1px solid var(--line); padding: 64px 0 36px; background: #08140F; }
.foot-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 32px; }
.foot-grid h4 { margin: 0 0 14px; font-size: 14px; text-transform: uppercase; letter-spacing: .12em; color: var(--muted); }
.foot-grid > div > a { display: block; text-decoration: none; color: var(--ink); margin-bottom: 10px; font-size: 15px; }
.foot-brand p { color: var(--muted); margin: 14px 0; font-size: 15px; }
.socials { display: flex; gap: 18px; }
.socials a { color: var(--muted); text-decoration: none; font-size: 15px; }
.socials a:hover { color: var(--ink); }
.copyright { margin-top: 48px; color: #6F857B; font-size: 14px; }

/* Legal pages */
.legal { padding: 72px 0 110px; }
.legal h1 { font-size: 44px; margin-bottom: 8px; }
.legal .updated { color: var(--muted); margin-bottom: 40px; }
.legal h2 { font-size: 24px; margin: 40px 0 12px; }
.legal p, .legal li { color: #C9D6D0; }
.legal ul { padding-left: 22px; }
.legal a { color: var(--accent); }

@media (max-width: 900px) {
  .hero-grid, .spotlight { grid-template-columns: 1fr; }
  .hero { padding-top: 48px; }
  .hero-phones { height: 520px; }
  .hero-phones .phone { width: 230px; }
  .showcase, .props { grid-template-columns: 1fr; }
  .showcase { gap: 64px; }
  .reviews { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .foot-brand { grid-column: 1 / -1; }
  .nav-links { display: none; }
  .section { padding: 80px 0; }
}
@media (max-width: 480px) {
  .store-badge.small img { height: 34px; }
  .hero-phones { height: 440px; }
  .hero-phones .phone { width: 190px; }
  .hero-phones .back { left: 0; }
  .hero-phones .front { right: 0; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
