:root{--bg: #0D1321;--bg-card: #141B2D;--bg-secondary: rgba(30,41,59,.2);--bg-navy-deep: #080F1A;--bg-navy-light: #171F30;--fg: #EFF3FA;--fg-muted: #7B8BA3;--primary: #3B82F6;--primary-soft: #7EB3F5;--accent: #22C55E;--gold: #E8A830;--destructive: #EF4444;--border: #1E293B;--input: #232D40;--ring: #3B82F6;--radius: .75rem;--font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-display: "Playfair Display", Georgia, serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}.hidden{display:none!important}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);background-color:var(--bg);color:var(--fg);line-height:1.6;font-size:var(--base-font-size, 16px);display:flex;flex-direction:column;min-height:100vh}#main-content{flex:1}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:700;line-height:1.15;color:var(--fg)}.skip-link{position:absolute;top:-3rem;left:1rem;padding:.5rem 1rem;background:var(--primary);color:#0d1321;font-size:.875rem;font-weight:600;border-radius:0 0 var(--radius) var(--radius);z-index:100;transition:top .2s}.skip-link:focus{top:0}.container{width:100%;max-width:1400px;margin:0 auto;padding:0 2rem}.font-display{font-family:var(--font-display)}.font-body{font-family:var(--font-body)}.text-gradient{background:linear-gradient(135deg,var(--primary),var(--primary-soft));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--font-body);font-weight:600;font-size:1rem;padding:.75rem 2rem;border-radius:var(--radius);border:none;transition:all .3s ease;cursor:pointer;text-decoration:none;line-height:1.5}.btn--primary{background-color:var(--primary);color:#0d1321;box-shadow:0 0 30px #3b82f666}.btn--primary:hover{box-shadow:0 0 40px #3b82f699;transform:translateY(-1px)}.btn--outline{background:transparent;color:var(--fg);border:1px solid var(--border)}.btn--lg{padding:.875rem 2.5rem;font-size:1rem;height:3rem}.btn--sm{padding:.5rem 1rem;font-size:.875rem}.btn--icon{padding:.5rem;width:2.5rem;height:2.5rem}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:1rem;padding:2rem;transition:all .3s ease}.card:hover{border-color:#3b82f64d;box-shadow:0 0 30px #3b82f61a}.section{padding:6rem 0;position:relative;overflow:hidden}.section--alt{background:var(--bg-secondary)}.section__header{text-align:center;margin-bottom:3.5rem}.section__header h2{font-size:var(--heading-mobile, 2rem);margin-bottom:1rem}.section__header p{color:var(--fg-muted);max-width:500px;margin:0 auto;font-size:var(--text-size, .875rem)}.section__header .label{display:inline-block;font-family:var(--font-body);font-size:var(--label-size, .875rem);font-weight:500;color:var(--primary);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.75rem}@media(min-width:768px){.section__header h2{font-size:var(--heading-desktop, 2.5rem)}}.grid{display:grid;gap:2rem}.grid--2,.grid--3{grid-template-columns:1fr}.grid--4{grid-template-columns:repeat(2,1fr)}@media(min-width:768px){.grid--2{grid-template-columns:repeat(2,1fr)}.grid--3{grid-template-columns:repeat(3,1fr)}.grid--4{grid-template-columns:repeat(4,1fr)}}.announcement-bar{background:#3b82f61a;border-bottom:1px solid rgba(30,41,59,.5);padding:.5rem 0;text-align:center}.announcement-bar p{font-size:.875rem;color:var(--primary-soft);letter-spacing:.02em}.header{position:sticky;top:0;z-index:40;border-bottom:1px solid rgba(30,41,59,.5);background:#0d1321cc;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.header__inner{display:flex;align-items:center;height:4rem}.header__logo{flex:1;font-family:var(--font-display);font-size:1.5rem;font-weight:700;color:var(--fg);letter-spacing:-.02em}.header__nav{display:none;align-items:center;justify-content:center;gap:2rem}.header__nav a{font-size:var(--text-size, .875rem);font-weight:500;color:var(--fg-muted);transition:color .2s}.header__nav a:hover{color:var(--fg)}.header__actions{flex:1;display:flex;align-items:center;justify-content:flex-end;gap:.75rem}.header__cart-btn{position:relative;padding:.5rem;color:var(--fg-muted);background:none;border:none;transition:color .2s}.header__cart-btn:hover{color:var(--fg)}.header__cart-btn svg{width:1.25rem;height:1.25rem}.header__cart-count{position:absolute;top:-2px;right:-2px;width:1rem;height:1rem;border-radius:50%;background:var(--primary);color:#0d1321;font-size:.625rem;font-weight:700;display:flex;align-items:center;justify-content:center}.header__menu-btn{display:block;padding:.5rem;color:var(--fg-muted);background:none;border:none}.header__menu-btn svg{width:1.25rem;height:1.25rem}@media(min-width:768px){.header__nav{display:flex}.header__menu-btn{display:none}}.header__flag{font-size:1.25rem;line-height:1;cursor:default}.header__lang{position:relative}.header__lang-toggle{display:flex;align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.75rem;font-weight:600;color:var(--fg-muted);background:none;border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;transition:color .2s,border-color .2s;font-family:var(--font-body)}.header__lang-toggle:hover{color:var(--fg);border-color:var(--fg-muted)}.header__lang-toggle svg{transition:transform .2s}.header__lang:hover .header__lang-toggle svg{transform:rotate(180deg)}.header__lang-menu{position:absolute;top:100%;right:0;padding-top:.5rem;opacity:0;visibility:hidden;transition:opacity .2s,visibility .2s;z-index:50;min-width:8rem}.header__lang:hover .header__lang-menu{opacity:1;visibility:visible}.header__lang-menu:after{content:"";position:absolute;top:.5rem;left:0;right:0;bottom:0;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);z-index:-1}.header__lang-item{display:block;width:100%;padding:.5rem 1rem;font-size:.8125rem;font-weight:500;color:var(--fg-muted);background:none;border:none;cursor:pointer;text-align:left;font-family:var(--font-body);transition:color .2s;position:relative}.header__lang-item:not(:first-child){border-top:1px solid var(--border)}.header__lang-item:hover{color:var(--fg)}.header__lang-item.active{color:var(--primary)}@media(max-width:767px){.header__flag,.header__lang{display:none}}.mobile-menu__locale{display:flex;align-items:center;gap:1rem;padding:1.5rem 0 0;margin-top:1.5rem;border-top:1px solid var(--border)}.mobile-menu__langs{display:flex;gap:.5rem}.mobile-menu__lang-btn{padding:.5rem .75rem;border-radius:var(--radius);border:1px solid var(--border);background:none;color:var(--fg-muted);font-size:.875rem;font-weight:500;cursor:pointer;font-family:var(--font-body);transition:all .2s}.mobile-menu__lang-btn.active{border-color:var(--primary);color:var(--primary)}.mobile-menu__lang-btn:hover{border-color:var(--fg-muted);color:var(--fg)}.header__dropdown{position:relative}.header__dropdown-toggle{display:inline-flex;align-items:center;gap:.25rem;font-size:.875rem;font-weight:500;color:var(--fg-muted);transition:color .2s;cursor:pointer}.header__dropdown-toggle:hover{color:var(--fg)}.header__dropdown-toggle svg{transition:transform .2s}.header__dropdown:hover .header__dropdown-toggle svg{transform:rotate(180deg)}.header__dropdown-menu{position:absolute;top:100%;left:50%;transform:translate(-50%);padding-top:.75rem;opacity:0;visibility:hidden;transition:opacity .2s,visibility .2s;z-index:50}.header__dropdown:hover .header__dropdown-menu{opacity:1;visibility:visible}.header__dropdown-menu:before{content:"";position:absolute;top:0;left:0;right:0;height:.75rem}.header__dropdown-menu:after{content:"";position:absolute;top:.75rem;left:0;right:0;bottom:0;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);z-index:-1}.header__dropdown-item{display:block;padding:.625rem 1.25rem;font-size:.8125rem;font-weight:500;color:var(--fg);white-space:nowrap;text-decoration:none;transition:color .2s,background .2s;position:relative}.header__dropdown-item:not(:first-child){border-top:1px solid var(--border)}.header__dropdown-item:hover{color:var(--primary);background:#3b82f614}.hero{position:relative;min-height:90vh;display:flex;align-items:center;overflow:hidden;background:linear-gradient(180deg,var(--bg-navy-deep) 0%,var(--bg) 50%,var(--bg-navy-light) 100%)}.hero__particles{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none;z-index:2}.hero__particle{position:absolute;border-radius:50%;background:#3b82f633}.hero__glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:800px;height:800px;background:#3b82f614;border-radius:50%;filter:blur(150px);pointer-events:none;z-index:2}.hero__grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center;position:relative;z-index:10}.hero__badge{display:inline-block;padding:.375rem 1rem;border-radius:9999px;border:1px solid rgba(59,130,246,.3);background:#3b82f61a;font-size:var(--label-size, .75rem);font-weight:500;color:var(--primary-soft);text-transform:uppercase;letter-spacing:.1em}.hero__title{font-size:var(--heading-mobile, 2.75rem);font-weight:700;line-height:1.05;margin-top:1.5rem}.hero__desc{font-size:var(--text-size, 1.125rem);color:var(--fg-muted);max-width:28rem;line-height:1.7;margin-top:1.5rem}.hero__ctas{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.hero__features{display:flex;flex-wrap:wrap;align-items:center;gap:1.5rem;margin-top:2rem;font-size:var(--label-size, .875rem);color:var(--fg-muted)}.hero__features span{display:flex;align-items:center;gap:.375rem}.hero__features .dot{width:6px;height:6px;border-radius:50%;background:var(--accent);flex-shrink:0}.hero__image-wrap{display:flex;justify-content:center;position:relative}.hero__image-container{position:relative;width:min(var(--hero-img-size, 320px),80vw);height:min(var(--hero-img-size, 320px),80vw);transition:transform .4s ease,filter .4s ease}.hero__image-glow{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:#3b82f61a;filter:blur(40px);animation:pulseGlow 3s ease-in-out infinite}.hero__image{position:relative;width:100%;height:100%;object-fit:cover;border-radius:1.5rem;transition:transform .4s ease}.hero__image-container[data-hover=glow-lift]:hover{transform:translateY(-8px);filter:drop-shadow(0 20px 40px rgba(59,130,246,.4))}.hero__image-container[data-hover=scale]:hover .hero__image{transform:scale(1.08)}.hero__image-container[data-hover=tilt-glow]:hover{transform:perspective(600px) rotateY(-5deg) rotateX(3deg);filter:drop-shadow(0 15px 30px rgba(59,130,246,.35))}.image-hover{transition:transform .4s ease,filter .4s ease}.image-hover[data-hover=glow-lift]:hover{transform:translateY(-8px);filter:drop-shadow(0 20px 40px rgba(59,130,246,.4))}.image-hover[data-hover=scale]:hover img{transform:scale(1.08)}.image-hover[data-hover=tilt-glow]:hover{transform:perspective(600px) rotateY(-5deg) rotateX(3deg);filter:drop-shadow(0 15px 30px rgba(59,130,246,.35))}.image-hover img{transition:transform .5s ease}@media(min-width:1024px){.hero__grid{grid-template-columns:1fr 1fr}.hero__title{font-size:var(--heading-desktop, 4rem)}.hero__image-container{width:var(--hero-img-size, 420px);height:var(--hero-img-size, 420px)}}.social-proof{padding:3rem 0;border-top:1px solid rgba(30,41,59,.5);border-bottom:1px solid rgba(30,41,59,.5);background:#141b2d80;position:relative;overflow:hidden}.social-proof__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;text-align:center}.social-proof__item{display:flex;flex-direction:column;align-items:center;gap:.5rem}.social-proof__icon{color:var(--primary);margin-bottom:.5rem}.social-proof__icon svg{width:1.25rem;height:1.25rem}.social-proof__value{font-size:var(--heading-mobile, 1.5rem);font-weight:700;color:var(--fg)}.social-proof__label{font-size:var(--label-size, .75rem);color:var(--fg-muted)}@media(min-width:768px){.social-proof__grid{grid-template-columns:repeat(4,1fr)}.social-proof__value{font-size:var(--heading-desktop, 1.875rem)}.social-proof__label{font-size:var(--text-size, .875rem)}}.benefit-card{padding:2rem;border-radius:1rem;border:1px solid var(--border);background:#141b2dcc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:all .3s ease}.benefit-card:hover{border-color:#3b82f64d;box-shadow:0 0 30px #3b82f61a}.benefit-card__icon{width:3rem;height:3rem;border-radius:.75rem;background:#3b82f61a;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;transition:background .3s}.benefit-card:hover .benefit-card__icon{background:#3b82f633}.benefit-card__icon svg{width:1.5rem;height:1.5rem;color:var(--primary)}.benefit-card h3{font-size:var(--heading-mobile, 1.25rem);font-weight:600;margin-bottom:.75rem}.benefit-card p{font-size:var(--text-size, .875rem);color:var(--fg-muted);line-height:1.7}.marquee-section{position:relative;padding:3rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:#1e293b4d;overflow:hidden}.marquee-wrap{overflow:hidden}.marquee-track{display:flex;width:max-content;animation:marquee var(--marquee-speed-mobile, 20s) linear infinite}.marquee-set{display:flex;align-items:center;gap:2rem;flex-shrink:0;padding-right:2rem}.marquee-set .marquee-item{font-family:var(--font-display);font-size:var(--text-size, 1.125rem);font-weight:500;color:#7b8ba399;flex-shrink:0;white-space:nowrap}.marquee-set .sep{color:#3b82f666;flex-shrink:0;font-size:.75em}@media(min-width:768px){.marquee-track{animation-duration:var(--marquee-speed-desktop, 30s)}.marquee-set .marquee-item{font-size:var(--heading-desktop, 1.25rem)}}.comparison-table{border-radius:1rem;border:1px solid var(--border);background:var(--bg-card);overflow:hidden}.comparison-table__header{display:grid;grid-template-columns:1fr 1fr 1fr;background:#3b82f61a;border-bottom:1px solid var(--border)}.comparison-table__header div{padding:1rem;font-size:var(--label-size, .875rem);font-weight:500}.comparison-table__header div:first-child{color:var(--fg-muted)}.comparison-table__header div:nth-child(2){color:var(--primary);font-weight:600;text-align:center}.comparison-table__header div:last-child{color:var(--fg-muted);text-align:center}.comparison-table__row{display:grid;grid-template-columns:1fr 1fr 1fr;border-bottom:1px solid rgba(30,41,59,.5)}.comparison-table__row:last-child{border-bottom:none}.comparison-table__row div{padding:1rem;font-size:var(--text-size, .875rem)}.comparison-table__row div:first-child{color:var(--fg)}.comparison-table__row div:nth-child(2){text-align:center;color:var(--accent);font-weight:500}.comparison-table__row div:last-child{text-align:center;color:var(--fg-muted)}.icon-check{color:var(--accent)}.icon-x{color:var(--destructive)}.spotlight__image-wrap{position:relative;border-radius:1.5rem;overflow:hidden;aspect-ratio:1;max-width:500px;margin:0 auto}.spotlight__image-wrap img{width:100%;height:100%;object-fit:cover}.spotlight__image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,rgba(59,130,246,.1),transparent);opacity:0;transition:opacity .3s;pointer-events:none}.spotlight__image-wrap:hover .spotlight__image-overlay{opacity:1}.spotlight__label{font-size:var(--label-size, .875rem);font-weight:500;color:var(--primary);text-transform:uppercase;letter-spacing:.08em}.spotlight__title{font-size:var(--heading-mobile, 2rem);font-weight:700;margin-top:.5rem}.spotlight__stars{display:flex;align-items:center;gap:.5rem;margin-top:1rem}.spotlight__stars .stars{display:flex;gap:2px}.spotlight__stars svg{width:1rem;height:1rem;fill:var(--gold);color:var(--gold)}.spotlight__stars span{font-size:var(--label-size, .875rem);color:var(--fg-muted)}.spotlight__desc{color:var(--fg-muted);line-height:1.7;margin-top:1.25rem}.spotlight__features{margin-top:1.5rem;display:flex;flex-direction:column;gap:.75rem}.spotlight__features li{display:flex;align-items:center;gap:.75rem;font-size:var(--text-size, .875rem);color:var(--fg)}.spotlight__features svg{width:1rem;height:1rem;color:var(--accent);flex-shrink:0}.spotlight__price{margin-top:1.5rem;display:flex;align-items:baseline;gap:.75rem}.spotlight__price .amount{font-size:var(--heading-desktop, 1.875rem);font-weight:700}.spotlight__price .per{font-size:var(--label-size, .875rem);color:var(--fg-muted)}.spotlight__actions{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;margin-top:1.5rem}.spotlight__guarantee{display:flex;align-items:center;gap:.375rem;font-size:var(--label-size, .75rem);color:var(--fg-muted)}.spotlight__guarantee svg{width:.875rem;height:.875rem;color:var(--accent)}@media(min-width:768px){.spotlight__title{font-size:var(--heading-desktop, 2.5rem)}}.step-card{position:relative;padding:2rem;border-radius:1rem;border:1px solid var(--border);background:var(--bg-card);transition:border-color .3s}.step-card:hover{border-color:#3b82f64d}.step-card__number{position:absolute;top:-1rem;left:-.5rem;font-family:var(--font-display);font-size:3.75rem;font-weight:700;color:#3b82f626;line-height:1;pointer-events:none}.step-card h3{font-size:var(--heading-mobile, 1.25rem);font-weight:600;margin-bottom:.75rem;position:relative}.step-card p{font-size:var(--text-size, .875rem);color:var(--fg-muted);line-height:1.7;position:relative}.step-image{border-radius:1rem;border:1px solid var(--border);overflow:hidden;box-shadow:0 4px 30px #0000004d}.step-image img{width:100%;height:auto}.testimonial-card{padding:2rem;border-radius:1rem;border:1px solid var(--border);background:var(--bg-card);transition:all .3s ease}.testimonial-card:hover{border-color:#3b82f633;box-shadow:0 0 20px #3b82f614}.testimonial-card__stars{display:flex;gap:2px;margin-bottom:1rem}.testimonial-card__stars svg{width:1rem;height:1rem;fill:var(--gold);color:var(--gold)}.testimonial-card__text{font-size:var(--text-size, .875rem);color:#eff3facc;line-height:1.7;font-style:italic;margin-bottom:1.5rem}.testimonial-card__author{display:flex;align-items:center;gap:.5rem}.testimonial-card__avatar{width:2rem;height:2rem;border-radius:50%;background:#3b82f633;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;color:var(--primary)}.testimonial-card__name{font-size:var(--text-size, .875rem);font-weight:600}.testimonial-card__verified{font-size:var(--label-size, .75rem);color:var(--accent);display:flex;align-items:center;gap:.25rem}.testimonial-card__verified svg{width:.75rem;height:.75rem}.faq-item{border:1px solid var(--border);border-radius:.75rem;background:var(--bg-card);margin-bottom:.75rem;overflow:hidden}.faq-item__trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;background:none;border:none;color:var(--fg);font-size:var(--text-size, 1rem);font-weight:500;font-family:var(--font-body);text-align:left;cursor:pointer;transition:color .2s}.faq-item__trigger:hover{color:var(--primary)}.faq-item__trigger svg{width:1.25rem;height:1.25rem;color:var(--fg-muted);transition:transform .3s;flex-shrink:0;margin-left:1rem}.faq-item[open] .faq-item__trigger svg{transform:rotate(180deg)}.faq-item__content{max-height:0;overflow:hidden;padding:0 1.5rem;color:var(--fg-muted);font-size:var(--label-size, .875rem);line-height:1.7;transition:max-height .3s ease,padding-bottom .3s ease}.faq-item[open] .faq-item__content{padding-bottom:1.25rem}.trust-badges{padding:4rem 0;background:#141b2d80;border-top:1px solid rgba(30,41,59,.5)}.trust-badge{text-align:center;display:flex;flex-direction:column;align-items:center;gap:.75rem}.trust-badge__icon{width:3rem;height:3rem;border-radius:50%;background:#3b82f61a;display:flex;align-items:center;justify-content:center}.trust-badge__icon svg{width:1.25rem;height:1.25rem;color:var(--primary)}.trust-badge h4{font-size:.875rem;font-weight:600;font-family:var(--font-body)}.trust-badge p{font-size:.75rem;color:var(--fg-muted)}.section-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none}.section-bg img{width:100%;height:100%;object-fit:cover}.section-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(to top,var(--bg),rgba(13,19,33,.8),var(--bg));pointer-events:none}.section-bg--parallax{inset:unset;top:-15%;bottom:-15%;left:0;right:0}.section-bg--parallax img{will-change:transform}.newsletter{position:relative;overflow:hidden}.newsletter__content{position:relative;z-index:10;text-align:center;max-width:42rem;margin:0 auto}.newsletter__content h2{font-size:var(--heading-mobile, 2rem);margin-bottom:1rem}.newsletter__content p{color:var(--fg-muted);margin-bottom:1.5rem}.newsletter__form{display:flex;flex-direction:column;gap:.75rem;max-width:28rem;margin:0 auto}.newsletter__input{flex:1;border-radius:.5rem;border:1px solid var(--border);background:var(--input);padding:.75rem 1rem;font-size:.875rem;color:var(--fg);font-family:var(--font-body);outline:none;transition:border-color .2s,box-shadow .2s}.newsletter__input::placeholder{color:var(--fg-muted)}.newsletter__input:focus{border-color:var(--ring);box-shadow:0 0 0 2px #3b82f633}.newsletter__note{font-size:var(--label-size, .75rem);color:var(--fg-muted);margin-top:.75rem}@media(min-width:640px){.newsletter__form{flex-direction:row}.newsletter__content h2{font-size:var(--heading-desktop, 2.5rem)}}.footer{border-top:1px solid var(--border);background:var(--bg-navy-deep);padding:4rem 0}.footer__grid{display:grid;grid-template-columns:1fr;gap:2.5rem}.footer__brand p{font-size:var(--text-size, .875rem);color:var(--fg-muted);line-height:1.7;margin-top:.75rem}.footer__col h4{font-family:var(--font-body);font-size:var(--label-size, .875rem);font-weight:600;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1rem}.footer__col ul{display:flex;flex-direction:column;gap:.625rem}.footer__col a{font-size:var(--text-size, .875rem);color:var(--fg-muted);transition:color .2s}.footer__col a:hover{color:var(--fg)}.footer__newsletter-form{display:flex;gap:.5rem;margin-top:.75rem}.footer__newsletter-input{flex:1;border-radius:.375rem;border:1px solid var(--border);background:var(--input);padding:.5rem .75rem;font-size:.875rem;color:var(--fg);font-family:var(--font-body);outline:none}.footer__newsletter-input::placeholder{color:var(--fg-muted)}.footer__newsletter-btn{border-radius:.375rem;background:var(--primary);color:#0d1321;padding:.5rem 1rem;font-size:.875rem;font-weight:500;border:none;transition:background .2s}.footer__newsletter-btn:hover{background:#3b82f6e6}.footer__bottom{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border);display:flex;flex-direction:column;align-items:center;gap:1rem}.footer__bottom p{font-size:var(--label-size, .75rem);color:var(--fg-muted)}.footer__bottom-links{display:flex;gap:1.5rem}.footer__bottom-links a{font-size:var(--label-size, .75rem);color:var(--fg-muted);transition:color .2s}.footer__bottom-links a:hover{color:var(--fg)}@media(min-width:768px){.footer__grid{grid-template-columns:repeat(var(--footer-cols, 4),1fr)}.footer__bottom{flex-direction:row;justify-content:space-between}}.cart-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:50;opacity:0;pointer-events:none;transition:opacity .3s}.cart-drawer-overlay.active{opacity:1;pointer-events:auto}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:100%;max-width:420px;background:var(--bg);border-left:1px solid var(--border);z-index:51;transform:translate(100%);transition:transform .3s ease;display:flex;flex-direction:column}.cart-drawer.active{transform:translate(0)}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border)}.cart-drawer__header h3{font-family:var(--font-display);font-size:1.25rem}.cart-drawer__close{background:none;border:none;color:var(--fg-muted);padding:.25rem}.cart-drawer__close:hover{color:var(--fg)}.cart-drawer__close svg{width:1.25rem;height:1.25rem}.cart-drawer__items{flex:1;overflow-y:auto;padding:1.5rem}.cart-drawer__empty{text-align:center;padding:3rem 0;color:var(--fg-muted)}.cart-drawer__item{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid rgba(30,41,59,.5)}.cart-drawer__item-image{width:80px;height:80px;border-radius:.5rem;overflow:hidden;background:var(--bg-card);flex-shrink:0}.cart-drawer__item-image img{width:100%;height:100%;object-fit:cover}.cart-drawer__item-details{flex:1}.cart-drawer__item-title{font-size:.875rem;font-weight:600}.cart-drawer__item-price{font-size:.875rem;color:var(--fg-muted);margin-top:.25rem}.cart-drawer__item-qty{display:flex;align-items:center;gap:.75rem;margin-top:.5rem}.cart-drawer__item-qty button{width:1.75rem;height:1.75rem;border-radius:.25rem;border:1px solid var(--border);background:var(--bg-card);color:var(--fg);display:flex;align-items:center;justify-content:center;font-size:.875rem}.cart-drawer__item-qty span{font-size:.875rem;min-width:1.25rem;text-align:center}.cart-drawer__item-remove{background:none;border:none;color:var(--fg-muted);font-size:.75rem;cursor:pointer;margin-top:.5rem}.cart-drawer__item-remove:hover{color:var(--destructive)}.cart-drawer__footer{padding:1.5rem;border-top:1px solid var(--border)}.cart-drawer__subtotal{display:flex;justify-content:space-between;font-size:1rem;font-weight:600;margin-bottom:1rem}.cart-drawer__checkout{width:100%}.popup-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;z-index:90;display:flex;align-items:center;justify-content:center;padding:1rem;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.popup-overlay.hidden{display:none}.popup{background:var(--bg-card);border:1px solid var(--border);border-radius:1.5rem;padding:2.5rem;max-width:440px;width:100%;text-align:center;position:relative;animation:popupIn .3s ease}@keyframes popupIn{0%{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.popup__close{position:absolute;top:1rem;right:1rem;background:none;border:none;color:var(--fg-muted);font-size:1.25rem;cursor:pointer;padding:.25rem;transition:color .2s;line-height:1}.popup__close:hover{color:var(--fg)}.popup h2{font-size:1.5rem;margin-bottom:.75rem}.popup p{font-size:.875rem;color:var(--fg-muted);line-height:1.6;margin-bottom:1.5rem}.popup__form{display:flex;flex-direction:column;gap:.75rem}.popup__input{border-radius:.5rem;border:1px solid var(--border);background:var(--input);padding:.75rem 1rem;font-size:.875rem;color:var(--fg);font-family:var(--font-body);outline:none;transition:border-color .2s,box-shadow .2s}.popup__input::placeholder{color:var(--fg-muted)}.popup__input:focus{border-color:var(--ring);box-shadow:0 0 0 2px #3b82f633}.popup__submit{width:100%}.popup__check-icon{width:3rem;height:3rem;border-radius:50%;background:#22c55e26;color:var(--accent);font-size:1.5rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.popup__coupon-box{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1.5rem;padding:1rem;border-radius:.75rem;border:2px dashed rgba(59,130,246,.4);background:#3b82f60d}.popup__coupon-code{font-family:var(--font-body);font-size:1.25rem;font-weight:700;letter-spacing:.1em;color:var(--primary)}.popup__copy-btn{background:var(--primary);color:#0d1321;border:none;padding:.5rem 1rem;border-radius:.375rem;font-size:.75rem;font-weight:600;cursor:pointer;transition:background .2s}.popup__copy-btn:hover{background:#3b82f6e6}.popup__continue{width:100%}.age-gate-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000c;z-index:100;display:flex;align-items:center;justify-content:center;padding:1rem}.age-gate-overlay.hidden{display:none}.age-gate{background:var(--bg-card);border:1px solid var(--border);border-radius:1.5rem;padding:3rem;max-width:420px;width:100%;text-align:center}.age-gate h2{font-size:1.5rem;margin-bottom:.75rem}.age-gate p{font-size:.875rem;color:var(--fg-muted);margin-bottom:2rem;line-height:1.6}.age-gate__buttons{display:flex;flex-direction:column;gap:.75rem}.age-gate__denied{margin-top:1.5rem;padding:1rem;border-radius:.5rem;background:#ef44441a;border:1px solid rgba(239,68,68,.3)}.age-gate__denied p{color:var(--destructive);margin-bottom:0}.product-page{padding:4rem 0}.product-page__grid{display:grid;grid-template-columns:1fr;gap:3rem}.product-page__gallery{position:relative;border-radius:1rem;overflow:hidden;background:var(--bg-card);aspect-ratio:1;border:1px solid var(--border)}.product-page__gallery img{width:100%;height:100%;object-fit:cover}.product-page__info{display:flex;flex-direction:column;gap:1.25rem}.product-page__vendor{font-size:.875rem;color:var(--primary);text-transform:uppercase;letter-spacing:.05em}.product-page__title{font-size:2rem}.product-page__price{font-size:1.5rem;font-weight:700}.product-page__price .compare{font-size:1rem;color:var(--fg-muted);text-decoration:line-through;margin-left:.5rem}.product-page__desc{color:var(--fg-muted);line-height:1.7}.product-form__qty{display:flex;align-items:center;gap:1rem;margin:1rem 0}.product-form__qty button{width:2.5rem;height:2.5rem;border-radius:.5rem;border:1px solid var(--border);background:var(--bg-card);color:var(--fg);display:flex;align-items:center;justify-content:center;font-size:1.25rem}.product-form__qty span{font-size:1.125rem;min-width:2rem;text-align:center}.product-page__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem 1rem;border-radius:9999px;background:#22c55e1a;border:1px solid rgba(34,197,94,.3);color:var(--accent);font-size:.8125rem;font-weight:500}.product-page__badge svg{width:1rem;height:1rem}.product-page__info .shopify-payment-button{margin-top:.75rem}.product-page__info .shopify-payment-button__button{border-radius:var(--radius)!important;height:3rem!important}.product-page__info .shopify-payment-button__button--unbranded{background:var(--fg)!important;color:var(--bg)!important;font-weight:600!important}.product-upsell{margin-top:1.5rem}.product-upsell__label{font-size:.75rem;font-weight:500;color:var(--fg-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}.product-upsell__card{display:flex;align-items:center;gap:1rem;padding:1rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--bg-card);transition:border-color .3s}.product-upsell__card:hover{border-color:#3b82f64d}.product-upsell__card img{width:3.5rem;height:3.5rem;border-radius:.5rem;object-fit:cover;flex-shrink:0}.product-upsell__info{flex:1}.product-upsell__title{display:block;font-size:.875rem;font-weight:600}.product-upsell__price{display:block;font-size:.875rem;color:var(--fg-muted);margin-top:.125rem;display:flex;align-items:center;flex-wrap:wrap}.product-upsell__compare{font-size:.75rem;color:var(--fg-muted);text-decoration:line-through;margin-left:.375rem}.product-upsell__save{font-size:.6875rem;font-weight:600;color:var(--accent);background:#22c55e1a;padding:.125rem .375rem;border-radius:.25rem;margin-left:.375rem}.btn--outline{border:1px solid var(--border);background:transparent;color:var(--fg)}.btn--outline:hover{border-color:var(--primary);color:var(--primary)}@media(min-width:768px){.product-page__grid{grid-template-columns:1fr 1fr}}.collection-page{padding:4rem 0}.collection-page__header{text-align:center;margin-bottom:3rem}.collection-page__header h1{font-size:2.5rem;margin-bottom:.5rem}.collection-page__header p{color:var(--fg-muted)}.product-card{border-radius:1rem;border:1px solid var(--border);background:var(--bg-card);overflow:hidden;transition:all .3s}.product-card:hover{border-color:#3b82f64d;box-shadow:0 0 20px #3b82f61a;transform:translateY(-2px)}.product-card__image{aspect-ratio:1/1;overflow:hidden;background:var(--bg-card)}.product-card__image img{width:100%;height:100%;object-fit:cover}.product-card__body{padding:1.25rem}.product-card__title{font-family:var(--font-display);font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.product-card__stars{display:flex;align-items:center;gap:.375rem;margin-bottom:.375rem}.product-card__stars svg{width:.875rem;height:.875rem;fill:var(--gold);color:var(--gold)}.product-card__stars span{font-size:.75rem;color:var(--fg-muted)}.product-card__desc{font-size:.75rem;color:var(--fg-muted);margin-bottom:.75rem}.product-card__footer{display:flex;align-items:center;justify-content:space-between}.product-card__price{font-size:1.125rem;font-weight:700}.product-card__guarantee{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:var(--fg-muted)}.product-card__guarantee svg{width:.875rem;height:.875rem;color:var(--accent)}.product-card__pricing{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.product-card__price--sale{font-size:1.125rem;font-weight:700;color:var(--accent)}.product-card__price--was{font-size:.875rem;color:var(--fg-muted);text-decoration:line-through}.product-card__badge-sale{font-size:.625rem;font-weight:700;color:#fff;background:var(--destructive);padding:.125rem .375rem;border-radius:.25rem}.page-content{padding:4rem 0;max-width:800px;margin:0 auto}.page-content h1{font-size:2.5rem;margin-bottom:1.5rem}.page-content p{color:var(--fg-muted);line-height:1.8;margin-bottom:1rem}.page-content a:not(.btn){color:var(--primary)}.page-content a:not(.btn):hover{text-decoration:underline}.contact-form{max-width:600px;margin:0 auto}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group textarea{width:100%;border-radius:.5rem;border:1px solid var(--border);background:var(--input);padding:.75rem 1rem;font-size:.875rem;color:var(--fg);font-family:var(--font-body);outline:none;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus{border-color:var(--ring)}.form-group textarea{min-height:120px;resize:vertical}.contact-layout{display:grid;grid-template-columns:1fr;gap:3rem;max-width:900px;margin:0 auto}@media(min-width:768px){.contact-layout{grid-template-columns:1fr 1.5fr}}.contact-info{display:flex;flex-direction:column;gap:1.5rem}.contact-info__card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem}.contact-info__card h3{font-size:1rem;font-weight:600;margin-bottom:.75rem}.contact-info__card p{font-size:.875rem;color:var(--fg-muted);line-height:1.6;margin-bottom:.375rem}.contact-info__icon{margin-bottom:.75rem}.rte{color:var(--fg);line-height:1.8;font-size:.9375rem}.rte p{color:var(--fg);opacity:.85;line-height:1.8;margin-bottom:1rem}.rte h2{font-size:1.75rem;font-weight:700;margin-top:2rem;margin-bottom:.75rem;color:var(--fg)}.rte h3{font-size:1.375rem;font-weight:600;margin-top:1.5rem;margin-bottom:.625rem;color:var(--fg)}.rte h4{font-size:1.125rem;font-weight:600;margin-top:1.25rem;margin-bottom:.5rem;color:var(--fg)}.rte a{color:var(--primary);text-decoration:underline;text-underline-offset:2px}.rte a:hover{color:var(--primary-soft)}.rte strong,.rte b{font-weight:600;color:var(--fg)}.rte em,.rte i{font-style:italic}.rte blockquote{border-left:3px solid var(--primary);padding:.75rem 0 .75rem 1.25rem;margin:1.5rem 0;color:var(--fg-muted);font-style:italic}.rte code{background:var(--bg-card);color:var(--primary);padding:.125rem .5rem;border-radius:.25rem;font-family:monospace;font-size:.875em}.rte pre{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;margin:1.5rem 0;overflow-x:auto}.rte pre code{background:none;padding:0}.rte ul,.rte ol{margin:1rem 0}.rte li{margin-bottom:.5rem;color:var(--fg);opacity:.85}.rte ul{list-style:none;padding-left:0}.rte ul li{position:relative;padding-left:1.5rem}.rte ul li:before{content:"\203a";position:absolute;left:0;color:var(--accent);font-weight:700;font-size:1.2em;line-height:1.4}.rte ol{list-style:none;padding-left:0;counter-reset:ol-counter}.rte ol li{position:relative;padding-left:2rem;counter-increment:ol-counter}.rte ol li:before{content:counter(ol-counter) ".";position:absolute;left:0;color:var(--accent);font-weight:700}.rte img{margin:1.5rem 0;border-radius:var(--radius);max-width:100%;height:auto}.rte table{width:100%;border-collapse:collapse;margin:1.5rem 0}.rte th,.rte td{padding:.75rem;border:1px solid var(--border);text-align:left}.rte th{background:var(--bg-card);font-weight:600}.rte hr{border:none;border-top:1px solid var(--border);margin:2rem 0}.about-page{padding:4rem 0;position:relative;overflow:hidden}.about-hero{text-align:center;max-width:700px;margin:0 auto 4rem}.about-hero .label{display:inline-block;font-size:var(--label-size, .875rem);font-weight:500;color:var(--primary);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.75rem}.about-hero__title{font-size:var(--heading-mobile, 2.5rem);margin-bottom:1.5rem}.about-hero__subtitle{color:var(--fg-muted);font-size:var(--text-size, 1.125rem);line-height:1.7}@media(min-width:768px){.about-hero__title{font-size:var(--heading-desktop, 3rem)}}.about-mission{margin-bottom:4rem}.about-mission__card{background:var(--bg-card);border:1px solid var(--border);border-radius:1rem;padding:3rem;text-align:center}.about-mission__quote{font-size:1.5rem;line-height:1.4;margin-bottom:1.5rem}@media(min-width:768px){.about-mission__quote{font-size:1.75rem}}.about-mission__label{display:inline-block;font-size:.875rem;font-weight:500;color:var(--primary);text-transform:uppercase;letter-spacing:.08em}.about-story__text{color:var(--fg-muted);line-height:1.8;font-size:var(--text-size, .9375rem)}.about-philosophy__card{background:var(--bg-card);border:1px solid var(--border);border-radius:1rem;padding:3rem}.about-philosophy__header{text-align:center;margin-bottom:2rem}.about-philosophy__header h2{font-size:1.75rem}.about-philosophy__text{color:var(--fg-muted);line-height:1.8;font-size:var(--text-size, .9375rem)}.about-value-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;transition:border-color .3s,transform .3s}.about-value-card:hover{border-color:#3b82f64d;transform:translateY(-4px)}.about-value-card__icon{width:3rem;height:3rem;border-radius:.75rem;background:#3b82f61a;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.about-value-card h3{font-size:var(--heading-mobile, 1.125rem);font-weight:600;margin-bottom:.625rem}.about-value-card p{color:var(--fg-muted);font-size:var(--text-size, .875rem);line-height:1.6}.video-section__player{position:relative;width:100%;max-width:900px;margin:0 auto;aspect-ratio:var(--aspect, 16/9);border-radius:1rem;overflow:hidden;border:1px solid var(--border);background:var(--bg-card)}.video-section__player iframe,.video-section__player video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0;object-fit:cover}.video-section__placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:1rem;color:var(--fg-muted);font-size:.875rem}.video-gallery__grid{column-count:var(--cols-mobile, 1);column-gap:var(--gallery-gap, 16px)}.video-gallery__item{break-inside:avoid;margin-bottom:var(--gallery-gap, 16px)}.video-gallery__player{position:relative;width:100%;aspect-ratio:var(--aspect, 16/9);border-radius:.75rem;overflow:hidden;border:1px solid var(--border);background:var(--bg-card)}.video-gallery__player iframe,.video-gallery__player video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0;object-fit:cover}.video-gallery__placeholder{display:flex;align-items:center;justify-content:center;height:100%;color:var(--fg-muted)}.video-gallery__caption{font-size:var(--label-size, .875rem);color:var(--fg-muted);margin-top:.5rem}@media(min-width:768px){.video-gallery__grid{column-count:var(--cols-desktop, 2)}}.iwt__grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}.iwt__image{border-radius:1rem;overflow:hidden}.iwt__image img{width:100%;height:auto;border-radius:1rem}.iwt__content h2{font-size:var(--heading-mobile, 2rem);margin-bottom:1.25rem}.iwt__content .rte{color:var(--fg-muted);font-size:var(--text-size, .9375rem);line-height:1.8;margin-bottom:1.5rem}@media(min-width:768px){.iwt__grid{grid-template-columns:1fr 1fr}.iwt__content h2{font-size:var(--heading-desktop, 2.5rem)}.iwt__grid--reverse{direction:rtl}.iwt__grid--reverse>*{direction:ltr}}.map-section{padding:4rem 0 0;position:relative;overflow:hidden}.map-section__embed{position:relative;width:100%;height:var(--map-h-mobile, 300px)}.map-section__embed iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;filter:grayscale(.6) brightness(.7) contrast(1.1)}@media(min-width:768px){.map-section__embed{height:var(--map-h-desktop, 450px)}}.not-found{text-align:center;padding:8rem 0}.not-found h1{font-size:6rem;color:var(--primary);margin-bottom:1rem}.not-found p{color:var(--fg-muted);margin-bottom:2rem}.mobile-menu-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:45;opacity:0;pointer-events:none;transition:opacity .3s}.mobile-menu-overlay.active{opacity:1;pointer-events:auto}.mobile-menu{position:fixed;top:0;right:0;bottom:0;width:280px;background:var(--bg);border-left:1px solid var(--border);z-index:46;transform:translate(100%);transition:transform .3s ease;padding:2rem 1.5rem}.mobile-menu.active{transform:translate(0)}.mobile-menu__close{background:none;border:none;color:var(--fg-muted);padding:.25rem;margin-bottom:2rem}.mobile-menu__close svg{width:1.25rem;height:1.25rem}.mobile-menu nav{display:flex;flex-direction:column;gap:1.5rem}.mobile-menu nav a{font-size:1.125rem;font-weight:500;color:var(--fg);transition:color .2s}.mobile-menu nav a:hover{color:var(--primary)}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(var(--marquee-shift, -50%))}}@keyframes pulseGlow{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.6;transform:scale(1.05)}}@keyframes float{0%,to{transform:translateY(0) translate(0);opacity:0}10%{opacity:1}90%{opacity:1}50%{transform:translateY(-40px) translate(10px)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-float{animation:float 6s ease-in-out infinite}.animate-pulse-glow{animation:pulseGlow 3s ease-in-out infinite}.reveal{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.reveal.visible{opacity:1;transform:translateY(0)}.reveal[data-delay="1"]{transition-delay:.1s}.reveal[data-delay="2"]{transition-delay:.2s}.reveal[data-delay="3"]{transition-delay:.3s}.shopify-design-mode .reveal{opacity:1!important;transform:none!important;transition:none!important}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--primary)}.collection-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;text-decoration:none;color:inherit;transition:transform .3s,border-color .3s,box-shadow .3s;display:flex;flex-direction:column}.collection-card:hover{transform:translateY(-4px);border-color:var(--primary);box-shadow:0 8px 32px #3b82f61a}.collection-card__image{aspect-ratio:1/1;overflow:hidden;background:var(--bg-card)}.collection-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.collection-card:hover .collection-card__image img{transform:scale(1.05)}.collection-card__body{padding:1.25rem;flex:1;display:flex;flex-direction:column;gap:.375rem}.collection-card__title{font-size:1.125rem;font-weight:600;color:var(--fg)}.collection-card__count{font-size:.8125rem;color:var(--fg-muted);margin:0}.collection-card__desc{font-size:.8125rem;color:var(--fg-muted);line-height:1.5;margin:0}.collection-card__link{display:inline-flex;align-items:center;gap:.375rem;font-size:.875rem;font-weight:500;color:var(--primary);margin-top:auto;padding-top:.5rem}.collection-card:hover .collection-card__link svg{transform:translate(4px)}.collection-card__link svg{transition:transform .2s}.pagination{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:3rem;flex-wrap:wrap}.pagination__btn{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:var(--fg);background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);text-decoration:none;transition:border-color .2s,color .2s}.pagination__btn:hover{border-color:var(--primary);color:var(--primary)}.pagination__btn--disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.pagination__pages{display:flex;align-items:center;gap:.25rem}.pagination__page{display:inline-flex;align-items:center;justify-content:center;min-width:2.25rem;height:2.25rem;font-size:.875rem;font-weight:500;color:var(--fg-muted);text-decoration:none;border-radius:var(--radius);transition:color .2s,background .2s}.pagination__page:hover{color:var(--fg);background:#ffffff0d}.pagination__page--current{color:var(--bg);background:var(--primary);font-weight:600}.pagination__page--gap{color:var(--fg-muted);cursor:default}.sleep-pill{position:fixed;z-index:50;display:flex;flex-direction:column;align-items:center;gap:.125rem;padding:.625rem 1.25rem;border-radius:9999px;background:#141b2de6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(59,130,246,.2);color:var(--fg);font-family:var(--font-body);text-decoration:none;transition:opacity .3s,transform .3s,box-shadow .3s;box-shadow:0 4px 20px #0000004d}.sleep-pill:hover{border-color:#3b82f680;box-shadow:0 4px 30px #3b82f64d;transform:translateY(-2px)}.sleep-pill--bottom-right{bottom:1.5rem;right:1.5rem}.sleep-pill--bottom-center{bottom:1.5rem;left:50%;transform:translate(-50%)}.sleep-pill--bottom-center:hover{transform:translate(-50%) translateY(-2px)}.sleep-pill--bottom-left{bottom:1.5rem;left:1.5rem}.sleep-pill--top-right{top:5rem;right:1.5rem}.sleep-pill__time{font-size:var(--pill-time-size, 1.125rem);font-weight:700;font-family:var(--font-display);line-height:1.2}.sleep-pill__msg{font-size:.6875rem;color:var(--fg-muted);white-space:nowrap;line-height:1.2}.sleep-pill__close{position:absolute;top:-6px;right:-6px;width:1.25rem;height:1.25rem;border-radius:50%;background:var(--bg-card);border:1px solid var(--border);color:var(--fg-muted);font-size:.75rem;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:opacity .2s;line-height:1}.sleep-pill:hover .sleep-pill__close{opacity:1}.sleep-pill.hidden{display:none!important}@keyframes pillPulse{0%,to{box-shadow:0 0 10px #3b82f64d}50%{box-shadow:0 0 25px #3b82f699}}.sleep-pill--pulsing{animation:pillPulse 2s ease-in-out infinite}.quiz-section{min-height:calc(100vh - 4rem);background:var(--bg)}.quiz-section>.container{min-height:calc(100vh - 16rem);display:flex;flex-direction:column}.quiz__intro,.quiz__questions{margin-top:auto;margin-bottom:auto}.quiz-section .section-bg,.quiz-section .section-bg--parallax{top:0;bottom:0;left:0;right:0}.quiz-section .section-overlay{display:block;background:#0d1321f2}.quiz__intro{text-align:center}.quiz__intro h1{font-size:2.5rem;margin-bottom:1rem}.quiz__intro p{color:var(--fg-muted);font-size:1.125rem;line-height:1.7;max-width:32rem;margin:0 auto 2rem}@media(min-width:768px){.quiz__intro h1{font-size:3rem}}.quiz__progress{margin-bottom:2rem}.quiz__progress-bar{width:100%;height:4px;background:var(--border);border-radius:2px;overflow:hidden}.quiz__progress-fill{height:100%;background:var(--primary);border-radius:2px;transition:width .4s ease}.quiz__progress-text{display:block;text-align:center;font-size:.75rem;color:var(--fg-muted);margin-top:.5rem}.quiz__question{font-size:1.5rem;text-align:center;margin-bottom:2rem}@media(min-width:768px){.quiz__question{font-size:1.75rem}}.quiz__options{display:flex;flex-direction:column;gap:.75rem}.quiz__option{display:block;width:100%;padding:1rem 1.25rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--bg-card);color:var(--fg);font-size:.9375rem;font-family:var(--font-body);text-align:left;cursor:pointer;transition:border-color .2s,background .2s,transform .15s}.quiz__option:hover{border-color:#3b82f666;background:#3b82f60d;transform:translate(4px)}.quiz__option.selected{border-color:var(--primary);background:#3b82f61a}.quiz__result-header{text-align:center;margin-bottom:2rem}.quiz__result-label{display:inline-block;font-size:.75rem;font-weight:500;color:var(--primary);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.75rem}.quiz__result-name{font-size:2rem;margin-bottom:.5rem}@media(min-width:768px){.quiz__result-name{font-size:2.5rem}}.quiz__result-tagline{color:var(--fg-muted);font-size:1rem;font-style:italic}.quiz__result-body{color:var(--fg-muted);line-height:1.8;margin-bottom:2rem}.quiz__result-body h3{color:var(--fg);font-size:1.125rem;margin:1.5rem 0 .75rem;font-family:var(--font-body);font-weight:600}.quiz__result-body p{margin-bottom:1rem}.quiz__email{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;text-align:center;margin-bottom:2rem}.quiz__email p{color:var(--fg-muted);margin-bottom:1rem;font-size:.9375rem}.quiz__email-form{display:flex;gap:.75rem;max-width:32rem;margin:0 auto}.quiz__email-form input{flex:1;min-width:0;border-radius:.5rem;border:1px solid var(--border);background:var(--input);padding:.75rem 1rem;font-size:.875rem;color:var(--fg);font-family:var(--font-body);outline:none}.quiz__email-form .btn{white-space:nowrap;flex-shrink:0}.quiz__email-form input:focus{border-color:var(--ring);box-shadow:0 0 0 2px #3b82f633}.quiz__email-success{color:var(--accent);font-size:.875rem}.quiz__product{margin-bottom:2rem}.quiz__product-headline{display:block;font-size:.875rem;font-weight:500;color:var(--primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;text-align:center}.quiz__product-card{display:flex;gap:1.5rem;align-items:center;padding:1.5rem 2rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--bg-card);margin-bottom:1rem}.quiz__product-image{flex-shrink:0}.quiz__product-card img{width:5rem;height:5rem;border-radius:.75rem;object-fit:cover;transition:transform .3s}.quiz__product-card img:hover{transform:scale(1.05)}.quiz__product-info{flex:1}.quiz__product-info h4{font-size:1.125rem;font-weight:600;margin-bottom:.375rem}.quiz__product-info p{font-size:.875rem;color:var(--fg-muted);line-height:1.6;margin-bottom:.5rem}.quiz__product-price{font-size:1.125rem;font-weight:700;display:block}.quiz__product-cta{flex-shrink:0;white-space:nowrap}.quiz__discount{text-align:center;padding:.75rem;border-radius:var(--radius);border:1px dashed rgba(59,130,246,.3);background:#3b82f60d;font-size:.875rem;color:var(--fg-muted);margin-bottom:1rem}.quiz__discount strong{color:var(--primary);font-weight:700;letter-spacing:.05em}.quiz__share{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-top:2rem}.quiz__share span{font-size:.875rem;color:var(--fg-muted)}.quiz__share-btn{width:2.25rem;height:2.25rem;border-radius:50%;border:1px solid var(--border);background:var(--bg-card);color:var(--fg-muted);display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:.875rem;transition:border-color .2s,color .2s}.quiz__share-btn:hover{border-color:var(--primary);color:var(--primary)}@media(max-width:640px){.quiz__email-form{flex-direction:column}.quiz__product-card{flex-direction:column;text-align:center}.quiz__product-card img{width:5rem;height:5rem}.quiz__product-cta{width:100%;text-align:center}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.marquee-track{animation:none}html{scroll-behavior:auto}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/theme.css.map */
