:root{--brand:#15bea9;--brand-dark:#0c9e8b;--brand-deep:#08786c;--mint:#c3f1e8;--mint-soft:#eafbf7;--mint-pale:#f7fefd;--cream:#f2fcf9;--cream-deep:#d9f2ec;--sand:#a7ddd3;--ink:#193c3a;--ink-2:#315b57;--muted:#6f8581;--white:#fff;--line:rgba(25,60,58,.12);--shadow:0 24px 70px rgba(24,85,78,.12);--container:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:"Nunito","Avenir Next","Trebuchet MS",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased;overflow-x:hidden}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}button,input{font:inherit}button{color:inherit}img{display:block;max-width:100%}svg{display:block}.container{width:min(calc(100% - 40px),var(--container));margin-inline:auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;left:12px;top:-80px;z-index:999;padding:12px 18px;background:#fff;border-radius:12px;box-shadow:var(--shadow)}.skip-link:focus{top:12px}.announcement{background:var(--brand-dark);color:#fff;font-size:.82rem;font-weight:800;letter-spacing:.02em}.announcement__inner{min-height:34px;display:flex;align-items:center;justify-content:center;gap:18px}.announcement__divider{width:4px;height:4px;border-radius:50%;background:rgba(255,255,255,.55)}.header{position:sticky;z-index:100;top:0;background:rgba(255,255,255,.94);border-bottom:1px solid rgba(25,60,58,.07);backdrop-filter:blur(16px)}.header__inner{min-height:78px;display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:24px}.logo{display:grid;grid-template-columns:auto auto;grid-template-rows:auto auto;align-items:center;column-gap:8px;line-height:1}.logo > span:not(.logo__dots){grid-column:2;font-size:1.15rem;font-weight:950;letter-spacing:.12em}.logo small{grid-column:2;margin-top:4px;color:var(--muted);font-size:.52rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.logo__dots{grid-row:1 / 3;display:flex;gap:3px;align-items:center}.logo__dots i{display:block;width:4px;height:4px;border-radius:50%;background:var(--brand)}.logo__dots i:nth-child(2){transform:translateY(-4px);background:var(--brand-dark)}.logo__dots i:nth-child(3){transform:translateY(2px);background:var(--sand)}.nav{justify-self:center;display:flex;gap:4px}.nav a{padding:12px 15px;border-radius:12px;color:var(--ink-2);font-size:.91rem;font-weight:800;transition:.2s ease}.nav a:hover{color:var(--brand-dark);background:var(--mint-soft)}.header__cta{display:inline-flex;align-items:center;gap:12px;min-height:44px;padding:0 18px;color:#fff;background:var(--brand-dark);border-radius:10px;font-size:.9rem;font-weight:900;box-shadow:0 12px 28px rgba(12,158,139,.2);transition:transform .2s ease,background .2s ease}.header__cta:hover{transform:translateY(-2px);background:var(--brand-deep)}.cart{position:relative;width:44px;height:44px;display:grid;place-items:center;border:1px solid var(--line);border-radius:10px;background:#fff;cursor:pointer}.cart svg{width:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.cart span{position:absolute;right:-7px;top:-7px;min-width:20px;height:20px;display:grid;place-items:center;padding:0 5px;border:2px solid #fff;border-radius:999px;color:#fff;background:var(--brand);font-size:.66rem;font-weight:900}.menu-toggle{display:none;width:44px;height:44px;border:0;background:transparent;cursor:pointer}.menu-toggle > span:not(.sr-only){display:block;width:21px;height:2px;margin:5px auto;border-radius:99px;background:var(--ink);transition:.2s ease}.menu-toggle.is-active > span:nth-child(1){transform:translateY(7px) rotate(45deg)}.menu-toggle.is-active > span:nth-child(2){opacity:0}.menu-toggle.is-active > span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.hero{position:relative;padding:0 0 58px;background:var(--cream);overflow:hidden}.hero__grid{min-height:510px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:clamp(30px,7vw,90px)}.hero__copy{position:relative;z-index:2;padding:70px 0 52px}.kicker{display:flex;align-items:center;gap:0;margin:0 0 16px;color:var(--brand-deep);font-size:.78rem;font-weight:950;letter-spacing:.11em;text-transform:uppercase}.kicker span{display:none}.kicker--center{justify-content:center}.hero h1{margin:0 0 20px;color:var(--ink);font-size:clamp(2.75rem,5vw,4.8rem);line-height:.98;letter-spacing:-.055em}.hero h1 em{display:inline-block;margin-top:7px;color:var(--ink-2);font-size:.56em;font-style:normal;font-weight:500;letter-spacing:-.035em}.hero__text{max-width:600px;margin:0 0 27px;color:var(--ink-2);font-size:1rem;line-height:1.75}.hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:26px}.button{min-height:52px;display:inline-flex;align-items:center;justify-content:center;gap:13px;padding:0 23px;border:0;border-radius:10px;font-weight:900;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.button:hover{transform:translateY(-2px)}.button--primary{color:#fff;background:var(--brand);box-shadow:0 16px 34px rgba(21,190,169,.22)}.button--primary:hover{background:var(--brand-dark);box-shadow:0 18px 38px rgba(12,158,139,.24)}.button--light{color:var(--brand-deep);background:rgba(255,255,255,.7);border:1px solid rgba(12,158,139,.15)}.button--white{color:var(--brand-deep);background:#fff;box-shadow:0 16px 34px rgba(0,0,0,.08)}.hero__trust{display:flex;flex-wrap:wrap;gap:15px 22px;color:var(--muted);font-size:.78rem;font-weight:800}.hero__trust span{display:inline-flex;align-items:center;gap:8px}.hero__trust i{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;color:var(--brand-deep);background:#fff;font-style:normal;font-size:.66rem;box-shadow:0 8px 18px rgba(43,102,96,.09)}.hero__visual{position:relative;align-self:stretch;min-height:560px;display:flex;align-items:end;justify-content:center;padding:28px 0 0;isolation:isolate;overflow:hidden}.hero__visual img{position:relative;z-index:4;width:min(470px,94%);max-height:585px;object-fit:contain;object-position:center bottom;filter:drop-shadow(0 24px 38px rgba(29,94,86,.10));-webkit-mask-image:linear-gradient(to bottom,#000 0%,#000 82%,rgba(0,0,0,.98) 88%,rgba(0,0,0,.48) 95%,transparent 100%);mask-image:linear-gradient(to bottom,#000 0%,#000 82%,rgba(0,0,0,.98) 88%,rgba(0,0,0,.48) 95%,transparent 100%)}.hero__visual::after{content:"";position:absolute;z-index:3;left:50%;bottom:25px;width:min(460px,88%);height:140px;transform:translateX(-50%);border-radius:50%;background:radial-gradient(circle at 50% 42%,rgba(255,255,255,.98) 0%,rgba(219,248,241,.72) 42%,rgba(219,248,241,0) 74%);pointer-events:none}.hero__cover{position:absolute;z-index:5;display:block;pointer-events:none}.hero__cover--bottom{left:-12%;right:-12%;bottom:-76px;height:165px;border-radius:50% 46% 0 0 / 58% 62% 0 0;background:linear-gradient(180deg,rgba(242,252,249,.24) 0%,var(--cream) 50%,var(--cream) 100%);transform:rotate(-1.5deg)}.hero__cover--left{left:-54px;bottom:5px;width:210px;height:150px;border-radius:58% 42% 52% 48% / 66% 45% 55% 34%;background:#d8f5ef;transform:rotate(18deg);box-shadow:60px 42px 0 -20px rgba(179,237,226,.56)}.hero__cover--right{right:-68px;bottom:12px;width:235px;height:155px;border-radius:42% 58% 48% 52% / 46% 65% 35% 54%;background:#bfeee5;transform:rotate(-15deg);box-shadow:-62px 52px 0 -28px rgba(255,255,255,.82)}.hero__shape{position:absolute;border-radius:48% 52% 41% 59% / 55% 39% 61% 45%}.hero__shape--mint{z-index:1;width:385px;height:350px;right:5%;top:92px;background:var(--mint);transform:rotate(8deg)}.hero__shape--teal{z-index:2;width:286px;height:312px;left:2%;top:120px;background:#9be4d9;transform:rotate(-14deg);opacity:.95}.hero__line{position:absolute;z-index:3;inset:60px 12px 82px 22px;border:5px solid rgba(255,255,255,.88);border-radius:46% 54% 42% 58% / 62% 38% 62% 38%;transform:rotate(7deg)}.spark{position:absolute;z-index:5;color:#fff;text-shadow:0 6px 16px rgba(0,0,0,.05)}.spark--1{right:5%;top:34%;font-size:3.1rem}.spark--2{left:7%;top:27%;font-size:2.25rem}.spark--3{right:13%;top:59%;font-size:1.65rem}.hero__badge{position:absolute;z-index:6;right:2%;bottom:82px;display:flex;align-items:center;gap:10px;padding:13px 16px;border:4px solid rgba(255,255,255,.78);border-radius:18px;background:rgba(255,255,255,.92);box-shadow:0 18px 38px rgba(35,103,96,.14);backdrop-filter:blur(8px)}.hero__badge strong{color:var(--brand-dark);font-size:2rem;line-height:1}.hero__badge span{color:var(--ink-2);font-size:.72rem;font-weight:900;line-height:1.25;text-transform:uppercase}.benefit-row{position:relative;z-index:10;display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:12px;padding:32px 0 0}.benefit-card{position:relative;min-height:182px;padding:12px clamp(24px,4vw,48px);text-align:center}.benefit-card + .benefit-card{border-left:1px solid rgba(25,60,58,.1)}.line-icon{width:68px;height:68px;margin:0 auto 11px;display:grid;place-items:center}.line-icon svg{width:62px;fill:none;stroke:var(--sand);stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(3px 3px 0 rgba(255,255,255,.85))}.benefit-card h3{margin:0 0 8px;color:var(--ink);font-size:.98rem;letter-spacing:-.01em}.benefit-card p{max-width:270px;margin:0 auto;color:var(--muted);font-size:.82rem;line-height:1.55}.product-section{padding:90px 0;background:#fff}.product-layout{display:grid;grid-template-columns:.95fr 1.05fr;gap:clamp(50px,8vw,100px);align-items:center}.product-visual{position:relative;min-height:560px;display:grid;place-items:center;border-radius:24px;background:var(--mint-pale);overflow:hidden}.product-visual__blob{position:absolute;width:390px;height:390px;border-radius:51% 49% 66% 34% / 43% 59% 41% 57%;background:var(--mint);transform:rotate(-8deg)}.product-visual__spark{position:absolute;z-index:3;color:#fff}.product-visual__spark--a{left:14%;top:16%;font-size:3rem}.product-visual__spark--b{right:14%;top:27%;font-size:2rem}.bottle{position:relative;z-index:2;width:230px;filter:drop-shadow(0 30px 28px rgba(16,99,89,.18))}.bottle__cap{width:142px;height:66px;margin:0 auto -4px;display:flex;justify-content:center;gap:8px;padding-top:9px;border-radius:24px 24px 12px 12px;background:#202b2a;box-shadow:inset 0 -9px 0 rgba(255,255,255,.05)}.bottle__cap span{width:6px;height:43px;border-radius:5px;background:rgba(255,255,255,.08)}.bottle__body{width:230px;height:330px;padding:37px 20px 26px;border-radius:37px 37px 48px 48px;background:linear-gradient(90deg,#5a3321,#8d5739 40%,#5b3422 100%);box-shadow:inset 18px 0 28px rgba(255,255,255,.07),inset -20px 0 32px rgba(0,0,0,.12)}.bottle__label{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:22px 14px;border-radius:13px;color:var(--ink);background:#fff;text-align:center}.bottle__brand{font-size:.78rem;font-weight:950;letter-spacing:.23em}.bottle__name{margin-top:8px;color:var(--brand-dark);font-size:2.45rem;font-weight:950;letter-spacing:-.05em}.bottle__rule{width:34px;height:3px;margin:13px 0 14px;border-radius:99px;background:var(--brand)}.bottle__label p{margin:0 0 20px;color:var(--ink-2);font-size:.72rem;font-weight:900;line-height:1.45}.bottle__label small{color:var(--muted);font-size:.62rem;font-weight:800;line-height:1.55}.mini-card{position:absolute;z-index:4;display:flex;flex-direction:column;min-width:120px;padding:15px 16px;border:4px solid rgba(255,255,255,.7);border-radius:16px;background:rgba(255,255,255,.9);box-shadow:0 18px 34px rgba(19,91,83,.12);backdrop-filter:blur(7px)}.mini-card b{color:var(--brand-dark);font-size:1.34rem}.mini-card span{color:var(--muted);font-size:.72rem;font-weight:800}.mini-card--left{left:7%;bottom:19%}.mini-card--right{right:6%;top:21%}.product-copy h2{margin:0 0 16px;font-size:clamp(2.5rem,5vw,4.3rem);letter-spacing:-.055em}.product-copy__lead{max-width:620px;margin:0 0 20px;color:var(--muted);line-height:1.75}.rating{display:flex;align-items:center;gap:12px;padding:12px 0 19px;border-bottom:1px solid var(--line)}.rating span{color:#e0b566;letter-spacing:.08em}.rating small{color:var(--muted);font-weight:800}.price-row{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:24px 0}.price-row > div{display:flex;flex-direction:column}.price-row strong{font-size:2rem;letter-spacing:-.04em}.price-row small{margin-top:3px;color:var(--muted)}.stock{display:inline-flex;align-items:center;gap:8px;padding:9px 12px;border-radius:999px;color:var(--brand-deep);background:var(--mint-soft);font-size:.78rem;font-weight:900}.stock i{width:8px;height:8px;border-radius:50%;background:var(--brand);box-shadow:0 0 0 5px rgba(21,190,169,.13)}.quantity-row{display:grid;grid-template-columns:122px 1fr;gap:12px}.quantity{display:grid;grid-template-columns:38px 1fr 38px;align-items:center;border:1px solid var(--line);border-radius:10px;overflow:hidden}.quantity button{height:50px;border:0;background:#fff;cursor:pointer;font-size:1.2rem}.quantity button:hover{background:var(--mint-pale)}.quantity output{text-align:center;font-weight:900}.button--cart{width:100%}.product-notes{display:flex;flex-wrap:wrap;gap:14px 25px;margin-top:21px;color:var(--muted);font-size:.77rem;font-weight:800}.product-notes span{display:inline-flex;align-items:center;gap:7px}.product-notes svg{width:20px;fill:none;stroke:var(--brand-dark);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.ingredients{padding:92px 0 105px;background:var(--cream)}.section-heading{max-width:700px;margin:0 auto 45px;text-align:center}.section-heading h2{margin:0 0 13px;font-size:clamp(2.3rem,4.7vw,4rem);letter-spacing:-.055em}.section-heading > p:last-child{margin:0;color:var(--muted)}.ingredient-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.ingredient-card{position:relative;min-height:155px;display:flex;align-items:center;gap:15px;padding:22px;border:1px solid rgba(25,60,58,.08);border-radius:18px;background:rgba(255,255,255,.68);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.ingredient-card:hover{transform:translateY(-4px);box-shadow:0 18px 38px rgba(30,88,82,.1)}.ingredient-card--wide{grid-column:span 2}.ingredient-card--accent{color:#fff;background:var(--brand);border-color:transparent}.ingredient-card--accent p{color:rgba(255,255,255,.75) !important}.ingredient-card--accent .ingredient-card__symbol{color:rgba(255,255,255,.75);border-color:rgba(255,255,255,.35)}.ingredient-card__number{color:var(--brand-dark);font-size:2.45rem;font-weight:950;letter-spacing:-.08em}.ingredient-card--accent .ingredient-card__number{color:#fff}.ingredient-card h3{margin:0 0 5px;font-size:.92rem}.ingredient-card p{margin:0;color:var(--muted);font-size:.73rem}.ingredient-card__symbol{position:absolute;right:-9px;bottom:-9px;width:74px;height:74px;display:grid;place-items:center;border:1px solid rgba(12,158,139,.2);border-radius:50%;color:var(--brand);font-size:1.15rem;font-weight:950;opacity:.75}.routine{padding:94px 0;background:#fff}.routine__grid{display:grid;grid-template-columns:1fr .85fr;align-items:center;gap:clamp(45px,8vw,110px)}.routine__copy h2{margin:0 0 16px;font-size:clamp(2.45rem,4.8vw,4rem);letter-spacing:-.055em}.routine__copy > p{max-width:580px;color:var(--muted);line-height:1.75}.routine__steps{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:30px}.routine__steps div{min-height:104px;display:flex;flex-direction:column;justify-content:space-between;padding:17px;border-radius:14px;background:var(--mint-pale)}.routine__steps b{color:var(--brand);font-size:1.45rem}.routine__steps span{color:var(--ink-2);font-size:.76rem;font-weight:900}.routine__art{position:relative;min-height:420px;display:grid;place-items:center;overflow:hidden}.routine__circle{position:absolute;width:360px;height:360px;border-radius:50%;background:var(--cream)}.routine__circle::before{content:"";position:absolute;inset:28px;border:4px solid var(--mint);border-radius:48% 52% 39% 61% / 59% 43% 57% 41%;transform:rotate(13deg)}.capsule{position:relative;z-index:2;width:110px;height:280px;border:12px solid #fff;border-radius:80px;background:var(--brand);transform:rotate(32deg);box-shadow:0 25px 55px rgba(12,158,139,.2);overflow:hidden}.capsule span{position:absolute;left:-12px;right:-12px;top:49%;height:12px;background:#fff}.routine__note{position:absolute;z-index:4;right:9%;bottom:16%;padding:13px 17px;border-radius:14px;background:#fff;box-shadow:var(--shadow);color:var(--brand-deep);font-size:.88rem;font-weight:950;transform:rotate(-5deg)}.routine__spark{position:absolute;z-index:3;color:var(--brand)}.routine__spark--1{left:11%;top:21%;font-size:3rem}.routine__spark--2{right:14%;top:18%;font-size:2.2rem}.reviews{position:relative;padding:96px 0;background:#fff;overflow:hidden}.reviews::before{content:"";position:absolute;inset:9% auto auto -120px;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,rgba(21,190,169,.11) 0%,rgba(21,190,169,0) 70%);pointer-events:none}.reviews::after{content:"";position:absolute;right:-140px;bottom:-170px;width:430px;height:430px;border-radius:50%;background:radial-gradient(circle,rgba(195,241,232,.52) 0%,rgba(195,241,232,0) 68%);pointer-events:none}.reviews__layout{position:relative;z-index:1;display:grid;grid-template-columns:.88fr 1.12fr;align-items:center;gap:clamp(36px,7vw,92px)}.reviews__intro h2{margin:0 0 16px;font-size:clamp(2.35rem,4.8vw,4rem);line-height:1;letter-spacing:-.055em}.reviews__intro > p{max-width:560px;margin:0;color:var(--muted);line-height:1.75}.reviews__summary{width:min(100%,420px);margin-top:28px;padding:18px 20px;border:1px solid rgba(21,190,169,.15);border-radius:18px;background:linear-gradient(135deg,rgba(255,255,255,.94),rgba(234,251,247,.78));box-shadow:0 18px 44px rgba(24,85,78,.08)}.reviews__summary div{display:flex;align-items:center;gap:13px}.reviews__summary span{color:var(--brand);letter-spacing:.08em;font-size:.94rem}.reviews__summary strong{color:var(--ink);font-size:1.1rem;font-weight:950}.reviews__summary small{display:block;margin-top:8px;color:var(--muted);font-size:.72rem;font-weight:800;line-height:1.45}.reviews__cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.review-card{min-height:210px;display:flex;flex-direction:column;justify-content:space-between;gap:22px;padding:24px;border:1px solid rgba(25,60,58,.09);border-radius:20px;background:rgba(247,254,253,.82);box-shadow:0 18px 45px rgba(24,85,78,.07);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.review-card:hover{transform:translateY(-4px);border-color:rgba(21,190,169,.2);box-shadow:0 24px 58px rgba(24,85,78,.11)}.review-card--featured{background:linear-gradient(135deg,var(--brand),var(--brand-dark));color:#fff;border-color:transparent;box-shadow:0 26px 65px rgba(12,158,139,.2)}.review-card__stars{color:var(--brand);font-size:.9rem;letter-spacing:.08em}.review-card--featured .review-card__stars{color:rgba(255,255,255,.94)}.review-card p{margin:0;color:var(--ink-2);font-size:.96rem;line-height:1.65;font-weight:700}.review-card--featured p{color:rgba(255,255,255,.94)}.review-card footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:18px;border-top:1px solid rgba(25,60,58,.09)}.review-card--featured footer{border-top-color:rgba(255,255,255,.2)}.review-card strong{color:var(--ink);font-size:.9rem;font-weight:950}.review-card--featured strong{color:#fff}.review-card footer span{color:var(--muted);font-size:.72rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.review-card--featured footer span{color:rgba(255,255,255,.72)}.planner-section{position:relative;padding:96px 0;background:linear-gradient(180deg,#fff 0%,var(--mint-pale) 100%);overflow:hidden}.planner-section::before{content:"";position:absolute;width:520px;height:520px;right:-210px;top:-220px;border-radius:50%;background:radial-gradient(circle,rgba(21,190,169,.14) 0%,rgba(21,190,169,0) 68%);pointer-events:none}.planner__layout{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,.95fr) minmax(330px,.72fr);align-items:center;gap:clamp(34px,7vw,92px)}.planner__copy h2{margin:0 0 16px;font-size:clamp(2.35rem,4.8vw,4rem);line-height:1;letter-spacing:-.055em}.planner__copy > p{max-width:630px;margin:0;color:var(--muted);line-height:1.75}.planner__features{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.planner__features span{display:inline-flex;align-items:center;min-height:38px;padding:0 14px;border:1px solid rgba(21,190,169,.16);border-radius:999px;background:rgba(255,255,255,.74);color:var(--ink-2);font-size:.82rem;font-weight:900}.planner__offer{position:relative;padding:24px;border:1px solid rgba(21,190,169,.16);border-radius:28px;background:rgba(255,255,255,.86);box-shadow:0 24px 70px rgba(24,85,78,.11);backdrop-filter:blur(12px)}.planner__sheet{position:relative;min-height:260px;padding:24px;border-radius:22px;background:linear-gradient(145deg,#fff 0%,#ecfbf8 100%);border:1px solid rgba(21,190,169,.14);overflow:hidden}.planner__sheet::after{content:"";position:absolute;right:-45px;top:-45px;width:140px;height:140px;border-radius:50%;background:rgba(21,190,169,.12)}.planner__sheet-top{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:center;gap:18px;margin-bottom:28px}.planner__sheet-top strong{color:var(--ink);font-size:.88rem;letter-spacing:.12em}.planner__sheet-top span{color:var(--brand-dark);font-size:.72rem;font-weight:950;letter-spacing:.16em}.planner__line{width:72%;height:10px;margin-bottom:13px;border-radius:99px;background:rgba(25,60,58,.09)}.planner__line--wide{width:92%}.planner__checks{display:grid;gap:12px;margin-top:28px}.planner__checks i{width:100%;height:26px;border-radius:12px;background:linear-gradient(90deg,rgba(21,190,169,.18) 0 26px,rgba(25,60,58,.075) 26px 100%)}.planner__blocks{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:16px}.planner__blocks span{height:42px;border-radius:14px;background:rgba(21,190,169,.10)}.planner__price{display:flex;justify-content:space-between;align-items:end;gap:18px;margin:22px 0 16px}.planner__price span{color:var(--muted);font-size:.82rem;font-weight:900}.planner__price strong{color:var(--ink);font-size:2rem;line-height:1;letter-spacing:-.04em}.planner__button{width:100%}.planner__offer > small{display:block;margin-top:13px;color:var(--muted);font-size:.74rem;line-height:1.55}.faq{padding:95px 0;background:var(--mint-pale)}.faq__layout{display:grid;grid-template-columns:.7fr 1.3fr;gap:clamp(40px,8vw,100px)}.faq__intro h2{margin:0 0 15px;font-size:clamp(2.35rem,4.8vw,4rem);line-height:1;letter-spacing:-.055em}.faq__intro > p{color:var(--muted);line-height:1.7}.accordion{border-top:1px solid var(--line)}.accordion__item{border-bottom:1px solid var(--line)}.accordion__item button{width:100%;min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:25px;padding:0;border:0;background:transparent;text-align:left;font-weight:900;cursor:pointer}.accordion__item button i{position:relative;flex:0 0 32px;width:32px;height:32px;border-radius:50%;background:#fff}.accordion__item button i::before,.accordion__item button i::after{content:"";position:absolute;left:9px;right:9px;top:15px;height:2px;border-radius:99px;background:var(--brand-dark);transition:transform .2s ease}.accordion__item button i::after{transform:rotate(90deg)}.accordion__item.is-open button i::after{transform:rotate(0)}.accordion__content{height:0;overflow:hidden;opacity:0;transition:height .36s cubic-bezier(.22,1,.36,1),opacity .22s ease;will-change:height}.accordion__content > p{margin:0;padding:0 0 24px;color:var(--muted);font-size:.92rem;line-height:1.7}.accordion__item.is-open .accordion__content{opacity:1}.cta-section{padding:80px 0;background:#fff}.cta-box{position:relative;min-height:250px;display:flex;align-items:center;justify-content:space-between;gap:35px;padding:clamp(34px,6vw,70px);border-radius:24px;color:#fff;background:var(--brand-dark);overflow:hidden}.cta-box::before{content:"";position:absolute;width:290px;height:290px;right:15%;top:-150px;border:5px solid rgba(255,255,255,.15);border-radius:46% 54% 40% 60% / 57% 41% 59% 43%;transform:rotate(17deg)}.cta-box > *{position:relative;z-index:2}.cta-box .kicker{color:#fff}.cta-box .kicker span{background:#fff;box-shadow:7px 0 0 rgba(255,255,255,.45)}.cta-box h2{margin:0 0 12px;font-size:clamp(2.1rem,4.7vw,3.9rem);letter-spacing:-.055em}.cta-box p{margin:0;color:rgba(255,255,255,.72)}.cta-box__spark{position:absolute;color:rgba(255,255,255,.22)}.cta-box__spark--1{right:4%;top:10%;font-size:4rem}.cta-box__spark--2{right:27%;bottom:7%;font-size:2.4rem}.footer{padding:42px 0 26px;background:var(--cream)}.footer__grid{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:35px}.logo--footer{justify-self:start}.footer__links{justify-self:center;display:flex;flex-wrap:wrap;gap:20px}.footer__links a{color:var(--ink-2);font-size:.82rem;font-weight:900}.footer__grid > p{margin:0;color:var(--muted);font-size:.73rem}.footer__legal{margin-top:30px;padding-top:22px;border-top:1px solid var(--line)}.footer__legal p{max-width:900px;margin:0;color:var(--muted);font-size:.69rem;line-height:1.6}.toast{position:fixed;z-index:200;right:24px;bottom:24px;display:flex;align-items:center;gap:13px;min-width:280px;padding:15px 17px;border:1px solid rgba(21,190,169,.22);border-radius:14px;background:rgba(255,255,255,.96);box-shadow:0 24px 60px rgba(22,83,77,.2);transform:translateY(130%);opacity:0;transition:.3s ease;backdrop-filter:blur(12px)}.toast.is-visible{transform:translateY(0);opacity:1}.toast > span{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--brand);font-weight:950}.toast div{display:flex;flex-direction:column}.toast strong{font-size:.84rem}.toast small{margin-top:3px;color:var(--muted)}.reveal{opacity:0;transform:translateY(20px);transition:opacity .65s ease,transform .65s ease}.reveal--delay{transition-delay:.12s}.reveal--delay-2{transition-delay:.22s}.reveal.is-visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto !important;transition-duration:.01ms !important;animation-duration:.01ms !important;animation-iteration-count:1 !important}.reveal{opacity:1;transform:none}}@media (max-width:980px){.header__inner{grid-template-columns:auto 1fr auto;gap:12px}.menu-toggle{display:block;justify-self:end}.header__cta{display:none}.cart{grid-column:3;grid-row:1}.menu-toggle{grid-column:2;grid-row:1}.nav{position:fixed;left:20px;right:20px;top:118px;display:grid;gap:4px;padding:15px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.98);box-shadow:var(--shadow);opacity:0;transform:translateY(-14px);pointer-events:none;transition:.22s ease}.nav.is-open{opacity:1;transform:none;pointer-events:auto}.nav a{padding:15px}.hero__grid{grid-template-columns:1fr;min-height:auto}.hero__copy{padding:62px 0 0;text-align:center}.hero__copy .kicker,.hero__actions,.hero__trust{justify-content:center}.hero__text{margin-inline:auto}.hero__visual{min-height:545px}.hero__visual img{max-height:540px}.hero__cover--left{left:-70px}.hero__cover--right{right:-82px}.hero__shape--mint{right:10%}.hero__shape--teal{left:9%}.benefit-row{margin-top:0}.product-layout{grid-template-columns:1fr}.product-visual{min-height:520px}.ingredient-grid{grid-template-columns:repeat(2,1fr)}.ingredient-card--wide{grid-column:span 1}.routine__grid{grid-template-columns:1fr}.routine__copy{text-align:center}.routine__copy .kicker{justify-content:center}.routine__copy > p{margin-inline:auto}.reviews__layout{grid-template-columns:1fr}.reviews__intro{text-align:center}.reviews__intro .kicker{justify-content:center}.reviews__intro > p,.reviews__summary{margin-inline:auto}.planner__layout{grid-template-columns:1fr}.planner__copy{text-align:center}.planner__copy .kicker,.planner__features{justify-content:center}.planner__copy > p{margin-inline:auto}.planner__offer{max-width:520px;width:100%;margin-inline:auto}.faq__layout{grid-template-columns:1fr;gap:30px}.faq__intro{text-align:center}.faq__intro .kicker{justify-content:center}.footer__grid{grid-template-columns:1fr;justify-items:center;text-align:center}.logo--footer{justify-self:center}.footer__links{justify-self:center}}@media (max-width:720px){.container{width:min(calc(100% - 28px),var(--container))}.announcement{font-size:.7rem}.announcement__inner{min-height:38px;gap:10px;text-align:center}.announcement__inner span:nth-child(3),.announcement__divider{display:none}.header__inner{min-height:68px}.hero{padding-bottom:38px}.hero__copy{padding-top:46px}.hero h1{font-size:clamp(2.35rem,12vw,3.5rem)}.hero__text{font-size:.93rem}.hero__actions{display:grid;grid-template-columns:1fr}.button{width:100%}.hero__trust{display:grid;grid-template-columns:1fr;justify-items:start;max-width:260px;margin-inline:auto;text-align:left}.hero__visual{min-height:465px;margin-top:-5px}.hero__visual img{width:96%;max-height:455px}.hero__cover--bottom{bottom:-84px;height:150px}.hero__cover--left{left:-82px;bottom:-4px;width:190px;height:130px}.hero__cover--right{right:-88px;bottom:0;width:205px;height:135px}.hero__shape--mint{width:280px;height:265px;top:60px;right:2%}.hero__shape--teal{width:220px;height:235px;top:78px;left:0}.hero__line{inset:40px 0 42px 0;border-width:4px}.hero__badge{right:0;bottom:35px;transform:scale(.88);transform-origin:right bottom}.benefit-row{grid-template-columns:1fr;padding-top:8px}.benefit-card{min-height:auto;padding:25px 15px}.benefit-card + .benefit-card{border-left:0;border-top:1px solid rgba(25,60,58,.1)}.product-section,.ingredients,.routine,.reviews,.planner-section,.faq{padding:66px 0}.product-visual{min-height:470px}.bottle{transform:scale(.84)}.mini-card{min-width:104px;padding:12px}.mini-card--left{left:3%;bottom:14%}.mini-card--right{right:3%;top:17%}.product-copy h2{font-size:2.8rem}.price-row{align-items:flex-end}.quantity-row{grid-template-columns:105px 1fr}.button--cart{padding-inline:13px;font-size:.8rem}.ingredient-grid{grid-template-columns:1fr}.ingredient-card{min-height:132px}.routine__steps{grid-template-columns:1fr}.routine__steps div{min-height:75px;flex-direction:row;align-items:center}.routine__art{min-height:350px}.routine__circle{width:300px;height:300px}.capsule{width:90px;height:230px}.reviews__cards{grid-template-columns:1fr}.review-card{min-height:auto;padding:21px}.review-card footer{align-items:flex-start;flex-direction:column;gap:5px}.planner__offer{padding:18px;border-radius:22px}.planner__sheet{min-height:230px;padding:20px}.planner__price{align-items:flex-start;flex-direction:column;gap:7px}.cta-section{padding:55px 0}.cta-box{min-height:320px;flex-direction:column;align-items:flex-start;justify-content:center}.cta-box .button{width:auto}.toast{left:14px;right:14px;bottom:14px;min-width:0}}@media (max-width:420px){.logo > span:not(.logo__dots){font-size:1rem}.cart{width:40px;height:40px}.menu-toggle{width:40px;height:40px}.hero__visual{min-height:405px}.hero__visual img{max-height:400px}.hero__cover--bottom{bottom:-88px}.hero__badge{display:none}.product-visual{min-height:430px}.mini-card--right{top:9%}.mini-card--left{bottom:9%}.quantity-row{grid-template-columns:1fr}.quantity{width:120px}}.hero{padding-bottom:28px}.hero__grid{grid-template-columns:.96fr 1.04fr;min-height:650px;gap:clamp(42px,7vw,96px)}.hero__visual{min-height:620px;padding-top:24px}.hero__copy{padding:82px 0 74px}.hero h1{min-height:2.55em}.hero__typing-line{display:block;min-height:1.98em;white-space:pre-line}.hero__typing-text{white-space:pre-line}.hero__typing-cursor{display:inline-block;margin-left:.06em;color:var(--brand);font-weight:500;transform:translateY(-.03em);animation:eteranCursorBlink .82s steps(1,end) infinite}.hero__wave{position:absolute;z-index:0;left:-10%;bottom:24px;width:120%;height:42%;pointer-events:none;transform-origin:50% 100%;will-change:transform,border-radius}.hero__wave--back{bottom:74px;background:rgba(170,235,225,.48);border-radius:48% 52% 44% 56% / 60% 52% 48% 40%;animation:eteranWaveBack 8s ease-in-out infinite alternate}.hero__wave--front{left:-16%;bottom:-12px;width:132%;height:31%;z-index:2;background:linear-gradient(180deg,rgba(204,245,238,.58),rgba(226,249,244,.28));border-radius:55% 45% 50% 50% / 66% 54% 46% 34%;animation:eteranWaveFront 6.6s ease-in-out infinite alternate-reverse}.hero__shape--mint{animation:eteranBlobMint 9s ease-in-out infinite alternate}.hero__shape--teal{animation:eteranBlobTeal 7.5s ease-in-out infinite alternate-reverse}.hero__line{animation:eteranLineFloat 10s ease-in-out infinite alternate}@keyframes eteranCursorBlink{0%,46%{opacity:1}47%,100%{opacity:0}}@keyframes eteranWaveBack{0%{transform:translate3d(-1.5%,2px,0) rotate(-1.2deg) scaleX(1.02);border-radius:48% 52% 44% 56% / 60% 52% 48% 40%}50%{transform:translate3d(2.2%,-8px,0) rotate(1.1deg) scaleX(.98) scaleY(1.04);border-radius:57% 43% 53% 47% / 48% 61% 39% 52%}100%{transform:translate3d(-.4%,5px,0) rotate(-.3deg) scaleX(1.01) scaleY(.98);border-radius:45% 55% 48% 52% / 63% 43% 57% 37%}}@keyframes eteranWaveFront{0%{transform:translate3d(-2%,2px,0) rotate(.8deg) scaleX(1.03);border-radius:55% 45% 50% 50% / 66% 54% 46% 34%}50%{transform:translate3d(2.8%,-7px,0) rotate(-1deg) scaleX(.98) scaleY(1.05);border-radius:44% 56% 58% 42% / 51% 67% 33% 49%}100%{transform:translate3d(.5%,3px,0) rotate(.2deg) scaleX(1.01);border-radius:60% 40% 46% 54% / 63% 47% 53% 37%}}@keyframes eteranBlobMint{0%{transform:translate3d(0,0,0) rotate(8deg) scale(1)}50%{transform:translate3d(12px,-8px,0) rotate(10deg) scale(1.025,.985)}100%{transform:translate3d(-8px,6px,0) rotate(6deg) scale(.99,1.02)}}@keyframes eteranBlobTeal{0%{transform:translate3d(0,0,0) rotate(-14deg) scale(1)}50%{transform:translate3d(-10px,9px,0) rotate(-11deg) scale(1.035,.98)}100%{transform:translate3d(9px,-5px,0) rotate(-16deg) scale(.985,1.025)}}@keyframes eteranLineFloat{0%{transform:translate3d(0,0,0) rotate(7deg) scale(1)}50%{transform:translate3d(-5px,5px,0) rotate(5.7deg) scale(1.015)}100%{transform:translate3d(5px,-4px,0) rotate(8.2deg) scale(.99)}}@media (max-width:980px){.hero__grid{grid-template-columns:1fr;gap:0}.hero__visual{min-height:540px;margin-top:16px}.hero__copy{padding:18px 0 66px}.hero h1{min-height:2.55em}}@media (max-width:720px){.hero__visual{min-height:455px;margin-top:8px}.hero__copy{padding:8px 0 48px}.hero__wave--back{bottom:55px;height:40%}.hero__wave--front{bottom:-8px;height:29%}}@media (max-width:420px){.hero__visual{min-height:400px}.hero h1{min-height:2.7em}}.hero__visual{width:min(100%,650px);justify-self:center;overflow:hidden;border-radius:49% 51% 46% 54% / 35% 39% 61% 65%;-webkit-mask-image:radial-gradient( ellipse 98% 99% at 50% 47%,#000 0%,#000 79%,rgba(0,0,0,.96) 85%,rgba(0,0,0,.58) 93%,transparent 100% );mask-image:radial-gradient( ellipse 98% 99% at 50% 47%,#000 0%,#000 79%,rgba(0,0,0,.96) 85%,rgba(0,0,0,.58) 93%,transparent 100% )}.hero__visual::before{content:"";position:absolute;z-index:-1;inset:3% 1% 2%;border-radius:47% 53% 42% 58% / 38% 36% 64% 62%;background:radial-gradient( ellipse at 50% 42%,rgba(255,255,255,.34) 0%,rgba(224,249,243,.18) 60%,rgba(224,249,243,0) 82% );pointer-events:none}.hero__wave{clip-path:ellipse(63% 72% at 50% 70%)}.hero h1 em{max-width:100%}@media (max-width:980px){.hero__visual{width:min(100%,620px);border-radius:48% 52% 45% 55% / 32% 35% 65% 68%}}@media (max-width:720px){.hero__visual{width:min(100%,520px);border-radius:47% 53% 43% 57% / 29% 33% 67% 71%;-webkit-mask-image:radial-gradient( ellipse 100% 99% at 50% 46%,#000 0%,#000 78%,rgba(0,0,0,.92) 86%,rgba(0,0,0,.5) 94%,transparent 100% );mask-image:radial-gradient( ellipse 100% 99% at 50% 46%,#000 0%,#000 78%,rgba(0,0,0,.92) 86%,rgba(0,0,0,.5) 94%,transparent 100% )}}.header{box-shadow:0 1px 0 rgba(15,70,65,.07),0 10px 34px rgba(28,92,85,.035)}.header__inner{min-height:82px}.hero{padding:0;background:#fff;overflow:hidden}.hero__main{position:relative;min-height:690px;padding-bottom:92px;background:radial-gradient(circle at 84% 13%,rgba(255,255,255,.92),transparent 28%),radial-gradient(circle at 15% 78%,rgba(255,255,255,.62),transparent 32%),#f2fcf9;overflow:hidden}.hero__grid{position:relative;z-index:4;min-height:660px;grid-template-columns:minmax(0,.95fr) minmax(430px,1.05fr);gap:clamp(42px,6vw,88px);align-items:center}.hero__copy{z-index:6;padding:66px 0 78px;text-align:left}.hero__copy .kicker{justify-content:flex-start}.hero h1{min-height:2.08em;max-width:650px;margin:0 0 10px;font-size:clamp(3.4rem,5.1vw,5.35rem);line-height:.91;letter-spacing:-.062em}.hero__typing-line{display:block;min-height:1.91em;white-space:pre-line}.hero__typing-text{white-space:pre-line}.hero__typing-cursor{display:inline-block;margin-left:.055em;color:var(--brand);font-weight:500;animation:eteranCursorBlink .82s steps(1,end) infinite}.hero__subline{margin:0 0 20px;color:#315f5b;font-size:clamp(1.55rem,2.4vw,2.45rem);line-height:1.16;letter-spacing:-.038em}.hero__text{max-width:590px;margin-bottom:25px;color:#55736f;font-size:.98rem;line-height:1.72}.hero__actions{margin-bottom:23px}.hero__trust{gap:13px 20px;color:#617a77}.hero__trust i{width:30px;height:30px;box-shadow:0 9px 22px rgba(38,101,94,.1)}.hero__proof{display:flex;align-items:center;gap:12px;margin-top:27px;color:#385f5b;font-size:.82rem;font-weight:800}.hero__proof a{padding-bottom:2px;border-bottom:1px solid rgba(12,158,139,.28)}.hero__stars{color:#f4b942;letter-spacing:.07em;font-size:1rem}.hero__visual{position:relative;align-self:center;justify-self:stretch;width:100%;min-height:620px;margin:0;padding:0;border-radius:0;overflow:visible;isolation:isolate;-webkit-mask-image:none;mask-image:none}.hero__visual::before,.hero__visual::after{content:none}.hero__visual img{position:absolute;z-index:5;left:50%;bottom:-58px;width:min(530px,88%);max-height:none;object-fit:contain;transform:translateX(-50%);filter:drop-shadow(0 28px 45px rgba(28,86,80,.08));-webkit-mask-image:linear-gradient(to bottom,#000 0%,#000 80%,rgba(0,0,0,.96) 87%,rgba(0,0,0,.62) 94%,transparent 100%);mask-image:linear-gradient(to bottom,#000 0%,#000 80%,rgba(0,0,0,.96) 87%,rgba(0,0,0,.62) 94%,transparent 100%)}.hero__orb{position:absolute;z-index:1;border-radius:47% 53% 42% 58% / 55% 39% 61% 45%;will-change:transform,border-radius}.hero__orb--one{width:450px;height:410px;right:2%;top:78px;background:rgba(179,240,231,.76);animation:eteranBlobMint 9s ease-in-out infinite alternate}.hero__orb--two{width:330px;height:355px;left:1%;top:116px;background:rgba(111,219,205,.72);transform:rotate(-13deg);animation:eteranBlobTeal 7.5s ease-in-out infinite alternate-reverse}.hero__orbit{position:absolute;z-index:3;inset:63px 10px 80px 18px;border:5px solid rgba(255,255,255,.88);border-radius:47% 53% 40% 60% / 60% 38% 62% 40%;transform:rotate(7deg);animation:eteranLineFloat 10s ease-in-out infinite alternate}.hero__visual .spark{z-index:7;color:#fff}.hero__visual .spark--1{right:4%;top:31%;font-size:3.2rem}.hero__visual .spark--2{left:6%;top:25%;font-size:2.3rem}.hero__visual .spark--3{right:9%;top:59%;font-size:1.8rem}.hero__visual-wave{position:absolute;z-index:6;left:-8%;bottom:-4px;width:116%;pointer-events:none;will-change:transform,border-radius}.hero__visual-wave--back{height:155px;bottom:25px;background:rgba(190,241,233,.72);border-radius:55% 45% 50% 50% / 64% 54% 46% 36%;animation:eteranWaveBack 8s ease-in-out infinite alternate}.hero__visual-wave--front{left:-12%;width:124%;height:125px;background:linear-gradient(180deg,rgba(216,247,241,.82),rgba(242,252,249,.95));border-radius:48% 52% 57% 43% / 70% 58% 42% 30%;animation:eteranWaveFront 6.6s ease-in-out infinite alternate-reverse}.hero__divider{position:absolute;z-index:8;left:0;right:0;bottom:-1px;height:112px;overflow:hidden;pointer-events:none}.hero__divider-track{position:absolute;left:0;bottom:0;display:flex;width:200%;height:100%;will-change:transform}.hero__divider-track svg{flex:0 0 50%;width:50%;height:100%}.hero__divider-track--back{bottom:14px;opacity:.72;animation:eteranDividerWave 13s linear infinite reverse}.hero__divider-track--back path{fill:#daf5f0}.hero__divider-track--front{animation:eteranDividerWave 10s linear infinite}.hero__divider-track--front path{fill:#fff}@keyframes eteranDividerWave{from{transform:translate3d(0,0,0)}to{transform:translate3d(-50%,0,0)}}.hero__benefits{position:relative;z-index:9;background:#fff;padding:4px 0 42px}.benefit-row{margin-top:0;padding-top:0;gap:0}.benefit-card{min-height:125px;display:grid;grid-template-columns:58px 1fr;align-items:center;gap:17px;padding:18px clamp(22px,3vw,40px);text-align:left}.benefit-card + .benefit-card{border-left:1px solid rgba(25,60,58,.09)}.benefit-card__icon{width:54px;height:54px;display:grid;place-items:center;border-radius:50%;background:#ebfaf7}.benefit-card__icon svg{width:31px;fill:none;stroke:var(--brand);stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.benefit-card h3{margin:0 0 5px;font-size:.96rem;text-transform:none}.benefit-card p{max-width:280px;margin:0;font-size:.78rem;line-height:1.55}@media (max-width:1100px){.hero__grid{grid-template-columns:minmax(0,1fr) minmax(390px,.92fr);gap:30px}.hero h1{font-size:clamp(3.2rem,5.4vw,4.6rem)}.hero__visual{min-height:570px}.hero__visual img{width:min(495px,90%)}}@media (max-width:980px){.hero__main{padding-bottom:90px}.hero__grid{grid-template-columns:1fr;min-height:auto}.hero__copy{order:1;padding:58px 0 18px;text-align:center}.hero__copy .kicker,.hero__actions,.hero__trust,.hero__proof{justify-content:center}.hero h1{max-width:720px;margin-inline:auto}.hero__text{margin-inline:auto}.hero__visual{order:2;width:min(100%,650px);min-height:545px;justify-self:center}.hero__visual img{width:min(500px,88%);bottom:-50px}.hero__orb--one{right:5%}.hero__orb--two{left:5%}.benefit-row{grid-template-columns:1fr}.benefit-card{max-width:620px;width:100%;margin-inline:auto}.benefit-card + .benefit-card{border-left:0;border-top:1px solid rgba(25,60,58,.09)}}@media (max-width:720px){.header__inner{min-height:70px}.hero__main{padding-bottom:72px}.hero__copy{padding-top:42px}.hero h1{min-height:2.2em;font-size:clamp(2.65rem,12.5vw,4rem);line-height:.94}.hero__typing-line{min-height:2.03em}.hero__subline{font-size:clamp(1.35rem,7vw,2rem)}.hero__actions{display:grid;grid-template-columns:1fr}.hero__trust{display:grid;grid-template-columns:1fr;justify-items:start;width:fit-content;margin-inline:auto}.hero__proof{flex-wrap:wrap}.hero__visual{min-height:445px}.hero__visual img{width:min(430px,96%);bottom:-38px}.hero__orb--one{width:330px;height:310px;top:65px;right:-1%}.hero__orb--two{width:255px;height:275px;top:92px;left:-3%}.hero__orbit{inset:47px -4px 62px 2px;border-width:4px}.hero__visual-wave--back{height:120px}.hero__visual-wave--front{height:102px}.hero__divider{height:82px}.benefit-card{grid-template-columns:50px 1fr;padding-inline:10px}}@media (max-width:420px){.hero h1{font-size:clamp(2.35rem,12vw,3.15rem)}.hero__visual{min-height:390px}.hero__visual img{width:390px;max-width:100%}.hero__proof{font-size:.76rem}}@media (prefers-reduced-motion:reduce){.hero__divider-track,.hero__orb,.hero__orbit,.hero__visual-wave,.hero__typing-cursor{animation:none !important}}.hero h1{height:1.9em;min-height:0;max-width:620px;margin-bottom:14px;overflow:hidden;font-size:clamp(2.95rem,4.35vw,4.55rem);line-height:.93;letter-spacing:-.058em}.hero__typing-line{display:block;width:100%;height:100%;min-height:0;white-space:pre;overflow:visible}.hero__typing-text{white-space:pre}.hero__typing-cursor{vertical-align:.03em}.hero__visual{min-height:620px;overflow:hidden}.hero__visual img{left:50%;bottom:-18px;width:min(500px,86%);-webkit-mask-image:linear-gradient( to bottom,#000 0%,#000 84%,rgba(0,0,0,.98) 89%,rgba(0,0,0,.7) 95%,transparent 100% );mask-image:linear-gradient( to bottom,#000 0%,#000 84%,rgba(0,0,0,.98) 89%,rgba(0,0,0,.7) 95%,transparent 100% )}.hero__visual-wave{z-index:2;opacity:.72}.hero__visual-wave--back{z-index:2;bottom:8px;height:132px}.hero__visual-wave--front{z-index:3;bottom:-24px;height:112px;opacity:.82}.hero__visual::after{content:"";position:absolute;z-index:6;left:3%;right:3%;bottom:-1px;height:112px;background:linear-gradient( to bottom,rgba(242,252,249,0) 0%,rgba(242,252,249,.18) 34%,rgba(242,252,249,.72) 74%,#f2fcf9 100% );pointer-events:none}@media (max-width:1100px){.hero h1{max-width:560px;font-size:clamp(2.75rem,4.65vw,4rem)}.hero__visual img{width:min(475px,88%);bottom:-12px}}@media (max-width:980px){.hero h1{max-width:680px;height:1.9em;margin-inline:auto;font-size:clamp(2.8rem,7vw,4rem)}.hero__visual{min-height:520px}.hero__visual img{width:min(470px,86%);bottom:-8px}.hero__visual-wave--back{height:112px}.hero__visual-wave--front{height:94px}}@media (max-width:720px){.hero h1{height:1.92em;font-size:clamp(2.25rem,10.8vw,3.25rem);line-height:.94}.hero__typing-line,.hero__typing-text{white-space:pre}.hero__visual{min-height:430px}.hero__visual img{width:min(405px,90%);bottom:-2px}.hero__visual::after{height:92px}.hero__visual-wave--back{height:96px;bottom:5px}.hero__visual-wave--front{height:82px;bottom:-18px}}@media (max-width:420px){.hero h1{height:1.94em;font-size:clamp(2rem,10.6vw,2.65rem)}.hero__visual{min-height:370px}.hero__visual img{width:min(360px,92%);bottom:0}}.header .container,.hero .container{width:min(calc(100% - 72px),1440px)}.hero__main{min-height:720px;padding-bottom:100px}.hero__grid{min-height:700px;grid-template-columns:minmax(0,.96fr) minmax(520px,1.04fr);gap:clamp(54px,6.5vw,108px)}.hero__copy{align-self:center;padding:44px 0 62px}.hero__copy .kicker{margin-bottom:18px}.hero h1{width:100%;max-width:720px;height:1.94em;min-height:1.94em;margin:0 0 18px;overflow:visible;font-size:clamp(3.05rem,4.15vw,4.65rem);line-height:.97;letter-spacing:-.057em}.hero__typing-line{display:block;width:100%;height:1.94em;min-height:1.94em;overflow:visible;white-space:pre-line}.hero__typing-text{white-space:pre-line;overflow-wrap:normal;word-break:normal}.hero__typing-cursor{margin-left:.035em;vertical-align:.035em}.hero__subline{margin-bottom:18px;font-size:clamp(1.55rem,2.05vw,2.25rem)}.hero__text{max-width:640px;font-size:1rem}.hero__visual{min-height:650px;overflow:visible}.hero__visual img{z-index:5;bottom:-54px;width:min(590px,94%);max-width:none;filter:drop-shadow(0 32px 54px rgba(28,86,80,.085));-webkit-mask-image:none;mask-image:none}.hero__visual::after{content:none}.hero__orb--one{width:510px;height:455px;right:0;top:62px}.hero__orb--two{width:370px;height:390px;left:0;top:112px}.hero__orbit{inset:50px -2px 70px 12px}.hero__visual-wave--back{z-index:4;left:-10%;bottom:5px;width:120%;height:118px;opacity:.62;border-radius:54% 46% 52% 48% / 68% 56% 44% 32%}.hero__visual-wave--front{z-index:6;left:-13%;bottom:-34px;width:126%;height:104px;opacity:.94;background:linear-gradient(180deg,rgba(218,248,242,.86),#f2fcf9 88%);border-radius:48% 52% 58% 42% / 78% 63% 37% 22%}.hero__divider{height:122px}.hero__divider-track--back{bottom:18px}.hero__benefits{padding-top:10px}@media (max-width:1180px){.header .container,.hero .container{width:min(calc(100% - 48px),1240px)}.hero__grid{grid-template-columns:minmax(0,1fr) minmax(450px,.96fr);gap:40px}.hero h1{max-width:650px;font-size:clamp(2.85rem,4.45vw,4.15rem)}.hero__visual img{width:min(535px,94%)}}@media (max-width:980px){.header .container,.hero .container{width:min(calc(100% - 40px),760px)}.hero__main{min-height:auto;padding-bottom:88px}.hero__grid{min-height:auto;grid-template-columns:1fr;gap:8px}.hero__copy{padding:50px 0 14px}.hero h1{max-width:720px;height:1.94em;min-height:1.94em;margin-inline:auto;font-size:clamp(2.85rem,7.7vw,4.2rem)}.hero__typing-line{height:1.94em;min-height:1.94em}.hero__visual{min-height:560px}.hero__visual img{bottom:-44px;width:min(515px,90%)}.hero__orb--one{width:440px;height:405px;right:6%}.hero__orb--two{width:330px;height:350px;left:7%}}@media (max-width:720px){.header .container,.hero .container{width:min(calc(100% - 30px),620px)}.hero__main{padding-bottom:70px}.hero__copy{padding-top:38px}.hero h1{height:2em;min-height:2em;font-size:clamp(2.15rem,10.4vw,3.25rem);line-height:1;letter-spacing:-.052em}.hero__typing-line{height:2em;min-height:2em}.hero__subline{font-size:clamp(1.3rem,6.5vw,1.85rem)}.hero__visual{min-height:455px}.hero__visual img{bottom:-31px;width:min(430px,94%)}.hero__orb--one{width:340px;height:315px;top:62px;right:0}.hero__orb--two{width:265px;height:285px;top:94px;left:-2%}.hero__orbit{inset:44px -2px 55px 0}.hero__visual-wave--back{height:94px}.hero__visual-wave--front{bottom:-26px;height:84px}}@media (max-width:420px){.hero h1{height:2.02em;min-height:2.02em;font-size:clamp(1.95rem,10.2vw,2.65rem)}.hero__typing-line{height:2.02em;min-height:2.02em}.hero__visual{min-height:390px}.hero__visual img{bottom:-22px;width:min(365px,96%)}}.hero h1{display:block;height:2.18em;min-height:2.18em;margin-bottom:22px;overflow:hidden;font-size:clamp(2.8rem,3.65vw,4.25rem);line-height:1.02}.hero__typing-line{display:block;width:100%;height:2.18em;min-height:2.18em;overflow:hidden;white-space:nowrap}.hero__typing-text{display:inline;white-space:pre;overflow-wrap:normal;word-break:keep-all}.hero__typing-cursor{display:inline-block;margin-left:.04em;vertical-align:.02em}.hero__subline{position:relative;z-index:8;margin-top:0}.hero__visual{overflow:hidden}.hero__visual img{z-index:6;bottom:-18px;-webkit-mask-image:linear-gradient( to bottom,#000 0%,#000 73%,rgba(0,0,0,.96) 80%,rgba(0,0,0,.58) 90%,transparent 100% );mask-image:linear-gradient( to bottom,#000 0%,#000 73%,rgba(0,0,0,.96) 80%,rgba(0,0,0,.58) 90%,transparent 100% )}.hero__visual-wave--back{z-index:3;bottom:8px;height:102px;opacity:.46}.hero__visual-wave--front{z-index:4;bottom:-28px;height:88px;opacity:.7}.hero__visual::after{content:"";position:absolute;z-index:7;left:10%;right:10%;bottom:-8px;height:72px;pointer-events:none;background:linear-gradient(to bottom,rgba(242,252,249,0),rgba(242,252,249,.88) 72%,#f2fcf9 100%);filter:blur(2px)}@media (max-width:1180px){.hero h1{height:2.2em;min-height:2.2em;font-size:clamp(2.65rem,4vw,3.8rem)}.hero__typing-line{height:2.2em;min-height:2.2em}}@media (max-width:980px){.hero h1{height:2.18em;min-height:2.18em;font-size:clamp(2.55rem,7vw,3.8rem)}.hero__typing-line{height:2.18em;min-height:2.18em}.hero__visual img{bottom:-10px}}@media (max-width:720px){.hero h1{height:2.24em;min-height:2.24em;font-size:clamp(2rem,9.1vw,3rem);line-height:1.04}.hero__typing-line{height:2.24em;min-height:2.24em}.hero__visual img{bottom:-5px}.hero__visual-wave--back{height:76px}.hero__visual-wave--front{height:62px;bottom:-20px}}@media (max-width:420px){.hero h1{height:2.28em;min-height:2.28em;font-size:clamp(1.78rem,9vw,2.35rem)}.hero__typing-line{height:2.28em;min-height:2.28em}}.hero h1{height:2.08em;min-height:2.08em;margin-bottom:22px;overflow:visible;line-height:1}.hero__typing-line{position:relative;display:block;width:100%;height:2.08em;min-height:2.08em;overflow:visible;white-space:normal}.hero__typing-row{position:absolute;left:0;display:flex;align-items:baseline;width:100%;height:1em;min-height:1em;line-height:1;white-space:nowrap}.hero__typing-row--first{top:0}.hero__typing-row--second{top:1.08em}.hero__typing-value{display:inline-block;min-height:1em;line-height:1;white-space:nowrap}.hero__typing-cursor{display:none;flex:0 0 auto;margin-left:.035em;line-height:.88;vertical-align:baseline}.hero__typing-cursor.is-active{display:inline-block}.hero__visual{min-height:610px}.hero__visual img{width:min(515px,86%);bottom:-10px}.hero__orb--one{width:470px;height:420px}.hero__orb--two{width:340px;height:360px}@media (max-width:1180px){.hero__visual{min-height:570px}.hero__visual img{width:min(470px,86%)}.hero__orb--one{width:425px;height:385px}.hero__orb--two{width:310px;height:330px}}@media (max-width:980px){.hero__visual{min-height:515px}.hero__visual img{width:min(455px,84%);bottom:-6px}}@media (max-width:720px){.hero h1,.hero__typing-line{height:2.12em;min-height:2.12em}.hero__typing-row--second{top:1.12em}.hero__visual{min-height:420px}.hero__visual img{width:min(385px,88%);bottom:-2px}}@media (max-width:420px){.hero__visual{min-height:360px}.hero__visual img{width:min(330px,90%)}}.footer{position:relative;margin-top:64px;padding:38px 0 30px;background:radial-gradient(circle at 10% 36%,rgba(255,255,255,.86),transparent 30%),radial-gradient(circle at 92% 55%,rgba(195,241,232,.72),transparent 30%),linear-gradient(180deg,#e9faf6 0%,#f2fcf9 70%,#ffffff 145%);overflow:visible;isolation:isolate}.footer__waves{position:absolute;z-index:3;top:-58px;left:0;width:100%;height:72px;overflow:hidden;pointer-events:none;filter:drop-shadow(0 -8px 20px rgba(21,190,169,.03))}.footer__waves::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:16px;background:linear-gradient(to bottom,rgba(233,250,246,0),#e9faf6 82%);pointer-events:none}.footer__wave{position:absolute;inset:0;width:200%;height:100%;will-change:transform}.footer__wave svg{display:block;width:100%;height:100%}.footer__wave--back{color:#c9f2ea;opacity:.72;animation:footer-wave-flow 15s linear infinite}.footer__wave--front{color:#e9faf6;animation:footer-wave-flow 21s linear infinite reverse}.footer__wave path{fill:currentColor}@keyframes footer-wave-flow{0%{transform:translate3d(0,0,0)}50%{transform:translate3d(-25%,5px,0)}100%{transform:translate3d(-50%,0,0)}}.footer__glow{position:absolute;z-index:-1;border-radius:50%;filter:blur(8px);pointer-events:none}.footer__glow--one{width:330px;height:330px;left:-140px;top:130px;background:rgba(255,255,255,.68)}.footer__glow--two{width:390px;height:390px;right:-165px;top:95px;background:rgba(151,226,214,.20)}.footer__main{position:relative;z-index:4;display:grid;grid-template-columns:1.3fr .78fr .9fr 1.06fr 1.38fr;gap:clamp(28px,4vw,58px);align-items:start;padding-bottom:54px}.footer__brand{max-width:270px}.logo--footer{justify-self:start;margin-bottom:22px}.footer__brand > p{margin:0;color:var(--muted);font-size:.84rem;line-height:1.72}.footer__socials{display:flex;gap:9px;margin-top:22px}.footer__socials a{width:38px;height:38px;display:grid;place-items:center;border:1px solid rgba(12,158,139,.14);border-radius:12px;color:var(--brand-deep);background:rgba(255,255,255,.72);box-shadow:0 10px 24px rgba(24,85,78,.06);font-size:.67rem;font-weight:950;transition:transform .2s ease,background .2s ease,color .2s ease}.footer__socials a:hover{transform:translateY(-3px);color:#fff;background:var(--brand)}.footer__column{display:flex;flex-direction:column;gap:12px}.footer__column h3{margin:2px 0 8px;color:var(--ink);font-size:.83rem;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.footer__column a{width:fit-content;color:var(--muted);font-size:.79rem;font-weight:750;line-height:1.45;transition:color .2s ease,transform .2s ease}.footer__column a:hover{color:var(--brand-dark);transform:translateX(3px)}.footer__tag{display:inline-flex;margin-left:5px;padding:3px 6px;border-radius:999px;color:var(--brand-deep);background:rgba(21,190,169,.12);font-size:.57rem;font-weight:950;letter-spacing:.03em;text-transform:uppercase}.footer__card{position:relative;padding:25px;border:1px solid rgba(12,158,139,.12);border-radius:22px;background:rgba(255,255,255,.70);box-shadow:0 22px 60px rgba(22,92,84,.10);backdrop-filter:blur(10px);overflow:hidden}.footer__card::after{content:"✦";position:absolute;right:14px;top:5px;color:rgba(21,190,169,.13);font-size:4.2rem;transform:rotate(9deg)}.footer__card > *{position:relative;z-index:1}.footer__card-label{color:var(--brand-dark);font-size:.65rem;font-weight:950;letter-spacing:.11em;text-transform:uppercase}.footer__card h3{margin:10px 0 10px;color:var(--ink);font-size:1.08rem;line-height:1.28}.footer__card p{margin:0 0 18px;color:var(--muted);font-size:.76rem;line-height:1.65}.footer__card-button{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:0 15px;border-radius:11px;color:#fff;background:var(--brand-dark);box-shadow:0 12px 28px rgba(12,158,139,.16);font-size:.75rem;font-weight:900;transition:transform .2s ease,background .2s ease}.footer__card-button:hover{transform:translateY(-2px);background:var(--brand-deep)}.footer__bottom{position:relative;z-index:4;display:flex;align-items:center;justify-content:space-between;gap:25px;padding:25px 0 21px;border-top:1px solid rgba(25,60,58,.10);border-bottom:1px solid rgba(25,60,58,.08)}.footer__bottom p{margin:0;color:var(--muted);font-size:.72rem}.footer__bottom nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:18px}.footer__bottom a{color:var(--ink-2);font-size:.7rem;font-weight:800}.footer__bottom a:hover{color:var(--brand-dark)}.footer__legal{position:relative;z-index:4;margin-top:0;padding-top:19px;border-top:0}.footer__legal p{max-width:1050px;margin:0;color:var(--muted);font-size:.66rem;line-height:1.65}@media (prefers-reduced-motion:reduce){.footer__wave{animation:none}}@media (max-width:1120px){.footer__main{grid-template-columns:1.3fr repeat(3,1fr)}.footer__card{grid-column:1 / -1;display:grid;grid-template-columns:1fr auto;align-items:center;column-gap:28px}.footer__card-label,.footer__card h3,.footer__card p{grid-column:1}.footer__card-button{grid-column:2;grid-row:1 / 4}}@media (max-width:780px){.footer{margin-top:54px;padding-top:34px}.footer__waves{top:-50px;height:62px}.footer__main{grid-template-columns:repeat(2,minmax(0,1fr));gap:34px 26px;padding-bottom:40px}.footer__brand{grid-column:1 / -1;max-width:none}.footer__card{grid-template-columns:1fr}.footer__card-button{grid-column:1;grid-row:auto;width:fit-content}.footer__bottom{align-items:flex-start;flex-direction:column}.footer__bottom nav{justify-content:flex-start}}@media (max-width:520px){.footer{margin-top:48px;padding-top:30px}.footer__waves{top:-44px;height:54px}.footer__main{grid-template-columns:1fr}.footer__brand,.footer__card{grid-column:auto}.footer__column{padding-bottom:22px;border-bottom:1px solid rgba(25,60,58,.08)}.footer__bottom nav{gap:12px 16px}}.placeholder-page{min-height:100vh;background:#f2fcf9}.placeholder-page__main{position:relative;min-height:100vh;display:grid;place-items:center;padding:110px 24px 70px;overflow:hidden}.placeholder-page__logo{position:absolute;left:clamp(24px,5vw,80px);top:34px}.placeholder-page__blob{position:absolute;border-radius:48% 52% 42% 58% / 54% 42% 58% 46%;filter:blur(2px)}.placeholder-page__blob--one{width:460px;height:420px;right:-150px;top:-140px;background:rgba(195,241,232,.72)}.placeholder-page__blob--two{width:360px;height:340px;left:-150px;bottom:-120px;background:rgba(21,190,169,.13)}.placeholder-page__card{position:relative;z-index:2;width:min(100%,720px);padding:clamp(34px,6vw,68px);border:1px solid rgba(12,158,139,.12);border-radius:28px;background:rgba(255,255,255,.76);box-shadow:0 30px 90px rgba(22,92,84,.12);backdrop-filter:blur(14px);text-align:center}.placeholder-page__card .kicker{justify-content:center}.placeholder-page__card h1{margin:0 0 18px;font-size:clamp(2.2rem,6vw,4.8rem);line-height:1;letter-spacing:-.055em}.placeholder-page__card > p:not(.kicker){max-width:570px;margin:0 auto 22px;color:var(--muted);line-height:1.75}.placeholder-page__status{display:block;width:fit-content;margin:0 auto 26px;padding:8px 12px;border-radius:999px;color:var(--brand-deep);background:var(--mint-soft);font-size:.72rem;font-weight:900}.footer{margin-top:42px;padding-top:0;background-color:#f2fcf9;background-image:radial-gradient(circle at 10% 30%,rgba(255,255,255,.88),transparent 31%),radial-gradient(circle at 92% 46%,rgba(195,241,232,.55),transparent 31%)}.footer__waves{top:-42px;height:46px;overflow:hidden;filter:none}.footer__waves::after{content:none;display:none}.footer__wave--back{color:#d5f6ef;opacity:.86}.footer__wave--front{color:#f2fcf9;opacity:1}.footer__main{padding-top:0;transform:translateY(-2px)}@media (max-width:780px){.footer{margin-top:38px;padding-top:0}.footer__waves{top:-38px;height:42px}.footer__main{padding-top:0;transform:none}}@media (max-width:520px){.footer{margin-top:34px;padding-top:0}.footer__waves{top:-34px;height:38px}}.footer{--footer-wave-depth:50px;position:relative;margin-top:42px;padding:76px 0 30px;background:radial-gradient(circle at 10% 30%,rgba(255,255,255,.90),transparent 31%),radial-gradient(circle at 92% 46%,rgba(195,241,232,.55),transparent 31%),linear-gradient(180deg,#eefbf8 0%,#f2fcf9 64%,#ffffff 145%);overflow:hidden;isolation:isolate;clip-path:polygon( 0 34px,6% 28px,13% 24px,20% 27px,28% 36px,37% 42px,46% 36px,55% 25px,64% 22px,73% 28px,82% 37px,91% 33px,100% 25px,100% 100%,0 100% );animation:footer-edge-wave 9s ease-in-out infinite alternate}.footer__waves{display:none !important}.footer__main{padding-top:0;padding-bottom:52px;transform:none}@keyframes footer-edge-wave{0%{clip-path:polygon( 0 34px,6% 28px,13% 24px,20% 27px,28% 36px,37% 42px,46% 36px,55% 25px,64% 22px,73% 28px,82% 37px,91% 33px,100% 25px,100% 100%,0 100% )}50%{clip-path:polygon( 0 27px,6% 23px,13% 29px,20% 37px,28% 40px,37% 33px,46% 23px,55% 20px,64% 27px,73% 38px,82% 41px,91% 31px,100% 27px,100% 100%,0 100% )}100%{clip-path:polygon( 0 25px,6% 31px,13% 39px,20% 41px,28% 33px,37% 24px,46% 21px,55% 28px,64% 38px,73% 41px,82% 34px,91% 24px,100% 22px,100% 100%,0 100% )}}@media (prefers-reduced-motion:reduce){.footer{animation:none}}@media (max-width:780px){.footer{margin-top:34px;padding-top:68px}}@media (max-width:520px){.footer{margin-top:28px;padding-top:62px;clip-path:polygon( 0 28px,12% 22px,25% 29px,38% 36px,52% 27px,66% 20px,81% 29px,100% 23px,100% 100%,0 100% );animation:none}}.footer{margin-top:48px;padding-top:94px;clip-path:polygon( 0 54px,5% 42px,11% 27px,17% 20px,23% 28px,29% 46px,36% 61px,43% 55px,50% 37px,57% 23px,64% 19px,71% 31px,78% 51px,85% 60px,92% 44px,97% 28px,100% 24px,100% 100%,0 100% );animation:footer-edge-wave-lively 7s cubic-bezier(.45,.05,.55,.95) infinite;will-change:clip-path}@keyframes footer-edge-wave-lively{0%{clip-path:polygon( 0 54px,5% 42px,11% 27px,17% 20px,23% 28px,29% 46px,36% 61px,43% 55px,50% 37px,57% 23px,64% 19px,71% 31px,78% 51px,85% 60px,92% 44px,97% 28px,100% 24px,100% 100%,0 100% )}33%{clip-path:polygon( 0 31px,5% 22px,11% 25px,17% 39px,23% 57px,29% 63px,36% 49px,43% 28px,50% 18px,57% 25px,64% 43px,71% 59px,78% 57px,85% 38px,92% 22px,97% 20px,100% 28px,100% 100%,0 100% )}66%{clip-path:polygon( 0 23px,5% 31px,11% 49px,17% 62px,23% 56px,29% 37px,36% 21px,43% 19px,50% 33px,57% 53px,64% 63px,71% 52px,78% 31px,85% 19px,92% 25px,97% 42px,100% 53px,100% 100%,0 100% )}100%{clip-path:polygon( 0 54px,5% 42px,11% 27px,17% 20px,23% 28px,29% 46px,36% 61px,43% 55px,50% 37px,57% 23px,64% 19px,71% 31px,78% 51px,85% 60px,92% 44px,97% 28px,100% 24px,100% 100%,0 100% )}}@media (max-width:780px){.footer{margin-top:38px;padding-top:82px;animation-duration:8s}}@media (max-width:520px){.footer{margin-top:30px;padding-top:70px;animation:footer-edge-wave-lively-mobile 8s ease-in-out infinite}}@keyframes footer-edge-wave-lively-mobile{0%,100%{clip-path:polygon( 0 35px,12% 23px,25% 20px,38% 33px,52% 47px,66% 38px,80% 21px,92% 24px,100% 34px,100% 100%,0 100% )}50%{clip-path:polygon( 0 22px,12% 31px,25% 46px,38% 38px,52% 21px,66% 20px,80% 35px,92% 47px,100% 39px,100% 100%,0 100% )}}@media (prefers-reduced-motion:reduce){.footer{animation:none !important}}.hero__visual{overflow:visible}.hero__visual::before{content:"";position:absolute;z-index:5;inset:-10px -34px 0;pointer-events:none;background:linear-gradient( 90deg,var(--cream) 0%,rgba(242,252,249,.96) 5%,rgba(242,252,249,.62) 10%,rgba(242,252,249,0) 22%,rgba(242,252,249,0) 78%,rgba(242,252,249,.62) 90%,rgba(242,252,249,.96) 95%,var(--cream) 100% );filter:blur(7px)}.hero__visual::after{content:""}@media (max-width:720px){.hero__visual::before{inset-inline:-22px;background:linear-gradient( 90deg,var(--cream) 0%,rgba(242,252,249,.88) 6%,rgba(242,252,249,0) 18%,rgba(242,252,249,0) 82%,rgba(242,252,249,.88) 94%,var(--cream) 100% );filter:blur(5px)}}.hero__visual-wave,.hero__visual-wave--back,.hero__visual-wave--front{display:none !important}.hero__visual::after{content:"";position:absolute;z-index:7;left:12%;right:12%;bottom:-8px;height:76px;pointer-events:none;background:linear-gradient( to bottom,rgba(242,252,249,0) 0%,rgba(242,252,249,.58) 62%,#f2fcf9 100% );filter:blur(2px)}@media (max-width:720px){.hero__visual::after{left:8%;right:8%;height:58px}}.hero__visual::before{z-index:4;inset:-6px -18px 0;background:linear-gradient( 90deg,var(--cream) 0%,rgba(242,252,249,.82) 3%,rgba(242,252,249,.28) 6%,rgba(242,252,249,0) 10%,rgba(242,252,249,0) 90%,rgba(242,252,249,.28) 94%,rgba(242,252,249,.82) 97%,var(--cream) 100% );filter:blur(1.5px)}@media (max-width:720px){.hero__visual::before{inset-inline:-12px;background:linear-gradient( 90deg,var(--cream) 0%,rgba(242,252,249,.68) 4%,rgba(242,252,249,0) 9%,rgba(242,252,249,0) 91%,rgba(242,252,249,.68) 96%,var(--cream) 100% );filter:blur(1px)}}.hero__visual::before{content:"";position:absolute;z-index:4;top:-6px;right:-18px;bottom:0;left:auto;width:94px;pointer-events:none;background:linear-gradient( 90deg,rgba(242,252,249,0) 0%,rgba(242,252,249,0) 34%,rgba(242,252,249,.38) 70%,rgba(242,252,249,.86) 92%,var(--cream) 100% );filter:blur(.8px)}@media (max-width:720px){.hero__visual::before{right:-10px;width:56px;background:linear-gradient( 90deg,rgba(242,252,249,0) 0%,rgba(242,252,249,0) 44%,rgba(242,252,249,.58) 86%,var(--cream) 100% );filter:blur(.5px)}}.hero__visual img{filter:none !important}.hero__visual::before{content:none !important;display:none !important}.hero__visual::after{content:"";position:absolute;z-index:7;left:10%;right:10%;bottom:-8px;height:70px;pointer-events:none;background:linear-gradient( to bottom,rgba(242,252,249,0) 0%,rgba(242,252,249,.54) 64%,#f2fcf9 100% );filter:blur(1.5px)}@media (max-width:720px){.hero__visual::after{left:8%;right:8%;height:56px}}.hero__visual img{opacity:1 !important;filter:none !important}.hero__visual::before{content:none !important;display:none !important}.logo{text-decoration:none}.logo__mark{grid-row:1 / 3;width:36px;height:36px;display:block;object-fit:contain;object-position:center;filter:drop-shadow(0 8px 16px rgba(12,158,139,.12))}.logo--footer .logo__mark{width:40px;height:40px}.placeholder-page__logo .logo__mark{width:44px;height:44px}.bottle__logo{width:43px;height:43px;display:block;object-fit:contain;object-position:center;margin:0 auto 8px;filter:drop-shadow(0 8px 14px rgba(12,158,139,.16))}.bottle__brand{margin-top:0}@media (max-width:640px){.logo__mark{width:32px;height:32px}.logo--footer .logo__mark,.placeholder-page__logo .logo__mark{width:36px;height:36px}.bottle__logo{width:38px;height:38px}}.kicker span{display:none !important}.products-section{position:relative;padding:96px 0;background:radial-gradient(circle at 8% 12%,rgba(21,190,169,.08),transparent 34%),#fff}.anchor-compat{position:absolute;top:-96px;width:1px;height:1px;pointer-events:none}.products__header{margin-bottom:36px}.products-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:clamp(18px,3.2vw,34px);align-items:stretch}.product-card{position:relative;display:grid;grid-template-columns:minmax(230px,.82fr) minmax(0,1fr);min-height:520px;border:1px solid rgba(21,190,169,.15);border-radius:30px;background:rgba(255,255,255,.92);box-shadow:0 26px 70px rgba(24,85,78,.10);overflow:hidden}.product-card--planner{grid-template-columns:1fr}.product-card__media{position:relative;display:grid;place-items:center;min-height:100%;background:linear-gradient(145deg,var(--mint-pale),#fff);overflow:hidden}.product-card__media--image{padding:clamp(22px,4vw,36px)}.product-card__glow{position:absolute;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(21,190,169,.2),rgba(21,190,169,0) 68%);filter:blur(4px)}.product-card__media img{position:relative;z-index:1;width:min(255px,88%);max-height:430px;object-fit:contain;filter:drop-shadow(0 28px 24px rgba(16,99,89,.18))}.product-card__content{display:flex;flex-direction:column;padding:clamp(26px,4vw,38px)}.product-card__topline{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px;color:var(--brand-deep);font-size:.76rem;font-weight:950;letter-spacing:.1em;text-transform:uppercase}.product-card h3{margin:0 0 12px;color:var(--ink);font-size:clamp(2.1rem,4vw,3.35rem);line-height:.96;letter-spacing:-.055em}.product-card p{margin:0;color:var(--muted);line-height:1.7}.product-card__rating{margin-top:18px;padding:10px 0 0;border-bottom:0}.product-card__price{margin-top:auto;padding:24px 0 16px}.product-card__price > div{display:flex;flex-direction:column}.product-card__price strong{color:var(--ink);font-size:2rem;line-height:1;letter-spacing:-.04em}.product-card__price small{margin-top:5px;color:var(--muted);font-weight:800}.product-card__actions{display:grid;grid-template-columns:122px 1fr;gap:12px}.product-card__badge{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:0 11px;border-radius:999px;color:var(--brand-deep);background:var(--mint-soft);letter-spacing:0;text-transform:none}.product-card__list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:20px 0 0;padding:0;list-style:none}.product-card__list li{position:relative;padding:10px 12px 10px 34px;border:1px solid rgba(21,190,169,.15);border-radius:14px;background:rgba(255,255,255,.76);color:var(--ink-2);font-size:.8rem;font-weight:900}.product-card__list li::before{content:"";position:absolute;left:13px;top:50%;width:9px;height:9px;border-radius:50%;background:var(--brand);transform:translateY(-50%);box-shadow:0 0 0 5px rgba(21,190,169,.11)}.product-card__hint{display:block;margin-top:13px;color:var(--muted);font-size:.74rem;line-height:1.55}.product-card--planner .product-card__media{min-height:285px;padding:26px;background:radial-gradient(circle at 82% 16%,rgba(21,190,169,.17),transparent 30%),linear-gradient(145deg,#fff,var(--mint-pale))}.planner-mini{position:relative;width:min(330px,100%);min-height:245px;padding:22px;border:1px solid rgba(21,190,169,.17);border-radius:24px;background:linear-gradient(145deg,#fff 0%,#ecfbf8 100%);box-shadow:0 24px 60px rgba(24,85,78,.11);overflow:hidden}.planner-mini::after{content:"";position:absolute;right:-42px;top:-42px;width:132px;height:132px;border-radius:50%;background:rgba(21,190,169,.12)}.planner-mini__header{position:relative;z-index:1;display:flex;justify-content:space-between;gap:18px;margin-bottom:22px}.planner-mini__header strong{font-size:.78rem;letter-spacing:.12em}.planner-mini__header span{color:var(--brand-dark);font-size:.68rem;font-weight:950;letter-spacing:.16em}.planner-mini__date,.planner-mini__task{width:74%;height:10px;margin-bottom:12px;border-radius:99px;background:rgba(25,60,58,.09)}.planner-mini__task--wide{width:92%}.planner-mini__checks{display:grid;gap:11px;margin-top:24px}.planner-mini__checks i{height:24px;border-radius:12px;background:linear-gradient(90deg,rgba(21,190,169,.18) 0 25px,rgba(25,60,58,.075) 25px 100%)}.planner-mini__blocks{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-top:14px}.planner-mini__blocks span{height:34px;border-radius:12px;background:rgba(21,190,169,.10)}@media (max-width:1060px){.products-grid{grid-template-columns:1fr}.product-card--planner{grid-template-columns:minmax(230px,.82fr) minmax(0,1fr)}}@media (max-width:760px){.products-section{padding:66px 0}.product-card,.product-card--planner{grid-template-columns:1fr;min-height:0;border-radius:24px}.product-card__media,.product-card--planner .product-card__media{min-height:310px}.product-card__media img{width:min(210px,80%);max-height:320px}.product-card__actions{grid-template-columns:1fr}.product-card__actions .quantity{width:122px}.product-card__list{grid-template-columns:1fr}}.nav__item{position:relative;display:flex;align-items:center}.nav__link{display:inline-flex;align-items:center}.nav__dropdown{position:absolute;top:calc(100% + 12px);left:0;width:min(430px,86vw);display:grid;gap:10px;padding:12px;border:1px solid rgba(12,158,139,.14);border-radius:22px;background:rgba(255,255,255,.96);box-shadow:0 24px 70px rgba(25,60,58,.14);backdrop-filter:blur(18px);opacity:0;visibility:hidden;transform:translateY(8px);pointer-events:none;transition:opacity .18s ease,transform .18s ease,visibility .18s ease}.nav__item:hover .nav__dropdown,.nav__item:focus-within .nav__dropdown{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.nav .nav-product{display:grid;grid-template-columns:58px 1fr auto;align-items:center;gap:12px;min-height:74px;padding:10px;border:1px solid rgba(12,158,139,.1);border-radius:17px;background:rgba(239,251,249,.62);color:var(--ink)}.nav .nav-product:hover{background:#fff;box-shadow:0 14px 34px rgba(21,190,169,.14);transform:translateY(-1px)}.nav-product__thumb{width:58px;height:58px;display:grid;place-items:center;overflow:hidden;border-radius:16px;background:linear-gradient(135deg,rgba(21,190,169,.12),rgba(255,255,255,.86));border:1px solid rgba(12,158,139,.12)}.nav-product__thumb img{width:43px;height:54px;object-fit:contain;filter:drop-shadow(0 10px 14px rgba(25,60,58,.12))}.nav-product__copy{min-width:0;display:grid;gap:4px}.nav-product__copy strong{color:var(--ink);font-size:.92rem;line-height:1.15;letter-spacing:-.02em}.nav-product__copy small{color:var(--muted);font-size:.74rem;line-height:1.25;font-weight:800}.nav-product__price{padding:8px 10px;border-radius:999px;color:var(--brand-deep);background:var(--mint-soft);font-size:.78rem;font-weight:950;white-space:nowrap}.nav-planner-icon{width:34px;height:42px;display:grid;align-content:center;gap:6px;padding:8px 6px;border:1px solid rgba(12,158,139,.2);border-radius:8px;background:#fff}.nav-planner-icon i{display:block;height:4px;border-radius:999px;background:rgba(21,190,169,.22)}.nav-planner-icon i:nth-child(2){width:82%}.nav-planner-icon i:nth-child(3){width:64%}.product-visual--real{isolation:isolate}.product-image-shell{position:relative;z-index:2;width:min(300px,72%);display:grid;place-items:center;padding:clamp(22px,5vw,38px);border-radius:36px;background:radial-gradient(circle at 50% 45%,rgba(255,255,255,.96),rgba(239,251,249,.38) 68%,rgba(239,251,249,0))}.product-real-image{width:min(230px,100%);height:auto;object-fit:contain;filter:drop-shadow(0 30px 34px rgba(25,60,58,.16))}.anchor-compat{position:relative;top:-90px;display:block;width:1px;height:1px;visibility:hidden}@media (max-width:980px){.nav__item{display:block}.nav__dropdown{position:static;width:100%;margin-top:6px;padding:8px;opacity:1;visibility:visible;transform:none;pointer-events:auto;box-shadow:none;background:rgba(239,251,249,.72);border-radius:16px}.nav .nav-product{grid-template-columns:48px 1fr auto;min-height:64px}.nav-product__thumb{width:48px;height:48px}.nav-product__thumb img{width:35px;height:44px}}@media (max-width:520px){.nav .nav-product{grid-template-columns:44px 1fr}.nav-product__price{grid-column:2;justify-self:start;margin-top:-4px}}.nav__item--products{position:relative;align-self:center}.nav__item--products .nav__link{position:relative;display:inline-flex;align-items:center;gap:8px}.nav__item--products .nav__link::after{content:"";width:7px;height:7px;margin-top:-4px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;opacity:.58;transform:rotate(45deg);transition:transform .18s ease,opacity .18s ease}.nav__item--products:hover .nav__link,.nav__item--products:focus-within .nav__link{color:var(--brand-deep);background:linear-gradient(135deg,rgba(21,190,169,.13),rgba(234,251,247,.92));box-shadow:inset 0 0 0 1px rgba(21,190,169,.10),0 12px 26px rgba(21,190,169,.10)}.nav__item--products:hover .nav__link::after,.nav__item--products:focus-within .nav__link::after{opacity:1;transform:rotate(225deg) translate(-2px,-2px)}.nav__dropdown{top:100%;left:50%;width:min(470px,calc(100vw - 48px));gap:12px;padding:18px;border:1px solid rgba(12,158,139,.16);border-radius:28px;background:radial-gradient(circle at 14% 4%,rgba(21,190,169,.13),transparent 33%),linear-gradient(145deg,rgba(255,255,255,.98),rgba(239,251,249,.96));box-shadow:0 26px 72px rgba(25,60,58,.16);transform:translate(-36%,12px);overflow:visible}.nav__dropdown::before{content:"";position:absolute;left:0;right:0;top:-18px;height:18px;background:transparent;pointer-events:auto}.nav__item:hover .nav__dropdown,.nav__item:focus-within .nav__dropdown{transform:translate(-36%,0)}.nav__dropdown-header{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:0 4px 12px;border-bottom:1px solid rgba(12,158,139,.10);color:var(--ink)}.nav__dropdown-header span{font-size:.78rem;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.nav__dropdown-header small{color:var(--brand-deep);font-size:.68rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.nav .nav-product{position:relative;z-index:1;grid-template-columns:66px minmax(0,1fr) auto;gap:14px;min-height:88px;padding:12px;border:1px solid rgba(12,158,139,.13);border-radius:22px;background:rgba(255,255,255,.70);box-shadow:0 1px 0 rgba(255,255,255,.75) inset;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease}.nav .nav-product:hover,.nav .nav-product:focus-visible{background:#fff;border-color:rgba(21,190,169,.30);box-shadow:0 18px 40px rgba(21,190,169,.16);transform:translateY(-2px)}.nav-product__thumb{width:66px;height:66px;border-radius:20px;background:radial-gradient(circle at 50% 42%,rgba(255,255,255,.95),rgba(234,251,247,.70) 62%,rgba(21,190,169,.12));border-color:rgba(21,190,169,.18);box-shadow:inset 0 0 0 1px rgba(255,255,255,.72)}.nav-product__thumb img{width:48px;height:60px;filter:drop-shadow(0 12px 16px rgba(25,60,58,.16))}.nav-product__copy strong{font-size:.98rem;letter-spacing:-.025em}.nav-product__copy small{margin-top:1px}.nav-product__price{padding:9px 12px;background:linear-gradient(135deg,rgba(21,190,169,.13),rgba(255,255,255,.82));box-shadow:inset 0 0 0 1px rgba(21,190,169,.08)}.product-section{background:radial-gradient(circle at 12% 10%,rgba(21,190,169,.07),transparent 30%),linear-gradient(180deg,#fff 0%,#fbfffe 48%,#fff 100%)}.product-visual--real{min-height:590px;border:1px solid rgba(21,190,169,.11);border-radius:34px;background:radial-gradient(circle at 50% 40%,rgba(255,255,255,.76),transparent 34%),linear-gradient(145deg,#f7fefd 0%,#eefbf8 100%);box-shadow:inset 0 1px 0 rgba(255,255,255,.88),0 28px 80px rgba(24,85,78,.08)}.product-visual--real::before{content:"";position:absolute;inset:26px;border-radius:28px;background:linear-gradient(90deg,rgba(21,190,169,.055) 1px,transparent 1px),linear-gradient(180deg,rgba(21,190,169,.045) 1px,transparent 1px);background-size:44px 44px;opacity:.28;mask-image:radial-gradient(circle at 50% 42%,#000 0%,transparent 68%);pointer-events:none}.product-visual--real .product-visual__blob{width:min(470px,82%);height:450px;border-radius:55% 45% 63% 37% / 45% 58% 42% 55%;background:radial-gradient(circle at 42% 35%,rgba(255,255,255,.44),transparent 32%),linear-gradient(145deg,rgba(195,241,232,.98),rgba(21,190,169,.25));box-shadow:0 34px 90px rgba(21,190,169,.18);transform:rotate(-10deg) translateY(8px)}.product-image-shell{width:min(370px,78%);padding:0;border-radius:50%;background:transparent;transform:translateY(10px)}.product-image-shell::before{content:"";position:absolute;z-index:-1;inset:8% 4% 14%;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.94),rgba(255,255,255,.50) 48%,rgba(21,190,169,0) 72%);filter:blur(2px)}.product-image-shell::after{content:"";position:absolute;left:50%;bottom:2px;z-index:-1;width:70%;height:34px;border-radius:50%;background:rgba(25,60,58,.12);filter:blur(16px);transform:translateX(-50%)}.product-real-image{width:min(292px,100%);transform:translateY(-10px);filter:drop-shadow(0 34px 34px rgba(25,60,58,.20))}.product-visual--real .mini-card{min-width:132px;padding:17px 18px;border:1px solid rgba(21,190,169,.14);border-radius:22px;background:rgba(255,255,255,.88);box-shadow:0 22px 54px rgba(19,91,83,.13)}.product-visual--real .mini-card b{font-size:1.55rem;line-height:1}.product-visual--real .mini-card span{margin-top:5px}.product-visual--real .mini-card--left{left:7%;bottom:18%}.product-visual--real .mini-card--right{right:6%;top:18%}.product-visual--real .product-visual__spark--a{left:16%;top:17%}.product-visual--real .product-visual__spark--b{right:15%;top:27%}@media (max-width:980px){.nav__item--products .nav__link::after{display:none}.nav__item--products:hover .nav__link,.nav__item--products:focus-within .nav__link{box-shadow:none}.nav__dropdown{left:auto;transform:none !important;padding:10px;overflow:hidden}.nav__dropdown::before{display:none}.nav__dropdown-header{padding:4px 4px 10px}.product-visual--real{min-height:540px}.product-real-image{width:min(270px,94%)}}@media (max-width:620px){.product-visual--real{min-height:480px;border-radius:26px}.product-visual--real .product-visual__blob{width:330px;height:330px}.product-real-image{width:min(225px,90%)}.product-visual--real .mini-card{min-width:108px;padding:12px 13px;border-radius:16px}.product-visual--real .mini-card b{font-size:1.25rem}}.planner__button{display:inline-flex;justify-content:center;text-decoration:none}.focus-test-section{position:relative;padding:90px 0;background:radial-gradient(circle at 15% 20%,rgba(21,190,169,.12),transparent 34%),linear-gradient(135deg,#f6fffd 0%,#ffffff 62%);overflow:hidden}.focus-test-section::before{content:"";position:absolute;inset:18px clamp(14px,5vw,70px);border:1px solid rgba(21,190,169,.14);border-radius:34px;pointer-events:none}.focus-test__layout{position:relative;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.75fr);gap:clamp(28px,5vw,70px);align-items:center}.focus-test__copy h2{margin:0 0 18px;font-size:clamp(2.45rem,5vw,4.4rem);line-height:.96;letter-spacing:-.06em}.focus-test__copy > p{max-width:670px;margin:0;color:var(--muted);line-height:1.8}.focus-test__points{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.focus-test__points span{padding:12px 16px;border:1px solid rgba(21,190,169,.18);border-radius:999px;background:rgba(255,255,255,.82);color:var(--brand-dark);font-size:.78rem;font-weight:950;letter-spacing:.03em}.focus-test__card{position:relative;padding:clamp(24px,3vw,34px);border:1px solid rgba(21,190,169,.18);border-radius:30px;background:rgba(255,255,255,.9);box-shadow:0 28px 90px rgba(22,83,77,.12);backdrop-filter:blur(14px)}.focus-test__score{width:108px;height:108px;display:grid;place-items:center;margin-bottom:22px;border-radius:32px;background:linear-gradient(135deg,var(--brand),#85eee2);color:#fff;box-shadow:0 22px 55px rgba(21,190,169,.28)}.focus-test__score strong{display:block;font-size:3.1rem;line-height:.82;letter-spacing:-.08em}.focus-test__score span{display:block;max-width:70px;text-align:center;font-size:.67rem;font-weight:950;line-height:1.15;text-transform:uppercase;letter-spacing:.06em}.focus-test__card h3{margin:0 0 10px;font-size:1.55rem;letter-spacing:-.04em}.focus-test__card p{margin:0 0 24px;color:var(--muted);line-height:1.7}.test-page{background:radial-gradient(circle at 8% 12%,rgba(21,190,169,.12),transparent 32%),radial-gradient(circle at 92% 10%,rgba(181,244,237,.35),transparent 31%),#f7fffd}.test-hero{padding:135px 0 54px}.test-hero__grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(300px,.72fr);gap:clamp(32px,6vw,78px);align-items:center}.test-hero h1{max-width:780px;margin:0 0 20px;font-size:clamp(2.65rem,5.8vw,5.4rem);line-height:.93;letter-spacing:-.07em}.test-hero__lead{max-width:720px;margin:0;color:var(--muted);font-size:1.05rem;line-height:1.85}.test-hero__card{padding:28px;border:1px solid rgba(21,190,169,.16);border-radius:30px;background:rgba(255,255,255,.86);box-shadow:0 30px 90px rgba(22,83,77,.12)}.test-hero__card strong{display:block;margin-bottom:12px;color:var(--brand-dark);font-size:.86rem;font-weight:950;text-transform:uppercase;letter-spacing:.08em}.test-hero__card p{margin:0;color:var(--muted);line-height:1.7}.test-panel{padding:0 0 90px}.test-app{display:grid;grid-template-columns:260px minmax(0,1fr);gap:26px;align-items:start}.test-steps{position:sticky;top:105px;display:grid;gap:10px;padding:16px;border:1px solid rgba(21,190,169,.14);border-radius:24px;background:rgba(255,255,255,.72);box-shadow:0 24px 70px rgba(22,83,77,.08)}.test-step-pill{display:flex;align-items:center;gap:10px;padding:12px 13px;border-radius:16px;color:var(--muted);font-size:.82rem;font-weight:900}.test-step-pill span{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:rgba(21,190,169,.1);color:var(--brand)}.test-step-pill.is-active{background:rgba(21,190,169,.12);color:var(--brand-dark)}.test-card{min-height:520px;padding:clamp(24px,4vw,44px);border:1px solid rgba(21,190,169,.16);border-radius:34px;background:rgba(255,255,255,.9);box-shadow:0 30px 100px rgba(22,83,77,.11)}.test-card h2{margin:0 0 12px;font-size:clamp(2.05rem,4vw,3.5rem);line-height:1;letter-spacing:-.06em}.test-card__lead{max-width:740px;margin:0 0 25px;color:var(--muted);line-height:1.75}.test-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.memory-preview{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:26px 0}.memory-preview span,.option-grid label,.self-grid label{border:1px solid rgba(21,190,169,.16);border-radius:18px;background:#f7fffd}.memory-preview span{padding:18px 12px;text-align:center;color:var(--brand-dark);font-weight:950}.test-timer{display:inline-flex;align-items:center;gap:9px;padding:10px 14px;border-radius:999px;background:rgba(21,190,169,.1);color:var(--brand-dark);font-weight:950}.option-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:22px}.option-grid label{position:relative;cursor:pointer;padding:15px 14px;font-weight:900;color:var(--brand-dark);transition:.2s ease}.option-grid input,.attention-grid input,.self-grid input{position:absolute;opacity:0;pointer-events:none}.option-grid label:has(input:checked),.self-grid label:has(input:checked){border-color:rgba(21,190,169,.55);background:rgba(21,190,169,.12);box-shadow:0 14px 32px rgba(21,190,169,.12)}.attention-grid{display:grid;grid-template-columns:repeat(8,minmax(36px,1fr));gap:9px;max-width:720px;margin:22px 0}.attention-grid label{position:relative;display:grid;place-items:center;min-height:52px;border:1px solid rgba(21,190,169,.16);border-radius:16px;background:#f7fffd;color:var(--brand-dark);font-size:1.25rem;font-weight:950;cursor:pointer;transition:.18s ease}.attention-grid label:has(input:checked){border-color:rgba(21,190,169,.62);background:rgba(21,190,169,.14);transform:translateY(-1px)}.self-grid{display:grid;gap:16px;margin-top:22px}.self-grid label{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:center;padding:16px}.self-grid strong{display:block;color:var(--brand-dark)}.self-grid small{color:var(--muted);line-height:1.5}.scale-row{display:flex;gap:7px}.scale-row span{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:rgba(21,190,169,.08);color:var(--brand-dark);font-weight:950}.test-result-box{display:grid;gap:18px;margin-top:24px}.result-score{display:flex;align-items:flex-end;gap:13px;color:var(--brand-dark)}.result-score strong{font-size:clamp(4rem,12vw,7.5rem);line-height:.82;letter-spacing:-.08em}.result-score span{padding-bottom:11px;color:var(--muted);font-weight:950}.result-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.result-list div{padding:16px;border:1px solid rgba(21,190,169,.16);border-radius:18px;background:#f7fffd}.result-list b{display:block;color:var(--brand-dark);font-size:1.6rem;line-height:1}.result-list small{color:var(--muted);font-weight:900}.test-note{padding:14px 16px;border-radius:18px;background:rgba(21,190,169,.08);color:var(--muted);line-height:1.65}@media (max-width:980px){.focus-test__layout,.test-hero__grid,.test-app{grid-template-columns:1fr}.test-steps{position:static;grid-template-columns:repeat(4,minmax(0,1fr))}.test-step-pill{justify-content:center;text-align:center}.test-step-pill b{display:none}}@media (max-width:640px){.focus-test-section,.test-panel{padding:66px 0}.test-hero{padding-top:112px}.test-steps{grid-template-columns:1fr 1fr}.memory-preview,.option-grid{grid-template-columns:1fr 1fr}.attention-grid{grid-template-columns:repeat(4,minmax(42px,1fr))}.self-grid label{grid-template-columns:1fr}.result-list{grid-template-columns:1fr}}.cart{border-radius:14px;background:linear-gradient(145deg,#ffffff,#f3fffc);box-shadow:0 12px 30px rgba(25,60,58,.08);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.cart:hover,.cart:focus-visible{transform:translateY(-1px);border-color:rgba(21,190,169,.32);box-shadow:0 16px 36px rgba(21,190,169,.14)}.cart svg{display:none !important}.cart__icon{width:22px;height:22px;object-fit:contain;display:block;opacity:.88}.cart span[data-cart-count]{right:-8px;top:-8px;border-color:#fff;background:linear-gradient(135deg,var(--brand),var(--brand-dark));box-shadow:0 8px 18px rgba(21,190,169,.25)}.product-section{position:relative;overflow:hidden;background:radial-gradient(circle at 7% 18%,rgba(21,190,169,.06),transparent 28%),radial-gradient(circle at 88% 78%,rgba(195,241,232,.40),transparent 30%),linear-gradient(180deg,#ffffff 0%,#fbfffe 52%,#ffffff 100%)}.product-section::before{content:"";position:absolute;left:-8vw;top:14%;width:34vw;max-width:520px;height:34vw;max-height:520px;border-radius:50%;background:radial-gradient(circle,rgba(21,190,169,.07),rgba(21,190,169,0) 68%);pointer-events:none}.product-layout{position:relative;z-index:1}.product-visual--real{overflow:hidden;min-height:590px;border:1px solid rgba(21,190,169,.13);border-radius:36px;background:radial-gradient(circle at 50% 44%,rgba(255,255,255,.86),transparent 32%),linear-gradient(145deg,#f7fefd 0%,#eefbf8 100%);box-shadow:inset 0 1px 0 rgba(255,255,255,.88),0 28px 80px rgba(24,85,78,.08)}.product-visual--real::before{inset:28px;border-radius:30px;background:linear-gradient(90deg,rgba(21,190,169,.055) 1px,transparent 1px),linear-gradient(180deg,rgba(21,190,169,.045) 1px,transparent 1px);background-size:46px 46px;opacity:.24;mask-image:radial-gradient(circle at 50% 43%,#000 0%,transparent 66%)}.product-visual--real .product-visual__blob{left:50%;top:50%;width:min(390px,72%);height:min(390px,72%);border-radius:58% 42% 63% 37% / 43% 55% 45% 57%;background:radial-gradient(circle at 40% 32%,rgba(255,255,255,.55),transparent 30%),linear-gradient(145deg,rgba(195,241,232,.98),rgba(21,190,169,.24));box-shadow:0 34px 90px rgba(21,190,169,.16);transform:translate(-50%,-50%) rotate(-9deg)}.product-image-shell{width:min(360px,76%);padding:0;border-radius:50%;background:transparent;transform:translateY(8px)}.product-image-shell::before{inset:7% 4% 14%;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.95),rgba(255,255,255,.50) 48%,rgba(21,190,169,0) 72%)}.product-real-image{width:min(292px,100%);transform:translateY(-10px)}.product-visual--real .mini-card--left{left:clamp(18px,7%,44px);bottom:18%}.product-visual--real .mini-card--right{right:clamp(18px,6%,42px);top:18%}.ingredients--interactive{position:relative;overflow:hidden;padding:104px 0 118px;background:radial-gradient(circle at 10% 12%,rgba(21,190,169,.08),transparent 30%),radial-gradient(circle at 88% 18%,rgba(195,241,232,.42),transparent 34%),linear-gradient(180deg,#effbf8 0%,#f7fffd 100%)}.ingredients--interactive .section-heading{max-width:760px;margin-bottom:42px}.ingredients--interactive .kicker span{display:none !important}.ingredients-showcase{display:grid;grid-template-columns:minmax(0,1fr) minmax(330px,.55fr);gap:clamp(22px,4vw,44px);align-items:stretch}.ingredient-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.ingredient-tab{position:relative;min-height:122px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:16px;padding:20px;border:1px solid rgba(21,190,169,.14);border-radius:24px;background:rgba(255,255,255,.72);box-shadow:inset 0 1px 0 rgba(255,255,255,.80);color:var(--ink);text-align:left;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease}.ingredient-tab:hover,.ingredient-tab:focus-visible{transform:translateY(-3px);border-color:rgba(21,190,169,.30);background:#fff;box-shadow:0 20px 44px rgba(21,190,169,.13);outline:none}.ingredient-tab.is-active{border-color:rgba(21,190,169,.42);background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(234,251,247,.94));box-shadow:0 24px 58px rgba(21,190,169,.16)}.ingredient-tab--accent.is-active,.ingredient-tab--accent:hover,.ingredient-tab--accent:focus-visible{color:#fff;background:linear-gradient(135deg,var(--brand),var(--brand-dark))}.ingredient-tab--wide{grid-column:span 2}.ingredient-tab__amount{color:var(--brand-dark);font-size:clamp(1.55rem,2.4vw,2.35rem);line-height:1;font-weight:950;letter-spacing:-.07em}.ingredient-tab--accent:hover .ingredient-tab__amount,.ingredient-tab--accent:focus-visible .ingredient-tab__amount,.ingredient-tab--accent.is-active .ingredient-tab__amount{color:#fff}.ingredient-tab__amount small{font-size:.7rem;letter-spacing:0}.ingredient-tab__copy strong{display:block;margin-bottom:4px;font-size:.95rem;line-height:1.15;text-transform:uppercase;letter-spacing:.04em}.ingredient-tab__copy small{color:var(--muted);font-size:.75rem;font-weight:800}.ingredient-tab--accent:hover .ingredient-tab__copy small,.ingredient-tab--accent:focus-visible .ingredient-tab__copy small,.ingredient-tab--accent.is-active .ingredient-tab__copy small{color:rgba(255,255,255,.75)}.ingredient-tab__symbol{width:52px;height:52px;display:grid;place-items:center;border-radius:50%;color:var(--brand-dark);background:rgba(21,190,169,.08);font-weight:950}.ingredient-tab--accent:hover .ingredient-tab__symbol,.ingredient-tab--accent:focus-visible .ingredient-tab__symbol,.ingredient-tab--accent.is-active .ingredient-tab__symbol{color:#fff;background:rgba(255,255,255,.16)}.ingredient-detail{position:sticky;top:110px;align-self:start;min-height:100%;padding:clamp(24px,4vw,34px);border:1px solid rgba(21,190,169,.16);border-radius:30px;background:radial-gradient(circle at 88% 10%,rgba(21,190,169,.12),transparent 33%),linear-gradient(145deg,#ffffff,#effbf8);box-shadow:0 28px 78px rgba(25,60,58,.10)}.ingredient-detail__top{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:26px}.ingredient-detail__top span{padding:8px 11px;border-radius:999px;color:var(--brand-deep);background:rgba(21,190,169,.10);font-size:.7rem;font-weight:950;text-transform:uppercase;letter-spacing:.10em}.ingredient-detail__top strong{color:var(--ink);font-size:1.05rem}.ingredient-detail h3{margin:0 0 13px;font-size:clamp(2rem,3.6vw,3.1rem);letter-spacing:-.06em}.ingredient-detail p{margin:0;color:var(--muted);line-height:1.72}.ingredient-meter{height:10px;margin:28px 0 22px;border-radius:999px;background:rgba(21,190,169,.10);overflow:hidden}.ingredient-meter i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--brand),var(--brand-dark));transition:width .3s ease}.ingredient-detail ul{display:grid;gap:12px;margin:0;padding:0;list-style:none}.ingredient-detail li{position:relative;padding-left:28px;color:var(--ink-2);font-size:.88rem;line-height:1.5;font-weight:750}.ingredient-detail li::before{content:"";position:absolute;left:0;top:.42em;width:10px;height:10px;border-radius:50%;background:var(--brand);box-shadow:0 0 0 6px rgba(21,190,169,.10)}.footer__bottom{border-top:0 !important}.footer__legal{padding-top:16px}.footer__legal p{max-width:1060px;margin:0 auto !important;text-align:center}@media (max-width:980px){.ingredients-showcase{grid-template-columns:1fr}.ingredient-detail{position:relative;top:auto}}@media (max-width:700px){.ingredient-tabs{grid-template-columns:1fr}.ingredient-tab--wide{grid-column:auto}.ingredient-tab{min-height:112px;grid-template-columns:auto minmax(0,1fr)}.ingredient-tab__symbol{grid-column:1 / -1;width:auto;height:34px;border-radius:999px}.product-visual--real{min-height:472px}.product-visual--real .product-visual__blob{width:315px;height:315px}.product-real-image{width:min(230px,90%)}}@media (max-width:520px){.cart__icon{width:20px;height:20px}.ingredients--interactive{padding:72px 0 82px}.ingredient-detail{padding:22px;border-radius:24px}.ingredient-detail__top{align-items:flex-start;flex-direction:column;gap:10px}.product-visual--real .mini-card--left{left:14px;bottom:17%}.product-visual--real .mini-card--right{right:14px;top:18%}}.product-section{background:linear-gradient(180deg,#ffffff 0%,#fbfffe 54%,#ffffff 100%) !important;overflow:hidden}.product-section::before{display:none !important}.product-layout::before{content:"";position:absolute;right:-12%;top:8%;width:min(440px,34vw);height:min(440px,34vw);border-radius:50%;background:radial-gradient(circle,rgba(21,190,169,.07),rgba(21,190,169,0) 68%);pointer-events:none}.product-visual--real{background:radial-gradient(circle at 50% 44%,rgba(255,255,255,.88),transparent 34%),linear-gradient(145deg,#f8fffd 0%,#effbf8 100%) !important}.product-visual--real::before{opacity:.16 !important;mask-image:radial-gradient(circle at 55% 45%,#000 0%,transparent 60%) !important}.cta-box .button--white{white-space:nowrap}.test-page{min-height:100vh;background:radial-gradient(circle at 8% 10%,rgba(21,190,169,.08),transparent 28%),radial-gradient(circle at 92% 6%,rgba(181,244,237,.34),transparent 30%),linear-gradient(180deg,#f5fffc 0%,#ffffff 48%,#f7fffd 100%) !important}.test-hero{position:relative;overflow:hidden;padding:142px 0 62px}.test-hero::before{content:"";position:absolute;inset:92px clamp(14px,5vw,80px) auto;height:1px;background:linear-gradient(90deg,transparent,rgba(21,190,169,.18),transparent)}.test-hero__card{position:relative;overflow:hidden;background:radial-gradient(circle at 90% 8%,rgba(21,190,169,.11),transparent 34%),rgba(255,255,255,.90)}.test-hero__card::after{content:"";position:absolute;right:-52px;bottom:-52px;width:150px;height:150px;border-radius:50%;border:1px solid rgba(21,190,169,.16)}.test-panel{padding:0 0 104px}.test-app{grid-template-columns:280px minmax(0,1fr);gap:30px}.test-steps{padding:14px;border-radius:30px;background:rgba(255,255,255,.86);box-shadow:0 26px 70px rgba(22,83,77,.10);backdrop-filter:blur(12px)}.test-step-pill{padding:13px 14px;border:1px solid transparent;border-radius:20px;transition:background .18s ease,border-color .18s ease,transform .18s ease}.test-step-pill span{width:34px;height:34px;box-shadow:inset 0 0 0 1px rgba(21,190,169,.10)}.test-step-pill.is-active{border-color:rgba(21,190,169,.14);background:linear-gradient(135deg,rgba(21,190,169,.15),rgba(255,255,255,.72));transform:translateX(2px)}.test-card{position:relative;overflow:hidden;min-height:560px;padding:clamp(28px,4.5vw,52px);border-radius:38px;background:radial-gradient(circle at 100% 0%,rgba(21,190,169,.09),transparent 32%),rgba(255,255,255,.94);box-shadow:0 34px 110px rgba(22,83,77,.12)}.test-card::before{content:"";position:absolute;right:-95px;top:-95px;width:260px;height:260px;border-radius:50%;border:1px solid rgba(21,190,169,.14);pointer-events:none}.test-card > *{position:relative;z-index:1}.test-card__eyebrow{display:inline-flex;align-items:center;gap:8px;margin:0 0 15px;color:var(--brand-deep);font-size:.74rem;font-weight:950;text-transform:uppercase;letter-spacing:.12em}.test-card__eyebrow::before{content:"";width:8px;height:8px;border-radius:50%;background:var(--brand);box-shadow:0 0 0 7px rgba(21,190,169,.10)}.test-progressbar{height:11px;margin:0 0 24px;border-radius:999px;background:rgba(21,190,169,.08);overflow:hidden}.test-progressbar i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--brand),var(--brand-dark));box-shadow:0 8px 22px rgba(21,190,169,.25)}.memory-preview span,.option-grid label,.attention-grid label,.self-question{border-color:rgba(21,190,169,.18) !important;background:rgba(247,255,253,.94) !important;box-shadow:inset 0 1px 0 rgba(255,255,255,.85)}.memory-preview span{border-radius:20px}.option-grid label{display:flex;align-items:center;min-height:56px}.option-grid label span{display:block}.option-grid label:hover,.attention-grid label:hover,.rating-option:hover span{transform:translateY(-2px);border-color:rgba(21,190,169,.36) !important;box-shadow:0 16px 36px rgba(21,190,169,.10)}.option-grid label:has(input:checked){border-color:rgba(21,190,169,.55) !important;background:rgba(21,190,169,.12) !important;box-shadow:0 14px 32px rgba(21,190,169,.12)}.attention-grid label span{position:relative;z-index:1}.self-grid{gap:14px}.self-grid label{display:initial;grid-template-columns:initial;padding:0;border:0;background:transparent}.self-question{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:center;margin:0;padding:18px;border:1px solid rgba(21,190,169,.18);border-radius:22px}.self-question legend{display:grid;gap:4px;padding:0}.self-question legend strong{color:var(--brand-dark);font-size:1rem}.self-question legend small{color:var(--muted);line-height:1.45}.rating-row{display:flex;gap:8px;align-items:center}.rating-option{cursor:pointer}.rating-option input{position:absolute;opacity:0;pointer-events:none}.rating-option span{width:40px;height:40px;display:grid;place-items:center;border:1px solid rgba(21,190,169,.12);border-radius:50%;background:rgba(21,190,169,.08);color:var(--brand-dark);font-weight:950;transition:transform .18s ease,background .18s ease,color .18s ease,box-shadow .18s ease,border-color .18s ease}.rating-option input:checked + span{color:#fff;border-color:transparent;background:linear-gradient(135deg,var(--brand),var(--brand-dark));box-shadow:0 12px 26px rgba(21,190,169,.24)}.result-score strong{color:var(--brand-dark)}.result-list div{background:rgba(247,255,253,.94)}@media (max-width:980px){.test-app{grid-template-columns:1fr}.test-steps{position:static;grid-template-columns:repeat(5,minmax(0,1fr))}.test-step-pill{justify-content:center}.test-step-pill.is-active{transform:none}.product-layout::before{display:none}}@media (max-width:700px){.test-steps{grid-template-columns:repeat(5,minmax(44px,1fr));gap:8px}.test-step-pill{padding:9px}.test-step-pill b{display:none}.test-step-pill span{width:31px;height:31px}.self-question{grid-template-columns:1fr}.rating-row{justify-content:space-between}.rating-option span{width:38px;height:38px}}.product-section{background:#ffffff !important}.product-section::before,.product-layout::before,.product-section::after,.product-layout::after{display:none !important;content:none !important}.product-layout{isolation:isolate}.product-visual--real{background:radial-gradient(circle at 50% 44%,rgba(255,255,255,.92),transparent 34%),linear-gradient(145deg,#f8fffd 0%,#effbf8 100%) !important}.accordion__item button span{line-height:1.25}.accordion__content > p{max-width:760px}.test-actions{align-items:center}.test-page .footer__bottom nav{justify-content:flex-end}@media (max-width:700px){.test-page .footer__bottom nav{justify-content:center}}.nav{gap:clamp(14px,2vw,28px)}.button,.header__cta,.footer__card-button,.cart,.quantity button,.nav .nav-product,.accordion__item button{will-change:auto}.button:hover,.button:focus-visible,.header__cta:hover,.header__cta:focus-visible,.footer__card-button:hover,.footer__card-button:focus-visible,.nav .nav-product:hover,.nav .nav-product:focus-visible,.quantity button:hover,.quantity button:focus-visible,.cart:hover,.cart:focus-visible{transform:none !important}.button--primary:hover,.button--primary:focus-visible{background:var(--brand-dark);box-shadow:0 16px 34px rgba(12,158,139,.25)}.button--white:hover,.button--white:focus-visible,.button--light:hover,.button--light:focus-visible{box-shadow:0 14px 30px rgba(21,190,169,.12)}.footer__card-button:hover,.footer__card-button:focus-visible{box-shadow:0 16px 34px rgba(21,190,169,.18)}.hero__benefits{padding-bottom:clamp(10px,2.2vw,26px) !important}.product-section{padding-top:clamp(42px,4.8vw,66px) !important;padding-bottom:clamp(48px,5.2vw,72px) !important;background:#fff !important}.product-layout{gap:clamp(42px,6vw,86px) !important;align-items:center}.product-visual--real{min-height:clamp(500px,42vw,560px) !important;border-radius:34px}.product-visual--real::before{opacity:.10 !important}.product-real-image{transform:translateY(-6px)}.ingredients--interactive{background:radial-gradient(circle at 12% 12%,rgba(21,190,169,.07),transparent 30%),linear-gradient(180deg,#effbf8 0%,#f8fffd 100%) !important}.ingredients-showcase{align-items:stretch}.ingredient-tabs{gap:14px !important}.ingredient-tab{min-height:118px;border-color:rgba(21,190,169,.14) !important;background:rgba(255,255,255,.86) !important;box-shadow:0 14px 38px rgba(25,60,58,.045)}.ingredient-tab:hover,.ingredient-tab:focus-visible{transform:none !important;border-color:rgba(21,190,169,.34) !important;box-shadow:0 18px 46px rgba(21,190,169,.10)}.ingredient-tab.is-active{background:linear-gradient(135deg,var(--brand),var(--brand-dark)) !important;color:#fff;box-shadow:0 20px 48px rgba(21,190,169,.22)}.ingredient-tab.is-active .ingredient-tab__amount,.ingredient-tab.is-active .ingredient-tab__copy strong,.ingredient-tab.is-active .ingredient-tab__copy small,.ingredient-tab.is-active .ingredient-tab__symbol{color:#fff !important}.ingredient-tab.is-active .ingredient-tab__symbol{background:rgba(255,255,255,.14) !important;border-color:rgba(255,255,255,.26) !important}.ingredient-detail{min-height:100%;background:radial-gradient(circle at 88% 12%,rgba(21,190,169,.12),transparent 34%),rgba(255,255,255,.90) !important;box-shadow:0 28px 80px rgba(25,60,58,.09) !important}.ingredient-detail__top strong{font-size:clamp(2rem,4vw,3.25rem);line-height:1}.ingredient-meter{background:rgba(21,190,169,.10) !important}.focus-test__score{display:flex !important;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:104px;height:104px;padding:0 !important;gap:8px}.focus-test__score strong{width:100%;margin:0 !important;line-height:.72 !important;text-align:center;transform:translateX(0) !important}.focus-test__score span{display:block;width:100%;text-align:center;line-height:1.05}.footer__main{align-items:stretch}.footer__brand{max-width:340px !important;padding:26px !important;border:1px solid rgba(21,190,169,.13);border-radius:28px;background:radial-gradient(circle at 14% 12%,rgba(21,190,169,.13),transparent 38%),linear-gradient(145deg,rgba(255,255,255,.88),rgba(239,251,249,.72));box-shadow:0 22px 60px rgba(25,60,58,.07)}.footer__brand .logo--footer{margin-bottom:18px}@media (max-width:980px){.product-section{padding-top:54px !important;padding-bottom:60px !important}.product-visual--real{min-height:490px !important}.footer__brand{max-width:none !important}}@media (max-width:560px){.product-visual--real{min-height:430px !important}.focus-test__score{width:96px;height:96px}}.nav__item--products.is-dropdown-collapsed .nav__dropdown{opacity:0 !important;visibility:hidden !important;pointer-events:none !important;transform:translate(-36%,10px) !important}.nav__item--products.is-dropdown-collapsed .nav__link{color:var(--ink-2) !important;background:transparent !important;box-shadow:none !important}.nav__item--products.is-dropdown-collapsed .nav__link::after{transform:rotate(45deg) !important;opacity:.58 !important}.attention-grid .attention-cell{appearance:none;-webkit-appearance:none;position:relative;display:grid;place-items:center;min-height:52px;border:1px solid rgba(21,190,169,.18);border-radius:16px;background:rgba(247,255,253,.94);color:var(--brand-dark);font-size:1.25rem;font-weight:950;cursor:pointer;box-shadow:inset 0 1px 0 rgba(255,255,255,.85);transition:background .16s ease,border-color .16s ease,box-shadow .16s ease}.attention-grid .attention-cell:hover,.attention-grid .attention-cell:focus-visible{transform:none !important;border-color:rgba(21,190,169,.40);box-shadow:0 14px 28px rgba(21,190,169,.10),inset 0 1px 0 rgba(255,255,255,.9);outline:none}.attention-grid .attention-cell.is-selected,.attention-grid .attention-cell[aria-pressed="true"]{color:#fff;border-color:transparent;background:linear-gradient(135deg,var(--brand),var(--brand-dark));box-shadow:0 14px 30px rgba(21,190,169,.20)}.attention-grid .attention-cell span{position:relative;z-index:1;pointer-events:none}.self-question{overflow:hidden}.self-question__copy{display:grid;gap:5px;min-width:0}.self-question__copy strong{color:var(--brand-dark);font-size:1rem;line-height:1.2}.self-question__copy small{color:var(--muted);line-height:1.45}.self-question legend{display:none}.button,.header__cta,.footer__card-button,.cart,.quantity button,.nav a,.nav .nav-product,.accordion__item button,.attention-grid .attention-cell,.rating-option span,.option-grid label{transform:none !important}.button:hover,.button:focus-visible,.header__cta:hover,.header__cta:focus-visible,.footer__card-button:hover,.footer__card-button:focus-visible,.cart:hover,.cart:focus-visible,.quantity button:hover,.quantity button:focus-visible,.nav a:hover,.nav a:focus-visible,.nav .nav-product:hover,.nav .nav-product:focus-visible,.accordion__item button:hover,.accordion__item button:focus-visible,.rating-option:hover span,.option-grid label:hover,.option-grid label:focus-within{transform:none !important}@media (max-width:980px){.nav__item--products.is-dropdown-collapsed .nav__dropdown{display:none !important}}@media (max-width:700px){.attention-grid .attention-cell{min-height:48px;font-size:1.08rem}.self-question__copy strong{font-size:.96rem}}.footer__brand{position:relative;overflow:hidden;isolation:isolate;background:linear-gradient(145deg,rgba(255,255,255,.92),rgba(239,251,249,.72)) !important}.footer__brand::before{content:"";position:absolute;z-index:-1;width:220px;height:220px;left:-54px;bottom:-74px;border-radius:999px;background:radial-gradient(circle at 35% 35%,rgba(21,190,169,.34) 0%,rgba(21,190,169,.18) 36%,rgba(21,190,169,.06) 62%,transparent 78%);filter:blur(18px);opacity:.74;transform:translate3d(0,0,0) scale(1);animation:footer-brand-blob 8s ease-in-out infinite alternate}.footer__brand::after{content:"";position:absolute;z-index:-1;width:160px;height:160px;right:-58px;top:-52px;border-radius:999px;background:radial-gradient(circle,rgba(145,235,222,.34) 0%,rgba(145,235,222,.14) 48%,transparent 74%);filter:blur(16px);opacity:.58;transform:translate3d(0,0,0) scale(.96);animation:footer-brand-blob-secondary 10s ease-in-out infinite alternate}.footer__brand > *{position:relative;z-index:1}@keyframes footer-brand-blob{0%{transform:translate3d(-8px,8px,0) scale(.94);opacity:.54}45%{transform:translate3d(22px,-6px,0) scale(1.08);opacity:.76}100%{transform:translate3d(46px,-22px,0) scale(1.18);opacity:.64}}@keyframes footer-brand-blob-secondary{0%{transform:translate3d(10px,-4px,0) scale(.92);opacity:.42}100%{transform:translate3d(-28px,26px,0) scale(1.12);opacity:.62}}@media (prefers-reduced-motion:reduce){.footer__brand::before,.footer__brand::after{animation:none !important}}.footer__brand{position:relative !important;isolation:isolate;overflow:visible !important;max-width:320px !important;padding:0 !important;border:0 !important;border-radius:0 !important;background:transparent !important;box-shadow:none !important}.footer__brand::before{content:"";position:absolute;z-index:-1;width:300px;height:260px;left:48%;top:56%;border-radius:999px;pointer-events:none;background:radial-gradient(circle at 42% 42%,rgba(21,190,169,.34) 0%,rgba(21,190,169,.18) 34%,rgba(145,235,222,.10) 58%,transparent 76%);filter:blur(28px);opacity:.62;transform:translate3d(-50%,-50%,0) scale(1);animation:footer-brand-soft-blob 9s ease-in-out infinite alternate}.footer__brand::after{content:"";position:absolute;z-index:-2;width:190px;height:170px;left:24%;top:78%;border-radius:999px;pointer-events:none;background:radial-gradient(circle,rgba(35,213,193,.22) 0%,rgba(35,213,193,.10) 46%,transparent 74%);filter:blur(24px);opacity:.50;transform:translate3d(-50%,-50%,0) scale(.96);animation:footer-brand-soft-blob-secondary 11s ease-in-out infinite alternate}.footer__brand > *{position:relative;z-index:1}@keyframes footer-brand-soft-blob{0%{transform:translate3d(-54%,-46%,0) scale(.92) rotate(-2deg);opacity:.44}45%{transform:translate3d(-44%,-56%,0) scale(1.08) rotate(2deg);opacity:.66}100%{transform:translate3d(-38%,-48%,0) scale(1.18) rotate(-1deg);opacity:.54}}@keyframes footer-brand-soft-blob-secondary{0%{transform:translate3d(-58%,-44%,0) scale(.90);opacity:.34}100%{transform:translate3d(-34%,-62%,0) scale(1.16);opacity:.52}}@media (max-width:980px){.footer__brand{max-width:310px !important}.footer__brand::before{width:280px;height:250px;left:50%;top:58%}.footer__brand::after{left:36%;top:82%}}@media (prefers-reduced-motion:reduce){.footer__brand::before,.footer__brand::after{animation:none !important}}.ingredients--interactive .section-heading h2,.ingredients--interactive h2{text-wrap:balance}.ingredients-showcase{align-items:start !important}.ingredient-tabs{align-content:start}.ingredient-detail{position:sticky;top:110px;display:flex;flex-direction:column;min-height:540px !important;height:540px;overflow:hidden;transition:box-shadow .22s ease,border-color .22s ease,background .22s ease !important}.ingredient-detail__top{flex:0 0 auto}.ingredient-detail h3{min-height:2.25em;display:flex;align-items:flex-start;margin-bottom:14px !important}.ingredient-detail p{min-height:6.2em}.ingredient-meter{flex:0 0 auto}.ingredient-detail ul{min-height:8.8em;align-content:start}@media (max-width:980px){.ingredient-detail{position:relative;top:auto;height:auto;min-height:460px !important;overflow:visible}.ingredient-detail h3,.ingredient-detail p,.ingredient-detail ul{min-height:0}}@media (max-width:640px){.ingredient-detail{min-height:0 !important}}.product-copy h2{text-transform:none !important;letter-spacing:-0.04em}.product-visual--real .mini-card{display:none !important}.product-visual--real{display:grid;place-items:center}.product-image-shell{max-width:300px}@media (max-width:960px){.product-image-shell{max-width:250px}}.ingredients--interactive{background:radial-gradient(circle at 20% 18%,rgba(44,190,169,0.07),transparent 28%),linear-gradient(180deg,#f4fbf9 0%,#eff7f5 100%)}.ingredients--interactive .section-heading{max-width:900px;margin-inline:auto}.ingredients--interactive .section-heading p:last-child{max-width:760px;margin-inline:auto}.ingredients-showcase{display:grid !important;grid-template-columns:minmax(0,1.35fr) minmax(320px,0.85fr);align-items:start;gap:28px}.ingredient-overview{display:grid;gap:18px}.ingredient-overview__intro{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 22px;border-radius:22px;background:rgba(255,255,255,0.72);border:1px solid rgba(44,190,169,0.18);box-shadow:0 18px 40px rgba(27,61,58,0.06)}.ingredient-overview__intro span{display:inline-flex;align-items:center;justify-content:center;min-width:108px;padding:10px 14px;border-radius:999px;background:rgba(44,190,169,0.14);color:var(--teal-dark);font-weight:800;letter-spacing:0.08em;text-transform:uppercase;font-size:0.75rem}.ingredient-overview__intro p{margin:0;color:var(--text-soft);font-size:0.99rem;line-height:1.65}.ingredient-tabs--compact{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.ingredient-tab--compact{min-height:auto !important;display:grid;gap:12px;padding:18px 18px 17px;border-radius:22px;border:1px solid rgba(44,190,169,0.14);background:rgba(255,255,255,0.84);box-shadow:0 14px 30px rgba(28,73,67,0.05);text-align:left;transition:border-color 180ms ease,box-shadow 180ms ease,background 180ms ease,transform 180ms ease}.ingredient-tab--compact:hover,.ingredient-tab--compact:focus-visible{transform:translateY(-2px);border-color:rgba(44,190,169,0.34);box-shadow:0 18px 34px rgba(26,90,82,0.1)}.ingredient-tab--compact.is-active{background:linear-gradient(135deg,#1fbfae 0%,#1aa99a 100%);border-color:transparent;box-shadow:0 18px 36px rgba(30,165,150,0.22)}.ingredient-tab__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.ingredient-tab__head strong{color:var(--teal-dark);font-size:1.03rem;line-height:1.24}.ingredient-tab__meta{color:var(--text-soft);font-size:0.94rem;line-height:1.45}.ingredient-tab--compact .ingredient-tab__symbol{width:auto;min-width:42px;height:42px;padding:0 10px;border-radius:999px;background:rgba(44,190,169,0.1);color:var(--teal);display:inline-flex;align-items:center;justify-content:center;font-size:0.94rem;font-weight:800;margin:0}.ingredient-tab--compact.is-active .ingredient-tab__head strong,.ingredient-tab--compact.is-active .ingredient-tab__meta,.ingredient-tab--compact.is-active .ingredient-tab__symbol{color:#fff}.ingredient-tab--compact.is-active .ingredient-tab__symbol{background:rgba(255,255,255,0.18)}.ingredient-detail--compact{position:sticky;top:108px;min-height:438px;padding:26px 26px 24px;border-radius:26px;border:1px solid rgba(44,190,169,0.16);background:linear-gradient(180deg,rgba(255,255,255,0.96) 0%,rgba(247,252,251,0.96) 100%);box-shadow:0 24px 46px rgba(29,77,73,0.08)}.ingredient-detail--compact .ingredient-detail__top{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:20px}.ingredient-detail--compact .ingredient-detail__top span{padding:10px 14px;border-radius:999px;background:rgba(44,190,169,0.1);color:var(--teal-dark);font-size:0.75rem;font-weight:800;letter-spacing:0.08em;text-transform:uppercase}.ingredient-detail--compact .ingredient-detail__top strong{font-size:clamp(2.1rem,3vw,3rem);line-height:1;color:var(--teal-dark)}.ingredient-detail--compact h3{font-size:clamp(2rem,3vw,3.05rem);line-height:1.08;letter-spacing:-0.045em;margin:0 0 14px;max-width:8ch}.ingredient-detail--compact p{margin:0 0 18px;color:var(--text-soft);line-height:1.72;font-size:1rem;min-height:112px}.ingredient-detail--compact ul{margin:0;padding:0;list-style:none;display:grid;gap:10px}.ingredient-detail--compact li{position:relative;padding-left:18px;color:var(--teal-dark);line-height:1.55;font-weight:600}.ingredient-detail--compact li::before{content:'';position:absolute;left:0;top:0.7em;width:7px;height:7px;border-radius:50%;background:var(--mint);transform:translateY(-50%)}.ingredient-meter{display:none !important}@media (max-width:1100px){.ingredients-showcase{grid-template-columns:1fr}.ingredient-detail--compact{position:relative;top:auto;min-height:0}}@media (max-width:720px){.ingredient-overview__intro{align-items:flex-start;flex-direction:column}.ingredient-tabs--compact{grid-template-columns:1fr}.ingredient-detail--compact{padding:22px 20px}.ingredient-detail--compact .ingredient-detail__top{align-items:flex-start;flex-direction:column}.ingredient-detail--compact h3,.ingredient-detail--compact p{max-width:none;min-height:0}}:root{--section-zebra-mint:#f0fcfa;--section-zebra-white:#ffffff}.hero,.ingredients--interactive,.planner-section,.faq,.site-footer{background:var(--section-zebra-mint) !important}.product-section,.reviews,.focus-test-section,.cta-section{background:var(--section-zebra-white) !important}.product-section,.ingredients--interactive,.reviews,.planner-section,.focus-test-section,.faq,.cta-section,.site-footer{position:relative}.product-section::after,.ingredients--interactive::after,.reviews::after,.planner-section::after,.focus-test-section::after,.faq::after,.cta-section::after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:rgba(17,88,80,0.06);pointer-events:none}.focus-test-section{background:var(--section-zebra-white) !important}.focus-test-section::before{inset:18px clamp(14px,5vw,70px);border-color:rgba(21,190,169,.12)}.planner-section{background:var(--section-zebra-mint) !important}.reviews::before{background:radial-gradient(circle,rgba(21,190,169,.08) 0%,rgba(21,190,169,0) 70%) !important}.reviews::after{background:radial-gradient(circle,rgba(195,241,232,.36) 0%,rgba(195,241,232,0) 68%) !important}.site-footer{border-top:1px solid rgba(17,88,80,0.06)}.cta-section::after,.footer::before,.footer::after,.site-footer::before,.site-footer::after,.site-footer{border-top:0 !important}.cta-section::after{display:none !important;content:none !important}.footer{border-top:0 !important}.ingredients--cards{padding:96px 0 108px;background:radial-gradient(circle at 14% 18%,rgba(44,190,169,0.09),transparent 26%),linear-gradient(180deg,#f0fcfa 0%,#eefaf7 100%) !important;overflow:hidden}.ingredients--cards .section-heading{max-width:880px;margin-inline:auto}.ingredients--cards .section-heading p:last-child{max-width:720px;margin-inline:auto}.ingredients-showcase{margin-top:44px}.ingredients--cards .ingredients-showcase{display:block !important}.formula-panel{position:relative;max-width:1180px;margin-inline:auto;padding:clamp(24px,4vw,42px);border:1px solid rgba(44,190,169,0.18);border-radius:34px;background:radial-gradient(circle at 86% 18%,rgba(44,190,169,0.13),transparent 28%),rgba(255,255,255,0.74);box-shadow:0 28px 80px rgba(23,76,70,0.08);backdrop-filter:blur(12px)}.formula-panel::before{content:"";position:absolute;inset:18px;border-radius:26px;border:1px solid rgba(44,190,169,0.08);pointer-events:none}.formula-panel__top{position:relative;display:grid;grid-template-columns:minmax(0,0.9fr) minmax(280px,1.1fr);gap:24px;align-items:end;margin-bottom:28px}.formula-panel__label{display:inline-flex;width:fit-content;margin-bottom:10px;padding:8px 13px;border-radius:999px;background:rgba(44,190,169,0.13);color:var(--brand-dark);font-weight:900;font-size:0.72rem;letter-spacing:0.08em;text-transform:uppercase}.formula-panel__top h3{margin:0;color:var(--ink);font-size:clamp(2rem,4vw,3.6rem);line-height:0.96;letter-spacing:-0.055em}.formula-panel__top p{margin:0;color:var(--text-soft);font-size:1rem;line-height:1.72}.formula-grid{position:relative;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:10px;margin-bottom:18px}.formula-card{min-height:150px;display:flex;flex-direction:column;justify-content:space-between;gap:14px;padding:18px 14px;border:1px solid rgba(44,190,169,0.16);border-radius:24px;background:rgba(255,255,255,0.9);color:var(--ink);text-align:left;cursor:pointer;box-shadow:0 16px 34px rgba(25,78,72,0.055);transition:background 180ms ease,border-color 180ms ease,box-shadow 180ms ease,transform 180ms ease}.formula-card:hover,.formula-card:focus-visible{transform:translateY(-2px);border-color:rgba(44,190,169,0.36);box-shadow:0 20px 42px rgba(25,78,72,0.10);outline:none}.formula-card.is-active{color:#fff;border-color:transparent;background:linear-gradient(145deg,#1fc3b2 0%,#159d91 100%);box-shadow:0 22px 46px rgba(21,190,169,0.24)}.formula-card__amount{display:inline-flex;width:fit-content;padding:9px 11px;border-radius:999px;background:rgba(44,190,169,0.12);color:var(--brand-dark);font-weight:950;font-size:0.94rem;line-height:1;white-space:nowrap}.formula-card.is-active .formula-card__amount{background:rgba(255,255,255,0.18);color:#fff}.formula-card strong{display:block;color:inherit;font-size:1.02rem;line-height:1.18;letter-spacing:-0.02em}.formula-card small{color:var(--muted);font-weight:800;font-size:0.74rem;line-height:1.35}.formula-card.is-active small{color:rgba(255,255,255,0.76)}.formula-detail{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(240px,0.8fr);gap:clamp(18px,3vw,34px);align-items:center;min-height:166px;padding:clamp(22px,3vw,30px);border-radius:28px;background:#fff;border:1px solid rgba(44,190,169,0.14);box-shadow:0 18px 42px rgba(25,78,72,0.07)}.formula-detail__main span{display:inline-flex;margin-bottom:10px;padding:7px 11px;border-radius:999px;background:rgba(44,190,169,0.11);color:var(--brand-dark);font-weight:900;font-size:0.7rem;letter-spacing:0.08em;text-transform:uppercase}.formula-detail__main h3{margin:0 0 8px;color:var(--ink);font-size:clamp(1.65rem,3vw,2.55rem);line-height:1;letter-spacing:-0.05em}.formula-detail__main p{margin:0;max-width:640px;color:var(--text-soft);line-height:1.68;min-height:54px}.formula-detail__dose{min-width:170px;padding:20px 22px;border-radius:24px;background:linear-gradient(145deg,rgba(44,190,169,0.13),rgba(255,255,255,0.92));text-align:center}.formula-detail__dose small{display:block;margin-bottom:8px;color:var(--muted);font-size:0.72rem;font-weight:900;letter-spacing:0.1em;text-transform:uppercase}.formula-detail__dose strong{display:block;color:var(--brand-dark);font-size:clamp(2rem,3.4vw,3rem);line-height:1;white-space:nowrap}.formula-detail ul{margin:0;padding:0;list-style:none;display:grid;gap:10px}.formula-detail li{position:relative;padding-left:18px;color:var(--ink-2);font-weight:750;line-height:1.48}.formula-detail li::before{content:"";position:absolute;left:0;top:0.68em;width:7px;height:7px;border-radius:50%;background:var(--mint);transform:translateY(-50%)}@media (max-width:1180px){.formula-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.formula-card{min-height:132px}.formula-detail{grid-template-columns:1fr}.formula-detail__dose{width:fit-content;min-width:190px;text-align:left}}@media (max-width:760px){.ingredients--cards{padding:72px 0 78px}.formula-panel{padding:20px;border-radius:26px}.formula-panel::before{display:none}.formula-panel__top{grid-template-columns:1fr;align-items:start;gap:12px}.formula-grid{grid-template-columns:1fr}.formula-card{min-height:auto;display:grid;grid-template-columns:auto 1fr;align-items:center;column-gap:14px;padding:16px}.formula-card__amount{grid-row:span 2}.formula-detail{padding:20px;border-radius:24px}.formula-detail__main p{min-height:0}}.formula-panel__top{grid-template-columns:1fr !important;align-items:start !important;margin-bottom:26px !important}.formula-panel__top > div{width:100%}.formula-panel__top p{display:none !important}.formula-panel__top h3{white-space:nowrap;max-width:none;font-size:clamp(2.35rem,4.6vw,4.25rem) !important;line-height:.96 !important}.site-footer,.cta-section,.cta-section::after,.site-footer::before,.site-footer::after{border-top:0 !important}.cta-section::after,.site-footer::before,.site-footer::after{display:none !important;content:none !important}@media (max-width:980px){.formula-panel__top h3{white-space:normal;max-width:720px}}@media (max-width:560px){.formula-panel__top h3{font-size:clamp(2rem,11vw,3rem) !important}}@media (max-width:980px){.nav:not(.is-open){display:none !important;visibility:hidden !important;opacity:0 !important;pointer-events:none !important}.nav:not(.is-open),.nav:not(.is-open) *,.nav:not(.is-open) .nav__dropdown,.nav:not(.is-open) .nav-product{pointer-events:none !important}.nav.is-open{display:grid !important;visibility:visible !important;opacity:1 !important;pointer-events:auto !important}.nav.is-open .nav__dropdown,.nav.is-open .nav-product{pointer-events:auto !important}}.nav__item--products.is-dropdown-collapsed .nav__dropdown{opacity:0 !important;visibility:hidden !important;pointer-events:none !important;transform:translate(-36%,10px) !important}.nav__item--products.is-dropdown-collapsed .nav__link::after{transform:rotate(45deg) !important;opacity:.58 !important}@media (max-width:980px){.nav__item--products.is-dropdown-collapsed .nav__dropdown{display:none !important;opacity:0 !important;visibility:hidden !important;pointer-events:none !important}}.hero__copy > .kicker:first-child,.hero__copy > .kicker:first-of-type,.hero .hero__copy p.kicker:first-of-type,.hero-copy > .kicker:first-child,.hero-copy > .kicker:first-of-type{display:none !important;visibility:hidden !important;height:0 !important;min-height:0 !important;margin:0 !important;padding:0 !important;overflow:hidden !important}.hero__copy,.hero-copy{padding-top:0 !important}.footer__brand{position:relative !important;isolation:isolate !important;overflow:visible !important;background:transparent !important;border:0 !important;box-shadow:none !important}.footer__brand::before{content:"" !important;position:absolute !important;z-index:-1 !important;width:230px !important;height:190px !important;left:51% !important;top:58% !important;border-radius:999px !important;pointer-events:none !important;background:radial-gradient(circle at 48% 48%,rgba(21,190,169,.30) 0%,rgba(21,190,169,.18) 36%,rgba(155,232,221,.10) 60%,transparent 78%) !important;filter:blur(6px) !important;opacity:.55 !important;transform:translate3d(-50%,-50%,0) scale(1) !important;animation:footer-brand-tight-blob 8s ease-in-out infinite alternate !important}.footer__brand::after{content:"" !important;position:absolute !important;z-index:-2 !important;width:150px !important;height:120px !important;left:34% !important;top:77% !important;border-radius:999px !important;pointer-events:none !important;background:radial-gradient(circle at 50% 50%,rgba(35,213,193,.20) 0%,rgba(35,213,193,.10) 46%,transparent 74%) !important;filter:blur(5px) !important;opacity:.42 !important;transform:translate3d(-50%,-50%,0) scale(1) !important;animation:footer-brand-tight-blob-2 10s ease-in-out infinite alternate !important}@keyframes footer-brand-tight-blob{0%{transform:translate3d(-54%,-48%,0) scale(.96)}100%{transform:translate3d(-44%,-55%,0) scale(1.08)}}@keyframes footer-brand-tight-blob-2{0%{transform:translate3d(-55%,-45%,0) scale(.95)}100%{transform:translate3d(-42%,-60%,0) scale(1.1)}}@media (max-width:980px){.footer__brand::before{width:205px !important;height:170px !important;filter:blur(5px) !important}.footer__brand::after{width:130px !important;height:105px !important;filter:blur(4px) !important}}@media (prefers-reduced-motion:reduce){.footer__brand::before,.footer__brand::after{animation:none !important}}.ingredients--simple{background:var(--section-zebra-mint,#f0fcfa)}.ingredients-simple-card{padding:clamp(24px,4vw,42px);border-radius:34px;border:1px solid rgba(25,175,156,0.14);background:linear-gradient(180deg,rgba(255,255,255,0.86) 0%,rgba(250,253,252,0.88) 100%);box-shadow:0 24px 60px rgba(29,90,83,0.08)}.ingredients-simple-card__header{display:grid;gap:10px;max-width:760px;margin-bottom:28px}.ingredients-simple-card__label{display:inline-flex;width:fit-content;padding:10px 14px;border-radius:999px;background:rgba(37,191,172,0.12);color:var(--teal);font-size:.76rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.ingredients-simple-card__header h3{margin:0;font-size:clamp(2.4rem,5vw,4.3rem);line-height:1.02;letter-spacing:-0.05em;color:var(--teal-dark)}.ingredients-simple-card__header p{margin:0;max-width:62ch;color:var(--text-soft);line-height:1.75}.ingredients-simple-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.ingredient-simple-item{display:grid;align-content:start;gap:12px;min-height:188px;padding:22px 20px;border-radius:24px;border:1px solid rgba(25,175,156,0.14);background:rgba(255,255,255,0.9);box-shadow:0 14px 36px rgba(29,90,83,0.05)}.ingredient-simple-item--highlight{background:linear-gradient(135deg,#1fbfae 0%,#1aa597 100%);border-color:transparent;box-shadow:0 18px 40px rgba(30,165,150,0.22)}.ingredient-simple-item__amount{display:inline-flex;width:fit-content;padding:9px 12px;border-radius:999px;background:rgba(25,175,156,0.12);color:var(--teal);font-weight:800;font-size:.95rem}.ingredient-simple-item--highlight .ingredient-simple-item__amount{background:rgba(255,255,255,0.18);color:#fff}.ingredient-simple-item h4{margin:0;font-size:1.28rem;line-height:1.18;color:var(--teal-dark)}.ingredient-simple-item p{margin:0;color:var(--text-soft);line-height:1.55;font-size:.96rem}.ingredient-simple-item--highlight h4,.ingredient-simple-item--highlight p{color:#fff}.reviews--marquee{background:#ffffff}.reviews--marquee .reviews__intro--center{max-width:760px;margin:0 auto 38px;text-align:center}.reviews--marquee .reviews__intro--center .kicker,.reviews--marquee .reviews__intro--center .reviews__summary{margin-left:auto;margin-right:auto}.reviews__summary--center{justify-items:center}.reviews-marquee{position:relative;overflow:hidden;mask-image:linear-gradient(to right,transparent 0,black 6%,black 94%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0,black 6%,black 94%,transparent 100%)}.reviews-marquee__track{display:flex;width:max-content;gap:20px;animation:reviews-marquee-scroll 38s linear infinite}.reviews-marquee__group{display:flex;gap:20px;flex-shrink:0}.review-marquee-card{width:360px;min-height:250px;display:grid;align-content:start;gap:18px;padding:26px 26px 22px;border-radius:28px;border:1px solid rgba(21,190,169,0.14);background:linear-gradient(180deg,rgba(255,255,255,0.96) 0%,rgba(245,251,250,0.96) 100%);box-shadow:0 18px 44px rgba(29,90,83,0.08)}.review-marquee-card:nth-child(3n+1){background:linear-gradient(135deg,#1fbfae 0%,#18a293 100%);border-color:transparent}.review-marquee-card__stars{color:#16bea9;letter-spacing:.18em;font-size:.9rem}.review-marquee-card:nth-child(3n+1) .review-marquee-card__stars,.review-marquee-card:nth-child(3n+1) p,.review-marquee-card:nth-child(3n+1) footer strong,.review-marquee-card:nth-child(3n+1) footer span{color:#fff}.review-marquee-card p{margin:0;color:var(--teal-dark);font-size:1.05rem;line-height:1.7}.review-marquee-card footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:16px;border-top:1px solid rgba(24,106,95,0.12);margin-top:auto}.review-marquee-card:nth-child(3n+1) footer{border-top-color:rgba(255,255,255,0.22)}.review-marquee-card footer strong{color:var(--teal-dark)}.review-marquee-card footer span{color:#7f8e8b;text-transform:uppercase;letter-spacing:.08em;font-size:.72rem;font-weight:700}.reviews-marquee:hover .reviews-marquee__track{animation-play-state:paused}@keyframes reviews-marquee-scroll{from{transform:translateX(0)}to{transform:translateX(calc(-50% - 10px))}}@media (max-width:1180px){.ingredients-simple-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:860px){.ingredients-simple-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.review-marquee-card{width:300px;min-height:230px}}@media (max-width:640px){.ingredients-simple-card{padding:20px 16px;border-radius:26px}.ingredients-simple-card__header h3{font-size:clamp(2rem,10vw,2.8rem)}.ingredients-simple-grid{grid-template-columns:1fr}.ingredient-simple-item{min-height:0}.reviews-marquee{mask-image:none;-webkit-mask-image:none}.review-marquee-card{width:min(82vw,320px)}}.ingredient-simple-item,.ingredient-simple-item--highlight{background:rgba(255,255,255,0.92) !important;border-color:rgba(25,175,156,0.14) !important;box-shadow:0 14px 36px rgba(29,90,83,0.05) !important;transform:none;transition:background 180ms ease,border-color 180ms ease,box-shadow 180ms ease,transform 180ms ease}.ingredient-simple-item__amount,.ingredient-simple-item--highlight .ingredient-simple-item__amount{background:rgba(25,175,156,0.12) !important;color:var(--teal) !important}.ingredient-simple-item h4,.ingredient-simple-item p,.ingredient-simple-item--highlight h4,.ingredient-simple-item--highlight p{color:var(--teal-dark) !important}.ingredient-simple-item p,.ingredient-simple-item--highlight p{color:var(--text-soft) !important}.ingredient-simple-item:hover,.ingredient-simple-item:focus-within{background:linear-gradient(180deg,rgba(255,255,255,0.98),rgba(243,253,250,0.98)) !important;border-color:rgba(25,175,156,0.26) !important;box-shadow:0 18px 42px rgba(29,90,83,0.08) !important;transform:translateY(-2px)}.reviews--marquee{padding:96px 0 106px;overflow:hidden}.reviews--marquee .reviews__intro--center{max-width:820px;margin:0 auto 34px}.reviews--marquee .reviews__intro--center h2{max-width:720px;margin-left:auto;margin-right:auto}.reviews-marquee{width:min(1180px,calc(100vw - 32px));margin:28px auto 0;overflow:hidden;padding:10px 0 18px;mask-image:none !important;-webkit-mask-image:none !important}.reviews-marquee__track{display:flex;gap:18px;width:max-content;animation:reviews-marquee-scroll-clean 54s linear infinite;will-change:transform}.reviews-marquee__group{display:flex;gap:18px;flex-shrink:0}.review-marquee-card,.review-marquee-card:nth-child(3n+1){position:relative;width:350px;min-height:230px;padding:24px 24px 22px;border-radius:26px;border:1px solid rgba(21,190,169,0.14) !important;background:rgba(255,255,255,0.94) !important;box-shadow:0 18px 42px rgba(29,90,83,0.07);color:var(--teal-dark) !important}.review-marquee-card::before{content:'';position:absolute;left:24px;top:0;width:64px;height:4px;border-radius:0 0 999px 999px;background:rgba(21,190,169,0.58)}.review-marquee-card__stars,.review-marquee-card:nth-child(3n+1) .review-marquee-card__stars{color:var(--teal) !important;letter-spacing:.16em}.review-marquee-card p,.review-marquee-card:nth-child(3n+1) p{color:var(--teal-dark) !important;font-size:1rem;line-height:1.68}.review-marquee-card footer,.review-marquee-card:nth-child(3n+1) footer{border-top:1px solid rgba(24,106,95,0.1) !important}.review-marquee-card footer strong,.review-marquee-card:nth-child(3n+1) footer strong{color:var(--teal-dark) !important}.review-marquee-card footer span,.review-marquee-card:nth-child(3n+1) footer span{color:#7f8e8b !important}.reviews-marquee:hover .reviews-marquee__track{animation-play-state:paused}@keyframes reviews-marquee-scroll-clean{from{transform:translate3d(0,0,0)}to{transform:translate3d(calc(-50% - 9px),0,0)}}@media (max-width:760px){.reviews--marquee{padding:72px 0 82px}.reviews-marquee{width:100%;margin-top:22px}.reviews-marquee__track,.reviews-marquee__group{gap:14px}.review-marquee-card,.review-marquee-card:nth-child(3n+1){width:min(82vw,320px);min-height:218px;padding:22px 20px 20px}}@media (prefers-reduced-motion:reduce){.reviews-marquee__track{animation:none !important}}.reviews-marquee{padding:22px 0 42px !important;overflow:hidden}.reviews-marquee__track{align-items:center;animation-duration:54s !important;animation-play-state:running !important}.reviews-marquee:hover .reviews-marquee__track{animation-play-state:running !important;animation-duration:86s !important}.review-marquee-card,.review-marquee-card:nth-child(3n+1){transform:translateZ(0) scale(1);transform-origin:center center;box-shadow:0 18px 38px rgba(26,79,73,0.045),0 2px 0 rgba(21,190,169,0.04) !important;transition:transform 260ms cubic-bezier(.2,.8,.2,1),box-shadow 260ms ease,border-color 260ms ease,background 260ms ease;will-change:transform}.review-marquee-card:hover,.review-marquee-card:focus-within{transform:translateZ(0) scale(1.035);z-index:5;border-color:rgba(21,190,169,0.28) !important;box-shadow:0 28px 62px rgba(26,79,73,0.11),0 0 0 1px rgba(21,190,169,0.08) !important}.review-marquee-card::before{opacity:.72;transition:opacity 260ms ease,width 260ms ease}.review-marquee-card:hover::before,.review-marquee-card:focus-within::before{opacity:1;width:86px}@media (max-width:760px){.reviews-marquee{padding-top:18px !important;padding-bottom:36px !important}.review-marquee-card:hover,.review-marquee-card:focus-within{transform:translateZ(0) scale(1.02)}}#opinie .reviews__summary,#opinie .reviews__summary--center{width:auto !important;max-width:none !important;margin:24px auto 0 !important;padding:0 !important;border:0 !important;border-radius:0 !important;background:transparent !important;box-shadow:none !important}#opinie .reviews__summary div{justify-content:center;gap:16px}#opinie .reviews__summary span{color:var(--teal,#15bea9) !important;font-size:clamp(1.35rem,2.4vw,2.15rem) !important;letter-spacing:.16em !important;line-height:1 !important}#opinie .reviews__summary strong{color:var(--teal-dark,#183f3a) !important;font-size:clamp(1.55rem,2.6vw,2.35rem) !important;line-height:1 !important;font-weight:950 !important}#opinie .reviews__summary small{display:none !important}.review-marquee-card,.review-marquee-card:nth-child(3n+1),.review-marquee-card:hover,.review-marquee-card:focus-within,.review-marquee-card:nth-child(3n+1):hover,.review-marquee-card:nth-child(3n+1):focus-within{box-shadow:none !important;filter:none !important}.review-marquee-card:hover,.review-marquee-card:focus-within{transform:translateZ(0) scale(1.035);border-color:rgba(21,190,169,0.28) !important}@media (max-width:760px){.review-marquee-card:hover,.review-marquee-card:focus-within{transform:translateZ(0) scale(1.02);box-shadow:none !important;filter:none !important}}#opinie .reviews__intro,#opinie .reviews__intro--center{display:flex !important;flex-direction:column !important;align-items:center !important;text-align:center !important;max-width:820px !important;margin-left:auto !important;margin-right:auto !important}#opinie .reviews__intro .kicker,#opinie .reviews__intro--center .kicker{width:100% !important;display:flex !important;align-items:center !important;justify-content:center !important;text-align:center !important;margin-left:auto !important;margin-right:auto !important}#opinie .reviews__intro h2,#opinie .reviews__intro--center h2,#opinie .reviews__intro > p,#opinie .reviews__intro--center > p{width:100% !important;text-align:center !important;margin-left:auto !important;margin-right:auto !important}#opinie .reviews__summary,#opinie .reviews__summary--center,#opinie .reviews__summary div{display:flex !important;justify-content:center !important;align-items:center !important;text-align:center !important}#opinie .reviews-marquee__track,#opinie .reviews-marquee:hover .reviews-marquee__track,#opinie .reviews-marquee:focus-within .reviews-marquee__track{animation:none !important;animation-play-state:running !important;animation-duration:unset !important;will-change:transform}#opinie .reviews-marquee{overflow:hidden !important;padding-top:18px !important;padding-bottom:28px !important}#opinie .review-marquee-card,#opinie .review-marquee-card:hover,#opinie .review-marquee-card:focus-within{box-shadow:none !important;filter:none !important}#opinie .review-marquee-card{transition:transform 260ms cubic-bezier(.2,.8,.2,1),border-color 260ms ease,background 260ms ease !important}#opinie .review-marquee-card:hover,#opinie .review-marquee-card:focus-within{transform:translateZ(0) scale(1.03) !important;z-index:5;border-color:rgba(21,190,169,0.30) !important}@media (max-width:760px){#opinie .review-marquee-card:hover,#opinie .review-marquee-card:focus-within{transform:translateZ(0) scale(1.015) !important}}#opinie .review-marquee-card{height:268px !important;min-height:268px !important;display:flex !important;flex-direction:column !important;justify-content:flex-start !important;gap:0 !important;padding:26px 28px 24px !important;overflow:hidden !important}#opinie .review-marquee-card__stars{flex:0 0 auto !important;height:22px !important;line-height:22px !important;margin:0 0 20px !important}#opinie .review-marquee-card p{flex:1 1 auto !important;min-height:96px !important;margin:0 !important;display:block !important;overflow:hidden !important}#opinie .review-marquee-card footer{flex:0 0 auto !important;margin-top:18px !important;padding-top:18px !important;width:100% !important;align-self:stretch !important}@media (max-width:860px){#opinie .review-marquee-card{height:254px !important;min-height:254px !important}#opinie .review-marquee-card p{min-height:88px !important}}@media (max-width:640px){#opinie .review-marquee-card{height:248px !important;min-height:248px !important;padding:23px 22px 22px !important}#opinie .review-marquee-card p{min-height:86px !important}}.footer__brand::before,.footer__brand::after{content:none !important;display:none !important;background:none !important;filter:none !important;animation:none !important;opacity:0 !important}.footer__brand{background:transparent !important;box-shadow:none !important}.footer,.site-footer{background:#f0fcfa !important;background-image:none !important}.footer__brand,.footer__main .footer__brand{background:transparent !important;background-image:none !important;border:0 !important;box-shadow:none !important;filter:none !important;padding:0 !important;border-radius:0 !important}.footer__brand::before,.footer__brand::after,.footer__main::before,.footer__main::after,.footer__glow,.footer__glow--one,.footer__glow--two{content:none !important;display:none !important;opacity:0 !important;visibility:hidden !important;background:none !important;background-image:none !important;box-shadow:none !important;filter:none !important;animation:none !important}.footer__brand > *,.footer__main > *{position:relative;z-index:1}.focus-test-section,#test-skupienia,#test{display:none !important}:root{--section-zebra-mint:#f0fcfa;--section-zebra-white:#ffffff}.hero,.ingredients,.ingredients--simple,.planner-section,.cta-section{background:var(--section-zebra-mint) !important}.product-section,.reviews,.reviews--marquee,.faq,.site-footer,.footer{background:var(--section-zebra-white) !important}.product-section,.ingredients,.ingredients--simple,.reviews,.reviews--marquee,.planner-section,.faq,.cta-section,.site-footer,.footer{position:relative}.product-section::after,.ingredients::after,.ingredients--simple::after,.reviews::after,.reviews--marquee::after,.planner-section::after,.faq::after,.cta-section::after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:rgba(17,88,80,0.045);pointer-events:none}.faq{margin-top:0 !important}.focus-test-section::before,.focus-test-section::after{display:none !important;content:none !important}.page-start-anchor{position:absolute;top:0;left:0;width:1px;height:1px;pointer-events:none}.hero{scroll-margin-top:0 !important}.footer{position:relative;margin-top:56px;padding-top:84px;clip-path:none !important;animation:none !important;overflow:visible;background:radial-gradient(circle at 10% 30%,rgba(255,255,255,.90),transparent 31%),radial-gradient(circle at 92% 46%,rgba(195,241,232,.55),transparent 31%),linear-gradient(180deg,#eefbf8 0%,#f2fcf9 64%,#ffffff 145%)}.footer::before{content:"";position:absolute;left:0;right:0;top:-46px;height:54px;background-repeat:repeat-x;background-size:1600px 54px;background-position:center top;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 54' preserveAspectRatio='none'%3E%3Cpath fill='%23ffffff' d='M0 34C90 23 175 21 260 28C338 34 408 46 488 45C589 43 655 20 746 13C836 6 904 17 986 29C1067 41 1140 52 1221 48C1328 43 1419 23 1510 17C1540 15 1570 15 1600 16V54H0Z'/%3E%3C/svg%3E");pointer-events:none;z-index:2;animation:footerWhiteWaveFloat 14s ease-in-out infinite alternate}.footer__waves{display:none !important}.footer__main,.footer__bottom,.footer__legal{position:relative;z-index:3}@keyframes footerWhiteWaveFloat{0%{transform:translateX(0);background-position-x:center}100%{transform:translateX(0);background-position-x:calc(50% + 40px)}}@media (max-width:780px){.footer{margin-top:48px;padding-top:74px}.footer::before{top:-40px;height:48px;background-size:1200px 48px}}@media (max-width:520px){.footer{margin-top:42px;padding-top:66px}.footer::before{top:-34px;height:42px;background-size:1000px 42px}}@media (prefers-reduced-motion:reduce){.footer::before{animation:none}}.product-visual--real{overflow:hidden}.product-visual--real .product-visual__blob{animation:productBlobFloat 11s ease-in-out infinite,productBlobMorph 17s ease-in-out infinite;transform-origin:50% 50%;will-change:transform,border-radius}.product-visual--real .product-visual__blob::after{content:"";position:absolute;inset:8%;border-radius:inherit;background:radial-gradient(circle at 35% 30%,rgba(255,255,255,.18),transparent 42%);opacity:.9;pointer-events:none}@keyframes productBlobFloat{0%{transform:rotate(-10deg) translate3d(0,8px,0) scale(1)}35%{transform:rotate(-7deg) translate3d(6px,2px,0) scale(1.018)}68%{transform:rotate(-12deg) translate3d(-5px,12px,0) scale(0.992)}100%{transform:rotate(-8deg) translate3d(3px,6px,0) scale(1.012)}}@keyframes productBlobMorph{0%,100%{border-radius:55% 45% 63% 37% / 45% 58% 42% 55%}33%{border-radius:50% 50% 58% 42% / 40% 61% 39% 60%}66%{border-radius:58% 42% 52% 48% / 52% 42% 58% 48%}}#produkt{scroll-margin-top:68px !important}#produkty.anchor-compat,.anchor-compat#produkty{top:-122px !important}@media (max-width:980px){#produkt{scroll-margin-top:56px !important}#produkty.anchor-compat,.anchor-compat#produkty{top:-104px !important}}@media (max-width:620px){.product-visual--real .product-visual__blob{animation-duration:12s,18s}#produkt{scroll-margin-top:48px !important}#produkty.anchor-compat,.anchor-compat#produkty{top:-92px !important}}@media (prefers-reduced-motion:reduce){.product-visual--real .product-visual__blob{animation:none}}.footer{position:relative;overflow:visible !important;padding-top:94px;margin-top:0}.footer::before{content:"";position:absolute;left:0;right:0;top:-62px;height:74px;z-index:4;pointer-events:none;background-repeat:repeat-x;background-position:center top;background-size:1800px 74px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1800 74' preserveAspectRatio='none'%3E%3Cpath fill='%23ffffff' d='M0 48C93 50 165 34 255 23C348 12 438 10 530 24C622 38 713 60 806 60C905 60 997 35 1092 23C1182 12 1270 14 1360 25C1447 36 1531 52 1619 50C1686 49 1743 40 1800 29V74H0Z'/%3E%3C/svg%3E");animation:footerWaveDrift 12s ease-in-out infinite alternate}.footer::after{content:"";position:absolute;left:0;right:0;top:-2px;height:4px;background:#ffffff;z-index:3;pointer-events:none}.footer__main,.footer__bottom,.footer__legal,.footer__glow{position:relative;z-index:5}@keyframes footerWaveDrift{0%{background-position-x:calc(50% - 18px);transform:translateY(0)}100%{background-position-x:calc(50% + 18px);transform:translateY(2px)}}@media (max-width:780px){.footer{padding-top:84px}.footer::before{top:-54px;height:64px;background-size:1400px 64px}}@media (max-width:520px){.footer{padding-top:76px}.footer::before{top:-46px;height:54px;background-size:1100px 54px}}@media (prefers-reduced-motion:reduce){.footer::before{animation:none}}.product-visual--real{display:grid;place-items:center}.product-visual--real .product-visual__blob{left:50% !important;top:50% !important;z-index:1;pointer-events:none;width:min(360px,68%) !important;height:min(360px,68%) !important;transform:translate(-50%,-50%) rotate(-8deg)}.product-image-shell{position:relative;z-index:2;display:grid;place-items:center}.product-image-shell--zoom{cursor:zoom-in;appearance:none;border:0;background:transparent;font:inherit}.product-image-shell--zoom:focus-visible{outline:3px solid rgba(21,190,169,.32);outline-offset:8px}.product-image-shell--zoom .product-real-image{transition:transform .22s ease}.product-image-shell--zoom:hover .product-real-image,.product-image-shell--zoom:focus-visible .product-real-image{transform:translateY(-10px) scale(1.02)}@keyframes productBlobFloat{0%{transform:translate(-50%,-50%) rotate(-10deg) translate3d(0,8px,0) scale(1)}35%{transform:translate(-50%,-50%) rotate(-7deg) translate3d(6px,2px,0) scale(1.018)}68%{transform:translate(-50%,-50%) rotate(-12deg) translate3d(-5px,12px,0) scale(0.992)}100%{transform:translate(-50%,-50%) rotate(-8deg) translate3d(3px,6px,0) scale(1.012)}}.product-zoom{position:fixed;inset:0;z-index:1200;display:grid;place-items:center;padding:28px}.product-zoom[hidden]{display:none !important}.product-zoom__backdrop{position:absolute;inset:0;border:0;background:rgba(10,24,24,.72);backdrop-filter:blur(6px)}.product-zoom__dialog{position:relative;z-index:1;width:min(92vw,760px);display:grid;place-items:center;padding:clamp(18px,2.5vw,28px);border-radius:30px;background:rgba(255,255,255,.98);box-shadow:0 28px 80px rgba(8,30,29,.22);opacity:0;transform:translateY(14px) scale(.96);transition:opacity .22s ease,transform .22s ease}.product-zoom.is-open .product-zoom__dialog{opacity:1;transform:translateY(0) scale(1)}.product-zoom__close{position:absolute;top:14px;right:14px;width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(21,190,169,.16);border-radius:50%;background:#ffffff;color:var(--ink);font-size:1.8rem;line-height:1;cursor:pointer;transition:transform .18s ease,background-color .18s ease,border-color .18s ease}.product-zoom__close:hover,.product-zoom__close:focus-visible{background:#f3fffc;border-color:rgba(21,190,169,.3);transform:scale(1.05)}.product-zoom__image{display:block;width:min(100%,560px);max-height:82vh;object-fit:contain;filter:drop-shadow(0 28px 34px rgba(25,60,58,.18))}body.product-zoom-open{overflow:hidden}@media (max-width:640px){.product-visual--real .product-visual__blob{width:min(300px,72%) !important;height:min(300px,72%) !important}.product-zoom{padding:18px}.product-zoom__dialog{width:min(94vw,560px);padding:18px 14px 14px;border-radius:24px}.product-zoom__close{top:10px;right:10px;width:38px;height:38px}}@media (prefers-reduced-motion:reduce){.product-image-shell--zoom .product-real-image,.product-zoom__dialog,.product-zoom__close{transition:none}}.cta-section{padding:clamp(26px,3.4vw,40px) 0 clamp(16px,2.6vw,24px) !important;margin:0 !important}.cta-box{margin:0 !important}.footer{position:relative;margin-top:0 !important;padding-top:clamp(70px,7.2vw,88px) !important;overflow:visible !important;background:#ffffff !important;isolation:isolate}.footer::after{content:none !important;display:none !important}.footer::before{content:"";position:absolute;top:calc(-1 * clamp(54px,6vw,72px));left:-32%;width:164%;height:clamp(60px,6.6vw,82px);z-index:4;pointer-events:none;background:no-repeat center top / 100% 100% url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 82' preserveAspectRatio='none'%3E%3Cpath fill='%23ffffff' d='M0 34C108 18 216 16 320 28C428 41 528 60 642 61C770 63 881 38 1002 25C1112 13 1214 13 1322 25C1425 36 1515 48 1600 42V82H0Z'/%3E%3C/svg%3E");transform-origin:center bottom;animation:footerWaveSwayClean 9s ease-in-out infinite alternate;will-change:transform}.footer__main{padding-bottom:42px}.footer__bottom{padding:21px 0 18px}.footer__legal{padding-top:15px}@keyframes footerWaveSwayClean{0%{transform:translate3d(-1.2%,0,0) scaleX(1.01)}50%{transform:translate3d(0.4%,2px,0) scaleX(1)}100%{transform:translate3d(1.2%,0,0) scaleX(1.01)}}@media (max-width:980px){.cta-section{padding:24px 0 16px !important}.footer{padding-top:78px !important}.footer::before{top:-58px;height:68px;left:-36%;width:172%}}@media (max-width:640px){.cta-section{padding:20px 0 14px !important}.footer{padding-top:70px !important}.footer::before{top:-50px;height:58px;left:-42%;width:184%}.footer__main{padding-bottom:34px}}@media (prefers-reduced-motion:reduce){.footer::before{animation:none !important}}.product-image-shell{cursor:default !important}.product-image-shell,.product-visual--real{overflow:visible}.product-real-image{transform-origin:center center;transition:transform .34s cubic-bezier(.22,1,.36,1),filter .34s cubic-bezier(.22,1,.36,1);will-change:transform}.product-visual--real:hover .product-real-image,.product-image-shell:hover .product-real-image{transform:translateY(-6px) scale(1.075) !important;filter:drop-shadow(0 38px 38px rgba(25,60,58,.22))}.product-zoom,[data-product-zoom]{display:none !important}body.product-zoom-open{overflow:auto !important}@media (max-width:760px){.product-visual--real:hover .product-real-image,.product-image-shell:hover .product-real-image{transform:translateY(-4px) scale(1.045) !important}}@media (prefers-reduced-motion:reduce){.product-real-image{transition:none}}html,body{width:100%;max-width:100%;overflow-x:hidden !important}body{position:relative}.footer::before,.footer::after{content:none !important;display:none !important;animation:none !important;background:none !important}.footer{margin-top:0 !important;padding-top:clamp(54px,5vw,70px) !important;overflow:hidden !important;background:#ffffff !important;clip-path:none !important;animation:none !important}.cta-section{padding-top:clamp(30px,4vw,48px) !important;padding-bottom:0 !important;margin-bottom:0 !important;background:var(--section-zebra-mint,#f0fcfa) !important}.cta-box{margin-bottom:clamp(22px,3vw,34px) !important}.footer-wave-separator{position:relative;height:clamp(56px,6vw,78px);overflow:hidden;background:var(--section-zebra-mint,#f0fcfa);line-height:0;isolation:isolate}.footer-wave-separator__svg{position:absolute;left:-50%;bottom:-1px;width:200%;height:100%;display:block;color:#ffffff;fill:currentColor;transform:translate3d(0,0,0);animation:footerWaveMoveFinal 10s ease-in-out infinite alternate;will-change:transform}.footer-wave-separator__svg--slow{opacity:.55;bottom:3px;animation-duration:14s;animation-direction:alternate-reverse}@keyframes footerWaveMoveFinal{0%{transform:translate3d(-2.2%,0,0) scaleY(1)}50%{transform:translate3d(.5%,3px,0) scaleY(1.06)}100%{transform:translate3d(2.2%,0,0) scaleY(1)}}.footer__main{padding-top:0 !important;padding-bottom:clamp(34px,4vw,46px) !important}.footer__bottom{padding-top:20px !important;padding-bottom:18px !important}.footer__legal{padding-top:14px !important}@media (max-width:780px){.cta-section{padding-top:28px !important}.cta-box{margin-bottom:22px !important}.footer-wave-separator{height:58px}.footer{padding-top:52px !important}}@media (max-width:520px){.footer-wave-separator{height:48px}.footer{padding-top:44px !important}}@media (prefers-reduced-motion:reduce){.footer-wave-separator__svg{animation:none !important}}html,body{width:100% !important;max-width:100% !important;min-width:0 !important;overflow-x:clip !important}@supports not (overflow:clip){html,body{overflow-x:hidden !important}}body,main,.header,.hero,.benefits,.product-section,.ingredients,.ingredients--simple,.reviews,.reviews--marquee,.planner-section,.faq,.cta-section,.footer-wave-separator,.footer{max-width:100vw !important}.container{width:min(1180px,calc(100% - 32px)) !important;max-width:calc(100% - 32px) !important;margin-left:auto !important;margin-right:auto !important}@media (min-width:1280px){.container{width:min(1180px,calc(100% - 72px)) !important;max-width:calc(100% - 72px) !important}}.footer::before,.footer::after,.footer__waves,.footer__wave{content:none !important;display:none !important;animation:none !important;background:none !important}.cta-section{width:100% !important;padding-top:clamp(36px,4.6vw,58px) !important;padding-bottom:0 !important;margin:0 !important;overflow:hidden !important;background:var(--section-zebra-mint,#f0fcfa) !important}.cta-box{width:100% !important;max-width:100% !important;margin:0 auto clamp(18px,2.4vw,28px) !important}.footer-wave-separator{position:relative !important;display:block !important;width:100% !important;height:clamp(54px,6vw,76px) !important;overflow:hidden !important;background:var(--section-zebra-mint,#f0fcfa) !important;line-height:0 !important;transform:none !important;isolation:isolate}.footer-wave-separator__svg{position:absolute !important;inset:0 !important;width:100% !important;height:100% !important;display:block !important;transform:none !important;animation:none !important;fill:#ffffff !important;color:#ffffff !important}.footer{position:relative !important;margin-top:0 !important;padding-top:clamp(38px,4.4vw,56px) !important;overflow:hidden !important;background:#ffffff !important;clip-path:none !important;animation:none !important}.footer__main{padding-top:0 !important;padding-bottom:clamp(32px,3.5vw,44px) !important}.footer__bottom{padding-top:18px !important;padding-bottom:16px !important}.footer__legal{padding-top:14px !important}.product-visual--real{overflow:hidden !important}.product-visual--real .product-visual__blob{left:50% !important;top:50% !important;width:min(360px,68%) !important;height:min(360px,68%) !important;z-index:1 !important;pointer-events:none !important}.product-image-shell{position:relative !important;z-index:2 !important;display:grid !important;place-items:center !important;width:min(330px,70%) !important;max-width:330px !important;padding:0 !important;margin:0 auto !important;border:0 !important;background:transparent !important;cursor:default !important;overflow:visible !important}.product-real-image{display:block !important;width:100% !important;height:auto !important;object-fit:contain !important;transform-origin:center center !important;transform:translateY(-4px) scale(1.08) !important;transition:transform .36s cubic-bezier(.22,1,.36,1),filter .36s cubic-bezier(.22,1,.36,1) !important;will-change:transform;filter:drop-shadow(0 30px 32px rgba(25,60,58,.18)) !important}.product-visual--real:hover .product-real-image,.product-image-shell:hover .product-real-image{transform:translateY(-8px) scale(1.18) !important;filter:drop-shadow(0 36px 38px rgba(25,60,58,.21)) !important}.product-zoom,[data-product-zoom]{display:none !important}body.product-zoom-open{overflow:auto !important}@media (max-width:760px){.container{width:min(100% - 24px,1180px) !important;max-width:calc(100% - 24px) !important}.footer-wave-separator{height:52px !important}.footer{padding-top:38px !important}.product-image-shell{width:min(280px,72%) !important}.product-real-image{transform:translateY(-3px) scale(1.05) !important}.product-visual--real:hover .product-real-image,.product-image-shell:hover .product-real-image{transform:translateY(-5px) scale(1.095) !important}}@media (prefers-reduced-motion:reduce){.footer-wave-separator__svg path animate{display:none}.product-real-image{transition:none !important}}html,body{width:100%;max-width:100%;overflow-x:clip !important}@supports not (overflow-x:clip){html,body{overflow-x:hidden !important}}.cta-section{width:100% !important;padding:clamp(34px,4vw,50px) 0 clamp(18px,2.6vw,28px) !important;margin:0 !important;background:var(--section-zebra-mint,#f0fcfa) !important;overflow:hidden !important}.container.cta-box,.cta-box{width:min(1120px,calc(100% - 32px)) !important;max-width:1120px !important;min-height:clamp(176px,15vw,220px) !important;margin:0 auto !important;padding:clamp(30px,4.2vw,56px) clamp(28px,5vw,64px) !important;border-radius:clamp(22px,2vw,28px) !important}.cta-box h2{font-size:clamp(2.2rem,4.1vw,3.65rem) !important;line-height:.98 !important}.cta-box p{font-size:clamp(.96rem,1.15vw,1.08rem) !important}.footer-wave-separator{width:100% !important;max-width:100% !important;height:clamp(46px,5vw,62px) !important;margin:0 !important;overflow:hidden !important;background:var(--section-zebra-mint,#f0fcfa) !important}.footer-wave-separator__svg{width:100% !important;min-width:100% !important;height:100% !important;transform:none !important}.product-visual--real{overflow:hidden !important}.product-image-shell{position:relative !important;z-index:2 !important;display:grid !important;place-items:center !important;width:min(236px,54%) !important;max-width:236px !important;padding:0 !important;margin:0 auto !important;border:0 !important;background:transparent !important;cursor:default !important;overflow:visible !important;appearance:none !important}.product-real-image{display:block !important;width:100% !important;max-width:none !important;height:auto !important;object-fit:contain !important;transform-origin:center center !important;transform:translateY(-2px) scale(1) !important;transition:transform .78s cubic-bezier(.16,1,.3,1),filter .78s cubic-bezier(.16,1,.3,1) !important;will-change:transform;filter:drop-shadow(0 28px 30px rgba(25,60,58,.16)) !important}.product-image-shell:hover .product-real-image,.product-image-shell:focus-within .product-real-image{transform:translateY(-7px) scale(1.13) !important;filter:drop-shadow(0 34px 36px rgba(25,60,58,.20)) !important}.product-visual--real:hover .product-visual__blob{transform:translate(-50%,-50%) rotate(-8deg) !important}.product-image-shell--zoom,.product-zoom,[data-product-zoom]{display:none !important}body.product-zoom-open{overflow:auto !important}@media (max-width:900px){.container.cta-box,.cta-box{width:min(100% - 28px,1120px) !important}}@media (max-width:640px){.cta-section{padding:26px 0 18px !important}.container.cta-box,.cta-box{width:min(100% - 24px,1120px) !important;min-height:0 !important;padding:28px 22px !important}.product-image-shell{width:min(212px,58%) !important;max-width:212px !important}.product-image-shell:hover .product-real-image,.product-image-shell:focus-within .product-real-image{transform:translateY(-5px) scale(1.08) !important}}@media (prefers-reduced-motion:reduce){.product-real-image{transition:none !important}}.product-image-shell,.product-image-shell:hover,.product-image-shell:focus,.product-image-shell:focus-within{cursor:default !important}.product-real-image,.product-image-shell:hover .product-real-image,.product-image-shell:focus-within .product-real-image,.product-visual--real:hover .product-real-image,.product-visual--real:focus-within .product-real-image{transform:translateY(-2px) scale(1) !important;transition:filter .28s ease !important;will-change:auto !important;filter:drop-shadow(0 28px 30px rgba(25,60,58,.16)) !important}.product-image-shell--zoom,.product-zoom,[data-product-zoom],.product-zoom__backdrop,.product-zoom__dialog{display:none !important}body.product-zoom-open{overflow:auto !important}@media (min-width:1181px){.hero__main > .container.hero__grid{width:min(calc(100% - 96px),1660px) !important;max-width:1660px !important;grid-template-columns:minmax(520px,.9fr) minmax(620px,1.1fr) !important;gap:clamp(88px,9vw,150px) !important}.hero__copy{justify-self:start !important;max-width:720px !important}.hero__visual{justify-self:end !important;width:100% !important}.hero__benefits > .container.benefit-row{width:min(calc(100% - 96px),1660px) !important;max-width:1660px !important}}@media (min-width:1500px){.hero__main > .container.hero__grid{width:min(calc(100% - 128px),1700px) !important;max-width:1700px !important;gap:clamp(110px,10vw,185px) !important}.hero__benefits > .container.benefit-row{width:min(calc(100% - 128px),1700px) !important;max-width:1700px !important}}@media (min-width:1181px) and (max-width:1360px){.hero__main > .container.hero__grid{width:min(calc(100% - 64px),1240px) !important;grid-template-columns:minmax(0,.95fr) minmax(470px,1.05fr) !important;gap:clamp(48px,5vw,78px) !important}.hero__benefits > .container.benefit-row{width:min(calc(100% - 64px),1240px) !important}}.product-image-shell:hover ~ .product-visual__blob,.product-image-shell:focus-within ~ .product-visual__blob,.product-visual--real:hover .product-visual__blob,.product-visual--real:focus-within .product-visual__blob{animation-play-state:paused !important;transform:translate(-50%,-50%) rotate(-8deg) !important}.product-visual--real .product-visual__blob,.product-visual--real:hover .product-visual__blob,.product-visual--real:focus-within .product-visual__blob,.product-image-shell:hover ~ .product-visual__blob,.product-image-shell:focus-within ~ .product-visual__blob{left:50% !important;top:50% !important;width:min(360px,68%) !important;height:min(360px,68%) !important;transform:translate(-50%,-50%) rotate(-8deg) !important;animation:none !important;transition:none !important;will-change:auto !important}.product-visual--real .product-visual__blob::after,.product-visual--real:hover .product-visual__blob::after,.product-visual--real:focus-within .product-visual__blob::after{animation:none !important;transition:none !important;transform:none !important}@media (max-width:640px){.product-visual--real .product-visual__blob,.product-visual--real:hover .product-visual__blob,.product-visual--real:focus-within .product-visual__blob{width:min(300px,72%) !important;height:min(300px,72%) !important;transform:translate(-50%,-50%) rotate(-8deg) !important}}.ingredients--nutrition-list{padding:clamp(72px,7vw,104px) 0;background:var(--section-zebra-mint,#f0fcfa) !important}.ingredient-list-card{position:relative;overflow:hidden;padding:clamp(28px,3.8vw,48px) clamp(28px,4.4vw,58px);border:1px solid rgba(21,190,169,.16);border-radius:28px;background:radial-gradient(circle at 88% 18%,rgba(21,190,169,.065),transparent 34%),linear-gradient(180deg,rgba(255,255,255,.94) 0%,rgba(253,255,254,.96) 100%);box-shadow:0 24px 70px rgba(25,60,58,.075)}.ingredient-list-card__head{display:grid;gap:12px;margin-bottom:clamp(24px,3vw,34px)}.ingredient-list-card__label{width:fit-content;display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:7px 13px;border-radius:999px;background:rgba(21,190,169,.13);color:var(--ink,#193c3a);font-size:.78rem;font-weight:950;letter-spacing:.075em;text-transform:uppercase}.ingredient-list-card h2{max-width:860px;margin:0;color:var(--ink,#193c3a);font-size:clamp(2rem,3.4vw,3.15rem);line-height:1.08;letter-spacing:-.045em}.ingredient-list-card__body{display:grid;grid-template-columns:minmax(0,1fr) 1px minmax(0,1fr);gap:clamp(36px,5vw,62px);align-items:start}.ingredient-list-card__divider{align-self:center;width:1px;height:min(150px,100%);background:linear-gradient(180deg,transparent 0%,rgba(21,190,169,.35) 14%,rgba(21,190,169,.35) 86%,transparent 100%)}.ingredient-line-list{display:grid;gap:0;margin:0;padding:0;list-style:none}.ingredient-line-list li{display:grid;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:16px;min-height:42px;padding:6px 0;border-bottom:1px solid rgba(25,60,58,.11);color:var(--ink,#193c3a)}.ingredient-line-list li:last-child{border-bottom:0}.ingredient-line-list__dot{width:8px;height:8px;border-radius:50%;background:rgba(21,190,169,.62);box-shadow:0 0 0 5px rgba(21,190,169,.06)}.ingredient-line-list strong{font-size:clamp(.98rem,1.05vw,1.08rem);font-weight:900;letter-spacing:-.01em;white-space:nowrap}.ingredient-line-list li > span:last-child{color:var(--ink-2,#315b57);font-size:clamp(.96rem,1vw,1.04rem);font-weight:700;white-space:nowrap}@media (max-width:860px){.ingredients--nutrition-list{padding:64px 0}.ingredient-list-card{padding:28px 22px;border-radius:24px}.ingredient-list-card__body{grid-template-columns:1fr;gap:0}.ingredient-list-card__divider{display:none}.ingredient-line-list + .ingredient-line-list li:first-child{border-top:1px solid rgba(25,60,58,.11)}.ingredient-line-list li{grid-template-columns:16px minmax(0,1fr) auto;gap:12px}}@media (max-width:520px){.ingredient-list-card h2{font-size:clamp(1.75rem,8vw,2.35rem)}.ingredient-line-list strong{white-space:normal}.ingredient-line-list li{min-height:46px}}.cart-drawer{position:fixed;inset:0;z-index:1200;pointer-events:none;visibility:hidden}.cart-drawer.is-open{pointer-events:auto;visibility:visible}.cart-drawer__backdrop{position:absolute;inset:0;background:rgba(13,32,31,.38);opacity:0;transition:opacity .28s ease}.cart-drawer.is-open .cart-drawer__backdrop{opacity:1}.cart-drawer__panel{position:absolute;top:0;right:0;width:min(430px,calc(100vw - 22px));height:100%;display:flex;flex-direction:column;gap:22px;padding:28px;border-left:1px solid rgba(21,190,169,.20);background:linear-gradient(180deg,rgba(255,255,255,.98),#f5fffc 100%);box-shadow:-28px 0 70px rgba(16,48,45,.14);transform:translateX(104%);transition:transform .34s cubic-bezier(.16,1,.3,1);overflow-y:auto}.cart-drawer.is-open .cart-drawer__panel{transform:translateX(0)}.cart-drawer__header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding-bottom:18px;border-bottom:1px solid rgba(25,60,58,.12)}.cart-drawer__header span{display:block;color:var(--brand-dark,#0c9e8b);font-size:.78rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.cart-drawer__header h2{margin:6px 0 0;color:var(--ink,#193c3a);font-size:clamp(1.8rem,4vw,2.35rem);line-height:1;letter-spacing:-.045em}.cart-drawer__close{width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(21,190,169,.20);border-radius:14px;background:#fff;color:var(--ink,#193c3a);font-size:1.7rem;line-height:1;cursor:pointer}.cart-drawer__empty{padding:26px;border:1px solid rgba(21,190,169,.16);border-radius:24px;background:rgba(255,255,255,.78);text-align:center}.cart-drawer__empty strong{display:block;color:var(--ink,#193c3a);font-size:1.25rem}.cart-drawer__empty p{margin:10px 0 18px;color:var(--muted,#66827e);line-height:1.6}.cart-drawer__content{display:flex;flex-direction:column;gap:18px}.cart-drawer__product{display:grid;grid-template-columns:84px minmax(0,1fr);gap:16px;align-items:center;padding:16px;border:1px solid rgba(21,190,169,.16);border-radius:24px;background:rgba(255,255,255,.82)}.cart-drawer__product img{width:84px;height:84px;object-fit:contain;border-radius:18px;background:#edfbf8}.cart-drawer__product-copy strong,.cart-drawer__product-copy span,.cart-drawer__product-copy small{display:block}.cart-drawer__product-copy strong{color:var(--ink,#193c3a);font-size:1.08rem;font-weight:900}.cart-drawer__product-copy span{margin-top:4px;color:var(--muted,#66827e);font-weight:700}.cart-drawer__product-copy small{margin-top:7px;color:var(--brand-dark,#0c9e8b);font-weight:900}.cart-drawer__controls,.cart-drawer__summary{padding:18px;border:1px solid rgba(21,190,169,.14);border-radius:22px;background:rgba(255,255,255,.72)}.cart-drawer__controls{display:flex;align-items:center;justify-content:space-between;gap:18px}.cart-drawer__controls > span,.cart-drawer__summary span{color:var(--muted,#66827e);font-weight:800}.cart-drawer__quantity{display:inline-flex;align-items:center;border:1px solid rgba(21,190,169,.18);border-radius:16px;background:#fff;overflow:hidden}.cart-drawer__quantity button{width:42px;height:40px;border:0;background:transparent;color:var(--ink,#193c3a);font-size:1.15rem;font-weight:900;cursor:pointer}.cart-drawer__quantity output{min-width:42px;text-align:center;color:var(--ink,#193c3a);font-weight:900}.cart-drawer__summary div{display:flex;align-items:center;justify-content:space-between;gap:18px}.cart-drawer__summary strong{color:var(--ink,#193c3a);font-size:1.45rem;letter-spacing:-.035em}.cart-drawer__summary small{display:block;margin-top:10px;color:var(--muted,#66827e);line-height:1.5}.cart-drawer__checkout{width:100%;justify-content:center}.cart-drawer__checkout.is-disabled{opacity:.45;pointer-events:none}.cart-drawer__clear{width:100%;border:0;background:transparent;color:var(--muted,#66827e);font:inherit;font-weight:900;cursor:pointer}body.cart-open{overflow:hidden}@media (max-width:520px){.cart-drawer__panel{width:min(100vw,420px);padding:22px}.cart-drawer__product{grid-template-columns:74px minmax(0,1fr)}.cart-drawer__product img{width:74px;height:74px}}.cart-drawer [hidden],.cart-drawer__empty[hidden],.cart-drawer__content[hidden]{display:none !important}.cart-drawer__header{align-items:center !important}.cart-drawer__brand{display:flex !important;align-items:center !important;gap:12px !important;min-width:0}.cart-drawer__logo{width:42px !important;height:42px !important;max-width:42px !important;max-height:42px !important;min-width:42px !important;flex:0 0 42px !important;display:block !important;object-fit:contain !important}.cart-drawer__brand-copy{min-width:0}.cart-drawer__header h2{margin-top:2px !important;font-size:clamp(1.85rem,4vw,2.45rem) !important}.cart-drawer__empty{margin-top:22px}.cart-drawer__content{margin-top:22px}.cart-drawer__checkout.is-disabled{pointer-events:none;opacity:.48}@media (max-width:520px){.cart-drawer__logo{width:38px !important;height:38px !important;max-width:38px !important;max-height:38px !important;min-width:38px !important;flex-basis:38px !important}}.planner__layout{grid-template-columns:minmax(0,1fr) minmax(250px,.68fr) minmax(330px,.78fr) !important;gap:clamp(20px,3vw,52px) !important;align-items:center}.planner__copy{position:relative;z-index:2}.planner__character{position:relative;z-index:1;align-self:end;display:flex;align-items:flex-end;justify-content:center;min-width:0;margin:0 -30px -96px;pointer-events:none}.planner__character::before{content:"";position:absolute;left:50%;bottom:76px;width:min(320px,88%);aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(21,190,169,.13) 0%,rgba(21,190,169,.055) 48%,rgba(21,190,169,0) 72%);transform:translateX(-50%);z-index:-1}.planner__character img{display:block;width:min(390px,120%);max-height:540px;object-fit:contain;object-position:center bottom;filter:drop-shadow(0 24px 28px rgba(25,60,58,.08))}.planner__offer{z-index:2}@media (max-width:1180px){.planner__layout{grid-template-columns:minmax(0,1fr) minmax(220px,.58fr) minmax(315px,.78fr) !important;gap:22px !important}.planner__character{margin-inline:-42px}.planner__character img{width:min(330px,120%)}}@media (max-width:980px){.planner__layout{grid-template-columns:minmax(0,1fr) minmax(300px,.86fr) !important;gap:30px !important}.planner__copy{grid-column:1 / -1;text-align:center}.planner__copy .kicker,.planner__features{justify-content:center}.planner__copy > p{margin-inline:auto}.planner__character{grid-column:1;margin:0 -28px -96px 0}.planner__character img{width:min(360px,110%)}.planner__offer{grid-column:2;align-self:center}}@media (max-width:700px){.planner-section{padding-bottom:0 !important}.planner__layout{grid-template-columns:1fr !important;gap:24px !important}.planner__copy,.planner__character,.planner__offer{grid-column:1}.planner__character{order:2;margin:0 auto -52px;max-width:420px}.planner__character img{width:min(360px,92vw);max-height:430px}.planner__offer{order:3;width:min(100%,520px);margin:0 auto 64px}}@media (max-width:440px){.planner__character{margin-bottom:-36px}.planner__character img{width:min(330px,96vw)}}.planner-section{overflow:hidden}.planner__layout{grid-template-columns:minmax(0,1fr) minmax(280px,.72fr) minmax(330px,.78fr) !important;gap:clamp(24px,3vw,48px) !important;align-items:center !important}.planner__copy{align-self:center}.planner__character{position:relative;z-index:1;align-self:center;display:flex;align-items:center;justify-content:center;min-width:0;min-height:500px;margin:0;padding:28px 0 82px;overflow:visible;pointer-events:none}.planner__character img{position:relative;z-index:3;display:block;width:min(330px,100%);max-height:470px;object-fit:contain;object-position:center center;filter:drop-shadow(0 18px 24px rgba(25,60,58,.08))}.planner__character::before{display:none !important}.planner__character-blob,.planner__character-orbit,.planner__character-spark,.planner__character-bottom{position:absolute}.planner__character-blob{border-radius:50%;z-index:0;pointer-events:none}.planner__character-blob--main{width:min(360px,96%);aspect-ratio:1 / 1;left:50%;top:44%;transform:translate(-50%,-50%);background:radial-gradient(circle at 50% 50%,rgba(132,221,211,.9) 0%,rgba(132,221,211,.74) 62%,rgba(132,221,211,0) 72%);animation:plannerFloat 7s ease-in-out infinite}.planner__character-blob--secondary{width:78%;height:68%;left:48%;top:39%;transform:translate(-50%,-50%) rotate(-11deg);border-radius:47% 53% 50% 50% / 43% 49% 51% 57%;background:rgba(133,223,212,.62);filter:blur(0.4px);animation:plannerBlobMorph 8s ease-in-out infinite}.planner__character-orbit{left:50%;top:39%;width:min(430px,120%);height:min(320px,76%);transform:translate(-50%,-50%) rotate(8deg);border:4px solid rgba(255,255,255,.7);border-radius:50%;z-index:1;opacity:.9;animation:plannerOrbitDrift 12s ease-in-out infinite}.planner__character-spark{z-index:2;color:rgba(255,255,255,.92);text-shadow:0 0 12px rgba(255,255,255,.3);line-height:1;animation:plannerSparkle 4.8s ease-in-out infinite}.planner__character-spark--1{top:26%;left:13%;font-size:1.4rem;animation-delay:0s}.planner__character-spark--2{top:30%;right:15%;font-size:1.15rem;animation-delay:1.1s}.planner__character-spark--3{top:48%;right:6%;font-size:1.35rem;animation-delay:2.1s}.planner__character-bottom{left:-12%;right:-12%;bottom:0;height:86px;display:flex;width:124%;overflow:hidden;pointer-events:none}.planner__character-bottom svg{flex:0 0 100%;width:100%;height:100%}.planner__character-bottom--back{z-index:1;opacity:.88;animation:plannerWaveScroll 16s linear infinite}.planner__character-bottom--back path{fill:rgba(196,235,230,.95)}.planner__character-bottom--front{z-index:2;bottom:-8px;height:72px;animation:plannerWaveScroll 11s linear infinite}.planner__character-bottom--front path{fill:rgba(255,255,255,.96)}.planner__offer{z-index:2;align-self:center}@keyframes plannerFloat{0%,100%{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-50%,calc(-50% - 6px)) scale(1.02)}}@keyframes plannerBlobMorph{0%,100%{transform:translate(-50%,-50%) rotate(-11deg) scale(1);border-radius:47% 53% 50% 50% / 43% 49% 51% 57%}50%{transform:translate(-50%,calc(-50% - 4px)) rotate(-6deg) scale(1.03);border-radius:55% 45% 52% 48% / 50% 42% 58% 50%}}@keyframes plannerOrbitDrift{0%,100%{transform:translate(-50%,-50%) rotate(8deg) scale(1)}50%{transform:translate(-50%,calc(-50% - 3px)) rotate(11deg) scale(1.015)}}@keyframes plannerSparkle{0%,100%{opacity:.85;transform:scale(1) translateY(0)}50%{opacity:1;transform:scale(1.14) translateY(-3px)}}@keyframes plannerWaveScroll{from{transform:translateX(0)}to{transform:translateX(-100%)}}@media (max-width:1180px){.planner__layout{grid-template-columns:minmax(0,1fr) minmax(245px,.62fr) minmax(320px,.82fr) !important;gap:22px !important}.planner__character{min-height:470px;padding-bottom:74px}.planner__character img{width:min(290px,100%);max-height:420px}}@media (max-width:980px){.planner__layout{grid-template-columns:minmax(0,1fr) minmax(310px,.9fr) !important;gap:28px !important}.planner__copy{grid-column:1 / -1;text-align:center}.planner__copy .kicker,.planner__features{justify-content:center}.planner__copy > p{margin-inline:auto}.planner__character{grid-column:1;min-height:430px;padding-bottom:66px}.planner__character img{width:min(285px,100%);max-height:390px}.planner__offer{grid-column:2}}@media (max-width:700px){.planner-section{padding-bottom:24px !important}.planner__layout{grid-template-columns:1fr !important;gap:22px !important}.planner__copy,.planner__character,.planner__offer{grid-column:1}.planner__character{order:2;min-height:420px;max-width:440px;width:100%;margin:0 auto;padding-bottom:72px}.planner__character img{width:min(300px,88vw);max-height:390px}.planner__offer{order:3;width:min(100%,520px);margin:0 auto 12px}}@media (max-width:440px){.planner__character{min-height:360px;padding-bottom:64px}.planner__character img{width:min(250px,84vw);max-height:330px}.planner__character-bottom{height:68px}.planner__character-bottom--front{height:58px}}.planner__layout{grid-template-columns:minmax(0,1fr) minmax(300px,0.9fr) minmax(340px,0.82fr) !important;gap:clamp(12px,1.8vw,28px) !important;align-items:center !important}.planner__character{min-height:430px !important;padding:0 !important;margin:0 -24px 0 auto !important;justify-content:flex-end !important;align-self:center !important;overflow:visible !important}.planner__character img{width:min(390px,138%) !important;max-height:520px !important;object-position:center bottom !important;filter:drop-shadow(0 18px 24px rgba(25,60,58,.09)) !important}.planner__character-bottom{display:none !important}.planner__character-blob--main{width:min(390px,104%) !important;top:48% !important;left:50% !important}.planner__character-blob--secondary{width:84% !important;height:76% !important;top:44% !important;left:50% !important}.planner__character-orbit{top:43% !important;left:50% !important;width:min(445px,126%) !important;height:min(332px,80%) !important}.planner__character-spark--1{top:24% !important;left:8% !important}.planner__character-spark--2{top:30% !important;right:10% !important}.planner__character-spark--3{top:52% !important;right:4% !important}.planner__offer{margin-left:0 !important;z-index:2}@media (max-width:1180px){.planner__layout{grid-template-columns:minmax(0,1fr) minmax(270px,0.82fr) minmax(320px,0.88fr) !important;gap:16px !important}.planner__character{min-height:400px !important;margin-right:-12px !important}.planner__character img{width:min(340px,132%) !important;max-height:470px !important}}@media (max-width:980px){.planner__layout{grid-template-columns:minmax(0,1fr) minmax(300px,0.95fr) !important;gap:22px !important}.planner__copy{grid-column:1 / -1;text-align:center}.planner__copy .kicker,.planner__features{justify-content:center}.planner__copy > p{margin-inline:auto}.planner__character{grid-column:1;min-height:380px !important;margin:0 -10px 0 auto !important;justify-content:center !important}.planner__character img{width:min(300px,100%) !important;max-height:410px !important}.planner__offer{grid-column:2}}@media (max-width:700px){.planner__layout{grid-template-columns:1fr !important;gap:20px !important}.planner__character{order:2;width:100%;max-width:460px;min-height:360px !important;margin:0 auto !important;justify-content:center !important}.planner__character img{width:min(320px,88vw) !important;max-height:390px !important}.planner__offer{order:3;width:min(100%,520px);margin:0 auto 12px !important}.planner__character-blob--main{width:min(340px,90vw) !important}.planner__character-orbit{width:min(390px,98vw) !important;height:min(290px,68vw) !important}}@media (max-width:440px){.planner__character{min-height:320px !important}.planner__character img{width:min(260px,84vw) !important;max-height:330px !important}}.planner__character img{-webkit-mask-image:linear-gradient(to bottom,#000 0%,#000 82%,rgba(0,0,0,.92) 88%,transparent 100%) !important;mask-image:linear-gradient(to bottom,#000 0%,#000 82%,rgba(0,0,0,.92) 88%,transparent 100%) !important}.planner__downloads{display:inline-flex;align-items:center;gap:8px;margin:12px 0 0;padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.72);border:1px solid rgba(159,219,214,.8);color:var(--text-primary,#173f3d);font-size:0.95rem;line-height:1}.planner__downloads-label{color:rgba(23,63,61,.68);font-weight:600}.planner__downloads-count{font-size:1.02rem;font-weight:800;color:#12a99a}.planner__offer > small{display:block;margin-top:12px}@media (max-width:700px){.planner__downloads{justify-content:center;width:100%}}.planner__character{position:relative}.planner__character img{-webkit-mask-image:none !important;mask-image:none !important}.planner__character::after{content:"";position:absolute;left:-4%;right:-4%;bottom:-2px;height:124px;pointer-events:none;z-index:3;background:linear-gradient( to bottom,rgba(235,246,244,0) 0%,rgba(235,246,244,0.22) 34%,rgba(235,246,244,0.68) 68%,rgba(235,246,244,0.94) 88%,#ebf6f4 100% )}.planner__downloads{display:inline-flex;align-items:center;justify-content:space-between;gap:14px;min-width:190px;margin:14px 0 0;padding:10px 10px 10px 16px;border-radius:18px;background:linear-gradient(180deg,rgba(255,255,255,.96) 0%,rgba(247,253,252,.98) 100%);border:1px solid rgba(175,226,221,.95);box-shadow:0 10px 24px rgba(23,63,61,.06);line-height:1}.planner__downloads-label{color:rgba(23,63,61,.72);font-size:.88rem;font-weight:800;letter-spacing:.01em}.planner__downloads-count{display:inline-flex;align-items:center;justify-content:center;min-width:60px;padding:10px 14px;border-radius:999px;background:linear-gradient(135deg,rgba(21,190,169,.18) 0%,rgba(21,190,169,.08) 100%);box-shadow:inset 0 0 0 1px rgba(21,190,169,.15);color:#109b8d;font-size:1.15rem;font-weight:900}@media (max-width:700px){.planner__character::after{height:104px}.planner__downloads{width:100%}}@media (max-width:440px){.planner__character::after{height:88px}.planner__downloads{min-width:0;padding:9px 10px 9px 14px}.planner__downloads-count{min-width:56px;padding-inline:12px}}.planner__character img{filter:none !important}.planner__downloads{display:inline-flex;align-items:center;gap:10px;min-width:0;margin-top:12px;padding:8px 10px 8px 12px;border-radius:16px;background:rgba(255,255,255,.92);border:1px solid rgba(175,226,221,.92);box-shadow:none}.planner__downloads-label{font-size:.84rem;font-weight:700;color:rgba(23,63,61,.70)}.planner__downloads-count{min-width:50px;padding:7px 10px;border-radius:999px;background:rgba(21,190,169,.12);box-shadow:inset 0 0 0 1px rgba(21,190,169,.14);color:#109b8d;font-size:1rem;font-weight:800}@media (max-width:700px){.planner__downloads{width:auto;max-width:100%}}.planner__character::after{content:none !important;display:none !important;background:none !important}.planner__character img{filter:none !important;-webkit-mask-image:linear-gradient( to bottom,#000 0%,#000 91%,rgba(0,0,0,.92) 94%,rgba(0,0,0,.42) 98%,transparent 100% ) !important;mask-image:linear-gradient( to bottom,#000 0%,#000 91%,rgba(0,0,0,.92) 94%,rgba(0,0,0,.42) 98%,transparent 100% ) !important}.planner__downloads{display:inline-flex !important;align-items:center !important;justify-content:center !important;gap:5px !important;width:auto !important;min-width:0 !important;margin:9px 0 0 !important;padding:5px 9px !important;border-radius:999px !important;border:1px solid rgba(21,190,169,.20) !important;background:rgba(255,255,255,.72) !important;box-shadow:none !important;line-height:1 !important}.planner__downloads-count{display:inline !important;min-width:0 !important;padding:0 !important;border-radius:0 !important;background:transparent !important;box-shadow:none !important;color:#0b9c8e !important;font-size:.86rem !important;font-weight:900 !important}.planner__downloads-label{color:rgba(23,63,61,.62) !important;font-size:.76rem !important;font-weight:700 !important;text-transform:lowercase !important}@media (max-width:700px){.planner__downloads{width:auto !important;margin-inline:auto !important}}.planner__character,.planner__character:hover,.planner__character:focus-within{background:transparent !important;box-shadow:none !important;filter:none !important}.planner__character::before,.planner__character::after{content:none !important;display:none !important;background:none !important;box-shadow:none !important;filter:none !important}.planner__character img,.planner__character:hover img,.planner__character:focus-within img{filter:none !important;box-shadow:none !important;-webkit-mask-image:linear-gradient( to bottom,#000 0%,#000 84%,rgba(0,0,0,.92) 89%,rgba(0,0,0,.55) 95%,transparent 100% ) !important;mask-image:linear-gradient( to bottom,#000 0%,#000 84%,rgba(0,0,0,.92) 89%,rgba(0,0,0,.55) 95%,transparent 100% ) !important}.planner__downloads{display:inline-flex !important;width:auto !important;min-width:0 !important;margin:8px 0 0 !important;padding:0 !important;border:0 !important;border-radius:0 !important;background:transparent !important;box-shadow:none !important}.planner__downloads-count{display:inline-flex !important;align-items:center !important;justify-content:center !important;min-width:0 !important;padding:6px 10px !important;border:1px solid rgba(21,190,169,.18) !important;border-radius:999px !important;background:rgba(21,190,169,.08) !important;box-shadow:none !important;color:#0b9c8e !important;font-size:.76rem !important;font-weight:800 !important;line-height:1 !important;letter-spacing:.01em !important}@media (max-width:700px){.planner__downloads{margin-inline:auto !important}}.planner__character{position:relative !important;isolation:isolate !important}.planner__character img,.planner__character:hover img,.planner__character:focus-within img{width:min(410px,142%) !important;max-height:520px !important;object-fit:contain !important;object-position:center bottom !important;filter:none !important;box-shadow:none !important;-webkit-mask-image:none !important;mask-image:none !important;position:relative !important;z-index:2 !important}.planner__character::after{content:"" !important;display:block !important;position:absolute !important;left:8% !important;right:8% !important;bottom:-1px !important;height:96px !important;pointer-events:none !important;z-index:3 !important;background:linear-gradient( to bottom,rgba(235,246,244,0) 0%,rgba(235,246,244,0.14) 28%,rgba(235,246,244,0.56) 58%,rgba(235,246,244,0.88) 82%,#ebf6f4 100% ) !important}@media (max-width:1180px){.planner__character img,.planner__character:hover img,.planner__character:focus-within img{width:min(365px,136%) !important;max-height:480px !important}}@media (max-width:980px){.planner__character img,.planner__character:hover img,.planner__character:focus-within img{width:min(315px,100%) !important;max-height:430px !important}.planner__character::after{left:10% !important;right:10% !important;height:88px !important}}@media (max-width:700px){.planner__character img,.planner__character:hover img,.planner__character:focus-within img{width:min(320px,86vw) !important;max-height:400px !important}.planner__character::after{left:8% !important;right:8% !important;height:82px !important}}@media (max-width:440px){.planner__character img,.planner__character:hover img,.planner__character:focus-within img{width:min(275px,82vw) !important;max-height:350px !important}.planner__character::after{height:74px !important}}.planner__character,.planner__character:hover,.planner__character:focus-within{background:transparent !important;box-shadow:none !important;filter:none !important}.planner__character::after{content:none !important;display:none !important;background:transparent !important;box-shadow:none !important;filter:none !important}.planner__character img,.planner__character:hover img,.planner__character:focus-within img{filter:none !important;box-shadow:none !important;background:transparent !important}.planner__character::after{content:none !important;display:none !important}.planner__character img,.planner__character:hover img,.planner__character:focus-within img{filter:none !important;box-shadow:none !important;background:transparent !important;-webkit-mask-image:linear-gradient( to bottom,rgba(0,0,0,1) 0%,rgba(0,0,0,1) 78%,rgba(0,0,0,0.96) 84%,rgba(0,0,0,0.82) 89%,rgba(0,0,0,0.56) 93%,rgba(0,0,0,0.24) 97%,rgba(0,0,0,0) 100% ) !important;mask-image:linear-gradient( to bottom,rgba(0,0,0,1) 0%,rgba(0,0,0,1) 78%,rgba(0,0,0,0.96) 84%,rgba(0,0,0,0.82) 89%,rgba(0,0,0,0.56) 93%,rgba(0,0,0,0.24) 97%,rgba(0,0,0,0) 100% ) !important}@media (max-width:980px){.planner__character img,.planner__character:hover img,.planner__character:focus-within img{-webkit-mask-image:linear-gradient( to bottom,rgba(0,0,0,1) 0%,rgba(0,0,0,1) 76%,rgba(0,0,0,0.94) 83%,rgba(0,0,0,0.78) 88%,rgba(0,0,0,0.5) 93%,rgba(0,0,0,0.2) 97%,rgba(0,0,0,0) 100% ) !important;mask-image:linear-gradient( to bottom,rgba(0,0,0,1) 0%,rgba(0,0,0,1) 76%,rgba(0,0,0,0.94) 83%,rgba(0,0,0,0.78) 88%,rgba(0,0,0,0.5) 93%,rgba(0,0,0,0.2) 97%,rgba(0,0,0,0) 100% ) !important}}.planner__character,.planner__character:hover,.planner__character:focus-within{position:relative !important;isolation:isolate !important;background:transparent !important;box-shadow:none !important;filter:none !important}.planner__character img,.planner__character:hover img,.planner__character:focus-within img{position:relative !important;z-index:2 !important;filter:none !important;box-shadow:none !important;background:transparent !important;-webkit-mask-image:none !important;mask-image:none !important}.planner__character::after{content:"" !important;display:block !important;position:absolute !important;left:6% !important;right:6% !important;bottom:-1px !important;height:118px !important;pointer-events:none !important;z-index:4 !important;background:linear-gradient( to bottom,rgba(240,252,250,0) 0%,rgba(240,252,250,0.06) 24%,rgba(240,252,250,0.18) 42%,rgba(240,252,250,0.38) 60%,rgba(240,252,250,0.68) 78%,rgba(240,252,250,0.9) 90%,#f0fcfa 100% ) !important;border:0 !important;box-shadow:none !important;filter:none !important}@media (max-width:1180px){.planner__character::after{left:7% !important;right:7% !important;height:108px !important}}@media (max-width:980px){.planner__character::after{left:8% !important;right:8% !important;height:96px !important}}@media (max-width:700px){.planner__character::after{left:7% !important;right:7% !important;height:84px !important}}@media (max-width:440px){.planner__character::after{left:6% !important;right:6% !important;height:74px !important}}.ingredients-feature-layout{position:relative;display:grid;grid-template-columns:minmax(330px,.72fr) minmax(0,1.58fr);align-items:center;gap:clamp(0px,1.2vw,20px)}.ingredients-scientist{position:relative;isolation:isolate;z-index:1;align-self:stretch;display:flex;align-items:flex-end;justify-content:center;min-width:0;min-height:500px;margin-right:clamp(-52px,-3vw,-24px);padding:16px 0 0;overflow:hidden;pointer-events:none}.ingredients-scientist img{position:relative;z-index:3;display:block;width:min(500px,132%);max-width:none;max-height:540px;object-fit:contain;object-position:center bottom;filter:none;box-shadow:none}.ingredients-scientist__blob,.ingredients-scientist__orbit,.ingredients-scientist__spark{position:absolute;pointer-events:none}.ingredients-scientist__blob{z-index:0;border-radius:50%}.ingredients-scientist__blob--main{width:min(420px,96%);aspect-ratio:1 / 1;left:50%;top:46%;transform:translate(-50%,-50%);background:radial-gradient(circle at 50% 50%,rgba(132,221,211,.92) 0%,rgba(132,221,211,.76) 62%,rgba(132,221,211,0) 73%);animation:plannerFloat 7s ease-in-out infinite}.ingredients-scientist__blob--secondary{width:82%;height:68%;left:48%;top:42%;transform:translate(-50%,-50%) rotate(-11deg);border-radius:47% 53% 50% 50% / 43% 49% 51% 57%;background:rgba(133,223,212,.58);animation:plannerBlobMorph 8s ease-in-out infinite}.ingredients-scientist__orbit{z-index:1;left:50%;top:43%;width:min(480px,114%);height:min(355px,72%);transform:translate(-50%,-50%) rotate(8deg);border:4px solid rgba(255,255,255,.72);border-radius:50%;opacity:.92;animation:plannerOrbitDrift 12s ease-in-out infinite}.ingredients-scientist__spark{z-index:2;color:rgba(255,255,255,.95);line-height:1;text-shadow:0 0 12px rgba(255,255,255,.28);animation:plannerSparkle 4.8s ease-in-out infinite}.ingredients-scientist__spark--1{top:25%;left:9%;font-size:1.45rem}.ingredients-scientist__spark--2{top:31%;right:8%;font-size:1.2rem;animation-delay:1.1s}.ingredients-scientist__spark--3{top:49%;right:2%;font-size:1.35rem;animation-delay:2.1s}.ingredients-scientist::after{content:"";position:absolute;z-index:4;left:0;right:0;bottom:-1px;height:112px;pointer-events:none;background:linear-gradient( to bottom,rgba(240,252,250,0) 0%,rgba(240,252,250,.08) 25%,rgba(240,252,250,.24) 46%,rgba(240,252,250,.52) 66%,rgba(240,252,250,.82) 84%,#f0fcfa 100% )}.ingredients-feature-layout .ingredient-list-card{z-index:2;min-width:0;padding:clamp(28px,3.2vw,44px) clamp(26px,3.5vw,48px)}.ingredients-feature-layout .ingredient-list-card h2{font-size:clamp(1.9rem,2.65vw,2.75rem)}.ingredients-feature-layout .ingredient-list-card__body{gap:clamp(26px,3vw,44px)}@media (max-width:1120px){.ingredients-feature-layout{grid-template-columns:minmax(290px,.67fr) minmax(0,1.45fr)}.ingredients-scientist{min-height:460px;margin-right:-34px}.ingredients-scientist img{width:min(450px,136%);max-height:500px}.ingredients-feature-layout .ingredient-list-card h2{font-size:clamp(1.8rem,2.5vw,2.45rem)}}@media (max-width:900px){.ingredients-feature-layout{grid-template-columns:1fr;gap:18px}.ingredients-scientist{width:min(100%,560px);min-height:430px;margin:0 auto -26px}.ingredients-scientist img{width:min(440px,90vw);max-height:470px}.ingredients-scientist__blob--main{width:min(390px,82vw)}.ingredients-scientist__orbit{width:min(455px,96vw);height:min(330px,68vw)}.ingredients-feature-layout .ingredient-list-card{width:100%}}@media (max-width:600px){.ingredients-scientist{min-height:360px;margin-bottom:-20px}.ingredients-scientist img{width:min(360px,92vw);max-height:400px}.ingredients-scientist::after{height:88px}.ingredients-scientist__spark--1{left:5%}.ingredients-scientist__spark--2{right:4%}.ingredients-feature-layout .ingredient-list-card{padding:26px 20px}}@media (max-width:420px){.ingredients-scientist{min-height:320px}.ingredients-scientist img{width:min(315px,92vw);max-height:350px}.ingredients-scientist::after{height:76px}}.ingredients-feature-layout{grid-template-columns:minmax(300px,.64fr) minmax(0,1.56fr) !important;gap:clamp(18px,2.2vw,34px) !important}.ingredients-scientist{min-height:470px !important;margin-right:0 !important}.ingredients-scientist img{width:min(430px,116%) !important;max-height:500px !important}.ingredients-scientist__blob--main{width:min(390px,92%) !important}.ingredients-scientist__orbit{width:min(445px,108%) !important;height:min(330px,70%) !important}@media (max-width:1120px){.ingredients-feature-layout{grid-template-columns:minmax(265px,.58fr) minmax(0,1.5fr) !important;gap:22px !important}.ingredients-scientist{min-height:420px !important;margin-right:0 !important}.ingredients-scientist img{width:min(365px,112%) !important;max-height:455px !important}}@media (max-width:900px){.ingredients-feature-layout{grid-template-columns:1fr !important;gap:20px !important}.ingredients-scientist{width:min(100%,520px) !important;min-height:405px !important;margin:0 auto -18px !important}.ingredients-scientist img{width:min(400px,86vw) !important;max-height:440px !important}}@media (max-width:600px){.ingredients-scientist{min-height:340px !important;margin-bottom:-14px !important}.ingredients-scientist img{width:min(330px,86vw) !important;max-height:375px !important}}@media (max-width:420px){.ingredients-scientist{min-height:300px !important}.ingredients-scientist img{width:min(290px,84vw) !important;max-height:325px !important}}.ingredients-feature-layout{grid-template-columns:minmax(320px,.68fr) minmax(0,1.52fr) !important;gap:clamp(32px,3.4vw,56px) !important}.ingredients-scientist{overflow:visible !important;min-height:470px !important;margin-right:0 !important;padding-right:10px !important}.ingredients-scientist img{width:min(405px,108%) !important;max-height:480px !important;transform:translateX(-5%) !important;transform-origin:center bottom !important}.ingredients-feature-layout .ingredient-list-card{position:relative !important;z-index:5 !important}@media (max-width:1120px){.ingredients-feature-layout{grid-template-columns:minmax(285px,.63fr) minmax(0,1.47fr) !important;gap:34px !important}.ingredients-scientist{min-height:420px !important;padding-right:8px !important}.ingredients-scientist img{width:min(350px,106%) !important;max-height:440px !important;transform:translateX(-4%) !important}}@media (max-width:900px){.ingredients-feature-layout{grid-template-columns:1fr !important;gap:22px !important}.ingredients-scientist{width:min(100%,540px) !important;min-height:405px !important;margin:0 auto -18px !important;padding-right:0 !important;overflow:hidden !important}.ingredients-scientist img{width:min(390px,86vw) !important;max-height:430px !important;transform:none !important}}@media (max-width:600px){.ingredients-scientist{min-height:340px !important}.ingredients-scientist img{width:min(325px,86vw) !important;max-height:365px !important}}@media (max-width:420px){.ingredients-scientist{min-height:300px !important}.ingredients-scientist img{width:min(285px,84vw) !important;max-height:320px !important}}.benefit-card__icon img{width:26px;height:26px;object-fit:contain;display:block;pointer-events:none}.product-notes img{width:20px;height:20px;object-fit:contain;display:block;flex:0 0 20px;pointer-events:none}.product-notes svg{display:none}.planner__button{display:inline-flex;align-items:center;justify-content:center;gap:10px}.planner__button-icon{width:20px;height:20px;object-fit:contain;display:block;flex:0 0 20px;pointer-events:none}.footer__socials a,.footer__socials a:hover,.footer__socials a:focus-visible{transform:none !important}.footer__socials a{position:relative;isolation:isolate;overflow:hidden;width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;transition:background-color .24s ease,border-color .24s ease,color .24s ease,box-shadow .24s ease !important}.footer__socials a .social-icon-stack{position:relative;display:block;width:28px;height:28px;flex:0 0 28px}.footer__socials a .social-icon{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;display:block;pointer-events:none;transform:translateY(0) scale(1);transition:opacity .24s ease,transform .24s ease;will-change:opacity,transform}.footer__socials a .social-icon--default{opacity:1}.footer__socials a .social-icon--hover{opacity:0}.footer__socials a:hover .social-icon--default,.footer__socials a:focus-visible .social-icon--default{opacity:0}.footer__socials a:hover .social-icon--hover,.footer__socials a:focus-visible .social-icon--hover{opacity:1}.footer__socials a:hover .social-icon,.footer__socials a:focus-visible .social-icon{transform:translateY(-1px) scale(1.08)}.footer__socials a:active .social-icon{transform:translateY(0) scale(.98)}.cookie-bar{position:fixed;z-index:1000;left:18px;right:18px;bottom:18px;max-width:1040px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px 20px;border:1px solid rgba(21,190,169,.24);border-radius:18px;background:rgba(255,255,255,.96);box-shadow:0 22px 70px rgba(25,60,58,.2);backdrop-filter:blur(14px)}.cookie-bar[hidden]{display:none}.cookie-bar p{margin:5px 0 0;color:var(--muted);font-size:.86rem}.cookie-bar__actions{display:flex;gap:10px;flex:none}.cookie-bar .button{min-height:42px;padding:0 16px}@media (max-width:700px){.planner-section{overflow:hidden !important}.planner__layout{display:grid !important;grid-template-columns:minmax(0,1fr) !important;align-items:start !important;gap:24px !important}.planner__copy{grid-column:1 !important;grid-row:1 !important;width:100% !important;text-align:center !important}.planner__copy .kicker,.planner__features{justify-content:center !important}.planner__copy > p{margin-inline:auto !important}.planner__character{grid-column:1 !important;grid-row:2 !important;order:initial !important;width:100% !important;max-width:420px !important;min-height:340px !important;margin:0 auto !important;padding:0 !important;align-self:start !important;justify-content:center !important;overflow:hidden !important}.planner__character img,.planner__character:hover img,.planner__character:focus-within img{width:min(300px,82vw) !important;max-height:370px !important;margin:0 auto !important;object-position:center bottom !important}.planner__offer{grid-column:1 !important;grid-row:3 !important;order:initial !important;width:min(100%,520px) !important;max-width:520px !important;margin:0 auto 12px !important;align-self:start !important}.planner__character-blob--main{width:min(330px,88vw) !important}.planner__character-blob--secondary{width:min(300px,80vw) !important}.planner__character-orbit{width:min(380px,96vw) !important;height:min(285px,70vw) !important}}@media (max-width:440px){.planner__layout{gap:18px !important}.planner__character{min-height:305px !important}.planner__character img,.planner__character:hover img,.planner__character:focus-within img{width:min(255px,78vw) !important;max-height:325px !important}}@media (max-width:980px){.nav.is-open .nav__item--products .nav__dropdown{display:none !important;opacity:0 !important;visibility:hidden !important;pointer-events:none !important;transform:none !important}.nav.is-open .nav__item--products.is-dropdown-open .nav__dropdown{display:grid !important;opacity:1 !important;visibility:visible !important;pointer-events:auto !important}.nav__item--products.is-dropdown-open .nav__link::after{transform:rotate(225deg) !important;opacity:1 !important}}:root{--page-bg:#f0fcfa}.content-page,.blog-page,.article-page,.checkout-page,.success-page{background:var(--page-bg)}.logo__mark{width:154px;max-height:50px;object-fit:contain}.page-footer{margin-top:0}.page-footer .logo__mark{width:160px}.page-hero{padding:86px 0 70px;background:linear-gradient(145deg,#effcf9,#fff);border-bottom:1px solid var(--line)}.page-hero__inner{max-width:840px}.page-hero .kicker{margin-bottom:14px}.page-hero h1{font-size:clamp(2.35rem,5vw,4.7rem);line-height:1.02;letter-spacing:-.055em;margin:0 0 20px}.page-hero p{max-width:720px;font-size:1.08rem;line-height:1.8;color:var(--muted);margin:0}.page-section{padding:74px 0}.page-section--white{background:#fff}.page-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.info-card{padding:28px;border:1px solid rgba(21,190,169,.18);border-radius:22px;background:#fff;box-shadow:0 20px 60px rgba(24,85,78,.08)}.info-card h2,.info-card h3{margin:0 0 12px}.info-card p,.info-card li{color:var(--muted);line-height:1.72}.info-card ul{padding-left:20px}.prose{max-width:900px;margin:auto}.prose h2{margin:42px 0 14px;font-size:clamp(1.45rem,2.6vw,2.15rem)}.prose h3{margin:28px 0 10px}.prose p,.prose li{font-size:1rem;line-height:1.82;color:#536e6a}.prose ul,.prose ol{padding-left:24px}.prose a{color:var(--brand-dark);font-weight:800}.notice{padding:20px 22px;border-radius:16px;background:var(--mint-soft);border:1px solid rgba(21,190,169,.2)}.blog-toolbar{display:flex;gap:12px;align-items:center;margin:30px 0}.blog-search{width:100%;min-height:52px;border:1px solid var(--line);border-radius:14px;padding:0 18px;background:#fff}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.blog-card{display:flex;flex-direction:column;min-height:330px;padding:26px;border-radius:24px;background:#fff;border:1px solid rgba(21,190,169,.16);box-shadow:0 18px 50px rgba(24,85,78,.07);transition:transform .22s,box-shadow .22s}.blog-card:hover{transform:translateY(-5px);box-shadow:0 26px 65px rgba(24,85,78,.12)}.blog-card__tag{display:inline-flex;align-self:flex-start;padding:7px 10px;border-radius:999px;background:var(--mint-soft);color:var(--brand-deep);font-size:.72rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.blog-card h2{font-size:1.42rem;line-height:1.18;margin:18px 0 12px}.blog-card p{color:var(--muted);line-height:1.68}.blog-card__meta{margin-top:auto;display:flex;justify-content:space-between;color:var(--muted);font-size:.82rem;font-weight:700}.article-shell{padding:60px 0 90px}.article-layout{display:grid;grid-template-columns:minmax(0,820px) 280px;gap:44px;align-items:start}.article-main{padding:42px;border:1px solid rgba(21,190,169,.16);border-radius:28px;background:#fff;box-shadow:0 28px 80px rgba(24,85,78,.08)}.article-main h1{font-size:clamp(2.25rem,5vw,4rem);line-height:1.04;letter-spacing:-.05em;margin:0 0 16px}.article-meta{color:var(--muted);font-size:.88rem;margin-bottom:32px}.article-section{padding:0;margin:0 0 34px}.article-section h2{font-size:1.75rem;margin:0 0 14px}.article-section p,.article-section li{color:#4f6d68;line-height:1.82}.article-list{padding-left:22px}.article-cta{display:inline-flex;padding:14px 20px;border-radius:12px;background:var(--brand);color:#fff!important;font-weight:900}.article-aside{position:sticky;top:100px;padding:24px;border-radius:22px;background:var(--ink);color:#fff}.article-aside p{color:rgba(255,255,255,.72);line-height:1.65}.article-aside a{width:100%;margin-top:12px}.breadcrumbs{font-size:.85rem;color:var(--muted);margin-bottom:24px}.breadcrumbs a{color:var(--brand-dark);font-weight:800}.form-card{padding:30px;border-radius:24px;background:#fff;border:1px solid rgba(21,190,169,.18);box-shadow:0 20px 60px rgba(24,85,78,.08)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{display:grid;gap:7px}.field--full{grid-column:1/-1}.field label{font-size:.86rem;font-weight:900}.field input,.field textarea,.field select{width:100%;border:1px solid rgba(25,60,58,.16);border-radius:12px;padding:13px 14px;color:var(--ink);background:#fbfffe}.field textarea{min-height:140px;resize:vertical}.field input:focus,.field textarea:focus,.field select:focus{outline:3px solid rgba(21,190,169,.15);border-color:var(--brand)}.form-status{min-height:24px;margin-top:12px;color:var(--brand-deep);font-weight:800}.checkout-wrap{padding:54px 0 90px}.checkout-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(330px,.8fr);gap:28px;align-items:start}.checkout-card{padding:30px;border-radius:24px;background:#fff;border:1px solid rgba(21,190,169,.16);box-shadow:0 20px 60px rgba(24,85,78,.07);margin-bottom:22px}.checkout-card h2{margin:0 0 22px;font-size:1.4rem}.choice-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.choice{position:relative}.choice input{position:absolute;opacity:0}.choice label{display:flex;min-height:72px;align-items:center;justify-content:center;text-align:center;padding:12px;border:1px solid var(--line);border-radius:14px;font-weight:900;cursor:pointer}.choice input:checked+label{border-color:var(--brand);background:var(--mint-soft);box-shadow:0 0 0 3px rgba(21,190,169,.1)}.order-summary{position:sticky;top:100px}.summary-product{display:grid;grid-template-columns:78px 1fr;gap:16px;align-items:center}.summary-product img{width:78px;height:78px;object-fit:contain;border-radius:14px;background:var(--cream)}.summary-line{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid var(--line)}.summary-line--total{font-size:1.25rem;border:0}.coupon{display:flex;gap:8px;margin-top:16px}.coupon input{min-width:0;flex:1;border:1px solid var(--line);border-radius:10px;padding:12px}.checkout-error{color:#b42318;font-weight:800;margin-top:12px}.button.is-loading{opacity:.65;pointer-events:none}.success-box{max-width:760px;margin:70px auto;padding:44px;border-radius:28px;background:#fff;border:1px solid rgba(21,190,169,.18);text-align:center;box-shadow:var(--shadow)}.cookie-bar{position:fixed;z-index:1000;left:18px;right:18px;bottom:18px;max-width:1040px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px 20px;border:1px solid rgba(21,190,169,.24);border-radius:18px;background:rgba(255,255,255,.96);box-shadow:0 22px 70px rgba(25,60,58,.2);backdrop-filter:blur(14px)}.cookie-bar[hidden]{display:none}.cookie-bar p{margin:5px 0 0;color:var(--muted);font-size:.86rem}.cookie-bar__actions{display:flex;gap:10px;flex:none}.cookie-bar .button{min-height:42px;padding:0 16px}.global-cart{position:fixed;z-index:1200;inset:0;visibility:hidden;pointer-events:none}.global-cart.is-open{visibility:visible;pointer-events:auto}.global-cart__backdrop{position:absolute;inset:0;border:0;background:rgba(8,35,33,.45);opacity:0;transition:.25s}.global-cart.is-open .global-cart__backdrop{opacity:1}.global-cart__panel{position:absolute;right:0;top:0;height:100%;width:min(430px,94vw);padding:26px;background:#fff;transform:translateX(100%);transition:.3s ease;box-shadow:-20px 0 60px rgba(0,0,0,.14)}.global-cart.is-open .global-cart__panel{transform:none}.global-cart__head{display:flex;justify-content:space-between;align-items:center;font-size:1.35rem}.global-cart__head button{border:0;background:var(--mint-soft);width:38px;height:38px;border-radius:50%;font-size:1.5rem}.global-cart__body{display:grid;grid-template-columns:90px 1fr;gap:16px;align-items:center;margin:30px 0;padding:18px;border-radius:18px;background:var(--cream)}.global-cart__body img{width:90px;height:90px;object-fit:contain}.global-cart__body span{display:block;color:var(--muted);margin-top:5px}.global-cart__qty{display:flex;justify-content:center;align-items:center;gap:20px;padding:16px;border:1px solid var(--line);border-radius:14px}.global-cart__qty button{width:38px;height:38px;border:0;border-radius:10px;background:var(--mint-soft);font-size:1.25rem}.global-cart__sum{display:flex;justify-content:space-between;font-size:1.25rem;padding:24px 0}.global-cart__panel .button{width:100%}.global-cart__clear{width:100%;border:0;background:none;padding:16px;color:var(--muted);font-weight:800}.cart img{width:22px;height:22px;object-fit:contain}@media(max-width:980px){.page-grid,.blog-grid{grid-template-columns:1fr 1fr}.article-layout,.checkout-grid{grid-template-columns:1fr}.article-aside,.order-summary{position:static}.header__inner{grid-template-columns:auto auto 1fr auto}.header .nav{position:fixed;left:20px;right:20px;top:82px;display:none;flex-direction:column;padding:16px;background:#fff;border-radius:18px;box-shadow:var(--shadow)}.header .nav.is-open{display:flex}.header .menu-toggle{display:block}.header__cta{display:none}}@media(max-width:650px){.container{width:min(calc(100% - 28px),var(--container))}.page-hero{padding:58px 0 48px}.page-section{padding:52px 0}.page-grid,.blog-grid,.form-grid{grid-template-columns:1fr}.article-main,.checkout-card,.form-card{padding:22px}.choice-grid{grid-template-columns:1fr}.cookie-bar{flex-direction:column;align-items:stretch}.cookie-bar__actions{display:grid;grid-template-columns:1fr 1fr}.footer__main{grid-template-columns:1fr!important}.footer__bottom{flex-direction:column;gap:10px}.article-shell{padding-top:28px}}[hidden]{display:none !important}.footer__main{grid-template-columns:minmax(240px,1.25fr) repeat(3,minmax(150px,.82fr))!important;gap:clamp(34px,5vw,86px)!important;align-items:start!important}.footer__brand{max-width:300px}.footer__column{min-width:0}.footer__column a{width:max-content;max-width:100%}.footer__card{display:none!important}@media(max-width:980px){.footer__main{grid-template-columns:1.2fr repeat(2,1fr)!important}.footer__column:last-child{grid-column:2/4}}@media(max-width:650px){.footer__main{grid-template-columns:1fr!important;gap:30px!important}.footer__column:last-child{grid-column:auto}}.article-layout{grid-template-columns:minmax(0,900px) 280px;gap:48px}.article-main{padding:clamp(28px,4vw,54px);border-radius:30px;background:rgba(255,255,255,.98)}.article-content>.container{width:100%;max-width:none;padding:0;margin:0}.article-meta{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin:0 0 30px;padding-bottom:18px;border-bottom:1px solid rgba(21,190,169,.14);font-size:.9rem}.article-section{margin:0 0 26px}.article-section.premium-card{padding:clamp(22px,3vw,34px);border:1px solid rgba(21,190,169,.14);border-radius:22px;background:linear-gradient(145deg,#fff 0%,#fbfffe 100%);box-shadow:0 14px 38px rgba(24,85,78,.055)}.article-section.premium-lead-card{background:linear-gradient(145deg,#edfbf8,#fff);border-color:rgba(21,190,169,.24)}.article-section h2{font-size:clamp(1.45rem,2.5vw,2rem);line-height:1.22;letter-spacing:-.025em;margin:0 0 16px;color:#173f3d}.article-section h3{font-size:1.2rem;line-height:1.35;margin:24px 0 10px;color:#173f3d}.article-section p,.article-section li{font-size:1.04rem;line-height:1.88;color:#496762}.article-section p{margin:0 0 16px}.article-section p:last-child{margin-bottom:0}.article-list{display:grid;gap:9px;padding:0;margin:20px 0 0;list-style:none}.article-list li{position:relative;padding-left:25px}.article-list li::before{content:'✓';position:absolute;left:0;top:.03em;color:#15bea9;font-weight:900}.section-emoji{display:inline-grid;place-items:center;width:36px;height:36px;margin-right:8px;border-radius:11px;background:#e8f8f5;font-size:1.05rem;vertical-align:middle}.product-highlight-card{background:linear-gradient(145deg,#173f3d,#0f6d65)!important;border:0!important;color:#fff}.product-highlight-card h2,.product-highlight-card p{color:#fff}.product-highlight-card p{opacity:.86}.blog-faq-card details{border-top:1px solid rgba(21,190,169,.16);padding:14px 0}.blog-faq-card summary{cursor:pointer;font-weight:900;color:#173f3d}.blog-faq-card details p{padding-top:10px}.article-cta{margin-top:8px;box-shadow:0 12px 26px rgba(21,190,169,.2)}@media(max-width:650px){.article-main{padding:20px;border-radius:22px}.article-section.premium-card{padding:20px;border-radius:18px}.article-section p,.article-section li{font-size:1rem;line-height:1.78}.section-emoji{width:31px;height:31px}}.order-summary .global-cart__qty{display:none!important}.summary-product{padding-bottom:18px;border-bottom:1px solid var(--line)}.coupon{align-items:stretch}.coupon input{text-transform:uppercase;letter-spacing:.06em;font-weight:800}.coupon-hint{margin:8px 0 0;color:#64807b;font-size:.82rem}.coupon-hint strong{color:#0c9e8b}.inpost-picker{margin-top:18px}.inpost-selected{display:flex;align-items:center;gap:12px;padding:14px 16px;margin-bottom:12px;border:1px solid rgba(21,190,169,.38);border-radius:15px;background:linear-gradient(135deg,#effbf9,#fff)}.inpost-selected__icon{display:grid;place-items:center;width:38px;height:38px;flex:0 0 38px;border-radius:11px;background:#dff7f2;color:#0c9e8b;font-size:1.15rem}.inpost-selected small{display:block;color:#64807b;font-size:.72rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.inpost-selected strong{display:block;margin-top:3px;color:#173f3d}.inpost-map-shell{overflow:hidden;border:1px solid rgba(21,190,169,.24);border-radius:18px;background:#fff;box-shadow:0 16px 42px rgba(24,85,78,.08)}.inpost-map{height:610px;min-height:520px;width:100%}.inpost-map inpost-geowidget{display:block;width:100%;height:100%;min-height:100%}.inpost-map-status{display:grid;place-items:center;min-height:200px;padding:24px;text-align:center;color:#64807b}.inpost-map-status.is-error{color:#b42318;background:#fff5f4}@media(max-width:650px){.inpost-map{height:560px;min-height:500px}.inpost-picker{margin-left:-8px;margin-right:-8px}.inpost-selected{margin-left:8px;margin-right:8px}}.global-cart{overflow:hidden!important;contain:layout paint}.global-cart__panel{max-width:100%;box-sizing:border-box}.checkout-grid,.checkout-grid>*,#checkoutForm,.checkout-card,.order-summary,.form-grid,.field{min-width:0;max-width:100%;box-sizing:border-box}#checkoutForm{width:100%}.prose,.prose *,.toc,.toc *,.form,.form *{overflow-wrap:anywhere;word-break:normal;max-width:100%;box-sizing:border-box}@media(max-width:650px){.checkout-grid{width:100%;min-width:0}.checkout-card{width:100%;padding:18px}.inpost-map-shell{width:100%;max-width:100%}}:root{--v19-bg:#f1fbf9;--v19-card:#ffffff;--v19-ink:#173f3d;--v19-muted:#627d78;--v19-brand:#15bea9;--v19-brand-dark:#0c9e8b;--v19-line:rgba(21,190,169,.18);--v19-shadow:0 22px 70px rgba(24,85,78,.09)}html,body{max-width:100%;overflow-x:hidden}body.content-page,body.blog-page,body.article-page,body.checkout-page,body.success-page{background:var(--v19-bg)}.unified-footer.footer{position:relative;isolation:isolate;overflow:hidden;margin:0;padding:72px 0 28px!important;background:#fff!important;border-top:1px solid rgba(21,190,169,.13);color:var(--v19-ink)}.unified-footer.footer::before{content:"";position:absolute;inset:0 0 auto;height:12px;background:linear-gradient(90deg,#e8f8f5,#fff 35%,#e8f8f5 70%,#fff);opacity:.92}.unified-footer .footer__glow{display:block!important;position:absolute!important;pointer-events:none!important;opacity:.55!important;filter:blur(48px)!important}.unified-footer .footer__glow--one{width:240px!important;height:240px!important;left:4%!important;top:40px!important;background:rgba(21,190,169,.12)!important}.unified-footer .footer__glow--two{width:280px!important;height:280px!important;right:4%!important;top:15px!important;background:rgba(21,190,169,.08)!important}.unified-footer .footer__main{position:relative;z-index:2;display:grid!important;grid-template-columns:minmax(250px,1.35fr) repeat(3,minmax(150px,.72fr))!important;gap:clamp(36px,5vw,80px)!important;align-items:start!important;padding-bottom:52px!important}.unified-footer .footer__brand{max-width:300px!important;background:transparent!important;box-shadow:none!important;filter:none!important}.unified-footer .footer__brand::before,.unified-footer .footer__brand::after{display:none!important;content:none!important}.unified-footer .footer__brand .logo--footer{display:grid!important;grid-template-columns:52px auto!important;grid-template-rows:auto auto!important;column-gap:10px!important;align-items:center!important;width:max-content!important;margin:0 0 18px!important;color:var(--v19-ink)!important;text-decoration:none!important}.unified-footer .footer__brand .logo__mark{grid-row:1/3;width:52px!important;height:52px!important;object-fit:contain!important}.unified-footer .footer__brand .logo--footer span{font-size:1.15rem!important;font-weight:900!important;letter-spacing:.12em!important;line-height:1!important}.unified-footer .footer__brand .logo--footer small{font-size:.58rem!important;font-weight:800!important;letter-spacing:.13em!important;color:#718984!important;text-transform:uppercase!important}.unified-footer .footer__brand>p{margin:0 0 22px!important;color:var(--v19-muted)!important;line-height:1.72!important;font-size:.92rem!important}.unified-footer .footer__column{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:12px!important;min-width:0!important}.unified-footer .footer__column h3{margin:3px 0 8px!important;color:var(--v19-ink)!important;font-size:.78rem!important;font-weight:900!important;letter-spacing:.12em!important;text-transform:uppercase!important}.unified-footer .footer__column a{display:inline-flex!important;color:#607a75!important;font-size:.86rem!important;font-weight:700!important;line-height:1.35!important;text-decoration:none!important;transition:color .2s ease,transform .2s ease!important}.unified-footer .footer__column a:hover,.unified-footer .footer__column a:focus-visible{color:var(--v19-brand-dark)!important;transform:translateX(2px)!important}.unified-footer .footer__socials{display:flex!important;gap:10px!important}.unified-footer .footer__socials a{width:46px!important;height:46px!important;border-radius:14px!important;border:1px solid rgba(21,190,169,.22)!important;background:#fff!important;box-shadow:0 10px 26px rgba(24,85,78,.06)!important}.unified-footer .footer__socials a:hover,.unified-footer .footer__socials a:focus-visible{background:var(--v19-brand)!important;border-color:var(--v19-brand)!important;transform:none!important}.unified-footer .footer__socials .social-icon-stack{width:25px!important;height:25px!important;flex:0 0 25px!important}.unified-footer .footer__bottom{position:relative;z-index:2;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:24px!important;padding:22px 0!important;border-top:1px solid rgba(23,63,61,.1)!important}.unified-footer .footer__bottom p{margin:0!important;color:#77908b!important;font-size:.78rem!important}.unified-footer .footer__bottom nav{display:flex!important;flex-wrap:wrap!important;justify-content:flex-end!important;gap:12px 22px!important}.unified-footer .footer__bottom a{color:#466662!important;font-size:.75rem!important;font-weight:800!important;text-decoration:none!important}.unified-footer .footer__bottom .footer__login-link{padding:7px 11px!important;border-radius:999px!important;background:#e9f8f5!important;color:#0c8f82!important}.unified-footer .footer__legal{position:relative;z-index:2;margin:0!important;padding:18px 0 0!important;border-top:1px solid rgba(23,63,61,.07)!important;text-align:center!important}.unified-footer .footer__legal p{max-width:1000px!important;margin:0 auto!important;color:#829792!important;font-size:.69rem!important;line-height:1.65!important}.content-page .page-hero,.blog-page .page-hero,.article-page .page-hero,.checkout-page .page-hero,.success-page .page-hero{padding:72px 0 62px!important;background:radial-gradient(circle at 78% 20%,rgba(21,190,169,.09),transparent 34%),linear-gradient(145deg,#effbf9,#fff)!important;border-bottom:1px solid rgba(21,190,169,.12)!important}.page-hero__inner{max-width:900px!important}.page-hero .kicker,.eyebrow{display:inline-flex;margin:0 0 14px;color:#0a8e82;font-size:.76rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.page-hero h1{font-size:clamp(2.55rem,5.8vw,5rem)!important;line-height:1.02!important;letter-spacing:-.055em!important;color:var(--v19-ink)!important}.page-hero p{max-width:760px!important;color:var(--v19-muted)!important;font-size:1.08rem!important;line-height:1.75!important}.page-section{padding:74px 0!important}.page-section--white{background:#fff!important}.content-page .page-section>.container.prose{max-width:1080px!important;padding:clamp(28px,5vw,58px)!important;border:1px solid var(--v19-line)!important;border-radius:30px!important;background:#fff!important;box-shadow:var(--v19-shadow)!important}.content-page .prose h2{color:var(--v19-ink)!important;letter-spacing:-.025em!important}.content-page .prose h3{color:var(--v19-ink)!important}.content-page .prose p,.content-page .prose li{color:#526f6a!important;line-height:1.82!important}.content-page table{width:100%!important;border-collapse:separate!important;border-spacing:0!important;overflow:hidden!important;border:1px solid var(--v19-line)!important;border-radius:16px!important;background:#fff!important}.content-page th,.content-page td{padding:14px 16px!important;text-align:left!important;border-bottom:1px solid rgba(21,190,169,.12)!important;vertical-align:top!important}.content-page th{background:#ecfaf7!important;color:var(--v19-ink)!important;font-weight:900!important}.content-page tr:last-child td{border-bottom:0!important}.brand-story-section{background:linear-gradient(180deg,#fff,#f4fcfa)!important}.brand-story{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:clamp(30px,6vw,86px);align-items:center}.brand-story__copy h2,.section-heading-row h2,.brand-cta h2,.delivery-process h2{margin:0 0 18px;color:var(--v19-ink);font-size:clamp(2rem,4vw,3.4rem);line-height:1.08;letter-spacing:-.045em}.brand-story__copy .lead{font-size:1.25rem;line-height:1.7;color:#294f4a;font-weight:700}.brand-story__copy p{font-size:1rem;line-height:1.85;color:var(--v19-muted)}.brand-story__panel{padding:34px;border-radius:28px;background:linear-gradient(145deg,#153f3c,#0c8f82);color:#fff;box-shadow:0 28px 70px rgba(12,143,130,.22)}.brand-story__number{display:block;font-size:5rem;font-weight:900;line-height:.9;color:#79eadc}.brand-story__panel strong{display:block;margin:14px 0 10px;font-size:1.28rem}.brand-story__panel p{margin:0 0 24px;color:rgba(255,255,255,.75);line-height:1.65}.brand-story__panel .button{background:#fff!important;color:#0a756c!important}.section-heading-row{display:flex;justify-content:space-between;align-items:end;margin-bottom:32px}.value-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.value-card{padding:30px;border:1px solid var(--v19-line);border-radius:24px;background:linear-gradient(145deg,#fff,#f9fffd);box-shadow:0 16px 45px rgba(24,85,78,.06)}.value-card__icon{display:grid;place-items:center;width:46px;height:46px;margin-bottom:24px;border-radius:14px;background:#daf6f1;color:#0a8e82;font-weight:900}.value-card h3{margin:0 0 12px;color:var(--v19-ink);font-size:1.25rem}.value-card p{margin:0;color:var(--v19-muted);line-height:1.72}.brand-cta{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:42px 48px;border-radius:28px;background:#fff;border:1px solid var(--v19-line);box-shadow:var(--v19-shadow)}.brand-cta p{margin:0;color:var(--v19-muted)}.delivery-page{display:grid;gap:34px}.delivery-methods{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.delivery-method{padding:32px;border:1px solid var(--v19-line);border-radius:26px;background:#fff;box-shadow:var(--v19-shadow)}.delivery-method__head{display:flex;align-items:center;justify-content:space-between;gap:18px;padding-bottom:22px;margin-bottom:20px;border-bottom:1px solid rgba(21,190,169,.14)}.delivery-method__head img{width:46px;height:46px;object-fit:contain;padding:10px;border-radius:14px;background:#e8f8f5}.delivery-method__head div{display:grid;grid-template-columns:1fr auto;align-items:center;gap:10px;flex:1}.delivery-method__head span{font-size:1.18rem;font-weight:900;color:var(--v19-ink)}.delivery-method__head strong{padding:8px 12px;border-radius:999px;background:#dff7f2;color:#087f75}.delivery-method p,.delivery-method li{color:var(--v19-muted);line-height:1.75}.delivery-method ul{display:grid;gap:8px;margin:20px 0 0;padding:0;list-style:none}.delivery-method li{position:relative;padding-left:24px}.delivery-method li::before{content:'✓';position:absolute;left:0;color:var(--v19-brand);font-weight:900}.delivery-process{padding:40px;border-radius:28px;background:linear-gradient(145deg,#eaf9f6,#fff);border:1px solid var(--v19-line)}.process-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:28px}.process-grid article{padding:24px;border-radius:20px;background:#fff;border:1px solid rgba(21,190,169,.15)}.process-grid b{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:#15bea9;color:#fff}.process-grid h3{margin:18px 0 8px;color:var(--v19-ink)}.process-grid p{margin:0;color:var(--v19-muted);line-height:1.65}.delivery-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.info-card--flat{box-shadow:none!important}.info-card--flat h2{font-size:1.65rem}.info-card--flat p,.info-card--flat li{color:var(--v19-muted);line-height:1.75}.article-shell{padding:54px 0 90px!important}.article-layout{grid-template-columns:minmax(0,900px) 290px!important;gap:42px!important;max-width:1260px!important}.article-main{min-width:0!important;padding:clamp(28px,4vw,52px)!important;border-radius:30px!important;border:1px solid var(--v19-line)!important;background:#fff!important;box-shadow:var(--v19-shadow)!important}.article-content>.container{width:100%!important;max-width:none!important;padding:0!important;margin:0!important}.article-section.premium-card{padding:clamp(22px,3vw,34px)!important;margin:0 0 22px!important;border:1px solid rgba(21,190,169,.14)!important;border-radius:22px!important;background:linear-gradient(145deg,#fff,#fbfffe)!important;box-shadow:none!important}.article-section.premium-lead-card{background:linear-gradient(145deg,#eaf9f6,#fff)!important;border-color:rgba(21,190,169,.25)!important}.article-section h2{display:flex!important;align-items:flex-start!important;gap:8px!important;font-size:clamp(1.45rem,2.5vw,2rem)!important;line-height:1.24!important;letter-spacing:-.025em!important;margin:0 0 17px!important;color:var(--v19-ink)!important;overflow-wrap:anywhere!important}.article-section p,.article-section li{font-size:1.03rem!important;line-height:1.82!important;color:#4f6b66!important;overflow-wrap:normal!important;word-break:normal!important}.article-main .benefits-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important;margin:24px 0 0!important;padding:0!important;width:100%!important}.article-main .benefit-card{display:grid!important;grid-template-columns:48px minmax(0,1fr)!important;grid-template-areas:'icon title' 'icon text'!important;align-content:start!important;column-gap:15px!important;row-gap:6px!important;min-width:0!important;min-height:0!important;width:auto!important;padding:20px!important;margin:0!important;border:1px solid rgba(21,190,169,.16)!important;border-radius:18px!important;background:#fff!important;box-shadow:0 12px 32px rgba(24,85,78,.05)!important;transform:none!important}.article-main .benefit-card:hover{transform:translateY(-2px)!important;box-shadow:0 18px 40px rgba(24,85,78,.09)!important}.article-main .benefit-icon{grid-area:icon!important;display:grid!important;place-items:center!important;width:48px!important;height:48px!important;margin:0!important;border-radius:14px!important;background:#e8f8f5!important;font-size:1.35rem!important}.article-main .benefit-card h3{grid-area:title!important;margin:1px 0 0!important;color:var(--v19-ink)!important;font-size:1.08rem!important;line-height:1.35!important}.article-main .benefit-card p{grid-area:text!important;margin:0!important;font-size:.94rem!important;line-height:1.65!important;color:var(--v19-muted)!important}.article-main .article-list{display:grid!important;gap:10px!important;padding:0!important;margin:18px 0 0!important;list-style:none!important}.article-main .article-list li{position:relative!important;padding-left:26px!important}.article-main .article-list li::before{content:'✓'!important;position:absolute!important;left:0!important;color:var(--v19-brand)!important;font-weight:900!important}.article-main .warning-box,.article-main blockquote{padding:18px 20px!important;margin:20px 0!important;border:1px solid rgba(232,164,54,.25)!important;border-left:4px solid #e8a436!important;border-radius:14px!important;background:#fffaf0!important;color:#6f5835!important}.article-main table{display:table!important;width:100%!important;table-layout:auto!important;border-collapse:separate!important;border-spacing:0!important;border:1px solid var(--v19-line)!important;border-radius:14px!important;overflow:hidden!important}.article-main th,.article-main td{padding:13px 14px!important;border-bottom:1px solid rgba(21,190,169,.12)!important;text-align:left!important;vertical-align:top!important}.article-main th{background:#eaf9f6!important;color:var(--v19-ink)!important}.article-main tr:last-child td{border-bottom:0!important}.article-aside{background:linear-gradient(145deg,#173f3d,#0c796f)!important;border-radius:24px!important;box-shadow:0 22px 55px rgba(23,63,61,.18)!important}.checkout-hero{padding-bottom:50px!important}.checkout-grid{grid-template-columns:minmax(0,1.25fr) minmax(330px,.75fr)!important;gap:30px!important;align-items:start!important}.checkout-card{padding:clamp(22px,3vw,32px)!important;border-radius:24px!important;border:1px solid var(--v19-line)!important;background:#fff!important;box-shadow:0 18px 55px rgba(24,85,78,.07)!important}.checkout-card__heading{display:flex;align-items:flex-start;gap:15px;margin-bottom:24px}.checkout-card__heading>span{display:grid;place-items:center;width:38px;height:38px;flex:0 0 38px;border-radius:12px;background:#dff7f2;color:#087f75;font-weight:900}.checkout-card__heading h2{margin:0 0 5px!important}.checkout-card__heading p{margin:0;color:var(--v19-muted);font-size:.9rem;line-height:1.5}.choice-grid--shipping{grid-template-columns:repeat(2,minmax(0,1fr))!important}.choice label{min-height:76px!important;flex-direction:column!important;gap:5px!important;border:1px solid rgba(23,63,61,.14)!important;border-radius:16px!important;background:#fff!important;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease!important}.choice label span{font-size:.88rem;color:#58736f}.choice input:checked+label{border-color:var(--v19-brand)!important;background:#e7f8f5!important;box-shadow:0 0 0 3px rgba(21,190,169,.1)!important}.shipping-panel{margin-top:18px;animation:shippingPanelIn .32s ease both}@keyframes shippingPanelIn{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}.courier-panel{padding:20px;border:1px solid var(--v19-line);border-radius:18px;background:#f8fefd}.courier-panel fieldset{margin:0;padding:0;border:0}.courier-panel legend{margin-bottom:13px;color:var(--v19-ink);font-weight:900}.inline-options{display:flex;flex-wrap:wrap;gap:10px}.inline-options label{cursor:pointer}.inline-options input{position:absolute;opacity:0}.inline-options span{display:inline-flex;padding:10px 14px;border:1px solid rgba(23,63,61,.14);border-radius:12px;background:#fff;font-weight:800;color:#4f6b66}.inline-options input:checked+span{border-color:var(--v19-brand);background:#dff7f2;color:#087f75}.courier-address{margin-top:20px;padding-top:20px;border-top:1px solid rgba(21,190,169,.15);animation:shippingPanelIn .28s ease both}.free-shipping-notice{margin-top:16px!important;padding:14px 16px!important;font-size:.92rem!important}.coupon input{font-weight:700!important;letter-spacing:0!important;text-transform:none!important}.coupon input::placeholder{color:#879995}.coupon-hint{display:none!important}.order-summary #payBtn{width:100%!important;min-height:54px!important;margin-top:16px!important}.order-summary #payBtn:disabled{cursor:not-allowed!important;background:#a7d9d2!important;box-shadow:none!important;opacity:.78!important}.order-summary #payBtn:not(:disabled){background:var(--v19-brand)!important;box-shadow:0 14px 30px rgba(21,190,169,.22)!important}.checkout-error:empty{display:none}.checkout-error{padding:12px 14px;border-radius:12px;background:#fff4f2}.login-page{min-height:100vh;margin:0;background:radial-gradient(circle at 10% 10%,rgba(21,190,169,.14),transparent 32%),#f1fbf9;font-family:'Nunito',sans-serif;color:var(--v19-ink)}.login-shell{min-height:100vh;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr);align-items:stretch}.login-brand{display:flex;flex-direction:column;justify-content:space-between;padding:clamp(34px,7vw,100px);background:linear-gradient(145deg,#eaf9f6,#fff);border-right:1px solid rgba(21,190,169,.16)}.login-logo{display:flex;align-items:center;gap:12px;width:max-content;color:var(--v19-ink);text-decoration:none}.login-logo img{width:58px;height:58px;object-fit:contain}.login-logo span{display:flex;flex-direction:column}.login-logo strong{letter-spacing:.14em}.login-logo small{text-transform:uppercase;letter-spacing:.1em;color:#718984;font-size:.62rem;font-weight:800}.login-brand h1{max-width:680px;margin:0 0 20px;font-size:clamp(2.7rem,6vw,5.8rem);line-height:.98;letter-spacing:-.06em}.login-brand>div>p:last-child{max-width:650px;color:var(--v19-muted);font-size:1.08rem;line-height:1.75}.login-back{color:#0b8379;font-weight:900;text-decoration:none}.login-form-wrap{display:grid;place-items:center;padding:32px;background:#fff}.login-card{width:min(100%,500px);padding:clamp(28px,5vw,50px);border:1px solid var(--v19-line);border-radius:30px;background:#fff;box-shadow:0 30px 90px rgba(24,85,78,.13)}.login-card__head{display:flex;align-items:center;gap:15px;margin-bottom:30px}.login-lock{display:grid;place-items:center;width:48px;height:48px;border-radius:15px;background:#dff7f2;color:#087f75;font-size:1.2rem;font-weight:900}.login-card h2{margin:0;font-size:2rem;letter-spacing:-.04em}.login-card label{display:grid;gap:8px;margin-bottom:18px;font-size:.85rem;font-weight:900}.login-card input{width:100%;box-sizing:border-box;padding:14px 15px;border:1px solid rgba(23,63,61,.18);border-radius:13px;background:#fbfffe;color:var(--v19-ink);font:inherit}.login-card input:focus{outline:3px solid rgba(21,190,169,.14);border-color:var(--v19-brand)}.password-field{position:relative}.password-field input{padding-right:82px}.password-field button{position:absolute;right:8px;top:50%;transform:translateY(-50%);border:0;border-radius:9px;padding:7px 10px;background:#e7f8f5;color:#087f75;font-weight:900;cursor:pointer}.login-submit{width:100%;min-height:52px;margin-top:8px}.login-status{min-height:24px;margin:14px 0 0;color:#b42318;font-weight:800}.login-status.is-success{color:#087f75}.login-note{margin:20px 0 0;padding-top:18px;border-top:1px solid rgba(23,63,61,.09);color:#7a918c;font-size:.78rem;line-height:1.55}@media(max-width:1050px){.unified-footer .footer__main{grid-template-columns:minmax(240px,1.2fr) repeat(2,minmax(150px,.8fr))!important}.unified-footer .footer__column:last-child{grid-column:2/4!important}.brand-story,.checkout-grid{grid-template-columns:1fr!important}.order-summary{position:static!important}.article-layout{grid-template-columns:1fr!important}.article-aside{position:static!important;display:grid!important;grid-template-columns:1fr auto auto!important;align-items:center!important;gap:12px!important}.article-aside p{margin:0!important}.article-aside a{width:auto!important;margin:0!important}.login-shell{grid-template-columns:1fr}.login-brand{min-height:420px;border-right:0;border-bottom:1px solid rgba(21,190,169,.16)}}@media(max-width:720px){.unified-footer.footer{padding-top:58px!important}.unified-footer .footer__main{grid-template-columns:1fr!important;gap:28px!important;padding-bottom:38px!important}.unified-footer .footer__brand{max-width:none!important}.unified-footer .footer__column:last-child{grid-column:auto!important}.unified-footer .footer__bottom{align-items:flex-start!important;flex-direction:column!important}.unified-footer .footer__bottom nav{justify-content:flex-start!important}.unified-footer .footer__legal{text-align:left!important}.content-page .page-hero,.blog-page .page-hero,.article-page .page-hero,.checkout-page .page-hero{padding:54px 0 46px!important}.page-hero h1{font-size:clamp(2.35rem,11vw,3.7rem)!important}.page-section{padding:52px 0!important}.content-page .page-section>.container.prose{padding:22px!important;border-radius:22px!important}.value-grid,.delivery-methods,.process-grid,.delivery-info-grid{grid-template-columns:1fr}.brand-cta{align-items:flex-start;flex-direction:column;padding:30px}.delivery-process{padding:26px}.delivery-method{padding:24px}.delivery-method__head div{grid-template-columns:1fr}.delivery-method__head strong{justify-self:start}.article-main .benefits-grid{grid-template-columns:1fr!important}.article-main .benefit-card{grid-template-columns:42px minmax(0,1fr)!important}.article-main .benefit-icon{width:42px!important;height:42px!important}.article-aside{display:block!important}.article-aside a{width:100%!important;margin-top:10px!important}.choice-grid,.choice-grid--shipping{grid-template-columns:1fr!important}.inline-options{display:grid}.inline-options span{width:100%;box-sizing:border-box}.coupon{display:grid!important;grid-template-columns:1fr auto!important}.inpost-map{height:520px!important;min-height:460px!important}.login-brand{min-height:360px;padding:34px 24px}.login-brand h1{font-size:clamp(2.6rem,13vw,4.2rem)}.login-form-wrap{padding:22px 14px}.login-card{padding:26px 20px;border-radius:22px}}@media(max-width:430px){.coupon{grid-template-columns:1fr!important}.coupon .button{width:100%!important}.checkout-card{padding:19px!important}.article-main{padding:18px!important}.article-section.premium-card{padding:18px!important}}.unified-footer.footer::after{content:none!important;display:none!important}.content-page .prose>.container,.content-page .prose>section.container{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}.content-page .about-cards{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:20px!important;margin:28px 0!important}.content-page .about-card{min-width:0!important;padding:26px!important;border:1px solid var(--v19-line)!important;border-radius:22px!important;background:#fff!important;box-shadow:0 14px 40px rgba(24,85,78,.055)!important}.content-page .about-card .ac-icon{display:grid!important;place-items:center!important;width:44px!important;height:44px!important;margin-bottom:18px!important;border-radius:13px!important;background:#e8f8f5!important}.content-page .about-card h3{margin:0 0 10px!important;color:var(--v19-ink)!important}.content-page .about-card p{margin:0 0 10px!important;color:var(--v19-muted)!important;line-height:1.72!important}.content-page .notice-panel{padding:28px!important;border:1px solid var(--v19-line)!important;border-radius:22px!important;background:linear-gradient(145deg,#eaf9f6,#fff)!important}.content-page .page-grid{align-items:stretch!important}.content-page .info-card{height:100%!important;box-sizing:border-box!important}.form-card{max-width:1000px!important;margin:0 auto!important;padding:clamp(24px,4vw,42px)!important;border-radius:28px!important}.form-card>h2{margin:0 0 24px!important;font-size:clamp(1.6rem,3vw,2.2rem)!important}@media(max-width:720px){.content-page .about-cards{grid-template-columns:1fr!important}}input:not([type="button"]):not([type="submit"]):not([type="reset"]),textarea,select,option{font-weight:400 !important}input::placeholder,textarea::placeholder{font-weight:400 !important;color:#849995}.form-card > .button[type="submit"],.form-card .form-grid + .button[type="submit"]{margin-top:22px !important}.form-status{min-height:1.4em;margin:14px 0 0 !important;color:#0b8176;font-weight:700}.account-page .page-section{min-height:500px}.account-shell{display:grid;grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr);gap:24px;align-items:start}.account-card{padding:clamp(24px,4vw,38px);border:1px solid var(--v19-line);border-radius:26px;background:#fff;box-shadow:var(--v19-shadow)}.account-profile{display:flex;align-items:center;gap:18px}.account-avatar{display:grid;place-items:center;width:68px;height:68px;flex:0 0 68px;overflow:hidden;border-radius:22px;background:linear-gradient(145deg,#daf7f2,#f4fcfa);color:#0b9184;font-size:1.45rem;font-weight:900}.account-avatar img{width:100%;height:100%;object-fit:cover}.account-profile h2{margin:0 0 5px;color:var(--v19-ink)}.account-profile p{margin:0;color:var(--v19-muted)}.account-actions{display:flex;gap:10px;margin-top:28px;flex-wrap:wrap}.account-orders h2{margin:0 0 20px;color:var(--v19-ink)}.account-order-list{display:grid;gap:12px}.account-order{display:grid;grid-template-columns:1fr auto;gap:8px 18px;padding:18px;border:1px solid rgba(21,190,169,.15);border-radius:17px;background:linear-gradient(145deg,#fff,#fbfffe)}.account-order strong{color:var(--v19-ink)}.account-order span{color:var(--v19-muted);font-size:.88rem}.account-order__amount{grid-row:1 / 3;grid-column:2;align-self:center;font-weight:900;color:#0b9184 !important}.account-empty{padding:24px;border-radius:17px;background:#effaf8;color:var(--v19-muted);line-height:1.65}@media (max-width:820px){.account-shell{grid-template-columns:1fr}}input,textarea,select{font-weight:400!important}input::placeholder,textarea::placeholder{font-weight:400!important}.header__inner{grid-template-columns:auto 1fr auto auto auto!important}.account-menu{position:relative;z-index:130;display:flex;align-items:center;justify-content:center}.account-menu__toggle{position:relative;width:44px;height:44px;display:grid;place-items:center;padding:0;border:1px solid rgba(21,190,169,.18);border-radius:12px;background:#fff;color:#174744;cursor:pointer;transition:background .2s,border-color .2s,transform .2s,box-shadow .2s}.account-menu__toggle:hover,.account-menu__toggle:focus-visible,.account-menu.is-open .account-menu__toggle{background:#e9f9f6;border-color:rgba(21,190,169,.42);box-shadow:0 10px 26px rgba(24,85,78,.08)}.account-menu__toggle svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.account-menu__status{position:absolute;right:5px;bottom:5px;width:8px;height:8px;border:2px solid #fff;border-radius:50%;background:#a8bbb7;transition:background .2s}.account-menu.is-authenticated .account-menu__status{background:#15bea9}.account-menu__dropdown{position:absolute;right:0;top:calc(100% + 11px);width:190px;padding:8px;border:1px solid rgba(21,190,169,.18);border-radius:15px;background:rgba(255,255,255,.98);box-shadow:0 20px 50px rgba(19,70,65,.16);opacity:0;transform:translateY(-7px);pointer-events:none;transition:opacity .2s,transform .2s;backdrop-filter:blur(14px)}.account-menu.is-open .account-menu__dropdown{opacity:1;transform:none;pointer-events:auto}.account-menu__dropdown a,.account-menu__dropdown button{width:100%;min-height:42px;display:flex;align-items:center;gap:9px;padding:0 12px;border:0;border-radius:10px;background:transparent;color:#174744;text-decoration:none;font:800 .86rem Nunito,system-ui,sans-serif;cursor:pointer;text-align:left}.account-menu__dropdown a:hover,.account-menu__dropdown button:hover,.account-menu__dropdown a:focus-visible,.account-menu__dropdown button:focus-visible{background:#eaf9f6;color:#087f74}.account-menu__dropdown svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.unified-footer .footer__bottom{align-items:center!important}.unified-footer .footer__bottom nav{align-items:center!important}.unified-footer .footer__bottom .footer__login-link{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:34px!important;line-height:1!important;white-space:nowrap!important}.choice label.payment-choice,.choice label.shipping-choice{display:flex!important;align-items:center!important;justify-content:center!important;gap:12px!important;text-align:left!important}.checkout-choice-logo{display:block;max-width:88px;max-height:30px;width:auto;height:auto;object-fit:contain;flex:0 0 auto}.checkout-choice-logo--p24{max-width:106px}.checkout-choice-logo--inpost{max-width:92px;max-height:25px}.choice__text{display:flex;flex-direction:column;gap:2px;line-height:1.15}.choice__text small{color:#6e8782;font-size:.72rem;font-weight:700}@media(max-width:980px){.header__inner{grid-template-columns:auto 1fr auto auto!important}.menu-toggle{grid-column:2!important;grid-row:1!important}.account-menu{grid-column:3;grid-row:1}.cart{grid-column:4!important;grid-row:1!important}}@media(max-width:520px){.header__inner{gap:8px!important}.account-menu__toggle,.cart{width:40px!important;height:40px!important}.account-menu__dropdown{right:-48px;width:176px}.checkout-choice-logo{max-width:72px;max-height:26px}}html{min-height:100%}body{min-height:100vh!important;display:flex!important;flex-direction:column!important}body>main{flex:1 0 auto!important;width:100%!important}body>.footer-wave-separator{flex:0 0 auto}body>.unified-footer{flex:0 0 auto;margin-top:auto!important}.unified-footer .footer__legal{display:none!important}.unified-footer .footer__bottom{padding-bottom:24px!important}.checkout-card .choice-grid .payment-choice{min-height:112px!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:10px!important;text-align:center!important}.checkout-card .payment-choice .choice__text{width:100%!important;align-items:center!important;justify-content:center!important;text-align:center!important;line-height:1.2!important}.checkout-card .payment-choice .choice__text strong{display:block!important;text-align:center!important}.checkout-card .payment-choice .choice__text small{display:none!important}.checkout-card .payment-choice .checkout-choice-logo{margin:0 auto!important;display:block!important;object-fit:contain!important}@media(max-width:760px){.checkout-card .choice-grid .payment-choice{min-height:96px!important}}.account-menu__status{display:none!important}.breadcrumbs{display:none!important}.article-section.blog-faq-card{padding:clamp(26px,4vw,40px)!important;border:1px solid rgba(21,190,169,.18)!important;border-radius:24px!important;background:linear-gradient(145deg,#effbf9 0%,#fbfffe 100%)!important;box-shadow:none!important}.blog-faq-card>h2{margin:0 0 18px!important;color:#173f3d!important;font-size:clamp(1.7rem,3vw,2.25rem)!important;letter-spacing:-.035em!important}.blog-faq-card .blog-article-faq.accordion{border-top:1px solid rgba(21,190,169,.25)!important}.blog-faq-card .accordion__item{border-bottom:1px solid rgba(21,190,169,.22)!important}.blog-faq-card .accordion__item button{min-height:70px!important;padding:0!important;color:#173f3d!important;font:900 1rem/1.35 Nunito,system-ui,sans-serif!important}.blog-faq-card .accordion__item button i{background:#fff!important;box-shadow:0 7px 20px rgba(24,85,78,.06)!important}.blog-faq-card .accordion__content>*{max-width:720px;margin-top:0;color:#58736f;line-height:1.72}.blog-faq-card .accordion__content>p{padding-bottom:24px!important}.blog-faq-card .accordion__content>ul,.blog-faq-card .accordion__content>ol{padding-bottom:22px}@media(max-width:650px){.article-section.blog-faq-card{padding:22px 20px!important}.blog-faq-card .accordion__item button{min-height:64px!important;font-size:.94rem!important}}.read-more-card{position:relative;overflow:hidden;padding:clamp(24px,4vw,36px) !important;border:1px solid rgba(15,157,138,.14) !important;background:radial-gradient(circle at 92% 12%,rgba(21,190,169,.12),transparent 34%),linear-gradient(145deg,#ffffff 0%,#f8fffd 100%) !important}.read-more-card::after{content:"";position:absolute;right:-54px;bottom:-64px;width:180px;height:180px;border:1px solid rgba(15,157,138,.11);border-radius:50%;pointer-events:none}.read-more-card__title{position:relative;z-index:1;display:flex !important;align-items:center;gap:12px;margin:0 0 20px !important;color:#103f40;font-size:clamp(25px,3vw,34px) !important;line-height:1.15 !important}.read-more-card__icon{display:grid;width:42px;height:42px;flex:0 0 42px;place-items:center;border-radius:13px;background:rgba(21,190,169,.12)}.read-more-card__icon::before{content:"";width:19px;height:19px;border:2px solid #0b9f8e;border-radius:4px 4px 2px 2px;box-shadow:5px 5px 0 -2px #a7e8df;transform:rotate(-3deg)}.read-more-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0 !important}.read-more-link{display:flex !important;min-width:0;min-height:62px;align-items:center;justify-content:space-between;gap:14px;padding:15px 16px !important;border:1px solid rgba(15,157,138,.14) !important;border-radius:16px !important;background:rgba(255,255,255,.86) !important;color:#173f41 !important;box-shadow:0 12px 28px -26px rgba(17,61,63,.42);font-weight:750 !important;line-height:1.3;text-decoration:none !important;transition:transform .22s ease,border-color .22s ease,background-color .22s ease,box-shadow .22s ease !important}.read-more-link:hover,.read-more-link:focus-visible{transform:translateY(-2px);border-color:rgba(15,157,138,.34) !important;background:#ffffff !important;box-shadow:0 18px 34px -25px rgba(15,157,138,.48);outline:none}.read-more-link__title{min-width:0;overflow-wrap:anywhere}.read-more-link__arrow{display:grid;width:32px;height:32px;flex:0 0 32px;place-items:center;border-radius:10px;background:rgba(21,190,169,.1);color:#0b9f8e;font-size:18px;transition:transform .22s ease,background-color .22s ease,color .22s ease}.read-more-link:hover .read-more-link__arrow,.read-more-link:focus-visible .read-more-link__arrow{transform:translateX(2px);background:#15bea9;color:#fff}@media (max-width:660px){.read-more-card{padding:22px 18px !important}.read-more-grid{grid-template-columns:1fr;gap:10px}.read-more-link{min-height:58px;padding:13px 14px !important}.read-more-card__title{margin-bottom:16px !important}}@media (prefers-reduced-motion:reduce){.read-more-link,.read-more-link__arrow{transition:none !important}}@media (max-width:980px){body.menu-open{overflow:hidden}.header{z-index:1300}.header__inner{position:relative}.nav{position:fixed !important;z-index:1290 !important;top:calc(76px + env(safe-area-inset-top,0px)) !important;left:12px !important;right:12px !important;width:auto !important;max-width:none !important;max-height:calc(100dvh - 82px - env(safe-area-inset-bottom,0px)) !important;margin:0 !important;padding:14px !important;display:grid !important;grid-template-columns:minmax(0,1fr) !important;align-content:start !important;gap:6px !important;overflow-x:hidden !important;overflow-y:auto !important;overscroll-behavior:contain;border:1px solid rgba(21,190,169,.20) !important;border-radius:24px !important;background:rgba(255,255,255,.985) !important;box-shadow:0 26px 70px rgba(25,60,58,.20) !important;backdrop-filter:blur(18px) !important;-webkit-backdrop-filter:blur(18px) !important;transform:translateY(-10px) scale(.985) !important;transform-origin:top center !important;transition:opacity .22s ease,transform .22s ease,visibility .22s ease !important}.nav:not(.is-open){display:grid !important;opacity:0 !important;visibility:hidden !important;pointer-events:none !important}.nav.is-open{opacity:1 !important;visibility:visible !important;pointer-events:auto !important;transform:translateY(0) scale(1) !important}.nav > a,.nav__item,.nav__item--products,.nav__item--products .nav__link{width:100% !important;min-width:0 !important}.nav > a,.nav__item--products .nav__link{min-height:50px !important;display:flex !important;align-items:center !important;justify-content:space-between !important;padding:12px 14px !important;border-radius:14px !important;text-align:left !important;background:transparent !important;box-shadow:none !important}.nav > a:hover,.nav > a:focus-visible,.nav__item--products .nav__link:hover,.nav__item--products .nav__link:focus-visible{background:rgba(21,190,169,.09) !important}.nav__item--products .nav__link::after{display:block !important;flex:0 0 auto !important;margin:-4px 3px 0 12px !important}.nav.is-open .nav__item--products .nav__dropdown,.nav.is-open .nav__item--products.is-dropdown-collapsed .nav__dropdown{position:static !important;left:auto !important;right:auto !important;top:auto !important;width:100% !important;max-width:none !important;max-height:0 !important;display:grid !important;gap:10px !important;margin:0 !important;padding:0 10px !important;overflow:hidden !important;opacity:0 !important;visibility:hidden !important;pointer-events:none !important;border-width:0 !important;border-radius:18px !important;background:rgba(239,251,249,.78) !important;box-shadow:none !important;transform:none !important;transition:max-height .28s ease,opacity .20s ease,padding .28s ease,margin .28s ease,visibility .20s ease !important}.nav.is-open .nav__item--products.is-dropdown-open .nav__dropdown{max-height:390px !important;margin-top:4px !important;padding:10px !important;opacity:1 !important;visibility:visible !important;pointer-events:auto !important;border:1px solid rgba(21,190,169,.14) !important}.nav__dropdown-header{width:100% !important;padding:2px 3px 10px !important}.nav .nav-product{width:100% !important;min-width:0 !important;min-height:76px !important;grid-template-columns:54px minmax(0,1fr) auto !important;gap:11px !important;padding:10px !important;border-radius:18px !important}.nav-product__thumb{width:54px !important;height:54px !important;border-radius:16px !important}.nav-product__thumb img{width:38px !important;height:48px !important}.nav-product__copy{min-width:0 !important}.nav-product__copy strong,.nav-product__copy small{white-space:normal !important;overflow-wrap:anywhere !important}.nav-product__price{align-self:center !important;white-space:nowrap !important;padding:8px 10px !important}}@media (max-width:520px){.nav{top:calc(76px + env(safe-area-inset-top,0px)) !important;left:8px !important;right:8px !important;padding:11px !important;border-radius:20px !important}.nav .nav-product{grid-template-columns:48px minmax(0,1fr) !important;min-height:72px !important}.nav-product__thumb{width:48px !important;height:48px !important}.nav-product__price{grid-column:2 !important;justify-self:start !important;margin-top:-2px !important;padding:5px 9px !important}}@media (max-width:720px){.hero__copy{text-align:center !important}.hero h1{width:100% !important;max-width:100% !important;margin-inline:auto !important;font-size:clamp(2rem,8.7vw,3.15rem) !important;text-align:center !important}.hero__typing-line{width:100% !important;max-width:100% !important;margin-inline:auto !important;text-align:center !important}.hero__typing-row{left:50% !important;width:max-content !important;max-width:100% !important;justify-content:center !important;transform:translateX(-50%) !important;text-align:center !important}.hero__typing-value{max-width:100% !important;text-align:center !important}}@media (max-width:420px){.hero h1{font-size:clamp(1.9rem,8.35vw,2.45rem) !important}}@media (max-width:860px){.ingredients-feature-layout .ingredient-list-card__body{display:block !important;gap:0 !important}.ingredient-list-card__divider{display:none !important}.ingredient-line-list + .ingredient-line-list{margin-top:0 !important}.ingredient-line-list + .ingredient-line-list li:first-child{margin-top:0 !important;border-top:0 !important}.ingredient-line-list:first-child li:last-child{border-bottom:1px solid rgba(25,60,58,.11) !important}}@media (max-width:520px){.ingredient-list-card{padding:24px 18px !important}.ingredient-list-card__head{margin-bottom:18px !important}.ingredient-line-list li{min-height:42px !important;padding:5px 0 !important}}.admin-panel-link{display:none;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border-radius:12px;background:#dc2626;color:#fff!important;font-weight:900;text-decoration:none;box-shadow:0 12px 28px rgba(220,38,38,.2);transition:transform .2s ease,background-color .2s ease,box-shadow .2s ease;white-space:nowrap}.admin-panel-link.is-visible{display:inline-flex}.admin-panel-link:hover,.admin-panel-link:focus-visible{background:#b91c1c;transform:translateY(-1px);box-shadow:0 15px 30px rgba(220,38,38,.26)}.admin-panel-link:active{transform:translateY(0)}.inpost-selected__icon{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;flex:0 0 42px;border-radius:12px;background:#ddf8f4;color:#059f8e}.inpost-selected__icon svg{width:23px;height:23px;display:block;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}@media (min-width:901px){.product-section,.ingredients,.reviews,.planner-section,.faq,.cta-section{content-visibility:auto;contain-intrinsic-size:auto 760px}}@media (max-width:900px){.admin-panel-link{order:4;width:100%;min-height:48px;margin-top:6px;border-radius:14px}.header__inner>.admin-panel-link.is-visible{display:flex}}.hero__copy.reveal{opacity:1!important;transform:none!important;transition:none!important}