/**handles:s3m-partner**/
/* ============================================================
   S3M — PARTNER PROGRAM (page)
   Kaynak: Partner Program Custom CSS.
   accent: cyan (#38BDF8) — korundu.
   ============================================================ */

/* HERO PARTNER TUNING */
.hero-partner {
    overflow: hidden;
}

/* RIGHT IMAGE — FLOAT EFFECT */
.hero-partner-image img {
    transform: scale(1.08);
    margin-right: -60px;
}

/* MOBILE FIX */
@media (max-width: 768px) {

    .hero-partner {
        padding: 80px 20px !important;
    }

    .hero-partner-image img {
        margin-right: 0;
        transform: none;
    }
}

/* WHY PARTNER SECTION */
.why-partner .s3m-grid-3 {
    margin-top: 50px;
}

/* CARD HEIGHT EQUAL */
.why-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* CARD TEXT STRETCH */
.why-card .s3m-card-text {
    flex-grow: 1;
}

/* HOVER LIFT ENHANCED */
.why-card:hover {
    transform: translateY(-8px);
}

/* CARD SPACING */
.why-card .elementor-divider {
    margin-top: 10px;
    margin-bottom: 16px;
}
/* TABLE WRAPPER */
.tiers-table-wrapper {
    margin-top: 50px;
    padding: 30px;
    overflow-x: auto;
}

/* TABLE BASE */
.tiers-table {
    width: 100%;
    border-collapse: collapse;
    font-family: Inter;
}

/* HEADER */
.tiers-table thead th {
    text-align: left;
    padding: 16px;
    font-weight: 600;
    font-size: 14px;
    border-bottom: 1px solid #E5E7EB;
    color: #0F172A;
}

/* BODY */
.tiers-table td {
    padding: 16px;
    font-size: 14px;
    border-bottom: 1px solid #E5E7EB;
    color: #475569;
}

/* FIRST COLUMN */
.tiers-table td:first-child {
    font-weight: 600;
    color: #0F172A;
}

/* ZEBRA */
.tiers-table tbody tr:nth-child(even) {
    background: #F8FAFC;
}

/* HOVER */
.tiers-table tbody tr:hover {
    background: #EEF6FF;
}

/* PREMIER COLUMN */
.highlight-premier {
    background: rgba(56, 189, 248, 0.06);
}

/* ELITE COLUMN (STAR) */
.highlight-elite {
    background: rgba(56, 189, 248, 0.12);
    font-weight: 600;
}

/* ELITE BORDER */
.tiers-table td.highlight-elite,
.tiers-table th.highlight-elite {
    border-left: 2px solid #38BDF8;
}
/* WRAPPER */
.journey-wrapper {
    position: relative;
    margin-top: 50px;
}

/* VERTICAL LINE */
.journey-wrapper::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: rgba(56, 189, 248, 0.2);
}

/* STEP CARD */
.partner-step {
    position: relative;
    margin-left: 60px;
    margin-bottom: 50px;
}

/* DOT */
.partner-step::before {
    content: "";
    position: absolute;
    left: -42px;
    top: 28px;
    width: 12px;
    height: 12px;
    background: #38BDF8;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(56,189,248,.6);
}

/* LAST ITEM */
.partner-step:last-child {
    margin-bottom: 0;
}

/* HOVER */
.partner-step:hover {
    transform: translateY(-6px);
    transition: all .25s ease;
}

.partner-cta {
    text-align: center;
}

/* BUTTON SIZE */
.partner-cta-btn .elementor-button {
    padding: 16px 34px;
    font-size: 16px;
}

/* BUTTON CENTER FIX */
.partner-cta-btn {
    margin-top: 30px;
}

/* HOVER STRONGER */
.partner-cta-btn .elementor-button:hover {
    transform: translateY(-3px);
}