.legitique-hero{--hero-max-width: 1400px;--hero-content-max-width: 600px;--hero-border-radius: 16px;--hero-border-radius-sm: 8px;--hero-transition: all .3s cubic-bezier(.4, 0, .2, 1);--hero-shadow-soft: 0 4px 24px rgba(0, 0, 0, .15);--hero-shadow-glow: 0 0 60px rgba(201, 169, 98, .2);position:relative;overflow:hidden;background:linear-gradient(135deg,var(--hero-bg-primary) 0%,var(--hero-bg-secondary) 100%);padding:var(--hero-padding-top) 24px var(--hero-padding-bottom)}.hero__pattern{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 20% 80%,rgba(201,169,98,.08) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(201,169,98,.06) 0%,transparent 40%),radial-gradient(circle at 40% 40%,rgba(255,255,255,.03) 0%,transparent 30%);pointer-events:none}.hero__pattern:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent 0%,transparent 49.9%,rgba(255,255,255,.02) 50%,transparent 50.1%,transparent 100%);background-size:80px 80px;opacity:.5}.hero__container{position:relative;z-index:1;max-width:var(--hero-max-width);margin:0 auto;display:grid;grid-template-columns:1fr;gap:48px;align-items:center}.hero__content{max-width:var(--hero-content-max-width)}.hero__badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#c9a96226;border:1px solid rgba(201,169,98,.3);border-radius:100px;margin-bottom:24px;animation:fadeInUp .6s ease-out}.hero__badge-icon{width:18px;height:18px;color:var(--hero-accent)}.hero__badge span{font-size:13px;font-weight:600;color:var(--hero-accent);text-transform:uppercase;letter-spacing:.5px}.hero__title{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;line-height:1.15;color:var(--hero-text-primary);margin:0 0 20px;letter-spacing:-.02em;animation:fadeInUp .6s ease-out .1s backwards}.hero__title-highlight{color:var(--hero-accent);position:relative;display:inline-block}.hero__title-highlight:after{content:"";position:absolute;bottom:2px;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--hero-accent),transparent);border-radius:2px;opacity:.6}.hero__subtitle{font-size:clamp(1rem,2vw,1.125rem);line-height:1.7;color:var(--hero-text-secondary);margin:0 0 32px;max-width:540px;animation:fadeInUp .6s ease-out .2s backwards}.hero__trust-stats{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:32px;animation:fadeInUp .6s ease-out .3s backwards}.trust-stat{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:var(--hero-border-radius-sm);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:var(--hero-transition)}.trust-stat:hover{background:#ffffff14;border-color:#c9a9624d;transform:translateY(-2px)}.trust-stat__icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#c9a96226;border-radius:50%;flex-shrink:0}.trust-stat__icon svg{width:18px;height:18px;color:var(--hero-accent)}.trust-stat__content{display:flex;flex-direction:column;gap:2px}.trust-stat__value{font-size:1rem;font-weight:700;color:var(--hero-text-primary)}.trust-stat__label{font-size:.75rem;color:var(--hero-text-secondary);text-transform:uppercase;letter-spacing:.5px}.hero__cta-group{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:40px;animation:fadeInUp .6s ease-out .4s backwards}.hero__cta{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:16px 32px;font-size:1rem;font-weight:600;text-decoration:none;border-radius:var(--hero-border-radius-sm);transition:var(--hero-transition);cursor:pointer}.hero__cta--primary{background:linear-gradient(135deg,var(--hero-accent) 0%,var(--hero-accent-hover) 100%);color:var(--hero-cta-text);box-shadow:0 4px 20px #c9a96259}.hero__cta--primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px #c9a96273}.hero__cta--primary:active{transform:translateY(0)}.hero__cta-arrow{width:18px;height:18px;transition:transform .3s ease}.hero__cta--primary:hover .hero__cta-arrow{transform:translate(4px)}.hero__cta--secondary{background:transparent;color:var(--hero-text-primary);border:2px solid rgba(255,255,255,.2)}.hero__cta--secondary:hover{background:#ffffff0d;border-color:#fff6;transform:translateY(-2px)}.hero__trusted-by{padding-top:24px;border-top:1px solid rgba(255,255,255,.1);animation:fadeInUp .6s ease-out .5s backwards}.hero__trusted-label{display:block;font-size:.8rem;color:var(--hero-text-secondary);text-transform:uppercase;letter-spacing:1px;margin-bottom:16px}.hero__trusted-logos{display:flex;flex-wrap:wrap;gap:24px;align-items:center}.hero__trusted-logo{opacity:.6;transition:opacity .3s ease}.hero__trusted-logo:hover{opacity:1}.hero__trusted-logo img{height:24px;width:auto;filter:brightness(0) invert(1)}.hero__trusted-logo-text{font-size:.85rem;font-weight:600;color:var(--hero-text-primary);letter-spacing:.5px}.hero__visual{position:relative;display:flex;justify-content:center;align-items:center}.hero__image-wrapper{position:relative;width:100%;max-width:500px;animation:fadeInScale .8s ease-out .3s backwards}.hero__image{width:100%;height:auto;border-radius:var(--hero-border-radius);box-shadow:var(--hero-shadow-soft),var(--hero-shadow-glow)}.hero__image-placeholder{aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ffffff0d,#ffffff05);border:2px dashed rgba(255,255,255,.15);border-radius:var(--hero-border-radius)}.hero__image-placeholder svg{width:80px;height:80px;color:#c9a96266}.hero__floating-badge{position:absolute;bottom:-16px;right:-16px;display:flex;align-items:center;gap:12px;padding:16px 20px;background:linear-gradient(135deg,#fffffffa,#fffffff2);border-radius:var(--hero-border-radius-sm);box-shadow:0 8px 32px #00000026;animation:floatBadge 3s ease-in-out infinite,fadeInScale .6s ease-out .6s backwards}.hero__floating-badge-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--hero-accent) 0%,var(--hero-accent-hover) 100%);border-radius:50%}.hero__floating-badge-icon svg{width:20px;height:20px;color:var(--hero-cta-text)}.hero__floating-badge-content{display:flex;flex-direction:column}.hero__floating-badge-title{font-size:1.25rem;font-weight:700;color:var(--hero-bg-primary)}.hero__floating-badge-text{font-size:.75rem;color:#666;text-transform:uppercase;letter-spacing:.5px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes floatBadge{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@media (max-width: 480px){.legitique-hero{padding:var(--hero-padding-top-mobile) 16px var(--hero-padding-bottom-mobile)}.hero__badge{padding:6px 12px;margin-bottom:20px}.hero__badge span{font-size:11px}.hero__title{font-size:1.75rem}.hero__subtitle{font-size:.95rem;margin-bottom:24px}.hero__trust-stats{gap:10px;margin-bottom:24px}.trust-stat{padding:10px 12px;flex:1 1 calc(50% - 5px);min-width:140px}.trust-stat__icon{width:32px;height:32px}.trust-stat__icon svg{width:16px;height:16px}.trust-stat__value{font-size:.9rem}.trust-stat__label{font-size:.65rem}.hero__cta-group{flex-direction:column;margin-bottom:32px}.hero__cta{width:100%;padding:14px 24px;font-size:.95rem}.hero__trusted-logos{gap:16px}.hero__trusted-logo-text{font-size:.75rem}.hero__floating-badge{bottom:-12px;right:8px;padding:12px 16px}.hero__floating-badge-icon{width:36px;height:36px}.hero__floating-badge-title{font-size:1.1rem}}@media (min-width: 481px) and (max-width: 768px){.legitique-hero{padding:var(--hero-padding-top-mobile) 24px var(--hero-padding-bottom-mobile)}.hero__title{font-size:2.25rem}.trust-stat{flex:1 1 calc(33.333% - 11px)}.hero__cta-group{flex-direction:row}.hero__cta{flex:1}}@media (min-width: 769px){.hero__container{grid-template-columns:1fr 1fr;gap:60px}.hero__content{max-width:none}.hero__title{font-size:2.75rem}.hero__image-wrapper{max-width:550px}}@media (min-width: 1200px){.hero__container{gap:80px}.hero__title{font-size:3.25rem}.hero__subtitle{font-size:1.15rem}.trust-stat{padding:14px 20px}.trust-stat__icon{width:42px;height:42px}.trust-stat__icon svg{width:20px;height:20px}.hero__cta{padding:18px 36px}.hero__image-wrapper{max-width:600px}.hero__floating-badge{padding:20px 24px}.hero__floating-badge-icon{width:48px;height:48px}.hero__floating-badge-icon svg{width:24px;height:24px}.hero__floating-badge-title{font-size:1.5rem}}@media (min-width: 1600px){.hero__title{font-size:3.75rem}.hero__container{gap:100px}}@media (prefers-reduced-motion: reduce){.hero__badge,.hero__title,.hero__subtitle,.hero__trust-stats,.hero__cta-group,.hero__trusted-by,.hero__image-wrapper,.hero__floating-badge{animation:none}.trust-stat:hover,.hero__cta--primary:hover,.hero__cta--secondary:hover{transform:none}}@media (prefers-color-scheme: dark){.hero__floating-badge{background:linear-gradient(135deg,#1e1e2dfa,#141423f2);border:1px solid rgba(255,255,255,.1)}.hero__floating-badge-title{color:var(--hero-text-primary)}.hero__floating-badge-text{color:var(--hero-text-secondary)}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/legitique-hero.css.map */
