.elementor-5619 .elementor-element.elementor-element-1f4f17d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5619 .elementor-element.elementor-element-85b1bc1{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5619 .elementor-element.elementor-element-8634ceb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-24ca1c6 *//* ============================================================
   ARISCRED · Réplica fiel do preview React (cores em hex)
   ============================================================ */
:root {
  --background: #ffffff;
  --surface: #f7f8fa;          /* cinza ultra-claro */
  --foreground: #1a2236;       /* texto principal */
  --muted: #6f7889;            /* texto secundário */
  --border: #e3e6ec;

  --primary: #00265e;          /* azul institucional */
  --primary-fg: #ffffff;
  --brand-blue: #00265e;
  --brand-green: #28b87b;
  --brand-yellow: #e6c83a;
  --texto-logo: "Google Sans Flex", sans-serif, "Inter";
  --texto-geral: "Manrope", sans-serif; "Inter";

  --maxw-6xl: 72rem;   /* ~1152px */
  --maxw-5xl: 64rem;
  --maxw-4xl: 56rem;
  --maxw-3xl: 48rem;
  --maxw-2xl: 42rem;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Manrope", sans-serif; "Inter" !important;
  color: var(--foreground);
  background: var(--background);
  line-height: 1.55;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
  cursor: pointer;
  border: 0;
  background: none;
  color: inherit;
}

::selection {
  background: var(--primary);
  color: #fff;
}

h1,
h2,
h3,
h4 {
  font-family: "Manrope", sans-serif; "Inter";
  font-weight: 800 !important;
  letter-spacing: -.02em;
  line-height: 1.1;
  color: var(--foreground);
}

h3 {
  font-weight: 600 !important;
}

.tabular {
  font-variant-numeric: tabular-nums;
}

.font-display {
  font-family: var(--texto-geral) !important;
  letter-spacing: -.02em;
}

.container {
  max-width: var(--maxw-6xl);
  margin: 0 auto;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .container {
    padding: 0 32px;
  }
}

.container-5xl {
  max-width: var(--maxw-5xl);
  margin: 0 auto;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .container-5xl {
    padding: 0 32px;
  }
}

.container-4xl {
  max-width: var(--maxw-4xl);
  margin: 0 auto;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .container-4xl {
    padding: 0 32px;
  }
}

.container-3xl {
  max-width: var(--maxw-3xl);
  margin: 0 auto;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .container-3xl {
    padding: 0 32px;
  }
}

.eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--primary);
}

.eyebrow.muted {
  color: var(--muted);
}

/* ===== Header ===== */
.header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: #00265e;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}

.header-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.brand-mark {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: var(--primary);
  display: grid;
  place-items: center;
  color: #fff;
}

.brand-name-topo {
  font-family: var(--texto-logo);
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
}

.brand-name-rodape {
  font-family: var(--texto-logo);
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
}

.brand-sub {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 3px;
}

.nav {
  display: none;
  gap: 28px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}

.nav a {
  transition: color .15s;
}

.nav a:hover {
  color: #ffffff;
}

@media (min-width: 768px) {
  .nav {
    display: flex;
  }
}

.btn-dark {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  color: #00265e;
  padding: 8px 16px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  transition: opacity .2s;
}

.btn-dark:hover {
    color: #00265e;
}

.btn-dark:hover {
}

.hide-sm {
  display: none;
}

@media (min-width: 640px) {
  .hide-sm {
    display: inline;
  }
}

.show-sm {
  display: inline;
}

@media (min-width: 640px) {
  .show-sm {
    display: none;
  }
}

/* ===== Buttons ===== */
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--primary);
  color: #fff;
  padding: 14px 24px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 14px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
  transition: opacity .2s;
}

.btn-primary:hover {
  opacity: .95;
  color: var(--primary-fg) !important;
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #fff;
  color: var(--foreground);
  padding: 14px 24px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 14px;
  border: 1px solid var(--border);
  transition: background .15s;
}

.btn-outline:hover {
  background: var(--surface);
}

.btn-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #fff;
  color: var(--foreground);
  padding: 14px 24px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 14px;
  transition: opacity .2s;
}

.btn-light:hover {
  opacity: .95;
}

.btn-ghost-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #fff;
  padding: 14px 24px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 14px;
  border: 1px solid rgba(255, 255, 255, .3);
  transition: background .15s;
}

.btn-ghost-light:hover {
  color: #ffffff;
}

/* ===== Hero ===== */
.hero {
  background: var(--surface);
  border-bottom: 1px solid var(--border);
  padding: 80px 0;
  overflow: hidden;
  position: relative;
}

@media (min-width: 768px) {
  .hero {
    padding: 112px 0;
  }
}

.hero-inner {
  max-width: var(--maxw-3xl);
  margin: 0 auto;
  text-align: center;
}

.tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 500;
  color: var(--muted);
}

.tag .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brand-green);
}

.hero h1 {
  font-size: clamp(36px, 8vw, 72px);
  margin-top: 24px;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -.025em;
}

.hero h1 .accent {
  color: var(--primary);
}

.hero p.lead {
  margin: 24px auto 0;
  max-width: var(--maxw-2xl);
  font-size: 17px;
  color: var(--muted);
  line-height: 1.6;
}

@media (min-width: 640px) {
  .hero p.lead {
    font-size: 18px;
  }
}

.hero p.lead strong {
  color: var(--foreground);
  font-weight: 600;
}

.hero-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 36px;
  align-items: stretch;
}

.hero-actions .btn-primary,
.hero-actions .btn-outline {
  width: 100%;
}

@media (min-width: 640px) {
  .hero-actions {
    flex-direction: row;
    justify-content: center;
  }

  .hero-actions .btn-primary,
  .hero-actions .btn-outline {
    width: auto;
  }
}

.hero-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  max-width: var(--maxw-4xl);
  margin: 64px auto 0;
}

@media (min-width: 640px) {
  .hero-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

.hero-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 20px;
}

.hero-card .k {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--muted);
}

.hero-card .v {
  font-family: var(--texto-geral);
  font-size: 30px;
  font-weight: 700;
  margin-top: 8px;
  line-height: 1;
}

.hero-card .s {
  font-size: 14px;
  color: var(--muted);
  margin-top: 4px;
}

/* ===== Sections ===== */
.section {
  padding: 80px 0;
  border-bottom: 1px solid var(--border);
}

@media (min-width: 768px) {
  .section {
    padding: 112px 0;
  }
}

.section.surface {
  background: var(--surface);
}

.section h2 {
  font-size: clamp(28px, 5vw, 48px);
  margin-top: 16px;
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1.1;
}

.section p.lead {
  margin-top: 20px;
  font-size: 17px;
  color: var(--muted);
  line-height: 1.65;
}

.section-head {
  max-width: var(--maxw-2xl);
}

/* Proposta */
.section-prop h2 {
  font-size: clamp(28px, 5vw, 48px);
  margin-top: 16px;
}

.checklist {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 40px;
}

@media (min-width: 640px) {
  .checklist {
    grid-template-columns: 1fr 1fr;
  }
}

.check-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 500;
}

.check-badge {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(40, 184, 123, .15);
  color: var(--brand-green);
  display: grid;
  place-items: center;
}

/* Diferenciais */
.cards-3 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 48px;
}

@media (min-width: 768px) {
  .cards-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 28px;
  transition: border-color .2s, box-shadow .2s;
}

.card:hover {
  border-color: rgba(41, 82, 196, .4);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.card-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(41, 82, 196, .1);
  color: var(--primary);
  display: grid;
  place-items: center;
}

.card h3 {
  font-size: 20px;
  margin-top: 20px;
  font-weight: 600;
}

.card p {
  font-size: 14px;
  color: var(--muted);
  margin-top: 12px;
  line-height: 1.65;
}

/* Timeline */
.timeline {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 48px;
}

@media (min-width: 768px) {
  .timeline {
    grid-template-columns: 1fr 1fr;
  }
}

.tl-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 28px;
}

.tl-card.primary {
  background: var(--primary);
  color: #fff;
  border: 2px solid var(--primary);
}

.tl-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--surface);
  color: var(--foreground);
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

.tl-card.primary .tl-tag {
  background: rgba(255, 255, 255, .15);
  color: #fff;
}

.tl-row-tag {
  display: flex;
  align-items: center;
  gap: 12px;
}

.tl-row-tag .ico {
  color: var(--muted);
}

.tl-card.primary .tl-row-tag .ico {
  color: rgba(255, 255, 255, .8);
}

.tl-card h3 {
  font-size: 24px;
  margin-top: 20px;
  font-weight: 600;
}

.tl-card.primary h3 {
  color: #fff;
}

.tl-card p {
  font-size: 14px;
  color: var(--muted);
  margin-top: 12px;
  line-height: 1.65;
}

.tl-card.primary p {
  color: rgba(255, 255, 255, .9);
}

.tl-bar {
  margin-top: 40px;
}

.tl-bar-track {
  display: flex;
  height: 12px;
  width: 100%;
  border-radius: 999px;
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--surface);
}

.tl-bar-yellow {
  height: 100%;
  width: 20%;
  background: var(--surface);
}

.tl-bar-blue {
  height: 100%;
  width: 80%;
  background: var(--brand-blue);
}

.tl-bar-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 500;
  color: var(--muted);
}

/* Simulador */
.sim-card {
  margin-top: 40px;
  border: 1px solid var(--border);
  border-radius: 24px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.sim-grid {
  display: grid;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .sim-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.sim-left {
  padding: 28px;
  border-bottom: 1px solid var(--border);
}

.sim-right {
  padding: 28px;
  background: var(--surface);
}

@media (min-width: 768px) {
  .sim-left {
    padding: 40px;
    border-bottom: 0;
    border-right: 1px solid var(--border);
  }

  .sim-right {
    padding: 40px;
  }
}

.sim-label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: var(--muted);
}

.sim-aporte {
  font-family: var(--texto-geral);
  font-size: clamp(40px, 9vw, 60px);
  font-weight: 700;
  margin-top: 12px;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  letter-spacing: -.02em;
}

.aris-slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 999px;
  outline: none;
  margin-top: 32px;
  background: linear-gradient(
    to right,
    var(--primary) 0%,
    var(--primary) var(--val, 0%),
    #e3e6ec var(--val, 0%),
    #e3e6ec 100%
  );
}

.aris-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid var(--primary);
  box-shadow: 0 4px 12px rgba(41, 82, 196, .25);
  cursor: pointer;
  transition: transform .15s;
}

.aris-slider::-webkit-slider-thumb:hover {
  transform: scale(1.08);
}

.aris-slider::-moz-range-thumb {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid var(--primary);
  box-shadow: 0 4px 12px rgba(41, 82, 196, .25);
  cursor: pointer;
}

.sim-range-info {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  font-size: 12px;
  font-weight: 500;
  color: var(--muted);
}

.sim-quick {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.sim-quick button {
  border: 1px solid var(--border);
  background: var(--surface);
  color: var(--muted);
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  transition: all .15s;
}

.sim-quick button:hover {
  border-color: rgba(41, 82, 196, .4);
  color: var(--foreground);
}

.sim-quick button.active {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}

.sim-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
}

.sim-row .k {
  font-size: 14px;
  font-weight: 500;
  color: var(--muted);
}

.sim-row .v {
  font-family: var(--texto-geral) !important;
  font-size: 20px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}

.sim-row .v.green {
  color: var(--brand-green);
}

.v.green {
    font-weight: 900;
}

.sim-divider {
  height: 1px;
  background: var(--border);
  margin: 16px 0;
}

.sim-total-label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: var(--muted);
}

.sim-total {
  font-family: var(--texto-geral) !important;
  font-size: clamp(34px, 8vw, 48px);
  font-weight: 900;
  color: var(--primary);
  margin-top: 8px;
  font-variant-numeric: tabular-nums;
  letter-spacing: -.02em;
  line-height: 1;
}

.sim-cta {
  margin-top: 16px;
  width: 100%;
  background: #00265e;
  color: #fff;
  padding: 14px 22px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: opacity .2s;
}

.sim-cta:hover {
  color: #ffffff;
}

.sim-disc {
  font-size: 12px;
  color: var(--muted);
  margin-top: 14px;
  line-height: 1.55;
}

/* Confiança */
.cards-4 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 40px;
}

@media (min-width: 640px) {
  .cards-4 {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1024px) {
  .cards-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.mini-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 20px;
}

.mini-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: var(--surface);
  color: var(--primary);
  display: grid;
  place-items: center;
}

.mini-card h3 {
  font-size: 16px;
  margin-top: 16px;
  font-weight: 600;
}

.mini-card p {
  font-size: 14px;
  color: var(--muted);
  margin-top: 6px;
  line-height: 1.5;
}

/* Risco */
.risk-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 40px;
}

@media (min-width: 768px) {
  .risk-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.risk-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 28px;
}

.risk-num {
  font-family: var(--texto-geral);
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1;
}

.risk-card h3 {
  font-size: 14px;
  font-weight: 600;
  margin-top: 8px;
}

.risk-card p {
  font-size: 14px;
  color: var(--muted);
  margin-top: 8px;
  line-height: 1.65;
}

.risk-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.risk-row h3 {
  margin-top: 0;
}

/* FAQ */
.faq {
  margin-top: 40px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
}

.faq details {
  border-bottom: 1px solid var(--border);
}

.faq details:last-child {
  border-bottom: 0;
}

.faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 20px;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  list-style: none;
}

@media (min-width: 640px) {
  .faq summary {
    padding: 20px 24px;
    font-size: 16px;
  }
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary svg {
  transition: transform .2s;
  color: var(--muted);
  flex-shrink: 0;
}

.faq details[open] summary svg {
  transform: rotate(180deg);
}

.faq .ans {
  padding: 0 20px 20px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

@media (min-width: 640px) {
  .faq .ans {
    padding: 0 24px 24px;
  }
}

/* CTA Final */
.cta-final {
  padding: 80px 0;
  background: #fff;
}

@media (min-width: 768px) {
  .cta-final {
    padding: 112px 0;
  }
}

.cta-box {
  background: var(--primary);
  color: #fff;
  border-radius: 24px;
  padding: 40px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .cta-box {
    padding: 64px;
  }
}

.cta-box .tag-light {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, .1);
  color: #fff;
  border-radius: 999px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 500;
}

.cta-box h2 {
  color: #fff;
  font-size: clamp(28px, 5vw, 48px);
  font-weight: 700;
  margin-top: 20px;
  max-width: var(--maxw-2xl);
  line-height: 1.1;
  letter-spacing: -.02em;
}

.cta-box p {
  color: rgba(255, 255, 255, .9);
  font-size: 17px;
  margin-top: 20px;
  max-width: var(--maxw-2xl);
  line-height: 1.65;
}

@media (min-width: 640px) {
  .cta-box p {
    font-size: 18px;
  }
}

.cta-box .actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 32px;
}

@media (min-width: 640px) {
  .cta-box .actions {
    flex-direction: row;
  }
}

/* Footer */
.footer {
  background: var(--surface);
  border-top: 1px solid var(--border);
  padding: 56px 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

@media (min-width: 768px) {
  .footer-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.footer h4 {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--foreground);
  font-family: var(--texto-geral);
}

.footer p {
  font-size: 14px;
  color: var(--muted);
  margin-top: 12px;
  line-height: 1.65;
}

.footer .footer-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--primary);
  font-weight: 600;
  font-size: 14px;
  margin-top: 12px;
  transition: opacity .15s;
}

.footer .footer-link:hover {
  opacity: .8;
}

.footer-bottom {
  margin-top: 40px;
  font-size: 12px;
  color: var(--muted);
}

/* Sticky mobile CTA */
.sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  background: rgba(255, 255, 255, .95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid var(--border);
  transform: translateY(100%);
  transition: transform .3s ease;
  padding-bottom: env(safe-area-inset-bottom);
}

.sticky-cta.show {
  transform: translateY(0);
}

.sticky-cta-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 16px;
}

.sticky-cta .l {
  line-height: 1.2;
}

.sticky-cta .l b {
  display: block;
  font-family: var(--texto-geral);
  font-size: 14px;
  font-weight: 700;
}

.sticky-cta .l small {
  font-size: 11px;
  color: var(--muted);
}

.sticky-cta a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--primary);
  color: #fff;
  padding: 10px 16px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .sticky-cta {
    display: none;
  }
}/* End custom CSS */