.hero{background:var(--bg);padding:16px 0 0}@media (min-width:768px){.hero{padding:20px 0 0}}.hero__container{max-width:1200px}.hero__bento{grid-template:"text text""product1 product2""stat product3""trust trust"/1fr 1fr;gap:10px;display:grid}@media (min-width:640px){.hero__bento{grid-template:"text product1 product2""text stat product3""trust trust trust"/1fr 1fr 1fr;gap:12px}}@media (min-width:768px){.hero__bento{grid-template:"text product1 product2"240px"text stat product3"180px/1.4fr 1fr 1fr;gap:14px}}@media (min-width:1024px){.hero__bento{grid-template-rows:260px 200px;grid-template-columns:1.5fr 1fr .8fr;gap:16px}}.hero-cell{opacity:0;animation:cellReveal .5s var(--ease-out) forwards;border-radius:14px;position:relative;overflow:hidden;transform:translateY(16px)scale(.98)}@keyframes cellReveal{to{opacity:1;transform:translateY(0)scale(1)}}.hero-cell--text{background:var(--primary);color:#fff;grid-area:text;min-height:320px;display:flex;position:relative}@media (min-width:768px){.hero-cell--text{min-height:0}}.hero-slide{opacity:0;pointer-events:none;z-index:1;transition:opacity .8s ease-in-out,transform .8s ease-in-out;position:absolute;inset:0;transform:scale(1.02)}.hero-slide--active{opacity:1;pointer-events:auto;z-index:2;transform:scale(1)}.hero-slide__bg{z-index:1;position:absolute;inset:0}.hero-slide__bg img{object-fit:cover;width:100%;height:100%}.hero-slide__overlay{background:linear-gradient(135deg,#123b72b3 0%,#123b724d 100%);position:absolute;inset:0}.hero-slide__content{z-index:2;flex-direction:column;justify-content:flex-start;padding:24px 20px 80px;display:flex;position:absolute;inset:0}@media (min-width:768px){.hero-slide__content{justify-content:center;padding:32px 28px 90px}}.hero-slide__controls{z-index:10;justify-content:space-between;align-items:flex-end;display:flex;position:absolute;bottom:24px;left:20px;right:20px}@media (min-width:768px){.hero-slide__controls{bottom:32px;left:28px;right:28px}}.hero__tag{letter-spacing:.1em;text-transform:uppercase;color:#ffffffd9;align-items:center;gap:8px;margin-bottom:16px;font-size:.625rem;font-weight:600;display:inline-flex}.hero__tag-dot{background:#4ade80;border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite dotPulse}@keyframes dotPulse{0%,to{opacity:1}50%{opacity:.4}}.hero__heading{letter-spacing:-.04em;color:#fff;margin-bottom:12px;font-size:1.75rem;font-weight:800;line-height:1.1}@media (min-width:640px){.hero__heading{font-size:2rem}}@media (min-width:768px){.hero__heading{margin-bottom:16px;font-size:2.25rem}}@media (min-width:1024px){.hero__heading{font-size:2.75rem}}.hero__heading-line{padding-bottom:4px;display:block;overflow:hidden}.hero-slide--active .hero__heading-text,.hero-slide--active .hero__heading-word{opacity:0;animation:.8s cubic-bezier(.16,1,.3,1) forwards maskUp;display:inline-block;transform:translateY(100%)}.hero-slide--active .hero__heading-text{animation-delay:.1s}.hero-slide--active .hero__heading-word:first-child{animation-delay:.2s}.hero-slide--active .hero__heading-word--accent{color:#93c5fd;animation-delay:.3s}@keyframes maskUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.hero__desc{color:#ffffffb3;opacity:0;max-width:280px;font-size:.8125rem;line-height:1.5;transform:translateY(16px)}.hero-slide--active .hero__desc{animation:.8s cubic-bezier(.16,1,.3,1) .4s forwards fadeUp}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}@media (min-width:768px){.hero__desc{font-size:.875rem}}.hero__cta{color:var(--primary);letter-spacing:.01em;transition:all .25s var(--ease);cursor:pointer;background:#fff;border:none;border-radius:8px;align-self:flex-start;align-items:center;gap:10px;padding:12px 24px;font-size:.8125rem;font-weight:700;display:inline-flex}.hero__cta:hover{background:var(--primary-soft);transform:translateY(-1px);box-shadow:0 8px 24px #00000026}.hero__cta-arrow{transition:transform .25s var(--ease)}.hero__cta:hover .hero__cta-arrow{transform:translate(4px)}.hero-slide__indicators{gap:6px;margin-bottom:12px;display:flex}.hero-slide__dot{cursor:pointer;background:#ffffff4d;border:none;border-radius:2px;width:12px;height:3px;padding:0;transition:background .3s,width .3s}.hero-slide__dot--active{background:#fff;width:24px}.hero-cell--product-lg{grid-area:product1;text-decoration:none}.hero-cell--product-sm{grid-area:product2;text-decoration:none}.hero-cell--product-accent{grid-area:product3;text-decoration:none}.hero-cell__product-inner{background:var(--bg-soft);justify-content:center;align-items:center;width:100%;height:100%;min-height:160px;display:flex;position:relative;overflow:hidden}@media (min-width:768px){.hero-cell__product-inner{min-height:0}}.hero-cell__product-inner--accent{background:var(--primary-very-soft)}.hero-cell__img{object-fit:contain;width:75%;height:75%;transition:transform .5s var(--ease-out);z-index:1;position:relative}.hero-cell:hover .hero-cell__img{transform:scale(1.06)}.hero-cell__product-overlay{z-index:2;opacity:0;transition:opacity .3s var(--ease), transform .3s var(--ease);background:linear-gradient(#0000 0%,#0000008c 100%);flex-direction:column;gap:2px;padding:12px 14px;display:flex;position:absolute;bottom:0;left:0;right:0;transform:translateY(8px)}.hero-cell:hover .hero-cell__product-overlay{opacity:1;transform:translateY(0)}@media (max-width:767px){.hero-cell__product-overlay{opacity:1;background:linear-gradient(#0000 0%,#00000073 100%);padding:10px 12px;transform:translateY(0)}}.hero-cell__product-name{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:.6875rem;font-weight:600;overflow:hidden}.hero-cell__product-price{color:#ffffffd9;font-size:.75rem;font-weight:700}.hero-cell--stat{grid-area:stat}.hero-cell__stat-inner{background:var(--bg);border:1px solid var(--border);border-radius:14px;flex-direction:column;justify-content:center;gap:12px;width:100%;height:100%;min-height:120px;padding:16px;display:flex}@media (min-width:768px){.hero-cell__stat-inner{min-height:0;padding:20px}}.hero-stat{flex-direction:column;gap:4px;display:flex}.hero-stat svg{color:var(--primary);margin-bottom:2px}.hero-stat__label{color:var(--text-muted);letter-spacing:.02em;font-size:.6875rem;font-weight:500}.hero-stat__value{color:var(--text-primary);letter-spacing:-.01em;font-size:.9375rem;font-weight:700}.hero-stat__divider{background:var(--border-light);width:100%;height:1px}.hero-cell--trust{grid-area:trust}.hero-cell__trust-inner{background:var(--bg-soft);border:1px solid var(--border-light);border-radius:14px;align-items:center;gap:12px;width:100%;height:100%;min-height:54px;padding:12px 16px;display:flex}.hero-trust__icon{color:var(--primary);flex-shrink:0}.hero-trust__text{color:var(--text-primary);font-size:.8125rem;font-weight:600}.hero-trust__sub{color:var(--text-muted);margin-left:auto;font-size:.6875rem}@media (min-width:768px){.hero-cell--trust{display:none}}@media (prefers-reduced-motion:reduce){.hero-cell{opacity:1;animation:none;transform:none}.hero-slide{transition:none;transform:none}.hero-slide--active .hero__heading-text,.hero-slide--active .hero__heading-word,.hero-slide--active .hero__desc{opacity:1;animation:none;transform:none}.hero__tag-dot{animation:none}.hero-cell__img{transition:none}.hero-cell__product-overlay{opacity:1;transition:none;transform:none}}
.trust-strip{border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light);background:var(--bg-soft);padding:24px 0}@media (min-width:768px){.trust-strip{padding:28px 0}}.trust-strip__inner{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}@media (min-width:768px){.trust-strip__inner{grid-template-columns:repeat(4,1fr);gap:24px}}.trust-strip__item{align-items:center;gap:12px;display:flex}@media (min-width:768px){.trust-strip__item{justify-content:center}}.trust-strip__icon{color:var(--primary);flex-shrink:0}.trust-strip__text{flex-direction:column;gap:1px;display:flex}.trust-strip__title{color:var(--text-primary);font-size:.8125rem;font-weight:600;line-height:1.3}.trust-strip__desc{color:var(--text-muted);font-size:.6875rem;font-weight:400}
