@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("./assets/plus-jakarta-sans-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
}

/* Hero municipal V2: hierarquia comercial limpa, sem conteúdo encavalado */
.city-money-page .city-hero {
  min-height: 0;
  padding: 72px 0 82px;
}

.city-money-page .city-hero-layout {
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, .72fr);
  gap: clamp(52px, 6vw, 96px);
  align-items: center;
}

.city-money-page .city-hero .page-hero-copy h1 {
  max-width: 850px;
  margin: 30px 0 24px;
  font-size: clamp(3.5rem, 4.7vw, 5rem);
  line-height: .94;
  letter-spacing: -.058em;
}

.city-money-page .city-hero .page-hero-copy h1 .city-hero-service,
.city-money-page .city-hero .page-hero-copy h1 em {
  display: block;
}

.city-money-page .city-hero .page-hero-copy h1 em {
  margin-top: 8px;
  color: var(--acid);
}

.city-money-page .city-hero .page-hero-lead {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: clamp(1.05rem, 1.35vw, 1.22rem);
  line-height: 1.62;
}

.city-money-page .city-hero .hero-actions {
  margin-top: 30px;
}

.city-hero-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  max-width: 760px;
  margin: 38px 0 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, .16);
  list-style: none;
}

.city-hero-benefits li {
  min-width: 0;
  padding: 22px 20px 0 0;
}

.city-hero-benefits li + li {
  padding-left: 22px;
  border-left: 1px solid rgba(255, 255, 255, .12);
}

.city-hero-benefits strong,
.city-hero-benefits small {
  display: block;
}

.city-hero-benefits strong {
  color: var(--white);
  font-size: .95rem;
}

.city-hero-benefits small {
  margin-top: 6px;
  color: rgba(255, 255, 255, .5);
  font-size: .76rem;
  line-height: 1.4;
}

.city-hero-focus-card {
  position: relative;
  padding: clamp(34px, 3.4vw, 48px);
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0%, rgba(223, 0, 44, .16), transparent 45%),
    rgba(255, 255, 255, .045);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .28);
  overflow: hidden;
}

.city-hero-focus-card::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -90px;
  width: 210px;
  height: 210px;
  border: 1px solid rgba(223, 0, 44, .25);
  border-radius: 50%;
  pointer-events: none;
}

.city-hero-focus-copy {
  position: relative;
  z-index: 1;
}

.city-hero-focus-copy h2 {
  max-width: 460px;
  margin: 14px 0 18px;
  color: var(--white);
  font-size: clamp(2.25rem, 3vw, 3.25rem);
  line-height: .98;
  letter-spacing: -.052em;
}

.city-hero-focus-copy > p:not(.kicker) {
  margin: 0;
  color: rgba(255, 255, 255, .66);
  font-size: .98rem;
  line-height: 1.62;
}

.city-hero-funnel {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.city-hero-funnel li {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 15px 18px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 14px;
  background: rgba(0, 0, 0, .24);
}

.city-hero-funnel li:nth-child(2) {
  margin-left: 18px;
}

.city-hero-funnel li:nth-child(3) {
  margin-left: 36px;
  border-color: rgba(223, 0, 44, .55);
  background: rgba(223, 0, 44, .1);
}

.city-hero-funnel li > span {
  color: var(--acid);
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .08em;
}

.city-hero-funnel strong,
.city-hero-funnel small {
  display: block;
}

.city-hero-funnel strong {
  color: var(--white);
  font-size: .9rem;
}

.city-hero-funnel small {
  margin-top: 3px;
  color: rgba(255, 255, 255, .48);
  font-size: .74rem;
}

.city-hero-focus-note {
  position: relative;
  z-index: 1;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .52);
  font-size: .76rem;
  line-height: 1.45;
}

.city-hero-focus-note span {
  margin-right: 8px;
  color: var(--acid);
}

.city-identity-context {
  max-width: 920px;
  margin: 42px 0 44px;
  border: 1px solid rgba(0, 0, 0, .12);
  border-radius: 24px;
  overflow: hidden;
}

.city-identity-context img {
  display: block;
  width: 100%;
  height: auto;
}

.city-identity-context figcaption {
  padding: 14px 18px;
  background: #f3f3f4;
  color: var(--ink-soft);
  font-size: .78rem;
  line-height: 1.5;
}

@media (max-width: 1020px) {
  .city-money-page .city-hero-layout {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .city-hero-focus-card {
    max-width: 760px;
  }
}

@media (max-width: 680px) {
  .city-money-page .city-hero {
    padding: 54px 0 60px;
  }

  .city-money-page .city-hero .page-hero-copy h1 {
    margin-top: 24px;
    font-size: clamp(2.75rem, 12vw, 3.5rem);
  }

  .city-hero-benefits {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .city-hero-benefits li,
  .city-hero-benefits li + li {
    padding: 15px 0;
    border-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
  }

  .city-hero-focus-card {
    padding: 30px 24px;
    border-radius: 20px;
  }

  .city-hero-funnel li:nth-child(2),
  .city-hero-funnel li:nth-child(3) {
    margin-left: 0;
  }
}

/* Money pages municipais -------------------------------------------------- */

.city-hero {
  min-height: 780px;
  padding: 88px 0 82px;
}

.city-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, .96fr);
  gap: 72px;
  align-items: center;
}

.city-hero .page-hero-copy h1 {
  max-width: 820px;
}

.city-hero-conversion {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,.045);
  box-shadow: 0 28px 80px rgba(0,0,0,.32);
}

.city-identity-figure {
  margin: 0;
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.city-identity-figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.city-identity-figure figcaption {
  padding: 10px 22px;
  color: rgba(255,255,255,.55);
  font-size: .72rem;
  line-height: 1.45;
}

.city-hero-offer {
  padding: 28px 30px 32px;
}

.city-hero-offer h2 {
  margin: 10px 0 12px;
  color: var(--white);
  font-size: clamp(1.65rem, 2.5vw, 2.35rem);
  letter-spacing: -.04em;
  line-height: 1.05;
}

.city-hero-offer > p:not(.kicker) {
  margin: 0 0 20px;
  color: rgba(255,255,255,.7);
  line-height: 1.6;
}

.city-hero-offer .button {
  width: 100%;
}

.city-hero-offer small {
  display: block;
  margin-top: 12px;
  color: rgba(255,255,255,.48);
  text-align: center;
}

.city-sales-section,
.city-related-section,
.city-sources-section {
  background: var(--paper-deep);
}

.city-problem-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.city-problem-grid article {
  display: flex;
  min-height: 330px;
  flex-direction: column;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--paper);
}

.city-problem-grid article > span {
  color: var(--acid);
  font-family: var(--font-display);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .1em;
}

.city-problem-grid h3 {
  margin: 42px 0 12px;
  font-size: 1.28rem;
  letter-spacing: -.035em;
  line-height: 1.12;
}

.city-problem-grid p {
  margin: 0 0 24px;
  color: var(--body);
  line-height: 1.62;
}

.city-problem-grid .button {
  align-self: flex-start;
  margin-top: auto;
}

.city-context-section,
.city-strategy-section,
.city-deliverables-section {
  background: var(--paper);
}

.city-fact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.city-fact-grid article {
  min-height: 220px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--paper-deep);
}

.city-fact-grid article > span {
  display: block;
  overflow-wrap: anywhere;
  color: var(--acid);
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 2.4vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -.05em;
  line-height: 1;
}

.city-fact-grid strong {
  display: block;
  margin-top: 24px;
  font-family: var(--font-display);
  font-size: 1.05rem;
}

.city-fact-grid p {
  margin: 9px 0 0;
  color: var(--body);
  font-size: .9rem;
  line-height: 1.6;
}

.city-context-insight {
  display: grid;
  grid-template-columns: .34fr 1.66fr;
  gap: 38px;
  margin-top: 18px;
  padding: 32px;
  border-left: 3px solid var(--acid);
  background: var(--paper-deep);
}

.city-context-insight h3 {
  margin: 0 0 12px;
  font-size: 1.35rem;
}

.city-context-insight p:not(.kicker) {
  margin: 0 0 12px;
  color: var(--body);
  line-height: 1.7;
}

.city-map-section {
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}

.city-map-layout {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
  gap: 70px;
  align-items: center;
}

.city-map-copy h2 {
  margin: 12px 0 22px;
  font-size: clamp(2.5rem, 4.8vw, 4.6rem);
  letter-spacing: -.055em;
  line-height: .98;
}

.city-map-copy > p:not(.kicker) {
  color: rgba(255,255,255,.72);
  line-height: 1.68;
}

.city-map-description {
  margin: 22px 0;
  padding: 20px;
  border-left: 3px solid var(--acid);
  background: rgba(255,255,255,.06);
}

.city-map-description strong {
  color: var(--white);
}

.city-map-copy ul {
  display: grid;
  gap: 10px;
  margin: 24px 0 28px;
  padding: 0;
  list-style: none;
}

.city-map-copy li {
  position: relative;
  padding-left: 20px;
  color: rgba(255,255,255,.78);
}

.city-map-copy li::before {
  position: absolute;
  top: .6em;
  left: 0;
  width: 8px;
  height: 2px;
  background: var(--acid);
  content: "";
}

.city-map-frame {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: var(--radius-lg);
  background: #121212;
}

.city-map-frame iframe {
  display: block;
  width: 100%;
  min-height: 610px;
  border: 0;
}

.city-map-frame figcaption {
  padding: 15px 20px;
  color: rgba(255,255,255,.62);
  font-size: .78rem;
  line-height: 1.5;
}

.city-map-frame figcaption strong {
  color: var(--white);
}

.city-strategy-layout {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 54px;
  align-items: start;
}

.city-answer-stack {
  display: grid;
  gap: 14px;
}

.city-answer-stack article {
  padding: 26px;
  border-left: 3px solid var(--acid);
  background: var(--paper-deep);
}

.city-answer-stack h3 {
  margin: 10px 0 9px;
  font-size: 1.2rem;
  letter-spacing: -.03em;
}

.city-answer-stack p:not(.kicker) {
  margin: 0;
  color: var(--body);
  line-height: 1.68;
}

.city-intent-table {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
}

.city-intent-row {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 24px;
  padding: 22px 24px;
  border-top: 1px solid var(--line);
}

.city-intent-row:first-child {
  border-top: 0;
}

.city-intent-row.is-heading {
  background: var(--ink);
  color: var(--white);
}

.city-intent-row span {
  color: var(--body);
  line-height: 1.55;
}

.city-method-section {
  background: var(--ink);
  color: var(--white);
}

.city-method-section .section-heading > p:not(.kicker) {
  color: rgba(255,255,255,.62);
}

.city-mid-cta {
  padding: 0;
  background: var(--paper);
}

.city-mid-cta-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 50px;
  align-items: center;
  padding: 54px 60px;
  border-radius: var(--radius-lg);
  background: linear-gradient(120deg, #050505 0%, #1e0006 100%);
  color: var(--white);
}

.city-mid-cta h2 {
  margin: 10px 0 10px;
  color: var(--white);
  font-size: clamp(2rem, 3.8vw, 3.6rem);
  letter-spacing: -.05em;
  line-height: 1;
}

.city-mid-cta p:not(.kicker) {
  max-width: 720px;
  margin: 0;
  color: rgba(255,255,255,.66);
  line-height: 1.65;
}

.city-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.city-related-link {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: "name arrow" "meta arrow";
  gap: 7px 18px;
  align-items: center;
  min-height: 115px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--paper);
  color: var(--ink);
  text-decoration: none;
  transition: border-color .2s ease, transform .2s ease;
}

.city-related-link span {
  grid-area: name;
  font-family: var(--font-display);
  font-size: 1.03rem;
  font-weight: 750;
}

.city-related-link small {
  grid-area: meta;
  color: var(--muted);
}

.city-related-link i {
  grid-area: arrow;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: var(--white);
  font-style: normal;
}

.city-related-link:hover,
.city-related-link:focus-visible {
  border-color: var(--acid);
  transform: translateY(-2px);
}

.city-parent-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.city-author-note {
  display: grid;
  grid-template-columns: .35fr 1.65fr;
  gap: 30px;
  margin-top: 18px;
  padding: 26px;
  border-left: 3px solid var(--acid);
  background: var(--paper);
}

.city-author-note p {
  margin: 0;
  color: var(--body);
  line-height: 1.6;
}

@media (max-width: 1100px) {
  .city-hero-layout {
    grid-template-columns: 1fr .85fr;
    gap: 42px;
  }

  .city-problem-grid,
  .city-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .city-map-layout {
    grid-template-columns: .9fr 1.1fr;
    gap: 42px;
  }
}

@media (max-width: 860px) {
  .city-hero {
    min-height: auto;
    padding: 64px 0;
  }

  .city-hero-layout,
  .city-map-layout,
  .city-strategy-layout {
    grid-template-columns: 1fr;
  }

  .city-hero-conversion {
    max-width: 620px;
  }

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

  .city-context-insight,
  .city-author-note {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .city-map-frame iframe {
    min-height: 480px;
  }

  .city-mid-cta-card {
    grid-template-columns: 1fr;
    padding: 44px;
  }

  .city-mid-cta-card .button {
    justify-self: start;
  }
}

@media (max-width: 620px) {
  .city-hero {
    padding: 48px 0 58px;
  }

  .city-hero-layout {
    gap: 34px;
  }

  .city-hero-offer {
    padding: 24px 20px 26px;
  }

  .city-problem-grid,
  .city-fact-grid,
  .city-related-grid {
    grid-template-columns: 1fr;
  }

  .city-problem-grid article,
  .city-fact-grid article {
    min-height: 0;
    padding: 24px;
  }

  .city-problem-grid h3 {
    margin-top: 30px;
  }

  .city-map-frame iframe {
    min-height: 390px;
  }

  .city-intent-row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 20px;
  }

  .city-mid-cta-card {
    padding: 34px 24px;
    border-radius: 0;
  }

  .city-mid-cta-card .button,
  .city-parent-links .button {
    width: 100%;
  }
}

/* Mantém a Hero V2 acima das regras legadas carregadas anteriormente. */
.city-money-page .city-hero {
  min-height: 0;
  padding: 72px 0 82px;
}

.city-money-page .city-hero-layout {
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, .72fr);
  gap: clamp(52px, 6vw, 96px);
  align-items: center;
}

.city-money-page .city-hero .page-hero-copy h1 {
  max-width: 850px;
  margin: 30px 0 24px;
  font-size: clamp(3.6rem, 5.25vw, 5.6rem);
  line-height: .94;
  letter-spacing: -.058em;
}

.city-money-page .city-hero .page-hero-copy h1 .city-hero-service,
.city-money-page .city-hero .page-hero-copy h1 em {
  display: block;
}

.city-money-page .city-hero .page-hero-copy h1 em {
  margin-top: 8px;
  color: var(--acid);
}

.city-money-page .city-hero .page-hero-lead {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: clamp(1.05rem, 1.35vw, 1.22rem);
  line-height: 1.62;
}

.city-money-page .city-hero .hero-actions {
  margin-top: 30px;
}

.city-identity-context {
  max-width: 920px;
  margin: 42px 0 44px;
  border: 1px solid rgba(0, 0, 0, .12);
  border-radius: 24px;
  overflow: hidden;
}

.city-identity-context img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
}

.city-identity-context figcaption {
  padding: 14px 18px;
  background: #f3f3f4;
  color: var(--ink-soft);
  font-size: .78rem;
  line-height: 1.5;
}

@media (max-width: 1020px) {
  .city-money-page .city-hero-layout {
    grid-template-columns: 1fr;
    gap: 46px;
    align-items: start;
  }

  .city-hero-focus-card {
    max-width: 760px;
  }
}

@media (max-width: 680px) {
  .city-money-page .city-hero {
    min-height: 0;
    padding: 54px 0 60px;
  }

  .city-money-page .city-hero .page-hero-copy h1 {
    margin-top: 24px;
    font-size: clamp(3rem, 15vw, 4.25rem);
  }

  .city-hero-benefits {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .city-hero-benefits li,
  .city-hero-benefits li + li {
    padding: 15px 0;
    border-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
  }

  .city-hero-focus-card {
    padding: 30px 24px;
    border-radius: 20px;
  }

  .city-hero-funnel li:nth-child(2),
  .city-hero-funnel li:nth-child(3) {
    margin-left: 0;
  }
}

/* Municipal semantic outline: H2 > H3 > H4 > H5 > H6 */
.city-semantic-section {
  background:
    radial-gradient(circle at 90% 5%, rgba(223, 0, 44, .09), transparent 28%),
    var(--paper);
}

.city-semantic-intro {
  padding-top: 34px;
  border-top: 1px solid var(--line);
}

.city-semantic-intro > h3 {
  max-width: 900px;
  margin: 0 0 14px;
  font-size: clamp(1.55rem, 2.3vw, 2.25rem);
  line-height: 1.14;
  letter-spacing: -.035em;
}

.city-semantic-intro > p {
  max-width: 980px;
  margin: 0;
  color: var(--body);
  font-size: 1.05rem;
  line-height: 1.72;
}

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

.city-semantic-grid article {
  position: relative;
  overflow: hidden;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--white);
  box-shadow: 0 20px 55px rgba(0, 0, 0, .055);
}

.semantic-card-title,
.semantic-card-label {
  display: block;
}

.semantic-card-title {
  margin: 1rem 0 0.65rem;
  font-family: var(--font-heading);
  font-size: clamp(1.05rem, 1.3vw, 1.28rem);
  line-height: 1.22;
}

.semantic-card-label {
  margin: 1rem 0 0.35rem;
  color: var(--red);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.city-semantic-grid article::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: var(--acid);
  content: "";
}

.city-semantic-grid article > span {
  display: inline-block;
  margin-bottom: 24px;
  color: var(--acid);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .16em;
}

.city-semantic-grid h4 {
  margin: 0 0 12px;
  font-size: 1.28rem;
  line-height: 1.22;
  letter-spacing: -.025em;
}

.city-semantic-grid h5 {
  margin: 26px 0 8px;
  color: var(--ink);
  font-size: .97rem;
  line-height: 1.35;
}

.city-semantic-grid h6 {
  margin: 24px 0 8px;
  color: var(--acid);
  font-size: .74rem;
  line-height: 1.35;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.city-semantic-grid p {
  margin: 0;
  color: var(--body);
  line-height: 1.63;
}

/* Transparência municipal lives on a light section, unlike dark centered headings. */
.city-money-page .states-boundaries .heading-centered {
  margin-bottom: 36px;
}

.city-money-page .states-boundaries .heading-centered h2 {
  max-width: 980px;
  color: var(--ink);
}

.city-money-page .states-boundaries .heading-centered > p:last-child {
  max-width: 900px;
  margin-top: 18px;
  color: var(--body);
}

.city-money-page .states-boundaries .contact-fit-grid {
  margin-top: 0;
}

@media (max-width: 980px) {
  .city-semantic-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .city-semantic-intro {
    padding-top: 26px;
  }

  .city-semantic-grid article {
    padding: 26px 24px;
  }
}

/* First three municipal folds: behavior -> visibility -> opportunity */
.city-money-page .city-hero {
  min-height: 0;
  padding: 72px 0 76px;
}

.city-money-page .city-hero-layout {
  grid-template-columns: minmax(0, 1.14fr) minmax(390px, .86fr);
  gap: 54px;
  align-items: start;
}

.city-money-page .city-hero .page-hero-copy h1 {
  margin-bottom: 24px;
  font-size: clamp(3.75rem, 5.7vw, 6rem);
  line-height: .99;
}

.city-money-page .city-hero .page-hero-lead {
  max-width: 760px;
  margin-bottom: 0;
  font-size: 1.13rem;
  line-height: 1.65;
}

.city-hero-thesis {
  max-width: 760px;
  margin-top: 24px;
  padding: 16px 18px;
  border-left: 3px solid var(--acid);
  background: rgba(255, 255, 255, .055);
}

.city-hero-thesis strong {
  display: block;
  color: var(--white);
  font-size: 1rem;
  line-height: 1.35;
}

.city-hero-thesis p {
  margin: 5px 0 0;
  color: rgba(255, 255, 255, .62);
  font-size: .86rem;
  line-height: 1.5;
}

.city-growth-path {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  max-width: 760px;
  margin: 22px 0 0;
  padding: 1px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 16px;
  background: rgba(255, 255, 255, .12);
  overflow: hidden;
  list-style: none;
}

.city-growth-path li {
  display: flex;
  align-items: center;
  gap: 13px;
  min-width: 0;
  padding: 15px 16px;
  background: rgba(7, 7, 7, .96);
}

.city-growth-path li > span {
  display: grid;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid rgba(223, 0, 44, .7);
  border-radius: 50%;
  color: var(--acid);
  font-size: .64rem;
  font-weight: 800;
}

.city-growth-path strong,
.city-growth-path small {
  display: block;
}

.city-growth-path strong {
  color: var(--white);
  font-size: .86rem;
}

.city-growth-path small {
  margin-top: 3px;
  color: rgba(255, 255, 255, .5);
  font-size: .7rem;
  line-height: 1.3;
}

.city-money-page .city-hero .hero-actions {
  margin-top: 24px;
}

.city-money-page .hero-trust-points {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px 18px;
  margin-top: 20px;
}

.city-money-page .hero-trust-points li {
  font-size: .72rem;
  line-height: 1.4;
}

.city-hero-outcome-card {
  padding: 34px;
}

.city-hero-outcome-card h2 {
  max-width: 520px;
  margin: 10px 0 14px;
  color: var(--white);
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.02;
  letter-spacing: -.045em;
}

.city-hero-outcome-card > p:not(.kicker) {
  margin: 0;
  color: rgba(255, 255, 255, .68);
  line-height: 1.62;
}

.city-outcome-list {
  display: grid;
  gap: 0;
  margin: 24px 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, .12);
  list-style: none;
}

.city-outcome-list li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.city-outcome-list li > span {
  color: var(--acid);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .08em;
}

.city-outcome-list strong,
.city-outcome-list small {
  display: block;
}

.city-outcome-list strong {
  color: var(--white);
  font-size: .9rem;
}

.city-outcome-list small {
  margin-top: 3px;
  color: rgba(255, 255, 255, .48);
  line-height: 1.4;
}

.city-hero-outcome-card .button {
  width: 100%;
}

.city-hero-outcome-card > small {
  display: block;
  margin-top: 12px;
  color: rgba(255, 255, 255, .42);
  text-align: center;
}

.city-identity-mini {
  border-top: 1px solid rgba(255, 255, 255, .12);
  border-bottom: 0;
}

.city-identity-mini img {
  max-height: 205px;
  object-fit: cover;
  object-position: center 36%;
}

.city-objective-section {
  background: var(--white);
}

.city-objective-answer {
  max-width: 1080px;
}

.city-objective-answer h2 {
  max-width: 900px;
  margin-bottom: 20px;
  font-size: clamp(2.35rem, 4vw, 4rem);
  letter-spacing: -.05em;
}

.city-objective-answer > p:not(.kicker) {
  max-width: 1030px;
  font-size: 1.08rem;
  line-height: 1.7;
}

.city-objective-chain {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  margin: 38px 0 0;
  padding: 1px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--line);
  overflow: hidden;
  list-style: none;
}

.city-objective-chain li {
  min-width: 0;
  padding: 24px 20px;
  background: var(--paper-deep);
}

.city-objective-chain li > span {
  display: grid;
  width: 32px;
  height: 32px;
  margin-bottom: 28px;
  place-items: center;
  border-radius: 50%;
  background: var(--acid);
  color: var(--white);
  font-size: .72rem;
  font-weight: 800;
}

.city-objective-chain strong {
  display: block;
  font-size: 1rem;
}

.city-objective-chain p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: .82rem;
  line-height: 1.5;
}

.city-comparison-block {
  margin-top: 50px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--paper);
}

.city-comparison-heading {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 54px;
  align-items: end;
  margin-bottom: 26px;
}

.city-comparison-heading h3 {
  max-width: 720px;
  margin: 8px 0 0;
  font-size: clamp(1.65rem, 2.8vw, 2.55rem);
  line-height: 1.08;
  letter-spacing: -.04em;
}

.city-comparison-heading > p {
  margin: 0;
  color: var(--body);
  line-height: 1.6;
}

.city-comparison-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
}

.city-comparison-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  text-align: left;
}

.city-comparison-table caption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.city-comparison-table th,
.city-comparison-table td {
  padding: 17px 18px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
  font-size: .88rem;
  line-height: 1.5;
}

.city-comparison-table thead th {
  background: var(--ink);
  color: var(--white);
  font-size: .7rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.city-comparison-table tbody th {
  width: 19%;
  color: var(--ink);
}

.city-comparison-table tbody td:nth-child(2) {
  color: var(--muted);
}

.city-comparison-table tbody td:last-child {
  background: rgba(223, 0, 44, .035);
  color: var(--ink);
}

.city-comparison-table tbody tr:last-child th,
.city-comparison-table tbody tr:last-child td {
  border-bottom: 0;
}

.city-objective-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: center;
  margin-top: 18px;
  padding: 24px 26px;
  border-left: 3px solid var(--acid);
  background: var(--ink);
  color: var(--white);
}

.city-objective-cta strong {
  display: block;
  font-size: 1.12rem;
}

.city-objective-cta p {
  margin: 5px 0 0;
  color: rgba(255, 255, 255, .58);
  font-size: .86rem;
}

.city-journey-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.city-journey-grid article {
  display: flex;
  min-height: 330px;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--white);
}

.city-journey-grid article > span {
  display: block;
  margin-bottom: 32px;
  color: var(--acid);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .11em;
}

.city-journey-grid h3 {
  margin: 0 0 12px;
  font-size: 1.28rem;
  line-height: 1.2;
  letter-spacing: -.025em;
}

.city-journey-grid article > p {
  margin: 0;
  color: var(--body);
  font-size: .91rem;
  line-height: 1.62;
}

.city-journey-result {
  margin-top: auto;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.city-journey-result strong,
.city-journey-result small {
  display: block;
}

.city-journey-result strong {
  margin-bottom: 5px;
  color: var(--acid);
  font-size: .67rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.city-journey-result small {
  color: var(--ink);
  line-height: 1.45;
}

.city-sales-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 38px;
  align-items: center;
  margin-top: 18px;
  padding: 34px;
  border-radius: 20px;
  background: var(--ink);
  color: var(--white);
}

.city-sales-cta strong {
  display: block;
  max-width: 780px;
  font-size: clamp(1.5rem, 2.5vw, 2.25rem);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.city-sales-cta > div > p:last-child {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, .58);
}

@media (max-width: 1100px) {
  .city-money-page .city-hero-layout {
    grid-template-columns: minmax(0, 1fr) minmax(360px, .8fr);
    gap: 38px;
  }

  .city-objective-chain {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

@media (max-width: 860px) {
  .city-money-page .city-hero-layout,
  .city-comparison-heading {
    grid-template-columns: 1fr;
  }

  .city-hero-conversion {
    max-width: none;
  }

  .city-comparison-heading {
    gap: 14px;
  }

  .city-objective-chain {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .city-objective-cta,
  .city-sales-cta {
    grid-template-columns: 1fr;
  }

  .city-objective-cta .button,
  .city-sales-cta .button {
    justify-self: start;
  }
}

@media (max-width: 620px) {
  .city-money-page .city-hero {
    padding: 48px 0 56px;
  }

  .city-money-page .city-hero .page-hero-copy h1 {
    font-size: clamp(3rem, 15vw, 4.4rem);
  }

  .city-growth-path,
  .city-money-page .hero-trust-points,
  .city-objective-chain,
  .city-journey-grid {
    grid-template-columns: 1fr;
  }

  .city-growth-path li,
  .city-objective-chain li {
    padding: 15px 16px;
  }

  .city-objective-chain li > span {
    margin-bottom: 14px;
  }

  .city-hero-outcome-card,
  .city-comparison-block,
  .city-sales-cta {
    padding: 26px 22px;
  }

  .city-objective-answer {
    padding-left: 22px;
  }

  .city-comparison-table-wrap {
    margin-right: 0;
    overflow: visible;
    border: 0;
    background: transparent;
  }

  .city-comparison-table {
    min-width: 0;
  }

  .city-comparison-table,
  .city-comparison-table tbody,
  .city-comparison-table tr,
  .city-comparison-table th,
  .city-comparison-table td {
    display: block;
    width: 100%;
  }

  .city-comparison-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .city-comparison-table tbody {
    display: grid;
    gap: 12px;
  }

  .city-comparison-table tbody tr {
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: var(--white);
  }

  .city-comparison-table tbody th,
  .city-comparison-table tbody td {
    padding: 0;
    border: 0;
  }

  .city-comparison-table tbody th {
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--line);
    font-size: 1.02rem;
  }

  .city-comparison-table tbody td {
    color: var(--body);
    font-size: .88rem;
  }

  .city-comparison-table tbody td + td {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px dashed var(--line);
  }

  .city-comparison-table tbody td::before {
    display: block;
    margin-bottom: 5px;
    color: var(--acid);
    content: attr(data-label);
    font-size: .65rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .city-comparison-table tbody td:last-child {
    background: transparent;
  }

  .city-objective-cta {
    padding: 24px 22px;
  }

  .city-objective-cta .button,
  .city-sales-cta .button {
    width: 100%;
  }

  .city-journey-grid article {
    min-height: 0;
    padding: 25px 22px;
  }
}

@font-face {
  font-family: "Inter";
  src: url("./assets/inter-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
}

:root {
  --ink: #000000;
  --ink-soft: #111111;
  --forest: #171717;
  --paper: #ffffff;
  --paper-deep: #f6f6f7;
  --white: #ffffff;
  --acid: #c50022;
  --acid-dark: #98001a;
  --mint: #ffffff;
  --coral: #c50022;
  --sky: #d6d4d8;
  --line: rgba(0, 0, 0, 0.13);
  --line-light: rgba(255, 255, 255, 0.13);
  --muted: #534f5a;
  --shadow: 0 20px 55px rgba(0, 0, 0, 0.14);
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --shell: 1180px;
  --font-display: "Plus Jakarta Sans", Arial, sans-serif;
  --font-body: "Inter", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 106.25%;
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.75;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

img,
svg {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: var(--font-display);
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.shell {
  width: min(calc(100% - 40px), var(--shell));
  margin-inline: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 12px;
  padding: 10px 16px;
  transform: translateY(calc(-100% - 20px));
  border-radius: 10px;
  background: var(--acid);
  color: var(--ink);
  font-weight: 800;
  transition: transform 0.2s ease;
}

.skip-link:focus {
  top: 12px;
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid var(--coral);
  outline-offset: 4px;
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
  border-bottom: 1px solid transparent;
  background: var(--ink);
  color: var(--white);
  transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.topbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.topbar-inner {
  display: flex;
  min-height: 40px;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.875rem;
  line-height: 1;
}

.topbar-contact,
.topbar-social {
  display: flex;
  align-items: center;
  gap: 24px;
}

.topbar-contact a,
.topbar-contact span {
  position: relative;
}

.topbar-contact a + a::before,
.topbar-contact a + span::before,
.topbar-contact span + span::before {
  position: absolute;
  top: 50%;
  left: -14px;
  color: var(--acid);
  content: "·";
  transform: translateY(-50%);
}

.topbar-social {
  gap: 12px;
  color: rgba(255, 255, 255, 0.52);
  font-family: var(--font-display);
  font-weight: 700;
}

.social-icon {
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  color: rgba(255, 255, 255, 0.52);
}

.social-icon svg {
  width: 15px;
  height: 15px;
}

.site-header.scrolled,
.site-header.menu-active {
  border-bottom-color: var(--line-light);
  background: rgba(0, 0, 0, 0.94);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 34px;
  min-height: 72px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: max-content;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 900;
  letter-spacing: -0.08em;
}

.brand-copy {
  display: grid;
  line-height: 1.05;
}

.brand-copy strong {
  font-size: 0.98rem;
  letter-spacing: -0.025em;
}

.brand-copy small {
  margin-top: 5px;
  color: #ff4d6d;
  font-size: 0.64rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.desktop-nav {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.desktop-nav > a,
.nav-services > summary {
  position: relative;
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--font-display);
  font-size: 0.875rem;
  font-weight: 500;
  transition: color 0.2s ease;
}

.desktop-nav > a::after,
.nav-services > summary::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  transform: scaleX(0);
  background: var(--acid);
  content: "";
  transition: transform 0.2s ease;
}

.desktop-nav > a:hover,
.nav-services > summary:hover,
.nav-services[open] > summary {
  color: var(--white);
}

.desktop-nav > a:hover::after,
.nav-services > summary:hover::after,
.nav-services[open] > summary::after {
  transform: scaleX(1);
}

.nav-services {
  position: relative;
}

.nav-services > summary {
  display: flex;
  min-height: 44px;
  align-items: center;
  gap: 6px;
  list-style: none;
  cursor: pointer;
}

.nav-services > summary::-webkit-details-marker {
  display: none;
}

.nav-services-caret {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  transition: transform .2s ease;
}

.nav-services[open] .nav-services-caret {
  transform: rotate(180deg);
}

.nav-services-panel {
  position: absolute;
  z-index: 130;
  top: calc(100% + 26px);
  left: 50%;
  width: min(760px, calc(100vw - 40px));
  padding: 24px;
  transform: translateX(-50%);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 20px;
  background: rgba(8, 8, 8, .98);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .48);
}

.nav-services-panel::before {
  position: absolute;
  top: -10px;
  left: 50%;
  width: 18px;
  height: 18px;
  transform: translateX(-50%) rotate(45deg);
  border-top: 1px solid rgba(255, 255, 255, .16);
  border-left: 1px solid rgba(255, 255, 255, .16);
  background: #080808;
  content: "";
}

.nav-services-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 18px;
  padding: 0 2px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.nav-services-heading span {
  color: var(--acid);
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.nav-services-heading strong {
  color: var(--white);
  font-size: 1.05rem;
}

.nav-services-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.nav-services-grid a {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-height: 50px;
  padding: 8px 12px;
  border: 1px solid transparent;
  border-radius: 12px;
  color: rgba(255, 255, 255, .78);
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}

.nav-services-grid a:hover {
  border-color: rgba(197, 0, 34, .48);
  background: rgba(197, 0, 34, .12);
  color: var(--white);
}

.nav-services-grid a span {
  color: var(--acid);
  font-size: .82rem;
  font-weight: 850;
}

.nav-services-grid a strong {
  min-width: 0;
  font-size: .85rem;
  line-height: 1.25;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: normal;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.button-small {
  min-height: 42px;
  padding-inline: 18px;
  background: var(--acid);
  color: var(--white);
  font-family: var(--font-display);
  font-size: 0.875rem;
}

.button-primary {
  background: var(--acid);
  color: var(--white);
  box-shadow: 0 14px 30px rgba(197, 0, 34, 0.24);
}

.button-primary:hover,
.button-small:hover {
  background: var(--acid-dark);
}

.button-ghost {
  border-color: rgba(255, 255, 255, 0.2);
  color: var(--white);
}

.button-ghost:hover {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.06);
}

.button-light {
  background: var(--white);
  color: var(--ink);
}

.button-dark {
  background: var(--ink);
  color: var(--white);
}

.menu-toggle,
.mobile-menu,
.menu-overlay {
  display: none;
}

.floating-actions {
  position: fixed;
  z-index: 90;
  right: 24px;
  bottom: 24px;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 10px;
}

.back-to-top,
.whatsapp-fab {
  border: 0;
  background: var(--acid);
  color: var(--white);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
}

.back-to-top {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.back-to-top:hover,
.whatsapp-fab:hover {
  background: var(--acid-dark);
  transform: translateY(-2px);
}

.back-to-top svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.whatsapp-fab {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 9px;
  padding: 11px 18px;
  border-radius: 999px;
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1;
  transition: transform 0.2s ease, background 0.2s ease;
}

.whatsapp-fab svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}

.hero {
  position: relative;
  min-height: 850px;
  overflow: hidden;
  padding-top: 112px;
  background: var(--ink);
  color: var(--white);
}

.hero-grid,
.national-grid {
  position: absolute;
  inset: 0;
  opacity: 0.09;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.17) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.17) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, black, transparent 90%);
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(10px);
  opacity: 0.34;
}

.hero-glow-one {
  top: 8%;
  right: -13%;
  width: 540px;
  height: 540px;
  background: radial-gradient(circle, rgba(197, 0, 34, 0.46), transparent 68%);
}

.hero-glow-two {
  bottom: -15%;
  left: 8%;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(197, 0, 34, 0.2), transparent 68%);
}

.hero-layout {
  position: relative;
  display: grid;
  min-height: 690px;
  grid-template-columns: 0.96fr 1.04fr;
  align-items: center;
  gap: 70px;
  padding-block: 70px 54px;
}

.eyebrow,
.kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: var(--acid);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow > span {
  width: 26px;
  height: 1px;
  background: currentColor;
}

.hero h1 {
  max-width: 650px;
  margin-bottom: 26px;
  font-size: clamp(3.75rem, 5vw, 4.5rem);
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.1;
}

.hero h1 em {
  display: block;
  margin-top: 0.08em;
  color: var(--acid);
  font-family: var(--font-display);
  font-size: 1em;
  font-style: normal;
  font-weight: 700;
  letter-spacing: normal;
}

.hero-lead {
  max-width: 600px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.125rem;
  line-height: 1.625;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.hero-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 22px;
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.75rem;
  font-weight: 700;
  list-style: none;
}

.hero-checks span {
  margin-right: 4px;
  color: var(--acid);
}

.hero-visual {
  position: relative;
  min-width: 0;
  padding: 24px 14px 12px 34px;
}

.hero-portrait {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(197, 0, 34, 0.72);
  border-radius: var(--radius-lg);
  background: #121a20;
  box-shadow: 34px 34px 90px rgba(197, 0, 34, 0.13);
}

.hero-portrait::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.88), transparent 42%);
  content: "";
  pointer-events: none;
}

.hero-portrait img {
  width: 100%;
  height: 590px;
  object-fit: cover;
  object-position: center 16%;
}

.hero-portrait figcaption {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 26px;
  left: 28px;
  display: grid;
  gap: 3px;
}

.hero-portrait figcaption span {
  color: var(--acid);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-portrait figcaption strong {
  color: var(--white);
  font-family: var(--font-display);
  font-size: 1.15rem;
}

.portrait-badge {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 15px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 999px;
  background: rgba(8, 8, 8, 0.9);
  color: var(--white);
  font-size: 0.7rem;
  font-weight: 700;
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(12px);
}

.portrait-badge-top {
  top: 22px;
  right: 22px;
}

.portrait-badge-top span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--acid);
  box-shadow: 0 0 0 5px rgba(197, 0, 34, 0.18);
}

.portrait-badge-bottom {
  top: 22px;
  bottom: auto;
  left: 22px;
}

.portrait-badge-bottom strong {
  color: var(--acid);
}

.signal-panel {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035));
  box-shadow: 0 36px 100px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(18px);
}

.panel-topline,
.panel-footer {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 22px;
  border-bottom: 1px solid var(--line-light);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.panel-topline > span:first-child {
  color: rgba(255, 255, 255, 0.72);
}

.live-dot {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--mint);
}

.live-dot i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 0 5px rgba(166, 235, 207, 0.1);
}

.signal-map {
  position: relative;
  height: 420px;
}

.signal-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: rgba(201, 255, 74, 0.28);
  stroke-dasharray: 8 8;
  stroke-width: 1.5;
}

.map-node {
  position: absolute;
  z-index: 2;
  display: flex;
  width: 205px;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 15px;
  background: rgba(11, 21, 18, 0.82);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.22);
}

.map-node > span {
  display: grid;
  flex: 0 0 38px;
  height: 38px;
  place-items: center;
  border-radius: 11px;
  background: var(--acid);
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 900;
}

.map-node strong,
.map-node small {
  display: block;
}

.map-node strong {
  margin-bottom: 2px;
  font-size: 0.79rem;
}

.map-node small {
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.56rem;
  line-height: 1.35;
}

.node-r {
  top: 40px;
  left: 16px;
}

.node-o {
  bottom: 34px;
  left: 16px;
}

.node-t {
  top: 40px;
  right: 16px;
}

.node-a {
  right: 16px;
  bottom: 34px;
}

.node-o > span {
  background: var(--mint);
}

.node-t > span {
  background: var(--sky);
}

.node-a > span {
  background: var(--coral);
}

.map-core {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  display: grid;
  width: 120px;
  height: 120px;
  place-content: center;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(201, 255, 74, 0.45);
  border-radius: 50%;
  background: var(--ink-soft);
  box-shadow: 0 0 0 12px rgba(201, 255, 74, 0.045), 0 0 60px rgba(201, 255, 74, 0.12);
  text-align: center;
}

.map-core span {
  color: var(--acid);
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 900;
  letter-spacing: -0.06em;
}

.map-core small {
  max-width: 78px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.5rem;
  line-height: 1.35;
}

.panel-footer {
  border-top: 1px solid var(--line-light);
  border-bottom: 0;
  background: rgba(11, 21, 18, 0.42);
  text-transform: none;
}

.panel-footer div {
  display: grid;
}

.panel-footer span {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.58rem;
  text-transform: uppercase;
}

.panel-footer strong {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.73rem;
}

.panel-footer i {
  width: 60px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--acid), transparent);
}

.floating-note {
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  background: rgba(247, 245, 237, 0.96);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
  color: var(--ink);
}

.floating-note-one {
  top: -20px;
  right: -24px;
}

.floating-note-two {
  bottom: -18px;
  left: -28px;
}

.note-icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 10px;
  background: var(--acid);
  font-weight: 900;
}

.floating-note div {
  display: grid;
}

.floating-note small {
  color: var(--muted);
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.floating-note strong {
  font-size: 0.67rem;
}

.capability-strip {
  position: relative;
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid var(--line-light);
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.capability-strip i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--acid);
}

.section {
  padding-block: 96px;
}

.section-intro {
  background: var(--paper);
}

.intro-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 100px;
  align-items: start;
}

.kicker {
  color: var(--acid);
}

.kicker-light {
  color: var(--white);
}

.section-heading h2,
.services-heading h2,
.process-sticky h2,
.faq-heading h2 {
  max-width: 750px;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.11;
}

.intro-body {
  max-width: 640px;
  padding-top: 40px;
  color: var(--muted);
  font-size: 1.03rem;
}

.answer-first {
  color: var(--ink);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.42;
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 78px;
}

.problem-card {
  display: flex;
  min-height: 340px;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 254, 249, 0.62);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.problem-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.problem-card.featured {
  background: var(--white);
  box-shadow: 0 20px 60px rgba(11, 21, 18, 0.08);
}

.card-index {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  margin-bottom: 72px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--muted);
  font-size: 0.65rem;
  font-weight: 850;
}

.problem-card h3 {
  margin-bottom: 14px;
  font-size: 1.25rem;
  line-height: 1.4;
}

.problem-card p {
  margin-bottom: 26px;
  color: var(--muted);
  font-size: 0.86rem;
}

.problem-card a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  font-size: 0.76rem;
  font-weight: 850;
}

.problem-card a span {
  font-size: 1rem;
}

.method-section {
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}

.heading-centered {
  display: grid;
  justify-items: center;
  max-width: 820px;
  margin: 0 auto 70px;
  text-align: center;
}

.heading-centered h2 {
  color: var(--white);
}

.heading-centered > p:last-child {
  max-width: 600px;
  margin: 24px auto 0;
  color: rgba(255, 255, 255, 0.58);
}

.consultant-page .heading-centered {
  justify-items: start;
  max-width: none;
  margin: 0 0 55px;
  text-align: left;
}

.consultant-page .heading-centered > p:last-child {
  max-width: 760px;
  margin: 24px 0 0;
}

.consultant-page .section-link {
  text-align: left;
}

.consultant-page .timeline-note {
  margin-left: 0;
  text-align: left;
}

/* Escala tipográfica da money page: mais legibilidade sem alterar o ritmo visual. */
.consultant-page .page-hero-lead {
  font-size: 1.14rem;
}

.consultant-page .hero-checks {
  font-size: 0.79rem;
}

@media (min-width: 769px) {
  .consultant-page .hero-checks {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 22px;
  }
}

.consultant-page .section-heading h2,
.consultant-page .process-sticky h2,
.consultant-page .faq-heading h2 {
  font-size: clamp(2.35rem, 3vw, 2.6rem);
}

.consultant-page .section-heading > p:last-child,
.consultant-page .heading-wide > p:last-child,
.consultant-page .process-sticky > p:not(.kicker),
.consultant-page .faq-heading > p:not(.kicker) {
  font-size: 1.02rem;
  line-height: 1.72;
}

.consultant-page .conversion-problem-grid h3,
.consultant-page .topic-grid h3,
.consultant-page .responsibility-grid h3,
.consultant-page .timeline-grid h3 {
  font-size: 1.18rem;
}

.consultant-page .conversion-problem-grid p,
.consultant-page .topic-grid p,
.consultant-page .responsibility-grid p,
.consultant-page .timeline-grid p {
  font-size: 0.94rem;
}

.consultant-page .conversion-problem-grid a,
.consultant-page .topic-grid a {
  font-size: 0.78rem;
}

.consultant-page .diagnostic-flow h3 {
  font-size: 1.15rem;
}

.consultant-page .diagnostic-flow p {
  font-size: 0.9rem;
}

.consultant-page .definition-notes strong {
  font-size: 0.92rem;
}

.consultant-page .definition-notes p,
.consultant-page .problem-link-grid small,
.consultant-page .related-grid span {
  font-size: 0.82rem;
}

.consultant-page .problem-link-grid strong,
.consultant-page .related-grid strong {
  font-size: 1rem;
}

.consultant-page .method-summary-grid h3 {
  font-size: 1.2rem;
}

.consultant-page .method-summary-grid p {
  font-size: 0.88rem;
}

.consultant-page .faq-answer {
  font-size: 0.96rem;
  line-height: 1.7;
}

.method-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.method-card {
  position: relative;
  display: grid;
  min-height: 390px;
  grid-template-columns: 0.34fr 0.66fr;
  overflow: hidden;
  border: 1px solid var(--line-light);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.04);
}

.method-card::after {
  position: absolute;
  right: -100px;
  bottom: -120px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: var(--card-color);
  content: "";
  filter: blur(60px);
  opacity: 0.09;
}

.method-one { --card-color: var(--acid); }
.method-two { --card-color: var(--mint); }
.method-three { --card-color: var(--sky); }
.method-four { --card-color: var(--coral); }

.method-number {
  display: grid;
  place-items: center;
  border-right: 1px solid var(--line-light);
  color: var(--card-color);
  font-family: var(--font-display);
  font-size: clamp(4rem, 7vw, 6rem);
  font-weight: 900;
  letter-spacing: -0.09em;
}

.method-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  padding: 38px;
}

.method-content > span {
  margin-bottom: 54px;
  color: var(--card-color);
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.method-content h3 {
  margin-bottom: 15px;
  font-size: 1.5rem;
  line-height: 1.33;
}

.method-content p {
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.85rem;
}

.method-content ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: auto 0 0;
  padding: 0;
  list-style: none;
}

.method-content li {
  padding: 6px 10px;
  border: 1px solid var(--line-light);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.6rem;
  font-weight: 700;
}

.services-section {
  background: var(--white);
}

.services-heading {
  max-width: 780px;
  margin: 0 auto 54px;
  text-align: center;
}

.services-heading .kicker {
  justify-content: center;
}

.services-heading h2 {
  margin-inline: auto;
}

.services-heading > p {
  max-width: 680px;
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.service-card {
  position: relative;
  display: grid;
  min-height: 430px;
  grid-template-rows: 174px 1fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--white);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(197, 0, 34, 0.55);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.1);
}

.service-visual {
  position: relative;
  display: grid;
  overflow: hidden;
  place-items: center;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(rgba(0, 0, 0, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 0, 0, 0.035) 1px, transparent 1px),
    #fafafa;
  background-size: 24px 24px;
}

.service-visual::after {
  position: absolute;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: rgba(197, 0, 34, 0.07);
  content: "";
}

.service-visual svg {
  position: relative;
  z-index: 2;
  width: min(88%, 320px);
  height: 150px;
  fill: none;
  stroke: var(--ink);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
  transition: transform 0.24s ease;
}

.service-card:hover .service-visual svg {
  transform: scale(1.035);
}

.service-visual .accent {
  stroke: var(--acid);
  stroke-width: 4;
}

.service-card-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
}

.service-number {
  margin-bottom: 18px;
  color: #525866;
  font-family: var(--font-display);
  font-size: 0.7rem;
  font-weight: 700;
}

.service-card p {
  margin-bottom: 6px;
  color: var(--acid);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-card h3 {
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.service-card-copy > span:not(.service-number) {
  display: block;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.65;
}

.service-card-copy strong {
  margin-top: auto;
  color: var(--acid);
  font-size: 0.84rem;
  font-weight: 700;
}

.services-action {
  display: flex;
  justify-content: center;
  margin-top: 38px;
}

.button-outline {
  border-color: var(--ink);
  color: var(--ink);
}

.button-outline:hover {
  border-color: var(--acid);
  color: var(--acid);
}

.process-section {
  background: var(--white);
}

.process-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 120px;
  align-items: start;
}

.process-sticky {
  position: sticky;
  top: 130px;
}

.process-sticky > p:not(.kicker) {
  max-width: 470px;
  margin: 25px 0;
  color: var(--muted);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--ink);
  font-size: 0.78rem;
  font-weight: 850;
}

.process-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-list li {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 20px;
  padding: 34px 0 40px;
  border-bottom: 1px solid var(--line);
}

.process-list li:first-child {
  border-top: 1px solid var(--line);
}

.process-list > li > span {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 50%;
  background: var(--paper-deep);
  font-size: 0.65rem;
  font-weight: 900;
}

.process-list h3 {
  margin-bottom: 10px;
  font-size: 1.25rem;
  line-height: 1.4;
}

.process-list p {
  max-width: 540px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.national-section {
  padding-top: 40px;
  background: var(--white);
}

.consultor-states-section {
  scroll-margin-top: 130px;
  background: var(--paper);
}

.consultor-state-regions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 54px;
}

.consultor-state-group {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
}

.consultor-state-group:last-child {
  grid-column: 1 / -1;
}

.consultor-state-group:last-child .consultor-state-links {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.consultor-state-group h3 {
  margin-bottom: 22px;
  font-size: 1.2rem;
}

.consultor-state-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.consultor-state-links a {
  display: flex;
  min-height: 66px;
  align-items: center;
  gap: 13px;
  padding: 13px 15px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--paper-deep);
  transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease;
}

.consultor-state-links a:hover,
.consultor-state-links a:focus-visible {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--white);
  transform: translateY(-2px);
}

.consultor-state-links span {
  display: grid;
  width: 32px;
  min-width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 9px;
  background: var(--acid);
  color: var(--white);
  font-family: var(--font-display);
  font-size: .64rem;
  font-weight: 850;
  letter-spacing: .06em;
}

.consultor-state-links strong {
  font-family: var(--font-display);
  font-size: .78rem;
  line-height: 1.35;
}

.consultor-states-footer {
  display: flex;
  gap: 28px;
  align-items: center;
  justify-content: space-between;
  margin-top: 26px;
  padding: 24px 28px;
  border-radius: var(--radius-md);
  background: var(--white);
}

.consultor-states-footer p {
  max-width: 700px;
  margin: 0;
  color: var(--muted);
  font-size: .88rem;
}

.consultor-states-footer .button {
  flex: 0 0 auto;
}

@media (max-width: 900px) {
  .consultor-state-regions {
    grid-template-columns: 1fr;
  }

  .consultor-state-group:last-child .consultor-state-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .consultor-state-group {
    padding: 22px;
  }

  .consultor-state-links {
    grid-template-columns: 1fr;
  }

  .consultor-state-group:last-child .consultor-state-links {
    grid-template-columns: 1fr;
  }

  .consultor-states-footer {
    display: grid;
    padding: 22px;
  }

  .consultor-states-footer .button {
    width: 100%;
  }
}

.national-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 80px;
  overflow: hidden;
  padding: 74px;
  border-radius: var(--radius-lg);
  background: var(--ink-soft);
  color: var(--white);
}

.national-grid {
  opacity: 0.08;
}

.national-copy,
.national-stats {
  position: relative;
  z-index: 2;
}

.national-copy h2 {
  margin-bottom: 22px;
  font-size: clamp(2.5rem, 4vw, 3rem);
  line-height: 1.17;
}

.national-copy > p:not(.kicker) {
  max-width: 550px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.6);
}

.national-stats {
  display: grid;
  align-content: center;
}

.national-stats > div {
  display: grid;
  grid-template-columns: 75px 1fr;
  align-items: center;
  gap: 18px;
  padding-block: 22px;
  border-bottom: 1px solid var(--line-light);
}

.national-stats > div:first-child {
  border-top: 1px solid var(--line-light);
}

.national-stats > div > span {
  color: var(--acid);
  font-family: var(--font-display);
  font-size: 2.2rem;
  font-weight: 900;
  letter-spacing: -0.06em;
}

.national-stats p,
.national-stats strong,
.national-stats small {
  display: block;
  margin: 0;
}

.national-stats strong {
  margin-bottom: 2px;
  font-size: 0.82rem;
}

.national-stats small {
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.67rem;
}

.national-stats em {
  display: inline-flex;
  margin-top: 9px;
  color: var(--acid);
  font-family: var(--font-display);
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.faq-section {
  background: var(--white);
}

.faq-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 120px;
  align-items: start;
}

.faq-heading {
  position: sticky;
  top: 130px;
}

.faq-heading > p:not(.kicker) {
  max-width: 430px;
  margin-top: 24px;
  color: var(--muted);
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-item:first-child {
  border-top: 1px solid var(--line);
}

.faq-item h3 {
  margin: 0;
  font-family: var(--font-body);
  letter-spacing: normal;
  line-height: normal;
}

.faq-item button {
  display: flex;
  width: 100%;
  min-height: 90px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  text-align: left;
}

.faq-item button span {
  font-size: 1rem;
  font-weight: 800;
}

.faq-item button i {
  position: relative;
  flex: 0 0 26px;
  height: 26px;
  border: 1px solid var(--line);
  border-radius: 50%;
}

.faq-item button i::before,
.faq-item button i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 1px;
  transform: translate(-50%, -50%);
  background: var(--ink);
  content: "";
}

.faq-item button i::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 0.2s ease;
}

.faq-item button[aria-expanded="true"] i {
  border-color: var(--acid-dark);
  background: var(--acid);
}

.faq-item button[aria-expanded="true"] i::after {
  transform: translate(-50%, -50%) rotate(0);
}

.faq-answer {
  max-width: 650px;
  padding: 0 48px 28px 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.faq-answer p {
  margin: 0;
}

.contact-section {
  padding-top: 30px;
  background: var(--white);
}

.contact-card {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 80px;
  align-items: end;
  padding: 68px;
  border-radius: var(--radius-lg);
  background: var(--acid);
  color: var(--white);
}

.eyebrow-dark {
  color: var(--white);
}

.contact-copy h2 {
  max-width: 760px;
  margin-bottom: 20px;
  font-size: clamp(2.5rem, 4vw, 3rem);
  line-height: 1.17;
}

.contact-copy > p:not(.eyebrow) {
  max-width: 610px;
  margin-bottom: 0;
  color: var(--white);
}

.contact-action {
  display: grid;
  justify-items: start;
  gap: 14px;
}

.contact-action small {
  max-width: 280px;
  color: var(--white);
  font-size: 0.67rem;
}

.contact-microcopy {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  max-width: 420px;
  margin: 0;
  padding: 0;
  color: var(--white);
  font-size: 0.69rem;
  list-style: none;
}

.contact-microcopy li::before {
  margin-right: 6px;
  color: var(--ink);
  content: "•";
}

.site-footer {
  padding-top: 72px;
  background: var(--ink);
  color: var(--white);
}

.footer-top {
  display: grid;
  grid-template-columns: minmax(270px, .8fr) minmax(0, 1.5fr);
  gap: clamp(52px, 7vw, 100px);
  padding-bottom: 64px;
}

.footer-brand {
  align-self: start;
  padding-right: clamp(0px, 2vw, 30px);
}

.footer-brand h2 {
  max-width: 390px;
  margin: 30px 0 16px;
  color: var(--white);
  font-size: clamp(1.65rem, 2.3vw, 2.25rem);
  line-height: 1.06;
  letter-spacing: -.045em;
}

.footer-brand p {
  max-width: 390px;
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: .94rem;
  line-height: 1.7;
}

.footer-whatsapp {
  display: flex;
  width: min(100%, 390px);
  align-items: center;
  gap: 14px;
  margin-top: 28px;
  padding: 15px 18px;
  border: 1px solid rgba(197, 0, 34, .75);
  border-radius: 15px;
  background: rgba(197, 0, 34, .12);
  transition: transform .2s ease, background .2s ease;
}

.footer-whatsapp:hover {
  transform: translateY(-2px);
  background: rgba(197, 0, 34, .2);
}

.footer-whatsapp > span:first-child {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: var(--acid);
  font-size: 1.2rem;
}

.footer-whatsapp > span:last-child {
  display: grid;
  gap: 2px;
}

.footer-whatsapp small {
  color: rgba(255, 255, 255, .55);
  font-size: .7rem;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.footer-whatsapp strong {
  color: var(--white);
  font-size: .9rem;
  line-height: 1.25;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 54px);
}

.footer-links > div {
  display: grid;
  align-content: start;
  gap: 11px;
}

.footer-links strong {
  margin-bottom: 12px;
  color: var(--white);
  font-size: .73rem;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.footer-links a {
  width: fit-content;
  max-width: 100%;
  color: rgba(255, 255, 255, 0.72);
  font-size: .86rem;
  line-height: 1.4;
  transition: color 0.2s ease, transform .2s ease;
}

.footer-links a:hover {
  transform: translateX(3px);
  color: var(--acid);
}

.footer-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 76px;
  align-items: center;
  gap: 24px;
  border-top: 1px solid var(--line-light);
  color: rgba(255, 255, 255, 0.65);
  font-size: .75rem;
  letter-spacing: .02em;
}

.footer-bottom span:nth-child(2) {
  text-align: left;
}

/* Greenfield architecture: entity Home and reusable semantic hubs */

.hero-context-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 750;
  transition: color 0.2s ease, gap 0.2s ease;
}

.hero-context-link:hover {
  gap: 12px;
  color: var(--white);
}

.entity-section {
  background: var(--paper-deep);
}

.entity-card {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 70px;
  align-items: center;
  padding: 70px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: 0 1px 14px rgba(0, 0, 0, 0.08);
}

.entity-copy h2,
.evidence-layout h2,
.answer-panel h2,
.compact-statement h2,
.empty-state h2 {
  margin-bottom: 26px;
  font-size: 2.25rem;
  line-height: 1.11;
}

.entity-copy > p:not(.kicker) {
  color: var(--muted);
}

.entity-scope {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  overflow: hidden;
}

.entity-scope > div {
  min-height: 155px;
  padding: 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.entity-scope > div:nth-child(2n) {
  border-right: 0;
}

.entity-scope > div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.entity-scope span,
.entity-scope strong,
.entity-scope small {
  display: block;
}

.entity-scope span {
  margin-bottom: 22px;
  color: var(--acid);
  font-family: var(--font-display);
  font-size: 0.7rem;
  font-weight: 800;
}

.entity-scope strong {
  margin-bottom: 6px;
  font-family: var(--font-display);
  font-size: 0.92rem;
}

.entity-scope small {
  color: var(--muted);
  line-height: 1.5;
}

.evidence-section {
  background: var(--ink);
  color: var(--white);
}

.evidence-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 80px;
  align-items: center;
}

.evidence-layout .section-heading > p:not(.kicker) {
  color: rgba(255, 255, 255, 0.65);
}

.evidence-flow {
  display: grid;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line-light);
  list-style: none;
}

.evidence-flow li {
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  gap: 16px;
  min-height: 70px;
  border-bottom: 1px solid var(--line-light);
}

.evidence-flow span {
  color: #ff4d6d;
  font-family: var(--font-display);
  font-size: 0.7rem;
  font-weight: 800;
}

.evidence-flow strong {
  font-family: var(--font-display);
  font-size: 0.9rem;
}

.page-main {
  padding-top: 112px;
  background: var(--paper);
}

.subpage .page-main {
  background: var(--ink);
}

.breadcrumb {
  padding-block: 18px;
}

.subpage .page-main > .breadcrumb {
  padding-block: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--ink);
}

.subpage .page-main > .breadcrumb ol {
  color: rgba(255, 255, 255, 0.52);
}

.subpage .page-main > .breadcrumb a {
  color: rgba(255, 255, 255, 0.72);
}

.subpage .page-main > .breadcrumb a:hover {
  color: var(--acid);
}

.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0;
  padding: 0;
  color: var(--muted);
  font-size: 0.72rem;
  list-style: none;
}

.breadcrumb li + li::before {
  margin-right: 8px;
  color: var(--acid);
  content: "/";
}

.breadcrumb a:hover {
  color: var(--acid);
}

.page-hero {
  position: relative;
  min-height: 690px;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}

.page-hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.16;
  background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, black, transparent 88%);
}

.page-hero::after {
  position: absolute;
  top: -240px;
  right: -180px;
  width: 540px;
  height: 540px;
  border-radius: 50%;
  background: var(--acid);
  content: "";
  filter: blur(160px);
  opacity: 0.16;
}

.page-hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 80px;
  align-items: center;
  min-height: 690px;
  padding-block: 72px;
}

.page-hero-single {
  grid-template-columns: minmax(0, 800px);
}

.page-hero-copy h1 {
  max-width: 900px;
  margin-bottom: 30px;
  font-size: clamp(3.3rem, 5.5vw, 4.5rem);
  line-height: 1.1;
}

.page-hero-copy h1 em {
  display: block;
  color: var(--acid);
  font-style: normal;
}

.page-hero-lead {
  max-width: 720px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.08rem;
  line-height: 1.7;
}

.page-portrait {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(197, 0, 34, 0.9);
  border-radius: var(--radius-md);
  background: linear-gradient(145deg, #14232c, #06090b);
}

.page-portrait img {
  width: 100%;
  height: 530px;
  object-fit: cover;
  object-position: center 20%;
}

.page-portrait figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  padding: 22px 26px;
  background: linear-gradient(transparent, rgba(0,0,0,.94));
}

.page-portrait figcaption span {
  color: var(--acid);
  font-family: var(--font-display);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-portrait figcaption strong {
  font-family: var(--font-display);
}

.conversion-problems {
  background: var(--paper-deep);
}

.conversion-problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.conversion-problem-grid article {
  display: grid;
  min-height: 330px;
  align-content: start;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.conversion-problem-grid article:hover {
  border-color: var(--acid);
  transform: translateY(-3px);
}

.conversion-problem-grid article > span,
.diagnostic-flow > li > span {
  display: block;
  margin-bottom: 46px;
  color: var(--acid);
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 800;
}

.diagnostic-flow > li > span {
  color: #ff4d6d;
}

.conversion-problem-grid h3 {
  margin-bottom: 14px;
  font-size: 1.14rem;
  line-height: 1.25;
}

.conversion-problem-grid p {
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.65;
}

.conversion-problem-grid a {
  align-self: end;
  margin-top: auto;
  color: var(--acid);
  font-family: var(--font-display);
  font-size: 0.73rem;
  font-weight: 800;
}

.conversion-transition {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  align-items: center;
  margin-top: 28px;
  padding: 28px 32px;
  border-left: 4px solid var(--acid);
  background: var(--white);
}

.conversion-transition p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
}

.diagnostic-offer {
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}

.diagnostic-heading {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 55px;
}

.diagnostic-heading h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2.35rem, 4.4vw, 3.5rem);
  line-height: 1.08;
}

.diagnostic-heading > p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  line-height: 1.7;
}

.diagnostic-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin: 0;
  padding: 1px;
  border-radius: var(--radius-md);
  background: var(--line-light);
  list-style: none;
}

.diagnostic-flow li {
  min-height: 255px;
  padding: 30px;
  background: #0b0b0b;
}

.diagnostic-flow h3 {
  margin-bottom: 12px;
  font-size: 1.08rem;
}

.diagnostic-flow p {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.84rem;
  line-height: 1.65;
}

.diagnostic-commercial {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 70px;
  align-items: end;
  margin-top: 28px;
  padding: 46px;
  border-radius: var(--radius-md);
  background: var(--acid);
}

.diagnostic-commercial h3 {
  max-width: 700px;
  margin-bottom: 16px;
  font-size: clamp(1.8rem, 3vw, 2.55rem);
  line-height: 1.12;
}

.diagnostic-commercial p:not(.eyebrow) {
  max-width: 760px;
  margin: 0;
  color: var(--white);
}

.diagnostic-action {
  display: grid;
  justify-items: start;
  gap: 14px;
}

.diagnostic-action .button-primary {
  background: var(--white);
  color: var(--ink);
  box-shadow: none;
}

.diagnostic-action small {
  max-width: 320px;
  color: var(--white);
  font-size: 0.68rem;
  line-height: 1.5;
}

.direct-answer,
.content-section,
.person-section {
  background: var(--white);
}

.answer-panel {
  max-width: 990px;
  padding-left: 34px;
  border-left: 4px solid var(--acid);
}

.answer-panel > p:not(.kicker) {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.18rem;
  font-weight: 400;
  line-height: 1.8;
}

.consultant-page .conversion-problem-grid a,
.consultant-page .topic-grid a,
.consultant-page .compare-grid a,
.consultant-page .section-link a,
.consultant-page .text-link {
  display: inline-flex;
  width: fit-content;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 9px 16px;
  border: 1px solid var(--acid);
  border-radius: 999px;
  background: var(--acid);
  color: var(--white);
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.consultant-page .conversion-problem-grid a:hover,
.consultant-page .topic-grid a:hover,
.consultant-page .compare-grid a:hover,
.consultant-page .section-link a:hover,
.consultant-page .text-link:hover {
  border-color: var(--acid-dark);
  background: var(--acid-dark);
  color: var(--white);
  transform: translateY(-2px);
}

.answer-panel > p:not(.kicker) + p {
  margin-top: 20px;
}

.definition-notes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  max-width: 990px;
  margin-top: 38px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--line);
  overflow: hidden;
}

.definition-notes article {
  padding: 24px;
  background: var(--paper-deep);
}

.definition-notes span,
.ontology-strip i {
  display: block;
  margin-bottom: 18px;
  color: var(--acid);
  font-family: var(--font-display);
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ontology-strip i {
  color: #ff4d6d;
}

.definition-notes strong {
  display: block;
  margin-bottom: 9px;
  font-family: var(--font-display);
  font-size: 0.86rem;
}

.definition-notes p {
  margin: 0;
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.55;
}

.heading-wide {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 55px;
}

.heading-wide > p:last-child {
  color: var(--muted);
}

.topic-grid {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--line);
}

.topic-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.topic-grid article {
  min-height: 280px;
  padding: 30px;
  background: var(--white);
}

.topic-grid article > span,
.responsibility-grid article > span,
.timeline-grid article > span,
.contact-options article > span {
  display: block;
  margin-bottom: 42px;
  color: var(--acid);
  font-family: var(--font-display);
  font-size: 0.7rem;
  font-weight: 800;
}

.topic-grid h3,
.responsibility-grid h3,
.timeline-grid h3 {
  margin-bottom: 15px;
  font-size: 1.08rem;
  line-height: 1.25;
}

.topic-grid p,
.responsibility-grid p,
.timeline-grid p {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.65;
}

.topic-grid a {
  color: var(--acid);
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 800;
}

.responsibilities-section,
.method-summary,
.comparison-section,
.selection-section,
.timeline-section {
  background: var(--ink);
  color: var(--white);
}

.responsibility-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line-light);
  border-radius: var(--radius-md);
  background: var(--line-light);
}

.responsibility-grid article {
  min-height: 290px;
  padding: 28px;
  background: #0b0b0b;
}

.responsibility-grid p,
.timeline-grid p {
  color: rgba(255, 255, 255, 0.6);
}

.responsibility-grid h3 {
  color: var(--white);
}

.responsibility-grid article > span {
  color: #ff4d6d;
}

.responsibility-grid-4 {
  grid-template-columns: repeat(4, 1fr);
  border-color: var(--line);
  background: var(--line);
}

.responsibility-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.content-section .responsibility-grid article {
  background: var(--white);
}

.content-section .responsibility-grid p {
  color: var(--muted);
}

.content-section .responsibility-grid h3 {
  color: var(--ink);
}

.content-section .responsibility-grid article > span {
  color: var(--acid);
}

.split-heading {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 90px;
}

.statement-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 34px;
  border-top: 1px solid var(--line);
}

.statement-list p {
  min-height: 75px;
  margin: 0;
  padding: 21px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
}

.problem-link-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--line);
}

.problem-link-grid a {
  display: grid;
  min-height: 220px;
  align-content: start;
  padding: 28px;
  background: var(--white);
  transition: background 0.2s ease, color 0.2s ease;
}

.problem-link-grid a:hover {
  background: var(--ink);
  color: var(--white);
}

.problem-link-grid span {
  margin-bottom: 36px;
  color: var(--acid);
  font-family: var(--font-display);
  font-size: 0.68rem;
  font-weight: 800;
}

.problem-link-grid strong {
  margin-bottom: 12px;
  font-family: var(--font-display);
  font-size: 0.95rem;
  line-height: 1.3;
}

.problem-link-grid small {
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.55;
}

.problem-link-grid a:hover small {
  color: rgba(255, 255, 255, 0.64);
}

.method-summary-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 55px;
  overflow: hidden;
  border: 1px solid var(--line-light);
  border-radius: var(--radius-md);
  background: var(--line-light);
}

.method-summary-grid article {
  min-height: 210px;
  padding: 30px;
  background: #0b0b0b;
}

.method-summary-grid span {
  display: block;
  margin-bottom: 55px;
  color: #ff4d6d;
  font-family: var(--font-display);
  font-weight: 800;
}

.method-summary-grid h3 {
  margin-bottom: 10px;
  font-size: 1.12rem;
}

.method-summary-grid p {
  color: rgba(255,255,255,.58);
  font-size: 0.82rem;
}

.section-link {
  margin: 35px 0 0;
  text-align: center;
}

.section-link a {
  color: var(--acid);
  font-family: var(--font-display);
  font-size: 0.8rem;
  font-weight: 800;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.related-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.related-grid a {
  display: grid;
  min-height: 160px;
  align-content: space-between;
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--white);
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.related-grid a:hover {
  border-color: var(--acid);
  transform: translateY(-3px);
}

.related-grid strong {
  font-family: var(--font-display);
  font-size: 0.92rem;
}

.related-grid span {
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.5;
}

.compare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 55px;
}

.ontology-strip {
  display: grid;
  grid-template-columns: 1fr auto 1fr 1fr auto 1fr;
  gap: 16px;
  align-items: center;
  margin-top: 48px;
  padding: 22px 24px;
  border: 1px solid var(--line-light);
  border-radius: var(--radius-sm);
  background: #0b0b0b;
}

.ontology-strip span,
.ontology-strip strong {
  font-family: var(--font-display);
  font-size: 0.76rem;
  line-height: 1.35;
}

.ontology-strip i {
  margin: 0;
}

.ontology-strip strong {
  color: #ff4d6d;
}

.ontology-strip + .compare-grid {
  margin-top: 18px;
}

.compare-grid article {
  min-height: 350px;
  padding: 40px;
  border: 1px solid var(--line-light);
  border-radius: var(--radius-md);
  background: #0b0b0b;
}

.compare-grid article > span {
  color: var(--acid);
  font-family: var(--font-display);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.comparison-section .compare-grid article > span {
  color: #ff4d6d;
}

.compare-grid h3 {
  margin: 55px 0 25px;
  font-size: 1.45rem;
}

.compare-grid ul {
  display: grid;
  gap: 10px;
  padding-left: 19px;
  color: rgba(255,255,255,.65);
}

.compare-grid p {
  color: rgba(255,255,255,.65);
}

.compare-grid a {
  display: inline-flex;
  margin-top: 20px;
  color: #ff4d6d;
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 800;
}

.content-section .compare-grid-light article {
  border-color: var(--line);
  background: var(--white);
  color: var(--ink);
}

.content-section .compare-grid-light p {
  color: var(--muted);
}

.selection-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 90px;
  align-items: center;
}

.checklist-panel {
  display: grid;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line-light);
  list-style: none;
}

.checklist-panel li {
  position: relative;
  padding: 17px 0 17px 32px;
  border-bottom: 1px solid var(--line-light);
  color: rgba(255,255,255,.72);
}

.checklist-panel li::before {
  position: absolute;
  left: 0;
  color: var(--acid);
  content: "✓";
  font-weight: 900;
}

.price-panel {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 70px;
  align-items: center;
  padding: 60px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--paper-deep);
}

.price-panel .answer-first {
  max-width: 850px;
  color: var(--muted);
  font-size: 1.08rem;
}

.price-factors {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 28px 0;
  padding: 0;
  list-style: none;
}

.price-factors li {
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
}

.timeline-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 55px;
}

.timeline-grid article {
  min-height: 280px;
  padding: 32px;
  border: 1px solid var(--line-light);
  border-radius: var(--radius-md);
  background: #0b0b0b;
}

.timeline-grid article > span {
  color: #ff4d6d;
}

.timeline-grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.timeline-note {
  max-width: 920px;
  margin: 34px auto 0;
  color: rgba(255, 255, 255, 0.62);
  text-align: center;
}

.timeline-note strong {
  color: var(--white);
}

.person-panel {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 70px;
  align-items: center;
}

.person-panel figure {
  height: 530px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #12212a;
}

.person-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.person-panel h2 {
  margin-bottom: 28px;
  font-size: 2.25rem;
  line-height: 1.1;
}

.person-panel p {
  color: var(--muted);
}

.compact-statement {
  max-width: 900px;
  text-align: center;
}

.compact-statement p:last-child {
  color: rgba(255,255,255,.65);
  font-size: 1.08rem;
}

.empty-state {
  max-width: 850px;
  padding: 60px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--paper-deep);
  text-align: center;
}

.empty-state p:not(.kicker) {
  color: var(--muted);
}

.contact-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.contact-options article {
  min-height: 300px;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
}

.contact-options h2 {
  margin-bottom: 20px;
  font-size: 1.35rem;
}

.contact-options p,
.contact-options small {
  color: var(--muted);
}

.contact-options a {
  color: var(--acid);
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 800;
  overflow-wrap: anywhere;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
  transition-delay: var(--reveal-delay, 0ms);
}

[data-reveal].revealed {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .desktop-nav {
    gap: 18px;
  }

  .hero-layout {
    gap: 35px;
  }

  .map-node {
    width: 170px;
  }

  .map-node small {
    display: none;
  }

  .intro-layout,
  .process-layout,
  .faq-layout {
    gap: 70px;
  }

  .national-card {
    padding: 55px;
  }
}

@media (max-width: 900px) {
  .topbar {
    display: none;
  }

  .desktop-nav,
  .header-cta {
    display: none;
  }

  .header-inner {
    grid-template-columns: 1fr auto;
  }

  .menu-toggle {
    position: relative;
    z-index: 1;
    display: grid;
    width: 44px;
    height: 44px;
    place-content: center;
    gap: 6px;
    border: 1px solid var(--line-light);
    border-radius: 50%;
    background: transparent;
    color: var(--white);
  }

  .menu-toggle span:not(.sr-only) {
    display: block;
    width: 18px;
    height: 1px;
    background: currentColor;
    transition: transform 0.2s ease;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    transform: translateY(3.5px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .mobile-menu {
    position: fixed;
    z-index: 120;
    inset: 0 0 0 auto;
    display: flex;
    width: min(320px, 86vw);
    height: 100dvh;
    flex-direction: column;
    border-left: 1px solid var(--line-light);
    background: var(--ink);
    box-shadow: -24px 0 55px rgba(0, 0, 0, 0.35);
    color: var(--white);
    opacity: 0;
    transform: translateX(100%);
    transition: opacity 0.25s ease, transform 0.28s ease;
  }

  .mobile-menu.is-open {
    opacity: 1;
    transform: translateX(0);
  }

  .mobile-menu[hidden],
  .menu-overlay[hidden] {
    display: none;
  }

  .menu-overlay {
    position: fixed;
    z-index: 110;
    inset: 0;
    display: block;
    background: rgba(0, 0, 0, 0.68);
    opacity: 0;
    backdrop-filter: blur(3px);
    transition: opacity 0.25s ease;
  }

  .menu-overlay.is-open {
    opacity: 1;
  }

  .mobile-menu-header {
    display: flex;
    min-height: 78px;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 16px 20px;
    border-bottom: 1px solid var(--line-light);
  }

  .mobile-menu-close {
    display: grid;
    width: 42px;
    height: 42px;
    flex: 0 0 auto;
    place-items: center;
    border: 1px solid var(--line-light);
    border-radius: 50%;
    background: transparent;
    color: var(--white);
    cursor: pointer;
  }

  .mobile-menu-close svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
  }

  .mobile-menu-nav {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 2px;
    padding: 24px 16px;
  }

  .mobile-menu-nav a {
    padding: 13px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.8);
    font-family: var(--font-display);
    font-size: 0.95rem;
    font-weight: 650;
    transition: color 0.2s ease, background 0.2s ease;
  }

  .mobile-menu-nav a:hover {
    background: rgba(255, 255, 255, 0.05);
    color: var(--acid);
  }

  .mobile-menu-footer {
    display: grid;
    gap: 14px;
    padding: 22px 20px 28px;
    border-top: 1px solid var(--line-light);
    text-align: center;
  }

  .mobile-menu-footer .button {
    width: 100%;
    background: var(--acid);
    color: var(--white);
  }

  .mobile-phone {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.8rem;
  }

  .whatsapp-fab {
    display: inline-flex;
  }

  .hero-layout {
    grid-template-columns: 1fr;
    gap: 80px;
    padding-top: 80px;
  }

  .hero-copy {
    max-width: 680px;
  }

  .hero-visual {
    width: min(100%, 650px);
    margin-inline: auto;
  }

  .capability-strip {
    flex-wrap: wrap;
    justify-content: center;
    padding-block: 24px;
  }

  .intro-layout,
  .services-heading,
  .process-layout,
  .national-card,
  .faq-layout,
  .contact-card,
  .footer-top {
    grid-template-columns: 1fr;
  }

  .intro-layout,
  .services-heading,
  .process-layout,
  .faq-layout {
    gap: 42px;
  }

  .intro-body {
    padding-top: 0;
  }

  .problem-grid,
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .method-card {
    grid-template-columns: 0.28fr 0.72fr;
  }

  .process-sticky,
  .faq-heading {
    position: static;
  }

  .national-card {
    gap: 50px;
  }

  .contact-card {
    align-items: start;
  }

  .footer-top {
    gap: 55px;
  }
}

@media (max-width: 680px) {
  .shell {
    width: min(calc(100% - 28px), var(--shell));
  }

  .floating-actions {
    right: 14px;
    bottom: 14px;
  }

  .back-to-top {
    width: 42px;
    height: 42px;
  }

  .whatsapp-fab {
    min-height: 46px;
    padding: 10px 15px;
    font-size: 0.73rem;
  }

  .header-inner {
    min-height: 70px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .brand-copy strong {
    font-size: 0.88rem;
  }

  .hero {
    padding-top: 70px;
  }

  .hero-layout {
    min-height: auto;
    gap: 65px;
    padding-block: 64px 50px;
  }

  .hero h1 {
    font-size: 2.5rem;
    line-height: 1.1;
  }

  .hero-visual {
    padding: 14px 0 0;
  }

  .hero-portrait,
  .hero-portrait img {
    min-height: 510px;
    height: 510px;
  }

  .portrait-badge-top {
    top: 16px;
    right: 16px;
  }

  .portrait-badge-bottom {
    top: 68px;
    bottom: auto;
    left: 16px;
  }

  .hero-actions {
    display: grid;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-checks {
    display: grid;
    gap: 8px;
  }

  .signal-panel {
    min-height: 500px;
  }

  .panel-topline {
    padding: 17px;
  }

  .panel-topline > span:first-child {
    max-width: 130px;
  }

  .signal-map {
    height: 360px;
  }

  .signal-lines {
    display: none;
  }

  .map-node {
    width: 142px;
    gap: 8px;
    padding: 9px;
  }

  .map-node > span {
    flex-basis: 31px;
    height: 31px;
    font-size: 0.92rem;
  }

  .map-node strong {
    font-size: 0.67rem;
  }

  .node-r,
  .node-o {
    left: 9px;
  }

  .node-t,
  .node-a {
    right: 9px;
  }

  .node-r,
  .node-t {
    top: 25px;
  }

  .node-o,
  .node-a {
    bottom: 20px;
  }

  .map-core {
    width: 100px;
    height: 100px;
  }

  .floating-note-one {
    top: -14px;
    right: -5px;
  }

  .floating-note-two {
    bottom: -12px;
    left: -5px;
  }

  .floating-note {
    padding: 9px;
  }

  .floating-note strong {
    font-size: 0.58rem;
  }

  .capability-strip {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    text-align: center;
  }

  .capability-strip i {
    display: none;
  }

  .section {
    padding-block: 85px;
  }

  .section-heading h2,
  .services-heading h2,
  .process-sticky h2,
  .faq-heading h2 {
    font-size: 1.875rem;
    line-height: 1.2;
  }

  .problem-grid,
  .method-grid,
  .services-grid {
    grid-template-columns: 1fr;
  }

  .problem-card {
    min-height: 300px;
  }

  .card-index {
    margin-bottom: 55px;
  }

  .method-card {
    min-height: 345px;
    grid-template-columns: 0.28fr 0.72fr;
  }

  .method-number {
    font-size: 3.25rem;
  }

  .method-content {
    padding: 28px 22px;
  }

  .method-content > span {
    margin-bottom: 35px;
  }

  .method-content h3 {
    font-size: 1.35rem;
  }

  .service-card {
    min-height: 420px;
  }

  .process-list li {
    grid-template-columns: 52px 1fr;
    gap: 12px;
  }

  .process-list > li > span {
    width: 40px;
    height: 40px;
  }

  .process-list h3 {
    font-size: 1.25rem;
  }

  .national-section,
  .contact-section {
    padding-top: 0;
  }

  .national-card,
  .contact-card {
    width: 100%;
    padding: 55px 24px;
    border-radius: 0;
  }

  .national-copy h2,
  .contact-copy h2 {
    font-size: 1.875rem;
    line-height: 1.2;
  }

  .faq-item button {
    min-height: 80px;
  }

  .faq-answer {
    padding-right: 0;
  }

  .contact-action .button {
    width: 100%;
  }

  .footer-links {
    grid-template-columns: 1fr 1fr;
  }

  .footer-bottom {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: start;
    gap: 8px;
    padding-block: 20px;
  }

  .footer-bottom span:nth-child(2) {
    text-align: left;
  }

  .footer-bottom a {
    justify-self: start;
  }
}

@media (max-width: 1080px) {
  .page-hero-layout {
    gap: 45px;
  }

  .responsibility-grid,
  .responsibility-grid-4,
  .related-grid,
  .diagnostic-flow,
  .timeline-grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .problem-link-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .page-main {
    padding-top: 70px;
  }

  .page-hero-layout,
  .entity-card,
  .evidence-layout,
  .heading-wide,
  .diagnostic-heading,
  .diagnostic-commercial,
  .conversion-transition,
  .split-heading,
  .selection-layout,
  .person-panel,
  .price-panel {
    grid-template-columns: 1fr;
  }

  .page-hero-layout {
    gap: 55px;
    padding-block: 70px;
  }

  .page-portrait {
    width: min(100%, 620px);
    margin-inline: auto;
  }

  .entity-card,
  .price-panel {
    gap: 50px;
    padding: 50px;
  }

  .evidence-layout,
  .heading-wide,
  .diagnostic-heading,
  .diagnostic-commercial,
  .split-heading,
  .selection-layout,
  .person-panel {
    gap: 50px;
  }

  .topic-grid-3,
  .conversion-problem-grid,
  .method-summary-grid,
  .contact-options {
    grid-template-columns: repeat(2, 1fr);
  }

  .conversion-transition {
    justify-items: start;
  }

  .compare-grid,
  .timeline-grid {
    grid-template-columns: 1fr;
  }

  .ontology-strip {
    grid-template-columns: 1fr auto 1fr;
  }

  .price-panel .button {
    width: max-content;
  }

  .person-panel figure {
    width: min(100%, 520px);
  }
}

@media (max-width: 680px) {
  .footer-links {
    grid-template-columns: 1fr;
    min-width: 0;
  }

  .footer-links a {
    overflow-wrap: anywhere;
  }

  .page-hero {
    min-height: auto;
  }

  .page-hero-layout {
    min-height: auto;
    padding-block: 58px;
  }

  .page-hero-copy h1 {
    font-size: 2.5rem;
    line-height: 1.1;
  }

  .page-hero-lead {
    font-size: 1rem;
  }

  .page-portrait img {
    height: 480px;
  }

  .entity-card,
  .price-panel,
  .empty-state {
    padding: 34px 24px;
    border-radius: var(--radius-md);
  }

  .entity-copy h2,
  .evidence-layout h2,
  .answer-panel h2,
  .compact-statement h2,
  .empty-state h2,
  .person-panel h2 {
    font-size: 1.875rem;
    line-height: 1.2;
  }

  .entity-scope,
  .definition-notes,
  .topic-grid-3,
  .conversion-problem-grid,
  .diagnostic-flow,
  .problem-link-grid,
  .timeline-grid-4,
  .responsibility-grid,
  .responsibility-grid-4,
  .method-summary-grid,
  .related-grid,
  .related-grid-3,
  .contact-options {
    grid-template-columns: 1fr;
  }

  .entity-scope > div,
  .entity-scope > div:nth-child(2n),
  .entity-scope > div:nth-last-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .entity-scope > div:last-child {
    border-bottom: 0;
  }

  .answer-panel {
    padding-left: 22px;
  }

  .answer-panel > p:not(.kicker) {
    font-size: 1.02rem;
  }

  .topic-grid article,
  .conversion-problem-grid article,
  .diagnostic-flow li,
  .problem-link-grid a,
  .responsibility-grid article,
  .timeline-grid article,
  .contact-options article {
    min-height: auto;
  }

  .statement-list {
    grid-template-columns: 1fr;
  }

  .compare-grid article {
    min-height: auto;
    padding: 30px 24px;
  }

  .compare-grid h3 {
    margin-top: 42px;
  }

  .price-panel .button {
    width: 100%;
  }

  .conversion-transition,
  .diagnostic-commercial {
    padding: 34px 24px;
  }

  .conversion-transition .button,
  .diagnostic-action .button {
    width: 100%;
  }

  .diagnostic-heading h2 {
    font-size: 1.875rem;
    line-height: 1.2;
  }

  .diagnostic-flow > li > span,
  .conversion-problem-grid article > span {
    margin-bottom: 34px;
  }

  .person-panel figure {
    height: 470px;
  }

  .evidence-flow li {
    grid-template-columns: 40px 1fr;
  }

  .consultant-page .page-hero-copy h1 {
    font-size: 2.6rem;
  }

  .consultant-page .section-heading h2,
  .consultant-page .process-sticky h2,
  .consultant-page .faq-heading h2,
  .consultant-page .diagnostic-heading h2,
  .consultant-page .answer-panel h2,
  .consultant-page .person-panel h2,
  .consultant-page .evidence-layout h2 {
    font-size: 2.05rem;
    line-height: 1.16;
  }

  .consultant-page .page-hero-lead,
  .consultant-page .section-heading > p:last-child,
  .consultant-page .heading-wide > p:last-child,
  .consultant-page .process-sticky > p:not(.kicker),
  .consultant-page .faq-heading > p:not(.kicker) {
    font-size: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

/* Página Sobre: formação documentada */
.formation-panel {
  grid-template-columns: 1.08fr 0.92fr;
  gap: 58px;
}

.formation-panel figure {
  height: 440px;
}

.credential-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 28px 0;
  padding: 0;
  list-style: none;
}

.credential-list li {
  display: grid;
  gap: 3px;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface);
}

.credential-list strong {
  color: var(--acid);
  font-family: var(--font-display);
  font-size: 1.3rem;
}

.credential-list span {
  color: var(--muted);
  font-size: 0.78rem;
}

.formation-portrait img {
  object-position: center 28%;
}

.curriculum-list h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.curriculum-list h3 small {
  flex: 0 0 auto;
  padding: 6px 10px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  color: var(--acid);
  font-family: var(--font-body);
  font-size: 0.68rem;
  font-weight: 700;
}

.course-grid article {
  min-height: 245px;
}

.mentor-section {
  background: var(--paper-deep);
  color: var(--ink);
}

.mentor-section > .shell {
  position: relative;
  padding: clamp(42px, 5vw, 72px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--white);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .07);
}

.mentor-section > .shell::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--acid) 0 34%, rgba(197, 0, 34, .1) 34% 100%);
  content: "";
}

.mentor-section > .shell::after {
  position: absolute;
  top: -160px;
  right: -120px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(197, 0, 34, .11);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.mentor-heading {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(320px, 1.2fr);
  align-items: end;
  column-gap: clamp(40px, 7vw, 100px);
  max-width: none;
  margin: 0 0 46px;
  text-align: left;
}

.mentor-heading .kicker {
  grid-column: 1 / -1;
  margin-bottom: 10px;
}

.mentor-heading h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(3rem, 5vw, 5.2rem);
  line-height: .92;
  letter-spacing: -.055em;
}

.mentor-heading > p:last-child {
  max-width: 580px;
  margin: 0 0 4px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.65;
}

.mentor-stat-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.mentor-stat-grid article {
  position: relative;
  display: grid;
  align-content: center;
  min-height: 142px;
  padding: 26px 24px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--paper-deep);
  text-align: left;
}

.mentor-stat-grid article::after {
  position: absolute;
  right: 20px;
  bottom: -22px;
  color: rgba(197, 0, 34, .06);
  font-family: var(--font-display);
  font-size: 5.5rem;
  font-weight: 850;
  line-height: 1;
  content: "•";
}

.mentor-stat-grid strong {
  color: var(--acid);
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  line-height: 1.05;
}

.mentor-stat-grid span {
  margin-top: 8px;
  color: var(--muted);
  font-size: .83rem;
  line-height: 1.5;
}

.mentor-story-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: none;
  margin: 0;
}

.mentor-story-grid > article {
  padding: clamp(30px, 3vw, 42px);
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
}

.mentor-story-grid > article:first-child {
  background: var(--paper-deep);
}

.mentor-story-grid > .mentor-credentials {
  border-color: rgba(255, 255, 255, .13);
  background: var(--ink);
  color: var(--white);
}

.mentor-credentials .kicker {
  color: #ff4d6d;
}

.mentor-credentials h3 {
  color: var(--white);
}

.mentor-credentials .button {
  background: var(--acid);
  color: var(--white);
}

.mentor-story-grid h3 {
  margin: 8px 0 18px;
  font-family: var(--font-display);
  font-size: 1.55rem;
  line-height: 1.12;
  letter-spacing: -.03em;
}

.mentor-story-grid p:not(.kicker) {
  color: var(--muted);
  font-size: .98rem;
  line-height: 1.72;
}

.mentor-credentials p:not(.kicker),
.mentor-credentials li {
  color: rgba(255, 255, 255, .72);
  font-size: .98rem;
  line-height: 1.72;
}

.mentor-credentials ul {
  display: grid;
  gap: 10px;
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}

.mentor-credentials li {
  position: relative;
  padding-left: 20px;
}

.mentor-credentials li::before {
  position: absolute;
  left: 0;
  color: var(--acid);
  content: "→";
}

@media (max-width: 900px) {
  .formation-panel {
    grid-template-columns: 1fr;
  }

  .formation-panel figure {
    width: 100%;
    height: 360px;
  }

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

  .mentor-story-grid {
    gap: 42px;
  }
}

@media (max-width: 680px) {
  .formation-panel figure {
    height: 240px;
  }

  .curriculum-list h3 {
    align-items: flex-start;
    flex-direction: column;
  }

  .mentor-heading {
    margin-bottom: 30px;
    text-align: left;
  }

  .mentor-heading h2 {
    font-size: 2.7rem;
  }

  .mentor-stat-grid,
  .mentor-story-grid {
    grid-template-columns: 1fr;
  }

  .mentor-stat-grid {
    gap: 10px;
    margin-bottom: 38px;
  }

  .mentor-stat-grid article {
    min-height: 104px;
    text-align: left;
  }

  .mentor-story-grid {
    gap: 36px;
  }

  .mentor-credentials .button {
    width: 100%;
  }
}

/* Refinamentos responsivos devem permanecer após as regras da Formação. */
.card-index,
.service-number,
.method-content > span,
.process-list > li > span,
.evidence-flow li > span,
.conversion-problem-grid article > span,
.diagnostic-flow > li > span,
.topic-grid article > span,
.responsibility-grid article > span,
.timeline-grid article > span,
.contact-options article > span,
.problem-link-grid article > span,
.compare-grid article > span,
.contact-hero-card li > span,
.contact-channel-grid article > span,
.geo-quality-flow li > span,
.mt-pole-grid article > span,
.mt-method-flow li > span,
.mt-source-grid article > span,
.city-problem-grid article > span,
.city-semantic-grid article > span,
.city-growth-path li > span,
.city-outcome-list li > span,
.city-objective-chain li > span,
.city-journey-grid article > span,
.city-hero-funnel li > span,
.consultor-state-links span {
  font-size: .9rem !important;
  font-weight: 850;
  letter-spacing: .04em;
}

@media (max-width: 900px) {
  .mobile-menu-nav {
    overflow-y: auto;
  }

  .mobile-services > summary {
    position: relative;
    padding: 13px 38px 13px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    border-radius: 8px;
    color: rgba(255, 255, 255, .8);
    font-family: var(--font-display);
    font-size: .95rem;
    font-weight: 650;
    list-style: none;
    cursor: pointer;
  }

  .mobile-services > summary::-webkit-details-marker {
    display: none;
  }

  .mobile-services > summary::after {
    position: absolute;
    top: 50%;
    right: 14px;
    color: var(--acid);
    content: "+";
    font-size: 1.2rem;
    transform: translateY(-50%);
  }

  .mobile-services[open] > summary::after {
    content: "−";
  }

  .mobile-services-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    padding: 10px 0 14px;
  }

  .mobile-menu-nav .mobile-services-links a {
    display: grid;
    grid-template-columns: 26px minmax(0, 1fr);
    align-items: center;
    gap: 6px;
    min-height: 46px;
    padding: 8px 10px;
    border: 1px solid rgba(255, 255, 255, .08);
    font-size: .76rem;
    line-height: 1.25;
  }

  .mobile-services-links a span {
    color: var(--acid);
    font-size: .72rem;
  }

  .mentor-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .mentor-heading .kicker,
  .mentor-heading h2,
  .mentor-heading > p:last-child {
    grid-column: 1;
  }

  .mentor-section > .shell {
    padding: 42px 34px;
  }
}

@media (max-width: 680px) {
  html {
    font-size: 100%;
  }

  .mobile-services-links {
    grid-template-columns: 1fr;
  }

  .mentor-section > .shell {
    width: min(calc(100% - 24px), var(--shell));
    padding: 36px 20px 20px;
    border-radius: 22px;
  }

  .mentor-story-grid > article {
    padding: 28px 22px;
  }

  .footer-brand h2 {
    margin-top: 26px;
  }
}

/* Página Contato: briefing e conversão */
.contact-hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 78px;
  align-items: center;
  min-height: 690px;
  padding-block: 72px;
}

.contact-hero-card {
  padding: 42px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,.06);
  box-shadow: 0 28px 80px rgba(0,0,0,.25);
  backdrop-filter: blur(12px);
}

.contact-hero-card h2 {
  margin: 10px 0 28px;
  font-family: var(--font-display);
  font-size: 1.8rem;
  line-height: 1.15;
}

.contact-hero-card ol {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-hero-card li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  padding-block: 20px;
  border-top: 1px solid rgba(255,255,255,.12);
}

.contact-hero-card li > span {
  color: var(--acid);
  font-family: var(--font-display);
  font-size: .72rem;
  font-weight: 800;
}

.contact-hero-card strong {
  font-family: var(--font-display);
  font-size: .94rem;
}

.contact-hero-card li p {
  margin: 7px 0 0;
  color: rgba(255,255,255,.64);
  font-size: .82rem;
  line-height: 1.55;
}

.contact-channels {
  background: var(--paper);
}

.contact-channel-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 54px;
}

.contact-channel-grid article {
  display: flex;
  min-height: 345px;
  flex-direction: column;
  align-items: flex-start;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--paper-deep);
}

.contact-channel-grid article > span {
  margin-bottom: 58px;
  color: var(--acid);
  font-family: var(--font-display);
  font-size: .73rem;
  font-weight: 800;
}

.contact-channel-grid h3 {
  margin-bottom: 14px;
  font-family: var(--font-display);
  font-size: 1.45rem;
}

.contact-channel-grid p {
  margin-top: 0;
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.65;
}

.contact-channel-grid .button,
.contact-channel-note {
  margin-top: auto;
}

.contact-channel-note {
  display: grid;
  gap: 8px;
}

.contact-channel-note strong {
  color: var(--acid);
  font-family: var(--font-display);
}

.contact-channel-note small {
  color: var(--muted);
  font-size: .72rem;
  line-height: 1.45;
}

.contact-form-section {
  background: var(--ink);
  color: var(--white);
}

.contact-form-layout {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 82px;
  align-items: start;
}

.contact-form-copy {
  position: sticky;
  top: 128px;
}

.contact-form-copy h2 {
  margin: 12px 0 22px;
  font-family: var(--font-display);
  font-size: clamp(2.35rem, 4vw, 3.6rem);
  line-height: 1.04;
  letter-spacing: -.05em;
}

.contact-form-copy > p:not(.kicker) {
  color: rgba(255,255,255,.68);
  line-height: 1.72;
}

.contact-form-copy ul {
  display: grid;
  gap: 18px;
  margin: 36px 0 0;
  padding: 0;
  list-style: none;
}

.contact-form-copy li {
  display: grid;
  gap: 5px;
  padding-left: 18px;
  border-left: 2px solid var(--acid);
}

.contact-form-copy li strong {
  font-family: var(--font-display);
  font-size: .88rem;
}

.contact-form-copy li span {
  color: rgba(255,255,255,.56);
  font-size: .78rem;
  line-height: 1.5;
}

.contact-briefing-form {
  padding: 42px;
  border-radius: var(--radius-lg);
  background: var(--paper);
  color: var(--ink);
}

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

.form-grid label {
  display: grid;
  gap: 9px;
}

.form-grid label > span {
  font-family: var(--font-display);
  font-size: .74rem;
  font-weight: 800;
}

.form-span {
  grid-column: 1 / -1;
}

.form-grid input,
.form-grid select,
.form-grid textarea {
  width: 100%;
  min-height: 54px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 10px;
  outline: 0;
  background: var(--paper-deep);
  color: var(--ink);
  font: inherit;
  font-size: .9rem;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

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

.form-grid input:focus,
.form-grid select:focus,
.form-grid textarea:focus {
  border-color: var(--acid);
  background: var(--paper);
  box-shadow: 0 0 0 3px rgba(197,0,34,.1);
}

.contact-briefing-form.was-validated :is(input, select, textarea):invalid {
  border-color: var(--acid);
}

.form-consent {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
  margin: 24px 0;
  color: var(--muted);
  font-size: .76rem;
  line-height: 1.5;
}

.form-consent input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: var(--acid);
}

.form-submit {
  width: 100%;
}

.form-feedback {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: .72rem;
  text-align: center;
}

.contact-process {
  background: var(--paper-deep);
}

.contact-fit {
  background: var(--paper);
}

.contact-fit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 54px;
}

.contact-fit-grid article {
  padding: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--paper-deep);
}

.contact-fit-grid article:last-child {
  background: var(--ink);
  color: var(--white);
}

.contact-fit-grid article:last-child .kicker {
  color: #ff4d6d;
}

.contact-fit-grid h3 {
  max-width: 480px;
  margin: 12px 0 26px;
  font-family: var(--font-display);
  font-size: 1.7rem;
  line-height: 1.14;
}

.contact-fit-grid ul {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-fit-grid li {
  position: relative;
  padding-left: 22px;
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.5;
}

.contact-fit-grid article:last-child li {
  color: rgba(255,255,255,.68);
}

.contact-fit-grid li::before {
  position: absolute;
  left: 0;
  color: var(--acid);
  content: "✓";
}

@media (max-width: 900px) {
  .contact-hero-layout,
  .contact-form-layout {
    grid-template-columns: 1fr;
  }

  .contact-hero-layout {
    gap: 48px;
    padding-block: 70px;
  }

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

  .contact-channel-grid article:last-child {
    grid-column: 1 / -1;
  }

  .contact-form-copy {
    position: static;
  }
}

@media (max-width: 680px) {
  .contact-hero-layout {
    min-height: auto;
    padding-block: 58px;
  }

  .contact-hero-card,
  .contact-briefing-form,
  .contact-fit-grid article {
    padding: 30px 22px;
  }

  .contact-hero-card h2 {
    font-size: 1.55rem;
  }

  .contact-channel-grid,
  .contact-fit-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .contact-channel-grid article:last-child,
  .form-span {
    grid-column: auto;
  }

  .contact-channel-grid article {
    min-height: 300px;
    padding: 28px 24px;
  }

  .contact-channel-grid .button {
    width: 100%;
  }

  .contact-form-layout {
    gap: 42px;
  }

  .contact-form-copy h2 {
    font-size: 2.35rem;
  }
}

/* Hub Consultor SEO por Estados */
.states-hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 78px;
  align-items: center;
  min-height: 690px;
  padding-block: 72px;
}

.states-hero-board {
  padding: 34px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,.055);
  box-shadow: 0 28px 80px rgba(0,0,0,.24);
  backdrop-filter: blur(12px);
}

.states-board-core {
  display: grid;
  place-items: center;
  min-height: 180px;
  border: 1px solid rgba(197,0,34,.55);
  border-radius: var(--radius-md);
  background: radial-gradient(circle at center, rgba(197,0,34,.18), transparent 70%);
  text-align: center;
}

.states-board-core span {
  color: var(--acid);
  font-family: var(--font-display);
  font-size: 3.8rem;
  font-weight: 800;
  line-height: 1;
}

.states-board-core strong {
  font-family: var(--font-display);
  font-size: 1rem;
}

.states-board-core small {
  color: rgba(255,255,255,.55);
  font-size: .7rem;
}

.states-board-regions {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
}

.states-board-regions div {
  display: grid;
  gap: 4px;
  padding: 13px 8px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 9px;
  text-align: center;
}

.states-board-regions span {
  color: var(--acid);
  font-family: var(--font-display);
  font-size: .9rem;
  font-weight: 800;
}

.states-board-regions strong {
  font-size: .58rem;
}

.states-hero-board > p {
  margin: 22px 0 0;
  color: rgba(255,255,255,.58);
  font-size: .74rem;
  line-height: 1.55;
  text-align: center;
}

.state-directory {
  background: var(--paper-deep);
}

.state-region-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 42px 0 76px;
}

.state-region-nav .button {
  min-height: 44px;
  background: var(--paper);
  font-size: .82rem;
}

.state-region-nav .button span {
  color: var(--acid);
}

.state-region {
  scroll-margin-top: 120px;
}

.state-region + .state-region {
  margin-top: 92px;
  padding-top: 92px;
  border-top: 1px solid var(--line);
}

.state-region-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 32px;
}

.state-region-heading h2 {
  margin: 8px 0 0;
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 4vw, 3.45rem);
  line-height: 1;
  letter-spacing: -.05em;
}

.state-region-heading > p {
  margin: 0;
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.65;
}

.state-directory-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.state-card {
  display: flex;
  min-height: 245px;
  flex-direction: column;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--paper);
}

.state-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.state-card-top > span {
  color: var(--acid);
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 800;
}

.state-card-top small {
  color: var(--muted);
  font-size: .62rem;
}

.state-card h3 {
  margin: 44px 0 10px;
  font-family: var(--font-display);
  font-size: 1.3rem;
  line-height: 1.1;
}

.state-card > p {
  margin: 0;
  color: var(--muted);
  font-size: .78rem;
}

.state-card-status {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: auto;
  padding-top: 22px;
  color: var(--muted);
  font-size: .65rem;
}

.state-card-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--acid);
  box-shadow: 0 0 0 4px rgba(197,0,34,.1);
}

.geo-quality-section {
  background: var(--ink);
  color: var(--white);
}

.geo-quality-layout {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 84px;
  align-items: start;
}

.geo-quality-layout .section-heading h2 {
  margin: 10px 0 20px;
  font-size: clamp(2.3rem, 4.5vw, 3.8rem);
  letter-spacing: -.05em;
}

.geo-quality-layout .section-heading > p:not(.kicker) {
  color: rgba(255,255,255,.65);
  line-height: 1.7;
}

.geo-quality-flow {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255,255,255,.14);
  list-style: none;
}

.geo-quality-flow li {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 22px;
  padding-block: 28px;
  border-bottom: 1px solid rgba(255,255,255,.14);
}

.geo-quality-flow li > span {
  color: var(--acid);
  font-family: var(--font-display);
  font-size: .8rem;
  font-weight: 800;
}

.geo-quality-flow strong {
  font-family: var(--font-display);
  font-size: 1.05rem;
}

.geo-quality-flow p {
  margin: 8px 0 0;
  color: rgba(255,255,255,.58);
  font-size: .82rem;
  line-height: 1.55;
}

.states-boundaries {
  background: var(--paper);
}

@media (max-width: 1080px) {
  .state-directory-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .states-hero-layout,
  .geo-quality-layout {
    grid-template-columns: 1fr;
  }

  .states-hero-layout {
    gap: 50px;
    padding-block: 70px;
  }

  .state-region-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

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

@media (max-width: 680px) {
  .states-hero-layout {
    min-height: auto;
    padding-block: 58px;
  }

  .states-hero-board {
    padding: 22px;
  }

  .states-board-regions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .states-board-regions div:last-child {
    grid-column: 1 / -1;
  }

  .state-region-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 58px;
  }

  .state-region-nav .button:last-child {
    grid-column: 1 / -1;
  }

  .state-directory-grid {
    grid-template-columns: 1fr;
  }

  .state-region + .state-region {
    margin-top: 70px;
    padding-top: 70px;
  }

  .state-card {
    min-height: 220px;
  }

  .geo-quality-layout {
    gap: 48px;
  }
}

/* Página estadual — Consultor SEO em Mato Grosso */
.state-card.is-active {
  border-color: rgba(197,0,34,.7);
  background: linear-gradient(145deg, #fff 0%, #fff 68%, rgba(197,0,34,.055) 100%);
  box-shadow: 0 18px 45px rgba(0,0,0,.07);
}

.state-card-status.is-approved {
  color: var(--ink);
  font-weight: 700;
}

.state-card-status.is-approved i {
  background: #1c9b59;
  box-shadow: 0 0 0 4px rgba(28,155,89,.12);
}

.state-card-button {
  width: 100%;
  margin-top: 16px;
  padding-inline: 18px;
  justify-content: center;
}

.state-detail-hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 78px;
  align-items: center;
  min-height: 700px;
  padding-block: 72px;
}

.state-hero-board {
  padding: 34px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,.055);
  box-shadow: 0 28px 80px rgba(0,0,0,.28);
  backdrop-filter: blur(12px);
}

.state-hero-code {
  display: grid;
  place-items: center;
  min-height: 210px;
  border: 1px solid rgba(197,0,34,.6);
  border-radius: var(--radius-md);
  background: radial-gradient(circle at center, rgba(197,0,34,.2), transparent 70%);
  text-align: center;
}

.state-hero-code span {
  color: var(--acid);
  font-family: var(--font-display);
  font-size: clamp(3.5rem, 6vw, 5.5rem);
  font-weight: 800;
  letter-spacing: -.06em;
  line-height: .9;
}

.state-hero-code strong {
  margin-top: 12px;
  color: var(--white);
  font-size: 1.1rem;
}

.state-hero-code small {
  color: rgba(255,255,255,.52);
}

.state-hero-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 8px;
  margin: 14px 0 0;
}

.state-hero-facts div {
  padding: 17px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
}

.state-hero-facts dt {
  color: rgba(255,255,255,.5);
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.state-hero-facts dd {
  margin: 5px 0 0;
  color: var(--white);
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
}

.state-hero-board > p {
  margin: 20px 0 0;
  color: rgba(255,255,255,.52);
  font-size: .78rem;
  line-height: 1.55;
  text-align: center;
}

.mt-context-section,
.mt-poles-section,
.mt-sources-section {
  background: var(--paper-deep);
}

.mt-business-section,
.mt-deliverables-section {
  background: var(--paper);
  color: var(--ink);
}

.mt-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 14px;
}

.mt-stat-grid article {
  min-height: 235px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--paper);
}

.mt-stat-grid span {
  display: block;
  color: var(--acid);
  font-family: var(--font-display);
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 800;
  letter-spacing: -.055em;
  line-height: 1;
}

.mt-stat-grid strong {
  display: block;
  margin-top: 20px;
  font-family: var(--font-display);
  font-size: 1.12rem;
}

.mt-stat-grid p,
.mt-insight-panel p,
.mt-business-copy > p,
.mt-inference p,
.mt-pole-grid article > p,
.mt-source-grid p {
  color: var(--body);
  line-height: 1.7;
}

.mt-stat-grid p {
  margin: 10px 0 0;
  font-size: .9rem;
}

.mt-insight-panel {
  display: grid;
  grid-template-columns: .35fr 1.65fr;
  gap: 34px;
  align-items: start;
  margin-top: 18px;
  padding: 30px;
  border-left: 3px solid var(--acid);
  background: var(--paper);
}

.mt-insight-panel > p:last-child {
  margin: 0;
}

.mt-business-layout {
  display: grid;
  grid-template-columns: 1.03fr .97fr;
  gap: 84px;
  align-items: center;
}

.mt-business-copy h2,
.mt-map-copy h2 {
  margin: 12px 0 24px;
  font-size: clamp(2.4rem, 4.8vw, 4.5rem);
  letter-spacing: -.055em;
  line-height: .98;
}

.mt-business-copy > p {
  margin: 0 0 18px;
  font-size: 1.05rem;
}

.mt-business-copy > p strong {
  color: var(--ink);
  font-weight: 700;
}

.mt-inference {
  margin-top: 30px;
  padding: 25px;
  border-left: 3px solid var(--acid);
  background: var(--paper-deep);
}

.mt-inference strong {
  font-family: var(--font-display);
  font-size: 1.05rem;
}

.mt-inference p {
  margin: 10px 0 0;
}

.mt-sector-board {
  padding: 38px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--paper-deep);
}

.mt-sector-board > p {
  margin: 0 0 34px;
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 700;
}

.sector-row {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  margin-top: 25px;
  padding-bottom: 17px;
}

.sector-row span,
.sector-row strong {
  font-size: .92rem;
}

.sector-row i {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 5px;
  overflow: hidden;
  border-radius: 999px;
  background: var(--line);
}

.sector-row i::after {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--sector-width);
  border-radius: inherit;
  background: var(--acid);
  content: "";
}

.mt-sector-board small {
  display: block;
  margin-top: 32px;
  color: var(--muted);
  line-height: 1.5;
}

.state-generic-page .mt-sector-board .sector-row {
  align-items: center;
  margin-top: 0;
  padding: 18px 0;
  border-top: 1px solid var(--line);
}

.state-generic-page .mt-sector-board .sector-row span {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 650;
}

.state-generic-page .mt-sector-board .sector-row strong {
  color: var(--acid);
  font-family: var(--font-display);
  font-size: .8rem;
  letter-spacing: .12em;
}

.state-example-title {
  margin: 30px 0 14px;
  font-family: var(--font-display);
  font-size: 1.05rem;
}

.state-example-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.state-example-list li {
  position: relative;
  padding-left: 22px;
  color: var(--body);
  line-height: 1.55;
}

.state-example-list li::before {
  position: absolute;
  top: .7em;
  left: 0;
  width: 10px;
  height: 2px;
  background: var(--acid);
  content: "";
}

.state-generic-page .mt-pole-grid article {
  display: flex;
  flex-direction: column;
}

.state-generic-page .mt-pole-grid article .button {
  align-self: flex-start;
  margin-top: auto;
}

.mt-map-section {
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}

.mt-map-layout {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 70px;
  align-items: center;
}

.mt-map-copy > p:not(.kicker) {
  color: rgba(255,255,255,.67);
  line-height: 1.75;
}

.mt-map-copy ul {
  display: grid;
  gap: 13px;
  margin: 28px 0 32px;
  padding: 0;
  list-style: none;
}

.mt-map-copy li {
  position: relative;
  padding-left: 22px;
  color: rgba(255,255,255,.78);
}

.mt-map-copy li::before {
  position: absolute;
  left: 0;
  color: var(--acid);
  content: "✓";
}

.mt-map-frame {
  margin: 0;
  padding: 10px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,.06);
}

.mt-map-frame iframe {
  display: block;
  width: 100%;
  min-height: 520px;
  border: 0;
  border-radius: calc(var(--radius-lg) - 8px);
  filter: grayscale(.15) contrast(1.04);
}

.mt-map-frame figcaption {
  padding: 15px 12px 8px;
  color: rgba(255,255,255,.52);
  font-size: .78rem;
  line-height: 1.5;
}

.mt-pole-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 14px;
}

.mt-pole-grid article {
  display: flex;
  min-height: 310px;
  flex-direction: column;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--paper);
}

.mt-pole-grid article > span {
  color: var(--acid);
  font-family: var(--font-display);
  font-size: .85rem;
  font-weight: 800;
}

.mt-pole-grid h3 {
  margin: 44px 0 14px;
  font-size: 1.3rem;
  letter-spacing: -.035em;
}

.mt-pole-grid article > p {
  margin: 0;
}

.mt-pole-grid .mt-pole-action {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--white);
}

.mt-pole-action .kicker,
.mt-pole-action h3 {
  color: var(--white);
}

.mt-pole-action .button {
  align-self: flex-start;
  margin-top: auto;
  background: var(--white);
  color: var(--ink);
}

.mt-method-section {
  background: var(--acid);
  color: var(--white);
}

.mt-method-section .section-heading > p:not(.kicker) {
  color: var(--white);
}

.mt-method-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 1px;
  margin: 54px 0 0;
  padding: 0;
  background: rgba(255,255,255,.25);
  list-style: none;
}

.mt-method-flow li {
  min-height: 295px;
  padding: 30px;
  background: var(--acid);
}

.mt-method-flow li > span {
  color: var(--white);
  font-family: var(--font-display);
  font-size: .82rem;
  font-weight: 800;
}

.mt-method-flow h3 {
  margin: 52px 0 14px;
  color: var(--white);
  font-size: 1.35rem;
}

.mt-method-flow p {
  margin: 0;
  color: var(--white);
  line-height: 1.65;
}

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

.mt-source-grid article {
  display: flex;
  min-height: 270px;
  flex-direction: column;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--paper);
}

.mt-source-grid article > span {
  color: var(--acid);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .09em;
}

.mt-source-grid h3 {
  margin: 30px 0 12px;
  font-size: 1.3rem;
}

.mt-source-grid .button {
  align-self: flex-start;
  margin-top: auto;
}

.mt-source-grid article:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.mt-city-directory-section {
  background: var(--paper);
  color: var(--ink);
}

.mt-featured-cities {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 22px;
}

.mt-featured-city {
  position: relative;
  display: flex;
  min-height: 155px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px;
  overflow: hidden;
  border: 1px solid var(--ink);
  border-radius: var(--radius-md);
  background: var(--ink);
  color: var(--white);
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.mt-featured-city::before {
  position: absolute;
  top: -45px;
  right: -35px;
  width: 120px;
  height: 120px;
  border: 1px solid rgba(197,0,34,.55);
  border-radius: 50%;
  content: "";
}

.mt-featured-city span {
  position: relative;
  z-index: 1;
  font-family: var(--font-display);
  font-size: 1.08rem;
  font-weight: 750;
  line-height: 1.25;
}

.mt-featured-city small {
  position: relative;
  z-index: 1;
  margin-top: 8px;
  color: rgba(255,255,255,.55);
  line-height: 1.4;
}

.mt-featured-city i {
  position: absolute;
  top: 18px;
  left: 20px;
  color: var(--acid);
  font-style: normal;
  font-weight: 800;
}

.mt-featured-city:hover,
.mt-featured-city:focus-visible {
  border-color: var(--acid);
  background: var(--acid);
  transform: translateY(-3px);
}

.mt-featured-city:hover i,
.mt-featured-city:focus-visible i {
  color: var(--white);
}

.mt-city-directory-tools {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 34px;
  align-items: end;
  margin-top: 24px;
  padding: 28px;
  border-radius: var(--radius-md);
  background: var(--paper-deep);
}

.mt-city-directory-tools label {
  display: grid;
  gap: 10px;
}

.mt-city-directory-tools label > span {
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.mt-city-directory-tools input {
  width: 100%;
  min-height: 54px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  outline: 0;
  background: var(--paper);
  color: var(--ink);
  font: inherit;
}

.mt-city-directory-tools input:focus {
  border-color: var(--acid);
  box-shadow: 0 0 0 4px rgba(197,0,34,.1);
}

.mt-city-directory-tools > div {
  display: flex;
  gap: 12px;
  align-items: center;
  min-height: 54px;
  padding-inline: 18px;
  border-left: 1px solid var(--line);
}

.mt-city-directory-tools strong {
  color: var(--acid);
  font-family: var(--font-display);
  font-size: 2rem;
  line-height: 1;
}

.mt-city-directory-tools > div span {
  max-width: 130px;
  color: var(--muted);
  font-size: .78rem;
  line-height: 1.35;
}

.mt-city-letter-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0 54px;
}

.mt-city-letter-nav .button {
  min-width: 44px;
  min-height: 42px;
  padding: 8px 13px;
  justify-content: center;
}

.mt-city-groups {
  display: grid;
  gap: 72px;
}

.mt-city-group {
  scroll-margin-top: 135px;
}

.mt-city-group-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.mt-city-group-heading h3 {
  margin: 0;
  color: var(--acid);
  font-size: clamp(2.3rem, 4vw, 3.4rem);
  letter-spacing: -.05em;
  line-height: 1;
}

.mt-city-group-heading span {
  color: var(--muted);
  font-size: .76rem;
  text-transform: uppercase;
  letter-spacing: .07em;
}

.mt-city-link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 9px;
}

.mt-city-link {
  display: flex;
  min-height: 58px;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  padding: 12px 13px 12px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper);
  font-family: var(--font-display);
  font-size: .86rem;
  font-weight: 700;
  line-height: 1.25;
  transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease;
}

.mt-city-link[hidden],
.mt-city-group[hidden] {
  display: none !important;
}

.mt-city-link i {
  display: grid;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  place-items: center;
  border-radius: 50%;
  background: var(--paper-deep);
  color: var(--acid);
  font-style: normal;
}

.mt-city-link:hover,
.mt-city-link:focus-visible {
  border-color: var(--acid);
  background: var(--acid);
  color: var(--white);
  transform: translateY(-2px);
}

.mt-city-link:hover i,
.mt-city-link:focus-visible i {
  background: var(--white);
}

.mt-city-empty {
  margin: 34px 0 0;
  padding: 28px;
  border: 1px dashed var(--line);
  border-radius: var(--radius-md);
  text-align: center;
}

.mt-city-source-note {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  margin-top: 64px;
  padding: 28px;
  border-left: 3px solid var(--acid);
  background: var(--paper-deep);
}

.mt-city-source-note p {
  margin: 0;
  color: var(--body);
}

.mt-city-source-note .button {
  flex: 0 0 auto;
}

@media (max-width: 1080px) {
  .state-detail-hero-layout,
  .mt-business-layout,
  .mt-map-layout {
    gap: 48px;
  }

  .mt-stat-grid,
  .mt-method-flow {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }

  .mt-featured-cities {
    grid-template-columns: repeat(3, minmax(0,1fr));
  }
}

@media (max-width: 900px) {
  .state-detail-hero-layout,
  .mt-business-layout,
  .mt-map-layout {
    grid-template-columns: 1fr;
  }

  .state-detail-hero-layout {
    min-height: auto;
    padding-block: 68px;
  }

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

  .mt-city-link-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }

  .mt-map-frame iframe {
    min-height: 430px;
  }
}

@media (max-width: 680px) {
  .state-detail-hero-layout {
    gap: 48px;
    padding-block: 56px;
  }

  .state-hero-board,
  .mt-sector-board {
    padding: 22px;
  }

  .state-hero-code {
    min-height: 175px;
  }

  .mt-stat-grid,
  .mt-pole-grid,
  .mt-method-flow,
  .mt-source-grid {
    grid-template-columns: 1fr;
  }

  .mt-stat-grid article,
  .mt-pole-grid article,
  .mt-method-flow li,
  .mt-source-grid article {
    min-height: auto;
  }

  .mt-insight-panel {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .mt-map-frame iframe {
    min-height: 350px;
  }

  .mt-method-flow h3,
  .mt-pole-grid h3 {
    margin-top: 32px;
  }

  .mt-source-grid .button,
  .mt-pole-action .button {
    width: 100%;
    justify-content: center;
  }

  .mt-source-grid article:last-child:nth-child(odd) {
    grid-column: auto;
  }

  .mt-featured-cities,
  .mt-city-link-grid {
    grid-template-columns: 1fr;
  }

  .mt-featured-city {
    min-height: 130px;
  }

  .mt-city-directory-tools {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 20px;
  }

  .mt-city-directory-tools > div {
    padding: 16px 0 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .mt-city-letter-nav {
    display: grid;
    grid-template-columns: repeat(6, minmax(0,1fr));
  }

  .mt-city-letter-nav .button {
    min-width: 0;
    padding-inline: 8px;
  }

  .mt-city-group-heading {
    align-items: center;
  }

  .mt-city-source-note {
    align-items: stretch;
    flex-direction: column;
  }

  .mt-city-source-note .button {
    width: 100%;
    justify-content: center;
  }
}

+/* Money pages municipais -------------------------------------------------- */

.city-hero {
  min-height: 780px;
  padding: 88px 0 82px;
}

.city-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, .96fr);
  gap: 72px;
  align-items: center;
}

.city-hero .page-hero-copy h1 {
  max-width: 820px;
}

.city-hero-conversion {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,.045);
  box-shadow: 0 28px 80px rgba(0,0,0,.32);
}

.city-identity-figure {
  margin: 0;
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.city-identity-figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.city-identity-figure figcaption {
  padding: 10px 22px;
  color: rgba(255,255,255,.55);
  font-size: .72rem;
  line-height: 1.45;
}

.city-hero-offer {
  padding: 28px 30px 32px;
}

.city-hero-offer h2 {
  margin: 10px 0 12px;
  color: var(--white);
  font-size: clamp(1.65rem, 2.5vw, 2.35rem);
  letter-spacing: -.04em;
  line-height: 1.05;
}

.city-hero-offer > p:not(.kicker) {
  margin: 0 0 20px;
  color: rgba(255,255,255,.7);
  line-height: 1.6;
}

.city-hero-offer .button {
  width: 100%;
}

.city-hero-offer small {
  display: block;
  margin-top: 12px;
  color: rgba(255,255,255,.48);
  text-align: center;
}

.city-sales-section,
.city-related-section,
.city-sources-section {
  background: var(--paper-deep);
}

.city-problem-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.city-problem-grid article {
  display: flex;
  min-height: 330px;
  flex-direction: column;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--paper);
}

.city-problem-grid article > span {
  color: var(--acid);
  font-family: var(--font-display);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .1em;
}

.city-problem-grid h3 {
  margin: 42px 0 12px;
  font-size: 1.28rem;
  letter-spacing: -.035em;
  line-height: 1.12;
}

.city-problem-grid p {
  margin: 0 0 24px;
  color: var(--body);
  line-height: 1.62;
}

.city-problem-grid .button {
  align-self: flex-start;
  margin-top: auto;
}

.city-context-section,
.city-strategy-section,
.city-deliverables-section {
  background: var(--paper);
}

.city-fact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.city-fact-grid article {
  min-height: 220px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--paper-deep);
}

.city-fact-grid article > span {
  display: block;
  overflow-wrap: anywhere;
  color: var(--acid);
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 2.4vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -.05em;
  line-height: 1;
}

.city-fact-grid strong {
  display: block;
  margin-top: 24px;
  font-family: var(--font-display);
  font-size: 1.05rem;
}

.city-fact-grid p {
  margin: 9px 0 0;
  color: var(--body);
  font-size: .9rem;
  line-height: 1.6;
}

.city-context-insight {
  display: grid;
  grid-template-columns: .34fr 1.66fr;
  gap: 38px;
  margin-top: 18px;
  padding: 32px;
  border-left: 3px solid var(--acid);
  background: var(--paper-deep);
}

.city-context-insight h3 {
  margin: 0 0 12px;
  font-size: 1.35rem;
}

.city-context-insight p:not(.kicker) {
  margin: 0 0 12px;
  color: var(--body);
  line-height: 1.7;
}

.city-map-section {
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}

.city-map-layout {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
  gap: 70px;
  align-items: center;
}

.city-map-copy h2 {
  margin: 12px 0 22px;
  font-size: clamp(2.5rem, 4.8vw, 4.6rem);
  letter-spacing: -.055em;
  line-height: .98;
}

.city-map-copy > p:not(.kicker) {
  color: rgba(255,255,255,.72);
  line-height: 1.68;
}

.city-map-description {
  margin: 22px 0;
  padding: 20px;
  border-left: 3px solid var(--acid);
  background: rgba(255,255,255,.06);
}

.city-map-description strong {
  color: var(--white);
}

.city-map-copy ul {
  display: grid;
  gap: 10px;
  margin: 24px 0 28px;
  padding: 0;
  list-style: none;
}

.city-map-copy li {
  position: relative;
  padding-left: 20px;
  color: rgba(255,255,255,.78);
}

.city-map-copy li::before {
  position: absolute;
  top: .6em;
  left: 0;
  width: 8px;
  height: 2px;
  background: var(--acid);
  content: "";
}

.city-map-frame {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: var(--radius-lg);
  background: #121212;
}

.city-map-frame iframe {
  display: block;
  width: 100%;
  min-height: 610px;
  border: 0;
}

.city-map-frame figcaption {
  padding: 15px 20px;
  color: rgba(255,255,255,.62);
  font-size: .78rem;
  line-height: 1.5;
}

.city-map-frame figcaption strong {
  color: var(--white);
}

.city-strategy-layout {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 54px;
  align-items: start;
}

.city-answer-stack {
  display: grid;
  gap: 14px;
}

.city-answer-stack article {
  padding: 26px;
  border-left: 3px solid var(--acid);
  background: var(--paper-deep);
}

.city-answer-stack h3 {
  margin: 10px 0 9px;
  font-size: 1.2rem;
  letter-spacing: -.03em;
}

.city-answer-stack p:not(.kicker) {
  margin: 0;
  color: var(--body);
  line-height: 1.68;
}

.city-intent-table {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
}

.city-intent-row {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 24px;
  padding: 22px 24px;
  border-top: 1px solid var(--line);
}

.city-intent-row:first-child {
  border-top: 0;
}

.city-intent-row.is-heading {
  background: var(--ink);
  color: var(--white);
}

.city-intent-row span {
  color: var(--body);
  line-height: 1.55;
}

.city-method-section {
  background: var(--ink);
  color: var(--white);
}

.city-method-section .section-heading > p:not(.kicker) {
  color: rgba(255,255,255,.62);
}

.city-mid-cta {
  padding: 0;
  background: var(--paper);
}

.city-mid-cta-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 50px;
  align-items: center;
  padding: 54px 60px;
  border-radius: var(--radius-lg);
  background: linear-gradient(120deg, #050505 0%, #1e0006 100%);
  color: var(--white);
}

.city-mid-cta h2 {
  margin: 10px 0 10px;
  color: var(--white);
  font-size: clamp(2rem, 3.8vw, 3.6rem);
  letter-spacing: -.05em;
  line-height: 1;
}

.city-mid-cta p:not(.kicker) {
  max-width: 720px;
  margin: 0;
  color: rgba(255,255,255,.66);
  line-height: 1.65;
}

.city-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.city-related-link {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: "name arrow" "meta arrow";
  gap: 7px 18px;
  align-items: center;
  min-height: 115px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--paper);
  color: var(--ink);
  text-decoration: none;
  transition: border-color .2s ease, transform .2s ease;
}

.city-related-link span {
  grid-area: name;
  font-family: var(--font-display);
  font-size: 1.03rem;
  font-weight: 750;
}

.city-related-link small {
  grid-area: meta;
  color: var(--muted);
}

.city-related-link i {
  grid-area: arrow;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: var(--white);
  font-style: normal;
}

.city-related-link:hover,
.city-related-link:focus-visible {
  border-color: var(--acid);
  transform: translateY(-2px);
}

.city-parent-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.city-author-note {
  display: grid;
  grid-template-columns: .35fr 1.65fr;
  gap: 30px;
  margin-top: 18px;
  padding: 26px;
  border-left: 3px solid var(--acid);
  background: var(--paper);
}

.city-author-note p {
  margin: 0;
  color: var(--body);
  line-height: 1.6;
}

@media (max-width: 1100px) {
  .city-hero-layout {
    grid-template-columns: 1fr .85fr;
    gap: 42px;
  }

  .city-problem-grid,
  .city-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .city-map-layout {
    grid-template-columns: .9fr 1.1fr;
    gap: 42px;
  }
}

@media (max-width: 860px) {
  .city-hero {
    min-height: auto;
    padding: 64px 0;
  }

  .city-hero-layout,
  .city-map-layout,
  .city-strategy-layout {
    grid-template-columns: 1fr;
  }

  .city-hero-conversion {
    max-width: 620px;
  }

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

  .city-context-insight,
  .city-author-note {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .city-map-frame iframe {
    min-height: 480px;
  }

  .city-mid-cta-card {
    grid-template-columns: 1fr;
    padding: 44px;
  }

  .city-mid-cta-card .button {
    justify-self: start;
  }
}

@media (max-width: 620px) {
  .city-hero {
    padding: 48px 0 58px;
  }

  .city-hero-layout {
    gap: 34px;
  }

  .city-hero-offer {
    padding: 24px 20px 26px;
  }

  .city-problem-grid,
  .city-fact-grid,
  .city-related-grid {
    grid-template-columns: 1fr;
  }

  .city-problem-grid article,
  .city-fact-grid article {
    min-height: 0;
    padding: 24px;
  }

  .city-problem-grid h3 {
    margin-top: 30px;
  }

  .city-map-frame iframe {
    min-height: 390px;
  }

  .city-intent-row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 20px;
  }

  .city-mid-cta-card {
    padding: 34px 24px;
    border-radius: 0;
  }

  .city-mid-cta-card .button,
  .city-parent-links .button {
    width: 100%;
  }
}
