@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:#0f172a;background:#fff;line-height:1.6}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;background:none;font-family:inherit}:root{--blue-gradient: linear-gradient(to top, #1e3a8a, #3b82f6);--primary: #1e3a8a;--primary-light: #3b82f6;--foreground: #0f172a;--muted: #64748b;--muted-light: #94a3b8;--border: #e2e8f0;--bg-muted: #f8fafc;--bg-warm: #F5F1E8;--shadow-blue: rgba(59, 130, 246, .2);--max-width: 1400px;--max-width-sm: 1280px}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1rem}.container-sm{width:100%;max-width:var(--max-width-sm);margin:0 auto;padding:0 1rem}.container-md{width:100%;max-width:1024px;margin:0 auto;padding:0 1rem}.container-lg{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}.blue-gradient-text{background:var(--blue-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.font-serif,.font-heading{font-family:Inter,sans-serif;font-weight:700}.announcement-bar{background:var(--foreground);color:#fff;padding:.5rem 0;text-align:center;font-size:.75rem;font-weight:500;letter-spacing:.05em}.site-header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid transparent;transition:all .3s}.site-header.scrolled{background:#fffc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-color:var(--border);box-shadow:0 1px 3px #0000000d}.header-inner{display:flex;align-items:center;justify-content:space-between;height:64px;max-width:var(--max-width);margin:0 auto;padding:0 1rem}.logo{font-weight:700;font-size:1.25rem;letter-spacing:-.025em}.logo .u{background:var(--blue-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-links{display:none;align-items:center;gap:2rem}.nav-links a{font-size:.875rem;font-weight:500;letter-spacing:.05em;transition:color .2s}.nav-links a:hover{color:var(--primary)}.header-icons{display:flex;align-items:center;gap:.5rem}.header-icons button{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:background .2s}.header-icons button:hover{background:#f1f5f9}.cart-btn{position:relative}.cart-dot{position:absolute;top:4px;right:4px;width:8px;height:8px;border-radius:50%;background:#ef4444;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media(min-width:1024px){.nav-links{display:flex}.mobile-menu-btn{display:none}}.hero-section{max-width:var(--max-width);margin:0 auto;padding:1rem 1rem 3rem}@media(min-width:768px){.hero-section{padding:3rem 2rem}}.hero-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:1024px){.hero-grid{grid-template-columns:7fr 5fr}}.gallery-wrapper{display:flex;flex-direction:column-reverse;gap:1rem}@media(min-width:768px){.gallery-wrapper{flex-direction:row}}.thumbnails{display:none;flex-direction:column;gap:1rem;width:80px;flex-shrink:0}@media(min-width:768px){.thumbnails{display:flex}}.thumb-btn{width:80px;height:80px;border-radius:1rem;overflow:hidden;border:2px solid transparent;transition:all .2s;opacity:.6}.thumb-btn:hover{opacity:1}.thumb-btn.active{border-color:var(--primary);opacity:1}.thumb-btn img{width:100%;height:100%;object-fit:cover}.main-image-container{position:relative;overflow:hidden;border-radius:1.5rem;background:#fff;flex:1;aspect-ratio:4/5}@media(min-width:768px){.main-image-container{aspect-ratio:auto}}.main-image-container img{width:100%;height:100%;object-fit:cover;mix-blend-mode:multiply}.carousel-track{display:flex;height:100%;transition:transform .4s ease}.carousel-slide{flex:0 0 100%;min-width:0;position:relative;height:100%}.mobile-dots{display:flex;justify-content:center;gap:.5rem;position:absolute;bottom:1rem;left:0;right:0}.dot{width:8px;height:8px;border-radius:50%;background:#cbd5e1;transition:all .2s}.dot.active{background:var(--foreground);width:24px;border-radius:4px}@media(min-width:768px){.mobile-dots{display:none}}.product-info{padding-top:1rem}.product-info .category{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}.product-info h1{font-family:Inter,sans-serif;font-size:2.5rem;font-weight:700;color:var(--foreground);letter-spacing:-.025em;line-height:1.1;margin-top:1rem}@media(min-width:768px){.product-info h1{font-size:3rem}}.product-info .description{font-size:1.125rem;color:#475569;line-height:1.7;margin-top:1rem}.badge-row{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.75rem}.badge{display:inline-flex;align-items:center;gap:.25rem;background:var(--bg-warm);color:#334155;border:1px solid var(--border);padding:.25rem .75rem;border-radius:9999px;font-size:.8rem}.badge svg{width:12px;height:12px}.stars{display:flex;color:var(--foreground);margin-top:.75rem;align-items:center;gap:.5rem}.stars svg{width:16px;height:16px;fill:currentColor}.stars span{font-size:.875rem;font-weight:500;text-decoration:underline;text-underline-offset:4px;text-decoration-color:#cbd5e1}.color-section{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}.color-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--foreground)}.color-swatch{width:40px;height:40px;border-radius:50%;border:2px solid var(--foreground);box-shadow:0 1px 3px #0000001a;display:flex;align-items:center;justify-content:center;margin-top:.75rem}.color-swatch-inner{width:32px;height:32px;border-radius:50%;background:#fff;border:1px solid #f1f5f9}.device-box{border:1px solid var(--border);padding:1rem;border-radius:1rem;background:#fff;display:flex;justify-content:space-between;align-items:center;box-shadow:0 1px 3px #0000000d;margin-top:2rem}.device-box .left{display:flex;align-items:center;gap:1rem}.device-box .left img{width:32px;height:64px;object-fit:contain}.device-box .left span{font-weight:500}.device-box .price{font-weight:700}.add-to-bag{width:100%;height:56px;font-size:1.125rem;font-weight:700;color:#fff;border-radius:9999px;text-transform:uppercase;letter-spacing:.1em;background:var(--blue-gradient);box-shadow:0 10px 25px var(--shadow-blue);margin-top:1.5rem;transition:opacity .2s,transform .2s}.add-to-bag:hover{opacity:.9;transform:translateY(-1px)}.shop-pay-text{text-align:center;font-size:.75rem;color:var(--muted);margin-top:1rem}.shop-pay-text strong{color:var(--foreground)}.benefits-bar{background:#fff;padding:3rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.benefits-header{display:flex;align-items:center;gap:.5rem;margin-bottom:2rem;justify-content:center}@media(min-width:768px){.benefits-header{justify-content:flex-start}}.benefits-header svg{width:20px;height:20px}.benefits-header span{font-weight:700;text-transform:uppercase;letter-spacing:.1em;font-size:.875rem}.benefits-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.benefits-grid{grid-template-columns:repeat(3,1fr)}}.benefit-item{padding:1rem;text-align:center}@media(min-width:768px){.benefit-item{text-align:left;border-left:1px solid #cbd5e1}.benefit-item:first-child{border-left:none}}.benefit-item p{color:var(--foreground);line-height:1.7}.results-section{padding:6rem 0;background:#fff}.results-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:768px){.results-grid{grid-template-columns:4fr 8fr}}.results-left h2{font-family:Inter,sans-serif;font-size:2.5rem;color:var(--foreground)}.stat-number{font-size:3.75rem;font-weight:700}.stat-desc{color:#475569;line-height:1.7}.stat-note{font-size:.75rem;color:var(--muted-light);font-style:italic}.ba-slider{position:relative;width:100%;aspect-ratio:1;overflow:hidden;border-radius:1.5rem;cursor:ew-resize;-webkit-user-select:none;user-select:none;touch-action:none}.ba-slider img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.ba-label{position:absolute;top:1rem;padding:.25rem .75rem;background:#00000080;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;border-radius:9999px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;z-index:10}.ba-label.after{right:1rem}.ba-label.before{left:1rem}.ba-before-clip{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.ba-handle{position:absolute;top:0;bottom:0;width:4px;background:#fff;cursor:ew-resize;z-index:20;box-shadow:0 0 10px #00000080}.ba-handle-circle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;background:#fff;border-radius:50%;box-shadow:0 4px 12px #00000026;display:flex;align-items:center;justify-content:center}.ba-handle-circle svg{width:20px;height:20px;color:var(--foreground)}.feature-section{padding:6rem 0;background:#fff}.feature-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:1024px){.feature-grid{grid-template-columns:1fr 1fr;gap:6rem}}.feature-image-wrap{position:relative;aspect-ratio:4/5;border-radius:1.5rem;overflow:hidden;box-shadow:0 25px 50px #0000001f;order:2}@media(min-width:1024px){.feature-image-wrap{order:1}}.feature-image-wrap img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:opacity .5s}.feature-controls{order:1}@media(min-width:1024px){.feature-controls{order:2}}.feature-controls h2{font-size:2.5rem;font-weight:700;line-height:1.1}@media(min-width:768px){.feature-controls h2{font-size:3rem}}.feature-controls .subtitle{font-size:1.125rem;color:var(--muted);max-width:28rem;margin-top:1rem}.feature-btn{width:100%;text-align:left;padding:1.5rem;border-radius:1rem;transition:all .3s;display:flex;align-items:center;justify-content:space-between;margin-top:.5rem}.feature-btn.active{background:#fff;box-shadow:0 10px 25px #00000014;transform:scale(1)}.feature-btn:not(.active){opacity:.6;transform:scale(.95)}.feature-btn:not(.active):hover{opacity:1;background:#ffffff80}.feature-btn h3{font-size:1.25rem;font-weight:700;margin-bottom:.25rem;transition:color .2s}.feature-btn.active h3{color:var(--primary)}.feature-btn .desc{color:var(--muted);font-size:.875rem;line-height:1.6;overflow:hidden;max-height:0;transition:max-height .3s,opacity .3s;opacity:0}.feature-btn.active .desc{max-height:100px;opacity:1}.feature-radio{width:32px;height:32px;border-radius:50%;border:2px solid #cbd5e1;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s}.feature-btn.active .feature-radio{border-color:var(--primary);background:var(--primary)}.feature-radio-dot{width:8px;height:8px;border-radius:50%;background:#fff;transform:scale(0);transition:transform .2s}.feature-btn.active .feature-radio-dot{transform:scale(1)}.sculpt-section{padding:6rem 1rem}.sculpt-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center;max-width:var(--max-width-sm);margin:0 auto}@media(min-width:768px){.sculpt-grid{grid-template-columns:1fr 1fr}}.sculpt-grid h2{font-family:Inter,sans-serif;font-size:2.5rem;line-height:1.1}@media(min-width:768px){.sculpt-grid h2{font-size:3rem}}.sculpt-grid p{font-size:1.125rem;color:var(--muted);line-height:1.7}.sculpt-image{border-radius:1.5rem;overflow:hidden}.sculpt-image img{width:100%;height:500px;object-fit:cover}.expert-section{background:#fff}.expert-grid{display:grid;grid-template-columns:1fr;max-width:var(--max-width-sm);margin:0 auto}@media(min-width:768px){.expert-grid{grid-template-columns:1fr 1fr}}.expert-image{border-radius:1.5rem;overflow:hidden}.expert-image img{width:100%;height:500px;object-fit:cover;object-position:center 35%}.expert-content{display:flex;flex-direction:column;justify-content:center;padding:3rem}@media(min-width:768px){.expert-content{padding:3rem 4rem}}.expert-content h3{font-family:Inter,sans-serif;font-size:2rem;line-height:1.2}@media(min-width:768px){.expert-content h3{font-size:2.5rem}}.expert-content blockquote{font-size:1.125rem;color:#334155;line-height:1.7;margin-top:2rem}.expert-content .attribution{color:var(--foreground);font-weight:500;margin-top:2rem}.expert-quote-centered{padding:6rem 1rem;background:#fff;text-align:center}.expert-quote-centered .label{font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--muted-light)}.expert-quote-centered blockquote{font-family:Inter,sans-serif;font-size:1.125rem;font-weight:400;color:var(--foreground);line-height:1.7;max-width:56rem;margin:2rem auto 0}@media(min-width:768px){.expert-quote-centered blockquote{font-size:1.125rem}}.expert-quote-centered .attribution{color:#475569;font-weight:500;margin-top:2rem}.specs-section{padding:6rem 0;background:#fff}.specs-card{background:#fff;border-radius:1.5rem;padding:2rem;box-shadow:0 8px 40px #2563eb14,0 2px 12px #0000000a;max-width:1024px;margin:0 auto}@media(min-width:768px){.specs-card{padding:3rem}}.specs-tabs{display:flex;gap:2rem;margin-bottom:2.5rem}.specs-tab{font-family:Inter,sans-serif;font-weight:700;font-size:1.5rem;padding-bottom:.5rem;color:var(--muted-light);transition:all .2s}@media(min-width:768px){.specs-tab{font-size:1.875rem}}.specs-tab:hover{color:var(--muted)}.specs-tab.active{border-bottom:3px solid #2563EB;background:linear-gradient(135deg,#1d4ed8,#3b82f6,#60a5fa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 8px rgba(59,130,246,.3))}.specs-content{display:none}.specs-content.active{display:block}.included-grid{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}@media(min-width:768px){.included-grid{grid-template-columns:1fr 1fr}}.included-image{background:#f5f3ee;border-radius:1rem;overflow:hidden}.included-image img{width:100%;height:auto}.included-list{display:flex;flex-direction:column;gap:1rem}.included-item{display:flex;align-items:center;gap:.75rem}.included-dot{width:8px;height:8px;background:var(--foreground);border-radius:50%;flex-shrink:0}.included-item span{font-size:1.125rem;color:#1e293b}.spec-row{display:flex;justify-content:space-between;padding-bottom:1rem;margin-bottom:1rem;border-bottom:1px solid rgba(203,213,225,.5)}.spec-row:last-child{border-bottom:none;margin-bottom:0}.spec-row .label{color:#475569}.spec-row .value{font-weight:500;color:var(--foreground)}.spec-category-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin-bottom:1.5rem}.reviews-section{padding:6rem 0;background:#fff;border-top:1px solid var(--border)}.reviews-layout{display:flex;flex-direction:column;gap:3rem;max-width:1200px;margin:0 auto}@media(min-width:768px){.reviews-layout{flex-direction:row}}.reviews-summary{flex-shrink:0}@media(min-width:768px){.reviews-summary{width:33.333%}}.reviews-summary h2{font-family:Inter,sans-serif;font-size:1.875rem}.rating-display{display:flex;align-items:baseline;gap:1rem;margin-top:1.5rem}.rating-number{font-size:3.75rem;font-weight:700}.rating-stars{display:flex;color:var(--foreground)}.rating-stars svg{width:20px;height:20px;fill:currentColor}.rating-count{font-size:.875rem;color:var(--muted)}.rating-bars{margin-top:1.5rem;display:flex;flex-direction:column;gap:.5rem}.rating-bar-row{display:flex;align-items:center;gap:.75rem;font-size:.875rem}.rating-bar-row .num{width:12px}.rating-bar-track{flex:1;height:8px;background:#f1f5f9;border-radius:9999px;overflow:hidden}.rating-bar-fill{height:100%;background:var(--foreground)}.reviews-list{flex:1}.review-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.review-tag{padding:.5rem 1rem;border-radius:9999px;border:1px solid var(--border);font-size:.875rem;font-weight:500;transition:all .2s}.review-tag:hover{border-color:var(--foreground);background:#f8fafc}.review-card{border-bottom:1px solid #f1f5f9;padding-bottom:2rem;margin-bottom:2rem}.review-card:last-child{border-bottom:none}.review-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}.review-header h4{font-weight:700;font-size:1.125rem}.review-header .date{font-size:.875rem;color:var(--muted-light)}.review-stars{display:flex;color:var(--foreground);margin-bottom:1rem}.review-stars svg{width:16px;height:16px;fill:currentColor}.review-text{color:#475569;line-height:1.7;margin-bottom:1rem}.review-author{font-size:.875rem;font-weight:500}.review-author .verified{color:var(--muted-light);font-weight:400;margin-left:.5rem}.sticky-cart{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid var(--border);padding:1rem;z-index:50;box-shadow:0 -4px 20px #0000000d;transform:translateY(100%);transition:transform .3s}.sticky-cart.visible{transform:translateY(0)}.sticky-cart-inner{max-width:var(--max-width-sm);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem}.sticky-cart-info{display:none;align-items:center;gap:1rem}@media(min-width:768px){.sticky-cart-info{display:flex}}.sticky-cart-info img{width:48px;height:48px;object-fit:contain;border-radius:8px;background:#f8fafc}.sticky-cart-info .name{font-weight:700}.sticky-cart-info .price{font-size:.875rem;color:var(--muted)}.sticky-cart .add-to-cart-btn{width:100%;height:48px;padding:0 2rem;font-size:1.125rem;font-weight:700;background:var(--blue-gradient);color:#fff;border-radius:9999px;text-transform:uppercase;letter-spacing:.1em;box-shadow:0 10px 25px var(--shadow-blue)}@media(min-width:768px){.sticky-cart .add-to-cart-btn{width:auto}}.site-footer{background:var(--bg-muted);border-top:1px solid var(--border);padding:4rem 0 2rem}.footer-grid{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:3rem}@media(min-width:768px){.footer-grid{grid-template-columns:repeat(4,1fr)}}.footer-brand p{font-size:.875rem;color:var(--muted);line-height:1.7;margin-top:1rem}.footer-col h4{font-weight:700;margin-bottom:1rem}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:.5rem}.footer-col a{font-size:.875rem;color:var(--muted);transition:color .2s}.footer-col a:hover{color:var(--foreground)}.newsletter-form{display:flex;gap:.5rem;margin-top:1rem}.newsletter-input{flex:1;height:40px;border-radius:8px;border:1px solid var(--border);background:#fff;padding:0 .75rem;font-size:.875rem}.newsletter-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px #3b82f633}.newsletter-btn{height:40px;padding:0 1rem;background:var(--foreground);color:#fff;border-radius:8px;font-size:.875rem;font-weight:500}.footer-bottom{border-top:1px solid var(--border);padding-top:2rem;display:flex;flex-direction:column;align-items:center;gap:1rem;font-size:.75rem;color:var(--muted)}@media(min-width:768px){.footer-bottom{flex-direction:row;justify-content:space-between}}.footer-bottom-links{display:flex;gap:1.5rem}.footer-bottom-links a{transition:color .2s}.footer-bottom-links a:hover{color:var(--foreground)}.icon{display:inline-block;width:1em;height:1em;vertical-align:-.125em}.home-hero{position:relative;min-height:90vh;display:flex;align-items:center;overflow:hidden;background:#fff}.home-hero-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center;padding:3rem 0}@media(min-width:1024px){.home-hero-grid{grid-template-columns:1fr 1fr}}.home-hero-content{z-index:10}.home-hero-badge{display:inline-block;padding:.25rem 1rem;border:1px solid rgba(30,58,138,.2);color:var(--primary);background:#1e3a8a0d;border-radius:9999px;font-size:.875rem;font-weight:500;letter-spacing:.05em;margin-bottom:1rem}.home-hero-title{font-family:Inter,sans-serif;font-weight:700;letter-spacing:-.025em;font-size:3rem;line-height:1.1;color:var(--foreground)}@media(min-width:768px){.home-hero-title{font-size:3.75rem}}@media(min-width:1024px){.home-hero-title{font-size:4.5rem}}.home-hero-desc{font-size:1.125rem;color:var(--muted);max-width:32rem;line-height:1.7;margin-top:1.5rem}@media(min-width:768px){.home-hero-desc{font-size:1.25rem}}.home-hero-buttons{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}@media(min-width:640px){.home-hero-buttons{flex-direction:row}}.btn-primary-pill{display:inline-flex;align-items:center;justify-content:center;height:56px;padding:0 2rem;font-size:1rem;font-weight:600;color:#fff;background:var(--primary);border-radius:9999px;box-shadow:0 10px 25px var(--shadow-blue);transition:all .2s;text-decoration:none}.btn-primary-pill:hover{background:#1e3a8ae6;box-shadow:0 10px 30px #3b82f64d}.btn-outline-pill{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;height:56px;padding:0 2rem;font-size:1rem;font-weight:600;color:var(--foreground);background:transparent;border:2px solid var(--border);border-radius:9999px;transition:all .2s}.btn-outline-pill:hover{background:#f8fafc}.btn-secondary-pill{display:inline-flex;align-items:center;justify-content:center;height:56px;padding:0 2.5rem;font-size:1.125rem;font-weight:600;color:var(--foreground);background:#f8fafc;border-radius:9999px;transition:all .2s;text-decoration:none}.btn-secondary-pill:hover{background:#fff}.home-hero-social-proof{display:flex;align-items:center;gap:1rem;padding-top:1rem;margin-top:2rem}.avatar-stack{display:flex}.avatar{width:40px;height:40px;border-radius:50%;border:2px solid #fff;object-fit:cover;margin-left:-8px}.avatar:first-child{margin-left:0}.social-proof-text{font-size:.875rem}.stars-yellow{display:flex;color:#facc15;margin-bottom:.25rem}.stars-yellow svg{width:16px;height:16px}.social-proof-text p{font-weight:500;color:var(--muted)}.home-hero-image{position:relative}.home-hero-image>img{width:100%;height:auto;object-fit:contain;transition:transform .7s}.home-hero-image:hover>img{transform:scale(1.05)}.floating-card{position:absolute;background:#fffc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:1rem;border-radius:1rem;box-shadow:0 10px 25px #00000014;border:1px solid rgba(255,255,255,.5);max-width:180px;display:flex;gap:.75rem;align-items:flex-start}.floating-card-right{top:10%;right:0}@media(min-width:768px){.floating-card-right{right:10%}}.floating-card-left{bottom:15%;left:0}@media(min-width:768px){.floating-card-left{left:10%}}.floating-card-icon{padding:.5rem;border-radius:50%;flex-shrink:0}.floating-card-icon.blue{background:#dbeafe;color:#2563eb}.floating-card-icon.gray{background:#f1f5f9;color:#475569}.floating-card-title{font-weight:700;font-size:.875rem;display:block}.floating-card-desc{font-size:.75rem;color:var(--muted);line-height:1.4}.trusted-by-section{padding:2.5rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:#fff}.trusted-by-label{text-align:center;font-size:.875rem;font-weight:500;color:var(--muted);letter-spacing:.1em;text-transform:uppercase;margin-bottom:2rem}.trusted-by-logos{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;opacity:.6;filter:grayscale(1);transition:all .5s}.trusted-by-logos:hover{filter:grayscale(0);opacity:1}@media(min-width:768px){.trusted-by-logos{gap:4rem}}.trusted-logo{font-size:1.5rem;font-weight:700}.home-features-section{padding:6rem 0;background:#fff}.home-features-header{text-align:center;max-width:48rem;margin:0 auto 4rem}.home-features-header h2{font-size:1.875rem;font-weight:700;margin-bottom:1rem}@media(min-width:768px){.home-features-header h2{font-size:2.5rem}}.home-features-header p{font-size:1.125rem;color:var(--muted)}.home-features-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.home-features-grid{grid-template-columns:repeat(3,1fr)}}.home-feature-card{cursor:pointer}.home-feature-card:hover h3{color:var(--primary)}.home-feature-image{position:relative;aspect-ratio:1;overflow:hidden;border-radius:1rem;margin-bottom:1.5rem}.home-feature-image img{width:100%;height:100%;object-fit:cover;transition:transform .7s}.home-feature-card:hover .home-feature-image img{transform:scale(1.1)}.home-feature-overlay{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.5;z-index:1;transition:opacity .3s}.home-feature-overlay.blue{background:#eff6ff}.home-feature-overlay.gray{background:#f8fafc}.home-feature-card:hover .home-feature-overlay{opacity:.3}.home-feature-card h3{font-size:1.25rem;font-weight:700;margin-bottom:.5rem;transition:color .2s}.home-feature-card p{color:var(--muted);line-height:1.7}.home-tech-section{padding:6rem 0;background:#fff}.home-tech-grid{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}@media(min-width:1024px){.home-tech-grid{grid-template-columns:1fr 1fr}}.home-tech-image{order:2}@media(min-width:1024px){.home-tech-image{order:1}}.home-tech-image img{width:100%;max-width:28rem;margin:0 auto}.home-tech-content{order:1}@media(min-width:1024px){.home-tech-content{order:2}}.home-tech-content h2{font-size:1.875rem;font-weight:700}@media(min-width:768px){.home-tech-content h2{font-size:2.5rem}}.tech-features-list{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.tech-feature-item{display:flex;gap:1rem}.tech-check{margin-top:.25rem;padding:.5rem;border-radius:50%;background:#fff;box-shadow:0 1px 3px #00000014;border:1px solid var(--border);height:fit-content;flex-shrink:0;color:var(--primary)}.tech-feature-item h4{font-weight:700;font-size:1.125rem}.tech-feature-item p{color:var(--muted);margin-top:.25rem}.home-comparison-section{padding:6rem 0;background:#fff}.comparison-title{font-size:1.875rem;font-weight:700;text-align:center;margin-bottom:3rem}.comparison-table-wrap{overflow:hidden;border-radius:1rem;border:1px solid var(--border);box-shadow:0 1px 3px #0000000d}.comparison-table{width:100%;text-align:left;border-collapse:collapse}.comparison-table thead tr{background:#f8fafc80}.comparison-table th,.comparison-table td{padding:1.5rem}.comparison-table tbody tr{border-top:1px solid var(--border);transition:background .2s}.comparison-table tbody tr:hover{background:#f8fafc4d}.feature-col{width:33.333%;font-weight:500}.feature-col:is(th){font-size:.875rem;font-weight:500;color:var(--muted);text-transform:uppercase;letter-spacing:.1em}.us-col{width:33.333%;text-align:center;font-weight:700;background:#1e3a8a0d;border-left:1px solid rgba(30,58,138,.1);border-right:1px solid rgba(30,58,138,.1)}.us-col:is(th){font-size:1.125rem;color:var(--primary)}.them-col{width:33.333%;text-align:center;color:var(--muted)}.them-col:is(th){font-size:.875rem;font-weight:500;color:var(--muted)}.home-cta-section{padding:6rem 0;background:var(--foreground);color:#fff;position:relative;overflow:hidden}.home-cta-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;opacity:.2;mix-blend-mode:overlay}.home-cta-content{position:relative;z-index:10;text-align:center}.home-cta-content h2{font-size:2.5rem;font-weight:700;letter-spacing:-.025em}@media(min-width:768px){.home-cta-content h2{font-size:3rem}}.home-cta-content>p{font-size:1.25rem;color:#d1d5db;max-width:42rem;margin:1rem auto 0}.home-cta-actions{display:flex;flex-direction:column;align-items:center;gap:1rem;padding-top:1.5rem}@media(min-width:640px){.home-cta-actions{flex-direction:row;justify-content:center}}.home-cta-guarantee{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#d1d5db;margin-top:1rem}@media(min-width:640px){.home-cta-guarantee{margin-top:0;margin-left:1.5rem}}
/*# sourceMappingURL=/cdn/shop/t/23/assets/theme.css.map */
