:root {
  --navy: #06111f;
  --navy-2: #0a1b30;
  --navy-3: #102841;
  --ink: #18202b;
  --muted: #5c6878;
  --paper: #f4f6f8;
  --paper-2: #ffffff;
  --paper-3: #e9eef3;
  --line: #d8e0ea;
  --gold: #caa96b;
  --gold-2: #9f7d3f;
  --green: #2f7d62;
  --blue: #245f91;
  --danger: #9f4238;
  --shadow: 0 18px 46px rgba(7, 21, 38, .12);
  --radius: 8px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.organic-service-grid,
.review-steps,
.about-pillars,
.review-layout {
  display: grid;
  gap: 16px;
}

.hero-metrics {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 680px;
}

.hero-metrics div {
  min-height: 86px;
  border: 1px solid rgba(202, 169, 107, .28);
  background: rgba(255, 255, 255, .045);
  padding: 14px;
  display: grid;
  align-content: center;
  gap: 5px;
}

.hero-metrics strong {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
}

.hero-metrics span {
  color: #cbd6e2;
  font-size: 13px;
  font-weight: 750;
}

.smart-start {
  position: relative;
  z-index: 8;
  margin-top: -58px;
  padding-bottom: 18px;
}

.smart-start-inner {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  border: 1px solid rgba(202, 169, 107, .35);
  background: linear-gradient(135deg, #fff, #f4f7fa);
  padding: 24px;
  box-shadow: 0 24px 70px rgba(7, 21, 38, .14);
}

.smart-start-title {
  display: grid;
  grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 18px;
}

.smart-start-title h2 {
  color: var(--navy);
  font-size: clamp(28px, 3vw, 44px);
}

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

.intent-card {
  min-height: 176px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.intent-card:hover {
  border-color: rgba(202, 169, 107, .72);
  box-shadow: 0 18px 42px rgba(7, 21, 38, .1);
  transform: translateY(-2px);
}

.intent-card span {
  width: fit-content;
  border: 1px solid rgba(202, 169, 107, .42);
  color: var(--gold-2);
  padding: 5px 8px;
  font-size: 11px;
  font-weight: 900;
}

.intent-card strong {
  margin-top: 18px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  line-height: 1.05;
}

.intent-card small {
  margin-top: 12px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.intent-primary {
  background: var(--navy);
  color: #fff;
}

.intent-primary strong,
.intent-primary small {
  color: #fff;
}

.intent-primary small {
  color: #d4dde8;
}

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

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

.service-hub-card {
  min-height: 240px;
  border: 1px solid var(--line);
  background: #fff;
  padding: 24px;
  color: var(--ink);
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(7, 21, 38, .07);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.service-hub-card span {
  width: fit-content;
  color: var(--gold-2);
  border: 1px solid rgba(202, 169, 107, .42);
  padding: 5px 9px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.service-hub-card strong {
  margin-top: 22px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 1.03;
}

.service-hub-card p {
  margin: 14px 0 0;
  color: var(--muted);
  font-weight: 650;
}

.service-hub-card:hover {
  border-color: rgba(202, 169, 107, .72);
  transform: translateY(-2px);
}

.organic-service-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.organic-service-card,
.review-step,
.review-copy-box,
.about-pillar,
.metric-card {
  border: 1px solid var(--line);
  background: #fff;
  padding: 22px;
  border-radius: var(--radius);
  box-shadow: 0 14px 34px rgba(7, 21, 38, .07);
}

.organic-service-card {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--ink);
  text-decoration: none;
}

.organic-service-card span,
.metric-card span {
  color: var(--gold-2);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.organic-service-card strong {
  margin-top: 14px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  line-height: 1.05;
}

.organic-service-card small {
  margin-top: 12px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.organic-service-card:hover {
  border-color: rgba(202, 169, 107, .72);
  transform: translateY(-2px);
}

.review-layout {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
  align-items: start;
}

.review-panel {
  border: 1px solid rgba(202, 169, 107, .38);
  background: #fff;
  padding: 26px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  text-align: center;
}

.review-panel img {
  width: min(260px, 100%);
  aspect-ratio: 1;
  object-fit: contain;
  padding: 12px;
  border: 1px solid var(--line);
  background: #fff;
}

.review-panel .btn {
  width: 100%;
  margin-top: 18px;
}

.review-steps {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 22px;
}

.review-step strong,
.about-pillar strong,
.review-copy-box strong {
  display: block;
  color: var(--navy);
  font-size: 18px;
}

.review-step p,
.about-pillar p,
.review-copy-box p {
  margin: 10px 0 0;
  color: var(--muted);
  font-weight: 650;
}

.review-copy-box {
  margin-top: 18px;
  background: linear-gradient(135deg, #fff, #f4f7fa);
}

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

.metric-card strong {
  display: block;
  margin-top: 10px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 38px;
  line-height: 1;
}

.metric-card p {
  margin: 12px 0 0;
  color: var(--muted);
  font-weight: 650;
}

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

.service-meta {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.service-meta span {
  border: 1px solid rgba(202, 169, 107, .35);
  background: rgba(202, 169, 107, .1);
  color: #fff;
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .organic-service-grid,
  .review-layout,
  .review-steps,
  .social-proof-grid,
  .about-pillar-grid,
  .smart-start-title,
  .intent-grid,
  .service-hub-grid,
  .service-hub-grid.three,
  .hero-metrics {
    grid-template-columns: 1fr;
  }

  .smart-start {
    margin-top: 0;
    padding: 18px 0 0;
  }

  .smart-start-inner {
    width: min(100% - 24px, 1160px);
    padding: 18px;
  }

  .intent-card,
  .service-hub-card {
    min-height: auto;
  }

  .hero-metrics div {
    min-height: 72px;
  }

  .organic-service-card {
    min-height: auto;
  }

  .review-panel {
    order: -1;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, #f9fafb 0, var(--paper) 560px),
    var(--paper);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body::selection {
  background: var(--gold);
  color: var(--navy);
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(202, 169, 107, .28);
  background: rgba(7, 21, 38, .95);
  color: #fff;
  backdrop-filter: blur(14px);
}

.topline {
  background: #040b14;
  color: #c8d2df;
  border-bottom: 1px solid rgba(202, 169, 107, .2);
  font-size: 12px;
}

.topline-inner {
  width: min(1160px, calc(100% - 32px));
  min-height: 34px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.topline strong {
  color: var(--gold);
}

.nav {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 148px;
}

.brand-logo {
  width: 132px;
  height: auto;
  object-fit: contain;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  color: #e9edf1;
  font-size: 14px;
}

.nav-links a:hover {
  color: var(--gold);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 700;
  letter-spacing: 0;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn:focus-visible,
a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 3px solid rgba(202, 169, 107, .45);
  outline-offset: 3px;
}

.btn-primary {
  background: var(--gold);
  color: #111827;
  box-shadow: 0 12px 28px rgba(202, 169, 107, .22);
}

.btn-primary:hover {
  background: #d8ba82;
}

.btn-secondary {
  border-color: rgba(202, 169, 107, .5);
  color: #fff;
}

.btn-dark {
  background: var(--navy);
  color: #fff;
}

.hero {
  background:
    linear-gradient(90deg, rgba(6, 17, 31, .99), rgba(6, 17, 31, .9) 48%, rgba(6, 17, 31, .58)),
    var(--navy);
  color: #fff;
  min-height: 720px;
  display: grid;
  align-items: center;
  border-bottom: 1px solid rgba(202, 169, 107, .22);
  position: relative;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 160px;
  background: linear-gradient(180deg, transparent, rgba(6, 17, 31, .9));
  pointer-events: none;
}

.hero-inner,
.section-inner {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}

.diagnostic-hero {
  min-height: calc(100vh - 102px);
  display: grid;
  align-items: center;
  background: linear-gradient(135deg, var(--paper-2), var(--paper-3));
  padding: 56px 0;
}

.diagnostic-shell {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, 520px);
  gap: 44px;
  align-items: center;
}

.diagnostic-copy h1 {
  color: var(--navy);
}

.diagnostic-copy p {
  max-width: 560px;
  color: var(--muted);
  font-size: 19px;
}

.diagnostic-trust {
  grid-template-columns: 1fr;
  max-width: 420px;
}

.diagnostic-trust .trust-item {
  color: var(--ink);
}

.quiz-card {
  border: 1px solid var(--line);
  background: var(--paper-2);
  box-shadow: var(--shadow);
  padding: 28px;
  border-radius: var(--radius);
}

.quiz-progress {
  display: grid;
  gap: 10px;
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.quiz-progress div {
  height: 7px;
  background: var(--paper-3);
}

.quiz-progress i {
  display: block;
  height: 100%;
  width: 20%;
  background: var(--gold);
  transition: width .2s ease;
}

.quiz-step {
  display: none;
  margin: 0;
  padding: 0;
  border: 0;
}

.quiz-step.is-active {
  display: grid;
  gap: 12px;
}

.quiz-step legend {
  margin-bottom: 12px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 1.1;
}

.quiz-step label {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  border: 1px solid var(--line);
  background: #fff;
  padding: 14px;
  color: var(--ink);
  font-weight: 700;
  border-radius: var(--radius);
  cursor: pointer;
  transition: border-color .16s ease, background .16s ease, transform .16s ease;
}

.quiz-step label:has(input:checked) {
  border-color: var(--gold-2);
  background: rgba(202, 169, 107, .12);
  transform: translateY(-1px);
}

.quiz-step input {
  accent-color: var(--gold-2);
}

.field-label {
  display: grid !important;
  gap: 8px !important;
}

.field-label input {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  padding: 10px 12px;
  font: inherit;
  border-radius: var(--radius);
  background: #fff;
}

.data-assurance {
  display: grid;
  gap: 5px;
  border: 1px solid rgba(47, 125, 98, .28);
  border-left: 4px solid var(--green);
  background: rgba(47, 125, 98, .08);
  padding: 12px 14px;
  color: var(--ink);
}

.data-assurance strong {
  color: var(--green);
  font-size: 13px;
  text-transform: uppercase;
}

.data-assurance span {
  color: #334155;
  font-size: 14px;
  font-weight: 700;
}

.quiz-error legend::after {
  content: " Escolha uma opção para continuar.";
  display: block;
  margin-top: 8px;
  color: var(--danger);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 800;
}

.quiz-actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 22px;
}

.quiz-actions[hidden] {
  display: none !important;
}

.quiz-back {
  color: var(--navy);
}

.hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 370px;
  gap: 44px;
  align-items: end;
}

.hero-copy {
  width: min(740px, 100%);
  padding: 72px 0 92px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  background: var(--gold);
}

h1,
h2,
h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: 0;
}

h1 {
  margin-top: 20px;
  font-size: clamp(46px, 6vw, 82px);
  max-width: 760px;
}

.hero-copy p {
  max-width: 610px;
  margin: 24px 0 0;
  color: #e6edf5;
  font-size: 19px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.trust-strip {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 680px;
}

.trust-item {
  border-left: 1px solid rgba(202, 169, 107, .65);
  padding-left: 14px;
  color: #d7e0ea;
  font-size: 14px;
  font-weight: 650;
}

.intake-panel {
  margin-bottom: 92px;
  border: 1px solid rgba(202, 169, 107, .36);
  background: rgba(8, 22, 39, .84);
  backdrop-filter: blur(18px);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .26);
  padding: 22px;
  border-radius: var(--radius);
}

.hero-side {
  display: grid;
  gap: 16px;
  align-self: end;
  margin-bottom: 56px;
}

.hero-side .intake-panel {
  margin-bottom: 0;
}

.hero-photo-card {
  overflow: hidden;
  border: 1px solid rgba(202, 169, 107, .55);
  background: #081526;
  padding: 10px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .24);
}

.hero-photo-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
  background: #081526;
}

.intake-panel h2 {
  font-size: 30px;
  margin-bottom: 10px;
}

.intake-panel p {
  margin: 0;
  color: #cfd9e5;
  font-size: 14px;
}

.intake-list {
  margin: 18px 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.intake-list li {
  display: grid;
  grid-template-columns: 28px 1fr;
  align-items: start;
  gap: 10px;
  color: #eef3f8;
  font-size: 14px;
}

.intake-list span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(202, 169, 107, .55);
  color: var(--gold);
  font-family: Georgia, serif;
}

.microcopy {
  margin-top: 10px;
  color: #aebdca;
  font-size: 12px;
}

.metric-band {
  margin-top: -42px;
  position: relative;
  z-index: 4;
}

.metric-grid {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--line);
  background: var(--paper-2);
  box-shadow: var(--shadow);
  border-radius: var(--radius);
  overflow: hidden;
}

.metric {
  padding: 22px;
  border-right: 1px solid var(--line);
}

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

.metric strong {
  display: block;
  color: var(--navy);
  font-family: Georgia, serif;
  font-size: 30px;
  line-height: 1;
}

.metric span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
}

.section {
  padding: 76px 0;
}

.section-compact {
  padding: 58px 0;
}

.section-navy {
  background: var(--navy);
  color: #fff;
}

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

.quick-panel {
  display: grid;
  grid-template-columns: minmax(260px, 360px) 1fr;
  gap: 34px;
  align-items: stretch;
  border: 1px solid var(--line);
  background: linear-gradient(135deg, var(--paper-2), #f3f6f9);
  box-shadow: var(--shadow);
  padding: 28px;
  border-radius: var(--radius);
}

.quick-panel h2 {
  margin-top: 16px;
  font-size: clamp(30px, 4vw, 48px);
}

.quick-panel p {
  margin: 14px 0 0;
  color: var(--muted);
  font-weight: 650;
}

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

.quick-grid a {
  min-height: 148px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(159, 125, 63, .34);
  background: #fff;
  padding: 18px;
  border-radius: var(--radius);
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.quick-grid a:hover {
  transform: translateY(-2px);
  border-color: var(--gold-2);
  background: #fffdf8;
}

.quick-grid strong {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.1;
}

.quick-grid span {
  margin-top: 18px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
}

.section-title {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
  gap: 32px;
  align-items: end;
  margin-bottom: 36px;
}

.section-title h2 {
  font-size: clamp(34px, 4vw, 54px);
}

.section-title p {
  margin: 0;
  color: var(--muted);
}

.section-navy .section-title p {
  color: #cbd6e2;
}

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

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

.grid-2:has(.step) {
  counter-reset: step;
}

.card {
  background: var(--paper-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px;
  box-shadow: var(--shadow);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.card:hover {
  transform: translateY(-2px);
  border-color: rgba(202, 169, 107, .72);
  box-shadow: 0 24px 64px rgba(7, 21, 38, .16);
}

.section-navy .card {
  background: rgba(255, 255, 255, .045);
  border-color: rgba(202, 169, 107, .24);
  box-shadow: none;
}

.card h3 {
  font-size: 27px;
  margin-bottom: 14px;
}

.card p,
.card li {
  color: var(--muted);
}

.section-navy .card p,
.section-navy .card li {
  color: #d5deea;
}

.card ul,
.checklist {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.card li,
.checklist li {
  position: relative;
  padding-left: 18px;
  margin: 9px 0;
}

.card li::before,
.checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 6px;
  height: 6px;
  background: var(--gold);
}

.route-card {
  min-height: 315px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.score-card .tag {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  padding: 5px 9px;
  border: 1px solid rgba(202, 169, 107, .45);
  color: var(--gold-2);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.score-card.hot {
  border-top: 4px solid var(--green);
}

.score-card.warm {
  border-top: 4px solid var(--gold);
}

.score-card.cold {
  border-top: 4px solid var(--muted);
}

.route-card::after {
  content: "";
  display: block;
  margin-top: 24px;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, var(--gold), transparent);
}

.route-card .tag {
  display: inline-flex;
  width: fit-content;
  padding: 5px 9px;
  border: 1px solid rgba(202, 169, 107, .45);
  color: var(--gold-2);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.route-card a {
  margin-top: 18px;
  color: var(--gold-2);
  font-weight: 800;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 42px;
  align-items: center;
}

.portrait-frame {
  border: 1px solid rgba(202, 169, 107, .55);
  padding: 12px;
  background: #0b1726;
  box-shadow: var(--shadow);
}

.portrait-frame img {
  aspect-ratio: 4 / 5;
  width: 100%;
  object-fit: cover;
  object-position: center top;
}

.process {
  counter-reset: step;
  display: grid;
  gap: 14px;
}

.step {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 16px;
  align-items: start;
}

.step::before {
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid var(--gold);
  color: var(--gold-2);
  font-family: Georgia, serif;
}

.grid-2 .step:nth-child(1)::before {
  content: "01";
}

.grid-2 .step:nth-child(2)::before {
  content: "02";
}

.grid-2 .step:nth-child(3)::before {
  content: "03";
}

.grid-2 .step:nth-child(4)::before {
  content: "04";
}

.step h3 {
  font-size: 24px;
  margin-bottom: 4px;
}

.step p {
  margin: 0;
  color: var(--muted);
}

.cta-band {
  background: var(--navy);
  color: #fff;
  padding: 56px 0;
}

.cta-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  border: 1px solid rgba(202, 169, 107, .35);
  padding: 30px;
}

.cta-box h2 {
  font-size: clamp(30px, 4vw, 48px);
}

.cta-box p {
  color: #d5deea;
  margin: 12px 0 0;
}

.page-hero {
  padding: 86px 0 70px;
  background: var(--navy);
  color: #fff;
}

.page-hero h1 {
  max-width: 880px;
}

.page-hero p {
  max-width: 720px;
  color: #d8e1ec;
  font-size: 19px;
}

.content {
  max-width: 820px;
}

.content h2 {
  margin-top: 36px;
  font-size: 36px;
}

.content p {
  color: #374151;
}

.article-list {
  display: grid;
  gap: 18px;
}

.article-row {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 22px;
  padding: 22px;
  border: 1px solid var(--line);
  background: var(--paper-2);
}

.article-date {
  color: var(--gold-2);
  font-weight: 800;
  font-size: 13px;
  text-transform: uppercase;
}

.article-row h2 {
  font-size: 30px;
}

.article-row p {
  color: var(--muted);
}

.faq {
  display: grid;
  gap: 12px;
}

.faq details {
  border: 1px solid var(--line);
  background: var(--paper-2);
  padding: 18px 20px;
}

.faq summary {
  cursor: pointer;
  font-weight: 800;
}

.site-footer {
  background: #040c16;
  color: #cbd6e2;
  padding: 38px 0;
  font-size: 14px;
}

.footer-grid {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.footer-links a {
  color: #fff;
  font-weight: 800;
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  min-height: 52px;
  padding: 13px 18px;
  border-radius: 999px;
  background: var(--green);
  color: #fff;
  font-weight: 900;
  box-shadow: 0 15px 34px rgba(47, 125, 98, .3);
}

.notice {
  border-left: 3px solid var(--gold);
  background: rgba(202, 169, 107, .12);
  padding: 16px 18px;
  color: #3f4550;
}

.campaign-page {
  background:
    linear-gradient(135deg, rgba(6, 17, 31, .98), rgba(12, 30, 49, .94)),
    var(--navy);
  color: #fff;
}

.campaign-header {
  width: min(1160px, calc(100% - 32px));
  min-height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: #cbd6e2;
  font-size: 14px;
}

.campaign-quiz-hero {
  width: min(1160px, calc(100% - 32px));
  min-height: calc(100vh - 110px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(380px, 520px);
  gap: 44px;
  align-items: center;
  padding: 34px 0 64px;
}

.campaign-quiz-copy h1 {
  max-width: 720px;
  font-size: clamp(42px, 5vw, 70px);
}

.campaign-quiz-copy .lead {
  max-width: 650px;
  margin: 22px 0 0;
  color: #d8e2ec;
  font-size: 20px;
}

.campaign-proof {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 680px;
}

.campaign-start {
  width: fit-content;
  margin-top: 26px;
}

.campaign-proof span,
.campaign-reasons {
  border: 1px solid rgba(202, 169, 107, .32);
  background: rgba(255, 255, 255, .045);
}

.campaign-proof span {
  min-height: 74px;
  display: grid;
  place-items: center;
  padding: 14px;
  color: #fff;
  font-weight: 800;
  text-align: center;
}

.campaign-reasons {
  max-width: 660px;
  margin-top: 18px;
  padding: 18px;
  display: grid;
  gap: 10px;
}

.campaign-reasons strong {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 500;
}

.campaign-reasons div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  color: #edf3f8;
}

.campaign-reasons span {
  color: var(--gold);
  font-weight: 900;
}

.campaign-quiz-card {
  position: relative;
  overflow: hidden;
  border-color: rgba(202, 169, 107, .42);
  background: #fffdf8;
  color: var(--ink);
}

.campaign-quiz-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--gold), var(--green), var(--gold));
}

.quiz-status-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.quiz-status-row strong {
  color: var(--gold-2);
}

.quiz-helper {
  margin: -2px 0 8px;
  color: var(--muted);
  font-size: 14px;
}

.campaign-quiz-card .quiz-step label {
  border-radius: 8px;
  transition: border-color .16s ease, background .16s ease, transform .16s ease;
}

.campaign-quiz-card .quiz-step label:has(input:checked) {
  border-color: var(--gold-2);
  background: rgba(202, 169, 107, .13);
  transform: translateY(-1px);
}

.quiz-result {
  display: grid;
  gap: 14px;
}

.quiz-result[data-result-temp="quente"] {
  border-top: 4px solid var(--green);
  padding-top: 14px;
}

.quiz-result[data-result-temp="medio"] {
  border-top: 4px solid var(--gold);
  padding-top: 14px;
}

.quiz-result[data-result-temp="frio"] {
  border-top: 4px solid var(--muted);
  padding-top: 14px;
}

.quiz-result[hidden] {
  display: none;
}

.result-kicker {
  color: var(--gold-2);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.quiz-result h2 {
  color: var(--navy);
  font-size: 34px;
}

.quiz-result p {
  margin: 0;
  color: var(--muted);
}

.quiz-result ul {
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.quiz-result li {
  border-left: 3px solid var(--gold);
  background: rgba(202, 169, 107, .1);
  padding: 10px 12px;
  color: var(--ink);
  font-weight: 700;
}

.result-docs {
  display: grid;
  gap: 10px;
  border: 1px solid rgba(47, 125, 98, .24);
  border-left: 4px solid var(--green);
  background: rgba(47, 125, 98, .07);
  padding: 14px;
  border-radius: var(--radius);
}

.result-docs[hidden] {
  display: none;
}

.result-docs strong {
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.result-docs ul {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 7px;
}

.result-docs li {
  border: 0;
  background: transparent;
  padding: 0 0 0 18px;
  color: #243244;
  font-size: 14px;
  font-weight: 750;
  position: relative;
}

.result-docs li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: .7em;
  width: 6px;
  height: 6px;
  background: var(--green);
}

.result-next-steps {
  display: grid;
  gap: 10px;
  border: 1px solid rgba(36, 95, 145, .2);
  background: rgba(36, 95, 145, .07);
  padding: 14px;
  border-radius: var(--radius);
}

.result-next-steps strong {
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.result-next-steps ol {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
  counter-reset: next-step;
  list-style: none;
}

.result-next-steps li {
  counter-increment: next-step;
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 9px;
  align-items: start;
  border: 0;
  background: transparent;
  padding: 0;
  color: #243244;
  font-size: 14px;
  font-weight: 760;
}

.result-next-steps li::before {
  content: counter(next-step);
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(36, 95, 145, .34);
  background: #fff;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
}

.result-whatsapp {
  width: 100%;
  margin-top: 8px;
}

.result-copy {
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(159, 125, 63, .45);
  background: #fff;
  color: var(--navy);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  border-radius: var(--radius);
}

.result-copy.is-copied {
  border-color: rgba(47, 125, 98, .45);
  background: rgba(47, 125, 98, .08);
  color: var(--green);
}

.result-helper {
  color: #657287 !important;
  font-size: 13px;
  font-weight: 700;
}

.result-edit {
  border: 0;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.campaign-footer {
  padding: 22px 16px 34px;
  color: #aebdca;
  text-align: center;
  font-size: 13px;
}

.campaign-after {
  background: #f5f7fa;
  color: var(--ink);
  padding: 64px 0;
}

.campaign-after-inner {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}

.campaign-after-title {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 460px);
  gap: 28px;
  align-items: end;
  margin-bottom: 28px;
}

.campaign-after-title h2 {
  margin-top: 14px;
  color: var(--navy);
  font-size: clamp(34px, 4vw, 54px);
}

.campaign-after-title p {
  margin: 0;
  color: var(--muted);
  font-weight: 650;
}

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

.after-grid article {
  min-height: 250px;
  display: grid;
  align-content: start;
  border: 1px solid var(--line);
  background: #fff;
  padding: 24px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.after-grid span {
  color: var(--gold-2);
  font-size: 12px;
  font-weight: 900;
}

.after-grid h3 {
  margin-top: 18px;
  color: var(--navy);
  font-size: 28px;
}

.after-grid p {
  margin: 14px 0 0;
  color: var(--muted);
  font-weight: 650;
}

.campaign-page-premium {
  min-height: 100vh;
  background:
    radial-gradient(circle at 12% 8%, rgba(202, 169, 107, .12), transparent 24%),
    radial-gradient(circle at 88% 18%, rgba(47, 125, 98, .12), transparent 26%),
    linear-gradient(135deg, #06111f 0%, #0a1b30 52%, #071526 100%);
}

.campaign-header-premium {
  border-bottom: 1px solid rgba(202, 169, 107, .22);
}

.campaign-premium-hero {
  min-height: calc(100vh - 94px);
  align-items: center;
}

.campaign-premium-copy h1 {
  max-width: 760px;
  font-size: clamp(44px, 5.4vw, 74px);
}

.simple-reassurance {
  max-width: 660px;
  margin-top: 18px;
  padding: 14px 16px;
  display: grid;
  gap: 4px;
  border-left: 4px solid var(--gold);
  background: rgba(255, 255, 255, .08);
  color: #e9f1f8;
}

.simple-reassurance strong {
  color: #fff;
  font-size: 16px;
}

.simple-reassurance span {
  color: #d8e2ec;
  font-size: 15px;
  line-height: 1.45;
}

.campaign-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.campaign-secondary {
  color: #fff;
}

.campaign-fast-whatsapp {
  background: #2f7d62;
  color: #fff;
  border-color: rgba(47, 125, 98, .9);
  box-shadow: 0 12px 28px rgba(47, 125, 98, .2);
}

.campaign-fast-whatsapp:hover {
  background: #368d6f;
}

.quick-whatsapp-panel {
  max-width: 650px;
  margin-top: 16px;
  padding: 16px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 6px 18px;
  align-items: center;
  border: 1px solid rgba(47, 125, 98, .5);
  background: rgba(47, 125, 98, .12);
}

.quick-whatsapp-panel strong {
  color: #fff;
  font-size: 17px;
}

.quick-whatsapp-panel p {
  margin: 0;
  color: #d8e2ec;
  font-size: 14px;
  line-height: 1.45;
}

.quick-whatsapp-panel a {
  grid-row: span 2;
  min-height: 46px;
  padding: 12px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #2f7d62;
  border: 1px solid rgba(255, 255, 255, .18);
  font-weight: 900;
  text-decoration: none;
  text-align: center;
}

.simple-paths {
  max-width: 700px;
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.simple-paths a {
  min-height: 104px;
  padding: 16px;
  display: grid;
  align-content: center;
  gap: 8px;
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .08);
}

.simple-paths a:hover {
  border-color: rgba(202, 169, 107, .65);
  background: rgba(202, 169, 107, .12);
}

.simple-paths strong {
  font-size: 17px;
}

.simple-paths span {
  color: #cfdbe7;
  font-size: 14px;
  line-height: 1.35;
}

.mobile-action-bar {
  display: none;
}

.campaign-proof-premium span {
  align-content: center;
  gap: 3px;
}

.campaign-proof-premium strong {
  display: block;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}

.campaign-proof-premium em {
  display: block;
  font-style: normal;
}

.campaign-reasons-premium {
  border-left: 4px solid var(--gold);
}

.campaign-reasons p {
  margin: 0;
}

.campaign-legal-note {
  max-width: 650px;
  margin: 14px 0 0;
  color: #b9c7d6;
  font-size: 13px;
  font-weight: 700;
}

.campaign-quiz-card-premium {
  box-shadow: 0 26px 80px rgba(0, 0, 0, .28);
}

.campaign-quiz-card-premium .quiz-step legend {
  font-size: 34px;
}

.hero-premium {
  min-height: 760px;
  background:
    radial-gradient(circle at 74% 26%, rgba(202, 169, 107, .18), transparent 25%),
    linear-gradient(90deg, rgba(6, 17, 31, .99), rgba(6, 17, 31, .93) 46%, rgba(6, 17, 31, .48)),
    var(--navy);
}

.hero-premium .hero-copy p {
  max-width: 660px;
  font-size: 21px;
}

.trust-strip-premium .trust-item {
  display: grid;
  gap: 3px;
}

.trust-strip-premium strong {
  color: #fff;
  font-size: 15px;
}

.trust-strip-premium span {
  color: #c9d4df;
  font-size: 13px;
}

.intake-premium {
  position: relative;
  overflow: hidden;
}

.intake-premium::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--gold), var(--green), var(--blue));
}

.panel-kicker {
  margin-bottom: 12px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.choice-dock {
  position: relative;
  z-index: 6;
  margin-top: -54px;
}

.choice-inner {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.choice-card {
  min-height: 188px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .96);
  padding: 20px;
  border-radius: var(--radius);
  box-shadow: 0 18px 46px rgba(7, 21, 38, .13);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.choice-card:hover {
  transform: translateY(-3px);
  border-color: rgba(202, 169, 107, .86);
  box-shadow: 0 24px 64px rgba(7, 21, 38, .18);
}

.choice-card span {
  width: fit-content;
  padding: 5px 9px;
  border: 1px solid rgba(202, 169, 107, .42);
  color: var(--gold-2);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.choice-card strong {
  margin-top: 18px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.08;
}

.choice-card small {
  margin-top: 16px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
}

.choice-card.is-featured {
  background: #fffaf0;
  border-color: rgba(202, 169, 107, .7);
}

.method-band {
  display: grid;
  grid-template-columns: minmax(280px, 380px) 1fr;
  gap: 42px;
  align-items: start;
  border: 1px solid var(--line);
  background: linear-gradient(135deg, #fff, #f4f7fa);
  padding: 34px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.method-band h2 {
  margin-top: 16px;
  font-size: clamp(34px, 4vw, 54px);
}

.method-points {
  display: grid;
  gap: 14px;
}

.method-points div {
  border-left: 3px solid var(--gold);
  background: #fff;
  padding: 16px 18px;
}

.method-points strong {
  color: var(--navy);
  font-size: 17px;
}

.method-points p {
  margin: 6px 0 0;
  color: var(--muted);
  font-weight: 600;
}

.proof-ribbon {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
  box-shadow: var(--shadow);
}

.proof-ribbon div {
  min-height: 132px;
  display: grid;
  align-content: center;
  gap: 8px;
  background: linear-gradient(135deg, #fff, #f7f9fb);
  padding: 22px;
}

.proof-ribbon span {
  color: var(--gold-2);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.proof-ribbon strong {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.08;
}

.section-priority {
  background:
    linear-gradient(135deg, #071523 0%, #0d2438 54%, #102f45 100%);
  color: #fff;
}

.priority-system {
  display: grid;
  grid-template-columns: minmax(280px, 430px) 1fr;
  gap: 34px;
  align-items: stretch;
}

.priority-intro {
  border: 1px solid rgba(202, 169, 107, .3);
  background: rgba(255, 255, 255, .06);
  padding: 30px;
  border-radius: var(--radius);
}

.priority-intro h2 {
  margin-top: 16px;
  font-size: clamp(34px, 4vw, 56px);
}

.priority-intro p {
  margin: 16px 0 0;
  color: #d3deea;
  font-size: 17px;
  font-weight: 650;
}

.priority-docs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.priority-docs span {
  border: 1px solid rgba(202, 169, 107, .34);
  background: rgba(202, 169, 107, .1);
  color: #f4e2bd;
  padding: 8px 10px;
  border-radius: var(--radius);
  font-size: 12px;
  font-weight: 900;
}

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

.priority-card {
  min-height: 292px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .08);
  padding: 22px;
  border-radius: var(--radius);
  box-shadow: 0 18px 48px rgba(0, 0, 0, .18);
}

.priority-card span {
  width: fit-content;
  border: 1px solid currentColor;
  padding: 6px 9px;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.priority-card h3 {
  margin-top: 22px;
  font-size: 28px;
  line-height: 1.06;
}

.priority-card p {
  margin: 18px 0 0;
  color: #d7e2ec;
  font-size: 14px;
  font-weight: 650;
}

.priority-hot span {
  color: #f4c56f;
}

.priority-medium span {
  color: #92d2b8;
}

.priority-cold span {
  color: #9fc3e7;
}

.section-summary-preview {
  background:
    linear-gradient(135deg, #f8fafc 0%, #eef3f7 100%);
}

.summary-preview {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(340px, 480px);
  gap: 36px;
  align-items: center;
}

.summary-copy h2 {
  margin-top: 16px;
  color: var(--navy);
  font-size: clamp(34px, 4vw, 56px);
}

.summary-copy p {
  max-width: 610px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 18px;
  font-weight: 650;
}

.summary-flags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.summary-flags span {
  border: 1px solid rgba(47, 125, 98, .28);
  background: rgba(47, 125, 98, .08);
  color: var(--green);
  padding: 8px 10px;
  border-radius: var(--radius);
  font-size: 13px;
  font-weight: 900;
}

.summary-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(202, 169, 107, .44);
  background: #fff;
  box-shadow: var(--shadow);
  padding: 24px;
  border-radius: var(--radius);
}

.summary-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--gold), var(--green), var(--blue));
}

.summary-card-header {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.summary-card-header strong {
  color: var(--green);
}

.summary-card dl {
  margin: 0 0 18px;
  display: grid;
  gap: 10px;
}

.summary-card dl div {
  display: grid;
  gap: 4px;
  border-left: 3px solid var(--gold);
  background: #f7f9fb;
  padding: 12px 14px;
}

.summary-card dt {
  color: var(--gold-2);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.summary-card dd {
  margin: 0;
  color: var(--navy);
  font-weight: 800;
}

.summary-card .btn {
  width: 100%;
}

.safety-lane {
  display: grid;
  grid-template-columns: minmax(280px, 390px) 1fr;
  gap: 36px;
  align-items: start;
  border: 1px solid rgba(47, 125, 98, .22);
  background: linear-gradient(135deg, rgba(47, 125, 98, .07), #fff);
  padding: 30px;
  border-radius: var(--radius);
  box-shadow: 0 14px 38px rgba(7, 21, 38, .08);
}

.safety-lane h2 {
  margin-top: 16px;
  color: var(--navy);
  font-size: clamp(31px, 3.6vw, 48px);
}

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

.safety-grid article {
  border: 1px solid rgba(47, 125, 98, .18);
  background: rgba(255, 255, 255, .72);
  padding: 18px;
  border-radius: var(--radius);
}

.safety-grid strong {
  color: var(--navy);
  font-size: 16px;
}

.safety-grid p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
}

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

.pain-card {
  min-height: 340px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  background: var(--paper-2);
  padding: 24px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.pain-card span {
  color: var(--gold-2);
  font-size: 12px;
  font-weight: 900;
}

.pain-card h3 {
  margin: 18px 0 0;
  color: var(--navy);
  font-size: 27px;
}

.pain-card p {
  margin: 14px 0 0;
  color: var(--muted);
  font-weight: 600;
}

.pain-card a {
  margin-top: auto;
  color: var(--gold-2);
  font-weight: 900;
}

.trust-section h2 {
  margin-top: 18px;
  font-size: clamp(34px, 4vw, 58px);
}

.trust-section p {
  max-width: 560px;
  color: #d4deea;
  font-size: 18px;
}

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

.assurance-list div {
  display: grid;
  gap: 5px;
  border: 1px solid rgba(202, 169, 107, .24);
  background: rgba(255, 255, 255, .045);
  padding: 18px;
  border-radius: var(--radius);
}

.assurance-list strong {
  color: #fff;
  font-size: 17px;
}

.assurance-list span {
  color: #cbd6e2;
  font-size: 14px;
  font-weight: 650;
}

.portrait-premium {
  position: relative;
  overflow: hidden;
}

.portrait-premium::after {
  content: "Atendimento online com análise documental";
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  padding: 12px 14px;
  border: 1px solid rgba(202, 169, 107, .42);
  background: rgba(6, 17, 31, .86);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.premium-checklist {
  margin-top: 22px;
}

.inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

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

.timeline-step {
  position: relative;
  min-height: 260px;
  border: 1px solid var(--line);
  background: #fff;
  padding: 24px;
  border-radius: var(--radius);
}

.timeline-step::after {
  content: "";
  position: absolute;
  top: 42px;
  right: -15px;
  width: 16px;
  height: 1px;
  background: var(--gold);
}

.timeline-step:last-child::after {
  display: none;
}

.timeline-step span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid var(--gold);
  color: var(--gold-2);
  font-family: Georgia, serif;
  font-size: 22px;
}

.timeline-step h3 {
  margin-top: 22px;
  color: var(--navy);
  font-size: 27px;
}

.timeline-step p {
  margin: 12px 0 0;
  color: var(--muted);
  font-weight: 650;
}

.article-list-premium .article-row {
  border-radius: var(--radius);
  box-shadow: 0 14px 38px rgba(7, 21, 38, .08);
}

.cta-premium .cta-box {
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 88% 20%, rgba(202, 169, 107, .18), transparent 24%),
    rgba(255, 255, 255, .035);
}

.service-hero {
  background:
    radial-gradient(circle at 78% 22%, rgba(202, 169, 107, .16), transparent 28%),
    linear-gradient(135deg, #06111f 0%, #0a1b30 58%, #102841 100%);
  color: #fff;
  padding: 92px 0 78px;
}

.service-hero-inner {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 420px);
  gap: 54px;
  align-items: end;
}

.service-copy h1 {
  max-width: 780px;
  font-size: clamp(48px, 6vw, 82px);
}

.service-copy p {
  max-width: 700px;
  margin: 24px 0 0;
  color: #dce6f1;
  font-size: 20px;
}

.service-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(202, 169, 107, .36);
  background: rgba(255, 255, 255, .045);
  padding: 26px;
  border-radius: var(--radius);
}

.service-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--gold), var(--green), var(--blue));
}

.service-panel span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.service-panel h2 {
  margin-top: 16px;
  font-size: 36px;
}

.service-panel p {
  margin: 14px 0 0;
  color: #cdd8e5;
  font-weight: 650;
}

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

.evidence-card {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  background: #fff;
  padding: 24px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.evidence-card > span {
  width: fit-content;
  padding: 5px 9px;
  border: 1px solid rgba(202, 169, 107, .42);
  color: var(--gold-2);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.evidence-card h3 {
  margin-top: 24px;
  color: var(--navy);
  font-size: 30px;
}

.evidence-card p {
  margin: 14px 0 0;
  color: var(--muted);
  font-weight: 650;
}

.lead-text {
  max-width: 560px;
  color: var(--muted);
  font-size: 19px;
}

.document-lane {
  display: grid;
  gap: 12px;
}

.document-lane div {
  display: grid;
  gap: 4px;
  border: 1px solid var(--line);
  border-left: 4px solid var(--gold);
  background: #fff;
  padding: 16px 18px;
  border-radius: var(--radius);
  box-shadow: 0 12px 32px rgba(7, 21, 38, .07);
}

.document-lane strong {
  color: var(--navy);
  font-size: 17px;
}

.document-lane span {
  color: var(--muted);
  font-weight: 650;
}

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

.path-card {
  min-height: 210px;
  border: 1px solid rgba(202, 169, 107, .24);
  background: rgba(255, 255, 255, .045);
  padding: 24px;
  border-radius: var(--radius);
}

.path-card span {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  line-height: 1;
}

.path-card p {
  margin: 18px 0 0;
  color: #d5deea;
  font-weight: 650;
}

.soft-card {
  border: 1px solid var(--line);
  background: linear-gradient(135deg, #fff, #f4f7fa);
  padding: 28px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.soft-card h2 {
  margin-top: 16px;
  color: var(--navy);
  font-size: clamp(34px, 4vw, 52px);
}

.soft-card p {
  color: var(--muted);
  font-size: 18px;
}

.service-router {
  display: grid;
  grid-template-columns: minmax(280px, 390px) 1fr;
  gap: 34px;
  align-items: start;
  border: 1px solid var(--line);
  background: linear-gradient(135deg, #fff, #f4f7fa);
  padding: 30px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.service-router h2 {
  margin-top: 16px;
  color: var(--navy);
  font-size: clamp(32px, 4vw, 52px);
}

.service-router p {
  margin: 14px 0 0;
  color: var(--muted);
  font-weight: 650;
}

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

.service-choice-grid a {
  min-height: 192px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(202, 169, 107, .32);
  background: #fff;
  padding: 20px;
  border-radius: var(--radius);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.service-choice-grid a:hover {
  transform: translateY(-2px);
  border-color: rgba(202, 169, 107, .78);
  box-shadow: 0 18px 46px rgba(7, 21, 38, .12);
}

.service-choice-grid span {
  width: fit-content;
  padding: 5px 9px;
  border: 1px solid rgba(202, 169, 107, .42);
  color: var(--gold-2);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.service-choice-grid strong {
  margin-top: 18px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.08;
}

.service-choice-grid small {
  margin-top: 14px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
}

.handoff-panel {
  display: grid;
  grid-template-columns: minmax(280px, 410px) 1fr;
  gap: 34px;
  align-items: start;
  border: 1px solid rgba(36, 95, 145, .18);
  background: linear-gradient(135deg, rgba(36, 95, 145, .06), #fff);
  padding: 30px;
  border-radius: var(--radius);
  box-shadow: 0 14px 38px rgba(7, 21, 38, .08);
}

.handoff-panel h2 {
  margin-top: 16px;
  color: var(--navy);
  font-size: clamp(32px, 4vw, 52px);
}

.handoff-panel p {
  margin: 14px 0 0;
  color: var(--muted);
  font-weight: 650;
}

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

.handoff-grid article {
  display: grid;
  align-content: start;
  min-height: 230px;
  border: 1px solid rgba(36, 95, 145, .16);
  background: rgba(255, 255, 255, .78);
  padding: 18px;
  border-radius: var(--radius);
}

.handoff-grid span {
  width: fit-content;
  padding: 5px 9px;
  background: rgba(36, 95, 145, .08);
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.handoff-grid strong {
  margin-top: 18px;
  color: var(--navy);
  font-size: 17px;
}

.handoff-grid p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 14px;
}

.ops-page {
  background: #f3f6f9;
}

.ops-hero {
  padding: 76px 0 58px;
}

.ops-table {
  display: grid;
  gap: 12px;
}

.ops-table div {
  display: grid;
  grid-template-columns: minmax(160px, 220px) minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  border: 1px solid var(--line);
  background: #fff;
  padding: 16px 18px;
  border-radius: var(--radius);
  box-shadow: 0 12px 32px rgba(7, 21, 38, .07);
}

.ops-table strong {
  color: var(--navy);
}

.ops-table code,
.ops-code code,
.ops-timeline code,
.document-lane code {
  color: #17324f;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 13px;
  overflow-wrap: anywhere;
}

.ops-code pre {
  margin: 0;
  overflow-x: auto;
  border: 1px solid var(--line);
  background: #fff;
  padding: 20px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  white-space: pre-wrap;
}

@media (max-width: 900px) {
  .ops-table div {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .nav {
    min-height: auto;
    align-items: center;
    padding: 12px 0;
    flex-direction: row;
  }

  .nav-links {
    width: auto;
    display: flex;
    gap: 0;
    overflow: visible;
    padding-bottom: 0;
  }

  .nav-links a:not(.btn) {
    display: none;
  }

  .nav-links .btn {
    min-height: 42px;
    width: auto;
    padding: 10px 14px;
    white-space: nowrap;
  }

  .hero {
    min-height: auto;
    background:
      linear-gradient(180deg, rgba(7, 21, 38, .96), rgba(7, 21, 38, .9)),
      var(--navy);
    padding-bottom: 0;
  }

  .hero-layout {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .hero-copy {
    padding: 56px 0 24px;
  }

  .hero-premium {
    min-height: auto;
    background:
      linear-gradient(180deg, rgba(7, 21, 38, .97), rgba(7, 21, 38, .9)),
      var(--navy);
  }

  .hero-side {
    margin: 0 0 26px;
  }

  .hero-photo-card {
    width: min(340px, 100%);
    margin: 0 auto;
  }

  .intake-panel {
    margin: 0 0 24px;
  }

  .choice-dock {
    margin-top: -18px;
    padding-bottom: 8px;
  }

  .choice-card,
  .pain-card,
  .priority-card,
  .timeline-step {
    min-height: auto;
  }

  .timeline-step::after {
    display: none;
  }

  .metric-band {
    margin-top: 0;
  }

  .trust-strip,
  .metric-grid,
  .diagnostic-shell,
  .quick-panel,
  .quick-grid,
  .choice-inner,
  .method-band,
  .priority-system,
  .priority-board,
  .summary-preview,
  .safety-lane,
  .safety-grid,
  .proof-ribbon,
  .pain-grid,
  .timeline,
  .service-hero-inner,
  .service-router,
  .service-choice-grid,
  .handoff-panel,
  .handoff-grid,
  .evidence-grid,
  .path-grid,
  .campaign-after-title,
  .after-grid,
  .grid-3,
  .grid-2,
  .split,
  .section-title,
  .campaign-quiz-hero,
  .cta-box,
  .footer-grid,
  .article-row {
    grid-template-columns: 1fr;
  }

  .campaign-quiz-hero {
    gap: 28px;
    min-height: auto;
    padding-top: 12px;
  }

  .campaign-reasons {
    display: none;
  }

  .campaign-proof {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    margin-top: 14px;
  }

  .campaign-proof span {
    min-height: 42px;
    padding: 8px 6px;
    font-size: 12px;
  }

  .campaign-quiz-copy h1 {
    font-size: 32px;
  }

  .campaign-quiz-copy .lead {
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.45;
  }

  .simple-reassurance {
    margin-top: 14px;
    padding: 12px 14px;
  }

  .campaign-start {
    width: 100%;
    margin-top: 16px;
  }

  .campaign-hero-actions {
    margin-top: 16px;
  }

  .campaign-hero-actions .btn {
    width: 100%;
  }

  .quick-whatsapp-panel {
    grid-template-columns: 1fr;
  }

  .quick-whatsapp-panel a {
    grid-row: auto;
    width: 100%;
  }

  .simple-paths {
    grid-template-columns: 1fr;
  }

  .simple-paths a {
    min-height: 82px;
  }

  .mobile-action-bar {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 30;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 8px;
    background: rgba(6, 17, 31, .94);
    border: 1px solid rgba(255, 255, 255, .14);
    box-shadow: 0 18px 44px rgba(0, 0, 0, .28);
    opacity: 0;
    pointer-events: none;
    transform: translateY(18px);
    transition: opacity .18s ease, transform .18s ease;
  }

  .mobile-action-bar.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-action-bar a {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 900;
    text-align: center;
    text-decoration: none;
    background: rgba(255, 255, 255, .1);
  }

  .mobile-action-bar a:last-child {
    background: #2f7d62;
  }

  .campaign-footer {
    padding-bottom: 90px;
  }

  .campaign-quiz-copy .eyebrow {
    font-size: 11px;
  }

  .metric {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .metric:last-child {
    border-bottom: 0;
  }

  .section {
    padding: 56px 0;
  }

  .method-band {
    padding: 24px;
  }

  .safety-lane {
    padding: 24px;
  }

  .proof-ribbon div,
  .after-grid article {
    min-height: auto;
  }

  .service-hero {
    padding: 64px 0 48px;
  }

  .service-hero-inner {
    gap: 28px;
    align-items: start;
  }

  .service-copy h1 {
    font-size: 46px;
  }

  .service-panel {
    padding: 22px;
  }

  .service-router,
  .handoff-panel {
    padding: 24px;
  }

  .evidence-card,
  .path-card,
  .handoff-grid article {
    min-height: auto;
  }

  .cta-box {
    padding: 24px;
  }

  .quiz-actions {
    flex-direction: column-reverse;
  }

  .quiz-actions .btn {
    width: 100%;
  }
}

@media (max-width: 520px) {
  h1 {
    font-size: 34px;
  }

  .brand-logo {
    width: 104px;
  }

  .nav-links {
    font-size: 14px;
  }

  .topline-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
    min-height: auto;
    padding: 9px 0;
  }

  .nav-links .btn {
    min-height: 40px;
    padding: 9px 12px;
    font-size: 13px;
  }

  .hero-actions .btn,
  .cta-box .btn,
  .inline-actions .btn {
    width: 100%;
  }

  .hero-premium {
    padding-bottom: 38px;
    background:
      linear-gradient(180deg, rgba(7, 21, 38, .98), rgba(7, 21, 38, .94)),
      var(--navy);
  }

  .hero-premium .hero-copy p {
    font-size: 16px;
  }

  .hero-premium .intake-premium {
    display: none;
  }

  .hero-copy {
    padding-top: 44px;
  }

  .choice-inner {
    width: min(100% - 24px, 1160px);
  }

  .choice-card strong {
    font-size: 23px;
  }

  .service-copy h1 {
    font-size: 36px;
  }

  .service-copy p,
  .lead-text {
    font-size: 16px;
  }

  .service-panel h2,
  .evidence-card h3,
  .path-card span {
    font-size: 28px;
  }

  .method-points div,
  .assurance-list div,
  .pain-card,
  .timeline-step,
  .evidence-card,
  .path-card,
  .summary-card,
  .safety-grid article,
  .service-choice-grid a,
  .handoff-grid article,
  .soft-card {
    padding: 18px;
  }

  .summary-copy p {
    font-size: 16px;
  }

  .summary-card-header {
    display: grid;
    gap: 4px;
  }

  .portrait-premium::after {
    right: 14px;
    bottom: 14px;
    left: 14px;
  }

  .floating-whatsapp {
    display: none;
  }

  .campaign-header {
    min-height: 48px;
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
    padding: 10px 0 0;
  }

  .campaign-header .brand-logo {
    width: 92px;
  }

  .campaign-header span {
    font-size: 12px;
  }

  .campaign-quiz-card {
    padding: 18px;
    box-shadow: 0 12px 34px rgba(0, 0, 0, .18);
  }

  .campaign-quiz-hero {
    width: min(100% - 24px, 1160px);
    gap: 18px;
    padding-bottom: 28px;
  }

  .campaign-quiz-copy h1 {
    font-size: 28px;
    line-height: 1.02;
    margin-top: 12px;
  }

  .campaign-premium-copy h1 {
    font-size: 31px;
  }

  .campaign-quiz-copy .lead {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
  }

  .campaign-start {
    min-height: 46px;
    margin-top: 12px;
  }

  .campaign-hero-actions .campaign-start {
    margin-top: 0;
  }

  .campaign-proof {
    display: none;
  }

  .campaign-page-premium .campaign-proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    margin-top: 10px;
  }

  .campaign-page-premium .campaign-proof span {
    min-height: auto;
    padding: 8px 6px;
    justify-items: center;
    text-align: center;
    font-size: 11px;
    line-height: 1.12;
  }

  .campaign-proof-premium strong {
    font-size: 17px;
  }

  .campaign-legal-note {
    margin-top: 9px;
    font-size: 12px;
  }

  .campaign-after {
    padding: 42px 0;
  }

  .campaign-after-title {
    gap: 14px;
    margin-bottom: 18px;
  }

  .campaign-after-title h2 {
    font-size: 31px;
  }

  .campaign-after-title p,
  .after-grid p {
    font-size: 14px;
  }

  .after-grid {
    gap: 10px;
  }

  .after-grid article,
  .proof-ribbon div {
    padding: 18px;
  }

  .after-grid h3,
  .proof-ribbon strong {
    font-size: 24px;
  }

  .quiz-status-row {
    margin-bottom: 12px;
    font-size: 11px;
  }

  .quiz-progress {
    gap: 8px;
    margin-bottom: 16px;
  }

  .quiz-step legend {
    font-size: 27px;
  }

  .quiz-result h2 {
    font-size: 36px;
  }

  .quiz-helper {
    margin-bottom: 10px;
    font-size: 13px;
  }

  .data-assurance {
    padding: 11px 12px;
  }

  .data-assurance span {
    font-size: 13px;
  }

  .quiz-step label {
    padding: 13px;
    font-size: 15px;
  }

  .quiz-form {
    padding-bottom: 92px;
  }

  .quiz-actions {
    position: sticky;
    bottom: 0;
    z-index: 4;
    margin: 18px -18px -18px;
    padding: 12px 18px 14px;
    background: linear-gradient(180deg, rgba(255, 253, 248, .88), #fffdf8 32%);
    border-top: 1px solid var(--line);
  }
}
