#hero{background:var(--c-navy);flex-direction:column;min-height:100vh;padding-block:6rem 5rem;display:flex;position:relative;overflow:hidden}.hero__bg{pointer-events:none;background:radial-gradient(70% 55% at 68%,#58759038 0%,#0000 65%),linear-gradient(150deg,#051426 0%,#0b2240 50%,#051426 100%);position:absolute;inset:0}.hero__grid{pointer-events:none;background-image:linear-gradient(#5875901c 1px,#0000 1px),linear-gradient(90deg,#5875901c 1px,#0000 1px);background-size:64px 64px;position:absolute;inset:0;mask-image:linear-gradient(#0000 0%,#0009 10% 90%,#0000 100%)}.hero__shape{pointer-events:none;opacity:0;animation:1.4s forwards shapeReveal;position:absolute}.hero__shape--1{clip-path:polygon(18% 0%,100% 0%,100% 100%,0% 100%);background:linear-gradient(135deg,#5875901a 0%,#0000 55%);width:48vw;height:58vh;animation-delay:.3s;bottom:-8%;right:-6%}.hero__shape--2{clip-path:polygon(25% 0%,100% 0%,75% 100%,0% 100%);background:linear-gradient(190deg,#58759012 0%,#0000 70%);width:26vw;height:40vh;animation-delay:.5s;top:-6%;right:24%}.hero__inner{z-index:1;flex:1;grid-template-columns:1fr 1fr;align-items:center;gap:clamp(2rem,5vw,5rem);width:100%;display:grid;position:relative}.hero__content{flex-direction:column;gap:0;display:flex}.hero__eyebrow{font-size:var(--text-xs);letter-spacing:.2em;text-transform:uppercase;color:var(--c-mist);opacity:0;align-items:center;gap:.75rem;margin-bottom:1.25rem;font-weight:700;animation:.8s .2s forwards fadeSlideUp;display:inline-flex}.hero__eyebrow:before{content:"";background:var(--c-steel);flex-shrink:0;width:28px;height:2px;display:block}.hero__heading{color:var(--c-white);opacity:0;margin-bottom:1.25rem;font-size:clamp(2.4rem,4.5vw,3.75rem);font-weight:800;line-height:1.1;animation:.9s .35s forwards fadeSlideUp}.hero__heading-accent{color:#7aaac8;display:block}.hero__sub{font-size:clamp(var(--text-base), 1.3vw, var(--text-lg));color:#eef3f7b8;opacity:0;max-width:480px;margin-bottom:2rem;line-height:1.65;animation:.9s .5s forwards fadeSlideUp}.hero__sub strong{font-size:clamp(var(--text-lg), 1.6vw, var(--text-xl));color:#fff;letter-spacing:-.01em;margin-bottom:0;font-weight:700;display:block}.hero__btn{opacity:0;align-self:flex-start;animation:.9s .65s forwards fadeSlideUp}.hero__who{font-size:var(--text-sm);letter-spacing:.06em;text-transform:uppercase;color:#ffffffe6;opacity:0;max-width:42ch;margin-top:1rem;font-weight:700;line-height:1.6;animation:.9s .8s forwards fadeSlideUp}.hero__stats{border-top:1px solid #58759038;gap:0;margin-top:1.5rem;padding-top:1.5rem;display:flex}.hero__stat{border-right:1px solid #5875902e;flex-direction:column;flex:1;padding-right:1rem;display:flex}.hero__stat:last-child{border-right:none;padding-right:0}.hero__stat-value{font-size:var(--text-2xl);color:var(--c-white);font-weight:800;line-height:1}.hero__stat-label{font-size:var(--text-xs);letter-spacing:.08em;text-transform:uppercase;color:var(--c-mist);margin-top:.25rem;font-weight:600}.hero__panel{border-radius:var(--radius-xl);opacity:0;background:#5875901a;border:1px solid #58759040;padding:2rem 2.25rem;animation:.9s .45s forwards fadeSlideUp}.hero__panel-label{font-size:var(--text-xs);letter-spacing:.16em;text-transform:uppercase;color:var(--c-steel);align-items:center;gap:.625rem;margin-bottom:1.375rem;font-weight:700;display:flex}.hero__panel-label:before{content:"";background:var(--c-steel);flex-shrink:0;width:22px;height:2px;display:block}.hero__features{flex-direction:column;align-items:flex-start;gap:1rem;display:flex}.hero__features li{font-size:var(--text-base);color:#eef3f7d1;align-items:flex-start;gap:.75rem;line-height:1.5;display:flex}.hero__features li:before{content:"";background:#58759073 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round' d='M2 5l2 2 4-4'/%3E%3C/svg%3E") 50%/10px no-repeat;border-radius:50%;flex-shrink:0;width:18px;height:18px;margin-top:.125rem}.hero__panel-footer{border-top:1px solid #5875902e;margin-top:1.75rem;padding-top:1.25rem}.hero__panel-link{font-size:var(--text-sm);color:#eef3f7a6;letter-spacing:.02em;transition:color var(--transition);font-weight:700;text-decoration:none}.hero__panel-link:hover{color:var(--c-white)}.hero__scroll{z-index:1;opacity:0;flex-direction:column;align-items:center;text-decoration:none;animation:1s 1.2s forwards fadeIn;display:flex;position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%)}.hero__scroll-icon{border:2px solid #ffffff40;border-radius:13px;width:26px;height:42px;position:relative}.hero__scroll-icon:after{content:"";background:#ffffff80;border-radius:2px;width:4px;height:8px;animation:2.2s ease-in-out infinite scrollBounce;position:absolute;top:6px;left:50%;transform:translate(-50%)}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes shapeReveal{0%{opacity:0}to{opacity:1}}@keyframes scrollBounce{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(8px)}}@media (width<=900px){#hero{padding-block:5.5rem}.hero__inner{grid-template-columns:1fr;place-items:start center;gap:2rem}.hero__content{text-align:center;align-items:center;width:100%}.hero__eyebrow{justify-content:center}.hero__sub{text-align:center;max-width:100%}.hero__btn{align-self:center}.hero__panel{box-sizing:border-box;width:100%;max-width:100%}.hero__panel-label{justify-content:center}.hero__features{text-align:left;align-items:flex-start}.hero__features li{justify-content:flex-start}.hero__stats{justify-content:center}}@media (width<=600px){.hero__btn{text-align:center;align-self:stretch}.hero__panel{padding:1.5rem}.hero__stat{margin-right:1.25rem;padding-right:1.25rem}.hero__stat-value{font-size:var(--text-xl)}}@media (width<=414px){.hero__heading{font-size:clamp(1.9rem,8vw,2.4rem)}.hero__eyebrow{letter-spacing:.12em;font-size:.6rem}.hero__eyebrow:before{width:16px}.hero__stats{flex-direction:column;align-items:center;gap:.75rem}.hero__stat{border-bottom:1px solid #5875902e;border-right:none;flex-direction:row;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-right:0;padding-bottom:.75rem;padding-right:0}.hero__stat:last-child{border-bottom:none;padding-bottom:0}.hero__stat-value{font-size:var(--text-lg)}.hero__stat-label{margin-top:0}}
/*# sourceMappingURL=project-6a0985f11bbc35ebaa3a06b4.dd3e186e.css.map */
