/* Danielle Caruzo — Como Posso Ajudar */

/* ============================================================
   1. ABERTURA — hero escuro com placeholder de fundo
   ============================================================ */
.cpa-opening {
  position: relative;
  padding: 0;
  margin: 0;
  background: #0A0A0A;
  color: var(--dc-on-dark);
  isolation: isolate;
  overflow: hidden;
}
.cpa-opening .hero-bg {
  position: absolute; inset: 0;
  background: #0A0A0A;
  z-index: 0;
  overflow: hidden;
}
.cpa-opening .hero-bg .bg-art {
  position: absolute; inset: 0;
  background:
    radial-gradient(70% 50% at 80% 20%, rgba(1,104,255,.10), transparent 65%),
    radial-gradient(60% 50% at 10% 90%, rgba(241,241,241,.04), transparent 70%),
    linear-gradient(135deg, #0E0E0E 0%, #0A0A0A 60%, #050505 100%);
}
.cpa-opening .hero-bg::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 56px 56px;
  background-position: -1px -1px;
  opacity: .55;
}
.cpa-opening .hero-bg .ph-label {
  position: absolute;
  top: 18px; right: 18px;
  z-index: 3;
  font-family: var(--font-text);
  font-size: 10px; font-weight: 500;
  letter-spacing: .22em; text-transform: uppercase;
  color: var(--dc-on-dark-muted);
  background: rgba(241,241,241,.06);
  border: 1px solid rgba(241,241,241,.12);
  padding: 6px 12px;
  border-radius: 999px;
  display: inline-flex; align-items: center; gap: 6px;
  backdrop-filter: blur(8px);
}
.cpa-opening .hero-bg .ph-label::before {
  content: ''; width: 5px; height: 5px;
  border-radius: 99px; background: var(--dc-blue);
}
.cpa-opening .hero-content {
  position: relative; z-index: 2;
  padding-top: clamp(45px, 5.6vw, 90px);
  padding-bottom: clamp(52px, 6.4vw, 102px);
}
.cpa-opening .crumbs {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--font-text);
  font-size: 11px; font-weight: 500;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--dc-on-dark-muted);
  margin-bottom: clamp(32px, 4vw, 56px);
}
.cpa-opening .crumbs a {
  color: var(--dc-on-dark-muted); text-decoration: none;
  transition: color var(--dur-fast);
}
.cpa-opening .crumbs a:hover { color: var(--dc-blue); }
.cpa-opening .crumbs .sep { color: rgba(241,241,241,.25); }
.cpa-opening .crumbs .current { color: var(--dc-on-dark); }
.cpa-opening .eyebrow { color: var(--dc-on-dark-muted); }
.cpa-opening h1 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(56px, 7vw, 120px);
  line-height: 1.0;
  letter-spacing: -0.02em;
  margin: 18px 0 0;
  color: var(--dc-on-dark);
  text-wrap: balance;
  max-width: 18ch;
}
.cpa-opening h1 .ast { color: var(--dc-blue); }

/* ============================================================
   2. INTRO / ATUAÇÃO — imagem cinza + texto (mesmo tratamento Home)
   ============================================================ */
.cpa-intro {
  padding-block: clamp(38px, 4.8vw, 76px);
}
.cpa-intro .layout {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: clamp(28px, 4vw, 56px);
  align-items: stretch;
}
@media (max-width: 920px) { .cpa-intro .layout { grid-template-columns: 1fr; } }
.cpa-intro .intro-visual {
  position: relative;
  border-radius: 20px;
  background: var(--dc-bg-card);
  border: 1px solid var(--dc-line);
  overflow: hidden;
  min-height: 440px;
  height: 100%;
}
.cpa-intro .intro-visual .bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(80% 60% at 30% 70%, rgba(17,17,17,.06), transparent 70%),
    repeating-linear-gradient(135deg, #ECECEC 0 16px, #F1F1F1 16px 32px);
}
.cpa-intro .body {
  display: flex; flex-direction: column;
  align-self: stretch;
  justify-content: center;
  padding-block: clamp(8px, 1.5vw, 24px);
}
.cpa-intro .body .eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-text);
  font-size: 11px; font-weight: 500;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--dc-muted);
  margin-bottom: 20px;
}
.cpa-intro .body p.lead-1 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(28px, 2.8vw, 44px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--dc-ink);
  margin: 0;
  max-width: 22ch;
  text-wrap: balance;
}
.cpa-intro .body p.lead-1 em { font-style: italic; font-weight: 500; }
.cpa-intro .body p:not(.lead-1) {
  font-family: var(--font-text);
  font-weight: 400;
  font-size: clamp(16px, 1.3vw, 18px);
  line-height: 1.7;
  color: var(--dc-ink);
  margin: 24px 0 0;
  max-width: 560px;
  text-wrap: pretty;
}

/* ============================================================
   2. ESCADA — Entender → Estruturar → Sustentar
   ============================================================ */
.cpa-escada-section {
  padding-block: clamp(48px, 6vw, 96px);
}
.cpa-escada-head {
  display: flex; justify-content: space-between; align-items: end;
  gap: 24px; flex-wrap: wrap;
  margin-bottom: clamp(28px, 3vw, 40px);
}
.cpa-escada-head .label {
  font-family: var(--font-text);
  font-size: 11px; font-weight: 500;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--dc-muted);
  display: inline-flex; align-items: center; gap: 10px;
}
.cpa-escada-head .label .dot {
  width: 6px; height: 6px; border-radius: 99px; background: var(--dc-blue);
}
.cpa-escada-head .legend {
  font-family: var(--font-text);
  font-size: 11px; font-weight: 500;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--dc-muted);
}

.cpa-escada {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: end;
  gap: clamp(12px, 1.4vw, 20px);
  border-bottom: 1px solid var(--dc-line);
  padding-bottom: 0;
}
@media (max-width: 900px) { .cpa-escada { grid-template-columns: 1fr; padding-bottom: 0; } }
.cpa-escada .step {
  padding: clamp(28px, 3vw, 48px) clamp(22px, 2.4vw, 36px) clamp(28px, 3vw, 48px);
  background: var(--dc-bg-card);
  border: 1px solid var(--dc-line);
  border-bottom: none;
  border-radius: 18px 18px 0 0;
  display: flex; flex-direction: column; gap: 18px;
  position: relative;
  transition: background var(--dur-base);
}
@media (min-width: 901px) {
  .cpa-escada .step:nth-child(1) { min-height: 280px; transform: translateY(48px); }
  .cpa-escada .step:nth-child(2) { min-height: 320px; transform: translateY(24px); }
  .cpa-escada .step:nth-child(3) { min-height: 360px; transform: translateY(0); }
}
.cpa-escada .step .top {
  display: flex; align-items: center; justify-content: space-between;
}
.cpa-escada .step .stage {
  font-family: var(--font-text);
  font-size: 10.5px; font-weight: 500;
  letter-spacing: .22em; text-transform: uppercase;
  color: var(--dc-muted);
  display: inline-flex; align-items: center; gap: 8px;
}
.cpa-escada .step .stage .dot {
  width: 6px; height: 6px; border-radius: 99px; background: var(--dc-blue);
}
.cpa-escada .step .num {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(28px, 3vw, 40px);
  letter-spacing: 0;
  line-height: 1;
  color: var(--dc-blue);
}
.cpa-escada .step h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(36px, 3.8vw, 56px);
  line-height: 1.0;
  letter-spacing: -0.02em;
  margin: 4px 0 0;
  color: var(--dc-ink);
}
.cpa-escada .step p {
  font-family: var(--font-text);
  font-weight: 400;
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--dc-muted);
  margin: 0;
  max-width: 32ch;
  text-wrap: pretty;
}

/* ============================================================
   3. OFFER BLOCKS — alternados, com placeholder de imagem
   ============================================================ */
.cpa-offer {
  padding-block: clamp(38px, 4vw, 70px);
  border-top: 1px solid var(--dc-line);
}
.cpa-offer:first-of-type { border-top: none; }
.cpa-offer .offer-layout {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: stretch;
}
.cpa-offer .offer-layout.flip { grid-template-columns: 1fr 1.1fr; }
.cpa-offer .offer-layout.flip .text-side { order: 2; }
.cpa-offer .offer-layout.flip .image-side { order: 1; }
@media (max-width: 900px) {
  .cpa-offer .offer-layout,
  .cpa-offer .offer-layout.flip { grid-template-columns: 1fr; }
  /* Imagem sempre acima do texto no mobile (todas as etapas, incluindo flip) */
  .cpa-offer .offer-layout .text-side,
  .cpa-offer .offer-layout.flip .text-side { order: 2; }
  .cpa-offer .offer-layout .image-side,
  .cpa-offer .offer-layout.flip .image-side { order: 1; }
}
.cpa-offer .text-side {
  display: flex; flex-direction: column; gap: 14px;
  align-self: center;
  max-width: 56ch;
}
.cpa-offer .stage {
  font-family: var(--font-text);
  font-size: 10.5px; font-weight: 500;
  letter-spacing: .22em; text-transform: uppercase;
  color: var(--dc-muted);
  display: inline-flex; align-items: center; gap: 10px;
}
.cpa-offer .stage .num {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--dc-blue);
  font-size: 14px; letter-spacing: 0;
}
.cpa-offer .stage .dot {
  width: 6px; height: 6px; border-radius: 99px; background: var(--dc-blue);
}
.cpa-offer .stage-name {
  font-family: var(--font-text);
  font-size: 12px; font-weight: 600;
  letter-spacing: .22em; text-transform: uppercase;
  color: #F1F1F1;
  background: #0168FF;
  border: 1px solid #0168FF;
  padding: 6px 12px;
  border-radius: 999px;
  display: inline-block;
  width: max-content;
}
.cpa-offer .text-side h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(32px, 3.6vw, 52px);
  line-height: 1.02;
  letter-spacing: -0.02em;
  margin: 10px 0 0;
  color: var(--dc-ink);
  text-wrap: balance;
  max-width: 18ch;
  text-transform: uppercase;
}
.cpa-offer .text-side p {
  font-family: var(--font-text);
  font-weight: 400;
  font-size: clamp(16px, 1.2vw, 17px);
  line-height: 1.75;
  color: var(--dc-ink);
  margin: 14px 0 0;
  max-width: 52ch;
  text-wrap: pretty;
}
.cpa-offer .image-side {
  position: relative;
  align-self: stretch;
  min-height: 320px;
  display: flex;
}
.cpa-offer .image-side > .ph-dark { flex: 1; }
.ph-dark--cpa {
  min-height: 320px;
  background: #111111;
}
@media (max-width: 900px) {
  .cpa-offer .image-side { min-height: 280px; }
  .ph-dark--cpa { min-height: 280px; }
}

.cpa-offer .checklist {
  display: flex; flex-direction: column;
  border-top: 1px solid var(--dc-line);
  margin-top: clamp(24px, 3vw, 32px);
}
.cpa-offer .checklist .head {
  font-family: var(--font-text);
  font-size: 11px; font-weight: 600;
  letter-spacing: .22em; text-transform: uppercase;
  color: var(--dc-muted);
  padding-top: 18px;
  padding-bottom: 6px;
}
.cpa-offer .checklist .item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: start;
  padding: 16px 0;
  border-bottom: 1px solid var(--dc-line);
  font-family: var(--font-text);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.55;
  color: var(--dc-ink);
}
.cpa-offer .checklist .item .marker {
  display: inline-flex; align-items: center;
  margin-top: 8px;
}
.cpa-offer .checklist .item .marker .bar {
  display: inline-block;
  width: 20px; height: 1.5px;
  background: var(--dc-blue);
}
.cpa-offer .checklist .item span {
  color: var(--dc-ink);
  letter-spacing: -0.005em;
  text-wrap: pretty;
}

/* ============================================================
   4. IDENTIFICAÇÃO DA ETAPA
   ============================================================ */
.cpa-identificar {
  padding-block: clamp(45px, 5.6vw, 90px);
  background: var(--dc-bg-deep);
  color: var(--dc-on-dark);
}
.cpa-identificar .head {
  margin-bottom: clamp(36px, 4vw, 56px);
}
.cpa-identificar .eyebrow { color: var(--dc-on-dark-muted); }
.cpa-identificar h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(40px, 5vw, 72px);
  line-height: 1.0;
  letter-spacing: -0.02em;
  margin: 16px 0 0;
  color: var(--dc-on-dark);
  text-wrap: balance;
  max-width: 22ch;
}
.cpa-identificar .cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2vw, 24px);
}
@media (max-width: 900px) { .cpa-identificar .cards { grid-template-columns: 1fr; } }
.cpa-identificar .ic {
  padding: clamp(24px, 2.6vw, 36px);
  background: rgba(241,241,241,.04);
  border: 1px solid var(--dc-line-dark);
  border-radius: 16px;
  display: flex; flex-direction: column; gap: 18px;
}
.cpa-identificar .ic .stage {
  font-family: var(--font-text);
  font-size: 10.5px; font-weight: 500;
  letter-spacing: .22em; text-transform: uppercase;
  color: var(--dc-blue);
  display: inline-flex; align-items: center; gap: 10px;
}
.cpa-identificar .ic h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0;
  color: var(--dc-on-dark);
}
.cpa-identificar .ic p {
  font-family: var(--font-text);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(241,241,241,.78);
  margin: 0;
  max-width: 36ch;
  text-wrap: pretty;
}
.cpa-identificar .ic p strong { color: var(--dc-on-dark); font-weight: 600; }

.cpa-identificar .closing {
  margin-top: clamp(40px, 5vw, 72px);
  padding-top: clamp(28px, 3vw, 40px);
  border-top: 1px solid var(--dc-line-dark);
}
.cpa-identificar .closing p {
  font-family: var(--font-text);
  font-weight: 400;
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 1.55;
  color: var(--dc-on-dark);
  margin: 0;
  max-width: 720px;
  letter-spacing: -0.005em;
}
.cpa-identificar .closing p em { font-style: italic; font-weight: 500; color: var(--dc-blue); }

/* ============================================================
   5. CTA FINAL (reusa case-cta-band)
   ============================================================ */
