body.gps-page {
  background: #050505;
  color: #f2f2f2;
}

.gps-page .container {
  width: min(1120px, 92%);
  margin-inline: auto;
}

.gps-page section {
  padding: 110px 0;
}

.gps-page .contact-overlap {
  padding: 0 !important;
}

.gps-page .badge {
  margin-bottom: 18px;
}

.gps-page h1,
.gps-page h2 {
  letter-spacing: -0.03em;
}

.gps-page .section-intro {
  max-width: 42rem;
  margin-bottom: 48px;
}

.gps-page .section-intro.centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.gps-page .section-intro.centered h2 {
  margin-left: auto;
  margin-right: auto;
}

.gps-page .section-intro p {
  color: #c9c2b4;
  font-size: 1.05rem;
  line-height: 1.7;
}

.gps-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

/* 01 HERO */
.gps-hero {
  position: relative;
  isolation: isolate;
  min-height: 88vh;
  display: flex;
  align-items: flex-end;
  padding: 140px 0 88px !important;
  overflow: hidden;
}

.gps-hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.42) 0%, rgba(5, 5, 5, 0.82) 55%, #050505 100%),
    url("../images/hero-cinema-gps-orientacao.webp") center 40% / cover no-repeat;
  z-index: -2;
}

.gps-hero-glow {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(ellipse 70% 40% at 18% 28%, rgba(200, 164, 93, 0.16), transparent 60%),
    radial-gradient(ellipse 50% 30% at 88% 70%, rgba(200, 164, 93, 0.08), transparent 55%);
}

.gps-hero-copy {
  max-width: 40rem;
}

.gps-hero h1 {
  margin: 0 0 18px;
  font-size: clamp(2.15rem, 5.4vw, 3.85rem);
  line-height: 1.08;
  font-weight: 800;
  color: #fff;
}

.gps-hero-lead {
  margin: 0 0 14px;
  font-size: clamp(1.15rem, 2.2vw, 1.45rem);
  line-height: 1.45;
  color: #e8c889;
  font-weight: 600;
}

.gps-hero-sub {
  margin: 0;
  max-width: 38rem;
  color: #d5cbb8;
  font-size: 1.05rem;
  line-height: 1.7;
}

/* 02 CHICLETE */
.gps-chiclete {
  padding: 72px 0 40px !important;
  text-align: center;
}

.gps-chiclete p {
  margin: 0 auto;
  max-width: 28ch;
  font-size: clamp(1.55rem, 3.8vw, 2.45rem);
  line-height: 1.25;
  font-weight: 750;
  color: #f8f1e6;
}

.gps-chiclete p.gps-chiclete-sub {
  max-width: 42rem;
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.55;
  color: #b8b0a0;
}

.gps-chiclete strong {
  color: #e8c889;
  font-weight: 750;
}

/* 03 COMO FUNCIONA */
.gps-como .section-intro.centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.gps-como .gps-path {
  margin-left: auto;
  margin-right: auto;
}

.gps-como {
  padding-top: 64px !important;
}

.gps-path {
  display: grid;
  gap: 12px;
  max-width: 720px;
}

.gps-path li {
  display: grid;
  grid-template-columns: 2.4rem 1fr;
  gap: 14px;
  align-items: start;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.02);
  list-style: none;
}

.gps-path {
  margin: 0;
  padding: 0;
}

.gps-path em {
  font-style: normal;
  font-family: inherit;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #e8c889;
  padding-top: 3px;
}

.gps-path span {
  color: #ddd4c4;
  font-size: 1.02rem;
  line-height: 1.5;
}

.gps-como-note {
  margin: 22px 0 0;
  color: #e8c889;
  font-weight: 650;
  letter-spacing: 0.02em;
  text-align: center;
}

/* 04 PROBLEMAS */
.gps-problemas {
  background:
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(200, 164, 93, 0.06), transparent 55%);
}

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

.gps-problem-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 100%;
  padding: 24px 22px 22px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #101010;
  text-decoration: none;
  color: inherit;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.gps-problem-card:hover {
  transform: translateY(-4px);
  border-color: rgba(200, 164, 93, 0.45);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

.gps-problem-card i {
  width: 22px;
  height: 22px;
  color: #e8c889;
}

.gps-problem-card strong {
  display: block;
  color: #f4efe4;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.3;
}

.gps-problem-card span {
  color: #b8b0a0;
  font-size: 0.92rem;
  line-height: 1.45;
  margin-top: auto;
}

.gps-problem-card.is-soft {
  border-style: dashed;
  background: transparent;
}

/* 05 NÃO ESCOLHA PELO NOME */
.gps-nome {
  text-align: center;
}

.gps-nome .section-intro {
  margin-bottom: 0;
}

.gps-nome-punch {
  margin: 28px auto 0;
  max-width: 22ch;
  font-size: clamp(1.45rem, 3.2vw, 2.1rem);
  line-height: 1.25;
  font-weight: 750;
  color: #f8f1e6;
}

.gps-nome-punch span {
  color: #e8c889;
}

/* 06 QUATRO PERGUNTAS */
.gps-perguntas-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.gps-q {
  padding: 28px 26px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #111;
}

.gps-q em {
  display: block;
  margin-bottom: 10px;
  font-style: normal;
  color: #e8c889;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.gps-q h3 {
  margin: 0 0 10px;
  font-size: 1.28rem;
  color: #f4efe4;
}

.gps-q p {
  margin: 0;
  color: #c9c2b4;
  line-height: 1.6;
}

.gps-perguntas-close {
  margin: 28px auto 0;
  max-width: 40rem;
  text-align: center;
  color: #f4efe4;
  font-size: 1.15rem;
  font-weight: 650;
  line-height: 1.5;
}

/* 12 FLUXO */
.gps-fluxo {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.gps-flow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gps-flow li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.gps-flow strong {
  display: inline-flex;
  align-items: center;
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid rgba(200, 164, 93, 0.28);
  background: rgba(200, 164, 93, 0.06);
  color: #f4efe4;
  font-size: 0.92rem;
  font-weight: 650;
}

.gps-flow i {
  color: #8a8173;
}

/* 07 TABELA */
.gps-matriz .section-intro {
  max-width: 44rem;
}

.gps-page .services-table-wrap {
  margin-top: 8px;
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
}

.gps-page .services-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  background: #0c0c0c;
}

.gps-page .services-table th,
.gps-page .services-table td {
  padding: 16px 18px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.95rem;
  line-height: 1.45;
  color: #d7d0c4;
}

.gps-page .services-table thead th {
  color: #e8c889;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: #101010;
}

.gps-page .services-table tbody tr:hover {
  background: rgba(255, 255, 255, 0.025);
}

.gps-page .services-table td a {
  color: #e8c889;
  font-weight: 700;
  text-decoration: none;
}

.gps-page .services-table td a:hover {
  text-decoration: underline;
}

/* 08 ERRO */
.gps-erro {
  text-align: center;
}

.gps-erro-title {
  margin: 0 auto 22px;
  max-width: 18ch;
  font-size: clamp(1.7rem, 4vw, 2.6rem);
  line-height: 1.18;
  font-weight: 800;
  color: #fff;
}

.gps-erro-title span {
  color: #e8c889;
}

.gps-erro-copy {
  max-width: 38rem;
  margin: 0 auto;
  color: #c9c2b4;
  font-size: 1.08rem;
  line-height: 1.7;
}

.gps-erro-roles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  max-width: 720px;
  margin: 36px auto 0;
  text-align: left;
}

.gps-erro-roles article {
  padding: 22px 22px 20px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #101010;
}

.gps-erro-roles h3 {
  margin: 0 0 8px;
  color: #e8c889;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.gps-erro-roles p {
  margin: 0;
  color: #ddd4c4;
  line-height: 1.55;
}

/* 09 FAQ */
.gps-page .faq-premium {
  padding: 110px 0;
}

.gps-page .faq-premium-header {
  max-width: 780px;
  margin: 0 auto 28px;
  text-align: center;
}

.gps-page .faq-wrapper {
  display: grid;
  gap: 12px;
  max-width: 860px;
  margin: 0 auto;
}

.gps-page .faq-item {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding: 16px 18px;
  background: #111;
}

.gps-page .faq-question {
  cursor: pointer;
  font-weight: 700;
  color: #f4efe4;
  list-style: none;
}

.gps-page .faq-question::-webkit-details-marker {
  display: none;
}

.gps-page .faq-answer {
  margin-top: 12px;
  color: #c9c2b4;
  line-height: 1.65;
}

/* 10 / 11 CTAs */
.gps-cta {
  text-align: center;
}

.gps-cta h2 {
  margin: 0 auto 16px;
  max-width: 18ch;
  font-size: clamp(1.7rem, 4vw, 2.55rem);
  line-height: 1.18;
}

.gps-cta p {
  margin: 0 auto;
  max-width: 38rem;
  color: #c9c2b4;
  font-size: 1.05rem;
  line-height: 1.7;
}

.gps-cta .gps-cta-row {
  justify-content: center;
}

.gps-cta-alt {
  padding-top: 40px !important;
  background: linear-gradient(180deg, transparent, rgba(200, 164, 93, 0.05) 40%, transparent);
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.show {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .gps-problem-grid,
  .gps-perguntas-grid,
  .gps-erro-roles {
    grid-template-columns: 1fr;
  }

  .gps-hero {
    min-height: auto;
    padding: 120px 0 64px !important;
  }

  .gps-page section {
    padding: 80px 0;
  }
}

@media (max-width: 720px) {
  .gps-flow {
    flex-direction: column;
  }

  .gps-flow i {
    transform: rotate(90deg);
  }

  .gps-chiclete p {
    max-width: 16ch;
  }
}

/* Responsável Técnico */
.exec-dossier {
  position: relative;
  padding: 110px 0 160px;
  background:
    radial-gradient(circle at 80% 20%, rgba(200, 164, 93, 0.1), transparent 35%),
    #060606;
}

.exec-dossier .section-intro {
  text-align: center;
  margin-bottom: 56px;
}

.exec-dossier .section-intro h2 {
  max-width: 18ch;
  margin-left: auto;
  margin-right: auto;
}

.exec-dossier-photo {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  min-height: 420px;
  border: 1px solid rgba(200, 164, 93, 0.25);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.exec-dossier-photo img {
  width: 100%;
  height: 100%;
  min-height: 480px;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.urb-exec-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.2fr);
  gap: 48px 56px;
  align-items: start;
  max-width: 1100px;
  margin: 0 auto;
}

.urb-exec-photo {
  position: sticky;
  top: 96px;
}

.urb-exec-trajetoria h3,
.urb-exec-formacao > h3 {
  margin: 0 0 18px;
  color: #e8c889;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.urb-exec-lead {
  margin: 0 0 22px !important;
  color: #f4efe4 !important;
  font-size: clamp(22px, 2.8vw, 28px) !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
}

.urb-exec-trajetoria p,
.urb-exec-why p {
  margin: 0 0 16px;
  color: #c9c2b4;
  font-size: 17px;
  line-height: 1.7;
}

.urb-exec-why {
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid rgba(200, 164, 93, 0.22);
}

.urb-exec-why-key {
  color: #f4efe4 !important;
  font-size: clamp(18px, 2.2vw, 21px) !important;
  font-weight: 650 !important;
  line-height: 1.5 !important;
}

.urb-exec-formacao {
  max-width: 1100px;
  margin: 72px auto 0;
}

.urb-exec-formacao-lead {
  margin: -6px 0 28px;
  color: #9a9286;
  font-size: 15px;
}

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

.urb-exec-cred-grid article {
  padding: 22px 20px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.urb-exec-cred-grid h4 {
  margin: 0 0 10px;
  color: #e8c889;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.urb-exec-cred-grid p {
  margin: 0;
  color: #ddd4c4;
  font-size: 14.5px;
  line-height: 1.5;
}

.urb-exec-close {
  max-width: 760px;
  margin: 64px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.exec-dossier-btn {
  display: inline-flex;
}

.urb-exec-close .exec-memorial-btn {
  margin-top: 0.75rem;
}

.exec-footnote {
  margin: 12px 0 0;
  color: #8f8f8f;
  font-size: 13px;
  line-height: 1.55;
  max-width: 420px;
}

@media (max-width: 980px) {
  .urb-exec-cred-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .urb-exec-photo {
    position: static;
  }
}

@media (max-width: 900px) {
  .urb-exec-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .urb-exec-photo {
    position: static;
    max-width: 420px;
    margin: 0 auto;
    width: 100%;
  }

  .exec-dossier-photo img {
    min-height: 0;
    width: 100%;
    aspect-ratio: 3 / 4;
  }

  .urb-exec-lead {
    font-size: clamp(1.2rem, 5.2vw, 1.55rem) !important;
  }

  .urb-exec-trajetoria p,
  .urb-exec-why p {
    font-size: 1rem;
  }

  .urb-exec-cred-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== Microinteracao 4 caminhos ===== */
.gps-micro-paths {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  max-width: 960px;
  margin: 0 auto;
}

.gps-micro-path {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  text-align: left;
  padding: 24px 22px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #101010;
  color: inherit;
  cursor: pointer;
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.gps-micro-path i {
  width: 22px;
  height: 22px;
  color: #e8c889;
}

.gps-micro-path strong {
  font-size: 1.08rem;
  color: #f4efe4;
  line-height: 1.3;
}

.gps-micro-path span {
  color: #b8b0a0;
  font-size: 0.92rem;
  line-height: 1.45;
}

.gps-micro-path:hover,
.gps-micro-path.is-active {
  border-color: rgba(200, 164, 93, 0.5);
  background: #14110c;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
}

.gps-micro-panel {
  margin-top: 28px;
  padding: 28px 26px;
  border-radius: 20px;
  border: 1px solid rgba(200, 164, 93, 0.22);
  background:
    radial-gradient(ellipse 70% 50% at 10% 0%, rgba(200, 164, 93, 0.08), transparent 55%),
    #0c0c0c;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.gps-micro-panel.is-open {
  opacity: 1;
  transform: translateY(0);
}

.gps-micro-lead {
  margin: 0 0 8px;
  color: #f4efe4;
  font-size: clamp(1.2rem, 2.4vw, 1.55rem);
  font-weight: 700;
  line-height: 1.35;
}

.gps-micro-hint {
  margin: 0 0 22px;
  color: #e8c889;
  font-weight: 600;
}

.gps-micro-results {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}

.gps-micro-result {
  padding: 20px 18px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.gps-micro-result h3 {
  margin: 0 0 8px;
  color: #f4efe4;
  font-size: 1.05rem;
}

.gps-micro-result p {
  margin: 0 0 14px;
  color: #c9c2b4;
  font-size: 0.95rem;
  line-height: 1.55;
}

.gps-micro-result a {
  color: #e8c889;
  font-weight: 700;
  text-decoration: none;
  font-size: 0.92rem;
}

.gps-micro-result a:hover {
  text-decoration: underline;
}

.gps-micro-next {
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.gps-micro-next p {
  margin: 0;
  max-width: 28rem;
  color: #ddd4c4;
  font-size: 1.05rem;
  font-weight: 650;
}

/* ===== Explore cards ===== */
.gps-explore-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.gps-explore-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 220px;
  padding: 24px 22px 20px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #101010;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.gps-explore-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.28s ease;
  background:
    radial-gradient(circle at 90% 10%, rgba(200, 164, 93, 0.18), transparent 45%),
    linear-gradient(160deg, rgba(200, 164, 93, 0.08), transparent 55%);
  pointer-events: none;
}

.gps-explore-card:hover {
  transform: translateY(-4px);
  border-color: rgba(200, 164, 93, 0.48);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.35);
}

.gps-explore-card:hover::before {
  opacity: 1;
}

.gps-explore-kicker {
  position: relative;
  color: #e8c889;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.gps-explore-card strong {
  position: relative;
  color: #f4efe4;
  font-size: 1.12rem;
  line-height: 1.3;
}

.gps-explore-card p {
  position: relative;
  margin: 0;
  color: #b8b0a0;
  font-size: 0.95rem;
  line-height: 1.55;
  opacity: 0.92;
}

.gps-explore-card em {
  position: relative;
  margin-top: auto;
  font-style: normal;
  color: #e8c889;
  font-weight: 700;
  font-size: 0.9rem;
}

.gps-cta-final {
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(200, 164, 93, 0.1), transparent 60%);
}

/* ===== Diagnóstico por descrição ===== */
.gps-diag-form {
  max-width: 720px;
  margin: 0 auto 28px;
  display: grid;
  gap: 14px;
}

.gps-diag-label-field {
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #e8c889;
}

.gps-diag-form textarea {
  width: 100%;
  min-height: 140px;
  resize: vertical;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #0f0f0f;
  color: #f4efe4;
  padding: 18px 18px;
  font: inherit;
  line-height: 1.55;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.gps-diag-form textarea:focus {
  outline: none;
  border-color: rgba(200, 164, 93, 0.55);
  box-shadow: 0 0 0 3px rgba(200, 164, 93, 0.12);
}

.gps-diag-form textarea.is-invalid {
  border-color: rgba(220, 120, 100, 0.7);
}

.gps-diag-form .btn {
  justify-self: start;
}

.gps-diag-result {
  max-width: 820px;
  margin: 0 auto;
  padding: 28px 26px;
  border-radius: 20px;
  border: 1px solid rgba(200, 164, 93, 0.25);
  background:
    radial-gradient(ellipse 70% 50% at 8% 0%, rgba(200, 164, 93, 0.1), transparent 55%),
    #0c0c0c;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.gps-diag-result.is-open {
  opacity: 1;
  transform: none;
}

.gps-diag-kicker {
  margin: 0 0 8px;
  color: #e8c889;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.gps-diag-label {
  margin: 0;
  color: #b8b0a0;
}

.gps-diag-title {
  margin: 10px 0 22px;
  color: #f4efe4;
  font-size: clamp(1.45rem, 3vw, 1.9rem);
  line-height: 1.2;
}

.gps-diag-block {
  margin-bottom: 18px;
}

.gps-diag-block h4 {
  margin: 0 0 8px;
  color: #e8c889;
  font-size: 0.95rem;
}

.gps-diag-block p,
.gps-diag-block ul {
  margin: 0;
  color: #d8d0c2;
  line-height: 1.65;
}

.gps-diag-block ul {
  padding-left: 1.1rem;
}

.gps-diag-attention {
  margin: 0 0 20px;
  padding: 14px 16px;
  border-left: 3px solid rgba(200, 164, 93, 0.55);
  background: rgba(255, 255, 255, 0.03);
  color: #cfc6b6;
  line-height: 1.6;
}

.gps-diag-actions {
  margin-bottom: 26px;
}

.gps-diag-also {
  margin-top: 8px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.gps-diag-also h4 {
  margin: 0 0 14px;
  color: #f4efe4;
}

.gps-diag-also-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 16px;
}

.gps-diag-alt {
  padding: 16px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #121212;
}

.gps-diag-alt.is-main {
  border-color: rgba(200, 164, 93, 0.4);
  background: #16120c;
}

.gps-diag-alt span {
  display: block;
  margin-bottom: 6px;
  color: #e8c889;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gps-diag-alt strong {
  display: block;
  color: #f4efe4;
  margin-bottom: 6px;
}

.gps-diag-alt p {
  margin: 0 0 10px;
  color: #b8b0a0;
  font-size: 0.9rem;
  line-height: 1.45;
}

.gps-diag-alt a {
  color: #e8c889;
  font-weight: 700;
  text-decoration: none;
}

.gps-diag-disclaimer {
  margin: 18px 0 0;
  color: #9e9688;
  font-size: 0.88rem;
  line-height: 1.55;
}

/* ===== Pares cinematográficos ===== */
.gps-pairs-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.gps-pair-cinema {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 280px;
  padding: 28px 24px 24px;
  border-radius: 22px;
  border: 1px solid rgba(200, 164, 93, 0.22);
  display: flex;
  flex-direction: column;
  gap: 18px;
  background: #0a0a0a;
}

.gps-pair-cinema-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(ellipse 80% 60% at 12% 0%, rgba(200, 164, 93, 0.18), transparent 55%),
    linear-gradient(160deg, #14110c 0%, #080808 55%, #050505 100%);
}

.gps-pair-cinema[data-tone="1"] .gps-pair-cinema-bg {
  background:
    radial-gradient(ellipse 70% 55% at 88% 10%, rgba(200, 164, 93, 0.14), transparent 50%),
    linear-gradient(200deg, #101418 0%, #080808 60%, #050505 100%);
}

.gps-pair-cinema[data-tone="2"] .gps-pair-cinema-bg {
  background:
    radial-gradient(ellipse 60% 50% at 50% 100%, rgba(200, 164, 93, 0.12), transparent 55%),
    linear-gradient(180deg, #12100c 0%, #070707 100%);
}

.gps-pair-cinema:hover {
  border-color: rgba(200, 164, 93, 0.45);
  transform: translateY(-3px);
  transition: border-color 0.28s ease, transform 0.28s ease, box-shadow 0.28s ease;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.45);
}

.gps-pair-cinema-hook {
  margin: 0;
  color: #d8d0c2;
  font-size: 1.05rem;
  line-height: 1.55;
}

.gps-pair-cinema-vs {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 12px;
  align-items: center;
}

.gps-pair-cinema-vs span {
  display: block;
  margin-bottom: 6px;
  color: #e8c889;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.gps-pair-cinema-vs strong {
  color: #f4efe4;
  font-size: 1.08rem;
  line-height: 1.3;
}

.gps-pair-cinema-vs em {
  font-style: normal;
  color: #e8c889;
  font-weight: 800;
  font-size: 1.2rem;
}

.gps-pair-btn {
  margin-top: auto;
  align-self: flex-start;
  appearance: none;
  border: 1px solid rgba(200, 164, 93, 0.55);
  background: linear-gradient(135deg, #c8a45d, #e8c889);
  color: #111111;
  font: inherit;
  font-weight: 800;
  padding: 12px 18px;
  border-radius: 999px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gps-pair-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(200, 164, 93, 0.28);
  color: #111111;
}

/* ===== Laboratório de comparação ===== */
.gps-compare-lab {
  max-width: 960px;
  margin: 0 auto 28px;
}

.gps-compare-search {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #0f0f0f;
}

.gps-compare-search input {
  flex: 1;
  border: 0;
  background: transparent;
  color: #f4efe4;
  font: inherit;
  outline: none;
}

.gps-compare-pick-label {
  margin: 0 0 12px;
  color: #e8c889;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.gps-pick-tray {
  margin: 0 0 18px;
  padding: 16px 16px 14px;
  border-radius: 16px;
  border: 1px solid rgba(200, 164, 93, 0.35);
  background:
    radial-gradient(ellipse 70% 80% at 0% 50%, rgba(200, 164, 93, 0.1), transparent 55%),
    #12100c;
}

.gps-pick-tray-label {
  margin: 0 0 12px;
  color: #e8c889;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.gps-pick-tray-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gps-pick-selected {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 220px;
  padding: 12px 12px 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(200, 164, 93, 0.55);
  background: linear-gradient(180deg, rgba(200, 164, 93, 0.14), rgba(200, 164, 93, 0.05));
  box-shadow: 0 0 0 1px rgba(200, 164, 93, 0.08), 0 10px 24px rgba(0, 0, 0, 0.25);
}

.gps-pick-selected strong {
  flex: 1;
  color: #f8f1e6;
  font-size: 0.95rem;
  line-height: 1.3;
}

.gps-pick-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 18px;
}

.gps-pick-chip {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: left;
  padding: 14px 40px 14px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #101010;
  color: #cfc6b6;
  cursor: pointer;
  transition:
    border-color 0.22s ease,
    background 0.22s ease,
    transform 0.22s ease,
    color 0.22s ease,
    box-shadow 0.22s ease;
}

.gps-pick-chip strong {
  font-size: 0.95rem;
  line-height: 1.3;
  color: inherit;
}

.gps-pick-chip:hover {
  border-color: rgba(200, 164, 93, 0.4);
  transform: translateY(-1px);
  color: #f4efe4;
}

.gps-pick-chip.is-selected {
  border-color: rgba(200, 164, 93, 0.7);
  background: linear-gradient(180deg, rgba(200, 164, 93, 0.16), #14110c);
  color: #f8f1e6;
  box-shadow:
    0 0 0 1px rgba(200, 164, 93, 0.18),
    0 12px 28px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(232, 200, 137, 0.12);
}

.gps-pick-chip.is-selected strong {
  color: #f8f1e6;
}

.gps-pick-mark {
  display: inline-flex;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #c8a45d, #e8c889);
  color: #111;
  font-size: 0.75rem;
  font-weight: 900;
  flex-shrink: 0;
}

.gps-pick-remove {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border-radius: 999px;
  border: 1px solid rgba(200, 164, 93, 0.35);
  background: rgba(0, 0, 0, 0.35);
  color: #e8c889;
  font-size: 1.05rem;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.gps-pick-selected .gps-pick-remove {
  position: static;
  transform: none;
  margin-left: 4px;
}

.gps-pick-remove:hover {
  background: rgba(200, 164, 93, 0.2);
  border-color: rgba(200, 164, 93, 0.65);
  color: #f8f1e6;
}

.gps-compare-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-top: 8px;
}

.gps-compare-bar p {
  margin: 0;
  color: #d8d0c2;
  font-weight: 650;
}

.gps-compare-bar .btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.gps-compare-out {
  margin-top: 18px;
}

.gps-compare-hint {
  color: #b8b0a0;
}

/* ===== Decision Matrix Premium ===== */
.gps-matrix-stage {
  padding: 32px 22px 28px;
  border-radius: 28px;
  border: 1px solid rgba(200, 164, 93, 0.28);
  background:
    radial-gradient(ellipse 75% 40% at 50% 0%, rgba(200, 164, 93, 0.14), transparent 55%),
    linear-gradient(180deg, #0e0c09 0%, #080808 45%, #050505 100%);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
}

.gps-matrix-head {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto 28px;
}

.gps-matrix-kicker {
  margin: 0 0 8px;
  color: #e8c889;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.gps-matrix-head h3 {
  margin: 0 0 12px;
  color: #f4efe4;
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  line-height: 1.25;
}

.gps-matrix-lead {
  margin: 0 0 14px;
  color: #b8b0a0;
  line-height: 1.6;
}

.gps-matrix-count {
  margin: 0;
  display: inline-flex;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(200, 164, 93, 0.35);
  background: rgba(200, 164, 93, 0.08);
  color: #e8c889;
  font-size: 0.85rem;
  font-weight: 700;
}

.gps-matrix-banner {
  margin: 0 0 22px;
  text-align: center;
  color: #f4efe4;
  font-size: clamp(1.05rem, 2.2vw, 1.25rem);
  font-weight: 750;
  letter-spacing: 0.02em;
}

.gps-matrix-grid {
  display: grid;
  gap: 14px;
  margin-bottom: 28px;
}

.gps-matrix-grid[data-count="2"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gps-matrix-grid[data-count="3"] {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gps-matrix-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 100%;
  padding: 22px 18px 20px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 42%),
    #101010;
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    opacity 0.28s ease,
    filter 0.28s ease;
}

.gps-matrix-grid.is-focusing .gps-matrix-card:not(.is-active) {
  opacity: 0.55;
  filter: saturate(0.75);
  transform: scale(0.985);
}

.gps-matrix-card.is-active,
.gps-matrix-card:hover {
  transform: scale(1.02);
  border-color: rgba(200, 164, 93, 0.55);
  box-shadow:
    0 0 0 1px rgba(200, 164, 93, 0.15),
    0 22px 48px rgba(0, 0, 0, 0.4),
    0 0 40px rgba(200, 164, 93, 0.08);
  z-index: 2;
}

.gps-matrix-name {
  margin: 0;
  color: #f4efe4;
  font-size: 1.12rem;
  font-weight: 800;
  line-height: 1.25;
}

.gps-matrix-q {
  margin: 0;
  color: #e8c889;
  font-size: 0.98rem;
  font-weight: 750;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.gps-matrix-focus {
  margin: 0;
  color: #c9c2b4;
  font-size: 0.95rem;
}

.gps-matrix-rule {
  border: 0;
  border-top: 1px solid rgba(200, 164, 93, 0.25);
  margin: 4px 0;
}

.gps-matrix-checks {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
}

.gps-matrix-checks li {
  color: #e8e0d2;
  font-size: 0.92rem;
  font-weight: 650;
}

.gps-matrix-card.is-active .gps-matrix-checks li,
.gps-matrix-card:hover .gps-matrix-checks li {
  color: #f8f1e6;
}

.gps-matrix-not span {
  display: block;
  margin-bottom: 4px;
  color: #9e9688;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.gps-matrix-not p {
  margin: 0;
  color: #9e9688;
  font-size: 0.9rem;
  line-height: 1.4;
}

.gps-matrix-cta {
  margin-top: auto;
  align-self: flex-start;
  display: inline-flex;
  padding: 11px 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, #c8a45d, #e8c889);
  color: #111 !important;
  font-weight: 800;
  text-decoration: none;
  font-size: 0.9rem;
}

/* Veredito */
.gps-veredito {
  margin: 0 0 28px;
  padding: 24px 22px;
  border-radius: 20px;
  border: 1px solid rgba(200, 164, 93, 0.3);
  background:
    radial-gradient(ellipse 60% 80% at 0% 50%, rgba(200, 164, 93, 0.1), transparent 55%),
    #0c0b09;
}

.gps-veredito-kicker {
  margin: 0 0 8px;
  color: #e8c889;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.gps-veredito h4 {
  margin: 0 0 18px;
  color: #f4efe4;
  font-size: 1.35rem;
}

.gps-veredito-list {
  display: grid;
  gap: 12px;
}

.gps-veredito-row {
  display: grid;
  grid-template-columns: 1fr auto minmax(10rem, 1.1fr);
  gap: 12px;
  align-items: center;
  padding: 14px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
}

.gps-veredito-row span {
  display: block;
  margin-bottom: 4px;
  color: #9e9688;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gps-veredito-row strong {
  color: #f4efe4;
  font-size: 0.98rem;
  line-height: 1.3;
}

.gps-veredito-row em {
  color: #e8c889;
  font-style: normal;
  font-weight: 800;
}

.gps-veredito-row a {
  color: #e8c889;
  font-weight: 800;
  text-decoration: none;
}

.gps-veredito-row a:hover {
  text-decoration: underline;
}

.gps-veredito-note {
  margin: 16px 0 0;
  color: #9e9688;
  font-size: 0.9rem;
}

.gps-cinema-center h4 {
  margin: 0 0 14px;
  text-align: center;
  color: #f4efe4;
}

/* ===== Universos / cards vivos ===== */
.gps-all-grid {
  display: grid;
  gap: 42px;
}

.gps-universe-head {
  margin-bottom: 16px;
}

.gps-universe-kicker {
  margin: 0 0 6px;
  color: #e8c889;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.gps-universe-head h3 {
  margin: 0;
  color: #f4efe4;
  font-size: clamp(1.35rem, 2.5vw, 1.7rem);
}

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

.gps-live-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 300px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  text-decoration: none;
  color: inherit;
  display: block;
  background: #121212;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.gps-live-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #1a1612;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(1.06);
  transition: transform 0.45s ease, filter 0.45s ease;
  filter: brightness(0.75) saturate(0.95) contrast(1.05);
}

.gps-live-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.12) 0%, rgba(5, 5, 5, 0.28) 32%, rgba(5, 5, 5, 0.86) 100%);
}

.gps-live-body {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 2;
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.gps-live-body strong {
  color: #f8f1e6;
  font-size: 1.15rem;
  line-height: 1.25;
}

.gps-live-teaser {
  color: #d0c7b8;
  font-size: 0.95rem;
  line-height: 1.45;
}

.gps-live-cta {
  margin-top: 6px;
  font-style: normal;
  color: #e8c889;
  font-weight: 800;
}

.gps-live-hover {
  position: absolute;
  inset: 0;
  z-index: 3;
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 12px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  background: linear-gradient(180deg, rgba(5, 5, 5, 0.25) 0%, rgba(5, 5, 5, 0.82) 48%, #050505 100%);
  pointer-events: none;
}

.gps-live-hover small {
  display: block;
  margin-bottom: 6px;
  color: #e8c889;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.gps-live-hover b {
  display: block;
  color: #f4efe4;
  font-size: 0.95rem;
  font-weight: 650;
  line-height: 1.4;
}

.gps-live-hover em,
.gps-live-hover-cta {
  font-style: normal;
  color: #e8c889;
  font-weight: 800;
}

/* Label do nome: oculto no desktop (hover permanece igual) */
.gps-live-name {
  display: none;
}

/* Bloco editorial abaixo do card: só mobile/tablet */
.gps-live-aside {
  display: none;
}

/* No desktop o wrapper não altera o grid (card continua célula direta) */
.gps-live-item {
  display: contents;
}

.gps-live-card:hover {
  transform: translateY(-5px);
  border-color: rgba(200, 164, 93, 0.5);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.4);
}

.gps-live-card:hover .gps-live-bg {
  transform: scale(1.12);
  filter: brightness(0.9) saturate(1.05) contrast(1.05);
}

.gps-live-card:hover .gps-live-body {
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
}

.gps-live-card:hover .gps-live-hover {
  opacity: 1;
  transform: none;
}

.gps-matrix-example {
  padding: 12px;
  border-radius: 12px;
  border: 1px solid rgba(200, 164, 93, 0.22);
  background: rgba(200, 164, 93, 0.06);
}

.gps-matrix-example span {
  display: block;
  margin-bottom: 6px;
  color: #e8c889;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.gps-matrix-example p {
  margin: 0;
  color: #d8d0c2;
  font-size: 0.9rem;
  line-height: 1.45;
  font-style: italic;
}

@media (max-width: 980px) {
  .gps-matrix-grid[data-count="2"],
  .gps-matrix-grid[data-count="3"],
  .gps-live-grid,
  .gps-veredito-row,
  .gps-micro-paths,
  .gps-pairs-grid,
  .gps-pick-grid {
    grid-template-columns: 1fr;
  }

  .gps-pair-cinema-vs {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .gps-live-grid,
  .gps-matrix-grid[data-count="3"],
  .gps-pairs-grid,
  .gps-pick-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .gps-matrix-grid[data-count="2"],
  .gps-matrix-grid[data-count="3"],
  .gps-live-grid,
  .gps-veredito-row,
  .gps-micro-paths,
  .gps-pairs-grid,
  .gps-pick-grid,
  .gps-pair-cinema-vs {
    grid-template-columns: 1fr !important;
  }
}

.gps-compare-table-wrap,
.gps-situacao-table-wrap {
  overflow-x: auto;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  -webkit-overflow-scrolling: touch;
}

.gps-compare-table,
.gps-situacao-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 640px;
  background: #0c0c0c;
}

.gps-compare-table th,
.gps-compare-table td,
.gps-situacao-table th,
.gps-situacao-table td {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  text-align: left;
  vertical-align: top;
  color: #d8d0c2;
  line-height: 1.45;
}

.gps-compare-table thead th,
.gps-situacao-table thead th {
  color: #e8c889;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: #121212;
}

.gps-compare-table tbody th {
  color: #f4efe4;
  font-weight: 700;
  width: 11rem;
}

.gps-compare-table a,
.gps-table-link {
  color: #e8c889;
  font-weight: 700;
  text-decoration: none;
}

.gps-situacao-table tbody tr {
  cursor: pointer;
  transition: background 0.2s ease;
}

.gps-situacao-table tbody tr:hover {
  background: rgba(200, 164, 93, 0.06);
}

.gps-situacao-table td strong {
  color: #f4efe4;
}

.gps-chiclete-sub {
  margin: 14px auto 0 !important;
  max-width: 36rem;
  color: #b8b0a0 !important;
  font-size: 1.05rem !important;
  line-height: 1.55 !important;
  font-weight: 400 !important;
}

.gps-diag-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.gps-diag-compare-btn {
  background: transparent !important;
  border: 1px solid rgba(200, 164, 93, 0.55) !important;
  color: #e8c889 !important;
}

.gps-diag-compare-btn:hover {
  background: rgba(200, 164, 93, 0.12) !important;
  color: #f4efe4 !important;
}

.gps-diag-related-list {
  display: grid;
  gap: 10px;
}

.gps-diag-related strong {
  display: block;
  color: #f4efe4;
  margin-bottom: 4px;
}

.gps-diag-related p {
  margin: 0;
  color: #b8b0a0;
}

.gps-page .btn-outline {
  border: 1px solid rgba(200, 164, 93, 0.45);
  color: #e8c889;
  background: transparent;
}

.gps-page .btn-outline:hover {
  background: rgba(200, 164, 93, 0.12);
  color: #f4efe4;
}

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

/* ===== Finalização mobile / tablet / SEO UX ===== */
.gps-page section[id],
.gps-page #metodo-gv,
.gps-page #contato,
.gps-page #autor-expert {
  scroll-margin-top: 96px;
}

.gps-page section.gps-diagnose,
.gps-page section.gps-orientacao,
.gps-page section.gps-compare,
.gps-page section.gps-all,
.gps-page section.gps-table,
.gps-page section.faq-premium,
.gps-page section.exec-dossier,
.gps-page #metodo-gv {
  content-visibility: auto;
  contain-intrinsic-size: 1px 900px;
}

.gps-page .gps-hero {
  content-visibility: visible;
}

.gps-pick-remove {
  width: 44px;
  height: 44px;
  right: 4px;
}

.gps-matrix-cta,
.gps-pair-btn {
  min-height: 44px;
  padding: 12px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.gps-live-card:focus-within .gps-live-hover,
.gps-live-card:focus-within .gps-live-body {
  opacity: 1;
  transform: none;
}

.gps-live-card:focus-within .gps-live-body {
  opacity: 0;
}

.gps-live-card:focus-within .gps-live-bg {
  transform: scale(1.04);
  filter: brightness(0.55) saturate(0.9) contrast(1.05);
}

/*
  Universos de Decisão — mobile/tablet:
  Card: nome + exemplo + CTA
  Abaixo: pergunta central + foco (fora da imagem)
  Desktop (>1100px) mantém hover original.
*/
@media (max-width: 1100px) {
  .gps-live-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0 0 28px;
  }

  .gps-live-card {
    min-height: 280px;
    transform: none;
  }

  .gps-live-bg {
    transform: scale(1.03);
    filter: brightness(0.9) saturate(1.04) contrast(1.04);
  }

  .gps-live-shade {
    background: linear-gradient(
      180deg,
      rgba(5, 5, 5, 0.05) 0%,
      rgba(5, 5, 5, 0.14) 38%,
      rgba(5, 5, 5, 0.5) 100%
    );
  }

  .gps-live-body {
    opacity: 0;
    pointer-events: none;
  }

  .gps-live-hover {
    opacity: 1;
    transform: none;
    gap: 12px;
    background: linear-gradient(
      180deg,
      rgba(5, 5, 5, 0.05) 0%,
      rgba(5, 5, 5, 0.2) 40%,
      rgba(5, 5, 5, 0.78) 72%,
      rgba(5, 5, 5, 0.94) 100%
    );
  }

  .gps-live-hover-ask,
  .gps-live-hover-foco {
    display: none !important;
  }

  .gps-live-name {
    display: block;
    margin: 0;
    padding: 0 0 10px;
    border-bottom: 1px solid rgba(200, 164, 93, 0.28);
    color: #f7f2e8;
    font-size: clamp(1.35rem, 5.2vw, 1.85rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    text-transform: none;
    line-height: 1.2;
  }

  .gps-live-hover-exemplo small {
    color: #e8c889;
  }

  .gps-live-hover-exemplo b {
    color: #f4efe4;
    font-size: 0.98rem;
  }

  .gps-live-aside {
    display: block;
    padding: 4px 2px 8px;
  }

  .gps-live-aside-block {
    padding: 0 0 18px;
  }

  .gps-live-aside-block.gps-live-aside-foco {
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .gps-live-aside-block small {
    display: block;
    margin: 0 0 8px;
    color: #e8c889;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .gps-live-aside-block p {
    margin: 0;
    color: #f4efe4;
    font-size: 1.05rem;
    font-weight: 550;
    line-height: 1.45;
  }

  .gps-live-card:hover,
  .gps-live-card:focus-within {
    transform: none;
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: none;
  }

  .gps-live-card:hover .gps-live-bg,
  .gps-live-card:focus-within .gps-live-bg {
    transform: scale(1.03);
    filter: brightness(0.9) saturate(1.04) contrast(1.04);
  }

  .gps-live-card:hover .gps-live-body,
  .gps-live-card:focus-within .gps-live-body {
    opacity: 0;
    transform: none;
    pointer-events: none;
  }

  .gps-live-card:hover .gps-live-hover,
  .gps-live-card:focus-within .gps-live-hover {
    opacity: 1;
    transform: none;
  }
}

@media (hover: none) {
  .gps-live-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0 0 28px;
  }

  .gps-live-card {
    transform: none;
    min-height: 280px;
  }

  .gps-live-hover {
    opacity: 1;
    transform: none;
    gap: 12px;
    background: linear-gradient(
      180deg,
      rgba(5, 5, 5, 0.05) 0%,
      rgba(5, 5, 5, 0.2) 40%,
      rgba(5, 5, 5, 0.78) 72%,
      rgba(5, 5, 5, 0.94) 100%
    );
  }

  .gps-live-hover-ask,
  .gps-live-hover-foco {
    display: none !important;
  }

  .gps-live-name {
    display: block;
    margin: 0;
    padding: 0 0 10px;
    border-bottom: 1px solid rgba(200, 164, 93, 0.28);
    color: #f7f2e8;
    font-size: clamp(1.35rem, 5.2vw, 1.85rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    text-transform: none;
    line-height: 1.2;
  }

  .gps-live-aside {
    display: block;
    padding: 4px 2px 8px;
  }

  .gps-live-aside-block {
    padding: 0 0 18px;
  }

  .gps-live-aside-block.gps-live-aside-foco {
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .gps-live-aside-block small {
    display: block;
    margin: 0 0 8px;
    color: #e8c889;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .gps-live-aside-block p {
    margin: 0;
    color: #f4efe4;
    font-size: 1.05rem;
    font-weight: 550;
    line-height: 1.45;
  }

  .gps-live-body {
    opacity: 0;
    pointer-events: none;
  }

  .gps-live-bg {
    transform: scale(1.03);
    filter: brightness(0.9) saturate(1.04) contrast(1.04);
  }

  .gps-live-shade {
    background: linear-gradient(
      180deg,
      rgba(5, 5, 5, 0.05) 0%,
      rgba(5, 5, 5, 0.14) 38%,
      rgba(5, 5, 5, 0.5) 100%
    );
  }
}

@media (max-width: 980px) {
  .gps-page section[id],
  .gps-page #metodo-gv,
  .gps-page #contato,
  .gps-page #autor-expert {
    scroll-margin-top: 80px;
  }

  .gps-cta-row {
    flex-direction: column;
    align-items: stretch;
  }

  .gps-cta-row .btn,
  .gps-diag-actions .btn,
  .gps-compare-bar .btn,
  .gps-micro-next .btn,
  .gps-diag-form .btn {
    width: 100%;
    justify-content: center;
    min-height: 48px;
  }

  .gps-compare-bar {
    flex-direction: column;
    align-items: stretch;
  }

  .gps-micro-next {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }

  .gps-matrix-stage {
    padding: 22px 14px 20px;
  }

  .gps-pick-selected {
    min-width: 0;
    width: 100%;
  }

  .gps-pick-tray-list {
    flex-direction: column;
  }

  .gps-diag-form textarea {
    font-size: 16px;
  }

  .gps-compare-search input {
    font-size: 16px;
    min-height: 48px;
  }
}

@media (max-width: 720px) {
  .gps-page section {
    padding: 64px 0;
  }

  .gps-hero {
    padding: 108px 0 52px !important;
  }

  .gps-hero h1 {
    font-size: clamp(1.7rem, 8vw, 2.35rem);
  }

  .gps-chiclete p {
    max-width: none;
  }

  .gps-live-card {
    min-height: 280px;
  }

  .gps-pick-chip {
    min-height: 52px;
    padding: 14px 48px 14px 14px;
  }

  .gps-page .faq-question {
    min-height: 48px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .gps-live-card,
  .gps-live-bg,
  .gps-live-hover,
  .gps-pick-chip {
    transition: none !important;
  }
}
