:root {
  color-scheme: dark;
  --canvas: #070a0f;
  --paper: #101720;
  --paper-blue: #121d2b;
  --ink: #eef4fc;
  --muted: #95a4b8;
  --blue: #4f8cff;
  --blue-dark: #376fda;
  --blue-light: #84bdff;
  --line: rgba(160, 185, 219, 0.12);
  --line-strong: rgba(160, 185, 219, 0.22);
  --positive: #3acb8b;
  --error: #ff8178;
  --display: "Outfit", sans-serif;
  --body: "Manrope", sans-serif;
  --container: min(76rem, calc(100% - 2rem));
  --ease: cubic-bezier(0.2, 0.75, 0.25, 1);
  --ease-heavy: cubic-bezier(0.32, 0.72, 0, 1);
  --shadow-soft: 0 1.5rem 4rem rgba(0, 8, 22, 0.38), 0 0.3rem 1rem rgba(0, 8, 22, 0.22);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scrollbar-gutter: stable; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body {
  position: relative;
  min-height: 100dvh;
  margin: 0;
  overflow-x: hidden;
  overflow-x: clip;
  isolation: isolate;
  background:
    radial-gradient(circle at 14% 4%, rgba(255, 255, 255, 0.035), transparent 30rem),
    radial-gradient(circle at 88% 38%, rgba(255, 255, 255, 0.02), transparent 36rem),
    linear-gradient(180deg, #080b10 0%, var(--canvas) 48%, #080b10 100%);
  color: var(--ink);
  font-family: var(--body);
  font-size: 1rem;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
body::before {
  content: "";
  position: fixed;
  top: 54%;
  left: -25%;
  width: 150%;
  height: 78%;
  z-index: 0;
  pointer-events: none;
  opacity: 0.42;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 4rem 4rem;
  mask-image: linear-gradient(to bottom, transparent 0%, #000 20%, rgba(0, 0, 0, 0.72) 58%, transparent 96%);
  transform: perspective(38rem) rotateX(62deg) scale(1.2);
  transform-origin: 50% 0%;
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 50;
  pointer-events: none;
  opacity: 0.028;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

main, .site-footer { position: relative; z-index: 1; }

img { display: block; max-width: 100%; }
svg { display: block; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button, summary, select { cursor: pointer; }
::selection { background: var(--blue); color: #fff; }
:focus-visible { outline: 3px solid var(--blue-light); outline-offset: 4px; }

.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.container { width: var(--container); margin-inline: auto; }
.section { padding-block: clamp(5.5rem, 12vw, 9.5rem); scroll-margin-top: 6rem; }
.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 60;
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  background: var(--blue);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  transform: translateY(-180%);
  transition: transform 180ms var(--ease);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 30;
  padding: 0.75rem;
  pointer-events: none;
}
.nav-shell {
  position: relative;
  width: min(76rem, 100%);
  min-height: 4.4rem;
  margin-inline: auto;
  padding: 0.48rem 0.48rem 0.48rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(180, 203, 232, 0.1);
  border-radius: 1.35rem;
  background: rgba(10, 14, 21, 0.96);
  box-shadow: 0 1.1rem 3.5rem rgba(0, 7, 18, 0.34), inset 0 1px rgba(255, 255, 255, 0.07);
  pointer-events: auto;
}
.brand {
  width: auto;
  min-height: 3rem;
  display: flex;
  align-items: center;
  border-radius: 0.75rem;
  text-decoration: none;
}
.brand-name { color: var(--ink); font-family: var(--display); font-size: 1.55rem; font-weight: 700; letter-spacing: -0.052em; line-height: 1; }
.brand-name em { color: var(--blue); font-style: normal; }
.menu-toggle {
  position: relative;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border: 0;
  border-radius: 1rem;
  background: var(--paper-blue);
  color: var(--ink);
}
.menu-toggle span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.05rem;
  height: 1.5px;
  border-radius: 1rem;
  background: currentColor;
  transition: transform 420ms var(--ease-heavy);
}
.menu-toggle span:first-child { transform: translate(-50%, calc(-50% - 0.24rem)); }
.menu-toggle span:last-child { transform: translate(-50%, calc(-50% + 0.24rem)); }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translate(-50%, -50%) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translate(-50%, -50%) rotate(-45deg); }

#site-nav {
  position: fixed;
  top: 5.55rem;
  right: 0.75rem;
  bottom: 0.75rem;
  left: 0.75rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.25rem;
  overflow-y: auto;
  border: 1px solid var(--line);
  border-radius: 1.5rem;
  background: rgba(8, 12, 18, 0.98);
  box-shadow: var(--shadow-soft);
  visibility: hidden;
  opacity: 0;
  transform: translateY(-0.8rem) scale(0.98);
  transform-origin: top;
  transition-property: visibility, opacity, transform;
  transition-duration: 0s, 420ms, 420ms;
  transition-delay: 420ms, 0s, 0s;
  transition-timing-function: linear, var(--ease-heavy), var(--ease-heavy);
}
#site-nav.open { visibility: visible; opacity: 1; transform: translateY(0) scale(1); transition-delay: 0s; }

#site-nav a {
  min-height: 4.25rem;
  display: flex;
  align-items: center;
  padding: 0.2rem 0.85rem;
  border-radius: 0.9rem;
  color: #b8c5d6;
  font-family: var(--display);
  font-size: clamp(1.65rem, 8vw, 2.3rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  text-decoration: none;
  opacity: 0;
  transform: translateY(0.9rem);
  transition-property: color, background-color, opacity, transform;
  transition-duration: 250ms, 250ms, 450ms, 450ms;
  transition-timing-function: var(--ease);
}
#site-nav.open a { opacity: 1; transform: translateY(0); }
#site-nav.open a:nth-child(2) { transition-delay: 50ms; }
#site-nav.open a:nth-child(3) { transition-delay: 100ms; }
#site-nav.open a:nth-child(4) { transition-delay: 150ms; }
#site-nav.open a:nth-child(5) { transition-delay: 200ms; }
#site-nav a:hover, #site-nav a.active { color: var(--blue); background: var(--paper-blue); }
#site-nav a.mobile-nav-cta { min-height: 3.6rem; margin-top: 1rem; padding: 0.4rem 0.45rem 0.4rem 1.15rem; justify-content: space-between; border-radius: 999px; background: var(--blue); color: #fff; font-family: var(--body); font-size: 0.9rem; letter-spacing: 0; }
.mobile-nav-cta i { width: 2.75rem; height: 2.75rem; display: grid; place-items: center; border-radius: 50%; background: #fff; color: var(--blue); }
.mobile-nav-cta svg { width: 1rem; height: 1rem; fill: none; stroke: currentColor; stroke-width: 1.8; }
#site-nav a.mobile-nav-cta:hover, #site-nav a.mobile-nav-cta.active { background: var(--blue-dark); color: #fff; }
.nav-cta { display: none; }

.button, .nav-cta {
  min-height: 3.5rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.38rem 0.42rem 0.38rem 1.35rem;
  border: 0;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition-property: color, background-color, box-shadow, transform;
  transition-duration: 300ms;
  transition-timing-function: var(--ease);
}
.button { display: inline-flex; }
.button i, .nav-cta i {
  width: 2.7rem;
  height: 2.7rem;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-style: normal;
  transition: transform 300ms var(--ease);
}
.button svg, .nav-cta svg { width: 1.05rem; height: 1.05rem; fill: none; stroke: currentColor; stroke-width: 1.8; }
.button:hover i, .nav-cta:hover i { transform: translateX(0.22rem); }
.button-primary { background: var(--blue); color: #fff; box-shadow: 0 1rem 2.6rem rgba(23, 75, 170, 0.28); }
.button-primary i { background: #fff; color: var(--blue); }
.button-primary:hover { background: var(--blue-dark); box-shadow: 0 1.2rem 3rem rgba(26, 83, 184, 0.38); transform: translateY(-2px); }
.button-dark { background: var(--blue); color: #fff; }
.button-dark i { background: #fff; color: var(--blue-dark); }
.button-dark:hover { background: var(--blue-dark); transform: translateY(-2px); }
.text-link {
  width: fit-content;
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--blue-light);
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
}
.text-link svg, .service-card > a svg { width: 1rem; height: 1rem; fill: none; stroke: currentColor; stroke-width: 1.8; transition: transform 250ms var(--ease); }
.text-link:hover svg, .service-card > a:hover svg { transform: translateX(0.24rem); }

.hero {
  position: relative;
  min-height: 100dvh;
  padding: 8.5rem 0 4rem;
  display: grid;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 18%, rgba(79, 140, 255, 0.19), transparent 29rem),
    radial-gradient(circle at 7% 70%, rgba(62, 119, 220, 0.09), transparent 25rem),
    var(--canvas);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(rgba(142, 174, 218, 0.1) 0.8px, transparent 0.8px);
  background-size: 1.75rem 1.75rem;
  mask-image: linear-gradient(90deg, #000, transparent 42%);
  opacity: 0.5;
}
.hero-grid { position: relative; z-index: 1; display: grid; gap: 3.5rem; }
.hero-copy { align-self: center; }
.eyebrow {
  width: fit-content;
  margin: 0 0 1.3rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: #9aa9bb;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.eyebrow > span { width: 0.55rem; height: 0.55rem; border-radius: 50%; background: var(--positive); box-shadow: 0 0 0 0.3rem rgba(36, 178, 107, 0.1); }
.eyebrow-blue { color: var(--blue-light); }
.eyebrow-light { color: rgba(255, 255, 255, 0.7); }
.hero h1, .section-head h2, .founder h2, .faq h2, .contact h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 700;
  letter-spacing: -0.065em;
  line-height: 0.95;
  text-wrap: balance;
}
.hero h1 { max-width: 11ch; font-size: clamp(3.8rem, 14vw, 7rem); }
.hero h1 em { color: var(--blue); font-style: normal; }
.hero-text { max-width: 38rem; margin: 1.6rem 0 0; color: var(--muted); font-size: clamp(1rem, 2vw, 1.18rem); line-height: 1.7; text-wrap: pretty; }
.hero-actions { margin-top: 2rem; display: flex; flex-wrap: wrap; align-items: center; gap: 0.75rem 1.25rem; }
.hero-actions .button { width: 100%; }
.hero-proof { margin-top: 2.3rem; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0.5rem; }
.hero-proof > div { min-width: 0; min-height: 3.2rem; padding: 0.65rem; display: flex; align-items: center; gap: 0.45rem; border: 1px solid var(--line); border-radius: 0.9rem; background: rgba(255, 255, 255, 0.035); }
.hero-proof strong { color: var(--blue); font-family: var(--display); font-size: 0.66rem; font-variant-numeric: tabular-nums; letter-spacing: 0.08em; }
.hero-proof span { color: #c1ccda; font-size: 0.68rem; font-weight: 700; line-height: 1.25; }

.character-stage {
  position: relative;
  min-height: 31rem;
  overflow: hidden;
  border: 1px solid rgba(117, 167, 247, 0.16);
  border-radius: 2.4rem;
  background:
    radial-gradient(circle at 50% 44%, rgba(54, 95, 157, 0.24) 0 10rem, rgba(18, 31, 50, 0.9) 10.1rem 17rem, transparent 17.1rem),
    linear-gradient(145deg, #101926, #090f18);
  box-shadow: 0 2.2rem 5.5rem rgba(0, 8, 20, 0.5), inset 0 1px rgba(255, 255, 255, 0.08);
  isolation: isolate;
}
.stage-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(132, 171, 224, 0.055) 1px, transparent 1px), linear-gradient(90deg, rgba(132, 171, 224, 0.055) 1px, transparent 1px); background-size: 3.5rem 3.5rem; mask-image: linear-gradient(180deg, transparent, #000 30%, #000 80%, transparent); }
.stage-orbit { position: absolute; left: 50%; top: 49%; border: 1px dashed rgba(79, 140, 255, 0.31); border-radius: 50%; transform: translate(-50%, -50%) rotate(-15deg); }
.orbit-one { width: 25rem; height: 15rem; }
.orbit-two { width: 18rem; height: 27rem; transform: translate(-50%, -50%) rotate(27deg); }
.character-halo { position: absolute; left: 50%; bottom: -2rem; width: 21rem; height: 21rem; border-radius: 50%; background: #245fc5; transform: translateX(-50%); box-shadow: 0 0 0 2rem rgba(79, 140, 255, 0.08), 0 0 0 5rem rgba(79, 140, 255, 0.035); }
.hero-character { position: absolute; z-index: 2; left: 50%; bottom: -0.8rem; width: auto; max-width: none; height: 30rem; transform: translateX(-50%); filter: drop-shadow(0 1.5rem 1.5rem rgba(13, 59, 126, 0.2)); }
.float-card {
  position: absolute;
  z-index: 3;
  padding: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  border: 1px solid rgba(180, 203, 232, 0.11);
  border-radius: 1rem;
  background: rgba(10, 15, 23, 0.91);
  box-shadow: 0 1rem 2.5rem rgba(0, 7, 18, 0.34), inset 0 1px rgba(255, 255, 255, 0.07);
}
.float-card-one { left: 0.8rem; top: 1.3rem; }
.float-card-two { right: 0.8rem; top: auto; bottom: 6.5rem; }
.float-card-three { left: 0.8rem; bottom: 1.1rem; display: none; }
.float-icon { width: 2.35rem; height: 2.35rem; flex: 0 0 auto; display: grid; place-items: center; border-radius: 0.75rem; background: var(--paper-blue); color: var(--blue); }
.float-icon svg { width: 1.15rem; height: 1.15rem; fill: none; stroke: currentColor; stroke-width: 1.5; }
.float-card div { display: grid; }
.float-card small { color: #8392a7; font-size: 0.57rem; font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase; }
.float-card strong { color: #edf3fb; font-family: var(--display); font-size: 0.73rem; font-weight: 600; white-space: nowrap; }
.live-dot { width: 0.58rem; height: 0.58rem; margin-inline: 0.45rem; border-radius: 50%; background: var(--positive); box-shadow: 0 0 0 0.3rem rgba(36, 178, 107, 0.12); }
.solo-stamp { position: absolute; z-index: 3; right: 1rem; bottom: 1rem; width: 4.8rem; height: 4.8rem; display: flex; align-items: center; justify-content: center; gap: 0.28rem; border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 50%; background: #080c13; color: #fff; transform: rotate(8deg); box-shadow: 0 1rem 2rem rgba(0, 6, 16, 0.34); }
.solo-stamp b { font-family: var(--display); font-size: 1.8rem; line-height: 1; }
.solo-stamp span { font-size: 0.52rem; font-weight: 700; line-height: 1.1; letter-spacing: 0.08em; text-transform: uppercase; }

.service-ticker { position: relative; z-index: 2; overflow: hidden; border-block: 1px solid rgba(132, 189, 255, 0.13); background: linear-gradient(90deg, #163d79, #265fb9 48%, #173f7d); color: #fff; box-shadow: 0 1rem 2.5rem rgba(0, 18, 54, 0.3); }
.ticker-track { width: max-content; min-height: 4.4rem; display: flex; align-items: center; gap: 1.5rem; animation: ticker 30s linear infinite; }
.ticker-track span { font-family: var(--display); font-size: 0.82rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; white-space: nowrap; }
.ticker-track i { width: 0.42rem; height: 0.42rem; flex: 0 0 auto; border-radius: 50%; background: var(--blue-light); }
@keyframes ticker { to { transform: translateX(-50%); } }

.services { padding-top: clamp(7rem, 13vw, 10rem); }
.section-head { margin-bottom: 3rem; display: grid; gap: 1.5rem; }
.section-head h2, .faq h2 { max-width: 13ch; font-size: clamp(2.75rem, 8vw, 5.2rem); }
.section-head > p { max-width: 32rem; margin: 0; color: var(--muted); line-height: 1.75; text-wrap: pretty; }
.service-grid { display: grid; gap: 0.85rem; }
.service-card {
  min-height: 19rem;
  padding: 1.45rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 1.75rem;
  background: linear-gradient(145deg, rgba(18, 26, 38, 0.98), rgba(11, 17, 25, 0.98));
  box-shadow: 0 1rem 3rem rgba(0, 7, 18, 0.22), inset 0 1px rgba(255, 255, 255, 0.055);
  transition-property: transform, box-shadow, border-color;
  transition-duration: 350ms;
  transition-timing-function: var(--ease);
}
.service-card:hover { border-color: var(--line-strong); box-shadow: 0 1.6rem 4rem rgba(0, 7, 18, 0.4); transform: translateY(-0.3rem); }
.service-card-top { display: flex; align-items: flex-start; justify-content: space-between; }
.service-index { color: #71829a; font-family: var(--display); font-size: 0.7rem; font-weight: 700; font-variant-numeric: tabular-nums; letter-spacing: 0.08em; }
.service-icon { width: 3.2rem; height: 3.2rem; display: grid; place-items: center; border-radius: 1rem; background: var(--paper-blue); color: var(--blue); }
.service-icon svg { width: 1.5rem; height: 1.5rem; fill: none; stroke: currentColor; stroke-width: 1.45; }
.card-label { margin: 0 0 0.65rem !important; color: var(--blue-light) !important; font-size: 0.64rem !important; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.service-card h3 { max-width: 13ch; margin: 0; font-family: var(--display); font-size: clamp(1.65rem, 4vw, 2.35rem); font-weight: 600; letter-spacing: -0.045em; line-height: 1.02; text-wrap: balance; }
.service-card p { max-width: 30rem; margin: 0.85rem 0 0; color: var(--muted); font-size: 0.9rem; line-height: 1.65; text-wrap: pretty; }
.chip-list { margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 0.4rem; list-style: none; }
.chip-list li { padding: 0.42rem 0.67rem; border: 1px solid rgba(255, 255, 255, 0.24); border-radius: 999px; font-size: 0.68rem; font-weight: 700; }
.service-card > a { width: fit-content; min-height: 2.75rem; display: inline-flex; align-items: center; gap: 0.5rem; color: var(--blue-light); font-size: 0.78rem; font-weight: 700; text-decoration: none; }
.service-card-main { min-height: 26rem; border-color: rgba(132, 189, 255, 0.22); background: linear-gradient(180deg, rgba(4, 9, 16, 0.2), rgba(4, 9, 16, 0.97)), url("../images/technology-studio.jpg") center / cover; color: #fff; box-shadow: 0 1.8rem 4rem rgba(0, 7, 18, 0.4), inset 0 1px rgba(255, 255, 255, 0.1); }
.service-card-main .service-index, .service-card-main .card-label, .service-card-main p { color: rgba(255, 255, 255, 0.72) !important; }
.service-card-main .service-icon { background: rgba(255, 255, 255, 0.16); color: #fff; }
.service-card-network { background: radial-gradient(circle at 100% 0%, rgba(79, 140, 255, 0.14), transparent 16rem), linear-gradient(145deg, #132033, #0c131e); }
.service-card-web { position: relative; min-height: 26rem; border-color: rgba(132, 189, 255, 0.18); background: radial-gradient(circle at 82% 18%, rgba(79, 140, 255, 0.28), transparent 19rem), linear-gradient(145deg, #10213a, #080d15 72%); color: #fff; box-shadow: 0 1.8rem 4rem rgba(0, 7, 18, 0.34), inset 0 1px rgba(255, 255, 255, 0.08); }
.service-card-web::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: 0.22; background-image: linear-gradient(rgba(132, 189, 255, 0.13) 1px, transparent 1px), linear-gradient(90deg, rgba(132, 189, 255, 0.13) 1px, transparent 1px); background-size: 2rem 2rem; mask-image: linear-gradient(145deg, transparent 8%, #000 65%, transparent 100%); }
.service-card-web > * { position: relative; z-index: 1; }
.service-card-web .service-index, .service-card-web p { color: #aebdd0; }
.service-card-web .card-label, .service-card-web > a { color: var(--blue-light) !important; }
.service-card-web .service-icon { background: rgba(117, 207, 255, 0.12); color: var(--blue-light); }

.founder { padding-top: 0; }
.founder-shell { padding: 0.42rem; border: 1px solid rgba(151, 181, 224, 0.12); border-radius: 2.2rem; background: rgba(255, 255, 255, 0.025); box-shadow: var(--shadow-soft); }
.founder-card { padding: clamp(1.7rem, 6vw, 4.5rem); display: grid; gap: 3.5rem; overflow: hidden; border-radius: calc(2.2rem - 0.42rem); background: radial-gradient(circle at 12% 8%, rgba(79, 140, 255, 0.18), transparent 26rem), linear-gradient(145deg, #101a29, #090f18); color: #fff; box-shadow: inset 0 1px rgba(255, 255, 255, 0.075); }
.founder h2 { max-width: 13ch; font-size: clamp(3rem, 8.5vw, 6rem); }
.founder-copy > p { max-width: 39rem; margin: 0; color: rgba(255, 255, 255, 0.78); font-size: 1.03rem; line-height: 1.75; text-wrap: pretty; }
.founder-points { margin-top: 2.5rem; display: grid; }
.founder-points > div { padding: 1.35rem 0; border-top: 1px solid rgba(255, 255, 255, 0.18); }
.founder-points span { color: var(--blue-light); font-size: 0.66rem; font-weight: 700; letter-spacing: 0.09em; }
.founder-points strong { margin: 0.55rem 0 0.25rem; display: block; font-family: var(--display); font-size: 1.15rem; }
.founder-points p { margin: 0; color: rgba(255, 255, 255, 0.68); font-size: 0.82rem; line-height: 1.55; }

.process { padding-top: 0; }
.process-head { align-items: end; }
.process-list { margin: 0; padding: 0; display: grid; gap: 0.85rem; list-style: none; }
.process-list li { position: relative; min-height: 20rem; padding: 1.5rem; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 1.75rem; background: linear-gradient(145deg, #111925, #0b1119); box-shadow: 0 1rem 3rem rgba(0, 7, 18, 0.2), inset 0 1px rgba(255, 255, 255, 0.045); }
.process-list li > span { color: var(--blue); font-family: var(--display); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.08em; }
.process-icon { width: 4.1rem; height: 4.1rem; margin: 2.7rem 0 auto; display: grid; place-items: center; border-radius: 1.3rem; background: var(--paper-blue); color: var(--blue); }
.process-icon svg { width: 1.8rem; height: 1.8rem; fill: none; stroke: currentColor; stroke-width: 1.35; }
.process-list h3 { margin: 2rem 0 0.45rem; font-family: var(--display); font-size: 1.45rem; font-weight: 600; letter-spacing: -0.03em; }
.process-list p { margin: 0; color: var(--muted); font-size: 0.86rem; line-height: 1.6; text-wrap: pretty; }

.faq { padding-top: 0; }
.faq-grid { display: grid; gap: 3rem; }
.faq-intro > p:not(.eyebrow) { max-width: 28rem; margin: 1.4rem 0 1.2rem; color: var(--muted); line-height: 1.7; text-wrap: pretty; }
.faq-list { border-top: 1px solid var(--line-strong); }
.faq-list details { border-bottom: 1px solid var(--line-strong); }
.faq-list summary { min-height: 5.5rem; padding-block: 1.1rem; display: flex; align-items: center; justify-content: space-between; gap: 1.2rem; list-style: none; font-family: var(--display); font-size: 1.05rem; font-weight: 600; letter-spacing: -0.02em; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary i { position: relative; width: 2.65rem; height: 2.65rem; flex: 0 0 auto; border-radius: 50%; background: var(--paper-blue); }
.faq-list summary i::before, .faq-list summary i::after { content: ""; position: absolute; top: 50%; left: 50%; width: 0.82rem; height: 2px; border-radius: 1rem; background: var(--blue); transform: translate(-50%, -50%); transition: transform 280ms var(--ease); }
.faq-list summary i::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-list details[open] summary i::after { transform: translate(-50%, -50%) rotate(0); }
.faq-list details p { max-width: 42rem; margin: -0.15rem 0 1.5rem; padding-right: 3rem; color: var(--muted); font-size: 0.9rem; line-height: 1.7; text-wrap: pretty; }

.contact { padding-top: 0; }
.contact-shell { padding: 0.42rem; border: 1px solid rgba(151, 181, 224, 0.13); border-radius: 2.2rem; background: rgba(255, 255, 255, 0.025); box-shadow: var(--shadow-soft); }
.contact-panel { padding: clamp(1.5rem, 5vw, 4rem); display: grid; gap: 3.5rem; overflow: hidden; border-radius: calc(2.2rem - 0.42rem); background: radial-gradient(circle at 5% 15%, rgba(79, 140, 255, 0.19), transparent 27rem), linear-gradient(145deg, #101a29, #090f18); color: #fff; box-shadow: inset 0 1px rgba(255, 255, 255, 0.075); }
.contact-copy { display: flex; flex-direction: column; justify-content: space-between; gap: 3rem; }
.contact h2 { max-width: 11ch; font-size: clamp(3rem, 9vw, 5.5rem); }
.contact-copy > div:first-child > p:last-child { max-width: 30rem; margin: 1.4rem 0 0; color: rgba(255, 255, 255, 0.74); line-height: 1.7; }
.contact-details { display: grid; gap: 0.6rem; }
.contact-details > * { min-height: 4.25rem; padding: 0.72rem; display: flex; align-items: center; gap: 0.75rem; border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 1rem; background: rgba(255, 255, 255, 0.045); color: #fff; text-decoration: none; transition: background-color 220ms var(--ease); }
.contact-details a:hover { background: rgba(79, 140, 255, 0.1); }
.contact-details svg { width: 1.3rem; height: 1.3rem; fill: none; stroke: currentColor; stroke-width: 1.45; }
.contact-details span { display: grid; font-size: 0.8rem; font-weight: 700; font-variant-numeric: tabular-nums; }
.contact-details small { color: rgba(255, 255, 255, 0.62); font-size: 0.58rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.contact-form { padding: 1.25rem; display: flex; flex-direction: column; gap: 1rem; border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 1.55rem; background: #121a27; color: var(--ink); box-shadow: 0 1.8rem 4rem rgba(0, 6, 16, 0.38), inset 0 1px rgba(255, 255, 255, 0.055); }
.form-intro { margin-bottom: 0.25rem; padding-bottom: 1rem; display: grid; gap: 0.55rem; border-bottom: 1px solid var(--line); }
.form-intro div { display: grid; }
.form-intro span { color: var(--blue-light); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.form-intro strong { font-family: var(--display); font-size: 1.3rem; letter-spacing: -0.025em; }
.form-intro p { max-width: 32rem; margin: 0; color: var(--muted); font-size: 0.8rem; line-height: 1.55; text-wrap: pretty; }
.contact-form label { display: grid; gap: 0.48rem; color: #c8d2df; font-size: 0.76rem; font-weight: 700; }
.contact-form label > span { padding-left: 0.15rem; }
.contact-form label small { color: #8291a5; font-weight: 500; }
.field-row { display: grid; gap: 1rem; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; min-height: 3.35rem; padding: 0.82rem 0.9rem; border: 1px solid var(--line); border-radius: 0.9rem; background: #0a1019; color: var(--ink); color-scheme: dark; font-size: 1rem; outline: none; transition-property: border-color, box-shadow, background-color; transition-duration: 180ms; transition-timing-function: var(--ease); }
.contact-form textarea { min-height: 7rem; resize: vertical; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #73839a; }
.contact-form :is(input, select, textarea):focus { border-color: var(--blue); background: #0d1521; box-shadow: 0 0 0 0.22rem rgba(79, 140, 255, 0.12); }
.contact-form .invalid { border-color: var(--error); box-shadow: 0 0 0 0.22rem rgba(180, 59, 51, 0.08); }
.contact-form .field-error { padding-left: 0.15rem; color: var(--error); font-size: 0.75rem; font-weight: 600; }
.form-footer { margin-top: 0.25rem; display: flex; flex-direction: column; gap: 0.9rem; }
.form-footer .button { width: 100%; }
.form-status { margin: 0; color: #8d9caf; font-size: 0.8rem; line-height: 1.45; }
.form-status.error { color: var(--error); }

.whatsapp-float { position: fixed; z-index: 20; right: 1rem; bottom: 1rem; width: 3.5rem; height: 3.5rem; display: flex; align-items: center; justify-content: center; gap: 0.55rem; border: 2px solid #0b1018; border-radius: 999px; background: var(--positive); color: #fff; box-shadow: 0 1rem 2.8rem rgba(0, 9, 19, 0.4); text-decoration: none; transition-property: background-color, transform, opacity, visibility; transition-duration: 250ms; transition-timing-function: var(--ease); }
.whatsapp-float:hover { background: #169456; transform: translateY(-2px); }
.whatsapp-float svg { width: 1.45rem; height: 1.45rem; fill: none; stroke: currentColor; stroke-width: 1.6; }
.whatsapp-float span { display: none; font-size: 0.77rem; font-weight: 700; }
body.footer-visible .whatsapp-float { visibility: hidden; opacity: 0; transform: translateY(0.75rem); }

.site-footer { padding-block: 0 1rem; background: transparent; }
.footer-card { position: relative; padding: clamp(1.5rem, 6vw, 4.5rem); display: grid; gap: 3.5rem; overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.07); border-radius: 2.2rem; background: linear-gradient(145deg, #0d1118 0%, #05080d 72%); color: #fff; box-shadow: 0 2rem 5rem rgba(0, 5, 14, 0.38), inset 0 1px rgba(255, 255, 255, 0.05); }
.footer-card::before { content: ""; position: absolute; top: -10rem; right: -8rem; width: 28rem; height: 28rem; border-radius: 50%; background: radial-gradient(circle, rgba(23, 100, 246, 0.32), rgba(23, 100, 246, 0)); pointer-events: none; }
.footer-brand-block, .footer-actions, .footer-meta { position: relative; z-index: 1; }
.footer-logo { width: fit-content; min-height: 3.8rem; padding: 0.55rem 1rem; display: inline-flex; align-items: center; border: 1px solid rgba(255, 255, 255, 0.09); border-radius: 1rem; background: rgba(255, 255, 255, 0.035); text-decoration: none; }
.footer-logo .brand-name { font-size: 1.68rem; }
.footer-eyebrow { margin: 2.25rem 0 0.8rem; color: var(--blue-light); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; }
.footer-brand-block h2 { max-width: 9ch; margin: 0; font-family: var(--display); font-size: clamp(2.9rem, 10vw, 5.6rem); font-weight: 700; letter-spacing: -0.065em; line-height: 0.92; text-wrap: balance; }
.footer-brand-block h2 span { color: var(--blue-light); }
.footer-summary { max-width: 31rem; margin: 1.35rem 0 0; color: #aebbcf; line-height: 1.7; text-wrap: pretty; }
.footer-actions { display: grid; gap: 2.5rem; align-content: end; }
.footer-group > p { margin: 0 0 0.8rem; color: #7f91ab; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.footer-group nav { display: flex; flex-wrap: wrap; gap: 0.2rem 1.1rem; }
.footer-group nav a, .footer-contact-link { min-height: 2.75rem; display: inline-flex; align-items: center; color: #d9e2ef; font-weight: 600; text-decoration: none; transition: color 220ms var(--ease); }
.footer-contact-link { max-width: 100%; overflow-wrap: anywhere; }
.footer-group nav a:hover, .footer-contact-link:hover { color: var(--blue-light); }
.footer-contact-group { display: grid; justify-items: start; }
.footer-whatsapp { min-height: 3.5rem; margin-top: 1rem; padding: 0.38rem 0.42rem 0.38rem 1.2rem; display: inline-flex; align-items: center; gap: 1rem; border-radius: 999px; background: var(--blue); color: #fff; font-size: 0.84rem; font-weight: 700; text-decoration: none; transition: background-color 220ms var(--ease), transform 220ms var(--ease); }
.footer-whatsapp i, .back-to-top i { width: 2.65rem; height: 2.65rem; display: grid; place-items: center; border-radius: 50%; background: #eef4fc; color: var(--blue-dark); }
.footer-whatsapp svg, .back-to-top svg { width: 1rem; height: 1rem; fill: none; stroke: currentColor; stroke-width: 1.8; }
.footer-whatsapp:hover { background: var(--blue-dark); transform: translateY(-2px); }
.footer-meta { padding-top: 1.5rem; display: flex; flex-direction: column; gap: 1rem; border-top: 1px solid rgba(255, 255, 255, 0.12); color: #8190a6; font-size: 0.72rem; }
.footer-meta > div { display: flex; flex-wrap: wrap; gap: 0.35rem 1.25rem; }
.back-to-top { width: fit-content; min-height: 2.75rem; display: inline-flex; align-items: center; gap: 0.75rem; color: #d9e2ef; font-weight: 700; text-decoration: none; }
.back-to-top i { width: 2.35rem; height: 2.35rem; }
.back-to-top svg { transform: rotate(-90deg); }

:is(.button, .nav-cta, .whatsapp-float, .footer-whatsapp, .back-to-top, .text-link, .service-card > a):active { transform: scale(0.96); }

.js .reveal { opacity: 0; transform: translateY(2rem); }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); transition-property: opacity, transform; transition-duration: 760ms; transition-delay: var(--delay, 0s); transition-timing-function: var(--ease-heavy); }

@media (min-width: 40rem) {
  :root { --container: min(76rem, calc(100% - 3.5rem)); }
  .character-stage { min-height: 36rem; }
  .hero-character { height: 35rem; }
  .float-card-one { left: 1.5rem; top: 2rem; }
  .float-card-two { right: 1.5rem; top: 7rem; bottom: auto; }
  .float-card-three { left: 1.5rem; bottom: 1.5rem; display: flex; }
  .solo-stamp { right: 1.7rem; bottom: 1.5rem; width: 5.6rem; height: 5.6rem; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-card-main, .service-card-web { grid-column: span 2; }
  .hero-actions .button { width: auto; }
  .hero-proof { width: fit-content; display: flex; gap: 0.65rem; }
  .hero-proof > div { padding-inline: 0.85rem; }
  .hero-proof span { font-size: 0.72rem; }
  .contact-details, .field-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .form-footer { flex-direction: row; align-items: center; justify-content: space-between; }
  .form-footer .button { width: auto; flex: 0 0 auto; }
  .whatsapp-float { width: auto; padding-inline: 1rem; }
  .whatsapp-float span { display: inline; }
  .footer-meta { flex-direction: row; align-items: center; justify-content: space-between; }
}

@media (min-width: 48rem) {
  .site-header { padding-top: 1rem; }
  .nav-shell { min-height: 4.6rem; padding-left: 1.1rem; border-radius: 1.5rem; background: rgba(9, 13, 20, 0.88); backdrop-filter: blur(1.25rem) saturate(125%); }
  .brand-name { font-size: 1.62rem; }
  .menu-toggle { display: none; }
  #site-nav { position: static; inset: auto; padding: 0; display: flex; flex-direction: row; align-items: center; justify-content: flex-start; gap: 0.15rem; border: 0; border-radius: 0; background: transparent; box-shadow: none; backdrop-filter: none; visibility: visible; opacity: 1; transform: none; }
  #site-nav a { min-height: 2.75rem; padding-inline: 0.8rem; border-radius: 999px; font-family: var(--body); font-size: 0.75rem; font-weight: 700; letter-spacing: 0; opacity: 1; transform: none; }
  #site-nav .mobile-nav-cta { display: none; }
  .nav-cta { min-height: 3.45rem; display: inline-flex; background: var(--blue); color: #fff; box-shadow: 0 0.9rem 2.2rem rgba(20, 62, 143, 0.28); }
  .nav-cta i { background: rgba(4, 11, 22, 0.2); }
  .nav-cta:hover { background: var(--blue-dark); transform: translateY(-1px); }
  .hero { padding-top: 9.5rem; padding-bottom: 5.5rem; }
  .hero-grid { grid-template-columns: minmax(0, 0.88fr) minmax(24rem, 1.12fr); align-items: center; gap: clamp(2.5rem, 5vw, 5rem); }
  .hero h1 { font-size: clamp(4.5rem, 7.8vw, 7rem); }
  .character-stage { min-height: clamp(37rem, 56vw, 44rem); }
  .hero-character { height: clamp(36rem, 54vw, 43rem); }
  .character-halo { width: 27rem; height: 27rem; }
  .orbit-one { width: 33rem; height: 19rem; }
  .orbit-two { width: 23rem; height: 35rem; }
  .section-head { grid-template-columns: minmax(0, 1.25fr) minmax(18rem, 0.75fr); align-items: end; gap: 4rem; }
  .service-card-main, .service-card-web { min-height: 30rem; }
  .service-card-main h3, .service-card-web h3 { font-size: clamp(2.5rem, 5vw, 4rem); }
  .founder-card { grid-template-columns: minmax(0, 1.1fr) minmax(22rem, 0.9fr); align-items: center; gap: 5rem; }
  .process-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .faq-grid { grid-template-columns: minmax(18rem, 0.8fr) minmax(0, 1.2fr); gap: clamp(4rem, 9vw, 8rem); }
  .faq-intro { position: sticky; top: 8rem; align-self: start; }
  .contact-panel { grid-template-columns: minmax(0, 0.9fr) minmax(24rem, 1.1fr); }
  .footer-card { grid-template-columns: minmax(0, 1.15fr) minmax(20rem, 0.85fr); gap: clamp(4rem, 9vw, 8rem); }
  .footer-meta { grid-column: 1 / -1; }
}

@media (min-width: 64rem) {
  #site-nav { gap: 0.35rem; }
  #site-nav a { padding-inline: 1rem; font-size: 0.78rem; }
  .service-grid { grid-template-columns: repeat(12, minmax(0, 1fr)); grid-auto-rows: minmax(17rem, auto); }
  .service-card { grid-column: span 3; }
  .service-card-main { grid-column: span 7; grid-row: span 2; }
  .service-card-web { grid-column: span 5; grid-row: span 2; }
  .founder-points { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .founder-points > div { padding: 1.35rem; border-top: 0; border-left: 1px solid rgba(255, 255, 255, 0.18); }
  .founder-points > div:first-child { padding-left: 0; border-left: 0; }
  .footer-actions { grid-template-columns: minmax(0, 0.65fr) minmax(0, 1.35fr); gap: 2rem; }
  .footer-group nav { flex-direction: column; align-items: flex-start; }
}

@media (min-width: 80rem) {
  :root { --container: min(82rem, calc(100% - 5rem)); }
  .nav-shell { width: min(80rem, calc(100% - 1rem)); }
  .hero-grid { grid-template-columns: minmax(0, 0.92fr) minmax(36rem, 1.08fr); }
  .character-stage { min-height: 46rem; }
  .hero-character { height: 45rem; }
}

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