*,:before,:after{box-sizing:border-box}:root{--color-background:#fffdf8;--color-surface:#fff;--color-surface-muted:#f3f4ec;--color-text:#17352d;--color-text-muted:#52685f;--color-brand:#176b55;--color-brand-hover:#105340;--color-brand-contrast:#fff;--color-border:#d9dfd5;--color-focus:#ec7e35;--shadow-soft:0 .125rem .625rem #17352d14;--font-sans:Inter, "Avenir Next", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--text-sm:.875rem;--text-base:1rem;--text-lg:clamp(1.125rem, 1rem + .4vw, 1.25rem);--text-xl:clamp(1.75rem, 1.45rem + 1.25vw, 2.5rem);--leading-body:1.6;--leading-heading:1.15;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--space-7:3rem;--space-section:clamp(3rem, 10vw, 5.5rem);--radius-sm:.5rem;--radius-md:.875rem;--radius-pill:999rem;--page-max-width:72rem;--content-max-width:42rem;--page-gutter:clamp(1rem, 5vw, 2rem);--tap-target:3rem}html,body{margin:0;padding:0}html{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;scroll-behavior:smooth}body{background:var(--color-background);min-width:20rem;color:var(--color-text);font-family:var(--font-sans);font-size:var(--text-base);line-height:var(--leading-body);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility}.announcement-bar{padding:var(--space-3) var(--page-gutter);background:var(--color-brand);text-align:center}.announcement-bar p{color:var(--color-brand-contrast);font-size:var(--text-sm);margin:0;font-weight:700;line-height:1.4}body>header{min-height:4rem;padding-inline:var(--page-gutter);border-bottom:.0625rem solid var(--color-border);background:var(--color-surface);align-items:center;display:flex}body>header a{color:var(--color-text);font-size:var(--text-lg);letter-spacing:-.02em;font-weight:700;text-decoration:none}main{width:min(100%, var(--page-max-width));padding:var(--space-section) var(--page-gutter);margin-inline:auto}main>*{max-width:var(--content-max-width)}h1,h2,h3{margin:0 0 var(--space-4);line-height:var(--leading-heading);letter-spacing:-.035em}h1{font-size:var(--text-xl)}p{margin:0 0 var(--space-5);color:var(--color-text-muted)}a{color:var(--color-brand);text-underline-offset:.16em}button,input,select,textarea{font:inherit}button:disabled{cursor:wait;opacity:.7}:where(a,button,input,select,textarea,summary):focus-visible{outline:.1875rem solid var(--color-focus);outline-offset:.1875rem}.container{width:min(100%, var(--page-max-width));padding-inline:var(--page-gutter);margin-inline:auto}.stack{gap:var(--space-5);flex-direction:column;display:flex}.button{min-height:var(--tap-target);padding:var(--space-3) var(--space-6);border-radius:var(--radius-pill);background:var(--color-brand);color:var(--color-brand-contrast);text-align:center;border:.0625rem solid #0000;justify-content:center;align-items:center;font-weight:700;line-height:1.25;text-decoration:none;transition:background-color .16s,transform .16s;display:inline-flex}.button:hover{background:var(--color-brand-hover)}.button:active{transform:translateY(.0625rem)}.button-secondary{border-color:var(--color-border);background:var(--color-surface);color:var(--color-brand)}.button-secondary:hover{background:var(--color-surface-muted)}.hero-section{max-width:var(--page-max-width);gap:var(--space-6);display:grid}.hero-copy{max-width:var(--content-max-width)}.hero-copy h1{max-width:18ch}.hero-description{max-width:34rem;font-size:var(--text-lg)}.hero-offer{max-width:32rem;padding-top:var(--space-2)}.hero-price{margin-bottom:var(--space-1);color:var(--color-text);font-size:var(--text-xl);font-weight:700;line-height:var(--leading-heading)}.hero-price-detail{margin-bottom:var(--space-5);font-size:var(--text-sm)}.hero-reassurance{margin:var(--space-4) 0 0;font-size:var(--text-sm)}.hero-media,.demonstration-media{border:.0625rem solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface-muted);position:relative;overflow:hidden}.hero-media{aspect-ratio:1}.product-gallery{min-width:0}.product-gallery .hero-media{background:var(--color-surface)}.product-gallery .hero-media img{object-fit:contain;object-position:center bottom}.hero-media img,.demonstration-media img{object-fit:cover}.product-thumbnails{gap:var(--space-2);padding:var(--space-3) var(--space-1) var(--space-2);scrollbar-width:thin;display:flex;overflow-x:auto}.product-thumbnail{border-radius:var(--radius-sm);background:var(--color-surface);cursor:pointer;border:.125rem solid #0000;flex:0 0 4rem;width:4rem;height:4rem;padding:0;position:relative;overflow:hidden}.product-thumbnail[aria-pressed=true]{border-color:var(--color-brand)}.product-thumbnail img{object-fit:contain;object-position:center bottom}.variant-selector{gap:var(--space-4);margin-bottom:var(--space-5);display:grid}.variant-group{border:0;min-width:0;margin:0;padding:0}.variant-group legend{margin-bottom:var(--space-2);color:var(--color-text);font-size:var(--text-sm);font-weight:700}.variant-options{gap:var(--space-2);display:grid}.variant-options-colors{grid-template-columns:repeat(2,minmax(0,1fr))}.variant-option{align-items:center;gap:var(--space-2);min-height:var(--tap-target);padding:var(--space-3);border:.0625rem solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface);color:var(--color-text);cursor:pointer;font-size:var(--text-sm);line-height:1.25;display:flex;position:relative}.variant-option:has(input:checked){border-color:var(--color-brand);box-shadow:0 0 0 .0625rem var(--color-brand)}.variant-option:has(input:focus-visible){outline:.1875rem solid var(--color-focus);outline-offset:.1875rem}.variant-option input{opacity:0;width:.0625rem;height:.0625rem;position:absolute}.variant-option-size span{gap:var(--space-1);display:grid}.variant-option small{color:var(--color-text-muted)}.color-swatch{border:.0625rem solid var(--color-border);border-radius:50%;width:1rem;height:1rem}.color-swatch-blue{background:#5e9cc1}.color-swatch-green{background:#7ba785}.color-swatch-pink{background:#e8a7b2}.color-swatch-white{background:#fff}.variant-selection{color:var(--color-text-muted);font-size:var(--text-sm);margin:0}.credibility-section{max-width:var(--page-max-width);margin-top:var(--space-6);padding:var(--space-5);border:.0625rem solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface)}.credibility-grid{gap:var(--space-5);display:grid}.credibility-item h2{margin-bottom:var(--space-2);font-size:var(--text-base);letter-spacing:-.01em}.credibility-item p{font-size:var(--text-sm);margin:0}.benefits-section{max-width:var(--page-max-width);margin-top:var(--space-section)}.benefits-header,.problem-header,.steps-header,.faq-header{max-width:var(--content-max-width);margin-bottom:var(--space-6)}.benefits-header>p:last-child,.problem-header>p:last-child,.steps-header>p:last-child{margin-bottom:0}.section-label{margin-bottom:var(--space-3);color:var(--color-brand);font-size:var(--text-sm);letter-spacing:.08em;text-transform:uppercase;font-weight:700}.benefit-grid{gap:var(--space-4);display:grid}.benefit-card{min-height:100%;padding:var(--space-5);border:.0625rem solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);box-shadow:var(--shadow-soft)}.benefit-card h3{margin-bottom:var(--space-3);font-size:var(--text-lg)}.benefit-card p{margin:0}.problem-section{max-width:var(--page-max-width);margin-top:var(--space-section)}.problem-grid{gap:var(--space-4);display:grid}.problem-card{padding:var(--space-5);border:.0625rem solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface)}.problem-card-solution{background:var(--color-brand);border-color:#0000}.problem-card h3{margin-bottom:var(--space-3);font-size:var(--text-lg)}.problem-card p{margin:0}.problem-card-solution h3,.problem-card-solution p{color:var(--color-brand-contrast)}.steps-section{max-width:var(--page-max-width);margin-top:var(--space-section)}.media-section{max-width:var(--page-max-width);gap:var(--space-6);margin-top:var(--space-section);display:grid}.media-copy{max-width:var(--content-max-width);align-self:center}.media-copy p:last-child,.specifications-header p:last-child{margin-bottom:0}.demonstration-media{min-height:clamp(16rem,72vw,30rem)}.specifications-section{max-width:var(--page-max-width);margin-top:var(--space-section)}.specifications-header{max-width:var(--content-max-width);margin-bottom:var(--space-6)}.specifications-list{gap:var(--space-4);margin:0;display:grid}.specification-card{padding:var(--space-5);border:.0625rem solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface)}.specification-card dt{color:var(--color-text-muted);font-size:var(--text-sm);font-weight:700}.specification-card dd{margin:var(--space-2) 0 0;color:var(--color-text);font-size:var(--text-lg);font-weight:700}.step-list{gap:var(--space-4);counter-reset:step;margin:0;padding:0;list-style:none;display:grid}.step-card{min-height:100%;padding:var(--space-5) var(--space-5) var(--space-5) calc(var(--space-5) + 2.5rem);border-radius:var(--radius-md);background:var(--color-surface-muted);counter-increment:step;position:relative}.step-card:before{top:var(--space-5);left:var(--space-5);background:var(--color-brand);width:2rem;height:2rem;color:var(--color-brand-contrast);content:counter(step);border-radius:50%;place-items:center;font-weight:700;line-height:1;display:grid;position:absolute}.step-card h3{margin-bottom:var(--space-3);font-size:var(--text-lg)}.step-card p{margin:0}.offer-section{max-width:var(--page-max-width);gap:var(--space-6);margin-top:var(--space-section);padding:var(--space-5);border-radius:var(--radius-md);background:var(--color-surface-muted);display:grid}.offer-copy p:last-child{margin:0}.offer-copy h2{max-width:24ch}.offer-card{padding:var(--space-5);border-radius:var(--radius-md);background:var(--color-surface);box-shadow:var(--shadow-soft)}.offer-price{margin-bottom:var(--space-1);color:var(--color-text);font-size:var(--text-xl);font-weight:700;line-height:var(--leading-heading)}.offer-price-detail{margin-bottom:var(--space-5);font-size:var(--text-sm)}.offer-list{gap:var(--space-3);margin:0 0 var(--space-6);padding-left:var(--space-5);color:var(--color-text-muted);display:grid}.offer-button{width:100%;min-height:3.25rem}.shipping-section{max-width:var(--page-max-width);margin-top:var(--space-section)}.shipping-header{max-width:var(--content-max-width);margin-bottom:var(--space-6)}.shipping-grid{gap:var(--space-4);display:grid}.shipping-card{padding:var(--space-5);border:.0625rem solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface)}.shipping-card h3{margin-bottom:var(--space-3);font-size:var(--text-lg)}.shipping-card p{margin:0}.shipping-timeline{gap:var(--space-2);margin:var(--space-5) 0 0;display:grid}.shipping-timeline div{justify-content:space-between;gap:var(--space-4);padding:var(--space-3) var(--space-4);border-radius:var(--radius-sm);background:var(--color-surface-muted);display:flex}.shipping-timeline dt{color:var(--color-text);font-weight:700}.shipping-timeline dd{color:var(--color-text-muted);margin:0;font-weight:700}.guarantee-section{max-width:var(--content-max-width);margin-top:var(--space-section);padding:var(--space-5);border:.0625rem solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface)}.guarantee-section h2{font-size:var(--text-lg);letter-spacing:-.01em}.guarantee-section p:last-child{margin:0}.faq-section{max-width:var(--content-max-width);margin-top:var(--space-section)}.faq-list{gap:var(--space-3);display:grid}.faq-item{padding:var(--space-4) var(--space-5);border:.0625rem solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface)}.faq-item summary{color:var(--color-text);cursor:pointer;font-weight:700;line-height:1.4}.faq-item p{margin:var(--space-4) 0 0}.final-cta-section{max-width:var(--content-max-width);margin-top:var(--space-section);border-radius:var(--radius-md);background:var(--color-brand);text-align:center;padding:clamp(1.5rem,6vw,2.5rem)}.final-cta-section h2,.final-cta-section p{color:var(--color-brand-contrast)}.final-cta-section>p:not(.section-label){max-width:34rem;margin-inline:auto}.final-cta-section .section-label{opacity:.82}.final-cta-section .offer-button{background:var(--color-surface);width:100%;color:var(--color-brand)}.final-cta-section .offer-button:hover{background:var(--color-surface-muted)}.final-cta-section .checkout-error{color:var(--color-text);text-align:left}.mobile-sticky-cta{display:none}.site-footer{margin-top:var(--space-section);border-top:.0625rem solid var(--color-border);background:var(--color-surface)}.site-footer-content{width:min(100%, var(--page-max-width));gap:var(--space-5);padding:var(--space-6) var(--page-gutter);margin-inline:auto;display:grid}.site-footer-brand a{color:var(--color-text);font-size:var(--text-lg);font-weight:700;text-decoration:none}.site-footer-brand p{max-width:25rem;margin:var(--space-2) 0 0;font-size:var(--text-sm)}.site-footer-links{gap:var(--space-3) var(--space-5);font-size:var(--text-sm);flex-wrap:wrap;display:flex}.site-footer-note{color:var(--color-text-muted);font-size:var(--text-sm);margin:0}.policy-section{max-width:var(--content-max-width)}.policy-section h2{margin-top:var(--space-6);margin-bottom:var(--space-3);font-size:var(--text-lg);letter-spacing:-.01em}.confirmation-section{max-width:var(--content-max-width)}.confirmation-introduction{font-size:var(--text-lg)}.confirmation-grid{gap:var(--space-4);margin:var(--space-6) 0;display:grid}.confirmation-card{padding:var(--space-5);border:.0625rem solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface)}.confirmation-card h2{margin-bottom:var(--space-3);font-size:var(--text-lg);letter-spacing:-.01em}.confirmation-card p{margin:0}.confirmation-actions{gap:var(--space-3);margin-top:var(--space-6);flex-wrap:wrap;display:flex}.checkout-error{margin:var(--space-5) 0 0;padding:var(--space-4);border:.0625rem solid var(--color-focus);border-radius:var(--radius-sm);background:var(--color-surface);color:var(--color-text)}@media (max-width:47.999rem){body:has(.mobile-sticky-cta) main{padding-bottom:calc(var(--tap-target) + var(--space-6) + env(safe-area-inset-bottom))}body:has(.mobile-sticky-cta) .site-footer{padding-bottom:calc(var(--tap-target) + var(--space-6) + env(safe-area-inset-bottom))}body:has(.mobile-sticky-cta) main{padding-top:var(--space-6)}.hero-section{gap:var(--space-5)}.hero-description{margin-bottom:var(--space-4);font-size:var(--text-base)}.hero-offer{padding-top:0}.hero-price-detail{margin-bottom:var(--space-4)}.hero-offer .offer-button{min-height:3.5rem}.credibility-section{margin-top:var(--space-5);padding:var(--space-4)}.benefits-section,.problem-section,.media-section,.specifications-section,.steps-section,.offer-section,.shipping-section,.guarantee-section,.faq-section,.final-cta-section{margin-top:var(--space-7)}.benefits-header,.problem-header,.steps-header,.shipping-header,.faq-header{margin-bottom:var(--space-5)}.benefit-card,.problem-card,.step-card,.offer-card,.shipping-card,.specification-card,.guarantee-section{padding:var(--space-4)}.step-card{padding-left:calc(var(--space-4) + 2.5rem)}.step-card:before{top:var(--space-4);left:var(--space-4)}.offer-section{gap:var(--space-5);padding:var(--space-4)}.mobile-sticky-cta{z-index:10;align-items:center;gap:var(--space-4);max-width:none;padding:var(--space-3) var(--page-gutter) calc(var(--space-3) + env(safe-area-inset-bottom));border-top:.0625rem solid var(--color-border);background:var(--color-surface);grid-template-columns:auto minmax(10.5rem,1fr);display:grid;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -.25rem .75rem #17352d1a}.mobile-sticky-price{color:var(--color-text);margin:0;font-weight:700;line-height:1.2}.mobile-sticky-detail{margin:var(--space-1) 0 0;font-size:.75rem;line-height:1.2}.mobile-sticky-cta .checkout-error{padding:var(--space-3);font-size:var(--text-sm);grid-column:1/-1;margin:0}.mobile-sticky-cta .offer-button{padding-inline:var(--space-4);grid-area:1/2}}@media (max-width:22.5rem){body:has(.mobile-sticky-cta) main{padding-bottom:calc((var(--tap-target) * 2) + var(--space-7) + env(safe-area-inset-bottom))}body:has(.mobile-sticky-cta) .site-footer{padding-bottom:calc((var(--tap-target) * 2) + var(--space-7) + env(safe-area-inset-bottom))}.mobile-sticky-cta{gap:var(--space-3);grid-template-columns:1fr}.mobile-sticky-cta .offer-button{grid-area:auto/1}}@media (min-width:48rem){.hero-section{grid-template-columns:minmax(20rem,1fr) minmax(18rem,.8fr);align-items:center}.credibility-grid{grid-template-columns:repeat(4,1fr)}.variant-options-colors{grid-template-columns:repeat(4,minmax(0,1fr))}.benefit-grid,.problem-grid,.step-list,.specifications-list{grid-template-columns:repeat(3,1fr)}.media-section{grid-template-columns:minmax(18rem,.8fr) minmax(20rem,1fr);align-items:center}.shipping-grid{grid-template-columns:repeat(2,1fr)}.offer-section{padding:var(--space-6);grid-template-columns:1fr minmax(18rem,22rem)}.final-cta-section .offer-button{width:auto;min-width:15rem}.site-footer-content{grid-template-columns:1fr auto;align-items:start}.site-footer-note{grid-column:1/-1}.problem-card{grid-column:span 1}.problem-card-solution{grid-column:span 2}.step-card{padding:calc(var(--space-5) + 2.75rem) var(--space-5) var(--space-5)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
