:root{--bg: #faf6f3;--surface: #fefefe;--ink: #1f1a17;--muted: #675c54;--line: #dccfc1;--brand: #d6dde4;--brand-dark: #c8d1da;--accent: #6b5846;--radius: 1.1rem;--shadow: 0 14px 40px rgba(25, 17, 12, .08)}[data-astro-cid-nyxn2wzq]{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Poppins;color:var(--ink);background:var(--bg)}.container[data-astro-cid-nyxn2wzq]{width:min(1120px,92vw);margin:0 auto}.container-wide[data-astro-cid-nyxn2wzq]{width:min(1320px,96vw);margin:0 auto}a[data-astro-cid-nyxn2wzq]{color:inherit;text-decoration:none}.topbar[data-astro-cid-nyxn2wzq]{position:sticky;top:0;z-index:20;background:#f4efe8e6;backdrop-filter:blur(10px);border-bottom:1px solid rgba(103,92,84,.2)}.topbar-inner[data-astro-cid-nyxn2wzq]{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.brand[data-astro-cid-nyxn2wzq] img[data-astro-cid-nyxn2wzq]{height:88px;width:auto;display:block}.nav[data-astro-cid-nyxn2wzq]{display:flex;gap:1.5rem;flex-wrap:wrap;color:var(--muted);font-size:.95rem}.nav-dropdown[data-astro-cid-nyxn2wzq]{position:relative}.nav-trigger[data-astro-cid-nyxn2wzq]{display:inline-flex;align-items:center;gap:.45rem}.nav-trigger[data-astro-cid-nyxn2wzq]:before{content:"";width:.36rem;height:.36rem;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg) translateY(-1px);transition:transform .2s ease}.nav-submenu[data-astro-cid-nyxn2wzq]{position:absolute;top:calc(100% + .55rem);left:0;min-width:190px;padding:.45rem;border:1px solid #e2d7cc;border-radius:.8rem;background:#fefefe;box-shadow:0 14px 28px #140e0a1f;display:grid;gap:.12rem;opacity:0;visibility:hidden;transform:translateY(6px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease;z-index:30}.nav-dropdown[data-astro-cid-nyxn2wzq]:hover .nav-submenu[data-astro-cid-nyxn2wzq],.nav-dropdown[data-astro-cid-nyxn2wzq]:focus-within .nav-submenu[data-astro-cid-nyxn2wzq]{opacity:1;visibility:visible;transform:translateY(0)}.nav-dropdown[data-astro-cid-nyxn2wzq]:hover .nav-trigger[data-astro-cid-nyxn2wzq]:before,.nav-dropdown[data-astro-cid-nyxn2wzq]:focus-within .nav-trigger[data-astro-cid-nyxn2wzq]:before{transform:rotate(225deg) translateY(-1px)}.nav-submenu[data-astro-cid-nyxn2wzq] a[data-astro-cid-nyxn2wzq]{padding:.52rem .62rem;border-radius:.55rem}.nav-submenu[data-astro-cid-nyxn2wzq] a[data-astro-cid-nyxn2wzq]:hover{background:#f2e7dc;color:var(--ink)}.nav-submenu[data-astro-cid-nyxn2wzq] a[data-astro-cid-nyxn2wzq]:after{display:none}.nav[data-astro-cid-nyxn2wzq] a[data-astro-cid-nyxn2wzq]{position:relative;transition:color .25s ease}.nav[data-astro-cid-nyxn2wzq] a[data-astro-cid-nyxn2wzq]:after{content:"";position:absolute;left:0;bottom:-.25rem;width:100%;height:2px;background:var(--brand);transform:scaleX(0);transform-origin:left;transition:transform .25s ease}.nav[data-astro-cid-nyxn2wzq] a[data-astro-cid-nyxn2wzq]:hover{color:var(--ink)}.nav[data-astro-cid-nyxn2wzq] a[data-astro-cid-nyxn2wzq]:hover:after{transform:scaleX(1)}.btn[data-astro-cid-nyxn2wzq]{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.75rem 1.2rem;font-weight:500;border:1px solid transparent;transition:.25s ease}.btn-primary[data-astro-cid-nyxn2wzq]{background:#d6dde4;color:#1f1a17}.btn-primary[data-astro-cid-nyxn2wzq]:hover{background:#c8d1da;transform:translateY(-2px)}.btn-secondary[data-astro-cid-nyxn2wzq]{border-color:var(--line);background:var(--surface)}.mobile-menu[data-astro-cid-nyxn2wzq]{display:none}.mobile-trigger[data-astro-cid-nyxn2wzq]{list-style:none;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid var(--line);border-radius:.7rem;background:var(--surface);cursor:pointer}.mobile-trigger[data-astro-cid-nyxn2wzq]::-webkit-details-marker{display:none}.mobile-trigger[data-astro-cid-nyxn2wzq] span[data-astro-cid-nyxn2wzq],.mobile-trigger[data-astro-cid-nyxn2wzq] span[data-astro-cid-nyxn2wzq]:before,.mobile-trigger[data-astro-cid-nyxn2wzq] span[data-astro-cid-nyxn2wzq]:after{display:block;width:18px;height:2px;background:var(--ink);content:""}.mobile-trigger[data-astro-cid-nyxn2wzq] span[data-astro-cid-nyxn2wzq]{position:relative}.mobile-trigger[data-astro-cid-nyxn2wzq] span[data-astro-cid-nyxn2wzq]:before{position:absolute;top:-6px;left:0}.mobile-trigger[data-astro-cid-nyxn2wzq] span[data-astro-cid-nyxn2wzq]:after{position:absolute;top:6px;left:0}.mobile-menu-panel[data-astro-cid-nyxn2wzq]{position:absolute;top:calc(100% + .6rem);right:0;width:min(320px,92vw);border:1px solid #d9cec3;border-radius:.9rem;background:#fcf8f3fa;box-shadow:var(--shadow);padding:.8rem}.mobile-menu-panel[data-astro-cid-nyxn2wzq] nav[data-astro-cid-nyxn2wzq]{display:grid;gap:.2rem}.mobile-menu-panel[data-astro-cid-nyxn2wzq] a[data-astro-cid-nyxn2wzq]{padding:.65rem .55rem;border-radius:.55rem}.mobile-menu-panel[data-astro-cid-nyxn2wzq] a[data-astro-cid-nyxn2wzq]:hover{background:#f2e7dc}.mobile-menu-panel[data-astro-cid-nyxn2wzq] .btn[data-astro-cid-nyxn2wzq]{width:100%;margin-top:.55rem}.hero[data-astro-cid-nyxn2wzq]{min-height:min(68vh,640px);background:#eef1f4}.hero-split[data-astro-cid-nyxn2wzq]{min-height:min(68vh,640px);display:grid;grid-template-columns:1fr 1fr}.hero-media[data-astro-cid-nyxn2wzq] img[data-astro-cid-nyxn2wzq]{width:100%;height:100%;max-height:800px;object-fit:cover;display:block}.hero-copy[data-astro-cid-nyxn2wzq]{display:grid;align-content:center;justify-items:center;padding:clamp(1rem,2.2vw,2rem);text-align:center;background:#f4f4f6}h1[data-astro-cid-nyxn2wzq],h2[data-astro-cid-nyxn2wzq],h3[data-astro-cid-nyxn2wzq]{line-height:1.1;margin:0}h2[data-astro-cid-nyxn2wzq],.welcome-display[data-astro-cid-nyxn2wzq],.steps-title[data-astro-cid-nyxn2wzq]{font-family:Poppins;font-weight:400}h1[data-astro-cid-nyxn2wzq]{font-size:clamp(1.7rem,3.8vw,3rem);font-weight:500;max-width:14ch}h2[data-astro-cid-nyxn2wzq]{font-size:clamp(1.6rem,3.2vw,2.4rem)}p[data-astro-cid-nyxn2wzq]{color:var(--muted)}.hero[data-astro-cid-nyxn2wzq] p[data-astro-cid-nyxn2wzq]{color:#2f2b28;max-width:30ch;font-size:clamp(1rem,2vw,1.2rem)}.eyebrow[data-astro-cid-nyxn2wzq]{letter-spacing:.08em;text-transform:uppercase;font-weight:500;font-size:.78rem;color:#151313}.hero-display[data-astro-cid-nyxn2wzq]{color:#a9b7c4;font-size:clamp(1.9rem,4.8vw,4rem);text-transform:uppercase;font-weight:500;line-height:.95;margin:.45rem 0 .8rem}.hero-cta[data-astro-cid-nyxn2wzq]{display:flex;gap:.7rem;flex-wrap:wrap;margin-top:.85rem}.hero-arrow[data-astro-cid-nyxn2wzq]{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:999px;border:1px solid #d5dce3;font-size:1.35rem;margin-top:.7rem;color:#141313}.section[data-astro-cid-nyxn2wzq]{padding:4rem 0}.section-head[data-astro-cid-nyxn2wzq]{margin-bottom:1.2rem}.welcome-section[data-astro-cid-nyxn2wzq]{width:100%;padding:4rem 0;background:#fefefe;border-top:1px solid #ece4dc;border-bottom:1px solid #ece4dc}.welcome-wrap[data-astro-cid-nyxn2wzq]{width:100%;margin:0 auto}.welcome-block[data-astro-cid-nyxn2wzq]{text-align:center;background:transparent;border:0;border-radius:0;padding:clamp(1.8rem,4vw,3.2rem) 1.2rem;box-shadow:none;position:relative;overflow:hidden}.welcome-block[data-astro-cid-nyxn2wzq]:after{display:none}.welcome-title[data-astro-cid-nyxn2wzq]{margin-bottom:.35rem}.welcome-display[data-astro-cid-nyxn2wzq]{font-size:clamp(2.1rem,6vw,4.3rem);line-height:.98;margin:.55rem 0 1.3rem}.welcome-block[data-astro-cid-nyxn2wzq] .btn[data-astro-cid-nyxn2wzq]{min-width:220px;animation:pulseSoft 2.4s ease-in-out infinite}.plans-section[data-astro-cid-nyxn2wzq]{background:#faf6f3;border-top:1px solid #d5d0cd;border-bottom:1px solid #d5d0cd}.plans-wrap[data-astro-cid-nyxn2wzq]{width:min(1200px,95vw);margin:0 auto}.plans[data-astro-cid-nyxn2wzq]{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.6rem}.plan[data-astro-cid-nyxn2wzq]{background:#fefefe;border:0;border-radius:1.8rem;padding:2.2rem 1.4rem 2.4rem;text-align:center;box-shadow:0 14px 34px #1e140c14;min-height:460px;display:grid;align-content:start;justify-items:center;transition:transform .25s ease}.plan[data-astro-cid-nyxn2wzq]:hover{transform:translateY(-6px)}.plan[data-astro-cid-nyxn2wzq].featured{background:#fefefe}.pill[data-astro-cid-nyxn2wzq]{font-size:.75rem;letter-spacing:.05em;text-transform:uppercase;color:#55504c;background:transparent;border:0;padding:0;display:inline-block;margin-bottom:1.3rem}.plan[data-astro-cid-nyxn2wzq] h3[data-astro-cid-nyxn2wzq]{font-size:clamp(2rem,3vw,3rem);margin-bottom:1.25rem}.plan[data-astro-cid-nyxn2wzq] strong[data-astro-cid-nyxn2wzq]{font-size:clamp(2rem,3.1vw,3.1rem);font-weight:500;display:block;margin:.25rem 0 1.2rem}.plan[data-astro-cid-nyxn2wzq] p[data-astro-cid-nyxn2wzq]{max-width:24ch;margin:0 auto 1.8rem;color:#1e1b19;text-transform:uppercase;font-size:1.02rem;line-height:1.2}.plan[data-astro-cid-nyxn2wzq] .btn[data-astro-cid-nyxn2wzq]{margin-top:auto;width:min(100%,280px);min-width:0;box-sizing:border-box;background:#d6dde4;color:#141313;border:1px solid #d6dde4;border-radius:999px;min-height:52px;box-shadow:none;text-transform:uppercase;letter-spacing:.03em}.plan[data-astro-cid-nyxn2wzq] .btn[data-astro-cid-nyxn2wzq]:hover{background:#c8d1da;color:#141313;transform:translateY(-1px)}.two-col[data-astro-cid-nyxn2wzq]{display:grid;grid-template-columns:1.1fr .9fr;gap:1rem;align-items:stretch}.card[data-astro-cid-nyxn2wzq]{background:#fefefe;border:1px solid #e6dbd1;border-radius:1.55rem;padding:1.35rem;box-shadow:var(--shadow)}ul[data-astro-cid-nyxn2wzq]{padding-left:1.1rem;margin:.8rem 0 0}li[data-astro-cid-nyxn2wzq]+li[data-astro-cid-nyxn2wzq]{margin-top:.55rem}.pain-section[data-astro-cid-nyxn2wzq]{width:min(1320px,96vw);margin:0 auto}.pain-grid[data-astro-cid-nyxn2wzq]{display:grid;grid-template-columns:1.15fr .85fr;gap:1.4rem;align-items:start}.pain-copy[data-astro-cid-nyxn2wzq]{background:transparent;padding:.4rem .3rem}.pain-intro[data-astro-cid-nyxn2wzq]{margin-top:.6rem;font-size:1.12rem;line-height:1.45}.pain-list[data-astro-cid-nyxn2wzq]{list-style:none;padding-left:0}.pain-list[data-astro-cid-nyxn2wzq] li[data-astro-cid-nyxn2wzq]{position:relative;padding-left:1.4rem;font-size:1.12rem;line-height:1.45;padding-bottom:.72rem;margin-bottom:.72rem;border-bottom:1px solid #e6d6cb}.pain-list[data-astro-cid-nyxn2wzq] li[data-astro-cid-nyxn2wzq]:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}.pain-list[data-astro-cid-nyxn2wzq] li[data-astro-cid-nyxn2wzq]:before{content:"•";position:absolute;left:.2rem;top:.02rem;color:var(--brand);font-weight:500}.pain-outro[data-astro-cid-nyxn2wzq]{margin-top:.9rem;font-weight:500;color:#2a2521}.pain-image[data-astro-cid-nyxn2wzq] img[data-astro-cid-nyxn2wzq]{width:100%;border-radius:.95rem;aspect-ratio:4 / 5;object-fit:cover;display:block}.steps[data-astro-cid-nyxn2wzq]{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.step-number[data-astro-cid-nyxn2wzq]{color:var(--brand);font-size:.8rem;font-weight:500;letter-spacing:.08em}.steps-title[data-astro-cid-nyxn2wzq]{font-family:Poppins;font-size:clamp(2rem,3.2vw,2.8rem);letter-spacing:.01em}.steps-clean[data-astro-cid-nyxn2wzq]{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.9rem;border-top:1px solid #dfd3c8;border-bottom:1px solid #dfd3c8;padding:1.1rem 0}.step-clean[data-astro-cid-nyxn2wzq]{padding:.35rem .85rem .2rem;border-right:1px solid #e8ddd3}.step-clean[data-astro-cid-nyxn2wzq]:last-child{border-right:0}.step-clean[data-astro-cid-nyxn2wzq] .step-number[data-astro-cid-nyxn2wzq]{color:#985844;font-size:.72rem;letter-spacing:.11em}.step-clean[data-astro-cid-nyxn2wzq] p[data-astro-cid-nyxn2wzq]{margin:.52rem 0 0;font-family:Poppins;font-size:1.15rem;line-height:1.25;color:#2b2522}.benefits[data-astro-cid-nyxn2wzq]{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.benefits-wrap[data-astro-cid-nyxn2wzq]{background:#faf6f3;padding:4rem 0}.benefits-shell[data-astro-cid-nyxn2wzq]{width:min(1300px,96vw);margin:0 auto}.benefits-title[data-astro-cid-nyxn2wzq]{text-align:center;margin-bottom:1.5rem}.benefits-board[data-astro-cid-nyxn2wzq]{background:#fefefe;border:1px solid #e1d9d4;border-radius:1.8rem;padding:clamp(1rem,2.2vw,2rem);display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.benefit-col[data-astro-cid-nyxn2wzq]{text-align:center;padding:.6rem 1.1rem .5rem;border-right:1px solid #8f8a85}.benefit-col[data-astro-cid-nyxn2wzq]:last-child{border-right:0}.benefit-icon[data-astro-cid-nyxn2wzq]{width:62px;height:62px;border-radius:999px;margin:0 auto 1rem;display:grid;place-items:center;font-size:2rem;line-height:1}.benefit-col[data-astro-cid-nyxn2wzq]:nth-child(odd) .benefit-icon[data-astro-cid-nyxn2wzq]{background:#d6dde4;color:#1f1a17}.benefit-col[data-astro-cid-nyxn2wzq]:nth-child(2n) .benefit-icon[data-astro-cid-nyxn2wzq]{border:4px solid #d6dde4;color:#1f1a17}.benefit-col[data-astro-cid-nyxn2wzq] h3[data-astro-cid-nyxn2wzq]{font-size:clamp(1.4rem,2.4vw,2.1rem)}.benefit-col[data-astro-cid-nyxn2wzq] p[data-astro-cid-nyxn2wzq]{margin:.65rem auto 0;max-width:17ch;text-transform:uppercase;line-height:1.38;color:#201c1a;font-size:clamp(.98rem,1.2vw,1.2rem)}.carousel-section[data-astro-cid-nyxn2wzq]{width:min(1360px,97vw);margin:0 auto}.carousel-head[data-astro-cid-nyxn2wzq]{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.carousel-controls[data-astro-cid-nyxn2wzq]{display:flex;gap:.55rem}.carousel-btn[data-astro-cid-nyxn2wzq]{width:42px;height:42px;border-radius:999px;border:1px solid #cfc6be;background:#fff;color:#191614;cursor:pointer;font-size:1.15rem}.carousel-track[data-astro-cid-nyxn2wzq]{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(320px,33%);gap:1rem;overflow-x:auto;padding-bottom:.4rem;scroll-snap-type:x mandatory;scrollbar-width:thin}.carousel-track[data-astro-cid-nyxn2wzq]::-webkit-scrollbar{height:8px}.carousel-track[data-astro-cid-nyxn2wzq]::-webkit-scrollbar-thumb{background:#c8beb6;border-radius:999px}.carousel-card[data-astro-cid-nyxn2wzq]{scroll-snap-align:start;background:#f7f4f0;border-radius:1.1rem;overflow:hidden;border:1px solid #e6dcd2;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.carousel-card[data-astro-cid-nyxn2wzq]:hover{transform:translateY(-8px);box-shadow:0 20px 40px #1b130d2e;border-color:#d4b8a9}.carousel-card[data-astro-cid-nyxn2wzq] img[data-astro-cid-nyxn2wzq]{width:100%;aspect-ratio:4 / 4;object-fit:cover;display:block;transition:transform .45s ease}.carousel-card[data-astro-cid-nyxn2wzq]:hover img[data-astro-cid-nyxn2wzq]{transform:scale(1.05)}.carousel-body[data-astro-cid-nyxn2wzq]{padding:1rem 1rem 1.2rem;background:#eef2f6;transition:background-color .3s ease}.carousel-card[data-astro-cid-nyxn2wzq]:hover .carousel-body[data-astro-cid-nyxn2wzq]{background:#e6edf3}.carousel-body[data-astro-cid-nyxn2wzq] h3[data-astro-cid-nyxn2wzq]{font-size:clamp(1.15rem,1.8vw,1.9rem);line-height:1.15;transition:color .3s ease}.carousel-card[data-astro-cid-nyxn2wzq]:hover .carousel-body[data-astro-cid-nyxn2wzq] h3[data-astro-cid-nyxn2wzq]{color:#5a4637}.quote[data-astro-cid-nyxn2wzq]{border-left:3px solid var(--brand);padding-left:.8rem;color:#332b26}.reviews-section[data-astro-cid-nyxn2wzq]{width:100%;background:#fefefe;border-top:1px solid #ebe4dd;border-bottom:1px solid #ebe4dd;padding:3.2rem 0;overflow:hidden}.reviews-shell[data-astro-cid-nyxn2wzq]{width:min(1380px,98vw);margin:0 auto}.reviews-title[data-astro-cid-nyxn2wzq]{text-align:center;margin-bottom:1.2rem}.reviews-track-wrap[data-astro-cid-nyxn2wzq]{overflow:hidden;position:relative;-webkit-mask-image:linear-gradient(to right,transparent 0%,#000 8%,#000 92%,transparent 100%);mask-image:linear-gradient(to right,transparent 0%,#000 8%,#000 92%,transparent 100%)}.reviews-track[data-astro-cid-nyxn2wzq]{display:flex;gap:1rem;width:max-content;animation:reviewsLoop 52s linear infinite}.reviews-track[data-astro-cid-nyxn2wzq]:hover{animation-play-state:paused}.review-card[data-astro-cid-nyxn2wzq]{width:min(420px,85vw);background:#fefefe;border:1px solid #e4d9cf;border-radius:1.35rem;padding:1rem;min-height:290px;display:grid;align-content:start}.review-card[data-astro-cid-nyxn2wzq] h3[data-astro-cid-nyxn2wzq]{margin:0 0 .5rem;font-size:1.2rem}.review-card[data-astro-cid-nyxn2wzq] p[data-astro-cid-nyxn2wzq]{margin:0;line-height:1.4;color:#2d2824;font-size:.92rem}.reviews-cta[data-astro-cid-nyxn2wzq]{margin-top:1.2rem;text-align:center}.imagine-section[data-astro-cid-nyxn2wzq]{width:100%;background:radial-gradient(65% 150% at 0% 0%,#f2ddd2 0%,transparent 55%),radial-gradient(65% 140% at 100% 100%,#e9dfd3 0%,transparent 58%),#f7f1eb;border-top:1px solid #e5d8cc;border-bottom:1px solid #e5d8cc;padding:4rem 0}.imagine-wrap[data-astro-cid-nyxn2wzq]{width:min(1300px,96vw);margin:0 auto}.imagine-head[data-astro-cid-nyxn2wzq]{text-align:center;margin-bottom:1.25rem}.imagine-head[data-astro-cid-nyxn2wzq] h2[data-astro-cid-nyxn2wzq]{font-size:clamp(2rem,3.4vw,3.1rem)}.imagine-head[data-astro-cid-nyxn2wzq] p[data-astro-cid-nyxn2wzq]{max-width:68ch;margin:.7rem auto 0;font-size:1.12rem;line-height:1.4}.imagine-list[data-astro-cid-nyxn2wzq]{margin:1rem auto 0;max-width:1100px;display:grid;gap:0}.imagine-item[data-astro-cid-nyxn2wzq]{display:grid;grid-template-columns:auto 1fr;align-items:start;gap:.8rem;padding:1rem .2rem;border-bottom:1px solid #dfd1c5;transition:transform .25s ease,background-color .25s ease,padding-left .25s ease;transform-origin:left center}.imagine-item[data-astro-cid-nyxn2wzq]:last-child{border-bottom:0}.imagine-dot[data-astro-cid-nyxn2wzq]{width:8px;height:8px;border-radius:999px;background:var(--brand);margin-top:.56rem;box-shadow:0 0 0 4px #c9b29a29}.imagine-item[data-astro-cid-nyxn2wzq] p[data-astro-cid-nyxn2wzq]{margin:0;font-size:1.08rem;line-height:1.45;color:#2a2521}.imagine-item[data-astro-cid-nyxn2wzq]:hover{background:#ffffff80;transform:scale(1.015);padding-left:.55rem}.age-split[data-astro-cid-nyxn2wzq]{width:100%;display:grid;grid-template-columns:1fr 1fr;min-height:min(52vh,500px)}.age-media[data-astro-cid-nyxn2wzq] img[data-astro-cid-nyxn2wzq]{width:100%;height:100%;object-fit:cover;display:block}.age-copy[data-astro-cid-nyxn2wzq]{background:#e9e9eb;display:grid;place-items:center;padding:1.5rem}.age-copy[data-astro-cid-nyxn2wzq] p[data-astro-cid-nyxn2wzq]{margin:0;max-width:18ch;text-align:center;color:#8a7868;font-size:clamp(2rem,4.2vw,4.15rem);line-height:.95;font-weight:500}.phase-band[data-astro-cid-nyxn2wzq]{position:relative;min-height:min(68vh,700px);overflow:hidden}.phase-band[data-astro-cid-nyxn2wzq] img[data-astro-cid-nyxn2wzq]{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.phase-band[data-astro-cid-nyxn2wzq]:after{content:"";position:absolute;inset:0;background:#282c3194}.phase-content[data-astro-cid-nyxn2wzq]{position:relative;z-index:1;min-height:min(68vh,700px);display:grid;place-items:center;text-align:center;color:#fff;padding:1.4rem}.phase-copy[data-astro-cid-nyxn2wzq]{animation:phaseTextIn 1s cubic-bezier(.22,1,.36,1) both}.phase-content[data-astro-cid-nyxn2wzq] h2[data-astro-cid-nyxn2wzq]{max-width:40ch;font-size:clamp(1.45rem,2.8vw,2.5rem);font-weight:500;line-height:1.12;margin-inline:auto}.phase-content[data-astro-cid-nyxn2wzq] p[data-astro-cid-nyxn2wzq]{margin-top:.75rem;max-width:62ch;color:#ffffffe6;font-size:clamp(.9rem,1.2vw,1.1rem);font-weight:400;text-transform:uppercase;line-height:1.14;margin-inline:auto}.faq-showcase[data-astro-cid-nyxn2wzq]{background:#fefefe;border-top:1px solid #e8e1d9;border-bottom:1px solid #e8e1d9;padding:4rem 0}.faq-shell[data-astro-cid-nyxn2wzq]{width:min(1360px,95vw);margin:0 auto}.faq-head[data-astro-cid-nyxn2wzq]{text-align:center;margin-bottom:1.35rem}.faq-head[data-astro-cid-nyxn2wzq] .eyebrow[data-astro-cid-nyxn2wzq]{color:#74675b}.faq-head[data-astro-cid-nyxn2wzq] h2[data-astro-cid-nyxn2wzq]{color:#1d1a17;font-family:Poppins;font-size:clamp(1.8rem,3.8vw,3.2rem);line-height:1.02}.faq-list[data-astro-cid-nyxn2wzq]{display:grid;gap:.95rem}.faq-item[data-astro-cid-nyxn2wzq]{background:#f9f9fa;border:1px solid #e1d9d1;border-radius:1rem;overflow:hidden}.faq-item[data-astro-cid-nyxn2wzq] summary[data-astro-cid-nyxn2wzq]{list-style:none;padding:1.4rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;cursor:pointer}.faq-item[data-astro-cid-nyxn2wzq] summary[data-astro-cid-nyxn2wzq]::-webkit-details-marker{display:none}.faq-item[data-astro-cid-nyxn2wzq] summary[data-astro-cid-nyxn2wzq] h3[data-astro-cid-nyxn2wzq]{margin:0;color:#1e1b19;font-family:Poppins;font-size:clamp(1.2rem,2.2vw,1.75rem);line-height:1.05}.faq-item[data-astro-cid-nyxn2wzq] .faq-icon[data-astro-cid-nyxn2wzq]{width:42px;height:42px;border-radius:999px;border:1px solid #d4cbc2;background:#fefefe;color:#1e1b19;display:inline-flex;align-items:center;justify-content:center;font-size:1.25rem;line-height:1;flex:0 0 auto;transition:transform .25s ease}.faq-item[data-astro-cid-nyxn2wzq][open]{background:#fefefe;border-color:#d2c8be}.faq-item[data-astro-cid-nyxn2wzq][open] .faq-icon[data-astro-cid-nyxn2wzq]{background:#f5f1ec;transform:rotate(180deg)}.faq-answer[data-astro-cid-nyxn2wzq]{border-top:1px solid #d8cfc6;padding:1rem 1.5rem 1.35rem}.faq-answer[data-astro-cid-nyxn2wzq] p[data-astro-cid-nyxn2wzq]{margin:0;color:#4a4f57;font-size:clamp(.92rem,1.1vw,1.05rem);line-height:1.38}.cta-band[data-astro-cid-nyxn2wzq]{width:100vw;margin-left:calc(50% - 50vw);background:#efe4d7;color:#121212;border-radius:0;padding:clamp(1.4rem,3vw,2.2rem) clamp(1rem,4vw,3rem);display:grid;gap:.8rem;text-align:center;justify-items:center}.cta-band[data-astro-cid-nyxn2wzq] p[data-astro-cid-nyxn2wzq]{color:#202020;max-width:66ch;margin:0}.cta-band[data-astro-cid-nyxn2wzq] .btn-primary[data-astro-cid-nyxn2wzq]{background:#d6dde4;color:#1f1a17}.cta-band[data-astro-cid-nyxn2wzq] .btn-primary[data-astro-cid-nyxn2wzq]:hover{background:#c8d1da}[data-astro-cid-nyxn2wzq][data-reveal]{opacity:0;transform:translateY(18px);transition:opacity .7s ease,transform .7s ease}[data-astro-cid-nyxn2wzq][data-reveal].is-visible{opacity:1;transform:translateY(0)}.reveal-delay[data-astro-cid-nyxn2wzq]{transition-delay:var(--reveal-delay, 0ms)}@media(max-width:960px){.plans[data-astro-cid-nyxn2wzq],.steps[data-astro-cid-nyxn2wzq],.benefits[data-astro-cid-nyxn2wzq]{grid-template-columns:1fr 1fr}.two-col[data-astro-cid-nyxn2wzq]{grid-template-columns:1fr}.steps-clean[data-astro-cid-nyxn2wzq]{grid-template-columns:1fr 1fr}.step-clean[data-astro-cid-nyxn2wzq]:nth-child(2n){border-right:0}.benefits-board[data-astro-cid-nyxn2wzq]{grid-template-columns:1fr 1fr}.benefit-col[data-astro-cid-nyxn2wzq]:nth-child(2n){border-right:0}.benefit-col[data-astro-cid-nyxn2wzq]:nth-child(1),.benefit-col[data-astro-cid-nyxn2wzq]:nth-child(2){border-bottom:1px solid #8f8a85}.imagine-item[data-astro-cid-nyxn2wzq]:hover{transform:none;padding-left:.2rem}.carousel-track[data-astro-cid-nyxn2wzq]{grid-auto-columns:minmax(320px,52%)}}@media(max-width:700px){.topbar-inner[data-astro-cid-nyxn2wzq]{min-height:66px}.brand[data-astro-cid-nyxn2wzq] img[data-astro-cid-nyxn2wzq]{height:38px}.nav[data-astro-cid-nyxn2wzq],.desktop-cta[data-astro-cid-nyxn2wzq]{display:none}.mobile-menu[data-astro-cid-nyxn2wzq]{display:block}.hero[data-astro-cid-nyxn2wzq],.hero-split[data-astro-cid-nyxn2wzq]{min-height:auto}.hero-split[data-astro-cid-nyxn2wzq]{grid-template-columns:1fr}.hero-media[data-astro-cid-nyxn2wzq]{max-height:56vh}.hero-copy[data-astro-cid-nyxn2wzq]{justify-items:start;text-align:left}.plans[data-astro-cid-nyxn2wzq],.steps[data-astro-cid-nyxn2wzq],.benefits[data-astro-cid-nyxn2wzq],.steps-clean[data-astro-cid-nyxn2wzq]{grid-template-columns:1fr}.step-clean[data-astro-cid-nyxn2wzq]{border-right:0;border-bottom:1px solid #e8ddd3;padding:.42rem .12rem .9rem}.step-clean[data-astro-cid-nyxn2wzq]:last-child{border-bottom:0}.benefits-board[data-astro-cid-nyxn2wzq]{grid-template-columns:1fr}.benefit-col[data-astro-cid-nyxn2wzq]{border-right:0;border-bottom:1px solid #8f8a85}.benefit-col[data-astro-cid-nyxn2wzq]:last-child{border-bottom:0}.carousel-track[data-astro-cid-nyxn2wzq]{grid-auto-columns:86%}.pain-grid[data-astro-cid-nyxn2wzq]{grid-template-columns:1fr}.age-split[data-astro-cid-nyxn2wzq]{grid-template-columns:1fr;min-height:auto}.age-media[data-astro-cid-nyxn2wzq]{max-height:40vh}.age-copy[data-astro-cid-nyxn2wzq] p[data-astro-cid-nyxn2wzq]{max-width:20ch;font-size:clamp(1.7rem,9vw,2.8rem)}.phase-band[data-astro-cid-nyxn2wzq],.phase-content[data-astro-cid-nyxn2wzq]{min-height:58vh}.phase-content[data-astro-cid-nyxn2wzq] h2[data-astro-cid-nyxn2wzq]{max-width:24ch}.phase-content[data-astro-cid-nyxn2wzq] p[data-astro-cid-nyxn2wzq]{max-width:34ch}.faq-head[data-astro-cid-nyxn2wzq] h2[data-astro-cid-nyxn2wzq]{font-size:clamp(1.6rem,8vw,2.2rem)}.faq-item[data-astro-cid-nyxn2wzq] summary[data-astro-cid-nyxn2wzq] h3[data-astro-cid-nyxn2wzq]{font-size:clamp(1.1rem,6vw,1.4rem)}.faq-item[data-astro-cid-nyxn2wzq] .faq-icon[data-astro-cid-nyxn2wzq]{width:38px;height:38px;font-size:1.1rem}}@keyframes shineSweep{0%{transform:translate(-42%);opacity:0}18%{opacity:.8}45%{transform:translate(38%);opacity:0}to{transform:translate(38%);opacity:0}}@keyframes pulseSoft{0%,to{transform:translateY(0);box-shadow:0 0 #c9b29a40}50%{transform:translateY(-1px);box-shadow:0 0 0 8px #c9b29a00}}@keyframes phaseTextIn{0%{opacity:0;transform:translateY(18px);filter:blur(5px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}@keyframes reviewsLoop{0%{transform:translate(0)}to{transform:translate(-50%)}}h1[data-astro-cid-nyxn2wzq],h2[data-astro-cid-nyxn2wzq],h3[data-astro-cid-nyxn2wzq],strong[data-astro-cid-nyxn2wzq]{font-weight:500}
