/* ============================================================
   POOL CENTER PISCINAS — app.css
   Versão: 2.0 — Ultra Premium Landing Page
   Estrutura:
     01. Tokens / Custom Properties
     02. Reset & Base
     03. Typography
     04. Utilities
     05. Layout & Grid
     06. Components — Buttons
     07. Components — Cards
     08. Components — Badges
     09. Components — Navigation
     10. Sections — Hero
     11. Sections — Stats (Prova de Autoridade)
     12. Sections — Serviços
     13. Sections — Showcase
     14. Sections — Depoimentos
     15. Sections — Sobre
     16. Sections — CTA Principal
     17. Sections — Localização
     18. Sections — Footer
     19. Loader / Splash
     20. Cursor Customizado
     21. Scroll Progress Bar
     22. Animações & Keyframes
     23. Responsividade — Mobile First
============================================================ */


/* ============================================================
   01. TOKENS / CUSTOM PROPERTIES
============================================================ */
:root {
  /* Brand Colors */
  --blue-900:   #0b3c6f;
  --blue-800:   #0e4d8a;
  --blue-700:   #145ea8;
  --blue-600:   #1a76cf;
  --blue-500:   #1e88e5;
  --blue-400:   #42a5f5;
  --blue-300:   #90caf9;
  --blue-100:   #e3f2fd;
  --blue-50:    #f0f8ff;

  --yellow-600: #f9a825;
  --yellow-500: #fbc02d;
  --yellow-400: #ffca28;
  --yellow-300: #ffeb3b;
  --yellow-100: #fffde7;

  --orange-600: #e65100;
  --orange-500: #f57c00;
  --orange-400: #ff9800;
  --orange-300: #ffb74d;

  /* Neutrals */
  --white:      #ffffff;
  --gray-50:    #f9fafb;
  --gray-100:   #f5f7fa;
  --gray-200:   #e5e7eb;
  --gray-300:   #d1d5db;
  --gray-400:   #9ca3af;
  --gray-500:   #6b7280;
  --gray-600:   #4b5563;
  --gray-700:   #374151;
  --gray-800:   #1f2937;
  --gray-900:   #111827;
  --black:      #080f18;

  /* Semantic */
  --color-primary:        var(--blue-700);
  --color-primary-light:  var(--blue-500);
  --color-primary-dark:   var(--blue-900);
  --color-accent:         var(--yellow-500);
  --color-accent-warm:    var(--orange-500);
  --color-text:           var(--gray-800);
  --color-text-muted:     var(--gray-500);
  --color-text-light:     var(--gray-400);
  --color-bg:             var(--white);
  --color-bg-subtle:      var(--gray-50);
  --color-bg-accent:      var(--blue-50);
  --color-border:         var(--gray-200);
  --color-border-strong:  var(--gray-300);

  /* Typography */
  --font-display:  'Poppins', 'Inter', sans-serif;
  --font-body:     'Poppins', 'Inter', sans-serif;
  --font-mono:     'JetBrains Mono', monospace;

  /* Font Scale (Major Third — 1.25) */
  --text-xs:    0.64rem;    /* 10.24px */
  --text-sm:    0.8rem;     /* 12.8px  */
  --text-base:  1rem;       /* 16px    */
  --text-md:    1.25rem;    /* 20px    */
  --text-lg:    1.563rem;   /* 25px    */
  --text-xl:    1.953rem;   /* 31px    */
  --text-2xl:   2.441rem;   /* 39px    */
  --text-3xl:   3.052rem;   /* 49px    */
  --text-4xl:   3.815rem;   /* 61px    */
  --text-5xl:   4.768rem;   /* 76px    */
  --text-hero:  clamp(3rem, 7vw, 5.5rem);

  /* Spacing (8px base) */
  --space-1:  0.25rem;
  --space-2:  0.5rem;
  --space-3:  0.75rem;
  --space-4:  1rem;
  --space-5:  1.25rem;
  --space-6:  1.5rem;
  --space-8:  2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;
  --space-32: 8rem;

  /* Border Radius */
  --r-sm:   0.375rem;
  --r-md:   0.75rem;
  --r-lg:   1.25rem;
  --r-xl:   2rem;
  --r-2xl:  3rem;
  --r-full: 9999px;

  /* Shadows */
  --shadow-xs:   0 1px 2px rgba(0,0,0,0.05);
  --shadow-sm:   0 2px 8px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.04);
  --shadow-md:   0 4px 20px rgba(0,0,0,0.08), 0 2px 6px rgba(0,0,0,0.05);
  --shadow-lg:   0 10px 40px rgba(0,0,0,0.10), 0 4px 12px rgba(0,0,0,0.06);
  --shadow-xl:   0 20px 60px rgba(0,0,0,0.12), 0 8px 20px rgba(0,0,0,0.08);
  --shadow-2xl:  0 30px 80px rgba(0,0,0,0.16);
  --shadow-blue: 0 8px 30px rgba(30, 136, 229, 0.30);
  --shadow-blue-strong: 0 12px 40px rgba(20, 94, 168, 0.40);
  --shadow-yellow: 0 8px 30px rgba(251, 192, 45, 0.35);
  --shadow-inset: inset 0 1px 0 rgba(255,255,255,0.1);

  /* Glassmorphism */
  --glass-bg:     rgba(255,255,255,0.85);
  --glass-bg-dark: rgba(11,60,111,0.75);
  --glass-blur:   blur(20px) saturate(1.5);
  --glass-blur-sm: blur(10px) saturate(1.3);
  --glass-border: rgba(255,255,255,0.3);
  --glass-border-dark: rgba(255,255,255,0.12);

  /* Transitions */
  --ease-out:     cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in-out:  cubic-bezier(0.4, 0, 0.2, 1);
  --ease-spring:  cubic-bezier(0.175, 0.885, 0.32, 1.275);
  --dur-fast:     150ms;
  --dur-base:     280ms;
  --dur-slow:     500ms;
  --dur-lazy:     800ms;

  /* Layout */
  --container:    1280px;
  --container-sm: 960px;
  --container-xs: 720px;
  --nav-h:        80px;
  --section-py:   var(--space-24);
}


/* ============================================================
   02. RESET & BASE
============================================================ */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--nav-h) + 16px);
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--font-body);
  font-size: var(--text-base);
  font-weight: 400;
  line-height: 1.65;
  color: var(--color-text);
  background-color: var(--color-bg);
  overflow-x: hidden;
}

body.loader-active {
  overflow: hidden;
}

img, video {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

button {
  cursor: pointer;
  border: none;
  background: none;
  font-family: inherit;
}

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

svg {
  display: block;
  flex-shrink: 0;
}

::selection {
  background-color: var(--blue-500);
  color: var(--white);
}

:focus-visible {
  outline: 2px solid var(--blue-500);
  outline-offset: 3px;
  border-radius: var(--r-sm);
}


/* ============================================================
   03. TYPOGRAPHY
============================================================ */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--color-text);
}

h1 { font-size: var(--text-4xl); }
h2 { font-size: var(--text-3xl); }
h3 { font-size: var(--text-xl); }
h4 { font-size: var(--text-md); }
h5 { font-size: var(--text-base); font-weight: 600; }

p {
  line-height: 1.75;
  color: var(--color-text-muted);
}

.text-hero {
  font-size: var(--text-hero);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.text-display {
  font-size: clamp(2rem, 4.5vw, var(--text-3xl));
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.15;
}

.text-lead {
  font-size: clamp(1rem, 2vw, var(--text-md));
  font-weight: 400;
  line-height: 1.7;
  color: var(--color-text-muted);
}

.text-label {
  font-size: var(--text-sm);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* Gradient Text */
.text-gradient {
  background: linear-gradient(135deg, var(--blue-700) 0%, var(--blue-400) 50%, var(--yellow-500) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.text-gradient-gold {
  background: linear-gradient(135deg, var(--yellow-600) 0%, var(--yellow-400) 50%, var(--orange-400) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.text-white-force { color: var(--white) !important; }
.text-blue-force  { color: var(--blue-500) !important; }
.text-muted-force { color: rgba(255,255,255,0.65) !important; }


/* ============================================================
   04. UTILITIES
============================================================ */
.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--space-6);
}

.container-sm {
  max-width: var(--container-sm);
  margin-inline: auto;
  padding-inline: var(--space-6);
}

.container-xs {
  max-width: var(--container-xs);
  margin-inline: auto;
  padding-inline: var(--space-6);
}

.section-py {
  padding-block: var(--section-py);
}

.section-py-sm {
  padding-block: var(--space-16);
}

.flex { display: flex; }
.flex-col { flex-direction: column; }
.flex-center { align-items: center; justify-content: center; }
.flex-between { align-items: center; justify-content: space-between; }
.flex-wrap { flex-wrap: wrap; }
.gap-4 { gap: var(--space-4); }
.gap-6 { gap: var(--space-6); }
.gap-8 { gap: var(--space-8); }
.gap-12 { gap: var(--space-12); }

.grid { display: grid; }
.place-center { place-items: center; }

.text-center { text-align: center; }
.text-left   { text-align: left; }

.relative { position: relative; }
.absolute { position: absolute; }
.overflow-hidden { overflow: hidden; }

.w-full { width: 100%; }
.h-full { height: 100%; }

/* Visibility for AOS */
[data-aos] {
  pointer-events: none;
}
[data-aos].aos-animate {
  pointer-events: auto;
}


/* ============================================================
   05. LAYOUT & GRID
============================================================ */
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-8);
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-8);
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-6);
}

.grid-auto {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--space-8);
}

/* Section Dividers */
.section-divider {
  position: relative;
}

.section-divider::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, var(--blue-500), var(--yellow-500));
  border-radius: var(--r-full);
}

/* Section Tag / Eyebrow */
.section-tag {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-2) var(--space-4);
  background: rgba(30, 136, 229, 0.08);
  border: 1px solid rgba(30, 136, 229, 0.15);
  border-radius: var(--r-full);
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--blue-700);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: var(--space-5);
}

.section-tag .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--blue-500);
  animation: pulse-dot 2s infinite;
}

.section-header {
  margin-bottom: var(--space-16);
}

.section-header p {
  margin-top: var(--space-4);
  max-width: 560px;
}

.section-header.centered {
  text-align: center;
}

.section-header.centered p {
  margin-inline: auto;
}


/* ============================================================
   06. COMPONENTS — BUTTONS
============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  padding: var(--space-4) var(--space-8);
  border-radius: var(--r-full);
  font-family: var(--font-display);
  font-size: var(--text-base);
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  border: none;
  position: relative;
  overflow: hidden;
  transition:
    transform var(--dur-base) var(--ease-spring),
    box-shadow var(--dur-base) var(--ease-out),
    background var(--dur-base) var(--ease-in-out),
    color var(--dur-base) var(--ease-in-out);
  -webkit-tap-highlight-color: transparent;
}

/* Ripple base */
.btn::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle, rgba(255,255,255,0.35) 0%, transparent 70%);
  opacity: 0;
  transform: scale(0);
  transition: transform 0.5s var(--ease-out), opacity 0.4s;
}

.btn:active::after {
  transform: scale(2.5);
  opacity: 1;
  transition: none;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn:active {
  transform: translateY(0) scale(0.98);
}

/* Primary */
.btn-primary {
  background: linear-gradient(135deg, var(--blue-700) 0%, var(--blue-500) 100%);
  color: var(--white);
  box-shadow: var(--shadow-blue);
}

.btn-primary:hover {
  background: linear-gradient(135deg, var(--blue-800) 0%, var(--blue-600) 100%);
  box-shadow: var(--shadow-blue-strong);
}

/* Secondary (Outline) */
.btn-secondary {
  background: rgba(255,255,255,0.08);
  color: var(--white);
  border: 1.5px solid rgba(255,255,255,0.3);
  backdrop-filter: var(--glass-blur-sm);
}

.btn-secondary:hover {
  background: rgba(255,255,255,0.16);
  border-color: rgba(255,255,255,0.5);
  box-shadow: var(--shadow-md);
}

/* Accent / WhatsApp */
.btn-whatsapp {
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
  color: var(--white);
  box-shadow: 0 8px 30px rgba(34, 197, 94, 0.35);
}

.btn-whatsapp:hover {
  background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
  box-shadow: 0 12px 40px rgba(34, 197, 94, 0.45);
}

/* Gold */
.btn-gold {
  background: linear-gradient(135deg, var(--yellow-600) 0%, var(--yellow-500) 100%);
  color: var(--gray-900);
  box-shadow: var(--shadow-yellow);
}

.btn-gold:hover {
  box-shadow: 0 12px 40px rgba(251, 192, 45, 0.50);
}

/* Outline Dark */
.btn-outline-dark {
  background: transparent;
  color: var(--blue-700);
  border: 1.5px solid var(--blue-200, #90caf9);
}

.btn-outline-dark:hover {
  background: var(--blue-50);
  border-color: var(--blue-500);
}

/* Sizes */
.btn-sm {
  padding: var(--space-3) var(--space-6);
  font-size: var(--text-sm);
}

.btn-lg {
  padding: var(--space-5) var(--space-10);
  font-size: var(--text-md);
  gap: var(--space-3);
}

.btn-xl {
  padding: var(--space-6) var(--space-12);
  font-size: var(--text-md);
  gap: var(--space-3);
}

.btn i, .btn svg {
  font-size: 1.1em;
  transition: transform var(--dur-base) var(--ease-spring);
}

.btn:hover i,
.btn:hover svg {
  transform: translateX(3px);
}

.btn-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--space-4);
}


/* ============================================================
   07. COMPONENTS — CARDS
============================================================ */
.card {
  background: var(--white);
  border-radius: var(--r-xl);
  border: 1px solid var(--color-border);
  padding: var(--space-8);
  box-shadow: var(--shadow-sm);
  transition:
    transform var(--dur-base) var(--ease-spring),
    box-shadow var(--dur-base) var(--ease-out),
    border-color var(--dur-base) var(--ease-in-out);
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-xl);
  border-color: rgba(30, 136, 229, 0.2);
}

/* Glass Card */
.card-glass {
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: 1px solid var(--glass-border);
  border-radius: var(--r-xl);
  box-shadow: var(--shadow-md);
}

/* Dark Glass Card */
.card-glass-dark {
  background: var(--glass-bg-dark);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: 1px solid var(--glass-border-dark);
  border-radius: var(--r-xl);
  box-shadow: var(--shadow-xl);
}

/* Stat Card */
.stat-card {
  background: var(--white);
  border-radius: var(--r-xl);
  border: 1px solid var(--color-border);
  padding: var(--space-8) var(--space-6);
  text-align: center;
  position: relative;
  overflow: hidden;
  transition:
    transform var(--dur-slow) var(--ease-spring),
    box-shadow var(--dur-slow) var(--ease-out);
}

.stat-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--blue-500), var(--yellow-500));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--dur-slow) var(--ease-out);
}

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

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

.stat-number {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  color: var(--blue-700);
  margin-bottom: var(--space-3);
}

.stat-label {
  font-size: var(--text-sm);
  font-weight: 500;
  color: var(--color-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.stat-icon {
  width: 52px;
  height: 52px;
  border-radius: var(--r-lg);
  background: linear-gradient(135deg, var(--blue-100), var(--blue-50));
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto var(--space-5);
  color: var(--blue-700);
  font-size: 1.5rem;
  transition: transform var(--dur-base) var(--ease-spring);
}

.stat-card:hover .stat-icon {
  transform: scale(1.1) rotate(-5deg);
}

/* Service Card */
.service-card {
  background: var(--white);
  border-radius: var(--r-xl);
  border: 1px solid var(--color-border);
  padding: var(--space-8);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition:
    transform var(--dur-base) var(--ease-spring),
    box-shadow var(--dur-base) var(--ease-out),
    border-color var(--dur-base) var(--ease-in-out);
}

.service-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(30, 136, 229, 0.04), rgba(251, 192, 45, 0.04));
  opacity: 0;
  transition: opacity var(--dur-base) var(--ease-in-out);
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-xl);
  border-color: rgba(30, 136, 229, 0.25);
}

.service-card:hover::after {
  opacity: 1;
}

.service-icon-wrap {
  width: 64px;
  height: 64px;
  border-radius: var(--r-lg);
  background: linear-gradient(135deg, var(--blue-100), var(--blue-50));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--space-5);
  color: var(--blue-700);
  font-size: 1.75rem;
  transition:
    transform var(--dur-base) var(--ease-spring),
    background var(--dur-base) var(--ease-in-out),
    color var(--dur-base) var(--ease-in-out);
  position: relative;
  z-index: 1;
}

.service-card:hover .service-icon-wrap {
  transform: scale(1.1) rotate(-6deg);
  background: linear-gradient(135deg, var(--blue-700), var(--blue-500));
  color: var(--white);
}

.service-card h3 {
  font-size: var(--text-md);
  font-weight: 700;
  margin-bottom: var(--space-3);
  transition: color var(--dur-base) var(--ease-in-out);
  position: relative;
  z-index: 1;
}

.service-card:hover h3 {
  color: var(--blue-700);
}

.service-card p {
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  line-height: 1.7;
  position: relative;
  z-index: 1;
}

.service-arrow {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  margin-top: var(--space-5);
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--blue-500);
  opacity: 0;
  transform: translateX(-8px);
  transition:
    opacity var(--dur-base) var(--ease-out),
    transform var(--dur-base) var(--ease-spring);
  position: relative;
  z-index: 1;
}

.service-card:hover .service-arrow {
  opacity: 1;
  transform: translateX(0);
}

/* Testimonial Card */
.testimonial-card {
  background: var(--white);
  border-radius: var(--r-xl);
  border: 1px solid var(--color-border);
  padding: var(--space-8);
  position: relative;
  transition:
    transform var(--dur-base) var(--ease-spring),
    box-shadow var(--dur-base) var(--ease-out);
}

.testimonial-card::before {
  content: '"';
  position: absolute;
  top: var(--space-4);
  right: var(--space-6);
  font-family: Georgia, serif;
  font-size: 6rem;
  line-height: 1;
  color: var(--blue-100);
  font-weight: 700;
  pointer-events: none;
  transition: color var(--dur-base) var(--ease-in-out);
}

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

.testimonial-card:hover::before {
  color: rgba(30, 136, 229, 0.12);
}

.testimonial-stars {
  display: flex;
  gap: var(--space-1);
  margin-bottom: var(--space-4);
  color: var(--yellow-500);
  font-size: 1rem;
}

.testimonial-text {
  font-size: var(--text-base);
  line-height: 1.8;
  color: var(--gray-700);
  margin-bottom: var(--space-6);
  font-style: italic;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: var(--space-4);
}

.testimonial-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue-500), var(--blue-700));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 1.1rem;
  font-weight: 700;
  flex-shrink: 0;
  border: 2px solid var(--blue-100);
}

.testimonial-info strong {
  display: block;
  font-size: var(--text-sm);
  font-weight: 700;
  color: var(--gray-800);
}

.testimonial-info span {
  font-size: var(--text-xs);
  color: var(--color-text-muted);
}


/* ============================================================
   08. COMPONENTS — BADGES
============================================================ */
.badge {
  display: inline-flex;
  align-items: center;
  gap: var(--space-1);
  padding: var(--space-1) var(--space-3);
  border-radius: var(--r-full);
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: 0.03em;
}

.badge-blue {
  background: var(--blue-100);
  color: var(--blue-700);
}

.badge-yellow {
  background: var(--yellow-100);
  color: var(--yellow-600);
}

.badge-green {
  background: #dcfce7;
  color: #16a34a;
}


/* ============================================================
   09. COMPONENTS — NAVIGATION
============================================================ */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: var(--nav-h);
  transition:
    background var(--dur-slow) var(--ease-in-out),
    box-shadow var(--dur-slow) var(--ease-in-out),
    backdrop-filter var(--dur-slow) var(--ease-in-out);
}

.nav.transparent {
  background: transparent;
}

.nav.scrolled {
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  box-shadow: var(--shadow-sm);
  border-bottom: 1px solid var(--glass-border);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  font-weight: 800;
  font-size: var(--text-md);
  letter-spacing: -0.03em;
  color: var(--white);
  transition: opacity var(--dur-base);
}

.nav.scrolled .nav-logo {
  color: var(--blue-900);
}

.nav-logo-icon {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, var(--blue-700), var(--blue-500));
  border-radius: var(--r-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  box-shadow: var(--shadow-blue);
  flex-shrink: 0;
}

.nav-logo:hover {
  opacity: 0.85;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: var(--space-8);
}

.nav-link {
  font-size: var(--text-sm);
  font-weight: 600;
  color: rgba(255,255,255,0.85);
  transition:
    color var(--dur-base) var(--ease-in-out),
    opacity var(--dur-base);
  letter-spacing: -0.01em;
  position: relative;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--yellow-500);
  transform: scaleX(0);
  transform-origin: center;
  border-radius: var(--r-full);
  transition: transform var(--dur-base) var(--ease-spring);
}

.nav-link:hover::after,
.nav-link.active::after {
  transform: scaleX(1);
}

.nav-link:hover {
  color: var(--white);
  opacity: 1;
}

.nav.scrolled .nav-link {
  color: var(--gray-700);
}

.nav.scrolled .nav-link:hover {
  color: var(--blue-700);
}

.nav-cta {
  display: flex;
  align-items: center;
  gap: var(--space-3);
}

/* Mobile Menu Toggle */
.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: none;
  border: none;
  padding: var(--space-2);
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--white);
  border-radius: var(--r-full);
  transition: transform var(--dur-base) var(--ease-spring), opacity var(--dur-base);
}

.nav.scrolled .nav-toggle span {
  background: var(--gray-800);
}

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

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

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

/* Mobile Menu */
.nav-mobile {
  position: fixed;
  top: var(--nav-h);
  left: 0;
  right: 0;
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border-bottom: 1px solid var(--glass-border);
  padding: var(--space-6);
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  transform: translateY(-10px);
  opacity: 0;
  pointer-events: none;
  transition:
    transform var(--dur-base) var(--ease-spring),
    opacity var(--dur-base) var(--ease-out);
  z-index: 999;
  box-shadow: var(--shadow-xl);
}

.nav-mobile.open {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.nav-mobile .nav-link {
  color: var(--gray-700);
  font-size: var(--text-base);
  padding: var(--space-3) 0;
  border-bottom: 1px solid var(--gray-100);
}

.nav-mobile .nav-link:last-of-type {
  border-bottom: none;
}

.nav-mobile .btn {
  width: 100%;
  margin-top: var(--space-2);
}


/* ============================================================
   10. SECTIONS — HERO
============================================================ */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: var(--blue-900);
}

/* Background layers */
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-bg-image {
  position: absolute;
  inset: 0;
  background-image: url('https://images.unsplash.com/photo-1559494007-9f5847c49d94?q=80&w=2340&auto=format&fit=crop');
  background-size: cover;
  background-position: center;
  transform-origin: center;
  will-change: transform;
  /* Parallax handled by JS */
}

.hero-bg-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(11, 60, 111, 0.88) 0%,
    rgba(20, 94, 168, 0.75) 40%,
    rgba(30, 136, 229, 0.45) 70%,
    rgba(251, 192, 45, 0.15) 100%
  );
}

.hero-bg-gradient {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 10% 40%, rgba(20, 94, 168, 0.4) 0%, transparent 60%),
    radial-gradient(ellipse 60% 40% at 90% 80%, rgba(251, 192, 45, 0.12) 0%, transparent 50%);
}

/* Animated waves */
.hero-waves {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 200px;
  z-index: 2;
  overflow: hidden;
  line-height: 0;
}

.hero-waves svg {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200%;
  height: 100%;
}

.wave-1 {
  fill: rgba(255,255,255,0.06);
  animation: wave-flow 8s linear infinite;
}

.wave-2 {
  fill: rgba(255,255,255,0.04);
  animation: wave-flow 12s linear infinite reverse;
}

.wave-3 {
  fill: rgba(255,255,255,1);
  animation: wave-flow 10s linear infinite;
}

/* Glow orbs */
.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  z-index: 1;
}

.hero-glow-1 {
  width: 500px;
  height: 500px;
  background: rgba(30, 136, 229, 0.25);
  top: -100px;
  right: -100px;
}

.hero-glow-2 {
  width: 300px;
  height: 300px;
  background: rgba(251, 192, 45, 0.15);
  bottom: 100px;
  left: -50px;
}

/* Hero content */
.hero-content {
  position: relative;
  z-index: 5;
  padding-top: calc(var(--nav-h) + var(--space-12));
  padding-bottom: calc(var(--space-32) + 80px); /* space for waves */
  width: 100%;
}

.hero-inner {
  max-width: 800px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-2) var(--space-4) var(--space-2) var(--space-3);
  background: var(--glass-bg-dark);
  backdrop-filter: var(--glass-blur-sm);
  border: 1px solid var(--glass-border-dark);
  border-radius: var(--r-full);
  font-size: var(--text-sm);
  font-weight: 600;
  color: rgba(255,255,255,0.9);
  margin-bottom: var(--space-8);
  letter-spacing: 0.02em;
  box-shadow: var(--shadow-md);
}

.hero-badge .badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--yellow-500);
  animation: pulse-dot 2s infinite;
  flex-shrink: 0;
}

.hero-badge .badge-sep {
  width: 1px;
  height: 14px;
  background: rgba(255,255,255,0.25);
  margin-inline: var(--space-1);
}

.hero-title {
  color: var(--white);
  margin-bottom: var(--space-6);
  text-shadow: 0 2px 30px rgba(0,0,0,0.2);
}

.hero-title .accent {
  display: block;
  background: linear-gradient(90deg, var(--yellow-400), var(--yellow-500), var(--orange-400));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-subtitle {
  font-size: clamp(1rem, 2.5vw, var(--text-md));
  color: rgba(255,255,255,0.75);
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: var(--space-10);
  max-width: 560px;
}

.hero-trust {
  display: flex;
  align-items: center;
  gap: var(--space-6);
  flex-wrap: wrap;
  margin-top: var(--space-12);
  padding-top: var(--space-8);
  border-top: 1px solid rgba(255,255,255,0.12);
}

.hero-trust-item {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  font-size: var(--text-sm);
  color: rgba(255,255,255,0.7);
  font-weight: 500;
}

.hero-trust-item i {
  color: var(--yellow-400);
}

/* Scroll indicator */
.hero-scroll {
  position: absolute;
  bottom: calc(var(--space-16) + 100px);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-2);
  z-index: 5;
  color: rgba(255,255,255,0.5);
  font-size: var(--text-xs);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  animation: hero-scroll-bounce 2.5s var(--ease-in-out) infinite;
}

.hero-scroll-line {
  width: 1px;
  height: 40px;
  background: linear-gradient(180deg, transparent, rgba(255,255,255,0.5));
}


/* ============================================================
   11. SECTIONS — STATS (PROVA DE AUTORIDADE)
============================================================ */
.stats {
  background: var(--color-bg);
  padding-block: var(--space-20);
  position: relative;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-6);
}

.stats-description {
  margin-top: var(--space-20);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-16);
  align-items: center;
  padding-top: var(--space-16);
  border-top: 1px solid var(--color-border);
}

.stats-description-text h3 {
  font-size: var(--text-2xl);
  margin-bottom: var(--space-6);
  letter-spacing: -0.025em;
}

.stats-description-text p {
  font-size: var(--text-base);
  line-height: 1.8;
  margin-bottom: var(--space-4);
}

.stats-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-4);
}

.stats-feature {
  display: flex;
  align-items: flex-start;
  gap: var(--space-3);
  padding: var(--space-4);
  background: var(--gray-50);
  border-radius: var(--r-lg);
  border: 1px solid var(--color-border);
  transition:
    background var(--dur-base) var(--ease-in-out),
    border-color var(--dur-base) var(--ease-in-out),
    transform var(--dur-base) var(--ease-spring);
}

.stats-feature:hover {
  background: var(--blue-50);
  border-color: rgba(30, 136, 229, 0.2);
  transform: translateY(-2px);
}

.stats-feature-icon {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: var(--r-md);
  background: linear-gradient(135deg, var(--blue-100), var(--blue-50));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue-700);
  font-size: 0.9rem;
}

.stats-feature-text strong {
  display: block;
  font-size: var(--text-sm);
  font-weight: 700;
  color: var(--gray-800);
  margin-bottom: var(--space-1);
}

.stats-feature-text span {
  font-size: var(--text-xs);
  color: var(--color-text-muted);
}

.stats-visual {
  position: relative;
  border-radius: var(--r-2xl);
  overflow: hidden;
  aspect-ratio: 4/3;
  box-shadow: var(--shadow-xl);
}

.stats-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--dur-lazy) var(--ease-out);
}

.stats-visual:hover img {
  transform: scale(1.04);
}

.stats-visual-badge {
  position: absolute;
  bottom: var(--space-5);
  left: var(--space-5);
  right: var(--space-5);
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  border: 1px solid var(--glass-border);
  border-radius: var(--r-xl);
  padding: var(--space-4) var(--space-5);
  display: flex;
  align-items: center;
  gap: var(--space-4);
}

.stats-visual-badge i {
  font-size: 2rem;
  color: var(--yellow-500);
}

.stats-visual-badge strong {
  display: block;
  font-size: var(--text-sm);
  font-weight: 700;
  color: var(--gray-800);
}

.stats-visual-badge span {
  font-size: var(--text-xs);
  color: var(--color-text-muted);
}


/* ============================================================
   12. SECTIONS — SERVIÇOS
============================================================ */
.servicos {
  background: var(--gray-50);
  padding-block: var(--section-py);
  position: relative;
}

.servicos::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gray-200), transparent);
}

.servicos-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-6);
}

.servicos-featured {
  grid-column: span 3;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-6);
  align-items: center;
  background: linear-gradient(135deg, var(--blue-900) 0%, var(--blue-700) 100%);
  border-radius: var(--r-2xl);
  padding: var(--space-12);
  color: var(--white);
  overflow: hidden;
  position: relative;
}

.servicos-featured::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 80% at 80% 50%, rgba(30, 136, 229, 0.3) 0%, transparent 60%),
    radial-gradient(ellipse 40% 60% at 10% 20%, rgba(251, 192, 45, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

.servicos-featured-text {
  position: relative;
  z-index: 1;
}

.servicos-featured-text h3 {
  color: var(--white);
  font-size: var(--text-2xl);
  margin-bottom: var(--space-4);
}

.servicos-featured-text p {
  color: rgba(255,255,255,0.7);
  font-size: var(--text-base);
  margin-bottom: var(--space-8);
}

.servicos-featured-image {
  position: relative;
  z-index: 1;
  border-radius: var(--r-xl);
  overflow: hidden;
  aspect-ratio: 4/3;
  box-shadow: var(--shadow-2xl);
}

.servicos-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--dur-lazy) var(--ease-out);
}

.servicos-featured:hover .servicos-featured-image img {
  transform: scale(1.04);
}


/* ============================================================
   13. SECTIONS — SHOWCASE
============================================================ */
.showcase {
  padding-block: var(--section-py);
  background: var(--white);
  overflow: hidden;
}

.showcase-header {
  margin-bottom: var(--space-16);
}

.showcase-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: auto auto;
  gap: var(--space-4);
  margin-bottom: var(--space-4);
}

.showcase-item {
  position: relative;
  overflow: hidden;
  border-radius: var(--r-xl);
  cursor: pointer;
}

.showcase-item.large {
  grid-row: span 2;
}

.showcase-img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  transition: transform var(--dur-lazy) var(--ease-out);
  display: block;
}

.showcase-item.large .showcase-img {
  min-height: 600px;
}

.showcase-item:hover .showcase-img {
  transform: scale(1.06);
}

.showcase-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(11, 60, 111, 0.7) 0%,
    transparent 50%
  );
  opacity: 0;
  transition: opacity var(--dur-base) var(--ease-in-out);
  display: flex;
  align-items: flex-end;
  padding: var(--space-6);
}

.showcase-item:hover .showcase-overlay {
  opacity: 1;
}

.showcase-overlay-text {
  color: var(--white);
  transform: translateY(10px);
  transition: transform var(--dur-base) var(--ease-spring);
}

.showcase-item:hover .showcase-overlay-text {
  transform: translateY(0);
}

.showcase-overlay-text strong {
  display: block;
  font-size: var(--text-md);
  font-weight: 700;
  margin-bottom: var(--space-1);
}

.showcase-overlay-text span {
  font-size: var(--text-sm);
  opacity: 0.8;
}

.showcase-bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-4);
}

.showcase-bottom .showcase-item .showcase-img {
  min-height: 220px;
}


/* ============================================================
   14. SECTIONS — DEPOIMENTOS
============================================================ */
.depoimentos {
  background: linear-gradient(135deg, var(--gray-50) 0%, var(--blue-50) 100%);
  padding-block: var(--section-py);
  overflow: hidden;
  position: relative;
}

.depoimentos::before {
  content: '';
  position: absolute;
  top: -200px;
  right: -200px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(30, 136, 229, 0.06) 0%, transparent 70%);
  pointer-events: none;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-6);
}

.testimonials-summary {
  display: flex;
  align-items: center;
  gap: var(--space-8);
  padding: var(--space-8);
  background: var(--white);
  border-radius: var(--r-xl);
  border: 1px solid var(--color-border);
  margin-bottom: var(--space-12);
  box-shadow: var(--shadow-sm);
}

.testimonials-score {
  text-align: center;
  padding: var(--space-6) var(--space-8);
  border-right: 1px solid var(--color-border);
  flex-shrink: 0;
}

.testimonials-score .score-number {
  font-size: var(--text-4xl);
  font-weight: 800;
  color: var(--blue-700);
  line-height: 1;
  letter-spacing: -0.04em;
}

.testimonials-score .score-stars {
  display: flex;
  gap: var(--space-1);
  justify-content: center;
  color: var(--yellow-500);
  font-size: 1.2rem;
  margin: var(--space-2) 0;
}

.testimonials-score span {
  font-size: var(--text-xs);
  color: var(--color-text-muted);
  letter-spacing: 0.03em;
}

.testimonials-badges {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}


/* ============================================================
   15. SECTIONS — SOBRE
============================================================ */
.sobre {
  padding-block: var(--section-py);
  background: var(--white);
}

.sobre-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-20);
  align-items: center;
}

.sobre-visual {
  position: relative;
}

.sobre-img-main {
  width: 100%;
  border-radius: var(--r-2xl);
  overflow: hidden;
  aspect-ratio: 4/5;
  box-shadow: var(--shadow-xl);
  position: relative;
}

.sobre-img-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--dur-lazy) var(--ease-out);
}

.sobre-visual:hover .sobre-img-main img {
  transform: scale(1.03);
}

.sobre-img-secondary {
  position: absolute;
  bottom: -40px;
  right: -40px;
  width: 260px;
  border-radius: var(--r-xl);
  overflow: hidden;
  aspect-ratio: 4/3;
  box-shadow: var(--shadow-xl);
  border: 4px solid var(--white);
}

.sobre-img-secondary img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sobre-float-badge {
  position: absolute;
  top: var(--space-6);
  right: -20px;
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  border: 1px solid var(--glass-border);
  border-radius: var(--r-xl);
  padding: var(--space-4) var(--space-5);
  box-shadow: var(--shadow-xl);
  text-align: center;
  min-width: 120px;
}

.sobre-float-badge .badge-number {
  font-size: var(--text-2xl);
  font-weight: 800;
  color: var(--blue-700);
  line-height: 1;
  letter-spacing: -0.04em;
}

.sobre-float-badge .badge-text {
  font-size: var(--text-xs);
  color: var(--color-text-muted);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-top: var(--space-1);
}

.sobre-content h2 {
  font-size: var(--text-3xl);
  margin-bottom: var(--space-6);
}

.sobre-content p {
  margin-bottom: var(--space-5);
  font-size: var(--text-base);
  line-height: 1.85;
}

.sobre-timeline {
  margin-top: var(--space-8);
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.timeline-item {
  display: flex;
  align-items: flex-start;
  gap: var(--space-4);
}

.timeline-dot {
  width: 10px;
  height: 10px;
  min-width: 10px;
  border-radius: 50%;
  background: var(--blue-500);
  margin-top: 6px;
  box-shadow: 0 0 0 3px rgba(30, 136, 229, 0.15);
}

.timeline-item p {
  font-size: var(--text-sm);
  margin: 0;
}

.timeline-item strong {
  color: var(--gray-800);
  font-weight: 700;
}


/* ============================================================
   16. SECTIONS — CTA PRINCIPAL
============================================================ */
.cta-principal {
  position: relative;
  overflow: hidden;
  padding-block: var(--section-py);
  background: linear-gradient(
    135deg,
    var(--blue-900) 0%,
    var(--blue-700) 40%,
    var(--blue-600) 70%,
    var(--blue-800) 100%
  );
}

.cta-principal::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 80% at 80% 50%, rgba(251, 192, 45, 0.1) 0%, transparent 55%),
    radial-gradient(ellipse 50% 60% at 15% 20%, rgba(30, 136, 229, 0.25) 0%, transparent 50%);
}

.cta-waves {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 120px;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.cta-waves svg {
  display: block;
  width: 200%;
  height: 100%;
  animation: wave-flow 10s linear infinite;
}

.cta-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 700px;
  margin-inline: auto;
}

.cta-inner h2 {
  color: var(--white);
  font-size: clamp(2rem, 5vw, var(--text-3xl));
  margin-bottom: var(--space-6);
  text-shadow: 0 2px 20px rgba(0,0,0,0.15);
}

.cta-inner p {
  color: rgba(255,255,255,0.75);
  font-size: var(--text-md);
  margin-bottom: var(--space-10);
}

.cta-glow {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  filter: blur(100px);
  pointer-events: none;
}

.cta-glow-1 {
  background: rgba(251, 192, 45, 0.15);
  top: -100px;
  right: 10%;
}

.cta-glow-2 {
  background: rgba(30, 136, 229, 0.2);
  bottom: -100px;
  left: 10%;
}


/* ============================================================
   17. SECTIONS — LOCALIZAÇÃO
============================================================ */
.localizacao {
  padding-block: var(--section-py);
  background: var(--gray-50);
}

.localizacao-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: var(--space-10);
  align-items: start;
}

.localizacao-info {
  display: flex;
  flex-direction: column;
  gap: var(--space-5);
}

.localizacao-item {
  display: flex;
  align-items: flex-start;
  gap: var(--space-4);
  padding: var(--space-5);
  background: var(--white);
  border-radius: var(--r-lg);
  border: 1px solid var(--color-border);
  transition:
    box-shadow var(--dur-base) var(--ease-out),
    border-color var(--dur-base) var(--ease-in-out),
    transform var(--dur-base) var(--ease-spring);
}

.localizacao-item:hover {
  box-shadow: var(--shadow-md);
  border-color: rgba(30, 136, 229, 0.2);
  transform: translateX(4px);
}

.localizacao-icon {
  width: 46px;
  height: 46px;
  min-width: 46px;
  border-radius: var(--r-md);
  background: linear-gradient(135deg, var(--blue-700), var(--blue-500));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 1.1rem;
  box-shadow: var(--shadow-blue);
}

.localizacao-item strong {
  display: block;
  font-size: var(--text-sm);
  font-weight: 700;
  color: var(--gray-800);
  margin-bottom: var(--space-1);
}

.localizacao-item p {
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  margin: 0;
  line-height: 1.6;
}

.localizacao-map {
  border-radius: var(--r-2xl);
  overflow: hidden;
  box-shadow: var(--shadow-xl);
  aspect-ratio: 16/9;
  background: var(--gray-200);
  border: 1px solid var(--color-border);
}

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

.horarios {
  background: var(--white);
  border-radius: var(--r-lg);
  border: 1px solid var(--color-border);
  overflow: hidden;
}

.horarios-header {
  background: linear-gradient(135deg, var(--blue-700), var(--blue-500));
  color: var(--white);
  padding: var(--space-4) var(--space-5);
  font-weight: 700;
  font-size: var(--text-sm);
  display: flex;
  align-items: center;
  gap: var(--space-2);
}

.horarios-body {
  padding: var(--space-4) var(--space-5);
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.horario-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: var(--text-sm);
  padding-bottom: var(--space-3);
  border-bottom: 1px solid var(--gray-50);
}

.horario-row:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.horario-row span:first-child {
  color: var(--gray-700);
  font-weight: 500;
}

.horario-row span:last-child {
  color: var(--blue-700);
  font-weight: 700;
}

.horario-row.closed span:last-child {
  color: var(--gray-400);
}


/* ============================================================
   18. SECTIONS — FOOTER
============================================================ */
.footer {
  background: var(--black);
  color: rgba(255,255,255,0.7);
  padding-top: var(--space-20);
}

.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: var(--space-12);
  padding-bottom: var(--space-16);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.footer-brand .nav-logo {
  color: var(--white);
  margin-bottom: var(--space-5);
  display: inline-flex;
}

.footer-brand p {
  font-size: var(--text-sm);
  line-height: 1.8;
  color: rgba(255,255,255,0.55);
  max-width: 300px;
}

.footer-socials {
  display: flex;
  gap: var(--space-3);
  margin-top: var(--space-6);
}

.footer-social-link {
  width: 40px;
  height: 40px;
  border-radius: var(--r-lg);
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.55);
  font-size: 1rem;
  transition:
    background var(--dur-base) var(--ease-in-out),
    color var(--dur-base) var(--ease-in-out),
    transform var(--dur-base) var(--ease-spring),
    border-color var(--dur-base);
}

.footer-social-link:hover {
  background: var(--blue-700);
  border-color: var(--blue-600);
  color: var(--white);
  transform: translateY(-3px);
}

.footer-col h4 {
  color: var(--white);
  font-size: var(--text-sm);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: var(--space-5);
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.footer-link {
  font-size: var(--text-sm);
  color: rgba(255,255,255,0.5);
  transition:
    color var(--dur-base) var(--ease-in-out),
    transform var(--dur-base) var(--ease-spring);
  display: flex;
  align-items: center;
  gap: var(--space-2);
}

.footer-link:hover {
  color: var(--white);
  transform: translateX(4px);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: var(--space-6);
  gap: var(--space-4);
  flex-wrap: wrap;
}

.footer-bottom p {
  font-size: var(--text-xs);
  color: rgba(255,255,255,0.3);
  margin: 0;
}

.footer-legal-links {
  display: flex;
  gap: var(--space-5);
}

.footer-legal-links a {
  font-size: var(--text-xs);
  color: rgba(255,255,255,0.3);
  transition: color var(--dur-base);
}

.footer-legal-links a:hover {
  color: rgba(255,255,255,0.7);
}


/* ============================================================
   19. LOADER / SPLASH
============================================================ */
.loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: var(--blue-900);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--space-8);
  transition: opacity 0.8s var(--ease-out), visibility 0.8s;
}

.loader.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.loader-logo {
  font-family: var(--font-display);
  font-size: var(--text-2xl);
  font-weight: 800;
  color: var(--white);
  letter-spacing: -0.03em;
  opacity: 0;
  transform: translateY(20px);
  animation: loader-reveal 0.7s 0.3s var(--ease-spring) forwards;
}

.loader-logo span {
  color: var(--yellow-400);
}

.loader-icon {
  font-size: 3.5rem;
  animation: loader-icon-pulse 1.5s var(--ease-in-out) infinite;
}

.loader-wave-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  overflow: hidden;
}

.loader-wave-container svg {
  width: 200%;
  height: 100%;
  fill: rgba(30, 136, 229, 0.2);
  animation: wave-flow 4s linear infinite;
}

.loader-progress {
  width: 200px;
  height: 3px;
  background: rgba(255,255,255,0.1);
  border-radius: var(--r-full);
  overflow: hidden;
  opacity: 0;
  animation: loader-reveal 0.5s 0.5s var(--ease-out) forwards;
}

.loader-progress-bar {
  height: 100%;
  background: linear-gradient(90deg, var(--blue-500), var(--yellow-500));
  border-radius: var(--r-full);
  width: 0%;
  animation: loader-progress 2s 0.6s var(--ease-in-out) forwards;
}


/* ============================================================
   20. CURSOR CUSTOMIZADO
============================================================ */
.cursor {
  position: fixed;
  pointer-events: none;
  z-index: 9998;
  mix-blend-mode: difference;
}

.cursor-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--white);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.1s;
}

.cursor-ring {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,0.6);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s var(--ease-out);
}

.cursor.hover .cursor-ring {
  width: 60px;
  height: 60px;
  border-color: var(--yellow-400);
}

.cursor.hover .cursor-dot {
  transform: translate(-50%, -50%) scale(1.5);
}


/* ============================================================
   21. SCROLL PROGRESS BAR
============================================================ */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--blue-500), var(--yellow-500));
  z-index: 1001;
  transform-origin: left;
  transform: scaleX(0);
  transition: transform 0.1s linear;
  border-radius: 0 var(--r-full) var(--r-full) 0;
}


/* ============================================================
   22. ANIMAÇÕES & KEYFRAMES
============================================================ */
@keyframes wave-flow {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

@keyframes hero-scroll-bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); opacity: 0.5; }
  50%       { transform: translateX(-50%) translateY(8px); opacity: 1; }
}

@keyframes pulse-dot {
  0%, 100% { box-shadow: 0 0 0 0 rgba(251, 192, 45, 0.4); }
  50%       { box-shadow: 0 0 0 6px rgba(251, 192, 45, 0); }
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-12px); }
}

@keyframes loader-reveal {
  to { opacity: 1; transform: translateY(0); }
}

@keyframes loader-icon-pulse {
  0%, 100% { transform: scale(1); }
  50%       { transform: scale(1.1); }
}

@keyframes loader-progress {
  to { width: 100%; }
}

@keyframes shimmer {
  from { background-position: -200% 0; }
  to   { background-position: 200% 0; }
}

/* AOS custom overrides for smoother feel */
[data-aos="fade-up"] {
  transition-timing-function: var(--ease-out) !important;
}

[data-aos="zoom-in"] {
  transition-timing-function: var(--ease-spring) !important;
}


/* ============================================================
   23. RESPONSIVIDADE — MOBILE FIRST
============================================================ */

/* ---- Tablet: 768px ---- */
@media (max-width: 1024px) {
  :root {
    --section-py: var(--space-20);
    --nav-h: 70px;
  }

  .nav-links,
  .nav-cta {
    display: none;
  }

  .nav-toggle {
    display: flex;
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .stats-description {
    grid-template-columns: 1fr;
    gap: var(--space-10);
  }

  .servicos-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .servicos-featured {
    grid-column: span 2;
    grid-template-columns: 1fr;
  }

  .servicos-featured-image {
    max-height: 300px;
  }

  .testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sobre-inner {
    grid-template-columns: 1fr;
    gap: var(--space-12);
  }

  .sobre-img-secondary {
    right: var(--space-4);
    bottom: -30px;
    width: 180px;
  }

  .localizacao-grid {
    grid-template-columns: 1fr;
  }

  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: var(--space-8);
  }

  .footer-brand {
    grid-column: span 2;
  }

  .showcase-grid {
    grid-template-columns: 1fr;
  }

  .showcase-item.large {
    grid-row: span 1;
  }

  .showcase-item.large .showcase-img {
    min-height: 400px;
  }

  .showcase-bottom {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ---- Mobile: 768px ---- */
@media (max-width: 768px) {
  :root {
    --section-py: var(--space-16);
  }

  h1 { font-size: var(--text-3xl); }
  h2 { font-size: var(--text-2xl); }

  .text-hero {
    font-size: clamp(2.4rem, 10vw, 3.5rem);
  }

  .container {
    padding-inline: var(--space-5);
  }

  .grid-2,
  .grid-3,
  .grid-4 {
    grid-template-columns: 1fr;
  }

  .servicos-grid {
    grid-template-columns: 1fr;
  }

  .servicos-featured {
    grid-column: span 1;
    padding: var(--space-8);
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-4);
  }

  .stats-features {
    grid-template-columns: 1fr;
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .testimonials-summary {
    flex-direction: column;
    text-align: center;
    gap: var(--space-5);
  }

  .testimonials-score {
    border-right: none;
    border-bottom: 1px solid var(--color-border);
    padding-bottom: var(--space-5);
    width: 100%;
  }

  .hero-trust {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-4);
  }

  .btn-group {
    flex-direction: column;
  }

  .btn-group .btn {
    width: 100%;
  }

  .sobre-img-secondary {
    display: none;
  }

  .sobre-float-badge {
    right: var(--space-4);
  }

  .showcase-bottom {
    grid-template-columns: 1fr;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: var(--space-8);
  }

  .footer-brand {
    grid-column: span 1;
  }

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

  .footer-legal-links {
    justify-content: center;
  }
}

/* ---- Small Mobile: 480px ---- */
@media (max-width: 480px) {
  .stats-grid {
    grid-template-columns: 1fr 1fr;
  }

  .stat-card {
    padding: var(--space-6) var(--space-4);
  }

  .hero-badge {
    font-size: var(--text-xs);
    padding: var(--space-2) var(--space-3);
  }
}

/* ---- Large Desktop: 1440px ---- */
@media (min-width: 1440px) {
  :root {
    --container: 1440px;
  }
}