*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --green:     #2F5D50;
  --green-dk:  #1F4237;
  --amber:     #D9913B;
  --paper:     #F5F2EC;
  --card:      #FFFDF9;
  --ink:       #26302C;
  --muted:     #7C8680;
  --border:    #E0DAD0;
  --danger:    #B4553F;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', sans-serif;
  background: var(--paper);
  color: var(--ink);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 { font-family: 'Fraunces', serif; line-height: 1.15; }

.wrap { max-width: 1080px; margin: 0 auto; padding: 0 24px; }

/* ── NAV ── */
nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(47,93,80,0.97);
  backdrop-filter: blur(8px);
  height: 62px;
  display: flex; align-items: center;
  box-shadow: 0 4px 24px rgba(31,66,55,0.25);
}
.nav-inner {
  max-width: 1080px; margin: 0 auto; padding: 0 24px;
  width: 100%;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.nav-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.nav-logo img { width: 32px; height: 32px; border-radius: 8px; }
.nav-wordmark {
  font-family: 'Fraunces', serif; font-weight: 700;
  font-size: 21px; color: #FFF; letter-spacing: 0.01em;
}
.nav-links { display: flex; gap: 26px; list-style: none; }
.nav-links a {
  color: rgba(255,255,255,0.75); text-decoration: none;
  font-size: 13px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase;
  transition: color .2s;
}
.nav-links a:hover { color: var(--amber); }
@media (max-width: 860px) { .nav-links { display: none; } }

.lang-switch {
  display: flex; align-items: center; gap: 2px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 999px; padding: 3px;
}
.lang-switch a {
  font-size: 12.5px; font-weight: 700; letter-spacing: 0.04em;
  text-decoration: none; color: rgba(255,255,255,0.65);
  padding: 4px 9px; border-radius: 999px;
  transition: background .2s, color .2s;
  line-height: 1;
}
.lang-switch a:hover { color: #FFF; }
.lang-switch a.active { background: var(--amber); color: var(--green-dk); }

/* ── HERO ── */
.hero {
  background: linear-gradient(170deg, var(--green) 0%, var(--green-dk) 100%);
  color: #FFF;
  padding: 90px 24px 0;
  overflow: hidden;
}
.hero-grid {
  max-width: 1080px; margin: 0 auto;
  display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 48px;
  align-items: center;
}
@media (max-width: 860px) { .hero-grid { grid-template-columns: 1fr; } }
.hero h1 { font-size: clamp(38px, 5.5vw, 58px); margin-bottom: 20px; }
.hero h1 em { font-style: normal; color: var(--amber); }
.hero p.lead {
  font-size: 18px; color: rgba(255,255,255,0.85);
  max-width: 480px; margin-bottom: 28px;
}
.chips { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 34px; }
.chip {
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 999px; padding: 7px 16px;
  font-size: 13.5px; font-weight: 600; color: rgba(255,255,255,0.92);
  background: rgba(255,255,255,0.07);
}
.stores { display: flex; flex-wrap: wrap; gap: 12px; padding-bottom: 70px; }
.store-badge {
  display: flex; flex-direction: column; justify-content: center;
  border: 1.5px solid rgba(255,255,255,0.35); border-radius: 12px;
  padding: 9px 20px; min-width: 170px;
  color: #FFF; text-decoration: none;
  background: rgba(0,0,0,0.18);
}
.store-badge small { font-size: 10.5px; letter-spacing: 0.08em; text-transform: uppercase; opacity: 0.7; }
.store-badge strong { font-size: 16.5px; }

/* Phone mockup */
.phone {
  width: 300px; margin: 0 auto;
  background: var(--paper);
  border-radius: 38px; border: 10px solid #182420;
  box-shadow: 0 30px 70px rgba(0,0,0,0.4);
  overflow: hidden;
  transform: translateY(28px);
}
.phone-screen { padding: 18px 14px 26px; }
.phone-title { font-size: 17px; font-weight: 800; margin-bottom: 12px; color: var(--ink); font-family: 'Inter', sans-serif; }
.phone-section {
  font-size: 10px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--muted); margin: 10px 2px 6px;
}
.ptask {
  display: flex; align-items: center; gap: 9px;
  background: var(--card); border: 1px solid var(--border); border-radius: 13px;
  padding: 9px 10px; margin-bottom: 7px;
}
.ptask.due { border-left: 4px solid var(--amber); }
.ptask .ico { font-size: 17px; }
.ptask .tt { flex: 1; min-width: 0; }
.ptask .tt b { display: block; font-size: 12px; color: var(--ink); }
.ptask .tt span { font-size: 10px; color: var(--muted); }
.ptask .done-btn {
  background: var(--green); color: #FFF; border-radius: 9px;
  font-size: 10px; font-weight: 800; padding: 6px 9px; white-space: nowrap;
}

/* ── SECTIONS ── */
section { padding: 84px 0; }
.kicker {
  font-size: 13px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--amber); margin-bottom: 10px;
}
h2.section-title { font-size: clamp(28px, 4vw, 40px); margin-bottom: 16px; }
.section-sub { font-size: 17px; color: var(--muted); max-width: 640px; }

/* Story / privacy */
.story { background: var(--card); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
@media (max-width: 820px) { .story-grid { grid-template-columns: 1fr; } }
.story blockquote {
  border-left: 4px solid var(--danger);
  padding: 6px 0 6px 20px;
  font-size: 16.5px; color: var(--ink);
  margin: 22px 0;
}
.story blockquote cite { display: block; margin-top: 8px; font-size: 13.5px; color: var(--muted); font-style: normal; }
.privacy-list { list-style: none; margin-top: 22px; }
.privacy-list li {
  display: flex; gap: 12px; align-items: flex-start;
  padding: 10px 0; font-size: 15.5px;
}
.privacy-list .check {
  width: 24px; height: 24px; flex-shrink: 0; border-radius: 999px;
  background: var(--green); color: #FFF;
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 800; margin-top: 2px;
}

/* Features */
.features-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
  margin-top: 44px;
}
@media (max-width: 900px) { .features-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 580px) { .features-grid { grid-template-columns: 1fr; } }
.feature {
  background: var(--card); border: 1px solid var(--border); border-radius: 18px;
  padding: 26px 24px;
}
.feature .f-ico { font-size: 28px; margin-bottom: 12px; display: block; }
.feature h3 { font-size: 19px; margin-bottom: 8px; font-family: 'Inter', sans-serif; font-weight: 800; }
.feature p { font-size: 14.5px; color: var(--muted); }

/* Handover highlight */
.handover { background: linear-gradient(170deg, var(--green) 0%, var(--green-dk) 100%); color: #FFF; }
.handover .kicker { color: var(--amber); }
.handover h2 { color: #FFF; }
.handover .section-sub { color: rgba(255,255,255,0.82); }
.handover-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 44px; }
@media (max-width: 820px) { .handover-points { grid-template-columns: 1fr; } }
.hpoint {
  background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.16);
  border-radius: 18px; padding: 24px;
}
.hpoint .num {
  font-family: 'Fraunces', serif; font-size: 30px; font-weight: 700; color: var(--amber);
  display: block; margin-bottom: 8px;
}
.hpoint p { font-size: 14.5px; color: rgba(255,255,255,0.85); }
.hpoint b { color: #FFF; display: block; margin-bottom: 4px; font-size: 16px; }

/* FAQ */
.faq details {
  background: var(--card); border: 1px solid var(--border); border-radius: 14px;
  padding: 18px 22px; margin-bottom: 10px;
}
.faq summary { font-weight: 700; font-size: 16px; cursor: pointer; }
.faq details p { margin-top: 10px; font-size: 15px; color: var(--muted); }

/* Simple content pages (privacy / terms / support) */
main.page { max-width: 760px; margin: 0 auto; padding: 56px 24px 80px; }
main.page h1 { font-size: 38px; margin-bottom: 8px; }
main.page .updated { color: var(--muted); font-size: 14px; margin-bottom: 36px; }
main.page h2 { font-size: 23px; margin: 36px 0 10px; }
main.page p, main.page li { font-size: 15.5px; }
main.page ul { padding-left: 22px; margin: 10px 0; }
main.page a { color: var(--green); }
.highlight {
  background: var(--card); border: 1px solid var(--border); border-left: 4px solid var(--green);
  border-radius: 12px; padding: 18px 22px; margin: 22px 0;
}

/* Footer */
footer {
  background: var(--green-dk); color: rgba(255,255,255,0.7);
  padding: 44px 24px; font-size: 13.5px;
}
.footer-inner {
  max-width: 1080px; margin: 0 auto;
  display: flex; flex-wrap: wrap; gap: 18px; align-items: center; justify-content: space-between;
}
footer a { color: rgba(255,255,255,0.85); text-decoration: none; margin-left: 18px; }
footer a:hover { color: var(--amber); }
