/**
* Template Name: UpConstruction
* Template URL: https://bootstrapmade.com/upconstruction-bootstrap-construction-website-template/
* Updated: Aug 07 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Design System V2 — Elo Segurança do Trabalho · 2026
# Fonte da verdade: "Elo — Design System v2 · Premium B2B.pdf"
# Paleta: Navy autoritário + Gold de certificação + Signal de conversão
# Tipografia: Plus Jakarta Sans (sans) + JetBrains Mono (eyebrows/KPIs)
--------------------------------------------------------------*/

:root {

  /* ── TIPOGRAFIA ──────────────────────────────────────────── */
  --font-sans:    "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
  --font-mono:    "JetBrains Mono", ui-monospace, monospace;

  /* Aliases Bootstrap-compat (usados pelo template base) */
  --default-font: var(--font-sans);
  --heading-font: var(--font-sans);
  --nav-font:     var(--font-sans);

  /* ── PALETA NAVY · PRIMARY ───────────────────────────────── */
  --navy-950: #061a3f;
  --navy-900: #0a2a5e;   /* Primary */
  --navy-800: #133b7a;   /* Hover */
  --navy-700: #1d4d99;   /* Links / eyebrows */
  --navy-500: #3a6fc7;
  --navy-100: #e2ecfb;   /* Borda hover de cards */
  --navy-50:  #f0f5fd;   /* Surface / fundo ícones */

  /* ── PALETA GOLD · AUTORIDADE / CERTIFICAÇÃO ─────────────── */
  --gold-700: #8a7330;
  --gold:     #c2a24a;   /* Accent — fio premium, selos */
  --gold-300: #e0cf94;
  --gold-100: #f1e8ce;

  /* ── SIGNAL & STATUS ─────────────────────────────────────── */
  --signal: #e8541f;     /* CTA — reservado exclusivamente a conversão */
  --green:  #18895a;     /* Conformidade / OK */
  --amber:  #b8860b;     /* Atenção */
  --red:    #c93939;     /* Erro */

  /* ── INK / NEUTROS ───────────────────────────────────────── */
  --ink:      #0b1530;   /* Texto corpo principal */
  --ink-soft: #1d2542;   /* Texto secundário */
  --muted:    #5a6680;   /* Lead, subtítulos */
  --muted-2:  #8893ab;   /* Placeholders */
  --line:     #e4e9f2;   /* Bordas e divisores */
  --surface:  #f5f7fb;   /* Fundo de seções alternadas */

  /* ── ALIASES BOOTSTRAP-COMPAT ────────────────────────────── */
  --background-color:           #ffffff;
  --default-color:              var(--ink);
  --heading-color:              var(--navy-900);
  --accent-color:               var(--navy-800);
  --surface-color:              #ffffff;
  --contrast-color:             #ffffff;

  /* Nav */
  --nav-color:                  var(--ink-soft);
  --nav-hover-color:            var(--navy-800);
  --nav-mobile-background-color:    #ffffff;
  --nav-dropdown-background-color:  #ffffff;
  --nav-dropdown-color:         var(--ink);
  --nav-dropdown-hover-color:   var(--navy-800);

  /* ── BORDER-RADIUS ───────────────────────────────────────── */
  --radius-xs: 4px;
  --radius-sm: 6px;
  --radius:    8px;      /* Botões */
  --radius-md: 14px;     /* Cards menores */
  --radius-lg: 18px;     /* Cards principais */
  --radius-xl: 28px;     /* Hero blocks, CTAs grandes */

  /* Aliases legados (mantidos para não quebrar componentes existentes) */
  --radius-card: var(--radius-lg);
  --radius-icon: 50%;

  /* ── SOMBRAS · Navy-tinted, multi-camada ─────────────────── */
  /* Nunca pretas puras — a sombra herda a cor da marca */
  --shadow-xs: 0 1px 2px rgba(11,21,48,.04);
  --shadow-sm: 0 1px 2px rgba(11,21,48,.05),
               0 1px 1px rgba(11,21,48,.04);
  --shadow:    0 4px 20px rgba(11,21,48,.06),
               0 1px 3px  rgba(11,21,48,.04);
  --shadow-md: 0 12px 32px -8px rgba(11,21,48,.10),
               0 3px  8px      rgba(11,21,48,.05);
  --shadow-lg: 0 24px 60px -20px rgba(11,21,48,.18),
               0 6px  16px      rgba(11,21,48,.06);
  --shadow-xl: 0 40px 80px -24px rgba(11,21,48,.22),
               0 8px  24px      rgba(11,21,48,.08);

  /* Aliases legados */
  --shadow-card:       var(--shadow-sm);
  --shadow-card-hover: var(--shadow-md);
  --brand-primary:     var(--navy-800);
  --brand-primary-10:  rgba(10, 42, 94, 0.10);
  --brand-primary-15:  rgba(10, 42, 94, 0.15);

  /* ── MOTION · Rápido e confiável, sem bounce ─────────────── */
  --ease:        cubic-bezier(.2,.7,.2,1);   /* ease-out-quart — confiança */
  --ease-spring: cubic-bezier(.34,1.56,.64,1); /* usar com moderação */
  --dur-1: 120ms;   /* hover sutil */
  --dur-2: 180ms;   /* botões */
  --dur-3: 260ms;   /* cards */
  --dur-4: 420ms;   /* entrada de tela */

  /* Aliases legados */
  --transition-speed: var(--dur-3);
  --transition-ease:  var(--ease);

  /* ── ESPAÇAMENTO · Escala 4pt ────────────────────────────── */
  --space-1:  4px;
  --space-2:  8px;
  --space-3:  12px;
  --space-4:  16px;
  --space-6:  24px;
  --space-8:  32px;
  --space-12: 48px;
  --space-16: 64px;
  --space-24: 96px;

  /* Scroll */
  scroll-behavior: smooth;

  /* FOCUS RING */
  --ring: 0 0 0 3px rgba(29,77,153,.35);

  /* SURFACE EXTRAS */
  --surface-2:   #edf1f7;          /* tool-tag, badges */
  --surface-ink: #0b1530;          /* dark panels (strip-preview) */

  /* GREEN (sistema de status) */
  --green-100:   #d1f0e4;          /* check icon bg */

  /* SIGNAL EXTRAS */
  --signal-100:  #fde8df;          /* signal tint bg */
}


/* ── Color Presets ───────────────────────────────────────── */
.light-background {
  --background-color: var(--surface);
  --surface-color:    #ffffff;
}
.dark-background {
  --background-color: var(--navy-900);
  --default-color:    #ffffff;
  --heading-color:    #ffffff;
  --surface-color:    var(--navy-800);
  --contrast-color:   #ffffff;
}

/*--------------------------------------------------------------
# Tipografia Global — Design System V2
--------------------------------------------------------------*/

body {
  font-family:  var(--font-sans);
  font-size:    16px;
  line-height:  1.55;
  color:        var(--ink);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Display / H1 */
h1 {
  font-family:    var(--font-sans);
  font-size:      clamp(2.25rem, 5vw, 4rem);   /* clamp(36→64px) */
  font-weight:    700;
  letter-spacing: -0.025em;
  line-height:    1.05;
  color:          var(--heading-color);
}

/* H2 · Section */
h2 {
  font-family:    var(--font-sans);
  font-size:      clamp(1.6rem, 3.4vw, 2.625rem); /* clamp(26→42px) */
  font-weight:    600;
  letter-spacing: -0.02em;
  line-height:    1.1;
  color:          var(--heading-color);
}

/* H3 · Card */
h3 {
  font-family:    var(--font-sans);
  font-size:      1.375rem;   /* 22px */
  font-weight:    700;
  letter-spacing: -0.015em;
  line-height:    1.25;
  color:          var(--heading-color);
}

h4, h5, h6 {
  font-family:  var(--font-sans);
  font-weight:  600;
  color:        var(--heading-color);
}

/* Lead — subtítulo de seção */
.lead {
  font-size:   1.125rem;  /* 18px */
  line-height: 1.55;
  color:       var(--muted);
  font-weight: 400;
}

/* Eyebrow / Label mono — NRs, tags técnicas, KPI labels */
.eyebrow {
  font-family:    var(--font-mono);
  font-size:      0.6875rem;  /* 11px */
  font-weight:    400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color:          var(--navy-700);
}

/* KPI — números grandes auditáveis */
.kpi-value {
  font-family:    var(--font-sans);
  font-size:      clamp(3rem, 6vw, 4.5rem);  /* clamp(48→72px) */
  font-weight:    700;
  letter-spacing: -0.04em;
  line-height:    1;
  color:          var(--navy-900);
}



/*--------------------------------------------------------------
# Botões B2B — Design System V2  §09 do PDF
# .btn-elo     → Navy (ações principais)
# .btn-signal  → Laranja signal (conversão — usar com parcimônia)
# .btn-ghost   → Terciário, sem fundo
--------------------------------------------------------------*/

/* ── Base comum ── */
.btn-elo,
.btn-signal,
.btn-ghost {
  display:        inline-flex;
  align-items:    center;
  gap:            8px;
  padding:        12px 20px;
  border-radius:  var(--radius);          /* 8px — enterprise */
  font-family:    var(--font-sans);
  font-size:      0.875rem;
  font-weight:    600;
  line-height:    1;
  text-decoration: none;
  position:       relative;
  overflow:       hidden;
  isolation:      isolate;
  cursor:         pointer;
  border:         1px solid transparent;
  transition:
    background  var(--dur-2) var(--ease),
    color       var(--dur-2) var(--ease),
    transform   var(--dur-2) var(--ease),
    box-shadow  var(--dur-3) var(--ease);
}

/* Sheen diagonal — brilho que cruza o botão no hover */
.btn-elo::before,
.btn-signal::before {
  content:    "";
  position:   absolute;
  inset:      0;
  z-index:    -1;
  background: linear-gradient(
    120deg,
    transparent 40%,
    rgba(255,255,255,.16) 50%,
    transparent 60%
  );
  transform:  translateX(-110%);
  transition: transform 700ms var(--ease);
}
.btn-elo:hover::before,
.btn-signal:hover::before { transform: translateX(110%); }

/* Seta animada */
.btn-elo .arr,
.btn-signal .arr,
.btn-ghost .arr {
  display:    inline-block;
  transition: transform var(--dur-3) var(--ease);
}
.btn-elo:hover .arr,
.btn-signal:hover .arr,
.btn-ghost:hover .arr { transform: translateX(3px); }

/* ── Variante Navy (primary) ── */
.btn-elo {
  background: var(--navy-900);
  color:      #fff;
}
.btn-elo:hover {
  background: var(--navy-800);
  color:      #fff;
  transform:  translateY(-1px);
  box-shadow: 0 12px 28px -10px rgba(20, 61, 135, .55);
}
.btn-elo:focus-visible {
  outline:        3px solid var(--navy-500);
  outline-offset: 3px;
}

/* ── Variante Signal (laranja — apenas conversão) ── */
.btn-signal {
  background: var(--signal);
  color:      #fff;
}
.btn-signal:hover {
  background: #c44513;
  color:      #fff;
  transform:  translateY(-1px);
  box-shadow: 0 14px 30px -10px rgba(232, 84, 31, .55);
}
.btn-signal:focus-visible {
  outline:        3px solid var(--signal);
  outline-offset: 3px;
}

/* ── Variante Ghost (terciária) ── */
.btn-ghost {
  background:   transparent;
  color:        var(--ink);
  border-color: var(--line);
}
.btn-ghost:hover {
  background: var(--surface);
  color:      var(--navy-800);
  border-color: var(--navy-100);
}
.btn-ghost:focus-visible {
  outline:        3px solid var(--navy-700);
  outline-offset: 3px;
}

/* ── Acessibilidade ── */
@media (prefers-reduced-motion: reduce) {
  .btn-elo,
  .btn-signal,
  .btn-ghost,
  .btn-elo::before,
  .btn-signal::before {
    transition: none !important;
  }
  .btn-elo:hover,
  .btn-signal:hover { transform: none !important; }
}

/*--------------------------------------------------------------
# Sistema de CTAs — Design File 01 · Hero + CTAs
# .btn          → Navy primary (ações principais)
# .btn-signal   → Laranja (alta intenção — máx. 1 por seção)
# .btn-ghost    → Secundária / sem fundo
# .btn-wa       → WhatsApp (ícone verde, fundo branco)
# .btn-sm / .btn-lg → tamanhos
--------------------------------------------------------------*/
.btn {
  --bg:         var(--navy-900);
  --fg:         #fff;
  --bd:         var(--navy-900);
  --bg-hov:     var(--navy-800);
  --shadow-hov: 0 12px 28px -10px rgba(20,61,135,.55);

  display:         inline-flex;
  align-items:     center;
  justify-content: center;
  gap:             8px;
  font:            600 14px/1 var(--font-sans);
  letter-spacing:  -.005em;
  padding:         12px 20px;
  border-radius:   8px;           /* enterprise — NÃO 999px */
  border:          1px solid var(--bd);
  background:      var(--bg);
  color:           var(--fg);
  cursor:          pointer;
  text-decoration: none;
  white-space:     nowrap;
  position:        relative;
  overflow:        hidden;
  isolation:       isolate;
  transition:
    background   var(--dur-2) var(--ease),
    border-color var(--dur-2) var(--ease),
    transform    var(--dur-2) var(--ease),
    box-shadow   var(--dur-3) var(--ease);
}

/* Sheen diagonal que cruza no hover */
.btn::before {
  content:        "";
  position:       absolute;
  inset:          0;
  z-index:        -1;
  background:     linear-gradient(120deg, transparent 40%, rgba(255,255,255,.18) 50%, transparent 60%);
  transform:      translateX(-110%);
  transition:     transform 700ms var(--ease);
  pointer-events: none;
}
.btn:hover::before { transform: translateX(110%); }

.btn:hover {
  background:   var(--bg-hov);
  border-color: var(--bg-hov);
  transform:    translateY(-1px);
  box-shadow:   var(--shadow-hov);
}
.btn:active       { transform:  translateY(0); }
.btn:focus-visible { outline: none; box-shadow: var(--ring); }

/* Seta animada */
.btn .arr {
  width:      14px;
  height:     14px;
  flex:       none;
  transition: transform var(--dur-3) var(--ease);
}
.btn:hover .arr { transform: translateX(4px); }

/* ─── Signal (laranja — conversão, máx. 1/seção) ─── */
.btn.btn-signal {
  --bg:         var(--signal);
  --bd:         var(--signal);
  --bg-hov:     #c44513;
  --shadow-hov: 0 14px 30px -10px rgba(232,84,31,.6);
}

/* ─── Ghost ─── */
.btn.btn-ghost {
  --bg:         transparent;
  --fg:         var(--ink);
  --bd:         var(--line);
  --bg-hov:     var(--surface);
  --shadow-hov: var(--shadow-sm);
}
.btn.btn-ghost:hover {
  border-color: var(--navy-100);
  color:        var(--navy-800);
}

/* ─── WhatsApp ─── */
.btn.btn-wa {
  --bg:         #fff;
  --fg:         var(--ink);
  --bd:         var(--line);
  --bg-hov:     #f6fdf8;
  --shadow-hov: 0 8px 24px -10px rgba(37,211,102,.35);
  padding-left: 14px;
}
.btn.btn-wa:hover { border-color: #25D366; }
.btn.btn-wa .wa-ic {
  width:         18px;
  height:        18px;
  border-radius: 50%;
  background:    #25D366;
  color:         #fff;
  display:       grid;
  place-items:   center;
  flex:          none;
}

/* ─── Tamanhos ─── */
.btn.btn-sm { font-size: 13px; padding: 9px  14px; }
.btn.btn-lg { font-size: 15px; padding: 14px 24px; }

/* ─── Acessibilidade ─── */
@media (prefers-reduced-motion: reduce) {
  .btn,
  .btn::before { transition: none !important; }
  .btn:hover   { transform: none !important; }
}


/* @font-face {
  font-family: "Lato-Regular";
  src: url(../fonts/Lato-Regular.ttf);
}
@font-face {
  font-family: "Lato-Black";
  src: url(../fonts/Lato-Black.ttf);
}
@font-face {
  font-family: "Lato-Bold";
  src: url(../fonts/Lato-Bold.ttf);
}
@font-face {
  font-family: "Lato-Light";
  src: url(../fonts/Lato-Light.ttf);
}
@font-face {
  font-family: "Lato-Medium";
  src: url(../fonts/Lato-Medium.ttf);
}
@font-face {
  font-family: "Lato-Semibold";
  src: url(../fonts/Lato-Semibold.ttf);
}
@font-face {
  font-family: "OpenSans-Bold";
  src: url(../fonts/OpenSans-Bold.ttf);
}
@font-face {
  font-family: "OpenSans-Regular";
  src: url(../fonts/OpenSans-Regular.ttf);
}
@font-face {
  font-family: "OpenSans-Semibold";
  src: url(../fonts/OpenSans-Semibold.ttf);
} */








/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
  color: var(--default-color);
  background-color: var(--background-color);
  font-family: var(--default-font);
  /* overflow: hidden;
  overflow-y: auto; */
}

a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
}

/* PHP Email Form Messages
------------------------------*/
.php-email-form .error-message {
  display: none;
  background: #df1529;
  color: #ffffff;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .sent-message {
  display: none;
  color: #ffffff;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: var(--surface-color);
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--accent-color);
  border-top-color: var(--surface-color);
  animation: php-email-form-loading 1s linear infinite;
}

@keyframes php-email-form-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  --background-color: #ffffff;
  background-color:   var(--background-color);
  color:              var(--ink);
  padding:            18px 0;
  z-index:            997;
  box-shadow:         0 1px 0 var(--line);
  transition:
    background-color .35s ease,
    box-shadow       .35s ease;
}

/* Header transparente sobre o hero (apenas na home, antes do scroll) */
.header-home {
  --background-color: transparent;
  box-shadow:         none;
}
.header-home .logo h1,
.header-home .navmenu a,
.header-home .navmenu a:focus  { color: rgba(255,255,255,.88); }
.header-home .navmenu a:hover,
.header-home .navmenu .active  { color: #fff; }
/* Seta dos dropdowns */
.header-home .navmenu a i      { color: rgba(255,255,255,.6); }
/* Hamburger mobile */
.header-home .mobile-nav-toggle { color: #fff; }

/* Ao fazer scroll, volta ao branco */
body.scrolled .header-home {
  --background-color: #ffffff;
  box-shadow:         0 1px 0 var(--line);
}
body.scrolled .header-home .logo h1,
body.scrolled .header-home .navmenu a,
body.scrolled .header-home .navmenu a:focus { color: var(--nav-color); }
body.scrolled .header-home .navmenu a:hover,
body.scrolled .header-home .navmenu .active { color: var(--navy-800); }
body.scrolled .header-home .navmenu a i     { color: inherit; }
body.scrolled .header-home .mobile-nav-toggle { color: var(--ink); }

.header .logo img {   /*estilizacao em cima da imagem de logo */
  max-height: 32px;
  margin-right: 8px;
}

.header .logo h1 {
  font-size: 24px;
  margin: 0;
  font-weight: 700;
  color: var(--heading-color);
}

/*estilizacao do texto após o h1 do logo / no caso o ponto */
/* .header .logo span {  
  font-size: 24px;
  padding-left: 1px;
  font-family: var(--heading-font);
  color: var(--color-primary);
} */

.scrolled .header {
  --background-color: #ffffff;
  box-shadow: 0 1px 0 var(--line);
  color:      var(--ink);
}

/* Global Header on Scroll
------------------------------*/
/* .scrolled .header {
  --background-color: rgba(255, 255, 255, 0.95);
  --heading-color: #3c3c3c;
  --nav-color: #3c3c3c;
  --nav-hover-color: #3c3c3c;
} */

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu>ul>li {
    white-space: nowrap;
    padding: 15px 14px;
  }

  .navmenu>ul>li:last-child {
    padding-right: 0;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-color);
    font-size: 14px;
    padding: 0 2px;
    font-family: var(--nav-font);
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
    text-transform: uppercase;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu>ul>li>a:before {
    content: "";
    position: absolute;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: var(--accent-color);
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }

  .navmenu a:hover:before,
  .navmenu li:hover>a:before,
  .navmenu .active:before {
    visibility: visible;
    width: 100%;
  }

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-hover-color);
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: var(--nav-dropdown-background-color);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
  }

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    font-weight: 400;
    color: var(--nav-dropdown-color);
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
}

/* Mobile Navigation */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: var(--nav-color);
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: var(--nav-mobile-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }
}

/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  color: var(--default-color);
  background-color: var(--background-color);
  font-size: 14px;
  position: relative;
}

.footer .footer-top {
  padding-top: 50px;
}

.footer .footer-about .logo {
  line-height: 1;
  margin-bottom: 25px;
}

.footer .footer-about .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.footer .footer-about .logo span {
  color: var(--heading-color);
  font-family: var(--heading-font);
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
}

.footer .footer-about p {
  font-size: 14px;
  font-family: var(--heading-font);
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 16px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: var(--accent-color);
  border-color: var(--accent-color);
}

.footer h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-links {
  margin-bottom: 30px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  padding-right: 2px;
  font-size: 12px;
  line-height: 0;
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

/* .footer .footer-links ul li {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  display: inline-block;
  line-height: 1;
}

.footer .footer-links ul li:hover {
  color: var(--accent-color);
} */

.footer .footer-links ul a {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  display: inline-block;
  line-height: 1;
}

.footer .footer-links ul a:hover {
  color: var(--accent-color);
}

.footer .footer-contact p {
  margin-bottom: 5px;
}

.footer .copyright {
  padding: 25px 0;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.footer .copyright p {
  margin-bottom: 0;
}

.footer .credits {
  margin-top: 8px;
  font-size: 13px;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: var(--background-color);
  transition: all 0.6s ease-out;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #ffffff;
  border-color: var(--accent-color) transparent var(--accent-color) transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1.5s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background-color: var(--accent-color);
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--contrast-color);
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  color: var(--contrast-color);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
.page-title {
  color: var(--default-color);
  background-color: var(--background-color);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 160px 0 60px 0;
  text-align: center;
  position: relative;
}

.page-title:before {
  content: "";
  background-color: color-mix(in srgb, var(--background-color), transparent 40%);
  position: absolute;
  inset: 0;
}

.page-title h1 {
  font-size: 56px;
  font-weight: 500;
  margin-bottom: 10px;
}

.page-title .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}

.page-title .breadcrumbs ol li+li {
  padding-left: 10px;
}

.page-title .breadcrumbs ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

/*--------------------------------------------------------------
# Header offset — compensa o fixed-top (~68 px + folga)
--------------------------------------------------------------*/
.main { padding-top: 72px; }

/* Home: hero full-bleed sob header transparente, sem compensação */
body:has(#hero) .main { padding-top: 0; }

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 60px 0;
  scroll-margin-top: 92px;
  overflow: clip;
}

@media (max-width: 1199px) {

  section,
  .section {
    scroll-margin-top: 76px;
  }
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  text-align: center;
  padding-bottom: 60px;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  position: relative;
}

.section-title h2:before,
.section-title h2:after {
  content: "";
  width: 50px;
  height: 2px;
  background: var(--accent-color);
  display: inline-block;
}

.some-section .section-title h2,
.some-section .section-title h2,
.some-section .section-title p,
.some-section .section-title p {
  text-align: left;
}
.some-section .section-title h2:before,
.some-section .section-title h2:after {
  content: none;
}

.section-title h2:before {
  margin: 0 15px 10px 0;
}

.section-title h2:after {
  margin: 0 0 10px 15px;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* --- ALTERAÇÃO PRINCIPAL AQUI --- */
.hero .info {
  position: absolute; /* Mudado de relative para absolute para cobrir o vídeo */
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  /* Removemos o padding exagerado para o flexbox centralizar corretamente */
  padding: 0; 
  display: flex;
  align-items: center; /* Centraliza Verticalmente */
  justify-content: center; /* Centraliza Horizontalmente */
}

/* --- NOVA CLASSE PARA O LOGO --- */
.hero-logo {
  width: 550px; /* Aumente ou diminua este valor para mudar o tamanho do logo */
  max-width: 90%; /* Garante que não vaze no celular */
  height: auto;
  filter: drop-shadow(0 4px 15px rgba(0,0,0,0.5)); /* Sombra para destacar do vídeo */
}

/* Ajustes para Celular */
@media (max-width: 768px), (max-height: 480px) {
  .hero .info {
    padding: 0 20px; /* Padding lateral pequeno para segurança */
  }
  
  /* Logo menor no celular */
  .hero-logo {
    width: 300px; 
  }
}
/* -------------------------------- */

.hero .info h2 {
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-size: 56px;
  font-weight: 700;
  position: relative;
  color: #fff; /* Garantir contraste */
}

.hero .info h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 4px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media (max-width: 768px) {
  .hero .info h2 {
    font-size: 36px;
  }
}

.hero .info p {
  color: #fff;
  font-size: 18px;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.7); /* Leitura melhor sobre vídeo */
}

.hero .info .btn-get-started {
  color: #fff;
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid var(--accent-color);
}

.hero .info .btn-get-started:hover {
  background: var(--accent-color);
}

/*--------------------------------------------------------------
# Estilizacao video capa
--------------------------------------------------------------*/
.hero .video {
  inset: 0;
  position: absolute;
  overflow: hidden;
  z-index: 1; /* Garante que fique atrás do info */
}

.hero .video-background {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.hero .video-background video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

/*--------------------------------------------------------------
# Scroll Down (Mantive o seu original)
--------------------------------------------------------------*/
.field {
  position: absolute;
  bottom: 30px; 
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10; /* Garante que fique clicável acima de tudo */
}

.scroll {
  width: 60px;
  height: 60px;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  position: relative;
  animation: down 1.5s infinite;
  -webkit-animation: down 1.5s infinite;
}

.scroll::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 18px;
  width: 18px;
  height: 18px;
  border-left: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  transform: rotate(-45deg);
}

@keyframes down {
  0% { transform: translate(0); }
  20% { transform: translateY(15px); }
  40% { transform: translate(0); }
}

@-webkit-keyframes down {
  0% { transform: translate(0); }
  20% { transform: translateY(15px); }
  40% { transform: translate(0); }
}




/*--------------------------------------------------------------
# Inicio Introducao Servicos
--------------------------------------------------------------*/
@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
}
#gtco-main-nav {
  padding: 20px 0;
}
#gtco-main-nav .navbar-brand {
  font-size: 36px;
  /* font-family: "Lato-Black"; */
  text-transform: uppercase;
  background: -webkit-linear-gradient(left, #1d3ede, #01e6f8);
  background: -ms-linear-gradient(left, #1d3ede, #01e6f8);
  background: -moz-linear-gradient(left, #1d3ede, #01e6f8);
  background: -o-linear-gradient(left, #1d3ede, #01e6f8);
  -webkit-background-clip: text;
  -ms-background-clip: text;
  -o-background-clip: text;
  -webkit-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -o-text-fill-color: transparent;
}
#gtco-main-nav .bar1, #gtco-main-nav .bar2, #gtco-main-nav .bar3 {
  width: 25px;
  height: 2px;
  background-color: #fff;
  margin: 5px 0;
  transition: 0.4s;
  display: block;
  position: relative;
}
#gtco-main-nav .change .bar1 {
  -webkit-transform: rotate(-42deg) translate(-2px, 6px);
  transform: rotate(-42deg) translate(-2px, 6px);
}
#gtco-main-nav .change .bar2 {
  opacity: 0;
}
#gtco-main-nav .change .bar3 {
  -webkit-transform: rotate(46deg) translate(-4px, -8px);
  transform: rotate(46deg) translate(-4px, -8px);
}
#gtco-main-nav .navbar-nav li a {
  /* font-family: "OpenSans-Regular"; */
  font-size: 18px;
  color: #666666;
  padding: 5px 15px !important;
  text-transform: uppercase;
}
#gtco-main-nav form a {
  /* font-family: "OpenSans-Semibold"; */
  font-size: 18px;
  color: #fff;
  padding: 5px 25px;
  border-radius: 20px;
  border-width: 2px;
}
#gtco-main-nav form a.btn-info {
  background: #01e6f8;
  border-color: #01e6f8;
}
#gtco-main-nav form a.btn-outline-dark {
  border-color: #fff;
  background-color: transparent;
}
@media (max-width: 991px) {
  #gtco-main-nav form a.btn-outline-dark {
    border-color: #1d3ede;
    color: #1d3ede;
  }
}
#gtco-main-nav::after {
  position: absolute;
  content: "";
  height: 600px;
  width: 900px;
  background-image: -webkit-linear-gradient(-220deg, #1d3ede, #01e6f8);
  background-image: -moz-linear-gradient(-220deg, #1d3ede, #01e6f8);
  background-image: -ms-linear-gradient(-220deg, #1d3ede, #01e6f8);
  background-image: -o-linear-gradient(-220deg, #1d3ede, #01e6f8);
  background-image: linear-gradient(-220deg, #1d3ede, #01e6f8);
  left: 49.5%;
  top: -50px;
  z-index: -1;
  border-radius: 50% 0 50% 50%;
}
@media (max-width: 1400px) {
  #gtco-main-nav::after {
    height: 550px;
    width: 800px;
  }
}
@media (max-width: 1199px) {
  #gtco-main-nav::after {
    width: 700px;
  }
}
@media (max-width: 991px) {
  #gtco-main-nav::after {
    width: 55%;
    left: auto;
    right: 0;
  }
}
@media (max-width: 600px) {
  #gtco-main-nav::after {
    width: 100%;
    height: 400px;
  }
}
#gtco-main-nav::before {
  position: absolute;
  content: "";
  height: 590px;
  width: 930px;
  background-image: -webkit-linear-gradient(to right, #e8eefc, #e6fafe);
  background-image: -moz-linear-gradient(to right, #e8eefc, #e6fafe);
  background-image: -ms-linear-gradient(to right, #e8eefc, #e6fafe);
  background-image: -o-linear-gradient(to right, #e8eefc, #e6fafe);
  background-image: linear-gradient(to right, #e8eefc, #e6fafe);
  left: 47.5%;
  top: -25px;
  z-index: -1;
  border-radius: 50% 0 50% 50%;
}
@media (max-width: 1400px) {
  #gtco-main-nav::before {
    height: 540px;
    width: 810px;
  }
}
@media (max-width: 1199px) {
  #gtco-main-nav::before {
    width: 710px;
  }
}
@media (max-width: 991px) {
  #gtco-main-nav::before {
    width: 55%;
    left: auto;
    right: 0;
  }
}
@media (max-width: 600px) {
  #gtco-main-nav::before {
    width: 100%;
    height: 390px;
  }
}

.gtco-banner-area a, .gtco-feature a, .gtco-features a, .gtco-news .owl-carousel .card a, #gtco-footer .submit-button {
  background-image: -moz-linear-gradient(0deg, #06c6f9 0%, #38eaf9 100%);
  background-image: -webkit-linear-gradient(0deg, #06c6f9 0%, #38eaf9 100%);
  background-image: -ms-linear-gradient(0deg, #06c6f9 0%, #38eaf9 100%);
  font-size: 18px;
  /* font-family: "OpenSans-Semibold"; */
  color: #fff;
  border-radius: 50px;
  padding: 5px 30px;
  display: inline-block;
  text-transform: uppercase;
  padding-right: 5px;
  text-decoration: none !important;
}
.gtco-banner-area a .fa, .gtco-feature a .fa, .gtco-features a .fa, .gtco-news .owl-carousel .card a .fa, #gtco-footer .submit-button .fa {
  background: #fff;
  border-radius: 50%;
  height: 32px;
  width: 32px;
  color: #37eaf9;
  font-size: 22px;
  text-align: center;
  padding-top: 5px;
  margin-left: 15px;
}

.gtco-feature h2, .gtco-features h2 {
  /* font-family: "Lato-Regular"; */
  /* color: #000000; */
  font-size: 36px;
  margin-bottom: 30px;
}

.card {
  border: none;
  background: transparent;
}

.gtco-banner-area {
  margin-top: 20px;
  min-height: 500px;
}
.gtco-banner-area h1 {
  /* font-family: "Lato-Light"; */
  font-size: 48px;
  color: #000000;
  max-width: 500px;
  margin-top: 70px;
}
.gtco-banner-area h1 span {
  /* font-family: "Lato-Medium"; */
}
@media (max-width: 1199px) {
  .gtco-banner-area h1 {
    margin-top: 30px;
  }
}
.gtco-banner-area p {
  max-width: 450px;
  margin: 20px 0;
  margin-bottom: 40px;
}
.gtco-banner-area a {
  display: inline;
  padding: 10px 30px;
  padding-right: 5px;
}
.gtco-banner-area .col-md-6 .card .card-img-top {
  max-width: 430px;
  margin: 0 auto;
  margin-top: 30px;
  margin-right: 0;
}
@media (max-width: 1400px) {
  .gtco-banner-area .col-md-6 .card .card-img-top {
    max-width: 400px;
    margin-top: 20px;
    margin-right: auto;
  }
}
@media (max-width: 1199px) {
  .gtco-banner-area .col-md-6 .card .card-img-top {
    max-width: 350px;
  }
}
@media (max-width: 767px) {
  .gtco-banner-area .col-md-6 .card .card-img-top {
    margin-top: 100px;
  }
}

.gtco-feature {
  margin-top: 100px;
}
.gtco-feature .card .back-bg {
  margin-left: -30px !important;
  margin-top: -20px;
}
.gtco-feature .card svg {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.gtco-feature .card svg.defs {
  position: absolute;
  width: 0;
  height: 0;
}
.gtco-feature .card .squircle {
  width: 100%;
  height: 450px;
  background: url(../images/learn-img.jpg) center/cover, #aaa;
  clip-path: url(#clip-path);
  background-position-x: -50px;
}
.gtco-feature p small {
  font-size: 16px;
}
.gtco-feature a {
  margin-top: 20px;
  display: inline-block;
}

.gtco-features {
  margin-top: 100px;
}
.gtco-features svg {
  position: absolute;
  margin-left: -100px;
  margin-top: 100px;
}
@media (max-width: 767px) {
  .gtco-features svg {
    margin: 0 auto;
    margin-top: 200px;
  }
}
.gtco-features h2 {
  margin-top: 200px;
}
@media (max-width: 991px) {
  .gtco-features h2 {
    margin-top: 0;
  }
}
.gtco-features .col-lg-4 p {
  max-width: 320px;
  margin-bottom: 30px;
}
.gtco-features .col-lg-4 a {
  margin-left: -135px; /* Ajuste este valor conforme seu gosto */
}
.gtco-features .col-lg-8 {
  padding: 10px 100px;
}
@media (max-width: 767px) {
  .gtco-features .col-lg-8 {
    padding: 10px 0;
  }
}
.gtco-features .col-lg-8 .row .col:first-child {
  margin-top: 150px;
}
@media (max-width: 600px) {
  .gtco-features .col-lg-8 .row .col:first-child {
    margin-top: 50px;
  }
}
@media (max-width: 600px) {
  .gtco-features .col-lg-8 .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.gtco-features .col-lg-8 .card {
  background: #fff;
  margin: 30px 5px;
  padding: 20px 10px;
  border-radius: 20px;
  box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.08);
}
.gtco-features .col-lg-8 .card .oval {
  background: linear-gradient(to right, #f1f6fd, #f0fbfe);
  padding: 10px;
  width: 150px;
  border-radius: 50%;
  margin: auto;
  /* transform: rotate(20deg); */
  margin-top: 20px;
}
.gtco-features .col-lg-8 .card .card-img-top {
  max-width: 0.8in;
  margin: 0 auto;
  transform: rotate(-20deg);
}
.gtco-features .col-lg-8 .card h3 {
  /* font-family: "Lato-Regular"; */
  color: var(--accent-color);
  font-size: 24px;
  /* color: #1d3ede; */
}
.gtco-features .col-lg-8 .card p {
  font-size: 16px;
}

.gtco-numbers-block {
  margin: 100px auto;
  margin-top: 200px;
  color: #fff;
}
@media (max-width: 600px) {
  .gtco-numbers-block {
    margin-top: 100px;
  }
}
@media (max-width: 1299px) {
  .gtco-numbers-block .row {
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .gtco-numbers-block .row .col-3 {
    padding: 0;
  }
}
.gtco-numbers-block #custom-map::before {
  position: absolute;
  content: "";
  height: 100px;
  width: 100%;
  border: 2px solid red;
}
.gtco-numbers-block svg {
  margin-top: -100px;
  position: absolute;
  left: 0;
  max-width: 1500px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1299px) {
  .gtco-numbers-block svg {
    margin-top: -90px;
  }
}
@media (max-width: 1199px) {
  .gtco-numbers-block svg {
    margin-top: -60px;
  }
}
@media (max-width: 991px) {
  .gtco-numbers-block svg {
    margin-top: -40px;
  }
}
@media (max-width: 650px) {
  .gtco-numbers-block svg {
    margin-top: -20px;
  }
}
@media (max-width: 600px) {
  .gtco-numbers-block svg {
    margin-top: -10px;
  }
}
.gtco-numbers-block h5 {
  /* font-family: "Lato-Bold"; */
  font-size: 60px;
}
@media (max-width: 1299px) {
  .gtco-numbers-block h5 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .gtco-numbers-block h5 {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  .gtco-numbers-block h5 {
    margin: 0;
    font-size: 18px;
  }
}
.gtco-numbers-block p {
  /* font-family: "Lato-Semibold"; */
  font-size: 24px;
  color: #fff;
}
@media (max-width: 1299px) {
  .gtco-numbers-block p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .gtco-numbers-block p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .gtco-numbers-block p {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .gtco-numbers-block p {
    line-height: 1.1;
  }
}
@media (max-width: 500px) {
  .gtco-numbers-block p {
    font-size: 8px;
  }
}

.gtco-testimonials {
  position: relative;
  margin-top: 200px;
}
@media (max-width: 767px) {
  .gtco-testimonials {
    margin-top: 100px;
  }
}
.gtco-testimonials h2 {
  /* font-family: "Lato-Medium"; */
  font-size: 36px;
  text-align: center;
  color: #333333;
  margin-bottom: 100px;
}
.gtco-testimonials .owl-stage-outer {
  padding-bottom: 30px;
}
.gtco-testimonials .owl-nav {
  display: none;
}
.gtco-testimonials .owl-dots {
  text-align: center;
}
.gtco-testimonials .owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 2px solid #01e6f8;
  margin: 0 5px;
}
.gtco-testimonials .owl-dots .active {
  box-shadow: none;
}
.gtco-testimonials .owl-dots .active span {
  background: #01e6f8;
  box-shadow: none;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
}
.gtco-testimonials .card {
  background: #fff;
  box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.08);
  margin: 0 30px;
  padding: 0 20px;
  border-radius: 50px;
}
.gtco-testimonials .card .card-img-top {
  max-width: 100px;
  border-radius: 50%;
  margin: 0 auto;
  border: 5px solid #1d3ede;
  width: 100px;
  height: 100px;
}
.gtco-testimonials .card h5 {
  color: #1d3ede;
  font-size: 21px;
  line-height: 1.3;
  /* font-family: "Lato-Medium"; */
}
.gtco-testimonials .card h5 span {
  font-size: 18px;
  color: #666666;
  /* font-family: "OpenSans-Regular"; */
}
.gtco-testimonials .card p {
  font-size: 18px;
}
.gtco-testimonials .active {
  opacity: 0.5;
  transition: all 0.3s;
}
.gtco-testimonials .center {
  opacity: 1;
}
.gtco-testimonials .center h5 {
  font-size: 24px;
}
.gtco-testimonials .center h5 span {
  font-size: 20px;
}
.gtco-testimonials .center p {
  font-size: 20px;
}
.gtco-testimonials .center .card-img-top {
  max-width: 100%;
  height: 120px;
  width: 120px;
}

.gtco-features-list {
  margin-top: 100px;
}
.gtco-features-list .media {
  margin: 20px 0;
}
.gtco-features-list .oval {
  border-radius: 50%;
  background-color: white;
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.1);
  padding: 15px;
  height: 60px;
  width: 60px;
}
.gtco-features-list .oval .align-self-start {
  width: 100%;
  padding: 3px;
}
.gtco-features-list .media-body {
  /* font-family: "OpenSans-Regular"; */
  font-size: 16px;
  color: #666666;
  padding-right: 20px;
}
.gtco-features-list .media-body h5 {
  /* font-family: "Lato-Semibold"; */
  margin-bottom: 20px !important;
  font-size: 22px;
}

.gtco-logo-area {
  margin: 50px auto;
}
.gtco-logo-area .col .img-fluid {
  max-height: 32px;
}
@media (max-width: 600px) {
  .gtco-logo-area .col {
    flex: 0 0 50%;
    max-width: 50%;
    margin: 20px 0;
  }
}

.gtco-news {
  background: #fcfcfc;
  padding: 50px 0;
  margin: 100px auto;
}
.gtco-news h2 {
  font-size: 36px;
  font-weight: "Lato-Medium";
  text-align: center;
  margin-bottom: 50px;
}
.gtco-news .owl-carousel .owl-nav {
  display: block !important;
  position: absolute;
  top: 25%;
  width: 100%;
}
@media (max-width: 600px) {
  .gtco-news .owl-carousel .owl-nav {
    display: none !important;
  }
}
.gtco-news .owl-carousel .owl-nav .owl-prev, .gtco-news .owl-carousel .owl-nav .owl-next {
  font-size: 120px;
  color: #666666;
  position: absolute;
}
.gtco-news .owl-carousel .owl-nav .owl-prev {
  left: -50px;
}
.gtco-news .owl-carousel .owl-nav .owl-next {
  right: -50px;
}
.gtco-news .owl-carousel .card {
  padding: 0 25px;
}
.gtco-news .owl-carousel .card .card-img-top {
  border-radius: 40px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.08);
}
.gtco-news .owl-carousel .card h5 {
  /* font-family: "Lato-Medium"; */
  font-size: 22px;
  color: #333333;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .gtco-news .owl-carousel .card h5 {
    font-size: 18px;
  }
}
.gtco-news .owl-carousel .card p {
  font-size: 17px;
}
@media (max-width: 767px) {
  .gtco-news .owl-carousel .card p {
    font-size: 15px;
  }
}
.gtco-news .owl-carousel .card a {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

#gtco-footer {
  padding-bottom: 20px;
}
#gtco-footer h4 {
  /* font-family: "Lato-Medium"; */
  font-size: 24px;
  color: #1d3ede;
  margin-bottom: 30px;
}
#gtco-footer input, #gtco-footer textarea {
  background-color: white;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.08);
  border-radius: 50px;
  max-width: 450px;
  width: 100%;
  height: 60px;
  border: none;
  margin-bottom: 30px;
  padding-left: 30px;
  color: #000;
}
#gtco-footer input::-webkit-input-placeholder, #gtco-footer input::-moz-placeholder, #gtco-footer input:-ms-input-placeholder, #gtco-footer input:-moz-placeholder, #gtco-footer textarea::-webkit-input-placeholder, #gtco-footer textarea::-moz-placeholder, #gtco-footer textarea:-ms-input-placeholder, #gtco-footer textarea:-moz-placeholder {
  color: #999999;
  /* font-family: "OpenSans-Regular"; */
  font-size: 18px;
}
#gtco-footer textarea {
  min-height: 200px;
  border-radius: 30px;
  padding-top: 20px;
  padding-right: 20px;
  resize: none;
}
#gtco-footer .company-nav, #gtco-footer .services-nav {
  /* font-family: "OpenSans-Regular"; */
  font-size: 20px;
}
#gtco-footer .company-nav a, #gtco-footer .services-nav a {
  color: #666666;
  margin: 0;
  padding: 0;
}
#gtco-footer .follow-us-nav a {
  padding: 0 10px;
  color: #666666;
}
@media (max-width: 385px) {
  #gtco-footer .follow-us-nav a {
    padding-right: 0;
  }
}
#gtco-footer .follow-us-nav a .fa {
  font-size: 24px;
}
#gtco-footer .col-12 {
  margin-top: 90px;
}
#gtco-footer .col-12 p {
  /* font-family: "Lato-Regular"; */
  font-size: 18px;
  color: #999999;
}
@media (max-width: 991px) {
  #gtco-footer .col-12 {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  #gtco-footer .col-lg-6 {
    margin-bottom: 50px;
  }
}

/*--------------------------------------------------------------
# Fim Introducao Servicos
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# Inicio Sobre
--------------------------------------------------------------*/
.about .about-meta {
  color: var(--accent-color);
  font-weight: 600;
  margin-bottom: 1rem;
  display: inline-block;
}

.about .about-title {
  font-size: 1.75rem;
  margin-bottom: 1rem;
  line-height: 1.2;
  font-weight: 700;
}

@media (max-width: 992px) {
  .about .about-title {
    font-size: 2rem;
  }
}

.about .about-description {
  margin-bottom: 2rem;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.about .feature-list-wrapper {
  margin-bottom: 2rem;
}

.about .feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about .feature-list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.about .feature-list li i {
  color: var(--accent-color);
  font-size: 1.25rem;
}

.about .profile .profile-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.about .profile .profile-name {
  font-size: 0.9799999rem;
  margin: 0;
}

.about .profile .profile-position {
  color: var(--accent-color);
  margin: 0;
  font-size: 0.875rem;
}

.about .contact-info {
  padding: 1rem 1.5rem;
  background-color: var(--surface-color);
  border-radius: 0.5rem;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
}

.about .contact-info i {
  color: var(--accent-color);
  font-size: 1.5rem;
}

.about .contact-info .contact-label {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  font-size: 0.875rem;
  margin: 0;
}

.about .contact-info .contact-number {
  font-weight: 600;
  margin: 0;
}

.about .image-wrapper {
  position: relative;
}

@media (max-width: 992px) {
  .about .image-wrapper {
    padding-left: 0;
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}

@media (max-width: 992px) {
  .about .image-wrapper .images {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
}

@media (max-width: 992px) {
  .about .image-wrapper .main-image {
    margin-left: 0;
  }
}

.about .image-wrapper .small-image {
  position: absolute;
  top: 20%;
  left: -10%;
  width: 45%;
  border: 8px solid var(--surface-color);
}

@media (max-width: 992px) {
  .about .image-wrapper .small-image {
    position: static;
    width: 100%;
    margin: 0 auto;
    border: 0;
  }
}

.about .image-wrapper .experience-badge {
  position: absolute;
  bottom: 5%;
  right: 5%;
  background-color: var(--accent-color);
  color: var(--contrast-color);
  padding: 1.5rem;
  border-radius: 0.5rem;
  text-align: center;
  min-width: 200px;
  animation: experience-float 3s ease-in-out infinite;
}

@media (max-width: 992px) {
  .about .image-wrapper .experience-badge {
    position: static;
    width: fit-content;
    margin: 0 auto;
  }
}

.about .image-wrapper .experience-badge h3 {
  color: var(--contrast-color);
  font-size: 2.5rem;
  margin: 0;
  line-height: 0.5;
}

.about .image-wrapper .experience-badge h3 span {
  font-size: 1rem;
  display: inline-block;
  margin-left: 0.25rem;
}

.about .image-wrapper .experience-badge p {
  color: var(--contrast-color);
  margin: 0.5rem 0 0;
  font-size: 0.875rem;
}

@keyframes experience-float {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}
/*--------------------------------------------------------------
# Fim Sobre
--------------------------------------------------------------*/




/*--------------------------------------------------------------
# Inicio Clientes
--------------------------------------------------------------*/
.clients {
  padding: 20px 0;
}
.clients .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
  filter: grayscale(100);
}

.clients .swiper-slide img:hover {
  filter: none;
  opacity: 1;
}

.clients .swiper-wrapper {
  height: auto;
}

.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background-color: color-mix(in srgb, var(--default-color), transparent 80%);
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
}

.row.content {
  padding: 20px 0;
}

.btn-cta {
  background-color: color-mix(in srgb, var(--contrast-color) 15%, transparent);
  color: var(--contrast-color);
  padding: 12px 40px;
  border-radius: 50px;
  transition: all 0.3s ease;
  border: 2px solid var(--contrast-color);
  position: relative;
  z-index: 2;
}

.btn-cta:hover {
  background-color: var(--accent-color);
  color: var(--contrast-color);
}

.btn-cta {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  padding: 1rem 2rem;
  border-radius: 2rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: 0.3s;
}

.btn-cta:hover {
  background-color: color-mix(in srgb, var(--accent-color), var(--contrast-color) 20%);
}
/*--------------------------------------------------------------
# Fim Clientes
--------------------------------------------------------------*/








/*--------------------------------------------------------------
# Inicio Avaliacoes
--------------------------------------------------------------*/
.testimonials .testimonial-wrap {
  padding-left: 50px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  background-color: var(--surface-color);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-sizing: content-box;
  padding: 30px 30px 30px 60px;
  margin: 30px 15px;
  min-height: 200px;
  position: relative;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid var(--background-color);
  position: absolute;
  left: -45px;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
}

.testimonials .testimonial-item h4 {
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 14px;
  margin: 0;
}

.testimonials .testimonial-item .stars {
  margin: 10px 0;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: color-mix(in srgb, var(--accent-color), transparent 60%);
  font-size: 26px;
  line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}

.testimonials .swiper-wrapper {
  height: auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: color-mix(in srgb, var(--default-color), transparent 85%);
  opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
}

@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }

  .testimonials .testimonials-carousel,
  .testimonials .testimonials-slider {
    overflow: hidden;
  }

  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }

  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}
/*--------------------------------------------------------------
# Fim Avaliacoes
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# Inicio Faq
--------------------------------------------------------------*/
.faq .faq-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--heading-color);
}

.faq .faq-description {
  font-size: 1rem;
  color: var(--default-color);
  margin-bottom: 2rem;
}

.faq .faq-arrow {
  color: var(--accent-color);
}

.faq .faq-container .faq-item {
  background-color: var(--surface-color);
  position: relative;
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
}

.faq .faq-container .faq-item:last-child {
  margin-bottom: 0;
}

.faq .faq-container .faq-item h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin: 0 30px 0 0;
  transition: 0.3s;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.faq .faq-container .faq-item h3 .num {
  color: var(--accent-color);
  padding-right: 5px;
}

.faq .faq-container .faq-item h3:hover {
  color: var(--accent-color);
}

.faq .faq-container .faq-item .faq-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.faq .faq-container .faq-item .faq-content p {
  margin-bottom: 0;
  overflow: hidden;
}

.faq .faq-container .faq-item .faq-toggle {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 16px;
  line-height: 0;
  transition: 0.3s;
  cursor: pointer;
}

.faq .faq-container .faq-item .faq-toggle:hover {
  color: var(--accent-color);
}

.faq .faq-container .faq-active h3 {
  color: var(--accent-color);
}

.faq .faq-container .faq-active .faq-content {
  grid-template-rows: 1fr;
  visibility: visible;
  opacity: 1;
  padding-top: 10px;
}

.faq .faq-container .faq-active .faq-toggle {
  transform: rotate(90deg);
  color: var(--accent-color);
}
/*--------------------------------------------------------------
# Fim Faq
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# Inicio Contato
--------------------------------------------------------------*/
.contact .info-box {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  padding: 3rem;
  border-radius: 1rem;
  height: 100%;
}

.contact .info-box h3 {
  color: var(--contrast-color);
  font-size: 2rem;
  margin-bottom: 1rem;
}

@media (max-width: 767.98px) {
  .contact .info-box h3 {
    font-size: 1.75rem;
  }
}

.contact .info-box p {
  opacity: 0.8;
  margin-bottom: 2rem;
}

.contact .info-box a {
  color: var(--contrast-color);
}

@media (max-width: 992px) {
  .contact .info-box {
    padding: 1.5rem;
  }
}

.contact .info-link {
  display: block;
  margin-bottom: 2rem;
  text-decoration: none;
  color: inherit;
}

.contact .info-item {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.contact .info-item:last-child {
  margin-bottom: 0;
}

.contact .info-item .icon-box {
  width: 3.5rem;
  height: 3.5rem;
  background-color: color-mix(in srgb, var(--contrast-color), transparent 85%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: 0.3s;
}

.contact .info-item .icon-box i {
  font-size: 1.5rem;
  color: var(--contrast-color);
}

.contact .info-item:hover .icon-box {
  background-color: color-mix(in srgb, var(--contrast-color), transparent 70%);
}

.contact .info-item .content h4 {
  color: var(--contrast-color);
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
}

.contact .info-item .content p {
  margin-bottom: 0.25rem;
  font-size: 0.95rem;
}

.contact .info-item .content p:last-child {
  margin-bottom: 0;
}

.contact .contact-form {
  background-color: var(--surface-color);
  padding: 3rem;
  border-radius: 1rem;
  height: 100%;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
}

@media (max-width: 992px) {
  .contact .contact-form {
    padding: 1.5rem;
  }
}

.contact .contact-form h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .contact .contact-form h3 {
    font-size: 1.75rem;
  }
}

.contact .contact-form p {
  color: color-mix(in srgb, var(--default-color), transparent 25%);
  margin-bottom: 2rem;
}

.contact .contact-form .form-control,
.contact .contact-form .form-select {
  padding: 0.875rem 1.25rem;
  border-color: color-mix(in srgb, var(--default-color), transparent 90%);
  border-radius: 0.5rem;
  background-color: color-mix(in srgb, var(--surface-color) 90%, white 5%);
  color: var(--default-color);
}

.contact .contact-form .form-control:focus,
.contact .contact-form .form-select:focus {
  box-shadow: none;
  border-color: var(--accent-color);
}

.contact .contact-form .form-control::placeholder,
.contact .contact-form .form-select::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.contact .contact-form .btn {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  padding: 1rem 2rem;
  border-radius: 2rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: 0.3s;
}

.contact .contact-form .btn i {
  font-size: 1.25rem;
}

.contact .contact-form .btn:hover {
  background-color: color-mix(in srgb, var(--accent-color), var(--contrast-color) 20%);
}
/*--------------------------------------------------------------
# Fim Contato
--------------------------------------------------------------*/

#short-introduction-services {
  scroll-margin-top: 25px; /* Valor aumentado para dar mais espaço */
}


/*--------------------------------------------------------------
# Inicio Servicos
--------------------------------------------------------------*/
.services .service-card {
  height: 100%;
  padding: 30px;
  background: var(--surface-color);
  border-radius: 10px;
  transition: all 0.3s ease;
}

.services .service-card:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}

.services .service-card:hover .icon {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.services .service-card:hover .read-more {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
}

.services .service-card .icon {
  width: 60px;
  height: 60px;
  margin-right: 30px;
  background: color-mix(in srgb, var(--accent-color), transparent 90%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: var(--accent-color);
  font-size: 28px;
  transition: all 0.3s ease;
  line-height: 1;
}

.services .service-card h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}

.services .service-card p {
  margin-bottom: 25px;
  color: color-mix(in srgb, var(--default-color), transparent 25%);
  font-size: 15px;
  line-height: 1.6;
}

.services .service-card .read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--accent-color);
  font-weight: 500;
  transition: all 0.3s ease;
}

.services .service-card .read-more i {
  font-size: 14px;
  transition: transform 0.3s ease;
}

.services .service-card .read-more:hover i {
  transform: translateX(5px);
}
/*--------------------------------------------------------------
# Fim Servicos
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# Inici Servico Detalhe
--------------------------------------------------------------*/
.service-details .service-box {
  background-color: var(--surface-color);
  padding: 20px;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
}

.service-details .service-box+.service-box {
  margin-top: 30px;
}

.service-details .service-box h4 {
  font-size: 20px;
  font-weight: 700;
  border-bottom: 2px solid color-mix(in srgb, var(--default-color), transparent 92%);
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.service-details .services-list {
  background-color: var(--surface-color);
}

.service-details .services-list a {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  background-color: color-mix(in srgb, var(--default-color), transparent 96%);
  display: flex;
  align-items: center;
  padding: 12px 15px;
  margin-top: 15px;
  transition: 0.3s;
}

.service-details .services-list a:first-child {
  margin-top: 0;
}

.service-details .services-list a i {
  font-size: 16px;
  margin-right: 8px;
  color: var(--accent-color);
}

.service-details .services-list a.active {
  color: var(--contrast-color);
  background-color: var(--accent-color);
}

.service-details .services-list a.active i {
  color: var(--contrast-color);
}

.service-details .services-list a:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 95%);
  color: var(--accent-color);
}

.service-details .download-catalog a {
  color: var(--default-color);
  display: flex;
  align-items: center;
  padding: 10px 0;
  transition: 0.3s;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.service-details .download-catalog a:first-child {
  border-top: 0;
  padding-top: 0;
}

.service-details .download-catalog a:last-child {
  padding-bottom: 0;
}

.service-details .download-catalog a i {
  font-size: 24px;
  margin-right: 8px;
  color: var(--accent-color);
}

.service-details .download-catalog a:hover {
  color: var(--accent-color);
}

.service-details .help-box {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  margin-top: 30px;
  padding: 30px 15px;
}

.service-details .help-box .help-icon {
  font-size: 48px;
}

.service-details .help-box h4,
.service-details .help-box a {
  color: var(--contrast-color);
}

.service-details .services-img {
  margin-bottom: 20px;
}

.service-details h3 {
  font-size: 26px;
  font-weight: 700;
}

.service-details p {
  font-size: 15px;
}

.service-details ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.service-details ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.service-details ul i {
  font-size: 20px;
  margin-right: 8px;
  color: var(--accent-color);
}
/*--------------------------------------------------------------
# Inici Servico Detalhe
--------------------------------------------------------------*/

#bg-services {
    position: absolute;
    top: 30%;
    left: 40%; /* Puxa para a esquerda (valores negativos saem para fora da coluna) */
    transform: translateY(-50%); /* Centraliza apenas na vertical, removemos o eixo X */
    z-index: 0;
    width: 70%; /* Aqui você controla o TAMANHO (diminua se quiser menor) */
    pointer-events: none;
}

/*--------------------------------------------------------------
# Hero — Overlay e Conteúdo
--------------------------------------------------------------*/
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.35) 60%, rgba(0,0,0,0.6) 100%);
  z-index: 2;
}

.hero-headline {
  color: #ffffff;
  font-size: clamp(1.75rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1.2;
  margin: 1.5rem auto 1rem;
  max-width: 760px;
  text-shadow: 0 2px 12px rgba(0,0,0,0.5);
}

.hero-sub {
  color: rgba(255,255,255,0.88);
  font-size: clamp(1rem, 2vw, 1.2rem);
  max-width: 600px;
  margin: 0 auto 2rem;
  text-shadow: 0 1px 6px rgba(0,0,0,0.5);
}

.hero-cta-wrapper {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-hero-primary {
  background-color: var(--accent-color);
  color: #ffffff;
  padding: 0.85rem 2.25rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.btn-hero-primary:hover {
  background-color: color-mix(in srgb, var(--accent-color), #000 15%);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(13, 131, 253, 0.4);
}

.btn-hero-secondary {
  background-color: transparent;
  color: #ffffff;
  padding: 0.85rem 2.25rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1rem;
  border: 2px solid rgba(255,255,255,0.7);
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.btn-hero-secondary:hover {
  background-color: rgba(255,255,255,0.15);
  color: #ffffff;
  border-color: #ffffff;
  transform: translateY(-2px);
}

@media (max-width: 576px) {
  .hero-cta-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .btn-hero-primary,
  .btn-hero-secondary {
    width: 100%;
    max-width: 280px;
    justify-content: center;
  }
}

/*--------------------------------------------------------------
# Botão CTA no Nav
--------------------------------------------------------------*/
/* ── Nav CTA — desktop (xl+) ── */
.btn-nav-cta {
  display:         inline-flex;
  align-items:     center;
  gap:             7px;
  background:      var(--accent-color);
  color:           #fff;
  padding:         9px 18px;
  border-radius:   var(--radius);
  border:          1px solid var(--accent-color);
  font:            600 13px/1 var(--font-sans);
  letter-spacing:  -.005em;
  text-decoration: none;
  white-space:     nowrap;
  margin-left:     1.25rem;
  position:        relative;
  overflow:        hidden;
  isolation:       isolate;
  transition:
    background   .25s var(--ease, ease),
    box-shadow   .25s var(--ease, ease),
    transform    .2s  var(--ease, ease);
}
.btn-nav-cta::before {
  content:    "";
  position:   absolute;
  inset:      0;
  z-index:    -1;
  background: linear-gradient(120deg, transparent 40%, rgba(255,255,255,.15) 50%, transparent 60%);
  transform:  translateX(-110%);
  transition: transform 600ms var(--ease, ease);
}
.btn-nav-cta:hover {
  background:   color-mix(in srgb, var(--accent-color), #000 15%);
  border-color: color-mix(in srgb, var(--accent-color), #000 15%);
  box-shadow:   0 8px 22px -8px rgba(10,42,94,.45);
  transform:    translateY(-1px);
  color:        #fff;
}
.btn-nav-cta:hover::before { transform: translateX(110%); }

/* ── Nav CTA compacto — mobile/tablet (ícone WA) ── */
.btn-nav-cta-mobile {
  display:         inline-flex;
  align-items:     center;
  justify-content: center;
  width:           36px;
  height:          36px;
  border-radius:   50%;
  background:      #25D366;
  color:           #fff;
  font-size:       1rem;
  text-decoration: none;
  margin-left:     0.5rem;
  flex-shrink:     0;
  transition: background .2s, transform .2s, box-shadow .2s;
}
.btn-nav-cta-mobile:hover {
  background:  #1ebe5d;
  transform:   scale(1.08);
  box-shadow:  0 4px 14px -4px rgba(37,211,102,.5);
  color:       #fff;
}

/*--------------------------------------------------------------
# Seção de Números (Stats)
--------------------------------------------------------------*/
.stats {
  padding: 60px 0;
  background-color: var(--background-color);
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 92%);
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 92%);
}

.stat-item {
  padding: 1.5rem 1rem;
}

.stat-icon {
  font-size: 2rem;
  color: var(--accent-color);
  margin-bottom: 0.5rem;
}

.stat-number {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 800;
  color: var(--heading-color);
  font-family: var(--heading-font);
  line-height: 1;
}

.stat-suffix {
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  font-weight: 800;
  color: var(--accent-color);
  font-family: var(--heading-font);
  line-height: 1;
  padding-bottom: 4px;
}

.stat-label {
  color: color-mix(in srgb, var(--default-color), transparent 25%);
  font-size: 0.95rem;
  margin-top: 0.4rem;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# WhatsApp Flutuante
--------------------------------------------------------------*/
.whatsapp-float {
  position: fixed;
  bottom: 70px;
  right: 15px;
  z-index: 99998;
  background-color: #25d366;
  color: #ffffff;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.45);
  transition: all 0.3s ease;
  text-decoration: none;
}

.whatsapp-float:hover {
  background-color: #1da851;
  color: #ffffff;
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.55);
}

@media (max-width: 576px) {
  .whatsapp-float {
    bottom: 80px;
    width: 48px;
    height: 48px;
    font-size: 1.4rem;
  }
}

/*--------------------------------------------------------------
# Footer escuro
--------------------------------------------------------------*/
.dark-footer {
  --background-color: #1a2332;
  --default-color: rgba(255, 255, 255, 0.75);
  --heading-color: #ffffff;
  background-color: #1a2332;
  color: rgba(255, 255, 255, 0.75);
}

.dark-footer .sitename {
  color: rgba(255, 255, 255, 0.9);
}

.dark-footer .footer-about p,
.dark-footer .footer-contact p,
.dark-footer .footer-contact a {
  color: rgba(255, 255, 255, 0.65);
}

.dark-footer h4 {
  color: rgba(255, 255, 255, 0.9);
}

.dark-footer .footer-links ul a {
  color: rgba(255, 255, 255, 0.6);
}

.dark-footer .footer-links ul a:hover {
  color: var(--accent-color);
}

.dark-footer .social-links a {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
}

.dark-footer .social-links a:hover {
  border-color: var(--accent-color);
  color: var(--accent-color);
}

.dark-footer .copyright {
  border-top-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.45);
}

.dark-footer .copyright p {
  color: rgba(255, 255, 255, 0.45);
}

/*--------------------------------------------------------------
# Diagnóstico Rápido — Design System V2
--------------------------------------------------------------*/
.diagnostico { background: var(--surface); }

.diag-wrapper {
  background: #fff;
  border-radius: var(--radius-lg, 16px);
  border: 1px solid var(--line);
  box-shadow:
    0 2px 4px rgba(10,42,94,.04),
    0 12px 48px -14px rgba(10,42,94,.14);
  padding: 40px 44px;
  max-width: 860px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.diag-wrapper::before {
  content: "";
  position: absolute;
  top: -80px; right: -80px;
  width: 280px; height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(19,59,122,.06), transparent 65%);
  pointer-events: none;
}
@media (max-width: 576px) { .diag-wrapper { padding: 28px 20px; } }

/* ── Stepper ── */
.diag-progress {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  margin-bottom: 36px;
}
.diag-step-dot {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  position: relative;
  z-index: 1;
}
.diag-dot-num {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--surface);
  color: var(--muted-2);
  display: flex;
  align-items: center;
  justify-content: center;
  font: 700 13px/1 var(--font-mono);
  border: 2px solid var(--line);
  transition: background .3s var(--ease), border-color .3s var(--ease),
              box-shadow .3s var(--ease), color .3s var(--ease);
}
.diag-step-dot.active .diag-dot-num {
  background: var(--navy-800);
  color: #fff;
  border-color: var(--navy-800);
  box-shadow: 0 0 0 4px rgba(19,59,122,.12);
}
.diag-step-dot.done .diag-dot-num {
  background: var(--navy-800);
  border-color: var(--navy-800);
  color: transparent;
  font-size: 0;
}
.diag-step-dot.done .diag-dot-num::after {
  content: "";
  width: 14px; height: 14px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/contain no-repeat;
  display: block;
}
.diag-dot-label {
  font: 500 10.5px/1 var(--font-mono);
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--muted-2);
  white-space: nowrap;
}
.diag-step-dot.active .diag-dot-label { color: var(--navy-800); font-weight: 700; }
.diag-step-dot.done  .diag-dot-label  { color: var(--navy-700); }

.diag-progress-line {
  flex: 1;
  height: 2px;
  background: var(--line);
  margin: 17px 8px 0;
  max-width: 80px;
  border-radius: 1px;
  transition: background .35s var(--ease);
}
.diag-step-dot.done + .diag-progress-line { background: var(--navy-800); }

/* ── Panels ── */
.diag-step-panel   { display: none; animation: diag-in .22s var(--ease) both; }
.diag-step-panel.active  { display: block; }
.diag-result-panel { display: none; animation: diag-in .22s var(--ease) both; }
.diag-result-panel.active { display: block; }
@keyframes diag-in {
  from { opacity: 0; transform: translateY(6px); }
  to   { opacity: 1; transform: translateY(0); }
}

.diag-question {
  font-size: 18px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 24px;
  letter-spacing: -.015em;
  line-height: 1.3;
}
.diag-question small {
  font-size: 12.5px;
  font-weight: 400;
  color: var(--muted);
  display: block;
  margin-top: 4px;
  letter-spacing: 0;
}

/* ── Radio cards ── */
.diag-options {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 12px;
  margin-bottom: 28px;
}
.diag-option { cursor: pointer; }
.diag-option input[type="radio"] { position: absolute; opacity: 0; pointer-events: none; }

.diag-option-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 22px 16px 18px;
  border: 2px solid var(--line);
  border-radius: var(--radius, 10px);
  text-align: center;
  background: #fff;
  cursor: pointer;
  transition:
    border-color .22s var(--ease),
    background   .22s var(--ease),
    transform    .22s var(--ease),
    box-shadow   .22s var(--ease);
}
/* Indicator ring top-right */
.diag-option-card::after {
  content: "";
  position: absolute;
  top: 10px; right: 10px;
  width: 18px; height: 18px;
  border-radius: 50%;
  border: 2px solid var(--line);
  transition: background .22s var(--ease), border-color .22s var(--ease);
}
.diag-option-card i {
  font-size: 28px;
  color: var(--muted-2);
  transition: color .22s var(--ease), transform .22s var(--ease);
}
.diag-option-card strong { font-size: 15px; font-weight: 700; color: var(--ink); letter-spacing: -.01em; }
.diag-option-card small  { font-size: 11.5px; color: var(--muted); }

.diag-option-card:hover {
  border-color: var(--navy-100);
  transform: translateY(-2px);
  box-shadow: 0 4px 16px -6px rgba(10,42,94,.12);
}
.diag-option-card:hover i { color: var(--navy-700); }

.diag-option input[type="radio"]:checked + .diag-option-card {
  border-color: var(--navy-800);
  background: rgba(19,59,122,.04);
  transform: translateY(-2px);
  box-shadow: 0 4px 20px -8px rgba(10,42,94,.18);
}
.diag-option input[type="radio"]:checked + .diag-option-card::after {
  background: var(--navy-800)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E")
    center / 11px no-repeat;
  border-color: var(--navy-800);
}
.diag-option input[type="radio"]:checked + .diag-option-card i {
  color: var(--navy-800);
  transform: scale(1.08);
}

/* ── Checkbox cards ── */
.diag-options-check {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 28px;
}
@media (max-width: 640px) { .diag-options-check { grid-template-columns: 1fr; } }

.diag-option-check { cursor: pointer; }
.diag-option-check input[type="checkbox"] { position: absolute; opacity: 0; pointer-events: none; }

.diag-check-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 42px 13px 16px;
  border: 2px solid var(--line);
  border-radius: var(--radius, 10px);
  font-size: 13.5px;
  font-weight: 500;
  color: var(--ink-soft);
  background: #fff;
  cursor: pointer;
  position: relative;
  transition:
    border-color .2s var(--ease),
    background   .2s var(--ease),
    color        .2s var(--ease);
}
/* Custom checkbox indicator (right side) */
.diag-check-card::after {
  content: "";
  position: absolute;
  top: 50%; right: 14px;
  transform: translateY(-50%);
  width: 18px; height: 18px;
  border-radius: 4px;
  border: 2px solid var(--line);
  background: transparent;
  transition: background .2s var(--ease), border-color .2s var(--ease);
}
.diag-check-card i { font-size: 16px; color: var(--muted-2); flex-shrink: 0; transition: color .2s var(--ease); }

.diag-check-card:hover { border-color: var(--navy-100); }

.diag-option-check input:checked + .diag-check-card {
  border-color: var(--navy-800);
  background: rgba(19,59,122,.04);
  color: var(--ink);
}
.diag-option-check input:checked + .diag-check-card::after {
  background: var(--navy-800)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E")
    center / 11px no-repeat;
  border-color: var(--navy-800);
}
.diag-option-check input:checked + .diag-check-card i { color: var(--navy-800); }

/* ── Navigation ── */
.diag-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}
.diag-btn-next,
.diag-btn-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 24px;
  border-radius: var(--radius, 10px);
  font: 600 14px/1 var(--font-sans);
  border: none;
  cursor: pointer;
  transition: background .22s var(--ease), transform .2s var(--ease), box-shadow .22s var(--ease);
}
.diag-btn-next { background: var(--navy-800); color: #fff; }
.diag-btn-next i { transition: transform .22s var(--ease); }
.diag-btn-next:hover:not(:disabled) {
  background: var(--navy-900);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px -8px rgba(10,42,94,.40);
}
.diag-btn-next:hover:not(:disabled) i { transform: translateX(3px); }
.diag-btn-next:disabled { opacity: .38; cursor: not-allowed; }

.diag-btn-back { background: transparent; color: var(--muted); border: 1.5px solid var(--line); }
.diag-btn-back:hover { border-color: var(--navy-100); color: var(--ink); background: var(--surface); }

/* ── Resultado ── */
.diag-result-header {
  text-align: center;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--line);
}
.diag-result-header i { font-size: 48px; color: var(--navy-800); display: block; margin-bottom: 12px; }
.diag-result-header h3 { font-size: 22px; font-weight: 800; color: var(--ink); letter-spacing: -.02em; }
.diag-result-header p  { color: var(--muted); margin: 0; }

.diag-nrs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 28px;
}
@media (max-width: 640px) { .diag-nrs-grid { grid-template-columns: 1fr; } }

.diag-nr-card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  border-radius: var(--radius, 10px);
  border: 1.5px solid var(--line);
  background: #fff;
  transition: box-shadow .2s;
}
.diag-nr-card.obrigatorio { border-color: rgba(19,59,122,.25); background: rgba(19,59,122,.04); }
.diag-nr-card i      { font-size: 22px; color: var(--navy-800); flex-shrink: 0; margin-top: 1px; }
.diag-nr-card strong { font-size: 13px; font-weight: 700; color: var(--ink); display: block; }
.diag-nr-card p      { font-size: 12px; color: var(--muted); margin: 3px 0 0; }

.badge-obrigatorio {
  display: inline-block;
  background: var(--navy-800);
  color: #fff;
  font: 700 9px/1 var(--font-mono);
  letter-spacing: .08em;
  padding: 2px 7px;
  border-radius: 50px;
  margin-left: 6px;
  vertical-align: middle;
  text-transform: uppercase;
}

.diag-result-cta {
  text-align: center;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
.diag-cta-text { color: var(--muted); margin-bottom: 16px; font-size: 14px; }
.diag-btn-restart {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  border: none;
  color: var(--muted);
  font-size: 13px;
  margin-top: 14px;
  cursor: pointer;
  transition: color .2s;
}
.diag-btn-restart:hover { color: var(--navy-800); }

/*--------------------------------------------------------------
# Campos de endereço (ViaCEP)
--------------------------------------------------------------*/
.address-readonly {
  background-color: color-mix(in srgb, var(--accent-color), transparent 95%) !important;
  border-color: color-mix(in srgb, var(--accent-color), transparent 70%) !important;
  color: var(--default-color) !important;
}

#address-fields {
  animation: fadeSlideDown 0.35s ease forwards;
}

@keyframes fadeSlideDown {
  from { opacity: 0; transform: translateY(-8px); }
  to   { opacity: 1; transform: translateY(0); }
}

/*--------------------------------------------------------------
# Badges de Confiança — Seção Sobre
--------------------------------------------------------------*/
.trust-badges { margin-top: 0.5rem; }

.trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: color-mix(in srgb, var(--accent-color), transparent 92%);
  border: 1.5px solid color-mix(in srgb, var(--accent-color), transparent 72%);
  color: var(--heading-color);
  font-size: 0.78rem;
  font-weight: 700;
  padding: 0.35rem 0.85rem;
  border-radius: 50px;
  white-space: nowrap;
}
.trust-badge i { color: var(--accent-color); font-size: 0.85rem; }

/*--------------------------------------------------------------
# Seção de Normas Regulamentadoras
--------------------------------------------------------------*/
.normas { padding: 80px 0; }

.nr-card {
  display: block;
  text-decoration: none;
  background: #fff;
  border: 1.5px solid #e9ecef;
  border-radius: 0.875rem;
  padding: 1.25rem 1rem;
  height: 100%;
  transition: box-shadow 0.28s ease, border-color 0.28s ease, transform 0.28s ease;
}
.nr-card:hover {
  box-shadow: 0 6px 24px rgba(13, 131, 253, 0.12);
  border-color: color-mix(in srgb, var(--accent-color), transparent 60%);
  transform: translateY(-3px);
  text-decoration: none;
}

.nr-card-inner { display: flex; flex-direction: column; align-items: flex-start; gap: 0.35rem; }

.nr-badge {
  display: inline-block;
  background: color-mix(in srgb, var(--accent-color), transparent 88%);
  color: var(--accent-color);
  font-size: 0.68rem;
  font-weight: 800;
  padding: 2px 9px;
  border-radius: 50px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.nr-icon {
  font-size: 1.6rem;
  color: var(--accent-color);
  margin: 0.25rem 0 0.1rem;
}

.nr-label {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--heading-color);
  line-height: 1.3;
}

.nr-desc {
  font-size: 0.76rem;
  color: #6c757d;
  margin: 0;
  line-height: 1.45;
}

/*--------------------------------------------------------------
# Google Maps embed
--------------------------------------------------------------*/
.map-embed iframe {
  filter: grayscale(15%);
  transition: filter 0.3s ease;
}
.map-embed iframe:hover { filter: grayscale(0%); }

/*--------------------------------------------------------------
# Cookie Banner — LGPD
--------------------------------------------------------------*/
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #1a2332;
  color: rgba(255, 255, 255, 0.92);
  padding: 1rem 1.5rem;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.25);
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.cookie-banner.cookie-visible { transform: translateY(0); }

.cookie-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.cookie-text {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.88rem;
  line-height: 1.5;
  flex: 1;
}
.cookie-text i { font-size: 1rem; color: var(--accent-color); flex-shrink: 0; margin-top: 2px; }

.cookie-link {
  color: var(--accent-color);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.cookie-link:hover { color: #fff; }

.cookie-actions { display: flex; gap: 0.75rem; flex-shrink: 0; }

.btn-cookie-accept {
  background: var(--accent-color);
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 0.5rem 1.4rem;
  font-size: 0.85rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease;
}
.btn-cookie-accept:hover { background: #0b6fd8; }

.btn-cookie-reject {
  background: transparent;
  color: rgba(255, 255, 255, 0.65);
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  border-radius: 50px;
  padding: 0.5rem 1.2rem;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}
.btn-cookie-reject:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.55);
}

@media (max-width: 576px) {
  .cookie-inner { flex-direction: column; gap: 0.75rem; }
  .cookie-actions { width: 100%; justify-content: flex-end; }
}

/*--------------------------------------------------------------
# Página de Agradecimento (/obrigado/)
--------------------------------------------------------------*/
.obrigado-section {
  min-height: 80vh;
  display: flex;
  align-items: center;
  padding: 120px 0 80px;
}

.obrigado-icon {
  font-size: 5rem;
  color: #25d366;
  margin-bottom: 1.5rem;
  animation: popIn 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

@keyframes popIn {
  from { transform: scale(0.4); opacity: 0; }
  to   { transform: scale(1);   opacity: 1; }
}

.obrigado-title {
  font-size: clamp(2rem, 5vw, 2.8rem);
  font-weight: 800;
  color: var(--heading-color);
  margin-bottom: 1rem;
}

.obrigado-text {
  font-size: 1.1rem;
  color: #6c757d;
  max-width: 480px;
  margin: 0 auto 2rem;
  line-height: 1.6;
}

.obrigado-next { margin-top: 1.5rem; }
.obrigado-next-label { font-size: 0.9rem; color: #6c757d; margin-bottom: 0; }

.btn-obrigado-wa {
  display: inline-flex;
  align-items: center;
  background: #25d366;
  color: #fff;
  border-radius: 50px;
  padding: 0.75rem 1.6rem;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  transition: background 0.25s, transform 0.25s;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.3);
}
.btn-obrigado-wa:hover {
  background: #1da851;
  color: #fff;
  transform: translateY(-2px);
}

.btn-obrigado-secondary {
  display: inline-flex;
  align-items: center;
  background: transparent;
  color: var(--accent-color);
  border: 2px solid var(--accent-color);
  border-radius: 50px;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.25s;
}
.btn-obrigado-secondary:hover {
  background: var(--accent-color);
  color: #fff;
}

.obrigado-home-link {
  display: inline-block;
  margin-top: 2rem;
  color: #adb5bd;
  font-size: 0.88rem;
  text-decoration: none;
  transition: color 0.2s;
}
.obrigado-home-link:hover { color: var(--accent-color); }

/*--------------------------------------------------------------
# Páginas de Serviço Individual (ServiceDetail.astro)
--------------------------------------------------------------*/
.service-detail-page .page-hero {
  min-height: 340px;
  display: flex;
  align-items: center;
}

.sdt-intro {
  font-size: 1.15rem;
  line-height: 1.75;
  color: var(--default-color);
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid color-mix(in srgb, var(--accent-color), transparent 85%);
}

.sdt-block { margin-bottom: 2.5rem; }

.sdt-h2 {
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 1rem;
  padding-left: 1rem;
  border-left: 4px solid var(--accent-color);
}

.sdt-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sdt-checklist li {
  padding: 0.55rem 0 0.55rem 2rem;
  position: relative;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}
.sdt-checklist li:last-child { border-bottom: none; }
.sdt-checklist li::before {
  content: '\F26E';
  font-family: 'bootstrap-icons';
  position: absolute;
  left: 0;
  top: 0.55rem;
  color: var(--accent-color);
  font-size: 1.1rem;
}

.sdt-steps {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sdt-steps li {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.25rem;
  align-items: flex-start;
}
.sdt-step-num {
  flex-shrink: 0;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background: var(--accent-color);
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.1rem;
}

.sdt-who {
  background: color-mix(in srgb, var(--accent-color), transparent 93%);
  border-radius: 12px;
  padding: 1.5rem;
}
.sdt-who ul {
  margin: 0;
  padding-left: 1.4rem;
}
.sdt-who ul li { margin-bottom: 0.35rem; }

.sdt-block .accordion-button {
  font-weight: 600;
  font-size: 0.97rem;
  background: transparent;
  color: var(--heading-color);
}
.sdt-block .accordion-button:not(.collapsed) {
  background: color-mix(in srgb, var(--accent-color), transparent 92%);
  color: var(--accent-color);
  box-shadow: none;
}
.sdt-block .accordion-item {
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 88%);
  border-radius: 8px !important;
  margin-bottom: 0.5rem;
  overflow: hidden;
}

.sdt-sidebar { position: sticky; top: 110px; }

.sdt-cta-box {
  background: linear-gradient(135deg, var(--accent-color) 0%, color-mix(in srgb, var(--accent-color), #000 18%) 100%);
  border-radius: 16px;
  padding: 2rem 1.75rem;
  color: #fff;
  text-align: center;
  margin-bottom: 1.5rem;
}
.sdt-cta-box h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #fff;
}
.sdt-cta-box p {
  font-size: 0.92rem;
  opacity: 0.92;
  margin-bottom: 1.25rem;
}
.btn-sdt-wa {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #fff;
  color: var(--accent-color);
  border-radius: 50px;
  padding: 0.65rem 1.4rem;
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
}
.btn-sdt-wa:hover {
  color: var(--accent-color);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.18);
}

.sdt-related-box {
  background: var(--surface-color);
  border-radius: 12px;
  padding: 1.5rem;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 88%);
}
.sdt-related-box h4 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.85rem;
  color: var(--heading-color);
}
.sdt-related-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sdt-related-list li {
  padding: 0.45rem 0;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}
.sdt-related-list li:last-child { border-bottom: none; }
.sdt-related-list a {
  font-size: 0.9rem;
  color: var(--accent-color);
  text-decoration: none;
  font-weight: 500;
}
.sdt-related-list a:hover { text-decoration: underline; }

.sdt-contact-info {
  background: var(--surface-color);
  border-radius: 12px;
  padding: 1.5rem;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 88%);
  font-size: 0.9rem;
}
.sdt-contact-info h4 {
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 0.85rem;
  color: var(--heading-color);
}
.sdt-contact-info p { margin-bottom: 0.4rem; }
.sdt-contact-info a { color: var(--accent-color); text-decoration: none; }
.sdt-contact-info a:hover { text-decoration: underline; }

.sdt-icon-wrap {
  font-size: 3rem;
  color: var(--accent-color);
  margin-bottom: 0.75rem;
  display: block;
}

/*--------------------------------------------------------------
# Blog — Listagem (/blog/)
--------------------------------------------------------------*/
.blog-card {
  background: var(--surface-color);
  border-radius: 14px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 88%);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 0.25s, box-shadow 0.25s;
}
.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.10);
}
.blog-card-header {
  background: linear-gradient(135deg, color-mix(in srgb, var(--accent-color), transparent 85%) 0%, color-mix(in srgb, var(--accent-color), transparent 92%) 100%);
  padding: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.blog-card-icon {
  font-size: 2.2rem;
  color: var(--accent-color);
}
.blog-tag {
  display: inline-block;
  background: var(--accent-color);
  color: #fff;
  border-radius: 50px;
  padding: 0.2rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.blog-read-time {
  font-size: 0.78rem;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}
.blog-card-body { padding: 1.25rem 1.5rem; flex: 1; display: flex; flex-direction: column; }
.blog-card-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 0.6rem;
  line-height: 1.35;
}
.blog-card-excerpt {
  font-size: 0.92rem;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  line-height: 1.55;
  flex: 1;
}
.blog-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.85rem 1.5rem;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 88%);
}
.blog-date { font-size: 0.8rem; color: color-mix(in srgb, var(--default-color), transparent 30%); }
.blog-read-more {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--accent-color);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}
.blog-read-more:hover { text-decoration: underline; }

/*--------------------------------------------------------------
# Blog — Artigo Individual (.blog-post-page)
--------------------------------------------------------------*/
.blog-post-page .page-hero {
  min-height: 360px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 3rem;
}
.page-hero-sub {
  font-size: 0.9rem;
  opacity: 0.75;
  margin: 0;
  color: #fff;
}

.service-tag {
  background: var(--accent-color);
  color: #fff;
  border-radius: 50px;
  padding: 0.25rem 1rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.blog-content {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--default-color);
}
.blog-content h2 {
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--heading-color);
  margin-top: 2.5rem;
  margin-bottom: 0.9rem;
  padding-left: 1rem;
  border-left: 4px solid var(--accent-color);
}
.blog-content h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--heading-color);
  margin-top: 1.75rem;
  margin-bottom: 0.6rem;
}
.blog-content p { margin-bottom: 1.1rem; }
.blog-content ul, .blog-content ol {
  padding-left: 1.5rem;
  margin-bottom: 1.1rem;
}
.blog-content li { margin-bottom: 0.4rem; }
.blog-content .lead {
  font-size: 1.15rem;
  line-height: 1.7;
  color: color-mix(in srgb, var(--default-color), transparent 10%);
  margin-bottom: 2rem;
  padding: 1.25rem 1.5rem;
  border-left: 4px solid var(--accent-color);
  background: color-mix(in srgb, var(--accent-color), transparent 93%);
  border-radius: 0 8px 8px 0;
}
.blog-content .table { font-size: 0.9rem; }
.blog-content .table thead th {
  background: color-mix(in srgb, var(--accent-color), transparent 88%);
  color: var(--heading-color);
  font-weight: 700;
}

.blog-cta-box {
  background: linear-gradient(135deg, var(--accent-color) 0%, color-mix(in srgb, var(--accent-color), #000 18%) 100%);
  border-radius: 16px;
  padding: 2rem 2.25rem;
  margin: 2.5rem 0;
  color: #fff;
}
.blog-cta-box h3 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 0.65rem;
  color: #fff;
}
.blog-cta-box p {
  opacity: 0.92;
  font-size: 0.95rem;
  margin-bottom: 1.25rem;
}
.btn-service-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #fff;
  color: var(--accent-color);
  border-radius: 50px;
  padding: 0.7rem 1.5rem;
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
}
.btn-service-whatsapp:hover {
  color: var(--accent-color);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.18);
}

.blog-related {
  background: var(--surface-color);
  border-radius: 12px;
  padding: 1.5rem 1.75rem;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 88%);
}
.blog-related h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.85rem;
  color: var(--heading-color);
  border-left: none;
  padding-left: 0;
  margin-top: 0;
}
.blog-related ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog-related ul li {
  padding: 0.4rem 0;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}
.blog-related ul li:last-child { border-bottom: none; }
.blog-related ul li a {
  font-size: 0.9rem;
  color: var(--accent-color);
  text-decoration: none;
  font-weight: 500;
}
.blog-related ul li a:hover { text-decoration: underline; }

/*--------------------------------------------------------------
# Página Legal (/termos-politica/)
--------------------------------------------------------------*/
.legal-page .section { color: var(--default-color); }

.legal-section h2 {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid color-mix(in srgb, var(--accent-color), transparent 80%);
}
.legal-section h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--heading-color);
  margin-top: 1.5rem;
  margin-bottom: 0.6rem;
}
.legal-section p, .legal-section li {
  font-size: 0.97rem;
  line-height: 1.75;
  color: var(--default-color);
}
.legal-section ul {
  padding-left: 1.4rem;
  margin-bottom: 1rem;
}

.legal-contact-box {
  background: color-mix(in srgb, var(--accent-color), transparent 92%);
  border: 1px solid color-mix(in srgb, var(--accent-color), transparent 78%);
  border-radius: 12px;
  padding: 1.5rem 1.75rem;
}
.legal-contact-box h4 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 0.75rem;
}
.legal-contact-box p {
  font-size: 0.93rem;
  margin-bottom: 0.35rem;
}
.legal-contact-box a { color: var(--accent-color); text-decoration: none; }
.legal-contact-box a:hover { text-decoration: underline; }

/*--------------------------------------------------------------
# Ferramentas Interativas — Calculadoras e Simulador
--------------------------------------------------------------*/
.tool-page .page-hero,
.tools-hub-page .page-hero { min-height: 300px; display:flex; align-items:center; }

/* Tool card (hub page) */
.tool-card {
  background: var(--surface-color);
  border-radius: 16px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 88%);
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s, box-shadow 0.25s;
}
.tool-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,0.10); }
.tool-card-icon { font-size: 2.8rem; margin-bottom: 0.75rem; }
.tool-card-title { font-size: 1.25rem; font-weight: 700; color: var(--heading-color); margin-bottom: 0.65rem; }
.tool-card-desc  { font-size: 0.95rem; color: var(--default-color); line-height: 1.6; flex: 1; margin-bottom: 1.5rem; }
.tool-card-btn   {
  display: inline-flex; align-items: center;
  color: #fff; border-radius: 50px; padding: 0.7rem 1.5rem;
  font-weight: 700; font-size: 0.9rem; text-decoration: none;
  transition: opacity 0.2s, transform 0.2s;
  align-self: flex-start;
}
.tool-card-btn:hover { opacity: 0.9; color: #fff; transform: translateX(3px); }

/* Calculator wrapper */
.calc-tool {
  background: var(--surface-color);
  border-radius: 18px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}
.calc-header {
  display: flex; align-items: center; gap: 1rem;
  padding: 1.5rem 2rem;
  background: linear-gradient(135deg, color-mix(in srgb, var(--accent-color), transparent 88%) 0%, color-mix(in srgb, var(--accent-color), transparent 94%) 100%);
  border-bottom: 1px solid color-mix(in srgb, var(--accent-color), transparent 82%);
}
.calc-header-icon { font-size: 2.2rem; color: var(--accent-color); flex-shrink: 0; }
.calc-title       { font-size: 1.2rem; font-weight: 700; color: var(--heading-color); margin: 0; }
.calc-subtitle    { font-size: 0.85rem; color: color-mix(in srgb, var(--default-color), transparent 25%); margin: 0; }

.calc-body { padding: 1.75rem 2rem; display: flex; flex-direction: column; gap: 1.5rem; }

.calc-field-group { display: flex; flex-direction: column; gap: 0.5rem; }
.calc-label       { font-size: 0.95rem; font-weight: 600; color: var(--heading-color); margin: 0; }
.calc-hint        { font-size: 0.8rem; color: color-mix(in srgb, var(--default-color), transparent 30%); margin: 0; }
.calc-hint-inline { font-weight: 400; font-size: 0.8rem; color: color-mix(in srgb, var(--default-color), transparent 30%); margin-left: 0.5rem; }

.calc-range-wrap  { display: flex; align-items: center; gap: 1rem; }
.calc-range       { flex: 1; accent-color: var(--accent-color); cursor: pointer; height: 6px; }
.calc-number-input {
  width: 90px; padding: 0.4rem 0.6rem;
  border: 1.5px solid color-mix(in srgb, var(--default-color), transparent 75%);
  border-radius: 8px; font-size: 0.95rem; font-weight: 600;
  color: var(--heading-color); background: var(--background-color);
  text-align: center;
}
.calc-number-input:focus { border-color: var(--accent-color); outline: none; }
.calc-range-labels { display:flex; justify-content: space-between; font-size: 0.75rem; color: color-mix(in srgb, var(--default-color), transparent 35%); margin-top: 0.25rem; }

.calc-select {
  padding: 0.5rem 0.75rem;
  border: 1.5px solid color-mix(in srgb, var(--default-color), transparent 75%);
  border-radius: 8px; font-size: 0.92rem; color: var(--heading-color);
  background: var(--background-color); cursor: pointer;
  max-width: 420px;
}
.calc-select:focus { border-color: var(--accent-color); outline: none; }

/* Checkboxes grid */
.calc-checks-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; }
@media (max-width: 576px) { .calc-checks-grid { grid-template-columns: 1fr; } }

.calc-check-card { display: flex; cursor: pointer; }
.calc-check-card input { display: none; }
.calc-check-inner {
  display: flex; flex-direction: column; gap: 0.15rem;
  border: 1.5px solid color-mix(in srgb, var(--default-color), transparent 80%);
  border-radius: 10px; padding: 0.75rem 1rem; width: 100%;
  transition: border-color 0.15s, background 0.15s;
}
.calc-check-card input:checked + .calc-check-inner {
  border-color: var(--accent-color);
  background: color-mix(in srgb, var(--accent-color), transparent 92%);
}
.calc-check-code  { font-size: 0.8rem; font-weight: 700; color: var(--accent-color); }
.calc-check-name  { font-size: 0.88rem; font-weight: 600; color: var(--heading-color); }
.calc-check-range { font-size: 0.75rem; color: color-mix(in srgb, var(--default-color), transparent 25%); }
.calc-check-range em { font-style: normal; }

/* Radio cards */
.calc-radio-group { display: flex; gap: 0.75rem; flex-wrap: wrap; }
.calc-radio-card  { display: flex; cursor: pointer; flex: 1; min-width: 180px; }
.calc-radio-card input { display: none; }
.calc-radio-inner {
  display: flex; flex-direction: column; gap: 0.15rem;
  border: 1.5px solid color-mix(in srgb, var(--default-color), transparent 80%);
  border-radius: 10px; padding: 0.85rem 1rem; width: 100%;
  transition: border-color 0.15s, background 0.15s;
}
.calc-radio-inner strong { font-size: 0.95rem; color: var(--heading-color); }
.calc-radio-inner small  { font-size: 0.78rem; color: color-mix(in srgb, var(--default-color), transparent 25%); }
.calc-radio-card input:checked + .calc-radio-inner {
  border-color: var(--accent-color);
  background: color-mix(in srgb, var(--accent-color), transparent 92%);
}

/* Result panel */
.calc-result-panel {
  border-top: 2px solid color-mix(in srgb, var(--default-color), transparent 88%);
  padding: 1.75rem 2rem;
  background: color-mix(in srgb, var(--default-color), transparent 97%);
}
.calc-result-header {
  display: flex; align-items: center; gap: 0.5rem;
  font-size: 1rem; font-weight: 700; color: var(--heading-color);
  margin-bottom: 1.25rem;
}
.calc-result-empty {
  display: flex; flex-direction: column; align-items: center; gap: 0.5rem;
  padding: 1.5rem;
  color: color-mix(in srgb, var(--default-color), transparent 35%);
  font-size: 0.9rem; text-align: center;
}
.calc-result-empty i { font-size: 2rem; color: #27ae60; }

.calc-result-row  { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1.25rem; }
@media (max-width: 576px) { .calc-result-row { grid-template-columns: 1fr; } }

.calc-result-box  {
  background: var(--surface-color);
  border-radius: 12px;
  border: 2px solid color-mix(in srgb, var(--accent-color), transparent 70%);
  padding: 1rem 1.25rem;
  text-align: center;
}
.calc-box-min     { border-color: #27ae60; }
.calc-box-max     { border-color: #c0392b; }
.calc-box-label   { font-size: 0.78rem; font-weight: 600; color: color-mix(in srgb, var(--default-color), transparent 25%); margin-bottom: 0.4rem; }
.calc-box-value   { font-size: 1.4rem; font-weight: 800; color: var(--heading-color); margin-bottom: 0.2rem; }
.calc-box-min .calc-box-value { color: #27ae60; }
.calc-box-max .calc-box-value { color: #c0392b; }
.calc-box-sub     { font-size: 0.72rem; color: color-mix(in srgb, var(--default-color), transparent 30%); }

/* Risk badge */
.calc-risk-badge-wrap { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1rem; flex-wrap: wrap; }
.calc-risk-badge {
  display: inline-flex; align-items: center;
  border-radius: 50px; padding: 0.3rem 0.9rem;
  font-size: 0.82rem; font-weight: 700;
}
.calc-risk-badge.risk-low    { background: #d4efdf; color: #1e8449; }
.calc-risk-badge.risk-medium { background: #fdebd0; color: #ca6f1e; }
.calc-risk-badge.risk-high   { background: #fadbd8; color: #c0392b; }
.calc-risk-label { font-size: 0.85rem; color: var(--default-color); }

/* Detail list */
.calc-detail-title { font-size: 0.82rem; font-weight: 700; color: var(--heading-color); margin: 0 0 0.5rem; }
.calc-detail-item  { display: flex; justify-content: space-between; align-items: center; padding: 0.35rem 0; border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 90%); font-size: 0.83rem; }
.calc-detail-label { color: var(--default-color); }
.calc-detail-range { font-weight: 600; color: var(--heading-color); }

.calc-legal-note {
  font-size: 0.78rem; color: color-mix(in srgb, var(--default-color), transparent 30%);
  margin-top: 1rem; line-height: 1.5;
}
.calc-result-cta { margin-top: 1.25rem; padding-top: 1.25rem; border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 88%); }
.calc-cta-text   { font-size: 0.9rem; color: var(--default-color); margin-bottom: 0.75rem; }

.calc-insight-box {
  background: #fff8e1; border-left: 4px solid #f39c12;
  border-radius: 0 8px 8px 0; padding: 0.85rem 1rem;
  font-size: 0.87rem; color: #6d4c00; line-height: 1.55;
  margin-bottom: 1rem; margin-top: 0.5rem;
}

/*--------------------------------------------------------------
# Glossário SST
--------------------------------------------------------------*/
.glossary-page .page-hero { min-height: 280px; display: flex; align-items: center; }

.glossary-index {
  display: flex; flex-wrap: wrap; gap: 0.5rem;
  padding: 1rem 0;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 88%);
}
.glossary-index-btn {
  display: inline-flex; align-items: center; justify-content: center;
  width: 2rem; height: 2rem; border-radius: 6px;
  font-weight: 700; font-size: 0.9rem;
  background: var(--surface-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 80%);
  color: var(--heading-color); text-decoration: none;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}
.glossary-index-btn:hover {
  background: var(--accent-color); color: #fff; border-color: var(--accent-color);
}

.glossary-letter-block { margin-bottom: 2.5rem; }
.glossary-letter-heading {
  font-size: 1.6rem; font-weight: 800; color: var(--accent-color);
  margin-bottom: 1rem; padding-bottom: 0.5rem;
  border-bottom: 2px solid color-mix(in srgb, var(--accent-color), transparent 80%);
}

.glossary-term-card {
  background: var(--surface-color);
  border-radius: 12px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 88%);
  padding: 1.25rem 1.5rem;
  margin-bottom: 0.75rem;
  transition: box-shadow 0.2s;
}
.glossary-term-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.07); }

.glossary-term-header { display: flex; align-items: baseline; gap: 0.75rem; margin-bottom: 0.6rem; flex-wrap: wrap; }
.glossary-sigla {
  display: inline-block;
  background: var(--accent-color); color: #fff;
  border-radius: 50px; padding: 0.15rem 0.75rem;
  font-size: 0.82rem; font-weight: 700; letter-spacing: 0.03em;
  white-space: nowrap;
}
.glossary-nome  { font-size: 0.95rem; font-weight: 600; color: var(--heading-color); }
.glossary-def   { font-size: 0.9rem; line-height: 1.7; color: var(--default-color); margin: 0 0 0.5rem; }
.glossary-links { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 0.5rem; }
.glossary-link  {
  font-size: 0.82rem; color: var(--accent-color);
  text-decoration: none; font-weight: 500;
  display: inline-flex; align-items: center;
}
.glossary-link:hover { text-decoration: underline; }
.glossary-cta-box {
  background: linear-gradient(135deg, var(--accent-color) 0%, color-mix(in srgb, var(--accent-color), #000 18%) 100%);
  border-radius: 16px; padding: 2rem 2.25rem; color: #fff; text-align: center;
}
.glossary-cta-box h3 { font-size: 1.3rem; font-weight: 700; color: #fff; margin-bottom: 0.65rem; }
.glossary-cta-box p  { opacity: 0.92; font-size: 0.95rem; margin-bottom: 0; }

/*--------------------------------------------------------------
# Páginas de Setor (Nicho)
--------------------------------------------------------------*/
.sector-page .page-hero { min-height: 340px; display: flex; align-items: center; }

.sector-pain-box {
  background: color-mix(in srgb, #c0392b, transparent 92%);
  border: 1px solid color-mix(in srgb, #c0392b, transparent 80%);
  border-radius: 12px; padding: 1.25rem 1.5rem; margin-bottom: 1.5rem;
}
.sector-pain-box h3 { font-size: 1rem; font-weight: 700; color: #7b241c; margin-bottom: 0.5rem; }
.sector-pain-box ul { margin: 0; padding-left: 1.25rem; }
.sector-pain-box li { font-size: 0.9rem; color: #641e16; margin-bottom: 0.25rem; }

.sector-nr-list { list-style: none; padding: 0; margin: 0; }
.sector-nr-list li {
  display: flex; align-items: flex-start; gap: 0.75rem;
  padding: 0.6rem 0; border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}
.sector-nr-list li:last-child { border-bottom: none; }
.sector-nr-badge {
  flex-shrink: 0; background: var(--accent-color); color: #fff;
  border-radius: 6px; padding: 0.15rem 0.6rem;
  font-size: 0.75rem; font-weight: 700;
}

/* ── Sector hub cards — Design System V2 Premium ── */
.sectors-hub-page .page-hero { min-height: 280px; display: flex; align-items: center; }

.sector-hub-card {
  display:         flex;
  align-items:     flex-start;
  gap:             1.25rem;
  background:      var(--surface-color);
  border-radius:   var(--radius-lg);
  border:          1px solid var(--line);
  padding:         1.75rem;
  text-decoration: none;
  color:           inherit;
  height:          100%;
  position:        relative;
  overflow:        hidden;
  transition:
    transform    .28s var(--ease, cubic-bezier(.4,0,.2,1)),
    box-shadow   .28s var(--ease, cubic-bezier(.4,0,.2,1)),
    border-color .28s var(--ease, cubic-bezier(.4,0,.2,1));
}

/* Fio gold no topo — aparece no hover */
.sector-hub-card::before {
  content:    "";
  position:   absolute;
  top:        0; left: 0; right: 0;
  height:     3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-300));
  transform:  scaleX(0);
  transform-origin: left;
  transition: transform .35s var(--ease, cubic-bezier(.4,0,.2,1));
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}

.sector-hub-card:hover {
  transform:    translateY(-5px);
  box-shadow:   0 16px 40px -12px rgba(10, 42, 94, .18);
  border-color: var(--navy-100);
  color:        inherit;
}
.sector-hub-card:hover::before { transform: scaleX(1); }

/* Ícone com container — 56px, fundo navy-50 */
.sector-hub-icon {
  width:         56px;
  height:        56px;
  border-radius: var(--radius-md);
  background:    var(--navy-50);
  border:        1px solid var(--navy-100);
  display:       grid;
  place-items:   center;
  flex-shrink:   0;
  font-size:     1.5rem;
  color:         var(--navy-800);
  transition:
    background .28s,
    color      .28s;
}
.sector-hub-card:hover .sector-hub-icon {
  background: var(--navy-900);
  color:      #fff;
  border-color: var(--navy-900);
}

/* Corpo de texto */
.sector-hub-body  { flex: 1; min-width: 0; }
.sector-hub-title {
  font-size:      1.05rem;
  font-weight:    700;
  color:          var(--navy-900);
  margin-bottom:  0.5rem;
  letter-spacing: -.015em;
  line-height:    1.3;
}
.sector-hub-desc {
  font-size:   0.875rem;
  color:       var(--muted);
  line-height: 1.6;
  margin-bottom: 0.85rem;
}

/* Pills de NR — mais espaçosas e legíveis */
.sector-hub-nrs { display: flex; flex-wrap: wrap; gap: 0.35rem; }
.sector-nr-pill {
  display:        inline-flex;
  align-items:    center;
  background:     var(--navy-50);
  color:          var(--navy-700);
  border:         1px solid var(--navy-100);
  border-radius:  var(--radius-sm);
  padding:        3px 8px;
  font-size:      0.7rem;
  font-weight:    700;
  font-family:    var(--font-mono);
  letter-spacing: .05em;
  text-transform: uppercase;
  transition:     background .2s, color .2s, border-color .2s;
}
.sector-hub-card:hover .sector-nr-pill {
  background:   var(--navy-100);
  color:        var(--navy-900);
  border-color: var(--navy-100);
}

/* Seta — translação, não fade */
.sector-hub-arrow {
  font-size:    1.1rem;
  color:        var(--navy-100);
  align-self:   center;
  flex-shrink:  0;
  transition:
    transform .25s var(--ease, cubic-bezier(.4,0,.2,1)),
    color     .25s;
}
.sector-hub-card:hover .sector-hub-arrow {
  transform: translateX(5px);
  color:     var(--navy-700);
}

/*--------------------------------------------------------------
# Página de Parceiros — Contadores
--------------------------------------------------------------*/
.partner-page .page-hero { min-height: 360px; display: flex; align-items: center; }

.partner-pain-card {
  background: var(--surface-color);
  border-radius: 12px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 88%);
  padding: 1.5rem;
  height: 100%;
  text-align: center;
}
.partner-pain-icon { font-size: 2.2rem; color: var(--accent-color); margin-bottom: 0.75rem; display: block; }
.partner-pain-card h3 { font-size: 1rem; font-weight: 700; color: var(--heading-color); margin-bottom: 0.5rem; }
.partner-pain-card p  { font-size: 0.88rem; color: var(--default-color); line-height: 1.55; margin: 0; }

.partner-step-card {
  display: flex; align-items: flex-start; gap: 1rem;
  background: var(--surface-color);
  border-radius: 12px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 88%);
  padding: 1.5rem;
  height: 100%;
}
.partner-step-num {
  flex-shrink: 0;
  font-size: 1.8rem; font-weight: 900;
  color: color-mix(in srgb, var(--accent-color), transparent 60%);
  line-height: 1;
}
.partner-step-body h3    { font-size: 1rem; font-weight: 700; color: var(--heading-color); margin-bottom: 0.35rem; }
.partner-step-body p     { font-size: 0.88rem; color: var(--default-color); margin: 0; }
.partner-step-icon       { font-size: 1.3rem; color: var(--accent-color); margin-bottom: 0.35rem; display: block; }

.partner-benefit-card {
  background: var(--surface-color);
  border-radius: 12px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 88%);
  padding: 1.5rem;
  height: 100%;
  transition: box-shadow 0.2s;
}
.partner-benefit-card:hover { box-shadow: 0 6px 20px rgba(0,0,0,0.08); }
.partner-benefit-icon { font-size: 1.8rem; color: var(--accent-color); margin-bottom: 0.5rem; display: block; }
.partner-benefit-card h3 { font-size: 0.95rem; font-weight: 700; color: var(--heading-color); margin-bottom: 0.35rem; }
.partner-benefit-card p  { font-size: 0.85rem; color: var(--default-color); margin: 0; }

.partner-cta-form-box {
  background: var(--surface-color);
  border-radius: 16px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
  padding: 2rem;
  text-align: center;
}
.partner-cta-form-box h3 { font-size: 1.25rem; font-weight: 700; color: var(--heading-color); margin-bottom: 0.5rem; }
.partner-cta-form-box p  { font-size: 0.9rem; color: var(--default-color); }

/*--------------------------------------------------------------
# Recursos / Lead Magnets
--------------------------------------------------------------*/
.resources-page .page-hero { min-height: 280px; display: flex; align-items: center; }

.resource-card {
  background: var(--surface-color);
  border-radius: 14px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 88%);
  padding: 0;
  overflow: hidden;
  height: 100%;
  display: flex; flex-direction: column;
  transition: transform 0.25s, box-shadow 0.25s;
}
.resource-card:hover { transform: translateY(-3px); box-shadow: 0 10px 28px rgba(0,0,0,0.09); }
.resource-card-header { display: flex; align-items: center; gap: 1rem; padding: 1.25rem 1.5rem; background: color-mix(in srgb, var(--default-color), transparent 96%); }
.resource-icon  { font-size: 2rem; flex-shrink: 0; }
.resource-title { font-size: 1.05rem; font-weight: 700; color: var(--heading-color); margin: 0.4rem 0 0; }
.resource-desc  { font-size: 0.9rem; color: var(--default-color); line-height: 1.6; padding: 1rem 1.5rem 0; flex: 1; }
.resource-items {
  list-style: none; padding: 0.75rem 1.5rem 0; margin: 0;
}
.resource-items li { font-size: 0.85rem; padding: 0.25rem 0; color: var(--default-color); }
.resource-btn {
  display: inline-flex; align-items: center; justify-content: center;
  width: calc(100% - 3rem); margin: 1rem 1.5rem 1.5rem;
  color: #fff; border: none; border-radius: 50px;
  padding: 0.75rem 1rem; font-size: 0.9rem; font-weight: 700;
  cursor: pointer; transition: opacity 0.2s, transform 0.15s;
}
.resource-btn:hover { opacity: 0.9; transform: translateY(-1px); color: #fff; }

/* Modal */
.kit-modal {
  position: fixed; inset: 0; z-index: 9999;
  display: flex; align-items: center; justify-content: center;
  padding: 1rem;
}
.kit-modal-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.55); }
.kit-modal-box {
  position: relative; z-index: 1;
  background: var(--surface-color);
  border-radius: 18px; padding: 2rem;
  max-width: 480px; width: 100%;
  box-shadow: 0 20px 60px rgba(0,0,0,0.25);
  max-height: 90vh; overflow-y: auto;
}
.kit-modal-close {
  position: absolute; top: 1rem; right: 1rem;
  background: none; border: none; cursor: pointer;
  font-size: 1.1rem; color: var(--default-color); padding: 0.25rem;
}
.kit-modal-icon  { font-size: 2.5rem; color: var(--accent-color); display: block; margin-bottom: 0.75rem; }
.kit-modal-title { font-size: 1.2rem; font-weight: 700; color: var(--heading-color); margin-bottom: 0.4rem; }
.kit-modal-sub   { font-size: 0.88rem; color: var(--default-color); margin-bottom: 1.25rem; }
.kit-form .form-control { border-radius: 8px; border: 1.5px solid color-mix(in srgb, var(--default-color), transparent 75%); font-size: 0.9rem; }
.kit-form .form-control:focus { border-color: var(--accent-color); box-shadow: none; }
.kit-form .form-label { font-size: 0.85rem; font-weight: 600; color: var(--heading-color); }
.kit-privacy-note { font-size: 0.75rem; color: color-mix(in srgb, var(--default-color), transparent 30%); text-align: center; }
.kit-privacy-note a { color: var(--accent-color); }

/* ══════════════════════════════════════════════════════════════
   DIAGNÓSTICO — PASSO 4 (CONTATO)
   ══════════════════════════════════════════════════════════════ */

/* Subtítulo do painel */
.diag-panel-sub {
  color: var(--muted);
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
  text-align: center;
}

/* Wrapper dos campos de contato */
.diag-contact-fields {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 480px;
  margin: 0 auto 1.5rem;
}

/* Grupo label + input */
.diag-field-group {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.diag-field-label {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--ink);
}

.diag-required {
  color: var(--signal);
  margin-left: 2px;
}

/* Input text / tel */
.diag-text-input {
  width: 100%;
  padding: 0.6rem 0.9rem;
  border: 1.5px solid var(--line);
  border-radius: var(--radius, 8px);
  font-size: 1rem;
  font-family: var(--font-sans);
  color: var(--ink);
  background: #fff;
  transition: border-color var(--dur-2) var(--ease),
              box-shadow   var(--dur-2) var(--ease);
  outline: none;
}
.diag-text-input:focus {
  border-color: var(--navy-800);
  box-shadow: 0 0 0 3px rgba(19, 59, 122, 0.10);
}
.diag-text-input::placeholder {
  color: var(--muted-2);
}

/* Mensagem de erro inline */
.diag-form-error {
  background: color-mix(in srgb, var(--signal) 8%, transparent);
  border: 1px solid color-mix(in srgb, var(--signal) 30%, transparent);
  border-radius: var(--radius, 8px);
  padding: 0.55rem 0.9rem;
  font-size: 0.875rem;
  color: var(--signal);
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.diag-form-error::before {
  content: "⚠️";
  flex-shrink: 0;
}

/* ── Badges de status pós-envio ── */
.diag-send-badge {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  padding: 0.85rem 1.1rem;
  border-radius: var(--radius, 8px);
  font-size: 0.925rem;
  font-weight: 500;
  margin-bottom: 1.25rem;
}
.diag-send-ok {
  background: color-mix(in srgb, var(--green) 10%, transparent);
  border: 1px solid color-mix(in srgb, var(--green) 35%, transparent);
  color: color-mix(in srgb, var(--green) 80%, #000);
}
.diag-send-warn {
  background: color-mix(in srgb, var(--gold) 12%, transparent);
  border: 1px solid color-mix(in srgb, var(--gold) 40%, transparent);
  color: color-mix(in srgb, var(--gold) 75%, #000);
}

/* ══════════════════════════════════════════════════════════════
   COOKIE CONSENT — LGPD (CookieConsent.astro)
   ══════════════════════════════════════════════════════════════ */

/* ── Banner fixo ──────────────────────────────────────────────── */
#cc-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1045;
  background: rgba(22, 28, 36, 0.97);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 1rem 0;
  /* Animação slide-up */
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.35s cubic-bezier(0.25,0.46,0.45,0.94),
              opacity   0.35s ease;
  /* Garante foco acessível visível */
  outline: none;
}
#cc-banner.cc-visible {
  transform: translateY(0);
  opacity: 1;
}

.cc-banner-inner {
  padding: 0 1rem;
}

.cc-banner-content {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.cc-banner-text {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  color: rgba(255,255,255,0.88);
  font-size: 0.875rem;
  line-height: 1.5;
  flex: 1 1 320px;
}

.cc-shield-icon {
  color: #ffc107;
  font-size: 1.1rem;
  margin-top: 0.1rem;
  flex-shrink: 0;
}

.cc-link {
  color: #ffc107;
  text-underline-offset: 3px;
}
.cc-link:hover,
.cc-link:focus {
  color: #ffda6a;
}

.cc-banner-actions {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  align-items: center;
  flex-shrink: 0;
}

.cc-btn {
  white-space: nowrap;
  min-width: 7rem;
}

/* Alto contraste para foco com teclado */
.cc-btn:focus-visible,
#cc-banner button:focus-visible {
  outline: 2px solid #ffc107;
  outline-offset: 2px;
}

/* ── Botão flutuante (pós-consentimento) ─────────────────────── */
#cc-reopen {
  position: fixed;
  bottom: 1.25rem;
  left: 1.25rem;
  z-index: 1040;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: rgba(22,28,36,0.92);
  border: 1px solid rgba(255,193,7,0.35);
  color: #ffc107;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
  transition: background 0.2s, transform 0.2s, border-color 0.2s;
  cursor: pointer;
  padding: 0;
}
#cc-reopen:hover {
  background: rgba(22,28,36,1);
  border-color: #ffc107;
  transform: scale(1.1);
}
#cc-reopen:focus-visible {
  outline: 2px solid #ffc107;
  outline-offset: 3px;
}

/* ── Modal de preferências ───────────────────────────────────── */
.cc-modal-content {
  border: none;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.35);
}

.cc-modal-header {
  background: #161c24;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  padding: 1.1rem 1.5rem;
}
.cc-modal-header .modal-title {
  font-size: 1rem;
  font-weight: 600;
}

/* Linhas de categoria */
.cc-category-row {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.1rem 1.5rem;
  border-bottom: 1px solid #f0f0f0;
}
.cc-category-last {
  border-bottom: none;
}
.cc-category-essential {
  background: #f8f9fa;
}

.cc-category-info {
  flex: 1;
}

.cc-category-header {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.3rem;
}

.cc-category-name {
  font-weight: 600;
  font-size: 0.925rem;
  color: #1a1a1a;
  margin: 0;
  cursor: pointer;
}
.cc-category-essential .cc-category-name {
  cursor: default;
}

.cc-category-desc {
  font-size: 0.8rem;
  color: #6c757d;
  line-height: 1.5;
  margin: 0;
}

.cc-badge-always {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #0a3622;
  background: #d1e7dd;
  padding: 0.15rem 0.45rem;
  border-radius: 999px;
  white-space: nowrap;
}

.cc-toggle-wrap {
  flex-shrink: 0;
  padding-top: 0.1rem;
}

/* Switch Bootstrap — personalizado */
.cc-toggle {
  width: 2.5em;
  height: 1.35em;
  cursor: pointer;
}
.cc-toggle:checked {
  background-color: #1a6bc4;
  border-color: #1a6bc4;
}
.cc-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(26,107,196,0.25);
  border-color: #1a6bc4;
}
.cc-switch-disabled .form-check-input {
  opacity: 0.55;
  cursor: not-allowed;
}

/* Rodapé do modal */
.cc-modal-footer {
  background: #f8f9fa;
  border-top: 1px solid #e9ecef;
  padding: 0.85rem 1.5rem;
  gap: 0.5rem;
}

.cc-policy-link {
  font-size: 0.8rem;
  color: #6c757d;
  text-decoration: none;
}
.cc-policy-link:hover {
  color: #1a6bc4;
  text-decoration: underline;
}

/* Foco acessível nos botões do modal */
#ccModal button:focus-visible,
#ccModal a:focus-visible {
  outline: 2px solid #1a6bc4;
  outline-offset: 2px;
  border-radius: 4px;
}

/* ── Responsivo ──────────────────────────────────────────────── */
@media (max-width: 767.98px) {
  .cc-banner-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.85rem;
  }
  .cc-banner-actions {
    width: 100%;
    justify-content: flex-end;
  }
  .cc-btn {
    flex: 1 1 auto;
    min-width: 0;
    text-align: center;
  }
  .cc-category-row {
    flex-direction: column;
    gap: 0.6rem;
  }
  .cc-toggle-wrap {
    align-self: flex-end;
  }
  #cc-reopen {
    bottom: 1rem;
    left: 1rem;
  }
}

/* ── Redução de movimento (acessibilidade) ───────────────────── */
@media (prefers-reduced-motion: reduce) {
  #cc-banner {
    transition: opacity 0.15s ease;
    transform: none !important;
  }
  #cc-reopen {
    transition: none;
  }
}
