*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
    --black: #000000;
    --black-soft: #0a0a0a;
    --black-elevated: #111111;
    --green: #12ac04;
    --green-light: #1ed60f;
    --green-dim: rgba(18, 172, 4, 0.22);
    --green-subtle: rgba(18, 172, 4, 0.08);
    --white: #f5f5f5;
    --white-soft: #c8c8c8;
    --white-muted: #8a8a8a;
    --sand: var(--black);
    --sand-dark: var(--black-soft);
    --ink: var(--white);
    --ink-soft: var(--white-soft);
    --accent: var(--green);
    --accent-light: var(--green-light);
    --muted: var(--white-muted);
    --line: rgba(255, 255, 255, 0.12);
    --success: var(--green);
    --nav-bg: rgba(0, 0, 0, 0.9);
    --nav-bg-scrolled: rgba(0, 0, 0, 0.97);
    --text-on-dark-muted: rgba(255, 255, 255, 0.75);
    --text-on-dark-faint: rgba(255, 255, 255, 0.55);
    --text-on-dark-dim: rgba(255, 255, 255, 0.45);
    --neon-green-text-shadow: 0 0 8px rgba(30, 214, 15, 0.32), 0 0 18px rgba(18, 172, 4, 0.18);
    --display: "Michroma", "Saira Expanded", sans-serif;
    --sans: "Saira Expanded", sans-serif;
    --serif: var(--display);
  }

    html {
      scroll-behavior: smooth;
      scroll-padding-top: 5.5rem;
      background: var(--black);
      font-family: var(--sans);
      overflow-x: hidden;
      -webkit-text-size-adjust: 100%;
    }

    body {
      background: var(--sand);
      color: var(--ink);
      font-family: var(--sans);
      font-size: 16px;
      line-height: 1.6;
      overflow-x: hidden;
      letter-spacing: 0.02em;
      min-width: 0;
    }

    img:not(.nav-logo__img):not(.clientes-carousel__logo):not(.footer-brand__img):not(.wa-widget__avatar-img) {
      max-width: 100%;
      height: auto;
    }

    button,
    input,
    textarea,
    select {
      font-family: inherit;
    }

    .nav-links a:hover,
    .hero-eyebrow,
    .hero-title em,
    .stat-num span,
    .section-tag,
    .section-title em,
    #sobre .section-tag,
    #sobre .section-title em,
    .pillar-num,
    .service-icon,
    .step-dot,
    .step-time,
    .results-title em,
    .result-check svg,
    .license-panel-title,
    .footer-links a:hover,
    .contact-benefits__icon {
      text-shadow: var(--neon-green-text-shadow);
    }

    /* ── NOISE TEXTURE ── */
    body::before {
      content: '';
      position: fixed;
      inset: 0;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
      pointer-events: none;
      z-index: 9999;
      opacity: 0.6;
    }

    /* ── NAV ── */
    nav {
      position: fixed;
      top: 0; left: 0; right: 0;
      z-index: 100;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 1.25rem 5vw;
      background: var(--nav-bg);
      backdrop-filter: blur(12px);
      border-bottom: 1px solid var(--line);
      transition: background 0.3s;
    }

    .nav-logo {
      display: inline-flex;
      align-items: center;
      height: 44px;
      overflow: visible;
      text-decoration: none;
      line-height: 0;
      flex-shrink: 0;
    }
    .nav-logo__img {
      display: block;
      height: 152px;
      width: auto;
      max-width: min(700px, 68vw);
      margin-block: -54px;
    }

    .nav-toggle {
      display: none;
    }

    .nav-backdrop {
      display: none;
    }

    .nav-menu {
      display: flex;
      align-items: center;
    }

    .nav-links {
      display: flex;
      gap: 2.5rem;
      list-style: none;
      align-items: center;
    }
    .nav-links a {
      font-size: 0.82rem;
      font-weight: 500;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: var(--ink-soft);
      text-decoration: none;
      transition: color 0.2s;
    }
    .nav-links a:hover { color: var(--accent); }

    .nav-cta,
    .btn-whatsapp-nav {
      background: linear-gradient(180deg, #57f255 0%, #1fc32f 55%, #0f9e1f 100%);
      color: var(--white) !important;
      padding: 0.55rem 1.25rem;
      border-radius: 999px;
      font-weight: 600;
      box-shadow: 0 0 16px rgba(18, 172, 4, 0.35);
      transition: transform 0.2s, box-shadow 0.2s !important;
    }
    .nav-cta:hover,
    .btn-whatsapp-nav:hover {
      transform: translateY(-1px);
      box-shadow: 0 0 22px rgba(30, 214, 15, 0.45) !important;
      color: var(--white) !important;
    }

    /* ── CONVERSÃO ── */
    .hero-cta-note {
      margin-top: 0;
      font-size: 0.8rem;
      color: var(--text-on-dark-faint);
      letter-spacing: 0.02em;
      line-height: 1.5;
    }
    .cta-band {
      margin-top: 3.5rem;
      padding: 0 5vw;
    }
    .cta-band__inner {
      max-width: 960px;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      gap: 1.5rem;
      padding: 2rem 2.25rem;
      border-radius: 16px;
      border: 1px solid rgba(30, 214, 15, 0.35);
      background: linear-gradient(135deg, rgba(18, 172, 4, 0.12), rgba(0, 0, 0, 0.5));
      box-shadow: 0 0 40px rgba(18, 172, 4, 0.1);
    }
    .cta-band--compact .cta-band__inner {
      padding: 1.5rem 2rem;
    }
    .cta-band__tag {
      font-size: 0.7rem;
      font-weight: 600;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--accent-light);
      margin-bottom: 0.35rem;
    }
    .cta-band__title {
      font-family: var(--serif);
      font-size: clamp(1.35rem, 2.5vw, 1.75rem);
      font-weight: 400;
      color: var(--white);
      line-height: 1.2;
      margin-bottom: 0.35rem;
    }
    .cta-band__text {
      font-size: 0.92rem;
      color: var(--ink-soft);
      max-width: 520px;
      line-height: 1.6;
    }
    .cta-band__btn {
      flex-shrink: 0;
      white-space: nowrap;
    }
    .section-cta {
      margin-top: 2.5rem;
      display: flex;
      justify-content: center;
    }
    .clientes-section {
      background: var(--black-soft);
    }

    .clientes-section .clientes-carousel,
    .clientes-section .clientes-avaliacoes,
    .clientes-section .section-cta {
      opacity: 1;
      transform: none;
    }

    .clientes-carousel {
      position: relative;
      margin-top: 2.5rem;
      margin-bottom: 2rem;
      width: calc(100% + 10vw);
      max-width: none;
      margin-left: -5vw;
      margin-right: -5vw;
    }

    .clientes-carousel__viewport {
      overflow: hidden;
      width: 100%;
      background: #ffffff;
      border-top: 1px solid rgba(255, 255, 255, 0.08);
      border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .clientes-carousel__track {
      display: flex;
      align-items: stretch;
      gap: 0;
      width: max-content;
      animation: clientes-scroll 45s linear infinite;
    }

    .clientes-carousel:hover .clientes-carousel__track {
      animation-play-state: paused;
    }

    @keyframes clientes-scroll {
      0% { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }

    .clientes-carousel__slide {
      flex: 0 0 auto;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 1rem 1.35rem;
      margin: 0;
      min-height: 76px;
      background: #ffffff;
    }

    .clientes-carousel__logo {
      display: block;
      height: 2.75rem;
      width: auto;
      max-width: 130px;
      object-fit: contain;
      opacity: 1;
      transition: transform 0.2s ease;
    }

    .clientes-carousel__slide:hover .clientes-carousel__logo {
      transform: scale(1.05);
    }

    .clientes-carousel__fade {
      position: absolute;
      top: 0;
      bottom: 0;
      width: 5rem;
      z-index: 2;
      pointer-events: none;
    }

    .clientes-carousel__fade--left {
      left: 0;
      background: linear-gradient(to right, var(--black-soft) 0%, transparent 100%);
    }

    .clientes-carousel__fade--right {
      right: 0;
      background: linear-gradient(to left, var(--black-soft) 0%, transparent 100%);
    }

    .clientes-avaliacoes {
      margin-top: 4.5rem;
      padding: 2rem 1.25rem 2.5rem;
      border-top: 1px solid var(--line);
      width: 100%;
      max-width: 100%;
  min-height: 200px;
      background: transparent;
    }

    .clientes-avaliacoes > * {
      max-width: 100%;
    }

.reviews-box {
  width: min(1040px, 100%);
  margin: 0 auto;
  border: 1px solid rgba(30, 214, 15, 0.28);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(7, 9, 7, 0.92), rgba(5, 7, 5, 0.88));
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.42), 0 0 24px rgba(30, 214, 15, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.04);
  padding: 1rem;
}

.reviews-box__overview {
  display: grid;
  grid-template-columns: 1.3fr 1fr auto;
  align-items: center;
  gap: 1rem;
  padding: 0.85rem 0.95rem;
  border: 1px solid rgba(30, 214, 15, 0.24);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(10, 14, 10, 0.9), rgba(8, 10, 8, 0.75));
  margin-bottom: 0.9rem;
}

.reviews-box__brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}

.reviews-box__brand-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 700;
  color: #041904;
  background: radial-gradient(circle at 30% 30%, #53f05b, #12ac04);
  flex-shrink: 0;
}

.reviews-box__brand-name {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--white);
  line-height: 1.25;
}

.reviews-box__brand-address {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.65);
}

.reviews-box__summary {
  min-width: 0;
}

.reviews-box__stars {
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  color: var(--accent-light);
  text-shadow: var(--neon-green-text-shadow);
}

.reviews-box__score {
  font-size: 0.87rem;
  color: rgba(255, 255, 255, 0.9);
}

.reviews-box__score strong {
  color: var(--white);
}

.reviews-box__maps {
  text-decoration: none;
  color: var(--white);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: 1px solid rgba(30, 214, 15, 0.45);
  border-radius: 999px;
  padding: 0.55rem 1rem;
  background: rgba(18, 34, 18, 0.78);
}

.reviews-box__maps:hover {
  background: rgba(18, 172, 4, 0.22);
  border-color: rgba(30, 214, 15, 0.72);
}

.reviews-box__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.reviews-box__item {
  border: 1px solid rgba(30, 214, 15, 0.2);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(10, 14, 10, 0.86), rgba(8, 10, 8, 0.8));
  padding: 0.9rem;
}

.reviews-box__item-head {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 0.35rem;
}

.reviews-box__item-head span {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
  margin-left: 0.4rem;
}

.reviews-box__item-stars {
  font-size: 0.73rem;
  letter-spacing: 0.12em;
  color: var(--accent-light);
  text-shadow: var(--neon-green-text-shadow);
  margin-bottom: 0.5rem;
}

.reviews-box__item-text {
  font-size: 0.84rem;
  line-height: 1.55;
  color: var(--ink-soft);
}

.reviews-box__foot {
  margin-top: 0.8rem;
  text-align: center;
  font-size: 0.76rem;
  color: rgba(255, 255, 255, 0.58);
}
    .service-cta {
      margin-top: auto;
      padding-top: 1.25rem;
      font-size: 0.82rem;
      font-weight: 600;
      color: var(--accent-light);
      text-decoration: none;
      text-shadow: var(--neon-green-text-shadow);
    }
    .service-cta:hover { color: var(--white); }

    .section-cta--compact {
      margin-top: 2.5rem;
    }

    .wa-widget {
      position: fixed;
      right: 1.25rem;
      bottom: 1.25rem;
      z-index: 9999;
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      gap: 0.85rem;
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
      pointer-events: auto;
    }

    .wa-widget__card {
      width: min(340px, calc(100vw - 2rem));
      background: #fff;
      border-radius: 18px;
      box-shadow:
        0 18px 48px rgba(15, 23, 42, 0.18),
        0 4px 14px rgba(15, 23, 42, 0.08);
      overflow: hidden;
      opacity: 0;
      visibility: hidden;
      transform: translateY(10px) scale(0.98);
      transform-origin: bottom right;
      transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
    }

    .wa-widget__card.is-open {
      opacity: 1;
      visibility: visible;
      transform: translateY(0) scale(1);
    }

    .wa-widget__header {
      display: flex;
      align-items: center;
      gap: 0.75rem;
      padding: 1rem 1rem 0.85rem;
      background: #fff;
      border-bottom: 1px solid #eef1f4;
    }

    .wa-widget__avatar {
      position: relative;
      width: 48px;
      height: 48px;
      border-radius: 50%;
      background: #0a0a0a;
      display: grid;
      place-items: center;
      flex-shrink: 0;
      overflow: hidden;
      border: 1px solid #e2e8f0;
    }

    .wa-widget__avatar-img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      padding: 4px;
      display: block;
    }

    .wa-widget__status {
      position: absolute;
      right: 1px;
      bottom: 1px;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: #22c55e;
      border: 2px solid #fff;
    }

    .wa-widget__meta {
      flex: 1;
      min-width: 0;
    }

    .wa-widget__name {
      margin: 0;
      font-size: 0.92rem;
      font-weight: 700;
      color: #0f172a;
      line-height: 1.25;
    }

    .wa-widget__status-label {
      margin: 0.15rem 0 0;
      font-size: 0.82rem;
      color: #64748b;
    }

    .wa-widget__close {
      width: 32px;
      height: 32px;
      border: none;
      border-radius: 50%;
      background: transparent;
      color: #94a3b8;
      font-size: 1.5rem;
      line-height: 1;
      cursor: pointer;
      display: grid;
      place-items: center;
      transition: background 0.2s, color 0.2s;
    }

    .wa-widget__close:hover {
      background: #f1f5f9;
      color: #475569;
    }

    .wa-widget__body {
      padding: 1rem 1rem 0.5rem;
      text-align: center;
    }

    .wa-widget__time {
      display: block;
      margin-bottom: 0.75rem;
      font-size: 0.75rem;
      color: #94a3b8;
    }

    .wa-widget__bubble {
      position: relative;
      margin: 0;
      padding: 0.9rem 1rem;
      background: #f1f5f9;
      border-radius: 14px 14px 14px 4px;
      color: #1e293b;
      font-size: 0.92rem;
      line-height: 1.45;
      text-align: left;
    }

    .wa-widget__cta {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 0.55rem;
      margin: 0.75rem 1rem 1rem;
      padding: 0.85rem 1.25rem;
      border-radius: 999px;
      background: #25d366;
      color: #fff;
      font-size: 0.92rem;
      font-weight: 700;
      text-decoration: none;
      box-shadow: 0 8px 20px rgba(37, 211, 102, 0.35);
      transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
    }

    .wa-widget__cta svg {
      width: 1.25rem;
      height: 1.25rem;
      flex-shrink: 0;
    }

    .wa-widget__cta:hover {
      color: #fff;
      background: #1ebe57;
      transform: translateY(-1px);
      box-shadow: 0 10px 24px rgba(37, 211, 102, 0.42);
    }

    .wa-widget__toggle {
      width: 58px;
      height: 58px;
      border: none;
      border-radius: 50%;
      cursor: pointer;
      color: #fff;
      background: #25d366;
      box-shadow:
        0 10px 28px rgba(37, 211, 102, 0.4),
        0 0 20px rgba(37, 211, 102, 0.25);
      display: grid;
      place-items: center;
      transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
    }

    .wa-widget__toggle svg {
      width: 1.65rem;
      height: 1.65rem;
    }

    .wa-widget__toggle:hover {
      background: #1ebe57;
      transform: scale(1.04);
    }

    .wa-widget.is-open .wa-widget__toggle {
      background: #25d366;
      box-shadow:
        0 10px 28px rgba(37, 211, 102, 0.4),
        0 0 20px rgba(37, 211, 102, 0.25);
    }

    .wa-widget.is-open .wa-widget__toggle:hover {
      background: #1ebe57;
    }

    @media (prefers-reduced-motion: no-preference) {
      .wa-widget--visible:not(.is-open) .wa-widget__toggle {
        animation: wa-widget-pulse 2.4s ease-in-out infinite;
      }

      .wa-widget--visible:not(.is-open) .wa-widget__toggle:hover {
        animation: none;
      }
    }

    @keyframes wa-widget-pulse {
      0%, 100% { box-shadow: 0 10px 28px rgba(37, 211, 102, 0.35), 0 0 16px rgba(37, 211, 102, 0.22); }
      50% { box-shadow: 0 12px 32px rgba(37, 211, 102, 0.48), 0 0 26px rgba(37, 211, 102, 0.38); }
    }
    .conversion-final {
      position: relative;
      overflow: hidden;
      background: var(--black);
      text-align: center;
    }
    .conversion-final__glow {
      position: absolute;
      inset: 0;
      background: radial-gradient(ellipse 80% 60% at 50% 100%, rgba(18, 172, 4, 0.2), transparent 70%);
      pointer-events: none;
    }
    .conversion-final__lead {
      max-width: 560px;
      margin: 0 auto 2.5rem;
      font-size: 1.05rem;
      color: var(--ink-soft);
      line-height: 1.7;
      position: relative;
      z-index: 1;
    }
    .conversion-final .contact-content {
      margin-left: auto;
      margin-right: auto;
      text-align: left;
      position: relative;
      z-index: 1;
    }
    .conversion-final .contact-actions {
      display: flex;
      justify-content: center;
    }
    /* ── HERO ── */
    #hero {
      min-height: 100vh;
      display: grid;
      grid-template-columns: 1fr 1fr;
      align-items: center;
      padding: 80px 0 0;
      gap: 4rem;
      position: relative;
      overflow: hidden;
      isolation: isolate;
    }

    /* Cobre todo o #hero: item absoluto no grid sem grid-area fica só na 1ª célula (altura pode colapsar). */
    .hero-media {
      position: absolute;
      inset: 0;
      grid-column: 1 / -1;
      grid-row: 1 / -1;
      z-index: 0;
      overflow: hidden;
      min-height: 0;
      background: var(--black);
    }

    .hero-video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: 50% 44%;
      display: block;
    }

    .hero-media-overlay {
      position: absolute;
      inset: 0;
      z-index: 1;
      background: linear-gradient(
        120deg,
        rgba(0, 0, 0, 0.88) 0%,
        rgba(0, 0, 0, 0.72) 45%,
        rgba(0, 0, 0, 0.82) 100%
      );
      box-shadow: inset 0 0 160px rgba(18, 172, 4, 0.12);
    }

    .hero-main,
    .hero-content,
    .hero-stats {
      position: relative;
      z-index: 1;
    }

    .hero-main {
      padding-left: 5vw;
      max-width: 620px;
    }

    .hero-content {
      max-width: 100%;
    }

    .hero-form-wrap {
      margin: 1.75rem 0 1.5rem;
      max-width: 480px;
    }

    .lead-form {
      display: flex;
      flex-direction: column;
      gap: 0;
      background: rgba(0, 0, 0, 0.55);
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 12px;
      padding: 1.25rem 1.25rem 1.15rem;
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
      box-shadow:
        0 16px 48px rgba(0, 0, 0, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
    }

    .lead-form--hero {
      border-top: 3px solid var(--accent);
    }

    .lead-form__kicker {
      margin: 0 0 1rem;
      font-size: 0.72rem;
      font-weight: 600;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--accent-light);
    }

    .lead-form__fields {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 0.85rem 0.75rem;
      margin-bottom: 1rem;
    }

    .lead-form__field {
      display: flex;
      flex-direction: column;
      gap: 0.4rem;
      min-width: 0;
    }

    .lead-form__field label {
      display: block;
      font-size: 0.72rem;
      font-weight: 600;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      color: rgba(255, 255, 255, 0.75);
    }

    .lead-form__field input {
      display: block;
      width: 100%;
      box-sizing: border-box;
      padding: 0.8rem 0.9rem;
      border: 1px solid rgba(255, 255, 255, 0.12);
      border-radius: 8px;
      background: rgba(255, 255, 255, 0.06);
      color: var(--white);
      font: inherit;
      font-size: 0.92rem;
      transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
    }

    .lead-form__field input::placeholder {
      color: rgba(255, 255, 255, 0.35);
    }

    .lead-form__field input:focus {
      outline: none;
      border-color: var(--accent);
      background: rgba(255, 255, 255, 0.09);
      box-shadow: 0 0 0 3px rgba(18, 172, 4, 0.18);
    }

    .lead-form__submit {
      width: 100%;
      padding: 0.95rem 1.25rem;
      border: none;
      border-radius: 8px;
      background: var(--accent);
      color: var(--black);
      font: inherit;
      font-size: 0.88rem;
      font-weight: 700;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      cursor: pointer;
      transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
      box-shadow: 0 4px 20px rgba(18, 172, 4, 0.35);
    }

    .lead-form__submit:hover {
      background: var(--accent-light);
      box-shadow: 0 6px 24px rgba(30, 214, 15, 0.4);
    }

    .lead-form__submit:active {
      transform: translateY(1px);
    }

    .lead-form__submit:disabled {
      opacity: 0.65;
      cursor: not-allowed;
      transform: none;
    }

    .lead-form__message {
      min-height: 1.2rem;
      margin: 0.6rem 0 0;
      font-size: 0.8rem;
      line-height: 1.4;
      text-align: center;
    }

    .lead-form__message.is-error {
      color: #ff9a9a;
    }

    .lead-form__message.is-success {
      color: #8dffb5;
    }

    .lead-form__note {
      margin: 0.55rem 0 0;
      font-size: 0.72rem;
      color: var(--text-on-dark-faint);
      text-align: center;
      line-height: 1.45;
    }

    .hero-actions {
      margin-top: 0.25rem;
    }

    .hero-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 0.6rem;
      font-size: 0.75rem;
      font-weight: 500;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--accent);
      margin-bottom: 1.5rem;
    }
    .hero-eyebrow::before {
      content: '';
      display: block;
      width: 32px;
      height: 1px;
      background: var(--accent);
    }

    .hero-title {
      font-family: var(--serif);
      font-size: clamp(2.8rem, 5vw, 4.5rem);
      font-weight: 400;
      line-height: 1.1;
      letter-spacing: -0.02em;
      color: var(--ink);
      margin-bottom: 1.75rem;
    }
    .hero-title em {
      font-style: normal;
      color: var(--accent);
    }

    .hero-desc {
      font-size: 1rem;
      color: var(--ink-soft);
      max-width: 480px;
      line-height: 1.75;
      margin-bottom: 0;
    }
    .hero-desc strong {
      color: var(--white);
      font-weight: 700;
    }
    .hero-actions {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 0.75rem;
      width: 100%;
      max-width: 520px;
    }

    .hero-actions .btn-whatsapp {
      width: 100%;
      justify-content: center;
      padding: 1.05rem 2.25rem;
      font-size: 0.95rem;
      font-weight: 600;
      text-align: center;
    }

    .btn-primary {
    background: var(--accent);
    color: var(--black);
    padding: 0.9rem 2rem;
    border-radius: 2px;
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-decoration: none;
    transition: background 0.2s, transform 0.15s;
    display: inline-block;
  }
    .btn-primary:hover { background: var(--accent-light); transform: translateY(-1px); }
    .btn-whatsapp {
      position: relative;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 0.85rem;
      padding: 1rem 2rem;
      border-radius: 18px;
      color: var(--white);
      background:
        linear-gradient(180deg, rgba(87, 242, 85, 0.96) 0%, rgba(31, 195, 47, 0.94) 52%, rgba(15, 158, 31, 0.96) 100%);
      border: 1px solid rgba(191, 255, 187, 0.9);
      box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.35),
        0 0 0 1px rgba(30, 214, 15, 0.18),
        0 10px 28px rgba(18, 172, 4, 0.28),
        0 0 24px rgba(30, 214, 15, 0.34);
      overflow: visible;
      isolation: isolate;
    }
    .btn-whatsapp::after {
      content: "";
      position: absolute;
      left: 10%;
      right: 10%;
      bottom: -12px;
      height: 26px;
      border-radius: 999px;
      background: radial-gradient(ellipse at center, rgba(111, 255, 97, 0.75) 0%, rgba(58, 219, 57, 0.28) 45%, rgba(58, 219, 57, 0) 78%);
      filter: blur(10px);
      z-index: -1;
      pointer-events: none;
    }
    .btn-whatsapp__icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 2rem;
      height: 2rem;
      border-radius: 999px;
      background: rgba(29, 186, 51, 0.92);
      box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.22),
        0 0 12px rgba(255, 255, 255, 0.14);
      line-height: 1;
      flex-shrink: 0;
    }
    .btn-whatsapp__icon svg {
      width: 1.15rem;
      height: 1.15rem;
      display: block;
      color: var(--white);
    }
    .btn-whatsapp:hover {
      color: var(--white);
      background:
        linear-gradient(180deg, rgba(103, 245, 98, 0.98) 0%, rgba(38, 204, 56, 0.96) 52%, rgba(20, 172, 36, 0.98) 100%);
      transform: translateY(-1px);
      box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.4),
        0 0 0 1px rgba(191, 255, 187, 0.98),
        0 12px 30px rgba(18, 172, 4, 0.32),
        0 0 28px rgba(30, 214, 15, 0.4);
    }

    .btn-ghost {
      color: var(--accent-light);
      font-size: 0.85rem;
      font-weight: 600;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      text-shadow: var(--neon-green-text-shadow);
      transition: color 0.2s, gap 0.2s;
    }
    .btn-ghost:hover { color: var(--white); gap: 0.8rem; }
    .btn-ghost::after { content: '→'; }

    .hero-stats {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 2rem;
      padding: 3rem;
      margin-right: 5vw;
      background: rgba(0, 0, 0, 0.38);
      backdrop-filter: blur(4px);
      -webkit-backdrop-filter: blur(4px);
      border-radius: 4px;
      position: relative;
      border: 1px solid rgba(255, 255, 255, 0.08);
      outline: none;
      box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.15);
      overflow: hidden;
      isolation: isolate;
    }

    .stat-num {
      font-family: var(--serif);
      font-size: 2.8rem;
      font-weight: 600;
      color: var(--white);
      line-height: 1;
      margin-bottom: 0.4rem;
      text-shadow: 0 2px 12px rgba(0, 0, 0, 0.55);
    }
    .stat-num span { color: var(--accent); }
    .stat-label {
      font-size: 0.78rem;
      color: rgba(255, 255, 255, 0.82);
      letter-spacing: 0.05em;
      text-transform: uppercase;
      text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
    }

    /* ── SECTION COMMON ── */
    section { padding: 7rem 5vw; }
    .section-tag {
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      font-size: 0.72rem;
      font-weight: 500;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--accent);
      margin-bottom: 1rem;
    }
    .section-tag::before {
      content: '';
      display: block;
      width: 24px; height: 1px;
      background: var(--accent);
    }
    .section-title {
      font-family: var(--serif);
      font-size: clamp(2rem, 3.5vw, 3rem);
      font-weight: 400;
      letter-spacing: -0.02em;
      line-height: 1.15;
      color: var(--ink);
    }
    .section-title em { font-style: normal; color: var(--accent); }

    /* ── ABOUT ── */
    #sobre {
      background: var(--black-soft);
      color: var(--white);
    }
    #sobre .section-tag { color: var(--accent-light); }
    #sobre .section-tag::before { background: var(--accent-light); }
    #sobre .section-title { color: var(--white); }
    #sobre .section-title em { color: var(--accent-light); }

    .about-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 5rem;
      align-items: start;
      margin-top: 4rem;
    }

    .about-text p {
      font-size: 1rem;
      color: var(--text-on-dark-muted);
      line-height: 1.8;
      margin-bottom: 1.25rem;
    }

    .about-pillars {
      display: flex;
      flex-direction: column;
      gap: 1.5rem;
    }
    .pillar {
      display: grid;
      grid-template-columns: 48px 1fr;
      gap: 1.25rem;
      align-items: start;
      padding-bottom: 1.5rem;
      border-bottom: 1px solid var(--line);
    }
    .pillar:last-child { border-bottom: none; padding-bottom: 0; }
    .pillar-num {
      font-family: var(--serif);
      font-size: 0.95rem;
      font-weight: 600;
      color: var(--accent-light);
      padding-top: 2px;
    }
    .pillar-title {
      font-family: var(--serif);
      font-size: 1.05rem;
      font-weight: 400;
      color: var(--white);
      margin-bottom: 0.4rem;
    }
    .pillar-desc {
      font-size: 0.88rem;
      color: var(--text-on-dark-faint);
      line-height: 1.65;
    }

    /* ── PERFIS ── */
    #perfis { background: var(--black-soft); }
    .profile-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1.25rem;
      margin-top: 3rem;
    }
    .profile-card {
      border: 1px solid var(--line);
      border-radius: 12px;
      padding: 1.75rem;
      background: rgba(255, 255, 255, 0.02);
    }
    .profile-title {
      font-size: 0.95rem;
      font-weight: 600;
      color: var(--accent-light);
      margin-bottom: 0.75rem;
      text-shadow: var(--neon-green-text-shadow);
    }
    .profile-quote {
      font-size: 0.9rem;
      color: var(--ink-soft);
      line-height: 1.65;
      font-style: italic;
    }

    /* ── IMPORTÂNCIA ── */
    #importancia { background: var(--black); }
    .importancia-grid {
      display: grid;
      grid-template-columns: 1.1fr 0.9fr;
      gap: 4rem;
      align-items: start;
    }
    .importancia-copy p {
      font-size: 0.95rem;
      color: var(--ink-soft);
      line-height: 1.75;
      margin-bottom: 1.25rem;
    }
    .importancia-copy strong { color: var(--white); }
    .importancia-link {
      display: inline-flex;
      margin-top: 0.5rem;
      font-size: 0.9rem;
      font-weight: 600;
      color: var(--accent-light);
      text-decoration: none;
      text-shadow: var(--neon-green-text-shadow);
    }
    .importancia-link:hover { color: var(--white); }
    .importancia-cards {
      display: flex;
      flex-direction: column;
      gap: 1.25rem;
    }
    .pros-card,
    .cons-card {
      border: 1px solid var(--line);
      border-radius: 12px;
      padding: 1.75rem;
      background: rgba(10, 10, 10, 0.6);
    }
    .pros-card { border-color: rgba(30, 214, 15, 0.25); }
    .cons-card { border-color: rgba(239, 68, 68, 0.25); }
    .pros-card h3,
    .cons-card h3 {
      font-family: var(--serif);
      font-size: 1.1rem;
      font-weight: 400;
      color: var(--white);
      margin-bottom: 1rem;
    }
    .pros-card ul,
    .cons-card ul {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 0.65rem;
    }
    .pros-card li,
    .cons-card li {
      font-size: 0.88rem;
      color: var(--ink-soft);
      line-height: 1.55;
      padding-left: 1.25rem;
      position: relative;
    }
    .pros-card li::before {
      content: "✓";
      position: absolute;
      left: 0;
      color: var(--accent-light);
    }
    .cons-card li::before {
      content: "×";
      position: absolute;
      left: 0;
      color: #f87171;
    }

    /* ── FAQ ── */
    #faq { background: var(--black-soft); }
    .faq-accordion {
      display: flex;
      flex-direction: column;
      gap: 0.9rem;
      max-width: 760px;
      margin: 3rem auto 0;
    }
    .faq-item {
      border: 1px solid rgba(255, 255, 255, 0.08);
      border-radius: 18px;
      background: linear-gradient(180deg, rgba(10, 10, 10, 0.82), rgba(10, 10, 10, 0.72));
      overflow: hidden;
    }
    .faq-item[open] {
      border-color: rgba(30, 214, 15, 0.72);
    }
    .faq-summary {
      list-style: none;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
      padding: 1.25rem 1.5rem;
      cursor: pointer;
      color: var(--white);
      font-size: 1rem;
      font-weight: 600;
    }
    .faq-summary::-webkit-details-marker { display: none; }
    .faq-body {
      padding: 0 1.5rem 1.5rem;
      color: var(--ink-soft);
      font-size: 0.95rem;
      line-height: 1.7;
    }

    /* ── SERVICES ── */
    #servicos { background: var(--black-soft); }

    .services-header {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      margin-bottom: 4rem;
    }

    .services-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 1.5px;
      background: var(--line);
      border: 1px solid var(--line);
    }

    .service-card {
      display: flex;
      flex-direction: column;
      background: var(--black);
      padding: 2.5rem 2rem;
      transition: background 0.25s;
      cursor: default;
      position: relative;
      overflow: hidden;
    }
    .service-card::after {
      content: '';
      position: absolute;
      bottom: 0; left: 0;
      height: 2px;
      width: 0;
      background: var(--accent);
      transition: width 0.3s ease;
    }
    .service-card:hover { background: var(--black-elevated); }
    .service-card:hover::after { width: 100%; }

    .service-icon {
      width: 40px; height: 40px;
      margin-bottom: 1.5rem;
      color: var(--accent);
    }
    .service-name {
      font-family: var(--serif);
      font-size: 1.1rem;
      font-weight: 400;
      color: var(--ink);
      margin-bottom: 0.75rem;
      line-height: 1.3;
    }
    .service-desc {
      font-size: 0.83rem;
      color: var(--muted);
      line-height: 1.7;
    }

    /* ── HOW IT WORKS ── */
    

    .steps-wrapper {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 0;
      margin-top: 4rem;
      position: relative;
    }
    .steps-wrapper::before {
      content: '';
      position: absolute;
      top: 28px; left: 0; right: 0;
      height: 1px;
      background: var(--line);
      z-index: 0;
    }

    .step {
      padding: 0 2rem 0 0;
      position: relative;
      z-index: 1;
    }
    .step-dot {
      width: 56px; height: 56px;
      border-radius: 50%;
      background: var(--black);
      border: 1px solid var(--line);
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: var(--serif);
      font-size: 1rem;
      font-weight: 600;
      color: var(--accent);
      margin-bottom: 2rem;
      transition: background 0.2s, border-color 0.2s;
    }
    .step:hover .step-dot {
      background: var(--accent);
      color: var(--black);
      border-color: var(--accent);
    }
    .step-title {
      font-family: var(--serif);
      font-size: 1.1rem;
      font-weight: 400;
      color: var(--ink);
      margin-bottom: 0.75rem;
      line-height: 1.3;
    }
    .step-desc {
      font-size: 0.85rem;
      color: var(--muted);
      line-height: 1.75;
    }
    .step-time {
      display: inline-block;
      margin-top: 1rem;
      font-size: 0.72rem;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: var(--accent);
      font-weight: 500;
    }

    /* ── RESULTS BAND ── */
    #resultados { background: var(--black); padding: 5rem 5vw; }
    .results-inner {
      display: grid;
      grid-template-columns: 1fr 2fr;
      gap: 5rem;
      align-items: center;
    }
    .results-title {
      font-family: var(--serif);
      font-size: clamp(1.8rem, 2.8vw, 2.4rem);
      font-weight: 400;
      color: var(--white);
      line-height: 1.2;
    }
    .results-title em { font-style: normal; color: var(--accent-light); }

    .results-list {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 1.25rem;
      list-style: none;
      padding: 0;
    }
    .result-item {
      display: flex;
      gap: 0.85rem;
      align-items: flex-start;
    }
    .result-check {
      width: 20px; height: 20px;
      border-radius: 50%;
      background: var(--green-dim);
      border: 1px solid var(--accent);
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 1px;
    }
    .result-check svg {
      width: 10px;
      height: 10px;
      color: var(--accent);
    }
    .result-text {
      font-size: 0.88rem;
      color: var(--text-on-dark-muted);
      line-height: 1.6;
    }

    /* ── LICENSE TYPES ── */
    #licencas {
      background: var(--black);
      position: relative;
      overflow: hidden;
      isolation: isolate;
    }
    .license-media {
      position: absolute;
      inset: 0;
      z-index: 0;
      overflow: hidden;
      background: var(--black);
    }
    .license-video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      display: block;
    }
    .license-overlay {
      position: absolute;
      inset: 0;
      background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.84), rgba(0, 0, 0, 0.72)),
        radial-gradient(circle at top, rgba(18, 172, 4, 0.10), transparent 45%);
      box-shadow: inset 0 0 120px rgba(0, 0, 0, 0.26);
    }
    .license-shell {
      position: relative;
      z-index: 1;
      max-width: 960px;
      margin: 0 auto;
    }
    .license-intro {
      max-width: 760px;
      margin: 0 auto 2.5rem;
      text-align: center;
      font-size: 1rem;
      color: var(--ink-soft);
      line-height: 1.65;
    }
    .license-benefits {
      list-style: none;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 1rem 2rem;
      margin-bottom: 1.75rem;
      padding: 0;
    }
    .license-benefits li {
      display: flex;
      align-items: center;
      gap: 0.75rem;
      color: var(--white);
      font-size: 0.95rem;
      line-height: 1.5;
    }
    .license-benefit-icon {
      width: 22px;
      height: 22px;
      border-radius: 50%;
      border: 1px solid rgba(30, 214, 15, 0.8);
      color: var(--accent-light);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 0.8rem;
      flex-shrink: 0;
      background: rgba(18, 172, 4, 0.08);
    }
    .license-panel-title {
      margin-bottom: 1rem;
      text-align: center;
      font-size: 0.95rem;
      font-weight: 600;
      color: var(--accent-light);
    }
    .license-accordion {
      display: flex;
      flex-direction: column;
      gap: 0.9rem;
    }
    .license-item {
      border: 1px solid rgba(255, 255, 255, 0.08);
      border-radius: 18px;
      background: linear-gradient(180deg, rgba(10, 10, 10, 0.82), rgba(10, 10, 10, 0.72));
      overflow: hidden;
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
    }
    .license-item[open] {
      border-color: rgba(30, 214, 15, 0.72);
      box-shadow: inset 0 0 0 1px rgba(18, 172, 4, 0.12);
    }
    .license-summary {
      list-style: none;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
      padding: 1.35rem 1.5rem;
      cursor: pointer;
      color: var(--white);
      font-size: 1rem;
      font-weight: 600;
    }
    .license-summary::-webkit-details-marker { display: none; }
    .license-chevron {
      width: 10px;
      height: 10px;
      border-right: 1.5px solid rgba(255, 255, 255, 0.72);
      border-bottom: 1.5px solid rgba(255, 255, 255, 0.72);
      transform: rotate(45deg);
      transition: transform 0.2s ease;
      flex-shrink: 0;
      margin-right: 0.2rem;
    }
    .license-item[open] .license-chevron {
      transform: rotate(-135deg);
    }
    .license-body {
      padding: 0 1.5rem 1.5rem;
      color: var(--ink-soft);
      font-size: 0.95rem;
      line-height: 1.7;
      max-width: 92%;
    }

    /* ── CONTACT ── */
    #contato { background: var(--black-soft); }

    .conversion-final__grid {
      display: grid;
      grid-template-columns: 1fr minmax(280px, 360px);
      gap: 2.5rem 3rem;
      align-items: start;
      margin-top: 3rem;
      max-width: 1100px;
    }

    .contact-form-wrap .lead-form {
      margin-top: 0;
    }

    .contact-content {
      max-width: none;
      margin-top: 0;
    }
    .contact-content > p {
      font-size: 0.95rem;
      color: var(--ink-soft);
      line-height: 1.8;
      margin-bottom: 2rem;
    }
    .contact-promise {
      border-left: 2px solid var(--accent);
      padding-left: 1.5rem;
      margin-top: 2rem;
    }
    .contact-promise p {
      font-family: var(--serif);
      font-size: 1.05rem;
      font-style: italic;
      color: var(--white);
      line-height: 1.6;
      margin-bottom: 0;
    }
    .contact-actions {
      margin-top: 2.5rem;
    }

    /* ── FOOTER ── */
    footer {
      background: var(--black);
      padding: 4rem 5vw 2rem;
      border-top: 1px solid var(--line);
    }
    .footer-top {
      display: grid;
      grid-template-columns: 2fr 1fr 1fr 1.2fr;
      gap: 3rem;
      margin-bottom: 3rem;
    }
    .footer-links--plain a { pointer-events: none; }
    .footer-contact {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 0.85rem;
    }
    .footer-contact a {
      font-size: 0.85rem;
      color: var(--text-on-dark-muted);
      text-decoration: none;
      transition: color 0.2s;
    }
    .footer-contact a:hover { color: var(--accent-light); }
    .footer-contact li {
      font-size: 0.85rem;
      color: var(--text-on-dark-muted);
    }
    .footer-copy a {
      color: inherit;
      text-decoration: none;
    }
    .footer-copy a:hover { color: var(--accent-light); }

    .footer-brand {
      margin-bottom: 1rem;
      line-height: 0;
    }
    .footer-brand__img {
      display: block;
      height: 56px;
      width: auto;
      max-width: 220px;
    }
    .footer-tagline {
      font-size: 0.85rem;
      color: var(--text-on-dark-dim);
      line-height: 1.7;
      max-width: 300px;
    }
    .footer-col-title {
      font-size: 0.7rem;
      font-weight: 500;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--text-on-dark-faint);
      margin-bottom: 1.25rem;
    }
    .footer-links { list-style: none; display: flex; flex-direction: column; gap: 0.75rem; }
    .footer-links a {
      font-size: 0.85rem;
      color: var(--text-on-dark-muted);
      text-decoration: none;
      transition: color 0.2s;
    }
    .footer-links a:hover { color: var(--accent-light); }
    .footer-bottom {
      border-top: 1px solid var(--line);
      padding-top: 2rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .footer-copy { font-size: 0.78rem; color: var(--text-on-dark-faint); }

    /* ── ANIMATIONS ── */
    .fade-up {
      opacity: 0;
      transform: translateY(24px);
      transition: opacity 0.7s ease, transform 0.7s ease;
    }
    .fade-up.visible {
      opacity: 1;
      transform: translateY(0);
    }
    .fade-up:nth-child(2) { transition-delay: 0.1s; }
    .fade-up:nth-child(3) { transition-delay: 0.2s; }
    .fade-up:nth-child(4) { transition-delay: 0.3s; }

    /* ── MOBILE ── */
    @media (max-width: 900px) {
      nav {
        padding: 0.85rem 4vw;
        gap: 0.5rem;
      }

      .nav-logo {
        height: 40px;
        max-width: calc(100% - 56px);
      }

      .nav-logo__img {
        height: 72px;
        max-width: min(220px, 52vw);
        margin-block: -16px;
      }

      #hero {
        grid-template-columns: 1fr;
        min-height: auto;
        padding: 88px 0 2.5rem;
        gap: 0;
      }

      .hero-content {
        padding: 0 5vw 1.25rem;
        max-width: none;
      }

      .hero-title {
        font-size: clamp(1.85rem, 8.2vw, 2.75rem);
        margin-bottom: 1.25rem;
      }

      .hero-desc {
        font-size: 0.95rem;
        max-width: none;
        margin-bottom: 1.75rem;
      }

      .hero-actions {
        max-width: none;
        width: 100%;
      }

      .hero-cta-note {
        font-size: 0.78rem;
        line-height: 1.45;
      }

      .hero-stats { display: none; }

      .hero-main {
        padding: 0 5vw;
        max-width: none;
      }

      .hero-form-wrap {
        max-width: none;
      }

      .lead-form__fields {
        grid-template-columns: 1fr;
      }

      .conversion-final__grid {
        grid-template-columns: 1fr;
      }

      section { padding: 4.5rem 5vw; }

      .section-title {
        font-size: clamp(1.65rem, 6vw, 2.35rem);
      }

      .section-lead {
        font-size: 0.88rem;
      }

      .clientes-carousel {
        width: 100vw;
        max-width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
      }

      .clientes-avaliacoes {
        margin-top: 3rem;
        padding-top: 2.5rem;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
      }

      .clientes-avaliacoes > * {
        min-width: 0;
      }

  .reviews-box__overview {
    grid-template-columns: 1fr;
  }

  .reviews-box__maps {
    justify-self: start;
  }

  .reviews-box__grid {
    grid-template-columns: 1fr;
  }

      .cta-band__inner { flex-direction: column; align-items: stretch; text-align: center; }
      .cta-band__btn { width: 100%; justify-content: center; }
      .section-cta .btn-whatsapp { width: 100%; max-width: none; }
      .conversion-final .contact-actions .btn-whatsapp { width: 100%; max-width: none; }
      .about-grid { grid-template-columns: 1fr; gap: 3rem; }
      .services-grid { grid-template-columns: 1fr 1fr; }
      .steps-wrapper { grid-template-columns: 1fr 1fr; }
      .steps-wrapper::before { display: none; }
      .results-inner { grid-template-columns: 1fr; gap: 2.5rem; }
      .results-list { grid-template-columns: 1fr; }
      .license-benefits { grid-template-columns: 1fr; gap: 0.85rem; }
      .license-summary { padding: 1.15rem 1.2rem; font-size: 0.95rem; }
      .license-body { padding: 0 1.2rem 1.2rem; max-width: 100%; }
      .profile-grid { grid-template-columns: 1fr; }
      .importancia-grid { grid-template-columns: 1fr; gap: 2.5rem; }
      .footer-top { grid-template-columns: 1fr; gap: 2rem; }
      .footer-bottom {
        flex-direction: column;
        gap: 0.65rem;
        text-align: center;
      }
      .services-header { flex-direction: column; align-items: flex-start; gap: 1rem; }

      .nav-toggle {
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 5px;
        width: 44px;
        height: 44px;
        margin-left: auto;
        padding: 10px;
        border: 1px solid var(--line);
        border-radius: 8px;
        background: transparent;
        cursor: pointer;
        z-index: 110;
        flex-shrink: 0;
      }

      .nav-toggle__bar {
        display: block;
        width: 20px;
        height: 2px;
        background: var(--white);
        border-radius: 1px;
        transition: transform 0.25s ease, opacity 0.25s ease;
      }

      #navbar.is-menu-open .nav-toggle__bar:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
      }

      #navbar.is-menu-open .nav-toggle__bar:nth-child(2) {
        opacity: 0;
      }

      #navbar.is-menu-open .nav-toggle__bar:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
      }

      .nav-backdrop {
        display: block;
        position: fixed;
        inset: 0;
        z-index: 104;
        background: rgba(0, 0, 0, 0.65);
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease;
      }

      #navbar.is-menu-open .nav-backdrop {
        opacity: 1;
        pointer-events: auto;
      }

      .nav-menu {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 105;
        display: flex;
        flex-direction: column;
        width: min(320px, 86vw);
        height: 100dvh;
        padding: 5.5rem 1.75rem 2rem;
        background: var(--nav-bg-scrolled);
        border-left: 1px solid var(--line);
        transform: translateX(100%);
        transition: transform 0.3s ease;
        overflow-y: auto;
      }

      #navbar.is-menu-open .nav-menu {
        transform: translateX(0);
      }

      .nav-links {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        width: 100%;
      }

      .nav-links li {
        border-bottom: 1px solid var(--line);
      }

      .nav-links li:last-child {
        border-bottom: none;
        margin-top: 1rem;
      }

      .nav-links a {
        display: block;
        padding: 1rem 0;
        font-size: 0.9rem;
        letter-spacing: 0.06em;
      }

      .nav-links a.nav-cta,
      .nav-links a.btn-whatsapp-nav {
        text-align: center;
        padding: 0.85rem 1.25rem;
        border-radius: 999px;
      }

      body.nav-open {
        overflow: hidden;
      }

      body {
        padding-bottom: 5.5rem;
      }

      .service-cta {
        font-size: 0.88rem;
        padding-top: 1.35rem;
      }
    }
    @media (max-width: 540px) {
      nav { padding: 0.75rem 4vw; }

      .nav-logo__img {
        height: 56px;
        max-width: min(180px, 48vw);
        margin-block: -8px;
      }

      .nav-menu {
        width: 100%;
        max-width: none;
        border-left: none;
      }

      .hero-title {
        font-size: clamp(1.6rem, 9vw, 2.2rem);
      }

      .hero-actions .btn-whatsapp {
        padding: 1rem 1.25rem;
        font-size: 0.88rem;
        border-radius: 14px;
      }

      .btn-whatsapp__icon {
        width: 1.75rem;
        height: 1.75rem;
      }

      .services-grid { grid-template-columns: 1fr; }
      .steps-wrapper { grid-template-columns: 1fr; }
      .service-card { padding: 1.75rem 1.35rem; }
      .clientes-carousel__slide { padding: 0.85rem 1rem; min-height: 64px; }
      .clientes-carousel__logo { height: 2.25rem; max-width: 100px; }
      .clientes-carousel__fade { width: 2.5rem; }
      .faq-summary,
      .license-summary { font-size: 0.9rem; }

      .wa-widget {
        right: 0.85rem;
        bottom: 0.85rem;
      }

      .wa-widget__card {
        width: min(320px, calc(100vw - 1.5rem));
      }

      .wa-widget__toggle {
        width: 54px;
        height: 54px;
      }

      body.nav-open .wa-widget {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
      }
    }

    @media (min-width: 901px) {
      body { padding-bottom: 0; }
    }
  

  .section-lead {
    color: var(--muted);
    font-size: 0.9rem;
    margin-top: 0.75rem;
  }

  .contact-benefits {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 2rem;
  }

  .contact-benefits li {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
  }

  .contact-benefits__icon {
    color: var(--accent);
    font-size: 1rem;
  }

  .contact-benefits__text {
    font-size: 0.88rem;
    color: var(--ink-soft);
  }

  /* ── PÁGINA MUITO OBRIGADO ── */
  body.page-thankyou {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: var(--black);
  }

  .nav--thankyou {
    padding: 1rem 5vw;
    border-bottom: 1px solid var(--line);
    background: var(--nav-bg);
  }

  .thankyou-main {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem 5vw 4rem;
  }

  .thankyou-page {
    position: relative;
    width: 100%;
    max-width: 560px;
  }

  .thankyou-page__glow {
    position: absolute;
    inset: -40% -20%;
    background: radial-gradient(ellipse at center, rgba(18, 172, 4, 0.14) 0%, transparent 65%);
    pointer-events: none;
  }

  .thankyou-page__box {
    position: relative;
    text-align: center;
    padding: 2.5rem 2rem 2rem;
    border: 1px solid rgba(18, 172, 4, 0.28);
    border-radius: 16px;
    background: rgba(10, 10, 10, 0.88);
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.45);
  }

  .thankyou-page__icon {
    width: 4rem;
    height: 4rem;
    margin: 0 auto 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(18, 172, 4, 0.15);
    border: 2px solid var(--accent);
    color: var(--accent-light);
    font-size: 1.75rem;
    font-weight: 700;
  }

  .thankyou-page__tag {
    margin: 0 0 0.5rem;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--accent-light);
  }

  .thankyou-page__title {
    margin: 0 0 1rem;
    font-family: var(--serif);
    font-size: clamp(2rem, 6vw, 2.75rem);
    font-weight: 400;
    line-height: 1.15;
    color: var(--white);
  }

  .thankyou-page__lead {
    margin: 0 0 1.75rem;
    font-size: 0.95rem;
    line-height: 1.7;
    color: var(--ink-soft);
  }

  .thankyou-page__actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.85rem;
  }

  .thankyou-page__wa {
    width: 100%;
    justify-content: center;
  }

  .thankyou-page__back {
    font-size: 0.85rem;
    color: var(--text-on-dark-muted);
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  .thankyou-page__back:hover {
    color: var(--accent-light);
  }

  .footer--thankyou {
    padding: 1.25rem 5vw 1.5rem;
    text-align: center;
    border-top: 1px solid var(--line);
    background: var(--black-soft);
  }

  .footer--thankyou .footer-copy {
    margin: 0;
    font-size: 0.78rem;
    color: var(--text-on-dark-dim);
  }

  @media (prefers-reduced-motion: reduce) {
    .hero-video {
      display: none;
    }

    .hero-media-overlay {
      background: var(--black);
    }

    .clientes-carousel__track {
      animation: none;
      flex-wrap: wrap;
      justify-content: center;
      width: 100%;
      gap: 1.5rem 2rem;
    }

    .clientes-carousel__slide[aria-hidden="true"] {
      display: none;
    }

    .clientes-carousel__fade {
      display: none;
    }
  }
