:root{
  --bg:#edf1f6;
  --bg-2:#f7f9fc;
  --surface:#ffffff;
  --surface-soft:rgba(255,255,255,.72);
  --line:#dbe3ee;
  --text:#0f172a;
  --muted:#5a677d;
  --navy:#0e1938;
  --navy-2:#172a59;
  --gold:#ddb14c;
  --teal:#7dd5c9;
  --purple:#6f86ff;
  --shadow-sm:0 12px 30px rgba(15,23,42,.06);
  --shadow-md:0 22px 60px rgba(15,23,42,.12);
  --shadow-lg:0 34px 80px rgba(15,23,42,.16);
  --radius:24px;
  --radius-lg:32px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at top left, rgba(125,213,201,.12), transparent 22%),
    radial-gradient(circle at top right, rgba(111,134,255,.10), transparent 24%),
    linear-gradient(180deg,#f7f9fc 0%,#eef2f7 42%,#e9edf4 100%);
}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.container{width:min(100%, calc(100% - 32px));max-width:1240px;margin:0 auto}

.header{
  position:sticky;top:0;z-index:40;
  background:rgba(247,249,252,.78);
  backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(219,227,238,.85);
}
.header-inner{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:14px}
.brand-logo{height:50px;width:auto}

.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  min-height:52px;padding:0 22px;border-radius:999px;font-weight:800;
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover{transform:translateY(-1px)}
.btn-dark{background:linear-gradient(180deg,#13244c 0%, #0b1635 100%);color:#fff;box-shadow:0 16px 32px rgba(11,22,53,.22)}
.btn-light{background:#fff;color:var(--navy);box-shadow:var(--shadow-sm)}
.btn.big{padding:0 28px;min-height:56px}
.btn.small{min-height:46px;padding:0 18px;font-size:14px}

.btn{
  position:relative;overflow:hidden;text-decoration:none;border:1px solid transparent;
}
.btn:before{content:"";position:absolute;inset:auto;left:-35%;top:0;width:30%;height:100%;background:linear-gradient(90deg, transparent, rgba(255,255,255,.22), transparent);transform:skewX(-22deg);transition:left .55s ease;pointer-events:none}
.btn:hover:before{left:120%}
.btn-dark{border-color:rgba(255,255,255,.08)}
.btn-light{border:1px solid rgba(255,255,255,.18)}
.cta-main,.cta-sub{display:block;position:relative;z-index:1;white-space:nowrap}
.cta-main{font-size:16px;line-height:1.1;font-weight:900;letter-spacing:-.02em}
.cta-sub{font-size:12px;line-height:1.2;font-weight:700;opacity:.84;margin-top:4px}
.product-btn{
  min-height:72px;padding:14px 24px;border-radius:22px;
  background:linear-gradient(180deg,#16316a 0%, #0b1635 58%, #08112a 100%);
  box-shadow:0 22px 40px rgba(11,22,53,.26), inset 0 1px 0 rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.08);
}
.product-btn .cta-main{font-size:18px}
.product-btn .cta-sub{font-size:12px;letter-spacing:.02em;opacity:.9}
.product-btn:hover{transform:translateY(-2px) scale(1.005);box-shadow:0 28px 46px rgba(11,22,53,.3), inset 0 1px 0 rgba(255,255,255,.14)}
.cta-choice-row .btn.big{
  min-height:68px;padding:14px 30px;border-radius:24px;
}
.cta-choice-row .btn.big .cta-main{font-size:17px}
.cta-choice-row .btn.big .cta-sub{font-size:12px;color:#41506a;opacity:1}
.mobile-sticky-link{flex-direction:column;gap:2px;padding:8px 10px;text-decoration:none}
.mobile-sticky-link .cta-main{font-size:14px}
.mobile-sticky-link .cta-sub{font-size:10px;opacity:.8;color:rgba(255,255,255,.88);margin-top:0}
@media (max-width:699px){
  .product-btn{min-height:68px;border-radius:20px}
  .product-btn .cta-main{font-size:17px}
  .product-btn .cta-sub{font-size:11px}
  .cta-choice-row .btn.big{width:100%}
}

.hero{padding:28px 0 58px}
.hero-grid{display:grid;grid-template-columns:1fr;gap:28px;align-items:center}
.hero-copy{order:1}
.badge,.eyebrow{
  display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;
  background:rgba(255,255,255,.8);border:1px solid rgba(219,227,238,.95);
  box-shadow:var(--shadow-sm);font-size:12px;font-weight:800;letter-spacing:.11em;text-transform:uppercase;color:#5b6d88
}
.eyebrow{margin-bottom:14px}
.eyebrow-light{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.12);color:rgba(255,255,255,.82)}
h1{margin:16px 0 0;font-size:40px;line-height:1.1;letter-spacing:-.05em;max-width:720px}
h1 span{display:block;color:#66758d}
.lead{margin:18px 0 0;font-size:17px;line-height:1.68;color:var(--muted);max-width:640px}
.hero-actions{margin-top:22px;display:flex;flex-wrap:wrap;gap:12px}
.hero-statement{
  margin-top:20px;padding:18px 18px 18px 20px;border-radius:22px;
  background:linear-gradient(135deg,#ffffff 0%,#f4f7fb 100%);border:1px solid rgba(219,227,238,.95);
  box-shadow:var(--shadow-sm);font-size:17px;font-weight:800;color:#17223b;
}
.hero-statement:before{content:"✦ ";color:var(--purple)}
.hero-trust{display:grid;grid-template-columns:1fr;gap:10px;margin-top:16px}
.hero-trust span{
  display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:16px;
  background:rgba(255,255,255,.72);border:1px solid rgba(219,227,238,.95);box-shadow:var(--shadow-sm);
  font-size:13px;font-weight:700;color:#425066
}
.hero-trust span:before{content:"";width:8px;height:8px;border-radius:50%;background:linear-gradient(180deg,#60a5fa,#7c3aed)}
.hero-images{order:0;display:grid;grid-template-columns:1fr 1fr;gap:12px;align-items:end}
.hero-card{
  margin:0;border-radius:28px;overflow:hidden;border:1px solid rgba(255,255,255,.8);
  box-shadow:var(--shadow-md);background:#dce4ef
}
.hero-card img{width:100%;height:100%;object-fit:cover}
.hero-card-back{height:190px;transform:translateY(22px)}
.hero-card-front{height:220px}

.section{padding:56px 0}
.section h2,.cta h2{margin:0 0 10px;font-size:34px;line-height:1.02;letter-spacing:-.045em}
.section p{color:var(--muted);font-size:16px;line-height:1.68}
.sub{margin:0;color:var(--muted);font-size:17px;line-height:1.65}
.grid-3,.grid-2,.grid-4,.two-col{display:grid;grid-template-columns:1fr;gap:18px}
.card,.check,.testimonial,.faq-item,.product-card{background:rgba(255,255,255,.88);border:1px solid rgba(219,227,238,.95);border-radius:24px;box-shadow:var(--shadow-sm)}
.card-lite{background:rgba(255,255,255,.58);border:1px solid rgba(219,227,238,.88);border-radius:24px;box-shadow:var(--shadow-sm)}
.list{padding-left:18px;margin:18px 0 0;color:#273244}
.bullet-list li{margin-bottom:10px}
.strong{font-weight:700;color:#e2e8f0}

.problem-section{padding-top:42px}
.section-intro{display:grid;grid-template-columns:1fr;gap:18px;align-items:end}
.problem-proof{padding:20px}
.proof-kicker{font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#6b7280;margin-bottom:8px}
.problem-proof strong{display:block;font-size:18px;line-height:1.35;color:#13203b}
.problem-proof span{display:block;margin-top:6px;font-size:14px;line-height:1.6;color:#68758a}
.issue-grid{margin-top:24px;display:grid;grid-template-columns:1fr;gap:14px}
.issue-card{
  position:relative;display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:start;
  padding:18px;border-radius:24px;border:1px solid rgba(219,227,238,.95);
  background:linear-gradient(180deg,rgba(255,255,255,.98) 0%, rgba(247,249,252,.94) 100%);
  box-shadow:var(--shadow-sm);overflow:hidden
}
.issue-card:after{content:"";position:absolute;inset:auto -25% -60% auto;width:140px;height:140px;border-radius:50%;background:radial-gradient(circle, rgba(111,134,255,.12), transparent 66%)}
.issue-card-featured{
  padding-top:58px;
  background:linear-gradient(135deg,#13244c 0%, #213873 58%, #1a2551 100%);
  color:#fff;border-color:rgba(255,255,255,.08);box-shadow:0 24px 60px rgba(19,36,76,.35)
}
.issue-card-featured .issue-copy h3,.issue-card-featured .issue-copy p{color:#fff}
.issue-card-dark{
  background:linear-gradient(180deg,#f4f7ff 0%, #eef3fb 100%);
}
.issue-card-soft{background:linear-gradient(180deg,#ffffff 0%, #f6fbf9 100%)}
.issue-badge{
  position:absolute;top:16px;left:16px;padding:8px 10px;border-radius:999px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.14);
  font-size:12px;font-weight:800;letter-spacing:.12em;color:#fff
}
.issue-icon{
  width:48px;height:48px;border-radius:16px;display:flex;align-items:center;justify-content:center;
  background:linear-gradient(180deg,#ffffff 0%, #edf2fb 100%);box-shadow:inset 0 1px 0 rgba(255,255,255,.9);font-size:22px;position:relative;z-index:1
}
.issue-card-featured .issue-icon{background:rgba(255,255,255,.12)}
.issue-copy{position:relative;z-index:1}
.issue-copy h3{margin:0;font-size:22px;line-height:1.08;letter-spacing:-.03em;color:#16233d}
.issue-copy p{margin:8px 0 0;font-size:15px;line-height:1.6;color:#617086}

.cause-section{padding-top:12px}
.cause-shell{
  display:grid;grid-template-columns:1fr;gap:18px;padding:24px;border-radius:32px;
  background:linear-gradient(145deg,#0f172a 0%, #13244c 55%, #182b57 100%);
  color:#fff;box-shadow:var(--shadow-lg);overflow:hidden;position:relative
}
.cause-shell:after{content:"";position:absolute;right:-70px;top:-70px;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle, rgba(125,213,201,.22), transparent 65%)}
.cause-copy,.cause-panel{position:relative;z-index:1}
.cause-copy p{color:rgba(255,255,255,.78)}
.cause-points{display:grid;grid-template-columns:1fr;gap:12px;margin-top:18px}
.cause-point{padding:16px 18px;border-radius:18px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.08)}
.cause-point span{display:block;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#9fb4ff;margin-bottom:6px}
.cause-point strong{display:block;font-size:17px;line-height:1.38}
.loop-card{padding:18px;border-radius:24px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);backdrop-filter:blur(8px)}
.loop-step{padding:14px 14px 16px;border-radius:18px;background:rgba(255,255,255,.08);margin-bottom:12px}
.loop-step small{display:block;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#9fb4ff;margin-bottom:6px}
.loop-step strong{font-size:18px;line-height:1.4}
.loop-break{padding:18px;border-radius:20px;background:linear-gradient(180deg,rgba(125,213,201,.16) 0%, rgba(125,213,201,.08) 100%);border:1px solid rgba(125,213,201,.18)}
.loop-break span{display:block;font-size:14px;line-height:1.6;color:rgba(255,255,255,.76)}
.loop-break strong{display:block;margin-top:8px;font-size:22px;line-height:1.2}

.products-section{padding-top:70px}
.section-heading{max-width:820px;margin-bottom:24px}
.products-grid{display:grid;gap:22px}
.product-card{display:grid;grid-template-columns:1fr;gap:20px;padding:18px;overflow:hidden}
.product-card.night-theme{background:linear-gradient(180deg,#ffffff 0%,#f8faff 100%)}
.product-card.day-theme{background:linear-gradient(180deg,#ffffff 0%,#f6fffb 100%)}
.product-visual-wrap{padding:14px;border-radius:24px;background:linear-gradient(180deg,#edf2fb 0%,#e6ecf8 100%)}
.day-theme .product-visual-wrap{background:linear-gradient(180deg,#edf9f4 0%,#e3f3ea 100%)}
.product-visual{width:100%;height:auto;border-radius:20px;box-shadow:0 18px 40px rgba(15,23,42,.08)}
.product-body h3{margin:10px 0 12px;font-size:30px;line-height:1.04;letter-spacing:-.035em}
.product-topline{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.tag{display:inline-flex;padding:8px 12px;border-radius:999px;background:#eef2ff;color:#4f46e5;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.day-tag{background:#e7fbf2;color:#0f766e}
.mini-label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#718096}
.product-desc{margin:0 0 18px;font-size:17px;line-height:1.68;color:#526074}
.product-meta{display:grid;grid-template-columns:1fr;gap:10px;margin-bottom:16px}
.meta-box{padding:14px 15px;border-radius:18px;background:rgba(255,255,255,.72);border:1px solid rgba(219,227,238,.95)}
.meta-box strong{display:block;font-size:13px;color:#0f172a;margin-bottom:5px}
.meta-box span{font-size:14px;color:#5b6473;line-height:1.5}
.benefit-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr;gap:10px}
.benefit-list li{position:relative;padding:14px 14px 14px 40px;border-radius:18px;background:rgba(255,255,255,.78);border:1px solid rgba(219,227,238,.95);font-weight:600;color:#223047;line-height:1.45}
.benefit-list li:before{content:"✓";position:absolute;left:15px;top:14px;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;background:#111827;color:#fff}
.feature-strip{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}
.feature-strip span{padding:10px 12px;border-radius:999px;background:#fff;border:1px solid rgba(219,227,238,.95);font-size:13px;font-weight:700;color:#425066}
.product-actions{margin-top:18px;display:flex;flex-direction:column;gap:10px}
.product-btn{width:100%}

.alt{background:linear-gradient(180deg,#f1f5fb 0%,#eef3f8 100%);border-top:1px solid rgba(219,227,238,.7);border-bottom:1px solid rgba(219,227,238,.7)}
.check{padding:20px 22px;font-weight:800;color:#223047}
.testimonial{padding:22px;display:flex;align-items:flex-start;min-height:150px;font-size:16px;line-height:1.7;color:#223047}
.testimonial:before{content:'“';font-size:44px;line-height:1;color:#8ea0ba;margin-right:10px;margin-top:-6px}

.cta{background:linear-gradient(180deg,#0f172a 0%,#111827 100%);color:#fff;padding:74px 0;position:relative;overflow:hidden}
.cta:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 0%, rgba(96,165,250,.18), transparent 28%)}
.center{text-align:center;position:relative}
.cta p{max-width:760px;margin:0 auto 24px;color:rgba(255,255,255,.76);font-size:17px;line-height:1.7}
.cta-choice-row{display:flex;justify-content:center;flex-wrap:wrap;gap:12px}
.faq{max-width:860px}
.faq-item{overflow:hidden;margin-bottom:12px}
.faq-item button{width:100%;background:transparent;border:0;padding:18px 18px;text-align:left;font:inherit;font-weight:700;font-size:17px;color:#122033;cursor:pointer;display:flex;justify-content:space-between;align-items:center}
.faq-item button:after{content:'+';font-size:28px;color:#94a3b8;line-height:1;transition:transform .2s ease}
.faq-item.active button:after{transform:rotate(45deg)}
.faq-item > div{display:none;padding:0 18px 18px;color:var(--muted);line-height:1.7}
.footer{background:#fff;padding:26px 0 100px;border-top:1px solid rgba(219,227,238,.95)}
.footer-inner{display:flex;flex-direction:column;gap:14px;color:#667085;font-size:14px;line-height:1.7}
.footer a{color:#1f2937;font-weight:600}

.mobile-sticky-cta {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 50;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 10px;
    border-radius: 22px;
    background: #eef2ff;
    backdrop-filter: blur(14px);
    box-shadow: 0 18px 42px rgba(15,23,42,.28)
}
.mobile-sticky-link{
  display:flex;align-items:center;justify-content:center;min-height:48px;border-radius:14px;font-size:14px;font-weight:800;color:#fff
}
.mobile-night{background:linear-gradient(180deg,#253e78 0%, #162651 100%)}
.mobile-day{background:linear-gradient(180deg,#0f766e 0%, #0a4e4a 100%)}

@media (min-width:700px){
  .hero{padding:40px 0 72px}
  h1{font-size:50px}
  .hero-images{grid-template-columns:1fr 1fr;gap:18px}
  .hero-card-back{height:300px}
  .hero-card-front{height:360px}
  .hero-statement{display:inline-block;max-width:560px}
  .grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}
  .product-meta,.benefit-list{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media (min-width:980px){
  .container{width:min(100%, calc(100% - 56px))}
  .header-inner{min-height:104px}
  .brand-logo{height:88px}
  .hero-grid{grid-template-columns:minmax(0,1fr) minmax(480px,560px);gap:46px}
  .hero-images{display:block;position:relative;min-height:560px;order:1}
  .hero-copy{order:0}
  .hero-card{position:absolute}
  .hero-card-back{left:12px;top:48px;width:430px;height:320px;transform:rotate(-2.4deg)}
  .hero-card-front{right:0;top:190px;width:500px;height:360px;transform:rotate(3.2deg)}
  .section{padding:86px 0}
  .section h2,.cta h2{font-size:52px}
  .section-intro{grid-template-columns:minmax(0,1fr) 360px;gap:24px}
  .issue-grid{grid-template-columns:1.2fr 1fr 1fr;gap:18px}
  .issue-card-featured{grid-row:span 2;min-height:100%}
  .cause-shell{grid-template-columns:1.1fr .95fr;padding:34px}
  .cause-points{grid-template-columns:repeat(3,minmax(0,1fr))}
  .products-grid{gap:26px}
  .product-card{grid-template-columns:minmax(310px,390px) minmax(0,1fr);padding:28px;gap:28px;align-items:center}
  .grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}
  .grid-3.benefits-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .footer{padding-bottom:26px}
  .mobile-sticky-cta{display:none}
}


.products-heading{max-width:980px}
.products-heading h2{max-width:1000px;font-size:clamp(2.2rem,4.5vw,4.2rem);text-wrap:balance}
.results-section{background:linear-gradient(180deg,#edf3fb 0%, #f7fbff 100%)}
.results-heading{max-width:840px}
.results-grid{display:grid;grid-template-columns:1fr;gap:14px;margin-top:24px}
.result-card{padding:20px 18px;border-radius:24px;border:1px solid rgba(219,227,238,.9);box-shadow:0 14px 34px rgba(15,23,42,.06)}
.result-card strong{display:block;font-size:1.55rem;line-height:1.1;letter-spacing:-.03em;color:#10203a;margin:8px 0 10px}
.result-card p{margin:0;color:#5f6f84;line-height:1.65;font-size:15px}
.result-kicker{display:inline-flex;padding:8px 12px;border-radius:999px;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.result-night{background:linear-gradient(180deg,#ffffff 0%,#eef4ff 100%)}
.result-night .result-kicker{background:#e8efff;color:#324ea8}
.result-calm{background:linear-gradient(180deg,#ffffff 0%,#eefcf8 100%)}
.result-calm .result-kicker{background:#def8ef;color:#0f766e}
.result-day{background:linear-gradient(180deg,#ffffff 0%,#fff6e9 100%)}
.result-day .result-kicker{background:#fff0d0;color:#b45309}
.testimonials-section{padding-top:76px}
.testimonials-heading{max-width:760px;margin-bottom:24px}
.testimonials-grid{display:grid;grid-template-columns:1fr;gap:14px}
.testimonial-card{padding:22px;border-radius:24px;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);border:1px solid rgba(219,227,238,.92);box-shadow:0 16px 36px rgba(15,23,42,.06);display:flex;flex-direction:column;gap:14px;min-height:100%}
.stars{font-size:15px;letter-spacing:.18em;color:#f59e0b}
.testimonial-card .testimonial{padding:0;display:block;min-height:0;font-size:18px;line-height:1.65;color:#1c2c45}
.testimonial-card .testimonial:before{content:none}
.testimonial-tag{display:inline-flex;align-self:flex-start;padding:9px 12px;border-radius:999px;background:#eef2ff;color:#4b5da8;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
@media (min-width:700px){
  .results-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .testimonials-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (min-width:980px){
  .products-heading h2{font-size:64px;max-width:1200px}
  .results-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
  .testimonial-card .testimonial{font-size:19px}
  .testimonials-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
}


.products-section{position:relative}
.products-section:before{content:"";position:absolute;left:0;right:0;top:32px;height:240px;background:radial-gradient(circle at 18% 30%, rgba(73,102,240,.08), transparent 28%),radial-gradient(circle at 82% 36%, rgba(16,185,129,.08), transparent 24%);pointer-events:none}
.product-card{position:relative;border:1px solid rgba(219,227,238,.95);box-shadow:0 24px 60px rgba(15,23,42,.08)}
.product-card:before{content:"";position:absolute;inset:0;border-radius:28px;padding:1px;background:linear-gradient(135deg, rgba(99,102,241,.18), rgba(255,255,255,0), rgba(16,185,129,.15));-webkit-mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}
.product-visual-wrap{position:relative;min-height:280px;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:inset 0 1px 0 rgba(255,255,255,.75)}
.product-visual-wrap:before{content:"";position:absolute;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle, rgba(255,255,255,.95) 0%, rgba(255,255,255,0) 72%);filter:blur(8px)}
.day-theme .product-visual-wrap:before{background:radial-gradient(circle, rgba(255,255,255,.95) 0%, rgba(232,255,244,0) 72%)}
.product-visual-badge{position:absolute;left:16px;top:16px;z-index:2;padding:10px 12px;border-radius:999px;background:rgba(17,24,39,.88);color:#fff;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 10px 26px rgba(15,23,42,.16)}
.day-visual-badge{background:rgba(15,118,110,.92)}
.floating-chip{position:absolute;z-index:2;max-width:170px;padding:11px 12px;border-radius:16px;background:rgba(255,255,255,.94);border:1px solid rgba(219,227,238,.95);box-shadow:0 12px 26px rgba(15,23,42,.1);font-size:12px;font-weight:800;line-height:1.35;color:#20314c}
.floating-chip-top{right:14px;top:22px}
.floating-chip-bottom{left:14px;bottom:18px}
.day-chip{background:rgba(241,255,249,.95)}
.product-hook{margin:0 0 10px;font-size:18px;line-height:1.45;font-weight:700;color:#1a2b47}
.product-desc{max-width:60ch}
.product-actions{align-items:flex-start}
.product-microcopy{margin:0;font-size:13px;line-height:1.6;color:#6a7789}

.feature-strip span{background:rgba(255,255,255,.9)}

.testimonials-section{position:relative}
.testimonials-section:before{content:"";position:absolute;left:0;right:0;top:0;height:220px;background:linear-gradient(180deg, rgba(255,255,255,.42) 0%, rgba(255,255,255,0) 100%);pointer-events:none}
.testimonial-card{position:relative;overflow:hidden;padding:24px 22px 20px}
.testimonial-card:before{content:"“";position:absolute;right:16px;top:8px;font-size:94px;line-height:1;color:rgba(133,149,181,.14);font-weight:800;pointer-events:none}
.testimonial-card:after{content:"";position:absolute;left:0;top:0;width:100%;height:4px;background:linear-gradient(90deg, rgba(79,70,229,.9), rgba(14,165,233,.65))}
.testimonial-night:after{background:linear-gradient(90deg, rgba(79,70,229,.95), rgba(99,102,241,.55))}
.testimonial-calm:after{background:linear-gradient(90deg, rgba(16,185,129,.9), rgba(45,212,191,.55))}
.testimonial-day:after{background:linear-gradient(90deg, rgba(245,158,11,.9), rgba(251,191,36,.55))}
.testimonial-soft:after{background:linear-gradient(90deg, rgba(100,116,139,.9), rgba(148,163,184,.55))}
.testimonial-night{background:linear-gradient(180deg,#ffffff 0%,#f7f9ff 100%)}
.testimonial-calm{background:linear-gradient(180deg,#ffffff 0%,#f2fcf8 100%)}
.testimonial-day{background:linear-gradient(180deg,#ffffff 0%,#fff9ef 100%)}
.testimonial-soft{background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%)}
.testimonial-card .testimonial{position:relative;z-index:1;background:none;border:none;padding:0;margin:0;font-size:18px;line-height:1.7;color:#182742}
.testimonial-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;margin-top:auto;position:relative;z-index:1}
.testimonial-tag{background:rgba(238,242,255,.92)}
.testimonial-mini{font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#7a879a}

@media (max-width:699px){
  .product-visual-wrap{min-height:250px}
  .floating-chip{max-width:145px;font-size:11px;padding:9px 10px}
  .product-hook{font-size:17px}
}
@media (min-width:980px){
  .product-card{padding:30px}
  .product-visual-wrap{min-height:420px}
  .product-body h3{font-size:42px}
  .product-hook{font-size:20px;max-width:42ch}
}


.hero-note{display:block;font-size:13px;line-height:1.5;color:#6d7a8f;font-weight:600}
.starter-pills{display:flex;flex-wrap:wrap;gap:12px;margin-top:18px}
.starter-pill{display:inline-flex;align-items:center;justify-content:center;padding:12px 16px;border-radius:999px;background:rgba(255,255,255,.86);border:1px solid rgba(215,224,236,.95);box-shadow:0 12px 24px rgba(15,23,42,.05);font-size:14px;font-weight:700;color:#1b2c48;text-decoration:none;transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease}
.starter-pill:hover{transform:translateY(-1px);box-shadow:0 16px 28px rgba(15,23,42,.08);border-color:rgba(107,114,128,.22)}
.starter-pill-day{background:linear-gradient(180deg,#ffffff 0%,#f2fcf8 100%)}
.product-proof{margin-top:12px;padding:12px 14px;border-radius:16px;background:linear-gradient(180deg,#eef4ff 0%,#ffffff 100%);border:1px solid rgba(207,219,242,.95);font-size:13px;line-height:1.6;font-weight:700;color:#29406f}
.day-proof{background:linear-gradient(180deg,#eefcf8 0%,#ffffff 100%);border-color:rgba(196,234,221,.98);color:#14675b}
.testimonials-heading .sub{max-width:680px}
.faq-heading{max-width:760px;margin-bottom:20px}
.faq{position:relative}
.faq:before{content:"";position:absolute;left:0;right:0;top:-18px;height:1px;background:linear-gradient(90deg,rgba(209,218,231,0),rgba(209,218,231,.9),rgba(209,218,231,0))}
.cta{position:relative;overflow:hidden}
.cta:before{content:"";position:absolute;inset:auto auto 0 -8%;width:36%;height:180px;background:radial-gradient(circle, rgba(14,165,233,.2) 0%, rgba(14,165,233,0) 70%);pointer-events:none}
.cta:after{content:"";position:absolute;right:-8%;top:0;width:34%;height:180px;background:radial-gradient(circle, rgba(99,102,241,.18) 0%, rgba(99,102,241,0) 72%);pointer-events:none}
.cta .container{position:relative;z-index:1}
.cta p{max-width:820px;margin-left:auto;margin-right:auto}
.cta-choice-row{margin-top:28px}
@media (max-width:699px){
  .hero-actions{align-items:flex-start}
  .hero-note{margin-top:4px}
  .starter-pills{display:grid;grid-template-columns:1fr;gap:10px}
  .starter-pill{justify-content:flex-start;padding:13px 16px}
  .product-proof{font-size:12.5px}
}
@media (min-width:980px){
  .hero-note{display:inline-flex;align-items:center;min-height:56px}
  .products-heading{max-width:1120px}
  .products-heading .sub{max-width:720px}
  .faq-heading{margin-bottom:28px}
}


/* Mobile overflow fixes */
body{overflow-x:hidden}
.header,.hero,.section,.footer,.cta{overflow-x:clip}
.product-card,.product-body,.product-meta,.benefit-list,.feature-strip,.product-actions{min-width:0}
.product-body h3,
.product-hook,
.product-desc,
.meta-box span,
.issue-copy h3,
.issue-copy p,
.result-card strong,
.testimonial-card .testimonial,
.mobile-sticky-link .cta-main,
.mobile-sticky-link .cta-sub,
.btn .cta-main,
.btn .cta-sub{
  overflow-wrap:anywhere;
  word-break:break-word;
}

@media (max-width:699px){
  .header-inner{gap:10px}
  .brand-logo{height:44px}
  .header .btn.small{padding:0 16px;font-size:13px;min-height:44px;flex:0 0 auto}
  .hero-images{min-width:0}
  .product-card{padding:16px}
  .product-visual-wrap{min-height:220px}
  .product-body h3{font-size:clamp(2rem,8vw,2.35rem);line-height:1.02;letter-spacing:-.04em;max-width:100%;text-wrap:pretty}
  .product-hook{font-size:16px;line-height:1.5}
  .product-desc{max-width:100%}
  .floating-chip{max-width:132px;font-size:10.5px;line-height:1.25;padding:8px 9px}
  .floating-chip-top{right:10px;top:16px}
  .floating-chip-bottom{left:10px;bottom:14px}
  .product-btn{width:100%;padding:14px 18px}
  .product-btn .cta-main,.product-btn .cta-sub{white-space:normal}
  .mobile-sticky-cta{padding:8px;gap:8px;left:10px;right:10px;bottom:10px}
  .mobile-sticky-link{min-width:0;padding:8px 8px}
}
