.hero-card{position:relative;width:100%;overflow:hidden}.hero{position:relative;width:100%;height:100vh;min-height:700px;display:flex;align-items:center;justify-content:center;overflow:visible}.hero__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 40%;opacity:0;filter:brightness(.55) saturate(.85);animation:heroFadeIn 1.5s .2s ease forwards}[data-theme=light] .hero__bg{filter:brightness(.92) saturate(1.05)}.hero__overlay{position:absolute;inset:0;background:radial-gradient(ellipse at center,rgba(8,9,12,.25) 0,rgba(8,9,12,.55) 55%,rgba(8,9,12,.9) 100%),linear-gradient(to bottom,rgba(8,9,12,.15) 0,transparent 25%,transparent 65%,rgba(8,9,12,.8) 100%);pointer-events:none}[data-theme=light] .hero__overlay{background:linear-gradient(to bottom,rgba(15,20,30,.4) 0,transparent 10%),radial-gradient(ellipse at center,rgba(15,20,30,.1) 0,rgba(15,20,30,.3) 55%,rgba(15,20,30,.55) 100%),linear-gradient(to bottom,transparent 0,transparent 50%,rgba(247,245,242,.6) 85%,var(--void) 100%)}.hero__energy{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.1;mix-blend-mode:screen;pointer-events:none}[data-theme=light] .hero__energy{opacity:.04}@keyframes heroFadeIn{to{opacity:1}}.hero-logo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:clamp(350px,50vw,650px);height:clamp(350px,50vw,650px);z-index:1;pointer-events:none}.hero-logo img{width:100%;height:100%;object-fit:contain;opacity:0}.hero-logo.entered img{opacity:.32;filter:drop-shadow(0 0 40px rgba(14,165,160,.25))}[data-theme=light] .hero-logo.entered img{opacity:.18;filter:drop-shadow(0 0 40px rgba(14,165,160,.15))}.hero-logo__glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:65%;height:65%;background:radial-gradient(circle,rgba(14,165,160,.04),transparent 70%);border-radius:50%;animation:heroGlow 5s ease-in-out infinite}[data-theme=light] .hero-logo__glow{background:radial-gradient(circle,rgba(14,165,160,.03),transparent 70%)}@keyframes heroGlow{0%,100%{transform:translate(-50%,-50%) scale(1);opacity:.6}50%{transform:translate(-50%,-50%) scale(1.08);opacity:1}}@keyframes heroLogoIn{0%{opacity:0;transform:scale(0) rotate(-180deg)}40%{opacity:.3}100%{opacity:.32;transform:scale(1) rotate(0)}}.hero__flash{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:0;height:0;border-radius:50%;background:radial-gradient(circle,rgba(14,165,160,.12),transparent 70%);z-index:2;pointer-events:none;opacity:0}.hero__flash.go{animation:heroFlash 2.5s ease-out forwards}[data-theme=light] .hero__flash.go{opacity:0;animation:none}@keyframes heroFlash{0%{width:0;height:0;opacity:1}30%{opacity:.4}100%{width:200vmax;height:200vmax;opacity:0}}.particle-field{position:absolute;top:50%;left:50%;width:0;height:0;z-index:2;pointer-events:none}.particle-field span{position:absolute;background:var(--teal);border-radius:50%;opacity:0;animation:particleDrift linear infinite;box-shadow:0 0 4px rgba(14,165,160,.3)}.particle-field span.cy{background:var(--cyan);box-shadow:0 0 4px rgba(125,212,232,.3)}[data-theme=light] .particle-field span{opacity:0!important;animation:none!important}@keyframes particleDrift{0%{opacity:0;transform:translate(0,0) scale(.3)}6%{opacity:.45}25%{opacity:.3}60%{opacity:.08}100%{opacity:0;transform:translate(var(--dx),var(--dy)) scale(.15)}}.hero__content{position:relative;z-index:3;text-align:center;max-width:700px;padding:0 2rem}.hero__tag{font-family:var(--font-heading);font-weight:500;font-size:.78rem;text-transform:uppercase;letter-spacing:.3em;color:var(--teal);margin-bottom:1.5rem;opacity:0;animation:heroUp .7s .1s forwards}.hero__title{font-size:clamp(3rem, 7vw, 5.5rem);line-height:1.05;letter-spacing:-.03em;margin-bottom:1.5rem;opacity:0;animation:heroUp .7s .15s forwards;color:#fff;text-shadow:0 4px 50px rgba(0,0,0,.5)}[data-theme=light] .hero__title{text-shadow:0 2px 40px rgba(0,0,0,.4)}.hero__desc{font-size:1.1rem;font-weight:300;color:var(--slate);line-height:1.8;margin-bottom:2.5rem;max-width:520px;margin-left:auto;margin-right:auto;opacity:0;animation:heroUp .7s .25s forwards}[data-theme=light] .hero__desc{color:rgba(255,255,255,.8);text-shadow:0 1px 8px rgba(0,0,0,.3)}.hero__btns{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;opacity:0;animation:heroUp .7s .35s forwards}[data-theme=light] .hero__btns .btn--primary{background:#fff;color:var(--white)}[data-theme=light] .hero__btns .btn--secondary{color:#fff;border-color:rgba(255,255,255,.25)}[data-theme=light] .hero__btns .btn--secondary:hover{border-color:var(--teal);color:var(--teal)}@keyframes heroUp{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.story{max-width:var(--container);margin:0 auto;position:relative}.story-section{display:grid;align-items:center;gap:0;position:relative;min-height:450px}.story-section.text-left{grid-template-columns:45% 55%}.story-section.text-right{grid-template-columns:55% 45%}.story-img-wrap{position:relative;padding:2rem 2.5rem}.story-img{border-radius:16px;overflow:hidden;min-height:350px;border:1px solid var(--line);box-shadow:0 8px 40px rgba(0,0,0,.3)}.story-img img{width:100%;height:100%;object-fit:cover;min-height:350px;filter:brightness(.7) saturate(.85);transition:transform .5s var(--ease)}.story-img:hover img{transform:scale(1.03)}[data-theme=light] .story-img{border-color:rgba(0,0,0,.06);box-shadow:0 8px 40px rgba(0,0,0,.08)}[data-theme=light] .story-img img{filter:brightness(.9) saturate(.95)}.story-text{padding:3rem 2.5rem}.story-text .icon-wrap{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.3rem;margin-bottom:1.2rem;border:1px solid}.story-text .icon-wrap.teal{background:rgba(14,165,160,.06);border-color:rgba(14,165,160,.12);color:var(--teal)}.story-text .icon-wrap.orange{background:rgba(249,115,22,.06);border-color:rgba(249,115,22,.12);color:var(--orange)}.story-text .icon-wrap.green{background:rgba(34,197,94,.06);border-color:rgba(34,197,94,.12);color:var(--green)}.story-text h2{font-size:clamp(1.8rem, 3.5vw, 2.8rem);line-height:1.1;margin-bottom:1.2rem}.story-text h2 .a-teal{background:linear-gradient(135deg,var(--teal),var(--cyan));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.story-text h2 .a-orange{background:linear-gradient(135deg,var(--orange),var(--amber));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.story-text h2 .a-green{background:linear-gradient(135deg,var(--green),#86efac);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.story-text p{font-size:.92rem;color:var(--slate);line-height:1.7;margin-bottom:1rem;max-width:440px}.story-text .arrow{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--font-heading);font-size:.76rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;margin-top:.5rem;transition:gap .2s}.story-text .arrow:hover{gap:.7rem}.story-text .arrow.teal{color:var(--teal)}.story-text .arrow.orange{color:var(--orange)}.story-text .arrow.green{color:var(--green)}.crossover{position:relative;height:80px;overflow:visible}.crossover svg{position:absolute;top:0;left:0;width:100%;height:100%}.crossover svg path{fill:none;stroke:var(--line-strong);stroke-width:1}.crossover .dot{position:absolute;width:8px;height:8px;border-radius:50%;transform:translate(-50%,-50%)}.dot.teal{background:var(--teal);box-shadow:0 0 10px rgba(14,165,160,.4)}.dot.cyan{background:var(--cyan);box-shadow:0 0 10px rgba(125,212,232,.4)}.dot.orange{background:var(--orange);box-shadow:0 0 10px rgba(249,115,22,.4)}.dot.green{background:var(--green);box-shadow:0 0 10px rgba(34,197,94,.4)}.dot.amber{background:var(--amber);box-shadow:0 0 10px rgba(245,158,11,.4)}.dot.purple{background:var(--purple);box-shadow:0 0 10px rgba(168,85,247,.4)}#cross0 .dot{animation:dotPulseTeal 2.5s ease-in-out infinite}#cross3 .dot{animation:dotPulsePurple 2.5s ease-in-out infinite}@keyframes dotPulseTeal{0%,100%{transform:translate(-50%,-50%) scale(1);opacity:1}50%{transform:translate(-50%,-50%) scale(1.4);opacity:.7}}@keyframes dotPulsePurple{0%,100%{transform:translate(-50%,-50%) scale(1);opacity:1}50%{transform:translate(-50%,-50%) scale(1.4);opacity:.7}}.story-section .v-line{position:absolute;width:1px;background:var(--line-strong)}.story-section .dot{position:absolute}#energy-svg{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:2;overflow:visible}#energy-static{fill:none;stroke:none;stroke-width:0}#energy-glow-outer{fill:none;stroke-width:10;stroke-linecap:butt}#energy-glow{fill:none;stroke-width:3;stroke-linecap:butt}@media (max-width:600px){#energy-svg{display:none}}.services-section{padding:5rem 0;overflow:hidden}.services-header{text-align:center;margin-bottom:2.5rem;padding:0 2rem}.services-header h2{font-size:clamp(2rem, 4.5vw, 3.2rem);margin-bottom:1rem}.services-header p{font-size:1rem;color:var(--slate);max-width:500px;margin:0 auto;line-height:1.7}.svc-show{position:relative;max-width:1200px;margin:0 auto;padding:0 2rem}.svc-viewport{position:relative;width:100%;aspect-ratio:2.1/1;border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--line);box-shadow:0 12px 50px rgba(0,0,0,.5)}[data-theme=light] .svc-viewport{border-color:rgba(0,0,0,.08);box-shadow:0 12px 50px rgba(0,0,0,.1)}.svc-slide{position:absolute;inset:0;opacity:0;transition:opacity .5s ease,transform .5s ease;transform:scale(1.03);pointer-events:none}.svc-slide.active{opacity:1;transform:scale(1);pointer-events:auto;z-index:2}.svc-slide img{width:100%;height:100%;object-fit:cover;filter:brightness(.5) saturate(.85)}[data-theme=light] .svc-slide img{filter:brightness(.7) saturate(.9)}.svc-slide__overlay{position:absolute;inset:0;background:linear-gradient(to right,rgba(8,9,12,.92) 0,rgba(8,9,12,.6) 40%,transparent 70%);pointer-events:none}[data-theme=light] .svc-slide__overlay{background:linear-gradient(to right,rgba(247,245,242,.95) 0,rgba(247,245,242,.7) 40%,transparent 70%)}.svc-slide__text{position:absolute;bottom:0;left:0;top:0;display:flex;flex-direction:column;justify-content:center;padding:3.5rem 4rem;z-index:2;max-width:480px}.svc-slide__num{font-family:var(--font-heading);font-weight:700;font-size:4.5rem;line-height:1;opacity:.08;position:absolute;top:2rem;left:4rem}.svc-slide__text h3{font-family:var(--font-heading);font-weight:700;font-size:clamp(1.5rem, 3vw, 2.2rem);margin-bottom:.75rem;letter-spacing:-.02em}.svc-slide__text p{font-size:.92rem;color:var(--slate);line-height:1.7;max-width:360px}.svc-slide__text .btn{margin-top:1.2rem;padding:.6rem 1.5rem;font-size:.68rem}.svc-progress{position:absolute;bottom:0;left:0;height:2px;z-index:5;transition:width .3s linear}.svc-nav{position:absolute;bottom:2rem;right:4rem;display:flex;gap:.75rem;z-index:5}.svc-nav button{width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.12);background:rgba(8,9,12,.6);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--white);font-size:1rem;display:flex;align-items:center;justify-content:center;transition:border-color .2s,background .2s}.svc-nav button:hover{border-color:var(--teal);background:rgba(14,165,160,.1)}[data-theme=light] .svc-nav button{border-color:rgba(0,0,0,.12);background:rgba(247,245,242,.8)}.svc-nav__pause{font-size:.65rem!important;letter-spacing:.08em}.svc-dots{position:absolute;bottom:2.5rem;left:4rem;display:flex;gap:.5rem;z-index:5}.svc-dots span{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.15);cursor:pointer;transition:background .3s,transform .3s}.svc-dots span.active{background:var(--teal);transform:scale(1.3)}[data-theme=light] .svc-dots span{background:rgba(0,0,0,.12)}[data-theme=light] .svc-dots span.active{background:var(--teal)}.proof-section{position:relative;width:100%;overflow:hidden;display:flex;flex-direction:column;align-items:center}.proof-section__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 60%;filter:brightness(.5) saturate(1.1);animation:proofBreathe 10s ease-in-out infinite;will-change:transform,opacity;pointer-events:none}@keyframes proofBreathe{0%,100%{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.75}}[data-theme=light] .proof-section__bg{filter:brightness(1.15) saturate(.6) contrast(.85)}.proof-section__overlay{position:absolute;inset:0;background:linear-gradient(to bottom,var(--deep) 0,rgba(13,17,23,.92) 15%,rgba(13,17,23,.78) 40%,rgba(13,17,23,.5) 65%,rgba(13,17,23,.65) 85%,var(--void) 100%);pointer-events:none;z-index:1}[data-theme=light] .proof-section__overlay{background:linear-gradient(to bottom,var(--void) 0,rgba(247,245,242,.92) 12%,rgba(247,245,242,.78) 30%,rgba(247,245,242,.6) 48%,rgba(247,245,242,.78) 65%,rgba(247,245,242,.92) 82%,var(--void) 100%)}.proof-section__quotes{position:relative;z-index:2;max-width:800px;width:100%;margin:0 auto;padding:clamp(5rem,10vw,8rem) var(--gutter) clamp(3rem,6vw,5rem);text-align:center}.proof-section__deco{position:absolute;top:clamp(2rem,5vw,4rem);left:50%;transform:translateX(-50%);font-family:Georgia,'Times New Roman',serif;font-size:clamp(8rem, 20vw, 14rem);line-height:1;background:linear-gradient(135deg,var(--teal),var(--cyan));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;opacity:.06;pointer-events:none;user-select:none;z-index:0;transition:opacity .8s ease}[data-theme=light] .proof-section__deco{opacity:.04}.proof-section__viewport{position:relative;z-index:1;min-height:220px}.testi-slide{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:0;transform:translateY(20px);transition:opacity .7s var(--ease),transform .7s var(--ease);pointer-events:none}.testi-slide.active{opacity:1;transform:translateY(0);pointer-events:auto;position:relative}.testi-slide__quote{font-family:var(--font-body);font-size:clamp(1.1rem, 2.5vw, 1.45rem);font-weight:300;line-height:1.9;color:var(--slate);font-style:italic;margin:0 0 2rem 0;max-width:680px;letter-spacing:.01em}[data-theme=light] .testi-slide__quote{color:var(--white)}.testi-slide__author{display:flex;flex-direction:column;align-items:center;gap:.3rem}.testi-slide__name{font-family:var(--font-heading);font-weight:600;font-size:.9rem;color:var(--white);letter-spacing:.02em}.testi-slide__company{font-size:.75rem;color:var(--teal);letter-spacing:.04em;font-weight:500}.proof-section__nav{position:relative;z-index:1;margin-top:2.5rem;display:flex;flex-direction:column;align-items:center;gap:1.2rem}.testi-dots{display:flex;gap:.6rem;justify-content:center}.testi-dots span{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.1);cursor:pointer;transition:all .4s var(--ease)}.testi-dots span.active{background:var(--teal);box-shadow:0 0 12px rgba(14,165,160,.4);transform:scale(1.3)}[data-theme=light] .testi-dots span{background:rgba(0,0,0,.08)}[data-theme=light] .testi-dots span.active{background:var(--teal)}.testi-progress{width:120px;height:2px;background:rgba(255,255,255,.06);border-radius:2px;overflow:hidden}[data-theme=light] .testi-progress{background:rgba(0,0,0,.06)}.testi-progress__bar{height:100%;width:0%;background:linear-gradient(90deg,var(--teal),var(--cyan));border-radius:2px}.proof-section__stats{position:relative;z-index:2;width:100%;max-width:var(--container);display:flex;align-items:center;justify-content:center;gap:clamp(1.5rem,4vw,3.5rem);flex-wrap:wrap;padding:clamp(2rem,5vw,4rem) var(--gutter)}.proof-stat{text-align:center;min-width:140px}.proof-stat__value{font-family:var(--font-heading);font-weight:700;font-size:clamp(2.2rem, 5vw, 3.5rem);line-height:1;background:linear-gradient(135deg,var(--teal),var(--cyan));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.6rem}.proof-stat__label{font-size:.78rem;color:rgba(255,255,255,.65);text-transform:uppercase;letter-spacing:.06em;line-height:1.5;font-weight:500;text-shadow:0 2px 8px rgba(0,0,0,.5)}[data-theme=light] .proof-stat__label{color:var(--white)}.proof-stat__divider{width:1px;height:55px;background:rgba(255,255,255,.08);flex-shrink:0}[data-theme=light] .proof-stat__divider{background:rgba(0,0,0,.08)}.proof-section__tagline{position:relative;z-index:2;font-size:.88rem;color:rgba(255,255,255,.35);padding:0 var(--gutter) clamp(4rem,8vw,6rem);text-align:center;font-weight:300;letter-spacing:.02em}[data-theme=light] .proof-section__tagline{color:var(--white)}@media (max-width:900px){.story-section.text-left,.story-section.text-right{grid-template-columns:1fr;min-height:auto}.story-section .story-text{order:1}.story-section .story-img-wrap{order:2}.story-img-wrap{padding:1rem}.story-img{min-height:250px;border-radius:12px!important}.story-img img{min-height:250px}.story-text{padding:2rem 1.5rem!important}.crossover{display:none}.story-section .v-line{display:none}.story-section .dot{display:none}.svc-viewport{aspect-ratio:4/3}.svc-slide__text{padding:2rem;max-width:100%}.svc-slide__text h3{font-size:1.2rem}.svc-slide__text p{font-size:.82rem;max-width:280px}.svc-slide__num{left:2rem;top:1.5rem;font-size:3rem}.svc-nav{right:2rem;bottom:1.5rem}.svc-nav button{width:38px;height:38px;font-size:.85rem}.svc-dots{left:2rem;bottom:2rem}.proof-section__stats{gap:1.5rem}.proof-stat__divider{display:none}.proof-section__stats{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.proof-stat{min-width:0}.hero{min-height:600px;height:85vh}.hero__bg{object-position:center 35%;object-fit:cover;filter:brightness(.5) saturate(.9)}.hero__overlay{background:radial-gradient(ellipse at center,rgba(8,9,12,.2) 0,rgba(8,9,12,.5) 60%,rgba(8,9,12,.85) 100%),linear-gradient(to bottom,rgba(8,9,12,.1) 0,transparent 30%,transparent 55%,rgba(8,9,12,.75) 100%)}.hero__content{max-width:100%;padding:0 1.5rem}.hero__title{font-size:clamp(2.5rem, 10vw, 3.5rem)}.hero__desc{font-size:1rem;margin-bottom:2rem}.services-header{padding:0 1.5rem}}@media (max-width:600px){.hero{min-height:auto;height:75vh}.hero__bg{object-position:center 35%;object-fit:cover}.hero__title{font-size:clamp(2rem, 9vw, 3rem)}.hero__desc{font-size:.92rem}.hero__tag{font-size:.68rem;letter-spacing:.2em}.hero__btns{gap:.75rem;flex-wrap:nowrap}.hero__btns .btn{padding:.7rem 1.3rem;font-size:.65rem;white-space:nowrap}.story-text h2{font-size:clamp(1.5rem, 6vw, 2rem)}.story-text p{font-size:.85rem}.story-img{min-height:200px}.story-img img{min-height:200px}.svc-viewport{aspect-ratio:3/4}.svc-slide__overlay{background:linear-gradient(to top,rgba(8,9,12,.95) 0,rgba(8,9,12,.7) 50%,transparent 100%)}[data-theme=light] .svc-slide__overlay{background:linear-gradient(to top,rgba(247,245,242,.95) 0,rgba(247,245,242,.7) 50%,transparent 100%)}.svc-slide__text{top:auto;bottom:0;left:0;right:0;padding:1.5rem;max-width:100%}.svc-slide__text h3{font-size:1.1rem}.svc-slide__text p{font-size:.8rem;max-width:100%}.svc-slide__text .btn{font-size:.62rem;padding:.5rem 1.2rem}.svc-slide__num{font-size:2.5rem;left:1.5rem;top:1rem}.svc-nav{right:1.5rem;bottom:1rem;gap:.5rem}.svc-nav button{width:34px;height:34px;font-size:.8rem}.svc-dots{left:1.5rem;bottom:1.5rem}.proof-section__viewport{min-height:260px}.testi-slide__quote{font-size:1rem;line-height:1.8}.proof-section__stats{grid-template-columns:1fr 1fr;gap:1.5rem}.proof-stat__value{font-size:clamp(1.8rem, 8vw, 2.5rem)}.proof-stat__label{font-size:.68rem}.proof-section__tagline{font-size:.78rem}.services-section{padding:3rem 0}.services-header h2{font-size:clamp(1.6rem, 6vw, 2rem)}.services-header p{font-size:.88rem}.svc-show{padding:0 1rem}}