:root {
  --navy: #07111f;
  --navy-soft: #0d1b2d;
  --blue: #2e75ff;
  --cyan: #2ed4c5;
  --cream: #f5f2eb;
  --white: #fff;
  --ink: #101b2a;
  --muted: #647083;
  --line: rgba(255, 255, 255, 0.12);
  --font-display: "Manrope", sans-serif;
  --font-body: "DM Sans", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--font-body); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 120px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 10px 16px; color: var(--white); background: var(--blue); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 50; inset: 0 0 auto; height: 82px; color: var(--white); transition: background .3s, box-shadow .3s; }
.site-header.scrolled { background: rgba(7, 17, 31, .9); box-shadow: 0 10px 30px rgba(0, 0, 0, .12); backdrop-filter: blur(14px); }
.header-content { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--white); font: 800 21px/1 var(--font-display); letter-spacing: -.8px; }
.brand > span > span { color: var(--cyan); }
.brand-mark { width: 36px; fill: none; stroke: var(--cyan); stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.main-nav { display: flex; align-items: center; gap: 35px; font-size: 14px; font-weight: 600; }
.main-nav > a:not(.button) { color: #bac5d3; transition: color .2s; }
.main-nav > a:not(.button):hover { color: var(--white); }
.menu-toggle { display: none; border: 0; background: none; color: var(--white); }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 20px; min-height: 54px; padding: 0 24px; border: 0; border-radius: 6px; color: var(--white); background: var(--blue); box-shadow: 0 12px 30px rgba(46, 117, 255, .25); font-weight: 700; cursor: pointer; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { background: #1f64e6; box-shadow: 0 16px 34px rgba(46, 117, 255, .35); transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 0 18px; }

.hero { position: relative; min-height: 780px; height: 100vh; overflow: hidden; color: var(--white); background: var(--navy); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 60px 60px; mask-image: linear-gradient(to right, transparent, black 40%, black 80%, transparent); }
.hero-grid { position: relative; z-index: 2; height: 100%; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 60px; padding-top: 70px; }
.hero-copy, .hero-visual { min-width: 0; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); }
.hero-glow-one { width: 530px; height: 530px; right: -180px; top: 80px; background: radial-gradient(circle, rgba(46,117,255,.22), transparent 68%); }
.hero-glow-two { width: 430px; height: 430px; left: -250px; bottom: -150px; background: radial-gradient(circle, rgba(46,212,197,.13), transparent 68%); }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 22px; color: #9dabbc; font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 2px; background: var(--cyan); }
.eyebrow.dark { color: #687486; }
h1, h2, h3 { margin-top: 0; font-family: var(--font-display); }
h1 { margin-bottom: 24px; font-size: clamp(52px, 5.1vw, 76px); line-height: 1.02; letter-spacing: -4px; }
h1 em, h2 em { color: var(--cyan); font-style: normal; }
.hero-description { max-width: 560px; margin-bottom: 34px; color: #a9b5c4; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.text-link { display: inline-flex; gap: 12px; align-items: center; color: #d9e0e8; font-size: 14px; font-weight: 600; }
.text-link span { color: var(--cyan); }
.hero-proof { display: flex; align-items: center; gap: 16px; margin-top: 50px; padding-top: 25px; border-top: 1px solid var(--line); }
.hero-proof p { margin: 0; color: #8290a1; font-size: 12px; line-height: 1.5; }
.hero-proof strong { color: #dce3ec; font-size: 13px; }
.avatars { display: flex; }
.avatars span { display: grid; place-items: center; width: 34px; height: 34px; margin-right: -7px; border: 2px solid var(--navy); border-radius: 50%; background: #223452; color: #c9d6e6; font-size: 8px; font-weight: 700; }
.avatars span:nth-child(2) { background: #266a71; }.avatars span:nth-child(3) { background: #2955a1; }
.hero-visual { position: relative; min-height: 470px; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(93, 155, 255, .15); border-radius: 50%; }
.orbit-one { width: 460px; height: 460px; }.orbit-two { width: 350px; height: 350px; border-color: rgba(46,212,197,.15); }
.code-card { position: relative; z-index: 2; width: min(430px, 90%); overflow: hidden; border: 1px solid rgba(121, 154, 199, .22); border-radius: 12px; background: rgba(14, 29, 49, .84); box-shadow: 0 40px 80px rgba(0,0,0,.35); backdrop-filter: blur(12px); transform: perspective(900px) rotateY(-4deg) rotateX(2deg); }
.code-top { height: 47px; display: flex; align-items: center; gap: 6px; padding: 0 16px; border-bottom: 1px solid var(--line); color: #64758a; font: 11px monospace; }
.code-top i { width: 8px; height: 8px; border-radius: 50%; background: #f16e6e; }.code-top i:nth-child(2) { background: #e3b85a; }.code-top i:nth-child(3) { background: #46b982; }.code-top span { margin-left: auto; }
.code-card pre { overflow: hidden; margin: 0; padding: 37px 34px 26px; color: #b7c3d1; font: 14px/1.9 "Consolas", monospace; }
.code-blue { color: #639bff; }.code-green { color: #52dac6; }.code-purple { color: #bd91ff; }
.status-line { display: flex; align-items: center; gap: 9px; margin: 0 22px 22px; padding: 12px 14px; border: 1px solid rgba(46,212,197,.14); border-radius: 5px; color: #89a5a3; background: rgba(46,212,197,.04); font-size: 10px; text-transform: uppercase; letter-spacing: 1px; }
.status-line span { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 10px var(--cyan); }
.floating-pill { position: absolute; z-index: 3; display: flex; align-items: center; gap: 8px; padding: 10px 14px; border: 1px solid rgba(255,255,255,.1); border-radius: 7px; color: #aab8c8; background: rgba(16,33,54,.9); box-shadow: 0 15px 35px rgba(0,0,0,.25); font-size: 11px; font-weight: 600; }
.floating-pill span { color: var(--cyan); font-size: 16px; }.pill-web { left: 0; top: 85px; }.pill-mobile { right: 5px; top: 130px; }.pill-data { right: 35px; bottom: 60px; }
.scroll-indicator { position: absolute; z-index: 3; left: 50%; bottom: 25px; width: 24px; height: 38px; border: 1px solid rgba(255,255,255,.25); border-radius: 20px; }
.scroll-indicator span { position: absolute; top: 8px; left: 10px; width: 3px; height: 7px; border-radius: 3px; background: var(--cyan); animation: scroll 1.8s infinite; }
@keyframes scroll { 0% { opacity: 0; transform: translateY(0); } 40% { opacity: 1; } 100% { opacity: 0; transform: translateY(12px); } }

.company { background: var(--cream); }
.company-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.section-heading h2, .section-intro h2, .experience-heading h2, .contact h2 { margin-bottom: 0; font-size: clamp(38px, 4vw, 55px); line-height: 1.12; letter-spacing: -2.8px; }
.section-heading h2 em, .experience-heading h2 em { color: var(--blue); }
.company-copy { padding-top: 35px; }
.company-copy p { color: var(--muted); font-size: 16px; line-height: 1.8; }
.company-copy .lead { color: var(--ink); font-size: 23px; font-weight: 600; line-height: 1.5; }
.values-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 40px; padding-top: 25px; border-top: 1px solid #d9d5cc; }
.values-row div { display: flex; flex-direction: column; gap: 8px; }.values-row strong { color: var(--blue); font: 700 11px var(--font-display); }.values-row span { font-size: 13px; font-weight: 600; }

.services { color: var(--white); background: var(--navy); }
.section-intro { display: flex; justify-content: space-between; align-items: end; gap: 80px; margin-bottom: 60px; }
.section-intro > p { width: 360px; margin: 0 0 5px; color: #8d9aac; line-height: 1.7; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.service-card { position: relative; min-height: 300px; padding: 32px; border: 1px solid rgba(255,255,255,.1); border-radius: 8px; background: #0b1727; transition: border-color .25s, transform .25s; }
.service-card:hover { border-color: rgba(46,212,197,.4); transform: translateY(-5px); }
.service-card.featured { grid-row: span 2; background: linear-gradient(150deg, rgba(46,117,255,.17), #0b1727 60%); }
.service-card.wide { grid-column: span 2; min-height: 200px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; }
.card-number { position: absolute; top: 25px; right: 26px; color: #435065; font: 700 10px var(--font-display); }
.service-icon { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 45px; border: 1px solid rgba(46,212,197,.2); border-radius: 7px; color: var(--cyan); background: rgba(46,212,197,.06); font: 18px monospace; }
.service-card h3 { margin-bottom: 13px; font-size: 20px; letter-spacing: -.6px; }.service-card p { margin: 0; color: #8694a5; font-size: 14px; line-height: 1.7; }
.service-card ul { margin: 34px 0 0; padding: 25px 0 0; border-top: 1px solid var(--line); list-style: none; }
.service-card li { position: relative; margin: 11px 0; padding-left: 15px; color: #aab5c3; font-size: 12px; }.service-card li::before { content: ""; position: absolute; left: 0; top: 6px; width: 5px; height: 5px; border-radius: 50%; background: var(--cyan); }
.wide .service-icon { margin: 0; }.wide p { max-width: 600px; }.legacy-arrow { color: var(--cyan); font-size: 26px; }

.experience { background: #eeebe4; text-align: center; }
.experience-heading { max-width: 790px; margin: 0 auto 65px; }.experience-heading .eyebrow { justify-content: center; }.experience-heading > p:last-child { max-width: 630px; margin: 25px auto 0; color: var(--muted); line-height: 1.7; }
.client-grid { display: grid; grid-template-columns: repeat(6, 1fr); align-items: center; min-height: 120px; border-block: 1px solid #d6d1c7; }
.client-grid div { padding: 25px 12px; color: #697385; font: 800 18px/1.1 var(--font-display); letter-spacing: -1px; filter: grayscale(1); }.client-grid div + div { border-left: 1px solid #d6d1c7; }.client-grid span { display: block; font-size: 10px; letter-spacing: 0; }.client-grid div:nth-child(4) { font-size: 25px; color: #526274; }.client-grid div:nth-child(5) { font-size: 20px; }.client-grid div:nth-child(6) { font-size: 25px; }
.experience-note { margin: 20px 0 0; color: #92999f; font-size: 10px; }

.contact { color: var(--white); background: var(--navy); }
.contact-shell { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; padding: 70px; border: 1px solid rgba(255,255,255,.1); border-radius: 12px; background: linear-gradient(125deg, rgba(46,117,255,.09), rgba(13,27,45,.75)); }
.contact-copy > p:not(.eyebrow) { max-width: 440px; margin: 25px 0 35px; color: #8e9bad; line-height: 1.7; }
.contact-email { display: inline-flex; align-items: center; gap: 13px; color: #c5ced9; font-size: 13px; font-weight: 600; }.contact-email > span:first-child { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; color: var(--cyan); background: rgba(46,212,197,.08); }.contact-email small { display: block; margin-bottom: 3px; color: #6e7c8f; font-weight: 400; }
.contact-form { display: grid; gap: 23px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { color: #b7c1ce; font-size: 11px; font-weight: 600; }
.contact-form label > span { color: #657388; font-weight: 400; }
.contact-form input, .contact-form textarea { width: 100%; margin-top: 8px; padding: 14px 0; border: 0; border-bottom: 1px solid #344255; border-radius: 0; outline: 0; color: var(--white); background: transparent; font-size: 14px; resize: vertical; transition: border-color .2s; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--cyan); }.contact-form input::placeholder, .contact-form textarea::placeholder { color: #58677a; }
.submit-button { justify-self: start; margin-top: 5px; }.form-feedback { min-height: 20px; margin: -10px 0 0; color: var(--cyan); font-size: 12px; }

.site-footer { padding: 65px 0 25px; color: var(--white); background: #050c16; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: start; padding-bottom: 55px; }.footer-top > p { margin: 0; color: #8290a2; line-height: 1.5; }.footer-top nav { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; color: #a6b1bf; font-size: 13px; }.footer-top nav a:hover { color: var(--cyan); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.08); color: #526071; font-size: 10px; }

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

@media (max-width: 950px) {
  .section { padding: 90px 0; }
  .menu-toggle { position: relative; z-index: 2; display: block; width: 40px; height: 40px; cursor: pointer; }.menu-toggle span:not(.sr-only) { position: absolute; left: 8px; width: 24px; height: 2px; background: currentColor; transition: transform .2s; }.menu-toggle span:nth-child(2) { top: 15px; }.menu-toggle span:nth-child(3) { top: 23px; }.menu-toggle[aria-expanded="true"] span:nth-child(2) { top: 19px; transform: rotate(45deg); }.menu-toggle[aria-expanded="true"] span:nth-child(3) { top: 19px; transform: rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 28px; background: rgba(7,17,31,.98); font-size: 20px; opacity: 0; visibility: hidden; transition: opacity .2s; }.main-nav.open { opacity: 1; visibility: visible; }
  .hero { height: auto; min-height: 900px; }.hero-grid { grid-template-columns: 1fr; padding-top: 145px; padding-bottom: 90px; }.hero-copy { text-align: center; }.hero-description { margin-inline: auto; }.hero-actions, .hero-proof { justify-content: center; }.hero-visual { min-height: 400px; }.orbit-one { width: 400px; height: 400px; }
  .company-grid { grid-template-columns: 1fr; gap: 30px; }.company-copy { padding-top: 0; }
  .section-intro { align-items: start; flex-direction: column; gap: 25px; }.section-intro > p { width: auto; }
  .service-grid { grid-template-columns: 1fr 1fr; }.service-card.featured { grid-row: auto; }.service-card.wide { grid-column: span 2; }
  .client-grid { grid-template-columns: repeat(3, 1fr); }.client-grid div:nth-child(4) { border-left: 0; }.client-grid div:nth-child(n+4) { border-top: 1px solid #d6d1c7; }
  .contact-shell { grid-template-columns: 1fr; gap: 55px; padding: 55px; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 32px, 1180px); }.section { padding: 75px 0; }
  .site-header { height: 70px; }
  h1 { font-size: 43px; letter-spacing: -2.5px; }.section-heading h2, .section-intro h2, .experience-heading h2, .contact h2 { font-size: 36px; letter-spacing: -2px; }
  .hero { min-height: 850px; }.hero-grid { padding-top: 120px; gap: 20px; }.hero-description { font-size: 16px; }.hero-actions { flex-direction: column; gap: 20px; }.hero-proof { margin-top: 35px; }.hero-visual { min-height: 340px; }.orbit-one { width: 330px; height: 330px; }.orbit-two { width: 270px; height: 270px; }.code-card { width: calc(100% - 28px); }.code-card pre { padding: 28px 20px 20px; font-size: 11px; }.pill-web { left: -5px; top: 45px; }.pill-mobile { right: -5px; top: 80px; }.pill-data { right: 5px; bottom: 35px; }.scroll-indicator { display: none; }
  .values-row { gap: 8px; }.values-row span { font-size: 11px; }
  .service-grid { grid-template-columns: 1fr; }.service-card, .service-card.featured { min-height: auto; }.service-card.wide { grid-column: auto; grid-template-columns: auto 1fr; }.service-card.wide .legacy-arrow { display: none; }.service-icon { margin-bottom: 35px; }
  .client-grid { grid-template-columns: repeat(2, 1fr); }.client-grid div:nth-child(odd) { border-left: 0; }.client-grid div:nth-child(n+3) { border-top: 1px solid #d6d1c7; }.client-grid div:nth-child(4) { border-left: 1px solid #d6d1c7; }
  .contact-shell { width: 100%; padding: 55px 24px; border-radius: 0; }.field-row { grid-template-columns: 1fr; gap: 23px; }.submit-button { width: 100%; }
  .footer-top { grid-template-columns: 1fr; gap: 35px; }.footer-bottom { flex-direction: column; gap: 5px; }.footer-top nav { max-width: 280px; }
}

@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; }
}
