@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&family=Inter:wght@400;500;600&family=DM+Sans:wght@700;800&display=swap');

*{margin:0;padding:0;box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{font-family:'Inter',sans-serif;color:#2a3126;background:#F2EFE6;min-height:100vh;}

/* HERO — sage green */
.proto-hero{background:linear-gradient(165deg,#9DB5A4 0%,#8faa96 40%,#9DB5A4 100%);
  padding:26px 24px 60px;text-align:center;}
.proto-hero-inner{max-width:960px;margin:0 auto;}
.proto-hero h1{font-family:'DM Sans',sans-serif;font-size:64px;font-weight:800;
  line-height:1.08;margin-bottom:20px;letter-spacing:-1px;color:#fff;}
.hero-sub{font-size:16px;color:rgba(255,255,255,.9);line-height:1.6;max-width:100%;
  margin:0 auto 28px;}
.hero-video-placeholder{width:100%;max-width:720px;aspect-ratio:16/9;border-radius:14px;
  background:rgba(255,255,255,.1);border:1px dashed rgba(255,255,255,.25);
  display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.3);
  font-size:13px;margin:0 auto 32px;}
.cta-btn.cta-btn-hero{display:inline-block;padding:22px 72px;font-size:20px;
  border-radius:14px;text-transform:uppercase;letter-spacing:1.2px;}
.trust-line{font-size:16px;color:rgba(255,255,255,.9);margin-top:16px;letter-spacing:.3px;}
.trust-line-dark{color:#5a6a52;}
.trust-line-sm{font-size:12px;}
h2.section-title-hero{font-family:'DM Sans',sans-serif !important;font-weight:800;letter-spacing:-1px;}
.symptom-headline{font-family:'DM Sans',sans-serif;font-size:64px;font-weight:800;
  line-height:1.08;letter-spacing:-1px;color:#2a3126;text-align:center;margin-bottom:36px;}

/* CTA BUTTON — dark green */
.cta-btn{display:inline-block;padding:16px 44px;border-radius:12px;
  background:#3f4a39;color:#f3efe7;font-weight:600;font-size:16px;
  text-decoration:none;transition:all .18s;letter-spacing:.2px;}
.cta-btn:hover{background:#4c5647;transform:translateY(-1px);
  box-shadow:0 4px 20px rgba(63,74,57,.25);}
.guarantee-block .cta-btn{
  background:#3f4a39;color:#f3efe7;}
.guarantee-block .cta-btn:hover{
  background:#4c5647;box-shadow:0 4px 20px rgba(0,0,0,.1);}
.cta-btn-large{padding:18px 52px;font-size:17px;}
.cta-repeat{text-align:center;margin-top:36px;}

/* AS SEEN IN — cream */
.seen-in{text-align:center;padding:44px 24px;border-top:1px solid rgba(0,0,0,.06);
  border-bottom:1px solid rgba(0,0,0,.06);background:#F2EFE6;overflow:hidden;}
.seen-label{font-size:16px;text-transform:uppercase;letter-spacing:2px;
  color:rgba(42,49,38,.4);margin-bottom:20px;}
.seen-logos-track{overflow:hidden;width:100%;position:relative;}
.seen-logos-slide{display:flex;align-items:center;gap:64px;white-space:nowrap;
  animation:scroll-logos 25s linear infinite;}
.logo-img{height:105px;width:auto;flex-shrink:0;opacity:.7;filter:grayscale(30%);}
@keyframes scroll-logos{
  0%{transform:translateX(0);}
  100%{transform:translateX(-50%);}
}

/* SECTIONS — white default */
.proto-section{max-width:680px;margin:0 auto;padding:56px 24px;}
.proto-title{font-family:'Cormorant Garamond',serif;font-size:32px;font-weight:600;
  text-align:center;margin-bottom:12px;line-height:1.2;color:#2a3126;}
.proto-subtitle{font-size:16px;color:#5a6a52;text-align:center;
  line-height:1.6;margin-bottom:36px;max-width:100%;margin-left:auto;margin-right:auto;}

/* PRODUCT SPLIT — cream */
.product-split{display:grid;grid-template-columns:1fr 1fr;gap:16px;max-width:1100px;margin:0 auto;}
.product-col{background:transparent;border:1px solid #000;
  border-radius:14px;padding:20px 28px;box-shadow:none;}
.product-col h3{font-family:'Cormorant Garamond',serif;font-size:24px;font-weight:600;
  margin-bottom:10px;text-align:left;color:#3f4a39;}
.product-col ul{list-style:none;padding:0;}
.product-col li{font-size:16px;line-height:1.4;color:#4a5a42;padding:3px 0;
  padding-left:16px;position:relative;}
.product-col li::before{content:'';position:absolute;left:0;top:14px;width:6px;height:6px;
  border-radius:50%;background:#7a9a6a;}
.product-section{max-width:1100px;}
.product-img-wrap{width:100%;height:120px;border-radius:12px;margin-bottom:10px;
  display:flex;align-items:center;justify-content:flex-start;}
.product-img-wrap img{max-height:100%;max-width:100%;object-fit:contain;}

/* KIRK-STYLE SECTIONS */
.kirk-section{max-width:100%;padding:48px 24px;}
.kirk-section-alt{background:#F2EFE6;}
.kirk-container{max-width:600px;margin:0 auto;}
.kirk-label{font-family:'DM Sans',sans-serif;font-size:12px;font-weight:700;text-transform:uppercase;
  letter-spacing:2px;color:#000;margin-bottom:10px;text-align:center;}
.kirk-heading{font-family:'DM Sans',sans-serif;font-size:30px;line-height:1.25;margin-bottom:12px;
  font-weight:800;letter-spacing:-.4px;text-align:center;color:#2a3126;}
.kirk-intro{font-size:15px;color:#5a6a52;margin-bottom:20px;line-height:1.6;
  text-align:center;max-width:560px;margin-left:auto;margin-right:auto;}
.kirk-graph-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:20px;}
.kirk-graph-card{background:#F2EFE6;border:1px solid rgba(63,74,57,.12);border-radius:16px;
  padding:20px 16px 16px;text-align:center;}
.kirk-graph-card h4{font-family:'DM Sans',sans-serif;font-size:12px;font-weight:700;
  text-transform:uppercase;letter-spacing:.8px;margin-bottom:12px;}
.kirk-bad{color:#D94452;}
.kirk-good{color:#2E9E6B;}
.kirk-caption{font-size:11px;color:#5a6a52;margin-top:8px;line-height:1.4;}
.kirk-status-bad{font-size:11px;color:#D94452;font-weight:700;margin-top:4px;}
.kirk-status-good{font-size:11px;color:#2E9E6B;font-weight:700;margin-top:4px;}
.kirk-italic{font-size:13px;color:#5a6a52;text-align:center;line-height:1.55;
  max-width:520px;margin:0 auto;font-style:italic;}
.kirk-product-reveal{text-align:center;margin-top:28px;padding-top:20px;
  border-top:1px solid rgba(63,74,57,.12);}
.kirk-product-reveal img{width:120px;height:auto;margin:0 auto 10px;display:block;object-fit:contain;}
.kirk-product-reveal h4{font-family:'DM Sans',sans-serif;font-size:14px;font-weight:700;
  color:#2a3126;margin-bottom:4px;}
.kirk-product-reveal p{font-size:13px;color:#5a6a52;max-width:400px;margin:0 auto;line-height:1.5;}
.kirk-system-section{text-align:center;background:#F2EFE6;}
.kirk-system-section .kirk-heading{margin-bottom:8px;}
.kirk-system-section .kirk-intro{margin-bottom:24px;}
.kirk-combo-img{width:100%;max-width:500px;margin:0 auto;display:block;border-radius:16px;}

/* SYMPTOM CARDS — beige bg section */
.symptom-section-bg{background:#F2EFE6;padding:56px 24px;max-width:100%;}
.symptom-section-bg .proto-title{color:#2a3126;}
.symptom-section-bg .proto-subtitle{color:#5a6a52;}
.symptom-section-bg .proto-title,.symptom-section-bg .proto-subtitle,
.symptom-section-bg .symptom-headline,.symptom-section-bg .cta-repeat{
  max-width:1100px;margin-left:auto;margin-right:auto;}
.symptom-grid-img-wrap{max-width:1100px;margin:0 auto 36px;}
.symptom-grid-img{width:100%;height:auto;border-radius:8px;display:block;}

/* STORY — green bg */
.story-section-bg{background:#9DB5A4;padding:56px 24px;max-width:100%;}
.story-inner{max-width:1100px;margin:0 auto;}
.story-title-wrap{margin-bottom:28px;}
.story-subtitle{font-family:'Cormorant Garamond',serif;font-weight:500;
  color:rgba(255,255,255,.85);text-align:left;
  margin-bottom:-4px;line-height:1.2;white-space:nowrap;display:block;width:fit-content;}
.story-headline{font-family:'DM Sans',sans-serif;font-size:39px;font-weight:800;
  color:#fff;text-align:left;margin-bottom:0;line-height:1.1;letter-spacing:-0.5px;
  white-space:nowrap;width:fit-content;}
.story-section-bg .proto-subtitle{color:rgba(255,255,255,.85);}
.story-section-bg .cta-btn{background:#fff;color:#3f4a39;}
.story-section-bg .cta-btn:hover{background:#F2EFE6;box-shadow:0 4px 20px rgba(0,0,0,.1);}
.story-section-bg .trust-line-dark{color:rgba(255,255,255,.7);}

.story-cta{text-align:left;margin-top:28px;}
.story-cta .trust-line-sm{text-align:left;}
/* STORY layout — photo left, text right */
.story-block{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start;}
.story-photo-wrap{width:100%;margin-top:90px;}
.story-photo{width:100%;height:auto;border-radius:14px;display:block;object-fit:cover;}
.story-text p{font-size:15px;line-height:1.75;color:rgba(255,255,255,.9);margin-bottom:14px;}
.story-text p:last-child{margin-bottom:0;}
.story-text strong{color:#fff;}
.story-reflection{margin-top:24px;padding:18px 24px;border-left:3px solid rgba(255,255,255,.35);
  font-size:15px;line-height:1.7;color:rgba(255,255,255,.85);}

/* SCIENCE — beige bg */
.science-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px;margin-bottom:32px;}
.science-card{background:#ffffff;border:1px solid rgba(63,74,57,.1);
  border-radius:14px;padding:24px 20px;text-align:center;}
.science-card h4{font-family:'Cormorant Garamond',serif;font-size:17px;font-weight:600;
  margin-bottom:10px;color:#3f4a39;}
.science-card p{font-size:13px;color:#5a6a52;line-height:1.5;}
.video-embed-placeholder{width:100%;max-width:560px;height:315px;border-radius:14px;
  background:#ffffff;border:1px dashed rgba(63,74,57,.15);
  display:flex;align-items:center;justify-content:center;color:rgba(0,0,0,.2);
  font-size:13px;margin:0 auto 12px;}

/* TESTIMONIALS — green bg */
.testimonial-section-bg{background:#9DB5A4;padding:56px 24px;max-width:100%;}
.testimonial-section-bg .cta-btn{background:#fff;color:#3f4a39;}
.testimonial-section-bg .cta-btn:hover{background:#F2EFE6;box-shadow:0 4px 20px rgba(0,0,0,.1);}
.testimonial-section-bg .trust-line-dark{color:rgba(255,255,255,.7);}
.testimonial-title-wrap{text-align:center;margin-bottom:36px;}
.testimonial-headline{font-family:'DM Sans',sans-serif;font-size:39px;font-weight:800;
  color:#fff;line-height:1.1;letter-spacing:-0.5px;margin-bottom:8px;}
.testimonial-subheadline{font-family:'Inter',sans-serif;font-size:16px;font-weight:400;
  color:rgba(255,255,255,.85);line-height:1.6;}
.testimonial-photo-wrap{overflow:hidden;position:relative;margin-bottom:24px;}
.testimonial-photo-track{display:flex;gap:14px;animation:scroll-photos 50s linear infinite;
  width:max-content;padding:4px 0;}
.testimonial-photo-track img{height:280px;width:auto;border-radius:12px;object-fit:cover;
  flex-shrink:0;box-shadow:0 2px 12px rgba(0,0,0,.08);}
@keyframes scroll-photos{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
.testimonial-carousel-wrap{overflow:hidden;position:relative;cursor:grab;margin-bottom:36px;}
.testimonial-carousel-wrap:active{cursor:grabbing;}
.testimonial-carousel-track{display:flex;gap:16px;animation:scroll-testimonials 60s linear infinite;
  width:max-content;padding:4px 0;}
.testimonial-carousel-track.paused{animation-play-state:paused;}
.testimonial-video-slot{width:220px;aspect-ratio:9/16;border-radius:12px;overflow:hidden;
  background:rgba(255,255,255,.1);flex-shrink:0;position:relative;}
.testimonial-video-slot video{width:100%;height:100%;object-fit:cover;border-radius:12px;display:block;}
.testimonial-video-slot video::-webkit-media-controls-panel{
  background:linear-gradient(transparent 40%,rgba(0,0,0,.5));}
@keyframes scroll-testimonials{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}

/* SUPPORT — two-column split */
.support-section{max-width:1100px;}
.support-cta-wrap{grid-column:1/-1;text-align:left;}
.support-split{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start;
  max-width:1100px;margin:0 auto;}
.support-heading{font-family:'DM Sans',sans-serif;font-size:39px;font-weight:800;
  color:#2a3126;line-height:1.1;letter-spacing:-0.5px;text-align:left;margin-bottom:16px;}
.support-text{text-align:left;}
.support-text p{font-size:16px;line-height:1.65;color:#4a5a42;margin-bottom:16px;}
.support-text ul{list-style:none;padding:0 0 0 24px;margin:0 0 16px;}
.support-text li{font-size:16px;line-height:1.5;color:#4a5a42;padding:2px 0 2px 20px;
  position:relative;}
.support-text li::before{content:'';position:absolute;left:0;top:10px;width:6px;height:6px;
  border-radius:50%;background:#7a9a6a;}
.support-img-wrap{display:flex;align-items:center;justify-content:center;}
.support-img-wrap img{width:100%;max-width:460px;border-radius:16px;}

/* WHAT YOU GET — white */
.what-you-get{max-width:480px;margin:0 auto;}
.wyg-item{display:flex;align-items:center;gap:16px;padding:16px 0;
  border-bottom:1px solid rgba(63,74,57,.08);}
.wyg-item:last-child{border-bottom:none;}
.wyg-icon{width:36px;height:36px;border-radius:50%;background:rgba(157,181,164,.2);
  border:1px solid rgba(157,181,164,.4);display:flex;align-items:center;justify-content:center;
  font-family:'Cormorant Garamond',serif;font-size:16px;font-weight:600;color:#3f4a39;
  flex-shrink:0;}
.wyg-item div{font-size:14px;line-height:1.45;color:#4a5a42;}
.wyg-item strong{color:#2a3126;}
.price-callout-pro{text-align:center;margin-top:28px;font-size:15px;color:#5a6a52;}
.price-callout-pro strong{font-size:28px;color:#2a3126;
  font-family:'Cormorant Garamond',serif;}

/* GUARANTEE — sage bg */
.guarantee-section{max-width:100% !important;padding:56px 24px;}
.guarantee-block{text-align:center;background:#9DB5A4;border-radius:20px;
  padding:28px 48px 28px;border:none;max-width:calc(100% - 48px);margin:0 auto;}
.guarantee-label{font-family:'DM Sans',sans-serif;font-size:26px !important;font-weight:700;
  letter-spacing:1px;color:rgba(255,255,255,.8);margin-bottom:-4px !important;line-height:1.2;}
.guarantee-block h3{font-family:'DM Sans',sans-serif;font-size:40px;font-weight:800;
  margin-top:0;margin-bottom:20px;color:#fff;letter-spacing:-0.5px;line-height:1.15;}
.guarantee-badge-img{width:340px;height:auto;margin:0 auto 24px;display:block;}
.guarantee-block p{font-size:16px;color:rgba(255,255,255,.9);line-height:1.65;max-width:100%;margin:0 auto 8px;}
.guarantee-tagline{font-size:17px !important;color:#fff !important;font-weight:600;
  margin-top:20px !important;margin-bottom:28px !important;}
.guarantee-closing{font-size:15px;color:rgba(255,255,255,.85);line-height:1.4;
  margin:0 auto 4px !important;font-style:italic;}
.guarantee-closing:first-of-type{margin-top:88px !important;}
.guarantee-closing:last-of-type{margin-bottom:96px !important;}

/* FAQ — cream */
.faq-list{max-width:700px;margin:0 auto;}
.faq-item{background:#F2EFE6;border:1px solid rgba(63,74,57,.2);
  border-radius:12px;margin-bottom:10px;overflow:hidden;}
.faq-item summary{padding:18px 22px;font-size:15px;font-weight:500;cursor:pointer;
  list-style:none;color:#2a3126;position:relative;padding-right:44px;}
.faq-item summary::-webkit-details-marker{display:none;}
.faq-item summary::after{content:'+';position:absolute;right:20px;top:50%;
  transform:translateY(-50%);font-size:20px;color:rgba(42,49,38,.35);
  transition:transform .2s;}
.faq-item[open] summary::after{content:'\2212';}
.faq-item p{padding:0 22px 18px;font-size:14px;color:#5a6a52;line-height:1.6;}

/* FINAL CTA — green */
.final-cta-green{background:#9DB5A4;padding:56px 24px;max-width:100%;text-align:center;}
.final-cta-inner{max-width:680px;margin:0 auto;}
.final-cta-heading{font-family:'DM Sans',sans-serif;font-size:39px;font-weight:800;
  color:#fff;line-height:1.1;letter-spacing:-0.5px;margin-bottom:16px;}
.final-cta-text{font-size:16px;color:rgba(255,255,255,.9);line-height:1.65;margin-bottom:28px;}
.final-cta-green .cta-btn:hover{background:#4c5647 !important;box-shadow:0 4px 20px rgba(0,0,0,.1);}
.final-cta-footer{max-width:920px;margin:0 auto;padding-top:40px;font-size:10px;
  color:rgba(255,255,255,.45);line-height:1.7;text-align:center;}

/* FOOTER — now inside green section, old footer/sticky removed */

/* RESPONSIVE */
@media(max-width:680px){
  .proto-hero h1{font-size:42px;letter-spacing:-.5px;}
  .product-split{grid-template-columns:1fr;}
  .science-grid{grid-template-columns:1fr;}
  .testimonial-headline{font-size:28px;}
  .testimonial-video-slot{width:180px;}
  .story-block{grid-template-columns:1fr;text-align:center;}
  .story-photo-wrap{display:none;}
  .story-photo{border-radius:12px;}
  .story-section-bg{overflow:hidden;}
  .story-inner{padding:0 16px;}
  .story-block{overflow:hidden;box-sizing:border-box;}
  .story-title-wrap{margin-bottom:16px;}
  .story-subtitle{text-align:center;width:auto;white-space:nowrap;font-size:5vw;}
  .story-headline{text-align:center;width:auto;white-space:nowrap;font-size:6.2vw;}
  .story-text{box-sizing:border-box;overflow-wrap:break-word;word-wrap:break-word;}
  .proto-hero{padding:60px 20px 48px;}
  .proto-section{padding:40px 20px;}
  .symptom-section-bg{padding:40px 20px;}
  .science-section{padding:40px 20px;}
  .cta-btn,.cta-btn.cta-btn-hero{padding:14px 36px;font-size:15px;max-width:240px;}
  .cta-repeat,.story-cta,.guarantee-block,.support-cta-wrap{text-align:center !important;}
  .trust-line,.trust-line-sm{text-align:center !important;}
  .story-cta .trust-line-sm{text-align:center !important;}
  .support-split{grid-template-columns:1fr;}
  .support-text{text-align:left;}
  .support-text ul{text-align:left;display:block;}
  .support-heading{text-align:left;}
  .support-img-wrap{order:2;}
  .support-img-wrap img{max-width:300px;}
  .support-cta-wrap{order:3;margin-top:-16px;}
  .guarantee-block{padding:28px 24px;}
  .guarantee-badge-img{max-width:100%;width:280px;}
}
