/* ============================================================
       CSS TOKENS
    ============================================================ */
    :root {
      --brand-primary: #4C165A;
      --brand-secondary: #6A277C;
      --brand-accent: #E62D92;
      --background-white: #FFFFFF;
      --background-neutral: #CFCAC3;
      --text-primary: #121211;
      --black-extreme: #0A0A0A;
      --text-on-dark: #FFFFFF;
      --text-muted-dark: #CFCAC3;
      --surface-dark: rgba(10,10,10,0.46);
      --surface-purple: rgba(76,22,90,0.72);
      --surface-card: rgba(255,255,255,0.06);
      --border-dark: rgba(207,202,195,0.18);
      --border-active: rgba(230,45,146,0.42);
      --radius-button: 999px;
      --radius-input: 16px;
      --radius-card: 28px;
      --radius-section: 40px;
      --shadow-soft: 0 12px 40px rgba(10,10,10,0.32);
      --shadow-premium: 0 32px 90px rgba(10,10,10,0.54);
      --glow-accent: 0 0 32px rgba(230,45,146,0.28);
      --font-primary: "Helvetica Neue", Helvetica, Arial, "Inter", sans-serif;

      --space-1: 4px;
      --space-2: 8px;
      --space-3: 12px;
      --space-4: 16px;
      --space-5: 24px;
      --space-6: 32px;
      --space-7: 48px;
      --space-8: 64px;
      --space-9: 96px;
      --space-10: 128px;
    }

    /* ============================================================
       LIGHT THEME
    ============================================================ */
    html.light-mode {
      --black-extreme:     #FFFFFF;
      --text-on-dark:      #121211;
      --text-muted-dark:   rgba(18,18,17,0.72);
      --surface-dark:      #FFFFFF;
      --surface-card:      #FFFFFF;
      --border-dark:       rgba(76,22,90,0.18);
      --brand-primary:     #6A277C;
      --brand-secondary:   #4C165A;
    }

    html.light-mode body {
      background: #FFFFFF;
      color: #121211;
    }

    html.light-mode #site-header.scrolled {
      background: rgba(255,255,255,0.92);
      border-bottom-color: rgba(76,22,90,0.18);
      backdrop-filter: blur(18px);
    }
    html.light-mode #site-header.scrolled .header-logo img {
      content: url("https://sigaemfrentetreinamento.com.br/wp-content/uploads/2026/07/logo-color.webp");
    }

    html.light-mode nav.desktop-nav a { color: rgba(255,255,255,0.75); }
    html.light-mode nav.desktop-nav a:hover { color: #FFFFFF; }
    html.light-mode #site-header.scrolled nav.desktop-nav a { color: rgba(18,18,17,0.70); }
    html.light-mode #site-header.scrolled nav.desktop-nav a:hover { color: #121211; }

    html.light-mode #hero { background: #1a0421; }
    html.light-mode .hero-h1 { color: #FFFFFF; }

    html.light-mode #site-header:not(.scrolled) .btn-theme {
      background: rgba(255,255,255,0.10);
      border-color: rgba(255,255,255,0.20);
      color: #FFFFFF;
    }
    html.light-mode #site-header:not(.scrolled) .btn-theme:hover {  background: rgba(255,255,255,0.22); }

    html.light-mode #o-que-e {
      background: linear-gradient(180deg, #FFFFFF 0%, rgba(76,22,90,0.06) 52%, #FFFFFF 100%);
    }

    html.light-mode #numeros { background: #FFFFFF; }
    html.light-mode .number-item { background: #FFFFFF; }
    html.light-mode .number-value { color: #121211; }

    html.light-mode #para-quem {
      background: rgba(76,22,90,0.06);
    }

    html.light-mode .card-dark {
      background: #FFFFFF;
      border-color: rgba(76,22,90,0.18);
      color: #121211;
      box-shadow: 0 12px 40px rgba(10,10,10,0.08);
    }
    html.light-mode .card-dark h3 { color: #121211; }
    html.light-mode .card-dark p  { color: rgba(18,18,17,0.72); }

    html.light-mode #manual-automatico { background: rgba(76,22,90,0.06); }
    html.light-mode .card-featured {
      background: linear-gradient(145deg, #9b4db5 0%, #6A277C 58%, #3a0a47 100%);
    }
    html.light-mode .card-featured h3,
    html.light-mode .card-featured ul li,
    html.light-mode .card-featured .card-desc { color: #FFFFFF; }

    html.light-mode #metodo    { background: #FFFFFF; }
    html.light-mode #trilhas   { background: linear-gradient(180deg, #FFFFFF 0%, rgba(76,22,90,0.06) 52%, #FFFFFF 100%); }
    html.light-mode .trail-card {
      background: #FFFFFF;
      border-color: rgba(76,22,90,0.18);
      box-shadow: 0 12px 40px rgba(10,10,10,0.08);
    }
    html.light-mode .trail-card h3 { color: #121211; }
    html.light-mode .trail-card p  { color: rgba(18,18,17,0.72); }

    html.light-mode #como-funciona { background: #FFFFFF; }
    html.light-mode .timeline-body h4 { color: #121211; }
    html.light-mode .step-content h4  { color: #121211; }

    html.light-mode #unidades { background: rgba(76,22,90,0.06); }
    html.light-mode .unit-item {
      background: #FFFFFF;
      border-color: rgba(76,22,90,0.18);
      box-shadow: 0 8px 28px rgba(10,10,10,0.08);
    }
    html.light-mode .unit-item span { color: #121211; }

    html.light-mode #depoimentos { background: #FFFFFF; }
    html.light-mode .gmap-card {
      background: #FFFFFF;
      border-color: rgba(76,22,90,0.18);
      box-shadow: 0 12px 40px rgba(10,10,10,0.08);
    }
    html.light-mode .testimonial-card {
      background: #FFFFFF;
      border-color: rgba(76,22,90,0.18);
      color: #121211;
      box-shadow: 0 12px 40px rgba(10,10,10,0.08);
    }
    html.light-mode .gmap-unit  { color: #121211; }

    html.light-mode #prova-social { background: #FFFFFF; }

    html.light-mode #duvidas { background: linear-gradient(180deg, #FFFFFF 0%, rgba(76,22,90,0.06) 80%, #FFFFFF 100%); }
    html.light-mode .faq-question { color: #121211; }
    html.light-mode .faq-answer p { color: rgba(18,18,17,0.72); }
    html.light-mode .faq-item     { border-bottom-color: rgba(76,22,90,0.18); }

    html.light-mode #cta-final {
      background: linear-gradient(135deg, #6A277C 0%, #9b4db5 100%);
    }
    html.light-mode #cta-final .section-h2,
    html.light-mode #cta-final .body-text { color: #FFFFFF !important; }

    html.light-mode footer#rodape { background: #FFFFFF; }
    html.light-mode .footer-brand p,
    html.light-mode .footer-col ul li a,
    html.light-mode .footer-legal { color: rgba(18,18,17,0.72); }
    html.light-mode .footer-col h4 { color: rgba(76,22,90,0.55); }

    html.light-mode .method-step { border-bottom-color: rgba(76,22,90,0.14); }

    html.light-mode .form-card {
      background: #FFFFFF;
      border-color: rgba(76,22,90,0.18);
      box-shadow: 0 24px 70px rgba(10,10,10,0.18);
    }
    html.light-mode .form-card h3 { color: #121211; }
    html.light-mode .input-dark {
      background: #FFFFFF;
      border-color: rgba(76,22,90,0.22);
      color: #121211;
    }
    html.light-mode .input-dark::placeholder { color: rgba(18,18,17,0.46); }
    html.light-mode label { color: #121211; }
    html.light-mode .radio-label { color: #121211; }

    html.light-mode .mobile-menu {
      background: rgba(255,255,255,0.97);
    }
    html.light-mode .mobile-menu a { color: #121211; }
    html.light-mode .mobile-menu-close { color: #121211; }

    html.light-mode .section-divider { background: var(--brand-accent); }

    html.light-mode .privacy-note,
    html.light-mode .form-submit-note,
    html.light-mode .legal-note,
    html.light-mode .testimonial-replace-note,
    html.light-mode .gmap-address,
    html.light-mode .trail-for {
      color: rgba(74,69,64,0.75);
    }

    html.light-mode .btn-secondary {
      color: var(--brand-primary);
      border-color: var(--brand-primary);
      background: transparent;
    }
    html.light-mode .btn-secondary:hover {
      background: var(--brand-primary);
      color: #FFFFFF;
    }
    html.light-mode #hero .btn-secondary,
    html.light-mode #cta-final .btn-secondary {
      color: #FFFFFF;
      border-color: rgba(255,255,255,0.24);
      background: rgba(255,255,255,0.08);
    }
    html.light-mode #hero .btn-secondary:hover,
    html.light-mode #cta-final .btn-secondary:hover {
      background: rgba(255,255,255,0.16);
      border-color: rgba(255,255,255,0.42);
      color: #FFFFFF;
    }

    html.light-mode .testimonial-quote,
    html.light-mode .testimonial-name { color: #121211; }

    html.light-mode .btn-primary:hover {
      background: var(--brand-secondary);
      color: #FFFFFF;
      border-color: var(--brand-secondary);
    }

    /* ---- Theme toggle button ---- */
    .btn-theme {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 38px;
      height: 38px;
      border-radius: 50%;
      background: rgba(255,255,255,0.10);
      border: 1px solid rgba(255,255,255,0.20);
      color: #FFFFFF;
      cursor: pointer;
      transition: background 200ms, border-color 200ms, transform 200ms;
      flex-shrink: 0;
      font-size: 17px;
      line-height: 1;
      padding: 0;
    }

    .btn-theme:hover {
      background: rgba(255,255,255,0.22);
      border-color: rgba(255,255,255,0.40);
      transform: rotate(20deg);
    }

    html.light-mode .btn-theme {
      background: rgba(76,22,90,0.10);
      border-color: rgba(76,22,90,0.25);
      color: #4C165A;
    }
    html.light-mode .btn-theme:hover {
      background: rgba(76,22,90,0.18);
    }


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

    html { scroll-behavior: smooth; }

    body {
      background: var(--black-extreme);
      color: var(--text-on-dark);
      font-family: var(--font-primary);
      font-size: 18px;
      line-height: 1.55;
      -webkit-font-smoothing: antialiased;
    }

    img { max-width: 100%; display: block; }
    a { color: inherit; text-decoration: none; }
    button { cursor: pointer; font-family: inherit; border: none; }
    ul { list-style: none; }

    /* ============================================================
       TYPOGRAPHY
    ============================================================ */
    .eyebrow {
      font-size: 13px;
      font-weight: 600;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: var(--brand-accent);
    }

    h1.hero-h1 {
      font-weight: 300;
      font-size: clamp(48px, 8vw, 108px);
      line-height: 0.96;
      letter-spacing: -4px;
      color: var(--text-on-dark);
    }

    h2.section-h2 {
      font-weight: 400;
      font-size: clamp(34px, 4.5vw, 64px);
      line-height: 1.04;
      letter-spacing: -2px;
      color: var(--text-on-dark);
    }

    h3.card-h3 {
      font-weight: 600;
      font-size: clamp(22px, 2.5vw, 32px);
      line-height: 1.12;
      color: var(--text-on-dark);
    }

    .body-text {
      font-weight: 300;
      font-size: clamp(16px, 1.2vw, 19px);
      line-height: 1.6;
      color: var(--text-muted-dark);
    }

    .text-small {
      font-size: 14px;
      color: var(--text-muted-dark);
      line-height: 1.45;
    }

    /* ============================================================
       LAYOUT UTILITIES
    ============================================================ */
    .container {
      max-width: 1280px;
      margin: 0 auto;
      padding-left: 64px;
      padding-right: 64px;
    }

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

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

    .section-padding {
      padding-top: var(--space-9);
      padding-bottom: var(--space-9);
    }

    @media (max-width: 768px) {
      .section-padding { padding-top: 72px; padding-bottom: 72px; }
    }

    /* ============================================================
       BUTTONS
    ============================================================ */
    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      border-radius: var(--radius-button);
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      letter-spacing: -0.01em;
      transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
      min-height: 52px;
      cursor: pointer;
      border: 1px solid transparent;
      text-decoration: none;
    }

    .btn:focus-visible {
      outline: 2px solid var(--brand-accent);
      outline-offset: 4px;
    }

    .btn-primary {
      background: var(--brand-accent);
      color: #FFFFFF;
      border-color: var(--brand-accent);
    }

    .btn-primary:hover {
      background: #FFFFFF;
      color: var(--brand-primary);
      border-color: #FFFFFF;
      transform: translateY(-1px);
      box-shadow: var(--glow-accent);
    }

    .btn-primary:active { transform: translateY(0); opacity: 0.88; }

    .btn-secondary {
      background: rgba(255,255,255,0.08);
      color: #FFFFFF;
      border-color: rgba(255,255,255,0.24);
      font-weight: 500;
    }

    .btn-secondary:hover {
      background: rgba(255,255,255,0.16);
      border-color: rgba(255,255,255,0.42);
    }

    .btn-whatsapp {
      background: var(--brand-accent);
      color: #FFFFFF;
      border-radius: var(--radius-button);
      padding: 16px 32px;
      font-weight: 700;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      border: none;
      min-height: 56px;
    }

    .btn-whatsapp:hover {
      opacity: 0.92;
      transform: translateY(-1px);
    }

    /* ============================================================
       HEADER
    ============================================================ */
    #site-header {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 100;
      height: 72px;
      display: flex;
      align-items: center;
      transition: background 300ms ease, backdrop-filter 300ms ease, border-bottom 300ms ease;
    }

    #site-header.scrolled {
      background: rgba(10,10,10,0.82);
      backdrop-filter: blur(18px);
      -webkit-backdrop-filter: blur(18px);
      border-bottom: 1px solid rgba(207,202,195,0.14);
    }

    .header-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      gap: 40px;
    }

    /* ============================================================
       NOVO BOTÃO DO HEADER
    ============================================================ */
    .btn-header {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background-color: var(--brand-accent);
      color: #FFFFFF;
      border: 2px solid var(--brand-accent);
      border-radius: var(--radius-button);
      padding: 10px 24px;
      font-size: 14px;
      font-weight: 600;
      transition: all 200ms ease;
      text-decoration: none;
    }

    .btn-header:hover {
      background-color: #FFFFFF;
      color: var(--brand-secondary);
      border-color: #FFFFFF;
      transform: translateY(-2px);
      box-shadow: 0 4px 16px rgba(230, 45, 146, 0.4);
    }

    .header-logo {
      display: flex;
      flex-shrink: 0;
      align-items: center;
    }

    .logo {
      font-size: 18px;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: #FFFFFF;
    }

    nav.desktop-nav {
      display: flex;
      flex-grow: 1;
      justify-content: center;
      align-items: center;
      gap: 32px;
    }

    nav.desktop-nav a {
      font-size: 15px;
      font-weight: 400;
      color: rgba(255,255,255,0.75);
      transition: color 150ms;
    }

    nav.desktop-nav a:hover { color: #FFFFFF; }

    /* ---- Dropdown Unidades ---- */
    .nav-dropdown {
      position: relative;
    }

    .nav-dropdown-toggle {
      font-size: 15px;
      font-weight: 400;
      color: rgba(255,255,255,0.75);
      background: none;
      border: none;
      cursor: pointer;
      font-family: var(--font-primary);
      display: inline-flex;
      align-items: center;
      gap: 5px;
      padding: 0;
      transition: color 150ms;
    }

    .nav-dropdown-toggle:hover,
    .nav-dropdown:hover .nav-dropdown-toggle { color: #FFFFFF; }

    .nav-dropdown-toggle svg {
      width: 11px; height: 11px;
      transition: transform 250ms ease;
      opacity: 0.7;
    }

    .nav-dropdown:hover .nav-dropdown-toggle svg { transform: rotate(180deg); }

    .nav-dropdown-panel {
      position: absolute;
      top: calc(100% + 14px);
      left: 50%;
      transform: translateX(-50%);
      width: 260px;
      background: rgba(10,10,10,0.94);
      backdrop-filter: blur(20px);
      -webkit-backdrop-filter: blur(20px);
      border: 1px solid rgba(207,202,195,0.16);
      border-radius: 20px;
      padding: 10px;
      opacity: 0;
      visibility: hidden;
      transform: translateX(-50%) translateY(-6px);
      transition: opacity 200ms ease, transform 200ms ease, visibility 200ms ease;
      z-index: 300;
      box-shadow: 0 24px 64px rgba(0,0,0,0.54);
    }

    /* Arrow tip */
    .nav-dropdown-panel::before {
      content: "";
      position: absolute;
      top: -6px;
      left: 50%;
      transform: translateX(-50%);
      width: 12px; height: 12px;
      background: rgba(10,10,10,0.94);
      border-left: 1px solid rgba(207,202,195,0.16);
      border-top: 1px solid rgba(207,202,195,0.16);
      border-radius: 2px 0 0 0;
      rotate: 45deg;
    }

    .nav-dropdown:hover .nav-dropdown-panel {
      opacity: 1;
      visibility: visible;
      transform: translateX(-50%) translateY(0);
    }

    .nav-dropdown-panel a {
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 10px 14px;
      border-radius: 12px;
      font-size: 14px;
      font-weight: 400;
      color: rgba(207,202,195,0.85) !important;
      transition: background 150ms, color 150ms !important;
      text-decoration: none;
    }

    .nav-dropdown-panel a:hover {
      background: rgba(230,45,146,0.12);
      color: #FFFFFF !important;
    }

    .nav-dropdown-panel a .dd-dot {
      width: 5px; height: 5px;
      border-radius: 50%;
      background: var(--brand-accent);
      flex-shrink: 0;
      opacity: 0.7;
      transition: opacity 150ms;
    }

    .nav-dropdown-panel a:hover .dd-dot { opacity: 1; }

    .nav-dropdown-divider {
      height: 1px;
      background: rgba(207,202,195,0.12);
      margin: 6px 4px;
    }

    .nav-dropdown-footer {
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 10px 14px;
      border-radius: 12px;
      font-size: 13px;
      font-weight: 600;
      color: var(--brand-accent) !important;
      transition: background 150ms !important;
      text-decoration: none;
    }

    .nav-dropdown-footer:hover {
      background: rgba(230,45,146,0.12) !important;
      color: var(--brand-accent) !important;
    }

    /* Light mode dropdown */
    html.light-mode .nav-dropdown-panel {
      background: rgba(255,255,255,0.96);
      border-color: rgba(76,22,90,0.16);
      box-shadow: 0 24px 64px rgba(76,22,90,0.14);
    }
    html.light-mode .nav-dropdown-panel::before {
      background: rgba(255,255,255,0.96);
      border-color: rgba(76,22,90,0.16);
    }
    html.light-mode .nav-dropdown-panel a { color: rgba(74,69,64,0.85) !important; }
    html.light-mode .nav-dropdown-panel a:hover { background: rgba(230,45,146,0.08); color: #121211 !important; }
    html.light-mode .nav-dropdown-divider { background: rgba(76,22,90,0.10); }
    html.light-mode .nav-dropdown-toggle { color: rgba(255,255,255,0.75); }
    html.light-mode #site-header.scrolled .nav-dropdown-toggle { color: rgba(18,18,17,0.70); }
    html.light-mode #site-header.scrolled .nav-dropdown:hover .nav-dropdown-toggle { color: #121211; }

    .header-cta {
      display: flex;
      flex-shrink: 0;
      align-items: center;
      justify-content: flex-end;
      gap: var(--space-4);
    }

    .menu-toggle {
      display: none;
      background: none;
      border: none;
      padding: 8px;
      color: #FFFFFF;
      cursor: pointer;
    }

    .mobile-menu {
      display: none;
      position: fixed;
      top: 0; left: 0; right: 0; bottom: 0;
      background: rgba(10,10,10,0.97);
      backdrop-filter: blur(18px);
      z-index: 200;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: var(--space-6);
    }

    .mobile-menu.open { display: flex; }

    .mobile-menu a {
      font-size: 28px;
      font-weight: 300;
      color: #FFFFFF;
      letter-spacing: -1px;
      transition: color 150ms;
    }

    .mobile-menu a:hover { color: var(--brand-accent); }

    .mobile-menu-close {
      position: absolute;
      top: 24px;
      right: 24px;
      background: none;
      border: none;
      color: #FFFFFF;
      font-size: 32px;
      cursor: pointer;
      line-height: 1;
    }

    @media (max-width: 900px) {
      nav.desktop-nav { display: none; }
      .menu-toggle { display: block; }
      #site-header { height: 64px; }
    }

    /* ============================================================
       HERO
    ============================================================ */
    #hero {
      position: relative;
      min-height: 100svh;
      overflow: hidden;
      background: var(--black-extreme);
      display: flex;
      flex-direction: column;
    }

    .hero-media {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      /* Placeholder gradient while media loads */
      background: linear-gradient(135deg, #1a0421 0%, #0A0A0A 100%);
    }

    /* ---- Particle canvas (Aether Flow) ---- */
    #hero-canvas {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      z-index: 1;           /* above video/poster, below overlay */
      pointer-events: none; /* mouse events pass through to page */
    }

    /* canvas is interactive on desktop, passive on touch */
    @media (hover: hover) {
      #hero-canvas { pointer-events: auto; }
    }

    .hero-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(90deg, rgba(10,10,10,0.82) 0%, rgba(76,22,90,0.52) 45%, rgba(10,10,10,0.22) 100%);
      z-index: 2; /* above canvas */
      pointer-events: none; /* Permite que eventos do mouse passem através do overlay */
    }

    .hero-content {
      position: relative;
      z-index: 3; /* above overlay */
      min-height: 100svh;
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-items: flex-start;
      text-align: left;
      padding-bottom: 96px;
      pointer-events: none; /* Permite que o mouse interaja com o canvas abaixo */
    }

    .hero-text-block {
      max-width: 680px;
      width: 100%;
      animation: fadeUp 0.9s ease both;
      /* Remove a regra anterior que tornava todo o bloco interativo */
    }
    /* Apenas os botões dentro do hero devem ser interativos */
    .hero-buttons {
      pointer-events: auto;
    }

    .hero-text-block .eyebrow { margin-bottom: var(--space-5); }

    .hero-h1 { margin-bottom: var(--space-5); }

    .hero-desc {
      font-size: clamp(16px, 1.3vw, 19px);
      color: rgba(255,255,255,0.75);
      max-width: 520px;
      margin-bottom: var(--space-6);
      font-weight: 300;
      line-height: 1.55;
    }

    .hero-buttons {
      display: flex;
      gap: var(--space-4);
      flex-wrap: wrap;
      margin-bottom: var(--space-5);
    }

    .hero-footnote {
      font-size: 13px;
      color: rgba(207,202,195,0.6);
      letter-spacing: 0.04em;
    }

    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(28px); }
      to   { opacity: 1; transform: translateY(0); }
    }

    @media (max-width: 768px) {
      .hero-content { padding-bottom: 80px; min-height: 92svh; }
      .hero-buttons { flex-direction: column; align-items: flex-start; }
    }

    /* ============================================================
       SECTION 2 - WHAT IS + FORM
    ============================================================ */
    #o-que-e {
      background: linear-gradient(180deg, #0A0A0A 0%, #4C165A 52%, #0A0A0A 100%);
    }

    .two-col {
      display: grid;
      grid-template-columns: 5fr 6fr;
      gap: 64px;
      align-items: start;
    }

    @media (max-width: 1024px) {
      .two-col { grid-template-columns: 1fr; gap: 48px; }
    }

    .section-label {
      margin-bottom: var(--space-4);
    }

    .section-h2 { margin-bottom: var(--space-5); }

    .section-intro { margin-bottom: var(--space-6); }

    .feature-list {
      display: flex;
      flex-direction: column;
      gap: var(--space-3);
      margin-bottom: var(--space-6);
    }

    .feature-list li {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      font-size: 16px;
      color: var(--text-muted-dark);
    }

    .feature-list li::before {
      content: "";
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: var(--brand-accent);
      flex-shrink: 0;
      margin-top: 8px;
    }

    /* Form card */
    .form-card {
      background: rgba(18,18,17,0.78);
      border: 1px solid rgba(255,255,255,0.16);
      border-radius: 32px;
      padding: 40px;
      backdrop-filter: blur(24px);
      -webkit-backdrop-filter: blur(24px);
    }

    .form-card h3 {
      font-size: 22px;
      font-weight: 600;
      margin-bottom: var(--space-3);
      color: #FFFFFF;
    }

    .form-card .form-intro {
      font-size: 15px;
      color: var(--text-muted-dark);
      margin-bottom: var(--space-6);
      line-height: 1.5;
    }

    .form-group {
      display: flex;
      flex-direction: column;
      gap: var(--space-2);
      margin-bottom: 20px;
    }

    label {
      font-size: 14px;
      font-weight: 500;
      color: #FFFFFF;
    }

    .input-dark {
      width: 100%;
      background: rgba(255,255,255,0.08);
      border: 1px solid rgba(255,255,255,0.18);
      color: #FFFFFF;
      border-radius: var(--radius-input);
      padding: 16px 18px;
      font-size: 16px;
      font-family: var(--font-primary);
      transition: border-color 180ms, box-shadow 180ms;
      appearance: none;
    }

    .input-dark::placeholder { color: rgba(207,202,195,0.6); }

    .input-dark:focus {
      border-color: var(--brand-accent);
      box-shadow: 0 0 0 4px rgba(230,45,146,0.18);
      outline: none;
    }

    select.input-dark {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23CFCAC3' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: right 18px center;
      padding-right: 44px;
    }

    select.input-dark option {
      background-color: #FFFFFF;
      color: var(--brand-secondary);
    }

    select.input-dark option:hover,
    select.input-dark option:focus,
    select.input-dark option:checked {
      background-color: var(--brand-accent) !important;
      color: #FFFFFF !important;
    }

    .radio-group {
      display: flex;
      gap: var(--space-5);
    }

    .radio-label {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 16px;
      color: #FFFFFF;
      cursor: pointer;
    }

    input[type="radio"] {
      width: 18px;
      height: 18px;
      accent-color: var(--brand-accent);
      cursor: pointer;
    }

    .privacy-note {
      font-size: 13px;
      color: rgba(207,202,195,0.55);
      margin-bottom: var(--space-5);
      line-height: 1.5;
    }

    .form-submit-note {
      font-size: 13px;
      color: rgba(207,202,195,0.6);
      text-align: center;
      margin-top: var(--space-4);
    }

    .success-message {
      display: none;
      background: rgba(106,39,124,0.42);
      border: 1px solid rgba(255,255,255,0.22);
      color: #FFFFFF;
      border-radius: 20px;
      padding: var(--space-6);
      text-align: center;
    }

    .success-message h4 { font-size: 20px; margin-bottom: 8px; }
    .success-message p { font-size: 15px; color: var(--text-muted-dark); }

    @media (max-width: 768px) {
      .form-card { padding: 28px 20px; }
    }

    /* ============================================================
       SECTION 3 - NUMBERS
    ============================================================ */
    #numeros {
      background: var(--black-extreme);
      border-top: 1px solid var(--border-dark);
      border-bottom: 1px solid var(--border-dark);
    }

    .numbers-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1px;
      background: var(--border-dark);
      border: 1px solid var(--border-dark);
      border-radius: 40px;
      overflow: hidden;
    }

    .number-item {
      background: var(--black-extreme);
      padding: 64px 40px;
      text-align: center;
    }

    .number-value {
      font-size: clamp(52px, 7vw, 88px);
      font-weight: 500;
      color: #FFFFFF;
      letter-spacing: -3px;
      line-height: 1;
      margin-bottom: 12px;
    }

    .number-value span { color: var(--brand-accent); }

    .number-label {
      font-size: 17px;
      color: var(--text-muted-dark);
      font-weight: 300;
    }

    .numbers-support {
      text-align: center;
      max-width: 540px;
      margin: 48px auto 0;
    }

    @media (max-width: 768px) {
      .numbers-grid { grid-template-columns: 1fr; }
      .number-item { padding: 48px 32px; }
    }

    /* ============================================================
       SECTION 4 - FOR WHOM
    ============================================================ */
    #para-quem {
      background: linear-gradient(135deg, #4C165A 0%, #0A0A0A 100%);
    }

    .cards-grid-3 {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }

    @media (max-width: 1024px) { .cards-grid-3 { grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 640px)  { .cards-grid-3 { grid-template-columns: 1fr; } }

    .card-dark {
      background: rgba(18,18,17,0.72);
      border: 1px solid rgba(255,255,255,0.16);
      border-radius: var(--radius-card);
      padding: 32px;
      backdrop-filter: blur(20px);
      -webkit-backdrop-filter: blur(20px);
      transition: background 220ms, border-color 220ms, transform 220ms;
      display: flex;
      flex-direction: column;
    }

    .card-dark:hover {
      background: rgba(255,255,255,0.10);
      border-color: rgba(230,45,146,0.38);
      transform: translateY(-4px);
    }

    .card-dark .card-icon {
      font-size: 28px;
      margin-bottom: var(--space-4);
    }

    .card-dark h3 {
      font-size: 22px;
      font-weight: 600;
      margin-bottom: 12px;
    }

    .card-dark p {
      font-size: 15px;
      color: var(--text-muted-dark);
      line-height: 1.6;
      flex: 1;
      margin-bottom: var(--space-5);
    }

    .card-link {
      font-size: 14px;
      font-weight: 600;
      color: var(--brand-accent);
      letter-spacing: 0.02em;
      display: inline-flex;
      align-items: center;
      gap: 6px;
      transition: gap 150ms;
    }

    .card-link:hover { gap: 10px; }

    .legal-note {
      margin-top: 48px;
      font-size: 13px;
      color: rgba(207,202,195,0.5);
      max-width: 640px;
    }

    /* ============================================================
       SECTION 5 - MANUAL OR AUTOMATIC
    ============================================================ */
    #manual-automatico {
      background: var(--brand-primary);
    }

    .section-header-center {
      text-align: center;
      max-width: 640px;
      margin: 0 auto var(--space-9);
    }

    .section-header-center .section-divider { margin-left: auto; margin-right: auto; margin-bottom: var(--space-6); }

    .section-header-center .section-h2 { margin-bottom: var(--space-4); }

    .dual-cards {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 24px;
    }

    @media (max-width: 768px) { .dual-cards { grid-template-columns: 1fr; } }

    .card-featured {
      background: linear-gradient(145deg, #6A277C 0%, #4C165A 58%, #0A0A0A 100%);
      border: 1px solid rgba(255,255,255,0.20);
      border-radius: 40px;
      padding: 40px 48px 48px;
      margin-top: 100px;
      position: relative;
    }

    .car-img-wrap {
      display: flex;
      align-items: center;
      justify-content: center;
      margin: -300px -16px -60px;
      position: relative;
      z-index: 2;
    }

    .car-img {
      max-height: 500px;
      max-width: 120%;
      width: auto;
      object-fit: contain;
      filter: drop-shadow(0 16px 40px rgba(230,45,146,0.22));
      transition: transform 400ms ease, filter 400ms ease;
    }

    .card-featured:hover .car-img {
      transform: scale(1.04) translateY(-4px);
      filter: drop-shadow(0 24px 56px rgba(230,45,146,0.36));
    }

    .card-featured h3 {
      font-size: clamp(24px, 3vw, 32px);
      font-weight: 600;
      margin-bottom: var(--space-5);
    }

    .card-featured ul {
      display: flex;
      flex-direction: column;
      gap: 10px;
      margin-bottom: var(--space-6);
    }

    .card-featured ul li {
      font-size: 15px;
      color: var(--text-muted-dark);
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .card-featured ul li::before {
      content: "";
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: var(--brand-accent);
      flex-shrink: 0;
    }

    .card-featured .card-desc {
      font-size: 15px;
      color: rgba(207,202,195,0.75);
      margin-bottom: var(--space-6);
      line-height: 1.6;
    }

    .section-cta-row {
      display: flex;
      justify-content: center;
      margin-top: 48px;
    }

    @media (max-width: 768px) { .card-featured { padding: 64px 24px 32px; } }

    /* ============================================================
       SECTION 6 - METHOD
    ============================================================ */
    #metodo {
      background: var(--black-extreme);
    }

    .method-grid {
      display: grid;
      grid-template-columns: 4fr 7fr;
      gap: 80px;
      align-items: start;
    }

    @media (max-width: 1024px) { .method-grid { grid-template-columns: 1fr; gap: 48px; } }

    .method-steps {
      display: flex;
      flex-direction: column;
      gap: 0;
    }

    .method-step {
      display: flex;
      gap: 24px;
      padding: 28px 0;
      border-bottom: 1px solid var(--border-dark);
    }

    .method-step:last-child { border-bottom: none; }

    .step-number {
      font-size: 13px;
      font-weight: 600;
      color: var(--brand-accent);
      letter-spacing: 0.1em;
      flex-shrink: 0;
      width: 32px;
      padding-top: 4px;
    }

    .step-content h4 {
      font-size: 20px;
      font-weight: 600;
      color: #FFFFFF;
      margin-bottom: 8px;
    }

    .step-content p {
      font-size: 15px;
      color: var(--text-muted-dark);
      line-height: 1.6;
    }

    /* ============================================================
       SECTION 7 - TRAILS
    ============================================================ */
    #trilhas {
      background: linear-gradient(180deg, #0A0A0A 0%, #4C165A 52%, #0A0A0A 100%);
    }

    .trails-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }

    @media (max-width: 1024px) { .trails-grid { grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 640px)  { .trails-grid { grid-template-columns: 1fr; } }

    .trail-card {
      background: rgba(18,18,17,0.72);
      border: 1px solid rgba(255,255,255,0.16);
      backdrop-filter: blur(20px);
      border-radius: var(--radius-card);
      padding: 36px 32px;
      display: flex;
      flex-direction: column;
      transition: background 220ms, border-color 220ms, transform 220ms;
    }

    .trail-card:hover {
      background: rgba(255,255,255,0.10);
      border-color: rgba(230,45,146,0.38);
      transform: translateY(-4px);
    }

    .trail-badge {
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--brand-accent);
      margin-bottom: 16px;
    }

    .trail-card h3 {
      font-size: 24px;
      font-weight: 600;
      margin-bottom: 8px;
    }

    .trail-card .trail-for {
      font-size: 13px;
      color: rgba(207,202,195,0.6);
      margin-bottom: 16px;
    }

    .trail-card p {
      font-size: 15px;
      color: var(--text-muted-dark);
      line-height: 1.6;
      flex: 1;
      margin-bottom: 24px;
    }

    /* ============================================================
       SECTION 8 - HOW IT WORKS
    ============================================================ */
    #como-funciona {
      background: var(--black-extreme);
    }

    .steps-timeline {
      display: flex;
      flex-direction: column;
      gap: 0;
      max-width: 720px;
      margin: 0 auto;
    }

    .timeline-step {
      display: flex;
      gap: 32px;
      padding: 32px 0;
      border-bottom: 1px solid var(--border-dark);
      position: relative;
    }

    .timeline-step:last-child { border-bottom: none; }

    .timeline-num {
      width: 48px;
      height: 48px;
      border-radius: 50%;
      border: 1px solid var(--brand-accent);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 15px;
      font-weight: 600;
      color: var(--brand-accent);
      flex-shrink: 0;
    }

    .timeline-body h4 {
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 8px;
    }

    .timeline-body p {
      font-size: 15px;
      color: var(--text-muted-dark);
      line-height: 1.6;
    }

    .como-cta { text-align: center; margin-top: 48px; }

    /* ============================================================
       SECTION 9 - UNITS
    ============================================================ */
    #unidades {
      background: linear-gradient(135deg, #4C165A 0%, #0A0A0A 100%);
    }

    .units-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 16px;
      margin: 48px 0;
    }

    @media (max-width: 1024px) { .units-grid { grid-template-columns: repeat(3, 1fr); } }
    @media (max-width: 640px)  { .units-grid { grid-template-columns: repeat(2, 1fr); } }

    .unit-item {
      background: rgba(18,18,17,0.72);
      border: 1px solid rgba(255,255,255,0.16);
      backdrop-filter: blur(20px);
      border-radius: 20px;
      padding: 20px 24px;
      display: flex;
      align-items: center;
      gap: 12px;
      transition: background 180ms, border-color 180ms;
    }

    .unit-item:hover {
      background: rgba(255,255,255,0.10);
      border-color: rgba(230,45,146,0.38);
    }

    .unit-dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--brand-accent);
      flex-shrink: 0;
    }

    .unit-item span {
      font-size: 15px;
      color: #FFFFFF;
      font-weight: 400;
    }

    .units-cta { display: flex; justify-content: center; margin-top: 16px; }

    /* ============================================================
       SECTION - TESTIMONIALS TEXT
    ============================================================ */
    .testimonials-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }

    @media (max-width: 1024px) { .testimonials-grid { grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 640px)  { .testimonials-grid { grid-template-columns: 1fr; } }

    .testimonial-card {
      background: rgba(18,18,17,0.72);
      border: 1px solid rgba(255,255,255,0.16);
      backdrop-filter: blur(20px);
      border-radius: var(--radius-card);
      padding: 36px 32px;
    }

    .testimonial-quote {
      font-size: 18px;
      font-weight: 500;
      color: #FFFFFF;
      line-height: 1.4;
      margin-bottom: 16px;
    }

    .testimonial-quote::before { content: '"'; color: var(--brand-accent); }
    .testimonial-quote::after  { content: '"'; color: var(--brand-accent); }

    .testimonial-text {
      font-size: 15px;
      color: var(--text-muted-dark);
      line-height: 1.65;
      margin-bottom: 24px;
    }

    .testimonial-attribution {
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .testimonial-avatar {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: linear-gradient(135deg, var(--brand-secondary), var(--brand-primary));
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
    }

    .testimonial-name {
      font-size: 14px;
      font-weight: 500;
      color: #FFFFFF;
    }

    .testimonial-replace-note {
      font-size: 12px;
      color: rgba(207,202,195,0.4);
      text-align: center;
      margin-top: 32px;
    }

    /* ============================================================
       SECTION 10 - TESTIMONIALS (VIDEOS + GMAPS)
    ============================================================ */
    #depoimentos {
      background: var(--black-extreme);
    }

    /* YouTube video grid */
    .videos-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }

    @media (max-width: 1024px) { .videos-grid { grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 640px)  { .videos-grid { grid-template-columns: 1fr; } }

    .video-thumb {
      border-radius: 20px;
      overflow: hidden;
      position: relative;
      background: #111;
      aspect-ratio: 16/9;
    }

    .video-thumb-link {
      display: block;
      width: 100%;
      height: 100%;
      position: relative;
    }

    .video-thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 300ms ease, filter 300ms ease;
      filter: brightness(0.88);
    }

    .video-play-overlay {
      position: absolute;
      inset: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      background: rgba(10,10,10,0.28);
      transition: background 220ms ease;
    }

    .yt-play-btn {
      width: 56px;
      height: 56px;
      background: #FF0000;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      color: #fff;
      transition: transform 220ms ease, box-shadow 220ms ease;
      box-shadow: 0 4px 20px rgba(0,0,0,0.5);
      padding-left: 4px;
    }

    .video-thumb:hover img { transform: scale(1.04); filter: brightness(0.72); }
    .video-thumb:hover .video-play-overlay { background: rgba(10,10,10,0.15); }
    .video-thumb:hover .yt-play-btn { transform: scale(1.12); box-shadow: 0 8px 32px rgba(255,0,0,0.45); }

    /* Google Maps cards grid */
    .gmaps-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 16px;
    }

    @media (max-width: 1024px) { .gmaps-grid { grid-template-columns: repeat(3, 1fr); } }
    @media (max-width: 768px)  { .gmaps-grid { grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 480px)  { .gmaps-grid { grid-template-columns: 1fr; } }

    .gmap-card {
      background: rgba(18,18,17,0.72);
      border: 1px solid rgba(255,255,255,0.16);
      backdrop-filter: blur(20px);
      border-radius: 24px;
      padding: 24px 20px;
      display: flex;
      flex-direction: column;
      gap: 8px;
      text-decoration: none;
      transition: background 200ms, border-color 200ms, transform 200ms;
    }

    .gmap-card:hover {
      background: rgba(255,255,255,0.11);
      border-color: rgba(230,45,146,0.38);
      transform: translateY(-3px);
    }

    .gmap-card-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 4px;
    }

    .gmap-stars {
      color: #FFC107;
      font-size: 14px;
      letter-spacing: 1px;
    }

    .gmap-badge {
      display: inline-flex;
      align-items: center;
      gap: 4px;
      font-size: 11px;
      font-weight: 600;
      color: var(--brand-accent);
      letter-spacing: 0.06em;
      text-transform: uppercase;
    }

    .gmap-badge svg { fill: var(--brand-accent); }

    .gmap-unit {
      font-size: 15px;
      font-weight: 600;
      color: #FFFFFF;
      line-height: 1.2;
    }

    .gmap-address {
      font-size: 12px;
      color: rgba(207,202,195,0.55);
      line-height: 1.4;
      flex: 1;
    }

    .gmap-cta {
      font-size: 12px;
      font-weight: 600;
      color: var(--brand-accent);
      margin-top: 4px;
      transition: letter-spacing 150ms;
    }

    .gmap-card:hover .gmap-cta { letter-spacing: 0.04em; }

    

    /* ============================================================
       SECTION 11 - FAQ
    ============================================================ */
    #duvidas {
      background: linear-gradient(180deg, #0A0A0A 0%, #4C165A 80%, #0A0A0A 100%);
    }

    .faq-list {
      max-width: 800px;
      margin: 0 auto;
    }

    .faq-item {
      border-bottom: 1px solid var(--border-dark);
    }

    .faq-question {
      width: 100%;
      background: transparent;
      border: none;
      text-align: left;
      padding: 28px 0;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 24px;
      cursor: pointer;
      color: #FFFFFF;
      font-size: 19px;
      font-weight: 500;
      font-family: var(--font-primary);
      transition: color 150ms;
    }

    .faq-question:hover { color: rgba(255,255,255,0.8); }

    .faq-icon {
      width: 24px;
      height: 24px;
      flex-shrink: 0;
      color: var(--brand-accent);
      font-size: 22px;
      line-height: 1;
      font-weight: 300;
      transition: transform 300ms;
    }

    .faq-item.open .faq-icon { transform: rotate(45deg); }

    .faq-answer {
      max-height: 0;
      overflow: hidden;
      transition: max-height 350ms ease, padding 350ms ease;
    }

    .faq-item.open .faq-answer { max-height: 400px; }

    .faq-answer p {
      font-size: 17px;
      color: var(--text-muted-dark);
      line-height: 1.65;
      padding-bottom: 28px;
    }

    /* ============================================================
       SECTION 12 - FINAL CTA
    ============================================================ */
    #cta-final {
      background: linear-gradient(135deg, #4C165A 0%, #6A277C 100%);
      text-align: center;
    }

    .cta-final-inner {
      max-width: 860px;
      margin: 0 auto;
    }

    .cta-final-inner .section-h2 { margin-bottom: var(--space-5); }
    .cta-final-inner .body-text  { margin-bottom: var(--space-7); }

    .cta-final-buttons {
      display: flex;
      gap: 16px;
      justify-content: center;
      flex-wrap: wrap;
    }

    .cta-final-note {
      margin-top: 24px;
      font-size: 13px;
      color: rgba(207,202,195,0.55);
    }

    /* ============================================================
       SECTION - TRABALHE CONOSCO
    ============================================================ */
    #trabalhe-conosco {
      background: var(--black-extreme);
      position: relative;
      overflow: hidden;
    }

    #trabalhe-conosco::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(135deg, rgba(76,22,90,0.18) 0%, transparent 60%);
      pointer-events: none;
    }

    .trabalhe-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 80px;
      align-items: center;
    }

    @media (max-width: 1024px) {
      .trabalhe-grid { grid-template-columns: 1fr; gap: 56px; }
    }

    .trabalhe-text .section-h2 { margin-bottom: var(--space-5); }

    .trabalhe-lead {
      font-size: clamp(17px, 1.4vw, 20px);
      color: var(--text-muted-dark);
      line-height: 1.6;
      margin-bottom: 16px;
    }

    .trabalhe-sub {
      font-size: clamp(15px, 1.2vw, 17px);
      color: var(--text-muted-dark);
      line-height: 1.65;
      margin-bottom: 40px;
    }

    .trabalhe-card {
      background: rgba(10,10,10,0.48);
      border: 1px solid var(--border-dark);
      border-radius: 40px;
      padding: 48px;
      backdrop-filter: blur(18px);
      -webkit-backdrop-filter: blur(18px);
      display: flex;
      flex-direction: column;
      gap: 24px;
    }

    .trabalhe-card-title {
      font-size: 20px;
      font-weight: 600;
      color: #FFFFFF;
      margin-bottom: 4px;
    }

    .trabalhe-card-desc {
      font-size: 15px;
      color: var(--text-muted-dark);
      line-height: 1.6;
      margin-bottom: 8px;
    }

    .trabalhe-contact-item {
      display: flex;
      align-items: center;
      gap: 14px;
      padding: 18px 20px;
      background: rgba(255,255,255,0.05);
      border: 1px solid var(--border-dark);
      border-radius: 20px;
      text-decoration: none;
      transition: background 200ms, border-color 200ms, transform 200ms;
      color: inherit;
    }

    .trabalhe-contact-item:hover {
      background: rgba(255,255,255,0.10);
      border-color: rgba(230,45,146,0.38);
      transform: translateX(4px);
    }

    .trabalhe-contact-icon {
      width: 44px;
      height: 44px;
      border-radius: 50%;
      background: rgba(230,45,146,0.14);
      border: 1px solid rgba(230,45,146,0.28);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      color: var(--brand-accent);
    }

    .trabalhe-contact-icon svg {
      width: 20px;
      height: 20px;
      fill: currentColor;
    }

    .trabalhe-contact-info {
      display: flex;
      flex-direction: column;
      gap: 2px;
    }

    .trabalhe-contact-label {
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 0.10em;
      text-transform: uppercase;
      color: var(--brand-accent);
    }

    .trabalhe-contact-value {
      font-size: 15px;
      font-weight: 500;
      color: #FFFFFF;
    }

    .trabalhe-divider {
      height: 1px;
      background: var(--border-dark);
      margin: 4px 0;
    }

    /* Light mode overrides */
    html.light-mode #trabalhe-conosco { background: #F4F2F0; }
    html.light-mode .trabalhe-card {
      background: rgba(255,255,255,0.82);
      border-color: rgba(76,22,90,0.14);
    }
    html.light-mode .trabalhe-card-title { color: #121211; }
    html.light-mode .trabalhe-contact-item {
      background: rgba(255,255,255,0.72);
      border-color: rgba(76,22,90,0.14);
    }
    html.light-mode .trabalhe-contact-item:hover {
      background: rgba(255,255,255,0.95);
      border-color: rgba(230,45,146,0.38);
      color: inherit;
    }
    html.light-mode .trabalhe-contact-value { color: #121211; }

    /* ============================================================
       FOOTER
    ============================================================ */
    footer#rodape {
      background: var(--black-extreme);
      border-top: 1px solid var(--border-dark);
      padding: 64px 0 40px;
    }

    .footer-grid {
      display: grid;
      grid-template-columns: 2fr 1fr 1fr;
      gap: 64px;
      margin-bottom: 48px;
    }

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

    .footer-brand .logo { font-size: 20px; margin-bottom: 16px; }

    .footer-brand p {
      font-size: 15px;
      color: var(--text-muted-dark);
      line-height: 1.6;
      max-width: 280px;
      margin-bottom: 24px;
    }

    .footer-col h4 {
      font-size: 13px;
      font-weight: 600;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: rgba(207,202,195,0.5);
      margin-bottom: 20px;
    }

    .footer-col ul {
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    .footer-col ul li a {
      font-size: 15px;
      color: var(--text-muted-dark);
      transition: color 150ms;
    }

    .footer-col ul li a:hover { color: #FFFFFF; }

    .footer-bottom {
      border-top: 1px solid var(--border-dark);
      padding-top: 32px;
    }

    .footer-legal {
      font-size: 13px;
      color: rgba(207,202,195,0.4);
      line-height: 1.6;
      max-width: 860px;
    }

    /* ============================================================
       SECTION - VIDEO TESTIMONIALS
    ============================================================ */
    #depoimentos-video {
      background: linear-gradient(180deg, #0A0A0A 0%, #4C165A 50%, #0A0A0A 100%);
    }

    .video-section-header {
      text-align: center;
      margin-bottom: 56px;
    }

    .video-section-header .trophy-icon {
      font-size: 40px;
      display: block;
      margin-bottom: 16px;
      filter: drop-shadow(0 0 12px rgba(230,45,146,0.5));
    }

    .video-section-header .section-h2 {
      margin-bottom: 16px;
    }

    .video-section-header .body-text {
      max-width: 680px;
      margin: 0 auto;
      font-size: 17px;
    }

    .video-section-header .body-text strong {
      color: #FFFFFF;
      font-weight: 600;
    }

    .videos-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }

    @media (max-width: 1024px) { .videos-grid { grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 640px)  { .videos-grid { grid-template-columns: 1fr; } }

    .video-wrapper {
      position: relative;
      width: 100%;
      padding-top: 56.25%; /* 16:9 */
      border-radius: 20px;
      overflow: hidden;
      background: rgba(10,10,10,0.6);
      border: 1px solid var(--border-dark);
      transition: border-color 220ms, transform 220ms, box-shadow 220ms;
    }

    .video-wrapper:hover {
      border-color: rgba(230,45,146,0.38);
      transform: translateY(-4px);
      box-shadow: 0 16px 48px rgba(10,10,10,0.5);
    }

    .video-wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0;
      border-radius: 20px;
    }

    /* Social media icons */
    .footer-social {
      display: flex;
      gap: 12px;
      margin-top: 24px;
    }

    .social-icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: rgba(255,255,255,0.08);
      border: 1px solid rgba(207,202,195,0.18);
      color: var(--text-muted-dark);
      transition: background 180ms, border-color 180ms, color 180ms, transform 180ms;
      text-decoration: none;
    }

    .social-icon:hover {
      background: var(--brand-accent);
      border-color: var(--brand-accent);
      color: #FFFFFF;
      transform: translateY(-2px);
    }

    .social-icon svg {
      width: 18px;
      height: 18px;
      fill: currentColor;
    }

    /* ============================================================
       SCROLL ANIMATIONS
    ============================================================ */
    .reveal {
      opacity: 0;
      transform: translateY(24px);
      transition: opacity 0.65s ease, transform 0.65s ease;
    }

    .reveal.visible {
      opacity: 1;
      transform: translateY(0);
    }

    /* ============================================================
       DIVIDER
    ============================================================ */
    .section-divider {
      width: 48px;
      height: 2px;
      background: var(--brand-accent);
      margin-bottom: var(--space-6);
    }

    /* ============================================================
       VIDEO MODAL
    ============================================================ */
    .video-modal {
      display: none;
      position: fixed;
      inset: 0;
      z-index: 2000;
      align-items: center;
      justify-content: center;
      padding: 64px 24px 24px;
    }

    .video-modal.open {
      display: flex;
    }

    .video-modal-backdrop {
      position: absolute;
      inset: 0;
      background: rgba(10,10,10,0.92);
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
    }

    .video-modal-content {
      position: relative;
      z-index: 1;
      width: 100%;
      max-width: 1000px;
      background: #000;
      border-radius: 16px;
      border: 1px solid var(--border-dark);
      box-shadow: var(--shadow-premium);
    }

    .video-modal-close {
      position: absolute;
      top: -48px;
      right: 0;
      background: none;
      border: none;
      color: #FFFFFF;
      font-size: 32px;
      line-height: 1;
      cursor: pointer;
      transition: color 200ms ease;
    }

    .video-modal-close:hover {
      color: var(--brand-accent);
    }

    .video-modal-iframe-wrapper {
      position: relative;
      width: 100%;
      padding-top: 56.25%; /* 16:9 Aspect Ratio */
      border-radius: 16px;
      overflow: hidden;
    }

    .video-modal-iframe-wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: none;
    }

    /* ============================================================
       FLUID MOBILE MENU
    ============================================================ */
    .fluid-menu-container {
      display: none; /* Hidden on desktop */
      position: fixed;
      bottom: 24px;
      right: 24px;
      z-index: 1000;
    }

    @media (max-width: 900px) {
      .fluid-menu-container {
        display: block;
      }
      .menu-toggle {
        display: none; /* Hide original hamburger */
      }
      .btn-header {
        display: none; /* Hide schedule button on mobile */
      }
      .header-inner {
        display: grid;
        grid-template-columns: 1fr auto 1fr; /* 3-column grid for centering */
        align-items: center;
      }
      .header-logo { grid-column: 2 / 3; }
      .header-cta {
        grid-column: 3 / 4;
        justify-self: end;
      }
    }

    .fluid-menu-item {
      position: absolute;
      top: 0;
      left: 0;
      width: 56px;
      height: 56px;
      background: var(--surface-purple);
      border: 1px solid var(--border-dark);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--text-on-dark);
      cursor: pointer;
      transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1), opacity 300ms;
      will-change: transform, opacity;
      text-decoration: none;
    }

    .fluid-menu-item:hover {
      background: var(--brand-accent);
      border-color: var(--brand-accent);
    }

    .fluid-menu-toggle {
      position: relative;
      z-index: 10;
      width: 56px;
      height: 56px;
      background: var(--brand-accent);
      box-shadow: var(--shadow-soft);
    }

    .fluid-menu-item:not(.fluid-menu-toggle) {
      opacity: 0;
      pointer-events: none;
    }

    .fluid-menu-container.open .fluid-menu-item:not(.fluid-menu-toggle) {
      opacity: 1;
      pointer-events: auto;
    }

    html.light-mode .fluid-menu-item {
      background: #FFFFFF;
      border-color: rgba(76,22,90,0.18);
      color: var(--brand-primary);
      box-shadow: 0 8px 24px rgba(10,10,10,0.1);
    }
    .fluid-menu-toggle .icon-open,
    .fluid-menu-toggle .icon-close {
      position: absolute;
      inset: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: opacity 300ms, transform 300ms;
    }

    .fluid-menu-toggle .icon-open {
      opacity: 1;
      transform: rotate(0deg) scale(1);
    }

    .fluid-menu-toggle .icon-close {
      opacity: 0;
      transform: rotate(-180deg) scale(0.5);
    }

    .fluid-menu-container.open .fluid-menu-toggle .icon-open {
      opacity: 0;
      transform: rotate(180deg) scale(0.5);
    }

    .fluid-menu-container.open .fluid-menu-toggle .icon-close {
      opacity: 1;
      transform: rotate(0deg) scale(1);
    }
  


    /* Styles for Animated Tabs */
    .animated-tabs-container {
      width: 100%; /* Ocupa a largura disponível */
      max-width: 100%; /* Remove a restrição anterior */
      margin: 0; /* Remove a centralização */
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    .animated-tabs-nav {
      position: relative;
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      background: rgba(10,10,10,0.6);
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
      padding: 6px;
      border-radius: 16px;
      border: 1px solid var(--border-dark);
    }

    .animated-tabs-nav button {
      position: relative;
      padding: 10px 20px;
      font-size: 14px;
      font-weight: 500;
      color: var(--text-muted-dark);
      background: none;
      border: none;
      border-radius: 12px;
      outline: none;
      cursor: pointer;
      transition: color 300ms;
      z-index: 2;
    }

    .animated-tabs-nav button.active {
      color: var(--text-on-dark);
    }

    .animated-tabs-indicator {
      position: absolute;
      top: 6px;
      bottom: 6px;
      height: calc(100% - 12px);
      background: var(--brand-accent);
      border-radius: 12px;
      box-shadow: var(--glow-accent);
      transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1), width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      z-index: 1;
    }

    .animated-tabs-content {
      position: relative;
      background: rgba(10,10,10,0.6);
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
      border: 1px solid var(--border-dark);
      border-radius: 24px;
      padding: 28px;
      min-height: 280px;      
      overflow: hidden;
    }

    .animated-tabs-content-panel {
      display: none;
      grid-template-columns: 1fr 1fr;
      gap: 24px;
      align-items: center;
    }

    .animated-tabs-content-panel.active {
      display: grid;
      animation: tabContentFadeIn 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    }

    @keyframes tabContentFadeIn {
      from {
        opacity: 0;
        transform: translateX(-10px) scale(0.98);
        filter: blur(4px);
      }
      to {
        opacity: 1;
        transform: translateX(0) scale(1);
        filter: blur(0px);
      }
    }

    .tab-image {
      width: 100%;
      object-fit: cover;
      aspect-ratio: 16 / 9; /* Proporção 1280x720 */
      border-radius: 16px;
      border: 1px solid var(--border-dark);
    }

    .tab-text .trail-badge { margin-bottom: 12px; }
    .tab-text h3 { font-size: 22px; margin-bottom: 8px; }
    .tab-text .trail-for { font-size: 13px; margin-bottom: 12px; }
    .tab-text p { font-size: 15px; margin-bottom: 20px; }

    /* Light mode adjustments */
    html.light-mode .animated-tabs-nav { background: rgba(255,255,255,0.7); border-color: rgba(76,22,90,0.14); }
    html.light-mode .animated-tabs-nav button:not(.active) { color: var(--text-muted-dark); }
    html.light-mode .animated-tabs-content { background: rgba(255,255,255,0.7); border-color: rgba(76,22,90,0.14); }
    html.light-mode .tab-image { border-color: rgba(76,22,90,0.14); }

    /* Responsive */
    @media (max-width: 640px) {
      .animated-tabs-content-panel { grid-template-columns: 1fr; }
      .tab-image { height: 180px; margin-bottom: 16px; }
    }

    @media (max-width: 768px) {
      .animated-tabs-content {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        padding: 28px 0; /* Remove padding lateral para o container de scroll */
        gap: 24px; /* Mantém o espaçamento entre os cards */
      }
      .animated-tabs-content-panel { flex: 0 0 100%; scroll-snap-align: center; padding: 0 24px; }
    }

    @media (max-width: 768px) {
      .animated-tabs-nav {
        flex-wrap: nowrap;
        overflow-x: auto;
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
      }
      .animated-tabs-nav::-webkit-scrollbar { display: none; } /* Chrome, Safari, and Opera */
      .animated-tabs-nav button { flex-shrink: 0; }
    }

    @media (max-width: 768px) {
      .animated-tabs-content {
        -ms-overflow-style: none; scrollbar-width: none;
      }
      .animated-tabs-content::-webkit-scrollbar { display: none; }
    }

    .tabs-scroll-hint {
      display: none; /* Oculto no desktop */
    }

    @media (max-width: 768px) {
      .tabs-scroll-hint {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        font-size: 12px;
        color: var(--text-muted-dark);
        margin-top: 12px;
        opacity: 0.7;
      }
      .animated-tabs-nav {
        position: relative;
      }
      .animated-tabs-nav::after {
        content: ''; position: absolute; right: 0; top: 0; bottom: 0; width: 50px; background: linear-gradient(to left, var(--black-extreme), transparent); pointer-events: none;
      }
      html.light-mode .animated-tabs-nav::after { background: linear-gradient(to left, #F4F2F0, transparent); }
    }
  


    /* Styles for Morphing Card Stack */
    .layout-toggle-wrapper {
      display: flex;
      justify-content: flex-start;
      margin-bottom: 48px;
    }
    .layout-toggle {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: rgba(255,255,255,0.05);
      border: 1px solid var(--border-dark);
      border-radius: var(--radius-button);
      padding: 6px;
    }
    html.light-mode .layout-toggle {
      background: rgba(76,22,90,0.06);
      border-color: rgba(76,22,90,0.14);
    }
    .layout-btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: transparent;
      border: none;
      color: var(--text-muted-dark);
      padding: 8px 16px;
      border-radius: var(--radius-button);
      font-size: 14px;
      font-weight: 500;
      cursor: pointer;
      transition: background 200ms, color 200ms;
    }
    .layout-btn.active {
      background: var(--brand-accent);
      color: #FFFFFF;
    }
    html.light-mode .layout-btn.active {
      color: #FFFFFF;
    }
    html.light-mode .layout-btn:not(.active) {
      color: var(--text-primary);
    }

    .cards-container {
      transition: all 0.4s ease;
    }    
    .cards-container[data-layout="grid"] { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
    .cards-container[data-layout="list"] { display: flex; flex-direction: column; gap: 16px; max-width: 720px; margin: 0 auto; }
    .cards-container[data-layout="stack"] { position: relative; height: 380px; max-width: 420px; /* margin: 0 auto; foi removido para alinhar à esquerda */ }
    .cards-container[data-layout="stack"] .card-dark { position: absolute; width: 100%; height: 100%; transition: transform 0.4s ease, opacity 0.4s ease; cursor: pointer; }

    @media (max-width: 1024px) { .cards-container[data-layout="grid"] { grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 640px)  { .cards-container[data-layout="grid"] { grid-template-columns: 1fr; } }

    .stack-nav-wrapper {
      display: flex;
      justify-content: flex-start; /* Alinhado à esquerda */
      margin-top: 24px;
      max-width: 420px; /* Mesma largura do container da pilha para alinhar os botões */
    }
    .stack-nav { display: none; align-items: center; gap: 10px; }
    .stack-nav-btn { background: rgba(255,255,255,0.1); border: 1px solid var(--border-dark); color: var(--text-muted-dark); width: 36px; height: 36px; border-radius: 50%; font-size: 18px; transition: all 150ms; }
    .stack-nav-btn:hover:not(:disabled) { background: var(--brand-accent); color: #FFFFFF; }
    .stack-nav-btn:disabled { opacity: 0.3; cursor: not-allowed; }
    .stack-nav-dots { display: flex; gap: 8px; }
    .stack-nav-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,0.2); border: none; transition: all 150ms; padding: 0; }
    .stack-nav-dot.active { background: var(--brand-accent); transform: scale(1.2); }
    html.light-mode .stack-nav-btn { background: rgba(76,22,90,0.08); border-color: rgba(76,22,90,0.16); color: var(--text-primary); }
    html.light-mode .stack-nav-dot { background: rgba(76,22,90,0.2); }
    html.light-mode .stack-nav-dot.active { background: var(--brand-accent); }

    /* Responsive adjustments for Morphing Card Stack */
    @media (max-width: 768px) {
      .hide-on-mobile {
        display: none !important;
      }
      .layout-toggle-wrapper {
        justify-content: center; /* Center buttons on mobile */
      }
      .cards-container[data-layout="stack"],
      .cards-container[data-layout="list"] {
        margin-left: auto;
        margin-right: auto; /* Center stack and list on mobile */
      }
      .stack-nav-wrapper {
        justify-content: center; /* Center stack nav on mobile */
        max-width: 100%;
      }
    }
    @media (min-width: 769px) {
      .hide-on-desktop { display: none !important; }
    }

/* ============================================================
   SEF revision fixes: mobile header, logo switching and labeled quick menu
============================================================ */
#site-header .header-logo img {
  width: 140px;
  height: auto;
  max-height: 50px;
  object-fit: contain;
}

#site-header .logo-text {
  display: inline-block;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #FFFFFF;
  text-transform: uppercase;
}

html.light-mode #site-header.scrolled .header-logo img {
  content: url("https://sigaemfrentetreinamento.com.br/wp-content/uploads/2026/07/logo-color.webp");
}

@media (max-width: 900px) {
  #site-header {
    height: 64px;
    background: rgba(10,10,10,0.86);
    border-bottom: 1px solid rgba(207,202,195,0.14);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }

  html.light-mode #site-header {
    background: rgba(255,255,255,0.94);
    border-bottom-color: rgba(76,22,90,0.16);
  }

  html.light-mode #site-header .header-logo img {
    content: url("https://sigaemfrentetreinamento.com.br/wp-content/uploads/2026/07/logo-color.webp");
  }

  html.light-mode #site-header .logo-text {
    color: #4C165A;
  }

  #site-header .header-inner {
    min-height: 64px;
  }

  #site-header .header-logo img {
    width: 128px;
    max-height: 42px;
  }

  #site-header .btn-theme {
    width: 38px;
    height: 38px;
    position: relative;
    z-index: 2;
  }
}

.fluid-menu-container .fluid-menu-item:not(.fluid-menu-toggle) {
  left: auto;
  right: 0;
  width: 168px;
  height: 56px;
  border-radius: 999px;
  justify-content: flex-start;
  gap: 10px;
  padding: 0 18px;
}

.fluid-menu-container .fluid-menu-toggle {
  left: auto;
  right: 0;
  border-radius: 50%;
  padding: 0;
}

.fluid-menu-label {
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
}

html.light-mode .fluid-menu-toggle {
  background: var(--brand-accent);
  color: #FFFFFF;
  border-color: var(--brand-accent);
}

@media (max-width: 380px) {
  .fluid-menu-container .fluid-menu-item:not(.fluid-menu-toggle) {
    width: 150px;
    padding: 0 14px;
  }
  .fluid-menu-label { font-size: 12px; }
}

/* Linked unit cards on home */
#unidades .unit-item {
  text-decoration: none;
  cursor: pointer;
}
#unidades .unit-item:hover {
  border-color: rgba(230,45,146,0.42);
  transform: translateY(-2px);
}


    /* v1.0.5 - ajustes de contraste no tema claro */
    .depoimentos-highlight { color: #FFFFFF; font-weight: 600; }
    html.light-mode .depoimentos-highlight { color: var(--brand-primary); }


/* v1.0.17 - real testimonial copy refinement */
.testimonials-grid--real .testimonial-card {
  display: flex;
  flex-direction: column;
}
.testimonials-grid--real .testimonial-text {
  flex: 1;
}
.testimonials-grid--real .testimonial-avatar {
  color: #FFFFFF;
  font-size: 14px;
}
