.header{position:fixed;top:0;left:0;right:0;z-index:100;height:68px;background:#fffffff2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border);transition:box-shadow .3s}.header.is-scrolled{box-shadow:var(--shadow-md)}.header .container{height:100%}@media(min-width:1024px){.header{height:72px}}.header__inner{display:flex;align-items:center;justify-content:space-between;height:100%;max-width:1200px;margin:0 auto;padding:0 20px}@media(min-width:768px){.header__inner{padding:0 32px}}.header__logo{font-family:var(--font-display);font-size:1.25rem;font-weight:800;color:var(--color-navy);text-decoration:none;letter-spacing:-.02em}.header__logo span{color:var(--color-primary)}.header__nav{display:none;align-items:center;gap:36px}@media(min-width:1024px){.header__nav{display:flex}}.header__nav a{font-size:.9375rem;font-weight:500;color:var(--color-text-secondary);text-decoration:none;transition:color .2s}.header__nav a:hover,.header__nav a.is-active{color:var(--color-navy)}.header__actions{display:flex;align-items:center;gap:12px}.header__cta{display:none}@media(min-width:1024px){.header__cta{display:inline-flex}}.header__toggle{display:flex;background:none;border:none;color:var(--color-navy);cursor:pointer;padding:8px;border-radius:var(--radius-sm)}.header__toggle:hover{background:var(--color-bg-soft)}@media(min-width:1024px){.header__toggle{display:none}}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;background:var(--color-bg);display:flex;flex-direction:column;padding:88px 24px 40px;gap:8px;opacity:0;pointer-events:none;transition:opacity .25s;overflow-y:auto}.mobile-menu.is-open{opacity:1;pointer-events:all}.mobile-menu a{display:block;padding:16px 0;font-size:1.25rem;font-weight:600;color:var(--color-navy);border-bottom:1px solid var(--color-border);text-decoration:none}.mobile-menu a:hover{color:var(--color-primary)}.mobile-menu__cta{margin-top:24px;display:flex;flex-direction:column;gap:12px}.hero{padding-top:140px;padding-bottom:80px;background:linear-gradient(160deg,#f8fafc,#fff,#fef9ec);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-200px;right:-200px;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(245,158,11,.08) 0%,transparent 70%);pointer-events:none}.hero__inner{display:grid;gap:48px;align-items:center}@media(min-width:1024px){.hero__inner{grid-template-columns:1fr 1fr;gap:64px}}.hero__eyebrow{display:inline-flex;align-items:center;gap:8px;background:#fef3c7;color:#92400e;border:1px solid #F59E0B;border-radius:var(--radius-full);padding:6px 16px;font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;margin-bottom:20px}.hero__eyebrow svg{width:14px;height:14px}.hero__heading{font-size:clamp(2.25rem,5vw,3.75rem);font-weight:800;line-height:1.1;letter-spacing:-.03em;color:var(--color-navy);margin-bottom:20px}.hero__heading em{font-style:normal;color:var(--color-primary);position:relative}.hero__subtext{font-size:1.125rem;color:var(--color-text-secondary);line-height:1.7;margin-bottom:32px;max-width:520px}.hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:40px}.hero__social-proof{display:flex;align-items:center;gap:10px;font-size:.875rem;color:var(--color-text-muted)}.hero__avatars{display:flex}.hero__avatar{width:32px;height:32px;border-radius:50%;border:2px solid var(--color-bg);background:var(--color-bg-muted);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.75rem;color:var(--color-navy);margin-left:-8px}.hero__avatar:first-child{margin-left:0}.hero__rating{display:flex;gap:2px}.hero__rating svg{width:14px;height:14px;color:#f59e0b;fill:#f59e0b}.hero__card{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-2xl);padding:32px;box-shadow:var(--shadow-xl);position:relative}.hero__card-badge{position:absolute;top:-12px;right:24px;background:var(--color-primary);color:var(--color-navy);font-size:.75rem;font-weight:700;padding:4px 14px;border-radius:var(--radius-full);letter-spacing:.05em;text-transform:uppercase}.hero__stat-row{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:24px}.hero__stat{text-align:center;padding:16px 8px;background:var(--color-bg-soft);border-radius:var(--radius-lg)}.hero__stat-value{font-size:1.5rem;font-weight:800;color:var(--color-navy);display:block}.hero__stat-value span{color:var(--color-primary)}.hero__stat-label{font-size:.75rem;color:var(--color-text-muted);margin-top:2px;display:block}.hero__trust-list{display:flex;flex-direction:column;gap:10px}.hero__trust-item{display:flex;align-items:center;gap:10px;font-size:.875rem;font-weight:500;color:var(--color-text-secondary)}.hero__trust-item svg{width:16px;height:16px;color:var(--color-accent);flex-shrink:0}.trust-section{background:var(--color-navy);padding:20px 0;border-bottom:1px solid rgba(255,255,255,.08)}.trust-section .trust-badge{color:#fffc}.trust-section .trust-badge svg{color:var(--color-primary)}.pricing-grid{display:grid;grid-template-columns:1fr;gap:24px}@media(min-width:640px){.pricing-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.pricing-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1280px){.pricing-grid{grid-template-columns:repeat(5,1fr)}}.product-card{background:var(--color-bg);border:1.5px solid var(--color-border);border-radius:var(--radius-xl);padding:28px 24px;display:flex;flex-direction:column;position:relative;transition:box-shadow .25s,transform .25s,border-color .25s;cursor:pointer}.product-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px);border-color:var(--color-primary)}.product-card--popular{border-color:var(--color-primary);box-shadow:var(--shadow-gold);transform:scale(1.02)}.product-card--popular:hover{transform:scale(1.02) translateY(-4px)}.product-card__badge{position:absolute;top:-13px;left:50%;transform:translate(-50%);background:var(--color-primary);color:var(--color-navy);font-size:.6875rem;font-weight:800;padding:4px 16px;border-radius:var(--radius-full);letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.product-card__icon{width:44px;height:44px;background:var(--color-bg-soft);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;margin-bottom:16px}.product-card__icon svg{width:22px;height:22px;color:var(--color-primary)}.product-card__name{font-size:1.0625rem;font-weight:700;color:var(--color-navy);margin-bottom:4px}.product-card__duration{font-size:.8125rem;color:var(--color-text-muted);margin-bottom:16px}.product-card__price{margin-bottom:20px}.product-card__price-amount{font-size:2rem;font-weight:800;color:var(--color-navy);line-height:1}.product-card__price-amount span{font-size:1.125rem;font-weight:600;color:var(--color-text-muted)}.product-card__price-label{font-size:.8125rem;color:var(--color-text-muted);margin-top:4px}.product-card__features{list-style:none;display:flex;flex-direction:column;gap:9px;margin-bottom:24px;flex:1}.product-card__feature{display:flex;align-items:flex-start;gap:9px;font-size:.875rem;color:var(--color-text-secondary)}.product-card__feature svg{width:16px;height:16px;color:var(--color-accent);flex-shrink:0;margin-top:1px}.product-card__cta{margin-top:auto}.product-card--popular .product-card__cta .btn--primary{box-shadow:var(--shadow-gold)}.collection-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px}.testimonials-grid{display:grid;grid-template-columns:1fr;gap:20px}@media(min-width:640px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.testimonials-grid{grid-template-columns:repeat(3,1fr)}}.stats-section{background:var(--color-navy);padding:64px 0}.stats-section .stat-card{background:#ffffff0f;border-color:#ffffff1a}.stats-section .stat-card__value{color:#fff}.stats-section .stat-card__label{color:#fff9}.steps-grid{display:grid;grid-template-columns:1fr;gap:32px}@media(min-width:768px){.steps-grid{grid-template-columns:repeat(3,1fr)}}.step-card{position:relative;text-align:center;padding:32px 24px}.step-card__number{width:48px;height:48px;border-radius:50%;background:var(--color-primary);color:var(--color-navy);font-size:1.25rem;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;box-shadow:var(--shadow-gold)}.step-card__title{font-size:1.0625rem;font-weight:700;color:var(--color-navy);margin-bottom:10px}.step-card__text{font-size:.9375rem;color:var(--color-text-secondary)}.contact-layout{display:grid;gap:48px}@media(min-width:1024px){.contact-layout{grid-template-columns:1fr 1fr;align-items:start}}.contact-info{display:flex;flex-direction:column;gap:24px}.contact-info__item{display:flex;gap:16px}.contact-info__icon{width:44px;height:44px;border-radius:var(--radius-md);background:#fef3c7;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-info__icon svg{width:20px;height:20px;color:var(--color-primary)}.contact-info__label{font-size:.8125rem;font-weight:600;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.06em}.contact-info__value{font-size:1rem;font-weight:500;color:var(--color-text-primary);margin-top:2px}.contact-form{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-2xl);padding:40px;box-shadow:var(--shadow-md)}.contact-form__grid{display:grid;gap:20px}@media(min-width:640px){.contact-form__grid--2{grid-template-columns:repeat(2,1fr)}}.footer{background:var(--color-navy);color:#fffc;padding:64px 0 32px}.footer__grid{display:grid;gap:40px;margin-bottom:48px}@media(min-width:768px){.footer__grid{grid-template-columns:2fr 1fr 1fr}}.footer__brand{max-width:320px}.footer__logo{font-family:var(--font-display);font-size:1.375rem;font-weight:800;color:#fff;text-decoration:none;letter-spacing:-.02em;display:inline-block;margin-bottom:16px}.footer__logo span{color:var(--color-primary)}.footer__tagline{font-size:.9375rem;color:#fff9;line-height:1.6;margin-bottom:24px}.footer__contact{display:flex;flex-direction:column;gap:8px}.footer__contact-item{display:flex;align-items:center;gap:8px;font-size:.875rem;color:#fff9}.footer__contact-item svg{width:15px;height:15px;color:var(--color-primary);flex-shrink:0}.footer__col-heading{font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#ffffff80;margin-bottom:16px}.footer__nav{list-style:none;display:flex;flex-direction:column;gap:12px}.footer__nav a{font-size:.9375rem;color:#ffffffb3;text-decoration:none;transition:color .2s}.footer__nav a:hover{color:var(--color-primary)}.footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:24px;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;align-items:center;font-size:.875rem;color:#fff6}.footer__bottom a{color:#ffffff80;text-decoration:none}.footer__bottom a:hover{color:#fffc}.rich-text-section{padding:80px 0}.page-header{padding-top:120px;padding-bottom:48px;background:linear-gradient(160deg,#f8fafc,#fff);border-bottom:1px solid var(--color-border)}.page-header h2{font-size:clamp(1.75rem,4vw,2.75rem);color:var(--color-navy)}.sticky-cta{position:fixed;bottom:0;left:0;right:0;z-index:80;background:var(--color-bg);border-top:1px solid var(--color-border);padding:12px 20px;display:flex;gap:12px;align-items:center;box-shadow:0 -4px 20px #0f172a1a;transform:translateY(100%);transition:transform .35s var(--ease-out-expo)}.sticky-cta.is-visible{transform:none}@media(min-width:1024px){.sticky-cta{display:none}}.sticky-cta__text{flex:1;font-size:.9375rem;font-weight:600;color:var(--color-navy)}.sticky-cta__sub{font-size:.8125rem;font-weight:400;color:var(--color-text-muted)}.product-page{padding-top:100px;padding-bottom:80px}.product-page__grid{display:grid;gap:48px}@media(min-width:1024px){.product-page__grid{grid-template-columns:1fr 1fr;align-items:start}}.product-page__price{font-size:2.5rem;font-weight:800;color:var(--color-navy);margin:12px 0}.product-page__features{list-style:none;display:flex;flex-direction:column;gap:12px;margin:24px 0}.product-page__feature{display:flex;align-items:center;gap:10px;font-size:.9375rem;color:var(--color-text-secondary)}.product-page__feature svg{width:18px;height:18px;color:var(--color-accent);flex-shrink:0}.product-page__trust{background:var(--color-bg-soft);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:20px;display:flex;flex-direction:column;gap:12px;margin-top:24px}.product-page__trust-item{display:flex;align-items:center;gap:10px;font-size:.875rem;color:var(--color-text-secondary)}.product-page__trust-item svg{width:16px;height:16px;color:var(--color-accent)}.cart-page{padding-top:100px;padding-bottom:80px}.breadcrumb{display:flex;align-items:center;gap:6px;flex-wrap:wrap;font-size:.875rem;color:var(--color-text-muted)}.breadcrumb a{color:var(--color-text-muted);text-decoration:none}.breadcrumb a:hover{color:var(--color-navy)}.breadcrumb svg{color:var(--color-border);flex-shrink:0}.breadcrumb span{color:var(--color-text-secondary);font-weight:500}.product-layout{display:grid;gap:48px;align-items:start}@media(min-width:1024px){.product-layout{grid-template-columns:1fr 1fr}}.product-visual{display:flex;flex-direction:column;gap:16px}.product-img-wrap{position:relative;border-radius:var(--radius-2xl);overflow:hidden;background:var(--color-bg-soft);border:1px solid var(--color-border);aspect-ratio:4/3;display:flex;align-items:center;justify-content:center}.product-img-wrap img{width:100%;height:100%;object-fit:cover}.product-img-placeholder{flex-direction:column}.product-thumbs{display:flex;gap:8px;flex-wrap:wrap}.product-thumb{width:64px;height:64px;border-radius:var(--radius-md);overflow:hidden;border:2px solid var(--color-border);cursor:pointer;transition:border-color .2s;background:none;padding:0}.product-thumb img{width:100%;height:100%;object-fit:cover}.product-thumb.is-active{border-color:var(--color-primary)}.product-thumb:hover{border-color:var(--color-navy)}.product-stats-card{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--color-border);border:1px solid var(--color-border);border-radius:var(--radius-xl);overflow:hidden}.product-stat{background:var(--color-bg);padding:16px 12px;text-align:center}.product-stat__value{display:block;font-size:1.375rem;font-weight:800;color:var(--color-navy);line-height:1;margin-bottom:4px}.product-stat__label{font-size:.75rem;color:var(--color-text-muted)}.product-info-col{display:flex;flex-direction:column}.page-rte h1,.page-rte h2,.page-rte h3{margin-top:32px;margin-bottom:12px}.page-rte p{margin-bottom:16px}.page-rte ul,.page-rte ol{margin-bottom:16px;padding-left:24px}.page-rte li{margin-bottom:6px;color:var(--color-text-secondary)}.page-rte a{color:var(--color-secondary);text-decoration:underline}.page-rte strong{color:var(--color-navy)}.section--bg{background-color:var(--color-bg-soft)}body{padding-top:68px}@media(min-width:1024px){body{padding-top:72px}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/sections.css.map */
