:root {
  --ink: #23201D;
  --night: #3B332C;
  --plum: #5D6B57;
  --aubergine: #2F3A31;
  --porcelain: #F7F2EA;
  --card: #FFFCF7;
  --paper: #E9DDCF;
  --ember: #C75F3C;
  --saffron: #DFAE4B;
  --mint: #8AA384;
  --teal: #55786B;
  --lilac: #B9AA96;
  --rose: #B86B5E;
  --muted: #7C7166;
  --line: #E4D8C8;
  --shadow: 0 28px 70px rgba(35, 32, 29, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 8%, rgba(223, 174, 75, 0.18), transparent 24rem),
    radial-gradient(circle at 92% 12%, rgba(138, 163, 132, 0.18), transparent 26rem),
    linear-gradient(135deg, var(--porcelain), #F1E7D8 52%, #E9DDCF);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  min-height: 100vh;
}

a { color: inherit; }

.site-header {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 22px 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-logo {
  width: 54px;
  height: 54px;
  border-radius: 17px;
  object-fit: cover;
  box-shadow: 0 14px 34px rgba(35, 32, 29, 0.16);
}

.header-logo {
  width: 76px;
  height: 76px;
  border-radius: 24px;
  object-fit: cover;
  box-shadow: 0 18px 42px rgba(35, 32, 29, 0.18);
}

.brand strong {
  display: block;
  font-size: 22px;
  letter-spacing: -0.04em;
}

.brand small {
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  color: var(--muted);
  font-weight: 850;
}

nav a {
  text-decoration: none;
  transition: color 160ms ease, transform 160ms ease;
}
nav a:hover { color: var(--teal); transform: translateY(-1px); }

.hero {
  width: min(1180px, calc(100% - 32px));
  margin: 34px auto 0;
  min-height: 680px;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(330px, 0.78fr);
  gap: 42px;
  align-items: center;
}

.hero-copy h1 {
  font-size: clamp(3.4rem, 7vw, 7.1rem);
  line-height: 0.9;
  letter-spacing: -0.075em;
  margin: 12px 0 24px;
  max-width: 860px;
}

.eyebrow {
  color: var(--teal);
  font-size: 0.84rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  margin: 0 0 10px;
}

.lead {
  color: var(--muted);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  line-height: 1.55;
  max-width: 720px;
  margin: 0 0 30px;
}

.store-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}
.store-actions.centered { justify-content: center; }

.store-button {
  min-width: 190px;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 14px 18px;
  display: inline-flex;
  flex-direction: column;
  text-decoration: none;
  color: var(--ink);
  background: var(--card);
  box-shadow: 0 10px 30px rgba(35, 32, 29, 0.10);
}
.store-button span {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 800;
}
.store-button strong {
  font-size: 1.22rem;
  letter-spacing: -0.03em;
}
.store-button.play {
  color: var(--ink);
  background: var(--saffron);
  border-color: var(--saffron);
}
.store-button.play span { color: rgba(35, 32, 29, 0.72); }
.store-button.disabled { opacity: 0.74; cursor: not-allowed; }

.microcopy {
  color: var(--muted);
  font-weight: 750;
  margin-top: 18px;
}

.phone-card {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 46px;
  padding: 26px;
  background: rgba(255, 252, 247, 0.76);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.phone-card::before {
  content: "";
  position: absolute;
  inset: -2px;
  background: radial-gradient(circle at 75% 15%, rgba(223, 174, 75, 0.22), transparent 18rem);
  pointer-events: none;
}
.phone-top {
  position: relative;
  display: flex;
  gap: 7px;
  margin-bottom: 22px;
}
.phone-top span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(85, 120, 107, 0.36);
}

.app-preview-card {
  position: relative;
  border-radius: 32px;
  padding: 24px;
  margin-bottom: 16px;
  border: 1px solid var(--line);
}
.app-preview-card.cream {
  background: var(--card);
  color: var(--ink);
}
.app-preview-card p {
  margin: 0 0 9px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--rose);
  font-weight: 950;
  font-size: 0.78rem;
}
.app-preview-card h2 {
  font-size: clamp(2.2rem, 4.8vw, 3.8rem);
  line-height: 0.96;
  letter-spacing: -0.07em;
  margin: 0 0 22px;
}
.app-preview-card button {
  width: 100%;
  border: 0;
  border-radius: 999px;
  padding: 16px;
  color: var(--ink);
  background: var(--saffron);
  font-size: 1.04rem;
  font-weight: 950;
}
.app-preview-card.weather {
  border-color: rgba(85, 120, 107, 0.32);
  background: rgba(138, 163, 132, 0.16);
}
.app-preview-card.weather p { color: var(--teal); }
.app-preview-card.weather h3 {
  font-size: 1.6rem;
  margin: 0 0 8px;
}
.app-preview-card.weather span { color: var(--muted); font-weight: 750; }

.mini-nav {
  position: relative;
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  color: var(--muted);
  font-weight: 900;
  text-align: center;
}
.mini-nav span { padding: 11px 4px; border-radius: 16px; }
.mini-nav .active { color: var(--ink); background: var(--saffron); }

.section {
  width: min(1180px, calc(100% - 32px));
  margin: 90px auto 0;
}
.section-heading {
  max-width: 760px;
  margin-bottom: 24px;
}
.section h2, .cta-section h2, .policy-card h1 {
  font-size: clamp(2.2rem, 4.6vw, 4.6rem);
  line-height: 0.98;
  letter-spacing: -0.065em;
  margin: 0;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.steps-grid article, .feature-list div {
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 22px;
  background: rgba(255, 252, 247, 0.70);
  box-shadow: 0 10px 26px rgba(35, 32, 29, 0.06);
}
.step-num {
  color: var(--saffron);
  font-weight: 950;
  letter-spacing: 0.15em;
}
.steps-grid h3 {
  font-size: 1.35rem;
  letter-spacing: -0.035em;
  margin: 18px 0 8px;
}
.steps-grid p, .section-text, .feature-list span, .policy-card p, .policy-card li {
  color: var(--muted);
  line-height: 1.65;
}

.split-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 34px;
  align-items: start;
}
.section-text { font-size: 1.1rem; }
.feature-list { display: grid; gap: 12px; }
.feature-list strong {
  display: block;
  color: var(--ink);
  font-size: 1.08rem;
  margin-bottom: 5px;
}
.feature-list div:nth-child(2n) { border-color: rgba(223, 174, 75, 0.38); }
.feature-list div:nth-child(3n) { border-color: rgba(85, 120, 107, 0.34); }

.cta-section {
  width: min(980px, calc(100% - 32px));
  margin: 100px auto;
  text-align: center;
  padding: 50px 28px;
  border-radius: 42px;
  background: var(--card);
  color: var(--ink);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.cta-section p {
  color: var(--muted);
  font-size: 1.12rem;
  font-weight: 750;
}
.cta-section .store-button.disabled {
  color: var(--card);
  background: var(--night);
}

.site-footer {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 42px;
  color: var(--muted);
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid var(--line);
}
.site-footer a { font-weight: 900; text-decoration: none; color: var(--teal); }

.policy-wrap {
  width: min(900px, calc(100% - 32px));
  margin: 42px auto 80px;
}
.policy-card {
  padding: clamp(24px, 5vw, 56px);
  border-radius: 38px;
  background: rgba(255, 252, 247, 0.82);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.policy-card h1 { margin-bottom: 10px; }
.policy-card h2 {
  color: var(--ink);
  margin-top: 34px;
  font-size: 1.45rem;
  letter-spacing: -0.03em;
}
.policy-card a { color: var(--teal); font-weight: 900; }
.effective { color: var(--teal) !important; font-weight: 900; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; align-items: start; }
  .brand { grid-column: 1; }
  nav { grid-column: 1 / -1; width: 100%; justify-content: space-between; gap: 10px; font-size: 0.92rem; }
  .header-logo { grid-column: 2; grid-row: 1; width: 64px; height: 64px; border-radius: 20px; }
  .hero { grid-template-columns: 1fr; min-height: auto; margin-top: 20px; }
  .phone-card { max-width: 520px; width: 100%; margin: 0 auto; }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .split-section { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .hero-copy h1 { font-size: 4rem; }
  .store-button { width: 100%; }
  .steps-grid { grid-template-columns: 1fr; }
  .site-footer { flex-direction: column; }
  .phone-card { border-radius: 32px; padding: 18px; }
  .app-preview-card { border-radius: 24px; }
  .brand-logo { width: 46px; height: 46px; border-radius: 15px; }
  .header-logo { width: 58px; height: 58px; }
}
