/* Configuração de Fonte Global */
body {
    font-family: 'Plus Jakarta Sans', sans-serif;
}

/* Mantém os ícones visíveis enquanto as fontes do Font Awesome carregam. */
@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-solid-900.woff2') format('woff2');
}

@font-face {
    font-family: 'Font Awesome 6 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-brands-400.woff2') format('woff2');
}

@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-regular-400.woff2') format('woff2');
}

/* Acessibilidade: salto de conteúdo, foco visível e texto para leitores de tela */
.skip-link {
    position: fixed;
    top: 0.75rem;
    left: 0.75rem;
    z-index: 100;
    padding: 0.75rem 1rem;
    color: #ffffff;
    background-color: #182747;
    border-radius: 0.5rem;
    transform: translateY(-200%);
}

.skip-link:focus {
    transform: translateY(0);
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

:focus-visible {
    outline: 3px solid #D4A373;
    outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* Animação do Botão Pulsar do WhatsApp */
@keyframes pulse-ring {
    0% {
        transform: scale(0.95);
        opacity: 0.8;
    }

    50% {
        transform: scale(1.15);
        opacity: 0.4;
    }

    100% {
        transform: scale(0.95);
        opacity: 0;
    }
}

/* Estilização do link container */
.logo {
    display: flex;
    align-items: center;
    text-decoration: none;
}

/* Redimensionamento e ajuste da imagem */
.logo img {
    height: 85px;
    width: auto;
    object-fit: contain;
}

/* Torna a logo do rodapé inteiramente branca/brilhante */
.footer-logo img {
    filter: brightness(0) invert(1);
    /* Se quiser manter o tom dourado/suave, pode ajustar a opacidade */
    opacity: 0.9;
}

.pulse-whatsapp {
    position: relative;
}

.pulse-whatsapp::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #25D366;
    border-radius: 9999px;
    animation: pulse-ring 2s infinite ease-in-out;
    z-index: -1;
}

/* Background com Imagem de Fundo Suave */
.card-bg {
    position: relative;
    overflow: hidden;
    background-color: #0f172a;
    /* Fundo escuro para manter o contraste da seção */
}

.card-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    /* Opacidade reduzida para preservar contraste do texto */
    opacity: 0;

    z-index: 0;
}

.hero-background-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0.2;
    z-index: 0;
}

.card-bg > .hero-background-image {
    position: absolute;
    z-index: 0;
}

.card-bg > .max-w-7xl {
    position: relative;
    z-index: 1;
}

.card-bg>* {
    position: relative;
    z-index: 1;
}

#apresentacao [class*="lg:col-span-7"] {
    color: #ffffff !important;
}

#apresentacao [class*="lg:col-span-7"] .text-brand-blue {
    color: #ffffff !important;
}

#apresentacao [class*="lg:col-span-7"] .text-slate-700,
#apresentacao [class*="lg:col-span-7"] .text-slate-600,
#apresentacao [class*="lg:col-span-7"] .text-slate-400 {
    color: rgba(255, 255, 255, 0.9) !important;
}

#apresentacao [class*="lg:col-span-7"] .text-brand-gold {
    color: #84572D !important;
}

#apresentacao [class*="lg:col-span-7"] h1 .text-brand-gold,
#apresentacao [class*="lg:col-span-7"] .pt-2 .text-brand-gold {
    color: #D4A373 !important;
}

#apresentacao a[href="#servicos"].bg-white {
    color: #233762 !important;
}

@media (max-width: 767px) {
    .hero-background-image {
        object-position: center;
    }
}

#mobile-menu-btn.is-open {
    transform: rotate(90deg);
}

#mobile-menu-btn.is-open i {
    transform: rotate(180deg);
}

/* Background para a Seção de Cotação */
.cotacao-bg {
    position: relative;
    overflow: hidden;
    background-color: #0f172a;
    /* Tom escuro para garantir contraste */
}

.cotacao-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    /* Substitua pelo caminho da sua imagem */
    background-image: url('images/background2.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    /* Opacidade baixa para não poluir visualmente os inputs */
    opacity: 0.2;
    z-index: 0;
}

/* Garante que o formulário e textos fiquem sobre a imagem */
.cotacao-bg>* {
    position: relative;
    z-index: 1;
}

.cotacao-bg .text-brand-gold,
.bg-brand-blueDark .text-brand-gold {
    color: #D4A373 !important;
}

.text-amber-400 {
    color: #9A6700 !important;
}

/* Padronização dos ícones de serviços */
.service-icon {
    width: 3.5rem;
    height: 3.5rem;
    min-width: 3.5rem;
    min-height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0f4c81;
    background-color: rgba(15, 76, 129, 0.10);
}

.service-icon svg,
.service-icon i,
.service-icon .fa-solid,
.service-icon .fa-regular,
.service-icon .fa-brands {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1.5rem;
    line-height: 1;
    color: currentColor !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.service-icon svg path,
.service-icon svg g,
.service-icon svg * {
    fill: currentColor !important;
    stroke: currentColor !important;
}

.group > div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.group > div > .service-icon {
    margin-right: 1rem;
    margin-bottom: 0.75rem;
}

.group > div > h3 {
    margin: 0;
    flex: 1 1 auto;
}

.group > div > hr,
.group > div > p {
    flex-basis: 100%;
    width: 100%;
}

.group > div > hr {
    margin: 0.75rem 0;
}

.group > div > p {
    margin-bottom: 1.5rem;
}

.group:hover .service-icon,
.group:active .service-icon,
.group:focus-within .service-icon {
    background-color: #0f4c81;
    color: #ffffff;
}
.ticker-section {
  padding: 48px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: var(--surface);
  overflow: hidden;
  position: relative;
}

.ticker-label {
  text-align: center;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-3);
  font-weight: 600;
  margin-bottom: 28px;
}

.ticker-track-wrap {
  overflow: hidden;
}

.ticker-track {
  display: flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  animation: ticker 28s linear infinite;
}

.ticker-track:hover {
  animation-play-state: paused;
}

@keyframes ticker {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.ticker-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--text-3);
  white-space: nowrap;
  flex-shrink: 0;
  transition: color 0.3s;
}

.ticker-item:hover {
  color: var(--accent);
}

.ticker-item-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: var(--accent-ghost);
  border: 1px solid var(--accent-border);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ticker-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent-light);
  flex-shrink: 0;
  opacity: 0.5;
}