:root {
  --navy: #092843;
  --navy-light: #123f63;
  --blue: #1c648f;
  --cyan: #62b8c8;
  --mint: #b8dedc;
  --cream: #f4f7f6;
  --white: #ffffff;
  --text: #173042;
  --muted: #637987;
  --border: #d9e6e9;
  --shadow: 0 30px 80px rgba(4, 32, 52, 0.24);
  --container: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--text);
  font-family: "Manrope", system-ui, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

button,
input {
  font: inherit;
}

a {
  color: inherit;
}

.container {
  width: min(calc(100% - 48px), var(--container));
  margin-inline: auto;
}

.topbar {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 31px;
}

.brand {
  color: var(--white);
  font-size: 1rem;
  font-weight: 800;
  text-decoration: none;
}

.topbar-link {
  padding: 8px 15px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.76rem;
  font-weight: 600;
  text-decoration: none;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 790px;
  padding: 130px 0 72px;
  background:
    radial-gradient(
      circle at 78% 20%,
      rgba(98, 184, 200, 0.22),
      transparent 34%
    ),
    linear-gradient(135deg, #071f34, #0b3555 56%, #123f63);
  color: var(--white);
}

.hero::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(
      110deg,
      rgba(255, 255, 255, 0.035),
      transparent 38%
    );
}

.hero-light {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  pointer-events: none;
}

.hero-light-one {
  top: 100px;
  left: -270px;
  width: 620px;
  height: 620px;
  background: rgba(31, 116, 150, 0.28);
}

.hero-light-two {
  right: -300px;
  bottom: -350px;
  width: 760px;
  height: 760px;
  background: rgba(94, 186, 194, 0.16);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.82fr);
  gap: clamp(60px, 8vw, 110px);
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  margin-bottom: 20px;
  padding: 7px 12px;
  border: 1px solid rgba(184, 222, 220, 0.34);
  border-radius: 999px;
  color: var(--mint);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 700px;
  margin: 0;
  font-size: clamp(2.8rem, 5vw, 4.2rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1.05;
}

.hero h1 span {
  display: block;
  color: #84ced5;
}

.hero-intro {
  max-width: 630px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 1rem;
  line-height: 1.8;
}

.guide-points {
  max-width: 650px;
  margin-top: 43px;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.guide-points > p {
  margin: 0 0 15px;
  color: var(--mint);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.guide-points ul {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.guide-points li {
  position: relative;
  padding-left: 22px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.84rem;
}

.guide-points li::before {
  position: absolute;
  top: 0.58em;
  left: 2px;
  width: 7px;
  height: 7px;
  border: 2px solid #83ccd2;
  border-radius: 50%;
  content: "";
}

.medical-note {
  max-width: 610px;
  margin-top: 23px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.67rem;
}

.download-card {
  padding: 32px 30px 27px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 18px;
  background: var(--white);
  box-shadow: var(--shadow);
  color: var(--text);
}

.card-heading span,
.success-label {
  color: var(--blue);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.card-heading h2,
.success-card h2 {
  margin: 8px 0 6px;
  font-size: 1.35rem;
  letter-spacing: -0.025em;
  line-height: 1.3;
}

.card-heading p {
  margin: 0 0 23px;
  color: var(--muted);
  font-size: 0.79rem;
}

.field {
  display: grid;
  gap: 6px;
  margin-bottom: 14px;
}

.field label {
  color: var(--navy-light);
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.field input {
  width: 100%;
  height: 50px;
  padding: 0 14px;
  border: 1px solid var(--border);
  border-radius: 10px;
  outline: none;
  background: #fbfdfd;
  color: var(--text);
  font-size: 0.88rem;
}

.field input:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(28, 100, 143, 0.11);
}

.field input::placeholder {
  color: #9babaf;
}

.honey {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.consent {
  display: grid;
  grid-template-columns: 17px 1fr;
  gap: 10px;
  align-items: start;
  margin: 4px 0 18px;
  color: #667b85;
  font-size: 0.66rem;
  line-height: 1.55;
}

.consent input {
  width: 17px;
  height: 17px;
  margin: 3px 0 0;
  accent-color: var(--blue);
}

.form-error {
  min-height: 0;
  margin: 0 0 10px;
  color: #ae382f;
  font-size: 0.76rem;
  font-weight: 700;
}

.form-error:empty {
  display: none;
}

#submit-button,
.download-again {
  display: flex;
  width: 100%;
  min-height: 55px;
  align-items: center;
  justify-content: center;
  padding: 13px 18px;
  border: 0;
  border-radius: 11px;
  background: linear-gradient(135deg, var(--blue), #287aa0);
  box-shadow: 0 13px 25px rgba(28, 100, 143, 0.22);
  color: var(--white);
  cursor: pointer;
  font-size: 0.89rem;
  font-weight: 800;
  text-decoration: none;
}

#submit-button:hover,
.download-again:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}

#submit-button:disabled {
  opacity: 0.65;
  cursor: wait;
  transform: none;
}

.privacy {
  margin: 12px 4px 0;
  color: #8a9ba2;
  font-size: 0.61rem;
  line-height: 1.5;
  text-align: center;
}

.success-card {
  padding-block: 52px;
  text-align: center;
}

.success-icon {
  display: grid;
  width: 65px;
  height: 65px;
  margin: 0 auto 20px;
  place-items: center;
  border-radius: 50%;
  background: rgba(98, 184, 200, 0.16);
  color: var(--blue);
  font-size: 1.7rem;
  font-weight: 800;
}

.success-card p {
  margin: 10px 0 25px;
  color: var(--muted);
  font-size: 0.82rem;
}

.information {
  padding: 78px 0;
  background: var(--cream);
}

.information-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.information article {
  min-height: 225px;
  padding: 29px 25px;
  border: 1px solid var(--border);
  border-radius: 15px;
  background: var(--white);
}

.information article > span {
  color: var(--cyan);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.information h2 {
  margin: 20px 0 10px;
  color: var(--navy);
  font-size: 1.08rem;
}

.information p {
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
}

.author {
  padding: 88px 0;
  background: var(--white);
}

.author-grid {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: clamp(48px, 8vw, 90px);
  align-items: center;
}

.author-placeholder {
  display: grid;
  aspect-ratio: 1 / 1;
  place-items: center;
  border-radius: 20px;
  background:
    linear-gradient(145deg, #dcebed, #b9d9dc);
  color: #537982;
  font-size: 0.75rem;
  font-weight: 700;
}

.section-label {
  margin: 0 0 7px;
  color: var(--blue);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.author-copy h2 {
  margin: 0 0 17px;
  color: var(--navy);
  font-size: 2rem;
  letter-spacing: -0.035em;
}

.author-copy > p:not(.section-label) {
  max-width: 650px;
  color: var(--muted);
  font-size: 0.9rem;
}

.author-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.author-actions a {
  padding: 10px 17px;
  border: 1px solid var(--border);
  border-radius: 9px;
  color: var(--navy-light);
  font-size: 0.76rem;
  font-weight: 700;
  text-decoration: none;
}

.author-actions a:first-child {
  border-color: var(--blue);
  background: var(--blue);
  color: var(--white);
}

footer {
  padding: 42px 0;
  background: #061c2e;
  color: rgba(255, 255, 255, 0.58);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: flex-start;
}

.footer-inner > div {
  display: flex;
  flex-direction: column;
}

.footer-inner strong {
  color: var(--white);
  font-size: 0.88rem;
}

.footer-inner span {
  font-size: 0.65rem;
}

.footer-inner p {
  max-width: 520px;
  margin: 0;
  font-size: 0.68rem;
}

@media (max-width: 940px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .form-column {
    width: min(100%, 570px);
  }

  .author-grid {
    grid-template-columns: 300px 1fr;
    gap: 44px;
  }
}

@media (max-width: 720px) {
  .container {
    width: min(calc(100% - 32px), var(--container));
  }

  .topbar-link {
    display: none;
  }

  .hero {
    min-height: auto;
    padding: 108px 0 50px;
  }

  .hero h1 {
    font-size: clamp(2.45rem, 12vw, 3.15rem);
  }

  .information,
  .author {
    padding: 62px 0;
  }

  .information-grid,
  .author-grid {
    grid-template-columns: 1fr;
  }

  .author-placeholder {
    width: min(100%, 390px);
  }

  .footer-inner {
    flex-direction: column;
  }
}

@media (max-width: 430px) {
  .hero h1 {
    font-size: 2.23rem;
  }

  .download-card {
    padding: 27px 20px 23px;
  }

  .information article {
    min-height: auto;
  }
}


/* ===== AJUSTE HERO CANCER ===== */

.hero {
  min-height: 720px;
  padding: 105px 0 42px;
  background:
    linear-gradient(
      90deg,
      rgba(5, 21, 36, 0.86) 0%,
      rgba(7, 37, 59, 0.76) 42%,
      rgba(11, 46, 72, 0.82) 100%
    ),
    url('/guia-cancer/img/banner-cancer-hpv.jpg') center center / cover no-repeat,
    linear-gradient(135deg, #071f34, #0b3555 56%, #123f63);
}

.hero::before {
  background:
    linear-gradient(
      110deg,
      rgba(255, 255, 255, 0.025),
      transparent 38%
    );
}

.hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(380px, 450px);
  gap: 44px;
  align-items: start;
}

.hero-copy {
  padding-top: 18px;
}

.hero h1 {
  max-width: 560px;
  font-size: clamp(2.5rem, 4.8vw, 4rem);
  line-height: 1.02;
}

.hero-intro {
  max-width: 560px;
  margin-top: 18px;
  font-size: 0.94rem;
  line-height: 1.65;
}

.guide-points {
  max-width: 560px;
  margin-top: 26px;
  padding-top: 18px;
}

.guide-points > p {
  margin-bottom: 10px;
}

.guide-points ul {
  gap: 8px;
}

.guide-points li {
  font-size: 0.78rem;
  line-height: 1.45;
}

.medical-note {
  margin-top: 15px;
  font-size: 0.62rem;
}

.form-column {
  width: 100%;
  max-width: 450px;
  justify-self: end;
}

.download-card {
  padding: 24px 22px 18px;
  border-radius: 16px;
}

.card-heading h2,
.success-card h2 {
  margin: 6px 0 4px;
  font-size: 1.15rem;
  line-height: 1.28;
}

.card-heading p {
  margin: 0 0 16px;
  font-size: 0.74rem;
}

.field {
  gap: 5px;
  margin-bottom: 10px;
}

.field label {
  font-size: 0.65rem;
}

.field input {
  height: 44px;
  padding: 0 13px;
  font-size: 0.84rem;
}

.consent {
  grid-template-columns: 16px 1fr;
  gap: 8px;
  margin: 2px 0 12px;
  font-size: 0.60rem;
  line-height: 1.45;
}

.consent input {
  width: 16px;
  height: 16px;
}

.form-error {
  margin: 0 0 8px;
  font-size: 0.72rem;
}

#submit-button,
.download-again {
  min-height: 48px;
  font-size: 0.84rem;
}

.privacy {
  margin-top: 9px;
  font-size: 0.57rem;
  line-height: 1.42;
}

@media (min-width: 941px) and (max-height: 860px) {
  .hero {
    min-height: 680px;
    padding: 95px 0 32px;
  }

  .hero-copy {
    padding-top: 6px;
  }

  .hero h1 {
    font-size: clamp(2.25rem, 4.1vw, 3.5rem);
    max-width: 520px;
  }

  .hero-intro {
    margin-top: 14px;
    font-size: 0.88rem;
    line-height: 1.55;
  }

  .guide-points {
    margin-top: 20px;
    padding-top: 14px;
  }

  .guide-points li {
    font-size: 0.74rem;
  }

  .download-card {
    padding: 20px 18px 16px;
  }

  .card-heading h2 {
    font-size: 1.05rem;
  }

  .card-heading p {
    margin-bottom: 12px;
    font-size: 0.70rem;
  }

  .field {
    margin-bottom: 8px;
  }

  .field input {
    height: 41px;
    font-size: 0.81rem;
  }

  .consent {
    margin: 0 0 10px;
    font-size: 0.57rem;
    line-height: 1.35;
  }

  #submit-button {
    min-height: 44px;
    font-size: 0.81rem;
  }

  .privacy {
    font-size: 0.54rem;
  }
}

@media (max-width: 940px) {
  .hero {
    min-height: auto;
    padding: 100px 0 46px;
    background-position: center center;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .hero h1 {
    max-width: 100%;
  }

  .hero-intro,
  .guide-points,
  .medical-note {
    max-width: 100%;
  }

  .form-column {
    max-width: 560px;
    justify-self: start;
  }

  .download-card {
    padding: 24px 20px 18px;
  }
}

@media (max-width: 430px) {
  .hero {
    padding: 92px 0 40px;
  }

  .hero h1 {
    font-size: 2.05rem;
    line-height: 1.04;
  }

  .download-card {
    padding: 22px 16px 16px;
  }

  .field input {
    height: 42px;
  }
}

/* ===== FIM AJUSTE HERO CANCER ===== */


/* ===== HERO CANCER ROSA V2 ===== */

/*
 * Imagem original + duas camadas:
 * 1. preto para dar leitura;
 * 2. rosa/magenta para criar identidade visual.
 */
.hero {
  position: relative;
  min-height: 690px;
  padding: 102px 0 38px;
  background:
    linear-gradient(
      90deg,
      rgba(3, 5, 17, 0.91) 0%,
      rgba(10, 5, 25, 0.76) 35%,
      rgba(32, 5, 42, 0.59) 64%,
      rgba(7, 4, 18, 0.76) 100%
    ),
    linear-gradient(
      120deg,
      rgba(235, 23, 122, 0.46) 0%,
      rgba(182, 15, 132, 0.28) 47%,
      rgba(29, 8, 66, 0.35) 100%
    ),
    url("/guia-cancer/img/banner-cancer.png") center center / cover no-repeat;
  color: #ffffff;
}

/* Brilho rosa suave por cima da fotografia. */
.hero::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(
      circle at 12% 40%,
      rgba(255, 41, 143, 0.20),
      transparent 38%
    ),
    radial-gradient(
      circle at 75% 24%,
      rgba(225, 59, 187, 0.12),
      transparent 32%
    ),
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.03),
      rgba(0, 0, 0, 0.27)
    );
}

/* Desativa os círculos antigos, pois a imagem já possui profundidade. */
.hero-light {
  display: none;
}

.hero-grid {
  position: relative;
  z-index: 2;
  grid-template-columns:
    minmax(0, 1fr)
    minmax(390px, 448px);
  gap: clamp(38px, 5vw, 68px);
  align-items: start;
}

.hero-copy {
  padding-top: 18px;
}

.eyebrow {
  margin-bottom: 17px;
  padding: 7px 13px;
  border-color: rgba(255, 149, 205, 0.48);
  background: rgba(24, 3, 29, 0.34);
  color: #ff9bd1;
  backdrop-filter: blur(7px);
}

/* Título mais elegante, controlado e legível. */
.hero h1 {
  max-width: 640px;
  margin: 0;
  color: #ffffff;
  font-family:
    "Manrope",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: clamp(2.65rem, 4.7vw, 4.15rem);
  font-weight: 800;
  letter-spacing: -0.058em;
  line-height: 1.015;
  text-wrap: balance;
  text-shadow:
    0 3px 20px rgba(0, 0, 0, 0.72),
    0 1px 2px rgba(0, 0, 0, 0.75);
}

.hero h1 span {
  display: block;
  margin-top: 7px;
  color: #ff68b8;
  background:
    linear-gradient(
      90deg,
      #ff62b6 0%,
      #ff9bd2 53%,
      #e884ff 100%
    );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 3px 12px rgba(0, 0, 0, 0.48));
}

.hero-intro {
  max-width: 590px;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.94rem;
  font-weight: 500;
  line-height: 1.68;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.75);
}

.guide-points {
  max-width: 595px;
  margin-top: 26px;
  padding: 18px 20px 17px;
  border: 1px solid rgba(255, 132, 196, 0.22);
  border-radius: 14px;
  background: rgba(7, 3, 17, 0.40);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(8px);
}

.guide-points > p {
  margin-bottom: 10px;
  color: #ff8fca;
}

.guide-points ul {
  gap: 7px;
}

.guide-points li {
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.76rem;
  line-height: 1.43;
}

.guide-points li::before {
  top: 0.48em;
  border-color: #ff5caf;
  background: rgba(255, 55, 156, 0.25);
}

.medical-note {
  max-width: 590px;
  margin-top: 13px;
  color: rgba(255, 255, 255, 0.63);
  font-size: 0.61rem;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.9);
}

/*
 * Formulário compacto e posicionado sobre a direita.
 * Também cobre a área inferior direita da imagem.
 */
.form-column {
  width: 100%;
  max-width: 448px;
  padding-top: 5px;
  justify-self: end;
}

.download-card {
  padding: 22px 22px 17px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow:
    0 32px 80px rgba(0, 0, 0, 0.40),
    0 0 0 1px rgba(230, 46, 142, 0.07);
  backdrop-filter: blur(12px);
}

.card-heading span,
.success-label {
  color: #cf176f;
}

.card-heading h2,
.success-card h2 {
  margin: 5px 0 3px;
  color: #251025;
  font-size: 1.13rem;
  font-weight: 800;
  letter-spacing: -0.028em;
}

.card-heading p {
  margin: 0 0 13px;
  color: #79616e;
  font-size: 0.70rem;
}

.field {
  gap: 4px;
  margin-bottom: 8px;
}

.field label {
  color: #7c174c;
  font-size: 0.62rem;
}

.field input {
  height: 41px;
  padding: 0 12px;
  border-color: #ead5df;
  border-radius: 9px;
  background: #fffafd;
  font-size: 0.80rem;
}

.field input:focus {
  border-color: #e32989;
  box-shadow: 0 0 0 3px rgba(227, 41, 137, 0.11);
}

.consent {
  grid-template-columns: 15px 1fr;
  gap: 8px;
  margin: 1px 0 10px;
  color: #765e6a;
  font-size: 0.55rem;
  line-height: 1.34;
}

.consent input {
  width: 15px;
  height: 15px;
  accent-color: #dd237f;
}

.form-error {
  margin-bottom: 7px;
  font-size: 0.69rem;
}

#submit-button,
.download-again {
  min-height: 44px;
  border-radius: 9px;
  background:
    linear-gradient(
      135deg,
      #d81772,
      #ef3b98 56%,
      #c31b88
    );
  box-shadow: 0 12px 24px rgba(213, 24, 116, 0.27);
  font-size: 0.80rem;
}

#submit-button:hover,
.download-again:hover {
  filter: brightness(1.07);
}

.privacy {
  margin-top: 7px;
  color: #99818d;
  font-size: 0.52rem;
  line-height: 1.35;
}

/* Telas desktop com pouca altura, como notebook. */
@media (min-width: 941px) and (max-height: 850px) {
  .hero {
    min-height: 650px;
    padding-top: 88px;
    padding-bottom: 28px;
  }

  .hero-copy {
    padding-top: 6px;
  }

  .eyebrow {
    margin-bottom: 12px;
  }

  .hero h1 {
    max-width: 570px;
    font-size: clamp(2.35rem, 4.1vw, 3.55rem);
  }

  .hero-intro {
    max-width: 550px;
    margin-top: 13px;
    font-size: 0.84rem;
    line-height: 1.52;
  }

  .guide-points {
    margin-top: 17px;
    padding: 13px 16px;
  }

  .guide-points li {
    font-size: 0.69rem;
  }

  .medical-note {
    margin-top: 8px;
    font-size: 0.56rem;
  }

  .download-card {
    padding: 18px 18px 14px;
  }

  .card-heading h2 {
    font-size: 1.02rem;
  }

  .card-heading p {
    margin-bottom: 10px;
  }

  .field {
    margin-bottom: 7px;
  }

  .field input {
    height: 38px;
  }

  .consent {
    margin-bottom: 8px;
    font-size: 0.52rem;
  }

  #submit-button {
    min-height: 41px;
  }
}

@media (max-width: 940px) {
  .hero {
    min-height: auto;
    padding: 102px 0 47px;
    background-position: 48% center;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .hero-copy {
    padding-top: 0;
  }

  .hero h1,
  .hero-intro,
  .guide-points,
  .medical-note {
    max-width: 100%;
  }

  .form-column {
    max-width: 560px;
    justify-self: start;
  }
}

@media (max-width: 520px) {
  .hero {
    padding: 92px 0 39px;
    background-position: 49% center;
  }

  .hero h1 {
    font-size: 2.15rem;
    letter-spacing: -0.045em;
  }

  .hero h1 span {
    margin-top: 4px;
  }

  .hero-intro {
    font-size: 0.84rem;
  }

  .guide-points {
    padding: 15px;
  }

  .download-card {
    padding: 20px 16px 15px;
  }
}

/* ===== FIM HERO CANCER ROSA V2 ===== */


/* ===== PALETA CAPA PDF CANCER V3 ===== */

:root {
  --navy: #2b073b;
  --navy-light: #5a176d;
  --blue: #9b69bd;
  --cyan: #ed5fa8;
  --mint: #f3a0ca;
  --cream: #fbf4fa;
  --white: #ffffff;
  --text: #35113f;
  --muted: #775d7d;
  --border: #ead8e8;
}

/* Fundo principal alinhado à capa do PDF */
.hero {
  background:
    linear-gradient(
      90deg,
      rgba(28, 2, 40, 0.94) 0%,
      rgba(46, 4, 62, 0.84) 37%,
      rgba(79, 10, 91, 0.60) 67%,
      rgba(30, 3, 42, 0.75) 100%
    ),
    linear-gradient(
      120deg,
      rgba(237, 95, 168, 0.35) 0%,
      rgba(165, 73, 183, 0.25) 49%,
      rgba(49, 5, 69, 0.34) 100%
    ),
    url("/guia-cancer/img/banner-cancer.png") center center / cover no-repeat;
}

/* Luz rosa e lilás semelhante à capa */
.hero::before {
  background:
    radial-gradient(
      circle at 12% 38%,
      rgba(237, 95, 168, 0.28),
      transparent 38%
    ),
    radial-gradient(
      circle at 75% 20%,
      rgba(155, 105, 189, 0.24),
      transparent 35%
    ),
    linear-gradient(
      to bottom,
      rgba(43, 7, 59, 0.05),
      rgba(20, 1, 29, 0.35)
    );
}

.brand {
  color: #ffffff;
  text-shadow: 0 2px 13px rgba(0, 0, 0, 0.55);
}

.topbar-link {
  border-color: rgba(243, 160, 202, 0.55);
  background: rgba(43, 7, 59, 0.28);
  color: #ffffff;
  backdrop-filter: blur(7px);
}

.topbar-link:hover {
  border-color: #ed5fa8;
  background: rgba(237, 95, 168, 0.18);
}

.eyebrow {
  border-color: rgba(243, 160, 202, 0.55);
  background: rgba(43, 7, 59, 0.42);
  color: #f3a0ca;
}

/* Título inspirado na tipografia forte da capa */
.hero h1 {
  color: #ffffff;
  font-weight: 800;
  letter-spacing: -0.06em;
  text-shadow:
    0 4px 25px rgba(21, 0, 30, 0.95),
    0 1px 2px rgba(0, 0, 0, 0.85);
}

.hero h1 span {
  background:
    linear-gradient(
      90deg,
      #ed5fa8 0%,
      #f3a0ca 52%,
      #b77bd0 100%
    );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-intro {
  color: rgba(255, 255, 255, 0.88);
}

.guide-points {
  border-color: rgba(237, 95, 168, 0.29);
  background: rgba(43, 7, 59, 0.53);
}

.guide-points > p {
  color: #f3a0ca;
}

.guide-points li {
  color: rgba(255, 255, 255, 0.87);
}

.guide-points li::before {
  border-color: #ed5fa8;
  background: rgba(237, 95, 168, 0.29);
}

.medical-note {
  color: rgba(255, 255, 255, 0.68);
}

/* Formulário */
.download-card {
  border-color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 252, 254, 0.98);
  box-shadow:
    0 34px 85px rgba(25, 0, 34, 0.46),
    0 0 0 1px rgba(237, 95, 168, 0.09);
}

.card-heading span,
.success-label {
  color: #c93282;
}

.card-heading h2,
.success-card h2 {
  color: #35113f;
}

.card-heading p {
  color: #826b87;
}

.field label {
  color: #6d235c;
}

.field input {
  border-color: #ead8e8;
  background: #fffafd;
  color: #35113f;
}

.field input:focus {
  border-color: #ed5fa8;
  box-shadow: 0 0 0 3px rgba(237, 95, 168, 0.13);
}

.field input::placeholder {
  color: #b6a2b3;
}

.consent {
  color: #755f78;
}

.consent input {
  accent-color: #ed5fa8;
}

#submit-button,
.download-again {
  background:
    linear-gradient(
      135deg,
      #b72f84 0%,
      #ed5fa8 55%,
      #c34091 100%
    );
  box-shadow:
    0 13px 27px rgba(190, 43, 128, 0.30);
}

#submit-button:hover,
.download-again:hover {
  background:
    linear-gradient(
      135deg,
      #c43791 0%,
      #f36db2 55%,
      #d04a9c 100%
    );
}

.success-icon {
  background: rgba(237, 95, 168, 0.14);
  color: #c93282;
}

/* Cards informativos */
.information {
  background: #fbf4fa;
}

.information article {
  border-color: #ead8e8;
  background: #ffffff;
  box-shadow: 0 12px 32px rgba(65, 13, 77, 0.05);
}

.information article > span {
  color: #ed5fa8;
}

.information h2 {
  color: #4d125a;
}

.information p {
  color: #775d7d;
}

/* Área do autor */
.author {
  background: #ffffff;
}

.author-placeholder {
  background:
    linear-gradient(
      145deg,
      #f7bddb,
      #d3a2dc 55%,
      #9b69bd
    );
  color: #5a176d;
}

.section-label {
  color: #c93282;
}

.author-copy h2 {
  color: #3d0d4a;
}

.author-copy > p:not(.section-label) {
  color: #775d7d;
}

.author-actions a {
  border-color: #e5cee4;
  color: #5a176d;
}

.author-actions a:first-child {
  border-color: #ed5fa8;
  background:
    linear-gradient(
      135deg,
      #b72f84,
      #ed5fa8
    );
  color: #ffffff;
}

/* Rodapé */
footer {
  background:
    linear-gradient(
      135deg,
      #22042f,
      #410950
    );
  color: rgba(255, 255, 255, 0.62);
}

.footer-inner strong {
  color: #ffffff;
}

/* Realce rosa no mobile */
@media (max-width: 520px) {
  .hero {
    background:
      linear-gradient(
        180deg,
        rgba(32, 2, 44, 0.86) 0%,
        rgba(46, 4, 62, 0.74) 42%,
        rgba(31, 2, 43, 0.92) 100%
      ),
      linear-gradient(
        120deg,
        rgba(237, 95, 168, 0.31),
        rgba(94, 20, 112, 0.22)
      ),
      url("/guia-cancer/img/banner-cancer.png") 48% center / cover no-repeat;
  }
}

/* ===== FIM PALETA CAPA PDF CANCER V3 ===== */


/* =========================================================
   CORREÇÃO VISUAL FINAL — CAPA DO PDF
   ========================================================= */

.hero {
  min-height: 690px;
  padding: 102px 0 38px;
  background:
    linear-gradient(
      90deg,
      rgba(37, 4, 51, 0.92) 0%,
      rgba(47, 5, 62, 0.78) 38%,
      rgba(54, 8, 68, 0.46) 67%,
      rgba(30, 3, 43, 0.69) 100%
    ),
    url("/guia-cancer/img/banner-cancer.png") center center / cover no-repeat;
}

.hero::before {
  background:
    radial-gradient(
      circle at 8% 36%,
      rgba(232, 73, 156, 0.17),
      transparent 34%
    ),
    linear-gradient(
      to bottom,
      rgba(31, 2, 43, 0.02),
      rgba(25, 2, 35, 0.24)
    );
}

.hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(390px, 430px);
  gap: clamp(42px, 5vw, 72px);
  align-items: start;
}

.hero-copy {
  padding-top: 12px;
}

.eyebrow {
  margin-bottom: 15px;
  border-color: rgba(239, 107, 175, 0.64);
  background: rgba(45, 4, 58, 0.55);
  color: #f6a1ce;
}

.hero h1 {
  max-width: 630px;
  margin: 0;
  color: #ffffff;
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-size: clamp(3rem, 5.1vw, 4.65rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.02;
  text-transform: none;
  text-shadow:
    0 4px 22px rgba(22, 0, 29, 0.75);
}

.hero h1 span {
  display: block;
  margin-top: 4px;

  /* Remove o efeito que deixou a letra preta */
  background: none;
  background-clip: initial;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: #ef6caf;

  color: #ef6caf;
  filter: none;
  text-shadow:
    0 4px 22px rgba(31, 0, 39, 0.85);
}

.hero-intro {
  max-width: 590px;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.91);
  font-size: 0.91rem;
  font-weight: 500;
  line-height: 1.65;
}

.guide-points {
  max-width: 595px;
  margin-top: 23px;
  padding: 16px 18px;
  border: 1px solid rgba(239, 108, 175, 0.38);
  border-radius: 13px;
  background: rgba(39, 4, 50, 0.61);
  box-shadow: none;
  backdrop-filter: blur(5px);
}

.guide-points > p {
  color: #f5a1cd;
}

.guide-points li {
  color: rgba(255, 255, 255, 0.91);
}

.guide-points li::before {
  border-color: #ef6caf;
  background: #ef6caf;
}

.medical-note {
  color: rgba(255, 255, 255, 0.72);
}

.download-card {
  padding: 23px 20px 17px;
  border: 0;
  border-radius: 17px;
  background: #fffafd;
  box-shadow:
    0 30px 70px rgba(25, 0, 32, 0.42);
}

.card-heading span,
.success-label {
  color: #df358d;
}

.card-heading h2,
.success-card h2 {
  color: #45104e;
  font-size: 1.1rem;
}

.field label {
  color: #81245f;
}

.field input {
  height: 41px;
  border-color: #ebcade;
  background: #fffafd;
}

.field input:focus {
  border-color: #e5539d;
  box-shadow: 0 0 0 3px rgba(229, 83, 157, 0.13);
}

#submit-button,
.download-again {
  min-height: 46px;
  background: #df2e88;
  box-shadow: 0 12px 24px rgba(193, 31, 117, 0.25);
}

#submit-button:hover,
.download-again:hover {
  background: #c92378;
}

.information {
  background: #faf1f8;
}

.information article {
  border-color: #ead2e4;
}

.information article > span {
  color: #df358d;
}

.information h2 {
  color: #50105d;
}

.section-label {
  color: #df358d;
}

.author-actions a:first-child {
  border-color: #df2e88;
  background: #df2e88;
}

footer {
  background: #2b073b;
}

@media (min-width: 941px) and (max-height: 850px) {
  .hero {
    min-height: 650px;
    padding-top: 88px;
  }

  .hero h1 {
    max-width: 570px;
    font-size: clamp(2.65rem, 4.5vw, 3.9rem);
  }

  .hero-intro {
    margin-top: 14px;
  }

  .guide-points {
    margin-top: 17px;
    padding: 13px 16px;
  }

  .download-card {
    padding: 18px 18px 14px;
  }
}

@media (max-width: 940px) {
  .hero {
    min-height: auto;
    background-position: 48% center;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    max-width: 100%;
  }
}

@media (max-width: 520px) {
  .hero {
    background:
      linear-gradient(
        180deg,
        rgba(41, 4, 55, 0.78),
        rgba(38, 3, 51, 0.91)
      ),
      url("/guia-cancer/img/banner-cancer.png") center center / cover no-repeat;
  }

  .hero h1 {
    font-size: 2.55rem;
  }
}

/* =========================================================
   FIM DA CORREÇÃO VISUAL FINAL
   ========================================================= */


/* ===== LOGO TOPO DR ADRIANO ===== */

.brand {
  display: inline-flex;
  align-items: center;
  min-height: 72px;
  text-decoration: none;
}

.brand-logo {
  display: block;
  width: auto;
  height: 58px;
  max-width: 340px;
  object-fit: contain;
  object-position: left center;
  filter:
    drop-shadow(0 4px 18px rgba(0, 0, 0, 0.35));
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.topbar-inner {
  align-items: center;
}

@media (max-width: 940px) {
  .brand {
    min-height: 60px;
  }

  .brand-logo {
    height: 50px;
    max-width: 280px;
  }
}

@media (max-width: 520px) {
  .brand {
    min-height: 52px;
  }

  .brand-logo {
    height: 42px;
    max-width: 220px;
  }
}

/* ===== FIM LOGO TOPO DR ADRIANO ===== */


/* ===== AUTOR E FOOTER MODELO ANTIFEMINICIDIO ===== */

.author-section {
  padding: 88px 0;
  background: #ffffff;
}

.author-section .author-grid {
  display: grid;
  grid-template-columns: 390px minmax(0, 1fr);
  gap: clamp(48px, 7vw, 92px);
  align-items: center;
}

.author-portrait {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1 / 1;
  margin: 0;
  border-radius: 18px;
  background:
    linear-gradient(
      145deg,
      rgba(243, 160, 202, 0.42),
      rgba(155, 105, 189, 0.22)
    ),
    #fbf4fa;
  box-shadow:
    0 24px 60px rgba(62, 8, 76, 0.16);
}

.author-portrait::after {
  position: absolute;
  inset: auto 0 0;
  height: 35%;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(
      to top,
      rgba(43, 7, 59, 0.10),
      transparent
    );
}

.author-portrait img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.author-copy .section-label {
  margin: 0 0 8px;
  color: #df358d;
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.author-copy h2 {
  max-width: 690px;
  margin: 0 0 20px;
  color: #3d0d4a;
  font-size: clamp(1.8rem, 3vw, 2.2rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.22;
}

.author-copy > p:not(.section-label) {
  max-width: 710px;
  margin: 0 0 15px;
  color: #775d7d;
  font-size: 0.87rem;
  line-height: 1.75;
}

.author-copy > p strong {
  color: #43114f;
  font-weight: 800;
}

.author-signature {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
}

.author-signature strong {
  color: #3d0d4a;
  font-size: 1rem;
  font-weight: 800;
}

.author-signature span {
  margin-top: 1px;
  color: #775d7d;
  font-size: 0.72rem;
}

.author-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.author-links a {
  padding: 10px 17px;
  border: 1px solid #e5cee4;
  border-radius: 9px;
  color: #5a176d;
  font-size: 0.76rem;
  font-weight: 700;
  text-decoration: none;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease;
}

.author-links a:hover {
  transform: translateY(-1px);
  border-color: #df358d;
  background: #fff6fb;
}

.author-links .primary-link {
  border-color: #df2e88;
  background: #df2e88;
  color: #ffffff;
}

.author-links .primary-link:hover {
  border-color: #c92378;
  background: #c92378;
}

/* Rodapé no mesmo estilo do guia anterior */

footer {
  padding: 44px 0 32px;
  background: #2b073b;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.72rem;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-start;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-brand {
  display: flex;
  flex-direction: column;
}

.footer-brand strong {
  color: #ffffff;
  font-size: 0.86rem;
  font-weight: 800;
}

.footer-brand span {
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.64rem;
}

.footer-top nav {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.footer-top a {
  color: rgba(255, 255, 255, 0.76);
  text-decoration: none;
}

.footer-top a:hover {
  color: #f3a0ca;
  text-decoration: underline;
}

.legal-note {
  max-width: 900px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.50);
  font-size: 0.69rem;
  line-height: 1.75;
}

.legal-note strong {
  color: rgba(255, 255, 255, 0.74);
}

@media (max-width: 900px) {
  .author-section .author-grid {
    grid-template-columns: 310px minmax(0, 1fr);
    gap: 42px;
  }
}

@media (max-width: 720px) {
  .author-section {
    padding: 62px 0;
  }

  .author-section .author-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .author-portrait {
    width: min(100%, 390px);
  }

  .author-copy h2 {
    font-size: 1.75rem;
  }

  .footer-top {
    flex-direction: column;
  }
}

/* ===== FIM AUTOR E FOOTER MODELO ANTIFEMINICIDIO ===== */


/* ===== LOGO NO RODAPE ===== */

.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}

.footer-logo {
  display: block;
  width: auto;
  height: 58px;
  max-width: 270px;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.22));
}

.footer-brand span {
  padding-left: 2px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.64rem;
}

@media (max-width: 720px) {
  .footer-logo {
    height: 50px;
    max-width: 235px;
  }
}

/* ===== FIM LOGO NO RODAPE ===== */


/* ===== CARDS INFORMATIVOS V2 ===== */

.information {
  padding: 82px 0;
  background:
    linear-gradient(
      180deg,
      #fff8fc 0%,
      #faedf7 100%
    );
}

.information-grid {
  gap: 20px;
}

.information article {
  position: relative;
  overflow: hidden;
  min-height: 215px;
  padding: 30px 26px;
  border: 1px solid #e8c9df;
  border-radius: 16px;
  background:
    linear-gradient(
      145deg,
      #ffffff 0%,
      #fff9fc 100%
    );
  box-shadow:
    0 16px 38px rgba(76, 12, 87, 0.07);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.information article::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  content: "";
  background:
    linear-gradient(
      90deg,
      #7a1a70 0%,
      #d9368c 52%,
      #ef74b5 100%
    );
}

.information article::after {
  position: absolute;
  right: -34px;
  bottom: -44px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  content: "";
  background:
    radial-gradient(
      circle,
      rgba(231, 79, 160, 0.11),
      transparent 70%
    );
}

.information article:hover {
  transform: translateY(-3px);
  border-color: #dd9ac5;
  box-shadow:
    0 22px 46px rgba(76, 12, 87, 0.11);
}

.information article > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 30px;
  border-radius: 999px;
  background: #f8d9ea;
  color: #bf2d78;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.information h2 {
  margin: 22px 0 10px;
  color: #53105f;
  font-size: 1.12rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.information p {
  max-width: 310px;
  margin: 0;
  color: #745d78;
  font-size: 0.82rem;
  line-height: 1.7;
}

@media (max-width: 720px) {
  .information {
    padding: 62px 0;
  }

  .information article {
    min-height: auto;
    padding: 26px 22px;
  }
}

/* ===== FIM CARDS INFORMATIVOS V2 ===== */


/* ===== REDES SOCIAIS NO RODAPE ===== */

/*
 * O topo do rodapé agora possui três áreas:
 * logo, redes sociais e links legais.
 */
.footer-top {
  display: grid;
  grid-template-columns:
    minmax(220px, 1fr)
    auto
    minmax(250px, 1fr);
  gap: 40px;
  align-items: center;
}

.footer-social {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.footer-social-title {
  color: rgba(255, 255, 255, 0.67);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-social-links {
  display: flex;
  align-items: center;
  gap: 10px;
}

.social-link {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.20);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  text-decoration: none;
  transition:
    transform 170ms ease,
    border-color 170ms ease,
    background 170ms ease,
    box-shadow 170ms ease;
}

.social-link svg {
  display: block;
  width: 21px;
  height: 21px;
  fill: currentColor;
}

.social-link:hover {
  transform: translateY(-3px) scale(1.04);
  border-color: rgba(255, 255, 255, 0.55);
}

/* Cores reconhecíveis de cada rede */

.social-link.whatsapp:hover {
  background: #25d366;
  box-shadow: 0 10px 25px rgba(37, 211, 102, 0.28);
}

.social-link.instagram:hover {
  background:
    radial-gradient(
      circle at 30% 110%,
      #fdf497 0%,
      #fdf497 5%,
      #fd5949 45%,
      #d6249f 60%,
      #285aeb 90%
    );
  box-shadow: 0 10px 25px rgba(214, 36, 159, 0.30);
}

.social-link.facebook:hover {
  background: #1877f2;
  box-shadow: 0 10px 25px rgba(24, 119, 242, 0.30);
}

.social-link.tiktok:hover {
  background: #111111;
  box-shadow:
    -3px 0 0 rgba(37, 244, 238, 0.55),
    3px 0 0 rgba(254, 44, 85, 0.55),
    0 10px 25px rgba(0, 0, 0, 0.30);
}

.footer-top nav {
  justify-content: flex-end;
  text-align: right;
}

@media (max-width: 900px) {
  .footer-top {
    grid-template-columns: 1fr auto;
  }

  .footer-social {
    align-items: flex-end;
  }

  .footer-top nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    text-align: left;
  }
}

@media (max-width: 620px) {
  .footer-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .footer-social {
    align-items: flex-start;
  }

  .footer-social-links {
    gap: 9px;
  }

  .social-link {
    width: 40px;
    height: 40px;
  }

  .footer-top nav {
    justify-content: flex-start;
  }
}

/* ===== FIM REDES SOCIAIS NO RODAPE ===== */


/* ===== CENTRALIZAÇÃO DO TEXTO LEGAL ===== */

.legal-note {
  max-width: 980px;
  margin: 22px auto 0;
  text-align: center;
  line-height: 1.75;
}

.legal-note strong {
  display: inline;
}

@media (max-width: 720px) {
  .legal-note {
    max-width: 100%;
    text-align: left;
  }
}

/* ===== FIM CENTRALIZAÇÃO DO TEXTO LEGAL ===== */

/* ===== HERO DIREITOS BENEFICIOS INICIO ===== */

/*
 * Titulo inspirado na capa:
 * branco + rosa, sem alterar o restante do hero.
 */

.hero h1.hero-rights-title {
  display: block !important;
  max-width: 650px !important;
  margin: 0 !important;

  color: #ffffff !important;

  font-size: clamp(3rem, 4.8vw, 4.35rem) !important;
  font-weight: 800 !important;
  line-height: .93 !important;
  letter-spacing: -0.055em !important;
  text-transform: uppercase !important;

  text-wrap: initial !important;
}

.hero h1.hero-rights-title .hero-rights-line {
  display: block !important;
  margin: 0 !important;
  color: inherit !important;
  background: none !important;
  -webkit-text-fill-color: currentColor !important;
}

.hero h1.hero-rights-title .hero-rights-white {
  color: #ffffff !important;
  background: none !important;
  -webkit-text-fill-color: #ffffff !important;
}

.hero h1.hero-rights-title .hero-rights-pink {
  color: #ff79c4 !important;

  background:
    linear-gradient(
      90deg,
      #ff79c4 0%,
      #ffa0d7 55%,
      #eb8cff 100%
    ) !important;

  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

/* texto abaixo do titulo */

.hero .hero-rights-intro {
  max-width: 560px !important;
  margin-top: 27px !important;

  color: #ffffff !important;

  font-size: 1.08rem !important;
  font-weight: 400 !important;
  line-height: 1.38 !important;
}

.hero .hero-rights-intro strong {
  display: block !important;

  margin-top: 13px !important;

  color: #ff8dcc !important;

  font-size: 1.08rem !important;
  font-weight: 800 !important;
  line-height: 1.28 !important;
}

/* desktop mais baixo */
@media (min-width: 941px) and (max-height: 860px) {

  .hero h1.hero-rights-title {
    font-size: clamp(2.7rem, 4.1vw, 3.75rem) !important;
  }

  .hero .hero-rights-intro {
    margin-top: 20px !important;
    font-size: .96rem !important;
  }

  .hero .hero-rights-intro strong {
    font-size: .98rem !important;
  }
}

/* tablet/mobile */
@media (max-width: 940px) {

  .hero h1.hero-rights-title {
    max-width: 100% !important;
    font-size: clamp(2.7rem, 9vw, 4rem) !important;
  }

  .hero .hero-rights-intro {
    max-width: 100% !important;
  }
}

@media (max-width: 430px) {

  .hero h1.hero-rights-title {
    font-size: 2.55rem !important;
    line-height: .95 !important;
  }

  .hero .hero-rights-intro {
    margin-top: 20px !important;
    font-size: .94rem !important;
  }

  .hero .hero-rights-intro strong {
    font-size: .96rem !important;
  }
}

/* ===== HERO DIREITOS BENEFICIOS FIM ===== */

/* ===== HERO MOBILE CONSOLIDADO INICIO ===== */

@media (max-width: 720px) {

  /*
   * HEADER
   * Remove completamente a marca do topo no mobile.
   */
  header.topbar {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /*
   * HERO
   * Sem o header, começamos o conteúdo próximo ao topo.
   */
  .hero {
    min-height: auto !important;
    padding-top: 28px !important;
  }

  .hero-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }

  .hero-copy {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }

  /*
   * SELO
   * GUIA GRATUITO EM PDF sobe para o início.
   */
  .hero .eyebrow {
    display: inline-flex !important;
    margin: 0 0 22px 0 !important;
  }

  /*
   * TITULO
   * Três linhas fixas:
   * DIREITOS E BENEFÍCIOS
   * DA PESSOA COM
   * CÂNCER
   */
  .hero h1.hero-rights-title {
    display: block !important;
    width: 100% !important;
    max-width: none !important;

    margin: 0 0 12px 0 !important;
    padding: 0 !important;

    font-size: clamp(2.35rem, 10.7vw, 3.15rem) !important;
    line-height: 1 !important;
    letter-spacing: -0.045em !important;
  }

  .hero-rights-title .hero-rights-line {
    display: block !important;
    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    white-space: nowrap !important;
    line-height: 1 !important;
  }

  /*
   * Primeira linha:
   * DIREITOS E BENEFÍCIOS
   */
  .hero-rights-title .hero-rights-line-1 {
    margin-bottom: 4px !important;
  }

  .hero-rights-title .hero-rights-line-1 .hero-rights-pink {
    margin-left: 5px !important;
  }

  /*
   * Segunda linha:
   * DA PESSOA COM
   */
  .hero-rights-title .hero-rights-line-2 {
    margin-bottom: 2px !important;
  }

  /*
   * Terceira linha:
   * CÂNCER
   *
   * Sem margem negativa e com line-height normal.
   * Isso elimina a sobreposição no "A".
   */
  .hero-rights-title .hero-rights-line-3 {
    display: block !important;

    margin: 0 !important;
    padding: 0 0 5px 0 !important;

    font-size: .94em !important;
    line-height: 1.08 !important;
  }

  /*
   * TEXTO ABAIXO
   * Aproxima "Conhecer seus direitos..." do título.
   */
  .hero .hero-rights-intro {
    margin: 4px 0 0 0 !important;

    color: #ffffff !important;

    font-size: 1rem !important;
    line-height: 1.35 !important;
  }

  .hero .hero-rights-intro strong {
    display: block !important;

    margin-top: 12px !important;

    color: #ff8dcc !important;

    font-size: 1rem !important;
    line-height: 1.25 !important;
  }

  /*
   * Lista logo abaixo sem espaço exagerado.
   */
  .hero .guide-points {
    margin-top: 24px !important;
  }
}


/*
 * CELULARES ESTREITOS
 */
@media (max-width: 430px) {

  .hero {
    padding-top: 24px !important;
  }

  .hero .eyebrow {
    margin-bottom: 20px !important;
  }

  .hero h1.hero-rights-title {
    font-size: clamp(2.18rem, 10.4vw, 2.85rem) !important;
  }

  .hero-rights-title .hero-rights-line-2 {
    margin-bottom: 3px !important;
  }

  .hero-rights-title .hero-rights-line-3 {
    line-height: 1.10 !important;
    padding-bottom: 6px !important;
  }

  .hero .hero-rights-intro {
    margin-top: 2px !important;
  }
}

/* ===== HERO MOBILE CONSOLIDADO FIM ===== */

/* ===== FORM MOBILE MAIS ALTO INICIO ===== */

@media (max-width: 720px) {

  .hero-grid {
    gap: 14px !important;
  }

  .hero-copy {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  .form-column {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .download-card {
    margin-top: 0 !important;
  }

}

/* ===== FORM MOBILE MAIS ALTO FIM ===== */

/* ===== HERO RIGHTS MOBILE TITULO 3 LINHAS FIXAS INICIO ===== */

@media (max-width: 430px) {

  .hero-copy {
    padding-top: 0 !important;
  }

  .hero-rights-title {
    font-size: 2.36rem !important;
    line-height: 0.95 !important;
    letter-spacing: -0.045em !important;
    margin: 0 0 12px 0 !important;
    max-width: 100% !important;
  }

  .hero-rights-title .hero-rights-line {
    display: block !important;
    white-space: nowrap !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* 1a linha: DIREITOS E BENEFICIOS */
  .hero-rights-title .hero-rights-line-1 {
    margin-bottom: 4px !important;
  }

  /* 2a linha: DA PESSOA COM */
  .hero-rights-title .hero-rights-line-2 {
    margin-bottom: 4px !important;
  }

  /* 3a linha: CANCER */
  .hero-rights-title .hero-rights-line-3 {
    margin-top: 0 !important;
  }

  /* sobe o texto logo abaixo do titulo */
  .hero-rights-title + p,
  .hero-copy .hero-rights-title + p {
    margin-top: -2px !important;
    margin-bottom: 8px !important;
    line-height: 1.16 !important;
  }

  .hero-rights-title + p + p,
  .hero-copy .hero-rights-title + p + p {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
    line-height: 1.10 !important;
  }

}

/* ===== HERO RIGHTS MOBILE TITULO 3 LINHAS FIXAS FIM ===== */

/* ===== INFORMATION CARD FINAL INICIO ===== */

/* título sempre em caixa alta */
.information article h2 {
  text-transform: uppercase !important;
}

/* como agora existe apenas um card */
.information-grid {
  grid-template-columns: 1fr !important;
}

/* MOBILE */
@media (max-width: 720px) {

  /*
   * Remove aquele grande vazio
   * acima e abaixo do único card.
   */
  .information {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .information .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .information-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;

    margin: 0 !important;
    padding: 0 !important;
  }

  .information article {
    min-height: 0 !important;
    height: auto !important;

    margin: 0 !important;
    padding: 22px 16px !important;
  }

  .information article h2 {
    margin-top: 0 !important;
    margin-bottom: 10px !important;

    text-transform: uppercase !important;
  }

  .information article p {
    margin: 0 !important;
  }
}

/* ===== INFORMATION CARD FINAL FIM ===== */

/* ===== CARD DIREITOS CENTRALIZADO INICIO ===== */

.information article {
  text-align: center !important;
}

.information article h2 {
  text-align: center !important;
  text-transform: uppercase !important;
}

.information article p {
  text-align: center !important;
  text-transform: uppercase !important;

  max-width: 620px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (max-width: 720px) {

  .information article {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;

    text-align: center !important;
  }

  .information article h2 {
    width: 100% !important;
    text-align: center !important;
  }

  .information article p {
    width: 100% !important;
    text-align: center !important;
    text-transform: uppercase !important;

    line-height: 1.55 !important;
  }

}

/* ===== CARD DIREITOS CENTRALIZADO FIM ===== */

/* ===== FORM TITULO PACIENTE ONCOLOGICO INICIO ===== */

.download-card .card-heading {
  margin: 0 0 10px !important;
  padding: 0 !important;
}

.download-card .card-heading h2 {
  margin: 0 !important;
  padding: 0 !important;

  color: #4a124c !important;

  font-size: 1.12rem !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.02em !important;

  text-align: left !important;
  text-transform: uppercase !important;
}

@media (max-width: 720px) {

  .download-card .card-heading {
    margin-bottom: 8px !important;
  }

  .download-card .card-heading h2 {
    font-size: 1rem !important;
    line-height: 1.15 !important;
    white-space: nowrap !important;
  }

}

@media (max-width: 390px) {

  .download-card .card-heading h2 {
    font-size: .93rem !important;
  }

}

/* ===== FORM TITULO PACIENTE ONCOLOGICO FIM ===== */


/* ==========================================================
   PATCH — CENTRALIZAR TITULO DO FORMULARIO
   ========================================================== */

.download-card .card-heading {
    text-align: center !important;
}

.download-card .card-heading h2 {
    width: 100% !important;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

@media (max-width: 720px) {
    .download-card .card-heading h2 {
        width: 100% !important;
        text-align: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
        font-size: 1rem !important;
        line-height: 1.15 !important;
        white-space: nowrap !important;
    }
}

/* ===== FIM PATCH CENTRALIZAR TITULO ===== */


/* ==========================================================
   PATCH FINAL — TITULO FORMULARIO CENTRALIZADO
   ========================================================== */

#form-card .card-heading {
    display: flex !important;
    width: 100% !important;

    align-items: center !important;
    justify-content: center !important;

    margin: 0 0 10px !important;
    padding: 0 !important;

    text-align: center !important;
}

#form-card .card-heading h2 {
    display: block !important;

    width: 100% !important;
    max-width: none !important;

    margin: 0 auto !important;
    padding: 0 !important;

    text-align: center !important;

    transform: none !important;
    left: auto !important;
    right: auto !important;
}

@media (max-width: 720px) {

    #form-card .card-heading {
        justify-content: center !important;
        text-align: center !important;
    }

    #form-card .card-heading h2 {
        width: 100% !important;
        margin: 0 auto !important;

        font-size: 1rem !important;
        line-height: 1.15 !important;

        text-align: center !important;
        white-space: nowrap !important;
    }

}

/* ===== FIM PATCH FINAL TITULO FORMULARIO ===== */




/* ===== HERO MOBILE REFINO FINAL INICIO ===== */

@media (max-width: 430px) {

  .hero {
    overflow: hidden !important;
  }

  .hero-grid {
    position: relative !important;
    min-height: auto !important;
  }

  .hero-copy {
    position: relative !important;
    z-index: 2 !important;
    padding-right: 150px !important;
  }

  .hero-rights-title {
    max-width: 220px !important;
    font-size: 2.45rem !important;
    line-height: 0.92 !important;
    letter-spacing: -0.04em !important;
    margin: 0 0 16px 0 !important;
  }

  .hero-rights-title .hero-rights-line {
    display: block !important;
    white-space: nowrap !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .hero-rights-title .hero-rights-line-1,
  .hero-rights-title .hero-rights-line-2,
  .hero-rights-title .hero-rights-line-3 {
    margin-bottom: 2px !important;
  }

  .hero-rights-title .hero-rights-line-4 {
    margin-bottom: 16px !important;
  }

  .hero-copy .hero-rights-title + p,
  .hero-rights-title + p {
    max-width: 220px !important;
    margin: 0 0 14px 0 !important;
    font-size: 0.97rem !important;
    line-height: 1.15 !important;
  }

  .hero-copy .hero-rights-title + p + p,
  .hero-rights-title + p + p {
    max-width: 220px !important;
    margin: 0 0 18px 0 !important;
    font-size: 0.98rem !important;
    line-height: 1.12 !important;
  }

  .form-area {
    margin-top: 8px !important;
  }

  .form-card {
    margin-top: 0 !important;
  }
}

/* ===== HERO MOBILE REFINO FINAL FIM ===== */

/* ===== LOGO HERO MOBILE DEFINITIVA INICIO ===== */

.hero-logo-mobile {
  display: none !important;
}

@media (max-width: 720px) {

  .hero {
    position: relative !important;
  }

  .hero-logo-mobile {
    display: block !important;
    position: absolute !important;

    top: 146px !important;
    right: 14px !important;

    width: 138px !important;
    max-width: 138px !important;
    height: auto !important;

    object-fit: contain !important;

    z-index: 3 !important;

    pointer-events: none !important;
    user-select: none !important;
  }
}

@media (max-width: 430px) {

  .hero-logo-mobile {
    top: 150px !important;
    right: 12px !important;

    width: 130px !important;
    max-width: 130px !important;
  }
}

/* ===== LOGO HERO MOBILE DEFINITIVA FIM ===== */
