/* ============================================================
   SiteAdvogados.com.br — Stylesheet
   Estética: editorial jurídica
   Type: Cormorant Garamond (display) + Work Sans (body)
   Palette: navy profundo, brass dourado, off-white quente
   ============================================================ */

:root {
  --navy: #0a2540;
  --navy-2: #0f2f52;
  --navy-3: #163d68;
  --ink: #14171c;
  --muted: #5b6473;
  --line: #e3dcce;
  --line-2: #d8cfb9;
  --paper: #f7f3ea;
  --paper-2: #fbf8f1;
  --white: #ffffff;
  --brass: #b8935a;
  --brass-2: #a07d44;
  --brass-soft: #e8d9b6;
  --success: #2f6f4e;

  --serif: "Cormorant Garamond", "Times New Roman", serif;
  --sans: "Work Sans", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;

  --r-sm: 6px;
  --r: 10px;
  --r-lg: 16px;

  --shadow-sm: 0 1px 2px rgba(10, 37, 64, 0.05), 0 2px 6px rgba(10, 37, 64, 0.04);
  --shadow: 0 8px 24px -8px rgba(10, 37, 64, 0.18), 0 2px 4px rgba(10, 37, 64, 0.04);
  --shadow-lg: 0 24px 48px -16px rgba(10, 37, 64, 0.22);

  --container: 1200px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--paper-2);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

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

.skip-link {
  position: absolute; left: -9999px; top: 0;
  background: var(--navy); color: #fff; padding: 12px 16px; z-index: 100;
}
.skip-link:focus { left: 12px; top: 12px; }

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

/* ============================================================
   TYPOGRAPHY
   ============================================================ */
h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--navy);
  margin: 0;
  text-wrap: balance;
}
h1 { font-size: clamp(2.4rem, 5.2vw, 4.6rem); line-height: 1.05; font-weight: 600; }
h1 em { font-style: italic; color: var(--brass); }
h2 { font-size: clamp(1.9rem, 3.4vw, 2.8rem); line-height: 1.12; }
h2 em { font-style: italic; color: var(--brass); }
h3 { font-size: 1.3rem; line-height: 1.25; }
h4 { font-size: 1rem; font-family: var(--sans); font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; color: var(--navy); }

p { margin: 0; text-wrap: pretty; }

.eyebrow {
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brass-2);
  margin-bottom: 18px;
}
.eyebrow.light { color: var(--brass-soft); }

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: var(--r-sm);
  font-family: var(--sans);
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: all .18s ease;
  white-space: nowrap;
  line-height: 1;
}
.btn-primary {
  background: var(--navy);
  color: var(--white);
  border-color: var(--navy);
}
.btn-primary:hover { background: var(--navy-3); border-color: var(--navy-3); }
.btn-ghost {
  background: transparent;
  color: var(--navy);
  border-color: transparent;
}
.btn-ghost:hover { background: rgba(10,37,64,.06); }
.btn-outline {
  background: transparent;
  color: var(--navy);
  border-color: var(--navy);
}
.btn-outline:hover { background: var(--navy); color: #fff; }
.btn-outline-light {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,.35);
}
.btn-outline-light:hover { background: rgba(255,255,255,.08); border-color: #fff; }
.btn-sm { padding: 9px 14px; font-size: 0.83rem; }
.btn-lg { padding: 18px 32px; font-size: 1rem; }

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(251, 248, 241, 0.85);
  backdrop-filter: saturate(140%) blur(10px);
  -webkit-backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex;
  align-items: center;
  gap: 32px;
  height: 76px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--navy);
}
.brand-mark {
  color: var(--brass);
}
.brand-name { display: flex; flex-direction: column; line-height: 1; font-family: var(--serif); }
.brand-name strong { font-size: 1.15rem; font-weight: 600; letter-spacing: -.01em; }
.brand-name em { font-size: 0.72rem; font-style: italic; font-family: var(--sans); letter-spacing: 0.1em; text-transform: uppercase; color: var(--brass-2); margin-top: 3px; font-weight: 500; }

.brand-light { color: #fff; }
.brand-light .brand-mark { color: var(--brass-soft); }
.brand-light em { color: var(--brass-soft); }

.site-nav { margin-left: auto; }
.site-nav ul { list-style: none; display: flex; gap: 28px; margin: 0; padding: 0; }
.site-nav a {
  font-size: 0.9rem;
  color: var(--navy);
  padding: 8px 0;
  position: relative;
  font-weight: 500;
}
.site-nav a::after {
  content: "";
  position: absolute; left: 0; right: 0; bottom: 0;
  height: 1px; background: var(--brass);
  transform: scaleX(0); transform-origin: left;
  transition: transform .22s ease;
}
.site-nav a:hover::after { transform: scaleX(1); }

.header-cta { display: flex; gap: 8px; }

.menu-toggle {
  display: none;
  background: transparent;
  border: none;
  width: 40px; height: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  margin-left: auto;
}
.menu-toggle span {
  display: block; width: 22px; height: 2px; background: var(--navy);
  transition: transform .2s ease, opacity .2s ease;
}

@media (max-width: 1024px) {
  .site-nav { display: none; }
  .header-cta .btn-ghost { display: none; }
}
@media (max-width: 720px) {
  .header-cta { display: none; }
  .menu-toggle { display: flex; }
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  padding: 80px 0 60px;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 80% 0%, rgba(184, 147, 90, 0.10), transparent 55%),
    linear-gradient(180deg, var(--paper-2) 0%, var(--paper) 100%);
}
.hero-bg {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(10,37,64,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10,37,64,.04) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse at center, #000 0%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 0%, transparent 70%);
  pointer-events: none;
}
.hero-inner { position: relative; max-width: 880px; }
.hero h1 { margin-bottom: 20px; }
.hero-sub {
  font-size: 1.15rem;
  color: var(--muted);
  max-width: 620px;
  margin-bottom: 36px;
}

.search-card {
  display: grid;
  grid-template-columns: 1.2fr 1fr auto;
  gap: 0;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r);
  box-shadow: var(--shadow);
  padding: 6px;
  margin-bottom: 24px;
}
.search-field {
  display: flex;
  flex-direction: column;
  padding: 10px 18px;
  border-right: 1px solid var(--line);
}
.search-field:last-of-type { border-right: none; }
.search-field label {
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--brass-2);
  margin-bottom: 4px;
}
.search-field select,
.search-field input,
.search-field textarea {
  border: none;
  background: transparent;
  font-family: var(--sans);
  font-size: 1rem;
  color: var(--navy);
  font-weight: 500;
  padding: 4px 0;
  outline: none;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path fill='none' stroke='%230a2540' stroke-width='1.6' d='M1 1l5 5 5-5'/></svg>");
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 22px;
  cursor: pointer;
}
.search-field input {
  background-image: none;
  cursor: text;
}
.search-field textarea {
  min-height: 160px;
  resize: vertical;
  background-image: none;
  cursor: text;
  line-height: 1.55;
}
.btn-search {
  margin: 4px;
  padding: 0 24px;
  height: auto;
}

.hero-quick {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.88rem;
  color: var(--muted);
}
.hero-quick span { color: var(--muted); margin-right: 4px; }
.hero-quick a {
  padding: 6px 14px;
  border: 1px solid var(--line-2);
  border-radius: 999px;
  color: var(--navy);
  font-weight: 500;
  transition: all .15s ease;
  background: var(--paper-2);
}
.hero-quick a:hover { border-color: var(--brass); color: var(--brass-2); }

@media (max-width: 720px) {
  .search-card {
    grid-template-columns: 1fr;
    padding: 8px;
  }
  .search-field { border-right: none; border-bottom: 1px solid var(--line); }
  .search-field:last-of-type { border-bottom: none; }
  .btn-search { margin: 8px 4px 4px; padding: 14px; }
}

/* ============================================================
   TRUST BAR
   ============================================================ */
.trust-bar {
  background: var(--navy);
  color: #fff;
  padding: 36px 0;
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.trust-item {
  display: flex;
  flex-direction: column;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,.12);
  padding: 4px 12px;
}
.trust-item:last-child { border-right: none; }
.trust-item strong {
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 600;
  color: var(--brass-soft);
  line-height: 1;
  margin-bottom: 8px;
}
.trust-item span { font-size: 0.85rem; color: rgba(255,255,255,.75); }

@media (max-width: 720px) {
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: none; }
}

/* ============================================================
   SECTIONS
   ============================================================ */
.section { padding: 100px 0; }
.section-alt { background: var(--paper); }
.section-dark { background: var(--navy); color: #fff; }
.section-dark h2 { color: #fff; }
.section-dark h2 em { color: var(--brass-soft); }
.section-dark .section-sub.light { color: rgba(255,255,255,.75); }

.section-head {
  max-width: 720px;
  margin-bottom: 56px;
}
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head h2 { margin-bottom: 16px; }
.section-sub {
  font-size: 1.1rem;
  color: var(--muted);
  line-height: 1.55;
}

@media (max-width: 720px) {
  .section { padding: 72px 0; }
  .section-head { margin-bottom: 40px; }
}

/* ============================================================
   ESPECIALIDADES GRID
   ============================================================ */
.esp-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.esp-card {
  display: block;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 28px 24px 24px;
  transition: all .22s ease;
  position: relative;
  height: 100%;
  color: var(--ink);
}
.esp-card:hover {
  transform: translateY(-3px);
  border-color: var(--brass);
  box-shadow: var(--shadow);
}
.esp-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px; height: 52px;
  background: var(--paper);
  color: var(--brass-2);
  border-radius: var(--r-sm);
  margin-bottom: 18px;
  transition: all .2s;
}
.esp-card:hover .esp-icon { background: var(--navy); color: var(--brass-soft); }
.esp-card h3 { font-size: 1.25rem; margin-bottom: 6px; }
.esp-card p { font-size: 0.92rem; color: var(--muted); line-height: 1.5; }
.esp-count {
  display: inline-block;
  margin-top: 16px;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--brass-2);
  letter-spacing: 0.04em;
}

@media (max-width: 960px) { .esp-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .esp-grid { grid-template-columns: 1fr; } }

/* ============================================================
   FILTER CHIPS
   ============================================================ */
.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
}
.chip {
  background: var(--white);
  border: 1px solid var(--line-2);
  color: var(--navy);
  padding: 9px 18px;
  border-radius: 999px;
  font-family: var(--sans);
  font-size: 0.86rem;
  font-weight: 500;
  cursor: pointer;
  transition: all .15s;
}
.chip:hover { border-color: var(--brass); }
.chip.is-active {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
}

/* ============================================================
   ADVOGADOS GRID
   ============================================================ */
.adv-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
}
.adv-card {
  display: flex;
  flex-direction: column;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  transition: all .25s;
  position: relative;
}
.adv-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: var(--brass);
}
.adv-card.is-premium { border-color: var(--brass); }
.adv-card.is-premium::before {
  content: "";
  position: absolute; top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--brass) 0%, var(--brass-2) 100%);
  z-index: 1;
}

.adv-photo {
  height: 220px;
  background:
    repeating-linear-gradient(
      135deg,
      var(--paper) 0,
      var(--paper) 12px,
      var(--paper-2) 12px,
      var(--paper-2) 24px
    );
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 12px;
}
.adv-photo::before {
  content: attr(data-label);
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 0.72rem;
  color: var(--muted);
  letter-spacing: 0.05em;
  background: rgba(255,255,255,.7);
  padding: 4px 10px;
  border-radius: 4px;
}
.adv-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--brass);
  color: var(--navy);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 4px;
  position: relative;
  z-index: 2;
}
.adv-badge.alt { background: var(--navy); color: var(--brass-soft); }

.adv-body { padding: 20px 22px 22px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.adv-card h3 { font-size: 1.3rem; }
.adv-area {
  font-size: 0.82rem;
  color: var(--brass-2);
  font-weight: 500;
  letter-spacing: 0.02em;
}
.adv-snippet {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1rem;
  color: var(--ink);
  line-height: 1.45;
  border-left: 2px solid var(--brass);
  padding-left: 12px;
  margin: 4px 0;
}
.adv-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: var(--muted);
  margin-top: auto;
}
.adv-meta .rating { color: var(--ink); }
.adv-meta .rating strong { font-family: var(--serif); font-size: 1.1rem; color: var(--brass-2); margin-right: 4px; }
.adv-meta .rating em { font-style: normal; color: var(--muted); font-size: 0.82rem; }
.adv-meta .dot { color: var(--line-2); }

.adv-actions {
  display: flex;
  gap: 8px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}
.adv-actions .btn { flex: 1; }

.adv-cta { text-align: center; margin-top: 16px; }

@media (max-width: 960px) { .adv-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .adv-grid { grid-template-columns: 1fr; } }

.adv-card.is-hidden { display: none; }

/* ============================================================
   STEPS (COMO FUNCIONA)
   ============================================================ */
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: step;
}
.step {
  position: relative;
  padding: 0 0 0 0;
  text-align: center;
}
.step-num {
  display: inline-block;
  font-family: var(--serif);
  font-size: 4rem;
  font-weight: 500;
  font-style: italic;
  color: var(--brass);
  line-height: 1;
  margin-bottom: 18px;
  border-bottom: 1px solid var(--line-2);
  padding-bottom: 12px;
  min-width: 80px;
}
.step h3 { font-size: 1.4rem; margin-bottom: 12px; }
.step p { color: var(--muted); font-size: 0.98rem; max-width: 320px; margin: 0 auto; }

@media (max-width: 760px) { .steps { grid-template-columns: 1fr; gap: 40px; } }

/* ============================================================
   PLANS
   ============================================================ */
.plans {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 24px;
}
.plan {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: var(--r-lg);
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all .22s;
}
.plan:hover { border-color: rgba(255,255,255,.22); }
.plan.is-featured {
  background: var(--white);
  color: var(--ink);
  border-color: var(--brass);
  transform: scale(1.03);
  box-shadow: var(--shadow-lg);
}
.plan.is-featured h3, .plan.is-featured .plan-price strong { color: var(--navy); }
.plan-tag {
  position: absolute;
  top: -12px; left: 50%; transform: translateX(-50%);
  background: var(--brass);
  color: var(--navy);
  padding: 5px 14px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.plan-head h3 { color: #fff; font-size: 1.5rem; margin-bottom: 6px; }
.plan-head p { color: rgba(255,255,255,.7); font-size: 0.92rem; margin-bottom: 22px; }
.plan.is-featured .plan-head p { color: var(--muted); }
.plan-price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 26px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255,255,255,.10);
}
.plan.is-featured .plan-price { border-bottom-color: var(--line); }
.plan-price .from { font-size: 1rem; color: rgba(255,255,255,.6); }
.plan.is-featured .plan-price .from { color: var(--muted); }
.plan-price strong {
  font-family: var(--serif);
  font-size: 3.4rem;
  font-weight: 600;
  color: #fff;
  line-height: 1;
}
.plan-price .per { font-size: 0.95rem; color: rgba(255,255,255,.6); margin-left: 4px; }
.plan.is-featured .plan-price .per { color: var(--muted); }

.plan-list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
.plan-list li {
  font-size: 0.95rem;
  padding-left: 26px;
  position: relative;
  color: rgba(255,255,255,.85);
  line-height: 1.45;
}
.plan-list li::before {
  content: "";
  position: absolute;
  left: 0; top: 7px;
  width: 14px; height: 8px;
  border-left: 2px solid var(--brass);
  border-bottom: 2px solid var(--brass);
  transform: rotate(-45deg);
}
.plan.is-featured .plan-list li { color: var(--ink); }
.plan-list li em { font-style: italic; color: var(--brass-soft); font-weight: 500; }
.plan.is-featured .plan-list li em { color: var(--brass-2); }
.plan .btn { width: 100%; }

.plans-foot {
  text-align: center;
  color: rgba(255,255,255,.6);
  font-size: 0.9rem;
  margin-top: 16px;
}

@media (max-width: 960px) {
  .plans { grid-template-columns: 1fr; }
  .plan.is-featured { transform: none; }
}

/* ============================================================
   PAINEL E PERFIS
   ============================================================ */
.panel-grid {
  align-items: stretch;
}
.panel-card {
  background: var(--white);
  border-color: var(--line);
  color: var(--ink);
  box-shadow: var(--shadow-sm);
}
.panel-card:hover { border-color: var(--brass); }
.panel-card .plan-head h3 { color: var(--navy); }
.panel-card .plan-head p { color: var(--muted); }
.panel-card .plan-list li { color: var(--ink); }
.panel-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
}
.panel-actions .btn {
  width: auto;
}
.profile-form {
  gap: 18px;
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-bottom: 1px solid var(--line);
}
.profile-form > .search-field,
.profile-form .form-grid {
  border-right: none;
}
.profile-form > .search-field {
  border-bottom: 1px solid var(--line);
}
.checkbox-panel {
  border: 1px solid var(--line);
  border-radius: var(--r);
  margin: 0;
  padding: 22px;
}
.checkbox-panel legend {
  padding: 0 8px;
  font-family: var(--serif);
  font-size: 1.35rem;
  color: var(--navy);
}
.checkbox-panel p {
  color: var(--muted);
  margin-bottom: 18px;
}
.checkbox-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.checkbox-option {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  padding: 10px 12px;
  color: var(--navy);
  font-weight: 500;
}
.checkbox-option input {
  accent-color: var(--navy);
}
.profile-hero {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  padding: 84px 0 70px;
}
.profile-hero-inner {
  max-width: 960px;
}
.profile-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0 32px;
}
.profile-meta span,
.tag-list span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid var(--line-2);
  border-radius: 999px;
  padding: 6px 14px;
  color: var(--navy);
  background: rgba(255,255,255,.55);
  font-size: 0.9rem;
  font-weight: 500;
}
.profile-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 56px;
  align-items: start;
}
.profile-side {
  border-left: 1px solid var(--line);
  padding-left: 32px;
}
.profile-side h3 {
  margin-bottom: 16px;
}
.profile-side h3 + .tag-list,
.profile-side h3 + .plan-list {
  margin-bottom: 30px;
}
.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.profile-side .plan-list li {
  color: var(--ink);
}

@media (max-width: 860px) {
  .form-grid,
  .checkbox-grid,
  .profile-content {
    grid-template-columns: 1fr;
  }
  .form-grid {
    border-bottom: none;
  }
  .form-grid .search-field {
    border-right: none;
    border-bottom: 1px solid var(--line);
  }
  .profile-side {
    border-left: none;
    border-top: 1px solid var(--line);
    padding-left: 0;
    padding-top: 32px;
  }
}

/* ============================================================
   DEPOIMENTOS
   ============================================================ */
.dep-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.dep-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 32px 30px 26px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  position: relative;
}
.dep-card::before {
  content: "\"";
  position: absolute;
  top: -10px;
  left: 24px;
  font-family: var(--serif);
  font-size: 5rem;
  color: var(--brass);
  line-height: 1;
}
.dep-card blockquote {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.18rem;
  line-height: 1.4;
  color: var(--ink);
  font-style: italic;
  padding-top: 10px;
}
.dep-card blockquote strong { font-weight: 600; color: var(--navy); font-style: normal; }
.dep-card footer {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  font-family: var(--sans);
  font-style: normal;
}
.dep-avatar {
  width: 48px; height: 48px;
  border-radius: 50%;
  background:
    repeating-linear-gradient(
      135deg,
      var(--paper-2) 0, var(--paper-2) 6px,
      var(--line) 6px, var(--line) 12px
    );
  position: relative;
  flex-shrink: 0;
}
.dep-avatar::after {
  content: attr(data-label);
  position: absolute;
  font-size: 0;
}
.dep-card footer strong { display: block; font-size: 0.95rem; color: var(--navy); }
.dep-card footer span { font-size: 0.82rem; color: var(--muted); }

.dep-note {
  text-align: center;
  margin-top: 24px;
  font-family: ui-monospace, "SF Mono", monospace;
  font-size: 0.78rem;
  color: var(--muted);
  background: var(--paper);
  padding: 10px 16px;
  border-radius: var(--r-sm);
  display: inline-block;
  margin-left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 960px) { .dep-grid { grid-template-columns: 1fr; } }

/* ============================================================
   FAQ
   ============================================================ */
.faq-container { max-width: 860px; }
.faq-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.faq-item {
  border-bottom: 1px solid var(--line);
}
.faq-item:first-child { border-top: 1px solid var(--line); }
.faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: transparent;
  border: none;
  text-align: left;
  padding: 22px 4px;
  cursor: pointer;
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--navy);
  line-height: 1.3;
  transition: color .15s;
}
.faq-q:hover { color: var(--brass-2); }
.faq-icon {
  flex-shrink: 0;
  width: 18px; height: 18px;
  position: relative;
}
.faq-icon::before, .faq-icon::after {
  content: "";
  position: absolute;
  background: var(--brass);
  border-radius: 2px;
  transition: transform .22s ease;
}
.faq-icon::before {
  top: 50%; left: 0; right: 0; height: 2px;
  transform: translateY(-50%);
}
.faq-icon::after {
  left: 50%; top: 0; bottom: 0; width: 2px;
  transform: translateX(-50%);
}
.faq-item.is-open .faq-icon::after { transform: translateX(-50%) scaleY(0); }

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease;
}
.faq-a p {
  padding: 0 4px 22px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.6;
}
.faq-a p a { color: var(--brass-2); text-decoration: underline; text-underline-offset: 3px; }
.faq-item.is-open .faq-a { max-height: 400px; }

/* ============================================================
   CTA FINAL
   ============================================================ */
.cta-final {
  background:
    radial-gradient(ellipse at 20% 0%, rgba(184, 147, 90, 0.10), transparent 60%),
    linear-gradient(180deg, var(--paper-2) 0%, var(--paper) 100%);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-align: center;
}
.cta-wrap { max-width: 760px; margin: 0 auto; }
.cta-final h2 { margin-bottom: 16px; }
.cta-final p { color: var(--muted); font-size: 1.1rem; margin-bottom: 32px; }
.cta-buttons {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ============================================================
   SEO BLOCK
   ============================================================ */
.seo-block { padding-bottom: 120px; padding-top: 60px; }
.seo-block h2 {
  font-size: 1.4rem;
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--brass-2);
  font-weight: 600;
  margin-bottom: 40px;
  text-align: center;
}
.seo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 56px;
}
.seo-grid article h3 {
  font-size: 1.35rem;
  margin-bottom: 12px;
  font-family: var(--serif);
}
.seo-grid article p {
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.65;
}
.seo-grid article p strong { color: var(--ink); font-weight: 600; }

@media (max-width: 720px) { .seo-grid { grid-template-columns: 1fr; gap: 32px; } }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: var(--navy);
  color: rgba(255,255,255,.7);
  padding: 80px 0 28px;
  font-size: 0.92rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(255,255,255,.10);
}
.foot-brand p { margin-top: 16px; max-width: 320px; line-height: 1.55; }
.site-footer h4 {
  color: var(--brass-soft);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  margin-bottom: 18px;
}
.site-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.site-footer ul a {
  color: rgba(255,255,255,.72);
  font-size: 0.92rem;
  transition: color .15s;
}
.site-footer ul a:hover { color: var(--brass-soft); }

.foot-base {
  padding-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: rgba(255,255,255,.55);
  font-size: 0.84rem;
}
.foot-base .small { font-size: 0.78rem; color: rgba(255,255,255,.4); }

@media (max-width: 860px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 480px) {
  .footer-grid { grid-template-columns: 1fr; }
}
