@font-face {
  font-family: "Manrope Variable";
  src: url("/fonts/manrope-variable.woff2") format("woff2");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter Variable";
  src: url("/fonts/inter-variable.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --pp-bg-primary: #f7f4ef;
  --pp-bg-secondary: #f1ece5;
  --pp-surface: #ffffff;
  --pp-border: #d9d1c7;
  --pp-ink-primary: #111111;
  --pp-ink-secondary: #222222;
  --pp-ink-soft: #222222;
  --pp-text-muted: #6f6a63;
  --pp-accent: #e56a18;
  --pp-accent-hover: #c95410;
  --pp-dark-section: #171717;
  --container: 1320px;
  --page-gutter: clamp(20px, 4vw, 56px);
  --section-space: clamp(76px, 10vw, 148px);
  --page-progress: 0%;
  --hero-shift: 0px;
  color: var(--pp-ink-secondary);
  font-family: "Inter Variable", Inter, Arial, sans-serif;
  font-synthesis: none;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}

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

html {
  background: var(--pp-bg-primary);
  scroll-padding-top: 79px;
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  overflow-x: clip;
  background:
    radial-gradient(circle at 8% 0%, rgba(255, 255, 255, 0.84), transparent 27%),
    var(--pp-bg-primary);
  color: var(--pp-ink-secondary);
  -webkit-font-smoothing: antialiased;
}

.site-shell {
  --niche-tint: #efe9e1;
  --niche-ink: #51483f;
  --niche-line: #c8b9aa;
  --niche-wash: rgba(239, 233, 225, 0.44);
  min-height: 100vh;
  background: var(--pp-bg-primary);
}

.theme-clinicas {
  --niche-tint: #e5eee8;
  --niche-ink: #365442;
  --niche-line: #9bb4a2;
  --niche-wash: rgba(213, 231, 218, 0.42);
}

.theme-odontologia {
  --niche-tint: #e5eef0;
  --niche-ink: #35535a;
  --niche-line: #98b5bb;
  --niche-wash: rgba(214, 232, 235, 0.44);
}

.theme-estetica {
  --niche-tint: #f1e7e4;
  --niche-ink: #684b48;
  --niche-line: #c9aaa4;
  --niche-wash: rgba(239, 218, 213, 0.42);
}

.theme-automotivo {
  --niche-tint: #e6e9e8;
  --niche-ink: #3e4847;
  --niche-line: #a4afad;
  --niche-wash: rgba(216, 223, 221, 0.42);
}

.theme-opme {
  --niche-tint: #e2ecea;
  --niche-ink: #365650;
  --niche-line: #91b0aa;
  --niche-wash: rgba(207, 228, 224, 0.44);
}

body.menu-open {
  overflow: hidden;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

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

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

h1,
h2,
h3 {
  color: var(--pp-ink-primary);
  font-family: "Manrope Variable", Manrope, Arial, sans-serif;
  font-weight: 760;
  letter-spacing: -0.045em;
}

h2 {
  max-width: 980px;
  margin-bottom: 24px;
  font-size: clamp(2.25rem, 4.8vw, 4.75rem);
  line-height: 0.99;
}

h3 {
  margin-bottom: 12px;
  font-size: clamp(1.35rem, 2.1vw, 2rem);
  line-height: 1.12;
}

::selection {
  background: var(--pp-accent);
  color: #ffffff;
}

:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--pp-accent) 55%, transparent);
  outline-offset: 4px;
}

.container {
  width: min(100%, calc(var(--container) + var(--page-gutter) * 2));
  margin-inline: auto;
  padding-inline: var(--page-gutter);
}

.section {
  padding-block: var(--section-space);
}

.section--cream {
  background: var(--pp-bg-secondary);
}

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

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 12px 18px;
  transform: translateY(-160%);
  border-radius: 6px;
  background: var(--pp-ink-primary);
  color: white;
  font-weight: 700;
  transition: transform 180ms ease;
}

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

.page-progress {
  position: fixed;
  z-index: 121;
  top: 76px;
  right: 0;
  left: 0;
  width: 100%;
  height: 3px;
  transform: scaleX(var(--progress-scale, 0));
  transform-origin: left center;
  background: var(--pp-accent);
  pointer-events: none;
  will-change: transform;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
  color: var(--pp-text-muted);
  font-size: 0.73rem;
  font-weight: 720;
  letter-spacing: 0.145em;
  line-height: 1.45;
  text-transform: uppercase;
}

.eyebrow > span {
  width: 4px;
  height: 4px;
  flex: 0 0 4px;
  border-radius: 50%;
  background: var(--pp-accent);
}

.eyebrow--light {
  color: #c7c0b8;
}

.text-light {
  color: #ffffff;
}

.text-muted-light {
  color: #c7c0b8 !important;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 7px;
  cursor: pointer;
  font-family: "Manrope Variable", Manrope, Arial, sans-serif;
  font-size: 0.91rem;
  font-weight: 720;
  letter-spacing: -0.012em;
  transition:
    color 220ms ease,
    background 220ms ease,
    border-color 220ms ease,
    transform 220ms cubic-bezier(0.19, 1, 0.22, 1);
}

.button svg,
.text-link svg,
.button__arrow {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  transition: transform 220ms cubic-bezier(0.19, 1, 0.22, 1);
}

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

.button:hover svg,
.text-link:hover svg,
.button:hover .button__arrow,
.text-link:hover .button__arrow {
  transform: translateX(3px);
}

.button__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
  line-height: 1;
}

.button--primary {
  border-color: var(--pp-accent);
  background: var(--pp-accent);
  color: #ffffff;
}

.button--primary:hover {
  border-color: var(--pp-accent-hover);
  background: var(--pp-accent-hover);
}

.button--secondary {
  border-color: var(--pp-border);
  background: transparent;
  color: var(--pp-ink-primary);
}

.button--secondary:hover {
  border-color: #bbb1a4;
  background: rgba(255, 255, 255, 0.52);
}

.button--whatsapp {
  border-color: var(--pp-ink-primary);
  background: var(--pp-ink-primary);
  color: #ffffff;
}

.button--whatsapp:hover {
  border-color: var(--pp-ink-soft);
  background: var(--pp-ink-soft);
}

.button--small {
  min-height: 44px;
  padding-inline: 18px;
  font-size: 0.82rem;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--pp-ink-primary);
  font-family: "Manrope Variable", Manrope, Arial, sans-serif;
  font-size: 0.88rem;
  font-weight: 740;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 760ms cubic-bezier(0.19, 1, 0.22, 1) var(--reveal-delay, 0ms),
    transform 760ms cubic-bezier(0.19, 1, 0.22, 1) var(--reveal-delay, 0ms);
}

.reveal[data-visible="true"] {
  opacity: 1;
  transform: translateY(0);
}

/* Header */

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid color-mix(in srgb, var(--pp-border) 78%, transparent);
  background: color-mix(in srgb, var(--pp-bg-primary) 88%, transparent);
  backdrop-filter: blur(16px);
}

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

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

.brand img {
  width: clamp(162px, 17vw, 206px);
  height: auto;
  object-fit: contain;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(22px, 2.5vw, 38px);
}

.desktop-nav a {
  position: relative;
  padding-block: 8px;
  color: #3e3b37;
  font-size: 0.82rem;
  font-weight: 620;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--pp-accent);
  content: "";
  transition: transform 220ms ease;
}

.desktop-nav a:hover::after {
  transform: scaleX(1);
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--pp-border);
  border-radius: 7px;
  background: transparent;
  color: var(--pp-ink-primary);
  cursor: pointer;
}

.menu-button svg {
  width: 24px;
  height: 24px;
}

.menu-button > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Arial, sans-serif;
  font-size: 1.65rem;
  font-weight: 400;
  line-height: 1;
}

.mobile-menu {
  display: none;
}

/* Hero */

.hero {
  position: relative;
  min-height: 100vh;
  padding-top: 76px;
  overflow: hidden;
}

.hero::before {
  position: absolute;
  z-index: 0;
  top: 160px;
  right: -6vw;
  width: clamp(260px, 35vw, 560px);
  height: clamp(260px, 35vw, 560px);
  border: 1px solid rgba(229, 106, 24, 0.2);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: calc(100vh - 76px - 112px);
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  align-items: center;
  gap: clamp(44px, 6vw, 96px);
  padding-block: clamp(62px, 8vw, 112px) 64px;
}

.hero-copy {
  position: relative;
  z-index: 3;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 22px;
  color: var(--pp-text-muted);
  font-size: 0.7rem;
  font-weight: 680;
  letter-spacing: 0.06em;
}

.breadcrumb a {
  transition: color 180ms ease;
}

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

.breadcrumb strong {
  color: var(--niche-ink);
  font-weight: 760;
}

.hero-copy h1 {
  max-width: 810px;
  margin-bottom: 30px;
  font-size: clamp(3.15rem, 5vw, 4.85rem);
  line-height: 0.96;
}

.headline-dot {
  color: var(--pp-accent);
}

.hero-lead {
  max-width: 690px;
  margin-bottom: 34px;
  color: #4b4741;
  font-size: clamp(1rem, 1.3vw, 1.18rem);
  line-height: 1.65;
}

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

.hero-proof {
  display: flex;
  max-width: 560px;
  align-items: flex-start;
  gap: 12px;
  margin-top: 32px;
  padding-top: 22px;
  border-top: 1px solid var(--pp-border);
}

.hero-proof__dot {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  margin-top: 7px;
  border-radius: 50%;
  background: var(--pp-accent);
  box-shadow: 0 0 0 7px rgba(229, 106, 24, 0.09);
}

.hero-proof p {
  margin: 0;
  color: var(--pp-text-muted);
  font-size: 0.85rem;
  line-height: 1.55;
}

.hero-visual {
  position: relative;
  min-height: clamp(500px, 62vh, 660px);
  overflow: hidden;
  border: 1px solid var(--pp-border);
  border-radius: 16px 16px 120px 16px;
  background: var(--pp-bg-secondary);
  box-shadow: 0 30px 80px rgba(17, 17, 17, 0.07);
}

.hero-visual picture,
.hero-visual img {
  width: 100%;
  height: 100%;
}

.hero-visual picture {
  position: absolute;
  inset: 0;
}

.hero-visual img {
  transform: translateY(var(--hero-shift)) scale(1.08);
  object-fit: cover;
  object-position: 50% center;
}

.hero-visual__wash {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(243, 239, 232, 0.12), rgba(243, 239, 232, 0.48)),
    linear-gradient(90deg, rgba(243, 239, 232, 0.24), transparent 50%);
  pointer-events: none;
}

.hero-visual__caption {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 17px 18px;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 8px;
  background: rgba(243, 239, 232, 0.78);
  backdrop-filter: blur(12px);
}

.hero-visual__caption span {
  color: var(--pp-text-muted);
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-visual__caption strong {
  color: var(--pp-ink-primary);
  font-family: "Manrope Variable", Manrope, Arial, sans-serif;
  font-size: 0.88rem;
}

.hero-visual__index {
  position: absolute;
  top: 28px;
  right: 28px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero-visual__index span {
  color: rgba(17, 17, 17, 0.36);
  font-family: "Manrope Variable", Manrope, Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.hero-visual__index i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--pp-accent);
}

.hero-pillar-strip {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--pp-border);
  border-bottom: 1px solid var(--pp-border);
}

.hero-pillar-strip > div {
  display: flex;
  min-height: 112px;
  align-items: center;
  gap: 14px;
  padding-inline: clamp(12px, 2vw, 28px);
  border-right: 1px solid var(--pp-border);
}

.hero-pillar-strip > div:first-child {
  padding-left: 0;
}

.hero-pillar-strip > div:last-child {
  border-right: 0;
}

.hero-pillar-strip span {
  color: var(--pp-accent);
  font-size: 0.68rem;
  font-weight: 760;
  letter-spacing: 0.08em;
}

.hero-pillar-strip p {
  margin: 0;
  color: var(--pp-ink-primary);
  font-family: "Manrope Variable", Manrope, Arial, sans-serif;
  font-size: clamp(0.82rem, 1.3vw, 1rem);
  font-weight: 680;
}

/* Shared section heading */

.section-heading {
  display: grid;
  margin-bottom: clamp(48px, 7vw, 88px);
  grid-template-columns: 86px minmax(0, 1fr);
  gap: clamp(24px, 4vw, 56px);
}

.section-heading--compact {
  margin-bottom: 40px;
  grid-template-columns: 64px minmax(0, 1fr);
}

.section-heading__marker {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding-top: 9px;
}

.section-heading__marker span {
  color: var(--pp-accent);
  font-size: 0.76rem;
  font-weight: 780;
  letter-spacing: 0.1em;
}

.section-heading__marker i {
  width: 100%;
  max-width: 62px;
  height: 1px;
  background: var(--pp-accent);
}

.section-heading .eyebrow {
  margin-bottom: 20px;
}

.section-heading h2 {
  max-width: 1080px;
}

.section-heading--compact h2 {
  max-width: 760px;
  font-size: clamp(2.35rem, 4.6vw, 4.35rem);
}

.section-copy {
  max-width: 720px;
  margin: 0;
  color: var(--pp-text-muted);
  font-size: clamp(1rem, 1.3vw, 1.12rem);
  line-height: 1.68;
}

/* Pillars */

.pillar-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--pp-border);
  border-bottom: 1px solid var(--pp-border);
}

.pillar {
  min-height: 420px;
  padding: 30px clamp(22px, 2.4vw, 34px) 32px;
  border-right: 1px solid var(--pp-border);
  transition:
    background 240ms ease,
    transform 240ms ease;
}

.pillar:last-child {
  border-right: 0;
}

.pillar:hover {
  background: rgba(255, 255, 255, 0.54);
  transform: translateY(-5px);
}

.pillar__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 62px;
}

.pillar__top span {
  color: var(--pp-accent);
  font-size: 0.72rem;
  font-weight: 780;
  letter-spacing: 0.12em;
}

.pillar__top i {
  width: 9px;
  height: 9px;
  border: 1px solid var(--pp-accent);
  border-radius: 50%;
}

.pillar__eyebrow {
  min-height: 42px;
  margin-bottom: 20px;
  color: var(--pp-text-muted);
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.45;
  text-transform: uppercase;
}

.pillar h3 {
  font-size: clamp(1.75rem, 2.6vw, 2.65rem);
}

.pillar > p:not(.pillar__eyebrow) {
  margin-bottom: 34px;
  color: #57524c;
  font-size: 0.92rem;
  line-height: 1.65;
}

.pillar small {
  display: block;
  padding-top: 18px;
  border-top: 1px solid var(--pp-border);
  color: var(--pp-text-muted);
  font-size: 0.68rem;
  font-weight: 650;
  letter-spacing: 0.03em;
}

.context-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 40px;
  padding: 26px 0;
  border-bottom: 1px solid var(--pp-border);
}

.context-cta span {
  display: block;
  margin-bottom: 5px;
  color: var(--pp-ink-primary);
  font-family: "Manrope Variable", Manrope, Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 730;
}

.context-cta p {
  margin: 0;
  color: var(--pp-text-muted);
  font-size: 0.83rem;
}

/* Architecture break */

.architecture-break {
  overflow: hidden;
  border-top: 1px solid var(--pp-border);
  border-bottom: 1px solid var(--pp-border);
  background: var(--pp-bg-primary);
}

.architecture-break__grid {
  display: grid;
  min-height: 560px;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  align-items: stretch;
}

.architecture-break__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: 76px;
  padding-right: clamp(36px, 6vw, 88px);
}

.architecture-break__copy h2 {
  margin-bottom: 26px;
  font-size: clamp(2.2rem, 4vw, 4.1rem);
}

.architecture-break__copy > p:last-child {
  max-width: 570px;
  margin: 0;
  color: var(--pp-text-muted);
  line-height: 1.7;
}

.architecture-break__image {
  position: relative;
  min-height: 560px;
  margin-right: calc(var(--page-gutter) * -1);
  overflow: hidden;
}

.architecture-break__image::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, var(--pp-bg-primary) 0%, rgba(243, 239, 232, 0.1) 30%, transparent);
  content: "";
  pointer-events: none;
}

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

/* Method */

.method-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  align-items: stretch;
  gap: clamp(44px, 7vw, 94px);
}

.method-visual {
  position: sticky;
  top: 112px;
  align-self: start;
  min-height: 650px;
  overflow: hidden;
  border-radius: 12px 72px 12px 12px;
  background: var(--pp-bg-secondary);
}

.method-visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(243, 239, 232, 0.12), rgba(17, 17, 17, 0.52));
  content: "";
  pointer-events: none;
}

.method-visual img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}

.method-visual__overlay {
  position: absolute;
  z-index: 2;
  right: 26px;
  bottom: 28px;
  left: 26px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  color: #ffffff;
}

.method-visual__overlay p {
  max-width: 250px;
  margin: 0;
  font-family: "Manrope Variable", Manrope, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 720;
  line-height: 1.2;
}

.method-visual__overlay span {
  color: #ded7ce;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.method-steps {
  border-top: 1px solid var(--pp-border);
}

.method-step {
  display: grid;
  min-height: 154px;
  grid-template-columns: 70px 1fr;
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid var(--pp-border);
}

.method-step > span {
  padding-top: 5px;
  color: var(--pp-accent);
  font-size: 0.72rem;
  font-weight: 780;
  letter-spacing: 0.1em;
}

.method-step h3 {
  margin-bottom: 9px;
  font-size: 1.42rem;
}

.method-step p {
  max-width: 500px;
  margin: 0;
  color: var(--pp-text-muted);
  font-size: 0.9rem;
  line-height: 1.62;
}

/* Comparison */

.comparison {
  border-top: 1px solid var(--pp-ink-primary);
}

.comparison__header,
.comparison__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.comparison__header {
  min-height: 76px;
  align-items: center;
  border-bottom: 1px solid var(--pp-border);
  color: var(--pp-text-muted);
  font-size: 0.72rem;
  font-weight: 730;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.comparison__header span {
  padding-inline: 30px;
}

.comparison__header span:last-child {
  border-left: 1px solid var(--pp-border);
}

.comparison__row {
  min-height: 102px;
  border-bottom: 1px solid var(--pp-border);
}

.comparison__row > div {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 25px 30px;
  color: #5d5851;
  font-size: clamp(0.9rem, 1.4vw, 1.06rem);
}

.comparison__row > div:last-child {
  border-left: 1px solid var(--pp-border);
  color: var(--pp-ink-primary);
  font-weight: 650;
}

.comparison__row span {
  color: #a39b92;
  font-size: 0.7rem;
  font-weight: 720;
}

.comparison__row svg {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  padding: 4px;
  border-radius: 50%;
  background: var(--pp-accent);
  color: white;
}

/* Segments */

.segment-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
  align-items: stretch;
  gap: clamp(36px, 6vw, 80px);
}

.segment-list {
  border-top: 1px solid var(--pp-border);
}

.segment-item {
  display: grid;
  min-height: 150px;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid var(--pp-border);
}

.segment-item > span {
  color: var(--pp-accent);
  font-size: 0.7rem;
  font-weight: 760;
}

.segment-item h3 {
  margin-bottom: 8px;
  font-size: 1.28rem;
}

.segment-item p {
  max-width: 590px;
  margin: 0;
  color: var(--pp-text-muted);
  font-size: 0.86rem;
  line-height: 1.58;
}

.segment-item > svg {
  width: 22px;
  height: 22px;
  color: #9f978e;
  transition:
    color 220ms ease,
    transform 220ms ease;
}

.segment-item:hover > svg {
  transform: translate(3px, -3px);
  color: var(--pp-accent);
}

.region-card {
  position: relative;
  min-height: 600px;
  overflow: hidden;
  border: 1px solid var(--pp-border);
  border-radius: 12px 12px 78px 12px;
  background: var(--pp-surface);
}

.region-card > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 61% center;
}

.region-card::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(243, 239, 232, 0.95) 76%);
  content: "";
}

.region-card__content {
  position: absolute;
  z-index: 2;
  right: 26px;
  bottom: 28px;
  left: 26px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.region-card__content > svg {
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  margin-top: 3px;
  color: var(--pp-accent);
}

.region-card__content span {
  display: block;
  margin-bottom: 7px;
  color: var(--pp-text-muted);
  font-size: 0.66rem;
  font-weight: 730;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.region-card__content h3 {
  margin-bottom: 9px;
  font-size: 1.55rem;
}

.region-card__content p {
  margin: 0;
  color: var(--pp-text-muted);
  font-size: 0.82rem;
  line-height: 1.55;
}

/* Transparency */

.transparency {
  position: relative;
  overflow: hidden;
  padding-block: var(--section-space);
  background: var(--pp-dark-section);
}

.transparency::after {
  position: absolute;
  top: -180px;
  right: -110px;
  width: 560px;
  height: 560px;
  border: 1px solid rgba(229, 106, 24, 0.2);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.transparency__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(52px, 8vw, 120px);
}

.transparency h2 {
  max-width: 650px;
  font-size: clamp(2.5rem, 4.8vw, 4.8rem);
}

.transparency__grid > div:first-child > p:last-child {
  max-width: 610px;
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
}

.commitment-list {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.commitment {
  display: grid;
  min-height: 104px;
  grid-template-columns: 48px 1fr auto;
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.commitment span {
  color: var(--pp-accent);
  font-size: 0.7rem;
  font-weight: 760;
}

.commitment p {
  margin: 0;
  color: #f3efe8;
  font-size: 0.92rem;
  font-weight: 560;
}

.commitment svg {
  width: 22px;
  height: 22px;
  padding: 4px;
  border: 1px solid rgba(229, 106, 24, 0.8);
  border-radius: 50%;
  color: var(--pp-accent);
}

/* Diagnostic */

.diagnostic-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(243, 239, 232, 0.97), rgba(243, 239, 232, 0.91)),
    url("/assets/fundo-diagnostico.jpg") center / cover;
}

.diagnostic-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(560px, 1.08fr);
  align-items: start;
  gap: clamp(48px, 8vw, 112px);
}

.diagnostic-intro {
  position: sticky;
  top: 120px;
}

.diagnostic-intro .section-heading {
  display: block;
}

.diagnostic-intro .section-heading__marker {
  width: 64px;
  margin-bottom: 26px;
}

.diagnostic-note {
  padding-top: 27px;
  border-top: 1px solid var(--pp-border);
}

.diagnostic-note > span {
  display: block;
  margin-bottom: 18px;
  color: var(--pp-text-muted);
  font-size: 0.7rem;
  font-weight: 720;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.diagnostic-note ol {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 20px;
  color: #57524c;
  font-size: 0.86rem;
  line-height: 1.55;
}

.diagnostic-note li::marker {
  color: var(--pp-accent);
  font-weight: 750;
}

.site-shell[data-page]:not([data-page="institucional"]) .diagnostic-note {
  padding: 24px 22px 22px;
  border-top-color: var(--niche-line);
  border-left: 3px solid var(--niche-line);
  background: color-mix(in srgb, var(--niche-tint) 38%, transparent);
}

.site-shell[data-page]:not([data-page="institucional"]) .pillar:nth-child(even) {
  background: color-mix(in srgb, var(--niche-tint) 32%, var(--pp-bg-secondary));
}

.site-shell[data-page]:not([data-page="institucional"]) .pillar__eyebrow {
  color: var(--niche-ink);
}

.diagnostic-card {
  min-height: 650px;
  padding: clamp(24px, 4vw, 48px);
  border: 1px solid var(--pp-border);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 28px 72px rgba(17, 17, 17, 0.07);
}

.form-progress {
  margin-bottom: 44px;
}

.form-progress__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 13px;
}

.form-progress__top span {
  color: var(--pp-accent);
  font-size: 0.68rem;
  font-weight: 760;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.form-progress__top strong {
  color: var(--pp-ink-primary);
  font-size: 0.75rem;
  font-weight: 700;
}

.form-progress__track {
  height: 3px;
  overflow: hidden;
  background: var(--pp-border);
}

.form-progress__track i {
  display: block;
  height: 100%;
  background: var(--pp-accent);
  transition: width 420ms cubic-bezier(0.19, 1, 0.22, 1);
}

.form-step__heading {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 20px;
  margin-bottom: 34px;
}

.form-step__heading > span {
  padding-top: 7px;
  color: var(--pp-accent);
  font-size: 0.72rem;
  font-weight: 760;
}

.form-step__heading h3 {
  margin-bottom: 7px;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
}

.form-step__heading p {
  margin: 0;
  color: var(--pp-text-muted);
  font-size: 0.86rem;
  line-height: 1.5;
}

.field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 18px;
}

.field {
  display: grid;
  gap: 8px;
  color: var(--pp-ink-primary);
  font-size: 0.76rem;
  font-weight: 700;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid var(--pp-border);
  border-radius: 7px;
  background: #ffffff;
  color: var(--pp-ink-primary);
  font-size: 0.91rem;
  font-weight: 480;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.field input,
.field select {
  min-height: 52px;
  padding-inline: 15px;
}

.field textarea {
  min-height: 118px;
  padding: 14px 15px;
  resize: vertical;
  line-height: 1.55;
}

.field input::placeholder,
.field textarea::placeholder {
  color: #9b948b;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--pp-accent);
  outline: none;
  box-shadow: 0 0 0 3px rgba(229, 106, 24, 0.12);
}

.field > small {
  color: var(--pp-text-muted);
  font-size: 0.68rem;
  font-weight: 520;
}

.choice-stack {
  display: grid;
  gap: 24px;
}

.choice-group {
  margin: 0;
  padding: 0 0 22px;
  border: 0;
  border-bottom: 1px solid var(--pp-border);
}

.choice-group legend {
  margin-bottom: 12px;
  color: var(--pp-ink-primary);
  font-size: 0.81rem;
  font-weight: 700;
}

.choice-group > div {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.choice-group label {
  cursor: pointer;
}

.choice-group input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.choice-group label span {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 0 17px;
  border: 1px solid var(--pp-border);
  border-radius: 7px;
  background: #ffffff;
  color: #5b554e;
  font-size: 0.8rem;
  font-weight: 620;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
}

.choice-group input:checked + span {
  border-color: var(--pp-accent);
  background: var(--pp-accent);
  color: white;
}

.choice-group input:focus-visible + span {
  outline: 3px solid rgba(229, 106, 24, 0.26);
  outline-offset: 3px;
}

.form-summary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0;
  border-top: 1px solid var(--pp-border);
}

.form-summary > div {
  padding: 14px 10px 14px 0;
  border-bottom: 1px solid var(--pp-border);
}

.form-summary > div:nth-child(even) {
  padding-left: 15px;
  border-left: 1px solid var(--pp-border);
}

.form-summary dt {
  margin-bottom: 3px;
  color: var(--pp-text-muted);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.form-summary dd {
  margin: 0;
  color: var(--pp-ink-primary);
  font-size: 0.82rem;
  font-weight: 620;
}

.privacy-note {
  margin: 20px 0 0;
  padding: 14px 16px;
  border-left: 2px solid var(--pp-accent);
  background: var(--pp-bg-primary);
  color: var(--pp-text-muted);
  font-size: 0.69rem;
  line-height: 1.55;
}

.form-error {
  margin: 20px 0 0;
  padding: 12px 14px;
  border: 1px solid #b63b2c;
  border-radius: 6px;
  background: #fff5f2;
  color: #7e261d;
  font-size: 0.78rem;
  font-weight: 620;
}

.form-success {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  padding: 12px 14px;
  border: 1px solid #8fb09e;
  border-radius: 6px;
  background: #f1f8f4;
  color: #215c45;
  font-size: 0.78rem;
  font-weight: 650;
}

.form-success svg {
  width: 20px;
  height: 20px;
}

.form-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid var(--pp-border);
}

/* FAQ */

.faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(560px, 1.3fr);
  gap: clamp(50px, 8vw, 120px);
}

.faq-grid .section-heading {
  align-self: start;
}

.faq-list {
  border-top: 1px solid var(--pp-border);
}

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

.faq-item button {
  display: grid;
  width: 100%;
  min-height: 92px;
  grid-template-columns: 48px minmax(0, 1fr) 28px;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  border: 0;
  background: transparent;
  color: var(--pp-ink-primary);
  cursor: pointer;
  text-align: left;
}

.faq-item button > span {
  color: var(--pp-accent);
  font-size: 0.68rem;
  font-weight: 760;
}

.faq-item button strong {
  font-family: "Manrope Variable", Manrope, Arial, sans-serif;
  font-size: clamp(0.98rem, 1.4vw, 1.14rem);
  font-weight: 680;
}

.faq-item button i {
  color: var(--pp-accent);
  font-family: "Inter Variable", Inter, Arial, sans-serif;
  font-size: 1.45rem;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}

.faq-item__answer {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition:
    grid-template-rows 320ms cubic-bezier(0.19, 1, 0.22, 1),
    opacity 220ms ease;
}

.faq-item__answer p {
  max-width: 720px;
  margin: 0 32px 0 64px;
  overflow: hidden;
  color: var(--pp-text-muted);
  font-size: 0.9rem;
  line-height: 1.68;
}

.faq-item--open .faq-item__answer {
  grid-template-rows: 1fr;
  opacity: 1;
}

.faq-item--open .faq-item__answer p {
  margin-bottom: 28px;
}

/* Final CTA */

.final-cta {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background: var(--pp-dark-section);
}

.final-cta > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  object-fit: cover;
}

.final-cta__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(23, 23, 23, 0.94) 0%, rgba(23, 23, 23, 0.75) 53%, rgba(23, 23, 23, 0.56)),
    linear-gradient(180deg, rgba(23, 23, 23, 0.08), rgba(23, 23, 23, 0.62));
}

.final-cta__content {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 620px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 60px;
  padding-block: 100px;
}

.final-cta h2 {
  max-width: 930px;
  margin-bottom: 24px;
  color: white;
  font-size: clamp(2.8rem, 5.8vw, 6rem);
}

.final-cta__content > div:first-child > p:last-child {
  max-width: 650px;
  margin: 0;
  color: #d4cec7;
  font-size: 1rem;
  line-height: 1.65;
}

.final-cta__action {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.final-cta__action span {
  max-width: 270px;
  color: #bcb5ad;
  font-size: 0.68rem;
  font-weight: 620;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-transform: uppercase;
}

/* Footer */

.site-footer {
  background: var(--pp-dark-section);
  color: #d9d3cc;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.2fr 0.65fr 1fr 0.82fr;
  gap: clamp(40px, 6vw, 90px);
  padding-block: 74px 64px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-brand img {
  width: min(100%, 230px);
  height: auto;
  object-fit: contain;
}

.footer-brand p {
  max-width: 270px;
  margin: 24px 0 0;
  color: #aaa39b;
  font-size: 0.83rem;
  line-height: 1.55;
}

.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.footer-column > span {
  margin-bottom: 10px;
  color: #8e877f;
  font-size: 0.67rem;
  font-weight: 720;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-column a,
.footer-column p {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #d9d3cc;
  font-size: 0.77rem;
  line-height: 1.55;
}

.footer-column a {
  transition: color 180ms ease;
}

.footer-column a:hover {
  color: var(--pp-accent);
}

.footer-column svg {
  width: 16px;
  height: 16px;
  color: var(--pp-accent);
}

.footer-bottom {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.footer-bottom p {
  margin: 0;
  color: #88817a;
  font-size: 0.65rem;
}

.mobile-whatsapp {
  display: none;
}

/* Responsive */

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

  .hero-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.82fr);
    gap: 44px;
  }

  .hero-visual {
    min-height: 540px;
  }

  .pillar-grid {
    grid-template-columns: 1fr 1fr;
  }

  .pillar {
    min-height: 360px;
    border-bottom: 1px solid var(--pp-border);
  }

  .pillar:nth-child(2) {
    border-right: 0;
  }

  .pillar:nth-child(3),
  .pillar:nth-child(4) {
    border-bottom: 0;
  }

  .diagnostic-grid {
    grid-template-columns: minmax(0, 0.65fr) minmax(520px, 1fr);
    gap: 48px;
  }

  .faq-grid {
    grid-template-columns: 0.72fr 1.28fr;
    gap: 50px;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 920px) {
  .header-inner {
    grid-template-columns: auto 1fr auto;
  }

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

  .menu-button {
    display: inline-flex;
    grid-column: 3;
  }

  .mobile-menu {
    position: fixed;
    z-index: 99;
    top: 76px;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    visibility: hidden;
    transform: translateY(-12px);
    opacity: 0;
    background: var(--pp-bg-primary);
    pointer-events: none;
    transition:
      opacity 220ms ease,
      transform 260ms cubic-bezier(0.19, 1, 0.22, 1),
      visibility 220ms;
  }

  .mobile-menu--open {
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .mobile-menu nav {
    display: grid;
    padding: 34px var(--page-gutter);
  }

  .mobile-menu nav > a:not(.mobile-menu__cta) {
    display: grid;
    min-height: 68px;
    grid-template-columns: 42px 1fr;
    align-items: center;
    border-bottom: 1px solid var(--pp-border);
    color: var(--pp-ink-primary);
    font-family: "Manrope Variable", Manrope, Arial, sans-serif;
    font-size: 1.22rem;
    font-weight: 690;
  }

  .mobile-menu nav > a span {
    color: var(--pp-accent);
    font-family: "Inter Variable", Inter, Arial, sans-serif;
    font-size: 0.65rem;
    font-weight: 750;
  }

  .mobile-menu__cta {
    display: flex;
    min-height: 54px;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    padding: 0 18px;
    border-radius: 7px;
    background: var(--pp-accent);
    color: white;
    font-family: "Manrope Variable", Manrope, Arial, sans-serif;
    font-size: 0.9rem;
    font-weight: 720;
  }

  .hero {
    min-height: auto;
  }

  .hero-grid {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 50px;
    padding-top: 86px;
  }

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

  .hero-copy h1 {
    max-width: 840px;
    font-size: clamp(3.35rem, 8.2vw, 5.1rem);
  }

  .hero-visual {
    min-height: 520px;
  }

  .architecture-break__grid,
  .method-layout,
  .segment-layout,
  .diagnostic-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .architecture-break__copy {
    padding-right: 0;
  }

  .architecture-break__image {
    min-height: 420px;
    margin-right: 0;
  }

  .method-visual,
  .diagnostic-intro {
    position: relative;
    top: auto;
  }

  .method-visual {
    min-height: 560px;
  }

  .method-visual img {
    height: 560px;
  }

  .segment-layout {
    gap: 50px;
  }

  .region-card {
    min-height: 520px;
  }

  .transparency__grid {
    grid-template-columns: 1fr;
  }

  .diagnostic-intro .section-heading {
    max-width: 760px;
  }

  .faq-grid .section-heading {
    margin-bottom: 0;
  }

  .final-cta__content {
    grid-template-columns: 1fr;
    align-items: end;
  }
}

@media (max-width: 700px) {
  :root {
    --page-gutter: 20px;
    --section-space: 82px;
  }

  html {
    scroll-padding-top: 80px;
  }

  h2 {
    font-size: clamp(2.18rem, 10.5vw, 3.5rem);
    line-height: 1;
  }

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

  .brand img {
    width: 166px;
  }

  .mobile-menu {
    top: 70px;
  }

  .hero {
    padding-top: 70px;
  }

  .hero::before {
    top: 420px;
    right: -190px;
  }

  .hero-grid {
    gap: 42px;
    padding-block: 64px 44px;
  }

  .hero-copy h1 {
    margin-bottom: 24px;
    font-size: clamp(2.82rem, 12.4vw, 3.8rem);
    line-height: 0.96;
  }

  .hero-lead {
    font-size: 0.97rem;
    line-height: 1.62;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

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

  .hero-visual {
    min-height: 470px;
    border-radius: 12px 12px 74px 12px;
  }

  .hero-visual img {
    object-position: 44% center;
  }

  .hero-visual__caption {
    right: 15px;
    bottom: 16px;
    left: 15px;
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .hero-visual__index {
    top: 20px;
    right: 20px;
  }

  .hero-pillar-strip {
    grid-template-columns: 1fr 1fr;
  }

  .hero-pillar-strip > div {
    min-height: 84px;
    padding-left: 0;
    border-bottom: 1px solid var(--pp-border);
  }

  .hero-pillar-strip > div:nth-child(2) {
    padding-left: 15px;
    border-right: 0;
  }

  .hero-pillar-strip > div:nth-child(3),
  .hero-pillar-strip > div:nth-child(4) {
    border-bottom: 0;
  }

  .hero-pillar-strip > div:nth-child(4) {
    padding-left: 15px;
  }

  .section-heading,
  .section-heading--compact {
    display: block;
  }

  .section-heading__marker {
    width: 64px;
    margin-bottom: 25px;
  }

  .section-heading .eyebrow {
    margin-bottom: 16px;
  }

  .section-heading--compact h2 {
    font-size: clamp(2.18rem, 10.5vw, 3.5rem);
  }

  .pillar-grid {
    grid-template-columns: 1fr;
  }

  .pillar {
    min-height: 0;
    padding: 28px 0 32px;
    border-right: 0;
    border-bottom: 1px solid var(--pp-border) !important;
  }

  .pillar:last-child {
    border-bottom: 0 !important;
  }

  .pillar__top {
    margin-bottom: 40px;
  }

  .pillar__eyebrow {
    min-height: 0;
  }

  .context-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .architecture-break__grid {
    padding-inline: 0;
  }

  .architecture-break__copy {
    padding: 72px var(--page-gutter);
  }

  .architecture-break__image {
    min-height: 330px;
  }

  .architecture-break__image::before {
    background: linear-gradient(180deg, var(--pp-bg-primary) 0%, transparent 28%);
  }

  .method-visual {
    min-height: 480px;
    border-radius: 10px 54px 10px 10px;
  }

  .method-visual img {
    height: 480px;
  }

  .method-step {
    min-height: 134px;
    grid-template-columns: 48px 1fr;
  }

  .comparison__header {
    font-size: 0.61rem;
  }

  .comparison__header span {
    padding-inline: 12px;
  }

  .comparison__row > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    padding: 20px 12px;
    font-size: 0.8rem;
  }

  .comparison__row > div:last-child {
    font-weight: 620;
  }

  .segment-item {
    min-height: 158px;
    grid-template-columns: 38px minmax(0, 1fr) 20px;
    gap: 12px;
  }

  .segment-item p {
    font-size: 0.8rem;
  }

  .region-card {
    min-height: 470px;
    border-radius: 10px 10px 58px 10px;
  }

  .transparency h2 {
    font-size: clamp(2.25rem, 11vw, 3.6rem);
  }

  .commitment {
    grid-template-columns: 36px 1fr 22px;
  }

  .diagnostic-card {
    min-height: 620px;
    padding: 24px 18px;
  }

  .field-grid {
    grid-template-columns: 1fr;
  }

  .form-step__heading {
    grid-template-columns: 40px 1fr;
    gap: 12px;
  }

  .choice-group > div {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .choice-group label span {
    width: 100%;
    justify-content: center;
    padding-inline: 10px;
  }

  .form-summary {
    grid-template-columns: 1fr;
  }

  .form-summary > div:nth-child(even) {
    padding-left: 0;
    border-left: 0;
  }

  .form-actions .button {
    min-width: 0;
    padding-inline: 16px;
  }

  .faq-item button {
    grid-template-columns: 34px minmax(0, 1fr) 26px;
    gap: 10px;
  }

  .faq-item__answer p {
    margin-left: 44px;
  }

  .final-cta,
  .final-cta__content {
    min-height: 610px;
  }

  .final-cta__content {
    gap: 38px;
    padding-block: 82px;
  }

  .final-cta h2 {
    font-size: clamp(2.8rem, 13vw, 4.6rem);
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    padding-block: 20px;
  }

  .mobile-whatsapp {
    position: fixed;
    z-index: 90;
    right: 16px;
    bottom: calc(16px + env(safe-area-inset-bottom));
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    gap: 8px;
    padding: 0 16px;
    border-radius: 100px;
    background: var(--pp-ink-primary);
    color: white;
    box-shadow: 0 10px 28px rgba(17, 17, 17, 0.18);
    font-size: 0.77rem;
    font-weight: 720;
  }

  .mobile-whatsapp svg {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 420px) {
  .choice-group > div {
    grid-template-columns: 1fr 1fr;
  }

  .form-actions {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .form-actions > span {
    display: none;
  }

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

@media (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  .hero-visual img {
    transform: scale(1.08);
  }
}

/* Conversion-focused revision — 2026-07-31 */

:root {
  --section-space: clamp(58px, 6.3vw, 84px);
}

.reveal {
  opacity: 1;
  transform: none;
  transition: none;
}

.page-progress {
  display: block;
}

.button--whatsapp {
  border-color: #25d366;
  background: #25d366;
  color: #ffffff;
}

.button--whatsapp:hover {
  border-color: #1fbd5b;
  background: #1fbd5b;
}

.button--whatsapp svg,
.final-cta__action svg {
  width: 19px;
  height: 19px;
}

/* Concise hero */

.hero--concise {
  min-height: auto;
  padding-top: 76px;
  padding-bottom: clamp(46px, 5vw, 66px);
}

.hero--concise::before {
  top: 118px;
  right: -12vw;
  opacity: 0.68;
}

.hero-intro {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(320px, 0.72fr);
  align-items: end;
  gap: clamp(48px, 7vw, 104px);
  padding-block: clamp(64px, 7vw, 92px) clamp(36px, 4vw, 52px);
}

.hero-intro .hero-copy h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(3.4rem, 5.8vw, 5.8rem);
  line-height: 0.94;
}

.hero-side {
  padding-bottom: 6px;
}

.hero-side > p {
  margin-bottom: 30px;
  color: #4b4741;
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  line-height: 1.7;
}

.hero-side .hero-actions {
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
}

.hero-side .hero-proof {
  margin-top: 28px;
}

.hero-panorama {
  position: relative;
  z-index: 1;
  aspect-ratio: 2400 / 753;
  max-height: 350px;
  overflow: hidden;
  border: 1px solid var(--pp-border);
  border-radius: 12px 12px 74px 12px;
  background: var(--pp-bg-secondary);
  box-shadow: 0 24px 64px rgba(17, 17, 17, 0.06);
}

.hero-panorama picture,
.hero-panorama picture img {
  width: 100%;
  height: 100%;
}

.hero-panorama picture {
  position: absolute;
  inset: 0;
}

.hero-panorama picture img {
  transform: none;
  object-fit: cover;
  object-position: center;
}

.hero-panorama .hero-visual__wash {
  background:
    linear-gradient(180deg, rgba(243, 239, 232, 0.05), rgba(243, 239, 232, 0.35)),
    linear-gradient(90deg, rgba(243, 239, 232, 0.22), transparent 45%);
}

.site-shell[data-page]:not([data-page="institucional"]) .hero-panorama .hero-visual__wash {
  background:
    linear-gradient(180deg, rgba(247, 244, 239, 0.04), rgba(247, 244, 239, 0.28)),
    linear-gradient(90deg, var(--niche-wash), transparent 54%);
}

.hero-panorama .hero-visual__caption {
  right: 20px;
  bottom: 20px;
  left: 20px;
  padding: 14px 16px;
}

.hero-panorama .hero-visual__caption strong {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.hero-panorama .hero-visual__caption strong svg {
  width: 16px;
  height: 16px;
  color: var(--pp-accent);
}

.hero-niche-card {
  position: absolute;
  z-index: 4;
  top: 22px;
  left: 22px;
  display: grid;
  min-width: 250px;
  gap: 5px;
  padding: 17px 19px 16px;
  border: 1px solid color-mix(in srgb, var(--niche-line) 74%, white);
  border-radius: 8px 8px 30px 8px;
  background: color-mix(in srgb, var(--niche-tint) 91%, white);
  box-shadow: 0 16px 38px rgba(17, 17, 17, 0.1);
}

.hero-niche-card small {
  color: var(--niche-ink);
  font-size: 0.58rem;
  font-weight: 790;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-niche-card strong {
  color: var(--pp-ink-primary);
  font-family: "Manrope Variable", Manrope, Arial, sans-serif;
  font-size: 1rem;
  letter-spacing: -0.025em;
}

.hero-niche-card > span {
  color: var(--pp-text-muted);
  font-size: 0.66rem;
  font-weight: 620;
}

/* Early diagnostic */

.diagnostic-section--early {
  border-top: 1px solid var(--pp-border);
  border-bottom: 1px solid var(--pp-border);
}

.diagnostic-section--early .diagnostic-grid {
  grid-template-columns: minmax(0, 0.68fr) minmax(580px, 1.12fr);
}

.diagnostic-section--early .diagnostic-card {
  min-height: 590px;
  scroll-margin-top: 96px;
}

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

.diagnostic-current-grid .choice-group {
  min-width: 0;
  padding: 16px;
  border: 1px solid var(--pp-border);
  border-radius: 7px;
  background: var(--pp-bg-primary);
}

.diagnostic-current-grid .choice-group > div {
  gap: 6px;
}

.diagnostic-current-grid .choice-group label span {
  min-height: 38px;
  padding-inline: 12px;
  font-size: 0.72rem;
}

.priority-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: start;
  gap: 18px;
  margin-top: 22px;
}

.priority-grid .field textarea {
  min-height: 86px;
}

/* Compact structure */

.structure-compact .section-heading,
.method-compact .section-heading {
  margin-bottom: clamp(44px, 5vw, 64px);
}

.structure-compact .pillar {
  min-height: 286px;
  padding-top: 26px;
}

.structure-compact .pillar__top {
  margin-bottom: 28px;
}

.structure-compact .pillar > p:not(.pillar__eyebrow) {
  margin-bottom: 18px;
}

/* Compact method and positioning */

.method-compact__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  align-items: stretch;
  gap: clamp(32px, 5vw, 70px);
}

.method-visual--wide {
  position: relative;
  top: auto;
  min-height: 0;
  aspect-ratio: 1800 / 844;
  border-radius: 12px 54px 12px 12px;
}

.method-visual--wide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.method-steps--grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--pp-border);
  border-radius: 10px;
  overflow: hidden;
}

.method-steps--grid .method-step {
  min-height: 0;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  padding: 26px 22px;
  border-bottom: 1px solid var(--pp-border);
}

.method-steps--grid .method-step:nth-child(odd) {
  border-right: 1px solid var(--pp-border);
}

.method-steps--grid .method-step:nth-child(3),
.method-steps--grid .method-step:nth-child(4) {
  border-bottom: 0;
}

.method-steps--grid .method-step h3 {
  font-size: 1.15rem;
}

.method-steps--grid .method-step p {
  font-size: 0.82rem;
}

.positioning-note {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(36px, 6vw, 90px);
  margin-top: 42px;
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid var(--pp-border);
  border-radius: 10px;
  background: var(--pp-bg-secondary);
}

.positioning-note .eyebrow {
  margin-bottom: 12px;
}

.positioning-note h3 {
  max-width: 560px;
  margin: 0;
  font-size: clamp(1.45rem, 2.4vw, 2.25rem);
}

.positioning-note ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.positioning-note li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--pp-ink-primary);
  font-size: 0.88rem;
  font-weight: 650;
}

.positioning-note li svg {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  padding: 4px;
  border-radius: 50%;
  background: var(--pp-accent);
  color: #ffffff;
}

/* Hiring and payment flow */

.hiring-section .section-heading {
  margin-bottom: clamp(38px, 4vw, 52px);
}

.hiring-section .section-heading h2 {
  max-width: 980px;
  font-size: clamp(2.35rem, 4.2vw, 4.2rem);
}

.hiring-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(400px, 0.96fr);
  align-items: stretch;
  gap: clamp(38px, 6vw, 82px);
}

.hiring-steps {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--pp-border);
  list-style: none;
}

.hiring-steps li {
  display: grid;
  min-height: 108px;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid var(--pp-border);
}

.hiring-steps li > span {
  color: var(--pp-accent);
  font-size: 0.7rem;
  font-weight: 780;
  letter-spacing: 0.1em;
}

.hiring-steps h3 {
  margin-bottom: 7px;
  font-size: 1.22rem;
}

.hiring-steps p {
  max-width: 660px;
  margin: 0;
  color: var(--pp-text-muted);
  font-size: 0.86rem;
  line-height: 1.6;
}

.payment-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(28px, 3.5vw, 42px);
  border: 1px solid var(--pp-border);
  border-radius: 12px 54px 12px 12px;
  background: var(--pp-surface);
  box-shadow: 0 26px 68px rgba(17, 17, 17, 0.06);
}

.payment-card .eyebrow {
  margin-bottom: 18px;
}

.payment-card__highlight {
  display: block;
  margin-bottom: 18px;
  color: var(--pp-accent);
  font-family: "Manrope Variable", Manrope, Arial, sans-serif;
  font-size: clamp(2.6rem, 4.8vw, 4.75rem);
  font-weight: 780;
  letter-spacing: -0.055em;
  line-height: 0.92;
}

.payment-card h3 {
  max-width: 480px;
  margin-bottom: 17px;
  font-size: clamp(1.55rem, 2.5vw, 2.35rem);
}

.payment-card > p:not(.eyebrow) {
  max-width: 600px;
  margin-bottom: 24px;
  color: var(--pp-text-muted);
  font-size: 0.88rem;
  line-height: 1.66;
}

.payment-card__rules {
  display: grid;
  width: 100%;
  gap: 0;
  margin-bottom: 22px;
  border-top: 1px solid var(--pp-border);
}

.payment-card__rules span {
  display: flex;
  min-height: 48px;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--pp-border);
  color: var(--pp-ink-primary);
  font-size: 0.76rem;
  font-weight: 650;
}

.payment-card__rules svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  padding: 3px;
  border-radius: 50%;
  background: var(--pp-accent);
  color: #ffffff;
}

.payment-card__rules b {
  display: inline-flex;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--pp-accent);
  color: #ffffff;
  font-size: 0.68rem;
  line-height: 1;
}

.payment-card small {
  display: block;
  margin-bottom: 26px;
  color: var(--pp-text-muted);
  font-size: 0.68rem;
  line-height: 1.55;
}

.payment-card .button {
  margin-top: auto;
}

/* Dark motion section */

.audience-rails {
  position: relative;
  scroll-margin-top: 79px;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: var(--pp-dark-section);
  color: #f3efe8;
}

.audience-rails__intro {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-inline: var(--page-gutter);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.audience-rails__intro span {
  color: var(--pp-accent);
  font-size: 0.64rem;
  font-weight: 780;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.audience-rails__intro p {
  margin: 0;
  color: #c7c0b8;
  font-size: 0.75rem;
}

.audience-rails .market-motion__rails {
  margin-top: 0;
  border-top: 0;
  border-bottom: 0;
}

.niche-shortcuts {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  align-items: center;
  gap: 28px;
  padding-block: 18px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.niche-shortcuts > span {
  color: #8f8880;
  font-size: 0.61rem;
  font-weight: 760;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.niche-shortcuts > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.niche-shortcuts a {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  gap: 8px;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 5px;
  color: #e7e1da;
  font-size: 0.65rem;
  font-weight: 650;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.niche-shortcuts a:hover {
  border-color: var(--pp-accent);
  background: rgba(229, 106, 24, 0.08);
  color: white;
}

.niche-shortcuts .button__arrow {
  width: auto;
  height: auto;
  font-size: 0.8rem;
}

.market-motion {
  position: relative;
  overflow: hidden;
  padding-block: clamp(72px, 8vw, 110px);
  background: var(--pp-dark-section);
  color: #f3efe8;
}

.market-motion::before {
  position: absolute;
  top: -280px;
  left: -220px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(229, 106, 24, 0.16);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.market-motion__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  align-items: center;
  gap: clamp(48px, 8vw, 112px);
}

.market-motion__copy h2 {
  max-width: 700px;
  margin-bottom: 26px;
  color: #ffffff;
  font-size: clamp(2.45rem, 4.3vw, 4.35rem);
}

.market-motion__copy > p:not(.eyebrow) {
  max-width: 610px;
  margin-bottom: 30px;
  color: #c7c0b8;
  font-size: 0.97rem;
  line-height: 1.7;
}

.market-motion__commitments {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.market-motion__commitments span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 100px;
  color: #e4ded7;
  font-size: 0.72rem;
  font-weight: 620;
}

.market-motion__commitments svg {
  width: 15px;
  height: 15px;
  color: var(--pp-accent);
}

.market-motion__commitments b {
  color: var(--pp-accent);
  font-size: 0.82rem;
  line-height: 1;
}

.market-motion__visual {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px 54px 12px 12px;
  background: #101214;
}

.journey-3d {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 360px;
  overflow: hidden;
  background:
    radial-gradient(circle at 75% 24%, rgba(229, 106, 24, 0.13), transparent 22%),
    linear-gradient(145deg, #111315 0%, #0d0e0f 100%);
}

.journey-3d__scene {
  position: absolute;
  inset: 0 0 58px;
  perspective: 1000px;
}

.journey-3d__grid {
  position: absolute;
  right: -12%;
  bottom: -42%;
  left: -12%;
  height: 92%;
  transform: rotateX(63deg);
  transform-origin: center bottom;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to top, #000 35%, transparent 94%);
}

.journey-3d__path {
  position: absolute;
  inset: 8% 4% 12%;
  width: 92%;
  height: 80%;
  overflow: visible;
  transform: rotateX(5deg) rotateY(-6deg);
  filter: drop-shadow(0 0 8px rgba(229, 106, 24, 0.15));
}

.journey-3d__path-base,
.journey-3d__path-flow {
  fill: none;
  stroke-linecap: round;
}

.journey-3d__path-base {
  stroke: rgba(255, 255, 255, 0.15);
  stroke-width: 2;
}

.journey-3d__path-flow {
  stroke: var(--pp-accent);
  stroke-width: 3;
  stroke-dasharray: 18 42;
  animation: journey-flow 5.5s linear infinite;
}

.journey-3d__nodes {
  position: absolute;
  inset: 17% 6% 18%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  gap: 12px;
  transform: rotateX(5deg) rotateY(-7deg);
  transform-style: preserve-3d;
}

.journey-3d__node {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 142px;
  flex-direction: column;
  justify-content: center;
  padding: 18px 15px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(19, 21, 22, 0.91);
  box-shadow: 12px 16px 28px rgba(0, 0, 0, 0.3);
  transform: translateZ(18px);
  transform-style: preserve-3d;
  animation: journey-node 6s ease-in-out infinite;
}

.journey-3d__node::before {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--pp-accent);
  box-shadow: 0 0 0 0 rgba(229, 106, 24, 0.3);
  content: "";
  animation: journey-pulse 6s ease-out infinite;
}

.journey-3d__node--2 {
  transform: translateY(-24px) translateZ(42px);
  animation-delay: -4.5s;
}

.journey-3d__node--2::before {
  animation-delay: -4.5s;
}

.journey-3d__node--3 {
  transform: translateY(18px) translateZ(28px);
  animation-delay: -3s;
}

.journey-3d__node--3::before {
  animation-delay: -3s;
}

.journey-3d__node--4 {
  transform: translateY(-14px) translateZ(58px);
  animation-delay: -1.5s;
}

.journey-3d__node--4::before {
  animation-delay: -1.5s;
}

.journey-3d__node > span {
  margin-bottom: 22px;
  color: var(--pp-accent);
  font-size: 0.61rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.journey-3d__node strong {
  margin-bottom: 7px;
  color: #ffffff;
  font-family: "Manrope Variable", Manrope, Arial, sans-serif;
  font-size: clamp(0.82rem, 1.15vw, 1rem);
}

.journey-3d__node small {
  color: #aaa39b;
  font-size: clamp(0.62rem, 0.8vw, 0.7rem);
  line-height: 1.45;
}

.journey-3d__signal {
  position: absolute;
  z-index: 5;
  top: 16%;
  right: 8%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--pp-accent);
  box-shadow: 0 0 0 9px rgba(229, 106, 24, 0.1), 0 0 24px rgba(229, 106, 24, 0.72);
  animation: journey-signal 6s ease-in-out infinite;
}

.journey-3d__caption {
  position: absolute;
  right: 16px;
  bottom: 14px;
  left: 16px;
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 7px;
  background: rgba(23, 23, 23, 0.84);
}

.journey-3d__caption span {
  color: #9f9891;
  font-size: 0.6rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.journey-3d__caption strong {
  color: #f3efe8;
  font-size: 0.67rem;
}

@keyframes journey-flow {
  to {
    stroke-dashoffset: -120;
  }
}

@keyframes journey-node {
  0%,
  68%,
  100% {
    border-color: rgba(255, 255, 255, 0.14);
    filter: brightness(1);
  }

  76% {
    border-color: rgba(229, 106, 24, 0.58);
    filter: brightness(1.12);
  }
}

@keyframes journey-pulse {
  0%,
  68%,
  100% {
    box-shadow: 0 0 0 0 rgba(229, 106, 24, 0.28);
  }

  82% {
    box-shadow: 0 0 0 10px rgba(229, 106, 24, 0);
  }
}

@keyframes journey-signal {
  0%,
  100% {
    opacity: 0.46;
    transform: translate3d(0, 0, 0);
  }

  50% {
    opacity: 1;
    transform: translate3d(-10px, 8px, 36px);
  }
}

.market-motion__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.market-motion__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(23, 23, 23, 0.02), rgba(23, 23, 23, 0.46)),
    linear-gradient(90deg, rgba(23, 23, 23, 0.28), transparent 55%);
  pointer-events: none;
}

.market-motion__caption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 7px;
  background: rgba(23, 23, 23, 0.74);
  backdrop-filter: blur(10px);
}

.market-motion__caption span {
  color: #aaa39b;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.market-motion__caption strong {
  color: #f3efe8;
  font-size: 0.76rem;
}

.market-motion__rails {
  position: relative;
  z-index: 1;
  margin-top: clamp(66px, 7vw, 96px);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.looping-rail {
  display: grid;
  min-height: 68px;
  grid-template-columns: 180px minmax(0, 1fr);
  align-items: center;
}

.looping-rail + .looping-rail {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.looping-rail__label {
  position: relative;
  z-index: 2;
  display: flex;
  height: 100%;
  align-items: center;
  padding-left: var(--page-gutter);
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  background: var(--pp-dark-section);
  color: var(--pp-accent);
  font-size: 0.65rem;
  font-weight: 760;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.looping-rail__viewport {
  min-width: 0;
  overflow: hidden;
}

.looping-rail__track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: rail-forward 34s linear infinite;
}

.looping-rail--reverse .looping-rail__track {
  animation-name: rail-reverse;
  animation-duration: 39s;
}

.looping-rail__group {
  display: flex;
  flex: 0 0 auto;
}

.looping-rail__group > span {
  display: inline-flex;
  min-height: 68px;
  align-items: center;
  gap: 13px;
  margin-right: 44px;
  color: #d8d2cb;
  font-size: 0.82rem;
  white-space: nowrap;
}

.looping-rail__group i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--pp-accent);
}

@keyframes rail-forward {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes rail-reverse {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

/* Shorter close */

.faq-compact .section-heading {
  margin-bottom: 0;
}

.final-cta--compact,
.final-cta--compact .final-cta__content {
  min-height: 480px;
}

.final-cta--compact .final-cta__content {
  padding-block: 72px;
}

.final-cta--compact h2 {
  font-size: clamp(2.7rem, 5vw, 5.1rem);
}

.footer-brand img {
  width: min(100%, 250px);
  opacity: 1;
  filter: none;
  image-rendering: auto;
  mix-blend-mode: normal;
}

.mobile-whatsapp {
  background: #25d366;
  color: #ffffff;
}

.mobile-whatsapp:hover {
  background: #1fbd5b;
}

body.menu-open .mobile-whatsapp {
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 1120px) {
  .hero-intro {
    grid-template-columns: minmax(0, 1.08fr) minmax(310px, 0.92fr);
    gap: 48px;
  }

  .diagnostic-section--early .diagnostic-grid {
    grid-template-columns: minmax(0, 0.62fr) minmax(540px, 1fr);
    gap: 46px;
  }

  .diagnostic-current-grid {
    grid-template-columns: 1fr;
  }

  .diagnostic-current-grid .choice-group {
    padding: 12px 14px;
  }

  .diagnostic-current-grid .choice-group > div {
    display: flex;
  }
}

@media (max-width: 920px) {
  .mobile-menu {
    z-index: 99;
    top: 76px;
    right: 0;
    bottom: auto;
    left: 0;
    height: calc(100dvh - 76px);
    overflow-y: auto;
    overscroll-behavior: contain;
    background: var(--pp-bg-primary);
    box-shadow: 0 24px 60px rgba(17, 17, 17, 0.12);
    isolation: isolate;
  }

  .hero-intro {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 38px;
  }

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

  .hero-side .hero-actions {
    align-items: flex-start;
    flex-direction: row;
  }

  .diagnostic-section--early .diagnostic-grid,
  .method-compact__grid,
  .hiring-layout,
  .market-motion__grid {
    grid-template-columns: 1fr;
  }

  .diagnostic-intro {
    position: relative;
    top: auto;
  }

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

  .method-compact__grid {
    gap: 34px;
  }

  .payment-card {
    max-width: 760px;
  }

  .market-motion__copy {
    max-width: 760px;
  }

  .market-motion__visual {
    max-width: 760px;
  }

  .looping-rail {
    grid-template-columns: 124px minmax(0, 1fr);
  }
}

@media (max-width: 700px) {
  :root {
    --section-space: 56px;
  }

  .page-progress {
    top: 70px;
  }

  .mobile-menu {
    top: 70px;
    height: calc(100dvh - 70px);
  }

  .hero--concise {
    padding-top: 70px;
    padding-bottom: 54px;
  }

  .hero-intro {
    gap: 30px;
    padding-block: 58px 34px;
  }

  .hero-intro .hero-copy h1 {
    font-size: clamp(2.72rem, 12vw, 3.68rem);
    line-height: 0.95;
  }

  .hero-side > p {
    font-size: 0.96rem;
    line-height: 1.62;
  }

  .hero-side .hero-actions {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
  }

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

  .hero-panorama {
    aspect-ratio: 16 / 7;
    min-height: 0;
    border-radius: 10px 10px 48px 10px;
  }

  .hero-panorama .hero-visual__caption {
    right: 12px;
    bottom: 12px;
    left: 12px;
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
    padding: 11px 12px;
  }

  .hero-panorama .hero-visual__caption span {
    font-size: 0.58rem;
  }

  .hero-panorama .hero-visual__caption strong {
    font-size: 0.72rem;
  }

  .hero-panorama .hero-visual__index {
    top: 16px;
    right: 16px;
  }

  .diagnostic-section--early .diagnostic-card {
    min-height: 0;
    scroll-margin-top: 84px;
  }

  .diagnostic-current-grid,
  .priority-grid {
    grid-template-columns: 1fr;
  }

  .diagnostic-current-grid .choice-group > div {
    display: flex;
  }

  .priority-grid {
    gap: 16px;
  }

  .structure-compact .pillar {
    min-height: 0;
  }

  .method-visual--wide {
    aspect-ratio: 16 / 10;
    min-height: 0;
  }

  .method-visual--wide img {
    height: 100%;
  }

  .method-steps--grid {
    grid-template-columns: 1fr;
  }

  .method-steps--grid .method-step {
    min-height: 124px;
    border-right: 0 !important;
    border-bottom: 1px solid var(--pp-border) !important;
  }

  .method-steps--grid .method-step:last-child {
    border-bottom: 0 !important;
  }

  .positioning-note {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 26px 22px;
  }

  .hiring-layout {
    gap: 34px;
  }

  .hiring-steps li {
    min-height: 112px;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
  }

  .payment-card {
    padding: 28px 22px;
    border-radius: 10px 40px 10px 10px;
  }

  .payment-card__highlight {
    font-size: clamp(2.7rem, 13vw, 4rem);
  }

  .payment-card .button {
    width: 100%;
  }

  .market-motion {
    padding-block: 68px;
  }

  .market-motion__grid {
    gap: 42px;
  }

  .market-motion__copy h2 {
    font-size: clamp(2.25rem, 10.5vw, 3.35rem);
  }

  .market-motion__visual {
    min-height: 330px;
    aspect-ratio: auto;
    border-radius: 10px 40px 10px 10px;
  }

  .audience-rails__intro {
    min-height: 48px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
    padding-block: 9px;
  }

  .journey-3d {
    min-height: 330px;
  }

  .journey-3d__scene {
    bottom: 55px;
  }

  .journey-3d__path {
    display: none;
  }

  .journey-3d__nodes {
    inset: 25px 18px 60px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    transform: rotateX(4deg) rotateY(-4deg);
  }

  .journey-3d__node,
  .journey-3d__node--2,
  .journey-3d__node--3,
  .journey-3d__node--4 {
    min-height: 102px;
    padding: 13px 12px;
    transform: translateZ(18px);
  }

  .journey-3d__node > span {
    margin-bottom: 10px;
  }

  .journey-3d__node small {
    font-size: 0.61rem;
  }

  .journey-3d__caption {
    right: 10px;
    bottom: 10px;
    left: 10px;
    min-height: 42px;
  }

  .journey-3d__caption strong {
    display: none;
  }

  .market-motion__caption {
    right: 12px;
    bottom: 12px;
    left: 12px;
    padding: 11px 12px;
  }

  .market-motion__rails {
    margin-top: 62px;
  }

  .looping-rail {
    min-height: 62px;
    grid-template-columns: 84px minmax(0, 1fr);
  }

  .looping-rail__label {
    padding-left: 16px;
    font-size: 0.56rem;
  }

  .looping-rail__group > span {
    min-height: 62px;
    margin-right: 32px;
    font-size: 0.76rem;
  }

  .faq-compact .faq-grid {
    gap: 38px;
  }

  .final-cta--compact,
  .final-cta--compact .final-cta__content {
    min-height: 520px;
  }

  .final-cta--compact .final-cta__content {
    padding-block: 74px;
  }

  .footer-main {
    padding-block: 60px 52px;
  }

  .mobile-whatsapp {
    background: #25d366;
    box-shadow: 0 10px 28px rgba(10, 102, 48, 0.24);
  }
}

@media (prefers-reduced-motion: reduce) {
  .looping-rail__track,
  .journey-3d__path-flow,
  .journey-3d__node,
  .journey-3d__node::before,
  .journey-3d__signal {
    transform: none !important;
    animation: none !important;
  }
}

/* BOFU service scope */

.scope-strip {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: clamp(34px, 6vw, 84px);
  margin-top: clamp(42px, 6vw, 74px);
  padding-block: 28px;
  border-top: 1px solid var(--pp-border);
  border-bottom: 1px solid var(--pp-border);
}

.scope-strip > div > span {
  display: block;
  margin-bottom: 10px;
  color: var(--pp-ink-primary);
  font-family: "Manrope Variable", Manrope, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 760;
  letter-spacing: -0.025em;
}

.scope-strip > div > p {
  max-width: 460px;
  margin: 0;
  color: var(--pp-text-muted);
  font-size: 0.77rem;
  line-height: 1.6;
}

.scope-strip ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.scope-strip li {
  position: relative;
  min-height: 42px;
  padding: 12px 0 10px 18px;
  border-bottom: 1px solid var(--pp-border);
  color: var(--pp-ink-primary);
  font-size: 0.76rem;
  font-weight: 650;
}

.scope-strip li::before {
  position: absolute;
  top: 18px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--pp-accent);
  content: "";
}

.site-shell[data-page]:not([data-page="institucional"]) .scope-strip {
  padding-inline: 22px;
  border-color: var(--niche-line);
  background: color-mix(in srgb, var(--niche-tint) 24%, transparent);
}

/* Multipage extensions */

.footer-main {
  grid-template-columns: 1.15fr 1.05fr 1fr 0.82fr;
}

.footer-column--solutions a {
  line-height: 1.4;
}

.footer-column a > span:first-child {
  display: inline-flex;
  width: 16px;
  flex: 0 0 16px;
  justify-content: center;
  color: var(--pp-accent);
  font-weight: 780;
}

@media (max-width: 920px) {
  .niche-shortcuts {
    grid-template-columns: 1fr;
    gap: 12px;
  }

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

@media (max-width: 700px) {
  html {
    scroll-padding-top: 72px;
  }

  .breadcrumb {
    margin-bottom: 17px;
    font-size: 0.62rem;
  }

  .hero-niche-card {
    display: none;
  }

  .niche-shortcuts {
    padding-block: 16px 18px;
  }

  .niche-shortcuts > div {
    display: grid;
    grid-template-columns: 1fr;
  }

  .niche-shortcuts a {
    min-height: 40px;
    justify-content: space-between;
    padding-inline: 13px;
  }

  .footer-main {
    grid-template-columns: 1fr;
  }

  .scope-strip,
  .scope-strip ul {
    grid-template-columns: 1fr;
  }

  .scope-strip {
    gap: 22px;
    padding-block: 24px;
  }

  .site-shell[data-page]:not([data-page="institucional"]) .scope-strip {
    padding-inline: 18px;
  }
}

/* Curated visual system — Brasília + sector context */

.hero-panorama.hero-mosaic {
  min-height: clamp(390px, 34vw, 500px);
  max-height: 500px;
  aspect-ratio: 16 / 5.9;
  isolation: isolate;
  background: var(--pp-border);
}

.hero-mosaic__grid {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.48fr) minmax(190px, 0.72fr) minmax(240px, 0.92fr);
  gap: 4px;
  background: var(--pp-border);
}

.hero-mosaic__tile {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: var(--pp-bg-secondary);
}

.hero-mosaic__tile::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(17, 17, 17, 0.02), rgba(17, 17, 17, 0.18)),
    linear-gradient(90deg, rgba(247, 244, 239, 0.09), transparent 38%);
  content: "";
  pointer-events: none;
}

.hero-mosaic__tile img {
  width: 100%;
  height: 100%;
  transform: scale(1.005);
  object-fit: cover;
  object-position: var(--focus, center);
  transition: transform 950ms cubic-bezier(0.19, 1, 0.22, 1), filter 500ms ease;
}

.hero-mosaic:hover .hero-mosaic__tile img {
  transform: scale(1.035);
  filter: saturate(0.96) contrast(1.015);
}

.hero-mosaic:hover .hero-mosaic__tile:nth-child(2) img {
  transform: scale(1.025) translateY(-0.4%);
}

.hero-mosaic:hover .hero-mosaic__tile:nth-child(3) img {
  transform: scale(1.03) translateX(-0.35%);
}

.hero-mosaic .hero-visual__wash {
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(247, 244, 239, 0.02) 0%, rgba(247, 244, 239, 0.04) 50%, rgba(17, 17, 17, 0.18) 100%),
    linear-gradient(90deg, rgba(247, 244, 239, 0.18), transparent 38%);
}

.site-shell[data-page]:not([data-page="institucional"]) .hero-mosaic .hero-visual__wash {
  background:
    linear-gradient(180deg, rgba(247, 244, 239, 0.02) 0%, rgba(247, 244, 239, 0.04) 52%, rgba(17, 17, 17, 0.2) 100%),
    linear-gradient(90deg, var(--niche-wash), transparent 42%);
}

.hero-mosaic .hero-visual__caption,
.hero-mosaic .hero-visual__index {
  z-index: 5;
}

.hero-mosaic .hero-visual__caption {
  border-color: rgba(255, 255, 255, 0.68);
  background: rgba(247, 244, 239, 0.88);
  box-shadow: 0 12px 30px rgba(17, 17, 17, 0.08);
}

.hero-mosaic .hero-niche-card {
  z-index: 6;
}

@media (max-width: 920px) {
  .hero-panorama.hero-mosaic {
    min-height: 440px;
    aspect-ratio: 16 / 7.4;
  }

  .hero-mosaic__grid {
    grid-template-columns: minmax(0, 1.35fr) minmax(160px, 0.65fr) minmax(190px, 0.8fr);
  }
}

@media (max-width: 700px) {
  .hero-panorama.hero-mosaic {
    min-height: 470px;
    max-height: none;
    aspect-ratio: auto;
  }

  .hero-mosaic__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: minmax(0, 1.58fr) minmax(0, 0.92fr);
    gap: 3px;
  }

  .hero-mosaic__tile--main {
    grid-column: 1 / -1;
  }

  .hero-mosaic .hero-visual__caption {
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .hero-mosaic .hero-visual__index {
    top: 14px;
    right: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-mosaic__tile img,
  .hero-mosaic:hover .hero-mosaic__tile img,
  .hero-mosaic:hover .hero-mosaic__tile:nth-child(2) img,
  .hero-mosaic:hover .hero-mosaic__tile:nth-child(3) img {
    transform: none;
    transition: none;
  }
}

/* Precision pass — typography, clean imagery and exact brand punctuation */

h1,
h2,
h3 {
  font-weight: 740;
  letter-spacing: -0.038em;
  text-wrap: balance;
}

h2,
.section-heading h2,
.section-heading--compact h2,
.architecture-break__copy h2,
.hiring-section .section-heading h2,
.market-motion__copy h2,
.transparency h2 {
  font-size: clamp(2.1rem, 3.65vw, 3.7rem);
  line-height: 1.04;
}

h3,
.pillar h3,
.method-step h3,
.method-steps--grid .method-step h3,
.segment-item h3,
.region-card__content h3,
.hiring-steps h3,
.payment-card h3,
.positioning-note h3 {
  font-size: clamp(1.22rem, 1.65vw, 1.7rem);
  line-height: 1.18;
}

.hero-intro {
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  align-items: center;
  gap: clamp(44px, 6vw, 82px);
  padding-block: clamp(54px, 5.8vw, 76px) clamp(30px, 3vw, 42px);
}

.hero-intro .hero-copy h1 {
  max-width: 760px;
  font-size: clamp(2.9rem, 4.25vw, 4.15rem);
  line-height: 1.01;
}

.hero-side > p {
  max-width: 520px;
  margin-bottom: 26px;
  font-size: clamp(0.98rem, 1.12vw, 1.08rem);
  line-height: 1.65;
}

.hero-side .hero-actions {
  gap: 17px;
}

.hero-side .hero-proof {
  margin-top: 24px;
}

.hero-photo--home {
  min-height: 0;
  max-height: 410px;
  aspect-ratio: 2400 / 753;
  border-radius: 12px 12px 74px 12px;
}

.hero-photo picture,
.hero-photo img {
  width: 100%;
  height: 100%;
}

.hero-photo picture {
  position: absolute;
  inset: 0;
}

.hero-photo img {
  object-fit: cover;
  object-position: 50% 50%;
}

.hero-panorama.hero-mosaic {
  min-height: clamp(350px, 31vw, 450px);
  max-height: 450px;
  aspect-ratio: 16 / 5.7;
  border-color: var(--niche-line);
  border-radius: 12px 12px 74px 12px;
  background: var(--niche-tint);
  box-shadow: 0 22px 54px color-mix(in srgb, var(--niche-ink) 12%, transparent);
}

.hero-mosaic__tile::after {
  display: none;
}

.hero-mosaic__tile img,
.hero-mosaic:hover .hero-mosaic__tile img,
.hero-mosaic:hover .hero-mosaic__tile:nth-child(2) img,
.hero-mosaic:hover .hero-mosaic__tile:nth-child(3) img {
  transform: none;
  filter: none;
}

.theme-odontologia .hero-mosaic__grid,
.theme-estetica .hero-mosaic__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.theme-opme .hero-mosaic__grid {
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 1fr) minmax(190px, 0.7fr);
}

.site-shell[data-page]:not([data-page="institucional"]) .hero {
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--niche-tint) 34%, transparent), transparent 72%),
    var(--pp-bg-primary);
}

.site-shell[data-page]:not([data-page="institucional"]) .diagnostic-section--early {
  background: color-mix(in srgb, var(--niche-tint) 18%, var(--pp-bg-primary));
}

.site-shell[data-page]:not([data-page="institucional"]) .structure-compact,
.site-shell[data-page]:not([data-page="institucional"]) .hiring-section {
  background: color-mix(in srgb, var(--niche-tint) 38%, var(--pp-bg-secondary));
}

.site-shell[data-page]:not([data-page="institucional"]) .faq-compact {
  background: color-mix(in srgb, var(--niche-tint) 14%, var(--pp-bg-primary));
}

.final-cta > img {
  display: none;
}

.final-cta,
.final-cta--compact {
  background:
    radial-gradient(circle at 88% 28%, rgba(229, 106, 24, 0.11), transparent 24%),
    linear-gradient(125deg, #171717, #202020 58%, #171717);
}

.final-cta h2,
.final-cta--compact h2 {
  font-size: clamp(2.45rem, 4.35vw, 4.35rem);
  line-height: 1.02;
}

.brand {
  position: relative;
  width: clamp(162px, 17vw, 206px);
  flex: 0 0 auto;
  line-height: 0;
}

.brand img {
  width: 100%;
  clip-path: inset(0 3.6% 0 0);
}

.brand::after,
.footer-logo-mark::after {
  position: absolute;
  right: 0.15%;
  bottom: 3%;
  width: 2.45%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--pp-accent);
  content: "";
}

.footer-logo-mark {
  position: relative;
  display: block;
  width: min(100%, 250px);
  line-height: 0;
}

.footer-logo-mark img,
.footer-brand .footer-logo-mark img {
  width: 100%;
  clip-path: inset(0 3.6% 0 0);
}

.footer-column a,
.footer-column p,
.footer-bottom p {
  overflow-wrap: anywhere;
}

.payment-methods {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 18px 0 20px;
}

.payment-methods span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 6px 9px;
  border: 1px solid color-mix(in srgb, var(--pp-border) 86%, transparent);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.42);
  color: var(--pp-text-muted);
  font-size: 0.64rem;
  font-weight: 690;
  letter-spacing: 0.015em;
}

.mobile-whatsapp {
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.mobile-whatsapp--hidden {
  display: none;
  visibility: hidden;
  transform: translateY(12px);
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 920px) {
  .hero-intro {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .hero-side {
    max-width: 720px;
  }

  .hero-intro .hero-copy h1 {
    max-width: 760px;
    font-size: clamp(2.7rem, 6.4vw, 3.7rem);
  }
}

@media (max-width: 700px) {
  :root {
    --section-space: 64px;
  }

  h2,
  .section-heading h2,
  .section-heading--compact h2,
  .architecture-break__copy h2,
  .hiring-section .section-heading h2,
  .market-motion__copy h2,
  .transparency h2 {
    font-size: clamp(1.95rem, 8.2vw, 2.55rem);
    line-height: 1.08;
  }

  h3,
  .pillar h3,
  .method-step h3,
  .method-steps--grid .method-step h3,
  .segment-item h3,
  .region-card__content h3,
  .hiring-steps h3,
  .payment-card h3,
  .positioning-note h3 {
    font-size: clamp(1.18rem, 5.5vw, 1.42rem);
    line-height: 1.2;
  }

  .hero--concise {
    padding-bottom: 46px;
  }

  .hero-intro {
    gap: 24px;
    padding-block: 42px 28px;
  }

  .hero-intro .hero-copy h1 {
    font-size: clamp(2.15rem, 10.2vw, 2.55rem);
    line-height: 1.03;
  }

  .hero-copy .eyebrow {
    margin-bottom: 18px;
  }

  .breadcrumb {
    margin-bottom: 13px;
  }

  .hero-side > p {
    margin-bottom: 22px;
    font-size: 0.94rem;
    line-height: 1.6;
  }

  .hero-side .hero-actions {
    gap: 14px;
  }

  .hero-side .hero-proof {
    margin-top: 20px;
  }

  .hero-photo--home {
    min-height: 168px;
    max-height: none;
    aspect-ratio: 16 / 7.6;
    border-radius: 10px 10px 48px 10px;
  }

  .hero-panorama.hero-mosaic {
    min-height: clamp(448px, 124vw, 492px);
    max-height: none;
    aspect-ratio: auto;
    border-radius: 10px 10px 48px 10px;
  }

  .hero-mosaic__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: minmax(0, 0.96fr) minmax(0, 1.04fr);
  }

  .hero-mosaic__tile--main {
    grid-column: 1 / -1;
  }

  .theme-odontologia .hero-mosaic__grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .theme-odontologia .hero-mosaic__tile--main {
    grid-row: 1 / -1;
    grid-column: 1;
  }

  .theme-estetica .hero-mosaic__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .theme-opme .hero-mosaic__grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  }

  .final-cta h2,
  .final-cta--compact h2 {
    font-size: clamp(2.25rem, 10vw, 2.9rem);
    line-height: 1.05;
  }

  .brand {
    width: 166px;
  }

  .footer-main {
    gap: 36px;
  }
}

/* Reference fidelity pass — old-page type rhythm and selected Congress hero */

:root {
  --pp-bg-primary: #f3efe8;
  --pp-bg-secondary: #ece6dd;
}

body {
  font-size: 16px;
  line-height: 1.62;
}

h1,
h2,
h3 {
  font-weight: 800;
  letter-spacing: -0.022em;
}

h2,
.section-heading h2,
.section-heading--compact h2,
.architecture-break__copy h2,
.hiring-section .section-heading h2,
.market-motion__copy h2,
.transparency h2 {
  font-size: clamp(2rem, 3.45vw, 3.125rem);
  line-height: 1.08;
}

h3,
.pillar h3,
.method-step h3,
.method-steps--grid .method-step h3,
.segment-item h3,
.region-card__content h3,
.hiring-steps h3,
.payment-card h3,
.positioning-note h3 {
  font-size: clamp(1.18rem, 1.5vw, 1.55rem);
  line-height: 1.2;
}

.section-copy,
.hero-side > p {
  font-size: clamp(0.98rem, 1.05vw, 1.06rem);
}

.hero-intro .hero-copy h1 {
  max-width: 780px;
  font-size: clamp(2.65rem, 3.85vw, 3.5rem);
  font-weight: 800;
  letter-spacing: -0.026em;
  line-height: 1.03;
}

.hero--home {
  min-height: auto;
  padding-bottom: clamp(52px, 6vw, 76px);
}

.hero-intro--home {
  grid-template-areas:
    "copy visual"
    "side visual";
  grid-template-columns: minmax(0, 1.08fr) minmax(430px, 0.92fr);
  grid-template-rows: auto auto;
  align-items: start;
  gap: 28px clamp(48px, 6vw, 88px);
  padding-block: clamp(54px, 6vw, 82px) 0;
}

.hero-intro--home .hero-copy {
  grid-area: copy;
}

.hero-intro--home .hero-side {
  grid-area: side;
  max-width: 650px;
  padding-bottom: 0;
}

.hero-intro--home .hero-side > p {
  max-width: 590px;
  margin-bottom: 26px;
}

.hero-intro--home .hero-side .hero-actions {
  align-items: flex-start;
  flex-direction: row;
  gap: 18px;
}

.hero-intro--home .hero-side .hero-proof {
  max-width: 590px;
  margin-top: 25px;
}

.hero-intro--home .hero-photo--home {
  grid-area: visual;
  width: 100%;
  min-height: 0;
  max-height: none;
  align-self: center;
  aspect-ratio: 1251 / 925;
  border-color: color-mix(in srgb, var(--pp-border) 88%, transparent);
  border-radius: 12px 12px 72px 12px;
  background: #eee8df;
  box-shadow: 0 26px 68px rgba(17, 17, 17, 0.08);
}

.hero-intro--home .hero-photo--home img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.hero-intro--home .headline-accent {
  display: block;
  color: var(--pp-accent);
}

.hero-intro--home .headline-accent .headline-dot {
  color: inherit;
}

.payment-card__highlight {
  font-size: clamp(2.25rem, 3.7vw, 3.5rem);
  letter-spacing: -0.035em;
  line-height: 1;
}

.payment-methods span {
  white-space: normal;
}

.brand img,
.footer-logo-mark img,
.footer-brand .footer-logo-mark img {
  clip-path: none;
}

.brand::after,
.footer-logo-mark::after {
  display: none;
}

.footer-logo-mark {
  width: min(100%, 250px);
}

.footer-column a,
.footer-column p,
.footer-bottom p {
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
}

@media (max-width: 1120px) {
  .hero-intro--home {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.88fr);
    gap: 26px 48px;
  }
}

@media (max-width: 920px) {
  .hero-intro--home {
    grid-template-areas:
      "copy"
      "side"
      "visual";
    grid-template-columns: minmax(0, 1fr);
    gap: 26px;
  }

  .hero-intro--home .hero-side {
    max-width: 760px;
  }

  .hero-intro--home .hero-photo--home {
    width: min(100%, 760px);
    margin-top: 8px;
  }
}

@media (max-width: 700px) {
  :root {
    --section-space: 60px;
  }

  body {
    font-size: 15.5px;
  }

  h2,
  .section-heading h2,
  .section-heading--compact h2,
  .architecture-break__copy h2,
  .hiring-section .section-heading h2,
  .market-motion__copy h2,
  .transparency h2 {
    font-size: clamp(1.9rem, 8.2vw, 2.2rem);
    line-height: 1.09;
  }

  h3,
  .pillar h3,
  .method-step h3,
  .method-steps--grid .method-step h3,
  .segment-item h3,
  .region-card__content h3,
  .hiring-steps h3,
  .payment-card h3,
  .positioning-note h3 {
    font-size: clamp(1.12rem, 5vw, 1.3rem);
  }

  .hero-intro .hero-copy h1 {
    font-size: clamp(2rem, 8.7vw, 2.25rem);
    line-height: 1.04;
  }

  .hero--home {
    padding-bottom: 48px;
  }

  .hero-intro--home {
    gap: 23px;
    padding-block: 42px 0;
  }

  .hero-intro--home .hero-copy .eyebrow {
    margin-bottom: 18px;
  }

  .hero-intro--home .hero-side > p {
    margin-bottom: 22px;
    font-size: 0.94rem;
    line-height: 1.62;
  }

  .hero-intro--home .hero-side .hero-actions {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
    gap: 12px;
  }

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

  .hero-intro--home .hero-side .hero-proof {
    margin-top: 20px;
  }

  .hero-intro--home .hero-photo--home {
    width: 100%;
    min-height: 0;
    margin-top: 4px;
    aspect-ratio: 1251 / 925;
    border-radius: 10px 10px 48px 10px;
  }

  .payment-card__highlight {
    font-size: clamp(2.2rem, 9.4vw, 2.45rem);
    line-height: 1.02;
  }

  .payment-methods {
    gap: 6px;
  }

  .payment-methods span {
    max-width: 100%;
    font-size: 0.63rem;
  }

  .looping-rail__viewport {
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
  }

  .looping-rail__viewport::-webkit-scrollbar {
    display: none;
  }

  .looping-rail__track,
  .looping-rail--reverse .looping-rail__track {
    transform: none;
    animation: none;
  }

  .looping-rail__group[aria-hidden="true"] {
    display: none;
  }

  .final-cta h2,
  .final-cta--compact h2 {
    font-size: clamp(2.1rem, 9vw, 2.6rem);
  }
}
