:root {
  --navy: #0d183d;
  --navy-2: #07142f;
  --royal: #0e2f6d;
  --gold: #ffc107;
  --gold-2: #ffd64a;
  --green: #12a538;
  --paper: #fbfaf6;
  --white: #ffffff;
  --text: #0b1536;
  --muted: #526078;
  --line: #e6e8ee;
  --shadow: 0 24px 70px rgba(13, 24, 61, .16);
  --font: Inter, Segoe UI, Arial, sans-serif;
  --serif: "Fraunces", Georgia, "Times New Roman", serif;
  --mono: "JetBrains Mono", "Courier New", monospace;
  --hairline: rgba(13, 24, 61, .14);
  --font-display: "Fraunces", Georgia, "Times New Roman", serif;
  --font-body: Inter, "Segoe UI", Arial, sans-serif;
  --font-mono: "JetBrains Mono", "Courier New", monospace;
  --ink: #0b1536;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body {
  margin: 0;
  color: var(--text);
  background: var(--paper);
  font-family: var(--font);
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "ss01" 1; text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
}

img { display: block; width: 100%; height: 100%; object-fit: cover; }
[hidden] { display: none !important; }
a { color: inherit; text-decoration: none; }
:focus-visible { outline: 3px solid rgba(255, 193, 7, .9); outline-offset: 3px; }
h1, h2, h3, p, figure { margin: 0; }
p { color: var(--muted); font-size: 17px; line-height: 1.6; }
.wrap { width: min(1160px, calc(100% - 44px)); margin: 0 auto; }
main > section { scroll-margin-top: 78px; }
.anchor-offset { display: block; position: relative; top: -78px; visibility: hidden; }

.topbar {
  position: sticky; top: 0; z-index: 20; height: 78px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 0 max(22px, calc((100vw - 1160px) / 2));
  color: #fff; background: linear-gradient(90deg, var(--navy-2), #08224b);
  box-shadow: 0 12px 28px rgba(7, 20, 47, .18);
}

.brand { min-width: 220px; line-height: 1.05; }
.brand strong { display: block; font-family: var(--serif); font-style: italic; font-weight: 500; font-size: 23px; letter-spacing: 0; }
.brand span { display: block; margin-top: 4px; font-family: var(--mono); font-size: 10.5px; letter-spacing: 1.6px; text-transform: uppercase; color: rgba(255,255,255,.78); }
nav { display: flex; gap: 28px; font-size: 14px; font-weight: 800; }
nav a { position: relative; color: rgba(255,255,255,.84); }
nav a:first-child::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -13px;
  height: 3px;
  background: var(--gold);
}

.whatsapp-cta, .btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 48px; padding: 0 22px;
  border: 1px solid transparent; border-radius: 7px;
  font: inherit; font-size: 15px; font-weight: 900; cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.whatsapp-cta, .btn-whatsapp { color: var(--navy); background: linear-gradient(180deg, var(--gold-2), var(--gold)); box-shadow: 0 14px 28px rgba(255, 193, 7, .24); }
.btn-outline { color: #fff; background: rgba(13, 24, 61, .18); border-color: var(--gold); }
.btn:hover, .whatsapp-cta:hover { transform: translateY(-1px); }

.hero { position: relative; overflow: hidden; color: #fff; background: linear-gradient(90deg, rgba(7,20,47,1) 0%, rgba(13,24,61,.98) 46%, rgba(13,24,61,.72) 100%), var(--navy); }
/* watermark + editorial-tag + media-caption movidos pra detalhes.css */

.hero-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, 1fr); min-height: 590px; align-items: stretch; }
.hero-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: 68px 0 52px; }

.kicker, .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin-bottom: 22px;
  color: var(--gold);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2.6px;
  text-transform: uppercase;
}
.kicker::before, .eyebrow::before { content: ""; width: 8px; height: 8px; background: var(--gold); border-radius: 50%; box-shadow: 0 0 0 4px rgba(255,193,7,.18); }
.section-head:not(.centered) .kicker, .section-head:not(.centered) .eyebrow, .page-section .eyebrow, .page-hero .eyebrow { color: var(--royal); }
.method-copy .kicker { color: var(--gold); }

h1 {
  max-width: 620px;
  font-family: var(--font);
  font-size: clamp(44px, 5.4vw, 76px);
  line-height: .96;
  letter-spacing: 0;
  font-weight: 800;
}
h1[data-reputation="heroHeadline"] { font-feature-settings: "ss01" 1, "lnum" 1, "tnum" 1; }

h2 {
  max-width: 820px;
  font-family: var(--font);
  font-style: normal;
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.06;
  letter-spacing: 0;
  font-weight: 900;
  color: var(--navy);
}

h3 { font-size: 21px; line-height: 1.18; }
.hero-copy p { max-width: 570px; margin-top: 22px; color: rgba(255,255,255,.90); font-size: 19px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }

.proof-bar {
  width: max-content;
  max-width: min(720px, calc(100vw - 44px));
  margin-top: 24px;
  padding: 15px 19px;
  color: #fff;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  font-weight: 850;
  overflow-wrap: break-word;
  box-shadow: 0 18px 38px rgba(0,0,0,.20);
}

.hero-photo {
  position: relative;
  min-height: 590px;
  margin-right: calc((1160px - 100vw) / 2);
  border-left: 1px solid rgba(255,193,7,.32);
}
.hero-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--navy) 0%, rgba(13,24,61,.34) 28%, transparent 54%);
  z-index: 1;
}
.hero-photo img { object-position: center; }

.reviews,
.route-page,
.quote-section,
.faq { padding: 72px 0; }

.reviews { background: var(--paper); }
.section-head.centered { display: grid; place-items: center; text-align: center; margin-bottom: 36px; }
.section-head span { width: 72px; height: 3px; margin-top: 14px; background: var(--gold); }

.review-board { display: grid; grid-template-columns: 320px 1fr; gap: 28px; align-items: start; }

.score-widget { display: grid; padding: 26px 24px; background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 18px 42px rgba(13,24,61,.07); }
.score-widget header { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.g-mark { display: inline-grid; place-items: center; width: 26px; height: 26px; background: conic-gradient(from 0deg, #ea4335 0 25%, #fbbc04 0 50%, #34a853 0 75%, #4285f4 0 100%); color: #fff; font-weight: 900; font-size: 14px; border-radius: 50%; }
.widget-label { font-size: 13px; font-weight: 800; color: var(--navy); letter-spacing: .2px; }
.score-big { font-family: var(--serif); font-size: 76px; line-height: 1; letter-spacing: 0; color: var(--navy); font-weight: 700; font-feature-settings: "lnum" 1; }
.stars { display: inline-block; color: #f9ab00; letter-spacing: 3px; font-size: 17px; }
.score-widget .stars { margin: 8px 0 4px; }
.score-meta { color: var(--muted); font-size: 13px; }
.score-meta b { color: var(--navy); font-weight: 900; }
.bar-dist { list-style: none; margin: 18px 0 18px; padding: 0; display: grid; gap: 6px; }
.bar-dist li { display: grid; grid-template-columns: 14px 1fr 30px; align-items: center; gap: 10px; font-size: 12px; color: var(--muted); }
.bar-dist span { font-weight: 800; color: var(--navy); }
.bar-dist i { display: block; height: 6px; background: var(--line); border-radius: 99px; overflow: hidden; position: relative; }
.bar-dist i::after { content: ""; position: absolute; inset: 0; width: var(--w); background: #f9ab00; border-radius: 99px; }
.bar-dist b { text-align: right; font-weight: 800; color: var(--muted); }
.score-note { margin: 16px 0 18px; padding: 14px 0; border-block: 1px solid var(--line); color: #24314f; font-size: 13px; line-height: 1.45; }
.btn-google { width: 100%; padding: 0 14px; color: var(--navy); background: #fff; border: 1px solid #dadce0; border-radius: 999px; font-size: 14px; font-weight: 800; box-shadow: 0 1px 0 rgba(0,0,0,.04); }
.btn-google:hover { background: #f8f9fa; transform: translateY(-1px); }
.score-honest { margin-top: 12px; color: var(--muted); font-size: 11.5px; line-height: 1.45; }

.review-list { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.rev-card { padding: 22px 22px 20px; background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 14px 32px rgba(13,24,61,.05); transition: transform .2s ease, box-shadow .2s ease; }
.rev-card:hover { transform: translateY(-2px); box-shadow: 0 20px 44px rgba(13,24,61,.10); }
.rev-card header { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.avatar { display: inline-grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; color: #fff; font-weight: 800; font-size: 16px; }
.avatar[data-c="r"] { background: #ea4335; }
.avatar[data-c="b"] { background: #4285f4; }
.avatar[data-c="y"] { background: #f9ab00; }
.avatar[data-c="g"] { background: #34a853; }
.rev-card header strong { display: block; font-size: 15px; color: var(--navy); }
.rev-card header small { display: block; margin-top: 2px; color: var(--muted); font-size: 12px; }
.rev-card .stars { font-size: 14px; }
.rev-card p { margin-top: 8px; color: #1d2944; font-size: 15px; line-height: 1.55; }

.pillar-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 44px; padding-top: 36px; border-top: 1px solid var(--line); }
.pillar-strip div { padding-left: 18px; border-left: 2px solid var(--gold); }
.pillar-strip b { display: block; color: var(--navy); font-size: 17px; letter-spacing: 0; }
.pillar-strip p { margin-top: 6px; font-size: 14.5px; }

.route-benefits div,
.quote-section form,
.faq article { background: var(--white); border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 15px 34px rgba(13,24,61,.08); }

.route-page { background: #fff; border-block: 1px solid var(--line); }
.route-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 52px; align-items: center; }
.route-grid p { max-width: 480px; margin-top: 14px; }
.route-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.route-benefits div { min-height: 158px; padding: 24px; text-align: center; }
.route-benefits strong { display: block; color: var(--navy); font-size: 18px; }
.route-benefits span { display: block; margin-top: 12px; color: var(--muted); font-size: 14px; line-height: 1.45; }

.quote-section { background: var(--paper); }
.quote-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 44px; align-items: start; }
.quote-grid p { margin-top: 14px; max-width: 470px; }
.service-choice { display: grid; gap: 12px; margin-top: 26px; }
.service-choice button {
  min-height: 64px;
  padding: 0 18px;
  color: var(--text);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  font: inherit;
  font-weight: 850;
  text-align: left;
  cursor: pointer;
}
.service-choice button.is-active { border-color: var(--gold); box-shadow: inset 4px 0 0 var(--gold); }

form { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding: 30px; background: #fff; border-radius: 0; border-top: 2px solid var(--navy); border-bottom: 2px solid var(--gold); border-left: 0; border-right: 0; box-shadow: 0 26px 60px rgba(13,24,61,.10); }
form::before { content: "Or\E7amento"; position: absolute; top: -12px; left: 22px; padding: 4px 10px; background: var(--paper); color: var(--navy); font-family: var(--mono); font-size: 10px; font-weight: 600; letter-spacing: 2.4px; text-transform: uppercase; }
label { display: grid; gap: 8px; color: var(--navy); font-size: 13px; font-weight: 900; }
input, select {
  width: 100%;
  min-height: 48px;
  padding: 0 2px;
  color: var(--text);
  background: transparent;
  border: 0;
  border-bottom: 1px solid #cdd2de;
  border-radius: 0;
  font: inherit;
}
input:focus, select:focus { outline: 0; border-bottom-color: var(--gold); }
form .btn { grid-column: 1 / -1; width: 100%; }

.faq { background: #fff; }
.faq-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.faq article { padding: 26px; }
.faq p { margin-top: 12px; font-size: 15px; }

.footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 36px max(22px, calc((100vw - 1160px) / 2));
  color: #fff;
  background: var(--navy-2);
  border-top: 3px solid var(--gold);
}
.footer strong, .footer span { display: block; }
.footer strong { font-family: var(--serif); font-style: italic; font-weight: 500; font-size: 24px; letter-spacing: 0; }
.footer span { margin-top: 8px; color: rgba(255,255,255,.66); font-family: var(--mono); font-size: 11px; letter-spacing: 1.6px; text-transform: uppercase; }
.footer a { color: var(--gold); font-family: var(--mono); font-size: 12px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; }

@media (max-width: 920px) {
  html, body { width: 100%; max-width: 100%; overflow-x: hidden; }
  body { padding-bottom: 0; }
  .topbar { left: 0; right: 0; width: 100%; max-width: 100vw; height: 68px; padding: 0 14px; gap: 10px; }
  .brand { min-width: 0; flex: 1 1 auto; }
  .brand strong { font-size: 16px; letter-spacing: 0; }
  .brand span { font-size: 9px; letter-spacing: 1.2px; }
  nav { display: none; }
  .whatsapp-cta { width: auto; min-height: 40px; padding: 0 14px; border-radius: 999px; font-size: 0; white-space: nowrap; box-shadow: 0 10px 22px rgba(255, 193, 7, .18); }
  .whatsapp-cta::after { content: "Cotar"; font-size: 13px; }
  .wrap { width: min(100% - 28px, 560px); }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { order: 2; padding: 26px 0 44px; }
  .hero-photo { order: 1; min-height: 280px; margin: 0 -14px; }
  .hero-photo::before { background: linear-gradient(180deg, transparent 45%, var(--navy) 100%); }
  h1 { max-width: 360px; font-size: clamp(38px, 10.6vw, 46px); letter-spacing: 0; }
  h2 { max-width: min(100%, 330px); font-size: clamp(28px, 7vw, 34px); line-height: 1.12; overflow-wrap: break-word; }
  .section-head.centered h2 { margin: 0 auto; }
  .hero-copy p { max-width: 360px; font-size: 16px; }
  .hero-actions { display: grid; }
  .proof-bar { width: 100%; padding: 12px 14px; font-size: 11px; line-height: 1.4; white-space: normal; }
  .reviews, .route-page, .quote-section, .faq { padding: 54px 0; }
  .review-board, .review-list, .pillar-strip, .route-grid, .route-benefits, .quote-grid, form, .faq-grid { grid-template-columns: 1fr; }
  .review-board { gap: 22px; }
  .pillar-strip { padding-top: 26px; gap: 16px; }
  .pillar-strip div { border-left: 2px solid var(--gold); }
  .footer { flex-direction: column; padding: 32px 18px; }
}
