:root {
  --ink: #392f28;
  --muted: #867666;
  --paper: #f7efe3;
  --panel: #fff8ee;
  --line: #eadfcd;
  --green: #6f9e7d;
  --green-dark: #52785f;
  --amber: #df9d44;
  --red: #cf6b54;
  --blue: #7692ad;
  --shadow: 12px 16px 32px rgba(76, 58, 42, .14), -8px -8px 22px rgba(255, 255, 255, .7);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: linear-gradient(180deg, #fff8ee 0%, var(--paper) 52%, #efe1cc 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}
a { color: var(--green-dark); }
img { max-width: 100%; display: block; }
.wrap { width: min(1120px, calc(100% - 36px)); margin: 0 auto; }
.nav {
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(18px);
  background: rgba(255, 248, 238, .88);
  border-bottom: 1px solid rgba(234, 223, 205, .75);
}
.nav-inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--ink); text-decoration: none; font-weight: 900; }
.brand img { width: 42px; height: 42px; border-radius: 13px; box-shadow: 0 8px 18px rgba(76, 58, 42, .16); }
.links { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }
.links a, .pill {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 9px 14px;
  border-radius: 999px;
  text-decoration: none;
  color: var(--ink);
  font-weight: 800;
  font-size: .92rem;
  background: linear-gradient(180deg, #fff8ee, #efe2ce);
  box-shadow: 4px 5px 12px rgba(76, 58, 42, .13), -4px -4px 12px rgba(255,255,255,.7);
}
.hero { padding: 54px 0 34px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(300px, .98fr); gap: 34px; align-items: center; }
.eyebrow { color: var(--green-dark); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; font-weight: 900; }
h1, h2, h3 { line-height: 1.05; margin: 0; letter-spacing: 0; }
h1 { font-size: clamp(2.35rem, 7vw, 5.1rem); max-width: 820px; }
h2 { font-size: clamp(1.85rem, 4vw, 3rem); }
h3 { font-size: 1.15rem; }
.lead { font-size: clamp(1.04rem, 2vw, 1.28rem); color: #5f5146; max-width: 650px; margin: 20px 0 0; }
.actions { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; margin-top: 26px; }
.cta {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border-radius: 17px;
  text-decoration: none;
  color: #fff;
  font-weight: 900;
  background: linear-gradient(180deg, #84c79b, #5a8a69);
  box-shadow: 0 12px 22px rgba(47, 143, 107, .34), inset 0 2px 4px rgba(255,255,255,.45), inset 0 -5px 8px rgba(0,0,0,.14);
}
.cta.secondary { color: var(--ink); background: linear-gradient(180deg, #fff8ee, #efe2ce); box-shadow: var(--shadow); }
.device-scene {
  position: relative;
  min-height: 560px;
  display: grid;
  place-items: center;
}
.phone {
  width: min(330px, 86vw);
  padding: 12px;
  border-radius: 34px;
  background: #2d2823;
  box-shadow: 0 28px 56px rgba(76, 58, 42, .28);
  transform: rotate(2deg);
}
.phone img { border-radius: 25px; width: 100%; }
.city-token {
  position: absolute;
  right: 0;
  bottom: 34px;
  width: 178px;
  padding: 18px;
  border-radius: 28px;
  background: var(--panel);
  box-shadow: var(--shadow);
  animation: breathe 3.4s ease-in-out infinite;
}
.city-token img { filter: drop-shadow(0 14px 18px rgba(76, 58, 42, .18)); }
@keyframes breathe { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
.band { padding: 44px 0; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.card, .legal-box {
  background: rgba(255, 248, 238, .78);
  border: 1px solid rgba(234, 223, 205, .88);
  border-radius: 22px;
  padding: 22px;
  box-shadow: var(--shadow);
}
.card p, .legal-box p, .legal-box li { color: #65574b; }
.card-icon {
  width: 44px;
  height: 44px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  color: #fff;
  font-weight: 900;
  background: radial-gradient(circle at 35% 28%, #f1ba66, var(--amber));
  box-shadow: inset 0 2px 5px rgba(255,255,255,.45), inset 0 -5px 8px rgba(0,0,0,.12), 0 8px 15px rgba(76,58,42,.16);
}
.card:nth-child(2) .card-icon { background: radial-gradient(circle at 35% 28%, #8fcaa4, var(--green)); }
.card:nth-child(3) .card-icon { background: radial-gradient(circle at 35% 28%, #91abc6, var(--blue)); }
.screens { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: start; }
.screen-shot { border-radius: 27px; padding: 8px; background: #2d2823; box-shadow: 0 18px 38px rgba(76, 58, 42, .22); }
.screen-shot:nth-child(2) { margin-top: 28px; }
.screen-shot img { border-radius: 20px; }
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 24px; align-items: start; }
.footer { padding: 36px 0 54px; color: var(--muted); font-size: .92rem; }
.footer-inner { border-top: 1px solid var(--line); padding-top: 22px; display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; }
.legal-main { padding: 42px 0 58px; }
.legal-box { max-width: 860px; }
.legal-box h2 { font-size: 1.35rem; margin-top: 30px; }
.legal-box h2:first-child { margin-top: 0; }
.legal-box ul { padding-left: 21px; }
.legal-box { overflow-wrap: anywhere; }
.notice { border-left: 5px solid var(--green); padding-left: 16px; }
@media (max-width: 820px) {
  .hero-grid, .split { grid-template-columns: 1fr; }
  .device-scene { min-height: 470px; }
  .grid-3, .screens { grid-template-columns: 1fr; }
  .screen-shot:nth-child(2) { margin-top: 0; }
  .links { gap: 6px; }
  .links a { padding: 8px 11px; font-size: .86rem; }
}
.legal-box h1 { overflow-wrap: anywhere; }
@media (max-width: 520px) {
  .legal-box h1 { font-size: 2rem; }
}
