/* =========================================================
   NEXTA · home stylesheet
   tokens · layout · components
   ========================================================= */

:root {
  /* surface */
  --bg-0: #00040D;
  --bg-1: #000610;
  --bg-2: #050B1B;
  --panel: #0B1124;
  --panel-2: #0E1530;
  --border: rgba(110, 140, 200, 0.16);
  --border-strong: rgba(110, 140, 200, 0.32);

  /* type */
  --text-0: #F1F4FB;
  --text-1: #C9D1E2;
  --text-2: #8F9AB6;
  --text-3: #5C6685;

  /* accents */
  --blue:    #3A7DFF;
  --blue-2:  #1E4DC8;
  --blue-3:  #1839A0;
  --blue-glow: rgba(58, 125, 255, 0.45);

  --cyan:    #2DD4BF;
  --cyan-2:  #14B8A6;
  --cyan-soft: #7FE9D9;
  --cyan-glow: rgba(45, 212, 191, 0.45);

  --green:   #4ADE80;

  /* product accents */
  --copilot: #4A90FF;
  --copilot-glow: rgba(74, 144, 255, 0.5);
  --platform: #34D399;
  --platform-glow: rgba(52, 211, 153, 0.5);
  --forge: #F59E0B;
  --forge-glow: rgba(245, 158, 11, 0.5);
  --insight: #A78BFA;
  --insight-glow: rgba(167, 139, 250, 0.5);

  /* layout */
  --max: 1400px;
  --pad-x: clamp(20px, 3.5vw, 64px);
  --nav-h: 78px;
  --rad-sm: 8px;
  --rad-md: 8px;
  --rad-lg: 8px;
  --rad-xl: 8px;

  /* type scale — tighter, fits 1080h viewport */
  --screen-title: clamp(40px, 3.2vw, 56px);
  --screen-title-mobile: clamp(34px, 10vw, 46px);
  --screen-lede: clamp(14px, 1.35vw, 16px);
  --screen-lede-mobile: 16px;
  --title-main: var(--screen-title);
  --display: var(--title-main);
  --h1: var(--title-main);
  --h2: var(--title-main);
  --h3: clamp(18px, 1.3vw, 22px);
  --body-lg: clamp(15px, 1vw, 17px);
  --body: 15px;
  --small: 13.5px;
  --xs: 12.5px;
  --eyebrow: 11.5px;
}


* { box-sizing: border-box; margin: 0; padding: 0; }

html { background: var(--bg-0); scroll-behavior: smooth; scroll-padding-top: var(--nav-h); }
body {
  font-family: 'Manrope', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-weight: 400;
  font-size: var(--body);
  line-height: 1.5;
  color: var(--text-1);
  background:
    radial-gradient(circle at 16% 18%, rgba(45, 212, 191, 0.82) 0 1px, transparent 1.4px),
    radial-gradient(circle at 78% 34%, rgba(58, 125, 255, 0.72) 0 1px, transparent 1.5px),
    radial-gradient(circle at 44% 74%, rgba(255, 255, 255, 0.36) 0 1px, transparent 1.45px),
    var(--bg-0);
  background-size: 220px 220px, 310px 310px, 410px 410px, auto;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
img, svg { display: block; max-width: 100%; }

/* ---------- starfield base background ---------- */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(1200px 700px at 80% -10%, rgba(58,125,255,0.08), transparent 60%),
    radial-gradient(900px 600px at -10% 30%, rgba(45,212,191,0.035), transparent 60%);
  z-index: 0;
}

/* ============================================================
   NAVIGATION
   ============================================================ */
/* ---------- sticky nav shell ---------- */
.nav-shell {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(0, 4, 13, 0.84);
  backdrop-filter: saturate(140%) blur(14px);
  -webkit-backdrop-filter: saturate(140%) blur(14px);
  border-bottom: 1px solid rgba(110, 140, 200, 0.10);
}

.utility {
  font-size: var(--xs);
  color: var(--text-2);
  padding: 8px var(--pad-x) 0;
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 10;
}
.utility .langs { display: flex; gap: 0; align-items: center; }
.utility .langs span { padding: 0 8px; letter-spacing: 0; color: var(--text-2); cursor: pointer; }
.utility .langs span.active { color: var(--cyan); }
.utility .langs .sep { color: var(--text-3); padding: 0; }

.nav {
  position: relative;
  z-index: 10;
  padding: 10px var(--pad-x) 10px;
  display: flex;
  align-items: center;
  gap: clamp(18px, 1.8vw, 32px);
}
.nav .brand {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.nav .brand img {
  width: auto;
  max-width: 164px;
  height: 29px;
  object-fit: contain;
}
.nav .menu {
  display: flex;
  gap: clamp(14px, 1.55vw, 30px);
  align-items: center;
  margin-left: 8px;
}
.nav .menu a {
  font-size: 14px;
  color: var(--text-1);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 2px;
  flex-shrink: 0;
  white-space: nowrap;
  transition: color 0.2s;
}
.nav .menu a:hover { color: var(--text-0); }
.nav .menu .caret {
  width: 8px;
  height: 8px;
  display: inline-block;
  position: relative;
  opacity: 0.65;
}
.nav .menu .caret::before {
  content: '';
  position: absolute;
  width: 6px; height: 6px;
  border-right: 1.4px solid currentColor;
  border-bottom: 1.4px solid currentColor;
  transform: rotate(45deg) translate(-2px, -2px);
}
.nav-drop {
  position: relative;
  display: flex;
  align-items: center;
}
.nav-drop > a { position: relative; z-index: 2; }
.drop-panel {
  position: absolute;
  top: calc(100% + 10px);
  left: -16px;
  z-index: 20;
  width: max-content;
  min-width: 236px;
  display: grid;
  gap: 3px;
  padding: 10px;
  border: 1px solid rgba(69, 136, 228, .32);
  border-radius: var(--rad-lg);
  background:
    linear-gradient(180deg, rgba(3,16,41,.98), rgba(0,6,20,.98));
  box-shadow:
    inset 0 1px rgba(255,255,255,.06),
    0 28px 70px rgba(0,0,0,.58),
    0 0 24px rgba(0,114,255,.12);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}
.nav-drop.wide .drop-panel { min-width: 284px; }
.drop-panel::before {
  content: '';
  position: absolute;
  inset: -12px 0 auto;
  height: 12px;
}
.nav .menu .drop-panel a {
  width: 100%;
  min-height: 34px;
  padding: 8px 10px;
  border-radius: 6px;
  justify-content: flex-start;
  color: var(--text-1);
  white-space: normal;
  font-size: 13px;
  line-height: 1.25;
}
.nav .menu .drop-panel a:hover,
.nav .menu .drop-panel a:focus-visible {
  color: var(--text-0);
  background: rgba(30, 116, 255, .16);
}
.drop-panel span {
  padding: 9px 10px 4px;
  color: var(--cyan);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
.nav-drop:hover .drop-panel,
.nav-drop:focus-within .drop-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.nav .actions {
  margin-left: auto;
  display: flex;
  gap: 8px;
  align-items: center;
}

.btn {
  font-family: inherit;
  font-weight: 500;
  font-size: 14px;
  padding: 10px 18px;
  border-radius: var(--rad-md);
  letter-spacing: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.2s, border-color 0.2s;
  white-space: nowrap;
  cursor: pointer;
  line-height: 1;
  border: 1px solid transparent;
}
.btn .arrow {
  width: 14px; height: 14px;
  display: inline-block;
  position: relative;
}
.btn .arrow::after {
  content: '';
  position: absolute; inset: 0;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M5 12h14M13 6l6 6-6 6' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>") center/contain no-repeat;
          mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M5 12h14M13 6l6 6-6 6' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>") center/contain no-repeat;
}

.btn-primary {
  background: linear-gradient(180deg, #4A8CFF 0%, #1E4DC8 100%);
  color: #fff;
  box-shadow: 0 1px 0 rgba(255,255,255,0.18) inset, 0 6px 18px rgba(30,77,200,0.32);
}
.btn-primary:hover { transform: translateY(-1px); box-shadow: 0 1px 0 rgba(255,255,255,0.25) inset, 0 10px 26px rgba(30,77,200,0.45); }

.btn-gradient {
  background: linear-gradient(95deg, #2DD4BF 0%, #3A7DFF 100%);
  color: #04060E;
  font-weight: 600;
  box-shadow: 0 1px 0 rgba(255,255,255,0.25) inset, 0 6px 18px rgba(45,212,191,0.25);
}
.btn-gradient:hover { transform: translateY(-1px); }

/* subtle dark fill, no visible border — used for nav "Diagnóstico grátis" */
.btn-soft {
  background: rgba(255,255,255,0.045);
  color: var(--text-0);
}
.btn-soft:hover { background: rgba(255,255,255,0.08); }

/* thin outline — used for nav "Entrar" and section 6 secondary */
.btn-outline {
  background: transparent;
  color: var(--text-0);
  border-color: rgba(180, 200, 240, 0.22);
}
.btn-outline:hover { border-color: rgba(180, 200, 240, 0.5); }

/* CTA Diagnostico follows the approved blue family. */
.btn-diag {
  background: linear-gradient(100deg, #0758ff 0%, #006fe9 56%, #07c8de 100%);
  color: #fff;
  font-weight: 600;
  box-shadow:
    0 1px 0 rgba(255,255,255,0.25) inset,
    0 12px 32px rgba(0, 93, 255, 0.25),
    0 0 24px rgba(7, 200, 222, 0.18);
}
.btn-diag:hover {
  transform: translateY(-1px);
  box-shadow:
    0 1px 0 rgba(255,255,255,0.32) inset,
    0 16px 36px rgba(0, 93, 255, 0.34),
    0 0 30px rgba(7, 200, 222, 0.28);
}

/* Product CTA colors: Copilot lilac, Gap teal, Diagnostico blue. */
body .btn[href*="copilot" i],
body .pcard .pbtn[href*="copilot" i] {
  color: #fff;
  min-height: 50px;
  padding: 0 28px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(100deg, #7c3cff 0%, #b34ff4 100%);
  box-shadow: none;
}
body .btn[href*="copilot" i]:hover,
body .pcard .pbtn[href*="copilot" i]:hover {
  color: #fff;
  background: linear-gradient(100deg, #7132ed 0%, #a948ec 100%);
}
body .btn[href="/analise-documento"] {
  color: #fff;
  border-color: rgba(34, 211, 181, .48);
  background: linear-gradient(100deg, #007f8b 0%, #009f9b 52%, #20c7a5 100%);
  box-shadow:
    0 1px 0 rgba(255,255,255,.26) inset,
    0 12px 30px rgba(0,159,155,.24);
}
body .btn[href="/analise-documento"]:hover {
  color: #fff;
  border-color: rgba(75, 231, 203, .66);
  background: linear-gradient(100deg, #006f7a 0%, #008e8a 52%, #18b795 100%);
}

/* used only for legacy spots */
.btn-ghost {
  background: transparent;
  color: var(--text-0);
}
.btn-ghost:hover { background: rgba(255,255,255,0.05); }

.link-cyan {
  color: var(--cyan-soft);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.link-cyan .arrow { width: 16px; height: 16px; }

/* ============================================================
   SHARED — section primitives
   ============================================================ */
.section {
  position: relative;
  padding: clamp(34px, 4vh, 64px) var(--pad-x);
  z-index: 1;
  min-height: calc(100vh - var(--nav-h));
  display: flex;
  align-items: center;
  isolation: isolate;
}
.section::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(720px 420px at 72% 50%, rgba(8, 67, 178, 0.12), transparent 72%),
    linear-gradient(90deg, rgba(0, 4, 13, 0.96), rgba(0, 4, 13, 0.18) 56%, rgba(0, 4, 13, 0.76));
}
.section.hero { min-height: calc(100vh - var(--nav-h)); }
.section-inner { max-width: var(--max); margin: 0 auto; position: relative; width: 100%; }
.section-inner > * { position: relative; z-index: 1; }

.eyebrow {
  font-size: var(--eyebrow);
  letter-spacing: 0;
  color: var(--cyan);
  font-weight: 600;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}
.eyebrow::before {
  content: '';
  width: 18px; height: 1.5px;
  background: var(--cyan);
}
.eyebrow.no-line { gap: 0; }
.eyebrow.no-line::before { display: none; }

h1, h2, h3 {
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  color: var(--text-0);
  letter-spacing: 0;
  line-height: .98;
  text-wrap: balance;
}
h1 { font-size: var(--display); }
h2 { font-size: var(--h2); }
h3 { font-size: var(--h3); font-weight: 700; letter-spacing: 0; line-height: 1.2; }
.titulo,
.title-main {
  font-size: var(--title-main);
  font-weight: 800;
  line-height: .98;
  letter-spacing: 0;
}

.accent,
h1 .line2,
h2 .line2 {
  background: linear-gradient(180deg, #2f95ff 0%, #1477ff 52%, #0758ff 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
          color: transparent;
  filter: none;
}
.italic-cyan { color: var(--cyan); font-style: italic; }

.lede {
  font-size: var(--body-lg);
  color: var(--text-1);
  line-height: 1.5;
  max-width: 56ch;
}

/* checkmark bullet row */
.bullets {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 22px 0 24px;
  max-width: 540px;
}
.bullets .bullet {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--text-1);
}
.bullets .check {
  flex: 0 0 18px;
  width: 18px; height: 18px;
  border-radius: 50%;
  border: 1.5px solid var(--green);
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--green);
}
.bullets .check svg { width: 10px; height: 10px; }

/* microcopy under hero */
.microcopy {
  font-size: var(--xs);
  color: var(--text-3);
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
}
.microcopy .dot { color: var(--text-3); opacity: 0.6; }

/* CTA bar (diagnóstico / vendas) */
.cta-bar {
  margin-top: 28px;
  padding: 18px 22px;
  border: 1px solid var(--border);
  border-radius: var(--rad-lg);
  background: linear-gradient(180deg, rgba(15,21,48,0.55), rgba(11,17,36,0.55));
  display: flex;
  align-items: center;
  gap: 18px;
  box-shadow: 0 0 0 1px rgba(58,125,255,0.06), 0 20px 40px -20px rgba(58,125,255,0.18);
}
.cta-bar .ico {
  width: 44px; height: 44px;
  border-radius: 50%;
  border: 1.5px solid var(--blue);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  background: radial-gradient(circle at 50% 50%, rgba(58,125,255,0.25), transparent 70%);
}
.cta-bar .ico svg { width: 22px; height: 22px; color: var(--blue); }
.cta-bar .ico .cta-icon-img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cta-bar:has(.btn-diag[href="diagnostico.html"]) .ico,
.cta-bar .ico.compass {
  width: 74px;
  height: 74px;
  border: 0;
  border-radius: 0;
  background: url('images/diagnostico_simbolo.png') center / contain no-repeat;
  box-shadow: none;
}
.cta-bar:has(.btn-diag[href="diagnostico.html"]) .ico svg,
.cta-bar .ico.compass svg {
  display: none;
}
.s-pqe .cta-bar .ico.compass {
  width: 74px;
  height: 74px;
  border: 0;
  background: url('images/diagnostico_simbolo.png') center / contain no-repeat;
  box-shadow: none;
}
.s-pqe .cta-bar .ico.compass svg {
  display: none;
}
.s-pqe .cta-bar .ico.compass svg path:last-child { fill: rgba(225,252,255,.82); stroke: #fff; }
.cta-bar .copy { flex: 1; }
.cta-bar .copy .t { font-size: 16px; font-weight: 800; color: var(--text-0); line-height: 1.2; }
.cta-bar .copy .s { font-size: 13px; color: var(--text-2); margin-top: 2px; }
.cta-bar .btn { padding: 11px 20px; font-size: 14px; }

/* ============================================================
   1 · HERO
   ============================================================ */
.hero-inner {
  display: block;
  align-items: center;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 4, 13, 0.98) 0%, rgba(0, 4, 13, 0.92) 35%, rgba(0, 4, 13, 0.26) 62%, rgba(0, 4, 13, 0.58) 100%),
    url('images/hero-globe.png') calc(100% - 72px) center / min(47.22vw, 722px) auto no-repeat;
}
.hero-copy {
  max-width: min(47vw, 650px);
}
.hero h1 { margin-bottom: 18px; }
.hero h1 .line2 { display: block; }
.hero .lede { margin-bottom: 4px; }
.hero .ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 4px;
}
.hero .ctas .btn { padding: 12px 22px; font-size: 14px; }
.hero .link-row { margin-top: 14px; }
.hero-soft-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  margin-top: 2px;
  padding: 0 18px;
  border: 1px solid rgba(12,87,255,.2);
  border-radius: var(--rad-md);
  color: #0758ff;
  background: rgba(255,255,255,.66);
  font-size: 14px;
  font-weight: 700;
}
.hero-soft-cta:hover {
  border-color: rgba(12,87,255,.34);
  background: rgba(255,255,255,.88);
}
.anchor-target {
  display: block;
  position: relative;
  top: calc(-1 * var(--nav-h));
  visibility: hidden;
}
/* ============================================================
   2 · ONDE COMEÇAR
   ============================================================ */
.s-start {
  position: relative;
  padding-top: clamp(24px, 3vh, 44px);
  padding-bottom: clamp(22px, 3vh, 42px);
  color: #26365f;
  background:
    radial-gradient(880px 500px at 72% 34%, rgba(12,111,255,.08), transparent 72%),
    linear-gradient(180deg, #f6f9fd 0%, #eef5ff 100%);
}
.s-start::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(620px 320px at 78% 54%, rgba(0,154,168,.06), transparent 68%),
    radial-gradient(540px 300px at 20% 78%, rgba(12,87,255,.045), transparent 70%);
}
.s-start .section-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(390px, .9fr) minmax(620px, 1.1fr);
  column-gap: clamp(48px, 6vw, 110px);
  row-gap: 8px;
  align-items: center;
}
.start-hero {
  display: block;
}
.start-copy {
  max-width: 600px;
}
.start-copy h2 {
  max-width: 760px;
}
.start-copy h2 .line2 {
  display: block;
}
.start-copy .lede {
  margin-top: 12px !important;
  font-size: 16px;
  line-height: 1.42;
}
.start-cards {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
.start-cards::before {
  content: '';
  position: absolute;
  right: 100%;
  top: 50%;
  width: clamp(54px, 7vw, 120px);
  height: 2px;
  background: linear-gradient(90deg, rgba(7,88,255,0), rgba(7,88,255,.65));
}
.start-card {
  position: relative;
  display: grid;
  grid-template-columns: 92px 1fr 48px;
  gap: 14px;
  align-items: center;
  min-height: 98px;
  padding: 8px 24px 8px 12px;
  border: 1px solid color-mix(in oklab, var(--start-color, #0758ff) 28%, transparent);
  border-radius: 18px;
  background: rgba(255,255,255,.7);
  box-shadow: 0 18px 42px -32px color-mix(in oklab, var(--start-color, #0758ff) 45%, transparent);
  backdrop-filter: blur(12px);
}
.start-card > div:last-child {
  width: 100%;
  display: block;
}
.start-card.diag {
  order: 1;
}
.start-card.gap {
  order: 2;
}
.start-card.copilot {
  order: 3;
}
.start-card::before {
  content: '';
  position: absolute;
  right: 100%;
  top: 50%;
  width: clamp(54px, 7vw, 120px);
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--start-color));
  opacity: .72;
}
.start-card::after {
  content: '';
  position: absolute;
  left: -8px;
  top: calc(50% - 7px);
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--start-color);
  box-shadow: 0 0 12px var(--start-color);
}
.start-card-icon {
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
}
.start-card-icon svg,
.start-card-icon img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.start-card.diag { --start-color: #0758ff; }
.start-card.gap { --start-color: #009aa8; }
.start-card.copilot { --start-color: #7c3cff; }
.start-card.diag { --action-gradient: linear-gradient(135deg, #0758ff, #07b9df); }
.start-card.gap { --action-gradient: linear-gradient(135deg, #007f8b, #20c7a5); }
.start-card.copilot { --action-gradient: linear-gradient(135deg, #6630d9, #c063ff); }
.start-card .tag {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #071236;
  font-size: clamp(16px, 1.15vw, 21px);
  line-height: 1.05;
  font-weight: 800;
}
.entry-question {
  margin-bottom: 5px;
  color: var(--start-color);
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.start-card.copilot .entry-question::after {
  content: ' · orienta e continua';
  color: #52628b;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}
.start-card .tag span {
  padding: 3px 8px;
  border: 1px solid color-mix(in oklab, var(--start-color, #0758ff) 24%, transparent);
  border-radius: 999px;
  color: var(--start-color, #0758ff);
  background: color-mix(in oklab, var(--start-color, #0758ff) 7%, white);
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}
.start-card p {
  margin-top: 6px;
  color: #52628b;
  font-size: 12.5px;
  line-height: 1.38;
}
.start-card .btn {
  position: absolute;
  right: 22px;
  top: calc(50% - 21px);
  width: 42px;
  height: 42px;
  margin: 0;
  padding: 0;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  font-size: 0 !important;
  color: #fff;
  background: var(--start-color);
}
.start-card .btn .arrow {
  width: 18px;
  height: 18px;
}
body .start-card .btn,
body .start-card .btn:hover,
body .start-card .btn[href*="copilot" i],
body .start-card .btn[href*="copilot" i]:hover,
body .start-card .btn[href="/analise-documento"],
body .start-card .btn[href="/analise-documento"]:hover {
  color: #fff;
  border: 0;
  background: var(--action-gradient);
  box-shadow: 0 10px 24px color-mix(in oklab, var(--start-color) 34%, transparent);
}
body .start-card .btn[href*="copilot" i],
body .start-card .btn[href*="copilot" i]:hover {
  width: 42px;
  height: 42px;
  min-height: 0;
  padding: 0;
  border-radius: 50%;
  color: #fff;
}
body .start-card .btn[href*="copilot" i] .arrow {
  color: #fff;
}
.start-flow {
  grid-column: 1 / -1;
  width: min(100%, 980px);
  margin: clamp(18px, 3vw, 34px) auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  align-items: stretch;
}
.start-flow-step {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: start;
  min-height: 126px;
  padding: 0 clamp(14px, 2vw, 26px);
  text-align: center;
}
.start-flow-step:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 27px;
  left: calc(50% + 34px);
  width: calc(100% - 68px);
  height: 1px;
  background: linear-gradient(90deg, rgba(7,88,255,.34), rgba(0,170,181,.34));
}
.start-flow-step span {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(7,88,255,.18);
  border-radius: 50%;
  color: #0758ff;
  background: rgba(255,255,255,.82);
  box-shadow: 0 12px 30px rgba(7,88,255,.08);
  font-size: 18px;
  font-weight: 800;
}
.start-flow-step strong {
  margin-top: 14px;
  color: #071236;
  font-size: clamp(15px, 1vw, 18px);
  line-height: 1.15;
  font-weight: 800;
}
.start-flow-step p {
  max-width: 24ch;
  margin-top: 7px;
  color: #52628b;
  font-size: 13px;
  line-height: 1.42;
}
/* ============================================================
   2 · PRA QUEM É
   ============================================================ */
.s-pqe .head {
  display: grid;
  grid-template-columns: minmax(420px, .86fr) minmax(420px, .72fr);
  align-items: end;
  gap: clamp(24px, 5vw, 80px);
  max-width: none;
  margin-bottom: 30px;
}
.s-pqe h2 { margin-bottom: 14px; }
.s-pqe h2 .line2 { display: block; }
.s-pqe .lede { max-width: 64ch; }
.s-pqe .head .cta-bar {
  margin-top: 0;
}
.s-pqe .head .cta-bar .btn {
  white-space: nowrap;
}
.s-pqe::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 4, 13, .96) 0%, rgba(1, 9, 25, .92) 44%, rgba(2, 18, 48, .9) 100%),
    radial-gradient(920px 520px at 76% 42%, rgba(11, 78, 180, .22), transparent 70%),
    repeating-radial-gradient(ellipse at 72% 47%, transparent 0 112px, rgba(16,110,255,.08) 113px 114px, transparent 115px 164px);
}
.s-pqe::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(680px 360px at 72% 56%, rgba(0, 127, 255, .12), transparent 72%),
    linear-gradient(180deg, rgba(0,4,13,.08), rgba(0,4,13,.18));
}

.duo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.gcard {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: var(--rad-lg);
  padding: 22px 24px;
  background: rgba(2, 13, 36, 0.86);
  border: 1px solid rgba(74, 144, 255, 0.35);
  box-shadow:
    0 0 0 1px rgba(74,144,255,0.06),
    0 0 24px -8px rgba(74,144,255,0.35) inset,
    0 20px 40px -20px rgba(74,144,255,0.4);
}
.gcard::before {
  content: '';
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
.gcard::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg,
      rgba(4, 10, 24, 0.99) 0%,
      rgba(4, 10, 24, 0.96) 26%,
      rgba(4, 10, 24, 0.78) 43%,
      rgba(4, 10, 24, 0.46) 58%,
      rgba(4, 10, 24, 0.16) 74%,
      rgba(2, 13, 36, 0.08) 100%),
    linear-gradient(180deg,
      rgba(2, 13, 36, 0.22) 0%,
      rgba(2, 13, 36, 0.03) 42%,
      rgba(2, 13, 36, 0.28) 100%),
    radial-gradient(ellipse at 78% 48%, rgba(0, 132, 255, 0.12), transparent 62%);
}
.gcard > * { position: relative; z-index: 2; }
.gcard.A {
  display: grid;
  grid-template-columns: minmax(216px, 1fr);
  gap: 14px;
  align-items: start;
  padding-right: clamp(228px, 22vw, 322px);
}
.gcard.A::before {
  inset: -56px -40px -56px 32%;
  background:
    url('images/image_quem1.png') right center / 80% auto no-repeat;
  opacity: .9;
  filter: saturate(118%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.65) 12%, #000 30%, #000 100%);
          mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.65) 12%, #000 30%, #000 100%);
}
.gcard.A .ico {
  width: 48px; height: 48px;
  border-radius: 50%;
  border: 1.5px solid var(--copilot);
  display: grid; place-items: center;
  background: radial-gradient(circle at 50% 50%, rgba(74,144,255,0.3), transparent 70%);
  color: var(--copilot);
}
.gcard.A .ico svg { width: 24px; height: 24px; }
.gcard.A h3,
.gcard.B h3 {
  color: var(--text-0);
  font-size: clamp(22px, 1.55vw, 30px);
  line-height: 1.03;
  letter-spacing: 0;
  font-weight: 800;
  max-width: 10.5em;
}
.gcard.A h3 span,
.gcard.B h3 span,
.gcard.A p strong,
.gcard.B p strong {
  color: var(--cyan);
  font-weight: 800;
}
.gcard.A p { font-size: 13.5px; color: var(--text-1); margin-top: 6px; line-height: 1.45; }
.gcard.A .divider {
  grid-column: 1 / -1;
  border-top: 1px solid rgba(74,144,255,0.2);
  margin: 2px 0;
}
.gcard.A .link-cyan { grid-column: 1 / -1; font-size: 13.5px; }
.gcard.A .role-pill {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 32px 1fr 18px;
  align-items: center;
  gap: 12px;
  width: min(420px, 100%);
  padding: 12px 14px;
  border: 1px solid rgba(45,212,191,0.35);
  border-radius: var(--rad-md);
  color: var(--text-0);
  background: rgba(10,30,40,0.25);
  font-size: 14px;
  font-weight: 500;
}
.gcard.A .role-pill .pico,
.gcard.A .role-pill .arr {
  width: 22px;
  height: 22px;
  color: var(--cyan);
}
.gcard.A .role-pill .arr {
  width: 18px;
  height: 18px;
}
.gcard.A .role-pill svg {
  width: 100%;
  height: 100%;
}
.gcard.B { padding: 22px 24px; }
.gcard.B {
  padding-right: clamp(242px, 23vw, 344px);
}
.gcard.B::before {
  inset: -60px -40px -70px 34%;
  background:
    url('images/image_quem2.png') right center / 80% auto no-repeat;
  opacity: .9;
  filter: saturate(118%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.65) 10%, #000 28%, #000 100%);
          mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.65) 10%, #000 28%, #000 100%);
}
.gcard.B .head-row {
  display: grid; grid-template-columns: minmax(200px, 1fr); gap: 12px;
  max-width: 100%;
  margin-bottom: 16px;
}
.gcard.B .ico {
  width: 48px; height: 48px;
  border-radius: 50%;
  border: 1.5px solid var(--copilot);
  display: grid; place-items: center;
  background: radial-gradient(circle at 50% 50%, rgba(74,144,255,0.3), transparent 70%);
  color: var(--copilot);
}
.gcard.B .ico svg { width: 24px; height: 24px; }
.gcard.B p { font-size: 13.5px; color: var(--text-1); margin-top: 6px; line-height: 1.45; }
.gcard.B .pill-row { display: flex; flex-direction: column; gap: 10px; }
.gcard.B .pill { max-width: 100%; }
.gcard.B .pill {
  display: grid;
  grid-template-columns: 32px 1fr 18px;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(45,212,191,0.35);
  border-radius: var(--rad-md);
  color: var(--text-0);
  background: rgba(10,30,40,0.25);
  transition: border-color 0.2s, background 0.2s;
  font-size: 14px;
  font-weight: 500;
}
.gcard.B .pill:hover { border-color: var(--cyan); background: rgba(10,30,40,0.4); }
.gcard.B .pill .pico { color: var(--cyan); width: 22px; height: 22px; }
.gcard.B .pill .pico svg { width: 100%; height: 100%; }
.gcard.B .pill .arr { color: var(--cyan); width: 18px; height: 18px; }
.gcard.B .pill .arr svg { width: 100%; height: 100%; }

/* ============================================================
   3 · O ECOSSISTEMA
   ============================================================ */
.s-eco { position: relative; }
.s-eco::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 72% 50%, transparent 0 24%, rgba(21, 111, 255, 0.36) 24.2%, transparent 24.7%),
    radial-gradient(ellipse at 72% 50%, transparent 0 36%, rgba(8, 93, 255, 0.24) 36.2%, transparent 36.6%),
    radial-gradient(ellipse at 72% 50%, transparent 0 50%, rgba(0, 200, 255, 0.14) 50.1%, transparent 50.35%),
    radial-gradient(circle at 72% 50%, rgba(0, 92, 255, 0.12), transparent 37%);
  opacity: 0.72;
  z-index: -1;
}

.eco-grid {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 32px;
  align-items: center;
}
.eco-grid h2 { margin-bottom: 14px; }
.eco-grid h2 .line2 { display: block; }
.eco-diagnostic {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin-top: 30px;
  max-width: 560px;
}
.eco-diagnostic-icon {
  width: 64px;
  height: 64px;
  object-fit: contain;
}
.eco-diagnostic-copy .t {
  color: var(--text-0);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.2;
}
.eco-diagnostic-copy .s {
  color: var(--text-2);
  font-size: 14px;
  margin-top: 3px;
}
.eco-diagnostic .btn {
  grid-column: 2;
  justify-self: start;
  margin-top: 2px;
}
@media (max-width: 640px) {
  .eco-diagnostic {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 12px;
    margin-top: 22px;
  }
  .eco-diagnostic-icon {
    width: 54px;
    height: 54px;
  }
  .eco-diagnostic .btn {
    grid-column: 1 / -1;
    width: 100%;
    justify-content: center;
  }
}
.eco-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.pcard {
  position: relative;
  padding: 18px 20px;
  border-radius: var(--rad-lg);
  background: linear-gradient(180deg, rgba(11,17,36,0.85), rgba(7,11,26,0.85));
  border: 1px solid var(--c, var(--copilot));
  --c: var(--copilot);
  --cg: var(--copilot-glow);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.02),
    0 0 22px -8px var(--cg) inset,
    0 18px 40px -22px var(--cg);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.pcard:hover {
  transform: translateY(-2px);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.04),
    0 0 26px -6px var(--cg) inset,
    0 26px 60px -22px var(--cg);
}
.pcard.copilot  { --c: var(--copilot);  --cg: var(--copilot-glow); }
.pcard.platform { --c: var(--platform); --cg: var(--platform-glow); }
.pcard.forge    { --c: var(--forge);    --cg: var(--forge-glow); }
.pcard.insight  { --c: var(--insight);  --cg: var(--insight-glow); }
.pcard.copilot  { --button-color: #7c3cff; --button-gradient: linear-gradient(100deg, #6330d9, #c063ff); }
.pcard.platform { --button-color: #008f96; --button-gradient: linear-gradient(100deg, #006f7a, #20c7a5); }
.pcard.forge    { --button-color: #c47700; --button-gradient: linear-gradient(100deg, #d98300, #ffc247); }
.pcard.insight  { --button-color: #0758ff; --button-gradient: linear-gradient(100deg, #063fb5, #32a8ff); }
.pcard .top {
  display: grid;
  grid-template-columns: 56px 1fr;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}
.pcard .ico {
  width: 56px;
  height: 56px;
  border-radius: 0;
  border: 0;
  display: grid; place-items: center;
  background: transparent;
  color: var(--c);
}
.pcard .ico svg { width: 38px; height: 38px; }
.pcard .ico .product-icon-img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  display: block;
}
.pcard h3 { color: var(--c); font-weight: 800; font-size: 17px; }
.pcard p { font-size: 12.5px; color: var(--text-1); line-height: 1.5; min-height: 5em; }
.pcard .pbtn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  margin-top: 10px;
  padding: 9px 14px;
  border-radius: var(--rad-md);
  border: 1px solid var(--c);
  color: var(--c);
  font-weight: 500;
  font-size: 13px;
  background: transparent;
  transition: background 0.2s;
}
.pcard .pbtn:hover { background: color-mix(in oklab, var(--c) 12%, transparent); }
.pcard .pbtn .arrow { color: var(--c); width: 14px; height: 14px; }
.s-eco .cta-bar {
  width: 100%;
  margin: 16px auto 0;
  padding: 20px;
  gap: 20px;
}
.s-eco .cta-bar .copy {
  align-self: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.s-eco .cta-bar .btn {
  flex-shrink: 0;
}
.pcard .links {
  margin-top: 8px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 11.5px;
  color: var(--c);
  opacity: 0.85;
}
.pcard .links a { color: var(--c); }
.pcard .links .sep { opacity: 0.5; }

/* ============================================================
   4 · ACHE SEU PLANO
   ============================================================ */
.s-pla .head-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
  margin-bottom: 22px;
}
.s-pla h2 { margin-bottom: 12px; }
.s-pla h2 .line2 { display: block; }
.s-pla .lede { margin-top: 12px; font-size: 14px; }

.copilot-banner {
  display: grid;
  grid-template-columns: 58px 1.4fr 1fr;
  gap: 16px;
  padding: 18px;
  border: 1px solid var(--border-strong);
  border-radius: var(--rad-lg);
  background: linear-gradient(180deg, rgba(15,21,48,0.7), rgba(10,14,34,0.7));
  align-items: center;
}
.copilot-banner .star {
  width: 58px; height: 58px;
  display: grid; place-items: center;
}
.copilot-banner .star img { width: 58px; height: 58px; object-fit: contain; }
.copilot-banner h4 { font-size: 14.5px; color: var(--text-0); font-weight: 800; margin-bottom: 2px; }
.copilot-banner p { font-size: 12.5px; color: var(--text-2); line-height: 1.4; }
.copilot-banner .col-sep {
  border-left: 1px solid var(--border);
  padding: 14px 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: var(--rad-md);
  background: rgba(8, 18, 46, .36);
}
.copilot-banner a.cl { color: var(--cyan-soft); font-size: 12.5px; margin-top: 6px; display: inline-flex; gap: 6px; align-items: center; }

.plan-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.plan-card {
  position: relative;
  padding: 20px;
  border-radius: var(--rad-lg);
  background: rgba(7,11,26,0.78);
  border: 1px solid var(--border-strong);
  display: block;
  min-height: 0;
  overflow: hidden;
  box-shadow: 0 20px 40px -22px rgba(58,125,255,0.15);
}
.plan-card::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg,
      rgba(7,11,26,0.98) 0%,
      rgba(7,11,26,0.9) 38%,
      rgba(7,11,26,0.62) 58%,
      rgba(7,11,26,0.2) 78%,
      rgba(7,11,26,0.42) 100%),
    linear-gradient(180deg, rgba(11,17,36,0.56), rgba(7,11,26,0.7)),
    radial-gradient(ellipse at 82% 50%, rgba(0,126,255,.18), transparent 60%);
}
.plan-card .tag {
  position: absolute;
  top: 14px; left: 14px;
  z-index: 3;
  font-size: 10px;
  letter-spacing: 0;
  color: var(--cyan);
  background: rgba(45,212,191,0.12);
  border: 1px solid rgba(45,212,191,0.35);
  border-radius: 4px;
  padding: 3px 6px;
  font-weight: 600;
}
.plan-card .body {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  width: min(58%, 360px);
  min-height: 176px;
  padding-top: 0;
}
.plan-card .ico {
  width: 40px; height: 40px;
  border-radius: 10px;
  border: 1px solid var(--cyan-soft);
  display: grid; place-items: center;
  background: rgba(45,212,191,0.08);
  color: var(--cyan-soft);
  margin-bottom: 10px;
}
.plan-card .ico svg { width: 22px; height: 22px; }
.plan-card h3 { color: var(--text-0); font-size: 17px; font-weight: 800; margin-bottom: 6px; }
.plan-card p  { font-size: 12.5px; color: var(--text-1); line-height: 1.45; margin-bottom: auto; }
.plan-card .pbtn {
  align-self: flex-start;
  margin-top: 12px;
  padding: 9px 14px;
  border-radius: var(--rad-md);
  background: linear-gradient(180deg, #4A8CFF 0%, #1E4DC8 100%);
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  line-height: 1;
}
.plan-card .pbtn .arrow { width: 14px; height: 14px; }
.plan-card .visual {
  position: absolute;
  z-index: 0;
  top: 12px;
  right: 14px;
  bottom: auto;
  left: 42%;
  height: calc(100% - 24px);
  display: grid;
  align-items: center;
  justify-items: end;
  pointer-events: none;
}
.plan-card .visual .calc-mini {
  position: relative;
  z-index: 2;
  align-self: center;
  justify-self: stretch;
  max-width: 330px;
  margin-left: auto;
  pointer-events: auto;
}
.plan-card:has(.calc-mini)::after {
  background:
    linear-gradient(90deg,
      rgba(7,11,26,0.98) 0%,
      rgba(7,11,26,0.9) 40%,
      rgba(7,11,26,0.52) 62%,
      rgba(7,11,26,0.18) 100%),
    linear-gradient(180deg, rgba(11,17,36,0.5), rgba(7,11,26,0.62));
}
.plan-card:has(.calc-mini) .visual { z-index: 2; }
.plan-art {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: var(--plan-img) center / contain no-repeat;
  filter: drop-shadow(0 0 22px rgba(0,126,255,.22));
  opacity: .92;
}
.plan-art-cores,
.plan-art-packs { width: 100%; }
.plan-art-cores {
  --plan-img: url('images/plano1.png');
  background-position: right center;
  background-size: 88% auto;
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0%, rgba(0,0,0,.34) 12%, #000 30%, #000 78%, transparent 100%),
    linear-gradient(180deg, transparent 0%, #000 14%, #000 84%, transparent 100%);
          mask-image:
    linear-gradient(90deg, transparent 0%, rgba(0,0,0,.34) 12%, #000 30%, #000 78%, transparent 100%),
    linear-gradient(180deg, transparent 0%, #000 14%, #000 84%, transparent 100%);
  -webkit-mask-composite: source-in;
          mask-composite: intersect;
}
.plan-art-packs { --plan-img: url('images/plano2.png'); }
.plan-art-calculator {
  --plan-img: url('images/plano3.png');
  width: 100%;
}
.plan-art-analysis {
  --plan-img: url('images/plano3.png');
  width: 100%;
}

/* Plan section V2 */
.s-pla .head-row {
  grid-template-columns: .95fr 1.05fr;
  gap: clamp(36px, 7vw, 110px);
  align-items: center;
  margin-bottom: 26px;
}
.s-pla .head-row > div:first-child .lede {
  max-width: 60ch;
  font-size: 13px;
  line-height: 1.55;
}
.s-pla .copilot-banner {
  grid-template-columns: 88px 1fr auto;
  padding: 24px;
  gap: 22px;
  background: rgba(255,255,255,.84);
  border-color: rgba(12,87,255,.16);
  box-shadow: 0 18px 46px rgba(22,43,79,.08);
}
.s-pla .copilot-banner .star,
.s-pla .copilot-banner .star img {
  width: 82px;
  height: 82px;
}
.s-pla .copilot-banner h4 {
  font-size: 18px;
  line-height: 1.35;
}
.s-pla .copilot-banner .col-sep {
  border: 0;
  padding: 0;
  background: transparent;
}
.s-pla .copilot-banner .col-sep h4,
.s-pla .copilot-banner .col-sep p {
  display: none;
}
.s-pla .copilot-banner .col-sep .cl {
  min-height: 68px;
  padding: 12px 18px;
  justify-content: center;
  text-align: center;
  border: 1px solid #0758ff;
  border-radius: 8px;
  color: #0758ff;
  background: #fff;
  font-size: 14px;
  font-weight: 700;
}
.s-pla .plan-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.s-pla .plan-card {
  min-height: 500px;
  padding: 26px 22px 20px;
  display: flex;
  flex-direction: column;
  background: rgba(255,255,255,.88);
  border-color: rgba(12,87,255,.15);
  box-shadow: 0 18px 46px rgba(22,43,79,.07);
}
.s-pla .plan-card:nth-child(4) {
  display: none;
}
.s-pla .plan-card::after {
  display: none;
}
.s-pla .plan-card::before {
  display: none;
}
.s-pla .plan-card:nth-child(1)::before,
.s-pla .plan-card:nth-child(2)::before,
.s-pla .plan-card:nth-child(3)::before { content: none; }
.s-pla .plan-card .body {
  display: contents;
}
.s-pla .plan-card .ico {
  display: none;
}
.s-pla .plan-card h3 {
  order: 1;
  margin: 4px 0 14px;
  padding-left: 0;
  font-size: 20px;
  font-weight: 800;
}
.s-pla .plan-card p {
  order: 3;
  color: #26365f;
  font-size: 13px;
  line-height: 1.55;
}
.s-pla .plan-card:nth-child(1) p::after,
.s-pla .plan-card:nth-child(2) p::after {
  content: '';
  display: block;
  margin-top: 16px;
  padding: 16px 0 0 42px;
  border-top: 1px solid rgba(12,87,255,.14);
  color: #071236;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
  white-space: pre-line;
}
.s-pla .plan-card:nth-child(1) p::after {
  content: '✓  Empresa a partir de R$ XXX/mês,\A     com X análises incluídas.';
}
.s-pla .plan-card:nth-child(2) p::after {
  content: '✓  Com desconto vs. módulos avulsos —\A     ou todos os packs num bundle.';
}
.s-pla .plan-card .visual {
  position: relative;
  inset: auto;
  order: 2;
  width: 100%;
  height: 205px;
  margin: 22px 0 8px;
  display: grid;
  place-items: center;
}
.s-pla .plan-card .plan-art {
  width: 100%;
  height: 100%;
  opacity: 1;
  filter: drop-shadow(0 14px 22px rgba(7,88,255,.12));
  -webkit-mask-image: none;
          mask-image: none;
}
.s-pla .plan-card:nth-child(1) .plan-art {
  --plan-img: url('images/plano_core.png');
  background: var(--plan-img) center / contain no-repeat;
}
.s-pla .plan-card:nth-child(2) .plan-art {
  --plan-img: url('images/plano_pack.png');
  background: var(--plan-img) center / contain no-repeat;
}
.s-pla .plan-card:nth-child(3) .visual {
  height: auto;
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.s-pla .plan-card:nth-child(3) .visual::before {
  content: '';
  width: 112px;
  height: 112px;
  margin: 0 auto;
  flex: 0 0 auto;
  background: url('images/plano_calculadora.png') center / contain no-repeat;
}
.s-pla .plan-card .calc-mini {
  width: 100%;
  max-width: none;
  margin: 0;
}
.s-pla .plan-card .pbtn {
  order: 5;
  width: 100%;
  margin-top: auto;
  justify-content: center;
  padding: 12px 16px;
  border-radius: 7px;
  font-size: 15px;
  font-weight: 700;
  background: linear-gradient(100deg, #0758ff, #164ee9);
}
.s-pla .plan-card:nth-child(2) .pbtn {
  background: linear-gradient(100deg, #008d91, #10b99e);
}
.s-pla > .section-inner > .cta-bar {
  width: 100%;
  margin-top: 16px;
  padding: 18px 28px;
}
.s-pla > .section-inner > .cta-bar .btn {
  min-width: 300px;
  justify-content: center;
  color: #fff;
  border: 0;
  background: linear-gradient(100deg, #ff8200, #ffb000);
}

.s-pla {
  background: #f6f9fd;
}
.s-pla .section-inner {
  max-width: 1320px;
}
.s-pla .head-row {
  grid-template-columns: minmax(420px, .86fr) minmax(420px, .72fr);
  gap: clamp(24px, 5vw, 80px);
  align-items: end;
  margin-bottom: 26px;
}
.s-pla .head-row > div:first-child {
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.s-pla h2 {
  max-width: 640px;
  font-size: var(--title-main);
  line-height: .98;
}
.s-pla .lede {
  max-width: 620px;
  color: #25345f;
  font-size: 16px;
  line-height: 1.5;
}
.s-pla .copilot-banner {
  position: relative;
  grid-template-columns: 74px minmax(0, 1fr) auto;
  min-height: 138px;
  gap: 18px;
  padding: 18px 22px;
  align-self: end;
  border-radius: 14px;
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(12,87,255,.15);
  box-shadow: 0 18px 42px rgba(22,43,79,.08);
}
.s-pla .copilot-banner .star {
  width: 74px;
  height: 74px;
  border-radius: 0;
  background: transparent;
}
.s-pla .copilot-banner .star img {
  width: 74px;
  height: 74px;
}
.s-pla .copilot-banner h4 {
  font-size: 20px;
  line-height: 1.25;
  font-weight: 800;
  max-width: 360px;
}
.s-pla .copilot-banner p {
  margin-top: 12px;
  color: #25345f !important;
  font-size: 13px;
}
.s-pla .copilot-banner .body,
.s-pla .copilot-banner > div:nth-child(2),
.s-pla .copilot-banner .copilot-copy {
  min-width: 0;
  padding-right: 0;
}
.s-pla .copilot-banner .col-sep {
  display: none;
}
.s-pla .copilot-banner .btn-copilot {
  position: static;
  transform: none;
  grid-column: 3;
  align-self: center;
  justify-self: end;
  width: 200px;
  min-height: 47px;
  margin: 0;
  padding: 11px 20px;
  justify-content: center;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(100deg, #6630d9 0%, #8f49f2 55%, #c063ff 100%);
  box-shadow: 0 12px 28px rgba(124,60,255,.18);
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
.s-pla .copilot-banner .btn-copilot:hover {
  color: #fff;
  background: linear-gradient(100deg, #5b29c8 0%, #8341e4 55%, #b758f2 100%);
  box-shadow: 0 14px 30px rgba(124,60,255,.22);
}
.s-pla .plan-grid {
  grid-template-columns: 1.08fr 1.02fr 1.05fr;
  gap: 16px;
}
.s-pla .plan-card {
  min-height: 462px;
  padding: 26px 24px 18px;
  border-radius: 14px;
}
.s-pla .plan-card .body {
  display: contents;
}
.s-pla .plan-card h3 {
  margin: 0;
  padding-left: 74px;
  font-size: 20px;
  line-height: 1.2;
}
.s-pla .plan-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
}
.s-pla .plan-card .pbtn {
  min-height: 46px;
  padding: 10px 16px;
  font-size: 17px;
  align-self: end;
  display: inline-flex;
  align-items: center;
}
.s-pla .plan-card:nth-child(1),
.s-pla .plan-card:nth-child(2),
.s-pla .plan-card:nth-child(3) {
  display: grid;
  grid-template-columns: 38% minmax(0, 1fr);
  grid-template-rows: auto 180px auto 1fr 52px;
  column-gap: 18px;
  align-content: start;
}
.s-pla .plan-card:nth-child(-n+3) h3 {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  padding-left: 0;
  text-align: left;
}
.s-pla .plan-card:nth-child(1) .visual,
.s-pla .plan-card:nth-child(2) .visual {
  grid-column: 1;
  grid-row: 2;
  width: 100%;
  height: 150px;
  margin: 18px 0 0;
  align-self: start;
}
.s-pla .plan-card:nth-child(1) p,
.s-pla .plan-card:nth-child(2) p,
.s-pla .plan-card:nth-child(3) p {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
  padding-top: 18px;
}
.s-pla .plan-card:nth-child(1) p::after,
.s-pla .plan-card:nth-child(2) p::after {
  content: none !important;
}
.s-pla .plan-card .plan-note {
  grid-column: 1 / -1;
  grid-row: 3;
  margin: 0 8px;
  padding: 16px 14px 0 32px;
  border-top: 1px solid rgba(12,87,255,.14);
  color: #071236;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
  position: relative;
}
.s-pla .plan-card .plan-note::before {
  content: '\2713';
  position: absolute;
  left: 10px;
  color: #0758ff;
}
.s-pla .plan-card .plan-benefits {
  grid-column: 1 / -1;
  grid-row: 4;
  display: grid;
  align-content: center;
  gap: 9px;
  margin: 12px 10px 8px;
  padding: 0;
  list-style: none;
}
.s-pla .plan-card .plan-benefits li {
  position: relative;
  padding-left: 22px;
  color: #52638f;
  font-size: 13px;
  line-height: 1.35;
}
.s-pla .plan-card .plan-benefits li::before {
  content: '\2022';
  position: absolute;
  left: 6px;
  color: #009aa8;
  font-size: 18px;
  line-height: 1;
}
.s-pla .plan-card:nth-child(1) .pbtn,
.s-pla .plan-card:nth-child(2) .pbtn,
.s-pla .plan-card:nth-child(3) .pbtn {
  grid-column: 1 / -1;
  grid-row: 5;
  align-self: end;
}
.s-pla .plan-card:nth-child(3) {
  grid-template-columns: 40% 1fr;
}
.s-pla .plan-card:nth-child(3) .visual {
  grid-column: 1 / -1;
  grid-row: 2 / 5;
  height: auto;
  margin: 18px 0 0;
  align-self: stretch;
  display: grid;
  grid-template-columns: 40% 1fr;
  grid-template-rows: 150px auto;
  gap: 12px 18px;
}
.s-pla .plan-card:nth-child(3) .visual::before {
  width: 126px;
  height: 126px;
  margin: 0 auto;
  grid-column: 1;
  grid-row: 1;
  align-self: start;
}
.s-pla .plan-card:nth-child(3) .calc-mini {
  grid-column: 1 / -1;
  grid-row: 2;
  max-width: none;
  margin-top: 0;
}
.s-pla > .section-inner > .cta-bar {
  display: grid;
  grid-template-columns: 180px 1fr 1px 360px;
  gap: 24px;
  align-items: center;
  min-height: 106px;
  border-radius: 14px;
  background: rgba(255,255,255,.9);
}
.s-pla > .section-inner > .cta-bar::before {
  content: '';
  grid-column: 3;
  grid-row: 1;
  width: 1px;
  height: 56px;
  background: rgba(12,87,255,.18);
}
.s-pla > .section-inner > .cta-bar .ico {
  grid-column: 1;
  justify-self: center;
  width: 96px;
  height: 76px;
  color: #0758ff;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: hidden;
}
.s-pla > .section-inner > .cta-bar .ico .cta-icon-img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}
.s-pla > .section-inner > .cta-bar .copy {
  grid-column: 2;
}
.s-pla > .section-inner > .cta-bar .copy .t {
  font-size: 22px;
  font-weight: 800;
}
.s-pla > .section-inner > .cta-bar .copy .s {
  max-width: 560px;
  font-size: 14px;
  line-height: 1.35;
}
.s-pla > .section-inner > .cta-bar .btn {
  grid-column: 4;
  min-width: 0;
  width: 100%;
  min-height: 46px;
  font-size: 18px;
  background: linear-gradient(100deg, #ff7900, #ff5f00);
}

/* 4A escada */
.escada {
  position: relative;
  height: 140px;
  margin: 4px 0;
}
.escada .step {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: var(--text-1);
}
.escada .step .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--cyan-soft); box-shadow: 0 0 10px var(--cyan-soft); }
.escada .step.s1 { left: 4px;  top: 0;   color: var(--text-2); }
.escada .step.s2 { left: 20px; top: 34px; }
.escada .step.s3 { left: 36px; top: 68px; }
.escada .step.s4 { left: 52px; top: 102px; color: var(--text-0); font-weight: 500; }
.escada::before {
  content: '';
  position: absolute;
  left: 0; bottom: 0;
  width: 160px; height: 130px;
  background:
    linear-gradient(180deg, transparent 78%, rgba(45,212,191,0.14) 78%, rgba(45,212,191,0.14) 80%, transparent 80%),
    linear-gradient(180deg, transparent 58%, rgba(45,212,191,0.10) 58%, rgba(45,212,191,0.10) 60%, transparent 60%),
    linear-gradient(180deg, transparent 38%, rgba(45,212,191,0.08) 38%, rgba(45,212,191,0.08) 40%, transparent 40%),
    linear-gradient(180deg, transparent 18%, rgba(45,212,191,0.06) 18%, rgba(45,212,191,0.06) 20%, transparent 20%);
}

/* 4B hexagon of 6 packs */
.hex-cluster {
  position: relative;
  width: 100%;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hex-cluster .h {
  position: absolute;
  width: 54px; height: 60px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  border: 1px solid var(--c, var(--cyan-soft));
  background: linear-gradient(180deg, rgba(15,30,80,0.5), rgba(8,14,36,0.5));
  font-size: 10px;
  font-weight: 600;
  color: var(--c, var(--cyan-soft));
  text-align: center;
  padding: 3px;
  line-height: 1.15;
  --c: var(--cyan-soft);
}
.hex-cluster .h.climate  { --c: #4ADE80; top: 8px;   left: 50%; transform: translateX(-50%); }
.hex-cluster .h.supply   { --c: #F59E0B; top: 36px;  right: 8px; }
.hex-cluster .h.investor { --c: #A78BFA; top: 70px;  left: 50%; transform: translateX(-50%); }
.hex-cluster .h.compl    { --c: #2DD4BF; bottom: 4px; left: 16px; }
.hex-cluster .h.cf       { --c: #FACC15; bottom: 4px; right: 8px; }
.hex-cluster .h.eu       { --c: #60A5FA; top: 36px;  left: 8px; }

/* 4C calculator preview */
.calc-mini {
  border: 1px solid rgba(45,212,191,0.65);
  border-radius: 8px;
  padding: 15px 16px;
  background:
    linear-gradient(180deg, rgba(5,20,48,.84), rgba(2,9,26,.8));
  font-size: 12px;
  color: var(--text-1);
  box-shadow:
    inset 0 0 24px rgba(0,210,255,.08),
    0 0 22px rgba(0,210,255,.1);
}
.calc-mini .ct { color: var(--text-1); font-size: 10.5px; margin-bottom: 8px; letter-spacing: 0; }
.calc-mini .row { display: flex; justify-content: space-between; padding: 5px 0; border-bottom: 1px solid var(--border); }
.calc-mini .row .v { color: var(--text-0); }
.calc-mini .total { margin-top: 8px; padding-top: 3px; display: flex; justify-content: space-between; font-weight: 600; }
.calc-mini .total .v { color: var(--cyan); font-weight: 700; font-size: 14px; }

/* 4D chart mini */
.chart-mini {
  position: relative;
  height: 110px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: rgba(8,14,36,0.7);
  padding: 6px;
  overflow: hidden;
}
.chart-mini svg { width: 100%; height: 100%; }
.chart-mini .pricebadge {
  position: absolute;
  right: 10px; bottom: 8px;
  border: 1px solid var(--blue);
  background: rgba(58,125,255,0.15);
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 11.5px;
  color: var(--text-0);
  font-weight: 600;
  line-height: 1.1;
}
.chart-mini .pricebadge .s { display: block; font-size: 9px; color: var(--text-2); font-weight: 400; }

/* ============================================================
   5 · QUEM É A NEXTA
   ============================================================ */
.s-qna .grid {
  display: block;
  max-width: 560px;
}
.s-qna::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0,4,13,0.99) 0%, rgba(0,4,13,0.88) 31%, rgba(0,4,13,0.22) 54%, rgba(0,4,13,0.56) 100%),
    linear-gradient(180deg, rgba(0,4,13,0.1), rgba(0,4,13,0.5)),
    url('images/nexta.png') calc(80% + 24px) center / min(72vw, 940px) auto no-repeat;
}
.s-qna h2 { margin-bottom: 14px; }
.s-qna h2 .line2 { display: block; }
.s-qna .body-text {
  margin-top: 14px !important;
  padding-top: 0 !important;
  border-top: 0 !important;
}
.s-qna .body-text p { margin-top: 0; max-width: 420px; font-size: 13px; color: var(--text-2); line-height: 1.45; }
.pipeline {
  margin-top: 20px;
  padding: 14px 22px;
  border: 1px solid var(--border);
  border-radius: var(--rad-lg);
  background: linear-gradient(180deg, rgba(15,21,48,0.5), rgba(11,17,36,0.5));
  display: grid;
  grid-template-columns: repeat(11, auto);
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.pipeline .step {
  display: flex; align-items: center; gap: 10px;
  font-size: 13px;
  color: var(--text-0);
}
.pipeline .step .pico {
  width: 28px; height: 28px;
  display: grid; place-items: center;
  color: var(--cyan-soft);
}
.pipeline .step .pico svg { width: 22px; height: 22px; }
.pipeline .arr {
  color: var(--cyan-soft);
  opacity: 0.7;
  width: 18px; height: 18px;
}
.pipeline .arr svg { width: 100%; height: 100%; }

.qna-footer {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.qna-foot-card {
  display: grid;
  grid-template-columns: 44px 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 14px 18px;
  border: 1px solid var(--border-strong);
  border-radius: var(--rad-lg);
  background: linear-gradient(180deg, rgba(15,21,48,0.6), rgba(11,17,36,0.6));
}
.qna-foot-card .ico {
  width: 44px; height: 44px;
  border-radius: 10px;
  border: 1px solid var(--blue);
  display: grid; place-items: center;
  background: rgba(58,125,255,0.1);
  color: var(--blue);
}
.qna-foot-card .ico svg { width: 22px; height: 22px; }
.qna-foot-card .eye { font-size: 10px; letter-spacing: 0; color: var(--cyan); font-weight: 600; text-transform: uppercase; margin-bottom: 2px; }
.qna-foot-card .t { font-size: 13.5px; color: var(--text-0); font-weight: 500; line-height: 1.3; }
.qna-foot-card .t .em { color: var(--cyan-soft); font-weight: 600; }
.qna-foot-card .btn { padding: 10px 16px; font-size: 13px; }

.trust-row {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  padding: 4px;
}
.trust-row .item {
  display: flex; align-items: center; gap: 10px;
  font-size: 12.5px;
  color: var(--text-1);
  line-height: 1.25;
}
.trust-row .ico {
  width: 24px; height: 24px;
  color: var(--cyan-soft);
  display: grid; place-items: center;
}
.trust-row .ico svg { width: 22px; height: 22px; }

/* ============================================================
   6 · CTA FINAL
   ============================================================ */
.section.s-cta {
  min-height: clamp(390px, 52vh, 560px);
  padding-top: clamp(42px, 6vh, 74px);
  padding-bottom: clamp(36px, 5vh, 58px);
  align-items: center;
  background: #00040d;
  overflow: hidden;
}
.s-cta .grid {
  display: block;
  max-width: 710px;
}
.s-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, #00040d 0%, #00040d 34%, rgba(0,4,13,.96) 46%, rgba(0,4,13,.62) 62%, rgba(0,4,13,.36) 76%, rgba(0,4,13,.62) 100%),
    linear-gradient(180deg, rgba(0,4,13,0.04), rgba(0,4,13,0.36)),
    url('images/cta.png') calc(100% + 76px) center / min(64vw, 800px) auto no-repeat;
}
.s-cta h2 { margin-bottom: 14px; }
.s-cta h2 .line2 { display: block; }
.s-cta .lede { margin-bottom: 22px; }
.s-cta .ctas { display: flex; gap: 12px; flex-wrap: wrap; }
.s-cta .ctas .btn { padding: 12px 22px; font-size: 14.5px; }
.s-cta .micro-line {
  margin-top: 20px;
  display: flex; gap: 10px; align-items: center;
  font-size: 13.5px; color: var(--text-1);
}
.s-cta .micro-line .check {
  width: 22px; height: 22px;
  border: 1.5px solid var(--green);
  border-radius: 50%;
  display: grid; place-items: center;
  color: var(--green);
}
.s-cta .micro-line em { color: var(--green); font-style: normal; }
/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  padding: 50px var(--pad-x) 24px;
  border-top: 1px solid var(--border);
  position: relative;
  z-index: 1;
}
.footer-inner { max-width: var(--max); margin: 0 auto; }
.footer-cols {
  display: grid;
  grid-template-columns: 1.35fr repeat(4, 1fr);
  gap: 32px;
  margin-bottom: 28px;
}
.footer .brand {
  margin-bottom: 12px;
  display: inline-block;
}
.footer .brand img {
  width: auto;
  max-width: 168px;
  height: 30px;
  object-fit: contain;
}
.footer .tagline {
  font-size: 13px;
  color: var(--text-2);
  line-height: 1.5;
  margin-bottom: 20px;
}
.footer .tagline .em { color: var(--cyan); font-style: italic; }
.footer .socials { display: flex; gap: 8px; }
.footer .socials a {
  width: 32px; height: 32px;
  border-radius: 50%;
  border: 1px solid var(--border-strong);
  display: grid; place-items: center;
  color: var(--cyan-soft);
  transition: border-color 0.2s, color 0.2s;
}
.footer .socials a:hover { border-color: var(--cyan); color: var(--cyan); }
.footer .socials svg { width: 14px; height: 14px; }
.footer .col h5 {
  font-size: 11px;
  font-weight: 700;
  color: var(--cyan);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.footer .col ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.footer .col a {
  font-size: 13px;
  color: var(--text-2);
  transition: color 0.2s;
}
.footer .col a:hover { color: var(--text-0); }
.footer .col a.highlight { color: var(--cyan-soft); }

.foot-bottom {
  border-top: 1px solid var(--border);
  padding-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  color: var(--text-3);
  gap: 16px;
  flex-wrap: wrap;
}
.foot-bottom .left, .foot-bottom .center { display: flex; gap: 12px; align-items: center; }
.foot-bottom .globe-ico { color: var(--text-2); }

/* ============================================================
   HOME LIGHT THEME · gray background direction
   ============================================================ */
.home-light {
  --bg-0: #f6f9fd;
  --bg-1: #f6f9fd;
  --bg-2: #f6f9fd;
  --panel: #ffffff;
  --panel-2: #f9fbfd;
  --border: rgba(12, 47, 100, .12);
  --border-strong: rgba(12, 87, 255, .22);
  --text-0: #071236;
  --text-1: #25345f;
  --text-2: #556584;
  --text-3: #8490a6;
  color: var(--text-1);
  background:
    radial-gradient(circle at 76% 18%, rgba(12, 111, 255, .12) 0 1px, transparent 1.4px),
    radial-gradient(circle at 54% 72%, rgba(0, 172, 190, .1) 0 1px, transparent 1.4px),
    linear-gradient(180deg, #f6f9fd 0%, #f6f9fd 100%);
  background-size: 260px 260px, 370px 370px, auto;
}
.home-light::before {
  background:
    radial-gradient(1100px 620px at 82% 12%, rgba(12, 111, 255, .1), transparent 66%),
    radial-gradient(820px 520px at 18% 80%, rgba(31, 184, 173, .07), transparent 70%);
}
.home-light .nav-shell {
  background: rgba(255,255,255,.9);
  border-bottom: 1px solid rgba(7,18,54,.08);
  box-shadow: 0 4px 14px rgba(22, 43, 79, .055);
  z-index: 120;
}
.home-light .nav .brand img,
.home-light .footer .brand img {
  filter: none;
}
.home-light .utility {
  color: #52628b;
}
.home-light .utility .langs span.active {
  color: #009aa8;
}
.home-light .nav .menu a,
.home-light .btn-outline {
  color: #071236;
}
.home-light .nav .menu a:hover {
  color: #0758ff;
}
.home-light .drop-panel {
  border-color: rgba(12,87,255,.18);
  background: rgba(255,255,255,.97);
  box-shadow: 0 22px 58px rgba(17,41,92,.14);
}
.home-light .nav .menu .drop-panel a {
  color: #172650;
}
.home-light .nav .menu .drop-panel a:hover,
.home-light .nav .menu .drop-panel a:focus-visible {
  color: #0758ff;
  background: rgba(12,87,255,.06);
}
.home-light .btn-outline {
  background: #fff;
  border-color: rgba(7,18,54,.18);
}
.home-light .btn-gradient,
.home-light .btn-diag {
  background: linear-gradient(100deg, #0758ff 0%, #1277ff 56%, #00aac2 100%);
  box-shadow: none;
}
.home-light .btn-primary {
  color: #0758ff;
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(12,87,255,.22);
  box-shadow: none;
}
.home-light .btn,
.home-light .pbtn,
.home-light .stage-primary,
.home-light .profile-primary,
.home-light .export-primary {
  box-shadow: none !important;
}
.home-light .btn:hover,
.home-light .pbtn:hover {
  box-shadow: none !important;
  transform: none;
}
.home-light .section {
  background:
    radial-gradient(900px 520px at 76% 42%, rgba(12,111,255,.06), transparent 72%),
    linear-gradient(180deg, #f6f9fd 0%, #f6f9fd 100%);
}
.home-light .section::after {
  background:
    radial-gradient(820px 520px at 74% 24%, rgba(10,103,255,.1), transparent 72%),
    radial-gradient(560px 360px at 8% 78%, rgba(0,174,190,.06), transparent 76%);
}
.home-light .eyebrow {
  color: #009aa8;
}
.home-light .eyebrow::before {
  background: #009aa8;
}
.home-light h1,
.home-light h2,
.home-light h3 {
  color: #071236;
  font-weight: 800;
  line-height: .98;
}
.home-light .lede,
.home-light .body-text p,
.home-light .microcopy {
  color: #39466d;
}
.home-light .accent,
.home-light h1 .line2,
.home-light h2 .line2 {
  background: linear-gradient(180deg, #2f95ff 0%, #1477ff 52%, #0758ff 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
          color: transparent;
  filter: none;
}
.home-light .italic-cyan {
  color: #009aa8;
}
.home-light .hero {
  color: #25345f;
  background: #f6f9fd;
  overflow: hidden;
}
.home-light .hero::before {
  background:
    linear-gradient(90deg, #f6f9fd 0%, rgba(246,249,253,.96) 33%, rgba(246,249,253,.30) 55%, rgba(246,249,253,.02) 100%),
    radial-gradient(760px 460px at 78% 48%, rgba(12, 111, 255, .08), transparent 70%),
    url('images/hero-globe.png') calc(100% - 72px) center / min(48.4vw, 770px) auto no-repeat;
  opacity: 1;
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0%, #000 14%, #000 92%, transparent 100%),
    linear-gradient(180deg, transparent 0%, #000 10%, #000 88%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(90deg, transparent 0%, #000 14%, #000 92%, transparent 100%),
    linear-gradient(180deg, transparent 0%, #000 10%, #000 88%, transparent 100%);
  mask-composite: intersect;
}
.home-light .hero h1 {
  color: #071236;
}
.home-light .hero .lede,
.home-light .hero .bullet {
  color: #39466d;
}
.home-light .hero .btn-primary {
  color: #0758ff;
  background: rgba(255,255,255,.88);
  border-color: rgba(12,87,255,.22);
}
.home-light .hero .btn-primary[href*="copilot" i],
.home-light .s-cta .btn[href*="copilot" i] {
  color: #fff;
  border: 0;
  background: linear-gradient(100deg, #7c3cff 0%, #b34ff4 100%);
}
.home-light .s-pqe::before {
  background:
    radial-gradient(760px 460px at 78% 48%, rgba(12,111,255,.08), transparent 70%),
    linear-gradient(180deg, #f6f9fd 0%, #edf4fd 100%);
}
.home-light .s-pqe::after {
  background:
    linear-gradient(180deg, rgba(246,249,253,.08), rgba(246,249,253,.18));
}
.home-light .gcard,
.home-light .pcard,
.home-light .plan-card,
.home-light .copilot-banner,
.home-light .cta-bar,
.home-light .pipeline,
.home-light .qna-foot-card {
  border-color: rgba(12,87,255,.14);
  background: rgba(255,255,255,.84);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.9),
    0 18px 46px rgba(22,43,79,.08);
}
.home-light .gcard::after,
.home-light .plan-card::after,
.home-light .plan-card:has(.calc-mini)::after {
  background:
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.88) 36%, rgba(255,255,255,.48) 62%, rgba(255,255,255,.12) 100%),
    radial-gradient(ellipse at 82% 50%, rgba(0,126,255,.08), transparent 62%);
}
.home-light .gcard.A .ico,
.home-light .gcard.B .ico,
.home-light .cta-bar .ico,
.home-light .pcard .ico,
.home-light .plan-card .ico,
.home-light .copilot-banner .star,
.home-light .qna-foot-card .ico {
  color: #0758ff;
  border-color: rgba(12,87,255,.24);
  background: rgba(12,87,255,.07);
}
.home-light .pcard .ico {
  border: 0;
  background: transparent;
}
.home-light .copilot-banner .star {
  border: 0;
  background: transparent;
}
.home-light .cta-bar:has(.btn-diag[href="diagnostico.html"]) .ico,
.home-light .cta-bar .ico.compass {
  width: 74px;
  height: 74px;
  border: 0;
  border-radius: 0;
  background: url('images/diagnostico_simbolo.png') center / contain no-repeat;
  box-shadow: none;
}
.home-light .cta-bar:has(.btn-diag[href="diagnostico.html"]) .ico svg,
.home-light .cta-bar .ico.compass svg {
  display: none;
}
.home-light .gcard.A h3,
.home-light .gcard.B h3,
.home-light .gcard.B .pill,
.home-light .cta-bar .copy .t,
.home-light .copilot-banner h4,
.home-light .plan-card h3,
.home-light .pipeline .step,
.home-light .qna-foot-card .t {
  color: #071236;
}
.home-light .gcard.A h3 span,
.home-light .gcard.B h3 span,
.home-light .gcard.A p strong,
.home-light .gcard.B p strong {
  color: #007ea7;
}
.home-light .gcard.A p,
.home-light .gcard.B p,
.home-light .cta-bar .copy .s,
.home-light .pcard p,
.home-light .plan-card p,
.home-light .copilot-banner p,
.home-light .qna-foot-card .t[style],
.home-light .footer .tagline,
.home-light .footer .col a,
.home-light .foot-bottom {
  color: #52628b !important;
}
.home-light .gcard.A .divider,
.home-light .pipeline,
.home-light .copilot-banner .col-sep {
  border-color: rgba(12,87,255,.12);
}
.home-light .copilot-banner .col-sep {
  background: rgba(214, 226, 246, .62);
}
.home-light .gcard.B .pill {
  border-color: rgba(12,87,255,.16);
  background: rgba(255,255,255,.72);
}
.home-light .gcard.A .role-pill {
  color: #071236;
  border-color: rgba(12,87,255,.16);
  background: rgba(255,255,255,.72);
}
.home-light .gcard.B .pill:hover {
  border-color: rgba(12,87,255,.38);
  background: #fff;
}
.home-light .gcard.A .role-pill:hover {
  border-color: rgba(12,87,255,.38);
  background: #fff;
}
.home-light .gcard.B .pill .pico,
.home-light .gcard.B .pill .arr,
.home-light .gcard.A .role-pill .pico,
.home-light .gcard.A .role-pill .arr,
.home-light .link-cyan,
.home-light .pcard .links,
.home-light .pcard .links a,
.home-light .copilot-banner a.cl,
.home-light .pipeline .step .pico,
.home-light .pipeline .arr,
.home-light .trust-row .ico,
.home-light .footer .tagline .em,
.home-light .footer .col h5,
.home-light .footer .col a.highlight {
  color: #009aa8;
}
.home-light .pcard {
  --c: #0758ff;
  --cg: rgba(7,88,255,.18);
}
.home-light .pcard.platform { --c: #009aa8; --cg: rgba(0,154,168,.18); }
.home-light .pcard.forge { --c: #ff7a00; --cg: rgba(255,122,0,.16); }
.home-light .pcard.insight { --c: #7c3cff; --cg: rgba(124,60,255,.16); }
.home-light .pcard .pbtn {
  color: var(--button-color);
  border: 2px solid transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    var(--button-gradient) border-box;
  box-shadow: none;
}
.home-light .pcard .pbtn .arrow {
  color: var(--button-color);
}
.home-light .pcard .pbtn:hover {
  color: var(--button-color);
  background:
    linear-gradient(color-mix(in oklab, var(--button-color) 5%, white), color-mix(in oklab, var(--button-color) 5%, white)) padding-box,
    var(--button-gradient) border-box;
  filter: none;
}
body.home-light .pcard .pbtn[href*="copilot" i],
body.home-light .pcard .pbtn[href*="copilot" i]:hover {
  color: #7c3cff;
  border: 2px solid transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    var(--button-gradient) border-box;
  box-shadow: none;
}
body.home-light .pcard .pbtn[href*="copilot" i] .arrow {
  color: #7c3cff;
}
.home-light .plan-card .body {
  width: min(58%, 390px);
}
.home-light .plan-art {
  opacity: .98;
  filter: drop-shadow(0 18px 28px rgba(7,88,255,.12));
}
.home-light .calc-mini {
  color: #25345f;
  border-color: rgba(12,87,255,.18);
  background: rgba(255,255,255,.86);
  box-shadow: 0 16px 34px rgba(22,43,79,.08);
}
.home-light .calc-mini .ct,
.home-light .calc-mini .row .v,
.home-light .calc-mini .total {
  color: #071236;
}
.home-light .calc-mini .total .v {
  color: #009aa8;
}
.home-light .s-eco::before {
  background: none;
  opacity: 0;
}
.home-light .s-qna::before {
  background:
    linear-gradient(90deg, rgba(246,249,253,.99) 0%, rgba(246,249,253,.92) 35%, rgba(246,249,253,.26) 58%, rgba(246,249,253,.44) 100%),
    url('images/nexta.png') calc(100% + 42px) center / min(68vw, 860px) auto no-repeat;
}
.home-light .s-qna {
  color: #25345f;
  background:
    radial-gradient(760px 460px at 78% 48%, rgba(12, 111, 255, .08), transparent 70%),
    linear-gradient(180deg, #f6f9fd, #f6f9fd);
}
.home-light .s-qna h2,
.home-light .s-qna h3,
.home-light .s-qna .qna-foot-card .t,
.home-light .s-qna .pipeline .step {
  color: #071236;
}
.home-light .s-qna .lede {
  color: #39466d;
}
.home-light .s-qna .body-text p,
.home-light .s-qna .trust-row .item {
  color: #52628b;
}
.home-light .s-qna .pipeline,
.home-light .s-qna .qna-foot-card {
  border-color: rgba(12,87,255,.14);
  background: rgba(255,255,255,.84);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 18px 46px rgba(22,43,79,.08);
}
.home-light .s-qna .pipeline {
  background: rgba(255,255,255,.84);
}
.home-light .s-qna .qna-foot-card .t[style] {
  color: #52628b !important;
}
.home-light .s-qna {
  color: #f6fbff;
  background:
    radial-gradient(900px 520px at 74% 42%, rgba(12,111,255,.16), transparent 72%),
    linear-gradient(180deg, #020817 0%, #030b1e 100%);
}
.home-light .s-qna::before {
  opacity: 1;
  background:
    linear-gradient(90deg, rgba(2,8,23,.96) 0%, rgba(2,8,23,.72) 42%, rgba(2,8,23,.24) 66%, rgba(2,8,23,.46) 100%),
    linear-gradient(180deg, rgba(2,8,23,.62) 0%, transparent 18%, transparent 78%, rgba(2,8,23,.72) 100%),
    url('images/nexta.png') calc(100% - 44px) center / min(60vw, 780px) auto no-repeat;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, transparent 40%, rgba(0,0,0,.18) 48%, rgba(0,0,0,.72) 58%, #000 68%, #000 100%);
          mask-image: linear-gradient(90deg, transparent 0%, transparent 40%, rgba(0,0,0,.18) 48%, rgba(0,0,0,.72) 58%, #000 68%, #000 100%);
}
.home-light .s-qna h2,
.home-light .s-qna h3,
.home-light .s-qna .pipeline .step,
.home-light .s-qna .qna-foot-card .t {
  color: #f7fbff;
}
.home-light .s-qna .lede {
  color: rgba(235,245,255,.82);
}
.home-light .s-qna .body-text {
  border-color: rgba(255,255,255,.14) !important;
}
.home-light .s-qna .body-text p,
.home-light .s-qna .trust-row .item,
.home-light .s-qna .qna-foot-card .t[style] {
  color: rgba(221,234,255,.72) !important;
}
.home-light .s-qna .pipeline,
.home-light .s-qna .qna-foot-card {
  border-color: rgba(99,179,255,.24);
  background: rgba(3,14,34,.72);
  box-shadow: none;
}
.home-light .s-qna .pipeline .step .pico,
.home-light .s-qna .pipeline .arr,
.home-light .s-qna .qna-foot-card .eye {
  color: #2dd4ff;
}
.home-light .s-qna .qna-foot-card .ico {
  color: #2dd4ff;
  border-color: rgba(45,212,255,.32);
  background: rgba(45,212,255,.08);
}
.home-light .qna-foot-card .eye {
  color: #0758ff;
}
.home-light .trust-row .item {
  color: #52628b;
}
.home-light .s-cta::before {
  background:
    linear-gradient(90deg, rgba(2,8,23,.99) 0%, rgba(2,8,23,.94) 42%, rgba(2,8,23,.48) 68%, rgba(2,8,23,.38) 100%),
    url('images/cta.png') calc(100% + 34px) center / min(66vw, 820px) auto no-repeat;
}
.home-light .s-cta {
  color: #f6fbff;
  background:
    radial-gradient(760px 460px at 78% 48%, rgba(12,111,255,.18), transparent 70%),
    linear-gradient(180deg, #020817 0%, #030b1e 100%);
}
.home-light .s-cta h2 {
  color: #f7fbff;
}
.home-light .s-cta .lede {
  color: rgba(235,245,255,.82);
}
.home-light .s-cta .micro-line {
  color: rgba(235,245,255,.74);
}
.home-light .s-cta .micro-line .check {
  color: var(--green);
  border-color: var(--green);
}
.home-light .s-cta .micro-line em {
  color: var(--green);
}
.home-light .footer {
  background: rgba(255,255,255,.56);
  border-color: rgba(7,18,54,.08);
}
.home-light .footer .socials a {
  color: #0758ff;
  border-color: rgba(12,87,255,.18);
  background: rgba(255,255,255,.72);
}
.home-light .footer .socials a:hover {
  border-color: #009aa8;
  color: #009aa8;
}

/* ============================================================
   LINKED PAGE SHELLS
   ============================================================ */
.page-body { background-color: var(--bg-0); }
.page-nav .nav { min-height: 82px; }
.page-nav .utility { display: none; }
.audience-page {
  --text-0: #071236;
  --text-1: #26365f;
  --text-2: #52628b;
  --text-3: #7d8caf;
  --border: rgba(12, 87, 255, .14);
  --border-strong: rgba(12, 87, 255, .28);
  background: #f7fbff;
  color: var(--text-1);
}
.audience-page::before {
  background:
    radial-gradient(900px 520px at 78% 8%, rgba(13, 95, 255, .1), transparent 70%),
    radial-gradient(680px 420px at 10% 80%, rgba(38, 199, 181, .07), transparent 74%);
}
.audience-page .nav-shell {
  background: rgba(255, 255, 255, .88);
  border-bottom: 1px solid rgba(7, 18, 54, .08);
  box-shadow: 0 14px 34px rgba(13, 29, 75, .06);
}
.audience-page .nav .brand img {
  filter: none;
}
.audience-page .nav .menu a,
.audience-page .btn-outline {
  color: #050b1b;
}
.audience-page .nav .menu a:hover {
  color: #0758ff;
}
.audience-page .drop-panel {
  border-color: rgba(12, 87, 255, .18);
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 22px 58px rgba(17, 41, 92, .14);
}
.audience-page .nav .menu .drop-panel a {
  color: #172650;
}
.audience-page .nav .menu .drop-panel a:hover,
.audience-page .nav .menu .drop-panel a:focus-visible {
  color: #0758ff;
  background: rgba(12, 87, 255, .06);
}
.audience-page .btn-outline {
  background: #fff;
  border-color: rgba(12, 87, 255, .38);
}
.audience-page .btn-gradient {
  background: linear-gradient(100deg, #0758ff, #1f6fff);
  box-shadow: 0 14px 34px rgba(7, 88, 255, .24);
}
.page-flow {
  position: relative;
  z-index: 1;
  overflow: clip;
}
.page-wrap {
  width: min(var(--max), calc(100vw - (2 * var(--pad-x))));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.page-screen {
  min-height: calc(100vh - 82px);
  padding: clamp(44px, 6vh, 82px) 0;
  display: grid;
  align-items: center;
  position: relative;
  scroll-margin-top: 90px;
}
.page-screen::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(800px 520px at 72% 22%, rgba(10,103,255,.12), transparent 70%),
    radial-gradient(550px 360px at 8% 72%, rgba(0,222,198,.055), transparent 76%);
}
.audience-entry {
  align-items: center;
  padding-top: clamp(34px, 5vh, 58px);
  padding-bottom: clamp(34px, 5vh, 58px);
}
.audience-entry .page-wrap {
  max-width: var(--max);
}
.audience-entry .head {
  max-width: 780px;
}
.page-flow .audience-entry h1 {
  font-size: var(--h2);
  line-height: .98;
  letter-spacing: 0;
  margin-top: 12px;
}
.page-flow .audience-entry h1 .line2 {
  display: block;
}
.audience-entry .page-lede {
  max-width: 64ch;
  margin-top: 18px;
}
.audience-entry .duo {
  margin-top: 28px;
}
.audience-entry .cta-bar {
  margin-top: 24px;
}
.locate-detail-screen {
  min-height: calc(100vh - 82px);
  padding-top: clamp(18px, 2.8vh, 34px);
  overflow: hidden;
}
.locate-detail-screen::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 4, 13, .98) 0%, rgba(0, 4, 13, .84) 34%, rgba(0, 4, 13, .38) 64%, rgba(0, 4, 13, .78) 100%),
    linear-gradient(180deg, rgba(0, 4, 13, .1) 0%, rgba(0, 4, 13, .12) 36%, rgba(0, 4, 13, .82) 100%),
    url('images/onde-voce-esta.png') 78% -10% / min(72vw, 1060px) auto no-repeat;
  opacity: .92;
}
.audience-page .locate-detail-screen {
  background: #f6f9fd;
  color: #25345f;
}
.audience-page .locate-detail-screen::before {
  background:
    linear-gradient(90deg, #f6f9fd 0%, rgba(246,249,253,.96) 30%, rgba(246,249,253,.52) 58%, rgba(246,249,253,.18) 100%),
    radial-gradient(760px 460px at 76% 32%, rgba(12,111,255,.1), transparent 70%),
    url('images/onde-voce-esta.png') 78% -10% / min(72vw, 1060px) auto no-repeat;
  opacity: 1;
}
.locate-detail-screen .page-wrap {
  position: relative;
  z-index: 1;
}
.locate-detail-wrap {
  display: grid;
  align-content: start;
}
.locate-copy {
  max-width: 920px;
  padding-top: 4px;
}
.locate-copy .eyebrow {
  color: var(--cyan);
}
.locate-copy h2 {
  max-width: 920px;
  font-size: clamp(34px, 3.65vw, 58px);
  line-height: .98;
  letter-spacing: 0;
  margin: 8px 0 12px;
}
.locate-copy h2 .title-line {
  display: block;
  white-space: nowrap;
}
.locate-copy .page-lede {
  max-width: 55ch;
  font-size: clamp(15px, 1.08vw, 20px);
  line-height: 1.45;
}
.audience-page .page-screen {
  min-height: calc(100vh - 82px);
  padding-top: clamp(18px, 2.5vh, 32px);
  padding-bottom: clamp(18px, 2.5vh, 32px);
}
.audience-page .page-flow h1,
.audience-page .page-flow h2 {
  font-size: clamp(30px, 3.15vw, 50px);
  line-height: 1.02;
  margin-bottom: 12px;
}
.audience-page .page-flow h3 {
  font-size: clamp(16px, 1.22vw, 22px);
}
.audience-page .page-lede {
  font-size: clamp(14px, 1vw, 18px);
  line-height: 1.45;
}
.audience-page .locate-copy h2 {
  font-size: clamp(34px, 3.65vw, 58px);
  line-height: .98;
}
.audience-page .locate-copy .page-lede {
  max-width: 55ch;
  font-size: clamp(15px, 1.08vw, 20px);
  line-height: 1.45;
}
.audience-page .visual-placeholder {
  min-height: clamp(210px, 24vw, 340px);
}
.audience-page .visual-placeholder.horizon,
.audience-page .visual-placeholder.orbit,
.audience-page .visual-placeholder.rings,
.audience-page .visual-placeholder.team,
.audience-page .visual-placeholder.chat {
  min-height: clamp(220px, 24vw, 340px);
}
.audience-entry {
  min-height: calc(100vh - 82px);
  padding-top: 14px;
  padding-bottom: 14px;
}
.audience-entry .head {
  margin-bottom: 0;
}
.audience-entry .page-lede {
  margin-top: 12px;
}
.audience-entry .duo {
  margin-top: 22px;
}
.audience-entry .gcard {
  min-height: 0;
}
.audience-entry .gcard.A,
.audience-entry .gcard.B {
  padding-top: 18px;
  padding-bottom: 18px;
}
.audience-entry .cta-bar {
  margin-top: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.audience-entry .cta-bar .ico.compass {
  width: 50px;
  height: 50px;
}
.audience-entry .cta-bar .ico.compass svg {
  width: 42px;
  height: 42px;
}

/* The linked "Pra quem e" page reuses the home third screen as its first fold. */
.home-light.audience-page .nav-shell {
  background: rgba(255,255,255,.9);
  border-bottom: 1px solid rgba(7,18,54,.08);
  box-shadow: 0 4px 14px rgba(22, 43, 79, .055);
}
.home-light.audience-page .utility {
  display: flex;
  justify-content: flex-end;
}
.home-light.audience-page .audience-entry.s-pqe {
  min-height: calc(100vh - var(--nav-h));
  padding: clamp(56px, 6vh, 76px) var(--pad-x);
}
.home-light.audience-page .audience-entry.s-pqe .section-inner {
  max-width: var(--max);
}
.home-light.audience-page .audience-entry.s-pqe .head {
  max-width: none;
  margin-bottom: 30px;
}
.home-light.audience-page .audience-entry.s-pqe .duo {
  margin-top: 0;
}
.home-light.audience-page .audience-entry.s-pqe .gcard.A,
.home-light.audience-page .audience-entry.s-pqe .gcard.B {
  padding-top: 22px;
  padding-bottom: 22px;
}
.home-light.audience-page .audience-entry.s-pqe .head .cta-bar {
  margin-top: 0;
  padding: 18px 22px;
}
.home-light.audience-page .audience-entry.s-pqe .cta-bar .ico.compass {
  width: 74px;
  height: 74px;
}
.home-light.audience-page .audience-entry.s-pqe .cta-bar .ico.compass svg {
  display: none;
}
.people-screen .split-hero.compact {
  margin-bottom: 16px;
}
.people-screen .feature-grid.four {
  gap: 12px;
}
.people-screen .feature-card {
  min-height: 145px;
  padding: 18px;
}
.people-screen .career-rail {
  margin-top: 16px;
}
.people-screen .page-wrap {
  position: relative;
}
.people-screen .crumb {
  margin-bottom: 12px;
}
.people-screen {
  padding-top: 8px;
  padding-bottom: 8px;
  background:
    radial-gradient(760px 420px at 72% 9%, rgba(8, 54, 142, .24), transparent 74%),
    linear-gradient(180deg, rgba(0, 8, 20, .98), rgba(0, 5, 14, .98));
}
.audience-page .people-screen {
  background:
    radial-gradient(760px 420px at 72% 9%, rgba(12,111,255,.1), transparent 74%),
    linear-gradient(180deg, #f6f9fd 0%, #f6f9fd 100%);
  color: #25345f;
}
.people-screen::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 4, 13, 1) 0%, rgba(0, 6, 17, .96) 45%, rgba(0, 8, 22, .42) 66%, rgba(0, 5, 15, .96) 100%),
    linear-gradient(180deg, rgba(0, 7, 18, .08) 0%, rgba(0, 7, 18, .18) 34%, rgba(0, 5, 14, .88) 100%),
    url('images/quem.png') 82% 0 / min(44vw, 640px) auto no-repeat;
  opacity: .9;
}
.audience-page .people-screen::before {
  background:
    linear-gradient(90deg, #f6f9fd 0%, rgba(246,249,253,.96) 36%, rgba(246,249,253,.42) 64%, rgba(246,249,253,.78) 100%),
    linear-gradient(180deg, rgba(246,249,253,.05) 0%, rgba(246,249,253,.16) 34%, rgba(246,249,253,.92) 100%),
    url('images/quem.png') 82% 0 / min(44vw, 640px) auto no-repeat;
  opacity: 1;
}
.audience-page .people-screen h2,
.audience-page .people-screen h3,
.audience-page .people-screen .page-lede {
  color: #071236;
}
.audience-page .people-screen .feature-card {
  border-color: rgba(12,87,255,.18);
  background: rgba(255,255,255,.84);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.92), 0 18px 46px rgba(22,43,79,.08);
}
.audience-page .people-screen .feature-card p,
.audience-page .people-screen .feature-card li {
  color: #52628b;
}
.audience-page .people-screen .career-rail {
  color: #52628b;
}
.people-hero {
  display: grid;
  grid-template-columns: minmax(420px, 1.05fr) minmax(360px, .95fr);
  align-items: end;
  gap: 26px;
  margin-top: 4px;
}
.people-hero h2 {
  max-width: 760px;
  font-size: clamp(28px, 2.75vw, 44px);
  margin-bottom: 8px;
}
.people-hero .page-lede {
  max-width: 70ch;
}
.team-art {
  position: relative;
  min-height: 110px;
  overflow: hidden;
}
.team-art::before {
  content: '';
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 12px;
  height: 84px;
  border: 1px solid rgba(31, 142, 255, .55);
  border-bottom: 0;
  border-radius: 54% 54% 0 0;
  opacity: .9;
}
.team-art::after {
  content: '';
  position: absolute;
  left: 17%;
  right: 17%;
  bottom: -2px;
  height: 26px;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(0, 196, 255, .35), rgba(0, 95, 255, .12) 45%, transparent 72%);
}
.team-person {
  position: absolute;
  bottom: 8px;
  width: 56px;
  height: 88px;
  border: 1.5px solid rgba(31, 142, 255, .86);
  border-bottom: 0;
  border-radius: 46px 46px 10px 10px;
  opacity: .8;
  filter: drop-shadow(0 0 12px rgba(0, 142, 255, .28));
}
.team-person::before {
  content: '';
  position: absolute;
  top: -22px;
  left: 50%;
  width: 30px;
  height: 36px;
  border: 1.5px solid rgba(31, 142, 255, .9);
  border-radius: 46% 46% 42% 42%;
  transform: translateX(-50%);
}
.team-person.main { left: 45%; height: 104px; width: 66px; opacity: 1; }
.team-person.left { left: 32%; height: 78px; opacity: .62; }
.team-person.right { left: 59%; height: 80px; opacity: .62; }
.team-person.mini { left: 72%; width: 36px; height: 58px; opacity: .55; }
.team-badge {
  position: absolute;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(77, 142, 255, .72);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 29, 76, .88), rgba(0, 7, 20, .72));
  box-shadow: 0 0 20px rgba(0, 142, 255, .18), inset 0 0 18px rgba(0, 142, 255, .18);
}
.team-badge::before {
  content: '';
  position: absolute;
  inset: 30%;
  border: 2px solid currentColor;
  color: var(--cyan);
}
.team-badge.leaf { left: 20%; top: 8px; color: var(--cyan); }
.team-badge.chart { left: 11%; top: 58px; color: #2c8dff; }
.team-badge.shield { right: 15%; top: 7px; color: #70a2ff; }
.team-badge.group { right: 6%; top: 60px; color: #9b82ff; }
.team-badge.leaf::before {
  border-radius: 90% 0 90% 0;
  transform: rotate(-25deg);
}
.team-badge.chart::before {
  inset: 34% 26% 28% 26%;
  border-top: 0;
  border-right: 0;
  box-shadow: 8px -7px 0 -5px currentColor, 16px -14px 0 -5px currentColor;
}
.team-badge.shield::before {
  inset: 27% 31%;
  border-radius: 4px 4px 12px 12px;
}
.team-badge.group::before {
  inset: 36% 24% 30%;
  border-radius: 50% 50% 4px 4px;
  box-shadow: -10px 4px 0 -6px currentColor, 10px 4px 0 -6px currentColor;
}
.people-screen .team-art {
  min-height: clamp(128px, 14vw, 180px);
  background: none;
}
.people-screen .team-art::before,
.people-screen .team-art::after,
.people-screen .team-art > * {
  display: none;
}
.people-kicker {
  margin: 8px 0 8px;
}
.people-role-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.role-card {
  min-height: 174px;
  padding: 12px 14px;
  border: 1px solid rgba(12,186,255,.44);
  border-radius: var(--rad-lg);
  background: linear-gradient(180deg, rgba(6,21,53,.74), rgba(2,9,26,.78));
  box-shadow: inset 0 0 36px rgba(18,103,255,.08);
}
.role-card.teal { border-color: rgba(18,228,203,.58); }
.role-card.blue { border-color: rgba(84,145,255,.62); }
.role-card.cyan { border-color: rgba(0,209,255,.58); }
.role-card.violet { border-color: rgba(195,120,255,.58); }
/* ============================================================
   ÍCONES MELHORES · cards + timeline
   ============================================================ */

.role-ico {
  position: relative;
  width: 84px;
  height: 84px;
  margin: 0 auto 18px;
  display: grid;
  place-items: center;
  border: 1px solid var(--role-border, rgba(20,184,166,.30));
  border-radius: 50%;
  color: var(--role-color, var(--cyan));
  background:
    radial-gradient(circle at 50% 34%, rgba(255,255,255,.96), rgba(255,255,255,.76) 56%, rgba(242,248,255,.92) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.96),
    0 12px 28px rgba(22,43,79,.06);
}

.role-ico svg {
  position: static;
  width: 40px;
  height: 40px;
  overflow: visible;
  stroke-width: 2.8;
  filter: drop-shadow(0 3px 6px rgba(0,0,0,.06));
}

/* pequenos ajustes por tipo, sem exagero */
.role-ico.shield svg,
.role-ico.group svg {
  width: 41px;
  height: 41px;
}

.role-ico.chart svg {
  width: 38px;
  height: 38px;
}

/* cores por card */
.role-card.teal {
  --role-color: #14b8a6;
  --role-border: rgba(20,184,166,.32);
}

.role-card.blue {
  --role-color: #4f84ff;
  --role-border: rgba(79,132,255,.32);
}

.role-card.cyan {
  --role-color: #08b8d8;
  --role-border: rgba(8,184,216,.32);
}

.role-card.violet {
  --role-color: #a85cff;
  --role-border: rgba(168,92,255,.32);
}

/* timeline */
.level-dot {
  position: relative;
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(12,87,255,.24);
  border-radius: 50%;
  color: #6fa1ff;
  background:
    radial-gradient(circle at 50% 34%, rgba(255,255,255,.98), rgba(246,250,255,.92) 62%, rgba(236,244,255,.96) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.96),
    0 12px 28px rgba(22,43,79,.06);
}

.level-dot svg {
  position: static;
  width: 36px;
  height: 36px;
  overflow: visible;
  stroke-width: 2.8;
  filter: drop-shadow(0 3px 6px rgba(0,0,0,.05));
}

.level-dot.person svg,
.level-dot.group svg,
.level-dot.briefcase svg,
.level-dot.building svg {
  width: 36px;
  height: 36px;
}

/* cores por etapa */
.people-level-track article:nth-child(1) .level-dot { color: #4f84ff; }
.people-level-track article:nth-child(2) .level-dot { color: #4f84ff; }
.people-level-track article:nth-child(3) .level-dot { color: #08b8d8; }
.people-level-track article:nth-child(4) .level-dot { color: #a85cff; }

/* como os círculos cresceram, centraliza melhor a linha */
.people-level-track::before {
  top: 39px;
}

.people-level-track::after {
  top: 39px;
}
.people-level-track strong {
  font-size: 11.5px;
}
.people-level-track p {
  max-width: 180px;
  color: var(--text-1);
  font-size: 11.5px;
  line-height: 1.25;
}
.people-bottom-cta {
  display: grid;
  justify-content: center;
  justify-items: center;
  gap: 5px;
  margin-top: 6px;
}
.people-bottom-cta .btn {
  width: min(430px, 100%);
  justify-content: center;
  padding: 8px 16px;
}
.people-bottom-cta small {
  display: none;
  color: var(--cyan);
}
.page-flow h1 { font-size: clamp(38px, 4.25vw, 72px); margin-bottom: 18px; }
.page-flow h2 { font-size: clamp(30px, 3vw, 52px); margin-bottom: 16px; }
.page-flow h3 { font-size: clamp(17px, 1.35vw, 25px); }
.page-lede {
  max-width: 36ch;
  font-size: clamp(16px, 1.25vw, 23px);
  color: var(--text-1);
  line-height: 1.55;
}
.page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}
.crumb {
  color: var(--cyan);
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 24px;
}
.crumb-links,
.audience-return {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.crumb-links a:hover { color: var(--text-0); }
.crumb-links strong {
  color: var(--text-1);
  font: inherit;
}
.audience-return {
  margin-bottom: 22px;
  position: relative;
  z-index: 2;
}
.audience-return a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 13px;
  border: 1px solid rgba(12,186,255,.4);
  border-radius: var(--rad-md);
  background: rgba(3,18,43,.72);
  color: var(--cyan);
  font-size: 13px;
  font-weight: 600;
}
.audience-return a:first-child::before {
  content: '<';
  color: currentColor;
}
.audience-return a:hover,
.audience-return a:focus-visible {
  color: var(--text-0);
  border-color: rgba(45,212,191,.8);
  background: rgba(8,39,72,.86);
}
.split-hero {
  display: grid;
  grid-template-columns: minmax(360px, .95fr) minmax(360px, 1fr);
  gap: clamp(24px, 4vw, 72px);
  align-items: center;
}
.split-hero.compact { margin-bottom: 24px; }
.visual-placeholder {
  min-height: clamp(260px, 31vw, 520px);
  border: 1px dashed rgba(31,211,255,.48);
  border-radius: var(--rad-lg);
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  color: rgba(201,244,255,.7);
  background:
    repeating-radial-gradient(ellipse at 50% 70%, transparent 0 42px, rgba(7,120,255,.18) 43px 44px, transparent 45px 68px),
    linear-gradient(135deg, rgba(6,20,54,.74), rgba(0,7,20,.32));
  box-shadow: inset 0 0 70px rgba(7,99,255,.13), 0 26px 100px rgba(0,0,0,.28);
}
.visual-placeholder::before {
  content: '';
  position: absolute;
  inset: 14%;
  background: linear-gradient(90deg, transparent, rgba(36,221,255,.34), transparent);
  filter: blur(28px);
}
.visual-placeholder span {
  position: relative;
  z-index: 1;
  padding: 12px 16px;
  border: 1px solid rgba(31,211,255,.25);
  background: rgba(0,4,13,.76);
  border-radius: var(--rad-md);
  font-size: 13px;
}
.visual-placeholder.horizon,
.visual-placeholder.orbit,
.visual-placeholder.rings { min-height: clamp(300px, 35vw, 560px); }
.visual-placeholder.team,
.visual-placeholder.chat { min-height: clamp(300px, 33vw, 520px); }
.visual-placeholder.stack,
.visual-placeholder.dashboard,
.visual-placeholder.evidence,
.visual-placeholder.group,
.visual-placeholder.snapshot { min-height: 300px; }
.visual-placeholder.module-map { min-height: 150px; }
.lens-grid,
.detail-grid,
.twin-panels,
.feature-grid,
.profile-grid,
.domain-board,
.plan-tiles {
  display: grid;
  gap: 18px;
}
.lens-grid { grid-template-columns: 1fr 1fr; margin-top: 28px; }
.locate-detail-screen .lens-grid {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.04fr);
  gap: 18px;
  margin-top: 16px;
}
.route-surface,
.detail-card,
.panel-copy,
.feature-card,
.domain-card,
.plan-tiles article {
  border: 1px solid rgba(12,186,255,.44);
  border-radius: var(--rad-lg);
  background: linear-gradient(180deg, rgba(6,21,53,.76), rgba(2,9,26,.76));
  box-shadow: inset 0 0 40px rgba(18,103,255,.08);
}
.route-surface { padding: clamp(18px, 2vw, 30px); }
.route-surface h2 { font-size: clamp(20px, 1.75vw, 32px); padding-bottom: 18px; border-bottom: 1px solid var(--border); }
.route-surface h2 span { color: var(--cyan); }
.locate-detail-screen .route-surface {
  padding: 14px 24px 12px;
  border-color: rgba(0, 217, 231, .74);
  background: linear-gradient(180deg, rgba(2, 15, 38, .86), rgba(1, 8, 22, .88));
  box-shadow: inset 0 0 52px rgba(18,103,255,.11), 0 0 0 1px rgba(0, 217, 231, .08);
}
.audience-page .locate-detail-screen .route-surface {
  border-color: rgba(12,87,255,.18);
  background: rgba(255,255,255,.84);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.92), 0 18px 46px rgba(22,43,79,.08);
}
.locate-detail-screen .route-surface h2 {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 50px;
  padding-bottom: 10px;
  font-size: clamp(18px, 1.35vw, 24px);
  font-weight: 700;
  border-bottom-color: rgba(255,255,255,.14);
}
.audience-page .locate-detail-screen .route-surface h2 {
  color: #071236;
  border-bottom-color: rgba(12,87,255,.14);
}
.route-head-ico,
.route-ico {
  position: relative;
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(12,87,255,.18);
  border-radius: 10px;
  color: #0758ff;
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(247,251,255,.94));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 8px 18px rgba(22,43,79,.06);
}
.route-head-ico {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border-color: rgba(12,178,255,.34);
  color: #0758ff;
}
.route-ico::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 7px;
  width: 22px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ffb000, #ff7a00);
  transform: translateX(-50%);
  opacity: .92;
}
.route-head-ico img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.route-ico img {
  width: 82%;
  height: 82%;
  object-fit: contain;
  display: block;
}
.route-ico {
  width: 48px;
  height: 48px;
}
.route-surface.route-stage .route-ico {
  --route-ico-color: #0758ff;
  --route-ico-color-2: #00aac2;
  color: var(--route-ico-color);
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}
.route-surface.route-stage .route-ico::before {
  content: none;
}
.route-surface.route-stage .route-ico::after {
  bottom: 3px;
  width: 24px;
  height: 3px;
  background: linear-gradient(90deg, var(--route-ico-color), var(--route-ico-color-2));
}
.route-surface.route-stage .route-ico svg {
  width: 68%;
  height: 68%;
  stroke-width: 2.7;
  filter: drop-shadow(0 4px 9px color-mix(in srgb, var(--route-ico-color) 22%, transparent));
}
.route-surface.route-stage .route-ico--measure {
  --route-ico-color: #0758ff;
  --route-ico-color-2: #00aac2;
}
.route-surface.route-stage .route-ico--report {
  --route-ico-color: #08a64f;
  --route-ico-color-2: #3bd47f;
}
.route-surface.route-stage .route-ico--audit {
  --route-ico-color: #7430e8;
  --route-ico-color-2: #b45cff;
}
.route-surface.route-stage .route-ico--scale {
  --route-ico-color: #ff7900;
  --route-ico-color-2: #ffb032;
}
.route-head-ico svg,
.route-ico svg {
  width: 56%;
  height: 56%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  overflow: visible;
  filter: drop-shadow(0 3px 8px rgba(7,88,255,.15));
}
.route-surface > a,
.route-columns a {
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--border);
  font-size: clamp(16px, 1.25vw, 22px);
  color: var(--text-0);
}
.locate-detail-screen .route-surface > a,
.locate-detail-screen .route-columns a {
  min-height: 56px;
  gap: 16px;
  font-size: clamp(15px, 1.05vw, 20px);
  border-bottom-color: rgba(255,255,255,.13);
}
.audience-page .locate-detail-screen .route-surface > a,
.audience-page .locate-detail-screen .route-columns a {
  color: #071236;
  border-bottom-color: rgba(12,87,255,.12);
}
.audience-page .locate-detail-screen .route-surface small {
  color: #52628b;
}
.locate-detail-screen .route-surface > a:hover,
.locate-detail-screen .route-columns a:hover,
.locate-detail-screen .inline-route a:hover {
  color: #fff;
  background: linear-gradient(90deg, rgba(0, 212, 255, .075), transparent);
}
.audience-page .locate-detail-screen .route-surface > a:hover,
.audience-page .locate-detail-screen .route-columns a:hover,
.audience-page .locate-detail-screen .inline-route a:hover {
  color: #071236;
  background: rgba(12,87,255,.035);
}
.route-surface > a::after,
.route-columns a::after,
.inline-route a::after {
  content: '\2192';
  color: #0758ff;
  margin-left: auto;
  font-size: 28px;
  line-height: 1;
  text-shadow: none;
}
.route-surface small {
  font-size: .78em;
  font-weight: 400;
  color: var(--text-1);
}
.locate-detail-screen .route-surface small {
  font-size: clamp(13px, .92vw, 17px);
}
.locate-detail-screen .route-surface strong,
.locate-detail-screen .inline-route strong {
  font-weight: 700;
}
.route-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; }
.locate-detail-screen .route-columns {
  gap: 0 34px;
}
.locate-detail-screen .route-columns a:nth-child(odd) {
  border-right: 1px solid rgba(255,255,255,.13);
  padding-right: 20px;
}
.audience-page .locate-detail-screen .route-columns a:nth-child(odd) {
  border-right-color: rgba(12,87,255,.12);
}
.locate-detail-screen .route-columns a:nth-child(even) {
  padding-left: 4px;
}
.inline-route {
  width: min(860px, 100%);
  margin-top: 14px;
}
.locate-detail-screen .inline-route {
  width: min(780px, 100%);
  justify-self: center;
  margin-top: 10px;
}
.inline-route a {
  display: flex;
  align-items: center;
  min-height: 68px;
  padding: 14px 24px;
  border: 1px solid var(--cyan);
  border-radius: var(--rad-lg);
  background: rgba(3,18,43,.78);
  color: var(--text-0);
  font-size: clamp(18px, 1.55vw, 28px);
}
.locate-detail-screen .inline-route a {
  min-height: 58px;
  gap: 18px;
  padding: 8px 20px;
  border-color: rgba(12,87,255,.18);
  background: rgba(255,255,255,.88);
  color: #071236;
  font-size: clamp(16px, 1.25vw, 22px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.92), 0 14px 32px rgba(22,43,79,.07);
}
.locate-diagnostic {
  margin-top: 8px;
  min-height: 68px;
  padding: 10px 18px;
  border-color: rgba(0, 139, 255, .54);
  background: linear-gradient(180deg, rgba(2, 15, 38, .78), rgba(1, 8, 22, .84));
}
.locate-diagnostic .ico.compass {
  width: 52px;
  height: 52px;
}
.locate-diagnostic .ico.compass svg,
.locate-diagnostic .ico.compass img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}
.locate-diagnostic p {
  flex: 1;
  color: var(--text-0);
  font-size: clamp(16px, 1.25vw, 22px);
  font-weight: 600;
}
.locate-diagnostic .copy {
  flex: 1;
}
.locate-diagnostic .copy .t {
  color: var(--text-0);
  font-size: clamp(16px, 1.25vw, 22px);
  font-weight: 800;
  line-height: 1.2;
}
.locate-diagnostic .copy .s {
  margin-top: 2px;
  color: var(--text-2);
  font-size: clamp(13px, .95vw, 16px);
}
.locate-diagnostic p a {
  color: var(--cyan);
}
.locate-diagnostic .btn {
  width: min(320px, 34vw);
  justify-content: center;
  font-size: clamp(14px, 1.1vw, 18px);
}
.feature-grid.four { grid-template-columns: repeat(4, 1fr); }
.feature-card { padding: clamp(18px, 2vw, 34px); min-height: 180px; }
.feature-card p,
.detail-card p,
.panel-copy p,
.domain-card li,
.plan-tiles p { color: var(--text-1); font-size: 15px; line-height: 1.55; }
.feature-card.teal { border-color: rgba(18,228,203,.58); }
.feature-card.blue { border-color: rgba(84,145,255,.62); }
.feature-card.cyan { border-color: rgba(0,209,255,.58); }
.feature-card.violet { border-color: rgba(195,120,255,.58); }
.feature-card.amber { border-color: rgba(255,183,27,.58); }
.career-rail,
.cycle-bar {
  margin-top: 18px;
  border: 1px solid var(--border-strong);
  border-radius: var(--rad-lg);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 0;
  color: var(--text-0);
  overflow: hidden;
}
.career-rail span,
.cycle-bar span {
  padding: 20px;
  text-align: center;
  border-left: 1px solid var(--border);
}
.career-rail span:first-child,
.cycle-bar span:first-child { border-left: 0; }
.detail-grid {
  grid-template-columns: minmax(300px, .72fr) minmax(340px, .95fr) minmax(220px, .55fr);
  align-items: stretch;
}
.detail-grid > :first-child { align-self: center; }
.detail-grid .visual-placeholder { grid-column: 2 / 4; }
.detail-card { padding: clamp(18px, 2vw, 30px); }
.detail-card.wide { grid-column: span 1; }

/* stage 1 · medir e organizar */
.stage-measure-screen {
  --measure-blue: #0758ff;
  --measure-ink: #071137;
  --measure-copy: #182765;
  --measure-line: rgba(7, 88, 255, .18);
  --stage-color: #0758ff;
  --stage-color-rgb: 7, 88, 255;
  --stage-ink: #071137;
  min-height: calc(100vh - 82px);
  padding-top: clamp(18px, 2.2vh, 28px);
  padding-bottom: clamp(32px, 4vh, 56px);
  color: var(--measure-ink);
  background: #f6f7f9;
}
.stage-measure-screen::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: none;
}
.stage-measure-screen::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: none;
}
.stage-measure-screen .page-wrap {
  position: relative;
  z-index: 1;
}
.stage-measure-screen .measure-wrap {
  margin-top: 0;
}
.measure-wrap {
  display: grid;
  gap: 0;
}
.measure-hero {
  display: grid;
  grid-template-columns: minmax(400px, .82fr) minmax(520px, 1.28fr);
  align-items: start;
  gap: clamp(18px, 2.8vw, 48px);
}
.measure-eyebrow {
  color: var(--measure-blue);
  text-transform: uppercase;
  font-size: clamp(12px, .9vw, 15px);
  letter-spacing: .04em;
  font-weight: 700;
  margin-bottom: 10px;
}
.measure-eyebrow span {
  margin: 0 8px;
}
.stage-measure-screen h2 {
  max-width: 760px;
  color: var(--measure-ink);
  font-size: clamp(36px, 3.65vw, 58px);
  line-height: 1.02;
  margin-bottom: 10px;
}
.stage-measure-screen .accent {
  background: linear-gradient(180deg, #1c78ff 0%, #085dff 62%, #0144cf 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
          color: transparent;
}
.measure-copy p {
  max-width: 610px;
  color: var(--measure-copy);
  font-size: clamp(15px, 1.02vw, 18px);
  line-height: 1.38;
}
.measure-for {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
  color: var(--measure-copy);
  font-size: clamp(14px, 1vw, 17px);
}
.measure-mini-ico,
.measure-card-ico,
.measure-line-ico {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  color: #0758ff;
}
.measure-mini-ico {
  width: 28px;
  height: 28px;
}
.measure-mini-ico svg,
.measure-card-ico svg,
.measure-line-ico svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.measure-stack {
  position: relative;
  min-height: clamp(260px, 26vw, 390px);
  display: grid;
  justify-items: center;
  align-content: center;
  background: url('images/medir-e-organizar.png?v=20260601b') center top / contain no-repeat;
}
.measure-card-grid {
  display: grid;
  grid-template-columns: minmax(240px, .72fr) minmax(420px, 1.28fr) minmax(360px, 1.18fr);
  gap: 8px;
}
.measure-card {
  border: 1px solid rgba(7, 88, 255, .18);
  border-radius: var(--rad-lg);
  background: rgba(255,255,255,.84);
  box-shadow: 0 18px 48px rgba(18, 89, 201, .07), inset 0 1px 0 rgba(255,255,255,.96);
  color: var(--measure-ink);
}
.measure-card h3 {
  color: #081d86;
  font-size: clamp(17px, 1.15vw, 21px);
}
.measure-card p {
  color: var(--measure-copy);
  font-size: clamp(14px, .95vw, 17px);
  line-height: 1.45;
}
.measure-card.pain {
  padding: 18px 20px;
}
.measure-card.pain,
.measure-card.unlock,
.measure-card.outcome,
.measure-card.small,
.measure-cta {
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.measure-card.pain p {
  margin-top: 12px;
  max-width: 280px;
  font-size: clamp(15px, 1vw, 18px);
  line-height: 1.46;
}
.measure-card-ico {
  width: 42px;
  height: 42px;
  padding: 10px;
  border: 1px solid rgba(7, 88, 255, .16);
  border-radius: 50%;
  background: rgba(7, 88, 255, .055);
}
.measure-card-title {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 18px 6px;
}
.unlock-list {
  display: grid;
  padding: 0 18px 12px;
}
.unlock-list > div {
  display: grid;
  grid-template-columns: 36px minmax(150px, .8fr) minmax(210px, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 36px;
  border-top: 1px solid rgba(7, 88, 255, .14);
}
.measure-line-ico {
  width: 26px;
  height: 26px;
}
.unlock-list strong {
  color: #071137;
  font-size: 14px;
}
.unlock-list p {
  font-size: 12px;
  line-height: 1.18;
}
.measure-side {
  display: grid;
  gap: 8px;
}
.measure-card.outcome {
  padding: 14px 18px;
}
.measure-card.outcome p {
  max-width: 420px;
  margin: 6px 0 8px 56px;
  font-size: 13px;
}
.measure-next {
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: center;
  gap: 12px;
  padding-top: 8px;
  border-top: 1px solid rgba(7, 88, 255, .14);
  color: var(--measure-copy);
  font-size: 13px;
}
.measure-next span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(7, 88, 255, .18);
  border-radius: 50%;
  color: #0758ff;
  font-size: 22px;
}
.measure-mini-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.measure-card.small {
  padding: 12px 14px;
}
.measure-card.small p,
.measure-card.small a {
  margin-top: 6px;
  font-size: 12.5px;
}
.measure-card.small a {
  display: inline-block;
  color: #0758ff;
  font-weight: 700;
}
.measure-cta {
  min-height: 84px;
  display: flex;
  align-items: center;
  gap: 36px;
  margin-top: 4px;
  padding: 16px 54px;
  border: 1px solid rgba(7, 88, 255, .18);
  border-radius: var(--rad-lg);
  background: rgba(255,255,255,.82);
}
.measure-star {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(7, 88, 255, .18);
  border-radius: 50%;
  color: #0758ff;
  background: rgba(7, 88, 255, .055);
}
.measure-star::before {
  content: '';
  width: 28px;
  height: 28px;
  background: currentColor;
  clip-path: polygon(50% 0, 61% 36%, 100% 50%, 61% 64%, 50% 100%, 39% 64%, 0 50%, 39% 36%);
}
.measure-cta strong {
  color: #081d86;
  font-size: clamp(20px, 1.5vw, 28px);
}

/* stage 2-4 journey screens */
.stage-detail-screen {
  --stage-color: #159b55;
  --stage-color-rgb: 21, 155, 85;
  --stage-ink: #071137;
  --stage-copy: #25305b;
  --stage-bg: #f7f7f7;
  min-height: calc(100vh - 82px);
  padding-top: clamp(18px, 2.2vh, 28px);
  padding-bottom: clamp(32px, 4vh, 56px);
  color: var(--stage-ink);
  background: var(--stage-bg);
}
.stage-detail-screen::before,
.stage-detail-screen::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.stage-detail-screen::before {
  background: none;
}
.stage-detail-screen::after {
  background: none;
}
.stage-report-screen {
  --stage-color: #16a35b;
  --stage-color-rgb: 22, 163, 91;
  --stage-bg: #f7f7f7;
}
.stage-audit-screen {
  --stage-color: #7d42e8;
  --stage-color-rgb: 125, 66, 232;
  --stage-bg: #f6f7f9;
}
.stage-group-screen {
  --stage-color: #d98a00;
  --stage-color-rgb: 217, 138, 0;
  --stage-bg: #f6f6f6;
}
.stage-detail-screen .page-wrap {
  position: relative;
  z-index: 1;
}
.stage-detail-screen .stage-wrap {
  margin-top: 0;
}
.stage-wrap {
  display: grid;
  gap: 0;
}
.stage-hero {
  display: grid;
  grid-template-columns: minmax(400px, .78fr) minmax(620px, 1.32fr);
  align-items: start;
  gap: clamp(18px, 2.8vw, 48px);
}
.stage-copy h2 {
  max-width: 790px;
  color: var(--stage-ink);
  font-size: clamp(38px, 3.72vw, 62px);
  line-height: 1.02;
  margin-bottom: 12px;
}
.stage-copy p {
  max-width: 640px;
  color: var(--stage-copy);
  font-size: clamp(15px, 1.02vw, 18px);
  line-height: 1.42;
}
.stage-detail-screen .measure-eyebrow,
.stage-detail-screen .measure-mini-ico,
.stage-detail-screen .measure-card-ico,
.stage-detail-screen .measure-line-ico,
.stage-detail-screen .measure-card h3,
.stage-detail-screen .measure-next span,
.stage-detail-screen .measure-card.small a {
  color: var(--stage-color);
}
.stage-detail-screen .accent {
  background: linear-gradient(180deg, color-mix(in srgb, var(--stage-color) 72%, white) 0%, var(--stage-color) 62%, color-mix(in srgb, var(--stage-color) 78%, black) 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
          color: transparent;
}
.stage-detail-screen .measure-card {
  border-color: rgba(var(--stage-color-rgb), .17);
  box-shadow: 0 18px 48px rgba(var(--stage-color-rgb), .065), inset 0 1px 0 rgba(255,255,255,.96);
}
.stage-detail-screen .measure-card p,
.stage-detail-screen .measure-for,
.stage-detail-screen .measure-next {
  color: var(--stage-copy);
}
.stage-detail-screen .measure-card-ico,
.stage-detail-screen .measure-next span {
  border-color: rgba(var(--stage-color-rgb), .2);
  background: rgba(var(--stage-color-rgb), .06);
}
.stage-detail-screen .unlock-list > div,
.stage-detail-screen .measure-next {
  border-top-color: rgba(var(--stage-color-rgb), .14);
}
.stage-primary,
.stage-secondary {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-radius: 8px;
  padding: 0 26px;
  font-weight: 700;
}
.stage-primary {
  margin-top: 20px;
  color: #fff;
  background: linear-gradient(100deg, var(--stage-color), color-mix(in srgb, var(--stage-color) 82%, white));
  box-shadow: 0 14px 30px rgba(var(--stage-color-rgb), .2);
}
.stage-cta .stage-primary {
  margin-top: 0;
}
.stage-cta .stage-secondary {
  display: none !important;
}
.stage-secondary {
  color: var(--stage-ink);
  border: 1px solid rgba(var(--stage-color-rgb), .32);
  background: rgba(255,255,255,.78);
}
.stage-return {
  width: max-content;
  margin-top: 20px;
}
.stage-card-grid {
  display: grid;
  grid-template-columns: minmax(240px, .72fr) minmax(500px, 1.38fr) minmax(360px, 1.05fr);
  gap: 8px;
}
.stage-bottom-grid {
  display: grid;
  grid-template-columns: .78fr .78fr 2.08fr;
  align-items: stretch;
  gap: 8px;
}
.stage-bottom-grid > * {
  height: 100%;
}
.stage-cta {
  min-height: 82px;
  display: grid;
  grid-template-columns: 72px minmax(320px, 1fr) minmax(250px, 300px);
  align-items: center;
  gap: 24px;
  margin-top: 4px;
  margin-bottom: clamp(34px, 4vh, 58px);
  padding: 14px 28px;
  border: 1px solid rgba(var(--stage-color-rgb), .18);
  border-radius: var(--rad-lg);
  background: rgba(255,255,255,.82);
  box-shadow: 0 18px 48px rgba(var(--stage-color-rgb), .055), inset 0 1px 0 rgba(255,255,255,.96);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.stage-cta.inline {
  grid-template-columns: minmax(260px, 1fr) minmax(250px, 300px);
  margin-top: 0;
  margin-bottom: 0;
  min-height: 100%;
}
.stage-cta strong {
  color: var(--stage-ink);
  font-size: clamp(24px, 2.1vw, 38px);
  line-height: 1.08;
}
.stage-cta strong span {
  color: var(--stage-color);
}
.stage-cta-actions {
  display: grid;
  gap: 10px;
}
.stage-cta-actions .stage-primary,
.stage-cta-actions .stage-secondary {
  width: 100%;
  min-height: 52px;
  padding-inline: 20px;
}
.stage-detail-screen .measure-star {
  color: var(--stage-color);
  border-color: rgba(var(--stage-color-rgb), .2);
  background: rgba(var(--stage-color-rgb), .06);
}
.stage-art {
  position: relative;
  min-height: 330px;
  display: grid;
  align-items: center;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}
.stage-art::before {
  display: none;
}
.stage-art::after {
  display: none;
}
.stage-art > * {
  display: none;
}
.art-card,
.audit-score,
.audit-hub,
.evidence-list > div,
.entity-list > div,
.group-hub,
.group-panel,
.filing-card {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(var(--stage-color-rgb), .18);
  border-radius: 12px;
  background: rgba(255,255,255,.76);
  box-shadow: 0 18px 44px rgba(var(--stage-color-rgb), .075), inset 0 1px 0 rgba(255,255,255,.95);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.reporting-art {
  min-height: clamp(260px, 26vw, 390px);
  background-image: url('images/reportar-e-responder.png?v=20260601');
}
.art-card {
  padding: 18px;
}
.art-card strong {
  display: block;
  color: var(--stage-ink);
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 12px;
}
.art-card.checklist span {
  display: block;
  padding: 7px 0 7px 26px;
  color: var(--stage-copy);
  font-size: 13px;
  border-bottom: 1px solid rgba(var(--stage-color-rgb), .08);
}
.art-card.checklist span::before,
.art-card.mini em::before {
  content: '✓';
  position: absolute;
  margin-left: -25px;
  color: var(--stage-color);
}
.art-card.performance {
  min-height: 240px;
}
.chart-line {
  height: 116px;
  border: 1px solid rgba(var(--stage-color-rgb), .12);
  background:
    linear-gradient(155deg, transparent 0 14%, rgba(var(--stage-color-rgb), .95) 14.5% 15.5%, transparent 16% 28%, rgba(var(--stage-color-rgb), .95) 28.5% 29.5%, transparent 30% 43%, rgba(var(--stage-color-rgb), .95) 43.5% 44.5%, transparent 45% 58%, rgba(var(--stage-color-rgb), .95) 58.5% 59.5%, transparent 60% 72%, rgba(var(--stage-color-rgb), .95) 72.5% 73.5%, transparent 74%),
    linear-gradient(rgba(var(--stage-color-rgb), .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(var(--stage-color-rgb), .08) 1px, transparent 1px);
  background-size: auto, 100% 28px, 54px 100%;
}
.kpi-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 10px;
}
.kpi-row b {
  min-height: 54px;
  display: grid;
  place-items: center;
  color: var(--stage-color);
  border: 1px solid rgba(var(--stage-color-rgb), .16);
  border-radius: 8px;
  font-size: 20px;
}
.art-side {
  display: grid;
  gap: 12px;
}
.art-card.mini {
  min-height: 112px;
}
.art-card.mini span,
.art-card.mini em {
  display: block;
  color: var(--stage-copy);
  font-style: normal;
  font-size: 13px;
}
.bars {
  height: 42px;
  background: linear-gradient(90deg, transparent 0 12%, rgba(var(--stage-color-rgb), .35) 12% 22%, transparent 22% 30%, rgba(var(--stage-color-rgb), .48) 30% 42%, transparent 42% 50%, rgba(var(--stage-color-rgb), .68) 50% 64%, transparent 64% 72%, rgba(var(--stage-color-rgb), .88) 72% 88%, transparent 88%);
}
.audit-art {
  min-height: clamp(260px, 26vw, 390px);
  background-image: url('images/auditar-e-sustentar.png?v=20260601');
}
.audit-score {
  padding: 28px;
  text-align: center;
}
.audit-score span,
.audit-score em,
.audit-score small {
  display: block;
}
.audit-score b {
  display: block;
  color: var(--stage-color);
  font-size: clamp(46px, 4.2vw, 72px);
  line-height: 1;
}
.audit-score em {
  color: var(--stage-color);
  font-size: 26px;
  font-style: normal;
}
.audit-score small {
  width: max-content;
  margin: 14px auto 0;
  padding: 7px 22px;
  color: var(--stage-color);
  border: 1px solid rgba(var(--stage-color-rgb), .35);
  border-radius: 999px;
}
.audit-hub {
  width: 112px;
  height: 112px;
  margin: auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--stage-color);
  font-size: 56px;
  box-shadow: 0 0 44px rgba(var(--stage-color-rgb), .22);
}
.evidence-list {
  display: grid;
  gap: 12px;
}
.evidence-list > div {
  padding: 16px 18px;
}
.evidence-list strong,
.evidence-list span {
  display: block;
}
.evidence-list strong {
  color: var(--stage-ink);
}
.evidence-list span {
  color: var(--stage-copy);
  font-size: 13px;
}
.audit-grid {
  grid-template-columns: .72fr 1.32fr 1fr;
}
.unlock-list.compact > div {
  grid-template-columns: 36px minmax(150px, .72fr) minmax(220px, 1fr);
  min-height: 56px;
}
.group-art {
  min-height: clamp(230px, 22vw, 350px);
  background-image: url('images/consolidar-e-escalar.png?v=20260601');
}
.entity-list {
  display: grid;
  gap: 12px;
}
.entity-list > div {
  min-height: 74px;
  padding: 16px 20px;
}
.entity-list strong,
.entity-list span,
.group-panel strong,
.group-panel span,
.group-panel em,
.filing-card strong,
.filing-card span {
  display: block;
}
.entity-list span,
.group-panel span,
.group-panel em {
  color: var(--stage-copy);
  font-size: 12px;
  font-style: normal;
}
.group-hub {
  width: 150px;
  height: 150px;
  margin: auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--stage-ink);
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  box-shadow: 0 0 50px rgba(var(--stage-color-rgb), .2);
}
.group-hub::before {
  content: '•••';
  display: block;
  color: var(--stage-color);
  font-size: 42px;
  line-height: .5;
}
.group-panel {
  padding: 22px;
}
.group-panel b {
  display: block;
  color: var(--stage-ink);
  font-size: 36px;
}
.group-panel em {
  margin-top: 16px;
  padding: 14px;
  border: 1px solid rgba(var(--stage-color-rgb), .14);
  border-radius: 8px;
}
.filing-card {
  min-height: 170px;
  padding: 22px 16px;
  display: grid;
  place-items: center;
  text-align: center;
}
.filing-card span {
  color: var(--stage-ink);
  font-size: 24px;
}
.group-grid {
  grid-template-columns: .72fr 1fr .85fr .78fr;
}

/* profile · começando */
.profile-start-screen {
  min-height: calc(100vh - 82px);
  padding: clamp(18px, 2.5vh, 30px) 0 clamp(32px, 4vh, 54px);
  color: #f7fbff;
  background:
    radial-gradient(760px 420px at 50% 35%, rgba(0, 119, 255, .2), transparent 70%),
    linear-gradient(180deg, rgba(0, 6, 17, .96), rgba(0, 4, 13, .98));
}
.profile-start-wrap {
  display: grid;
  gap: 12px;
}
.profile-start-hero {
  display: grid;
  grid-template-columns: minmax(380px, .9fr) minmax(560px, 1.1fr);
  align-items: center;
  gap: clamp(22px, 3vw, 52px);
}
.profile-kicker {
  color: #10efe0;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: .04em;
  margin-bottom: 12px;
}
.profile-start-copy h2 {
  max-width: 860px;
  color: #fff;
  font-size: clamp(40px, 4.2vw, 70px);
  line-height: 1.06;
}
.profile-start-copy h2 span {
  color: #12bdfb;
}
.profile-start-copy p {
  max-width: 720px;
  margin-top: 18px;
  color: rgba(255,255,255,.82);
  font-size: clamp(16px, 1.08vw, 20px);
  line-height: 1.5;
}
.profile-start-art {
  min-height: clamp(340px, 33vw, 540px);
  background: url('images/comecando.png?v=20260602') center / contain no-repeat;
}
.profile-reg-art {
  background-image: url('images/regulatoria.png?v=20260602');
}
.profile-start-grid {
  display: grid;
  grid-template-columns: .9fr 1.45fr .86fr .86fr;
  gap: 10px;
}
.profile-start-card {
  min-height: 230px;
  padding: 22px;
  border: 1px solid rgba(0, 194, 255, .42);
  border-radius: var(--rad-lg);
  background: rgba(0, 12, 31, .68);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 18px 44px rgba(0,0,0,.18);
}
.profile-start-card h3 {
  color: #15e7df;
  font-size: clamp(18px, 1.35vw, 24px);
  margin-bottom: 18px;
}
.profile-start-card p,
.profile-start-card li {
  color: rgba(255,255,255,.83);
  font-size: 15px;
  line-height: 1.45;
}
.profile-start-card p + p {
  margin-top: 18px;
}
.profile-card-ico {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  margin-bottom: 10px;
  color: #13e5df;
  border: 1px solid rgba(0, 194, 255, .42);
  border-radius: 50%;
  background: rgba(0, 100, 255, .12);
}
.profile-card-ico svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.profile-tool-list {
  display: grid;
}
.profile-tool-list > div {
  display: grid;
  grid-template-columns: 42px minmax(190px, .8fr) 1fr;
  gap: 12px;
  align-items: center;
  min-height: 42px;
  border-top: 1px solid rgba(0, 194, 255, .18);
}
.profile-tool-list b {
  color: #10efe0;
  font-size: 22px;
}
.profile-tool-list strong {
  color: #fff;
}
.profile-tool-list p {
  font-size: 13px;
}
.profile-start-card ol {
  display: grid;
  gap: 12px;
  margin-left: 20px;
}
.profile-start-card a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  color: #10efe0;
  font-weight: 800;
}
.profile-reg-grid {
  grid-template-columns: .95fr 1.45fr .95fr;
}
.profile-plan-row {
  min-height: 92px;
  display: grid;
  grid-template-columns: 58px minmax(160px, .28fr) 1fr minmax(240px, .3fr);
  align-items: center;
  gap: 18px;
}
.profile-plan-row .profile-card-ico,
.profile-plan-row h3,
.profile-plan-row p,
.profile-plan-row a {
  margin: 0;
}
.profile-reg-screen .profile-start-cta {
  grid-template-columns: 76px 1fr minmax(260px, .34fr) minmax(240px, .3fr);
}
.profile-start-cta {
  min-height: 110px;
  display: grid;
  grid-template-columns: 110px 1fr minmax(260px, .36fr) minmax(240px, .32fr);
  align-items: center;
  gap: 18px;
  padding: 18px 28px;
  border: 1px solid rgba(0, 212, 255, .72);
  border-radius: var(--rad-lg);
  background: rgba(0, 12, 31, .62);
  box-shadow: 0 0 24px rgba(0, 204, 255, .18), inset 0 1px 0 rgba(255,255,255,.08);
}
.profile-start-cta strong {
  color: #fff;
  font-size: clamp(24px, 2.1vw, 36px);
}
.profile-start-cta p {
  grid-column: 2;
  margin-top: -18px;
  color: rgba(255,255,255,.78);
}
.profile-orbit {
  grid-row: 1 / span 2;
  width: 76px;
  height: 76px;
  border-radius: 0;
  border: 0;
  background: url('images/diagnostico_simbolo.png') center / contain no-repeat;
}
.profile-primary,
.profile-secondary {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-radius: 8px;
  padding: 0 22px;
  font-weight: 800;
}
.profile-primary {
  color: #fff;
  background: linear-gradient(100deg, #0aa7ff, #10d9c5);
}
.profile-secondary {
  color: #fff;
  border: 1px solid rgba(0, 194, 255, .42);
  background: rgba(0, 12, 31, .64);
}

/* light profile direction */
.audience-page .profile-start-screen,
.profile-light-screen {
  color: #26365f;
  background:
    radial-gradient(760px 420px at 72% 24%, rgba(12, 87, 255, .1), transparent 70%),
    linear-gradient(180deg, #fbfdff, #f5f9ff);
}
.audience-page .profile-kicker {
  color: #0758ff;
}
.audience-page .profile-start-copy h2 {
  color: #071236;
}
.audience-page .profile-start-copy h2 span {
  color: #0758ff;
}
.audience-page .profile-start-copy p {
  color: #2b3b67;
}
.audience-page .profile-start-card,
.export-card {
  border-color: rgba(12, 87, 255, .16);
  background: rgba(255, 255, 255, .84);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 18px 46px rgba(27, 57, 111, .08);
}
.audience-page .profile-start-card h3,
.export-card h3 {
  color: #0758ff;
}
.audience-page .profile-start-card p,
.audience-page .profile-start-card li,
.export-card p,
.export-card li {
  color: #2b3b67;
}
.audience-page .profile-card-ico {
  color: #0758ff;
  border-color: rgba(12, 87, 255, .24);
  background: rgba(12, 87, 255, .07);
}
.audience-page .profile-tool-list > div {
  border-top-color: rgba(12, 87, 255, .12);
}
.audience-page .profile-tool-list b,
.audience-page .profile-start-card a,
.export-card a {
  color: #0758ff;
}
.audience-page .profile-tool-list strong {
  color: #071236;
}
.audience-page .profile-start-cta {
  border-color: rgba(12, 87, 255, .18);
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 20px 54px rgba(27, 57, 111, .08), inset 0 1px 0 rgba(255,255,255,.9);
}
.audience-page .profile-start-cta strong {
  color: #071236;
}
.audience-page .profile-start-cta p {
  color: #52628b;
}
.audience-page .profile-orbit {
  border: 0;
  background: url('images/diagnostico_simbolo.png') center / contain no-repeat;
}
.audience-page .profile-primary {
  color: #fff;
  background: linear-gradient(100deg, #0758ff, #1f6fff);
  box-shadow: 0 18px 38px rgba(7, 88, 255, .2);
}
.audience-page .profile-secondary {
  color: #071236;
  border-color: rgba(12, 87, 255, .32);
  background: #fff;
}

/* profile · exportadores */
.export-screen {
  background:
    radial-gradient(700px 420px at 80% 18%, rgba(12, 87, 255, .1), transparent 72%),
    linear-gradient(180deg, #fff, #f7fbff);
}
.export-wrap {
  display: grid;
  gap: 14px;
}
.export-hero {
  display: grid;
  grid-template-columns: minmax(360px, .78fr) minmax(620px, 1.22fr);
  align-items: center;
  gap: clamp(24px, 3vw, 56px);
}
.export-copy h2 {
  color: #071236;
  font-size: clamp(40px, 4.15vw, 68px);
  line-height: 1.08;
  max-width: 790px;
}
.export-copy h2 span {
  color: #0758ff;
}
.export-copy p {
  max-width: 640px;
  margin-top: 20px;
  color: #2b3b67;
  font-size: clamp(16px, 1.1vw, 20px);
  line-height: 1.55;
}
.export-map-card {
  min-height: clamp(360px, 34vw, 520px);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(12, 87, 255, .12);
  border-radius: 8px;
  background:
    radial-gradient(420px 250px at 50% 44%, rgba(7, 88, 255, .14), transparent 70%),
    linear-gradient(180deg, rgba(255,255,255,.92), rgba(247,251,255,.88));
  box-shadow: 0 22px 58px rgba(27, 57, 111, .1);
}
.export-map-card::before {
  content: '';
  position: absolute;
  inset: 26px 170px 110px 28px;
  opacity: .74;
  background:
    radial-gradient(ellipse at 23% 46%, rgba(12, 87, 255, .12) 0 12%, transparent 13%),
    radial-gradient(ellipse at 45% 35%, rgba(12, 87, 255, .1) 0 18%, transparent 19%),
    radial-gradient(ellipse at 64% 48%, rgba(12, 87, 255, .1) 0 16%, transparent 17%),
    radial-gradient(ellipse at 82% 38%, rgba(12, 87, 255, .1) 0 11%, transparent 12%),
    linear-gradient(12deg, transparent 20%, rgba(12, 87, 255, .08) 21% 23%, transparent 24%),
    linear-gradient(-18deg, transparent 44%, rgba(12, 87, 255, .07) 45% 47%, transparent 48%);
  filter: blur(.2px);
}
.export-map-card::after {
  content: '';
  position: absolute;
  left: 28px;
  right: 168px;
  bottom: 102px;
  height: 120px;
  background:
    radial-gradient(90px 36px at 22% 65%, rgba(18, 183, 251, .22), transparent 70%),
    radial-gradient(120px 42px at 56% 44%, rgba(18, 183, 251, .16), transparent 70%),
    radial-gradient(85px 32px at 84% 55%, rgba(18, 183, 251, .18), transparent 70%);
}
.export-map {
  position: absolute;
  inset: 26px 170px 110px 28px;
}
.map-line {
  position: absolute;
  height: 2px;
  border-top: 2px dashed rgba(7, 88, 255, .42);
  transform-origin: left center;
}
.map-line.one { width: 46%; left: 15%; top: 45%; transform: rotate(12deg); }
.map-line.two { width: 42%; left: 39%; top: 38%; transform: rotate(-10deg); }
.map-line.three { width: 28%; left: 66%; top: 54%; transform: rotate(15deg); }
.map-dot {
  position: absolute;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(7, 88, 255, .36);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 22px rgba(7, 88, 255, .24);
}
.map-dot::before {
  content: '';
  position: absolute;
  inset: 9px;
  border-radius: 50%;
  background: #0758ff;
}
.map-dot.usa { left: 18%; top: 38%; }
.map-dot.br { left: 34%; top: 68%; }
.map-dot.eu { left: 55%; top: 28%; }
.map-dot.africa { left: 62%; top: 53%; }
.map-dot.asia { left: 82%; top: 42%; }
.export-risk {
  position: absolute;
  top: 26px;
  right: 18px;
  width: 150px;
  display: grid;
  gap: 10px;
}
.export-risk article {
  padding: 14px;
  border: 1px solid rgba(12, 87, 255, .12);
  border-radius: 8px;
  background: rgba(255,255,255,.84);
  box-shadow: 0 12px 28px rgba(27,57,111,.07);
}
.export-risk h3,
.export-metrics span {
  color: #071236;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 10px;
}
.export-risk p {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  color: #2b3b67;
  font-size: 12px;
  line-height: 1.3;
}
.export-risk p + p {
  margin-top: 8px;
}
.export-risk strong.low,
.export-risk strong.ready { color: #0dbb7d; }
.export-risk strong.mid { color: #e1a100; }
.export-risk strong.high { color: #f43f5e; }
.trace-bar {
  display: block;
  height: 8px;
  margin-top: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, #35c878 0 88%, #d8e5f7 88%);
}
.export-metrics {
  position: absolute;
  left: 22px;
  right: 170px;
  bottom: 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.export-metrics article {
  min-height: 86px;
  padding: 14px 16px;
  border: 1px solid rgba(12, 87, 255, .12);
  border-radius: 8px;
  background: rgba(255,255,255,.82);
}
.export-metrics strong {
  display: block;
  color: #071236;
  font-size: 24px;
  line-height: 1.1;
}
.export-metrics p {
  color: #26365f;
  font-size: 12px;
}
.export-card-grid {
  display: grid;
  grid-template-columns: 1.25fr .95fr .95fr;
  gap: 12px;
}
.export-card {
  min-height: 260px;
}
.export-card.wide {
  min-width: 0;
}
.export-card ol {
  margin-left: 24px;
}
.export-card li + li {
  margin-top: 10px;
}
.export-cta {
  min-height: 110px;
  display: grid;
  grid-template-columns: 120px 1fr minmax(260px, .32fr) minmax(220px, .26fr);
  align-items: center;
  gap: 22px;
  padding: 18px 28px;
  overflow: hidden;
  border: 1px solid rgba(12, 87, 255, .16);
  border-radius: 8px;
  background:
    radial-gradient(440px 170px at 94% 100%, rgba(12, 87, 255, .2), transparent 72%),
    rgba(255,255,255,.86);
  box-shadow: 0 20px 54px rgba(27, 57, 111, .08);
}
.export-globe {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  border: 1px solid rgba(12, 87, 255, .2);
  background:
    radial-gradient(circle at 50% 50%, rgba(7,88,255,.16), transparent 60%),
    linear-gradient(90deg, transparent 46%, #0758ff 47% 53%, transparent 54%),
    linear-gradient(0deg, transparent 46%, #0758ff 47% 53%, transparent 54%);
}
.export-cta strong {
  color: #071236;
  font-size: clamp(24px, 2vw, 34px);
  line-height: 1.1;
}
.export-primary,
.export-secondary {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 22px;
  border-radius: 8px;
  font-weight: 800;
}
.export-primary {
  color: #fff;
  background: linear-gradient(100deg, #0758ff, #1f6fff);
  box-shadow: 0 18px 38px rgba(7, 88, 255, .2);
}
.export-secondary {
  color: #071236;
  border: 1px solid rgba(12, 87, 255, .32);
  background: #fff;
}
.profile-grid {
  grid-template-columns: minmax(320px, .85fr) minmax(360px, 1fr);
  align-items: center;
}
.journey-cards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  margin-top: 34px;
}
.journey-cards article {
  border: 1px solid rgba(18,129,255,.48);
  border-radius: var(--rad-lg);
  padding: 24px;
  background: rgba(3,15,38,.76);
}
.journey-cards b,
.numbers b { display: block; color: var(--cyan); font-size: clamp(28px, 3vw, 58px); }
.twin-panels { grid-template-columns: 1fr 1fr; align-items: stretch; }
.panel-copy { padding: clamp(24px, 3vw, 48px); }
.panel-copy ul { list-style: none; margin-top: 22px; display: grid; gap: 10px; }
.panel-copy li {
  border: 1px solid var(--border-strong);
  border-radius: var(--rad-md);
  padding: 14px 16px;
  color: var(--text-0);
}
.metric-grid { display: grid; gap: 16px; }
.metric-grid.small { grid-template-columns: repeat(3, 1fr); margin-top: 26px; }
.metric-grid.small span,
.metric-grid.numbers span {
  min-height: 120px;
  border: 1px solid rgba(18,129,255,.48);
  border-radius: var(--rad-lg);
  display: grid;
  place-content: center;
  gap: 4px;
  text-align: center;
  padding: 16px;
  color: var(--text-0);
  background: rgba(3,15,38,.72);
}
.metric-grid.numbers { grid-template-columns: repeat(4, 1fr); margin-top: 24px; }
.domains { margin-top: 28px; }
.visual-placeholder.compare { min-height: 270px; }
.visual-placeholder.response { min-height: 430px; }
.plan-tiles { grid-template-columns: repeat(3, 1fr); margin-top: 28px; }
.plan-tiles article { min-height: 300px; padding: clamp(22px, 2.5vw, 42px); }
.plan-tiles article.picked { box-shadow: 0 0 34px rgba(0,204,255,.26), inset 0 0 50px rgba(0,204,255,.08); border-color: var(--cyan); }
.module-intro {
  display: grid;
  grid-template-columns: minmax(320px, .7fr) minmax(360px, 1fr);
  gap: 24px;
  align-items: start;
  margin-bottom: 28px;
}
.domain-board { grid-template-columns: 1.1fr .95fr 1fr .95fr; align-items: stretch; }
.domain-card { padding: clamp(18px, 2vw, 30px); }
.domain-card h2 { font-size: clamp(20px, 1.8vw, 31px); }
.domain-card ul { list-style: none; display: grid; gap: 9px; }
.domain-card li {
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--rad-md);
  padding: 9px 11px;
  background: rgba(0,0,0,.16);
}
.domain-card.green { border-color: rgba(82,255,54,.56); }
.domain-card.amber { border-color: rgba(255,190,0,.56); }
.domain-card.violet { border-color: rgba(210,122,255,.56); }
.domain-card.blue { border-color: rgba(0,200,255,.56); }

.copilot-top-screen {
  min-height: calc(100vh - 82px);
  align-items: start;
  padding: clamp(18px, 2.2vh, 28px) 0 clamp(18px, 2.4vh, 30px);
}
.copilot-top-card {
  width: min(1520px, calc(100vw - 44px));
  padding: clamp(28px, 3vw, 48px);
  border: 1px solid rgba(112, 83, 255, .13);
  border-radius: 8px;
  background:
    radial-gradient(860px 460px at 70% 6%, rgba(104,70,255,.08), transparent 72%),
    rgba(255,255,255,.94);
  box-shadow: 0 22px 70px rgba(18, 24, 70, .08), inset 0 1px 0 rgba(255,255,255,.96);
}
.copilot-top-grid {
  display: grid;
  grid-template-columns: minmax(560px, .48fr) minmax(720px, 1fr);
  gap: clamp(22px, 2.8vw, 44px);
  align-items: start;
  min-width: 0;
}
.copilot-top-copy,
.copilot-top-art {
  min-width: 0;
}
.copilot-kicker {
  color: #4a21ff;
  font-size: clamp(16px, 1.2vw, 20px);
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}
.copilot-top-copy h1 {
  margin: 24px 0 20px;
  color: #04073b;
  font-size: clamp(46px, 4.4vw, 72px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
}
.copilot-top-copy h1 span {
  color: #5628ff;
}
.copilot-top-copy p {
  width: min(530px, 100%);
  margin: 0 0 18px;
  color: #111948;
  font-size: clamp(16px, 1.18vw, 19px);
  line-height: 1.52;
}
.copilot-top-copy p strong {
  color: #111948;
  font-weight: 800;
}
.copilot-top-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 34px;
}
.copilot-primary,
.copilot-secondary,
.copilot-plan-link {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 0 26px;
  border-radius: 8px;
  font-weight: 800;
  text-decoration: none;
}
.copilot-primary {
  min-width: 280px;
  color: #fff;
  background: linear-gradient(100deg, #4e16ff 0%, #6d35ff 100%);
  box-shadow: 0 18px 36px rgba(86,40,255,.18);
}
.copilot-secondary,
.copilot-plan-link {
  min-width: 250px;
  color: #4e16ff;
  border: 1px solid rgba(86,40,255,.48);
  background: rgba(255,255,255,.86);
}
.copilot-top-art {
  position: relative;
  justify-self: stretch;
  margin-top: -8px;
}
.copilot-top-art img {
  display: block;
  width: 100%;
  min-width: 0;
  height: auto;
}
.copilot-art-question,
.copilot-art-answer,
.copilot-art-card {
  position: absolute;
  z-index: 1;
  font-weight: 700;
}
.copilot-art-question {
  left: 13.8%;
  top: 47.5%;
  width: 40%;
  min-height: 9.4%;
  display: flex;
  align-items: center;
  padding: 0 2.3%;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(100deg, #356dff 0%, #6227ff 76%);
  box-shadow: 0 10px 24px rgba(75,39,255,.22);
  font-size: clamp(9px, .9vw, 15px);
  line-height: 1.45;
}
.copilot-art-answer {
  left: 14.5%;
  top: 62.8%;
  width: 40.5%;
  min-height: 15%;
  padding: 1.6% 2.2%;
  border-radius: 16px;
  color: #080d3a;
  background: rgba(255,255,255,.96);
  box-shadow: 0 0 18px 12px rgba(255,255,255,.9), 0 10px 22px rgba(24,21,91,.08);
  font-size: clamp(9px, .86vw, 15px);
  line-height: 1.48;
}
.copilot-art-card {
  left: 76.1%;
  width: 19.4%;
  min-height: 8.2%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  padding: 0 1%;
  color: #071036;
  background: rgba(255,255,255,.97);
  box-shadow: 0 0 16px 14px rgba(255,255,255,.94);
  line-height: 1.25;
}
.copilot-art-card strong {
  font-size: clamp(9px, .86vw, 15px);
  font-weight: 800;
}
.copilot-art-card span {
  color: #283668;
  font-size: clamp(7px, .68vw, 12px);
  font-weight: 600;
  line-height: 1.45;
}
.art-card-metrics { top: 15.5%; }
.art-card-evidence { top: 35.8%; }
.art-card-risks { top: 56%; }
.art-card-next { top: 76.4%; }
.copilot-topic-block {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(17,25,72,.13);
}
.copilot-topic-block h2 {
  margin: 0 0 4px;
  color: #04073b;
  font-size: clamp(22px, 1.7vw, 28px);
  line-height: 1.16;
}
.copilot-topic-block p {
  color: #2e356e;
  font-size: clamp(14px, 1.05vw, 16px);
}
.copilot-topic-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 1.8vw, 24px);
  margin-top: 20px;
}
.copilot-topic {
  min-height: 104px;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 18px 22px;
  border: 1px solid var(--topic-border, rgba(86,40,255,.28));
  border-radius: 8px;
  color: var(--topic-color, #4e16ff);
  background: rgba(255,255,255,.78);
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.copilot-topic:hover,
.copilot-topic:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(35, 42, 90, .1);
  outline: 0;
}
.copilot-topic span {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: color-mix(in srgb, var(--topic-color, #4e16ff) 12%, white);
}
.copilot-topic svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.copilot-topic strong {
  color: #111948;
  font-size: clamp(13px, .95vw, 16px);
  line-height: 1.2;
}
.copilot-topic b {
  font-size: 36px;
  line-height: 1;
}
.topic-esg { --topic-color: #009b69; --topic-border: rgba(0,155,105,.34); }
.topic-risk { --topic-color: #ff8a00; --topic-border: rgba(255,138,0,.34); }
.topic-finance { --topic-color: #0758ff; --topic-border: rgba(7,88,255,.34); }
.topic-compliance { --topic-color: #8a30ff; --topic-border: rgba(138,48,255,.34); }
.copilot-plan-link {
  display: flex;
  width: min(420px, 100%);
  margin: 24px auto 0;
}

@media (max-width: 1280px) {
  .copilot-top-card {
    width: min(100%, calc(100vw - 36px));
  }
  .copilot-top-grid {
    grid-template-columns: minmax(360px, .66fr) minmax(520px, 1fr);
    gap: 28px;
  }
  .copilot-topic-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .copilot-top-grid {
    grid-template-columns: 1fr;
  }
  .copilot-top-art {
    order: -1;
  }
  .copilot-top-copy p {
    width: min(620px, 100%);
  }
}

@media (max-width: 640px) {
  .copilot-top-screen {
    padding-top: 14px;
  }
  .copilot-top-card {
    width: calc(100vw - 18px);
    max-width: calc(100vw - 18px);
    padding: 18px 10px;
    overflow: hidden;
  }
  .copilot-top-grid,
  .copilot-top-copy,
  .copilot-top-art,
  .copilot-top-copy p,
  .copilot-top-copy p strong {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  .copilot-top-copy p,
  .copilot-top-copy p strong {
    overflow-wrap: break-word;
  }
  .copilot-top-art {
    overflow: hidden;
  }
  .copilot-top-copy h1 {
    font-size: clamp(34px, 11vw, 44px);
  }
  .copilot-top-actions,
  .copilot-primary,
  .copilot-secondary {
    width: 100%;
    min-width: 0;
  }
  .copilot-top-actions {
    flex-direction: column;
    gap: 12px;
  }
  .copilot-topic-grid {
    grid-template-columns: 1fr;
  }
  .copilot-topic {
    min-height: 88px;
    grid-template-columns: 58px minmax(0, 1fr) auto;
    padding: 14px;
  }
  .copilot-topic span {
    width: 52px;
    height: 52px;
  }
  .copilot-topic svg {
    width: 28px;
    height: 28px;
  }
}

.modules-page .module-screen {
  min-height: calc(100vh - 82px);
  align-items: start;
  padding: clamp(26px, 4vh, 42px) 0 clamp(20px, 3.2vh, 32px);
  background: #fff;
}
.modules-page .module-screen::after {
  opacity: .54;
  background:
    radial-gradient(760px 420px at 84% 14%, rgba(12,111,255,.08), transparent 72%),
    radial-gradient(620px 320px at 10% 78%, rgba(12,111,255,.04), transparent 76%);
}
.module-top-wrap {
  width: min(1450px, calc(100vw - 88px));
}
.platform-hero {
  display: grid;
  grid-template-columns: minmax(600px, .85fr) minmax(560px, 1fr);
  gap: clamp(28px, 4vw, 58px);
  align-items: start;
}
.platform-copy {
  padding-top: 4px;
}
.platform-eyebrow {
  color: #0758ff;
  font-size: clamp(16px, 1.2vw, 20px);
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}
.platform-copy h1 {
  margin: 22px 0 18px;
  color: #050b3f;
  font-size: clamp(42px, 3.75vw, 58px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0;
}
.platform-copy h1 span {
  color: #0758ff;
}
.platform-copy p {
  width: min(620px, 100%);
  color: #1c2a64;
  font-size: clamp(18px, 1.35vw, 22px);
  line-height: 1.5;
}
.platform-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 28px;
}
.platform-primary,
.platform-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 30px;
  border-radius: 8px;
  font-weight: 800;
  text-decoration: none;
}
.platform-primary {
  gap: 18px;
  color: #fff;
  background: #0758ff;
  box-shadow: 0 16px 32px rgba(7,88,255,.2);
}
.platform-secondary {
  min-width: 230px;
  color: #0758ff;
  border: 1px solid rgba(7,88,255,.38);
  background: rgba(255,255,255,.72);
}
.platform-art {
  justify-self: end;
  width: min(100%, 760px);
  height: clamp(330px, 28vw, 405px);
  overflow: hidden;
}
.platform-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.platform-section-title {
  margin: 14px 0 12px 2px;
  color: #050b3f;
  font-size: 21px;
  font-weight: 800;
}
.packs-title {
  margin-top: 24px;
}
.core-module-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}
.core-module-card {
  min-height: 146px;
  position: relative;
  display: block;
  overflow: hidden;
  padding: 18px 20px 18px;
  border: 1px solid rgba(7,88,255,.14);
  border-radius: 8px;
  background: linear-gradient(135deg, #fff 0%, #f3f8ff 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.96);
  text-align: left;
  cursor: pointer;
  appearance: none;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.core-module-card > div {
  position: relative;
  z-index: 1;
  max-width: 100%;
}
.core-module-card:hover,
.core-module-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(7,88,255,.34);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.96), 0 18px 40px rgba(18,89,201,.12);
  outline: 0;
}
.core-module-card:focus-visible {
  box-shadow: 0 0 0 3px rgba(7,88,255,.18), 0 18px 40px rgba(18,89,201,.12);
}
.core-module-card:nth-child(2),
.core-module-card:nth-child(3),
.core-module-card:nth-child(4) {
  background: linear-gradient(135deg, #fff 0%, #f3f8ff 100%);
}
.core-module-card:nth-child(5) {
  color: #1d2d66;
  border-color: rgba(7,88,255,.14);
  background: linear-gradient(135deg, #fff 0%, #f3f8ff 100%);
}
.core-module-card:nth-child(6) {
  color: #1d2d66;
  border-color: rgba(7,88,255,.14);
  background: linear-gradient(135deg, #fff 0%, #f3f8ff 100%);
}
.core-module-card h2 {
  max-width: 13.5em;
  margin: 0 0 10px;
  color: inherit;
  font-size: clamp(14px, 1.02vw, 17px);
  line-height: 1.22;
  letter-spacing: 0;
}
.core-module-card p {
  max-width: 16.5em;
  margin: 0;
  color: #10215a;
  font-size: clamp(12px, .9vw, 14px);
  font-weight: 500;
  line-height: 1.48;
}
.core-module-card:nth-child(n+5) p {
  color: #10215a;
}
.core-icon {
  position: absolute;
  right: -12px;
  bottom: -20px;
  z-index: 0;
  width: 124px;
  height: 124px;
  display: grid;
  place-items: center;
  color: #0758ff;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  opacity: .13;
  pointer-events: none;
}
.core-icon svg {
  width: 116px;
  height: 116px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.core-icon img {
  width: 116px;
  height: 116px;
  object-fit: contain;
}
.core-icon.leaf,
.core-icon.co2 { color: #008e4b; }
.core-icon.building { color: #299e94; }
.core-icon.pie { color: #2d73ff; }
.core-icon.evidence { color: #0758ff; }
.core-icon.diagnostic-symbol {
  opacity: .26;
}
.core-module-card:nth-child(n+5) .core-icon {
  color: #0758ff;
  opacity: .13;
}
.core-icon.co2 text {
  fill: currentColor;
  stroke: none;
  font-size: 10px;
  font-weight: 800;
}
.core-modal__panel {
  width: min(1040px, 100%);
}
.special-pack-grid {
  display: grid;
  grid-template-columns: 1.04fr .98fr 1.18fr 1.04fr 1.04fr .9fr 1.34fr;
  gap: 18px;
}
.special-pack {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 16px;
  border: 1px solid rgba(7,88,255,.14);
  border-radius: 8px;
  color: var(--pack-color, #0758ff);
  background: rgba(255,255,255,.78);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.96);
  font-size: clamp(14px, .95vw, 16px);
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}
.special-pack span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}
.special-pack svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.special-pack.climate { --pack-color: #0758ff; }
.special-pack.nature { --pack-color: #009154; }
.special-pack.compliance { --pack-color: #712cff; }
.special-pack.supplier { --pack-color: #ff6900; }
.special-pack.investor { --pack-color: #088982; }
.special-pack.eu { --pack-color: #0758ff; }
.special-pack.carbon { --pack-color: #f20b74; }
.platform-level-bar {
  display: grid;
  grid-template-columns: auto minmax(70px, 1fr) auto minmax(70px, 1fr) auto minmax(70px, 1fr) auto;
  align-items: center;
  gap: 14px;
  margin-top: 22px;
  padding: 14px 54px 13px;
  border: 1px solid rgba(7,88,255,.14);
  border-radius: 8px;
  background: rgba(255,255,255,.78);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.96);
}
.platform-level-item {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #050b3f;
  white-space: nowrap;
}
.platform-level-item span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #050b3f;
  background: #dce8ff;
  font-size: 20px;
  font-weight: 800;
}
.platform-level-item strong {
  font-size: clamp(14px, .98vw, 16px);
}
.platform-level-line {
  height: 1px;
  border-top: 1px dashed rgba(7,88,255,.3);
}
.platform-level-bar p {
  grid-column: 1 / -1;
  margin: 2px 0 0;
  color: #1d2d66;
  font-size: 15px;
  text-align: center;
}

@media (max-width: 1280px) {
  .module-top-wrap {
    width: min(100%, calc(100vw - 48px));
  }
  .platform-hero {
    grid-template-columns: minmax(390px, .82fr) minmax(440px, 1fr);
    gap: 34px;
  }
  .core-module-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .special-pack-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .platform-level-bar {
    padding-inline: 28px;
  }
}

@media (max-width: 1400px) {
  .platform-hero {
    grid-template-columns: 1fr;
  }
  .platform-art {
    justify-self: center;
    width: min(100%, 760px);
    order: -1;
  }
  .core-module-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .special-pack-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .platform-level-bar {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .platform-level-line {
    width: 1px;
    height: 24px;
    margin-left: 20px;
    border-top: 0;
    border-left: 1px dashed rgba(7,88,255,.3);
  }
  .platform-level-bar p {
    text-align: left;
  }
}

@media (max-width: 640px) {
  .module-top-wrap {
    width: calc(100vw - 28px);
  }
  .platform-copy h1 {
    font-size: clamp(34px, 11vw, 46px);
  }
  .platform-copy p {
    font-size: 16px;
  }
  .platform-actions,
  .platform-primary,
  .platform-secondary {
    width: 100%;
  }
  .core-module-grid,
  .special-pack-grid {
    grid-template-columns: 1fr;
  }
  .core-module-card {
    min-height: 0;
  }
  .special-pack {
    justify-content: flex-start;
  }
  .platform-level-bar {
    padding: 16px;
  }
  .platform-level-item {
    white-space: normal;
  }
}

/* Main section titles use one scale across the site. */
.hero-copy > h1,
.start-copy > h2,
.s-pqe .head h2,
.eco-grid > div:first-child > h2,
.s-pla .head-row > div:first-child > h2,
.s-qna .grid h2,
.s-cta .grid h2,
.page-flow .audience-entry h1,
.locate-copy h2,
.people-hero h2,
.stage-measure-screen h2,
.stage-copy h2,
.profile-start-copy h2,
.export-copy h2 {
  font-size: var(--title-main);
  font-weight: 800;
  line-height: .98;
  letter-spacing: 0;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (min-width: 1101px) and (max-width: 1280px) {
  .s-start .section-inner {
    grid-template-columns: 1fr;
  }
  .start-copy {
    max-width: 720px;
  }
  .start-cards {
    margin-top: 12px;
  }
}
@media (max-width: 1100px) {
  .s-start .section-inner { display: block; }
  .hero-inner, .start-hero, .eco-grid, .s-pla .head-row, .s-qna .grid, .s-cta .grid, .s-pqe .head, .duo, .qna-footer { grid-template-columns: 1fr; }
  .start-cards, .eco-cards, .plan-grid { grid-template-columns: 1fr; }
  .hero-copy, .s-qna .grid, .s-cta .grid { max-width: min(680px, 100%); }
  .start-copy { max-width: 680px; margin: 0; }
  .start-cards { margin-top: 24px; }
  .start-card,
  .start-card.diag {
    min-height: 0;
    transform: none;
  }
  .start-card::before,
  .start-card::after,
  .start-cards::before {
    display: none;
  }
  .start-flow {
    width: 100%;
    margin-top: 12px;
    margin-left: 0;
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .start-flow-step {
    min-height: 74px;
    padding: 0 0 0 76px;
    justify-items: start;
    text-align: left;
  }
  .start-flow-step span {
    position: absolute;
    left: 0;
    top: 0;
  }
  .start-flow-step:not(:last-child)::after {
    top: 60px;
    left: 27px;
    width: 1px;
    height: calc(100% - 34px);
    background: linear-gradient(180deg, rgba(7,88,255,.28), rgba(0,170,181,.28));
  }
  .start-flow-step strong {
    margin-top: 3px;
  }
  .start-flow-step p {
    max-width: 34ch;
  }
  .s-pqe .head {
    align-items: start;
  }
  .s-pqe .head .cta-bar {
    max-width: 720px;
  }
  .hero::before {
    background:
      linear-gradient(90deg, rgba(0, 4, 13, 0.98) 0%, rgba(0, 4, 13, 0.88) 54%, rgba(0, 4, 13, 0.55) 100%),
      url('images/hero-globe.png') calc(100% - 42px) center / min(67.72vw, 624px) auto no-repeat;
  }
  .footer-cols { grid-template-columns: 1fr 1fr; }
  .pipeline { overflow-x: auto; flex-wrap: nowrap; display: flex; gap: 14px; }
  .trust-row { grid-template-columns: 1fr 1fr; }
  .nav .menu { display: none; }
  .split-hero,
  .lens-grid,
  .detail-grid,
  .profile-grid,
  .twin-panels,
  .module-intro { grid-template-columns: 1fr; }
  .detail-grid .visual-placeholder { grid-column: auto; }
  .profile-start-hero,
  .profile-start-grid,
  .profile-start-cta,
  .profile-reg-grid,
  .profile-plan-row,
  .profile-reg-screen .profile-start-cta,
  .export-hero,
  .export-card-grid,
  .export-cta {
    grid-template-columns: 1fr;
  }
  .profile-start-art {
    min-height: clamp(300px, 52vw, 480px);
  }
  .profile-start-cta p,
  .profile-orbit {
    grid-column: auto;
    grid-row: auto;
  }
  .export-map-card {
    min-height: clamp(360px, 58vw, 520px);
  }
  .export-risk {
    width: 144px;
  }
  .export-metrics {
    right: 164px;
  }
  .feature-grid.four,
  .journey-cards,
  .metric-grid.numbers,
  .domain-board { grid-template-columns: 1fr 1fr; }
  .locate-detail-screen::before {
    background:
      linear-gradient(180deg, rgba(0, 4, 13, .54) 0%, rgba(0, 4, 13, .96) 48%, rgba(0, 4, 13, .98) 100%),
      url('images/onde-voce-esta.png') 50% 0 / 118vw auto no-repeat;
    opacity: .72;
  }
  .people-screen::before {
    background:
      linear-gradient(180deg, rgba(0, 6, 17, .18) 0%, rgba(0, 6, 17, .92) 34%, rgba(0, 5, 14, .98) 100%),
      url('images/quem.png') 50% 0 / min(92vw, 620px) auto no-repeat;
    opacity: .68;
  }
  .people-screen .team-art {
    min-height: clamp(160px, 32vw, 260px);
  }
  .locate-copy {
    max-width: 720px;
    padding-top: 28vw;
  }
  .locate-detail-screen .lens-grid {
    grid-template-columns: 1fr;
  }
  .locate-diagnostic .btn {
    width: auto;
  }
  .measure-hero,
  .measure-card-grid,
  .stage-hero,
  .stage-card-grid,
  .stage-bottom-grid,
  .stage-cta,
  .stage-cta.inline {
    grid-template-columns: 1fr;
  }
  .reporting-art,
  .audit-art,
  .group-art {
    grid-template-columns: 1fr;
    max-width: 720px;
    justify-self: center;
    width: 100%;
  }
  .stage-copy {
    max-width: 760px;
  }
  .stage-cta {
    align-items: stretch;
  }
  .stage-measure-screen::before {
    background: none;
  }
  .measure-stack {
    min-height: clamp(250px, 46vw, 380px);
  }
  .measure-card.pain p,
  .measure-card.outcome p {
    max-width: none;
  }
}

/* Pack inclusions: larger explanatory copy with clear check marks. */
body.home-light.pricing-board-page .pricing-screen-packs .pack-points {
  gap: 7px;
}

body.home-light.pricing-board-page .pricing-screen-packs .pack-points li {
  padding-left: 19px;
  font-size: 12px;
  line-height: 1.4;
}

body.home-light.pricing-board-page .pricing-screen-packs .pack-points li::before {
  content: '\2713';
  top: 0;
  color: var(--pack-accent);
  font-size: 12px;
  font-weight: 900;
}

/* À-la-carte module picker */
.pack-purchase-bar {
  position: relative;
  overflow: visible;
}

.packs-alacarte-wrap {
  position: relative;
  min-width: 0;
}

.pack-purchase-bar .packs-alacarte-wrap .packs-alacarte {
  width: 100%;
  cursor: pointer;
  font: inherit;
}

.pack-purchase-bar .packs-alacarte > b {
  color: #6740f4;
  font-size: 18px;
  transition: transform .2s ease;
}

.pack-purchase-bar .packs-alacarte[aria-expanded="true"] > b {
  transform: rotate(180deg);
}

.alacarte-menu[hidden] {
  display: none !important;
}

.alacarte-menu {
  position: absolute;
  top: calc(100% + 18px);
  left: 0;
  z-index: 80;
  width: min(1240px, calc(100vw - 100px));
  padding: 22px;
  border: 1px solid #d9d6ff;
  border-radius: 16px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 28px 70px rgba(34, 29, 88, .2);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.alacarte-menu header,
.alacarte-menu footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.alacarte-menu header > div strong,
.alacarte-menu header > div span {
  display: block;
}

.alacarte-menu header > div strong {
  color: #07133f;
  font-size: 20px;
}

.alacarte-menu header > div span {
  margin-top: 4px;
  color: #536187;
  font-size: 13px;
}

.alacarte-menu header > button {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border: 1px solid #dce5f3;
  border-radius: 50%;
  color: #07133f;
  background: #fff;
  font-size: 26px;
  cursor: pointer;
}

.alacarte-groups {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.alacarte-groups fieldset {
  min-width: 0;
  margin: 0;
  padding: 14px;
  border: 1px solid #e1e6f0;
  border-radius: 12px;
  background: #f9fbff;
}

.alacarte-groups legend {
  padding: 0 6px;
  color: #5f37ed;
  font-size: 13px;
  font-weight: 850;
}

.alacarte-groups label {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 6px 4px;
  color: #33436b;
  font-size: 12px;
  cursor: pointer;
}

.alacarte-groups input {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  accent-color: #6740f4;
}

.alacarte-menu footer {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #e7e8f2;
  color: #536187;
  font-size: 13px;
}

.alacarte-menu footer b {
  color: #6740f4;
  font-size: 18px;
}

.alacarte-menu footer a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(110deg, #6633f4, #4c15df);
  font-weight: 800;
}

@media (max-width: 900px) {
  .alacarte-menu {
    width: min(680px, calc(100vw - 48px));
  }

  .alacarte-groups {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .alacarte-menu {
    position: fixed;
    inset: 74px 14px auto;
    width: auto;
    max-height: calc(100vh - 92px);
    overflow: auto;
  }

  .alacarte-groups {
    grid-template-columns: 1fr;
  }

  .alacarte-menu footer {
    align-items: stretch;
    flex-direction: column;
  }
}
@media (min-width: 1101px) and (max-width: 1360px) {
  .nav { gap: 14px; }
  .nav .menu { gap: 12px; margin-left: 0; }
  .nav .menu a { font-size: 12.5px; }
  .nav .actions { gap: 6px; }
  .nav .actions .btn { padding-inline: 13px; font-size: 12.5px; }
}
@media (max-width: 640px) {
  .hero-copy { max-width: 100%; }
  .hero::before {
    opacity: 0.44;
    background:
      linear-gradient(180deg, rgba(0, 4, 13, 0.62), rgba(0, 4, 13, 0.98) 68%),
      url('images/hero-globe.png') 58% top / 99.79vw auto no-repeat;
  }
  .s-qna::before,
  .s-cta::before {
    opacity: 0.46;
    background-position: 68% center;
    background-size: auto 100%;
  }
  .s-qna::before {
    opacity: .38;
    background:
      linear-gradient(180deg, rgba(0,4,13,.72), rgba(0,4,13,.98) 72%),
      url('images/nexta.png') 50% top / 112vw auto no-repeat;
  }
  .gcard.A {
    grid-template-columns: 1fr;
  }
  .gcard.A::before {
    inset: auto -26px -38px 24%;
    height: 220px;
    background: url('images/image_quem1.png') right bottom / 80% auto no-repeat;
    opacity: .34;
  }
  .gcard.B .head-row {
    max-width: 100%;
  }
  .gcard.B::before {
    inset: auto -28px -42px 18%;
    height: 238px;
    background: url('images/image_quem2.png') right bottom / 80% auto no-repeat;
    opacity: .38;
  }
  .s-pqe .cta-bar .ico.compass {
    width: 74px;
    height: 74px;
  }
  .s-pqe .cta-bar .ico.compass svg {
    display: none;
  }
  .bullets { grid-template-columns: 1fr; }
  .footer-cols { grid-template-columns: 1fr; }
  .cta-bar { flex-wrap: wrap; }
  .plan-card { min-height: 250px; }
  .plan-card .body { width: 100%; }
  .plan-card .visual {
    inset: auto -22px 6px 24%;
    height: 150px;
    opacity: .45;
  }
  .copilot-banner { grid-template-columns: 1fr; }
  .s-pla .copilot-banner {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .s-pla .copilot-banner .btn-copilot {
    grid-column: 1;
    width: 100%;
    justify-self: stretch;
    white-space: normal;
  }
  .copilot-banner .col-sep {
    border-left: 0;
    border-top: 1px solid var(--border);
    padding: 14px;
  }
  .trust-row { grid-template-columns: 1fr; }
  .page-wrap { width: calc(100vw - 32px); }
  .page-screen { min-height: auto; }
  .route-columns,
  .feature-grid.four,
  .journey-cards,
  .metric-grid.small,
  .metric-grid.numbers,
  .domain-board,
  .plan-tiles { grid-template-columns: 1fr; }
  .route-surface > a { flex-direction: column; align-items: start; justify-content: center; gap: 2px; }
  .locate-copy {
    padding-top: 44vw;
  }
  .people-screen::before {
    background:
      linear-gradient(180deg, rgba(0, 6, 17, .12) 0%, rgba(0, 6, 17, .94) 28%, rgba(0, 5, 14, .99) 100%),
      url('images/quem.png') 50% 0 / 108vw auto no-repeat;
  }
  .people-screen .team-art {
    min-height: 46vw;
  }
  .audience-page .locate-copy h2 {
    font-size: clamp(30px, 9.2vw, 48px);
  }
  .locate-detail-screen .route-surface {
    padding: 14px;
  }
  .locate-detail-screen .route-surface h2,
  .locate-detail-screen .route-surface > a,
  .locate-detail-screen .route-columns a,
  .locate-detail-screen .inline-route a {
    flex-direction: row;
    align-items: center;
  }
  .locate-detail-screen .route-columns a:nth-child(odd) {
    border-right: 0;
    padding-right: 0;
  }
  .locate-detail-screen .route-columns a:nth-child(even) {
    padding-left: 0;
  }
  .route-head-ico {
    width: 42px;
    height: 42px;
  }
  .route-ico {
    width: 40px;
    height: 40px;
  }
  .locate-diagnostic {
    align-items: stretch;
  }
  .locate-diagnostic p {
    flex-basis: calc(100% - 72px);
  }
  .locate-diagnostic .btn {
    width: 100%;
  }
  .stage-measure-screen {
    padding-top: 18px;
  }
  .stage-measure-screen .measure-wrap,
  .stage-detail-screen .stage-wrap {
    margin-top: 0;
  }
  .stage-measure-screen h2 {
    font-size: clamp(34px, 10vw, 48px);
  }
  .measure-hero {
    gap: 16px;
  }
  .measure-stack {
    min-height: clamp(230px, 58vw, 360px);
  }
  .stack-layer {
    grid-template-columns: 1fr 56px;
    padding: 12px 14px;
  }
  .measure-card-grid,
  .measure-mini-grid,
  .stage-card-grid,
  .stage-bottom-grid,
  .stage-cta,
  .stage-cta.inline,
  .profile-tool-list > div,
  .export-metrics {
    grid-template-columns: 1fr;
  }
  .export-map-card {
    min-height: 560px;
  }
  .export-map-card::before,
  .export-map-card::after,
  .export-map {
    right: 18px;
    bottom: 240px;
  }
  .export-risk {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    margin: 250px 14px 0;
    grid-template-columns: 1fr;
  }
  .export-metrics {
    left: 14px;
    right: 14px;
    bottom: 14px;
  }
  .export-copy h2 {
    font-size: clamp(34px, 10vw, 48px);
  }
  .export-cta {
    padding: 16px;
  }
  .export-primary,
  .export-secondary {
    width: 100%;
  }
  .profile-start-copy h2 {
    font-size: clamp(34px, 10vw, 48px);
  }
  .profile-start-art {
    min-height: clamp(240px, 70vw, 380px);
  }
  .stage-detail-screen {
    padding-top: 18px;
  }
  .stage-copy h2 {
    font-size: clamp(34px, 10vw, 48px);
  }
  .stage-art {
    min-height: clamp(230px, 54vw, 360px);
  }
  .stage-primary,
  .stage-secondary {
    width: 100%;
  }
  .stage-cta {
    padding: 16px;
    gap: 14px;
  }
  .audit-hub,
  .group-hub {
    width: 96px;
    height: 96px;
  }
  .unlock-list.compact > div {
    grid-template-columns: 32px 1fr;
    padding: 8px 0;
  }
  .unlock-list.compact p {
    grid-column: 2;
  }
  .unlock-list > div {
    grid-template-columns: 32px 1fr;
    padding: 8px 0;
  }
  .unlock-list p {
    grid-column: 2;
  }
  .measure-card.outcome p {
    margin-left: 0;
  }
  .measure-cta {
    padding: 16px;
    gap: 16px;
  }
}

@media (max-width: 640px) {
  html,
  body.home-light {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    background: #f6f9fd;
  }
  .home-light .nav-shell {
    position: sticky;
    width: 100%;
    background: rgba(255,255,255,.94);
  }
  .home-light .utility {
    display: none;
  }
  .home-light .nav {
    width: 100%;
    padding: 9px 14px 10px;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .home-light .nav .brand img {
    max-width: 132px;
    height: 23px;
  }
  .home-light .nav .actions {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    flex: 0 0 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 8px;
  }
  .home-light .nav .actions .btn {
    width: 100%;
    min-width: 0;
    min-height: 34px;
    padding: 0 8px;
    font-size: 11px;
    justify-content: center;
    text-align: center;
    white-space: normal;
    overflow-wrap: anywhere;
    line-height: 1.08;
  }
  .home-light .nav .actions .btn-outline:last-child {
    display: none;
  }
  .home-light .section {
    width: 100%;
    min-width: 0;
    min-height: auto;
    padding: 28px 18px;
    display: block;
    background:
      radial-gradient(520px 300px at 80% 12%, rgba(12,111,255,.08), transparent 70%),
      linear-gradient(180deg, #f6f9fd 0%, #f6f9fd 100%);
  }
  .home-light .s-pqe {
    background:
      radial-gradient(520px 300px at 80% 12%, rgba(12,111,255,.08), transparent 70%),
      linear-gradient(180deg, #eef5ff 0%, #e7f0fd 100%);
  }
  .home-light .hero::before {
    opacity: .7;
    background:
      linear-gradient(180deg, rgba(246,249,253,.18), rgba(246,249,253,.96) 74%),
      url('images/hero-globe.png') 58% top / 114.4vw auto no-repeat;
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 12%, #000 70%, transparent 100%);
    mask-image: linear-gradient(180deg, transparent 0%, #000 12%, #000 70%, transparent 100%);
  }
  .home-light .s-cta::before {
    opacity: .82;
    background:
      linear-gradient(180deg, rgba(2,8,23,.38), rgba(2,8,23,.98) 72%),
      url('images/cta.png') 50% top / 112vw auto no-repeat;
  }
  .home-light .section-inner {
    width: 100%;
    max-width: none;
    min-width: 0;
  }
  .home-light .eco-grid,
  .home-light .start-hero,
  .home-light .start-cards,
  .home-light .eco-cards,
  .home-light .s-pla .head-row,
  .home-light .plan-grid,
  .home-light .duo,
  .home-light .s-pqe .head,
  .home-light .qna-footer,
  .home-light .s-cta .grid {
    width: 100%;
    min-width: 0;
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .home-light .start-card {
    grid-template-columns: 54px 1fr;
    min-height: 0;
    padding: 16px;
    gap: 12px;
  }
  .home-light .start-card-icon {
    width: 48px;
    height: 48px;
  }
  .home-light .start-card-icon svg,
  .home-light .start-card-icon img {
    width: 26px;
    height: 26px;
  }
  .home-light .start-flow {
    width: 100%;
  }
  .home-light .s-eco::before {
    inset: 0;
    opacity: 0;
    background: none;
  }
  .home-light .s-qna {
    background:
      radial-gradient(520px 300px at 72% 12%, rgba(12,111,255,.16), transparent 70%),
      linear-gradient(180deg, #020817 0%, #030b1e 100%);
  }
  .home-light .s-qna::before {
    opacity: .82;
    background:
      linear-gradient(180deg, rgba(2,8,23,.24), rgba(2,8,23,.96) 76%),
      url('images/nexta.png') 50% top / 112vw auto no-repeat;
  }
  .home-light .s-eco .cta-bar {
    width: 100%;
    margin-top: 14px;
    padding: 16px;
    gap: 12px;
  }
  .home-light .pcard,
  .home-light .plan-card,
  .home-light .gcard,
  .home-light .copilot-banner,
  .home-light .cta-bar,
  .home-light .qna-foot-card {
    width: 100%;
    min-width: 0;
    padding: 16px;
  }
  .home-light .pcard p {
    min-height: 0;
  }
  .home-light .pcard .links {
    gap: 6px;
    font-size: 10.5px;
  }
  .home-light .pcard .pbtn {
    min-height: 38px;
  }
  .home-light .s-pqe .head .cta-bar,
  .home-light .cta-bar {
    max-width: none;
    align-items: center;
    gap: 12px;
  }
  .home-light .cta-bar:has(.btn-diag[href="diagnostico.html"]) .ico,
  .home-light .cta-bar .ico.compass {
    width: 54px;
    height: 54px;
  }
  .home-light .cta-bar .copy {
    min-width: 0;
    flex: 1 1 160px;
  }
  .home-light .cta-bar .btn {
    width: 100%;
    justify-content: center;
  }
  .home-light h1,
  .home-light h2 {
    font-size: clamp(31px, 10vw, 44px);
  }
  .home-light .hero-copy,
  .home-light .s-qna .grid,
  .home-light .s-cta .grid,
  .home-light .s-pqe .head,
  .home-light .s-pqe .head > div:first-child {
    max-width: none;
  }
  .home-light .gcard.A,
  .home-light .gcard.B {
    padding-right: 16px;
  }
  .home-light .gcard.A::before,
  .home-light .gcard.B::before {
    opacity: .18;
    inset: auto -12px -28px 34%;
    background-size: 92% auto;
  }
  .home-light .plan-card .body {
    width: 100%;
    min-height: 0;
  }
  .home-light .plan-card .visual {
    position: relative;
    inset: auto;
    left: auto;
    right: auto;
    height: 160px;
    margin-top: 12px;
    opacity: .8;
  }
  .home-light .footer {
    padding: 28px 18px 18px;
  }
}

/* Audience page stays light in all breakpoints. */
.audience-page .locate-detail-screen {
  background: #f6f9fd !important;
  color: #25345f;
}
.audience-page .locate-detail-screen::before {
  background:
    linear-gradient(90deg, #f6f9fd 0%, rgba(246,249,253,.96) 30%, rgba(246,249,253,.52) 58%, rgba(246,249,253,.18) 100%),
    radial-gradient(760px 460px at 76% 32%, rgba(12,111,255,.1), transparent 70%),
    url('images/onde-voce-esta.png') 78% -10% / min(72vw, 1060px) auto no-repeat !important;
  opacity: 1 !important;
}
.audience-page .people-screen {
  background:
    radial-gradient(760px 420px at 72% 9%, rgba(12,111,255,.1), transparent 74%),
    linear-gradient(180deg, #f6f9fd 0%, #f6f9fd 100%) !important;
  color: #25345f;
}
.audience-page .people-screen::before {
  background:
    linear-gradient(90deg, #f6f9fd 0%, rgba(246,249,253,.96) 36%, rgba(246,249,253,.42) 64%, rgba(246,249,253,.78) 100%),
    linear-gradient(180deg, rgba(246,249,253,.05) 0%, rgba(246,249,253,.16) 34%, rgba(246,249,253,.92) 100%),
    url('images/quem.png') 82% 0 / min(44vw, 640px) auto no-repeat !important;
  opacity: 1 !important;
}

.route-modal-page #medir-e-organizar,
.route-modal-page #reportar-e-responder,
.route-modal-page #auditar-e-sustentar,
.route-modal-page #consolidar-e-escalar,
.route-modal-page #pme,
.route-modal-page #regulatoria,
.route-modal-page #exportadores,
.route-modal-page #bancos,
.route-modal-page #consultorias,
.route-modal-page #grandes-grupos {
  display: none;
}
.route-modal-page .page-flow {
  z-index: auto;
  overflow: visible;
}
.route-modal[hidden] {
  display: none !important;
}
.route-modal {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: grid;
  align-items: start;
  padding: clamp(20px, 2.6vh, 30px) var(--pad-x) 24px;
  background: rgba(7, 18, 54, .24);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  overflow-y: auto;
}
.route-modal--measure {
  background:
    radial-gradient(980px 420px at 74% 6%, rgba(12,111,255,.09), transparent 68%),
    linear-gradient(180deg, rgba(246,249,253,.96), rgba(246,249,253,.98));
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
body.route-modal-open {
  overflow: hidden;
}
.route-modal__panel {
  position: relative;
  width: min(1120px, 100%);
  max-height: calc(100vh - 48px);
  margin: 0 auto;
  overflow: auto;
  padding: clamp(22px, 2.6vw, 38px);
  border: 1px solid rgba(12,87,255,.18);
  border-radius: 8px;
  background:
    radial-gradient(720px 340px at 84% 0%, rgba(12,111,255,.1), transparent 70%),
    rgba(255,255,255,.96);
  box-shadow: 0 28px 80px rgba(13, 29, 75, .2), inset 0 1px 0 rgba(255,255,255,.95);
}
.route-modal__panel--measure {
  width: min(1540px, 100%);
  max-height: calc(100vh - 48px);
  padding: clamp(22px, 2.3vw, 34px);
  background:
    radial-gradient(860px 420px at 80% 10%, rgba(12,111,255,.1), transparent 72%),
    linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,.82));
  box-shadow: 0 20px 70px rgba(22,43,79,.12), inset 0 1px 0 rgba(255,255,255,.96);
}
.route-modal__panel--measure > .route-modal__eyebrow {
  display: none;
}
.route-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(12,87,255,.18);
  border-radius: 50%;
  color: #0758ff;
  background: rgba(255,255,255,.9);
  font-size: 30px;
  line-height: 1;
}
.route-modal__close:hover,
.route-modal__close:focus-visible {
  color: #fff;
  background: #0758ff;
  outline: 0;
}
.route-modal__eyebrow {
  margin-bottom: 10px;
  color: #009aa8;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: .04em;
  font-size: 13px;
}
.route-modal__grid {
  display: grid;
  grid-template-columns: minmax(360px, .9fr) minmax(420px, 1fr);
  gap: clamp(22px, 3vw, 48px);
  align-items: start;
}
.route-modal__copy h2 {
  max-width: 760px;
  margin-bottom: 14px;
  color: #071236;
  font-size: clamp(32px, 3vw, 54px);
  line-height: 1.04;
}
.route-modal__copy p,
.route-modal__outcome {
  color: #39466d;
  font-size: clamp(15px, 1.05vw, 18px);
  line-height: 1.55;
}
.route-modal__outcome {
  margin-top: 18px;
  padding: 16px 18px;
  border: 1px solid rgba(12,87,255,.14);
  border-radius: 8px;
  background: rgba(246,249,253,.86);
}
.route-modal__details {
  padding: 18px;
  border: 1px solid rgba(12,87,255,.14);
  border-radius: 8px;
  background: rgba(255,255,255,.82);
}
.route-modal__details h3 {
  margin-bottom: 12px;
  color: #071236;
  font-size: clamp(18px, 1.4vw, 24px);
}
.route-modal__details ul {
  display: grid;
  gap: 10px;
}
.route-modal__details li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  align-items: start;
  padding: 12px 14px;
  border: 1px solid rgba(12,87,255,.12);
  border-radius: 8px;
  color: #25345f;
  background: rgba(255,255,255,.78);
  font-size: 14px;
  line-height: 1.4;
}
.route-modal__details li::before {
  content: '\2713';
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(0,154,168,.42);
  border-radius: 50%;
  color: #009aa8;
  font-weight: 800;
}
.route-modal__cta {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  margin-top: 16px;
  padding: 0 20px;
  border-radius: 8px;
  color: #fff;
  font-weight: 800;
  background: linear-gradient(100deg, #0758ff, #1277ff 56%, #00aac2);
}
.route-modal--stage {
  background: rgba(10, 20, 42, .58);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.route-modal__panel--stage {
  width: min(1450px, calc(100vw - 96px));
  max-height: calc(100vh - 48px);
  padding: clamp(22px, 1.9vw, 34px);
  overflow: auto;
  border-color: rgba(13, 38, 84, .14);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 30px 90px rgba(4, 11, 29, .28), inset 0 1px 0 rgba(255,255,255,.96);
}
.route-modal__panel--stage > .route-modal__eyebrow {
  display: none;
}
.route-modal__panel--stage .route-modal__close {
  top: 22px;
  right: 22px;
  width: 46px;
  height: 46px;
  color: #071236;
  border-color: rgba(7,18,54,.12);
  background: rgba(255,255,255,.86);
  box-shadow: 0 10px 28px rgba(15,35,70,.08);
}
.route-modal__panel--stage [data-route-modal-generic],
.route-modal__panel--stage [data-route-modal-cta] {
  display: none !important;
}
.route-modal__stage[hidden] {
  display: none !important;
}
.route-modal__grid[hidden] {
  display: none !important;
}
.route-modal__grid[hidden] * {
  display: none !important;
}
.route-stage {
  --stage-accent: #0758ff;
  --stage-accent-2: #00aac2;
  --stage-soft: rgba(7,88,255,.06);
  --stage-border: rgba(7,88,255,.16);
  --stage-line: rgba(7,88,255,.12);
  --stage-shadow: rgba(7,88,255,.08);
  color: #071236;
}
.route-stage--report {
  --stage-accent: #08a64f;
  --stage-accent-2: #3bd47f;
  --stage-soft: rgba(8,166,79,.07);
  --stage-border: rgba(8,166,79,.18);
  --stage-line: rgba(8,166,79,.16);
  --stage-shadow: rgba(8,166,79,.08);
}
.route-stage--audit {
  --stage-accent: #7430e8;
  --stage-accent-2: #a14dff;
  --stage-soft: rgba(116,48,232,.07);
  --stage-border: rgba(116,48,232,.2);
  --stage-line: rgba(116,48,232,.16);
  --stage-shadow: rgba(116,48,232,.11);
}
.route-stage--scale {
  --stage-accent: #ff7900;
  --stage-accent-2: #ffb032;
  --stage-soft: rgba(255,121,0,.075);
  --stage-border: rgba(255,121,0,.24);
  --stage-line: rgba(255,121,0,.16);
  --stage-shadow: rgba(255,121,0,.12);
}
.route-stage--pme,
.route-stage--regulatory {
  --stage-accent: #0758ff;
  --stage-accent-2: #00aac2;
  --stage-soft: rgba(7,88,255,.065);
  --stage-border: rgba(7,88,255,.18);
  --stage-line: rgba(7,88,255,.14);
  --stage-shadow: rgba(7,88,255,.1);
}
.route-stage svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.route-stage-hero {
  display: grid;
  grid-template-columns: minmax(560px, .92fr) minmax(520px, 1.08fr);
  align-items: center;
  gap: clamp(22px, 2.6vw, 48px);
}
.route-stage-kicker {
  margin-bottom: 18px;
  color: var(--stage-accent);
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: clamp(12px, .9vw, 15px);
  font-weight: 800;
}
.route-stage-kicker span {
  margin: 0 12px;
}
.route-stage-copy h2 {
  max-width: 760px;
  margin: 0 0 14px;
  color: #050b1b;
  font-size: clamp(42px, 3.45vw, 62px);
  line-height: 1.05;
  letter-spacing: 0;
}
.route-stage-copy h2 span {
  color: transparent;
  background: linear-gradient(180deg, var(--stage-accent-2), var(--stage-accent));
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.route-stage-copy p {
  max-width: 640px;
  color: #182765;
  font-size: clamp(15px, 1.05vw, 18px);
  line-height: 1.42;
}
.route-stage-for {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  color: #182765;
  font-size: clamp(14px, 1vw, 17px);
}
.route-stage-for strong {
  color: #071236;
}
.route-stage-for-ico,
.route-stage-ico,
.route-stage-line-ico {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--stage-accent);
}
.route-stage-for-ico {
  width: 34px;
  height: 34px;
  padding: 4px;
  border: 1px solid var(--stage-border);
  border-radius: 50%;
  background: var(--stage-soft);
}
.route-stage-hero-cta {
  width: fit-content;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 18px;
  padding: 0 26px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(100deg, var(--stage-accent), var(--stage-accent-2));
  box-shadow: 0 14px 30px var(--stage-shadow);
  font-size: 17px;
  font-weight: 850;
}
.route-stage-hero-cta > span:first-child {
  width: 24px;
  height: 24px;
  display: inline-grid;
  place-items: center;
}
.route-stage-contact-cta > span:first-child {
  width: 26px;
  height: 26px;
}
.route-stage-contact-cta img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.route-stage-hero-cta > span:last-child {
  font-size: 24px;
  line-height: 1;
}
.route-stage-top-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.route-stage-top-actions p {
  margin: 18px 0 0;
  color: #182765;
  font-size: 15px;
  line-height: 1.35;
}
.route-stage-secondary-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  color: var(--stage-accent);
  font-size: 15px;
  font-weight: 850;
}
.route-stage-art {
  min-height: clamp(210px, 19vw, 300px);
  display: grid;
  place-items: center;
  background: none;
}
.route-stage--report .route-stage-art {
  min-height: clamp(200px, 17vw, 270px);
}
.route-stage--audit .route-stage-art,
.route-stage--scale .route-stage-art {
  min-height: clamp(200px, 18vw, 285px);
}
.route-stage-art img {
  width: min(88%, 780px);
  max-height: 292px;
  object-fit: contain;
  display: block;
}
.route-stage--measure .route-stage-art img {
  width: min(82%, 720px);
  max-height: 272px;
}
.route-stage--report .route-stage-art img {
  width: min(96%, 860px);
  max-height: 320px;
}
.route-stage--audit .route-stage-art img {
  width: min(86%, 760px);
  max-height: 270px;
}
.route-stage--scale .route-stage-art img {
  width: min(88%, 780px);
  max-height: 260px;
}
.route-stage--pme .route-stage-art img,
.route-stage--regulatory .route-stage-art img {
  width: min(98%, 850px);
  max-height: 320px;
}
.route-stage-card-grid {
  display: grid;
  grid-template-columns: minmax(220px, .78fr) minmax(330px, 1.18fr) minmax(260px, .98fr) minmax(330px, 1.16fr);
  gap: 16px;
  margin-top: 14px;
}
.route-stage-card {
  min-height: 198px;
  padding: 18px 20px;
  border: 1px solid rgba(13, 38, 84, .11);
  border-radius: 8px;
  background: rgba(255,255,255,.84);
  box-shadow: 0 18px 42px rgba(12, 31, 70, .045), inset 0 1px 0 rgba(255,255,255,.92);
}
.route-stage-card h3 {
  color: var(--stage-accent);
  font-size: clamp(18px, 1.22vw, 22px);
  line-height: 1.15;
}
.route-stage-card p {
  color: #182765;
  font-size: clamp(13px, .9vw, 15px);
  line-height: 1.45;
}
.route-stage-ico {
  width: 44px;
  height: 44px;
  margin-bottom: 14px;
  padding: 9px;
  border: 1px solid var(--stage-border);
  border-radius: 50%;
  background: var(--stage-soft);
}
.route-stage-pain p {
  margin-top: 20px;
  max-width: 270px;
}
.route-stage-card-title {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}
.route-stage-card-title .route-stage-ico {
  margin-bottom: 0;
}
.route-stage-table {
  display: grid;
}
.route-stage-table > div {
  display: grid;
  grid-template-columns: 34px minmax(150px, .72fr) 1fr;
  gap: 14px;
  align-items: center;
  min-height: 42px;
  border-top: 1px solid rgba(13, 38, 84, .1);
}
.route-stage-line-ico {
  width: 26px;
  height: 26px;
}
.route-stage-table strong {
  color: #071236;
  font-size: 14px;
}
.route-stage-table p {
  font-size: 12px;
  line-height: 1.28;
}
.route-stage-checks {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}
.route-stage-checks li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 12px;
  align-items: center;
  color: #182765;
  font-size: 15px;
}
.route-stage-checks li::before {
  content: '\2713';
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border: 1px solid var(--stage-accent);
  border-radius: 50%;
  color: var(--stage-accent);
  font-size: 12px;
  font-weight: 800;
}
.route-stage-outcome p {
  margin-top: 22px;
}
.route-stage-next {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  align-items: center;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(13, 38, 84, .1);
  color: #182765;
  font-size: 14px;
  line-height: 1.38;
}
.route-stage-next span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--stage-accent);
  background: var(--stage-soft);
  font-size: 22px;
}
.route-stage-next span svg {
  width: 20px;
  height: 20px;
}
.route-stage-steps {
  counter-reset: route-step;
  display: grid;
  gap: 14px;
  margin-top: 18px;
}
.route-stage-steps li {
  counter-increment: route-step;
  position: relative;
  display: block;
  min-height: 32px;
  padding-left: 48px;
  color: #182765;
  font-size: 14px;
  line-height: 1.35;
}
.route-stage-steps li::before {
  content: counter(route-step);
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--stage-accent);
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 8px 16px var(--stage-shadow);
}
.route-stage-steps li:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 14px;
  top: 31px;
  bottom: -13px;
  border-left: 1px dashed var(--stage-border);
}
.route-stage-steps strong {
  display: inline;
  margin-right: 8px;
  color: #071236;
}
.route-stage-closing {
  margin: 12px 8px 2px;
  color: #071236;
  font-size: clamp(22px, 1.65vw, 28px);
  line-height: 1.15;
  text-align: left;
}
.route-stage-closing span {
  color: var(--stage-accent);
}
.route-stage-closing-center {
  text-align: left;
}
.route-stage-closing-copy {
  margin: 0 8px 8px;
  color: #344268;
  font-size: 15px;
  text-align: left;
}
.route-stage-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 8px;
}
.route-stage-action {
  min-height: 94px;
  display: grid;
  grid-template-columns: 76px 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 14px 22px;
  border: 1px solid rgba(13, 38, 84, .12);
  border-radius: 8px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 16px 36px rgba(12, 31, 70, .045), inset 0 1px 0 rgba(255,255,255,.95);
}
.route-stage-action img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  display: block;
}
.route-stage-action strong {
  display: block;
  color: #071236;
  font-size: clamp(17px, 1.15vw, 21px);
  line-height: 1.2;
}
.route-stage-action span {
  display: block;
  margin-top: 6px;
  color: #33416c;
  font-size: 15px;
}
.route-stage-action a {
  min-width: 220px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 22px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 850;
}
.route-stage-diagnostic a,
.route-stage--measure .route-stage-plan a {
  color: #fff;
  background: #0758ff;
  box-shadow: 0 12px 28px rgba(7, 88, 255, .18);
}
.route-stage--pme .route-stage-plan a,
.route-stage--regulatory .route-stage-plan a {
  color: #0758ff;
  border: 1px solid #0758ff;
  background: rgba(255,255,255,.92);
  box-shadow: none;
}
.route-stage-plan {
  border-color: var(--stage-border);
  background: linear-gradient(180deg, rgba(255,255,255,.92), var(--stage-soft));
}
.route-stage--report .route-stage-plan a {
  color: var(--stage-accent);
  border: 1px solid var(--stage-accent);
  background: rgba(255,255,255,.88);
}
.route-stage--report .route-stage-plan a:hover,
.route-stage--report .route-stage-plan a:focus-visible {
  color: #fff;
  background: #08a64f;
  outline: 0;
}
.route-stage--audit .route-stage-plan a,
.route-stage--scale .route-stage-plan a {
  color: #fff;
  background: var(--stage-accent);
  box-shadow: 0 12px 28px var(--stage-shadow);
}
.route-stage--report .route-stage-plan a {
  color: #fff;
  border-color: #08a64f;
  background: #08a64f;
}
.route-stage--audit .route-stage-plan a {
  background: #7430e8;
}
.route-stage--scale .route-stage-plan a {
  background: #ff7900;
}

.route-modal__panel--profile {
  width: min(1600px, calc(100vw - 92px));
  padding: clamp(26px, 2.2vw, 42px);
  border-radius: 24px;
}
.route-modal__panel--profile .route-modal__close {
  z-index: 4;
}
.profile-route {
  color: #071236;
}
.profile-route-inner {
  --profile-accent: #0758ff;
  --profile-accent-2: #00aac2;
  --profile-soft: rgba(7, 88, 255, .055);
  --profile-border: rgba(7, 88, 255, .18);
  --profile-shadow: rgba(7, 88, 255, .1);
}
.profile-route-theme-teal {
  --profile-accent: #00aab5;
  --profile-accent-2: #10c4bd;
  --profile-soft: rgba(0, 170, 181, .065);
  --profile-border: rgba(0, 170, 181, .2);
  --profile-shadow: rgba(0, 170, 181, .12);
}
.profile-route svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.profile-route-hero {
  display: grid;
  grid-template-columns: minmax(470px, .82fr) minmax(590px, 1.18fr);
  gap: clamp(22px, 3vw, 62px);
  align-items: center;
}
.profile-route-kicker {
  margin-bottom: 16px;
  color: var(--profile-accent);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: clamp(12px, .9vw, 15px);
  font-weight: 850;
}
.profile-route-copy h2 {
  max-width: 760px;
  margin: 0 0 14px;
  color: #071236;
  font-size: clamp(40px, 3.35vw, 66px);
  line-height: 1.06;
}
.profile-route-copy h2 span,
.profile-route-closing span:nth-child(2) {
  color: transparent;
  background: linear-gradient(180deg, var(--profile-accent-2), var(--profile-accent));
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.profile-route-copy p {
  max-width: 650px;
  color: #24345f;
  font-size: clamp(15px, 1.04vw, 18px);
  line-height: 1.48;
}
.profile-route-for {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  color: #24345f;
  font-size: clamp(14px, .98vw, 16px);
  line-height: 1.35;
}
.profile-route-for strong {
  color: var(--profile-accent);
}
.profile-route-for-ico,
.profile-route-card-ico,
.profile-route-row-ico,
.profile-route-action-ico {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--profile-accent);
}
.profile-route-for-ico {
  width: 34px;
  height: 34px;
  padding: 6px;
  border: 1px solid var(--profile-border);
  border-radius: 50%;
  background: var(--profile-soft);
}
.profile-route-top-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 20px;
}
.profile-route-primary,
.profile-route-secondary,
.profile-route-card-cta,
.profile-route-action a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 22px;
  border-radius: 8px;
  font-weight: 850;
}
.profile-route-primary {
  min-width: 240px;
  color: #fff;
  background: linear-gradient(100deg, var(--profile-accent), var(--profile-accent-2));
  box-shadow: 0 14px 30px var(--profile-shadow);
}
.profile-route-secondary {
  color: var(--profile-accent);
}
.profile-route-art {
  min-height: clamp(240px, 25vw, 390px);
  display: grid;
  place-items: center;
}
.profile-route-art img {
  width: 100%;
  max-height: 390px;
  object-fit: contain;
}
.profile-route-card-grid {
  display: grid;
  gap: 16px;
  margin-top: clamp(18px, 2vw, 28px);
}
.profile-route-card-grid--4 {
  grid-template-columns: minmax(250px, .92fr) minmax(330px, 1.14fr) minmax(310px, 1fr) minmax(270px, .92fr);
}
.profile-route-card-grid--5 {
  grid-template-columns: minmax(220px, .86fr) minmax(330px, 1.14fr) minmax(250px, .88fr) minmax(270px, .96fr) minmax(250px, .9fr);
}
.profile-route-card {
  min-height: 224px;
  padding: 20px 22px;
  border: 1px solid rgba(7, 88, 255, .16);
  border-radius: 8px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 18px 42px rgba(13, 31, 70, .045), inset 0 1px 0 rgba(255,255,255,.96);
}
.profile-route-card h3 {
  color: #071236;
  font-size: clamp(17px, 1.18vw, 22px);
  line-height: 1.16;
}
.profile-route-card h3::first-letter {
  color: inherit;
}
.profile-route-card p,
.profile-route-card li,
.profile-route-card span {
  color: #24345f;
  font-size: clamp(13px, .9vw, 15px);
  line-height: 1.45;
}
.profile-route-card > p {
  margin-top: 16px;
}
.profile-route-card-ico {
  width: 44px;
  height: 44px;
  margin-bottom: 14px;
  padding: 9px;
  border: 1px solid var(--profile-border);
  border-radius: 50%;
  background: var(--profile-soft);
}
.profile-route-bullets {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}
.profile-route-bullets li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  align-items: start;
}
.profile-route-bullets li::before {
  content: '';
  width: 18px;
  height: 18px;
  margin-top: 1px;
  border: 1px solid var(--profile-accent);
  border-radius: 50%;
  background: radial-gradient(circle, var(--profile-accent) 0 4px, transparent 4.5px);
}
.profile-route-rows {
  display: grid;
  margin-top: 12px;
}
.profile-route-rows > div {
  display: grid;
  grid-template-columns: 34px 1fr 22px;
  column-gap: 12px;
  row-gap: 2px;
  align-items: center;
  min-height: 43px;
  padding: 5px 0;
  border-top: 1px solid rgba(7, 88, 255, .12);
}
.profile-route-row-ico {
  grid-row: 1 / span 2;
  width: 26px;
  height: 26px;
  padding: 5px;
  border: 1px solid var(--profile-border);
  border-radius: 8px;
  background: var(--profile-soft);
}
.profile-route-rows strong {
  color: #071236;
  font-size: 13.5px;
  line-height: 1.12;
}
.profile-route-rows p {
  grid-column: 2;
  margin: 0;
  font-size: 12px;
  line-height: 1.22;
}
.profile-route-row-arrow {
  grid-column: 3;
  grid-row: 1 / span 2;
  color: var(--profile-accent) !important;
  font-size: 18px !important;
  line-height: 1;
}
.profile-route-steps {
  counter-reset: profile-route-step;
  display: grid;
  gap: 14px;
  margin-top: 16px;
}
.profile-route-steps li {
  counter-increment: profile-route-step;
  position: relative;
  min-height: 32px;
  padding-left: 48px;
  list-style: none;
}
.profile-route-steps li::before {
  content: counter(profile-route-step);
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--profile-accent);
  background: var(--profile-soft);
  border: 1px solid var(--profile-border);
  font-weight: 900;
}
.profile-route-steps li:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 15px;
  top: 32px;
  bottom: -13px;
  border-left: 1px dashed var(--profile-border);
}
.profile-route-tiles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 18px;
}
.profile-route-tiles span {
  min-height: 48px;
  display: grid;
  place-items: center;
  padding: 8px;
  border-left: 1px solid rgba(7, 88, 255, .14);
  color: var(--profile-accent) !important;
  text-align: center;
  font-size: 12px !important;
}
.profile-route-card-cta {
  width: 100%;
  margin-top: 18px;
  color: var(--profile-accent);
  border: 1px solid var(--profile-accent);
}
.profile-route-closing {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 22px;
  margin: 18px 0 10px;
  color: #071236;
  font-size: clamp(22px, 1.6vw, 30px);
  text-align: center;
}
.profile-route-closing::first-line {
  color: #071236;
}
.profile-route-closing > span {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(7,88,255,.42), transparent);
}
.profile-route-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.profile-route-action {
  min-height: 112px;
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  padding: 16px 22px;
  border: 1px solid rgba(7, 88, 255, .16);
  border-radius: 8px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 14px 34px rgba(13,31,70,.04), inset 0 1px 0 rgba(255,255,255,.95);
}
.profile-route-action-ico {
  width: 64px;
  height: 64px;
  padding: 15px;
  border-radius: 50%;
  background: var(--profile-soft);
}
.profile-route-action strong {
  display: block;
  color: #071236;
  font-size: clamp(17px, 1.18vw, 22px);
  line-height: 1.15;
}
.profile-route-action p {
  max-width: 560px;
  margin-top: 7px;
  color: #24345f;
  font-size: clamp(12.5px, .86vw, 14px);
  line-height: 1.38;
}
.profile-route-action a {
  min-width: 190px;
  color: #fff;
  background: linear-gradient(100deg, var(--profile-accent), var(--profile-accent-2));
}
.profile-route-action--outline a {
  color: var(--profile-accent);
  border: 1px solid var(--profile-accent);
  background: #fff;
}
.profile-route-action--teal a {
  background: linear-gradient(100deg, #00aab5, #10c4bd);
}
.profile-route-action--orange a {
  background: linear-gradient(100deg, #ff6b00, #ff962f);
}

.route-modal__measure[hidden] {
  display: none !important;
}
.route-modal-measure-hero {
  display: grid;
  grid-template-columns: minmax(460px, .78fr) minmax(560px, 1.22fr);
  align-items: center;
  gap: clamp(24px, 3vw, 60px);
}
.route-modal-measure-kicker {
  margin-bottom: 16px;
  color: #0758ff;
  text-transform: uppercase;
  font-size: clamp(12px, .9vw, 15px);
  letter-spacing: .04em;
  font-weight: 800;
}
.route-modal-measure-kicker span {
  margin: 0 10px;
}
.route-modal-measure-copy h2 {
  max-width: 740px;
  margin-bottom: 14px;
  color: #050b1b;
  font-size: clamp(42px, 3.9vw, 72px);
  line-height: 1.04;
  letter-spacing: 0;
}
.route-modal-measure-copy h2 span {
  background: linear-gradient(180deg, #2f95ff 0%, #1477ff 52%, #0758ff 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
          color: transparent;
}
.route-modal-measure-copy p {
  max-width: 650px;
  color: #182765;
  font-size: clamp(16px, 1.1vw, 20px);
  line-height: 1.42;
}
.route-modal-measure-for {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
  color: #182765;
  font-size: clamp(14px, 1vw, 17px);
}
.route-modal-measure-icon,
.route-modal-measure-card-ico,
.route-modal-measure-line-ico {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  color: #0758ff;
}
.route-modal-measure-icon {
  width: 30px;
  height: 30px;
}
.route-modal-measure-icon svg,
.route-modal-measure-card-ico svg,
.route-modal-measure-line-ico svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.route-modal-measure-art {
  min-height: clamp(300px, 27vw, 430px);
  background: url('images/medir-e-organizar.png?v=20260601b') center / contain no-repeat;
}
.route-modal-measure-grid {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(520px, 1.25fr) minmax(420px, 1.18fr);
  gap: 12px;
  margin-top: 12px;
}
.route-modal-measure-card {
  border: 1px solid rgba(7, 88, 255, .15);
  border-radius: 8px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 14px 38px rgba(18, 89, 201, .055), inset 0 1px 0 rgba(255,255,255,.96);
  color: #071137;
}
.route-modal-measure-card h3 {
  color: #081d86;
  font-size: clamp(17px, 1.18vw, 22px);
}
.route-modal-measure-card p {
  color: #182765;
  font-size: clamp(13px, .92vw, 16px);
  line-height: 1.42;
}
.route-modal-measure-pain {
  padding: 22px 24px;
}
.route-modal-measure-pain p {
  margin-top: 18px;
  max-width: 280px;
  font-size: clamp(15px, 1.02vw, 18px);
  line-height: 1.5;
}
.route-modal-measure-card-ico {
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 1px solid rgba(7, 88, 255, .14);
  border-radius: 50%;
  background: rgba(7, 88, 255, .055);
}
.route-modal-measure-card-title {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 22px 8px;
}
.route-modal-measure-list {
  display: grid;
  padding: 0 22px 18px;
}
.route-modal-measure-list > div {
  display: grid;
  grid-template-columns: 34px minmax(180px, .78fr) 1fr;
  gap: 14px;
  align-items: center;
  min-height: 44px;
  border-top: 1px solid rgba(7, 88, 255, .12);
}
.route-modal-measure-line-ico {
  width: 26px;
  height: 26px;
}
.route-modal-measure-list strong {
  color: #071137;
  font-size: 14px;
}
.route-modal-measure-list p {
  font-size: 12.5px;
  line-height: 1.22;
}
.route-modal-measure-side {
  display: grid;
  gap: 10px;
}
.route-modal-measure-outcome {
  padding: 16px 20px;
}
.route-modal-measure-outcome p {
  max-width: 420px;
  margin: 8px 0 12px 56px;
}
.route-modal-measure-next {
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: center;
  gap: 12px;
  padding-top: 10px;
  border-top: 1px solid rgba(7, 88, 255, .12);
  color: #182765;
  font-size: 13px;
}
.route-modal-measure-next span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(7, 88, 255, .16);
  border-radius: 50%;
  color: #0758ff;
  font-size: 22px;
}
.route-modal-measure-mini-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.route-modal-measure-card.small {
  padding: 16px 18px;
}
.route-modal-measure-card.small p,
.route-modal-measure-card.small a {
  margin-top: 8px;
  font-size: 12.5px;
}
.route-modal-measure-card.small a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0758ff;
  font-weight: 800;
}
.route-modal-measure-cta {
  min-height: 80px;
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 14px;
  padding: 16px clamp(24px, 4vw, 58px);
  border: 1px solid rgba(7, 88, 255, .16);
  border-radius: 8px;
  background: rgba(255,255,255,.82);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.96);
}
.route-modal-measure-cta .measure-star {
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
}
.route-modal-measure-cta strong {
  color: #081d86;
  font-size: clamp(22px, 1.7vw, 30px);
}
@media (max-width: 1280px) {
  .route-modal__panel--stage {
    overflow: auto;
  }
  .route-stage-hero {
    grid-template-columns: 1fr;
  }
  .route-stage-art {
    min-height: clamp(240px, 38vw, 390px);
  }
  .route-stage-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .route-stage-bottom {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 860px) {
  .route-modal {
    padding: 10px 16px 16px;
  }
  .route-modal__panel {
    max-height: calc(100vh - 24px);
    padding: 20px;
  }
  .route-modal__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .route-modal__copy h2 {
    padding-right: 44px;
    font-size: clamp(28px, 8vw, 40px);
  }
  .route-modal__panel--stage {
    padding: 20px;
    border-radius: 12px;
  }
  .route-modal__panel--stage .route-modal__close {
    top: 14px;
    right: 14px;
  }
  .route-stage-copy h2 {
    padding-right: 46px;
    font-size: clamp(34px, 10vw, 48px);
  }
  .route-stage-card-grid,
  .route-stage-table > div,
  .route-stage-action {
    grid-template-columns: 1fr;
  }
  .route-stage-card {
    min-height: 0;
  }
  .route-stage-art,
  .route-stage--report .route-stage-art {
    min-height: clamp(190px, 54vw, 300px);
  }
  .route-stage-action {
    justify-items: start;
  }
  .route-stage-action a {
    width: 100%;
    min-width: 0;
  }
  .route-modal-measure-hero,
  .route-modal-measure-grid,
  .route-modal-measure-list > div,
  .route-modal-measure-mini-grid {
    grid-template-columns: 1fr;
  }
  .route-modal-measure-art {
    min-height: clamp(220px, 58vw, 360px);
  }
  .route-modal-measure-copy h2 {
    padding-right: 42px;
    font-size: clamp(32px, 10vw, 46px);
  }
  .route-modal-measure-outcome p {
    margin-left: 0;
  }
  .route-modal-measure-list > div {
    padding: 10px 0;
  }
}

/* Secondary HTML pages use the same light direction as home. */
.home-light.ecosystem-page,
.home-light.copilot-page,
.home-light.modules-page {
  background: #f6f9fd;
  color: #25345f;
}
.home-light.ecosystem-page .page-screen,
.home-light.copilot-page .page-screen,
.home-light.modules-page .page-screen {
  color: #25345f;
  background:
    radial-gradient(820px 500px at 74% 22%, rgba(12,111,255,.08), transparent 72%),
    radial-gradient(560px 360px at 10% 78%, rgba(0,174,190,.06), transparent 76%),
    linear-gradient(180deg, #f6f9fd 0%, #f6f9fd 100%);
}
.home-light.ecosystem-page .page-screen::after,
.home-light.copilot-page .page-screen::after,
.home-light.modules-page .page-screen::after {
  background:
    radial-gradient(780px 500px at 74% 24%, rgba(10,103,255,.08), transparent 72%),
    radial-gradient(520px 340px at 8% 72%, rgba(0,174,190,.05), transparent 76%);
}
.home-light.ecosystem-page .page-lede,
.home-light.copilot-page .page-lede,
.home-light.modules-page .page-lede,
.home-light.ecosystem-page .panel-copy p,
.home-light.copilot-page .panel-copy p,
.home-light.modules-page .panel-copy p,
.home-light.ecosystem-page .feature-card p,
.home-light.copilot-page .feature-card p,
.home-light.modules-page .feature-card p {
  color: #52628b;
}
.home-light.ecosystem-page .visual-placeholder,
.home-light.copilot-page .visual-placeholder,
.home-light.modules-page .visual-placeholder {
  color: #52628b;
  border-color: rgba(12,87,255,.16);
  background:
    repeating-radial-gradient(ellipse at 50% 70%, transparent 0 42px, rgba(7,120,255,.09) 43px 44px, transparent 45px 68px),
    linear-gradient(135deg, rgba(255,255,255,.88), rgba(241,248,255,.78));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 18px 46px rgba(22,43,79,.08);
}
.home-light.ecosystem-page .visual-placeholder span,
.home-light.copilot-page .visual-placeholder span,
.home-light.modules-page .visual-placeholder span {
  color: #071236;
  border-color: rgba(12,87,255,.14);
  background: rgba(255,255,255,.82);
}
.home-light.ecosystem-page .panel-copy,
.home-light.copilot-page .panel-copy,
.home-light.modules-page .panel-copy,
.home-light.ecosystem-page .feature-card,
.home-light.copilot-page .feature-card,
.home-light.modules-page .feature-card,
.home-light.ecosystem-page .journey-cards article,
.home-light.copilot-page .journey-cards article,
.home-light.modules-page .journey-cards article,
.home-light.ecosystem-page .metric-grid.small span,
.home-light.copilot-page .metric-grid.small span,
.home-light.modules-page .metric-grid.small span,
.home-light.ecosystem-page .metric-grid.numbers span,
.home-light.copilot-page .metric-grid.numbers span,
.home-light.modules-page .metric-grid.numbers span,
.home-light.ecosystem-page .domain-card,
.home-light.copilot-page .domain-card,
.home-light.modules-page .domain-card,
.home-light.ecosystem-page .plan-tiles article,
.home-light.copilot-page .plan-tiles article,
.home-light.modules-page .plan-tiles article,
.home-light.ecosystem-page .cycle-bar,
.home-light.copilot-page .cycle-bar,
.home-light.modules-page .cycle-bar {
  border-color: rgba(12,87,255,.14);
  background: rgba(255,255,255,.84);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.92), 0 18px 46px rgba(22,43,79,.08);
}
.home-light.ecosystem-page .panel-copy li,
.home-light.copilot-page .panel-copy li,
.home-light.modules-page .panel-copy li,
.home-light.ecosystem-page .domain-card li,
.home-light.copilot-page .domain-card li,
.home-light.modules-page .domain-card li,
.home-light.ecosystem-page .cycle-bar span,
.home-light.copilot-page .cycle-bar span,
.home-light.modules-page .cycle-bar span {
  color: #25345f;
  border-color: rgba(12,87,255,.12);
  background: rgba(255,255,255,.62);
}
.home-light.ecosystem-page .journey-cards b,
.home-light.copilot-page .journey-cards b,
.home-light.modules-page .journey-cards b,
.home-light.ecosystem-page .numbers b,
.home-light.copilot-page .numbers b,
.home-light.modules-page .numbers b {
  color: #0758ff;
}
.home-light.ecosystem-page .plan-tiles article.picked,
.home-light.copilot-page .plan-tiles article.picked,
.home-light.modules-page .plan-tiles article.picked {
  border-color: rgba(0,154,168,.42);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.92), 0 18px 46px rgba(0,154,168,.13);
}

@media (max-width: 640px) {
  .home-light.modules-page .page-flow,
  .home-light.modules-page .module-screen,
  .home-light.modules-page .module-top-wrap,
  .home-light.modules-page .platform-hero,
  .home-light.modules-page .platform-copy {
    width: 100vw !important;
    max-width: 100%;
    min-width: 0;
  }
  .home-light.modules-page .module-top-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
  .home-light.modules-page .nav .actions {
    grid-template-columns: 1fr;
  }
  .home-light.modules-page .nav .actions .btn {
    white-space: normal;
    line-height: 1.12;
  }
  .home-light.modules-page .module-screen {
    padding-top: 18px;
  }
  .home-light.modules-page .platform-art {
    height: auto;
    overflow: visible;
  }
  .home-light.modules-page .platform-art img {
    height: auto;
    object-fit: contain;
  }
  .home-light.modules-page .platform-copy h1 {
    max-width: calc(100vw - 24px);
    font-size: clamp(30px, 8.8vw, 34px);
    line-height: 1.08;
    overflow-wrap: anywhere;
  }
  .home-light.modules-page .platform-copy p {
    width: 100%;
    max-width: calc(100vw - 76px);
    overflow-wrap: anywhere;
  }
  .home-light.modules-page .platform-actions,
  .home-light.modules-page .core-module-grid,
  .home-light.modules-page .special-pack-grid,
  .home-light.modules-page .platform-level-bar {
    width: calc(100vw - 18px) !important;
    max-width: 100%;
    min-width: 0;
  }
  .home-light.modules-page .core-module-card {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  .home-light.modules-page .core-module-card > div {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }
  .home-light.modules-page .core-module-card h2 {
    max-width: 13em;
    font-size: 17px;
    line-height: 1.22;
    overflow-wrap: anywhere;
  }
  .home-light.modules-page .core-module-card p {
    max-width: calc(100vw - 58px);
    font-size: 14px;
    overflow-wrap: anywhere;
  }
}

.home-light.ecosystem-page .s-eco .section-inner {
  max-width: none;
}

.home-light.ecosystem-page .s-eco h1 {
  font-size: clamp(44px, 3.7vw, 66px);
}

.home-light.ecosystem-page .s-eco .eco-cards {
  gap: 20px;
}

.home-light.ecosystem-page .s-eco .pcard {
  min-height: 280px;
  padding: 26px;
  display: flex;
  flex-direction: column;
}

.home-light.ecosystem-page .s-eco .pcard .top {
  grid-template-columns: 64px 1fr;
  gap: 16px;
  margin-bottom: 16px;
}

.home-light.ecosystem-page .s-eco .pcard .ico {
  width: 64px;
  height: 64px;
}

.home-light.ecosystem-page .s-eco .pcard .ico .product-icon-img {
  width: 60px;
  height: 60px;
}

.home-light.ecosystem-page .s-eco .pcard p {
  min-height: 0;
  font-size: 15.5px;
  line-height: 1.45;
}

.home-light.ecosystem-page .s-eco .pcard .pbtn {
  min-height: 52px;
  margin-top: auto;
  font-size: 15.5px;
}

@media (max-width: 1100px) {
  .home-light.ecosystem-page .s-eco .pcard {
    min-height: 0;
  }
}

@media (max-width: 640px) {
  .home-light.ecosystem-page .s-eco h1 {
    font-size: clamp(31px, 10vw, 44px);
  }

  .home-light.ecosystem-page .s-eco .pcard {
    padding: 16px;
  }

  .home-light.ecosystem-page .s-eco .pcard .top {
    grid-template-columns: 56px 1fr;
    gap: 12px;
    margin-bottom: 10px;
  }

  .home-light.ecosystem-page .s-eco .pcard .ico,
  .home-light.ecosystem-page .s-eco .pcard .ico .product-icon-img {
    width: 52px;
    height: 52px;
  }

  .home-light.ecosystem-page .s-eco .pcard p {
    font-size: 12.5px;
  }

  .home-light.ecosystem-page .s-eco .pcard .pbtn {
    min-height: 38px;
    font-size: 13px;
  }
}

/* Audience flow tweaks requested for the 2.1/2.2 screens. */
.audience-page .locate-detail-screen .inline-route {
  margin-bottom: clamp(8px, 2vh, 22px);
}
.audience-page .people-screen {
  min-height: calc(100vh - var(--nav-h));
  padding-top: clamp(28px, 3.2vh, 42px);
  padding-bottom: clamp(22px, 3vh, 34px);
}
.audience-page .people-screen .crumb {
  margin-bottom: 14px;
  color: #0aaec0;
  font-weight: 700;
  letter-spacing: .02em;
}
.audience-page .people-screen .crumb a,
.audience-page .people-screen .crumb strong {
  color: inherit;
}
.audience-page .people-hero {
  grid-template-columns: minmax(520px, .96fr) minmax(500px, 1.04fr);
  align-items: start;
  gap: clamp(22px, 3vw, 54px);
  margin-bottom: 16px;
}
.audience-page .people-hero h2 {
  max-width: 820px;
  font-size: clamp(40px, 3.35vw, 60px);
  line-height: 1.08;
}
.audience-page .people-hero h2 .accent {
  background: linear-gradient(100deg, #0758ff 0%, #00bfd8 88%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
          color: transparent;
}
.audience-page .people-hero .page-lede {
  max-width: 68ch;
  font-size: clamp(17px, 1.2vw, 21px);
  line-height: 1.45;
}
.audience-page .people-screen .team-art {
  min-height: clamp(220px, 20vw, 300px);
}
.audience-page .people-kicker {
  margin: 4px 0 12px;
  color: #071236;
}
.audience-page .people-role-grid {
  gap: 18px;
}
.audience-page .role-card {
  min-height: 220px;
  padding: 24px 28px 20px;
  border-radius: 8px;
  background: rgba(255,255,255,.86);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.95), 0 18px 44px rgba(22,43,79,.07);
}
.audience-page .role-card h3 {
  color: #071236;
  font-size: clamp(18px, 1.18vw, 22px);
}
.audience-page .role-card p {
  min-height: 44px;
  max-width: 260px;
  margin-right: auto;
  margin-left: auto;
  font-size: 14.5px;
  line-height: 1.32;
  text-align: center;
}
.audience-page .role-card.teal p,
.audience-page .role-card.cyan p {
  color: #00aebf;
}
.audience-page .role-card.blue p {
  color: #0758ff;
}
.audience-page .role-card.violet p {
  color: #8747ff;
}
.audience-page .role-ico {
  width: 64px;
  height: 64px;
  margin-bottom: 14px;
  background: radial-gradient(circle, rgba(255,255,255,.95), rgba(241,248,255,.92));
}
.audience-page .role-card li {
  min-height: 28px;
  border-color: rgba(12,87,255,.16);
  color: #25345f;
  font-size: 13px;
  background: rgba(255,255,255,.64);
}
.audience-page .role-card li::before {
  content: '\2713';
}
.audience-page .level-head {
  margin-top: 14px;
  padding-top: 14px;
  border-top-color: rgba(12,87,255,.12);
}
.audience-page .level-head h3 {
  color: #071236;
}
.audience-page .level-head p,
.audience-page .people-level-track p {
  color: #52628b;
}
.audience-page .level-dot {
  background: rgba(255,255,255,.88);
  box-shadow: 0 12px 28px rgba(22,43,79,.08);
}
.audience-page .people-level-track strong {
  color: #071236;
  font-size: 12.5px;
}
.audience-page .people-bottom-cta {
  margin-top: 12px;
}
.audience-page .people-bottom-cta .btn {
  min-height: 50px;
  width: min(560px, 100%);
  font-size: 18px;
}
.audience-page .stage-measure-screen .measure-wrap {
  gap: 14px;
}
.audience-page .stage-measure-screen .measure-card-grid {
  grid-template-columns: minmax(220px, .7fr) minmax(420px, 1.3fr) minmax(360px, 1.18fr);
  gap: 12px;
}
.audience-page .stage-measure-screen .measure-card {
  border-radius: 8px;
}
.audience-page .stage-measure-screen .unlock-list > div {
  min-height: 54px;
}
.audience-page .stage-measure-screen .unlock-list strong {
  font-size: 14.5px;
}
.audience-page .stage-measure-screen .unlock-list p {
  font-size: 12.5px;
}
.audience-page .stage-measure-screen .stage-cta {
  grid-template-columns: 72px minmax(320px, 1fr) minmax(280px, 370px);
  margin-top: 2px;
  margin-bottom: 0;
  border-radius: 8px;
}
.audience-page .stage-measure-screen .stage-cta-copy strong {
  display: block;
}
.audience-page .stage-measure-screen .stage-cta-copy p {
  margin-top: 4px;
  color: var(--measure-copy);
  font-size: clamp(14px, 1vw, 17px);
}
.audience-page .profile-screen:not(.profile-start-screen) {
  color: #26365f;
  background:
    radial-gradient(760px 420px at 72% 24%, rgba(12, 87, 255, .1), transparent 70%),
    linear-gradient(180deg, #fbfdff, #f5f9ff);
}
.audience-page .profile-screen:not(.profile-start-screen) h2 {
  color: #071236;
}
.audience-page .profile-screen:not(.profile-start-screen) .visual-placeholder {
  color: #52628b;
  border-color: rgba(12,87,255,.16);
  background:
    repeating-radial-gradient(ellipse at 50% 70%, transparent 0 42px, rgba(7,120,255,.09) 43px 44px, transparent 45px 68px),
    linear-gradient(135deg, rgba(255,255,255,.88), rgba(241,248,255,.78));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 18px 46px rgba(22,43,79,.08);
}
.audience-page .profile-screen:not(.profile-start-screen) .visual-placeholder span {
  color: #071236;
  border-color: rgba(12,87,255,.14);
  background: rgba(255,255,255,.82);
}

@media (max-width: 1100px) {
  .audience-page .people-hero,
  .audience-page .stage-measure-screen .measure-card-grid,
  .audience-page .stage-measure-screen .stage-cta {
    grid-template-columns: 1fr;
  }
  .audience-page .people-role-grid {
    grid-template-columns: 1fr 1fr;
  }
  .audience-page .people-screen .team-art {
    min-height: clamp(180px, 30vw, 260px);
  }
}

@media (max-width: 640px) {
  .audience-page .people-role-grid,
  .audience-page .people-level-track {
    grid-template-columns: 1fr;
  }
  .audience-page .people-level-track::before,
  .audience-page .people-level-track::after {
    display: none;
  }
  .audience-page .role-card {
    min-height: 0;
    padding: 20px;
  }
  .audience-page .stage-measure-screen .stage-cta {
    gap: 14px;
    padding: 16px;
  }
}

/* Light pages: blue canvas + light-gray menu. Dark sections keep their own skin. */
body.home-light,
body.home-light.ecosystem-page,
body.home-light.copilot-page,
body.home-light.modules-page,
body.home-light.audience-page {
  --nexta-blue-canvas: #ffffff;
  --nexta-blue-canvas-2: #f6f9fd;
  --nexta-menu-gray: #eef1f5;
  --nexta-menu-gray-strong: #e3e8ef;
  background:
    radial-gradient(980px 560px at 84% 10%, rgba(7,88,255,.08), transparent 72%),
    radial-gradient(720px 420px at 10% 82%, rgba(0,170,194,.06), transparent 74%),
    linear-gradient(180deg, var(--nexta-blue-canvas) 0%, var(--nexta-blue-canvas-2) 100%) !important;
}

body.home-light::before,
body.home-light.ecosystem-page::before,
body.home-light.copilot-page::before,
body.home-light.modules-page::before,
body.home-light.audience-page::before {
  background:
    radial-gradient(1100px 620px at 82% 12%, rgba(12,111,255,.08), transparent 66%),
    radial-gradient(820px 520px at 18% 80%, rgba(31,184,173,.06), transparent 70%) !important;
}

.home-light .nav-shell,
.home-light.audience-page .nav-shell,
.audience-page .nav-shell {
  background: rgba(238,241,245,.96) !important;
  border-bottom: 1px solid rgba(120,136,160,.26) !important;
  box-shadow: 0 8px 24px rgba(25,45,80,.08) !important;
}

.home-light .drop-panel,
.audience-page .drop-panel {
  background: rgba(238,241,245,.98) !important;
  border-color: rgba(120,136,160,.24) !important;
}

.home-light .section:not(.s-qna):not(.s-cta),
.home-light .hero,
.home-light .s-pqe,
.home-light.ecosystem-page .page-screen,
.home-light.copilot-page .page-screen,
.home-light.modules-page .page-screen,
.home-light.audience-page .page-screen,
.audience-page .page-screen,
.audience-page .locate-detail-screen,
.audience-page .profile-start-screen,
.audience-page .profile-screen:not(.profile-start-screen),
.audience-page .stage-measure-screen,
.modules-page .module-screen {
  background:
    radial-gradient(900px 520px at 78% 30%, rgba(7,88,255,.06), transparent 72%),
    radial-gradient(620px 380px at 8% 78%, rgba(0,170,194,.04), transparent 76%),
    linear-gradient(180deg, var(--nexta-blue-canvas) 0%, var(--nexta-blue-canvas-2) 100%) !important;
}

.home-light .section:not(.s-qna):not(.s-cta)::after,
.home-light.ecosystem-page .page-screen::after,
.home-light.copilot-page .page-screen::after,
.home-light.modules-page .page-screen::after,
.home-light.audience-page .page-screen::after,
.audience-page .page-screen::after {
  background:
    radial-gradient(860px 520px at 74% 24%, rgba(10,103,255,.07), transparent 72%),
    radial-gradient(560px 360px at 8% 78%, rgba(0,174,190,.05), transparent 76%) !important;
}

.home-light .hero::before {
  background:
    linear-gradient(90deg, var(--nexta-blue-canvas) 0%, rgba(255,255,255,.94) 33%, rgba(255,255,255,.28) 55%, rgba(255,255,255,.02) 100%),
    radial-gradient(760px 460px at 78% 48%, rgba(12,111,255,.07), transparent 70%),
    url('images/hero-globe.png') calc(100% - 72px) center / min(48.4vw, 770px) auto no-repeat !important;
}

.home-light .s-pqe::before {
  background:
    radial-gradient(760px 460px at 78% 48%, rgba(12,111,255,.07), transparent 70%),
    linear-gradient(180deg, var(--nexta-blue-canvas) 0%, var(--nexta-blue-canvas-2) 100%) !important;
}

.home-light .footer {
  background: rgba(246,249,253,.86) !important;
}

@media (max-width: 640px) {
  .home-light .nav-shell {
    background: rgba(238,241,245,.98) !important;
  }
  .home-light .section:not(.s-qna):not(.s-cta) {
    background:
      radial-gradient(520px 300px at 80% 12%, rgba(12,111,255,.07), transparent 70%),
      linear-gradient(180deg, var(--nexta-blue-canvas) 0%, var(--nexta-blue-canvas-2) 100%) !important;
  }
}

/* Ecosystem rebuild: real HTML screens, not full-screen mockup images. */
.ecosystem-hero-section {
  min-height: calc(100vh - var(--nav-h));
  padding: clamp(24px, 3.6vh, 46px) 0;
  display: grid;
  align-items: center;
  background:
    radial-gradient(900px 520px at 88% 18%, rgba(7,88,255,.08), transparent 72%),
    linear-gradient(180deg, #fff 0%, #f7fbff 100%) !important;
  overflow: hidden;
}
.ecosystem-hero-section::before {
  content: '';
  position: absolute;
  left: -12%;
  bottom: -20%;
  width: 54%;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    repeating-radial-gradient(ellipse at 50% 50%, transparent 0 38px, rgba(0,169,229,.09) 39px 40px, transparent 41px 64px);
  opacity: .8;
  pointer-events: none;
}
.ecosystem-hero-wrap {
  width: min(1560px, calc(100vw - 96px));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.ecosystem-hero-grid {
  display: grid;
  grid-template-columns: minmax(500px, .78fr) minmax(760px, 1fr);
  gap: clamp(28px, 3.2vw, 54px);
  align-items: center;
}
.ecosystem-hero-copy {
  min-width: 0;
}
.ecosystem-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 34px;
  color: #0093a8;
  font-weight: 800;
  text-transform: uppercase;
}
.ecosystem-eyebrow::before {
  content: '';
  width: 26px;
  height: 2px;
  background: currentColor;
}
.ecosystem-hero-copy h1,
.ecosystem-hero-copy h2 {
  margin: 0 0 28px;
  color: #05083d;
  font-size: clamp(46px, 4.5vw, 72px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
}
.ecosystem-hero-copy h1 span,
.ecosystem-hero-copy h2 span {
  display: block;
  color: #116bff;
}
.ecosystem-hero-copy p {
  width: min(600px, 100%);
  margin: 0 0 8px;
  color: #23345f;
  font-size: clamp(18px, 1.35vw, 24px);
  line-height: 1.48;
}
.ecosystem-diagnostic-card {
  width: min(500px, 100%);
  min-height: 150px;
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  margin-top: 42px;
  padding: 26px 28px;
  border: 1px solid rgba(12,87,255,.18);
  border-radius: 8px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 22px 58px rgba(28,44,93,.07);
}
.ecosystem-diagnostic-card img {
  width: 82px;
  height: 82px;
  object-fit: contain;
}
.ecosystem-diagnostic-card strong {
  display: block;
  color: #061044;
  font-size: clamp(18px, 1.35vw, 24px);
  line-height: 1.15;
}
.ecosystem-diagnostic-card span {
  display: block;
  margin-top: 5px;
  color: #52628b;
  font-size: clamp(15px, 1.05vw, 19px);
}
.ecosystem-hero-cta {
  width: min(300px, 100%);
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(100deg, #0758ff, #00aac2);
  font-weight: 800;
  text-decoration: none;
}
.ecosystem-card-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}
.ecosystem-card {
  position: relative;
  min-height: 360px;
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  padding: 20px;
  border: 1px solid var(--eco-border, rgba(12,87,255,.18));
  border-radius: 8px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 20px 54px rgba(28,44,93,.07);
}
.ecosystem-card-wide {
  min-height: 200px;
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  grid-template-rows: 1fr auto;
  column-gap: 16px;
  row-gap: 14px;
  align-items: center;
  grid-column: span 3;
}
.ecosystem-card-forge {
  grid-column: span 3;
}
.ecosystem-card-insight {
  grid-column: span 3;
}
.ecosystem-card-copilot { --eco-color: #7137ff; --eco-border: rgba(113,55,255,.26); }
.ecosystem-card-analises { --eco-color: #009b7a; --eco-border: rgba(0,155,122,.24); }
.ecosystem-card-platform { --eco-color: #0878d8; --eco-border: rgba(8,120,216,.24); }
.ecosystem-card-forge { --eco-color: #e48100; --eco-border: rgba(228,129,0,.25); }
.ecosystem-card-insight { --eco-color: #0968d9; --eco-border: rgba(9,104,217,.23); }
.ecosystem-step {
  position: absolute;
  top: 22px;
  left: 22px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--eco-color), #12bfd2);
  font-weight: 800;
  font-size: 18px;
}
.ecosystem-card-visual {
  width: 124px;
  height: 80px;
  object-fit: contain;
  align-self: center;
  margin: 2px auto 6px;
}
.ecosystem-card-wide .ecosystem-card-visual {
  grid-column: 1;
  grid-row: 1;
  width: 108px;
  height: 80px;
  margin: 0;
}
.ecosystem-card-wide > div {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
}
.ecosystem-card h2,
.ecosystem-card h3 {
  margin: 0 0 8px;
  color: #071236;
  font-size: clamp(21px, 1.45vw, 28px);
  line-height: 1.12;
}
.ecosystem-tag {
  width: max-content;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
  padding: 4px 10px;
  border: 1px solid color-mix(in oklab, var(--eco-color) 28%, #fff);
  border-radius: 6px;
  color: var(--eco-color);
  background: color-mix(in oklab, var(--eco-color) 10%, #fff);
  font-size: clamp(13px, .84vw, 16px);
  font-weight: 700;
  line-height: 1.05;
  white-space: nowrap;
}
.ecosystem-card p {
  margin: 0 0 18px;
  color: #34436e;
  font-size: clamp(12.5px, .6vw, 12px);
  line-height: 1.5;
}
.ecosystem-card > a {
  width: 100%;
  min-width: 0;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  padding: 0 18px;
  border: 1px solid var(--eco-color);
  border-radius: 8px;
  color: var(--eco-color);
  box-sizing: border-box;
  font-size: clamp(13px, .88vw, 16px);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
}
.ecosystem-card-wide > a {
  grid-column: 1 / -1;
  grid-row: 2;
  margin-top: 0;
}
.eco-tool-screen {
  min-height: calc(100vh - var(--nav-h));
  display: grid;
  align-items: start;
  padding: clamp(24px, 4vh, 42px) 0;
  background: linear-gradient(180deg, #fff, #f7fbff);
  scroll-margin-top: calc(var(--nav-h) + 10px);
}
.eco-tool-wrap {
  width: min(1540px, calc(100vw - 72px));
  margin: 0 auto;
  padding: clamp(28px, 3vw, 48px);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.eco-tool-head {
  display: grid;
  grid-template-columns: minmax(420px, .8fr) minmax(520px, 1fr);
  gap: clamp(28px, 4vw, 70px);
  align-items: center;
}
.eco-tool-copy span {
  color: var(--tool-color, #0758ff);
  font-weight: 800;
  text-transform: uppercase;
  font-size: clamp(15px, 1.1vw, 20px);
}
.eco-tool-copy h2 {
  margin: 18px 0;
  color: #05083d;
  font-size: clamp(42px, 4.2vw, 70px);
  line-height: 1.08;
  letter-spacing: 0;
}
.eco-tool-copy h2 em {
  color: var(--tool-color, #0758ff);
  font-style: normal;
}
.eco-tool-copy p {
  width: min(590px, 100%);
  color: #1f2e5a;
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 1.55;
}
.eco-tool-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 26px;
}
.eco-tool-actions a {
  min-height: 52px;
  min-width: 220px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 24px;
  border: 1px solid var(--tool-color, #0758ff);
  border-radius: 8px;
  color: var(--tool-color, #0758ff);
  font-weight: 800;
  text-decoration: none;
}
.eco-tool-actions a:first-child {
  color: #fff;
  background: var(--tool-color, #0758ff);
}

/* Product CTAs keep one visual identity across every ecosystem section. */
.ecosystem-page .ecosystem-cta-copilot,
.ecosystem-page .eco-tool-actions a.ecosystem-cta-copilot {
  border-color: #6d31ff;
  color: #fff;
  background: linear-gradient(100deg, #6d31ff 0%, #8a2fff 100%);
}
.ecosystem-page .ecosystem-cta-diagnostic,
.ecosystem-page .eco-tool-actions a.ecosystem-cta-diagnostic {
  border-color: #0758ff;
  color: #fff;
  background: linear-gradient(100deg, #0758ff 0%, #1277ff 56%, #00aac2 100%);
}
.ecosystem-page .ecosystem-cta-outline,
.ecosystem-page .eco-tool-actions a.ecosystem-cta-outline {
  background: transparent;
}
.ecosystem-page .ecosystem-cta-copilot.ecosystem-cta-outline,
.ecosystem-page .eco-tool-actions a.ecosystem-cta-copilot.ecosystem-cta-outline {
  color: #6d31ff;
}
.ecosystem-page .ecosystem-cta-diagnostic.ecosystem-cta-outline,
.ecosystem-page .eco-tool-actions a.ecosystem-cta-diagnostic.ecosystem-cta-outline {
  color: #0758ff;
}
.ecosystem-page .ecosystem-cta-copilot:hover,
.ecosystem-page .eco-tool-actions a.ecosystem-cta-copilot:hover {
  border-color: #6028ec;
  color: #fff;
  background: linear-gradient(100deg, #6028ec 0%, #7c27ee 100%);
}
.ecosystem-page .ecosystem-cta-diagnostic:hover,
.ecosystem-page .eco-tool-actions a.ecosystem-cta-diagnostic:hover {
  border-color: #064fe6;
  color: #fff;
  background: linear-gradient(100deg, #064fe6 0%, #086bea 56%, #0098ae 100%);
}
.ecosystem-page .ecosystem-cta-copilot.ecosystem-cta-outline:hover {
  color: #fff;
}
.ecosystem-page .ecosystem-cta-diagnostic.ecosystem-cta-outline:hover {
  color: #fff;
}
.eco-tool-copilot { --tool-color: #5628ff; }
.eco-tool-analises { --tool-color: #009b73; }
.eco-tool-platform { --tool-color: #0758ff; }
.eco-tool-forge { --tool-color: #ff5a12; }
.eco-tool-insight { --tool-color: #3328ff; }
.eco-copilot-board,
.eco-dashboard-visual,
.eco-platform-visual,
.eco-insight-visual,
.eco-forge-grid {
  min-height: 360px;
  border-radius: 8px;
  background:
    radial-gradient(420px 260px at 50% 26%, color-mix(in oklab, var(--tool-color) 10%, transparent), transparent 72%),
    #fbfdff;
  border: 1px solid rgba(12,87,255,.12);
}
.eco-copilot-board {
  position: relative;
  padding: 34px;
}
.eco-bot-face {
  width: 160px;
  height: 130px;
  margin: 0 auto 12px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 40% 52%, #fff 0 8px, transparent 9px),
    radial-gradient(circle at 62% 52%, #fff 0 8px, transparent 9px),
    radial-gradient(circle at 50% 52%, #0b0b59 0 48px, transparent 49px),
    linear-gradient(180deg, #fff, #ece8ff);
  box-shadow: 0 18px 60px rgba(86,40,255,.2);
}
.eco-chat-bubble {
  width: min(420px, 80%);
  margin: 12px auto 0;
  padding: 16px 20px;
  border-radius: 8px;
  color: #061044;
  background: #fff;
  border: 1px solid rgba(86,40,255,.13);
  box-shadow: 0 14px 30px rgba(26,18,92,.08);
  font-weight: 700;
}
.eco-chat-bubble.primary {
  color: #fff;
  background: linear-gradient(100deg, #356dff, #6428ff);
}
.eco-side-list {
  position: absolute;
  top: 34px;
  right: 26px;
  display: grid;
  gap: 12px;
}
.eco-side-list span {
  min-width: 155px;
  padding: 14px 16px;
  border-radius: 8px;
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(86,40,255,.13);
  color: #061044;
  font-weight: 800;
}
.eco-topic-row,
.eco-analysis-grid,
.eco-pack-grid,
.eco-insight-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}
.eco-topic-row button,
.eco-analysis-card,
.eco-pack-grid button,
.eco-insight-grid span,
.eco-forge-grid span {
  min-height: 92px;
  padding: 18px;
  border: 1px solid color-mix(in oklab, var(--tool-color, #0758ff) 28%, #dce6f5);
  border-radius: 8px;
  background: rgba(255,255,255,.86);
  color: #071236;
  font-weight: 800;
  text-align: left;
}
.eco-dashboard-visual {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  padding: 28px;
}
.eco-window,
.eco-chart-card,
.eco-check-list {
  border: 1px solid rgba(0,155,115,.14);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(0,80,88,.06);
}
.eco-window {
  padding: 22px;
}
.eco-window strong {
  display: block;
  margin: 24px 0;
  color: var(--tool-color);
  font-size: 48px;
}
.eco-window i {
  display: block;
  height: 90px;
  border-radius: 8px;
  background: conic-gradient(from 140deg, var(--tool-color) 0 70%, #dff3ed 0);
}
.eco-chart-card {
  background:
    linear-gradient(150deg, transparent 45%, rgba(0,155,115,.18) 46% 48%, transparent 49%),
    repeating-linear-gradient(0deg, transparent 0 38px, #eaf1f8 39px 40px),
    repeating-linear-gradient(90deg, transparent 0 58px, #eaf1f8 59px 60px),
    #fff;
}
.eco-check-list {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 18px;
}
.eco-check-list span::before {
  content: '✓';
  color: var(--tool-color);
  margin-right: 8px;
}
.eco-tool-wrap > h3 {
  margin: 28px 0 0;
  color: #071236;
  font-size: clamp(22px, 1.6vw, 30px);
}
.eco-analysis-card {
  display: grid;
  gap: 8px;
}
.eco-analysis-card strong {
  font-size: 18px;
}
.eco-analysis-card span {
  color: #42517c;
  font-weight: 600;
}
.eco-analysis-card b {
  color: var(--card-color, var(--tool-color));
}
.eco-green { --card-color: #009b73; }
.eco-orange { --card-color: #ff5a12; }
.eco-blue { --card-color: #0758ff; }
.eco-purple { --card-color: #7a2cff; }
.eco-platform-visual {
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #fff;
}
.eco-platform-visual img {
  width: min(780px, 116%);
  max-width: none;
}
.eco-pack-grid {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.eco-pack-grid button {
  min-height: 66px;
  text-align: center;
  color: var(--tool-color);
}
.eco-forge-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: 28px;
  align-content: center;
}
.eco-forge-grid span {
  min-height: 118px;
  color: var(--tool-color);
}
.eco-coming {
  width: min(430px, 100%);
  margin-top: 26px;
  padding: 18px 20px;
  border: 1px solid rgba(51,40,255,.16);
  border-radius: 8px;
  background: rgba(244,241,255,.86);
  color: var(--tool-color);
  font-weight: 800;
}
.eco-coming small {
  display: block;
  margin-top: 4px;
  color: #271f72;
  font-size: 14px;
}
.eco-insight-visual {
  display: grid;
  place-items: center;
}
.eco-insight-visual img {
  width: min(360px, 62%);
}
.eco-insight-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.eco-rich-modal[hidden] {
  display: none;
}
.eco-rich-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  padding: 30px;
  background: rgba(7,18,54,.55);
  backdrop-filter: blur(12px);
}
.eco-rich-modal__panel {
  width: min(980px, 100%);
  padding: clamp(28px, 4vw, 48px);
  border-radius: 8px;
  border: 1px solid rgba(12,87,255,.16);
  background: #fff;
  box-shadow: 0 30px 90px rgba(0,0,0,.22);
  position: relative;
}
.eco-rich-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(7,18,54,.14);
  color: #071236;
  font-size: 32px;
  line-height: 1;
}
.eco-rich-modal__panel > span {
  color: #0758ff;
  font-weight: 800;
  text-transform: uppercase;
}
.eco-rich-modal__panel h2 {
  margin: 14px 0 10px;
  color: #071236;
  font-size: clamp(34px, 4vw, 58px);
}
.eco-rich-modal__panel p {
  width: min(760px, 100%);
  color: #34436e;
  font-size: 18px;
}
.eco-modal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 26px;
}
.eco-modal-grid span {
  min-height: 70px;
  display: flex;
  align-items: center;
  padding: 16px;
  border: 1px solid rgba(12,87,255,.12);
  border-radius: 8px;
  background: #f8fbff;
  color: #071236;
  font-weight: 800;
}
.eco-rich-modal__panel > a {
  width: min(320px, 100%);
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 26px;
  border-radius: 8px;
  background: #0758ff;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}
body.ecosystem-modal-open {
  overflow: hidden;
}

/* Copilot ESG Intelligence modal */
.eco-rich-modal--esg {
  padding: clamp(16px, 2.4vw, 38px);
  background: rgba(232,241,251,.78);
}
.eco-rich-modal--esg .eco-rich-modal__panel {
  width: min(1460px, 100%);
  max-height: calc(100vh - 50px);
  overflow: auto;
  padding: 0;
  border-color: #e2e9f2;
  border-radius: 26px;
  box-shadow: 0 24px 80px rgba(37,73,120,.18);
}
.eco-rich-modal--esg .eco-rich-modal__close {
  z-index: 5;
  top: 16px;
  right: 16px;
  background: #fff;
}
.eco-rich-modal--esg .eco-rich-modal__close:focus,
.eco-rich-modal--esg .eco-rich-modal__close:focus-visible {
  border-color: rgba(7,18,54,.2);
  outline: 2px solid rgba(7,148,63,.18);
  outline-offset: 2px;
  box-shadow: none;
}
.eco-esg-modal {
  --esg-green: #07943f;
  --copilot-soft: #edf8f1;
  display: grid;
  grid-template-columns: 365px minmax(520px, 1fr) 345px;
  grid-template-rows: auto 96px;
  color: #071236;
}
.eco-esg-modal[hidden] { display: none; }
.eco-esg-intro {
  grid-row: 1;
  padding: 38px 42px 26px;
  background: linear-gradient(135deg, var(--copilot-soft), #fff 82%);
}
.eco-esg-leaf {
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  color: var(--esg-green);
  background: var(--copilot-soft);
}
.eco-esg-leaf svg {
  width: 57px;
  height: 57px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.eco-esg-intro h2 {
  margin: 25px 0 8px;
  font-size: 35px;
  line-height: 1.1;
}
.eco-esg-intro h3 {
  margin: 0;
  color: var(--esg-green);
  font-size: 22px;
}
.eco-esg-intro > p {
  margin: 20px 0 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid #dbe4e2;
  color: #172344;
  font-size: 16px;
  line-height: 1.7;
}
.eco-esg-feature {
  display: grid;
  grid-template-columns: 43px 1fr;
  gap: 14px;
  margin: 0 0 21px;
}
.eco-esg-feature > i,
.eco-esg-note > i {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  color: var(--esg-green);
  background: var(--copilot-soft);
  font-size: 22px;
  font-style: normal;
}
.eco-esg-feature strong,
.eco-esg-feature span { display: block; }
.eco-esg-feature strong { margin-bottom: 4px; }
.eco-esg-feature span { font-size: 14px; line-height: 1.55; }
.eco-esg-note {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 10px;
  align-items: center;
  margin-top: 28px;
  padding: 13px 15px;
  border: 1px solid color-mix(in srgb, var(--esg-green) 34%, transparent);
  border-radius: 11px;
  font-size: 12px;
  line-height: 1.5;
}
.eco-esg-note strong,
.eco-esg-note span { display: block; }
.eco-esg-conversation {
  grid-row: 1;
  min-width: 0;
  padding: 42px 34px 20px;
}
.eco-esg-conversation > header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 36px;
}
.eco-esg-conversation > header > i {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 2px solid var(--esg-green);
  border-radius: 50%;
  color: var(--esg-green);
  font-size: 23px;
  font-style: normal;
}
.eco-esg-conversation header strong,
.eco-esg-conversation header span { display: block; }
.eco-esg-conversation header strong { font-size: 21px; }
.eco-esg-conversation header span { margin-top: 3px; font-size: 13px; }
.eco-esg-question,
.eco-esg-answer {
  border: 1px solid #dbe3ed;
  border-radius: 16px;
}
.eco-esg-question {
  display: grid;
  grid-template-columns: 45px 1fr auto;
  gap: 14px;
  align-items: start;
  padding: 20px 24px;
}
.eco-esg-question > i,
.eco-esg-answer-title > i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--esg-green);
  font-size: 21px;
  font-style: normal;
}
.eco-esg-question p { margin: 8px 0 0; font-size: 15px; }
.eco-esg-question time { align-self: center; color: #657089; font-size: 12px; }
.eco-esg-answer {
  margin-top: 22px;
  padding: 22px;
  border-color: color-mix(in srgb, var(--esg-green) 22%, transparent);
  background: linear-gradient(135deg, var(--copilot-soft), #fff 80%);
}
.eco-esg-answer-title {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--esg-green);
}
.eco-esg-answer > p {
  width: auto;
  margin: 14px 6px;
  color: #111d3d;
  font-size: 14px;
  line-height: 1.55;
}
.eco-esg-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid #dce7e2;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}
.eco-esg-steps > div {
  min-height: 145px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 10px;
  border-right: 1px solid #dce7e2;
  text-align: center;
}
.eco-esg-steps > div:last-child { border: 0; }
.eco-esg-steps i { color: var(--esg-green); font-size: 29px; font-style: normal; }
.eco-esg-steps strong { margin-top: 12px; color: var(--esg-green); font-size: 13px; }
.eco-esg-steps span { margin-top: 5px; font-size: 12px; line-height: 1.5; }
.eco-esg-answer-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.eco-esg-answer-actions a,
.eco-esg-footer a {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--esg-green);
  border-radius: 8px;
  color: var(--esg-green);
  font-weight: 800;
  text-decoration: none;
}
.eco-esg-answer-actions a:first-child,
.eco-esg-footer a {
  color: #fff;
  background: linear-gradient(100deg, color-mix(in srgb, var(--esg-green) 90%, #000), var(--esg-green));
}
.eco-esg-slider {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
}
.eco-esg-slider button {
  width: 38px;
  height: 38px;
  border: 1px solid #dbe3ed;
  border-radius: 50%;
  color: #071236;
  background: #fff;
  font-size: 30px;
}
.eco-esg-slider span { display: flex; gap: 18px; }
.eco-esg-slider b { width: 11px; height: 11px; border-radius: 50%; background: #dce2e9; }
.eco-esg-slider b:first-child { background: var(--esg-green); }
.eco-esg-guides {
  grid-row: 1;
  padding: 80px 34px 20px 0;
}
.eco-esg-guides section {
  padding: 16px 18px 8px;
  border: 1px solid #dfe6ee;
  border-radius: 12px;
}
.eco-esg-guides section + section { margin-top: 22px; }
.eco-esg-guides h3 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 10px;
  color: var(--esg-green);
  font-size: 15px;
}
.eco-esg-guides h3 i {
  width: 22px; height: 22px; display: grid; place-items: center;
  border: 2px solid currentColor; border-radius: 50%; font-style: normal;
}
.eco-esg-guides ul { margin: 0; padding: 0; list-style: none; }
.eco-esg-guides li {
  min-height: 50px;
  display: grid;
  grid-template-columns: 38px 1fr auto;
  gap: 10px;
  align-items: center;
  border-bottom: 1px solid #e2e7ee;
  font-size: 12px;
  line-height: 1.4;
}
.eco-esg-guides li:last-child { border: 0; }
.eco-esg-guides li i {
  width: 34px; height: 34px; display: grid; place-items: center;
  border-radius: 9px; color: var(--esg-green); background: var(--copilot-soft); font-style: normal;
}
.eco-esg-guides li b { color: var(--esg-green); font-size: 22px; }
.eco-esg-footer {
  grid-column: 1 / -1;
  grid-row: 2;
  display: grid;
  grid-template-columns: 60px 1fr 315px;
  gap: 18px;
  align-items: center;
  margin: 0 28px 20px;
  padding: 14px 22px;
  border-radius: 18px;
  background: linear-gradient(90deg, var(--copilot-soft), #fff);
}
.eco-esg-footer > i {
  width: 52px; height: 52px; display: grid; place-items: center;
  border-radius: 13px; color: var(--esg-green); background: #fff;
  box-shadow: 0 5px 15px rgba(7,148,63,.1); font-size: 28px; font-style: normal;
}
.eco-esg-footer strong,
.eco-esg-footer span { display: block; }
.eco-esg-footer strong { color: var(--esg-green); font-size: 17px; }
.eco-esg-footer span { margin-top: 4px; font-size: 13px; }

@media (max-width: 1320px) {
  .eco-esg-modal { grid-template-columns: 300px 1fr; }
  .eco-esg-guides { display: none; }
}
@media (max-width: 760px) {
  .eco-rich-modal--esg { padding: 8px; }
  .eco-rich-modal--esg .eco-rich-modal__panel { max-height: calc(100vh - 16px); border-radius: 18px; }
  .eco-esg-modal { display: block; }
  .eco-esg-intro,
  .eco-esg-conversation { padding: 28px 20px; }
  .eco-esg-feature { display: none; }
  .eco-esg-note { margin-top: 16px; }
  .eco-esg-conversation > header { margin-bottom: 20px; }
  .eco-esg-steps { grid-template-columns: repeat(2, 1fr); }
  .eco-esg-steps > div:nth-child(2) { border-right: 0; }
  .eco-esg-steps > div { border-bottom: 1px solid #dce7e2; }
  .eco-esg-answer-actions { grid-template-columns: 1fr; }
  .eco-esg-footer { grid-template-columns: 48px 1fr; margin: 0 12px 12px; }
  .eco-esg-footer a { grid-column: 1 / -1; }
}

/* Copilot modal V2: horizontal header + three-panel mockup */
.eco-rich-modal--esg .eco-rich-modal__panel {
  width: min(1480px, 100%);
  max-height: calc(100vh - 28px);
  border-radius: 16px;
}
.eco-esg-modal {
  display: block;
  padding: 26px 28px 22px;
  background: #fff;
}
.eco-copilot-modal-head {
  min-height: 88px;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 0 8px 18px;
}
.eco-copilot-modal-head > i {
  width: 80px;
  height: 80px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 18px;
  color: var(--esg-green);
  background: var(--copilot-soft);
}
.eco-copilot-modal-head svg,
.eco-esg-footer > i svg {
  width: 52px;
  height: 52px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.eco-copilot-modal-head h2 {
  margin: 0;
  color: #071236;
  font-size: clamp(24px, 2vw, 34px);
  line-height: 1.1;
}
.eco-copilot-modal-head p {
  margin: 7px 0 0;
  color: #273659;
  font-size: 18px;
}
.eco-copilot-modal-grid {
  display: grid;
  grid-template-columns: .88fr 1.06fr 1.06fr;
  gap: 22px;
}
.eco-copilot-about,
.eco-copilot-benefits,
.eco-copilot-chat {
  min-width: 0;
  min-height: 650px;
  padding: 30px 32px;
  border: 1px solid #dfe6ef;
  border-radius: 14px;
  background: #fff;
}
.eco-copilot-about {
  display: flex;
  flex-direction: column;
  background: linear-gradient(135deg, var(--copilot-soft), #fff 78%);
}
.eco-copilot-about > h3 {
  margin: 0 0 24px;
  padding-bottom: 25px;
  border-bottom: 1px solid #d9e1e9;
  color: #071236;
  font-size: clamp(20px, 1.55vw, 26px);
  line-height: 1.5;
}
.eco-copilot-about-block {
  padding: 0 0 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #d9e1e9;
}
.eco-copilot-about-block:last-of-type { border-bottom: 0; }
.eco-copilot-about-block h4 {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0 0 10px;
  color: #071236;
  font-size: 18px;
}
.eco-copilot-about-block h4 i {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  border: 2px solid var(--esg-green);
  border-radius: 50%;
  color: var(--esg-green);
  font-size: 16px;
  font-style: normal;
}
.eco-copilot-about-block p {
  margin: 0 0 0 44px;
  color: #273659;
  font-size: 15px;
  line-height: 1.55;
}
.eco-copilot-about-block ul {
  display: grid;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.eco-copilot-about-block li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  align-items: center;
  color: #172344;
  font-size: 14px;
  line-height: 1.4;
}
.eco-copilot-about-block li i {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: var(--esg-green);
  background: var(--copilot-soft);
  font-size: 25px;
  font-style: normal;
}
.eco-copilot-about .eco-esg-note {
  margin-top: auto;
  padding: 17px;
  font-size: 13px;
}
.eco-copilot-benefits {
  display: flex;
  flex-direction: column;
}
.eco-copilot-benefits > h3,
.eco-copilot-chat > h3 {
  margin: 0 0 24px;
  color: #071236;
  font-size: 22px;
}
.eco-copilot-benefits > h3 { color: var(--esg-green); }
.eco-copilot-benefits > div:first-of-type {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.eco-copilot-benefits article {
  min-height: 205px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 22px 18px;
  border: 1px solid #dfe6ef;
  border-radius: 13px;
  text-align: center;
}
.eco-copilot-benefits article > i {
  width: 65px;
  height: 65px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--esg-green);
  background: var(--copilot-soft);
  font-size: 31px;
  font-style: normal;
}
.eco-copilot-benefits article strong,
.eco-copilot-benefits article span { display: block; }
.eco-copilot-benefits article strong {
  margin-top: 15px;
  color: #071236;
  font-size: 17px;
}
.eco-copilot-benefits article span {
  margin-top: 10px;
  color: #34436e;
  font-size: 13px;
  line-height: 1.55;
}
.eco-copilot-benefits article > b {
  display: none;
  position: absolute;
  right: 18px;
  color: #071236;
  font-size: 25px;
}
.eco-copilot-benefit-note {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin: 20px 0 16px;
  padding-top: 20px;
  border-top: 1px solid #dfe6ef;
  color: #273659;
  font-size: 14px;
  line-height: 1.5;
}
.eco-copilot-benefit-note i {
  color: var(--esg-green);
  font-size: 25px;
  font-style: normal;
}
.eco-copilot-benefits .eco-esg-answer-actions { margin-top: auto; }
.eco-copilot-chat {
  display: flex;
  flex-direction: column;
}
.eco-copilot-chat .eco-esg-question {
  grid-template-columns: 48px 1fr auto;
  padding: 18px;
  background: linear-gradient(135deg, var(--copilot-soft), #fff);
}
.eco-copilot-chat .eco-esg-answer {
  margin-top: 18px;
  padding: 20px;
}
.eco-copilot-chat .eco-esg-answer > p {
  margin: 14px 52px 18px;
  font-size: 14px;
  line-height: 1.55;
}
.eco-copilot-next {
  display: grid;
  grid-template-columns: 46px 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 16px;
  border: 1px solid color-mix(in srgb, var(--esg-green) 42%, transparent);
  border-radius: 12px;
  background: linear-gradient(135deg, var(--copilot-soft), #fff);
}
.eco-copilot-next > i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--esg-green);
  font-size: 25px;
  font-style: normal;
}
.eco-copilot-next strong,
.eco-copilot-next span { display: block; }
.eco-copilot-next strong { color: var(--esg-green); font-size: 16px; }
.eco-copilot-next span { margin-top: 5px; color: #172344; font-size: 13px; line-height: 1.5; }
.eco-copilot-next > b { color: var(--esg-green); font-size: 25px; }
.eco-copilot-continue-label {
  margin: auto 0 12px;
  color: #405078;
  font-size: 13px;
}
.eco-copilot-continue {
  display: grid;
  gap: 10px;
}
.eco-copilot-continue a {
  min-height: 54px;
  display: grid;
  grid-template-columns: 35px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 8px 15px;
  border: 1px solid #dfe6ef;
  border-radius: 10px;
  color: #172344;
  text-decoration: none;
}
.eco-copilot-continue i {
  color: var(--esg-green);
  font-size: 22px;
  font-style: normal;
}
.eco-copilot-continue span { font-size: 13px; }
.eco-copilot-continue b { color: #071236; font-size: 22px; }
.eco-esg-footer {
  grid-template-columns: 80px 1fr 310px;
  min-height: 112px;
  margin: 22px 0 0;
  padding: 15px 26px;
  border: 1px solid color-mix(in srgb, var(--esg-green) 24%, transparent);
  border-radius: 14px;
  background: linear-gradient(90deg, var(--copilot-soft), #fff);
}
.eco-esg-footer > i {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  color: #fff;
  background: var(--esg-green);
}
.eco-esg-footer > i svg { width: 43px; height: 43px; }
.eco-esg-footer strong { color: #071236; font-size: 17px; }
.eco-esg-footer a { min-height: 58px; }

@media (max-width: 1200px) {
  .eco-copilot-modal-grid { grid-template-columns: 1fr 1.2fr; }
  .eco-copilot-chat { grid-column: 1 / -1; min-height: 500px; }
}
@media (max-width: 760px) {
  .eco-esg-modal { padding: 18px 14px 14px; }
  .eco-copilot-modal-head { padding-right: 52px; }
  .eco-copilot-modal-head > i { width: 60px; height: 60px; }
  .eco-copilot-modal-head svg { width: 40px; height: 40px; }
  .eco-copilot-modal-grid { grid-template-columns: 1fr; }
  .eco-copilot-about,
  .eco-copilot-benefits,
  .eco-copilot-chat { min-height: 0; padding: 24px 20px; }
  .eco-copilot-benefits > div:first-of-type { grid-template-columns: 1fr; }
  .eco-copilot-benefits article { min-height: 130px; }
  .eco-copilot-chat { grid-column: auto; }
  .eco-esg-footer { grid-template-columns: 58px 1fr; }
  .eco-esg-footer a { grid-column: 1 / -1; }
}

/* Rich Gap Analysis modals */
.eco-rich-modal--analysis {
  padding: 14px;
  background: rgba(232,241,251,.78);
}
.eco-rich-modal--analysis .eco-rich-modal__panel {
  width: min(1580px, 100%);
  max-height: calc(100vh - 28px);
  overflow: auto;
  padding: 0;
  border-radius: 16px;
}

/* Diagnostic maturity modal */
.eco-rich-modal--diagnostic {
  padding: 14px;
  background: rgba(24,42,58,.76);
}
.eco-rich-modal--diagnostic .eco-rich-modal__panel {
  width: min(1460px, 100%);
  max-height: calc(100vh - 28px);
  overflow: auto;
  padding: 0;
  border-radius: 18px;
}
.eco-diagnostic-modal {
  --diagnostic-color: #008f96;
  --diagnostic-soft: #e9fbfb;
  padding: 30px;
  color: #071236;
  background:
    radial-gradient(620px 360px at 10% 6%, rgba(0,196,204,.13), transparent 70%),
    radial-gradient(820px 420px at 88% 78%, rgba(0,143,150,.09), transparent 68%),
    #fff;
}
.diagnostic-page-body {
  background:
    radial-gradient(900px 460px at 10% 4%, rgba(0,190,196,.09), transparent 72%),
    linear-gradient(180deg, #f7fbfd 0%, #eef5f8 100%);
}
.diagnostic-page-main {
  padding: 34px 22px 54px;
}
.diagnostic-page-card {
  position: relative;
  width: min(1500px, 100%);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(11,42,68,.12);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(14,35,54,.14);
}
.diagnostic-page-card .eco-diagnostic-modal {
  padding: 34px;
}
.diagnostic-page-card .eco-diagnostic-head h1 {
  margin: 0;
  color: #071236;
  font-size: clamp(46px, 4vw, 68px);
  line-height: .98;
  letter-spacing: -.045em;
}
.diagnostic-page-close {
  position: absolute;
  z-index: 2;
  top: 26px;
  right: 26px;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 1px solid #d8e2ea;
  border-radius: 50%;
  color: #071236;
  background: rgba(255,255,255,.86);
  box-shadow: 0 12px 22px rgba(11,30,54,.08);
  text-decoration: none;
  font-size: 34px;
  line-height: 1;
}
.diagnostic-page-card .eco-diagnostic-benefits h2,
.diagnostic-page-card .eco-diagnostic-receive h2 {
  margin: 0 0 18px;
  color: #071236;
  font-size: 22px;
}
.diagnostic-page-card .eco-diagnostic-benefits h2::after,
.diagnostic-page-card .eco-diagnostic-receive h2::after {
  content: "";
  display: block;
  width: 52px;
  height: 3px;
  margin-top: 8px;
  border-radius: 3px;
  background: linear-gradient(90deg, #13c7c7, transparent);
}

/* Plans page */
.plans-page-body {
  background:
    radial-gradient(900px 460px at 82% 6%, rgba(0,98,255,.075), transparent 70%),
    radial-gradient(760px 420px at 14% 44%, rgba(0,159,114,.045), transparent 74%),
    #f8fbfe;
}
.plans-page {
  width: min(1540px, calc(100% - 44px));
  margin: 0 auto;
  padding: 42px 0 46px;
  color: #071236;
}
.plans-kicker {
  margin: 0 0 18px;
  color: #005fff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .19em;
  text-transform: uppercase;
}
.plans-hero {
  display: grid;
  grid-template-columns: minmax(360px, .92fr) minmax(640px, 1.4fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: center;
  margin-bottom: 38px;
}
.plans-hero-copy h1 {
  max-width: 540px;
  margin: 0;
  color: #071236;
  font-size: clamp(42px, 4.7vw, 68px);
  line-height: 1.02;
  letter-spacing: -.048em;
}
.plans-hero-copy > p {
  max-width: 500px;
  margin: 18px 0 0;
  color: #405078;
  font-size: 18px;
  line-height: 1.6;
}
.plans-hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 22px;
  color: #26365e;
  font-size: 14px;
}
.plans-hero-trust span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.plans-hero-trust span::first-letter { color: #0066ff; }
.plans-contact-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.plans-contact-card,
.plans-builder,
.plans-forge,
.plans-other-card {
  border: 1px solid #dce6ef;
  border-radius: 18px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 18px 44px rgba(18,45,78,.07);
}
.plans-contact-card {
  min-height: 236px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 13px;
  padding: 24px 16px;
  text-align: center;
}
.plans-contact-card i,
.plans-core-card i,
.plans-pack-card i,
.plans-other-card i {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  font-style: normal;
  font-size: 27px;
  font-weight: 900;
}
.plans-contact-card small {
  color: var(--plan-color);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.plans-contact-card strong {
  max-width: 160px;
  min-height: 48px;
  color: #071236;
  font-size: 17px;
  line-height: 1.35;
}
.plans-contact-card a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 20px;
  border-radius: 8px;
  color: #fff;
  background: var(--plan-color);
  font-weight: 850;
  text-decoration: none;
  box-shadow: 0 12px 24px color-mix(in srgb, var(--plan-color) 28%, transparent);
}
.plans-blue { --plan-color: #0066ff; --plan-soft: #eaf2ff; }
.plans-green { --plan-color: #009b6e; --plan-soft: #e9f8f2; }
.plans-purple { --plan-color: #7b35e8; --plan-soft: #f0e8ff; }
.plans-orange { --plan-color: #ff5a14; --plan-soft: #fff0e8; }
.plans-teal { --plan-color: #008f96; --plan-soft: #e8f9f9; }
.plans-gold { --plan-color: #dc9600; --plan-soft: #fff6dd; }
.plans-contact-blue { --plan-color: #0066ff; }
.plans-contact-green { --plan-color: #009b6e; }
.plans-contact-purple { --plan-color: #7b35e8; }
.plans-contact-orange { --plan-color: #ff5a14; }
.plans-contact-card i,
.plans-core-card i,
.plans-pack-card i,
.plans-other-card i {
  color: var(--plan-color);
  background: var(--plan-soft);
}
.plans-contact-card.plans-contact-blue i { --plan-soft: #eaf2ff; }
.plans-contact-card.plans-contact-green i { --plan-soft: #e9f8f2; }
.plans-contact-card.plans-contact-purple i { --plan-soft: #f0e8ff; }
.plans-contact-card.plans-contact-orange i { --plan-soft: #fff0e8; }
.plans-main-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 285px;
  gap: 18px;
  align-items: stretch;
}
.plans-builder {
  padding: 18px;
}
.plans-builder > header {
  margin: 0 0 14px;
  text-align: center;
}
.plans-builder > header .plans-kicker {
  margin-bottom: 8px;
}
.plans-builder > header h2 {
  margin: 0;
  color: #405078;
  font-size: 13px;
  font-weight: 700;
}
.plans-builder-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) 44px minmax(0, .78fr);
  gap: 14px;
  align-items: center;
}
.plans-step {
  min-height: 330px;
  padding: 14px;
  border: 1px solid #dce6ef;
  border-radius: 14px;
  background: rgba(255,255,255,.86);
}
.plans-step > p {
  margin: 0 0 14px;
  color: #071236;
  font-size: 13px;
  font-weight: 800;
}
.plans-step > p b {
  display: inline-flex;
  align-items: center;
  height: 22px;
  margin-right: 10px;
  padding: 0 8px;
  border: 1px solid #0066ff;
  border-radius: 5px;
  color: #0066ff;
  text-transform: uppercase;
}
.plans-step > p span { color: #405078; }
.plans-core-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.plans-core-card {
  min-height: 262px;
  display: grid;
  align-content: start;
  gap: 9px;
  padding: 18px;
  border: 1px solid #dce6ef;
  border-radius: 14px;
  background: #fff;
}
.plans-core-card i {
  width: 50px;
  height: 50px;
  font-size: 25px;
}
.plans-core-card h3 {
  margin: 0;
  font-size: 18px;
}
.plans-core-card small {
  min-height: 30px;
  color: #405078;
  font-size: 11px;
  line-height: 1.35;
}
.plans-core-card strong {
  margin-top: 8px;
  color: var(--plan-color);
  font-size: 22px;
  letter-spacing: -.03em;
}
.plans-core-card strong span {
  color: #071236;
  font-size: 14px;
  font-weight: 700;
}
.plans-core-card ul,
.plans-forge ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #26365e;
  font-size: 12px;
}
.plans-core-card li::before,
.plans-forge li::before {
  content: "✓";
  margin-right: 8px;
  color: var(--plan-color);
  font-weight: 900;
}
.plans-core-card a {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  border: 1px solid var(--plan-color);
  border-radius: 8px;
  color: var(--plan-color);
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}
.plans-analysis-note {
  min-height: 50px;
  display: grid;
  grid-template-columns: 44px 1fr auto;
  gap: 14px;
  align-items: center;
  margin-top: 12px;
  padding: 10px 16px;
  border: 1px solid #dce6ef;
  border-radius: 12px;
  background: #f9fcff;
}
.plans-analysis-note i {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #0066ff;
  background: #eaf2ff;
  font-style: normal;
}
.plans-analysis-note span {
  color: #405078;
  font-size: 12px;
}
.plans-analysis-note strong {
  display: block;
  color: #071236;
  font-size: 13px;
}
.plans-analysis-note a {
  color: #005fff;
  font-size: 12px;
  font-weight: 850;
  text-decoration: none;
}
.plans-builder-arrow {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid #dce6ef;
  border-radius: 50%;
  color: #071236;
  background: #fff;
  font-size: 26px;
}
.plans-pack-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.plans-pack-card {
  min-height: 94px;
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 10px;
  align-items: center;
  padding: 12px;
  border: 1px solid #dce6ef;
  border-radius: 11px;
  background: #fff;
}
.plans-pack-card i {
  width: 40px;
  height: 40px;
  font-size: 18px;
}
.plans-pack-card strong,
.plans-pack-card span {
  display: block;
}
.plans-pack-card strong {
  color: #071236;
  font-size: 13px;
}
.plans-pack-card span {
  margin-top: 5px;
  color: #405078;
  font-size: 11px;
  line-height: 1.35;
}
.plans-all-packs {
  min-height: 48px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  margin-top: 12px;
  padding: 8px 16px;
  border: 1px solid #7b35e8;
  border-radius: 10px;
  color: #7b35e8;
  text-decoration: none;
}
.plans-all-packs strong,
.plans-all-packs span { display: block; }
.plans-all-packs span {
  margin-top: 2px;
  color: #405078;
  font-size: 12px;
}
.plans-all-packs b {
  grid-row: 1 / span 2;
  grid-column: 2;
  font-size: 22px;
}
.plans-forge {
  --plan-color: #ff5a14;
  min-height: 100%;
  padding: 24px 22px;
}
.plans-forge .plans-kicker {
  color: #071236;
  font-size: 12px;
  line-height: 1.7;
}
.plans-forge h2 {
  margin: 0 0 10px;
  color: #071236;
  font-size: 30px;
}
.plans-forge p {
  color: #405078;
  font-size: 14px;
  line-height: 1.55;
}
.plans-forge a {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 20px 0;
  border-radius: 8px;
  color: #fff;
  background: #ff5a14;
  font-weight: 850;
  text-decoration: none;
}
.plans-forge > div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  padding: 14px;
  border: 1px solid #dce6ef;
  border-radius: 11px;
  color: #405078;
  font-size: 13px;
}
.plans-forge > div i {
  color: #ff5a14;
  font-style: normal;
  font-size: 26px;
}
.plans-other {
  margin-top: 28px;
}
.plans-other > h2 {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 16px;
  align-items: center;
  margin: 0 0 18px;
  color: #071236;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .18em;
  text-align: center;
  text-transform: uppercase;
}
.plans-other > h2 span {
  height: 1px;
  background: #dce6ef;
}
.plans-other-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}
.plans-other-card {
  min-height: 130px;
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 14px;
  align-items: center;
  padding: 20px 22px;
}
.plans-other-card h3,
.plans-other-card p,
.plans-other-card strong,
.plans-other-card small {
  display: block;
  margin: 0;
}
.plans-other-card h3 {
  color: #071236;
  font-size: 18px;
}
.plans-other-card p,
.plans-other-card small {
  color: #405078;
  font-size: 12px;
  line-height: 1.4;
}
.plans-other-card strong {
  color: var(--plan-color);
  font-size: 20px;
}
.plans-other-card strong span {
  color: #071236;
  font-size: 13px;
}
.plans-other-card a {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 8px;
  padding: 0 18px;
  border: 1px solid var(--plan-color);
  border-radius: 7px;
  color: var(--plan-color);
  font-size: 12px;
  font-weight: 850;
  text-decoration: none;
}
.plans-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
  padding: 8px 28px 0;
}
.plans-proof span {
  display: grid;
  grid-template-columns: 32px 1fr;
  column-gap: 12px;
  align-items: center;
  color: #405078;
  font-size: 12px;
  line-height: 1.4;
}
.plans-proof i {
  grid-row: 1 / span 2;
  display: grid;
  place-items: center;
  color: #0066ff;
  font-style: normal;
  font-size: 26px;
}
.plans-proof i img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.plans-proof b {
  display: block;
  color: #071236;
  font-size: 13px;
}
@media (max-width: 1180px) {
  .plans-hero,
  .plans-main-grid,
  .plans-builder-grid {
    grid-template-columns: 1fr;
  }
  .plans-builder-arrow { display: none; }
  .plans-contact-grid,
  .plans-other-grid,
  .plans-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Pack artwork: use the dedicated image set on Plans and Ecosystem. */
body.home-light.pricing-board-page .packs-grid .pack-visual {
  overflow: hidden;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.home-light.pricing-board-page .packs-grid .pack-visual img {
  width: 160%;
  height: 160%;
  max-width: none;
  object-fit: cover;
  mix-blend-mode: multiply;
}

body.home-light.ecosystem-page .eco-tool-platform .eco-pack-grid button i {
  overflow: hidden;
  padding: 0;
  background: transparent !important;
  box-shadow: none;
}

body.home-light.ecosystem-page .eco-tool-platform .eco-pack-grid button i img {
  width: 160%;
  height: 160%;
  max-width: none;
  object-fit: cover;
  mix-blend-mode: multiply;
}

/* Direct replacement: no legacy icon wrapper remains. */
body.home-light.pricing-board-page .packs-grid img.pack-visual {
  display: block;
  width: 82px;
  height: 82px;
  max-width: none;
  flex: 0 0 82px;
  margin: 4px auto 0;
  object-fit: cover;
  overflow: visible;
  background: transparent;
  box-shadow: none;
  mix-blend-mode: multiply;
  transform: scale(1.22);
}

body.home-light.ecosystem-page .eco-tool-platform .eco-pack-grid button img.eco-pack-icon {
  display: block;
  width: 64px;
  height: 64px;
  max-width: none;
  flex: 0 0 64px;
  object-fit: cover;
  background: transparent;
  box-shadow: none;
  mix-blend-mode: multiply;
  transform: scale(1.2);
}

/* Ecosystem modals: use the same diagnostic CTA treatment as the Home. */
body.home-light.ecosystem-page .eco-platform-diagnostic-cta a {
  border-color: transparent !important;
  color: #fff !important;
  background: linear-gradient(105deg, #0758ff 0%, #087de8 52%, #11b9c5 100%) !important;
  box-shadow: 0 12px 26px rgba(7, 111, 225, .2) !important;
}

/* The PNG now replaces the former badge instead of sitting inside it. */
body.home-light.pricing-board-page .packs-grid img.pack-visual {
  display: block;
  width: 82px;
  height: 82px;
  max-width: none;
  flex: 0 0 82px;
  margin: 4px auto 0;
  object-fit: cover;
  background: transparent;
  box-shadow: none;
  mix-blend-mode: multiply;
  transform: scale(1.22);
}

body.home-light.ecosystem-page .eco-tool-platform .eco-pack-grid button img.eco-pack-icon {
  display: block;
  width: 64px;
  height: 64px;
  max-width: none;
  flex: 0 0 64px;
  object-fit: cover;
  background: transparent;
  box-shadow: none;
  mix-blend-mode: multiply;
  transform: scale(1.2);
}

/* Standalone purchase modal for Copilot and one-off analyses. */
body.standalone-modal-open {
  overflow: hidden;
}

.standalone-modal[hidden] {
  display: none !important;
}

.standalone-modal {
  position: fixed;
  inset: 0;
  z-index: 4000;
  display: grid;
  place-items: center;
  padding: 22px;
  background: rgba(7, 18, 54, .48);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.standalone-modal__panel {
  position: relative;
  width: min(820px, 100%);
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 34px;
  align-items: center;
  padding: 36px;
  border: 1px solid #dce5f3;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(7, 18, 54, .22);
}

.standalone-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 5;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid #dce5f3;
  border-radius: 50%;
  color: #07133f;
  background: #fff;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.standalone-modal__visual {
  min-height: 260px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: #f3edff;
}

.standalone-modal[data-product="analysis"] .standalone-modal__visual {
  background: #e7f8f6;
}

.standalone-modal__visual img {
  width: 74%;
  max-height: 210px;
  object-fit: contain;
}

.standalone-modal__eyebrow {
  color: #7a33ff;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.standalone-modal[data-product="analysis"] .standalone-modal__eyebrow {
  color: #009f9c;
}

.standalone-modal__copy h2 {
  margin: 10px 0 4px;
  color: #07133f;
  font-size: clamp(34px, 4vw, 52px);
}

.standalone-modal__copy > strong {
  display: block;
  color: #7a33ff;
  font-size: 24px;
}

.standalone-modal[data-product="analysis"] .standalone-modal__copy > strong {
  color: #009f9c;
}

.standalone-modal__copy > p {
  margin: 16px 0;
  color: #435074;
  font-size: 16px;
  line-height: 1.55;
}

.standalone-modal__copy ul {
  display: grid;
  gap: 9px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
  color: #25345e;
}

.standalone-modal__copy li::before {
  content: '\2713';
  margin-right: 9px;
  color: #7a33ff;
  font-weight: 850;
}

.standalone-modal[data-product="analysis"] .standalone-modal__copy li::before {
  color: #009f9c;
}

.standalone-modal__copy > a {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  color: #fff;
  background: linear-gradient(110deg, #7130e8, #b34df1);
  font-weight: 800;
}

.standalone-modal[data-product="analysis"] .standalone-modal__copy > a {
  background: linear-gradient(110deg, #008f85, #18b8aa);
}

.standalone-modal__copy > small {
  display: block;
  margin-top: 10px;
  color: #697692;
  text-align: center;
}

@media (max-width: 680px) {
  .standalone-modal__panel {
    grid-template-columns: 1fr;
    gap: 20px;
    max-height: calc(100vh - 28px);
    overflow: auto;
    padding: 24px;
  }

  .standalone-modal__visual {
    min-height: 180px;
  }

  .standalone-modal__visual img {
    max-height: 150px;
  }
}

body.alacarte-modal-open {
  overflow: hidden;
}

.alacarte-modal[hidden] {
  display: none !important;
}

.alacarte-modal {
  position: fixed;
  inset: 0;
  z-index: 4000;
  display: grid;
  place-items: center;
  padding: 22px;
  background: rgba(7, 18, 54, .48);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.alacarte-modal__panel {
  position: relative;
  width: min(900px, 100%);
  max-height: calc(100vh - 44px);
  overflow: auto;
  padding: 34px;
  border: 1px solid #dce5f3;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(7, 18, 54, .22);
}

.alacarte-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 5;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid #dce5f3;
  border-radius: 50%;
  color: #07133f;
  background: #fff;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.alacarte-modal__head {
  max-width: 620px;
}

.alacarte-modal__eyebrow {
  color: #6740f4;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.alacarte-modal__head h2 {
  margin: 8px 0 6px;
  color: #07133f;
  font-size: clamp(26px, 3vw, 34px);
}

.alacarte-modal__head p {
  margin: 0;
  color: #435074;
  font-size: 14px;
  line-height: 1.5;
}

.alacarte-modal__groups {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0;
}

.alacarte-modal__groups fieldset {
  --ac: #0758ff;
  min-width: 0;
  margin: 0;
  padding: 14px;
  border: 1px solid color-mix(in srgb, var(--ac) 30%, #e1e6f0);
  border-radius: 12px;
  background: color-mix(in srgb, var(--ac) 6%, #fff);
}

.alacarte-modal__groups legend {
  padding: 0 6px;
  color: var(--ac);
  font-size: 13px;
  font-weight: 850;
}

.alacarte-modal__groups label {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 7px 4px;
  color: #33436b;
  font-size: 12px;
  cursor: pointer;
}

.alacarte-modal__groups label span {
  flex: 1 1 auto;
}

.alacarte-modal__groups label b {
  color: var(--ac);
  font-weight: 800;
  font-size: 11px;
  white-space: nowrap;
}

.alacarte-modal__groups input {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  accent-color: var(--ac);
}

.alacarte-modal__summary {
  padding: 18px;
  border: 1px solid #e0dbff;
  border-radius: 14px;
  background: #f6f4ff;
}

.alacarte-summary__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.alacarte-summary__head strong {
  color: #07133f;
  font-size: 16px;
}

.alacarte-summary__head span {
  color: #536187;
  font-size: 13px;
}

.alacarte-summary__head span b {
  color: #6740f4;
  font-size: 16px;
}

.alacarte-summary__list {
  list-style: none;
  margin: 14px 0;
  padding: 0;
  display: grid;
  gap: 8px;
  max-height: 180px;
  overflow: auto;
}

.alacarte-summary__list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #33436b;
  font-size: 13px;
}

.alacarte-summary__list li b {
  color: #5336ec;
  white-space: nowrap;
}

.alacarte-summary__empty {
  color: #8a93ad !important;
  font-style: italic;
}

.alacarte-summary__total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  border-top: 1px solid #e0dbff;
}

.alacarte-summary__total span {
  color: #25345e;
  font-weight: 700;
}

.alacarte-summary__total strong {
  color: #07133f;
  font-size: 15px;
}

.alacarte-summary__total strong b {
  color: #5336ec;
  font-size: 24px;
}

.alacarte-modal__buy {
  margin-top: 22px;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(110deg, #6633f4, #4c15df);
  font-weight: 800;
  font-size: 15px;
}

@media (max-width: 760px) {
  .alacarte-modal__groups {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .alacarte-modal__panel {
    padding: 22px;
  }

  .alacarte-modal__groups {
    grid-template-columns: 1fr;
  }
}

/* Home institutional art: no blue glow or color-cast behind the image. */
body.home-light .s-qna .qna-visual::before,
body.home-light .s-qna .qna-visual::after {
  display: none;
}

body.home-light .s-qna .qna-visual img {
  opacity: 1;
  mix-blend-mode: normal;
  filter: none;
  -webkit-mask-image: radial-gradient(
    ellipse 58% 56% at center,
    #000 0%,
    #000 58%,
    rgba(0, 0, 0, .86) 72%,
    rgba(0, 0, 0, .38) 88%,
    transparent 100%
  );
          mask-image: radial-gradient(
    ellipse 58% 56% at center,
    #000 0%,
    #000 58%,
    rgba(0, 0, 0, .86) 72%,
    rgba(0, 0, 0, .38) 88%,
    transparent 100%
  );
}
@media (max-width: 760px) {
  .plans-page {
    width: min(100% - 28px, 1540px);
    padding-top: 24px;
  }
  .plans-contact-grid,
  .plans-core-cards,
  .plans-pack-grid,
  .plans-other-grid,
  .plans-proof {
    grid-template-columns: 1fr;
  }
  .plans-analysis-note {
    grid-template-columns: 40px 1fr;
  }
  .plans-analysis-note a {
    grid-column: 1 / -1;
  }
}

/* Plans page v2: stacked sections, horizontal composition inside each block */
.plans-page-v2 {
  width: min(1540px, calc(100% - 48px));
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 36px 0 46px;
}
.plans-page-v2 *,
.plans-page-v2 *::before,
.plans-page-v2 *::after {
  box-sizing: border-box;
}
.plans-v2-hero,
.plans-v2-section {
  border: 1px solid #dce6ef;
  border-radius: 24px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 18px 52px rgba(14,38,76,.07);
}
.plans-v2-hero {
  min-height: 610px;
  display: grid;
  grid-template-columns: minmax(620px, .98fr) minmax(500px, 1.02fr);
  gap: clamp(26px, 4vw, 64px);
  align-items: center;
  padding: clamp(30px, 4vw, 50px);
  overflow: hidden;
  background:
    radial-gradient(720px 360px at 76% 22%, rgba(0,102,255,.12), transparent 68%),
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(250,253,255,.92));
}
.plans-v2-copy .plans-kicker,
.plans-v2-section-head .plans-kicker,
.plans-v2-custom-card .plans-kicker {
  margin-bottom: 12px;
}
.plans-v2-copy h1 {
  max-width: 760px;
  margin: 0;
  color: #071236;
  font-size: clamp(44px, 4.2vw, 64px);
  line-height: 1.02;
  letter-spacing: -.06em;
}
.plans-v2-copy > p {
  max-width: 720px;
  margin: 16px 0 0;
  color: #24365f;
  font-size: 18px;
  line-height: 1.48;
}
.plans-v2-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}
.plans-v2-btn {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 24px;
  border-radius: 10px;
  font-weight: 900;
  text-decoration: none;
}
.plans-v2-btn img {
  width: 23px;
  height: 23px;
  object-fit: contain;
}
.plans-v2-btn.primary {
  color: #fff;
  background: #075fff;
  box-shadow: 0 16px 28px rgba(0,94,255,.22);
}
.plans-v2-btn.secondary {
  color: #075fff;
  border: 1px solid #075fff;
  background: #fff;
}
.plans-v2-trust {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  gap: 28px;
  margin-top: 34px;
  color: #26365e;
  font-size: 14px;
  font-weight: 750;
}
.plans-v2-art {
  min-height: 390px;
  position: relative;
  display: grid;
  place-items: center;
}
.plans-v2-orbit {
  position: relative;
  width: min(680px, 100%);
  height: 390px;
}
.plans-v2-orbit::before {
  content: "";
  position: absolute;
  left: 6%;
  right: 6%;
  bottom: 44px;
  height: 160px;
  border-radius: 50%;
  background:
    radial-gradient(closest-side, rgba(0,196,255,.22), transparent 70%),
    linear-gradient(180deg, rgba(255,255,255,.88), rgba(232,244,255,.72));
  box-shadow: inset 0 -8px 20px rgba(0,102,255,.14), 0 22px 54px rgba(27,69,120,.13);
}
.plans-v2-orb {
  position: absolute;
  left: 50%;
  top: 38px;
  width: 210px;
  height: 210px;
  transform: translateX(-50%);
  display: grid;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at 38% 27%, rgba(255,255,255,.96) 0 10%, rgba(0,214,255,.44) 18%, rgba(0,102,255,.94) 68%, #0559d9 100%);
  box-shadow: inset 0 0 34px rgba(255,255,255,.46), 0 24px 70px rgba(0,102,255,.28);
}
.plans-v2-orb::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 164px;
  width: 420px;
  height: 132px;
  transform: translateX(-50%);
  border-radius: 50% 50% 18px 18px;
  background: linear-gradient(180deg, #fff, #eaf4ff);
  box-shadow: inset 0 -8px 18px rgba(0,102,255,.13), 0 22px 48px rgba(24,61,102,.14);
  z-index: -1;
}
.plans-v2-person {
  width: 88px;
  height: 88px;
  position: relative;
  display: block;
  border-radius: 50%;
  background: rgba(255,255,255,.96);
}
.plans-v2-person::after {
  content: "";
  position: absolute;
  left: -28px;
  top: 64px;
  width: 144px;
  height: 78px;
  border-radius: 70px 70px 34px 34px;
  background: rgba(255,255,255,.92);
}
.plans-v2-art-chip {
  position: absolute;
  z-index: 2;
  min-height: 62px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 18px;
  border: 1px solid #dce6ef;
  border-radius: 12px;
  color: #071236;
  background: rgba(255,255,255,.95);
  box-shadow: 0 16px 32px rgba(17,48,88,.12);
  font-weight: 900;
}
.plans-v2-art-chip img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.plans-v2-art-chip.chip-diagnostic { top: 10px; left: 50%; transform: translateX(-50%); }
.plans-v2-art-chip.chip-core { top: 130px; left: 20px; }
.plans-v2-art-chip.chip-pack { top: 130px; right: 20px; }
.plans-v2-art-chip.chip-analysis { left: 50%; bottom: 18px; transform: translateX(-50%); }
.plans-v2-section {
  padding: clamp(26px, 3vw, 34px);
}
.plans-v2-section-head {
  margin-bottom: 24px;
}
.plans-v2-section-head.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
  gap: 30px;
  align-items: end;
}
.plans-v2-section-head h2,
.plans-v2-map-copy h2,
.plans-v2-custom-card h2,
.plans-v2-doubt h2 {
  margin: 0;
  color: #071236;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.08;
  letter-spacing: -.04em;
}
.plans-v2-section-head p:not(.plans-kicker),
.plans-v2-map-copy p,
.plans-v2-custom-card p,
.plans-v2-doubt p {
  margin: 10px 0 0;
  color: #405078;
  font-size: 16px;
  line-height: 1.5;
}
.plans-v2-map {
  display: grid;
  grid-template-columns: minmax(340px, .68fr) minmax(0, 1.32fr);
  gap: 34px;
  align-items: center;
}
.plans-v2-flow {
  display: grid;
  grid-template-columns: minmax(0, .82fr) 34px minmax(0, 1.08fr) 34px minmax(0, .82fr);
  gap: 14px;
  align-items: center;
}
.plans-v2-flow > b {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid #dce6ef;
  border-radius: 50%;
  color: #071236;
  background: #fff;
}
.plans-v2-flow-card {
  min-height: 150px;
  display: grid;
  gap: 9px;
  align-content: center;
  padding: 18px;
  border: 1px solid color-mix(in srgb, var(--plan-color) 34%, #dce6ef);
  border-radius: 16px;
  background: linear-gradient(135deg, #fff, color-mix(in srgb, var(--plan-soft) 62%, #fff));
  text-align: center;
}
.plans-v2-flow-card strong {
  color: var(--plan-color);
  font-size: 14px;
}
.plans-v2-flow-card span {
  padding: 12px;
  border-radius: 10px;
  color: #071236;
  background: #fff;
  box-shadow: 0 10px 22px rgba(17,48,88,.07);
  font-weight: 850;
}
.plans-v2-entry-grid,
.plans-v2-core-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.plans-v2-entry-card,
.plans-v2-core-card,
.plans-v2-pack-card,
.plans-v2-custom-card {
  position: relative;
  border: 1px solid #dce6ef;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(16,44,78,.055);
}
.plans-v2-entry-card {
  min-height: 285px;
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 24px;
}
.plans-v2-entry-card.is-featured,
.plans-v2-core-card.is-featured {
  border-color: var(--plan-color);
  box-shadow: 0 22px 46px color-mix(in srgb, var(--plan-color) 14%, transparent);
}
.plans-v2-entry-card em {
  position: absolute;
  top: -13px;
  left: 24px;
  padding: 5px 12px;
  border-radius: 8px;
  color: #075fff;
  background: #eaf2ff;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.plans-v2-card-icon {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 18px;
  color: var(--plan-color);
  background: var(--plan-soft);
  font-size: 32px;
  font-weight: 900;
}
.plans-v2-card-icon img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}
.plans-v2-card-icon.diagnostic img {
  width: 64px;
  height: 64px;
}
.plans-v2-card-icon.symbol {
  overflow: visible;
}
.plans-v2-entry-card small,
.plans-v2-core-card small,
.plans-v2-bundle small {
  color: var(--plan-color);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.plans-v2-entry-card h3,
.plans-v2-core-card h3,
.plans-v2-pack-card h3 {
  margin: 0;
  color: #071236;
  font-size: 22px;
  line-height: 1.14;
}
.plans-v2-entry-card p,
.plans-v2-core-card p,
.plans-v2-pack-card p {
  margin: 0;
  color: #405078;
  font-size: 15px;
  line-height: 1.45;
}
.plans-v2-entry-card strong {
  margin-top: 4px;
  color: var(--plan-color);
  font-size: 15px;
}
.plans-v2-entry-card a,
.plans-v2-core-card a,
.plans-v2-bundle a,
.plans-v2-custom-card a,
.plans-v2-doubt a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: auto;
  padding: 0 18px;
  border: 1px solid var(--plan-color);
  border-radius: 10px;
  color: var(--plan-color);
  background: #fff;
  font-weight: 900;
  text-decoration: none;
}
.plans-v2-entry-card.is-featured a,
.plans-v2-bundle a {
  color: #fff;
  background: var(--plan-color);
}
.plans-v2-note {
  margin: 20px 0 0;
  padding-top: 16px;
  border-top: 1px solid #e3ebf3;
  color: #405078;
  text-align: center;
  font-size: 14px;
  font-weight: 750;
}
.plans-v2-core-card {
  min-height: 435px;
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 28px;
}
.plans-v2-core-card strong {
  color: var(--plan-color);
  font-size: 30px;
  letter-spacing: -.035em;
}
.plans-v2-core-card strong span {
  color: #071236;
  font-size: 17px;
}
.plans-v2-core-card ul {
  display: grid;
  gap: 10px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
  color: #24365f;
  font-size: 15px;
}
.plans-v2-core-card li::before {
  content: "\2713";
  margin-right: 10px;
  color: var(--plan-color);
  font-weight: 900;
}
.plans-v2-pack-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}
.plans-v2-pack-card {
  min-height: 190px;
  display: grid;
  align-content: start;
  justify-items: center;
  gap: 10px;
  padding: 22px 14px;
  text-align: center;
}
.plans-v2-pack-card i {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: var(--plan-color);
  background: var(--plan-soft);
  font-style: normal;
  font-size: 26px;
  font-weight: 950;
}
.plans-v2-pack-card h3 {
  font-size: 18px;
}
.plans-v2-pack-card p {
  font-size: 13px;
}
.plans-v2-bundle {
  min-height: 72px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 22px;
  align-items: center;
  margin-top: 16px;
  padding: 14px 18px;
  border: 1px solid #7b35e8;
  border-radius: 14px;
  background: linear-gradient(90deg, rgba(123,53,232,.06), #fff);
}
.plans-v2-bundle > strong {
  color: #7b35e8;
  font-size: 24px;
}
.plans-v2-bundle > strong span {
  color: #405078;
  font-size: 14px;
}
.plans-v2-bundle a {
  --plan-color: #7b35e8;
  min-width: 190px;
}
.plans-v2-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 14px;
  color: #26365e;
  font-size: 14px;
  font-weight: 750;
}
.plans-v2-custom {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.plans-v2-custom-card {
  min-height: 180px;
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 26px 28px;
}
.plans-v2-custom-card a {
  width: max-content;
  min-width: 230px;
}
.plans-v2-doubt {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) repeat(4, minmax(150px, 190px));
  gap: 14px;
  align-items: center;
}
.plans-v2-doubt h2 {
  font-size: 30px;
}
.plans-v2-doubt a {
  --plan-color: #075fff;
  min-height: 62px;
  margin: 0;
  color: #071236;
}
.plans-page-v2 .plans-proof {
  margin-top: 0;
  padding: 18px 24px;
  border: 1px solid #dce6ef;
  border-radius: 18px;
  background: rgba(255,255,255,.84);
}
@media (max-width: 1280px) {
  .plans-v2-hero,
  .plans-v2-map,
  .plans-v2-section-head.split {
    grid-template-columns: 1fr;
  }
  .plans-v2-art {
    min-height: 360px;
  }
  .plans-v2-pack-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .plans-v2-doubt {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .plans-v2-doubt > div {
    grid-column: 1 / -1;
  }
}
@media (max-width: 900px) {
  .plans-v2-trust,
  .plans-v2-benefits,
  .plans-v2-entry-grid,
  .plans-v2-core-grid,
  .plans-v2-custom,
  .plans-page-v2 .plans-proof {
    grid-template-columns: 1fr;
  }
  .plans-v2-flow {
    grid-template-columns: 1fr;
  }
  .plans-v2-flow > b {
    margin: 0 auto;
    transform: rotate(90deg);
  }
  .plans-v2-pack-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .plans-v2-bundle {
    grid-template-columns: 1fr;
  }
}

/* Audience modals: compact top spacing and keep the close action near the edge */
body.home-light.audience-page .route-modal__panel,
body.home-light.audience-page .route-modal__panel--stage,
body.home-light.audience-page .route-modal__panel--profile {
  padding-top: clamp(14px, 1.15vw, 20px);
}

body.home-light.audience-page .route-stage-hero,
body.home-light.audience-page .profile-route-hero {
  align-items: start;
}

body.home-light.audience-page .route-modal__close,
body.home-light.audience-page .route-modal__panel--stage .route-modal__close,
body.home-light.audience-page .route-modal__panel--profile .route-modal__close {
  top: 8px;
  z-index: 50;
  pointer-events: auto;
  cursor: pointer;
  touch-action: manipulation;
}

@media (max-width: 860px) {
  body.home-light.audience-page .route-modal__panel,
  body.home-light.audience-page .route-modal__panel--stage,
  body.home-light.audience-page .route-modal__panel--profile {
    padding-top: 14px;
  }

  body.home-light.audience-page .route-modal__close,
  body.home-light.audience-page .route-modal__panel--stage .route-modal__close,
  body.home-light.audience-page .route-modal__panel--profile .route-modal__close {
    top: 6px;
  }
}

body.home-light.pricing-board-page .pricing-screen-hero .pricing-map-image img {
  width: 108%;
  max-width: none;
}

@media (max-width: 1050px) {
  body.home-light.pricing-board-page .pricing-screen-hero .pricing-map-image img {
    width: 100%;
    max-width: 100%;
  }
}

/* About · screen 3: history, trajectory and leadership */
body.home-light.about-page .about-history {
  min-height: 980px;
  padding: 64px 24px 54px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(248,251,255,.98)),
    radial-gradient(circle at 82% 10%, rgba(7,88,255,.06), transparent 34%);
}

.about-page .about-history-layout {
  display: grid;
  grid-template-columns: minmax(360px, .72fr) minmax(680px, 1.28fr);
  gap: clamp(48px, 6vw, 92px);
  align-items: center;
}

body.home-light.about-page .about-history-layout .about-copy h2 {
  max-width: 520px;
  font-size: clamp(46px, 4.2vw, 68px) !important;
  line-height: 1.02 !important;
  letter-spacing: -.035em !important;
}

.about-page .about-history-layout .about-copy h2 span {
  color: #0758ff;
}

.about-page .about-history-layout .about-copy .about-lede {
  max-width: 520px;
  margin-top: 22px;
  font-size: 16px !important;
  line-height: 1.7 !important;
}

.about-page .about-trajectory-panel {
  position: relative;
  min-height: 410px;
  padding: 32px 38px 28px;
  overflow: hidden;
  border: 1px solid rgba(7,88,255,.18);
  border-radius: 18px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 20px 54px rgba(25,65,130,.1);
}

.about-page .about-trajectory-panel::before,
.about-page .about-trajectory-panel::after {
  content: '';
  position: absolute;
  width: 320px;
  height: 110px;
  opacity: .34;
  background: repeating-linear-gradient(135deg, transparent 0 13px, rgba(7,88,255,.16) 14px 15px, transparent 16px 25px);
}

.about-page .about-trajectory-panel::before { top: -28px; right: -48px; }
.about-page .about-trajectory-panel::after { bottom: -34px; left: -42px; transform: rotate(180deg); }

.about-page .about-trajectory-panel h3 {
  position: relative;
  z-index: 2;
  width: fit-content;
  margin: 0;
  color: #071236;
  font-size: 30px;
}

.about-page .about-trajectory-panel h3::after {
  content: '';
  display: block;
  width: 48px;
  height: 3px;
  margin-top: 8px;
  background: #0758ff;
}

.about-page .about-trajectory {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.about-page .about-trajectory::before {
  content: '';
  position: absolute;
  left: 8%;
  right: 8%;
  top: 58px;
  height: 3px;
  background: linear-gradient(90deg, #68bfff, #0758ff 30% 72%, #68bfff);
}

.about-page .about-trajectory article {
  position: relative;
  z-index: 1;
  text-align: center;
}

.about-page .about-trajectory i {
  width: 108px;
  height: 108px;
  display: grid;
  place-items: center;
  margin: 0 auto 14px;
  border: 9px solid rgba(7,88,255,.07);
  border-radius: 50%;
  color: #0758ff;
  background: #fff;
  box-shadow: 0 12px 30px rgba(7,88,255,.16), inset 0 0 0 1px rgba(7,88,255,.18);
  font-style: normal;
}

.about-page .about-trajectory i svg {
  width: 48px;
  height: 48px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.about-page .about-trajectory b,
.about-page .about-trajectory span { display: block; }
.about-page .about-trajectory b { color: #0758ff; font-size: 24px; }
.about-page .about-trajectory span { max-width: 180px; margin: 8px auto 0; color: #25345f; font-size: 13px; line-height: 1.45; }

.about-page .about-team-panel {
  width: min(1400px, calc(100% - 48px));
  margin: 28px auto 0;
  padding: 26px 38px 30px;
  border: 1px solid rgba(7,88,255,.16);
  border-radius: 18px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 18px 48px rgba(25,65,130,.08);
}

.about-page .about-team-head {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 34px;
  align-items: center;
}

.about-page .about-team-head h3 { margin: 0; color: #071236; font-size: 28px; }
.about-page .about-team-head h3 span { display: inline-grid; place-items: center; width: 48px; height: 48px; margin-right: 14px; border-radius: 12px; color: #0758ff; background: #eef4ff; font-size: 25px; vertical-align: middle; }
.about-page .about-team-head p { margin: 0; padding-left: 28px; border-left: 1px solid rgba(7,88,255,.18); color: #52638f; font-size: 14px; line-height: 1.5; }

.about-page .about-team-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 24px;
}

.about-page .about-team-grid article {
  padding: 12px 12px 24px;
  border: 1px solid rgba(7,88,255,.14);
  border-radius: 16px;
  background: #fff;
  text-align: center;
  box-shadow: 0 12px 30px rgba(28,61,115,.07);
}

.about-page .about-person-photo {
  width: 100%;
  max-width: 285px;
  height: 190px;
  margin: 0 auto;
  border-radius: 14px;
  background-image: url('images/about-tela3-reference.png');
  background-repeat: no-repeat;
  background-size: 1450px 1055px;
  background-color: #f4f7fc;
}

.about-page .person-nilvanio { background-position: -100px -614px; }
.about-page .person-daiane { background-position: -424px -614px; }
.about-page .person-elis { background-position: -748px -614px; }
.about-page .person-feras { background-position: -1060px -614px; }

.about-page .about-team-grid h4 { margin: 14px 0 4px; color: #071236; font-size: 20px; }
.about-page .about-team-grid b { display: block; min-height: 38px; color: #0758ff; font-size: 13px; font-weight: 600; }
.about-page .about-team-grid b::after { content: ''; display: block; width: 24px; height: 2px; margin: 10px auto 0; background: #0758ff; }
.about-page .about-team-grid p { margin: 14px auto 0; max-width: 245px; color: #52638f; font-size: 13px; line-height: 1.55; }

@media (max-width: 1150px) {
  .about-page .about-history-layout { grid-template-columns: 1fr; }
  .about-page .about-history-layout .about-copy h2,
  .about-page .about-history-layout .about-copy .about-lede { max-width: 760px; }
  .about-page .about-team-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
  body.home-light.about-page .about-history { padding-inline: 14px; }
  .about-page .about-trajectory-panel { padding: 24px 18px; }
  .about-page .about-trajectory { grid-template-columns: repeat(2, 1fr); row-gap: 30px; }
  .about-page .about-trajectory::before { display: none; }
  .about-page .about-team-panel { width: 100%; padding: 22px 16px; }
  .about-page .about-team-head { grid-template-columns: 1fr; }
  .about-page .about-team-head p { padding: 0; border: 0; }
  .about-page .about-team-grid { grid-template-columns: 1fr; }
}

/* Audience modals · canonical Diagnostic CTA */
body.home-light.audience-page .route-modal a[href="diagnostico.html"] {
  color: #fff !important;
  border-color: transparent !important;
  background: linear-gradient(105deg, #0758ff 0%, #087de8 52%, #11b9c5 100%) !important;
  box-shadow: 0 12px 26px rgba(7, 111, 225, .22) !important;
}

body.home-light.audience-page .route-modal a[href="diagnostico.html"] :where(span, b) {
  color: #fff !important;
}
@media (max-width: 620px) {
  .plans-page-v2 {
    width: min(100% - 28px, 1540px);
    padding-top: 24px;
  }
  .plans-v2-hero,
  .plans-v2-section {
    padding: 22px;
  }
  .plans-v2-copy h1 {
    font-size: 42px;
  }
  .plans-v2-art {
    min-height: 300px;
  }
  .plans-v2-orbit {
    transform: scale(.72);
    transform-origin: center;
  }
  .plans-v2-pack-grid,
  .plans-v2-doubt {
    grid-template-columns: 1fr;
  }
}
.eco-diagnostic-modal[hidden] { display: none; }
.eco-diagnostic-head {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 22px;
  align-items: center;
  margin-bottom: 18px;
}
.eco-diagnostic-head > i,
.eco-diagnostic-footer > i {
  position: relative;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: transparent;
  box-shadow: none;
}
.eco-diagnostic-head > i { width: 138px; height: 138px; margin-left: 28px; }
.eco-diagnostic-head img,
.eco-diagnostic-footer img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: none;
}
.eco-diagnostic-head h2 {
  margin: 0;
  color: #071236;
  font-size: clamp(44px, 4vw, 64px);
  line-height: .98;
  letter-spacing: -.045em;
}
.eco-diagnostic-head p {
  margin: 10px 0 0;
  color: #405078;
  font-size: 20px;
}
.eco-diagnostic-head strong { color: var(--diagnostic-color); }
.eco-diagnostic-grid {
  display: grid;
  grid-template-columns: .95fr 1.12fr 1.02fr;
  gap: 20px;
}
.eco-diagnostic-about,
.eco-diagnostic-benefits,
.eco-diagnostic-receive {
  border: 1px solid rgba(0,143,150,.2);
  border-radius: 14px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 14px 34px rgba(20,42,72,.055);
}
.eco-diagnostic-about { padding: 26px; }
.eco-diagnostic-about h3 {
  margin: 0;
  padding-bottom: 24px;
  border-bottom: 1px solid #dbe7ee;
  color: #111a4a;
  font-size: 17px;
  line-height: 1.65;
}
.eco-diagnostic-block {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 16px;
  padding: 22px 0;
  border-bottom: 1px solid #dbe7ee;
}
.eco-diagnostic-block > i,
.eco-diagnostic-benefit-grid article i,
.eco-diagnostic-stage-card i,
.eco-diagnostic-next > i {
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #16c1c0, #006f78);
  box-shadow: 0 8px 18px rgba(0,143,150,.18);
  font-style: normal;
  font-weight: 800;
}
.eco-diagnostic-block > i { width: 46px; height: 46px; font-size: 19px; }
.eco-diagnostic-block strong {
  display: block;
  color: var(--diagnostic-color);
  font-size: 20px;
}
.eco-diagnostic-block span,
.eco-diagnostic-block li {
  color: #28365e;
  font-size: 15px;
  line-height: 1.55;
}
.eco-diagnostic-block ul {
  display: grid;
  gap: 10px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}
.eco-diagnostic-note {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: center;
  margin-top: 22px;
  padding: 15px;
  border: 1px solid rgba(0,143,150,.23);
  border-radius: 12px;
  background: var(--diagnostic-soft);
}
.eco-diagnostic-note i { color: var(--diagnostic-color); font-size: 28px; font-style: normal; }
.eco-diagnostic-note strong,
.eco-diagnostic-note span { display: block; }
.eco-diagnostic-note strong { color: #056f78; }
.eco-diagnostic-benefits,
.eco-diagnostic-receive { padding: 22px; }
.eco-diagnostic-benefits h3,
.eco-diagnostic-receive h3 {
  margin: 0 0 18px;
  color: #071236;
  font-size: 22px;
}
.eco-diagnostic-benefits h3::after,
.eco-diagnostic-receive h3::after {
  content: "";
  display: block;
  width: 52px;
  height: 3px;
  margin-top: 8px;
  border-radius: 3px;
  background: linear-gradient(90deg, #13c7c7, transparent);
}
.eco-diagnostic-benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.eco-diagnostic-benefit-grid article {
  min-height: 190px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(0,143,150,.19);
  border-radius: 12px;
  background: linear-gradient(145deg, #fff, #f2ffff);
  text-align: center;
}
.eco-diagnostic-benefit-grid article i { width: 64px; height: 64px; font-size: 29px; }
.eco-diagnostic-benefit-grid strong { color: #071236; font-size: 18px; }
.eco-diagnostic-benefit-grid span { color: #405078; font-size: 14px; line-height: 1.5; }
.eco-diagnostic-benefit-note {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  margin: 14px 0 0;
  padding: 14px;
  border: 1px solid rgba(0,143,150,.2);
  border-radius: 10px;
  color: #28365e;
  background: #fff;
}
.eco-diagnostic-benefit-note i { color: var(--diagnostic-color); font-style: normal; font-size: 24px; }
.eco-diagnostic-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 8px;
}
.eco-diagnostic-actions a,
.eco-diagnostic-footer a {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid var(--diagnostic-color);
  border-radius: 8px;
  color: var(--diagnostic-color);
  font-weight: 800;
  text-decoration: none;
}
.eco-diagnostic-actions a img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.eco-diagnostic-actions a:first-child,
.eco-diagnostic-footer a {
  color: #fff;
  background: linear-gradient(135deg, #08aaa9, #006f78);
  box-shadow: 0 12px 26px rgba(0,143,150,.22);
}
.eco-diagnostic-stage-card {
  padding: 18px;
  border: 1px solid #dfe8ef;
  border-radius: 12px;
  background: #fff;
}
.eco-diagnostic-stage-card > div:first-child {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
}
.eco-diagnostic-stage-card i,
.eco-diagnostic-next > i { width: 48px; height: 48px; font-size: 24px; }
.eco-diagnostic-stage-line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  margin: 0 10px;
}
.eco-diagnostic-stage-line::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #cfd8e5, #10bebf, #cfd8e5);
}
.eco-diagnostic-stage-line span {
  position: relative;
  z-index: 1;
  width: 28px;
  height: 28px;
  border: 2px solid #c8d3e3;
  border-radius: 50%;
  background: #f9fbff;
}
.eco-diagnostic-stage-line span.active {
  width: 42px;
  height: 42px;
  border: 6px solid rgba(20,215,214,.36);
  background: var(--diagnostic-color);
  box-shadow: 0 0 0 4px rgba(0,143,150,.12);
}
.eco-diagnostic-stage-card footer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  margin-top: 10px;
  color: #536286;
  font-size: 12px;
  text-align: center;
}
.eco-diagnostic-stage-card footer b:nth-child(2) { color: var(--diagnostic-color); }
.eco-diagnostic-next {
  min-height: 158px;
  display: grid;
  grid-template-columns: 58px 1fr auto;
  gap: 14px;
  align-items: center;
  margin-top: 18px;
  padding: 20px;
  overflow: hidden;
  border-radius: 14px;
  color: #fff;
  background:
    radial-gradient(260px 120px at 85% 90%, rgba(255,255,255,.2), transparent 70%),
    linear-gradient(135deg, #10b8ba, #007178);
  box-shadow: 0 14px 28px rgba(0,143,150,.2);
}
.eco-diagnostic-next strong,
.eco-diagnostic-next span { display: block; }
.eco-diagnostic-next strong { font-size: 20px; }
.eco-diagnostic-next span { margin-top: 6px; line-height: 1.45; }
.eco-diagnostic-next b { font-size: 42px; }
.eco-diagnostic-receive > p {
  margin: 20px 0 10px;
  color: #071236;
  font-weight: 800;
}
.eco-diagnostic-continue {
  display: grid;
  gap: 12px;
}
.eco-diagnostic-continue a {
  min-height: 48px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 0 16px;
  border: 1px solid #dfe8ef;
  border-radius: 10px;
  color: #071236;
  background: #fff;
  text-decoration: none;
}
.eco-diagnostic-footer {
  min-height: 112px;
  display: grid;
  grid-template-columns: 92px 1fr minmax(270px, .28fr);
  gap: 22px;
  align-items: center;
  margin-top: 24px;
  padding: 18px 24px;
  border: 1px solid rgba(0,190,196,.36);
  border-radius: 14px;
  background: linear-gradient(90deg, rgba(0,190,196,.12), rgba(0,190,196,.025));
}
.eco-diagnostic-footer > i { width: 72px; height: 72px; }
.eco-diagnostic-footer strong,
.eco-diagnostic-footer span { display: block; }
.eco-diagnostic-footer strong { color: #071236; font-size: 21px; }
.eco-diagnostic-footer span { margin-top: 6px; color: #405078; }

@media (max-width: 1100px) {
  .eco-diagnostic-head {
    grid-template-columns: 120px 1fr;
  }
  .eco-diagnostic-head > i {
    width: 104px;
    height: 104px;
    margin-left: 0;
  }
  .eco-diagnostic-grid {
    grid-template-columns: 1fr;
  }
  .eco-diagnostic-footer {
    grid-template-columns: 72px 1fr;
  }
  .eco-diagnostic-footer a {
    grid-column: 1 / -1;
  }
}
@media (max-width: 640px) {
  .eco-diagnostic-modal {
    padding: 18px 14px;
  }
  .eco-diagnostic-head {
    grid-template-columns: 1fr;
    justify-items: start;
  }
  .eco-diagnostic-head h2 {
    font-size: clamp(34px, 11vw, 46px);
  }
  .eco-diagnostic-head p {
    font-size: 16px;
  }
  .eco-diagnostic-benefit-grid,
  .eco-diagnostic-actions {
    grid-template-columns: 1fr;
  }
  .eco-diagnostic-footer {
    grid-template-columns: 1fr;
  }
}

/* Nexta Core platform modals */
.eco-rich-modal--platform {
  padding: 16px;
  background: rgba(25,39,58,.74);
}
.eco-rich-modal--platform .eco-rich-modal__panel {
  width: min(1720px, calc(100vw - 32px));
  max-height: calc(100vh - 32px);
  overflow: auto;
  padding: 0;
  border-radius: 18px;
  background: #fff;
  box-shadow: none;
}
.eco-platform-modal {
  --platform-color: #0d62f2;
  --platform-soft: #eef5ff;
  padding: 38px 42px 26px;
  color: #071236;
  background: #fff;
}
.eco-platform-modal[hidden] { display: none; }
.eco-platform-hero {
  display: grid;
  grid-template-columns: minmax(520px, .78fr) minmax(760px, 1.22fr);
  gap: 12px;
  align-items: start;
  min-height: 0;
}
.eco-platform-kicker {
  display: flex;
  gap: 18px;
  align-items: center;
  margin: 0 0 24px;
  color: var(--platform-color);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .16em;
}
.eco-platform-copy h2 {
  margin: 0;
  max-width: 760px;
  color: #071236;
  font-size: clamp(42px, 4.1vw, 64px);
  line-height: .98;
  letter-spacing: -.055em;
}
.eco-platform-copy h2 em {
  color: var(--platform-color);
  font-style: normal;
}
.eco-platform-copy > p:not(.eco-platform-kicker) {
  max-width: 720px;
  margin: 20px 0 0;
  color: #314067;
  font-size: 19px;
  line-height: 1.48;
}
.eco-platform-audience {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: center;
  max-width: 620px;
  margin-top: 22px;
  color: #28365e;
  font-size: 15px;
  line-height: 1.45;
}
.eco-platform-audience i {
  color: var(--platform-color);
  font-size: 28px;
  font-style: normal;
}
.eco-platform-audience strong { color: #071236; margin-right: 8px; }
.eco-platform-copy button {
  min-width: 205px;
  height: 44px;
  margin-top: 24px;
  border: 1px solid var(--platform-color);
  border-radius: 7px;
  color: var(--platform-color);
  background: #fff;
  font: inherit;
  font-weight: 850;
  cursor: pointer;
}
.eco-platform-visual {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  align-self: start;
  margin: 0;
  min-height: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.eco-platform-visual img {
  width: min(1040px, 132%);
  max-width: none;
  max-height: min(610px, 58vh);
  object-fit: contain;
  border: 0;
  border-radius: 0;
  background: transparent;
  filter: none;
}
.eco-platform-info-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}
.eco-platform-info-grid article {
  min-height: 245px;
  padding: 24px;
  border: 1px solid rgba(55,79,114,.14);
  border-radius: 14px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 12px 30px rgba(20,42,72,.045);
}
.eco-platform-info-grid article > i {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--platform-color);
  background: var(--platform-soft);
  font-size: 26px;
  font-style: normal;
  font-weight: 900;
}
.eco-platform-info-grid h3 {
  margin: 16px 0 14px;
  color: #071236;
  font-size: 19px;
}
.eco-platform-info-grid p {
  margin: 0;
  color: #314067;
  font-size: 15px;
  line-height: 1.55;
}
.eco-platform-info-grid ul,
.eco-platform-info-grid ol {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.eco-platform-info-grid li {
  color: #17244a;
  font-size: 14px;
  line-height: 1.35;
}
.eco-platform-info-grid ul li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 8px;
  align-items: center;
  padding-bottom: 8px;
  border-bottom: 1px solid #e6ebf2;
  font-weight: 800;
}
.eco-platform-info-grid ul span {
  color: var(--platform-color);
  font-weight: 900;
}
.eco-platform-info-grid ol li {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 10px;
  align-items: start;
}
.eco-platform-info-grid ol b {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--platform-color);
}
.eco-platform-info-grid ol strong,
.eco-platform-info-grid ol span { display: block; }
.eco-platform-info-grid ol strong { margin-bottom: 3px; }
.eco-platform-next-mini {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  align-items: center;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid #e3e8ef;
}
.eco-platform-next-mini b {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: var(--platform-color);
  background: var(--platform-soft);
}
.eco-platform-next-mini span {
  color: #314067;
  font-size: 14px;
  line-height: 1.4;
}
.eco-platform-next-mini strong { color: var(--platform-color); }
.eco-platform-footer {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 18px;
  margin-top: 18px;
}
.eco-platform-start,
.eco-platform-open {
  min-height: 118px;
  display: grid;
  grid-template-columns: 74px 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 20px 24px;
  border: 1px solid color-mix(in srgb, var(--platform-color) 34%, #dfe7f2);
  border-radius: 14px;
  background: linear-gradient(90deg, var(--platform-soft), rgba(255,255,255,.92));
}
.eco-platform-start > i,
.eco-platform-open > i {
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  border: 1px solid var(--platform-color);
  border-radius: 50%;
  color: var(--platform-color);
  background: #fff;
  font-size: 32px;
  font-style: normal;
  box-shadow: 0 12px 25px rgba(20,42,72,.08);
}
.eco-platform-start strong,
.eco-platform-open strong,
.eco-platform-start span,
.eco-platform-open span { display: block; }
.eco-platform-start strong,
.eco-platform-open strong {
  color: #071236;
  font-size: 19px;
}
.eco-platform-start span,
.eco-platform-open span {
  margin-top: 6px;
  color: #405078;
  font-size: 14px;
}
.eco-platform-start a,
.eco-platform-open a {
  min-width: 190px;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 7px;
  color: #fff;
  background: var(--platform-color);
  font-weight: 850;
  text-decoration: none;
  box-shadow: 0 14px 26px color-mix(in srgb, var(--platform-color) 22%, transparent);
}
.eco-platform-diagnostic-cta {
  border-color: rgba(0,143,150,.35);
  background: linear-gradient(90deg, rgba(0,190,196,.12), rgba(255,255,255,.94));
}
.eco-platform-diagnostic-cta > i {
  border-color: rgba(0,143,150,.45);
  background: radial-gradient(circle, #08aaa9 0%, #04747d 64%, #0c5762 100%);
  box-shadow: 0 0 0 8px rgba(0,190,196,.10);
}
.eco-platform-diagnostic-cta > i img {
  width: 58%;
  height: 58%;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.eco-platform-diagnostic-cta a {
  background: linear-gradient(135deg, #08aaa9, #006f78);
  box-shadow: 0 14px 26px rgba(0,143,150,.22);
}

@media (max-width: 1180px) {
  .eco-platform-hero { grid-template-columns: 1fr; }
  .eco-platform-visual img {
    width: min(920px, 100%);
    max-width: 100%;
    max-height: 460px;
  }
  .eco-platform-info-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .eco-platform-footer { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .eco-platform-modal { padding: 24px 16px 16px; }
  .eco-platform-info-grid { grid-template-columns: 1fr; }
  .eco-platform-start,
  .eco-platform-open { grid-template-columns: 58px 1fr; }
  .eco-platform-start a,
  .eco-platform-open a { grid-column: 1 / -1; }
}

.eco-analysis-modal {
  --analysis-color: #0758ff;
  --analysis-soft: #eef4ff;
  padding: 22px 26px 18px;
  color: #071236;
  background: #fff;
}
.eco-analysis-modal[hidden] { display: none; }
.eco-analysis-modal-head {
  min-height: 66px;
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 0 4px 15px;
}
.eco-analysis-modal-head > i {
  width: 54px; height: 54px; display: grid; place-items: center;
  border-radius: 14px; color: var(--analysis-color); background: var(--analysis-soft);
}
.eco-analysis-modal-head svg,
.eco-analysis-footer svg {
  width: 36px; height: 36px; fill: none; stroke: currentColor; stroke-width: 2;
  stroke-linecap: round; stroke-linejoin: round;
}
.eco-analysis-modal-head h2 { margin: 0; font-size: 21px; }
.eco-analysis-modal-head p { margin: 4px 0 0; color: #405078; font-size: 15px; }
.eco-analysis-modal-layout {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(310px, 1.08fr);
  gap: 18px;
}
.eco-analysis-modal-main,
.eco-analysis-side > section {
  border: 1px solid #dfe6ef;
  border-radius: 13px;
}
.eco-analysis-modal-main { overflow: hidden; }
.eco-analysis-hero {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 24px;
  padding: 28px;
}
.eco-analysis-copy h3 {
  margin: 0;
  font-size: clamp(28px, 2.3vw, 42px);
  line-height: 1.2;
}
.eco-analysis-copy h3::first-letter { color: inherit; }
.eco-analysis-copy p {
  width: auto;
  margin: 18px 0 26px;
  color: #34436e;
  font-size: 15px;
  line-height: 1.65;
}
.eco-analysis-copy > div { display: flex; flex-wrap: wrap; gap: 14px; }
.eco-analysis-copy a,
.eco-analysis-footer a {
  min-height: 46px; display: inline-flex; align-items: center; justify-content: center;
  padding: 0 22px; border: 1px solid var(--analysis-color); border-radius: 7px;
  color: var(--analysis-color); font-weight: 800; text-decoration: none;
}
.eco-analysis-copy a:first-child {
  color: #fff;
  background: var(--analysis-color);
}
.eco-analysis-dashboard {
  align-self: start;
  padding: 13px;
  border: 1px solid #dce4ed;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 8px 25px rgba(28,53,91,.07);
}
.eco-analysis-dashboard > header {
  display: flex; justify-content: space-between; align-items: center;
  min-height: 42px; padding: 0 4px 9px;
}
.eco-analysis-dashboard > header strong { font-size: 14px; }
.eco-analysis-dashboard > header b { color: var(--analysis-color); font-size: 28px; }
.eco-analysis-dashboard-body {
  display: grid;
  grid-template-columns: 110px 1fr 1.1fr;
  gap: 16px;
  min-height: 165px;
  padding: 15px;
  border: 1px solid #e1e7ee;
  border-radius: 9px;
}
.eco-analysis-score-ring {
  width: 95px; height: 95px; display: grid; place-items: center; align-self: center;
  position: relative; border-radius: 50%;
  background: conic-gradient(var(--analysis-color) 0 72%, #e5eaf0 72%);
}
.eco-analysis-score-ring::after {
  content: ''; position: absolute; inset: 12px; border-radius: 50%; background: #fff;
}
.eco-analysis-score-ring strong,
.eco-analysis-score-ring span { position: relative; z-index: 1; }
.eco-analysis-score-ring strong { font-size: 24px; }
.eco-analysis-score-ring span { margin-top: -35px; font-size: 10px; }
.eco-analysis-bars { display: grid; align-content: center; gap: 11px; }
.eco-analysis-bars > div { display: grid; grid-template-columns: 95px 1fr; gap: 8px; align-items: center; font-size: 10px; }
.eco-analysis-bars i { height: 6px; overflow: hidden; border-radius: 8px; background: #e7ebf1; }
.eco-analysis-bars i b { display: block; height: 100%; border-radius: inherit; background: var(--analysis-color); }
.eco-analysis-chart {
  min-height: 120px; position: relative;
  background: repeating-linear-gradient(to bottom, transparent 0 23px, #edf0f4 24px);
}
.eco-analysis-chart span {
  width: 9px; height: 9px; position: absolute; z-index: 2;
  border-radius: 50%; background: var(--analysis-color);
}
.eco-analysis-chart span:nth-child(1) { left: 8%; bottom: 18%; }
.eco-analysis-chart span:nth-child(2) { left: 30%; bottom: 42%; }
.eco-analysis-chart span:nth-child(3) { left: 53%; bottom: 35%; }
.eco-analysis-chart span:nth-child(4) { left: 75%; bottom: 68%; }
.eco-analysis-chart span:nth-child(5) { right: 3%; bottom: 80%; }
.eco-analysis-chart i {
  position: absolute; left: 8%; right: 3%; bottom: 23%; height: 3px;
  background: linear-gradient(15deg, var(--analysis-color), var(--analysis-color));
  transform: rotate(-11deg); transform-origin: left center;
}
.eco-analysis-urgent {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 10px;
}
.eco-analysis-urgent span {
  min-height: 42px; display: flex; gap: 8px; align-items: center;
  padding: 8px; border: 1px solid #e3e8ef; border-radius: 8px;
  font-size: 10px; line-height: 1.35;
}
.eco-analysis-urgent b {
  width: 20px; height: 20px; display: grid; place-items: center; flex: 0 0 auto;
  border-radius: 50%; color: #fff; background: var(--analysis-color);
}
.eco-analysis-catalog { padding: 20px 18px 18px; border-top: 1px solid #e1e7ee; }
.eco-analysis-catalog h3 { margin: 0; font-size: 19px; }
.eco-analysis-catalog > p { margin: 5px 0 16px; color: #52628b; font-size: 12px; }
.eco-analysis-catalog > div {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 4px;
}
.eco-analysis-catalog article {
  min-height: 105px; display: grid; grid-template-columns: 40px 1fr; gap: 10px;
  padding: 13px; border: 1px solid #e0e6ee; border-radius: 9px;
}
.eco-analysis-catalog article > i {
  color: var(--analysis-color); font-size: 24px; font-style: normal;
}
.eco-analysis-catalog strong,
.eco-analysis-catalog span { display: block; }
.eco-analysis-catalog strong { font-size: 12px; }
.eco-analysis-catalog span { margin-top: 5px; color: #405078; font-size: 10px; line-height: 1.45; }
.eco-analysis-side { display: grid; grid-template-rows: auto 1fr; gap: 14px; }
.eco-analysis-side > section { padding: 20px; }
.eco-analysis-side h3 { margin: 0 0 14px; font-size: 17px; }
.eco-analysis-side [data-analysis-evaluate] { display: grid; gap: 3px; }
.eco-analysis-side article {
  min-height: 70px; display: grid; grid-template-columns: 46px 1fr; gap: 12px;
  align-items: start; padding: 10px 0; border-bottom: 1px solid #e2e7ed;
}
.eco-analysis-side article:last-child { border: 0; }
.eco-analysis-side article i {
  width: 42px; height: 42px; display: grid; place-items: center;
  border-radius: 50%; color: var(--analysis-color); background: var(--analysis-soft);
  font-size: 23px; font-style: normal;
}
.eco-analysis-side article strong,
.eco-analysis-side article span { display: block; }
.eco-analysis-side article strong { font-size: 12px; line-height: 1.35; }
.eco-analysis-side article span { margin-top: 4px; color: #405078; font-size: 10px; line-height: 1.45; }
.eco-analysis-side ul { margin: 0; padding-left: 18px; color: var(--analysis-color); }
.eco-analysis-side li { margin-bottom: 12px; padding-left: 5px; font-size: 11px; line-height: 1.5; }
.eco-analysis-side li::marker { color: var(--analysis-color); }
.eco-analysis-footer {
  min-height: 76px; display: grid; grid-template-columns: 70px 1fr 290px;
  gap: 18px; align-items: center; margin-top: 12px; padding: 12px 24px;
  border: 1px solid color-mix(in srgb, var(--analysis-color) 23%, transparent);
  border-radius: 12px; background: linear-gradient(90deg, var(--analysis-soft), #fff);
}
.eco-analysis-footer > i {
  width: 54px; height: 54px; display: grid; place-items: center;
  border-radius: 50%; color: #fff; background: var(--analysis-color);
}
.eco-analysis-footer strong,
.eco-analysis-footer span { display: block; }
.eco-analysis-footer strong { font-size: 16px; }
.eco-analysis-footer span { margin-top: 4px; color: #405078; font-size: 12px; }
.eco-analysis-footer a { min-height: 48px; }

/* Premium executive analysis dashboard */
.eco-analysis-dashboard {
  padding: 18px;
  border-color: color-mix(in srgb, var(--analysis-color) 18%, #dce4ed);
  background:
    radial-gradient(360px 180px at 100% 0%, color-mix(in srgb, var(--analysis-color) 8%, transparent), transparent 72%),
    #fff;
  box-shadow: 0 18px 45px rgba(22,42,77,.09);
}
.eco-analysis-dashboard > header {
  min-height: 58px;
  padding: 0 2px 14px;
  border-bottom: 1px solid #e5eaf0;
}
.eco-analysis-dashboard > header > div:first-child small,
.eco-analysis-dashboard > header > div:first-child strong {
  display: block;
}
.eco-analysis-dashboard > header > div:first-child small {
  margin-bottom: 5px;
  color: var(--analysis-color);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
}
.eco-analysis-dashboard > header > div:first-child strong {
  color: #071236;
  font-size: 16px;
}
.eco-analysis-score-summary {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 2px 12px;
  text-align: right;
}
.eco-analysis-score-summary > span {
  padding: 6px 10px;
  border-radius: 20px;
  color: var(--analysis-color);
  background: var(--analysis-soft);
  font-size: 10px;
  font-weight: 800;
}
.eco-analysis-score-summary > b {
  color: var(--analysis-color);
  font-size: 30px;
}
.eco-analysis-score-summary > small {
  grid-column: 1 / -1;
  color: #69758e;
  font-size: 9px;
}
.eco-analysis-dashboard-body {
  grid-template-columns: 124px minmax(155px, .9fr) minmax(190px, 1.2fr);
  gap: 12px;
  min-height: 190px;
  padding: 14px 0;
  border: 0;
}
.eco-analysis-dashboard-body > section {
  min-width: 0;
  padding: 14px;
  border: 1px solid #e4e9f0;
  border-radius: 12px;
  background: rgba(255,255,255,.86);
}
.eco-analysis-dashboard-body > section > span,
.eco-analysis-trend-card > div > span {
  display: block;
  color: #52617c;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.eco-analysis-score-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.eco-analysis-score-ring {
  width: 108px;
  height: 108px;
  margin: 10px 0 8px;
  background:
    radial-gradient(circle at center, #fff 0 54%, transparent 55%),
    conic-gradient(var(--analysis-color) 0 72%, #e7ebf1 72%);
  box-shadow: 0 10px 24px color-mix(in srgb, var(--analysis-color) 12%, transparent);
}
.eco-analysis-score-ring::after { display: none; }
.eco-analysis-score-ring strong {
  margin-top: 25px;
  color: #071236;
  font-size: 29px;
}
.eco-analysis-score-ring small {
  position: relative;
  z-index: 1;
  margin-top: -30px;
  color: #52617c;
  font-size: 10px;
}
.eco-analysis-score-card > b {
  color: var(--analysis-color);
  font-size: 10px;
}
.eco-analysis-coverage-card { display: flex; flex-direction: column; }
.eco-analysis-bars {
  flex: 1;
  gap: 13px;
  margin-top: 16px;
}
.eco-analysis-bars > div {
  grid-template-columns: minmax(70px, 1fr) minmax(55px, .8fr) 32px;
  gap: 8px;
  font-size: 9px;
}
.eco-analysis-bars i { height: 7px; }
.eco-analysis-bars em {
  color: var(--analysis-color);
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
  text-align: right;
}
.eco-analysis-trend-card {
  display: flex;
  flex-direction: column;
}
.eco-analysis-trend-card > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.eco-analysis-trend-card > div b {
  color: var(--analysis-color);
  font-size: 13px;
}
.eco-analysis-trend-card svg {
  width: 100%;
  height: 115px;
  margin-top: 8px;
  overflow: visible;
}
.eco-analysis-trend-card svg .grid {
  fill: none;
  stroke: #e9edf2;
  stroke-width: 1;
}
.eco-analysis-trend-card svg polyline {
  fill: none;
  stroke: var(--analysis-color);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.eco-analysis-trend-card svg circle {
  fill: #fff;
  stroke: var(--analysis-color);
  stroke-width: 3;
}
.eco-analysis-trend-card footer {
  display: flex;
  justify-content: space-between;
  color: #7a8499;
  font-size: 8px;
}
.eco-analysis-priority-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding: 2px 2px 9px;
}
.eco-analysis-priority-head strong { color: #071236; font-size: 12px; }
.eco-analysis-priority-head span { color: #71809a; font-size: 9px; }
.eco-analysis-urgent {
  gap: 10px;
  margin-top: 0;
}
.eco-analysis-urgent article {
  min-height: 66px;
  display: grid;
  grid-template-columns: 30px 1fr 20px;
  gap: 9px;
  align-items: center;
  padding: 10px;
  border: 1px solid #e3e8ef;
  border-radius: 10px;
  background: linear-gradient(135deg, #fff, var(--analysis-soft));
}
.eco-analysis-urgent article > b {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: #fff;
  background: var(--analysis-color);
  font-size: 11px;
}
.eco-analysis-urgent article strong,
.eco-analysis-urgent article span { display: block; }
.eco-analysis-urgent article strong {
  color: #172344;
  font-size: 10px;
  line-height: 1.3;
}
.eco-analysis-urgent article span {
  margin-top: 4px;
  color: var(--analysis-color);
  font-size: 8px;
  font-weight: 700;
}
.eco-analysis-urgent article > i {
  color: var(--analysis-color);
  font-size: 18px;
  font-style: normal;
}

/* Readable type scale with a slightly denser layout. */
.eco-analysis-copy p {
  font-size: 16px;
  line-height: 1.58;
}
.eco-analysis-copy a,
.eco-analysis-footer a {
  font-size: 14px;
}
.eco-analysis-dashboard > header > div:first-child small {
  font-size: 10px;
}
.eco-analysis-dashboard > header > div:first-child strong {
  font-size: 17px;
}
.eco-analysis-score-summary > span,
.eco-analysis-score-card > b {
  font-size: 11px;
}
.eco-analysis-score-summary > small {
  font-size: 10px;
}
.eco-analysis-dashboard-body > section {
  padding: 12px;
}
.eco-analysis-dashboard-body > section > span,
.eco-analysis-trend-card > div > span {
  font-size: 10px;
}
.eco-analysis-bars {
  gap: 11px;
  margin-top: 13px;
}
.eco-analysis-bars > div {
  font-size: 10.5px;
}
.eco-analysis-bars em {
  font-size: 10px;
}
.eco-analysis-trend-card footer {
  font-size: 9px;
}
.eco-analysis-priority-head strong {
  font-size: 13px;
}
.eco-analysis-priority-head span {
  font-size: 10px;
}
.eco-analysis-urgent article {
  min-height: 62px;
  padding: 9px;
}
.eco-analysis-urgent article strong {
  font-size: 11.5px;
}
.eco-analysis-urgent article span {
  font-size: 9.5px;
}
.eco-analysis-catalog {
  padding: 18px 16px 16px;
}
.eco-analysis-catalog h3 {
  font-size: 21px;
}
.eco-analysis-catalog > p {
  margin-bottom: 14px;
  font-size: 13px;
}
.eco-analysis-catalog article {
  min-height: 96px;
  grid-template-columns: 36px 1fr;
  gap: 9px;
  padding: 11px;
}
.eco-analysis-catalog article > i {
  font-size: 22px;
}
.eco-analysis-catalog strong {
  font-size: 14px;
  line-height: 1.3;
}
.eco-analysis-catalog span {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.4;
}
.eco-analysis-side > section {
  padding: 18px;
}
.eco-analysis-side h3 {
  margin-bottom: 11px;
  font-size: 19px;
  line-height: 1.15;
}
.eco-analysis-side article {
  min-height: 64px;
  grid-template-columns: 42px 1fr;
  gap: 10px;
  padding: 8px 0;
}
.eco-analysis-side article i {
  width: 38px;
  height: 38px;
  font-size: 21px;
}
.eco-analysis-side article strong {
  font-size: 13px;
  line-height: 1.35;
}
.eco-analysis-side article span {
  font-size: 11.5px;
  line-height: 1.4;
}
.eco-analysis-side li {
  margin-bottom: 10px;
  font-size: 12.5px;
  line-height: 1.45;
}
.eco-analysis-footer {
  min-height: 72px;
  padding-block: 10px;
}
.eco-analysis-footer strong {
  font-size: 17px;
}
.eco-analysis-footer span {
  font-size: 13px;
}

@media (max-width: 1180px) {
  .eco-analysis-modal-layout { grid-template-columns: 1fr; }
  .eco-analysis-side { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
}
@media (max-width: 820px) {
  .eco-analysis-modal { padding: 18px 12px 12px; }
  .eco-analysis-hero { grid-template-columns: 1fr; padding: 20px; }
  .eco-analysis-dashboard-body { grid-template-columns: 120px 1fr; }
  .eco-analysis-trend-card { grid-column: 1 / -1; }
  .eco-analysis-catalog > div { grid-template-columns: repeat(2, 1fr); }
  .eco-analysis-side { grid-template-columns: 1fr; }
  .eco-analysis-footer { grid-template-columns: 56px 1fr; }
  .eco-analysis-footer a { grid-column: 1 / -1; }
}
@media (max-width: 520px) {
  .eco-analysis-dashboard-body { grid-template-columns: 1fr; }
  .eco-analysis-score-ring { margin: auto; }
  .eco-analysis-urgent { grid-template-columns: 1fr; }
  .eco-analysis-trend-card { grid-column: auto; }
  .eco-analysis-catalog > div { grid-template-columns: 1fr; }
}

@media (max-width: 1280px) {
  .ecosystem-hero-grid,
  .eco-tool-head {
    grid-template-columns: 1fr;
  }
  .ecosystem-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ecosystem-card-forge,
  .ecosystem-card-insight {
    grid-column: span 1;
  }
  .eco-pack-grid,
  .eco-insight-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .ecosystem-hero-wrap,
  .eco-tool-wrap {
    width: calc(100vw - 28px);
  }
  .ecosystem-hero-copy h1,
  .ecosystem-hero-copy h2,
  .eco-tool-copy h2 {
    font-size: clamp(34px, 10vw, 48px);
  }
  .ecosystem-hero-copy p,
  .eco-tool-copy p {
    font-size: 16px;
    line-height: 1.5;
    max-width: 100%;
    overflow-wrap: break-word;
  }
  .ecosystem-card-grid,
  .eco-topic-row,
  .eco-analysis-grid,
  .eco-pack-grid,
  .eco-insight-grid,
  .eco-forge-grid,
  .eco-modal-grid {
    grid-template-columns: 1fr;
  }
  .ecosystem-card,
  .ecosystem-card-wide {
    min-height: 0;
    display: flex;
  }
  .ecosystem-diagnostic-card {
    grid-template-columns: 70px minmax(0, 1fr);
    padding: 18px;
  }
  .ecosystem-diagnostic-card img {
    width: 64px;
    height: 64px;
  }
  .eco-tool-wrap {
    padding: 20px;
  }
  .eco-tool-actions a {
    width: 100%;
    min-width: 0;
  }
  .eco-side-list {
    position: static;
    margin-top: 18px;
  }
  .eco-check-list {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   PEOPLE SCREEN · premium compacta
   ============================================================ */

.audience-page .people-screen {
  position: relative;
  overflow: hidden;
  padding-top: 24px;
  padding-bottom: 34px;
  background:
    radial-gradient(720px 380px at 78% 6%, rgba(7,88,255,.08), transparent 72%),
    radial-gradient(520px 280px at 14% 72%, rgba(20,184,166,.06), transparent 72%),
    linear-gradient(180deg, #f7faff 0%, #eef5fb 100%);
}

.audience-page .people-screen .page-wrap {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

/* breadcrumb */
.audience-page .people-eyebrow {
  margin-bottom: 16px;
  color: #009aa8;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .02em;
}

.audience-page .people-eyebrow::before {
  background: #009aa8;
}

.audience-page .people-eyebrow a,
.audience-page .people-eyebrow span {
  color: #009aa8;
}

/* hero */
.audience-page .people-hero {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(420px, .9fr);
  align-items: center;
  gap: 18px;
  margin-bottom: 16px;
}

.audience-page .people-copy {
  max-width: 760px;
  position: relative;
  z-index: 2;
}

.audience-page .people-copy h2 {
  margin: 0 0 12px;
  color: #071236;
  font-size: clamp(42px, 3.6vw, 68px);
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.audience-page .people-copy .page-lede {
  margin: 0;
  max-width: 640px;
  color: #42527c;
  font-size: 17px;
  line-height: 1.42;
}

/* arte da equipe */
.audience-page .team-art {
  position: relative;
  width: 100%;
  height: 240px;
  min-height: 0;
  margin: 0;
  opacity: .92;
  transform: translateY(-8px) scale(.96);
}

/* kicker */
.audience-page .people-kicker {
  margin: 2px 0 14px;
  color: #071236;
  font-size: clamp(22px, 1.55vw, 30px);
  line-height: 1.08;
  letter-spacing: -0.02em;
}

/* grid dos papéis */
.audience-page .people-role-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

/* cards */
.audience-page .role-card {
  position: relative;
  overflow: hidden;
  min-height: 230px;
  padding: 22px 20px 18px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,.94), rgba(255,255,255,.80));
  border: 1px solid rgba(120,145,180,.18);
  box-shadow:
    0 14px 34px rgba(22,43,79,.06),
    inset 0 1px 0 rgba(255,255,255,.92);
  transition: transform .2s ease, box-shadow .2s ease;
}

.audience-page .role-card:hover {
  transform: translateY(-2px);
  box-shadow:
    0 20px 42px rgba(22,43,79,.09),
    inset 0 1px 0 rgba(255,255,255,.96);
}

.audience-page .role-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: var(--role-color);
}

/* cores */
.audience-page .role-card.teal {
  --role-color: #14b8a6;
  --role-soft: rgba(20,184,166,.08);
  --role-border: rgba(20,184,166,.30);
}

.audience-page .role-card.blue {
  --role-color: #4f84ff;
  --role-soft: rgba(79,132,255,.08);
  --role-border: rgba(79,132,255,.30);
}

.audience-page .role-card.cyan {
  --role-color: #10b8da;
  --role-soft: rgba(16,184,218,.08);
  --role-border: rgba(16,184,218,.30);
}

.audience-page .role-card.violet {
  --role-color: #b06cff;
  --role-soft: rgba(176,108,255,.08);
  --role-border: rgba(176,108,255,.30);
}

/* ícones melhores */
.audience-page .role-ico {
  width: 74px;
  height: 74px;
  margin: 0 auto 14px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--role-color);
  background:
    radial-gradient(circle at 50% 35%, rgba(255,255,255,.95), rgba(255,255,255,.76) 55%, rgba(245,249,255,.88) 100%);
  border: 1px solid var(--role-border);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.96),
    0 10px 24px rgba(22,43,79,.06);
}

.audience-page .role-ico svg {
  width: 32px;
  height: 32px;
  stroke-width: 2.2;
}

/* títulos e descrições */
.audience-page .role-card h3 {
  margin: 0 0 8px;
  color: #071236;
  text-align: center;
  font-size: 16px;
  line-height: 1.18;
  letter-spacing: -0.015em;
}

.audience-page .role-card p {
  min-height: 38px;
  margin: 0 auto 14px;
  max-width: 260px;
  color: var(--role-color);
  text-align: center;
  font-size: 13px;
  line-height: 1.34;
}

/* lista */
.audience-page .role-card ul {
  list-style: none;
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
}

.audience-page .role-card li {
  min-height: 32px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(120,145,180,.20);
  background: rgba(255,255,255,.72);
  color: #34456f;
  font-size: 13px;
  line-height: 1.2;
}

.audience-page .role-card li::before {
  content: "✓";
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--role-soft);
  border: 1px solid var(--role-border);
  color: var(--role-color);
  font-size: 11px;
  font-weight: 800;
}

/* cabeçalho da timeline */
.audience-page .level-head {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(12,87,255,.12);
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 18px;
}

.audience-page .level-head h3 {
  margin: 0;
  color: #071236;
  font-size: clamp(24px, 1.75vw, 32px);
  line-height: 1.08;
}

.audience-page .level-head p {
  margin: 0;
  color: #647398;
  font-size: 15px;
  text-align: right;
}

/* timeline */
.audience-page .people-level-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 16px;
  padding-right: 28px;
}

.audience-page .people-level-track::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 24px;
  top: 35px;
  height: 2px;
  background: linear-gradient(90deg, #0758ff, #08c4ce, #9b5cff);
  opacity: .75;
  z-index: 0;
}

.audience-page .people-level-track::after {
  content: "";
  position: absolute;
  top: 35px;
  right: 8px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #9b5cff;
  box-shadow: 0 0 0 4px rgba(155,92,255,.10);
  transform: translateY(-50%);
  z-index: 1;
}

.audience-page .people-level-track article {
  position: relative;
  z-index: 1;
  min-height: 130px;
  padding: 0 14px 12px;
  text-align: center;
}

.audience-page .level-dot {
  width: 70px;
  height: 70px;
  margin: 0 auto 12px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #0758ff;
  background:
    radial-gradient(circle at 50% 30%, rgba(255,255,255,.95), rgba(245,249,255,.90) 100%);
  border: 1px solid rgba(12,87,255,.24);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.96),
    0 10px 24px rgba(22,43,79,.06);
}

.audience-page .level-dot svg {
  width: 30px;
  height: 30px;
  stroke-width: 2.2;
}

.audience-page .people-level-track article:nth-child(2) .level-dot {
  color: #3a7dff;
}

.audience-page .people-level-track article:nth-child(3) .level-dot {
  color: #08a8c8;
}

.audience-page .people-level-track article:nth-child(4) .level-dot {
  color: #9b5cff;
}

.audience-page .people-level-track strong {
  display: block;
  color: #071236;
  font-size: 13px;
  line-height: 1.24;
  letter-spacing: .01em;
}

.audience-page .people-level-track p {
  max-width: 235px;
  margin: 7px auto 0;
  color: #52628b;
  font-size: 13px;
  line-height: 1.32;
}

.audience-page .people-level-track .level-arrow {
  display: none !important;
}

/* responsivo */
@media (max-width: 1180px) {
  .audience-page .people-hero {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .audience-page .team-art {
    height: 220px;
    transform: none;
  }

  .audience-page .people-role-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .audience-page .level-head {
    grid-template-columns: 1fr;
  }

  .audience-page .level-head p {
    text-align: left;
  }
}

@media (max-width: 720px) {
  .audience-page .people-copy h2 {
    font-size: clamp(34px, 10vw, 46px);
  }

  .audience-page .people-role-grid,
  .audience-page .people-level-track {
    grid-template-columns: 1fr;
  }

  .audience-page .people-level-track::before,
  .audience-page .people-level-track::after {
    display: none;
  }

  .audience-page .role-card {
    min-height: 0;
  }
}

/* Repeated screen typography standard. Keep main titles and helper text consistent across pages. */
.hero-copy > h1,
.ecosystem-hero-copy > h1,
.ecosystem-hero-copy > h2,
.start-copy > h2,
.s-pqe .head > h2,
.s-pla .head-row > div:first-child > h2,
.s-qna .grid > div:first-child > h2,
.s-cta .grid > div:first-child > h2,
.page-flow .audience-entry h1,
.audience-page .locate-copy > h2,
.audience-page .people-hero h2,
.stage-measure-screen h2,
.stage-copy h2,
.profile-start-copy h2,
.export-copy h2,
.route-stage-copy h2,
.profile-route-copy h2,
.route-modal-measure-copy h2,
.copilot-top-copy h1,
.platform-copy h1,
.eco-tool-copy h2 {
  font-size: var(--screen-title) !important;
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: 0;
}

.hero-copy > .lede,
.ecosystem-hero-copy > p,
.start-copy > .lede,
.s-pqe .body-text > p,
.s-pla .lede,
.s-qna .body-text > p,
.s-cta .body-text > p,
.audience-entry .page-lede,
.audience-page .locate-copy > .page-lede,
.audience-page .people-hero .page-lede,
.stage-measure-copy > p,
.stage-copy > p,
.profile-start-copy > p,
.export-copy > p,
.route-stage-copy > p,
.profile-route-copy > p,
.route-modal-measure-copy > p,
.copilot-top-copy > p,
.platform-copy > p,
.eco-tool-copy > p {
  font-size: var(--screen-lede) !important;
  line-height: 1.48;
  color: #39466d;
}

@media (max-width: 760px) {
  .hero-copy > h1,
  .ecosystem-hero-copy > h1,
  .ecosystem-hero-copy > h2,
  .start-copy > h2,
  .s-pqe .head > h2,
  .s-pla .head-row > div:first-child > h2,
  .s-qna .grid > div:first-child > h2,
  .s-cta .grid > div:first-child > h2,
  .page-flow .audience-entry h1,
  .audience-page .locate-copy > h2,
  .audience-page .people-hero h2,
  .stage-measure-screen h2,
  .stage-copy h2,
  .profile-start-copy h2,
  .export-copy h2,
  .route-stage-copy h2,
  .profile-route-copy h2,
  .route-modal-measure-copy h2,
  .copilot-top-copy h1,
  .platform-copy h1,
  .eco-tool-copy h2 {
    font-size: var(--screen-title-mobile) !important;
    line-height: 1.06;
  }

  .hero-copy > .lede,
  .ecosystem-hero-copy > p,
  .start-copy > .lede,
  .s-pqe .body-text > p,
  .s-pla .lede,
  .s-qna .body-text > p,
  .s-cta .body-text > p,
  .audience-entry .page-lede,
  .audience-page .locate-copy > .page-lede,
  .audience-page .people-hero .page-lede,
  .stage-measure-copy > p,
  .stage-copy > p,
  .profile-start-copy > p,
  .export-copy > p,
  .route-stage-copy > p,
  .profile-route-copy > p,
  .route-modal-measure-copy > p,
  .copilot-top-copy > p,
  .platform-copy > p,
  .eco-tool-copy > p {
    font-size: var(--screen-lede-mobile) !important;
    line-height: 1.5;
  }
}
/* ============================================================
   ECOSYSTEM PRODUCT SCREENS · reference layouts
   ============================================================ */
.ecosystem-page .eco-tool-screen {
  min-height: calc(100vh - var(--nav-h));
  padding: clamp(24px, 3.2vh, 40px) 0;
  background:
    radial-gradient(900px 520px at 78% 24%, rgba(10,103,255,.045), transparent 72%),
    linear-gradient(180deg, #fff 0%, #f9fbff 100%);
}
.ecosystem-page .eco-tool-wrap {
  width: min(1540px, calc(100vw - 56px));
  padding: clamp(20px, 2vw, 34px);
}
.ecosystem-page .eco-tool-head {
  grid-template-columns: minmax(390px, .78fr) minmax(580px, 1.22fr);
  gap: clamp(22px, 3vw, 54px);
  align-items: center;
}
.ecosystem-page .eco-tool-copy > span {
  font-size: clamp(14px, 1vw, 18px);
  letter-spacing: -.01em;
}
.ecosystem-page .eco-tool-copy h2 {
  max-width: 650px;
  margin: 14px 0 16px;
  font-size: clamp(42px, 3.8vw, 64px) !important;
  line-height: 1.05;
}
.ecosystem-page .eco-tool-copy h3 {
  margin: -2px 0 12px;
  color: var(--tool-color);
  font-size: clamp(20px, 1.6vw, 28px);
}
.ecosystem-page .eco-tool-copy > p {
  max-width: 610px;
  margin: 0;
  font-size: clamp(15px, 1vw, 18px) !important;
  line-height: 1.58;
}
.ecosystem-page .eco-tool-copy > p + p { margin-top: 14px; }
.ecosystem-page .eco-tool-note {
  color: #071236 !important;
  font-weight: 700;
}
.ecosystem-page .eco-tool-actions { margin-top: 22px; }
.ecosystem-page .eco-tool-actions a {
  min-height: 50px;
  min-width: 195px;
  padding: 0 22px;
  font-size: 15px;
}
.eco-hero-art {
  position: relative;
  min-width: 0;
}
.eco-hero-art > img {
  display: block;
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
}
.eco-tool-copilot .eco-hero-art > img { mix-blend-mode: normal; }
.eco-tool-analises .eco-hero-art {
  aspect-ratio: 1.72;
  overflow: hidden;
}
.eco-tool-analises .eco-hero-art > img {
  transform: translateY(-3%);
}
.eco-tool-platform .eco-hero-art {
  aspect-ratio: 1.58;
  overflow: hidden;
}
.eco-tool-platform .eco-hero-art > img {
  transform: translateY(-2%);
}
.eco-tool-insight .eco-hero-art {
  aspect-ratio: 1.55;
  overflow: hidden;
}
.eco-tool-insight .eco-hero-art > img {
  transform: translateY(-2%);
}
.eco-tool-forge .eco-forge-art {
  width: 78%;
  margin: 0 auto;
}
.eco-section-heading { margin-top: 12px; }
.eco-section-heading h3,
.eco-tool-wrap > .eco-section-heading h3 {
  margin: 0;
  color: #071236;
  font-size: clamp(19px, 1.35vw, 25px);
}
.eco-section-heading p {
  margin: 4px 0 0;
  color: #405078;
  font-size: 14px;
}
.eco-icon-cards { margin-top: 16px; }
.eco-icon-cards button {
  min-height: 84px;
  display: grid;
  grid-template-columns: 54px 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 14px 20px;
  border-color: var(--card-color);
  color: #071236;
}
.eco-icon-cards button i {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: color-mix(in srgb, var(--card-color) 10%, #fff);
  color: var(--card-color);
  font-size: 25px;
  font-style: normal;
}
.eco-icon-cards button i svg,
.eco-analysis-card .eco-card-title i svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.eco-icon-cards button span { color: var(--card-color); }
.eco-icon-cards button span strong,
.eco-icon-cards button span small {
  display: block;
}
.eco-icon-cards button span strong {
  color: var(--card-color);
  font-size: 15px;
  line-height: 1.3;
}
.eco-icon-cards button span small {
  margin-top: 4px;
  color: #52628b;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.35;
}
.eco-icon-cards button b {
  color: var(--card-color);
  font-size: 30px;
}
.eco-topic-green { --card-color: #009b73; }
.eco-topic-orange { --card-color: #ef8100; }
.eco-topic-blue { --card-color: #0758ff; }
.eco-topic-purple { --card-color: #7a2cff; }
.eco-centered-cta {
  min-height: 50px;
  width: min(340px, 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 22px auto 0;
  border: 1px solid var(--tool-color);
  border-radius: 8px;
  color: var(--tool-color);
  font-weight: 800;
  text-decoration: none;
}
.eco-copilot-art .eco-art-label {
  position: absolute;
  z-index: 2;
  display: block;
  font-family: Manrope, sans-serif;
}
.eco-art-chat-question {
  left: 15.1%;
  top: 49.2%;
  width: 30.5%;
  padding: 1.2% 1.5%;
  color: #fff;
  background: linear-gradient(100deg, #4667ff, #5422ee);
  font-size: clamp(10px, .88vw, 15px);
  line-height: 1.4;
}
.eco-art-chat-answer {
  left: 15.4%;
  top: 65%;
  width: 31%;
  min-height: 14%;
  padding: 1.1% 1.6%;
  color: #071236;
  background: #fff;
  font-size: clamp(9px, .76vw, 13px);
  line-height: 1.45;
}
.eco-art-side {
  left: 75.2%;
  width: 20.5%;
  min-height: 13.7%;
  padding: 2.2% 1.2% 1% 7.8%;
  color: #071236;
  background: #fff;
  font-size: clamp(9px, .78vw, 13px);
}
.eco-art-side b,
.eco-art-side small { display: block; }
.eco-art-side small {
  margin-top: 4px;
  color: #405078;
  font-size: clamp(7px, .56vw, 10px);
  line-height: 1.45;
}
.eco-art-metrics { top: 12.1%; }
.eco-art-evidence { top: 33.2%; }
.eco-art-risks { top: 54.2%; }
.eco-art-next { top: 75.2%; }
.eco-analysis-grid {
  gap: 16px;
  margin-top: 14px;
}
.eco-analysis-card {
  min-height: 245px;
  align-content: start;
  gap: 9px;
  padding: 18px;
  border-color: #e1e7f1;
  background: #fff;
  box-shadow: 0 9px 24px rgba(21,42,86,.035);
}
.eco-analysis-card .eco-card-title {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 12px;
  align-items: center;
}
.eco-analysis-card .eco-card-title i {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--card-color);
  background: color-mix(in srgb, var(--card-color) 10%, white);
  font-size: 24px;
  font-style: normal;
}
.eco-analysis-card .eco-card-title strong,
.eco-analysis-card .eco-card-title small { display: block; }
.eco-analysis-card .eco-card-title strong {
  color: #071236;
  font-size: 16px;
  line-height: 1.25;
}
.eco-analysis-card .eco-card-title small {
  margin-top: 4px;
  color: #405078;
  font-size: 13px;
  font-weight: 500;
}
.eco-analysis-card > b {
  margin-top: 4px;
  color: var(--card-color);
  font-size: 15px;
}
.eco-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.eco-card-tags em {
  padding: 6px 8px;
  border-radius: 5px;
  color: color-mix(in srgb, var(--card-color) 82%, #071236);
  background: color-mix(in srgb, var(--card-color) 8%, #fff);
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
}
.eco-analysis-card .eco-card-more {
  color: #405078;
  font-size: 11px;
  font-weight: 500;
}
.eco-analysis-card .eco-card-link {
  align-self: end;
  margin-top: auto;
  color: var(--card-color);
  font-size: 13px;
  text-align: center;
}
.eco-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}
.eco-benefit-grid article {
  min-height: 104px;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 14px;
  align-items: center;
  padding: 16px;
  border: 1px solid #e1e7f1;
  border-radius: 8px;
  background: #fff;
}
.eco-benefit-grid i {
  color: var(--tool-color);
  font-size: 34px;
  font-style: normal;
  text-align: center;
}
.eco-benefit-grid strong,
.eco-benefit-grid span { display: block; }
.eco-benefit-grid strong {
  color: #071236;
  font-size: 14px;
}
.eco-benefit-grid span {
  margin-top: 4px;
  color: #405078;
  font-size: 12px;
  line-height: 1.45;
}
.eco-bottom-callout {
  min-height: 76px;
  display: grid;
  grid-template-columns: 60px 1fr auto;
  gap: 18px;
  align-items: center;
  margin-top: 20px;
  padding: 14px 20px;
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(0,155,115,.08), rgba(0,155,115,.025));
}
.eco-bottom-callout > i {
  color: var(--tool-color);
  font-size: 44px;
  font-style: normal;
}
.eco-bottom-callout strong,
.eco-bottom-callout span { display: block; }
.eco-bottom-callout strong { color: #071236; }
.eco-bottom-callout span {
  margin-top: 3px;
  color: #405078;
  font-size: 13px;
}
.eco-bottom-callout a {
  min-height: 46px;
  display: flex;
  align-items: center;
  padding: 0 24px;
  border: 1px solid var(--tool-color);
  border-radius: 7px;
  color: var(--tool-color);
  font-weight: 700;
  text-decoration: none;
}
.eco-core-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 18px;
  margin-top: 12px;
}
.eco-core-grid article {
  padding: 16px 18px;
  border: 1px solid var(--core-color);
  border-radius: 8px;
  background: color-mix(in srgb, var(--core-color) 2%, white);
}
.eco-core-governance { --core-color: #6b28ff; }
.eco-core-operation { --core-color: #00a345; }
.eco-core-grid h4 {
  margin: 0 0 12px;
  color: var(--core-color);
  font-size: 18px;
}
.eco-core-grid h4 i {
  margin-right: 8px;
  font-style: normal;
}
.eco-core-grid article > div {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}
.eco-core-operation > div {
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}
.eco-core-grid article span {
  min-height: 105px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 10px 7px;
  border: 1px solid #e5eaf3;
  border-radius: 8px;
  background: #fff;
  color: #071236;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}
.eco-core-grid article span b {
  min-height: 28px;
  color: var(--core-color);
  font-size: 23px;
}
.eco-pack-heading {
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.eco-pack-grid {
  gap: 14px;
  margin-top: 12px;
}
.eco-pack-grid button {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 10px;
  border-color: #dfe6f2;
  font-size: 12px;
}
.eco-pack-grid button i {
  color: var(--tool-color);
  font-size: 22px;
  font-style: normal;
}

/* Platform module palette mirrors the product navigation. */
.eco-tool-platform .eco-core-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}
.eco-tool-platform .eco-core-card {
  --core-color: #64748b;
  position: relative;
  min-width: 0;
  min-height: 92px;
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 14px 18px 14px 21px;
  overflow: hidden;
  border: 1px solid #dfe5ef;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(20,38,76,.035);
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.eco-tool-platform .eco-core-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: var(--core-color);
}
.eco-tool-platform .eco-core-card-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: var(--core-color);
  background: color-mix(in srgb, var(--core-color) 13%, #fff);
  font-size: 23px;
  font-style: normal;
  font-weight: 800;
}
.eco-tool-platform .eco-core-card-icon sub {
  font-size: .55em;
}
.eco-tool-platform .eco-co2-icon {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 1px;
  white-space: nowrap;
  line-height: 1;
}
.eco-tool-platform .eco-co2-icon sub {
  position: static;
  font-size: .55em;
  line-height: 1;
  vertical-align: baseline;
  transform: translateY(.35em);
}
.eco-tool-platform .eco-core-card > div {
  display: block;
}
.eco-tool-platform .eco-core-card h4 {
  margin: 0;
  color: #071236;
  font-size: 15px;
  line-height: 1.2;
}
.eco-tool-platform .eco-core-card p {
  margin: 5px 0 0;
  color: #607092;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
}
.eco-tool-platform .eco-core-card > span {
  display: none;
}
.eco-tool-platform .eco-core-card::after {
  display: none;
}
.eco-tool-platform .eco-core-card:hover,
.eco-tool-platform .eco-core-card:focus-visible,
.eco-tool-platform .eco-pack-grid button:hover,
.eco-tool-platform .eco-pack-grid button:focus-visible {
  border-color: color-mix(in srgb, var(--core-color, var(--pack-color)) 44%, #dfe5ef);
  box-shadow: 0 12px 28px color-mix(in srgb, var(--core-color, var(--pack-color)) 12%, transparent);
  transform: translateY(-2px);
  outline: none;
}
.eco-tool-platform .eco-core-governance { --core-color: #8b3dff; }
.eco-tool-platform .eco-core-structure { --core-color: #5b5ce2; }
.eco-tool-platform .eco-core-operation { --core-color: #10a957; }
.eco-tool-platform .eco-core-ghg { --core-color: #64748b; }
.eco-tool-platform .eco-core-kpi { --core-color: #0758ff; }
.eco-tool-platform .eco-core-risk { --core-color: #ff4f0a; }
.eco-tool-platform .eco-core-goals { --core-color: #009b73; }

.eco-tool-platform .eco-pack-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}
.eco-tool-platform .eco-pack-grid button {
  --pack-color: #0758ff;
  position: relative;
  justify-content: flex-start;
  min-height: 92px;
  gap: 14px;
  padding: 14px 18px 14px 21px;
  overflow: hidden;
  border-color: #dfe5ef;
  border-radius: 10px;
  color: #071236;
  background: #fff;
  text-align: left;
  cursor: pointer;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.eco-tool-platform .eco-pack-grid button::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: var(--pack-color);
}
.eco-tool-platform .eco-pack-grid button i {
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: var(--pack-color);
  background: color-mix(in srgb, var(--pack-color) 12%, #fff);
  font-size: 23px;
  font-weight: 800;
}
.eco-tool-platform .eco-pack-grid button span,
.eco-tool-platform .eco-pack-grid button strong,
.eco-tool-platform .eco-pack-grid button small {
  display: block;
}
.eco-tool-platform .eco-pack-grid button strong {
  color: #071236;
  font-size: 15px;
  line-height: 1.2;
}
.eco-tool-platform .eco-pack-grid button small {
  margin-top: 5px;
  color: #607092;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
}
.eco-tool-platform .eco-pack-climate { --pack-color: #19a6c5 !important; }
.eco-tool-platform .eco-pack-nature { --pack-color: #269b59 !important; }
.eco-tool-platform .eco-pack-compliance { --pack-color: #13a89e !important; }
.eco-tool-platform .eco-pack-supplier { --pack-color: #f4772b !important; }
.eco-tool-platform .eco-pack-investor { --pack-color: #8b3dff !important; }
.eco-tool-platform .eco-pack-eu { --pack-color: #3e6cf4 !important; }
.eco-tool-platform .eco-pack-carbon { --pack-color: #d99a0b !important; }

@media (max-width: 1280px) {
  .eco-tool-platform .eco-core-grid,
  .eco-tool-platform .eco-pack-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
  .eco-tool-platform .eco-core-grid,
  .eco-tool-platform .eco-pack-grid { grid-template-columns: 1fr; }
}
.eco-tool-forge .eco-tool-copy h2 { max-width: 610px; }
.eco-audience-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.eco-audience-pills span {
  min-width: 115px;
  padding: 10px 14px;
  border: 1px solid rgba(255,90,18,.22);
  border-radius: 8px;
  color: #071236;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}
.eco-forge-art .eco-forge-label {
  position: absolute;
  z-index: 2;
  display: block;
  padding: 3px 5px;
  color: #071236;
  background: rgba(255,255,255,.98);
  font-size: clamp(8px, .72vw, 12px);
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}
.eco-forge-api { left: 10%; top: 24%; }
.eco-forge-governance { left: 42%; top: 17.8%; }
.eco-forge-data { right: 9%; top: 25%; }
.eco-forge-users { left: 3%; top: 57%; }
.eco-forge-workflow { right: 2%; top: 58%; }
.eco-forge-modules { left: 43%; top: 84%; }
.eco-forge-grid {
  min-height: 0;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
  padding: 0;
  border: 0;
  background: transparent;
}
.eco-forge-grid article {
  min-height: 205px;
  display: flex;
  flex-direction: column;
  padding: 20px;
  border: 1px solid rgba(255,90,18,.22);
  border-radius: 14px;
  background:
    radial-gradient(circle at 100% 0, rgba(255,90,18,.11), transparent 42%),
    linear-gradient(145deg, #fff 30%, #fff7f2 100%);
  box-shadow: 0 10px 26px rgba(255,90,18,.07);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.eco-forge-grid article i {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: var(--tool-color);
  background: rgba(255,90,18,.11);
  font-size: 24px;
  font-style: normal;
}
.eco-forge-grid article strong {
  margin-top: 14px;
  color: #071236;
  font-size: 17px;
  line-height: 1.22;
}
.eco-forge-grid article span {
  min-height: 0;
  margin-top: 10px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #405078;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.45;
}
.eco-forge-grid article b {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  margin-top: auto;
  margin-left: auto;
  border-radius: 50%;
  color: #fff;
  background: var(--tool-color);
  box-shadow: 0 7px 16px rgba(255,90,18,.22);
  text-align: center;
}
.eco-forge-grid article:not(:has(b)) {
  justify-content: flex-start;
}
.eco-forge-grid article:hover {
  border-color: rgba(255,90,18,.46);
  box-shadow: 0 16px 34px rgba(255,90,18,.13);
  transform: translateY(-3px);
}
.eco-forge-callout {
  min-height: 96px;
  display: grid;
  grid-template-columns: 1.65fr 1.05fr repeat(4, .82fr);
  gap: 20px;
  align-items: center;
  margin-top: 18px;
  padding: 20px 24px;
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(255,90,18,.07), rgba(255,90,18,.02));
}
.eco-forge-callout strong {
  color: var(--tool-color);
  font-size: 20px;
  line-height: 1.35;
}
.eco-forge-callout span {
  padding-left: 18px;
  border-left: 1px solid rgba(7,18,54,.12);
  color: #273659;
  font-size: 13px;
  line-height: 1.35;
}
.eco-coming { margin-top: 22px; }
.eco-insight-grid {
  gap: 16px;
  margin-top: 24px;
}
.eco-insight-grid article {
  min-height: 205px;
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-rows: auto auto 1fr;
  gap: 7px 12px;
  padding: 18px;
  border: 1px solid #dfe5f3;
  border-radius: 8px;
  background: #fff;
}
.eco-insight-grid article i {
  grid-row: 1 / 4;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--tool-color);
  background: rgba(51,40,255,.07);
  font-size: 23px;
  font-style: normal;
}
.eco-insight-grid article strong {
  color: #071236;
  font-size: 15px;
}
.eco-insight-grid article b {
  width: max-content;
  padding: 5px 9px;
  border-radius: 20px;
  color: var(--tool-color);
  background: rgba(51,40,255,.09);
  font-size: 10px;
}
.eco-insight-grid article span {
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #273659;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.55;
}
.eco-insight-callout {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
  padding: 16px 22px;
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(51,40,255,.08), rgba(51,40,255,.03));
  color: #071236;
}
.eco-insight-callout i {
  color: var(--tool-color);
  font-size: 32px;
  font-style: normal;
}
.eco-insight-callout strong { color: var(--tool-color); }
.eco-insight-callout span { font-size: 14px; }

/* Compact desktop composition: keep the next content block visible above the fold. */
@media (min-width: 981px) {
  .ecosystem-page .eco-tool-screen {
    padding: 14px 0 20px;
  }
  .ecosystem-page .eco-tool-wrap {
    padding: 14px 24px 20px;
  }
  .ecosystem-page .eco-tool-head {
    grid-template-columns: minmax(390px, .86fr) minmax(520px, 1.14fr);
    gap: clamp(18px, 2.2vw, 36px);
  }
  .ecosystem-page .eco-tool-copy h2 {
    margin: 8px 0 12px;
    font-size: clamp(40px, 3.25vw, 56px) !important;
  }
  .ecosystem-page .eco-tool-copy > p {
    line-height: 1.48;
  }
  .ecosystem-page .eco-tool-copy > p + p {
    margin-top: 10px;
  }
  .ecosystem-page .eco-tool-actions {
    margin-top: 16px;
  }
  .eco-tool-copilot .eco-hero-art {
    width: 92%;
    justify-self: end;
  }
  .eco-tool-analises .eco-hero-art,
  .eco-tool-platform .eco-hero-art,
  .eco-tool-insight .eco-hero-art {
    width: 90%;
    justify-self: end;
  }
  .eco-tool-forge .eco-forge-art {
    width: 62%;
    aspect-ratio: 1.12;
    overflow: hidden;
  }
  .eco-tool-forge .eco-forge-art > img {
    transform: translateY(-2%);
  }
  .eco-section-heading {
    margin-top: 4px;
  }
  .eco-icon-cards {
    margin-top: 10px;
  }
  .eco-icon-cards button {
    min-height: 72px;
    padding: 10px 16px;
  }
  .eco-centered-cta {
    min-height: 46px;
    margin-top: 14px;
  }
  .eco-analysis-grid {
    gap: 12px;
    margin-top: 10px;
  }
  .eco-analysis-card {
    min-height: 212px;
    padding: 15px;
  }
  .eco-benefit-grid {
    gap: 12px;
    margin-top: 14px;
  }
  .eco-benefit-grid article {
    min-height: 88px;
    padding: 12px 14px;
  }
  .eco-bottom-callout {
    min-height: 68px;
    margin-top: 14px;
    padding: 10px 18px;
  }
  .eco-core-grid {
    gap: 14px;
    margin-top: 8px;
  }
  .eco-core-grid article {
    padding: 12px 15px;
  }
  .eco-core-grid article span {
    min-height: 88px;
    gap: 6px;
    padding: 8px 6px;
  }
  .eco-pack-grid {
    gap: 10px;
    margin-top: 8px;
  }
  .eco-pack-grid button {
    min-height: 54px;
  }
  .eco-audience-pills {
    margin-top: 16px;
  }
  .eco-forge-grid {
    gap: 12px;
    margin-top: 6px;
  }
  .eco-forge-grid article {
    min-height: 172px;
    padding: 16px 17px;
  }
  .eco-forge-grid article strong {
    font-size: 16px;
    line-height: 1.25;
  }
  .eco-forge-grid article span {
    font-size: 12.5px;
    line-height: 1.42;
  }
  .eco-forge-callout {
    min-height: 86px;
    margin-top: 12px;
    padding: 16px 22px;
  }
  .eco-forge-callout strong {
    font-size: 19px;
    line-height: 1.28;
  }
  .eco-forge-callout span {
    font-size: 12.5px;
    line-height: 1.35;
  }
  .eco-insight-grid {
    gap: 12px;
    margin-top: 14px;
  }
  .eco-insight-grid article {
    min-height: 158px;
    padding: 14px;
  }
  .eco-insight-callout {
    min-height: 68px;
    margin-top: 14px;
    padding: 12px 18px;
  }
}

/* Insight launch state needs to read as a primary message, not a quiet note. */
.eco-tool-insight .eco-coming {
  position: relative;
  width: min(520px, 100%);
  margin-top: 16px;
  padding: 18px 22px 18px 76px;
  border: 2px solid rgba(51,40,255,.32);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(51,40,255,.14), rgba(122,44,255,.055));
  box-shadow: 0 14px 34px rgba(51,40,255,.1);
  font-size: 20px;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.eco-tool-insight .eco-coming::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, #3328ff, #7137ff);
  box-shadow: 0 0 0 8px rgba(51,40,255,.08);
  transform: translateY(-50%);
}
.eco-tool-insight .eco-coming::after {
  content: "!";
  position: absolute;
  left: 39px;
  top: 50%;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  transform: translate(-50%, -50%);
}
.eco-tool-insight .eco-coming small {
  margin-top: 6px;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.45;
  text-transform: none;
}
.eco-tool-insight .eco-insight-grid article b {
  padding: 6px 11px;
  color: #fff;
  background: linear-gradient(100deg, #3328ff, #7137ff);
  box-shadow: 0 6px 14px rgba(51,40,255,.18);
  font-size: 11px;
  letter-spacing: .03em;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  .ecosystem-page .eco-tool-head {
    grid-template-columns: minmax(340px, .85fr) minmax(480px, 1.15fr);
  }
  .eco-forge-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .eco-forge-callout { grid-template-columns: 1.5fr 1fr repeat(2, 1fr); }
  .eco-forge-callout span:nth-last-child(-n+2) { display: none; }
}
@media (max-width: 980px) {
  .ecosystem-page .eco-tool-head { grid-template-columns: 1fr; }
  .ecosystem-page .eco-tool-copy h2 { max-width: 760px; }
  .eco-hero-art {
    max-width: 820px;
    margin: 0 auto;
  }
  .eco-analysis-grid,
  .eco-benefit-grid,
  .eco-insight-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .eco-core-grid { grid-template-columns: 1fr; }
  .eco-pack-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .eco-bottom-callout { grid-template-columns: 50px 1fr; }
  .eco-bottom-callout a {
    grid-column: 1 / -1;
    justify-content: center;
  }
}
@media (max-width: 640px) {
  .ecosystem-page .eco-tool-wrap {
    width: calc(100vw - 24px);
    padding: 18px 6px;
  }
  .ecosystem-page .eco-tool-copy h2 {
    font-size: clamp(34px, 10vw, 46px) !important;
  }
  .eco-art-label,
  .eco-forge-label { display: none !important; }
  .eco-topic-row,
  .eco-analysis-grid,
  .eco-benefit-grid,
  .eco-core-grid,
  .eco-pack-grid,
  .eco-forge-grid,
  .eco-insight-grid { grid-template-columns: 1fr; }
  .eco-core-grid article > div,
  .eco-core-operation > div {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .eco-forge-callout { grid-template-columns: 1fr; }
  .eco-forge-callout span {
    padding: 8px 0 0;
    border-top: 1px solid rgba(7,18,54,.1);
    border-left: 0;
  }
  .eco-forge-callout span:nth-last-child(-n+2) { display: block; }
  .eco-insight-callout {
    align-items: flex-start;
    flex-wrap: wrap;
  }
}

@media (max-width: 1180px) {
  .eco-tool-platform .eco-core-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .eco-tool-platform .eco-pack-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .eco-tool-platform .eco-core-grid,
  .eco-tool-platform .eco-pack-grid {
    grid-template-columns: 1fr;
  }
}
/* Contact routes and shared modals */
body.contact-modal-open {
  overflow: hidden;
}

.contact-modal-shell {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(13, 27, 49, .56);
  backdrop-filter: blur(12px);
}

.contact-modal-shell[hidden] {
  display: none;
}

.contact-modal-panel {
  width: min(1120px, calc(100vw - 48px));
  max-height: calc(100vh - 48px);
  overflow: auto;
  position: relative;
  padding: 34px 40px 24px;
  border: 1px solid rgba(164, 181, 211, .42);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 34px 90px rgba(3, 16, 41, .25);
  color: #07123a;
}

.contact-modal-close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(7, 18, 58, .16);
  border-radius: 50%;
  background: #fff;
  color: #07123a;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}

.contact-modal-hero {
  display: grid;
  grid-template-columns: minmax(340px, .9fr) minmax(420px, 1.1fr);
  align-items: start;
  gap: 34px;
}

.contact-modal-kicker,
.contact-page-kicker {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0 0 26px;
  color: var(--contact-color, #0758ff);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.contact-modal-copy h2,
.contact-page-copy h1 {
  max-width: 680px;
  margin: 0;
  color: #07123a;
  font-size: clamp(48px, 5vw, 78px);
  line-height: .98;
  letter-spacing: -.065em;
  font-weight: 800;
}

.contact-modal-copy > p,
.contact-page-copy > p {
  max-width: 650px;
  margin: 24px 0 0;
  color: #30436a;
  font-size: 20px;
  line-height: 1.52;
}

.contact-modal-audience {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  max-width: 650px;
  margin: 26px 0 28px;
  color: #1b2a50;
  font-size: 17px;
  line-height: 1.45;
}

.contact-modal-audience svg {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  fill: none;
  stroke: var(--contact-color, #0758ff);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-modal-back {
  min-height: 52px;
  padding: 0 28px;
  border: 1.5px solid var(--contact-color, #0758ff);
  border-radius: 10px;
  background: #fff;
  color: var(--contact-color, #0758ff);
  font: 800 16px/1 Manrope, sans-serif;
  cursor: pointer;
}

.contact-modal-visual,
.contact-page-visual {
  margin: 0;
  min-height: 390px;
  display: grid;
  place-items: center;
}

.contact-modal-visual img,
.contact-page-visual img {
  display: block;
  width: 100%;
  max-width: 820px;
  height: auto;
  object-fit: contain;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  filter: none;
}

.contact-page-visual img {
  max-width: 880px;
}

.contact-orbit {
  position: relative;
  width: min(760px, 100%);
  height: 430px;
}

.contact-orbit::before,
.contact-orbit::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 56%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--contact-color, #0758ff) 18%, transparent);
}

.contact-orbit::before {
  width: 640px;
  height: 210px;
}

.contact-orbit::after {
  width: 470px;
  height: 150px;
}

.contact-orb {
  position: absolute;
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
  width: 156px;
  height: 156px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 28%, rgba(255,255,255,.96), transparent 28%),
    linear-gradient(135deg, color-mix(in srgb, var(--contact-color, #0758ff) 42%, #fff), var(--contact-color, #0758ff));
  box-shadow:
    inset 0 0 22px rgba(255,255,255,.48),
    0 24px 70px color-mix(in srgb, var(--contact-color, #0758ff) 32%, transparent);
  color: #fff;
}

.contact-orb svg {
  width: 82px;
  height: 82px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-pedestal {
  position: absolute;
  left: 50%;
  top: 150px;
  transform: translateX(-50%);
  width: 310px;
  height: 122px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(180deg, #fff, #eef4ff);
  color: #07123a;
  text-align: center;
  box-shadow:
    inset 0 -13px 0 color-mix(in srgb, var(--contact-color, #0758ff) 22%, transparent),
    0 26px 60px rgba(26, 43, 85, .18);
}

.contact-pedestal strong {
  max-width: 230px;
  font-size: 22px;
  line-height: 1.1;
}

.contact-chip {
  position: absolute;
  min-width: 190px;
  min-height: 74px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 16px;
  border: 1px solid rgba(164, 181, 211, .34);
  border-radius: 14px;
  background: rgba(255,255,255,.95);
  box-shadow: 0 18px 48px rgba(21, 38, 75, .12);
}

.contact-chip svg {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  fill: none;
  stroke: var(--contact-color, #0758ff);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-chip strong {
  display: block;
  color: #07123a;
  font-size: 15px;
  line-height: 1.15;
}

.contact-chip small {
  display: block;
  margin-top: 4px;
  color: #516384;
  font-size: 12px;
  line-height: 1.25;
}

.contact-chip-1 { left: 20px; top: 30px; }
.contact-chip-2 { right: 20px; top: 30px; }
.contact-chip-3 { left: 0; top: 160px; }
.contact-chip-4 { right: 0; top: 160px; }

.contact-modal-body {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 24px;
  margin-top: 18px;
}

.contact-form-card,
.contact-direct-card,
.contact-modal-footer article,
.contact-route-card,
.contact-trust-strip {
  border: 1px solid rgba(164, 181, 211, .36);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(14, 31, 66, .06);
}

.contact-form-card,
.contact-direct-card {
  padding: 24px;
}

.contact-form-card h3,
.contact-direct-card h3 {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 18px;
  color: #07123a;
  font-size: 24px;
}

.contact-form-card h3 svg,
.contact-direct-card h3 svg {
  width: 44px;
  height: 44px;
  padding: 9px;
  border-radius: 50%;
  background: var(--contact-soft, #edf4ff);
  fill: none;
  stroke: var(--contact-color, #0758ff);
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 16px;
}

.contact-form-grid label {
  display: grid;
  gap: 7px;
  color: #07123a;
  font-size: 13px;
  font-weight: 800;
}

.contact-form-grid input,
.contact-form-grid select,
.contact-form-grid textarea {
  width: 100%;
  min-height: 42px;
  border: 1px solid rgba(138, 157, 190, .42);
  border-radius: 8px;
  background: #fff;
  padding: 10px 12px;
  color: #07123a;
  font: 600 14px/1.4 Manrope, sans-serif;
}

.contact-form-grid textarea {
  min-height: 92px;
  resize: vertical;
}

.contact-form-full {
  grid-column: 1 / -1;
}

.contact-form-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 16px;
}

.contact-form-actions button,
.contact-primary-action {
  min-height: 52px;
  border: 0;
  border-radius: 9px;
  background: var(--contact-color, #0758ff);
  color: #fff;
  font: 800 18px/1 Manrope, sans-serif;
  cursor: pointer;
  box-shadow: 0 16px 34px color-mix(in srgb, var(--contact-color, #0758ff) 20%, transparent);
}

.contact-form-actions button {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.contact-form-actions button svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
}

.contact-form-actions span {
  padding: 12px 16px;
  border: 1px solid rgba(138, 157, 190, .32);
  border-radius: 9px;
  color: #516384;
  font-size: 13px;
  font-weight: 700;
}

.contact-direct-list {
  display: grid;
  gap: 8px;
}

.contact-direct-list a {
  display: grid;
  grid-template-columns: 46px 1fr auto;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 8px 12px;
  border: 1px solid rgba(138, 157, 190, .28);
  border-radius: 12px;
  color: #07123a;
  text-decoration: none;
}

.contact-direct-list svg {
  width: 42px;
  height: 42px;
  padding: 8px;
  border-radius: 12px;
  background: var(--contact-soft, #edf4ff);
  fill: none;
  stroke: var(--contact-color, #0758ff);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-direct-list strong {
  display: block;
  font-size: 15px;
}

.contact-direct-list small {
  display: block;
  color: #5c6f91;
  font-size: 12px;
}

.contact-direct-card h4 {
  margin: 12px 0 10px;
  color: #07123a;
  font-size: 16px;
}

.contact-share-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 16px;
  margin-bottom: 16px;
}

.contact-share-list span {
  position: relative;
  padding-left: 24px;
  color: #30436a;
  font-size: 14px;
  font-weight: 700;
}

.contact-share-list span::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  display: grid;
  place-items: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--contact-soft, #edf4ff);
  color: var(--contact-color, #0758ff);
  font-size: 11px;
  font-weight: 900;
}

.contact-primary-action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  text-decoration: none;
}

.contact-modal-footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 22px;
}

.contact-modal-footer article {
  display: grid;
  grid-template-columns: 54px 1fr auto;
  align-items: center;
  gap: 18px;
  min-height: 86px;
  padding: 16px 22px;
}

.contact-modal-footer svg {
  width: 50px;
  height: 50px;
  padding: 10px;
  border-radius: 14px;
  background: var(--contact-soft, #edf4ff);
  fill: none;
  stroke: var(--contact-color, #0758ff);
  stroke-width: 2.1;
}

.contact-modal-footer a {
  min-width: 230px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1.4px solid var(--contact-color, #0758ff);
  border-radius: 8px;
  color: var(--contact-color, #0758ff);
  text-decoration: none;
  font-weight: 800;
}

.contact-page {
  min-height: 100vh;
  padding: 126px 0 56px;
  background: #fff;
  color: #07123a;
}

.contact-page-wrap {
  width: min(1600px, calc(100vw - 96px));
  margin: 0 auto;
}

.contact-page-hero {
  display: grid;
  grid-template-columns: minmax(520px, .9fr) minmax(620px, 1.1fr);
  gap: 44px;
  align-items: start;
}

.contact-page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 30px;
}

.contact-page-actions a {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 34px;
  border-radius: 10px;
  border: 1.4px solid #0758ff;
  color: #0758ff;
  text-decoration: none;
  font-weight: 800;
  font-size: 17px;
}

.contact-page-actions a:first-child {
  background: #0758ff;
  color: #fff;
  box-shadow: 0 18px 40px rgba(7, 88, 255, .22);
}

.contact-route-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 28px;
}

.contact-route-card {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 26px 24px 24px;
  border-top: 5px solid var(--route-color, #0758ff);
}

.contact-route-card i {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--route-soft, #edf4ff);
  color: var(--route-color, #0758ff);
}

.contact-route-card svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-route-card strong {
  color: #07123a;
  font-size: 22px;
  line-height: 1.15;
}

.contact-route-card p {
  margin: 0;
  color: #43577c;
  font-size: 16px;
  line-height: 1.45;
}

.contact-route-card a {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: auto;
  border: 1.4px solid var(--route-color, #0758ff);
  border-radius: 9px;
  color: var(--route-color, #0758ff);
  text-decoration: none;
  font-weight: 800;
}

.contact-trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 30px;
  padding: 18px 24px;
}

.contact-trust-strip article {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: #30436a;
  font-size: 16px;
}

.contact-trust-strip b {
  color: #07123a;
}

@media (max-width: 1180px) {
  .contact-modal-hero,
  .contact-modal-body,
  .contact-page-hero {
    grid-template-columns: 1fr;
  }

  .contact-route-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .contact-modal-panel {
    padding: 28px 18px;
  }

  .contact-page-wrap {
    width: min(100% - 32px, 1600px);
  }

  .contact-route-grid,
  .contact-trust-strip,
  .contact-modal-footer,
  .contact-form-grid,
  .contact-share-list {
    grid-template-columns: 1fr;
  }

  .contact-orbit {
    transform: scale(.78);
    transform-origin: center top;
    margin-bottom: -70px;
  }
}

/* ============================================================
   GLOBAL TYPE STANDARDIZATION
   Final layer: normalizes title and text sizes across all pages.
   ============================================================ */
:root {
  --type-display: clamp(40px, 3.2vw, 56px);
  --type-display-mobile: clamp(34px, 10vw, 46px);
  --type-section: clamp(30px, 2.35vw, 40px);
  --type-section-mobile: clamp(28px, 8.2vw, 38px);
  --type-subtitle: clamp(20px, 1.45vw, 26px);
  --type-card-title: 18px;
  --type-lede: clamp(15px, 1.05vw, 18px);
  --type-body-copy: 15px;
  --type-small-copy: 13px;
  --type-eyebrow-copy: 12px;
}

.hero-copy > h1,
.ecosystem-hero-copy > h1,
.ecosystem-hero-copy > h2,
.plans-hero-copy h1,
.plans-v2-copy h1,
.contact-modal-copy h2,
.contact-page-copy h1,
.diagnostic-page-card .eco-diagnostic-head h1,
.eco-diagnostic-head h2,
.eco-platform-copy h2,
.platform-copy h1,
.copilot-top-copy h1,
.page-flow .audience-entry h1,
.audience-page .locate-copy > h2,
.audience-page .people-hero h2,
.audience-page .people-copy h2,
.stage-measure-screen h2,
.stage-copy h2,
.profile-start-copy h2,
.export-copy h2,
.route-stage-copy h2,
.profile-route-copy h2,
.route-modal-measure-copy h2,
.eco-tool-copy h2 {
  font-size: var(--type-display) !important;
  line-height: 1.04 !important;
  letter-spacing: 0 !important;
  font-weight: 800;
}

.start-copy > h2,
.s-pqe .head > h2,
.eco-grid > div:first-child > h2,
.s-pla .head-row > div:first-child > h2,
.s-qna .grid > div:first-child > h2,
.s-cta .grid > div:first-child > h2,
.plans-builder > header h2,
.plans-forge h2,
.plans-other > h2,
.plans-v2-section-head h2,
.plans-v2-map-copy h2,
.plans-v2-custom-card h2,
.plans-v2-doubt h2,
.eco-esg-intro h2,
.eco-diagnostic-benefits h2,
.eco-diagnostic-receive h2,
.diagnostic-page-card .eco-diagnostic-benefits h2,
.diagnostic-page-card .eco-diagnostic-receive h2,
.eco-rich-modal__panel h2,
.eco-copilot-modal-head h2,
.route-modal__copy h2 {
  font-size: var(--type-section) !important;
  line-height: 1.1 !important;
  letter-spacing: 0 !important;
  font-weight: 800;
}

.ecosystem-card h2,
.ecosystem-card h3,
.eco-tool-copy h3,
.eco-tool-wrap > h3,
.eco-section-heading h3,
.eco-tool-wrap > .eco-section-heading h3,
.eco-esg-intro h3,
.eco-esg-guides h3,
.eco-copilot-about > h3,
.eco-copilot-benefits > h3,
.eco-copilot-chat > h3,
.eco-analysis-copy h3,
.route-surface h2,
.route-modal__details h3,
.profile-plan-row h3 {
  font-size: var(--type-subtitle) !important;
  line-height: 1.18 !important;
  letter-spacing: 0 !important;
  font-weight: 800;
}

.gcard.A h3,
.gcard.B h3,
.pcard h3,
.plan-card h3,
.s-pla .plan-card h3,
.measure-card h3,
.route-stage-card h3,
.profile-start-card h3,
.profile-route-card h3,
.route-modal-measure-card h3,
.audience-page .role-card h3,
.audience-page .level-head h3,
.export-card h3,
.core-module-card h2,
.plans-core-card h3,
.plans-v2-entry-card h3,
.plans-v2-core-card h3,
.plans-v2-pack-card h3,
.plans-other-card h3,
.eco-diagnostic-about h3,
.eco-diagnostic-benefits h3,
.eco-diagnostic-receive h3,
.eco-platform-info-grid h3,
.eco-analysis-catalog h3,
.eco-analysis-side h3,
.contact-form-card h3,
.contact-direct-card h3,
.contact-route-card strong {
  font-size: var(--type-card-title) !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
  font-weight: 800;
}

.hero-copy > .lede,
.ecosystem-hero-copy > p,
.plans-hero-copy > p,
.plans-v2-copy > p,
.contact-modal-copy > p,
.contact-page-copy > p,
.eco-diagnostic-head > p,
.eco-platform-copy > p,
.start-copy > .lede,
.s-pqe .body-text > p,
.s-pla .lede,
.s-qna .body-text > p,
.s-cta .body-text > p,
.audience-entry .page-lede,
.audience-page .locate-copy > .page-lede,
.audience-page .people-hero .page-lede,
.audience-page .people-copy > p,
.stage-measure-copy > p,
.stage-copy > p,
.profile-start-copy > p,
.export-copy > p,
.route-stage-copy > p,
.profile-route-copy > p,
.route-modal-measure-copy > p,
.copilot-top-copy > p,
.platform-copy > p,
.eco-tool-copy > p {
  font-size: var(--type-lede) !important;
  line-height: 1.52 !important;
  letter-spacing: 0 !important;
}

.pcard p,
.plan-card p,
.plans-v2-entry-card p,
.plans-v2-core-card p,
.plans-v2-pack-card p,
.plans-other-card p,
.ecosystem-card p,
.eco-analysis-catalog span,
.eco-analysis-side article span,
.eco-diagnostic-benefit-grid span,
.eco-platform-info-grid p,
.contact-route-card p,
.contact-trust-strip article,
.contact-modal-audience,
.body-text p,
.measure-card p,
.route-stage-card p,
.profile-route-card p,
.route-modal-measure-card p {
  font-size: var(--type-body-copy) !important;
  line-height: 1.5 !important;
  letter-spacing: 0 !important;
}

.eyebrow,
.ecosystem-eyebrow,
.platform-eyebrow,
.measure-eyebrow,
.audience-page .people-eyebrow,
.contact-modal-kicker,
.contact-page-kicker,
.route-modal__eyebrow,
.route-modal__panel--measure > .route-modal__eyebrow,
.route-modal__panel--stage > .route-modal__eyebrow {
  font-size: var(--type-eyebrow-copy) !important;
  line-height: 1.25 !important;
  letter-spacing: .12em !important;
}

.nav .menu a,
.btn,
.contact-page-actions a,
.contact-primary-action,
.contact-form-actions button,
.contact-modal-footer a,
.contact-route-card a {
  font-size: 14px !important;
  letter-spacing: 0 !important;
}

@media (max-width: 760px) {
  .hero-copy > h1,
  .ecosystem-hero-copy > h1,
  .ecosystem-hero-copy > h2,
  .plans-hero-copy h1,
  .plans-v2-copy h1,
  .contact-modal-copy h2,
  .contact-page-copy h1,
  .diagnostic-page-card .eco-diagnostic-head h1,
  .eco-diagnostic-head h2,
  .eco-platform-copy h2,
  .platform-copy h1,
  .copilot-top-copy h1,
  .page-flow .audience-entry h1,
  .audience-page .locate-copy > h2,
  .audience-page .people-hero h2,
  .audience-page .people-copy h2,
  .stage-measure-screen h2,
  .stage-copy h2,
  .profile-start-copy h2,
  .export-copy h2,
  .route-stage-copy h2,
  .profile-route-copy h2,
  .route-modal-measure-copy h2,
  .eco-tool-copy h2 {
    font-size: var(--type-display-mobile) !important;
    line-height: 1.06 !important;
  }

  .start-copy > h2,
  .s-pqe .head > h2,
  .eco-grid > div:first-child > h2,
  .s-pla .head-row > div:first-child > h2,
  .s-qna .grid > div:first-child > h2,
  .s-cta .grid > div:first-child > h2,
  .plans-builder > header h2,
  .plans-forge h2,
  .plans-other > h2,
  .plans-v2-section-head h2,
  .plans-v2-map-copy h2,
  .plans-v2-custom-card h2,
  .plans-v2-doubt h2,
  .eco-esg-intro h2,
  .eco-diagnostic-benefits h2,
  .eco-diagnostic-receive h2,
  .diagnostic-page-card .eco-diagnostic-benefits h2,
  .diagnostic-page-card .eco-diagnostic-receive h2,
  .eco-rich-modal__panel h2,
  .eco-copilot-modal-head h2,
  .route-modal__copy h2 {
    font-size: var(--type-section-mobile) !important;
    line-height: 1.12 !important;
  }

  .hero-copy > .lede,
  .ecosystem-hero-copy > p,
  .plans-hero-copy > p,
  .plans-v2-copy > p,
  .contact-modal-copy > p,
  .contact-page-copy > p,
  .eco-diagnostic-head > p,
  .eco-platform-copy > p,
  .start-copy > .lede,
  .s-pqe .body-text > p,
  .s-pla .lede,
  .s-qna .body-text > p,
  .s-cta .body-text > p,
  .audience-entry .page-lede,
  .audience-page .locate-copy > .page-lede,
  .audience-page .people-hero .page-lede,
  .audience-page .people-copy > p,
  .stage-measure-copy > p,
  .stage-copy > p,
  .profile-start-copy > p,
  .export-copy > p,
  .route-stage-copy > p,
  .profile-route-copy > p,
  .route-modal-measure-copy > p,
  .copilot-top-copy > p,
  .platform-copy > p,
  .eco-tool-copy > p {
    font-size: 16px !important;
  }
}

/* ============================================================
   HOME · INSTITUTIONAL + FINAL CTA REFINEMENT
   ============================================================ */
.home-light .section.s-qna {
  min-height: 930px;
  padding: 44px var(--pad-x) 40px;
  color: #f7fbff;
  background: #010e26;
}

.home-light .section.s-qna::before {
  opacity: .8;
  background-image:
    radial-gradient(circle at 18% 22%, rgba(32, 192, 255, .55) 0 1px, transparent 1.5px),
    radial-gradient(circle at 82% 64%, rgba(32, 192, 255, .45) 0 1px, transparent 1.5px);
  background-size: 190px 170px, 240px 210px;
  -webkit-mask-image: linear-gradient(#000, #000);
          mask-image: linear-gradient(#000, #000);
}

.home-light .s-qna .section-inner {
  max-width: 1540px;
}

.home-light .s-qna .grid {
  display: grid;
  grid-template-columns: minmax(420px, .8fr) minmax(600px, 1.2fr);
  align-items: center;
  gap: clamp(28px, 4vw, 72px);
  max-width: none;
}

.home-light .s-qna .qna-copy {
  position: relative;
  z-index: 2;
  padding-left: 2px;
}

.home-light .s-qna .qna-copy h2 {
  max-width: 620px;
  margin: 28px 0 22px;
  font-size: clamp(52px, 4.15vw, 76px) !important;
  line-height: .98 !important;
  letter-spacing: -.045em !important;
}

.home-light .s-qna .qna-copy h2 .line2 {
  margin-top: 10px;
  color: #1778ff;
}

.home-light .s-qna .qna-copy .lede {
  max-width: 610px;
  margin-top: 0 !important;
  color: rgba(236, 244, 255, .78);
  font-size: 20px !important;
  line-height: 1.55 !important;
}

.home-light .s-qna .body-text {
  margin-top: 22px !important;
  padding: 0 !important;
  border: 0 !important;
}

.home-light .s-qna .body-text p {
  max-width: 620px;
  color: rgba(226, 238, 255, .78) !important;
  font-size: 18px !important;
  line-height: 1.62 !important;
}

.home-light .s-qna .body-text strong {
  color: #33cfff;
  font-weight: 600;
}

.qna-visual {
  position: relative;
  width: 100%;
  min-width: 0;
  margin: 0;
}

.qna-visual::before {
  content: '';
  position: absolute;
  inset: 12% 15%;
  border-radius: 50%;
  background: rgba(0, 111, 255, .18);
  filter: blur(64px);
}

.qna-visual img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-height: 610px;
  object-fit: contain;
  filter: saturate(1.08) contrast(1.04);
}

.home-light .s-qna .qna-footer {
  width: 100%;
  margin-top: 28px;
  position: relative;
  z-index: 3;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.home-light .s-qna .qna-foot-card {
  min-height: 132px;
  grid-template-columns: 48px 1fr;
  grid-template-rows: auto auto;
  align-items: start;
  padding: 22px;
  gap: 8px 16px;
  border-color: rgba(66, 181, 255, .3);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(4, 22, 51, .9), rgba(2, 13, 32, .8));
  backdrop-filter: blur(14px);
}

.home-light .s-qna .qna-foot-card .ico {
  grid-row: 1 / span 2;
}

.home-light .s-qna .qna-foot-card .eye {
  margin: 1px 0 7px;
  color: #f7fbff !important;
  font-size: 17px !important;
  font-weight: 650;
  letter-spacing: -.01em !important;
  text-transform: none;
}

.home-light .s-qna .qna-foot-card .t,
.home-light .s-qna .qna-foot-card .t[style] {
  color: rgba(231, 242, 255, .76) !important;
  font-size: 15px !important;
  font-weight: 400;
  line-height: 1.48;
}

.home-light .s-qna .qna-foot-card .btn {
  grid-column: 2;
  width: fit-content;
  min-height: 0;
  padding: 0;
  border: 0;
  color: #31d7e8;
  background: transparent;
  box-shadow: none;
  font-size: 12px !important;
}

.home-light .s-qna .trust-row {
  margin-top: 34px;
  padding: 20px 24px;
  border: 1px solid rgba(66, 181, 255, .22);
  border-radius: 14px;
  background: rgba(3, 16, 39, .52);
  gap: 0;
}

.home-light .s-qna .trust-row .item {
  min-height: 54px;
  padding: 0 24px;
  border-right: 1px solid rgba(103, 161, 222, .22);
  color: rgba(224, 237, 255, .72) !important;
  font-size: 14px;
  font-weight: 500;
}

.home-light .s-qna .trust-row .item:first-child { padding-left: 0; }
.home-light .s-qna .trust-row .item:last-child { border-right: 0; }
.home-light .s-qna .trust-row .ico { width: 34px; height: 34px; color: #1ed3de; }
.home-light .s-qna .trust-row .ico svg { width: 30px; height: 30px; }

.home-light .section.s-cta {
  min-height: auto;
  padding: 56px var(--pad-x) 52px;
  color: #071236;
  background: #fff;
  overflow: visible;
}

.home-light .section.s-cta::before { display: none; }
.home-light .s-cta .section-inner { max-width: 1540px; }

.home-final-cta {
  position: relative;
  display: grid;
  grid-template-columns: minmax(420px, .95fr) minmax(600px, 1.15fr);
  align-items: center;
  gap: clamp(44px, 6vw, 104px);
  min-height: 330px;
  padding: 54px 64px;
  overflow: hidden;
  border: 1px solid rgba(12, 87, 255, .2);
  border-radius: 18px;
  background:
    radial-gradient(circle at 86% 42%, rgba(0, 184, 219, .09), transparent 30%),
    radial-gradient(circle at 54% 30%, rgba(20, 101, 255, .06), transparent 32%),
    linear-gradient(135deg, #fff, #fbfdff);
  box-shadow: 0 24px 70px rgba(34, 77, 135, .08);
}

.home-final-cta::after {
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  right: -70px;
  top: -105px;
  border: 1px solid rgba(28, 123, 255, .12);
  border-radius: 50%;
  box-shadow: 0 0 0 34px rgba(28, 123, 255, .035), 0 0 0 72px rgba(28, 123, 255, .025);
  pointer-events: none;
}

.home-final-copy,
.home-final-action-area { position: relative; z-index: 1; }

.home-final-copy .eyebrow { color: #009aa8; }

.home-light .s-cta .home-final-copy h2 {
  margin: 24px 0 22px;
  color: #071236;
  font-size: clamp(42px, 3.3vw, 60px) !important;
  line-height: 1.02 !important;
  letter-spacing: -.045em !important;
}

.home-light .s-cta .home-final-copy h2 span { color: #1468ff; }

.home-final-copy p {
  color: #53638c;
  font-size: 18px;
  line-height: 1.5;
}

.home-final-action-area .ctas {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.home-final-action-area .ctas .btn {
  min-height: 68px;
  justify-content: center;
  padding: 18px 26px;
  border-radius: 8px;
  color: #fff;
  border: 0;
  font-size: 17px !important;
  font-weight: 600;
}

.home-final-action-area .btn-copilot {
  background: linear-gradient(110deg, #6c24ff, #c33cff);
  box-shadow: 0 14px 28px rgba(125, 43, 242, .2);
}

.home-final-action-area .btn-diag {
  background: linear-gradient(110deg, #0758ff, #12b9c7);
  box-shadow: 0 14px 28px rgba(7, 88, 255, .18);
}

.home-final-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 38px;
}

.home-final-benefits > div {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #4b5b84;
  font-size: 14px;
  line-height: 1.45;
}

.home-final-benefits .benefit-icon {
  flex: 0 0 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #0758ff;
  border: 1px solid rgba(7, 88, 255, .18);
  border-radius: 50%;
  background: #fff;
  font-size: 19px;
}

.home-light .footer {
  padding-top: 52px;
  background: linear-gradient(180deg, #f4f8fc, #f8fbfe);
  border-top: 1px solid rgba(7, 18, 54, .06);
}

.home-light .footer .footer-inner { max-width: 1540px; }
.home-light .footer .footer-cols { gap: clamp(28px, 4vw, 72px); }
.home-light .footer .brand img { height: 38px; max-width: 210px; }
.home-light .footer .col h5 { color: #0094a8; font-size: 12px; }
.home-light .footer .col a { color: #52638f; font-size: 12px; }
.home-light .footer .tagline { color: #52638f; font-size: 12px; }

@media (max-width: 1180px) {
  .home-light .s-qna .grid {
    grid-template-columns: minmax(360px, .85fr) minmax(480px, 1.15fr);
  }
  .home-light .s-qna .qna-footer {
    width: 100%;
    margin-top: 24px;
  }
  .home-final-cta {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

@media (max-width: 880px) {
  .home-light .section.s-qna { padding-top: 38px; }
  .home-light .s-qna .grid { grid-template-columns: 1fr; }
  .qna-visual img { max-height: 560px; }
  .home-light .s-qna .qna-footer { grid-template-columns: 1fr; }
  .home-light .s-qna .trust-row { grid-template-columns: 1fr 1fr; row-gap: 22px; }
  .home-light .s-qna .trust-row .item { border-right: 0; padding-left: 0; }
  .home-final-cta { padding: 42px 34px; }
  .home-final-action-area .ctas { grid-template-columns: 1fr; }
  .home-final-benefits { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .home-light .s-qna .qna-copy h2 { font-size: 44px !important; }
  .qna-visual { margin-inline: -12px; width: calc(100% + 24px); }
  .home-light .s-qna .trust-row { grid-template-columns: 1fr; }
  .home-light .section.s-cta { padding-block: 34px; }
  .home-final-cta { padding: 34px 22px; border-radius: 14px; }
  .home-light .s-cta .home-final-copy h2 { font-size: 38px !important; }
}

/* ============================================================
   ABOUT PAGE
   ============================================================ */
.about-page {
  --about-blue: #0758ff;
  --about-blue-2: #1796ff;
  --about-cyan: #31d5ff;
  --about-ink: #05083b;
  --about-muted: #2e386e;
  --about-dark: #000815;
  --about-dark-2: #020d1c;
  --about-line: rgba(8, 92, 255, .22);
  background: #f7fbff;
  color: var(--about-ink);
  overflow-x: hidden;
}

.about-page * {
  letter-spacing: 0;
}

.about-nav-shell {
  position: sticky;
  top: 0;
  z-index: 80;
  padding: 10px 16px 0;
  transition: background .25s ease;
}

.about-nav {
  min-height: 82px;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 34px;
  display: flex;
  align-items: center;
  gap: clamp(24px, 3vw, 58px);
  border: 1px solid rgba(8, 67, 160, .12);
  border-radius: 0 0 18px 18px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 18px 55px rgba(14, 44, 104, .08);
  backdrop-filter: blur(16px) saturate(150%);
  -webkit-backdrop-filter: blur(16px) saturate(150%);
  transition: background .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.about-brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.about-brand img {
  width: 160px;
  height: auto;
  transition: filter .25s ease;
}

.about-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 2.6vw, 48px);
  flex: 1;
}

.about-menu a,
.about-login {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #00083b;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  transition: color .2s ease;
}

.about-menu a.active {
  color: var(--about-blue);
}

.about-menu a.active::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -26px;
  height: 4px;
  border-radius: 999px;
  background: var(--about-blue);
}

.about-actions {
  display: flex;
  align-items: center;
  gap: 26px;
  flex: 0 0 auto;
}

.about-cta {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  border-radius: 9px;
  background: var(--about-blue);
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  box-shadow: 0 16px 30px rgba(7,88,255,.2);
}

.about-nav-dark .about-nav {
  border-color: rgba(86, 139, 220, .24);
  background: rgba(1, 11, 25, .9);
  box-shadow: 0 18px 55px rgba(0,0,0,.32);
}

.about-nav-dark .about-brand img {
  filter: brightness(0) invert(1);
}

.about-nav-dark .about-menu a,
.about-nav-dark .about-login {
  color: rgba(255,255,255,.92);
}

.about-nav-dark .about-menu a.active {
  color: var(--about-blue-2);
}

.about-screen {
  position: relative;
  min-height: calc(100vh - 92px);
  padding: clamp(72px, 8vh, 112px) clamp(24px, 4vw, 76px) clamp(58px, 7vh, 92px);
  overflow: hidden;
}

.about-wrap {
  position: relative;
  z-index: 2;
  width: min(1460px, 100%);
  margin: 0 auto;
}

.about-light {
  background:
    radial-gradient(circle at 78% 18%, rgba(7,88,255,.08), transparent 34%),
    radial-gradient(circle at 16% 84%, rgba(7,88,255,.06), transparent 38%),
    linear-gradient(180deg, #fff 0%, #f4f8ff 100%);
  color: var(--about-ink);
}

.about-light::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .52;
  background-image: radial-gradient(rgba(7,88,255,.22) 1px, transparent 1px);
  background-size: 24px 24px;
  mask-image: linear-gradient(90deg, transparent 0 48%, #000 70%, transparent 100%);
}

.about-dark {
  background:
    radial-gradient(900px 540px at 80% 24%, rgba(13,114,255,.22), transparent 62%),
    radial-gradient(800px 540px at 12% 82%, rgba(3,180,255,.08), transparent 68%),
    linear-gradient(180deg, #000713 0%, #000b17 100%);
  color: #fff;
}

.about-dark::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .45;
  background:
    radial-gradient(circle at 88% 16%, rgba(0,136,255,.65) 0 1px, transparent 2px),
    radial-gradient(circle at 18% 30%, rgba(255,255,255,.28) 0 1px, transparent 2px),
    radial-gradient(circle at 52% 76%, rgba(0,136,255,.5) 0 1px, transparent 2px);
  background-size: 170px 170px, 260px 260px, 330px 330px;
}

.about-dark::after {
  content: '';
  position: absolute;
  left: -10%;
  right: -10%;
  bottom: -110px;
  height: 330px;
  pointer-events: none;
  opacity: .42;
  background:
    repeating-radial-gradient(ellipse at center, transparent 0 22px, rgba(7,88,255,.55) 23px, transparent 25px);
  transform: rotate(-5deg);
}

.about-hero-grid,
.about-history-head,
.about-commit-grid,
.about-results-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr);
  gap: clamp(42px, 6vw, 96px);
  align-items: center;
}

.about-copy {
  max-width: 760px;
}

.about-kicker {
  margin: 0 0 28px;
  color: var(--about-blue);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .18em !important;
  text-transform: uppercase;
}

.about-dark .about-kicker {
  color: var(--about-blue-2);
}

.about-copy h1,
.about-copy h2,
.about-panel h2,
.about-cta-card h3 {
  margin: 0;
  font-size: clamp(48px, 5vw, 78px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: 0;
}

.about-copy h2,
.about-panel h2 {
  font-size: clamp(44px, 4.3vw, 68px);
}

.about-lede {
  max-width: 720px;
  margin: 28px 0 0;
  color: var(--about-muted);
  font-size: clamp(18px, 1.35vw, 24px);
  line-height: 1.55;
}

.about-dark .about-lede,
.about-dark .about-panel .about-lede,
.about-cta-card p {
  color: rgba(255,255,255,.74);
}

.about-lede strong {
  color: inherit;
  font-weight: 800;
}

.about-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 46px;
}

.about-btn {
  min-height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 0 34px;
  border-radius: 9px;
  font-size: 20px;
  font-weight: 800;
}

.about-btn-primary {
  background: var(--about-blue);
  color: #fff;
  box-shadow: 0 20px 46px rgba(7,88,255,.22);
}

.about-btn-secondary {
  border: 1.5px solid var(--about-blue);
  background: rgba(255,255,255,.78);
  color: #00127a;
}

.about-btn-ghost {
  border: 1.5px solid rgba(190,210,255,.7);
  color: #fff;
  background: rgba(255,255,255,.02);
}

.about-hero-art {
  min-height: 540px;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.about-orb {
  position: relative;
  width: min(480px, 82vw);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at 36% 27%, rgba(255,255,255,.98), rgba(255,255,255,.18) 12%, transparent 24%),
    radial-gradient(circle at 52% 54%, #f8ffff 0 4%, #31d5ff 8%, #0758ff 36%, #003eb5 66%, #009dff 100%);
  box-shadow:
    inset 0 0 30px rgba(255,255,255,.55),
    inset -18px -28px 50px rgba(0,16,100,.36),
    0 30px 80px rgba(7,88,255,.28);
}

.about-orb::before,
.about-orb::after,
.about-orb span,
.about-orb i,
.about-orb b {
  content: '';
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.about-orb::before {
  inset: 14%;
  border: 2px solid rgba(255,255,255,.72);
  box-shadow: 0 0 28px rgba(49,213,255,.7);
}

.about-orb::after {
  width: 142%;
  height: 42%;
  border: 2px solid rgba(7,88,255,.28);
  transform: rotate(-8deg);
}

.about-orb span {
  width: 142%;
  height: 42%;
  border: 2px solid rgba(255,255,255,.58);
  transform: rotate(23deg);
}

.about-orb i {
  width: 78%;
  height: 78%;
  border: 2px solid rgba(255,255,255,.52);
  transform: rotate(72deg) scaleX(1.34);
}

.about-orb b {
  width: 165%;
  height: 165%;
  bottom: -44%;
  border: 1px solid rgba(7,88,255,.23);
  box-shadow: 0 0 0 26px rgba(7,88,255,.08), 0 0 0 52px rgba(7,88,255,.05);
}

.about-proof-strip,
.about-metrics {
  position: relative;
  z-index: 2;
  width: min(1460px, calc(100% - 64px));
  margin: clamp(38px, 6vh, 72px) auto 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid rgba(8, 67, 160, .12);
  border-radius: 14px;
  background: rgba(255,255,255,.84);
  box-shadow: 0 20px 55px rgba(14,44,104,.08);
}

.about-proof-strip article,
.about-metrics article {
  min-height: 126px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 22px;
  text-align: left;
  border-right: 1px solid rgba(8, 67, 160, .12);
}

.about-proof-strip article:last-child,
.about-metrics article:last-child {
  border-right: 0;
}

.about-proof-strip svg,
.about-metrics svg,
.about-glass-card svg,
.about-value-grid svg,
.about-decision-list svg,
.about-outcome-grid svg,
.about-dark-note svg {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--about-blue);
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.about-proof-strip strong {
  color: var(--about-ink);
  font-size: 17px;
  font-weight: 800;
}

.about-earth {
  position: absolute;
  top: 130px;
  right: -150px;
  width: min(900px, 70vw);
  aspect-ratio: 1.65;
  border-radius: 50% 0 0 50%;
  background:
    radial-gradient(circle at 58% 55%, rgba(255,205,112,.9) 0 1px, transparent 2px),
    radial-gradient(circle at 50% 46%, rgba(255,205,112,.8) 0 1px, transparent 2px),
    radial-gradient(circle at 44% 62%, rgba(255,205,112,.75) 0 1px, transparent 2px),
    radial-gradient(circle at 55% 48%, rgba(31,135,255,.98), #061d3e 44%, #010b19 72%);
  background-size: auto, 22px 22px, 31px 31px, auto;
  box-shadow: inset 0 0 42px rgba(75,170,255,.95), 0 0 58px rgba(0,136,255,.52);
  opacity: .92;
  transform: rotate(-4deg);
}

.about-mission .about-copy {
  padding-top: 44px;
}

.about-dark-copy h2 {
  max-width: 720px;
  color: #fff;
}

.about-mission-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-top: 48px;
}

.about-glass-card,
.about-value-grid article,
.about-cta-card,
.about-panel,
.about-outcome-grid article,
.about-decision-list article,
.about-dark-note {
  border: 1px solid rgba(31,143,255,.58);
  border-radius: 12px;
  background:
    radial-gradient(circle at 50% 0%, rgba(30,140,255,.14), transparent 60%),
    rgba(0,16,36,.72);
  box-shadow: inset 0 1px rgba(255,255,255,.04), 0 20px 48px rgba(0,0,0,.22);
}

.about-glass-card {
  min-height: 330px;
  padding: 34px 38px;
}

.about-glass-card svg {
  width: 78px;
  height: 78px;
  stroke: var(--about-blue-2);
}

.about-glass-card h3,
.about-value-grid strong,
.about-decision-list strong,
.about-outcome-grid strong {
  display: block;
  margin-top: 24px;
  color: #fff;
  font-size: 25px;
  font-weight: 800;
}

.about-glass-card p,
.about-glass-card li,
.about-value-grid span,
.about-decision-list span,
.about-outcome-grid span {
  color: rgba(255,255,255,.72);
  font-size: 18px;
  line-height: 1.55;
}

.about-glass-card p {
  margin: 18px 0 0;
}

.about-glass-card ul {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.about-glass-card li {
  position: relative;
  padding-left: 34px;
}

.about-glass-card li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border: 1px solid var(--about-blue-2);
  border-radius: 50%;
  color: var(--about-blue-2);
  font-size: 12px;
}

.about-dark-note {
  min-height: 118px;
  display: grid;
  grid-template-columns: 110px 1fr;
  align-items: center;
  gap: 28px;
  margin-top: 24px;
  padding: 22px 46px;
}

.about-dark-note svg {
  width: 66px;
  height: 66px;
  justify-self: center;
  stroke: var(--about-blue-2);
}

.about-dark-note p {
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: 22px;
  line-height: 1.45;
}

.about-logo-orb {
  width: min(360px, 64vw);
  aspect-ratio: 1;
  justify-self: center;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at 36% 26%, rgba(255,255,255,.94), transparent 25%),
    radial-gradient(circle at center, #29c4ff, #0758ff 58%, #0141c5);
  box-shadow:
    inset 0 0 24px rgba(255,255,255,.48),
    0 32px 72px rgba(7,88,255,.24);
}

.about-logo-orb::after {
  content: '';
  position: absolute;
  width: 52%;
  height: 52%;
  border-radius: 50%;
  background: rgba(255,255,255,.96);
  filter: blur(12px);
  opacity: .15;
}

.about-logo-orb span {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 124px;
  font-weight: 800;
  font-style: italic;
  letter-spacing: -.12em;
}

.about-history-head {
  align-items: start;
}

.about-timeline {
  position: relative;
  z-index: 2;
  width: min(1360px, 100%);
  margin: 48px auto 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px;
}

.about-timeline::before {
  content: '';
  position: absolute;
  left: -7vw;
  right: -7vw;
  top: 60px;
  height: 130px;
  border-top: 2px solid rgba(7,88,255,.34);
  border-radius: 50% 50% 0 0;
  pointer-events: none;
}

.about-timeline article {
  position: relative;
  text-align: center;
  padding: 0 18px;
}

.about-timeline i {
  width: 88px;
  height: 88px;
  display: grid;
  place-items: center;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 16px 32px rgba(8, 67, 160, .12);
}

.about-timeline i svg {
  width: 46px;
  height: 46px;
  fill: none;
  stroke: var(--about-blue);
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.about-timeline b {
  display: block;
  color: var(--about-blue);
  font-size: 26px;
  font-weight: 800;
}

.about-timeline strong {
  display: block;
  margin-top: 8px;
  color: var(--about-ink);
  font-size: 19px;
  font-weight: 800;
}

.about-timeline p {
  margin: 18px auto 0;
  max-width: 230px;
  color: var(--about-muted);
  font-size: 15px;
  line-height: 1.65;
}

.about-metrics {
  margin-top: 54px;
}

.about-metrics article {
  flex-direction: column;
  gap: 8px;
  text-align: center;
}

.about-metrics svg {
  width: 46px;
  height: 46px;
}

.about-metrics b {
  color: var(--about-blue);
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
}

.about-metrics span {
  max-width: 250px;
  color: var(--about-muted);
  font-size: 15px;
  line-height: 1.5;
}

.about-commit-grid {
  grid-template-columns: minmax(0, 1.2fr) minmax(420px, .8fr);
  align-items: center;
}

.about-value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 34px;
}

.about-value-grid article {
  min-height: 220px;
  padding: 28px 26px;
}

.about-value-grid svg {
  width: 66px;
  height: 66px;
  stroke: var(--about-blue-2);
}

.about-value-grid strong {
  margin-top: 20px;
  font-size: 20px;
}

.about-value-grid span {
  display: block;
  margin-top: 12px;
  font-size: 16px;
}

.about-cta-card {
  padding: clamp(34px, 4vw, 58px);
}

.about-cta-card h3 {
  margin-top: 28px;
  font-size: clamp(38px, 3.6vw, 58px);
}

.about-cta-card p:not(.about-kicker) {
  margin: 28px 0 0;
  font-size: 20px;
  line-height: 1.6;
}

.about-cta-card .about-btn {
  width: 100%;
  margin-top: 28px;
}

.about-results-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.about-panel {
  min-height: 780px;
  padding: clamp(34px, 4vw, 58px);
}

.about-panel .about-kicker {
  margin-bottom: 28px;
}

.about-panel .about-lede {
  font-size: 20px;
}

.about-decision-list {
  display: grid;
  gap: 14px;
  margin-top: 32px;
}

.about-decision-list article {
  min-height: 104px;
  display: grid;
  grid-template-columns: 72px 1fr 28px;
  align-items: center;
  gap: 20px;
  padding: 16px 20px;
}

.about-decision-list svg {
  width: 60px;
  height: 60px;
  stroke: var(--about-cyan);
}

.about-decision-list strong {
  margin: 0;
  font-size: 20px;
}

.about-decision-list span {
  display: block;
  margin-top: 4px;
  font-size: 15px;
}

.about-decision-list b {
  color: var(--about-cyan);
  font-size: 44px;
  font-weight: 300;
}

.about-outcome-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  margin-top: 48px;
}

.about-outcome-grid article {
  min-height: 210px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 22px;
  text-align: center;
}

.about-outcome-grid svg {
  width: 80px;
  height: 80px;
  stroke: var(--about-cyan);
}

.about-outcome-grid strong {
  margin-top: 18px;
  font-size: 21px;
}

.about-outcome-grid span {
  margin-top: 4px;
  font-size: 17px;
}

@media (max-width: 1350px) {
  .about-nav {
    gap: 16px;
    padding-inline: 20px;
  }

  .about-menu {
    gap: 16px;
  }

  .about-menu a,
  .about-login {
    font-size: 13.5px;
  }

  .about-cta {
    min-height: 50px;
    padding-inline: 18px;
    font-size: 14px;
  }
}

@media (max-width: 1200px) {

  .about-hero-grid,
  .about-history-head,
  .about-commit-grid,
  .about-results-grid {
    grid-template-columns: 1fr;
  }

  .about-hero-art {
    min-height: 430px;
  }

  .about-value-grid,
  .about-outcome-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .about-nav-shell {
    position: relative;
    padding: 0;
  }

  .about-nav {
    min-height: 0;
    border-radius: 0;
    padding: 18px 22px;
    flex-wrap: wrap;
  }

  .about-brand img {
    width: 132px;
  }

  .about-menu {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding: 8px 0 2px;
  }

  .about-menu a.active::after {
    bottom: -8px;
  }

  .about-actions {
    margin-left: auto;
    gap: 14px;
  }

  .about-login {
    display: none;
  }

  .about-screen {
    padding: 54px 18px;
  }

  .about-copy h1,
  .about-copy h2,
  .about-panel h2,
  .about-cta-card h3 {
    font-size: clamp(34px, 10vw, 46px);
  }

  .about-lede,
  .about-panel .about-lede,
  .about-cta-card p:not(.about-kicker) {
    font-size: 16px;
  }

  .about-button-row,
  .about-btn {
    width: 100%;
  }

  .about-hero-art {
    min-height: 330px;
  }

  .about-proof-strip,
  .about-metrics,
  .about-mission-cards,
  .about-timeline,
  .about-value-grid,
  .about-outcome-grid {
    grid-template-columns: 1fr;
  }

  .about-proof-strip,
  .about-metrics {
    width: 100%;
  }

  .about-proof-strip article,
  .about-metrics article {
    border-right: 0;
    border-bottom: 1px solid rgba(8, 67, 160, .12);
  }

  .about-proof-strip article:last-child,
  .about-metrics article:last-child {
    border-bottom: 0;
  }

  .about-earth,
  .about-timeline::before {
    display: none;
  }

  .about-dark-note,
  .about-decision-list article {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .about-dark-note p {
    font-size: 17px;
  }

  .about-panel {
    min-height: 0;
  }
}

/* About page normalization: same content scale as the main site */
.about-page .about-screen {
  min-height: 0;
  padding: 72px 32px;
}

.about-page .about-wrap,
.about-page .about-proof-strip,
.about-page .about-metrics {
  width: min(1400px, calc(100% - 32px));
}

.about-page .about-hero {
  min-height: 650px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-page .about-hero-grid,
.about-page .about-history-head,
.about-page .about-commit-grid,
.about-page .about-results-grid,
.about-page .about-mission-top {
  grid-template-columns: minmax(0, 1fr) minmax(420px, .82fr);
  gap: 64px;
}

.about-page .about-mission-top {
  display: grid;
  align-items: center;
}

.about-page .about-copy h1 {
  max-width: 720px;
  color: var(--about-ink);
  font-size: clamp(48px, 4.2vw, 62px);
  line-height: 1.06;
  letter-spacing: -.04em;
}

.about-page .about-copy h2,
.about-page .about-panel h2 {
  font-size: clamp(38px, 3.3vw, 50px);
  line-height: 1.1;
  letter-spacing: -.035em;
}

.about-page .about-lede,
.about-page .about-panel .about-lede {
  max-width: 680px;
  margin-top: 22px;
  font-size: 17px;
  line-height: 1.6;
}

.about-page .about-kicker {
  margin-bottom: 18px;
  font-size: 12px;
}

.about-page .about-button-row {
  gap: 14px;
  margin-top: 30px;
}

.about-page .about-btn {
  min-height: 50px;
  gap: 18px;
  padding: 0 22px;
  font-size: 14px;
}

.about-page .about-image-slot {
  position: relative;
  min-height: 390px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1.5px dashed rgba(7,88,255,.32);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(7,88,255,.035), rgba(49,213,255,.08)),
    #f8fbff;
  box-shadow: inset 0 0 0 10px rgba(255,255,255,.62);
}

.about-page .about-image-slot::before {
  content: '';
  width: 62px;
  height: 48px;
  border: 2px solid rgba(7,88,255,.35);
  border-radius: 9px;
  background:
    linear-gradient(145deg, transparent 50%, rgba(7,88,255,.16) 51%) bottom / 100% 70% no-repeat;
}

.about-page .about-image-slot > span {
  position: absolute;
  bottom: 24px;
  color: #6b7da3;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.about-page .about-hero-image {
  margin: 0;
  border: 0;
  background: #fff;
  box-shadow: none;
}

.about-page .about-hero-image::before {
  display: none;
}

.about-page .about-hero-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.about-page .about-image-slot-dark {
  min-height: 310px;
  border-color: rgba(49,213,255,.42);
  background: rgba(5,29,58,.68);
  box-shadow: inset 0 0 0 10px rgba(255,255,255,.025);
}

.about-page .about-image-slot-dark > span { color: rgba(255,255,255,.58); }
.about-page .about-history-media { min-height: 310px; }

.about-page .about-proof-strip,
.about-page .about-metrics {
  margin-top: 34px;
}

.about-page .about-proof-strip article,
.about-page .about-metrics article {
  min-height: 92px;
  padding: 16px 20px;
}

.about-page .about-proof-strip svg,
.about-page .about-metrics svg { width: 38px; height: 38px; }
.about-page .about-proof-strip strong { font-size: 14px; }

.about-page .about-mission .about-copy { padding-top: 0; }
.about-page .about-mission-cards { gap: 18px; margin-top: 34px; }
.about-page .about-glass-card { min-height: 250px; padding: 26px; }
.about-page .about-glass-card svg { width: 54px; height: 54px; }
.about-page .about-glass-card h3 { margin-top: 18px; font-size: 20px; }
.about-page .about-glass-card p,
.about-page .about-glass-card li { font-size: 14px; }
.about-page .about-dark-note { min-height: 90px; padding: 18px 28px; }
.about-page .about-dark-note p { font-size: 16px; }

.about-page .about-timeline { width: min(1320px, calc(100% - 32px)); gap: 22px; margin-top: 38px; }
.about-page .about-timeline i { width: 70px; height: 70px; }
.about-page .about-timeline i svg { width: 36px; height: 36px; }
.about-page .about-timeline b { font-size: 21px; }
.about-page .about-timeline strong { font-size: 16px; }
.about-page .about-timeline p { margin-top: 12px; font-size: 13px; }
.about-page .about-metrics b { font-size: 30px; }
.about-page .about-metrics span { font-size: 13px; }

.about-page .about-commit-grid { grid-template-columns: minmax(0, 1.2fr) minmax(350px, .8fr); }
.about-page .about-value-grid { gap: 14px; margin-top: 26px; }
.about-page .about-value-grid article { min-height: 180px; padding: 22px; }
.about-page .about-value-grid svg { width: 48px; height: 48px; }
.about-page .about-value-grid strong { margin-top: 14px; font-size: 17px; }
.about-page .about-value-grid span { margin-top: 8px; font-size: 13px; }
.about-page .about-cta-card { padding: 34px; }
.about-page .about-cta-card h3 { margin-top: 18px; font-size: 36px; }
.about-page .about-cta-card p:not(.about-kicker) { margin-top: 18px; font-size: 15px; }
.about-page .about-cta-card .about-btn { margin-top: 18px; }

.about-page .about-results-grid { gap: 18px; align-items: start; }
.about-page .about-panel { min-height: 0; padding: 34px; }
.about-page .about-dark h1,
.about-page .about-dark h2,
.about-page .about-dark h3,
.about-page .about-dark .about-panel h2,
.about-page .about-dark .about-cta-card h3 { color: #fff !important; }
.about-page .about-panel .about-lede { font-size: 15px; }
.about-page .about-decision-list { margin-top: 24px; }
.about-page .about-decision-list article { min-height: 82px; grid-template-columns: 52px minmax(0, 1fr) 22px; grid-template-rows: auto auto; gap: 4px 14px; padding: 13px 16px; }
.about-page .about-decision-list svg { width: 44px; height: 44px; grid-row: 1 / span 2; }
.about-page .about-decision-list strong { grid-column: 2; grid-row: 1; align-self: end; font-size: 16px; }
.about-page .about-decision-list span { grid-column: 2; grid-row: 2; min-width: 0; align-self: start; font-size: 12px; line-height: 1.45; }
.about-page .about-decision-list b { grid-column: 3; grid-row: 1 / span 2; align-self: center; }
.about-page .about-outcome-grid { gap: 14px; margin-top: 28px; }
.about-page .about-outcome-grid article { min-height: 150px; padding: 16px; }
.about-page .about-outcome-grid svg { width: 54px; height: 54px; }
.about-page .about-outcome-grid strong { margin-top: 12px; font-size: 16px; }
.about-page .about-outcome-grid span { font-size: 13px; }

@media (max-width: 1100px) {
  .about-page .about-hero-grid,
  .about-page .about-history-head,
  .about-page .about-commit-grid,
  .about-page .about-results-grid,
  .about-page .about-mission-top { grid-template-columns: 1fr; }
  .about-page .about-image-slot { min-height: 320px; }
}

@media (max-width: 760px) {
  .about-page .about-screen { padding: 48px 14px; }
  .about-page .about-wrap,
  .about-page .about-proof-strip,
  .about-page .about-metrics,
  .about-page .about-timeline { width: 100%; }
  .about-page .about-copy h1,
  .about-page .about-copy h2,
  .about-page .about-panel h2 { font-size: 36px; }
  .about-page .about-image-slot { min-height: 240px; }
  .about-page .about-proof-strip,
  .about-page .about-metrics,
  .about-page .about-mission-cards,
  .about-page .about-timeline,
  .about-page .about-value-grid,
  .about-page .about-outcome-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   PLANS CLEAN PAGE
   ============================================================ */
.plans-clean-body {
  background: #f7fbff;
  color: #071236;
  overflow-x: hidden;
}

.plans-clean {
  --pc-blue: #0758ff;
  --pc-cyan: #19c8ff;
  --pc-green: #00a875;
  --pc-purple: #7b35e8;
  --pc-orange: #ff5a14;
  --pc-ink: #071236;
  --pc-muted: #43577c;
  --pc-line: rgba(9, 75, 180, .14);
  --pc-soft: #eef5ff;
  background:
    radial-gradient(circle at 84% 6%, rgba(7,88,255,.12), transparent 28%),
    radial-gradient(circle at 8% 34%, rgba(25,200,255,.08), transparent 28%),
    linear-gradient(180deg, #fff 0%, #f4f8ff 100%);
}

.plans-clean * {
  box-sizing: border-box;
  letter-spacing: 0;
}

.plans-clean-hero,
.plans-clean-section,
.plans-clean-band,
.plans-clean-cta {
  width: min(1500px, calc(100vw - 64px));
  margin: 0 auto;
}

.plans-clean-hero {
  min-height: calc(100vh - var(--nav-h));
  display: grid;
  grid-template-columns: minmax(0, .98fr) minmax(420px, .72fr);
  gap: clamp(42px, 6vw, 92px);
  align-items: center;
  padding: clamp(70px, 9vh, 116px) 0 54px;
}

.plans-clean-copy {
  max-width: 810px;
}

.plans-clean-kicker {
  margin: 0 0 18px;
  color: var(--pc-blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .16em !important;
  text-transform: uppercase;
}

.plans-clean h1,
.plans-clean h2,
.plans-clean h3,
.plans-clean p {
  margin: 0;
}

.plans-clean h1 {
  max-width: 820px;
  color: var(--pc-ink);
  font-size: clamp(48px, 4.7vw, 72px);
  line-height: 1.05;
  font-weight: 800;
}

.plans-clean-copy > p:not(.plans-clean-kicker),
.plans-clean-head > p,
.plans-clean-head.split > p,
.plans-clean-final-grid p,
.plans-clean-summary p {
  color: var(--pc-muted);
  font-size: clamp(17px, 1.25vw, 21px);
  line-height: 1.58;
}

.plans-clean-copy > p:not(.plans-clean-kicker) {
  max-width: 730px;
  margin-top: 24px;
}

.plans-clean-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 36px;
}

.plans-clean-btn,
.plans-clean-card a,
.plans-clean-price-card a,
.plans-clean-bundle a,
.plans-clean-final-grid a,
.plans-clean-cta a {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-radius: 9px;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
}

.plans-clean-btn {
  padding: 0 28px;
}

.plans-clean-btn.primary,
.plans-clean-card.featured a,
.plans-clean-price-card.featured a,
.plans-clean-cta a {
  background: var(--pc-blue);
  color: #fff;
  box-shadow: 0 18px 42px rgba(7,88,255,.22);
}

.plans-clean-btn.secondary {
  border: 1.5px solid var(--pc-blue);
  color: var(--pc-blue);
  background: rgba(255,255,255,.76);
}

.plans-clean-summary {
  position: relative;
  padding: 32px;
  border: 1px solid rgba(7,88,255,.18);
  border-radius: 14px;
  background:
    radial-gradient(circle at 82% 0%, rgba(7,88,255,.16), transparent 42%),
    rgba(255,255,255,.86);
  box-shadow: 0 24px 70px rgba(13, 45, 104, .1);
  overflow: hidden;
}

.plans-clean-summary::before {
  content: '';
  position: absolute;
  right: -110px;
  top: -110px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  border: 1px solid rgba(7,88,255,.24);
  box-shadow: 0 0 0 28px rgba(7,88,255,.06), 0 0 0 56px rgba(7,88,255,.035);
}

.plans-clean-summary-head {
  position: relative;
  z-index: 1;
}

.plans-clean-summary-head > span,
.plans-clean-card small,
.plans-clean-price-card > span,
.plans-clean-bundle span {
  display: inline-flex;
  width: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--pc-soft);
  color: var(--pc-blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em !important;
  text-transform: uppercase;
}

.plans-clean-summary-head strong {
  display: block;
  margin-top: 18px;
  color: var(--pc-ink);
  font-size: 30px;
  line-height: 1.18;
}

.plans-clean-summary-head p {
  margin-top: 12px;
  font-size: 16px;
}

.plans-clean-steps {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.plans-clean-steps article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--pc-line);
  border-radius: 10px;
  background: rgba(255,255,255,.72);
}

.plans-clean-steps b {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--pc-blue);
  color: #fff;
}

.plans-clean-steps strong {
  display: block;
  color: var(--pc-ink);
  font-size: 17px;
}

.plans-clean-steps span {
  display: block;
  color: var(--pc-muted);
  font-size: 14px;
}

.plans-clean-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-bottom: 28px;
  border: 1px solid var(--pc-line);
  border-radius: 14px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 18px 48px rgba(13,45,104,.07);
}

.plans-clean-band article {
  min-height: 108px;
  padding: 22px 26px;
  border-right: 1px solid var(--pc-line);
}

.plans-clean-band article:last-child {
  border-right: 0;
}

.plans-clean-band strong {
  display: block;
  color: var(--pc-ink);
  font-size: 16px;
}

.plans-clean-band span {
  display: block;
  margin-top: 6px;
  color: var(--pc-muted);
  font-size: 14px;
  line-height: 1.45;
}

.plans-clean-section {
  padding: 76px 0;
}

.plans-clean-section.blue {
  width: 100%;
  max-width: none;
  padding: 82px max(32px, calc((100vw - 1500px) / 2)) 88px;
  background:
    radial-gradient(circle at 76% 10%, rgba(7,88,255,.11), transparent 34%),
    linear-gradient(180deg, #f0f6ff 0%, #ffffff 100%);
}

.plans-clean-section.blue > * {
  width: min(1500px, calc(100vw - 64px));
  margin-left: auto;
  margin-right: auto;
}

.plans-clean-head {
  max-width: 850px;
  margin-bottom: 30px;
}

.plans-clean-head.split {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(360px, .46fr);
  gap: 42px;
  align-items: end;
}

.plans-clean-head h2,
.plans-clean-cta h2,
.plans-clean-final-grid h2 {
  color: var(--pc-ink);
  font-size: clamp(34px, 3.1vw, 48px);
  line-height: 1.12;
  font-weight: 800;
}

.plans-clean-head > p,
.plans-clean-head.split > p {
  margin-top: 14px;
}

.plans-clean-card-grid {
  display: grid;
  gap: 22px;
}

.plans-clean-card-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.plans-clean-card,
.plans-clean-price-card,
.plans-clean-pack-grid article,
.plans-clean-final-grid article {
  position: relative;
  border: 1px solid var(--pc-line);
  border-radius: 14px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 18px 46px rgba(13,45,104,.075);
}

.plans-clean-card,
.plans-clean-price-card {
  min-height: 390px;
  display: flex;
  flex-direction: column;
  padding: 28px;
}

.plans-clean-card.featured,
.plans-clean-price-card.featured {
  border-color: rgba(7,88,255,.48);
  box-shadow: 0 24px 64px rgba(7,88,255,.14);
}

.plans-clean-card em,
.plans-clean-price-card em {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--pc-blue);
  color: #fff;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

.plans-clean-card img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  margin-bottom: 18px;
}

.plans-clean-card h3,
.plans-clean-price-card h3 {
  margin-top: 18px;
  color: var(--pc-ink);
  font-size: 24px;
  line-height: 1.18;
  font-weight: 800;
}

.plans-clean-card p,
.plans-clean-price-card p {
  margin-top: 12px;
  color: var(--pc-muted);
  font-size: 15px;
  line-height: 1.55;
}

.plans-clean-card > strong,
.plans-clean-price-card > strong {
  display: block;
  margin-top: auto;
  padding-top: 24px;
  color: var(--pc-blue);
  font-size: 30px;
  line-height: 1;
  font-weight: 800;
}

.plans-clean-card > strong span,
.plans-clean-price-card > strong small {
  color: var(--pc-muted);
  font-size: 15px;
  font-weight: 700;
}

.plans-clean-card a,
.plans-clean-price-card a {
  width: 100%;
  margin-top: 22px;
  border: 1.5px solid var(--pc-blue);
  color: var(--pc-blue);
  background: #fff;
}

.plans-clean-price-card ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.plans-clean-price-card li {
  position: relative;
  padding-left: 24px;
  color: var(--pc-muted);
  font-size: 14px;
}

.plans-clean-price-card li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--pc-green);
  font-weight: 900;
}

.plans-clean-pack-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.plans-clean-pack-grid article {
  min-height: 176px;
  padding: 24px;
}

.plans-clean-pack-grid b {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--pc-soft);
  color: var(--pc-blue);
  font-size: 20px;
}

.plans-clean-pack-grid strong {
  display: block;
  margin-top: 18px;
  color: var(--pc-ink);
  font-size: 19px;
  font-weight: 800;
}

.plans-clean-pack-grid span {
  display: block;
  margin-top: 8px;
  color: var(--pc-muted);
  font-size: 14px;
  line-height: 1.5;
}

.plans-clean-bundle {
  min-height: 104px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 26px;
  align-items: center;
  margin-top: 18px;
  padding: 22px 24px;
  border: 1.5px solid rgba(7,88,255,.32);
  border-radius: 14px;
  background: linear-gradient(135deg, #fff, #edf5ff);
}

.plans-clean-bundle strong {
  display: block;
  margin-top: 8px;
  color: var(--pc-ink);
  font-size: 22px;
}

.plans-clean-bundle > b {
  color: var(--pc-blue);
  font-size: 30px;
}

.plans-clean-bundle small {
  color: var(--pc-muted);
  font-size: 14px;
}

.plans-clean-bundle a {
  min-width: 190px;
  padding: 0 22px;
  background: var(--pc-blue);
  color: #fff;
}

.plans-clean-section.compact {
  padding-top: 36px;
}

.plans-clean-final-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.plans-clean-final-grid article {
  min-height: 270px;
  padding: 34px;
}

.plans-clean-final-grid p:not(.plans-clean-kicker) {
  margin-top: 16px;
}

.plans-clean-final-grid a {
  width: fit-content;
  margin-top: 28px;
  padding: 0 24px;
  background: var(--pc-orange);
  color: #fff;
}

.plans-clean-final-grid article:nth-child(2) a {
  background: var(--pc-purple);
}

.plans-clean-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
  margin-top: 28px;
  margin-bottom: 72px;
  padding: 36px;
  border-radius: 16px;
  background:
    radial-gradient(circle at 86% 0%, rgba(25,200,255,.18), transparent 34%),
    linear-gradient(135deg, #071236, #001746);
  color: #fff;
}

.plans-clean-cta .plans-clean-kicker,
.plans-clean-cta h2 {
  color: #fff;
}

.plans-clean-cta h2 {
  max-width: 840px;
}

.plans-clean-cta a {
  min-width: 270px;
  padding: 0 26px;
}

@media (max-width: 1100px) {
  .plans-clean-hero,
  .plans-clean-head.split,
  .plans-clean-cta {
    grid-template-columns: 1fr;
  }

  .plans-clean-card-grid.three,
  .plans-clean-pack-grid,
  .plans-clean-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .plans-clean-band article {
    border-right: 0;
    border-bottom: 1px solid var(--pc-line);
  }
}

@media (max-width: 720px) {
  .plans-clean-hero,
  .plans-clean-section,
  .plans-clean-band,
  .plans-clean-cta {
    width: min(100% - 32px, 1500px);
  }

  .plans-clean-hero {
    min-height: 0;
    padding-top: 46px;
  }

  .plans-clean h1 {
    font-size: clamp(34px, 10vw, 46px);
  }

  .plans-clean-head h2,
  .plans-clean-cta h2,
  .plans-clean-final-grid h2 {
    font-size: clamp(28px, 8.2vw, 38px);
  }

  .plans-clean-copy > p:not(.plans-clean-kicker),
  .plans-clean-head > p,
  .plans-clean-head.split > p {
    font-size: 16px;
  }

  .plans-clean-actions,
  .plans-clean-btn,
  .plans-clean-cta a {
    width: 100%;
  }

  .plans-clean-card-grid.three,
  .plans-clean-pack-grid,
  .plans-clean-band,
  .plans-clean-final-grid {
    grid-template-columns: 1fr;
  }

  .plans-clean-section,
  .plans-clean-section.blue {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .plans-clean-section.blue,
  .plans-clean-section.blue > * {
    width: 100%;
  }

  .plans-clean-section.blue {
    padding-left: 16px;
    padding-right: 16px;
  }

  .plans-clean-card,
  .plans-clean-price-card,
  .plans-clean-final-grid article,
  .plans-clean-summary {
    padding: 22px;
  }

  .plans-clean-bundle {
    grid-template-columns: 1fr;
  }

  .plans-clean-bundle a {
    width: 100%;
  }

  .plans-clean-cta {
    padding: 26px;
  }
}

/* Plans board layout: compact pricing surface matching the final mockup. */
@media (min-width: 1180px) {
  .plans-clean {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
    grid-template-areas:
      "hero core"
      "band core"
      "path packs"
      "entry final"
      "entry cta";
    gap: 16px 26px;
    width: min(1680px, calc(100vw - 52px));
    margin: 0 auto;
    padding: 34px 0 26px;
    background:
      radial-gradient(circle at 78% 8%, rgba(7,88,255,.1), transparent 24%),
      linear-gradient(180deg, #fff 0%, #f6f9ff 100%);
  }

  .plans-clean-hero,
  .plans-clean-section,
  .plans-clean-band,
  .plans-clean-path,
  .plans-clean-cta {
    width: 100%;
    margin: 0;
  }

  .plans-clean-hero {
    grid-area: hero;
    min-height: 0;
    grid-template-columns: minmax(0, .95fr) minmax(300px, .78fr);
    gap: 22px;
    padding: 18px 0 10px;
    align-items: center;
  }

  .plans-clean-band {
    grid-area: band;
  }

  .plans-clean-path {
    grid-area: path;
  }

  .plans-clean-entry {
    grid-area: entry;
  }

  .plans-clean-core {
    grid-area: core;
  }

  .plans-clean-packs {
    grid-area: packs;
  }

  .plans-clean-final {
    grid-area: final;
  }

  .plans-clean-cta {
    grid-area: cta;
  }

  .plans-clean h1 {
    max-width: 650px;
    font-size: clamp(42px, 3.4vw, 60px);
    line-height: 1.05;
  }

  .plans-clean-copy > p:not(.plans-clean-kicker) {
    max-width: 600px;
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.52;
  }

  .plans-clean-actions {
    margin-top: 22px;
    gap: 12px;
  }

  .plans-clean-btn,
  .plans-clean-card a,
  .plans-clean-price-card a,
  .plans-clean-bundle a,
  .plans-clean-final-grid a,
  .plans-clean-cta a {
    min-height: 44px;
    border-radius: 8px;
    font-size: 13px;
  }

  .plans-clean-btn {
    padding: 0 22px;
  }

  .plans-clean-summary {
    min-height: 310px;
    padding: 18px;
  }

  .plans-clean-summary-head strong {
    font-size: 21px;
  }

  .plans-clean-summary-head p,
  .plans-clean-steps span {
    font-size: 12px;
  }

  .plans-clean-steps {
    gap: 8px;
    margin-top: 16px;
  }

  .plans-clean-steps article {
    grid-template-columns: 34px 1fr;
    padding: 10px;
  }

  .plans-clean-steps b {
    width: 34px;
    height: 34px;
  }

  .plans-clean-steps strong {
    font-size: 14px;
  }

  .plans-clean-band {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-radius: 12px;
  }

  .plans-clean-band article {
    min-height: 58px;
    padding: 12px 16px;
  }

  .plans-clean-band strong {
    font-size: 12.5px;
  }

  .plans-clean-band span {
    font-size: 11.5px;
  }

  .plans-clean-path,
  .plans-clean-section,
  .plans-clean-section.blue,
  .plans-clean-section.compact {
    padding: 22px;
    border: 1px solid var(--pc-line);
    border-radius: 14px;
    background: rgba(255,255,255,.9);
    box-shadow: 0 16px 40px rgba(13,45,104,.06);
  }

  .plans-clean-section.blue {
    max-width: none;
  }

  .plans-clean-section.blue > * {
    width: 100%;
  }

  .plans-clean-path {
    display: grid;
    grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
    gap: 20px;
    align-items: center;
  }

  .plans-clean-path h2,
  .plans-clean-head h2,
  .plans-clean-cta h2,
  .plans-clean-final-grid h2 {
    font-size: clamp(24px, 1.7vw, 31px);
    line-height: 1.12;
  }

  .plans-clean-path p,
  .plans-clean-head > p,
  .plans-clean-head.split > p,
  .plans-clean-final-grid p {
    margin-top: 8px;
    color: var(--pc-muted);
    font-size: 12.5px;
    line-height: 1.48;
  }

  .plans-clean-path-flow {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 20px minmax(0, 1.2fr) 20px minmax(0, 1fr);
    gap: 8px;
    align-items: center;
  }

  .plans-clean-path-flow article {
    min-height: 104px;
    display: grid;
    align-content: center;
    gap: 7px;
    padding: 14px;
    border: 1px solid var(--pc-line);
    border-radius: 10px;
    background: #fff;
    text-align: center;
  }

  .plans-clean-path-flow article.main {
    border-color: rgba(0,168,117,.24);
    background: #f2fbf7;
  }

  .plans-clean-path-flow strong {
    color: var(--pc-ink);
    font-size: 12.5px;
  }

  .plans-clean-path-flow span,
  .plans-clean-path-flow b {
    color: var(--pc-blue);
    font-size: 11px;
    font-weight: 800;
  }

  .plans-clean-head {
    max-width: none;
    margin-bottom: 18px;
  }

  .plans-clean-head.split {
    grid-template-columns: minmax(0, .78fr) minmax(230px, .42fr);
    gap: 20px;
  }

  .plans-clean-kicker {
    margin-bottom: 8px;
    font-size: 10.5px;
  }

  .plans-clean-card-grid.three,
  .plans-clean-pack-grid,
  .plans-clean-final-grid {
    gap: 14px;
  }

  .plans-clean-card,
  .plans-clean-price-card {
    min-height: 250px;
    padding: 18px;
    border-radius: 12px;
  }

  .plans-clean-card img {
    width: 42px;
    height: 42px;
    margin-bottom: 10px;
  }

  .plans-clean-card h3,
  .plans-clean-price-card h3 {
    margin-top: 10px;
    font-size: 17px !important;
  }

  .plans-clean-card p,
  .plans-clean-price-card p,
  .plans-clean-price-card li {
    font-size: 12px !important;
    line-height: 1.48 !important;
  }

  .plans-clean-card > strong,
  .plans-clean-price-card > strong {
    padding-top: 16px;
    font-size: 22px;
  }

  .plans-clean-card > strong span,
  .plans-clean-price-card > strong small {
    font-size: 12px;
  }

  .plans-clean-card em,
  .plans-clean-price-card em {
    top: 10px;
    right: 10px;
    font-size: 9px;
  }

  .plans-clean-price-card ul {
    gap: 7px;
    margin-top: 16px;
  }

  .plans-clean-pack-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .plans-clean-pack-grid article {
    min-height: 138px;
    padding: 14px;
    text-align: center;
  }

  .plans-clean-pack-grid b {
    width: 38px;
    height: 38px;
    margin: 0 auto;
    font-size: 15px;
  }

  .plans-clean-pack-grid strong {
    margin-top: 12px;
    font-size: 13px;
  }

  .plans-clean-pack-grid span {
    font-size: 10.5px;
    line-height: 1.45;
  }

  .plans-clean-bundle {
    min-height: 56px;
    grid-template-columns: 1fr auto auto;
    margin-top: 10px;
    padding: 12px 14px;
  }

  .plans-clean-bundle strong {
    margin-top: 3px;
    font-size: 15px;
  }

  .plans-clean-bundle > b {
    font-size: 20px;
  }

  .plans-clean-bundle a {
    min-width: 150px;
    min-height: 38px;
  }

  .plans-clean-final-grid article {
    min-height: 154px;
    padding: 18px;
    border-radius: 12px;
  }

  .plans-clean-final-grid a {
    min-height: 36px;
    margin-top: 14px;
    padding: 0 16px;
  }

  .plans-clean-cta {
    grid-template-columns: 1fr repeat(2, auto);
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px;
    border-radius: 14px;
  }

  .plans-clean-cta h2 {
    max-width: 560px;
    color: #fff;
    font-size: 23px;
  }

  .plans-clean-cta a {
    min-width: 174px;
  }
}

@media (min-width: 1180px) and (max-width: 1500px) {
  .plans-clean-pack-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Pricing board v2 */
.pricing-board-page {
  margin: 0;
  background: #f8fbff;
  color: #07133f;
  font-family: Manrope, Arial, sans-serif;
}

.pricing-board-page *,
.pricing-board-page *::before,
.pricing-board-page *::after { box-sizing: border-box; }

.pricing-nav-wrap {
  position: sticky;
  top: 0;
  z-index: 50;
  padding: 0 24px;
  border-bottom: 1px solid #dfe7f3;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(16px);
}

.pricing-nav {
  width: min(1480px, 100%);
  height: 80px;
  display: grid;
  grid-template-columns: 160px 1fr auto;
  gap: 28px;
  align-items: center;
  margin: 0 auto;
}

.pricing-brand img { display: block; width: 116px; height: auto; }
.pricing-menu { display: flex; justify-content: center; gap: clamp(20px, 2.3vw, 42px); height: 100%; }
.pricing-menu a,
.pricing-nav-actions a { display: flex; align-items: center; color: #07133f; text-decoration: none; font-size: 14px; font-weight: 700; white-space: nowrap; }
.pricing-menu a { position: relative; gap: 5px; }
.pricing-menu a.active { color: #0758ff; }
.pricing-menu a.active::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: #0758ff; }
.pricing-menu span { color: #0758ff; font-size: 12px; }
.pricing-nav-actions { display: flex; align-items: center; gap: 26px; }
.pricing-nav-actions .primary { min-height: 48px; padding: 0 22px; border-radius: 7px; background: #0758ff; color: #fff; box-shadow: 0 8px 22px rgba(7,88,255,.18); }

.pricing-board {
  --pb-blue: #0758ff;
  --pb-ink: #07133f;
  --pb-muted: #435074;
  --pb-line: #dce5f3;
  --pb-green: #07985f;
  --pb-purple: #7a33ff;
  width: min(1880px, calc(100% - 32px));
  display: block;
  gap: 0;
  margin: 0 auto 24px;
  border: 1px solid #dfe6f1;
  border-top: 0;
  border-radius: 0 0 12px 12px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(17,50,104,.08);
  overflow: hidden;
}

.pricing-screen {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid #d8e1ef;
}
.pricing-screen:last-child { border-bottom: 0; }
.pricing-screen > .pricing-column:first-child { border-right: 0; }
.pricing-screen-hero > .pricing-column-left {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.pricing-screen-hero > .pricing-column-right {
  position: relative;
  z-index: 2;
  background: linear-gradient(135deg, #fff 0%, #f5f9ff 100%);
  box-shadow: none;
}
.pricing-screen-packs { grid-template-columns: 1fr; }
.pricing-screen-packs > .pricing-column:first-child { border-right: 0; }
.pricing-column-full { width: 100%; }
.pricing-screen-hero .pricing-path-panel {
  min-height: 690px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
}

.pricing-column { min-width: 0; padding: 28px 30px 20px; }
.pricing-column-left { border-right: 0; }
.pricing-eyebrow,
.pricing-step { margin: 0 0 10px; color: var(--pb-blue); font-size: 11px; line-height: 1.2; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.pricing-board h1,
.pricing-board h2,
.pricing-board h3,
.pricing-board p { letter-spacing: 0; }
.pricing-board h1 { margin: 0; color: var(--pb-ink); font-size: clamp(42px, 3.05vw, 62px); line-height: 1.08; font-weight: 800; letter-spacing: -.045em; }
.pricing-board h1 em { color: var(--pb-blue); font-style: normal; }
.pricing-hero h1 { font-size: clamp(46px, 2.85vw, 55px); }
.pricing-board h2 { margin: 0; color: var(--pb-ink); font-size: 23px; line-height: 1.18; font-weight: 800; }
.pricing-board h3 { margin: 0; color: var(--pb-ink); font-size: 16px; line-height: 1.25; font-weight: 800; }
.pricing-board p { color: var(--pb-muted); }

.pricing-hero { min-height: 610px; display: grid; grid-template-columns: minmax(440px, 1.1fr) minmax(350px, .9fr); gap: 30px; align-items: center; padding: 16px 2px 6px; background: radial-gradient(circle at 78% 48%, rgba(7,88,255,.07), transparent 44%); }
.pricing-eyebrow { width: fit-content; padding: 10px 16px; border: 1px solid #bfd3f8; border-radius: 9px; background: rgba(255,255,255,.76); }
.pricing-eyebrow span { margin-right: 8px; font-size: 17px; }
.pricing-lead { max-width: 430px; margin: 30px 0 0; font-size: 15px; line-height: 1.55; }
.pricing-actions { width: 272px; display: grid; gap: 12px; margin-top: 32px; }
.pricing-button,
.pricing-board article > a,
.bundle-bar > a { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 0 18px; border: 1.5px solid var(--pb-blue); border-radius: 6px; background: #fff; color: var(--pb-blue); text-decoration: none; font-size: 12px; font-weight: 800; }
.pricing-button.primary { background: var(--pb-blue); color: #fff; }

.pricing-map { position: relative; min-height: 560px; }
.pricing-map-image {
  z-index: 0;
  max-width: 100%;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.pricing-map-image::before,
.pricing-map-image::after { display: none; }
.pricing-map-image img {
  width: min(100%, 420px);
  max-width: 100%;
  height: auto;
  max-height: 560px;
  object-fit: contain;
  object-position: center;
}
.map-card { position: absolute; min-height: 88px; display: grid; grid-template-columns: 42px 32px 1fr; align-items: center; gap: 9px; padding: 14px; border: 1px solid #dfe7f4; border-radius: 14px; background: rgba(255,255,255,.96); box-shadow: 0 14px 34px rgba(23,62,122,.1); }
.map-card i { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 8px; background: #edf4ff; color: var(--pb-blue); font-size: 11px; font-style: normal; font-weight: 800; }
.map-card .map-icon { color: var(--pb-blue); font-size: 25px; text-align: center; }
.map-card strong { color: var(--pb-ink); font-size: 13px; }
.map-card small { grid-column: 3; margin-top: -8px; color: var(--pb-muted); font-size: 9px; line-height: 1.4; }
.map-diagnosis { top: 5px; left: 16%; width: 265px; }
.map-core { top: 155px; left: 10%; width: 285px; }
.map-packs { top: 305px; left: 14%; width: 255px; }
.map-analysis { bottom: 0; left: 0; width: 190px; grid-template-columns: 38px 1fr; }
.map-analysis small { grid-column: 2; }
.map-expand { bottom: 0; right: 0; width: 190px; grid-template-columns: 38px 1fr; }
.map-expand small { grid-column: 2; }
.map-line { position: absolute; top: 93px; left: 49%; width: 1px; height: 62px; border-right: 1px dashed var(--pb-blue); }
.pricing-map::after { content: ''; position: absolute; left: 39%; top: 243px; width: 1px; height: 62px; border-right: 1px dashed var(--pb-blue); }
.pricing-map::before { content: ''; position: absolute; left: 37%; bottom: 86px; width: 215px; height: 38px; border-top: 1.5px solid var(--pb-blue); border-left: 1.5px solid var(--pb-blue); border-right: 1.5px solid var(--pb-blue); border-radius: 18px 18px 0 0; }

.pricing-proof { min-height: 74px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; gap: 8px; padding: 8px 2px 0; }
.pricing-proof span { display: flex; align-items: center; justify-content: center; gap: 9px; color: #25345e; font-size: 11px; font-weight: 700; }
.pricing-proof i { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; border: 1.5px solid #c7dafb; border-radius: 50%; color: var(--pb-blue); font-style: normal; font-weight: 800; }

.pricing-panel,
.pricing-core-section,
.pricing-packs-section,
.pricing-special-grid > article,
.pricing-contact,
.pricing-footer { border: 1px solid var(--pb-line); border-radius: 10px; background: #fff; }
.pricing-panel { margin-top: 12px; padding: 20px; }
.pricing-path-kicker { margin: 0 0 24px; color: var(--pb-blue) !important; font-size: 11px; font-weight: 800; letter-spacing: .08em !important; text-transform: uppercase; }
.pricing-path-panel { padding: 34px; }
.pricing-path-kicker span { margin-right: 8px; font-size: 17px; }
.pricing-path-panel .pricing-panel-intro h2 { font-size: 29px; line-height: 1.16; }
.pricing-path-panel .pricing-panel-intro h2 em { color: var(--pb-blue); font-style: normal; }
.pricing-panel-intro.split { display: grid; grid-template-columns: 1.12fr .88fr; gap: 46px; align-items: start; }
.pricing-panel-intro p { margin: 0; font-size: 12px; line-height: 1.55; }
.pricing-choice-flow { display: grid; grid-template-columns: .95fr 34px 1.35fr 34px .8fr; gap: 8px; align-items: center; margin-top: 32px; }
.choice-box { min-height: 278px; padding: 14px; border: 1px solid #cddcf2; border-radius: 14px; background: #f8fbff; }
.choice-box.company { border-color: #cbeadd; background: #f4fbf8; }
.choice-box.enterprise { border-color: #dccbff; background: #fbf8ff; text-align: center; }
.choice-box h3 { min-height: 42px; display: flex; align-items: center; justify-content: flex-start; gap: 10px; color: var(--pb-blue); font-size: 11px; text-align: left; }
.choice-box h3 i { width: 28px; height: 28px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: var(--pb-blue); color: #fff; font-style: normal; }
.choice-box.company h3 i { background: var(--pb-green); }
.choice-box.enterprise h3 i { background: var(--pb-purple); }
.choice-box > div:not(.choice-pair),
.choice-pair > div { display: grid; gap: 5px; margin-top: 10px; padding: 16px; border: 1px solid #e4eaf3; border-radius: 12px; background: #fff; }
.choice-box > div:not(.choice-pair) { grid-template-columns: 32px 1fr; align-items: center; }
.choice-box > div:not(.choice-pair) small { grid-column: 2; }
.choice-icon { color: var(--pb-blue); font-size: 23px; text-align: center; }
.choice-pair > div { min-height: 180px; align-content: center; justify-items: center; text-align: center; }
.choice-pair .choice-icon { color: #075b64; font-size: 28px; }
.choice-box b { color: var(--pb-ink); font-size: 11px; }
.choice-box small { color: var(--pb-muted); font-size: 9px; line-height: 1.35; }
.choice-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.choice-arrow { color: var(--pb-ink); font-size: 24px; text-align: center; }
.pricing-path-note { min-height: 78px; display: grid; grid-template-columns: 54px 1fr auto; gap: 18px; align-items: center; margin-top: 30px; padding: 12px 18px; border: 1px solid #ccdcf6; border-radius: 13px; }
.pricing-path-note i { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: #eef5ff; color: var(--pb-blue); font-size: 24px; font-style: normal; }
.pricing-path-note p { margin: 0; font-size: 11px; line-height: 1.5; }
.pricing-path-note a { color: var(--pb-blue); font-size: 10px; font-weight: 800; text-decoration: none; white-space: nowrap; }
.pricing-path-note a span { margin-left: 16px; font-size: 18px; }

.pricing-entry-panel > h2 { margin-bottom: 16px; }
.entry-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.entry-card { position: relative; min-height: 325px; display: flex; flex-direction: column; padding: 16px 14px 14px; border: 1px solid #d5e1f2; border-radius: 8px; }
.entry-card.recommended { border: 2px solid var(--pb-blue); }
.entry-card.green { border-color: #c7e8da; }
.entry-card em { position: absolute; top: 0; left: 50%; transform: translate(-50%,-50%); width: 150px; padding: 5px 8px; border-radius: 4px; background: #eef4ff; color: var(--pb-blue); font-size: 8px; font-style: normal; font-weight: 800; text-align: center; text-transform: uppercase; }
.card-title { display: grid; grid-template-columns: 30px 1fr; gap: 8px; align-items: center; }
.card-title i { color: var(--pb-blue); font-size: 18px; font-style: normal; font-weight: 800; }
.card-title h3 { font-size: 14px; }
.entry-card p { margin: 18px 0 0; font-size: 10.5px; line-height: 1.58; }
.entry-card > strong { display: block; margin-top: auto; padding-top: 16px; color: var(--pb-blue); font-size: 11px; line-height: 1.4; text-align: center; }
.entry-card.green > strong { color: var(--pb-green); }
.entry-card > strong small { font-size: 9px; }
.entry-card > a { width: 100%; margin-top: 14px; min-height: 38px; padding: 0 10px; font-size: 10px; }
.entry-card.recommended > a { background: var(--pb-blue); color: #fff; }
.entry-card.green > a { border-color: var(--pb-green); color: var(--pb-green); }
.entry-foot { margin: 14px -20px -20px; padding: 12px; border-top: 1px solid var(--pb-line); color: #34436d; font-size: 9px; font-weight: 700; text-align: center; }

.pricing-core-section,
.pricing-packs-section { padding: 18px; }
.pricing-section-head { display: grid; grid-template-columns: 1.25fr .75fr; gap: 24px; align-items: start; }
.pricing-section-head > p { margin: 0; font-size: 10px; line-height: 1.55; }
.journey-strip { display: grid; grid-template-columns: 1fr 22px 1fr 22px 1fr 22px 1fr; align-items: center; margin-top: 16px; }
.journey-strip > div { min-height: 60px; display: grid; grid-template-columns: 28px 1fr; align-items: center; gap: 7px; padding: 8px; border: 1px solid #e0e7f2; border-radius: 30px; }
.journey-strip > div.active { box-shadow: 0 0 0 5px rgba(7,88,255,.08); }
.journey-strip i { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: #eef4ff; color: var(--pb-blue); font-size: 8px; font-style: normal; font-weight: 800; }
.journey-strip b { color: var(--pb-ink); font-size: 9px; }
.journey-strip small { grid-column: 2; margin-top: -7px; color: var(--pb-muted); font-size: 7.5px; }
.journey-strip > span { color: var(--pb-blue); text-align: center; }
.core-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 18px; }
.pricing-screen-decision .core-grid { grid-template-columns: repeat(4, 1fr); }
.core-card { min-height: 342px; display: flex; flex-direction: column; padding: 15px; border: 1px solid #dce5f2; border-radius: 8px; }
.core-card.featured { border: 2px solid var(--pb-green); }
.core-label { margin: 0 0 12px !important; color: var(--pb-blue) !important; font-size: 8px !important; font-weight: 800; text-align: center; text-transform: uppercase; }
.core-card.featured .core-label,
.core-card.featured > strong { color: var(--pb-green) !important; }
.core-card.purple .core-label,
.core-card.purple > strong { color: var(--pb-purple) !important; }
.core-card.essential { border-color: #9bc8ff; background: linear-gradient(180deg, #f5f9ff, #fff 44%); }
.core-card.essential .core-label,
.core-card.essential > strong { color: var(--pb-blue) !important; }
.core-card h3 { font-size: 18px; }
.core-card > strong { margin-top: 9px; color: var(--pb-blue); font-size: 20px; line-height: 1.1; }
.core-card > strong small { font-size: 10px; }
.core-card > strong.text-price { font-size: 13px; line-height: 1.35; }
.core-card > b { margin-top: 5px; color: #152554; font-size: 9px; }
.core-card > p:not(.core-label) { margin: 17px 0 0; font-size: 9.3px; line-height: 1.55; }
.core-card ul { display: grid; gap: 6px; margin: auto 0 0; padding: 16px 0 0; list-style: none; }
.core-card li { position: relative; padding-left: 16px; color: #24345e; font-size: 9px; }
.core-card li::before { content: '\2713'; position: absolute; left: 0; color: var(--pb-blue); font-weight: 800; }
.core-card.featured li::before { color: var(--pb-green); }
.core-card.purple li::before { color: var(--pb-purple); }
.core-card > a { width: 100%; min-height: 36px; margin-top: 14px; padding: 0 8px; font-size: 9.5px; }
.core-card.featured > a { border-color: var(--pb-green); color: var(--pb-green); }
.core-card.purple > a { border-color: var(--pb-purple); color: var(--pb-purple); }

.pricing-packs-section { margin-top: 12px; }
.pricing-section-head.compact { grid-template-columns: 1.2fr .8fr; }
.packs-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; margin-top: 14px; }
.packs-grid article { min-width: 0; min-height: 190px; display: flex; flex-direction: column; align-items: center; padding: 14px 10px; border: 1px solid #dce5f2; border-radius: 8px; text-align: center; }
.packs-grid i { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 11px; background: #edf4ff; color: var(--pb-blue); font-size: 10px; font-style: normal; font-weight: 800; }
.packs-grid article:nth-child(2) i,
.packs-grid article:nth-child(3) i { background: #fff4e8; color: #e88900; }
.packs-grid article:nth-child(4) i { background: #eaf8f2; color: var(--pb-green); }
.packs-grid article:nth-child(6) i { background: #f5efff; color: var(--pb-purple); }
.packs-grid b { margin-top: 8px; color: var(--pb-ink); font-size: 10px; }
.packs-grid small { margin-top: 6px; color: var(--pb-muted); font-size: 7.3px; line-height: 1.45; }
.packs-grid article > strong { margin-top: auto; padding-top: 12px; color: var(--pb-ink); font-size: 11px; }
.packs-grid article > a { min-height: 30px; width: 100%; margin-top: 9px; border: 1px solid var(--pb-blue); border-radius: 6px; color: var(--pb-blue); display: inline-flex; align-items: center; justify-content: center; font-size: 8px; font-weight: 800; text-decoration: none; }
.packs-alacarte { margin: 12px 0 0; padding: 10px 14px; border-radius: 7px; background: #eef5ff; color: var(--pb-muted); font-size: 10px; text-align: center; }
.packs-alacarte strong { color: var(--pb-blue); }
.bundle-bar { min-height: 52px; display: grid; grid-template-columns: 1fr auto auto; gap: 20px; align-items: center; margin-top: 8px; padding: 8px 14px; border: 1.5px solid #b992ff; border-radius: 7px; background: #fcfaff; }
.bundle-bar span { display: block; color: var(--pb-purple); font-size: 7px; font-weight: 800; text-transform: uppercase; }
.bundle-bar b { display: block; margin-top: 2px; color: var(--pb-ink); font-size: 11px; }
.bundle-bar > strong { color: var(--pb-purple); font-size: 18px; white-space: nowrap; }
.bundle-bar > strong small { font-size: 9px; }
.bundle-bar > a { min-height: 32px; border-color: var(--pb-purple); color: var(--pb-purple); font-size: 9px; }
.bundle-benefits { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; padding: 9px 10px 0; color: #35446c; font-size: 7.5px; }
.bundle-benefits span { white-space: nowrap; }

.pricing-special-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 12px; }
.pricing-special-grid > article { min-height: 115px; padding: 12px 16px; }
.pricing-special-grid article > div { display: grid; grid-template-columns: 38px 1fr; column-gap: 10px; }
.pricing-special-grid i { grid-row: 1 / 4; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: #f2edff; color: var(--pb-purple); font-size: 9px; font-style: normal; font-weight: 800; }
.pricing-special-grid h3 { font-size: 14px; }
.pricing-special-grid div p { margin: 5px 0 0; font-size: 8.5px; line-height: 1.45; }
.pricing-special-grid article > div > a { width: fit-content; min-height: 30px; margin-top: 8px; padding: 0 12px; font-size: 8px; }

.pricing-contact { min-height: 84px; display: grid; grid-template-columns: 1.2fr repeat(4, 1fr); gap: 10px; align-items: center; margin-top: 12px; padding: 12px; }
.pricing-contact h2 { font-size: 19px; }
.pricing-contact > div p { margin: 3px 0 0; font-size: 9px; }
.pricing-contact > a { min-height: 56px; display: grid; grid-template-columns: 28px 1fr; align-items: center; gap: 5px; padding: 8px; border: 1px solid #dce5f2; border-radius: 7px; color: var(--pb-ink); text-decoration: none; }
.pricing-contact > a i { grid-row: 1 / 3; color: var(--pb-blue); font-size: 8px; font-style: normal; font-weight: 800; }
.pricing-contact > a b { font-size: 8.5px; }
.pricing-contact > a small { margin-top: -5px; color: var(--pb-muted); font-size: 6.8px; }
.pricing-contact > a.phone b,
.pricing-contact > a.phone i { color: #f05223; }
.pricing-footer { min-height: 52px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; margin-top: 12px; padding: 0 18px; color: #33436c; font-size: 8px; font-weight: 700; text-align: center; }

.pricing-screen-packs .pricing-contact {
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 2fr);
  gap: 30px;
  align-items: center;
  margin-top: 24px;
  padding: 30px;
  border: 0;
  border-radius: 18px;
  background:
    radial-gradient(circle at 8% 50%, rgba(7,88,255,.1), transparent 30%),
    linear-gradient(135deg, #f7faff, #fff);
  box-shadow: 0 18px 48px rgba(18,48,94,.07);
}
.pricing-contact-intro h2 { margin: 0; font-size: 30px; line-height: 1.08; }
.pricing-contact-intro > p:last-child { max-width: 420px; margin: 10px 0 0; color: var(--pb-muted); font-size: 13px; line-height: 1.55; }
.pricing-contact-options { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.pricing-contact .contact-option {
  position: relative;
  min-height: 112px;
  display: grid;
  grid-template-columns: 48px 1fr 20px;
  gap: 12px;
  align-items: center;
  padding: 18px;
  border: 1px solid #d9e4f2;
  border-radius: 14px;
  color: var(--pb-ink);
  background: rgba(255,255,255,.92);
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.pricing-contact .contact-option:hover {
  transform: translateY(-3px);
  border-color: #8fb5ff;
  box-shadow: 0 14px 30px rgba(7,88,255,.1);
}
.pricing-contact .contact-option i {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: var(--pb-blue);
  background: #edf4ff;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
}
.pricing-contact .contact-option.whatsapp i { color: #008f63; background: #e9f8f2; }
.pricing-contact .contact-option.phone i { color: #f05223; background: #fff0eb; }
.pricing-contact .contact-option span,
.pricing-contact .contact-option b,
.pricing-contact .contact-option small { display: block; }
.pricing-contact .contact-option b { font-size: 13px; line-height: 1.25; }
.pricing-contact .contact-option small { margin-top: 6px; color: var(--pb-muted); font-size: 10px; line-height: 1.35; }
.pricing-contact .contact-option em { color: var(--pb-blue); font-size: 18px; font-style: normal; }

.pricing-screen-packs .pricing-footer {
  min-height: 104px;
  gap: 0;
  margin-top: 14px;
  padding: 0 22px;
  border: 0;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(18,48,94,.055);
  text-align: left;
}
.pricing-screen-packs .pricing-footer > span {
  min-height: 64px;
  display: grid;
  grid-template-columns: 40px 1fr;
  align-content: center;
  gap: 3px 12px;
  padding: 0 24px;
  border-right: 1px solid #e5ebf3;
}
.pricing-screen-packs .pricing-footer > span:last-child { border-right: 0; }
.pricing-screen-packs .pricing-footer i {
  grid-row: 1 / span 2;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--pb-blue);
  background: #edf4ff;
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
}
.pricing-screen-packs .pricing-footer b { color: var(--pb-ink); font-size: 12px; }
.pricing-screen-packs .pricing-footer small { color: var(--pb-muted); font-size: 9px; font-weight: 500; }

/* Pricing screens 2 and 3: independent panels and asymmetric layouts */
.pricing-screen-decision {
  grid-template-columns: minmax(480px, .35fr) minmax(0, .65fr);
  gap: 24px;
  align-items: start;
  padding: 28px;
  background: linear-gradient(180deg, #f7faff, #f3f7fc);
}
.pricing-screen-decision > .pricing-column {
  padding: 0;
  border: 0;
}
.pricing-screen-decision .pricing-panel,
.pricing-screen-decision .pricing-core-section {
  height: 100%;
  margin: 0;
  padding: 28px;
  border-radius: 18px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 18px 48px rgba(18,48,94,.08);
}
.pricing-screen-decision .pricing-entry-panel > h2 {
  max-width: 390px;
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 1.15;
}
.pricing-screen-decision .entry-grid { gap: 12px; }
.pricing-screen-decision .entry-card {
  min-height: 470px;
  padding: 22px 14px 16px;
  border-radius: 12px;
}
.pricing-screen-decision .card-title { grid-template-columns: 1fr; gap: 10px; }
.pricing-screen-decision .card-title i { font-size: 23px; }
.pricing-screen-decision .card-title h3 { font-size: 14px; }
.pricing-screen-decision .entry-card p { font-size: 11px; line-height: 1.65; }
.pricing-screen-decision .entry-card > strong { font-size: 10px; text-align: left; }
.pricing-screen-decision .entry-card > a { min-height: 48px; font-size: 10px; }
.pricing-screen-decision .entry-foot {
  margin: 28px 0 0;
  padding: 18px;
  border: 0;
  border-radius: 10px;
  background: #f3f7ff;
  font-size: 10px;
}
.pricing-screen-decision .pricing-section-head h2 { font-size: 32px; line-height: 1.15; }
.pricing-screen-decision .pricing-section-head > p { font-size: 12px; }
.pricing-screen-decision .journey-strip { margin-top: 24px; }
.pricing-screen-decision .journey-strip > div { min-height: 64px; padding: 10px 12px; }
.pricing-screen-decision .journey-strip b { font-size: 10px; }
.pricing-screen-decision .journey-strip small { font-size: 8px; }
.pricing-screen-decision .core-grid { gap: 14px; margin-top: 26px; }
.pricing-screen-decision .core-card {
  min-height: 500px;
  padding: 22px 18px 18px;
  border-radius: 13px;
}
.pricing-screen-decision .core-label { font-size: 9px !important; }
.pricing-screen-decision .core-card h3 { font-size: 22px; }
.pricing-screen-decision .core-card > strong { font-size: 25px; }
.pricing-screen-decision .core-card > strong.text-price { font-size: 18px; }
.pricing-screen-decision .core-card > b { font-size: 11px; }
.pricing-screen-decision .core-card > p:not(.core-label) { font-size: 12px; line-height: 1.6; }
.pricing-screen-decision .core-card li { font-size: 11px; }
.pricing-screen-decision .core-card > a { min-height: 52px; font-size: 12px; }

.pricing-screen-packs {
  padding: 34px 28px;
  background: #fff;
}
.pricing-screen-packs > .pricing-column { padding: 0; }
.pricing-screen-packs .pricing-packs-section {
  display: grid;
  grid-template-columns: minmax(330px, .32fr) minmax(0, 1fr);
  grid-template-rows: auto auto auto auto;
  gap: 18px 32px;
  margin: 0;
  padding: 34px;
  border-radius: 18px;
  box-shadow: 0 18px 48px rgba(18,48,94,.06);
}
.pricing-screen-packs .pricing-section-head.compact {
  grid-column: 1;
  grid-row: 1;
  display: block;
}
.pricing-screen-packs .pricing-section-head.compact h2 {
  margin-top: 14px;
  font-size: 40px;
  line-height: 1.08;
}
.pricing-screen-packs .pricing-section-head.compact > p { display: none; }
.packs-intro-benefits {
  grid-column: 1;
  grid-row: 2 / span 3;
  display: grid;
  align-content: start;
  gap: 22px;
}
.packs-intro-benefits > p { margin: 0 0 8px; color: var(--pb-muted); font-size: 14px; line-height: 1.6; }
.packs-intro-benefits > div { display: grid; grid-template-columns: 42px 1fr; gap: 12px; align-items: center; }
.packs-intro-benefits i { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; background: #f0edff; color: var(--pb-purple); font-style: normal; font-weight: 800; }
.packs-intro-benefits b,
.packs-intro-benefits small { display: block; }
.packs-intro-benefits b { color: var(--pb-ink); font-size: 13px; }
.packs-intro-benefits small { margin-top: 4px; color: var(--pb-muted); font-size: 10px; line-height: 1.45; }
.pricing-screen-packs .packs-grid {
  grid-column: 2;
  grid-row: 1 / span 2;
  gap: 14px;
  margin: 40px 0 0;
}
.pricing-screen-packs .packs-grid article {
  min-height: 380px;
  align-items: flex-start;
  padding: 24px 16px 18px;
  border-radius: 12px;
  text-align: left;
}
.pricing-screen-packs .packs-grid i { width: 44px; height: 44px; font-size: 12px; }
.pricing-screen-packs .packs-grid b { margin-top: 54px; font-size: 15px; }
.pricing-screen-packs .packs-grid small { margin-top: 12px; font-size: 10px; line-height: 1.65; }
.pricing-screen-packs .packs-grid article > strong { font-size: 14px; }
.pricing-screen-packs .packs-grid article > a { min-height: 44px; margin-top: 18px; font-size: 10px; }
.pricing-screen-packs .packs-alacarte {
  grid-column: 2;
  grid-row: 3;
  margin: 0;
  padding: 16px;
  font-size: 11px;
}
.pricing-screen-packs .bundle-bar {
  grid-column: 2;
  grid-row: 4;
  min-height: 76px;
  margin: 0;
  padding: 14px 20px;
  border-radius: 12px;
}
.pricing-screen-packs .bundle-bar b { font-size: 14px; }
.pricing-screen-packs .bundle-bar > strong { font-size: 25px; }
.pricing-screen-packs .bundle-bar > a { min-height: 42px; font-size: 10px; }
.pricing-screen-packs .bundle-benefits {
  grid-column: 2;
  grid-row: 5;
  font-size: 9px;
}
.pricing-screen-packs .pricing-special-grid,
.pricing-screen-packs .pricing-contact,
.pricing-screen-packs .pricing-footer { width: 100%; }

@media (max-width: 1500px) {
  .pricing-screen-hero { display: block; }
  .pricing-screen-hero > .pricing-column:first-child { border-right: 0; border-bottom: 1px solid #d8e1ef; }
  .pricing-screen-hero > .pricing-column-right { box-shadow: none; }
  .pricing-screen-hero .pricing-hero { grid-template-columns: minmax(360px, .9fr) minmax(420px, 1.1fr); }
  .pricing-screen-hero .pricing-map { width: min(100%, 480px); margin: 0 auto; }
}

@media (max-width: 1240px) {
  .pricing-nav { grid-template-columns: 140px 1fr auto; }
  .pricing-menu { gap: 16px; }
  .pricing-menu a { font-size: 12px; }
  .pricing-board { width: min(100% - 20px, 1540px); }
  .pricing-screen-decision .core-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-column { padding: 20px 16px; }
  .pricing-hero { grid-template-columns: 1fr; }
  .pricing-map { min-height: 320px; }
  .pricing-board h1 { font-size: 42px; }
  .entry-grid,
  .core-grid { grid-template-columns: 1fr; }
  .entry-card,
  .core-card { min-height: 0; }
  .packs-grid { grid-template-columns: repeat(3, 1fr); }
  .pricing-choice-flow { grid-template-columns: 1fr; }
  .choice-arrow { transform: rotate(90deg); }
  .pricing-contact { grid-template-columns: repeat(2, 1fr); }
  .pricing-contact > div { grid-column: 1 / -1; }
}

@media (max-width: 860px) {
  .pricing-nav-wrap { padding: 0 16px; }
  .pricing-nav { height: 68px; grid-template-columns: 1fr auto; }
  .pricing-menu { display: none; }
  .pricing-nav-actions > a:first-child { display: none; }
  .pricing-nav-actions .primary { min-height: 40px; padding: 0 14px; font-size: 11px; }
  .pricing-board { display: block; width: 100%; margin: 0; border: 0; border-radius: 0; }
  .pricing-screen { display: block; }
  .pricing-screen > .pricing-column:first-child { border-right: 0; }
  .pricing-column { padding: 18px 14px; }
  .pricing-column-left { border-right: 0; }
  .pricing-hero { min-height: 0; padding: 34px 2px 12px; }
  .pricing-board h1 { font-size: 37px; }
  .pricing-map { min-height: 330px; transform: scale(.94); transform-origin: center; }
  .pricing-map.pricing-map-image { min-height: 560px; }
  .pricing-proof { grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 14px 0; }
  .pricing-proof span { justify-content: flex-start; }
  .pricing-panel-intro.split,
  .pricing-section-head,
  .pricing-section-head.compact { grid-template-columns: 1fr; gap: 10px; }
  .pricing-choice-flow { grid-template-columns: 1fr; }
  .entry-grid,
  .core-grid,
  .pricing-screen-decision .core-grid,
  .pricing-special-grid { grid-template-columns: 1fr; }
  .journey-strip { grid-template-columns: 1fr; gap: 7px; }
  .journey-strip > span { transform: rotate(90deg); }
  .packs-grid { grid-template-columns: repeat(2, 1fr); }
  .bundle-bar { grid-template-columns: 1fr; gap: 8px; }
  .bundle-benefits,
  .pricing-footer { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .bundle-benefits span { white-space: normal; }
  .pricing-contact { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 430px) {
  .pricing-board h1 { font-size: 32px; }
  .pricing-board h2 { font-size: 21px; }
  .pricing-actions,
  .pricing-button { width: 100%; }
  .pricing-map { margin: -10px -22px 0; transform: scale(.82); }
  .pricing-map.pricing-map-image { min-height: 430px; }
  .pricing-map-image img { width: min(100%, 322px); }
  .pricing-panel { padding: 16px; }
  .choice-pair,
  .packs-grid,
  .pricing-contact,
  .pricing-footer { grid-template-columns: 1fr; }
}

@media (max-width: 1500px) {
  .pricing-screen-decision { grid-template-columns: 1fr; }
}

@media (max-width: 1100px) {
  .pricing-screen-packs .pricing-packs-section { grid-template-columns: 1fr; }
  .pricing-screen-packs .pricing-section-head.compact,
  .packs-intro-benefits,
  .pricing-screen-packs .packs-grid,
  .pricing-screen-packs .packs-alacarte,
  .pricing-screen-packs .bundle-bar,
  .pricing-screen-packs .bundle-benefits {
    grid-column: 1;
    grid-row: auto;
  }
  .pricing-screen-packs .packs-grid { margin-top: 10px; }
}

@media (max-width: 1050px) {
  .pricing-screen-packs .pricing-contact { grid-template-columns: 1fr; }
  .pricing-contact-options { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pricing-screen-packs .pricing-footer { grid-template-columns: repeat(2, 1fr); padding: 14px; }
  .pricing-screen-packs .pricing-footer > span:nth-child(2) { border-right: 0; }
}

@media (max-width: 600px) {
  .pricing-contact-options,
  .pricing-screen-packs .pricing-footer { grid-template-columns: 1fr; }
  .pricing-screen-packs .pricing-footer > span { border-right: 0; border-bottom: 1px solid #e5ebf3; }
  .pricing-screen-packs .pricing-footer > span:last-child { border-bottom: 0; }
}

/* ============================================================
   PRICING BOARD · FIT, ECOSYSTEM PACKS AND LOWER AREA
   ============================================================ */
.pricing-board {
  width: min(1840px, calc(100% - 40px));
  overflow: clip;
}

.pricing-screen-hero {
  grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr);
}

.pricing-screen-hero .pricing-column {
  padding-inline: clamp(24px, 2.5vw, 44px);
}

.pricing-screen-hero .pricing-hero {
  grid-template-columns: minmax(0, 1.18fr) minmax(270px, .82fr);
  gap: clamp(12px, 1.5vw, 26px);
}

.pricing-screen-hero .pricing-hero-copy { min-width: 0; }
.pricing-screen-hero .pricing-hero h1 {
  font-size: clamp(43px, 2.65vw, 52px);
  line-height: 1.08;
}

.pricing-screen-hero .pricing-map {
  min-width: 0;
  width: 100%;
}

.pricing-screen-hero .pricing-map-image img {
  width: min(100%, 350px);
  max-height: 540px;
}

.pricing-screen-hero .pricing-path-panel {
  min-height: 650px;
  padding: clamp(24px, 2vw, 34px);
}

.pricing-screen-hero .pricing-panel-intro.split {
  grid-template-columns: minmax(0, 1.08fr) minmax(220px, .92fr);
  gap: clamp(22px, 2.2vw, 42px);
}

.pricing-screen-hero .pricing-choice-flow {
  grid-template-columns: minmax(150px, .95fr) 28px minmax(230px, 1.35fr) 28px minmax(145px, .8fr);
  gap: 6px;
}

.pricing-screen-decision {
  grid-template-columns: minmax(0, .34fr) minmax(0, .66fr);
}

.pricing-screen-decision .entry-grid,
.pricing-screen-decision .core-grid { min-width: 0; }

.pricing-screen-decision .entry-card,
.pricing-screen-decision .core-card { min-width: 0; }

.pricing-screen-decision .entry-card {
  min-height: 440px;
  padding-inline: clamp(12px, 1vw, 18px);
}

.pricing-screen-decision .core-card {
  min-height: 470px;
  padding: 20px 16px 16px;
}

.pricing-screen-decision .core-card > p:not(.core-label) {
  overflow-wrap: anywhere;
}

.pricing-screen-packs .pricing-packs-section {
  position: relative;
  grid-template-columns: minmax(320px, .31fr) minmax(0, 1fr);
  grid-template-rows: auto auto auto;
  gap: 20px 32px;
  padding: clamp(28px, 2.5vw, 42px);
}

.pricing-screen-packs .pricing-section-head.compact h2 {
  max-width: 430px;
  font-size: clamp(36px, 3vw, 48px);
}

.pricing-screen-packs .pricing-section-head.compact > p {
  position: absolute;
  top: 30px;
  right: 40px;
  width: min(590px, 48%);
  display: block;
  padding-left: 38px;
  color: #35466f;
  font-size: 12px;
  line-height: 1.55;
}

.pricing-screen-packs .pricing-section-head.compact > p::before {
  content: '\2726';
  position: absolute;
  left: 0;
  top: -2px;
  color: #3b42ff;
  font-size: 24px;
}

.pricing-screen-packs .packs-intro-benefits {
  grid-row: 2 / span 2;
  gap: 22px;
}

.pricing-screen-packs .packs-grid {
  grid-row: 1 / span 2;
  gap: clamp(10px, 1vw, 16px);
  margin-top: 82px;
}

.pricing-screen-packs .packs-grid article {
  position: relative;
  min-height: 330px;
  padding: 20px 16px 16px;
  border-radius: 14px;
  background: linear-gradient(180deg, #fff, #fcfdff);
  box-shadow: 0 12px 28px rgba(24, 55, 104, .045);
}

.pricing-screen-packs .packs-grid article::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 28%;
  right: 28%;
  height: 2px;
  border-radius: 999px;
  background: var(--pack-accent, #1468ff);
}

.pricing-screen-packs .packs-grid article:nth-child(2) { --pack-accent: #ff7442; }
.pricing-screen-packs .packs-grid article:nth-child(3) { --pack-accent: #f4a600; }
.pricing-screen-packs .packs-grid article:nth-child(4) { --pack-accent: #08a967; }
.pricing-screen-packs .packs-grid article:nth-child(5) { --pack-accent: #476cff; }
.pricing-screen-packs .packs-grid article:nth-child(6) { --pack-accent: #8a39ff; }

.pricing-screen-packs .packs-grid i {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
}

.pricing-screen-packs .packs-grid .pack-visual {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  align-self: center;
  margin-top: 22px;
  border-radius: 18px;
  color: var(--pack-accent, #1468ff);
  background: color-mix(in srgb, var(--pack-accent, #1468ff) 11%, #fff);
  box-shadow: 0 10px 22px color-mix(in srgb, var(--pack-accent, #1468ff) 16%, transparent);
  font-size: 28px;
  font-weight: 800;
}

.pricing-screen-packs .packs-grid b {
  margin-top: 18px;
  font-size: 15px;
}

.pricing-screen-packs .packs-grid small {
  min-height: 48px;
  margin-top: 10px;
  font-size: 9.5px;
  line-height: 1.55;
}

.pricing-screen-packs .packs-grid article > strong {
  padding-top: 10px;
  font-size: 13px;
}

.pricing-screen-packs .packs-grid article > a {
  min-height: 40px;
  margin-top: 14px;
  border-color: var(--pack-accent, #1468ff);
  color: var(--pack-accent, #1468ff);
}

.pricing-screen-packs .packs-grid article > a span { margin-left: 8px; }

.pack-purchase-bar {
  grid-column: 2;
  grid-row: 3;
  display: grid;
  grid-template-columns: minmax(220px, .9fr) minmax(260px, 1.2fr) auto auto;
  grid-template-rows: auto auto;
  gap: 12px 24px;
  align-items: center;
  min-height: 126px;
  padding: 18px 22px 14px;
  border: 1px solid #d9d6ff;
  border-radius: 14px;
  background: linear-gradient(105deg, #fbfcff, #fcfaff);
}

.pack-purchase-bar .packs-alacarte {
  grid-column: auto;
  grid-row: auto;
  display: grid;
  grid-template-columns: 42px 1fr auto;
  gap: 12px;
  align-items: center;
  margin: 0;
  padding: 12px 16px;
  border: 1px solid #c9c2ff;
  border-radius: 6px;
  background: linear-gradient(105deg, #f4f1ff, #ece8ff);
  text-align: left;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.pack-purchase-bar .packs-alacarte:hover {
  transform: translateY(-2px);
  border-color: #6740f4;
  box-shadow: 0 12px 24px rgba(103, 64, 244, .18);
}

.pack-purchase-bar .packs-alacarte i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #5c38ff;
  background: #eeeaff;
  font-style: normal;
}

.pack-purchase-bar .packs-alacarte strong,
.pack-purchase-bar .packs-alacarte small { display: block; }
.pack-purchase-bar .packs-alacarte strong { color: #5336ec; font-size: 12px; }
.pack-purchase-bar .packs-alacarte small { margin-top: 5px; color: #536187; font-size: 9px; line-height: 1.4; }
.pack-purchase-bar .bundle-copy span { display: block; color: #7040ff; font-size: 8px; font-weight: 800; text-transform: uppercase; }
.pack-purchase-bar .bundle-copy b { display: block; margin-top: 4px; color: var(--pb-ink); font-size: 14px; }
.pack-purchase-bar .bundle-price { color: #6f32ff; font-size: 25px; white-space: nowrap; }
.pack-purchase-bar .bundle-price small { font-size: 10px; }
.pack-purchase-bar > a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 0 22px;
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(110deg, #6633f4, #4c15df);
  font-size: 10px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.pack-purchase-bar .bundle-benefits {
  grid-column: 2 / -1;
  grid-row: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding: 10px 0 0;
  border-top: 1px solid #e8e7f4;
  color: #45547b;
  font-size: 8.5px;
}

.pricing-screen-packs .pricing-special-grid {
  grid-template-columns: 1fr;
  margin-top: 22px;
}

.pricing-screen-packs .pricing-special-grid > article {
  min-height: 88px;
  display: grid;
  grid-template-columns: 150px 1fr;
  align-items: center;
  padding: 18px 24px;
  border-color: #ffd2bd;
  background: linear-gradient(110deg, #fffdfc, #fff);
}

.pricing-screen-packs .pricing-special-grid > article > .pricing-step {
  margin: 0;
  color: #ff561b;
}

.pricing-screen-packs .pricing-special-grid article > div {
  grid-template-columns: 46px 1fr auto;
  align-items: center;
  column-gap: 16px;
}

.pricing-screen-packs .pricing-special-grid i {
  grid-row: 1 / 3;
  width: 42px;
  height: 42px;
  color: #ff561b;
  background: #fff0e9;
}
.pricing-screen-packs .pricing-special-grid i.forge-badge {
  background: transparent;
  overflow: visible;
}
.pricing-screen-packs .pricing-special-grid i.forge-badge img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.pricing-screen-packs .pricing-special-grid h3 { font-size: 16px; }
.pricing-screen-packs .pricing-special-grid div p { margin: 3px 0 0; font-size: 10px; }
.pricing-screen-packs .pricing-special-grid article > div > a {
  grid-column: 3;
  grid-row: 1 / 3;
  min-width: 220px;
  min-height: 40px;
  margin: 0;
  border-color: #ff7442;
  color: #f05223;
}

@media (max-width: 1500px) {
  .pricing-screen-hero .pricing-hero {
    grid-template-columns: minmax(360px, .95fr) minmax(300px, 1.05fr);
  }
  .pricing-screen-hero .pricing-map-image img { width: min(100%, 390px); }
}

@media (max-width: 1500px) {
  .pricing-screen-decision { grid-template-columns: 1fr; }
  .pricing-screen-decision .pricing-entry-panel,
  .pricing-screen-decision .pricing-core-section { height: auto; }
  .pack-purchase-bar { grid-template-columns: 1fr 1.2fr auto; }
  .pack-purchase-bar > a { grid-column: 3; }
  .pack-purchase-bar .bundle-price { grid-column: 2; grid-row: 2; }
  .pack-purchase-bar .bundle-benefits { grid-column: 1 / -1; grid-row: 3; }
}

@media (max-width: 1100px) {
  .pricing-screen-packs .pricing-section-head.compact > p {
    position: relative;
    inset: auto;
    width: auto;
    margin-top: 18px;
  }
  .pricing-screen-packs .packs-grid { margin-top: 10px; }
  .pack-purchase-bar { grid-column: 1; grid-row: auto; grid-template-columns: 1fr 1fr; }
  .pack-purchase-bar > a { grid-column: 2; }
  .pack-purchase-bar .bundle-benefits { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .pricing-board { width: 100%; }
  .pricing-screen-packs { padding-inline: 14px; }
  .pricing-screen-packs .pricing-packs-section { padding: 24px 18px; }
  .pack-purchase-bar { grid-template-columns: 1fr; }
  .pack-purchase-bar .packs-alacarte { padding: 12px 14px; }
  .pack-purchase-bar .bundle-price,
  .pack-purchase-bar > a,
  .pack-purchase-bar .bundle-benefits { grid-column: 1; grid-row: auto; }
  .pack-purchase-bar .bundle-benefits { grid-template-columns: 1fr 1fr; }
  .pricing-screen-packs .pricing-special-grid > article { grid-template-columns: 1fr; gap: 12px; }
  .pricing-screen-packs .pricing-special-grid article > div { grid-template-columns: 46px 1fr; }
  .pricing-screen-packs .pricing-special-grid article > div > a { grid-column: 1 / -1; grid-row: auto; min-width: 0; width: 100%; }
}

/* Pricing decision cards: concise commercial copy */
.pricing-screen-decision .entry-card { min-height: 390px; }
.pricing-screen-decision .core-grid { align-items: stretch; }
.pricing-screen-decision .core-card { min-height: 420px; }
.pricing-screen-decision .entry-card p,
.pricing-screen-decision .core-card > p:not(.core-label) {
  color: #4a5a81;
  line-height: 1.55;
}
.pricing-screen-decision .core-card > p:not(.core-label) { margin-top: 14px; }
.pricing-screen-decision .core-card ul { gap: 9px; padding-top: 18px; }
.pricing-screen-decision .core-card li { color: #22345f; font-weight: 650; }
.pricing-screen-decision .core-card li::before {
  width: 14px;
  height: 14px;
  display: grid;
  place-items: center;
  top: -1px;
  border-radius: 50%;
  background: #eaf2ff;
  font-size: 9px;
}
.pricing-screen-decision .core-card.featured li::before { background: #e8f8f1; }
.pricing-screen-decision .core-card.purple li::before { background: #f1eaff; }
.pricing-screen-decision .core-card > a { min-height: 48px; margin-top: 18px; }

/* Pricing page: clean white canvas */
.pricing-board-page,
.pricing-board,
.pricing-screen-hero,
.pricing-screen-decision,
.pricing-screen-packs,
.pricing-screen-hero > .pricing-column-right,
.pricing-screen-hero .pricing-hero {
  background: #fff;
}

/* Pricing path: one clear headline across the full top */
.pricing-screen-hero .pricing-path-panel .pricing-panel-intro.split {
  display: block;
}

.pricing-screen-hero .pricing-path-panel .pricing-panel-intro h2 {
  width: 100%;
  max-width: none;
  font-size: clamp(30px, 2.25vw, 40px);
  line-height: 1.13;
}

.pricing-screen-hero .pricing-path-panel .pricing-panel-intro h2 em {
  display: inline;
}

.pricing-screen-hero .pricing-choice-flow {
  margin-top: 38px;
}

/* Pricing entry: same horizontal language as the home starting paths */
.pricing-screen-decision .pricing-entry-panel > h2 {
  max-width: 460px;
  margin-bottom: 28px;
}

.pricing-screen-decision .entry-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.entry-route {
  --entry-color: #0758ff;
  --entry-soft: #edf4ff;
  position: relative;
  min-height: 116px;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) 48px;
  gap: 14px;
  align-items: center;
  padding: 14px 18px 14px 14px;
  border: 1px solid color-mix(in srgb, var(--entry-color) 28%, #dbe5f2);
  border-radius: 18px;
  background: linear-gradient(115deg, #fff, color-mix(in srgb, var(--entry-color) 4%, #fff));
  box-shadow: 0 16px 34px -28px color-mix(in srgb, var(--entry-color) 55%, transparent);
}

.entry-route-copilot { --entry-color: #7c3cff; --entry-soft: #f2ebff; }
.entry-route-analysis { --entry-color: #009f99; --entry-soft: #e8f8f6; }

.entry-route.recommended {
  border-width: 2px;
  box-shadow: 0 16px 34px -24px color-mix(in srgb, var(--entry-color) 65%, transparent);
}

.entry-route-icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: var(--entry-soft);
}

.entry-route-icon img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.entry-route-copy { min-width: 0; }
.entry-route-copy > small {
  display: block;
  margin-bottom: 5px;
  color: var(--entry-color);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.pricing-board .entry-route-copy h3 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 18px;
}

.entry-route-copy h3 span {
  padding: 3px 8px;
  border: 1px solid color-mix(in srgb, var(--entry-color) 28%, transparent);
  border-radius: 999px;
  color: var(--entry-color);
  background: var(--entry-soft);
  font-size: 10px;
  white-space: nowrap;
}

.pricing-screen-decision .entry-route-copy p {
  margin: 6px 0 0;
  color: #52628b;
  font-size: 11px;
  line-height: 1.45;
}

.pricing-board .entry-route > a {
  width: 44px;
  height: 44px;
  min-height: 0;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: var(--entry-color);
  box-shadow: 0 10px 22px color-mix(in srgb, var(--entry-color) 28%, transparent);
  font-size: 19px;
  text-decoration: none;
}

.pricing-screen-decision .entry-foot {
  margin-top: 20px;
  padding: 14px 18px;
}

@media (max-width: 560px) {
  .entry-route {
    grid-template-columns: 58px minmax(0, 1fr) 40px;
    gap: 10px;
    padding: 12px;
  }
  .entry-route-icon { width: 52px; height: 52px; }
  .entry-route-icon img { width: 44px; height: 44px; }
  .pricing-board .entry-route > a { width: 38px; height: 38px; }
}

/* Pack CTAs: filled gradients using each card accent */
.pricing-screen-packs .packs-grid article > a {
  border: 0;
  color: #fff;
  background: linear-gradient(
    125deg,
    color-mix(in srgb, var(--pack-accent, #1468ff) 72%, #132d78),
    var(--pack-accent, #1468ff)
  );
  box-shadow: 0 10px 22px color-mix(in srgb, var(--pack-accent, #1468ff) 24%, transparent);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.pricing-screen-packs .packs-grid article > a:hover {
  color: #fff;
  transform: translateY(-2px);
  filter: saturate(1.08) brightness(1.04);
  box-shadow: 0 14px 26px color-mix(in srgb, var(--pack-accent, #1468ff) 32%, transparent);
}

/* Pricing typography: one 11px standard for every auxiliary text */
.pricing-board :where(
  small,
  .pricing-eyebrow,
  .pricing-step,
  .pricing-path-kicker,
  .pricing-panel-intro p,
  .choice-box small,
  .pricing-path-note p,
  .pricing-path-note a,
  .entry-route-copy > small,
  .entry-route-copy p,
  .entry-foot,
  .pricing-section-head > p,
  .journey-strip small,
  .core-label,
  .core-card > b,
  .core-card > p:not(.core-label),
  .core-card li,
  .packs-intro-benefits small,
  .packs-grid small,
  .packs-alacarte small,
  .bundle-copy span,
  .bundle-benefits,
  .pricing-special-grid div p,
  .pricing-contact-intro > p,
  .contact-option small,
  .pricing-footer small
) {
  font-size: 11px !important;
}

/* Home institutional art: dissolve the image into the dark canvas */
.home-light .s-qna .qna-visual {
  isolation: isolate;
}

.home-light .s-qna .qna-visual::after {
  content: '';
  position: absolute;
  inset: -1px;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(90deg,
      #010e26 0%,
      rgba(1, 14, 38, .96) 4%,
      rgba(1, 14, 38, .62) 10%,
      transparent 22%,
      transparent 78%,
      rgba(1, 14, 38, .62) 90%,
      rgba(1, 14, 38, .96) 96%,
      #010e26 100%),
    linear-gradient(180deg,
      #010e26 0%,
      rgba(1, 14, 38, .72) 7%,
      transparent 18%,
      transparent 82%,
      rgba(1, 14, 38, .72) 93%,
      #010e26 100%);
}

.home-light .s-qna .qna-visual::before {
  display: none;
}

.home-light .s-qna .qna-visual img {
  opacity: .82;
  mix-blend-mode: screen;
  -webkit-mask-image: radial-gradient(
    ellipse 50% 50% at center,
    #000 0%,
    #000 64%,
    rgba(0, 0, 0, .9) 74%,
    rgba(0, 0, 0, .46) 88%,
    transparent 100%
  );
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-image: radial-gradient(
    ellipse 50% 50% at center,
    #000 0%,
    #000 64%,
    rgba(0, 0, 0, .9) 74%,
    rgba(0, 0, 0, .46) 88%,
    transparent 100%
  );
          mask-repeat: no-repeat;
          mask-size: 100% 100%;
  filter: saturate(1.08) contrast(1.05);
}

/* Pricing decision: keep both side-by-side panels at the same height */
@media (min-width: 1501px) {
  .pricing-screen-decision {
    align-items: stretch;
  }

  .pricing-screen-decision > .pricing-column {
    display: flex;
    align-self: stretch;
  }

  .pricing-screen-decision .pricing-entry-panel,
  .pricing-screen-decision .pricing-core-section {
    width: 100%;
    height: 100%;
  }
}

/* ============================================================
   HOME · CLARITY BEFORE COMPLEXITY
   ============================================================ */
.home-light .s-clarity {
  min-height: 720px;
  padding-top: clamp(46px, 6vh, 76px);
  padding-bottom: clamp(46px, 6vh, 76px);
  color: #071236;
  background: #fff !important;
  overflow: hidden;
}

body.home-light .section.s-clarity:not(.s-qna):not(.s-cta) {
  background: #fff !important;
}

body.home-light .section.s-clarity::before,
body.home-light .section.s-clarity::after {
  content: none !important;
  display: none !important;
  background: none !important;
}

.clarity-grid {
  display: grid;
  grid-template-columns: minmax(430px, .9fr) minmax(620px, 1.1fr);
  gap: clamp(50px, 7vw, 120px);
  align-items: center;
}

.clarity-copy h2 {
  max-width: 610px;
  margin: 8px 0 18px;
  color: #071236;
  font-size: clamp(48px, 4vw, 68px);
  line-height: 1.02;
  letter-spacing: -.05em;
}

.clarity-copy h2 span {
  display: block;
  color: #0758ff;
}

.clarity-copy > .lede {
  max-width: 560px;
  color: #52628b;
  font-size: 17px;
}

.clarity-benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 30px;
}

.clarity-benefits article {
  min-height: 122px;
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 14px;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(7, 88, 255, .16);
  border-radius: 14px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 15px 34px rgba(24, 58, 112, .055);
}

.clarity-benefits article > i {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(7, 88, 255, .16);
  border-radius: 50%;
  color: #0758ff;
  background: #f4f8ff;
  font-size: 25px;
  font-style: normal;
}

.clarity-benefit-icon {
  width: 62px;
  height: 62px;
  display: block;
  object-fit: contain;
}

.clarity-benefits strong { color: #071236; font-size: 14px; }
.clarity-benefits p { margin: 5px 0 0; color: #5b6c94; font-size: 11px; line-height: 1.45; }
.clarity-dots { grid-template-columns: repeat(3, 6px) !important; gap: 5px; align-content: center; justify-content: center; }
.clarity-dots b { width: 6px; height: 6px; border-radius: 50%; background: #0758ff; }
.clarity-dots b:nth-child(2n) { opacity: .34; }

.home-light .clarity-cta {
  min-width: 250px;
  min-height: 52px;
  margin-top: 28px;
  justify-content: center;
  color: #fff;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(105deg, #0758ff, #10b8c5);
  box-shadow: 0 12px 28px rgba(7,88,255,.18);
}

.clarity-visual { position: relative; z-index: 1; }
.clarity-visual-image {
  display: block;
  width: 115%;
  max-width: none;
  height: auto;
  margin-left: -7.5%;
  object-fit: contain;
  filter: none;
}
.clarity-dashboard {
  padding: 26px;
  border: 1px solid rgba(7, 88, 255, .14);
  border-radius: 18px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 28px 70px rgba(24, 65, 130, .13);
  backdrop-filter: blur(14px);
}

.clarity-dashboard header,
.clarity-dashboard footer { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.clarity-dashboard header strong,
.clarity-dashboard header small,
.clarity-dashboard footer strong,
.clarity-dashboard footer small { display: block; }
.clarity-dashboard header strong { font-size: 15px; }
.clarity-dashboard header small { margin-top: 3px; color: #7482a4; font-size: 10px; }
.clarity-dashboard header > span { padding: 6px 10px; border-radius: 999px; color: #009a79; background: #eaf9f4; font-size: 9px; font-weight: 750; }

.clarity-metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 24px; }
.clarity-metrics article { min-height: 126px; padding: 14px; border: 1px solid #dfe8f5; border-radius: 12px; background: #fff; }
.clarity-metrics i { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 8px; color: #0758ff; background: #edf4ff; font-style: normal; }
.clarity-metrics small,
.clarity-metrics strong,
.clarity-metrics em { display: block; }
.clarity-metrics small { margin-top: 10px; color: #52628b; font-size: 9px; }
.clarity-metrics strong { margin-top: 6px; color: #0758ff; font-size: 24px; }
.clarity-metrics em { margin-top: 3px; color: #8490ac; font-size: 8px; font-style: normal; }
.clarity-metrics .risk strong { color: #ff5549; }
.clarity-metrics .evidence strong { color: #00a99d; }

.clarity-dashboard-body { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 14px; }
.clarity-dashboard-body > article { min-height: 190px; padding: 18px; border: 1px solid #dfe8f5; border-radius: 12px; background: #fff; }
.clarity-dashboard-body > article > strong { font-size: 11px; }
.clarity-priorities ol { display: grid; gap: 9px; margin: 18px 0 0; padding: 0; list-style: none; counter-reset: priority; }
.clarity-priorities li { display: grid; grid-template-columns: 18px 1fr auto; gap: 8px; align-items: center; counter-increment: priority; }
.clarity-priorities li::before { content: counter(priority); color: #0758ff; font-size: 10px; font-weight: 800; }
.clarity-priorities li span { height: 5px; border-radius: 99px; background: linear-gradient(90deg, #a7b8d7 70%, #e6ebf3 70%); }
.clarity-priorities li:nth-child(2) span { width: 88%; }
.clarity-priorities li:nth-child(3) span { width: 76%; }
.clarity-priorities li:nth-child(4) span { width: 66%; }
.clarity-priorities li:nth-child(5) span { width: 56%; }
.clarity-priorities li em { padding: 3px 7px; border-radius: 999px; color: #f05b32; background: #fff0e9; font-size: 8px; font-style: normal; }

.clarity-chart > div { display: grid; grid-template-columns: 104px 1fr; gap: 16px; align-items: center; margin-top: 22px; }
.clarity-chart div > i { width: 104px; height: 104px; border-radius: 50%; background: conic-gradient(#2879f6 0 38%, #7358e8 38% 64%, #ff8a38 64% 84%, #32c989 84% 100%); position: relative; }
.clarity-chart div > i::after { content: ''; position: absolute; inset: 28px; border-radius: 50%; background: #fff; }
.clarity-chart ul { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.clarity-chart li { display: flex; justify-content: space-between; gap: 8px; color: #52628b; font-size: 8px; }

.clarity-dashboard footer { margin-top: 14px; padding: 14px 16px; border: 1px solid #dfe8f5; border-radius: 11px; background: #f8fbff; }
.clarity-dashboard footer > i { color: #00a99d; font-size: 22px; font-style: normal; }
.clarity-dashboard footer > div { flex: 1; }
.clarity-dashboard footer strong { font-size: 10px; }
.clarity-dashboard footer small { margin-top: 4px; color: #7180a1; font-size: 8px; }
.clarity-dashboard footer button { min-height: 34px; padding: 0 14px; border: 1px solid #7aa8ff; border-radius: 6px; color: #0758ff; background: #fff; font: inherit; font-size: 9px; font-weight: 750; }

@media (max-width: 1120px) {
  .clarity-grid { grid-template-columns: 1fr; }
  .clarity-copy { max-width: 760px; }
  .clarity-visual { width: min(100%, 820px); }
  .clarity-visual-image { width: 100%; margin-left: 0; }
}

@media (max-width: 650px) {
  .clarity-benefits,
  .clarity-metrics,
  .clarity-dashboard-body { grid-template-columns: 1fr; }
  .clarity-copy h2 { font-size: 44px; }
  .clarity-dashboard { padding: 16px; }
  .clarity-chart > div { grid-template-columns: 86px 1fr; }
  .clarity-chart div > i { width: 86px; height: 86px; }
  .clarity-dashboard footer { align-items: flex-start; flex-wrap: wrap; }
}

/* Final hero spacing override: bring the first screen closer to the navigation */
.pricing-screen-hero > .pricing-column-left {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pricing-screen-hero .pricing-hero {
  min-height: 600px;
  align-items: start;
  padding-top: 16px;
  padding-bottom: 16px;
}

.pricing-screen-hero .pricing-hero-copy {
  padding-top: 26px;
}

.pricing-screen-hero .pricing-map-image {
  min-height: 540px;
}

@media (max-width: 1050px) {
  .pricing-screen-hero .pricing-hero-copy {
    padding-top: 0;
  }
}

/* Core plans: the second option is the commercial favorite */
.pricing-screen-decision .core-card {
  position: relative;
}

.pricing-screen-decision .core-card.popular {
  border: 2px solid var(--pb-blue);
  background: linear-gradient(180deg, #f4f8ff 0%, #fff 34%);
  box-shadow: 0 18px 38px rgba(7, 88, 255, .12);
}

.core-popular-badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 132px;
  padding: 7px 14px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(110deg, #0758ff, #14a8e0);
  box-shadow: 0 8px 18px rgba(7, 88, 255, .2);
  font-size: 10px;
  font-style: normal;
  font-weight: 850;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
}

.pricing-screen-decision .core-card.popular .core-label,
.pricing-screen-decision .core-card.popular > strong {
  color: var(--pb-blue) !important;
}

.pricing-screen-decision .core-card.popular li::before {
  color: var(--pb-blue);
  background: #eaf2ff;
}

.pricing-screen-decision .core-card.popular > a {
  border-color: var(--pb-blue);
  color: #fff;
  background: linear-gradient(110deg, #0758ff, #167eea);
  box-shadow: 0 10px 22px rgba(7, 88, 255, .16);
}

.pricing-screen-decision .core-card.group {
  border-color: #9bd9bd;
}

.pricing-screen-decision .core-card.group .core-label,
.pricing-screen-decision .core-card.group > strong {
  color: var(--pb-green) !important;
}

.pricing-screen-decision .core-card.group li::before {
  color: var(--pb-green);
  background: #e8f8f1;
}

.pricing-screen-decision .core-card.group > a {
  border-color: var(--pb-green);
  color: var(--pb-green);
}

/* Packs catalog: mirror the complete Platform catalog from Ecossistema */
.pricing-screen-packs .packs-grid {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.pricing-screen-packs .packs-grid article {
  min-height: 410px;
}

.pricing-screen-packs .packs-grid article.pack-climate { --pack-accent: #06a7c5; }
.pricing-screen-packs .packs-grid article.pack-nature { --pack-accent: #138a3d; }
.pricing-screen-packs .packs-grid article.pack-compliance { --pack-accent: #079492; }
.pricing-screen-packs .packs-grid article.pack-supply { --pack-accent: #ff5a12; }
.pricing-screen-packs .packs-grid article.pack-investor { --pack-accent: #7a38d8; }
.pricing-screen-packs .packs-grid article.pack-eu { --pack-accent: #0758ff; }
.pricing-screen-packs .packs-grid article.pack-carbon { --pack-accent: #d99000; }

.pricing-screen-packs .pack-points {
  width: 100%;
  display: grid;
  gap: 5px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.pricing-screen-packs .pack-points li {
  position: relative;
  padding-left: 13px;
  color: #4b5b82;
  font-size: 11px;
  line-height: 1.35;
}

.pricing-screen-packs .pack-points li::before {
  content: '\2022';
  position: absolute;
  left: 0;
  color: var(--pack-accent);
  font-weight: 900;
}

.pricing-screen-packs .packs-grid article > strong {
  padding-top: 16px;
}

@media (max-width: 1500px) {
  .pricing-screen-packs .pricing-packs-section {
    grid-template-columns: 1fr;
  }

  .pricing-screen-packs .pricing-section-head.compact,
  .pricing-screen-packs .packs-journey,
  .pricing-screen-packs .packs-intro-benefits,
  .pricing-screen-packs .packs-grid,
  .pricing-screen-packs .pack-purchase-bar {
    grid-column: 1;
    grid-row: auto;
  }

  .pricing-screen-packs .pricing-section-head.compact > p {
    position: relative;
    inset: auto;
    width: auto;
    margin-top: 16px;
  }

  .pricing-screen-packs .packs-journey {
    margin: 18px 0 8px;
  }

  .pricing-screen-packs .packs-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .pricing-screen-packs .packs-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 540px) {
  .pricing-screen-packs .packs-grid {
    grid-template-columns: 1fr;
  }
}

/* Forge CTA: match the orange Forge identity */
.pricing-screen-packs .pricing-special-grid article > div > a {
  min-width: 230px;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 0 24px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(110deg, #ff4d12 0%, #ff6a20 56%, #ff4b12 100%);
  box-shadow: 0 12px 26px rgba(255, 78, 18, .22);
  font-size: 12px;
  font-weight: 850;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.pricing-screen-packs .pricing-special-grid article > div > a:hover {
  color: #fff;
  transform: translateY(-2px);
  filter: saturate(1.08) brightness(1.03);
  box-shadow: 0 16px 30px rgba(255, 78, 18, .3);
}

/* Home hero: concise commercial message */
.home-light .hero .hero-copy {
  max-width: min(50vw, 720px);
}

.home-light .hero .hero-copy h1 {
  max-width: 720px;
  margin-bottom: 20px;
  font-size: clamp(52px, 4.8vw, 78px) !important;
  line-height: .98 !important;
  letter-spacing: -.05em !important;
}

.home-light .hero .hero-copy .lede {
  max-width: 620px;
  font-size: 18px !important;
  line-height: 1.55 !important;
}

.home-light .hero .hero-compact-ctas {
  gap: 14px;
  margin-top: 28px;
}

.home-light .hero .hero-compact-ctas .btn {
  min-width: 220px;
  min-height: 52px;
  justify-content: center;
  border-radius: 8px;
  font-weight: 750;
}

.home-light .hero .hero-main-cta {
  color: #fff;
  border: 0;
  background: linear-gradient(105deg, #0758ff, #10b8c5);
  box-shadow: 0 12px 28px rgba(7, 88, 255, .18);
}

.home-light .hero .hero-secondary-cta {
  color: #0758ff;
  border: 1.5px solid #75a4ff;
  background: rgba(255,255,255,.76);
}

.home-light .hero .bullets {
  max-width: 650px;
  margin-top: 30px;
  margin-bottom: 0;
}

.home-light .hero .bullets .check {
  color: #0758ff;
  border-color: #52bfe2;
  background: #fff;
}

@media (max-width: 760px) {
  .home-light .hero .hero-copy { max-width: 100%; }
  .home-light .hero .hero-copy h1 { font-size: 46px !important; }
  .home-light .hero .hero-compact-ctas .btn { width: 100%; min-width: 0; }
}

/* Pricing hero: tighter vertical rhythm */
.pricing-screen-hero .pricing-hero {
  min-height: 610px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.pricing-screen-hero .pricing-map-image {
  min-height: 550px;
}

.pricing-screen-hero .pricing-map-image img {
  max-height: 570px;
}

@media (max-width: 1050px) {
  .pricing-screen-hero .pricing-hero {
    min-height: 0;
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .pricing-screen-hero .pricing-map-image {
    min-height: 430px;
  }
}

.pricing-screen-packs .packs-journey {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
  width: 100%;
  margin: 74px 0 12px;
  padding: 0;
}

.pricing-screen-packs .packs-journey > div {
  min-height: 68px;
  background: #fff;
}

.pricing-screen-packs .packs-grid {
  grid-row: 2;
  margin-top: 0;
}

.pricing-screen-packs .pack-purchase-bar {
  grid-row: 3;
}

@media (max-width: 1100px) {
  .pricing-screen-packs .packs-journey {
    grid-column: 1;
    grid-row: auto;
    margin: 18px 0 8px;
  }

  .pricing-screen-packs .packs-grid,
  .pricing-screen-packs .pack-purchase-bar {
    grid-row: auto;
  }
}

/* Pricing hero: single full-width screen with a larger top illustration */
.pricing-screen-hero {
  display: block;
}

.pricing-screen-hero > .pricing-column-left {
  width: 100%;
  overflow: visible;
}

.pricing-screen-hero .pricing-hero {
  min-height: 700px;
  grid-template-columns: minmax(420px, .86fr) minmax(520px, 1.14fr);
  gap: clamp(38px, 5vw, 96px);
  padding: 42px clamp(12px, 2vw, 34px);
}

.pricing-screen-hero .pricing-hero-copy {
  max-width: 610px;
}

.pricing-screen-hero .pricing-map-image {
  min-height: 640px;
  overflow: visible;
}

.pricing-screen-hero .pricing-map-image img {
  width: min(100%, 820px);
  max-height: 650px;
}

@media (max-width: 1050px) {
  .pricing-screen-hero .pricing-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .pricing-screen-hero .pricing-hero-copy {
    max-width: 680px;
  }

  .pricing-screen-hero .pricing-map-image {
    min-height: 480px;
  }

  .pricing-screen-hero .pricing-map-image img {
    width: min(100%, 680px);
    max-height: 560px;
  }
}

/* Hero top spacing — must remain after the full-width hero rules */
.pricing-screen-hero > .pricing-column-left {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pricing-screen-hero .pricing-hero {
  min-height: 600px;
  align-items: start;
  padding-top: 16px;
  padding-bottom: 16px;
}

.pricing-screen-hero .pricing-hero-copy { padding-top: 26px; }
.pricing-screen-hero .pricing-map-image { min-height: 540px; }

@media (max-width: 1050px) {
  .pricing-screen-hero .pricing-hero-copy { padding-top: 0; }
}

/* Remove the remaining empty area below the pricing hero */
.pricing-screen-hero > .pricing-column-left {
  padding-bottom: 0;
}

.pricing-screen-hero .pricing-hero {
  min-height: 0;
  padding-bottom: 6px;
}

.pricing-screen-hero .pricing-map-image {
  min-height: 0;
}

/* Packs heading: compact top band and colored commercial emphasis */
.pricing-screen-packs .pricing-section-head.compact {
  grid-column: 1 / -1;
  grid-row: 1;
  display: grid;
  grid-template-columns: minmax(440px, .9fr) minmax(420px, 1.1fr);
  gap: clamp(36px, 6vw, 110px);
  align-items: start;
}

.pricing-screen-packs .pricing-section-head.compact h2 {
  max-width: 760px;
  margin-top: 12px;
  font-size: clamp(40px, 3.5vw, 58px);
  line-height: 1.04;
  letter-spacing: -.045em;
}

.pricing-screen-packs .pricing-section-head.compact h2 span {
  color: #0758ff;
}

.pricing-screen-packs .pricing-section-head.compact h2 em {
  color: #7a33ff;
  font-style: normal;
}

.pricing-screen-packs .pricing-section-head.compact > p {
  position: relative;
  inset: auto;
  width: auto;
  margin: 8px 0 0;
  padding-left: 38px;
}

.pricing-screen-packs .packs-journey {
  grid-column: 1 / -1;
  grid-row: 2;
  align-self: auto;
  margin: 8px 0 12px;
}

.pricing-screen-packs .packs-intro-benefits {
  grid-column: 1;
  grid-row: 3 / span 2;
}

.pricing-screen-packs .packs-grid {
  grid-column: 2;
  grid-row: 3;
}

.pricing-screen-packs .pack-purchase-bar {
  grid-column: 2;
  grid-row: 4;
}

@media (max-width: 1500px) {
  .pricing-screen-packs .pricing-section-head.compact {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .pricing-screen-packs .pricing-section-head.compact > p {
    margin-top: 0;
  }

  .pricing-screen-packs .packs-journey,
  .pricing-screen-packs .packs-intro-benefits,
  .pricing-screen-packs .packs-grid,
  .pricing-screen-packs .pack-purchase-bar {
    grid-column: 1;
    grid-row: auto;
  }
}

/* ============================================================
   HOME ONLY · FIVE-LAYER ECOSYSTEM JOURNEY
   ============================================================ */
.home-light .home-eco-journey {
  min-height: 700px;
  padding-top: clamp(48px, 6vh, 76px);
  padding-bottom: clamp(42px, 5vh, 66px);
  color: #071236;
  background:
    radial-gradient(circle at 52% 45%, rgba(7, 88, 255, .09), transparent 42%),
    linear-gradient(180deg, #fff, #f8fbff);
}

.home-light .home-eco-journey::before {
  inset: 0;
  opacity: 1;
  background:
    radial-gradient(circle at 78% 28%, rgba(27, 146, 255, .08), transparent 30%),
    radial-gradient(circle at 16% 74%, rgba(0, 180, 190, .05), transparent 32%);
}

.home-eco-journey h2 {
  margin: 8px 0 14px;
  color: #071236;
  font-size: clamp(44px, 3.7vw, 62px);
  line-height: 1.04;
  letter-spacing: -.045em;
}

.home-eco-journey h2 span { color: #0758ff; }
.home-eco-lede { margin: 0; color: #52628b; font-size: 16px; }

.home-eco-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(18px, 2.6vw, 44px);
  margin-top: 40px;
}

.home-eco-flow::before {
  content: '';
  position: absolute;
  left: 8%;
  right: 8%;
  top: 88px;
  height: 2px;
  background: linear-gradient(90deg, #7b59ff, #27a8ee 28%, #0ebd9b 56%, #ff9b43 78%, #1681ff);
  opacity: .58;
}

.home-eco-layer {
  --layer-color: #0758ff;
  position: relative;
  z-index: 1;
  min-width: 0;
  text-align: center;
}

.home-eco-layer.layer-copilot { --layer-color: #7850ef; }
.home-eco-layer.layer-gap { --layer-color: #00a98f; }
.home-eco-layer.layer-platform { --layer-color: #078bd8; }
.home-eco-layer.layer-forge { --layer-color: #f08b32; }
.home-eco-layer.layer-insight { --layer-color: #1676e8; }

.home-eco-layer:not(:last-child)::after {
  content: '\25B6';
  position: absolute;
  top: 73px;
  right: calc(-1 * clamp(18px, 2.6vw, 44px) / 2 - 13px);
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(7, 88, 255, .13);
  border-radius: 50%;
  color: #0758ff;
  background: #fff;
  box-shadow: 0 7px 16px rgba(35, 74, 135, .08);
  font-size: 9px;
}

.home-eco-visual {
  position: relative;
  width: 176px;
  height: 176px;
  display: grid;
  place-items: center;
  margin: 0 auto 18px;
  border: 1px solid rgba(7, 88, 255, .14);
  border-radius: 50%;
  background: rgba(255,255,255,.92);
  box-shadow: 0 20px 44px rgba(26, 62, 120, .11);
  color: inherit;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.home-eco-visual:hover,
.home-eco-visual:focus-visible {
  border-color: rgba(7, 88, 255, .3);
  box-shadow: 0 24px 52px rgba(26, 62, 120, .16);
  transform: translateY(-2px);
}

.home-eco-visual:focus-visible {
  outline: 3px solid rgba(7, 88, 255, .22);
  outline-offset: 4px;
}

.home-eco-visual img {
  width: 126px;
  height: 126px;
  object-fit: contain;
}

.home-eco-visual b {
  position: absolute;
  left: -10px;
  bottom: -8px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 3px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: var(--layer-color);
  font-size: 12px;
}

.home-eco-layer > span {
  display: inline-flex;
  padding: 4px 9px;
  border: 1px solid color-mix(in srgb, var(--layer-color) 24%, transparent);
  border-radius: 5px;
  color: var(--layer-color);
  background: color-mix(in srgb, var(--layer-color) 7%, #fff);
  font-size: 10px;
  font-weight: 750;
}

.home-eco-layer h3 { margin: 13px 0 9px; color: #071236; font-size: 20px; }
.home-eco-layer p { max-width: 220px; margin: 0 auto; color: #52628b; font-size: 12px; line-height: 1.5; }

.home-eco-cta {
  width: min(720px, 100%);
  min-height: 92px;
  display: grid;
  grid-template-columns: 62px 1fr auto;
  gap: 16px;
  align-items: center;
  margin: 42px 0 0 auto;
  padding: 14px 20px;
  border: 1px solid rgba(7, 88, 255, .14);
  border-radius: 14px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 18px 42px rgba(24, 63, 124, .08);
}

.home-eco-cta img { width: 58px; height: 58px; object-fit: contain; }
.home-eco-cta strong,
.home-eco-cta small { display: block; }
.home-eco-cta strong { color: #071236; font-size: 14px; }
.home-eco-cta small { margin-top: 4px; color: #68779b; font-size: 11px; }
.home-light .home-eco-cta .btn {
  min-height: 46px;
  padding: 0 22px;
  color: #fff;
  border: 0;
  background: linear-gradient(105deg, #0758ff, #0db7c4);
  box-shadow: 0 10px 22px rgba(7,88,255,.16);
}

@media (max-width: 1180px) {
  .home-eco-flow { grid-template-columns: repeat(3, 1fr); row-gap: 36px; }
  .home-eco-flow::before,
  .home-eco-layer::after { display: none !important; }
}

@media (max-width: 760px) {
  .home-eco-flow { grid-template-columns: 1fr; }
  .home-eco-visual { width: 150px; height: 150px; }
  .home-eco-visual img { width: 108px; height: 108px; }
  .home-eco-cta { grid-template-columns: 52px 1fr; }
  .home-eco-cta .btn { grid-column: 1 / -1; width: 100%; }
}

/* Home final CTA: tighter spacing */
.home-light .section.s-cta {
  padding-top: 34px;
  padding-bottom: 32px;
}

.home-final-cta {
  min-height: 270px;
  padding: 36px 48px;
}

.home-final-action-area .ctas .btn {
  min-height: 60px;
}

.home-final-benefits {
  margin-top: 26px;
}

@media (max-width: 880px) {
  .home-final-cta { padding: 34px 28px; }
}

/* Global editorial and CTA normalization */
:root {
  --nexta-heading-hero: 56px;
  --nexta-heading-section: 38px;
  --nexta-heading-card: 20px;
  --nexta-support-text: 16px;
  --nexta-card-text: 13px;
  --nexta-button-bg: linear-gradient(105deg, #0758ff 0%, #0b76f6 48%, #0db7c4 100%);
  --nexta-button-shadow: 0 12px 26px rgba(7, 88, 255, .2);
}

body.home-light :where(
  .hero-copy h1,
  .page-flow h1,
  .ecosystem-hero-copy h1,
  .platform-copy h1,
  .pricing-board h1,
  .about-page h1,
  .contact-page h1,
  .diagnostic-page h1
) {
  font-size: var(--nexta-heading-hero) !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
  font-weight: 800 !important;
}

body.home-light :where(
  .section h2,
  .page-flow h2,
  .ecosystem-card h2,
  .platform-section-title,
  .pricing-board h2,
  .about-page h2,
  .contact-page h2,
  .diagnostic-page h2
) {
  font-size: var(--nexta-heading-section) !important;
  line-height: 1.16 !important;
  letter-spacing: 0 !important;
  font-weight: 800 !important;
}

body.home-light :where(
  .home-eco-layer h3,
  .pcard h3,
  .plan-card h3,
  .core-module-card h2,
  .entry-card h3,
  .about-page h3,
  .pricing-board h3,
  .ecosystem-card h3
) {
  font-size: var(--nexta-heading-card) !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
}

body.home-light :where(
  .lede,
  .home-eco-lede,
  .page-lede,
  .ecosystem-hero-copy > p,
  .platform-copy > p,
  .pricing-lead,
  .about-lede,
  .contact-lede,
  .diagnostic-lede
) {
  font-size: var(--nexta-support-text) !important;
  line-height: 1.6 !important;
  letter-spacing: 0 !important;
}

body.home-light :where(
  .clarity-benefits p,
  .home-eco-layer p,
  .ecosystem-card p,
  .core-module-card p,
  .pcard p,
  .plan-card p,
  .entry-card p,
  .packs-grid small,
  .about-page p,
  .pricing-board p
) {
  font-size: var(--nexta-card-text) !important;
  line-height: 1.55 !important;
  letter-spacing: 0 !important;
}

body.home-light :where(
  .btn,
  .hero-main-cta,
  .hero-secondary-cta,
  .clarity-cta,
  .platform-primary,
  .platform-secondary,
  .ecosystem-hero-cta,
  .ecosystem-card > a,
  .copilot-primary,
  .copilot-secondary,
  .copilot-plan-link,
  .pricing-button,
  .bundle-bar > a,
  .entry-card > a,
  .core-card > a,
  .packs-grid article > a,
  .pricing-special-grid article > div > a,
  .home-eco-cta .btn,
  .home-final-action-area .btn,
  .people-bottom-cta .btn,
  .locate-diagnostic .btn
) {
  min-height: 46px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  padding: 0 22px !important;
  border: 0 !important;
  border-radius: 8px !important;
  color: #fff !important;
  background: var(--nexta-button-bg) !important;
  box-shadow: var(--nexta-button-shadow) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  text-decoration: none !important;
  letter-spacing: 0 !important;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease !important;
}

body.home-light :where(
  .btn,
  .hero-main-cta,
  .hero-secondary-cta,
  .clarity-cta,
  .platform-primary,
  .platform-secondary,
  .ecosystem-hero-cta,
  .ecosystem-card > a,
  .copilot-primary,
  .copilot-secondary,
  .copilot-plan-link,
  .pricing-button,
  .bundle-bar > a,
  .entry-card > a,
  .core-card > a,
  .packs-grid article > a,
  .pricing-special-grid article > div > a,
  .home-eco-cta .btn,
  .home-final-action-area .btn,
  .people-bottom-cta .btn,
  .locate-diagnostic .btn
):hover {
  color: #fff !important;
  filter: brightness(1.03) saturate(1.05) !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 16px 32px rgba(7, 88, 255, .26) !important;
}

body.home-light :where(
  .btn,
  .hero-main-cta,
  .hero-secondary-cta,
  .clarity-cta,
  .platform-primary,
  .platform-secondary,
  .ecosystem-hero-cta,
  .ecosystem-card > a,
  .copilot-primary,
  .copilot-secondary,
  .copilot-plan-link,
  .pricing-button,
  .bundle-bar > a,
  .entry-card > a,
  .core-card > a,
  .packs-grid article > a,
  .pricing-special-grid article > div > a,
  .home-eco-cta .btn,
  .home-final-action-area .btn,
  .people-bottom-cta .btn,
  .locate-diagnostic .btn
):focus-visible {
  outline: 3px solid rgba(7, 88, 255, .24) !important;
  outline-offset: 4px !important;
}

@media (max-width: 760px) {
  :root {
    --nexta-heading-hero: 40px;
    --nexta-heading-section: 32px;
    --nexta-heading-card: 19px;
    --nexta-support-text: 15px;
  }

  body.home-light :where(
    .btn,
    .hero-main-cta,
    .hero-secondary-cta,
    .clarity-cta,
    .platform-primary,
    .platform-secondary,
    .ecosystem-hero-cta,
    .copilot-primary,
    .copilot-secondary,
    .copilot-plan-link,
    .pricing-button,
    .bundle-bar > a,
    .entry-card > a,
    .core-card > a,
    .packs-grid article > a,
    .pricing-special-grid article > div > a,
    .home-eco-cta .btn,
    .home-final-action-area .btn,
    .people-bottom-cta .btn,
    .locate-diagnostic .btn
  ) {
    width: 100% !important;
    min-width: 0 !important;
  }
}

/* Specificity fixes for legacy page overrides */
body.home-light .hero .hero-copy h1,
body.home-light .page-flow h1,
body.home-light.ecosystem-page .ecosystem-hero-copy h1,
body.home-light.modules-page .platform-copy h1,
body.home-light.pricing-board-page .pricing-board h1,
body.home-light.about-page .about-copy h1,
body.home-light.contact-page-body .contact-page-copy h1,
body.home-light.diagnostic-page-body #diagnostic-page-title {
  font-size: var(--nexta-heading-hero) !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
  font-weight: 800 !important;
}

body.home-light .section h2,
body.home-light .page-flow h2,
body.home-light.ecosystem-page .ecosystem-card h2,
body.home-light.modules-page .core-module-card h2,
body.home-light.pricing-board-page .pricing-board h2,
body.home-light.about-page .about-copy h2,
body.home-light.contact-page-body .contact-page-copy h2,
body.home-light.diagnostic-page-body h2 {
  font-size: var(--nexta-heading-section) !important;
  line-height: 1.16 !important;
  letter-spacing: 0 !important;
  font-weight: 800 !important;
}

body.home-light .hero .hero-copy .lede,
body.home-light .page-lede,
body.home-light .home-eco-lede,
body.home-light.ecosystem-page .ecosystem-hero-copy > p,
body.home-light.modules-page .platform-copy > p,
body.home-light.pricing-board-page .pricing-lead,
body.home-light.pricing-board-page .pricing-section-head > p,
body.home-light.pricing-board-page .pricing-contact-intro > p:last-child,
body.home-light.about-page .about-lede,
body.home-light.contact-page-body .contact-page-copy p,
body.home-light.diagnostic-page-body .diagnostic-page-copy p {
  font-size: var(--nexta-support-text) !important;
  line-height: 1.6 !important;
  letter-spacing: 0 !important;
}

body.home-light .ecosystem-card h2,
body.home-light.ecosystem-page .ecosystem-card h2,
body.home-light.modules-page .core-module-card h2,
body.home-light .home-eco-layer h3,
body.home-light .pcard h3,
body.home-light .plan-card h3,
body.home-light.pricing-board-page .entry-card h3,
body.home-light.pricing-board-page .core-card h3,
body.home-light.pricing-board-page .packs-grid b,
body.home-light.about-page .about-glass-card h3,
body.home-light.about-page .about-value-grid strong,
body.home-light.about-page .about-outcome-grid strong {
  font-size: var(--nexta-heading-card) !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
  font-weight: 800 !important;
}

@media (max-width: 760px) {
  body.home-light .hero .hero-copy h1,
  body.home-light .page-flow h1,
  body.home-light.ecosystem-page .ecosystem-hero-copy h1,
  body.home-light.modules-page .platform-copy h1,
  body.home-light.pricing-board-page .pricing-board h1,
  body.home-light.about-page .about-copy h1,
  body.home-light.contact-page-body .contact-page-copy h1,
  body.home-light.diagnostic-page-body #diagnostic-page-title {
    font-size: var(--nexta-heading-hero) !important;
  }
}

/* ============================================================
   PRODUCT CTA COLOR SYSTEM
   Keep product identity above the global button normalization.
   ============================================================ */
body.home-light :where(
  .btn-diag,
  .ecosystem-cta-diagnostic,
  .ecosystem-diagnostic-card > a[href*="diagnostico"],
  .pricing-button[href*="diagnostico"],
  .hero-main-cta[href*="diagnostico"],
  .home-eco-cta .btn[href*="diagnostico"],
  .about-btn[href*="diagnostico"],
  .contact-page-actions a[href*="diagnostico"]
) {
  color: #fff !important;
  background: linear-gradient(105deg, #0758ff 0%, #087de8 52%, #11b9c5 100%) !important;
  border-color: transparent !important;
  box-shadow: 0 12px 26px rgba(7, 111, 225, .22) !important;
}

body.home-light :where(
  .btn-diag,
  .ecosystem-cta-diagnostic,
  .ecosystem-diagnostic-card > a[href*="diagnostico"],
  .pricing-button[href*="diagnostico"],
  .hero-main-cta[href*="diagnostico"],
  .home-eco-cta .btn[href*="diagnostico"],
  .about-btn[href*="diagnostico"]
) :where(.arrow, b) {
  color: #fff !important;
}

body.home-light :where(
  .btn-copilot,
  .btn[href*="copilot"],
  .pricing-button[href*="copilot"],
  .ecosystem-card-copilot > a,
  .ecosystem-cta-copilot
) {
  color: #fff !important;
  background: linear-gradient(105deg, #6d35e8 0%, #9148f2 54%, #bd5cf4 100%) !important;
  box-shadow: 0 12px 26px rgba(126, 61, 225, .24) !important;
}

body.home-light :where(
  .btn-copilot,
  .btn[href*="copilot"],
  .pricing-button[href*="copilot"],
  .ecosystem-card-copilot > a,
  .ecosystem-cta-copilot
) :where(.arrow, b) {
  color: #fff !important;
}

/* Bot\00E3o "Entrar" do nav: contorno preto, sem preenchimento (apesar do href copilot). */
body.home-light .nav .actions .btn-outline[href*="copilot"] {
  color: #000 !important;
  background: transparent !important;
  border: 1.4px solid #000 !important;
  box-shadow: none !important;
}

body.home-light :where(
  .btn[href*="analise-documento"],
  .ecosystem-card-analises > a,
  .eco-tool-analises .eco-tool-actions > a:first-child
) {
  background: linear-gradient(105deg, #07866f 0%, #08a982 52%, #18c5a0 100%) !important;
  box-shadow: 0 12px 26px rgba(5, 150, 105, .22) !important;
}

body.home-light :where(
  .actions .btn-gradient,
  .hero-secondary-cta,
  .platform-primary,
  .about-btn[href*="modulos"],
  .ecosystem-card-platform > a,
  .eco-tool-platform .eco-tool-actions > a:first-child
) {
  color: #fff !important;
  background: linear-gradient(105deg, #073b9a 0%, #0758d6 52%, #1677ff 100%) !important;
  box-shadow: 0 12px 26px rgba(7, 72, 180, .23) !important;
}

body.home-light :where(
  .actions .btn-gradient,
  .hero-secondary-cta,
  .platform-primary,
  .about-btn[href*="modulos"],
  .ecosystem-card-platform > a,
  .eco-tool-platform .eco-tool-actions > a:first-child
) :where(.arrow, b, span) {
  color: #fff !important;
}

body.home-light :where(
  .ecosystem-card-forge > a,
  .eco-tool-forge .eco-tool-actions > a,
  .pricing-screen-packs .pricing-special-grid article > div > a,
  .btn[href*="forge"]
) {
  color: #fff !important;
  background: linear-gradient(105deg, #d88400 0%, #f2a20b 52%, #ffbd32 100%) !important;
  box-shadow: 0 12px 26px rgba(217, 132, 0, .23) !important;
}

body.home-light :where(
  .ecosystem-card-forge > a,
  .eco-tool-forge .eco-tool-actions > a,
  .pricing-screen-packs .pricing-special-grid article > div > a,
  .btn[href*="forge"]
) :where(.arrow, b) {
  color: #fff !important;
}

body.home-light :where(
  .ecosystem-card-insight > a,
  .eco-tool-insight .eco-tool-actions > a,
  .btn[href*="insight"]
) {
  background: linear-gradient(105deg, #5426b8 0%, #6448d9 52%, #6574ed 100%) !important;
  box-shadow: 0 12px 26px rgba(84, 54, 190, .23) !important;
}

body.home-light .btn[href="/entrar"] {
  color: #fff !important;
  background: linear-gradient(105deg, #111318 0%, #292d34 54%, #555b65 100%) !important;
  box-shadow: 0 12px 24px rgba(12, 15, 20, .2) !important;
}

body.home-light .start-card .btn {
  width: 46px !important;
  min-width: 46px !important;
  height: 46px !important;
  min-height: 46px !important;
  padding: 0 !important;
  border-radius: 50% !important;
  color: #fff !important;
  display: inline-grid !important;
  place-items: center !important;
}

body.home-light .start-card .btn .arrow {
  width: 18px !important;
  height: 18px !important;
  color: #fff !important;
}

body.home-light .start-card .btn .arrow::after {
  background: #fff !important;
}

/* Pricing Packs: benefits beside the heading, roomy catalog below */
body.home-light.pricing-board-page .pricing-screen-packs .pricing-packs-section {
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto auto auto auto;
  gap: 22px;
}

body.home-light.pricing-board-page .pricing-screen-packs .pricing-section-head.compact {
  grid-column: 1;
  grid-row: 1;
  grid-template-columns: minmax(440px, .95fr) minmax(480px, 1.05fr);
  gap: clamp(48px, 7vw, 120px);
  align-items: center;
}

body.home-light.pricing-board-page .pricing-section-head.compact .packs-intro-benefits {
  grid-column: 2;
  grid-row: 1;
  display: grid;
  gap: 14px;
  align-content: center;
}

body.home-light.pricing-board-page .pricing-section-head.compact .packs-intro-benefits > p {
  margin-bottom: 4px;
}

body.home-light.pricing-board-page .pricing-screen-packs .packs-journey {
  grid-column: 1;
  grid-row: 2;
  margin: 0;
}

body.home-light.pricing-board-page .pricing-screen-packs .packs-grid {
  grid-column: 1;
  grid-row: 3;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 0;
}

body.home-light.pricing-board-page .pricing-screen-packs .packs-grid article {
  padding-inline: 20px;
}

body.home-light.pricing-board-page .pricing-screen-packs .pack-purchase-bar {
  grid-column: 1;
  grid-row: 4;
}

@media (max-width: 1200px) {
  body.home-light.pricing-board-page .pricing-screen-packs .pricing-section-head.compact {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  body.home-light.pricing-board-page .pricing-section-head.compact .packs-intro-benefits {
    grid-column: 1;
    grid-row: 2;
  }

  body.home-light.pricing-board-page .pricing-screen-packs .packs-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 800px) {
  body.home-light.pricing-board-page .pricing-screen-packs .packs-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 540px) {
  body.home-light.pricing-board-page .pricing-screen-packs .packs-grid {
    grid-template-columns: 1fr;
  }
}

body.home-light.pricing-board-page .pricing-hero .pricing-actions {
  width: min(100%, 700px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

body.home-light.pricing-board-page .pricing-hero .pricing-actions .pricing-button {
  width: 100%;
}

body.home-light.pricing-board-page .pricing-entry-panel > h2 span,
body.home-light.pricing-board-page .pricing-core-section .pricing-section-head h2 span {
  color: #0758ff;
}

body.home-light.pricing-board-page .pricing-entry-panel > h2 em {
  color: #009f9c;
  font-style: normal;
}

body.home-light.pricing-board-page .pricing-core-section .pricing-section-head h2 em {
  color: #7438e8;
  font-style: normal;
}

@media (max-width: 700px) {
  body.home-light.pricing-board-page .pricing-hero .pricing-actions {
    grid-template-columns: 1fr;
  }
}

/* Audience modals: larger art layered subtly behind the information cards */
body.home-light.audience-page .route-stage-hero,
body.home-light.audience-page .profile-route-hero {
  position: relative;
  isolation: isolate;
}

body.home-light.audience-page .route-stage-copy,
body.home-light.audience-page .profile-route-copy {
  position: relative;
  z-index: 2;
}

body.home-light.audience-page .route-stage-art,
body.home-light.audience-page .profile-route-art {
  position: relative;
  z-index: 0;
  overflow: visible;
}

body.home-light.audience-page .route-stage-art {
  min-height: clamp(270px, 23vw, 370px);
}

body.home-light.audience-page .route-stage-art img {
  width: 112%;
  max-width: none;
  max-height: 370px;
  transform: translate(-4%, 30px);
}

body.home-light.audience-page .profile-route-art {
  min-height: clamp(310px, 29vw, 470px);
}

body.home-light.audience-page .profile-route-art img {
  width: 120%;
  max-width: none;
  max-height: 470px;
  transform: translate(-7%, 38px);
}

body.home-light.audience-page .route-stage-card-grid,
body.home-light.audience-page .profile-route-card-grid {
  position: relative;
  z-index: 3;
  margin-top: -30px;
}

/* Stage 4 has a taller CTA area, so its cards must not overlap the button. */
body.home-light.audience-page .route-stage--scale .route-stage-card-grid {
  margin-top: 18px;
}

/* Audience lenses: keep the lens number together and balance both headings. */
body.home-light.audience-page .locate-detail-screen .route-surface > h2 {
  font-size: clamp(22px, 1.65vw, 30px) !important;
  line-height: 1.12 !important;
  white-space: nowrap;
}

body.home-light.audience-page .locate-detail-screen .route-surface > h2 > span:not(.route-head-ico) {
  white-space: nowrap;
}

@media (max-width: 860px) {
  body.home-light.audience-page .locate-detail-screen .route-surface > h2 {
    white-space: normal;
  }
}

/* Contact modals: compact hero and bring the information boxes into view.
   Same layering as the contact page hero — art sits in the background and
   the form/contact cards rise on top, killing the empty band below the art. */
.contact-modal-shell .contact-modal-hero {
  position: relative;
  z-index: 1;
  isolation: isolate;
}

.contact-modal-shell .contact-modal-copy {
  position: relative;
  z-index: 2;
}

.contact-modal-shell .contact-modal-visual {
  position: relative;
  z-index: 0;
  min-height: 300px;
  pointer-events: none;
}

.contact-modal-shell .contact-modal-visual img {
  width: min(82%, 650px);
  max-width: 650px;
  -webkit-mask-image: radial-gradient(ellipse 60% 58% at center, #000 0%, #000 68%, rgba(0, 0, 0, .72) 84%, transparent 100%);
          mask-image: radial-gradient(ellipse 60% 58% at center, #000 0%, #000 68%, rgba(0, 0, 0, .72) 84%, transparent 100%);
}

.contact-modal-shell .contact-modal-body {
  position: relative;
  z-index: 2;
  margin-top: -88px;
}

.contact-modal-shell .contact-form-card,
.contact-modal-shell .contact-direct-card {
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

@media (max-width: 1180px) {
  .contact-modal-shell .contact-modal-visual img {
    width: min(76%, 580px);
  }

  .contact-modal-shell .contact-modal-body {
    margin-top: 12px;
  }
}

body.home-light.audience-page .route-stage-card,
body.home-light.audience-page .profile-route-card {
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

@media (max-width: 900px) {
  body.home-light.audience-page .route-stage-art,
  body.home-light.audience-page .profile-route-art {
    min-height: 240px;
  }

  body.home-light.audience-page .route-stage-art img,
  body.home-light.audience-page .profile-route-art img {
    width: 100%;
    max-height: 320px;
    transform: none;
  }

  body.home-light.audience-page .route-stage-card-grid,
  body.home-light.audience-page .profile-route-card-grid {
    margin-top: 18px;
  }
}

/* Final home art treatment: transparent edges without blue shadow. */
body.home-light .s-qna .qna-visual::before,
body.home-light .s-qna .qna-visual::after {
  display: none;
}

body.home-light .s-qna .qna-visual img {
  opacity: 1;
  mix-blend-mode: normal;
  filter: none;
  -webkit-mask-image: radial-gradient(ellipse 58% 56% at center, #000 0%, #000 58%, rgba(0, 0, 0, .86) 72%, rgba(0, 0, 0, .38) 88%, transparent 100%);
          mask-image: radial-gradient(ellipse 58% 56% at center, #000 0%, #000 58%, rgba(0, 0, 0, .86) 72%, rgba(0, 0, 0, .38) 88%, transparent 100%);
}

/* Keep every modal close control above decorative and transparent layers. */
.route-modal__close,
.eco-rich-modal__close,
.contact-modal-close {
  z-index: 9999 !important;
  pointer-events: auto !important;
  cursor: pointer !important;
  touch-action: manipulation;
  isolation: isolate;
}

/* Pricing Core: one clear accent per commercial option. */
body.home-light.pricing-board-page .pricing-screen-decision .core-card.essential {
  --core-accent: #0758ff;
  --core-accent-2: #167eea;
  --core-soft: #eaf2ff;
}

body.home-light.pricing-board-page .pricing-screen-decision .core-card.popular {
  --core-accent: #009f9c;
  --core-accent-2: #18b8aa;
  --core-soft: #e7f8f6;
}

body.home-light.pricing-board-page .pricing-screen-decision .core-card.group {
  --core-accent: #7a33ff;
  --core-accent-2: #a34df1;
  --core-soft: #f1eaff;
}

body.home-light.pricing-board-page .pricing-screen-decision .core-card.purple {
  --core-accent: #303744;
  --core-accent-2: #596271;
  --core-soft: #f0f2f5;
}

body.home-light.pricing-board-page .pricing-screen-decision .core-card {
  border-color: var(--core-accent) !important;
  background: linear-gradient(180deg, var(--core-soft) 0%, #fff 34%) !important;
  box-shadow: 0 14px 34px color-mix(in srgb, var(--core-accent) 10%, transparent) !important;
}

body.home-light.pricing-board-page .pricing-screen-decision .core-card .core-label,
body.home-light.pricing-board-page .pricing-screen-decision .core-card > strong {
  color: var(--core-accent) !important;
}

body.home-light.pricing-board-page .pricing-screen-decision .core-card li::before {
  color: var(--core-accent) !important;
  background: var(--core-soft) !important;
}

body.home-light.pricing-board-page .pricing-screen-decision .core-card > a {
  border-color: var(--core-accent) !important;
  color: #fff !important;
  background: linear-gradient(110deg, var(--core-accent), var(--core-accent-2)) !important;
  box-shadow: none !important;
}

body.home-light.pricing-board-page .pricing-screen-decision .core-card.popular .core-popular-badge {
  background: linear-gradient(110deg, #009f9c, #18b8aa);
  box-shadow: none;
}

/* Packs: supporting sentence belongs directly under the heading. */
body.home-light.pricing-board-page .packs-intro-copy {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--pb-muted);
  font-size: 14px;
  line-height: 1.6;
}

/* The four-step journey was removed; close the resulting grid gap. */
body.home-light.pricing-board-page .pricing-screen-packs .pricing-packs-section {
  grid-template-rows: auto auto auto;
}

body.home-light.pricing-board-page .pricing-screen-packs .packs-grid {
  grid-row: 2;
}

body.home-light.pricing-board-page .pricing-screen-packs .pack-purchase-bar {
  grid-row: 3;
}

/* Home: use the pricing journey hero instead of the former plan-card grid. */
body.home-light .home-pricing-showcase {
  min-height: auto;
  padding: clamp(28px, 4vh, 52px) var(--pad-x);
  background: #f7faff;
}

body.home-light .home-pricing-legacy {
  display: none !important;
}

body.home-light .home-pricing-board {
  width: 100%;
  max-width: 1760px;
  margin: 0 auto;
  border: 1px solid #dfe6f1;
  border-radius: 12px;
  box-shadow: 0 20px 56px rgba(17, 50, 104, .07);
}

body.home-light .home-pricing-board .pricing-actions {
  width: min(100%, 340px);
  grid-template-columns: 1fr;
  margin-bottom: 34px;
}

body.home-light .home-pricing-board .pricing-map-image img {
  width: min(108%, 900px);
  max-width: none;
}

@media (max-width: 760px) {
  body.home-light .home-pricing-board .pricing-actions {
    grid-template-columns: 1fr;
  }

  body.home-light .home-pricing-board .pricing-map-image img {
    width: 100%;
    max-width: 100%;
  }
}

/* Packs: one continuous, colorful catalog row on desktop. */
@media (min-width: 1000px) {
  body.home-light.pricing-board-page .pricing-screen-packs .packs-grid {
    grid-template-columns: repeat(7, minmax(180px, 1fr));
    gap: 12px;
    overflow-x: auto;
    padding: 6px 2px 14px;
    scrollbar-color: #b9c9e5 transparent;
  }
}

body.home-light.pricing-board-page .pricing-screen-packs .packs-grid article {
  min-height: 390px;
  padding: 16px 14px 14px;
  border-color: color-mix(in srgb, var(--pack-accent) 28%, #dce5f2);
  background: linear-gradient(180deg, color-mix(in srgb, var(--pack-accent) 7%, #fff) 0%, #fff 34%);
  box-shadow: 0 12px 28px color-mix(in srgb, var(--pack-accent) 9%, transparent);
  transition: transform .2s ease, box-shadow .2s ease;
}

body.home-light.pricing-board-page .pricing-screen-packs .packs-grid article:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 34px color-mix(in srgb, var(--pack-accent) 16%, transparent);
}

body.home-light.pricing-board-page .pricing-screen-packs .packs-grid article::before {
  left: 18%;
  right: 18%;
  height: 3px;
}

body.home-light.pricing-board-page .pricing-screen-packs .packs-grid .pack-visual {
  width: 62px;
  height: 62px;
  margin-top: 14px;
  border: 1px solid color-mix(in srgb, var(--pack-accent) 20%, transparent);
  background: color-mix(in srgb, var(--pack-accent) 12%, #fff);
  box-shadow: 0 10px 24px color-mix(in srgb, var(--pack-accent) 15%, transparent);
}

body.home-light.pricing-board-page .pricing-screen-packs .packs-grid b {
  margin-top: 16px;
  font-size: 16px !important;
}

body.home-light.pricing-board-page .pricing-screen-packs .pack-points li {
  font-size: 10.5px;
}

body.home-light.pricing-board-page .pricing-screen-packs .packs-grid article > strong {
  color: var(--pack-accent);
  font-size: 13px;
}

body.home-light.pricing-board-page .pricing-screen-packs .packs-grid article > a {
  min-height: 42px;
  border: 1.4px solid var(--pack-accent) !important;
  color: var(--pack-accent) !important;
  background: color-mix(in srgb, var(--pack-accent) 12%, #fff) !important;
  box-shadow: none !important;
  transition: background .18s ease, transform .18s ease, box-shadow .18s ease !important;
}

body.home-light.pricing-board-page .pricing-screen-packs .packs-grid article > a:hover {
  color: var(--pack-accent) !important;
  background: color-mix(in srgb, var(--pack-accent) 20%, #fff) !important;
  filter: none !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 20px color-mix(in srgb, var(--pack-accent) 18%, transparent) !important;
}

/* Contact hero: compact art integrated into the background. */
@media (min-width: 1181px) {
  body.home-light.contact-page-body .contact-page {
    padding-top: 82px;
  }

  body.home-light.contact-page-body .contact-page-hero {
    position: relative;
    display: block;
    min-height: 430px;
    isolation: isolate;
  }

  body.home-light.contact-page-body .contact-page-copy {
    position: relative;
    z-index: 2;
    width: 47%;
    padding-top: 12px;
  }

  body.home-light.contact-page-body .contact-page-visual {
    position: absolute;
    top: -40px;
    right: 0;
    z-index: 0;
    width: 55%;
    min-height: 430px;
    pointer-events: none;
  }

  body.home-light.contact-page-body .contact-page-visual img {
    width: min(88%, 680px);
    max-width: 680px;
    -webkit-mask-image: radial-gradient(ellipse 60% 58% at center, #000 0%, #000 68%, rgba(0, 0, 0, .72) 84%, transparent 100%);
            mask-image: radial-gradient(ellipse 60% 58% at center, #000 0%, #000 68%, rgba(0, 0, 0, .72) 84%, transparent 100%);
  }

  /* Pull the route cards up into the faded base of the art, killing the
     empty band below the image (same layering as the audience-page hero). */
  body.home-light.contact-page-body .contact-route-grid {
    position: relative;
    z-index: 3;
    margin-top: -52px;
  }

  body.home-light.contact-page-body .contact-route-card {
    background: rgba(255, 255, 255, .92);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }
}

@media (max-width: 1180px) {
  body.home-light.contact-page-body .contact-page {
    padding-top: 88px;
  }

  body.home-light.contact-page-body .contact-page-visual img {
    width: min(82%, 620px);
  }
}

/* Final pack artwork sizing for the supplied PNG assets. */
body.home-light.pricing-board-page .packs-grid .pack-visual {
  overflow: hidden;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.home-light.pricing-board-page .packs-grid .pack-visual img {
  width: 160%;
  height: 160%;
  max-width: none;
  object-fit: cover;
  mix-blend-mode: multiply;
}

body.home-light.ecosystem-page .eco-tool-platform .eco-pack-grid button i {
  overflow: hidden;
  padding: 0;
  background: transparent !important;
  box-shadow: none;
}

body.home-light.ecosystem-page .eco-tool-platform .eco-pack-grid button i img {
  width: 160%;
  height: 160%;
  max-width: none;
  object-fit: cover;
  mix-blend-mode: multiply;
}

/* Final direct-image sizing: the legacy glyph container has been removed. */
body.home-light.pricing-board-page .packs-grid img.pack-visual {
  display: block;
  width: 82px;
  height: 82px;
  max-width: none;
  flex: 0 0 82px;
  margin: 4px auto 0;
  object-fit: cover;
  overflow: visible;
  background: transparent;
  box-shadow: none;
  mix-blend-mode: multiply;
  transform: scale(1.22);
}

body.home-light.ecosystem-page .eco-tool-platform .eco-pack-grid button img.eco-pack-icon {
  display: block;
  width: 64px;
  height: 64px;
  max-width: none;
  flex: 0 0 64px;
  object-fit: cover;
  background: transparent;
  box-shadow: none;
  mix-blend-mode: multiply;
  transform: scale(1.2);
}

/* Ecosystem Core and Pack modals: artwork layered behind the information cards. */
body.home-light.ecosystem-page .eco-rich-modal--platform .eco-platform-hero {
  position: relative;
  isolation: isolate;
}

body.home-light.ecosystem-page .eco-rich-modal--platform .eco-platform-copy {
  position: relative;
  z-index: 2;
}

body.home-light.ecosystem-page .eco-rich-modal--platform .eco-platform-visual {
  position: relative;
  z-index: 0;
  overflow: visible;
}

body.home-light.ecosystem-page .eco-rich-modal--platform .eco-platform-visual img {
  width: min(1120px, 142%);
  transform: translate(3%, 42px);
}

body.home-light.ecosystem-page .eco-rich-modal--platform .eco-platform-info-grid {
  position: relative;
  z-index: 3;
  margin-top: -62px;
}

body.home-light.ecosystem-page .eco-rich-modal--platform .eco-platform-info-grid article {
  background: rgba(255, 255, 255, .93);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

@media (max-width: 1100px) {
  body.home-light.ecosystem-page .eco-rich-modal--platform .eco-platform-visual img {
    width: 100%;
    transform: none;
  }

  body.home-light.ecosystem-page .eco-rich-modal--platform .eco-platform-info-grid {
    margin-top: 18px;
  }
}

/* Final Pack inclusion list: larger copy and checks instead of bullets. */
body.home-light.pricing-board-page .pricing-screen-packs .pack-points {
  gap: 7px;
}

body.home-light.pricing-board-page .pricing-screen-packs .pack-points li {
  padding-left: 19px;
  font-size: 12px;
  line-height: 1.4;
}

body.home-light.pricing-board-page .pricing-screen-packs .pack-points li::before {
  content: '\2713';
  top: 0;
  color: var(--pack-accent);
  font-size: 12px;
  font-weight: 900;
}
