*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--blue: #5BA4E6;--blue-deep: #3A7BD5;--blue-light: #E8F2FC;--blue-glow: rgba(91, 164, 230, .25);--dark: #1B2A4A;--dark-soft: #3D4F6F;--gray: #6B7B8D;--gray-light: #A0AEC0;--bg: #FAFCFF;--white: #FFFFFF;--surface: #F0F5FA;--font-body: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-display: "Playfair Display", Georgia, serif;--radius: 16px;--radius-lg: 24px;--shadow-sm: 0 1px 3px rgba(27,42,74,.06);--shadow-md: 0 4px 20px rgba(27,42,74,.08);--shadow-lg: 0 12px 40px rgba(27,42,74,.12);--shadow-glow: 0 8px 32px var(--blue-glow)}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--dark);background:var(--bg);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}.nav{position:fixed;top:0;left:0;width:100%;z-index:1000;padding:0 2rem;transition:background .3s,box-shadow .3s,backdrop-filter .3s}.nav.scrolled{background:#fafcffd9;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:var(--shadow-sm)}.nav-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:72px}.nav-logo{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--dark)}.nav-logo-wave{width:32px;height:20px}.nav-logo-text{font-size:1.25rem;font-weight:600;letter-spacing:-.02em}.nav-links{display:flex;align-items:center;gap:2rem;list-style:none}.nav-links a{text-decoration:none;color:var(--dark-soft);font-size:.9rem;font-weight:500;transition:color .2s}.nav-links a:hover{color:var(--blue-deep)}.nav-cta{background:var(--dark);color:var(--white)!important;padding:10px 24px;border-radius:100px;transition:background .2s,transform .2s}.nav-cta:hover{background:var(--blue-deep)!important;transform:translateY(-1px)}.nav-cart{position:relative;color:var(--dark-soft);transition:color .2s;display:flex;align-items:center;margin-left:.5rem}.nav-cart:hover{color:var(--blue-deep)}.nav-cart-count{position:absolute;top:-6px;right:-8px;background:var(--blue-deep);color:var(--white);font-size:.65rem;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:1}.nav-mobile-btn{display:none;background:none;border:none;cursor:pointer;padding:8px}.nav-mobile-btn span{display:block;width:24px;height:2px;background:var(--dark);margin:5px 0;border-radius:2px;transition:.3s}.hero{min-height:100vh;display:flex;align-items:center;padding:120px 2rem 80px;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-30%;right:-15%;width:800px;height:800px;background:radial-gradient(circle,var(--blue-glow) 0%,transparent 70%);pointer-events:none}.hero:after{content:"";position:absolute;bottom:-10%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(91,164,230,.08) 0%,transparent 70%);pointer-events:none}.hero-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;width:100%}.hero-content{position:relative;z-index:2}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:var(--blue-light);color:var(--blue-deep);padding:8px 16px;border-radius:100px;font-size:.8rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;margin-bottom:1.5rem}.hero-badge-dot{width:6px;height:6px;background:var(--blue-deep);border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.hero h1{font-family:var(--font-display);font-size:clamp(2.5rem,5vw,3.8rem);font-weight:700;line-height:1.15;color:var(--dark);margin-bottom:1.5rem}.hero h1 em{font-style:italic;color:var(--blue-deep)}.hero-sub{font-size:1.15rem;color:var(--gray);line-height:1.7;max-width:480px;margin-bottom:2.5rem}.hero-pricing{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;flex-wrap:wrap}.hero-price{font-size:2rem;font-weight:800;color:var(--dark)}.hero-price--sale{color:#d63031}.hero-price--compare{font-size:1.2rem;color:var(--gray-light);text-decoration:line-through;font-weight:400}.hero-price--badge{background:#d63031;color:var(--white);font-size:.75rem;font-weight:700;padding:4px 12px;border-radius:100px;letter-spacing:.03em;text-transform:uppercase}.hero-actions{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.btn-primary{display:inline-flex;align-items:center;gap:10px;background:var(--blue-deep);color:var(--white);padding:16px 36px;border-radius:100px;text-decoration:none;font-weight:600;font-size:1rem;border:none;cursor:pointer;transition:background .2s,transform .2s,box-shadow .2s;box-shadow:var(--shadow-glow);font-family:var(--font-body)}.btn-primary:hover{background:#2d6bc4;transform:translateY(-2px);box-shadow:0 12px 40px var(--blue-glow)}.btn-primary:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn-secondary{display:inline-flex;align-items:center;gap:8px;background:transparent;color:var(--dark-soft);padding:16px 28px;border-radius:100px;text-decoration:none;font-weight:500;font-size:1rem;border:1.5px solid #D8E2EE;cursor:pointer;font-family:var(--font-body);transition:border-color .2s,color .2s}.btn-secondary:hover{border-color:var(--blue);color:var(--blue-deep)}.hero-stats{display:flex;gap:2.5rem;margin-top:3rem;padding-top:2rem;border-top:1px solid #E8EDF3}.hero-stat-num{font-size:1.6rem;font-weight:700;color:var(--dark)}.hero-stat-label{font-size:.8rem;color:var(--gray-light);font-weight:500;margin-top:2px}.hero-image{position:relative;z-index:2;display:flex;justify-content:center}.hero-carousel{width:100%;max-width:480px;position:relative}.hero-carousel-track{position:relative;width:100%;overflow:hidden}.hero-carousel-slide{display:none;flex-direction:column;align-items:center;animation:heroFadeIn .5s ease}.hero-carousel-slide.active{display:flex}@keyframes heroFadeIn{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}.hero-carousel-slide img{width:100%;max-width:480px;height:auto;border-radius:var(--radius-lg);filter:drop-shadow(0 20px 60px rgba(27,42,74,.15))}.hero-carousel-label{margin-top:1rem;font-size:.85rem;font-weight:600;color:var(--dark-soft);letter-spacing:.03em}.hero-carousel-controls{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1.25rem}.hero-carousel-btn{width:40px;height:40px;border-radius:50%;border:1.5px solid #D8E2EE;background:var(--white);cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--dark-soft);transition:border-color .2s,color .2s,background .2s}.hero-carousel-btn:hover{border-color:var(--blue);color:var(--blue-deep);background:var(--blue-light)}.hero-carousel-dots{display:flex;gap:8px}.hero-carousel-dot{width:10px;height:10px;border-radius:50%;background:#d8e2ee;border:none;cursor:pointer;transition:background .2s,transform .2s;padding:0}.hero-carousel-dot.active{background:var(--blue-deep);transform:scale(1.2)}section{padding:100px 2rem}.section-header{text-align:center;max-width:640px;margin:0 auto 4rem}.section-label{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--blue-deep);margin-bottom:1rem}.section-header h2{font-family:var(--font-display);font-size:clamp(2rem,4vw,2.8rem);font-weight:700;line-height:1.2;margin-bottom:1rem}.section-header p{font-size:1.05rem;color:var(--gray);line-height:1.7}.quit{background:linear-gradient(180deg,var(--white) 0%,var(--surface) 100%)}.quit-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.quit-image img{width:100%;max-width:520px;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}.quit-content h2{font-family:var(--font-display);font-size:clamp(2rem,4vw,2.6rem);font-weight:700;line-height:1.2;margin-bottom:1rem}.quit-content h2 em{color:var(--blue-deep);font-style:italic}.quit-content>p{font-size:1.05rem;color:var(--gray);margin-bottom:2rem;line-height:1.7}.quit-list{list-style:none;display:flex;flex-direction:column;gap:1.25rem}.quit-list li{display:flex;align-items:flex-start;gap:14px}.quit-list-icon{flex-shrink:0;width:40px;height:40px;background:var(--blue-light);border-radius:12px;display:flex;align-items:center;justify-content:center}.quit-list-icon svg{width:20px;height:20px;color:var(--blue-deep)}.quit-list h4{font-weight:600;margin-bottom:2px}.quit-list p{font-size:.9rem;color:var(--gray);line-height:1.5}.benefits{background:var(--white)}.benefits-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.benefit-card{background:var(--bg);border-radius:var(--radius-lg);padding:2.5rem 2rem;transition:transform .3s,box-shadow .3s;border:1px solid transparent}.benefit-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:var(--blue-light)}.benefit-icon{width:56px;height:56px;background:var(--blue-light);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.benefit-icon svg{width:28px;height:28px;color:var(--blue-deep)}.benefit-card h3{font-size:1.15rem;font-weight:700;margin-bottom:.6rem}.benefit-card p{font-size:.92rem;color:var(--gray);line-height:1.6}.audience{background:var(--dark);color:var(--white);position:relative;overflow:hidden}.audience:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 20% 50%,rgba(91,164,230,.1) 0%,transparent 50%),radial-gradient(circle at 80% 30%,rgba(91,164,230,.08) 0%,transparent 40%)}.audience .section-header{position:relative;z-index:1}.audience .section-label{color:var(--blue)}.audience .section-header p{color:var(--gray-light)}.audience-grid{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;position:relative;z-index:1}.audience-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius);padding:2rem 1.5rem;text-align:center;transition:background .3s,border-color .3s,transform .3s}.audience-card:hover{background:#ffffff1a;border-color:#5ba4e64d;transform:translateY(-3px)}.audience-icon{width:64px;height:64px;margin:0 auto 1.2rem;display:flex;align-items:center;justify-content:center}.audience-icon svg{width:40px;height:40px;color:var(--blue)}.audience-card h3{font-size:1.05rem;font-weight:600;margin-bottom:.4rem}.audience-card p{font-size:.85rem;color:var(--gray-light);line-height:1.5}.features{background:var(--white)}.features-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.features-image img{width:100%;max-width:520px;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}.features-heading{font-family:var(--font-display);font-size:clamp(2rem,4vw,2.6rem);font-weight:700;line-height:1.2;margin-bottom:1rem}.features-desc{font-size:1.05rem;color:var(--gray);margin-bottom:2rem;line-height:1.7}.features-list{display:flex;flex-direction:column;gap:1.5rem}.feature-item{display:flex;gap:1rem;align-items:flex-start;padding:1.25rem;background:var(--bg);border-radius:var(--radius);transition:box-shadow .3s,transform .3s}.feature-item:hover{box-shadow:var(--shadow-md);transform:translate(4px)}.feature-dot{flex-shrink:0;width:44px;height:44px;background:var(--blue-light);border-radius:12px;display:flex;align-items:center;justify-content:center}.feature-dot svg{width:22px;height:22px;color:var(--blue-deep)}.feature-item h4{font-weight:600;margin-bottom:3px}.feature-item p{font-size:.88rem;color:var(--gray);line-height:1.5}.app-section{background:linear-gradient(180deg,var(--surface) 0%,var(--white) 100%)}.app-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.app-heading{font-family:var(--font-display);font-size:clamp(2rem,4vw,2.6rem);font-weight:700;line-height:1.2;margin-bottom:1rem}.app-heading em{color:var(--blue-deep);font-style:italic}.app-desc{font-size:1.05rem;color:var(--gray);line-height:1.7;margin-bottom:2rem}.app-features{list-style:none;display:flex;flex-direction:column;gap:1rem;margin-bottom:2.5rem}.app-features li{display:flex;align-items:center;gap:12px;font-weight:500;font-size:.95rem}.app-check{width:24px;height:24px;background:var(--blue-light);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.app-check svg{width:14px;height:14px;color:var(--blue-deep)}.app-stores{display:flex;gap:1rem}.app-stores a{transition:transform .2s}.app-stores a:hover{transform:scale(1.05)}.app-image img{width:100%;max-width:520px;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}.cta{background:var(--dark);position:relative;overflow:hidden;text-align:center}.cta:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:700px;height:700px;background:radial-gradient(circle,rgba(91,164,230,.15) 0%,transparent 60%)}.cta-inner{max-width:700px;margin:0 auto;position:relative;z-index:1}.cta h2{font-family:var(--font-display);font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--white);line-height:1.2;margin-bottom:1rem}.cta h2 em{color:var(--blue);font-style:italic}.cta p{font-size:1.1rem;color:var(--gray-light);margin-bottom:2.5rem;line-height:1.7}.cta .btn-primary{font-size:1.1rem;padding:18px 44px}.cta-price{margin-top:1.5rem;color:#ffffff80;font-size:.9rem}.footer{background:#111827;padding:3rem 2rem}.footer-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.footer-logo{display:flex;align-items:center;gap:8px;text-decoration:none}.footer-logo-text{font-size:1.1rem;font-weight:600;color:var(--white)}.footer-contact{width:100%;text-align:center;margin-top:.5rem}.footer-contact a{display:inline-flex;align-items:center;gap:6px;color:#9ca3af;text-decoration:none;font-size:.9rem;transition:color .2s}.footer-contact a:hover{color:var(--white)}.footer-contact svg{flex-shrink:0}.footer-copy{font-size:.85rem;color:#6b7280;width:100%;text-align:center;margin-top:.5rem}.footer-links{display:flex;gap:1.5rem;list-style:none}.footer-links a{font-size:.85rem;color:#9ca3af;text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--white)}.product-page{background:var(--white)}.product-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start;padding-top:40px}.product-main-img{width:100%;border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}.product-thumbs{display:flex;gap:.75rem;margin-top:1rem}.product-thumb{width:80px;height:80px;object-fit:cover;border-radius:12px;border:2px solid transparent;cursor:pointer;transition:border-color .2s}.product-thumb:hover{border-color:var(--blue)}.product-title{font-family:var(--font-display);font-size:2.2rem;font-weight:700;margin-bottom:.75rem}.product-pricing{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:1.5rem}.product-price{font-size:1.5rem;font-weight:700;color:var(--blue-deep)}.product-price--sale{color:#d63031}.product-price--compare{font-size:1.1rem;color:var(--gray-light);text-decoration:line-through;font-weight:400}.product-price--badge{background:#d63031;color:var(--white);font-size:.75rem;font-weight:700;padding:4px 10px;border-radius:100px;letter-spacing:.02em}.product-description{color:var(--gray);line-height:1.7;margin-bottom:2rem}.product-option{margin-bottom:1.25rem}.product-option label{display:block;font-weight:600;margin-bottom:8px;font-size:.9rem}.product-option label span{font-weight:400;color:var(--gray)}.product-option-select{width:100%;padding:12px 16px;border:1.5px solid #D8E2EE;border-radius:12px;font-size:1rem;font-family:var(--font-body);background:var(--bg);cursor:pointer}.product-color-swatches{display:flex;gap:10px}.product-swatch{width:44px;height:44px;border-radius:50%;border:3px solid transparent;cursor:pointer;transition:border-color .2s,transform .2s,box-shadow .2s;outline:none;box-shadow:inset 0 0 0 1px #0000001a}.product-swatch:hover{transform:scale(1.1)}.product-swatch.active{border-color:var(--blue-deep);box-shadow:inset 0 0 0 1px #0000001a,0 0 0 2px var(--blue-light)}.product-thumb{border:2px solid transparent;transition:border-color .2s}.product-thumb.active{border-color:var(--blue-deep)}.product-quantity{margin-bottom:1.5rem}.product-quantity label{display:block;font-weight:600;margin-bottom:6px;font-size:.9rem}.product-quantity input{width:100px;padding:12px 16px;border:1.5px solid #D8E2EE;border-radius:12px;font-size:1rem;font-family:var(--font-body);text-align:center}.product-add-btn{width:100%;justify-content:center}.cart-page{background:var(--white)}.cart-inner{max-width:900px;margin:0 auto;padding-top:40px}.cart-inner h1{font-family:var(--font-display);font-size:2rem;font-weight:700;margin-bottom:2rem}.cart-items{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.cart-item{display:flex;gap:1.25rem;padding:1.25rem;background:var(--bg);border-radius:var(--radius);border:1px solid var(--surface)}.cart-item-img{width:100px;height:100px;object-fit:cover;border-radius:12px;flex-shrink:0}.cart-item-details{display:flex;flex-direction:column;gap:4px;flex:1}.cart-item-title{color:var(--dark);text-decoration:none;font-weight:600;font-size:1.05rem}.cart-item-title:hover{color:var(--blue-deep)}.cart-item-variant{color:var(--gray);font-size:.85rem}.cart-item-price{color:var(--blue-deep);font-weight:600;font-size:1rem}.cart-item-qty{display:flex;align-items:center;gap:8px;margin-top:4px}.cart-item-qty label{font-size:.85rem;font-weight:500;color:var(--gray)}.cart-qty{width:70px;padding:8px 12px;border:1.5px solid #D8E2EE;border-radius:10px;font-size:1rem;text-align:center;font-family:var(--font-body)}.cart-item-line-price{font-weight:700;font-size:1.1rem;margin-top:4px}.cart-footer{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;padding-top:1.5rem;border-top:2px solid var(--surface)}.cart-total{font-size:1.2rem}.cart-actions{display:flex;gap:1rem}.cart-empty{text-align:center;padding:4rem 2rem}.cart-empty p{font-size:1.1rem;color:var(--gray);margin-bottom:2rem}.page-404{background:var(--white);min-height:60vh;display:flex;align-items:center;justify-content:center}.page-404-inner{text-align:center}.page-404-inner h1{font-family:var(--font-display);font-size:6rem;color:var(--blue-light);font-weight:700}.page-404-inner p{font-size:1.2rem;color:var(--gray);margin-bottom:2rem}.reveal{opacity:0;transform:translateY(30px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}.reveal-delay-5{transition-delay:.5s}@media(max-width:900px){.hero-inner{grid-template-columns:1fr;text-align:center}.hero-sub{margin-left:auto;margin-right:auto}.hero-actions,.hero-stats{justify-content:center}.hero-image{order:-1}.hero-image img{max-width:360px}.quit-inner{grid-template-columns:1fr}.quit-image{text-align:center}.quit-image img{max-width:400px}.benefits-grid,.audience-grid{grid-template-columns:repeat(2,1fr)}.features-inner{grid-template-columns:1fr}.features-image{text-align:center;order:-1}.features-image img{max-width:400px}.app-inner{grid-template-columns:1fr}.app-image{text-align:center;order:-1}.app-image img{max-width:400px}.product-inner{grid-template-columns:1fr}.product-main-img{max-width:100%}.product-title{font-size:1.6rem}.product-add-btn{width:100%;justify-content:center}.hero-pricing{justify-content:center}.hero-carousel{max-width:360px}.quit-content h2,.features-heading,.app-heading{font-size:1.8rem}.app-stores{justify-content:center}.cta .btn-primary{width:100%;justify-content:center}.footer-inner{flex-direction:column;text-align:center}.footer-links{flex-wrap:wrap;justify-content:center}.nav-links{display:none}.nav-mobile-btn{display:block}.nav-links.show{display:flex!important;flex-direction:column;position:absolute;top:72px;left:0;width:100%;background:#fafcfff7;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:1.5rem 2rem;box-shadow:var(--shadow-md);gap:1rem}}@media(max-width:600px){section{padding:60px 1.25rem}.benefits-grid,.audience-grid{grid-template-columns:1fr}.hero-stats{flex-direction:column;gap:1rem}.hero{padding:100px 1.25rem 60px}.app-stores{flex-direction:column;align-items:center}.hero-actions{flex-direction:column;width:100%}.hero-actions .btn-primary,.hero-actions .btn-secondary{width:100%;justify-content:center}.product-thumbs,.product-color-swatches{justify-content:center}.product-quantity{text-align:center}.product-quantity input{margin:0 auto}.product-pricing{justify-content:center;flex-wrap:wrap}.page-404-inner h1{font-size:4rem}.cart-item{flex-direction:column;align-items:center;text-align:center}.cart-item-details{align-items:center}.cart-footer{flex-direction:column;text-align:center}.cart-actions{flex-direction:column;width:100%}.cart-actions button{width:100%;justify-content:center}}
/*# sourceMappingURL=/cdn/shop/t/13/assets/theme.css.map */
