  #msp-partner-section {
    position: relative;
    padding: 80px 24px 100px;
    background: radial-gradient(circle at top left, #0f172a 0, #020617 55%, #000 100%);
    color: #e5f6ff;
    font-family: "Inter", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    overflow: hidden;
  }

  #msp-partner-section::before {
    content: "";
    position: absolute;
    inset: -40%;
    background:
      radial-gradient(circle at 0% 0%, rgba(45,212,191,0.11) 0, transparent 55%),
      radial-gradient(circle at 100% 10%, rgba(56,189,248,0.18) 0, transparent 55%);
    opacity: 0.9;
    pointer-events: none;
    mix-blend-mode: screen;
  }

  .msp-shell {
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
    z-index: 1;
  }

  /* HERO */
  .msp-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(0, 1.1fr);
    gap: 40px;
    align-items: center;
    margin-bottom: 72px;
  }

  .msp-hero-copy {
    padding-right: 12px;
  }

  .msp-eyebrow {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #7dd3fc;
    margin-bottom: 10px;
  }

  .msp-hero-title {
    font-size: 40px;
    line-height: 1.15;
    margin: 0 0 18px;
    color: #f9fbff;
    text-shadow: 0 0 22px rgba(56,189,248,0.55);
  }

  .msp-gradient-text {
    background: linear-gradient(90deg, #22d3ee, #0ea5e9, #38bdf8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .msp-hero-sub {
    font-size: 15px;
    line-height: 1.8;
    color: #cbd5f5;
    max-width: 560px;
    margin-bottom: 18px;
  }

  .msp-hero-bullets {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #a5b4fc;
  }

  .msp-hero-bullets li {
    margin-bottom: 6px;
    position: relative;
    padding-left: 20px;
  }

  .msp-hero-bullets li::before {
    content: "◆";
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 9px;
    color: #38bdf8;
  }

  /* ACCESS CARD */
  .msp-access-card {
    background: radial-gradient(circle at top, rgba(56,189,248,0.25), rgba(15,23,42,0.98));
    border-radius: 20px;
    padding: 24px 26px 24px;
    box-shadow:
      0 24px 80px rgba(15,23,42,0.9),
      0 0 40px rgba(56,189,248,0.45),
      inset 0 0 0 1px rgba(148, 163, 253, 0.45);
    position: relative;
    overflow: hidden;
  }

  .msp-access-card::before {
    content: "";
    position: absolute;
    inset: -40%;
    background: linear-gradient(
      135deg,
      rgba(248,250,252,0.08),
      rgba(56,189,248,0.08),
      rgba(15,23,42,0.3)
    );
    opacity: 0.9;
    mix-blend-mode: screen;
    pointer-events: none;
  }

  .msp-access-header {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px;
    color: #e0f2fe;
  }

  .msp-access-sub {
    font-size: 13px;
    color: #c4d7ff;
    margin-bottom: 14px;
  }

  .msp-field-label {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #bae6fd;
    margin-bottom: 6px;
  }

  .msp-input-wrap {
    position: relative;
    margin-bottom: 14px;
  }

  .msp-input-wrap input {
    width: 100%;
    padding: 11px 40px 11px 12px;
    border-radius: 10px;
    border: 1px solid rgba(148,163,253,0.7);
    background: rgba(15,23,42,0.92);
    color: #e5f6ff;
    font-size: 14px;
    outline: none;
    box-shadow: 0 0 0 1px rgba(15,23,42,0.8);
  }

  .msp-input-wrap input::placeholder {
    color: rgba(148,163,253,0.7);
  }

  .msp-input-wrap input:focus {
    border-color: #38bdf8;
    box-shadow:
      0 0 0 1px rgba(56,189,248,0.7),
      0 0 24px rgba(56,189,248,0.6);
  }

  .msp-input-eye {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 15px;
    opacity: 0.75;
  }

  .msp-input-eye:hover {
    opacity: 1;
  }

  .msp-primary-btn {
    width: 100%;
    margin-top: 4px;
    border: none;
    border-radius: 999px;
    padding: 11px 16px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    background: radial-gradient(circle at 0% 0%, #a855f7, #6366f1, #22d3ee);
    color: #f9fafb;
    box-shadow:
      0 0 30px rgba(129,140,248,0.85),
      0 14px 40px rgba(15,23,42,0.95);
    transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
  }

  .msp-primary-btn:hover {
    transform: translateY(-1px);
    filter: brightness(1.05);
    box-shadow:
      0 0 40px rgba(129,140,248,1),
      0 20px 45px rgba(15,23,42,1);
  }

  .msp-secondary-link {
    margin-top: 10px;
    border: none;
    background: none;
    color: #9ca3ff;
    font-size: 12px;
    cursor: pointer;
    text-align: left;
    padding: 0;
  }

  .msp-secondary-link span {
    text-decoration: underline;
    text-decoration-style: dotted;
  }

  .msp-small-note {
    margin-top: 14px;
    font-size: 11px;
    color: #c4d7ff;
    opacity: 0.9;
  }

  /* GENERIC SECTION */
  .msp-section {
    margin-top: 40px;
  }

  .msp-section-title {
    font-size: 24px;
    margin-bottom: 8px;
    color: #e0f2fe;
    text-shadow: 0 0 18px rgba(56,189,248,0.5);
  }

  .msp-section-sub {
    font-size: 14px;
    color: #cbd5f5;
    max-width: 640px;
    margin-bottom: 20px;
  }

  /* STEPS GRID */
  .msp-steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 18px;
  }

  .msp-step-card {
    background: rgba(15,23,42,0.96);
    border-radius: 14px;
    padding: 18px 18px 16px;
    border: 1px solid rgba(56,189,248,0.22);
    box-shadow: 0 12px 24px rgba(15,23,42,0.9);
    position: relative;
    overflow: hidden;
  }

  .msp-step-card::before {
    content: "";
    position: absolute;
    inset: -60%;
    background: radial-gradient(circle at top, rgba(56,189,248,0.19), transparent 60%);
    opacity: 0.6;
    pointer-events: none;
    mix-blend-mode: screen;
  }

  .msp-step-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    padding: 4px 9px;
    border-radius: 999px;
    background: rgba(15,118,110,0.85);
    color: #a7f3d0;
    margin-bottom: 8px;
  }

  .msp-step-card h3 {
    font-size: 15px;
    margin: 0 0 6px;
    color: #e0f2fe;
  }

  .msp-step-body {
    font-size: 13px;
    color: #cbd5f5;
    margin-bottom: 6px;
  }

  .msp-step-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12.5px;
    color: #a5b4fc;
  }

  .msp-step-card ul li {
    margin-bottom: 4px;
    padding-left: 14px;
    position: relative;
  }

  .msp-step-card ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #38bdf8;
  }

  /* ENABLEMENT GRID */
  .msp-enable-grid {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 18px;
  }

  .msp-enable-card {
    background: rgba(15,23,42,0.96);
    border-radius: 14px;
    padding: 18px 18px 16px;
    border: 1px solid rgba(79,70,229,0.35);
    box-shadow: 0 14px 32px rgba(15,23,42,0.9);
  }

  .msp-enable-card h3 {
    margin: 0 0 10px;
    font-size: 15px;
    color: #e0f2fe;
  }

  .msp-list {
    margin: 0;
    padding-left: 18px;
    font-size: 12.5px;
    color: #c4d7ff;
  }

  .msp-list li {
    margin-bottom: 8px;
  }

  .msp-mini-heading {
    font-size: 11.5px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #7dd3fc;
    margin: 6px 0 4px;
  }

  /* RESPONSIVE */
  @media (max-width: 900px) {
    .msp-hero {
      grid-template-columns: 1fr;
      margin-bottom: 56px;
    }

    .msp-hero-title {
      font-size: 32px;
    }
  }

  @media (max-width: 600px) {
    #msp-partner-section {
      padding: 60px 16px 80px;
    }
    .msp-access-card {
      padding: 20px 18px;
    }
  }

/* Fix eye icon position inside input */
.msp-input-wrap input {
  box-sizing: border-box;
}

.msp-access-card * {
  box-sizing: border-box;
}

.msp-assist-note a {
  color: #38bdf8;
  text-decoration: underline;
  text-decoration-style: dotted;
}

.msp-assist-note a:hover {
  color: #7dd3fc;
}

.msp-assist-note {
  margin-top: 14px;
  font-size: 12px;
  color: #c4d7ff;
  line-height: 1.6;
}