:root{--hc-dark: #0a1628;--hc-dark2: #111f38;--hc-accent: #e84c0b;--hc-accent2: #ff6b35;--hc-gold: #f4b942;--hc-green: #22c55e;--hc-white: #ffffff;--hc-gray: #f8fafc;--hc-muted: #64748b;--hc-border: rgba(255,255,255,.1);--hc-radius: 16px;--hc-shadow: 0 20px 60px rgba(0,0,0,.3);--hc-shadow-sm: 0 4px 20px rgba(0,0,0,.1)}@keyframes hc-fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes hc-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes hc-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.04)}}@keyframes hc-glow{0%,to{box-shadow:0 0 20px #e84c0b66}50%{box-shadow:0 0 40px #e84c0bcc}}@keyframes hc-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes hc-shine{0%{background-position:-200% center}to{background-position:200% center}}@keyframes hc-scroll-ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes hc-count{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.hc-animate{animation:hc-fadeUp .6s ease forwards;opacity:0}.hc-animate[data-delay="1"]{animation-delay:.1s}.hc-animate[data-delay="2"]{animation-delay:.2s}.hc-animate[data-delay="3"]{animation-delay:.3s}.hc-animate[data-delay="4"]{animation-delay:.4s}.hc-animate[data-delay="5"]{animation-delay:.5s}.hc-animate[data-delay="6"]{animation-delay:.6s}.hc-ticker{background:var(--hc-accent);color:#fff;overflow:hidden;height:40px;display:flex;align-items:center}.hc-ticker__inner{display:flex;white-space:nowrap;animation:hc-scroll-ticker 20s linear infinite;will-change:transform}.hc-ticker__item{font-size:13px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;padding:0 48px;flex-shrink:0}.hc-ticker__item span{margin-right:12px}.hc-hero{background:linear-gradient(135deg,var(--hc-dark) 0%,var(--hc-dark2) 60%,#1a2f5a 100%);padding:60px 20px 80px;position:relative;overflow:hidden}.hc-hero:before{content:"";position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(232,76,11,.15) 0%,transparent 70%);pointer-events:none}.hc-hero:after{content:"";position:absolute;bottom:-30%;left:-10%;width:400px;height:400px;background:radial-gradient(circle,rgba(244,185,66,.08) 0%,transparent 70%);pointer-events:none}.hc-hero__container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:40px;align-items:center;position:relative;z-index:1}@media(min-width:768px){.hc-hero__container{grid-template-columns:1fr 1fr}}.hc-hero__badge{display:inline-flex;align-items:center;gap:8px;background:#e84c0b26;border:1px solid rgba(232,76,11,.4);border-radius:100px;padding:6px 16px;font-size:12px;font-weight:700;color:var(--hc-accent2);text-transform:uppercase;letter-spacing:1px;margin-bottom:20px}.hc-hero__badge:before{content:"";width:8px;height:8px;background:var(--hc-accent);border-radius:50%;animation:hc-pulse 1.5s ease infinite}.hc-hero__title{font-size:clamp(28px,5vw,52px);font-weight:900;color:var(--hc-white);line-height:1.1;margin:0 0 16px;letter-spacing:-1px}.hc-hero__title em{font-style:normal;background:linear-gradient(90deg,var(--hc-accent),var(--hc-gold));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hc-hero__subtitle{font-size:16px;color:#ffffffb3;margin:0 0 28px;line-height:1.6}.hc-hero__price-row{display:flex;align-items:center;gap:14px;margin-bottom:28px;flex-wrap:wrap}.hc-hero__price{font-size:40px;font-weight:900;color:var(--hc-white)}.hc-hero__compare{font-size:20px;color:var(--hc-muted);text-decoration:line-through}.hc-hero__discount{background:var(--hc-green);color:#fff;font-size:13px;font-weight:800;padding:4px 10px;border-radius:100px}.hc-hero__cta{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(90deg,var(--hc-accent),var(--hc-accent2));color:#fff;font-size:17px;font-weight:800;padding:18px 36px;border-radius:100px;text-decoration:none;border:none;cursor:pointer;animation:hc-glow 2.5s ease infinite;transition:transform .2s;text-transform:uppercase;letter-spacing:.5px}.hc-hero__cta:hover{transform:scale(1.04);color:#fff;text-decoration:none}.hc-hero__trust-mini{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.hc-hero__trust-mini-item{display:flex;align-items:center;gap:6px;font-size:12px;color:#fff9}.hc-hero__trust-mini-item svg{flex-shrink:0}.hc-hero__img-wrap{position:relative;display:flex;justify-content:center}.hc-hero__img-wrap:before{content:"";position:absolute;top:-20px;right:-20px;bottom:-20px;left:-20px;background:radial-gradient(circle,rgba(232,76,11,.2) 0%,transparent 70%);border-radius:50%;animation:hc-pulse 3s ease infinite}.hc-hero__img{width:100%;max-width:420px;border-radius:24px;box-shadow:0 30px 80px #00000080;animation:hc-float 4s ease infinite;position:relative;z-index:1;object-fit:cover;aspect-ratio:1/1}.hc-hero__img-placeholder{width:100%;max-width:420px;aspect-ratio:1/1;border-radius:24px;background:linear-gradient(135deg,#1e3a5f,#2d5a8e);display:flex;align-items:center;justify-content:center;font-size:80px;box-shadow:0 30px 80px #00000080;animation:hc-float 4s ease infinite;position:relative;z-index:1}.hc-hero__social-proof{position:absolute;bottom:-16px;left:50%;transform:translate(-50%);background:#ffffff1a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.2);border-radius:100px;padding:8px 20px;display:flex;align-items:center;gap:10px;white-space:nowrap;z-index:2}.hc-hero__avatars{display:flex}.hc-hero__avatar{width:28px;height:28px;border-radius:50%;border:2px solid rgba(255,255,255,.4);margin-right:-8px;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;font-size:11px;color:#fff;font-weight:700}.hc-hero__social-text{font-size:11px;color:#fffc;font-weight:600;padding-left:14px}.hc-hero__stars{color:var(--hc-gold);font-size:12px}.hc-trust{background:var(--hc-white);padding:32px 20px;border-bottom:1px solid #e5e7eb}.hc-trust__grid{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:20px}@media(min-width:768px){.hc-trust__grid{grid-template-columns:repeat(4,1fr)}}.hc-trust__item{display:flex;align-items:center;gap:12px}.hc-trust__icon{width:48px;height:48px;background:linear-gradient(135deg,#e84c0b1a,#e84c0b0d);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:22px;flex-shrink:0}.hc-trust__label{font-size:13px;font-weight:700;color:var(--hc-dark);margin:0 0 2px}.hc-trust__desc{font-size:11px;color:var(--hc-muted);margin:0}.hc-problem{background:var(--hc-gray);padding:60px 20px}.hc-problem__container{max-width:900px;margin:0 auto;text-align:center}.hc-section-tag{display:inline-block;font-size:12px;font-weight:800;letter-spacing:2px;text-transform:uppercase;color:var(--hc-accent);margin-bottom:14px}.hc-section-title{font-size:clamp(24px,4vw,40px);font-weight:900;color:var(--hc-dark);margin:0 0 16px;line-height:1.2;letter-spacing:-.5px}.hc-section-sub{font-size:16px;color:var(--hc-muted);margin:0 0 40px;line-height:1.7}.hc-problem__grid{display:grid;grid-template-columns:1fr;gap:20px}@media(min-width:600px){.hc-problem__grid{grid-template-columns:1fr 1fr}}.hc-problem__card{background:#fff;border-radius:var(--hc-radius);padding:24px;text-align:left;border-left:4px solid var(--hc-accent);box-shadow:var(--hc-shadow-sm)}.hc-problem__card-icon{font-size:28px;margin-bottom:10px}.hc-problem__card-title{font-size:15px;font-weight:700;color:var(--hc-dark);margin:0 0 6px}.hc-problem__card-text{font-size:13px;color:var(--hc-muted);margin:0;line-height:1.6}.hc-product{background:#fff;padding:70px 20px}.hc-product__container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:48px;align-items:center}@media(min-width:768px){.hc-product__container{grid-template-columns:1fr 1fr}}.hc-product__gallery{position:relative}.hc-product__main-img{width:100%;border-radius:24px;box-shadow:var(--hc-shadow);object-fit:cover;aspect-ratio:1/1}.hc-product__main-placeholder{width:100%;aspect-ratio:1/1;border-radius:24px;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);display:flex;align-items:center;justify-content:center;font-size:80px;box-shadow:var(--hc-shadow)}.hc-product__thumbs{display:flex;gap:10px;margin-top:12px}.hc-product__thumb{width:64px;height:64px;border-radius:10px;object-fit:cover;cursor:pointer;border:3px solid transparent;transition:border-color .2s}.hc-product__thumb--active,.hc-product__thumb:hover{border-color:var(--hc-accent)}.hc-product__badge-wrap{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px}.hc-product__badge{font-size:11px;font-weight:800;padding:4px 12px;border-radius:100px;text-transform:uppercase;letter-spacing:.5px}.hc-product__badge--hot{background:#fee2e2;color:#dc2626}.hc-product__badge--new{background:#dcfce7;color:#16a34a}.hc-product__badge--limited{background:#fef3c7;color:#d97706}.hc-product__title{font-size:clamp(22px,3vw,36px);font-weight:900;color:var(--hc-dark);margin:0 0 12px;line-height:1.2}.hc-product__desc{font-size:15px;color:var(--hc-muted);line-height:1.7;margin:0 0 24px}.hc-product__price-row{display:flex;align-items:baseline;gap:12px;margin-bottom:20px;flex-wrap:wrap}.hc-product__price{font-size:38px;font-weight:900;color:var(--hc-accent)}.hc-product__compare{font-size:20px;color:#9ca3af;text-decoration:line-through}.hc-product__save{background:var(--hc-green);color:#fff;font-size:12px;font-weight:800;padding:3px 10px;border-radius:100px}.hc-product__variants{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:24px}.hc-product__variant-btn{padding:10px 20px;border-radius:10px;border:2px solid #e5e7eb;font-size:14px;font-weight:700;color:var(--hc-dark);cursor:pointer;background:#fff;transition:all .2s}.hc-product__variant-btn:hover,.hc-product__variant-btn--active{border-color:var(--hc-accent);background:#e84c0b0d;color:var(--hc-accent)}.hc-product__cta{display:flex;align-items:center;justify-content:center;gap:10px;background:linear-gradient(90deg,var(--hc-accent),var(--hc-accent2));color:#fff;font-size:17px;font-weight:800;padding:18px 32px;border-radius:14px;text-decoration:none;border:none;cursor:pointer;transition:transform .2s,box-shadow .2s;width:100%;text-transform:uppercase;letter-spacing:.5px;animation:hc-glow 2.5s ease infinite}.hc-product__cta:hover{transform:translateY(-2px);box-shadow:0 12px 40px #e84c0b66;color:#fff;text-decoration:none}.hc-product__cod-badge{margin-top:12px;display:flex;align-items:center;justify-content:center;gap:8px;font-size:13px;color:var(--hc-green);font-weight:700}.hc-benefits{background:var(--hc-dark);padding:70px 20px}.hc-benefits__container{max-width:1100px;margin:0 auto}.hc-benefits__header{text-align:center;margin-bottom:48px}.hc-benefits__header .hc-section-title{color:var(--hc-white)}.hc-benefits__header .hc-section-sub{color:#fff9}.hc-benefits__grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media(min-width:768px){.hc-benefits__grid{grid-template-columns:repeat(3,1fr)}}.hc-benefits__card{background:#ffffff0d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.1);border-radius:var(--hc-radius);padding:28px 20px;text-align:center;transition:all .3s}.hc-benefits__card:hover{background:#e84c0b1a;border-color:#e84c0b4d;transform:translateY(-4px)}.hc-benefits__icon{font-size:36px;margin-bottom:14px;display:block}.hc-benefits__card-title{font-size:15px;font-weight:800;color:var(--hc-white);margin:0 0 8px}.hc-benefits__card-text{font-size:12px;color:#ffffff8c;margin:0;line-height:1.6}.hc-steps{background:var(--hc-gray);padding:70px 20px}.hc-steps__container{max-width:900px;margin:0 auto;text-align:center}.hc-steps__grid{display:grid;grid-template-columns:1fr;gap:24px;margin-top:40px}@media(min-width:600px){.hc-steps__grid{grid-template-columns:repeat(3,1fr)}}.hc-step{position:relative;padding:32px 24px;background:#fff;border-radius:var(--hc-radius);box-shadow:var(--hc-shadow-sm)}.hc-step__num{position:absolute;top:-18px;left:50%;transform:translate(-50%);width:36px;height:36px;background:linear-gradient(135deg,var(--hc-accent),var(--hc-accent2));color:#fff;font-size:14px;font-weight:900;border-radius:50%;display:flex;align-items:center;justify-content:center}.hc-step__icon{font-size:40px;margin-bottom:14px}.hc-step__title{font-size:16px;font-weight:800;color:var(--hc-dark);margin:0 0 8px}.hc-step__text{font-size:13px;color:var(--hc-muted);margin:0;line-height:1.6}.hc-reviews{background:#fff;padding:70px 20px}.hc-reviews__container{max-width:1100px;margin:0 auto}.hc-reviews__header{text-align:center;margin-bottom:48px}.hc-reviews__summary{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:20px;flex-wrap:wrap}.hc-reviews__avg{font-size:56px;font-weight:900;color:var(--hc-dark);line-height:1}.hc-reviews__avg-detail{text-align:left}.hc-reviews__stars-big{color:var(--hc-gold);font-size:22px;letter-spacing:2px}.hc-reviews__count{font-size:13px;color:var(--hc-muted);margin-top:4px}.hc-reviews__grid{display:grid;grid-template-columns:1fr;gap:20px}@media(min-width:600px){.hc-reviews__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1000px){.hc-reviews__grid{grid-template-columns:repeat(3,1fr)}}.hc-review{background:var(--hc-gray);border-radius:var(--hc-radius);padding:24px;border:1px solid #e5e7eb;transition:box-shadow .2s}.hc-review:hover{box-shadow:var(--hc-shadow-sm)}.hc-review__header{display:flex;align-items:center;gap:12px;margin-bottom:14px}.hc-review__avatar{width:44px;height:44px;border-radius:50%;object-fit:cover;flex-shrink:0;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;font-size:18px;color:#fff;font-weight:700}.hc-review__meta{flex:1}.hc-review__name{font-size:14px;font-weight:700;color:var(--hc-dark);margin:0 0 2px}.hc-review__location{font-size:11px;color:var(--hc-muted)}.hc-review__verified{font-size:10px;font-weight:700;color:var(--hc-green);background:#22c55e1a;padding:2px 8px;border-radius:100px}.hc-review__stars{color:var(--hc-gold);font-size:14px;margin-bottom:10px}.hc-review__title{font-size:14px;font-weight:700;color:var(--hc-dark);margin:0 0 8px}.hc-review__text{font-size:13px;color:#4b5563;line-height:1.6;margin:0 0 12px}.hc-review__img{width:100%;border-radius:10px;object-fit:cover;max-height:160px;margin-top:8px}.hc-review__date{font-size:11px;color:#9ca3af}.hc-guarantee{background:linear-gradient(135deg,var(--hc-dark) 0%,var(--hc-dark2) 100%);padding:60px 20px}.hc-guarantee__container{max-width:800px;margin:0 auto;text-align:center}.hc-guarantee__seal{width:100px;height:100px;margin:0 auto 24px;background:linear-gradient(135deg,var(--hc-gold),#e8a020);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:48px;box-shadow:0 0 40px #f4b94266;animation:hc-pulse 3s ease infinite}.hc-guarantee__title{font-size:28px;font-weight:900;color:var(--hc-white);margin:0 0 14px}.hc-guarantee__text{font-size:15px;color:#ffffffb3;line-height:1.7;margin:0 0 32px}.hc-guarantee__items{display:flex;justify-content:center;gap:24px;flex-wrap:wrap}.hc-guarantee__item{display:flex;align-items:center;gap:8px;font-size:13px;color:#fffc;font-weight:600}.hc-guarantee__item span{color:var(--hc-green);font-size:16px}.hc-cta-final{background:linear-gradient(90deg,var(--hc-accent) 0%,#c73d08 100%);padding:70px 20px;text-align:center}.hc-cta-final__title{font-size:clamp(24px,4vw,44px);font-weight:900;color:#fff;margin:0 0 14px;line-height:1.2}.hc-cta-final__sub{font-size:16px;color:#ffffffd9;margin:0 0 32px}.hc-cta-final__btn{display:inline-flex;align-items:center;gap:10px;background:#fff;color:var(--hc-accent);font-size:18px;font-weight:900;padding:20px 48px;border-radius:100px;text-decoration:none;box-shadow:0 12px 40px #0000004d;transition:transform .2s,box-shadow .2s;text-transform:uppercase;letter-spacing:.5px}.hc-cta-final__btn:hover{transform:scale(1.04);box-shadow:0 20px 60px #0006;color:var(--hc-accent);text-decoration:none}.hc-cta-final__note{margin-top:16px;font-size:13px;color:#ffffffb3}.hc-cta-final__note strong{color:#fff}
/*# sourceMappingURL=/cdn/shop/t/2/assets/home-cod.css.map */
