.partner-program-page { background: #fff; color: #111827; }
.partner-program-hero {
    position: relative;
    overflow: hidden;
    min-height: 440px;
    display: flex;
    align-items: center;
    background: #030712;
}
.partner-program-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(124, 58, 237, .4) 0%, rgba(37, 99, 235, .2) 50%, rgba(9, 9, 11, .9) 100%);
}
.partner-program-hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .2; }
.partner-program-hero .container { position: relative; z-index: 1; padding: 80px 0; }
.partner-program-pill {
    display: inline-flex; border: 1px solid rgba(168, 85, 247, .35); background: rgba(168, 85, 247, .15);
    color: #c084fc; border-radius: 999px; font-size: 12px; font-weight: 600; padding: 6px 12px; margin-bottom: 18px;
}
.partner-program-title { color: #fff; font-size: clamp(2rem, 4vw, 2.75rem); font-weight: 900; line-height: 1.1; margin-bottom: 16px; }
.partner-program-title strong {
    background: linear-gradient(90deg, #fb923c, #f87171); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.partner-program-lead { color: #9ca3af; font-size: 18px; line-height: 1.7; max-width: 760px; margin-bottom: 28px; }
.pp-btn-primary, .pp-btn-outline {
    display: inline-flex; align-items: center; gap: 6px; text-decoration: none; border-radius: 10px; padding: 11px 18px; font-size: 14px; font-weight: 600;
}
.pp-btn-primary { color: #fff; background: linear-gradient(90deg, #f97316, #dc2626); }
.pp-btn-outline { color: #fff; border: 1px solid rgba(255, 255, 255, .25); }
.pp-btn-outline:hover { color: #fff; background: rgba(255, 255, 255, .08); }
.partner-program-stats { border-bottom: 1px solid #f1f5f9; padding: 38px 0; }
.partner-program-stat { text-align: center; }
.partner-program-stat strong {
    display: block; font-size: 34px; font-weight: 900; line-height: 1.1;
    background: linear-gradient(90deg, #f97316, #dc2626); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.partner-program-stat span { display: block; margin-top: 5px; color: #6b7280; font-size: 13px; }
.partner-program-section { padding: 62px 0; }
.pp-kicker { color: #f97316; text-transform: uppercase; letter-spacing: .08em; font-size: 11px; font-weight: 700; margin-bottom: 8px; }
.pp-heading { color: #111827; font-size: clamp(1.6rem, 3vw, 2rem); font-weight: 900; margin-bottom: 8px; }
.pp-sub { color: #6b7280; max-width: 700px; margin: 0 auto; }
.pp-track { border: 1px solid #f1f5f9; border-radius: 12px; background: #fff; padding: 20px; height: 100%; text-decoration: none; display: block; }
.pp-track:hover { box-shadow: 0 10px 20px rgba(15, 23, 42, .07); }
.pp-track .icon-wrap { width: 36px; height: 36px; border-radius: 10px; background: #fff7ed; color: #ea580c; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 12px; }
.pp-track h3 { margin: 0 0 8px; color: #111827; font-size: 17px; font-weight: 700; }
.pp-track p { margin: 0 0 10px; color: #6b7280; font-size: 14px; line-height: 1.65; }
.pp-track span { color: #ea580c; font-size: 12px; font-weight: 700; }
.pp-tiers { padding: 70px 0; }
.pp-tier {
    border-radius: 16px; padding: 22px; height: 100%; position: relative; border: 1px solid #e5e7eb;
    background: linear-gradient(180deg, #fff, #f8fafc);
}
.pp-tier.is-select { background: linear-gradient(180deg, #eff6ff, #dbeafe); border-color: #bfdbfe; }
.pp-tier.is-premier { background: linear-gradient(180deg, #fff7ed, #ffedd5); border-color: #fdba74; box-shadow: 0 12px 24px rgba(249, 115, 22, .15); }
.pp-tier.is-elite { background: linear-gradient(180deg, #f5f3ff, #ede9fe); border-color: #c4b5fd; }
.pp-tier .popular {
    position: absolute; top: -10px; left: 50%; transform: translateX(-50%); background: #f97316; color: #fff;
    font-size: 11px; font-weight: 700; border-radius: 999px; padding: 4px 10px;
}
.pp-tier-head { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; }
.pp-tier-head h4 { margin: 0; font-size: 20px; font-weight: 800; color: #111827; }
.pp-tier-meta { font-size: 12px; color: #4b5563; margin-bottom: 14px; }
.pp-tier-meta div { display: flex; justify-content: space-between; padding: 2px 0; }
.pp-tier ul { list-style: none; padding: 0; margin: 0 0 14px; display: grid; gap: 7px; }
.pp-tier li { display: flex; align-items: flex-start; gap: 6px; font-size: 12px; color: #4b5563; line-height: 1.5; }
.pp-tier-mute { opacity: .45; }
.pp-tier-mute span:last-child { text-decoration: line-through; }
.pp-tier-mute-dot {
    width: 14px;
    height: 14px;
    border-radius: 999px;
    border: 1px solid #9ca3af;
    margin-top: 2px;
    flex-shrink: 0;
}
.pp-tier .cta { display: block; text-align: center; border-radius: 9px; color: #fff; text-decoration: none; font-size: 13px; font-weight: 700; padding: 9px; }
.pp-steps { background: #f8fafc; border-top: 1px solid #f1f5f9; border-bottom: 1px solid #f1f5f9; padding: 56px 0; }
.pp-step { text-align: center; position: relative; }
.pp-step-num {
    width: 60px; height: 60px; margin: 0 auto 12px; border-radius: 16px; color: #fff; font-size: 18px; font-weight: 900;
    display: inline-flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #f97316, #dc2626);
}
.pp-step h5 { margin: 0 0 8px; font-size: 18px; font-weight: 700; color: #111827; }
.pp-step p { margin: 0; color: #6b7280; font-size: 14px; line-height: 1.6; }
.pp-apply-box { border: 1px solid #f1f5f9; border-radius: 16px; background: #fff; padding: 28px; box-shadow: 0 10px 24px rgba(15, 23, 42, .07); }
.pp-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.pp-input, .pp-select, .pp-textarea {
    width: 100%; border: 1px solid #e5e7eb; border-radius: 10px; padding: 10px 12px; font-size: 14px; color: #111827; background: #fff;
}
.pp-textarea { min-height: 110px; resize: vertical; }
.pp-label { font-size: 12px; font-weight: 600; color: #4b5563; margin-bottom: 6px; display: block; }
.pp-apply-container { max-width: 820px; }
.pp-heading-sm { font-size: 1.75rem; }
.pp-btn-block { width: 100%; justify-content: center; }
@media (max-width: 991.98px) { .pp-form-grid { grid-template-columns: 1fr; } }
