:root{
  --pink:#f8f8fd;
  --pink2:#f8f8fd;
  --coral:#011e4b;
  --coral-dark:#001638;
  --green:#8ed8b0;
  --green-dark:#51ac77;
  --cream:#fff8ec;
  --ink:#202020;
  --muted:#666;
  --line:#deddec;
  --shadow:0 2px 8px rgba(52,34,38,.06);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:'DM Sans',sans-serif;color:var(--ink);background:#fff;line-height:1.55}
a{text-decoration:none;color:inherit}button{font:inherit}.skip{position:absolute;left:-999px}.skip:focus{left:10px;top:10px;background:#fff;z-index:99;padding:8px}
.quiz-bar{background:#133d4b;color:#fff;text-align:center;padding:13px 20px;font-size:15px;font-weight:600;display:flex;gap:18px;justify-content:center;align-items:center}.quiz-bar strong{background:#ef8f43;color:#fff;padding:8px 22px;border-radius:3px;text-transform:uppercase;font-size:13px}.trust-bar{background:#f7f7f7;text-align:center;padding:8px;font-size:13px;font-weight:600;color:#30404a}.site-header{height:88px;display:flex;align-items:center;justify-content:space-between;padding:0 44px;border-bottom:1px solid #eee;background:#fff;position:sticky;top:0;z-index:10}.site-header nav{display:flex;gap:24px;align-items:center;font-size:13px;font-weight:700}.site-header button{border:0;background:transparent;font-weight:700;cursor:pointer}.logo-mark{width:64px;height:64px;border-radius:50%;border:2px solid #111;display:grid;place-items:center;font-family:'Cabin',sans-serif;font-weight:800;font-size:20px;background:#fff}.container{max-width:1180px;margin:0 auto;padding:0 22px}.narrow{max-width:880px}.center{text-align:center}.pink-section{background:var(--pink)}.pink-soft{background:var(--pink2)}.cream-section{background:var(--cream)}section{padding:56px 0}h1,h2,h3,h4{margin:0 0 18px;line-height:1.1;font-family:'Cabin',sans-serif}h1{font-size:clamp(31px,3vw,46px);font-weight:900;color:var(--coral);letter-spacing:-.035em}h2{font-size:clamp(28px,2.35vw,36px);font-weight:900;color:var(--coral);letter-spacing:-.025em}h2.black,.black{color:#111}h3{font-size:22px;color:#222}p{font-size:18px;margin:0 0 18px}.lead{font-size:23px;font-weight:600}.eyebrow{color:var(--coral);font-weight:800;text-transform:uppercase;font-size:14px;letter-spacing:.08em}.hero{padding:42px 0 60px}.hero-grid,.two-col{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:center}.hero-copy{padding:30px 0}.hero-copy p{font-size:18px}.check-list{list-style:none;padding:0;margin:18px 0}.check-list li{margin:12px 0;font-size:18px}.check-list li:before{content:'✅ ';}.cta{display:inline-flex;align-items:center;justify-content:center;background:#78d4a3;color:#fff!important;border-radius:6px;padding:17px 34px;min-width:285px;font-weight:900;letter-spacing:.02em;box-shadow:0 5px 0 var(--green-dark);text-align:center;margin:10px 0 12px}.cta:hover{transform:translateY(1px);box-shadow:0 4px 0 var(--green-dark)}.guarantee{font-size:14px;font-weight:700;color:#3f7e55}.media-placeholder{aspect-ratio:var(--ratio);width:100%;background:#f8f8fd;border:2px dashed #9b98b9;border-radius:18px;display:grid;place-items:center;text-align:center;color:#011e4b;font-weight:800;font-size:14px;padding:12px;position:relative;overflow:hidden}.media-placeholder:after{display:none}.hero-img{border-radius:18px;box-shadow:none}.press-section{padding:48px 0;background:#fff}.press-section h2{text-align:center;font-size:30px;color:#222}.logo-carousel{display:grid;grid-template-columns:repeat(6,280px);gap:16px;overflow-x:auto;padding:10px 4px 18px}.logo-card{background:#fff;border:1px solid #eee;border-radius:8px;padding:18px;box-shadow:none;min-height:210px}.logo-card p{font-size:13px;text-align:center;margin-top:12px}.logo-ph{border-radius:6px}.review-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:35px}.review-card{background:#fff;border-radius:10px;padding:28px;box-shadow:none;border:1px solid #deddec}.review-card.large{min-height:250px}.stars{color:#f5b529;letter-spacing:2px;font-size:18px;margin-bottom:8px}.review-card h4{font-size:24px;margin-bottom:8px}.review-card strong{display:block;font-size:20px;margin-bottom:10px}.cta-wrap{margin-top:30px}.problem h2{font-size:clamp(30px,3vw,40px)}.problem-art{position:relative}.emoji-art{width:130px;position:absolute;right:8%;bottom:-30px;border-radius:50%}.image-stack{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:end}.portrait{margin-top:60px}.solution span,.ingredients span,.guarantee-section span{color:var(--coral)}.breakthrough-table{border-radius:10px;overflow:hidden;border:1px solid #deddec;box-shadow:none;background:#fff;margin-top:30px}.breakthrough-table .row{display:grid;grid-template-columns:240px 1fr;align-items:center}.breakthrough-table .row:nth-child(odd){background:#fff}.breakthrough-table .row:nth-child(even){background:#f8f8fd}.breakthrough-table .row>div{padding:22px;text-align:center;border-right:1px solid #deddec}.breakthrough-table span{display:block;font-weight:800;font-size:12px;text-transform:uppercase;color:#555}.breakthrough-table b{display:block;font-size:54px;color:var(--coral);line-height:1}.breakthrough-table p{padding:20px 30px;margin:0;font-size:18px}.stat-card{margin:34px auto 10px;max-width:760px;background:var(--coral);color:#fff;border-radius:10px;padding:26px;display:flex;gap:24px;align-items:center;box-shadow:none}.stat-icon{max-width:160px;background:rgba(255,255,255,.18);border-color:rgba(255,255,255,.55);color:#fff}.stat-card strong{font-size:88px;line-height:.9}.stat-card span{display:block;font-weight:900;font-size:22px}.benefits-list{max-width:850px;background:#fff;border-radius:10px;padding:30px;margin-top:25px;margin-bottom:35px;box-shadow:none;border:1px solid #f0ded2}.benefits-list p{font-weight:600}.ingredient-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:36px 28px}.ingredient-grid article{text-align:center}.circle{border-radius:50%;max-width:210px;margin:0 auto 18px}.ingredient-grid h3{font-size:20px}.ingredient-grid p{font-size:14px;color:#555}.timeline-list{border-left:4px solid var(--coral);padding-left:24px;margin:24px 0}.timeline-list div{background:#fff;border-radius:10px;padding:18px 20px;margin-bottom:15px;box-shadow:none;border:1px solid #deddec}.timeline-list b{color:var(--coral);font-size:22px}.use-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.use-grid article{background:#fff;border-radius:10px;padding:18px;box-shadow:none;border:1px solid #f0ded2}.benefit-photo{border-radius:16px;margin-bottom:16px}.use-grid h3{font-size:20px;color:#111}.use-grid p{font-size:14px}.badge-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;margin-top:30px}.badge-grid>div{background:#fff;border-radius:10px;padding:20px;box-shadow:none;border:1px solid #f0ded2}.badge-icon{border-radius:50%;margin:0 auto 14px;max-width:120px}.shipping-banner{background:#011e4b;color:#fff;font-size:28px;font-weight:900;text-align:center;padding:26px 20px}.packages{background:#fff;padding:54px 0}.steps{display:flex;align-items:center;justify-content:center;margin-bottom:32px;gap:70px;position:relative}.steps:before{content:'';position:absolute;height:2px;background:#ddd;width:530px;z-index:0}.steps div{display:flex;flex-direction:column;align-items:center;gap:8px;z-index:1;background:#fff;padding:0 6px}.steps span{width:38px;height:38px;border-radius:50%;background:#e7e7e7;display:grid;place-items:center;font-weight:900}.steps .active span{background:var(--coral);color:#fff}.steps b{font-size:13px}.package-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;align-items:stretch}.package-card{position:relative;border:2px solid #eee;border-radius:10px;padding:22px;text-align:center;box-shadow:none;background:#fff}.package-card.featured{border-color:var(--coral);transform:scale(1.025);box-shadow:none}.package-card h3{background:#011e4b;color:#fff;margin:-22px -22px 18px;padding:15px;border-radius:8px 8px 0 0;font-size:18px}.discount{position:absolute;right:18px;top:62px;background:var(--coral);color:#fff;border-radius:50%;width:82px;height:82px;display:grid;place-items:center;font-weight:900;z-index:2;transform:rotate(8deg)}.pack-img{border-radius:14px;margin-bottom:16px}.price strong{font-size:44px;color:#111}.price span{display:block;font-weight:800}.installment{font-size:13px;color:#777;min-height:40px}.buy{background:#84d6a7;border:0;border-radius:6px;color:#fff;font-weight:900;padding:16px 40px;box-shadow:0 7px 0 #52ae77;width:100%;cursor:pointer}.small-trust{font-size:12px;font-weight:900;color:#555;margin-top:18px}.payment-strip{display:flex;justify-content:center;align-items:center;gap:24px;max-width:850px;margin:36px auto 0;text-align:left}.payments{max-width:260px;border-radius:8px}.guarantee-section .mini-card{background:#fff;border-radius:10px;padding:16px 20px;margin:14px 0;box-shadow:none;border:1px solid #f0ded2}.guarantee-section h2{color:#111}.guarantee-img{max-width:430px;margin:auto}.rating-summary{display:flex;gap:25px;justify-content:center;align-items:center;background:#fff;border-radius:10px;padding:20px;box-shadow:none;border:1px solid #f0ded2;margin:25px 0}.rating-summary strong{font-size:54px}.reviews-list{max-width:960px}.filters{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}.filters button,.show-more{border:1px solid #ddd;background:#fff;border-radius:20px;padding:9px 14px;font-weight:700}.reviews-list article{background:#fff;padding:22px;border-radius:10px;margin:14px 0;box-shadow:none;border:1px solid #eee}.reviews-list h4 span{font-size:12px;color:#4a9f6b;margin-left:8px}.show-more{display:block;margin:24px auto}.label-images{display:grid;grid-template-columns:1fr 1fr;gap:20px}.label-img{border-radius:20px}.mission{padding:80px 0}.mission h2{font-size:48px;color:#111}.expert-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:26px}.expert-grid article{background:#fff;border-radius:10px;padding:22px;box-shadow:none;border:1px solid #f0ded2}.expert-photo{border-radius:14px;margin-bottom:18px}.expert-grid h3{color:#111}.faq details{background:#fff;border-radius:10px;margin:12px 0;padding:18px 22px;box-shadow:none;border:1px solid #eee}.faq summary{cursor:pointer;font-weight:900;font-size:18px}.floating-chat{position:fixed;right:20px;bottom:20px;width:52px;height:52px;border-radius:50%;background:#111;color:#fff;display:grid;place-items:center;font-weight:900;z-index:99;box-shadow:0 10px 24px rgba(0,0,0,.22)}
@media(max-width:900px){.solution-grid{grid-template-columns:1fr;max-width:680px}.solution-head .eyebrow:before,.solution-head .eyebrow:after{margin:0 20px}.solution .image-stack{max-width:460px;margin:0 auto}.solution-copy{text-align:left}.solution-cta .cta{min-width:285px}
.site-header{height:auto;position:relative;flex-direction:column;gap:12px;padding:16px}.site-header nav{flex-wrap:wrap;justify-content:center;gap:12px}.hero-grid,.two-col{grid-template-columns:1fr;gap:32px}.hero-copy{padding:0}.review-grid,.ingredient-grid,.package-grid,.expert-grid{grid-template-columns:1fr}.use-grid,.badge-grid{grid-template-columns:repeat(2,1fr)}.breakthrough-table .row{grid-template-columns:1fr}.breakthrough-table .row>div{border-right:0;border-bottom:1px solid #deddec}.package-card.featured{transform:none}.payment-strip,.rating-summary{flex-direction:column;text-align:center}.steps{gap:20px}.steps:before{display:none}.label-images{grid-template-columns:1fr}.logo-carousel{grid-template-columns:repeat(6,240px)}}
@media(max-width:540px){.solution-head .eyebrow:before,.solution-head .eyebrow:after{display:none}.solution-head h2{font-size:25px}.solution-copy p{font-size:15px}.solution-cta .cta{width:100%;min-width:0}
section{padding:48px 0}h1{font-size:34px}h2{font-size:30px}.quiz-bar{flex-direction:column;gap:8px}.use-grid,.badge-grid{grid-template-columns:1fr}.image-stack{grid-template-columns:1fr}.portrait{margin-top:0}.stat-card{flex-direction:column;text-align:center}.stat-card strong{font-size:64px}.shipping-banner{font-size:22px}.cta{width:100%;min-width:0}.package-card{padding:18px}.package-card h3{margin:-18px -18px 16px}.discount{width:68px;height:68px;font-size:13px}.steps b{font-size:11px}}

/* Reference-matched solution section: centered headline, 2D cards, restrained shadows */
.solution{padding:40px 0 34px;}
.solution-head{max-width:720px;margin-bottom:18px;}
.solution-head .eyebrow{font-size:14px;line-height:1.2;margin:0 0 7px;position:relative;text-transform:none;letter-spacing:.01em;}
.solution-head .eyebrow:before,.solution-head .eyebrow:after{content:'↓';color:var(--coral);font-size:42px;line-height:0;vertical-align:-12px;margin:0 54px;font-weight:900;}
.solution-head h2{font-size:clamp(25px,2.55vw,34px);line-height:1.13;letter-spacing:-.025em;color:#111;max-width:690px;margin:0 auto 6px;}
.solution-head h2 span{display:block;color:var(--coral);}
.solution-grid{display:grid;grid-template-columns:.94fr 1fr;gap:38px;align-items:start;max-width:760px;}
.solution .image-stack{gap:16px;align-items:end;}
.solution .tall-photo{border-radius:16px;}
.solution .portrait{margin-top:0;}
.solution-copy p{font-size:16px;line-height:1.42;margin-bottom:18px;color:#111;}
.solution-copy strong{font-weight:900;}
.solution-cta{margin-top:8px;}
.solution-cta .cta{min-width:350px;padding-top:14px;padding-bottom:14px;font-size:14px;}

/* Cleaner 2D card system while preserving image radii */
.logo-card,.review-card,.benefits-list,.use-grid article,.badge-grid>div,.package-card,.guarantee-section .mini-card,.rating-summary,.reviews-list article,.expert-grid article,.faq details{box-shadow:none;}
.review-card,.logo-card,.package-card,.benefits-list,.use-grid article,.badge-grid>div,.expert-grid article{border-radius:10px;}

/* Direct-response casual copy block from source reference */
.dr-copy-section{background:#fff;padding:34px 0 48px;font-family:'DM Sans',sans-serif;color:#111;}
.dr-container{max-width:650px;margin:0 auto;text-align:center;padding:0 18px;}
.dr-container h2{font-family:'Cabin',sans-serif;color:#011e4b;font-size:28px;line-height:1.08;font-weight:800;letter-spacing:-.02em;margin:0 0 4px;}
.dr-container p{font-size:16px;line-height:1.42;margin:20px 0;color:#111;}
.dr-container strong{font-weight:800;}
.dr-sub{font-size:15px!important;margin-top:2px!important;margin-bottom:10px!important;}
.dr-compare-img{max-width:620px;margin:8px auto 12px;border-radius:16px;background:#f8f8fd;border:0;color:#011e4b;box-shadow:none;}
.dr-compare-img:after{display:none;}
.dr-intro{margin-top:32px!important;margin-bottom:8px!important;}
.dr-red-box{background:#ff3f45;color:#fff;padding:14px 18px;margin:10px auto 12px;font-size:16px;line-height:1.3;font-weight:500;max-width:560px;}
.dr-red-box strong{color:#fff;}
.dr-outline-box{background:#fff;border:1px solid #deddec;color:#111;padding:14px 18px;margin:0 auto 20px;font-size:16px;line-height:1.3;max-width:560px;}
.dr-symptom-row{display:flex;align-items:center;justify-content:center;gap:12px;margin:8px auto 18px;max-width:430px;text-align:left;}
.dr-emoji{font-size:44px;line-height:1;flex:0 0 auto;}
.dr-symptom-row ul{list-style:none;margin:0;padding:0;font-size:15px;line-height:1.32;}
.dr-symptom-row li{margin:1px 0;}
.dr-symptom-row li:before{content:'➡️';font-size:12px;margin-right:3px;}
.dr-pink-callout{color:#011e4b!important;font-weight:800;font-size:17px!important;line-height:1.35!important;margin:18px 0 26px!important;}
.dr-underlined{text-decoration:underline;text-underline-offset:2px;font-size:17px!important;margin:24px 0!important;}
@media(max-width:540px){.solution-head .eyebrow:before,.solution-head .eyebrow:after{display:none}.solution-head h2{font-size:25px}.solution-copy p{font-size:15px}.solution-cta .cta{width:100%;min-width:0}
.dr-container h2{font-size:24px}.dr-container p{font-size:13.5px}.dr-red-box,.dr-outline-box{font-size:13px}.dr-symptom-row{align-items:flex-start}.dr-emoji{font-size:38px}}

/* Responsive solution overrides placed after base solution rules */
@media(max-width:900px){
  .solution-grid{grid-template-columns:1fr;max-width:680px;}
  .solution-head .eyebrow:before,.solution-head .eyebrow:after{margin:0 20px;}
  .solution .image-stack{max-width:460px;margin:0 auto;}
  .solution-copy{text-align:left;}
  .solution-cta .cta{min-width:285px;}
}
@media(max-width:540px){
  .solution-head .eyebrow:before,.solution-head .eyebrow:after{display:none;}
  .solution-head h2{font-size:25px;}
  .solution-copy p{font-size:15px;}
  .solution-cta .cta{width:100%;min-width:0;}
  .dr-container h2{font-size:24px;}
  .dr-container p{font-size:15px;}
  .dr-red-box,.dr-outline-box{font-size:15px;}
  .dr-symptom-row{align-items:flex-start;}
  .dr-emoji{font-size:38px;}
}

/* Legibility pass: remove tiny scaffold text except intentionally small guarantees/labels */
.logo-card p{font-size:15px;line-height:1.35;}
.ingredient-grid p,.use-grid p{font-size:16px;line-height:1.45;}
.ingredient-grid h3,.use-grid h3{font-size:21px;line-height:1.18;}
.package-card .installment,.small-trust{font-size:14px;}
.reviews-list p,.expert-grid p,.faq p{font-size:17px;line-height:1.5;}
.media-placeholder{font-size:15px;}
.guarantee{font-size:13px;}


/* Requested cleanup: testimonial/review cards should be borderless and flat */
.review-card,
.reviews-list article{
  border:0 !important;
}

/* Mobile-only: make the direct-response copy section left-aligned like the attached section request */
@media(max-width:540px){
  .dr-container{
    text-align:left;
  }
  .dr-container h2,
  .dr-sub,
  .dr-pink-callout,
  .dr-underlined{
    text-align:left;
  }
  .dr-compare-img{
    margin-left:0;
    margin-right:0;
  }
  .dr-symptom-row{
    justify-content:flex-start;
    max-width:none;
  }
}


/* Typography calibration from original reference: body copy 22px desktop / 18px mobile; ingredient descriptions 17px all viewports */
body p,
.check-list li,
.review-card p,
.logo-card p,
.solution-copy p,
.dr-container p,
.timeline-list p,
.use-grid p,
.benefits-list p,
.breakthrough-table p,
.expert-grid p,
.reviews-list p,
.faq p,
.guarantee-section .mini-card p{
  font-size:22px;
  line-height:1.42;
}

.ingredient-grid p{
  font-size:17px;
  line-height:1.45;
}

@media(max-width:540px){
  body p,
  .check-list li,
  .review-card p,
  .logo-card p,
  .solution-copy p,
  .dr-container p,
  .timeline-list p,
  .use-grid p,
  .benefits-list p,
  .breakthrough-table p,
  .expert-grid p,
  .reviews-list p,
  .faq p,
  .guarantee-section .mini-card p{
    font-size:18px;
    line-height:1.42;
  }

  .ingredient-grid p{
    font-size:17px;
    line-height:1.45;
  }
}


/* Final reference font-size enforcement */
p,
.check-list li,
.review-card p,
.logo-card p,
.hero-copy p,
.solution-copy p,
.dr-container p,
.timeline-list p,
.use-grid p,
.benefits-list p,
.breakthrough-table p,
.expert-grid p,
.reviews-list p,
.faq p,
.guarantee-section .mini-card p{
  font-size:22px !important;
  line-height:1.42;
}

.ingredient-grid p{
  font-size:17px !important;
  line-height:1.45;
}

@media(max-width:540px){
  p,
  .check-list li,
  .review-card p,
  .logo-card p,
  .hero-copy p,
  .solution-copy p,
  .dr-container p,
  .timeline-list p,
  .use-grid p,
  .benefits-list p,
  .breakthrough-table p,
  .expert-grid p,
  .reviews-list p,
  .faq p,
  .guarantee-section .mini-card p{
    font-size:18px !important;
    line-height:1.42;
  }

  .ingredient-grid p{
    font-size:17px !important;
    line-height:1.45;
  }
}


/* DR problem section refinement: wider desktop measure + all callout/list copy at body size */
@media(min-width:541px){
  .dr-container{
    max-width:780px;
  }
  .dr-red-box,
  .dr-outline-box{
    max-width:700px;
    font-size:22px !important;
    line-height:1.32;
  }
  .dr-symptom-row{
    max-width:620px;
    gap:18px;
  }
  .dr-symptom-row ul,
  .dr-symptom-row li{
    font-size:22px !important;
    line-height:1.32;
  }
  .dr-emoji{
    font-size:62px;
  }
}

@media(max-width:540px){
  .dr-red-box,
  .dr-outline-box{
    font-size:18px !important;
    line-height:1.34;
  }
  .dr-symptom-row ul,
  .dr-symptom-row li{
    font-size:18px !important;
    line-height:1.34;
  }
}

/* Mobile alignment pass: centered headlines, left-aligned body copy */
@media(max-width:540px){
  /* Keep mobile headlines centered for stronger scanning and visual hierarchy */
  h1,
  h2,
  h3,
  h4,
  .hero-copy h1,
  .section-title,
  .solution-head h2,
  .dr-container h2,
  .testimonial-feature h2,
  .testimonial-feature h3,
  .ingredients .narrow h2,
  .timeline h2,
  .use-cases h2,
  .packages h2,
  .guarantee-section h2,
  .reviews-section h2,
  .faq h2{
    text-align:center !important;
  }

  /* Body/story copy should read like an article: left-aligned and easy to scan */
  p,
  li,
  ul,
  ol,
  .hero-copy,
  .solution-copy,
  .dr-container,
  .benefits-list,
  .timeline-list,
  .review-card,
  .reviews-list article,
  .use-grid article,
  .ingredient-grid article,
  .expert-grid article,
  .faq details,
  .package-card{
    text-align:left !important;
  }

  /* Preserve intentional centered micro-elements */
  .cta-wrap,
  .solution-cta,
  .guarantee,
  .stars,
  .media-placeholder,
  .logo-card .media-placeholder,
  .ingredient-grid .circle,
  .package-card h3,
  .discount,
  .rating-summary,
  .payment-strip{
    text-align:center !important;
  }

  /* Center CTA blocks while leaving surrounding copy left-aligned */
  .cta-wrap,
  .solution-cta,
  .center .cta-wrap{
    display:block;
    margin-left:auto;
    margin-right:auto;
  }

  /* Containers that use .center should only center their headings on mobile */
  .center p,
  .center li,
  .center ul,
  .center ol,
  .narrow p,
  .lead,
  .eyebrow{
    text-align:left !important;
  }

  /* Keep eyebrow/subhead treatment readable unless it functions as a headline label */
  .solution-head .eyebrow{
    text-align:center !important;
  }
}

/* Real hero image + mobile 24px headline pass */
.hero-picture{
  display:block;
  width:100%;
  aspect-ratio:1 / 1;
  border-radius:18px;
  overflow:hidden;
  background:#f8f8fd;
}
.hero-picture img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:1 / 1;
  object-fit:contain;
}

@media(max-width:540px){
  h1,
  h2,
  h3,
  h4,
  .hero-copy h1,
  .section-title,
  .solution-head h2,
  .dr-container h2,
  .testimonial-feature h2,
  .testimonial-feature h3,
  .ingredients .narrow h2,
  .timeline h2,
  .use-cases h2,
  .packages h2,
  .guarantee-section h2,
  .reviews-section h2,
  .faq h2{
    font-size:24px !important;
    line-height:1.12 !important;
  }
}

/* Mobile headline rendering: match requested reference, preserving existing colors */
@media(max-width:540px){
  h1,
  h2,
  h3,
  h4,
  .hero-copy h1,
  .section-title,
  .solution-head h2,
  .dr-container h2,
  .testimonial-feature h2,
  .testimonial-feature h3,
  .ingredients .narrow h2,
  .timeline h2,
  .use-cases h2,
  .packages h2,
  .guarantee-section h2,
  .reviews-section h2,
  .faq h2{
    font-size:24px !important;
    line-height:1.4em !important;
    letter-spacing:0px !important;
    text-transform:none !important;
    font-weight:700 !important;
    font-family:'Cabin', sans-serif !important;
  }

  .hero-copy h1 u{
    text-decoration-thickness:2px;
    text-underline-offset:3px;
    text-decoration-color:currentColor;
  }
}

/* Mobile testimonial card alignment: card contents read left-aligned */
@media(max-width:540px){
  .review-card,
  .review-card.large,
  .review-card .stars,
  .review-card h4,
  .review-card strong,
  .review-card p,
  .reviews-list article,
  .reviews-list article .stars,
  .reviews-list article h3,
  .reviews-list article h4,
  .reviews-list article strong,
  .reviews-list article p{
    text-align:left !important;
  }
}

/* Dawn DR comparison image */
.dr-comparison-picture{
  display:block;
  width:100%;
  max-width:760px;
  margin:18px auto 26px;
  border-radius:18px;
  overflow:hidden;
  background:#f8f8fd;
}
.dr-comparison-picture img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:1280 / 723;
  object-fit:contain;
}
@media(max-width:540px){
  .dr-comparison-picture{
    margin:14px auto 22px;
    border-radius:14px;
  }
}


/* Solution section arrows + single-image layout correction */
.solution-head{
  position:relative;
}
.solution-head .eyebrow:before,
.solution-head .eyebrow:after{
  content:none !important;
  display:none !important;
}
.solution-arrows{
  position:absolute;
  top:-2px;
  left:0;
  right:0;
  z-index:0;
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  max-width:600px;
  padding:0 8px;
  margin:0 auto;
  color:var(--coral);
  font-family:'Cabin', sans-serif;
  font-size:48px;
  line-height:.9;
  font-weight:900;
  pointer-events:none;
}
.solution-arrows span{
  display:block;
}
.solution-head .eyebrow,
.solution-head h2{
  position:relative;
  z-index:1;
}
.solution-head .eyebrow{
  max-width:390px;
  margin-left:auto;
  margin-right:auto;
}
.solution-image-wrap{
  width:100%;
  max-width:340px;
  margin:0 auto;
}
.solution-main-image{
  width:100%;
  aspect-ratio:1456 / 1058;
  min-height:0;
  border-radius:18px;
}
@media(max-width:900px){
  .solution-grid{
    gap:22px;
  }
  .solution-image-wrap{
    max-width:520px;
    margin:0 auto 2px;
  }
}
@media(max-width:540px){
  .solution{
    padding-top:42px;
  }
  .solution-head{
    margin-bottom:14px;
  }
  .solution-arrows{
    display:flex !important;
    top:0;
    max-width:none;
    padding:0 24px;
    font-size:43px;
  }
  .solution-head .eyebrow{
    max-width:280px;
    margin-bottom:10px;
    line-height:1.22;
  }
  .solution-image-wrap{
    max-width:100%;
  }
  .solution-main-image{
    border-radius:18px;
  }
}


/* Real result icon image */
.stat-icon-img{
  display:block;
  width:120px;
  height:120px;
  object-fit:contain;
  flex:0 0 120px;
}
@media(max-width:540px){
  .stat-icon-img{
    width:108px;
    height:108px;
    flex-basis:108px;
  }
}


/* Real product/lifestyle image in solution section */
.solution-picture{
  display:block;
  width:100%;
  aspect-ratio:1 / 1;
  border-radius:18px;
  overflow:hidden;
  background:#f8f8fd;
}
.solution-picture img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

/* Consolidated product-page offer section */
.offer-section{
  background:#f8f8fd;
  padding:54px 0 58px;
}
.offer-card{
  background:#fff;
  border:1px solid #deddec;
  border-radius:12px;
  padding:38px 28px 34px;
  box-shadow:none;
}
.offer-eyebrow{
  color:#011e4b;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.04em;
  margin-bottom:8px !important;
}
.offer-card h2{
  max-width:660px;
  margin-left:auto;
  margin-right:auto;
}
.offer-card p:not(.offer-eyebrow){
  max-width:640px;
  margin-left:auto;
  margin-right:auto;
}
.offer-card .cta{
  margin-top:6px;
}
@media(max-width:540px){
  .offer-section{
    padding:44px 0;
  }
  .offer-card{
    padding:28px 18px 26px;
  }
  .offer-card .offer-eyebrow{
    text-align:center !important;
  }
  .offer-card h2,
  .offer-card p:not(.offer-eyebrow){
    text-align:left !important;
  }
}

/* Three-card use-case layout */
.use-grid-three{
  grid-template-columns:repeat(3,1fr);
  max-width:980px;
}
@media(max-width:900px){
  .use-grid-three{
    grid-template-columns:1fr;
    max-width:520px;
  }
}

/* Real transparent logos in top featured strip */
.press-logo-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
  overflow-x:visible;
  align-items:stretch;
}
.press-logo-grid .logo-card{
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  min-height:236px;
}
.press-logo{
  display:block;
  width:100%;
  max-width:210px;
  height:auto;
  aspect-ratio:3 / 1;
  object-fit:contain;
  margin:0 auto 12px;
  background:transparent;
}
@media(max-width:900px){
  .press-logo-grid{
    grid-template-columns:repeat(4,240px) !important;
    overflow-x:auto;
  }
}
@media(max-width:540px){
  .press-logo-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    overflow-x:visible;
    gap:14px;
  }
  .press-logo-grid .logo-card{
    min-height:0;
    padding:14px 10px;
  }
  .press-logo{
    max-width:130px;
    margin-bottom:8px;
  }
  .press-logo-grid .logo-card p{
    font-size:13px !important;
    line-height:1.28;
  }
}

/* Real ingredient images */
.ingredient-img{
  display:block;
  width:100%;
  aspect-ratio:1 / 1;
  height:auto;
  object-fit:cover;
  background:#f8f8fd;
  border:0;
}

/* Five-ingredient desktop layout */
@media(min-width:901px){
  .ingredient-grid-five{
    grid-template-columns:repeat(6,1fr);
    max-width:980px;
  }
  .ingredient-grid-five article{
    grid-column:span 2;
  }
  .ingredient-grid-five article:nth-child(4){
    grid-column:2 / span 2;
  }
  .ingredient-grid-five article:nth-child(5){
    grid-column:4 / span 2;
  }
}

/* Inserted section images */
.timeline-photo,
.usecase-img,
.offer-product-img{
  display:block;
  width:100%;
  height:auto;
  object-fit:cover;
  background:#f8f8fd;
}
.timeline-photo{
  aspect-ratio:900 / 1356;
  border-radius:18px;
  max-height:760px;
  object-fit:cover;
}
.usecase-img{
  aspect-ratio:4 / 5;
  border-radius:16px;
  margin-bottom:16px;
}
.offer-product-img{
  aspect-ratio:1 / 1;
  max-width:360px;
  margin:0 auto 18px;
  border-radius:18px;
  object-fit:cover;
}
@media(max-width:540px){
  .offer-product-img{
    max-width:260px;
    margin-bottom:14px;
  }
  .timeline-photo{
    max-height:none;
  }
}

/* Quick mobile fixes */
@media(max-width:540px){
  .cta{
    width:calc(100% - 32px) !important;
    max-width:340px;
    min-width:0 !important;
    margin-left:auto !important;
    margin-right:auto !important;
    display:flex;
  }
  .hero-checks li{
    font-size:16px !important;
    line-height:1.35;
  }
}


.image-change-note {
  margin: 10px auto 18px;
  max-width: 720px;
  padding: 10px 14px;
  border-radius: 10px;
  background: rgba(1, 30, 75, 0.08);
  color: #011e4b;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 600;
  text-align: left;
}
.timeline .image-change-note, .use-cases .image-change-note {
  font-size: 13px;
  margin-top: 8px;
}
