:root {
  --ink: #07111f;
  --ink-2: #0d1d31;
  --paper: #f5f7fa;
  --white: #ffffff;
  --muted: #617083;
  --line: #dce3ea;
  --cyan: #35d5dc;
  --cyan-dark: #0aa5af;
  --lime: #b9f46a;
  --max: 1180px;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(5, 18, 34, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}
a { color: inherit; }
img { max-width: 100%; }
.container { width: min(calc(100% - 40px), var(--max)); 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; left: 16px; top: -60px; z-index: 100; background: var(--white); padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 20;
  border-bottom: 1px solid rgba(255,255,255,.09);
  background: rgba(7,17,31,.82);
  backdrop-filter: blur(14px);
}
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: var(--white); font-weight: 780; font-size: 1.25rem; letter-spacing: -.03em; }
.brand-accent { color: var(--cyan); }
.brand-mark { width: 34px; height: 34px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: end; gap: 3px; padding: 6px; border: 1px solid rgba(53,213,220,.45); border-radius: 10px; transform: rotate(-4deg); }
.brand-mark span { display: block; background: var(--cyan); border-radius: 3px 3px 1px 1px; }
.brand-mark span:nth-child(1) { height: 50%; }
.brand-mark span:nth-child(2) { height: 100%; }
.brand-mark span:nth-child(3) { height: 72%; background: var(--lime); }

.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav a { color: #c8d3df; text-decoration: none; font-size: .94rem; font-weight: 600; }
.main-nav a:hover { color: var(--white); }
.nav-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.nav-toggle > span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px; background: var(--white); }

.button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 50px;
  padding: 0 23px; border: 1px solid var(--cyan); border-radius: 999px;
  background: var(--cyan); color: var(--ink) !important; text-decoration: none;
  font-weight: 800; transition: transform .2s, background .2s, border-color .2s;
}
.button:hover { transform: translateY(-2px); background: #61e2e7; border-color: #61e2e7; }
.button-small { min-height: 40px; padding: 0 18px; }
.button-outline { background: transparent; color: var(--ink) !important; border-color: var(--ink); }
.button-outline:hover { background: var(--ink); color: var(--white) !important; }
.button-light { background: var(--white); border-color: var(--white); color: var(--ink) !important; }
.text-link { text-decoration: none; font-weight: 800; border-bottom: 1px solid currentColor; padding-bottom: 3px; }

.hero {
  min-height: 760px; display: grid; align-items: center;
  padding: 145px 0 85px;
  color: var(--white);
  background:
    radial-gradient(circle at 80% 35%, rgba(53,213,220,.13), transparent 28%),
    radial-gradient(circle at 10% 90%, rgba(185,244,106,.08), transparent 28%),
    var(--ink);
  overflow: hidden;
}
.hero-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 55px; align-items: center; }
.eyebrow { margin: 0 0 18px; color: var(--cyan-dark); font-size: .77rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.hero .eyebrow, .contact .eyebrow { color: var(--cyan); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 26px; font-size: clamp(3.3rem, 7vw, 6.6rem); line-height: .94; letter-spacing: -.065em; max-width: 800px; }
h2 { margin-bottom: 22px; font-size: clamp(2.2rem, 4.5vw, 4.25rem); line-height: 1.04; letter-spacing: -.05em; }
h3 { font-size: 1.35rem; line-height: 1.2; letter-spacing: -.025em; }
.hero-intro { max-width: 650px; color: #aebdcd; font-size: 1.18rem; }
.hero-actions { display: flex; align-items: center; gap: 25px; margin-top: 35px; }
.hero .text-link { color: var(--white); }
.trust-row { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 55px; color: #8fa0b3; font-size: .84rem; text-transform: uppercase; letter-spacing: .08em; }
.trust-row span::before { content: ""; display: inline-block; width: 6px; height: 6px; margin-right: 9px; border-radius: 50%; background: var(--lime); vertical-align: 2px; }

.hero-visual { position: relative; min-height: 500px; }
.visual-glow { position: absolute; inset: 18% 13%; border-radius: 50%; background: rgba(53,213,220,.12); filter: blur(35px); }
.orbit { position: absolute; border: 1px solid rgba(140,176,198,.18); border-radius: 50%; }
.orbit-one { inset: 8%; animation: spin 26s linear infinite; }
.orbit-two { inset: 22%; animation: spin 18s linear infinite reverse; }
.orbit::before, .orbit::after { content: ""; position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 20px var(--cyan); }
.orbit::before { top: 12%; left: 17%; }
.orbit::after { right: 8%; bottom: 27%; background: var(--lime); box-shadow: 0 0 20px var(--lime); }
@keyframes spin { to { transform: rotate(360deg); } }
.core-card {
  position: absolute; inset: 31% 24%; display: flex; flex-direction: column; align-items: center; justify-content: center;
  border: 1px solid rgba(255,255,255,.16); border-radius: 28px; background: rgba(13,29,49,.82);
  box-shadow: var(--shadow); backdrop-filter: blur(14px);
}
.core-card strong { font-size: 1.35rem; }
.core-card small { color: #8fa0b3; }
.core-icon { display: flex; align-items: end; gap: 5px; height: 45px; margin-bottom: 14px; }
.core-icon span { width: 11px; border-radius: 4px; background: var(--cyan); }
.core-icon span:nth-child(1) { height: 22px; }
.core-icon span:nth-child(2) { height: 43px; }
.core-icon span:nth-child(3) { height: 31px; background: var(--lime); }
.float-card {
  position: absolute; padding: 11px 15px; border: 1px solid rgba(255,255,255,.13);
  border-radius: 13px; background: rgba(9,24,40,.85); color: #cdd8e3; font-size: .78rem;
  box-shadow: 0 14px 35px rgba(0,0,0,.22); backdrop-filter: blur(10px);
}
.float-card span { color: var(--cyan); margin-right: 7px; }
.card-cloud { top: 12%; left: 4%; }
.card-shield { top: 18%; right: 1%; }
.card-cost { bottom: 12%; left: 8%; }
.card-infra { right: 2%; bottom: 18%; }

.statement { padding: 90px 0; background: var(--white); border-bottom: 1px solid var(--line); }
.statement-grid { display: grid; grid-template-columns: .35fr 1.65fr; gap: 40px; }
.statement h2 { max-width: 980px; margin: 0; font-size: clamp(2rem, 4vw, 3.7rem); }

.section { padding: 115px 0; }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 50px; align-items: end; margin-bottom: 55px; }
.section-heading h2 { max-width: 760px; margin-bottom: 0; }
.section-heading > p { color: var(--muted); max-width: 460px; }

.services { background: #eef2f5; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card {
  position: relative; min-height: 440px; padding: 34px; overflow: hidden;
  border: 1px solid var(--line); border-radius: var(--radius); background: var(--white);
  transition: transform .25s, box-shadow .25s;
}
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.service-card.featured { background: var(--ink); color: var(--white); border-color: var(--ink); }
.service-card p { color: var(--muted); }
.service-card.featured p { color: #aebdcd; }
.service-card ul { list-style: none; padding: 0; margin: 28px 0 0; border-top: 1px solid var(--line); }
.service-card.featured ul { border-color: rgba(255,255,255,.12); }
.service-card li { padding: 9px 0; color: var(--muted); font-size: .91rem; }
.service-card.featured li { color: #c1cfdb; }
.service-card li::before { content: "↗"; margin-right: 9px; color: var(--cyan-dark); }
.service-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 55px; border-radius: 14px; background: #e7fbfc; color: var(--cyan-dark); font-size: 1.35rem; }
.featured .service-icon { background: rgba(53,213,220,.14); color: var(--cyan); }
.service-number { position: absolute; right: 28px; top: 33px; font-size: .75rem; font-weight: 800; letter-spacing: .13em; }
.service-cta { display: flex; flex-direction: column; justify-content: center; background: var(--cyan); border-color: var(--cyan); }
.service-cta p { color: #17454b; }
.service-cta .eyebrow { color: #155b61; }
.service-cta .text-link { align-self: flex-start; margin-top: 20px; }

.approach { background: var(--white); }
.approach-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.approach-copy { position: sticky; top: 125px; }
.approach-copy > p:not(.eyebrow) { color: var(--muted); max-width: 560px; margin-bottom: 32px; }
.steps { border-top: 1px solid var(--line); }
.steps article { display: grid; grid-template-columns: 70px 1fr; gap: 24px; padding: 32px 0; border-bottom: 1px solid var(--line); }
.steps > article > span { color: var(--cyan-dark); font-weight: 850; font-size: .78rem; letter-spacing: .12em; }
.steps h3 { margin-bottom: 8px; font-size: 1.55rem; }
.steps p { margin: 0; color: var(--muted); }

.why-us { color: var(--white); background: var(--ink-2); }
.why-us .eyebrow { color: var(--cyan); }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.13); border-left: 1px solid rgba(255,255,255,.13); }
.benefit-grid article { min-height: 260px; padding: 30px; border-right: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.13); }
.benefit-grid strong { color: var(--cyan); font-size: .78rem; letter-spacing: .14em; }
.benefit-grid h3 { margin-top: 70px; }
.benefit-grid p { color: #9eb0c1; margin-bottom: 0; }

.contact { padding-top: 80px; background: var(--paper); }
.contact-panel { display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; align-items: end; padding: 70px; border-radius: 30px; color: var(--white); background: linear-gradient(135deg, #0b3345, #0b6971); box-shadow: var(--shadow); }
.contact-panel h2 { max-width: 760px; }
.contact-panel p { color: #c2e2e4; max-width: 700px; }
.contact-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }
.contact-actions p { margin: 0; font-size: .85rem; }

.site-footer { padding: 60px 0 30px; color: #9bacbd; background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 45px; align-items: start; }
.footer-brand { margin-bottom: 18px; }
.footer-grid > div > p { max-width: 440px; }
.footer-links { display: flex; gap: 24px; }
.footer-links a { color: #cbd6e0; text-decoration: none; }
.copyright { grid-column: 1 / -1; margin: 30px 0 0; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.1); font-size: .83rem; }

@media (max-width: 930px) {
  .hero-grid, .approach-grid, .contact-panel { grid-template-columns: 1fr; }
  .hero-visual { min-height: 430px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .approach-copy { position: static; }
  .contact-panel { padding: 50px; }
}
@media (max-width: 720px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .nav-toggle { display: block; }
  .main-nav {
    position: absolute; top: 78px; left: 14px; right: 14px; display: none; flex-direction: column; align-items: stretch;
    gap: 0; padding: 15px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: #0a192b;
  }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 12px; }
  .main-nav .button { margin-top: 7px; }
  .hero { min-height: auto; padding-top: 125px; }
  h1 { font-size: clamp(3rem, 15vw, 4.5rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-visual { min-height: 350px; margin-top: 10px; }
  .core-card { inset: 30% 20%; }
  .statement-grid, .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .section { padding: 85px 0; }
  .service-grid, .benefit-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .contact-panel { padding: 38px 26px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}


.build-notice {
  position: fixed;
  top: 78px;
  left: 0;
  right: 0;
  z-index: 19;
  border-bottom: 1px solid rgba(53, 213, 220, .18);
  background: rgba(10, 29, 47, .96);
  color: #c9d8e5;
  backdrop-filter: blur(12px);
}
.build-notice-inner {
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: .82rem;
}
.build-notice p { margin: 0; flex: 1; }
.build-notice strong { color: #ffffff; }
.build-notice a {
  color: var(--cyan);
  text-decoration: none;
  font-weight: 800;
}
.status-dot {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 16px rgba(185, 244, 106, .7);
}
.hero { padding-top: 185px; }

.technology-strip {
  padding: 105px 0;
  background: #091725;
  color: var(--white);
}
.technology-heading {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 55px;
  align-items: end;
  margin-bottom: 50px;
}
.technology-heading .eyebrow { color: var(--cyan); }
.technology-heading h2 { margin-bottom: 0; max-width: 800px; }
.technology-heading > p { color: #9fb0c0; max-width: 520px; }
.technology-groups {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid rgba(255,255,255,.12);
  border-left: 1px solid rgba(255,255,255,.12);
}
.technology-groups article {
  padding: 30px;
  border-right: 1px solid rgba(255,255,255,.12);
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.technology-label {
  display: block;
  margin-bottom: 20px;
  color: #7f94a7;
  font-size: .73rem;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.technology-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.technology-list span {
  padding: 8px 12px;
  border: 1px solid rgba(53,213,220,.24);
  border-radius: 999px;
  background: rgba(53,213,220,.06);
  color: #d7e4ed;
  font-size: .87rem;
}
.legal-name {
  max-width: 600px !important;
  color: #6f8395 !important;
  font-size: .78rem;
}

@media (max-width: 720px) {
  .build-notice { top: 78px; }
  .build-notice-inner { min-height: 56px; align-items: flex-start; padding-top: 9px; padding-bottom: 9px; }
  .build-notice a { display: none; }
  .hero { padding-top: 180px; }
  .technology-heading, .technology-groups { grid-template-columns: 1fr; }
}
