.navbar{z-index:100;background-color:#0000;border-bottom:1px solid #0000;padding:1.5rem 0;transition:all .3s;position:fixed;top:0;left:0;right:0}.navbar.scrolled{background-color:#1a2942;border-bottom:1px solid #5ddbcf1a;box-shadow:0 2px 10px #0000001a}.nav-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;position:relative}.logo{z-index:101;align-items:center;display:flex}.logo-img{width:auto;height:50px}.hamburger{cursor:pointer;z-index:101;background:0 0;border:none;flex-direction:column;gap:5px;padding:.5rem;display:none}.hamburger span{background-color:#30c7b5;border-radius:2px;width:25px;height:3px;transition:all .3s}.hamburger.active span:first-child{transform:rotate(45deg)translate(8px,8px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg)translate(7px,-7px)}.nav-menu-wrapper{align-items:center;gap:2rem;display:flex}.nav-menu{align-items:center;gap:2rem;margin:0;padding:0;list-style:none;display:flex}.nav-menu a{color:#30c7b5;letter-spacing:.05em;font-size:.85rem;text-decoration:none;transition:opacity .3s}.nav-menu a:hover{opacity:.7}.nav-cta{color:#1a2942;cursor:pointer;white-space:nowrap;background-color:#30c7b5;border:none;border-radius:4px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;transition:transform .2s,opacity .3s}.nav-cta:hover{opacity:.9;transform:translateY(-2px)}@media (max-width:768px){.hamburger{display:flex}.nav-menu-wrapper{background-color:#1f3049;flex-direction:column;justify-content:center;gap:2rem;width:70%;max-width:300px;height:100vh;padding:2rem;transition:right .3s;position:fixed;top:0;right:-100%;box-shadow:-5px 0 15px #0000004d}.nav-menu-wrapper.open{right:0}.nav-menu{flex-direction:column;gap:1.5rem;width:100%}.nav-menu li{text-align:center;width:100%}.nav-menu a{padding:.5rem;font-size:1rem;display:block}.nav-cta{width:100%;padding:1rem}.nav-container{flex-direction:row}.nav-menu-wrapper.open:before{content:"";z-index:-1;background-color:#00000080;position:fixed;inset:0}}
.footer{color:#fff;background-color:#1d3251;padding:3rem 2rem 2rem}.footer-container{max-width:1200px;margin:0 auto}.footer-top{text-align:center;flex-direction:column;align-items:center;gap:2rem;margin-bottom:2rem;display:flex}.footer-logo{width:auto;height:60px}.footer-nav{align-items:center;gap:3rem;display:flex}.footer-nav a{color:#fff;font-size:.95rem;text-decoration:none;transition:color .3s}.footer-nav a:hover{color:#30c7b5}.footer-contact{flex-direction:column;gap:.5rem;display:flex}.footer-contact p{color:#fff;margin:0;font-size:.95rem}.footer-bottom{text-align:center;border-top:1px solid #ffffff1a;padding-top:1.5rem}.footer-bottom p{color:#fff;margin:0;font-size:.9rem}@media (max-width:768px){.footer-nav{flex-direction:column;gap:1rem}.footer-top{gap:1.5rem}.footer-contact{font-size:.85rem}}
.modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#000000bf;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal-content{background-color:#1f3049;border:1px solid #5ddbcf33;border-radius:12px;width:100%;max-width:600px;max-height:90vh;padding:2.5rem;position:relative;overflow-y:auto;box-shadow:0 20px 60px #00000080}.modal-content .form-group label{color:#fff}.modal-close{color:#5ddbcf;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:40px;height:40px;padding:0;font-size:2rem;transition:opacity .2s;display:flex;position:absolute;top:1rem;right:1rem}.modal-close:hover{opacity:.7}.modal-title{color:#5ddbcf;text-align:center;margin-bottom:2rem;font-size:2rem}.success-message,.error-message{text-align:center;border-radius:8px;margin-bottom:1.5rem;padding:1rem;font-weight:600}.success-message{color:#30c7b5;background-color:#30c7b533;border:1px solid #30c7b5}.error-message{color:#ff6464;background-color:#ff646433;border:1px solid #ff6464}.contact-form{flex-direction:column;gap:.5rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-group{flex-direction:column;gap:.5rem;min-width:0;margin-bottom:5px;display:flex}.form-group input{width:100%;max-width:100%}.form-group label{color:#5ddbcf;font-size:.9rem;font-weight:600}.modal-content .form-group input[type=text],.modal-content .form-group input[type=url],.modal-content .form-group input[type=date],.modal-content .form-group input[type=time],.modal-content .form-group select,.form-group input,.form-group textarea,.form-group select{color:#fff;background-color:#243a5e;border:1px solid #5ddbcf4d;border-radius:6px;padding:.75rem;font-family:inherit;font-size:1rem;transition:border-color .3s,box-shadow .3s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:#30c7b5;outline:none;box-shadow:0 0 0 3px #30c7b51a}.form-group textarea{resize:vertical;width:100%}.form-group select{cursor:pointer}.form-group input::placeholder,.form-group textarea::placeholder{color:#fff6}.submit-button{color:#1a2942;cursor:pointer;background-color:#30c7b5;border:none;border-radius:6px;margin-top:1rem;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:transform .2s,box-shadow .3s,opacity .3s}.submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #30c7b54d}.submit-button:disabled{opacity:.6;cursor:not-allowed}@media (max-width:600px){.modal-content{padding:2rem 1.5rem}.modal-title{font-size:1.5rem}.form-row{grid-template-columns:1fr}}.modal-content::-webkit-scrollbar{width:8px}.modal-content::-webkit-scrollbar-track{background:#243a5e;border-radius:4px}.modal-content::-webkit-scrollbar-thumb{background:#30c7b5;border-radius:4px}.modal-content::-webkit-scrollbar-thumb:hover{background:#5ddbcf}
.contact-module__swMWYG__page{color:#f0f9ff;background:#0a1628;min-height:100vh;font-family:Poppins,sans-serif;overflow-x:hidden}.contact-module__swMWYG__page:before{content:"";pointer-events:none;z-index:0;background-image:linear-gradient(#2dd4bf08 1px,#0000 1px),linear-gradient(90deg,#2dd4bf08 1px,#0000 1px);background-size:56px 56px;position:fixed;inset:0}.contact-module__swMWYG__hero{text-align:center;z-index:1;padding:140px 40px 80px;position:relative;overflow:hidden}.contact-module__swMWYG__heroBg{pointer-events:none;position:absolute;inset:0;overflow:hidden}.contact-module__swMWYG__orb1{background:radial-gradient(circle,#2dd4bf1c 0%,#0000 65%);border-radius:50%;width:700px;height:700px;animation:6s ease-in-out infinite contact-module__swMWYG__breathe;position:absolute;top:-120px;left:50%;transform:translate(-60%)}.contact-module__swMWYG__orb2{background:radial-gradient(circle,#4eaaff12 0%,#0000 65%);border-radius:50%;width:400px;height:400px;animation:8s ease-in-out infinite reverse contact-module__swMWYG__breathe;position:absolute;top:20px;right:-100px}@keyframes contact-module__swMWYG__breathe{0%,to{opacity:1;transform:translate(-60%)scale(1)}50%{opacity:.7;transform:translate(-60%)scale(1.08)}}.contact-module__swMWYG__heroContent{z-index:2;max-width:680px;margin:0 auto;animation:.7s both contact-module__swMWYG__fadeUp;position:relative}@keyframes contact-module__swMWYG__fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.contact-module__swMWYG__eyebrow{letter-spacing:.13em;text-transform:uppercase;color:#2dd4bf;background:#2dd4bf1a;border:1px solid #2dd4bf40;border-radius:100px;align-items:center;gap:8px;margin-bottom:24px;padding:5px 18px;font-size:.7rem;font-weight:600;display:inline-flex}.contact-module__swMWYG__dot{background:#2dd4bf;border-radius:50%;flex-shrink:0;width:6px;height:6px;animation:1.6s ease-in-out infinite contact-module__swMWYG__blink}@keyframes contact-module__swMWYG__blink{0%,to{opacity:1}50%{opacity:.2}}.contact-module__swMWYG__heroContent h1{letter-spacing:-.025em;margin-bottom:18px;font-size:clamp(2.2rem,4.5vw,3.4rem);font-weight:800;line-height:1.12}.contact-module__swMWYG__heroContent h1 em{color:#2dd4bf;font-style:normal}.contact-module__swMWYG__heroContent p{color:#f0f9ffa6;max-width:480px;margin:0 auto;font-size:1.05rem;font-weight:300;line-height:1.75}.contact-module__swMWYG__main{z-index:1;padding:0 40px 100px;position:relative}.contact-module__swMWYG__grid{grid-template-columns:420px 1fr;align-items:start;gap:36px;max-width:1120px;margin:0 auto;display:grid}.contact-module__swMWYG__info{animation:.75s .1s both contact-module__swMWYG__fadeUp;position:sticky;top:100px}.contact-module__swMWYG__infoCard{background:#0f2040;border:1px solid #2dd4bf26;border-radius:20px;padding:40px 36px;position:relative;overflow:hidden}.contact-module__swMWYG__infoCard:before{content:"";background:linear-gradient(90deg,#0000,#2dd4bf 40%,#4ade80 70%,#0000);height:2px;position:absolute;top:0;left:0;right:0}.contact-module__swMWYG__infoHeader{margin-bottom:32px}.contact-module__swMWYG__infoTag{letter-spacing:.16em;text-transform:uppercase;color:#2dd4bf;margin-bottom:12px;font-size:.67rem;font-weight:600}.contact-module__swMWYG__infoCard h2{letter-spacing:-.02em;margin-bottom:12px;font-size:clamp(1.4rem,2.2vw,1.75rem);font-weight:800;line-height:1.2}.contact-module__swMWYG__infoCard h2 span{color:#2dd4bf}.contact-module__swMWYG__infoHeader p{color:#f0f9ff99;font-size:.88rem;font-weight:300;line-height:1.75}.contact-module__swMWYG__channels{flex-direction:column;gap:10px;margin-bottom:28px;display:flex}.contact-module__swMWYG__channel{color:inherit;background:#0a162880;border:1px solid #2dd4bf1a;border-radius:12px;align-items:center;gap:14px;padding:14px 16px;text-decoration:none;transition:all .22s;display:flex}a.contact-module__swMWYG__channel:hover{background:#2dd4bf0f;border-color:#2dd4bf59;transform:translate(4px)}a.contact-module__swMWYG__channel:hover .contact-module__swMWYG__channelArrow{opacity:1;transform:translate(3px)}.contact-module__swMWYG__channelIcon{background:#2dd4bf1f;border:1px solid #2dd4bf38;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.contact-module__swMWYG__channelIcon svg{stroke:#2dd4bf;fill:none;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}.contact-module__swMWYG__channelText{flex:1;min-width:0}.contact-module__swMWYG__channelLabel{color:#f0f9ff61;text-transform:uppercase;letter-spacing:.1em;margin-bottom:2px;font-size:.68rem;font-weight:500}.contact-module__swMWYG__channelValue{color:#f0f9ff;white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:600;overflow:hidden}.contact-module__swMWYG__channelArrow{stroke:#2dd4bf;fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;opacity:.4;flex-shrink:0;width:14px;height:14px;transition:all .22s}.contact-module__swMWYG__testimonial{background:#2dd4bf0d;border:1px solid #2dd4bf1f;border-radius:12px;margin-bottom:20px;padding:20px}.contact-module__swMWYG__stars{color:#2dd4bf;letter-spacing:2px;margin-bottom:9px;font-size:.85rem}.contact-module__swMWYG__testimonial p{color:#f0f9ffa6;margin-bottom:10px;font-size:.82rem;font-style:italic;font-weight:300;line-height:1.65}.contact-module__swMWYG__testimonialAuthor{color:#2dd4bf;font-size:.73rem;font-weight:600}.contact-module__swMWYG__responseTime{color:#f0f9ff73;align-items:center;gap:9px;font-size:.78rem;font-weight:400;display:flex}.contact-module__swMWYG__rtDot{background:#4ade80;border-radius:50%;flex-shrink:0;width:7px;height:7px;animation:2s ease-in-out infinite contact-module__swMWYG__pulse;box-shadow:0 0 8px #4ade80b3}@keyframes contact-module__swMWYG__pulse{0%,to{box-shadow:0 0 8px #4ade80b3}50%{box-shadow:0 0 16px #4ade80e6,0 0 6px #4ade8080}}.contact-module__swMWYG__responseTime strong{color:#f0f9ffb3;font-weight:600}.contact-module__swMWYG__formWrap{background:#0f2040;border:1px solid #2dd4bf21;border-radius:20px;padding:44px 40px;animation:.75s .2s both contact-module__swMWYG__fadeUp;position:relative;overflow:hidden}.contact-module__swMWYG__formWrap:after{content:"";pointer-events:none;background:radial-gradient(circle,#2dd4bf12 0%,#0000 65%);width:280px;height:280px;position:absolute;bottom:-80px;right:-80px}.contact-module__swMWYG__formHeader{margin-bottom:30px}.contact-module__swMWYG__formHeader h3{letter-spacing:-.02em;margin-bottom:6px;font-size:1.55rem;font-weight:800}.contact-module__swMWYG__formHeader p{color:#f0f9ff80;font-size:.86rem;font-weight:300}.contact-module__swMWYG__errorBanner{color:#fca5a5;background:#f871711a;border:1px solid #f871714d;border-radius:8px;margin-bottom:20px;padding:12px 16px;font-size:.84rem}.contact-module__swMWYG__form{flex-direction:column;gap:18px;display:flex}.contact-module__swMWYG__row{grid-template-columns:1fr 1fr;gap:18px;display:grid}.contact-module__swMWYG__field{flex-direction:column;gap:7px;display:flex;position:relative}.contact-module__swMWYG__field label{letter-spacing:.07em;text-transform:uppercase;color:#f0f9ff73;font-size:.74rem;font-weight:600;transition:color .2s}.contact-module__swMWYG__field label span,.contact-module__swMWYG__field.contact-module__swMWYG__focused label{color:#2dd4bf}.contact-module__swMWYG__field input,.contact-module__swMWYG__field select,.contact-module__swMWYG__field textarea{color:#f0f9ff;box-sizing:border-box;-webkit-appearance:none;background:#0a1628a6;border:1px solid #f0f9ff1a;border-radius:10px;outline:none;width:100%;padding:13px 16px;font-family:Poppins,sans-serif;font-size:.93rem;font-weight:400;transition:border-color .2s,box-shadow .2s,background .2s}.contact-module__swMWYG__field select{cursor:pointer;padding-right:40px}.contact-module__swMWYG__field textarea{resize:vertical;min-height:130px;line-height:1.65}.contact-module__swMWYG__field input::placeholder,.contact-module__swMWYG__field textarea::placeholder{color:#f0f9ff38}.contact-module__swMWYG__field input:focus,.contact-module__swMWYG__field select:focus,.contact-module__swMWYG__field textarea:focus{background:#0a1628d9;border-color:#2dd4bf80;box-shadow:0 0 0 3px #2dd4bf1a,inset 0 1px 2px #00000026}.contact-module__swMWYG__field.contact-module__swMWYG__filled input,.contact-module__swMWYG__field.contact-module__swMWYG__filled select,.contact-module__swMWYG__field.contact-module__swMWYG__filled textarea{border-color:#2dd4bf40}.contact-module__swMWYG__selectArrow{pointer-events:none;position:absolute;bottom:12px;right:14px}.contact-module__swMWYG__selectArrow svg{stroke:#f0f9ff59;fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}.contact-module__swMWYG__charCount{color:#f0f9ff33;pointer-events:none;font-size:.67rem;position:absolute;bottom:10px;right:14px}.contact-module__swMWYG__submit{color:#0a1628;letter-spacing:.02em;cursor:pointer;background:#2dd4bf;border:none;border-radius:10px;justify-content:center;align-items:center;gap:9px;width:100%;margin-top:4px;padding:16px 32px;font-family:Poppins,sans-serif;font-size:.96rem;font-weight:700;transition:all .25s;display:inline-flex;box-shadow:0 0 28px #2dd4bf38}.contact-module__swMWYG__submit:hover:not(:disabled){background:#5eead4;transform:translateY(-2px);box-shadow:0 8px 36px #2dd4bf61}.contact-module__swMWYG__submit:active:not(:disabled){transform:translateY(0)}.contact-module__swMWYG__submit:disabled{opacity:.65;cursor:not-allowed}.contact-module__swMWYG__submit svg{stroke:currentColor;fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}.contact-module__swMWYG__spinner{border:2px solid #0a16284d;border-top-color:#0a1628;border-radius:50%;width:16px;height:16px;animation:.7s linear infinite contact-module__swMWYG__spin}@keyframes contact-module__swMWYG__spin{to{transform:rotate(360deg)}}.contact-module__swMWYG__disclaimer{color:#f0f9ff47;text-align:center;margin:0;font-size:.72rem;font-weight:300;line-height:1.6}.contact-module__swMWYG__successState{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:40px 20px;animation:.5s both contact-module__swMWYG__fadeUp;display:flex}.contact-module__swMWYG__successIcon{background:#2dd4bf1f;border:2px solid #2dd4bf66;border-radius:50%;justify-content:center;align-items:center;width:68px;height:68px;margin-bottom:24px;animation:.5s cubic-bezier(.175,.885,.32,1.275) both contact-module__swMWYG__successPop;display:flex}@keyframes contact-module__swMWYG__successPop{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.contact-module__swMWYG__successIcon svg{stroke:#2dd4bf;fill:none;stroke-width:2.5px;stroke-linecap:round;stroke-linejoin:round;width:30px;height:30px}.contact-module__swMWYG__successState h3{letter-spacing:-.02em;margin-bottom:10px;font-size:1.7rem;font-weight:800}.contact-module__swMWYG__successState p{color:#f0f9ff99;max-width:380px;margin-bottom:28px;font-size:.9rem;font-weight:300;line-height:1.7}.contact-module__swMWYG__sendAnother{color:#2dd4bf;cursor:pointer;background:0 0;border:1px solid #2dd4bf4d;border-radius:8px;padding:11px 24px;font-family:Poppins,sans-serif;font-size:.84rem;font-weight:600;transition:all .2s}.contact-module__swMWYG__sendAnother:hover{background:#2dd4bf0f;border-color:#2dd4bf}@media (max-width:960px){.contact-module__swMWYG__grid{grid-template-columns:1fr}.contact-module__swMWYG__info{position:static}}@media (max-width:640px){.contact-module__swMWYG__hero{padding:120px 20px 60px}.contact-module__swMWYG__main{padding:0 20px 80px}.contact-module__swMWYG__row{grid-template-columns:1fr}.contact-module__swMWYG__formWrap{padding:30px 22px}.contact-module__swMWYG__infoCard{padding:30px 24px}.contact-module__swMWYG__orb1{width:400px;height:400px}}
.services-module__g8J8Uq__page{color:#f0f9ff;background:#0a1628;min-height:100vh;font-family:Poppins,sans-serif;overflow-x:hidden}.services-module__g8J8Uq__page:before{content:"";pointer-events:none;z-index:0;background-image:linear-gradient(#2dd4bf08 1px,#0000 1px),linear-gradient(90deg,#2dd4bf08 1px,#0000 1px);background-size:56px 56px;position:fixed;inset:0}.services-module__g8J8Uq__hero{z-index:1;padding:150px 40px 90px;position:relative;overflow:hidden}.services-module__g8J8Uq__heroBg{pointer-events:none;position:absolute;inset:0;overflow:hidden}.services-module__g8J8Uq__orbA{background:radial-gradient(circle,#2dd4bf17 0%,#0000 65%);border-radius:50%;width:600px;height:600px;animation:7s ease-in-out infinite services-module__g8J8Uq__breathe;position:absolute;top:-100px;left:-60px}.services-module__g8J8Uq__orbB{background:radial-gradient(circle,#4eaaff0f 0%,#0000 65%);border-radius:50%;width:360px;height:360px;animation:9s ease-in-out infinite reverse services-module__g8J8Uq__breathe;position:absolute;top:60px;right:-80px}@keyframes services-module__g8J8Uq__breathe{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.1)}}.services-module__g8J8Uq__heroInner{z-index:2;grid-template-columns:1fr auto;align-items:center;gap:40px;max-width:1100px;margin:0 auto;display:grid;position:relative}.services-module__g8J8Uq__heroContent{animation:.7s both services-module__g8J8Uq__fadeUp}@keyframes services-module__g8J8Uq__fadeUp{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}.services-module__g8J8Uq__eyebrow{letter-spacing:.13em;text-transform:uppercase;color:#2dd4bf;background:#2dd4bf1a;border:1px solid #2dd4bf40;border-radius:100px;align-items:center;gap:8px;margin-bottom:22px;padding:5px 18px;font-size:.7rem;font-weight:600;display:inline-flex}.services-module__g8J8Uq__dot{background:#2dd4bf;border-radius:50%;width:6px;height:6px;animation:1.6s ease-in-out infinite services-module__g8J8Uq__blink}@keyframes services-module__g8J8Uq__blink{0%,to{opacity:1}50%{opacity:.2}}.services-module__g8J8Uq__heroContent h1{letter-spacing:-.025em;margin-bottom:18px;font-size:clamp(2.2rem,4vw,3.3rem);font-weight:800;line-height:1.1}.services-module__g8J8Uq__heroContent h1 em{color:#2dd4bf;font-style:normal}.services-module__g8J8Uq__heroSub{color:#f0f9ffa6;max-width:560px;margin-bottom:34px;font-size:1.05rem;font-weight:300;line-height:1.75}.services-module__g8J8Uq__heroCtas{flex-wrap:wrap;gap:12px;display:flex}.services-module__g8J8Uq__btnPrimary{color:#0a1628;cursor:pointer;background:#2dd4bf;border:none;border-radius:7px;align-items:center;gap:9px;padding:14px 28px;font-family:Poppins,sans-serif;font-size:.92rem;font-weight:700;text-decoration:none;transition:all .25s;display:inline-flex;box-shadow:0 0 26px #2dd4bf33}.services-module__g8J8Uq__btnPrimary:hover{background:#5eead4;transform:translateY(-2px);box-shadow:0 8px 34px #2dd4bf5c}.services-module__g8J8Uq__btnPrimary svg{stroke:currentColor;fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}.services-module__g8J8Uq__btnGhost{color:#f0f9ff;background:0 0;border:1px solid #f0f9ff2e;border-radius:7px;align-items:center;gap:8px;padding:14px 28px;font-family:Poppins,sans-serif;font-size:.92rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex}.services-module__g8J8Uq__btnGhost:hover{color:#2dd4bf;border-color:#2dd4bf;transform:translateY(-2px)}.services-module__g8J8Uq__btnGhost svg{stroke:currentColor;fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:14px;height:14px}.services-module__g8J8Uq__heroBadge{background:#0f2040;border:1px solid #2dd4bf2e;border-radius:16px;flex-direction:column;gap:20px;min-width:180px;padding:28px 24px;animation:.7s .15s both services-module__g8J8Uq__fadeUp;display:flex;position:relative}.services-module__g8J8Uq__heroBadge:before{content:"";background:linear-gradient(90deg,#0000,#2dd4bf,#0000);height:2px;position:absolute;top:0;left:0;right:0}.services-module__g8J8Uq__badgeStat{text-align:center}.services-module__g8J8Uq__badgeNum{color:#2dd4bf;margin-bottom:4px;font-size:1.7rem;font-weight:800;line-height:1}.services-module__g8J8Uq__badgeLbl{color:#f0f9ff61;text-transform:uppercase;letter-spacing:.1em;font-size:.66rem;font-weight:500}.services-module__g8J8Uq__badgeSep{background:#2dd4bf1f;width:100%;height:1px}.services-module__g8J8Uq__section{z-index:1;padding:80px 40px;position:relative}.services-module__g8J8Uq__sectionAlt{background:#0e1f3d;border-top:1px solid #2dd4bf12;border-bottom:1px solid #2dd4bf12}.services-module__g8J8Uq__sectionInner{max-width:1100px;margin:0 auto}.services-module__g8J8Uq__sectionHdr{text-align:center;margin-bottom:52px}.services-module__g8J8Uq__sectionTag{letter-spacing:.16em;text-transform:uppercase;color:#2dd4bf;margin-bottom:10px;font-size:.68rem;font-weight:600;display:inline-block}.services-module__g8J8Uq__sectionHdr h2{letter-spacing:-.022em;margin-bottom:12px;font-size:clamp(1.65rem,3vw,2.4rem);font-weight:800;line-height:1.18}.services-module__g8J8Uq__sectionHdr h2 span{color:#2dd4bf}.services-module__g8J8Uq__sectionHdr p{color:#f0f9ff8c;max-width:540px;margin:0 auto;font-size:.95rem;font-weight:300;line-height:1.75}.services-module__g8J8Uq__featureGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;display:grid}.services-module__g8J8Uq__featureGrid2col{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}@media (max-width:640px){.services-module__g8J8Uq__featureGrid2col{grid-template-columns:1fr}}.services-module__g8J8Uq__featureCard{background:#0f2040;border:1px solid #2dd4bf1a;border-radius:14px;padding:28px 24px;transition:all .28s;position:relative;overflow:hidden}.services-module__g8J8Uq__featureCard:after{content:"";opacity:0;background:linear-gradient(90deg,#0000,#2dd4bf,#0000);height:2px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.services-module__g8J8Uq__featureCard:hover{border-color:#2dd4bf47;transform:translateY(-4px);box-shadow:0 16px 40px #0000004d,0 0 24px #2dd4bf12}.services-module__g8J8Uq__featureCard:hover:after{opacity:1}.services-module__g8J8Uq__featureIco{background:#2dd4bf1a;border:1px solid #2dd4bf33;border-radius:11px;justify-content:center;align-items:center;width:42px;height:42px;margin-bottom:16px;display:flex}.services-module__g8J8Uq__featureIco svg{stroke:#2dd4bf;fill:none;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.services-module__g8J8Uq__featureCard h3{color:#f0f9ff;margin-bottom:8px;font-size:1.05rem;font-weight:700}.services-module__g8J8Uq__featureCard p{color:#f0f9ff99;font-size:.86rem;font-weight:300;line-height:1.7}.services-module__g8J8Uq__steps{flex-direction:column;gap:0;max-width:760px;margin:0 auto;display:flex;position:relative}.services-module__g8J8Uq__steps:before{content:"";background:linear-gradient(#2dd4bf4d,#2dd4bf0d);width:1px;position:absolute;top:44px;bottom:44px;left:22px}.services-module__g8J8Uq__step{align-items:flex-start;gap:24px;padding:24px 0;display:flex}.services-module__g8J8Uq__stepNum{color:#2dd4bf;z-index:1;background:#0f2040;border:1px solid #2dd4bf4d;border-radius:50%;justify-content:center;align-items:center;width:44px;min-width:44px;height:44px;font-size:.85rem;font-weight:800;display:flex;position:relative}.services-module__g8J8Uq__stepContent h3{color:#f0f9ff;margin-bottom:5px;font-size:1rem;font-weight:700}.services-module__g8J8Uq__stepContent p{color:#f0f9ff99;font-size:.86rem;font-weight:300;line-height:1.7}.services-module__g8J8Uq__platforms{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:40px;display:flex}.services-module__g8J8Uq__platform{color:#f0f9ffb3;letter-spacing:.04em;background:#2dd4bf12;border:1px solid #2dd4bf2e;border-radius:8px;padding:10px 22px;font-size:.82rem;font-weight:600}.services-module__g8J8Uq__includeGrid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px;display:grid}.services-module__g8J8Uq__includeItem{background:#2dd4bf0a;border:1px solid #2dd4bf1a;border-radius:10px;align-items:flex-start;gap:12px;padding:16px 18px;display:flex}.services-module__g8J8Uq__chk{background:#2dd4bf1f;border:1px solid #2dd4bf59;border-radius:50%;justify-content:center;align-items:center;width:20px;min-width:20px;height:20px;margin-top:1px;display:flex}.services-module__g8J8Uq__chk svg{stroke:#2dd4bf;fill:none;stroke-width:2.5px;stroke-linecap:round;stroke-linejoin:round;width:10px;height:10px}.services-module__g8J8Uq__includeText{color:#f0f9ffbf;font-size:.87rem;font-weight:400;line-height:1.55}.services-module__g8J8Uq__includeText strong{color:#f0f9ff;margin-bottom:2px;font-weight:600;display:block}.services-module__g8J8Uq__cta{z-index:1;text-align:center;padding:80px 40px 100px;position:relative}.services-module__g8J8Uq__ctaInner{background:#0f2040;border:1px solid #2dd4bf26;border-radius:20px;max-width:680px;margin:0 auto;padding:56px 48px;position:relative;overflow:hidden}.services-module__g8J8Uq__ctaInner:before{content:"";background:linear-gradient(90deg,#0000,#2dd4bf 40%,#4ade80 70%,#0000);height:2px;position:absolute;top:0;left:0;right:0}.services-module__g8J8Uq__ctaInner h2{letter-spacing:-.022em;margin-bottom:14px;font-size:clamp(1.7rem,3vw,2.4rem);font-weight:800;line-height:1.15}.services-module__g8J8Uq__ctaInner h2 span{color:#2dd4bf}.services-module__g8J8Uq__ctaInner p{color:#f0f9ff99;margin-bottom:30px;font-size:.93rem;font-weight:300;line-height:1.75}.services-module__g8J8Uq__ctaBtns{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}@media (max-width:900px){.services-module__g8J8Uq__heroInner{grid-template-columns:1fr}.services-module__g8J8Uq__heroBadge{flex-flow:wrap;min-width:auto}.services-module__g8J8Uq__badgeSep{align-self:stretch;width:1px;height:auto}}@media (max-width:640px){.services-module__g8J8Uq__hero{padding:120px 20px 70px}.services-module__g8J8Uq__section{padding:60px 20px}.services-module__g8J8Uq__cta{padding:60px 20px 80px}.services-module__g8J8Uq__ctaInner{padding:36px 24px}.services-module__g8J8Uq__steps:before{display:none}.services-module__g8J8Uq__heroCtas{flex-direction:column}.services-module__g8J8Uq__btnPrimary,.services-module__g8J8Uq__btnGhost{justify-content:center;width:100%}}
