/* ============================================================
   TLK SOURCE — product page (5-section template) overlay
   Loads after tlk.css. Adds only the classes used by the strict
   5-section template — hero, sections, bullets, steps, price
   card, and final-action strip.
   ============================================================ */

/* Hero — freight (light) variant */
.prod-hero{padding:96px 0 64px;background:#fff}
.prod-hero .prod-eyebrow{font-family:'JetBrains Mono',monospace;font-size:12px;font-weight:600;color:var(--accent);letter-spacing:.1em;text-transform:uppercase;margin-bottom:18px}
.prod-hero h1{font-size:52px;font-weight:700;letter-spacing:-.025em;line-height:1.08;color:var(--ink);max-width:18ch;margin-bottom:16px}
.prod-hero .prod-sub{font-size:19px;color:var(--ink-soft);line-height:1.55;max-width:54ch;margin-bottom:28px}
.prod-hero .prod-price-block{display:flex;align-items:baseline;gap:14px;flex-wrap:wrap;margin-bottom:28px}
.prod-hero .prod-price{font-size:48px;font-weight:700;color:var(--ink);letter-spacing:-.025em;line-height:1}
.prod-hero .prod-price-meta{font-size:14px;color:var(--ink-soft);letter-spacing:.01em}
.prod-cta-row{display:flex;gap:14px;flex-wrap:wrap;align-items:stretch;margin-bottom:14px}
.prod-cta-row .btn{min-height:56px;padding:16px 28px;font-size:15px;display:inline-flex;align-items:center;justify-content:center}
.prod-questions{font-size:13.5px;color:var(--ink-soft);margin-top:8px}
.prod-questions a{color:var(--accent);font-weight:500}

/* Hero — warehouse (green) variant */
.prod-hero-warehouse{background:linear-gradient(160deg,#0A1628 0%,#0e6e6e 100%);color:#fff;padding:96px 0 64px}
.prod-hero-warehouse .prod-eyebrow{color:#a7f3d0}
.prod-hero-warehouse h1{color:#fff}
.prod-hero-warehouse .prod-sub{color:rgba(255,255,255,.85)}
.prod-hero-warehouse .prod-price{color:#fff}
.prod-hero-warehouse .prod-price-meta{color:rgba(255,255,255,.75)}
.prod-hero-warehouse .prod-questions{color:rgba(255,255,255,.7)}
.prod-hero-warehouse .prod-questions a{color:#a7f3d0}
.prod-hero-warehouse .btn-accent{background:#fff;color:#0A1628;border-color:#fff}
.prod-hero-warehouse .btn-accent:hover{background:#e6f4ed;color:#0A1628;border-color:#e6f4ed}
.prod-hero-warehouse .btn-outline{background:transparent;color:#fff;border-color:rgba(255,255,255,.4)}
.prod-hero-warehouse .btn-outline:hover{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.7);color:#fff}

@media(max-width:768px){
  .prod-hero h1{font-size:36px}
  .prod-hero .prod-sub{font-size:17px}
  .prod-hero .prod-price{font-size:36px}
  .prod-cta-row{flex-direction:column;align-items:stretch}
  .prod-cta-row .btn{width:100%}
}

/* Body sections */
.prod-section{padding:80px 0;background:#fff}
.prod-section-alt{background:var(--bg-soft)}
.prod-h2{font-size:32px;font-weight:700;letter-spacing:-.02em;line-height:1.15;color:var(--ink);margin-bottom:28px;max-width:24ch}
@media(max-width:768px){.prod-section{padding:64px 0}.prod-h2{font-size:26px}}

/* Bullets — "What you get" */
.prod-bullets{list-style:none;padding:0;max-width:780px;display:flex;flex-direction:column;gap:18px}
.prod-bullets li{font-size:16px;color:var(--ink);line-height:1.6;padding-left:30px;position:relative}
.prod-bullets li::before{content:"";position:absolute;left:0;top:11px;width:18px;height:2px;background:var(--accent);border-radius:1px}
.prod-bullets li strong{font-weight:600;color:var(--ink)}
.prod-methodology-link{margin-top:24px;font-size:14px}
.prod-methodology-link a{color:var(--accent);font-weight:500}

/* Steps — "How it runs" */
.prod-steps{list-style:none;padding:0;counter-reset:step;max-width:780px;display:flex;flex-direction:column;gap:0}
.prod-steps li{counter-increment:step;font-size:16px;color:var(--ink);line-height:1.55;padding:18px 0 18px 56px;position:relative;border-bottom:1px solid var(--line)}
.prod-steps li:last-child{border-bottom:none}
.prod-steps li::before{content:counter(step);position:absolute;left:0;top:18px;width:34px;height:34px;background:var(--accent);color:#fff;border-radius:50%;font-weight:600;font-size:14px;font-family:'JetBrains Mono',monospace;display:flex;align-items:center;justify-content:center}
.prod-steps li strong{font-weight:600;color:var(--ink)}

/* Price card */
.prod-price-card{max-width:600px;background:#fff;border:1px solid var(--line);border-radius:var(--radius-xl);padding:36px 40px;box-shadow:var(--shadow-md)}
.prod-price-amount{font-size:48px;font-weight:700;letter-spacing:-.025em;color:var(--ink);line-height:1;margin-bottom:18px}
.prod-price-amount .prod-price-gst{font-size:16px;font-weight:500;color:var(--ink-soft);margin-left:6px;letter-spacing:0}
.prod-price-includes,.prod-price-excludes{font-size:15px;color:var(--ink-soft);line-height:1.6;margin-bottom:10px;max-width:500px}
.prod-price-includes strong,.prod-price-excludes strong{color:var(--ink);font-weight:600}
.prod-price-cta{margin-top:24px;width:100%;max-width:420px}
@media(max-width:768px){.prod-price-card{padding:28px 24px}.prod-price-amount{font-size:36px}}

/* Final action strip */
.prod-final{padding:96px 0 80px;text-align:center;background:#fff;border-top:1px solid var(--line)}
.prod-final h2{font-size:44px;font-weight:700;letter-spacing:-.025em;line-height:1.1;margin-bottom:32px}
.prod-final-actions{display:flex;gap:14px;flex-wrap:wrap;justify-content:center;align-items:stretch;margin-bottom:18px}
.prod-final-actions .btn{min-height:56px;padding:16px 28px;font-size:15px;display:inline-flex;align-items:center;justify-content:center}
.prod-final-email{font-size:14px;color:var(--ink-soft)}
.prod-final-email a{color:var(--accent);font-weight:500}
@media(max-width:768px){.prod-final h2{font-size:32px}.prod-final-actions{flex-direction:column;align-items:stretch}.prod-final-actions .btn{width:100%}}

/* btn-xl — for hero/final CTAs, sized for equal alignment */
.btn-xl{padding:16px 28px;font-size:15px;border-radius:var(--radius-sm);font-weight:600;min-height:56px;display:inline-flex;align-items:center;justify-content:center}
