/* Clube do Pintor Amigo — cores do selo, composição editorial e cadastro acessível. */
.cpa {
  --cpa-blue: #243f65;
  --cpa-blue-d: #19314f;
  --cpa-yellow: #f0b541;
  --cpa-red: #ac302e;
  --cpa-ink: #233449;
  --cpa-muted: #596575;
  --cpa-line: #d7dce1;
  --cpa-bg: #f5f4f0;
  color: var(--cpa-ink);
  background: #fff;
  font-size: 1rem;
  line-height: 1.65;
  caret-color: var(--cpa-blue);
  text-underline-offset: .25em;
  scrollbar-color: var(--cpa-muted) var(--cpa-bg);
}
.cpa [hidden] { display: none !important; }
.cpa ::selection { background: var(--cpa-yellow); color: var(--cpa-blue-d); }
.cpa-wrap { width: 100%; max-width: 76rem; margin-inline: auto; padding-inline: 32px; }
.cpa h1, .cpa h2, .cpa h3 { text-wrap: balance; }
.cpa h2 { margin: 0; font-size: clamp(1.8rem, 1.2rem + 1.7vw, 2.55rem); line-height: 1.16; font-weight: 700; letter-spacing: -.03em; }
.cpa h3 { margin: 0 0 10px; font-size: 1.2rem; line-height: 1.35; font-weight: 650; letter-spacing: -.015em; }
.cpa a:focus-visible, .cpa button:focus-visible, .cpa input:focus-visible, .cpa select:focus-visible, .cpa-done:focus-visible { outline: 3px solid var(--cpa-blue); outline-offset: 4px; }
.cpa-btn { display: inline-flex; justify-content: center; align-items: center; gap: 22px; min-height: 54px; padding: 15px 26px; border: 0; border-radius: 6px; background: var(--cpa-blue); color: #fff; font: inherit; font-weight: 650; line-height: 1.35; cursor: pointer; text-align: center; text-decoration: none; transition: background .18s ease; }
.cpa-btn:hover { background: var(--cpa-blue-d); }
.cpa-btn:active { background: #12253d; }
.cpa-btn svg { width: 21px; height: 21px; flex: none; }
.cpa-btn[disabled] { opacity: .65; cursor: progress; }
.cpa-btn--full { width: 100%; margin-top: 12px; }

/* A assinatura do programa é o próprio selo, sem ornamentos concorrentes. */
.cpa-hero { padding: 76px 0 84px; background: var(--cpa-blue); color: #fff; }
.cpa-hero__grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); gap: 64px; align-items: center; }
.cpa-hero h1 { margin: 0; max-width: 12ch; font-size: clamp(2.75rem, 1.4rem + 3.4vw, 4.5rem); line-height: 1.04; font-weight: 750; letter-spacing: -.035em; text-wrap: initial; }
.cpa-hero h1 span { color: var(--cpa-yellow); }
.cpa-hero__lead { max-width: 44ch; margin: 26px 0 0; font-size: 1.125rem; line-height: 1.65; color: #e1e7ef; }
.cpa-hero__lead strong { font-weight: 600; color: #fff; }
.cpa-hero__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 16px 28px; margin-top: 32px; }
.cpa-btn--hero { background: var(--cpa-yellow); color: var(--cpa-blue-d); }
.cpa-btn--hero:hover { background: #ffca60; }
.cpa-btn--hero:active { background: #dfa32b; }
.cpa-hero a:focus-visible { outline-color: #fff; }
.cpa-text-link { display: inline-flex; align-items: center; min-height: 44px; color: #fff; font-size: .95rem; text-decoration: underline; text-decoration-color: #93a4bd; }
.cpa-text-link:hover { text-decoration-color: #fff; }
.cpa-hero__seal { display: block; }
.cpa-hero__seal img { display: block; width: min(100%, 348px); height: auto; margin: 0 auto; }

.cpa-note { margin-top: 10px !important; font-size: .875rem; }


.cpa-form-panel { min-width: 0; padding: 36px; border: 1px solid var(--cpa-line); border-radius: 12px; background: #fff; scroll-margin-top: 100px; }
.cpa-fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.cpa-fieldset + .cpa-fieldset { margin-top: 12px; padding-top: 28px; border-top: 1px solid var(--cpa-line); }
.cpa-fieldset legend { float: left; width: 100%; margin: 0 0 20px; padding: 0; font-size: 1.15rem; line-height: 1.3; font-weight: 650; letter-spacing: -.015em; }
.cpa-fieldset legend + * { clear: both; }
.cpa-field { display: flex; flex-direction: column; gap: 7px; min-width: 0; margin-bottom: 20px; }
.cpa-field label { font-size: .875rem; line-height: 1.4; font-weight: 600; }
.cpa-opt { font-weight: 400; color: var(--cpa-muted); }
.cpa input[type=text], .cpa input[type=tel], .cpa input[type=email], .cpa select { width: 100%; min-height: 48px; padding: 11px 12px; border: 1px solid #abb5c1; border-radius: 5px; background: #fff; color: var(--cpa-ink); font: inherit; font-size: 16px; line-height: 1.5; transition: border-color .18s ease; }
.cpa input::placeholder { color: #677384; opacity: 1; }
.cpa input:hover, .cpa select:hover { border-color: var(--cpa-blue); }
.cpa input:focus, .cpa select:focus { border-color: var(--cpa-blue); }
.cpa .is-invalid { border-color: var(--cpa-red) !important; }
.cpa-row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 0 18px; }
.cpa-row--cep { grid-template-columns: minmax(0, 1fr); max-width: 32ch; }
.cpa-row--city { grid-template-columns: minmax(0, 1fr) 96px; }
.cpa-err { color: var(--cpa-red); font-size: .8125rem; line-height: 1.5; }
.cpa-err:empty { display: none; }
.cpa-hint { font-size: .8125rem; line-height: 1.5; color: var(--cpa-muted); }
.cpa-check { display: flex; align-items: flex-start; gap: 11px; margin: 4px 0; font-size: .875rem; line-height: 1.6; cursor: pointer; }
.cpa-check input { flex: none; width: 19px; height: 19px; margin: 2px 0 0; accent-color: var(--cpa-blue); }
.cpa-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.cpa-turnstile { margin: 14px 0 4px; }
.cpa-alert { margin: 12px 0; padding: 12px 14px; border: 1px solid #e1aaa3; border-radius: 6px; background: #fff3f1; color: #84231c; font-size: .9375rem; }
.cpa-privacy { margin: 16px 0 0; font-size: .8125rem; line-height: 1.6; color: var(--cpa-muted); }
.cpa-privacy a { text-decoration: underline; color: var(--cpa-blue); }
.cpa-done { max-width: 44rem; margin: 0 auto; padding: 40px; border: 1px solid var(--cpa-line); border-radius: 12px; background: #fff; text-align: center; scroll-margin-top: 120px; }
.cpa-done img { display: block; margin: 0 auto 24px; }
.cpa-done p { margin: 18px 0 0; color: var(--cpa-muted); }
.cpa-remind { margin-top: 24px !important; padding-top: 24px; border-top: 1px solid var(--cpa-line); }

@media (max-width: 1000px) {
  .cpa-hero__grid { gap: 32px; }
  .cpa-form-panel { padding: 28px; }
}
/* Ajuste do cabeçalho compartilhado apenas nesta página, na largura de tablet. */
@media (min-width: 768px) and (max-width: 1023px) {
  body:has(.cpa) > nav .md\:block { display: none; }
  body:has(.cpa) > nav .md\:hidden.flex-shrink-0 { display: block; }
  body:has(.cpa) #mobile-menu:not(.hidden) { display: block; }
  body:has(.cpa) > footer .grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .cpa-wrap { padding-inline: 24px; }
  .cpa-hero { padding: 48px 0; }
  .cpa-hero__grid { grid-template-columns: minmax(0, 1fr); gap: 36px; }
  /* website.css impõe um h1 global com !important no celular. */
  .cpa-hero h1 { font-size: clamp(2.5rem, 8.5vw, 3.8rem) !important; }
  .cpa-hero__lead { max-width: 44ch; margin-top: 20px; font-size: 1rem; }
  .cpa-hero__actions { margin-top: 24px; gap: 12px 24px; }
  .cpa-hero__seal img { width: min(48vw, 220px); }
}
@media (max-width: 480px) {
  .cpa-wrap { padding-inline: 20px; }
  .cpa-hero__actions { gap: 12px 20px; }
  .cpa-btn--hero { padding-inline: 20px; gap: 16px; }
  .cpa-form-panel { padding: 24px 18px; }
  .cpa-row { grid-template-columns: minmax(0, 1fr); }
  .cpa-row--city { grid-template-columns: minmax(0, 1fr) 82px; gap: 12px; }
  .cpa-done { padding: 28px 20px; }
}
@media (prefers-reduced-motion: reduce) {
  .cpa *, .cpa *::before, .cpa *::after { transition: none !important; scroll-behavior: auto !important; }
}

/* ---------- Formulário em 3 etapas (barra do rolo de tinta) ---------- */
.cpa-progress { margin: 0 0 6px; }
.cpa-progress__track { position: relative; height: 10px; margin: 14px 14px 0 0; border-radius: 99px; background: #e7eaee; }
.cpa-progress__paint { position: absolute; inset: 0; border-radius: 99px; background: var(--cpa-yellow); transform: scaleX(var(--p, 0)); transform-origin: left center; transition: transform .7s cubic-bezier(.22, 1, .36, 1); }
.cpa-progress__rail { position: absolute; inset: 0; transform: translateX(calc(var(--p, 0) * 100%)); transition: transform .7s cubic-bezier(.22, 1, .36, 1); pointer-events: none; }
.cpa-progress__roller { position: absolute; top: 50%; left: 0; width: 34px; height: 34px; margin: -22px 0 0 -12px; color: var(--cpa-yellow); }
.cpa-progress__roller svg { display: block; width: 100%; height: 100%; filter: drop-shadow(0 2px 3px rgba(20, 35, 60, .25)); }
.cpa-progress.is-moving .cpa-progress__roller svg { animation: cpa-roll .7s ease-in-out; }
@keyframes cpa-roll { 0%, 100% { transform: rotate(0); } 35% { transform: rotate(-9deg); } 70% { transform: rotate(5deg); } }
.cpa-progress__steps { display: grid; grid-template-columns: repeat(3, 1fr); margin: 16px 0 0; padding: 0; list-style: none; font-size: .8125rem; font-weight: 600; color: var(--cpa-muted); }
.cpa-progress__steps li { display: flex; align-items: center; gap: 8px; }
.cpa-progress__steps li:nth-child(2) { justify-content: center; }
.cpa-progress__steps li:nth-child(3) { justify-content: flex-end; }
.cpa-progress__dot { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; border: 1.5px solid #b9c2cd; background: #fff; font-size: .75rem; font-variant-numeric: tabular-nums; transition: background .25s ease, border-color .25s ease, color .25s ease; }
.cpa-progress__steps li.is-current { color: var(--cpa-ink); }
.cpa-progress__steps li.is-current .cpa-progress__dot { border-color: var(--cpa-blue); color: var(--cpa-blue); }
.cpa-progress__steps li.is-done { color: var(--cpa-ink); }
.cpa-progress__steps li.is-done .cpa-progress__dot { border-color: var(--cpa-blue); background: var(--cpa-blue); color: transparent; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E"); background-size: 13px; background-position: center; background-repeat: no-repeat; }
.cpa-step-count { margin: 18px 0 24px; font-size: .8125rem; color: var(--cpa-muted); }
.cpa-step[hidden] { display: none; }
.cpa-step { animation: cpa-in .35s ease-out; }
@keyframes cpa-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.cpa-step legend { outline: none; font-size: clamp(1.3rem, 1.1rem + .6vw, 1.55rem); }
.cpa-step-sub { clear: both; margin: -8px 0 22px; color: var(--cpa-muted); font-size: .9375rem; }
.cpa-step-actions { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 22px; }
.cpa-step-actions .cpa-btn--next { margin-left: auto; min-width: 190px; }
.cpa-back { min-height: 44px; padding: 0 4px; border: 0; background: none; color: var(--cpa-muted); font: inherit; font-size: .9375rem; text-decoration: underline; text-decoration-color: #b9c2cd; text-underline-offset: 3px; cursor: pointer; }
.cpa-back:hover { color: var(--cpa-ink); }
.cpa-link-btn { min-height: 40px; padding: 0; border: 0; background: none; color: var(--cpa-blue); font: inherit; font-size: .9375rem; font-weight: 600; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.cpa-cep-help { margin: -6px 0 6px; }
.cpa-addr { animation: cpa-in .35s ease-out; }
.cpa-addr[hidden] { display: none; }

.cpa-dialog { position: fixed; inset: 0; margin: auto; height: fit-content; max-height: calc(100vh - 32px); overflow: auto; width: min(92vw, 440px); padding: 30px 28px 26px; border: 0; border-radius: 12px; color: var(--cpa-ink); box-shadow: 0 30px 70px -20px rgba(15, 30, 55, .45); }
.cpa-dialog::backdrop { background: rgba(15, 26, 44, .55); }
.cpa-dialog h3 { margin: 0 34px 10px 0; font-size: 1.25rem; }
.cpa-dialog p { margin: 0 0 22px; color: var(--cpa-muted); line-height: 1.6; }
.cpa-dialog__actions { display: flex; flex-direction: column; align-items: stretch; gap: 10px; }
.cpa-dialog__actions .cpa-link-btn { align-self: center; }
.cpa-dialog__close { position: absolute; top: 14px; right: 14px; display: grid; place-items: center; width: 36px; height: 36px; border: 0; border-radius: 50%; background: #eef1f4; color: var(--cpa-ink); cursor: pointer; }
.cpa-dialog__close svg { width: 18px; height: 18px; }

.cpa-stamp { animation: cpa-stamp .7s cubic-bezier(.16, 1, .3, 1) both; }
@keyframes cpa-stamp { 0% { opacity: 0; transform: scale(1.6) rotate(-14deg); } 70% { opacity: 1; transform: scale(.94) rotate(3deg); } 100% { transform: scale(1) rotate(0); } }

@media (max-width: 560px) {
  .cpa-progress__steps { font-size: .75rem; }
  .cpa-progress__steps li { gap: 6px; }
  .cpa-step-actions .cpa-btn--next { min-width: 0; flex: 1; }
}
@media (prefers-reduced-motion: reduce) {
  .cpa-progress__paint, .cpa-progress__rail { transition: none; }
  .cpa-progress.is-moving .cpa-progress__roller svg, .cpa-step, .cpa-addr, .cpa-stamp { animation: none; }
}
.cpa-done:focus, .cpa-step legend:focus { outline: none; }


/* Pop-up da Política de Privacidade */
.cpa-dialog--doc { width: min(94vw, 720px); padding: 28px 0 0; flex-direction: column; overflow: hidden; }
.cpa-dialog--doc[open] { display: flex; }
.cpa-dialog--doc h3 { margin: 0 64px 14px 28px; }
.cpa-doc { flex: 1; min-height: 0; overflow-y: auto; padding: 4px 28px 20px; border-top: 1px solid var(--cpa-line); font-size: .9375rem; line-height: 1.65; color: var(--cpa-ink); overscroll-behavior: contain; }
.cpa-doc h2 { margin: 22px 0 8px; font-size: 1.05rem; line-height: 1.35; font-weight: 700; }
.cpa-doc p { margin: 0 0 12px; color: var(--cpa-muted); }
.cpa-doc ul { margin: 0 0 12px; padding: 0; list-style: none; color: var(--cpa-muted); }
.cpa-doc li { margin: 0 0 6px; }
.cpa-doc a { color: var(--cpa-blue); text-decoration: underline; }
.cpa-dialog__foot { display: flex; justify-content: flex-end; padding: 14px 28px 18px; border-top: 1px solid var(--cpa-line); background: #fff; }

/* ---------- Hero: benefícios com check já na primeira dobra ---------- */
.cpa-checks { display: grid; gap: 12px; margin: 26px 0 0; padding: 0; list-style: none; }
.cpa-checks li { display: flex; align-items: flex-start; gap: 12px; font-size: 1.0625rem; line-height: 1.45; color: #e1e7ef; }
.cpa-checks strong { color: #fff; font-weight: 650; }
.cpa-tick { display: grid; place-items: center; flex: none; width: 26px; height: 26px; margin-top: -1px; border-radius: 50%; background: var(--cpa-yellow); color: var(--cpa-blue-d); }
.cpa-tick svg { width: 15px; height: 15px; }

/* ---------- Por que participar? ---------- */
.cpa-why { padding: 84px 0 88px; }
.cpa-section-sub { max-width: 52ch; margin: 14px 0 0; color: var(--cpa-muted); font-size: 1.0625rem; }
.cpa-benefit-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; margin: 40px 0 0; padding: 0; list-style: none; }
.cpa-benefit { --tone: var(--cpa-blue); --tint: #e8eef7; padding: 26px 24px 24px; border-radius: 14px; background: var(--tint); }
.cpa-benefit--red { --tone: var(--cpa-red); --tint: #fbefee; }
.cpa-benefit--yellow { --tone: #b07608; --tint: #fdf5e2; }
.cpa-benefit--blue { --tone: #2f5c9e; --tint: #edf2fa; }
.cpa-benefit--green { --tone: #3a7f1a; --tint: #eef6e8; }
.cpa-ico { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 18px; border-radius: 14px; background: #fff; color: var(--tone); box-shadow: 0 1px 2px rgba(20, 35, 60, .08), 0 6px 14px -8px rgba(20, 35, 60, .25); }
.cpa-ico svg { width: 27px; height: 27px; }
.cpa-benefit h3 { margin-bottom: 8px; font-size: 1.15rem; }
.cpa-benefit p { margin: 0; color: var(--cpa-muted); font-size: .9688rem; line-height: 1.6; }
.cpa-benefit strong { color: var(--cpa-ink); font-weight: 600; }
.cpa-note { margin-top: 10px !important; font-size: .8125rem !important; }
.cpa-mini { margin: 8px 0 0; padding: 0; list-style: none; color: var(--cpa-muted); font-size: .9375rem; }
.cpa-mini li { position: relative; padding-left: 16px; }
.cpa-mini li::before { content: ""; position: absolute; left: 2px; top: .7em; width: 6px; height: 6px; border-radius: 50%; background: var(--tone); }
.cpa-section-cta { display: flex; justify-content: center; margin-top: 40px; }

/* ---------- Como funciona ---------- */
.cpa-how { padding: 76px 0 80px; background: var(--cpa-bg); scroll-margin-top: 100px; }
.cpa-steps { position: relative; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; margin: 40px 0 0; padding: 0; list-style: none; }
.cpa-steps::before { content: ""; position: absolute; top: 26px; left: 26px; right: 33%; height: 2px; background: repeating-linear-gradient(90deg, #b9c2cd 0 8px, transparent 8px 14px); }
.cpa-steps > li { position: relative; }
.cpa-steps__num { position: relative; display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 18px; border-radius: 50%; background: var(--cpa-blue); color: #fff; font-size: 1.3rem; font-weight: 750; box-shadow: 0 0 0 6px var(--cpa-bg); }
.cpa-steps > li:last-child .cpa-steps__num { background: var(--cpa-yellow); color: var(--cpa-blue-d); }
.cpa-steps p { margin: 0; color: var(--cpa-muted); }

/* ---------- Perguntas frequentes ---------- */
.cpa-faq { padding: 80px 0; }
.cpa-narrow { max-width: 50rem; }
.cpa-faq__list { margin-top: 30px; border-top: 1px solid var(--cpa-line); }
.cpa-faq__item { border-bottom: 1px solid var(--cpa-line); }
.cpa-faq__item summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 60px; padding: 16px 0; font-weight: 650; font-size: 1.0625rem; line-height: 1.4; cursor: pointer; list-style: none; }
.cpa-faq__item summary::-webkit-details-marker { display: none; }
.cpa-faq__item summary:hover { color: var(--cpa-blue); }
.cpa-faq__plus { position: relative; flex: none; width: 28px; height: 28px; border-radius: 50%; background: #eef1f4; transition: background .2s ease, transform .25s ease; }
.cpa-faq__plus::before, .cpa-faq__plus::after { content: ""; position: absolute; left: 50%; top: 50%; width: 12px; height: 2px; margin: -1px 0 0 -6px; border-radius: 2px; background: var(--cpa-blue); }
.cpa-faq__plus::after { transform: rotate(90deg); transition: transform .25s ease; }
.cpa-faq__item[open] .cpa-faq__plus { background: var(--cpa-yellow); }
.cpa-faq__item[open] .cpa-faq__plus::after { transform: rotate(0); }
.cpa-faq__item p { margin: 0 0 20px; padding-right: 44px; color: var(--cpa-muted); }

/* ---------- Faixa final ---------- */
.cpa-final { padding: 76px 0 80px; background: var(--cpa-blue); color: #fff; text-align: center; }
.cpa-final__inner { display: flex; flex-direction: column; align-items: center; }
.cpa-final img { width: 104px; height: auto; margin-bottom: 18px; }
.cpa-final h2 { color: #fff; }
.cpa-final p { max-width: 46ch; margin: 12px 0 28px; color: #d8e0ea; font-size: 1.0625rem; }
.cpa-final .cpa-final__note { margin: 22px 0 0; font-size: .875rem; color: #aebbd0; }
.cpa-final button:focus-visible { outline-color: #fff; }

/* ---------- Formulário em pop-up (igual ao de orçamento) ---------- */
html.cpa-lock { overflow: hidden; }
.cpa-modal { position: fixed; inset: 0; margin: auto; width: min(94vw, 620px); max-height: min(92vh, 860px); height: fit-content; padding: 0; border: 0; border-radius: 16px; background: #fff; color: var(--cpa-ink); box-shadow: 0 40px 90px -30px rgba(10, 22, 40, .6); overflow: hidden; }
.cpa-modal[open] { display: flex; flex-direction: column; animation: cpa-pop .28s cubic-bezier(.2, .9, .3, 1); }
.cpa-modal::backdrop { background: rgba(12, 24, 42, .62); }
@keyframes cpa-pop { from { opacity: 0; transform: translateY(14px) scale(.98); } to { opacity: 1; transform: none; } }
.cpa-modal__head { display: flex; align-items: center; gap: 12px; padding: 16px 18px 14px 20px; border-bottom: 1px solid var(--cpa-line); }
.cpa-modal__head img { flex: none; }
.cpa-modal__title { flex: 1; margin: 0; font-size: 1.05rem; font-weight: 700; line-height: 1.3; letter-spacing: -.01em; }
.cpa-modal__close { display: grid; place-items: center; flex: none; width: 40px; height: 40px; border: 0; border-radius: 50%; background: #eef1f4; color: var(--cpa-ink); cursor: pointer; }
.cpa-modal__close:hover { background: #e2e7ec; }
.cpa-modal__close svg { width: 20px; height: 20px; }
.cpa-modal__body { flex: 1; min-height: 0; overflow-y: auto; padding: 22px 28px 26px; overscroll-behavior: contain; }
.cpa-modal .cpa-form-panel { padding: 0; border: 0; border-radius: 0; }
.cpa-modal .cpa-done { padding: 12px 0 6px; border: 0; }

@media (max-width: 1100px) {
  .cpa-benefit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .cpa-hero { padding: 36px 0 40px; }
  .cpa-hero__seal { display: none; }
  .cpa-hero__lead { margin-top: 14px; font-size: .9688rem; }
  .cpa-checks { gap: 10px; margin-top: 20px; }
  .cpa-checks li { font-size: 1rem; }
  .cpa-hero__actions { margin-top: 24px; }
  .cpa-why, .cpa-faq { padding: 52px 0; }
  .cpa-how, .cpa-final { padding: 52px 0; }
  .cpa-benefit-grid { margin-top: 28px; gap: 14px; }
  .cpa-benefit { display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 0 16px; padding: 20px 18px; }
  .cpa-benefit .cpa-ico { grid-row: 1 / span 4; width: 48px; height: 48px; margin: 0; }
  .cpa-steps { grid-template-columns: minmax(0, 1fr); gap: 22px; margin-top: 28px; }
  .cpa-steps::before { top: 26px; bottom: 26px; left: 26px; right: auto; width: 2px; height: auto; background: repeating-linear-gradient(180deg, #b9c2cd 0 8px, transparent 8px 14px); }
  .cpa-steps > li { display: grid; grid-template-columns: 54px minmax(0, 1fr); gap: 0 16px; }
  .cpa-steps__num { grid-row: 1 / span 2; margin: 0; }
  .cpa-steps h3 { margin: 12px 0 4px; }
  .cpa-faq__item p { padding-right: 0; }
}
@media (max-width: 640px) {
  .cpa-benefit-grid { grid-template-columns: minmax(0, 1fr); }
  .cpa-section-cta .cpa-btn, .cpa-final .cpa-btn { width: 100%; }
  .cpa-modal { width: 100%; max-width: none; height: 100%; max-height: none; border-radius: 0; }
  .cpa-modal__body { padding: 18px 20px 28px; }
}
@media (prefers-reduced-motion: reduce) {
  .cpa-modal[open] { animation: none; }
}

/* Computador: títulos em 1 linha, 5% menores; cards de benefício em 2 colunas para caber o título inteiro */
@media (min-width: 1024px) {
  .cpa > section h2 { font-size: clamp(1.71rem, 1.14rem + 1.615vw, 2.42rem); white-space: nowrap; text-wrap: nowrap; }
  .cpa-benefit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cpa-benefit { display: grid; grid-template-columns: 52px minmax(0, 1fr); gap: 0 18px; padding: 26px 28px; }
  .cpa-benefit .cpa-ico { grid-row: 1 / span 4; margin: 0; }
  .cpa-benefit h3 { font-size: 1.09rem; white-space: nowrap; }
  .cpa-steps h3 { font-size: 1.14rem; white-space: nowrap; }
  .cpa-faq__item summary { font-size: 1.01rem; }
}

/* Computador: título principal em 1 linha ("Clube do Pintor Amigo") */
@media (min-width: 1024px) {
  .cpa-hero__grid { grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr); }
  .cpa-hero h1 { max-width: none; white-space: nowrap; font-size: clamp(2.6rem, 1.1rem + 2.75vw, 3.55rem); }
  .cpa-hero h1 br { display: none; }
}

/* Celular e tablet: título em 1 linha nas telas normais (iPhone etc.); telas bem pequenas voltam a 2 linhas */
@media (min-width: 340px) and (max-width: 1023px) {
  .cpa-hero h1 { max-width: none; white-space: nowrap; font-size: min(calc((100vw - 48px) / 9.9), 3.55rem) !important; }
  .cpa-hero h1 br { display: none; }
}
