:root {
  --bg: #f4f0ea;
  --card: rgba(255, 255, 255, 0.62);
  --card-strong: rgba(255, 255, 255, 0.86);
  --ink: #0b0b0c;
  --muted: #73706d;
  --muted-2: #9b9690;
  --line: rgba(18, 18, 18, 0.08);
  --navy: #18336f;
  --green: #35d39b;
  --green-dark: #10895c;
  --orange: #f58b25;
  --shadow: 0 24px 70px rgba(55, 44, 31, 0.12);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --max: 1120px;
  font-family: ui-rounded, "SF Pro Rounded", "SF Pro Display", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 12% 8%, rgba(255,255,255,.85), transparent 34rem),
    radial-gradient(circle at 90% 20%, rgba(53,211,155,.12), transparent 26rem),
    radial-gradient(circle at 22% 95%, rgba(245,139,37,.13), transparent 28rem),
    var(--bg);
  color: var(--ink);
  line-height: 1.45;
}
a { color: inherit; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: calc(var(--max) + 48px);
  margin: 0 auto;
  padding: 22px 24px 12px;
  backdrop-filter: blur(20px);
}
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 850; font-size: 22px; letter-spacing: -0.02em; }
.brand-mark { display:grid; place-items:center; width: 38px; height: 38px; border-radius: 999px; background: var(--card-strong); color: var(--orange); box-shadow: var(--shadow); }
.nav-links { display: flex; gap: 20px; color: var(--muted); font-weight: 700; }
.nav-links a { text-decoration: none; }
.nav-links a:hover { color: var(--ink); }
.language-switch { display: inline-flex; gap: 4px; padding: 4px; border-radius: 999px; background: rgba(255,255,255,.66); box-shadow: inset 0 0 0 1px var(--line); }
.language-switch button { border: 0; border-radius: 999px; padding: 8px 10px; background: transparent; color: var(--muted); font-weight: 800; cursor: pointer; }
.language-switch button.active { color: #fff; background: var(--navy); }
.section-shell { max-width: var(--max); margin: 0 auto; padding: 76px 24px; }
.hero { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(320px, .98fr); gap: 52px; align-items: center; min-height: calc(100vh - 80px); padding-top: 42px; }
.eyebrow { margin: 0 0 12px; color: var(--navy); text-transform: uppercase; font-weight: 900; letter-spacing: .16em; font-size: 13px; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(52px, 8.4vw, 96px); line-height: .92; letter-spacing: -0.075em; margin-bottom: 26px; }
h2 { font-size: clamp(34px, 5vw, 58px); line-height: 1; letter-spacing: -0.055em; margin-bottom: 18px; }
h3 { font-size: 25px; line-height: 1.1; letter-spacing: -0.035em; margin-bottom: 10px; }
.lead { font-size: clamp(20px, 2.35vw, 28px); color: var(--muted); max-width: 680px; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin: 32px 0 20px; }
.button { display: inline-flex; align-items: center; justify-content:center; min-height: 50px; padding: 0 22px; border-radius: 999px; font-weight: 850; text-decoration: none; box-shadow: var(--shadow); }
.button.primary { background: var(--orange); color: #fff; }
.button.secondary { background: rgba(255,255,255,.78); color: var(--navy); box-shadow: inset 0 0 0 1px var(--line); }
.trust-strip { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.trust-strip span { display:inline-flex; align-items:center; min-height: 34px; padding: 0 12px; border-radius: 999px; background: rgba(24,51,111,.08); color: var(--navy); font-weight: 850; font-size: 14px; }
.device-stack { position: relative; min-height: 690px; }
.phone { overflow: hidden; border-radius: 48px; background: #101010; box-shadow: 0 34px 90px rgba(0,0,0,.22); border: 10px solid rgba(255,255,255,.65); }
.phone img { display: block; width: 100%; height: auto; }
.phone-front { position: absolute; width: 310px; right: 8%; top: 4%; transform: rotate(3deg); z-index: 2; }
.phone-back { position: absolute; width: 282px; left: 4%; bottom: 2%; transform: rotate(-5deg); opacity: .94; }
.phone.single { width: min(330px, 88vw); margin: 0 auto; }
.split-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: 38px; align-items: start; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card, .privacy-band, .policy, .legal-hero { border-radius: var(--radius-xl); background: var(--card); box-shadow: inset 0 0 0 1px var(--line); }
.card { padding: 28px; }
.card p, .policy p, .policy li, .privacy-copy p, .legal-card p { color: var(--muted); font-size: 18px; }
.icon { display:grid; place-items:center; width: 52px; height: 52px; margin-bottom: 22px; border-radius: 16px; background: rgba(24,51,111,.08); color: var(--navy); font-weight: 900; font-size: 24px; }
.privacy-band { display:grid; grid-template-columns: 1.1fr .9fr; gap: 36px; align-items:center; padding: 52px; background: linear-gradient(135deg, rgba(19,124,82,.10), rgba(255,255,255,.62)); }
.privacy-facts { display:grid; gap: 12px; }
.privacy-facts div { display:flex; justify-content:space-between; gap:20px; padding: 18px 20px; border-radius: 18px; background: rgba(255,255,255,.58); box-shadow: inset 0 0 0 1px var(--line); }
.privacy-facts strong { color: var(--green-dark); }
.privacy-facts span { color: var(--muted); text-align: right; }
.text-link { color: var(--navy); font-weight: 900; text-decoration: none; }
.showcase { display:grid; grid-template-columns: .85fr 1.15fr; gap: 48px; align-items:center; }
.legal-grid { display:grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding-top: 24px; }
.site-footer { max-width: calc(var(--max) + 48px); margin: 0 auto; padding: 32px 24px 54px; display:flex; flex-wrap:wrap; gap: 18px; color: var(--muted); }
.site-footer a { text-decoration: none; font-weight: 750; color: var(--navy); }
.legal-page .section-shell { padding-top: 48px; padding-bottom: 38px; }
.legal-hero { padding: 52px; }
.policy { padding: clamp(28px, 5vw, 56px); max-width: 900px; }
.policy h1 { font-size: clamp(48px, 7vw, 78px); }
.policy h2 { font-size: clamp(34px, 5vw, 56px); }
.policy h3 { margin-top: 34px; }
.notice { margin: 24px 0; padding: 16px 18px; border-radius: 18px; background: rgba(245,139,37,.13); color: #7b430d; font-weight: 750; }
@media (max-width: 880px) {
  .site-header { gap: 12px; }
  .nav-links { display: none; }
  .hero, .split-section, .privacy-band, .showcase, .legal-grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .device-stack { min-height: 560px; }
  .phone-front { right: 4%; width: 270px; }
  .phone-back { left: 2%; width: 245px; }
  .feature-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .section-shell { padding-left: 18px; padding-right: 18px; }
  h1 { font-size: 54px; }
  .privacy-band, .legal-hero, .policy { padding: 28px; }
  .device-stack { min-height: 500px; }
  .phone-front { width: 235px; }
  .phone-back { width: 220px; }
}
