    :root {
      --primary: #002c3d;
      --primary-dark: #001f2c;
      --primary-light: #0d4559;
      --background: #f7f7f5;
      --surface: #ffffff;
      --text: #1e2930;
      --text-light: #5f6b72;
      --border: #dce2e5;
      --success: #25d366;
      --shadow-sm: 0 10px 30px rgba(0, 44, 61, .08);
      --shadow-md: 0 22px 50px rgba(0, 44, 61, .12);
      --radius: 22px;
      --radius-sm: 14px;
    }

    html {
      scroll-behavior: smooth;
      scroll-padding-top: 92px;
    }

    body {
      margin: 0;
      color: var(--text);
      background: var(--surface);
      font-family: "Inter", sans-serif;
      line-height: 1.7;
      overflow-x: hidden;
    }

    body.menu-open {
      overflow: hidden;
    }

    h1, h2, h3, h4, h5, h6 {
      margin-top: 0;
      color: var(--primary);
      font-family: "Inter", serif;
      font-weight: 700;
      line-height: 1.08;
    }

    h1 {
      font-size: clamp(2.65rem, 5.2vw, 48px);
      letter-spacing: -.045em;
    }

    h2 {
      font-size: clamp(2.15rem, 4vw, 38px);
      letter-spacing: -.035em;
    }

    h3 {
      font-size: clamp(1.45rem, 2vw, 1.9rem);
    }

    p {
      color: var(--text-light);
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    img {
      display: block;
      max-width: 100%;
    }

    .container {
      width: min(1180px, calc(100% - 32px));
    }

    .section {
      position: relative;
      padding: 112px 0;
    }

    .section-soft {
      background: var(--background);
    }

    .section-dark {
      background:
        radial-gradient(circle at 20% 10%, rgba(255,255,255,.08), transparent 34%),
        linear-gradient(145deg, var(--primary), var(--primary-dark));
      color: #fff;
    }

    .section-dark h2,
    .section-dark h3,
    .section-dark p,
    .section-dark .eyebrow {
      color: #fff;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 18px;
      color: var(--primary-light);
      font-size: .78rem;
      font-weight: 700;
      letter-spacing: .14em;
      text-transform: uppercase;
    }

    .eyebrow::before {
      width: 36px;
      height: 1px;
      content: "";
      background: currentColor;
    }

    .section-heading {
      max-width: 780px;
      margin: 0 auto 56px;
      text-align: center;
    }

    .section-heading p {
      max-width: 690px;
      margin: 18px auto 0;
      font-size: 1.04rem;
    }

    .btn-vll {
      display: inline-flex;
      min-height: 54px;
      align-items: center;
      justify-content: center;
      gap: 10px;
      padding: 14px 24px;
      border: 1px solid transparent;
      border-radius: 999px;
      font-weight: 700;
      line-height: 1.2;
      transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease, border-color .25s ease;
    }

    .btn-vll:hover {
      transform: translateY(-2px);
    }

    .btn-primary-vll {
      color: #fff;
      background: var(--primary);
      box-shadow: 0 14px 28px rgba(0, 44, 61, .22);
    }

    .btn-primary-vll:hover {
      color: #fff;
      background: var(--primary-light);
      box-shadow: 0 18px 34px rgba(0, 44, 61, .28);
    }

    .btn-whatsapp {
      color: #fff;
      background: var(--success);
      box-shadow: 0 14px 28px rgba(37, 211, 102, .2);
    }

    .btn-whatsapp:hover {
      color: #fff;
      background: #1fb95a;
    }

    .btn-outline-vll {
      color: var(--primary);
      border-color: rgba(0, 44, 61, .2);
      background: rgba(255,255,255,.78);
    }

    .btn-outline-vll:hover {
      color: #fff;
      border-color: var(--primary);
      background: var(--primary);
    }

    .btn-light-vll {
      color: var(--primary);
      background: #fff;
    }

    .btn-light-vll:hover {
      color: var(--primary);
      background: #f2f4f4;
    }

    .site-header {
      position: fixed;
      z-index: 1040;
      top: 0;
      right: 0;
      left: 0;
      border-bottom: 1px solid rgba(255,255,255,.12);
      background: rgba(0, 44, 61, .78);
      backdrop-filter: blur(16px);
      transition: background .25s ease, box-shadow .25s ease;
    }

    .site-header.scrolled {
      background: rgba(0, 31, 44, .96);
      box-shadow: 0 10px 30px rgba(0,0,0,.14);
    }

    .navbar {
      min-height: 82px;
    }

    .navbar-brand img {
      width: auto;
      height: 54px;
      object-fit: contain;
    }

    .nav-link {
      position: relative;
      margin: 0 4px;
      color: rgba(255,255,255,.82) !important;
      font-size: .93rem;
      font-weight: 600;
    }

    .nav-link:hover,
    .nav-link:focus {
      color: #fff !important;
    }

    .navbar-toggler {
      border: 0;
      color: #fff;
      box-shadow: none !important;
    }

    .hero {
      position: relative;
      min-height: 850px;
      display: flex;
      align-items: center;
      padding: 10px 0 86px;
      overflow: hidden;
      background:url("/img/banner-desktop.png") center/cover no-repeat;
    }

    .hero::after {
      position: absolute;
      right: -140px;
      bottom: -190px;
      width: 540px;
      height: 540px;
      border: 1px solid rgba(255,255,255,.1);
      border-radius: 50%;
      content: "";
    }

    .hero-content {
      position: relative;
      z-index: 2;
      max-width: 760px;
    }

    .hero .eyebrow,
    .hero h1,
    .hero p {
      color: #fff;
    }

    .hero-subtitle {
      max-width: 720px;
      margin: 24px 0 30px;
      color: rgba(255,255,255,.83) !important;
      font-size: clamp(1.05rem, 1.8vw, 1.22rem);
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
    }

    .hero .btn-outline-vll {
      color: #fff;
      border-color: rgba(255,255,255,.34);
      background: rgba(255,255,255,.07);
    }

    .hero .btn-outline-vll:hover {
      color: var(--primary);
      border-color: #fff;
      background: #fff;
    }

    .hero-meta {
      display: flex;
      flex-wrap: wrap;
      gap: 20px 28px;
      margin-top: 34px;
    }

    .hero-meta span {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      color: rgba(255,255,255,.84);
      font-size: .9rem;
    }

    .hero-meta i {
      color: #fff;
    }

    .trust-strip {
      position: relative;
      z-index: 4;
      margin-top: -42px;
    }

    .trust-wrap {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      padding: 16px;
      border: 1px solid rgba(0,44,61,.08);
      border-radius: var(--radius);
      background: #fff;
      box-shadow: var(--shadow-md);
    }

    .trust-item {
      display: flex;
      min-height: 82px;
      align-items: center;
      gap: 14px;
      padding: 16px 18px;
      border-right: 1px solid var(--border);
    }

    .trust-item:last-child {
      border-right: 0;
    }

    .trust-icon {
      width: 44px;
      height: 44px;
      flex: 0 0 44px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      color: #fff;
      background: var(--primary);
    }

    .trust-item span {
      color: var(--primary);
      font-size: .9rem;
      font-weight: 700;
      line-height: 1.35;
    }

    .info-card {
      height: 100%;
      padding: 32px;
      border: 1px solid var(--border);
      border-radius: var(--radius);
      background: #fff;
      box-shadow: 0 10px 30px rgba(0,44,61,.04);
      transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    }

    .info-card:hover {
      transform: translateY(-6px);
      border-color: rgba(0,44,61,.22);
      box-shadow: var(--shadow-sm);
    }

    .card-icon {
      width: 52px;
      height: 52px;
      display: grid;
      place-items: center;
      margin-bottom: 22px;
      border-radius: 16px;
      color: #fff;
      background: var(--primary);
      font-size: 1.15rem;
    }

    .info-card p {
      margin-bottom: 0;
    }

    .split-media {
      position: relative;
      min-height: 540px;
      overflow: hidden;
      border-radius: 28px;
      box-shadow: var(--shadow-md);
    }

    .split-media img {
      width: 100%;
      height: 100%;
      min-height: 540px;
      object-fit: cover;
    }

    .split-media::after {
      position: absolute;
      inset: 0;
      content: "";
      background: linear-gradient(180deg, transparent 54%, rgba(0,44,61,.4));
    }

    .check-list {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 14px;
      padding: 0;
      margin: 28px 0 0;
      list-style: none;
    }

    .check-list li {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      padding: 16px;
      border: 1px solid var(--border);
      border-radius: 14px;
      background: #fff;
      color: var(--text);
      font-weight: 600;
    }

    .check-list i {
      margin-top: 4px;
      color: var(--primary);
    }

    .legal-note {
      margin: 32px 0 0;
      padding: 18px 20px;
      border-left: 4px solid var(--primary);
      border-radius: 0 14px 14px 0;
      background: rgba(0,44,61,.06);
      color: var(--text);
      font-size: .93rem;
    }

    .rights-box {
      padding: 42px;
      border-radius: 28px;
      background: #fff;
      box-shadow: var(--shadow-sm);
    }

    .rights-list {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 16px;
      padding: 0;
      margin: 0;
      list-style: none;
    }

    .rights-list li {
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 15px 16px;
      border: 1px solid var(--border);
      border-radius: 14px;
      color: var(--text);
      background: var(--background);
      font-weight: 600;
    }

    .rights-list i {
      color: var(--primary);
    }

    .cta-panel {
      position: relative;
      padding: 58px;
      overflow: hidden;
      border-radius: 30px;
      background:
        radial-gradient(circle at 85% 20%, rgba(255,255,255,.14), transparent 25%),
        linear-gradient(135deg, var(--primary), var(--primary-dark));
      box-shadow: var(--shadow-md);
    }

    .cta-panel h2,
    .cta-panel p {
      color: #fff;
    }

    .cta-panel p {
      max-width: 680px;
      color: rgba(255,255,255,.78);
      font-size: 1.05rem;
    }

    .steps {
      position: relative;
      counter-reset: steps;
    }

    .step-card {
      position: relative;
      height: 100%;
      padding: 30px;
      border: 1px solid var(--border);
      border-radius: var(--radius);
      background: #fff;
    }

    .step-number {
      width: 48px;
      height: 48px;
      display: grid;
      place-items: center;
      margin-bottom: 22px;
      border-radius: 50%;
      color: #fff;
      background: var(--primary);
      font-family: "Cormorant Garamond", serif;
      font-size: 1.3rem;
      font-weight: 700;
    }

    .office-photo {
      min-height: 480px;
      overflow: hidden;
      border-radius: 28px;
      background: var(--background);
      box-shadow: var(--shadow-md);
    }

    .office-photo img {
      width: 100%;
      height: 100%;
      min-height: 480px;
      object-fit: cover;
    }

    .highlight-chips {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 28px;
    }

    .highlight-chip {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      padding: 10px 14px;
      border: 1px solid var(--border);
      border-radius: 999px;
      color: var(--primary);
      background: #fff;
      font-size: .88rem;
      font-weight: 700;
    }

    .lead-card {
      padding: 42px;
      border: 1px solid rgba(0,44,61,.08);
      border-radius: 28px;
      background: #fff;
      box-shadow: var(--shadow-md);
    }

    .form-label {
      color: var(--primary);
      font-size: .88rem;
      font-weight: 700;
    }

    .form-control,
    .form-select {
      min-height: 54px;
      border: 1px solid var(--border);
      border-radius: 13px;
      color: var(--text);
      background: #fff;
      box-shadow: none !important;
    }

    textarea.form-control {
      min-height: 140px;
      resize: vertical;
    }

    .form-control:focus,
    .form-select:focus {
      border-color: var(--primary-light);
    }

    .form-check-input:checked {
      border-color: var(--primary);
      background-color: var(--primary);
    }

    .form-status {
      display: none;
      margin-top: 14px;
      padding: 12px 14px;
      border-radius: 12px;
      font-size: .9rem;
    }

    .form-status.is-error {
      display: block;
      color: #842029;
      border: 1px solid #f5c2c7;
      background: #f8d7da;
    }

    .faq-wrap {
      max-width: 900px;
      margin: 0 auto;
    }

    .accordion-item {
      margin-bottom: 14px;
      overflow: hidden;
      border: 1px solid var(--border) !important;
      border-radius: 16px !important;
      background: #fff;
    }

    .accordion-button {
      padding: 22px 24px;
      color: var(--primary);
      background: #fff;
      font-family: "Inter", sans-serif;
      font-size: 1rem;
      font-weight: 700;
      box-shadow: none !important;
    }

    .accordion-button:not(.collapsed) {
      color: var(--primary);
      background: rgba(0,44,61,.05);
    }

    .accordion-button::after {
      filter: none;
    }

    .accordion-body {
      padding: 0 24px 24px;
      color: var(--text-light);
    }

    .contact-card {
      height: 100%;
      padding: 38px;
      border-radius: 28px;
      color: #fff;
      background: var(--primary);
    }

    .contact-card h2,
    .contact-card p,
    .contact-card a {
      color: #fff;
    }

    .contact-list {
      display: grid;
      gap: 18px;
      padding: 0;
      margin: 30px 0;
      list-style: none;
    }

    .contact-list li {
      display: flex;
      align-items: flex-start;
      gap: 14px;
      color: rgba(255,255,255,.82);
    }

    .contact-list i {
      width: 24px;
      margin-top: 5px;
      color: #fff;
      text-align: center;
    }

    .map-wrap {
      height: 100%;
      min-height: 520px;
      overflow: hidden;
      border: 1px solid var(--border);
      border-radius: 28px;
      background: #e9edef;
      box-shadow: var(--shadow-sm);
    }

    .map-wrap iframe {
      width: 100%;
      height: 100%;
      min-height: 520px;
      border: 0;
    }

    .site-footer {
      padding: 72px 0 30px;
      color: rgba(255,255,255,.72);
      background: var(--primary-dark);
    }

    .site-footer p{
      color: white;
    }

    .footer-logo {
    display: block;
    width: 170px;
    max-width: 100%;
    height: auto;
    padding: 12px 16px;
    object-fit: contain;
    background-color: #ffffff;
    border-radius: 10px;
    height: 160px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    }

    .site-footer h3,
    .site-footer h4 {
      color: #fff;
    }

    .footer-links {
      display: grid;
      gap: 10px;
      padding: 0;
      margin: 0;
      list-style: none;
    }

    .footer-links a:hover {
      color: #fff;
    }

    .footer-bottom {
      margin-top: 46px;
      padding-top: 22px;
      border-top: 1px solid rgba(255,255,255,.11);
      font-size: .84rem;
    }

    .fixed-whatsapp {
      position: fixed;
      z-index: 1030;
      right: 24px;
      bottom: 24px;
      display: inline-flex;
      min-height: 56px;
      align-items: center;
      gap: 10px;
      padding: 15px 21px;
      border-radius: 999px;
      color: #fff;
      background: var(--success);
      box-shadow: 0 16px 36px rgba(37,211,102,.3);
      font-weight: 800;
      transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
    }

    .fixed-whatsapp:hover {
      color: #fff;
      transform: translateY(-3px);
    }

    .fixed-whatsapp.is-hidden {
      opacity: 0;
      visibility: hidden;
      transform: translateY(20px);
      pointer-events: none;
    }

    .fixed-whatsapp i {
      font-size: 1.25rem;
    }

    .fade-up {
      opacity: 0;
      transform: translateY(24px);
      transition: opacity .7s ease, transform .7s ease;
    }

    .fade-up.is-visible {
      opacity: 1;
      transform: translateY(0);
    }

    @media (max-width: 991.98px) {
      .section {
        padding: 88px 0;
      }

      .navbar-collapse {
        margin-top: 14px;
        padding: 18px;
        border-radius: 18px;
        background: var(--primary-dark);
        box-shadow: var(--shadow-md);
      }

      .nav-link {
        padding: 11px 0 !important;
      }

      .hero {
        min-height: auto;
        padding: 150px 0 104px;
        background:
          linear-gradient(90deg, rgba(0,31,44,.96), rgba(0,44,61,.82)),
          url("/assets/banner-reconhecimento-vinculo.jpg") center/cover no-repeat;
      }

      .trust-wrap {
        grid-template-columns: repeat(2, 1fr);
      }

      .trust-item:nth-child(2) {
        border-right: 0;
      }

      .trust-item:nth-child(-n+2) {
        border-bottom: 1px solid var(--border);
      }

      .rights-box,
      .cta-panel,
      .lead-card {
        padding: 34px;
      }

      .map-wrap,
      .map-wrap iframe {
        min-height: 430px;
      }
    }

    @media (max-width: 767.98px) {
      .container {
        width: min(100% - 24px, 1180px);
      }

      .section {
        padding: 72px 0;
      }

      .hero {
        padding: 132px 0 92px;
      }

      .hero-actions {
        flex-direction: column;
      }

      .hero-actions .btn-vll {
        width: 100%;
      }

      .hero-meta {
        display: grid;
        gap: 12px;
      }

      .trust-strip {
        margin-top: -30px;
      }

      .trust-wrap {
        padding: 8px;
      }

      .trust-item {
        min-height: 112px;
        flex-direction: column;
        justify-content: center;
        padding: 14px 10px;
        text-align: center;
      }

      .trust-item span {
        font-size: .79rem;
      }

      .check-list,
      .rights-list {
        grid-template-columns: 1fr;
      }

      .split-media,
      .split-media img {
        min-height: 390px;
      }

      .office-photo,
      .office-photo img {
        min-height: 360px;
      }

      .rights-box,
      .cta-panel,
      .lead-card,
      .contact-card {
        padding: 28px 22px;
      }

      .fixed-whatsapp {
        right: 16px;
        bottom: 16px;
        width: 56px;
        height: 56px;
        min-height: 56px;
        justify-content: center;
        padding: 0;
        border-radius: 50%;
      }

      .fixed-whatsapp span {
        display: none;
      }

      .footer-logo {
        height: 62px;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      html {
        scroll-behavior: auto;
      }

      *,
      *::before,
      *::after {
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
      }
    }

    .timeline-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 30px;
}

/* Linha horizontal */
.timeline-steps::before {
  position: absolute;
  top: 27px;
  left: 12.5%;
  right: 12.5%;
  height: 2px;
  content: "";
  background: var(--border);
  z-index: 0;
}

.timeline-step {
  position: relative;
  z-index: 1;
  text-align: center;
}

.timeline-marker {
  position: relative;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  margin: 0 auto 24px;
  border: 6px solid var(--background);
  border-radius: 50%;
  background: var(--primary);
  box-shadow: 0 10px 24px rgba(0, 44, 61, 0.18);
}

.timeline-marker span {
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
}

.timeline-step .step-card {
  height: 100%;
  padding: 30px 24px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #fff;
  text-align: left;
  box-shadow: 0 10px 30px rgba(0, 44, 61, 0.04);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.timeline-step .step-card:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 44, 61, 0.22);
  box-shadow: var(--shadow-sm);
}

.timeline-step .step-card h3 {
  margin-bottom: 12px;
}

.timeline-step .step-card p {
  margin-bottom: 0;
}

#formulario .section-heading {
  max-width: 820px;
  margin: 0 auto 48px;
  text-align: center;
}

#formulario .section-heading .eyebrow {
  justify-content: center;
}

#formulario .section-heading p {
  max-width: 640px;
  margin: 18px auto 0;
}

.form-legal-note {
  max-width: 720px;
  margin: 24px auto 0;
  border-left: 0;
  border-top: 4px solid var(--primary);
  border-radius: 14px;
  text-align: center;
}

.form-wrapper {
  max-width: 900px;
  margin: 0 auto;
}

/*===========================================
  FAIXA DESENVOLVIDO POR
===========================================*/

.faixa-desenvolvido {
  padding: 18px 0;
  background: white;
  border-top: 1px solid rgba(23, 23, 23, 0.08);
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;

}

.desenvolvido-por {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  gap: 14px;
  color: black;
  font-size: 13px;
  font-weight: 800;
}

.desenvolvido-por:hover {
  color: #ffd34e;
}

.desenvolvido-por img {
  display: block;
  width: auto;
  max-width: 155px;
  max-height: 32px;
}

@media(max-width: 992px){
  .timeline-steps{
    display: block;
  }

  .timeline-marker{
    margin-top: 20px;
  }

  .hero{
    padding-top: 60px;
  }

  h1{
    font-size: 34px;
  }

    .hero {
      min-height: auto;
      background: linear-gradient(90deg, rgba(0, 31, 44, .96), rgba(0, 44, 61, .82)), url(/img/banner-desktop.png) center / cover no-repeat;
          background-position-x: 80%;

    }

        .footer-logo {
        height: 153px;
    }
}