/*
Theme Name: Degasperi Homepage Staging
Theme URI: https://idegasperi.com
Author: Israel Degasperi
Author URI: https://idegasperi.com
Description: Tema WordPress completo para Degasperi Growth & Revenue. Inclui homepage aprovada, templates de funis (Radar V1 consultoria, Radar V2 publico, Growth Sessions, Growth Insights, Bora Testar Brief, Diagnostico, AI Search, Aquisicao e Pipeline) e integracoes (Brevo, Make webhook).
Version: 1.2.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: degasperi-homepage-staging
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
  --teal: #148e98;
  --teal-600: #128089;
  --purple: #6b2a83;
  --purple-700: #4f1e61;
  --gold: #f4c15a;
  --navy: #0d1b2a;
  --navy-soft: #13263a;
  --ink: #16324f;
  --slate: #49506c;
  --line: #e2e6ee;
  --off-white: #f7f8fb;
  --paper: #ffffff;
  --paper-soft: #fbfcfe;
  --text-body: #2b3a4d;
  --text-muted: #64708a;
  --gradient-brand: linear-gradient(135deg, #6b2a83 0%, #148e98 100%);
  --gradient-dark: linear-gradient(160deg, #16324f 0%, #0d1b2a 100%);
  --gradient-hero: radial-gradient(circle at 12% 14%, rgba(107, 42, 131, 0.11), transparent 26%), radial-gradient(circle at 82% 8%, rgba(20, 142, 152, 0.12), transparent 24%), linear-gradient(180deg, #fbfcfe 0%, #f3f7fb 58%, #edf3f8 100%);
  --font-display: "Outfit", system-ui, sans-serif;
  --font-body: "Outfit", system-ui, sans-serif;
  --font-italic: "Jost", system-ui, sans-serif;
  --font-mono: "IBM Plex Mono", monospace;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-7: 2.5rem;
  --space-8: 3rem;
  --space-9: 4rem;
  --space-10: 5rem;
  --section-y: clamp(3.75rem, 6.6vw, 5.75rem);
  --gutter: clamp(1.25rem, 4vw, 3rem);
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 18px;
  --radius-xl: 26px;
  --radius-pill: 999px;
  --shadow-sm: 0 2px 8px rgba(13, 27, 42, 0.06);
  --shadow-md: 0 12px 30px rgba(13, 27, 42, 0.08);
  --shadow-lg: 0 24px 60px rgba(13, 27, 42, 0.14);
  --shadow-brand: 0 18px 45px rgba(107, 42, 131, 0.2);
  --border: 1px solid var(--line);
  --container: 1200px;
  --container-wide: 1320px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--off-white);
  color: var(--text-body);
  font-family: var(--font-body);
  line-height: 1.6;
}

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

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

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

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

.section-anchor {
  display: block;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 0;
  pointer-events: none;
  scroll-margin-top: 5.5rem;
}

.shell {
  width: min(calc(100% - 2 * var(--gutter)), var(--container));
  margin: 0 auto;
}

.shell-wide {
  width: min(calc(100% - 2 * var(--gutter)), var(--container-wide));
}

.section {
  padding: var(--section-y) 0;
  overflow-x: hidden;
}

.section--light {
  background: linear-gradient(180deg, #f8fafc 0%, #f3f6fa 100%);
}

.section--paper {
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
}

.section--dark {
  background: var(--gradient-dark);
  color: #eaf0f6;
}

.section-heading {
  display: grid;
  gap: var(--space-4);
  margin-bottom: var(--space-8);
}

.section-heading--split {
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  align-items: start;
}

.section-heading h2,
.hero h1,
.final-cta h2,
.profile-copy h2,
.brief-banner h2,
.conforia-band h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.8rem);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.03em;
  overflow-wrap: break-word;
  word-break: break-word;
  max-width: 100%;
}

.section--dark h2,
.final-cta h2 {
  color: var(--paper);
}

.section-heading h2 span,
.hero h1 span,
.final-cta h2 span {
  color: var(--teal);
}

.section-copy,
.hero__lead {
  margin: 0;
  max-width: 42rem;
  color: var(--text-muted);
  font-size: clamp(1rem, 1.4vw, 1.18rem);
}

.section--dark .section-copy,
.final-cta__copy p {
  color: rgba(234, 240, 246, 0.82);
}

.dashboard-preview__note {
  color: var(--text-muted);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  width: fit-content;
  min-height: 2rem;
  padding: 0.4rem 0.85rem;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(20, 142, 152, 0.18);
  background: rgba(20, 142, 152, 0.08);
  color: var(--teal);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow--dark {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
  color: #d7edf2;
}

.eyebrow--teal,
.eyebrow--light {
  color: var(--teal);
}

.brand-sub {
  font-family: var(--font-italic);
  font-style: italic;
  letter-spacing: 0;
  text-transform: none;
}

.card {
  border: var(--border);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, var(--paper) 0%, var(--paper-soft) 100%);
  box-shadow: var(--shadow-sm);
}

.card--dark {
  border-color: rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.04));
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(12px);
}

.card--feature {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(107, 42, 131, 0.06), rgba(20, 142, 152, 0.06));
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  min-height: 3.25rem;
  padding: 0.9rem 1.45rem;
  border: 0;
  border-radius: var(--radius-pill);
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease, background-color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button--primary {
  color: var(--paper);
  background: var(--gradient-brand);
  box-shadow: var(--shadow-brand);
}

.button--secondary {
  color: var(--ink);
  background: var(--paper);
  border: var(--border);
}

.button--ghost {
  color: var(--paper);
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
}

.section--dark .button--ghost:hover,
.section--dark .button--ghost:focus-visible,
.section--dark .button--secondary:hover,
.section--dark .button--secondary:focus-visible {
  color: var(--paper);
  background: var(--teal);
  border-color: var(--teal);
  box-shadow: 0 18px 40px rgba(20, 142, 152, 0.24);
}

.button--compact {
  min-height: 2.8rem;
  padding-inline: 1.15rem;
}

.button--full {
  width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
  box-shadow: 0 8px 26px rgba(13, 27, 42, 0.04);
}

.site-header__inner {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: var(--space-5);
  align-items: center;
  min-height: 4.1rem;
  padding-block: 0.45rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  padding: 0.1rem 0;
}

.brand__logo {
  width: clamp(180px, 19vw, 244px);
  height: auto;
}

.site-nav {
  display: flex;
  justify-content: center;
  min-width: 0;
}

.site-nav__list {
  display: flex;
  align-items: center;
  gap: var(--space-4);
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-nav__item {
  position: relative;
}

.site-nav__link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.55rem 0.25rem;
  border: 0;
  background: transparent;
  color: var(--slate);
  font-size: 0.96rem;
  font-weight: 600;
  line-height: 1.15;
  cursor: pointer;
  transition: color 180ms ease, transform 180ms ease;
}

.site-nav__link:hover,
.site-nav__link:focus-visible {
  color: var(--ink);
}

.site-nav__toggle::after {
  content: "";
  display: inline-block;
  width: 0.42rem;
  height: 0.42rem;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-1px) rotate(45deg);
  transition: transform 180ms ease;
  opacity: 0.75;
}

.site-nav__item--dropdown:hover .site-nav__toggle::after,
.site-nav__item--dropdown:focus-within .site-nav__toggle::after,
.site-nav__item--dropdown.is-open .site-nav__toggle::after {
  transform: translateY(1px) rotate(225deg);
}

.site-nav__submenu {
  position: absolute;
  top: calc(100% + 0.85rem);
  left: 0;
  min-width: 18rem;
  padding: 0.65rem;
  margin: 0;
  border: 1px solid rgba(20, 142, 152, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.99);
  box-shadow: 0 18px 42px rgba(13, 27, 42, 0.12);
  list-style: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 0s linear 180ms;
}

.site-nav__item--dropdown:hover .site-nav__submenu,
.site-nav__item--dropdown:focus-within .site-nav__submenu,
.site-nav__item--dropdown.is-open .site-nav__submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  transition-delay: 0s;
}

.site-nav__submenu-group {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 0.45rem 0;
}

.site-nav__submenu-group + .site-nav__submenu-group {
  margin-top: 0.2rem;
  padding-top: 0.8rem;
  border-top: 1px solid rgba(23, 50, 77, 0.08);
}

.site-nav__submenu-group-title {
  display: block;
  padding: 0.2rem 0.95rem;
  color: rgba(23, 50, 77, 0.58);
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.site-nav__submenu-link {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.8rem 0.95rem;
  border-radius: 14px;
  color: var(--ink);
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.3;
  transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.site-nav__submenu-link:hover,
.site-nav__submenu-link:focus-visible {
  background: rgba(20, 142, 152, 0.08);
  color: var(--teal);
}

.site-nav__cta-item {
  display: none;
}

.menu-toggle {
  display: none;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: none;
  outline: none;
}

.menu-toggle span {
  display: block;
  width: 1.35rem;
  height: 2px;
  margin: 0.24rem auto;
  background: var(--ink);
  border-radius: var(--radius-pill);
}

.menu-toggle:focus,
.menu-toggle:focus-visible {
  outline: none;
  border-color: rgba(20, 142, 152, 0.36);
  box-shadow: 0 0 0 3px rgba(20, 142, 152, 0.16);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(1.5rem, 3vw, 2.5rem) 0 clamp(2.35rem, 4vw, 3.4rem);
  background: var(--gradient-hero);
}

.hero__backdrop {
  position: absolute;
  inset: 2rem -8% auto auto;
  width: min(36rem, 46vw);
  height: min(30rem, 40vw);
  border-radius: 42px;
  background:
    radial-gradient(circle at top right, rgba(20, 142, 152, 0.18), transparent 45%),
    linear-gradient(145deg, rgba(13, 27, 42, 0.97), rgba(19, 38, 58, 0.9));
  box-shadow: var(--shadow-lg);
  opacity: 0.98;
}

.hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

.hero__content {
  display: grid;
  gap: 1.25rem;
  padding-top: 1.2rem;
}

.hero__statement {
  display: grid;
  gap: var(--space-4);
}

.hero h1 {
  max-width: 14ch;
  color: var(--ink);
}

.hero__summary {
  max-width: 38rem;
  padding: 1rem 1.1rem;
  border-color: rgba(20, 142, 152, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(248, 251, 255, 0.94));
}

.hero__summary p {
  margin: 0;
  color: var(--text-body);
  font-size: 1rem;
}

.hero__proof,
.hero-form__microproof {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  padding: 0;
  margin: 0;
  list-style: none;
}

.proof-pill,
.hero-form__microproof li {
  padding: 0.68rem 0.95rem;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(226, 230, 238, 0.94);
  background: rgba(255, 255, 255, 0.92);
  color: var(--text-body);
  font-size: 0.92rem;
  box-shadow: 0 10px 24px rgba(13, 27, 42, 0.04);
}

.hero__authority {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(226, 230, 238, 0.94);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 4px 16px rgba(13, 27, 42, 0.05);
  max-width: 36rem;
}

.hero__authority-photo {
  flex-shrink: 0;
  width: 66px;
  height: 66px;
  border-radius: var(--radius-md);
  object-fit: cover;
  object-position: center 38%;
  border: 2px solid rgba(20, 142, 152, 0.18);
}

.hero__authority-copy {
  display: grid;
  gap: 0.25rem;
}

.hero__authority-headline {
  margin: 0;
  color: var(--ink);
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.3;
}

.hero__authority-sub {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.84rem;
  line-height: 1.4;
}

.hero__authority-link {
  color: var(--teal);
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.hero__authority-link:hover {
  text-decoration: underline;
}

.hero__context-note {
  max-width: 40rem;
  margin: -0.15rem 0 0;
  color: var(--text-muted);
  font-size: 0.98rem;
  line-height: 1.55;
}

.hero__aside {
  display: grid;
  gap: 0.85rem;
}

.hero-form,
.dashboard-preview {
  padding: 1.15rem;
}

.hero-form {
  position: relative;
  overflow: hidden;
  border-color: rgba(20, 142, 152, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(245, 249, 253, 0.96)),
    linear-gradient(135deg, rgba(20, 142, 152, 0.05), rgba(107, 42, 131, 0.05));
  box-shadow: 0 24px 56px rgba(13, 27, 42, 0.1);
}

.hero-form::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: var(--gradient-brand);
}

.hero-form__header,
.dashboard-preview__header {
  display: grid;
  gap: var(--space-3);
  margin-bottom: 0.9rem;
}

.hero-form__header h2,
.section--dark .hero-form__header h2 {
  margin: 0;
  color: var(--ink);
  font-size: 1.5rem;
  line-height: 1.18;
}

.hero-form__header p {
  color: var(--text-muted);
}

.mini-form,
.radar-simulated-form {
  display: grid;
  gap: 0.72rem;
}

.field {
  display: grid;
  gap: 0.55rem;
}

.field span {
  color: var(--ink);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 0.74rem 0.9rem;
  border: 1px solid rgba(138, 144, 166, 0.3);
  border-radius: var(--radius-md);
  background: #fff;
  color: var(--ink);
}

.field input::placeholder,
.field textarea::placeholder {
  color: #7b879c;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: rgba(20, 142, 152, 0.52);
  box-shadow: 0 0 0 4px rgba(20, 142, 152, 0.1);
}

.dashboard-preview {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 250, 252, 0.92));
  border-color: rgba(226, 230, 238, 0.95);
  box-shadow: 0 18px 46px rgba(10, 24, 40, 0.1);
}

.dashboard-preview__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dash-label {
  color: var(--text-muted);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dashboard-preview__score {
  display: grid;
  gap: 0.2rem;
  margin-bottom: 1rem;
}

.dashboard-preview__score strong {
  color: var(--ink);
  font-size: 3rem;
  line-height: 0.95;
}

.dashboard-preview__score strong span {
  color: var(--text-muted);
  font-size: 1rem;
  font-weight: 700;
  margin-left: 0.35rem;
  vertical-align: middle;
}

.dashboard-preview__score > span {
  color: var(--ink);
  font-size: 0.98rem;
  font-weight: 600;
}

.dashboard-preview__note {
  margin-top: 1rem;
  font-size: 0.9rem;
}

.home-page .hero__aside {
  align-self: start;
}

.hero-form__cta {
  display: inline-flex;
  justify-content: center;
}

.radar-preview {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 1rem;
  align-items: center;
}

.radar-preview__graphic {
  width: 100%;
  height: auto;
}

.radar-preview__grid {
  fill: rgba(20, 142, 152, 0.025);
  stroke: rgba(22, 50, 79, 0.14);
  stroke-width: 1.5;
}

.radar-preview__grid--inner {
  fill: rgba(20, 142, 152, 0.045);
  stroke-dasharray: 5 6;
}

.radar-preview__shape {
  fill: rgba(20, 142, 152, 0.18);
  stroke: rgba(20, 142, 152, 0.82);
  stroke-width: 2.5;
}

.radar-preview__node {
  fill: var(--purple);
  stroke: #fff;
  stroke-width: 2;
}

.radar-preview__dimensions {
  display: grid;
  gap: 0.8rem;
}

.radar-preview__dimensions div {
  display: grid;
  gap: 0.55rem;
}

.radar-preview__dimensions span {
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 600;
}

.radar-preview__dimensions i {
  display: block;
  width: 100%;
  height: 0.6rem;
  border-radius: var(--radius-pill);
  background: rgba(226, 230, 238, 0.85);
  position: relative;
  overflow: hidden;
}

.radar-preview__dimensions i::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--fill);
  background: var(--gradient-brand);
  border-radius: inherit;
}

.connection-flow {
  display: grid;
  grid-template-columns: repeat(9, minmax(0, auto));
  gap: var(--space-3);
  align-items: center;
  padding: 1.5rem;
}

.home-thesis__intro {
  display: grid;
  gap: 0.9rem;
  align-self: end;
}

.home-thesis__bullets {
  display: grid;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-thesis__bullets li {
  position: relative;
  padding-left: 1.15rem;
  color: var(--text-body);
  font-size: 0.95rem;
}

.home-thesis__bullets li::before {
  content: "";
  position: absolute;
  top: 0.62rem;
  left: 0;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--teal);
}

.connection-flow__step {
  display: grid;
  gap: 0.45rem;
  min-width: 0;
  padding: 1rem;
  border-radius: var(--radius-md);
  background: var(--paper);
}

.connection-flow__step strong {
  color: var(--ink);
  font-size: 0.95rem;
}

.connection-flow__step span {
  color: var(--text-muted);
  font-size: 0.9rem;
}

.connection-flow__step.is-risk {
  background: linear-gradient(180deg, #fff 0%, #fbf6fc 100%);
  border: 1px solid rgba(107, 42, 131, 0.12);
}

.connection-flow__step.is-good {
  background: linear-gradient(180deg, #fff 0%, #f5fbfb 100%);
  border: 1px solid rgba(20, 142, 152, 0.14);
}

.connection-flow__arrow {
  color: rgba(73, 80, 108, 0.5);
  font-size: 1.25rem;
  font-weight: 700;
}

.gap-funnel {
  display: grid;
  gap: var(--space-4);
}

.gap-funnel__stage {
  padding: 1.5rem;
}

.gap-funnel__stage.is-warning {
  border-color: rgba(107, 42, 131, 0.16);
}

.gap-funnel__stage.is-danger {
  border-color: rgba(79, 22, 22, 0.16);
}

.gap-funnel__index,
.blog-card__tag,
.ladder-card__eyebrow {
  color: var(--teal);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
}

.blog-card__tag:hover,
.blog-card__tag:focus-visible {
  color: var(--teal);
  border-color: rgba(20, 142, 152, 0.45);
  background: rgba(20, 142, 152, 0.08);
}

.blog-card__tag:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 3px;
}

.gap-funnel__stage h3,
.ladder-card h3,
.blog-card h3,
.testimonial-card h3,
.site-footer h3 {
  margin: 0.35rem 0 0.6rem;
  color: var(--ink);
  font-size: 1.35rem;
  line-height: 1.2;
}

.gap-funnel__stage p,
.ladder-card p,
.blog-card p,
.testimonial-card blockquote,
.profile-copy p,
.conforia-band p,
.final-cta__copy p {
  margin: 0;
  color: var(--text-muted);
}

.gap-funnel__bar {
  width: 100%;
  height: 1rem;
  margin-top: var(--space-4);
  border-radius: var(--radius-pill);
  background: rgba(226, 230, 238, 0.65);
  position: relative;
  overflow: hidden;
}

.gap-funnel__bar::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--stage-width);
  border-radius: inherit;
  background: var(--gradient-brand);
}

.home-page .hero__proof {
  gap: 0.6rem;
}

.home-page .proof-pill {
  padding: 0.58rem 0.88rem;
  font-size: 0.88rem;
  line-height: 1.2;
}

.home-page .hero__proof .proof-pill {
  white-space: nowrap;
}

.home-page .hero__authority {
  gap: 0.85rem;
  max-width: 42rem;
  padding: 0.75rem 0.9rem;
}

.home-page .hero__authority-headline {
  font-size: clamp(0.82rem, 0.9vw, 0.92rem);
  white-space: nowrap;
}

.home-page .hero__authority-sub {
  font-size: 0.82rem;
}

.home-page .card {
  border-width: 1.5px;
}

.home-gap-section .shell {
  width: min(calc(100% - 2 * var(--gutter)), 1080px);
}

.home-page .gap-funnel {
  width: min(100%, 54rem);
  margin: 0 auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-areas:
    "stage-1 stage-3"
    "stage-2 stage-4";
  gap: 1rem 1.2rem;
}

.home-page .gap-funnel__stage:nth-child(1) {
  grid-area: stage-1;
}

.home-page .gap-funnel__stage:nth-child(2) {
  grid-area: stage-2;
}

.home-page .gap-funnel__stage:nth-child(3) {
  grid-area: stage-3;
}

.home-page .gap-funnel__stage:nth-child(4) {
  grid-area: stage-4;
}

.home-page .gap-funnel__stage {
  padding: 1.35rem 1.4rem;
  min-height: 100%;
}

.home-page .gap-funnel__bar {
  height: 0.82rem;
  max-width: 13.5rem;
}

.home-page .ladder-grid {
  align-items: stretch;
}

.home-page .ladder-card {
  min-height: 31rem;
  padding: 1.95rem 1.7rem 1.8rem;
  border-width: 1.5px;
}

.home-page .ladder-card p + ul {
  margin-top: 1rem;
}

.home-page .ladder-card__cta {
  width: 100%;
  margin-top: auto;
  color: var(--paper);
  border-color: transparent;
  box-shadow: none;
}

@media (max-width: 640px) {
  .home-page .ladder-card ul {
    margin-bottom: 1.1rem;
  }

  .home-page .ladder-card__cta {
    min-height: 2.95rem;
    padding-block: 0.75rem;
  }
}

.home-page .ladder-card[data-product-group="diagnostico"] .ladder-card__cta {
  background: #148e98;
}

.home-page .ladder-card[data-product-group="direcao"] .ladder-card__cta {
  background: #6b2a83;
}

.home-page .ladder-card[data-product-group="estruturacao"] .ladder-card__cta {
  background: #d6a84f;
  font-weight: 800;
}

.ladder-grid,
.stats-grid,
.testimonial-grid,
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-5);
}

.ladder-card,
.testimonial-card,
.blog-card {
  position: relative;
  padding: 1.7rem;
}

.ladder-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.ladder-card__accent {
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}

.ladder-card__accent--teal {
  background: var(--teal);
}

.ladder-card__accent--purple {
  background: var(--purple);
}

.ladder-card__accent--gold {
  background: var(--gold);
}

.ladder-card h3 {
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ladder-card ul,
.profile-list,
.site-footer ul {
  display: grid;
  gap: var(--space-3);
  padding: 0;
  margin: var(--space-5) 0 0;
  list-style: none;
}

.ladder-card li,
.profile-list li,
.site-footer li {
  position: relative;
  padding-left: 1.35rem;
  color: var(--text-body);
}

.ladder-card li::before,
.profile-list li::before,
.site-footer li::before {
  content: "";
  position: absolute;
  top: 0.7rem;
  left: 0;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--teal);
}

.ladder-card__note {
  margin: 0.4rem 0 0;
  color: var(--text-muted);
  font-size: 0.84rem;
  line-height: 1.4;
  padding-left: 1.35rem;
}

.ladder-card__cta {
  margin-top: auto;
}

.stats-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: var(--space-8);
}

.stat-card {
  display: grid;
  gap: var(--space-3);
  padding: 1.5rem;
}

.stat-card strong {
  color: var(--ink);
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1;
}

.stat-card span,
.wordmark-board__grid span {
  color: var(--text-muted);
}

.wordmark-board {
  padding: 1.6rem;
}

.wordmark-board__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: var(--space-3);
  margin-top: var(--space-5);
}

.wordmark-board__grid span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 4.4rem;
  padding: 0.85rem;
  border: var(--border);
  border-radius: var(--radius-md);
  background: #ffffff;
  font-size: 0.92rem;
  font-weight: 700;
  text-align: center;
  filter: grayscale(1);
}

.brand-grid--home {
  margin-top: var(--space-5);
}

.testimonial-card blockquote {
  margin-top: var(--space-4);
  padding-top: var(--space-4);
  border-top: 1px solid var(--line);
  font-style: italic;
  color: var(--text-body);
}

.testimonial-card__role {
  color: var(--slate);
  font-size: 0.92rem;
}

.profile-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.profile-card {
  position: relative;
  padding: 0.85rem;
  border-radius: var(--radius-xl);
  background: linear-gradient(135deg, rgba(107, 42, 131, 0.12), rgba(20, 142, 152, 0.1));
}

.profile-card__image {
  width: 100%;
  border-radius: calc(var(--radius-xl) - 4px);
  object-fit: cover;
}

.profile-copy {
  display: grid;
  gap: var(--space-4);
}

.conforia-band {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) auto;
  gap: var(--space-5);
  align-items: center;
  padding: clamp(1.6rem, 4vw, 2.3rem);
}

.section--brief {
  background: #148e98;
  position: relative;
}

.section--brief::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: #4f1e61;
}

.brief-banner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: var(--space-6);
  align-items: center;
}

.brief-banner__copy {
  display: grid;
  gap: 0.8rem;
}

.brief-banner__kicker {
  margin: 0 0 0.4rem;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.brief-banner__headline {
  margin: 0;
  color: rgba(255, 255, 255, 0.96);
  font-size: clamp(1rem, 1.8vw, 1.28rem);
  font-weight: 400;
  line-height: 1.5;
}

.brief-banner__headline strong {
  font-weight: 800;
  color: #fff;
}

.brief-banner__description {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1rem, 1.1vw, 1.12rem);
  line-height: 1.55;
}

.brief-banner__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.brief-banner__chips span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 0.92rem;
  font-weight: 600;
}

.brief-banner__chips span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
}

.brief-banner__cta {
  flex-shrink: 0;
  white-space: nowrap;
  color: #148e98;
  background: #fff;
  border: none;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.18);
}

.brief-banner__cta:hover,
.brief-banner__cta:focus-visible {
  background: #f0fafb;
}

.conforia-band {
  border-color: rgba(244, 193, 90, 0.24);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(250, 247, 240, 0.96));
}

.conforia-band__meta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  justify-content: flex-end;
}

.conforia-band__meta span {
  padding: 0.7rem 0.9rem;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.88);
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 700;
}

.blog-card {
  min-height: 100%;
}

.final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

.final-cta__copy {
  display: grid;
  gap: var(--space-4);
}

.final-cta__form {
  padding: 1.6rem;
  background: rgba(255, 255, 255, 0.96);
}

.final-cta__form .eyebrow,
.final-cta__form h2,
.final-cta__form span {
  color: var(--ink);
}

.about-page {
  overflow-x: clip;
}

.about-page .section:not(.about-hero) {
  padding-block: clamp(3.5rem, 6vw, 5.5rem);
}

.about-hero {
  padding-top: clamp(2.5rem, 4vw, 4rem);
}

.about-hero__backdrop {
  inset: 2rem -6% auto auto;
  width: min(34rem, 42vw);
  height: min(28rem, 36vw);
}

.about-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

.about-hero__content {
  display: grid;
  gap: 1.1rem;
  align-content: start;
}

.about-hero__content h1 {
  margin: 0;
  max-width: 12ch;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(2.35rem, 4.5vw, 4.4rem);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.about-proof,
.about-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

.about-proof {
  gap: 0.75rem;
  margin-top: 0.15rem;
}

.about-proof .proof-pill {
  flex: 1 1 calc(50% - 0.75rem);
}

.about-hero__actions {
  gap: 0.75rem;
  margin-top: 0.15rem;
}

.about-hero__actions .button {
  flex: 1 1 15rem;
}

.about-hero__media {
  width: min(100%, 460px);
  justify-self: end;
  padding: 1.2rem;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 252, 0.96)),
    var(--paper);
}

.about-hero__photo-frame {
  position: relative;
  width: 100%;
  max-width: 460px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(22, 50, 79, 0.08), rgba(20, 142, 152, 0.14));
}

.about-hero__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
}

.about-hero__media-copy {
  display: grid;
  gap: 0.7rem;
  padding: 1rem 0.2rem 0.1rem;
}

.about-hero__media-copy p {
  margin: 0;
  color: var(--text-muted);
}

.about-hero__media-kicker {
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.about-hero__contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.4rem;
  padding: 0.55rem 0.85rem;
  border: 1px solid rgba(20, 142, 152, 0.14);
  border-radius: 999px;
  background: rgba(20, 142, 152, 0.05);
  color: var(--teal);
  font-size: 0.84rem;
  font-weight: 700;
  text-decoration: none;
}

.about-hero__contact:hover,
.about-hero__contact:focus-visible {
  text-decoration: underline;
}

.about-hero__contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 0.35rem;
}

.about-thesis-grid,
.about-experience-grid,
.about-method {
  display: grid;
  gap: var(--space-5);
}

.about-thesis__intro {
  align-self: end;
  margin-bottom: 0.6rem;
}

.about-experience__intro {
  align-self: end;
  margin-bottom: 0.4rem;
}

.about-thesis-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.about-thesis-card,
.about-metric,
.about-method__card {
  padding: 1.6rem;
}

.about-thesis-card h3,
.about-method__card h3 {
  margin: 0 0 0.7rem;
  color: var(--ink);
  font-size: 1.18rem;
}

.about-thesis-card p,
.about-method__card p,
.about-cta__copy p {
  margin: 0;
  color: var(--text-muted);
}

.about-experience-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: var(--space-6);
}

.about-metric {
  display: grid;
  gap: 0.6rem;
  min-height: 100%;
}

.about-metric strong {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem;
  color: var(--teal);
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 1;
}

.about-metric__target {
  display: inline-flex;
  align-items: baseline;
  gap: 0.2rem;
  white-space: nowrap;
}

.about-metric__unit {
  font-size: 0.6em;
  font-weight: 500;
  letter-spacing: 0;
}

.about-metric > span {
  color: var(--text-body);
  font-weight: 500;
}

.brand-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

.brand-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 92px;
  padding: 1rem 1.25rem;
  border: 1px solid rgba(13, 27, 42, 0.1);
  border-radius: 18px;
  background: #ffffff;
  text-align: center;
  gap: 0.45rem;
}

.brand-card img {
  display: block;
  max-width: 150px;
  max-height: 48px;
  width: auto;
  height: auto;
  object-fit: contain;
  background: #fff;
}

.brand-card__fallback {
  color: rgba(22, 50, 79, 0.72);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.25;
}

.brand-card__caption {
  margin-top: 0.15rem;
  color: var(--text-muted);
  font-size: 0.82rem;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
}

.about-testimonial-card {
  min-height: 100%;
  padding: 1.5rem;
  display: grid;
  align-content: start;
  justify-items: start;
  grid-template-rows: auto auto 1fr;
  gap: 0.9rem;
}

.about-testimonial-card__identity {
  display: grid;
  gap: 0.45rem;
}

.testimonial-card__quote {
  margin: 0;
  color: var(--text-muted);
  font-size: clamp(0.93rem, 0.9vw, 0.99rem);
  line-height: 1.55;
}

.testimonial-card__photo {
  width: 96px;
  height: 96px;
  overflow: hidden;
  border-radius: 999px;
  border: 2px solid rgba(20, 142, 152, 0.14);
  box-shadow: 0 10px 24px rgba(13, 27, 42, 0.08);
  background: rgba(255, 255, 255, 0.94);
}

.testimonial-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about-method {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.about-method__card {
  position: relative;
  overflow: hidden;
}

.about-method__card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--gradient-brand);
}

.about-method__index {
  display: inline-flex;
  margin-bottom: 1rem;
  color: var(--teal);
  font-family: var(--font-mono);
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.about-signals {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  padding: clamp(1.5rem, 3vw, 2rem);
}

.about-signals__intro h2,
.about-teaching h2 {
  margin: 0.4rem 0 0;
  color: var(--ink);
  font-size: clamp(1.9rem, 3vw, 3rem);
  line-height: 1.08;
}

.about-signals__list {
  display: grid;
  gap: 0.9rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-signals__list li {
  position: relative;
  padding-left: 1.3rem;
  color: var(--text-body);
}

.about-signals__list li::before {
  content: "";
  position: absolute;
  top: 0.62rem;
  left: 0;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 5px rgba(20, 142, 152, 0.12);
}

.about-faq__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-5);
}

.about-faq__card {
  display: grid;
  align-content: start;
  gap: 0.8rem;
  min-height: 100%;
  padding: 1.6rem;
}

.about-faq__card h3 {
  margin: 0;
  color: var(--ink);
  font-size: 1.18rem;
}

.about-faq__card p {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.65;
}

.about-faq__card--full {
  grid-column: 1 / -1;
}

.about-teaching {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  padding: clamp(1.5rem, 3vw, 2rem);
}

.about-teaching__copy {
  display: grid;
  gap: 1rem;
}

.about-teaching__copy p {
  margin: 0;
  color: var(--text-muted);
}

.about-teaching__aside {
  display: grid;
  align-content: start;
  gap: 0.9rem;
}

.about-teaching__pill {
  padding: 1rem 1.1rem;
  border: 1px solid rgba(20, 142, 152, 0.12);
  border-radius: var(--radius-md);
  background: rgba(20, 142, 152, 0.05);
  color: var(--ink);
  font-weight: 600;
}

.about-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) auto;
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: center;
}

.about-cta__copy {
  display: grid;
  gap: 1rem;
}

.about-cta__copy h2 {
  margin: 0;
  color: var(--paper);
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.04;
}

.about-cta__actions {
  display: grid;
  gap: var(--space-3);
  min-width: min(100%, 280px);
}

.site-footer {
  padding: 52px 0 24px;
  background: #08131f;
  color: rgba(234, 240, 246, 0.92);
}

.site-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(0, 1fr));
  gap: clamp(1.5rem, 3vw, 3rem);
  align-items: start;
}

.site-footer__brand {
  display: grid;
  gap: 0.45rem;
}

.site-footer__logo {
  width: min(265px, 100%);
  max-width: 265px;
  height: auto;
  display: block;
  margin-bottom: -0.55rem;
}

.site-footer__brand-copy {
  max-width: 28rem;
  margin: 0;
  color: rgba(234, 240, 246, 0.9);
  font-size: 0.98rem;
  line-height: 1.55;
}

.site-footer__link-list li,
.site-footer__contact-list li {
  padding-left: 0;
}

.site-footer__link-list li::before,
.site-footer__contact-list li::before {
  content: none;
}

.dgr-footer-ecosystem-line {
  max-width: 360px;
  margin: 0.4rem 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.65;
}

.dgr-footer-ecosystem-line span {
  margin: 0 0.2rem;
  color: #148e98;
  font-weight: 800;
}

.site-footer__column {
  display: grid;
  gap: 0.9rem;
}

.site-footer h3 {
  margin: 0;
  color: var(--paper);
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.site-footer__link-list,
.site-footer__contact-list {
  display: grid;
  gap: 0.7rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-footer__link-list a,
.site-footer__contact-list a {
  color: rgba(234, 240, 246, 0.92);
  font-size: 0.95rem;
  line-height: 1.45;
}

.site-footer__link-list a:hover,
.site-footer__contact-list a:hover,
.site-footer__link-list a:focus-visible,
.site-footer__contact-list a:focus-visible,
.site-footer__legal a:hover,
.site-footer__legal a:focus-visible {
  color: var(--paper);
}

.site-footer__bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: clamp(2rem, 4vw, 3rem);
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer__bar p {
  margin: 0;
  color: rgba(234, 240, 246, 0.6);
  font-size: 0.84rem;
}

.dgr-footer-bottom-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.8125rem;
  line-height: 1.5;
}

.site-footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.site-footer__legal a {
  color: rgba(234, 240, 246, 0.62);
  font-size: 0.84rem;
}

.service-page {
  overflow-x: clip;
}

.service-page--aquisicao-pipeline {
  --service-accent: #d6a84f;
  --service-accent-soft: rgba(214, 168, 79, 0.16);
  --service-accent-mid: rgba(214, 168, 79, 0.34);
  --service-accent-strong: rgba(214, 168, 79, 0.82);
  --service-deep: #101f30;
}

.service-page--diagnostico-growth {
  --service-accent: var(--purple);
  --service-accent-soft: rgba(107, 42, 131, 0.12);
  --service-accent-mid: rgba(107, 42, 131, 0.22);
  --service-accent-strong: rgba(107, 42, 131, 0.86);
  --service-warning-bg: linear-gradient(180deg, #f2eef7 0%, #f2eef7 100%);
  --service-warning-border: rgba(20, 142, 152, 0.18);
  --service-deep: #0f1b2d;
}

.service-page .section:not(.service-hero) {
  padding-block: clamp(3.4rem, 5.8vw, 5.25rem);
}

.service-hero {
  padding-top: clamp(2rem, 3.6vw, 3.4rem);
}

.service-hero__backdrop {
  inset: 2rem -6% auto auto;
  width: min(34rem, 42vw);
  height: min(28rem, 36vw);
}

.service-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

.service-hero__content {
  display: grid;
  gap: 1.15rem;
  align-content: start;
}

.service-hero__content h1 {
  margin: 0;
  max-width: 12.5ch;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 4.6vw, 4.5rem);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.service-hero__actions,
.service-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.service-hero__actions .button,
.service-cta__actions .button {
  flex: 1 1 20rem;
}

.service-hero__panel {
  display: grid;
  gap: 1rem;
  padding: 1.3rem;
  border-color: rgba(20, 142, 152, 0.16);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 249, 252, 0.96));
  box-shadow: 0 18px 46px rgba(10, 24, 40, 0.1);
}

.service-page--aquisicao-pipeline .service-hero__backdrop {
  background:
    radial-gradient(circle at top right, rgba(214, 168, 79, 0.24), transparent 34%),
    radial-gradient(circle at 18% 18%, rgba(20, 142, 152, 0.12), transparent 28%),
    linear-gradient(145deg, rgba(13, 27, 42, 0.96), rgba(19, 38, 58, 0.92));
}

.service-page--aquisicao-pipeline .service-hero__panel {
  position: relative;
  overflow: hidden;
  border-color: var(--service-accent-mid);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(251, 248, 241, 0.98));
  box-shadow: 0 22px 54px rgba(13, 27, 42, 0.12);
}

.service-page--aquisicao-pipeline .service-hero__panel::before {
  content: none;
}

.service-page--diagnostico-growth .service-hero__backdrop {
  background:
    radial-gradient(circle at 78% 18%, rgba(107, 42, 131, 0.2), transparent 28%),
    radial-gradient(circle at 18% 20%, rgba(20, 142, 152, 0.16), transparent 32%),
    linear-gradient(145deg, rgba(13, 27, 42, 0.95), rgba(19, 38, 58, 0.9));
}

.service-page--diagnostico-growth .service-hero__panel {
  position: relative;
  overflow: hidden;
  border-color: rgba(20, 142, 152, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(244, 249, 252, 0.97));
  box-shadow: 0 22px 54px rgba(13, 27, 42, 0.11);
}

.service-page--diagnostico-growth .service-hero__panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, var(--teal) 0%, var(--purple) 100%);
}

.service-hero__panel h2,
.service-problem__card h3,
.service-method__card h3,
.service-proof__copy h2,
.service-cta__copy h2 {
  margin: 0;
  color: var(--ink);
}

.service-hero__panel h2 {
  font-size: clamp(1.5rem, 2vw, 2rem);
  line-height: 1.12;
}

.service-hero__panel-list,
.service-proof__metrics {
  display: grid;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-hero__panel-list li,
.service-proof__metric {
  position: relative;
  padding-left: 1.3rem;
  color: var(--text-body);
}

.service-hero__panel-list li::before,
.service-proof__metric::before {
  content: "";
  position: absolute;
  top: 0.66rem;
  left: 0;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--teal);
}

.service-problem__grid,
.service-proof__card,
.service-cta__box {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(1.5rem, 4vw, 3rem);
}

.service-problem__card,
.service-problem__flow,
.service-proof__card {
  padding: clamp(1.4rem, 2.6vw, 2rem);
}

.service-page--aquisicao-pipeline .service-problem .section-heading {
  margin-bottom: clamp(1.8rem, 3vw, 2.6rem);
}

.service-page--aquisicao-pipeline .service-problem .section-heading--split {
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(1.4rem, 3vw, 2.6rem);
}

.service-page--aquisicao-pipeline .service-problem .section-heading h2 {
  max-width: 13ch;
  font-size: clamp(1.95rem, 3.3vw, 3.15rem);
  line-height: 1.08;
}

.service-problem__card {
  display: grid;
  gap: 0.9rem;
}

.service-problem__card p,
.service-method__card p,
.service-deliverables__card p,
.service-process__step p,
.service-proof__copy p,
.service-cta__copy p,
.service-signals__card p {
  margin: 0;
  color: var(--text-muted);
}

.service-problem__flow {
  display: grid;
  grid-template-columns: repeat(9, minmax(0, auto));
  gap: 0.7rem;
  align-items: center;
  border: var(--border);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 252, 0.96));
}

.service-page--aquisicao-pipeline .service-problem__card {
  border-color: var(--service-accent-mid);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(251, 248, 241, 0.97));
}

.service-page--aquisicao-pipeline .service-problem__flow {
  border-color: rgba(13, 27, 42, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 252, 0.98));
}

.service-page--aquisicao-pipeline .service-problem__step {
  border-color: rgba(13, 27, 42, 0.08);
  min-width: 0;
}

/* =====================================================
   PATCH — Aquisição e Pipeline — fluxo em duas linhas
   Linha 1: Canal → Qualificação → CRM
   Linha 2: Pipeline → Receita
   ===================================================== */

/* Iguala alturas dos dois containers lado a lado */
.service-page--aquisicao-pipeline .service-problem__grid {
  align-items: stretch;
}

.service-page--diagnostico-growth .service-problem .section-heading {
  margin-bottom: clamp(1.8rem, 3vw, 2.6rem);
}

.service-page--diagnostico-growth .service-problem .section-heading--split {
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(1.4rem, 3vw, 2.6rem);
}

.service-page--diagnostico-growth .service-problem .section-heading h2 {
  max-width: 13ch;
  font-size: clamp(1.95rem, 3.3vw, 3.15rem);
  line-height: 1.08;
}

.service-page--diagnostico-growth .service-problem__grid {
  align-items: stretch;
}

.service-page--diagnostico-growth .service-problem__card {
  border-color: var(--service-accent-mid);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(247, 244, 251, 0.97));
  box-shadow: 0 16px 34px rgba(13, 27, 42, 0.08);
}

.service-page--diagnostico-growth .service-problem__flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  grid-template-rows: auto auto;
  gap: 1rem;
  padding: 1.6rem;
  overflow: visible;
  align-items: center;
  border-color: rgba(20, 142, 152, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(240, 248, 250, 0.98));
  box-shadow: 0 16px 38px rgba(10, 24, 40, 0.07);
}

.service-page--diagnostico-growth .service-problem__flow > *:nth-child(6) {
  display: none;
}

.service-page--diagnostico-growth .service-problem__flow > *:nth-child(7) {
  grid-row: 2;
  grid-column: 1;
}

.service-page--diagnostico-growth .service-problem__flow > *:nth-child(8) {
  grid-row: 2;
  grid-column: 2;
}

.service-page--diagnostico-growth .service-problem__flow > *:nth-child(9) {
  grid-row: 2;
  grid-column: 3;
}

.service-page--diagnostico-growth .service-problem__step {
  min-width: 0;
  padding: 1rem;
  border-color: rgba(20, 142, 152, 0.12);
}

.service-page--diagnostico-growth .service-problem__step strong {
  font-size: 0.92rem;
  line-height: 1.2;
}

.service-page--diagnostico-growth .service-problem__step span {
  font-size: 0.82rem;
  line-height: 1.35;
}

/* Fluxo: grid explícito de 5 colunas (card, seta, card, seta, card) */
.service-page--aquisicao-pipeline .service-problem__flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  grid-template-rows: auto auto;
  gap: 1rem;
  padding: 1.6rem;
  overflow: visible;
  align-items: center;
}

/* Ocultar a seta entre CRM e Pipeline (6ª filha — une linhas) */
.service-page--aquisicao-pipeline .service-problem__flow > *:nth-child(6) {
  display: none;
}

/* Pipeline: linha 2, coluna 1 */
.service-page--aquisicao-pipeline .service-problem__flow > *:nth-child(7) {
  grid-row: 2;
  grid-column: 1;
}

/* Seta Pipeline→Receita: linha 2, coluna 2 */
.service-page--aquisicao-pipeline .service-problem__flow > *:nth-child(8) {
  grid-row: 2;
  grid-column: 2;
}

/* Receita: linha 2, coluna 3 */
.service-page--aquisicao-pipeline .service-problem__flow > *:nth-child(9) {
  grid-row: 2;
  grid-column: 3;
}

.service-page--aquisicao-pipeline .service-problem__step {
  padding: 1rem;
  min-width: 0;
}

.service-page--aquisicao-pipeline .service-problem__step strong {
  font-size: 0.92rem;
  line-height: 1.2;
}

.service-page--aquisicao-pipeline .service-problem__step span {
  font-size: 0.82rem;
  line-height: 1.35;
}

.service-problem__step {
  display: grid;
  gap: 0.35rem;
  padding: 0.95rem;
  border: 1px solid rgba(20, 142, 152, 0.12);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.95);
}

.service-problem__step strong {
  color: var(--ink);
  font-size: 0.95rem;
}

.service-problem__step span {
  color: var(--text-muted);
  font-size: 0.88rem;
}

.service-problem__arrow {
  color: rgba(73, 80, 108, 0.5);
  font-size: 1.15rem;
  font-weight: 700;
  justify-self: center;
}

.service-signals__grid,
.service-deliverables__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-5);
}

.service-page--aquisicao-pipeline .service-signals {
  background: linear-gradient(180deg, #f4f0f8 0%, #eee6f5 100%);
}

.service-page--diagnostico-growth .service-signals {
  background: var(--service-warning-bg);
}

.service-signals__card,
.service-deliverables__card,
.service-method__card,
.service-process__step {
  min-height: 100%;
  padding: 1.45rem;
}

.service-signals__card {
  display: grid;
  gap: 0.9rem;
}

.service-page--aquisicao-pipeline .service-signals__card {
  position: relative;
  border: 1px solid rgba(214, 168, 79, 0.28);
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(249, 246, 252, 0.97));
  box-shadow: 0 12px 26px rgba(33, 22, 46, 0.07);
}

/* Linha dourada superior — clipped pelo overflow:hidden, segue o border-radius */
.service-page--aquisicao-pipeline .service-signals__card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: var(--service-accent);
  z-index: 1;
}

/* ::after removido — overflow:hidden já garante o acabamento correto */
.service-page--aquisicao-pipeline .service-signals__card::after {
  display: none;
}

.service-page--diagnostico-growth .service-signals .section-heading h2,
.service-page--diagnostico-growth .service-signals__index {
  color: #0d1b2a;
}

.service-page--diagnostico-growth .service-signals__card {
  position: relative;
  border: 1px solid var(--service-warning-border);
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(252, 249, 249, 0.97));
  box-shadow: 0 12px 26px rgba(64, 37, 44, 0.06);
}

.service-page--diagnostico-growth .service-signals__card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: var(--teal);
}

.service-signals__index,
.service-method__index,
.service-process__index {
  color: var(--teal);
  font-family: var(--font-mono);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-page--aquisicao-pipeline .service-signals__index,
.service-page--aquisicao-pipeline .service-signals .section-heading h2 {
  color: #351444;
}

.service-page--aquisicao-pipeline .service-signals__index {
  color: var(--purple);
}

.service-method__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-5);
}

.service-method__card {
  position: relative;
  display: grid;
  gap: 0.8rem;
  overflow: hidden;
}

.service-method__card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--gradient-brand);
}

.service-page--aquisicao-pipeline .service-method__card {
  border-color: rgba(13, 27, 42, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(248, 250, 253, 0.97));
  box-shadow: 0 14px 30px rgba(13, 27, 42, 0.08);
}

.service-page--aquisicao-pipeline .service-method__card:nth-child(1)::before {
  background: linear-gradient(180deg, var(--purple) 0%, rgba(107, 42, 131, 0.35) 100%);
}

.service-page--aquisicao-pipeline .service-method__card:nth-child(2)::before {
  background: linear-gradient(180deg, var(--teal) 0%, rgba(20, 142, 152, 0.35) 100%);
}

.service-page--aquisicao-pipeline .service-method__card:nth-child(3)::before {
  background: linear-gradient(180deg, var(--service-accent) 0%, rgba(214, 168, 79, 0.35) 100%);
}

.service-deliverables__card {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-color: rgba(20, 142, 152, 0.14);
}

.service-page--aquisicao-pipeline .service-deliverables {
  background: linear-gradient(180deg, var(--service-deep) 0%, #172738 100%);
}

.service-page--diagnostico-growth .service-deliverables {
  background: linear-gradient(180deg, var(--service-deep) 0%, #16283c 100%);
}

.service-page--diagnostico-growth .service-deliverables .eyebrow {
  background: rgba(20, 142, 152, 0.1);
  border-color: rgba(20, 142, 152, 0.18);
  color: #a9e5ea;
}

.service-page--diagnostico-growth .service-deliverables .section-heading h2 {
  color: #ffffff;
}

.service-page--diagnostico-growth .service-deliverables__grid {
  position: relative;
  padding: clamp(1rem, 2vw, 1.35rem);
  border: 1px solid rgba(107, 42, 131, 0.16);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  counter-reset: deliverable;
}

.service-page--diagnostico-growth .service-deliverables__card {
  position: relative;
  min-height: 120px;
  padding-left: 1.55rem;
  border-color: rgba(107, 42, 131, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 253, 0.96));
  counter-increment: deliverable;
}

.service-page--diagnostico-growth .service-deliverables__card::before {
  content: counter(deliverable, decimal-leading-zero);
  position: absolute;
  top: 0.9rem;
  left: 1rem;
  color: var(--purple);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.service-page--diagnostico-growth .service-process__step {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(13, 27, 42, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(248, 250, 253, 0.97));
  box-shadow: 0 14px 30px rgba(13, 27, 42, 0.08);
}

.service-page--diagnostico-growth .service-process__step::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--purple);
}

.service-page--diagnostico-growth .service-process__index {
  color: var(--teal);
}

.service-page--aquisicao-pipeline .service-deliverables .eyebrow {
  background: rgba(214, 168, 79, 0.12);
  border-color: rgba(214, 168, 79, 0.18);
  color: #f4d38a;
}

.service-page--aquisicao-pipeline .service-deliverables .section-heading h2 {
  color: #ffffff;
}

.service-page--aquisicao-pipeline .service-deliverables__grid {
  position: relative;
  padding: clamp(1rem, 2vw, 1.35rem);
  border: 1px solid rgba(214, 168, 79, 0.14);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
}

.service-page--aquisicao-pipeline .service-deliverables__card {
  position: relative;
  min-height: 120px;
  padding-left: 1.55rem;
  border-color: rgba(214, 168, 79, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 250, 252, 0.96));
}

/* Numeração 01–09 via CSS counter, substitui o ponto dourado */
.service-page--aquisicao-pipeline .service-deliverables__grid {
  counter-reset: deliverable;
}

.service-page--aquisicao-pipeline .service-deliverables__card {
  counter-increment: deliverable;
}

.service-page--aquisicao-pipeline .service-deliverables__card::before {
  content: counter(deliverable, decimal-leading-zero);
  position: absolute;
  top: 0.9rem;
  left: 1rem;
  width: auto;
  height: auto;
  border-radius: 0;
  background: none;
  box-shadow: none;
  color: var(--service-accent);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.service-process__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.service-process__step {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

.service-page--aquisicao-pipeline .service-process__step {
  position: relative;
  border-color: rgba(20, 142, 152, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(247, 250, 252, 0.96));
}

.service-page--aquisicao-pipeline .service-process__step::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--service-accent);
}

.service-page--aquisicao-pipeline .service-process__index {
  color: var(--teal);
}

.service-proof__card {
  align-items: center;
}

.service-page--aquisicao-pipeline .service-proof__card {
  position: relative;
  border-color: rgba(214, 168, 79, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(251, 248, 241, 0.97));
}

.service-page--aquisicao-pipeline .service-proof__card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: var(--service-accent);
}

.service-page--diagnostico-growth .service-proof__card {
  position: relative;
  border-color: rgba(20, 142, 152, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(235, 249, 250, 0.97));
}

.service-page--diagnostico-growth .service-proof__card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: var(--teal);
}

.service-proof__copy {
  display: grid;
  gap: 1rem;
}

.service-proof__copy h2 {
  font-size: clamp(1.9rem, 3vw, 3rem);
  line-height: 1.08;
}

.service-proof__metrics {
  gap: 0.95rem;
}

.service-cta__box {
  align-items: center;
}

.service-cta__copy {
  display: grid;
  gap: 1rem;
}

.service-cta__copy h2 {
  color: var(--paper);
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.04;
}

.service-page--aquisicao-pipeline .service-cta {
  background: linear-gradient(160deg, #13263a 0%, #0d1b2a 100%);
}

.service-page--aquisicao-pipeline .service-cta__box {
  position: relative;
  padding-top: 0.35rem;
}

.service-page--aquisicao-pipeline .service-cta__box::before {
  content: none;
}

.service-page--aquisicao-pipeline .service-cta__copy p {
  color: rgba(234, 240, 246, 0.88);
}

@media (max-width: 1080px) {
  .hero__grid,
  .about-hero__grid,
  .section-heading--split,
  .profile-grid,
  .final-cta,
  .about-signals,
  .about-teaching,
  .about-cta,
  .service-hero__grid,
  .service-problem__grid,
  .service-proof__card,
  .service-cta__box,
  .conforia-band,
  .brief-banner,
  .site-footer__grid {
    grid-template-columns: 1fr;
  }

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

  .about-thesis-grid,
  .about-method,
  .about-faq__grid,
  .service-method__grid {
    grid-template-columns: 1fr;
  }

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

  .service-signals__grid,
  .service-deliverables__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wordmark-board__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .connection-flow {
    grid-template-columns: 1fr;
  }

  .service-page--diagnostico-growth .service-problem .section-heading--split,
  .service-page--ai-search .service-problem .section-heading--split,
  .service-page--aquisicao-pipeline .service-problem .section-heading--split {
    grid-template-columns: 1fr;
  }

  .service-page--diagnostico-growth .service-problem .section-heading h2,
  .service-page--ai-search .service-problem .section-heading h2,
  .service-page--aquisicao-pipeline .service-problem .section-heading h2 {
    max-width: none;
    word-break: normal;
    overflow-wrap: normal;
  }

  .service-problem__flow {
    grid-template-columns: 1fr;
  }

  /* Tablet/mobile: fluxo em coluna, setas rotacionadas */
  .service-page--aquisicao-pipeline .service-problem__flow {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: unset;
    gap: 0.8rem;
    padding: 1.2rem;
  }

  /* Reposicionar todos os filhos na grade em coluna única */
  .service-page--aquisicao-pipeline .service-problem__flow > *:nth-child(6) {
    display: block;
  }

  .service-page--aquisicao-pipeline .service-problem__flow > *:nth-child(7),
  .service-page--aquisicao-pipeline .service-problem__flow > *:nth-child(8),
  .service-page--aquisicao-pipeline .service-problem__flow > *:nth-child(9) {
    grid-row: unset;
    grid-column: unset;
  }

  .service-page--aquisicao-pipeline .service-problem__arrow {
    transform: rotate(90deg);
    justify-self: center;
  }

  .service-page--diagnostico-growth .service-problem__flow {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: unset;
    gap: 0.8rem;
    padding: 1.2rem;
  }

  .service-page--diagnostico-growth .service-problem__flow > *:nth-child(6) {
    display: block;
  }

  .service-page--diagnostico-growth .service-problem__flow > *:nth-child(7),
  .service-page--diagnostico-growth .service-problem__flow > *:nth-child(8),
  .service-page--diagnostico-growth .service-problem__flow > *:nth-child(9) {
    grid-row: unset;
    grid-column: unset;
  }

  .service-page--diagnostico-growth .service-problem__arrow {
    transform: rotate(90deg);
    justify-self: center;
  }

  .service-process__list {
    grid-template-columns: 1fr;
  }

  .connection-flow__arrow {
    justify-self: center;
    transform: rotate(90deg);
  }

  .service-problem__arrow {
    transform: rotate(90deg);
  }

  .conforia-band__meta {
    justify-content: flex-start;
  }

  .hero__backdrop {
    inset: auto 1rem -4rem auto;
    width: min(26rem, 56vw);
    height: 18rem;
  }

  .about-hero__backdrop {
    inset: auto 1rem -3rem auto;
    width: min(24rem, 54vw);
    height: 18rem;
  }

  .about-hero__media {
    justify-self: start;
  }

  .service-hero__panel {
    justify-self: start;
    width: min(100%, 32rem);
  }
}

@media (max-width: 860px) {
  .site-header__inner {
    grid-template-columns: auto auto;
    justify-content: space-between;
    min-height: 3.8rem;
    padding-block: 0.35rem;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .site-nav {
    display: none;
    position: absolute;
    top: calc(100% + 0.5rem);
    left: var(--gutter);
    right: var(--gutter);
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
    padding: 1rem 1rem 1.1rem;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 36px rgba(8, 19, 31, 0.12);
  }

  .site-nav.is-open {
    display: block;
  }

  .site-nav__list {
    flex-direction: column;
    align-items: stretch;
    gap: 0.35rem;
  }

  .site-nav__item {
    width: 100%;
  }

  .site-nav__link {
    width: 100%;
    justify-content: space-between;
    padding: 0.9rem 1rem;
    border-radius: 14px;
  }

  .site-nav__item--dropdown .site-nav__toggle::after {
    margin-left: auto;
  }

  .site-nav__submenu {
    position: static;
    min-width: 0;
    margin-top: 0.35rem;
    padding: 0.35rem 0 0 0.35rem;
    border: 0;
    border-left: 1px solid rgba(20, 142, 152, 0.16);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    transition: none;
    display: none;
  }

  .site-nav__item--dropdown.is-open .site-nav__submenu {
    display: grid;
  }

  .site-nav__submenu-group {
    gap: 0.25rem;
  }

  .site-nav__submenu-group-title {
    padding-inline: 0.9rem;
  }

  .site-nav__submenu-link {
    padding: 0.65rem 0.9rem;
    border-radius: 12px;
    font-size: 0.92rem;
  }

  .site-nav__cta-item {
    display: block;
    margin-top: 0.35rem;
  }

  .site-nav__cta {
    width: 100%;
  }

  .brand__logo {
    width: min(156px, 42vw);
  }

  .site-header__cta {
    display: none;
  }

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

  .site-footer__brand {
    grid-column: 1 / -1;
  }

  .ladder-grid,
  .testimonial-grid,
  .blog-grid,
  .stats-grid,
  .about-experience-grid,
  .service-signals__grid,
  .service-deliverables__grid {
    grid-template-columns: 1fr;
  }

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

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

@media (max-width: 640px) {
  .hero,
  .section,
  .site-footer {
    padding-block: 3.25rem;
  }

  .about-hero {
    padding-top: 2rem;
  }

  .about-page .section:not(.about-hero) {
    padding-block: 3.25rem;
  }

  .service-page .section:not(.service-hero) {
    padding-block: 3.25rem;
  }

  .service-hero {
    padding-top: 2rem;
  }

  .site-footer {
    padding: 2.5rem 0 1.75rem;
  }

  .site-footer__logo {
    width: min(230px, 100%);
    max-width: 230px;
    margin-bottom: -0.4rem;
  }

  .dgr-footer-ecosystem-line {
    max-width: 100%;
    font-size: 0.8125rem;
    line-height: 1.7;
  }

  .dgr-footer-bottom-text {
    font-size: 0.75rem;
  }

  .about-hero__media {
    width: 100%;
    padding: 1rem;
  }

  .about-hero__photo-frame {
    max-width: none;
  }

  .hero h1,
  .about-hero__content h1,
  .service-hero__content h1,
  .section-heading h2,
  .final-cta h2,
  .profile-copy h2,
  .conforia-band h2,
  .about-signals__intro h2,
  .about-teaching h2,
  .about-cta__copy h2 {
    font-size: clamp(1.85rem, 11vw, 2.85rem);
    overflow-wrap: break-word;
    word-break: break-word;
  }

  .hero h1 {
    max-width: 12.2ch;
    font-size: clamp(2.35rem, 10.2vw, 2.9rem);
    line-height: 1.05;
  }

  .service-hero__content h1 {
    max-width: 11.5ch;
    font-size: clamp(2.15rem, 10vw, 3rem);
    line-height: 1.04;
  }

  .hero-form,
  .dashboard-preview,
  .ladder-card,
  .testimonial-card,
  .blog-card,
  .wordmark-board,
  .final-cta__form,
  .gap-funnel__stage,
  .service-hero__panel,
  .service-problem__card,
  .service-proof__card,
  .service-process__step {
    padding: 1.2rem;
  }

  .wordmark-board__grid {
    grid-template-columns: 1fr;
  }

  .about-hero__actions .button,
  .about-cta__actions .button,
  .service-hero__actions .button,
  .service-cta__actions .button {
    width: 100%;
  }

  .about-hero__contact-links {
    gap: 0.5rem;
  }

  .about-hero__contact {
    flex: 1 1 auto;
  }

  .about-proof .proof-pill,
  .about-hero__actions .button {
    flex: 1 1 100%;
  }

  .about-testimonial-card {
    justify-items: center;
    text-align: center;
  }

  .testimonial-card__quote {
    font-size: 0.95rem;
  }

  .brand-card {
    min-height: 80px;
    padding: 0.9rem 1rem;
  }

  .brand-card img {
    max-width: 120px;
    max-height: 42px;
  }

  .proof-pill,
  .hero-form__microproof li {
    width: 100%;
  }

  .home-page .hero__proof .proof-pill,
  .home-page .hero__authority-headline {
    white-space: normal;
  }

  .home-page .gap-funnel {
    width: 100%;
    grid-template-columns: 1fr;
    grid-template-areas:
      "stage-1"
      "stage-2"
      "stage-3"
      "stage-4";
  }

  .home-page .gap-funnel__bar {
    max-width: none;
  }

  .home-page .ladder-card {
    min-height: auto;
  }

  .radar-preview {
    grid-template-columns: 1fr;
  }

  .service-process__step {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .hero__authority {
    display: none;
  }

  .site-footer__grid {
    grid-template-columns: 1fr;
  }

  .site-footer__brand {
    grid-column: auto;
  }

  .site-footer__bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero__backdrop {
    inset: auto -5rem -7rem auto;
    width: 18rem;
    height: 14rem;
    opacity: 0.45;
  }

  .about-hero__backdrop {
    inset: auto -4rem -5rem auto;
    width: 16rem;
    height: 13rem;
    opacity: 0.45;
  }

  .service-hero__backdrop {
    inset: auto -4rem -5rem auto;
    width: 16rem;
    height: 13rem;
    opacity: 0.45;
  }
}


/* =====================================================
   DEGASPERI — AJUSTES HOME (junho 2026)
   Tarefas: ladder subitem, gap copy, blog teaser, blog link
   ===================================================== */

/* TAREFA 2 — ladder-card__item-with-note / subitem */
.home-page .ladder-card__item-with-note {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.home-page .ladder-card__subitem {
  display: block;
  margin-top: 0.3rem;
  padding-left: 0;
  color: var(--text-muted);
  font-size: 0.82rem;
  font-weight: 400;
  line-height: 1.45;
}

/* TAREFA 3 — home-gap-section__copy */
.home-page .home-gap-section__copy {
  max-width: 68ch;
  white-space: normal;
}

@media (min-width: 860px) {
  .home-page .home-gap-section__copy {
    white-space: nowrap;
    max-width: none;
  }
}

/* TAREFA 4 — blog-teaser heading */
.home-page .blog-teaser__heading {
  align-items: center;
}

.home-page .blog-teaser__title-group {
  display: grid;
  gap: var(--space-3);
}

.home-page .blog-teaser__copy {
  align-self: center;
  max-width: 34ch;
}

/* TAREFA 5 — blog-card__link */
.home-page .blog-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  margin-top: 1rem;
  color: var(--teal);
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  transition: text-decoration 140ms ease, transform 140ms ease;
}

.home-page .blog-card__link::after {
  content: "→";
  display: inline-block;
  transition: transform 140ms ease;
}

.home-page .blog-card__link:hover,
.home-page .blog-card__link:focus-visible {
  text-decoration: underline;
}

.home-page .blog-card__link:hover::after,
.home-page .blog-card__link:focus-visible::after {
  transform: translateX(3px);
}

/* VivaReal — logo desproporcional: aumenta max-height específico */
.brand-grid--home .brand-card:nth-child(3) img {
  max-width: 190px;
  max-height: 68px;
}

/* Kroton — força fundo branco independente do canal alpha da imagem */
.brand-card img[src*="Unknown-6"] {
  background-color: #ffffff;
  padding: 6px;
  border-radius: 4px;
  mix-blend-mode: multiply;
  filter: brightness(1);
  isolation: isolate;
}

/* CTA final — eyebrow "Próximo passo": borda branca para contrastar com o fundo escuro */
.section--dark .eyebrow--dark {
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.07);
}

/* ─── Depoimentos (front-page.php) ─── */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}
.testimonial {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.testimonial blockquote {
  margin: 0;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--dgr-dark, #1D1D1F);
  flex: 1;
}
.testimonial__footer {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
}
.testimonial__photo {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 2px solid var(--dgr-border, #E6E1EA);
}
.testimonial__name {
  font-weight: 800;
  color: var(--dgr-dark, #1D1D1F);
  margin: 0;
}
.testimonial__role {
  font-size: 0.88rem;
  color: var(--dgr-muted, #5F6368);
  margin: 2px 0 0;
}
@media (max-width: 900px) {
  .testimonials-grid { grid-template-columns: 1fr; }
}

/* =====================================================
   HERO — Ajustes radar card e coluna esquerda (jun 2026)
   ===================================================== */

/* Segundo parágrafo da coluna esquerda */
.home-page .hero__context-radar {
  max-width: 38rem;
  margin: -.1rem 0 0;
  color: var(--text-muted);
  font-size: 0.98rem;
  line-height: 1.55;
}

/* Radar full-width (sem colunas) */
.radar-preview--full {
  display: block;
  width: 100%;
  margin: 0.75rem 0 0.25rem;
}

/* Mobile: reduz padding do dashboard-preview */
@media (max-width: 640px) {
  .radar-preview--full svg {
    max-height: 220px !important;
  }
}

/* Dashboard card — score alinhado à direita abaixo do label */
.dashboard-preview__score-col {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.15rem;
}

.home-page .dashboard-preview__header {
  align-items: flex-start;
}

.dashboard-preview__score-col .dashboard-preview__score {
  display: grid;
  gap: 0.1rem;
  text-align: right;
}

.dashboard-preview__score-col .dashboard-preview__score strong {
  font-size: 2.4rem;
  line-height: 1;
}

.dashboard-preview__score-col .dashboard-preview__score > span {
  font-size: 0.88rem;
  color: var(--text-muted);
  font-weight: 500;
}

@media (max-width: 640px) {
  .dashboard-preview__score-col {
    align-items: flex-start;
  }
  .dashboard-preview__score-col .dashboard-preview__score {
    text-align: left;
  }
}

/* =====================================================
   SERVICE PAGE — AI Search Block (diagnostico-de-growth)
   Seção de destaque entre "O que entra na entrega" e
   "Como o diagnóstico evolui". Visível apenas quando a
   chave ai_search_block estiver presente no conteúdo.
   ===================================================== */

.service-ai-search {
  background: linear-gradient(180deg, #ffffff 0%, #f0f8fa 100%);
}

.service-page--diagnostico-growth .service-ai-search {
  background: linear-gradient(180deg, #f8fbfd 0%, #eef5f8 100%);
}

.service-ai-search__card {
  position: relative;
  overflow: hidden;
  padding: clamp(2rem, 4vw, 3rem);
  border-color: rgba(20, 142, 152, 0.24);
  background:
    linear-gradient(135deg, rgba(20, 142, 152, 0.05) 0%, rgba(107, 42, 131, 0.04) 100%),
    linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
  box-shadow: 0 20px 50px rgba(13, 27, 42, 0.08);
}

.service-page--diagnostico-growth .service-ai-search__card {
  border-color: rgba(20, 142, 152, 0.2);
  background:
    linear-gradient(135deg, rgba(20, 142, 152, 0.08) 0%, rgba(107, 42, 131, 0.08) 100%),
    linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
  box-shadow: 0 22px 52px rgba(13, 27, 42, 0.1);
}

.service-page--diagnostico-growth .service-ai-search__card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: clamp(1.5rem, 3.5vw, 2.8rem);
  align-items: center;
}

.service-ai-search__content {
  display: grid;
  gap: 1rem;
  min-width: 0;
}

.service-ai-search__card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  background: var(--gradient-brand);
}

.service-page--diagnostico-growth .service-ai-search__card::before {
  background: linear-gradient(90deg, var(--teal) 0%, var(--purple) 100%);
}

.service-ai-search__visual {
  display: grid;
  place-items: center;
  align-self: center;
  justify-self: center;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.service-ai-search__visual img {
  display: block;
  width: min(100%, 300px);
  height: auto;
  object-fit: contain;
  opacity: 0.98;
}

.service-ai-search__copy {
  display: grid;
  gap: 1rem;
  max-width: 76ch;
}

.service-ai-search__copy h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 2.8vw, 2.5rem);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -0.025em;
}

.service-ai-search__copy > p {
  margin: 0;
  color: var(--text-muted);
  font-size: clamp(0.98rem, 1.15vw, 1.08rem);
  line-height: 1.62;
  max-width: 68ch;
}

.service-ai-search__bullets {
  display: grid;
  gap: 0.6rem;
  padding: 0;
  margin: 0.2rem 0 0;
  list-style: none;
}

.service-ai-search__bullets li {
  position: relative;
  padding-left: 1.3rem;
  color: var(--text-body);
  font-size: 0.98rem;
}

.service-ai-search__bullets li::before {
  content: "";
  position: absolute;
  top: 0.66rem;
  left: 0;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--teal);
}

.service-page--diagnostico-growth .service-ai-search__bullets li::before {
  background: var(--purple);
  box-shadow: 0 0 0 5px rgba(107, 42, 131, 0.12);
}

.service-ai-search__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.4rem;
}

/* =====================================================
   SERVICE PAGE — Growth Insights Banner (diagnostico-de-growth)
   Banner secundário entre "Como o diagnóstico evolui" e
   "Experiência". Visível apenas quando a chave
   growth_insights_banner estiver presente no conteúdo.
   ===================================================== */

.service-growth-insights {
  background: linear-gradient(180deg, #f8fafc 0%, #f3f6fa 100%);
}

.service-page--diagnostico-growth .service-growth-insights {
  background: linear-gradient(180deg, #f8fafc 0%, #f5f7fb 100%);
}

.service-growth-insights__band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  padding: clamp(1.5rem, 2.8vw, 2.1rem);
  border-color: rgba(107, 42, 131, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(250, 248, 253, 0.98));
}

.service-page--diagnostico-growth .service-growth-insights__band {
  border-color: rgba(107, 42, 131, 0.12);
  background: linear-gradient(
    100deg,
    rgba(20, 142, 152, 0.10) 0%,
    rgba(107, 42, 131, 0.08) 28%,
    rgba(255, 255, 255, 0.96) 58%,
    #ffffff 100%
  );
  box-shadow: 0 10px 24px rgba(13, 27, 42, 0.05);
}

.service-growth-insights__copy {
  display: grid;
  gap: 0.65rem;
}

.service-growth-insights__aside {
  display: grid;
  justify-items: end;
  align-items: center;
  gap: 1rem;
}

.service-growth-insights__symbol {
  display: grid;
  place-items: center;
  width: clamp(140px, 16vw, 220px);
  max-width: 100%;
}

.service-growth-insights__symbol img {
  width: 100%;
  height: auto;
  object-fit: contain;
  opacity: 0.98;
  margin-left: auto;
  margin-right: 0;
}

.service-growth-insights__copy h3 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 1.6vw, 1.5rem);
  font-weight: 700;
  line-height: 1.22;
}

.service-growth-insights__copy p {
  margin: 0;
  color: var(--text-muted);
  max-width: 66ch;
  font-size: clamp(0.9rem, 1.05vw, 0.98rem);
  line-height: 1.6;
}

@media (max-width: 1080px) {
  .service-growth-insights__band {
    grid-template-columns: 1fr;
  }

  .service-growth-insights__aside {
    justify-items: end;
    width: 100%;
  }
}

@media (max-width: 640px) {
  .service-ai-search__card {
    padding: 1.4rem;
  }

  .service-page--diagnostico-growth .service-ai-search__card,
  .service-page--diagnostico-growth .service-ai-search--with-visual {
    grid-template-columns: 1fr;
  }

  .service-ai-search__visual {
    justify-self: start;
    width: 100%;
  }

  .service-ai-search__visual img {
    width: min(100%, 220px);
  }

  .service-growth-insights__band {
    padding: 1.35rem;
  }

  .service-growth-insights__aside {
    justify-items: end;
    width: 100%;
  }

  .service-growth-insights__symbol {
    width: min(160px, 100%);
  }

  .service-ai-search__actions .button {
    width: 100%;
  }

  .service-growth-insights__band .button {
    width: 100%;
  }

  .service-page--diagnostico-growth .service-growth-insights__band .button {
    background: #ffffff;
    color: #0d1b2a;
    border: 1px solid rgba(107, 42, 131, 0.35);
  }

  .service-page--diagnostico-growth .service-growth-insights__band .button:hover,
  .service-page--diagnostico-growth .service-growth-insights__band .button:focus-visible {
    border-color: #6b2a83;
    background: #ffffff;
    color: #0d1b2a;
  }
}

@media (max-width: 768px) {
  .service-page--diagnostico-growth .service-ai-search__card,
  .service-page--diagnostico-growth .service-ai-search--with-visual {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .service-ai-search__visual {
    justify-content: center;
  }

  .service-ai-search__visual img {
    width: 180px;
  }
}

/* =====================================================
   SERVICE PAGE — Presença em AI Search
   Modifier: .service-page--ai-search
   Dominante: Roxo #6B2A83  |  Secundário: Teal #148E98
   Dark bg: Navy #0D1B2A    |  Acento mínimo: Gold #F4C15A
   ===================================================== */

/* ── Variáveis locais ── */
.service-page--ai-search {
  --service-accent:      var(--purple);
  --service-accent-soft: rgba(107, 42, 131, 0.08);
  --service-accent-mid:  rgba(107, 42, 131, 0.18);
  --service-deep:        var(--navy);
}

/* ── Hero panel ── */
.service-page--ai-search .service-hero__panel {
  position: relative;
  overflow: hidden;
  border-color: rgba(107, 42, 131, 0.22);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(249, 245, 253, 0.97) 100%);
}

.service-page--ai-search .service-hero__panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  background: linear-gradient(90deg, var(--purple) 0%, var(--teal) 100%);
}

.service-page--ai-search .service-hero__panel-list li::before {
  background: var(--purple);
}

/* ── Problema — cabeçalho split ── */
.service-page--ai-search .service-problem .section-heading--split {
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(1.4rem, 3vw, 2.6rem);
}

.service-page--ai-search .service-problem .section-heading h2 {
  max-width: 14ch;
  font-size: clamp(1.95rem, 3.3vw, 3.15rem);
  line-height: 1.08;
}

.service-page--ai-search .service-problem__grid {
  align-items: stretch;
}

.service-page--ai-search .service-problem__card {
  border-color: rgba(20, 142, 152, 0.18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(239, 248, 249, 0.97));
  box-shadow: 0 16px 34px rgba(13, 27, 42, 0.08);
}

/* ── Fluxo de 5 etapas ── */
.service-page--ai-search .service-problem__flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem 1.25rem;
  padding: 1.4rem;
  align-items: center;
  border-color: rgba(20, 142, 152, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 248, 249, 0.98));
  box-shadow: 0 14px 36px rgba(13, 27, 42, 0.07);
}

.service-page--ai-search .service-problem__step {
  position: relative;
  min-width: 0;
  padding: 0.95rem 1rem;
  text-align: center;
  border-color: rgba(20, 142, 152, 0.12);
}

.service-page--ai-search .service-problem__step::after {
  display: none;
  content: "→";
  position: absolute;
  top: 50%;
  right: -1.15rem;
  transform: translateY(-50%);
  color: #148e98;
  font-size: 1rem;
  font-weight: 700;
  opacity: 0.72;
  pointer-events: none;
}

.service-page--ai-search .service-problem__flow > .service-problem__arrow {
  display: none;
}

.service-page--ai-search .service-problem__flow > .service-problem__step:nth-child(1)::after,
.service-page--ai-search .service-problem__flow > .service-problem__step:nth-child(3)::after,
.service-page--ai-search .service-problem__flow > .service-problem__step:nth-child(7)::after {
  display: block;
}

.service-page--ai-search .service-problem__step strong {
  display: block;
  color: var(--ink);
  font-size: 0.9rem;
  line-height: 1.25;
}

.service-page--ai-search .service-problem__step span {
  display: block;
  color: var(--text-muted);
  font-size: 0.82rem;
  margin-top: 0.2rem;
}

/* Destaque step 3 — "Fornecedores comparados" */
.service-page--ai-search .service-problem__step--highlight {
  border-color: rgba(20, 142, 152, 0.38);
  background: linear-gradient(180deg, rgba(20, 142, 152, 0.08), rgba(20, 142, 152, 0.03));
  box-shadow: 0 0 0 2px rgba(20, 142, 152, 0.2);
}

.service-page--ai-search .service-problem__step--highlight strong {
  color: #0d1b2a;
}

.service-page--ai-search .service-problem__arrow {
  display: none;
}

/* ── Sinais — fundo lilás ── */
.service-page--ai-search .service-signals {
  background: linear-gradient(180deg, #f4eef8 0%, #ede4f4 100%);
}

.service-page--ai-search .service-signals .section-heading h2 {
  color: #0d1b2a;
}

.service-page--ai-search .service-signals .eyebrow {
  background: rgba(107, 42, 131, 0.08);
  border-color: rgba(107, 42, 131, 0.24);
  color: #6b2a83;
}

.service-page--ai-search .service-signals__index {
  color: var(--purple);
}

.service-page--ai-search .service-signals__card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(107, 42, 131, 0.18);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(252, 248, 255, 0.97));
  box-shadow: 0 12px 26px rgba(64, 28, 80, 0.07);
}

.service-page--ai-search .service-signals__card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: var(--purple);
  z-index: 1;
}

.service-page--ai-search .service-signals__card::after {
  display: none;
}

/* ── Método — grid 2×2, borda roxa ── */
.service-page--ai-search .service-method__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-page--ai-search .service-method__card {
  border-color: rgba(107, 42, 131, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(249, 245, 253, 0.97));
  box-shadow: 0 14px 30px rgba(13, 27, 42, 0.07);
}

.service-page--ai-search .service-method__card::before {
  background: var(--purple);
}

.service-page--ai-search .service-method__index {
  color: var(--purple);
}

/* ── Intro de seção (método e entregáveis) ── */
.section-intro {
  margin: 0;
  max-width: 64ch;
  color: var(--text-muted);
  font-size: clamp(0.96rem, 1.2vw, 1.06rem);
  line-height: 1.62;
}

/* ── Entregáveis — navy + counter roxo ── */
.service-page--ai-search .service-deliverables {
  background: linear-gradient(180deg, var(--navy) 0%, #0f2035 100%);
  color: #eaf0f6;
}

.service-page--ai-search .service-deliverables .eyebrow {
  background: rgba(20, 142, 152, 0.08);
  border-color: rgba(20, 142, 152, 0.24);
  color: #148e98;
}

.service-page--ai-search .service-deliverables .section-heading h2 {
  color: #ffffff;
}

.service-page--ai-search .service-deliverables .section-intro {
  color: rgba(234, 240, 246, 0.72);
}

.service-page--ai-search .service-deliverables__grid {
  position: relative;
  padding: clamp(1rem, 2vw, 1.35rem);
  border: 1px solid rgba(107, 42, 131, 0.2);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
  counter-reset: deliverable;
}

.service-page--ai-search .service-deliverables__card {
  position: relative;
  display: flex;
  align-items: flex-start;
  min-height: 100px;
  padding: 1.1rem 1.2rem 1.1rem 2.8rem;
  border-color: rgba(107, 42, 131, 0.16);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(250, 246, 255, 0.95));
  box-shadow: 0 6px 18px rgba(13, 27, 42, 0.10);
  counter-increment: deliverable;
}

.service-page--ai-search .service-deliverables__card p {
  margin: 0;
  color: var(--text-body);
  font-size: 0.96rem;
  line-height: 1.55;
}

.service-page--ai-search .service-deliverables__card::before {
  content: counter(deliverable, decimal-leading-zero);
  position: absolute;
  top: 0.85rem;
  left: 1.15rem;
  color: var(--purple);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

/* ── Conexão com receita ── */
.service-revenue-connection {
  background: linear-gradient(180deg, #ffffff 0%, #fafaff 100%);
}

.service-page--ai-search .service-revenue-connection .section-heading h2 {
  max-width: 18ch;
}

.service-page--ai-search .service-revenue-connection .eyebrow {
  background: rgba(20, 142, 152, 0.08);
  border-color: rgba(20, 142, 152, 0.24);
  color: #148e98;
}

.service-revenue-connection__body {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

.service-revenue-connection__copy {
  display: grid;
  gap: 1.1rem;
}

.service-revenue-connection__copy p {
  margin: 0;
  color: var(--text-muted);
  font-size: clamp(0.96rem, 1.15vw, 1.06rem);
  line-height: 1.65;
}

.service-revenue-connection__blocks {
  position: relative;
  display: grid;
  gap: 0;
}

/* Linha conectora vertical */
.service-revenue-connection__blocks::before {
  content: "";
  position: absolute;
  top: 2.4rem;
  bottom: 2.4rem;
  left: 1.1rem;
  width: 2px;
  background: linear-gradient(180deg, var(--purple) 0%, rgba(107, 42, 131, 0.12) 100%);
  z-index: 0;
}

.service-revenue-connection__block {
  position: relative;
  display: grid;
  gap: 0.2rem;
  padding: 1rem 1rem 1rem 2.8rem;
  z-index: 1;
}

.service-revenue-connection__block::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.7rem;
  transform: translateY(-50%);
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: var(--purple);
  border: 2px solid rgba(107, 42, 131, 0.2);
  box-shadow: 0 0 0 4px rgba(107, 42, 131, 0.1);
  z-index: 2;
}

/* Último bloco (Pipeline) — acento dourado */
.service-revenue-connection__block:last-child::before {
  background: var(--gold);
  border-color: rgba(244, 193, 90, 0.35);
  box-shadow: 0 0 0 4px rgba(244, 193, 90, 0.15);
}

.service-revenue-connection__block strong {
  color: var(--ink);
  font-size: 1.02rem;
  font-weight: 700;
}

.service-revenue-connection__block:last-child strong {
  color: #8a5500;
}

.service-revenue-connection__block span {
  color: var(--text-muted);
  font-size: 0.88rem;
}

/* ── Processo — acento roxo ── */
.service-page--ai-search .service-process__step {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(13, 27, 42, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(249, 245, 253, 0.97));
  box-shadow: 0 14px 30px rgba(13, 27, 42, 0.07);
}

.service-page--ai-search .service-process__step::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--purple);
}

.service-page--ai-search .service-process__index {
  color: var(--purple);
}

/* ── Prova / Experiência ── */
.service-page--ai-search .service-proof__metric::before {
  background: var(--teal);
}

/* ── Microcopy no CTA final ── */
.service-cta__microcopy {
  margin: 0.8rem 0 0;
  max-width: 90ch;
  color: rgba(234, 240, 246, 0.58);
  font-size: 0.78rem;
  line-height: 1.62;
}

/* ── Responsivo ── */
@media (max-width: 1080px) {
  .service-page--ai-search .service-problem .section-heading--split {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .service-page--ai-search .service-problem .section-heading h2 {
    max-width: none;
    word-break: normal;
    overflow-wrap: normal;
  }

  .service-page--ai-search .service-problem__flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem 1rem;
    padding: 1.2rem;
  }

  .service-page--ai-search .service-problem__step {
    text-align: left;
  }

  .service-page--ai-search .service-problem__step::after {
    right: -0.9rem;
  }

  .service-page--ai-search .service-problem__flow > .service-problem__step:nth-child(3)::after,
  .service-page--ai-search .service-problem__flow > .service-problem__step:nth-child(7)::after,
  .service-page--ai-search .service-problem__flow > .service-problem__step:nth-child(9)::after {
    display: none;
  }

  .service-page--ai-search .service-problem__flow > .service-problem__step:nth-child(1)::after,
  .service-page--ai-search .service-problem__flow > .service-problem__step:nth-child(5)::after {
    display: block;
  }

  .service-revenue-connection__body {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .service-revenue-connection__blocks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
  }

  .service-revenue-connection__blocks::before {
    display: none;
  }

  .service-revenue-connection__block {
    padding: 1rem;
    border: 1px solid rgba(107, 42, 131, 0.12);
    border-radius: 12px;
    background: rgba(249, 245, 253, 0.55);
  }

  .service-revenue-connection__block::before {
    display: none;
  }
}

@media (max-width: 860px) {
  .service-page--ai-search .service-method__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .service-page--ai-search .service-problem__flow {
    padding: 1rem;
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .service-page--ai-search .service-problem__step {
    text-align: left;
  }

  .service-page--ai-search .service-problem__step::after {
    display: none;
  }

  .service-revenue-connection__blocks {
    grid-template-columns: 1fr;
  }

  .service-page--ai-search .service-deliverables__grid {
    padding: 0.75rem;
  }

  .service-cta__microcopy {
    max-width: 100%;
  }
}

/*
   CONTACT PAGE
   ========================================================================== */

.service-page--contact {
  --contact-accent-soft: rgba(20, 142, 152, 0.14);
  --contact-accent-mid: rgba(107, 42, 131, 0.18);
}

.service-page--contact .service-hero__backdrop {
  background:
    radial-gradient(circle at 78% 18%, rgba(107, 42, 131, 0.22), transparent 30%),
    radial-gradient(circle at 18% 18%, rgba(20, 142, 152, 0.18), transparent 32%),
    linear-gradient(145deg, rgba(13, 27, 42, 0.96), rgba(19, 38, 58, 0.9));
}

.service-page--contact .service-hero__content h1 {
  max-width: 12ch;
}

.contact-hero__panel {
  position: relative;
  overflow: hidden;
  border-color: var(--contact-accent-soft);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(243, 248, 251, 0.97));
}

.contact-hero__panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, var(--teal) 0%, var(--purple) 100%);
}

.contact-hero__panel-head {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.contact-hero__symbol {
  width: 2.75rem;
  height: 2.75rem;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(13, 27, 42, 0.14));
}

.contact-paths__grid,
.contact-products__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.contact-paths__card,
.contact-products__card {
  display: grid;
  gap: 1rem;
  padding: clamp(1.35rem, 2.4vw, 1.9rem);
  border-color: rgba(20, 142, 152, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(248, 251, 253, 0.97));
  box-shadow: 0 18px 42px rgba(13, 27, 42, 0.08);
}

.contact-paths__card h3,
.contact-products__card h3,
.contact-form-card h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  line-height: 1.14;
}

.contact-paths__card p,
.contact-products__card p,
.contact-form__support,
.contact-form__success {
  margin: 0;
  color: var(--text-muted);
}

.contact-paths__card .button,
.contact-products__card .button {
  margin-top: auto;
}

.contact-products__card {
  position: relative;
}

.contact-products__card::after {
  content: "";
  position: absolute;
  inset: auto 1.2rem 0 1.2rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(107, 42, 131, 0), rgba(107, 42, 131, 0.18), rgba(20, 142, 152, 0));
}

.contact-form-section__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(1.8rem, 4vw, 3rem);
  align-items: start;
}

.contact-form-card {
  gap: 1.2rem;
}

.contact-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

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

.contact-form__actions {
  display: grid;
  gap: 0.85rem;
}

.contact-form__actions .button {
  justify-content: center;
}

.contact-form__support {
  font-size: 0.94rem;
  line-height: 1.55;
}

.contact-form__success {
  padding: 0.95rem 1rem;
  border: 1px solid rgba(20, 142, 152, 0.24);
  border-radius: var(--radius-md);
  background: rgba(20, 142, 152, 0.08);
  color: var(--ink);
}

.contact-cta {
  padding-block: clamp(2.8rem, 4.6vw, 4rem);
}

.contact-cta .service-cta__box {
  align-items: center;
  gap: clamp(1.4rem, 3vw, 2.4rem);
}

.contact-cta .service-cta__copy {
  gap: 0.8rem;
}

.contact-cta .service-cta__copy p {
  display: none;
}

.contact-cta__actions {
  display: grid;
  justify-items: start;
  align-content: center;
  gap: 1rem;
}

.contact-cta__support {
  margin: 0;
  max-width: 33rem;
  color: rgba(234, 240, 246, 0.88);
  font-size: 1rem;
  line-height: 1.6;
}

.contact-cta__actions .button {
  flex: 0 0 auto;
}

@media (max-width: 960px) {
  .contact-paths__grid,
  .contact-products__grid,
  .contact-form-section__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .contact-form__grid {
    grid-template-columns: 1fr;
  }

  .contact-cta__actions {
    justify-items: stretch;
  }

  .contact-cta__actions .button {
    width: 100%;
  }

  .contact-hero__panel-head {
    align-items: flex-start;
  }
}
