.services-hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#0a0a0a;margin-top:-122px;padding-top:122px}.hero-aura{position:absolute;border-radius:50%;pointer-events:none;z-index:2;filter:blur(85px);opacity:.88}.hero-aura--1{width:580px;height:580px;left:3%;top:22%;background:radial-gradient(circle,rgba(37,166,217,.55) 0%,rgba(20,80,140,.3) 45%,transparent 75%);animation:hero-aura-drift-1 12s ease-in-out infinite}.hero-aura--2{width:680px;height:680px;right:-2%;top:12%;background:radial-gradient(circle,rgba(100,60,180,.5) 0%,rgba(60,30,120,.25) 45%,transparent 75%);animation:hero-aura-drift-2 15s ease-in-out infinite}.hero-aura--3{width:480px;height:480px;left:28%;bottom:8%;background:radial-gradient(circle,rgba(37,166,217,.45) 0%,rgba(0,100,180,.22) 45%,transparent 75%);animation:hero-aura-drift-3 10s ease-in-out infinite}@keyframes hero-aura-drift-1{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-20px) scale(1.08)}66%{transform:translate(-15px,15px) scale(.95)}}@keyframes hero-aura-drift-2{0%,to{transform:translate(0) scale(1)}50%{transform:translate(-25px,20px) scale(1.1)}}@keyframes hero-aura-drift-3{0%,to{transform:translate(0) scale(1)}40%{transform:translate(20px,-15px) scale(1.05)}80%{transform:translate(-10px,10px) scale(.97)}}.services-hero__video-wrap{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.services-hero__video{width:100%;height:100%;object-fit:cover;opacity:.35}.services-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(180deg,#0a0a0a99,#0a0a0a4d 40%,#0a0a0ab3);pointer-events:none}.services-hero__content{position:relative;z-index:4;text-align:center;max-width:1000px;padding:0 24px}.services-hero__badge{display:inline-flex;align-items:center;gap:10px;padding:10px 22px;border-radius:50px;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);margin-bottom:40px}.services-hero__badge-dot{width:8px;height:8px;border-radius:50%;background:#25a6d9;box-shadow:0 0 12px #25a6d999;animation:services-pulse 2s ease-in-out infinite}@keyframes services-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.3)}}.services-hero__badge-text{font-size:.8rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:#fffc}.services-hero__title{font-size:clamp(3rem,8vw,6.5rem);font-weight:800;color:#fff;line-height:1.05;letter-spacing:-.04em;margin-bottom:28px}.services-hero__title-line{display:block;overflow:hidden}.services-hero__title-accent{background:linear-gradient(135deg,#25a6d9,#33bbf2,#008cc9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-style:italic;font-weight:300}.services-hero__sub{font-size:clamp(1rem,2vw,1.3rem);color:#fff9;max-width:600px;margin:0 auto 48px;line-height:1.7;font-weight:400}.services-hero__scroll{display:flex;flex-direction:column;align-items:center;gap:8px;opacity:.4}.services-hero__scroll span{font-size:10px;font-weight:700;letter-spacing:.25em;text-transform:uppercase;color:#fff}.services-hero__scroll-line{width:1px;height:40px;background:linear-gradient(to bottom,rgba(255,255,255,.6),transparent);animation:services-scroll-pulse 2s ease-in-out infinite}@keyframes services-scroll-pulse{0%,to{transform:scaleY(1);opacity:.6}50%{transform:scaleY(.6);opacity:1}}.services-services{position:relative;background:#0a0a0a;padding:140px 24px;overflow:hidden}.services-services__inner{max-width:1200px;margin:0 auto}.services-services__header{text-align:center;margin-bottom:80px}.services-services__label{display:inline-flex;align-items:center;gap:12px;margin-bottom:24px}.services-services__label-line{width:40px;height:1px;background:linear-gradient(to right,transparent,rgba(255,255,255,.4))}.services-services__label-text{font-size:11px;font-weight:700;letter-spacing:.4em;text-transform:uppercase;color:#ffffff80}.services-services__title{font-size:clamp(2.2rem,5vw,3.8rem);font-weight:800;color:#fff;letter-spacing:-.03em;line-height:1.1;margin-bottom:20px;text-align:center}.services-services__sub{font-size:1.1rem;color:#ffffff80;max-width:560px;margin:0 auto;line-height:1.6;text-align:center}.services-bento{display:grid;grid-template-columns:1fr;gap:40px}.services-bento__card{position:relative;border-radius:32px;padding:32px;overflow:hidden;border:1px solid rgba(90,207,255,.68);background:linear-gradient(145deg,#5acfff13,#ffffff09 42%),#ffffff0a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:inset 0 0 0 1px #5acfff12,0 22px 54px #0003,0 0 28px #25a6d90b;transition:border-color .35s ease,box-shadow .35s ease,transform .5s cubic-bezier(.16,1,.3,1),background .35s ease;cursor:default;display:flex;flex-direction:column;gap:24px}.services-bento__card:hover{border-color:#8fdffff5;background:linear-gradient(145deg,#68cdff24,#ffffff0e 46%),#ffffff0b;box-shadow:inset 0 0 0 1px #aae8ff21,0 26px 64px #00000042,0 0 36px #52c4f421;transform:translateY(-6px)}.services-bento__card-glow{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at var(--glow-x, 50%) var(--glow-y, 50%),rgba(91,204,255,.18) 0%,transparent 50%);opacity:0;transition:opacity .5s ease;pointer-events:none}.services-bento__card:hover .services-bento__card-glow{opacity:1}.services-bento__card-image-wrap{width:100%;height:220px;border-radius:20px 20px 0 0;overflow:hidden;position:relative;-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,1) 40%,rgba(0,0,0,0) 100%);mask-image:linear-gradient(to bottom,#000 40%,#0000)}@media(min-width:992px){.services-bento__card-image-wrap{height:300px}}.services-bento__card-image{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.16,1,.3,1)}.services-bento__card:hover .services-bento__card-image{transform:scale(1.05)}.services-bento__card-content{display:flex;flex-direction:column;padding:0 8px;margin-top:-30px;position:relative;z-index:2}.services-bento__card-title{font-size:clamp(1.4rem,2.5vw,1.8rem);font-weight:800;color:#fff;letter-spacing:-.02em;margin-bottom:12px}.services-bento__card-desc{font-size:.95rem;color:#ffffff80;line-height:1.6;margin-bottom:28px}.services-bento__card-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0 32px;margin-bottom:32px}.services-bento__card-grid-item{display:flex;align-items:center;justify-content:space-between;padding:16px 0;border-bottom:1px solid rgba(255,255,255,.08);cursor:default;transition:all .3s ease}.grid-item-text{font-size:.95rem;color:#ffffffd9;font-weight:500;transition:color .3s ease,transform .3s ease}.services-bento__card-grid-item:hover{border-bottom-color:#ff996680}.services-bento__card-grid-item:hover .grid-item-text{color:#ffb38c}.services-why{position:relative;background:#fff;padding:140px 24px;overflow:hidden}.services-why__inner{max-width:1200px;margin:0 auto}.services-why__header{text-align:center;margin-bottom:80px}.services-why__label{font-size:11px;font-weight:700;letter-spacing:.4em;text-transform:uppercase;color:#999;margin-bottom:20px}.services-why__title{font-size:clamp(2.2rem,5vw,3.8rem);font-weight:800;color:#111;letter-spacing:-.03em;line-height:1.1;margin-bottom:20px;text-align:center}.services-why__sub{font-size:1.1rem;color:#777;max-width:560px;margin:0 auto;line-height:1.6;text-align:center}.services-why__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.services-why__card{position:relative;background:#f8f8f8;border-radius:24px;padding:44px 32px;border:1px solid #eee;transition:all .5s cubic-bezier(.16,1,.3,1);cursor:default;overflow:hidden}.services-why__card:hover{transform:translateY(-6px);box-shadow:0 20px 60px #00000014;border-color:#adff004d}.services-why__card-icon{width:56px;height:56px;border-radius:16px;background:#111;display:flex;align-items:center;justify-content:center;margin-bottom:24px;transition:background .4s ease}.services-why__card:hover .services-why__card-icon{background:#25a6d9}.services-why__card-icon svg{width:26px;height:26px;stroke:#fff;fill:none;stroke-width:1.8;transition:stroke .4s ease}.services-why__card:hover .services-why__card-icon svg{stroke:#fff}.services-why__card-title{font-size:1.3rem;font-weight:800;color:#111;margin-bottom:12px;letter-spacing:-.02em}.services-why__card-desc{font-size:.95rem;color:#888;line-height:1.6}.services-markets{position:relative;background:#0a0a0a;padding:120px 0;overflow:hidden}.services-markets__header{text-align:center;margin-bottom:60px;padding:0 24px}.services-markets__title{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#fff;letter-spacing:-.03em;margin-bottom:16px;text-align:center}.services-markets__sub{font-size:1.05rem;color:#ffffff73;max-width:500px;margin:0 auto;line-height:1.6;text-align:center}.services-marquee-wrap{position:relative}.services-marquee-wrap:before,.services-marquee-wrap:after{content:"";position:absolute;top:0;bottom:0;width:120px;z-index:2;pointer-events:none}.services-marquee-wrap:before{left:0;background:linear-gradient(to right,#0a0a0a,transparent)}.services-marquee-wrap:after{right:0;background:linear-gradient(to left,#0a0a0a,transparent)}.services-marquee-track{display:flex;gap:16px;width:max-content;animation:services-marquee-scroll 60s linear infinite}.services-marquee-track:hover{animation-play-state:paused}.services-marquee-track--reverse{animation-direction:reverse;animation-duration:50s}@keyframes services-marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.services-marquee-item{flex-shrink:0;display:flex;align-items:center;gap:12px;padding:16px 28px;border-radius:100px;border:1px solid rgba(255,255,255,.08);background:#ffffff08;white-space:nowrap;transition:all .4s ease;cursor:default}.services-marquee-item:hover{border-color:#25a6d94d;background:#25a6d90d}.services-marquee-item__icon{font-size:1.3rem}.services-marquee-item__text{font-size:.95rem;font-weight:600;color:#ffffffb3}.services-cta{position:relative;background:#fff;padding:140px 24px;overflow:hidden}.services-cta__inner{max-width:1200px;margin:0 auto}.services-cta__header{text-align:center;margin-bottom:60px}.services-cta__badge{display:inline-flex;align-items:center;gap:10px;padding:10px 22px;border-radius:50px;border:1px solid rgba(0,0,0,.08);background:#00000008;margin-bottom:28px}.services-cta__badge-dot{width:8px;height:8px;border-radius:50%;background:#25a6d9;box-shadow:0 0 10px #25a6d980;animation:services-pulse 2s ease-in-out infinite}.services-cta__badge-text{font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#666}.services-cta__title{font-size:clamp(2.2rem,5vw,3.5rem);font-weight:800;color:#111;letter-spacing:-.03em;margin-bottom:16px;text-align:center}.services-cta__sub{font-size:1.1rem;color:#888;max-width:500px;margin:0 auto;line-height:1.6;text-align:center}.services-cta__form-wrap{background:#0d0d0d;border-radius:32px;padding:60px;max-width:800px;margin:0 auto;box-shadow:0 30px 80px #00000026}.services-cta__form{display:flex;flex-direction:column;gap:32px}.services-cta__form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.services-cta__field{display:flex;flex-direction:column;gap:8px}.services-cta__field--full{grid-column:1 / -1}.services-cta__field label{font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#fff6}.services-cta__field input,.services-cta__field select,.services-cta__field textarea{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:16px 20px;font-size:1rem;color:#fff;font-family:inherit;outline:none;transition:border-color .3s ease,background .3s ease;width:100%}.services-cta__field input::placeholder,.services-cta__field textarea::placeholder{color:#ffffff40}.services-cta__field input:focus,.services-cta__field select:focus,.services-cta__field textarea:focus{border-color:#25a6d9;background:#25a6d90a}.services-cta__field select{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;background-image:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E);background-repeat:no-repeat;background-position:right 16px center;background-size:10px auto;padding-right:40px}.services-cta__field select option{background:#1a1a1a;color:#fff}.services-cta__field textarea{resize:vertical;min-height:120px}.services-cta__submit{display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:20px 48px;border:none;border-radius:100px;background:#25a6d9;color:#fff;font-size:1.1rem;font-weight:800;font-family:inherit;cursor:pointer;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s ease;align-self:flex-start}.services-cta__submit:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 16px 40px #25a6d94d}.services-cta__submit svg{width:20px;height:20px}@media(max-width:1024px){.services-why__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.services-bento__card-grid,.services-why__grid,.services-cta__form-row{grid-template-columns:1fr}.services-cta__form-wrap{padding:36px 24px}.services-services,.services-why,.services-cta{padding:80px 16px}.services-markets{padding:80px 0}}@media(max-width:480px){.services-hero__title{font-size:clamp(2.4rem,10vw,3.5rem)}.services-bento__card-image-wrap{height:180px}}
