:root {
  --green: #1FA05A;
  --green-bright: #3BCB77;
  --navy: #14293E;
  --ink: #17262F;
  --muted: #5D6B66;
  --bg: #FAFBF9;
  --card: #FFFFFF;
  --line: #E5EAE4;
  --band-ink: #EAF3EC;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "Instrument Sans", -apple-system, "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

a { color: var(--green); text-decoration: none; }
a:hover { color: #17824a; }

h1, h2, h3 {
  font-family: "Bricolage Grotesque", "Avenir Next", "Helvetica Neue", sans-serif;
  margin: 0;
  letter-spacing: -0.01em;
}

.wrap { max-width: 1164px; margin: 0 auto; padding-left: 22px; padding-right: 22px; }

/* ---------- Nav ---------- */
.nav { display: flex; align-items: center; justify-content: space-between; padding-top: 22px; padding-bottom: 22px; gap: 16px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); }
.brand:hover { color: var(--ink); }
.brand-name { font-family: "Bricolage Grotesque", sans-serif; font-weight: 800; font-size: 24px; letter-spacing: -0.02em; }
.brand-name-sm { font-size: 19px; }
.nav-links { display: flex; align-items: center; gap: 32px; }
.navlink { color: var(--ink); font-weight: 500; font-size: 16px; }
.navlink:hover { color: var(--green); }

.btn-primary {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  background: var(--navy); color: #fff; border-radius: 999px;
  padding: 15px 28px; font-weight: 600; font-size: 17px;
}
.btn-primary:hover { background: #1d3952; color: #fff; }
.btn-nav { padding: 11px 22px; font-size: 15px; }

/* ---------- Hero ---------- */
.hero { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 56px; align-items: center; padding-top: 56px; padding-bottom: 88px; }
.hero-copy { display: flex; flex-direction: column; align-items: flex-start; gap: 22px; }
.badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: #E8F5ED; color: #17824a; border-radius: 999px;
  padding: 7px 14px; font-size: 14px; font-weight: 600;
}
h1 { font-size: clamp(38px, 5vw, 62px); line-height: 1.04; font-weight: 800; }
.hero-sub { margin: 0; font-size: 20px; color: var(--muted); max-width: 460px; }
.hero-cta { display: flex; flex-direction: column; gap: 10px; margin-top: 6px; }
.cta-note { font-size: 14px; color: var(--muted); }

.hero-art { position: relative; min-height: 470px; }
.map-card {
  position: relative; width: min(480px, 100%);
  background: #EDF4EC; border: 1px solid var(--line); border-radius: 24px; overflow: hidden;
}
.map-card svg { display: block; width: 100%; height: auto; }
.chip {
  position: absolute; border-radius: 999px; font-weight: 700; font-size: 15px;
}
.chip-distance {
  top: 18px; right: 18px; background: #FFFFFF; border: 1px solid var(--line);
  padding: 8px 16px; box-shadow: 0 4px 14px rgba(20, 41, 62, 0.08); color: var(--ink);
}
.chip-start {
  bottom: 4.6%; left: 50%; transform: translateX(-108%);
  background: #14293E; color: #fff; padding: 7px 14px; font-weight: 600; font-size: 13.5px;
}

.watch {
  position: absolute; right: 8px; bottom: 0;
  width: 172px; height: 214px; background: #0B0F14;
  border-radius: 46px; border: 5px solid #26313B;
  box-shadow: 0 18px 44px rgba(20, 41, 62, 0.28);
  padding: 17px 18px; overflow: hidden;
}
.crown { position: absolute; right: -10px; top: 58px; width: 6px; height: 30px; background: #26313B; border-radius: 3px; }
.side-btn { position: absolute; right: -8px; top: 104px; width: 4px; height: 22px; background: #26313B; border-radius: 2px; }
.watch-screen {
  display: flex; flex-direction: column; align-items: flex-start; gap: 6px;
  color: #fff; font-variant-numeric: tabular-nums;
}
.watch-timer { font-size: 22px; font-weight: 600; color: #FFD60A; line-height: 1; }
.watch-row { display: flex; flex-direction: column; }
.watch-v { font-size: 16.5px; line-height: 1.2; }
.watch-l { font-size: 10px; color: #98A3AC; }

/* ---------- Privacy band ---------- */
.band { background: var(--navy); padding: 72px 0; }
.band-inner { display: flex; flex-direction: column; gap: 44px; }
.band-h { color: #FFFFFF; font-size: clamp(28px, 3.5vw, 38px); font-weight: 800; letter-spacing: -0.015em; max-width: 640px; }
.band-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 28px; }
.band-item { display: flex; flex-direction: column; gap: 10px; }
.band-item h3 { color: #FFFFFF; font-weight: 700; font-size: 19px; font-family: "Instrument Sans", sans-serif; letter-spacing: 0; }
.band-item p { margin: 0; color: var(--band-ink); opacity: 0.75; font-size: 16px; }
.band-item a { color: #3BCB77; }
.band-item a:hover { color: #5fdf95; }

/* ---------- Features ---------- */
.features { padding-top: 88px; padding-bottom: 88px; display: flex; flex-direction: column; gap: 40px; }
.section-head { display: flex; flex-direction: column; gap: 12px; max-width: 620px; }
.section-head h2 { font-size: clamp(30px, 3.6vw, 40px); font-weight: 800; }
.section-head p { margin: 0; color: var(--muted); font-size: 18px; }
.feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; }
.card { background: var(--card); border: 1px solid var(--line); border-radius: 20px; }
.feature { padding: 28px; display: flex; flex-direction: column; gap: 14px; }
.feature h3 { font-size: 20px; font-weight: 700; font-family: "Instrument Sans", sans-serif; letter-spacing: 0; }
.feature p { color: var(--muted); font-size: 16px; line-height: 1.5; margin: 6px 0 0; }

/* ---------- Pricing ---------- */
.pricing-band { background: #F1F6F0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 88px 0; }
.pricing-inner { display: flex; flex-direction: column; gap: 40px; }
.price-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; max-width: 880px; }
.price-card { padding: 32px; display: flex; flex-direction: column; gap: 20px; }
.price-card-unl { border: 2px solid var(--green); position: relative; }
.price-badge {
  position: absolute; top: -14px; left: 32px;
  background: var(--green); color: #fff; border-radius: 999px;
  padding: 5px 14px; font-size: 13px; font-weight: 700;
}
.price-head { display: flex; flex-direction: column; gap: 4px; }
.price-name { font-weight: 700; font-size: 22px; font-family: "Bricolage Grotesque", sans-serif; }
.price-amount { font-size: 34px; font-weight: 800; font-family: "Bricolage Grotesque", sans-serif; }
.price-amount small { font-size: 16px; font-weight: 600; color: var(--muted); }
.price-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.price-list li { position: relative; padding-left: 28px; font-size: 16px; }
.price-list li::before {
  content: "";
  position: absolute; left: 0; top: 3px; width: 18px; height: 18px;
  background-color: var(--green);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round"><path d="M5 12.5l4.5 4.5L19 7.5"/></svg>') center / contain no-repeat;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round"><path d="M5 12.5l4.5 4.5L19 7.5"/></svg>') center / contain no-repeat;
}

/* ---------- Footer ---------- */
.footer { padding-top: 56px; padding-bottom: 44px; display: flex; flex-direction: column; gap: 28px; }
.footer-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.footer-brand { display: flex; flex-direction: column; gap: 10px; }
.footer-made { color: var(--muted); font-size: 15px; }
.footer-cols { display: flex; gap: 48px; flex-wrap: wrap; }
.footer-col { display: flex; flex-direction: column; gap: 9px; font-size: 15px; }
.footer-col-h { font-weight: 700; color: var(--ink); }
.footer-col a { color: var(--muted); }
.footer-col a:hover { color: var(--green); }
.footer-lang { font-size: 14px; color: var(--muted); display: flex; flex-wrap: wrap; gap: 6px 14px; }
.footer-lang a { color: var(--muted); }
.footer-lang a:hover { color: var(--green); }
.footer-lang .lang-current { color: var(--ink); font-weight: 600; }
.footer-bottom {
  border-top: 1px solid var(--line); padding-top: 20px;
  display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap;
  font-size: 13.5px; color: var(--muted);
}

/* ---------- Responsive ---------- */
@media (max-width: 920px) {
  .hero { grid-template-columns: minmax(0, 1fr); gap: 40px; padding-top: 24px; padding-bottom: 56px; }
  .hero-art { min-height: 0; }
  .watch { right: 0; bottom: -18px; }
  .band, .pricing-band { padding: 56px 0; }
  .features { padding-top: 56px; padding-bottom: 56px; }
}

@media (max-width: 700px) {
  .nav-links .navlink { display: none; }
  .hero-cta { width: 100%; }
  .hero-cta .btn-primary { width: 100%; }
  .cta-note { text-align: center; }
}

@media (max-width: 560px) {
  .watch { display: none; }
  .chip-start { left: 22px; transform: none; }
}

/* ---------- Language dropdown ---------- */
.lang-menu { position: relative; }
.lang-menu summary {
  list-style: none; cursor: pointer; user-select: none;
  display: inline-flex; align-items: center; gap: 7px;
  color: var(--ink); font-weight: 500; font-size: 15px;
  padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px;
  background: var(--card);
}
.lang-menu summary::-webkit-details-marker { display: none; }
.lang-menu summary:hover { border-color: var(--green); color: var(--green); }
.lang-menu[open] summary { border-color: var(--green); }
.lang-list {
  position: absolute; right: 0; top: calc(100% + 8px); z-index: 20;
  min-width: 190px; display: flex; flex-direction: column;
  background: var(--card); border: 1px solid var(--line); border-radius: 14px;
  box-shadow: 0 12px 32px rgba(20, 41, 62, 0.12); padding: 6px; gap: 1px;
}
.lang-item { display: block; padding: 9px 12px; border-radius: 9px; font-size: 15px; color: var(--ink); }
a.lang-item:hover { background: #EDF4EC; color: var(--ink); }
.lang-item-current { font-weight: 700; color: var(--green); }

/* ---------- Legal / privacy page ---------- */
.legal-main { padding-top: 24px; padding-bottom: 88px; }
.legal { max-width: 760px; }
.legal-eyebrow { color: var(--green); font-weight: 600; font-size: 14px; letter-spacing: 0.04em; text-transform: uppercase; margin: 24px 0 6px; }
.legal-h1 { font-size: clamp(34px, 4.5vw, 46px); }
.legal-tagline { color: var(--muted); font-size: 18px; margin: 12px 0 4px; }
.legal-dates { color: var(--muted); font-size: 14px; margin: 0 0 8px; }
.legal-body { font-size: 16.5px; }
.legal-body h2 {
  font-size: 22px; font-weight: 700; margin: 36px 0 10px;
  font-family: "Bricolage Grotesque", "Avenir Next", sans-serif;
}
.legal-body p { margin: 10px 0; }
.legal-body ul { margin: 10px 0; padding-left: 22px; }
.legal-body li { margin: 6px 0; }
.legal-body .headline {
  background: #EDF4EC; border: 1px solid var(--line); border-radius: 16px;
  padding: 18px 22px; margin: 20px 0;
}
.legal-body .headline p { margin: 6px 0; font-weight: 500; }
.legal-body .never {
  background: var(--navy); color: #fff; border-radius: 16px;
  padding: 14px 22px; margin: 16px 0;
}
.legal-body .never li { color: var(--band-ink); }

@media (max-width: 700px) {
  .lang-menu summary .lang-menu-current { display: none; }
  .lang-menu summary { padding: 8px 10px; }
}

/* ---------- Phone screenshot in hero ---------- */
.phone {
  width: clamp(250px, 24vw, 300px);
  border-radius: 44px; border: 6px solid #26313B; background: #0B0F14;
  box-shadow: 0 24px 56px rgba(20, 41, 62, 0.30);
  overflow: hidden; margin-left: 96px;
}
.phone img { display: block; width: 100%; height: auto; }
.hero-art { min-height: 0; display: flex; }
.hero-art .watch { right: auto; left: 0; bottom: 26px; }
@media (max-width: 920px) {
  .hero-art { justify-content: center; }
  .phone { margin-left: 0; }
  .hero-art .watch { left: calc(50% + 90px); bottom: 8px; }
}
