*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:100px}
body{margin:0;overflow-x:hidden;background:var(--kt-bg);color:var(--kt-text);font-family:"IBM Plex Sans",system-ui,-apple-system,"Segoe UI",sans-serif;font-size:var(--kt-body-size,16px);line-height:1.65;-webkit-font-smoothing:antialiased}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
h1,h2,h3,p{margin-top:0}
h1,h2,h3,h4,h5,h6{font-family:"Exo 2",system-ui,-apple-system,"Segoe UI",sans-serif;font-weight:650;letter-spacing:-.035em;line-height:1.03}
h2{margin-bottom:20px;font-size:clamp(2.45rem,5vw,var(--kt-section-title-size,58px))}
h3{font-size:1.35rem}
p{color:var(--kt-muted)}
ul{padding:0;margin:0;list-style:none}
.container{width:min(calc(100% - 40px),var(--kt-content));margin-inline:auto}
.section{position:relative;padding:clamp(82px,9vw,140px) 0}
.eyebrow{margin:0 0 14px;color:var(--kt-accent-2);font-family:"Rajdhani",system-ui,-apple-system,"Segoe UI",sans-serif;font-size:.82rem;font-weight:700;letter-spacing:.19em;text-transform:uppercase}
.eyebrow-purple{display:inline-block;padding:0;border:0;background:none;box-shadow:none;font-size:.88rem;letter-spacing:.21em}
.eyebrow-color-cycle{background:linear-gradient(90deg,#a855f7 0%,#d8b4fe 34%,#67e8f9 58%,#c084fc 78%,#a855f7 100%);background-size:260% 100%;-webkit-background-clip:text;background-clip:text;color:transparent;animation:kt-eyebrow-spectrum 7s ease-in-out infinite}
.centered .eyebrow-purple,.trust-heading .eyebrow-purple{margin-inline:auto}
.section-header{max-width:850px;margin-bottom:54px}
.section-header.centered{text-align:center;margin-inline:auto}
.section-header>p:last-child{font-size:1.08rem}
.skip-link{position:fixed;left:12px;top:-100px;z-index:99999;padding:12px 16px;border-radius:0;background:#fff;color:#111}
.skip-link:focus{top:12px}
:focus-visible{outline:3px solid var(--kt-cyan);outline-offset:4px}
.icon{display:inline-grid;place-items:center;width:1.2em;height:1.2em;vertical-align:-.18em}
.icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
@keyframes kt-eyebrow-spectrum{0%,100%{background-position:0 50%}50%{background-position:100% 50%}}
.brand-copy,.stat-item,.service-card,.process-step-number,.header-phone,.partner-logo,.faq-list summary{font-family:"Rajdhani",system-ui,-apple-system,"Segoe UI",sans-serif}
.reveal{opacity:0;transform:translateY(24px);transition:opacity .68s ease,transform .68s cubic-bezier(.22,.8,.3,1)}
.reveal.is-visible{opacity:1;transform:none}
