:root{
  --navy:#0d2f4f;
  --navy-2:#163f65;
  --blue:#1f6aa5;
  --sky:#e9f2f8;
  --ivory:#fbfaf7;
  --paper:#ffffff;
  --warm:#f4ece4;
  --blush:#f4e3df;
  --gold:#d5a847;
  --gold-dark:#a77b24;
  --text:#17324b;
  --muted:#657483;
  --line:#dfe5ea;
  --shadow:0 24px 70px rgba(13,47,79,.12);
  --radius-lg:32px;
  --radius-md:20px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--ivory);color:var(--text);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;line-height:1.65;-webkit-font-smoothing:antialiased}
body.modal-open{overflow:hidden}
img{display:block;max-width:100%}
a{color:inherit}
button,input{font:inherit}
button{color:inherit}
.wrap{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.skip-link{position:fixed;z-index:9999;left:16px;top:12px;background:#fff;padding:10px 14px;border-radius:10px;box-shadow:var(--shadow);transform:translateY(-160%)}
.skip-link:focus{transform:none}
.notice-bar{background:var(--navy);color:#fff;font-size:13px}
.notice-inner{min-height:38px;display:flex;align-items:center;justify-content:center;gap:18px}
.notice-inner a{color:#f5d88f;text-decoration:none;font-weight:800}
.site-header{position:sticky;top:0;z-index:100;background:rgba(251,250,247,.95);backdrop-filter:blur(14px);border-bottom:1px solid rgba(13,47,79,.08)}
.header-inner{height:84px;display:flex;align-items:center;gap:26px}
.brand{display:flex;width:154px;flex:0 0 auto}
.brand img{width:154px;height:auto}
.site-nav{display:flex;align-items:center;gap:23px;margin-left:auto}
.site-nav a{text-decoration:none;font-size:14px;font-weight:750;color:#29445d}
.site-nav a:hover{color:var(--blue)}
.header-cta,.btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:850;border-radius:999px;transition:transform .2s ease,background .2s ease,border-color .2s ease}
.header-cta{padding:12px 18px;background:var(--navy);color:#fff;font-size:14px}
.header-cta:hover{background:var(--blue);transform:translateY(-1px)}
.menu-button{display:none;border:0;background:transparent;padding:8px;margin-left:auto}
.menu-button span{display:block;width:25px;height:2px;background:var(--navy);margin:5px 0}
.hero{position:relative;overflow:hidden;padding:88px 0 96px;background:linear-gradient(135deg,#fffdf9 0%,#f5ede6 58%,#e7f1f7 100%)}
.hero-orb{position:absolute;border-radius:50%;filter:blur(2px);pointer-events:none}
.hero-orb-one{width:470px;height:470px;background:rgba(213,168,71,.14);right:-160px;top:-210px}
.hero-orb-two{width:340px;height:340px;background:rgba(31,106,165,.10);left:-180px;bottom:-190px}
.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);gap:74px;align-items:center}
.eyebrow,.section-tag{display:inline-block;font-size:12px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;color:var(--blue)}
.hero h1,.section h2,.guarantee-copy h2,.closing-copy h2,.modal-card h2,.exit-copy h2{font-family:Georgia,"Times New Roman",serif;color:var(--navy);font-weight:700;letter-spacing:-.035em;line-height:1.03}
.hero h1{font-size:clamp(50px,5.4vw,48px);margin:18px 0 24px;max-width:760px}
.hero-lead{font-size:18px;color:#536a7d;max-width:700px;margin:0}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin:30px 0 24px}
.btn{min-height:52px;padding:0 23px;border:1px solid transparent}
.btn-primary{background:var(--blue);color:#fff;box-shadow:0 12px 30px rgba(31,106,165,.18)}
.btn-primary:hover{background:var(--navy);transform:translateY(-2px)}
.btn-ghost{background:#fff;border-color:#cbd7df;color:var(--navy)}
.btn-ghost:hover{border-color:var(--blue);color:var(--blue);transform:translateY(-2px)}
.btn-light{background:#fff;color:var(--navy);padding-inline:24px}
.btn-light:hover{background:#f2f7fa;transform:translateY(-2px)}
.hero-points{display:flex;flex-wrap:wrap;gap:8px;margin-top:5px}
.hero-points span{font-size:12px;font-weight:800;color:#3c556b;background:rgba(255,255,255,.72);border:1px solid rgba(13,47,79,.1);padding:8px 12px;border-radius:999px}
.seller-note{font-size:12px;color:#74818d;max-width:660px;margin:17px 0 0}
.hero-visual{position:relative;min-height:590px}
.hero-frame{position:absolute;overflow:hidden;box-shadow:var(--shadow);background:#fff}
.hero-frame img{width:100%;height:100%;object-fit:cover}
.hero-frame-main{right:0;top:0;width:82%;height:470px;border-radius:180px 180px 36px 36px;border:10px solid rgba(255,255,255,.86)}
.hero-frame-small{left:0;bottom:0;width:46%;height:265px;border-radius:26px;border:8px solid #fff}
.hero-card{position:absolute;right:14px;bottom:36px;background:var(--navy);color:#fff;border-radius:18px;padding:17px 20px;box-shadow:0 18px 45px rgba(13,47,79,.25)}
.hero-card strong,.hero-card span{display:block}
.hero-card strong{font-family:Georgia,"Times New Roman",serif;font-size:18px}
.hero-card span{font-size:11px;letter-spacing:.08em;color:#d4e4ef;margin-top:3px}
.quick-facts{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.facts-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.facts-grid>div{min-height:115px;display:flex;align-items:center;gap:16px;padding:20px 26px;border-left:1px solid var(--line)}
.facts-grid>div:last-child{border-right:1px solid var(--line)}
.facts-grid strong{font-family:Georgia,"Times New Roman",serif;font-size:31px;color:var(--gold-dark)}
.facts-grid span{font-size:14px;font-weight:850;line-height:1.3}
.section{padding:108px 0}
.section-head h2,.routine-copy h2,.ingredients-copy h2,.faq-side h2{font-family:Georgia,"Times New Roman",serif;color:var(--navy);font-size:clamp(40px,4.6vw,64px);font-weight:700;letter-spacing:-.035em;line-height:1.05;margin:14px 0 0}
.split-head{display:grid;grid-template-columns:1.05fr .95fr;gap:80px;align-items:end}
.split-head>p{margin:0;color:var(--muted);font-size:17px}
.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:52px}
.benefit-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:28px;min-height:285px;box-shadow:0 12px 30px rgba(13,47,79,.04)}
.benefit-icon{width:50px;height:50px;border-radius:16px;background:var(--sky);display:flex;align-items:center;justify-content:center;font-family:Georgia,"Times New Roman",serif;font-weight:700;color:var(--blue);font-size:18px}
.benefit-card h3{font-family:Georgia,"Times New Roman",serif;font-size:29px;line-height:1.05;color:var(--navy);margin:28px 0 12px}
.benefit-card p{margin:0;color:var(--muted);font-size:14px}
.routine-section{background:var(--warm)}
.routine-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:78px;align-items:center}
.routine-media{position:relative}
.routine-media img{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:34px;box-shadow:var(--shadow)}
.routine-badge{position:absolute;right:-24px;bottom:44px;background:#fff;border-radius:18px;padding:14px 16px;display:flex;align-items:center;gap:8px;box-shadow:0 18px 45px rgba(13,47,79,.14);font-weight:900;color:var(--navy)}
.routine-badge span:first-child,.routine-badge span:last-child{background:var(--navy);color:#fff;width:42px;height:42px;border-radius:13px;display:flex;align-items:center;justify-content:center}
.section-lead{font-size:17px;color:var(--muted);max-width:650px}
.steps{list-style:none;padding:0;margin:32px 0 0}
.steps li{display:grid;grid-template-columns:48px 1fr;gap:18px;padding:18px 0;border-top:1px solid #d8c9bc}
.steps li>span{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--navy);color:#fff;font-size:13px;font-weight:900}
.steps h3{margin:0;font-size:17px;color:var(--navy)}
.steps p{margin:5px 0 0;color:var(--muted);font-size:14px}
.care-note{margin-top:24px;background:#fff;border-left:4px solid var(--gold);padding:18px 20px;border-radius:0 14px 14px 0;font-size:14px}
.ingredients-section{background:var(--navy);color:#fff}
.ingredients-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:74px;align-items:start}
.ingredients-copy h2{color:#fff}
.ingredients-copy>p{color:#cbd8e3;max-width:520px}
.ingredients-section .section-tag{color:#f6d983}
.product-panel{margin-top:30px;border-radius:28px;overflow:hidden;border:1px solid rgba(255,255,255,.12)}
.product-panel img{width:100%;aspect-ratio:1/1;object-fit:cover}
.ingredient-list{border-top:1px solid rgba(255,255,255,.18)}
.ingredient-list>div{display:grid;grid-template-columns:1.08fr .92fr;gap:24px;padding:18px 0;border-bottom:1px solid rgba(255,255,255,.18)}
.ingredient-list strong{font-size:14px;color:#fff}
.ingredient-list span{font-size:13px;color:#bdccda}
.formula-footnote{margin-top:34px;border:1px solid rgba(255,255,255,.18);border-radius:14px;padding:17px 19px;color:#c3d0dc;font-size:13px}
.expectations-section{background:#eef5f9}
.expectations-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}
.expectations-grid h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(40px,4.5vw,60px);line-height:1.05;letter-spacing:-.035em;color:var(--navy);margin:14px 0 0}
.expectation-copy{font-size:17px;color:#5c6f80}
.expectation-copy p:first-child{margin-top:0}
.centered-head{text-align:center;max-width:820px;margin:0 auto}
.centered-head>p{color:var(--muted);font-size:16px;margin:16px auto 0}
.reviews-section{background:#fff}
.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:48px}
.review-card{border:1px solid var(--line);border-radius:24px;padding:30px;background:#fff;min-height:320px;display:flex;flex-direction:column}
.review-card-focus{background:#f4f8fb;transform:translateY(-10px);border-color:#c8d9e6}
.review-top{display:flex;justify-content:space-between;align-items:center;gap:10px}
.stars{letter-spacing:.09em;color:var(--gold-dark)}
.sample-label{font-size:10px;font-weight:900;letter-spacing:.12em;color:#8b4b3a;background:#f8e8e2;border-radius:999px;padding:5px 8px}
.review-card blockquote{font-family:Georgia,"Times New Roman",serif;color:var(--navy);font-size:25px;line-height:1.28;margin:24px 0}
.review-card footer{margin-top:auto;color:#7c8893;font-size:11px}
.offers-section{background:#f6f1ea}
.offer-head{max-width:900px}
.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:58px;align-items:stretch}
.price-card{position:relative;background:#fff;border:1px solid #dedfe0;border-radius:28px;padding:25px;box-shadow:0 14px 36px rgba(13,47,79,.06);display:flex;flex-direction:column}
.price-card-featured{border:2px solid var(--blue);transform:translateY(-12px);box-shadow:0 24px 56px rgba(31,106,165,.15)}
.popular-ribbon{position:absolute;left:50%;top:-15px;transform:translateX(-50%);background:var(--blue);color:#fff;font-size:10px;font-weight:900;letter-spacing:.12em;border-radius:999px;padding:8px 14px;white-space:nowrap}
.price-card-head{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:12px}
.price-card-head span{font-weight:850;color:#516779}
.price-card-head strong{color:#8a5c15;background:#fbf0d4;padding:6px 8px;border-radius:999px;font-size:10px}
.jar-stage{position:relative;background:linear-gradient(145deg,#faf7f3,#edf4f8);border-radius:22px;margin:22px 0;overflow:hidden;aspect-ratio:1.28/1;display:flex;align-items:center;justify-content:center}
.jar-stage img{width:100%;height:100%;object-fit:cover}
.qty-badge{position:absolute;right:12px;bottom:12px;background:rgba(13,47,79,.94);color:#fff;border-radius:999px;padding:8px 11px;font-weight:900;font-size:12px}
.price-card h3{font-family:Georgia,"Times New Roman",serif;color:var(--navy);font-size:33px;margin:0 0 6px}
.old-price{font-size:13px;color:#7a8792}
.unit-price{display:flex;align-items:baseline;gap:6px;margin:18px 0 2px}
.unit-price strong{font-family:Georgia,"Times New Roman",serif;font-size:40px;color:var(--navy)}
.unit-price span{font-size:13px;color:#6e7b86}
.save-line{color:#2f6b46;font-size:13px;font-weight:850;margin-bottom:18px}
.total-line{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);padding-top:16px;font-size:13px}
.total-line strong{font-size:20px;color:var(--navy)}
.ship-line{text-align:center;background:#edf7f1;color:#2f6b46;font-size:11px;font-weight:900;letter-spacing:.08em;border-radius:10px;padding:9px;margin:14px 0}
.btn-wide{width:100%;margin-top:auto}
.guarantee-section{background:var(--navy);padding:72px 0}
.guarantee-card{display:grid;grid-template-columns:120px 1fr auto;gap:36px;align-items:center;color:#fff}
.guarantee-mark{width:116px;height:116px;border:2px solid rgba(255,255,255,.35);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:rgba(255,255,255,.06)}
.guarantee-mark strong{font-family:Georgia,"Times New Roman",serif;font-size:46px;line-height:.9}
.guarantee-mark span{font-size:10px;letter-spacing:.16em;margin-top:8px}
.guarantee-copy .section-tag{color:#f6d983}
.guarantee-copy h2{color:#fff;font-size:40px;margin:9px 0 8px}
.guarantee-copy p{color:#c9d5df;margin:0;max-width:700px}
.faq-section{background:#fff}
.faq-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:78px;align-items:start}
.faq-side{position:sticky;top:130px}
.faq-side p{color:var(--muted)}
.faq-side img{margin-top:28px;width:100%;max-height:340px;object-fit:cover;border-radius:24px}
.faq-list{border-top:1px solid var(--line)}
.faq-list details{border-bottom:1px solid var(--line);padding:0}
.faq-list summary{cursor:pointer;list-style:none;padding:22px 44px 22px 0;font-weight:850;color:var(--navy);position:relative}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary::after{content:"+";position:absolute;right:4px;top:50%;transform:translateY(-50%);font-size:25px;color:var(--blue)}
.faq-list details[open] summary::after{content:"−"}
.faq-list details p{margin:-4px 0 22px;color:var(--muted);font-size:14px;max-width:760px}
.closing-section{padding:96px 0;background:linear-gradient(135deg,#f4ece4,#eaf3f8)}
.closing-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:70px;align-items:center}
.closing-copy h2{font-size:clamp(42px,5vw,66px);margin:16px 0 18px}
.closing-copy p{color:#596e80;max-width:680px;margin-bottom:28px}
.closing-image{justify-self:end;max-width:430px;border-radius:200px 200px 34px 34px;overflow:hidden;border:10px solid rgba(255,255,255,.74);box-shadow:var(--shadow)}
.closing-image img{width:100%;aspect-ratio:1/1.12;object-fit:cover}
.site-footer{background:#0a2742;color:#d9e4ed;padding:70px 0 28px}
.footer-grid{display:grid;grid-template-columns:1.5fr .7fr .8fr;gap:70px}
.footer-brand img{width:170px;background:#fff;border-radius:14px;padding:8px}
.footer-brand p{font-size:13px;max-width:520px;color:#b8c8d5}
.footer-col{display:flex;flex-direction:column;align-items:flex-start;gap:9px}
.footer-col h3{color:#fff;font-size:14px;margin:0 0 8px}
.footer-col a,.legal-link{font-size:13px;color:#c1d0dc;text-decoration:none}
.legal-link{border:0;background:transparent;padding:0;cursor:pointer;text-align:left}
.footer-col a:hover,.legal-link:hover{color:#fff}
.fda-box{margin-top:42px;border:1px solid rgba(255,255,255,.15);border-radius:14px;padding:16px 18px;font-size:12px;color:#b9c8d4}
.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:24px;padding-top:20px;display:flex;justify-content:space-between;gap:20px;font-size:11px;color:#97aabd}
.mobile-bar{display:none}
.modal-layer,.exit-layer{position:fixed;inset:0;z-index:1000;padding:20px;overflow:auto}
.modal-backdrop,.exit-backdrop{position:absolute;inset:0;background:rgba(6,24,40,.68);backdrop-filter:blur(4px)}
.modal-card,.exit-card{position:relative;z-index:1;background:#fff;border-radius:24px;box-shadow:0 30px 100px rgba(0,0,0,.28)}
.modal-card{width:min(720px,100%);margin:8vh auto 0;padding:38px}
.modal-card h2{font-size:38px;margin:0 0 18px}
.modal-card p{color:#5d6e7c;font-size:14px}
.modal-close,.exit-close{position:absolute;right:14px;top:12px;width:38px;height:38px;border:0;border-radius:50%;background:#edf3f6;color:var(--navy);font-size:26px;cursor:pointer;z-index:2}
.exit-card{width:min(860px,100%);margin:7vh auto 0;display:grid;grid-template-columns:.88fr 1.12fr;overflow:hidden}
.exit-image{background:#eef4f7;min-height:420px}
.exit-image img{width:100%;height:100%;object-fit:cover}
.exit-copy{padding:52px 46px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}
.exit-copy h2{font-size:42px;margin:12px 0 16px}
.exit-copy p{color:var(--muted);margin:0 0 24px}
.exit-continue{border:0;background:transparent;color:#607181;text-decoration:underline;cursor:pointer;margin-top:14px;padding:4px 0;font-size:13px}
[hidden]{display:none!important}
@media(max-width:1040px){
  .site-nav{position:absolute;left:0;right:0;top:84px;display:none;flex-direction:column;align-items:flex-start;background:#fff;border-bottom:1px solid var(--line);padding:20px 30px 24px;box-shadow:0 18px 30px rgba(13,47,79,.08)}
  .site-nav.open{display:flex}
  .menu-button{display:block}
  .header-cta{display:none}
  .hero-grid{grid-template-columns:1fr 390px;gap:40px}
  .hero h1{font-size:56px}
  .hero-visual{min-height:520px}
  .hero-frame-main{height:420px}
  .benefit-grid{grid-template-columns:1fr 1fr}
  .routine-grid,.ingredients-grid{gap:45px}
  .pricing-grid{gap:16px}
  .price-card{padding:20px}
  .guarantee-card{grid-template-columns:100px 1fr}
  .guarantee-mark{width:96px;height:96px}
  .guarantee-card>.btn{grid-column:2;justify-self:start}
}
@media(max-width:760px){
  .wrap{width:min(100% - 28px,1180px)}
  .notice-inner{justify-content:flex-start;overflow:auto;white-space:nowrap}
  .header-inner{height:72px}
  .brand,.brand img{width:140px}
  .site-nav{top:72px}
  .hero{padding:62px 0 72px}
  .hero-grid{grid-template-columns:1fr}
  .hero h1{font-size:46px}
  .hero-lead{font-size:16px}
  .hero-visual{min-height:500px;max-width:520px}
  .hero-frame-main{width:80%;height:390px}
  .hero-frame-small{width:48%;height:230px}
  .hero-card{right:0;bottom:20px}
  .facts-grid{grid-template-columns:1fr 1fr}
  .facts-grid>div{min-height:95px;border-bottom:1px solid var(--line);padding:16px}
  .section{padding:76px 0}
  .split-head,.routine-grid,.ingredients-grid,.expectations-grid,.faq-grid,.closing-grid{grid-template-columns:1fr;gap:34px}
  .benefit-grid{grid-template-columns:1fr}
  .benefit-card{min-height:auto}
  .routine-media{max-width:520px}
  .routine-badge{right:12px}
  .ingredient-list>div{grid-template-columns:1fr;gap:5px}
  .reviews-grid{grid-template-columns:1fr}
  .review-card-focus{transform:none}
  .pricing-grid{grid-template-columns:1fr;max-width:520px;margin-inline:auto}
  .price-card-featured{transform:none;order:-1}
  .guarantee-card{grid-template-columns:78px 1fr;gap:18px}
  .guarantee-mark{width:76px;height:76px}
  .guarantee-mark strong{font-size:34px}
  .guarantee-copy h2{font-size:31px}
  .guarantee-card>.btn{grid-column:1/3}
  .faq-side{position:static}
  .closing-image{justify-self:start;max-width:360px}
  .footer-grid{grid-template-columns:1fr 1fr;gap:38px}
  .footer-brand{grid-column:1/3}
  .footer-bottom{flex-direction:column}
  .site-footer{padding-bottom:110px}
  .mobile-bar{position:fixed;z-index:95;left:10px;right:10px;bottom:10px;background:rgba(13,47,79,.97);color:#fff;border-radius:17px;padding:10px 10px 10px 15px;display:flex;align-items:center;justify-content:space-between;gap:10px;box-shadow:0 18px 50px rgba(0,0,0,.25)}
  .mobile-bar div{display:flex;flex-direction:column;line-height:1.15}
  .mobile-bar strong{font-size:13px}.mobile-bar span{font-size:10px;color:#b9cad7;margin-top:4px}
  .mobile-bar a{background:var(--blue);color:#fff;text-decoration:none;font-weight:900;border-radius:999px;padding:10px 14px;font-size:12px;white-space:nowrap}
  .exit-card{grid-template-columns:1fr;margin-top:2vh;max-height:94vh;overflow:auto}
  .exit-image{min-height:0;height:230px}
  .exit-copy{padding:30px 26px}
  .exit-copy h2{font-size:34px}
}
@media(max-width:480px){
  .hero h1{font-size:40px}
  .hero-visual{min-height:445px}
  .hero-frame-main{height:340px;border-width:7px;border-radius:120px 120px 26px 26px}
  .hero-frame-small{height:190px;border-width:6px}
  .hero-card{padding:13px 15px}
  .hero-card strong{font-size:15px}
  .facts-grid{grid-template-columns:1fr}
  .facts-grid>div{border-right:1px solid var(--line)}
  .section-head h2,.routine-copy h2,.ingredients-copy h2,.faq-side h2,.expectations-grid h2{font-size:38px}
  .review-card blockquote{font-size:22px}
  .footer-grid{grid-template-columns:1fr}
  .footer-brand{grid-column:auto}
  .modal-card{padding:34px 22px 26px;margin-top:4vh}
  .modal-card h2{font-size:32px}
}
