:root {
  --bg: #ffffff;
  --bg-soft: #f6f3ee;
  --bg-cream: #faf6f0;
  --bg-dark: #14181e;
  --ink: #1a1f27;
  --ink-soft: #5c6672;
  --ink-faint: #8b95a1;
  --line: #ebe6dd;
  --brand: #549c35;
  --brand-light: #62b03f;
  --brand-dark: #437d2a;
  --brand-soft: #eef6e6;
  --gold: #c19a5b;
  --gold-soft: #f3ead9;
  --radius: 20px;
  --radius-sm: 12px;
  --shadow-sm: 0 4px 16px rgba(26, 31, 39, 0.06);
  --shadow: 0 14px 40px rgba(26, 31, 39, 0.09);
  --shadow-lg: 0 30px 70px rgba(26, 31, 39, 0.14);
  --maxw: 1160px;
  --serif: "Fraunces", "Playfair Display", Georgia, serif;
  --sans: "Inter", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: var(--brand-dark); text-decoration: none; transition: color .18s ease; }
a:hover { color: var(--brand); }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }
.narrow { max-width: 860px; }

h1, h2, h3 { font-family: var(--serif); color: var(--ink); margin: 0 0 .45em; font-weight: 600; line-height: 1.12; letter-spacing: -0.01em; }
h1 { font-size: clamp(2.3rem, 5.2vw, 3.7rem); }
h2 { font-size: clamp(1.9rem, 4vw, 2.75rem); }
h3 { font-size: 1.28rem; font-weight: 600; }
p { margin: 0 0 1em; color: var(--ink-soft); }
.muted { color: var(--ink-soft); }
.center { text-align: center; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #62b03f 0%, #437d2a 100%);
  color: #fff;
  padding: 15px 30px;
  border-radius: 999px;
  font-weight: 600;
  font-family: var(--sans);
  border: none;
  cursor: pointer;
  font-size: 1.02rem;
  line-height: 1;
  transition: transform .14s ease, box-shadow .2s ease, filter .2s ease;
  box-shadow: 0 12px 26px rgba(67, 125, 42, .28);
}
.btn:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 16px 34px rgba(67, 125, 42, .34); filter: brightness(1.03); }
.btn:active { transform: translateY(0); }
.btn svg { width: 18px; height: 18px; }
.btn-ghost {
  background: #fff;
  color: var(--ink);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}
.btn-ghost:hover { background: var(--bg-soft); color: var(--ink); }
.btn-lg { padding: 17px 38px; font-size: 1.08rem; }
.btn-block { width: 100%; justify-content: center; }
.nav-toggle { display: none; }

/* ---------- Topbar ---------- */
.topbar {
  background: linear-gradient(90deg, #437d2a, #549c35);
  color: #fff;
  text-align: center;
  font-size: .84rem;
  letter-spacing: .02em;
  padding: 10px 16px;
  font-weight: 500;
}

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(255,255,255,.9);
  backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.brand { display: flex; align-items: center; gap: 11px; font-family: var(--serif); font-weight: 600; font-size: 1.4rem; color: var(--ink); letter-spacing: -0.01em; }
.brand:hover { color: var(--ink); }
.brand .mark {
  width: 34px; height: 34px; border-radius: 10px;
  background: linear-gradient(135deg, #62b03f, #437d2a);
  display: inline-flex; align-items: center; justify-content: center;
  color: #fff; font-family: var(--sans); font-weight: 800; font-size: .95rem;
  box-shadow: 0 6px 14px rgba(67,125,42,.3);
}
.nav { display: flex; align-items: center; }
.nav a { color: var(--ink-soft); margin-left: 26px; font-size: .96rem; font-weight: 500; }
.nav a:hover { color: var(--brand-dark); }
.header-cta { display: inline-flex; }

/* ---------- Hero ---------- */
.hero { position: relative; background: radial-gradient(1200px 500px at 80% -10%, #f4ede1 0%, transparent 60%), linear-gradient(165deg, #faf6f0 0%, #f1e9dd 100%); overflow: hidden; }
.hero::before { content: ""; position: absolute; right: -120px; top: -120px; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(193,154,91,.22), transparent 70%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 50px; align-items: center; padding: 72px 0 78px; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; color: var(--brand-dark);
  font-weight: 600; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase;
  padding: 8px 16px; border-radius: 999px; margin-bottom: 22px;
  box-shadow: var(--shadow-sm); border: 1px solid var(--line);
}
.eyebrow .pip { width: 7px; height: 7px; border-radius: 50%; background: var(--brand); }
.hero h1 em { font-style: italic; color: var(--brand-dark); }
.hero p.lead { font-size: 1.18rem; max-width: 47ch; color: #4a5560; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; margin: 30px 0 26px; }
.hero-media { position: relative; }
.hero-media .frame { position: relative; border-radius: 26px; overflow: hidden; box-shadow: var(--shadow-lg); background: #fff; }
.hero-media .frame img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
.floating-card {
  position: absolute; background: rgba(255,255,255,.96); backdrop-filter: blur(6px);
  border: 1px solid var(--line); border-radius: 16px; padding: 12px 16px;
  box-shadow: var(--shadow); display: flex; align-items: center; gap: 12px;
}
.floating-card .fc-icon { width: 38px; height: 38px; border-radius: 10px; background: var(--brand-soft); display: flex; align-items: center; justify-content: center; color: var(--brand-dark); }
.floating-card .fc-icon svg { width: 20px; height: 20px; }
.floating-card strong { display: block; font-size: .95rem; color: var(--ink); }
.floating-card small { color: var(--ink-soft); font-size: .78rem; }
.fc-1 { left: -18px; top: 28px; }
.fc-2 { right: -14px; bottom: 34px; }

.hero-badges { display: flex; gap: 22px; flex-wrap: wrap; margin-top: 6px; }
.hero-badge { display: flex; align-items: center; gap: 9px; font-size: .9rem; color: var(--ink-soft); }
.hero-badge svg { width: 18px; height: 18px; color: var(--brand); }

/* ---------- Trust strip ---------- */
.trust { background: #fff; border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; padding: 30px 0; }
.trust-item { display: flex; align-items: center; gap: 14px; padding: 0 8px; }
.trust-item .t-icon { flex: 0 0 auto; width: 46px; height: 46px; border-radius: 12px; background: var(--gold-soft); display: flex; align-items: center; justify-content: center; color: var(--gold); }
.trust-item .t-icon svg { width: 24px; height: 24px; }
.trust-item strong { display: block; font-size: .98rem; color: var(--ink); line-height: 1.2; }
.trust-item small { color: var(--ink-soft); font-size: .82rem; }

/* ---------- Sections ---------- */
.section { padding: 88px 0; }
.section.tight { padding: 64px 0; }
.section.alt { background: var(--bg-cream); }
.section.dark { background: var(--bg-dark); color: #d6dbe1; }
.section.dark h2, .section.dark h3 { color: #fff; }
.section.dark p { color: #a7b0bb; }
.section-head { max-width: 640px; margin: 0 auto 52px; text-align: center; }
.section-head .kicker { display: inline-block; color: var(--gold); font-weight: 600; font-size: .82rem; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 14px; }
.section-head p { font-size: 1.1rem; }

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.step-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .2s ease, box-shadow .2s ease; }
.step-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.step-card .thumb { position: relative; aspect-ratio: 4/3; overflow: hidden; }
.step-card .thumb img { width: 100%; height: 100%; object-fit: cover; }
.step-card .body { padding: 24px 24px 26px; }
.step-badge { position: absolute; top: 14px; left: 14px; display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 50%; background: rgba(255,255,255,.95); color: var(--brand-dark); font-family: var(--serif); font-weight: 600; box-shadow: var(--shadow-sm); }
.step-card h3 { margin-bottom: .35em; }

/* ---------- Split ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split.rev .split-media { order: 2; }
.split-media { position: relative; }
.split-media img { border-radius: var(--radius); box-shadow: var(--shadow); width: 100%; }
.split-media .tag { position: absolute; bottom: 18px; left: 18px; background: rgba(255,255,255,.95); border-radius: 12px; padding: 10px 16px; box-shadow: var(--shadow-sm); font-size: .86rem; font-weight: 600; color: var(--ink); }
.feature-list { list-style: none; padding: 0; margin: 22px 0 0; }
.feature-list li { position: relative; padding-left: 36px; margin-bottom: 15px; color: var(--ink); }
.feature-list li::before { content: ""; position: absolute; left: 0; top: 2px; width: 24px; height: 24px; border-radius: 50%; background: var(--brand-soft); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23437d2a' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center; background-size: 14px; }

/* ---------- Benefits ---------- */
.benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.benefit { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 26px; box-shadow: var(--shadow-sm); }
.benefit .b-icon { width: 54px; height: 54px; border-radius: 14px; background: linear-gradient(135deg, var(--brand-soft), #dcefcc); display: flex; align-items: center; justify-content: center; color: var(--brand-dark); margin-bottom: 18px; }
.benefit .b-icon svg { width: 27px; height: 27px; }
.benefit h3 { margin-bottom: .3em; }
.benefit p { margin: 0; font-size: .97rem; }

/* ---------- Timeline (routine) ---------- */
.timeline { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.tl-card { position: relative; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius); padding: 30px 26px; }
.tl-step { color: var(--gold); font-weight: 600; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 12px; }
.tl-card h3 { font-size: 1.2rem; margin-bottom: .4em; }
.tl-card p { margin: 0; font-size: .96rem; }

/* ---------- Offer / order ---------- */
.offer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center; }
.offer-media { position: relative; }
.offer-media img { border-radius: var(--radius); box-shadow: var(--shadow-lg); width: 100%; }
.offer-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; box-shadow: var(--shadow); }
.price-options { margin: 6px 0 20px; }
.price-opt { position: relative; display: flex; align-items: center; gap: 14px; border: 2px solid var(--line); border-radius: 14px; padding: 16px 18px; margin-bottom: 12px; cursor: pointer; transition: border-color .15s ease, background .15s ease; background: #fff; }
.price-opt:hover { border-color: #cdd6cf; }
.price-opt.selected { border-color: var(--brand); background: var(--brand-soft); }
.price-opt input { accent-color: var(--brand); width: 20px; height: 20px; flex: 0 0 20px; margin: 0; }
.price-opt .info { flex: 1 1 auto; min-width: 0; }
.price-opt .info strong { display: block; font-size: 1.05rem; color: var(--ink); line-height: 1.25; }
.price-opt .info small { display: block; color: var(--ink-soft); font-size: .84rem; line-height: 1.35; }
.price-opt .amount { flex: 0 0 auto; margin-left: auto; text-align: right; font-weight: 800; font-size: 1.2rem; color: var(--ink); white-space: nowrap; }
.price-opt .amount s { color: var(--ink-faint); font-weight: 500; font-size: .85rem; }
.badge-best { position: absolute; top: -11px; right: 16px; background: var(--gold); color: #fff; font-size: .66rem; font-weight: 700; padding: 4px 11px; border-radius: 999px; letter-spacing: .06em; z-index: 1; }

.order-form input, .order-form textarea { width: 100%; padding: 14px 16px; border: 1px solid var(--line); border-radius: 11px; font-size: 1rem; font-family: inherit; margin-bottom: 12px; color: var(--ink); background: #fdfcfa; }
.order-form input:focus, .order-form textarea:focus { outline: none; border-color: var(--brand); background: #fff; box-shadow: 0 0 0 3px rgba(84,156,53,.16); }
.form-note { font-size: .82rem; color: var(--ink-soft); margin-top: 12px; text-align: center; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.secure-row { display: flex; align-items: center; justify-content: center; gap: 8px; color: var(--ink-soft); font-size: .84rem; margin-top: 14px; }
.secure-row svg { width: 16px; height: 16px; color: var(--brand); }

/* ---------- FAQ ---------- */
.faq { max-width: 800px; margin: 0 auto; }
.faq details { border: 1px solid var(--line); border-radius: 14px; padding: 2px 22px; margin-bottom: 12px; background: #fff; box-shadow: var(--shadow-sm); }
.faq summary { cursor: pointer; font-weight: 600; padding: 18px 0; list-style: none; color: var(--ink); display: flex; justify-content: space-between; align-items: center; gap: 16px; font-size: 1.03rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 1.5rem; color: var(--brand); font-weight: 300; line-height: 1; }
.faq details[open] summary::after { content: "\2013"; }
.faq details p { padding-bottom: 18px; margin: 0; }

/* ---------- CTA band ---------- */
.cta-band { background: linear-gradient(135deg, #437d2a, #549c35); color: #fff; border-radius: 28px; padding: 56px 40px; text-align: center; box-shadow: var(--shadow-lg); }
.cta-band h2 { color: #fff; }
.cta-band p { color: rgba(255,255,255,.85); max-width: 52ch; margin: 0 auto 26px; }
.cta-band .btn { background: #fff; color: var(--brand-dark); box-shadow: 0 14px 30px rgba(0,0,0,.2); }
.cta-band .btn:hover { color: var(--brand-dark); }

/* ---------- Disclaimer ---------- */
.disclaimer { background: var(--bg-soft); border-top: 1px solid var(--line); padding: 34px 0; }
.disclaimer p { font-size: .82rem; color: var(--ink-soft); margin: 0 auto; max-width: 940px; text-align: center; }

/* ---------- Footer ---------- */
.site-footer { background: #12161c; color: #b8c0ca; padding: 60px 0 30px; font-size: .93rem; }
.footer-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr; gap: 46px; margin-bottom: 40px; }
.site-footer h4 { color: #fff; font-family: var(--sans); font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 16px; }
.site-footer a { color: #b8c0ca; display: block; margin-bottom: 10px; }
.site-footer a:hover { color: #fff; }
.footer-brand { display: flex; align-items: center; gap: 11px; font-family: var(--serif); font-weight: 600; color: #fff; font-size: 1.4rem; margin-bottom: 16px; }
.footer-brand .mark { width: 32px; height: 32px; border-radius: 9px; background: linear-gradient(135deg,#62b03f,#437d2a); display: inline-flex; align-items: center; justify-content: center; color: #fff; font-family: var(--sans); font-weight: 800; font-size: .9rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding-top: 22px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; font-size: .82rem; color: #7d8792; }

/* ---------- Legal ---------- */
.legal { padding: 60px 0 80px; }
.legal .container { max-width: 840px; }
.legal h1 { margin-bottom: 8px; }
.legal h2 { font-size: 1.4rem; margin-top: 38px; }
.legal p, .legal li { color: var(--ink-soft); }
.legal ul, .legal ol { padding-left: 22px; }
.legal li { margin-bottom: 8px; }
.legal .updated { color: var(--ink-faint); font-size: .9rem; margin-bottom: 30px; }

/* ---------- Thank you ---------- */
.thankyou { min-height: 70vh; display: flex; align-items: center; padding: 70px 0; background: radial-gradient(900px 400px at 50% -10%, #eef7f2 0%, transparent 60%), var(--bg-cream); }
.thankyou-card { max-width: 640px; margin: 0 auto; text-align: center; background: #fff; border: 1px solid var(--line); border-radius: 28px; padding: 54px 44px; box-shadow: var(--shadow-lg); }
.thankyou .check { width: 84px; height: 84px; border-radius: 50%; background: var(--brand-soft); display: flex; align-items: center; justify-content: center; margin: 0 auto 26px; }
.thankyou .check svg { width: 44px; height: 44px; color: var(--brand-dark); }
.thankyou h1 { font-size: clamp(2rem, 4vw, 2.7rem); }
.steps-next { text-align: left; margin: 30px auto 8px; max-width: 420px; }
.steps-next li { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 16px; color: var(--ink-soft); list-style: none; }
.steps-next { padding: 0; }
.steps-next .n { flex: 0 0 auto; width: 28px; height: 28px; border-radius: 50%; background: var(--brand); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: .85rem; }

/* ---------- Sticky mobile CTA ---------- */
.sticky-cta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 55; background: rgba(255,255,255,.96); backdrop-filter: blur(10px); border-top: 1px solid var(--line); padding: 12px 16px; display: none; box-shadow: 0 -8px 24px rgba(0,0,0,.08); }
.sticky-cta .btn { width: 100%; justify-content: center; }

/* ---------- Cookie ---------- */
.cookie { position: fixed; left: 16px; right: 16px; bottom: 16px; max-width: 560px; margin: 0 auto; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow-lg); padding: 20px 22px; z-index: 100; display: none; }
.cookie.show { display: block; }
.cookie p { font-size: .88rem; margin-bottom: 14px; }
.cookie .actions { display: flex; gap: 10px; }
.cookie .btn { padding: 10px 20px; font-size: .9rem; }

/* ---------- Responsive ---------- */
@media (max-width: 940px) {
  .hero-grid, .split, .offer-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 40px; padding: 54px 0 60px; }
  .split.rev .split-media { order: 0; }
  .steps, .benefits, .timeline { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); gap: 22px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .fc-1 { left: 10px; } .fc-2 { right: 10px; }
  .nav { display: none; }
  .nav.open { display: flex; flex-direction: column; align-items: flex-start; position: absolute; top: 72px; left: 0; right: 0; background: #fff; border-bottom: 1px solid var(--line); padding: 16px 22px; }
  .nav.open a { margin: 8px 0; }
  .nav-toggle { display: inline-flex; align-items: center; justify-content: center; background: #fff; border: 1px solid var(--line); border-radius: 10px; width: 44px; height: 40px; cursor: pointer; font-size: 1.2rem; }
  .header-cta { display: none; }
  .sticky-cta { display: block; }
}
@media (max-width: 560px) {
  .section { padding: 60px 0; }
  .cta-band { padding: 40px 24px; }
  .offer-card, .thankyou-card { padding: 28px 22px; }
  .form-row { grid-template-columns: 1fr; }
  .floating-card { display: none; }
}
