/* PCP Pro ? Home (layout limpo / precis?o industrial)
   Escopo: body.page-home ? n?o altera landings internas */

.page-home {
  --hp-ink: #12161a;
  --hp-muted: #5c6670;
  --hp-line: rgba(18, 22, 26, 0.12);
  --hp-paper: #f3f1ee;
  --hp-surface: #ffffff;
  --hp-steel: #1a2330;
  --hp-steel-mid: #243041;
  --hp-accent: #e86a12;
  --hp-accent-hover: #d05c0c;
  --hp-cool: #2a7a8c;
  --hp-font-display: "Archivo", "Segoe UI", sans-serif;
  --hp-font-body: "IBM Plex Sans", "Segoe UI", sans-serif;
  --hp-nav-h: 4.25rem;

  background: var(--hp-paper);
  color: var(--hp-ink);
  font-family: var(--hp-font-body);
  font-weight: 400;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

.page-home h1,
.page-home h2,
.page-home h3,
.page-home h4,
.page-home .hp-display {
  font-family: var(--hp-font-display);
  font-weight: 650;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: var(--hp-ink);
}

.page-home h2::after {
  display: none;
}

.page-home .text-secondary {
  color: var(--hp-muted) !important;
}

.page-home a {
  color: inherit;
}

.page-home .hp-wrap {
  width: min(1120px, calc(100% - 2.5rem));
  margin-inline: auto;
}

.page-home .hp-wrap-wide {
  width: min(1280px, calc(100% - 2rem));
  margin-inline: auto;
}

/* ---------- Header ---------- */
.page-home .topbar {
  display: none !important;
}

.page-home .hp-header {
  --hp-header-fg: rgba(255, 255, 255, 0.78);
  --hp-header-fg-strong: #ffffff;
  --hp-header-bg: transparent;
  --hp-header-border: transparent;
  --hp-header-cta-bg: var(--hp-accent);
  --hp-header-cta-fg: #fff;
  --hp-logo-filter: brightness(0) invert(1);

  position: fixed;
  top: 0 !important;
  left: 0;
  right: 0;
  z-index: 1040;
  height: var(--hp-nav-h);
  background: var(--hp-header-bg);
  border-bottom: 1px solid var(--hp-header-border);
  transition:
    background 0.35s ease,
    border-color 0.35s ease,
    height 0.35s ease,
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s ease;
}

/* Ao rolar: fundo sólido escuro — mantém texto/logo brancos para contraste */
.page-home .hp-header.is-scrolled,
.page-home .hp-header.elevated {
  --hp-header-fg: rgba(255, 255, 255, 0.78);
  --hp-header-fg-strong: #ffffff;
  --hp-header-bg: var(--hp-steel);
  --hp-header-border: rgba(255, 255, 255, 0.1);
  --hp-header-cta-bg: var(--hp-accent);
  --hp-header-cta-fg: #fff;
  --hp-logo-filter: brightness(0) invert(1);
  height: 3.75rem;
  background: var(--hp-header-bg);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.18);
}

.page-home .hp-header.is-hidden {
  transform: translateY(-100%);
}

.page-home .hp-header.is-menu-open {
  --hp-header-fg: var(--hp-muted);
  --hp-header-fg-strong: var(--hp-ink);
  --hp-header-bg: rgba(255, 255, 255, 0.98);
  --hp-header-border: var(--hp-line);
  --hp-logo-filter: none;
  transform: none;
}

.page-home .hp-header-progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: transparent;
  overflow: hidden;
  pointer-events: none;
}

.page-home .hp-header-progress span {
  display: block;
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--hp-accent), var(--hp-cool));
  transform-origin: left center;
  transition: width 0.05s linear;
}

.page-home .hp-header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.page-home .hp-logo {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
  transition: opacity 0.2s ease, transform 0.25s ease;
}

.page-home .hp-logo:hover {
  opacity: 0.88;
  transform: translateY(-1px);
}

.page-home .hp-logo img {
  height: 30px;
  width: auto;
  filter: var(--hp-logo-filter);
  transition: filter 0.35s ease, height 0.35s ease;
}

.page-home .hp-header.is-scrolled .hp-logo img,
.page-home .hp-header.elevated .hp-logo img {
  height: 26px;
}

.page-home .hp-nav {
  display: none;
  flex: 1;
  justify-content: center;
}

.page-home .hp-nav-list {
  list-style: none;
  margin: 0;
  padding: 0.2rem;
  display: flex;
  align-items: center;
  gap: 0.15rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}

.page-home .hp-header.is-scrolled .hp-nav-list,
.page-home .hp-header.elevated .hp-nav-list {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.1);
}

.page-home .hp-header.is-menu-open .hp-nav-list {
  background: rgba(18, 22, 26, 0.04);
  border-color: rgba(18, 22, 26, 0.06);
}

.page-home .hp-nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0.7rem;
  font-family: var(--hp-font-body);
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: var(--hp-header-fg) !important;
  text-decoration: none;
  border-radius: 3px;
  transition: color 0.2s ease, background 0.2s ease;
}

.page-home .hp-nav-link:hover,
.page-home .hp-nav-link:focus-visible {
  color: var(--hp-header-fg-strong) !important;
  background: rgba(255, 255, 255, 0.1);
  outline: none;
}

.page-home .hp-header.is-scrolled .hp-nav-link:hover,
.page-home .hp-header.is-scrolled .hp-nav-link:focus-visible,
.page-home .hp-header.elevated .hp-nav-link:hover,
.page-home .hp-header.elevated .hp-nav-link:focus-visible,
.page-home .hp-header.is-menu-open .hp-nav-link:hover {
  background: rgba(255, 255, 255, 0.1);
}

.page-home .hp-nav-link.is-active {
  color: var(--hp-header-fg-strong) !important;
  background: rgba(255, 255, 255, 0.14);
}

.page-home .hp-header.is-scrolled .hp-nav-link.is-active,
.page-home .hp-header.elevated .hp-nav-link.is-active {
  background: rgba(255, 255, 255, 0.14);
  box-shadow: none;
  color: var(--hp-header-fg-strong) !important;
}

.page-home .hp-header.is-menu-open .hp-nav-link.is-active {
  background: #fff;
  box-shadow: 0 1px 2px rgba(18, 22, 26, 0.06);
  color: var(--hp-ink) !important;
}

.page-home .hp-header-actions {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex-shrink: 0;
}

.page-home .hp-header-phone {
  display: none;
  align-items: center;
  gap: 0.45rem;
  padding: 0.4rem 0.65rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--hp-header-fg) !important;
  text-decoration: none;
  border-radius: 2px;
  transition: color 0.2s ease, background 0.2s ease;
}

.page-home .hp-header-phone i {
  font-size: 0.9rem;
  opacity: 0.85;
}

.page-home .hp-header-phone:hover {
  color: var(--hp-header-fg-strong) !important;
  background: rgba(255, 255, 255, 0.08);
}

.page-home .hp-header.is-scrolled .hp-header-phone:hover,
.page-home .hp-header.elevated .hp-header-phone:hover {
  background: rgba(255, 255, 255, 0.08);
}

.page-home .hp-nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 0.95rem;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: var(--hp-header-cta-fg) !important;
  background: var(--hp-header-cta-bg);
  border: none;
  border-radius: 2px;
  text-decoration: none;
  transition: background 0.25s ease, transform 0.25s ease, gap 0.25s ease;
}

.page-home .hp-nav-cta i {
  font-size: 0.85rem;
  transition: transform 0.25s ease;
}

.page-home .hp-nav-cta:hover {
  background: var(--hp-accent);
  color: #fff !important;
  transform: translateY(-1px);
  gap: 0.6rem;
}

.page-home .hp-nav-cta:hover i {
  transform: translate(2px, -2px);
}

.page-home .hp-menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.page-home .hp-header.is-scrolled .hp-menu-toggle,
.page-home .hp-header.elevated .hp-menu-toggle {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.06);
}

.page-home .hp-header.is-menu-open .hp-menu-toggle {
  border-color: var(--hp-line);
  background: rgba(18, 22, 26, 0.03);
}

.page-home .hp-menu-toggle:hover {
  border-color: var(--hp-accent);
}

.page-home .hp-menu-toggle-lines {
  position: relative;
  width: 1.1rem;
  height: 0.75rem;
  display: block;
}

.page-home .hp-menu-toggle-lines span {
  position: absolute;
  left: 0;
  right: 0;
  height: 1.5px;
  background: var(--hp-header-fg-strong);
  border-radius: 1px;
  transition: transform 0.3s ease, opacity 0.2s ease, top 0.3s ease;
}

.page-home .hp-menu-toggle-lines span:nth-child(1) { top: 0; }
.page-home .hp-menu-toggle-lines span:nth-child(2) { top: 50%; margin-top: -0.75px; }
.page-home .hp-menu-toggle-lines span:nth-child(3) { bottom: 0; top: auto; }

.page-home .hp-header.is-menu-open .hp-menu-toggle-lines span:nth-child(1) {
  top: 50%;
  margin-top: -0.75px;
  transform: rotate(45deg);
}

.page-home .hp-header.is-menu-open .hp-menu-toggle-lines span:nth-child(2) {
  opacity: 0;
}

.page-home .hp-header.is-menu-open .hp-menu-toggle-lines span:nth-child(3) {
  top: 50%;
  bottom: auto;
  margin-top: -0.75px;
  transform: rotate(-45deg);
}

/* Mobile panel */
.page-home .hp-mobile-panel {
  position: fixed;
  top: var(--hp-nav-h);
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1035;
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(20px);
  padding: 1rem 1.25rem 2rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}

.page-home .hp-header.is-menu-open .hp-mobile-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
  top: var(--hp-nav-h);
}

.page-home .hp-header.is-scrolled.is-menu-open .hp-mobile-panel {
  top: 3.75rem;
}

.page-home .hp-mobile-list {
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
}

.page-home .hp-mobile-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.05rem 0;
  border-bottom: 1px solid var(--hp-line);
  font-family: var(--hp-font-display);
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--hp-ink) !important;
  text-decoration: none;
  transition: color 0.2s ease, padding-left 0.2s ease;
}

.page-home .hp-mobile-list a::after {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  border-right: 1.5px solid currentColor;
  border-top: 1.5px solid currentColor;
  transform: rotate(45deg);
  opacity: 0.35;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.page-home .hp-mobile-list a:hover,
.page-home .hp-mobile-list a.is-active {
  color: var(--hp-accent) !important;
  padding-left: 0.35rem;
}

.page-home .hp-mobile-list a:hover::after,
.page-home .hp-mobile-list a.is-active::after {
  opacity: 1;
  transform: rotate(45deg) translate(2px, -2px);
}

.page-home .hp-mobile-footer {
  display: grid;
  gap: 0.85rem;
  padding-top: 1.5rem;
}

.page-home .hp-mobile-tel {
  text-align: center;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--hp-muted) !important;
  text-decoration: none;
}

.page-home .hp-mobile-tel:hover {
  color: var(--hp-ink) !important;
}

.page-home.hp-lock {
  overflow: hidden;
}

@media (min-width: 992px) {
  .page-home .hp-nav {
    display: flex;
  }

  .page-home .hp-header-phone {
    display: inline-flex;
  }

  .page-home .hp-menu-toggle,
  .page-home .hp-mobile-panel {
    display: none !important;
  }
}

/* ---------- Buttons ---------- */
.page-home .hp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.9rem 1.35rem;
  font-family: var(--hp-font-body);
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none;
  border-radius: 2px;
  border: 1px solid transparent;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.page-home .hp-btn-primary {
  background: var(--hp-accent);
  color: #fff !important;
  border-color: var(--hp-accent);
}

.page-home .hp-btn-primary:hover {
  background: var(--hp-accent-hover);
  border-color: var(--hp-accent-hover);
  color: #fff !important;
  transform: translateY(-1px);
}

.page-home .hp-btn-ghost {
  background: transparent;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.35);
}

.page-home .hp-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.7);
  color: #fff !important;
}

.page-home .hp-btn-dark {
  background: var(--hp-ink);
  color: #fff !important;
}

.page-home .hp-btn-dark:hover {
  background: var(--hp-accent);
  color: #fff !important;
}

.page-home .hp-btn-line {
  background: transparent;
  color: var(--hp-ink) !important;
  border-color: var(--hp-line);
}

.page-home .hp-btn-line:hover {
  border-color: var(--hp-ink);
}

/* ---------- Hero (sem imagem) ---------- */
.page-home .hp-hero {
  --hp-mx: 55%;
  --hp-my: 40%;
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: calc(var(--hp-nav-h) + 2.5rem) 0 5.5rem;
  color: #fff;
  overflow: hidden;
  background:
    radial-gradient(ellipse 80% 60% at 50% -10%, #2a3d52 0%, transparent 55%),
    linear-gradient(165deg, #0e141c 0%, #162030 48%, #121820 100%);
}

.page-home .hp-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.page-home .hp-hero-grid {
  position: absolute;
  inset: -10%;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 45%, #000 20%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 45%, #000 20%, transparent 75%);
  animation: hpGridDrift 28s linear infinite;
}

.page-home .hp-hero-glow {
  position: absolute;
  width: min(70vw, 720px);
  height: min(70vw, 720px);
  left: var(--hp-mx);
  top: var(--hp-my);
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(232, 106, 18, 0.18) 0%, rgba(42, 122, 140, 0.12) 35%, transparent 68%);
  transition: left 0.45s cubic-bezier(0.22, 1, 0.36, 1), top 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: left, top;
}

.page-home .hp-hero-orbit {
  position: absolute;
  right: -8%;
  top: 18%;
  width: min(42vw, 480px);
  height: min(42vw, 480px);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 50%;
  animation: hpOrbit 22s linear infinite;
}

.page-home .hp-hero-orbit::before,
.page-home .hp-hero-orbit::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.page-home .hp-hero-orbit::before {
  inset: 12%;
}

.page-home .hp-hero-orbit::after {
  inset: 28%;
  border-color: rgba(232, 106, 18, 0.15);
}

@keyframes hpGridDrift {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(64px, 64px, 0); }
}

@keyframes hpOrbit {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.page-home .hp-hero-frame {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(240px, 0.75fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: end;
  width: min(1120px, calc(100% - 2.5rem));
}

.page-home .hp-hero-main {
  max-width: 38rem;
}

.page-home .hp-hero [data-hp-hero-el] {
  opacity: 0;
  transform: translateY(22px);
  animation: hpRise 0.85s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.page-home .hp-hero [data-hp-hero-el]:nth-child(1) { animation-delay: 0.12s; }
.page-home .hp-hero [data-hp-hero-el]:nth-child(2) { animation-delay: 0.26s; }
.page-home .hp-hero [data-hp-hero-el]:nth-child(3) { animation-delay: 0.4s; }
.page-home .hp-hero [data-hp-hero-el]:nth-child(4) { animation-delay: 0.52s; }
.page-home .hp-hero-aside[data-hp-hero-el] { animation-delay: 0.45s; }

@keyframes hpRise {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.page-home .hp-brand-mark {
  display: flex;
  align-items: baseline;
  gap: 0.35rem;
  margin: 0 0 1.5rem;
  font-family: var(--hp-font-display);
  font-size: clamp(3rem, 8vw, 5rem);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 0.92;
  color: #fff;
}

.page-home .hp-brand-pro {
  color: var(--hp-accent);
}

.page-home .hp-hero-title {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  margin: 0 0 1.25rem;
  font-size: clamp(1.35rem, 2.6vw, 1.85rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: rgba(255, 255, 255, 0.92);
}

.page-home .hp-hero-line {
  display: block;
  overflow: hidden;
}

.page-home .hp-hero-line-accent {
  color: rgba(255, 255, 255, 0.55);
}

.page-home .hp-hero-lead {
  margin: 0 0 2rem;
  max-width: 34ch;
  font-size: 1.05rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.58);
}

.page-home .hp-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.page-home .hp-btn-hero {
  min-width: 13.5rem;
}

.page-home .hp-btn-hero i {
  transition: transform 0.25s ease;
}

.page-home .hp-btn-hero:hover i {
  transform: translate(2px, -2px);
}

/* Pilares interativos */
.page-home .hp-hero-aside {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  padding-left: 1.5rem;
  margin-bottom: 0.25rem;
}

.page-home .hp-hero-pillar {
  display: grid;
  grid-template-columns: 2.25rem 1fr;
  grid-template-rows: auto auto;
  column-gap: 0.85rem;
  row-gap: 0.15rem;
  width: 100%;
  padding: 0.95rem 0.75rem 0.95rem 0;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
  transition: background 0.25s ease, padding-left 0.25s ease;
}

.page-home .hp-hero-pillar:hover,
.page-home .hp-hero-pillar:focus-visible {
  background: rgba(255, 255, 255, 0.03);
  padding-left: 0.35rem;
  outline: none;
}

.page-home .hp-hero-pillar.is-active {
  background: rgba(232, 106, 18, 0.08);
  padding-left: 0.35rem;
}

.page-home .hp-pillar-code {
  grid-row: 1 / span 2;
  align-self: center;
  font-family: var(--hp-font-display);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.35);
  transition: color 0.25s ease;
}

.page-home .hp-hero-pillar.is-active .hp-pillar-code {
  color: var(--hp-accent);
}

.page-home .hp-pillar-label {
  font-family: var(--hp-font-display);
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.72);
  transition: color 0.25s ease;
}

.page-home .hp-hero-pillar.is-active .hp-pillar-label,
.page-home .hp-hero-pillar:hover .hp-pillar-label {
  color: #fff;
}

.page-home .hp-pillar-desc {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.4);
}

.page-home .hp-hero-pillar-detail {
  margin: 1rem 0 0;
  min-height: 3.2em;
  font-size: 0.9rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.55);
  transition: opacity 0.25s ease;
}

.page-home .hp-hero-pillar-detail.is-swap {
  opacity: 0;
}

.page-home .hp-hero-scroll {
  position: absolute;
  z-index: 2;
  left: max(1.25rem, calc((100% - 1120px) / 2));
  bottom: 1.75rem;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45) !important;
  text-decoration: none;
  transition: color 0.2s ease;
}

.page-home .hp-hero-scroll:hover {
  color: #fff !important;
}

.page-home .hp-hero-scroll-line {
  display: block;
  width: 1px;
  height: 2.5rem;
  background: linear-gradient(180deg, var(--hp-accent), transparent);
  animation: hpScrollPulse 1.8s ease-in-out infinite;
}

@keyframes hpScrollPulse {
  0%, 100% { transform: scaleY(0.55); opacity: 0.45; transform-origin: top; }
  50% { transform: scaleY(1); opacity: 1; transform-origin: top; }
}

/* ---------- Sections ---------- */
.page-home .hp-section {
  padding: clamp(4rem, 8vw, 6.5rem) 0;
}

.page-home .hp-section-head {
  max-width: 36rem;
  margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
}

.page-home .hp-kicker {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--hp-cool);
  margin-bottom: 0.85rem;
}

.page-home .hp-section-head h2 {
  font-size: clamp(1.75rem, 3.2vw, 2.35rem);
  margin: 0 0 0.85rem;
}

.page-home .hp-section-head p {
  margin: 0;
  color: var(--hp-muted);
  font-size: 1.05rem;
}

.page-home .hp-section-steel {
  background: var(--hp-steel);
  color: #fff;
}

.page-home .hp-section-steel h2,
.page-home .hp-section-steel h3 {
  color: #fff;
}

.page-home .hp-section-steel .hp-kicker {
  color: var(--hp-accent);
}

.page-home .hp-section-steel .hp-section-head p,
.page-home .hp-section-steel .text-secondary {
  color: rgba(255, 255, 255, 0.62) !important;
}

.page-home .hp-section-surface {
  background: var(--hp-surface);
}

/* ---------- Precision split ---------- */
.page-home .hp-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: end;
}

.page-home .hp-split-copy h2 {
  font-size: clamp(1.85rem, 3.5vw, 2.6rem);
  margin: 0 0 1rem;
  max-width: 14ch;
}

.page-home .hp-split-copy p {
  margin: 0;
  color: var(--hp-muted);
  font-size: 1.05rem;
  max-width: 38ch;
}

.page-home .hp-split-aside {
  border-left: 1px solid var(--hp-line);
  padding-left: clamp(1.5rem, 3vw, 2.5rem);
}

.page-home .hp-split-aside p {
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.5;
  color: var(--hp-ink);
  font-family: var(--hp-font-display);
  font-weight: 500;
  letter-spacing: -0.015em;
}

/* ---------- Capability list (no cards) ---------- */
.page-home .hp-cap-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--hp-line);
}

.page-home .hp-cap-list-compact li {
  padding: 1rem 0;
}

.page-home .hp-cap-list-compact .hp-cap-code {
  font-size: 0.7rem;
  width: auto;
  min-width: 3.25rem;
}

.page-home .hp-cap-list-compact li {
  grid-template-columns: 3.5rem 1fr;
  gap: 1rem;
}

.page-home .hp-cap-list-compact .hp-cap-body h3 {
  font-size: 1.05rem;
  margin-bottom: 0.2rem;
}

.page-home .hp-cap-list-compact .hp-cap-body p {
  font-size: 0.925rem;
  max-width: 42ch;
}

.page-home .hp-cap-list li {
  display: grid;
  grid-template-columns: 7rem 1fr;
  gap: 1.5rem;
  padding: 1.35rem 0;
  border-bottom: 1px solid var(--hp-line);
  align-items: baseline;
}

.page-home .hp-cap-code {
  font-family: var(--hp-font-display);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--hp-accent);
}

.page-home .hp-cap-body h3 {
  font-size: 1.15rem;
  margin: 0 0 0.35rem;
}

.page-home .hp-cap-body p {
  margin: 0;
  color: var(--hp-muted);
  max-width: 52ch;
}

/* ---------- Process ---------- */
.page-home .hp-process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.page-home .hp-process-step {
  padding: 1.75rem 1.25rem 0 0;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding-right: 1.5rem;
  margin-right: 1.5rem;
}

.page-home .hp-process-step:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

.page-home .hp-process-num {
  display: block;
  font-family: var(--hp-font-display);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--hp-accent);
  margin-bottom: 1rem;
}

.page-home .hp-process-step h3 {
  font-size: 1.1rem;
  margin: 0 0 0.5rem;
}

.page-home .hp-process-step p {
  margin: 0;
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.58);
}

/* ---------- Quality grid ---------- */
.page-home .hp-quality {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem 2rem;
  border-top: 1px solid var(--hp-line);
  padding-top: 2.5rem;
}

.page-home .hp-quality article h3 {
  font-size: 1.05rem;
  margin: 0 0 0.5rem;
}

.page-home .hp-quality article p {
  margin: 0;
  color: var(--hp-muted);
  font-size: 0.975rem;
}

/* ---------- Segmentos (setores) ---------- */
/* Sobrescreve #segmentos legado em styles.css (fundo escuro + texto claro) */
.page-home #segmentos.hp-seg {
  background: #ffffff;
  color: #12161a;
  position: relative;
}

.page-home #segmentos.hp-seg::before {
  display: none;
}

.page-home #segmentos.hp-seg h2,
.page-home #segmentos.hp-seg h3 {
  color: #0d1218;
}

.page-home #segmentos.hp-seg p {
  color: #1c2430;
}

.page-home .hp-seg-head {
  max-width: 40rem;
}

.page-home .hp-seg-head .hp-kicker {
  color: var(--hp-accent);
}

.page-home .hp-seg-head h2 {
  color: #0d1218;
}

.page-home #segmentos .hp-seg-head p,
.page-home .hp-seg-head p {
  color: #1c2430 !important;
  font-size: 1.0625rem;
  line-height: 1.65;
  opacity: 1;
}

.page-home .hp-seg-layout {
  display: grid;
  grid-template-columns: minmax(200px, 0.85fr) minmax(0, 1.4fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: stretch;
  border: 1px solid rgba(18, 22, 26, 0.12);
  background: #f7f6f4;
}

.page-home .hp-seg-tabs {
  list-style: none;
  margin: 0;
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  background: #12161a;
  border-right: 1px solid rgba(18, 22, 26, 0.12);
}

.page-home .hp-seg-tab {
  display: grid;
  grid-template-columns: 2rem 1fr;
  gap: 0.75rem;
  align-items: center;
  width: 100%;
  padding: 0.95rem 1rem;
  border: none;
  border-radius: 2px;
  background: transparent;
  color: rgba(255, 255, 255, 0.55);
  text-align: left;
  cursor: pointer;
  transition: background 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.page-home .hp-seg-tab:hover,
.page-home .hp-seg-tab:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  outline: none;
}

.page-home .hp-seg-tab.is-active {
  color: #fff;
  background: rgba(232, 106, 18, 0.18);
  box-shadow: inset 3px 0 0 var(--hp-accent);
}

.page-home .hp-seg-tab-num {
  font-family: var(--hp-font-display);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.35);
  transition: color 0.22s ease;
}

.page-home .hp-seg-tab.is-active .hp-seg-tab-num,
.page-home .hp-seg-tab:hover .hp-seg-tab-num {
  color: var(--hp-accent);
}

.page-home .hp-seg-tab-label {
  font-family: var(--hp-font-display);
  font-size: 0.98rem;
  font-weight: 600;
  letter-spacing: -0.015em;
}

.page-home .hp-seg-panels {
  position: relative;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  background: #fff;
  min-height: 20rem;
}

.page-home .hp-seg-panel {
  display: none;
  opacity: 0;
  transform: translateY(10px);
}

.page-home .hp-seg-panel.is-active {
  display: block;
  animation: hpSegIn 0.4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes hpSegIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.page-home .hp-seg-panel h3 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.45rem, 2.4vw, 1.85rem);
  color: #0d1218;
}

.page-home #segmentos .hp-seg-lead,
.page-home .hp-seg-lead {
  margin: 0 0 1.5rem;
  max-width: 48ch;
  font-size: 1.05rem;
  line-height: 1.65;
  color: #1c2430 !important;
}

.page-home .hp-seg-points {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
  border-top: 1px solid rgba(18, 22, 26, 0.12);
}

.page-home .hp-seg-points li {
  display: grid;
  grid-template-columns: 7.5rem 1fr;
  gap: 1rem;
  padding: 0.95rem 0;
  border-bottom: 1px solid rgba(18, 22, 26, 0.1);
  font-size: 0.975rem;
  line-height: 1.5;
  color: #24303c;
}

.page-home .hp-seg-points strong {
  font-family: var(--hp-font-display);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--hp-accent);
  padding-top: 0.15rem;
}

.page-home .hp-seg-focus {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.65rem 1rem;
  margin: 0;
  padding: 1rem 1.1rem;
  background: #12161a;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.95rem;
  line-height: 1.45;
}

.page-home #segmentos .hp-seg-focus {
  color: rgba(255, 255, 255, 0.92) !important;
}

.page-home .hp-seg-focus span {
  font-family: var(--hp-font-display);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--hp-accent);
}

/* legacy industries list (unused) */
.page-home .hp-industries {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-home .hp-industries li {
  font-family: var(--hp-font-display);
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #0d1218;
  position: relative;
}

.page-home .hp-industries li:not(:last-child)::after {
  content: "?";
  position: absolute;
  right: -1.05rem;
  color: #5c6670;
  font-weight: 400;
}

/* ---------- Integrations strip ---------- */
.page-home .hp-integ {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 3rem;
  align-items: start;
}

.page-home .hp-integ-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-home .hp-integ-list li {
  padding: 1rem 0;
  border-bottom: 1px solid var(--hp-line);
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  align-items: baseline;
}

.page-home .hp-integ-list li:first-child {
  border-top: 1px solid var(--hp-line);
}

.page-home .hp-integ-list strong {
  font-family: var(--hp-font-display);
  font-weight: 600;
  font-size: 1rem;
}

.page-home .hp-integ-list span {
  color: var(--hp-muted);
  font-size: 0.9rem;
  text-align: right;
  max-width: 28ch;
}

.page-home .hp-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 1.5rem;
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--hp-ink) !important;
  text-decoration: none;
  border-bottom: 1px solid var(--hp-ink);
  padding-bottom: 0.15rem;
}

.page-home .hp-link:hover {
  color: var(--hp-accent) !important;
  border-color: var(--hp-accent);
}

/* ---------- Plans (interaction surfaces OK) ---------- */
.page-home #planos {
  background: var(--hp-surface);
}

.page-home #planos .plan-card {
  border-radius: 4px !important;
  border-color: var(--hp-line) !important;
  box-shadow: none !important;
  background: var(--hp-paper);
}

.page-home #planos .plan-badge {
  border-radius: 2px;
}

/* ---------- CTA ---------- */
.page-home .hp-cta {
  background: var(--hp-steel);
  color: #fff;
  padding: clamp(3.5rem, 7vw, 5rem) 0;
}

.page-home .hp-cta h2 {
  color: #fff;
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  margin: 0 0 0.65rem;
}

.page-home .hp-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  max-width: 40ch;
}

.page-home .hp-cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.page-home .hp-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

/* ---------- Contact ---------- */
.page-home .hp-contact-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--hp-line);
}

.page-home .hp-contact-row a {
  display: block;
  padding: 1.75rem 1.25rem 1.75rem 0;
  margin-right: 1.5rem;
  border-right: 1px solid var(--hp-line);
  text-decoration: none;
  transition: color 0.2s ease;
}

.page-home .hp-contact-row a:last-child {
  border-right: none;
  margin-right: 0;
}

.page-home .hp-contact-row a:hover {
  color: var(--hp-accent);
}

.page-home .hp-contact-label {
  display: block;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--hp-muted);
  margin-bottom: 0.5rem;
}

.page-home .hp-contact-value {
  font-family: var(--hp-font-display);
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}

/* ---------- Footer ---------- */
.page-home .hp-footer {
  position: relative;
  background:
    radial-gradient(ellipse 80% 50% at 50% 0%, #243447 0%, transparent 55%),
    linear-gradient(180deg, #121820 0%, #0e141c 100%);
  color: rgba(255, 255, 255, 0.72);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.page-home .hp-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, #000 0%, transparent 70%);
  -webkit-mask-image: linear-gradient(180deg, #000 0%, transparent 70%);
  pointer-events: none;
  opacity: 0.7;
}

.page-home .hp-footer .hp-kicker {
  color: var(--hp-accent);
}

.page-home .hp-footer-cta {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.75rem;
  padding: clamp(2.75rem, 5vw, 3.75rem) 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-home .hp-footer-cta-title {
  margin: 0 0 0.5rem;
  font-size: clamp(1.45rem, 2.8vw, 1.9rem);
  color: #fff;
  max-width: 18ch;
}

.page-home .hp-footer-cta-copy p {
  margin: 0;
  max-width: 36ch;
  color: rgba(255, 255, 255, 0.55);
}

.page-home .hp-footer-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.page-home .hp-footer-main {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.35fr repeat(3, minmax(0, 1fr));
  gap: clamp(2rem, 4vw, 3rem);
  padding: clamp(2.5rem, 5vw, 3.5rem) 0;
}

.page-home .hp-footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 1rem;
  text-decoration: none;
  color: #fff !important;
  font-family: var(--hp-font-display);
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
  transition: opacity 0.2s ease;
}

.page-home .hp-footer-logo:hover {
  opacity: 0.85;
}

.page-home .hp-footer-logo img {
  height: 26px;
  width: auto;
  filter: brightness(0) invert(1);
}

.page-home .hp-footer-tagline {
  margin: 0 0 1.35rem;
  max-width: 32ch;
  font-size: 0.925rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.5);
}

.page-home .hp-footer-social {
  display: flex;
  gap: 0.5rem;
}

.page-home .hp-footer-social a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 2px;
  color: rgba(255, 255, 255, 0.75) !important;
  text-decoration: none;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.page-home .hp-footer-social a:hover {
  color: #fff !important;
  border-color: var(--hp-accent);
  background: rgba(232, 106, 18, 0.12);
  transform: translateY(-2px);
}

.page-home .hp-footer-social a::after {
  content: attr(data-hp-tip);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 8px);
  transform: translateX(-50%) translateY(4px);
  padding: 0.3rem 0.5rem;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
  color: #fff;
  background: var(--hp-ink);
  border-radius: 2px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.page-home .hp-footer-social a:hover::after,
.page-home .hp-footer-social a:focus-visible::after {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.page-home .hp-footer-heading {
  margin: 0 0 1rem;
  font-family: var(--hp-font-display);
  font-size: 0.7rem;
  font-weight: 650;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
}

.page-home .hp-footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-home .hp-footer-col a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.45rem 0;
  color: rgba(255, 255, 255, 0.68) !important;
  text-decoration: none;
  font-size: 0.9375rem;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, padding-left 0.2s ease, border-color 0.2s ease;
}

.page-home .hp-footer-col a i {
  font-size: 0.75rem;
  opacity: 0;
  transform: translate(-4px, 4px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.page-home .hp-footer-col a:hover,
.page-home .hp-footer-col a:focus-visible {
  color: #fff !important;
  padding-left: 0.25rem;
  outline: none;
}

.page-home .hp-footer-col a:hover i,
.page-home .hp-footer-col a:focus-visible i {
  opacity: 1;
  transform: translate(0, 0);
  color: var(--hp-accent);
}

.page-home .hp-footer-contact-list a {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  column-gap: 0.75rem;
  row-gap: 0.15rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  align-items: center;
}

.page-home .hp-footer-contact-list a:hover {
  padding-left: 0;
  background: rgba(255, 255, 255, 0.03);
  padding-inline: 0.5rem;
  margin-inline: -0.5rem;
  border-radius: 2px;
}

.page-home .hp-footer-contact-label {
  grid-column: 1;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.38);
}

.page-home .hp-footer-contact-value {
  grid-column: 1;
  font-family: var(--hp-font-display);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  color: rgba(255, 255, 255, 0.88);
}

.page-home .hp-footer-copy {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--hp-accent);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.page-home .hp-footer-contact-list a:hover .hp-footer-copy,
.page-home .hp-footer-contact-list a.is-copied .hp-footer-copy {
  opacity: 1;
}

.page-home .hp-footer-contact-list a.is-copied .hp-footer-copy {
  color: #7dcea0;
}

.page-home .hp-footer-contact-list a i {
  display: none;
}

.page-home .hp-footer-bar {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.page-home .hp-footer-bar-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 0;
}

.page-home .hp-footer-copyrights {
  margin: 0;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.4);
}

.page-home .hp-footer-top {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 2px;
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.page-home .hp-footer-top i {
  transition: transform 0.25s ease;
}

.page-home .hp-footer-top:hover {
  color: #fff;
  border-color: var(--hp-accent);
  background: rgba(232, 106, 18, 0.12);
  transform: translateY(-1px);
}

.page-home .hp-footer-top:hover i {
  transform: translateY(-2px);
}

@media (max-width: 991.98px) {
  .page-home .hp-footer-main {
    grid-template-columns: 1fr 1fr;
  }

  .page-home .hp-footer-brand {
    grid-column: 1 / -1;
  }

  .page-home .hp-footer-copy {
    opacity: 0.7;
  }
}

@media (max-width: 575.98px) {
  .page-home .hp-footer-main {
    grid-template-columns: 1fr;
  }
}

/* ---------- Reveal ---------- */
.page-home [data-reveal] {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.page-home [data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

/* ---------- WhatsApp float (restrained) ---------- */
.page-home .whatsapp-float {
  border-radius: 4px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

/* ---------- Responsive ---------- */
@media (max-width: 991.98px) {
  .page-home .hp-hero {
    min-height: auto;
    padding-bottom: 4.5rem;
    justify-content: flex-start;
    padding-top: calc(var(--hp-nav-h) + 3rem);
  }

  .page-home .hp-hero-frame {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .page-home .hp-hero-aside {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding-left: 0;
    padding-top: 0.5rem;
  }

  .page-home .hp-hero-scroll {
    left: 1.25rem;
  }

  .page-home .hp-hero-orbit {
    opacity: 0.45;
    right: -20%;
  }

  .page-home .hp-split,
  .page-home .hp-integ,
  .page-home .hp-process,
  .page-home .hp-quality,
  .page-home .hp-contact-row {
    grid-template-columns: 1fr;
  }

  .page-home .hp-split-aside {
    border-left: none;
    border-top: 1px solid var(--hp-line);
    padding-left: 0;
    padding-top: 1.5rem;
  }

  .page-home .hp-process-step {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
    padding-top: 1.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 1.25rem;
  }

  .page-home .hp-process-step:last-child {
    border-bottom: none;
  }

  .page-home .hp-cap-list li {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .page-home .hp-contact-row a {
    border-right: none;
    margin-right: 0;
    border-bottom: 1px solid var(--hp-line);
    padding: 1.25rem 0;
  }

  .page-home .hp-contact-row a:last-child {
    border-bottom: none;
  }

  .page-home .hp-integ-list li {
    flex-direction: column;
    gap: 0.35rem;
  }

  .page-home .hp-integ-list span {
    text-align: left;
  }

  .page-home .hp-industries li:not(:last-child)::after {
    display: none;
  }

  .page-home .hp-seg-layout {
    grid-template-columns: 1fr;
  }

  .page-home .hp-seg-tabs {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    border-right: none;
    border-bottom: 1px solid rgba(18, 22, 26, 0.12);
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }

  .page-home .hp-seg-tabs li {
    flex: 0 0 auto;
  }

  .page-home .hp-seg-tab {
    grid-template-columns: 1fr;
    gap: 0.25rem;
    min-width: 7.5rem;
    padding: 0.85rem 0.9rem;
  }

  .page-home .hp-seg-tab.is-active {
    box-shadow: inset 0 -3px 0 var(--hp-accent);
  }

  .page-home .hp-seg-points li {
    grid-template-columns: 1fr;
    gap: 0.3rem;
  }
}

/* ---------- Ciclo PCP (interativo) ---------- */
.page-home #processo.hp-cycle {
  background:
    radial-gradient(ellipse 70% 50% at 80% 0%, rgba(42, 122, 140, 0.12), transparent 55%),
    #0f141b;
  color: #fff;
}

.page-home #processo.hp-cycle .hp-cycle-head .hp-kicker {
  color: var(--hp-accent);
}

.page-home #processo.hp-cycle .hp-cycle-head h2 {
  color: #fff;
}

.page-home #processo.hp-cycle .hp-cycle-head p {
  color: rgba(255, 255, 255, 0.72) !important;
}

.page-home .hp-cycle-board {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
  gap: clamp(1.25rem, 3vw, 2rem);
  align-items: start;
}

.page-home .hp-cycle-track {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
  min-width: 0;
}

.page-home .hp-cycle-track li {
  position: relative;
  min-width: 0;
}

.page-home .hp-cycle-track li:not(:nth-child(5n))::after {
  display: none;
}

.page-home .hp-cycle-node {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-rows: auto;
  align-items: center;
  column-gap: 0.55rem;
  row-gap: 0;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 3.35rem;
  height: 100%;
  padding: 0.7rem 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.03);
  color: inherit;
  text-align: left;
  cursor: pointer;
  overflow: hidden;
  transition:
    background 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.page-home .hp-cycle-node:hover,
.page-home .hp-cycle-node:focus-visible {
  border-color: rgba(232, 106, 18, 0.55);
  background: rgba(232, 106, 18, 0.1);
  transform: translateY(-2px);
  outline: none;
}

.page-home .hp-cycle-node.is-active {
  border-color: var(--hp-accent);
  background: rgba(232, 106, 18, 0.16);
  box-shadow: 0 0 0 1px rgba(232, 106, 18, 0.25);
}

.page-home .hp-cycle-idx {
  display: block;
  font-family: var(--hp-font-display);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  color: rgba(255, 255, 255, 0.4);
  transition: color 0.2s ease;
}

.page-home .hp-cycle-node.is-active .hp-cycle-idx,
.page-home .hp-cycle-node:hover .hp-cycle-idx {
  color: var(--hp-accent);
}

.page-home .hp-cycle-name {
  display: block;
  font-family: var(--hp-font-display);
  font-size: clamp(0.78rem, 1.05vw, 0.92rem);
  font-weight: 650;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: rgba(255, 255, 255, 0.9);
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
  max-width: 100%;
}

.page-home .hp-cycle-info {
  position: sticky;
  top: calc(var(--hp-nav-h) + 1rem);
  padding: 1.5rem 1.5rem 1.35rem;
  background: #fff;
  color: #12161a;
  border-radius: 2px;
  min-height: 22rem;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
}

.page-home .hp-cycle-info.is-updating {
  opacity: 0.45;
  transform: translateY(6px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.page-home .hp-cycle-info-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem 1rem;
  margin-bottom: 0.85rem;
}

.page-home .hp-cycle-info-step {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #5a6570;
}

.page-home .hp-cycle-info-tag {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--hp-accent);
  padding: 0.3rem 0.55rem;
  border: 1px solid rgba(232, 106, 18, 0.35);
  background: rgba(232, 106, 18, 0.08);
}

.page-home .hp-cycle-info h3 {
  margin: 0 0 0.65rem;
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  color: #0d1218;
}

.page-home .hp-cycle-info-lead {
  margin: 0 0 1.25rem;
  font-size: 1rem;
  line-height: 1.55;
  color: #1c2430 !important;
}

.page-home .hp-cycle-info-grid {
  display: grid;
  gap: 0.85rem;
  margin-bottom: 1.15rem;
}

.page-home .hp-cycle-info-grid h4 {
  margin: 0 0 0.3rem;
  font-family: var(--hp-font-display);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--hp-accent);
}

.page-home .hp-cycle-info-grid p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #2a333d !important;
}

.page-home .hp-cycle-info-tip {
  margin: 0;
  padding: 0.85rem 0.95rem;
  background: #12161a;
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: 0.875rem;
  line-height: 1.45;
}

.page-home .hp-cycle-info-tip span {
  display: inline-block;
  margin-right: 0.5rem;
  font-family: var(--hp-font-display);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--hp-accent);
}

.page-home .hp-cycle-info-tip em {
  font-style: normal;
  color: rgba(255, 255, 255, 0.88);
}

.page-home .hp-cycle-hint {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 0.85rem;
  margin: 1.5rem 0 0;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.55) !important;
}

.page-home .hp-cycle-hint-key {
  font-family: var(--hp-font-display);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--hp-accent);
  padding: 0.25rem 0.45rem;
  border: 1px solid rgba(232, 106, 18, 0.4);
}

@media (max-width: 991.98px) {
  .page-home .hp-cycle-board {
    grid-template-columns: 1fr;
  }

  .page-home .hp-cycle-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-home .hp-cycle-info {
    position: relative;
    top: 0;
    min-height: 0;
  }

  .page-home .hp-cycle-node {
    min-height: 3.1rem;
  }
}

@media (max-width: 420px) {
  .page-home .hp-cycle-track {
    grid-template-columns: 1fr;
  }
}


@media (prefers-reduced-motion: reduce) {
  .page-home .hp-hero [data-hp-hero-el],
  .page-home [data-reveal] {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .page-home .hp-hero-grid,
  .page-home .hp-hero-orbit,
  .page-home .hp-hero-scroll-line,
  .page-home .hp-seg-panel.is-active {
    animation: none !important;
  }

  .page-home .hp-seg-panel.is-active,
  .page-home .hp-cycle-info.is-updating {
    opacity: 1 !important;
    transform: none !important;
  }

  .page-home .hp-header,
  .page-home .hp-header.is-hidden {
    transition: none !important;
    transform: none !important;
  }

  .page-home .hp-cycle-node:hover,
  .page-home .hp-cycle-node:focus-visible {
    transform: none;
  }
}

/* ---------- P?ginas internas (planos, integra??es, ?) ---------- */
.page-home .hp-page-hero {
  position: relative;
  padding: calc(var(--hp-nav-h) + 3.5rem) 0 3.5rem;
  color: #fff;
  background:
    radial-gradient(ellipse 70% 55% at 70% 0%, rgba(42, 122, 140, 0.18), transparent 55%),
    linear-gradient(165deg, #0e141c 0%, #162030 50%, #121820 100%);
  overflow: hidden;
}

.page-home .hp-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, #000 15%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, #000 15%, transparent 75%);
  pointer-events: none;
}

.page-home .hp-page-hero .hp-wrap {
  position: relative;
  z-index: 1;
  max-width: 40rem;
}

.page-home .hp-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 1.25rem;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.5);
}

.page-home .hp-breadcrumb a {
  color: rgba(255, 255, 255, 0.7) !important;
  text-decoration: none;
}

.page-home .hp-breadcrumb a:hover {
  color: #fff !important;
}

.page-home .hp-page-brand {
  font-size: clamp(2.25rem, 5vw, 3.25rem);
  margin-bottom: 1rem;
}

.page-home .hp-page-brand span {
  color: var(--hp-accent);
}

.page-home .hp-page-hero h1 {
  margin: 0 0 0.85rem;
  font-size: clamp(1.55rem, 3vw, 2.1rem);
  font-weight: 600;
  color: #fff;
  max-width: 22ch;
}

.page-home .hp-page-lead {
  margin: 0 0 1.75rem;
  font-size: 1.05rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.65) !important;
  max-width: 42ch;
}

.page-home.page-planos #planos {
  background: #fff !important;
  position: relative;
}

.page-home.page-planos #planos::before {
  display: none !important;
}

.page-planos #planos .plan-card {
  border-radius: 4px !important;
  border-color: rgba(18, 22, 26, 0.12) !important;
  background: #f7f6f4 !important;
  box-shadow: none !important;
  color: #12161a;
}

.page-planos #planos .plan-card::before {
  display: none !important;
}

.page-planos #planos .plan-title {
  color: #0d1218 !important;
  font-family: var(--hp-font-display);
}

.page-planos #planos .plan-subtitle,
.page-planos #planos .text-secondary {
  color: #3a4450 !important;
}

.page-planos #planos .plan-price .amount,
.page-planos #planos .plan-price .currency {
  color: #0d1218 !important;
}

.page-planos #planos .plan-badge {
  border-radius: 2px;
  background: var(--hp-ink);
  color: #fff;
}

.page-planos #planos .plan-badge.premium {
  background: var(--hp-accent);
}

.page-planos #planos .btn-primary,
.page-planos #planos .btn-warning {
  border-radius: 2px;
  font-weight: 600;
}

.page-planos #planos .btn-warning {
  background: var(--hp-accent);
  border-color: var(--hp-accent);
  color: #fff;
}

.page-planos .hp-compare {
  overflow-x: auto;
  border: 1px solid rgba(18, 22, 26, 0.12);
  background: #fff;
}

.page-planos .hp-compare table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  margin: 0;
}

.page-planos .hp-compare th,
.page-planos .hp-compare td {
  padding: 1rem 1.15rem;
  text-align: left;
  border-bottom: 1px solid rgba(18, 22, 26, 0.1);
  vertical-align: middle;
  font-size: 0.9375rem;
}

.page-planos .hp-compare thead th {
  font-family: var(--hp-font-display);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  background: #12161a;
  border-bottom: none;
}

.page-planos .hp-compare tbody th {
  font-weight: 600;
  color: #0d1218;
  font-family: var(--hp-font-body);
  width: 42%;
}

.page-planos .hp-compare tbody td {
  color: #2a333d;
  text-align: center;
}

.page-planos .hp-compare tbody tr:last-child th,
.page-planos .hp-compare tbody tr:last-child td {
  border-bottom: none;
}

.page-planos .hp-compare-yes {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #1f6b4a;
  background: rgba(31, 107, 74, 0.1);
  padding: 0.3rem 0.55rem;
  border-radius: 2px;
}

.page-planos .hp-compare-no {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6b7280;
  background: rgba(18, 22, 26, 0.06);
  padding: 0.3rem 0.55rem;
  border-radius: 2px;
}

.page-home .hp-faq-wrap {
  max-width: 760px;
}

.page-home .hp-faq .accordion-item {
  border: none;
  border-bottom: 1px solid rgba(18, 22, 26, 0.12);
  background: transparent;
}

.page-home .hp-faq .accordion-button {
  font-family: var(--hp-font-display);
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  color: #0d1218;
  background: transparent;
  box-shadow: none !important;
  padding: 1.15rem 0;
}

.page-home .hp-faq .accordion-button:not(.collapsed) {
  color: var(--hp-accent);
  background: transparent;
}

.page-home .hp-faq .accordion-button::after {
  background-size: 0.9rem;
}

.page-home .hp-faq .accordion-body {
  padding: 0 0 1.25rem;
  color: #2a333d;
  font-size: 0.975rem;
  line-height: 1.6;
}

.page-planos .hp-nav-link.is-active,
.page-integracoes .hp-nav-link.is-active,
.page-contato .hp-nav-link.is-active,
.page-blog .hp-nav-link.is-active {
  color: var(--hp-header-fg-strong) !important;
  background: rgba(255, 255, 255, 0.14);
}

.page-planos .hp-header.is-scrolled .hp-nav-link.is-active,
.page-planos .hp-header.elevated .hp-nav-link.is-active,
.page-integracoes .hp-header.is-scrolled .hp-nav-link.is-active,
.page-integracoes .hp-header.elevated .hp-nav-link.is-active,
.page-contato .hp-header.is-scrolled .hp-nav-link.is-active,
.page-contato .hp-header.elevated .hp-nav-link.is-active,
.page-blog .hp-header.is-scrolled .hp-nav-link.is-active,
.page-blog .hp-header.elevated .hp-nav-link.is-active {
  background: rgba(255, 255, 255, 0.14);
  box-shadow: none;
  color: var(--hp-header-fg-strong) !important;
}

.page-planos .hp-header.is-menu-open .hp-nav-link.is-active,
.page-integracoes .hp-header.is-menu-open .hp-nav-link.is-active,
.page-contato .hp-header.is-menu-open .hp-nav-link.is-active,
.page-blog .hp-header.is-menu-open .hp-nav-link.is-active {
  background: #fff;
  box-shadow: 0 1px 2px rgba(18, 22, 26, 0.06);
  color: var(--hp-ink) !important;
}

/* ---------- P?gina Contato ---------- */
.page-contato .hp-channel-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.page-contato .hp-channel {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1.35rem 1.25rem 1.25rem;
  border: 1px solid rgba(18, 22, 26, 0.12);
  background: #fff;
  border-radius: 2px;
  text-decoration: none !important;
  color: inherit;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.page-contato .hp-channel:hover {
  border-color: rgba(18, 22, 26, 0.35);
  transform: translateY(-2px);
  color: inherit;
}

.page-contato .hp-channel-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  margin-bottom: 0.55rem;
  border-radius: 2px;
  background: rgba(18, 22, 26, 0.06);
  color: var(--hp-ink);
  font-size: 1.1rem;
}

.page-contato .hp-channel-label {
  font-family: var(--hp-font-display);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(18, 22, 26, 0.5);
}

.page-contato .hp-channel-value {
  font-family: var(--hp-font-display);
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #0d1218;
}

.page-contato .hp-channel-meta {
  margin-bottom: 0.65rem;
  font-size: 0.875rem;
  line-height: 1.45;
  color: #3a4450;
}

.page-contato .hp-channel-cta {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--hp-accent);
}

.page-contato .hp-schedule {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem 1.25rem;
  margin: 0;
}

.page-contato .hp-schedule > div {
  padding-top: 0.85rem;
  border-top: 2px solid var(--hp-ink);
}

.page-contato .hp-schedule dt {
  margin: 0 0 0.35rem;
  font-family: var(--hp-font-display);
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #0d1218;
}

.page-contato .hp-schedule dd {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.45;
  color: #3a4450;
}

.page-contato .hp-help-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.page-contato .hp-help-item {
  padding: 1.25rem 1.15rem 1.35rem;
  border: 1px solid rgba(18, 22, 26, 0.12);
  background: #fff;
  border-radius: 2px;
}

.page-contato .hp-help-num {
  display: block;
  margin-bottom: 0.55rem;
  font-family: var(--hp-font-display);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--hp-accent);
}

.page-contato .hp-help-item h3 {
  margin: 0 0 0.45rem;
  font-family: var(--hp-font-display);
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #0d1218;
}

.page-contato .hp-help-item > p {
  margin: 0 0 0.85rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #3a4450 !important;
}

.page-contato .hp-help-item ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-contato .hp-help-item li {
  position: relative;
  padding: 0.35rem 0 0.35rem 1rem;
  font-size: 0.875rem;
  color: #2a333d;
  border-top: 1px solid rgba(18, 22, 26, 0.08);
}

.page-contato .hp-help-item li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.85rem;
  width: 0.35rem;
  height: 0.35rem;
  background: var(--hp-accent);
  border-radius: 1px;
}

@media (max-width: 991.98px) {
  .page-contato .hp-channel-grid,
  .page-contato .hp-help-grid {
    grid-template-columns: 1fr;
  }

  .page-contato .hp-schedule {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .page-contato .hp-schedule {
    grid-template-columns: 1fr;
  }
}

/* ---------- P?gina Integra??es ---------- */
.page-integracoes .hp-integ-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.page-integracoes .hp-integ-item {
  padding: 1.35rem 1.25rem 1.4rem;
  border: 1px solid rgba(18, 22, 26, 0.12);
  background: #fff;
  border-radius: 2px;
}

.page-integracoes .hp-integ-item-top {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.65rem;
}

.page-integracoes .hp-integ-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  flex-shrink: 0;
  border-radius: 2px;
  background: rgba(18, 22, 26, 0.06);
  color: var(--hp-ink);
  font-size: 1.05rem;
}

.page-integracoes .hp-integ-item h3 {
  margin: 0;
  font-family: var(--hp-font-display);
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #0d1218;
}

.page-integracoes .hp-integ-item > p {
  margin: 0 0 0.85rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #3a4450 !important;
}

.page-integracoes .hp-integ-item ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-integracoes .hp-integ-item li {
  position: relative;
  padding: 0.35rem 0 0.35rem 1rem;
  font-size: 0.875rem;
  color: #2a333d;
  border-top: 1px solid rgba(18, 22, 26, 0.08);
}

.page-integracoes .hp-integ-item li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.85rem;
  width: 0.35rem;
  height: 0.35rem;
  background: var(--hp-accent);
  border-radius: 1px;
}

.page-integracoes .hp-benefit-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem 1.25rem;
}

.page-integracoes .hp-benefit-num {
  display: block;
  margin-bottom: 0.55rem;
  font-family: var(--hp-font-display);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--hp-accent);
}

.page-integracoes .hp-benefit h3 {
  margin: 0 0 0.45rem;
  font-family: var(--hp-font-display);
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #0d1218;
}

.page-integracoes .hp-benefit p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #3a4450 !important;
}

.page-integracoes .hp-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
  counter-reset: none;
}

.page-integracoes .hp-steps li {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  padding: 1.25rem 1.15rem;
  border-top: 2px solid var(--hp-ink);
  background: #fff;
}

.page-integracoes .hp-steps-num {
  font-family: var(--hp-font-display);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: rgba(18, 22, 26, 0.45);
}

.page-integracoes .hp-steps h3 {
  margin: 0 0 0.4rem;
  font-family: var(--hp-font-display);
  font-size: 1.1rem;
  font-weight: 600;
  color: #0d1218;
}

.page-integracoes .hp-steps p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #3a4450 !important;
}

@media (max-width: 991.98px) {
  .page-integracoes .hp-integ-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-integracoes .hp-benefit-row,
  .page-integracoes .hp-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .page-integracoes .hp-integ-grid,
  .page-integracoes .hp-benefit-row,
  .page-integracoes .hp-steps {
    grid-template-columns: 1fr;
  }
}

/* ---------- Fluxo interativo de integra??es ---------- */
.page-integracoes .hp-integration-flow {
  color: #fff;
  background:
    radial-gradient(circle at 82% 12%, rgba(232, 106, 18, 0.11), transparent 28rem),
    #111820;
}

.page-integracoes .hp-integration-flow-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 2rem;
  margin-bottom: 2rem;
}

.page-integracoes .hp-integration-flow .hp-section-head h2 {
  color: #fff;
}

.page-integracoes .hp-integration-flow .hp-section-head p {
  color: rgba(255, 255, 255, 0.62) !important;
}

.page-integracoes .hp-flow-switch {
  display: inline-flex;
  gap: 0.25rem;
  padding: 0.25rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.045);
}

.page-integracoes .hp-flow-switch button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 2.75rem;
  padding: 0.65rem 1rem;
  border: 0;
  border-radius: 2px;
  background: transparent;
  font-family: var(--hp-font-body);
  font-size: 0.875rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.58);
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.page-integracoes .hp-flow-switch button:hover {
  color: #fff;
}

.page-integracoes .hp-flow-switch button.is-active {
  color: #fff;
  background: var(--hp-accent);
}

.page-integracoes .hp-flow-switch button:focus-visible,
.page-integracoes .hp-flow-track button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.page-integracoes .hp-flow-workspace {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(17rem, 0.72fr);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.025);
}

.page-integracoes .hp-flow-map {
  min-width: 0;
  padding: 1.5rem;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.page-integracoes .hp-flow-map-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.75rem;
  font-family: var(--hp-font-display);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.48);
}

.page-integracoes .hp-flow-live {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.page-integracoes .hp-flow-live i {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: #57c48b;
  box-shadow: 0 0 0 4px rgba(87, 196, 139, 0.12);
}

.page-integracoes .hp-flow-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.55rem;
}

.page-integracoes .hp-integration-flow.is-custom-flow .hp-flow-track {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.page-integracoes .hp-flow-track::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 2.45rem;
  left: 5%;
  right: 5%;
  height: 1px;
  background: rgba(255, 255, 255, 0.14);
}

.page-integracoes .hp-flow-track button {
  position: relative;
  z-index: 1;
  min-width: 0;
  min-height: 8.75rem;
  padding: 0.85rem 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  background: #161f29;
  color: rgba(255, 255, 255, 0.58);
  text-align: center;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.page-integracoes .hp-flow-track button:hover {
  border-color: rgba(255, 255, 255, 0.28);
  transform: translateY(-2px);
}

.page-integracoes .hp-flow-track button.is-active {
  border-color: var(--hp-accent);
  background: #1c2732;
  color: #fff;
}

.page-integracoes .hp-flow-track button > span {
  display: block;
  margin-bottom: 0.75rem;
  font-family: var(--hp-font-display);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.35);
}

.page-integracoes .hp-flow-track button > i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  margin-bottom: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  background: #111820;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.68);
}

.page-integracoes .hp-flow-track button.is-active > i {
  border-color: var(--hp-accent);
  background: var(--hp-accent);
  color: #fff;
  box-shadow: 0 0 0 5px rgba(232, 106, 18, 0.12);
}

.page-integracoes .hp-flow-track button > strong {
  display: block;
  overflow-wrap: anywhere;
  font-family: var(--hp-font-display);
  font-size: 0.8rem;
  font-weight: 600;
}

.page-integracoes .hp-flow-route {
  display: grid;
  grid-template-columns: auto minmax(3rem, 1fr) auto;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.5rem;
  font-family: var(--hp-font-display);
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
}

.page-integracoes .hp-flow-route div {
  height: 2px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
}

.page-integracoes .hp-flow-route i {
  display: block;
  width: 25%;
  height: 100%;
  background: var(--hp-accent);
  transition: width 0.35s ease;
}

.page-integracoes .hp-flow-detail {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 1.5rem;
  background: rgba(0, 0, 0, 0.12);
}

.page-integracoes .hp-flow-detail-step {
  margin-bottom: 1rem;
  font-family: var(--hp-font-display);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--hp-accent);
}

.page-integracoes .hp-flow-detail-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  margin-bottom: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 2px;
  color: #fff;
}

.page-integracoes .hp-flow-detail h3 {
  margin: 0 0 0.55rem;
  font-family: var(--hp-font-display);
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
}

.page-integracoes .hp-flow-detail > p {
  margin: 0 0 1.25rem;
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.62) !important;
}

.page-integracoes .hp-flow-detail dl {
  margin: auto 0 0;
}

.page-integracoes .hp-flow-detail dl > div {
  display: grid;
  grid-template-columns: 4.2rem 1fr;
  gap: 0.65rem;
  padding: 0.65rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.page-integracoes .hp-flow-detail dt {
  font-size: 0.68rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: rgba(255, 255, 255, 0.36);
}

.page-integracoes .hp-flow-detail dd {
  margin: 0;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.76);
}

.page-integracoes .hp-flow-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.8fr) auto;
  align-items: center;
  gap: 1.5rem;
  padding: 1rem 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-top: 0;
  background: rgba(255, 255, 255, 0.04);
}

.page-integracoes .hp-flow-summary > div > span {
  display: block;
  margin-bottom: 0.25rem;
  font-family: var(--hp-font-display);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.36);
}

.page-integracoes .hp-flow-summary strong {
  display: block;
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.78);
}

.page-integracoes .hp-flow-summary .hp-link {
  white-space: nowrap;
  color: #fff !important;
}

@media (max-width: 991.98px) {
  .page-integracoes .hp-integration-flow-head,
  .page-integracoes .hp-flow-workspace {
    grid-template-columns: 1fr;
  }

  .page-integracoes .hp-flow-switch {
    justify-self: start;
  }

  .page-integracoes .hp-flow-map {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .page-integracoes .hp-flow-summary {
    grid-template-columns: 1fr 1fr;
  }

  .page-integracoes .hp-flow-summary .hp-link {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767.98px) {
  .page-integracoes .hp-flow-track {
    grid-template-columns: 1fr;
  }

  .page-integracoes .hp-flow-track::before {
    top: 1rem;
    bottom: 1rem;
    left: 2rem;
    right: auto;
    width: 1px;
    height: auto;
  }

  .page-integracoes .hp-flow-track button {
    display: grid;
    grid-template-columns: 2rem 2.75rem minmax(0, 1fr);
    align-items: center;
    gap: 0.65rem;
    min-height: 4.25rem;
    padding: 0.55rem 0.75rem;
    text-align: left;
  }

  .page-integracoes .hp-flow-track button > span,
  .page-integracoes .hp-flow-track button > i {
    margin: 0;
  }

  .page-integracoes .hp-flow-route {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .page-integracoes .hp-flow-switch {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .page-integracoes .hp-flow-map,
  .page-integracoes .hp-flow-detail {
    padding: 1rem;
  }

  .page-integracoes .hp-flow-map-status {
    align-items: flex-start;
    flex-direction: column;
  }

  .page-integracoes .hp-flow-summary {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .page-integracoes .hp-flow-summary .hp-link {
    grid-column: auto;
    white-space: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-integracoes .hp-flow-track button,
  .page-integracoes .hp-flow-route i {
    transition: none;
  }
}

/* ---------- Assistente de planos ---------- */
.page-planos .hp-plan-chooser {
  color: #fff;
  background:
    radial-gradient(circle at 12% 0%, rgba(42, 122, 140, 0.16), transparent 26rem),
    radial-gradient(circle at 88% 20%, rgba(232, 106, 18, 0.12), transparent 24rem),
    #111820;
}

.page-planos .hp-plan-chooser-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(10rem, 14rem);
  align-items: end;
  gap: 1.5rem;
  margin-bottom: 1.75rem;
}

.page-planos .hp-plan-chooser .hp-section-head h2 {
  color: #fff;
}

.page-planos .hp-plan-chooser .hp-section-head p {
  color: rgba(255, 255, 255, 0.62) !important;
}

.page-planos .hp-plan-progress {
  display: grid;
  gap: 0.45rem;
}

.page-planos .hp-plan-progress > span {
  font-family: var(--hp-font-display);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  text-align: right;
}

.page-planos .hp-plan-progress-bar {
  height: 3px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.12);
}

.page-planos .hp-plan-progress-bar i {
  display: block;
  width: 25%;
  height: 100%;
  background: var(--hp-accent);
  transition: width 0.3s ease;
}

.page-planos .hp-plan-chooser-workspace {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(17rem, 0.8fr);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
}

.page-planos .hp-plan-quiz {
  min-width: 0;
  padding: 1.5rem;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.page-planos .hp-plan-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 1.35rem;
}

.page-planos .hp-plan-steps button {
  width: 2.35rem;
  height: 2.35rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.55);
  font-family: var(--hp-font-display);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.page-planos .hp-plan-steps button.is-active,
.page-planos .hp-plan-steps button.is-done {
  color: #fff;
}

.page-planos .hp-plan-steps button.is-active {
  border-color: var(--hp-accent);
  background: var(--hp-accent);
}

.page-planos .hp-plan-steps button.is-done:not(.is-active) {
  border-color: rgba(87, 196, 139, 0.55);
  color: #57c48b;
}

.page-planos .hp-plan-steps button:focus-visible,
.page-planos .hp-plan-option:focus-visible,
.page-planos .hp-plan-nav button:focus-visible,
.page-planos .hp-plan-reset:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.page-planos .hp-plan-question-kicker {
  display: block;
  margin-bottom: 0.55rem;
  font-family: var(--hp-font-display);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--hp-accent);
}

.page-planos .hp-plan-question h3 {
  margin: 0 0 0.45rem;
  font-family: var(--hp-font-display);
  font-size: clamp(1.2rem, 2.4vw, 1.55rem);
  font-weight: 600;
  color: #fff;
}

.page-planos .hp-plan-question > p {
  margin: 0 0 1.15rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.58) !important;
}

.page-planos .hp-plan-options {
  display: grid;
  gap: 0.65rem;
}

.page-planos .hp-plan-option {
  display: grid;
  grid-template-columns: 1.1rem minmax(0, 1fr);
  gap: 0.85rem;
  align-items: start;
  width: 100%;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 2px;
  background: #161f29;
  color: inherit;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.page-planos .hp-plan-option:hover {
  border-color: rgba(255, 255, 255, 0.28);
  transform: translateY(-1px);
}

.page-planos .hp-plan-option.is-selected {
  border-color: var(--hp-accent);
  background: #1c2732;
}

.page-planos .hp-plan-option-mark {
  width: 1.1rem;
  height: 1.1rem;
  margin-top: 0.15rem;
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  background: transparent;
}

.page-planos .hp-plan-option.is-selected .hp-plan-option-mark {
  border-color: var(--hp-accent);
  background:
    radial-gradient(circle at center, var(--hp-accent) 0 35%, transparent 36%),
    #1c2732;
}

.page-planos .hp-plan-option-copy {
  display: grid;
  gap: 0.2rem;
  min-width: 0;
}

.page-planos .hp-plan-option-copy strong {
  font-family: var(--hp-font-display);
  font-size: 0.98rem;
  font-weight: 600;
  color: #fff;
}

.page-planos .hp-plan-option-copy span {
  font-size: 0.875rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.55);
}

.page-planos .hp-plan-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.25rem;
}

.page-planos .hp-plan-nav .hp-btn-ghost {
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff !important;
}

.page-planos .hp-plan-nav .hp-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.page-planos .hp-plan-result {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 1.5rem;
  background: rgba(0, 0, 0, 0.14);
}

.page-planos .hp-plan-result-label {
  margin-bottom: 0.85rem;
  font-family: var(--hp-font-display);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
}

.page-planos .hp-plan-meter {
  display: grid;
  grid-template-columns: auto minmax(3rem, 1fr) auto;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1.1rem;
  font-family: var(--hp-font-display);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
}

.page-planos .hp-plan-meter div {
  height: 3px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.12);
}

.page-planos .hp-plan-meter i {
  display: block;
  width: 12%;
  height: 100%;
  background: #57c48b;
  transition: width 0.35s ease, background 0.25s ease;
}

.page-planos .hp-plan-chooser.is-prime .hp-plan-meter i {
  background: var(--hp-accent);
}

.page-planos .hp-plan-result-plan {
  margin: 0 0 0.55rem;
  font-family: var(--hp-font-display);
  font-size: 1.45rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #fff;
}

.page-planos .hp-plan-result-why {
  margin: 0 0 1rem;
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.62) !important;
}

.page-planos .hp-plan-result-points {
  margin: 0 0 1.25rem;
  padding: 0;
  list-style: none;
}

.page-planos .hp-plan-result-points li {
  position: relative;
  padding: 0.45rem 0 0.45rem 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.72);
}

.page-planos .hp-plan-result-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.9rem;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 1px;
  background: var(--hp-accent);
}

.page-planos .hp-plan-result-actions {
  display: grid;
  gap: 0.55rem;
  margin-top: auto;
}

.page-planos .hp-plan-result-actions .hp-btn-ghost {
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff !important;
  text-align: center;
}

.page-planos .hp-plan-reset {
  margin-top: 0.85rem;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: underline;
  text-underline-offset: 0.2em;
  cursor: pointer;
}

.page-planos .hp-plan-reset:hover {
  color: #fff;
}

@media (max-width: 991.98px) {
  .page-planos .hp-plan-chooser-head,
  .page-planos .hp-plan-chooser-workspace {
    grid-template-columns: 1fr;
  }

  .page-planos .hp-plan-progress > span {
    text-align: left;
  }

  .page-planos .hp-plan-quiz {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
}

@media (max-width: 575.98px) {
  .page-planos .hp-plan-quiz,
  .page-planos .hp-plan-result {
    padding: 1rem;
  }

  .page-planos .hp-plan-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-planos .hp-plan-progress-bar i,
  .page-planos .hp-plan-meter i,
  .page-planos .hp-plan-option {
    transition: none;
  }
}

/* ---------- P?gina Blog ---------- */
.page-blog .hp-blog-toolbar {
  margin-bottom: 1.25rem;
}

.page-blog .hp-blog-cats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 1.75rem;
}

.page-blog .hp-blog-cat {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.8rem;
  border: 1px solid rgba(18, 22, 26, 0.12);
  border-radius: 2px;
  background: #fff;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #3a4450 !important;
  text-decoration: none !important;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.page-blog .hp-blog-cat:hover,
.page-blog .hp-blog-cat.is-active {
  border-color: var(--hp-ink);
  background: var(--hp-ink);
  color: #fff !important;
}

.page-blog .hp-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.page-blog .hp-blog-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  border: 1px solid rgba(18, 22, 26, 0.12);
  border-radius: 2px;
  background: #fff;
  overflow: hidden;
}

.page-blog .hp-blog-card-media {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #eceae6;
}

.page-blog .hp-blog-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.page-blog .hp-blog-card:hover .hp-blog-card-media img {
  transform: scale(1.03);
}

.page-blog .hp-blog-card-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: rgba(18, 22, 26, 0.28);
  font-size: 1.75rem;
  background:
    linear-gradient(135deg, #f3f1ed 0%, #e7e4df 100%);
}

.page-blog .hp-blog-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.15rem 1.15rem 1.25rem;
}

.page-blog .hp-blog-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 0.85rem;
  margin-bottom: 0.55rem;
  font-family: var(--hp-font-display);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(18, 22, 26, 0.45);
}

.page-blog .hp-blog-card h3 {
  margin: 0 0 0.45rem;
  font-family: var(--hp-font-display);
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.page-blog .hp-blog-card h3 a {
  color: #0d1218 !important;
  text-decoration: none !important;
}

.page-blog .hp-blog-card h3 a:hover {
  color: var(--hp-accent) !important;
}

.page-blog .hp-blog-card-body > p {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #3a4450 !important;
}

.page-blog .hp-blog-card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: auto;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(18, 22, 26, 0.08);
}

.page-blog .hp-blog-views {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.8125rem;
  color: #6b7280;
}

.page-blog .hp-blog-empty {
  grid-column: 1 / -1;
  padding: 2.5rem 1.25rem;
  border: 1px dashed rgba(18, 22, 26, 0.18);
  text-align: center;
}

.page-blog .hp-blog-empty p {
  margin: 0 0 1rem;
  color: #3a4450 !important;
}

.page-blog .hp-blog-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.4rem;
  margin-top: 2rem;
}

.page-blog .hp-blog-page {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 2.5rem;
  padding: 0 0.75rem;
  border: 1px solid rgba(18, 22, 26, 0.12);
  border-radius: 2px;
  background: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  color: #2a333d !important;
  text-decoration: none !important;
}

.page-blog .hp-blog-page:hover {
  border-color: var(--hp-ink);
  color: var(--hp-ink) !important;
}

.page-blog .hp-blog-page.is-active {
  border-color: var(--hp-ink);
  background: var(--hp-ink);
  color: #fff !important;
}

.page-blog .hp-blog-page.is-disabled {
  opacity: 0.4;
  pointer-events: none;
}

@media (max-width: 991.98px) {
  .page-blog .hp-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .page-blog .hp-blog-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-blog .hp-blog-card-media img {
    transition: none;
  }
}

/* ---------- P?gina Post do Blog ---------- */
.page-post .hp-post-hero {
  padding: calc(var(--hp-nav-h) + 2.75rem) 0 2.75rem;
  color: #fff;
  background:
    radial-gradient(ellipse 70% 55% at 70% 0%, rgba(42, 122, 140, 0.16), transparent 55%),
    linear-gradient(165deg, #0e141c 0%, #162030 50%, #121820 100%);
}

.page-post .hp-post-wrap {
  max-width: 46rem;
}

.page-post .hp-post-hero .hp-breadcrumb {
  margin-bottom: 1.35rem;
}

.page-post .hp-post-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem 1rem;
  margin-bottom: 1rem;
  font-family: var(--hp-font-display);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.page-post .hp-post-cat {
  color: var(--hp-accent) !important;
  text-decoration: none !important;
}

.page-post .hp-post-cat:hover {
  color: #fff !important;
}

.page-post .hp-post-hero h1 {
  margin: 0 0 0.85rem;
  font-family: var(--hp-font-display);
  font-size: clamp(1.7rem, 4vw, 2.55rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: #fff;
}

.page-post .hp-post-lead {
  margin: 0 0 1.5rem;
  font-size: 1.05rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.65) !important;
}

.page-post .hp-post-byline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.page-post .hp-post-author {
  font-size: 0.9375rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
}

.page-post .hp-post-share {
  display: inline-flex;
  gap: 0.4rem;
}

.page-post .hp-post-share a,
.page-post .hp-post-share button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff !important;
  text-decoration: none !important;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.page-post .hp-post-share a:hover,
.page-post .hp-post-share button:hover,
.page-post .hp-post-share button.is-copied {
  border-color: var(--hp-accent);
  background: var(--hp-accent);
}

.page-post .hp-post-article {
  max-width: 46rem;
  margin: 0 auto;
}

.page-post .hp-post-cover {
  margin: 0 0 1.75rem;
  overflow: hidden;
  border-radius: 2px;
  background: #eceae6;
}

.page-post .hp-post-cover img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.page-post .hp-post-body {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #2a333d;
}

.page-post .hp-post-body > *:first-child {
  margin-top: 0;
}

.page-post .hp-post-body h2,
.page-post .hp-post-body h3,
.page-post .hp-post-body h4 {
  margin: 2rem 0 0.75rem;
  font-family: var(--hp-font-display);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #0d1218;
}

.page-post .hp-post-body h2 { font-size: 1.45rem; }
.page-post .hp-post-body h3 { font-size: 1.2rem; }

.page-post .hp-post-body p,
.page-post .hp-post-body ul,
.page-post .hp-post-body ol {
  margin: 0 0 1.1rem;
}

.page-post .hp-post-body a {
  color: var(--hp-accent);
  text-underline-offset: 0.15em;
}

.page-post .hp-post-body img {
  max-width: 100%;
  height: auto;
  border-radius: 2px;
}

.page-post .hp-post-body blockquote {
  margin: 1.5rem 0;
  padding: 0.85rem 0 0.85rem 1.1rem;
  border-left: 3px solid var(--hp-accent);
  color: #3a4450;
  font-style: italic;
}

.page-post .hp-post-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin-top: 2rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(18, 22, 26, 0.1);
}

.page-post .hp-post-tags > span {
  margin-right: 0.35rem;
  font-family: var(--hp-font-display);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(18, 22, 26, 0.45);
}

.page-post .hp-post-tags a {
  display: inline-flex;
  padding: 0.35rem 0.7rem;
  border: 1px solid rgba(18, 22, 26, 0.12);
  border-radius: 2px;
  background: #f7f6f4;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #2a333d !important;
  text-decoration: none !important;
}

.page-post .hp-post-tags a:hover {
  border-color: var(--hp-ink);
  background: var(--hp-ink);
  color: #fff !important;
}

.page-post .hp-post-faq {
  margin-top: 2.5rem;
}

.page-post .hp-post-faq > h2 {
  margin: 0 0 1rem;
  font-family: var(--hp-font-display);
  font-size: 1.35rem;
  font-weight: 600;
  color: #0d1218;
}

.page-post .hp-post-faq-answer + .hp-post-faq-answer {
  margin-top: 0.85rem;
}

.page-post .hp-post-adjacent {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(18, 22, 26, 0.1);
}

.page-post .hp-post-adjacent-link {
  display: grid;
  gap: 0.35rem;
  padding: 1rem;
  border: 1px solid rgba(18, 22, 26, 0.12);
  border-radius: 2px;
  background: #fff;
  text-decoration: none !important;
  transition: border-color 0.2s ease;
}

.page-post .hp-post-adjacent-link:hover {
  border-color: var(--hp-ink);
}

.page-post .hp-post-adjacent-link.is-next {
  text-align: right;
}

.page-post .hp-post-adjacent-link span {
  font-family: var(--hp-font-display);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(18, 22, 26, 0.45);
}

.page-post .hp-post-adjacent-link strong {
  font-family: var(--hp-font-display);
  font-size: 0.98rem;
  font-weight: 600;
  color: #0d1218;
}

.page-post .hp-post-back {
  margin-top: 1.5rem;
}

.page-post #relacionados .hp-blog-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* ---------- P?gina Busca ---------- */
.page-busca .hp-search-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.55rem;
  max-width: 32rem;
  margin-top: 0.25rem;
}

.page-busca .hp-search-form input {
  min-height: 2.85rem;
  padding: 0.7rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-family: var(--hp-font-body);
  font-size: 0.975rem;
}

.page-busca .hp-search-form input::placeholder {
  color: rgba(255, 255, 255, 0.42);
}

.page-busca .hp-search-form input:focus {
  outline: 2px solid rgba(255, 255, 255, 0.35);
  outline-offset: 1px;
}

@media (max-width: 575.98px) {
  .page-busca .hp-search-form {
    grid-template-columns: 1fr;
  }
}

/* ---------- Guias / landings educativas ---------- */
.page-guide .hp-guide-layout {
  display: grid;
  grid-template-columns: 12rem minmax(0, 1fr);
  gap: 2.5rem;
  align-items: start;
}

.page-guide .hp-guide-toc {
  position: sticky;
  top: calc(var(--hp-nav-h) + 1rem);
  display: grid;
  gap: 0.45rem;
  padding-top: 0.25rem;
}

.page-guide .hp-guide-toc-label {
  margin-bottom: 0.35rem;
  font-family: var(--hp-font-display);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(18, 22, 26, 0.4);
}

.page-guide .hp-guide-toc a {
  font-size: 0.875rem;
  font-weight: 600;
  color: #3a4450 !important;
  text-decoration: none !important;
}

.page-guide .hp-guide-toc a:hover {
  color: var(--hp-accent) !important;
}

.page-guide .hp-guide-pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.75rem 0 2rem;
}

.page-guide .hp-guide-pillars article {
  padding: 1.15rem 1.1rem;
  border-top: 2px solid var(--hp-ink);
  background: #fff;
  border: 1px solid rgba(18, 22, 26, 0.1);
  border-top-width: 2px;
  border-top-color: var(--hp-ink);
}

.page-guide .hp-guide-pillars span {
  display: block;
  margin-bottom: 0.45rem;
  font-family: var(--hp-font-display);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--hp-accent);
}

.page-guide .hp-guide-pillars h3 {
  margin: 0 0 0.4rem;
  font-family: var(--hp-font-display);
  font-size: 1.05rem;
  font-weight: 600;
  color: #0d1218;
}

.page-guide .hp-guide-pillars p,
.page-guide .hp-guide-block p,
.page-guide .hp-guide-split p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: #3a4450 !important;
}

.page-guide .hp-guide-block {
  margin-bottom: 2rem;
}

.page-guide .hp-guide-block h2 {
  margin: 0 0 0.75rem;
  font-family: var(--hp-font-display);
  font-size: 1.45rem;
  font-weight: 600;
  color: #0d1218;
}

.page-guide .hp-guide-block p + p {
  margin-top: 0.85rem;
}

.page-guide .hp-guide-list {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.page-guide .hp-guide-list li {
  position: relative;
  padding: 0.55rem 0 0.55rem 1rem;
  border-top: 1px solid rgba(18, 22, 26, 0.08);
  font-size: 0.9375rem;
  color: #2a333d;
}

.page-guide .hp-guide-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1rem;
  width: 0.35rem;
  height: 0.35rem;
  background: var(--hp-accent);
  border-radius: 1px;
}

.page-guide .hp-guide-split {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.page-guide .hp-guide-split h3 {
  margin: 0 0 0.4rem;
  font-family: var(--hp-font-display);
  font-size: 1rem;
  font-weight: 600;
  color: #0d1218;
}

.page-guide .hp-guide-quote {
  margin: 0;
  padding: 0.95rem 1.1rem;
  border-left: 3px solid var(--hp-accent);
  background: #f7f6f4;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: #2a333d;
}

.page-guide .hp-guide-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.page-guide .hp-guide-steps li {
  display: grid;
  grid-template-columns: 2rem minmax(0, 1fr);
  gap: 0.85rem;
  padding: 1.1rem 1.15rem;
  border: 1px solid rgba(18, 22, 26, 0.1);
  background: #fff;
}

.page-guide .hp-guide-steps > li > span {
  font-family: var(--hp-font-display);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: rgba(18, 22, 26, 0.4);
}

.page-guide .hp-guide-steps h3 {
  margin: 0 0 0.35rem;
  font-family: var(--hp-font-display);
  font-size: 1.05rem;
  font-weight: 600;
  color: #0d1218;
}

.page-guide .hp-guide-steps p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #3a4450 !important;
}

.page-guide .hp-guide-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(18, 22, 26, 0.12);
  background: #fff;
}

.page-guide .hp-guide-table {
  width: 100%;
  min-width: 480px;
  border-collapse: collapse;
  margin: 0;
}

.page-guide .hp-guide-table th,
.page-guide .hp-guide-table td {
  padding: 0.95rem 1.1rem;
  border-bottom: 1px solid rgba(18, 22, 26, 0.1);
  text-align: left;
  vertical-align: top;
  font-size: 0.9375rem;
}

.page-guide .hp-guide-table thead th {
  font-family: var(--hp-font-display);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  background: #12161a;
  border-bottom: none;
}

.page-guide .hp-guide-table tbody th {
  width: 34%;
  font-weight: 600;
  color: #0d1218;
}

.page-guide .hp-guide-table tbody td {
  color: #2a333d;
}

.page-guide .hp-guide-table tbody tr:last-child th,
.page-guide .hp-guide-table tbody tr:last-child td {
  border-bottom: none;
}

.page-guide .hp-guide-narrow {
  max-width: 46rem;
}

.page-guide .hp-guide-related {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.5rem;
}

.page-guide .hp-guide-related a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.55rem 0.85rem;
  border: 1px solid rgba(18, 22, 26, 0.12);
  border-radius: 2px;
  background: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  color: #0d1218 !important;
  text-decoration: none !important;
}

.page-guide .hp-guide-related a:hover {
  border-color: var(--hp-ink);
  background: var(--hp-ink);
  color: #fff !important;
}

.page-guide .hp-guide-flowchart {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem 1.25rem;
  counter-reset: none;
}

.page-guide .hp-guide-flowchart li {
  position: relative;
  display: grid;
  grid-template-columns: 2.25rem minmax(0, 1fr);
  gap: 0.85rem;
  align-items: start;
  min-height: 100%;
  padding: 1.15rem 1.2rem;
  border: 1px solid rgba(18, 22, 26, 0.12);
  background: #fff;
}

.page-guide .hp-guide-flowchart li:not(:nth-child(3n))::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.85rem;
  width: 0.7rem;
  height: 2px;
  background: rgba(18, 22, 26, 0.22);
  transform: translateY(-50%);
}

.page-guide .hp-guide-flowchart li > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border: 1px solid rgba(18, 22, 26, 0.14);
  background: #f7f6f4;
  font-family: var(--hp-font-display);
  font-size: 0.8rem;
  font-weight: 700;
  color: #0d1218;
}

.page-guide .hp-guide-flowchart strong {
  display: block;
  margin: 0 0 0.3rem;
  font-family: var(--hp-font-display);
  font-size: 1.05rem;
  font-weight: 600;
  color: #0d1218;
}

.page-guide .hp-guide-flowchart p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #3a4450 !important;
}

.page-guide .hp-guide-flowchart li.is-loop {
  border-color: rgba(232, 106, 18, 0.35);
  background: linear-gradient(180deg, #fffaf6 0%, #fff 100%);
}

.page-guide .hp-guide-flowchart li.is-loop > span {
  border-color: rgba(232, 106, 18, 0.4);
  background: rgba(232, 106, 18, 0.1);
  color: var(--hp-accent);
}

/* —— Assinar plano —— */
.page-assinar .hp-assinar-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(1.75rem, 4vw, 3rem);
  align-items: start;
}

.page-assinar .hp-assinar-aside h2 {
  margin: 0.35rem 0 0.75rem;
  font-family: var(--hp-font-display);
  font-size: clamp(1.45rem, 2.4vw, 1.85rem);
  font-weight: 700;
  color: #0d1218;
}

.page-assinar .hp-assinar-aside p {
  margin: 0 0 1.25rem;
  color: #3a4450;
  line-height: 1.55;
}

.page-assinar .hp-assinar-wa {
  margin: 0 0 1.5rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(13, 18, 24, 0.1);
  background: #fff;
}

.page-assinar .hp-assinar-wa p {
  margin: 0 0 0.75rem;
  font-size: 0.95rem;
}

.page-assinar .hp-assinar-wa .hp-btn {
  display: inline-flex;
  gap: 0.45rem;
  align-items: center;
}

.page-assinar .hp-assinar-notes {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-assinar .hp-assinar-notes li {
  position: relative;
  margin: 0 0 0.55rem;
  padding-left: 1.1rem;
  font-size: 0.92rem;
  color: #3a4450;
}

.page-assinar .hp-assinar-notes li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: var(--hp-accent);
}

.page-assinar .hp-assinar-form-wrap {
  padding: clamp(1.25rem, 3vw, 1.75rem);
  border: 1px solid rgba(13, 18, 24, 0.1);
  background: #fff;
}

.page-assinar .hp-assinar-alert {
  margin: 0 0 1rem;
  padding: 0.75rem 0.9rem;
  border: 1px solid rgba(180, 40, 40, 0.25);
  background: #fff5f5;
  color: #8a1f1f;
  font-size: 0.92rem;
}

.page-assinar .hp-assinar-field {
  margin: 0 0 1rem;
}

.page-assinar .hp-assinar-field label {
  display: block;
  margin: 0 0 0.4rem;
  font-family: var(--hp-font-display);
  font-size: 0.88rem;
  font-weight: 600;
  color: #0d1218;
}

.page-assinar .hp-assinar-form .form-control,
.page-assinar .hp-assinar-form .form-select {
  border-radius: 0;
  border-color: rgba(13, 18, 24, 0.18);
  padding: 0.65rem 0.8rem;
  font-family: var(--hp-font-body);
}

.page-assinar .hp-assinar-form .form-control:focus,
.page-assinar .hp-assinar-form .form-select:focus {
  border-color: rgba(232, 106, 18, 0.55);
  box-shadow: 0 0 0 0.2rem rgba(232, 106, 18, 0.12);
}

.page-assinar .hp-assinar-error {
  display: none;
  margin-top: 0.35rem;
  font-size: 0.85rem;
  color: #b42318;
}

.page-assinar .hp-assinar-captcha {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.page-assinar .hp-assinar-captcha img {
  display: block;
  border: 1px solid rgba(13, 18, 24, 0.12);
  background: #f4f6f8;
}

.page-assinar .hp-assinar-captcha .form-control {
  max-width: 8rem;
}

.page-assinar .hp-assinar-form .hp-btn[disabled] {
  opacity: 0.55;
  cursor: not-allowed;
}

.page-assinar .hp-assinar-legal {
  margin: 0.85rem 0 0;
  font-size: 0.82rem;
  color: #5a6570;
  line-height: 1.45;
}

/* —— Confirmação assinar-plano-enviado —— */
.page-assinar-enviado .hp-enviado-panel {
  max-width: 40rem;
  margin: 0 auto;
  text-align: center;
}

.page-assinar-enviado .hp-enviado-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  margin: 0 0 1rem;
  border: 1px solid rgba(232, 106, 18, 0.35);
  background: rgba(232, 106, 18, 0.08);
  color: var(--hp-accent);
  font-size: 1.75rem;
}

.page-assinar-enviado .hp-enviado-panel h2 {
  margin: 0 0 1rem;
  font-family: var(--hp-font-display);
  font-size: clamp(1.35rem, 2.2vw, 1.7rem);
  font-weight: 700;
  color: #0d1218;
}

.page-assinar-enviado .hp-enviado-steps {
  margin: 0 auto 1.25rem;
  padding: 0;
  list-style: none;
  text-align: left;
  max-width: 28rem;
  counter-reset: enviado;
}

.page-assinar-enviado .hp-enviado-steps li {
  position: relative;
  margin: 0 0 0.65rem;
  padding-left: 2.2rem;
  color: #3a4450;
  line-height: 1.5;
  counter-increment: enviado;
}

.page-assinar-enviado .hp-enviado-steps li::before {
  content: counter(enviado);
  position: absolute;
  left: 0;
  top: 0.1rem;
  width: 1.5rem;
  height: 1.5rem;
  display: grid;
  place-items: center;
  font-family: var(--hp-font-display);
  font-size: 0.75rem;
  font-weight: 700;
  border: 1px solid rgba(13, 18, 24, 0.15);
  background: #fff;
  color: #0d1218;
}

.page-assinar-enviado .hp-enviado-note {
  margin: 0 0 1.5rem;
  color: #5a6570;
  font-size: 0.95rem;
  line-height: 1.55;
}

.page-assinar-enviado .hp-enviado-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.page-assinar-enviado .hp-enviado-actions .hp-btn {
  display: inline-flex;
  gap: 0.45rem;
  align-items: center;
}

@media (max-width: 991.98px) {
  .page-guide .hp-guide-layout {
    grid-template-columns: 1fr;
  }

  .page-guide .hp-guide-toc {
    position: static;
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem 1rem;
  }

  .page-guide .hp-guide-pillars,
  .page-guide .hp-guide-split,
  .page-guide .hp-guide-steps,
  .page-guide .hp-guide-flowchart {
    grid-template-columns: 1fr;
  }

  .page-guide .hp-guide-flowchart li:not(:nth-child(3n))::after {
    display: none;
  }

  .page-guide .hp-guide-flowchart li:not(:last-child)::after {
    display: block;
    top: auto;
    right: auto;
    left: 2.2rem;
    bottom: -0.7rem;
    width: 2px;
    height: 0.55rem;
    transform: none;
  }

  .page-post #relacionados .hp-blog-grid {
    grid-template-columns: 1fr;
  }

  .page-post .hp-post-adjacent {
    grid-template-columns: 1fr;
  }

  .page-post .hp-post-adjacent-link.is-next {
    text-align: left;
  }

  .page-assinar .hp-assinar-layout {
    grid-template-columns: 1fr;
  }
}
