:root {
  --cyan: #03CAFD;
  --mid-blue: #0099FD;
  --strong-blue: #006DFC;
  --deep-blue: #0148FD;
  --navy: #121F2C;
  --dark-bg: #111E2B;
  --light-bg: #FDFDFD;
  --ink: var(--navy);
  --ink-soft: var(--dark-bg);
  --steel: #5f7385;
  --blue: var(--mid-blue);
  --blue-bright: var(--cyan);
  --ice: #e9faff;
  --mist: #f3f7f9;
  --white: var(--light-bg);
  --line: #dfe7ec;
  --green: #4fd19d;
  --shadow: 0 24px 70px rgba(5, 25, 43, .12);
  --radius: 18px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--light-bg); font-family: "DM Sans", sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
p { line-height: 1.7; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; left: 12px; top: -80px; background: #fff; padding: 12px 18px; border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 12px; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; color: white; }
.nav-shell { width: min(calc(100% - 48px), 1280px); height: 94px; margin: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand img { filter: drop-shadow(0 4px 10px rgba(52, 147, 202, .18)); }
.brand .brand-logo { width: 198px; height: auto; filter: none; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; text-transform: uppercase; }
.brand-copy strong { font: 800 17px/1 "Manrope", sans-serif; letter-spacing: .16em; }
.brand-copy small { margin-top: 6px; color: #91a8b9; font-size: 8px; font-weight: 700; letter-spacing: .46em; }
.site-nav { display: flex; align-items: center; gap: 31px; font-size: 14px; font-weight: 600; }
.site-nav > a:not(.button) { color: #c7d5df; transition: color .2s; }
.site-nav > a:not(.button):hover, .site-nav > a[aria-current="page"] { color: white; }
.site-nav .nav-login { margin-left: 8px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 0 24px; border: 0; border-radius: 9px; background: linear-gradient(135deg, var(--cyan), var(--mid-blue) 42%, var(--strong-blue) 72%, var(--deep-blue)); color: white; box-shadow: 0 12px 28px rgba(0, 109, 252, .24); font-weight: 700; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 15px 32px rgba(22, 118, 175, .35); }
.button-small { min-height: 42px; padding-inline: 18px; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 1px solid rgba(255,255,255,.16); background: transparent; border-radius: 8px; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: white; }

.hero { position: relative; min-height: 800px; overflow: hidden; color: white; background: radial-gradient(circle at 77% 35%, rgba(0, 153, 253, .28) 0, transparent 29%), linear-gradient(122deg, #07111e 0%, var(--dark-bg) 55%, var(--navy) 100%); }
.hero::after { content: ""; position: absolute; width: 900px; height: 900px; right: -440px; top: -500px; border: 1px solid rgba(96, 192, 241, .15); border-radius: 50%; }
.hero-grid, .about-hero .hero-grid { position: absolute; inset: 0; opacity: .23; background-image: linear-gradient(rgba(112, 188, 226, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(112, 188, 226, .08) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(to right, transparent, black 50%, transparent); }
.orb { position: absolute; border: 1px solid rgba(102, 196, 239, .2); border-radius: 50%; }
.orb-one { width: 540px; height: 540px; top: 155px; right: 4%; }
.orb-two { width: 350px; height: 350px; top: 250px; right: 11%; }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 30px; min-height: 720px; padding-top: 80px; }
.hero-copy { max-width: 625px; }
.eyebrow { margin: 0 0 22px; display: flex; align-items: center; gap: 10px; color: #94b4c8; font-size: 11px; line-height: 1.2; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { width: 22px; height: 1px; background: var(--blue-bright); }
.eyebrow.dark { color: #597082; }
.hero h1, .about-hero h1 { max-width: 700px; margin: 0; font: 700 clamp(52px, 5.6vw, 78px)/1.04 "Manrope", sans-serif; letter-spacing: -.055em; }
h1 em, h2 em { color: var(--cyan); font-style: normal; }
.hero-lead { max-width: 610px; margin: 26px 0 31px; color: #b9cbd7; font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: #ecf7fc; font-weight: 700; }
.text-link span, .service-card > a span { transition: transform .2s; }
.text-link:hover span, .service-card > a:hover span { transform: translateX(4px); }
.hero-notes { display: flex; flex-wrap: wrap; gap: 23px; margin: 36px 0 0; padding: 0; list-style: none; color: #9db2c1; font-size: 13px; }
.check { display: inline-grid; place-items: center; width: 18px; height: 18px; margin-right: 5px; color: #55d4a3; border: 1px solid rgba(85,212,163,.38); border-radius: 50%; font-size: 10px; }

.network-visual { position: relative; min-height: 520px; }
.visual-glow { position: absolute; width: 390px; height: 390px; left: 100px; top: 65px; border-radius: 50%; background: rgba(54, 157, 213, .18); filter: blur(50px); }
.network-card { position: absolute; z-index: 3; border: 1px solid rgba(148, 206, 235, .24); background: linear-gradient(145deg, rgba(21, 58, 82, .92), rgba(6, 25, 40, .88)); box-shadow: 0 28px 70px rgba(0, 10, 22, .35); backdrop-filter: blur(16px); }
.main-node { width: 305px; height: 335px; top: 94px; left: 145px; padding: 20px; border-radius: 22px; }
.status-row { display: flex; align-items: center; gap: 8px; color: #bcd0dd; font-size: 11px; font-weight: 600; letter-spacing: .04em; }
.status-row small { margin-left: auto; color: var(--green); }
.live-dot { width: 7px; height: 7px; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 5px rgba(79,209,157,.09); }
.pulse-logo { width: 178px; height: 178px; margin: 22px auto 14px; display: grid; place-items: center; border: 1px solid rgba(74, 176, 227, .2); border-radius: 50%; box-shadow: inset 0 0 42px rgba(61,164,216,.08), 0 0 0 20px rgba(61,164,216,.025); }
.pulse-logo img { filter: drop-shadow(0 16px 22px rgba(0,0,0,.28)); }
.node-stats { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.08); padding-top: 15px; color: #7893a5; font-size: 10px; }
.node-stats span + span { padding-left: 15px; border-left: 1px solid rgba(255,255,255,.08); }
.node-stats b { display: block; color: white; font-size: 17px; }
.float-card { position: absolute; z-index: 5; display: flex; align-items: center; gap: 12px; width: 203px; padding: 14px; border: 1px solid rgba(154, 215, 243, .22); border-radius: 13px; background: rgba(9, 31, 48, .92); box-shadow: 0 17px 40px rgba(0,12,24,.3); animation: float 5s ease-in-out infinite; }
.float-card strong, .float-card small { display: block; }
.float-card strong { margin-bottom: 4px; font-size: 12px; }
.float-card small { color: #7995a8; font-size: 9px; }
.float-card i { width: 7px; height: 7px; margin-left: auto; background: var(--green); border-radius: 50%; }
.product-icon { display: grid; place-items: center; flex: 0 0 36px; height: 36px; border-radius: 9px; background: rgba(0, 153, 253, .15); color: var(--cyan); font-size: 14px; font-style: normal; }
.card-game { top: 25px; left: 0; }
.card-web { top: 185px; right: -33px; animation-delay: -1.4s; }
.card-app { bottom: 15px; left: 4px; animation-delay: -2.8s; }
.connections { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; }
.connections path { stroke: rgba(97, 191, 234, .37); stroke-width: 1.3; stroke-dasharray: 6 7; }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

.trust-strip { position: absolute; z-index: 4; inset: auto 0 0; border-top: 1px solid rgba(255,255,255,.09); background: rgba(2, 16, 27, .28); }
.trust-inner { min-height: 80px; display: flex; align-items: center; justify-content: space-between; color: #859daa; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.trust-inner > span { color: #e0eaf0; font-weight: 700; }
.trust-inner div { display: flex; align-items: center; gap: 9px; }
.trust-inner i { width: 5px; height: 5px; border-radius: 50%; background: #4ca8d8; }

.section { padding: 120px 0; }
.services { background: #f7f9fa; }
.section-heading { display: grid; grid-template-columns: 1.2fr .75fr; align-items: end; gap: 80px; margin-bottom: 58px; }
.section-heading h2, .infra-copy h2, .story-intro h2, .mission-copy h2 { margin: 0; font: 700 clamp(37px, 4.2vw, 54px)/1.12 "Manrope", sans-serif; letter-spacing: -.045em; }
.section-heading h2 em { color: var(--mid-blue); }
.section-heading > p { margin: 0 0 8px; color: #637786; font-size: 16px; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.service-card { min-height: 420px; padding: 34px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: transform .25s, box-shadow .25s, border-color .25s; }
.service-card:hover { transform: translateY(-4px); border-color: #c5dce8; box-shadow: var(--shadow); }
.feature-card { color: white; border-color: rgba(3, 202, 253, .18); background: linear-gradient(145deg, var(--navy), var(--dark-bg)); }
.service-top { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 55px; }
.service-number { color: #90a2af; font: 700 11px "Manrope", sans-serif; letter-spacing: .15em; }
.service-glyph { display: grid; place-items: center; width: 50px; height: 50px; border-radius: 13px; color: var(--strong-blue); background: #eaf6fb; font-size: 24px; font-weight: 600; }
.feature-card .service-glyph { color: var(--cyan); background: rgba(3, 202, 253, .12); }
.code-glyph { font-size: 14px; }
.service-card h3 { margin: 0 0 13px; font: 700 24px/1.2 "Manrope", sans-serif; letter-spacing: -.025em; }
.service-card p { margin: 0; color: #697c89; font-size: 14px; }
.feature-card p { color: #aabdc9; }
.service-card ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 25px 0 30px; padding: 0; list-style: none; }
.service-card li { padding: 7px 11px; border-radius: 50px; color: #5e7483; background: #f1f5f7; font-size: 11px; font-weight: 600; }
.feature-card li { color: #a9c2d0; background: rgba(255,255,255,.07); }
.service-card > a { margin-top: auto; display: flex; justify-content: space-between; align-items: center; padding-top: 20px; border-top: 1px solid #e7ecef; color: #277eae; font-size: 13px; font-weight: 700; }
.feature-card > a { color: var(--cyan); border-color: rgba(255,255,255,.09); }

.infrastructure { background: white; }
.split-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 105px; }
.infra-copy { position: sticky; top: 50px; align-self: start; }
.infra-copy > p:not(.eyebrow) { margin: 26px 0; color: #637786; }
.dark-link { color: var(--strong-blue); }
.benefit { display: grid; grid-template-columns: 60px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.benefit:first-child { padding-top: 0; }
.benefit > span { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; color: var(--strong-blue); background: #ebf6fb; font-size: 11px; font-weight: 700; }
.benefit h3 { margin: 0 0 8px; font: 700 20px "Manrope", sans-serif; }
.benefit p { margin: 0; color: #71838e; font-size: 14px; }

.cta-section { padding: 0 0 100px; background: var(--light-bg); }
.cta-card { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; min-height: 380px; padding: 70px; border-radius: 22px; color: white; background: radial-gradient(circle at 82% 100%, rgba(0, 109, 252, .28), transparent 36%), linear-gradient(120deg, var(--dark-bg), var(--navy)); box-shadow: var(--shadow); }
.cta-card::before { content: ""; position: absolute; right: -100px; bottom: -260px; width: 580px; height: 580px; border: 1px solid rgba(97, 197, 241, .15); border-radius: 50%; box-shadow: 0 0 0 70px rgba(97,197,241,.025); }
.cta-card h2 { position: relative; margin: 0; font: 700 clamp(34px, 4vw, 50px)/1.12 "Manrope", sans-serif; letter-spacing: -.045em; }
.cta-card p:not(.eyebrow) { position: relative; max-width: 610px; margin: 18px 0 0; color: #a9bfcb; }
.cta-mark { position: absolute; right: 23%; top: -25px; opacity: .07; transform: rotate(-10deg); }
.cta-actions { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: stretch; gap: 22px; text-align: center; }
.button-light { color: var(--navy); background: var(--light-bg); box-shadow: none; }
.button-light:hover { box-shadow: 0 12px 30px rgba(0,0,0,.2); }
.cta-actions .text-link { justify-content: center; font-size: 13px; }

.site-footer { color: #afbdc6; background: var(--dark-bg); }
.footer-main { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 70px; padding: 78px 0 65px; }
.footer-brand p { max-width: 275px; margin: 24px 0 0; color: #738894; font-size: 13px; }
.footer-column { display: flex; flex-direction: column; gap: 13px; }
.footer-column h2 { margin: 0 0 12px; color: white; font: 700 12px "Manrope", sans-serif; text-transform: uppercase; letter-spacing: .12em; }
.footer-column a { color: #8195a1; font-size: 13px; transition: color .2s; }
.footer-column a:hover { color: #62bde9; }
.footer-column a[aria-disabled="true"] { opacity: .72; }
.footer-bottom { min-height: 70px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.07); color: #657a86; font-size: 11px; }
.system-status { display: flex; align-items: center; gap: 8px; }
.system-status i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(79,209,157,.08); }

/* About */
.about-hero { position: relative; min-height: 630px; overflow: hidden; display: grid; place-items: center; color: white; background: radial-gradient(circle at 75% 60%, rgba(0, 153, 253, .28) 0, transparent 32%), linear-gradient(122deg, #07111e, var(--dark-bg)); }
.about-hero-inner { position: relative; z-index: 3; padding-top: 70px; }
.about-hero h1 { max-width: 940px; font-size: clamp(48px, 6vw, 74px); }
.about-hero-inner > p:last-child { max-width: 600px; margin: 26px 0 0; color: #b7cad5; font-size: 18px; }
.about-lines i { position: absolute; z-index: 1; width: 1px; transform-origin: top; background: rgba(100,193,237,.2); }
.about-lines i:nth-child(1) { height: 460px; right: 13%; top: 30px; transform: rotate(35deg); }
.about-lines i:nth-child(2) { height: 350px; right: 29%; top: 250px; transform: rotate(75deg); }
.about-lines i:nth-child(3) { height: 430px; right: 2%; top: 320px; transform: rotate(110deg); }
.about-lines span { position: absolute; z-index: 2; width: 13px; height: 13px; border: 3px solid #377fa9; border-radius: 50%; background: #0b2b43; }
.about-lines span:nth-of-type(1) { right: 18%; top: 180px; }
.about-lines span:nth-of-type(2) { right: 30%; top: 415px; }
.about-lines span:nth-of-type(3) { right: 5%; top: 490px; }
.story-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 120px; }
.story-copy p { color: #657985; }
.story-copy .lead-paragraph { margin-top: 0; color: #17364b; font-size: 21px; line-height: 1.55; font-weight: 600; }
.values-section { padding: 120px 0; color: white; background: var(--navy); }
.light-heading > p { color: #9aafbb; }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(255,255,255,.09); border-radius: 18px; overflow: hidden; }
.value-card { min-height: 320px; padding: 32px; border-right: 1px solid rgba(255,255,255,.09); background: linear-gradient(150deg, rgba(255,255,255,.025), transparent); }
.value-card:last-child { border: 0; }
.value-card > span { color: var(--cyan); font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.value-card h3 { margin: 105px 0 15px; font: 700 21px "Manrope", sans-serif; }
.value-card p { margin: 0; color: #8fa5b1; font-size: 13px; }
.mission-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 100px; }
.mission-mark { display: grid; place-items: center; min-height: 430px; border-radius: 20px; background: radial-gradient(circle, #dff3fc, #f5fafc 70%); }
.mission-mark > div { display: grid; place-items: center; width: 310px; height: 310px; border: 1px solid #d4e9f3; border-radius: 50%; box-shadow: 0 0 0 35px rgba(211,235,246,.35); }
.mission-copy > p:not(.eyebrow) { color: #657985; }
.mission-statement { display: flex; gap: 15px; margin-top: 35px; padding-top: 25px; border-top: 1px solid var(--line); }
.mission-statement span { color: var(--strong-blue); font: 700 45px/1 Georgia, serif; }
.mission-statement p { margin: 5px 0 0; color: #14344a !important; font: 600 17px/1.6 "Manrope", sans-serif; }
.about-cta { padding-top: 10px; }

.reveal { opacity: 1; transform: none; }
.motion-ready .reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.motion-ready .reveal.is-visible { opacity: 1; transform: none; }
.reveal-delay, .reveal-delay-one { transition-delay: .12s; }
.reveal-delay-two { transition-delay: .2s; }
.reveal-delay-three { transition-delay: .28s; }

@media (max-width: 1020px) {
  .site-nav { gap: 18px; }
  .hero-layout { grid-template-columns: 1.08fr .92fr; }
  .network-visual { transform: scale(.82); transform-origin: center right; }
  .section-heading { gap: 45px; }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .value-card:nth-child(2) { border-right: 0; }
  .value-card:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.09); }
  .footer-main { gap: 35px; }
}

@media (max-width: 820px) {
  .container, .nav-shell { width: min(calc(100% - 32px), var(--container)); }
  .nav-shell { height: 78px; }
  .menu-toggle { display: block; position: relative; z-index: 3; }
  .site-nav { position: fixed; inset: 0; z-index: 2; display: flex; flex-direction: column; justify-content: center; gap: 25px; background: rgba(5,20,32,.98); opacity: 0; pointer-events: none; transform: translateY(-15px); transition: .25s; }
  .site-nav.is-open { opacity: 1; pointer-events: auto; transform: none; }
  .site-nav > a:not(.button) { font-size: 19px; }
  .site-nav .nav-login { margin-left: 0; }
  .hero { min-height: auto; }
  .hero-layout { display: block; padding: 155px 0 115px; }
  .hero-copy { max-width: 680px; }
  .network-visual { display: none; }
  .trust-strip { position: static; }
  .trust-inner { justify-content: center; gap: 22px; flex-wrap: wrap; padding: 24px 0; }
  .trust-inner > span { flex-basis: 100%; text-align: center; }
  .section, .values-section { padding: 85px 0; }
  .section-heading, .split-section, .story-grid, .mission-grid { grid-template-columns: 1fr; gap: 38px; }
  .section-heading { margin-bottom: 42px; }
  .service-card { min-height: 390px; }
  .infra-copy { position: static; }
  .cta-card { padding: 55px 40px; grid-template-columns: 1fr; }
  .cta-actions { align-items: flex-start; }
  .cta-actions .text-link { justify-content: flex-start; }
  .footer-main { grid-template-columns: 2fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .about-hero { min-height: 570px; }
  .mission-mark { min-height: 360px; }
}

@media (max-width: 580px) {
  .brand .brand-logo { width: 178px; }
  .hero-layout { padding-top: 135px; padding-bottom: 85px; }
  .hero h1, .about-hero h1 { font-size: 44px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero-notes { gap: 15px; }
  .trust-inner div { flex-basis: calc(50% - 18px); justify-content: center; }
  .section { padding: 72px 0; }
  .section-heading h2, .infra-copy h2, .story-intro h2, .mission-copy h2 { font-size: 37px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 400px; padding: 28px; }
  .service-top { margin-bottom: 45px; }
  .split-section { gap: 55px; }
  .cta-section { padding-bottom: 65px; }
  .cta-card { min-height: 470px; padding: 45px 26px; }
  .cta-card h2 { font-size: 35px; }
  .footer-main { grid-template-columns: 1fr 1fr; padding-top: 60px; }
  .footer-column:last-child { grid-column: 1 / -1; }
  .footer-bottom { padding: 24px 0; align-items: flex-start; flex-direction: column; gap: 12px; }
  .about-hero { min-height: 610px; }
  .about-hero-inner { padding-top: 45px; }
  .values-grid { grid-template-columns: 1fr; }
  .value-card { min-height: 270px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.09); }
  .value-card h3 { margin-top: 70px; }
  .mission-mark { min-height: 300px; }
  .mission-mark > div { width: 220px; height: 220px; }
  .mission-mark img { width: 170px; }
}

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