:root {
  --ink: #061318;
  --ink-deep: #020a0e;
  --ink-soft: #0b2027;
  --line: rgba(163, 226, 237, .12);
  --line-strong: rgba(163, 226, 237, .26);
  --white: #f6fbfc;
  --muted: #9bb0b8;
  --cyan: #0aa7ff;
  --cyan-light: #63f6ff;
  --green: #6fba2c;
  --purple: #9278f7;
  --blue: #1779ba;
  --header-height: 84px;
  --content: 1180px;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
  font-size: 18px;
  line-height: 1.65;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  background:
    radial-gradient(circle at 88% 8%, rgba(10, 167, 255, .1), transparent 30%),
    radial-gradient(circle at 12% 72%, rgba(111, 186, 44, .06), transparent 28%),
    linear-gradient(180deg, #061318, #020a0e 82%);
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
::selection { color: var(--ink-deep); background: var(--cyan-light); }

.skip-link {
  position: fixed;
  z-index: 999;
  left: 16px;
  top: -80px;
  padding: 10px 16px;
  border-radius: 0 0 8px 8px;
  background: var(--cyan-light);
  color: var(--ink-deep);
  font-weight: 800;
  transition: top .2s;
}
.skip-link:focus { top: 0; }

.particle-canvas,
.page-grid,
.cursor-glow { position: fixed; inset: 0; pointer-events: none; }
.particle-canvas { z-index: -1; opacity: .5; }
.page-grid {
  z-index: -2;
  width: min(100% - 36px, 1280px);
  margin: auto;
  border-inline: 1px solid var(--line);
  background: repeating-linear-gradient(90deg, transparent 0, transparent calc(12.5% - 1px), var(--line) 12.5%);
  mask-image: linear-gradient(to bottom, #000 2%, rgba(0,0,0,.45) 52%, transparent 100%);
}
.cursor-glow {
  z-index: -1;
  background: radial-gradient(460px circle at var(--mouse-x, 80%) var(--mouse-y, 15%), rgba(99, 246, 255, .08), transparent 65%);
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  height: var(--header-height);
  padding: 0 max(24px, calc((100vw - 1280px) / 2));
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid transparent;
  transition: background .35s, border-color .35s, height .35s, backdrop-filter .35s;
}
.site-header.is-scrolled {
  height: 70px;
  background: rgba(6, 19, 24, .88);
  border-color: var(--line);
  backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 12px; width: max-content; }
.brand img { width: 46px; height: 46px; object-fit: contain; filter: brightness(0) invert(1); opacity: .92; }
.brand-copy { display: flex; flex-direction: column; padding-left: 12px; border-left: 1px solid var(--line-strong); line-height: 1.15; }
.brand-copy strong { font-size: 1.18rem; letter-spacing: .08em; }
.brand-copy small { margin-top: 4px; color: var(--muted); font-size: .78rem; letter-spacing: .18em; }
.site-nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 46px); }
.site-nav a { position: relative; color: rgba(246,251,252,.84); font-size: 1rem; font-weight: 650; letter-spacing: .04em; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -10px; height: 1px; background: var(--cyan-light); transition: right .3s var(--ease); }
.site-nav a:hover::after, .site-nav a:focus-visible::after, .site-nav a.is-current::after { right: 0; }
.header-cta { justify-self: end; padding: 10px 18px; border: 1px solid rgba(99,246,255,.35); border-radius: 6px; font-size: .86rem; font-weight: 750; transition: color .3s, background .3s, border .3s; }
.header-cta span { margin-left: 8px; color: var(--cyan-light); }
.header-cta:hover, .header-cta:focus-visible { color: var(--ink-deep); background: var(--cyan-light); border-color: var(--cyan-light); }
.header-cta:hover span { color: inherit; }
.menu-toggle { display: none; }

.hero {
  position: relative;
  min-height: 100svh;
  padding: calc(var(--header-height) + 70px) max(24px, calc((100vw - var(--content)) / 2)) 90px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: 36px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.hero::before {
  content: "PQB.AI";
  position: absolute;
  left: max(24px, calc((100vw - 1280px) / 2));
  bottom: -6vw;
  color: rgba(255,255,255,.018);
  font-size: clamp(8rem, 22vw, 25rem);
  font-weight: 900;
  letter-spacing: -.08em;
  line-height: .72;
  pointer-events: none;
}
.hero-orb { position: absolute; border-radius: 50%; filter: blur(4px); pointer-events: none; }
.orb-a {
  width: min(48vw, 680px); aspect-ratio: 1;
  right: -22vw; top: 7%;
  opacity: .55;
  background: radial-gradient(circle at 35% 40%, rgba(99,246,255,.72), rgba(10,167,255,.2) 25%, rgba(6,19,24,.03) 68%);
  animation: breathe 7s ease-in-out infinite alternate;
}
.orb-b {
  width: 320px; aspect-ratio: 1;
  left: -230px; bottom: 2%;
  opacity: .3;
  background: radial-gradient(circle, rgba(111,186,44,.45), transparent 68%);
  animation: drift 11s ease-in-out infinite alternate;
}
.hero-content { position: relative; z-index: 2; max-width: 680px; }
.eyebrow, .section-index { color: var(--cyan-light); font-size: .82rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 28px; }
.eyebrow i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 6px rgba(111,186,44,.12), 0 0 24px var(--green); animation: pulse 2s infinite; }
.hero h1 { margin: 0; max-width: 740px; font-size: clamp(3.55rem, 6.2vw, 6.3rem); line-height: .98; letter-spacing: -.065em; font-weight: 870; }
.hero h1 span { display: inline-block; margin-top: 16px; color: transparent; background: linear-gradient(100deg, #fff 0 10%, var(--cyan-light) 38%, var(--cyan) 72%, var(--green)); background-size: 180% auto; background-clip: text; animation: gradientSlide 8s linear infinite; }
.hero-intro { max-width: 650px; margin: 34px 0; color: #b6c7cd; font-size: clamp(1rem, 1.45vw, 1.23rem); }
.hero-proof { max-width: 680px; margin: 0 0 30px; display: grid; grid-template-columns: repeat(2, 1fr); border: 1px solid var(--line-strong); background: rgba(2,10,14,.48); backdrop-filter: blur(10px); }
.hero-proof div { position: relative; min-height: 116px; padding: 20px 20px 18px 52px; display: flex; justify-content: center; flex-direction: column; }
.hero-proof div + div { border-left: 1px solid var(--line); }
.hero-proof span { position: absolute; top: 23px; left: 18px; color: var(--cyan-light); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: .78rem; font-weight: 850; }
.hero-proof strong { font-size: 1rem; line-height: 1.35; }
.hero-proof small { margin-top: 6px; color: var(--muted); font-size: .8rem; line-height: 1.45; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.button { display: inline-flex; min-height: 52px; padding: 13px 21px; align-items: center; justify-content: center; gap: 16px; border: 1px solid transparent; border-radius: 6px; font-weight: 800; letter-spacing: .02em; transition: transform .3s var(--ease), color .3s, background .3s, border .3s, box-shadow .3s; }
.button span { font-size: 1.1em; }
.button-primary { background: var(--cyan); color: #00141f; box-shadow: 0 16px 50px rgba(10,167,255,.18); }
.button-primary:hover, .button-primary:focus-visible { transform: translateY(-3px); background: var(--cyan-light); box-shadow: 0 18px 54px rgba(99,246,255,.26); }
.button-ghost { border-color: var(--line-strong); background: rgba(6,19,24,.4); }
.button-ghost:hover, .button-ghost:focus-visible { transform: translateY(-3px); border-color: var(--cyan-light); background: rgba(99,246,255,.08); }

.hero-visual { position: relative; z-index: 2; width: min(51vw, 700px); aspect-ratio: 1; justify-self: end; }
.hero-visual::before {
  content: "";
  position: absolute; inset: 16%; border-radius: 50%;
  background: radial-gradient(circle at 34% 27%, rgba(99,246,255,.32), rgba(10,167,255,.1) 38%, rgba(6,19,24,.76) 69%);
  border: 1px solid rgba(99,246,255,.34);
  box-shadow: inset -35px -40px 100px rgba(0,0,0,.7), 0 0 120px rgba(10,167,255,.19);
  animation: breathe 6s ease-in-out infinite alternate;
}
.hero-visual::after { content: ""; position: absolute; inset: 18%; border-radius: 50%; background-image: radial-gradient(rgba(99,246,255,.72) 1.2px, transparent 1.2px); background-size: 13px 13px; mask-image: radial-gradient(circle, #000, transparent 72%); animation: slowSpin 48s linear infinite; }
.global-globe { position: absolute; z-index: 2; inset: 16%; overflow: hidden; border-radius: 50%; opacity: .72; animation: globeTilt 13s ease-in-out infinite alternate; }
.global-globe::before, .global-globe::after { content: ""; position: absolute; inset: 9% 0; border: 1px solid rgba(99,246,255,.28); border-radius: 50%; }
.global-globe::after { inset: 0 28%; }
.global-globe i { position: absolute; left: -8%; right: -8%; height: 1px; background: linear-gradient(90deg, transparent, rgba(99,246,255,.35), transparent); }
.global-globe i:nth-child(1) { top: 22%; transform: rotate(8deg); }
.global-globe i:nth-child(2) { top: 40%; transform: rotate(-5deg); }
.global-globe i:nth-child(3) { top: 58%; transform: rotate(7deg); }
.global-globe i:nth-child(4) { top: 76%; transform: rotate(-9deg); }
.global-globe i:nth-child(5) { top: 49%; height: 18%; left: 18%; right: 20%; border: 1px solid rgba(111,186,44,.3); border-radius: 55% 35% 48% 40%; background: rgba(111,186,44,.06); transform: rotate(-13deg); }
.orbit { position: absolute; z-index: 2; inset: 3%; border: 1px solid rgba(99,246,255,.3); border-radius: 50%; transform: rotate(-18deg) scaleY(.52); }
.orbit-two { inset: 10%; border-color: rgba(146,120,247,.37); transform: rotate(42deg) scaleY(.68); }
.orbit-three { inset: 0 13%; border-style: dashed; border-color: rgba(111,186,44,.3); transform: rotate(83deg) scaleY(.84); animation: orbitDrift 22s linear infinite; }
.core-node { position: absolute; z-index: 5; inset: 34%; display: flex; align-items: center; justify-content: center; flex-direction: column; border: 1px solid rgba(99,246,255,.55); border-radius: 50%; background: rgba(2,10,14,.83); box-shadow: 0 0 56px rgba(99,246,255,.23); backdrop-filter: blur(10px); text-align: center; }
.core-node img { width: 38%; height: 38%; object-fit: contain; filter: brightness(0) saturate(100%) invert(88%) sepia(56%) saturate(988%) hue-rotate(135deg) brightness(104%); }
.core-node strong { margin-top: 6px; font-size: clamp(.88rem, 1.6vw, 1.25rem); letter-spacing: .08em; }
.core-node small { margin-top: 5px; color: var(--cyan-light); font-size: .76rem; line-height: 1.35; letter-spacing: .1em; }
.orbit-proof { position: absolute; z-index: 7; width: 228px; min-height: 118px; padding: 16px 17px; display: flex; justify-content: center; flex-direction: column; border: 1px solid rgba(99,246,255,.42); border-left: 3px solid var(--cyan-light); background: rgba(2,10,14,.88); box-shadow: 0 18px 50px rgba(0,0,0,.38), 0 0 28px rgba(10,167,255,.1); backdrop-filter: blur(13px); animation: float 6s ease-in-out infinite; }
.orbit-proof::before { content: ""; position: absolute; width: 86px; height: 1px; top: 50%; background: linear-gradient(90deg, transparent, var(--cyan-light)); opacity: .6; }
.orbit-proof span { color: var(--cyan-light); font-size: .78rem; font-weight: 900; letter-spacing: .12em; }
.orbit-proof b { margin: 7px 0 5px; font-size: 1.08rem; line-height: 1.3; }
.orbit-proof small { color: #a8bbc1; font-size: .79rem; line-height: 1.4; }
.proof-microsoft { top: 4%; right: -2%; }
.proof-microsoft::before { right: 100%; }
.proof-health { left: -3%; bottom: 5%; border-left-color: #98dd55; animation-delay: -2.2s; }
.proof-health::before { left: 100%; background: linear-gradient(90deg, #98dd55, transparent); }
.proof-health span { color: #a9ed66; }
.satellite { position: absolute; z-index: 6; width: 84px; height: 84px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; background: rgba(6,19,24,.93); border: 1px solid var(--line-strong); box-shadow: 0 10px 34px rgba(0,0,0,.3); animation: float 5s ease-in-out infinite; }
.satellite b { font-size: 1.15rem; letter-spacing: .04em; }
.satellite span { color: var(--muted); font-size: .78rem; white-space: nowrap; }
.sat-one { top: 1%; left: 32%; border-color: rgba(99,246,255,.5); color: var(--cyan-light); }
.sat-two { top: 46%; right: 0; border-color: rgba(111,186,44,.6); color: #9fe458; animation-delay: -1.2s; }
.sat-three { right: 23%; bottom: 0; border-color: rgba(146,120,247,.62); color: #b9aaff; animation-delay: -2.4s; }
.sat-four { top: 39%; left: 1%; border-color: rgba(10,167,255,.62); color: #52c5ff; animation-delay: -3.2s; }
.signal-dot { position: absolute; z-index: 4; width: 8px; height: 8px; border-radius: 50%; background: var(--cyan-light); box-shadow: 0 0 18px var(--cyan-light); animation: signalPulse 2.2s ease-in-out infinite; }
.signal-a { top: 28%; left: 26%; }
.signal-b { top: 65%; right: 23%; animation-delay: -.8s; }
.signal-c { bottom: 25%; left: 35%; animation-delay: -1.5s; background: #98dd55; box-shadow: 0 0 18px #98dd55; }
.scroll-cue { position: absolute; z-index: 4; left: 50%; bottom: 24px; display: flex; align-items: center; flex-direction: column; gap: 10px; color: rgba(255,255,255,.55); font-size: .76rem; letter-spacing: .2em; transform: translateX(-50%); }
.scroll-cue i { display: block; width: 1px; height: 40px; background: linear-gradient(var(--cyan-light), transparent); animation: scrollCue 1.7s ease-in-out infinite; transform-origin: top; }

.capability-strip { position: relative; z-index: 5; overflow: hidden; border-bottom: 1px solid var(--line); background: rgba(2,10,14,.7); backdrop-filter: blur(16px); }
.ticker { width: max-content; min-width: 100%; padding: 20px 0; display: flex; align-items: center; gap: 30px; animation: marquee 34s linear infinite; }
.ticker span { color: rgba(255,255,255,.86); font-size: .82rem; font-weight: 850; letter-spacing: .14em; white-space: nowrap; }
.ticker i { width: 6px; height: 6px; border-radius: 50%; background: var(--cyan-light); box-shadow: 0 0 15px var(--cyan); }

.section { position: relative; z-index: 2; width: min(100% - 48px, var(--content)); margin: auto; padding: clamp(96px, 12vw, 165px) 0; }
.section-heading { display: grid; grid-template-columns: .48fr 1.5fr; gap: 24px; align-items: start; margin-bottom: 72px; }
.section-heading .section-index { margin: 12px 0 0; }
.section-heading h2 { margin: 0; font-size: clamp(2.35rem, 5vw, 4.8rem); line-height: 1.08; letter-spacing: -.05em; }
.section-heading > p:last-child { grid-column: 2; max-width: 720px; margin: 18px 0 0; color: var(--muted); }
.about-layout { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(36px, 8vw, 100px); align-items: start; }
.about-copy .lead { margin-top: 0; color: #e7f2f4; font-size: clamp(1.35rem, 2.2vw, 2rem); line-height: 1.55; }
.about-copy > p:not(.lead) { color: var(--muted); }
.principles { margin-top: 46px; border-top: 1px solid var(--line); }
.principles div { display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.principles span { color: var(--cyan-light); font-size: .82rem; font-weight: 800; }
.principles strong { font-size: 1rem; }
.principles small { color: #7f959d; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: .8rem; }
.metric-grid { display: grid; grid-template-columns: repeat(2, 1fr); border: 1px solid var(--line-strong); }
.metric { min-height: 250px; padding: clamp(24px, 3vw, 40px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(9,32,39,.45); transition: transform .4s var(--ease), background .4s; }
.metric:nth-child(2n) { border-right: 0; }
.metric:nth-child(n+3) { border-bottom: 0; }
.metric:hover { position: relative; z-index: 2; transform: scale(1.025); background: rgba(14,46,55,.8); }
.metric-value { display: block; font-size: clamp(3.6rem, 7vw, 6.7rem); font-weight: 780; line-height: .95; letter-spacing: -.07em; }
.metric-value.metric-word { max-width: 100%; font-size: clamp(1.75rem, 3.05vw, 3.15rem); line-height: 1.05; letter-spacing: -.04em; white-space: nowrap; word-break: keep-all; overflow-wrap: normal; }
.metric-value.metric-microsoft { font-size: clamp(1.55rem, 2.65vw, 2.8rem); letter-spacing: -.055em; }
.metric small { display: block; margin-top: 18px; font-size: .86rem; font-weight: 800; }
.metric p { margin: 8px 0 0; color: var(--muted); font-size: .88rem; }
.metric-cyan .metric-value { color: var(--cyan-light); }
.metric-green .metric-value { color: #97df50; }
.metric-purple .metric-value { color: #baaaff; }

.section-services { width: auto; padding-inline: max(24px, calc((100vw - var(--content)) / 2)); background: linear-gradient(180deg, rgba(3,12,16,.65), rgba(9,28,35,.74)); border-block: 1px solid var(--line); }
.section-services .section-heading, .service-grid { width: min(100%, var(--content)); margin-inline: auto; }
.section-services .section-heading { grid-template-columns: .34fr 1.66fr; }
.services-title { font-size: clamp(2.2rem, 3.7vw, 3.7rem) !important; }
.services-title span { display: block; white-space: nowrap; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line-strong); border: 1px solid var(--line-strong); }
.service-card { position: relative; min-height: 430px; padding: clamp(30px, 4.2vw, 58px); overflow: hidden; background: var(--ink); }
.service-card::after { content: ""; position: absolute; width: 320px; height: 320px; right: -180px; bottom: -190px; border-radius: 50%; opacity: .16; filter: blur(20px); transition: transform .7s var(--ease), opacity .7s; }
.service-card:hover::after { transform: translate(-40px, -35px) scale(1.3); opacity: .28; }
.service-cyan::after { background: var(--cyan-light); }
.service-green::after { background: var(--green); }
.service-purple::after { background: var(--purple); }
.service-blue::after { background: var(--blue); }
.card-no { margin: 0 0 28px; color: #6f858d; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: .82rem; letter-spacing: .13em; }
.service-icon { width: 72px; height: 72px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; color: var(--cyan-light); font-size: .84rem; font-weight: 900; box-shadow: 0 0 28px currentColor; }
.service-green .service-icon { color: #98dd55; }
.service-purple .service-icon { color: #baaaff; }
.service-blue .service-icon { color: #5ac8ff; }
.service-card h3 { margin: 34px 0 16px; font-size: clamp(1.55rem, 2.6vw, 2.35rem); line-height: 1.2; }
.service-card > p:not(.card-no) { max-width: 520px; color: var(--muted); font-size: 1rem; }
.service-card ul { margin: 28px 0 0; padding: 22px 0 0; display: grid; gap: 9px; border-top: 1px solid var(--line); list-style: none; color: #d9e8eb; font-size: .96rem; }
.service-card li::before { content: "+"; margin-right: 10px; color: var(--cyan-light); }

.architecture { width: auto; padding-inline: max(24px, calc((100vw - var(--content)) / 2)); overflow: hidden; }
.architecture-intro { width: min(100%, 770px); }
.architecture-intro h2 { margin: 14px 0 24px; font-size: clamp(2.4rem, 5vw, 4.7rem); line-height: 1.08; letter-spacing: -.05em; }
.architecture-intro > p:last-child { color: var(--muted); font-size: 1.05rem; }
.cloud-architecture { position: relative; width: min(100%, var(--content)); margin: 74px auto 0; padding: 24px; display: grid; grid-template-columns: 1fr 150px 1.6fr 120px .85fr; align-items: stretch; gap: 0; border: 1px solid var(--line-strong); background: linear-gradient(145deg, rgba(2,10,14,.84), rgba(8,29,37,.68)); overflow: hidden; }
.cloud-architecture::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 62% 46%, rgba(10,167,255,.11), transparent 28%), linear-gradient(90deg, transparent, rgba(99,246,255,.035), transparent); animation: archScan 7s linear infinite; }
.cloud-zone { position: relative; z-index: 2; min-width: 0; padding: 28px; border: 1px solid var(--line); background: rgba(6,19,24,.72); }
.zone-label { margin: 0 0 24px; color: var(--cyan-light); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: .82rem; font-weight: 850; letter-spacing: .1em; }
.node-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.arch-node { min-height: 96px; padding: 15px 8px; display: flex; align-items: center; justify-content: center; flex-direction: column; border: 1px solid rgba(99,246,255,.27); background: rgba(10,167,255,.065); text-align: center; transition: transform .35s var(--ease), border-color .35s, box-shadow .35s; }
.arch-node:hover { transform: translateY(-4px); border-color: var(--cyan-light); box-shadow: 0 12px 35px rgba(10,167,255,.13); }
.arch-node span { font-size: .95rem; font-weight: 900; }
.arch-node small { margin-top: 5px; color: var(--muted); font-size: .8rem; }
.governance-tags, .platform-guard { display: flex; gap: 7px; flex-wrap: wrap; margin-top: 22px; }
.governance-tags span, .platform-guard span { padding: 5px 8px; border: 1px solid var(--line); border-radius: 99px; color: #a9bbc1; font-size: .78rem; }
.data-bridge { position: relative; z-index: 3; min-height: 230px; display: flex; align-items: center; justify-content: center; flex-direction: column; color: var(--muted); text-align: center; }
.data-bridge::before { content: ""; position: absolute; left: 0; right: 0; top: 50%; height: 1px; background: linear-gradient(90deg, transparent, var(--cyan-light) 20% 80%, transparent); opacity: .42; }
.data-bridge span, .data-bridge b { position: relative; z-index: 3; padding: 4px 7px; background: var(--ink-deep); }
.data-bridge span { font-size: .78rem; }
.data-bridge b { color: var(--white); font-size: .85rem; }
.data-bridge i { position: absolute; top: calc(50% - 3px); left: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--cyan-light); box-shadow: 0 0 13px var(--cyan-light); animation: bridgeFlow 2.6s linear infinite; }
.data-bridge i:nth-of-type(2) { animation-delay: -.85s; }
.data-bridge i:nth-of-type(3) { animation-delay: -1.7s; }
.zone-sovereign { padding: 24px; border-color: rgba(99,246,255,.42); background: linear-gradient(145deg, rgba(10,167,255,.12), rgba(6,19,24,.76)); box-shadow: inset 0 0 55px rgba(10,167,255,.06); }
.zone-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.zone-heading strong { font-size: .9rem; white-space: nowrap; }
.sovereign-grid { display: grid; grid-template-columns: 1fr 36px 1fr 36px 1fr; align-items: center; }
.sovereign-grid .arch-node { min-height: 128px; }
.node-fabric { border-color: rgba(146,120,247,.54); background: rgba(146,120,247,.09); }
.node-fhir { border-color: rgba(111,186,44,.5); background: rgba(111,186,44,.08); }
.data-line { position: relative; height: 1px; background: rgba(99,246,255,.36); }
.data-line i { position: absolute; top: -3px; left: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--cyan-light); box-shadow: 0 0 12px var(--cyan-light); animation: innerFlow 1.7s linear infinite; }
.line-b i { animation-delay: -.7s; }
.zone-insight { display: flex; justify-content: center; flex-direction: column; }
.powerbi-node { position: relative; min-height: 170px; padding: 24px 18px; display: flex; align-items: center; justify-content: center; flex-direction: column; border: 1px solid rgba(245,211,108,.48); background: rgba(245,211,108,.055); text-align: center; overflow: hidden; }
.powerbi-node span { font-size: 1.08rem; font-weight: 900; }
.powerbi-node small { margin-top: 8px; color: var(--muted); font-size: .76rem; }
.powerbi-node b { position: absolute; bottom: 0; width: 14px; height: 35%; background: rgba(245,211,108,.22); animation: barPulse 2.4s ease-in-out infinite; }
.powerbi-node b:nth-of-type(1) { left: 18%; height: 18%; }
.powerbi-node b:nth-of-type(2) { left: 29%; height: 27%; animation-delay: -.5s; }
.powerbi-node b:nth-of-type(3) { left: 40%; height: 12%; animation-delay: -1s; }

/* Rich sovereign-cloud data platform */
.cloud-architecture { display: block; padding: 22px; }
.architecture-controls { position: relative; z-index: 3; padding: 17px 20px; border: 1px solid rgba(146,120,247,.32); background: linear-gradient(90deg, rgba(146,120,247,.09), rgba(10,167,255,.06)); }
.architecture-controls .zone-label { margin-bottom: 12px; color: #c1b5ff; }
.architecture-controls > div { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; }
.architecture-controls span { padding: 8px 10px; border: 1px solid rgba(146,120,247,.22); color: #d8d1ff; font-size: .82rem; text-align: center; }
.architecture-flow { position: relative; z-index: 2; margin-top: 12px; display: grid; grid-template-columns: .95fr 118px 1.75fr 105px .85fr; align-items: stretch; }
.architecture-flow .cloud-zone { height: 100%; }
.architecture-flow .node-row { grid-template-columns: repeat(2, 1fr); }
.ingestion-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin: 0 0 15px; }
.ingestion-row span { padding: 7px 6px; border: 1px solid rgba(99,246,255,.2); background: rgba(2,10,14,.38); color: #b9cbd0; font-size: .78rem; text-align: center; }
.fabric-layer { margin-top: 14px; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(146,120,247,.32); }
.fabric-layer div { min-width: 0; padding: 12px 7px; text-align: center; background: rgba(146,120,247,.055); }
.fabric-layer div + div { border-left: 1px solid rgba(146,120,247,.2); }
.fabric-layer b, .fabric-layer small { display: block; }
.fabric-layer b { color: #c5baff; font-size: .78rem; }
.fabric-layer small { margin-top: 4px; color: var(--muted); font-size: .78rem; }
.output-stack { display: grid; gap: 10px; }
.output-stack .powerbi-node { min-height: 145px; }
.output-node { padding: 16px 12px; border: 1px solid var(--line); background: rgba(10,167,255,.045); text-align: center; }
.output-node b, .output-node small { display: block; }
.output-node b { color: #dcebed; font-size: .9rem; }
.output-node small { margin-top: 4px; color: var(--muted); font-size: .76rem; }
.architecture-governance { position: relative; z-index: 3; margin-top: 12px; min-height: 48px; padding: 10px 18px; display: flex; align-items: center; justify-content: center; gap: 13px; border: 1px solid rgba(111,186,44,.27); background: rgba(111,186,44,.045); color: #aebfc4; font-size: .8rem; }
.architecture-governance span { color: #a9ed66; font-weight: 850; }
.architecture-governance b { font-weight: 650; }
.architecture-governance i { width: 26px; height: 1px; background: linear-gradient(90deg, rgba(111,186,44,.25), #a9ed66); }

.section-security { width: min(100% - 48px, var(--content)); }
.security-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.security-card { position: relative; min-height: 280px; padding: 30px; grid-column: span 2; border: 1px solid var(--line-strong); background: rgba(9,28,35,.55); overflow: hidden; }
.security-card:nth-child(4) { grid-column: 2 / span 2; }
.security-card:nth-child(5) { grid-column: 4 / span 2; }
.security-card::after { content: ""; position: absolute; right: -80px; bottom: -110px; width: 200px; height: 200px; border-radius: 50%; background: var(--cyan); opacity: .08; filter: blur(12px); transition: transform .45s var(--ease), opacity .45s; }
.security-card:hover::after { transform: translate(-18px,-18px) scale(1.15); opacity: .16; }
.security-card > span { color: var(--cyan-light); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: .82rem; font-weight: 850; }
.security-card h3 { margin: 35px 0 14px; font-size: 1.35rem; line-height: 1.35; }
.security-card p { margin: 0; color: var(--muted); font-size: .9rem; }
.flow { position: relative; width: min(100%, var(--content)); margin: 76px auto 0; padding: 35px; display: grid; grid-template-columns: 1fr 58px 1fr 58px 1.12fr 58px 1fr; align-items: center; border: 1px solid var(--line-strong); background: rgba(2,10,14,.58); }
.flow::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 45%, rgba(99,246,255,.04), transparent 65%); animation: scan 5s linear infinite; }
.flow-card { position: relative; z-index: 2; min-height: 180px; padding: 24px 18px; display: flex; align-items: flex-start; justify-content: center; flex-direction: column; border: 1px solid var(--line); background: rgba(11,32,39,.76); }
.flow-card span { color: var(--cyan-light); font-size: .8rem; font-weight: 900; }
.flow-card b { margin-top: 28px; font-size: 1.12rem; }
.flow-card small { margin-top: 6px; color: var(--muted); font-size: .8rem; }
.flow-core { min-height: 220px; border-color: rgba(99,246,255,.45); background: rgba(10,167,255,.1); box-shadow: 0 0 44px rgba(10,167,255,.11); }
.flow > i { position: relative; z-index: 3; height: 1px; background: linear-gradient(90deg, var(--cyan), var(--cyan-light)); }
.flow > i::after { content: ""; position: absolute; right: 0; top: -3px; width: 7px; height: 7px; border-radius: 50%; background: var(--cyan-light); box-shadow: 0 0 14px var(--cyan-light); animation: flowDot 1.8s linear infinite; }

.section-journey { width: auto; padding-inline: max(24px, calc((100vw - var(--content)) / 2)); background: rgba(3,12,16,.67); border-block: 1px solid var(--line); }
.journey-header, .timeline, .timeline-progress { width: min(100%, var(--content)); margin-inline: auto; }
.journey-header .section-heading { margin-bottom: 48px; }
.journey-filters { display: flex; gap: 8px; flex-wrap: wrap; padding-bottom: 24px; }
.journey-filters button { padding: 10px 15px; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: var(--muted); cursor: pointer; font-size: .86rem; font-weight: 760; transition: color .25s, border .25s, background .25s; }
.journey-filters button span { margin-left: 5px; opacity: .62; }
.journey-filters button:hover, .journey-filters button:focus-visible, .journey-filters button.is-active { color: var(--ink-deep); border-color: var(--cyan-light); background: var(--cyan-light); }
.timeline-controls { width: min(100%, var(--content)); margin: 0 auto 10px; padding-top: 18px; display: flex; align-items: center; gap: 14px; border-top: 1px solid var(--line-strong); }
.timeline-controls button { width: 48px; height: 48px; flex: 0 0 auto; border: 1px solid var(--line-strong); background: rgba(6,19,24,.75); color: var(--cyan-light); cursor: pointer; font-size: 1.25rem; transition: color .25s, background .25s, transform .25s; }
.timeline-controls button:hover, .timeline-controls button:focus-visible { color: var(--ink-deep); background: var(--cyan-light); transform: translateY(-2px); }
.timeline-controls p { margin: 0 auto 0 0; display: flex; flex-direction: column; }
.timeline-controls strong { font-size: .9rem; }
.timeline-controls span { margin-top: 3px; color: var(--muted); font-size: .8rem; }
.timeline { position: relative; padding: 52px 2px 24px; display: grid; grid-auto-flow: column; grid-auto-columns: minmax(310px, 360px); gap: 16px; overflow-x: auto; overflow-y: hidden; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-width: none; cursor: grab; }
.timeline::-webkit-scrollbar { display: none; }
.timeline.is-dragging { cursor: grabbing; scroll-snap-type: none; user-select: none; }
.timeline::before { content: ""; position: absolute; left: 0; right: 0; top: 25px; height: 1px; background: linear-gradient(90deg, var(--cyan-light), var(--line) 12% 92%, transparent); }
.timeline-item { position: relative; min-height: 300px; padding: 30px 28px; display: flex; flex-direction: column; border: 1px solid var(--line); background: linear-gradient(155deg, rgba(9,32,39,.78), rgba(3,12,16,.86)); scroll-snap-align: start; transition: opacity .35s, transform .35s, border-color .35s, background .35s; }
.timeline-item::before { content: ""; position: absolute; left: 27px; top: -32px; width: 10px; height: 10px; border-radius: 50%; background: var(--ink); border: 2px solid var(--cyan-light); box-shadow: 0 0 0 7px rgba(99,246,255,.07), 0 0 24px rgba(99,246,255,.4); }
.timeline-item:hover { border-color: rgba(99,246,255,.42); background: rgba(11,38,46,.94); transform: translateY(-6px); }
.timeline-item[hidden] { display: none; }
.timeline-item time { color: #9aafb5; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: .84rem; letter-spacing: .06em; }
.timeline-item > div { margin-top: auto; }
.timeline-item div > span { display: inline-block; color: var(--cyan-light); font-size: .79rem; font-weight: 850; letter-spacing: .12em; }
.timeline-item[data-category="partner"] div > span { color: #9fe158; }
.timeline-item[data-category="market"] div > span { color: #5ac8ff; }
.timeline-item[data-category="award"] div > span { color: #b9aaff; }
.timeline-item[data-category="other"] div > span { color: #f5d36c; }
.timeline-item h3 { margin: 9px 0 12px; font-size: 1.28rem; line-height: 1.42; }
.timeline-item p { margin: 0; color: var(--muted); font-size: .96rem; }
.timeline-progress { height: 3px; overflow: hidden; background: rgba(255,255,255,.08); }
.timeline-progress i { display: block; width: 12%; height: 100%; background: linear-gradient(90deg, var(--cyan), var(--cyan-light), #98dd55); box-shadow: 0 0 18px rgba(99,246,255,.4); transform-origin: left; transition: width .18s linear; }
.timeline-empty { text-align: center; color: var(--muted); }

.section-founders .section-heading { margin-bottom: 56px; }
.founder-grid { display: grid; gap: 28px; }
.founder-card { display: grid; grid-template-columns: 280px 1fr; max-width: 1180px; min-height: 390px; border: 1px solid var(--line-strong); background: rgba(9,28,35,.5); overflow: hidden; }
.founder-card:nth-child(even) .founder-photo { order: 2; }
.founder-card:nth-child(even) .founder-copy { order: 1; }
.founder-photo { position: relative; width: 280px; min-height: 390px; overflow: hidden; background: #09212a; }
.founder-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(2,10,14,.8)); }
.founder-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 22%; filter: saturate(.78) contrast(1.02); transition: filter .6s, transform .8s var(--ease); }
.founder-card:hover .founder-photo img { filter: saturate(1) contrast(1); transform: scale(1.035); }
.founder-copy { padding: clamp(34px, 5vw, 62px); display: flex; justify-content: center; flex-direction: column; }
.founder-role { margin: 0; color: var(--cyan-light); font-size: .88rem; font-weight: 850; letter-spacing: .1em; }
.founder-copy h3 { margin: 14px 0 22px; font-size: clamp(2.25rem, 4vw, 4.1rem); line-height: 1; letter-spacing: -.05em; }
.founder-copy h3 small { display: block; margin-top: 13px; color: #81969e; font-size: .82rem; font-weight: 550; letter-spacing: .13em; }
.founder-copy > p:not(.founder-role) { color: var(--muted); }
.founder-copy .credentials { padding-top: 19px; border-top: 1px solid var(--line); font-size: .84rem; }
.credentials b { display: block; margin-bottom: 6px; color: #dcebed; }
.cert-badges { margin-top: 20px; padding-top: 18px; display: grid; grid-template-columns: repeat(8, minmax(56px, 1fr)); gap: 10px; border-top: 1px solid var(--line); }
.cert-badges figure { min-width: 0; margin: 0; padding: 10px 5px 8px; display: flex; align-items: center; flex-direction: column; border: 1px solid rgba(255,255,255,.08); background: rgba(2,10,14,.4); text-align: center; }
.cert-badges img { width: 58px; height: 58px; object-fit: contain; filter: drop-shadow(0 8px 12px rgba(0,0,0,.32)); transition: transform .3s var(--ease); }
.cert-badges figure:hover img { transform: translateY(-4px) scale(1.05); }
.cert-badges figcaption { margin-top: 7px; color: #aebfc4; font-size: .76rem; line-height: 1.2; }
.founder-copy a { width: max-content; margin-top: 18px; color: var(--cyan-light); font-size: .82rem; font-weight: 800; border-bottom: 1px solid rgba(99,246,255,.4); }

.cta-section { position: relative; z-index: 2; min-height: 660px; padding: 130px 24px; display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; overflow: hidden; border-top: 1px solid var(--line); background: #041016; }
.cta-section::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(99,246,255,.25) 1px, transparent 1px); background-size: 24px 24px; mask-image: radial-gradient(circle at center, #000, transparent 64%); opacity: .42; animation: slowSpin 70s linear infinite; }
.cta-orb { position: absolute; width: min(82vw, 900px); aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(10,167,255,.16), rgba(99,246,255,.05) 36%, transparent 68%); animation: breathe 5s ease-in-out infinite alternate; }
.cta-section > *:not(.cta-orb) { position: relative; z-index: 2; }
.cta-section h2 { margin: 17px 0 24px; font-size: clamp(3rem, 7vw, 7.1rem); line-height: 1; letter-spacing: -.065em; }
.cta-section h2 span { color: var(--cyan-light); }
.cta-section > p:not(.section-index) { max-width: 720px; margin: 0 0 36px; color: var(--muted); font-size: 1.05rem; }

.site-footer { position: relative; z-index: 2; padding: 66px max(24px, calc((100vw - var(--content)) / 2)) 34px; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: center; border-top: 1px solid var(--line); background: var(--ink-deep); }
.footer-brand { display: flex; align-items: center; gap: 16px; }
.footer-brand img { width: 58px; height: 58px; object-fit: contain; filter: brightness(0) invert(1); opacity: .92; }
.footer-brand div { display: flex; flex-direction: column; }
.footer-brand strong { font-size: 1.35rem; letter-spacing: .06em; }
.footer-brand span { color: var(--muted); font-size: .8rem; letter-spacing: .1em; }
.site-footer > p { justify-self: end; color: var(--muted); font-size: .8rem; }
.footer-links { grid-column: 1 / -1; display: flex; gap: 24px; padding-block: 26px; border-block: 1px solid var(--line); color: #c2d2d6; font-size: .78rem; }
.footer-links a:hover { color: var(--cyan-light); }
.site-footer small { grid-column: 1 / -1; color: #647980; font-size: .78rem; }

html.js .reveal { opacity: 0; transform: translateY(28px); transition: opacity .85s var(--ease), transform .85s var(--ease); }
html.js .reveal.is-visible { opacity: 1; transform: none; }

/* Centered global hero */
.hero { min-height: 100svh; padding: calc(var(--header-height) + 28px) 24px 64px; display: flex; align-items: center; justify-content: center; text-align: center; }
.hero-visual { width: min(91vw, calc(100svh - 118px), 880px); justify-self: auto; margin-inline: auto; }
.hero-visual::before { inset: 10%; }
.hero-visual::after, .global-globe { inset: 12%; }
.globe-kicker { position: absolute; z-index: 9; top: 19%; left: 20%; right: 20%; margin: 0; display: flex; align-items: center; justify-content: center; gap: 10px; color: var(--cyan-light); font-size: .8rem; font-weight: 850; letter-spacing: .18em; }
.globe-kicker i { width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: #98dd55; box-shadow: 0 0 18px #98dd55; animation: signalPulse 2s infinite; }
.globe-title { position: absolute; z-index: 9; top: 24%; left: 15%; right: 15%; margin: 0; color: #f7fdff; font-size: clamp(3rem, 6.2vw, 5.85rem); line-height: .98; letter-spacing: -.065em; font-weight: 880; text-shadow: 0 8px 45px rgba(0,0,0,.72), 0 0 35px rgba(10,167,255,.25); }
.globe-title span { display: block; margin-top: 10px; color: transparent; background: linear-gradient(100deg, #fff, var(--cyan-light) 48%, #98dd55); background-clip: text; }
.core-node { width: 108px; height: 108px; inset: auto; top: 49%; left: 50%; transform: translate(-50%, -50%); }
.core-node img { width: 38px; height: 38px; }
.core-node strong { font-size: 1rem; }
.globe-description { position: absolute; z-index: 9; top: 59%; left: 19%; right: 19%; margin: 0; padding: 17px 20px; border-block: 1px solid rgba(99,246,255,.28); background: rgba(2,10,14,.5); backdrop-filter: blur(9px); }
.globe-description strong, .globe-description span { display: block; }
.globe-description strong { color: #f5fbfc; font-size: clamp(1.05rem, 2vw, 1.45rem); line-height: 1.45; }
.globe-description span { margin-top: 5px; color: #a9bec4; font-size: .86rem; letter-spacing: .04em; }
.globe-actions { position: absolute; z-index: 10; left: 50%; bottom: 1%; justify-content: center; transform: translateX(-50%); flex-wrap: nowrap; white-space: nowrap; }
.proof-microsoft { top: 5%; right: -1%; }
.proof-health { bottom: 12%; left: -1%; }
.sat-one { top: 7%; left: 28%; }
.sat-two { top: 43%; right: 1%; }
.sat-three { right: 21%; bottom: 7%; }
.sat-four { top: 41%; left: 1%; }

/* ABOUT: one centered vertical composition */
.section-about .section-heading { display: block; max-width: 1040px; margin-inline: auto; text-align: center; }
.section-about .section-heading .section-index { margin: 0 0 22px; }
.section-about .about-layout { display: block; }
.section-about .about-copy { max-width: 920px; margin: 0 auto 58px; text-align: center; }
.section-about .about-copy > p:not(.lead) { max-width: 820px; margin-inline: auto; }
.section-about .principles { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.section-about .principles div { display: flex; min-height: 126px; padding: 24px 18px; align-items: center; justify-content: center; flex-direction: column; gap: 6px; border-bottom: 0; }
.section-about .principles div + div { border-left: 1px solid var(--line); }
.section-about .principles strong { font-size: 1.08rem; }
.section-about .metric-grid { max-width: 1180px; margin-inline: auto; grid-template-columns: repeat(4, 1fr); }
.section-about .metric { min-height: 225px; padding: 32px 22px; border-bottom: 0; text-align: center; }
.section-about .metric, .section-about .metric:nth-child(2n) { border-right: 1px solid var(--line); }
.section-about .metric:last-child { border-right: 0; }
.section-about .metric-value.metric-word { font-size: clamp(1.6rem, 2.35vw, 2.55rem); }
.section-about .metric-value.metric-microsoft { font-size: clamp(1.45rem, 2.15vw, 2.35rem); }

/* 03: immersive network architecture */
.architecture-index, .security-index, .journey-index { margin: 0 auto 24px; text-align: center; }
.cloud-architecture { isolation: isolate; padding: 48px 34px 34px; background: radial-gradient(circle at 50% 17%, rgba(10,167,255,.2), transparent 30%), linear-gradient(155deg, #020b10, #071d25 48%, #030e13); box-shadow: inset 0 0 110px rgba(10,167,255,.08), 0 28px 90px rgba(0,0,0,.32); perspective: 1100px; }
.cloud-architecture::after { content: ""; position: absolute; z-index: 0; left: -15%; right: -15%; bottom: -9%; height: 68%; background-image: linear-gradient(rgba(99,246,255,.11) 1px, transparent 1px), linear-gradient(90deg, rgba(99,246,255,.11) 1px, transparent 1px); background-size: 46px 46px; mask-image: linear-gradient(to bottom, transparent, #000 28%, #000 78%, transparent); transform: rotateX(62deg); transform-origin: center bottom; animation: networkFloor 9s linear infinite; }
.architecture-network { position: absolute; z-index: 1; inset: 0; overflow: hidden; pointer-events: none; }
.architecture-network i { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--cyan-light); box-shadow: 0 0 0 6px rgba(99,246,255,.06), 0 0 24px var(--cyan-light); animation: networkNode 2.8s ease-in-out infinite; }
.architecture-network i:nth-child(1) { top: 16%; left: 7%; }
.architecture-network i:nth-child(2) { top: 33%; right: 8%; animation-delay: -.5s; }
.architecture-network i:nth-child(3) { top: 57%; left: 3%; animation-delay: -1s; }
.architecture-network i:nth-child(4) { bottom: 12%; right: 14%; animation-delay: -1.5s; }
.architecture-network i:nth-child(5) { top: 10%; right: 31%; animation-delay: -2s; }
.architecture-network i:nth-child(6) { bottom: 6%; left: 39%; animation-delay: -2.5s; }
.architecture-network span { position: absolute; height: 1px; background: linear-gradient(90deg, transparent, rgba(99,246,255,.3), transparent); transform-origin: left; }
.architecture-network span:nth-of-type(1) { width: 46%; top: 24%; left: 5%; transform: rotate(9deg); }
.architecture-network span:nth-of-type(2) { width: 39%; top: 44%; right: 3%; transform: rotate(-14deg); }
.architecture-network span:nth-of-type(3) { width: 48%; bottom: 23%; left: 2%; transform: rotate(-7deg); }
.architecture-network span:nth-of-type(4) { width: 37%; bottom: 15%; right: 7%; transform: rotate(13deg); }
.architecture-title-panel { position: relative; z-index: 4; max-width: 920px; margin: 0 auto 38px; text-align: center; }
.architecture-title-panel p, .security-title-panel > p, .journey-map-title > p { margin: 0 0 13px; color: var(--cyan-light); font-size: .8rem; font-weight: 850; letter-spacing: .17em; }
.architecture-title-panel h2 { margin: 0; font-size: clamp(2.4rem, 4.15vw, 4.2rem); line-height: 1.08; letter-spacing: -.055em; white-space: nowrap; }
.architecture-title-panel h2 span { color: var(--cyan-light); white-space: nowrap; }
.architecture-title-panel strong { display: block; margin-top: 12px; color: #9fdd64; font-size: clamp(1.15rem, 2vw, 1.55rem); }
.architecture-title-panel small { display: block; max-width: 820px; margin: 13px auto 0; color: #a9bbc1; font-size: .93rem; line-height: 1.65; }
.architecture-controls, .architecture-flow, .architecture-governance { position: relative; z-index: 4; }
.architecture-controls { box-shadow: 0 14px 35px rgba(0,0,0,.25), inset 0 1px rgba(255,255,255,.03); transform: translateZ(24px); }
.cloud-zone { box-shadow: 0 22px 45px rgba(0,0,0,.28), inset 0 1px rgba(255,255,255,.035); transform: translateZ(18px); transition: transform .4s var(--ease), border-color .4s, box-shadow .4s; }
.cloud-zone:hover { transform: translateY(-7px) translateZ(34px) rotateX(1deg); box-shadow: 0 32px 60px rgba(0,0,0,.36), 0 0 38px rgba(10,167,255,.1); }
.arch-node { box-shadow: inset 0 1px rgba(255,255,255,.04), 0 10px 24px rgba(0,0,0,.2); }
.architecture-flow .data-bridge { filter: drop-shadow(0 0 8px rgba(99,246,255,.18)); }

/* 04: security title and system in one visual */
.security-visual { position: relative; isolation: isolate; padding: 52px 42px; overflow: hidden; border: 1px solid var(--line-strong); background: radial-gradient(circle at center 54%, rgba(146,120,247,.15), transparent 23%), linear-gradient(145deg, rgba(2,10,14,.96), rgba(8,29,37,.78)); }
.security-visual::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(99,246,255,.22) 1px, transparent 1px); background-size: 24px 24px; mask-image: radial-gradient(circle at 50% 55%, #000, transparent 68%); animation: slowSpin 90s linear infinite; }
.security-visual::after { content: ""; position: absolute; z-index: 0; width: 560px; height: 560px; left: 50%; top: 58%; border: 1px solid rgba(99,246,255,.16); border-radius: 50%; box-shadow: 0 0 0 80px rgba(99,246,255,.018), 0 0 0 160px rgba(146,120,247,.015); transform: translate(-50%,-50%); animation: securityRadar 8s linear infinite; }
.security-title-panel { position: relative; z-index: 4; max-width: 980px; margin: 0 auto 34px; text-align: center; }
.security-title-panel h2 { margin: 0; font-size: clamp(2.45rem, 5vw, 5rem); line-height: 1.05; letter-spacing: -.06em; }
.security-title-panel h2 span { color: var(--cyan-light); }
.security-title-panel strong { display: block; margin-top: 18px; color: #a9ed66; font-size: 1.02rem; letter-spacing: .08em; }
.security-title-panel small { display: block; max-width: 760px; margin: 12px auto 0; color: #a8bac0; font-size: .94rem; line-height: 1.65; }
.security-core { position: relative; z-index: 5; width: 174px; height: 174px; margin: 0 auto 48px; display: flex; align-items: center; justify-content: center; flex-direction: column; border: 1px solid rgba(99,246,255,.5); border-radius: 50%; background: rgba(2,10,14,.92); box-shadow: 0 0 60px rgba(99,246,255,.18), inset 0 0 38px rgba(10,167,255,.08); }
.security-core i { position: absolute; inset: 10px; border: 1px dashed rgba(99,246,255,.35); border-radius: 50%; animation: slowSpin 12s linear infinite; }
.security-core b { color: var(--cyan-light); font-size: 2rem; }
.security-core span { margin-top: 6px; color: #a5b9bf; font-size: .76rem; line-height: 1.35; letter-spacing: .12em; text-align: center; }
.security-visual .security-grid { position: relative; z-index: 3; grid-template-columns: repeat(6, 1fr); gap: 20px 24px; }
.security-visual .security-card { min-height: 260px; padding: 30px; background: rgba(8,29,37,.86); box-shadow: 0 20px 45px rgba(0,0,0,.28); }
.security-visual .security-card:nth-child(1), .security-visual .security-card:nth-child(2), .security-visual .security-card:nth-child(3) { grid-column: span 2; }
.security-visual .security-card:nth-child(4) { grid-column: 1 / span 2; margin-top: 78px; }
.security-visual .security-card:nth-child(5) { grid-column: 5 / span 2; margin-top: 78px; }

/* 05: expanded startup journey mind map */
.journey-map { position: relative; isolation: isolate; width: min(100%, var(--content)); margin-inline: auto; padding: 54px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 128px 168px; border: 1px solid var(--line-strong); background: radial-gradient(circle at 50% 56%, rgba(10,167,255,.16), transparent 22%), linear-gradient(150deg, #020b10, #08202a 52%, #030e13); overflow: hidden; }
.journey-map::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(99,246,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(99,246,255,.04) 1px, transparent 1px); background-size: 32px 32px; mask-image: radial-gradient(circle at center, #000, transparent 78%); }
.journey-map-title { position: relative; z-index: 5; grid-column: 1 / -1; max-width: 920px; margin: 0 auto -22px; text-align: center; }
.journey-map-title h2 { margin: 0; font-size: clamp(2.5rem, 5vw, 5rem); line-height: 1.04; letter-spacing: -.06em; }
.journey-map-title h2 span { color: var(--cyan-light); }
.journey-map-title small { display: block; margin-top: 16px; color: #a7bbc1; font-size: .94rem; }
.journey-hub { position: absolute; z-index: 8; left: 50%; top: 57%; width: 184px; height: 184px; padding: 20px; display: flex; align-items: center; justify-content: center; flex-direction: column; border: 1px solid rgba(99,246,255,.55); border-radius: 50%; background: rgba(2,10,14,.95); box-shadow: 0 0 0 18px rgba(99,246,255,.025), 0 0 75px rgba(10,167,255,.23); transform: translate(-50%,-50%); text-align: center; }
.journey-hub i { position: absolute; inset: -16px; border: 1px dashed rgba(99,246,255,.3); border-radius: 50%; animation: slowSpin 16s linear infinite; }
.journey-hub b { color: var(--cyan-light); font-size: 2.1rem; line-height: 1; }
.journey-hub strong { margin-top: 8px; font-size: 1.2rem; letter-spacing: .08em; }
.journey-hub span { margin-top: 5px; color: var(--muted); font-size: .8rem; }
.journey-branch { position: relative; z-index: 4; min-height: 360px; padding: 30px; border: 1px solid var(--line-strong); background: rgba(5,20,27,.9); box-shadow: 0 24px 55px rgba(0,0,0,.3); transition: transform .4s var(--ease), border-color .4s, box-shadow .4s; }
.journey-branch:hover { transform: translateY(-7px); border-color: rgba(99,246,255,.5); box-shadow: 0 32px 70px rgba(0,0,0,.38), 0 0 35px rgba(10,167,255,.08); }
.journey-branch::after { content: ""; position: absolute; z-index: -1; width: 92px; height: 1px; top: 50%; background: linear-gradient(90deg, rgba(99,246,255,.7), transparent); box-shadow: 0 0 12px rgba(99,246,255,.32); }
.branch-one::after, .branch-three::after { left: 100%; }
.branch-two::after, .branch-four::after { right: 100%; transform: rotate(180deg); }
.journey-branch header { display: grid; grid-template-columns: 76px 1fr; gap: 17px; align-items: start; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.journey-branch time { color: var(--cyan-light); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 1rem; font-weight: 850; }
.journey-branch header span { color: #9fe158; font-size: .78rem; font-weight: 850; letter-spacing: .14em; }
.journey-branch h3 { margin: 6px 0 0; font-size: 1.38rem; line-height: 1.35; }
.journey-branch ul { margin: 21px 0 0; padding: 0; display: grid; gap: 12px; list-style: none; }
.journey-branch li { position: relative; padding-left: 18px; color: #bdcdd1; font-size: .98rem; line-height: 1.5; }
.journey-branch li::before { content: ""; position: absolute; top: .68em; left: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--cyan-light); box-shadow: 0 0 12px rgba(99,246,255,.62); }

a:focus-visible, button:focus-visible { outline: 2px solid var(--cyan-light); outline-offset: 4px; }

@keyframes breathe { to { transform: scale(1.08) translate3d(-1%, 1%, 0); opacity: .82; } }
@keyframes drift { to { transform: translate3d(70px, -80px, 0) scale(1.12); } }
@keyframes pulse { 50% { box-shadow: 0 0 0 11px rgba(111,186,44,0), 0 0 28px var(--green); } }
@keyframes gradientSlide { 50% { background-position: 100% center; } }
@keyframes slowSpin { to { transform: rotate(360deg); } }
@keyframes float { 50% { transform: translateY(-12px); } }
@keyframes scrollCue { 0% { transform: scaleY(0); transform-origin: top; } 49% { transform: scaleY(1); transform-origin: top; } 51% { transform-origin: bottom; } 100% { transform: scaleY(0); transform-origin: bottom; } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes scan { from { transform: translateX(-70%); } to { transform: translateX(70%); } }
@keyframes flowDot { from { transform: translateX(-50px); opacity: 0; } 20%, 80% { opacity: 1; } to { transform: translateX(0); opacity: 0; } }
@keyframes archScan { from { transform: translateX(-60%); } to { transform: translateX(60%); } }
@keyframes bridgeFlow { from { transform: translateX(0); opacity: 0; } 15%, 85% { opacity: 1; } to { transform: translateX(143px); opacity: 0; } }
@keyframes innerFlow { from { transform: translateX(0); opacity: 0; } 20%, 80% { opacity: 1; } to { transform: translateX(34px); opacity: 0; } }
@keyframes barPulse { 50% { transform: scaleY(.55); opacity: .48; } }
@keyframes globeTilt { to { transform: rotate(5deg) scale(1.025); } }
@keyframes orbitDrift { to { transform: rotate(443deg) scaleY(.84); } }
@keyframes signalPulse { 50% { transform: scale(1.7); opacity: .38; } }

@media (max-width: 1060px) {
  :root { --header-height: 74px; }
  .site-header { grid-template-columns: 1fr auto; padding-inline: 22px; }
  .header-cta { display: none; }
  .site-nav { position: fixed; top: var(--header-height); left: 14px; right: 14px; padding: 24px; display: grid; gap: 0; border: 1px solid var(--line-strong); background: rgba(2,10,14,.97); backdrop-filter: blur(20px); opacity: 0; visibility: hidden; transform: translateY(-14px); transition: opacity .3s, visibility .3s, transform .3s; }
  .site-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .site-nav a { padding: 16px 0; border-bottom: 1px solid var(--line); }
  .site-nav a::after { display: none; }
  .menu-toggle { position: relative; width: 46px; height: 46px; padding: 12px; display: flex; justify-content: center; flex-direction: column; gap: 5px; border: 1px solid var(--line); background: transparent; cursor: pointer; }
  .menu-toggle span { display: block; width: 100%; height: 1px; background: #fff; transition: transform .3s, opacity .3s; }
  .menu-toggle b { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .hero { grid-template-columns: 1fr; padding-top: 136px; text-align: center; }
  .hero-content { max-width: 820px; margin: auto; }
  .eyebrow, .hero-actions { justify-content: center; }
  .hero-intro { margin-inline: auto; }
  .hero-visual { width: min(88vw, 650px); justify-self: center; margin-top: 28px; }
  .scroll-cue { display: none; }
  .flow { grid-template-columns: 1fr 34px 1fr; gap: 0; }
  .flow > *:nth-child(4) { display: none; }
  .flow > *:nth-child(n+5) { margin-top: 34px; }
  .flow-card:nth-of-type(3) { grid-column: 1; }
  .flow > i:nth-of-type(3) { grid-column: 2; }
  .flow-card:nth-of-type(4) { grid-column: 3; }
}

@media (max-width: 760px) {
  .page-grid { width: calc(100% - 24px); background-size: 25% 100%; }
  .brand img { width: 40px; height: 40px; }
  .brand-copy strong { font-size: 1rem; }
  .hero { min-height: auto; padding-inline: 20px; padding-bottom: 90px; }
  .hero h1 { font-size: clamp(3.05rem, 13vw, 5.2rem); }
  .hero-intro { font-size: 1rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-visual { width: min(96vw, 560px); }
  .orbit-proof { width: 178px; min-height: 96px; padding: 11px 12px; }
  .orbit-proof::before { width: 46px; }
  .orbit-proof span { font-size: .76rem; letter-spacing: .06em; }
  .orbit-proof b { margin-block: 4px; font-size: .9rem; }
  .orbit-proof small { font-size: .76rem; }
  .satellite { width: 70px; height: 70px; }
  .satellite b { font-size: .9rem; }
  .satellite span { font-size: .76rem; }
  .section { width: min(100% - 36px, var(--content)); padding-block: 96px; }
  .section-heading { grid-template-columns: 1fr; margin-bottom: 52px; }
  .section-services .section-heading { grid-template-columns: 1fr; }
  .section-heading h2 { font-size: clamp(2.05rem, 9vw, 3.2rem); }
  .services-title span { white-space: normal; }
  .section-heading h2 br, .architecture-intro h2 br, .cta-section h2 br { display: none; }
  .section-heading .section-index { margin: 0; }
  .section-heading > p:last-child { grid-column: 1; }
  .about-layout { grid-template-columns: 1fr; }
  .metric { min-height: 210px; padding: 24px; }
  .principles div { grid-template-columns: 36px 1fr; }
  .principles small { grid-column: 2; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 390px; }
  .flow { padding: 18px; grid-template-columns: 1fr; gap: 0; }
  .flow > i { width: 1px; height: 34px; justify-self: center; background: linear-gradient(var(--cyan), var(--cyan-light)); }
  .flow > i::after { right: -3px; top: auto; bottom: 0; animation: none; }
  .flow > *:nth-child(4) { display: block; }
  .flow > *:nth-child(n+5) { margin-top: 0; }
  .flow-card:nth-of-type(3), .flow > i:nth-of-type(3), .flow-card:nth-of-type(4) { grid-column: auto; }
  .flow-card { min-height: 140px; }
  .flow-core { min-height: 165px; }
  .cloud-architecture { padding: 14px; }
  .architecture-controls > div { grid-template-columns: repeat(2, 1fr); }
  .architecture-flow { grid-template-columns: 1fr; }
  .data-bridge { min-height: 96px; }
  .data-bridge::before { left: 50%; right: auto; top: 0; bottom: 0; width: 1px; height: auto; background: linear-gradient(transparent, var(--cyan-light) 20% 80%, transparent); }
  .data-bridge i { top: 0; left: calc(50% - 3px); animation: bridgeFlowMobile 2.6s linear infinite; }
  .sovereign-grid { grid-template-columns: 1fr; gap: 0; }
  .data-line { width: 1px; height: 34px; justify-self: center; }
  .data-line i { top: 0; left: -3px; animation: innerFlowMobile 1.7s linear infinite; }
  .zone-heading { display: block; }
  .zone-heading strong { display: block; margin-bottom: 22px; }
  .security-grid { grid-template-columns: 1fr; }
  .security-card, .security-card:nth-child(4), .security-card:nth-child(5) { grid-column: auto; min-height: 230px; }
  .timeline { grid-auto-columns: minmax(280px, 82vw); }
  .timeline::before { left: 0; }
  .timeline-item { min-height: 280px; padding: 26px 24px; }
  .timeline-item::before { left: 23px; top: -32px; }
  .timeline-item time { padding: 0; }
  .architecture-governance { justify-content: flex-start; overflow-x: auto; white-space: nowrap; }
  .founder-card { grid-template-columns: 1fr; max-width: 520px; }
  .founder-card:nth-child(even) .founder-photo, .founder-card:nth-child(even) .founder-copy { order: initial; }
  .founder-photo { width: 100%; min-height: 280px; max-height: 340px; }
  .cert-badges { grid-template-columns: repeat(4, 1fr); }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer > p { justify-self: start; }
  .footer-links { flex-wrap: wrap; }
}

@media (max-width: 480px) {
  .brand-copy small { display: none; }
  .brand-copy { padding-left: 9px; }
  .hero { padding-top: 126px; }
  .eyebrow { font-size: .76rem; letter-spacing: .12em; }
  .hero-visual { transform: scale(.94); }
  .metric-grid { grid-template-columns: 1fr; }
  .metric, .metric:nth-child(2n), .metric:nth-child(n+3) { min-height: 185px; border-right: 0; border-bottom: 1px solid var(--line); }
  .metric:last-child { border-bottom: 0; }
  .journey-filters { display: grid; grid-template-columns: repeat(3, 1fr); }
  .journey-filters button { padding-inline: 8px; }
  .founder-photo { min-height: 280px; }
  .founder-copy { padding: 30px 24px 38px; }
}

@keyframes bridgeFlowMobile { from { transform: translateY(0); opacity: 0; } 15%, 85% { opacity: 1; } to { transform: translateY(92px); opacity: 0; } }
@keyframes innerFlowMobile { from { transform: translateY(0); opacity: 0; } 20%, 80% { opacity: 1; } to { transform: translateY(32px); opacity: 0; } }

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

@keyframes networkFloor { to { background-position: 0 46px, 46px 0; } }
@keyframes networkNode { 50% { transform: scale(1.65); opacity: .45; } }
@keyframes securityRadar { to { transform: translate(-50%,-50%) rotate(360deg); } }

@media (max-width: 1060px) {
  .hero { padding-top: calc(var(--header-height) + 34px); }
  .hero-visual { width: min(92vw, calc(100svh - 118px), 700px); }
  .globe-title { font-size: clamp(3rem, 8vw, 5rem); }
  .architecture-flow { grid-template-columns: .9fr 90px 1.7fr 84px .85fr; }
  .journey-map { gap: 120px 110px; padding-inline: 38px; }
  .journey-branch::after { width: 64px; }
}

@media (max-width: 760px) {
  .hero { min-height: auto; padding: 112px 12px 72px; overflow: hidden; }
  .hero-visual { width: min(98vw, calc(100svh - 100px), 590px); margin-top: 0; }
  .globe-kicker { top: 17%; left: 15%; right: 15%; font-size: .7rem; letter-spacing: .1em; }
  .globe-title { top: 23%; left: 12%; right: 12%; font-size: clamp(2.55rem, 10.5vw, 4rem); }
  .core-node { width: 82px; height: 82px; top: 49%; }
  .core-node img { width: 29px; height: 29px; }
  .core-node strong { margin-top: 3px; font-size: .82rem; }
  .globe-description { top: 58%; left: 11%; right: 11%; padding: 12px 13px; }
  .globe-description strong { font-size: .94rem; }
  .globe-description span { font-size: .76rem; }
  .globe-actions { bottom: -3%; gap: 7px; }
  .globe-actions .button { min-height: 43px; padding: 9px 12px; font-size: .78rem; }
  .proof-microsoft { top: 1%; right: 0; }
  .proof-health { bottom: 8%; left: 0; }
  .sat-one, .sat-three { display: none; }
  .sat-two { top: 43%; right: 0; }
  .sat-four { top: 42%; left: 0; }

  .section-about .section-heading { margin-bottom: 46px; }
  .section-about .principles { grid-template-columns: 1fr; }
  .section-about .principles div + div { border-left: 0; border-top: 1px solid var(--line); }
  .section-about .metric-grid { grid-template-columns: repeat(2, 1fr); }
  .section-about .metric, .section-about .metric:nth-child(2n) { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .section-about .metric:nth-child(2n) { border-right: 0; }
  .section-about .metric:nth-child(n+3) { border-bottom: 0; }

  .architecture-title-panel h2 { font-size: clamp(2.15rem, 9vw, 3.5rem); white-space: normal; }
  .architecture-title-panel h2 span { display: block; white-space: nowrap; }
  .cloud-architecture { padding: 34px 14px 18px; }
  .architecture-controls > div { grid-template-columns: 1fr; }
  .architecture-flow { grid-template-columns: 1fr; }
  .architecture-flow .cloud-zone { transform: none; }
  .fabric-layer { grid-template-columns: repeat(2, 1fr); }
  .fabric-layer div:nth-child(3) { border-left: 0; border-top: 1px solid rgba(146,120,247,.2); }
  .fabric-layer div:nth-child(4) { border-top: 1px solid rgba(146,120,247,.2); }

  .security-visual { min-height: auto; padding: 38px 16px; }
  .security-title-panel { margin-bottom: 36px; }
  .security-title-panel h2 { font-size: clamp(2.2rem, 9.2vw, 3.6rem); }
  .security-core { position: relative; top: auto; left: auto; width: 142px; height: 142px; margin: 0 auto 42px; transform: none; }
  .security-visual .security-grid { grid-template-columns: 1fr; }
  .security-visual .security-card,
  .security-visual .security-card:nth-child(1),
  .security-visual .security-card:nth-child(2),
  .security-visual .security-card:nth-child(3),
  .security-visual .security-card:nth-child(4),
  .security-visual .security-card:nth-child(5) { grid-column: auto; min-height: 220px; margin-top: 0; }

  .journey-map { padding: 38px 16px; grid-template-columns: 1fr; gap: 28px; }
  .journey-map-title { grid-column: 1; margin-bottom: 14px; }
  .journey-map-title h2 { font-size: clamp(2.25rem, 9.2vw, 3.7rem); }
  .journey-hub { position: relative; grid-column: 1; grid-row: auto; top: auto; left: auto; width: 150px; height: 150px; margin: 10px auto 22px; transform: none; }
  .journey-branch { min-height: auto; padding: 25px 20px; }
  .journey-branch::after { width: 1px; height: 28px; left: 50%; right: auto; top: auto; bottom: 100%; transform: none; background: linear-gradient(rgba(99,246,255,.7), transparent); }
  .journey-branch header { grid-template-columns: 68px 1fr; }
  .journey-branch h3 { font-size: 1.25rem; }
  .journey-branch li { font-size: .96rem; }
}

@media (max-width: 480px) {
  .hero-visual { width: 104vw; }
  .orbit-proof { width: 154px; min-height: 86px; }
  .orbit-proof b { font-size: .8rem; }
  .orbit-proof small { font-size: .7rem; }
  .globe-description { top: 57%; }
  .section-about .metric-grid { grid-template-columns: 1fr; }
  .section-about .metric, .section-about .metric:nth-child(2n), .section-about .metric:nth-child(n+3) { border-right: 0; border-bottom: 1px solid var(--line); }
  .section-about .metric:last-child { border-bottom: 0; }
  .architecture-title-panel h2 span { font-size: .9em; }
}

/* Refined hero scale */
.globe-title { left: 18%; right: 18%; font-size: clamp(2.75rem, 5.15vw, 4.8rem); }

/* 05: TA constellation network */
.journey-constellation { min-height: 1020px; padding: 50px; display: block; overflow: hidden; }
.journey-constellation .journey-map-title { position: relative; z-index: 10; max-width: 1040px; margin: 0 auto; }
.journey-constellation .journey-map-title h2 { font-size: clamp(2.35rem, 4.2vw, 4.2rem); line-height: 1.05; }
.journey-constellation .journey-map-title h2 span { display: block; white-space: nowrap; }
.journey-legend { margin-top: 22px; display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; }
.journey-legend span { position: relative; padding: 7px 12px 7px 25px; border: 1px solid var(--line); border-radius: 999px; color: #b9c9cd; background: rgba(2,10,14,.48); font-size: .8rem; }
.journey-legend span::before { content: ""; position: absolute; top: 50%; left: 10px; width: 8px; height: 8px; border-radius: 50%; background: var(--node-color, var(--cyan-light)); box-shadow: 0 0 10px var(--node-color, var(--cyan-light)); transform: translateY(-50%); }
.legend-medical, .node-medical { --node-color: #63f6ff; }
.legend-foundation, .node-foundation { --node-color: #a9ed66; }
.legend-association, .node-association { --node-color: #c0afff; }
.legend-vendor, .node-vendor { --node-color: #59bfff; }
.legend-ecosystem, .node-ecosystem { --node-color: #f1cd68; }
.journey-constellation .journey-hub { top: 60%; width: 190px; height: 190px; }
.journey-constellation .journey-hub::before { content: "DEVELOPMENT NETWORK"; position: absolute; top: -34px; color: var(--cyan-light); font-size: .7rem; font-weight: 850; letter-spacing: .14em; white-space: nowrap; }
.journey-constellation .journey-hub b { font-size: 2rem; }
.journey-constellation .journey-hub strong { font-size: 1.28rem; }
.journey-constellation .journey-hub span { font-size: .9rem; }
.journey-rings { position: absolute; z-index: 1; left: 50%; top: 60%; width: 0; height: 0; pointer-events: none; }
.journey-rings i { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(99,246,255,.12); border-radius: 50%; transform: translate(-50%,-50%); }
.journey-rings i:nth-child(1) { width: 300px; height: 300px; border-style: dashed; animation: slowSpin 25s linear infinite; }
.journey-rings i:nth-child(2) { width: 540px; height: 540px; border-color: rgba(146,120,247,.11); animation: reverseSpin 38s linear infinite; }
.journey-rings i:nth-child(3) { width: 790px; height: 790px; border-style: dotted; border-color: rgba(111,186,44,.1); animation: slowSpin 54s linear infinite; }
.journey-spokes { position: absolute; z-index: 2; inset: 0; pointer-events: none; }
.journey-spokes i { position: absolute; left: 50%; top: 60%; width: var(--line-length); height: 1px; background: linear-gradient(90deg, rgba(99,246,255,.58), rgba(99,246,255,.08)); box-shadow: 0 0 10px rgba(99,246,255,.15); transform: rotate(var(--line-angle)); transform-origin: left center; }
.journey-spokes i::after { content: ""; position: absolute; left: 0; top: -3px; width: 7px; height: 7px; border-radius: 50%; background: var(--cyan-light); box-shadow: 0 0 12px var(--cyan-light); animation: spokeData 3.4s linear infinite; }
.journey-spokes i:nth-child(2n)::after { animation-delay: -1.7s; }
.spoke-01 { --line-length: 520px; --line-angle: -151deg; }
.spoke-02 { --line-length: 320px; --line-angle: -126deg; }
.spoke-03 { --line-length: 320px; --line-angle: -54deg; }
.spoke-04 { --line-length: 520px; --line-angle: -29deg; }
.spoke-05 { --line-length: 510px; --line-angle: -172deg; }
.spoke-06 { --line-length: 310px; --line-angle: -166deg; }
.spoke-07 { --line-length: 310px; --line-angle: -14deg; }
.spoke-08 { --line-length: 510px; --line-angle: -8deg; }
.spoke-09 { --line-length: 500px; --line-angle: 146deg; }
.spoke-10 { --line-length: 320px; --line-angle: 122deg; }
.spoke-11 { --line-length: 320px; --line-angle: 58deg; }
.spoke-12 { --line-length: 500px; --line-angle: 34deg; }
.journey-node { position: absolute; z-index: 6; width: 142px; height: 142px; padding: 16px; display: flex; align-items: center; justify-content: center; flex-direction: column; border: 1px solid color-mix(in srgb, var(--node-color) 55%, transparent); border-radius: 50%; background: radial-gradient(circle at 38% 30%, color-mix(in srgb, var(--node-color) 15%, transparent), rgba(3,15,21,.96) 62%); box-shadow: 0 18px 38px rgba(0,0,0,.34), inset 0 0 28px color-mix(in srgb, var(--node-color) 7%, transparent), 0 0 24px color-mix(in srgb, var(--node-color) 9%, transparent); text-align: center; transition: transform .35s var(--ease), box-shadow .35s, border-color .35s; animation: nodeFloat 5.5s ease-in-out infinite; }
.journey-node::before { content: ""; position: absolute; inset: 8px; border: 1px dashed color-mix(in srgb, var(--node-color) 25%, transparent); border-radius: 50%; animation: slowSpin 18s linear infinite; }
.journey-node:hover { z-index: 9; transform: translateY(-7px) scale(1.05); border-color: var(--node-color); box-shadow: 0 26px 50px rgba(0,0,0,.42), 0 0 36px color-mix(in srgb, var(--node-color) 22%, transparent); }
.journey-node b, .journey-node span { position: relative; z-index: 2; display: block; }
.journey-node b { color: var(--node-color); font-size: .9rem; letter-spacing: .06em; }
.journey-node span { margin-top: 7px; color: #e5f0f2; font-size: .88rem; line-height: 1.35; }
.node-01 { top: 27%; left: 4%; }
.node-02 { top: 26%; left: 27%; animation-delay: -.5s; }
.node-03 { top: 26%; right: 27%; animation-delay: -1s; }
.node-04 { top: 27%; right: 4%; animation-delay: -1.5s; }
.node-05 { top: 47%; left: 1%; animation-delay: -2s; }
.node-06 { top: 48%; left: 20%; animation-delay: -2.5s; }
.node-07 { top: 48%; right: 20%; animation-delay: -3s; }
.node-08 { top: 47%; right: 1%; animation-delay: -3.5s; }
.node-09 { bottom: 5%; left: 6%; animation-delay: -4s; }
.node-10 { bottom: 4%; left: 28%; animation-delay: -4.5s; }
.node-11 { bottom: 4%; right: 28%; animation-delay: -5s; }
.node-12 { bottom: 5%; right: 6%; animation-delay: -5.5s; }

@keyframes reverseSpin { to { transform: translate(-50%,-50%) rotate(-360deg); } }
@keyframes spokeData { 0% { transform: translateX(0); opacity: 0; } 15%, 85% { opacity: 1; } 100% { transform: translateX(var(--line-length)); opacity: 0; } }
@keyframes nodeFloat { 50% { margin-top: -8px; } }

@media (max-width: 900px) {
  .globe-title { left: 17%; right: 17%; font-size: clamp(2.4rem, 7vw, 3.8rem); }
  .journey-constellation { min-height: auto; padding: 42px 20px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 12px; }
  .journey-constellation .journey-map-title { grid-column: 1 / -1; }
  .journey-constellation .journey-map-title h2 { font-size: clamp(1.9rem, 6.7vw, 3.4rem); }
  .journey-constellation .journey-hub { position: relative; grid-column: 1 / -1; top: auto; left: auto; width: 168px; height: 168px; margin: 42px auto 28px; transform: none; }
  .journey-rings, .journey-spokes { display: none; }
  .journey-node { position: relative; inset: auto; width: min(142px, 39vw); height: min(142px, 39vw); justify-self: center; animation-duration: 6.5s; }
}

@media (max-width: 480px) {
  .globe-title { left: 15%; right: 15%; font-size: clamp(2.05rem, 8.7vw, 3rem); }
  .journey-constellation .journey-map-title h2 { font-size: clamp(1.55rem, 7vw, 2.2rem); }
  .journey-legend { gap: 6px; }
  .journey-legend span { padding: 6px 9px 6px 22px; font-size: .72rem; }
  .journey-node b { font-size: .8rem; }
  .journey-node span { font-size: .78rem; }
}

/* Hero headline sits above the globe */
.globe-title { top: 2.5%; left: 10%; right: 10%; font-size: clamp(1.9rem, 3.3vw, 3.15rem); line-height: 1; letter-spacing: -.045em; white-space: nowrap; }
.globe-title span { display: inline; margin: 0 0 0 .22em; }
.proof-microsoft { top: 16%; }
.sat-one { top: 14%; }

/* 01: visual governance system */
.about-visual { position: relative; isolation: isolate; min-height: 790px; max-width: 1180px; margin-inline: auto; overflow: hidden; border: 1px solid var(--line-strong); background: radial-gradient(circle at 50% 42%, rgba(10,167,255,.17), transparent 27%), linear-gradient(145deg, rgba(2,10,14,.96), rgba(8,29,37,.76)); }
.about-visual::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(99,246,255,.2) 1px, transparent 1px); background-size: 25px 25px; mask-image: radial-gradient(circle at 50% 42%, #000, transparent 68%); animation: slowSpin 80s linear infinite; }
.about-visual::after { content: "GOVERNANCE SYSTEM"; position: absolute; z-index: 2; top: 31px; left: 50%; color: rgba(99,246,255,.72); font-size: .78rem; font-weight: 850; letter-spacing: .2em; transform: translateX(-50%); }
.about-orbits { position: absolute; z-index: 1; left: 50%; top: 42%; width: 0; height: 0; }
.about-orbits i { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(99,246,255,.15); border-radius: 50%; transform: translate(-50%,-50%); }
.about-orbits i:nth-child(1) { width: 320px; height: 320px; border-style: dashed; animation: slowSpin 24s linear infinite; }
.about-orbits i:nth-child(2) { width: 530px; height: 530px; border-color: rgba(146,120,247,.14); animation: reverseSpin 38s linear infinite; }
.about-orbits i:nth-child(3) { width: 720px; height: 720px; border-style: dotted; border-color: rgba(111,186,44,.12); animation: slowSpin 54s linear infinite; }
.about-core { position: absolute; z-index: 6; left: 50%; top: 42%; width: 188px; height: 188px; padding: 22px; display: flex; align-items: center; justify-content: center; flex-direction: column; border: 1px solid rgba(99,246,255,.52); border-radius: 50%; background: rgba(2,10,14,.94); box-shadow: 0 0 70px rgba(10,167,255,.24), inset 0 0 38px rgba(99,246,255,.07); transform: translate(-50%,-50%); }
.about-core::before { content: ""; position: absolute; inset: 10px; border: 1px dashed rgba(99,246,255,.3); border-radius: 50%; animation: slowSpin 15s linear infinite; }
.about-core img { position: relative; z-index: 2; width: 56px; height: 56px; object-fit: contain; filter: brightness(0) invert(1); }
.about-core strong, .about-core span { position: relative; z-index: 2; }
.about-core strong { margin-top: 8px; font-size: 1.2rem; letter-spacing: .08em; }
.about-core span { margin-top: 4px; color: var(--cyan-light); font-size: .82rem; }
.about-node { position: absolute; z-index: 5; width: 158px; height: 158px; padding: 18px; display: flex; align-items: center; justify-content: center; flex-direction: column; border: 1px solid rgba(99,246,255,.3); border-radius: 50%; background: radial-gradient(circle at 38% 28%, rgba(99,246,255,.11), rgba(3,15,21,.95) 65%); box-shadow: 0 18px 40px rgba(0,0,0,.3); text-align: center; animation: nodeFloat 6s ease-in-out infinite; }
.about-node::before { content: ""; position: absolute; inset: 9px; border: 1px dashed rgba(99,246,255,.19); border-radius: 50%; }
.about-node b, .about-node span { position: relative; z-index: 2; display: block; }
.about-node b { color: var(--cyan-light); font-size: 1.03rem; }
.about-node span { margin-top: 7px; color: #aebfc4; font-size: .79rem; white-space: nowrap; }
.about-node-1 { top: 15%; left: 9%; }
.about-node-2 { top: 8%; left: calc(50% - 79px); animation-delay: -1s; }
.about-node-3 { top: 15%; right: 9%; animation-delay: -2s; }
.about-node-4 { top: 45%; right: 7%; animation-delay: -3s; }
.about-node-5 { top: 45%; left: 7%; animation-delay: -4s; }
.about-node-6 { bottom: 20%; left: calc(50% - 79px); animation-delay: -5s; }
.about-badges { position: absolute; z-index: 7; left: 4%; right: 4%; bottom: 28px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.about-badges div { min-height: 88px; padding: 15px 12px; display: flex; align-items: center; justify-content: center; flex-direction: column; border: 1px solid var(--line); background: rgba(2,10,14,.78); backdrop-filter: blur(9px); text-align: center; }
.about-badges strong { color: #effbfc; font-size: 1.08rem; white-space: nowrap; }
.about-badges span { margin-top: 5px; color: var(--muted); font-size: .82rem; }

/* 04: five circular capabilities around 24x7 operations */
.security-orbit { position: relative; z-index: 3; width: min(100%, 920px); height: 720px; margin: 0 auto; }
.security-rings { position: absolute; z-index: 1; left: 50%; top: 50%; width: 0; height: 0; }
.security-rings i { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(99,246,255,.14); border-radius: 50%; transform: translate(-50%,-50%); }
.security-rings i:nth-child(1) { width: 330px; height: 330px; border-style: dashed; animation: slowSpin 18s linear infinite; }
.security-rings i:nth-child(2) { width: 520px; height: 520px; border-color: rgba(146,120,247,.16); animation: reverseSpin 31s linear infinite; }
.security-rings i:nth-child(3) { width: 670px; height: 670px; border-style: dotted; border-color: rgba(111,186,44,.12); animation: slowSpin 46s linear infinite; }
.security-orbit .security-core { position: absolute; left: 50%; top: 50%; width: 184px; height: 184px; margin: 0; transform: translate(-50%,-50%); }
.security-orbit-node { position: absolute; z-index: 5; width: 194px; height: 194px; padding: 24px 20px; display: flex; align-items: center; justify-content: center; flex-direction: column; overflow: hidden; border: 1px solid rgba(99,246,255,.34); border-radius: 50%; background: radial-gradient(circle at 35% 28%, rgba(99,246,255,.12), rgba(4,17,23,.96) 64%); box-shadow: 0 20px 45px rgba(0,0,0,.34), inset 0 0 32px rgba(10,167,255,.055); text-align: center; animation: nodeFloat 6s ease-in-out infinite; }
.security-orbit-node::before { content: ""; position: absolute; inset: 10px; border: 1px dashed rgba(99,246,255,.22); border-radius: 50%; animation: slowSpin 22s linear infinite; }
.security-orbit-node > * { position: relative; z-index: 2; }
.security-orbit-node > span { color: var(--cyan-light); font-size: .8rem; font-weight: 850; letter-spacing: .12em; }
.security-orbit-node h3 { margin: 11px 0 8px; font-size: 1.05rem; line-height: 1.38; }
.security-orbit-node p { margin: 0; color: #96aab0; font-size: .76rem; }
.security-node-1 { top: 0; left: calc(50% - 97px); }
.security-node-2 { top: 25%; right: 2%; animation-delay: -1.2s; }
.security-node-3 { right: 17%; bottom: 2%; animation-delay: -2.4s; }
.security-node-4 { left: 17%; bottom: 2%; animation-delay: -3.6s; }
.security-node-5 { top: 25%; left: 2%; animation-delay: -4.8s; }

/* Keep the journey headline compact and exactly two lines */
.journey-constellation .journey-map-title h2 { font-size: clamp(2rem, 3.35vw, 3.35rem); }

@media (max-width: 760px) {
  .globe-title { top: 2%; left: 7%; right: 7%; font-size: clamp(1.5rem, 5.4vw, 2.25rem); }
  .proof-microsoft { top: 14%; }
  .sat-one { top: 13%; }

  .about-visual { min-height: auto; padding: 78px 18px 28px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px 10px; }
  .about-orbits { display: none; }
  .about-core { position: relative; grid-column: 1 / -1; top: auto; left: auto; width: 164px; height: 164px; margin: 0 auto 18px; transform: none; }
  .about-node { position: relative; inset: auto; width: min(150px, 38vw); height: min(150px, 38vw); justify-self: center; }
  .about-badges { position: relative; grid-column: 1 / -1; left: auto; right: auto; bottom: auto; margin-top: 16px; grid-template-columns: repeat(2, 1fr); }

  .security-orbit { height: auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px 10px; }
  .security-rings { display: none; }
  .security-orbit .security-core { position: relative; grid-column: 1 / -1; top: auto; left: auto; width: 154px; height: 154px; margin: 0 auto 24px; transform: none; }
  .security-orbit-node { position: relative; inset: auto; width: min(175px, 41vw); height: min(175px, 41vw); padding: 18px 14px; justify-self: center; }
  .security-orbit-node h3 { font-size: .9rem; }
  .security-orbit-node:last-child { grid-column: 1 / -1; }

  .journey-constellation .journey-map-title h2 { font-size: clamp(1.45rem, 5.7vw, 2.4rem); }
}

@media (max-width: 480px) {
  .globe-title { font-size: clamp(1.35rem, 5.1vw, 1.8rem); }
  .about-badges strong { font-size: .94rem; }
  .security-orbit-node h3 { margin-block: 7px 5px; font-size: .82rem; }
  .security-orbit-node p { font-size: .7rem; }
  .journey-constellation .journey-map-title h2 { font-size: clamp(1.32rem, 5.5vw, 1.8rem); }
}

.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }

/* Hero: no visible headline, enlarged globe system */
.hero { padding-top: calc(var(--header-height) + 6px); padding-bottom: 42px; }
.hero-visual { width: min(97vw, calc(100svh - 54px), 980px); }
.hero-visual::before { inset: 6%; box-shadow: inset -42px -48px 120px rgba(0,0,0,.72), 0 0 150px rgba(10,167,255,.22); }
.hero-visual::after, .global-globe { inset: 8%; }
.orbit { inset: 0; }
.orbit-two { inset: 7%; }
.orbit-three { inset: -2% 11%; }
.core-node { top: 46%; width: 150px; height: 150px; }
.core-node img { width: 58px; height: 58px; }
.core-node strong { margin-top: 7px; font-size: 1.25rem; }
.globe-description { top: 58%; left: 17%; right: 17%; padding: 20px 24px; }
.globe-description strong { font-size: clamp(1.18rem, 2.1vw, 1.62rem); }
.globe-description span { margin-top: 7px; font-size: .94rem; }
.orbit-proof { width: 250px; min-height: 126px; }
.proof-microsoft { top: 5%; }
.proof-health { bottom: 10%; }
.satellite { width: 96px; height: 96px; }
.satellite b { font-size: 1.2rem; }
.satellite span { font-size: .8rem; }
.sat-one { top: 1%; left: 31%; }
.sat-two { top: 43%; right: -1%; }
.sat-three { right: 20%; bottom: 0; }
.sat-four { top: 42%; left: -1%; }

/* ABOUT: animated arrows flow into the governance core */
.about-connectors { position: absolute; z-index: 3; inset: 0; pointer-events: none; }
.about-connectors i { position: absolute; left: 50%; top: 42%; width: var(--connector-length); height: 1px; background: linear-gradient(90deg, rgba(99,246,255,.62), rgba(99,246,255,.08)); box-shadow: 0 0 10px rgba(99,246,255,.16); transform: rotate(var(--connector-angle)); transform-origin: left center; }
.about-connectors i::after { content: ""; position: absolute; top: -5px; left: 0; width: 0; height: 0; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-right: 10px solid var(--cyan-light); filter: drop-shadow(0 0 6px var(--cyan-light)); animation: aboutArrowIn 3s linear infinite; }
.about-connectors i:nth-child(2n)::after { animation-delay: -1.5s; }
.about-connectors i:nth-child(1) { --connector-length: 425px; --connector-angle: -161deg; }
.about-connectors i:nth-child(2) { --connector-length: 205px; --connector-angle: -90deg; }
.about-connectors i:nth-child(3) { --connector-length: 425px; --connector-angle: -19deg; }
.about-connectors i:nth-child(4) { --connector-length: 435px; --connector-angle: 14deg; }
.about-connectors i:nth-child(5) { --connector-length: 435px; --connector-angle: 166deg; }
.about-connectors i:nth-child(6) { --connector-length: 225px; --connector-angle: 90deg; }
.about-badges { gap: 14px; }
.about-badges div { min-height: 122px; padding: 20px 14px; border-color: color-mix(in srgb, var(--badge-color) 48%, transparent); background: linear-gradient(145deg, color-mix(in srgb, var(--badge-color) 15%, rgba(2,10,14,.9)), rgba(2,10,14,.9)); box-shadow: inset 0 1px color-mix(in srgb, var(--badge-color) 28%, transparent), 0 18px 38px rgba(0,0,0,.28), 0 0 24px color-mix(in srgb, var(--badge-color) 9%, transparent); }
.about-badge-microsoft { --badge-color: #63f6ff; }
.about-badge-plan { --badge-color: #a9ed66; }
.about-badge-iso { --badge-color: #c0afff; }
.about-badge-experience { --badge-color: #f1cd68; }
.about-badges strong { color: var(--badge-color); font-size: clamp(1.12rem, 1.9vw, 1.42rem); }
.about-badges span { color: #d3e0e3; font-size: .9rem; line-height: 1.4; }

/* SECURITY: aligned, enlarged and colorful circular cards */
.security-orbit { width: min(100%, 1000px); height: 780px; }
.security-rings { top: 50%; }
.security-rings i:nth-child(1) { width: 400px; height: 400px; }
.security-rings i:nth-child(2) { width: 600px; height: 600px; }
.security-rings i:nth-child(3) { width: 760px; height: 760px; }
.security-orbit .security-core { top: 50%; width: 232px; height: 232px; border-width: 2px; border-color: rgba(99,246,255,.72); box-shadow: 0 0 85px rgba(99,246,255,.32), inset 0 0 60px rgba(10,167,255,.13); }
.security-orbit .security-core span { margin: 0; color: #ecfeff; font-size: 1.42rem; font-weight: 900; line-height: 1.22; letter-spacing: .14em; text-shadow: 0 0 12px rgba(99,246,255,.9), 0 0 28px rgba(10,167,255,.75); }
.security-orbit-node { --security-color: var(--cyan-light); width: 220px; height: 220px; padding: 28px 22px; border-width: 2px; border-color: color-mix(in srgb, var(--security-color) 66%, transparent); background: radial-gradient(circle at 35% 25%, color-mix(in srgb, var(--security-color) 24%, transparent), rgba(4,17,23,.97) 62%); box-shadow: 0 24px 55px rgba(0,0,0,.4), inset 0 0 42px color-mix(in srgb, var(--security-color) 10%, transparent), 0 0 34px color-mix(in srgb, var(--security-color) 16%, transparent); animation: securityCardGlow 4.5s ease-in-out infinite; }
.security-orbit-node:nth-of-type(1) { --security-color: #63f6ff; }
.security-orbit-node:nth-of-type(2) { --security-color: #59bfff; animation-delay: -.9s; }
.security-orbit-node:nth-of-type(3) { --security-color: #c0afff; animation-delay: -1.8s; }
.security-orbit-node:nth-of-type(4) { --security-color: #f1cd68; animation-delay: -2.7s; }
.security-orbit-node:nth-of-type(5) { --security-color: #a9ed66; animation-delay: -3.6s; }
.security-orbit-node::before { border-color: color-mix(in srgb, var(--security-color) 34%, transparent); }
.security-orbit-node > span { color: var(--security-color); font-size: .88rem; }
.security-orbit-node h3 { margin: 13px 0 9px; font-size: 1.18rem; }
.security-orbit-node p { color: #c2d1d5; font-size: .82rem; }
.security-node-1 { top: 0; left: calc(50% - 110px); }
.security-node-2 { top: 180px; right: 20px; }
.security-node-3 { right: 140px; bottom: 10px; }
.security-node-4 { left: 140px; bottom: 10px; }
.security-node-5 { top: 180px; left: 20px; }

@keyframes aboutArrowIn { 0% { transform: translateX(var(--connector-length)); opacity: 0; } 15%, 85% { opacity: 1; } 100% { transform: translateX(0); opacity: 0; } }
@keyframes securityCardGlow { 50% { box-shadow: 0 28px 64px rgba(0,0,0,.44), inset 0 0 48px color-mix(in srgb, var(--security-color) 14%, transparent), 0 0 46px color-mix(in srgb, var(--security-color) 24%, transparent); } }

@media (max-width: 760px) {
  .hero { padding-top: calc(var(--header-height) + 18px); }
  .hero-visual { width: min(101vw, calc(100svh - 74px), 650px); }
  .core-node { width: 104px; height: 104px; }
  .core-node img { width: 39px; height: 39px; }
  .core-node strong { font-size: .9rem; }
  .globe-description { left: 10%; right: 10%; padding: 12px 13px; }
  .orbit-proof { width: 174px; min-height: 94px; }
  .proof-microsoft { top: 2%; }
  .proof-health { bottom: 8%; }
  .satellite { width: 70px; height: 70px; }
  .sat-one, .sat-three { display: none; }
  .about-connectors { display: none; }
  .about-badges div { min-height: 108px; }

  .security-orbit { height: auto; }
  .security-orbit .security-core { position: relative; top: auto; left: auto; width: 184px; height: 184px; margin: 0 auto 34px; transform: none; }
  .security-orbit .security-core span { font-size: 1.08rem; }
  .security-orbit-node { position: relative; inset: auto; width: min(194px, 43vw); height: min(194px, 43vw); padding: 20px 15px; animation: securityCardGlow 4.5s ease-in-out infinite; }
  .security-orbit-node h3 { font-size: .92rem; }
}

@media (max-width: 480px) {
  .orbit-proof { width: 154px; }
  .globe-description strong { font-size: .88rem; }
  .globe-description span { font-size: .7rem; }
  .about-badges strong { font-size: 1rem; }
  .about-badges span { font-size: .78rem; }
  .security-orbit-node h3 { font-size: .82rem; }
}

/* Full-bleed section system inspired by the reference site's edge-to-edge rhythm */
:root { --section-gutter: clamp(24px, 5vw, 96px); }
.page-grid { width: 100%; }
.section { width: 100%; max-width: none; padding-inline: 0; }
.section > .section-heading,
.section-about > .section-heading,
.section-services > .section-heading,
.section-founders > .section-heading { width: 100%; max-width: none; padding-inline: var(--section-gutter); }
.section-about .section-heading { max-width: none; }
.about-visual { width: 100%; max-width: none; border-inline: 0; }
.section-services { width: 100%; padding-inline: 0; }
.section-services .section-heading, .section-services .service-grid { width: 100%; max-width: none; }
.service-grid { border-inline: 0; }
.architecture { width: 100%; padding-inline: 0; }
.architecture-index, .security-index, .journey-index { width: 100%; padding-inline: var(--section-gutter); }
.cloud-architecture { width: 100%; max-width: none; border-inline: 0; padding-inline: var(--section-gutter); }
.section-security { width: 100%; max-width: none; padding-inline: 0; }
.security-visual { width: 100%; border-inline: 0; }
.section-journey { width: 100%; padding-inline: 0; }
.journey-map { width: 100%; max-width: none; border-inline: 0; }
.section-founders { width: 100%; padding-inline: 0; }
.founder-grid { width: 100%; }
.founder-card { width: 100%; max-width: none; grid-template-columns: 320px 1fr; border-inline: 0; }
.founder-photo { width: 320px; }

/* 05: system names only */
.journey-node span { margin-top: 0; color: #f0fbfc; font-size: clamp(1rem, 1.35vw, 1.22rem); font-weight: 850; line-height: 1.3; letter-spacing: .015em; text-shadow: 0 0 16px color-mix(in srgb, var(--node-color) 42%, transparent); }
.journey-node { width: 158px; height: 158px; }
.node-01 { left: 3%; }
.node-02 { left: 26%; }
.node-03 { right: 26%; }
.node-04 { right: 3%; }
.node-05 { left: .5%; }
.node-06 { left: 19%; }
.node-07 { right: 19%; }
.node-08 { right: .5%; }
.node-09 { left: 4%; }
.node-10 { left: 27%; }
.node-11 { right: 27%; }
.node-12 { right: 4%; }
.spoke-01, .spoke-04, .spoke-05, .spoke-08, .spoke-09, .spoke-12 { --line-length: calc(46vw - 70px); }
.spoke-02, .spoke-03, .spoke-10, .spoke-11 { --line-length: calc(24vw - 50px); }
.spoke-06, .spoke-07 { --line-length: calc(31vw - 70px); }

/* Stretch ABOUT data-flow lines with the full-width canvas */
.about-connectors i:nth-child(1), .about-connectors i:nth-child(3) { --connector-length: calc(41vw - 35px); }
.about-connectors i:nth-child(4), .about-connectors i:nth-child(5) { --connector-length: calc(43vw - 55px); }

@media (max-width: 760px) {
  :root { --section-gutter: 18px; }
  .section { width: 100%; padding-inline: 0; }
  .section > .section-heading,
  .section-about > .section-heading,
  .section-services > .section-heading,
  .section-founders > .section-heading { padding-inline: 18px; }
  .cloud-architecture { padding-inline: 14px; }
  .founder-card { grid-template-columns: 1fr; max-width: none; }
  .founder-photo { width: 100%; }
  .journey-node { width: min(158px, 42vw); height: min(158px, 42vw); }
  .journey-node span { font-size: clamp(.9rem, 4vw, 1.04rem); }
}

/* Compact vertical rhythm: keep each part easier to scan within one viewport */
.section { padding-block: clamp(68px, 7vw, 104px); }
.section-heading { margin-bottom: clamp(36px, 4vw, 54px); }
.section-about .section-heading,
.section-founders .section-heading { margin-bottom: clamp(34px, 3.5vw, 48px); }

/* Compact the opening animation while keeping the actions below the globe */
.hero { padding-top: calc(var(--header-height) + 4px); padding-bottom: 78px; }
.hero-visual { width: min(86vw, calc(100svh - 160px), 820px); }
.globe-actions { bottom: -50px; }
.core-node { width: 132px; height: 132px; }
.core-node img { width: 50px; height: 50px; }
.orbit-proof { width: 220px; min-height: 112px; }
.satellite { width: 84px; height: 84px; }

/* Make every globe node clearer without enlarging the globe itself */
.satellite { width: 96px; height: 96px; border-width: 2px; box-shadow: 0 14px 38px rgba(0,0,0,.38), 0 0 24px rgba(99,246,255,.1); }
.satellite b { font-size: 1.3rem; }
.satellite span { font-size: .88rem; }
.signal-dot { width: 12px; height: 12px; box-shadow: 0 0 24px var(--cyan-light); }
.signal-c { box-shadow: 0 0 24px #98dd55; }
.globe-description { left: 8%; right: 8%; padding-block: 16px; }
.globe-description strong { font-size: clamp(1.05rem, 1.75vw, 1.42rem); white-space: nowrap; }

.about-visual { min-height: 720px; }
.about-node-6 { bottom: 23%; }
.about-badges { bottom: 20px; }
.about-badges div { min-height: 108px; }

.service-card { min-height: 390px; padding: clamp(28px, 3.5vw, 48px); }
.service-card h3 { margin-top: 26px; }
.service-card ul { margin-top: 22px; padding-top: 18px; }

.cloud-architecture { padding-block: 38px; }
.architecture-index,
.security-index,
.journey-index { margin-bottom: 18px; }

.section-security { padding-block: 56px; }
.security-visual { padding-block: 38px; }
.security-title-panel { margin-bottom: 20px; }
.security-title-panel h2 { font-size: clamp(2.2rem, 4.2vw, 4.25rem); }
.security-title-panel strong { margin-top: 14px; }
.security-title-panel small { margin-top: 8px; }
.security-orbit { height: 560px; }
.security-rings i:nth-child(1) { width: 300px; height: 300px; }
.security-rings i:nth-child(2) { width: 430px; height: 430px; }
.security-rings i:nth-child(3) { width: 540px; height: 540px; }
.security-orbit .security-core { width: 170px; height: 170px; }
.security-orbit .security-core span { font-size: 1.15rem; }
.security-orbit-node { width: 170px; height: 170px; padding: 20px 15px; }
.security-orbit-node h3 { margin: 9px 0 6px; font-size: 1rem; }
.security-orbit-node p { font-size: .75rem; }
.security-node-1 { left: calc(50% - 85px); }
.security-node-2 { top: 105px; right: 7%; }
.security-node-3 { right: 20%; bottom: 0; }
.security-node-4 { left: 20%; bottom: 0; }
.security-node-5 { top: 105px; left: 7%; }

.journey-constellation { min-height: 900px; padding-block: 42px; }

.founder-card { min-height: 350px; }
.founder-photo { min-height: 350px; }
.founder-copy { padding-block: clamp(30px, 4vw, 48px); }
.founder-copy h3 { margin-bottom: 16px; }
.cert-badges { margin-top: 20px; }

.cta-section { min-height: 520px; padding-block: 88px; }

@media (max-width: 760px) {
  .section { padding-block: 66px; }
  .hero { padding-top: calc(var(--header-height) + 12px); padding-bottom: 72px; }
  .hero-visual { width: min(92vw, calc(100svh - 170px), 520px); }
  .globe-actions { bottom: -44px; }
  .core-node { width: 96px; height: 96px; }
  .core-node img { width: 36px; height: 36px; }
  .orbit-proof { width: 158px; min-height: 86px; }
  .satellite { width: 74px; height: 74px; }
  .satellite b { font-size: 1rem; }
  .satellite span { font-size: .72rem; }
  .signal-dot { width: 10px; height: 10px; }
  .globe-description { left: 2%; right: 2%; padding: 10px 5px; }
  .globe-description strong { font-size: clamp(.72rem, 3.25vw, .96rem); white-space: nowrap; }
  .about-visual { min-height: auto; }
  .section-security { padding-block: 54px; }
  .security-visual { padding-block: 34px; }
  .security-orbit { height: auto; }
  .security-orbit-node { width: min(168px, 42vw); height: min(168px, 42vw); }
  .journey-constellation { min-height: auto; padding-block: 36px; }
  .founder-card { min-height: 0; }
  .founder-photo { min-height: 280px; }
  .cta-section { min-height: 480px; padding-block: 72px; }
}

/* ABOUT heading and four-up service overview */
.section-about .section-heading h2 { font-size: clamp(2rem, 3.7vw, 3.65rem); }
.section-services { padding-block: clamp(58px, 6vw, 82px); }
.section-services .section-heading { margin-bottom: 32px; }

@media (min-width: 960px) {
  .service-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .service-card { min-height: 400px; padding: clamp(22px, 2.1vw, 32px); }
  .card-no { margin-bottom: 18px; }
  .service-icon { width: 58px; height: 58px; font-size: .76rem; }
  .service-card h3 { margin: 20px 0 12px; font-size: clamp(1.35rem, 1.8vw, 1.8rem); }
  .service-card > p:not(.card-no) { font-size: .92rem; line-height: 1.65; }
  .service-card ul { margin-top: 18px; padding-top: 16px; gap: 7px; font-size: .88rem; }
}

@media (min-width: 761px) and (max-width: 959px) {
  .service-card { min-height: 350px; padding: 28px; }
  .service-icon { width: 62px; height: 62px; }
  .service-card h3 { margin-top: 22px; font-size: 1.7rem; }
}

@media (max-width: 760px) {
  .section-about .section-heading h2 { font-size: clamp(1.85rem, 7vw, 2.6rem); }
  .section-services { padding-block: 60px; }
  .section-services .section-heading { margin-bottom: 28px; }
  .service-card { min-height: 0; padding: 26px 22px; }
  .card-no { margin-bottom: 18px; }
  .service-icon { width: 58px; height: 58px; }
  .service-card h3 { margin: 20px 0 12px; font-size: 1.55rem; }
  .service-card ul { margin-top: 18px; padding-top: 16px; }
}

/* Viewport-fit desktop composition */
.hero { flex-direction: column; gap: 4px; overflow: hidden; }
.hero > .globe-description { position: relative; top: auto; left: auto; right: auto; z-index: 8; width: min(92vw, 760px); margin: 0; padding: 10px 18px; flex: 0 0 auto; }
.hero > .globe-description strong { white-space: nowrap; }

@media (min-width: 960px) {
  .hero { min-height: 100svh; padding: calc(var(--header-height) + 4px) 24px 52px; }
  .hero-visual { width: min(76vw, calc(100svh - 240px), 700px); }
  .globe-actions { bottom: -46px; }

  .section { padding-block: 34px; }
  .section-heading { margin-bottom: 24px; }
  .section-about .section-heading,
  .section-founders .section-heading { margin-bottom: 24px; }

  .section-about .section-heading { height: auto; }
  .section-about .section-heading .section-index { margin-bottom: 10px; }
  .section-about .section-heading h2 { font-size: clamp(1.9rem, 3vw, 3rem); }
  .about-visual { min-height: 520px; }
  .about-core { width: 150px; height: 150px; }
  .about-node { width: 128px; height: 128px; padding: 14px 10px; }
  .about-node b { font-size: .9rem; }
  .about-node span { font-size: .72rem; }
  .about-node-2,
  .about-node-6 { left: calc(50% - 64px); }
  .about-node-6 { bottom: 22%; }
  .about-orbits i:nth-child(1) { width: 250px; height: 250px; }
  .about-orbits i:nth-child(2) { width: 390px; height: 390px; }
  .about-orbits i:nth-child(3) { width: 500px; height: 500px; }
  .about-badges { bottom: 16px; gap: 10px; }
  .about-badges div { min-height: 84px; padding: 11px 9px; }
  .about-badges strong { font-size: 1.05rem; }
  .about-badges span { font-size: .76rem; }

  .section-services { padding-block: 34px; }
  .section-services .section-heading { margin-bottom: 22px; }
  .section-services .service-card { min-height: 378px; }

  .architecture-index,
  .security-index,
  .journey-index { margin-bottom: 12px; }
  .cloud-architecture { padding: 22px 24px; }
  .architecture-title-panel { margin-bottom: 16px; }
  .architecture-title-panel p { margin-bottom: 7px; }
  .architecture-title-panel h2 { font-size: clamp(2rem, 3.2vw, 3.15rem); }
  .architecture-title-panel strong { margin-top: 7px; font-size: 1.12rem; }
  .architecture-title-panel small { margin-top: 7px; font-size: .82rem; line-height: 1.4; }
  .architecture-controls { padding: 9px 12px; }
  .architecture-controls .zone-label { margin-bottom: 7px; }
  .architecture-controls span { padding: 5px 6px; font-size: .72rem; }
  .architecture-flow { margin-top: 8px; grid-template-columns: .95fr 92px 1.75fr 82px .85fr; }
  .cloud-zone,
  .zone-sovereign { padding: 14px; }
  .zone-label { margin-bottom: 10px; font-size: .7rem; }
  .arch-node { min-height: 70px; padding: 9px 5px; }
  .arch-node span { font-size: .82rem; }
  .arch-node small { font-size: .7rem; }
  .governance-tags,
  .platform-guard { margin-top: 9px; gap: 5px; }
  .governance-tags span,
  .platform-guard span { padding: 3px 6px; font-size: .68rem; }
  .ingestion-row { margin-bottom: 8px; gap: 5px; }
  .ingestion-row span { padding: 5px 4px; font-size: .68rem; }
  .sovereign-grid .arch-node { min-height: 88px; }
  .fabric-layer { margin-top: 8px; }
  .fabric-layer div { padding: 7px 4px; }
  .fabric-layer b,
  .fabric-layer small { font-size: .68rem; }
  .output-stack { gap: 6px; }
  .output-stack .powerbi-node { min-height: 98px; padding: 12px 8px; }
  .output-node { padding: 8px 6px; }
  .output-node b { font-size: .78rem; }
  .output-node small { font-size: .68rem; }
  .architecture-governance { min-height: 38px; margin-top: 8px; padding: 7px 10px; gap: 9px; font-size: .72rem; }

  .section-security { padding-block: 24px; }
  .security-visual { padding-block: 24px; }
  .security-title-panel { margin-bottom: 12px; }
  .security-title-panel > p { margin-bottom: 7px; }
  .security-title-panel h2 { font-size: clamp(2rem, 3.3vw, 3.35rem); }
  .security-title-panel strong { margin-top: 9px; font-size: .9rem; }
  .security-title-panel small { margin-top: 6px; font-size: .82rem; line-height: 1.4; }
  .security-orbit { height: 450px; }
  .security-rings i:nth-child(1) { width: 250px; height: 250px; }
  .security-rings i:nth-child(2) { width: 340px; height: 340px; }
  .security-rings i:nth-child(3) { width: 430px; height: 430px; }
  .security-orbit .security-core { width: 144px; height: 144px; }
  .security-orbit .security-core span { font-size: .96rem; }
  .security-orbit-node { width: 144px; height: 144px; padding: 15px 11px; }
  .security-orbit-node h3 { margin: 7px 0 4px; font-size: .84rem; }
  .security-orbit-node p { font-size: .67rem; }
  .security-node-1 { left: calc(50% - 72px); }
  .security-node-2 { top: 92px; right: 12%; }
  .security-node-3 { right: 21%; bottom: 0; }
  .security-node-4 { left: 21%; bottom: 0; }
  .security-node-5 { top: 92px; left: 12%; }

  .journey-constellation { min-height: 620px; padding-block: 28px; }
  .journey-constellation .journey-map-title h2 { font-size: clamp(1.75rem, 2.7vw, 2.65rem); }
  .journey-map-title > p { margin-bottom: 8px; }
  .journey-constellation .journey-hub { width: 154px; height: 154px; }
  .journey-node { width: 124px; height: 124px; padding: 11px; }
  .journey-node span { font-size: clamp(.86rem, 1.05vw, 1rem); }

  .section-founders .section-heading h2 { font-size: clamp(2rem, 3.3vw, 3.35rem); }
  .section-founders .section-heading > p:last-child { margin-top: 10px; font-size: .9rem; }
  .founder-card { min-height: 360px; grid-template-columns: 280px 1fr; }
  .founder-photo { width: 280px; min-height: 360px; }
  .founder-copy { padding: 24px 34px; }
  .founder-copy h3 { margin: 10px 0 12px; font-size: clamp(2rem, 3vw, 3.1rem); }
  .founder-copy > p:not(.founder-role) { font-size: .9rem; line-height: 1.55; }
  .cert-badges { margin-top: 14px; padding-top: 12px; gap: 7px; }
  .cert-badges figure { padding: 7px 4px 6px; }
  .cert-badges img { width: 46px; height: 46px; }
  .cert-badges figcaption { margin-top: 5px; font-size: .68rem; }
}

@media (max-width: 959px) {
  .hero { padding-top: calc(var(--header-height) + 12px); }
  .hero > .globe-description { width: min(94vw, 690px); padding: 9px 8px; }
  .hero > .globe-description strong { font-size: clamp(.78rem, 3vw, 1.16rem); }
}

/* Short desktop viewports: keep every numbered part below the fixed header */
@media (min-width: 960px) and (max-height: 850px) {
  .section-about { padding-block: 20px; }
  .section-about .section-heading { margin-bottom: 18px; }
  .section-about .section-heading h2 { font-size: 2.55rem; }
  .about-visual { min-height: 480px; }
  .about-core { width: 142px; height: 142px; }
  .about-node { width: 120px; height: 120px; }
  .about-node-2,
  .about-node-6 { left: calc(50% - 60px); }
  .about-orbits i:nth-child(3) { width: 460px; height: 460px; }
  .about-badges div { min-height: 76px; padding-block: 8px; }

  .architecture { padding-block: 10px; }
  .cloud-architecture { padding: 16px 20px; }
  .architecture-title-panel { margin-bottom: 10px; }
  .architecture-title-panel h2 { font-size: 2.65rem; }
  .architecture-title-panel strong { margin-top: 5px; font-size: 1rem; }
  .architecture-title-panel small { margin-top: 5px; font-size: .76rem; line-height: 1.3; }
  .architecture-controls { padding-block: 7px; }
  .architecture-controls span { padding-block: 4px; }
  .architecture-flow { margin-top: 6px; }
  .cloud-zone,
  .zone-sovereign { padding-block: 11px; }
  .arch-node { min-height: 64px; }
  .sovereign-grid .arch-node { min-height: 80px; }
  .output-stack .powerbi-node { min-height: 88px; }
  .architecture-governance { min-height: 34px; margin-top: 6px; padding-block: 5px; }

  .section-security { padding-block: 12px; }
  .security-visual { padding-block: 18px; }
  .security-title-panel { margin-bottom: 8px; }
  .security-title-panel h2 { font-size: 2.75rem; }
  .security-title-panel strong { margin-top: 6px; }
  .security-title-panel small { margin-top: 4px; font-size: .76rem; }
  .security-orbit { height: 400px; }
  .security-rings i:nth-child(1) { width: 230px; height: 230px; }
  .security-rings i:nth-child(2) { width: 310px; height: 310px; }
  .security-rings i:nth-child(3) { width: 380px; height: 380px; }
  .security-orbit .security-core { width: 136px; height: 136px; }
  .security-orbit-node { width: 134px; height: 134px; }
  .security-node-1 { left: calc(50% - 67px); }
  .security-node-2,
  .security-node-5 { top: 76px; }
  .security-node-3 { right: 22%; }
  .security-node-4 { left: 22%; }

  .section-journey { padding-block: 18px; }
}

@media (min-width: 960px) and (max-height: 750px) {
  .section-about { padding-block: 14px; }
  .about-visual { min-height: 460px; }
  .about-node { width: 112px; height: 112px; }
  .about-node-2,
  .about-node-6 { left: calc(50% - 56px); }
  .about-badges div { min-height: 70px; }

  .cloud-architecture { padding: 12px 18px; }
  .architecture-title-panel { margin-bottom: 7px; }
  .architecture-title-panel h2 { font-size: 2.4rem; }
  .architecture-title-panel small { font-size: .72rem; }
  .architecture-controls { padding-block: 5px; }
  .architecture-flow { margin-top: 4px; }
  .cloud-zone,
  .zone-sovereign { padding-block: 8px; }
  .arch-node { min-height: 58px; }
  .sovereign-grid .arch-node { min-height: 72px; }
  .output-stack .powerbi-node { min-height: 78px; }
  .architecture-governance { min-height: 30px; margin-top: 4px; padding-block: 3px; }

  .section-security { padding-block: 8px; }
  .security-title-panel h2 { font-size: 2.5rem; }
  .security-orbit { height: 370px; }
  .security-rings i:nth-child(1) { width: 210px; height: 210px; }
  .security-rings i:nth-child(2) { width: 285px; height: 285px; }
  .security-rings i:nth-child(3) { width: 350px; height: 350px; }
  .security-orbit .security-core { width: 128px; height: 128px; }
  .security-orbit-node { width: 124px; height: 124px; padding: 11px 8px; }
  .security-orbit-node h3 { font-size: .76rem; }
  .security-node-1 { left: calc(50% - 62px); }
  .security-node-2,
  .security-node-5 { top: 68px; }

  .section-journey { padding-block: 12px; }
  .journey-constellation { min-height: 580px; padding-block: 22px; }
  .journey-constellation .journey-map-title h2 { font-size: 2.3rem; }
  .journey-constellation .journey-hub { width: 144px; height: 144px; }
  .journey-node { width: 112px; height: 112px; }
  .journey-node span { font-size: .86rem; }
}

/* Hero ecosystem: proof cards live beside the globe, never over it */
.hero-system {
  --hero-core-size: min(76vw, calc(100svh - 240px), 700px);
  position: relative;
  z-index: 3;
  width: max-content;
  max-width: 100%;
  display: grid;
  grid-template-columns: minmax(190px, 220px) var(--hero-core-size) minmax(190px, 220px);
  align-items: center;
  gap: clamp(12px, 2vw, 28px);
}
.hero-system .hero-visual { width: var(--hero-core-size); }
.hero-system > .orbit-proof { position: relative; inset: auto; width: 100%; min-height: 112px; }
.hero-system > .proof-microsoft { grid-column: 1; border-left-color: var(--cyan-light); }
.hero-system > .proof-health { grid-column: 3; }
.hero-system > .proof-microsoft::before { left: 100%; right: auto; width: clamp(20px, 2vw, 34px); background: linear-gradient(90deg, var(--cyan-light), transparent); }
.hero-system > .proof-health::before { right: 100%; left: auto; width: clamp(20px, 2vw, 34px); background: linear-gradient(90deg, transparent, #98dd55); }

/* Four precisely aligned quadrants around the globe */
.sat-one { top: 11%; left: 11%; }
.sat-two { top: 11%; right: 11%; }
.sat-three { right: 11%; bottom: 11%; left: auto; }
.sat-four { top: auto; bottom: 11%; left: 11%; }
.sat-one,
.sat-two,
.sat-three,
.sat-four { animation-delay: 0s; }

@media (min-width: 960px) {
  .hero { padding-bottom: 68px; }
  .hero-system { --hero-core-size: min(76vw, calc(100svh - 260px), 680px); }
  .globe-actions { bottom: -64px; }
}

@media (min-width: 960px) and (max-width: 1100px) {
  .hero-system { --hero-core-size: min(68vw, calc(100svh - 310px), 560px); }
}

@media (min-width: 1101px) and (max-height: 750px) {
  .hero-system { --hero-core-size: min(70vw, calc(100svh - 300px), 640px); }
}

@media (max-width: 959px) {
  .hero-system {
    --hero-core-size: min(92vw, calc(100svh - 170px), 520px);
    width: min(94vw, 560px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 10px;
    row-gap: 70px;
  }
  .hero-system .hero-visual { grid-column: 1 / -1; grid-row: 1; justify-self: center; }
  .hero-system > .orbit-proof { width: 100%; min-height: 88px; padding: 12px 10px; }
  .hero-system > .proof-microsoft { grid-column: 1; grid-row: 2; }
  .hero-system > .proof-health { grid-column: 2; grid-row: 2; }
  .hero-system > .orbit-proof::before { display: none; }
}

@media (max-width: 480px) {
  .hero-system { width: calc(100vw - 24px); }
  .hero-system > .orbit-proof b { font-size: .78rem; }
  .hero-system > .orbit-proof small { font-size: .66rem; }
}
