:root {
  --navy: #071b34;
  --navy-2: #0c2748;
  --blue: #2367ff;
  --cyan: #5ad7e8;
  --green: #8ee3b2;
  --ink: #102038;
  --muted: #607087;
  --line: #dfe6ee;
  --soft: #f3f7fb;
  --white: #ffffff;
  --radius: 22px;
  --shadow: 0 22px 55px rgba(15, 40, 73, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "DM Sans", Arial, sans-serif; color: var(--ink); background: var(--white); line-height: 1.65; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; background: #fff; padding: 10px 14px; border-radius: 8px; z-index: 999; transform: translateY(-200%); }
.skip-link:focus { transform: none; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; transition: .25s ease; border-bottom: 1px solid transparent; }
.site-header.scrolled { background: rgba(7, 27, 52, .93); backdrop-filter: blur(16px); border-color: rgba(255,255,255,.09); }
.nav-wrap { height: 130px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; color: #fff; line-height: 0; }
.brand-logo { width: 380px; height: auto; display: block; }
.footer-brand .brand-logo { width: 175px; }
.primary-nav { display: flex; align-items: center; gap: 30px; color: rgba(255,255,255,.78); font-weight: 600; font-size: .94rem; }
.primary-nav a:hover { color: #fff; }
.nav-cta { border: 1px solid rgba(255,255,255,.32); padding: 10px 16px; border-radius: 999px; color: #fff; }
.nav-toggle { display: none; border: 0; background: transparent; padding: 6px; }
.nav-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px; background: #fff; }

.section-dark { color: #fff; background: var(--navy); }
.hero { min-height: 800px; position: relative; overflow: hidden; padding: 205px 0 105px; }
.hero::before { content: ""; position: absolute; width: 900px; height: 900px; border-radius: 50%; right: -380px; top: -420px; background: radial-gradient(circle, rgba(35,103,255,.3), transparent 65%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 220px; background: linear-gradient(transparent, rgba(2,15,31,.3)); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: 1.06fr .94fr; gap: 70px; align-items: center; position: relative; z-index: 2; }
.eyebrow { margin: 0 0 22px; text-transform: uppercase; letter-spacing: .14em; font-size: .76rem; font-weight: 700; color: #a9bed8; display: flex; align-items: center; gap: 9px; }
.eyebrow span { display: block; width: 26px; height: 2px; background: var(--cyan); }
.eyebrow.dark { color: #496078; }
h1, h2, h3 { font-family: "Manrope", sans-serif; line-height: 1.13; margin-top: 0; }
h1 { font-size: clamp(3.2rem, 5.8vw, 5.9rem); letter-spacing: -.065em; margin-bottom: 26px; max-width: 820px; }
h2 { font-size: clamp(2.2rem, 4.1vw, 3.85rem); letter-spacing: -.05em; margin-bottom: 22px; }
h3 { letter-spacing: -.025em; }
.hero-lead { color: #b9c8da; font-size: 1.15rem; max-width: 660px; margin: 0 0 34px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 52px; padding: 0 23px; border-radius: 10px; font-weight: 700; border: 1px solid transparent; transition: .2s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--blue); box-shadow: 0 12px 30px rgba(35,103,255,.28); }
.button-primary:hover { background: #1559ef; }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.04); }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 58px; border-top: 1px solid rgba(255,255,255,.12); padding-top: 24px; }
.hero-proof div { padding-right: 18px; }
.hero-proof strong, .hero-proof span { display: block; }
.hero-proof strong { font-family: "Manrope"; font-size: 1rem; }
.hero-proof span { color: #8297b0; font-size: .8rem; }
.hero-visual { min-height: 500px; position: relative; display: grid; place-items: center; }
.visual-orbit { position: absolute; border: 1px solid rgba(90,215,232,.15); border-radius: 50%; }
.orbit-one { width: 450px; height: 450px; }
.orbit-two { width: 330px; height: 330px; border-color: rgba(35,103,255,.22); }
.code-card { position: relative; width: min(410px, 90%); border-radius: 24px; padding: 26px; background: linear-gradient(145deg, rgba(21,54,91,.96), rgba(7,27,52,.96)); border: 1px solid rgba(255,255,255,.12); box-shadow: 0 40px 90px rgba(0,0,0,.38); transform: rotate(2deg); }
.card-top { display: flex; gap: 7px; margin-bottom: 28px; }
.card-top span { width: 8px; height: 8px; border-radius: 50%; background: #45617f; }
.code-line { height: 10px; background: linear-gradient(90deg, rgba(90,215,232,.75), rgba(35,103,255,.5)); border-radius: 99px; margin: 12px 0; }
.line-90 { width: 90%; }.line-80 { width: 80%; }.line-70 { width: 70%; }.line-55 { width: 55%; }.line-45 { width: 45%; }
.code-block { background: rgba(0,0,0,.18); padding: 16px; margin: 27px 0; border-radius: 12px; }
.code-block .code-line { height: 7px; opacity: .64; }
.metric-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.metric-row div { background: rgba(255,255,255,.05); padding: 15px; border-radius: 12px; }
.metric-row span, .metric-row strong { display: block; }
.metric-row span { color: #8297b0; font-size: .72rem; }
.metric-row strong { margin-top: 4px; font-size: .94rem; }
.floating-card { position: absolute; display: flex; align-items: center; gap: 11px; min-width: 185px; padding: 13px; background: rgba(255,255,255,.96); color: var(--ink); border-radius: 14px; box-shadow: var(--shadow); }
.floating-card small, .floating-card strong { display: block; }
.floating-card small { color: #7b899a; font-size: .68rem; }
.floating-card strong { font-size: .82rem; }
.mini-icon { width: 32px; height: 32px; display: grid; place-items: center; background: #e9f1ff; color: var(--blue); border-radius: 9px; font-weight: 800; }
.card-secure { top: 52px; right: -8px; }.card-cloud { bottom: 42px; left: -8px; }

.trust-strip { background: #fff; border-bottom: 1px solid var(--line); }
.trust-inner { min-height: 82px; display: flex; justify-content: space-between; align-items: center; gap: 14px; color: #52667e; font-size: .82rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.trust-inner i { width: 4px; height: 4px; border-radius: 50%; background: #b7c2ce; }
.section { padding: 120px 0; }
.section-soft { background: var(--soft); }
.section-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: end; margin-bottom: 56px; }
.section-heading h2 { margin-bottom: 0; max-width: 740px; }
.section-heading > p { color: var(--muted); margin: 0 0 7px; font-size: 1.04rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); position: relative; transition: .25s ease; min-height: 390px; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.service-card.featured { background: var(--navy); color: #fff; border-color: var(--navy); }
.service-number { position: absolute; right: 24px; top: 23px; color: #a8b4c0; font-size: .78rem; }
.service-icon { width: 48px; height: 48px; display: grid; place-items: center; color: var(--blue); background: #ebf2ff; border-radius: 14px; font-family: monospace; font-weight: 700; font-size: 1.1rem; margin-bottom: 52px; }
.featured .service-icon { background: rgba(90,215,232,.12); color: var(--cyan); }
.service-card h3 { font-size: 1.3rem; margin-bottom: 13px; }
.service-card p { color: var(--muted); margin-bottom: 20px; }
.featured p { color: #aebdd0; }
.service-card ul { list-style: none; padding: 0; margin: 0; font-size: .9rem; }
.service-card li { padding: 7px 0; border-top: 1px solid var(--line); }
.featured li { border-color: rgba(255,255,255,.12); color: #dce6f2; }
.service-card li::before { content: "→"; color: var(--blue); margin-right: 8px; }
.featured li::before { color: var(--cyan); }

.approach-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: start; }
.approach-copy { position: sticky; top: 120px; }
.approach-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.04rem; }
.text-link { display: inline-flex; gap: 9px; align-items: center; font-weight: 700; color: var(--blue); margin-top: 14px; }
.text-link span { transition: .2s ease; }.text-link:hover span { transform: translateX(4px); }
.steps { display: grid; gap: 15px; }
.step { display: grid; grid-template-columns: 60px 1fr; gap: 18px; background: #fff; border: 1px solid #e6edf4; border-radius: 18px; padding: 27px; }
.step > span { width: 47px; height: 47px; display: grid; place-items: center; background: #edf3ff; color: var(--blue); border-radius: 13px; font-weight: 800; }
.step h3 { margin: 2px 0 6px; font-size: 1.2rem; }
.step p { margin: 0; color: var(--muted); }

.value-section { position: relative; overflow: hidden; }
.value-section::before { content: ""; position: absolute; width: 600px; height: 600px; left: -260px; bottom: -350px; background: radial-gradient(circle, rgba(35,103,255,.25), transparent 68%); border-radius: 50%; }
.value-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; position: relative; z-index: 1; }
.value-intro h2 { max-width: 470px; }
.value-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.value-card { padding: 27px; border-radius: 18px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.1); }
.value-card span { color: var(--cyan); font-size: .75rem; font-weight: 800; }
.value-card h3 { margin: 25px 0 10px; font-size: 1.12rem; }
.value-card p { color: #9eafc2; margin: 0; font-size: .93rem; }

.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.about-visual { min-height: 520px; position: relative; background: var(--soft); border-radius: 28px; overflow: hidden; }
.about-visual::before { content: ""; position: absolute; inset: 9% 12%; border-radius: 50%; background: radial-gradient(circle at 30% 30%, var(--cyan), var(--blue) 58%, #122f56); opacity: .87; filter: blur(1px); }
.about-panel { position: absolute; width: 230px; background: rgba(255,255,255,.93); backdrop-filter: blur(8px); border-radius: 16px; padding: 17px; box-shadow: var(--shadow); }
.about-panel span, .about-panel strong { display: block; }
.about-panel span { color: var(--blue); text-transform: uppercase; letter-spacing: .1em; font-size: .67rem; font-weight: 800; margin-bottom: 6px; }
.about-panel strong { font-family: "Manrope"; font-size: .92rem; }
.panel-a { top: 60px; left: 30px; }.panel-b { top: 210px; right: 28px; }.panel-c { bottom: 48px; left: 62px; }
.about-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.02rem; }
.about-points { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; margin-top: 28px; font-weight: 600; font-size: .91rem; }
.about-points span { display: inline-grid; place-items: center; width: 22px; height: 22px; margin-right: 6px; background: #e4f7ed; color: #159957; border-radius: 50%; font-size: .72rem; }

.cta-section { padding: 110px 0; background: linear-gradient(130deg, #0b2444, #071b34 65%); color: #fff; }
.cta-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.cta-copy > p:not(.eyebrow) { color: #adbed1; font-size: 1.05rem; }
.contact-details { margin-top: 40px; display: flex; gap: 48px; }
.contact-details small, .contact-details strong { display: block; }
.contact-details small { color: #8095ad; text-transform: uppercase; letter-spacing: .1em; font-size: .65rem; }
.contact-details strong { margin-top: 5px; }
.contact-form { background: #fff; color: var(--ink); border-radius: 22px; padding: 30px; box-shadow: 0 30px 70px rgba(0,0,0,.25); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.contact-form label { display: block; color: #40536b; font-size: .83rem; font-weight: 700; margin-bottom: 15px; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid #dce5ee; border-radius: 9px; padding: 12px 13px; margin-top: 6px; color: var(--ink); outline: none; background: #fbfcfe; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(35,103,255,.1); }
.contact-form textarea { resize: vertical; }
.full { width: 100%; border: 0; }
.form-note { color: #7d8b9b; font-size: .72rem; margin: 12px 0 0; text-align: center; }

.site-footer { background: #041326; color: #9eb0c5; padding: 55px 0 25px; }
.footer-top { display: grid; grid-template-columns: .7fr 1fr .8fr; gap: 35px; align-items: center; padding-bottom: 38px; border-bottom: 1px solid rgba(255,255,255,.09); }
.footer-top p { margin: 0; font-size: .91rem; }
.footer-links { display: flex; justify-content: flex-end; gap: 20px; font-size: .86rem; }
.footer-links a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; font-size: .76rem; color: #6f849d; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .1s; }.delay-2 { transition-delay: .18s; }

@media (max-width: 980px) {
  .hero-grid, .section-heading, .approach-grid, .value-grid, .about-grid, .cta-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 185px; }
  .hero-grid { gap: 35px; }
  .hero-copy { max-width: 780px; }
  .hero-visual { min-height: 430px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .section-heading, .approach-grid, .value-grid, .about-grid, .cta-grid { gap: 50px; }
  .approach-copy { position: static; }
  .about-visual { min-height: 460px; }
  .trust-inner { flex-wrap: wrap; justify-content: center; padding: 20px 0; }
  .trust-inner i { display: none; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 28px, 1160px); }
  .brand-logo { width: 316px; max-width: calc(100vw - 90px); }
  .footer-brand .brand-logo { width: 158px; }
  .nav-toggle { display: block; }
  .primary-nav { position: absolute; top: 112px; left: 14px; right: 14px; display: none; flex-direction: column; align-items: stretch; gap: 4px; background: #0b2444; border: 1px solid rgba(255,255,255,.12); padding: 13px; border-radius: 14px; box-shadow: 0 20px 40px rgba(0,0,0,.24); }
  .primary-nav.open { display: flex; }
  .primary-nav a { padding: 10px 12px; }
  .nav-cta { border-radius: 8px; margin-top: 4px; }
  .hero { min-height: auto; padding: 175px 0 80px; }
  h1 { font-size: clamp(2.75rem, 13vw, 4.2rem); }
  .hero-proof { grid-template-columns: 1fr; gap: 15px; }
  .hero-proof div { border-bottom: 1px solid rgba(255,255,255,.08); padding-bottom: 12px; }
  .hero-visual { min-height: 390px; }
  .orbit-one { width: 340px; height: 340px; }
  .orbit-two { width: 260px; height: 260px; }
  .card-secure { right: 0; top: 12px; }.card-cloud { left: 0; bottom: 4px; }
  .floating-card { min-width: 165px; }
  .section { padding: 82px 0; }
  .service-grid, .value-cards, .about-points, .field-row { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .value-section { padding-bottom: 80px; }
  .about-visual { min-height: 410px; }
  .about-panel { width: 205px; }
  .panel-a { left: 14px; }.panel-b { right: 14px; }.panel-c { left: 32px; }
  .contact-details { flex-direction: column; gap: 20px; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; flex-wrap: wrap; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

.form-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-status { min-height: 1.4em; margin: 12px 0 0; text-align: center; font-size: .88rem; }
.form-status.success { color: #8de4bb; }
.form-status.error { color: #ffb4b4; }
.contact-form button[disabled] { opacity: .65; cursor: wait; }
