.about-hero{position:relative;padding:90px 0 80px;overflow:hidden;background:var(--hero-bg, #0a0a0a)}.about-hero__glow{position:absolute;top:-200px;right:-200px;width:600px;height:600px;background:radial-gradient(circle,rgba(232,168,56,.05) 0%,transparent 70%);pointer-events:none}.about-hero__container{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.about-hero__left{max-width:660px}.about-hero__eyebrow{font-size:12px;font-weight:600;letter-spacing:3.5px;text-transform:uppercase;color:var(--hero-accent, #e8a838);margin-bottom:24px;display:flex;align-items:center;gap:12px}.about-hero__eyebrow-line{width:36px;height:1px;background:var(--hero-accent, #e8a838);display:inline-block}.about-hero__title{font-size:clamp(30px,3.9vw,47px);font-weight:800;line-height:1.08;margin-bottom:28px;color:var(--hero-text, #f0f0f0)}.about-hero__accent{color:var(--hero-accent, #e8a838);position:relative}.about-hero__accent:after{content:"";position:absolute;bottom:2px;left:0;width:100%;height:3px;background:var(--hero-accent, #e8a838);opacity:.25;border-radius:2px}.about-hero__text{font-size:15px;line-height:1.75;color:var(--hero-text-sub, #999);margin-bottom:40px}.about-hero__text p+p{margin-top:14px}.about-hero__badges{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.about-hero__badge{background:var(--hero-card-bg, #161616);border:1px solid rgba(255,255,255,.06);border-radius:12px;padding:20px 12px;text-align:center;transition:border-color .4s ease,transform .4s ease,background .4s ease}.about-hero__badge:hover{border-color:#e8a83833;background:#1c1c1c;transform:translateY(-3px)}.about-hero__badge-icon{width:32px;height:32px;margin:0 auto 8px;color:var(--hero-accent, #e8a838);display:flex;align-items:center;justify-content:center}.about-hero__badge-text{font-size:11px;font-weight:600;letter-spacing:.3px;color:var(--hero-text, #f0f0f0);line-height:1.4}.about-hero .js-reveal{opacity:0;transform:translateY(32px);transition:opacity .75s cubic-bezier(.16,1,.3,1),transform .75s cubic-bezier(.16,1,.3,1)}.about-hero .js-reveal.is-visible{opacity:1;transform:translateY(0)}.about-hero .js-delay-1{transition-delay:.12s}.about-hero .js-delay-2{transition-delay:.24s}.about-hero .js-delay-3{transition-delay:.36s}.about-hero__right{position:relative;width:100%;aspect-ratio:1 / 1;max-width:480px;margin:0 auto}.hero-gfx__center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:260px;height:260px;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:3}.hero-gfx__ring{position:absolute;top:-10px;right:-10px;bottom:-10px;left:-10px;width:calc(100% + 20px);height:calc(100% + 20px)}.hero-gfx__ring-draw{stroke-dasharray:870;stroke-dashoffset:870;transition:stroke-dashoffset 2s cubic-bezier(.22,.61,.36,1)}.about-hero__right.is-active .hero-gfx__ring-draw{stroke-dashoffset:0}.hero-gfx__inner-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:180px;height:180px;border-radius:50%;background:radial-gradient(circle,rgba(232,168,56,.08) 0%,transparent 70%);animation:gfxPulse 4s ease-in-out infinite;pointer-events:none}@keyframes gfxPulse{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.6}50%{transform:translate(-50%,-50%) scale(1.15);opacity:1}}.hero-gfx__number{position:relative;z-index:2;opacity:0;transform:scale(.7);transition:opacity .6s ease .8s,transform .6s cubic-bezier(.16,1,.3,1) .8s}.about-hero__right.is-active .hero-gfx__number{opacity:1;transform:scale(1)}.hero-gfx__num-big{font-size:72px;font-weight:900;line-height:1;color:#000;-webkit-text-stroke:2px rgba(255,255,255,.85);letter-spacing:-2px}.hero-gfx__num-plus{font-size:48px;font-weight:700;color:var(--hero-accent, #e8a838);vertical-align:super;line-height:1}.hero-gfx__num-sub{position:relative;z-index:2;font-size:12px;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:#ffffffbf;text-align:center;line-height:1.5;margin-top:6px;opacity:0;transition:opacity .6s ease 1.2s}.about-hero__right.is-active .hero-gfx__num-sub{opacity:1}.hero-gfx__lines-svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none}.hero-gfx__line{stroke-width:1;stroke-dasharray:300;stroke-dashoffset:300}.about-hero__right.is-active .hero-gfx__line{animation:lineReveal 1s ease forwards}.about-hero__right.is-active .hero-gfx__ln-1{animation-delay:1.1s}.about-hero__right.is-active .hero-gfx__ln-2{animation-delay:1.3s}.about-hero__right.is-active .hero-gfx__ln-3{animation-delay:1.5s}.about-hero__right.is-active .hero-gfx__ln-4{animation-delay:1.7s}.about-hero__right.is-active .hero-gfx__ln-5{animation-delay:1.9s}@keyframes lineReveal{to{stroke-dashoffset:0}}.hero-gfx__node{position:absolute;display:flex;align-items:center;gap:10px;z-index:4;opacity:0;transform:scale(.6);transition:opacity .5s ease,transform .5s cubic-bezier(.16,1,.3,1)}.about-hero__right.is-active .hero-gfx__node{opacity:1;transform:scale(1)}.about-hero__right.is-active .hero-gfx__node--1{transition-delay:1.3s}.about-hero__right.is-active .hero-gfx__node--2{transition-delay:1.5s}.about-hero__right.is-active .hero-gfx__node--3{transition-delay:1.7s}.about-hero__right.is-active .hero-gfx__node--4{transition-delay:1.9s}.about-hero__right.is-active .hero-gfx__node--5{transition-delay:2.1s}.hero-gfx__node--1{top:2%;left:1%}.hero-gfx__node--2{top:5%;right:0%}.hero-gfx__node--3{top:50%;right:-14%;transform-origin:left center}.hero-gfx__node--4{bottom:4%;right:5%}.hero-gfx__node--5{bottom:6%;left:3%}.hero-gfx__node-icon{width:56px;height:56px;padding:5px;border-radius:14px;background:#121214;border:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;color:#ffffffb3;position:relative;box-shadow:0 6px 20px #0006;transition:border-color .3s ease,box-shadow .3s ease,transform .3s ease}.hero-gfx__node-icon:before{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:18px;background:radial-gradient(circle,rgba(10,49,97,.15) 0%,transparent 70%);z-index:-1;transition:opacity .3s ease}.hero-gfx__node:hover .hero-gfx__node-icon{border-color:#e8a8384d;box-shadow:0 8px 28px #00000080;transform:translateY(-2px)}.hero-gfx__node-label{font-size:12px;font-weight:600;color:#ffffff8c;white-space:nowrap;letter-spacing:.3px;transition:color .3s ease}.hero-gfx__node:hover .hero-gfx__node-label{color:#ffffffd9}.hero-gfx__node-dot{display:none}.hero-gfx__node-label{position:relative;padding-bottom:4px}.hero-gfx__node-label:after{content:"";position:absolute;bottom:0;left:0;width:0%;height:1.5px;background:linear-gradient(90deg,#0a3161,#b31942,#fff);border-radius:2px;transition:width .3s ease}.hero-gfx__node:hover .hero-gfx__node-label:after{width:100%}.hero-gfx__particle{position:absolute;border-radius:50%;pointer-events:none;opacity:0}.about-hero__right.is-active .hero-gfx__particle{animation:particleFloat 6s ease-in-out infinite}.hero-gfx__particle--1{width:4px;height:4px;background:#e8a83866;top:20%;left:40%}.hero-gfx__particle--2{width:3px;height:3px;background:#b319424d;top:65%;right:25%;animation-delay:2s!important}.hero-gfx__particle--3{width:5px;height:5px;background:#0a316159;bottom:25%;left:30%;animation-delay:4s!important}.hero-gfx__particle--4{width:3px;height:3px;background:#ffffff26;top:35%;right:20%;animation-delay:1s!important}@keyframes particleFloat{0%,to{opacity:0;transform:translateY(0)}20%{opacity:.8}80%{opacity:.8}50%{transform:translateY(-18px) translate(6px)}}@media (max-width: 1100px){.about-hero__right{max-width:400px}.hero-gfx__center{width:220px;height:220px}.hero-gfx__num-big{font-size:60px}.hero-gfx__num-plus{font-size:40px}.hero-gfx__node-icon{width:42px;height:42px}.hero-gfx__node-label{font-size:11px}}@media (max-width: 749px){.about-hero{padding:70px 0 60px}.about-hero__container{grid-template-columns:1fr;gap:48px}.about-hero__left{max-width:100%}.about-hero__badges{grid-template-columns:1fr 1fr}.about-hero__right{max-width:320px;margin:0 auto}.hero-gfx__center{width:180px;height:180px}.hero-gfx__num-big{font-size:52px}.hero-gfx__num-plus{font-size:34px}.hero-gfx__num-sub{font-size:10px}.hero-gfx__node-icon{width:38px;height:38px}.hero-gfx__node-icon svg{width:18px;height:18px}.hero-gfx__node-label{font-size:10px}.hero-gfx__node--1{top:0%;left:2%}.hero-gfx__node--2{top:0%;right:0%;left:auto}.hero-gfx__node--3{top:48%;right:-2%;left:auto}.hero-gfx__node--4{bottom:2%;right:8%;top:auto}.hero-gfx__node--5{bottom:2%;left:8%;top:auto}}@media (max-width: 480px){.about-hero__badges{grid-template-columns:1fr 1fr;gap:10px}.about-hero__badge{padding:16px 10px}.about-hero__right{max-width:280px}.hero-gfx__center{width:150px;height:150px}.hero-gfx__num-big{font-size:44px}.hero-gfx__num-plus{font-size:28px}}
/*# sourceMappingURL=/cdn/shop/t/17/assets/section-about-hero.css.map */
