/* ============================================
   SECTIONS.CSS â€” All page sections
   ============================================ */

/* ============ HERO ============ */
.hero {
  background: var(--primary-dark);
  min-height: calc(100vh - 90px);
}

.hero .row {
  min-height: calc(100vh - 90px);
}

.hero-left {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  min-height: calc(100vh - 90px);
  padding: 0;
}

.hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding: 0 86px 96px;
  color: var(--white);
  max-width: 586px;
}

.eyebrow {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.2;
  color: var(--white);
  text-transform: lowercase;
  margin-bottom: 24px;
}

.hero-title {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
  /* text-transform: lowercase; */
  color: var(--white);
}

.hero-sub {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 24px;
  color: var(--white);
}

.hero-pills {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--yellow);
  color: var(--black);
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  padding: 16px 32px;
}

/* ============ FORM ============ */
.hero .hero-right {
  background: var(--white);
  padding: 56px 64px;
  display: flex;
  align-items: flex-start;
}

.form-wrap { width: 100%; }

.form-header { margin-bottom: 28px; }

.form-header h2 {
  font-size: 32px;
  color: var(--black);
  margin-bottom: 8px;
}

.form-header p {
  font-size: 14px;
  color: var(--black);
  opacity: 0.7;
}

.apply-form .form-group { margin-bottom: 16px; }

.apply-form label {
  display: block;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: var(--black);
  margin-bottom: 6px;
  text-transform: lowercase;
  letter-spacing: 0.02em;
}

.apply-form input:not([type="checkbox"]):not([type="radio"]),
.apply-form select {
  width: 100%;
  height: 44px;
  padding: 0 14px;
  border: 1px solid var(--border);
  background: var(--white);
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: var(--black);
  border-radius: 0;
  transition: border-color 0.2s;
}

.apply-form input:focus,
.apply-form select:focus {
  outline: none;
  border-color: var(--primary-2);
}

.apply-form input[type="checkbox"] {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.form-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 18px 0;
  padding-left: 0;
}

.form-check input {
  margin-top: 3px;
  flex-shrink: 0;
  position: static;
}

.form-check label {
  font-size: 12px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
  text-transform: none;
  letter-spacing: 0;
}

.btn-submit {
  width: 100%;
  background: var(--yellow);
  color: var(--black);
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  padding: 16px 32px;
  text-transform: lowercase;
  transition: background 0.2s, transform 0.05s;
}

.btn-submit:hover { background: #e6b800; }
.btn-submit:active { transform: translateY(1px); }

/* ============ STEPS ============ */
.steps {
  background: var(--bg);
}

.steps .row + .row,
.steps .section-head + .row {
  margin-top: 0;
}

.step-card {
  background: var(--primary-2);
  color: var(--white);
  padding: 28px 27px;
  min-height: 346px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.step-num {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.4;
  color: var(--primary-1);
  margin-bottom: 8px;
}

.step-card h3 {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  color: var(--white);
  margin-bottom: 8px;
}

.step-card p {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: var(--white);
}

.step-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--yellow);
  color: var(--black);
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 12px;
  padding: 12.5px 18px;
  margin-top: 16px;
  align-self: flex-start;
  text-transform: lowercase;
}

/* ============ REMEMBER ============ */
.remember { background: var(--white); }

.remember-card {
  background: var(--primary-dark);
  padding: 40px 40px 80px;
  position: relative;
  overflow: hidden;
}

/* ============ BULLET LIST (shared) ============ */
.bullet-list {
  list-style: none;
  padding: 0px;
  margin: 0;
}

.bullet-list li {
  position: relative;
  padding-left: 16px;
  color: var(--white);
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.4;
  /* font-weight: 400; */
  margin-bottom: 18px;
}

.bullet-list li:last-child { margin-bottom: 0; }

.bullet-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 7px;
  height: 7px;
  background: var(--white);
  border-radius: 50%;
}

.bullet-list.light li {
  font-weight: 300;
}

.bullet-list.light li strong {
  font-weight: 700;
}

.remember-card a,
.bullet-list a {
  color: var(--yellow);
  font-weight: 600;
  text-decoration: none;
}

.bullet-list.board-list li {
  margin-bottom: 10px;
}

/* ============ PROGRAMME SNAPSHOT ============ */
.snapshot { background: var(--white); }

.snapshot-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* ============ QUOTE ============ */
.quote {
  background: var(--bg-cream);
  padding: 45px 0 60px;
  position: relative;
  /* overflow: hidden; */
}

.quote-bg-img {
  position: absolute;
  right: 0;
  /* top: 18px; */
  width: 389px;
  height: auto;
  bottom: 0px;
  opacity: 1;
  pointer-events: none;
  z-index: 1;
}

.quote-inner {
  position: relative;
  z-index: 2;
}

.quote-row {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  margin-bottom: 16px;
}

.quote-mark {
  width: 53px;
  height: auto;
  flex-shrink: 0;
  display: block;
}

.quote-mark.left {
  align-self: flex-start;
}

.quote blockquote {
  flex: 1;
  font-family: 'Inter', sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  color: var(--black);
  margin: 0;
  padding-top: 14px;
}

.quote-author {
  text-align: right;
  padding-right: 75px;
}

.quote-author p {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: var(--black);
  letter-spacing: -0.02em;
  font-weight: 400;
}

.author-name { font-weight: 700 !important; }

/* ============ WHO CAN APPLY ============ */
.who-can-apply { background: var(--white); }

.tab-buttons {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
}

.tab-btn {
  padding: 12px 24px;
  background: var(--bg);
  color: var(--black);
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 14px;
  height: 40px;
  text-transform: lowercase;
  transition: background 0.2s, color 0.2s;
}

.tab-btn.active {
  background: var(--black);
  color: var(--white);
  font-weight: 700;
}

.apply-img-col {
  position: relative;
  overflow: hidden;
  min-height: 408px;
}

.apply-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.apply-img.active { opacity: 1; }

.who-can-apply .apply-content {
  background: var(--primary-dark);
  padding: 40px 40px 60px;
  display: flex;
  align-items: flex-start;
  min-height: 408px;
}

.tab-panel {
  display: none;
  width: 100%;
}

.tab-panel.active { display: block; }

.tab-panel h3 {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  color: var(--white);
  margin-bottom: 20px;
}

.tab-panel .bullet-list li {
  margin-bottom: 14px;
}
