.ace-growth-page,
.ace-growth-page *,
.ace-growth-article,
.ace-growth-article * { box-sizing: border-box; }

.ace-growth-page,
.ace-growth-article {
  --ace-navy: #061321;
  --ace-navy-2: #092a44;
  --ace-blue: #0b4164;
  --ace-cyan: #68e1ed;
  --ace-cyan-deep: #08799e;
  --ace-orange: #ff6417;
  --ace-amber: #ffb14a;
  --ace-ink: #10243a;
  --ace-muted: #536a7d;
  --ace-line: #d7e3ea;
  --ace-paper: #f4f8fa;
  color: var(--ace-ink);
  background: var(--ace-paper);
  font-family: Inter, "Avenir Next", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 17px;
  line-height: 1.7;
  overflow-x: clip;
}

body.ace-dealer-growth-surface .entry-header,
body.ace-dealer-growth-surface .x-header-landmark,
body.ace-dealer-growth-surface .ace-upload-dock,
body.ace-dealer-growth-surface .ace-secure-upload-dock,
body.ace-dealer-growth-surface #ace-secure-upload-dock,
body.ace-dealer-growth-surface .ace-portfolio-upload-dock,
body.ace-dealer-growth-surface #callnowbutton,
body.ace-dealer-growth-surface .cnb-full-bottom,
body.ace-dealer-growth-surface .call-now-button { display: none !important; }

.ace-growth-page a,
.ace-growth-article a { text-underline-offset: 3px; }

.ace-growth-page a:focus-visible,
.ace-growth-article a:focus-visible,
.ace-growth-page summary:focus-visible,
.ace-growth-article summary:focus-visible {
  outline: 3px solid var(--ace-cyan);
  outline-offset: 4px;
}

.ace-growth-shell {
  width: min(1180px, calc(100% - 42px));
  margin-inline: auto;
}

.ace-growth-crumbs {
  width: min(1180px, calc(100% - 42px));
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 auto;
  padding: 14px 0;
  color: #607487;
  font-size: 14px;
  line-height: 1.4;
}

.ace-growth-crumbs a { color: #087596; font-weight: 800; text-decoration: none; }
.ace-growth-crumbs a:hover { text-decoration: underline; }

.ace-growth-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px !important;
  color: var(--ace-cyan-deep) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1.4 !important;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.ace-growth-kicker > span {
  flex: 0 0 28px;
  height: 2px;
  background: linear-gradient(90deg, var(--ace-orange), var(--ace-amber));
  box-shadow: 0 0 14px rgba(255,100,23,.4);
}

.ace-growth-kicker--light { color: #a6edf3 !important; }

.ace-growth-page h1,
.ace-growth-page h2,
.ace-growth-page h3,
.ace-growth-article h1,
.ace-growth-article h2,
.ace-growth-article h3 {
  font-family: Inter, "Avenir Next", "Segoe UI", system-ui, -apple-system, sans-serif !important;
  text-wrap: balance;
}

.ace-growth-button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  border: 1px solid #ffd08b;
  border-radius: 11px;
  color: #071827 !important;
  background: linear-gradient(135deg, var(--ace-orange), var(--ace-amber));
  box-shadow: 0 18px 34px -20px rgba(255,100,23,.9), inset 0 1px rgba(255,255,255,.42);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  text-decoration: none !important;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.ace-growth-button:hover {
  transform: translateY(-2px);
  filter: saturate(1.05) brightness(1.03);
  box-shadow: 0 24px 42px -18px rgba(255,100,23,.82), 0 0 0 4px rgba(104,225,237,.13);
}

.ace-growth-button--ghost {
  border-color: rgba(159,232,240,.46);
  color: #edf9fb !important;
  background: rgba(6,35,54,.72);
  box-shadow: none;
  backdrop-filter: blur(8px);
}

.ace-growth-button--dark {
  border-color: #164d69;
  color: #f4fbfc !important;
  background: linear-gradient(135deg, #092a44, #0b4164);
  box-shadow: 0 18px 34px -24px rgba(7,36,59,.9);
}

.ace-growth-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 27px; }
.ace-growth-actions--center { justify-content: center; }
.ace-growth-center { display: flex; justify-content: center; margin-top: 34px; }
.ace-growth-microcopy { max-width: 690px; margin: 14px 0 0 !important; color: #b9ced9 !important; font-size: 13px !important; line-height: 1.55 !important; }

/* Hero */
.ace-growth-hero {
  position: relative;
  isolation: isolate;
  min-height: 700px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #eaf4f7;
  background: #061321;
}

.ace-growth-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    radial-gradient(circle at 79% 32%, rgba(104,225,237,.18), transparent 24%),
    linear-gradient(90deg, rgba(3,15,26,.98) 0%, rgba(4,23,38,.92) 48%, rgba(4,23,38,.58) 72%, rgba(4,23,38,.78) 100%);
}

.ace-growth-hero__image {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 55% center;
}

.ace-growth-hero__grid,
.ace-growth-final-cta__grid,
.ace-growth-article-hero__grid {
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(104,225,237,.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(104,225,237,.07) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: linear-gradient(100deg, rgba(0,0,0,.85), rgba(0,0,0,.12));
}

.ace-growth-hero__grid { animation: ace-growth-grid-scroll 12s linear infinite; }

.ace-growth-hero__atmosphere {
  position: absolute;
  z-index: -1;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.ace-growth-hero__atmosphere i { position: absolute; display: block; border-radius: 50%; filter: blur(2px); }
.ace-growth-hero__atmosphere i:nth-child(1) { width: 62vw; height: 62vw; top: -33vw; right: -12vw; background: radial-gradient(circle, rgba(104,225,237,.2), transparent 68%); animation: ace-growth-bloom-a 18s ease-in-out infinite; }
.ace-growth-hero__atmosphere i:nth-child(2) { width: 52vw; height: 52vw; bottom: -32vw; left: -16vw; background: radial-gradient(circle, rgba(255,100,23,.17), transparent 68%); animation: ace-growth-bloom-b 23s ease-in-out infinite; }
.ace-growth-hero__atmosphere i:nth-child(3) { width: 38vw; height: 38vw; top: 28%; left: 46%; background: radial-gradient(circle, rgba(11,83,119,.34), transparent 70%); animation: ace-growth-bloom-c 29s ease-in-out infinite; }

.ace-growth-hero__floor {
  position: absolute;
  z-index: -1;
  right: -8%;
  bottom: -7%;
  width: 62%;
  height: 46%;
  transform: perspective(520px) rotateX(73deg);
  transform-origin: 50% 100%;
  background-image: linear-gradient(rgba(104,225,237,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(104,225,237,.13) 1px, transparent 1px);
  background-size: 100% 38px, 66px 100%;
  mask-image: linear-gradient(#000, transparent 82%);
  animation: ace-growth-floor-scroll 4s linear infinite;
  pointer-events: none;
}

.ace-growth-button { position: relative; overflow: hidden; }
.ace-growth-button::after { content: ""; position: absolute; top: 0; bottom: 0; left: -70%; width: 42%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.55), transparent); transform: skewX(-18deg); animation: ace-growth-sheen 6.4s ease-in-out infinite; pointer-events: none; }
.ace-growth-button--ghost::after,
.ace-growth-button--dark::after { opacity: .28; }

@keyframes ace-growth-grid-scroll { to { background-position: 0 -80px, 0 -80px; } }
@keyframes ace-growth-floor-scroll { to { background-position: 0 152px, 0 0; } }
@keyframes ace-growth-bloom-a { 0%,100% { translate: -2% -2%; scale: 1; } 50% { translate: 7% 5%; scale: 1.14; } }
@keyframes ace-growth-bloom-b { 0%,100% { translate: 4% 3%; scale: 1.08; } 50% { translate: -5% -5%; scale: .94; } }
@keyframes ace-growth-bloom-c { 0%,100% { translate: 0 0; opacity: .5; } 50% { translate: -6% 4%; opacity: .88; } }
@keyframes ace-growth-sheen { 0%,63% { left: -70%; } 92%,100% { left: 135%; } }

.ace-growth-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, .62fr);
  gap: clamp(38px, 6vw, 86px);
  align-items: center;
  padding-block: 88px;
}

.ace-growth-hero__copy h1 {
  max-width: 850px;
  margin: 0 !important;
  color: #dcecf0 !important;
  font-size: clamp(44px, 5vw, 66px) !important;
  font-weight: 690 !important;
  line-height: 1.02 !important;
  letter-spacing: -.043em !important;
}

.ace-growth-hero__h1-main,
.ace-growth-hero__h1-sub { display: block; }
.ace-growth-hero__h1-main {
  max-width: 760px;
  color: #dcecf0;
  text-shadow: 0 10px 34px rgba(0,0,0,.28);
}
.ace-growth-hero__h1-sub {
  max-width: 800px;
  margin-top: 15px;
  color: #8fd4dc;
  font-size: .43em;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -.025em;
  text-shadow: 0 0 28px rgba(104,225,237,.17);
}

.ace-growth-hero__lead {
  max-width: 780px;
  margin: 25px 0 0 !important;
  color: #c8dbe4 !important;
  font-size: clamp(17px, 1.55vw, 21px) !important;
  font-weight: 520 !important;
  line-height: 1.58 !important;
}

.ace-growth-hero__bullets {
  display: grid;
  gap: 10px;
  max-width: 760px;
  margin: 27px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.ace-growth-hero__bullets li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: start;
  margin: 0 !important;
  color: #dfebf0;
  font-size: 15px;
  line-height: 1.55;
}

.ace-growth-hero__bullets span {
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  border: 1px solid rgba(104,225,237,.38);
  border-radius: 50%;
  color: var(--ace-cyan);
  background: rgba(7,52,77,.68);
  font-size: 10px;
  font-weight: 900;
}

.ace-growth-console {
  position: relative;
  overflow: hidden;
  padding: 20px;
  border: 1px solid rgba(104,225,237,.3);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(5,26,42,.9), rgba(7,49,72,.74));
  box-shadow: 0 35px 70px -35px rgba(0,0,0,.9), inset 0 1px rgba(255,255,255,.08);
  backdrop-filter: blur(12px);
}

.ace-growth-console::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -18%;
  right: 0;
  left: 0;
  height: 22%;
  background: linear-gradient(180deg, transparent, rgba(104,225,237,.08), transparent);
  pointer-events: none;
  animation: ace-growth-console-scan 5.5s ease-in-out infinite;
}

.ace-growth-console::after {
  content: "";
  position: absolute;
  right: -55px;
  bottom: -55px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,100,23,.19), transparent 68%);
  pointer-events: none;
}

.ace-growth-console__top { display: flex; justify-content: space-between; gap: 12px; color: #91aebd; font-size: 10px; font-weight: 900; letter-spacing: .11em; }
.ace-growth-console__top strong { color: #b8f2d6; font-size: 9px; }
.ace-growth-console__top i { display: inline-block; width: 7px; height: 7px; margin-right: 5px; border-radius: 50%; background: #36d88f; box-shadow: 0 0 11px rgba(54,216,143,.85); }

.ace-growth-console__radar {
  position: relative;
  width: 200px;
  aspect-ratio: 1;
  margin: 26px auto;
  border: 1px solid rgba(104,225,237,.28);
  border-radius: 50%;
  background:
    linear-gradient(90deg, transparent 49.6%, rgba(104,225,237,.22) 50%, transparent 50.4%),
    linear-gradient(transparent 49.6%, rgba(104,225,237,.22) 50%, transparent 50.4%),
    radial-gradient(circle, rgba(104,225,237,.06), rgba(7,27,43,.45) 67%);
}

.ace-growth-console__radar > span { position: absolute; inset: 18%; border: 1px solid rgba(104,225,237,.17); border-radius: 50%; }
.ace-growth-console__radar > span:nth-child(2) { inset: 34%; }
.ace-growth-console__radar > span:nth-child(3) { inset: 47%; border-color: var(--ace-orange); background: var(--ace-orange); box-shadow: 0 0 18px rgba(255,100,23,.75); }
.ace-growth-console__radar > span:nth-child(4) { inset: 14% 28% 76% 66%; border: 0; background: var(--ace-cyan); box-shadow: 0 0 14px rgba(104,225,237,.9); }
.ace-growth-console__radar b { position: absolute; inset: 50% 50% 0; width: 50%; height: 1px; transform-origin: left center; background: linear-gradient(90deg, var(--ace-cyan), transparent); animation: ace-growth-radar 5s linear infinite; }

@keyframes ace-growth-radar { to { transform: rotate(360deg); } }
@keyframes ace-growth-console-scan { 0%, 8% { translate: 0 0; } 78%, 100% { translate: 0 560%; } }

.ace-growth-console__route {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto 1fr auto;
  align-items: center;
  gap: 7px;
  margin: -6px 0 18px;
  padding: 11px 9px;
  border: 1px solid rgba(104,225,237,.14);
  border-radius: 10px;
  background: rgba(5,22,35,.5);
}
.ace-growth-console__route span { display: grid; justify-items: center; gap: 5px; color: #9db7c3; font-size: 8px; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.ace-growth-console__route span i { width: 8px; height: 8px; border-radius: 50%; background: #68e1ed; box-shadow: 0 0 13px rgba(104,225,237,.88); animation: ace-growth-route-pulse 2.4s ease-in-out infinite; }
.ace-growth-console__route span:nth-of-type(2) i { animation-delay: .35s; }
.ace-growth-console__route span:nth-of-type(3) i { animation-delay: .7s; }
.ace-growth-console__route span:nth-of-type(4) i { background: #ffb14a; box-shadow: 0 0 13px rgba(255,177,74,.88); animation-delay: 1.05s; }
.ace-growth-console__route em { height: 1px; overflow: hidden; background: linear-gradient(90deg, rgba(104,225,237,.2), #68e1ed, rgba(104,225,237,.2)); box-shadow: 0 0 8px rgba(104,225,237,.35); }
@keyframes ace-growth-route-pulse { 0%, 100% { opacity: .45; scale: .78; } 38% { opacity: 1; scale: 1.22; } }

.ace-growth-console dl { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 0; }
.ace-growth-console dl > div { padding: 11px 12px; border: 1px solid rgba(104,225,237,.14); border-radius: 9px; background: rgba(6,20,32,.48); }
.ace-growth-console dt { color: #829dab; font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.ace-growth-console dd { margin: 2px 0 0; color: #e7f2f5; font-size: 12px; font-weight: 800; }
.ace-growth-console > p { margin: 16px 0 0 !important; color: #9fb8c5 !important; font-size: 12px !important; line-height: 1.6 !important; }

.ace-growth-command__principle {
  position: relative;
  z-index: 1;
  margin-top: 20px;
  padding: 18px;
  border: 1px solid rgba(255,177,74,.28);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(56,35,20,.62), rgba(5,25,40,.82));
  box-shadow: inset 0 1px rgba(255,255,255,.05), 0 18px 38px -30px rgba(255,100,23,.8);
}
.ace-growth-command__principle > span { display: block; color: #ffc27d; font-size: 8px; font-weight: 950; letter-spacing: .15em; }
.ace-growth-command__principle > strong { display: block; margin-top: 8px; color: #dfecef; font-size: clamp(18px, 1.7vw, 23px); font-weight: 680; line-height: 1.22; letter-spacing: -.025em; }

.ace-growth-command__rail {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 6px;
  margin: 14px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.ace-growth-command__rail li {
  display: grid;
  grid-template-columns: 29px minmax(0,1fr) 74px;
  gap: 9px;
  align-items: center;
  min-height: 34px;
  margin: 0 !important;
  padding: 6px 8px;
  border: 1px solid rgba(104,225,237,.1);
  border-radius: 8px;
  background: rgba(4,20,33,.42);
}
.ace-growth-command__rail li > span { display: grid; place-items: center; width: 25px; height: 25px; border: 1px solid rgba(104,225,237,.25); border-radius: 50%; color: #82bdc8; font-size: 8px; font-weight: 950; }
.ace-growth-command__rail li > b { color: #b6cbd3; font-size: 10px; font-weight: 760; line-height: 1.2; }
.ace-growth-command__rail li > i { position: relative; height: 4px; overflow: hidden; border-radius: 99px; background: rgba(104,225,237,.1); }
.ace-growth-command__rail li > i::after { content: ""; position: absolute; inset: 0; border-radius: inherit; background: linear-gradient(90deg, transparent, #68e1ed, transparent); background-size: 220% 100%; animation: ace-growth-rail-flow 2.4s linear infinite; }
.ace-growth-command__rail li:nth-child(2) > i::after { animation-delay: .16s; }
.ace-growth-command__rail li:nth-child(3) > i::after { animation-delay: .32s; }
.ace-growth-command__rail li:nth-child(4) > i::after { animation-delay: .48s; }
.ace-growth-command__rail li:nth-child(5) > i::after { animation-delay: .64s; }
.ace-growth-command__rail li:nth-child(6) > i::after { animation-delay: .8s; }
.ace-growth-command__rail li.is-live { border-color: rgba(255,177,74,.36); background: linear-gradient(90deg, rgba(63,37,19,.55), rgba(7,43,63,.52)); box-shadow: 0 0 25px rgba(255,100,23,.08); }
.ace-growth-command__rail li.is-live > span { color: #071827; border-color: #ffbe72; background: #ff9a3c; box-shadow: 0 0 18px rgba(255,139,50,.52); }
.ace-growth-command__rail li.is-live > b { color: #ffd09b; }
.ace-growth-command__rail li.is-live > i::after { background: linear-gradient(90deg, transparent, #ffb14a, transparent); }

.ace-growth-command__conversation {
  position: relative;
  z-index: 1;
  margin: 14px 0;
  padding: 15px;
  border: 1px solid rgba(104,225,237,.2);
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(11,65,100,.68), rgba(5,23,37,.8));
}
.ace-growth-command__conversation > span { color: #7edbe4; font-size: 8px; font-weight: 950; letter-spacing: .13em; }
.ace-growth-command__conversation > p { margin: 8px 0 0 !important; color: #d7e5e9 !important; font-size: 13px !important; font-weight: 620 !important; line-height: 1.5 !important; }
.ace-growth-command__conversation > small { display: block; margin-top: 7px; color: #8faab6; font-size: 9px; line-height: 1.45; }

@keyframes ace-growth-rail-flow { to { background-position: 220% 0; } }

.ace-growth-trust-rail { color: #dcebf0; background: #092a44; border-top: 1px solid rgba(104,225,237,.16); }
.ace-growth-trust-rail .ace-growth-shell { display: grid; grid-template-columns: repeat(4, 1fr); }
.ace-growth-trust-rail .ace-growth-shell > div { min-height: 110px; display: grid; align-content: center; gap: 5px; padding: 22px 27px; border-left: 1px solid rgba(104,225,237,.14); }
.ace-growth-trust-rail .ace-growth-shell > div:last-child { border-right: 1px solid rgba(104,225,237,.14); }
.ace-growth-trust-rail strong { color: #ffb468; font-size: 14px; letter-spacing: .02em; }
.ace-growth-trust-rail span { color: #c1d4de; font-size: 13px; line-height: 1.5; }
.ace-growth-trust-rail a { color: #ddf7fa; font-weight: 800; }

/* Shared sections */
.ace-growth-section { padding: clamp(72px, 9vw, 116px) 0; }
.ace-growth-section-heading { max-width: 820px; margin-bottom: 42px; }
.ace-growth-section-heading--compact { margin-bottom: 30px; }
.ace-growth-section-heading h2,
.ace-growth-split h2,
.ace-growth-photo-layout h2 {
  margin: 0 !important;
  color: var(--ace-ink) !important;
  font-size: clamp(34px, 4.6vw, 56px) !important;
  font-weight: 760 !important;
  line-height: 1.06 !important;
  letter-spacing: -.045em !important;
}

.ace-growth-section-heading > p:last-child,
.ace-growth-split > div > p,
.ace-growth-photo-layout > div > p {
  margin: 20px 0 0 !important;
  color: var(--ace-muted) !important;
  font-size: 18px !important;
  line-height: 1.72 !important;
}

.ace-growth-split { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(330px, .82fr); gap: clamp(42px, 7vw, 92px); align-items: start; }
.ace-growth-intro { background: #fff; }
.ace-growth-bullet-panel { padding: 28px; border: 1px solid var(--ace-line); border-radius: 18px; background: linear-gradient(150deg, #f8fbfc, #eaf3f7); box-shadow: 0 28px 60px -45px rgba(4,31,49,.48); }
.ace-growth-bullet-panel h3 { margin: 0 0 17px !important; color: var(--ace-ink) !important; font-size: 20px !important; }
.ace-growth-bullet-panel .ace-growth-button { width: 100%; margin-top: 22px; }

.ace-growth-check-list { display: grid; gap: 12px; margin: 0 !important; padding: 0 !important; list-style: none !important; }
.ace-growth-check-list li { position: relative; margin: 0 !important; padding-left: 30px; color: #334c60; line-height: 1.58; }
.ace-growth-check-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; color: var(--ace-orange); font-weight: 950; }

/* Human-first conversion principle */
.ace-growth-human-code {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #d9e8ed;
  background:
    radial-gradient(circle at 10% 10%, rgba(255,100,23,.14), transparent 28%),
    radial-gradient(circle at 84% 72%, rgba(104,225,237,.14), transparent 32%),
    linear-gradient(135deg, #061321, #0a3552);
}
.ace-growth-human-code::before { content: ""; position: absolute; z-index: -1; inset: 0; background-image: linear-gradient(rgba(104,225,237,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(104,225,237,.045) 1px, transparent 1px); background-size: 52px 52px; animation: ace-growth-grid-scroll 14s linear infinite; mask-image: radial-gradient(circle at center, #000, transparent 78%); }
.ace-growth-human-code__statement { max-width: 900px; }
.ace-growth-human-code__statement h2 { margin: 0 !important; color: #dcecf0 !important; font-size: clamp(36px, 5vw, 62px) !important; font-weight: 680 !important; line-height: 1.06 !important; letter-spacing: -.039em !important; }
.ace-growth-human-code__statement > p:last-child { max-width: 850px; margin: 22px 0 0 !important; color: #b8cdd6 !important; font-size: 18px !important; line-height: 1.72 !important; }
.ace-growth-human-code__formula { display: grid; grid-template-columns: auto 1fr auto 1fr auto 1fr auto; gap: 12px; align-items: center; margin-top: 42px; padding: 24px; border: 1px solid rgba(104,225,237,.2); border-radius: 18px; background: rgba(4,23,37,.58); box-shadow: inset 0 1px rgba(255,255,255,.05); }
.ace-growth-human-code__formula span { color: #d9e8ec; font-size: clamp(12px,1.3vw,16px); font-weight: 850; letter-spacing: .04em; text-align: center; }
.ace-growth-human-code__formula span:last-child { color: #ffc47d; }
.ace-growth-human-code__formula i { position: relative; height: 2px; overflow: hidden; background: rgba(104,225,237,.14); }
.ace-growth-human-code__formula i::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent, #68e1ed, transparent); background-size: 220% 100%; animation: ace-growth-rail-flow 2.8s linear infinite; }
.ace-growth-human-code__notes { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 16px; }
.ace-growth-human-code__notes article { min-height: 170px; padding: 22px; border: 1px solid rgba(104,225,237,.16); border-radius: 14px; background: linear-gradient(145deg, rgba(11,65,100,.54), rgba(5,23,37,.76)); }
.ace-growth-human-code__notes b { color: #a4e5ea; font-size: 16px; line-height: 1.35; }
.ace-growth-human-code__notes p { margin: 10px 0 0 !important; color: #a9c0ca !important; font-size: 13px !important; line-height: 1.62 !important; }

/* Flexible customer journey */
.ace-growth-journey { position: relative; display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 11px; margin: 0 !important; padding: 0 !important; list-style: none !important; }
.ace-growth-journey::before { content: ""; position: absolute; z-index: 0; top: 48px; right: 4%; left: 4%; height: 2px; background: linear-gradient(90deg, #ff8b39, #68e1ed 18% 82%, #ffb14a); background-size: 220% 100%; box-shadow: 0 0 18px rgba(104,225,237,.32); animation: ace-growth-rail-flow 4s linear infinite; }
.ace-growth-journey li { position: relative; z-index: 1; min-height: 250px; display: grid; grid-template-rows: 64px 1fr; gap: 14px; margin: 0 !important; padding: 17px; border: 1px solid rgba(104,225,237,.18); border-radius: 15px; background: linear-gradient(145deg, rgba(11,65,100,.62), rgba(5,23,37,.92)); box-shadow: inset 0 1px rgba(255,255,255,.05); }
.ace-growth-journey li > span { width: 59px; height: 59px; display: grid; place-items: center; border: 2px solid var(--ace-cyan); border-radius: 50%; color: #071827; background: var(--ace-cyan); box-shadow: 0 0 0 7px #092a44, 0 0 24px rgba(104,225,237,.38); font-size: 11px; font-weight: 950; }
.ace-growth-journey li:first-child > span,
.ace-growth-journey li:last-child > span { border-color: var(--ace-amber); background: var(--ace-amber); box-shadow: 0 0 0 7px #092a44, 0 0 24px rgba(255,177,74,.34); }
.ace-growth-journey strong { display: block; color: #dfecef; font-size: 17px; font-weight: 720; line-height: 1.25; }
.ace-growth-journey p { margin: 9px 0 0 !important; color: #a8bfca !important; font-size: 12px !important; line-height: 1.58 !important; }

/* Signature signal loop */
.ace-growth-loop { position: relative; isolation: isolate; color: #d8e8ed; background: #061321; overflow: hidden; }
.ace-growth-loop::before { content: ""; position: absolute; z-index: -1; inset: 0; background: radial-gradient(circle at 50% 42%, rgba(11,83,119,.4), transparent 48%), linear-gradient(135deg, transparent 0 51%, rgba(255,100,23,.05) 51% 52%, transparent 52%); }
.ace-growth-section-heading--light h2 { color: #dcecf0 !important; font-weight: 690 !important; }
.ace-growth-section-heading--light > p:last-child { color: #b4c9d3 !important; }

.ace-signal-loop {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.ace-signal-loop::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 49px;
  right: 8%;
  left: 8%;
  height: 2px;
  background: linear-gradient(90deg, var(--ace-orange), var(--ace-cyan) 30% 75%, var(--ace-amber));
  box-shadow: 0 0 18px rgba(104,225,237,.38);
}

.ace-signal-loop li {
  position: relative;
  z-index: 1;
  min-height: 245px;
  display: grid;
  grid-template-rows: 64px 1fr;
  gap: 14px;
  margin: 0 !important;
  padding: 18px;
  border: 1px solid rgba(104,225,237,.18);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(11,65,100,.6), rgba(5,23,37,.92));
  box-shadow: inset 0 1px rgba(255,255,255,.05);
}

.ace-signal-loop li:nth-child(n+5) { transform: translateX(50%); }
.ace-signal-loop li > span { width: 62px; height: 62px; display: grid; place-items: center; border: 2px solid var(--ace-cyan); border-radius: 50%; color: #071827; background: var(--ace-cyan); box-shadow: 0 0 0 7px #092a44, 0 0 24px rgba(104,225,237,.4); font-size: 12px; font-weight: 950; }
.ace-signal-loop li:nth-child(1) > span,
.ace-signal-loop li:nth-child(7) > span { border-color: var(--ace-amber); background: var(--ace-amber); box-shadow: 0 0 0 7px #092a44, 0 0 24px rgba(255,177,74,.36); }
.ace-signal-loop strong { display: block; color: #eff8fa; font-size: 17px; line-height: 1.25; }
.ace-signal-loop p { margin: 9px 0 0 !important; color: #a8bfca !important; font-size: 13px !important; line-height: 1.58 !important; }

.ace-growth-loop__action { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-top: 34px; padding: 24px; border: 1px solid rgba(104,225,237,.18); border-radius: 15px; background: rgba(10,47,71,.62); }
.ace-growth-loop__action > div { display: grid; gap: 3px; }
.ace-growth-loop__action strong { color: #eaf4f7; font-size: 18px; }
.ace-growth-loop__action span { color: #a9c0ca; font-size: 14px; }

/* Capabilities and supporting sections */
.ace-growth-capabilities { background: #f4f8fa; }
.ace-growth-capability-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.ace-growth-capability-grid article { position: relative; overflow: hidden; min-height: 290px; padding: 24px; border: 1px solid var(--ace-line); border-radius: 16px; background: #fff; box-shadow: 0 24px 50px -42px rgba(3,37,60,.65); }
.ace-growth-capability-grid article::after { content: ""; position: absolute; right: -24px; bottom: -25px; width: 90px; height: 90px; border-radius: 50%; background: radial-gradient(circle, rgba(104,225,237,.2), transparent 70%); }
.ace-growth-capability-grid article > span { color: var(--ace-orange); font-size: 11px; font-weight: 950; letter-spacing: .12em; }
.ace-growth-capability-grid h3 { margin: 15px 0 16px !important; color: var(--ace-ink) !important; font-size: 20px !important; line-height: 1.2 !important; }
.ace-growth-capability-grid h3 a { color: inherit; text-decoration-color: #86cfd9; text-decoration-thickness: 2px; }
.ace-growth-capability-grid h3 a:hover { color: #08799e; }
.ace-growth-capability-grid ul { display: grid; gap: 8px; margin: 0 !important; padding-left: 18px !important; color: #52697a; font-size: 14px; line-height: 1.55; }
.ace-growth-capability-grid li { margin: 0 !important; }

.ace-growth-service-stack { position: relative; overflow: hidden; background: #fff; }
.ace-growth-service-stack::before { content: ""; position: absolute; inset: 0 0 auto; height: 290px; pointer-events: none; background: radial-gradient(circle at 14% 15%, rgba(104,225,237,.15), transparent 31%), linear-gradient(180deg,#edf7f9,rgba(255,255,255,0)); }
.ace-growth-service-stack .ace-growth-shell { position: relative; }
.ace-growth-service-stack__ladder { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1.15fr; gap: 10px; align-items: center; margin: 0 0 22px; padding: 13px 16px; border: 1px solid #cfe0e7; border-radius: 14px; color: #29485e; background: rgba(255,255,255,.8); box-shadow: 0 20px 45px -40px rgba(4,39,61,.7); }
.ace-growth-service-stack__ladder span { display: flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 850; letter-spacing: .04em; }
.ace-growth-service-stack__ladder b { width: 27px; height: 27px; display: inline-grid; flex: 0 0 auto; place-items: center; border-radius: 50%; color: #07314b; background: #9feaf0; font-size: 9px; }
.ace-growth-service-stack__ladder i { color: #e65311; font-size: 16px; font-style: normal; }
.ace-growth-service-stack__grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.ace-growth-service-stack__grid article { position: relative; overflow: hidden; min-height: 585px; display: flex; flex-direction: column; padding: 26px; border: 1px solid #d7e3ea; border-top: 4px solid #9dcbd4; border-radius: 18px; background: linear-gradient(155deg,#fff,#edf5f7); box-shadow: 0 26px 55px -44px rgba(4,39,61,.65); }
.ace-growth-service-stack__grid .is-tier-2 { border-top-color: #55bfd2; background: linear-gradient(155deg,#fff,#e8f7f8); }
.ace-growth-service-stack__grid .is-tier-3 { border-top-color: #ff8b39; background: linear-gradient(155deg,#fff,#fff4e8); box-shadow: 0 28px 58px -42px rgba(187,83,13,.55); }
.ace-growth-service-stack__grid article::after { content: ""; position: absolute; right: -42px; bottom: -48px; width: 150px; height: 150px; border-radius: 50%; pointer-events: none; background: radial-gradient(circle,rgba(104,225,237,.25),transparent 69%); }
.ace-growth-service-stack__top { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.ace-growth-service-stack__top span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: #071827; background: #68e1ed; box-shadow: 0 0 0 7px rgba(104,225,237,.13); font-size: 11px; font-weight: 950; }
.ace-growth-service-stack__top b { color: #08799e; font-size: 9px; letter-spacing: .12em; }
.ace-growth-service-stack__tier { position: relative; z-index: 1; margin: 20px 0 0 !important; color: #d94b0c !important; font-size: 9px !important; font-weight: 950; letter-spacing: .13em; line-height: 1.2 !important; }
.ace-growth-service-stack__grid h3 { position: relative; z-index: 1; margin: 7px 0 0 !important; color: #10243a !important; font-size: 22px !important; line-height: 1.2 !important; }
.ace-growth-service-stack__grid article > p { position: relative; z-index: 1; margin: 13px 0 0 !important; color: #536a7d !important; font-size: 14px !important; line-height: 1.65 !important; }
.ace-growth-service-stack__grid article > .ace-growth-service-stack__includes { display: inline-flex; align-self: flex-start; margin-top: 12px !important; padding: 6px 9px; border: 1px solid rgba(8,121,158,.18); border-radius: 999px; color: #08799e !important; background: rgba(104,225,237,.12); font-size: 9px !important; font-weight: 850; letter-spacing: .05em; line-height: 1.25 !important; }
.ace-growth-service-stack__grid ul { position: relative; z-index: 1; display: grid; gap: 10px; margin: 20px 0 0 !important; padding: 0 !important; list-style: none !important; }
.ace-growth-service-stack__grid li { position: relative; margin: 0 !important; padding-left: 22px; color: #40596c; font-size: 13px; line-height: 1.5; }
.ace-growth-service-stack__grid li::before { content: "\2713"; position: absolute; left: 0; color: #e65311; font-weight: 950; }
.ace-growth-service-stack__grid .ace-growth-service-stack__scope { position: relative; z-index: 1; margin: 18px 0 0 !important; padding: 12px 13px; border: 1px solid #d3e3e9; border-radius: 10px; color: #526a7a !important; background: rgba(255,255,255,.66); font-size: 11px !important; line-height: 1.55 !important; }
.ace-growth-service-stack__scope strong { display: block; margin-bottom: 3px; color: #08799e; font-size: 8px; letter-spacing: .12em; }
.ace-growth-service-stack__fit { position: relative; z-index: 1; display: grid; gap: 5px; margin-top: auto; padding-top: 20px; border-top: 1px solid #d7e3ea; }
.ace-growth-service-stack__fit span { color: #d94b0c; font-size: 8px; font-weight: 950; letter-spacing: .12em; }
.ace-growth-service-stack__fit strong { color: #17364c; font-size: 13px; line-height: 1.45; }
.ace-growth-service-stack__button { position: relative; z-index: 1; width: 100%; margin-top: 18px; padding-inline: 14px; text-align: center; }
.ace-growth-service-stack__grid .is-complete { border-color: rgba(104,225,237,.32); border-top-color: #ff8b39; background: linear-gradient(145deg,#0b4164,#061321); box-shadow: 0 30px 64px -40px rgba(5,41,64,.8); }
.ace-growth-service-stack__grid .is-complete::after { background: radial-gradient(circle,rgba(255,177,74,.19),transparent 69%); }
.ace-growth-service-stack__grid .is-complete .ace-growth-service-stack__top b { color: #8fd4dc; }
.ace-growth-service-stack__grid .is-complete h3 { color: #dcecf0 !important; font-weight: 680 !important; }
.ace-growth-service-stack__grid .is-complete p,
.ace-growth-service-stack__grid .is-complete li { color: #b8cdd6 !important; }
.ace-growth-service-stack__grid .is-complete .ace-growth-service-stack__tier { color: #ffb160 !important; }
.ace-growth-service-stack__grid .is-complete .ace-growth-service-stack__includes { border-color: rgba(104,225,237,.25); color: #9feaf0 !important; background: rgba(104,225,237,.08); }
.ace-growth-service-stack__grid .is-complete .ace-growth-service-stack__scope { border-color: rgba(104,225,237,.18); color: #b8cdd6 !important; background: rgba(4,24,39,.34); }
.ace-growth-service-stack__grid .is-complete .ace-growth-service-stack__scope strong { color: #8fd4dc; }
.ace-growth-service-stack__grid .is-complete .ace-growth-service-stack__fit { border-color: rgba(104,225,237,.18); }
.ace-growth-service-stack__grid .is-complete .ace-growth-service-stack__fit strong { color: #dcecf0; }
.ace-growth-service-stack__action { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 28px; align-items: center; margin-top: 22px; padding: 25px; border: 1px solid rgba(104,225,237,.2); border-radius: 16px; color: #dcebf0; background: linear-gradient(115deg,#092a44,#0b4164); box-shadow: 0 24px 50px -40px rgba(3,35,57,.72); }
.ace-growth-service-stack__action > div { display: grid; gap: 5px; }
.ace-growth-service-stack__action strong { color: #dcecf0; font-size: 19px; font-weight: 700; }
.ace-growth-service-stack__action span { color: #b8cdd6; font-size: 14px; line-height: 1.55; }

.ace-growth-campaign-system { color: #dcebf0; background: linear-gradient(135deg, #071827, #0a3855); }
.ace-growth-campaign-system .ace-growth-section-heading h2 { color: #dcecf0 !important; font-weight: 690 !important; }
.ace-growth-campaign-system .ace-growth-section-heading > p:last-child { color: #b8cdd6 !important; }
.ace-growth-campaign-flow { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.ace-growth-campaign-flow article { position: relative; min-height: 235px; padding: 22px; border: 1px solid rgba(104,225,237,.18); border-radius: 15px; background: linear-gradient(145deg, rgba(13,76,108,.72), rgba(4,24,39,.82)); box-shadow: inset 0 1px rgba(255,255,255,.05); }
.ace-growth-campaign-flow article > span { display: block; color: #ffb468; font-size: 10px; font-weight: 950; letter-spacing: .12em; }
.ace-growth-campaign-flow strong { display: block; margin-top: 16px; color: #eff8fa; font-size: 17px; line-height: 1.25; }
.ace-growth-campaign-flow p { margin: 12px 0 0 !important; color: #a9c0ca !important; font-size: 13px !important; line-height: 1.58 !important; }

.ace-growth-appointment { background: #fff; }
.ace-growth-photo-layout { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1fr); gap: clamp(42px, 7vw, 84px); align-items: center; }
.ace-growth-photo-layout figure { position: relative; margin: 0; }
.ace-growth-photo-layout figure::before { content: ""; position: absolute; z-index: -1; inset: -16px 34px 34px -16px; border-radius: 23px; background: linear-gradient(145deg, #0b4164, #68e1ed); opacity: .22; }
.ace-growth-photo-layout img { width: 100%; height: clamp(320px, 48vw, 560px); aspect-ratio: 3 / 3.15; display: block; object-fit: cover; border-radius: 20px; box-shadow: 0 34px 70px -40px rgba(3,29,47,.58); }
.ace-growth-photo-layout figcaption { margin-top: 12px; color: #607486; font-size: 12px; line-height: 1.55; }
.ace-growth-photo-layout .ace-growth-check-list { margin: 24px 0 !important; }

.ace-growth-proof { padding-top: 0; background: #fff; }
.ace-growth-proof__panel { overflow: hidden; border: 1px solid #c8dbe4; border-radius: 20px; background: linear-gradient(135deg, #eaf5f8, #f9fbfc); }
.ace-growth-proof__label { display: flex; align-items: center; gap: 9px; padding: 11px 22px; color: #0a5c79; background: #dceff4; border-bottom: 1px solid #c8dbe4; font-size: 10px; font-weight: 950; letter-spacing: .11em; text-transform: uppercase; }
.ace-growth-proof__label span { width: 8px; height: 8px; border-radius: 50%; background: #30b978; box-shadow: 0 0 10px rgba(48,185,120,.58); }
.ace-growth-proof__layout { display: grid; grid-template-columns: 1.35fr .75fr; gap: 54px; padding: 38px; }
.ace-growth-proof__layout h2 { margin: 0 !important; color: var(--ace-ink) !important; font-size: clamp(29px, 3.7vw, 45px) !important; line-height: 1.08 !important; letter-spacing: -.038em !important; }
.ace-growth-proof__layout p { color: #4f6678; font-size: 16px; line-height: 1.7; }
.ace-growth-proof__layout dl { display: grid; gap: 9px; margin: 0; }
.ace-growth-proof__layout dl > div { padding: 13px 15px; border: 1px solid #d4e3e9; border-radius: 10px; background: rgba(255,255,255,.75); }
.ace-growth-proof__layout dt { color: #6a7d8b; font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.ace-growth-proof__layout dd { margin: 3px 0 0; color: #17344a; font-size: 13px; font-weight: 800; line-height: 1.4; }

.ace-growth-proof__header { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(300px,.7fr); gap: 48px; align-items: end; padding: 38px 38px 24px; }
.ace-growth-proof__header .ace-growth-kicker { margin-bottom: 10px !important; }
.ace-growth-proof__header h2 { margin: 0 !important; color: var(--ace-ink) !important; font-size: clamp(32px,4.2vw,52px) !important; font-weight: 720 !important; line-height: 1.07 !important; letter-spacing: -.038em !important; }
.ace-growth-proof__header > p { margin: 0 !important; color: #526a7b !important; font-size: 14px !important; line-height: 1.7 !important; }
.ace-growth-case-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 13px; padding: 0 38px 38px; }
.ace-growth-case-grid article { position: relative; overflow: hidden; min-height: 260px; display: flex; flex-direction: column; padding: 23px; border: 1px solid #cfdee5; border-radius: 15px; background: linear-gradient(145deg,#fff,#edf5f7); box-shadow: 0 24px 48px -42px rgba(4,39,61,.58); }
.ace-growth-case-grid article::after { content: ""; position: absolute; right: -40px; bottom: -42px; width: 130px; height: 130px; border-radius: 50%; background: radial-gradient(circle,rgba(104,225,237,.28),transparent 68%); }
.ace-growth-case-grid article > span { position: relative; z-index: 1; color: #08799e; font-size: 8px; font-weight: 950; line-height: 1.4; letter-spacing: .1em; }
.ace-growth-case-grid article > strong { position: relative; z-index: 1; display: block; margin-top: 16px; color: #e65311; font-size: clamp(28px,3.2vw,42px); font-weight: 780; line-height: 1; letter-spacing: -.04em; }
.ace-growth-case-grid h3 { position: relative; z-index: 1; margin: 11px 0 0 !important; color: #17364c !important; font-size: 17px !important; line-height: 1.3 !important; }
.ace-growth-case-grid p { position: relative; z-index: 1; margin: 12px 0 0 !important; color: #587080 !important; font-size: 12px !important; line-height: 1.62 !important; }
.ace-growth-proof__footnote { margin: 0 38px 38px; padding: 17px 19px; border: 1px solid #dfc498; border-radius: 12px; color: #6e4d31; background: #fff7eb; font-size: 11px; line-height: 1.65; }

.ace-growth-lifecycle { overflow: hidden; background: #fff; }
.ace-growth-lifecycle__orbit { position: relative; width: min(100%,520px); aspect-ratio: 1; justify-self: center; border: 1px solid #c6dde6; border-radius: 50%; background: radial-gradient(circle at center,#fff 0 23%,#edf7f9 24% 25%,transparent 26% 43%,#d7ecf1 44% 44.6%,transparent 45%), linear-gradient(145deg,#f9fcfd,#e8f4f7); box-shadow: 0 35px 70px -48px rgba(4,42,66,.68), inset 0 0 70px rgba(104,225,237,.08); animation: ace-growth-orbit-breathe 6s ease-in-out infinite; }
.ace-growth-lifecycle__orbit::before { content: ""; position: absolute; inset: 8%; border: 1px dashed rgba(8,121,158,.28); border-radius: 50%; animation: ace-growth-orbit-spin 30s linear infinite; }
.ace-growth-lifecycle__center { position: absolute; z-index: 2; top: 50%; left: 50%; width: 42%; aspect-ratio: 1; display: grid; place-content: center; gap: 7px; translate: -50% -50%; border: 1px solid rgba(255,177,74,.65); border-radius: 50%; background: linear-gradient(145deg,#0b4164,#061b2d); box-shadow: 0 0 0 10px rgba(255,177,74,.08),0 0 45px rgba(11,83,119,.24); text-align: center; }
.ace-growth-lifecycle__center span { color: #ffc47d; font-size: 8px; font-weight: 950; letter-spacing: .12em; }
.ace-growth-lifecycle__center strong { color: #dcecf0; font-size: clamp(15px,2vw,22px); font-weight: 680; line-height: 1.15; }
.ace-growth-lifecycle__orbit > span { --angle: calc((var(--orbit) - 1) * 60deg); position: absolute; z-index: 3; top: 50%; left: 50%; min-width: 88px; padding: 8px 10px; translate: -50% -50%; transform: rotate(var(--angle)) translateY(-210%) rotate(calc(var(--angle) * -1)); border: 1px solid #bdd8e2; border-radius: 999px; color: #0a607d; background: rgba(255,255,255,.92); box-shadow: 0 12px 30px -24px rgba(4,35,55,.7); font-size: 10px; font-weight: 850; text-align: center; }
@keyframes ace-growth-orbit-spin { to { rotate: 1turn; } }
@keyframes ace-growth-orbit-breathe { 0%,100% { box-shadow: 0 35px 70px -48px rgba(4,42,66,.68),inset 0 0 70px rgba(104,225,237,.08); } 50% { box-shadow: 0 35px 78px -40px rgba(4,42,66,.62),inset 0 0 92px rgba(104,225,237,.14); } }

.ace-growth-measurement { background: #edf4f7; }
.ace-growth-measure-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.ace-growth-measure-grid article { min-height: 125px; display: grid; align-content: center; gap: 6px; padding: 20px; border: 1px solid #d2e1e7; border-radius: 13px; background: rgba(255,255,255,.82); }
.ace-growth-measure-grid strong { color: #0b6e8e; font-size: 15px; }
.ace-growth-measure-grid span { color: #536b7c; font-size: 13px; line-height: 1.5; }
.ace-growth-bullet-cta { display: grid; grid-template-columns: 1fr auto; gap: 35px; align-items: end; margin-top: 27px; padding: 28px; border-radius: 16px; color: #dcebf0; background: #092a44; }
.ace-growth-bullet-cta h3 { margin: 0 0 13px !important; color: #f0f7f9 !important; font-size: 19px !important; }
.ace-growth-bullet-cta ul { display: grid; grid-template-columns: 1fr 1fr; gap: 6px 28px; margin: 0 !important; padding-left: 20px !important; color: #b8ced7; font-size: 13px; line-height: 1.45; }

.ace-growth-first-review { background: #fff; }

.ace-growth-scorecard-download {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #dcebf0;
  background:
    radial-gradient(circle at 81% 26%, rgba(104,225,237,.17), transparent 26%),
    radial-gradient(circle at 12% 78%, rgba(255,100,23,.1), transparent 25%),
    linear-gradient(135deg, #061321, #0a3552 70%, #092a44);
}
.ace-growth-scorecard-download::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image: linear-gradient(rgba(104,225,237,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(104,225,237,.045) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: linear-gradient(90deg, rgba(0,0,0,.35), rgba(0,0,0,.92));
}
.ace-growth-scorecard-download__layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr); gap: clamp(45px, 7vw, 88px); align-items: center; }
.ace-growth-scorecard-download h2 { max-width: 780px; margin: 0 !important; color: #dcecf0 !important; font-size: clamp(35px, 4.7vw, 58px) !important; font-weight: 690 !important; line-height: 1.07 !important; letter-spacing: -.038em !important; }
.ace-growth-scorecard-download p { max-width: 730px; margin: 21px 0 0 !important; color: #bad0d9 !important; font-size: 17px !important; line-height: 1.7 !important; }
.ace-growth-check-list--dark { margin-top: 24px !important; }
.ace-growth-check-list--dark li { color: #d3e4ea; }
.ace-growth-text-action { align-self: center; color: #9be8ef !important; font-size: 14px; font-weight: 850; text-decoration-color: rgba(155,232,239,.45); }

.ace-growth-scorecard-visual {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border: 1px solid rgba(104,225,237,.33);
  border-radius: 22px;
  background: linear-gradient(150deg, rgba(11,73,104,.78), rgba(3,19,31,.9));
  box-shadow: 0 42px 82px -45px rgba(0,0,0,.92), inset 0 1px rgba(255,255,255,.07), 0 0 48px rgba(104,225,237,.06);
  transform: rotate(1.2deg);
}
.ace-growth-scorecard-visual::before { content: ""; position: absolute; inset: -80% -45%; background: linear-gradient(115deg, transparent 44%, rgba(255,255,255,.08) 50%, transparent 56%); translate: -38% 0; animation: ace-growth-scorecard-glint 6.5s ease-in-out infinite; pointer-events: none; }
@keyframes ace-growth-scorecard-glint { 0%, 64% { translate: -38% 0; } 90%, 100% { translate: 38% 0; } }
.ace-growth-scorecard-visual__top { position: relative; display: flex; justify-content: space-between; gap: 15px; padding-bottom: 15px; border-bottom: 1px solid rgba(104,225,237,.18); color: #9db8c4; font-size: 9px; font-weight: 900; letter-spacing: .11em; }
.ace-growth-scorecard-visual__top strong { color: #ffb368; }
.ace-growth-scorecard-visual ol { position: relative; display: grid; gap: 11px; margin: 19px 0 0 !important; padding: 0 !important; list-style: none !important; }
.ace-growth-scorecard-visual li { display: grid; grid-template-columns: 28px 120px 1fr; gap: 10px; align-items: center; margin: 0 !important; }
.ace-growth-scorecard-visual li > span { color: #68e1ed; font-size: 9px; font-weight: 950; }
.ace-growth-scorecard-visual li > b { color: #e8f3f6; font-size: 12px; font-weight: 780; }
.ace-growth-scorecard-visual li > i { position: relative; height: 6px; overflow: hidden; border-radius: 99px; background: rgba(139,183,201,.14); }
.ace-growth-scorecard-visual li > i::after { content: ""; position: absolute; inset: 0 auto 0 0; width: var(--score); border-radius: inherit; background: linear-gradient(90deg, #ff7b2f, #ffb14a 35%, #68e1ed); box-shadow: 0 0 12px rgba(104,225,237,.35); transform-origin: left center; }
.ace-growth-js .ace-growth-scorecard-visual li > i::after { transform: scaleX(0); transition: transform .9s cubic-bezier(.2,.8,.2,1); }
.ace-growth-js .ace-growth-scorecard-visual.ace-growth-in-view li > i::after { transform: scaleX(1); }
.ace-growth-js .ace-growth-scorecard-visual.ace-growth-in-view li:nth-child(2) > i::after { transition-delay: .08s; }
.ace-growth-js .ace-growth-scorecard-visual.ace-growth-in-view li:nth-child(3) > i::after { transition-delay: .16s; }
.ace-growth-js .ace-growth-scorecard-visual.ace-growth-in-view li:nth-child(4) > i::after { transition-delay: .24s; }
.ace-growth-js .ace-growth-scorecard-visual.ace-growth-in-view li:nth-child(5) > i::after { transition-delay: .32s; }
.ace-growth-js .ace-growth-scorecard-visual.ace-growth-in-view li:nth-child(6) > i::after { transition-delay: .4s; }
.ace-growth-js .ace-growth-scorecard-visual.ace-growth-in-view li:nth-child(7) > i::after { transition-delay: .48s; }
.ace-growth-scorecard-visual > p { position: relative; margin: 18px 0 0 !important; color: #829eac !important; font-size: 10px !important; line-height: 1.5 !important; }

.ace-growth-ownership { background: #fff; }
.ace-growth-ownership a,
.ace-growth-no-promises a { color: #08789d; font-weight: 780; }
.ace-growth-no-promises { padding: 28px; border: 1px solid #e2c99f; border-left: 5px solid var(--ace-orange); border-radius: 14px; background: #fff7ec; }
.ace-growth-no-promises h3,
.ace-growth-no-promises h2 { margin: 0 0 13px !important; color: #4d2d15 !important; font-size: 22px !important; line-height: 1.2 !important; }
.ace-growth-no-promises p { margin: 12px 0 0 !important; color: #6b4c33 !important; font-size: 14px !important; line-height: 1.65 !important; }
.ace-growth-sources { margin-top: 30px; padding-top: 24px; border-top: 1px solid #d6e3e9; }
.ace-growth-sources h3 { margin: 0 !important; color: #173b54 !important; font-size: 18px !important; }
.ace-growth-sources p { margin-top: 10px !important; color: #5e7382 !important; font-size: 13px !important; line-height: 1.65 !important; }

.ace-growth-final-cta { position: relative; isolation: isolate; overflow: hidden; padding: 90px 0; color: #dcebf0; background: linear-gradient(135deg, #061321, #0b4164); text-align: center; }
.ace-growth-final-cta .ace-growth-shell { max-width: 920px; }
.ace-growth-final-cta h2 { margin: 0 !important; color: #dcecf0 !important; font-size: clamp(37px, 5vw, 62px) !important; font-weight: 680 !important; line-height: 1.07 !important; letter-spacing: -.038em !important; }
.ace-growth-final-cta ul { display: flex; flex-wrap: wrap; justify-content: center; gap: 7px 20px; margin: 25px 0 0 !important; padding: 0 !important; list-style: none !important; color: #bcd1da; font-size: 14px; }
.ace-growth-final-cta li::before { content: "•"; margin-right: 8px; color: var(--ace-amber); }

/* FAQ and related cluster */
.ace-growth-faq { background: #f4f8fa; }
.ace-growth-faq-list { display: grid; gap: 10px; }
.ace-growth-faq-item { border: 1px solid var(--ace-line); border-radius: 13px; background: #fff; box-shadow: 0 18px 38px -38px rgba(4,38,61,.5); }
.ace-growth-faq-item summary { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 22px; color: var(--ace-ink); font-size: 17px; font-weight: 820; line-height: 1.35; cursor: pointer; list-style: none; }
.ace-growth-faq-item summary::-webkit-details-marker { display: none; }
.ace-growth-faq-item summary span { flex: 0 0 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: #0a5f7d; background: #e6f4f7; font-size: 21px; transition: transform .18s ease; }
.ace-growth-faq-item[open] summary span { transform: rotate(45deg); }
.ace-growth-faq-item > div { padding: 0 22px 20px; }
.ace-growth-faq-item p { max-width: 920px; margin: 0 !important; color: #526a7b !important; font-size: 15px !important; line-height: 1.68 !important; }
.ace-growth-mini-proof { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px 22px; margin: 25px 0 0 !important; padding: 0 !important; list-style: none !important; color: #4f6779; font-size: 13px; }
.ace-growth-mini-proof li::before { content: "✓"; margin-right: 7px; color: var(--ace-orange); font-weight: 900; }

.ace-growth-related { padding: 84px 0 100px; background: #fff; }
.ace-growth-related-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.ace-growth-related-card { min-height: 280px; display: flex; flex-direction: column; padding: 23px; border: 1px solid var(--ace-line); border-radius: 15px; background: linear-gradient(150deg, #fff, #f2f7f9); }
.ace-growth-related-card > p { margin: 0 !important; color: var(--ace-orange) !important; font-size: 10px !important; font-weight: 950 !important; letter-spacing: .11em; text-transform: uppercase; }
.ace-growth-related-card h3 { margin: 13px 0 12px !important; font-size: 18px !important; line-height: 1.28 !important; }
.ace-growth-related-card h3 a { color: var(--ace-ink); text-decoration: none; }
.ace-growth-related-card h3 a:hover { text-decoration: underline; }
.ace-growth-related-card > span { color: #5a6f7e; font-size: 13px; line-height: 1.55; }
.ace-growth-text-link { margin-top: auto; padding-top: 20px; color: #08799e !important; font-size: 13px; font-weight: 850; text-decoration: none; }

.ace-growth-js .ace-signal-loop li,
.ace-growth-js .ace-growth-journey li,
.ace-growth-js .ace-growth-human-code__notes article,
.ace-growth-js .ace-growth-capability-grid article,
.ace-growth-js .ace-growth-service-stack__grid article,
.ace-growth-js .ace-growth-campaign-flow article,
.ace-growth-js .ace-growth-case-grid article,
.ace-growth-js .ace-growth-measure-grid article,
.ace-growth-js .ace-growth-related-card {
  opacity: .76;
  translate: 0 11px;
  transition: opacity .5s ease, translate .5s ease, border-color .2s ease, box-shadow .2s ease;
}
.ace-growth-js .ace-signal-loop li.ace-growth-in-view,
.ace-growth-js .ace-growth-journey li.ace-growth-in-view,
.ace-growth-js .ace-growth-human-code__notes article.ace-growth-in-view,
.ace-growth-js .ace-growth-capability-grid article.ace-growth-in-view,
.ace-growth-js .ace-growth-service-stack__grid article.ace-growth-in-view,
.ace-growth-js .ace-growth-campaign-flow article.ace-growth-in-view,
.ace-growth-js .ace-growth-case-grid article.ace-growth-in-view,
.ace-growth-js .ace-growth-measure-grid article.ace-growth-in-view,
.ace-growth-js .ace-growth-related-card.ace-growth-in-view { opacity: 1; translate: 0 0; }
.ace-growth-js .ace-signal-loop li:nth-child(2),
.ace-growth-js .ace-growth-capability-grid article:nth-child(2),
.ace-growth-js .ace-growth-service-stack__grid article:nth-child(2),
.ace-growth-js .ace-growth-measure-grid article:nth-child(2) { transition-delay: .05s; }
.ace-growth-js .ace-signal-loop li:nth-child(3),
.ace-growth-js .ace-growth-capability-grid article:nth-child(3),
.ace-growth-js .ace-growth-service-stack__grid article:nth-child(3),
.ace-growth-js .ace-growth-measure-grid article:nth-child(3) { transition-delay: .1s; }
.ace-growth-js .ace-signal-loop li:nth-child(4),
.ace-growth-js .ace-growth-capability-grid article:nth-child(4),
.ace-growth-js .ace-growth-service-stack__grid article:nth-child(4) { transition-delay: .15s; }
.ace-growth-capability-grid article:hover,
.ace-growth-related-card:hover { border-color: #a8c7d3; box-shadow: 0 28px 55px -38px rgba(4,49,75,.36); }

/* Article system */
.ace-growth-article-hero { position: relative; isolation: isolate; overflow: hidden; padding: 90px 0; color: #dcebf0; background: linear-gradient(128deg, #061321, #0b4164); }
.ace-growth-article-hero--orange { background: linear-gradient(128deg, #061321, #12364e 68%, #4a2b19); }
.ace-growth-article-hero--cyan { background: linear-gradient(128deg, #061321, #0a3b57 72%, #09546b); }
.ace-growth-article-hero--image > img { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .23; }
.ace-growth-article-hero--image::before { content: ""; position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(4,20,33,.98), rgba(5,35,53,.82)); }
.ace-growth-article-hero__layout { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(260px, .55fr); gap: clamp(38px, 7vw, 86px); align-items: center; }
.ace-growth-article-hero h1 { max-width: 890px; margin: 0 !important; color: #dcecf0 !important; font-size: clamp(39px, 5vw, 64px) !important; font-weight: 680 !important; line-height: 1.07 !important; letter-spacing: -.039em !important; text-shadow: 0 10px 34px rgba(0,0,0,.24); }
.ace-growth-article-hero__layout > div:first-child > p:not(.ace-growth-kicker) { max-width: 820px; margin: 23px 0 0 !important; color: #bed1da !important; font-size: 18px !important; line-height: 1.62 !important; }
.ace-growth-byline { display: flex; flex-wrap: wrap; gap: 7px 20px; margin-top: 25px; color: #9fb8c4; font-size: 12px; }
.ace-growth-byline strong { color: #ffb368; }
.ace-growth-byline strong a { color: inherit; }
.ace-growth-article-hero__metric { padding: 24px; border: 1px solid rgba(104,225,237,.25); border-radius: 16px; background: rgba(4,27,43,.7); box-shadow: inset 0 1px rgba(255,255,255,.06); }
.ace-growth-article-hero__metric > span { color: #82dfe8; font-size: 9px; font-weight: 950; letter-spacing: .12em; }
.ace-growth-article-hero__metric strong { display: block; margin-top: 11px; color: #f0f7f9; font-size: 22px; line-height: 1.18; }
.ace-growth-article-hero__metric p { margin: 11px 0 0 !important; color: #9fb8c4 !important; font-size: 13px !important; line-height: 1.55 !important; }

.ace-growth-article-layout { display: grid; grid-template-columns: 220px minmax(0, 790px); justify-content: center; gap: clamp(45px, 7vw, 90px); padding-block: 78px 105px; }
.ace-growth-toc { position: sticky; top: 110px; align-self: start; display: grid; gap: 5px; padding: 18px; border: 1px solid var(--ace-line); border-radius: 13px; background: #fff; }
.ace-growth-toc strong { margin-bottom: 6px; color: var(--ace-ink); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.ace-growth-toc a { padding: 6px 8px; border-radius: 6px; color: #50697b; font-size: 12px; line-height: 1.3; text-decoration: none; }
.ace-growth-toc a:hover { color: #076e91; background: #edf6f8; }

.ace-growth-prose { min-width: 0; }
.ace-growth-prose section { scroll-margin-top: 100px; margin-top: 62px; }
.ace-growth-prose section:first-child { margin-top: 0; }
.ace-growth-prose h2 { margin: 0 0 20px !important; color: var(--ace-ink) !important; font-size: clamp(29px, 3.7vw, 42px) !important; font-weight: 760 !important; line-height: 1.12 !important; letter-spacing: -.037em !important; }
.ace-growth-prose h3 { margin: 32px 0 12px !important; color: #173b54 !important; font-size: 22px !important; line-height: 1.25 !important; }
.ace-growth-prose p { margin: 16px 0 0 !important; color: #40596c !important; font-size: 17px !important; line-height: 1.78 !important; }
.ace-growth-prose a { color: #08799e; font-weight: 730; }
.ace-growth-prose ul,
.ace-growth-prose ol { display: grid; gap: 10px; margin: 21px 0 0 !important; padding-left: 25px !important; color: #40596c; font-size: 16px; line-height: 1.67; }
.ace-growth-prose li { margin: 0 !important; }
.ace-growth-article-deck { padding-left: 22px; border-left: 4px solid var(--ace-orange); color: #25475e !important; font-size: 20px !important; font-weight: 620 !important; line-height: 1.62 !important; }

.ace-growth-definition-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; margin-top: 25px; }
.ace-growth-definition-grid > div { padding: 18px; border: 1px solid var(--ace-line); border-radius: 11px; background: #fff; }
.ace-growth-definition-grid strong { display: block; color: #0a718f; font-size: 14px; }
.ace-growth-definition-grid span { display: block; margin-top: 5px; color: #536a7b; font-size: 13px; line-height: 1.5; }

.ace-growth-inline-cta { display: grid; grid-template-columns: 1fr auto; gap: 26px; align-items: center; margin-top: 28px; padding: 24px; border: 1px solid #cbdde5; border-radius: 14px; background: #eaf4f7; }
.ace-growth-inline-cta > div { display: grid; gap: 4px; }
.ace-growth-inline-cta strong { color: #153c55; font-size: 16px; }
.ace-growth-inline-cta span { color: #526a7b; font-size: 13px; line-height: 1.5; }
.ace-growth-inline-cta ul { margin: 8px 0 0 !important; padding-left: 19px !important; font-size: 12px !important; gap: 3px !important; }

.ace-growth-scorecard { margin-top: 25px; padding: 24px; border: 1px solid #cbdde5; border-radius: 14px; background: linear-gradient(145deg, #fff, #edf5f7); }
.ace-growth-scorecard h3 { margin-top: 0 !important; }
.ace-growth-supervision-table { display: grid; margin-top: 24px; overflow: hidden; border: 1px solid #cbdde5; border-radius: 13px; }
.ace-growth-supervision-table > div { display: grid; grid-template-columns: .72fr 1fr 1.2fr; }
.ace-growth-supervision-table span,
.ace-growth-supervision-table strong { padding: 12px 13px; border-right: 1px solid #d7e4e9; border-bottom: 1px solid #d7e4e9; color: #456072; font-size: 12px; line-height: 1.5; }
.ace-growth-supervision-table strong { color: #eaf4f7; background: #0b4164; }
.ace-growth-supervision-table > div:last-child span { border-bottom: 0; }
.ace-growth-supervision-table span:last-child,
.ace-growth-supervision-table strong:last-child { border-right: 0; }

.ace-growth-no-promises--article { margin: 65px 0 0; }
.ace-growth-no-promises--article h2 { font-size: 23px !important; }
.ace-growth-article-final { padding: 34px; border: 1px solid #cbdde5; border-radius: 17px; background: linear-gradient(145deg, #fff, #edf5f7); }
.ace-growth-article-final .ace-growth-button { margin-top: 25px; }
.ace-growth-review-note { margin-top: 25px !important; padding-top: 20px; border-top: 1px solid #d5e2e7; color: #687b88 !important; font-size: 12px !important; line-height: 1.6 !important; }
.ace-growth-sources--article { padding: 24px; border: 1px solid #cbdde5; border-radius: 14px; background: #f5f9fa; }
.ace-growth-prose .ace-growth-sources--article h2 { margin: 0 !important; font-size: 24px !important; }
.ace-growth-prose .ace-growth-sources--article p { margin-top: 11px !important; font-size: 14px !important; line-height: 1.7 !important; }

@media (max-width: 1050px) {
  .ace-growth-hero__layout { grid-template-columns: 1fr minmax(280px, .55fr); gap: 35px; }
  .ace-growth-console__radar { width: 170px; }
  .ace-growth-trust-rail .ace-growth-shell { grid-template-columns: repeat(2,1fr); }
  .ace-growth-journey { grid-template-columns: repeat(3,1fr); }
  .ace-growth-journey::before { display: none; }
  .ace-growth-capability-grid { grid-template-columns: repeat(2, 1fr); }
  .ace-growth-service-stack__grid { grid-template-columns: repeat(2, 1fr); }
  .ace-growth-campaign-flow { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .ace-growth-case-grid { grid-template-columns: repeat(2,1fr); }
  .ace-growth-related-grid { grid-template-columns: repeat(2, 1fr); }
  .ace-growth-article-layout { grid-template-columns: 180px minmax(0, 730px); gap: 45px; }
}

@media (max-width: 860px) {
  .ace-growth-hero { min-height: auto; }
  .ace-growth-hero__layout,
  .ace-growth-split,
  .ace-growth-photo-layout,
  .ace-growth-proof__layout,
  .ace-growth-proof__header,
  .ace-growth-article-hero__layout { grid-template-columns: 1fr; }
	.ace-growth-scorecard-download__layout { grid-template-columns: 1fr; }
  .ace-growth-hero__layout { padding-block: 68px; }
  .ace-growth-console { max-width: 520px; }
  .ace-growth-human-code__formula { grid-template-columns: repeat(4,auto); }
  .ace-growth-human-code__formula i { display: none; }
  .ace-growth-trust-rail .ace-growth-shell { grid-template-columns: 1fr; }
  .ace-growth-trust-rail .ace-growth-shell > div { min-height: auto; border-right: 1px solid rgba(104,225,237,.14); border-bottom: 1px solid rgba(104,225,237,.14); }
  .ace-signal-loop { grid-template-columns: repeat(2, 1fr); }
  .ace-growth-journey { grid-template-columns: repeat(2,1fr); }
  .ace-signal-loop::before { display: none; }
  .ace-signal-loop li:nth-child(n+5) { transform: none; }
  .ace-growth-measure-grid { grid-template-columns: 1fr 1fr; }
  .ace-growth-campaign-flow { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ace-growth-human-code__notes { grid-template-columns: 1fr; }
  .ace-growth-bullet-cta { grid-template-columns: 1fr; align-items: start; }
  .ace-growth-service-stack__ladder { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .ace-growth-service-stack__ladder i { display: none; }
  .ace-growth-service-stack__ladder span { justify-content: center; text-align: center; }
  .ace-growth-article-layout { grid-template-columns: 1fr; padding-top: 40px; }
  .ace-growth-toc { position: static; grid-template-columns: 1fr 1fr; }
  .ace-growth-toc strong { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .ace-growth-page,
  .ace-growth-article { font-size: 16px; }
  .ace-growth-shell,
  .ace-growth-crumbs { width: min(100% - 28px, 1180px); }
  .ace-growth-crumbs { overflow-x: auto; white-space: nowrap; font-size: 12px; }
  .ace-growth-hero__layout { padding-block: 52px; }
  .ace-growth-hero__copy { display: flex; flex-direction: column; }
  .ace-growth-hero__copy .ace-growth-kicker { order: 1; }
  .ace-growth-hero__copy h1 { order: 2; }
  .ace-growth-hero__copy .ace-growth-hero__lead { order: 3; }
  .ace-growth-hero__copy .ace-growth-actions { order: 4; }
  .ace-growth-hero__copy .ace-growth-hero__bullets { order: 5; }
  .ace-growth-hero__copy .ace-growth-microcopy { order: 6; }
  .ace-growth-hero__copy h1 { font-size: clamp(38px, 11vw, 52px) !important; }
  .ace-growth-hero__h1-sub { font-size: .48em; }
  .ace-growth-hero__lead { font-size: 17px !important; }
  .ace-growth-actions { align-items: stretch; }
  .ace-growth-actions .ace-growth-button { width: 100%; }
  .ace-growth-console { padding: 17px; }
  .ace-growth-hero__floor { display: none; }
  .ace-growth-console__radar { width: 160px; }
  .ace-growth-console__route { gap: 5px; }
  .ace-growth-console__route span { font-size: 9px; letter-spacing: .035em; }
  .ace-growth-console dl { grid-template-columns: 1fr; }
  .ace-growth-section { padding: 68px 0; }
  .ace-growth-section-heading h2,
  .ace-growth-split h2,
  .ace-growth-photo-layout h2 { font-size: 35px !important; }
  .ace-growth-section-heading > p:last-child,
  .ace-growth-split > div > p,
  .ace-growth-photo-layout > div > p { font-size: 16px !important; }
  .ace-growth-bullet-panel { padding: 22px; }
  .ace-signal-loop,
  .ace-growth-journey,
  .ace-growth-capability-grid,
  .ace-growth-campaign-flow,
  .ace-growth-case-grid,
  .ace-growth-measure-grid,
  .ace-growth-related-grid,
  .ace-growth-definition-grid { grid-template-columns: 1fr; }
  .ace-signal-loop li { min-height: 0; grid-template-columns: 55px 1fr; grid-template-rows: auto; align-items: start; padding: 17px; }
  .ace-growth-journey li { min-height: 0; grid-template-columns: 55px 1fr; grid-template-rows: auto; align-items: start; padding: 17px; }
  .ace-signal-loop li > span { width: 48px; height: 48px; box-shadow: 0 0 0 5px #092a44, 0 0 18px rgba(104,225,237,.32); }
  .ace-growth-journey li > span { width: 48px; height: 48px; box-shadow: 0 0 0 5px #092a44, 0 0 18px rgba(104,225,237,.32); }
  .ace-growth-human-code__formula { grid-template-columns: 1fr; gap: 8px; padding: 18px; }
  .ace-growth-human-code__formula span { padding: 8px; border: 1px solid rgba(104,225,237,.12); border-radius: 8px; background: rgba(5,24,39,.5); }
  .ace-growth-human-code__notes article { min-height: 0; }
  .ace-growth-loop__action { align-items: stretch; flex-direction: column; }
  .ace-growth-loop__action .ace-growth-button { width: 100%; }
  .ace-growth-capability-grid article { min-height: 0; }
  .ace-growth-service-stack__ladder { grid-template-columns: 1fr 1fr; gap: 9px; }
  .ace-growth-service-stack__ladder span { justify-content: flex-start; padding: 4px; text-align: left; }
  .ace-growth-service-stack__grid { grid-template-columns: 1fr; }
  .ace-growth-service-stack__grid article { min-height: 0; padding: 22px; }
  .ace-growth-service-stack__action { grid-template-columns: 1fr; }
  .ace-growth-service-stack__action .ace-growth-button { width: 100%; }
  .ace-growth-proof__layout { gap: 25px; padding: 25px; }
  .ace-growth-proof__header { gap: 18px; padding: 25px 22px 19px; }
  .ace-growth-case-grid { padding: 0 22px 22px; }
  .ace-growth-case-grid article { min-height: 0; }
  .ace-growth-proof__footnote { margin: 0 22px 22px; }
  .ace-growth-lifecycle__orbit { width: min(100%,350px); }
  .ace-growth-lifecycle__orbit > span { min-width: 67px; padding: 6px 7px; transform: rotate(var(--angle)) translateY(-175%) rotate(calc(var(--angle) * -1)); font-size: 8px; }
  .ace-growth-bullet-cta ul { grid-template-columns: 1fr; }
  .ace-growth-bullet-cta .ace-growth-button { width: 100%; }
  .ace-growth-final-cta { padding: 72px 0; }
  .ace-growth-final-cta ul { display: grid; justify-content: start; text-align: left; }
  .ace-growth-faq-item summary { padding: 17px; font-size: 15px; }
  .ace-growth-faq-item > div { padding: 0 17px 17px; }
  .ace-growth-article-hero { padding: 62px 0; }
  .ace-growth-article-hero h1 { font-size: 39px !important; }
  .ace-growth-article-hero__layout > div:first-child > p:not(.ace-growth-kicker) { font-size: 16px !important; }
  .ace-growth-toc { grid-template-columns: 1fr; }
  .ace-growth-prose h2 { font-size: 31px !important; }
  .ace-growth-prose p { font-size: 16px !important; }
  .ace-growth-article-deck { font-size: 18px !important; }
  .ace-growth-inline-cta { grid-template-columns: 1fr; }
  .ace-growth-inline-cta .ace-growth-button { width: 100%; }
  .ace-growth-supervision-table { overflow-x: auto; }
  .ace-growth-supervision-table > div { min-width: 610px; }
  .ace-growth-article-final { padding: 24px; }
  .ace-growth-article-final .ace-growth-button,
  .ace-growth-center .ace-growth-button { width: 100%; }
  .ace-growth-scorecard-download .ace-growth-actions { align-items: stretch; }
  .ace-growth-scorecard-download .ace-growth-button { width: 100%; }
  .ace-growth-scorecard-visual { padding: 19px; transform: none; }
  .ace-growth-scorecard-visual li { grid-template-columns: 25px 105px 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .ace-growth-page *,
  .ace-growth-article * { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .ace-growth-console__radar b { animation: none; transform: rotate(28deg); }
  .ace-growth-console::before,
  .ace-growth-console__route span i,
  .ace-growth-scorecard-visual::before,
  .ace-growth-hero__grid,
  .ace-growth-hero__floor,
  .ace-growth-hero__atmosphere i,
  .ace-growth-button::after,
  .ace-growth-command__rail li > i::after,
  .ace-growth-human-code::before,
  .ace-growth-human-code__formula i::after,
  .ace-growth-journey::before,
  .ace-growth-lifecycle__orbit,
  .ace-growth-lifecycle__orbit::before { animation: none; }
}

@media (prefers-contrast: more) {
  .ace-growth-page,
  .ace-growth-article { --ace-muted: #344c5f; --ace-line: #9fb4c0; }
  .ace-growth-button { border-width: 2px; }
}
