:root {
  --va-navy: #13233A;
  --va-navy-dark: #0B1524;
  --va-navy-soft: #1D314D;
  --va-gold: #C9A24A;
  --va-gold-light: #F3D37A;
  --va-white: #FFFFFF;
  --va-offwhite: #F7F4EE;
  --va-cream: #FFF9EA;
  --va-text: #263044;
  --va-muted: #667085;
  --va-border: rgba(19, 35, 58, 0.12);
  --va-shadow: 0 22px 60px rgba(19, 35, 58, 0.12);
  --va-shadow-hover: 0 28px 80px rgba(19, 35, 58, 0.18);
  --va-radius: 24px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 95px;
}

body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  color: var(--va-text);
  background: var(--va-white);
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

p {
  color: var(--va-muted);
  line-height: 1.75;
  font-size: 16px;
}

h1,
h2,
h3,
h4 {
  font-family: "Lora", Georgia, serif;
  color: var(--va-navy);
  font-weight: 700;
}

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

/* =========================
   Navbar
========================= */

.va-navbar {
  z-index: 999;
  padding: 14px 0;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(19, 35, 58, 0.08);
  backdrop-filter: blur(18px);
  box-shadow: 0 12px 34px rgba(11, 21, 36, 0.06);
}

.va-brand img {
  max-height: 58px;
  width: auto;
}

.va-navbar .nav-link {
  color: var(--va-navy);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.01em;
  padding: 8px 4px;
  transition: 0.25s ease;
}

.va-navbar .nav-link:hover,
.va-navbar .nav-link:focus {
  color: var(--va-gold);
}

.va-toggler {
  border: 1px solid rgba(19, 35, 58, 0.18);
  box-shadow: none !important;
}

.va-toggler:focus {
  box-shadow: 0 0 0 4px rgba(201, 162, 74, 0.18) !important;
}

/* =========================
   Buttons
========================= */

.va-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 999px;
  padding: 13px 24px;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: -0.01em;
  border: 0;
  transition: 0.25s ease;
  line-height: 1.1;
}

.va-btn-lg {
  padding: 17px 30px;
  font-size: 15px;
}

.va-btn-gold {
  color: var(--va-navy-dark);
  background: linear-gradient(135deg, var(--va-gold-light), var(--va-gold));
  box-shadow: 0 16px 34px rgba(201, 162, 74, 0.28);
}

.va-btn-gold:hover {
  color: var(--va-navy-dark);
  transform: translateY(-2px);
  box-shadow: 0 22px 46px rgba(201, 162, 74, 0.36);
}

.va-btn-outline-light {
  color: var(--va-white);
  border: 1px solid rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.08);
}

.va-btn-outline-light:hover {
  color: var(--va-navy-dark);
  background: var(--va-white);
  transform: translateY(-2px);
}

/* =========================
   Hero
========================= */

.va-hero {
  min-height: 100vh;
  overflow: hidden;
  background: var(--va-navy-dark);
}

.va-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.va-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% center;
  filter: saturate(0.95);
}

.va-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(11, 21, 36, 0.98) 0%, rgba(19, 35, 58, 0.88) 38%, rgba(19, 35, 58, 0.42) 68%, rgba(11, 21, 36, 0.12) 100%),
    radial-gradient(circle at 18% 30%, rgba(201, 162, 74, 0.14), transparent 34%);
}

.va-hero .container {
  z-index: 3;
}

.va-hero-content {
  padding-top: 110px;
  max-width: 760px;
}

.va-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 17px;
  border-radius: 999px;
  color: var(--va-gold-light);
  background: rgba(201, 162, 74, 0.1);
  border: 1px solid rgba(201, 162, 74, 0.34);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 24px;
}

.va-hero h1 {
  color: var(--va-white);
  font-size: clamp(40px, 5.4vw, 76px);
  line-height: 0.98;
  letter-spacing: -0.06em;
  margin-bottom: 24px;
}

.va-hero h1 span {
  color: var(--va-gold-light);
  font-style: italic;
}

.va-hero-text {
  color: rgba(255, 255, 255, 0.88);
  max-width: 680px;
  font-size: 18px;
  line-height: 1.65;
  font-weight: 500;
}

.va-hero-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 13px 24px;
  max-width: 800px;
}

.va-hero-checks span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  font-weight: 700;
}

.va-hero-checks i {
  color: var(--va-gold-light);
}

.va-color-line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  height: 7px;
}

.va-color-line span:nth-child(1) {
  background: #E3445A;
}

.va-color-line span:nth-child(2) {
  background: #F5C94B;
}

.va-color-line span:nth-child(3) {
  background: #2B75FF;
}

.va-color-line span:nth-child(4) {
  background: #23A66A;
}

/* =========================
   Trust
========================= */

.va-trust {
  padding: 48px 0;
  background:
    radial-gradient(circle at 85% 20%, rgba(201, 162, 74, 0.08), transparent 30%),
    linear-gradient(180deg, var(--va-navy) 0%, var(--va-navy-dark) 100%);
}

.va-trust-card {
  height: 100%;
  padding: 28px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.11);
  transition: 0.25s ease;
}

.va-trust-card:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.085);
}

.va-trust-card i {
  color: var(--va-gold-light);
  font-size: 28px;
  margin-bottom: 14px;
  display: inline-flex;
}

.va-trust-card h2 {
  color: var(--va-white);
  font-size: 22px;
  margin-bottom: 8px;
}

.va-trust-card p {
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
}

/* =========================
   Sections
========================= */

.va-section {
  padding: 96px 0;
  background: var(--va-white);
}

.va-section-light {
  background:
    radial-gradient(circle at top left, rgba(201, 162, 74, 0.1), transparent 28%),
    linear-gradient(180deg, var(--va-offwhite), var(--va-white));
}

.va-section-navy {
  background:
    radial-gradient(circle at top right, rgba(201, 162, 74, 0.14), transparent 32%),
    linear-gradient(180deg, var(--va-navy), var(--va-navy-dark));
}

.va-section h2 {
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.045em;
  margin-bottom: 20px;
}

.va-section-navy h2,
.va-section-navy h3 {
  color: var(--va-white);
}

.va-section-navy p,
.va-section-navy .va-section-sub {
  color: rgba(255, 255, 255, 0.74);
}

.va-section-label {
  display: inline-flex;
  color: var(--va-gold);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
}

.va-label-light {
  color: var(--va-gold-light);
}

.va-section-sub {
  max-width: 720px;
  margin: 0 auto;
  color: var(--va-muted);
  font-size: 17px;
}

/* =========================
   Info Box
========================= */

.va-info-box {
  position: relative;
  padding: 40px;
  border-radius: 30px;
  background: var(--va-white);
  box-shadow: var(--va-shadow);
  border: 1px solid rgba(201, 162, 74, 0.18);
  overflow: hidden;
}

.va-info-box::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -70px;
  top: -70px;
  border-radius: 999px;
  background: rgba(201, 162, 74, 0.14);
}

.va-info-box h3 {
  position: relative;
  font-size: 30px;
  margin-bottom: 14px;
}

.va-info-box p,
.va-info-box ul {
  position: relative;
}

.va-info-box ul {
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
}

.va-info-box li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--va-text);
  font-weight: 700;
  margin-bottom: 12px;
}

.va-info-box li i {
  color: #23A66A;
}

/* =========================
   Cards
========================= */

.va-card,
.va-diff-card {
  height: 100%;
  padding: 32px;
  border-radius: var(--va-radius);
  background: var(--va-white);
  border: 1px solid var(--va-border);
  box-shadow: 0 14px 38px rgba(19, 35, 58, 0.07);
  transition: 0.25s ease;
}

.va-card:hover,
.va-diff-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--va-shadow-hover);
  border-color: rgba(201, 162, 74, 0.35);
}

.va-card h3,
.va-diff-card h3 {
  font-size: 24px;
  margin: 16px 0 10px;
}

.va-card p,
.va-diff-card p {
  margin: 0;
  font-size: 15px;
}

.va-card-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  font-size: 26px;
}

.va-icon-blue {
  background: rgba(43, 117, 255, 0.1);
  color: #2B75FF;
}

.va-icon-gold {
  background: rgba(201, 162, 74, 0.14);
  color: var(--va-gold);
}

.va-icon-green {
  background: rgba(35, 166, 106, 0.1);
  color: #23A66A;
}

.va-icon-red {
  background: rgba(227, 68, 90, 0.1);
  color: #E3445A;
}

/* =========================
   Documentos
========================= */

.va-doc-card {
  height: 100%;
  padding: 32px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: 0.25s ease;
}

.va-doc-card:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.105);
  border-color: rgba(243, 211, 122, 0.35);
}

.va-doc-card span {
  display: inline-flex;
  color: var(--va-gold-light);
  font-family: "Lora", Georgia, serif;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 18px;
}

.va-doc-card h3 {
  font-size: 24px;
  margin-bottom: 12px;
}

.va-doc-card p {
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
  font-size: 15px;
}

.va-tip {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  max-width: 840px;
  margin: 0 auto;
  padding: 22px 26px;
  border-radius: 20px;
  background: rgba(243, 211, 122, 0.11);
  border: 1px solid rgba(243, 211, 122, 0.24);
}

.va-tip i {
  color: var(--va-gold-light);
  font-size: 24px;
  flex: 0 0 auto;
}

.va-tip p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 600;
}

/* =========================
   Formulário
========================= */

.va-form-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(201, 162, 74, 0.16), transparent 30%),
    radial-gradient(circle at bottom right, rgba(43, 117, 255, 0.08), transparent 34%),
    linear-gradient(180deg, #F7F4EE 0%, #FFFFFF 100%);
}

.va-form-card {
  position: relative;
  padding: 46px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(19, 35, 58, 0.09);
  box-shadow: 0 30px 90px rgba(19, 35, 58, 0.15);
  backdrop-filter: blur(14px);
}

.va-form-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 15px;
  border-radius: 999px;
  background: rgba(35, 166, 106, 0.09);
  color: #168052;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 20px;
}

.va-form-card h2 {
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.08;
  letter-spacing: -0.045em;
  margin-bottom: 12px;
}

.va-form-card > p {
  max-width: 650px;
  margin-bottom: 24px;
}

.va-mini-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 26px;
}

.va-mini-info span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  text-align: center;
  padding: 13px 10px;
  border-radius: 16px;
  background: #FAFBFF;
  border: 1px solid rgba(19, 35, 58, 0.09);
  color: var(--va-navy);
  font-size: 13px;
  font-weight: 800;
}

.va-mini-info i {
  color: var(--va-gold);
}

.va-progress-wrap {
  margin-bottom: 28px;
}

.va-progress-text {
  display: flex;
  justify-content: space-between;
  color: var(--va-muted);
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 9px;
}

.va-progress {
  height: 10px;
  border-radius: 999px;
  background: rgba(19, 35, 58, 0.1);
  overflow: hidden;
}

.va-progress .progress-bar {
  border-radius: 999px;
  background: linear-gradient(90deg, var(--va-navy), var(--va-gold), #23A66A);
  transition: width 0.35s ease;
}

.va-step {
  display: none;
  animation: vaFadeUp 0.28s ease both;
}

.va-step.active {
  display: block;
}

@keyframes vaFadeUp {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

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

.va-step h3 {
  font-size: clamp(24px, 3vw, 32px);
  margin-bottom: 8px;
}

.va-step > p {
  margin-bottom: 20px;
  font-size: 15px;
}

.va-option {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 48px 1fr;
  text-align: left;
  gap: 12px;
  padding: 18px;
  margin-bottom: 12px;
  border-radius: 18px;
  background: #FAFBFF;
  border: 2px solid rgba(19, 35, 58, 0.1);
  box-shadow: 0 12px 26px rgba(19, 35, 58, 0.05);
  cursor: pointer;
  transition: 0.22s ease;
  color: var(--va-text);
}

.va-option::after {
  content: "→";
  position: absolute;
  right: 18px;
  top: 22px;
  color: rgba(19, 35, 58, 0.3);
  font-weight: 900;
}

.va-option:hover {
  transform: translateY(-2px);
  border-color: rgba(201, 162, 74, 0.55);
  box-shadow: 0 18px 36px rgba(19, 35, 58, 0.11);
}

.va-option.selected {
  background: linear-gradient(180deg, var(--va-cream), #FFFFFF);
  border-color: var(--va-gold);
}

.va-option.selected::after {
  content: "✓";
  color: #23A66A;
}

.va-option span {
  grid-row: span 2;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: var(--va-gold);
  font-size: 21px;
}

.va-option strong {
  display: block;
  padding-right: 26px;
  font-size: 16px;
  font-weight: 900;
  color: var(--va-navy);
}

.va-option small {
  display: block;
  color: var(--va-muted);
  line-height: 1.45;
  font-weight: 600;
}

.va-input {
  height: 56px;
  border-radius: 16px;
  border: 2px solid rgba(19, 35, 58, 0.12);
  background: #FAFBFF;
  color: var(--va-text);
  font-weight: 600;
  box-shadow: none !important;
}

.va-input:focus {
  border-color: var(--va-gold);
  background: var(--va-white);
  box-shadow: 0 0 0 4px rgba(201, 162, 74, 0.12) !important;
}

.form-label {
  color: var(--va-navy);
  font-weight: 800;
  font-size: 14px;
}

.va-privacy-note {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin-top: 16px;
  padding: 13px 15px;
  border-radius: 15px;
  background: #FAFBFF;
  border: 1px solid rgba(19, 35, 58, 0.09);
  color: var(--va-muted);
  font-size: 13px;
  line-height: 1.45;
}

.va-privacy-note i {
  color: var(--va-gold);
  flex: 0 0 auto;
}

.va-back-btn {
  display: none;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  padding: 0;
  background: transparent;
  border: 0;
  color: var(--va-navy);
  font-weight: 900;
  cursor: pointer;
}

.va-back-btn.show {
  display: inline-flex;
}

/* =========================
   Lawyer Section
========================= */

.va-lawyer-photo {
  position: relative;
  border-radius: 34px;
  padding: 12px;
  background: linear-gradient(135deg, var(--va-gold-light), var(--va-gold));
  box-shadow: var(--va-shadow);
}

.va-lawyer-photo::before {
  content: "";
  position: absolute;
  left: -18px;
  bottom: -18px;
  width: 140px;
  height: 140px;
  border-radius: 28px;
  background: rgba(19, 35, 58, 0.08);
  z-index: 0;
}

.va-lawyer-photo img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 26px;
  display: block;
}

.va-lawyer-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.va-lawyer-tags span {
  display: inline-flex;
  padding: 9px 14px;
  border-radius: 999px;
  background: var(--va-white);
  border: 1px solid rgba(19, 35, 58, 0.1);
  color: var(--va-navy);
  font-size: 13px;
  font-weight: 800;
}

/* =========================
   Diferenciais
========================= */

.va-diff-card i {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: rgba(201, 162, 74, 0.12);
  color: var(--va-gold);
  font-size: 27px;
}

/* =========================
   CTA Strip
========================= */

.va-cta-strip {
  padding: 54px 0;
  background:
    radial-gradient(circle at top right, rgba(243, 211, 122, 0.18), transparent 28%),
    linear-gradient(135deg, var(--va-navy), var(--va-navy-dark));
}

.va-cta-strip h2 {
  color: var(--va-white);
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.1;
  letter-spacing: -0.04em;
  margin-bottom: 12px;
}

.va-cta-strip p {
  color: rgba(255, 255, 255, 0.74);
  margin-bottom: 18px;
}

.va-cta-items {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.va-cta-items span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--va-white);
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 13px;
  font-weight: 800;
}

.va-cta-items i {
  color: var(--va-gold-light);
}

/* =========================
   FAQ
========================= */

.va-accordion {
  display: grid;
  gap: 14px;
}

.va-accordion .accordion-item {
  border: 1px solid rgba(19, 35, 58, 0.1);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(19, 35, 58, 0.05);
}

.va-accordion .accordion-button {
  padding: 20px 22px;
  color: var(--va-navy);
  background: var(--va-white);
  font-weight: 900;
  font-size: 16px;
  box-shadow: none !important;
}

.va-accordion .accordion-button:not(.collapsed) {
  color: var(--va-navy);
  background: var(--va-cream);
}

.va-accordion .accordion-button::after {
  filter: sepia(1) saturate(2);
}

.va-accordion .accordion-body {
  padding: 0 22px 22px;
  color: var(--va-muted);
  line-height: 1.7;
  background: var(--va-cream);
}

/* =========================
   CTA Final
========================= */

.va-final-cta {
  position: relative;
  overflow: hidden;
  padding: 92px 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(201, 162, 74, 0.2), transparent 28%),
    linear-gradient(180deg, var(--va-navy), var(--va-navy-dark));
}

.va-final-cta h2 {
  color: var(--va-white);
  font-size: clamp(36px, 5vw, 60px);
  line-height: 1.04;
  letter-spacing: -0.055em;
  margin-bottom: 18px;
}

.va-final-cta p {
  color: rgba(255, 255, 255, 0.78);
  max-width: 720px;
  margin: 0 auto 28px;
  font-size: 18px;
}

.va-final-phone {
  margin-top: 22px !important;
  margin-bottom: 0 !important;
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 15px !important;
}

.va-final-phone strong {
  color: var(--va-gold-light);
}

/* =========================
   Footer
========================= */

.va-footer {
  padding: 70px 0 32px;
  background: #07101D;
  color: rgba(255, 255, 255, 0.72);
}

.va-footer-logo {
  max-height: 74px;
  width: auto;
  margin-bottom: 22px;
}

.va-footer p {
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  max-width: 420px;
}

.va-footer h3 {
  color: var(--va-white);
  font-size: 20px;
  margin-bottom: 18px;
}

.va-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.va-footer li {
  margin-bottom: 12px;
}

.va-footer a {
  color: rgba(255, 255, 255, 0.72);
  transition: 0.22s ease;
}

.va-footer a:hover {
  color: var(--va-gold-light);
}

.va-social {
  display: flex;
  gap: 10px;
  margin-top: 22px;
}

.va-social a {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: var(--va-white);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.va-social a:hover {
  background: var(--va-gold);
  color: var(--va-navy-dark);
}

.va-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.55;
}

.va-contact-list i {
  color: var(--va-gold-light);
  margin-top: 3px;
  flex: 0 0 auto;
}

.va-footer-disclaimer {
  margin-top: 48px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.va-footer-disclaimer p {
  max-width: 100%;
  margin: 0;
  font-size: 12px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.52);
}

/* =========================
   WhatsApp Floating
========================= */

.va-whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: #25D366;
  font-size: 31px;
  box-shadow: 0 16px 34px rgba(37, 211, 102, 0.34);
  transition: 0.25s ease;
}

.va-whatsapp-float:hover {
  color: #fff;
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 24px 48px rgba(37, 211, 102, 0.44);
}

/* =========================
   Responsive
========================= */

@media (max-width: 1199px) {
  .va-hero h1 {
    font-size: clamp(38px, 6vw, 62px);
  }

  .va-hero-content {
    max-width: 680px;
  }
}

@media (max-width: 991px) {
  html {
    scroll-padding-top: 86px;
  }

  .va-navbar {
    padding: 10px 0;
  }

  .va-brand img {
    max-height: 50px;
  }

  .va-navbar .navbar-collapse {
    margin-top: 14px;
    padding: 18px;
    border-radius: 20px;
    background: var(--va-white);
    border: 1px solid rgba(19, 35, 58, 0.08);
    box-shadow: 0 22px 50px rgba(19, 35, 58, 0.12);
  }

  .va-navbar .nav-link {
    padding: 10px 0;
  }

  .va-hero {
    min-height: auto;
  }

  .va-hero .row {
    min-height: 780px !important;
  }

  .va-hero-bg img {
    object-position: 70% center;
  }

  .va-hero-overlay {
    background:
      linear-gradient(90deg, rgba(11, 21, 36, 0.98) 0%, rgba(19, 35, 58, 0.94) 48%, rgba(19, 35, 58, 0.7) 100%),
      linear-gradient(180deg, rgba(11, 21, 36, 0.16), rgba(11, 21, 36, 0.55));
  }

  .va-section {
    padding: 76px 0;
  }

  .va-form-card {
    padding: 36px;
  }

  .va-mini-info {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  p {
    font-size: 15px;
  }

  .va-btn,
  .va-btn-lg {
    width: 100%;
    padding: 16px 20px;
  }

  .va-hero .row {
    min-height: 760px !important;
    align-items: flex-start !important;
  }

  .va-hero-content {
    padding-top: 128px;
  }

  .va-hero h1 {
    font-size: 42px;
    line-height: 1.02;
    letter-spacing: -0.05em;
  }

  .va-hero-text {
    font-size: 16px;
  }

  .va-hero-checks {
    display: grid;
    gap: 10px;
  }

  .va-hero-bg img {
    object-position: 74% center;
  }

  .va-hero-overlay {
    background:
      linear-gradient(180deg, rgba(11, 21, 36, 0.96) 0%, rgba(19, 35, 58, 0.94) 42%, rgba(19, 35, 58, 0.78) 100%);
  }

  .va-trust {
    padding: 30px 0;
  }

  .va-section {
    padding: 64px 0;
  }

  .va-section h2 {
    font-size: 34px;
  }

  .va-card,
  .va-diff-card,
  .va-doc-card {
    padding: 26px;
  }

  .va-info-box {
    padding: 30px 24px;
    border-radius: 24px;
  }

  .va-info-box h3 {
    font-size: 27px;
  }

  .va-form-card {
    padding: 28px 20px;
    border-radius: 26px;
  }

  .va-option {
    grid-template-columns: 42px 1fr;
    padding: 16px;
  }

  .va-option span {
    width: 38px;
    height: 38px;
    font-size: 19px;
  }

  .va-lawyer-photo {
    border-radius: 28px;
  }

  .va-lawyer-photo img {
    border-radius: 22px;
  }

  .va-cta-strip {
    padding: 44px 0;
  }

  .va-final-cta {
    padding: 70px 0;
  }

  .va-footer {
    padding: 54px 0 30px;
  }

  .va-whatsapp-float {
    right: 16px;
    bottom: 16px;
    width: 56px;
    height: 56px;
    font-size: 28px;
  }
}

@media (max-width: 575px) {
  .container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .va-badge {
    font-size: 11px;
    padding: 9px 13px;
  }

  .va-hero h1 {
    font-size: 36px;
  }

  .va-hero .row {
    min-height: 720px !important;
  }

  .va-section h2 {
    font-size: 31px;
  }

  .va-section-sub {
    font-size: 15px;
  }

  .va-trust-card,
  .va-card,
  .va-diff-card,
  .va-doc-card {
    border-radius: 20px;
  }

  .va-form-card h2 {
    font-size: 30px;
  }

  .va-step h3 {
    font-size: 24px;
  }

  .va-accordion .accordion-button {
    font-size: 15px;
    padding: 18px;
  }

  .va-accordion .accordion-body {
    padding: 0 18px 18px;
  }

  .va-footer-logo {
    max-height: 64px;
  }
}

/* =========================
   CTA da advogada — fundo claro
========================= */

.va-cta-lawyer-light {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
  background:
    radial-gradient(circle at 92% 15%, rgba(201, 162, 74, 0.13), transparent 28%),
    radial-gradient(circle at 8% 90%, rgba(43, 117, 255, 0.05), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, var(--va-offwhite) 100%);
  border-bottom: 1px solid rgba(19, 35, 58, 0.08);
}

.va-cta-lawyer-light::before {
  content: "";
  position: absolute;
  top: -110px;
  right: -90px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 1px solid rgba(201, 162, 74, 0.18);
  pointer-events: none;
}

.va-cta-lawyer-light::after {
  content: "";
  position: absolute;
  right: 70px;
  bottom: -170px;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  background: rgba(201, 162, 74, 0.06);
  pointer-events: none;
}

.va-cta-lawyer-light .container {
  position: relative;
  z-index: 2;
}

.va-cta-lawyer-light .va-cta-mini {
  display: inline-flex;
  align-items: center;
  margin-bottom: 14px;
  color: var(--va-gold);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.va-cta-lawyer-light h2,
.va-cta-strip.va-cta-lawyer-light h2 {
  max-width: 720px;
  margin-bottom: 18px;
  color: var(--va-navy);
  font-family: "Lora", Georgia, serif;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.va-cta-lawyer-light .va-cta-lawyer-lead,
.va-cta-strip.va-cta-lawyer-light .va-cta-lawyer-lead {
  max-width: 730px;
  margin-bottom: 26px;
  color: var(--va-muted);
  font-size: 17px;
  line-height: 1.75;
}

.va-cta-lawyer-light .va-cta-items,
.va-cta-lawyer-light .va-cta-items-light {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.va-cta-lawyer-light .va-cta-items span,
.va-cta-lawyer-light .va-cta-items-light span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 15px;
  border-radius: 999px;
  color: var(--va-navy);
  background: var(--va-white);
  border: 1px solid rgba(19, 35, 58, 0.12);
  box-shadow: 0 8px 22px rgba(19, 35, 58, 0.06);
  font-size: 13px;
  font-weight: 800;
}

.va-cta-lawyer-light .va-cta-items i,
.va-cta-lawyer-light .va-cta-items-light i {
  color: var(--va-gold);
}

.va-cta-lawyer-light .va-cta-lawyer-box,
.va-cta-lawyer-light .va-cta-lawyer-box-light {
  position: relative;
  display: flex;
  align-items: center;
  gap: 28px;
  min-height: 230px;
  padding: 34px;
  border-radius: 30px;
  background: var(--va-white);
  border: 1px solid rgba(19, 35, 58, 0.1);
  box-shadow: 0 26px 70px rgba(19, 35, 58, 0.13);
}

.va-cta-lawyer-light .va-cta-lawyer-box::before,
.va-cta-lawyer-light .va-cta-lawyer-box-light::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 23px;
  border: 1px solid rgba(201, 162, 74, 0.12);
  pointer-events: none;
}

.va-cta-lawyer-light .va-cta-lawyer-photo {
  position: relative;
  z-index: 2;
  flex: 0 0 158px;
  width: 158px;
  height: 158px;
  padding: 5px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--va-gold-light), var(--va-gold));
  box-shadow: 0 18px 40px rgba(201, 162, 74, 0.24);
}

.va-cta-lawyer-light .va-cta-lawyer-photo::after {
  content: "";
  position: absolute;
  inset: -9px;
  border-radius: 50%;
  border: 1px solid rgba(201, 162, 74, 0.25);
  pointer-events: none;
}

.va-cta-lawyer-light .va-cta-lawyer-photo img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
}

.va-cta-lawyer-light .va-cta-lawyer-content,
.va-cta-lawyer-light .va-cta-lawyer-content-light {
  position: relative;
  z-index: 2;
  flex: 1;
  min-width: 0;
  padding: 10px 8px 10px 0;
}

.va-cta-lawyer-light .va-lawyer-role {
  display: inline-flex;
  margin-bottom: 7px;
  color: var(--va-gold);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.va-cta-lawyer-light .va-cta-lawyer-content h3,
.va-cta-lawyer-light .va-cta-lawyer-content-light h3 {
  margin: 0 0 10px;
  color: var(--va-navy);
  font-size: 26px;
  line-height: 1.15;
}

.va-cta-lawyer-light .va-cta-lawyer-content p,
.va-cta-lawyer-light .va-cta-lawyer-content-light p,
.va-cta-strip.va-cta-lawyer-light .va-cta-lawyer-content p,
.va-cta-strip.va-cta-lawyer-light .va-cta-lawyer-content-light p {
  margin: 0 0 20px;
  color: var(--va-muted);
  font-size: 14px;
  line-height: 1.65;
}

.va-cta-lawyer-light .va-cta-lawyer-content .va-btn,
.va-cta-lawyer-light .va-cta-lawyer-content-light .va-btn {
  padding: 14px 21px;
  color: var(--va-navy-dark);
  font-size: 14px;
}

@media (max-width: 991px) {
  .va-cta-lawyer-light {
    padding: 68px 0;
    text-align: center;
  }

  .va-cta-lawyer-light h2,
  .va-cta-lawyer-light .va-cta-lawyer-lead {
    margin-left: auto;
    margin-right: auto;
  }

  .va-cta-lawyer-light .va-cta-items,
  .va-cta-lawyer-light .va-cta-items-light {
    justify-content: center;
  }

  .va-cta-lawyer-light .va-cta-lawyer-box,
  .va-cta-lawyer-light .va-cta-lawyer-box-light {
    max-width: 640px;
    min-height: 0;
    margin: 0 auto;
    padding: 30px;
    text-align: left;
  }
}

@media (max-width: 575px) {
  .va-cta-lawyer-light {
    padding: 56px 0;
  }

  .va-cta-lawyer-light h2,
  .va-cta-strip.va-cta-lawyer-light h2 {
    font-size: 32px;
  }

  .va-cta-lawyer-light .va-cta-lawyer-lead {
    font-size: 15px;
  }

  .va-cta-lawyer-light .va-cta-lawyer-box,
  .va-cta-lawyer-light .va-cta-lawyer-box-light {
    flex-direction: column;
    gap: 22px;
    padding: 30px 22px;
    text-align: center;
  }

  .va-cta-lawyer-light .va-cta-lawyer-photo {
    flex-basis: 142px;
    width: 142px;
    height: 142px;
  }

  .va-cta-lawyer-light .va-cta-lawyer-content,
  .va-cta-lawyer-light .va-cta-lawyer-content-light {
    width: 100%;
    padding: 0;
  }

  .va-cta-lawyer-light .va-cta-lawyer-content h3,
  .va-cta-lawyer-light .va-cta-lawyer-content-light h3 {
    font-size: 24px;
  }

  .va-cta-lawyer-light .va-cta-lawyer-content .va-btn,
  .va-cta-lawyer-light .va-cta-lawyer-content-light .va-btn {
    width: 100%;
  }
}


.va-hero h1 .va-hero-value {
  display: inline;
  color: var(--va-gold-light);
  font-style: italic;
  white-space: nowrap;
}

/* ==================================================
   FORMULÁRIO BPC/LOAS — QUIZ SIMPLES E CHAMATIVO
================================================== */

.va-form-section {
  position: relative;
  overflow: hidden;
  padding: 90px 0;
  background:
    radial-gradient(
      circle at 10% 10%,
      rgba(43, 117, 255, 0.12),
      transparent 30%
    ),
    radial-gradient(
      circle at 90% 90%,
      rgba(35, 166, 106, 0.1),
      transparent 30%
    ),
    linear-gradient(
      180deg,
      #edf3ff 0%,
      #f7f9ff 100%
    );
}

.va-form-card {
  position: relative;
  overflow: hidden;
  padding: 50px;
  border: 2px solid #1769ff;
  border-radius: 30px;
  background: #ffffff;
  box-shadow:
    0 30px 90px rgba(19, 35, 58, 0.16),
    0 0 0 10px rgba(23, 105, 255, 0.04);
}

/* Linha colorida no topo */

.va-form-color-line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  height: 8px;
}

.va-form-color-line span:nth-child(1) {
  background: #e3445a;
}

.va-form-color-line span:nth-child(2) {
  background: #f5c94b;
}

.va-form-color-line span:nth-child(3) {
  background: #2b75ff;
}

.va-form-color-line span:nth-child(4) {
  background: #23a66a;
}

/* Cabeçalho */

.va-form-header {
  max-width: 760px;
  margin: 0 auto 34px;
}

.va-form-card .va-form-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 11px 18px;
  border-radius: 999px;
  color: #0a623e;
  background: #e9fff4;
  border: 1px solid rgba(35, 166, 106, 0.25);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.va-form-card h2 {
  max-width: 720px;
  margin: 0 auto 16px;
  color: var(--va-navy);
  font-family: "Lora", Georgia, serif;
  font-size: clamp(34px, 4.8vw, 54px);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -0.045em;
}

.va-form-card h2 span {
  color: #1769ff;
  white-space: nowrap;
}

.va-form-intro {
  max-width: 660px;
  margin: 0 auto 22px;
  color: var(--va-text);
  font-size: 17px;
  line-height: 1.65;
  font-weight: 600;
}

/* Instrução principal */

.va-form-instruction {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  margin: 0 auto 24px;
  padding: 14px 20px;
  text-align: left;
  border-radius: 16px;
  color: #113c7a;
  background: #eef5ff;
  border: 1px solid rgba(23, 105, 255, 0.2);
}

.va-form-instruction > i {
  flex: 0 0 auto;
  color: #1769ff;
  font-size: 28px;
}

.va-form-instruction div {
  display: flex;
  flex-direction: column;
}

.va-form-instruction strong {
  color: var(--va-navy);
  font-size: 15px;
  font-weight: 900;
}

.va-form-instruction span {
  color: #526178;
  font-size: 13px;
  line-height: 1.4;
}

/* Informações rápidas */

.va-form-card .va-mini-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 0;
}

.va-form-card .va-mini-info span {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px;
  text-align: center;
  border-radius: 16px;
  color: var(--va-navy);
  background: #ffffff;
  border: 1px solid rgba(19, 35, 58, 0.12);
  box-shadow: 0 8px 22px rgba(19, 35, 58, 0.06);
  font-size: 13px;
  font-weight: 800;
}

.va-form-card .va-mini-info i {
  color: #1769ff;
  font-size: 17px;
}

/* Barra de progresso */

.va-form-card .va-progress-wrap {
  margin-bottom: 34px;
  padding: 18px 20px;
  border-radius: 18px;
  background: #f7f9fd;
  border: 1px solid rgba(19, 35, 58, 0.09);
}

.va-form-card .va-progress-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 12px;
  color: var(--va-navy);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.va-form-card .va-progress-text i {
  color: #23a66a;
}

.va-form-card .va-progress {
  height: 12px;
  overflow: hidden;
  border-radius: 999px;
  background: #dfe7f7;
}

.va-form-card .va-progress .progress-bar {
  position: relative;
  overflow: hidden;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    #1769ff 0%,
    #23a66a 100%
  );
  transition: width 0.35s ease;
}

.va-form-card .va-progress .progress-bar::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.35),
    transparent
  );
  animation: vaProgressShine 1.8s infinite;
}

@keyframes vaProgressShine {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(100%);
  }
}

/* Perguntas */

.va-form-card .va-step {
  display: none;
  animation: vaFormStep 0.3s ease both;
}

.va-form-card .va-step.active {
  display: block;
}

@keyframes vaFormStep {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

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

.va-question-heading {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 10px;
}

.va-question-number {
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: #ffffff;
  background: #1769ff;
  box-shadow: 0 10px 24px rgba(23, 105, 255, 0.25);
  font-size: 22px;
  font-weight: 900;
}

.va-question-number-success {
  background: #23a66a;
  box-shadow: 0 10px 24px rgba(35, 166, 106, 0.25);
}

.va-question-heading small {
  display: block;
  margin-bottom: 3px;
  color: #1769ff;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.va-form-card .va-question-heading h3 {
  margin: 0;
  color: var(--va-navy);
  font-family: "Inter", Arial, sans-serif;
  font-size: clamp(21px, 3vw, 27px);
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: -0.025em;
}

.va-question-help {
  margin: 0 0 20px 70px;
  color: var(--va-muted);
  font-size: 14px;
  line-height: 1.55;
  font-weight: 600;
}

/* Opções grandes */

.va-form-card .va-option {
  position: relative;
  width: 100%;
  min-height: 84px;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
  padding: 16px 54px 16px 16px;
  text-align: left;
  border: 2px solid #d9e3f7;
  border-radius: 18px;
  color: var(--va-text);
  background: #fbfcff;
  box-shadow: 0 8px 22px rgba(19, 35, 58, 0.05);
  cursor: pointer;
  transition: 0.22s ease;
}

.va-form-card .va-option::after {
  display: none;
}

.va-form-card .va-option:hover,
.va-form-card .va-option:focus {
  transform: translateY(-2px);
  border-color: #1769ff;
  background: #f3f7ff;
  box-shadow: 0 14px 34px rgba(23, 105, 255, 0.13);
  outline: none;
}

.va-form-card .va-option.selected {
  border-color: #23a66a;
  background: #effff7;
  box-shadow: 0 14px 34px rgba(35, 166, 106, 0.14);
}

.va-option-icon {
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  color: #1769ff;
  background: #eaf2ff;
  font-size: 24px;
}

.va-form-card .va-option.selected .va-option-icon {
  color: #ffffff;
  background: #23a66a;
}

.va-option-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.va-form-card .va-option-content strong {
  padding: 0;
  color: var(--va-navy);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
}

.va-form-card .va-option-content small {
  color: var(--va-muted);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
}

.va-option-arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  color: #1769ff;
  font-size: 20px;
  transform: translateY(-50%);
}

.va-form-card .va-option.selected .va-option-arrow::before {
  content: "\f26b";
}

/* Etapa final */

.va-final-step-box {
  margin-top: 22px;
  padding: 26px;
  border-radius: 22px;
  background: #f7f9fd;
  border: 1px solid rgba(19, 35, 58, 0.1);
}

.va-final-step-box .form-label {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 8px;
  color: var(--va-navy);
  font-size: 14px;
  font-weight: 900;
}

.va-final-step-box .form-label i {
  color: #1769ff;
}

.va-form-card .va-input {
  height: 60px;
  padding: 0 17px;
  border: 2px solid #d9e3f7;
  border-radius: 15px;
  color: var(--va-text);
  background: #ffffff;
  font-size: 16px;
  font-weight: 700;
  box-shadow: none;
}

.va-form-card .va-input::placeholder {
  color: #8a94a5;
  font-weight: 500;
}

.va-form-card .va-input:focus {
  border-color: #1769ff;
  box-shadow: 0 0 0 4px rgba(23, 105, 255, 0.12);
}

/* Botão WhatsApp */

.va-btn-whatsapp {
  min-height: 60px;
  color: #ffffff;
  background: #1ebc68;
  box-shadow: 0 16px 34px rgba(30, 188, 104, 0.26);
  font-size: 16px;
  font-weight: 900;
}

.va-btn-whatsapp:hover,
.va-btn-whatsapp:focus {
  color: #ffffff;
  background: #159e56;
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(30, 188, 104, 0.34);
}

/* Segurança */

.va-form-card .va-privacy-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 15px;
  padding: 12px 14px;
  text-align: center;
  border: 0;
  color: #596579;
  background: transparent;
  font-size: 12px;
  line-height: 1.45;
}

.va-form-card .va-privacy-note i {
  color: #23a66a;
}

/* Botão voltar */

.va-form-card .va-back-btn {
  display: none;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  padding: 10px 0;
  border: 0;
  color: #526178;
  background: transparent;
  font-size: 14px;
  font-weight: 800;
}

.va-form-card .va-back-btn.show {
  display: inline-flex;
}

.va-form-card .va-back-btn:hover {
  color: #1769ff;
}

/* Tablet */

@media (max-width: 991px) {
  .va-form-section {
    padding: 70px 0;
  }

  .va-form-card {
    padding: 42px 34px;
  }

  .va-form-card .va-mini-info {
    grid-template-columns: 1fr;
  }
}

/* Mobile */

@media (max-width: 575px) {
  .va-form-section {
    padding: 50px 0;
  }

  .va-form-card {
    padding: 38px 18px 26px;
    border-radius: 22px;
    box-shadow: 0 22px 55px rgba(19, 35, 58, 0.14);
  }

  .va-form-card h2 {
    font-size: 30px;
  }

  .va-form-card h2 span {
    white-space: normal;
  }

  .va-form-intro {
    font-size: 15px;
  }

  .va-form-instruction {
    width: 100%;
    padding: 13px 14px;
  }

  .va-form-card .va-progress-wrap {
    padding: 15px;
  }

  .va-form-card .va-progress-text {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .va-question-heading {
    align-items: flex-start;
    gap: 12px;
  }

  .va-question-number {
    flex-basis: 46px;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    font-size: 19px;
  }

  .va-form-card .va-question-heading h3 {
    font-size: 20px;
  }

  .va-question-help {
    margin-left: 0;
    font-size: 13px;
  }

  .va-form-card .va-option {
    min-height: 82px;
    gap: 12px;
    padding: 14px 42px 14px 12px;
    border-radius: 16px;
  }

  .va-option-icon {
    flex-basis: 44px;
    width: 44px;
    height: 44px;
    border-radius: 13px;
    font-size: 21px;
  }

  .va-form-card .va-option-content strong {
    font-size: 15px;
  }

  .va-form-card .va-option-content small {
    font-size: 12px;
  }

  .va-option-arrow {
    right: 14px;
    font-size: 17px;
  }

  .va-final-step-box {
    padding: 20px 15px;
  }

  .va-btn-whatsapp {
    font-size: 15px;
  }
}

/* Outros benefícios */

.va-benefits-section {
  background:
    radial-gradient(
      circle at top left,
      rgba(201, 162, 74, 0.08),
      transparent 26%
    ),
    linear-gradient(180deg, #ffffff 0%, var(--va-offwhite) 100%);
}

.va-benefit-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.va-benefit-card h3 {
  min-height: 58px;
}

.va-benefit-card p {
  flex: 1;
  margin-bottom: 24px;
}

.va-benefit-btn {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: auto;
  padding: 14px 18px;
  border-radius: 999px;
  color: var(--va-navy-dark);
  background: linear-gradient(
    135deg,
    var(--va-gold-light),
    var(--va-gold)
  );
  box-shadow: 0 12px 28px rgba(201, 162, 74, 0.22);
  font-size: 14px;
  font-weight: 900;
  transition: 0.25s ease;
}

.va-benefit-btn:hover {
  color: var(--va-navy-dark);
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(201, 162, 74, 0.32);
}

.va-benefit-btn i {
  font-size: 17px;
}

@media (max-width: 767px) {
  .va-benefit-card h3 {
    min-height: auto;
  }
}

.logo-header{
  display: none;
}

@media(max-width: 992px){
  .va-navbar{
    display: none;
  }

  .logo-header{
    display: block;
    width: 100px;
    margin-bottom: 20px;
  }

  .va-hero-content{
    padding-top: 20px !important;
  }
}