:root{--color-bg: #F0F8FF;--color-bg-light: #ffffff;--color-bg-dark: #1A3A5C;--color-bg-darker: #0F2237;--color-bg-soft: #DBEAFE;--color-bg-cream: #EFF6FF;--color-purple-light: #BFDBFE;--color-purple-mid: #93C5FD;--color-purple-dark: #1D6FA8;--color-purple-deeper: #1D4ED8;--color-accent-yellow: #e3fd3e;--color-accent-green: #0FBA86;--color-accent-red: #c02424;--color-text-dark: #0F2237;--color-text-mid: #1A3A5C;--color-text-light: #ffffff;--color-text-muted: #4A6680;--color-text-gray: #334155;--color-border: #EAECF0;--color-border-light: #eeeef0;--font-heading: "Instrument Sans", "Avenir Next", sans-serif;--font-body: "Instrument Sans", "Avenir Next", sans-serif;--space-xs: 8px;--space-sm: 16px;--space-md: 24px;--space-lg: 48px;--space-xl: 80px;--space-xxl: 120px;--radius-sm: 8px;--radius-md: 16px;--radius-lg: 24px;--radius-pill: 100px;--radius-full: 50%}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-body);background-color:var(--color-bg);color:var(--color-text-dark);line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);line-height:1.15;font-weight:700;color:var(--color-text-dark)}h1{font-size:clamp(2.5rem,6vw,4.5rem)}h2{font-size:clamp(2rem,4vw,3.25rem)}h3{font-size:clamp(1.5rem,3vw,2rem)}h4{font-size:1.25rem}p{font-size:1rem;line-height:1.7}.container{max-width:1240px;margin:0 auto;padding:0 var(--space-sm)}.section{padding:var(--space-xl) 0}.section--dark{background:var(--color-bg-dark);color:var(--color-text-light)}.section--darker{background:var(--color-bg-darker);color:var(--color-text-light)}.section--soft{background:var(--color-bg-soft)}.section--cream{background:var(--color-bg-cream)}.section--white{background:var(--color-bg-light)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 32px;border-radius:var(--radius-pill);font-family:var(--font-body);font-size:1rem;font-weight:600;transition:all .2s ease;text-decoration:none;cursor:pointer}.btn--primary{background:var(--color-accent-yellow);color:var(--color-text-dark);border:2px solid var(--color-accent-yellow)}.btn--primary:hover{background:#cde534;border-color:#cde534;transform:translateY(-1px)}.btn--dark{background:var(--color-text-dark);color:var(--color-text-light);border:2px solid var(--color-text-dark)}.btn--dark:hover{background:var(--color-purple-dark);border-color:var(--color-purple-dark)}.btn--outline{background:transparent;color:var(--color-text-light);border:2px solid rgba(255,255,255,.5)}.btn--outline:hover{border-color:var(--color-text-light)}.btn--white{background:#fff;color:var(--color-text-dark);border:2px solid #ffffff}.announcement-bar{background:var(--color-bg-dark);color:var(--color-text-light);text-align:center;padding:10px var(--space-sm);font-size:.875rem;font-weight:500;letter-spacing:.02em}.announcement-bar a{color:var(--color-accent-yellow)}.site-header{background:var(--color-bg-light);border-bottom:1px solid var(--color-border);position:sticky;top:0;z-index:100}.site-header__inner{display:flex;align-items:center;justify-content:space-between;height:72px;gap:var(--space-md)}.site-header__logo{font-size:1.5rem;font-weight:800;letter-spacing:-.02em;color:var(--color-text-dark)}.site-nav{display:flex;align-items:center;gap:var(--space-md)}.site-nav a{font-weight:500;font-size:.9375rem;color:var(--color-text-mid);transition:color .2s}.site-nav a:hover{color:var(--color-purple-deeper)}.site-header__actions{display:flex;align-items:center;gap:var(--space-sm)}.header-cart-btn{position:relative;display:flex;align-items:center;gap:6px;font-weight:600;font-size:.9375rem}.cart-count{background:var(--color-accent-yellow);color:var(--color-text-dark);border-radius:50%;width:20px;height:20px;font-size:.75rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.hero{background:var(--color-bg-dark);color:var(--color-text-light);min-height:80vh;display:flex;align-items:center;position:relative;overflow:hidden}.hero__inner{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-xl);align-items:center;padding:var(--space-xl) 0}.hero__content{position:relative;z-index:2}.hero__eyebrow{display:inline-block;background:var(--color-purple-light);color:var(--color-text-mid);border-radius:var(--radius-pill);padding:6px 16px;font-size:.875rem;font-weight:600;margin-bottom:var(--space-sm)}.hero__title{font-size:clamp(2.5rem,5vw,4rem);color:var(--color-text-light);margin-bottom:var(--space-sm);line-height:1.1}.hero__title span{color:var(--color-accent-yellow)}.hero__subtitle{font-size:1.125rem;color:#fffc;margin-bottom:var(--space-lg);max-width:480px}.hero__cta{display:flex;gap:var(--space-sm);flex-wrap:wrap}.hero__image{border-radius:var(--radius-lg);overflow:hidden}.hero__image img{width:100%;height:600px;object-fit:cover}.logo-scroll{background:var(--color-bg-light);padding:var(--space-lg) 0;overflow:hidden;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.logo-scroll__label{text-align:center;font-size:.875rem;font-weight:600;color:var(--color-text-muted);letter-spacing:.08em;text-transform:uppercase;margin-bottom:var(--space-md)}.logo-scroll__track{display:flex;gap:var(--space-xl);align-items:center;animation:scroll 30s linear infinite;width:max-content}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.logo-scroll__track img{height:32px;width:auto;opacity:.6;filter:grayscale(1)}.logo-scroll__track:hover{animation-play-state:paused}.section-header{text-align:center;margin-bottom:var(--space-lg);max-width:640px;margin-left:auto;margin-right:auto}.section-header__eyebrow{display:inline-block;background:var(--color-purple-light);color:var(--color-purple-deeper);border-radius:var(--radius-pill);padding:5px 14px;font-size:.8125rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;margin-bottom:12px}.section-header__title{margin-bottom:12px}.section-header__subtitle{color:var(--color-text-muted);font-size:1.0625rem}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:var(--space-md)}.product-card{background:var(--color-bg-light);border-radius:var(--radius-lg);overflow:hidden;transition:transform .2s,box-shadow .2s;border:1px solid var(--color-border)}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #1d4ed81f}.product-card__image{position:relative;aspect-ratio:4/3;overflow:hidden}.product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.product-card:hover .product-card__image img{transform:scale(1.04)}.product-card__badge{position:absolute;top:12px;left:12px;background:var(--color-accent-yellow);color:var(--color-text-dark);border-radius:var(--radius-pill);padding:4px 12px;font-size:.75rem;font-weight:700}.product-card__body{padding:var(--space-sm)}.product-card__title{font-size:1.0625rem;font-weight:700;margin-bottom:6px;color:var(--color-text-dark)}.product-card__price{font-size:1.125rem;font-weight:700;color:var(--color-purple-deeper)}.product-card__price-compare{font-size:.875rem;color:var(--color-text-muted);text-decoration:line-through;margin-left:6px}.product-card__action{margin-top:12px}.product-card__action .btn{width:100%}.testimonials{background:var(--color-bg-dark);color:var(--color-text-light)}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:var(--space-md)}.testimonial-card{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-lg);padding:var(--space-md)}.testimonial-card__stars{color:var(--color-accent-yellow);font-size:1.125rem;margin-bottom:12px}.testimonial-card__title{font-size:1.0625rem;font-weight:700;margin-bottom:8px;color:var(--color-purple-light)}.testimonial-card__text{font-size:.9375rem;color:#fffc;line-height:1.65}.testimonial-card__author{margin-top:16px;display:flex;align-items:center;gap:10px}.testimonial-card__avatar{width:40px;height:40px;border-radius:50%;background:var(--color-purple-mid);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;color:var(--color-text-dark)}.testimonial-card__name{font-weight:600;font-size:.9375rem}.comparison{background:var(--color-bg)}.comparison-table{width:100%;border-collapse:collapse;border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 4px 24px #352d4514}.comparison-table th{background:var(--color-bg-dark);color:var(--color-text-light);padding:var(--space-sm) var(--space-md);font-size:1rem;font-weight:700;text-align:center}.comparison-table th:first-child{text-align:left;background:var(--color-bg-darker)}.comparison-table th.highlight{background:#1d4ed8;color:#fff}.comparison-table td{padding:14px var(--space-md);border-bottom:1px solid var(--color-border);background:var(--color-bg-light);text-align:center;font-size:.9375rem}.comparison-table td:first-child{text-align:left;font-weight:600;color:var(--color-text-mid)}.comparison-table td.highlight{background:#1d4ed80d}.comparison-table tr:last-child td{border-bottom:none}.check{color:var(--color-accent-green);font-size:1.25rem}.cross{color:#ccc;font-size:1.25rem}.mission{background:var(--color-bg-darker);color:var(--color-text-light);text-align:center;padding:var(--space-xxl) 0}.mission__title{font-size:clamp(2rem,4vw,3.5rem);margin-bottom:var(--space-sm)}.mission__title span{color:var(--color-accent-yellow)}.mission__text{font-size:1.125rem;color:#ffffffbf;max-width:560px;margin:0 auto var(--space-lg)}.mission__stats{display:flex;justify-content:center;gap:var(--space-xl);margin-bottom:var(--space-lg);flex-wrap:wrap}.mission__stat-value{font-size:2.5rem;font-weight:800;color:var(--color-accent-yellow)}.mission__stat-label{font-size:.875rem;color:#fff9;margin-top:4px}.feature-split{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-xl);align-items:center}.feature-split--reverse .feature-split__image{order:-1}.feature-split__image{border-radius:var(--radius-lg);overflow:hidden}.feature-split__image img{width:100%;height:480px;object-fit:cover}.feature-split__eyebrow{display:inline-block;background:var(--color-purple-light);color:var(--color-purple-deeper);border-radius:var(--radius-pill);padding:5px 14px;font-size:.8125rem;font-weight:700;margin-bottom:16px}.feature-split__title{margin-bottom:var(--space-sm)}.feature-split__text{color:var(--color-text-muted);margin-bottom:var(--space-md)}.feature-list{display:flex;flex-direction:column;gap:12px;margin-bottom:var(--space-md)}.feature-list__item{display:flex;align-items:flex-start;gap:12px}.feature-list__icon{width:24px;height:24px;background:var(--color-accent-green);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.75rem;flex-shrink:0;margin-top:2px}.feature-list__text{font-size:.9375rem;color:var(--color-text-muted)}.site-footer{background:var(--color-bg-dark);color:var(--color-text-light);padding:var(--space-xl) 0 var(--space-lg)}.site-footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:var(--space-xl);margin-bottom:var(--space-lg)}.site-footer__logo{font-size:1.5rem;font-weight:800;margin-bottom:12px;letter-spacing:-.02em}.site-footer__tagline{color:#ffffff8c;font-size:.9375rem;max-width:260px;line-height:1.6;margin-bottom:16px}.site-footer__email{display:inline-flex;align-items:center;gap:8px;color:#ffffffbf;font-size:.9375rem;font-weight:500;transition:color .2s}.site-footer__email:hover{color:var(--color-accent-yellow)}.site-footer__heading{font-size:.8125rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#fff6;margin-bottom:16px}.site-footer__links{display:flex;flex-direction:column;gap:10px}.site-footer__links a{color:#ffffffb3;font-size:.9375rem;transition:color .2s}.site-footer__links a:hover{color:#fff}.site-footer__bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:var(--space-sm);display:flex;justify-content:space-between;align-items:center;font-size:.875rem;color:#fff6;gap:var(--space-sm);flex-wrap:wrap}.site-footer__payment{display:inline-flex;align-items:center;gap:6px}.contact-form{margin-top:var(--space-md)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-sm)}.form-group{display:flex;flex-direction:column;gap:6px;margin-bottom:var(--space-sm)}.form-group label{font-size:.9375rem;font-weight:600;color:var(--color-text-dark)}.form-group input,.form-group textarea{border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:12px 16px;font-family:var(--font-body);font-size:1rem;color:var(--color-text-dark);background:#fff;transition:border-color .2s,box-shadow .2s;width:100%}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--color-purple-deeper);box-shadow:0 0 0 3px #1d4ed81a}.form-group textarea{resize:vertical;min-height:120px}.contact-success{background:#d1fae5;color:#065f46;border-radius:var(--radius-sm);padding:16px;margin-bottom:var(--space-sm);font-weight:500}.contact-error{background:#fee2e2;color:#991b1b;border-radius:var(--radius-sm);padding:16px;margin-bottom:var(--space-sm)}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:var(--space-md)}.blog-card{background:var(--color-bg-light);border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--color-border);transition:transform .2s,box-shadow .2s}.blog-card:hover{transform:translateY(-3px);box-shadow:0 8px 32px #1d4ed81a}.blog-card__image{aspect-ratio:16/9;overflow:hidden}.blog-card__image img{width:100%;height:100%;object-fit:cover}.blog-card__body{padding:var(--space-sm)}.blog-card__meta{font-size:.8125rem;color:var(--color-text-muted);margin-bottom:8px}.blog-card__title{font-size:1.1875rem;font-weight:700;margin-bottom:8px}.blog-card__title a{color:var(--color-text-dark)}.blog-card__excerpt{color:var(--color-text-muted);font-size:.9375rem;margin-bottom:12px}.blog-card__read-more{font-size:.9375rem;font-weight:600;color:var(--color-purple-deeper)}.article-header{margin-bottom:var(--space-md)}.article-meta{font-size:.875rem;color:var(--color-text-muted);margin-bottom:8px}.article-title{font-size:clamp(2rem,4vw,3rem)}.article-hero-image{border-radius:var(--radius-lg);overflow:hidden;margin-bottom:var(--space-lg)}.article-hero-image img{width:100%;max-height:480px;object-fit:cover}.article-body{color:var(--color-text-mid);line-height:1.8;font-size:1.0625rem;margin-bottom:var(--space-lg)}.article-body h2,.article-body h3{color:var(--color-text-dark);margin:var(--space-md) 0 var(--space-sm)}.article-body p{margin-bottom:var(--space-sm)}.article-body ul,.article-body ol{padding-left:24px;margin-bottom:var(--space-sm)}.article-footer{border-top:1px solid var(--color-border);padding-top:var(--space-md)}.video-section{background:var(--color-bg-darker);padding:var(--space-xl) 0}.video-wrapper{border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:16/9;position:relative}.video-wrapper video,.video-wrapper iframe{width:100%;height:100%;object-fit:cover}.results{background:var(--color-bg-soft)}.results-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:var(--space-sm)}.result-card{border-radius:var(--radius-lg);overflow:hidden;position:relative;aspect-ratio:3/4}.result-card img{width:100%;height:100%;object-fit:cover}.result-card__overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(26,25,45,.9),transparent);padding:var(--space-sm);color:#fff}.result-card__stat{font-size:1.5rem;font-weight:800;color:var(--color-accent-yellow)}.result-card__label{font-size:.875rem;color:#fffc}.text-center{text-align:center}.text-yellow{color:var(--color-accent-yellow)}.text-purple{color:var(--color-purple-light)}.text-green{color:var(--color-accent-green)}.mt-sm{margin-top:var(--space-sm)}.mt-md{margin-top:var(--space-md)}.mt-lg{margin-top:var(--space-lg)}.mb-sm{margin-bottom:var(--space-sm)}.mb-md{margin-bottom:var(--space-md)}.gap-sm{gap:var(--space-sm)}@media(max-width:900px){.hero__inner{grid-template-columns:1fr}.hero__image{display:none}.feature-split{grid-template-columns:1fr}.feature-split--reverse .feature-split__image{order:0}.site-footer__grid{grid-template-columns:1fr 1fr}.form-row{grid-template-columns:1fr}.site-nav{display:none}.mission__stats{gap:var(--space-lg)}}@media(max-width:600px){.site-footer__grid,.product-grid,.testimonials-grid{grid-template-columns:1fr}.site-footer__bottom{flex-direction:column;gap:8px;text-align:center}.comparison-table{font-size:.8125rem}.comparison-table th,.comparison-table td{padding:10px 12px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/theme.css.map */
