@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;700;800&family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap");

:root {
  --ink: #111827;
  --text: #172033;
  --muted: #667085;
  --line: #D7DEE8;
  --bg: #F8FAFC;
  --surface: #FFFFFF;
  --teal: #0F766E;
  --blue: #2563EB;
  --dark: #07111F;
  --dark-2: #0C1828;
  --pale: #EEF4F8;
  --max: 1180px;
  --wide: 1360px;
  --radius: 8px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Zen Kaku Gothic New", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
h1, h2, h3, .lead, .btn, summary {
  word-break: auto-phrase;
  text-wrap: balance;
}

.mono { font-family: "Space Grotesk", ui-monospace, SFMono-Regular, Menlo, monospace; }
.container { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }
.wide-container { width: min(var(--wide), calc(100% - 48px)); margin: 0 auto; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Space Grotesk", ui-monospace, monospace;
  font-size: 12px;
  letter-spacing: .22em;
  color: var(--teal);
  text-transform: uppercase;
  font-weight: 700;
}
.eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
}
.section {
  position: relative;
  padding: 104px 0;
}
.section > .container {
  position: relative;
  z-index: 1;
}
.section-title {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.24;
  margin: 14px 0 0;
  letter-spacing: 0;
  color: var(--ink);
}
.section-lead {
  max-width: 680px;
  color: var(--muted);
  font-size: 16px;
  margin: 18px 0 0;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 13px 20px;
  border-radius: 999px;
  font-weight: 700;
  white-space: nowrap;
  border: 1px solid transparent;
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--blue); color: #fff; }
.btn-dark { background: var(--ink); color: #fff; }
.btn-ghost { border-color: rgba(255,255,255,.24); color: #fff; background: rgba(255,255,255,.06); }
.btn-light { border-color: var(--line); background: #fff; color: var(--ink); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(215,222,232,.85);
}
.header-inner {
  width: min(var(--wide), calc(100% - 32px));
  margin: 0 auto;
  min-height: 72px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  color: var(--ink);
}
.brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(37,99,235,.95), rgba(15,118,110,.95)),
    var(--ink);
  position: relative;
  box-shadow: 0 14px 30px rgba(37,99,235,.24);
}
.brand-mark::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 15px;
  width: 18px;
  height: 2px;
  background: #fff;
  transform: rotate(-28deg);
}
.brand-mark::after {
  content: "";
  position: absolute;
  right: 7px;
  bottom: 7px;
  width: 8px;
  height: 8px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.brand-text { display: grid; line-height: 1.1; }
.brand-text span { font-family: "Space Grotesk", sans-serif; font-size: 20px; letter-spacing: 0; }
.brand-text small { color: var(--muted); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.brand-full {
  gap: 0;
  flex: none;
}
.brand-logo {
  display: block;
  width: 142px;
  height: auto;
}
.site-footer .brand-full {
  background: #fff;
  border-radius: 8px;
  padding: 10px 14px;
}
.site-footer .brand-logo {
  width: 150px;
}
.nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  font-size: 14px;
  color: #344054;
  font-weight: 700;
}
.nav-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-menu li {
  margin: 0;
  padding: 0;
}
.nav-menu a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  white-space: nowrap;
}
.nav a[aria-current="page"] { color: var(--blue); }
.header-actions { display: flex; align-items: center; gap: 10px; }

.hero {
  position: relative;
  min-height: 760px;
  background: var(--dark);
  color: #fff;
  overflow: hidden;
}
.hero::before {
  content: "SEARCH / ROUTE / CONTACT";
  position: absolute;
  left: clamp(18px, 3vw, 44px);
  top: 190px;
  z-index: 1;
  color: rgba(141,224,216,.62);
  font-family: "Space Grotesk", sans-serif;
  font-size: 10px;
  letter-spacing: .24em;
  writing-mode: vertical-rl;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7,17,31,.98) 0%, rgba(7,17,31,.84) 38%, rgba(7,17,31,.16) 70%), url("../images/fv.jpg") center right / cover no-repeat;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(90deg, #000 0%, transparent 72%);
  opacity: .6;
}
.hero-inner {
  position: relative;
  z-index: 1;
  width: min(var(--wide), calc(100% - 48px));
  margin: 0 auto;
  min-height: 760px;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 42px;
  align-items: center;
  padding: 72px 0 56px;
}
.hero-copy {
  position: relative;
  max-width: 620px;
}
.hero-copy::after {
  content: "";
  position: absolute;
  left: -32px;
  top: 8px;
  width: 1px;
  height: calc(100% - 18px);
  background: linear-gradient(180deg, rgba(141,224,216,.78), rgba(255,255,255,0));
}
.hero-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #8DE0D8;
  font-family: "Space Grotesk", sans-serif;
  font-size: 12px;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-weight: 800;
}
.hero h1 {
  margin: 22px 0 0;
  font-size: clamp(40px, 5vw, 68px);
  line-height: 1.12;
  letter-spacing: 0;
}
.hero .lead {
  margin: 24px 0 0;
  max-width: 560px;
  color: rgba(255,255,255,.78);
  font-size: 18px;
}
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}
.hero-facts span {
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.07);
  border-radius: 999px;
  padding: 8px 12px;
  color: rgba(255,255,255,.76);
  font-size: 12px;
}
.search-panel {
  position: relative;
  align-self: end;
  margin: 0 0 24px auto;
  width: min(520px, 100%);
  background: rgba(255,255,255,.9);
  color: var(--ink);
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 8px;
  box-shadow: 0 30px 80px rgba(0,0,0,.35);
  overflow: hidden;
}
.search-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(90deg, rgba(37,99,235,.08) 1px, transparent 1px),
    linear-gradient(rgba(15,118,110,.08) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: linear-gradient(180deg, #000, transparent 70%);
}
.search-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 13px 16px;
  border-bottom: 1px solid #E6EBF2;
  background: #F8FAFC;
}
.dot { width: 10px; height: 10px; border-radius: 50%; background: #CBD5E1; }
.search-url { margin-left: auto; font-size: 11px; color: var(--muted); letter-spacing: .12em; }
.search-body { padding: 24px; }
.search-body {
  position: relative;
  z-index: 1;
}
.search-box {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  padding: 13px 17px;
}
.lens {
  width: 18px;
  height: 18px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  position: relative;
  flex: none;
}
.lens::after {
  content: "";
  position: absolute;
  right: -6px;
  bottom: -4px;
  width: 8px;
  height: 2px;
  background: var(--ink);
  transform: rotate(45deg);
}
.typed {
  flex: 1;
  min-width: 0;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
}
.cursor {
  width: 2px;
  height: 1.2em;
  background: var(--blue);
  animation: blink 1s steps(1) infinite;
}
@keyframes blink { 50% { opacity: 0; } }
.suggestions { margin: 12px 0 0; border: 1px solid #E6EBF2; border-radius: 8px; overflow: hidden; }
.suggestions div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 14px;
  border-bottom: 1px solid #EFF3F7;
  color: #344054;
  font-size: 13px;
}
.suggestions div:last-child { border-bottom: 0; }
.suggestions b { color: var(--ink); }
.suggestions small { color: var(--teal); font-family: "Space Grotesk", sans-serif; letter-spacing: .12em; }

.intro-section {
  background: #fff;
}
.intro-section::before {
  content: "";
  position: absolute;
  right: max(24px, calc((100vw - var(--max)) / 2));
  top: 46px;
  width: 360px;
  height: 360px;
  background: url("../images/deco-grid-1.png") center / cover no-repeat;
  opacity: .18;
  pointer-events: none;
}
.intro-section::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 32px;
  width: 42vw;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(37,99,235,.22), transparent);
}
.intro-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 52px;
  align-items: center;
}
.intro-card {
  position: relative;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: 0 24px 60px rgba(17,24,39,.08);
  overflow: hidden;
}
.intro-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: linear-gradient(180deg, var(--blue), var(--teal));
}
.intro-card::after {
  content: "FOUND ISSUE";
  position: absolute;
  right: 18px;
  bottom: 12px;
  color: rgba(37,99,235,.07);
  font-family: "Space Grotesk", sans-serif;
  font-size: 42px;
  font-weight: 800;
  letter-spacing: .06em;
  line-height: 1;
}
.intro-card p {
  position: relative;
  z-index: 1;
}
.intro-card p { margin: 0 0 1em; }
.intro-card p:last-child { margin-bottom: 0; }
.visual-stack {
  position: relative;
  min-height: 470px;
}
.visual-stack img {
  position: absolute;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(17,24,39,.18);
}
.visual-stack .v1 { width: 72%; right: 0; top: 0; aspect-ratio: 4/3; }
.visual-stack .v2 { width: 46%; left: 0; bottom: 0; aspect-ratio: 1/1; }
.visual-stack .badge-note {
  position: absolute;
  left: 28%;
  bottom: 42px;
  background: var(--dark);
  color: #fff;
  border-radius: 8px;
  padding: 18px 20px;
  max-width: 250px;
  box-shadow: 0 20px 50px rgba(17,24,39,.25);
}

.reasons {
  background: #fff;
}
.reasons::before {
  content: "ROUTE";
  position: absolute;
  right: clamp(18px, 5vw, 84px);
  top: 40px;
  color: rgba(37,99,235,.055);
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(82px, 13vw, 176px);
  font-weight: 800;
  letter-spacing: .04em;
  line-height: 1;
}
.reason-layout {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 54px;
  align-items: start;
}
.sticky-title { position: sticky; top: 110px; }
.reason-list {
  position: relative;
  border-top: 1px solid var(--line);
}
.reason-list::before {
  content: "";
  position: absolute;
  left: 54px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(180deg, rgba(37,99,235,.28), rgba(15,118,110,.18), rgba(37,99,235,.28));
}
.reason-item {
  position: relative;
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 26px;
  padding: 34px 0;
  border-bottom: 1px solid var(--line);
}
.reason-item::before {
  content: "";
  position: absolute;
  left: 49px;
  top: 52px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--blue);
  box-shadow: 0 0 0 7px rgba(37,99,235,.08);
}
.reason-num {
  font-family: "Space Grotesk", sans-serif;
  font-size: 48px;
  line-height: 1;
  color: var(--blue);
  font-weight: 800;
}
.reason-item h3 { margin: 0 0 8px; font-size: 24px; line-height: 1.35; }
.reason-item p { margin: 0; color: var(--muted); }

.services {
  background: var(--pale);
  overflow: hidden;
  scroll-margin-top: 92px;
}
.services::before {
  content: "";
  position: absolute;
  right: -80px;
  top: -60px;
  width: 520px;
  height: 320px;
  background: url("../images/deco-diagonal-1.png") center / cover no-repeat;
  opacity: .14;
  pointer-events: none;
}
.services::after {
  content: "SERVICE MAP";
  position: absolute;
  left: clamp(18px, 4vw, 72px);
  bottom: 38px;
  color: rgba(17,24,39,.055);
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(54px, 8vw, 116px);
  font-weight: 800;
  line-height: 1;
}
.service-flow {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: center;
  margin-top: 36px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(17,24,39,.1);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.92), rgba(238,244,248,.86)),
    #fff;
  box-shadow: 0 24px 60px rgba(17,24,39,.08);
  overflow: hidden;
}
.service-flow::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(37,99,235,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15,118,110,.045) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(90deg, transparent, #000 24%, #000 72%, transparent);
  pointer-events: none;
}
.flow-steps {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.flow-steps::before {
  content: "";
  position: absolute;
  left: 8.5%;
  right: 8.5%;
  top: 34px;
  height: 2px;
  background: linear-gradient(90deg, var(--blue), var(--teal), #8DE0D8);
}
.flow-steps li {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 8px;
  text-align: center;
  color: var(--ink);
}
.flow-steps li::after {
  content: "";
  position: absolute;
  right: -8px;
  top: 27px;
  width: 16px;
  height: 16px;
  border-top: 2px solid #8DE0D8;
  border-right: 2px solid #8DE0D8;
  transform: rotate(45deg);
}
.flow-steps li:last-child::after {
  display: none;
}
.flow-steps span {
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  border: 1px solid rgba(37,99,235,.18);
  border-radius: 50%;
  background: #fff;
  color: var(--blue);
  font-family: "Space Grotesk", sans-serif;
  font-weight: 800;
  box-shadow: 0 14px 34px rgba(37,99,235,.12);
}
.flow-steps strong {
  font-size: 18px;
  line-height: 1.35;
}
.flow-steps small {
  max-width: 130px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}
.bento {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 210px;
  gap: 14px;
  margin-top: 42px;
}
.tile {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: var(--ink);
  color: #fff;
  border: 1px solid rgba(17,24,39,.08);
  cursor: pointer;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.tile::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 16px;
  z-index: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(141,224,216,.9), rgba(255,255,255,0));
}
.tile.big { grid-column: span 2; grid-row: span 2; }
.tile.wide { grid-column: span 2; }
.bento .tile.wide:last-child { grid-column: span 2; }
.tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .9s cubic-bezier(.22,1,.36,1);
}
.tile:hover {
  transform: translateY(-3px);
  border-color: rgba(141,224,216,.48);
  box-shadow: 0 22px 54px rgba(17,24,39,.14);
}
.tile:hover img { transform: scale(1.04); }
.tile:focus-visible {
  outline: 3px solid rgba(37,99,235,.7);
  outline-offset: 3px;
}
.tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7,17,31,.08), rgba(7,17,31,.78));
}
.tile-content {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 18px;
  z-index: 1;
}
.tile-content span {
  display: block;
  color: #8DE0D8;
  font-family: "Space Grotesk", sans-serif;
  font-size: 11px;
  letter-spacing: .18em;
  margin-bottom: 8px;
}
.tile-content h3 { margin: 0; font-size: 22px; line-height: 1.35; }
.tile-content p { margin: 8px 0 0; color: rgba(255,255,255,.78); font-size: 13px; line-height: 1.7; }
.tile.text {
  background: var(--dark);
  display: flex;
  align-items: center;
  padding: 26px;
}
.tile.text::after {
  background:
    linear-gradient(135deg, rgba(37,99,235,.18), transparent 42%),
    linear-gradient(180deg, rgba(7,17,31,.08), rgba(7,17,31,.78));
}
.tile.text p { position: relative; z-index: 1; margin: 0; font-size: 18px; line-height: 1.9; }

.numbers {
  background: var(--dark);
  color: #fff;
  overflow: hidden;
  scroll-margin-top: 92px;
}
.numbers::before {
  content: "PROOF";
  position: absolute;
  right: -18px;
  top: 34px;
  color: rgba(255,255,255,.045);
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(96px, 18vw, 250px);
  font-weight: 800;
  letter-spacing: .04em;
  line-height: 1;
}
.numbers::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(141,224,216,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(141,224,216,.05) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, transparent 0%, #000 18%, transparent 92%);
  pointer-events: none;
}
.numbers .section-title, .numbers .section-lead { color: #fff; }
.numbers .section-lead { color: rgba(255,255,255,.68); }
.number-field {
  position: relative;
  min-height: 560px;
  margin-top: 34px;
}
.number-rule {
  position: absolute;
  left: 0;
  right: 0;
  top: 285px;
  height: 1px;
  background: rgba(255,255,255,.16);
}
.stat {
  position: absolute;
}
.stat::before {
  content: "";
  display: block;
  width: 72px;
  height: 3px;
  margin-bottom: 16px;
  background: linear-gradient(90deg, #8DE0D8, rgba(141,224,216,0));
}
.stat .value {
  display: flex;
  align-items: flex-start;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 800;
  line-height: .82;
  letter-spacing: 0;
}
.stat .unit {
  font-size: .22em;
  margin-left: .12em;
  margin-top: .4em;
  color: #8DE0D8;
}
.stat p {
  color: rgba(255,255,255,.68);
  font-size: 14px;
  margin: 14px 0 0;
  max-width: 260px;
}
.stat.growth {
  left: 0;
  right: 0;
  top: 0;
  padding: clamp(22px, 4vw, 42px);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(37,99,235,.12), rgba(15,118,110,.08)),
    rgba(255,255,255,.035);
  box-shadow: 0 28px 80px rgba(0,0,0,.18);
}
.stat.growth::before {
  position: absolute;
  left: clamp(22px, 4vw, 42px);
  top: clamp(22px, 4vw, 42px);
  margin: 0;
}
.growth-label {
  display: block;
  padding-left: 92px;
  color: #8DE0D8;
  font-family: "Space Grotesk", sans-serif;
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 800;
}
.growth-row {
  display: grid;
  grid-template-columns: minmax(170px, .58fr) auto minmax(320px, 1.25fr);
  gap: clamp(18px, 4vw, 56px);
  align-items: end;
  margin-top: 20px;
}
.growth-before .value {
  font-size: clamp(44px, 7vw, 88px);
  color: rgba(255,255,255,.66);
}
.growth-after .value {
  justify-content: flex-start;
  font-size: clamp(92px, 17vw, 220px);
  color: #8DE0D8;
}
.growth-arrow {
  align-self: center;
  color: rgba(141,224,216,.92);
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(38px, 6vw, 82px);
  line-height: 1;
}
.growth-before p,
.growth-after p {
  margin-top: 10px;
}
.growth-caption {
  max-width: none !important;
  margin-top: 18px !important;
  color: rgba(255,255,255,.78) !important;
}
.stat.s3 { left: 8%; top: 395px; }
.stat.s3 .value { font-size: clamp(70px, 12vw, 165px); }
.stat.s4 { right: 8%; top: 410px; }
.stat.s4 .value { font-size: clamp(78px, 12vw, 150px); color: #8DE0D8; -webkit-text-stroke: 0; }
.stat.s4 p { max-width: 360px; }

.message-grid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 52px;
  align-items: center;
}
.message-section {
  background: #fff;
}
.message-section::before {
  content: "";
  position: absolute;
  left: -70px;
  top: 88px;
  width: 330px;
  height: 330px;
  background: url("../images/deco-triangle-1.png") center / contain no-repeat;
  opacity: .13;
  pointer-events: none;
}
.message-section::after {
  content: "ANALYZE";
  position: absolute;
  right: clamp(18px, 5vw, 86px);
  bottom: 46px;
  color: rgba(15,118,110,.06);
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(64px, 10vw, 142px);
  font-weight: 800;
  letter-spacing: .04em;
  line-height: 1;
}
.portrait {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 4/5;
  background: #E6EBF2;
  box-shadow: 18px 18px 0 rgba(37,99,235,.08);
}
.portrait::after {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(255,255,255,.42);
  pointer-events: none;
}
.portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.message-body {
  position: relative;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 34px 0;
}
.message-body::before {
  content: "“";
  position: absolute;
  right: 0;
  top: -42px;
  color: rgba(37,99,235,.10);
  font-family: "Space Grotesk", sans-serif;
  font-size: 118px;
  line-height: 1;
}
.message-body p { margin: 0 0 1em; }
.signature { margin-top: 24px; font-weight: 800; color: var(--ink); }

.pricing {
  background: #fff;
  overflow: hidden;
}
.pricing::before {
  content: "3 MONTHS";
  position: absolute;
  left: clamp(18px, 5vw, 84px);
  top: 44px;
  color: rgba(37,99,235,.055);
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(74px, 12vw, 164px);
  font-weight: 800;
  letter-spacing: .03em;
  line-height: 1;
}
.price-panel {
  position: relative;
  margin-top: 36px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 26px 70px rgba(17,24,39,.08);
}
.price-panel::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 5px;
  z-index: 2;
  background: linear-gradient(90deg, var(--blue), var(--teal), #8DE0D8);
}
.price-main {
  background: var(--dark);
  color: #fff;
  padding: clamp(30px, 5vw, 58px);
}
.price-main h3 { margin: 0 0 16px; font-size: 28px; }
.price {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(52px, 8vw, 92px);
  font-weight: 800;
  line-height: 1;
}
.price small { font-size: 18px; color: rgba(255,255,255,.72); }
.price-list {
  padding: clamp(28px, 4vw, 50px);
  background: #fff;
}
.price-list ul { list-style: none; padding: 0; margin: 0; }
.price-list li {
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  color: #344054;
}
.price-list li:last-child { border-bottom: 0; }
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 38px;
}
.pricing-card {
  position: relative;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(215,222,232,.18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(37,99,235,.14), rgba(15,118,110,.08) 48%, rgba(7,17,31,.96)),
    var(--dark);
  color: #fff;
  padding: 24px;
  box-shadow: 0 24px 60px rgba(17,24,39,.12);
  scroll-margin-top: 110px;
}
.pricing-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, #000, transparent 70%);
  pointer-events: none;
}
.pricing-card::after {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  top: 18px;
  height: 1px;
  background: linear-gradient(90deg, rgba(141,224,216,.9), rgba(255,255,255,0));
}
.pricing-card.featured {
  border-color: rgba(141,224,216,.56);
  background:
    linear-gradient(135deg, rgba(37,99,235,.26), rgba(15,118,110,.16) 52%, rgba(7,17,31,.96)),
    var(--dark);
}
.pricing-head {
  position: relative;
  z-index: 1;
  padding: 18px 0 22px;
  border-bottom: 1px solid rgba(255,255,255,.13);
}
.pricing-head span {
  color: #8DE0D8;
  font-family: "Space Grotesk", sans-serif;
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 800;
}
.pricing-head h3 {
  margin: 12px 0 14px;
  font-size: 21px;
  line-height: 1.35;
}
.card-price {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 800;
  line-height: 1;
  color: #fff;
}
.card-price small {
  margin-left: 4px;
  font-family: "Zen Kaku Gothic New", system-ui, sans-serif;
  font-size: 17px;
  color: rgba(255,255,255,.72);
}
.contract-note {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-top: 12px;
  padding: 4px 10px;
  border: 1px solid rgba(141,224,216,.42);
  border-radius: 999px;
  background: rgba(141,224,216,.1);
  color: #8DE0D8;
  font-size: 12px;
  font-weight: 800;
}
.pricing-head p {
  margin: 16px 0 0;
  color: rgba(255,255,255,.68);
  font-size: 13px;
  line-height: 1.7;
}
.pricing-card ul {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  margin: 24px 0;
  padding: 0;
  list-style: none;
}
.pricing-card li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  color: rgba(255,255,255,.74);
  font-size: 13px;
  line-height: 1.6;
}
.pricing-card li::before {
  content: "✓";
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 50%;
  background: #8DE0D8;
  color: var(--dark);
  font-family: "Space Grotesk", sans-serif;
  font-size: 12px;
  font-weight: 800;
}
.card-cta {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: auto;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  color: rgba(255,255,255,.88);
  font-weight: 800;
  transition: transform .25s ease, background .25s ease, border-color .25s ease;
}
.card-cta:hover {
  transform: translateY(-2px);
  border-color: rgba(141,224,216,.64);
  background: rgba(255,255,255,.08);
}
.card-cta.primary {
  border-color: transparent;
  background: var(--blue);
  color: #fff;
}

.process {
  background: var(--dark);
  color: #fff;
  overflow: hidden;
}
.process::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(141,224,216,.08) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 96px 96px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 26%, transparent 100%);
}
.process::after {
  content: "PROCESS";
  position: absolute;
  left: clamp(18px, 4vw, 72px);
  bottom: 34px;
  color: rgba(255,255,255,.045);
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(78px, 12vw, 174px);
  font-weight: 800;
  letter-spacing: .04em;
  line-height: 1;
}
.process-layout {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 48px;
  align-items: start;
}
.process-side {
  position: sticky;
  top: 110px;
}
.process-side h2 { color: #fff; }
.big-step {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(100px, 14vw, 180px);
  font-weight: 800;
  line-height: .85;
  color: #8DE0D8;
}
.step-list { display: grid; gap: 14px; }
.step-card {
  position: relative;
  display: grid;
  grid-template-columns: 132px 1fr;
  gap: 22px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  padding: 18px;
  background: rgba(255,255,255,.04);
  overflow: hidden;
}
.step-card::before {
  content: attr(data-step);
  position: absolute;
  right: 18px;
  top: 4px;
  color: rgba(255,255,255,.055);
  font-family: "Space Grotesk", sans-serif;
  font-size: 58px;
  font-weight: 800;
  line-height: 1;
}
.step-card::after {
  content: "";
  position: absolute;
  left: 18px;
  top: 18px;
  bottom: 18px;
  width: 2px;
  background: linear-gradient(180deg, #8DE0D8, rgba(141,224,216,0));
}
.step-card img { width: 132px; height: 112px; object-fit: cover; border-radius: 6px; }
.step-card img,
.step-card div {
  position: relative;
  z-index: 1;
}
.step-card span { color: #8DE0D8; font-family: "Space Grotesk", sans-serif; font-size: 11px; letter-spacing: .16em; }
.step-card h3 { margin: 4px 0 6px; font-size: 20px; }
.step-card p { margin: 0; color: rgba(255,255,255,.68); font-size: 14px; }

.voice-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 40px;
  align-items: start;
}
.voice-section {
  background: #fff;
  overflow: hidden;
}
.voice-section::before {
  content: "USE CASE";
  position: absolute;
  left: clamp(18px, 5vw, 84px);
  top: 42px;
  color: rgba(15,118,110,.055);
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(68px, 11vw, 156px);
  font-weight: 800;
  letter-spacing: .04em;
  line-height: 1;
}
.voice-feature {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}
.voice-feature img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.voice-feature blockquote {
  margin: 0;
  padding: 28px;
  font-size: 22px;
  line-height: 1.65;
  font-weight: 800;
  color: var(--ink);
}
.voice-list {
  display: grid;
  gap: 14px;
}
.voice-item {
  position: relative;
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 16px;
  align-items: center;
  padding: 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}
.voice-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--blue), var(--teal));
}
.voice-item img { width: 86px; height: 86px; object-fit: cover; border-radius: 50%; }
.voice-item p { margin: 0; color: #344054; font-size: 14px; }

.faq {
  background: #fff;
  overflow: hidden;
}
.faq::before {
  content: "Q/A";
  position: absolute;
  right: clamp(18px, 5vw, 90px);
  top: 44px;
  color: rgba(37,99,235,.055);
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(88px, 14vw, 190px);
  font-weight: 800;
  letter-spacing: .02em;
  line-height: 1;
}
.faq-layout {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 52px;
  align-items: start;
}
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary {
  cursor: pointer;
  padding: 22px 0;
  font-weight: 800;
  list-style: none;
  display: flex;
  gap: 14px;
  align-items: center;
}
summary::-webkit-details-marker { display: none; }
summary::before {
  content: "Q";
  font-family: "Space Grotesk", sans-serif;
  color: var(--blue);
}
summary::after {
  content: "+";
  margin-left: auto;
  color: var(--teal);
  font-family: "Space Grotesk", sans-serif;
  font-size: 22px;
  line-height: 1;
}
details[open] summary::after { content: "−"; }
details p { margin: 0; padding: 0 0 22px 30px; color: var(--muted); }

.about-band {
  background: var(--pale);
  overflow: hidden;
}
.about-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(37,99,235,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15,118,110,.045) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(90deg, #000 0%, transparent 64%);
}
.about-band::after {
  content: "FOUNDATION";
  position: absolute;
  right: clamp(18px, 5vw, 86px);
  bottom: 34px;
  color: rgba(17,24,39,.05);
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(58px, 9vw, 132px);
  font-weight: 800;
  letter-spacing: .04em;
  line-height: 1;
}
.info-table {
  margin-top: 34px;
  border-top: 1px solid var(--line);
}
.info-row {
  display: grid;
  grid-template-columns: 220px 1fr;
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
}
.info-row dt { color: var(--muted); font-weight: 700; }
.info-row dd { margin: 0; color: var(--ink); font-weight: 700; }

.final-cta {
  position: relative;
  overflow: hidden;
  background: var(--dark);
  color: #fff;
  padding: 96px 0;
}
.final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7,17,31,.92), rgba(7,17,31,.68)), url("../images/section-bg-3.jpg") center / cover no-repeat;
}
.final-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(115deg, transparent 0 42%, rgba(141,224,216,.16) 42.2%, transparent 42.8%),
    linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px);
  background-size: 100% 100%, 72px 72px;
  pointer-events: none;
}
.cta-inner {
  position: relative;
  z-index: 1;
  width: min(980px, calc(100% - 48px));
  margin: 0 auto;
}
.cta-inner h2 {
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.2;
  margin: 0;
}
.cta-inner p { color: rgba(255,255,255,.76); max-width: 620px; margin: 22px 0 0; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }

.site-footer {
  background: #050B14;
  color: rgba(255,255,255,.74);
  padding: 54px 0 28px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 44px;
}
.footer-nav { display: flex; flex-wrap: wrap; gap: 16px; justify-content: flex-end; }
.footer-nav a { color: rgba(255,255,255,.82); font-size: 14px; }
.footer-info { margin-top: 24px; font-size: 13px; color: rgba(255,255,255,.58); }
.copyright {
  border-top: 1px solid rgba(255,255,255,.1);
  margin-top: 34px;
  padding-top: 18px;
  color: rgba(255,255,255,.42);
  font-size: 12px;
}

.page-hero {
  position: relative;
  overflow: hidden;
  background: var(--dark);
  color: #fff;
  padding: 96px 0 74px;
}
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7,17,31,.94), rgba(7,17,31,.62)), url("../images/section-bg-1.jpg") center / cover no-repeat;
}
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { font-size: clamp(34px, 5vw, 58px); line-height: 1.18; margin: 12px 0 0; }
.page-hero p { max-width: 680px; color: rgba(255,255,255,.72); }
.subpage-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 34px;
}
.sub-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
}
.case-card {
  padding: 0;
  overflow: hidden;
}
.case-card-link {
  display: block;
  height: 100%;
  padding: 24px;
  color: inherit;
}
.sub-card img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 18px;
}
.case-date {
  display: block;
  margin-bottom: 10px;
  color: var(--blue);
  font-family: "Space Grotesk", sans-serif;
  font-size: 12px;
  font-weight: 800;
}
.sub-card h2 {
  margin: 0 0 8px;
  font-size: 22px;
  line-height: 1.45;
}
.sub-card h3 { margin: 0 0 8px; font-size: 22px; }
.sub-card p { color: var(--muted); margin: 0; }
.case-eyecatch {
  max-width: 920px;
  margin: 0 0 28px;
}
.case-eyecatch img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--line);
}
.case-body {
  max-width: 920px;
}
.case-cta {
  max-width: 920px;
  margin-top: 24px;
  padding: 28px;
  border-radius: 8px;
  background: var(--dark);
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.case-cta p {
  margin: 0;
  color: rgba(255,255,255,.78);
  font-weight: 700;
}
.contact-box {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(28px, 5vw, 56px);
  margin-top: 34px;
}
.mail-link {
  display: inline-flex;
  padding: 16px 20px;
  background: var(--ink);
  color: #fff;
  border-radius: 999px;
  font-weight: 800;
  margin-top: 18px;
}
.privacy-body {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(28px, 5vw, 56px);
}
.privacy-body h2 { margin-top: 34px; }
.privacy-body h2:first-child { margin-top: 0; }

.reveal { opacity: 1; }

@media (max-width: 940px) {
  .nav { display: none; }
  .header-inner { grid-template-columns: 1fr auto; }
  .hero-inner,
  .intro-grid,
  .reason-layout,
  .message-grid,
  .price-panel,
  .process-layout,
  .voice-grid,
  .faq-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .search-panel { margin: 0; }
  .sticky-title, .process-side { position: static; }
  .service-flow { grid-template-columns: 1fr; }
  .bento { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .number-field { min-height: 0; display: grid; gap: 28px; }
  .stat { position: static !important; text-align: left !important; }
  .stat .value { justify-content: flex-start !important; }
  .number-rule { display: none; }
  .growth-row {
    grid-template-columns: minmax(150px, .58fr) auto minmax(240px, 1fr);
  }
  .subpage-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .container, .wide-container, .hero-inner, .cta-inner { width: min(100% - 32px, var(--max)); }
  .section { padding: 72px 0; }
  .header-inner { min-height: 68px; gap: 10px; }
  .brand-logo { width: 92px; }
  .header-actions .btn { min-height: 40px; padding: 9px 14px; font-size: 13px; }
  .hero { min-height: auto; }
  .hero-inner { display: block; min-height: auto; padding: 120px 0 58px; }
  .hero-bg { background: linear-gradient(180deg, rgba(7,17,31,.96), rgba(7,17,31,.78)), url("../images/fv.jpg") center / cover no-repeat; }
  .hero::before,
  .hero-copy::after { display: none; }
  .hero h1 { font-size: 34px; line-height: 1.22; }
  .hero .lead { font-size: 16px; }
  .search-panel { margin-top: 32px; }
  .hero-cta, .cta-actions { flex-direction: column; align-items: stretch; }
  .btn { width: 100%; }
  .search-body { padding: 18px; }
  .typed { font-size: 13px; }
  .visual-stack { min-height: 360px; }
  .reason-item { grid-template-columns: 1fr; gap: 10px; }
  .message-section .portrait {
    width: min(72vw, 300px);
    margin: 0 auto 26px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    box-shadow: 10px 10px 0 rgba(37,99,235,.08);
  }
  .service-flow {
    padding: 22px;
    gap: 24px;
  }
  .flow-steps {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .flow-steps::before {
    left: 34px;
    right: auto;
    top: 30px;
    bottom: 30px;
    width: 2px;
    height: auto;
  }
  .flow-steps li {
    grid-template-columns: 68px 1fr;
    justify-items: start;
    column-gap: 16px;
    text-align: left;
  }
  .flow-steps li::after {
    left: 27px;
    right: auto;
    top: auto;
    bottom: -10px;
    transform: rotate(135deg);
  }
  .flow-steps strong,
  .flow-steps small {
    grid-column: 2;
  }
  .flow-steps strong { align-self: end; }
  .flow-steps small { max-width: none; }
  .stat.growth::before { display: none; }
  .growth-label { padding-left: 0; }
  .growth-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .growth-before .value { font-size: 48px; }
  .growth-after .value { font-size: clamp(86px, 24vw, 118px); }
  .growth-arrow {
    justify-self: start;
    transform: rotate(90deg);
    font-size: 42px;
    margin: -4px 0;
  }
  .bento { grid-template-columns: 1fr; grid-auto-rows: 260px; }
  .pricing-grid { grid-template-columns: 1fr; }
  .tile.big, .tile.wide { grid-column: span 1; grid-row: span 1; }
  .step-card, .voice-item, .info-row { grid-template-columns: 1fr; }
  .step-card img { width: 100%; height: auto; aspect-ratio: 16/10; }
  .footer-nav { justify-content: flex-start; }
}


/* Inline additions from original index.html */
.hero { width: 100%; }
    .decor-layer { mix-blend-mode: multiply; }
    .oversized-pull { font-size: 96px; }
    @media (max-width: 768px) {
      .hero { width: 100%; }
    }
