/* ============ FormuClear landing ============ */
:root {
  --green: #2e7d3a;
  --green-dark: #225c2b;
  --leaf: #8dc63f;
  --deep: #143520;
  --deeper: #0c2415;
  --mint: #ddefd8;
  --cream: #f6faf3;
  --ink: #1b241d;
  --muted: #5c6b60;
  --white: #ffffff;
  --radius: 24px;
  --shadow: 0 24px 60px rgba(20, 53, 32, 0.14);
  --font: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
/* In-page scrolling is animated in main.js (CSS smooth-scroll is unreliable across browsers) */
body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
.container { width: min(1160px, 92vw); margin: 0 auto; }

/* ---------- logo ---------- */
.nav-logo { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.logo-leaf { height: 42px; width: 42px; flex: none; }
.logo-word {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: -0.4px;
  color: var(--green);
  line-height: 1.05;
  display: inline-flex;
  flex-direction: column;
}
.logo-word b { font-weight: 900; margin-top: -2px; }
.logo-word small {
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: 2.4px;
  color: var(--muted);
  margin-top: 3px;
}

/* ---------- buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--font);
  font-weight: 800;
  text-decoration: none;
  border-radius: 999px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  cursor: pointer;
}
.btn-primary {
  background: var(--green);
  color: var(--white);
  padding: 14px 28px;
  font-size: 16px;
  box-shadow: 0 12px 30px rgba(46, 125, 58, 0.35);
}
.btn-primary:hover { background: var(--green-dark); transform: translateY(-2px); box-shadow: 0 18px 40px rgba(46, 125, 58, 0.45); }
.btn-lg { padding: 18px 40px; font-size: 19px; }
.btn-ghost {
  color: var(--deep);
  padding: 18px 36px;
  font-size: 19px;
  border: 2.5px solid rgba(20, 53, 32, 0.25);
  background: rgba(255, 255, 255, 0.6);
}
.btn-ghost:hover { border-color: var(--green); color: var(--green); transform: translateY(-2px); }
.btn-light {
  background: var(--white);
  color: var(--green-dark);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.3);
}
.btn-light:hover { transform: translateY(-2px); box-shadow: 0 22px 54px rgba(0, 0, 0, 0.38); }

@keyframes btnPulse {
  0%, 100% { box-shadow: 0 12px 30px rgba(46, 125, 58, 0.35), 0 0 0 0 rgba(46, 125, 58, 0.45); }
  50% { box-shadow: 0 12px 30px rgba(46, 125, 58, 0.35), 0 0 0 16px rgba(46, 125, 58, 0); }
}
.pulse { animation: btnPulse 2.6s ease-out infinite; }

/* ---------- nav ---------- */
.nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  padding: 14px 0;
  transition: padding 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}
.nav.scrolled {
  padding: 8px 0;
  background: rgba(246, 250, 243, 0.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 6px 30px rgba(20, 53, 32, 0.1);
}
.nav-inner {
  width: min(1160px, 92vw);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 28px;
}
.nav-links { display: flex; gap: 26px; margin-left: auto; }
.nav-links a {
  color: var(--deep);
  text-decoration: none;
  font-weight: 600;
  font-size: 15.5px;
  position: relative;
}
.nav-links a::after {
  content: "";
  position: absolute;
  left: 0; bottom: -6px;
  width: 0; height: 2.5px;
  background: var(--green);
  border-radius: 2px;
  transition: width 0.25s ease;
}
.nav-links a:hover::after { width: 100%; }
.btn-nav { flex: none; }

.lang-switch {
  display: flex;
  gap: 4px;
  background: rgba(20, 53, 32, 0.07);
  border-radius: 999px;
  padding: 4px;
}
.lang-btn {
  font-family: var(--font);
  font-weight: 700;
  font-size: 13px;
  color: var(--muted);
  background: transparent;
  border: 0;
  border-radius: 999px;
  padding: 5px 12px;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
.lang-btn:hover { color: var(--green-dark); }
.lang-btn.active { background: var(--white); color: var(--green); box-shadow: 0 2px 8px rgba(20, 53, 32, 0.12); }

/* ---------- hero ---------- */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 112px 0 64px;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(900px 600px at 85% 8%, rgba(141, 198, 63, 0.22), transparent 60%),
    radial-gradient(800px 620px at -5% 100%, rgba(46, 125, 58, 0.16), transparent 60%),
    linear-gradient(180deg, #eef7e9 0%, var(--cream) 68%);
}
.blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.5;
}
.blob-a {
  width: 420px; height: 420px;
  background: rgba(141, 198, 63, 0.35);
  top: -120px; right: 6%;
  animation: blobDrift 14s ease-in-out infinite alternate;
}
.blob-b {
  width: 360px; height: 360px;
  background: rgba(46, 125, 58, 0.22);
  bottom: -140px; left: -80px;
  animation: blobDrift 18s ease-in-out infinite alternate-reverse;
}
@keyframes blobDrift {
  from { transform: translate(0, 0) scale(1); }
  to { transform: translate(40px, 30px) scale(1.12); }
}
.leafline {
  position: absolute;
  width: 46px; height: 46px;
  opacity: 0.16;
}
.leafline path { fill: none; stroke: var(--green); stroke-width: 2.6; }
.leafline.l1 { top: 18%; left: 6%; animation: leafFloat 9s ease-in-out infinite; }
.leafline.l2 { top: 64%; left: 44%; width: 34px; height: 34px; animation: leafFloat 11s 1.2s ease-in-out infinite; }
.leafline.l3 { top: 24%; right: 4%; width: 40px; height: 40px; animation: leafFloat 10s 0.6s ease-in-out infinite; }
@keyframes leafFloat {
  0%, 100% { transform: translateY(0) rotate(-6deg); }
  50% { transform: translateY(-18px) rotate(8deg); }
}

.hero-inner {
  position: relative;
  width: min(1160px, 92vw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  grid-template-areas:
    "head visual"
    "actions visual";
  align-items: center;
  column-gap: 48px;
}
.hero-head { grid-area: head; align-self: end; }
.hero-actions { grid-area: actions; align-self: start; }
.hero-visual { grid-area: visual; }
.kicker {
  display: inline-block;
  font-weight: 800;
  font-size: 13.5px;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  color: var(--green);
  background: rgba(141, 198, 63, 0.18);
  border: 1px solid rgba(46, 125, 58, 0.25);
  border-radius: 999px;
  padding: 8px 18px;
  margin-bottom: 22px;
}
.hero h1 {
  font-size: clamp(38px, 5vw, 62px);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -1.5px;
  color: var(--deep);
  margin-bottom: 22px;
}
.hero h1 .accent {
  color: var(--green);
  position: relative;
  white-space: nowrap;
}
.lead {
  font-size: clamp(17px, 1.6vw, 20px);
  color: var(--muted);
  max-width: 54ch;
  margin-bottom: 30px;
}
.hero-cta { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 30px; }

.hero-delivery {
  display: flex;
  align-items: center;
  gap: 22px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(46, 125, 58, 0.16);
  border-radius: 18px;
  padding: 14px 22px;
  margin-bottom: 24px;
  width: fit-content;
  box-shadow: 0 10px 30px rgba(20, 53, 32, 0.08);
}
.delivery-item { display: flex; align-items: center; gap: 12px; }
.delivery-icon { width: 34px; height: 34px; color: var(--green); flex: none; }
.delivery-icon svg { width: 100%; height: 100%; }
.delivery-text { display: flex; flex-direction: column; line-height: 1.3; }
.delivery-text strong { font-size: 14.5px; color: var(--deep); }
.delivery-text small { font-size: 12.5px; color: var(--muted); }
.delivery-sep { width: 1px; height: 34px; background: rgba(20, 53, 32, 0.14); }

.hero-pills { list-style: none; display: flex; flex-wrap: wrap; gap: 10px; }
.hero-pills li {
  font-size: 14px;
  font-weight: 700;
  color: var(--green-dark);
  background: var(--mint);
  border-radius: 999px;
  padding: 7px 16px;
}

.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 460px;
}
.hero-halo {
  position: absolute;
  width: 480px; height: 480px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.4) 45%, transparent 70%);
}
.hero-product {
  position: relative;
  width: min(320px, 64%);
  filter: drop-shadow(0 26px 34px rgba(20, 53, 32, 0.3));
  transition: transform 0.3s ease;
  animation: productFloat 7s ease-in-out infinite;
}
@keyframes productFloat {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -14px; }
}
.hero-chip {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--white);
  border-radius: 999px;
  box-shadow: 0 14px 34px rgba(20, 53, 32, 0.16);
  padding: 9px 16px 9px 10px;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--deep);
  animation: chipFloat 6s ease-in-out infinite;
}
.hero-chip b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30px; height: 30px;
  border-radius: 999px;
  background: var(--mint);
  color: var(--green-dark);
  font-size: 13px;
  padding: 0 6px;
}
.chip-a { top: 12%; left: 2%; }
.chip-b { bottom: 16%; left: -2%; animation-delay: 1.4s; }
.chip-c { top: 34%; right: -2%; animation-delay: 0.7s; }
@keyframes chipFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.scroll-hint {
  position: absolute;
  left: 50%;
  bottom: 26px;
  translate: -50% 0;
  width: 30px; height: 50px;
  border: 2.5px solid rgba(20, 53, 32, 0.3);
  border-radius: 999px;
  display: flex;
  justify-content: center;
}
.scroll-hint span {
  width: 5px; height: 10px;
  background: var(--green);
  border-radius: 3px;
  margin-top: 8px;
  animation: scrollDot 1.8s ease-in-out infinite;
}
@keyframes scrollDot {
  0% { transform: translateY(0); opacity: 1; }
  70% { transform: translateY(18px); opacity: 0; }
  100% { transform: translateY(0); opacity: 0; }
}

/* ---------- sections ---------- */
section { padding: 96px 0; }
.section-title {
  font-size: clamp(30px, 3.6vw, 44px);
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 1.12;
  color: var(--deep);
  text-align: center;
  margin-bottom: 14px;
}
.section-sub {
  font-size: clamp(16px, 1.5vw, 19px);
  color: var(--muted);
  text-align: center;
  max-width: 62ch;
  margin: 0 auto 54px;
}
.section-title.light { color: var(--white); }
.section-sub.light { color: rgba(255, 255, 255, 0.75); }

/* ---------- usp ---------- */
.usp { background: var(--white); }
.usp-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.usp-card {
  background: var(--cream);
  border: 1px solid rgba(46, 125, 58, 0.12);
  border-radius: var(--radius);
  padding: 30px 26px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.usp-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.usp-icon {
  width: 58px; height: 58px;
  border-radius: 18px;
  background: var(--mint);
  color: var(--green);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.usp-icon svg { width: 34px; height: 34px; }
.usp-card h3 { font-size: 19px; font-weight: 800; color: var(--deep); margin-bottom: 8px; }
.usp-card p { font-size: 15px; color: var(--muted); }

/* ---------- before / after ---------- */
.ba { background: linear-gradient(180deg, var(--white) 0%, var(--mint) 140%); }
.ba-inner {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  gap: 56px;
}
.ba-copy .section-title, .ba-copy .section-sub { text-align: left; margin-left: 0; }
.ba-copy .section-sub { margin-bottom: 30px; }
.ba-points { list-style: none; display: flex; flex-direction: column; gap: 16px; }
.ba-points li {
  display: flex;
  gap: 14px;
  align-items: baseline;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(46, 125, 58, 0.14);
  border-radius: 16px;
  padding: 14px 18px;
  font-size: 15.5px;
  color: var(--ink);
}
.ba-points b { color: var(--green); font-weight: 900; }

.ba-stage { display: flex; flex-direction: column; align-items: center; gap: 14px; }
.ba-wrap {
  position: relative;
  width: min(480px, 100%);
  aspect-ratio: 642 / 638;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  cursor: ew-resize;
  user-select: none;
  -webkit-user-select: none;
  touch-action: pan-y;
  outline: none;
}
.ba-wrap:focus-visible { box-shadow: var(--shadow), 0 0 0 4px rgba(46, 125, 58, 0.45); }
.ba-img { width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
.ba-top {
  position: absolute;
  inset: 0;
  overflow: hidden;
  /* width is driven by JS via clip-path */
}
.ba-divider {
  position: absolute;
  top: 0; bottom: 0;
  left: 50%;
  width: 3px;
  background: var(--white);
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.35);
  translate: -50% 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ba-knob {
  position: absolute;
  width: 46px; height: 46px;
  border-radius: 50%;
  background: var(--white);
  color: var(--green);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
  animation: knobNudge 2.4s ease-in-out infinite;
}
@keyframes knobNudge {
  0%, 100% { transform: translateX(0); }
  30% { transform: translateX(-5px); }
  60% { transform: translateX(5px); }
}
.ba-wrap.dragged .ba-knob { animation: none; }
.ba-label {
  position: absolute;
  top: 16px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1.6px;
  padding: 7px 14px;
  border-radius: 999px;
  color: var(--white);
  transition: opacity 0.25s ease;
}
.ba-label-before { left: 16px; background: rgba(20, 53, 32, 0.72); }
.ba-label-after { right: 16px; background: var(--green); }
.ba-hint { font-size: 14px; font-weight: 600; color: var(--muted); }

/* ---------- steps ---------- */
.steps { background: var(--cream); }
.steps-inner {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  align-items: center;
  gap: 56px;
}
.steps-copy .section-title, .steps-copy .section-sub { text-align: left; margin-left: 0; }
.steps-copy .section-sub { margin-bottom: 34px; }
.steps-visual { position: relative; }
.science-card {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.science-card img { width: 100%; }
.science-card figcaption {
  padding: 16px 22px 20px;
  font-size: 14.5px;
  color: var(--muted);
  border-top: 1px solid rgba(46, 125, 58, 0.12);
}
.science-chip {
  position: absolute;
  top: -16px;
  right: -8px;
  background: var(--green);
  color: var(--white);
  font-size: 13.5px;
  font-weight: 800;
  border-radius: 999px;
  padding: 10px 18px;
  box-shadow: 0 14px 34px rgba(46, 125, 58, 0.4);
}
.float { animation: chipFloat 6s ease-in-out infinite; }

.steps-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
}
.step {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 16px 18px;
  border-radius: 18px;
  transition: background 0.25s ease;
  position: relative;
}
.step:hover { background: rgba(141, 198, 63, 0.12); }
.step:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 39px;
  top: 62px;
  bottom: -14px;
  width: 2.5px;
  background: linear-gradient(180deg, rgba(46, 125, 58, 0.35), rgba(46, 125, 58, 0.08));
  border-radius: 2px;
}
.step-num {
  flex: none;
  width: 42px; height: 42px;
  border-radius: 50%;
  background: var(--green);
  color: var(--white);
  font-weight: 900;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 24px rgba(46, 125, 58, 0.35);
}
.step h3 { font-size: 18.5px; font-weight: 800; color: var(--deep); margin-bottom: 4px; }
.step p { font-size: 15px; color: var(--muted); }

/* ---------- package + price ---------- */
.package { background: var(--white); }
.package-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.1fr;
  gap: 22px;
  align-items: stretch;
}
.pack-card {
  background: var(--cream);
  border: 1px solid rgba(46, 125, 58, 0.12);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.pack-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.pack-card img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.pack-card figcaption {
  padding: 16px 20px;
  font-size: 16px;
  color: var(--ink);
  display: flex;
  align-items: center;
  gap: 8px;
}
.pack-card figcaption b { color: var(--green); font-size: 20px; font-weight: 900; }
.free-tag {
  font-style: normal;
  font-size: 11.5px;
  font-weight: 900;
  letter-spacing: 1px;
  background: var(--leaf);
  color: var(--deep);
  border-radius: 999px;
  padding: 4px 10px;
  margin-left: auto;
}
.price-card {
  background: var(--deep);
  color: var(--white);
  border-radius: var(--radius);
  padding: 30px 30px 26px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  box-shadow: 0 28px 64px rgba(12, 36, 21, 0.4);
}
.price-card h3 { font-size: 19px; font-weight: 800; }
.qty-picker { display: flex; gap: 10px; }
.qty-btn {
  font-family: var(--font);
  width: 52px; height: 52px;
  border-radius: 16px;
  border: 2px solid rgba(255, 255, 255, 0.25);
  background: transparent;
  color: var(--white);
  font-size: 20px;
  font-weight: 800;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.qty-btn:hover { border-color: var(--leaf); transform: translateY(-2px); }
.qty-btn.active { background: var(--leaf); border-color: var(--leaf); color: var(--deep); }
.price-line { display: flex; align-items: baseline; gap: 12px; }
.price-now { font-size: 42px; font-weight: 900; letter-spacing: -1px; color: var(--leaf); }
.price-unit { font-size: 14.5px; color: rgba(255, 255, 255, 0.7); }
.price-save {
  min-height: 22px;
  font-size: 14.5px;
  font-weight: 700;
  color: var(--leaf);
}
.price-card .btn { align-self: stretch; }
.price-note { font-size: 13px; color: rgba(255, 255, 255, 0.6); }

/* ---------- moments ---------- */
.moments {
  background:
    radial-gradient(800px 500px at 90% 0%, rgba(141, 198, 63, 0.25), transparent 60%),
    linear-gradient(160deg, var(--deep) 0%, var(--deeper) 100%);
}
.moments-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.moment {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}
.moment img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.moment:hover img { transform: scale(1.05); }
.moment figcaption {
  position: absolute;
  inset: auto 0 0 0;
  padding: 40px 24px 18px;
  background: linear-gradient(180deg, transparent, rgba(10, 26, 15, 0.85));
  color: var(--white);
  font-weight: 700;
  font-size: 16.5px;
}

/* ---------- faq ---------- */
.faq { background: var(--cream); }
.faq-inner { max-width: 820px; }
.faq-list { display: flex; flex-direction: column; gap: 14px; }
.faq-item {
  background: var(--white);
  border: 1px solid rgba(46, 125, 58, 0.14);
  border-radius: 18px;
  overflow: hidden;
  transition: box-shadow 0.25s ease;
}
.faq-item[open] { box-shadow: var(--shadow); }
.faq-item summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 24px;
  font-weight: 700;
  font-size: 17px;
  color: var(--deep);
  cursor: pointer;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-icon {
  flex: none;
  width: 30px; height: 30px;
  border-radius: 50%;
  background: var(--mint);
  position: relative;
  transition: transform 0.3s ease, background 0.3s ease;
}
.faq-icon::before, .faq-icon::after {
  content: "";
  position: absolute;
  top: 50%; left: 50%;
  translate: -50% -50%;
  background: var(--green);
  border-radius: 2px;
}
.faq-icon::before { width: 14px; height: 2.5px; }
.faq-icon::after { width: 2.5px; height: 14px; transition: opacity 0.2s ease; }
.faq-item[open] .faq-icon { transform: rotate(180deg); background: var(--green); }
.faq-item[open] .faq-icon::before, .faq-item[open] .faq-icon::after { background: var(--white); }
.faq-item[open] .faq-icon::after { opacity: 0; }
.faq-item p { padding: 0 24px 22px; color: var(--muted); font-size: 15.5px; }
.faq-specs { list-style: none; padding: 0 24px 22px; }
.faq-specs li {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 9px 0;
  border-bottom: 1px dashed rgba(46, 125, 58, 0.18);
  font-size: 14.5px;
}
.faq-specs li:last-child { border-bottom: 0; }
.fs-label { color: var(--muted); font-weight: 600; flex: none; }
.fs-value { color: var(--deep); font-weight: 700; text-align: right; }

/* ---------- cta band ---------- */
.cta-band {
  position: relative;
  background: linear-gradient(150deg, var(--green) 0%, var(--green-dark) 55%, var(--deep) 130%);
  overflow: hidden;
}
.cta-leaves {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 720px;
  height: 720px;
  opacity: 0.45;
}
.cta-leaves .ring {
  fill: none;
  stroke: rgba(255, 255, 255, 0.35);
  stroke-width: 1.6;
  transform-box: view-box;
  transform-origin: 50% 50%;
  animation: ringScale 6s ease-out infinite;
}
.cta-leaves .r2 { animation-delay: 2s; }
.cta-leaves .r3 { animation-delay: 4s; }
@keyframes ringScale {
  from { transform: scale(0.6); opacity: 1; }
  to { transform: scale(2.4); opacity: 0; }
}
.cta-inner { position: relative; text-align: center; }
.cta-inner h2 {
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 900;
  letter-spacing: -1px;
  color: var(--white);
  margin-bottom: 14px;
}
.cta-inner h2 em { font-style: normal; color: #d3ef9e; }
.cta-inner p {
  color: rgba(255, 255, 255, 0.85);
  font-size: clamp(16px, 1.6vw, 19px);
  margin-bottom: 30px;
}

/* ---------- footer ---------- */
.footer { background: var(--deeper); padding: 34px 0; }
.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
}
.footer-logo { color: var(--white); font-size: 20px; flex-direction: row; gap: 0; }
.footer p { color: rgba(255, 255, 255, 0.65); font-size: 14px; }
.footer a { color: var(--leaf); text-decoration: none; font-weight: 600; }
.footer a:hover { text-decoration: underline; }
.footer-disclaimer { font-size: 12px !important; color: rgba(255, 255, 255, 0.4) !important; max-width: 68ch; }

/* ---------- reveal animations ---------- */
.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: 0.1s; }
.delay-2 { transition-delay: 0.2s; }
.delay-3 { transition-delay: 0.3s; }
.delay-4 { transition-delay: 0.4s; }
.delay-5 { transition-delay: 0.5s; }

/* ?capture=1 — full-page screenshot mode */
.capture .reveal { opacity: 1; transform: none; transition: none; }
.capture .hero { min-height: 0; }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .pulse, .hero-product, .hero-chip, .float, .blob, .leafline,
  .ba-knob, .scroll-hint span, .cta-leaves .ring { animation: none !important; }
}

/* ---------- responsive ---------- */
@media (max-width: 1024px) {
  .nav-links { display: none; }
  .hero-inner {
    grid-template-columns: 1fr;
    grid-template-areas: "head" "visual" "actions";
    row-gap: 30px;
  }
  .hero-head, .hero-actions { align-self: auto; }
  .hero { padding-top: 110px; }
  .hero-visual { min-height: 380px; }
  .usp-grid { grid-template-columns: repeat(2, 1fr); }
  .ba-inner, .steps-inner { grid-template-columns: 1fr; gap: 40px; }
  .ba-copy .section-title, .ba-copy .section-sub,
  .steps-copy .section-title, .steps-copy .section-sub { text-align: center; margin-left: auto; margin-right: auto; }
  .ba-points { max-width: 560px; margin: 0 auto; }
  .steps-visual { max-width: 560px; margin: 0 auto; }
  .package-grid { grid-template-columns: 1fr 1fr; }
  .price-card { grid-column: 1 / -1; }
  .moments-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  section { padding: 56px 0; }
  .section-title { font-size: 25px; }
  .section-sub { font-size: 15px; margin-bottom: 36px; }

  /* --- nav --- */
  .nav { padding: 10px 0; }
  .nav.scrolled { padding: 7px 0; }
  .nav-inner { width: 94vw; gap: 8px; }
  .nav-logo { gap: 6px; margin-right: auto; }
  .logo-leaf { height: 30px; width: 30px; }
  .logo-word { font-size: 16px; }
  .logo-word small { display: none; }
  .btn-nav { padding: 9px 13px; font-size: 12.5px; }
  .lang-btn { padding: 3px 7px; font-size: 11px; }

  /* --- hero: everything above the fold --- */
  .hero { padding: 76px 0 30px; }
  .hero-inner { row-gap: 10px; }
  .kicker { margin-bottom: 10px; padding: 5px 12px; font-size: 10.5px; letter-spacing: 2px; }
  .hero h1 { font-size: 27px; letter-spacing: -0.6px; margin-bottom: 10px; }
  .hero h1 .accent { white-space: normal; }
  .lead { font-size: 14px; line-height: 1.5; margin-bottom: 0; }
  .hero-visual { min-height: 0; }
  .hero-halo { width: 230px; height: 230px; }
  .hero-product { width: 130px; }
  .hero-chip { font-size: 10.5px; padding: 5px 9px 5px 6px; gap: 5px; }
  .hero-chip b { min-width: 20px; height: 20px; font-size: 10px; }
  .chip-a { top: 4%; left: 4%; }
  .chip-b { bottom: 6%; left: 2%; }
  .chip-c { top: 40%; right: 0; }
  .hero-cta { gap: 8px; margin-bottom: 10px; flex-wrap: nowrap; }
  .hero-cta .btn { flex: 1; padding: 13px 8px; font-size: 13.5px; white-space: nowrap; }
  .hero-cta .btn svg { display: none; }
  .hero-delivery { gap: 10px; width: 100%; padding: 10px 12px; margin-bottom: 10px; }
  .delivery-sep { display: none; }
  .delivery-item { flex: 1; gap: 8px; }
  .delivery-icon { width: 24px; height: 24px; }
  .delivery-text strong { font-size: 11.5px; }
  .delivery-text small { font-size: 10px; }
  .hero-pills { gap: 6px; }
  .hero-pills li { font-size: 11px; padding: 4px 10px; }
  .scroll-hint { display: none; }

  /* --- sections --- */
  .usp-grid { grid-template-columns: 1fr; gap: 14px; }
  .usp-card { padding: 22px 20px; }
  .usp-icon { width: 46px; height: 46px; border-radius: 14px; margin-bottom: 12px; }
  .usp-icon svg { width: 27px; height: 27px; }
  .usp-card h3 { font-size: 17px; }
  .usp-card p { font-size: 14px; }
  .ba-points li { font-size: 14px; padding: 11px 14px; }
  .ba-hint { font-size: 13px; }
  .step { padding: 12px 14px; gap: 14px; }
  .step h3 { font-size: 16.5px; }
  .step p { font-size: 14px; }
  .step-num { width: 36px; height: 36px; font-size: 16px; }
  .step:not(:last-child)::before { left: 32px; top: 52px; }
  .science-chip { font-size: 12px; padding: 8px 14px; }
  .package-grid { grid-template-columns: 1fr; gap: 16px; }
  .pack-card figcaption { font-size: 14.5px; padding: 13px 16px; }
  .price-card { padding: 24px 22px; }
  .price-card h3 { font-size: 17px; }
  .price-now { font-size: 34px; }
  .qty-btn { width: 46px; height: 46px; font-size: 18px; border-radius: 13px; }
  .btn-lg { padding: 15px 28px; font-size: 16px; }
  .moment figcaption { font-size: 14px; padding: 30px 18px 14px; }
  .faq-item summary { font-size: 15px; padding: 16px 18px; }
  .faq-item p { font-size: 14px; padding: 0 18px 18px; }
  .faq-specs { padding: 0 18px 18px; }
  .faq-specs li { font-size: 13px; }
  .cta-leaves { display: none; }
}
