/* ============================
   TOKENS
   ============================ */
:root {
  --g-deep:   #0b2e0e;
  --g-forest: #1a5c1e;
  --g-mid:    #2e7d32;
  --g-leaf:   #4caf50;
  --g-lime:   #8bc34a;
  --yellow:   #f9d800;
  --amber:    #f5a623;
  --cream:    #f5f8ef;
  --paper:    #fcfdf7;
  --ink:      #111a11;
  --muted:    #556655;
  --white:    #ffffff;
}

/* ============================
   RESET + BASE
   ============================ */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'Lato', sans-serif;
  background: var(--paper);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { text-decoration: none; }

/* ============================
   HEADER
   ============================ */
.nw-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  display: flex; align-items: center; justify-content: center;
  padding: 12px 40px;
  background: rgba(11,46,14,0.96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(249,216,0,0.18);
}
.nw-header img { height: 50px; width: auto; }

/* ============================
   HERO
   ============================ */
.nw-hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: stretch;
  padding-top: 74px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 90% 70% at 20% 40%, rgba(46,125,50,0.55) 0%, transparent 55%),
    radial-gradient(ellipse 60% 50% at 85% 10%, rgba(139,195,74,0.18) 0%, transparent 50%),
    radial-gradient(ellipse 50% 60% at 80% 90%, rgba(249,216,0,0.10) 0%, transparent 55%),
    linear-gradient(160deg, var(--g-deep) 0%, #153a17 50%, #0d2d0f 100%);
}
.hero-blob1 {
  position: absolute; top: -120px; left: -120px;
  width: 500px; height: 500px; border-radius: 50%;
  background: radial-gradient(circle, rgba(139,195,74,0.10) 0%, transparent 70%);
  pointer-events: none;
}
.hero-blob2 {
  position: absolute; bottom: -100px; right: 20%;
  width: 380px; height: 380px; border-radius: 50%;
  background: radial-gradient(circle, rgba(249,216,0,0.08) 0%, transparent 70%);
  pointer-events: none;
}
.hero-grid-overlay {
  position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 60px 60px;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 20%, black 80%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, black 20%, black 80%, transparent 100%);
}

/* Hero Copy */
.hero-copy {
  position: relative; z-index: 2;
  display: flex; flex-direction: column; justify-content: center;
  padding: 80px 56px 80px 72px;
}
.nw-eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  background: rgba(139,195,74,0.14);
  border: 1px solid rgba(139,195,74,0.32);
  border-radius: 100px;
  padding: 5px 16px 5px 12px;
  margin-bottom: 32px;
  width: fit-content;
  animation: nwFadeUp 0.6s 0.05s ease both;
}
.eyebrow-dot {
  width: 9px; height: 9px; border-radius: 50%;
  background: var(--g-lime);
  animation: nwPing 2.2s ease infinite;
}
.nw-eyebrow span {
  font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--g-lime); font-weight: 700;
}
.hero-h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.8rem, 4.5vw, 4.6rem);
  font-weight: 900;
  line-height: 1.07;
  color: var(--white);
  margin-bottom: 24px;
  animation: nwFadeUp 0.7s 0.15s ease both;
}
.hero-h1 .ital {
  font-style: italic;
  background: linear-gradient(90deg, var(--yellow), var(--amber));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-lead {
  font-size: 1.08rem; font-weight: 300; line-height: 1.85;
  color: rgba(255,255,255,0.65);
  max-width: 480px;
  margin-bottom: 36px;
  animation: nwFadeUp 0.8s 0.25s ease both;
}
.hero-lead strong { color: rgba(255,255,255,0.9); font-weight: 700; }

.nw-chips {
  display: flex; flex-wrap: wrap; gap: 8px;
  animation: nwFadeUp 0.9s 0.35s ease both;
}
.nw-chip {
  display: flex; align-items: center; gap: 6px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 8px;
  padding: 6px 13px;
  font-size: 0.77rem; font-weight: 400;
  color: rgba(255,255,255,0.70);
}
.chip-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--yellow); flex-shrink: 0; }

/* Hero Form Column */
.hero-form-col {
  position: relative; z-index: 2;
  display: flex; align-items: center; justify-content: center;
  padding: 60px 56px 60px 20px;
}
.nw-form-card {
  width: 100%; max-width: 420px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 26px;
  padding: 44px 40px;
  backdrop-filter: blur(28px);
  position: relative; overflow: hidden;
  box-shadow: 0 40px 100px rgba(0,0,0,0.35), inset 0 1px 0 rgba(255,255,255,0.08);
  animation: nwFadeUp 0.7s 0.1s ease both;
}
.nw-form-card::before {
  content: ''; position: absolute; top: -60px; right: -60px;
  width: 200px; height: 200px; border-radius: 50%;
  background: radial-gradient(circle, rgba(249,216,0,0.18), transparent 65%);
  pointer-events: none;
}
.nw-form-card::after {
  content: ''; position: absolute; bottom: -70px; left: -50px;
  width: 200px; height: 200px; border-radius: 50%;
  background: radial-gradient(circle, rgba(76,175,80,0.12), transparent 65%);
  pointer-events: none;
}
.fc-tag {
  font-size: 0.65rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--g-lime); font-weight: 700; margin-bottom: 10px;
}
.fc-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.95rem; font-weight: 700; color: var(--white);
  line-height: 1.22; margin-bottom: 8px;
}
.fc-sub {
  font-size: 0.83rem; font-weight: 300; color: rgba(255,255,255,0.45);
  line-height: 1.65; margin-bottom: 28px;
}
.nw-field { margin-bottom: 14px; }
.nw-field label {
  display: block; font-size: 0.68rem; letter-spacing: 0.12em;
  text-transform: uppercase; color: rgba(255,255,255,0.4);
  font-weight: 700; margin-bottom: 7px;
}
.nw-field input {
  width: 100%;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.13);
  border-radius: 12px;
  padding: 15px 18px;
  font-family: 'Lato', sans-serif;
  font-size: 0.97rem; font-weight: 300; color: var(--white);
  outline: none;
  transition: border-color .2s, background .2s, box-shadow .2s;
}
.nw-field input::placeholder { color: rgba(255,255,255,0.22); }
.nw-field input:focus {
  border-color: rgba(139,195,74,0.65);
  background: rgba(255,255,255,0.10);
  box-shadow: 0 0 0 3px rgba(139,195,74,0.12);
}
.nw-field input.err { border-color: rgba(229,57,53,0.7); }

.nw-btn-cta {
  width: 100%; border: none; cursor: pointer;
  background: linear-gradient(120deg, var(--yellow) 0%, var(--amber) 100%);
  color: var(--g-deep);
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem; font-weight: 700;
  border-radius: 13px;
  padding: 17px 24px;
  margin-top: 8px;
  letter-spacing: 0.015em;
  position: relative; overflow: hidden;
  transition: transform .2s, box-shadow .2s;
}
.nw-btn-cta::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(120deg, rgba(255,255,255,0.25) 0%, transparent 55%);
  pointer-events: none;
}
.nw-btn-cta:hover { transform: translateY(-3px); box-shadow: 0 18px 55px rgba(249,216,0,0.38); }
.nw-btn-cta:active { transform: none; box-shadow: none; }

.lock-note {
  display: flex; align-items: center; justify-content: center; gap: 7px;
  margin-top: 13px; font-size: 0.73rem; font-weight: 300;
  color: rgba(255,255,255,0.28);
}
.stat-row {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 6px;
  margin-top: 22px; padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.stat { text-align: center; }
.stat-n {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem; font-weight: 700; color: var(--yellow); display: block;
}
.stat-l {
  font-size: 0.62rem; color: rgba(255,255,255,0.33);
  font-weight: 300; display: block; margin-top: 2px;
}
.nw-success {
  display: none; flex-direction: column; align-items: center;
  text-align: center; gap: 14px; padding: 10px 0;
}
.success-ring {
  width: 68px; height: 68px; border-radius: 50%;
  border: 2px solid var(--g-lime);
  background: rgba(139,195,74,0.1);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.7rem;
  animation: nwPopIn .4s ease both;
}
.nw-success h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.75rem; font-weight: 700; color: var(--white);
}
.nw-success p { font-size: 0.87rem; font-weight: 300; color: rgba(255,255,255,0.5); line-height: 1.75; max-width: 280px; }

.hero-wave {
  position: absolute; bottom: -1px; left: 0; right: 0;
  pointer-events: none; line-height: 0;
}

/* ============================
   SECTION HEADERS
   ============================ */
.sec-label {
  font-size: 0.65rem; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--g-leaf); font-weight: 700; margin-bottom: 14px;
}
.sec-h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem,3.2vw,3rem); font-weight: 900;
  color: var(--ink); line-height: 1.18;
  max-width: 580px;
}
.sec-h2 em { font-style: italic; color: var(--g-mid); }

/* ============================
   BENEFITS / INSIDE
   ============================ */
.nw-inside {
  background: var(--paper);
  padding: 110px 72px;
}
.inside-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 28px;
  margin-top: 60px;
  max-width: 980px;
}
.icard {
  background: var(--white);
  border: 1px solid rgba(26,92,30,0.09);
  border-radius: 20px;
  padding: 36px 30px;
  display: flex; gap: 22px; align-items: flex-start;
  position: relative; overflow: hidden;
  transition: transform .3s, box-shadow .3s, border-color .3s;
}
.icard:hover {
  transform: translateY(-5px);
  box-shadow: 0 28px 70px rgba(26,92,30,0.11);
  border-color: rgba(139,195,74,0.35);
}
.icard::before {
  content: ''; position: absolute; left: 0; top: 0; bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--g-lime), var(--yellow));
  transform: scaleY(0); transform-origin: top;
  transition: transform .35s ease;
}
.icard:hover::before { transform: scaleY(1); }
.icard-num {
  font-family: 'Playfair Display', serif;
  font-size: 2.8rem; font-weight: 900;
  color: rgba(26,92,30,0.07); line-height: 1;
  min-width: 52px; text-align: center; flex-shrink: 0;
  margin-top: -4px;
}
.icard-icon { font-size: 1.5rem; margin-bottom: 8px; }
.icard-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.13rem; font-weight: 700;
  color: var(--ink); line-height: 1.3; margin-bottom: 10px;
}
.icard-text {
  font-size: 0.88rem; font-weight: 300; color: var(--muted); line-height: 1.8;
}
.icard-text strong { color: var(--g-forest); font-weight: 700; }

/* ============================
   TESTIMONIALS
   ============================ */
.nw-proof {
  background: linear-gradient(175deg, #edf4e6 0%, var(--cream) 100%);
  padding: 110px 72px;
  position: relative; overflow: hidden;
}
.nw-proof::before {
  content: ''; position: absolute; top: -100px; right: -100px;
  width: 500px; height: 500px; border-radius: 50%;
  background: radial-gradient(circle, rgba(139,195,74,0.08), transparent 65%);
  pointer-events: none;
}
.tgrid {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 24px; margin-top: 60px; max-width: 980px;
}
.tcard {
  background: var(--white);
  border: 1px solid rgba(26,92,30,0.07);
  border-radius: 20px; padding: 32px 26px;
  position: relative; overflow: hidden;
  transition: transform .3s, box-shadow .3s;
}
.tcard:hover { transform: translateY(-5px); box-shadow: 0 24px 60px rgba(26,92,30,0.10); }
.tcard-q {
  font-family: 'Playfair Display', serif;
  font-size: 5rem; line-height: 1; color: var(--g-lime); opacity: 0.15;
  position: absolute; top: -12px; left: 18px; pointer-events: none;
}
.stars { color: var(--amber); font-size: 0.85rem; margin-bottom: 14px; }
.tcard-text {
  font-family: 'Playfair Display', serif;
  font-style: italic; font-size: 1.05rem; color: var(--ink);
  line-height: 1.75; margin-bottom: 20px;
}
.tcard-author { display: flex; align-items: center; gap: 12px; }
.nw-avatar {
  width: 42px; height: 42px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg, var(--g-forest), var(--g-lime));
  display: flex; align-items: center; justify-content: center;
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem; font-weight: 700; color: var(--white);
}
.aname { font-size: 0.82rem; font-weight: 700; color: var(--ink); }
.aloc  { font-size: 0.73rem; font-weight: 300; color: var(--muted); margin-top: 1px; }

/* ============================
   BOTTOM CTA STRIP
   ============================ */
.nw-cta-strip {
  background: linear-gradient(130deg, var(--g-deep) 0%, #1a5c1e 100%);
  padding: 80px 72px;
  text-align: center;
  position: relative; overflow: hidden;
  border-top: 1px solid rgba(249,216,0,0.15);
}
.nw-cta-strip::before {
  content: ''; position: absolute; top: -120px; left: 50%;
  transform: translateX(-50%);
  width: 700px; height: 500px; border-radius: 50%;
  background: radial-gradient(circle, rgba(249,216,0,0.07), transparent 65%);
  pointer-events: none;
}
.strip-h {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem,3vw,2.8rem); font-weight: 900;
  color: var(--white); margin-bottom: 16px; position: relative;
}
.strip-h em { font-style: italic; color: var(--yellow); }
.strip-sub {
  font-size: 1rem; font-weight: 300; color: rgba(255,255,255,0.55);
  margin-bottom: 36px; line-height: 1.7; position: relative;
}
.strip-form {
  display: flex; gap: 12px; justify-content: center; flex-wrap: wrap;
  position: relative;
}
.strip-input {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 12px; padding: 15px 22px;
  font-family: 'Lato', sans-serif; font-size: 1rem; font-weight: 300;
  color: var(--white); outline: none; width: 260px;
  transition: border-color .2s, background .2s;
}
.strip-input::placeholder { color: rgba(255,255,255,0.28); }
.strip-input:focus {
  border-color: rgba(139,195,74,0.65);
  background: rgba(255,255,255,0.12);
}
.strip-btn {
  background: linear-gradient(120deg, var(--yellow), var(--amber));
  color: var(--g-deep); border: none; cursor: pointer;
  font-family: 'Playfair Display', serif;
  font-size: 1.05rem; font-weight: 700;
  border-radius: 12px; padding: 15px 32px;
  white-space: nowrap;
  transition: transform .2s, box-shadow .2s;
  position: relative; overflow: hidden;
}
.strip-btn::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(120deg, rgba(255,255,255,0.25) 0%, transparent 55%);
  pointer-events: none;
}
.strip-btn:hover { transform: translateY(-2px); box-shadow: 0 14px 40px rgba(249,216,0,0.35); }

/* ============================
   FOOTER
   ============================ */
.nw-footer {
  background: var(--g-deep);
  padding: 44px 72px 32px;
  border-top: 1px solid rgba(249,216,0,0.12);
  text-align: center;
}
.nw-footer img { height: 42px; width: auto; margin: 0 auto 20px; }
.flinks {
  display: flex; align-items: center; justify-content: center;
  gap: 8px; margin-bottom: 18px; flex-wrap: wrap;
}
.flinks a { font-size: 0.74rem; color: rgba(255,255,255,0.3); transition: color .2s; }
.flinks a:hover { color: rgba(255,255,255,0.6); }
.fdot { color: rgba(255,255,255,0.14); }
.fcopy { font-size: 0.71rem; color: rgba(255,255,255,0.18); line-height: 1.8; max-width: 560px; margin: 0 auto; }

/* ============================
   ANIMATIONS
   ============================ */
@keyframes nwFadeUp {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes nwPing {
  0%, 100% { box-shadow: 0 0 0 0 rgba(139,195,74,0.5); }
  50%       { box-shadow: 0 0 0 7px rgba(139,195,74,0); }
}
@keyframes nwPopIn {
  0%   { transform: scale(.5); opacity: 0; }
  70%  { transform: scale(1.08); }
  100% { transform: scale(1); opacity: 1; }
}
.nw-reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s ease; }
.nw-reveal.on { opacity: 1; transform: none; }

/* ============================
   RESPONSIVE
   ============================ */
@media (max-width: 960px) {
  .nw-hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 60px 32px 20px; text-align: center; }
  .nw-eyebrow { margin-left: auto; margin-right: auto; }
  .nw-chips { justify-content: center; }
  .hero-form-col { padding: 32px 28px 80px; }
  .nw-form-card { max-width: 100%; }
  .nw-inside, .nw-proof, .nw-cta-strip, .nw-footer { padding-left: 28px; padding-right: 28px; }
  .inside-grid { grid-template-columns: 1fr; }
  .tgrid { grid-template-columns: 1fr; }
  .icard { flex-direction: column; gap: 10px; }
  .icard-num { font-size: 2rem; min-width: auto; }
}
@media (max-width: 520px) {
  .hero-copy { padding: 48px 20px 16px; }
  .hero-form-col { padding: 20px 20px 72px; }
  .nw-form-card { padding: 30px 22px; }
  .nw-header { padding: 10px 20px; }
}
