/* ==========================================================
   PARTNERSHIP PAGE - COMPLETE STYLES
   ========================================================== */

/* ===== PAGE HEADING SECTION ===== */
.partnership-page-content .page-heading {
    padding: 120px 20px;
    margin-top: 16px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: relative;
    min-height: 400px;
    display: flex;
    align-items: center;
}

.partnership-page-content .page-heading .container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.partnership-page-content .page-heading .main {
    max-width: 800px;
}

.partnership-page-content .page-heading h1 {
    font-size: 52px;
    line-height: 1.2;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 20px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}

.partnership-page-content .page-heading p {
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.95);
    max-width: 800px;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}

/* ===== BRANDS SECTION (from template part) ===== */
.partnership-page-content .brand-batch {
    padding: 60px 0;
    background: #f8f9fa;
}

.partnership-page-content .brand-batch__header h2 {
    font-size: 32px;
    color: #1C3F60;
    text-align: center;
    margin-bottom: 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    position: relative;
}

.partnership-page-content .brand-batch__header h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: #FBC333;
    margin: 15px auto 0;
}

/* ===== ADVANTAGES SECTION ===== */
section.advantages {
    padding: 80px 20px;
    background: linear-gradient(135deg, #1C3F60 0%, #0f2a40 100%);
}

section.advantages h2 {
    font-size: 36px;
    text-align: center;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 60px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.3;
    position: relative;
}

section.advantages h2::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: #FBC333;
    margin: 20px auto 0;
}

section.advantages .main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.advantage-card {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    padding: 30px 25px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    transition: all 0.4s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
}

.advantage-card:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.15);
    border-color: #FBC333;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

.advantage-card img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    object-position: center;
    flex-shrink: 0;
    transition: all 0.4s ease;
    filter: brightness(0) invert(1);
}

.advantage-card:hover img {
    transform: scale(1.1);
    filter: brightness(0) invert(1) drop-shadow(0 5px 15px rgba(251, 195, 51, 0.4));
}

.advantage-card__text {
    flex: 1;
}

.advantage-card h3 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 12px;
    font-family: 'Montserrat', sans-serif;
}

.advantage-card p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
}

/* ===== PARTNERSHIPS CONTACT SECTION ===== */
section.partnerships {
    margin: 60px 0;
    background: #f8f9fa;
}

section.partnerships .container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

section.partnerships .main {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

section.partnerships h2 {
    max-width: 50%;
    background: #FBC333;
    padding: 60px 40px;
    width: 100%;
    font-size: 42px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #1C3F60;
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0;
    line-height: 1.2;
}

.partnerships__contact {
    max-width: 50%;
    background: #ffffff;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 60px 40px;
    align-items: flex-start;
    justify-content: center;
    gap: 25px;
    min-height: 250px;
    font-style: normal;
}

.partnerships__contact > div {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
    transition: all 0.3s ease;
    padding: 10px 15px;
    border-radius: 12px;
}

.partnerships__contact > div:hover {
    background: #f0f7ff;
    transform: translateX(5px);
}

.partnerships__contact svg {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.partnerships__contact > div:hover svg {
    transform: scale(1.1);
    fill: #FBC333;
}

.partnerships__contact a {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    color: #333;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease;
    word-break: break-word;
}

.partnerships__contact > div:hover a {
    color: #1C3F60;
}

/* ===== RESPONSIVE BREAKPOINTS ===== */

/* Large Desktop (1200px and above) */
@media screen and (min-width: 1200px) {
    .partnership-page-content .page-heading h1 {
        font-size: 60px;
    }
    
    section.advantages .main {
        max-width: 1300px;
    }
}

/* Desktop (1025px - 1199px) */
@media screen and (max-width: 1199px) {
    .partnership-page-content .page-heading h1 {
        font-size: 48px;
    }
    
    .partnership-page-content .page-heading p {
        font-size: 20px;
    }
    
    section.advantages h2 {
        font-size: 32px;
    }
    
    section.advantages .main {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
        padding: 0 20px;
    }
    
    section.partnerships h2 {
        font-size: 36px;
        padding: 40px 30px;
    }
}

/* Tablet Landscape (768px - 1024px) */
@media screen and (max-width: 1024px) {
    .partnership-page-content .page-heading {
        padding: 100px 20px;
        min-height: 350px;
    }
    
    .partnership-page-content .page-heading h1 {
        font-size: 42px;
    }
    
    .partnership-page-content .page-heading p {
        font-size: 18px;
    }
    
    section.advantages {
        padding: 60px 20px;
    }
    
    section.advantages h2 {
        font-size: 30px;
        margin-bottom: 40px;
    }
    
    .advantage-card {
        padding: 25px 20px;
    }
    
    .advantage-card h3 {
        font-size: 18px;
    }
    
    .advantage-card p {
        font-size: 14px;
    }
    
    section.partnerships .main {
        flex-direction: column;
    }
    
    section.partnerships h2,
    .partnerships__contact {
        max-width: 100%;
        min-height: auto;
    }
    
    section.partnerships h2 {
        padding: 50px 30px;
        font-size: 36px;
    }
    
    .partnerships__contact {
        padding: 50px 30px;
    }
}

/* Tablet Portrait (768px and below) */
@media screen and (max-width: 768px) {
    .partnership-page-content .page-heading {
        padding: 80px 15px;
        min-height: 300px;
    }
    
    .partnership-page-content .page-heading h1 {
        font-size: 36px;
    }
    
    .partnership-page-content .page-heading p {
        font-size: 16px;
    }
    
    section.advantages h2 {
        font-size: 28px;
    }
    
    section.advantages .main {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .advantage-card {
        max-width: 500px;
        margin: 0 auto;
    }
    
    section.partnerships h2 {
        font-size: 32px;
        padding: 40px 20px;
    }
    
    .partnerships__contact {
        padding: 40px 20px;
    }
    
    .partnerships__contact a {
        font-size: 16px;
    }
}

/* Mobile (480px and below) */
@media screen and (max-width: 480px) {
    .partnership-page-content .page-heading {
        padding: 60px 10px;
    }
    
    .partnership-page-content .page-heading h1 {
        font-size: 28px;
    }
    
    .partnership-page-content .page-heading p {
        font-size: 15px;
    }
    
    section.advantages {
        padding: 40px 10px;
    }
    
    section.advantages h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    
    .advantage-card {
        flex-direction: column;
        text-align: center;
        padding: 25px 15px;
    }
    
    .advantage-card img {
        margin: 0 auto 10px;
    }
    
    .advantage-card__text {
        width: 100%;
    }
    
    section.partnerships h2 {
        font-size: 26px;
        padding: 30px 15px;
    }
    
    .partnerships__contact {
        padding: 30px 15px;
        gap: 20px;
    }
    
    .partnerships__contact > div {
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }
    
    .partnerships__contact a {
        font-size: 15px;
    }
}

/* Small Mobile (360px and below) */
@media screen and (max-width: 360px) {
    .partnership-page-content .page-heading h1 {
        font-size: 24px;
    }
    
    section.advantages h2 {
        font-size: 22px;
    }
    
    section.partnerships h2 {
        font-size: 22px;
    }
}