:root{--bg-color: #fff;--alt-bg-color: #eee;--heading-color: #000;--link-color: #1f0057;--text-color: #333;--accent-color: #0f62fe;--font-family: "Inter", "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;--font-size: 1.6rem;--font-family-mono: "JetBrains Mono", "SFMono-Regular", ui-monospace, "Fira Code", monospace;--shadow-soft: 0 18px 40px rgba(26, 26, 26, 0.08)}*{border:0;box-sizing:border-box;line-height:1;margin:0;padding:0}html{font-size:62.5%;scroll-behavior:smooth}body{background:var(--bg-color);color:var(--text-color);font-family:var(--font-family);font-size:var(--font-size)}h1,h2,h3{color:var(--heading-color);line-height:1.3}a{color:var(--link-color);text-decoration:none}p{line-height:1.45}.noscroll{overflow:hidden}@font-face{font-display:swap;font-family:"JetBrains Mono";font-style:normal;font-weight:400;src:url(../fonts/jetbrains-mono-v24-latin-regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:"Inter";font-style:normal;font-weight:400;src:url(../fonts/inter-v20-latin-regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:"Inter";font-style:normal;font-weight:600;src:url(../fonts/inter-v20-latin-600.woff2) format("woff2")}@font-face{font-display:swap;font-family:"Inter";font-style:normal;font-weight:700;src:url(../fonts/inter-v20-latin-700.woff2) format("woff2")}.animate-up{opacity:0;transform:translate3d(0, 15px 0);will-change:opacity,transform}@media(prefers-reduced-motion: reduce){.animate-up{opacity:1;transform:none}}.animate-up.is-visible{animation:fade-in-up .25s ease-out .25s both}@media(prefers-reduced-motion: reduce){.animate-up.is-visible{animation:none !important}}.animate-up.animate-delay-1.is-visible{animation:fade-in-up .25s ease-out .08s both}.animate-up.animate-delay-2.is-visible{animation:fade-in-up .25s ease-out .16s both}.animate-up.animate-delay-3.is-visible{animation:fade-in-up .25s ease-out .2s both}@keyframes fade-in-up{from{opacity:0;transform:translate3d(0, 15px, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.button{background:var(--accent-color);border:1px solid rgba(0,0,0,0);border-radius:100px;color:#fff;font-size:1.4rem;font-weight:600;letter-spacing:.04em;padding:17px 30px;text-align:center;text-transform:uppercase;user-select:none}.button--secondary{background:rgba(0,0,0,0);border-color:#fff;color:#fff}.card{align-items:center;background:#fff;border:1px solid rgba(26,26,26,.08);border-radius:16px;box-shadow:var(--shadow-soft);display:flex;gap:30px;padding:30px}.card--simple{display:block}.card-icon{align-items:center;background-color:rgba(240,240,240,.8);border-radius:14px;color:#999;display:inline-flex;height:56px;padding:12px;width:56px}.card-icon>svg{fill:none;height:28px;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.6;width:28px}.card-heading{align-items:center;display:flex;gap:15px}.card-step{display:inline-flex;align-items:center;justify-content:center;width:3.6rem;height:3.6rem;border-radius:999px;background:linear-gradient(135deg, #1F0057, #4300BD);color:#fff;font-weight:600;font-size:1.6rem}.card-content>h2{font-size:3.6rem;line-height:1.25;margin:10px 0}.card-content>h3{font-size:2.4rem;line-height:1.45}.card-content>ul{display:block;margin:30px 0}.card-content>ul>li{display:flex;gap:15px;line-height:1.45;margin:20px 0}.card-list-icon{color:var(--accent-color);font-size:1.6rem;font-weight:600;line-height:1.2}.card-eyebrow{color:var(--accent-color);font-size:1.2rem;letter-spacing:.14em;line-height:1.35;text-transform:uppercase}.card-content>p{font-size:1.4rem;line-height:1.6;margin:15px 0}.consent{background:#fff;border:1px solid #ccc;border-radius:30px;bottom:30px;display:none;padding:30px 40px;position:fixed;right:30px}@media(max-width: 767px){.consent{left:20px;right:20px}}.consent-title{font-size:2.4rem;font-weight:600}.consent-message{font-size:1.4rem;margin:15px 0}.consent-fields{font-size:1.4rem;margin:15px 0}.consent-fields label{font-size:1.4rem;margin-left:10px;user-select:none}.consent-buttons{display:flex;gap:10px}.consent-buttons input{border-radius:100px;padding:10px 15px}.consent-buttons input:last-child{background:var(--accent-color);color:#fff}.container{margin:0 auto;max-width:1140px;padding:0 30px}.footer{font-size:1.4rem;padding:30px 0}.footer>.container{display:flex;gap:15px;justify-content:space-between}@media(max-width: 767px){.footer>.container{flex-direction:column}}.footer-copyright{line-height:1.35}.footer-links ul{display:flex;gap:15px}.footer-links li{display:block;line-height:1.35}.footer a{color:var(--text-color)}.grid{display:grid;gap:25px;grid-template-columns:repeat(1, minmax(0, 1fr));margin:50px 0 30px 0}@media(min-width: 768px){.grid{grid-template-columns:repeat(2, minmax(auto, 1fr))}}@media(min-width: 768px){.grid--3col{grid-template-columns:repeat(3, minmax(auto, 1fr))}}.grid--simple{gap:10px;margin:20px 0}.grid--simple h3{line-height:1.35}.grid--simple p{font-size:1.4rem;line-height:1.45;margin:15px 0}.header{height:100px;left:0;margin:0 auto;max-width:100%;position:fixed;right:0;top:0;transition:all .25s ease;user-select:none;z-index:1000}.header--scrolling{backdrop-filter:blur(6px);background:rgba(31,0,87,.9019607843);border-radius:100px;height:80px;left:10px;max-width:1080px;right:10px;top:15px}.header>.container{align-items:center;display:flex;gap:20px;height:100%;justify-content:space-between;position:relative}.header-logo h1,.header-logo a{display:block;line-height:0;margin:0}.header-logo img{height:20px;margin-top:8px}.header-nav ul{display:none;gap:30px}@media(min-width: 768px){.header-nav ul{display:flex;justify-content:space-between}}.header-nav li{display:block}.header-nav{order:2}@media(min-width: 768px){.header-nav{left:50%;order:0;position:absolute;transform:translateX(-50%)}}.header-cta{display:none;margin-left:auto}@media(min-width: 500px){.header-cta{display:inline-block}}.header-cta>.button{font-size:1.2rem;padding:15px 15px}.header-nav a{color:#fff;font-weight:600}.header-nav a.is-active{color:var(--accent-color);border-bottom:2px solid var(--accent-color);padding-bottom:4px}.header-nav a:hover{color:var(--accent-color)}.header-nav-toggle{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGhlaWdodD0iMzJweCIgaWQ9IkxheWVyXzEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMzIgMzIiIHdpZHRoPSIzMnB4IiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48cGF0aCBkPSJNNCwxMGgyNGMxLjEwNCwwLDItMC44OTYsMi0ycy0wLjg5Ni0yLTItMkg0QzIuODk2LDYsMiw2Ljg5NiwyLDhTMi44OTYsMTAsNCwxMHogTTI4LDE0SDRjLTEuMTA0LDAtMiwwLjg5Ni0yLDIgIHMwLjg5NiwyLDIsMmgyNGMxLjEwNCwwLDItMC44OTYsMi0yUzI5LjEwNCwxNCwyOCwxNHogTTI4LDIySDRjLTEuMTA0LDAtMiwwLjg5Ni0yLDJzMC44OTYsMiwyLDJoMjRjMS4xMDQsMCwyLTAuODk2LDItMiAgUzI5LjEwNCwyMiwyOCwyMnoiLz48L3N2Zz4=);filter:invert(1);height:30px;position:relative;width:30px}@media(min-width: 768px){.header-nav-toggle{display:none;justify-content:space-between}}@media(max-width: 767px){.header-nav-on .header-nav-toggle{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDMyIDMyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDpub25lO3N0cm9rZTojMDAwO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2Utd2lkdGg6MnB4O308L3N0eWxlPjwvZGVmcz48dGl0bGUvPjxnIGlkPSJjcm9zcyI+PGxpbmUgY2xhc3M9ImNscy0xIiB4MT0iNyIgeDI9IjI1IiB5MT0iNyIgeTI9IjI1Ii8+PGxpbmUgY2xhc3M9ImNscy0xIiB4MT0iNyIgeDI9IjI1IiB5MT0iMjUiIHkyPSI3Ii8+PC9nPjwvc3ZnPg==);z-index:9999}.header-nav-on ul{align-items:center;background:#1f0057;display:flex;flex-direction:column;height:100vh;justify-content:center;left:0;position:fixed;right:0;top:0;width:100%;z-index:9999}}.hero{background:linear-gradient(135deg, #1F0057, #4300BD);color:#fff;overflow:hidden;padding:130px 0 0 0;position:relative}@media(min-width: 768px){.hero{padding:160px 0 0 0}}@media(min-width: 768px){.hero>.container{display:flex;gap:30px}}.hero-eyebrow{color:var(--accent-color);font-family:var(--font-family-mono);font-size:1.4rem;letter-spacing:.32em;line-height:1.45;text-transform:uppercase}.hero-heading{color:#fff;font-size:4.2rem;line-height:1.25;margin:20px 0}.hero-text{color:#9cf;font-size:2rem;line-height:1.6;margin:20px 0}.hero-cta{display:flex;gap:10px;flex-direction:column;margin:30px 0}@media(min-width: 768px){.hero-cta{flex-direction:row}}.hero-cta .button--secondary{border-color:#fff;color:#fff}.hero-text a{color:var(--accent-color)}.hero-image{padding:30px 60px}@media(min-width: 768px){.hero-image{min-height:510px;padding:0}}.page-heading{background:linear-gradient(135deg, #1F0057, #4300BD);color:#fff;overflow:hidden;padding:120px 0 60px 0;position:relative}.page-heading>.container{max-width:68ch}.page-heading h1{color:#fff;font-size:3.2rem;line-height:1.25;margin:20px 0;text-align:center}.page-content{padding:60px 0}.page-content>.container{max-width:68ch}.page-content h2{font-size:2.8rem;margin:40px 0 20px 0}.page-content p{font-size:1.6rem;line-height:1.6;margin:15px 0}.section{background:linear-gradient(180deg, rgba(0, 123, 255, 0.08), rgba(0, 191, 216, 0.04) 65%, #ffffff 100%);padding:60px 0}@media(min-width: 768px){.section{padding:100px 0}}.section:nth-of-type(even){background:var(--alt-bg-color);background:linear-gradient(180deg, rgba(0, 123, 255, 0.08), rgba(0, 191, 216, 0.04) 65%, #ffffff 100%)}.section-heading{margin:0 auto;max-width:62ch;text-align:center}.section-heading>h2{font-size:4.2rem}.section-heading>p{margin:15px 0}.section-text{font-size:2rem;line-height:1.6;margin:20px auto;max-width:68ch;text-align:center}.section-cta{display:flex;flex-direction:column;gap:10px;justify-content:center;margin:20px 0;padding-top:20px}@media(min-width: 768px){.section-cta{flex-direction:row}}.section-text a{color:var(--accent-color)}.service-hero{align-items:center;background:linear-gradient(135deg, #1F0057, #4300BD);color:#fff;display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:140px 0 120px;position:relative;text-align:center}.service-hero>.container{max-width:78ch}.service-hero-eyebrow{color:#aecdff;font-family:var(--font-family-mono);font-size:1.3rem;letter-spacing:.22em;text-transform:uppercase}.service-hero-title{color:#fff;font-size:4rem;letter-spacing:-0.01em;line-height:1.25;margin:15px 0}.service-hero-text{color:#d7e4ff;font-size:1.9rem;line-height:1.6}.service-hero-cta{display:flex;flex-direction:column;gap:10px;justify-content:center;margin-top:30px}@media(min-width: 768px){.service-hero-cta{flex-direction:row}}.service-list,.service-details{background:#fff !important}.service-list-item,.service-details-section{border-top:1px solid #edf1f7;display:block;padding:28px 0;margin:15px 0}@media(min-width: 768px){.service-list-item,.service-details-section{display:grid;gap:18px 36px;grid-template-columns:minmax(260px, 360px) 1fr;margin:30px}}.service-list-item:first-of-type,.service-details-section:first-of-type{border-top:0}.service-list-content{margin-top:15px}.service-details-section h2{margin-bottom:15px}.service-list-content a{display:inline-block;margin-top:15px}.service-details ul{margin:30px 15px}.service-details li{margin:15px 5px}
