*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--blue: #1A73E8;--blue-dark: #1557B0;--blue-light: #4285F4;--gold: #FBBC04;--gold-dark: #F9A825;--white: #FFFFFF;--gray-50: #F8FAFF;--gray-100: #EEF2FF;--gray-600: #4B5563;--gray-900: #111827;--radius-sm: 8px;--radius-md: 16px;--radius-lg: 24px;--radius-xl: 32px;--shadow-sm: 0 2px 8px rgba(26,115,232,.12);--shadow-md: 0 8px 32px rgba(26,115,232,.18);--shadow-lg: 0 20px 60px rgba(26,115,232,.25);--transition: .3s cubic-bezier(.4,0,.2,1);--font-main: "Inter", "Segoe UI", system-ui, sans-serif}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-main);color:var(--gray-900);background:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}.section-padding{padding:80px 0}.text-center{text-align:center}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:16px 32px;border-radius:var(--radius-sm);font-weight:700;font-size:1rem;cursor:pointer;border:none;transition:var(--transition);text-decoration:none;line-height:1}.btn-primary{background:var(--blue);color:var(--white);box-shadow:0 4px 20px #1a73e866}.btn-primary:hover{background:var(--blue-dark);transform:translateY(-2px);box-shadow:0 8px 30px #1a73e880}.btn-secondary{background:var(--white);color:var(--blue);border:2px solid var(--blue)}.btn-secondary:hover{background:var(--blue);color:var(--white)}.btn-gold{background:var(--gold);color:var(--gray-900);box-shadow:0 4px 20px #fbbc0466}.btn-gold:hover{background:var(--gold-dark);transform:translateY(-2px);box-shadow:0 8px 30px #fbbc0480}.btn-lg{padding:20px 44px;font-size:1.125rem;border-radius:var(--radius-md)}.stars{display:flex;gap:4px}.star{color:var(--gold);font-size:1.5rem}.star-sm{font-size:1rem}.section-title{font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.2;color:var(--gray-900)}.section-subtitle{font-size:1.125rem;color:var(--gray-600);max-width:600px;margin:0 auto}.section-eyebrow{font-size:.875rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--blue);margin-bottom:12px}.site-header{position:sticky;top:0;z-index:100;background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(26,115,232,.1);padding:16px 0;transition:var(--transition)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:24px}.site-logo{font-size:1.75rem;font-weight:900;color:var(--blue);letter-spacing:-.03em}.site-logo span{color:var(--gold)}.nav-links{display:flex;gap:32px;list-style:none}.nav-links a{font-weight:500;font-size:.95rem;color:var(--gray-600);transition:color var(--transition)}.nav-links a:hover{color:var(--blue)}.header-cta{display:flex;gap:12px;align-items:center}.cart-icon{position:relative;cursor:pointer}.cart-count{position:absolute;top:-6px;right:-6px;background:var(--gold);color:var(--gray-900);font-size:.65rem;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center}.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer}.hamburger span{display:block;width:24px;height:2px;background:var(--gray-900);border-radius:2px}.hero{position:relative;overflow:hidden;background:linear-gradient(135deg,var(--blue) 0%,var(--blue-light) 50%,var(--blue-dark) 100%);min-height:90vh;display:flex;align-items:center}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.hero__inner{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;padding:80px 0}.hero__content{color:var(--white)}.hero__stars{display:flex;gap:6px;margin-bottom:24px}.hero__stars .star{font-size:2rem;animation:starPop .4s both}.hero__stars .star:nth-child(1){animation-delay:.1s}.hero__stars .star:nth-child(2){animation-delay:.2s}.hero__stars .star:nth-child(3){animation-delay:.3s}.hero__stars .star:nth-child(4){animation-delay:.4s}.hero__stars .star:nth-child(5){animation-delay:.5s}@keyframes starPop{0%{opacity:0;transform:scale(0) rotate(-180deg)}to{opacity:1;transform:scale(1) rotate(0)}}.hero__title{font-size:clamp(2.5rem,5vw,3.75rem);font-weight:900;line-height:1.1;margin-bottom:20px}.hero__title em{color:var(--gold);font-style:normal}.hero__subtitle{font-size:1.2rem;color:#ffffffd9;max-width:480px;margin-bottom:32px;line-height:1.7}.hero__badges{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:40px}.hero__badge{display:flex;align-items:center;gap:8px;background:#ffffff1f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2);padding:8px 16px;border-radius:100px;font-size:.875rem;font-weight:500;color:var(--white)}.hero__badge-icon{font-size:1.1rem}.hero__cta{display:flex;gap:16px;flex-wrap:wrap}.hero__visual{display:flex;justify-content:center;align-items:center}.card-mockup{position:relative;width:100%;max-width:360px;animation:float 4s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-16px) rotate(2deg)}}.card-mockup__glow{position:absolute;top:-20px;right:-20px;bottom:-20px;left:-20px;background:radial-gradient(circle,rgba(251,188,4,.4) 0%,transparent 70%);border-radius:50%;filter:blur(20px);animation:pulse 3s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.card-mockup__card{position:relative;background:var(--white);border-radius:28px;overflow:hidden;box-shadow:var(--shadow-lg),0 0 0 1px #fff3}.card-mockup__top{background:linear-gradient(135deg,var(--blue),var(--blue-light));padding:32px 28px 28px;text-align:center;color:var(--white);position:relative;overflow:hidden}.card-mockup__top:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:30px;background:var(--white);border-radius:50% 50% 0 0/30px 30px 0 0}.card-mockup__google-g{width:56px;height:56px;margin:0 auto 12px;background:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:900;box-shadow:0 4px 12px #00000026}.card-mockup__title{font-size:.9rem;font-weight:500;opacity:.9}.card-mockup__subtitle{font-size:1.5rem;font-weight:900}.card-mockup__card-stars{display:flex;justify-content:center;gap:4px;margin-top:8px}.card-mockup__card-stars .star{font-size:1.25rem}.card-mockup__bottom{padding:28px;display:flex;align-items:center;gap:24px}.card-mockup__nfc{flex:1;text-align:center;font-size:.75rem;color:var(--gray-600)}.card-mockup__nfc-icon{width:52px;height:52px;margin:0 auto 6px;background:var(--gray-100);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.card-mockup__or{font-weight:700;color:var(--gray-600);flex-shrink:0}.card-mockup__qr{flex:1;text-align:center;font-size:.75rem;color:var(--gray-600)}.card-mockup__qr-box{width:52px;height:52px;margin:0 auto 6px;background:var(--gray-900);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.proof-bar{background:var(--gray-50);border-top:1px solid var(--gray-100);border-bottom:1px solid var(--gray-100);padding:24px 0}.proof-bar__inner{display:flex;align-items:center;justify-content:center;gap:48px;flex-wrap:wrap}.proof-stat{text-align:center}.proof-stat__value{font-size:2rem;font-weight:900;color:var(--blue);line-height:1}.proof-stat__label{font-size:.8rem;font-weight:500;color:var(--gray-600);margin-top:4px}.proof-divider{width:1px;height:40px;background:var(--gray-100)}.how-it-works{background:var(--white)}.how-it-works__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:60px}.how-step{text-align:center;padding:40px 24px;border-radius:var(--radius-lg);border:1px solid var(--gray-100);transition:var(--transition)}.how-step:hover{border-color:var(--blue);box-shadow:var(--shadow-md);transform:translateY(-4px)}.how-step__number{width:56px;height:56px;margin:0 auto 20px;background:linear-gradient(135deg,var(--blue),var(--blue-light));color:var(--white);font-size:1.25rem;font-weight:900;border-radius:50%;display:flex;align-items:center;justify-content:center}.how-step__icon{font-size:3rem;margin-bottom:16px}.how-step__title{font-size:1.25rem;font-weight:700;margin-bottom:12px}.how-step__desc{color:var(--gray-600);line-height:1.6}.featured-product{background:linear-gradient(135deg,var(--gray-50) 0%,var(--gray-100) 100%)}.featured-product__inner{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.featured-product__images{position:relative}.featured-product__img-main{border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-lg)}.featured-product__img-badge{position:absolute;top:20px;right:-12px;background:var(--gold);color:var(--gray-900);font-weight:800;font-size:.875rem;padding:10px 18px;border-radius:100px;box-shadow:0 4px 16px #fbbc0466;transform:rotate(3deg)}.product__price-block{margin:24px 0}.product__price{font-size:2.5rem;font-weight:900;color:var(--blue)}.product__price-compare{font-size:1.25rem;color:var(--gray-600);text-decoration:line-through;margin-left:12px}.product__savings{display:inline-block;background:#e8f5e9;color:#2e7d32;font-size:.8rem;font-weight:700;padding:4px 10px;border-radius:100px;margin-top:8px}.product__variants{margin:24px 0}.product__variants-title{font-weight:700;margin-bottom:12px}.variant-btns{display:flex;gap:12px;flex-wrap:wrap}.variant-btn{padding:10px 20px;border-radius:var(--radius-sm);border:2px solid var(--gray-100);background:var(--white);font-weight:600;cursor:pointer;transition:var(--transition)}.variant-btn:hover,.variant-btn.active{border-color:var(--blue);color:var(--blue);background:#1a73e80f}.product__perks{list-style:none;margin:24px 0;display:flex;flex-direction:column;gap:10px}.product__perk{display:flex;align-items:center;gap:10px;font-size:.95rem;color:var(--gray-600)}.perk-icon{color:var(--blue);font-size:1.1rem}.product__actions{display:flex;gap:16px;flex-wrap:wrap}.quantity-selector{display:flex;align-items:center;border:2px solid var(--gray-100);border-radius:var(--radius-sm);overflow:hidden}.qty-btn{width:44px;height:56px;background:none;border:none;font-size:1.25rem;cursor:pointer;color:var(--gray-600);transition:var(--transition)}.qty-btn:hover{background:var(--gray-100);color:var(--blue)}.qty-input{width:56px;text-align:center;border:none;font-size:1rem;font-weight:700;outline:none;height:56px}.testimonials{background:var(--white)}.testimonials__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:56px}.testimonial-card{background:var(--gray-50);border-radius:var(--radius-lg);padding:32px;border:1px solid var(--gray-100);transition:var(--transition)}.testimonial-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px);border-color:#1a73e833}.testimonial-card__stars{display:flex;gap:4px;margin-bottom:16px}.testimonial-card__text{font-size:1rem;line-height:1.7;color:var(--gray-600);margin-bottom:20px;font-style:italic}.testimonial-card__author{display:flex;align-items:center;gap:12px}.testimonial-card__avatar{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,var(--blue),var(--blue-light));display:flex;align-items:center;justify-content:center;color:var(--white);font-weight:700;font-size:1rem;flex-shrink:0}.testimonial-card__name{font-weight:700;font-size:.95rem}.testimonial-card__business{font-size:.8rem;color:var(--gray-600)}.faq{background:var(--gray-50)}.faq__list{max-width:720px;margin:56px auto 0;display:flex;flex-direction:column;gap:12px}.faq-item{background:var(--white);border-radius:var(--radius-md);border:1px solid var(--gray-100);overflow:hidden}.faq-item__question{width:100%;background:none;border:none;padding:24px 28px;display:flex;align-items:center;justify-content:space-between;font-size:1rem;font-weight:700;color:var(--gray-900);cursor:pointer;text-align:left;transition:var(--transition)}.faq-item__question:hover{color:var(--blue)}.faq-item__chevron{font-size:1.25rem;transition:transform var(--transition);flex-shrink:0}.faq-item.open .faq-item__chevron{transform:rotate(180deg)}.faq-item__answer{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .3s;padding:0 28px}.faq-item.open .faq-item__answer{max-height:300px;padding:0 28px 24px}.faq-item__answer p{color:var(--gray-600);line-height:1.7}.cta-banner{background:linear-gradient(135deg,var(--blue),var(--blue-light));padding:80px 0;text-align:center;color:var(--white);position:relative;overflow:hidden}.cta-banner:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.cta-banner__content{position:relative;z-index:1}.cta-banner__title{font-size:clamp(2rem,4vw,3rem);font-weight:900;margin-bottom:16px}.cta-banner__subtitle{font-size:1.2rem;opacity:.85;margin-bottom:40px}.cta-banner__stars{display:flex;justify-content:center;gap:8px;margin-bottom:32px}.cta-banner__stars .star{font-size:2.5rem}.site-footer{background:var(--gray-900);color:#ffffffb3;padding:60px 0 32px}.footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,.1)}.footer__brand .site-logo{font-size:2rem}.footer__brand p{margin-top:16px;font-size:.9rem;line-height:1.7;max-width:260px}.footer__heading{font-weight:700;color:var(--white);font-size:.95rem;margin-bottom:20px}.footer__links{list-style:none;display:flex;flex-direction:column;gap:10px}.footer__links a{font-size:.875rem;transition:color var(--transition)}.footer__links a:hover{color:var(--white)}.footer__bottom{padding-top:32px;display:flex;align-items:center;justify-content:space-between;font-size:.8rem;flex-wrap:wrap;gap:16px}.footer__payments{display:flex;gap:10px}.payment-badge{background:#ffffff1a;border-radius:6px;padding:4px 10px;font-size:.75rem;font-weight:600;color:var(--white)}.announcement-bar{background:var(--gold);color:var(--gray-900);text-align:center;padding:10px 24px;font-size:.875rem;font-weight:600}.announcement-bar a{text-decoration:underline}.collection-header{padding:60px 0 40px;background:var(--gray-50);text-align:center}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:28px;padding:56px 0}.product-card{background:var(--white);border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--gray-100);transition:var(--transition)}.product-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px);border-color:#1a73e833}.product-card__img{position:relative;overflow:hidden;aspect-ratio:1;background:var(--gray-50)}.product-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.product-card:hover .product-card__img img{transform:scale(1.05)}.product-card__badge{position:absolute;top:12px;left:12px;background:var(--blue);color:var(--white);font-size:.7rem;font-weight:700;padding:4px 10px;border-radius:100px}.product-card__info{padding:20px}.product-card__title{font-weight:700;font-size:1rem;margin-bottom:6px}.product-card__desc{font-size:.875rem;color:var(--gray-600);margin-bottom:12px;line-height:1.5}.product-card__price-row{display:flex;align-items:center;justify-content:space-between}.product-card__price{font-size:1.25rem;font-weight:900;color:var(--blue)}.product-card__btn{padding:10px 20px;font-size:.875rem}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:200;opacity:0;pointer-events:none;transition:opacity var(--transition)}.cart-overlay.open{opacity:1;pointer-events:all}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:420px;max-width:100vw;background:var(--white);z-index:201;transform:translate(100%);transition:transform var(--transition);display:flex;flex-direction:column;box-shadow:-8px 0 40px #00000026}.cart-drawer.open{transform:translate(0)}.cart-drawer__header{padding:24px;border-bottom:1px solid var(--gray-100);display:flex;align-items:center;justify-content:space-between}.cart-drawer__title{font-size:1.25rem;font-weight:800}.cart-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--gray-600)}.cart-drawer__items{flex:1;overflow-y:auto;padding:24px}.cart-item{display:flex;gap:16px;padding:16px 0;border-bottom:1px solid var(--gray-100)}.cart-item__img{width:72px;height:72px;border-radius:var(--radius-sm);overflow:hidden;flex-shrink:0}.cart-item__img img{width:100%;height:100%;object-fit:cover}.cart-item__info{flex:1}.cart-item__name{font-weight:700;margin-bottom:4px}.cart-item__variant{font-size:.8rem;color:var(--gray-600)}.cart-item__price{font-weight:700;color:var(--blue);font-size:1.1rem}.cart-drawer__footer{padding:24px;border-top:1px solid var(--gray-100)}.cart-subtotal{display:flex;justify-content:space-between;font-size:1.1rem;font-weight:700;margin-bottom:16px}.cart-drawer__checkout{width:100%}@media(max-width:1024px){.hero__inner{grid-template-columns:1fr;gap:48px;text-align:center}.hero__subtitle{margin:0 auto 32px}.hero__badges,.hero__cta{justify-content:center}.featured-product__inner{grid-template-columns:1fr;gap:48px}.footer__grid{grid-template-columns:1fr 1fr}.how-it-works__grid{grid-template-columns:1fr;max-width:500px;margin:60px auto 0}.testimonials__grid{grid-template-columns:1fr;max-width:520px;margin:56px auto 0}}@media(max-width:768px){.section-padding{padding:56px 0}.nav-links{display:none}.hamburger{display:flex}.footer__grid{grid-template-columns:1fr}.proof-bar__inner{gap:24px}.proof-divider{display:none}.cart-drawer{width:100vw}.product__actions{flex-direction:column}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/theme.css.map */
