.hero-banner-section {
  width: 100%;
  line-height: 0;
  overflow: hidden;
  background: linear-gradient(to right, #fad9e0, #f7bdcd);
}

.hero-banner-section a {
  display: block;
  cursor: pointer;
  position: relative;
}

.hero-banner-caption {
  display: none;
}

@media (min-width: 1011px) {
  .hero-banner-caption {
    display: block;
    position: absolute;
    top: 54%;
    left: 0;
    right: 74%;
    padding-right: 10px;
    margin: 0;
    color: var(--wine);
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(1.4rem, 2vw, 2rem);
    font-weight: 600;
    text-align: right;
    line-height: 1.4;
    text-shadow: 0 1px 10px rgba(255, 255, 255, 0.9);
  }
}

.hero-banner-section picture {
  display: block;
}

.hero-banner-section img {
  display: block;
  width: 100%;
  max-width: 1792px;
  height: auto;
  margin: 0 auto;
}

.consultant-hero {
  padding: 38px 0 44px;
}

.header-actions .btn {
  padding: 10px 20px;
  font-size: 0.85rem;
}

.consultant-hero-card,
.benefit-card,
.step-card,
.profile-point,
.consultant-cta {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border: 1px solid rgba(211, 127, 152, 0.08);
}

.consultant-hero-card {
  padding: 34px 28px;
  display: flex;
  flex-direction: column;
  max-width: 800px;
  margin: 0 auto;
}

.consultant-hero-card h1,
.section-title h2,
.consultant-cta h2 {
  margin: 0;
  color: var(--wine);
  line-height: 1.08;
}

.consultant-hero-card h1 {
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: clamp(2.4rem, 5vw, 3.5rem);
  font-weight: 600;
  margin-bottom: 20px;
}

.hero-lead,
.section-title p,
.benefit-card p,
.step-card p,
.profile-point p,
.consultant-cta p,
.founder-support p {
  line-height: 1.75;
  color: rgba(45, 35, 38, 0.82);
}

.hero-lead {
  font-size: 1.06rem;
  margin: 0 0 24px;
}

.hero-bullets,
.mentor-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hero-bullets {
  display: grid;
  gap: 10px;
  margin-bottom: 28px;
}

.hero-bullets li,
.mentor-list li {
  position: relative;
  padding-left: 18px;
  line-height: 1.6;
}

.hero-bullets li::before,
.mentor-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--rose-strong);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-actions--stack {
  flex-direction: column;
  align-items: stretch;
}

.cta-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.cta-hint {
  text-align: center;
  font-size: 0.75rem;
  color: rgba(45, 35, 38, 0.5);
  font-weight: 500;
}

.cta-hint--light {
  color: rgba(255, 255, 255, 0.7);
}

.hero-trust {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-trust span {
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--sand);
  color: var(--wine);
  font-size: 0.8rem;
  font-weight: 600;
}

.opportunity-strip {
  padding: 0 0 52px;
}

.opportunity-strip-inner {
  display: grid;
  gap: 16px;
  background: linear-gradient(135deg, rgba(58, 31, 41, 0.98) 0%, rgba(101, 54, 68, 0.98) 100%);
  border-radius: var(--radius);
  padding: 28px 24px;
  box-shadow: var(--shadow);
}

.opportunity-item {
  color: var(--white);
  display: grid;
  gap: 6px;
}

.opportunity-item strong {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.55rem;
  font-weight: 600;
}

.opportunity-item span {
  font-size: 0.92rem;
  line-height: 1.5;
  opacity: 0.85;
}

.section {
  padding: 0 0 84px;
}

.section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  margin-bottom: 48px;
}

.section-title-left {
  align-items: flex-start;
  text-align: left;
  margin-bottom: 0;
}

.section-title h2,
.consultant-cta h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.1rem, 5vw, 3rem);
  font-weight: 600;
}

.section-title p {
  max-width: 660px;
  margin: 0;
  font-size: 1.02rem;
}

.section-soft {
  position: relative;
}

.section-soft::before {
  content: "";
  position: absolute;
  inset: 32px 0 56px;
  background: linear-gradient(180deg, rgba(255, 233, 239, 0.55) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
}

.section-accent {
  padding-bottom: 92px;
}

.benefits-grid,
.steps-grid {
  display: grid;
  gap: 24px;
}

.benefit-card,
.step-card,
.consultant-cta {
  padding: 30px 26px;
}

.benefit-card h3,
.step-card h3 {
  margin: 0 0 12px;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.65rem;
  font-weight: 600;
  color: var(--wine);
}

.benefit-card p,
.step-card p {
  margin: 0;
}

.benefit-card {
  position: relative;
  overflow: hidden;
  border-top: 3px solid var(--rose);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.benefit-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 56px rgba(58, 31, 41, 0.13);
}

.benefit-card::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  top: -48px;
  right: -48px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(228, 163, 182, 0.16) 0%, rgba(228, 163, 182, 0) 100%);
}

.step-card {
  display: grid;
  gap: 14px;
}

.step-card span {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--bg-soft);
  color: var(--wine);
  border: 2px solid rgba(211, 127, 152, 0.32);
  font-weight: 800;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.45rem;
  flex-shrink: 0;
}

.consultant-story-grid {
  display: grid;
  gap: 28px;
}

.profile-list {
  display: grid;
  gap: 16px;
}

.profile-point {
  padding: 22px 24px;
  border-left: 3px solid var(--rose);
}

.profile-point strong {
  display: block;
  margin-bottom: 8px;
  color: var(--wine);
  font-size: 1rem;
}

.profile-point p,
.consultant-cta p {
  margin: 0;
}

.mentor-list {
  display: grid;
  gap: 12px;
  margin: 0;
}

.founder-grid {
  display: grid;
  gap: 24px;
  align-items: center;
}

.founder-image-wrap {
  display: flex;
  justify-content: center;
}

.founder-image {
  width: min(100%, 460px);
  height: auto;
  display: block;
  border-radius: calc(var(--radius) + 8px);
  box-shadow: var(--shadow);
}

.founder-content {
  display: grid;
  gap: 18px;
}

.founder-content h2 {
  margin: 0;
  color: var(--wine);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 600;
  line-height: 1.05;
}

.founder-quote {
  position: relative;
  padding: 20px 18px;
}

.founder-quote::before,
.founder-quote::after {
  position: absolute;
  color: rgba(211, 127, 152, 0.32);
  font-family: "Cormorant Garamond", serif;
  font-size: 5rem;
  line-height: 1;
}

.founder-quote::before {
  content: "“";
  top: -8px;
  left: -2px;
}

.founder-quote::after {
  content: "”";
  right: 6px;
  bottom: -34px;
}

.founder-testimony {
  margin: 0 0 16px;
  font-size: 1.05rem;
  line-height: 1.85;
  color: rgba(45, 35, 38, 0.88);
}

.founder-signature {
  margin: 0;
  color: var(--wine);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.35rem;
  font-weight: 600;
}

.founder-support {
  display: grid;
  gap: 18px;
}

.founder-support p {
  margin: 0;
  line-height: 1.75;
  color: rgba(45, 35, 38, 0.82);
}

.faq {
  display: grid;
  gap: 16px;
  max-width: 820px;
  margin: 0 auto;
}

details {
  background: var(--white);
  border-radius: var(--radius-sm);
  padding: 20px 24px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(211, 127, 152, 0.05);
}

details[open] {
  border-color: var(--rose);
}

summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  color: var(--wine);
  font-size: 1.03rem;
  font-weight: 600;
}

summary::after {
  content: "+";
  flex-shrink: 0;
  font-size: 1.4rem;
  color: var(--rose-strong);
  transition: transform 0.3s ease;
}

details[open] summary::after {
  transform: rotate(45deg);
}

details p {
  margin: 16px 0 0;
  line-height: 1.75;
  color: rgba(45, 35, 38, 0.8);
}

#contato.section {
  padding-bottom: 0;
}

.consultant-cta {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #3a1f29 0%, #5a2b3a 100%);
  color: var(--white);
  text-align: center;
  padding: 58px 28px;
}

.consultant-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 15% 15%, rgba(255, 255, 255, 0.1) 0%, transparent 34%),
    radial-gradient(circle at 85% 0%, rgba(255, 255, 255, 0.08) 0%, transparent 26%);
}

.consultant-cta .pill,
.consultant-cta h2,
.consultant-cta p,
.consultant-cta .hero-actions {
  position: relative;
  z-index: 1;
}

.consultant-cta h2 {
  color: var(--white);
}

.consultant-cta p {
  max-width: 680px;
  margin: 0 auto 24px;
  color: rgba(255, 255, 255, 0.88);
}

.consultant-cta .hero-actions {
  justify-content: center;
}

.hero-actions--stack > .btn-outline {
  align-self: flex-start;
}

/* Micro-CTA pós-FAQ */
.faq-footer-cta {
  text-align: center;
  margin-top: 28px;
  font-size: 0.92rem;
  color: rgba(45, 35, 38, 0.65);
}

.faq-footer-cta a {
  color: var(--wine);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: var(--rose-strong);
  text-underline-offset: 3px;
}

.faq-footer-cta a:hover {
  color: var(--rose-strong);
}

@media (min-width: 860px) {
  .consultant-hero {
    padding: 42px 0 54px;
  }

  .consultant-hero-card {
    padding: 48px 56px;
  }

  .consultant-hero-card .hero-actions--stack {
    flex-direction: row;
    align-items: flex-start;
  }

  .opportunity-strip-inner {
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    gap: 24px;
    padding: 30px 34px;
  }

  .benefits-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
  }

  .steps-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
  }

  .consultant-story-grid,
  .founder-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
    align-items: start;
  }

  .profile-list {
    gap: 18px;
  }

  .founder-image-wrap {
    justify-content: flex-start;
  }

  .consultant-cta {
    padding: 64px 40px;
  }
}
