:root {
  --ink: #f7fbff;
  --ink-dark: #07152f;
  --muted: rgba(233, 244, 255, .72);
  --muted-dark: #5b6980;
  --line: rgba(162, 210, 255, .24);
  --cyan: #62f4ff;
  --mint: #7effd4;
  --gold: #ffe16b;
  --blue: #075cff;
  --deep: #06142e;
  --navy: #09214b;
  --panel: rgba(9, 28, 62, .58);
  --glass: rgba(255, 255, 255, .1);
  --shadow: 0 30px 100px rgba(0, 17, 47, .5);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; min-height: 100%; }
body {
  font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  color: var(--ink);
  background: #f4f8ff;
}
a { color: inherit; }

.site-header {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 30;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  width: min(1180px, calc(100% - 40px));
  padding: 12px 14px 12px 18px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(5, 18, 43, .52);
  box-shadow: 0 20px 80px rgba(0, 18, 52, .22);
  backdrop-filter: blur(22px);
}
.brand, .nav a { color: var(--ink); text-decoration: none; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand-logo-lockup {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.brand-unit {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}
.brand-divider {
  width: 1px;
  height: 28px;
  background: rgba(247, 251, 255, .34);
}
.company-mark-img {
  display: block;
  width: 42px;
  height: 42px;
  object-fit: contain;
  padding: 4px;
  border-radius: 12px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 12px 34px rgba(126, 255, 212, .14);
}
.brand-mark-img {
  display: block;
  width: 42px;
  height: 42px;
  object-fit: contain;
  padding: 5px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 12px 34px rgba(126, 255, 212, .18);
}
.brand-word {
  color: var(--ink);
  font: 900 22px/1 "Space Grotesk", sans-serif;
  letter-spacing: -.03em;
}
.company-word {
  color: var(--ink);
  font-size: 18px;
  font-weight: 900;
  white-space: nowrap;
}
.nav-links { display: flex; align-items: center; gap: 24px; }
.nav-links a { position: relative; color: rgba(247,251,255,.78); font-size: 14px; text-decoration: none; transition: color .2s ease; }
.nav-links a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 18px rgba(126,255,212,.6);
  opacity: 0;
  transform: translateX(-50%) scale(.6);
  transition: opacity .2s ease, transform .2s ease;
}
.nav-links a:hover,
.nav-links a.is-current { color: var(--ink); }
.nav-links a.is-current::after { opacity: 1; transform: translateX(-50%) scale(1); }
.nav-cta {
  padding: 12px 18px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 999px;
  color: var(--ink);
  text-decoration: none;
  font-weight: 800;
  background: rgba(255,255,255,.1);
}
.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%;
  color: var(--ink);
  background: rgba(255,255,255,.1);
  cursor: pointer;
}
.nav-toggle span {
  display: block;
  width: 17px;
  height: 2px;
  margin: 2px 0;
  border-radius: 999px;
  background: currentColor;
  transition: transform .22s ease, opacity .22s ease;
}
.site-header.is-open .nav-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.site-header.is-open .nav-toggle span:nth-child(2) { opacity: 0; }
.site-header.is-open .nav-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 76% 18%, rgba(98, 244, 255, .22), transparent 34%),
    radial-gradient(circle at 16% 76%, rgba(255, 225, 107, .12), transparent 30%),
    linear-gradient(120deg, #06142e 0%, #08265d 42%, #0868e8 100%);
}
#network-canvas, .aurora, .noise { position: absolute; inset: 0; pointer-events: none; }
#network-canvas { z-index: -5; opacity: .72; }
.aurora { z-index: -4; filter: blur(34px); opacity: .72; mix-blend-mode: screen; }
.aurora-a { background: radial-gradient(ellipse at 52% 44%, rgba(126, 255, 212, .3), transparent 34%); animation: driftA 14s ease-in-out infinite alternate; }
.aurora-b { background: radial-gradient(ellipse at 82% 65%, rgba(7, 92, 255, .52), transparent 42%); animation: driftB 18s ease-in-out infinite alternate; }
.noise { z-index: -3; opacity: .08; background-image: radial-gradient(rgba(255,255,255,.55) 1px, transparent 1px); background-size: 4px 4px; }

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(420px, .92fr) minmax(520px, 1.08fr);
  align-items: center;
  gap: 34px;
  width: min(1440px, calc(100% - 80px));
  min-height: 100vh;
  margin: 0 auto;
  padding: 120px 0 98px;
}
.hero-copy { max-width: 720px; }
.eyebrow, .kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 24px;
  color: var(--mint);
  font: 700 13px/1 "Space Grotesk", sans-serif;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.eyebrow span { width: 36px; height: 2px; border-radius: 999px; background: linear-gradient(90deg, var(--gold), var(--mint)); }
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin: 0;
  font-size: clamp(56px, 6vw, 98px);
  line-height: 1.02;
  letter-spacing: -.06em;
}
h1 span { display: block; white-space: nowrap; }
.lead {
  max-width: 680px;
  margin: 38px 0 0;
  color: var(--muted);
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.85;
}
.lead em {
  position: relative;
  color: rgba(235, 248, 255, .96);
  font-style: normal;
  font-weight: 800;
  text-shadow: 0 0 14px rgba(45, 214, 255, .12);
}
.lead em::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: .02em;
  height: 1px;
  background: linear-gradient(90deg, rgba(36, 221, 210, .42), rgba(7, 92, 255, .18));
  z-index: -1;
}
.hero-actions { display: flex; gap: 16px; margin-top: 38px; flex-wrap: wrap; }
.primary, .secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  color: var(--ink);
  text-decoration: none;
  font-weight: 900;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
}
.primary { color: #06142e; background: linear-gradient(135deg, var(--mint), var(--gold)); box-shadow: 0 20px 60px rgba(126, 255, 212, .23); }
.secondary { border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.08); }
.primary:hover,
.secondary:hover,
.nav-cta:hover { transform: translateY(-2px); }
.wide { width: 100%; margin-top: 18px; }
.metrics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 52px; }
.metrics article { padding: 18px 18px 20px; border: 1px solid var(--line); border-radius: 24px; background: rgba(5, 19, 47, .36); backdrop-filter: blur(22px); }
.metrics strong { display: block; font: 700 clamp(34px, 3vw, 48px)/1 "Space Grotesk", sans-serif; }
.metrics span { display: block; margin-top: 10px; color: var(--muted); font-size: 14px; line-height: 1.5; }

.hero-visual { position: relative; min-height: 650px; display: grid; place-items: center; perspective: 1200px; }
.phone-shell {
  position: relative;
  width: min(350px, 60vw);
  aspect-ratio: 9/18.5;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 44px;
  padding: 14px;
  background: linear-gradient(145deg, rgba(255,255,255,.22), rgba(255,255,255,.05));
  box-shadow: var(--shadow), inset 0 0 0 1px rgba(255,255,255,.08);
  transform: rotateX(8deg) rotateY(-16deg) rotateZ(3deg);
  animation: phoneFloat 7s ease-in-out infinite;
}
.phone-glare { position: absolute; inset: -1px; border-radius: inherit; background: linear-gradient(115deg, transparent 0 38%, rgba(255,255,255,.28) 46%, transparent 56%); opacity: .48; animation: glare 5.8s ease-in-out infinite; }
.phone-screen { position: relative; height: 100%; overflow: hidden; border-radius: 34px; padding: 22px; background: radial-gradient(circle at 78% 8%, rgba(126,255,212,.22), transparent 28%), linear-gradient(180deg, #071838, #09285d 64%, #063b84); }
.status { display: flex; gap: 6px; justify-content: flex-end; }
.status span { width: 7px; height: 7px; border-radius: 99px; background: rgba(255,255,255,.64); }
.app-card, .chart-card, .ad-preview { border: 1px solid rgba(255,255,255,.14); border-radius: 22px; background: rgba(255,255,255,.1); box-shadow: inset 0 1px rgba(255,255,255,.12); backdrop-filter: blur(14px); }
.top-card { margin-top: 30px; padding: 20px; }
.top-card small, .ad-preview small { color: var(--muted); }
.top-card strong { display: block; margin-top: 8px; font: 700 34px/1 "Space Grotesk", sans-serif; }
.bars { display: flex; align-items: end; gap: 8px; height: 84px; margin-top: 20px; }
.bars i { flex: 1; min-height: 18px; border-radius: 999px 999px 8px 8px; background: linear-gradient(180deg, var(--mint), rgba(98,244,255,.18)); animation: bars 2.8s ease-in-out infinite; }
.bars i:nth-child(1) { height: 34%; animation-delay: .1s; }
.bars i:nth-child(2) { height: 68%; animation-delay: .3s; }
.bars i:nth-child(3) { height: 48%; animation-delay: .5s; }
.bars i:nth-child(4) { height: 86%; animation-delay: .7s; }
.bars i:nth-child(5) { height: 62%; animation-delay: .9s; }
.ad-preview { display: flex; align-items: center; gap: 14px; margin-top: 16px; padding: 14px; }
.creative { width: 54px; height: 54px; border-radius: 16px; background: linear-gradient(135deg, var(--gold), #ff7a59 50%, var(--blue)); }
.ad-preview b { display: block; margin-bottom: 4px; }
.ad-preview small { display: block; font-size: 12px; }
.chart-card { position: absolute; left: 22px; right: 22px; bottom: 24px; padding: 14px; }
.gridline { fill: none; stroke: rgba(255,255,255,.1); stroke-width: 1; }
.growth { fill: none; stroke: url(#line); stroke-width: 7; stroke-linecap: round; stroke-dasharray: 380; animation: draw 3.8s ease-in-out infinite; }
.orbit { position: absolute; border: 1px solid rgba(126,255,212,.2); border-radius: 50%; transform: rotateX(68deg) rotateZ(-18deg); }
.orbit::after { content: ""; position: absolute; width: 12px; height: 12px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 32px var(--gold); }
.orbit-one { width: 620px; height: 620px; animation: spin 14s linear infinite; }
.orbit-two { width: 470px; height: 470px; animation: spin 10s linear infinite reverse; }
.orbit-one::after { top: 80px; left: 92px; }
.orbit-two::after { right: 42px; bottom: 108px; background: var(--mint); box-shadow: 0 0 32px var(--mint); }
.float-card { position: absolute; min-width: 166px; padding: 16px 18px; border: 1px solid var(--line); border-radius: 22px; background: rgba(5, 19, 47, .56); box-shadow: 0 20px 60px rgba(0,0,0,.24); backdrop-filter: blur(20px); animation: cardFloat 6s ease-in-out infinite; }
.float-card strong { display: block; margin-top: 12px; font: 700 36px/1 "Space Grotesk", sans-serif; }
.float-card small { display: block; margin-top: 8px; color: var(--muted); }
.card-left { left: 4%; top: 22%; }
.card-right { right: 2%; top: 30%; animation-delay: -1.6s; }
.card-bottom { right: 16%; bottom: 13%; animation-delay: -3s; }
.chip { display: inline-flex; padding: 6px 9px; border-radius: 999px; color: #03152b; background: var(--mint); font: 700 11px/1 "Space Grotesk", sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.chip.hot { background: #ff9aa2; }
.chip.gold { background: var(--gold); }
.partner-strip { position: absolute; left: 50%; bottom: 28px; z-index: 4; transform: translateX(-50%); display: flex; gap: 10px; width: min(920px, calc(100% - 80px)); padding: 10px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.07); backdrop-filter: blur(18px); }
.partner-strip span { flex: 1; min-width: max-content; padding: 10px 16px; border-radius: 999px; text-align: center; color: rgba(247,251,255,.72); background: rgba(255,255,255,.06); font: 700 12px/1 "Space Grotesk", sans-serif; letter-spacing: .08em; }
.scroll-cue { position: absolute; left: 38px; bottom: 42px; width: 28px; height: 48px; border: 1px solid rgba(255,255,255,.34); border-radius: 999px; }
.scroll-cue span { position: absolute; left: 50%; top: 10px; width: 4px; height: 8px; border-radius: 99px; background: var(--ink); transform: translateX(-50%); animation: scrollDot 1.8s ease-in-out infinite; }

.section { padding: 110px 0; color: var(--ink-dark); }
.section-heading { width: min(900px, calc(100% - 40px)); margin: 0 auto 46px; text-align: center; }
.section-heading .kicker, .split-copy .kicker, .contact-card .kicker { color: #0966ff; margin-bottom: 18px; }
.section h2, .contact-card h2 { margin-bottom: 18px; font-size: clamp(34px, 4vw, 58px); line-height: 1.12; letter-spacing: -.04em; }
.section-heading p, .split-copy p, .contact-card p { color: var(--muted-dark); font-size: 18px; line-height: 1.8; }
.service-grid, .format-grid, .case-grid { display: grid; width: min(1180px, calc(100% - 40px)); margin: 0 auto; gap: 22px; }
.service-grid { grid-template-columns: repeat(4, 1fr); }
.service-card, .format-card, .case-card, .dashboard, .contact-card { border: 1px solid rgba(8, 39, 91, .1); background: rgba(255,255,255,.86); box-shadow: 0 24px 80px rgba(7, 31, 70, .08); }
.service-card { min-height: 300px; padding: 30px; border-radius: var(--radius); transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover, .format-card:hover, .case-card:hover { transform: translateY(-6px); box-shadow: 0 30px 90px rgba(7, 31, 70, .13); }
.service-card span { display: block; margin-bottom: 44px; color: #0b63ff; font: 700 42px/1 "Space Grotesk", sans-serif; }
.service-card h3, .format-card h3, .case-card h3 { margin-bottom: 14px; font-size: 23px; }
.service-card p, .format-card p, .case-card p, .check-list { color: var(--muted-dark); line-height: 1.75; }
.split-section { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 48px; width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.split-copy { color: var(--ink-dark); }
.check-list { padding: 0; margin: 28px 0 0; list-style: none; }
.check-list li { position: relative; padding-left: 34px; margin: 15px 0; }
.check-list li::before { content: ""; position: absolute; left: 0; top: .35em; width: 20px; height: 20px; border-radius: 50%; background: linear-gradient(135deg, var(--mint), var(--gold)); box-shadow: 0 8px 18px rgba(21, 199, 154, .22); }
.dashboard { position: relative; overflow: hidden; padding: 34px; border-radius: 34px; color: var(--ink); background: radial-gradient(circle at 82% 20%, rgba(126,255,212,.24), transparent 30%), linear-gradient(145deg, #071838, #0b3c8e); }
.dashboard::after { content: ""; position: absolute; inset: auto -20% -38% 12%; height: 220px; background: rgba(98,244,255,.12); filter: blur(26px); transform: rotate(-8deg); }
.dash-top, .dash-row { display: flex; justify-content: space-between; align-items: center; gap: 18px; }
.dash-top span { color: var(--muted); font: 700 13px/1 "Space Grotesk", sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.dash-top b { padding: 7px 10px; border-radius: 999px; color: #05204a; background: var(--mint); }
.dash-number { margin-top: 30px; font: 700 clamp(48px, 6vw, 76px)/1 "Space Grotesk", sans-serif; }
.dashboard p { color: var(--muted); }
.dash-bars { display: flex; align-items: end; gap: 12px; height: 180px; margin: 36px 0; padding: 18px; border-radius: 24px; background: rgba(255,255,255,.08); }
.dash-bars span { flex: 1; height: var(--h); border-radius: 999px 999px 8px 8px; background: linear-gradient(180deg, var(--gold), var(--mint)); animation: bars 2.8s ease-in-out infinite; }
.dash-row { position: relative; z-index: 1; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.13); color: var(--muted); }
.dash-row strong { color: var(--ink); font: 700 26px/1 "Space Grotesk", sans-serif; }

.proof-section {
  background:
    radial-gradient(circle at 10% 20%, rgba(7,92,255,.08), transparent 28%),
    linear-gradient(180deg, #f4f8ff, #ffffff);
}
.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}
.proof-card {
  min-height: 270px;
  padding: 30px;
  border: 1px solid rgba(8, 39, 91, .1);
  border-radius: var(--radius);
  color: var(--ink-dark);
  background: linear-gradient(180deg, rgba(255,255,255,.94), rgba(237,245,255,.86));
  box-shadow: 0 24px 80px rgba(7, 31, 70, .08);
}
.proof-card strong {
  display: block;
  margin-bottom: 16px;
  color: #075cff;
  font: 700 clamp(42px, 5vw, 64px)/1 "Space Grotesk", sans-serif;
}
.proof-card span {
  display: block;
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 900;
}
.proof-card p { color: var(--muted-dark); line-height: 1.75; }

.strength-section {
  position: relative;
  overflow: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 12%, rgba(126,255,212,.18), transparent 28%),
    radial-gradient(circle at 86% 24%, rgba(7,92,255,.34), transparent 34%),
    linear-gradient(135deg, #06142e 0%, #071c42 48%, #0a2f71 100%);
}
.strength-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .13;
  background-image:
    linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, transparent, #000 18%, #000 82%, transparent);
}
.strength-section > * { position: relative; z-index: 1; }
.strength-section .section-heading p { color: var(--muted); }
.capital-panel,
.award-panel {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 22px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(255,255,255,.12), rgba(255,255,255,.05));
  box-shadow: 0 30px 100px rgba(0, 17, 47, .34);
  backdrop-filter: blur(24px);
}
.capital-panel {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 38px;
  align-items: center;
  padding: 38px;
}
.panel-label {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--mint);
  font: 800 12px/1 "Space Grotesk", sans-serif;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.capital-panel h3,
.award-panel h3 {
  margin: 0;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.16;
}
.capital-panel p,
.award-copy p {
  max-width: 720px;
  color: rgba(233,244,255,.74);
  line-height: 1.82;
}
.capital-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.capital-list span {
  position: relative;
  min-height: 74px;
  padding: 18px 18px 18px 46px;
  border: 1px solid rgba(126,255,212,.22);
  border-radius: 22px;
  color: rgba(247,251,255,.9);
  background: rgba(4, 17, 41, .42);
  font-weight: 900;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
}
.capital-list span::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 24px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--mint), var(--gold));
  box-shadow: 0 0 22px rgba(126,255,212,.6);
}
.platform-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  width: min(1180px, calc(100% - 40px));
  margin: 22px auto;
}
.platform-card {
  min-height: 278px;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 30px;
  background:
    radial-gradient(circle at 80% 8%, rgba(126,255,212,.18), transparent 34%),
    rgba(255,255,255,.08);
  box-shadow: 0 26px 80px rgba(0, 17, 47, .24);
}
.platform-card span {
  display: inline-grid;
  width: 70px;
  height: 70px;
  place-items: center;
  margin-bottom: 54px;
  border-radius: 22px;
  color: #06142e;
  background: linear-gradient(135deg, var(--mint), var(--gold));
  font: 900 19px/1 "Space Grotesk", sans-serif;
}
.platform-card h3 {
  margin: 0 0 14px;
  font-size: 24px;
}
.platform-card p {
  margin: 0;
  color: rgba(233,244,255,.7);
  line-height: 1.72;
}
.award-panel {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 28px;
  align-items: start;
  padding: 34px;
}
.award-wall {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.award-card {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 22px;
  background: rgba(255,255,255,.1);
  box-shadow: 0 18px 50px rgba(0, 17, 47, .2);
}
.award-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1.35;
  object-fit: cover;
  background: #f7fbff;
}
.award-card span {
  display: block;
  padding: 14px 15px 16px;
  color: rgba(247,251,255,.9);
  font-size: 14px;
  font-weight: 900;
}

/* Refined strength section: keep it consistent with the site's clean, airy visual system. */
.strength-section {
  color: var(--ink-dark);
  background:
    radial-gradient(circle at 8% 16%, rgba(126,255,212,.28), transparent 28%),
    radial-gradient(circle at 92% 20%, rgba(7,92,255,.12), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f3f8ff 54%, #eef5ff 100%);
}
.capital-section {
  background:
    radial-gradient(circle at 8% 12%, rgba(126,255,212,.3), transparent 30%),
    linear-gradient(180deg, #ffffff, #f6fbff);
}
.platform-section {
  background:
    radial-gradient(circle at 88% 12%, rgba(7,92,255,.14), transparent 32%),
    linear-gradient(180deg, #eef5ff, #f8fbff);
}
.credentials-section {
  background:
    radial-gradient(circle at 12% 12%, rgba(255,225,107,.2), transparent 28%),
    linear-gradient(180deg, #ffffff, #f4f8ff);
}
.strength-section::before { display: none; }
.strength-section .section-heading p { color: var(--muted-dark); }
.strength-section .kicker { color: #075cff; }
.strength-block {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}
.strength-block .section-heading {
  width: min(900px, 100%);
}
.capital-panel,
.award-panel {
  width: 100%;
  border: 1px solid rgba(8,39,91,.09);
  background: rgba(255,255,255,.78);
  box-shadow: 0 24px 80px rgba(7,31,70,.08);
  backdrop-filter: blur(18px);
}
.capital-panel {
  grid-template-columns: .95fr 1.05fr;
  padding: 34px;
}
.panel-label {
  color: #075cff;
}
.capital-panel h3,
.award-panel h3 {
  color: var(--ink-dark);
  letter-spacing: -.04em;
}
.capital-panel p,
.award-copy p {
  color: var(--muted-dark);
}
.capital-list {
  grid-template-columns: repeat(3, 1fr);
}
.capital-list span {
  min-height: 92px;
  padding: 20px 18px;
  border: 1px solid rgba(7,92,255,.11);
  color: #15335f;
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(239,246,255,.9));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 16px 42px rgba(7,31,70,.06);
}
.capital-list span::before {
  position: static;
  display: block;
  width: 9px;
  height: 9px;
  margin-bottom: 18px;
  box-shadow: 0 0 0 7px rgba(7,92,255,.08);
  background: #075cff;
}
.platform-grid {
  width: 100%;
  gap: 16px;
}
.dsp-hero-panel {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 28px;
  align-items: stretch;
  width: 100%;
  margin-bottom: 18px;
  padding: 34px;
  border: 1px solid rgba(8,39,91,.09);
  border-radius: 34px;
  background:
    radial-gradient(circle at 88% 14%, rgba(126,255,212,.28), transparent 30%),
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(239,246,255,.86));
  box-shadow: 0 24px 80px rgba(7,31,70,.08);
}
.dsp-hero-panel h3 {
  max-width: 680px;
  margin: 0;
  color: var(--ink-dark);
  font-size: clamp(30px, 3.2vw, 48px);
  line-height: 1.12;
  letter-spacing: -.045em;
}
.dsp-hero-panel p {
  max-width: 720px;
  margin-top: 24px;
  color: var(--muted-dark);
  line-height: 1.82;
}
.dsp-metrics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.dsp-metrics span {
  display: flex;
  min-height: 118px;
  flex-direction: column;
  justify-content: center;
  padding: 18px;
  border: 1px solid rgba(7,92,255,.1);
  border-radius: 24px;
  color: #52637a;
  background: rgba(255,255,255,.76);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
  font-weight: 800;
}
.dsp-metrics strong {
  margin-bottom: 10px;
  color: #075cff;
  font: 900 clamp(32px, 4vw, 52px)/1 "Space Grotesk", sans-serif;
  letter-spacing: -.05em;
}
.dsp-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  width: 100%;
  margin: 18px 0;
}
.dsp-card {
  position: relative;
  overflow: hidden;
  min-height: 292px;
  padding: 28px;
  border: 1px solid rgba(8,39,91,.09);
  border-radius: 30px;
  background:
    radial-gradient(circle at 82% 16%, color-mix(in srgb, var(--accent, #075cff) 18%, transparent), transparent 30%),
    linear-gradient(160deg, rgba(255,255,255,.96), color-mix(in srgb, var(--accent, #075cff) 7%, #f7fbff));
  box-shadow: 0 22px 70px rgba(7,31,70,.07);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.dsp-card::before {
  content: "";
  position: absolute;
  right: 24px;
  top: 26px;
  width: 82px;
  height: 82px;
  border-radius: 28px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--accent, #075cff) 72%, white), color-mix(in srgb, var(--accent-2, #25d6c8) 74%, white));
  opacity: .13;
  transform: rotate(12deg);
  animation: cardPulse 5.8s ease-in-out infinite;
}
.dsp-card::after {
  content: "";
  position: absolute;
  right: 34px;
  top: 116px;
  width: 118px;
  height: 1px;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--accent, #075cff) 42%, transparent));
}
.dsp-card:nth-child(1) { --accent: #075cff; --accent-2: #23d7d3; }
.dsp-card:nth-child(2) { --accent: #18a86b; --accent-2: #9ee75b; }
.dsp-card:nth-child(3) { --accent: #ff8a00; --accent-2: #ff4f81; }
.dsp-card:nth-child(4) { --accent: #6b5cff; --accent-2: #22c6ff; }
.dsp-card:hover {
  transform: translateY(-7px);
  border-color: color-mix(in srgb, var(--accent, #075cff) 26%, transparent);
  box-shadow: 0 30px 90px color-mix(in srgb, var(--accent, #075cff) 18%, rgba(7,31,70,.12));
}
.dsp-card span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 32px;
  margin-bottom: 58px;
  padding: 0 12px;
  border-radius: 999px;
  color: var(--accent, #075cff);
  background: color-mix(in srgb, var(--accent, #075cff) 9%, white);
  font: 900 13px/1 "Space Grotesk", sans-serif;
  letter-spacing: .16em;
}
.dsp-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 14px;
  color: var(--ink-dark);
  font-size: 24px;
}
.dsp-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--muted-dark);
  line-height: 1.72;
}
.compact-platform-grid {
  grid-template-columns: repeat(4, 1fr);
  margin-top: 18px;
}
.platform-card {
  position: relative;
  overflow: hidden;
  min-height: 244px;
  padding: 26px;
  border: 1px solid rgba(8,39,91,.09);
  background:
    radial-gradient(circle at 84% 18%, color-mix(in srgb, var(--accent, #075cff) 14%, transparent), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.96), color-mix(in srgb, var(--accent, #075cff) 7%, #edf6ff));
  box-shadow: 0 22px 70px rgba(7,31,70,.07);
  transition: transform .28s ease, box-shadow .28s ease;
}
.platform-card::before {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -38px;
  width: 148px;
  height: 148px;
  border: 1px solid color-mix(in srgb, var(--accent, #075cff) 24%, transparent);
  border-radius: 50%;
  opacity: .8;
}
.platform-card::after {
  content: "";
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: linear-gradient(135deg, color-mix(in srgb, var(--accent, #075cff) 64%, white), color-mix(in srgb, var(--accent-2, #25d6c8) 70%, white));
  opacity: .1;
  animation: cardPulse 6.4s ease-in-out infinite reverse;
}
.platform-card:nth-child(1) { --accent: #0d6cff; --accent-2: #20d7ff; }
.platform-card:nth-child(2) { --accent: #16b982; --accent-2: #80e75a; }
.platform-card:nth-child(3) { --accent: #755cff; --accent-2: #22c6ff; }
.platform-card:nth-child(4) { --accent: #ff7a1a; --accent-2: #ff4f8a; }
.platform-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 90px color-mix(in srgb, var(--accent, #075cff) 16%, rgba(7,31,70,.12));
}
.platform-card span {
  position: relative;
  z-index: 1;
  width: auto;
  height: auto;
  margin-bottom: 58px;
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--accent, #075cff);
  background: color-mix(in srgb, var(--accent, #075cff) 10%, white);
  font-size: 13px;
  letter-spacing: .12em;
}
.platform-card h3 {
  position: relative;
  z-index: 1;
  color: var(--ink-dark);
}
.platform-card p {
  position: relative;
  z-index: 1;
  color: var(--muted-dark);
}
.compact-platform-grid .platform-card {
  min-height: 220px;
}
.compact-platform-grid .platform-card span {
  margin-bottom: 42px;
}
.award-panel {
  grid-template-columns: 1fr;
  padding: 34px;
}
.award-copy {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 22px;
}
.award-copy p {
  max-width: 520px;
  margin: 0;
}
.award-wall {
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}
.award-card {
  border: 1px solid rgba(8,39,91,.09);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 48px rgba(7,31,70,.06);
}
.award-card img {
  aspect-ratio: 1.18;
  object-fit: contain;
  padding: 12px;
  background: linear-gradient(180deg, #f8fbff, #eef5ff);
}
.award-card span {
  min-height: 54px;
  padding: 12px 10px 14px;
  color: #15335f;
  font-size: 13px;
  text-align: center;
}

.formats-section { background: linear-gradient(180deg, #f4f8ff, #eaf2ff); }
.format-showcase {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 20px;
  border: 1px solid rgba(8,39,91,.09);
  border-radius: 34px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 26px 80px rgba(7,31,70,.08);
}
.format-tabs,
.budget-tab-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}
.format-tabs button,
.budget-tab-list button {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 48px;
  padding: 0 17px 0 13px;
  border: 1px solid rgba(8,39,91,.09);
  border-radius: 999px;
  color: #47607f;
  background: #fff;
  font: 900 14px/1 "Noto Sans SC", sans-serif;
  cursor: pointer;
  transition: color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease;
}
.format-tabs button:focus-visible,
.budget-tab-list button:focus-visible,
.case-controls button:focus-visible,
.nav-toggle:focus-visible,
.primary:focus-visible,
.secondary:focus-visible,
.nav-cta:focus-visible,
.developer-card a:focus-visible,
.contact-panel a:focus-visible {
  outline: 3px solid rgba(126,255,212,.78);
  outline-offset: 3px;
}
.format-tabs button:hover,
.budget-tab-list button:hover {
  transform: translateY(-1px);
  color: #075cff;
  box-shadow: 0 12px 30px rgba(7,31,70,.08);
}
.format-tabs button.is-active,
.budget-tab-list button.is-active {
  border-color: transparent;
  color: #fff;
  background: linear-gradient(135deg, #075cff, #27bfd0);
  box-shadow: 0 16px 38px rgba(7,92,255,.18);
}
.format-tabs {
  width: max-content;
  max-width: 100%;
  padding: 8px;
  border: 1px solid rgba(8,39,91,.08);
  border-radius: 999px;
  background: rgba(255,255,255,.78);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 18px 46px rgba(7,31,70,.08);
}
.format-tabs button {
  position: relative;
  isolation: isolate;
  min-height: 56px;
  padding: 0 24px;
  overflow: hidden;
  border-color: rgba(8,39,91,.07);
  color: #304b70;
  background: linear-gradient(180deg, #fff, #f6faff);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
}
.format-tabs button::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 0;
  border-radius: inherit;
  background: linear-gradient(115deg, transparent 8%, rgba(126,255,212,.52) 36%, rgba(7,92,255,.4) 52%, transparent 78%);
  opacity: 0;
  transform: translateX(-120%);
}
.format-tabs button::after {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 9px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #7effd4, #ffe16b);
  opacity: 0;
  transform: scaleX(.38);
  transition: opacity .22s ease, transform .22s ease;
}
.format-tabs button:hover {
  color: #075cff;
  transform: translateY(-2px);
}
.format-tabs button:hover::before {
  animation: tabSheen .9s ease both;
}
.format-tabs button.is-active {
  color: #fff;
  background: linear-gradient(135deg, #075cff 0%, #1597e6 48%, #27bfd0 100%);
  box-shadow: 0 18px 42px rgba(7,92,255,.22), inset 0 1px 0 rgba(255,255,255,.24);
}
.format-tabs button.is-active::before {
  opacity: .42;
  animation: tabSheen 2.8s ease-in-out infinite;
}
.format-tabs button.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}
.budget-tab-icon {
  display: inline-grid;
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  place-items: center;
  border-radius: 50%;
  color: #075cff;
  background: linear-gradient(180deg, #f8fbff, #e7f1ff);
  box-shadow: inset 0 0 0 1px rgba(8,39,91,.06);
  font: 900 13px/1 "Space Grotesk", sans-serif;
}
.budget-tab-icon img {
  display: block;
  width: 18px;
  height: 18px;
  object-fit: contain;
  border-radius: 6px;
}
.budget-tab-icon.image-icon {
  background: #fff;
}
.budget-tab-icon.brand-icon {
  overflow: hidden;
}
.budget-tab-icon.brand-icon img {
  width: 17px;
  height: 17px;
  object-fit: contain;
}
.budget-tab-icon.emoji-icon,
.budget-tab-icon.globe-icon {
  font-size: 15px;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
}
.budget-tab-list button.is-active .budget-tab-icon {
  color: #075cff;
  background: rgba(255,255,255,.96);
  box-shadow: 0 8px 18px rgba(0, 41, 120, .16);
}
.format-panel {
  display: none;
  grid-template-columns: minmax(320px, .86fr) minmax(0, 1.14fr);
  gap: 32px;
  align-items: center;
  min-height: 500px;
  padding: 20px;
  border-radius: 26px;
  background:
    radial-gradient(circle at 90% 8%, rgba(126,255,212,.2), transparent 30%),
    linear-gradient(135deg, #f8fbff, #eef6ff);
}
.format-panel.is-active {
  display: grid;
  animation: panelIn .28s ease both;
}
.format-panel img {
  display: block;
  width: auto;
  height: auto;
  max-width: min(390px, 100%);
  max-height: 560px;
  justify-self: center;
  border-radius: 24px;
  object-fit: contain;
  background: linear-gradient(180deg, #fff, #eef5ff);
  box-shadow: 0 24px 70px rgba(7,31,70,.12);
}
.format-panel span {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  color: #075cff;
  background: rgba(7,92,255,.08);
  font: 700 12px/1 "Space Grotesk", sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.format-panel h3 {
  margin: 0 0 18px;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.1;
  letter-spacing: -.04em;
}
.format-panel p {
  max-width: 620px;
  color: var(--muted-dark);
  font-size: 18px;
  line-height: 1.85;
}
.format-panel ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
  margin: 30px 0 0;
  list-style: none;
}
.format-panel li {
  min-height: 84px;
  padding: 18px;
  border: 1px solid rgba(8,39,91,.08);
  border-radius: 20px;
  color: #1c3a64;
  background: rgba(255,255,255,.78);
  font-weight: 900;
  line-height: 1.5;
}
.format-grid { grid-template-columns: repeat(4, 1fr); }
.format-card { position: relative; overflow: hidden; min-height: 330px; padding: 18px 18px 26px; border-radius: var(--radius); }
.format-card img {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  margin-bottom: 24px;
  border-radius: 22px;
  object-fit: cover;
  background: #eef5ff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
}
.format-card h3,
.format-card p {
  padding: 0 10px;
}
.process-section { background: var(--deep); color: var(--ink); }
.process-section .section-heading h2 { white-space: nowrap; }
.process-section .section-heading p { color: var(--muted); }
.timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; width: min(1180px, calc(100% - 40px)); margin: 0 auto; counter-reset: steps; }
.timeline article { position: relative; min-height: 260px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.07); }
.timeline span { color: var(--mint); font: 700 44px/1 "Space Grotesk", sans-serif; }
.timeline h3 { margin-top: 70px; }
.timeline p { color: var(--muted); line-height: 1.75; }

.developer-section {
  background:
    radial-gradient(circle at 12% 12%, rgba(7,92,255,.08), transparent 30%),
    linear-gradient(180deg, #f8fbff, #eef6ff);
}
.developer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}
.developer-card {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  padding: 30px;
  border: 1px solid rgba(8, 39, 91, .1);
  border-radius: 28px;
  background:
    radial-gradient(circle at 88% 10%, color-mix(in srgb, var(--doc-accent, #7effd4) 24%, transparent), transparent 28%),
    rgba(255,255,255,.9);
  box-shadow: 0 24px 80px rgba(7,31,70,.08);
  transform: translateY(0);
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
  animation: developerFloat 6.8s ease-in-out infinite;
}
.developer-card:nth-child(1) { --doc-accent: #27bfd0; --doc-accent-2: #075cff; animation-delay: 0s; }
.developer-card:nth-child(2) { --doc-accent: #7effd4; --doc-accent-2: #18a86b; animation-delay: -1.8s; }
.developer-card:nth-child(3) { --doc-accent: #ffe16b; --doc-accent-2: #ff8a00; animation-delay: -3.6s; }
.developer-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background:
    linear-gradient(115deg, transparent 10%, color-mix(in srgb, var(--doc-accent, #7effd4) 34%, transparent) 42%, transparent 72%);
  opacity: 0;
  transform: translateX(-120%);
  pointer-events: none;
}
.developer-card::after {
  content: "";
  position: absolute;
  right: -46px;
  bottom: -46px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--doc-accent-2, #075cff) 18%, transparent);
  background: color-mix(in srgb, var(--doc-accent, #7effd4) 8%, transparent);
  animation: developerHalo 5.6s ease-in-out infinite;
}
.developer-card:hover {
  transform: translateY(-8px);
  border-color: color-mix(in srgb, var(--doc-accent-2, #075cff) 24%, transparent);
  box-shadow: 0 34px 100px color-mix(in srgb, var(--doc-accent-2, #075cff) 16%, rgba(7,31,70,.14));
}
.developer-card:hover::before {
  animation: developerSheen 1s ease both;
}
.developer-card span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--doc-accent-2, #075cff);
  background: color-mix(in srgb, var(--doc-accent, #7effd4) 13%, white);
  font: 700 12px/1 "Space Grotesk", sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
  box-shadow: 0 10px 24px color-mix(in srgb, var(--doc-accent-2, #075cff) 10%, transparent);
}
.developer-card h3 {
  position: relative;
  z-index: 1;
  margin: 48px 0 16px;
  color: var(--ink-dark);
  font-size: 28px;
}
.developer-card p {
  position: relative;
  z-index: 1;
  min-height: 100px;
  color: var(--muted-dark);
  line-height: 1.78;
}
.developer-card a {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  background: linear-gradient(135deg, #075cff, #27bfd0);
  box-shadow: 0 16px 40px rgba(7,92,255,.18);
  overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease;
}
.developer-card a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 12%, rgba(255,255,255,.42) 42%, transparent 68%);
  opacity: 0;
  transform: translateX(-120%);
}
.developer-card:hover a {
  transform: translateY(-2px);
  box-shadow: 0 20px 46px color-mix(in srgb, var(--doc-accent-2, #075cff) 26%, transparent);
}
.developer-card:hover a::before {
  animation: developerSheen .9s ease both;
}

.case-block {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 54px;
}
.budget-aggregation {
  position: relative;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 60px;
  padding: 36px;
  overflow: hidden;
  border: 1px solid rgba(8, 39, 91, .1);
  border-radius: 36px;
  background:
    radial-gradient(circle at 88% 8%, rgba(87, 170, 255, .22), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(235,246,255,.86));
  box-shadow: 0 30px 90px rgba(7, 31, 70, .09);
}
.budget-aggregation::after {
  content: "";
  position: absolute;
  inset: auto -12% -34% 44%;
  height: 260px;
  background: radial-gradient(circle, rgba(40, 116, 255, .16), transparent 66%);
  pointer-events: none;
}
.budget-copy {
  position: relative;
  z-index: 1;
  max-width: 980px;
  margin-bottom: 24px;
}
.budget-copy .kicker { margin-bottom: 12px; color: #0966ff; }
.budget-copy h3 {
  margin: 0 0 10px;
  color: #061733;
  font-size: clamp(30px, 3.2vw, 46px);
  letter-spacing: -.04em;
}
.budget-copy p {
  margin: 0;
  color: #66758e;
  font-size: 18px;
  line-height: 1.8;
}
.budget-lead {
  max-width: 1040px;
  padding: 18px 22px;
  border: 1px solid rgba(8, 39, 91, .08);
  border-radius: 22px;
  background: rgba(255,255,255,.62);
}
.budget-copy strong { color: #10213d; font-weight: 900; }
.budget-points {
  display: grid;
  grid-template-columns: 1fr 1.45fr 1fr;
  gap: 14px;
  margin-top: 14px;
}
.budget-points article {
  position: relative;
  min-height: 126px;
  padding: 20px 20px 18px;
  border: 1px solid rgba(8, 39, 91, .08);
  border-radius: 22px;
  background: rgba(255,255,255,.74);
}
.budget-points article::before {
  content: "";
  display: block;
  width: 28px;
  height: 3px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, #075cff, #25d6c8);
}
.budget-points b {
  display: block;
  margin-bottom: 8px;
  color: #10213d;
  font-size: 17px;
}
.budget-points span {
  display: block;
  color: #66758e;
  font-size: 15px;
  line-height: 1.75;
}
.budget-feature-card,
.budget-category-card {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(8, 39, 91, .08);
  border-radius: 24px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 18px 50px rgba(7, 31, 70, .07);
}
.budget-feature-card { padding: 34px 28px 26px; margin-bottom: 18px; }
.dsp-budget-card { padding-top: 38px; }
.budget-tabs {
  position: relative;
  z-index: 1;
}
.budget-tab-list {
  margin: 24px 0 16px;
}
.budget-panel {
  display: none;
  padding: 30px;
  border: 1px solid rgba(8, 39, 91, .08);
  border-radius: 28px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 18px 50px rgba(7,31,70,.07);
}
.budget-panel.is-active {
  display: block;
  animation: panelIn .24s ease both;
}
.budget-panel-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 24px;
}
.budget-panel-head span {
  display: inline-flex;
  padding: 10px 16px 11px;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, #4c8fff, #7fb7ff);
  box-shadow: 0 10px 26px rgba(76, 143, 255, .24);
  font-weight: 900;
}
.budget-panel-head strong {
  color: #52627d;
  font-size: 14px;
  line-height: 1.5;
  text-align: right;
}
.app-logo-cloud {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 14px;
}
.dsp-budget-card .app-logo-cloud { margin-top: 34px; }
.app-logo-cloud figure {
  display: grid;
  justify-items: center;
  gap: 9px;
  margin: 0;
  padding: 14px 8px 12px;
  border: 1px solid rgba(8, 39, 91, .07);
  border-radius: 18px;
  background: rgba(255,255,255,.82);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.app-logo-cloud figure:hover {
  transform: translateY(-3px);
  border-color: rgba(7, 92, 255, .18);
  box-shadow: 0 16px 40px rgba(7, 31, 70, .08);
}
.app-logo-cloud img {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  object-fit: cover;
  box-shadow: 0 8px 18px rgba(7, 31, 70, .12);
}
.app-logo-cloud figcaption {
  color: #263e61;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
}
.budget-category-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.budget-category-card { min-height: 190px; padding: 30px 22px 22px; }
.budget-ribbon {
  position: absolute;
  left: 0;
  top: 0;
  padding: 8px 18px 9px;
  border-radius: 22px 0 18px 0;
  color: #fff;
  background: linear-gradient(135deg, #4c8fff, #7fb7ff);
  box-shadow: 0 10px 26px rgba(76, 143, 255, .28);
  font-weight: 900;
}
.budget-logo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 13px;
}
.budget-panel .budget-logo-grid {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 18px;
}
.budget-category-card .budget-logo-grid { margin-top: 34px; }
.budget-logo-grid.large { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.budget-logo-grid img,
.budget-logo-grid span {
  display: grid;
  width: 100%;
  min-height: 54px;
  place-items: center;
  padding: 10px 12px;
  border: 1px solid rgba(8, 39, 91, .07);
  border-radius: 16px;
  color: #173862;
  background: #fff;
  object-fit: contain;
  font: 900 17px/1.2 "Noto Sans SC", sans-serif;
}
.budget-logo-grid img { height: 58px; }
.budget-logo-grid.large img,
.budget-logo-grid.large span { min-height: 64px; height: 64px; }
.named-budget-grid figure {
  display: grid;
  justify-items: center;
  gap: 8px;
  margin: 0;
}
.named-budget-grid figure:last-child:nth-child(odd) {
  grid-column: 1 / -1;
  width: calc(50% - 7px);
  justify-self: center;
}
.budget-panel .named-budget-grid figure:last-child:nth-child(odd) {
  grid-column: auto;
  width: 100%;
  justify-self: stretch;
}
.named-budget-grid img {
  min-height: 58px;
  height: 58px;
}
.named-budget-grid figcaption {
  color: #263e61;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
}
.brand-budget-grid img {
  min-height: 64px;
  height: 64px;
  padding: 8px 12px;
}
.budget-logo-grid.text-only { grid-template-columns: 1fr; gap: 10px; }
.budget-logo-grid.text-only span { min-height: 40px; padding: 8px 10px; font-size: 15px; }
.case-block:last-child { margin-bottom: 0; }
.case-block-title {
  display: grid;
  justify-items: start;
  gap: 8px;
  margin-bottom: 22px;
  padding: 0 4px;
  text-align: left;
}
.case-block-title span {
  color: #075cff;
  font: 700 13px/1 "Space Grotesk", sans-serif;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.case-block-title h3 {
  margin: 0;
  font-size: clamp(26px, 3vw, 38px);
}
.case-controls {
  position: relative;
  display: flex;
  width: max-content;
  gap: 12px;
  margin: 22px auto 0;
  padding: 8px;
  border: 1px solid rgba(8,39,91,.08);
  border-radius: 999px;
  background: rgba(255,255,255,.76);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 18px 46px rgba(7,31,70,.08);
  isolation: isolate;
}
.case-controls::before {
  content: "";
  position: absolute;
  inset: -8px;
  z-index: -1;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(126,255,212,.34), transparent 68%);
  opacity: .82;
  animation: controlGlow 2.8s ease-in-out infinite;
}
.case-controls button {
  position: relative;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(7,92,255,.12);
  border-radius: 50%;
  color: #075cff;
  background: linear-gradient(180deg, #fff, #f3f8ff);
  box-shadow: 0 12px 30px rgba(7,31,70,.08), inset 0 1px 0 rgba(255,255,255,.9);
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, color .2s ease, background .2s ease;
}
.case-controls button::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(120deg, transparent 18%, rgba(126,255,212,.52) 44%, transparent 70%);
  opacity: 0;
  transform: translateX(-120%);
}
.case-controls button:hover {
  transform: translateY(-3px) scale(1.03);
  color: #fff;
  background: linear-gradient(135deg, #075cff, #27bfd0);
  box-shadow: 0 18px 42px rgba(7,92,255,.24);
}
.case-controls button:hover::after {
  animation: tabSheen .8s ease both;
}
.case-controls button:disabled {
  cursor: not-allowed;
  color: rgba(82, 98, 122, .42);
  background: rgba(255,255,255,.58);
  box-shadow: none;
  transform: none;
}
.case-block .case-grid { width: 100%; }
.advertiser-case-block .case-grid { grid-template-columns: repeat(3, 1fr); }
.case-grid { grid-template-columns: repeat(3, 1fr); }
.case-grid.media-cases { grid-template-columns: repeat(4, 1fr); gap: 18px; }
.case-carousel {
  position: relative;
  overflow: hidden;
}
.case-track {
  display: flex;
  gap: 22px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  width: 100%;
  padding: 2px 2px 16px;
  margin: 0;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  will-change: transform;
}
.case-track::-webkit-scrollbar { display: none; }
.case-track.is-looping {
  overflow: visible;
  scroll-behavior: auto;
  scroll-snap-type: none;
}
.case-track.is-animating {
  transition: transform .42s cubic-bezier(.22, .9, .24, 1);
}
.case-track .case-card {
  flex: 0 0 calc((100% - 44px) / 3);
  scroll-snap-align: start;
}
.case-card { padding: 32px; border-radius: var(--radius); }
.case-logo-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}
.case-logo-row span:not(.case-logo) {
  color: #6a7890;
  font-size: 13px;
  font-weight: 800;
}
.case-logo {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  border-radius: 16px;
  object-fit: cover;
  background: #fff;
  box-shadow: 0 12px 30px rgba(7,31,70,.12);
}
.logo-fallback {
  display: grid;
  place-items: center;
  color: #06142e;
  font-size: 18px;
  font-weight: 900;
  background: linear-gradient(135deg, var(--mint), var(--gold));
}

.media-cases .case-card {
  padding: 24px;
  border-radius: 26px;
}
.media-cases .case-logo-row {
  margin-bottom: 18px;
}
.media-cases .case-logo {
  width: 66px;
  height: 66px;
  flex-basis: 66px;
  border-radius: 20px;
}
.media-cases .case-card h3 {
  font-size: 24px;
}
.media-cases .case-card p {
  min-height: 58px;
  margin-bottom: 0;
}

.case-card p { min-height: 84px; }
.case-card strong { display: block; margin-top: 28px; color: #075cff; font: 700 26px/1.1 "Space Grotesk", sans-serif; }
.partners-section { padding-top: 40px; }
.logo-wall { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.logo-wall > span { display: grid; min-height: 92px; place-items: center; border: 1px solid rgba(8, 39, 91, .1); border-radius: 24px; color: #1a3764; background: rgba(255,255,255,.72); font: 700 18px/1 "Space Grotesk", sans-serif; box-shadow: 0 18px 50px rgba(7, 31, 70, .06); }
.budget-card {
  display: grid;
  gap: 14px;
  padding: 18px 18px 16px;
  border: 1px solid rgba(8, 39, 91, .1);
  border-radius: 24px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 18px 50px rgba(7, 31, 70, .06);
  transition: transform .25s ease, box-shadow .25s ease;
}
.budget-card:hover { transform: translateY(-4px); box-shadow: 0 24px 70px rgba(7, 31, 70, .1); }
.budget-card img {
  width: 100%;
  aspect-ratio: 5 / 3;
  padding: 16px;
  border-radius: 18px;
  object-fit: contain;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(8, 39, 91, .07);
}
.budget-card span {
  color: #173862;
  font: 700 17px/1.2 "Space Grotesk", sans-serif;
  text-align: center;
}
.contact-section { padding: 110px 0; background: linear-gradient(135deg, #071838, #0d66e6); }
.contact-card { display: grid; grid-template-columns: 1.15fr .85fr; gap: 40px; width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 46px; border-radius: 38px; color: var(--ink); background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.16); backdrop-filter: blur(22px); }
.contact-card p { color: var(--muted); }
.contact-panel { padding: 30px; border-radius: 28px; background: rgba(4, 15, 36, .55); }
.contact-panel h3 { font-size: 28px; }
.contact-panel p { display: flex; justify-content: space-between; gap: 24px; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.contact-panel span { color: rgba(255,255,255,.55); }
.contact-panel a:not(.primary) { color: var(--mint); text-decoration: none; }
.site-footer {
  color: rgba(255,255,255,.66);
  background:
    radial-gradient(circle at 18% 0%, rgba(45, 132, 255, .22), transparent 30%),
    radial-gradient(circle at 86% 18%, rgba(36, 221, 210, .11), transparent 28%),
    linear-gradient(135deg, #071b3f 0%, #082b60 48%, #061a3d 100%);
  border-top: 1px solid rgba(255,255,255,.08);
}
.footer-inner {
  width: min(1320px, calc(100% - 56px));
  margin: 0 auto;
  padding: 78px 0 34px;
}
.footer-main {
  display: grid;
  grid-template-columns: minmax(420px, 1.45fr) .55fr .55fr;
  gap: 110px;
  padding-bottom: 58px;
}
.footer-brand { display: grid; justify-items: start; gap: 22px; }
.footer-brand-link { color: rgba(255,255,255,.92); }
.footer-brand-link .brand-logo-lockup { gap: 8px; }
.footer-brand-link .brand-mark-img { width: 34px; height: 34px; }
.footer-brand-link .brand-word { font-size: 16px; }
.footer-brand p {
  max-width: 560px;
  margin: 0;
  color: rgba(222,236,255,.5);
  font-size: 16px;
  line-height: 1.9;
}
.footer-company {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: rgba(222,236,255,.5);
  font-weight: 700;
}
.footer-company img { width: 28px; height: 28px; object-fit: contain; opacity: .9; }
.footer-nav { display: grid; align-content: start; gap: 18px; }
.footer-nav h3 {
  margin: 0 0 10px;
  color: rgba(245,250,255,.82);
  font-size: 16px;
}
.footer-nav a,
.footer-legal a {
  color: rgba(222,236,255,.5);
  text-decoration: none;
  transition: color .2s ease;
}
.footer-nav a:hover,
.footer-legal a:hover { color: #fff; }
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 26px;
  border-top: 1px solid rgba(222,236,255,.13);
}
.footer-bottom p {
  margin: 0;
  color: rgba(222,236,255,.42);
  font-size: 14px;
}
.footer-legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 20px;
  color: rgba(222,236,255,.44);
  font-size: 14px;
  line-height: 1.5;
}

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes driftA { from { transform: translate3d(-5%, 3%, 0) scale(1); } to { transform: translate3d(5%, -4%, 0) scale(1.08); } }
@keyframes driftB { from { transform: translate3d(4%, -2%, 0) scale(1.05); } to { transform: translate3d(-6%, 4%, 0) scale(.96); } }
@keyframes phoneFloat { 0%,100% { transform: rotateX(8deg) rotateY(-16deg) rotateZ(3deg) translateY(0); } 50% { transform: rotateX(10deg) rotateY(-10deg) rotateZ(1deg) translateY(-18px); } }
@keyframes glare { 0%, 44% { transform: translateX(-120%); } 74%, 100% { transform: translateX(120%); } }
@keyframes bars { 0%,100% { transform: scaleY(.78); opacity: .76; } 50% { transform: scaleY(1.08); opacity: 1; } }
@keyframes draw { 0% { stroke-dashoffset: 380; } 42%, 100% { stroke-dashoffset: 0; } }
@keyframes spin { to { rotate: 360deg; } }
@keyframes cardFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-16px); } }
@keyframes cardPulse { 0%, 100% { transform: rotate(12deg) scale(.96); opacity: .1; } 50% { transform: rotate(18deg) scale(1.08); opacity: .18; } }
@keyframes scrollDot { 0% { opacity: 0; transform: translate(-50%, 0); } 28% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%, 18px); } }
@keyframes panelIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
@keyframes tabSheen { 0% { transform: translateX(-120%); opacity: 0; } 28% { opacity: .7; } 100% { transform: translateX(120%); opacity: 0; } }
@keyframes controlGlow { 0%, 100% { opacity: .48; transform: scale(.96); } 50% { opacity: .9; transform: scale(1.05); } }
@keyframes developerFloat { 0%, 100% { translate: 0 0; } 50% { translate: 0 -6px; } }
@keyframes developerHalo { 0%, 100% { transform: scale(.96); opacity: .72; } 50% { transform: scale(1.08); opacity: 1; } }
@keyframes developerSheen { 0% { transform: translateX(-120%); opacity: 0; } 30% { opacity: .74; } 100% { transform: translateX(120%); opacity: 0; } }

@media (max-width: 1120px) {
  .site-header { width: min(100% - 30px, 760px); }
  .nav-toggle { display: grid; margin-left: auto; }
  .nav-links {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    right: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    padding: 12px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 24px;
    background: rgba(5,18,43,.92);
    box-shadow: 0 24px 70px rgba(0,18,52,.24);
    backdrop-filter: blur(22px);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity .22s ease, transform .22s ease;
  }
  .site-header.is-open .nav-links {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .nav-links a {
    padding: 13px 12px;
    border-radius: 16px;
    background: rgba(255,255,255,.06);
    text-align: center;
  }
  .nav-links a::after { display: none; }
  .nav-links a.is-current { background: rgba(126,255,212,.13); }
  .hero-grid, .split-section, .contact-card { grid-template-columns: 1fr; width: min(100% - 36px, 760px); }
  .hero-grid { padding-top: 120px; }
  .hero-copy { max-width: none; }
  .hero-visual { min-height: 540px; }
  .service-grid, .format-grid, .timeline, .case-grid, .logo-wall, .proof-grid, .platform-grid, .dsp-grid, .developer-grid { grid-template-columns: repeat(2, 1fr); width: min(100% - 36px, 760px); }
  .format-showcase { width: min(100% - 36px, 760px); }
  .format-panel { grid-template-columns: 1fr; }
  .format-panel img { width: auto; max-width: min(360px, 100%); max-height: 520px; margin: 0 auto; }
  .format-panel ul { grid-template-columns: 1fr; }
  .dsp-hero-panel { grid-template-columns: 1fr; width: min(100% - 36px, 760px); margin-left: auto; margin-right: auto; }
  .compact-platform-grid { grid-template-columns: repeat(2, 1fr); }
  .capital-panel, .award-panel { grid-template-columns: 1fr; width: min(100% - 36px, 760px); }
  .award-wall { grid-template-columns: repeat(3, 1fr); }
  .capital-list { grid-template-columns: repeat(2, 1fr); }
  .award-copy { display: block; }
  .case-block { width: min(100% - 36px, 760px); }
  .advertiser-case-block .case-grid, .media-cases { grid-template-columns: repeat(2, 1fr); }
  .budget-aggregation { width: min(100% - 36px, 760px); padding: 28px; }
  .budget-points { grid-template-columns: 1fr; }
  .budget-points article { min-height: auto; }
  .budget-category-grid { grid-template-columns: repeat(2, 1fr); }
  .app-logo-cloud { grid-template-columns: repeat(4, 1fr); }
  .budget-logo-grid.large { grid-template-columns: repeat(3, 1fr); }
  .case-track .case-card { flex-basis: calc((100% - 22px) / 2); }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 42px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { display: grid; align-items: start; }
  .footer-legal { justify-content: flex-start; }
  .partner-strip { position: relative; left: auto; bottom: auto; transform: none; width: min(100% - 36px, 760px); margin: 0 auto 28px; overflow-x: auto; }
  .partner-strip span { flex: 0 0 auto; }
  .scroll-cue { display: none; }
}
@media (max-width: 680px) {
  .site-header { top: 10px; padding: 10px; }
  .nav-links { grid-template-columns: 1fr 1fr; }
  .brand-logo-lockup { gap: 8px; }
  .brand-unit { gap: 6px; }
  .brand-divider { height: 24px; }
  .company-word { font-size: 15px; }
  .company-mark-img { width: 38px; height: 38px; }
  .brand-word { font-size: 19px; }
  .brand-mark-img { width: 38px; height: 38px; }
  .nav-cta { display: none; }
  .hero-grid { min-height: auto; padding-bottom: 36px; }
  h1 { font-size: clamp(44px, 15vw, 70px); }
  .lead { font-size: 16px; line-height: 1.7; }
  .metrics, .service-grid, .format-grid, .timeline, .case-grid, .logo-wall, .proof-grid, .platform-grid, .capital-list, .dsp-grid, .dsp-metrics, .compact-platform-grid, .developer-grid { grid-template-columns: 1fr; }
  .format-showcase { padding: 14px; border-radius: 26px; }
  .format-tabs, .budget-tab-list { overflow-x: auto; flex-wrap: nowrap; padding-bottom: 4px; }
  .format-tabs button, .budget-tab-list button { flex: 0 0 auto; }
  .format-panel { min-height: auto; padding: 14px; border-radius: 22px; }
  .format-panel h3 { font-size: 34px; }
  .format-panel p { font-size: 16px; }
  .dsp-hero-panel { padding: 24px; border-radius: 26px; }
  .award-wall { grid-template-columns: repeat(2, 1fr); }
  .capital-panel, .award-panel { padding: 24px; border-radius: 26px; }
  .advertiser-case-block .case-grid, .media-cases { grid-template-columns: 1fr; }
  .budget-aggregation { padding: 22px; border-radius: 26px; }
  .budget-copy p { font-size: 16px; }
  .budget-lead { padding: 16px; border-radius: 18px; }
  .budget-feature-card { padding: 32px 16px 18px; }
  .budget-panel { padding: 20px; border-radius: 24px; }
  .budget-panel-head { display: grid; align-items: start; }
  .budget-panel-head strong { text-align: left; }
  .app-logo-cloud { grid-template-columns: repeat(3, 1fr); gap: 10px; }
  .app-logo-cloud figure { padding: 12px 6px 10px; border-radius: 16px; }
  .app-logo-cloud img { width: 42px; height: 42px; border-radius: 12px; }
  .app-logo-cloud figcaption { font-size: 12px; }
  .budget-category-grid { grid-template-columns: 1fr; }
  .budget-category-card { min-height: auto; padding: 32px 16px 18px; }
  .budget-logo-grid.large,
  .budget-logo-grid { grid-template-columns: repeat(2, 1fr); }
  .case-block-title { display: block; }
  .case-controls { margin-top: 14px; }
  .case-track .case-card { flex-basis: min(88vw, 340px); }
  .case-card p { min-height: auto; }
  .hero-visual { min-height: 450px; overflow: hidden; }
  .phone-shell { width: 260px; }
  .float-card { min-width: 132px; padding: 12px 14px; }
  .float-card strong { font-size: 26px; }
  .card-left { left: 0; top: 16%; }
  .card-right { right: 0; top: 28%; }
  .card-bottom { right: 8%; bottom: 6%; }
  .orbit-one { width: 430px; height: 430px; }
  .orbit-two { width: 330px; height: 330px; }
  .section, .contact-section { padding: 72px 0; }
  .section h2, .contact-card h2 { font-size: 34px; }
  .process-section .section-heading h2 { font-size: clamp(24px, 7vw, 34px); }
  .service-card { min-height: auto; }
  .timeline article { min-height: auto; }
  .timeline h3 { margin-top: 42px; }
  .developer-card { min-height: auto; padding: 26px; }
  .developer-card h3 { margin-top: 34px; }
  .developer-card p { min-height: auto; }
  .contact-card { padding: 26px; }
  .contact-panel { padding: 22px; }
  .contact-panel p { display: block; }
  .contact-panel span { display: block; margin-bottom: 6px; }
  .footer-inner { width: min(100% - 36px, 760px); padding: 54px 0 30px; }
  .footer-main { grid-template-columns: 1fr; gap: 34px; padding-bottom: 38px; }
  .footer-brand p { font-size: 15px; }
  .footer-legal { gap: 12px 16px; margin-top: 0; }
}
@media (max-width: 360px) {
  .company-word { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}
