/* ── Prostate Truth Briefing — Premium Section ── */

.prostate-section {
  background: linear-gradient(168deg, #070e24 0%, #0c1938 50%, #070c1e 100%);
  position: relative;
  overflow: hidden;
}

.prostate-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 600px 300px at 20% 10%, rgba(244, 63, 94, 0.04), transparent 70%),
    radial-gradient(ellipse 500px 400px at 80% 80%, rgba(59, 130, 246, 0.03), transparent 70%);
  pointer-events: none;
}

.prostate-wrap {
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.prostate-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1.1rem;
  border-radius: 9999px;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Lexend Deca", "Poppins", sans-serif;
  color: #fecaca;
  border: 1px solid rgba(248, 113, 113, 0.25);
  background: rgba(127, 29, 29, 0.35);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  margin-bottom: 1.5rem;
}

.prostate-title {
  font-family: "Lexend Deca", "Poppins", sans-serif !important;
  font-size: clamp(2rem, 1.4rem + 2.6vw, 4rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #f1f5f9;
  text-wrap: balance;
  margin-bottom: 1.25rem;
}

.prostate-title .accent {
  color: var(--brand-accent, #ff6b7f);
}

.prostate-lead {
  color: #c8d6f0;
  font-size: clamp(1.02rem, 0.96rem + 0.35vw, 1.25rem);
  line-height: 1.78;
  max-width: 72ch;
}

.prostate-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 2.25rem;
}

.prostate-card {
  border-radius: 20px;
  border: 1px solid rgba(148, 163, 184, 0.12);
  background: rgba(15, 23, 42, 0.5);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  padding: 1.5rem 1.35rem;
  transition: transform 300ms cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 300ms ease,
              border-color 300ms ease;
}

.prostate-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
  border-color: rgba(148, 163, 184, 0.22);
}

.prostate-card h3 {
  margin: 0 0 0.75rem 0;
  color: #f1f5f9;
  font-family: "Lexend Deca", "Poppins", sans-serif;
  font-size: clamp(1.2rem, 1.02rem + 0.6vw, 1.65rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.prostate-card p,
.prostate-copy p {
  margin: 0;
  color: #c8d6f0;
  font-size: clamp(0.95rem, 0.92rem + 0.2vw, 1.08rem);
  line-height: 1.76;
}

.prostate-section h2,
.prostate-section h3,
.prostate-section h4 {
  font-family: "Lexend Deca", "Poppins", sans-serif;
}

.prostate-copy {
  margin-top: 2.25rem;
  display: grid;
  gap: 1.15rem;
}

.prostate-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.85rem;
}

.prostate-list li {
  position: relative;
  padding-left: 1.6rem;
  color: #cbd5e1;
  font-size: clamp(0.95rem, 0.92rem + 0.2vw, 1.08rem);
  line-height: 1.72;
}

.prostate-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 9999px;
  background: linear-gradient(180deg, #fb7185, #f43f5e);
  box-shadow: 0 0 0 3px rgba(244, 63, 94, 0.12);
}

.prostate-table-wrap {
  margin-top: 1.5rem;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.12);
  background: rgba(10, 17, 37, 0.55);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.prostate-table {
  width: 100%;
  border-collapse: collapse;
}

.prostate-table th,
.prostate-table td {
  padding: 0.9rem 1.1rem;
  text-align: left;
}

.prostate-table th {
  background: rgba(127, 29, 29, 0.35);
  color: #fecaca;
  font-family: "Lexend Deca", "Poppins", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.prostate-table td {
  border-top: 1px solid rgba(148, 163, 184, 0.1);
  color: #cbd5e1;
  font-size: 0.95rem;
  line-height: 1.55;
}

.prostate-table td:last-child {
  color: #e2e8f0;
  font-weight: 600;
}

.prostate-cta {
  margin-top: 2.5rem;
  border-radius: 22px;
  border: 1px solid rgba(244, 63, 94, 0.18);
  background: linear-gradient(168deg, rgba(127, 29, 29, 0.3), rgba(15, 23, 42, 0.45));
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: clamp(1.25rem, 1.2rem + 0.8vw, 2rem);
}

.prostate-cta p {
  color: #f1f5f9;
  margin: 0;
  line-height: 1.75;
}

.prostate-cta p + p {
  margin-top: 0.75rem;
}

.prostate-actions {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.prostate-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  padding: 0.85rem 1.25rem;
  font-family: "Lexend Deca", "Poppins", sans-serif;
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: transform 260ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 260ms ease, background-color 220ms ease;
}

.prostate-btn-primary {
  background: linear-gradient(180deg, #ff617b, #e94762);
  color: #fff;
  box-shadow: 0 14px 30px rgba(127, 29, 29, 0.35), 0 4px 8px rgba(0, 0, 0, 0.15);
}

.prostate-btn-primary:hover {
  box-shadow: 0 20px 40px rgba(127, 29, 29, 0.45), 0 6px 12px rgba(0, 0, 0, 0.2);
}

.prostate-btn-secondary {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #f1f5f9;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.prostate-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.28);
}

.prostate-btn:hover {
  transform: translateY(-3px);
}

.prostate-btn:active {
  transform: translateY(-1px);
  transition-duration: 80ms;
}

/* ── Prostate Keyword Highlight ── */

.pk {
  color: #fb7185;
  font-weight: 700;
  background: linear-gradient(180deg, transparent 60%, rgba(244, 63, 94, 0.15) 60%);
  padding: 0 0.15em;
  border-radius: 3px;
}

.pk-light {
  color: #fff;
  font-weight: 800;
  text-shadow: 0 0 18px rgba(251, 113, 133, 0.5);
}

/* ── Kicker Dot ── */

.prostate-kicker-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #fb7185;
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  flex-shrink: 0;
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

/* ── Hero Visual (image + text side by side) ── */

.prostate-hero-visual {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 2.5rem;
  align-items: center;
  margin-bottom: 2.25rem;
}

.prostate-hero-img-wrap {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.12);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.prostate-hero-img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  display: block;
}

.prostate-hero-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(7, 14, 36, 0.6) 100%);
  pointer-events: none;
}

.prostate-hero-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.prostate-hero-text .prostate-title {
  margin-bottom: 1.25rem;
}

/* ── Card Images ── */

.prostate-card-img-wrap {
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 1.15rem;
  border: 1px solid rgba(148, 163, 184, 0.08);
}

.prostate-card-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.prostate-card:hover .prostate-card-img {
  transform: scale(1.05);
}

/* ── Image Banner ── */

.prostate-img-banner {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
  border: 1px solid rgba(148, 163, 184, 0.1);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
}

.prostate-banner-img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}

.prostate-banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 14, 36, 0.3) 0%, rgba(7, 14, 36, 0.75) 100%);
  display: flex;
  align-items: flex-end;
  padding: 1.5rem 2rem;
}

.prostate-banner-label {
  font-family: "Lexend Deca", "Poppins", sans-serif;
  font-size: clamp(1.1rem, 0.95rem + 0.6vw, 1.5rem);
  font-weight: 800;
  color: #f1f5f9;
  letter-spacing: -0.02em;
  text-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
}

/* ── Responsive — Tablet ── */

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

  .prostate-hero-visual {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .prostate-hero-img {
    height: 240px;
  }

  .prostate-banner-img {
    height: 180px;
  }

  .prostate-table th,
  .prostate-table td {
    padding: 0.7rem 0.8rem;
    font-size: 0.88rem;
  }

  .prostate-table th {
    font-size: 0.75rem;
  }
}

/* ── Responsive — Mobile ── */

@media (max-width: 640px) {
  .prostate-wrap {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .prostate-title {
    font-size: clamp(1.5rem, 1.2rem + 1.8vw, 2.4rem);
  }

  .prostate-lead {
    font-size: clamp(0.9rem, 0.85rem + 0.25vw, 1.05rem);
  }

  .prostate-hero-img {
    height: 200px;
  }

  .prostate-card-img {
    height: 140px;
  }

  .prostate-card {
    padding: 1.1rem 1rem;
  }

  .prostate-card h3 {
    font-size: clamp(1.05rem, 0.95rem + 0.4vw, 1.3rem);
  }

  .prostate-card p,
  .prostate-copy p {
    font-size: clamp(0.85rem, 0.82rem + 0.15vw, 0.95rem);
  }

  .prostate-list li {
    font-size: clamp(0.85rem, 0.82rem + 0.15vw, 0.95rem);
    padding-left: 1.3rem;
  }

  .prostate-banner-img {
    height: 150px;
  }

  .prostate-banner-label {
    font-size: clamp(0.9rem, 0.82rem + 0.4vw, 1.15rem);
  }

  .prostate-banner-overlay {
    padding: 1rem 1.25rem;
  }

  .prostate-table-wrap {
    border-radius: 14px;
  }

  .prostate-table th,
  .prostate-table td {
    padding: 0.55rem 0.6rem;
    font-size: 0.8rem;
  }

  .prostate-table th {
    font-size: 0.68rem;
  }

  .prostate-cta {
    padding: 1rem;
    border-radius: 16px;
  }

  .prostate-cta p {
    font-size: 0.9rem;
  }

  .prostate-btn {
    padding: 0.75rem 1rem;
    font-size: 0.88rem;
    width: 100%;
    text-align: center;
  }

  .prostate-actions {
    flex-direction: column;
  }

  .prostate-kicker {
    font-size: 0.68rem;
    padding: 0.4rem 0.85rem;
  }

  .pk {
    padding: 0 0.1em;
  }
}

/* ── Responsive — Small phones ── */

@media (max-width: 400px) {
  .prostate-hero-img {
    height: 160px;
  }

  .prostate-card-img {
    height: 120px;
  }

  .prostate-banner-img {
    height: 120px;
  }

  .prostate-title {
    font-size: clamp(1.3rem, 1.1rem + 1.2vw, 1.8rem);
  }
}
