/* --- BANDING PAGE --- */

/* =========== HERO =========== */
.banding-hero {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  padding: 3.2rem 1.5rem 0;
}
.banding-hero .eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.8rem;
  color: var(--ui-teal-700);
  margin-bottom: 0.6rem;
}
.banding-hero h2 {
  font-size: clamp(2rem, 3.2vw, 2.6rem);
  color: var(--section-heading-color);
  margin-bottom: 1rem;
}
.banding-hero .lead {
  font-size: 1.1rem;
  color: var(--text-color);
  line-height: 1.8;
}
.banding-hero .hero-actions {
  margin-top: 1.4rem;
  display: flex;
  gap: 0.8rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* =========== HIGHLIGHTS =========== */
.banding-highlights {
  max-width: var(--container-max-width);
  margin: 2.2rem auto 0;
  padding: 0 1.5rem 2.4rem;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.1rem;
}
.banding-highlight {
  grid-column: span 12;
  background: var(--light-background);
  border: 1px solid #e6edf0;
  border-radius: 12px;
  padding: 1.2rem;
  text-align: left;
}
.banding-highlight h3 {
  margin: 0 0 0.4rem;
  color: var(--section-heading-color);
}

/* =========== OVERVIEW =========== */
.banding-overview {
  max-width: var(--container-max-width);
  margin: 0 auto;
  padding: 0 1.5rem 2.6rem;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.5rem;
  align-items: center;
}
.banding-copy {
  grid-column: span 12;
}
.banding-copy h3 {
  font-size: 1.6rem;
  color: var(--section-heading-color);
  margin-bottom: 0.8rem;
}
.banding-copy ul {
  margin: 0.8rem 0 0;
  padding-left: 1.2rem;
  list-style: disc;
}
.banding-media {
  grid-column: span 12;
  background: var(--light-background);
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #e6edf0;
}
.banding-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* =========== STEPS =========== */
.banding-steps {
  max-width: var(--container-max-width);
  margin: 0 auto;
  padding: 0 1.5rem 2.6rem;
}
.banding-steps h3 {
  text-align: center;
  font-size: 2rem;
  color: var(--section-heading-color);
  margin-bottom: 1.6rem;
}
.banding-step-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.2rem;
}
.banding-step {
  grid-column: span 12;
  background: #fff;
  border: 1px solid #e6edf0;
  border-radius: 14px;
  padding: 1.35rem;
  box-shadow: var(--box-shadow-soft);
}
.banding-step .num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--primary-color);
  color: #fff;
  font-weight: 700;
  margin-bottom: 0.6rem;
}

/* =========== CANDIDACY =========== */
.banding-candidacy {
  max-width: var(--container-max-width);
  margin: 0 auto;
  padding: 0 1.5rem 2.6rem;
}
.candidacy-card {
  background: #fff;
  border: 1px solid #e6edf0;
  border-radius: 16px;
  padding: 1.6rem;
  box-shadow: var(--box-shadow-soft);
}
.candidacy-card h3 {
  margin: 0 0 0.5rem;
  color: var(--section-heading-color);
}
.candidacy-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.4rem;
  margin-top: 1rem;
}
.candidacy-grid > div {
  grid-column: span 12;
  background: var(--light-background);
  border-radius: 12px;
  padding: 1rem 1.2rem;
}
.candidacy-grid h4 {
  margin: 0 0 0.4rem;
  color: var(--section-heading-color);
}
.candidacy-grid ul {
  margin: 0;
  padding-left: 1.1rem;
  list-style: disc;
}

/* =========== AFTERCARE =========== */
.banding-aftercare {
  max-width: var(--container-max-width);
  margin: 0 auto;
  padding: 0 1.5rem 2.8rem;
}
.banding-aftercare h3 {
  text-align: center;
  font-size: 2rem;
  color: var(--section-heading-color);
  margin-bottom: 1.6rem;
}
.aftercare-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.2rem;
}
.aftercare-item {
  grid-column: span 12;
  background: #fff;
  border: 1px solid #e6edf0;
  border-radius: 14px;
  padding: 1.2rem 1.3rem;
  box-shadow: var(--box-shadow-soft);
}
.aftercare-item h4 {
  margin: 0 0 0.4rem;
  color: var(--section-heading-color);
}

/* =========== FAQ =========== */
.banding-faq {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 1.5rem 2.8rem;
}
.banding-faq h3 {
  text-align: left;
  font-size: clamp(1.25rem, 2.2vw, 1.5rem);
  margin: 0 clamp(8px, 2vw, 16px) 0.9rem;
  color: var(--section-heading-color);
  font-weight: 700;
}
.faq-acc {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}
.faq-item {
  border-top: 1px solid #e6edf0;
  margin: 0 clamp(8px, 2vw, 16px);
  padding: 0.35rem 0;
}
.faq-item:first-child { border-top: 0; }
.faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.85rem 0;
  background: transparent;
  border: 0;
  text-align: left;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--section-heading-color);
  cursor: pointer;
  transition: color 0.2s ease, text-underline-offset 0.2s ease;
}
.faq-q::before {
  content: "";
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='currentColor' d='M9 5l7 7l-7 7'/></svg>") center/contain no-repeat;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='currentColor' d='M9 5l7 7l-7 7'/></svg>") center/contain no-repeat;
  background-color: currentColor;
  transform: rotate(0deg);
  opacity: 0.9;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.faq-q[aria-expanded="true"]::before {
  transform: rotate(90deg);
  opacity: 1;
}
.faq-q:hover {
  background: transparent !important;
  color: var(--primary-700);
  text-decoration: underline;
  text-decoration-thickness: 0.06em;
  text-underline-offset: 0.18em;
}
.faq-q:focus-visible {
  outline: 2px solid var(--primary-600);
  outline-offset: 2px;
  border-radius: 6px;
}
.faq-a {
  display: none;
  padding: 0 0 1rem 34px;
  color: var(--text-color);
  line-height: 1.7;
  font-size: 1rem;
}

/* =========== CTA =========== */
.banding-cta {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  padding: 1rem 1.5rem 3.2rem;
}
.banding-cta h3 {
  font-size: 1.75rem;
  margin-bottom: 0.85rem;
  color: var(--section-heading-color);
}
.banding-cta p {
  margin-bottom: 1.15rem;
  color: var(--text-color);
}
.banding-cta .cta-buttons {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
  justify-content: center;
}

/* =========== RESPONSIVE =========== */
@media (min-width: 768px) {
  .banding-highlight { grid-column: span 4; }
  .banding-copy { grid-column: span 7; }
  .banding-media { grid-column: span 5; }
  .banding-step { grid-column: span 4; }
  .candidacy-grid > div { grid-column: span 6; }
  .aftercare-item { grid-column: span 4; }
}
