/* ============================================================
   sections.css — page section styling
   ============================================================ */

/* ---------- Section heads ---------- */
.sec-head { max-width: 780px; margin-bottom: 56px; }
.sec-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.eyebrow-dark { color: var(--gold-deep); display: block; margin-bottom: 18px; }
.eyebrow-gold { color: var(--gold); display: block; margin-bottom: 18px; }
.sec-title { font-size: clamp(30px, 4.6vw, 52px); font-weight: 700; line-height: 1.25; letter-spacing: 0.01em; color: var(--ink); }
.sec-title.on-dark { color: var(--paper); }
.sec-lead { margin-top: 20px; font-size: 17px; line-height: 1.95; color: var(--ink-soft); font-weight: 400; }
.sec-lead.on-dark { color: rgba(240,226,187,0.72); }
.br-sp { display: none; }

/* ============================================================
   NAV
   ============================================================ */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  transition: background .4s ease, box-shadow .4s ease, border-color .4s ease;
  border-bottom: 1px solid transparent;
}
.nav-scrolled {
  background: rgba(13,31,15,0.86);
  backdrop-filter: blur(14px) saturate(1.2);
  border-bottom-color: var(--line-green);
}
.nav-inner { display: flex; align-items: center; height: 76px; gap: 28px; }
.nav-logo { display: flex; align-items: center; gap: 11px; }
.nav-name { font-size: 22px; font-weight: 700; color: var(--gold-light); letter-spacing: 0.04em; white-space: nowrap; }
.nav-links { display: flex; gap: 30px; margin-left: 18px; }
.nav-links a { font-size: 14.5px; font-weight: 500; color: rgba(240,226,187,0.72); transition: color .25s; white-space: nowrap; }
.nav-links a:hover { color: var(--gold-light); }
.nav-cta { margin-left: auto; padding: 11px 22px; font-size: 14px; }

/* ============================================================
   HERO — shared
   ============================================================ */
.hero {
  position: relative;
  background:
    radial-gradient(120% 90% at 50% -10%, var(--green-700), var(--green-900) 55%, var(--green-950) 100%);
  color: var(--paper);
  overflow: hidden;
  min-height: 100vh;
  display: flex; align-items: center;
}
.hero::after { /* fine grain */
  content: ''; position: absolute; inset: 0; pointer-events: none; opacity: 0.5;
  background-image: radial-gradient(rgba(201,168,76,0.08) 1px, transparent 1px);
  background-size: 22px 22px;
  -webkit-mask: radial-gradient(80% 80% at 50% 40%, #000, transparent 90%);
          mask: radial-gradient(80% 80% at 50% 40%, #000, transparent 90%);
}
.hero-bg-rings {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 1100px; height: 1100px; border-radius: 50%;
  background:
    repeating-radial-gradient(circle at center, transparent 0 78px, rgba(201,168,76,0.05) 78px 79px);
  pointer-events: none;
}
.scroll-cue {
  position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  font-size: 10px; letter-spacing: 0.32em; color: rgba(232,201,122,0.6);
}
.scroll-cue i { width: 1px; height: 40px; background: linear-gradient(var(--gold), transparent); animation: cueMove 2s ease-in-out infinite; }
@keyframes cueMove { 0%,100% { opacity: .3; transform: scaleY(.6); transform-origin: top; } 50% { opacity: 1; transform: scaleY(1); } }
body.no-anim .scroll-cue i { animation: none; }

/* A — centered */
.hero-c-inner { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 24px; padding: 112px 0 92px; }
.hero-c-seal { cursor: pointer; opacity: 0.98; filter: drop-shadow(0 18px 40px rgba(10,24,12,0.55)); }
.hero-c-title { font-size: clamp(38px, 5.4vw, 68px); font-weight: 900; line-height: 1.16; letter-spacing: 0.03em; margin-top: -4px;
  text-shadow: 0 4px 40px rgba(10,24,12,0.6); }
.nowrap { white-space: nowrap; }
.hero-c-sub { margin-top: 6px; font-size: clamp(15px, 1.7vw, 19px); line-height: 2; color: rgba(240,226,187,0.82); }
.hero-c-cta { margin-top: 8px; display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; }

/* B — split */
.hero-s-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr 0.95fr; align-items: center; gap: 40px; padding: 120px 0 90px; }
.hero-s-title { font-size: clamp(44px, 6vw, 76px); font-weight: 900; line-height: 1.12; letter-spacing: 0.02em; }
.hero-s-sub { margin-top: 26px; font-size: clamp(16px, 1.6vw, 19px); line-height: 2; color: rgba(240,226,187,0.82); }
.hero-s-cta { margin-top: 38px; display: flex; gap: 16px; flex-wrap: wrap; }
.hero-s-visual { position: relative; display: grid; place-items: center; }
.hero-s-seal { cursor: pointer; }
.hero-s-plinth {
  position: absolute; bottom: 8%; left: 50%; transform: translateX(-50%);
  width: 360px; height: 60px; border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(201,168,76,0.22), transparent 70%);
  filter: blur(6px);
}

/* C — impact */
.hero-i-inner { position: relative; z-index: 2; max-width: 1060px; margin: 0 auto; text-align: center; padding: 124px 0 92px; display: flex; flex-direction: column; align-items: center; }
.hero-i-title { font-size: clamp(38px, 5.6vw, 78px); font-weight: 900; line-height: 1.12; letter-spacing: 0.01em; display: flex; flex-direction: column; align-items: center; gap: 8px; margin-top: 20px; }
.hero-i-title > span { display: block; white-space: nowrap; }
.hero-i-seal { position: relative; cursor: pointer; margin: 28px auto 0; filter: drop-shadow(0 16px 36px rgba(10,24,12,0.5)); }
.hero-i-impression { position: absolute; inset: 0; opacity: 0; transition: opacity .4s ease; }
.hero-i-impression.show { opacity: 0.45; }
.hero-i-sub { margin: 38px auto 0; font-size: clamp(16px, 2vw, 21px); line-height: 1.9; color: rgba(240,226,187,0.82); max-width: 640px; }
.hero-i-cta { margin-top: 36px; display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }

/* ============================================================
   PROBLEM (paper / light)
   ============================================================ */
.problem { background: var(--paper); padding: 120px 0; }
.pain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.pain-card {
  position: relative; background: #fff; border: 1px solid var(--line);
  border-radius: 14px; padding: 40px 32px 36px; text-align: center;
  box-shadow: var(--shadow-soft); transition: transform .4s, box-shadow .4s;
}
.pain-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-card); }
.pain-no { position: absolute; top: 26px; right: 30px; font-family: var(--serif); font-size: 40px; font-weight: 700; color: var(--paper-2); line-height: 1; }
.pain-icon { width: 76px; height: 76px; display: grid; place-items: center; border-radius: 14px; background: var(--paper-2); margin: 0 auto 24px; }
.pain-t { font-size: 22px; font-weight: 700; color: var(--ink); margin-bottom: 14px; line-height: 1.4; }
.pain-d { font-size: 15px; line-height: 1.95; color: var(--ink-soft); }

/* ============================================================
   FEATURE (deep green / dark)
   ============================================================ */
.feature { background: var(--green-900); padding: 130px 0 140px; position: relative; overflow: hidden; }
.feature::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(120% 60% at 50% 0%, rgba(201,168,76,0.08), transparent 60%);
  pointer-events: none;
}
.feat-grain { position: absolute; inset: 0; opacity: .4; pointer-events: none;
  background-image: radial-gradient(rgba(201,168,76,0.06) 1px, transparent 1px); background-size: 26px 26px; }
.feature .wrap { position: relative; z-index: 2; }

.feat-showcase { display: grid; grid-template-columns: auto 1fr; gap: 64px; align-items: center; margin: 70px 0 90px; }
.feat-phone { display: grid; place-items: center; }
.feat-steps { display: flex; flex-direction: column; gap: 14px; }
.feat-step { display: flex; gap: 22px; align-items: flex-start; padding: 24px 26px;
  background: rgba(255,255,255,0.03); border: 1px solid var(--line-green); border-radius: 14px;
  transition: background .35s, transform .35s; }
.feat-step:hover { background: rgba(201,168,76,0.07); transform: translateX(4px); }
.feat-step-n { flex-shrink: 0; width: 58px; height: 58px; display: grid; place-items: center;
  border-radius: 12px; background: var(--green-800); border: 1px solid var(--line-green);
  font-size: 18px; font-weight: 700; color: var(--gold-light); }
.feat-step h4 { font-size: 19px; font-weight: 700; color: var(--paper); margin-bottom: 8px; }
.feat-step p { font-size: 14.5px; line-height: 1.9; color: rgba(240,226,187,0.7); }

.feat-desktop { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 50px; align-items: center; margin-top: 30px; }
.feat-desktop-label { text-align: center; }
.feat-desktop-label h3 { font-size: clamp(26px, 3vw, 34px); font-weight: 700; margin: 14px 0 16px; line-height: 1.35; color: var(--paper); }
.feat-desktop-label p { font-size: 15.5px; line-height: 2; color: rgba(240,226,187,0.7); }

/* ============================================================
   TRUST (paper / light)
   ============================================================ */
.trust { background: var(--paper); padding: 120px 0 130px; position: relative; }
.trust-hero { display: grid; place-items: center; margin: 10px 0 60px; }
.trust-shield { position: relative; width: 200px; height: 200px; display: grid; place-items: center;
  border-radius: 50%; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-card); }
.trust-shield-glow { position: absolute; inset: -10%; border-radius: 50%; z-index: -1;
  background: radial-gradient(circle, rgba(201,168,76,0.22), transparent 65%); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.trust-card { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 38px 30px;
  box-shadow: var(--shadow-soft); transition: transform .4s, box-shadow .4s; text-align: center; }
.trust-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-card); }
.trust-icon { width: 92px; height: 92px; margin: 0 auto 22px; display: grid; place-items: center;
  border-radius: 50%; background: var(--paper-2); }
.trust-card h3 { font-size: 19px; font-weight: 700; color: var(--ink); margin-bottom: 14px; line-height: 1.5; }
.trust-card p { font-size: 14.5px; line-height: 1.95; color: var(--ink-soft); }

/* ============================================================
   PRICING (deep green card)
   ============================================================ */
.pricing { background: var(--paper); padding: 40px 0 120px; }
.price-card {
  position: relative; text-align: center;
  background: radial-gradient(120% 100% at 50% 0%, var(--green-700), var(--green-900) 70%);
  border: 1px solid var(--line-green); border-radius: 24px;
  padding: 64px 48px 60px; color: var(--paper);
  box-shadow: var(--shadow-deep); overflow: hidden;
}
.price-card::before { content: ''; position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(rgba(201,168,76,0.06) 1px, transparent 1px); background-size: 24px 24px; opacity: .5; }
.price-seal { display: grid; place-items: center; margin-bottom: 22px; position: relative; z-index: 2; }
.price-title { font-size: clamp(26px, 3.4vw, 38px); font-weight: 700; margin: 14px 0 18px; position: relative; z-index: 2; }
.price-lead { font-size: 16px; line-height: 2; color: rgba(240,226,187,0.78); position: relative; z-index: 2; }
.price-lead strong { color: var(--gold-light); font-weight: 600; }
.price-notes { list-style: none; max-width: 440px; margin: 30px auto 36px; display: flex; flex-direction: column; gap: 14px; position: relative; z-index: 2; }
.price-notes li { display: flex; align-items: center; gap: 12px; font-size: 15px; color: rgba(240,226,187,0.9); text-align: left; }
.price-card .btn { position: relative; z-index: 2; }

/* ============================================================
   CTA (deep green)
   ============================================================ */
.cta { background: radial-gradient(120% 100% at 50% 0%, var(--green-700), var(--green-950)); color: var(--paper); padding: 110px 0; position: relative; overflow: hidden; }
.cta-rings { position: absolute; right: -200px; top: 50%; transform: translateY(-50%); width: 700px; height: 700px; border-radius: 50%;
  background: repeating-radial-gradient(circle, transparent 0 60px, rgba(201,168,76,0.05) 60px 61px); pointer-events: none; }
.cta-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.cta-left { text-align: center; display: flex; flex-direction: column; align-items: center; }
.cta-title { font-size: clamp(30px, 4vw, 46px); font-weight: 700; line-height: 1.3; margin: 22px 0 18px; }
.cta-sub { font-size: 16.5px; line-height: 2; color: rgba(240,226,187,0.78); }
.cta-assure { margin-top: 26px; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.cta-assure span { display: flex; align-items: center; gap: 10px; font-size: 14.5px; color: rgba(240,226,187,0.85); white-space: nowrap; }
.cta-assure span svg { flex-shrink: 0; }
.cta-formwrap { background: rgba(250,247,240,0.04); border: 1px solid var(--line-green); border-radius: 20px; padding: 38px 36px; backdrop-filter: blur(6px); }
.cta-form { display: flex; flex-direction: column; gap: 18px; }
.cta-form label { display: flex; flex-direction: column; gap: 8px; font-size: 13px; font-weight: 600; color: var(--gold-light); letter-spacing: 0.04em; }
.cta-form input, .cta-form select {
  font-family: var(--sans); font-size: 15px; color: var(--paper);
  background: rgba(10,24,12,0.5); border: 1px solid var(--line-green); border-radius: 8px;
  padding: 13px 15px; transition: border-color .25s, box-shadow .25s; font-weight: 400;
}
.cta-form input::placeholder { color: rgba(240,226,187,0.35); }
.cta-form input:focus, .cta-form select:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,168,76,0.15); }
.cta-form select option { background: var(--green-900); color: var(--paper); }
.cta-submit { margin-top: 8px; width: 100%; }
.cta-fine { font-size: 12px; color: rgba(240,226,187,0.5); text-align: center; line-height: 1.7; }
.cta-fine a { color: var(--gold-light); text-decoration: underline; }
.cta-thanks { text-align: center; padding: 14px 0; }
.thanks-seal { display: grid; place-items: center; margin-bottom: 18px; }
.cta-thanks h3 { font-size: 24px; font-weight: 700; color: var(--gold-light); margin-bottom: 14px; }
.cta-thanks p { font-size: 15px; line-height: 1.95; color: rgba(240,226,187,0.78); margin-bottom: 26px; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--green-950); color: rgba(240,226,187,0.6); padding: 80px 0 40px; }
.footer-top { display: grid; grid-template-columns: 1.2fr 2fr; gap: 50px; }
.footer-tag { font-size: 14px; line-height: 1.9; margin: 18px 0 20px; color: rgba(240,226,187,0.55); }
.footer-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.footer-col h5 { font-size: 12px; letter-spacing: 0.18em; color: var(--gold); font-weight: 600; margin-bottom: 18px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.footer-col a { font-size: 14px; color: rgba(240,226,187,0.6); transition: color .25s; }
.footer-col a:hover { color: var(--gold-light); }
.footer-bottom { display: flex; justify-content: space-between; font-size: 12.5px; color: rgba(240,226,187,0.4); flex-wrap: wrap; gap: 10px; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 980px) {
  .nav-links { display: none; }
  .hero-s-grid { grid-template-columns: 1fr; text-align: center; gap: 30px; }
  .hero-s-cta { justify-content: center; }
  .hero-s-visual { order: -1; }
  .feat-showcase { grid-template-columns: 1fr; gap: 40px; }
  .feat-desktop { grid-template-columns: 1fr; gap: 30px; }
  .pain-grid, .trust-grid { grid-template-columns: 1fr; }
  .cta-inner { grid-template-columns: 1fr; gap: 36px; }
  .footer-top { grid-template-columns: 1fr; gap: 36px; }
}
@media (max-width: 600px) {
  .wrap, .wrap-narrow { padding: 0 20px; }
  .badge-soon { font-size: 10px; letter-spacing: 0.04em; padding: 7px 11px; white-space: normal; text-align: left; }
  .br-sp { display: block; }
  .footer-cols { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; }
  .hero-i-row { gap: 12px; flex-wrap: wrap; }
  .price-card { padding: 48px 26px; }
  .cta-formwrap { padding: 28px 22px; }
}
