@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";.hero:after{content:"";position:absolute;top:-180px;right:-180px;width:720px;height:720px;background:url("data:image/svg+xml,%3csvg%20width='800'%20height='800'%20viewBox='0%200%20800%20800'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='800'%20cy='0'%20r='300'%20stroke='%231A5CFF'%20stroke-opacity='0.25'%20stroke-width='2'/%3e%3ccircle%20cx='800'%20cy='0'%20r='360'%20stroke='%231A5CFF'%20stroke-opacity='0.18'%20stroke-width='2'/%3e%3ccircle%20cx='800'%20cy='0'%20r='420'%20stroke='%231A5CFF'%20stroke-opacity='0.12'%20stroke-width='2'/%3e%3ccircle%20cx='800'%20cy='0'%20r='480'%20stroke='%231A5CFF'%20stroke-opacity='0.08'%20stroke-width='2'/%3e%3c/svg%3e") no-repeat;background-size:contain;pointer-events:none}html,body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button,input,textarea,select{font-family:inherit}:root{--hero-gradient: linear-gradient(90deg, #0D122B 27%, #12154C 96%);--primary-blue: #1a5cff;--text-white: #ffffff;--container-width: 1200px;--radius-md: 12px;--transition-base: .25s cubic-bezier(.22,.61,.36,1)}.hero{position:relative;overflow:hidden;background:var(--hero-gradient);color:var(--text-white);padding:clamp(24px,4vw,40px) 24px clamp(64px,10vw,200px)}.hero:after{content:"";position:absolute;top:-180px;right:-180px;width:720px;height:720px;background:url("data:image/svg+xml,%3csvg%20width='800'%20height='800'%20viewBox='0%200%20800%20800'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='800'%20cy='0'%20r='300'%20stroke='%231A5CFF'%20stroke-opacity='0.25'%20stroke-width='2'/%3e%3ccircle%20cx='800'%20cy='0'%20r='360'%20stroke='%231A5CFF'%20stroke-opacity='0.18'%20stroke-width='2'/%3e%3ccircle%20cx='800'%20cy='0'%20r='420'%20stroke='%231A5CFF'%20stroke-opacity='0.12'%20stroke-width='2'/%3e%3ccircle%20cx='800'%20cy='0'%20r='480'%20stroke='%231A5CFF'%20stroke-opacity='0.08'%20stroke-width='2'/%3e%3c/svg%3e") no-repeat;background-size:contain;pointer-events:none}.hero-top{max-width:var(--container-width);margin:0 auto 56px;display:flex;align-items:center;justify-content:space-between}.hero-logo{width:96px!important;height:auto!important;max-width:none!important;max-height:none!important;object-fit:contain;flex-shrink:0}.hero-top-button{display:inline-flex;align-items:center;gap:8px;background:var(--primary-blue);color:var(--text-white);text-decoration:none;padding:12px 18px;border-radius:10px;font-size:14px;font-weight:500;transition:transform var(--transition-base),box-shadow var(--transition-base)}.hero-top-button:hover{transform:translateY(-2px);box-shadow:0 10px 28px #1a5cff59}.hero-button-mobile{display:none}.hero-container{max-width:var(--container-width);margin:0 auto}.hero-content{max-width:600px;display:flex;flex-direction:column;align-items:flex-start;gap:20px}.hero-eyebrow{font-size:30px;letter-spacing:.02em;font-weight:500;opacity:.9}.hero-content h1{font-size:clamp(36px,4vw,56px);line-height:1.15;font-weight:700}.hero-content p{font-size:16px;opacity:.92;max-width:420px;padding-top:2px}.hero-animated{font-size:30px;display:inline-block;color:var(--primary-blue)}@media(max-width:768px){.hero{padding:20px 20px 60px}.hero-top{margin-bottom:40px;justify-content:center}.hero-logo{width:80px!important}.hero-button-desktop{display:none}.hero-button-mobile{display:inline-flex;margin-top:8px;align-self:center}.hero-content{max-width:100%;align-items:center;text-align:center}.hero-eyebrow,.hero-animated{font-size:clamp(22px,5vw,28px)}.hero-content p{font-size:15px;max-width:100%}}@media(max-width:480px){.hero{padding:16px 16px 48px}.hero-logo{width:70px!important}.hero-eyebrow,.hero-animated{font-size:20px}.hero-content p{font-size:14px}.hero-top-button{padding:10px 16px;font-size:13px}}.solutions,.solutions *{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.solutions{background:linear-gradient(90deg,#0d122b 27%,#12154c 96%);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:clamp(56px,6vw,88px) 24px;text-align:center}.solutions-header{max-width:680px;margin-bottom:clamp(32px,4vw,48px);display:flex;flex-direction:column;align-items:center}.solutions-eyebrow{font-size:14px;opacity:.85;margin-bottom:8px;display:inline-block;font-weight:600}.solutions-header h2{font-size:clamp(30px,3.5vw,40px);line-height:1.15;margin-bottom:14px;font-weight:600}.solutions-header p{font-size:15px;line-height:1.65;opacity:.9;max-width:520px;font-weight:400}.solutions-grid{width:100%;max-width:1200px;display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(20px,3vw,32px)}.solution-card{background:#ffffff0f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:22px;padding:28px 24px;display:flex;flex-direction:column;gap:14px;transition:transform .35s cubic-bezier(.22,.61,.36,1),background .35s ease}.solution-card:hover{transform:translateY(-6px);background:#ffffff1a}.solution-card h3{font-size:17px;font-weight:600}.solution-card p{font-size:14px;line-height:1.6;opacity:.85;font-weight:400}.solution-divider{width:24px;height:2px;background:#fff;opacity:.6;margin-top:auto}@media(max-width:1000px){.solutions-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.solutions{padding:48px 20px}.solutions-grid{grid-template-columns:1fr}}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--cta-bg-start: #0d122b;--cta-bg-end: #12154c;--cta-primary: #1447ff;--cta-text-primary: #ffffff;--cta-text-secondary: rgba(255, 255, 255, .9);--cta-text-tertiary: rgba(255, 255, 255, .85);--cta-text-muted: rgba(255, 255, 255, .75);--cta-gradient: linear-gradient(90deg, var(--cta-bg-start) 27%, var(--cta-bg-end) 96%);--cta-max-width: 1200px;--cta-gap: clamp(2rem, 6vw, 4rem);--cta-padding-block: clamp(4rem, 8vw, 7.5rem);--cta-padding-inline: 1.5rem;--space-xs: .625rem;--space-sm: .75rem;--space-md: 1.125rem;--space-lg: 1.5rem;--font-family-base: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-size-eyebrow: clamp(1.25rem, 2.5vw, 1.5rem);--font-size-hint: .8125rem;--font-size-description: .875rem;--font-size-button: .875rem;--font-size-h2: clamp(.9375rem, 1.8vw, 1rem);--line-height-tight: 1.3;--line-height-relaxed: 1.6;--letter-spacing-wide: .05em;--radius-md: .75rem;--transition-base: .25s cubic-bezier(.22, .61, .36, 1);--transition-transform: transform var(--transition-base);--transition-shadow: box-shadow var(--transition-base);--shadow-button-hover: 0 .75rem 2.25rem rgba(20, 71, 255, .35)}html,body{font-family:var(--font-family-base);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button,input,textarea,select{font-family:var(--font-family-base)}.cta{background:var(--cta-gradient);color:var(--cta-text-primary);padding-block:var(--cta-padding-block);padding-inline:var(--cta-padding-inline)}.cta-container{max-width:var(--cta-max-width);margin-inline:auto;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:var(--cta-gap);align-items:center}.cta-text{display:flex;flex-direction:column;gap:var(--space-md)}.cta-eyebrow{font-size:var(--font-size-eyebrow);letter-spacing:var(--letter-spacing-wide);text-transform:uppercase;font-weight:700;line-height:var(--line-height-tight)}.cta-text h2{font-size:var(--font-size-h2);line-height:var(--line-height-relaxed);font-weight:400;max-width:32ch;color:#ffffffa6}.cta-text p{font-size:var(--font-size-description);line-height:var(--line-height-relaxed);color:#ffffffa6;max-width:52ch}.cta-action{display:flex;flex-direction:column;gap:var(--space-xs)}.cta-hint{font-size:var(--font-size-hint);color:var(--cta-text-muted);font-weight:400}.cta-button{text-decoration:none;color:var(--cta-text-primary);display:inline-flex;align-items:center;justify-content:center;gap:var(--space-xs);padding:var(--space-sm) 1.375rem;width:fit-content;max-width:26.25rem;background-color:var(--cta-primary);border-radius:var(--radius-md);font-size:var(--font-size-button);font-weight:600;line-height:1.4;text-align:center;cursor:pointer;transition:var(--transition-transform),var(--transition-shadow);-webkit-tap-highlight-color:transparent}.cta-button:hover{transform:translateY(-.125rem);box-shadow:var(--shadow-button-hover)}.cta-button:focus-visible{outline:2px solid var(--cta-text-primary);outline-offset:2px}.cta-button:active{transform:translateY(0)}.cta-arrow svg{font-size:1.125rem;transition:var(--transition-transform)}.cta-button:hover .cta-arrow svg{transform:translate(.25rem)}@media(max-width:56.25em){.cta-container{grid-template-columns:1fr;text-align:center}.cta-text,.cta-action{align-items:center}.cta-text h2,.cta-text p{max-width:none}}@media(max-width:37.5em){.cta-button{width:100%}}@media(prefers-reduced-motion:reduce){*{transition-duration:.01ms!important;animation-duration:.01ms!important}}*{margin:0;padding:0;box-sizing:border-box}.footer{background-image:linear-gradient(90deg,#0d122b 27%,#12154c 96%);color:#fff;padding:80px 20px;font-family:Inter,sans-serif}.footer-container{max-width:900px;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center;gap:20px;font-family:Inter,sans-serif}.footer-logo{width:118px;height:118px;object-fit:contain;margin-bottom:10px}.footer-copy{font-size:15px;font-weight:500;opacity:.9;font-family:Inter,sans-serif}.footer-legal{font-size:14px;line-height:1.6;opacity:.7;max-width:720px;font-family:Inter,sans-serif}.about,.about *{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.about{background:#fff;padding:clamp(80px,10vw,100px) 24px}.about-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(40px,6vw,80px);align-items:center}.about-eyebrow{font-size:14px;color:#2b3a8f;opacity:.9;margin-bottom:12px;display:inline-block;font-weight:600}.about-content h2{font-size:clamp(32px,4vw,44px);line-height:1.15;margin-bottom:20px;color:#0d122b;max-width:18ch;font-weight:600}.about-content p{font-size:clamp(15px,1.4vw,17px);line-height:1.7;color:#3a3a3a;max-width:52ch;margin-bottom:18px;font-weight:400}.about-highlight{font-weight:500;color:#0d122b}.about-button{margin-top:14px;display:inline-flex;align-items:center;gap:10px;background:#1447ff;color:#fff;text-decoration:none;padding:14px 22px;border-radius:12px;font-size:14px;font-weight:600;width:fit-content;transition:transform .25s cubic-bezier(.22,.61,.36,1),box-shadow .25s ease}.about-button:hover{transform:translateY(-2px);box-shadow:0 10px 28px #1447ff4d}.about-image img{width:100%;height:auto;border-radius:28px;object-fit:cover}html{scroll-behavior:smooth}@media(max-width:900px){.about-container{grid-template-columns:1fr;text-align:center}.about-content h2,.about-content p{max-width:none}.about-button{margin-left:auto;margin-right:auto}}.whatwedo,.whatwedo *{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.whatwedo{background:#fff;padding:clamp(80px,10vw,100px) 24px}.whatwedo-container{max-width:1100px;margin:0 auto;text-align:center}.whatwedo h2{font-size:clamp(28px,4vw,40px);margin-bottom:10px;color:#0d122b;font-weight:600}.whatwedo-subtitle{font-size:15px;opacity:.75;margin-bottom:50px;font-weight:400}.whatwedo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.whatwedo-item{background:#fff;border-radius:18px;padding:28px 24px;box-shadow:0 12px 40px #0000000f;transition:transform .3s cubic-bezier(.22,.61,.36,1)}.whatwedo-item:hover{transform:translateY(-6px)}.whatwedo-item h3{font-size:16px;margin-bottom:10px;color:#0d122b;font-weight:600}.whatwedo-item p{font-size:14px;line-height:1.6;color:#3a3a3a;font-weight:400}@media(max-width:900px){.whatwedo-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.whatwedo-grid{grid-template-columns:1fr}}
