/* Pro Roadmap landing page (extends newsletter.css for the form) */

.pro-roadmap-hero {
  min-height: 70vh;
}

.pro-roadmap-content {
  max-width: 720px;
}

.pro-roadmap-eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #fd79a8;
  margin-bottom: 0.75rem;
  font-weight: 600;
}

.pro-roadmap-content h1 {
  background: linear-gradient(135deg, #fd79a8, #ffb6c8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.pro-roadmap-section {
  padding: 3rem 1.5rem;
}

.pro-roadmap-section--alt {
  background: rgba(255, 255, 255, 0.02);
}

.pro-roadmap-section__inner {
  max-width: 720px;
  margin: 0 auto;
}

.pro-roadmap-section h2 {
  font-size: 1.6rem;
  margin: 0 0 1rem;
  font-weight: 600;
}

.pro-roadmap-section p {
  font-size: 1.02rem;
  line-height: 1.65;
  color: var(--secondary-color);
  margin: 0;
}

.pro-roadmap-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.pro-roadmap-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 1rem;
  line-height: 1.55;
  color: var(--secondary-color);
}

.pro-roadmap-bullets i {
  color: #fd79a8;
  font-size: 1rem;
  margin-top: 0.25rem;
  flex-shrink: 0;
}

.pro-roadmap-faq {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 1rem 0;
}

.pro-roadmap-faq:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.pro-roadmap-faq summary {
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.25rem 0;
  list-style: none;
  position: relative;
  padding-right: 2rem;
}

.pro-roadmap-faq summary::-webkit-details-marker {
  display: none;
}

.pro-roadmap-faq summary::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 0.4rem;
  font-size: 0.85rem;
  opacity: 0.5;
  transition: transform 0.2s ease;
}

.pro-roadmap-faq[open] summary::after {
  transform: rotate(180deg);
}

.pro-roadmap-faq p {
  margin-top: 0.6rem;
  font-size: 0.95rem;
  line-height: 1.6;
  opacity: 0.85;
}
