.partner-program-page {
    background:
        radial-gradient(circle at top right, rgba(12, 163, 154, 0.16), transparent 28%),
        linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.partner-hero {
    padding: 72px 0 40px;
}

.partner-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #0ca39a;
    margin-bottom: 18px;
}

.partner-eyebrow::before {
    content: "";
    width: 36px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
}

.partner-title {
    font-size: clamp(2.6rem, 5vw, 4.8rem);
    line-height: 0.95;
    font-weight: 900;
    color: #071d49;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.partner-title .accent {
    color: #0ca39a;
}

.partner-subtitle {
    font-size: 1.18rem;
    line-height: 1.65;
    color: #30445f;
    max-width: 640px;
    margin-bottom: 28px;
}

.partner-cta-group {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 30px;
}

.partner-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 22px;
    border-radius: 999px;
    font-weight: 800;
    text-decoration: none;
    border: 1px solid transparent;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.partner-btn:hover {
    transform: translateY(-1px);
}

.partner-btn-primary {
    background: linear-gradient(135deg, #0ca39a 0%, #0f7c96 100%);
    color: #fff;
    box-shadow: 0 16px 36px rgba(12, 163, 154, 0.22);
}

.partner-btn-secondary {
    background: #fff;
    color: #071d49;
    border-color: rgba(7, 29, 73, 0.12);
}

.partner-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.partner-metric {
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(7, 29, 73, 0.08);
    border-radius: 18px;
    padding: 18px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.partner-metric-value {
    display: block;
    font-size: 1.6rem;
    font-weight: 900;
    line-height: 1;
    color: #071d49;
    margin-bottom: 8px;
}

.partner-metric-label {
    font-size: 0.92rem;
    color: #53657d;
}

.partner-card {
    position: relative;
    background: linear-gradient(180deg, #071d49 0%, #0a2c64 100%);
    color: #fff;
    border-radius: 28px;
    padding: 34px;
    overflow: hidden;
    min-height: 100%;
    box-shadow: 0 24px 60px rgba(7, 29, 73, 0.22);
}

.partner-card::after {
    content: "";
    position: absolute;
    inset: auto -70px -80px auto;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(12, 163, 154, 0.44) 0%, rgba(12, 163, 154, 0) 68%);
}

.partner-card-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.partner-card h2 {
    font-size: clamp(1.9rem, 4vw, 3rem);
    line-height: 1.1;
    font-weight: 900;
    margin-bottom: 16px;
}

.partner-card p {
    color: rgba(255, 255, 255, 0.84);
    font-size: 1rem;
    line-height: 1.7;
}

.partner-pill-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.partner-pill {
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    font-size: 0.88rem;
    font-weight: 700;
}

.partner-benefits {
    padding: 22px 0 72px;
}

.partner-steps {
    padding: 0 0 72px;
}

.partner-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 26px;
}

.partner-section-head .partner-section-subtitle {
    margin-bottom: 0;
}

.partner-step-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.partner-step-card {
    background: #fff;
    border: 1px solid rgba(7, 29, 73, 0.08);
    border-radius: 20px;
    padding: 22px;
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.05);
}

.partner-step-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 14px;
}

.partner-step-number {
    width: 38px;
    height: 38px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(12, 163, 154, 0.12);
    color: #0ca39a;
    font-weight: 900;
}

.partner-step-icon {
    width: 40px;
    height: 40px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(7, 29, 73, 0.06);
    color: #071d49;
}

.partner-step-card h3 {
    font-size: 1.05rem;
    font-weight: 900;
    color: #071d49;
    margin-bottom: 10px;
}

.partner-step-card p {
    margin: 0;
    color: #53657d;
    line-height: 1.65;
}

.partner-section-title {
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 900;
    color: #071d49;
    margin-bottom: 10px;
}

.partner-section-subtitle {
    color: #53657d;
    max-width: 720px;
    margin-bottom: 26px;
    line-height: 1.7;
}

.partner-benefit-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.partner-benefit-card {
    background: #fff;
    border: 1px solid rgba(7, 29, 73, 0.08);
    border-radius: 20px;
    padding: 22px;
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.05);
}

.partner-benefit-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(12, 163, 154, 0.12);
    color: #0ca39a;
    font-size: 1.2rem;
    margin-bottom: 16px;
}

.partner-benefit-card h3 {
    font-size: 1rem;
    font-weight: 800;
    color: #071d49;
    margin-bottom: 10px;
}

.partner-benefit-card p {
    margin: 0;
    color: #53657d;
    line-height: 1.6;
}

.partner-form-section {
    padding: 0 0 86px;
}

.partner-form-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr);
    gap: 22px;
    align-items: start;
}

.partner-side-card {
    position: sticky;
    top: 92px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(7, 29, 73, 0.08);
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
    backdrop-filter: blur(10px);
}

.partner-side-title {
    font-size: 1.05rem;
    font-weight: 900;
    color: #071d49;
    margin-bottom: 14px;
}

.partner-side-list {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.partner-side-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    color: #30445f;
    line-height: 1.6;
}

.partner-side-item i {
    margin-top: 2px;
    color: #0ca39a;
}

.partner-side-divider {
    height: 1px;
    background: rgba(7, 29, 73, 0.08);
    margin: 18px 0;
}

.partner-side-note {
    margin: 0;
    color: #53657d;
    line-height: 1.7;
    font-size: 0.95rem;
}

.partner-form-card {
    background: #fff;
    border: 1px solid rgba(7, 29, 73, 0.08);
    border-radius: 24px;
    padding: 30px;
    box-shadow: 0 20px 42px rgba(15, 23, 42, 0.08);
}

.partner-form-title {
    font-size: 1.45rem;
    font-weight: 900;
    color: #071d49;
    margin-bottom: 8px;
}

.partner-form-subtitle {
    color: #53657d;
    line-height: 1.7;
    margin-bottom: 22px;
}

.partner-status {
    border-radius: 18px;
    padding: 18px 20px;
    margin-bottom: 22px;
    border: 1px solid transparent;
}

.partner-status.is-success {
    background: rgba(12, 163, 154, 0.08);
    border-color: rgba(12, 163, 154, 0.16);
    color: #0f766e;
}

.partner-status.is-warning {
    background: rgba(245, 158, 11, 0.1);
    border-color: rgba(245, 158, 11, 0.22);
    color: #92400e;
}

.partner-status.is-muted {
    background: rgba(7, 29, 73, 0.04);
    border-color: rgba(7, 29, 73, 0.08);
    color: #30445f;
}

.partner-alert {
    border-radius: 16px;
    padding: 14px 18px;
    margin-bottom: 18px;
    font-weight: 600;
}

.partner-alert-success {
    background: rgba(12, 163, 154, 0.08);
    color: #0f766e;
}

.partner-alert-error {
    background: rgba(239, 68, 68, 0.08);
    color: #b91c1c;
}

.partner-field {
    margin-bottom: 16px;
}

.partner-field label {
    display: block;
    font-size: 0.92rem;
    font-weight: 700;
    color: #071d49;
    margin-bottom: 8px;
}

.partner-input,
.partner-textarea {
    width: 100%;
    border-radius: 14px;
    border: 1px solid rgba(7, 29, 73, 0.12);
    background: #fff;
    padding: 14px 16px;
    color: #071d49;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.partner-input:focus,
.partner-textarea:focus {
    outline: none;
    border-color: #0ca39a;
    box-shadow: 0 0 0 4px rgba(12, 163, 154, 0.12);
}

.partner-textarea {
    min-height: 132px;
    resize: vertical;
}

.partner-form-note {
    margin-top: 16px;
    color: #6b7a8f;
    font-size: 0.92rem;
    line-height: 1.65;
}

.partner-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.partner-inline-link {
    color: #0f7c96;
    font-weight: 700;
    text-decoration: none;
}

@media (max-width: 991.98px) {
    .partner-benefit-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .partner-step-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .partner-form-layout {
        grid-template-columns: 1fr;
    }

    .partner-side-card {
        position: static;
        top: auto;
    }

    .partner-card {
        margin-top: 24px;
    }
}

@media (max-width: 767.98px) {
    .partner-hero {
        padding-top: 44px;
    }

    .partner-metrics,
    .partner-form-grid,
    .partner-benefit-grid,
    .partner-step-grid {
        grid-template-columns: 1fr;
    }

    .partner-card,
    .partner-form-card {
        padding: 24px;
    }

    .partner-title {
        line-height: 1.02;
    }
}
