:root {
  --font-title: 'Michroma', sans-serif;
  --font-support: 'Jost', sans-serif;
  --font-text: 'Montserrat', sans-serif;
  --yellow: #ffdc00;
  --dark: #111;
}

body {
  font-family: var(--font-text);
  font-size: 16px;
}

.section-title {
  font-family: var(--font-title);
  font-size: 34px;
  margin-bottom: 20px;
  color: #004794;
}

.card-title {
  font-family: var(--font-support);
  font-size: 22px;
  color: #FFF;
}

.text-support {
  font-family: var(--font-text);
  font-size: 16px;
}

.top-bar {
  background: #0b3c5d;
  color: #fff;
  padding: 8px 0;
  font-size: 14px;
}

.hero {
  background: url('../img/W__Banner-Hero-03.webp') center/cover no-repeat;
  position: relative;
  padding: 100px 0;
  color: #fff;
}
/*
.hero .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.6);
}
*/
.hero-content {
  position: relative;
  z-index: 2;
}

.btn-whatsapp {
  background: #25d366;
  color: #fff;
  font-size: 17px;
  padding: 12px 30px;
  border-radius: 30px;
}

.section-light {
  padding: 80px 0;
  background: #f5f5f5;
}

.section-dark {
  background: var(--dark);
  padding: 80px 0;
  color: #fff;
}

.icone-svg {
  width: 64px;      /* tamanho */
  height: 64px;
}


.text-yellow {
  color: var(--yellow);
}

.dark-card {
  background: #1c1c1c;
  padding: 30px;
  height: 260px;
  border-radius: 12px;
  text-align: center;
}

.dark-card p {
  color: #fff;
}

.white-card {
  background: #fff;
  padding: 30px;
  height: 190px;
  border-radius: 12px;
  text-align: center;
  color: #000;
}

.white-card img {
  width: 64px;
}

.white-card h3 {
  color: #282828;
  font-size: 24px;
}

.service-card {
  display: flex;
  align-items: flex-start; /* 🔥 topo */
  gap: 15px;
}

.service-icon {
  width: 48px;
  height: auto;
  flex-shrink: 0;
}

.service-text h3 {
  margin: 0;
  text-align: left;
}

.service-text p {
  margin: 0;
  text-align: left;
}

.footer {
  background: #000;
  color: #aaa;
  padding: 20px;
}
