:root {
  --bg: #f8f9fa;
  --bg-alt: #ffffff;
  --text: #182433;
  --text-muted: #56657a;
  --dark: #111f4d;
  --green: #13c766;
  --green-dark: #0ca354;
  --yellow: #ffd21f;
  --yellow-dark: #e7bd0a;
  --red: #ad0018;
  --blue: #1a3fa8;
  --card-shadow: 0 10px 30px rgba(24, 36, 51, 0.08);
  --radius: 16px;
  --space-mobile: 48px;
  --space-desktop: 64px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.section-light,
.section-dark {
  padding: var(--space-mobile) 0;
}

.section-light {
  background: linear-gradient(180deg, var(--bg-alt), var(--bg));
}

.section-dark {
  background: var(--dark);
  color: #e9edf2;
}

/* ── Etiquetas de secção (referência painel admin) ── */
.section-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #1e3a8a;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 0 0 12px 12px;
  border-bottom: 3px solid #4f7cf7;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  white-space: nowrap;
  box-shadow: 0 2px 12px rgba(11,31,86,0.25);
  opacity: 0.9;
  pointer-events: none;
  transition: opacity 0.2s, transform 0.2s;
}
.section-label-wrap {
  position: relative;
}
.section-label-wrap:hover .section-label {
  opacity: 1;
  transform: translateX(-50%) translateY(2px);
}
.section-dark .section-label {
  background: #2d4fa0;
  color: #e0ecff;
  border-color: #7fa8ff;
  box-shadow: 0 2px 12px rgba(0,0,0,0.35);
}

.hero {
  background: radial-gradient(circle at 10% 0%, #a90020 0%, #243f9d 45%, #0b1f56 100%);
  color: #f5f7ff;
}

.hero .lead,
.hero .badge {
  color: #d7deef;
}

.hero .chip-urgency {
  background: rgba(255, 255, 255, 0.1);
  color: #e8edf8;
  border: 1px solid rgba(255, 255, 255, 0.24);
}

.hero-inner {
  text-align: center;
  max-width: 980px;
}

.hero-title {
  margin-top: 20px;
  font-size: clamp(2.5rem, 6vw, 5.4rem);
  line-height: 1.08;
  color: #f6f7fb;
}

.hero-title span {
  font-size: clamp(2rem, 5.1vw, 4.2rem);
}

.hero-title em {
  font-style: normal;
}

.hero-title .uber {
  color: #ffdb00;
}

.hero-title .bolt {
  color: #2cd27d;
}

.hero-line {
  margin-top: 18px;
  color: #cfd8ec;
  font-size: clamp(1.35rem, 2.7vw, 2.2rem);
  font-weight: 700;
}

.hero-desc {
  margin: 18px auto 0;
  max-width: 880px;
  color: #b9c6df;
  font-size: clamp(1.08rem, 2.2vw, 1.9rem);
}

.hero-desc strong {
  color: #eef2fb;
}

.hero-action-wrap {
  margin: 34px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.hero-price {
  background: #f9f9fb;
  border: 4px solid #ffdb00;
  border-radius: 18px;
  padding: 16px 26px;
  min-width: 280px;
  text-align: left;
}

.hero-price small {
  color: #596477;
  letter-spacing: 0.06em;
  font-weight: 700;
}

.hero-price p {
  margin-top: 6px;
}

.hero-price strong {
  font-size: clamp(2.6rem, 4vw, 4.6rem);
  color: #9f0017;
  line-height: 1;
}

.hero-price span {
  font-size: clamp(1.6rem, 2.8vw, 3rem);
  color: #3f4a5c;
  font-weight: 700;
  margin-left: 6px;
}

.hero-main-cta {
  min-height: 68px;
  border-radius: 999px;
  padding: 0 38px;
  font-size: clamp(1rem, 2vw, 1.45rem);
}

.hero-main-cta span {
  margin-left: 12px;
}

.support-strip {
  background: linear-gradient(120deg, #3f2b7d 0%, #ab0018 45%, #1e3fa8 100%);
}

.support-strip .container {
  width: min(1260px, 95%);
}

.support-layout {
  display: grid;
  gap: 34px;
  align-items: center;
  min-height: 500px;
}

.support-left h2 {
  font-size: clamp(2.2rem, 4.6vw, 4.1rem);
  line-height: 1.05;
  margin: 14px 0 12px;
  color: #fff;
}

.support-left h2 span {
  color: #ffdd20;
}

.support-left > p {
  color: #f0e6ef;
  max-width: 620px;
  font-size: 1.15rem;
  line-height: 1.35;
}

.support-left {
  min-height: 460px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.support-chip {
  display: inline-flex;
  border: 0.8px solid rgba(139, 255, 180, 0.45);
  color: #73f1a8;
  background: rgba(40, 62, 91, 0.46);
  border-radius: 999px;
  width: 200.66px;
  height: 38px;
  padding: 0 10px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  align-items: center;
  box-sizing: border-box;
}

/* Aviso de Cookies */
.cookie-banner {
  position: fixed;
  bottom: 84px;
  right: 20px;
  left: auto;
  max-width: 420px;
  background: radial-gradient(circle at 10% 0%, #a90020 0%, #243f9d 45%, #0b1f56 100%);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 12px;
  padding: 24px;
  box-shadow: var(--card-shadow);
  z-index: 9999;
  font-family: 'Inter', sans-serif;
  color: #f5f7ff;
  opacity: 0;
  transform: translateY(20px);
  animation: slideUpCookie 0.5s forwards 0.5s;
}

@keyframes slideUpCookie {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.cookie-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.cookie-icon {
  width: 28px;
  height: 28px;
  color: var(--yellow);
}

.cookie-header strong {
  color: #ffffff;
  font-size: 1.05rem;
  letter-spacing: 0.05em;
}

.cookie-text {
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 20px;
}

.cookie-text a {
  color: var(--yellow);
  font-weight: 600;
  text-decoration: none;
}

.cookie-text a:hover {
  text-decoration: underline;
}

.cookie-actions {
  display: flex;
  gap: 12px;
}

.btn-cookie {
  flex: 1;
  padding: 12px 0;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: all 0.2s;
  text-align: center;
}

.btn-accept {
  background-color: var(--yellow);
  color: #1f2430;
  border: none;
}

.btn-accept:hover {
  background-color: var(--yellow-dark);
}

.btn-reject {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.btn-reject:hover {
  background-color: rgba(255,255,255,0.05);
  border-color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 480px) {
  .cookie-banner {
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    border-radius: 20px 20px 0 0;
    border-left: none;
    border-right: none;
    border-bottom: none;
  }
}

.support-actions {
  margin-top: 24px;
  display: grid;
  gap: 14px;
  max-width: 450px;
}

.support-btn {
  height: 56px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.08rem;
  font-weight: 800;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.support-btn:hover {
  box-shadow: 0 10px 20px rgba(8, 22, 51, 0.28);
  filter: brightness(1.04);
}

.support-btn-chat {
  background: #ffdb00;
  color: #111827;
}

.support-btn-chat:hover {
  background: #ffd000;
}

.support-btn-phone {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
}

.support-btn-phone:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.45);
}

.support-btn-whats {
  background: #25c461;
  color: #fff;
}

.support-btn-whats:hover {
  background: #1db457;
}

.support-team-card {
  background: #f5f7fb;
  border-radius: 24px;
  color: #1a2440;
  padding: 20px;
  position: relative;
  box-shadow: 0 10px 26px rgba(7, 12, 35, 0.2);
  width: 384px;
  height: 460px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}

.badge-24 {
  position: absolute;
  right: -8px;
  top: -12px;
  background: #ffdb00;
  color: #111827;
  font-weight: 800;
  padding: 9px 17px;
  border-radius: 999px;
}

.badge-free {
  position: absolute;
  left: -14px;
  bottom: -16px;
  background: #1fcd67;
  color: #fff;
  font-weight: 800;
  padding: 9px 18px;
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(10, 132, 61, 0.35);
  z-index: 3;
}

.team-top {
  display: flex;
  gap: 14px;
  align-items: center;
}

.team-photo {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  border: 3px solid #ab0018;
  background-image: url("assets/suporte-mulher-realista.png");
  background-size: cover;
  background-position: center;
}

.support-team-card h3 {
  margin: 0;
  font-size: 1.72rem;
}

.online {
  color: #0baf49;
  margin-top: 2px;
  font-weight: 700;
}

.support-team-card ul {
  list-style: none;
  padding: 0;
  margin: 16px 0 12px;
  display: grid;
  gap: 7px;
  color: #31435f;
}

.support-team-card ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.support-team-card .s-icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #b10019;
  line-height: 1;
}

.support-team-card .s-icon svg {
  width: 20px;
  height: 20px;
  display: block;
}

.team-note {
  background: #eceff4;
  border-radius: 12px;
  padding: 11px 12px;
  color: #49576d;
  font-style: italic;
  margin-bottom: 14px;
}

.support-team-card .support-btn-converse {
  background: linear-gradient(95deg, #aa000f 0%, #2f3f97 100%);
  color: #fff;
  width: 320px !important;
  height: 56px;
  border-radius: 999px;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  margin-left: auto;
  margin-right: auto;
  gap: 10px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  justify-content: center;
  margin-top: auto;
  margin-bottom: 15px;
}

.support-team-card .support-btn-converse:hover {
  background: linear-gradient(95deg, #c30012 0%, #3e53bd 100%);
}

.support-team-card .support-btn-converse .btn-icon {
  font-size: 1.2rem;
  line-height: 1;
  opacity: 0.95;
}

.support-shortcuts {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.support-shortcuts .shortcut-btn {
  min-height: 98px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  display: grid;
  place-items: center;
  gap: 6px;
  font-size: 1.25rem;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
  position: relative;
  overflow: visible;
  isolation: isolate;
}

.support-shortcuts .shortcut-btn strong {
  font-size: 1rem;
}

.shortcut-icon {
  width: 178px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.55rem;
  line-height: 1;
  transition: transform 0.2s ease;
}

.support-shortcuts .shortcut-btn:hover,
.support-shortcuts .shortcut-btn:focus-visible {
  border-color: rgba(255, 255, 255, 0.62) !important;
  background: rgba(255, 255, 255, 0.2) !important;
  box-shadow: 0 8px 20px rgba(8, 21, 52, 0.28);
  outline: none;
}

.support-shortcuts .shortcut-btn:active {
  transform: none;
}

.support-shortcuts .shortcut-btn:hover .shortcut-icon,
.support-shortcuts .shortcut-btn:focus-visible .shortcut-icon {
  transform: none;
}

/* Efeito pulsar aplicado em todos os botoes */
.botao-pulsar,
.btn,
.support-btn,
.support-shortcuts .shortcut-btn,
.support-team-card .support-btn-converse,
.sw-send,
.carousel-btn {
  -webkit-animation: none;
  animation: none;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
}

.botao-pulsar:hover,
.botao-pulsar:focus-visible,
.btn:hover,
.btn:focus-visible,
.support-btn:hover,
.support-btn:focus-visible,
.support-shortcuts .shortcut-btn:hover,
.support-shortcuts .shortcut-btn:focus-visible,
.support-team-card .support-btn-converse:hover,
.support-team-card .support-btn-converse:focus-visible,
.sw-send:hover,
.sw-send:focus-visible,
.carousel-btn:hover,
.carousel-btn:focus-visible {
  -webkit-animation: pulsar 1.5s infinite;
  animation: pulsar 1.5s infinite;
}

@-webkit-keyframes pulsar {
  0% {
    -webkit-transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  70% {
    -webkit-transform: scale(1);
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    -webkit-transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

@keyframes pulsar {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

#cashback {
  background: linear-gradient(120deg, #2f2d7d 0%, #9f0018 45%, #870013 100%);
}

#cashback .container {
  max-width: 1160px;
}

.cashback-head {
  text-align: center;
  max-width: 920px;
  margin: 0 auto;
}

.cashback-chip {
  display: inline-flex;
  background: #ffdb00;
  color: #101826;
  border-radius: 999px;
  padding: 10px 22px;
  font-weight: 800;
  margin-bottom: 16px;
}

.cashback-head h2 {
  font-size: clamp(2.1rem, 4.7vw, 4.1rem);
  line-height: 1.08;
  color: #fff;
}

.cashback-head h2 span {
  color: #ffdb00;
}

.cashback-head .section-sub {
  margin: 12px auto 0;
  color: #f8e9eb;
  font-size: clamp(1.05rem, 2vw, 1.8rem);
  max-width: 840px;
}

.cashback-head .section-sub strong {
  color: #ffdb00;
}

.cashback-box {
  margin: 34px auto 0;
  background: #f7f8fb;
  color: #102041;
  border-radius: 24px;
  padding: 28px 24px 24px;
  box-shadow: 0 18px 36px rgba(8, 17, 50, 0.24);
}

.cashback-box h3 {
  text-align: center;
  font-size: clamp(1.7rem, 2.8vw, 2.5rem);
  margin-bottom: 20px;
  color: #0b1f48;
}

.cashback-grid {
  display: grid;
  gap: 16px;
}

.cash-item {
  text-align: center;
  background: transparent;
  border-radius: 16px;
  padding: 12px;
}

.cash-ico {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #eceef4;
  color: #29459a;
  font-size: 1.85rem;
  margin-bottom: 8px;
}

.cash-item small {
  display: block;
  color: #4d5c73;
  font-size: 0.95rem;
}

.cash-item strong {
  display: block;
  margin-top: 6px;
  font-size: clamp(1.7rem, 3vw, 2.8rem);
  color: #8f0014;
}

.cash-item em {
  display: block;
  margin-top: 3px;
  color: #5f6f86;
  font-style: normal;
  font-size: 0.92rem;
}

.cash-result {
  background: #ffdb00;
  border-radius: 18px;
}

.cash-result .cash-ico {
  background: rgba(255, 255, 255, 0.35);
  color: #fff;
}

.cash-result strong {
  color: #101f47;
}

.cash-result em,
.cash-result small {
  color: #101f47;
}

.cashback-band {
  margin-top: 16px;
  text-align: center;
  background: linear-gradient(95deg, #2b47a2 0%, #a90018 100%);
  color: #fff;
  border-radius: 16px;
  padding: 16px;
  font-size: clamp(1.2rem, 2.2vw, 1.8rem);
  font-weight: 800;
}

.cashback-band span {
  color: #ffdb00;
}

.cashback-bottom-text {
  text-align: center;
  margin-top: 16px;
  color: #fff;
  font-size: clamp(1.3rem, 2.2vw, 2.1rem);
  font-weight: 800;
}

.cashback-bottom-text span {
  color: #ffdb00;
}

#cadastro {
  background: linear-gradient(130deg, #1f3f9f 0%, #2f2c7a 52%, #a20016 100%);
  color: #edf1ff;
}

#cadastro .section-sub {
  color: #d8e0f5;
}

#depoimentos {
  background: linear-gradient(180deg, #ffffff 0%, #f5f7fb 100%);
  color: var(--text);
}

#depoimentos .section-sub {
  color: var(--text-muted);
}

.testimonials-header {
  text-align: center;
  max-width: 860px;
  margin: 0 auto;
}

.testimonials-badge {
  display: inline-flex;
  background: #dff5e8;
  color: #177e4c;
  border-radius: 999px;
  padding: 8px 16px;
  font-weight: 700;
  margin-bottom: 14px;
}

.testimonials-header h2 {
  font-size: clamp(2rem, 4.2vw, 3.2rem);
  margin-bottom: 8px;
  color: #091b3d;
}

.testimonials-header h2 span {
  color: #a60018;
}

.testimonials-grid {
  margin-top: 40px;
  display: grid;
  gap: 18px;
}

.t-card {
  background: #fff;
  border: 1px solid #e8ebf0;
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(18, 26, 43, 0.08);
  padding: 20px 20px 16px;
}

.t-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.t-label {
  color: #b13a38;
  font-weight: 800;
  font-size: 0.95rem;
}

.t-quotes {
  color: #ead3d3;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 800;
}

.t-stars {
  color: #f2c700;
  letter-spacing: 2px;
  font-size: 1.05rem;
}

.t-card p {
  margin-top: 8px;
  color: #31435f;
  font-size: 1.02rem;
  min-height: 128px;
}

.t-author {
  border-top: 1px solid #eef1f5;
  margin-top: 14px;
  padding-top: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.t-avatar {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #edf2fb;
  background-image: url("assets/depoimentos-avatares.png");
  background-repeat: no-repeat;
  background-size: 200% 200%;
  border: 2px solid #ffffff;
  box-shadow: 0 1px 4px rgba(11, 27, 61, 0.18);
}

.t-avatar.av1 {
  background-position: left top;
}

.t-avatar.av2 {
  background-position: right top;
}

.t-avatar.av3 {
  background-position: left bottom;
}

.t-avatar.av4 {
  background-position: right bottom;
}

.t-avatar.female1,
.t-avatar.female2 {
  background-image: url("assets/depoimentos-mulheres.png");
  background-size: 200% 100%;
}

.t-avatar.female1 {
  background-position: left center;
}

.t-avatar.female2 {
  background-position: right center;
}

.t-author strong {
  display: block;
  color: #122545;
}

.t-author small {
  display: block;
  color: #6c7b8e;
  font-size: 0.86rem;
}

.footer {
  background: linear-gradient(95deg, #ffffff 0%, #f5f2ff 55%, #efe9ff 100%);
}

.footer {
  padding-bottom: 20px;
}

.footer-grid {
  display: grid;
  gap: 26px;
  padding-bottom: 8px;
}

.footer-col h4 {
  margin: 0 0 10px;
  font-size: 20px;
  color: #1f2f63;
}

.footer-col p,
.footer-links a {
  color: #47567f;
  font-size: 16px;
  line-height: 1.45;
}

.footer-col p + p {
  margin-top: 6px;
}

.footer-contacts {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-item svg {
  color: #5c35ad;
  flex-shrink: 0;
}

.contact-item p {
  margin: 0 !important;
}

.footer-brand p {
  margin-top: 8px;
  max-width: 360px;
}

.footer-socials {
  margin-top: 12px;
  display: flex;
  gap: 12px;
}

.footer-socials a {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid #c7b7ef;
  background: linear-gradient(145deg, #ffffff, #f1ebff);
  color: #4b2a87;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 14px rgba(85, 52, 152, 0.16);
  transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.footer-socials a:hover {
  background: linear-gradient(145deg, #efe8ff, #e5dbff);
  border-color: #8f5ae8;
  color: #3f2476;
  box-shadow: 0 10px 20px rgba(85, 52, 152, 0.22);
  transform: translateY(-3px);
}


.footer-socials svg {
  width: 18px;
  height: 18px;
  stroke-width: 2.1;
}

.footer-links {
  display: grid;
  gap: 10px;
  align-content: start;
}

.footer-links h4 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 800;
  color: #1f2f63;
}

.footer-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #47567f;
  font-size: 16px;
}

.footer-links a::before {
  content: "→";
  color: #5a6890;
  font-weight: 700;
}

.footer-links a:hover {
  color: #5c35ad;
}

.footer-links a:hover::before {
  color: #5c35ad;
}

.footer-bottom {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid #d9ccff;
  display: grid;
  gap: 10px;
  color: #6675a1;
  font-size: 0.85rem;
}

.footer-copy-left {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.agency-credit {
  font-size: 0.8rem;
  color: #8a97ab;
}

.agency-credit a {
  color: #5c35ad;
  font-weight: 600;
  text-decoration: none;
}

.agency-credit a:hover {
  text-decoration: underline;
}

.footer-support-strip {
  margin-top: 18px;
  padding: 12px 0 10px;
  border-top: 1px solid #d9ccff;
}

.footer-support-strip .support-title {
  color: #5c35ad;
  font-weight: 800;
  font-size: 1.55rem;
}

.footer-support-strip .support-sub {
  color: #47567f;
  margin-top: 2px;
}

.footer-schedule {
  display: grid;
  gap: 12px;
  margin-top: 8px;
}

.schedule-item {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  align-items: start;
}

.schedule-icon {
  color: #5c35ad;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
}

.schedule-item strong {
  color: #1f2f63;
  font-size: 20px;
}

.schedule-item p {
  color: #47567f;
  font-size: 16px;
  margin-top: 2px;
}

.footer-support-mini {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #d9ccff;
}

.footer-support-mini .support-title {
  color: #5c35ad;
  font-weight: 800;
  font-size: 20px;
}

.footer-support-mini .support-sub {
  color: #47567f;
  font-size: 16px;
  margin-top: 2px;
}

.footer-schedule,
.footer-support-mini {
  text-align: left;
}

.footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.footer-legal-links a {
  color: #5a6890;
  font-size: 16px;
}

.footer-legal-links a:hover {
  color: #5c35ad;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(8px);
  background: linear-gradient(95deg, #ffffff 0%, #f5f2ff 55%, #efe9ff 100%);
  border-bottom: 1px solid #d9ccff;
  box-shadow: 0 4px 14px rgba(85, 52, 152, 0.12);
}

.topbar-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 112px;
  padding: 10px 0;
}

.logo {
  font-weight: 800;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
}

.brand-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.brand-logo img {
  width: auto;
  height: 104px;
  object-fit: contain;
  display: block;
  border-radius: 0;
  filter: contrast(1.12) saturate(1.12) drop-shadow(0 2px 6px rgba(23, 36, 92, 0.18));
  background: transparent;
}

.footer-logo img {
  height: 104px;
}

.footer-logo {
  padding: 0;
}

.topbar .brand-logo {
  border: 0;
}

.footer .brand-logo {
  border: 0;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1 {
  font-size: clamp(1.85rem, 4vw, 3rem);
  line-height: 1.15;
  margin: 14px 0 12px;
}

h2 {
  font-size: clamp(1.4rem, 2.6vw, 2.2rem);
  margin-bottom: 12px;
}

h3 {
  font-size: 1.05rem;
  margin-bottom: 8px;
}

.lead,
.section-sub {
  color: var(--text-muted);
  max-width: 70ch;
}

.section-dark .section-sub {
  color: #c4d0dc;
}

.chip {
  display: inline-flex;
  border-radius: 999px;
  padding: 8px 14px;
  font-weight: 600;
  font-size: 0.85rem;
}

.chip-urgency {
  background: rgba(19, 199, 102, 0.14);
  color: #0f7f45;
}

.hero-grid {
  display: grid;
  gap: 22px;
}

.price-card {
  margin-top: 18px;
  background: #fff;
  border: 1px solid #e8edf3;
  border-radius: var(--radius);
  padding: 16px;
  box-shadow: var(--card-shadow);
  max-width: 460px;
}

.price-label {
  color: var(--text-muted);
  font-weight: 600;
}

.price-value {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  color: #b3001a;
  font-weight: 800;
  line-height: 1.1;
}

.badge {
  margin-top: 8px;
  font-size: 0.9rem;
  color: var(--text-muted);
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  border: 1px solid transparent;
  padding: 12px 16px;
  font-weight: 700;
  font-size: 0.95rem;
  transition: 0.2s ease;
  cursor: pointer;
}

.btn-primary {
  background: var(--yellow);
  color: #1f2430;
}

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

.btn-outline {
  border-color: #ccd5df;
  color: var(--text);
  background: transparent;
}

.btn-outline.light {
  border-color: transparent;
  color: #fff;
  background: #14bf61;
}

.support-strip .btn-outline.light:hover {
  background: #0ea653;
}

.btn-full {
  width: 100%;
}

.btn-small {
  padding: 10px 14px;
  font-size: 0.88rem;
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px;
  margin: 26px auto 0;
  padding: 0;
  list-style: none;
  font-weight: 600;
  width: 100%;
  max-width: 560px;
}

.trust-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #aebad1;
  font-size: 1.05rem;
  white-space: nowrap;
}

.trust-ico {
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  flex: 0 0 16px;
}

.trust-ico svg {
  width: 16px;
  height: 16px;
  display: block;
}

.card {
  background: #fff;
  color: var(--text);
  border-radius: var(--radius);
  box-shadow: var(--card-shadow);
  border: 1px solid #e6ebf1;
  padding: 20px;
}

.hero-visual {
  display: grid;
  gap: 10px;
  place-items: center;
  text-align: center;
}

.app-badges {
  display: flex;
  gap: 10px;
}

.app-badges span {
  background: #eef5ff;
  color: #19477a;
  border-radius: 999px;
  padding: 6px 12px;
  font-weight: 700;
}

.car-illustration {
  font-size: 3.2rem;
}

.team-card {
  margin-top: 20px;
}

.team-card ul {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 6px;
}

.grid {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}

.feature-card {
  border-left: 4px solid #2b4cb5;
}

#como-funciona {
  background: #f6f7f9;
}

.steps-header {
  text-align: center;
  max-width: 960px;
  margin: 0 auto;
}

.steps-header h2 {
  font-size: clamp(2rem, 4.2vw, 3.6rem);
  color: #0b1f48;
  margin-bottom: 12px;
}

.steps-header h2 span {
  color: #9f0018;
}

.steps-header .section-sub {
  margin: 0 auto;
  font-size: clamp(1.02rem, 2vw, 1.2rem);
  color: #31435f;
}

.steps-header .section-sub strong {
  color: #89121f;
}

.steps-grid {
  margin-top: 44px;
  display: grid;
  gap: 18px;
}

.step-card {
  position: relative;
  background: #fff;
  border: 1px solid #e7ebf1;
  border-radius: 18px;
  box-shadow: 0 8px 22px rgba(15, 31, 65, 0.09);
  padding: 34px 26px 24px;
  min-height: 320px;
}

.step-num {
  position: absolute;
  top: -16px;
  left: -16px;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: linear-gradient(135deg, #aa0019 0%, #2f479f 100%);
  color: #fff;
  font-weight: 800;
  font-size: 1.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 16px rgba(28, 48, 98, 0.25);
}

.step-icon {
  width: 64px;
  height: 64px;
  border-radius: 14px;
  background: #f3ebec;
  color: #a10016;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.step-icon svg {
  width: 32px;
  height: 32px;
}

.step-card h3 {
  font-size: clamp(1.4rem, 2.2vw, 1.95rem);
  color: #0b1f48;
  margin-bottom: 10px;
}

.step-card p {
  color: #394b64;
  font-size: 1.08rem;
  line-height: 1.45;
}

.steps-cta {
  margin-top: 28px;
  background: linear-gradient(95deg, #2b47a2 0%, #ac0018 100%);
  color: #fff;
  border-radius: 16px;
  padding: 20px 16px;
  text-align: center;
  font-weight: 800;
  font-size: clamp(1.3rem, 2.6vw, 2rem);
}

.benefits-heading {
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
}

.benefits-heading h2 {
  font-size: clamp(2rem, 4vw, 3.05rem);
  margin-bottom: 10px;
  color: #081d44;
}

.benefits-heading h2 span {
  color: #a30019;
}

.benefits-modern-grid {
  margin-top: 34px;
  display: grid;
  gap: 26px;
  grid-template-columns: 1fr;
}

.benefit-card-modern {
  background: #fff;
  border: 1px solid #e6eaf1;
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(17, 30, 60, 0.07);
  padding: 28px 26px;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.benefit-card-modern.is-featured {
  border-color: #efc5c9;
}

.benefit-card-modern:hover {
  border-color: #c94f5d;
  box-shadow: 0 14px 30px rgba(17, 30, 60, 0.14);
  transform: translateY(-4px);
}

.icon-card {
  width: 72px;
  height: 72px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  color: #fff;
  box-shadow: 0 10px 20px rgba(17, 30, 60, 0.18);
  animation: iconFloat 3.2s ease-in-out infinite;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.icon-card svg {
  width: 29px;
  height: 29px;
  transition: transform 0.25s ease;
}

.benefit-card-modern:hover .icon-card {
  transform: translateY(-4px) scale(1.06);
  box-shadow: 0 14px 26px rgba(17, 30, 60, 0.24);
}

.benefit-card-modern:hover .icon-card svg {
  transform: rotate(-8deg);
}

@keyframes iconFloat {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
  100% {
    transform: translateY(0);
  }
}

.icon-blue {
  background: linear-gradient(135deg, #4d89ff 0%, #225fd8 100%);
}

.icon-purple {
  background: linear-gradient(135deg, #b05dff 0%, #7e2fe3 100%);
}

.icon-orange {
  background: linear-gradient(135deg, #ff8c2a 0%, #f06300 100%);
}

.icon-green {
  background: linear-gradient(135deg, #2ccb6d 0%, #13a74f 100%);
}

.benefit-card-modern h3 {
  font-size: clamp(1.28rem, 1.8vw, 1.6rem);
  line-height: 1.15;
  color: #081d44;
  margin-bottom: 12px;
}

.benefit-card-modern p {
  color: #31435f;
  font-size: 0.95rem;
  line-height: 1.45;
}

.benefit-card-modern a {
  display: inline-block;
  margin-top: auto;
  padding-top: 14px;
  color: #ad0018;
  font-weight: 700;
  opacity: 0;
  transform: translateY(6px);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.benefit-card-modern:hover a,
.benefit-card-modern:focus-within a {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.impact {
  margin-top: 18px;
  font-weight: 800;
  font-size: 1.05rem;
}

.cashback-card {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.cashback-card > div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px dashed #dbe2ea;
  padding-bottom: 8px;
}

.cashback-highlight {
  border-bottom: none;
  background: #fff3bf;
  border-radius: 10px;
  padding: 10px;
}

.price-note {
  margin-top: 24px;
  background: linear-gradient(100deg, #ac0018 0%, #2244aa 100%);
  color: #fff;
  border: 0;
  border-radius: 18px;
  padding: 34px 24px;
  text-align: center;
  width: 100%;
  box-shadow: 0 12px 28px rgba(13, 24, 58, 0.22);
}

.price-note p {
  margin: 0;
}

.price-note p:first-child {
  font-size: 30px;
  font-weight: 800;
  line-height: 1.15;
}

.price-note p:last-child {
  margin-top: 10px;
  font-size: 20px;
  color: #eef3ff;
}

.stats-grid .stat {
  text-align: center;
}

.stat strong {
  display: block;
  color: #b10019;
  font-size: 1.75rem;
}

.faq-wrap {
  max-width: 920px;
}

.faq-wrap h2,
.faq-wrap .section-sub {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

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

.faq-item {
  background: #fff;
  border: 1px solid #e4e9f1;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(17, 30, 60, 0.08);
  overflow: hidden;
}

.faq-question {
  width: 100%;
  background: transparent;
  border: 0;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  text-align: left;
  color: #102041;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
}

.faq-icon {
  color: #a10017;
  font-size: 1.2rem;
  line-height: 1;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
}

.faq-answer p {
  margin: 0;
  padding: 0 18px 16px;
  color: #42526b;
  line-height: 1.45;
}

.faq-item.open .faq-answer {
  max-height: 220px;
}


.form-wrap {
  max-width: 760px;
  margin: 0 auto;
}

.lead-form {
  margin-top: 18px;
  display: grid;
  gap: 12px;
}

.lead-form label {
  display: grid;
  gap: 6px;
  font-weight: 600;
}

.lead-form input {
  width: 100%;
  border: 1px solid #ccd7e3;
  border-radius: 10px;
  padding: 12px;
  font-size: 1rem;
}

.lead-form input:focus {
  outline: 2px solid #96ebbc;
  border-color: #3ec47f;
}

.microcopy {
  color: var(--text-muted);
  font-size: 0.84rem;
}

.floating-whatsapp {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 60;
  background: #11c15f;
  color: #fff;
  border-radius: 999px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 14px 32px rgba(17, 102, 60, 0.35);
}

.floating-whatsapp::before {
  content: attr(data-tooltip);
  position: absolute;
  right: 0;
  bottom: calc(100% + 10px);
  background: #0f1e2e;
  color: #fff;
  padding: 6px 10px;
  border-radius: 8px;
  font-size: 0.78rem;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(6px);
  transition: 0.2s ease;
  pointer-events: none;
}

.floating-whatsapp:hover::before,
.floating-whatsapp:focus-visible::before {
  opacity: 1;
  transform: translateY(0);
}

.floating-whatsapp .icon {
  font-size: 1.05rem;
}

.floating-whatsapp.hidden {
  display: none;
}

.online-badge {
  position: absolute;
  top: -8px;
  right: 8px;
  background: #fff;
  color: #0d7f44;
  border-radius: 999px;
  padding: 2px 8px;
  font-size: 0.72rem;
  font-weight: 700;
}

.support-widget {
  position: fixed;
  right: 8px;
  bottom: 8px;
  width: min(380px, calc(100% - 16px));
  min-height: 560px;
  background: #eef0f4;
  border: 1px solid #d5d9e2;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 16px 38px rgba(5, 14, 46, 0.38);
  z-index: 61;
  display: none;
}

.floating-chat-btn {
  position: fixed;
  right: 14px;
  bottom: 14px;
  width: 56px;
  height: 56px;
  border: 0;
  border-radius: 999px;
  background: radial-gradient(circle at 28% 26%, #b10a4a 0%, #7a2f90 46%, #3b63cf 100%) !important;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 90;
  box-shadow: 0 10px 20px rgba(30, 12, 52, 0.55) !important;
  animation: chatBtnPulse 1.6s ease-in-out infinite;
}

.floating-chat-btn:hover {
  filter: none;
}

.floating-chat-btn .chat-dot {
  position: absolute;
  right: 3px;
  top: 3px;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #48e06f !important;
  border: 2px solid #fff;
  box-shadow: 0 0 0 0 rgba(72, 224, 111, 0.72);
  animation: chatDotPulse 1.6s ease-out infinite;
}

.floating-chat-btn svg {
  color: #ffffff;
  stroke: #ffffff;
}

@keyframes chatBtnPulse {
  0% {
    transform: scale(0.96);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.96);
  }
}

@keyframes chatDotPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(69, 225, 111, 0.7);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(69, 225, 111, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(55, 213, 106, 0);
  }
}

.support-widget.visible {
  display: block;
}

.sw-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 14px 16px;
  color: #fff;
  background: linear-gradient(100deg, #a3001b 0%, #283f97 100%);
}

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

.sw-avatar,
.sw-mini-avatar {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.16);
}

.sw-agent strong {
  font-size: 1.12rem;
}

.sw-agent p {
  margin-top: 2px;
  font-size: 0.9rem;
}

.sw-dot {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #26dd6a;
  margin-right: 4px;
}

.sw-header-actions {
  display: flex;
  gap: 4px;
}

.sw-header-actions button {
  border: 0;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: transparent;
  color: #fff;
  font-size: 1.35rem;
  cursor: pointer;
}

.sw-body {
  padding: 16px 14px;
  min-height: 380px;
}

.sw-message-row {
  display: flex;
  gap: 10px;
}

.sw-mini-avatar {
  width: 28px;
  height: 28px;
  background: #3c2f86;
  color: #fff;
  font-size: 0.78rem;
  margin-top: 6px;
}

.sw-message {
  background: #ffffff;
  border: 1px solid #d6dbe4;
  border-radius: 16px;
  padding: 14px 16px;
  max-width: 288px;
  box-shadow: 0 4px 12px rgba(23, 40, 69, 0.14);
}

.sw-message p {
  margin-bottom: 10px;
  color: #2d3340;
  line-height: 1.35;
}

.sw-message p:last-child {
  margin-bottom: 0;
}

.sw-footer {
  border-top: 1px solid #d7dce5;
  background: #f5f6fa;
  padding: 14px 14px 12px;
}

.sw-input-row {
  display: flex;
  gap: 8px;
  align-items: center;
}

.sw-input-row input {
  flex: 1;
  border: 1px solid #c7ced9;
  border-radius: 999px;
  height: 38px;
  padding: 0 14px;
  font-size: 0.96rem;
  background: #fff;
}

.sw-send {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 0;
  background: linear-gradient(135deg, #b65982 0%, #7d8cb4 100%);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.sw-links {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 0.86rem;
}

.sw-links span:first-child {
  color: #175dd9;
}

.sw-links span:last-child {
  color: #4f5f73;
}

.sw-support {
  margin-top: 10px;
  text-align: center;
  color: #8a97ab;
  font-size: 0.86rem;
}

@media (min-width: 900px) {
  .section-light,
  .section-dark {
    padding: var(--space-desktop) 0;
  }

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

  .hero-title {
    font-size: 72px;
  }

  .hero-title span {
    font-size: 48px;
  }

  .hero-desc {
    font-size: 24px;
  }

  .hero-action-wrap {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }

  .support-layout {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: clamp(56px, 6.5vw, 108px);
    align-items: center;
  }

  .support-left h2 {
    font-size: 3.75rem;
    line-height: 1.01;
  }

  .support-left > p {
    font-size: 1.28rem;
    max-width: 720px;
  }

  .support-team-card {
    max-width: none;
    margin-left: auto;
  }

  .support-shortcuts {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: 950px;
    margin: 34px auto 0;
    column-gap: 20px;
    row-gap: 12px;
  }

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

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

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

  .cashback-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: stretch;
  }

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

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

  .t-card p {
    min-height: 146px;
  }

  .footer-grid {
    grid-template-columns: 1.3fr 1fr 1fr 1fr;
    align-items: start;
  }

  .footer-bottom {
    grid-template-columns: 1fr 2fr;
    align-items: center;
  }

  .footer-legal-links {
    justify-content: flex-end;
  }
}

@media (max-width: 899px) {
  .footer-grid {
    text-align: left;
  }

  .footer-brand p {
    margin-left: 0;
    margin-right: auto;
  }

  .footer-socials {
    justify-content: flex-start;
  }

  .footer-links {
    justify-items: start;
  }

  .footer-schedule {
    justify-items: start;
  }

  .schedule-item {
    text-align: left;
    justify-content: flex-start;
  }

  .footer-legal-links {
    justify-content: flex-start;
  }

  .footer-bottom {
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
}

@media (min-width: 1024px) {
  .steps-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .benefits-modern-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1300px) {

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

/* Paginas internas: blog e sobre + Menu Mobile */
.topbar-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mobile-menu-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: #f1ebff;
  color: #4b2a87;
  border: 1px solid #c7b7ef;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s;
}

.mobile-menu-btn:hover {
  background: #e5dbff;
}

.topbar-nav {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #ffffff;
  padding: 20px;
  box-shadow: 0 10px 20px rgba(85, 52, 152, 0.12);
  border-top: 1px solid #d9ccff;
  gap: 12px;
  z-index: 40;
}

.topbar-nav.active {
  display: flex;
}

.topbar-nav a {
  font-weight: 700;
  font-size: 0.98rem;
  color: #33456f;
  padding: 8px 10px;
  border-radius: 10px;
  transition: background 0.2s ease, color 0.2s ease;
}

.topbar-nav a:hover {
  background: #ece6ff;
  color: #4b2a87;
}

.page-main .section-light {
  padding-top: 42px;
}

.page-hero {
  padding: 54px 0 46px;
  color: #eef2fb;
}

.page-hero-blog {
  background: radial-gradient(circle at 6% 10%, #9d0524 0%, #243f9d 48%, #0f2260 100%);
}

.page-hero-about {
  background: radial-gradient(circle at 6% 10%, #3f2b7d 0%, #a5001e 44%, #1f3f9f 100%);
}

.page-hero-inner {
  text-align: center;
  max-width: 920px;
}

.page-hero h1 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  color: #ffffff;
  margin-bottom: 12px;
}

.page-hero p {
  color: #d7deef;
  font-size: 1.12rem;
}

.page-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 22px;
}

.featured-post {
  display: grid;
  gap: 20px;
  padding: 18px;
  align-items: center;
}

.featured-post img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 14px;
}

.featured-post-content h2 {
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  margin-bottom: 10px;
}

.post-meta {
  margin: 0 0 8px;
  color: #6a7898;
  font-size: 0.9rem;
  font-weight: 600;
}

.post-tag {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #e9fff2;
  color: #0fa959;
  font-weight: 700;
  font-size: 0.82rem;
}

.posts-grid {
  display: grid;
  gap: 16px;
}

.post-card {
  overflow: hidden;
  padding: 0;
}

.post-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.post-card > div {
  padding: 16px;
}

.post-card h3 {
  margin-bottom: 8px;
}

.post-link {
  display: inline-flex;
  margin-top: 8px;
  color: #4b2a87;
  font-weight: 700;
  font-size: 0.95rem;
}

.post-link:hover {
  color: #2f479f;
}

.about-grid {
  display: grid;
  gap: 18px;
}

.about-story {
  padding: 22px;
}

.about-story h2 {
  margin-bottom: 12px;
}

.about-story p + p {
  margin-top: 10px;
}

.about-media {
  overflow: hidden;
  padding: 0;
}

.about-media img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

.about-media figcaption {
  margin: 0;
  padding: 14px 16px;
  color: #4b5f82;
  font-size: 0.95rem;
}

.values-grid {
  display: grid;
  gap: 16px;
}

.value-card {
  padding: 20px;
}

.value-card h3 {
  margin-bottom: 8px;
}

.about-cta {
  margin-top: 20px;
  text-align: center;
  padding: 26px 18px;
}

.about-cta h3 {
  margin-bottom: 8px;
}

.about-cta .btn {
  margin-top: 14px;
}

@media (min-width: 760px) {
  .topbar-nav {
    display: inline-flex;
    flex-direction: row;
    position: static;
    background: transparent;
    padding: 0;
    box-shadow: none;
    border: none;
  }
  
  .mobile-menu-btn {
    display: none;
  }

  .featured-post {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    padding: 24px;
  }

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

  .about-grid {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 24px;
    align-items: stretch;
  }

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

@media (min-width: 1080px) {
  .posts-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .values-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* ==========================================================================
   SEÇÃO DE PROMOÇÕES / ANÚNCIO DE ALUGUER DE CARROS
   ========================================================================== */
#promocoes-carros {
  background: linear-gradient(180deg, #f8f9fa 0%, #eef1f6 100%);
  position: relative;
  overflow: hidden;
}

.promo-header {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 40px;
}

.chip-ad {
  background: #ffe3e3;
  color: #ad0018;
  border: 1px solid #ffb3b3;
  font-weight: 800;
  letter-spacing: 0.05em;
  animation: pulseLight 1.8s infinite;
  display: inline-flex;
  margin-bottom: 12px;
}

@keyframes pulseLight {
  0% {
    box-shadow: 0 0 0 0 rgba(173, 0, 24, 0.2);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(173, 0, 24, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(173, 0, 24, 0);
  }
}

.promo-header h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  color: #0b1f48;
  margin-bottom: 12px;
}

.promo-header h2 span {
  color: #ad0018;
}

.promo-ad-grid {
  display: grid;
  gap: 28px;
  margin-top: 30px;
  grid-template-columns: 1fr;
}

/* Card Estilo Anúncio */
.promo-ad-card {
  background: #ffffff;
  border-radius: 20px;
  border: 2px solid #e1e7f0;
  box-shadow: 0 10px 30px rgba(24, 36, 51, 0.06);
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.promo-ad-card:hover {
  transform: translateY(-8px);
  border-color: #ad0018;
  box-shadow: 0 20px 40px rgba(173, 0, 24, 0.12);
}

/* Special Ad Card Tesla */
.promo-ad-card.special-ad {
  border-color: #ffd21f;
  box-shadow: 0 10px 30px rgba(255, 210, 31, 0.1);
}

.promo-ad-card.special-ad:hover {
  border-color: #ad0018;
  box-shadow: 0 20px 40px rgba(173, 0, 24, 0.15);
}

/* Badges do Anúncio */
.ad-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 10;
  font-size: 0.84rem;
  font-weight: 800;
  color: #ffffff;
  padding: 8px 14px;
  border-radius: 999px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.ad-badge.popular {
  background: linear-gradient(135deg, #ff4e50 0%, #f9d423 100%);
}

.ad-badge.eco {
  background: linear-gradient(135deg, #11c15f 0%, #0ca354 100%);
}

.ad-badge.premium {
  background: linear-gradient(135deg, #111f4d 0%, #1e3fa8 100%);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Imagem */
.ad-card-img-wrap {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
  background: #f1f3f7;
}

.ad-card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.promo-ad-card:hover .ad-card-img-wrap img {
  transform: scale(1.08);
}

/* Corpo do Card */
.ad-card-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.ad-category {
  font-size: 0.82rem;
  font-weight: 700;
  color: #56657a;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block;
}

.ad-card-body h3 {
  font-size: 1.45rem;
  color: #182433;
  margin: 0 0 10px 0;
  font-weight: 800;
}

.ad-desc {
  color: #56657a;
  font-size: 0.95rem;
  line-height: 1.45;
  margin-bottom: 18px;
}

/* Features */
.ad-features {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  display: grid;
  gap: 8px;
}

.ad-features li {
  font-size: 0.92rem;
  color: #3f4a5c;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}

.ad-features li span {
  color: #13c766;
  font-weight: 800;
}

/* Pricing */
.ad-pricing-wrap {
  border-top: 1px dashed #ccd5df;
  padding-top: 16px;
  margin-top: auto;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.ad-price small {
  display: block;
  font-size: 0.72rem;
  color: #56657a;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.ad-price strong {
  font-size: 2rem;
  color: #ad0018;
  font-weight: 900;
}

.ad-price span {
  font-size: 1rem;
  color: #3f4a5c;
  font-weight: 700;
}

.ad-status {
  font-size: 0.84rem;
  font-weight: 700;
  color: #e7bd0a;
  background: #fffbea;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid #ffd21f;
  animation: pulseStatus 1.5s infinite;
}

.ad-status.gold {
  color: #ad0018;
  background: #fff0f1;
  border-color: #ffb3b3;
}

@keyframes pulseStatus {
  0% { transform: scale(1); }
  50% { transform: scale(1.03); }
  100% { transform: scale(1); }
}

.ad-cta {
  height: 50px;
  font-size: 1rem;
  font-weight: 800;
  border-radius: 12px;
}

.ad-cta.gold-btn {
  background: #182433;
  color: #ffffff;
  border-color: #ffd21f;
}

.ad-cta.gold-btn:hover {
  background: #ad0018;
  border-color: #ad0018;
}

/* Banner de Urgência */
.ad-urgency-banner {
  margin-top: 40px;
  background: linear-gradient(135deg, #182433 0%, #0d1622 100%);
  border: 1px solid #ffd21f;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
}

.ad-urgency-banner .warning-icon {
  font-size: 2.2rem;
  animation: shakeWarning 1.2s infinite;
}

.ad-urgency-banner p {
  color: #d7deef;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  max-width: 800px;
}

.ad-urgency-banner p strong {
  color: #ffd21f;
}

@keyframes shakeWarning {
  0% { transform: rotate(0); }
  15% { transform: rotate(5deg); }
  30% { transform: rotate(-5deg); }
  45% { transform: rotate(3deg); }
  60% { transform: rotate(-3deg); }
  75% { transform: rotate(0); }
  100% { transform: rotate(0); }
}

/* Responsividade do Grid */
@media (min-width: 768px) {
  .promo-ad-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .promo-ad-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  
  .ad-urgency-banner {
    flex-direction: row;
    text-align: left;
    padding: 20px 30px;
    gap: 20px;
  }
  
  .ad-urgency-banner .warning-icon {
    font-size: 2.5rem;
    flex-shrink: 0;
  }
}

