/* ================================================================
   VC Pages · Loja de Créditos de Correção
   Escopo integral: .vcp-credit-store
   ================================================================ */

.vcp-credit-store {
  --credit-navy: #071d42;
  --credit-navy-2: #0b2c5e;
  --credit-blue: #0968e5;
  --credit-blue-2: #0a84e8;
  --credit-cyan: #47b5ff;
  --credit-orange: #f47f20;
  --credit-ink: #0c2348;
  --credit-muted: #5e6d83;
  --credit-line: #dbe3ee;
  --credit-paper: #fffefb;
  --credit-wash: #f3f7fc;
  --credit-white: #fff;
  color: var(--credit-ink);
  background: var(--credit-paper);
  font-family: Inter, Barlow, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

/* O shortcode vive dentro da estrutura de conteúdo do tema. Zera apenas os
   hosts que contêm esta página para não deixar padding residual após o footer. */
html body .container_wrap:has(.vcp-lp.vcp-credit-store),
html body .container_wrap:has(.vcp-lp.vcp-credit-store) > .container,
html body .container:has(.vcp-lp.vcp-credit-store),
html body .content:has(.vcp-lp.vcp-credit-store),
html body main.template-page:has(.vcp-lp.vcp-credit-store),
html body article.post-entry:has(.vcp-lp.vcp-credit-store),
html body .entry-content-wrapper:has(.vcp-lp.vcp-credit-store),
html body .entry-content:has(.vcp-lp.vcp-credit-store),
html body .vcp-host--credit-store.container_wrap,
html body .vcp-host--credit-store.container,
html body .vcp-host--credit-store.content,
html body main.vcp-host--credit-store.template-page,
html body article.vcp-host--credit-store.post-entry,
html body .vcp-host--credit-store.entry-content-wrapper,
html body .vcp-host--credit-store.entry-content {
  margin-bottom: 0 !important;
  max-width: none !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
}

html body .entry-content:has(> .vcp-lp.vcp-credit-store) > p:empty,
html body .vcp-host--credit-store.entry-content > p:empty { display: none !important; }

.vcp-credit-store :where(h1, h2, h3, p, ol, ul, figure) { margin: 0; }
.vcp-credit-store :where(h1, h2, h3, strong, b) { font-family: Inter, Barlow, Arial, sans-serif; }
.vcp-credit-store a { color: inherit; }
.vcp-credit-store svg { display: block; }
.vcp-credit-store .vcp-wrap {
  max-width: 1320px;
  width: min(1320px, calc(100% - 64px));
}
.vcp-credit-store__main,
.vcp-credit-product__main { overflow: clip; }

.vcp-credit-eyebrow {
  color: var(--credit-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .105em;
  line-height: 1.45;
  text-transform: uppercase;
}

.vcp-credit-btn {
  align-items: center;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  display: inline-flex;
  font: 800 13px/1 Inter, Barlow, Arial, sans-serif;
  gap: 18px;
  justify-content: center;
  letter-spacing: .015em;
  min-height: 52px;
  padding: 0 24px;
  text-decoration: none !important;
  transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease;
}

.vcp-credit-btn:hover { transform: translateY(-2px); }
.vcp-credit-btn--primary {
  background: linear-gradient(135deg, var(--credit-blue), #0756c3);
  box-shadow: 0 14px 32px rgba(9, 104, 229, .24);
  color: var(--credit-white) !important;
}
.vcp-credit-btn--primary:hover { box-shadow: 0 18px 38px rgba(9, 104, 229, .33); }
.vcp-credit-btn--disabled { background: #d8dee7; color: #718096; cursor: not-allowed; }
.vcp-credit-btn--disabled:hover { transform: none; }

/* O modal de login pode impor texto branco em .lrm-login. Mantemos o botão
   do header claro, mas com contraste explícito em todos os estados. */
html body .vcp-credit-store .vcp-hdr__login,
html body .vcp-credit-store button.vcp-hdr__login,
html body .vcp-credit-store .vcp-hdr__login.lrm-login {
  background: #fff !important;
  border-color: rgba(13, 59, 122, .28) !important;
  color: var(--credit-navy) !important;
  opacity: 1 !important;
  text-shadow: none !important;
  -webkit-text-fill-color: var(--credit-navy) !important;
}
html body .vcp-credit-store .vcp-hdr__login:hover,
html body .vcp-credit-store .vcp-hdr__login:focus-visible {
  background: #f3f9ff !important;
  border-color: rgba(9, 104, 229, .55) !important;
  color: var(--credit-blue) !important;
  -webkit-text-fill-color: var(--credit-blue) !important;
}

/* Hero ---------------------------------------------------------------- */
.vcp-credit-hero {
  background: #eaf5ff;
  position: relative;
}

.vcp-credit-hero__canvas {
  background:
    radial-gradient(circle at 82% 33%, rgba(255,255,255,.98), transparent 33%),
    linear-gradient(104deg, #d9efff 0%, #eef8ff 72%, #fbfdff 100%);
  min-height: 414px;
  overflow: hidden;
  position: relative;
}

.vcp-credit-hero__canvas::before {
  background:
    radial-gradient(circle at 11% 21%, rgba(33,133,237,.12) 0 1px, transparent 1.7px) 0 0 / 13px 13px,
    linear-gradient(102deg, transparent 55%, rgba(71,181,255,.07) 55.1%, transparent 77%);
  content: "";
  inset: 0;
  opacity: .24;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.vcp-credit-hero__authority-bg {
  height: 100%;
  inset: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.vcp-credit-store .vcp-credit-hero__stage {
  display: grid;
  grid-template-columns: minmax(0, 44%) minmax(0, 56%);
  max-width: 1560px;
  min-height: 414px;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
  width: min(calc(100% - clamp(32px, 4vw, 72px)), 1560px);
  z-index: 3;
}

.vcp-credit-hero__copy-panel {
  align-items: center;
  display: flex;
  min-width: 0;
  padding: 42px 28px 38px 0;
  position: relative;
  z-index: 4;
}

.vcp-credit-hero__copy { max-width: 650px; position: relative; z-index: 3; }
.vcp-credit-hero__copy .vcp-credit-eyebrow {
  align-items: center;
  color: #55c5ff;
  display: flex;
  font-size: 11px;
  gap: 15px;
  letter-spacing: .065em;
  margin-bottom: 17px;
  white-space: nowrap;
}
.vcp-credit-hero__copy .vcp-credit-eyebrow::after {
  background: var(--credit-orange);
  content: "";
  height: 2px;
  width: 72px;
}
.vcp-credit-hero__copy h1 {
  color: #fff !important;
  font-family: "Barlow Condensed", Barlow, Inter, Arial, sans-serif;
  font-size: clamp(48px, 3.6vw, 58px);
  font-stretch: condensed;
  font-weight: 800;
  letter-spacing: -.025em;
  line-height: .93;
  max-width: 650px;
  text-transform: uppercase;
  text-wrap: balance;
}
.vcp-credit-hero__text {
  color: #f5f9ff !important;
  font-size: clamp(16px, 1.18vw, 18px);
  line-height: 1.52;
  margin-top: 21px !important;
  max-width: 590px;
}
.vcp-credit-hero__highlight {
  font: inherit;
  font-weight: 780;
}
.vcp-credit-hero__highlight--blue { color: #38c6ff !important; }
.vcp-credit-hero__highlight--orange { color: #ff9a39 !important; }
.vcp-credit-hero__copy .vcp-credit-btn {
  margin-top: 25px;
  min-width: 225px;
}
.vcp-credit-hero .vcp-credit-btn--primary {
  background: linear-gradient(135deg, #ff8a18 0%, #f47712 100%);
  border-radius: 4px;
  box-shadow: 0 14px 34px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.24);
  color: #fff !important;
}
.vcp-credit-hero .vcp-credit-btn--primary:hover {
  background: linear-gradient(135deg, #ff972d 0%, #f47712 100%);
  box-shadow: 0 18px 40px rgba(0,0,0,.3), inset 0 1px 0 rgba(255,255,255,.28);
}
.vcp-credit-hero__note {
  align-items: center;
  background: none;
  border: 0;
  color: rgba(226,238,253,.84) !important;
  display: flex;
  font-size: 11px;
  gap: 8px;
  line-height: 1.5;
  margin-top: 17px !important;
  padding: 0;
  text-align: left;
}
.vcp-credit-hero__note svg {
  color: #42c7ff;
  flex: 0 0 17px;
  height: 17px;
  width: 17px;
}
.vcp-credit-hero__note.is-guest {
  cursor: pointer;
  font-family: Inter, Barlow, Arial, sans-serif;
}
.vcp-credit-hero__note.is-guest:hover span {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.vcp-credit-hero__marks {
  color: #50bdf9;
  font-family: "Segoe Print", "Bradley Hand", "Comic Sans MS", cursive;
  font-style: italic;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
.vcp-credit-hero__marks span { position: absolute; }
.vcp-credit-hero__marks svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.vcp-credit-hero__marks--left {
  inset: 0 0 0 46%;
  opacity: .34;
}
.vcp-credit-hero__marks--left .is-focus {
  font-size: 12px;
  line-height: 1.08;
  right: 15px;
  top: 32px;
  transform: rotate(-7deg);
}
.vcp-credit-hero__marks--left .is-focus i {
  border-top: 1px solid currentColor;
  display: block;
  margin-left: 8px;
  margin-top: 4px;
  transform: rotate(-5deg);
  width: 53px;
}
.vcp-credit-hero__marks--left .is-score {
  align-items: center;
  border: 1.5px solid currentColor;
  border-radius: 50%;
  display: flex;
  font-size: 17px;
  height: 38px;
  justify-content: center;
  right: -5px;
  top: 143px;
  transform: rotate(-9deg);
  width: 42px;
}
.vcp-credit-hero__marks--left .is-cohesion {
  bottom: 98px;
  font-size: 11px;
  right: 13px;
  transform: rotate(-4deg);
}
.vcp-credit-hero__marks--left .is-cohesion svg {
  display: block;
  height: 35px;
  margin-left: 1px;
  margin-top: -5px;
  width: 56px;
}
.vcp-credit-hero__marks--left .is-argument {
  bottom: 10px;
  font-size: 10px;
  line-height: 1.05;
  right: 18px;
  transform: rotate(-8deg);
}
.vcp-credit-hero__marks--left .is-argument svg {
  height: 27px;
  margin-left: -22px;
  margin-top: -3px;
  width: 29px;
}

.vcp-credit-hero__visual {
  align-self: stretch;
  isolation: isolate;
  margin: 0;
  min-height: 414px;
  min-width: 0;
  position: relative;
  z-index: 4;
}
/*
 * O tratamento cromatico pertence ao canvas inteiro. Camadas aplicadas aqui
 * cobririam apenas a coluna da imagem, criando uma emenda vertical tanto no
 * painel escuro quanto no fundo claro quando a composicao estivesse oculta ou
 * tivesse areas transparentes.
 */
.vcp-credit-hero__visual::before,
.vcp-credit-hero__visual::after { content: none; }
.vcp-credit-hero__visual picture { display: block; height: 100%; position: relative; width: 100%; z-index: 2; }
.vcp-credit-hero__visual img {
  display: block;
  height: calc(100% + 30px);
  left: 0;
  object-fit: contain;
  object-position: var(--vcp-credit-hero-x) var(--vcp-credit-hero-y);
  position: absolute;
  top: -9px;
  width: 112%;
  z-index: 2;
}
.vcp-credit-hero__marks--right {
  inset: 0 4px 0 0;
  opacity: .4;
  z-index: 0;
}
.vcp-credit-hero__marks--right :where(.is-one, .is-two, .is-three) {
  align-items: center;
  border: 1.4px solid currentColor;
  border-radius: 50%;
  display: flex;
  font-size: 14px;
  height: 31px;
  justify-content: center;
  right: 0;
  transform: rotate(6deg);
  width: 31px;
}
.vcp-credit-hero__marks--right .is-one { right: 2px; top: 31px; }
.vcp-credit-hero__marks--right .is-two { right: -9px; top: 139px; }
.vcp-credit-hero__marks--right .is-three { bottom: 88px; right: 4px; }
.vcp-credit-hero__marks--right .is-check { bottom: 24px; right: 29px; transform: rotate(-5deg); }
.vcp-credit-hero__marks--right .is-check svg { height: 35px; width: 35px; }
.vcp-credit-hero__marks--right :where(.is-one, .is-two, .is-three)::after {
  border-bottom: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  content: "";
  height: 10px;
  position: absolute;
  right: 16px;
  top: 33px;
  transform: rotate(22deg) skew(-14deg);
  width: 29px;
}

.vcp-credit-feedback-card {
  backdrop-filter: blur(12px);
  background: rgba(255,255,255,.91);
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 5px;
  box-shadow: 0 20px 55px rgba(5,24,56,.22);
  color: var(--credit-navy);
  padding: 19px 20px 10px;
  position: absolute;
  right: clamp(22px, 3vw, 55px);
  top: 42px;
  width: min(265px, calc(100% - 50px));
  z-index: 3;
}
.vcp-credit-feedback-card > span {
  display: block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  margin-bottom: 11px;
  text-transform: uppercase;
}
.vcp-credit-feedback-card > div {
  align-items: center;
  border-top: 1px solid #dbe3ee;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding: 10px 0;
}
.vcp-credit-feedback-card p { display: grid; gap: 3px; }
.vcp-credit-feedback-card strong { font-size: 12px; }
.vcp-credit-feedback-card small { color: var(--credit-muted); font-size: 9px; line-height: 1.3; }
.vcp-credit-feedback-card b { font-size: 13px; white-space: nowrap; }

.vcp-credit-hero__trust-row {
  background:
    radial-gradient(circle at 78% 0, rgba(33,116,219,.22), transparent 28%),
    linear-gradient(90deg, #031839 0%, #052150 56%, #031839 100%);
  border-bottom: 1px solid rgba(255,255,255,.05);
  box-shadow: 0 13px 30px rgba(3,24,57,.13), inset 0 9px 18px rgba(17,75,143,.08);
  position: relative;
  z-index: 4;
}
.vcp-credit-hero__trust-row::after {
  content: none;
}
.vcp-credit-store .vcp-credit-hero__trust-row .vcp-credit-trust {
  align-items: stretch;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1560px;
  min-height: 74px;
  padding-left: 24px;
  padding-right: 24px;
  width: min(calc(100% - clamp(32px, 4vw, 72px)), 1560px);
}
.vcp-credit-trust > span {
  align-items: center;
  color: #f7fbff;
  display: flex;
  font-size: 13px;
  gap: 14px;
  justify-content: center;
  line-height: 1.35;
  padding: 15px 34px;
  position: relative;
}
.vcp-credit-trust > span:not(:last-child)::after {
  background: var(--credit-orange);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(244,127,32,.06);
  content: "";
  height: 5px;
  position: absolute;
  right: -2px;
  top: calc(50% - 2px);
  width: 5px;
}
.vcp-credit-trust svg { color: #fff; flex: 0 0 28px; height: 28px; stroke-width: 1.7; width: 28px; }
.vcp-credit-trust b { color: #f8fbff !important; font-size: inherit; font-weight: 600; }

/* Cabeçalhos de seção ------------------------------------------------- */
.vcp-credit-section-head { margin: 0 auto 42px; max-width: 760px; text-align: center; }
.vcp-credit-section-head .vcp-credit-eyebrow { margin-bottom: 12px; }
.vcp-credit-section-head h2,
.vcp-credit-faq > h2,
.vcp-credit-product-faq h2 {
  color: var(--credit-navy);
  font-size: clamp(34px, 3.15vw, 52px);
  font-weight: 760;
  letter-spacing: -.045em;
  line-height: 1.06;
}
.vcp-credit-section-head > p:not(.vcp-credit-eyebrow) {
  color: var(--credit-muted);
  font-size: 15px;
  line-height: 1.65;
  margin-top: 13px !important;
}

/* Vitrine ------------------------------------------------------------- */
.vcp-credit-packages {
  background:
    radial-gradient(circle at 14% 8%, rgba(71,181,255,.13), transparent 28%),
    radial-gradient(circle at 88% 42%, rgba(13,59,122,.06), transparent 30%),
    linear-gradient(180deg, #f3f8fe 0%, #fbfdff 44%, #fff 100%);
  overflow: hidden;
  padding: 48px 0 42px;
  position: relative;
}

.vcp-credit-flow { scroll-margin-top: 104px; }
.vcp-credit-packages::before {
  background-image: radial-gradient(rgba(13,59,122,.14) 1px, transparent 1px);
  background-size: 12px 12px;
  content: "";
  height: 116px;
  position: absolute;
  right: -20px;
  top: 72px;
  transform: rotate(-7deg);
  width: 230px;
}
.vcp-credit-packages::after {
  border: 1px solid rgba(9,104,229,.12);
  border-radius: 50%;
  content: "";
  height: 250px;
  left: -172px;
  position: absolute;
  top: 208px;
  width: 250px;
}
.vcp-credit-packages > .vcp-wrap { position: relative; z-index: 1; }
.vcp-credit-packages .vcp-credit-section-head { margin-bottom: 34px; max-width: 850px; }
.vcp-credit-packages .vcp-credit-section-head .vcp-credit-eyebrow {
  align-items: center;
  color: var(--credit-blue);
  display: inline-flex;
  gap: 10px;
  letter-spacing: .11em;
}
.vcp-credit-packages .vcp-credit-section-head .vcp-credit-eyebrow::before {
  background: var(--credit-orange);
  content: "";
  height: 2px;
  width: 30px;
}
.vcp-credit-packages .vcp-credit-section-head h2 { font-size: clamp(36px, 3vw, 48px); }
.vcp-credit-packages .vcp-credit-section-head > p:not(.vcp-credit-eyebrow):not(.vcp-credit-packages__meta) {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 690px;
}
.vcp-credit-packages__meta {
  align-items: center;
  color: #405675 !important;
  display: flex;
  font-size: 12px !important;
  font-weight: 650;
  gap: 8px;
  justify-content: center;
  letter-spacing: .01em;
  margin-top: 14px !important;
}
.vcp-credit-packages__meta svg { color: var(--credit-blue); height: 16px; width: 16px; }
.vcp-credit-packages__meta span { color: inherit; }
.vcp-credit-packages__grid {
  align-items: stretch;
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  padding-top: 20px;
}

.vcp-credit-card {
  background: rgba(255,255,255,.97);
  border: 1px solid #d5dfeb;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(12,35,72,.09);
  display: flex;
  flex-direction: column;
  min-height: 442px;
  overflow: visible;
  padding: 25px 23px 20px;
  position: relative;
  text-align: center;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.vcp-credit-card::before {
  background: repeating-linear-gradient(0deg, transparent, transparent 24px, rgba(9,104,229,.032) 25px);
  border-radius: inherit;
  content: "";
  inset: 5px;
  pointer-events: none;
  position: absolute;
}
.vcp-credit-card > * { position: relative; z-index: 1; }
.vcp-credit-card:hover { border-color: rgba(9,104,229,.42); box-shadow: 0 21px 42px rgba(12,35,72,.14); transform: translateY(-5px); }
.vcp-credit-card__paper-corner {
  background: linear-gradient(135deg, #edf2f7 0 48%, #cbd7e4 49% 52%, #fff 53%);
  border-radius: 0 0 11px 0;
  bottom: 0;
  height: 24px;
  position: absolute;
  right: 0;
  width: 24px;
}
.vcp-credit-card__kicker {
  color: #28456f;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .055em;
  text-transform: uppercase;
}
.vcp-credit-card__quantity {
  align-items: center;
  background: linear-gradient(145deg, #fafdff, #eef6ff);
  border: 1px solid rgba(9,104,229,.48);
  border-radius: 50%;
  color: var(--credit-navy);
  display: flex;
  font-size: 46px;
  font-weight: 780;
  height: 96px;
  justify-content: center;
  letter-spacing: -.065em;
  line-height: 1;
  margin: 5px auto 12px;
  padding-right: 4px;
  width: 96px;
}
.vcp-credit-card__quantity span { font-size: .55em; font-weight: 600; margin-right: 1px; }
.vcp-credit-card__name { font-size: 15px; font-weight: 700; }
.vcp-credit-card__validity { color: var(--credit-muted); font-size: 11px; margin-top: 7px; }
.vcp-credit-card__saving {
  align-items: center;
  align-self: center;
  background: #fff4e9;
  border: 1px solid #ffd6ae;
  border-radius: 99px;
  color: #a94e09;
  display: inline-flex;
  font-size: 10px;
  font-weight: 800;
  justify-content: center;
  letter-spacing: .035em;
  margin-top: 12px;
  min-height: 25px;
  padding: 4px 10px;
  text-transform: uppercase;
}
.vcp-credit-card__saving.is-empty { background: transparent; border-color: transparent; visibility: hidden; }
.vcp-credit-card__price {
  border-top: 1px dashed #b8c9dc;
  display: flex;
  flex-direction: column;
  margin-top: 15px;
  padding-top: 14px;
}
.vcp-credit-card__price-label {
  color: var(--credit-blue);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.vcp-credit-card__price > strong {
  color: var(--credit-navy);
  font-size: 34px;
  font-weight: 780;
  letter-spacing: -.04em;
  line-height: 1.2;
  margin-top: 4px;
}
.vcp-credit-card__price .woocommerce-Price-currencySymbol { font-size: .67em; font-weight: 700; }
.vcp-credit-card__price > small { color: #586980; font-size: 10px; line-height: 1.35; margin-top: 4px; }
.vcp-credit-card__price > .vcp-credit-card__unit-price {
  align-self: center;
  background: #e9f7ff;
  border-radius: 99px;
  color: #075aa6;
  font-size: 11px;
  font-weight: 750;
  margin-top: 6px;
  padding: 5px 10px;
}
.vcp-credit-card__installment { color: #64758a !important; min-height: 14px; }
.vcp-credit-card__regular {
  color: #6c7a8e;
  display: block;
  font-size: 10.5px;
  margin-bottom: 5px;
}
.vcp-credit-card__regular-label { font-weight: 600; }
.vcp-credit-card__regular-value { color: #53647a; font-size: 19px; font-weight: 750; }
.vcp-credit-card__regular del { text-decoration: none; }
.vcp-credit-card__actions { display: grid; gap: 9px; margin-top: auto; padding-top: 17px; }
.vcp-credit-btn--card { background: var(--credit-blue); color: #fff !important; min-height: 49px; padding: 0 15px; }
.vcp-credit-card__details {
  color: var(--credit-blue) !important;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none !important;
}
.vcp-credit-card__details span { margin-left: 4px; }

.vcp-credit-card__badge {
  border-radius: 99px;
  color: #fff;
  font-size: 10px;
  font-weight: 850;
  left: 50%;
  letter-spacing: .06em;
  padding: 8px 16px;
  position: absolute;
  text-transform: uppercase;
  top: -17px;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 6;
}
.vcp-credit-card.is-recommended {
  background:
    radial-gradient(circle at 80% 7%, rgba(71,181,255,.17), transparent 28%),
    linear-gradient(180deg, #fff 0%, #f5faff 100%);
  border: 2px solid var(--credit-blue);
  box-shadow: 0 23px 48px rgba(9,104,229,.19);
  transform: translateY(-7px);
}
.vcp-credit-card.is-recommended:hover { box-shadow: 0 29px 55px rgba(9,104,229,.24); transform: translateY(-11px); }
.vcp-credit-card.is-recommended .vcp-credit-card__badge { background: var(--credit-orange); box-shadow: 0 7px 16px rgba(244,127,32,.25); }
.vcp-credit-card.is-recommended .vcp-credit-card__quantity { border-color: var(--credit-blue); box-shadow: 0 0 0 5px rgba(9,104,229,.06); }
.vcp-credit-card.is-recommended .vcp-credit-btn--card { background: linear-gradient(135deg, #075fce, #0a84e8); box-shadow: 0 8px 18px rgba(9,104,229,.18); }
.vcp-credit-card.is-best-value { border-color: #8cccf7; }
.vcp-credit-card.is-best-value::after {
  background: linear-gradient(90deg, var(--credit-blue), var(--credit-cyan));
  border-radius: 12px 12px 0 0;
  content: "";
  height: 4px;
  left: -1px;
  position: absolute;
  right: -1px;
  top: -1px;
}
.vcp-credit-card.is-best-value .vcp-credit-card__badge { background: var(--credit-navy); box-shadow: 0 7px 16px rgba(13,59,122,.2); }
.vcp-credit-card.is-unavailable { filter: grayscale(.35); opacity: .7; }

/* Destino dos redirecionamentos das páginas individuais: #pacote-N.
   A borda permanece em movimento enquanto a URL mantiver a âncora. */
.vcp-credit-packages__grid > .vcp-credit-card.is-hash-highlighted {
  border-color: var(--credit-blue-2);
  box-shadow:
    0 0 0 5px rgba(71,181,255,.22),
    0 26px 62px rgba(9,104,229,.27);
  isolation: isolate;
  outline: 2px solid rgba(244,127,32,.82);
  outline-offset: 3px;
  scroll-margin: 140px 24px;
  z-index: 4;
  animation: vcp-credit-card-target-halo 2.25s ease-in-out infinite;
}

@supports ((-webkit-mask-composite: xor) or (mask-composite: exclude)) {
  .vcp-credit-packages__grid > .vcp-credit-card.is-hash-highlighted {
    border-color: transparent;
    outline-color: transparent;
  }

  .vcp-credit-packages__grid > .vcp-credit-card.is-hash-highlighted::after {
    animation: vcp-credit-card-target-border 2.8s linear infinite;
    background: linear-gradient(
      105deg,
      #075fce 0%,
      #0a84e8 20%,
      #76cbff 35%,
      #f8fcff 45%,
      #f47f20 53%,
      #ffd2ac 62%,
      #47b5ff 77%,
      #075fce 100%
    ) 0 50% / 280% 100%;
    border-radius: 16px;
    bottom: -5px;
    content: "";
    height: auto;
    inset: -5px;
    left: -5px;
    padding: 3px;
    pointer-events: none;
    position: absolute;
    right: -5px;
    top: -5px;
    width: auto;
    z-index: 0;
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
  }
}

@keyframes vcp-credit-card-target-border {
  0% { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
}

@keyframes vcp-credit-card-target-halo {
  0%, 100% {
    box-shadow:
      0 0 0 4px rgba(71,181,255,.18),
      0 24px 56px rgba(9,104,229,.24);
  }
  50% {
    box-shadow:
      0 0 0 8px rgba(71,181,255,.27),
      0 30px 72px rgba(9,104,229,.34);
  }
}

@media (prefers-reduced-motion: reduce) {
  .vcp-credit-packages__grid > .vcp-credit-card.is-hash-highlighted,
  .vcp-credit-packages__grid > .vcp-credit-card.is-hash-highlighted::after {
    animation: none;
  }
}

.vcp-credit-student-note {
  align-items: center;
  background: rgba(255,255,255,.76);
  border: 1px solid #d9e4f0;
  border-radius: 99px;
  color: #53667f;
  display: inline-flex;
  font-size: 12px;
  gap: 8px;
  justify-content: center;
  left: 50%;
  margin-top: 25px;
  max-width: calc(100% - 28px);
  padding: 9px 16px;
  position: relative;
  text-align: center;
  transform: translateX(-50%);
}
.vcp-credit-student-note svg { color: var(--credit-blue); height: 16px; width: 16px; }
.vcp-credit-student-note button {
  background: none;
  border: 0;
  border-bottom: 1px solid currentColor;
  color: var(--credit-blue);
  cursor: pointer;
  font: 700 12px Inter, Arial, sans-serif;
  margin-left: 2px;
  padding: 0;
}
.vcp-credit-empty { background: #fff; border: 1px solid var(--credit-line); padding: 45px; text-align: center; }
.vcp-credit-empty strong { font-size: 22px; }
.vcp-credit-empty p { color: var(--credit-muted); margin-top: 8px !important; }

/* Como funciona ------------------------------------------------------- */
.vcp-credit-flow {
  background:
    radial-gradient(circle at 84% 8%, rgba(71,181,255,.15), transparent 30%),
    linear-gradient(180deg, #f7fbff 0%, #eef5fc 100%);
  border-top: 1px solid #dce8f4;
  color: var(--credit-ink);
  overflow: hidden;
  padding: 76px 0 84px;
  position: relative;
}
.vcp-credit-flow::before {
  background:
    linear-gradient(112deg, transparent 0 73%, rgba(9,104,229,.04) 73.1% 73.22%, transparent 73.32%),
    repeating-linear-gradient(0deg, transparent 0 31px, rgba(9,104,229,.018) 32px);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}
.vcp-credit-flow__dots {
  background-image: radial-gradient(circle, rgba(9,104,229,.28) 1.15px, transparent 1.35px);
  background-size: 10px 10px;
  height: 102px;
  opacity: .55;
  position: absolute;
  right: -15px;
  top: 52px;
  width: 102px;
}
.vcp-credit-flow__mark {
  border: solid rgba(244,127,32,.22);
  border-width: 0 0 2px 2px;
  height: 31px;
  left: 4.2%;
  position: absolute;
  top: 58%;
  transform: rotate(-11deg) skewX(-18deg);
  width: 76px;
}
.vcp-credit-flow__inner { position: relative; z-index: 2; }
.vcp-credit-flow__head {
  align-items: center;
  display: grid;
  gap: clamp(42px, 5vw, 78px);
  grid-template-columns: minmax(0, 1.28fr) minmax(330px, .72fr);
  margin-bottom: 42px;
}
.vcp-credit-flow__heading .vcp-credit-eyebrow { color: var(--credit-orange); margin-bottom: 15px; }
.vcp-credit-flow__heading .vcp-credit-eyebrow::after {
  background: rgba(244,127,32,.7);
  content: "";
  display: inline-block;
  height: 1px;
  margin: 0 0 3px 14px;
  width: 66px;
}
.vcp-credit-flow__heading h2 {
  color: var(--credit-navy);
  font-size: clamp(34px, 2.65vw, 41px);
  font-weight: 780;
  letter-spacing: -.036em;
  line-height: 1.02;
  max-width: 800px;
}
.vcp-credit-flow__intro { border-left: 2px solid rgba(9,104,229,.2); padding-left: 30px; }
.vcp-credit-flow__intro > p { color: #52637a; font-size: 14px; line-height: 1.7; max-width: 480px; }
.vcp-credit-flow__intro > span {
  align-items: center;
  background: #fff;
  border: 1px solid #d5e3f1;
  border-radius: 999px;
  color: var(--credit-navy);
  display: inline-flex;
  font-size: 11px;
  gap: 10px;
  margin-top: 20px;
  padding: 9px 14px;
}
.vcp-credit-flow__intro > span svg { color: var(--credit-orange); height: 18px; width: 18px; }
.vcp-credit-flow__steps {
  background: rgba(255,255,255,.92);
  border: 1px solid #d5e1ee;
  border-radius: 10px;
  box-shadow: 0 24px 60px rgba(7,29,66,.1);
  counter-reset: credit-flow;
  display: grid;
  gap: 0;
  grid-template-columns: minmax(0,.9fr) minmax(0,.9fr) minmax(0,1.3fr) minmax(0,1.05fr);
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.vcp-credit-flow__steps::before {
  background: linear-gradient(90deg, var(--credit-orange) 0%, var(--credit-blue) 24%, var(--credit-blue) 76%, var(--credit-cyan) 100%);
  content: "";
  height: 2px;
  left: 7%;
  opacity: .75;
  position: absolute;
  right: 7%;
  top: 51px;
  z-index: 1;
}
.vcp-credit-flow__steps li {
  background: transparent;
  border-right: 1px solid #e0e8f1;
  display: flex;
  flex-direction: column;
  min-height: 274px;
  padding: 27px 24px 24px;
  position: relative;
}
.vcp-credit-flow__steps li:last-child { border-right: 0; }
.vcp-credit-flow__steps li::after {
  background: #fff;
  border: solid rgba(9,104,229,.52);
  border-width: 1.5px 1.5px 0 0;
  content: "";
  height: 7px;
  position: absolute;
  right: -4px;
  top: 48px;
  transform: rotate(45deg);
  width: 7px;
  z-index: 3;
}
.vcp-credit-flow__steps li:last-child::after { display: none; }
.vcp-credit-flow__step-top { align-items: center; display: flex; justify-content: space-between; margin-bottom: 25px; position: relative; z-index: 2; }
.vcp-credit-flow__number {
  background: #fff;
  border-radius: 999px;
  color: #7890ad;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .13em;
  margin-left: -8px;
  padding: 4px 8px;
  position: relative;
  z-index: 3;
}
.vcp-credit-flow__icon {
  align-items: center;
  background: #fff;
  border: 1px solid #c8d9e9;
  border-radius: 50%;
  box-shadow: 0 0 0 6px #fff, 0 8px 20px rgba(7,29,66,.11);
  color: var(--credit-blue);
  display: flex;
  height: 48px;
  justify-content: center;
  width: 48px;
}
.vcp-credit-flow__icon svg { height: 23px; width: 23px; }
.vcp-credit-flow__steps h3 {
  color: var(--credit-navy);
  font-family: Inter, Arial, sans-serif !important;
  font-size: 18px;
  font-weight: 780;
  letter-spacing: .008em;
  line-height: 1.28;
}
.vcp-credit-flow__steps li > p { color: #5b6b80; font-size: 12.5px; line-height: 1.65; margin-top: 10px !important; }
.vcp-credit-flow__meta {
  align-items: center;
  color: #48627f;
  display: inline-flex;
  font-size: 10px;
  gap: 7px;
  letter-spacing: .035em;
  margin-top: auto;
  padding-top: 18px;
  text-transform: uppercase;
}
.vcp-credit-flow__meta svg { color: var(--credit-blue); height: 14px; width: 14px; }
.vcp-credit-flow__steps li.is-analysis {
  background:
    radial-gradient(circle at 88% 12%, rgba(71,181,255,.18), transparent 30%),
    linear-gradient(145deg, #edf7ff 0%, #f8fcff 58%, #fff 100%);
  border: 1px solid #a9cdeb;
  border-top: 3px solid var(--credit-blue);
  border-radius: 8px;
  box-shadow: 0 20px 42px rgba(7,29,66,.16);
  margin: -10px 0;
  min-height: 294px;
  padding: 36px 28px 29px;
  z-index: 4;
}
.vcp-credit-flow__steps li.is-analysis::after { background: #f5fbff; }
.vcp-credit-flow__steps li.is-analysis .vcp-credit-flow__number { background: #edf7ff; color: var(--credit-blue); }
.vcp-credit-flow__steps li.is-analysis > p { color: #52677f; }
.vcp-credit-flow__steps li.is-analysis .vcp-credit-flow__icon { border-color: #9bc7eb; box-shadow: 0 0 0 7px rgba(71,181,255,.12), 0 9px 22px rgba(7,29,66,.14); color: var(--credit-orange); }
.vcp-credit-flow__steps li.is-analysis h3 { color: var(--credit-navy); }
.vcp-credit-flow__steps li.is-analysis .vcp-credit-flow__meta { color: #0a5aa8; }
.vcp-credit-flow__steps li.is-analysis .vcp-credit-flow__meta svg { color: var(--credit-orange); }
.vcp-credit-flow__steps li.is-delivery {
  background:
    radial-gradient(circle at 100% 0%, rgba(244,127,32,.09), transparent 34%),
    repeating-linear-gradient(0deg, transparent, transparent 25px, rgba(9,104,229,.035) 26px),
    #fffefb;
}
.vcp-credit-flow__steps li.is-delivery .vcp-credit-flow__number { color: var(--credit-blue); }
.vcp-credit-flow__steps li.is-delivery .vcp-credit-flow__icon { border-color: #d7e4ef; color: var(--credit-orange); }
.vcp-credit-flow__steps li.is-delivery h3 { color: var(--credit-navy); }
.vcp-credit-flow__steps li.is-delivery > p { color: #52637a; }
.vcp-credit-flow__steps li.is-delivery .vcp-credit-flow__meta { color: #a84c08; }
.vcp-credit-flow__steps li.is-delivery .vcp-credit-flow__meta svg { color: var(--credit-orange); }

/* FAQ + fechamento ---------------------------------------------------- */
.vcp-credit-closing { background: #f6f8fb; border-top: 1px solid #e0e6ee; padding: 54px 0 62px; }
.vcp-credit-closing__grid { align-items: stretch; display: grid; gap: 22px; grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr); }
.vcp-credit-closing__grid.is-single { grid-template-columns: 1fr; }
.vcp-credit-faq { background: #fff; border: 1px solid #d8e0e9; padding: 31px 35px; }
.vcp-credit-faq > .vcp-credit-eyebrow { margin-bottom: 9px; }
.vcp-credit-faq > h2 { font-size: 28px; margin-bottom: 21px; }
.vcp-credit-faq__items details { border-top: 1px solid #dce3eb; }
.vcp-credit-faq__items details:last-child { border-bottom: 1px solid #dce3eb; }
.vcp-credit-faq__items summary { align-items: center; cursor: pointer; display: flex; font-size: 12px; font-weight: 650; gap: 15px; justify-content: space-between; list-style: none; min-height: 43px; }
.vcp-credit-faq__items summary::-webkit-details-marker { display: none; }
.vcp-credit-faq__items summary i { flex: 0 0 13px; height: 13px; position: relative; }
.vcp-credit-faq__items summary i::before,
.vcp-credit-faq__items summary i::after { background: var(--credit-blue); content: ""; left: 50%; position: absolute; top: 50%; transform: translate(-50%,-50%); transition: transform .2s ease; }
.vcp-credit-faq__items summary i::before { height: 1.5px; width: 11px; }
.vcp-credit-faq__items summary i::after { height: 11px; width: 1.5px; }
.vcp-credit-faq__items details[open] summary i::after { transform: translate(-50%,-50%) rotate(90deg); }
.vcp-credit-faq__items details > div { color: var(--credit-muted); font-size: 12px; line-height: 1.65; padding: 0 25px 15px 0; }
.vcp-credit-faq__items details > div p { margin: 0 !important; }
.vcp-credit-faq__items details > div a,
.vcp-credit-faq__items details > div a:visited {
  color: #0768ce;
  font-weight: 650;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.vcp-credit-faq__items details > div a:hover { color: #064f9c; }
.vcp-credit-faq__items details > div a:focus-visible {
  border-radius: 2px;
  outline: 2px solid rgba(9,104,229,.34);
  outline-offset: 3px;
}

.vcp-credit-final {
  background:
    radial-gradient(circle at 91% 13%, rgba(71,181,255,.24), transparent 28%),
    linear-gradient(138deg, #071b3e 0%, #082d63 52%, #0755a7 100%);
  border-top: 4px solid var(--credit-orange);
  color: #fff;
  display: flex;
  min-height: 400px;
  overflow: hidden;
  padding: 38px clamp(34px, 4vw, 56px) 36px;
  position: relative;
}
.vcp-credit-final::before {
  background-image: radial-gradient(rgba(255,255,255,.18) 1px, transparent 1px);
  background-size: 16px 16px;
  content: "";
  height: 135px;
  opacity: .34;
  position: absolute;
  right: -7px;
  top: 12px;
  width: 190px;
}
.vcp-credit-final__art,
.vcp-credit-final__art::before,
.vcp-credit-final__art::after { border: 1px solid rgba(255,255,255,.11); border-radius: 50%; content: ""; position: absolute; }
.vcp-credit-final__art { height: 270px; right: -150px; top: 28px; width: 270px; }
.vcp-credit-final__art::before { inset: 25px; }
.vcp-credit-final__art::after { inset: 54px; }
.vcp-credit-final__content { display: flex; flex: 1; flex-direction: column; position: relative; z-index: 1; }
.vcp-credit-final .vcp-credit-eyebrow { color: #8ed2ff; margin-bottom: 10px; }
.vcp-credit-final .vcp-credit-eyebrow::before { background: var(--credit-orange); content: ""; display: inline-block; height: 2px; margin-right: 9px; vertical-align: middle; width: 24px; }
.vcp-credit-final h2 { color: #fff; font-size: clamp(34px, 2.75vw, 44px); font-weight: 760; letter-spacing: -.04em; line-height: 1; max-width: 520px; position: relative; }
.vcp-credit-final__text { color: #d8e9fb; font-size: 13px; line-height: 1.58; margin-top: 12px !important; max-width: 470px; position: relative; }
.vcp-credit-final__points {
  background: rgba(255,255,255,.075);
  border: 1px solid rgba(255,255,255,.12);
  display: grid;
  gap: 0;
  list-style: none;
  margin: 20px 0 0 !important;
  max-width: 480px;
  padding: 8px 15px !important;
}
.vcp-credit-final__points li { align-items: center; display: flex; gap: 11px; min-height: 38px; }
.vcp-credit-final__points li + li { border-top: 1px solid rgba(255,255,255,.1); }
.vcp-credit-final__points li > span { align-items: center; background: rgba(71,181,255,.14); border: 1px solid rgba(142,210,255,.24); border-radius: 50%; color: #8ed2ff; display: flex; flex: 0 0 25px; height: 25px; justify-content: center; }
.vcp-credit-final__points svg { height: 14px; width: 14px; }
.vcp-credit-final__points b { color: #f7fbff; font-size: 11.5px; font-weight: 650; line-height: 1.35; }
.vcp-credit-final__action { align-items: center; display: flex; gap: 16px; margin-top: auto; padding-top: 20px; }
.vcp-credit-final__button { background: var(--credit-orange); box-shadow: 0 10px 25px rgba(3,18,45,.24); color: #fff !important; margin: 0; min-width: 222px; }
.vcp-credit-final__button:hover { background: #ff9a36; color: #fff !important; transform: translateY(-2px); }
.vcp-credit-final__action small { align-items: center; color: #bcd4ef; display: flex; font-size: 10px; gap: 7px; line-height: 1.35; max-width: 145px; }
.vcp-credit-final__action small svg { color: #8ed2ff; flex: 0 0 15px; height: 15px; width: 15px; }

/* Produto individual ------------------------------------------------- */
.vcp-credit-product-hero {
  background:
    radial-gradient(circle at 84% 22%, rgba(71,181,255,.18), transparent 27%),
    linear-gradient(145deg, #f8f4ed, #f7faff 65%);
  border-bottom: 1px solid #dfe6ef;
  padding: 28px 0 72px;
}
.vcp-credit-breadcrumbs { align-items: center; color: #758296; display: flex; flex-wrap: wrap; font-size: 11px; gap: 8px; margin-bottom: 39px; }
.vcp-credit-breadcrumbs a { color: var(--credit-blue); text-decoration: none; }
.vcp-credit-breadcrumbs strong { color: var(--credit-muted); font-weight: 600; }
.vcp-credit-product-hero__grid { align-items: center; display: grid; gap: clamp(55px, 8vw, 125px); grid-template-columns: minmax(0, 1fr) minmax(360px, 470px); }
.vcp-credit-product-hero__copy .vcp-credit-eyebrow { margin-bottom: 23px; }
.vcp-credit-product-hero__quantity {
  color: var(--credit-blue);
  font-size: clamp(72px, 8vw, 122px);
  font-weight: 780;
  letter-spacing: -.08em;
  line-height: .8;
  margin-bottom: 24px;
}
.vcp-credit-product-hero__quantity span { font-size: .48em; font-weight: 600; }
.vcp-credit-product-hero__copy h1 { color: var(--credit-navy); font-size: clamp(44px, 4.7vw, 70px); font-weight: 760; letter-spacing: -.055em; line-height: 1; }
.vcp-credit-product-hero__copy > p:not(.vcp-credit-eyebrow) { color: var(--credit-muted); font-size: 16px; line-height: 1.72; margin-top: 23px !important; max-width: 620px; }
.vcp-credit-product-hero__trust { display: flex; flex-wrap: wrap; gap: 13px 25px; margin-top: 28px; }
.vcp-credit-product-hero__trust span { align-items: center; color: #4e6079; display: flex; font-size: 11px; gap: 8px; }
.vcp-credit-product-hero__trust svg { color: var(--credit-blue); height: 17px; width: 17px; }

.vcp-credit-product-buy {
  background: #fff;
  border: 1px solid #d9e1eb;
  box-shadow: 0 25px 60px rgba(7,29,66,.15), inset 0 0 0 6px #f7f9fc;
  padding: 37px 38px 30px;
  position: relative;
}
.vcp-credit-product-buy__badge { background: var(--credit-orange); color: #fff; font-size: 10px; font-weight: 800; padding: 9px 15px; position: absolute; right: 22px; text-transform: uppercase; top: -14px; }
.vcp-credit-product-buy__badge.is-best-value { background: var(--credit-navy); }
.vcp-credit-product-buy > p { color: var(--credit-blue); font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.vcp-credit-product-buy > strong { display: block; font-size: 22px; margin-top: 11px; }
.vcp-credit-product-buy > span:not(.vcp-credit-product-buy__badge):not(.vcp-credit-btn) { color: var(--credit-muted); display: block; font-size: 12px; margin-top: 7px; }
.vcp-credit-product-buy__price { border-bottom: 1px solid #e2e7ee; border-top: 1px solid #e2e7ee; display: flex; flex-direction: column; margin: 24px 0; padding: 20px 0; }
.vcp-credit-product-buy__price small { color: var(--credit-blue); font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.vcp-credit-product-buy__price b { color: var(--credit-navy); font-size: 42px; letter-spacing: -.045em; margin-top: 5px; }
.vcp-credit-product-buy__price b .woocommerce-Price-currencySymbol { font-size: .65em; }
.vcp-credit-product-buy__price em { color: var(--credit-muted); font-size: 11px; font-style: normal; margin-top: 4px; }
.vcp-credit-product-buy__price span { color: var(--credit-muted); font-size: 11px; margin-top: 13px; }
.vcp-credit-product-buy .vcp-credit-btn { width: 100%; }
.vcp-credit-product-buy__note { color: #718096; display: block; font-size: 10px; line-height: 1.5; margin-top: 13px; text-align: center; }

.vcp-credit-other { background: #fff; padding: 58px 0 70px; }
.vcp-credit-other__head { align-items: center; display: flex; gap: 25px; justify-content: space-between; margin-bottom: 28px; }
.vcp-credit-other__head h2 { color: var(--credit-navy); font-size: 30px; letter-spacing: -.035em; }
.vcp-credit-other__head a { color: var(--credit-blue); font-size: 12px; font-weight: 700; text-decoration: none; }
.vcp-credit-other__grid { display: grid; gap: 18px; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); }
.vcp-credit-card.is-compact { min-height: 430px; padding: 22px 20px 18px; }
.vcp-credit-card.is-compact .vcp-credit-card__quantity { font-size: 43px; height: 94px; margin: 14px auto 10px; width: 94px; }
.vcp-credit-card.is-compact .vcp-credit-card__price { margin-top: 17px; padding-top: 14px; }
.vcp-credit-card.is-compact .vcp-credit-card__price > strong { font-size: 26px; }

.vcp-credit-product-faq { background: #f4f7fb; border-top: 1px solid #dde5ef; padding: 70px 0; }
.vcp-credit-product-faq__grid { align-items: start; display: grid; gap: 75px; grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr); }
.vcp-credit-product-faq header .vcp-credit-eyebrow { margin-bottom: 14px; }
.vcp-credit-product-faq .vcp-credit-faq { padding: 10px 32px 20px; }

/* Responsive ---------------------------------------------------------- */
@media (min-width: 1441px) {
  .vcp-credit-store .vcp-credit-hero__stage,
  .vcp-credit-store .vcp-credit-hero__trust-row .vcp-credit-trust {
    width: min(calc(100% - 96px), 1560px);
  }
}

@media (min-width: 1181px) {
  .vcp-credit-hero__copy h1 { white-space: nowrap; }
  .vcp-credit-flow__heading h2 { white-space: nowrap; }
}

/* Header compacto sem perder logo, menu, carrinho, Área do Aluno ou CTA. */
@media (min-width: 1181px) and (max-width: 1350px) {
  html body .vcp-credit-store .vcp-hdr .vcp-wrap.vcp-hdr__in {
    max-width: 1340px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
    width: calc(100% - 16px) !important;
  }
  html body .vcp-credit-store .vcp-hdr__in { gap: 6px !important; min-height: 66px !important; }
  html body .vcp-credit-store .vcp-logo__img { height: 49px !important; max-width: 220px !important; width: auto !important; }
  html body .vcp-credit-store .vcp-nav { flex: 1 1 auto !important; min-width: 0 !important; padding-left: 0 !important; padding-right: 0 !important; }
  html body .vcp-credit-store .vcp-navlist--main { gap: 0 !important; padding: 2px !important; }
  html body .vcp-credit-store .vcp-navlist--main > li > a {
    font-size: clamp(11.5px, .92vw, 12.4px) !important;
    letter-spacing: -.012em !important;
    min-height: 32px !important;
    padding: 6px clamp(5px, .5vw, 7px) !important;
    white-space: nowrap !important;
  }
  html body .vcp-credit-store .vcp-navlist--main .menu-item-has-children > a::after { margin-left: 4px !important; }
  html body .vcp-credit-store .vcp-hdr__right { flex: 0 0 auto !important; gap: 5px !important; min-width: 0 !important; }
  html body .vcp-credit-store .vcp-cart-recovery__btn { height: 38px !important; width: 38px !important; }
  html body .vcp-credit-store .vcp-account__btn { gap: 4px !important; min-height: 36px !important; padding: 3px 6px 3px 3px !important; }
  html body .vcp-credit-store .vcp-account__avatar { height: 30px !important; width: 30px !important; }
  html body .vcp-credit-store .vcp-account__copy b { font-size: 11px !important; max-width: 74px !important; }
  html body .vcp-credit-store .vcp-account__copy small { font-size: 8px !important; }
  html body .vcp-credit-store .vcp-hdr__cta { font-size: 12px !important; min-height: 38px !important; padding: 8px 11px !important; white-space: nowrap !important; }
}

@media (min-width: 931px) and (max-width: 1180px) {
  html body .vcp-credit-store .vcp-hdr .vcp-wrap.vcp-hdr__in {
    max-width: 1170px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
    width: calc(100% - 16px) !important;
  }
  html body .vcp-credit-store .vcp-hdr__in { gap: 6px !important; min-height: 64px !important; padding-bottom: 7px !important; padding-top: 7px !important; }
  html body .vcp-credit-store .vcp-logo__img { height: 48px !important; max-width: 218px !important; width: auto !important; }
  html body .vcp-credit-store .vcp-nav { display: flex !important; flex: 1 1 auto !important; min-width: 0 !important; }
  html body .vcp-credit-store .vcp-navlist--main { gap: 0 !important; padding: 2px !important; }
  html body .vcp-credit-store .vcp-navlist--main > li { display: block !important; }
  html body .vcp-credit-store .vcp-navlist--main > li > a {
    font-size: clamp(11.4px, 1.03vw, 12.3px) !important;
    letter-spacing: -.012em !important;
    min-height: 31px !important;
    padding: 6px clamp(4px, .55vw, 7px) !important;
    white-space: nowrap !important;
  }
  html body .vcp-credit-store .vcp-navlist--main .menu-item-has-children > a::after { margin-left: 3px !important; }
  html body .vcp-credit-store .vcp-hdr__right { flex: 0 0 auto !important; gap: 5px !important; min-width: 0 !important; }
  html body .vcp-credit-store .vcp-cart-recovery__btn { height: 36px !important; width: 36px !important; }
  html body .vcp-credit-store .vcp-account__btn { gap: 4px !important; min-height: 36px !important; padding: 3px 6px 3px 3px !important; }
  html body .vcp-credit-store .vcp-account__avatar { height: 30px !important; width: 30px !important; }
  html body .vcp-credit-store .vcp-account__copy small { display: none !important; }
  html body .vcp-credit-store .vcp-account__copy b { font-size: 10.8px !important; max-width: 64px !important; }
  html body .vcp-credit-store .vcp-hdr__cta { display: inline-flex !important; font-size: 11.7px !important; min-height: 37px !important; padding: 8px 10px !important; white-space: nowrap !important; }
  html body .vcp-credit-store .vcp-burger { display: none !important; }
}

/* O rodapé reduz a quantidade de colunas antes que suas larguras mínimas
   provoquem corte horizontal. */
@media (min-width: 1051px) and (max-width: 1350px) {
  .vcp-credit-store .vcp-footer__grid {
    gap: 34px;
    grid-template-columns: minmax(200px, .85fr) minmax(180px, .65fr) minmax(300px, 1.15fr);
  }
  .vcp-credit-store .vcp-footer__grid > * { min-width: 0; }
  .vcp-credit-store .vcp-footer__trust { grid-column: 1 / -1; }
  .vcp-credit-store .vcp-footer__trust .vcp-footer__badges,
  .vcp-credit-store .vcp-footer__trust .vcp-footer__fallback-seals {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 220px));
  }
}

@media (min-width: 931px) and (max-width: 1050px) {
  .vcp-credit-store .vcp-footer__grid { gap: 34px 30px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vcp-credit-store .vcp-footer__grid > * { min-width: 0; }
}

@media (max-width: 1180px) {
  .vcp-credit-hero__canvas,
  .vcp-credit-hero__stage { min-height: 400px; }
  .vcp-credit-store .vcp-credit-hero__stage {
    grid-template-columns: minmax(0, 45%) minmax(0, 55%);
    max-width: 1180px;
    padding-left: 18px;
    padding-right: 18px;
    width: min(100% - 36px, 1180px);
  }
  .vcp-credit-hero__copy-panel { padding-right: 25px; }
  .vcp-credit-hero__copy h1 { font-size: clamp(43px, 4.65vw, 54px); }
  .vcp-credit-hero__text { font-size: 16px; max-width: 470px; }
  .vcp-credit-hero__visual { min-height: 400px; }
  .vcp-credit-hero__visual img { left: 0; width: 116%; }
  .vcp-credit-hero__marks--left { opacity: .25; }
  .vcp-credit-feedback-card { right: 22px; top: 32px; }
  .vcp-credit-trust > span { padding-left: 18px; padding-right: 18px; }
  .vcp-credit-packages__grid { gap: 18px; grid-template-columns: repeat(2, minmax(240px, 1fr)); max-width: 820px; }
  .vcp-credit-packages__grid { padding-top: 28px; }
  .vcp-credit-flow__steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vcp-credit-flow__steps::before,
  .vcp-credit-flow__steps li::after { display: none; }
  .vcp-credit-flow__steps li { border-bottom: 1px solid #e0e8f1; min-height: 245px; }
  .vcp-credit-flow__steps li:nth-child(2n) { border-right: 0; }
  .vcp-credit-flow__steps li:nth-last-child(-n+2) { border-bottom: 0; }
  .vcp-credit-flow__steps li.is-analysis { border-radius: 0; margin: 0; min-height: 270px; padding: 31px 28px 26px; }
  .vcp-credit-final { padding-left: 34px; padding-right: 34px; }
  .vcp-credit-final h2 { font-size: 38px; }
  .vcp-credit-final__action { flex-wrap: wrap; }
}

@media (max-width: 1040px) {
  .vcp-credit-closing__grid { grid-template-columns: 1fr; }
  .vcp-credit-final { min-height: 390px; }
}

@media (max-width: 900px) {
  .vcp-credit-store .vcp-wrap { width: min(100% - 36px, 760px); }
  .vcp-credit-hero__canvas {
    background:
      radial-gradient(circle at 87% 12%, rgba(24,118,221,.28), transparent 31%),
      linear-gradient(145deg, #031839, #07377a);
  }
  .vcp-credit-hero__canvas::before { opacity: .2; }
  .vcp-credit-hero__authority-bg { display: none; }
  .vcp-credit-store .vcp-credit-hero__stage { grid-template-columns: 1fr; max-width: none; min-height: 0; padding-left: 0; padding-right: 0; width: 100%; }
  .vcp-credit-hero__copy-panel { min-height: 365px; order: 1; padding: 46px 28px 35px; }
  .vcp-credit-hero__copy { max-width: 680px; }
  .vcp-credit-hero__copy h1 { font-size: clamp(47px, 8vw, 61px); max-width: 650px; }
  .vcp-credit-hero__text { max-width: 620px; }
  .vcp-credit-hero__marks--left { inset: 0 0 0 66%; opacity: .2; }
  .vcp-credit-hero__visual {
    background:
      radial-gradient(circle at 68% 35%, #fff 0%, rgba(255,255,255,.75) 27%, transparent 55%),
      linear-gradient(145deg, #d9efff, #f7fcff);
    border-radius: 48% 0 0 0 / 44px 0 0 0;
    min-height: 390px;
    order: 2;
    overflow: hidden;
  }
  .vcp-credit-hero__visual img { height: 100%; left: -2%; object-position: var(--vcp-credit-hero-mobile-x) var(--vcp-credit-hero-mobile-y); top: 0; width: 104%; }
  .vcp-credit-feedback-card { right: 25px; top: 30px; }
  .vcp-credit-flow { padding: 64px 0 70px; }
  .vcp-credit-flow__head { align-items: start; gap: 25px; grid-template-columns: 1fr; margin-bottom: 38px; }
  .vcp-credit-flow__heading h2 { max-width: 680px; }
  .vcp-credit-flow__intro { border-left: 0; border-top: 1px solid #d4e1ee; padding-left: 0; padding-top: 22px; }
  .vcp-credit-flow__intro > p { max-width: 680px; }
  .vcp-credit-flow__mark { display: none; }
  .vcp-credit-closing__grid { grid-template-columns: 1fr; }
  .vcp-credit-final { min-height: 380px; }
  .vcp-credit-product-hero__grid { gap: 45px; grid-template-columns: 1fr; }
  .vcp-credit-product-buy { max-width: 560px; width: 100%; }
  .vcp-credit-product-faq__grid { gap: 30px; grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .vcp-credit-store .vcp-wrap { width: calc(100% - 28px); }
  .vcp-credit-eyebrow { font-size: 10px; }
  .vcp-credit-hero__stage { width: 100%; }
  .vcp-credit-hero__copy-panel { min-height: 0; padding: 36px 20px 31px; }
  .vcp-credit-hero__copy .vcp-credit-eyebrow { gap: 11px; white-space: normal; }
  .vcp-credit-hero__copy .vcp-credit-eyebrow::after { width: 46px; }
  .vcp-credit-hero__copy h1 { font-size: clamp(43px, 13.4vw, 54px); line-height: .94; }
  .vcp-credit-hero__text { font-size: 16px; margin-top: 17px !important; }
  .vcp-credit-hero__copy .vcp-credit-btn { margin-top: 24px; min-width: 0; width: 100%; }
  .vcp-credit-hero__note { align-items: flex-start; flex-wrap: wrap; margin-top: 15px !important; }
  .vcp-credit-hero__note svg { margin-top: 1px; }
  .vcp-credit-hero__marks--left { display: none; }
  .vcp-credit-hero__visual { border-radius: 46% 0 0 0 / 32px 0 0 0; min-height: 290px; }
  .vcp-credit-hero__marks--right { opacity: .36; }
  .vcp-credit-feedback-card { padding: 15px 15px 7px; right: 14px; top: 18px; width: 225px; }
  .vcp-credit-feedback-card > div { padding: 8px 0; }
  .vcp-credit-store .vcp-credit-hero__trust-row .vcp-credit-trust { display: grid; grid-template-columns: 1fr; padding-left: 0; padding-right: 0; width: calc(100% - 28px); }
  .vcp-credit-trust > span { justify-content: flex-start; min-height: 54px; padding: 11px 17px; }
  .vcp-credit-trust > span:not(:last-child)::after { bottom: -2px; left: 29px; right: auto; top: auto; }
  .vcp-credit-packages { padding: 43px 0 26px; }
  .vcp-credit-section-head { margin-bottom: 31px; }
  .vcp-credit-section-head h2,
  .vcp-credit-faq > h2,
  .vcp-credit-product-faq h2 { font-size: 34px; }
  .vcp-credit-packages__grid { display: flex; gap: 14px; margin-left: -14px; margin-right: -14px; overflow-x: auto; padding: 31px 14px 19px; scroll-padding-left: 14px; scroll-snap-type: x mandatory; }
  .vcp-credit-packages__grid::-webkit-scrollbar { height: 5px; }
  .vcp-credit-packages__grid::-webkit-scrollbar-thumb { background: #b8c9dd; border-radius: 99px; }
  .vcp-credit-packages__grid .vcp-credit-card { flex: 0 0 min(83vw, 315px); min-height: 440px; scroll-snap-align: center; }
  .vcp-credit-card.is-recommended { transform: none; }
  .vcp-credit-card.is-recommended:hover { transform: translateY(-4px); }
  .vcp-credit-student-note { align-items: flex-start; border-radius: 14px; flex-wrap: wrap; line-height: 1.5; padding: 10px 13px; }
  .vcp-credit-flow { padding: 50px 0 55px; }
  .vcp-credit-flow__dots { height: 85px; opacity: .3; top: 28px; width: 78px; }
  .vcp-credit-flow__head { gap: 20px; margin-bottom: 31px; }
  .vcp-credit-flow__heading h2 { font-size: 36px; }
  .vcp-credit-flow__intro { padding-top: 18px; }
  .vcp-credit-flow__intro > p { font-size: 13px; }
  .vcp-credit-flow__intro > span { align-items: flex-start; border-radius: 10px; line-height: 1.45; }
  .vcp-credit-flow__steps {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    display: block;
    padding-left: 0;
  }
  .vcp-credit-flow__steps::before {
    background: linear-gradient(180deg, var(--credit-orange), var(--credit-blue) 35%, var(--credit-cyan));
    bottom: 35px;
    display: block;
    height: auto;
    left: 24px;
    right: auto;
    top: 34px;
    width: 2px;
  }
  .vcp-credit-flow__steps li,
  .vcp-credit-flow__steps li.is-analysis {
    background: #fff;
    border: 1px solid #d8e3ee;
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(7,29,66,.07);
    display: block;
    margin: 0 0 12px 64px;
    min-height: 0;
    padding: 21px 19px 19px;
  }
  .vcp-credit-flow__steps li:last-child { margin-bottom: 0; }
  .vcp-credit-flow__steps li.is-analysis {
    background:
      radial-gradient(circle at 88% 12%, rgba(71,181,255,.18), transparent 30%),
      linear-gradient(145deg, #edf7ff, #fff);
    border-color: #a9cdeb;
    border-top: 3px solid var(--credit-blue);
    box-shadow: 0 16px 34px rgba(7,29,66,.13);
  }
  .vcp-credit-flow__step-top {
    left: -65px;
    margin: 0;
    position: absolute;
    right: 19px;
    top: 21px;
  }
  .vcp-credit-flow__number { order: 2; }
  .vcp-credit-flow__icon { box-shadow: 0 0 0 6px #f2f7fc, 0 7px 16px rgba(7,29,66,.12); height: 48px; order: 1; width: 48px; }
  .vcp-credit-flow__steps li.is-analysis .vcp-credit-flow__icon { box-shadow: 0 0 0 6px #f2f7fc, 0 7px 16px rgba(7,29,66,.16); }
  .vcp-credit-flow__steps h3 { font-size: 17px; padding-right: 28px; }
  .vcp-credit-flow__steps li > p { font-size: 12.5px; }
  .vcp-credit-flow__meta { margin-top: 15px; padding-top: 0; }
  .vcp-credit-closing { padding: 35px 0 42px; }
  .vcp-credit-faq { padding: 25px 20px; }
  .vcp-credit-final { min-height: 0; padding: 32px 23px 28px; }
  .vcp-credit-final h2 { font-size: 37px; }
  .vcp-credit-final__text { font-size: 12.5px; }
  .vcp-credit-final__points { margin-top: 18px !important; padding: 7px 12px !important; }
  .vcp-credit-final__action { align-items: stretch; flex-direction: column; gap: 11px; padding-top: 20px; }
  .vcp-credit-final__button { justify-content: center; width: 100%; }
  .vcp-credit-final__action small { max-width: none; }
  .vcp-credit-product-hero { padding: 20px 0 50px; }
  .vcp-credit-breadcrumbs { margin-bottom: 32px; }
  .vcp-credit-product-hero__quantity { font-size: 82px; }
  .vcp-credit-product-hero__copy h1 { font-size: 43px; }
  .vcp-credit-product-hero__trust { align-items: flex-start; flex-direction: column; }
  .vcp-credit-product-buy { padding: 31px 24px 24px; }
  .vcp-credit-other { padding: 42px 0 52px; }
  .vcp-credit-other__head { align-items: flex-start; flex-direction: column; gap: 11px; }
  .vcp-credit-other__grid { display: flex; margin-left: -14px; margin-right: -14px; overflow-x: auto; padding: 29px 14px 16px; scroll-snap-type: x mandatory; }
  .vcp-credit-other__grid .vcp-credit-card { flex: 0 0 min(82vw, 300px); scroll-snap-align: center; }
  .vcp-credit-product-faq { padding: 49px 0; }
  .vcp-credit-product-faq .vcp-credit-faq { padding: 5px 19px 17px; }
}

@media (prefers-reduced-motion: reduce) {
  .vcp-credit-store *,
  .vcp-credit-store *::before,
  .vcp-credit-store *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
