:root {
  --bg: #f7f7f8;
  --surface: #ffffff;
  --text: #17181b;
  --muted: #696c74;
  --line: #e6e7ea;
  --accent: #e21b2d;
  --accent-dark: #b90f1e;
  --dark: #121316;
  --radius: 24px;
  --shadow: 0 24px 70px rgba(17, 18, 22, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(247,247,248,.82);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(230,231,234,.8);
}
.nav-wrap { height: 74px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; font-size: 1.14rem; letter-spacing: -.02em; }
.brand-mark {
  width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center;
  color: white; background: var(--accent); font-weight: 800; box-shadow: 0 8px 20px rgba(226,27,45,.26);
}
.nav-links { display: flex; gap: 26px; margin-left: auto; font-size: .93rem; color: #555961; }
.nav-links a:hover { color: var(--text); }
.nav-cta { margin-left: 6px; background: var(--text); color: white; padding: 10px 16px; border-radius: 999px; font-size: .88rem; font-weight: 700; }

.hero { padding: 88px 0 74px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 56px; }
.eyebrow { display: inline-block; color: var(--accent); font-size: .78rem; text-transform: uppercase; letter-spacing: .16em; font-weight: 800; margin-bottom: 15px; }
.hero h1, .section-heading h2, .about-grid h2, .cta-card h2 { margin: 0; letter-spacing: -.055em; line-height: .98; }
.hero h1 { font-size: clamp(3.4rem, 7vw, 6.6rem); max-width: 700px; }
.hero h1 span { color: var(--accent); }
.hero-text { margin: 28px 0 0; max-width: 610px; font-size: 1.08rem; color: var(--muted); }
.hero-actions { display: flex; gap: 12px; margin-top: 30px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 20px; border-radius: 14px; font-weight: 700; }
.button.primary { background: var(--accent); color: white; box-shadow: 0 12px 30px rgba(226,27,45,.24); }
.button.primary:hover { background: var(--accent-dark); }
.button.secondary { background: white; border: 1px solid var(--line); }
.hero-pills { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 26px; }
.hero-pills span { font-size: .78rem; color: #656872; background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 7px 10px; }
.hero-visual { position: relative; min-height: 580px; display: grid; place-items: center; }
.hero-visual img { width: min(660px, 100%); position: relative; z-index: 2; border-radius: 32px; box-shadow: var(--shadow); transform: rotate(1.4deg); }
.glow { position: absolute; border-radius: 50%; filter: blur(15px); opacity: .52; }
.glow-one { width: 360px; height: 360px; background: rgba(226,27,45,.18); right: 0; top: 65px; }
.glow-two { width: 300px; height: 300px; background: rgba(0,0,0,.07); left: 30px; bottom: 30px; }

.trust-strip { background: white; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid div { padding: 25px 28px; border-right: 1px solid var(--line); }
.trust-grid div:last-child { border-right: 0; }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { font-size: .95rem; }
.trust-grid span { margin-top: 3px; color: var(--muted); font-size: .82rem; line-height: 1.45; }

.section { padding: 104px 0; }
.section-heading { max-width: 760px; margin-bottom: 44px; }
.section-heading h2, .about-grid h2, .cta-card h2 { font-size: clamp(2.4rem, 5vw, 4.5rem); }
.section-heading p { color: var(--muted); font-size: 1.03rem; max-width: 630px; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.feature-card { background: white; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; min-height: 230px; }
.feature-card .icon { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 14px; background: #fff0f2; color: var(--accent); font-weight: 800; font-size: .8rem; }
.feature-card h3 { margin: 42px 0 9px; font-size: 1.15rem; }
.feature-card p { margin: 0; color: var(--muted); font-size: .91rem; }

.dark-section { background: var(--dark); color: white; }
.section-heading.light p { color: #aeb1b8; }
.screen-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.screen-card { margin: 0; background: #1a1b1f; border: 1px solid #2b2d33; border-radius: 28px; padding: 18px; overflow: hidden; }
.screen-card img { width: 100%; border-radius: 20px; }
.screen-card figcaption { display: flex; justify-content: space-between; gap: 20px; align-items: baseline; padding: 16px 8px 3px; }
.screen-card figcaption strong { font-size: 1rem; }
.screen-card figcaption span { color: #92969f; font-size: .84rem; text-align: right; }

.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.about-copy { color: var(--muted); font-size: 1.02rem; }
.about-copy p:first-child { margin-top: 0; }

.cta-section { padding: 0 0 104px; }
.cta-card { background: linear-gradient(135deg, #fff, #fff0f2); border: 1px solid #f0d9dd; border-radius: 32px; padding: 50px; display: flex; justify-content: space-between; gap: 30px; align-items: center; }
.cta-card p { color: var(--muted); margin-bottom: 0; }
.store-row { display: flex; gap: 10px; flex-wrap: wrap; justify-content: flex-end; }
.store-badge { min-width: 165px; background: var(--text); color: #fff; border-radius: 14px; padding: 10px 16px; }
.store-badge span, .store-badge strong { display: block; line-height: 1.25; }
.store-badge span { font-size: .67rem; color: #b9bcc3; }
.store-badge strong { font-size: 1rem; margin-top: 2px; }

.footer { background: #0e0f11; color: white; padding: 30px 0; }
.footer-wrap { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; }
.footer-links { display: flex; gap: 20px; justify-content: center; color: #a8abb2; font-size: .84rem; }
.footer p { color: #7f8289; font-size: .78rem; margin: 0; }
.footer-brand { font-size: .98rem; }
.footer-brand .brand-mark { width: 30px; height: 30px; }

.legal-page { min-height: calc(100vh - 75px); padding: 72px 0 100px; }
.legal-card { max-width: 820px; margin: 0 auto; background: white; border: 1px solid var(--line); border-radius: 28px; padding: clamp(28px, 5vw, 60px); }
.legal-card h1 { font-size: clamp(2.6rem, 6vw, 4.7rem); margin: 0 0 20px; letter-spacing: -.05em; }
.legal-card h2 { margin-top: 34px; }
.legal-card p, .legal-card li { color: var(--muted); }
.notice { background: #fff5dc; border: 1px solid #f1dfa6; padding: 14px 16px; border-radius: 14px; color: #66520d !important; }

@media (max-width: 900px) {
  .nav-links { display: none; }
  .nav-cta { margin-left: auto; }
  .hero { padding-top: 58px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 0; margin-top: 12px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid div:nth-child(2) { border-right: 0; }
  .trust-grid div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid { grid-template-columns: 1fr; gap: 30px; }
  .cta-card { align-items: flex-start; flex-direction: column; }
  .store-row { justify-content: flex-start; }
  .footer-wrap { grid-template-columns: 1fr; text-align: center; }
  .footer-brand, .footer-links { justify-content: center; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 24px, 1160px); }
  .nav-wrap { height: 66px; }
  .nav-cta { font-size: .78rem; padding: 8px 12px; }
  .hero h1 { font-size: 3.25rem; }
  .hero-text { font-size: .98rem; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid div { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-grid div:last-child { border-bottom: 0; }
  .feature-grid, .screen-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 200px; }
  .section { padding: 78px 0; }
  .screen-card figcaption { align-items: flex-start; flex-direction: column; gap: 2px; }
  .screen-card figcaption span { text-align: left; }
  .cta-card { padding: 30px 24px; }
  .store-badge { flex: 1; min-width: 140px; }
}
