.hero{--color-bg:#030507;--color-navy:#08182e;--color-cyan:#25d6d2;--color-blue:#0d688c;--color-white:#fff;--color-grey:#eaeaea;--font-heading:"Oswald","Arial Narrow",sans-serif;--font-body:"Poppins",system-ui,sans-serif;--hero-pad-inline:clamp(1.25rem,5vw,5.5rem);--navbar-h:clamp(4.5rem,8vh,6rem);position:relative;isolation:isolate;width:100%;min-height:calc(100vh - var(--navbar-h));max-height:calc(100vh - var(--navbar-h));overflow:hidden;background:var(--color-bg);color:var(--color-white);padding-top:var(--navbar-h)}.hero,.hero *,.hero :after,.hero :before{box-sizing:border-box}.hero__bg{z-index:0;overflow:hidden;pointer-events:none}.hero__base,.hero__bg{position:absolute;inset:0}.hero__base{background:radial-gradient(120% 90% at 6% 0,rgba(13,104,140,.38),transparent 55%),radial-gradient(90% 70% at 100% 100%,rgba(37,214,210,.13),transparent 60%),linear-gradient(160deg,var(--color-bg) 0,#050a10 45%,var(--color-bg) 100%)}.hero__noise{position:absolute;inset:0;opacity:.025;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:180px 180px}.hero__glow{position:absolute;border-radius:50%;filter:blur(80px)}.hero__glow--top{top:-12%;left:-10%;width:clamp(240px,32vw,520px);height:clamp(240px,32vw,520px);background:radial-gradient(circle,rgba(37,214,210,.25),transparent 70%)}.hero__glow--bottom{bottom:-14%;right:-8%;width:clamp(280px,36vw,600px);height:clamp(280px,36vw,600px);background:radial-gradient(circle,rgba(13,104,140,.32),transparent 70%)}.hero__polygons{position:absolute;top:0;left:0;width:clamp(260px,34vw,480px);height:100%;opacity:.6}.hero__polygon-svg{position:absolute;top:-5%;left:-10%;width:130%;height:110%}.hero__dots{position:absolute;top:8%;right:4%;width:clamp(140px,22vw,300px);height:clamp(200px,40vh,420px);background-image:radial-gradient(hsla(0,0%,92%,.18) 1.4px,transparent 0);background-size:22px 22px;-webkit-mask-image:radial-gradient(ellipse at center,#000 45%,transparent 85%);mask-image:radial-gradient(ellipse at center,#000 45%,transparent 85%);opacity:.6}.hero__wave{position:absolute;right:-5%;bottom:-8%;width:clamp(320px,55vw,760px);height:clamp(240px,45vh,520px);opacity:.5}.hero__wave-svg{width:100%;height:100%}.hero__content{z-index:1;height:100%;display:grid;grid-template-columns:minmax(0,1fr);grid-template-areas:"visual" "text";justify-items:center;gap:clamp(1rem,3vh,1.5rem);padding:clamp(1rem,3vh,2rem) var(--hero-pad-inline) clamp(1rem,3vh,2rem);max-width:90rem;margin-inline:auto}.hero__content,.hero__visual{position:relative;align-items:center}.hero__visual{grid-area:visual;display:flex;justify-content:center;width:100%;max-width:24rem}.hero__ring{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:110%;aspect-ratio:1;pointer-events:none}.hero__ring-svg{width:100%;height:100%}.hero__ring-svg circle{fill:none;stroke:rgba(37,214,210,.22);stroke-width:1.2}.hero__ring-dashed{stroke:hsla(0,0%,92%,.18)!important;animation:hero-ring-spin 60s linear infinite;transform-origin:200px 200px}@keyframes hero-ring-spin{to{transform:rotate(1turn)}}.hero__spotlight{position:absolute;left:50%;top:50%;width:100%;height:100%;transform:translate(-50%,-50%);background:radial-gradient(ellipse 60% 90% at 50% 50%,rgba(37,214,210,.28),rgba(13,104,140,.12) 45%,transparent 75%);filter:blur(8px);pointer-events:none}.hero__woman-wrap{position:relative;width:clamp(180px,55vw,280px);will-change:transform}.hero__woman{position:relative;z-index:2;width:100%;height:auto;display:block;-webkit-mask-image:linear-gradient(180deg,#000 92%,transparent);mask-image:linear-gradient(180deg,#000 92%,transparent)}.hero__woman-ground{display:none}.hero__floating-badge{position:absolute;z-index:3;bottom:10%;right:-6%;display:flex;align-items:center;gap:.6rem;max-width:11rem;padding:.65rem 1rem;border-radius:10px;background:rgba(8,24,46,.75);border:1px solid rgba(37,214,210,.4);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);font-family:var(--font-body);font-size:.7rem;line-height:1.3;color:var(--color-grey);box-shadow:0 12px 32px rgba(0,0,0,.4);transition:transform .3s ease,box-shadow .3s ease}.hero__floating-badge:hover{transform:translateY(-2px);box-shadow:0 14px 36px rgba(0,0,0,.45)}.hero__floating-badge-check{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border-radius:50%;background:var(--color-cyan);color:var(--color-bg);font-size:.8rem;font-weight:700}.hero__text-wrap{grid-area:text;display:flex;flex-direction:column;align-items:center;text-align:center;gap:clamp(.75rem,2vh,1rem);max-width:44rem;width:100%}.hero__headline{font-weight:700;font-size:clamp(2rem,5vw + .8rem,4rem);line-height:1.1;letter-spacing:-.01em}.hero__headline,.hero__subheadline{margin:0;font-family:var(--font-heading);color:var(--color-white)}.hero__subheadline{font-weight:600;font-size:clamp(1.2rem,3vw + .4rem,2rem);line-height:1.15;letter-spacing:.005em}.hero__line-mask{display:block;overflow:hidden}.hero__line{display:block}.hero__line--accent{color:var(--color-cyan)}.hero__subcopy{margin:0;max-width:38rem;font-family:var(--font-body);font-weight:400;font-size:clamp(.85rem,.4vw + .7rem,.95rem);line-height:1.6;color:var(--color-grey)}.hero__stats{display:flex;flex-wrap:wrap;justify-content:center;gap:clamp(.75rem,2.5vw,1.5rem);margin:0;padding-block:.25rem}.hero__stat{display:flex;flex-direction:column;align-items:center;gap:.25rem;min-width:4.5rem;padding:.75rem 1rem;background:rgba(8,24,46,.4);border:1px solid hsla(0,0%,100%,.06);border-radius:10px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:transform .3s ease,border-color .3s ease,background .3s ease}.hero__stat:hover{transform:translateY(-2px);border-color:rgba(37,214,210,.15);background:rgba(8,24,46,.5)}.hero__stat-value{margin:0;font-family:var(--font-heading);font-weight:700;font-size:clamp(1rem,.8vw + .8rem,1.3rem);color:var(--color-white)}.hero__stat-label{margin:0;font-family:var(--font-body);font-size:clamp(.65rem,.3vw + .55rem,.75rem);line-height:1.3;color:hsla(0,0%,92%,.7);max-width:7rem;text-align:center}.hero__cta-cards{display:flex;flex-direction:column;gap:.75rem;width:100%;margin-top:.25rem}.hero__cta-card{display:block;text-decoration:none;padding:1.1rem 1.25rem;background:rgba(8,24,46,.5);border:1px solid hsla(0,0%,100%,.08);border-radius:12px;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease,background .3s ease;box-shadow:0 4px 20px rgba(0,0,0,.2)}.hero__cta-card:hover{border-color:rgba(37,214,210,.25);background:rgba(8,24,46,.6);box-shadow:0 8px 32px rgba(0,0,0,.3),0 0 24px rgba(37,214,210,.1)}.hero__cta-card-content{display:flex;flex-direction:column;gap:.75rem}.hero__cta-card-header{display:flex;flex-direction:column;gap:.25rem}.hero__cta-card-title{margin:0;font-family:var(--font-heading);font-weight:600;font-size:clamp(.95rem,1.2vw + .4rem,1.15rem);color:var(--color-white);letter-spacing:-.01em}.hero__cta-card-subtitle{margin:0;font-family:var(--font-body);font-size:clamp(.7rem,.3vw + .55rem,.8rem);color:hsla(0,0%,92%,.65);line-height:1.3}.hero__cta-card-footer{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-top:.1rem}.hero__cta-card-button{font-family:var(--font-body);font-weight:600;font-size:clamp(.75rem,.35vw + .6rem,.85rem);color:var(--color-cyan);transition:color .2s ease}.hero__cta-card:hover .hero__cta-card-button{color:var(--color-white)}.hero__cta-card-arrow{color:var(--color-cyan);transition:color .2s ease,transform .2s ease}.hero__cta-card:hover .hero__cta-card-arrow{color:var(--color-white);transform:translateX(4px)}.hero__cta-secondary{margin:0;font-family:var(--font-body);font-size:clamp(.7rem,.3vw + .55rem,.8rem);color:hsla(0,0%,92%,.6);line-height:1.4}.hero__cta-secondary-link{color:var(--color-cyan);text-decoration:none;border-bottom:1px solid rgba(37,214,210,.3);transition:color .2s ease,border-color .2s ease}.hero__cta-secondary-link:hover{color:var(--color-white);border-color:var(--color-white)}@media (min-width:640px){.hero__cta-cards{flex-direction:row;gap:.875rem}.hero__cta-card{flex:1}}@media (min-width:1024px){.hero__content{grid-template-columns:minmax(280px,35%) 1fr;grid-template-areas:"visual text";align-items:center;justify-items:stretch;padding:clamp(1rem,3vh,2rem) var(--hero-pad-inline)}.hero__visual{justify-content:center;max-width:none;margin-left:clamp(-1rem,-2vw,0)}.hero__woman-wrap{width:clamp(200px,18vw,260px)}.hero__text-wrap{align-items:flex-start;text-align:left;max-width:38rem;margin-left:auto;padding-right:clamp(.5rem,2vw,2rem);gap:clamp(.75rem,1.5vh,1rem)}.hero__stats{justify-content:flex-start}.hero__stat{align-items:flex-start}.hero__stat-label{text-align:left}.hero__cta-cards{flex-direction:row;gap:.875rem}.hero__cta-card{flex:1}}@media (min-width:1600px){.hero__headline{font-size:clamp(3.2rem,2.8vw + 1.2rem,4.5rem)}.hero__subheadline{font-size:clamp(1.5rem,1.2vw + .6rem,2.2rem)}}@media (prefers-reduced-motion:reduce){.hero *{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.cta-pill__shine{animation:none;display:none}.hero__ring-dashed{animation:none}}