/* Remove gap between last section and footer on this page */
body { background: #040f2d; }
.site-footer { margin-top: 0; }

  .dsa-section { padding: 60px 20px 80px; background: var(--b900); font-family: 'Outfit', sans-serif; }
  .dsa-badge { display: inline-block; color: #00d4ff; font-size: 0.72rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 12px; }
  .dsa-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem, 5vw, 3rem); font-weight: 700; color: #fff; line-height: 1.15; margin: 0 0 10px; }
  .dsa-title span { background: linear-gradient(135deg, #1a52cc, #00cfff); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
  .dsa-sub { color: #5a6a8a; font-size: 1rem; margin: 0 0 40px; }
  .dsa-panel { background: #fff; border-radius: 22px; border: 1px solid rgba(4,15,45,0.08); box-shadow: 0 24px 64px rgba(4,15,45,0.10); padding: 32px 28px; max-width: 900px; margin: 0 auto; }
  .dsa-panel-label { font-size: 1rem; font-weight: 700; color: #040f2d; text-align: center; margin-bottom: 24px; }
  .cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
  .biz-card { border: 1.5px solid rgba(4,15,45,0.10); border-radius: 18px; padding: 24px 20px 20px; cursor: pointer; transition: all 0.25s ease; background: #fff; display: flex; flex-direction: column; gap: 8px; }
  .biz-card:hover { border-color: #1a52cc; transform: translateY(-3px); box-shadow: 0 16px 36px rgba(26,82,204,0.12); }
  .biz-card.selected { border: 2px solid #00d4ff; box-shadow: 0 16px 36px rgba(0,212,255,0.18); background: #f0fbff; }
  .card-icon { width: 44px; height: 44px; border-radius: 12px; background: #f0f5ff; display: flex; align-items: center; justify-content: center; margin-bottom: 6px; }
  .card-icon i { font-size: 22px; color: #1a52cc; }
  .biz-card.selected .card-icon { background: linear-gradient(135deg, #1a52cc, #00cfff); }
  .biz-card.selected .card-icon i { color: #fff; }
  .card-title { font-size: 1.02rem; font-weight: 700; color: #040f2d; margin: 0; }
  .card-divider { width: 32px; height: 2px; background: linear-gradient(135deg, #1a52cc, #00d4ff); border-radius: 2px; }
  .card-desc { font-size: 0.86rem; color: #5a6a8a; margin: 0; line-height: 1.5; }
  .card-btn { margin-top: auto; padding-top: 16px; }
  .proceed-btn { width: 100%; height: 44px; border: none; border-radius: 12px; background: linear-gradient(135deg, #0a2463, #1a52cc); color: #fff; font-size: 0.9rem; font-weight: 600; cursor: pointer; transition: all 0.25s ease; font-family: 'Outfit', sans-serif;  display: flex; align-items: center; justify-content: center; text-decoration: none;}
  .biz-card.selected .proceed-btn { background: linear-gradient(135deg, #00d4ff, #1a52cc); box-shadow: 0 8px 20px rgba(0,212,255,0.25); }
  .proceed-btn:hover { transform: translateY(-1px); opacity: 0.92; }
  @media (max-width: 640px) {
    .cards-grid { grid-template-columns: 1fr; }
    .dsa-panel { padding: 22px 16px; }
    .dsa-title { font-size: 2rem; }
  }
  @media (max-width: 900px) and (min-width: 641px) {
    .cards-grid { grid-template-columns: 1fr 1fr; }
  }

  /* ============================================================
   WHO CAN ASSOCIATE WITH US — SECTION CSS
   Add this to your become-partner.css (or global.css)
============================================================ */



/* ============================================================
   ELIGIBILITY CRITERIA FOR DSA — REDESIGNED
============================================================ */

.elig-section {
  padding: 100px 24px;
  background: linear-gradient(160deg, #05132f 0%, #071a42 50%, #040f2d 100%);
  position: relative;
  overflow: hidden;
}

/* Ambient glow blobs */
.elig-section::before {
  content: "";
  position: absolute;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(0,212,255,0.07) 0%, transparent 70%);
  border-radius: 50%;
  top: -200px; right: -150px;
  pointer-events: none;
}

.elig-section::after {
  content: "";
  position: absolute;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(26,82,204,0.09) 0%, transparent 70%);
  border-radius: 50%;
  bottom: -120px; left: -100px;
  pointer-events: none;
}

.elig-container {
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* ---------- Heading ---------- */
.elig-heading {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 72px;
}

.elig-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #00cfff;
  padding: 7px 18px;
  background: rgba(0,212,255,0.1);
  border: 1px solid rgba(0,212,255,0.2);
  border-radius: 50px;
  margin-bottom: 20px;
}

.elig-heading h2 {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 18px;
}

.elig-heading h2 span {
  background: linear-gradient(135deg, #4d9fff, #00cfff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.elig-heading p {
  color: rgba(255,255,255,0.5);
  font-size: 0.97rem;
  line-height: 1.8;
}

/* ---------- Two-column layout ---------- */
.elig-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

/* ---------- Left: Numbered criteria ---------- */
.elig-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.elig-item {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  position: relative;
  transition: all 0.25s ease;
}

.elig-item:last-child {
  border-bottom: none;
}

.elig-item:hover .elig-num {
  background: linear-gradient(135deg, #1a52cc, #00cfff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
}

.elig-item:hover .elig-text h4 {
  color: #00cfff;
}

.elig-num {
  font-family: 'Poppins', sans-serif;
  font-size: 2.2rem;
  font-weight: 800;
  color: rgba(255,255,255,0.08);
  line-height: 1;
  min-width: 52px;
  transition: all 0.3s ease;
  letter-spacing: -1px;
  margin-top: -2px;
}

.elig-text h4 {
  font-size: 1.08rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 7px;
  transition: color 0.25s ease;
}

.elig-text p {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.48);
  line-height: 1.75;
  margin: 0;
}

/* ---------- Right: Glass Visual Card ---------- */
.elig-visual {
  border-radius: 28px;
}

.elig-visual-inner {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 28px;
  padding: 36px 32px 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(20px);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.04) inset,
    0 40px 80px rgba(0,0,0,0.35);
}

/* Inner glow top edge */
.elig-visual-inner::before {
  content: "";
  position: absolute;
  top: 0; left: 10%; right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0,212,255,0.5), transparent);
  pointer-events: none;
}

/* Soft glow blob inside card */
.elig-visual-inner::after {
  content: "";
  position: absolute;
  width: 280px; height: 280px;
  background: radial-gradient(circle, rgba(26,82,204,0.15) 0%, transparent 70%);
  border-radius: 50%;
  bottom: -80px; right: -80px;
  pointer-events: none;
}

/* Badge at top */
.elig-visual-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #1a52cc, #00cfff);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 10px 20px;
  border-radius: 30px;
  align-self: flex-start;
  position: relative;
  z-index: 1;
  box-shadow: 0 8px 24px rgba(0,212,255,0.25);
}

/* Pills grid */
.elig-criteria-pills {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  position: relative;
  z-index: 1;
}

.elig-pill {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  padding: 16px 16px;
  font-size: 0.88rem;
  font-weight: 600;
  color: rgba(255,255,255,0.85);
  display: flex;
  align-items: center;
  gap: 12px;
  backdrop-filter: blur(8px);
  transition: all 0.25s ease;
}

.elig-pill:hover {
  background: rgba(0,212,255,0.08);
  border-color: rgba(0,212,255,0.25);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  color: #fff;
}

.elig-pill-icon {
  width: 36px; height: 36px;
  min-width: 36px;
  border-radius: 10px;
  background: linear-gradient(135deg, #1a52cc, #00cfff);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(26,82,204,0.3);
}

.elig-pill-icon i {
  font-size: 0.9rem;
  color: #fff;
}

/* CTA at bottom of visual */
.elig-visual-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  padding: 18px 20px;
  position: relative;
  z-index: 1;
}

.elig-visual-cta span {
  font-size: 0.95rem;
  font-weight: 600;
  color: rgba(255,255,255,0.8);
}

.elig-apply-btn {
  text-decoration: none;
  background: linear-gradient(135deg, #1a52cc, #00cfff);
  color: #fff;
  font-size: 0.88rem;
  font-weight: 700;
  padding: 11px 24px;
  border-radius: 12px;
  transition: all 0.25s ease;
  box-shadow: 0 6px 18px rgba(0,212,255,0.25);
  white-space: nowrap;
}

.elig-apply-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0,212,255,0.4);
}

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .elig-content {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .elig-visual {
    max-width: 520px;
    margin: 0 auto;
    width: 100%;
  }
}

@media (max-width: 540px) {
  .elig-section {
    padding: 64px 16px;
  }

  .elig-heading {
    margin-bottom: 48px;
  }

  .elig-heading h2 {
    font-size: 1.9rem;
  }

  .elig-item {
    padding: 22px 0;
    gap: 16px;
  }

  .elig-num {
    font-size: 1.7rem;
    min-width: 42px;
  }

  .elig-text h4 {
    font-size: 0.97rem;
  }

  .elig-text p {
    font-size: 0.85rem;
  }

  .elig-visual-inner {
    padding: 26px 20px 22px;
    gap: 18px;
  }

  .elig-criteria-pills {
    gap: 10px;
  }

  .elig-pill {
    font-size: 0.8rem;
    padding: 13px 12px;
    gap: 10px;
  }

  .elig-pill-icon {
    width: 30px; height: 30px;
    min-width: 30px;
  }

  .elig-visual-cta {
    flex-direction: column;
    gap: 14px;
    text-align: center;
  }

  .elig-apply-btn {
    width: 100%;
    text-align: center;
  }
}

/* ============================================================
   BENEFITS SECTION — REDESIGNED
============================================================ */

.benefits-section {
  padding: 100px 24px;
  background: #060e26;
  position: relative;
  overflow: hidden;
}

/* Subtle dot-grid texture */
.benefits-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}

/* Ambient glow */
.benefits-section::after {
  content: "";
  position: absolute;
  width: 700px; height: 400px;
  background: radial-gradient(ellipse, rgba(26,82,204,0.1) 0%, transparent 70%);
  top: 0; left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

.benefits-container {
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* ---------- Heading ---------- */
.benefits-heading {
  text-align: center;
  max-width: 660px;
  margin: 0 auto 72px;
}

.benefits-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #ffb947;
  padding: 7px 18px;
  background: rgba(255,185,71,0.1);
  border: 1px solid rgba(255,185,71,0.2);
  border-radius: 50px;
  margin-bottom: 20px;
}

.benefits-heading h2 {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 16px;
}

.benefits-heading h2 span {
  background: linear-gradient(135deg, #4d9fff, #00cfff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.benefits-heading p {
  color: rgba(255,255,255,0.5);
  font-size: 0.97rem;
  line-height: 1.8;
}

/* ---------- 4-column bento grid ---------- */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

/* ---------- Benefit Card ---------- */
.benefit-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 22px;
  padding: 28px 22px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  cursor: default;
}

/* Accent top-left corner glow on hover */
.benefit-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: radial-gradient(circle at 20% 0%, rgba(255,255,255,0.06) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

/* Top border accent line */
.benefit-card::after {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--ac), transparent);
  opacity: 0;
  transition: opacity 0.35s ease;
  border-radius: 2px 2px 0 0;
}

.benefit-card:hover {
  background: rgba(255,255,255,0.07);
  border-color: rgba(255,255,255,0.18);
  transform: translateY(-5px);
  box-shadow: 0 20px 48px rgba(0,0,0,0.3), 0 0 0 1px rgba(255,255,255,0.08);
}

.benefit-card:hover::before,
.benefit-card:hover::after {
  opacity: 1;
}

/* Icon wrapper */
.benefit-icon-wrap {
  position: relative;
  width: 54px; height: 54px;
  flex-shrink: 0;
}

.benefit-icon {
  width: 54px; height: 54px;
  border-radius: 15px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}

.benefit-card:hover .benefit-icon {
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.28);
  box-shadow: 0 0 20px rgba(255,255,255,0.14);
}

.benefit-glow {
  position: absolute;
  inset: 0;
  border-radius: 15px;
  background: var(--ac);
  filter: blur(14px);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}

.benefit-card:hover .benefit-glow {
  opacity: 0.15;
}

.benefit-icon i {
  font-size: 1.3rem;
  color: var(--ac);
  position: relative;
  z-index: 1;
}

/* Body text */
.benefit-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.benefit-card h4 {
  font-size: 0.97rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 1.35;
}

.benefit-card p {
  font-size: 0.84rem;
  color: rgba(255,255,255,0.45);
  line-height: 1.72;
  margin: 0;
}

/* Tag badge bottom-right */
.benefit-tag {
  align-self: flex-start;
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--ac);
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  padding: 4px 10px;
  border-radius: 50px;
  margin-top: auto;
}

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .benefits-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 540px) {
  .benefits-section {
    padding: 64px 16px;
  }

  .benefits-heading {
    margin-bottom: 48px;
  }

  .benefits-heading h2 {
    font-size: 1.9rem;
  }

  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .benefit-card {
    padding: 20px 16px 18px;
    gap: 12px;
  }

  .benefit-icon-wrap,
  .benefit-icon {
    width: 46px; height: 46px;
  }

  .benefit-icon i {
    font-size: 1.1rem;
  }

  .benefit-card h4 {
    font-size: 0.88rem;
  }

  .benefit-card p {
    font-size: 0.78rem;
  }
}

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

/* ============================================================
   PARTNER FORM SECTION CSS
   Add to your become-partner.css
============================================================ */

.pf-section {
  padding: 80px 20px;
  background: var(--b900);
  position: relative;
  overflow: hidden;
}

/* Decorative background circles */
.pf-section::before {
  content: "";
  position: absolute;
  width: 500px; height: 500px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.04);
  top: -160px; right: -120px;
  pointer-events: none;
}

.pf-section::after {
  content: "";
  position: absolute;
  width: 300px; height: 300px;
  border-radius: 50%;
  border: 1px solid rgba(0,212,255,0.08);
  bottom: -80px; left: -80px;
  pointer-events: none;
}

.pf-container {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 1;
}

/* ---------- Left Panel ---------- */
.pf-left {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.pf-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0,212,255,0.12);
  border: 1px solid rgba(0,212,255,0.25);
  color: var(--cyan);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 30px;
  margin-bottom: 22px;
  width: fit-content;
}

.pf-left-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 3vw, 2.6rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.18;
  margin-bottom: 16px;
}

.pf-left-title span {
  background: linear-gradient(135deg, var(--cyan), #7dd3fc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pf-left-desc {
  color: rgba(255,255,255,0.62);
  font-size: 0.93rem;
  line-height: 1.8;
  margin-bottom: 36px;
}

.pf-benefits {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 40px;
}

.pf-benefit {
  display: flex;
  align-items: center;
  gap: 14px;
}

.pf-benefit-icon {
  width: 38px; height: 38px;
  border-radius: 10px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.1);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}

.pf-benefit-icon i { font-size: 0.9rem; color: var(--cyan); }

.pf-benefit-text {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.80);
  font-weight: 500;
}

.pf-stats {
  display: flex;
  gap: 32px;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,0.07);
}

.pf-stat strong {
  display: block;
  font-size: 1.5rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}

.pf-stat span {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.45);
  margin-top: 5px;
  display: block;
}

/* ---------- Right Panel (Form Card) ---------- */
.pf-right {
  background: #fff;
  border-radius: 24px;
  padding: 40px 36px;
  box-shadow: 0 32px 80px rgba(0,0,0,0.28);
}

.pf-form-header {
  margin-bottom: 24px;
}

.pf-form-header h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.9rem;
  font-weight: 700;
  color: var(--b900);
  margin-bottom: 6px;
  line-height: 1.2;
}

.pf-form-header p {
  font-size: 0.88rem;
  color: var(--muted);
}

/* Progress bar */
.pf-progress {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}

.pf-progress-bar {
  flex: 1;
  height: 5px;
  border-radius: 5px;
  background: var(--b100);
  overflow: hidden;
}

.pf-progress-fill {
  height: 100%;
  width: 0%;
  border-radius: 5px;
  background: linear-gradient(90deg, var(--b500), var(--cyan));
  transition: width 0.4s ease;
}

.pf-progress-label {
  font-size: 0.75rem;
  color: var(--muted);
  white-space: nowrap;
}

/* Form */
.pf-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.pf-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.pf-field {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.pf-field label {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--b800);
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.pf-input-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.pf-input-wrap i {
  position: absolute;
  left: 15px;
  font-size: 0.9rem;
  color: var(--b300);
  pointer-events: none;
  transition: color 0.25s ease;
}

.pf-field input {
  width: 100%;
  height: 50px;
  padding: 0 15px 0 42px;
  border: 1.5px solid #e0e8f8;
  border-radius: 13px;
  background: var(--b050);
  font-size: 0.92rem;
  font-family: 'Outfit', sans-serif;
  color: var(--text);
  outline: none;
  transition: all 0.25s ease;
}

.pf-field input::placeholder { color: #aab4cc; }

.pf-field input:focus {
  border-color: var(--b500);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(26,82,204,0.09);
}

.pf-input-wrap:focus-within i { color: var(--b500); }

.pf-field.error input {
  border-color: #e53935;
  box-shadow: 0 0 0 4px rgba(229,57,53,0.08);
}

.pf-error-msg {
  font-size: 0.72rem;
  color: #e53935;
  font-weight: 500;
  min-height: 14px;
}

/* DSA type toggle */
.pf-type-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.pf-type-card {
  border: 1.5px solid #e0e8f8;
  border-radius: 13px;
  padding: 14px 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--b050);
  transition: all 0.22s ease;
  user-select: none;
}

.pf-type-card:hover { border-color: var(--b400); }

.pf-type-card.active {
  border-color: var(--b500);
  background: #eaf1ff;
  box-shadow: 0 0 0 3px rgba(26,82,204,0.08);
}

.pf-type-radio {
  width: 18px; height: 18px;
  border-radius: 50%;
  border: 2px solid #c5d4ee;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  transition: all 0.22s ease;
}

.pf-type-card.active .pf-type-radio {
  border-color: var(--b500);
  background: var(--b500);
  box-shadow: inset 0 0 0 3px #fff;
}

.pf-type-label strong {
  display: block;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--b900);
}

.pf-type-label span {
  font-size: 0.72rem;
  color: var(--muted);
}

/* Submit */
.pf-submit {
  width: 100%;
  height: 54px;
  border: none;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--b500), var(--cyan));
  color: #fff;
  font-size: 0.98rem;
  font-weight: 700;
  font-family: 'Outfit', sans-serif;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 10px 26px rgba(26,82,204,0.22);
  margin-top: 4px;
}

.pf-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(0,212,255,0.28);
}

.pf-submit:disabled { opacity: 0.7; cursor: not-allowed; transform: none; }

.pf-privacy {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.75rem;
  color: var(--muted);
}

.pf-privacy i { color: #22c55e; }

/* Success */
.pf-success {
  display: none;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 14px;
  padding: 30px 10px;
}

.pf-success-icon {
  width: 72px; height: 72px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--b500), var(--cyan));
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 14px 32px rgba(26,82,204,0.25);
}

.pf-success-icon i { font-size: 1.8rem; color: #fff; }
.pf-success h3 { font-size: 1.4rem; font-weight: 700; color: var(--b900); }
.pf-success p { font-size: 0.88rem; color: var(--muted); line-height: 1.7; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .pf-container {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .pf-left { order: 2; }
  .pf-right { order: 1; }

  .pf-stats { gap: 24px; }
}

@media (max-width: 540px) {
  .pf-section { padding: 55px 16px; }

  .pf-right { padding: 28px 20px; }

  .pf-row { grid-template-columns: 1fr; gap: 0; }

  .pf-left-title { font-size: 1.9rem; }

  .pf-stats { flex-wrap: wrap; gap: 14px; }
}
/* =========================
   WHO CAN ASSOCIATE
========================= */

.ks-who-section {
  padding: 90px 6%;
  background: linear-gradient(135deg, #05132f 0%, #0a2155 60%, #0d2b6b 100%);
  position: relative;
  overflow: hidden;
}

.ks-who-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}

.ks-who-section::after {
  content: "";
  position: absolute;
  width: 500px; height: 500px;
  background: rgba(0,212,255,0.06);
  border-radius: 50%;
  filter: blur(100px);
  top: -150px; right: -100px;
  pointer-events: none;
}

.ks-who-wrap {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* HEADING */
.ks-who-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 56px;
}

.ks-who-eyebrow {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #00cfff;
  margin-bottom: 14px;
  padding: 6px 16px;
  background: rgba(0,212,255,0.1);
  border: 1px solid rgba(0,212,255,0.2);
  border-radius: 50px;
}

.ks-who-head h2 {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 16px;
}

.ks-who-head h2 span {
  background: linear-gradient(135deg, #4d9fff, #00cfff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ks-who-head p {
  color: rgba(255,255,255,0.55);
  font-size: 0.95rem;
  line-height: 1.75;
}

/* GRID */
.ks-who-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 48px;
}

/* CARD */
.ks-who-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.ks-who-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--ic, #00cfff), transparent);
  opacity: 0;
  transition: opacity 0.3s;
}

.ks-who-card:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.15);
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(0,0,0,0.3);
}

.ks-who-card:hover::before { opacity: 1; }

.ks-who-card--featured {
  background: rgba(26,82,204,0.2);
  border-color: rgba(26,82,204,0.4);
  box-shadow: 0 0 0 1px rgba(0,212,255,0.15);
}

.ks-who-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
}

.ks-who-icon {
  width: 48px; height: 48px;
  border-radius: 13px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}

.ks-who-icon i {
  font-size: 1.1rem;
  color: var(--ic, #00cfff);
}

.ks-who-tag {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 50px;
  background: rgba(0,212,255,0.1);
  color: #00cfff;
  border: 1px solid rgba(0,212,255,0.2);
}

.ks-who-tag--green  { background: rgba(74,222,128,0.1);   color: #4ade80;  border-color: rgba(74,222,128,0.25); }
.ks-who-tag--gold   { background: rgba(255,185,71,0.1);   color: #ffb947;  border-color: rgba(255,185,71,0.25); }
.ks-who-tag--purple { background: rgba(139,109,255,0.1);  color: #8b6dff;  border-color: rgba(139,109,255,0.25); }
.ks-who-tag--red    { background: rgba(248,113,113,0.1);  color: #f87171;  border-color: rgba(248,113,113,0.25); }

.ks-who-card h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 1.3;
}

.ks-who-card p {
  font-size: 0.83rem;
  color: rgba(255,255,255,0.5);
  line-height: 1.65;
  margin: 0;
  flex: 1;
}

.ks-who-card-footer {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 4px;
}

.ks-who-card-footer span {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.45);
  display: flex;
  align-items: center;
  gap: 5px;
}

.ks-who-card-footer i {
  color: #4ade80;
  font-size: 0.65rem;
}

/* STATS STRIP */
.ks-who-stats {
  display: flex;
  align-items: center;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  padding: 28px 0;
  margin-bottom: 36px;
}

.ks-who-stat {
  flex: 1;
  text-align: center;
}

.ks-who-stat strong {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
  color: #00cfff;
  margin-bottom: 4px;
}

.ks-who-stat span {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.45);
}

.ks-who-stat-div {
  width: 1px;
  height: 40px;
  background: rgba(255,255,255,0.1);
}

/* CTA */
.ks-who-cta {
  text-align: center;
}

.ks-who-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 36px;
  border-radius: 14px;
  background: linear-gradient(135deg, #1a52cc, #00cfff);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 12px 32px rgba(26,82,204,0.45);
  transition: all 0.25s ease;
  margin-bottom: 14px;
}

.ks-who-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 44px rgba(26,82,204,0.55);
}

.ks-who-cta > p {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.35);
  margin: 0;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .ks-who-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
  .ks-who-section { padding: 60px 5%; }
  .ks-who-grid { grid-template-columns: 1fr; }
  .ks-who-stats { flex-wrap: wrap; padding: 16px 0; }
  .ks-who-stat { flex: 1 1 40%; padding: 10px 0; }
  .ks-who-stat-div { display: none; }
  .ks-who-btn { width: 100%; justify-content: center; }
}
