.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;text-decoration:none;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}}
.audit-module__Oinb0q__page{color:#f0f9ff;background:#0a1628;min-height:100vh;font-family:Poppins,sans-serif}.audit-module__Oinb0q__hero{padding:140px 40px 80px;position:relative;overflow:hidden}.audit-module__Oinb0q__heroBg{pointer-events:none;z-index:0;position:absolute;inset:0}.audit-module__Oinb0q__orb1{background:radial-gradient(circle,#2dd4bf1a 0%,#0000 65%);border-radius:50%;width:500px;height:500px;animation:8s ease-in-out infinite audit-module__Oinb0q__breathe;position:absolute;top:-60px;right:10%}.audit-module__Oinb0q__orb2{background:radial-gradient(circle,#4ade8012 0%,#0000 65%);border-radius:50%;width:320px;height:320px;animation:11s ease-in-out infinite reverse audit-module__Oinb0q__breathe;position:absolute;bottom:-80px;left:-80px}@keyframes audit-module__Oinb0q__breathe{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.audit-module__Oinb0q__heroContent{z-index:1;text-align:center;max-width:740px;margin:0 auto;position:relative}.audit-module__Oinb0q__eyebrow{letter-spacing:.14em;text-transform:uppercase;color:#2dd4bf;background:#2dd4bf17;border:1px solid #2dd4bf38;border-radius:100px;align-items:center;gap:8px;margin-bottom:28px;padding:6px 18px;font-size:.68rem;font-weight:600;display:inline-flex}.audit-module__Oinb0q__dot{background:#4ade80;border-radius:50%;width:7px;height:7px;animation:1.6s ease-in-out infinite audit-module__Oinb0q__blink}@keyframes audit-module__Oinb0q__blink{0%,to{opacity:1}50%{opacity:.2}}.audit-module__Oinb0q__heroContent h1{letter-spacing:-.03em;margin-bottom:20px;font-size:clamp(2.4rem,5vw,3.8rem);font-weight:800;line-height:1.08}.audit-module__Oinb0q__heroContent h1 em{color:#2dd4bf;font-style:normal}.audit-module__Oinb0q__heroContent p{color:#f0f9ffa6;max-width:560px;margin:0 auto 36px;font-size:1.05rem;font-weight:300;line-height:1.8}.audit-module__Oinb0q__feature{background:#ffffff08;border:1px solid #2dd4bf1a;border-radius:10px;align-items:flex-start;gap:11px;padding:14px 16px;display:flex}.audit-module__Oinb0q__featureCheck{background:#2dd4bf1a;border:1px solid #2dd4bf4d;border-radius:50%;justify-content:center;align-items:center;width:20px;min-width:20px;height:20px;margin-top:1px;display:flex}.audit-module__Oinb0q__featureCheck svg{stroke:#2dd4bf;fill:none;stroke-width:2.5px;stroke-linecap:round;stroke-linejoin:round;width:10px;height:10px}.audit-module__Oinb0q__feature strong{color:#f0f9ff;margin-bottom:2px;font-size:.82rem;font-weight:600;display:block}.audit-module__Oinb0q__feature span{color:#f0f9ff80;font-size:.74rem;font-weight:300;line-height:1.5}.audit-module__Oinb0q__formSection{grid-template-columns:1fr 340px;align-items:start;gap:40px;max-width:1100px;margin:0 auto;padding:0 40px 100px;display:grid}.audit-module__Oinb0q__formCard{background:#0f2040;border:1px solid #2dd4bf1a;border-radius:20px;padding:44px 40px}.audit-module__Oinb0q__formHeader{margin-bottom:28px}.audit-module__Oinb0q__formHeader h2{letter-spacing:-.022em;margin-bottom:6px;font-size:clamp(1.5rem,2.5vw,2rem);font-weight:800}.audit-module__Oinb0q__formHeader p{color:#f0f9ff80;font-size:.88rem;font-weight:300}.audit-module__Oinb0q__urlField{background:#ffffff08;border:2px solid #2dd4bf26;border-radius:12px;margin-bottom:20px;padding:16px 20px;transition:border-color .2s}.audit-module__Oinb0q__urlField.audit-module__Oinb0q__focused{border-color:#2dd4bf}.audit-module__Oinb0q__urlField.audit-module__Oinb0q__filled{border-color:#2dd4bf4d}.audit-module__Oinb0q__urlField label{color:#f0f9ff8c;text-transform:uppercase;letter-spacing:.1em;align-items:center;gap:8px;margin-bottom:8px;font-size:.75rem;font-weight:600;display:flex}.audit-module__Oinb0q__urlField label svg{stroke:#2dd4bf;fill:none;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:13px;height:13px}.audit-module__Oinb0q__urlField label span{color:#2dd4bf}.audit-module__Oinb0q__urlField input{color:#f0f9ff;background:0 0;border:none;outline:none;width:100%;font-family:Poppins,sans-serif;font-size:1.1rem;font-weight:500}.audit-module__Oinb0q__urlField input::placeholder{color:#f0f9ff40}.audit-module__Oinb0q__row{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px;display:grid}.audit-module__Oinb0q__field{background:#ffffff05;border:1px solid #2dd4bf1f;border-radius:10px;padding:14px 16px;transition:border-color .2s}.audit-module__Oinb0q__field.audit-module__Oinb0q__focused{background:#2dd4bf0a;border-color:#2dd4bf}.audit-module__Oinb0q__field.audit-module__Oinb0q__filled{border-color:#2dd4bf38}.audit-module__Oinb0q__field label{color:#f0f9ff73;text-transform:uppercase;letter-spacing:.1em;margin-bottom:6px;font-size:.68rem;font-weight:600;display:block}.audit-module__Oinb0q__field label span{color:#2dd4bf}.audit-module__Oinb0q__field input{color:#f0f9ff;background:0 0;border:none;outline:none;width:100%;font-family:Poppins,sans-serif;font-size:.93rem}.audit-module__Oinb0q__field input::placeholder{color:#f0f9ff33}.audit-module__Oinb0q__submit{color:#0a1628;cursor:pointer;background:#2dd4bf;border:none;border-radius:10px;justify-content:center;align-items:center;gap:10px;width:100%;margin-top:8px;padding:16px 28px;font-family:Poppins,sans-serif;font-size:1rem;font-weight:700;transition:background .22s,transform .22s,box-shadow .22s;display:flex;box-shadow:0 0 28px #2dd4bf33}.audit-module__Oinb0q__submit:hover:not(:disabled){background:#5eead4;transform:translateY(-2px);box-shadow:0 8px 32px #2dd4bf59}.audit-module__Oinb0q__submit:disabled{opacity:.7;cursor:not-allowed}.audit-module__Oinb0q__submit svg{stroke:currentColor;fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}.audit-module__Oinb0q__spinner{border:2px solid #0a16284d;border-top-color:#0a1628;border-radius:50%;width:18px;height:18px;animation:.7s linear infinite audit-module__Oinb0q__spin}@keyframes audit-module__Oinb0q__spin{to{transform:rotate(360deg)}}.audit-module__Oinb0q__disclaimer{text-align:center;color:#f0f9ff4d;margin-top:14px;font-size:.73rem;font-weight:300}.audit-module__Oinb0q__errorBanner{color:#fca5a5;background:#f871711a;border:1px solid #f871714d;border-radius:8px;margin-bottom:20px;padding:12px 16px;font-size:.85rem}.audit-module__Oinb0q__sidebar{flex-direction:column;gap:20px;display:flex;position:sticky;top:100px}.audit-module__Oinb0q__sideCard{background:#2dd4bf0d;border:1px solid #2dd4bf24;border-radius:16px;padding:28px;position:relative;overflow:hidden}.audit-module__Oinb0q__sideCard:before{content:"";background:linear-gradient(90deg,#2dd4bf,#0000);height:2px;position:absolute;top:0;left:0;right:0}.audit-module__Oinb0q__sideStars{color:#2dd4bf;letter-spacing:2px;margin-bottom:12px;font-size:.85rem}.audit-module__Oinb0q__sideCard p{color:#f0f9ffb8;margin-bottom:12px;font-size:.86rem;font-style:italic;font-weight:300;line-height:1.7}.audit-module__Oinb0q__sideAuthor{color:#2dd4bf;font-size:.74rem;font-weight:600}.audit-module__Oinb0q__sideStats{background:#0f2040;border:1px solid #2dd4bf14;border-radius:14px;justify-content:space-between;gap:10px;padding:20px;display:flex}.audit-module__Oinb0q__sideStat{text-align:center;flex:1}.audit-module__Oinb0q__sideStatNum{color:#2dd4bf;margin-bottom:4px;font-size:1.5rem;font-weight:800;line-height:1}.audit-module__Oinb0q__sideStatLbl{color:#f0f9ff61;text-transform:uppercase;letter-spacing:.08em;font-size:.65rem;font-weight:500}.audit-module__Oinb0q__sideContact{text-align:center;background:#0f2040;border:1px solid #2dd4bf14;border-radius:14px;padding:22px}.audit-module__Oinb0q__sideContact p{color:#f0f9ff80;margin-bottom:8px;font-size:.8rem}.audit-module__Oinb0q__sidePhone{color:#2dd4bf;margin-bottom:4px;font-size:1.3rem;font-weight:800;text-decoration:none;transition:color .2s;display:block}.audit-module__Oinb0q__sidePhone:hover{color:#5eead4}.audit-module__Oinb0q__sideContact span{color:#f0f9ff4d;font-size:.7rem}.audit-module__Oinb0q__featureRow{text-align:left;grid-template-columns:repeat(3,1fr);gap:12px;max-width:780px;margin:0 auto;display:grid}.audit-module__Oinb0q__reportWrap{max-width:860px;margin:0 auto;padding:120px 40px 80px}.audit-module__Oinb0q__report{flex-direction:column;gap:28px;display:flex}.audit-module__Oinb0q__reportHeader{text-align:center}.audit-module__Oinb0q__reportBadge{letter-spacing:.12em;text-transform:uppercase;color:#2dd4bf;background:#2dd4bf1a;border:1px solid #2dd4bf38;border-radius:100px;margin-bottom:16px;padding:5px 16px;font-size:.68rem;font-weight:600;display:inline-block}.audit-module__Oinb0q__reportHeader h2{letter-spacing:-.022em;margin-bottom:6px;font-size:clamp(1.6rem,3vw,2.4rem);font-weight:800}.audit-module__Oinb0q__reportHeader h2 span{color:#2dd4bf}.audit-module__Oinb0q__reportHeader p{color:#f0f9ff66;font-size:.83rem}.audit-module__Oinb0q__overallCard{background:#0f2040;border:1px solid #2dd4bf1f;border-radius:16px;align-items:center;gap:28px;padding:28px 32px;display:flex}.audit-module__Oinb0q__overallText{flex:1}.audit-module__Oinb0q__overallLabel{text-transform:uppercase;letter-spacing:.12em;color:#f0f9ff66;margin-bottom:4px;font-size:.7rem;font-weight:600}.audit-module__Oinb0q__overallGrade{margin-bottom:6px;font-size:1.5rem;font-weight:800}.audit-module__Oinb0q__overallText p{color:#f0f9ff80;font-size:.82rem;font-weight:300;line-height:1.6}.audit-module__Oinb0q__scoreGrid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.audit-module__Oinb0q__scoreCard{text-align:center;background:#0f2040;border:1px solid #2dd4bf14;border-radius:14px;flex-direction:column;align-items:center;gap:8px;padding:22px 16px;display:flex}.audit-module__Oinb0q__scoreLabel{color:#f0f9ff;font-size:.82rem;font-weight:600}.audit-module__Oinb0q__scoreGradeLbl{text-transform:uppercase;letter-spacing:.08em;font-size:.68rem;font-weight:500}.audit-module__Oinb0q__block{background:#0f2040;border:1px solid #2dd4bf14;border-radius:16px;padding:28px 32px}.audit-module__Oinb0q__blockTitle{color:#f0f9ff;align-items:center;gap:9px;margin-bottom:20px;font-size:.92rem;font-weight:700;display:flex}.audit-module__Oinb0q__blockTitle svg{stroke:#2dd4bf;fill:none;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;width:16px;height:16px}.audit-module__Oinb0q__blockTitle span{color:#f0f9ff66;font-weight:300}.audit-module__Oinb0q__blockMeta{color:#f0f9ff59;margin-left:auto;font-size:.72rem;font-weight:400}.audit-module__Oinb0q__vitalsGrid{grid-template-columns:repeat(5,1fr);gap:12px;display:grid}.audit-module__Oinb0q__vitalItem{text-align:center}.audit-module__Oinb0q__vitalAbbr{color:#2dd4bf;text-transform:uppercase;letter-spacing:.1em;margin-bottom:4px;font-size:.62rem;font-weight:700}.audit-module__Oinb0q__vitalVal{color:#f0f9ff;margin-bottom:4px;font-size:.95rem;font-weight:700}.audit-module__Oinb0q__vitalDesc{color:#f0f9ff59;font-size:.65rem;font-weight:300;line-height:1.4}.audit-module__Oinb0q__checksGrid{flex-direction:column;gap:0;display:flex}.audit-module__Oinb0q__checkRow{border-bottom:1px solid #f0f9ff0a;align-items:flex-start;gap:12px;padding:12px 0;display:flex}.audit-module__Oinb0q__checkRow:last-child{border-bottom:none;padding-bottom:0}.audit-module__Oinb0q__checkRow:first-child{padding-top:0}.audit-module__Oinb0q__checkOk,.audit-module__Oinb0q__checkFail{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;min-width:18px;height:18px;margin-top:1px;display:flex}.audit-module__Oinb0q__checkOk{background:#4ade801f;border:1px solid #4ade804d}.audit-module__Oinb0q__checkOk svg{stroke:#4ade80;fill:none;stroke-width:2.5px;stroke-linecap:round;stroke-linejoin:round;width:9px;height:9px}.audit-module__Oinb0q__checkFail{background:#fb923c1a;border:1px solid #fb923c4d}.audit-module__Oinb0q__checkFail svg{stroke:#fb923c;fill:none;stroke-width:2.5px;stroke-linecap:round;stroke-linejoin:round;width:9px;height:9px}.audit-module__Oinb0q__checkContent{flex:1}.audit-module__Oinb0q__checkLabel{color:#f0f9ff;margin-bottom:2px;font-size:.84rem;font-weight:600;display:block}.audit-module__Oinb0q__checkNote{color:#f0f9ff73;font-size:.74rem;font-weight:300;line-height:1.5}.audit-module__Oinb0q__checkValue{white-space:nowrap;font-size:.75rem;font-weight:600}.audit-module__Oinb0q__allGood{color:#4ade80;align-items:center;gap:10px;padding:14px 0;font-size:.88rem;font-weight:500;display:flex}.audit-module__Oinb0q__allGood svg{stroke:#4ade80;fill:none;stroke-width:2.5px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.audit-module__Oinb0q__brokenList{flex-direction:column;gap:8px;display:flex}.audit-module__Oinb0q__brokenItem{background:#f871710f;border:1px solid #f8717126;border-radius:8px;align-items:center;gap:12px;padding:10px 14px;display:flex}.audit-module__Oinb0q__brokenStatus{color:#f87171;min-width:36px;font-size:.75rem;font-weight:800}.audit-module__Oinb0q__brokenUrl{color:#f0f9ff8c;word-break:break-all;font-size:.78rem;font-weight:300}.audit-module__Oinb0q__timeoutNote{color:#f0f9ff4d;margin-top:10px;font-size:.74rem;font-weight:300}.audit-module__Oinb0q__desktopRow{background:#0f2040;border:1px solid #2dd4bf14;border-radius:14px;align-items:center;gap:16px;padding:20px 28px;display:flex}.audit-module__Oinb0q__desktopLabel{color:#f0f9ff80;flex:1;align-items:center;gap:8px;font-size:.8rem;font-weight:600;display:flex}.audit-module__Oinb0q__desktopLabel svg{stroke:#2dd4bf;fill:none;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:15px;height:15px}.audit-module__Oinb0q__desktopScores{gap:28px;display:flex}.audit-module__Oinb0q__desktopScore{text-align:center}.audit-module__Oinb0q__desktopScore span{font-size:1.6rem;font-weight:800;display:block}.audit-module__Oinb0q__desktopScore div{color:#f0f9ff59;text-transform:uppercase;letter-spacing:.08em;font-size:.65rem;font-weight:500}.audit-module__Oinb0q__finding{border-bottom:1px solid #f0f9ff0d;gap:18px;padding:14px 0;display:flex}.audit-module__Oinb0q__finding:last-child{border-bottom:none;padding-bottom:0}.audit-module__Oinb0q__finding:first-child{padding-top:0}.audit-module__Oinb0q__findingNum{color:#2dd4bf;min-width:28px;padding-top:2px;font-size:.7rem;font-weight:800}.audit-module__Oinb0q__findingTitle{color:#f0f9ff;margin-bottom:4px;font-size:.88rem;font-weight:600}.audit-module__Oinb0q__findingDesc{color:#f0f9ff80;font-size:.78rem;font-weight:300;line-height:1.6}.audit-module__Oinb0q__reportCta{text-align:center;background:#2dd4bf0d;border:1px solid #2dd4bf24;border-radius:16px;flex-direction:column;align-items:center;gap:10px;padding:40px 36px;display:flex}.audit-module__Oinb0q__reportCta h3{letter-spacing:-.02em;margin-bottom:2px;font-size:1.3rem;font-weight:800}.audit-module__Oinb0q__reportCta p{color:#f0f9ff99;margin-bottom:8px;font-size:.92rem;font-weight:300}.audit-module__Oinb0q__reportCtaBtns{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.audit-module__Oinb0q__btnPrimary{color:#0a1628;cursor:pointer;background:#2dd4bf;border:none;border-radius:8px;align-items:center;gap:9px;padding:14px 28px;font-family:Poppins,sans-serif;font-size:.93rem;font-weight:700;text-decoration:none;transition:background .22s,transform .22s,box-shadow .22s;display:inline-flex;box-shadow:0 0 28px #2dd4bf33}.audit-module__Oinb0q__btnPrimary:hover{background:#5eead4;transform:translateY(-2px);box-shadow:0 8px 32px #2dd4bf59}.audit-module__Oinb0q__btnPrimary svg{stroke:currentColor;fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:15px;height:15px}.audit-module__Oinb0q__btnGhost{color:#f0f9ff;background:0 0;border:1px solid #f0f9ff29;border-radius:8px;align-items:center;gap:8px;padding:13px 26px;font-family:Poppins,sans-serif;font-size:.9rem;font-weight:600;text-decoration:none;transition:border-color .22s,color .22s,transform .22s;display:inline-flex}.audit-module__Oinb0q__btnGhost:hover{color:#2dd4bf;border-color:#2dd4bf;transform:translateY(-2px)}.audit-module__Oinb0q__btnGhost svg{stroke:currentColor;fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:14px;height:14px}@media (max-width:960px){.audit-module__Oinb0q__formSection{grid-template-columns:1fr;max-width:680px}.audit-module__Oinb0q__sidebar{flex-flow:wrap;position:static}.audit-module__Oinb0q__sideCard{flex:280px}.audit-module__Oinb0q__sideStats,.audit-module__Oinb0q__sideContact{flex:200px}.audit-module__Oinb0q__scoreGrid,.audit-module__Oinb0q__vitalsGrid{grid-template-columns:repeat(3,1fr)}}@media (max-width:640px){.audit-module__Oinb0q__hero{padding:110px 20px 60px}.audit-module__Oinb0q__formSection{padding:0 20px 80px}.audit-module__Oinb0q__formCard{padding:28px 20px}.audit-module__Oinb0q__featureRow,.audit-module__Oinb0q__row{grid-template-columns:1fr}.audit-module__Oinb0q__reportWrap{padding:100px 20px 60px}.audit-module__Oinb0q__block{padding:20px}.audit-module__Oinb0q__scoreGrid,.audit-module__Oinb0q__vitalsGrid{grid-template-columns:repeat(2,1fr)}.audit-module__Oinb0q__overallCard{text-align:center;flex-direction:column}.audit-module__Oinb0q__desktopRow{flex-wrap:wrap;gap:16px}.audit-module__Oinb0q__desktopScores{justify-content:space-around;width:100%}.audit-module__Oinb0q__reportCtaBtns{flex-direction:column;width:100%}.audit-module__Oinb0q__btnPrimary,.audit-module__Oinb0q__btnGhost{justify-content:center;width:100%}}.audit-module__Oinb0q__printBar{background:#2dd4bf0d;border:1px solid #2dd4bf24;border-radius:12px;align-items:center;gap:14px;margin-bottom:24px;padding:16px 22px;display:flex}.audit-module__Oinb0q__btnPrint{color:#2dd4bf;cursor:pointer;white-space:nowrap;background:#2dd4bf1f;border:1px solid #2dd4bf4d;border-radius:8px;align-items:center;gap:8px;padding:10px 18px;font-family:Poppins,sans-serif;font-size:.85rem;font-weight:600;transition:background .2s,transform .2s;display:inline-flex}.audit-module__Oinb0q__btnPrint:hover{background:#2dd4bf38;transform:translateY(-1px)}.audit-module__Oinb0q__btnPrint svg{stroke:currentColor;fill:none;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:15px;height:15px}.audit-module__Oinb0q__printBar span{color:#f0f9ff66;font-size:.75rem;font-weight:300}@media print{.audit-module__Oinb0q__page,body,html{color:#111827!important;background:#fff!important}.audit-module__Oinb0q__hero,.audit-module__Oinb0q__formSection,.audit-module__Oinb0q__featureSection,.audit-module__Oinb0q__reportCta,.audit-module__Oinb0q__printBar{display:none!important}.audit-module__Oinb0q__reportWrap{background:#fff!important;padding:0!important}.audit-module__Oinb0q__block{break-inside:avoid;page-break-inside:avoid;color:#111827!important;background:#f9fafb!important;border:1px solid #e5e7eb!important}.audit-module__Oinb0q__blockTitle,.audit-module__Oinb0q__ringLabel,.audit-module__Oinb0q__ringScore{color:#111827!important}.audit-module__Oinb0q__checkLabel,.audit-module__Oinb0q__checkNote,.audit-module__Oinb0q__checkVal{color:#374151!important}.audit-module__Oinb0q__checkPass{color:#15803d!important}.audit-module__Oinb0q__checkFail{color:#b45309!important}.audit-module__Oinb0q__overallCard{color:#111827!important;background:#f0fdf4!important;border:1px solid #bbf7d0!important}.audit-module__Oinb0q__overallScore,.audit-module__Oinb0q__overallGrade{color:#111827!important}.audit-module__Oinb0q__vitalCard{color:#111827!important;background:#f9fafb!important;border:1px solid #e5e7eb!important}.audit-module__Oinb0q__vitalLabel,.audit-module__Oinb0q__vitalVal{color:#374151!important}.audit-module__Oinb0q__findingItem{color:#111827!important;background:#f9fafb!important;border:1px solid #e5e7eb!important}.audit-module__Oinb0q__findingTitle,.audit-module__Oinb0q__findingDesc{color:#374151!important}:is(nav,footer,header){display:none!important}.audit-module__Oinb0q__scoreGrid,.audit-module__Oinb0q__vitalsGrid{break-inside:avoid;page-break-inside:avoid}}
.v2-module__kbRavG__page{color:#f0f9ff;background:#0a1628;min-height:100vh;font-family:Poppins,sans-serif;overflow-x:hidden}.v2-module__kbRavG__reveal{opacity:0;transition:opacity .65s,transform .65s;transform:translateY(28px)}.v2-module__kbRavG__reveal.v2-module__kbRavG__visible{opacity:1;transform:translateY(0)}.v2-module__kbRavG__hero{background:#0a1628;align-items:center;min-height:100vh;padding:130px 40px 90px;display:flex;position:relative}.v2-module__kbRavG__heroInner{grid-template-columns:1fr 1fr;align-items:center;gap:60px;width:100%;max-width:1140px;margin:0 auto;display:grid}.v2-module__kbRavG__hero:before{content:"";pointer-events:none;background-image:linear-gradient(#2dd4bf08 1px,#0000 1px),linear-gradient(90deg,#2dd4bf08 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0}.v2-module__kbRavG__heroLeft{z-index:1;position:relative}.v2-module__kbRavG__heroRight{z-index:1;justify-content:center;align-items:center;display:flex;position:relative}.v2-module__kbRavG__eyebrow{letter-spacing:.14em;text-transform:uppercase;color:#2dd4bf;opacity:0;background:#2dd4bf17;border:1px solid #2dd4bf38;border-radius:100px;align-items:center;gap:8px;margin-bottom:30px;padding:6px 18px;font-size:.68rem;font-weight:600;animation:.7s cubic-bezier(.22,1,.36,1) .1s forwards v2-module__kbRavG__lineUp;display:inline-flex}.v2-module__kbRavG__dot{background:#2dd4bf;border-radius:50%;width:7px;height:7px;animation:1.6s ease-in-out infinite v2-module__kbRavG__blink}@keyframes v2-module__kbRavG__blink{0%,to{opacity:1}50%{opacity:.2}}.v2-module__kbRavG__headline{letter-spacing:-.03em;flex-direction:column;margin-bottom:26px;font-size:clamp(2.2rem,4.5vw,3.6rem);font-weight:800;line-height:1.06;display:flex}.v2-module__kbRavG__headline span{opacity:0;display:block;transform:translateY(26px)}.v2-module__kbRavG__headline span:first-child{animation:.7s cubic-bezier(.22,1,.36,1) .2s forwards v2-module__kbRavG__lineUp}.v2-module__kbRavG__headline span:nth-child(2){animation:.7s cubic-bezier(.22,1,.36,1) .34s forwards v2-module__kbRavG__lineUp}.v2-module__kbRavG__headline span:nth-child(3){animation:.7s cubic-bezier(.22,1,.36,1) .48s forwards v2-module__kbRavG__lineUp}.v2-module__kbRavG__headline span:nth-child(4){animation:.7s cubic-bezier(.22,1,.36,1) .6s forwards v2-module__kbRavG__lineUp}.v2-module__kbRavG__headline em{color:#2dd4bf;font-style:normal}@keyframes v2-module__kbRavG__lineUp{to{opacity:1;transform:translateY(0)}}.v2-module__kbRavG__heroSub{color:#f0f9ff99;opacity:0;max-width:480px;margin-bottom:36px;font-size:1rem;font-weight:300;line-height:1.82;animation:.7s cubic-bezier(.22,1,.36,1) .76s forwards v2-module__kbRavG__lineUp}.v2-module__kbRavG__heroCtas{opacity:0;flex-wrap:wrap;gap:13px;animation:.7s cubic-bezier(.22,1,.36,1) .88s forwards v2-module__kbRavG__lineUp;display:flex}.v2-module__kbRavG__btnPrimary{color:#0a1628;cursor:pointer;background:#2dd4bf;border:none;border-radius:8px;align-items:center;gap:9px;padding:14px 26px;font-family:Poppins,sans-serif;font-size:.9rem;font-weight:700;text-decoration:none;transition:background .22s,transform .22s,box-shadow .22s;display:inline-flex;box-shadow:0 0 28px #2dd4bf33}.v2-module__kbRavG__btnPrimary:hover{background:#5eead4;transform:translateY(-2px);box-shadow:0 8px 32px #2dd4bf5c}.v2-module__kbRavG__btnPrimary svg{stroke:currentColor;fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:15px;height:15px}.v2-module__kbRavG__btnGhost{color:#f0f9ff;background:0 0;border:1px solid #f0f9ff29;border-radius:8px;align-items:center;gap:8px;padding:14px 26px;font-family:Poppins,sans-serif;font-size:.9rem;font-weight:600;text-decoration:none;transition:border-color .22s,color .22s,transform .22s;display:inline-flex}.v2-module__kbRavG__btnGhost:hover{color:#2dd4bf;border-color:#2dd4bf;transform:translateY(-2px)}.v2-module__kbRavG__btnGhost svg{stroke:currentColor;fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:14px;height:14px}.v2-module__kbRavG__logoSvg{width:100%;max-width:460px;height:auto}@keyframes v2-module__kbRavG__pawPop{0%{opacity:0;transform:scale(.2)}70%{opacity:1;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}@keyframes v2-module__kbRavG__wordIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes v2-module__kbRavG__dotPop{0%{opacity:0;transform:scale(0)}60%{opacity:1;transform:scale(1.3)}to{opacity:1;transform:scale(1)}}.v2-module__kbRavG__pawHeel,.v2-module__kbRavG__pawToe,.v2-module__kbRavG__pawDot{transform-box:fill-box;transform-origin:50%;opacity:0}.v2-module__kbRavG__pawHeel{animation:.55s cubic-bezier(.22,1,.36,1) .1s forwards v2-module__kbRavG__pawPop}.v2-module__kbRavG__pawToe1{animation:.45s cubic-bezier(.22,1,.36,1) .55s forwards v2-module__kbRavG__pawPop}.v2-module__kbRavG__pawToe2{animation:.45s cubic-bezier(.22,1,.36,1) .7s forwards v2-module__kbRavG__pawPop}.v2-module__kbRavG__pawToe3{animation:.45s cubic-bezier(.22,1,.36,1) .85s forwards v2-module__kbRavG__pawPop}.v2-module__kbRavG__pawToe4{animation:.45s cubic-bezier(.22,1,.36,1) 1s forwards v2-module__kbRavG__pawPop}.v2-module__kbRavG__pawDot{transform-box:fill-box;transform-origin:50%}.v2-module__kbRavG__pawDot1{animation:.35s cubic-bezier(.22,1,.36,1) .65s forwards v2-module__kbRavG__dotPop}.v2-module__kbRavG__pawDot2{animation:.35s cubic-bezier(.22,1,.36,1) .8s forwards v2-module__kbRavG__dotPop}.v2-module__kbRavG__pawDot3{animation:.35s cubic-bezier(.22,1,.36,1) .9s forwards v2-module__kbRavG__dotPop}.v2-module__kbRavG__pawDot4{animation:.35s cubic-bezier(.22,1,.36,1) 1.05s forwards v2-module__kbRavG__dotPop}.v2-module__kbRavG__logoWordBig{opacity:0;animation:.65s cubic-bezier(.22,1,.36,1) 1.15s forwards v2-module__kbRavG__wordIn}.v2-module__kbRavG__logoWordSmall{opacity:0;animation:.55s cubic-bezier(.22,1,.36,1) 1.35s forwards v2-module__kbRavG__wordIn}.v2-module__kbRavG__proof{background:#0c1b35;border-top:1px solid #2dd4bf1a;border-bottom:1px solid #2dd4bf1a;flex-wrap:wrap;justify-content:center;align-items:stretch;display:flex}.v2-module__kbRavG__proofItem{text-align:center;border-right:1px solid #2dd4bf14;flex:1;min-width:140px;padding:28px 20px}.v2-module__kbRavG__proofItem:last-child{border-right:none}.v2-module__kbRavG__proofNum{color:#2dd4bf;margin-bottom:5px;font-size:1.75rem;font-weight:800;line-height:1}.v2-module__kbRavG__proofLbl{color:#f0f9ff61;text-transform:uppercase;letter-spacing:.1em;font-size:.67rem;font-weight:500}.v2-module__kbRavG__services{background:#0a1628;padding:96px 40px 80px}.v2-module__kbRavG__servicesInner{max-width:900px;margin:0 auto}.v2-module__kbRavG__servicesHdr{margin-bottom:52px}.v2-module__kbRavG__tag{letter-spacing:.18em;text-transform:uppercase;color:#2dd4bf;margin-bottom:12px;font-size:.65rem;font-weight:600;display:inline-block}.v2-module__kbRavG__servicesHdr h2{letter-spacing:-.022em;font-size:clamp(1.8rem,3.2vw,2.6rem);font-weight:800;line-height:1.15}.v2-module__kbRavG__servicesList{border-top:1px solid #f0f9ff14}.v2-module__kbRavG__serviceRow{color:inherit;border-bottom:1px solid #f0f9ff14;grid-template-columns:56px 1fr 32px;align-items:center;gap:24px;padding:28px 0;text-decoration:none;transition:background .2s;display:grid;position:relative}.v2-module__kbRavG__serviceRow:after{content:"";transform-origin:bottom;background:#2dd4bf;border-radius:2px;width:3px;transition:transform .28s cubic-bezier(.22,1,.36,1);position:absolute;top:0;bottom:0;left:-12px;transform:scaleY(0)}.v2-module__kbRavG__serviceRow:hover:after{transform:scaleY(1)}.v2-module__kbRavG__serviceRow:hover .v2-module__kbRavG__serviceNum,.v2-module__kbRavG__serviceRow:hover .v2-module__kbRavG__serviceTitle{color:#2dd4bf}.v2-module__kbRavG__serviceRow:hover .v2-module__kbRavG__serviceArrow{stroke:#2dd4bf;transform:translate(5px)}.v2-module__kbRavG__serviceNum{color:#f0f9ff38;letter-spacing:.08em;align-self:start;padding-top:3px;font-size:.75rem;font-weight:800;transition:color .2s}.v2-module__kbRavG__serviceBody{flex-direction:column;gap:5px;display:flex}.v2-module__kbRavG__serviceTitle{color:#f0f9ff;font-size:1.05rem;font-weight:700;line-height:1.3;transition:color .2s}.v2-module__kbRavG__serviceDesc{color:#f0f9ff80;font-size:.85rem;font-weight:300;line-height:1.65}.v2-module__kbRavG__serviceArrow{stroke:#f0f9ff4d;fill:none;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;width:18px;height:18px;transition:transform .25s,stroke .2s}.v2-module__kbRavG__servicesCta{margin-top:44px}.v2-module__kbRavG__why{background:#0d1e38;padding:100px 40px}.v2-module__kbRavG__whyInner{grid-template-columns:1fr 1fr;align-items:start;gap:72px;max-width:960px;margin:0 auto;display:grid}.v2-module__kbRavG__whyQuoteBlock{background:#2dd4bf0d;border:1px solid #2dd4bf24;border-radius:16px;padding:40px 36px;position:relative;overflow:hidden}.v2-module__kbRavG__whyQuoteBlock:before{content:"";background:linear-gradient(90deg,#2dd4bf,#0000);height:2px;position:absolute;top:0;left:0;right:0}.v2-module__kbRavG__quoteMark{color:#2dd4bf;opacity:.3;margin-bottom:16px;font-family:Georgia,serif;font-size:5rem;line-height:.7;display:block}.v2-module__kbRavG__quoteText{color:#f0f9ffc7;margin-bottom:20px;font-size:1rem;font-style:italic;font-weight:300;line-height:1.75}.v2-module__kbRavG__quoteAuthor{color:#2dd4bf;margin-bottom:8px;font-size:.78rem;font-weight:600}.v2-module__kbRavG__quoteStars{color:#2dd4bf;letter-spacing:2px;font-size:.85rem}.v2-module__kbRavG__whyGrid{flex-direction:column;gap:32px;display:flex}.v2-module__kbRavG__whyLeft{flex-direction:column;gap:0;display:flex}.v2-module__kbRavG__whyLeft h2{letter-spacing:-.022em;margin-bottom:14px;font-size:clamp(1.5rem,2.6vw,2.1rem);font-weight:800;line-height:1.2}.v2-module__kbRavG__whyLeft p{color:#f0f9ff94;margin-bottom:24px;font-size:.88rem;font-weight:300;line-height:1.8}.v2-module__kbRavG__whyPoints{flex-direction:column;gap:14px;margin:0;padding:0;list-style:none;display:flex}.v2-module__kbRavG__whyPoints li{color:#f0f9ff9e;align-items:flex-start;gap:12px;font-size:.86rem;font-weight:300;line-height:1.55;display:flex}.v2-module__kbRavG__whyPoints li strong{color:#f0f9ff;font-weight:600}.v2-module__kbRavG__chk{background:#2dd4bf14;border:1px solid #2dd4bf4d;border-radius:50%;justify-content:center;align-items:center;width:20px;min-width:20px;height:20px;margin-top:1px;display:flex}.v2-module__kbRavG__chk svg{stroke:#2dd4bf;fill:none;stroke-width:2.5px;stroke-linecap:round;stroke-linejoin:round;width:10px;height:10px}.v2-module__kbRavG__cta{text-align:center;background:#0a1628;padding:100px 40px;position:relative;overflow:hidden}.v2-module__kbRavG__cta:before{content:"";pointer-events:none;background:radial-gradient(#2dd4bf17 0%,#0000 65%);width:600px;height:300px;position:absolute;top:-80px;left:50%;transform:translate(-50%)}.v2-module__kbRavG__ctaInner{z-index:1;flex-direction:column;align-items:center;max-width:580px;margin:0 auto;display:flex;position:relative}.v2-module__kbRavG__ctaInner h2{letter-spacing:-.022em;margin-bottom:12px;font-size:clamp(1.8rem,3.4vw,2.8rem);font-weight:800;line-height:1.15}.v2-module__kbRavG__ctaInner>p{color:#f0f9ff8c;margin-bottom:32px;font-size:.95rem;font-weight:300;line-height:1.75}.v2-module__kbRavG__phoneBig{color:#2dd4bf;align-items:center;gap:12px;margin-bottom:6px;font-size:clamp(1.7rem,3.5vw,2.6rem);font-weight:800;text-decoration:none;transition:color .2s,transform .2s;display:inline-flex}.v2-module__kbRavG__phoneBig:hover{color:#5eead4;transform:scale(1.02)}.v2-module__kbRavG__phoneBig svg{stroke:currentColor;fill:none;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:28px;height:28px}.v2-module__kbRavG__phoneHint{color:#f0f9ff47;letter-spacing:.14em;text-transform:uppercase;margin-bottom:28px;font-size:.67rem;font-weight:500;display:block}@media (max-width:980px){.v2-module__kbRavG__whyInner{grid-template-columns:1fr;gap:48px}}@media (max-width:860px){.v2-module__kbRavG__hero{padding:110px 40px 60px}.v2-module__kbRavG__heroInner{grid-template-columns:1fr;gap:40px}.v2-module__kbRavG__heroRight{order:-1}.v2-module__kbRavG__logoSvg{max-width:300px}}@media (max-width:640px){.v2-module__kbRavG__hero{padding:100px 20px 50px}.v2-module__kbRavG__services{padding:64px 20px 60px}.v2-module__kbRavG__why{padding:64px 20px}.v2-module__kbRavG__cta{padding:70px 20px}.v2-module__kbRavG__proof{flex-direction:column}.v2-module__kbRavG__proofItem{border-bottom:1px solid #2dd4bf14;border-right:none}.v2-module__kbRavG__proofItem:last-child{border-bottom:none}.v2-module__kbRavG__serviceRow{grid-template-columns:44px 1fr 24px;gap:14px}.v2-module__kbRavG__heroCtas{flex-direction:column}.v2-module__kbRavG__btnPrimary,.v2-module__kbRavG__btnGhost{justify-content:center;width:100%}}
.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%}}
