:root {
  /* Baylou "Petrol & Clay". Token names kept (--forest/--gold) as stable rails;
     values are the new palette — petrol-teal primary, clay signal. */
  --forest: #0E4D54;
  --forest-pressed: #0A3A40;
  --forest-fill: #2D6A72;
  --gold: #C56B4A;
  --cream: #F6F4F0;
  --ceramic: #EDEBE6;
  --night: #0B1C1F;
  --ink: #16282B;
  --ink-soft: #516468;
  --on-forest: #F6F4F0;
  --on-forest-soft: #BFD3D2;
  --radius: 18px;
  --radius-sm: 12px;
  --maxw: 1080px;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
}
h1, h2, h3, .brand { font-family: "Bricolage Grotesque", "Inter", ui-sans-serif, system-ui, sans-serif; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
}
a { color: inherit; }
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.skip { position: absolute; left: -999px; }
.skip:focus { left: 12px; top: 12px; background: var(--gold); color: var(--forest); padding: 10px 16px; border-radius: 10px; z-index: 10; }

header { position: sticky; top: 0; z-index: 5; background: rgba(251,249,245,0.86); backdrop-filter: saturate(140%) blur(10px); border-bottom: 1px solid #eceae3; }
.nav { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 21px; letter-spacing: -0.02em; color: var(--forest); text-decoration: none; }
.dot { width: 14px; height: 14px; border-radius: 50%; background: var(--forest); box-shadow: 0 0 0 4px rgba(45,106,114,0.18); }
.nav-links { display: flex; align-items: center; gap: 26px; }
.nav-links a { text-decoration: none; font-weight: 500; font-size: 15px; color: var(--ink-soft); }
.nav-links a:hover { color: var(--forest); }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-weight: 600; font-size: 15px; text-decoration: none; border-radius: 999px; padding: 11px 20px; transition: transform .08s ease, background .15s ease; }
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--forest); color: var(--on-forest); }
.btn-primary:hover { background: var(--forest-pressed); }
.btn-gold { background: var(--gold); color: var(--forest); }
.btn-gold:hover { filter: brightness(0.96); }
.btn-ghost { background: transparent; color: var(--forest); border: 1px solid #d7d3c8; }
.btn-ghost:hover { border-color: var(--forest); }

.hero { background: var(--forest); color: var(--on-forest); border-radius: 0 0 36px 36px; overflow: hidden; position: relative; }
.hero::after { content: ""; position: absolute; right: -120px; top: -120px; width: 360px; height: 360px; border-radius: 50%; background: rgba(197,107,74,0.10); }
.hero .wrap { padding: 92px 24px 84px; position: relative; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 600; letter-spacing: 0.02em; color: var(--gold); background: rgba(197,107,74,0.12); border: 1px solid rgba(197,107,74,0.30); padding: 7px 14px; border-radius: 999px; }
h1 { font-size: clamp(2.3rem, 5.4vw, 3.7rem); line-height: 1.05; letter-spacing: -0.03em; font-weight: 800; margin: 22px 0 0; max-width: 16ch; }
.lede { font-size: clamp(1.05rem, 2vw, 1.25rem); color: var(--on-forest-soft); margin: 22px 0 0; max-width: 52ch; }
.cta-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; align-items: center; }
.store { display: inline-flex; align-items: center; gap: 11px; background: var(--cream); color: var(--forest); text-decoration: none; padding: 12px 20px; border-radius: 14px; font-weight: 700; transition: transform .08s ease; }
.store:hover { transform: translateY(-1px); }
.store small { display: block; font-weight: 500; font-size: 11px; opacity: .7; letter-spacing: .02em; }
.store b { font-size: 16px; letter-spacing: -0.01em; }
.store svg { width: 24px; height: 24px; }
.open-web { color: var(--gold); text-decoration: none; font-weight: 600; font-size: 15px; border-bottom: 1px solid rgba(197,107,74,0.4); padding-bottom: 2px; }
.trust { display: flex; flex-wrap: wrap; gap: 10px 26px; margin-top: 38px; color: var(--on-forest-soft); font-size: 14px; }
.trust span { display: inline-flex; align-items: center; gap: 8px; }
.trust .tick { color: var(--gold); }

section { padding: 76px 0; }
.kicker { font-size: 13px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--forest-fill); }
h2 { font-size: clamp(1.7rem, 3.4vw, 2.4rem); line-height: 1.1; letter-spacing: -0.02em; font-weight: 800; margin: 12px 0 0; color: var(--forest); max-width: 20ch; }
.sub { color: var(--ink-soft); font-size: 1.05rem; margin: 14px 0 0; max-width: 56ch; }

.grid { display: grid; gap: 18px; margin-top: 44px; }
.g3 { grid-template-columns: repeat(3, 1fr); }
.g4 { grid-template-columns: repeat(4, 1fr); }
.card { background: #fff; border: 1px solid #ece9e1; border-radius: var(--radius); padding: 28px 26px; }
.card .ico { width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center; background: var(--ceramic); color: var(--forest); margin-bottom: 18px; }
.card .ico svg { width: 24px; height: 24px; }
.card h3 { font-size: 1.2rem; margin: 0 0 8px; color: var(--forest); letter-spacing: -0.01em; }
.card p { margin: 0; color: var(--ink-soft); font-size: 0.98rem; }
.num { font-weight: 800; color: var(--gold); font-size: 1.1rem; background: var(--forest); width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center; margin-bottom: 16px; }

.band { background: var(--forest-fill); color: var(--on-forest); border-radius: 28px; padding: 52px 44px; display: grid; grid-template-columns: 1.4fr 1fr; gap: 32px; align-items: center; }
.band h2 { color: var(--cream); margin: 8px 0 0; max-width: 22ch; }
.band .sub { color: #dce8e0; }
.band .badge { color: var(--forest); background: var(--gold); font-weight: 700; font-size: 13px; padding: 6px 14px; border-radius: 999px; display: inline-block; }
.band .act { text-align: right; display: flex; flex-direction: column; gap: 12px; align-items: flex-end; }

.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 44px; }
.plan { background: #fff; border: 1px solid #ece9e1; border-radius: var(--radius); padding: 30px 28px; }
.plan.featured { border: 2px solid var(--gold); }
.plan .tag { font-size: 12px; font-weight: 700; color: var(--forest-fill); letter-spacing: .04em; text-transform: uppercase; }
.plan .price { font-size: 1.9rem; font-weight: 800; color: var(--forest); letter-spacing: -0.02em; margin: 10px 0 2px; }
.plan .price small { font-size: 0.95rem; font-weight: 500; color: var(--ink-soft); }
.plan ul { list-style: none; padding: 0; margin: 18px 0 0; }
.plan li { display: flex; gap: 10px; align-items: flex-start; padding: 7px 0; color: var(--ink-soft); font-size: 0.96rem; }
.plan li svg { width: 18px; height: 18px; color: var(--forest-fill); flex: none; margin-top: 2px; }

.steps { display: grid; gap: 16px; margin-top: 40px; }
.step { background: #fff; border: 1px solid #ece9e1; border-radius: var(--radius); padding: 24px 26px; display: grid; grid-template-columns: 44px 1fr; gap: 18px; align-items: start; }
.step .num { margin: 0; }
.step h3 { font-size: 1.15rem; margin: 0 0 6px; color: var(--forest); }
.step p { margin: 0; color: var(--ink-soft); font-size: 0.98rem; }

footer { background: var(--night); color: #aebfb5; padding: 60px 0 40px; margin-top: 24px; }
.foot { display: flex; flex-wrap: wrap; gap: 28px; justify-content: space-between; align-items: flex-start; }
.foot a { color: #cdd9d1; text-decoration: none; font-size: 14px; }
.foot a:hover { color: var(--gold); }
.foot-links { display: flex; flex-wrap: wrap; gap: 22px; }
.disclaimer { margin-top: 30px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,0.08); font-size: 12.5px; color: #7e8f85; max-width: 70ch; }
.soon { font-size: 11px; opacity: .65; }

@media (max-width: 860px) {
  .g3, .g4, .plans, .band { grid-template-columns: 1fr; }
  .band .act { align-items: flex-start; text-align: left; }
  .nav-links a:not(.btn) { display: none; }
}

.legal-head { background: var(--forest); color: var(--on-forest); border-radius: 0 0 36px 36px; }
.legal-head .wrap { padding: 64px 24px 52px; }
.legal-head h1 { font-size: clamp(2rem, 4vw, 2.8rem); margin: 10px 0 0; max-width: none; color: var(--on-forest); }
.legal-head .updated { color: var(--on-forest-soft); margin-top: 14px; font-size: 14px; }
.legal { max-width: 760px; margin: 0 auto; padding: 52px 24px 24px; }
.legal h2 { font-size: 1.4rem; color: var(--forest); margin: 42px 0 10px; max-width: none; line-height: 1.25; }
.legal h3 { font-size: 1.08rem; font-weight: 700; color: var(--forest); margin: 26px 0 6px; }
.legal p, .legal li { color: #36403a; font-size: 1.02rem; line-height: 1.7; }
.legal p { margin: 12px 0; }
.legal ul { padding-left: 22px; margin: 10px 0; }
.legal li { margin: 7px 0; }
.legal a { color: var(--forest-fill); }
.legal strong { color: var(--forest); }
.legal .lead { font-size: 1.12rem; color: var(--ink-soft); }
.legal .toc { background: var(--ceramic); border: 1px solid #ece9e1; border-radius: var(--radius); padding: 18px 24px; margin: 4px 0 8px; }
.legal .toc strong { display: block; font-size: 0.85rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--forest-fill); margin-bottom: 8px; }
.legal .toc a { display: inline-block; margin: 4px 16px 4px 0; font-weight: 600; font-size: 0.95rem; }
.legal .note { background: var(--ceramic); border-left: 3px solid var(--gold); border-radius: 0; padding: 14px 18px; margin: 18px 0; font-size: 0.98rem; }
