.home-scope{--home-charcoal: #1F1F1F;--home-text: #2A2A2A;--home-text-soft: #5A5A5A;--home-text-muted: #8A8A8A;--home-bg: #FFFFFF;--home-bg-soft: #F7F8FA;--home-bg-card: #FFFFFF;--home-border: #E5E7EB;--home-accent: #2E7BE6;--home-accent-dark: #1E5FB8;--home-accent-soft: #E8F0FC;--home-green: #16A34A;--home-red: #DC2626;--home-gold: #F59E0B;--home-shadow-sm: 0 1px 2px rgba(0, 0, 0, .04);--home-shadow-md: 0 4px 12px rgba(0, 0, 0, .06);--home-shadow-lg: 0 10px 30px rgba(0, 0, 0, .08);font-family:Poppins,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:400;color:var(--home-text);background:var(--home-bg);line-height:1.6;font-size:16px;-webkit-font-smoothing:antialiased}.home-scope *,.home-scope *:before,.home-scope *:after{box-sizing:border-box}.home-scope img{max-width:100%;height:auto;display:block}.home-scope a{color:var(--home-accent);text-decoration:none}.home-scope a:hover{color:var(--home-accent-dark)}.home-scope .home-container{max-width:1180px;margin:0 auto;padding:0 24px}.home-scope .home-section{padding:72px 24px}.home-scope .home-section--soft{background:var(--home-bg-soft)}.home-scope .home-section--accent{background:var(--home-accent-soft)}.home-scope .home-eyebrow{text-align:center;font-size:13px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--home-accent);margin-bottom:14px}.home-scope .home-title{text-align:center;font-size:36px;font-weight:800;color:var(--home-charcoal);letter-spacing:-.01em;line-height:1.15;margin:0 0 16px}.home-scope .home-subtitle{text-align:center;font-size:16px;color:var(--home-text-soft);max-width:720px;margin:0 auto 40px;line-height:1.6}.home-scope .home-btn{display:inline-block;background:var(--home-charcoal);color:#fff!important;padding:14px 32px;border-radius:10px;font-weight:700;font-size:14px;text-transform:uppercase;letter-spacing:.05em;border:none;cursor:pointer;transition:background .2s,transform .15s,box-shadow .2s;box-shadow:var(--home-shadow-sm);text-align:center}.home-scope .home-btn:hover{background:var(--home-accent);color:#fff!important;transform:translateY(-1px);box-shadow:var(--home-shadow-md)}.home-scope .home-btn--accent{background:var(--home-accent)}.home-scope .home-btn--accent:hover{background:var(--home-accent-dark)}.home-scope .home-btn--ghost{background:transparent;color:var(--home-charcoal)!important;border:2px solid var(--home-border);padding:12px 30px}.home-scope .home-btn--ghost:hover{background:var(--home-charcoal);color:#fff!important;border-color:var(--home-charcoal)}.home-scope .home-hero{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;max-width:1180px;margin:0 auto;padding:64px 24px}.home-scope .home-hero-image{border-radius:16px;overflow:hidden;background:linear-gradient(135deg,#e8ebef,#d5dae0);aspect-ratio:4 / 5}.home-scope .home-hero-image img{width:100%;height:100%;object-fit:cover}.home-scope .home-hero-eyebrow{font-size:13px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--home-accent);margin-bottom:14px}.home-scope .home-hero-title{font-size:48px;font-weight:800;color:var(--home-charcoal);letter-spacing:-.02em;line-height:1.1;margin:0 0 18px}.home-scope .home-hero-title-accent{color:var(--home-accent)}.home-scope .home-hero-desc{font-size:17px;color:var(--home-text-soft);margin:0 0 28px;line-height:1.6}.home-scope .home-hero-bullets{list-style:none;margin:0 0 32px;padding:0}.home-scope .home-hero-bullets li{padding:8px 0;font-size:15px;color:var(--home-text);display:flex;align-items:flex-start;gap:10px}.home-scope .home-hero-bullets li:before{content:"\2713";color:var(--home-green);font-weight:800;font-size:15px;flex-shrink:0}.home-scope .home-hero-ctas{display:flex;gap:14px;flex-wrap:wrap}.home-scope .home-hero-trust{display:flex;align-items:center;gap:14px;margin-top:24px;font-size:13px;color:var(--home-text-soft)}.home-scope .home-hero-stars{color:var(--home-gold);letter-spacing:1px;font-size:16px}@media(max-width:980px){.home-scope .home-hero{grid-template-columns:1fr;gap:32px;padding:40px 20px}.home-scope .home-hero-title{font-size:34px}.home-scope .home-hero-desc{font-size:15px}.home-scope .home-hero-image{aspect-ratio:4 / 3}}.home-scope .home-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px}.home-scope .home-product-card{background:#fff;border:1px solid var(--home-border);border-radius:14px;overflow:hidden;box-shadow:var(--home-shadow-sm);display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s}.home-scope .home-product-card:hover{transform:translateY(-4px);box-shadow:var(--home-shadow-lg)}.home-scope .home-product-image{background:var(--home-bg-soft);aspect-ratio:4 / 3;overflow:hidden}.home-scope .home-product-image img{width:100%;height:100%;object-fit:cover}.home-scope .home-product-body{padding:22px;display:flex;flex-direction:column;flex:1}.home-scope .home-product-tag{display:inline-block;background:var(--home-accent-soft);color:var(--home-accent);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:4px 10px;border-radius:6px;margin-bottom:10px;align-self:flex-start}.home-scope .home-product-name{font-size:19px;font-weight:800;color:var(--home-charcoal);margin:0 0 6px;line-height:1.3}.home-scope .home-product-sub{font-size:14px;color:var(--home-text-soft);margin:0 0 14px}.home-scope .home-product-price{font-size:16px;font-weight:700;color:var(--home-charcoal);margin-bottom:18px}.home-scope .home-product-price-strike{color:var(--home-text-muted);text-decoration:line-through;font-weight:500;margin-right:8px}.home-scope .home-product-cta{margin-top:auto;text-align:center;background:var(--home-charcoal);color:#fff!important;padding:12px 18px;border-radius:8px;font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:.05em;transition:background .2s}.home-scope .home-product-cta:hover{background:var(--home-accent);color:#fff!important}.home-scope .home-promise{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px}.home-scope .home-promise-card{background:#fff;border:1px solid var(--home-border);border-radius:14px;padding:28px 22px;text-align:center;box-shadow:var(--home-shadow-sm)}.home-scope .home-promise-icon{font-size:36px;display:block;margin:0 auto 14px;line-height:1}.home-scope .home-promise-icon img{width:64px;height:64px;margin:0 auto;display:block}.home-scope .home-promise-title{font-size:16px;font-weight:800;color:var(--home-charcoal);margin:0 0 6px}.home-scope .home-promise-desc{font-size:13.5px;color:var(--home-text-soft);line-height:1.55;margin:0}.home-scope .home-story{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;max-width:1180px;margin:0 auto}.home-scope .home-story--reverse .home-story-image{order:2}.home-scope .home-story--reverse .home-story-text{order:1}.home-scope .home-story-image{border-radius:14px;overflow:hidden;background:var(--home-bg-soft);aspect-ratio:4 / 3}.home-scope .home-story-image img{width:100%;height:100%;object-fit:cover}.home-scope .home-story-eyebrow{font-size:13px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--home-accent);margin-bottom:12px}.home-scope .home-story-title{font-size:32px;font-weight:800;color:var(--home-charcoal);letter-spacing:-.01em;line-height:1.2;margin:0 0 16px}.home-scope .home-story-desc{font-size:16px;color:var(--home-text-soft);line-height:1.65;margin:0 0 24px}@media(max-width:980px){.home-scope .home-story{grid-template-columns:1fr;gap:28px}.home-scope .home-story--reverse .home-story-image,.home-scope .home-story--reverse .home-story-text{order:initial}.home-scope .home-story-title{font-size:26px}}.home-scope .home-testimonials{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:22px}.home-scope .home-testimonial{background:#fff;border:1px solid var(--home-border);border-radius:14px;padding:26px;box-shadow:var(--home-shadow-sm);display:flex;flex-direction:column}.home-scope .home-testimonial-stars{color:var(--home-gold);font-size:14px;letter-spacing:1px;margin-bottom:14px}.home-scope .home-testimonial-text{font-size:14.5px;color:var(--home-text);line-height:1.65;margin:0 0 20px;flex:1}.home-scope .home-testimonial-meta{display:flex;align-items:center;gap:12px;font-size:13px;margin-top:auto}.home-scope .home-testimonial-avatar{width:40px;height:40px;border-radius:50%;background:var(--home-accent-soft);color:var(--home-accent);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:13px;flex-shrink:0}.home-scope .home-testimonial-name{font-weight:700;color:var(--home-charcoal)}.home-scope .home-testimonial-loc{color:var(--home-text-muted);font-size:12px}.home-scope .home-newsletter{max-width:620px;margin:0 auto;text-align:center}.home-scope .home-newsletter-title{font-size:28px;font-weight:800;color:var(--home-charcoal);letter-spacing:-.01em;margin:0 0 10px}.home-scope .home-newsletter-sub{font-size:15px;color:var(--home-text-soft);margin:0 0 28px}.home-scope .home-newsletter-form{display:flex;gap:10px;max-width:440px;margin:0 auto 14px}.home-scope .home-newsletter-input{flex:1;padding:14px 18px;border:1px solid var(--home-border);border-radius:10px;font-size:14px;font-family:inherit;background:#fff;color:var(--home-text)}.home-scope .home-newsletter-input:focus{outline:none;border-color:var(--home-accent);box-shadow:0 0 0 3px var(--home-accent-soft)}.home-scope .home-newsletter-button{background:var(--home-charcoal);color:#fff;padding:14px 24px;border:none;border-radius:10px;font-weight:700;font-size:13px;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;transition:background .2s}.home-scope .home-newsletter-button:hover{background:var(--home-accent)}.home-scope .home-newsletter-fineprint{font-size:12px;color:var(--home-text-muted);margin:0}@media(max-width:640px){.home-scope .home-newsletter-form{flex-direction:column}}.home-scope{overflow-x:clip;max-width:100vw}@media(max-width:640px){.home-scope .home-section{padding:48px 16px}.home-scope .home-title{font-size:28px}.home-scope .home-subtitle{font-size:14px;margin-bottom:28px}}.home-scope .home-testimonial-avatar--image{background:var(--home-bg-soft);overflow:hidden;padding:0}.home-scope .home-testimonial-avatar--image img{width:100%;height:100%;object-fit:cover;display:block}
/*# sourceMappingURL=/cdn/shop/t/10/assets/home-page.css.map */
