/* template-nfe-fuel-lab.php. Loaded AFTER nfe-home.css (dependency), so
   these rules intentionally override nfe-home.css's .get-grid/.get-card
   (homepage uses a different asymmetric 3x2 "large card" layout; Fuel Lab
   uses a plain 6-card grid with green/white/dark variants, no .large). */

/* FUEL LAB HERO */
.nfe-scope .lab-hero{padding:var(--pad)}
.nfe-scope .lab-hero-panel{
  max-width:var(--max);margin:0 auto;border-radius:36px;position:relative;overflow:hidden;
  color:#fff;display:flex;align-items:center;
  padding:130px clamp(28px,6vw,90px) 44px;
  background-image:
    linear-gradient(100deg,rgba(7,18,11,.94) 0%,rgba(7,18,11,.82) 55%,rgba(7,18,11,.55) 100%),
    url('https://drewaddis.com/wp-content/uploads/2026/08/IG3-03.png');
  background-size:cover;background-position:center;
}
.nfe-scope .lab-hero-panel::after{content:"";position:absolute;inset:0;z-index:-1;background:radial-gradient(circle at 80% 20%,rgba(194,234,32,.14),transparent 30%);pointer-events:none}
.nfe-scope .lab-hero-copy{max-width:600px;position:relative;z-index:2}
.nfe-scope .lab-hero-copy .eyebrow{color:var(--green);margin-bottom:14px}
.nfe-scope .lab-hero-copy h1{font-size:clamp(28px,3.2vw,42px);color:#fff;max-width:16ch;text-wrap:balance}
.nfe-scope .lab-hero-copy p{margin-top:14px;font-size:15px;line-height:1.6;color:rgba(255,255,255,.7);max-width:520px}
.nfe-scope .lab-price{margin-top:22px;display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}
.nfe-scope .lab-price .amount{font-family:'Manrope',sans-serif;font-size:24px;font-weight:700;color:#fff;letter-spacing:-.03em}
.nfe-scope .lab-price .period{font-size:13px;color:rgba(255,255,255,.55);font-weight:600}
.nfe-scope .lab-price-notes{margin-top:12px;display:flex;flex-direction:column;gap:4px;max-width:480px}
.nfe-scope .lab-price-notes p{font-size:12.5px;line-height:1.55;color:rgba(255,255,255,.55)}
.nfe-scope .lab-price-notes p b{color:#fff;font-weight:700}
.nfe-scope .lab-hero-actions{margin-top:24px}
.nfe-scope .lab-hero-actions .btn{font-size:14.5px;padding:0 62px 0 24px}

/* WHAT YOU GET — override nfe-home.css's asymmetric grid with a plain 3-col one */
.nfe-scope .get-head{margin-bottom:54px}
.nfe-scope .get-head h2{font-size:clamp(44px,5.4vw,72px);max-width:16ch}
.nfe-scope .get-head p{max-width:480px}
.nfe-scope .get-grid{grid-template-columns:repeat(3,1fr);grid-template-rows:none;gap:16px}
.nfe-scope .get-card{padding:30px;min-height:260px}
.nfe-scope .get-card.large{grid-row:auto;background:var(--soft);padding:30px}
.nfe-scope .get-card.green{background:var(--green);color:var(--green-deep)}
.nfe-scope .get-card.green .get-card-number{color:rgba(41,47,14,.6)}
.nfe-scope .get-card.green p{color:rgba(41,47,14,.68)}
.nfe-scope .get-card.green .big-symbol{color:rgba(41,47,14,.1)}
.nfe-scope .get-card h3{font-size:clamp(22px,2vw,28px);max-width:14ch}
.nfe-scope .get-card.large h3{font-size:clamp(22px,2vw,28px);max-width:14ch}
.nfe-scope .big-symbol{right:-6px;top:18px;font-size:120px}
.nfe-scope .get-card-image{position:absolute;right:20px;top:20px;width:56px;height:56px;border-radius:14px;background:rgba(255,255,255,.5);z-index:2}
.nfe-scope .get-card.dark .get-card-image{background:rgba(255,255,255,.08)}
.nfe-scope .get-card.green .get-card-image{background:rgba(41,47,14,.08)}
.nfe-scope .get-card-image img{width:100%;height:100%;border-radius:14px;object-fit:cover}

/* TESTIMONIALS — real Instagram DMs, laid out as a masonry "wall of love"
   (bordered/shadowed cards, color-cycling avatars) so short and long
   messages sit naturally instead of stretching to match a fixed height. */
.nfe-scope .testimonials{background:var(--soft)}
.nfe-scope .testimonials-head{text-align:center;margin-bottom:50px}
.nfe-scope .testimonials-head h2{font-size:clamp(38px,4.4vw,54px);max-width:20ch;margin:0 auto}
.nfe-scope .testimonials-head p{max-width:480px;margin:16px auto 0;line-height:1.65}
.nfe-scope .testimonials-wall{columns:4 280px;column-gap:20px;max-width:var(--max);margin:0 auto}
.nfe-scope .testimonial-item{break-inside:avoid;margin-bottom:20px;background:var(--white);border:1px solid var(--line);border-radius:20px;padding:18px;display:flex;flex-direction:column;gap:12px;box-shadow:0 10px 26px rgba(20,33,25,.04);transition:transform .25s ease,box-shadow .25s ease}
.nfe-scope .testimonial-item:hover{transform:translateY(-3px);box-shadow:0 18px 36px rgba(20,33,25,.08)}
.nfe-scope .testimonial-item-top{display:flex;align-items:center;gap:10px}
.nfe-scope .testimonial-avatar{flex:none;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;color:#fff}
.nfe-scope .testimonial-avatar svg{width:16px;height:16px}
.nfe-scope .testimonial-item:nth-child(4n+1) .testimonial-avatar{background:var(--green-dark)}
.nfe-scope .testimonial-item:nth-child(4n+2) .testimonial-avatar{background:var(--green-deep)}
.nfe-scope .testimonial-item:nth-child(4n+3) .testimonial-avatar{background:#8a6b00}
.nfe-scope .testimonial-item:nth-child(4n+4) .testimonial-avatar{background:#5c8a6b}
.nfe-scope .testimonial-source{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:700;color:var(--ink-faint)}
.nfe-scope .testimonial-source svg{width:13px;height:13px;color:#c8508a}
.nfe-scope .testimonial-bubble p{font-size:14px;line-height:1.6;color:var(--ink-soft)}
.nfe-scope .testimonial-bubble p+p{margin-top:10px}
.nfe-scope .testimonial-heart{font-size:14px;align-self:flex-start}

/* WHAT HAPPENS AFTER YOU JOIN */
.nfe-scope .after-join{background:var(--white)}
.nfe-scope .after-head{text-align:center;margin-bottom:44px}
.nfe-scope .after-head h2{font-size:clamp(38px,4.4vw,54px);max-width:20ch;margin:0 auto}
.nfe-scope .after-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:1160px;margin:0 auto}
.nfe-scope .after-step{background:var(--soft);border-radius:var(--radius-sm);padding:28px}
.nfe-scope .after-step-num{width:34px;height:34px;border-radius:50%;background:var(--green-deep);color:var(--green);display:grid;place-items:center;font-family:'Manrope';font-weight:700;font-size:14px;margin-bottom:16px}
.nfe-scope .after-step p{font-size:14.5px;line-height:1.6;color:var(--ink-soft)}

/* COMPARISON */
.nfe-scope .compare{background:var(--soft)}
.nfe-scope .compare-head{text-align:center;margin-bottom:50px}
.nfe-scope .compare-head h2{font-size:clamp(38px,4.4vw,54px);max-width:22ch;margin:0 auto}
.nfe-scope .compare-head p{max-width:520px;margin:16px auto 0;line-height:1.65}
.nfe-scope .compare-table{max-width:760px;margin:0 auto;background:var(--white);border-radius:var(--radius);border:1px solid var(--line);overflow:hidden;box-shadow:0 20px 45px rgba(20,33,25,.05)}
.nfe-scope .compare-row{display:grid;grid-template-columns:1.5fr .75fr .75fr;align-items:center;padding:18px 28px;border-bottom:1px solid var(--line);font-size:14.5px}
.nfe-scope .compare-row:last-child{border-bottom:0}
.nfe-scope .compare-row.head{background:var(--green-deep);font-weight:700;font-size:10.5px;text-transform:uppercase;letter-spacing:.08em;color:rgba(255,255,255,.62)}
.nfe-scope .compare-row.head .compare-val{text-align:center}
.nfe-scope .compare-feature{color:var(--ink);font-weight:600}
.nfe-scope .compare-val{text-align:center;color:var(--ink-faint)}
.nfe-scope .compare-check{display:inline-grid;place-items:center;width:22px;height:22px;border-radius:50%;background:var(--green-soft);color:var(--green-dark)}
.nfe-scope .compare-val.dim .compare-check{background:#fbe2e0;color:#c65a52}
.nfe-scope .compare-check svg{width:11px;height:11px}
.nfe-scope .compare-actions{max-width:760px;margin:36px auto 0;display:flex;justify-content:center}

/* FREE OPTION STRIP */
.nfe-scope .free-strip{padding:var(--pad)}
.nfe-scope .free-strip-inner{max-width:var(--max);margin:0 auto;background:var(--soft-2);border-radius:34px;padding:44px clamp(24px,5vw,60px);display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}
.nfe-scope .free-strip-inner p{color:var(--ink);font-size:18px;font-weight:600;max-width:38ch;margin:0}
.nfe-scope .free-strip-inner p span{display:block;font-size:13px;font-weight:400;color:var(--ink-faint);margin-top:4px}

@media(max-width:1100px){
  .nfe-scope .get-grid{grid-template-columns:1fr 1fr}
  .nfe-scope .get-card.large{grid-column:auto}
  .nfe-scope .compare-table{max-width:100%}
  .nfe-scope .testimonials-wall{columns:2 260px}
  .nfe-scope .after-steps{grid-template-columns:1fr 1fr}
}
@media(max-width:900px){
  .nfe-scope .get-grid{grid-template-columns:1fr}
  .nfe-scope .testimonials-wall{columns:1}
  .nfe-scope .after-steps{grid-template-columns:1fr}
}
@media(max-width:760px){
  .nfe-scope .lab-hero-panel{padding:84px 18px 32px;border-radius:22px}
  .nfe-scope .lab-hero-copy h1{max-width:none;font-size:clamp(24px,7vw,32px)}
  .nfe-scope .lab-hero-copy p{font-size:14px}
  .nfe-scope .lab-hero-actions .btn{font-size:13px;padding:0 56px 0 20px;min-height:52px}
  .nfe-scope .get-head{flex-direction:column;align-items:flex-start;margin-bottom:34px}
  .nfe-scope .get-grid{grid-template-columns:1fr;gap:12px}
  .nfe-scope .get-card{padding:24px;min-height:auto}
  .nfe-scope .compare-head{margin-bottom:32px}
  .nfe-scope .compare-table{border-radius:var(--radius-sm)}
  .nfe-scope .compare-row{grid-template-columns:1fr .55fr .55fr;padding:12px 10px;font-size:11.5px;gap:6px}
  .nfe-scope .compare-row.head{font-size:9px}
  .nfe-scope .compare-check{width:18px;height:18px}
  .nfe-scope .compare-check svg{width:9px;height:9px}
  .nfe-scope .free-strip{padding:6px}
  .nfe-scope .free-strip-inner{flex-direction:column;align-items:flex-start;text-align:left;padding:30px 22px;border-radius:24px;gap:18px}
  .nfe-scope .free-strip-inner .btn{align-self:stretch;justify-content:center}
}
