:root{--terracotta: #C85A3A;--terracotta-hover: #B87333;--brown-dark: #3d2f2a;--brown-mid: #5a4a42;--sage: #8B9D83;--sage-dark: #7a8c72;--cream: #F5F1E8;--cream-light: #FAF8F3;--beige-border: #E8E0D8;--white: #ffffff;--radius: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-full: 9999px;--shadow-md: 0 4px 6px -1px rgba(0,0,0,.1), 0 2px 4px -2px rgba(0,0,0,.1);--shadow-lg: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -4px rgba(0,0,0,.1);--shadow-xl: 0 20px 25px -5px rgba(0,0,0,.1), 0 8px 10px -6px rgba(0,0,0,.1);--shadow-2xl: 0 25px 50px -12px rgba(0,0,0,.25);--transition: all .2s ease;--z-sticky: 50;--z-drawer: 100}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:var(--brown-mid);background:linear-gradient(to bottom,var(--cream),var(--cream-light));line-height:1.6;font-size:16px;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;border:none;background:none;cursor:pointer}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{color:var(--brown-dark);font-weight:700;line-height:1.2}.container{max-width:896px;margin:0 auto;padding:0 1rem}.container--wide{max-width:1024px;margin:0 auto;padding:0 1rem}.container--narrow{max-width:672px;margin:0 auto;padding:0 1rem}.text-center{text-align:center}.section{padding:4rem 1rem}.section--white{background:var(--white)}.section--cream{background:var(--cream)}.section--cream-gradient{background:linear-gradient(to bottom,var(--cream),var(--white))}.section--testimonial-gradient{background:linear-gradient(to right,var(--cream),var(--cream-light))}.section--compare-gradient{background:linear-gradient(to bottom,var(--white),var(--cream))}.section--sage-gradient{background:linear-gradient(to right,var(--sage),var(--sage-dark))}.section-header{margin-bottom:3rem}.section-header__title{font-size:2.25rem;font-weight:700;color:var(--brown-dark);margin-bottom:1rem}.section-header__subtitle{font-size:1.125rem;color:var(--sage);max-width:640px;margin:0 auto}.btn{display:inline-block;font-weight:700;text-align:center;border-radius:var(--radius);transition:var(--transition);cursor:pointer}.btn--cta{background:var(--terracotta);color:var(--white);font-size:1.125rem;padding:1.25rem 3rem;border-radius:var(--radius);box-shadow:var(--shadow-lg)}.btn--cta:hover{background:var(--terracotta-hover);box-shadow:var(--shadow-xl)}.btn--cta:disabled{opacity:.7;cursor:not-allowed}.btn--full{display:block;width:100%}.btn--secondary{background:var(--white);color:var(--brown-dark);border:1px solid var(--beige-border);padding:.75rem 1.75rem;font-size:.95rem}.btn--secondary:hover{background:var(--cream)}.urgency-banner{position:sticky;top:0;z-index:var(--z-sticky);background:linear-gradient(to right,var(--terracotta),var(--terracotta-hover));color:var(--white);padding:.75rem 1rem;text-align:center;font-weight:600;font-size:.95rem;display:flex;align-items:center;justify-content:center;gap:.5rem;flex-wrap:wrap}.urgency-banner__pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.site-header{background:var(--cream);border-bottom:1px solid var(--beige-border);padding:.875rem 1rem}.site-header__inner{max-width:896px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.site-header__logo{font-size:1.25rem;font-weight:700;color:var(--brown-dark);display:flex;align-items:center;gap:.5rem}.site-header__cart{position:relative;display:flex;align-items:center;color:var(--brown-dark);padding:.375rem}.site-header__cart-count{position:absolute;top:-4px;right:-6px;background:var(--terracotta);color:var(--white);font-size:.65rem;font-weight:700;min-width:18px;height:18px;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;padding:0 4px}.social-proof{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-bottom:1.5rem;font-size:.875rem;color:var(--brown-mid)}.social-proof__item{display:flex;align-items:center;gap:.5rem}.social-proof__item svg{color:var(--terracotta);flex-shrink:0}.hero{padding:2rem 1rem 3rem}.hero__title{font-size:clamp(2.25rem,5.5vw,3.75rem);font-weight:700;color:var(--brown-dark);margin-bottom:1rem;line-height:1.15;text-align:center}.hero__subtitle{font-size:clamp(1.25rem,2.5vw,1.5rem);color:var(--sage);text-align:center;margin-bottom:.75rem;font-weight:600}.hero__desc{text-align:center;color:var(--brown-mid);margin-bottom:1.5rem;font-size:1.125rem}.hero__cta-wrap{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:2rem}.hero__image{border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-2xl);margin-bottom:2rem}.hero__hook{font-size:1.125rem;color:var(--brown-mid);text-align:center;line-height:1.75;max-width:672px;margin:0 auto}.guarantee-pill{display:inline-flex;align-items:center;gap:.75rem;background:var(--white);border-radius:var(--radius-full);padding:.75rem 1.5rem;box-shadow:var(--shadow-md);font-size:.875rem;font-weight:600;color:var(--brown-dark)}.guarantee-pill svg{color:var(--terracotta);flex-shrink:0}.instructor{background:linear-gradient(to bottom,var(--cream),var(--white))}.instructor__grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}.instructor__image img{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}.instructor__title{font-size:2.25rem;margin-bottom:1.5rem}.instructor__text{font-size:1.125rem;color:var(--brown-mid);line-height:1.75;margin-bottom:1rem}@media(max-width:768px){.instructor__grid{grid-template-columns:1fr}}.pain-list{display:flex;flex-direction:column;gap:1.5rem}.pain-item{display:flex;gap:1rem;padding:1.5rem;background:var(--cream);border-radius:var(--radius)}.pain-item__icon{font-size:2.25rem;flex-shrink:0;line-height:1}.pain-item__title{font-weight:700;color:var(--brown-dark);margin-bottom:.5rem;font-size:1rem}.pain-item__text{color:var(--brown-mid);font-size:.95rem}.modules-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media(max-width:768px){.modules-grid{grid-template-columns:1fr}}.module-card{background:var(--white);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-lg);transition:box-shadow .2s ease}.module-card:hover{box-shadow:var(--shadow-xl)}.module-card__title{font-weight:700;color:var(--terracotta);margin-bottom:.5rem;font-size:1.05rem}.module-card__desc{font-size:.875rem;color:var(--brown-mid);margin-bottom:1rem}.module-card__lessons{display:flex;flex-direction:column;gap:.5rem}.module-card__lesson{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--brown-dark)}.module-card__lesson svg{color:var(--sage);flex-shrink:0}.peek-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media(max-width:768px){.peek-grid{grid-template-columns:1fr}}.peek-card{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-lg);border:1px solid var(--beige-border);background:var(--white);transition:box-shadow .2s ease}.peek-card:hover{box-shadow:var(--shadow-xl)}.peek-card__caption{padding:.75rem;text-align:center;background:var(--cream);font-size:.875rem;font-weight:600;color:var(--brown-dark)}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media(max-width:900px){.testimonials-grid{grid-template-columns:1fr}}.testimonial-card{background:var(--white);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-lg)}.testimonial-card__head{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem}.testimonial-card__avatar{width:48px;height:48px;border-radius:var(--radius-full);flex-shrink:0;border:2px solid var(--terracotta);overflow:hidden;background:var(--cream);display:flex;align-items:center;justify-content:center;font-weight:700;color:var(--terracotta);font-size:1.1rem}.testimonial-card__stars{display:flex;gap:.125rem;margin-bottom:.5rem;color:var(--terracotta);font-size:.75rem}.testimonial-card__name{font-weight:700;color:var(--brown-dark);font-size:.875rem}.testimonial-card__meta{font-size:.75rem;color:var(--sage)}.testimonial-card__text{color:var(--brown-mid);font-style:italic;font-size:.95rem;line-height:1.65}.projects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media(max-width:768px){.projects-grid{grid-template-columns:1fr}}.project-card{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-lg);transition:box-shadow .2s ease;background:var(--white)}.project-card:hover{box-shadow:var(--shadow-xl)}.project-card__image{aspect-ratio:1;overflow:hidden;background:var(--cream)}.project-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.project-card:hover .project-card__image img{transform:scale(1.05)}.project-card__body{padding:1rem;background:var(--white)}.project-card__title{font-weight:700;color:var(--brown-dark);margin-bottom:.25rem;font-size:1rem}.project-card__meta{font-size:.875rem;color:var(--sage)}.comparison-wrap{overflow-x:auto;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}.comparison-table{width:100%;border-collapse:collapse;background:var(--white)}.comparison-table th{padding:1rem;background:var(--cream);color:var(--brown-dark);font-weight:600;border-bottom:1px solid var(--beige-border);text-align:center;font-size:.95rem}.comparison-table th:first-child{text-align:left}.comparison-table th.highlight{background:var(--terracotta);color:var(--white);font-weight:700;border-bottom-color:var(--terracotta)}.comparison-table td{padding:1rem;text-align:center;color:var(--brown-mid);border-bottom:1px solid var(--beige-border);font-size:.95rem}.comparison-table td:first-child{text-align:left;color:var(--brown-dark);font-weight:500}.comparison-table td.highlight{font-weight:700;color:var(--terracotta);background:#c85a3a0d}.comparison-table tbody tr:nth-child(2n){background:var(--cream-light)}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-item{border:1px solid var(--beige-border);border-radius:var(--radius);padding:1.5rem;background:var(--white);transition:box-shadow .2s ease}.faq-item:hover{box-shadow:var(--shadow-md)}.faq-item__q{font-weight:700;color:var(--brown-dark);margin-bottom:.75rem;font-size:1rem}.faq-item__a{color:var(--brown-mid);line-height:1.65;font-size:.95rem}.guarantee-section{padding:5rem 1rem;background:var(--white)}.guarantee-section__icon-wrap{width:80px;height:80px;border-radius:var(--radius-full);background:#8b9d831a;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.guarantee-section__icon-wrap svg{color:var(--sage)}.guarantee-section__title{font-size:2.25rem;margin-bottom:1.5rem}.guarantee-section__text{font-size:1.25rem;color:var(--brown-mid);line-height:1.75;max-width:672px;margin:0 auto}.final-cta{padding:5rem 1rem;background:linear-gradient(to right,var(--sage),var(--sage-dark))}.final-cta__title{font-size:clamp(2.25rem,4vw,3rem);color:var(--white);margin-bottom:1.5rem}.final-cta__subtitle{font-size:1.25rem;color:var(--cream);margin-bottom:2rem;line-height:1.75}.glass-box{background:#ffffff1a;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.2);border-radius:var(--radius-lg);padding:2rem;margin-bottom:2rem;max-width:672px;margin-left:auto;margin-right:auto}.glass-box__title{font-size:1.5rem;color:var(--white);margin-bottom:1.5rem;text-align:center}.value-rows{display:flex;flex-direction:column;gap:.75rem;color:var(--white);text-align:left}.value-row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.value-row__label{display:flex;align-items:center;gap:.5rem;font-size:.95rem}.value-row__val{font-weight:600;white-space:nowrap}.value-divider{border-top:1px solid rgba(255,255,255,.3);margin:1rem 0}.value-total{display:flex;align-items:center;justify-content:space-between;font-size:1.125rem;color:var(--white);font-weight:700}.value-total--price{font-size:1.5rem;margin-top:.5rem}.value-total .strike{text-decoration:line-through;opacity:.7}.value-total__price{color:var(--cream)}.price-box{background:#ffffff1a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.2);border-radius:var(--radius);padding:2rem;margin-bottom:2rem;max-width:672px;margin-left:auto;margin-right:auto}.price-box__regular{font-size:1.125rem;color:var(--white);margin-bottom:1rem}.price-box__regular .strike{text-decoration:line-through;opacity:.6}.price-box__price{font-size:3rem;font-weight:700;color:var(--white);margin-bottom:.5rem}.price-box__note{color:var(--cream);font-size:.95rem}.receive-rows{display:flex;flex-direction:column;gap:.75rem;color:var(--white);text-align:left}.receive-row{display:flex;align-items:flex-start;gap:.75rem;font-size:.95rem}.receive-row__check{font-size:1.5rem;line-height:1;flex-shrink:0}.final-cta__guarantee{display:inline-flex;align-items:center;gap:.75rem;background:#fff3;border-radius:var(--radius-full);padding:.75rem 1.5rem;color:var(--white);font-weight:600;font-size:.95rem;margin-top:2rem}.final-cta__note{font-size:.875rem;color:var(--cream);margin-top:2rem}.site-footer{background:var(--brown-dark);color:var(--cream);padding:2rem 1rem;text-align:center;font-size:.875rem}.site-footer a{color:var(--cream);text-decoration:underline;text-underline-offset:2px}.site-footer a:hover{color:var(--white)}.mobile-sticky-bar{position:fixed;bottom:0;left:0;right:0;z-index:var(--z-sticky);background:var(--brown-dark);border-top:1px solid var(--brown-mid);padding:.75rem;box-shadow:0 -4px 12px #00000026;display:none}.mobile-sticky-bar .btn--cta{width:100%;padding:1rem;font-size:1.125rem}@media(max-width:768px){.mobile-sticky-bar{display:block}body.has-mobile-bar{padding-bottom:84px}}.breadcrumbs{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--sage);margin-bottom:1.5rem;flex-wrap:wrap}.breadcrumbs__link:hover{color:var(--terracotta)}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}@media(max-width:900px){.product-layout{grid-template-columns:1fr;gap:2rem}}.product-gallery__main{position:relative;border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-2xl);background:var(--white)}.product-gallery__main img{width:100%}.product-gallery__placeholder{width:100%;aspect-ratio:1;background:var(--cream);display:flex;align-items:center;justify-content:center;font-size:5rem}.product-gallery__badge{position:absolute;top:1rem;left:1rem;background:var(--terracotta);color:var(--white);border-radius:var(--radius-full);padding:.375rem 1rem;font-size:.8rem;font-weight:700;box-shadow:var(--shadow-md)}.product-gallery__thumbs{display:flex;gap:.75rem;margin-top:1rem}.product-gallery__thumb{width:72px;height:72px;border-radius:var(--radius);overflow:hidden;border:2px solid transparent;cursor:pointer;transition:var(--transition);padding:0;background:var(--white)}.product-gallery__thumb.active,.product-gallery__thumb:hover{border-color:var(--terracotta)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-info__badge{display:inline-flex;align-items:center;gap:.5rem;background:var(--white);border:1px solid var(--beige-border);color:var(--brown-dark);border-radius:var(--radius-full);padding:.375rem 1rem;font-size:.8rem;font-weight:600;margin-bottom:1rem;box-shadow:var(--shadow-md)}.product-info__title{font-size:clamp(1.75rem,3.5vw,2.5rem);color:var(--brown-dark);margin-bottom:1rem;line-height:1.15}.product-info__rating{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:1.25rem;font-size:.875rem;color:var(--brown-mid)}.product-info__stars{color:var(--terracotta);letter-spacing:.05em}.product-info__price{display:flex;align-items:baseline;gap:.75rem;flex-wrap:wrap;margin-bottom:.75rem}.price{font-size:2.25rem;font-weight:700;color:var(--brown-dark)}.price--compare{font-size:1.25rem;color:var(--brown-mid);text-decoration:line-through;opacity:.6}.price--save{background:var(--terracotta);color:var(--white);border-radius:var(--radius-full);padding:.25rem .875rem;font-size:.8rem;font-weight:700}.product-info__earlybird{font-size:.875rem;color:var(--brown-mid);background:var(--cream);border:1px solid var(--beige-border);border-radius:var(--radius);padding:.625rem 1rem;margin-bottom:1.25rem}.product-info__features{display:flex;flex-direction:column;gap:.625rem;margin-bottom:1.5rem}.product-info__feature{display:flex;align-items:center;gap:.625rem;font-size:.95rem;color:var(--brown-dark)}.product-info__guarantee{display:flex;align-items:center;gap:.75rem;background:var(--white);border-radius:var(--radius-full);padding:.75rem 1.5rem;box-shadow:var(--shadow-md);font-size:.875rem;color:var(--brown-dark);margin-top:1rem;justify-content:center}.product-info__delivery{font-size:.8rem;color:var(--sage);text-align:center;margin-top:.75rem}.cart-page{min-height:50vh}.cart-item{display:flex;gap:1rem;padding:1.25rem;background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);margin-bottom:1rem;align-items:center}.cart-item__image{width:80px;height:80px;border-radius:var(--radius);overflow:hidden;flex-shrink:0;background:var(--cream)}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item__title{font-weight:700;color:var(--brown-dark);font-size:.95rem}.cart-item__price{color:var(--terracotta);font-weight:700}.cart-item__remove{font-size:.8rem;color:var(--sage);text-decoration:underline}.cart-item__remove:hover{color:var(--terracotta)}.cart-summary{background:var(--white);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-lg)}.cart-summary__row{display:flex;justify-content:space-between;font-size:1.125rem;font-weight:700;color:var(--brown-dark);margin-bottom:1rem}.cart-empty{text-align:center;padding:4rem 1rem}.cart-empty__icon{font-size:4rem;margin-bottom:1rem}.qty-select{display:inline-flex;align-items:center;border:1px solid var(--beige-border);border-radius:var(--radius);overflow:hidden}.qty-select button{padding:.5rem .875rem;color:var(--brown-dark);font-weight:700}.qty-select button:hover{background:var(--cream)}.qty-select input{width:44px;text-align:center;border:none;font-size:.95rem;color:var(--brown-dark);font-family:inherit;-moz-appearance:textfield}.qty-select input::-webkit-outer-spin-button,.qty-select input::-webkit-inner-spin-button{-webkit-appearance:none}.form-card{max-width:480px;margin:0 auto;background:var(--white);border-radius:var(--radius-lg);padding:2.5rem 2rem;box-shadow:var(--shadow-lg)}.form-group{margin-bottom:1.25rem}.form-label{display:block;font-size:.875rem;font-weight:600;color:var(--brown-dark);margin-bottom:.375rem}.form-input{width:100%;padding:.75rem 1rem;border:1px solid var(--beige-border);border-radius:var(--radius);font-size:.95rem;font-family:inherit;color:var(--brown-dark);background:var(--cream-light);transition:var(--transition)}.form-input:focus{outline:none;border-color:var(--terracotta);background:var(--white)}.form-errors{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;border-radius:var(--radius);padding:.875rem 1rem;font-size:.875rem;margin-bottom:1.25rem}.form-link{font-size:.875rem;color:var(--sage);text-decoration:underline}.form-link:hover{color:var(--terracotta)}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem}.product-card{background:var(--white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md);transition:box-shadow .2s ease;border:1px solid var(--beige-border)}.product-card:hover{box-shadow:var(--shadow-xl)}.product-card__image{aspect-ratio:1;overflow:hidden;background:var(--cream)}.product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-card__image img{transform:scale(1.05)}.product-card__body{padding:1.25rem}.product-card__title{font-size:1rem;font-weight:700;color:var(--brown-dark);margin-bottom:.5rem}.product-card__price{color:var(--terracotta);font-weight:700}.pagination{display:flex;justify-content:center;gap:.5rem;margin-top:3rem}.pagination a,.pagination span{padding:.5rem 1rem;border-radius:var(--radius);font-size:.875rem;font-weight:600;color:var(--brown-dark);background:var(--white);border:1px solid var(--beige-border)}.pagination a:hover{border-color:var(--terracotta);color:var(--terracotta)}.pagination .current{background:var(--terracotta);color:var(--white);border-color:var(--terracotta)}.rte h2,.rte h3{margin:1.5rem 0 .75rem}.rte p{margin-bottom:1rem}.rte ul{list-style:disc;padding-left:1.5rem;margin-bottom:1rem}.rte ol{list-style:decimal;padding-left:1.5rem;margin-bottom:1rem}.rte a{color:var(--terracotta);text-decoration:underline}[data-animate]{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}[data-animate].animated{opacity:1;transform:translateY(0)}.no-js [data-animate]{opacity:1;transform:none;transition:none}@media(prefers-reduced-motion:reduce){[data-animate]{opacity:1;transform:none;transition:none}html{scroll-behavior:auto}}.cart-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#3d2f2a80;z-index:calc(var(--z-drawer) - 1);opacity:0;pointer-events:none;transition:opacity .3s ease}.cart-drawer-overlay.open{opacity:1;pointer-events:auto}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:min(400px,92vw);background:var(--cream-light);z-index:var(--z-drawer);transform:translate(100%);transition:transform .3s ease;display:flex;flex-direction:column;box-shadow:var(--shadow-2xl)}.cart-drawer.open{transform:translate(0)}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem;border-bottom:1px solid var(--beige-border);background:var(--white)}.cart-drawer__title{font-size:1.125rem;font-weight:700;color:var(--brown-dark)}.cart-drawer__close{font-size:1.5rem;color:var(--brown-mid);padding:.25rem .5rem}.cart-drawer__body{flex:1;overflow-y:auto;padding:1.25rem}.cart-drawer__footer{padding:1.25rem;border-top:1px solid var(--beige-border);background:var(--white)}.visually-hidden{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.skip-link{position:absolute;top:-100px;left:1rem;background:var(--terracotta);color:var(--white);padding:.5rem 1rem;border-radius:var(--radius);z-index:200;transition:top .2s ease}.skip-link:focus{top:1rem}html,body{overflow-x:hidden}*,*:before,*:after{max-width:100%}img,video,svg{max-width:100%;height:auto}@media(max-width:768px){.urgency-banner{font-size:.78rem;padding:.5rem .75rem;gap:.25rem;line-height:1.4;flex-wrap:nowrap;white-space:normal}.urgency-banner__pulse{font-size:.85em}.social-proof{gap:.75rem;font-size:.8rem;margin-bottom:1rem}.section{padding:2.5rem 1rem}.guarantee-section,.final-cta{padding:3rem 1rem}.section-header{margin-bottom:2rem}.section-header__title{font-size:1.75rem}.section-header__subtitle{font-size:1rem}.product-layout{grid-template-columns:1fr;gap:1.5rem}.product-info{min-width:0;overflow:hidden}.product-info__title{font-size:clamp(1.4rem,5vw,2rem);word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.product-info__rating{gap:.5rem;font-size:.8rem;flex-wrap:wrap}.product-info__price{flex-wrap:wrap;gap:.5rem;align-items:center}.price{font-size:1.75rem}.price--compare{font-size:1rem}.price--save{font-size:.75rem;padding:.2rem .625rem;white-space:nowrap}.product-info__badge{font-size:.75rem;padding:.3rem .75rem;white-space:normal;word-break:break-word}.product-info__earlybird{font-size:.8rem;padding:.5rem .75rem}.product-info__feature{font-size:.875rem}.product-info__guarantee{flex-wrap:wrap;font-size:.8rem;padding:.625rem 1rem;text-align:center}.product-info__delivery{font-size:.75rem}.product-trust{flex-wrap:wrap;gap:.5rem}.product-trust__badge{font-size:.75rem;padding:.3rem .75rem}.btn--cta{font-size:1rem;padding:1rem 1.5rem;width:100%;display:block}.product-gallery__thumbs{gap:.5rem;flex-wrap:wrap}.product-gallery__thumb{width:60px;height:60px}.pain-item{padding:1rem;gap:.75rem}.pain-item__icon{font-size:1.75rem}.modules-grid{grid-template-columns:1fr;gap:1rem}.module-card{padding:1.25rem}.module-card__title{font-size:1rem}.testimonials-grid{grid-template-columns:1fr;gap:1rem}.testimonial-card{padding:1.25rem}.comparison-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:var(--radius)}.comparison-table{min-width:480px;font-size:.8rem}.comparison-table th,.comparison-table td{padding:.625rem .5rem;font-size:.8rem}.comparison-table td:first-child,.comparison-table th:first-child{min-width:120px;max-width:140px;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.faq-item{padding:1.25rem}.faq-item__q{font-size:.95rem}.faq-item__a{font-size:.875rem}.guarantee-section__title{font-size:1.75rem}.guarantee-section__text{font-size:1rem}.final-cta__title{font-size:clamp(1.5rem,5vw,2.25rem)}.final-cta__subtitle{font-size:1rem;margin-bottom:1.5rem}.glass-box{padding:1.25rem;margin-bottom:1.5rem}.glass-box__title{font-size:1.25rem}.value-row{flex-wrap:wrap;gap:.5rem}.value-row__label,.value-row__val{font-size:.875rem}.value-total{flex-wrap:wrap;gap:.5rem;font-size:1rem}.value-total--price{font-size:1.25rem}.price-box{padding:1.25rem;margin-bottom:1.5rem}.price-box__price{font-size:2.25rem}.price-box__regular{font-size:1rem}.receive-row{font-size:.875rem}.final-cta__guarantee{font-size:.875rem;padding:.625rem 1.25rem}.final-cta__note{font-size:.8rem}.site-footer{font-size:.8rem;padding:1.5rem 1rem}.mobile-sticky-bar{padding:.625rem}.mobile-sticky-bar .btn--cta{font-size:1rem;padding:.875rem 1rem}}@media(max-width:390px){.urgency-banner{font-size:.72rem}.product-info__title{font-size:1.25rem}.price,.section-header__title{font-size:1.5rem}.comparison-table{min-width:420px;font-size:.75rem}.comparison-table th,.comparison-table td{padding:.5rem .375rem}.btn--cta{font-size:.95rem}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/theme.css.map */
