  /* ========== RESET & VARIÁVEIS ========== */
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  :root {
    --primary: #0b3d91;
    --primary-dark: #082c6b;
    --primary-light: #1a5bc4;
    --secondary: #ffd400;
    --secondary-dark: #e6bf00;
    --whatsapp: #25D366;
    --whatsapp-dark: #128C7E;
    --gray-100: #f4f6fb;
    --gray-200: #e9ecef;
    --gray-400: #cbd5e1;
    --gray-600: #555;
    --gray-800: #1a1a1a;
    --white: #fff;
    --shadow-sm: 0 2px 8px rgba(0,0,0,0.06);
    --shadow-md: 0 8px 24px rgba(0,0,0,0.1);
    --shadow-lg: 0 16px 40px rgba(0,0,0,0.12);
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --hero-bg: url('/images/WhatsApp%20Image%202026-04-29%20at%2016.42.22.webp');
  }

  html {
    overflow-x: hidden;
    width: 100%;
  }

  body {
    font-family: 'Inter', 'Segoe UI', sans-serif;
    background: var(--gray-100);
    color: var(--gray-800);
    line-height: 1.5;
    overflow-x: hidden;
    width: 100%;
    position: relative;
  }

  /* ========== TIPOGRAFIA ========== */
  h1, h2, h3, h4 {
    font-weight: 700;
    line-height: 1.2;
  }

  /* ========== HEADER ========== */
  header {
    background: var(--primary);
    color: var(--white);
    padding: 1rem 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(10px);
    box-shadow: var(--shadow-sm);
  }

  header h1 {
    font-size: 1.5rem;
    letter-spacing: -0.5px;
    background: linear-gradient(135deg, #fff, var(--secondary));
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
  }

  nav a {
    color: var(--white);
    margin-left: 2rem;
    text-decoration: none;
    font-weight: 600;
    transition: var(--transition);
    position: relative;
  }

  nav a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--secondary);
    transition: var(--transition);
  }

  nav a:hover::after {
    width: 100%;
  }

  .header-actions {
    display: flex;
    align-items: center;
    gap: 1.25rem;
  }

  .header-phone {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    color: var(--white);
    text-decoration: none;
    font-weight: 700;
    font-size: 0.9rem;
    padding: 0.45rem 1rem;
    border-radius: 50px;
    transition: var(--transition);
    white-space: nowrap;
  }

  .header-phone:hover {
    background: var(--secondary);
    border-color: var(--secondary);
    color: var(--primary);
  }

  .header-phone svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
  }

  nav a.active {
    color: var(--secondary);
  }

  nav a.active::after {
    width: 100%;
  }

  /* ========== MENU MOBILE (HAMBURGER) ========== */
  .nav-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 34px;
    height: 34px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1600;
  }

  .nav-toggle span {
    display: block;
    height: 3px;
    width: 100%;
    background: var(--white);
    border-radius: 2px;
    transition: var(--transition);
  }

  .nav-toggle.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .nav-toggle.active span:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .nav-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(8,12,25,0.55);
    backdrop-filter: blur(2px);
    z-index: 1400;
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .nav-overlay.active {
    display: block;
    opacity: 1;
  }

  /* ========== BARRA DE CTA FIXA (MOBILE) ========== */
  .sticky-cta {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1200;
    background: var(--white);
    padding: 0.7rem 1rem calc(0.7rem + env(safe-area-inset-bottom));
    box-shadow: 0 -6px 24px rgba(0,0,0,0.12);
  }

  .sticky-cta a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    box-sizing: border-box;
    background: var(--whatsapp);
    color: var(--white);
    font-weight: 700;
    font-size: 0.95rem;
    padding: 0.85rem 1rem;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: var(--shadow-md);
    white-space: nowrap;
    animation: pulseWhatsApp 2s infinite;
  }

  .sticky-cta a:active {
    animation: none;
    transform: scale(0.97);
  }

  .sticky-cta a svg {
    flex-shrink: 0;
  }

  @media (max-width: 360px) {
    .sticky-cta a {
      font-size: 0.85rem;
      gap: 0.4rem;
      padding: 0.8rem 0.5rem;
    }
  }

  /* ========== FAIXA DE ESTATÍSTICAS ========== */
  .stats-strip {
    background: var(--white);
    padding: 3rem 5%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0;
    box-shadow: var(--shadow-sm);
    position: relative;
    z-index: 2;
  }

  .stat-item {
    flex: 1 1 180px;
    max-width: 220px;
    text-align: center;
    padding: 0 1.5rem;
    border-right: 1px solid var(--gray-200);
  }

  .stat-item:last-child {
    border-right: none;
  }

  .stat-number {
    display: block;
    font-size: clamp(2rem, 5vw, 2.75rem);
    font-weight: 800;
    color: var(--primary);
    line-height: 1;
    margin-bottom: 0.5rem;
  }

  .stat-label {
    display: block;
    color: var(--gray-600);
    font-weight: 600;
    font-size: 0.9rem;
  }

  @media (max-width: 640px) {
    .stat-item {
      flex: 1 1 45%;
      border-right: none;
      margin-bottom: 1.5rem;
    }
  }

  /* ========== HERO ========== */
  .hero {
    min-height: 90vh;
    background: linear-gradient(135deg, rgba(0,0,0,0.75), rgba(0,0,0,0.65)),
                var(--hero-bg) center/cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 2rem;
    position: relative;
  }

  .hero h2 {
    font-size: clamp(2rem, 5vw, 3.5rem);
    max-width: 800px;
    margin-bottom: 1.5rem;
    color: var(--white);
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
    animation: fadeInUp 0.8s ease;
  }

  .hero p {
    max-width: 600px;
    margin-bottom: 2rem;
    font-size: clamp(1rem, 4vw, 1.25rem);
    color: var(--white);
    opacity: 0.95;
    animation: fadeInUp 0.8s ease 0.2s backwards;
  }

  /* ========== BOTÕES ========== */
  .btn {
    background: var(--whatsapp);
    color: var(--white);
    padding: 1rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    animation: fadeInUp 0.8s ease 0.4s backwards;
  }

  .btn:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-lg);
    background: var(--whatsapp-dark);
  }

  .btn-secondary {
    background: var(--secondary);
    color: var(--primary);
  }

  .btn-secondary:hover {
    background: var(--secondary-dark);
  }

  .hero-call-link {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin-top: 1.1rem;
    color: var(--white);
    opacity: 0.85;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    transition: var(--transition);
  }

  .hero-call-link:hover {
    opacity: 1;
    color: var(--secondary);
  }

  /* ========== BADGES ========== */
  .badges {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 3rem;
    flex-wrap: wrap;
    animation: fadeInUp 0.8s ease 0.6s backwards;
  }

  .badge {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255,255,255,0.18);
    color: var(--white);
    padding: 0.55rem 1.35rem 0.55rem 0.55rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.85rem;
    letter-spacing: 0.2px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.18);
    transition: var(--transition);
  }

  .badge:hover {
    background: rgba(255,255,255,0.14);
    border-color: rgba(255,212,0,0.55);
    transform: translateY(-2px);
  }

  .badge-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--secondary), var(--secondary-dark));
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .badge-icon svg {
    width: 15px;
    height: 15px;
    stroke: var(--primary);
    fill: none;
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  /* ========== SEÇÕES ========== */
  .section {
    padding: 5rem 5%;
    max-width: 1400px;
    margin: 0 auto;
    scroll-margin-top: 80px;
  }

  .section h3 {
    text-align: center;
    color: var(--primary);
    margin-bottom: 3rem;
    font-size: clamp(1.75rem, 5vw, 2.5rem);
    position: relative;
  }

  .section h3::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: var(--secondary);
  }

  /* ========== GRID DE SERVIÇOS ========== */
  .grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
  }

  .card {
    background: var(--white);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    cursor: pointer;
    scroll-margin-top: 90px;
  }

  .card.highlight-target {
    animation: highlightPulse 1.8s ease 0.4s;
  }

  @keyframes highlightPulse {
    0%, 100% { box-shadow: var(--shadow-sm); }
    30% { box-shadow: 0 0 0 4px var(--secondary), var(--shadow-lg); }
  }

  .card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
  }

  /* ========== GALERIA AVANÇADA - IMAGENS DO MESMO TAMANHO ========== */
  .gallery {
    position: relative;
    overflow: hidden;
    background: var(--gray-200);
  }

  .gallery-track {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    gap: 0;
    scroll-snap-type: x mandatory;
  }

  .gallery-track::-webkit-scrollbar {
    height: 4px;
  }

  .gallery-track::-webkit-scrollbar-track {
    background: var(--gray-200);
  }

  .gallery-track::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 10px;
  }

  /* CORREÇÃO: Todas as imagens agora têm o mesmo tamanho */
  .gallery-track img {
    min-width: 100%;
    width: 100%;
    height: 280px;
    object-fit: cover;
    cursor: zoom-in;
    transition: transform 0.3s ease;
    scroll-snap-align: start;
  }

  .gallery-track img:hover {
    transform: scale(1.02);
  }

  .gallery-controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    pointer-events: none;
  }

  .gallery-btn {
    background: rgba(0,0,0,0.6);
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: auto;
    transition: var(--transition);
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
  }

  .gallery-btn:hover {
    background: var(--primary);
    transform: scale(1.1);
  }

  .gallery-dots {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem;
    background: var(--white);
    flex-wrap: wrap;
  }

  .gallery-dots span {
    width: 8px;
    height: 8px;
    background: var(--gray-400);
    border-radius: 50%;
    cursor: pointer;
    transition: var(--transition);
  }

  .gallery-dots span.active {
    background: var(--primary);
    width: 24px;
    border-radius: 10px;
  }

  .card .content {
    padding: 1.5rem;
  }

  .card h4 {
    color: var(--primary);
    margin-bottom: 0.75rem;
    font-size: 1.25rem;
  }

  .card p {
    color: var(--gray-600);
    font-size: 0.9rem;
  }

  .card-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1.1rem;
    padding: 0.65rem 1.35rem;
    border-radius: 50px;
    border: 2px solid var(--primary);
    color: var(--primary);
    font-weight: 700;
    font-size: 0.88rem;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    transition: color 0.4s ease, transform 0.25s ease, box-shadow 0.25s ease;
  }

  .card-link::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--primary), var(--primary-light));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
  }

  .card-link:hover::before {
    transform: scaleX(1);
  }

  .card-link:hover {
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
  }

  .card-link:active {
    transform: translateY(0);
  }

  .card-link svg {
    width: 14px;
    height: 14px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2.6;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 0.3s ease;
  }

  .card-link:hover svg {
    transform: translateX(4px);
  }

  /* ========== BADGE DE AVALIAÇÃO GOOGLE ========== */
  .rating-badge {
    display: inline-flex;
    align-items: center;
    gap: 1.1rem;
    background: var(--white);
    padding: 0.7rem 1.75rem;
    border-radius: 50px;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
  }

  .rating-badge:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-2px);
  }

  .rating-badge-stars {
    display: flex;
    align-items: center;
    gap: 0.55rem;
  }

  .rating-badge-icons {
    display: flex;
    align-items: center;
    gap: 0.1rem;
  }

  .rating-badge-score {
    color: var(--gray-800);
    font-weight: 800;
    font-size: 1.05rem;
  }

  .rating-badge-divider {
    width: 1px;
    height: 22px;
    background: var(--gray-200);
    flex-shrink: 0;
  }

  .rating-badge-google {
    display: flex;
    align-items: center;
    gap: 0.55rem;
  }

  .rating-badge-google svg {
    width: 19px;
    height: 19px;
    flex-shrink: 0;
  }

  .rating-badge-google span {
    font-weight: 600;
    color: var(--gray-600);
    font-size: 0.92rem;
    white-space: nowrap;
  }

  @media (max-width: 420px) {
    .rating-badge {
      gap: 0.75rem;
      padding: 0.65rem 1.15rem;
    }

    .rating-badge-google span {
      white-space: normal;
    }
  }

  /* ========== CARROSSEL DE DEPOIMENTOS ========== */
  .star-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
  }

  .star-icon.filled {
    fill: var(--secondary);
    stroke: var(--secondary);
  }

  .star-icon.empty {
    fill: none;
    stroke: var(--gray-400);
    stroke-width: 1.5;
  }

  .testimonials-wrapper {
    position: relative;
    max-width: 620px;
    margin: 0 auto;
  }

  .testimonial-slider {
    position: relative;
    min-height: 330px;
  }

  .testimonial-slide {
    position: absolute;
    inset: 0;
    background: var(--white);
    border-radius: 24px;
    padding: 2.25rem 2rem;
    text-align: center;
    box-shadow: var(--shadow-md);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateY(14px) scale(0.98);
    transition: opacity 0.6s ease, transform 0.6s ease;
    pointer-events: none;
  }

  .testimonial-slide.active {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
    z-index: 2;
  }

  .testimonial-slide img {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 1rem;
    border: 3px solid var(--secondary);
  }

  .testimonial-slide h4 {
    color: var(--primary);
    margin-bottom: 0.5rem;
  }

  .testimonial-slide .stars {
    display: flex;
    gap: 0.15rem;
    margin: 0.4rem 0 0.9rem;
  }

  .testimonial-slide p {
    color: var(--gray-600);
    font-style: italic;
    line-height: 1.6;
    max-width: 440px;
  }

  .testimonial-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1.75rem;
  }

  .testimonial-dot {
    width: 9px;
    height: 9px;
    border-radius: 50px;
    border: none;
    background: var(--gray-400);
    cursor: pointer;
    padding: 0;
    transition: var(--transition);
  }

  .testimonial-dot:hover {
    background: var(--primary-light);
  }

  .testimonial-dot.active {
    width: 26px;
    background: var(--secondary);
  }

  .testimonial-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--white);
    border: none;
    box-shadow: var(--shadow-md);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--primary);
    transition: var(--transition);
    z-index: 3;
  }

  .testimonial-nav-btn:hover {
    background: var(--secondary);
    color: var(--primary);
  }

  .testimonial-nav-btn.prev {
    left: -1.25rem;
  }

  .testimonial-nav-btn.next {
    right: -1.25rem;
  }

  @media (max-width: 640px) {
    .testimonial-nav-btn {
      display: none;
    }
  }

  /* ========== MAPA ========== */
  .map-container {
    background: var(--white);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
  }

  .map-container:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
  }

  .map-container iframe {
    width: 100%;
    height: 450px;
    border: 0;
    display: block;
  }

  /* ========== FACHADA DO MAPA (carrega sob demanda) ========== */
  .map-facade {
    width: 100%;
    height: 450px;
    position: relative;
    cursor: pointer;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
      linear-gradient(135deg, rgba(11,61,145,0.07), rgba(11,61,145,0.02)),
      repeating-linear-gradient(0deg, var(--gray-200) 0 1px, transparent 1px 42px),
      repeating-linear-gradient(90deg, var(--gray-200) 0 1px, transparent 1px 42px);
    background-color: var(--gray-100);
    font-family: inherit;
  }

  .map-facade-card {
    text-align: center;
    background: var(--white);
    padding: 1.75rem 2.25rem;
    border-radius: 18px;
    box-shadow: var(--shadow-lg);
    max-width: 280px;
  }

  .map-facade-pin {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.85rem;
  }

  .map-facade-pin svg {
    width: 24px;
    height: 24px;
    stroke: var(--white);
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .map-facade-card p {
    color: var(--gray-600);
    font-size: 0.9rem;
    margin-bottom: 1rem;
  }

  .map-facade-btn {
    background: var(--primary);
    color: var(--white);
    border: none;
    padding: 0.7rem 1.5rem;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.9rem;
    cursor: pointer;
    transition: var(--transition);
  }

  .map-facade-btn:hover {
    background: var(--primary-dark);
    transform: translateY(-2px);
  }

  .map-info {
    padding: 1.5rem;
    text-align: center;
    background: var(--white);
  }

  .map-info h4 {
    color: var(--primary);
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
  }

  .map-info h4 svg {
    width: 20px;
    height: 20px;
    stroke: var(--primary);
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
  }

  .map-info p {
    color: var(--gray-600);
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1rem;
  }

  .map-info a {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: var(--primary);
    text-decoration: none;
    font-weight: 600;
    transition: var(--transition);
  }

  .map-info a svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
    transition: var(--transition);
  }

  .map-info a:hover svg.map-info-arrow {
    transform: translateX(3px);
  }

  .map-info a:hover {
    color: var(--primary-dark);
    text-decoration: underline;
  }

  /* ========== FAQ ========== */
  .faq-list {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .faq-item {
    background: var(--white);
    border-radius: 16px;
    box-shadow: var(--shadow-sm);
    overflow: hidden;
    transition: var(--transition);
  }

  .faq-item:hover {
    box-shadow: var(--shadow-md);
  }

  .faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    background: none;
    border: none;
    text-align: left;
    padding: 1.25rem 1.5rem;
    font-family: inherit;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--primary);
    cursor: pointer;
  }

  .faq-icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--gray-100);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
  }

  .faq-icon svg {
    width: 14px;
    height: 14px;
    stroke: var(--primary);
    fill: none;
    stroke-width: 2.5;
    stroke-linecap: round;
    transition: transform 0.3s ease;
  }

  .faq-item.open .faq-icon {
    background: var(--secondary);
  }

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

  .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
  }

  .faq-answer p {
    padding: 0 1.5rem 1.25rem;
    color: var(--gray-600);
    line-height: 1.6;
  }

  /* ========== CONTATO ========== */
  .contact-box {
    background: linear-gradient(135deg, var(--white), var(--gray-100));
    padding: 3rem;
    border-radius: 30px;
    text-align: center;
    box-shadow: var(--shadow-md);
    max-width: 700px;
    margin: 0 auto;
  }

  .phone {
    font-size: clamp(1.5rem, 5vw, 2rem);
    margin: 1.5rem 0;
    color: var(--primary);
    font-weight: 800;
    letter-spacing: -0.5px;
  }

  .contact-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary), var(--primary-light));
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.25rem;
    box-shadow: var(--shadow-md);
  }

  .contact-icon svg {
    width: 26px;
    height: 26px;
    stroke: var(--white);
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .contact-label {
    color: var(--gray-600);
    font-weight: 600;
    font-size: 1.05rem;
    letter-spacing: 0.2px;
  }

  .contact-box .btn {
    animation: pulseWhatsApp 2s infinite;
  }

  .contact-box .btn:active {
    animation: none;
  }

  /* ========== BREADCRUMB ========== */
  .breadcrumb {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1.1rem 5% 0;
    font-size: 0.85rem;
    color: var(--gray-600);
  }

  .breadcrumb a {
    color: var(--primary);
    text-decoration: none;
  }

  .breadcrumb a:hover {
    text-decoration: underline;
  }

  .breadcrumb .sep {
    margin: 0 0.4rem;
    color: var(--gray-400);
  }

  /* ========== BENEFÍCIOS ========== */
  .benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
  }

  .benefit-card {
    background: var(--white);
    border-radius: 20px;
    padding: 2.25rem 1.5rem;
    text-align: center;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
  }

  .benefit-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-md);
  }

  .benefit-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary), var(--primary-light));
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.1rem;
  }

  .benefit-icon svg {
    width: 26px;
    height: 26px;
    stroke: var(--white);
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .benefit-card h4 {
    color: var(--primary);
    margin-bottom: 0.6rem;
    font-size: 1.1rem;
  }

  .benefit-card p {
    color: var(--gray-600);
    font-size: 0.92rem;
    line-height: 1.55;
  }

  /* ========== PASSO A PASSO ========== */
  .process-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
    max-width: 900px;
    margin: 0 auto;
  }

  .process-step {
    text-align: center;
    position: relative;
  }

  .process-step-number {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--secondary);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.25rem;
    margin: 0 auto 1.1rem;
    box-shadow: var(--shadow-sm);
  }

  .process-step h4 {
    color: var(--primary);
    margin-bottom: 0.6rem;
    font-size: 1.05rem;
  }

  .process-step p {
    color: var(--gray-600);
    font-size: 0.9rem;
    line-height: 1.55;
  }

  @media (max-width: 768px) {
    .process-steps {
      grid-template-columns: 1fr;
      gap: 2.25rem;
    }
  }

  /* ========== BOTÃO SECUNDÁRIO NO HERO (páginas de serviço) ========== */
  .hero-secondary-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1.25rem;
    color: var(--white);
    opacity: 0.85;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.92rem;
    transition: var(--transition);
  }

  .hero-secondary-link:hover {
    opacity: 1;
    color: var(--secondary);
  }

  /* ========== FOOTER ========== */
  footer {
    background: linear-gradient(180deg, var(--primary) 0%, var(--primary-dark) 100%);
    color: rgba(255,255,255,0.85);
    position: relative;
  }

  footer::before {
    content: '';
    display: block;
    height: 4px;
    background: linear-gradient(90deg, var(--secondary), var(--primary-light), var(--secondary));
  }

  .footer-main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 4rem 5% 3rem;
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
    gap: 3rem;
  }

  .footer-brand h4 {
    color: var(--white);
    font-size: 1.4rem;
    letter-spacing: -0.3px;
    margin-bottom: 0.9rem;
  }

  .footer-brand p {
    font-size: 0.92rem;
    line-height: 1.65;
    color: rgba(255,255,255,0.65);
    max-width: 320px;
  }

  .footer-tax {
    margin-top: 1.1rem;
    font-size: 0.8rem;
    color: rgba(255,255,255,0.45);
    letter-spacing: 0.2px;
  }

  .footer-col h5 {
    color: var(--white);
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 1.2rem;
  }

  .footer-col ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }

  .footer-col a {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    font-size: 0.92rem;
    transition: var(--transition);
    cursor: pointer;
  }

  .footer-col a:hover {
    color: var(--secondary);
    padding-left: 3px;
  }

  .footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    color: rgba(255,255,255,0.75);
    font-size: 0.9rem;
    line-height: 1.5;
  }

  .footer-contact-item svg {
    width: 16px;
    height: 16px;
    stroke: var(--secondary);
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
    margin-top: 2px;
  }

  .footer-contact-item a {
    color: rgba(255,255,255,0.75);
    text-decoration: none;
    transition: var(--transition);
  }

  .footer-contact-item a:hover {
    color: var(--secondary);
  }

  .footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
  }

  .footer-bottom-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1.5rem 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    font-size: 0.82rem;
    color: rgba(255,255,255,0.5);
  }

  .footer-bottom-links {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
  }

  .footer-bottom-links a {
    color: rgba(255,255,255,0.5);
    text-decoration: none;
    cursor: pointer;
    transition: var(--transition);
  }

  .footer-bottom-links a:hover {
    color: var(--secondary);
  }

  @media (max-width: 900px) {
    .footer-main {
      grid-template-columns: 1fr 1fr;
      gap: 2.5rem;
    }
  }

  @media (max-width: 560px) {
    .footer-main {
      grid-template-columns: 1fr;
      padding: 3rem 6% 2rem;
      text-align: left;
    }

    .footer-brand p {
      max-width: none;
    }

    .footer-bottom-inner {
      flex-direction: column;
      text-align: center;
    }
  }

  /* ========== WHATSAPP FLOAT ========== */
  .whatsapp-float {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 1000;
  }

  .whatsapp-button {
    background: var(--whatsapp);
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-lg);
    transition: var(--transition);
    animation: pulseWhatsApp 2s infinite;
    cursor: pointer;
  }

  .whatsapp-button:hover {
    transform: scale(1.1);
    animation: none;
  }

  .whatsapp-label {
    position: absolute;
    bottom: 80px;
    right: 0;
    background: var(--primary);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.8rem;
    white-space: nowrap;
    box-shadow: var(--shadow-sm);
    opacity: 0;
    transform: translateX(20px);
    transition: var(--transition);
    pointer-events: none;
  }

  .whatsapp-float:hover .whatsapp-label {
    opacity: 1;
    transform: translateX(0);
  }

  /* ========== MODAL ========== */
  .modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 2000;
    backdrop-filter: blur(5px);
  }

  .modal-content {
    background: var(--white);
    max-width: 600px;
    width: 90%;
    padding: 2rem;
    border-radius: 20px;
    max-height: 80vh;
    overflow-y: auto;
    position: relative;
    animation: modalSlideIn 0.3s ease;
  }

  .modal-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 1.5rem;
    cursor: pointer;
    color: var(--gray-600);
    transition: var(--transition);
  }

  .modal-close:hover {
    color: var(--primary);
    transform: rotate(90deg);
  }

  /* ========== COOKIE BANNER ========== */
  .cookie-banner {
    position: fixed;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    max-width: 900px;
    margin: 0 auto;
    background: rgba(13,17,30,0.97);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    color: var(--white);
    padding: 1.35rem 1.5rem;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.08);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
    z-index: 1500;
    box-shadow: 0 20px 50px rgba(0,0,0,0.35);
  }

  .cookie-banner-content {
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
    flex: 1 1 320px;
    min-width: 0;
  }

  .cookie-banner-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255,212,0,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .cookie-banner-icon svg {
    width: 21px;
    height: 21px;
    stroke: var(--secondary);
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .cookie-banner-content p {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.55;
    color: rgba(255,255,255,0.82);
  }

  .cookie-banner-content a {
    color: var(--secondary);
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
  }

  .cookie-banner-actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-shrink: 0;
  }

  .cookie-btn-reject {
    background: transparent;
    color: rgba(255,255,255,0.82);
    border: 1px solid rgba(255,255,255,0.25);
    padding: 0.65rem 1.25rem;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.9rem;
    white-space: nowrap;
    transition: var(--transition);
  }

  .cookie-btn-reject:hover {
    background: rgba(255,255,255,0.08);
    border-color: rgba(255,255,255,0.4);
  }

  .cookie-banner button.cookie-btn-accept {
    background: var(--secondary);
    color: var(--primary);
    border: none;
    padding: 0.65rem 1.5rem;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 700;
    font-size: 0.9rem;
    white-space: nowrap;
    transition: var(--transition);
  }

  .cookie-banner button.cookie-btn-accept:hover {
    background: var(--secondary-dark);
    transform: translateY(-2px);
  }

  /* ========== ANIMAÇÕES ========== */
  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(30px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes pulseWhatsApp {
    0%, 100% {
      transform: scale(1);
      box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }
    50% {
      transform: scale(1.05);
      box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }
  }

  @keyframes modalSlideIn {
    from {
      opacity: 0;
      transform: translateY(-50px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  /* ========== RESPONSIVIDADE ========== */
  @media (max-width: 768px) {
    header {
      flex-direction: row;
      gap: 1rem;
    }

    .nav-toggle {
      display: flex;
    }

    .header-actions {
      gap: 0.6rem;
    }

    .header-phone {
      padding: 0.5rem;
    }

    .header-phone span {
      display: none;
    }

    nav {
      position: fixed;
      top: 0;
      right: 0;
      height: 100vh;
      width: min(78vw, 320px);
      background: var(--primary-dark);
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      gap: 0;
      padding: 5.5rem 2rem 2rem;
      transform: translateX(calc(100% + 20px));
      visibility: hidden;
      transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0.35s;
      box-shadow: -10px 0 40px rgba(0,0,0,0.3);
      z-index: 1500;
    }

    nav.nav-open {
      transform: translateX(0);
      visibility: visible;
      transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    }

    nav a {
      display: block;
      margin: 0;
      padding: 1rem 0;
      width: 100%;
      border-bottom: 1px solid rgba(255,255,255,0.1);
      font-size: 1.05rem;
    }

    body.nav-locked {
      overflow: hidden;
    }

    /* Espaço para a barra de CTA fixa não cobrir conteúdo */
    main {
      padding-bottom: 4.75rem;
    }

    .sticky-cta {
      display: block;
    }

    .whatsapp-float {
      display: none;
    }

    .cookie-banner {
      left: 0.75rem;
      right: 0.75rem;
      bottom: 5.5rem;
    }

    .hero {
      min-height: 70vh;
    }

    .badge {
      font-size: 0.78rem;
      padding: 0.45rem 1.1rem 0.45rem 0.45rem;
    }

    .badge-icon {
      width: 26px;
      height: 26px;
    }

    .badge-icon svg {
      width: 13px;
      height: 13px;
    }

    .grid {
      gap: 1rem;
    }

    /* Ajuste da altura das imagens para tablets */
    .gallery-track img {
      height: 220px;
    }

    .testimonial-slider {
      min-height: 360px;
    }

    .map-container iframe {
      height: 300px;
    }

    .contact-box {
      padding: 1.5rem;
    }
  }

  @media (max-width: 480px) {
    .section {
      padding: 3rem 1rem;
    }

    /* Ajuste da altura das imagens para celulares */
    .gallery-track img {
      height: 180px;
    }

    .testimonial-slide {
      padding: 1.75rem 1.25rem;
    }

    .map-container iframe {
      height: 250px;
    }

    .map-info p {
      font-size: 0.85rem;
      flex-wrap: wrap;
    }

    .cookie-banner {
      flex-direction: column;
      align-items: stretch;
      padding: 1.25rem;
    }

    .cookie-banner-content {
      flex-basis: auto;
    }

    .cookie-banner-actions {
      justify-content: stretch;
    }

    .cookie-banner-actions button {
      flex: 1;
    }
  }

  /* ========== SCROLL ANIMATION ========== */
  .fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
  }

  .fade-in.visible {
    opacity: 1;
    transform: translateY(0);
  }

  /* ========== LOADING OTIMIZADO ========== */
  img {
    width: 100%;
    display: block;
  }

  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }

  /* ========== GALERIA DE VÍDEOS ========== */
  .video-gallery {
    column-count: 3;
    column-gap: 1.5rem;
  }

  .video-card {
    position: relative;
    display: block;
    break-inside: avoid;
    margin-bottom: 1.5rem;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    cursor: pointer;
    background: var(--gray-800);
    transition: var(--transition);
  }

  .video-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
  }

  .video-card img {
    width: 100%;
    display: block;
    transition: transform 0.5s ease, filter 0.5s ease;
  }

  .video-card:hover img {
    transform: scale(1.05);
    filter: brightness(0.85);
  }

  .video-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.1) 45%, rgba(0,0,0,0) 65%);
    pointer-events: none;
  }

  .video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(255,255,255,0.92);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    z-index: 2;
  }

  .video-play-btn svg {
    fill: var(--primary);
    margin-left: 3px;
  }

  .video-card:hover .video-play-btn {
    background: var(--secondary);
    transform: translate(-50%, -50%) scale(1.12);
  }

  .video-duration {
    position: absolute;
    bottom: 0.9rem;
    right: 0.9rem;
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(4px);
    color: var(--white);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.3px;
    padding: 0.25rem 0.65rem;
    border-radius: 20px;
    z-index: 2;
  }

  .video-caption {
    position: absolute;
    bottom: 0.9rem;
    left: 1rem;
    right: 4.5rem;
    color: var(--white);
    font-weight: 700;
    font-size: 1rem;
    text-shadow: 0 2px 8px rgba(0,0,0,0.5);
    z-index: 2;
  }

  @media (max-width: 900px) {
    .video-gallery {
      column-count: 2;
    }
  }

  @media (max-width: 560px) {
    .video-gallery {
      column-count: 1;
    }
  }

  /* ========== MODAL DE VÍDEO ========== */
  .video-modal {
    position: fixed;
    inset: 0;
    background: rgba(5,8,20,0.94);
    backdrop-filter: blur(8px);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 3000;
    padding: clamp(1rem, 4vw, 3rem);
  }

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

  .video-modal video {
    max-width: 92vw;
    max-height: 88vh;
    border-radius: 16px;
    box-shadow: 0 24px 70px rgba(0,0,0,0.55);
    background: #000;
    outline: none;
  }

  .video-modal-close {
    position: absolute;
    top: clamp(1rem, 3vw, 2rem);
    right: clamp(1rem, 3vw, 2rem);
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(255,255,255,0.12);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    cursor: pointer;
    transition: var(--transition);
  }

  .video-modal-close:hover {
    background: var(--secondary);
    color: var(--primary);
    transform: rotate(90deg);
  }
