/* Conteúdo editorial aprovado no plano de SEO — preserva o cabeçalho e rodapé originais. */
:root {
  --ap-ink: #10231c;
  --ap-navy: #01245a;
  --ap-green: #08783f;
  --ap-green-dark: #04552d;
  --ap-lime: #b9da42;
  --ap-mist: #eef5f0;
  --ap-sand: #f5f1e8;
  --ap-white: #fff;
  --ap-border: #cddbd2;
  --ap-radius: 20px;
  --ap-shadow: 0 18px 45px rgba(3, 54, 35, .10);
}

.seo-main {
  color: var(--ap-ink);
  background: var(--ap-white);
  font-family: "Inter", "DM Sans", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.68;
  overflow: hidden;
}

.seo-main *, .seo-main *::before, .seo-main *::after { box-sizing: border-box; }
.seo-main img { display: block; max-width: 100%; height: auto; }
.seo-main a { color: var(--ap-green); text-underline-offset: 3px; }
.seo-main :focus-visible { outline: 3px solid var(--ap-lime); outline-offset: 4px; }
.seo-wrap { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.seo-narrow { width: min(820px, calc(100% - 48px)); margin-inline: auto; }
.seo-section { position: relative; padding: clamp(70px, 8vw, 120px) 0; }
.seo-section--mist { background: var(--ap-mist); }
.seo-section--sand { background: var(--ap-sand); }
.seo-section--dark { background: var(--ap-ink); color: var(--ap-white); }
.seo-section--green { background: var(--ap-green-dark); color: var(--ap-white); }

.seo-kicker {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 0 0 18px;
  color: var(--ap-green);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1.35;
  text-transform: uppercase;
}
.seo-kicker::before { content: ""; width: 38px; height: 3px; background: var(--ap-lime); flex: 0 0 auto; }
.seo-section--dark .seo-kicker, .seo-section--green .seo-kicker, .seo-hero .seo-kicker { color: #d9f28c; }
.seo-main h1, .seo-main h2, .seo-main h3 {
  color: inherit;
  font-family: "Bebas Neue", "Arial Narrow", sans-serif;
  font-weight: 400;
  letter-spacing: .015em;
  line-height: .98;
  margin: 0;
  overflow-wrap: anywhere;
  text-wrap: balance;
}
.seo-main h1 { font-size: clamp(50px, 7vw, 96px); max-width: 900px; }
.seo-main h2 { font-size: clamp(42px, 5.2vw, 70px); max-width: 850px; }
.seo-main h3 { font-size: clamp(28px, 3vw, 40px); line-height: 1.05; }
.seo-main p { margin: 20px 0 0; }
.seo-main .seo-lead { font-size: clamp(20px, 2.2vw, 27px); line-height: 1.5; max-width: 850px; }
.seo-main .seo-muted { color: #5e6e66; }
.seo-section--dark .seo-muted, .seo-section--green .seo-muted { color: #cfddd5; }

.seo-hero {
  position: relative;
  min-height: 680px;
  padding: clamp(90px, 10vw, 145px) 0;
  background: linear-gradient(105deg, rgba(3, 35, 27, .96) 0%, rgba(3, 50, 35, .88) 53%, rgba(3, 35, 27, .45) 100%), var(--seo-hero-image, url("/css/vendor/assets/wp-content--uploads--2025--04--banner.webp")) center/cover;
  color: var(--ap-white);
  display: grid;
  align-items: center;
}
.seo-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 7px;
  background: linear-gradient(90deg, var(--ap-lime) 0 33%, #4bb879 33% 66%, #fff 66%);
}
.seo-hero__body { position: relative; z-index: 1; max-width: 980px; }
.seo-hero__text { max-width: 780px; font-size: clamp(19px, 2vw, 24px); color: #edf7f0; }
.seo-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.seo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px 24px;
  border: 2px solid var(--ap-green);
  border-radius: 999px;
  background: var(--ap-green);
  color: #fff !important;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none !important;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.seo-btn:hover { transform: translateY(-2px); background: var(--ap-green-dark); border-color: var(--ap-green-dark); }
.seo-btn--light { background: var(--ap-lime); border-color: var(--ap-lime); color: #183017 !important; }
.seo-btn--ghost { background: transparent; border-color: currentColor; color: inherit !important; }

.seo-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 24px; margin-top: 44px; }
.seo-card {
  grid-column: span 4;
  padding: clamp(26px, 3vw, 38px);
  border: 1px solid var(--ap-border);
  border-radius: var(--ap-radius);
  background: var(--ap-white);
  box-shadow: var(--ap-shadow);
}
.seo-card--wide { grid-column: span 6; }
.seo-card--dark { background: var(--ap-ink); border-color: rgba(255,255,255,.15); color: #fff; }
.seo-card p { font-size: 16px; }
.seo-card__number { display: block; color: var(--ap-green); font-family: "Bebas Neue", sans-serif; font-size: clamp(45px, 5vw, 68px); line-height: .9; }
.seo-card__label { display: block; margin-top: 12px; font-size: 15px; font-weight: 700; line-height: 1.35; }

.seo-metrics { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(255,255,255,.2); border-radius: var(--ap-radius); overflow: hidden; margin-top: 46px; }
.seo-metric { padding: 32px 28px; border-right: 1px solid rgba(255,255,255,.2); }
.seo-metric:last-child { border: 0; }
.seo-metric strong { display: block; color: var(--ap-lime); font-family: "Bebas Neue", sans-serif; font-size: clamp(42px, 5vw, 65px); font-weight: 400; line-height: .9; }
.seo-metric span { display: block; margin-top: 12px; font-size: 14px; line-height: 1.45; }
.seo-source { margin-top: 22px !important; color: #b9cbc1; font-size: 13px; }

.seo-split { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .75fr); gap: clamp(42px, 7vw, 95px); align-items: center; }
.seo-media { position: relative; }
.seo-media img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: var(--ap-radius); }
.seo-media::before { content: ""; position: absolute; inset: -18px 28px 28px -18px; border: 2px solid var(--ap-lime); border-radius: var(--ap-radius); z-index: -1; }
.seo-checks { list-style: none; margin: 30px 0 0; padding: 0; display: grid; gap: 15px; }
.seo-checks li { position: relative; padding-left: 32px; }
.seo-checks li::before { content: "✓"; position: absolute; left: 0; color: var(--ap-green); font-weight: 900; }
.seo-section--dark .seo-checks li::before, .seo-section--green .seo-checks li::before { color: var(--ap-lime); }

.seo-flow { counter-reset: flow; position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; margin-top: 50px; }
.seo-flow::before { content: ""; position: absolute; left: 7%; right: 7%; top: 25px; height: 2px; background: var(--ap-border); }
.seo-flow__item { counter-increment: flow; position: relative; padding-top: 72px; }
.seo-flow__item::before { content: "0" counter(flow); position: absolute; top: 0; width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; background: var(--ap-green); color: #fff; font-weight: 800; z-index: 1; }
.seo-flow__item p { font-size: 15px; }

.seo-quote { margin: 42px 0 0; padding: 28px 32px; border-left: 6px solid var(--ap-lime); background: rgba(255,255,255,.08); font-size: clamp(21px, 2.2vw, 29px); line-height: 1.45; }
.seo-timeline { display: grid; gap: 0; margin-top: 50px; border-top: 1px solid var(--ap-border); }
.seo-timeline__item { display: grid; grid-template-columns: 130px 1fr; gap: 30px; padding: 30px 0; border-bottom: 1px solid var(--ap-border); }
.seo-timeline__year { color: var(--ap-green); font-family: "Bebas Neue", sans-serif; font-size: 44px; line-height: 1; }
.seo-timeline__item p { margin: 0; }

.seo-faq { margin-top: 38px; border-top: 1px solid var(--ap-border); }
.seo-faq details { border-bottom: 1px solid var(--ap-border); }
.seo-faq summary { cursor: pointer; list-style: none; padding: 24px 50px 24px 0; font-weight: 800; position: relative; }
.seo-faq summary::-webkit-details-marker { display: none; }
.seo-faq summary::after { content: "+"; position: absolute; right: 8px; top: 18px; color: var(--ap-green); font-size: 30px; line-height: 1; }
.seo-faq details[open] summary::after { content: "−"; }
.seo-faq details p { margin: 0; padding: 0 54px 25px 0; }

.seo-service-nav { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.seo-service-nav a { border: 1px solid var(--ap-border); border-radius: 999px; padding: 8px 15px; background: #fff; color: var(--ap-ink); font-size: 13px; font-weight: 700; text-decoration: none; }
.seo-service-nav a:hover { border-color: var(--ap-green); color: var(--ap-green); }

.seo-form { margin-top: 36px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.seo-field { display: grid; gap: 7px; }
.seo-field--full, .seo-form .elementor-field-type-recaptcha, .seo-form .local-form-message, .seo-form .seo-consent { grid-column: 1 / -1; }
.seo-field label, .seo-field > span { font-size: 14px; font-weight: 800; }
.seo-field input, .seo-field textarea, .seo-field select {
  width: 100%; min-height: 50px; border: 1px solid #aebeb5; border-radius: 10px; padding: 12px 14px; background: #fff; color: var(--ap-ink); font: inherit;
}
.seo-field textarea { min-height: 135px; resize: vertical; }
.seo-consent { color: #5b6b63; font-size: 13px; }

.seo-diagnostic { margin-top: 44px; }
.seo-question { margin: 0 0 24px; padding: 26px; border: 1px solid var(--ap-border); border-radius: 16px; background: #fff; }
.seo-question legend { padding: 0 8px; font-weight: 800; }
.seo-options { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 15px; }
.seo-option { cursor: pointer; }
.seo-option input { position: absolute; opacity: 0; pointer-events: none; }
.seo-option span { display: grid; min-height: 70px; place-items: center; border: 1px solid var(--ap-border); border-radius: 10px; padding: 10px; text-align: center; font-size: 13px; line-height: 1.3; transition: .2s ease; }
.seo-option input:checked + span { border-color: var(--ap-green); background: var(--ap-mist); box-shadow: inset 0 0 0 2px var(--ap-green); color: var(--ap-green-dark); font-weight: 800; }
.seo-option input:focus-visible + span { outline: 3px solid var(--ap-lime); outline-offset: 3px; }
.seo-result { display: none; margin-top: 30px; padding: 34px; border-radius: var(--ap-radius); background: var(--ap-ink); color: #fff; }
.seo-result.is-visible { display: block; }
.seo-result strong { color: var(--ap-lime); font-family: "Bebas Neue", sans-serif; font-size: 42px; font-weight: 400; }

.seo-contact-list { list-style: none; padding: 0; margin: 30px 0 0; display: grid; gap: 16px; }
.seo-contact-list li { padding-bottom: 16px; border-bottom: 1px solid var(--ap-border); }
.seo-contact-list strong { display: block; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.seo-map { min-height: 390px; border: 0; border-radius: var(--ap-radius); width: 100%; }
.seo-cta { padding: clamp(55px, 7vw, 90px); border-radius: 28px; background: var(--ap-green-dark); color: #fff; }
.seo-cta .seo-lead { max-width: 760px; }
.seo-blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 44px; }
.seo-blog-grid .blog-card { overflow: hidden; border: 1px solid var(--ap-border); border-radius: var(--ap-radius); background: #fff; box-shadow: var(--ap-shadow); }
.seo-blog-grid .blog-card__image { position: relative; display: block; aspect-ratio: 16/10; overflow: hidden; }
.seo-blog-grid .blog-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.seo-blog-grid .blog-card:hover .blog-card__image img { transform: scale(1.035); }
.seo-blog-grid .blog-card__badge { position: absolute; left: 16px; bottom: 14px; padding: 6px 11px; border-radius: 999px; background: var(--ap-green); color: #fff; font-size: 12px; font-weight: 800; }
.seo-blog-grid .blog-card__body { padding: 24px; }
.seo-blog-grid .blog-card__body h2 { font-family: "Inter", sans-serif; font-size: 21px; font-weight: 800; line-height: 1.25; }
.seo-blog-grid .blog-card__body h2 a { color: var(--ap-ink); text-decoration: none; }
.seo-blog-grid .blog-card__body p { font-size: 15px; }
.seo-blog-grid .read-more { display: inline-block; margin-top: 15px; font-size: 14px; font-weight: 800; }
.post-byline { margin: 0 0 28px !important; padding-bottom: 16px; border-bottom: 1px solid var(--ap-border); color: #5e6e66; font-size: 14px; font-weight: 700; }

/* Complementos editoriais: seguem a tipografia, as cores e a escala do site original. */
.ap-seo-extension,
.ap-seo-extension * { box-sizing: border-box; }
.ap-seo-extension {
  padding: 76px 24px;
  color: #01245a;
  background: #fff;
  font-family: "Inter", Sans-serif;
}
.ap-seo-extension--soft { background: #f3f5f4; }
.ap-extension-wrap { width: min(1140px, 100%); margin: 0 auto; }
.ap-extension-wrap--narrow { width: min(900px, 100%); }
.ap-extension-kicker {
  margin: 0 0 12px;
  color: #0f743b;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.4;
  text-transform: uppercase;
}
.ap-seo-extension h2 {
  max-width: 820px;
  margin: 0;
  color: #01245a;
  font-family: "Inter", Sans-serif;
  font-size: clamp(29px, 3.2vw, 42px);
  font-weight: 700;
  letter-spacing: -.025em;
  line-height: 1.14;
}
.ap-extension-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 38px;
}
.ap-extension-card {
  min-width: 0;
  padding: 28px 26px 30px;
  border-bottom: 5px solid #0f743b;
  background: #fff;
  box-shadow: 0 10px 26px rgba(1, 36, 90, .09);
}
.ap-extension-card h3 {
  margin: 0 0 12px;
  color: #0f743b;
  font-family: "Inter", Sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.25;
}
.ap-extension-card p,
.ap-extension-proof,
.ap-extension-lead,
.ap-extension-faq p {
  margin: 0;
  color: #4c5652;
  font-size: 15px;
  line-height: 1.65;
}
.ap-extension-lead { max-width: 850px; margin-top: 20px; font-size: 17px; }
.ap-extension-proof {
  max-width: 920px;
  margin-top: 28px;
  padding-left: 18px;
  border-left: 4px solid #0f743b;
  color: #01245a;
  font-weight: 600;
}
.ap-extension-faq { margin-top: 32px; border-top: 1px solid #d9dfdc; }
.ap-extension-faq details { border-bottom: 1px solid #d9dfdc; }
.ap-extension-faq summary {
  position: relative;
  padding: 20px 44px 20px 0;
  color: #01245a;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
  list-style: none;
}
.ap-extension-faq summary::-webkit-details-marker { display: none; }
.ap-extension-faq summary::after {
  content: "+";
  position: absolute;
  top: 15px;
  right: 4px;
  color: #0f743b;
  font-size: 28px;
  font-weight: 400;
}
.ap-extension-faq details[open] summary::after { content: "−"; }
.ap-extension-faq details p { padding: 0 42px 22px 0; }
.ap-extension-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  margin-top: 34px;
}
.ap-extension-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 47px;
  padding: 12px 24px;
  border: 2px solid #0f743b;
  border-radius: 4px;
  background: #0f743b;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none !important;
  transition: background-color .2s ease, color .2s ease;
}
.ap-extension-button:hover { background: #fff; color: #0f743b !important; }
.ap-extension-link { color: #0f743b !important; font-size: 14px; font-weight: 700; text-underline-offset: 4px; }
.ap-seo-extension :focus-visible { outline: 3px solid #b9da42; outline-offset: 3px; }
.ap-seo-extension--results { background: #08783f; color: #fff; }
.ap-seo-extension--results .ap-extension-kicker,
.ap-seo-extension--results h2 { color: #fff; }
.ap-metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 38px;
  border-top: 1px solid rgba(255,255,255,.32);
  border-bottom: 1px solid rgba(255,255,255,.32);
}
.ap-metric { padding: 28px 24px; border-right: 1px solid rgba(255,255,255,.32); }
.ap-metric:first-child { padding-left: 0; }
.ap-metric:last-child { border-right: 0; }
.ap-metric strong { display: block; color: #fff; font-size: clamp(30px, 3.2vw, 46px); font-weight: 700; letter-spacing: -.035em; line-height: 1; }
.ap-metric span { display: block; margin-top: 10px; color: rgba(255,255,255,.9); font-size: 14px; line-height: 1.45; }
.ap-seo-extension--results .ap-extension-proof { border-left-color: #b9da42; color: #fff; }
.ap-timeline { margin: 40px 0 0; padding: 0; list-style: none; }
.ap-timeline li { display: grid; grid-template-columns: 90px 1fr; gap: 24px; padding: 22px 0; border-top: 1px solid #d9dfdc; }
.ap-timeline li:last-child { border-bottom: 1px solid #d9dfdc; }
.ap-timeline time { color: #0f743b; font-size: 25px; font-weight: 700; line-height: 1.2; }
.ap-timeline h3 { margin: 0 0 7px; color: #01245a; font-family: "Inter", Sans-serif; font-size: 18px; font-weight: 700; }
.ap-timeline p { margin: 0; color: #4c5652; font-size: 15px; line-height: 1.6; }
.ap-diagnostic { margin-top: 36px; }
.ap-diagnostic .seo-question { min-width: 0; }
.ap-diagnostic .ap-extension-button { margin-top: 6px; }
.ap-diagnostic .seo-result .ap-extension-button { margin-top: 18px; }
.ap-footer-nap { display: grid; gap: 5px; margin-top: 14px; color: inherit; font-size: 12px; font-style: normal; line-height: 1.5; }
.ap-footer-nap a { color: inherit !important; text-decoration: underline; text-underline-offset: 2px; }

@media (max-width: 960px) {
  .ap-metrics-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ap-metric:nth-child(2) { border-right: 0; }
  .ap-metric:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.32); }
  .ap-extension-grid { grid-template-columns: 1fr; }
  .seo-metrics { grid-template-columns: repeat(2, 1fr); }
  .seo-metric:nth-child(2) { border-right: 0; }
  .seo-metric:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.2); }
  .seo-split { grid-template-columns: 1fr; }
  .seo-media { width: min(520px, 90%); margin: 10px auto 0; }
  .seo-card { grid-column: span 6; }
  .seo-flow { grid-template-columns: repeat(2, 1fr); }
  .seo-flow::before { display: none; }
  .seo-options { grid-template-columns: repeat(2, 1fr); }
  .seo-blog-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 767px) {
  .ap-seo-extension { padding: 54px 20px; }
  .ap-seo-extension h2 { font-size: 28px; }
  .ap-extension-grid { gap: 16px; margin-top: 28px; }
  .ap-extension-card { padding: 24px 22px 26px; }
  .ap-metrics-grid { grid-template-columns: 1fr; }
  .ap-metric, .ap-metric:first-child { padding: 22px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.32); }
  .ap-metric:last-child { border-bottom: 0; }
  .ap-timeline li { grid-template-columns: 1fr; gap: 8px; }
  .ap-extension-actions { align-items: stretch; flex-direction: column; }
  .ap-extension-button, .ap-extension-link { width: 100%; text-align: center; }
  .seo-wrap, .seo-narrow { width: min(100% - 32px, 1180px); }
  .seo-main { font-size: 16px; }
  .seo-section { padding: 64px 0; }
  .seo-hero { min-height: 590px; padding: 82px 0 90px; background-position: 62% center; }
  .seo-main h1 { font-size: clamp(48px, 15vw, 70px); }
  .seo-main h2 { font-size: clamp(40px, 12vw, 58px); }
  .seo-actions { align-items: stretch; flex-direction: column; }
  .seo-btn { width: 100%; }
  .seo-grid { gap: 16px; }
  .seo-card, .seo-card--wide { grid-column: 1 / -1; }
  .seo-metrics { grid-template-columns: 1fr; }
  .seo-metric { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .seo-metric:nth-child(2) { border-bottom: 1px solid rgba(255,255,255,.2); }
  .seo-flow { grid-template-columns: 1fr; gap: 12px; }
  .seo-timeline__item { grid-template-columns: 1fr; gap: 8px; }
  .seo-form { grid-template-columns: 1fr; }
  .seo-field { grid-column: 1 / -1; }
  .seo-options { grid-template-columns: 1fr; }
  .seo-blog-grid { grid-template-columns: 1fr; }
  .seo-option span { min-height: 54px; }
  .seo-cta { padding: 38px 24px; border-radius: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  .ap-seo-extension *, .ap-seo-extension *::before, .ap-seo-extension *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  .seo-main *, .seo-main *::before, .seo-main *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

/* Caderno de resultados: bloco da V4 adaptado ao ritmo visual da seção de soluções. */
.ap-results-ledger,
.ap-results-ledger * {
  box-sizing: border-box;
}

.ap-results-band {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: clamp(48px, 6vw, 72px) 24px;
  background: #f3f5f4;
}

.ap-results-band__inner {
  width: min(1200px, 100%);
  margin: 0 auto;
}

.ap-results-ledger {
  position: relative;
  z-index: 1;
  isolation: isolate;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr);
  margin: 0;
  overflow: hidden;
  border-left: 6px solid #329d49;
  color: #fff;
  background: #062b63;
  box-shadow: 0 18px 42px rgba(1, 36, 90, .16);
}

.ap-results-ledger__intro {
  padding: clamp(28px, 3.5vw, 42px);
}

.ap-results-ledger__kicker {
  margin: 0 0 12px;
  color: #72df2d !important;
  font-family: "DM Sans", "Inter", Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .075em;
  line-height: 1.3;
  text-transform: uppercase;
}

.ap-results-ledger__intro h3 {
  max-width: 390px;
  margin: 0;
  color: #fff !important;
  font-family: "Inter", Arial, sans-serif;
  font-size: clamp(26px, 2.55vw, 34px);
  font-weight: 750;
  letter-spacing: -.032em;
  line-height: 1.12;
}

.ap-results-ledger__intro > p:not(.ap-results-ledger__kicker) {
  max-width: 430px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, .84) !important;
  font-size: 14px;
  line-height: 1.55;
}

.ap-results-ledger__intro ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.ap-results-ledger__intro li {
  color: #fff !important;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.35;
}

.ap-results-ledger__intro li + li::before {
  content: "/";
  margin: 0 11px;
  color: #72df2d;
}

.ap-results-ledger__metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  border-left: 1px solid rgba(255, 255, 255, .21);
}

.ap-results-ledger__metrics > div {
  min-width: 0;
  display: flex;
  min-height: 178px;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(24px, 3vw, 34px);
  border-right: 1px solid rgba(255, 255, 255, .21);
  border-bottom: 1px solid rgba(255, 255, 255, .21);
}

.ap-results-ledger__metrics > div:nth-child(even) {
  border-right: 0;
}

.ap-results-ledger__metrics > div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.ap-results-ledger__metrics dt {
  order: 2;
  margin-top: 15px;
  color: rgba(255, 255, 255, .82) !important;
  font-size: 14px;
  line-height: 1.45;
}

.ap-results-ledger__metrics dd {
  order: 1;
  margin: 0;
}

.ap-results-ledger__metrics strong {
  display: block;
  color: #fff !important;
  font-family: "Bebas Neue", "Arial Narrow", Arial, sans-serif;
  font-size: clamp(46px, 4.2vw, 58px);
  font-weight: 400;
  letter-spacing: -.02em;
  line-height: .88;
}

.ap-results-ledger__metrics dd span {
  display: block;
  margin-top: 9px;
  color: #72df2d !important;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .055em;
  line-height: 1.38;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .ap-results-ledger {
    grid-template-columns: 1fr;
  }

  .ap-results-ledger__metrics {
    border-top: 1px solid rgba(255, 255, 255, .21);
    border-left: 0;
  }
}

@media (max-width: 600px) {
  .ap-results-band {
    padding: 38px 18px;
  }

  .ap-results-ledger {
    border-left-width: 5px;
  }

  .ap-results-ledger__intro {
    padding: 27px 22px;
  }

  .ap-results-ledger__metrics {
    grid-template-columns: 1fr;
  }

  .ap-results-ledger__metrics > div {
    min-height: 0;
    padding: 23px 22px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .21);
  }

  .ap-results-ledger__metrics > div:nth-last-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, .21);
  }

  .ap-results-ledger__metrics > div:last-child {
    border-bottom: 0;
  }

  .ap-results-ledger__metrics strong {
    font-size: 43px;
  }
}

.elementor-26 .elementor-testimonial__cite .elementor-testimonial__title {
  margin-top: 2px;
  color: #5f6d68;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
}

/* Depoimentos estáticos: três avaliações visíveis, sem carrossel. */
.elementor-26 .ap-testimonial-grid-widget,
.elementor-26 .ap-testimonial-grid-widget > .elementor-widget-container {
  width: 100%;
}

.ap-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 21px;
  width: 100%;
  align-items: stretch;
}

.ap-testimonial-card,
.ap-testimonial-card .elementor-testimonial {
  min-width: 0;
  height: 100%;
}

.ap-testimonial-card .elementor-testimonial {
  display: flex;
  flex-direction: column;
}

.ap-testimonial-card .elementor-testimonial__content {
  flex: 1 1 auto;
}

.ap-testimonial-card .elementor-testimonial__footer {
  flex: 0 0 auto;
}

@media (max-width: 900px) {
  .ap-testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .ap-testimonial-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
