/*
Theme Name: EzField Theme Full Refinado v2 Ready
Author: EzBiz
Version: 1.0
Description: Site one-page EzField com layout refinado para Governo e Utilities.
*/

:root {
  --primary: #0d6efd;
  --primary-dark: #0a58ca;
  --secondary: #12a47a;
  --bg-light: #f5f6f8;
  --text-main: #1f2933;
  --text-muted: #6b7280;
  --white: #ffffff;
  --shadow-soft: 0 12px 30px rgba(15, 23, 42, 0.10);
  --radius-lg: 20px;
  --radius-md: 14px;
  --radius-pill: 999px;
  --max-width: 1160px;
   /* Paleta EzBiz */
  --ez-blue-light: #00A3E4;
  --ez-blue-dark:  #00094A;

  --ez-bg-light:   #f5f6f8;
  --ez-text-main:  #1f2933;
  --ez-text-muted: #6b7280;

  /* Botões / estados */
  --ez-primary:      var(--ez-blue-light);
  --ez-primary-dark: #008ac0;
}

/* Fontes: se você já tiver os arquivos da Conthrax, pode registrar assim: */
@font-face {
  font-family: "Conthrax SB";
  src: url("fonts/ConthraxSB.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

/* Montserrat via Google Fonts (opcional, caso use): */
/* <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap"> */

body {
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ez-text-main);
  background: #ffffff;
}


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

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text-main);
  background: #ffffff;
  line-height: 1.6;
}

a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }

.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* HEADER */

header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(0, 9, 74, 0.98);           /* azul escuro semitransparente */
  backdrop-filter: blur(10px);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.7rem 0;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 700;
  font-size: 1.15rem;
  letter-spacing: 0.03em;
}

.logo-mark {
  width: 32px;
  height: 32px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--ez-blue-light), var(--ez-blue-dark));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.95rem;
  box-shadow: var(--shadow-soft);
}

nav {
  display: flex;
  align-items: center;
  gap: 1.7rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  list-style: none;
}

/* MENU MAIS CLARO – Opção A */

.nav-links a {
  color: #f4f8ff;                /* quase branco – excelente contraste */
  font-weight: 500;
  transition: color 0.2s ease;
}

.nav-links a:hover {
  color: var(--ez-blue-light);   /* azul claro da marca no hover */
}

/* BOTÕES GENÉRICOS */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 1.35rem;
  border-radius: var(--radius-pill);
  border: 1px solid transparent;
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}

/* Botão de destaque no menu (header) */

.btn-header-cta {
  background: #00A3E4;                             /* azul claro EzBiz */
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.btn-header-cta:hover {
  background: #008ac0;                             /* azul um pouco mais escuro no hover */
}

/* Botões padrão do site */

.btn-primary {
  background: var(--primary);
  color: #fff;
  box-shadow: var(--shadow-soft);
}

.btn-primary:hover {
  background: var(--primary-dark);
  transform: translateY(-1px);
  box-shadow: 0 18px 40px rgba(15,23,42,0.18);
}

.btn-outline {
  background: transparent;
  border-color: rgba(148,163,184,0.7);
  color: var(--text-main);
}

.btn-outline:hover {
  border-color: var(--primary);
  color: var(--primary);
}

/* Menu mobile (estrutura do hambúrguer, ainda sem abrir/fechar) */

.menu-toggle {
  display: none;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: #f4f8ff;  /* antes era #111827 (preto) */
  margin: 4px 0;
  transition: all 0.2s ease;
}

/* HERO */

.hero {
  padding: 3.5rem 0 3rem;
/*  background: radial-gradient(circle at top left, #e0f2fe 0, #ffffff 42%); */

   /* imagem de fundo oficial */
  background-image:
    linear-gradient(120deg, rgba(0, 9, 74, 0.85), rgba(0, 163, 228, 0.35)),
    url("http://ezbiz.com.br/wp-content/uploads/2025/12/Fundo-1-Capa-de-Facebook.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff;
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0,1.3fr) minmax(0,1.1fr);
  gap: 2.7rem;
  align-items: center;
}

.hero-kicker {
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--primary);
  margin-bottom: 0.8rem;
}

.hero h1 {
    color: #ffffff;
  font-size: 2.45rem;
  line-height: 1.15;
  margin-bottom: 0.8rem;
}

.hero-subtitle {
  font-size: 1rem;
  /* color: var(--text-muted); */
    color: #e5e7eb;
  max-width: 34rem;
  margin-bottom: 1.5rem; /* evita encostar no botão/visão em tempo real */
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 1.5rem;
}

/* HERO – texto meta (linha "Provas de campo confiáveis") */

.hero-meta {
  font-size: 0.9rem;
  color: #e5e7eb;                 /* cinza claro, ótimo contraste */
  margin-top: 0.8rem;
}

.hero-meta span {
  color: #f9fafb;                 /* quase branco – destaque suave */
  font-weight: 600;
}


/* Card à direita do hero */

/* HERO CARD REBRAND – mais discreto sobre fundo azul */

.hero-card {
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.45),
    rgba(0, 9, 74, 0.65)
  );                                  /* painel escuro translúcido */
  border-radius: 18px;
  padding: 2.2rem 1.5rem 1.5rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
  position: relative;
  color: #e5e7eb;                      /* texto claro, mas não branco puro */
  font-size: 0.9rem;
}

.hero-card-badge {
  position: absolute;
  top: 0.9rem;
  right: 0.9rem;
  background: rgba(0, 163, 228, 0.18); /* azul da marca bem suave */
  color: #e0f2fe;
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.hero-card-title {
  font-weight: 500;
  margin-bottom: 0.8rem;
  font-size: 0.98rem;
  color: #f9fafb;                      /* um pouco mais claro que o resto */
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 0.8rem;
  margin-bottom: 1rem;
}

.metric {
  background: rgba(15, 23, 42, 0.72);  /* bloquinhos escuros discretos */
  border-radius: 12px;
  padding: 0.6rem 0.75rem;
  border: 1px solid rgba(148, 163, 184, 0.25);
}

.metric-label {
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #9ca3af;
  margin-bottom: 0.18rem;
}

.metric-value {
  font-size: 0.95rem;
  font-weight: 600;
  color: #e5e7eb;
}

.hero-card-footer {
  font-size: 0.78rem;
  color: #9ca3af;
}


.btn-primary {
  background: var(--ez-blue-light);
  color: #ffffff;
  border: none;
}

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

.btn-outline {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.7);
  color: #f9fafb;
}

.btn-outline:hover {
  border-color: #ffffff;
  color: #ffffff;
}


/* nova cor botão sou utilities (botão sobre fundo escuto) */
.btn-outline-light {
  background: transparent !important;
  border: 1px solid rgba(255,255,255,0.75) !important;
  color: #ffffff !important;
}

.btn-outline-light:hover {
  background: rgba(255,255,255,0.12) !important;
  border-color: #ffffff !important;
}


/* nova cor botão Fale com um Consultor (botão sobre fundo claro) */

.btn-outline-dark {
  background: transparent !important;
  border: 2px solid var(--ez-blue-light) !important;
  color: var(--ez-blue-dark) !important;
  font-weight: 600;
}

.btn-outline-dark:hover {
  background: var(--ez-blue-light) !important;
  color: #ffffff !important;
  border-color: var(--ez-blue-light) !important;
}


.use-area-card {
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  border-top: 3px solid var(--ez-blue-light);
}

.use-area-title {
  color: var(--ez-blue-dark);
}

.section-kicker {
  color: var(--ez-blue-light);
}


/* SEÇÕES GENÉRICAS */

section {
  padding: 3.1rem 0;
}

.section-heading {
  text-align: center;
  margin-bottom: 2.1rem;
}

.section-kicker {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--primary);
  font-weight: 600;
  margin-bottom: 0.3rem;
}

.section-title {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}

.section-subtitle {
  color: var(--text-muted);
  font-size: 0.98rem;
  max-width: 38rem;
  margin: 0 auto;
}

/* ÁREAS DE USO */

.use-areas-section {
  background: var(--bg-light);
}

.use-areas-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 1.4rem;
  margin-top: 1.8rem;
}


.use-area-card {
  background: #ffffff;
  border-radius: var(--radius-lg);
  padding: 1.2rem 1.3rem;
 box-shadow: var(--shadow-soft); 
}


.use-area-card {
  border-top: none;
  border: 1px solid rgba(255,255,255,0.1);    /* borda suave */
  background: rgba(255,255,255,0.04);         /* fundo levemente transparente */
  backdrop-filter: blur(4px);                 /* efeito vidro */
  box-shadow: 0 8px 18px rgba(0,0,0,0.15);    /* sombra elegante */
}

.use-area-title {
  font-weight: 600;
  font-size: 0.98rem;
  margin-bottom: 0.3rem;
}

.use-area-text {
  font-size: 0.9rem;
  color: var(--text-muted);
}

/* SEÇÕES 2 COLUNAS (Governo / Utilities) */

.two-col {
  display: grid;
  grid-template-columns: minmax(0,1.2fr) minmax(0,1fr);
  gap: 2.2rem;
  align-items: center;
  margin-top: 2.1rem;
}

.tag {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.25rem 0.75rem;
  border-radius: var(--radius-pill);
  background: rgba(37,99,235,0.07);
  color: #1d4ed8;
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 0.7rem;
}

.two-col h3 {
  font-size: 1.4rem;
  margin-bottom: 0.55rem;
}

.bullet-list {
  list-style: none;
  font-size: 0.9rem;
  margin: 0.8rem 0 1.1rem;
}

.bullet-list li {
  margin-bottom: 0.35rem;
  padding-left: 1.1rem;
  position: relative;
}

.bullet-list li::before {
  content: "›";
  position: absolute;
  left: 0;
  color: var(--primary);
  font-weight: 700;
}

.two-col-visual {
  background: linear-gradient(135deg,#eff6ff,#eef2ff);
  border-radius: 18px;
  padding: 1.4rem;
  box-shadow: var(--shadow-soft);
  font-size: 0.86rem;
  color: #4b5563;
}

.two-col-visual-title {
  font-weight: 600;
  margin-bottom: 0.55rem;
  font-size: 0.96rem;
}

.line {
  width: 100%;
  height: 1px;
  border-radius: 999px;
  background: rgba(148,163,184,0.6);
  margin: 0.7rem 0;
}

/* CONTATO */

.contact-section {
  background: var(--bg-light);
}

.contact-inner {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  margin-top: 1.6rem;
}

.contact-inner p {
  color: var(--text-muted);
  font-size: 0.95rem;
  margin-bottom: 1rem;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.9rem;
  margin-bottom: 1.3rem;
}

.contact-details {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.7;
}

.contact-details strong {
  color: var(--text-main);
}

/* FOOTER */

footer {
  padding: 1.3rem 0 1.5rem;
  font-size: 0.8rem;
  color: var(--text-muted);
  border-top: 1px solid #e5e7eb;
  background: #ffffff;
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem;
  align-items: center;
}

/* RESPONSIVO */

@media (max-width: 960px) {
  .hero-inner {
    grid-template-columns: minmax(0,1fr);
  }

  .hero {
    padding-top: 2.6rem;
  }

  .use-areas-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  .two-col {
    grid-template-columns: minmax(0,1fr);
  }
}

@media (max-width: 768px) {
  .header-inner { padding: 0.6rem 0; }

  nav {
    position: absolute;
    top: 56px;
    left: 0;
    right: 0;
    background: #ffffff;
    flex-direction: column;
    align-items: flex-start;
    padding: 0.85rem 1.5rem 1rem;
    box-shadow: 0 10px 25px rgba(15,23,42,0.15);
    transform: translateY(-140%);
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s ease;
  }

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

  .nav-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
    margin-bottom: 0.6rem;
  }

  .menu-toggle {
    display: block;
  }

  .hero h1 {
    font-size: 2rem;
  }

  .use-areas-grid {
    grid-template-columns: minmax(0,1fr);
  }
}

/* HEADER / MENU */

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(10px);
  box-shadow: 0 1px 0 rgba(148,163,184,0.3);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.7rem 0;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.03em;
}

.logo-mark {
  width: 32px;
  height: 32px;
  border-radius: 12px;
  background: linear-gradient(135deg, #0d6efd, #22c55e);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.9rem;
  box-shadow: 0 12px 24px rgba(15,23,42,0.20);
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

/*
.nav-links {
  display: flex;
  list-style: none;
  gap: 1.3rem;
  margin: 0;
  padding: 0;
}

.nav-links a {
  font-size: 0.95rem;
  color: #6b7280;
  text-decoration: none;
  transition: color 0.2s ease;
}

.nav-links a:hover {
  color: #0d6efd;
}

*/



.btn-header-cta {
  font-size: 0.9rem;
  padding-inline: 1.15rem;
}

@media (max-width: 768px) {
  .main-nav {
    display: none; /* versão simples: some no mobile, se quiser depois criamos hambúrguer */
  }
}

/* ==== AJUSTE DA LOGO NO TOPO ==== */

.logo-mark {
  /* tira o formato de botão */
  width: auto;
  height: auto;
  background: transparent !important;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-mark img,
.logo-icon {
  /* controla o tamanho da logo */
  height: 40px;   /* ajuste este valor se quiser maior/menor */
  width: auto;
  display: block;
}

/* ==== AJUSTE DO HAMBÚRGUER NO MOBILE ==== */

@media (max-width: 768px) {
  .header-inner {
    position: relative;
  }

  .menu-toggle {
    display: block !important;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 60;
  }
}

/* ==== AJUSTE DO HAMBÚRGUER E MENU NO MOBILE ==== */

@media (max-width: 768px) {
  .header-inner {
    position: relative;
  }

  .menu-toggle {
    display: block !important;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 60;
  }

  nav#mainNav {
    position: absolute;
    top: 56px;
    left: 0;
    right: 0;
    background: #ffffff;
    flex-direction: column;
    align-items: flex-start;
    padding: 0.85rem 1.5rem 1rem;
    box-shadow: 0 10px 25px rgba(15,23,42,0.15);
    transform: translateY(-140%);
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s ease;
  }

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

  .nav-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
    margin-bottom: 0.6rem;
  }
}

/* Esconde o texto "EzField" ao lado da logo em qualquer tamanho de tela */
.logo-text {
  display: none !important;
}

@media (max-width: 768px) {
  .logo-text {
    display: none !important;
  }
}

/* === AJUSTE FINAL DO MENU MOBILE (FUNDO AZUL + TEXTO CLARO) === */

@media (max-width: 768px) {

  /* Garante que qualquer nav do header (com ou sem id) use fundo azul escuro */
  header nav,
  nav#mainNav {
    background: rgba(0, 9, 74, 0.97);  /* azul marinho */
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.6);
  }

  /* Links do menu bem claros sobre esse fundo */
  header nav .nav-links a,
  nav#mainNav .nav-links a {
    color: #f4f8ff;
  }

  /* Botão CTA dentro do menu mobile ocupando a largura inteira (fica bonito) */
  header nav .btn-header-cta,
  nav#mainNav .btn-header-cta {
    width: 100%;
    text-align: center;
    border-color: rgba(255, 255, 255, 0.4);
  }
}

/* Hambúrguer sempre claro (caso algum bloco anterior tente sobrescrever) */
.menu-toggle span {
  background: #f4f8ff;
}

/* === AJUSTE FINAL DO MENU MOBILE – FUNDO CINZA ESCURO (QUASE PRETO) === */

@media (max-width: 768px) {

  header nav,
  nav#mainNav {
    background: #1a1a1f !important;   /* cinza escuro quase preto */
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.65);
  }

  /* Links continuam claros */
  header nav .nav-links a,
  nav#mainNav .nav-links a {
    color: #f4f8ff !important;
  }

  /* Botão CTA dentro do menu mobile */
  header nav .btn-header-cta,
  nav#mainNav .btn-header-cta {
    width: 100%;
    text-align: center;
    border-color: rgba(255, 255, 255, 0.35);
    background: var(--ez-blue-light); /* segue a cor da marca */
  }
}

/* Mantém o ícone hambúrguer branco */
.menu-toggle span {
  background: #f4f8ff !important;
}

/* === CONTATO — alinhamento elegante === */

.contact-details {
  display: flex;
  flex-direction: column;
  align-items: center;       /* centraliza tudo */
  gap: 0.45rem;
  margin-top: 1rem;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.95rem;
  color: var(--text-muted);
}

.contact-icon {
  font-size: 1.1rem;
}

.contact-text {
  color: var(--text-main);
  font-weight: 500;
}

/* MOBILE — mantém tudo alinhado no centro */
@media (max-width: 768px) {
  .contact-details {
    align-items: center;
  }
}

/* === CONTATO — Ícones em azul claro EzBiz === */

.contact-block {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  margin-top: 1rem;
  align-items: center;
}

.contact-row {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.95rem;
}

/* bolinha azul claro */
.contact-icon {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  background: #00A3E4;        /* azul claro da marca */
  color: #ffffff;             /* ícone branco */
}

/* ícone usa a cor definida em .contact-icon */
.contact-icon svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
}

.contact-text {
  color: var(--ez-text-main);
  font-weight: 500;
}

/* Responsivo */
@media (max-width: 768px) {
  .contact-row {
    justify-content: center;
    text-align: center;
  }
}

/* Forçar ícones SVG a ficarem BRANCOS */

.contact-icon svg,
.contact-icon svg path {
  fill: #ffffff !important;       /* ícones brancos */
}

/* bolinha azul claro */
.contact-icon {
  background: #00A3E4 !important; /* azul claro da marca */
  color: #ffffff !important;       /* mantém o currentColor coerente */
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

/* ========== CONTATO – VERSÃO PREMIUM (2 COLUNAS, ÍCONES, ANIMAÇÃO) ========== */

.contact-block {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin-top: 1.2rem;
  align-items: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.contact-row {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.98rem;
  justify-content: center;
  text-align: left;

  padding: 0.25rem 0.4rem;
  border-radius: 999px;                /* deixa o “conjunto” mais suave */
  transition: background 0.18s ease, 
              transform 0.18s ease, 
              box-shadow 0.18s ease;
}

/* bolinha azul claro, ícone branco – monocromático high contrast */
.contact-icon {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #00A3E4;
  color: #ffffff;
  flex-shrink: 0;
}

.contact-icon svg {
  width: 19px !important;
  height: 19px !important;
  fill: currentColor !important;
}

.contact-icon svg path {
  fill: currentColor !important;
}

.contact-text {
  color: var(--ez-text-main);
  font-weight: 500;
  line-height: 1.4;
}

/* HOVER SUAVE – leve destaque ao passar o mouse (desktop) */
@media (hover: hover) {
  .contact-row:hover {
    background: rgba(0, 163, 228, 0.08);
    box-shadow: 0 8px 18px rgba(0,0,0,0.12);
    transform: translateY(-1px);
  }

  .contact-row:hover .contact-icon {
    box-shadow: 0 6px 14px rgba(0,0,0,0.20);
    transform: translateY(-1px) scale(1.04);
  }
}

/* MOBILE – 1 coluna, tudo centralizado */
@media (max-width: 768px) {
  .contact-block {
    align-items: center;
  }

  .contact-row {
    justify-content: center;
    text-align: center;
  }
}

/* DESKTOP – 2 colunas apenas acima de 960px */
@media (min-width: 960px) {
  .contact-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 2rem;
    row-gap: 0.75rem;
    align-items: flex-start;
    margin-left: auto !important;
    margin-right: auto !important;
    justify-items: center;  /* alinha os itens no centro do grid */
  }

  .contact-row {
     justify-content: center !important;
     text-align: center !important;
  }
}

/* ========== CONTATO – TÍTULO E ESPAÇAMENTO SUPERIOR ========== */

.contact-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #00094A;                     /* azul escuro EzBiz */
  margin-bottom: 1.4rem;
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}


  /* efeito visual sofisticado */
  letter-spacing: 0.5px;
  position: relative;
}

/* linha curta de destaque abaixo do título */
.contact-title::after {
  content: "";
  display: block;
  width: 42px;
  height: 3px;
  background: #00A3E4;                /* azul claro EzBiz */
  margin: 0.6rem auto 0 auto;
  border-radius: 999px;
}

/* Afastar dos botões acima */
.contact-section {
  padding-top: 4.5rem !important;     /* aumenta respiro vertical */
}

/* Desktop — ainda mais respiro */
@media (min-width: 960px) {
 
    .contact-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 2rem;
    row-gap: 0.75rem;
    justify-items: center;    /* centraliza cada coluna */
    width: 100%;
  }

  .contact-row {
    justify-content: center !important;
    text-align: center;
  }
  
  .contact-section {
    padding-top: 6rem !important;
  }
}


/* ========== CORREÇÃO FINAL: TÍTULO CENTRAL + COLUNAS CENTRALIZADAS + ITENS À ESQUERDA ========== */

/* Título sempre central */
.contact-title {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Bloco geral centralizado */
.contact-block {
  margin-left: auto !important;
  margin-right: auto !important;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: center;      /* centraliza o BLOCO, não os itens */
}

/* Cada linha: alinhamento ESQUERDA */
.contact-row {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 1rem;
  justify-content: flex-start !important;
  text-align: left !important;
  width: 100%;              /* faz o texto se alinhar dentro da coluna */
  max-width: 320px;         /* opcional: deixa colunas mais organizadas */
}

/* Ícones dentro da bolinha */
.contact-icon svg {
  width: 19px !important;
  height: 19px !important;
  fill: currentColor !important;
}

/* Desktop – duas colunas, ambas CENTRALIZADAS na página */
@media (min-width: 960px) {
  .contact-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 4rem;
    row-gap: 1rem;
    justify-items: center;      /* centraliza cada coluna dentro do container */
    align-items: start;
    width: 100%;
    max-width: 800px;           /* opcional: deixa colunas equilibradas */
  }

  .contact-row {
    justify-content: flex-start !important;  /* itens alinhados à esquerda */
    text-align: left !important;
    width: 100%;
  }
}

/* ===== Restaurar sublinhado azul abaixo do título CONTATO ===== */

.contact-title {
  position: relative;             /* necessário para o ::after funcionar */
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* linha azul centralizada */
.contact-title::after {
  content: "";
  display: block;
  width: 42px;                    /* largura da linha */
  height: 3px;                    /* espessura da linha */
  background: #00A3E4;           /* azul claro da sua marca */
  margin: 0.6rem auto 0 auto;    /* centraliza a linha */
  border-radius: 999px;          /* bordas arredondadas */
}
