/* ══════════════════════════════════════
   SECTIONS.CSS — Novas seções modulares
   ══════════════════════════════════════ */

/* ── SOBRE NÓS ── */
#sobre-nos {
  background: #fff;
  padding: 100px 0 100px;
  overflow: hidden;
}

.sobre-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.sobre-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.sobre-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--green-dark);
  margin-bottom: 20px;
}

.sobre-eyebrow::before {
  content: '';
  width: 40px;
  height: 3px;
  background: var(--green);
}

.sobre-left h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(36px, 4vw, 56px);
  color: var(--navy);
  line-height: 1.05;
  margin-bottom: 20px;
}

.sobre-left h2 em {
  color: var(--green-dark);
  font-style: normal;
}

.sobre-left>p {
  color: var(--gray);
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 40px;
  max-width: 580px;
}

.sobre-left>p strong {
  color: var(--green-dark);
}

.sobre-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.sobre-card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  transition: transform 0.3s;
}

.sobre-card:hover {
  transform: translateX(5px);
}

.sobre-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(76, 175, 80, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.3s;
}

.sobre-card:hover .sobre-card-icon {
  background: rgba(76, 175, 80, 0.1);
}

.sobre-card-icon svg {
  width: 22px;
  height: 22px;
  fill: var(--green-dark);
}

.sobre-card h4 {
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--navy);
  margin-bottom: 6px;
}

.sobre-card p {
  font-size: 14px;
  color: var(--gray);
  line-height: 1.5;
  opacity: 0.9;
}

.sobre-right {
  position: relative;
  padding-right: 20px;
}

.sobre-img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
  aspect-ratio: 4/5;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.sobre-badge {
  position: absolute;
  bottom: 40px;
  right: 0;
  background: var(--navy);
  color: white;
  padding: 20px 30px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0 12px 30px rgba(15, 42, 61, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.sobre-badge svg {
  width: 36px;
  height: 36px;
  fill: var(--green);
  flex-shrink: 0;
}

.sobre-badge-text {
  line-height: 1.1;
}

.sobre-badge-text strong {
  display: block;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 2px;
}

.sobre-badge-text span {
  font-size: 14px;
  opacity: 0.6;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
}

#numeros {
  background: var(--navy);
  padding: 80px 40px;
  position: relative;
  z-index: 5;
}

.sobre-stats {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sobre-stat {
  text-align: center;
  flex: 1;
  padding: 0 20px;
}

.sobre-stat+.sobre-stat {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.sobre-stat-icon {
  margin-bottom: 12px;
}

.sobre-stat-icon svg {
  width: 32px;
  height: 32px;
  fill: var(--green);
}

.sobre-stat strong {
  display: block;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 48px;
  color: var(--green);
  line-height: 1;
  margin-bottom: 4px;
}

.sobre-stat span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* ── NOSSOS SERVIÇOS ── */
#servicos {
  background: var(--gray-light);
  padding: 100px 40px;
}

.servicos-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.servicos-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 60px;
}

.servicos-header-left {
  max-width: 100%;
}

.servicos-header-left .sobre-eyebrow {
  margin-bottom: 16px;
}

.servicos-header-left h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(36px, 4vw, 56px);
  color: var(--navy);
  line-height: 1.05;
  margin-bottom: 12px;
}

.servicos-header-left h2 em {
  color: var(--green-dark);
  font-style: normal;
}

.servicos-header-left>p {
  color: var(--gray);
  font-size: 18px;
  line-height: 1.6;
  max-width: 600px;
}

.servicos-badges {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: start;
}

.servicos-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  padding: 0 12px;
  transition: transform 0.3s;
}

.servicos-badge:hover {
  transform: translateY(-3px);
}

.servicos-badge:last-child {
  border-right: none;
}

.servicos-badge-icon {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.servicos-badge-icon svg {
  width: 32px;
  height: 32px;
  fill: var(--green-dark);
}

.servicos-badge strong {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--navy);
  line-height: 1.2;
}

.servicos-badge span {
  font-size: 12px;
  color: var(--gray);
  line-height: 1.3;
}

.servicos-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 60px;
}

.servico-card-new {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.03);
}

.servico-card-new:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border-color: rgba(76, 175, 80, 0.1);
}

.servico-card-img-wrapper {
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
  position: relative;
}

.servico-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.servico-card-new:hover .servico-card-img {
  transform: scale(1.1);
}

.servico-card-body {
  padding: 30px 24px;
  text-align: center;
}

.servico-card-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid rgba(76, 175, 80, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -58px auto 16px;
  background: white;
  position: relative;
  z-index: 1;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s;
}

.servico-card-new:hover .servico-card-icon {
  border-color: var(--green);
  transform: scale(1.05);
}

.servico-card-icon svg {
  width: 26px;
  height: 26px;
  fill: var(--green-dark);
}

.servico-card-body h3 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--navy);
  margin-bottom: 12px;
  transition: color 0.3s;
}

.servico-card-new:hover h3 {
  color: var(--green-dark);
}

.servico-card-body p {
  font-size: 15px;
  color: var(--gray);
  line-height: 1.6;
  margin-bottom: 20px;
  opacity: 0.9;
}

.servico-link {
  font-size: 14px;
  font-weight: 700;
  color: var(--green-dark);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: gap 0.3s;
}

.servico-link:hover {
  gap: 12px;
}

.servicos-bottom {
  background: white;
  border-radius: 24px;
  padding: 30px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.02);
}

.servicos-bottom-item {
  display: flex;
  align-items: center;
  gap: 18px;
}

.servicos-bottom-item svg {
  width: 32px;
  height: 32px;
  fill: var(--green-dark);
  flex-shrink: 0;
}

.servicos-bottom-item strong {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--navy);
  display: block;
  margin-bottom: 2px;
}

.servicos-bottom-item span {
  font-size: 15px;
  color: var(--gray);
  opacity: 0.8;
}

.servicos-bottom-cta {
  background: var(--green-dark);
  color: white;
  padding: 16px 32px;
  border-radius: 12px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s;
  white-space: nowrap;
  box-shadow: 0 4px 15px rgba(76, 175, 80, 0.2);
}

.servicos-bottom-cta:hover {
  background: var(--green);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(76, 175, 80, 0.3);
}

er;
gap: 10px;
transition: background 0.2s,
transform 0.2s;
white-space: nowrap;
}

.servicos-bottom-cta:hover {
  background: var(--green-hover);
  transform: translateY(-2px);
}

.servicos-bottom-cta svg {
  width: 20px;
  height: 20px;
  fill: white;
}

/* ── REGIÃO DE ATENDIMENTO ── */
#regiao {
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.85) 35%, rgba(255, 255, 255, 0) 90%), url('../uploads/background/mapa.jpg') no-repeat right top / 75% auto #fff;
  padding: 100px 40px 40px;
}

.regiao-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.regiao-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 60px;
  align-items: start;
  padding-bottom: 100px;
}

.regiao-left h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(36px, 4vw, 56px);
  color: var(--navy);
  line-height: 1.05;
  margin-bottom: 16px;
}

.regiao-left h2 em {
  color: var(--green-dark);
  font-style: normal;
}

.regiao-left>p {
  color: var(--gray);
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 32px;
  max-width: 600px;
}

.regiao-subtitle {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--navy);
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 16px;
  opacity: 0.6;
}

.regiao-subtitle::after {
  content: '';
  flex: 1;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}

.regiao-cities {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}

.regiao-city {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px;
  border-radius: 12px;
  transition: all 0.3s;
  border: 1px solid transparent;
  background: white;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.03);
}

.regiao-city svg {
  width: 20px;
  height: 20px;
  fill: var(--green-dark);
  flex-shrink: 0;
  margin-top: 2px;
}

.regiao-city strong {
  font-size: 14px;
  font-weight: 800;
  color: var(--navy);
  display: block;
  margin-bottom: 2px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.regiao-city span {
  font-size: 13px;
  color: var(--gray);
  line-height: 1.4;
  opacity: 0.8;
}

.regiao-cta-box {
  background: var(--navy);
  border-radius: 20px;
  padding: 36px 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  width: 100%;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  margin-top: -100px;
}

/* ── WA LEAD MODAL ── */
.wa-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(6, 14, 20, 0.85);
  backdrop-filter: blur(8px);
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.3s;
}

.wa-modal-overlay.active {
  display: flex;
  opacity: 1;
}

.wa-modal-content {
  background: white;
  width: 100%;
  max-width: 440px;
  border-radius: 24px;
  padding: 40px;
  position: relative;
  transform: translateY(20px);
  transition: transform 0.3s;
}

.wa-modal-overlay.active .wa-modal-content {
  transform: translateY(0);
}

.wa-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  font-size: 28px;
  color: var(--gray);
  cursor: pointer;
  line-height: 1;
}

.wa-modal-header {
  text-align: center;
  margin-bottom: 30px;
}

.wa-modal-icon {
  width: 64px;
  height: 64px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.3);
}

.wa-modal-icon svg {
  width: 32px;
  height: 32px;
  fill: white;
}

.wa-modal-header h3 {
  font-size: 24px;
  color: var(--navy);
  margin-bottom: 8px;
}

.wa-modal-header p {
  font-size: 15px;
  color: var(--gray);
  line-height: 1.5;
}

.wa-modal-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.wa-form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.wa-form-group label {
  font-size: 14px;
  font-weight: 700;
  color: var(--navy);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.wa-form-group input {
  background: #f8fafc;
  border: 2px solid #edf2f7;
  padding: 14px 18px;
  border-radius: 12px;
  font-size: 15px;
  transition: all 0.2s;
  color: var(--navy);
}

.wa-form-group input:focus {
  outline: none;
  border-color: var(--green);
  background: white;
  box-shadow: 0 0 0 4px rgba(76, 175, 80, 0.1);
}

.wa-form-btn {
  background: #25D366;
  color: white;
  border: none;
  padding: 16px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  transition: all 0.2s;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 10px;
}

.wa-form-btn:hover {
  background: #128C7E;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.4);
}

.wa-form-footer {
  text-align: center;
  font-size: 12px;
  color: var(--gray);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  opacity: 0.7;
}

@media (max-width: 768px) {
  .regiao-cta-box {
    flex-direction: column;
    text-align: center;
    padding: 30px 24px;
    gap: 24px;
  }

  .regiao-cta-left {
    flex-direction: column;
    gap: 12px;
  }
}

.regiao-cta-left {
  display: flex;
  align-items: center;
  gap: 16px;
}

.regiao-cta-left svg {
  width: 36px;
  height: 36px;
  fill: var(--green);
  flex-shrink: 0;
}

.regiao-cta-left strong {
  color: white;
  font-size: 15px;
  font-weight: 800;
  display: block;
}

.regiao-cta-left span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
}

.regiao-wa-btn {
  background: var(--green);
  color: white;
  padding: 14px 24px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: background 0.2s;
  white-space: nowrap;
}

.regiao-wa-btn:hover {
  background: var(--green-hover);
}

.regiao-wa-btn svg {
  width: 18px;
  height: 18px;
  fill: white;
}

/* ── CONTATO ── */
#contato {
  padding: 100px 40px;
  position: relative;
  overflow: hidden;
  background: var(--gray-light);
}

.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.video-background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
}

.contato-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.contato-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.contato-left h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(36px, 4vw, 56px);
  color: var(--navy);
  line-height: 1.05;
  margin-bottom: 12px;
}

.contato-left h2 em {
  color: var(--green-dark);
  font-style: normal;
}

.contato-left>p {
  color: var(--gray);
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 32px;
}

.contato-wa-box {
  background: var(--green);
  border-radius: 16px;
  padding: 24px 28px;
  color: white;
  margin-bottom: 24px;
}

.contato-wa-box-top {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}

.contato-wa-box-top svg {
  width: 32px;
  height: 32px;
  fill: white;
  flex-shrink: 0;
}

.contato-wa-box strong {
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  display: block;
}

.contato-wa-box .wa-label {
  font-size: 15px;
  opacity: 0.85;
}

.contato-wa-box .wa-number {
  font-size: 24px;
  font-weight: 800;
  display: block;
  margin-bottom: 12px;
}

.contato-wa-box a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 0, 0, 0.2);
  color: white;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s;
}

.contato-wa-box a:hover {
  background: rgba(0, 0, 0, 0.35);
}

.contato-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 24px;
}

.contato-info-card {
  background: white;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.contato-info-card svg {
  width: 22px;
  height: 22px;
  fill: var(--green-dark);
  flex-shrink: 0;
  margin-top: 2px;
}

.contato-info-card strong {
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--navy);
  display: block;
  margin-bottom: 2px;
}

.contato-info-card span {
  font-size: 15px;
  color: var(--gray);
}

.contato-info-card em {
  font-style: normal;
  color: var(--green-dark);
  font-size: 15px;
}

.contato-urgente {
  background: white;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  grid-column: span 2;
}

.contato-urgente svg {
  width: 24px;
  height: 24px;
  fill: var(--green-dark);
  flex-shrink: 0;
}

.contato-urgente strong {
  font-size: 15px;
  color: var(--navy);
}

.contato-urgente em {
  font-style: normal;
  color: var(--green-dark);
  font-size: 15px;
  text-decoration: underline;
}

.contato-form-card {
  background: white;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

.contato-form-card h3 {
  font-size: 18px;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 6px;
  text-transform: uppercase;
}

.contato-form-card>p {
  font-size: 15px;
  color: var(--gray);
  margin-bottom: 28px;
}

.contato-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-group {
  position: relative;
}

.form-group svg {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  fill: var(--gray);
  pointer-events: none;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 14px 16px 14px 44px;
  border: 2px solid #e5e7eb;
  border-radius: 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  color: var(--text);
  transition: border-color 0.2s;
  background: white;
  outline: none;
}

.form-group textarea {
  min-height: 100px;
  resize: vertical;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--green);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #9ca3af;
}

.contato-submit {
  width: 100%;
  padding: 16px;
  background: var(--green);
  color: white;
  border: none;
  border-radius: 8px;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: background 0.2s;
}

.contato-submit:hover {
  background: var(--green-hover);
}

.contato-submit svg {
  width: 18px;
  height: 18px;
  fill: white;
}

.contato-privacy {
  text-align: center;
  font-size: 15px;
  color: var(--gray);
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.contato-privacy svg {
  width: 14px;
  height: 14px;
  fill: var(--gray);
}

.contato-bottom {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-top: 60px;
  padding-top: 40px;
  border-top: 2px solid rgba(15, 42, 61, 0.06);
}

.contato-bottom-item {
  text-align: center;
}

.contato-bottom-item svg {
  width: 28px;
  height: 28px;
  fill: var(--green-dark);
  margin-bottom: 8px;
}

.contato-bottom-item strong {
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--navy);
  display: block;
}

.contato-bottom-item span {
  font-size: 15px;
  color: var(--gray);
}

/* ── FOOTER ── */
.footer-new {
  background: var(--navy-dark);
  overflow: hidden;
}

.footer-cta-bar {
  background: white;
  margin: 0 40px;
  border-radius: 16px;
  padding: 28px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  position: relative;
  top: -40px;
  z-index: 2;
}

.footer-cta-left {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer-cta-left svg {
  width: 36px;
  height: 36px;
  fill: var(--green);
  flex-shrink: 0;
}

.footer-cta-left strong {
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--navy);
  display: block;
}

.footer-cta-left span {
  font-size: 15px;
  color: var(--gray);
}

.footer-cta-badges {
  display: flex;
  gap: 32px;
}

.footer-cta-badge {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-cta-badge svg {
  width: 24px;
  height: 24px;
  fill: var(--green-dark);
}

.footer-cta-badge strong {
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--navy);
}

.footer-cta-badge span {
  font-size: 15px;
  color: var(--gray);
}

.footer-main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 40px 60px;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
  gap: 40px;
}

.footer-brand img {
  height: 80px;
  filter: brightness(0) invert(1);
  margin-bottom: 16px;
  display: block;
}

.footer-brand p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.7;
  margin-bottom: 20px;
  max-width: 260px;
}

.footer-socials {
  display: flex;
  gap: 10px;
}

.footer-social {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.footer-social:hover {
  background: var(--green);
}

.footer-social svg {
  width: 18px;
  height: 18px;
  fill: rgba(255, 255, 255, 0.7);
}

.footer-col-new h4 {
  font-size: 15px;
  font-weight: 800;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--green);
  display: inline-block;
}

.footer-col-new ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-col-new ul li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-col-new ul li svg {
  width: 14px;
  height: 14px;
  fill: var(--green);
  flex-shrink: 0;
}

.footer-col-new ul a {
  color: rgba(255, 255, 255, 0.55);
  font-size: 15px;
  text-decoration: none;
  transition: color 0.2s;
}

.footer-col-new ul a:hover {
  color: var(--green);
}

.footer-col-new ul li span {
  color: rgba(255, 255, 255, 0.55);
  font-size: 15px;
}

.footer-credentials {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

.footer-credentials-inner {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 28px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.footer-credential {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-credential svg {
  width: 24px;
  height: 24px;
  fill: var(--green);
  flex-shrink: 0;
}

.footer-credential strong {
  font-size: 15px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  display: block;
}

.footer-credential span {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.35);
}

.footer-credential:last-child {
  background: rgba(255, 255, 255, 0.05);
  padding: 12px 16px;
  border-radius: 8px;
}

.footer-copyright {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

.footer-copyright-inner {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-copyright-inner p {
  color: rgba(255, 255, 255, 0.25);
  font-size: 15px;
}

.footer-copyright-inner a {
  color: rgba(255, 255, 255, 0.35);
  font-size: 15px;
  text-decoration: none;
  transition: color 0.2s;
}

.footer-copyright-inner a:hover {
  color: var(--green);
}

.footer-legal {
  display: flex;
  gap: 24px;
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {

  #sobre-nos,
  #servicos,
  #regiao,
  #contato {
    padding: 60px 20px;
  }

  .sobre-grid,
  .regiao-grid,
  .contato-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .sobre-cards {
    grid-template-columns: 1fr;
  }

  .sobre-stats {
    flex-direction: column;
    gap: 24px;
    padding: 32px 20px;
  }

  .sobre-stat+.sobre-stat {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
  }

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

  .servicos-header {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .servicos-badges {
    display: none;
  }

  .servicos-bottom {
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
  }

  .servicos-bottom-item svg {
    display: none;
  }

  .regiao-cities {
    grid-template-columns: 1fr 1fr;
  }


  .regiao-cta-box {
    flex-direction: column;
    text-align: center;
  }

  .contato-info-grid {
    grid-template-columns: 1fr;
  }

  .contato-urgente {
    grid-column: span 1;
  }

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

  #agenda {
    padding: 60px 20px;
  }

  .footer-new {
    padding: 0 20px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-credentials,
  .footer-copyright {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-cta-bar {
    flex-direction: column;
    text-align: center;
    margin: 0;
  }

  .footer-cta-badges {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-credentials-inner {
    grid-template-columns: 1fr 1fr;
  }

  .footer-copyright-inner {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .servicos-grid {
    grid-template-columns: 1fr;
  }

  .regiao-cities {
    grid-template-columns: 1fr;
  }


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

  .footer-credentials-inner {
    grid-template-columns: 1fr;
  }
}

/* ── URGENCY NEW ── */
#agenda {
  background: linear-gradient(135deg, #0a1f14 0%, #0d1b2a 100%);
  padding: 100px 40px;
  position: relative;
}

#agenda::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 0H0v20' fill='none' stroke='%23fff' stroke-width='0.4'/%3E%3C/svg%3E");
  opacity: 0.05;
  pointer-events: none;
}

.urgency-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.urgency-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: center;
}

.urgency-eyebrow {
  font-size: 15px;
  font-weight: 800;
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

.urgency-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(48px, 6vw, 84px);
  line-height: 0.95;
  color: white;
  margin-bottom: 30px;
}

.urgency-title .highlight {
  color: var(--green);
}

.urgency-divider {
  width: 80px;
  height: 4px;
  background: var(--green);
  margin-bottom: 30px;
}

.urgency-desc {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  max-width: 500px;
  margin-bottom: 40px;
}

.urgency-desc strong {
  color: white;
}

/* CTA Large */
.urgency-cta-large {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 24px 32px;
  display: flex;
  align-items: center;
  gap: 24px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  max-width: 480px;
}

.urgency-cta-large:hover {
  background: rgba(76, 175, 80, 0.1);
  border-color: var(--green);
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.cta-icon {
  width: 64px;
  height: 64px;
  background: var(--green);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 8px 20px rgba(76, 175, 80, 0.3);
}

.cta-icon svg {
  width: 32px;
  height: 32px;
  fill: white;
}

.cta-text {
  display: flex;
  flex-direction: column;
}

.cta-text span {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--green);
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}

.cta-text strong {
  font-size: 20px;
  font-weight: 800;
  color: white;
  text-transform: uppercase;
}

/* Card Right */
.urgency-card {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 32px;
  padding: 40px;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.3);
  position: relative;
}

.urgency-card .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.live-dot-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.05);
  padding: 6px 12px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.live-dot {
  width: 8px;
  height: 8px;
  background: #ff3b30;
  border-radius: 50%;
  box-shadow: 0 0 10px #ff3b30;
  animation: live-blink 1.5s infinite;
}

@keyframes live-blink {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.4;
    transform: scale(1.2);
  }
}

.live-text {
  font-size: 11px;
  font-weight: 800;
  color: white;
  letter-spacing: 0.05em;
}

.urgency-card .card-header h3 {
  font-size: 16px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.slots-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 30px;
}

.slot {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  padding: 18px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
}

/* Slot States */
.slot.taken {
  opacity: 0.35;
}

.slot.taken .time,
.slot.taken .status {
  text-decoration: line-through;
}

.slot.waiting {
  border-style: dashed;
  border-color: rgba(255, 193, 7, 0.3);
  background: rgba(255, 193, 7, 0.03);
}

.slot.waiting .status {
  color: #ffc107;
  font-style: italic;
  font-weight: 600;
}

.slot.available.active {
  background: rgba(76, 175, 80, 0.12);
  border-color: var(--green);
  box-shadow: 0 0 20px rgba(76, 175, 80, 0.2);
  transform: scale(1.02);
  z-index: 5;
}

.slot.available.active::after {
  content: '';
  position: absolute;
  inset: -2px;
  border: 2px solid var(--green);
  border-radius: 18px;
  animation: pulse-border 2s infinite;
  pointer-events: none;
}

@keyframes pulse-border {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }

  100% {
    transform: scale(1.05);
    opacity: 0;
  }
}

.slot .time {
  font-size: 20px;
  font-weight: 800;
  color: white;
}

.slot .status {
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
}

.slot.available.active .status {
  color: var(--green);
  animation: text-glow 2s infinite;
}

@keyframes text-glow {

  0%,
  100% {
    text-shadow: 0 0 0px var(--green);
  }

  50% {
    text-shadow: 0 0 10px var(--green);
  }
}

.pulse-icon {
  width: 32px;
  height: 32px;
  background: var(--green);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 15px var(--green);
}

.pulse-icon svg {
  width: 18px;
  height: 18px;
  fill: white;
}

.all-taken-msg {
  padding: 24px;
  background: rgba(220, 38, 38, 0.1);
  border-radius: 16px;
  border: 1px solid rgba(220, 38, 38, 0.2);
  text-align: center;
  color: white;
  font-size: 15px;
  line-height: 1.5;
}

.all-taken-msg strong {
  color: #ff3b30;
  display: block;
  margin-top: 5px;
  font-size: 16px;
}

.card-footer {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-icon svg {
  width: 24px;
  height: 24px;
  fill: var(--green);
}

.card-footer p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
}

.card-footer strong {
  color: var(--green);
}

/* Responsive */
@media (max-width: 991px) {
  .urgency-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .urgency-info {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .urgency-cta-large {
    max-width: 100%;
  }
}

.urgency-spider-divider {
  position: absolute;
  bottom: -230px;
  left: 0%;
  width: 500px;
  height: auto;
  z-index: 10;
  pointer-events: none;
  filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.5));
}

@media (max-width: 768px) {
  .urgency-spider-divider {
    width: 40%;
    bottom: -80px;
  }
}

.slot-badge {
  position: absolute;
  top: -10px;
  right: 60px;
  background: #ff3b30;
  color: white;
  font-size: 10px;
  font-weight: 900;
  padding: 4px 10px;
  border-radius: 4px;
  letter-spacing: 0.05em;
  box-shadow: 0 4px 10px rgba(255, 59, 48, 0.3);
  animation: bounce-badge 2s infinite;
}

@keyframes bounce-badge {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-3px);
  }
}

/* ── FAQ ── */
#faq {
  background: var(--gray-light);
  padding: 100px 40px;
}

#faq .section-container {
  max-width: 860px;
  margin: 0 auto;
}

.faq-header {
  text-align: center;
  margin-bottom: 56px;
}

.faq-header h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(32px, 4vw, 52px);
  color: var(--navy);
  line-height: 1.05;
  margin: 12px 0 16px;
}

.faq-header h2 em {
  color: var(--green-dark);
  font-style: normal;
}

.faq-header p {
  font-size: 17px;
  color: var(--gray);
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.6;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  overflow: hidden;
  background: white;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
}

.faq-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 22px 28px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--navy);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  transition: background 0.2s, color 0.2s;
}

.faq-question:hover {
  background: rgba(56, 142, 60, 0.04);
  color: var(--green-dark);
}

.faq-question[aria-expanded="true"] {
  background: rgba(56, 142, 60, 0.06);
  color: var(--green-dark);
}

.faq-icon {
  width: 22px;
  height: 22px;
  fill: var(--green-dark);
  flex-shrink: 0;
  transition: transform 0.25s;
}

.faq-question[aria-expanded="true"] .faq-icon {
  transform: rotate(180deg);
}

.faq-answer {
  padding: 22px 28px 22px;
}

.faq-answer p {
  font-size: 15px;
  color: var(--gray);
  line-height: 1.7;
  margin: 0;
}

.faq-answer strong {
  color: var(--navy);
}

.faq-cta {
  text-align: center;
  margin-top: 48px;
}

.faq-cta p {
  font-size: 16px;
  color: var(--gray);
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  #faq {
    padding: 70px 20px;
  }

  .faq-question {
    padding: 18px 20px;
    font-size: 15px;
  }

  .faq-answer {
    padding: 0 20px 18px;
  }
}

/* ── VALIDAÇÃO DE FORMULÁRIOS ── */
.form-group,
.wa-form-group {
  position: relative;
}

.form-error {
  display: none;
  font-size: 12px;
  color: #ef4444;
  margin-top: 5px;
  padding-left: 4px;
}

.form-group.invalid input,
.form-group.invalid select,
.form-group.invalid textarea,
.wa-form-group.invalid input {
  border-color: #ef4444 !important;
  background: #fff5f5 !important;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.12) !important;
}

.form-group.invalid .form-error,
.wa-form-group.invalid .form-error {
  display: block;
}

@keyframes field-shake {

  0%,
  100% {
    transform: translateX(0);
  }

  20%,
  60% {
    transform: translateX(-5px);
  }

  40%,
  80% {
    transform: translateX(5px);
  }
}

.form-group.shake,
.wa-form-group.shake {
  animation: field-shake 0.35s ease;
}

/* ── MODAL LOADING / SUCESSO ── */
.send-overlay {
  position: fixed;
  inset: 0;
  background: rgba(7, 16, 24, 0.82);
  backdrop-filter: blur(8px);
  z-index: 4000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.send-overlay.active {
  display: flex;
}

.send-card {
  background: #fff;
  border-radius: 24px;
  padding: 52px 44px;
  text-align: center;
  max-width: 360px;
  width: 100%;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
}

.send-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

/* Spinner */
.send-spinner {
  width: 52px;
  height: 52px;
  border: 4px solid #e5e7eb;
  border-top-color: var(--green);
  border-radius: 50%;
  animation: spin-send 0.75s linear infinite;
  margin-bottom: 12px;
}

@keyframes spin-send {
  to {
    transform: rotate(360deg);
  }
}

/* Check */
.send-check {
  width: 64px;
  height: 64px;
  background: var(--green);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  animation: pop-in 0.4s cubic-bezier(.175, .885, .32, 1.275);
}

@keyframes pop-in {
  from {
    transform: scale(0);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

.send-check svg {
  width: 32px;
  height: 32px;
  color: #fff;
}

.send-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 28px;
  color: var(--navy);
  margin: 0;
  letter-spacing: .02em;
}

.send-sub {
  font-size: 15px;
  color: var(--gray);
  margin: 0;
}

.send-countdown {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 88px;
  line-height: 1;
  color: var(--green-dark);
  margin: 8px 0;
  animation: countdown-pulse 1s ease infinite;
}

@keyframes countdown-pulse {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: .7;
    transform: scale(.95);
  }
}
/* ── LEGAL DRAWER ── */
.legal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(7,16,24,0.6);
  backdrop-filter: blur(4px);
  z-index: 5000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}

.legal-overlay.active {
  opacity: 1;
  pointer-events: all;
}

.legal-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: min(620px, 100vw);
  height: 100dvh;
  background: #fff;
  z-index: 5001;
  display: flex;
  flex-direction: column;
  box-shadow: -20px 0 60px rgba(0,0,0,0.2);
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.32,0,0.15,1);
  will-change: transform;
}

.legal-drawer.active {
  transform: translateX(0);
}

/* Header */
.legal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: var(--navy);
  padding: 0 24px 0 28px;
  flex-shrink: 0;
  min-height: 64px;
}

.legal-tabs {
  display: flex;
  gap: 4px;
}

.legal-tab {
  background: none;
  border: none;
  padding: 20px 14px;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: rgba(255,255,255,0.5);
  cursor: pointer;
  border-bottom: 3px solid transparent;
  transition: color 0.2s, border-color 0.2s;
  white-space: nowrap;
}

.legal-tab.active,
.legal-tab:hover {
  color: #fff;
  border-bottom-color: var(--green);
}

.legal-close {
  background: rgba(255,255,255,0.08);
  border: none;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.2s;
}

.legal-close:hover {
  background: rgba(255,255,255,0.18);
}

.legal-close svg {
  width: 20px;
  height: 20px;
  fill: rgba(255,255,255,0.8);
}

/* Content */
.legal-content {
  flex: 1;
  overflow-y: auto;
  overscroll-behavior: contain;
  scroll-behavior: smooth;
}

.legal-body {
  padding: 40px 36px 60px;
}

/* Hero */
.legal-hero {
  margin-bottom: 36px;
  padding-bottom: 28px;
  border-bottom: 2px solid #f3f4f6;
}

.legal-badge {
  display: inline-block;
  background: rgba(56,142,60,0.1);
  color: var(--green-dark);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em;
  padding: 5px 12px;
  border-radius: 99px;
  margin-bottom: 14px;
}

.legal-hero h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(30px, 5vw, 42px);
  color: var(--navy);
  line-height: 1;
  margin: 0 0 8px;
}

.legal-hero p {
  font-size: 13px;
  color: var(--gray);
  margin: 0;
}

/* Sections */
.legal-section {
  margin-bottom: 28px;
}

.legal-section h3 {
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--navy);
  margin: 0 0 10px;
  padding-left: 12px;
  border-left: 3px solid var(--green);
}

.legal-section p,
.legal-section li {
  font-size: 14px;
  color: #4b5563;
  line-height: 1.75;
  margin: 0 0 8px;
}

.legal-section ul {
  padding-left: 20px;
  margin: 8px 0;
}

.legal-section li {
  margin-bottom: 4px;
}

.legal-section a {
  color: var(--green-dark);
  font-weight: 600;
  text-decoration: none;
}

.legal-section a:hover {
  text-decoration: underline;
}

.legal-section strong {
  color: var(--navy);
}

/* Mobile */
@media (max-width: 480px) {
  .legal-body {
    padding: 28px 20px 48px;
  }

  .legal-tab {
    font-size: 11px;
    padding: 20px 10px;
  }

  .legal-header {
    padding: 0 16px 0 20px;
  }
}
