:root {
  --green: #10705A;
  --green-dark: #0b5645;
  --orange: #F8951E;
  --orange-dark: #df7f0d;
  --bg: #f5f7f6;
  --white: #ffffff;
  --text: #18302a;
  --muted: #5d726c;
  --card: #ffffff;
  --line: #dde6e2;
  --shadow: 0 18px 45px rgba(16, 112, 90, 0.12);
  --radius: 20px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Barlow', Arial, Helvetica, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.5;
}

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

.container {
  width: min(var(--container), calc(100% - 32px));
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(12px);
  background: rgba(255,255,255,0.92);
  border-bottom: 1px solid rgba(16,112,90,0.08);
}

.nav {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: flex;
  align-items: center;
}

.menu {
  display: flex;
  align-items: center;
  gap: 24px;
  font-weight: 700;
  color: var(--green-dark);
}

.menu a:hover { color: var(--orange); }

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  font-weight: 700;
  transition: .2s ease;
}

.btn-secondary {
  background: var(--orange);
  color: var(--white);
  box-shadow: 0 18px 45px rgba(248, 149, 30, 0.18);
}

.btn-secondary:hover {
  background: var(--orange-dark);
  transform: translateY(-1px);
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(16,112,90,0.78), rgba(11,86,69,0.70)),
    url('https://s3.minio.hlautomacao.com.br/typebot/siteunicoon/mj1.JPG') center/cover no-repeat;
  padding: 64px 0 42px;
}

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

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.14);
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 700;
}

h1, h2, h3 {
  margin: 0 0 12px;
  line-height: 1.1;
  font-family: 'Barlow', Arial, Helvetica, sans-serif;
}

h1 {
  font-size: clamp(36px, 6vw, 62px);
  max-width: 760px;
  letter-spacing: -0.03em;
  color: #ffffff;
}

.hero p {
  font-size: 18px;
  color: rgba(255,255,255,0.92);
  max-width: 700px;
  margin: 0 0 24px;
}

.hero-card {
  display:flex;
  align-items:center;
  justify-content:center;
  background:#ffffff;
  border-radius:28px;
  width:100%;
  aspect-ratio:1 / 1;
  max-width:520px;
  margin-left:auto;
  box-shadow: var(--shadow);
}

section { padding: 72px 0; }

.section-head {
  max-width: 760px;
  margin-bottom: 28px;
}

.section-head h2 {
  font-size: clamp(28px, 4vw, 46px);
  color: var(--green);
  margin-bottom: 10px;
}

.section-head p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
}

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

.cta-testimonials {
  width: 100%;
  margin-top: 12px;
}

.cta-testimonials-track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  width: 100%;
  align-items: stretch;
  grid-auto-rows: 1fr;
}

.cta-testimonial-item {
  background: rgba(255,255,255,0.96);
  border-radius: 24px;
  padding: 26px 22px;
  box-shadow: 0 18px 36px rgba(0,0,0,0.16);
  text-align: center;
  color: var(--text);
  min-height: 320px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cta-testimonial-stars {
  color: var(--orange);
  font-size: 24px;
  letter-spacing: 4px;
  margin-bottom: 12px;
}

.cta-testimonial-text {
  font-size: 18px;
  line-height: 1.5;
  color: #4f5c58;
  margin: 0 0 18px;
  flex: 1;
}

.cta-testimonial-name {
  margin: 0 !important;
  font-weight: 800 !important;
  font-size: 16px !important;
  color: var(--green-dark) !important;
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

.faq-list {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.steps-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.card {
  text-align: center;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px 20px;
  box-shadow: 0 10px 25px rgba(16,112,90,0.04);
  transition: .3s ease;
}
.card:hover {
  transform: translateY(-6px);
  border-color: var(--orange);
  box-shadow: 0 20px 40px rgba(16,112,90,0.1);
}

.card h3 {
  font-size: 20px;
  margin-bottom: 8px;
  color: var(--green-dark);
}

.card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.step-number {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--orange);
  color: white;
  font-weight: 800;
  margin: 0 auto 14px;
}

.cta {
  background:
    linear-gradient(rgba(16,112,90,0.90), rgba(11,86,69,0.88)),
    url('https://s3.minio.hlautomacao.com.br/typebot/siteunicoon/mj4.jpg') center/cover no-repeat;
  color: var(--white);
}

.cta .section-head h2,
.cta .section-head p {
  color: var(--white);
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  background: var(--white);
}

.faq-question {
  width: 100%;
  text-align: left;
  background: none;
  border: 0;
  padding: 18px 20px;
  font-size: 17px;
  font-weight: 700;
  color: var(--green-dark);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq-question::after {
  content: "+";
  font-size: 22px;
  font-weight: 800;
  color: var(--orange);
  transition: transform .2s ease;
}

.faq-item.active .faq-question::after {
  content: "−";
  color: var(--orange);
}

.faq-answer {
  padding: 0 20px 18px;
  color: var(--muted);
  display: none;
}

.faq-item.active .faq-answer { display: block; }

footer {
  background: #092e25;
  color: rgba(255,255,255,0.88);
  padding: 34px 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  gap: 24px;
  align-items: start;
}

.footer-title {
  color: white;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.footer-links {
  display: grid;
  gap: 8px;
}

.copyright {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,0.10);
  font-size: 14px;
  color: rgba(255,255,255,0.72);
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 999;
}

.floating-whatsapp a {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #25d366;
  color: white;
  font-size: 28px;
  box-shadow: 0 16px 34px rgba(0,0,0,0.18);
  transition: transform .2s ease, background-color .2s ease;
}

.floating-whatsapp a:hover {
  background: #20ba5a;
  transform: scale(1.08) translateY(-2px);
}

.before-after {
  background: var(--orange);
  padding-top: 80px;
  padding-bottom: 80px;
}

.before-after .section-head h2,
.before-after .section-head p {
  color: #fff;
}

.ba-carousel {
  overflow: hidden;
  width: 100%;
  margin-top: 30px;
}

.ba-track {
  display: flex;
  gap: 40px;
  width: max-content;
  animation: scrollBA 55s linear infinite;
  align-items: center;
}

.ba-pair {
  display: flex;
  gap: 20px;
  background: transparent;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
  align-items: center;
}

.ba-pair img {
  width: 420px;
  height: auto;
  object-fit: contain;
  border-radius: 12px;
  background: transparent;
}

@keyframes scrollBA {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@media (max-width: 1080px) {
  .menu { display: none; }
  .hero-grid,
  .footer-grid,
  .steps-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cta-testimonials-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .nav { min-height: 72px; }
  .actions { display: flex; }
  .actions .btn {
    min-height: 38px;
    padding: 0 16px;
    font-size: 13px;
  }
  .hero-grid,
  .steps-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-card {
    display: none;
  }

  .cta-testimonials-track {
    grid-template-columns: 1fr;
  }

  .ba-pair img {
    width: 280px;
  }

  section { padding: 56px 0; }
  .hero { padding-top: 40px; }
  h1 { font-size: 38px; }
  .card { padding: 20px; }
}

/* SIMULADOR INTERATIVO HERO */
.simulator-box {
  padding: 32px 28px;
  width: 100%;
  text-align: center;
}
.simulator-box h3 {
  font-size: 28px;
  background: linear-gradient(135deg, var(--green) 30%, var(--orange) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
  margin-bottom: 8px;
  letter-spacing: -0.03em;
}
.simulator-box p {
  font-size: 14px;
  color: var(--muted);
  margin: 0 0 24px;
  line-height: 1.4;
}
.simulator-options {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.sim-option, .sim-option-btn {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.95);
  border: 1.5px solid var(--line);
  border-radius: 18px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  text-decoration: none;
  width: 100%;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(16, 112, 90, 0.02);
}
.sim-option:hover, .sim-option-btn:hover {
  border-color: var(--green);
  background: var(--white);
  transform: translateY(-3px) scale(1.015);
  box-shadow: 0 16px 36px rgba(16, 112, 90, 0.08);
}
.sim-icon {
  font-size: 24px;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.03);
  transition: all 0.3s ease;
}

/* Custom styling for vehicle types */
.sim-option:nth-child(1) .sim-icon, .sim-option-btn:nth-child(1) .sim-icon {
  background: rgba(16, 112, 90, 0.08);
  color: var(--green);
}
.sim-option:nth-child(1):hover .sim-icon, .sim-option-btn:nth-child(1):hover .sim-icon {
  background: var(--green);
  color: var(--white);
}

.sim-option:nth-child(2) .sim-icon, .sim-option-btn:nth-child(2) .sim-icon {
  background: rgba(248, 149, 30, 0.08);
  color: var(--orange);
}
.sim-option:nth-child(2):hover .sim-icon, .sim-option-btn:nth-child(2):hover .sim-icon {
  background: var(--orange);
  color: var(--white);
}

.sim-option:nth-child(3) .sim-icon, .sim-option-btn:nth-child(3) .sim-icon {
  background: rgba(0, 150, 136, 0.08);
  color: #009688;
}
.sim-option:nth-child(3):hover .sim-icon, .sim-option-btn:nth-child(3):hover .sim-icon {
  background: #009688;
  color: var(--white);
}

.sim-label {
  font-weight: 800;
  font-size: 16px;
  color: var(--green-dark);
  transition: color 0.3s ease;
}
.sim-option:hover .sim-label, .sim-option-btn:hover .sim-label {
  color: var(--green);
}
.simulator-footer {
  margin-top: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 18px;
  background: rgba(16, 112, 90, 0.06);
  border-radius: 999px;
  font-size: 12px;
  color: var(--green-dark);
  font-weight: 700;
}

/* SEÇÃO DE COBERTURAS */
.coberturas-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 20px;
}
.cobertura-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 36px 28px;
  box-shadow: 0 10px 25px rgba(16,112,90,0.02);
  transition: .3s ease;
  text-align: center;
}
.cobertura-card:hover {
  transform: translateY(-8px);
  border-color: var(--orange);
  box-shadow: 0 20px 45px rgba(16, 112, 90, 0.08);
}
.cobertura-icon-wrapper {
  width: 60px;
  height: 60px;
  background: rgba(16, 112, 90, 0.06);
  border-radius: 16px;
  display: grid;
  place-items: center;
  margin: 0 auto 20px;
  color: var(--green);
  transition: .3s ease;
}
.cobertura-card:hover .cobertura-icon-wrapper {
  background: var(--orange);
  color: var(--white);
}
.cobertura-svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
}
.cobertura-card h3 {
  font-size: 20px;
  color: var(--green-dark);
  font-weight: 800;
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}
.cobertura-card p {
  font-size: 14.5px;
  color: var(--muted);
  margin: 0;
  line-height: 1.5;
}

/* SHOWCASE DE MARCAS */
.brands-bar {
  background: #edf2f0;
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
  overflow: hidden;
}
.brands-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.brands-title {
  font-size: 13px;
  font-weight: 800;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
.brands-logos {
  display: flex;
  align-items: center;
  gap: 36px;
  font-weight: 900;
  font-size: 15px;
  color: rgba(24, 48, 42, 0.35);
  letter-spacing: 0.12em;
}
.brands-logos span {
  transition: color .2s ease;
  cursor: default;
}
.brands-logos span:hover {
  color: var(--green);
}

/* DEPOIMENTOS PREMIUM */
.cta-testimonial-item {
  text-align: left;
  align-items: flex-start;
}
.cta-testimonial-user {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  border-top: 1px solid rgba(16, 112, 90, 0.08);
  padding-top: 16px;
  width: 100%;
}
.user-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: white;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.05em;
  flex-shrink: 0;
}
.user-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.user-badge {
  font-size: 11px;
  color: #20ba5a;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 4px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

@media (max-width: 1080px) {
  .coberturas-grid {
    grid-template-columns: 1fr 1fr;
  }
  .brands-container {
    flex-direction: column;
    text-align: center;
  }
  .brands-logos {
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media (max-width: 720px) {
  .coberturas-grid {
    grid-template-columns: 1fr;
  }
}

/* ====== FIPE SIMULADOR STYLES ====== */
.sim-form-group {
  margin-bottom: 16px;
  text-align: left;
}
.sim-form-group label {
  display: block;
  font-size: 12px;
  font-weight: 800;
  color: var(--green-dark);
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.sim-form-group select {
  width: 100%;
  height: 48px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: white;
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
  outline: none;
  transition: .2s ease;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2310705a'%3E%3Cpath d='M7 10l5 5 5-5H7z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 20px;
}
.sim-form-group select:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(248, 149, 30, 0.12);
}
.sim-form-group select:disabled {
  background-color: #f5f7f6;
  cursor: not-allowed;
  color: #98a7a2;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23b2c2bd'%3E%3Cpath d='M7 10l5 5 5-5H7z'/%3E%3C/svg%3E");
}
.sim-back-wrapper {
  margin-top: 20px;
  border-top: 1px solid var(--line);
  padding-top: 16px;
}
.btn-back {
  background: none;
  border: none;
  color: var(--muted);
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  transition: color .2s ease;
}
.btn-back:hover {
  color: var(--green);
}
.sim-loader-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 16px 0;
}
.sim-loader {
  border: 3px solid #f3f3f3;
  border-radius: 50%;
  border-top: 3px solid var(--green);
  width: 24px;
  height: 24px;
  animation: simSpin 1s linear infinite;
}
@keyframes simSpin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
#loading-text {
  font-size: 14px;
  color: var(--green);
  font-weight: 600;
}

/* RESULT CARD STYLES */
.result-success-icon {
  font-size: 42px;
  margin-bottom: 12px;
}
.result-badge-detail {
  display: inline-block;
  background: rgba(16, 112, 90, 0.08);
  color: var(--green);
  font-weight: 800;
  font-size: 13px;
  padding: 6px 12px;
  border-radius: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.result-price-box {
  background: #fff8ee;
  border: 1.5px dashed rgba(248, 149, 30, 0.35);
  border-radius: 16px;
  padding: 16px;
  margin-bottom: 24px;
}
.result-price-label {
  display: block;
  font-size: 12px;
  font-weight: 800;
  color: #9c6c30;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 6px;
}
.result-price-amount {
  display: block;
  font-size: 32px;
  font-weight: 900;
  color: var(--orange-dark);
  letter-spacing: -0.02em;
}
.result-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.result-btn-whatsapp {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 16px;
  font-weight: 800;
  min-height: 52px;
  text-decoration: none;
}
.btn-reset {
  background: none;
  border: none;
  color: var(--muted);
  font-weight: 700;
  font-size: 13px;
  cursor: pointer;
  text-decoration: underline;
  transition: color .2s ease;
  margin-top: 4px;
}
.btn-reset:hover {
  color: var(--green);
}

/* ==========================================================================
   ESTILOS ADICIONAIS PARA O BLOG E CENTRAL DE CONTEÚDO (SEO)
   ========================================================================== */

/* Seção de Blog na Home */
.blog-home-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-top: 36px;
}
.blog-home-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(16,112,90,0.02);
  transition: .3s ease;
  display: flex;
  flex-direction: column;
}
.blog-home-card:hover {
  transform: translateY(-5px);
  border-color: var(--orange);
  box-shadow: 0 20px 40px rgba(16,112,90,0.08);
}
.blog-card-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.blog-card-meta {
  font-size: 12px;
  font-weight: 800;
  color: var(--orange);
  text-transform: uppercase;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}
.blog-card-title {
  font-size: 18px;
  font-weight: 800;
  color: var(--green-dark);
  margin: 0 0 12px;
  line-height: 1.3;
}
.blog-card-excerpt {
  font-size: 14px;
  color: var(--muted);
  margin: 0 0 20px;
  line-height: 1.5;
  flex-grow: 1;
}
.blog-card-link {
  font-weight: 800;
  font-size: 14px;
  color: var(--green);
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color .2s ease;
}
.blog-home-card:hover .blog-card-link {
  color: var(--orange-dark);
}

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

/* Layout Interno do Artigo */
.blog-article-header {
  background: linear-gradient(rgba(16,112,90,0.85), rgba(11,86,69,0.92)),
              url('https://s3.minio.hlautomacao.com.br/typebot/siteunicoon/mj1.JPG') center/cover no-repeat;
  color: white;
  padding: 80px 0 60px;
  text-align: center;
}
.blog-breadcrumbs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.78);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.blog-breadcrumbs a {
  transition: color .2s ease;
}
.blog-breadcrumbs a:hover {
  color: var(--orange);
}
.blog-article-header h1 {
  font-size: clamp(28px, 5vw, 48px);
  max-width: 860px;
  margin: 0 auto 16px;
  font-weight: 900;
  letter-spacing: -0.02em;
}
.blog-article-meta-desc {
  font-size: 18px;
  max-width: 720px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.4;
}

.blog-main-wrapper {
  padding: 60px 0;
}
.blog-grid {
  display: grid;
  grid-template-columns: 1.8fr 1.2fr;
  gap: 48px;
  align-items: start;
}
.blog-content {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 40px 36px;
  box-shadow: 0 10px 25px rgba(16,112,90,0.01);
}
.blog-rich-text {
  font-size: 16px;
  line-height: 1.7;
  color: #384d47;
}
.blog-rich-text h2 {
  font-size: 26px;
  color: var(--green-dark);
  font-weight: 800;
  margin-top: 32px;
  margin-bottom: 14px;
  letter-spacing: -0.01em;
}
.blog-rich-text h3 {
  font-size: 20px;
  color: var(--green);
  font-weight: 800;
  margin-top: 24px;
  margin-bottom: 10px;
}
.blog-rich-text p {
  margin: 0 0 20px;
}
.blog-rich-text ul, .blog-rich-text ol {
  margin: 0 0 20px;
  padding-left: 24px;
}
.blog-rich-text li {
  margin-bottom: 8px;
}
.blog-rich-text strong {
  color: var(--green-dark);
}

/* Sidebar e Simulador Lateral */
.blog-sidebar {
  display: grid;
  gap: 28px;
  position: sticky;
  top: 106px;
}
.sidebar-box {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 25px rgba(16,112,90,0.03);
  overflow: hidden;
}
.sidebar-box-title {
  background: var(--green);
  color: white;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 800;
  margin: 0;
}
.sidebar-box-content {
  padding: 24px;
}
.sidebar-links {
  display: grid;
  gap: 12px;
}
.sidebar-link-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14.5px;
  font-weight: 700;
  color: var(--green-dark);
  transition: color .2s ease;
}
.sidebar-link-item:hover {
  color: var(--orange);
}

@media (max-width: 900px) {
  .blog-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .blog-content {
    padding: 28px 20px;
  }
  .blog-sidebar {
    position: static;
  }
}

/* Seção de cidades na home */
.cidades-home-section {
  background: var(--white);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.cidades-grid-home {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-top: 28px;
}
.cidade-pill {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 14px;
  text-align: center;
  font-weight: 800;
  font-size: 14px;
  color: var(--green-dark);
  transition: .2s ease;
}
.cidade-pill:hover {
  background: var(--white);
  border-color: var(--orange);
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(16,112,90,0.06);
}

@media (max-width: 1080px) {
  .cidades-grid-home {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 720px) {
  .cidades-grid-home {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .cidades-grid-home {
    grid-template-columns: 1fr;
  }
}

/* Formulário de Conversão e Rodapé de Artigo */
.article-conversion-footer {
  margin-top: 36px;
  border-top: 2px dashed var(--line);
  padding-top: 32px;
  text-align: center;
}
.conversion-btn-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.conversion-phone-call {
  font-size: 14px;
  color: var(--muted);
  font-weight: 700;
}
.conversion-phone-call a {
  color: var(--green);
}
.conversion-phone-call a:hover {
  text-decoration: underline;
}
