/* style/partners.css */
.page-partners {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f8f8;
}

.page-partners__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-partners__hero-section {
    background: linear-gradient(135deg, #003366 0%, #004488 100%);
    color: #ffffff;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-bottom: 5px solid #FFD700;
}

.page-partners__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCIgdmlld0JveD0iMCAwIDIwMCAyMDAiIHhtbG5zPSJodHRwOi8vd3d3Ln33Ln33LzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIxMDAiIGN5PSIxMDAiIHI9IjYwIiBmaWxsPSIjRkZENzAwIiBvcGFjaXR5PSIwLjEiLz48Y2lyY2xlIGN4PSI1MCIgY3k9IjE1MCIgcj0iNDAiIGZpbGw9IiNGRkQ3MDAiIG9wYWNpdHk9IjAuMDgiLz48Y2lyY2xlIGN4PSIxNTAiIGN5PSI1MCIgcj0iNTAiIGZpbGw9IiNGRkQ3MDAiIG9wYWNpdHk9IjAuMTIiLz48L3N2Zz4=') no-repeat center center;
    background-size: cover;
    opacity: 0.1;
    z-index: 0;
}

.page-partners__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: bold;
    position: relative;
    z-index: 1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-partners__hero-subtitle {
    font-size: 1.4em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

.page-partners__hero-image {
    max-width: 80%;
    height: auto;
    margin-top: 40px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 1;
}

.page-partners__section {
    padding: 60px 0;
    text-align: center;
}

.page-partners__section--why-partner {
    background-color: #ffffff;
}

.page-partners__section--benefits {
    background-color: #f0f4f7;
}

.page-partners__section--commission {
    background-color: #ffffff;
}

.page-partners__section--application {
    background-color: #f0f4f7;
}

.page-partners__section--faq {
    background-color: #ffffff;
}

.page-partners__section--explore-details {
    background-color: #f0f4f7;
}

.page-partners__cta-section {
    background: linear-gradient(45deg, #003366, #FFD700);
    color: #ffffff;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-partners__cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAwIiBoZWlnaHQ9IjQwMCIgdmlld0JveD0iMCAwIDQwMCA0MDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMjAwIiBjeT0iMjAwIiByPSIxNTAiIGZpbGw9IiNmZmYiIG9wYWNpdHk9IjAuMSIvPjxjaXJjbGUgY3g9IjUwIiBjeT0iMTAwIiByPSI4MCIgZmlsbD0iI2ZmZiIgb3BhY2l0eT0iMC4wOCIvPjxjaXJjbGUgY3g9IjMwMCIgY3k9IjI1MCIgcj0iMTAwIiBmaWxsPSIjZmZmIiBvcGFjaXR5PSIwLjEyIi8+PC9zdmc+') no-repeat center center;
    background-size: cover;
    opacity: 0.1;
    z-index: 0;
}

.page-partners__section-title {
    font-size: 2.8em;
    margin-bottom: 25px;
    color: #003366;
    font-weight: bold;
    position: relative;
    z-index: 1;
}

.page-partners__section-title .highlight {
    color: #FFD700;
}

.page-partners__section-description {
    font-size: 1.1em;
    max-width: 900px;
    margin: 0 auto 50px auto;
    color: #555;
    position: relative;
    z-index: 1;
}

.page-partners__cta-title {
    font-size: 3em;
    margin-bottom: 20px;
    font-weight: bold;
    position: relative;
    z-index: 1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-partners__cta-description {
    font-size: 1.3em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

.page-partners__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    font-size: 1.1em;
    border: none;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.page-partners__btn--primary {
    background-color: #FFD700;
    color: #003366;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

.page-partners__btn--primary:hover {
    background-color: #e6c200;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.6);
}

.page-partners__btn--secondary {
    background-color: #003366;
    color: #FFD700;
    border: 2px solid #FFD700;
    box-shadow: 0 4px 15px rgba(0, 51, 102, 0.4);
}

.page-partners__btn--secondary:hover {
    background-color: #002244;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 51, 102, 0.6);
}

.page-partners__btn--link {
    background: none;
    color: #003366;
    padding: 10px 0;
    font-size: 1em;
    border-radius: 0;
    text-decoration: underline;
}

.page-partners__btn--link:hover {
    color: #FFD700;
    background: none;
    transform: none;
    box-shadow: none;
}

.page-partners__btn--large {
    padding: 18px 40px;
    font-size: 1.3em;
}

.page-partners__features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.page-partners__feature-item {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-partners__feature-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.page-partners__feature-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
    filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.7));
}

.page-partners__feature-title {
    font-size: 1.5em;
    color: #003366;
    margin-bottom: 15px;
}

.page-partners__feature-text {
    color: #666;
}

.page-partners__benefit-list {
    list-style: none;
    padding: 0;
    text-align: left;
    max-width: 800px;
    margin: 50px auto;
}

.page-partners__benefit-list li {
    background-color: #ffffff;
    margin-bottom: 15px;
    padding: 20px 30px;
    border-left: 5px solid #FFD700;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    color: #333;
    font-size: 1.1em;
}

.page-partners__benefit-list li strong {
    color: #003366;
}

.page-partners__commission-details {
    background-color: #003366;
    color: #ffffff;
    padding: 40px;
    border-radius: 10px;
    margin-top: 50px;
    text-align: left;
    position: relative;
    overflow: hidden;
}

.page-partners__commission-details p, .page-partners__commission-details ul {
    font-size: 1.1em;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.page-partners__commission-details ul {
    list-style-type: disc;
    margin-left: 20px;
}

.page-partners__commission-details li strong {
    color: #FFD700;
}

.page-partners__image--large {
    max-width: 100%;
    height: auto;
    margin-top: 30px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-partners__steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.page-partners__step-item {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    text-align: left;
    position: relative;
    padding-top: 60px;
}

.page-partners__step-number {
    background-color: #FFD700;
    color: #003366;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5em;
    font-weight: bold;
    position: absolute;
    top: 20px;
    left: 30px;
    box-shadow: 0 2px 8px rgba(255, 215, 0, 0.5);
}

.page-partners__step-title {
    font-size: 1.4em;
    color: #003366;
    margin-bottom: 10px;
}

.page-partners__step-text {
    color: #666;
}

.page-partners__faq-item {
    text-align: left;
    max-width: 900px;
    margin: 0 auto 20px auto;
    background-color: #fff;
    padding: 25px 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
    border-left: 4px solid #003366;
}

.page-partners__faq-question {
    font-size: 1.25em;
    color: #003366;
    margin-bottom: 10px;
}

.page-partners__faq-answer {
    color: #555;
    font-size: 1em;
}

.page-partners__detail-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.page-partners__detail-item {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    text-align: left;
    transition: transform 0.3s ease;
}

.page-partners__detail-item:hover {
    transform: translateY(-5px);
}

.page-partners__detail-title {
    font-size: 1.6em;
    color: #003366;
    margin-bottom: 15px;
}

.page-partners__detail-title a {
    color: #003366;
    text-decoration: none;
}

.page-partners__detail-title a:hover {
    color: #FFD700;
    text-decoration: underline;
}

.page-partners__detail-description {
    color: #666;
    margin-bottom: 25px;
}

.page-partners__cta-image {
    max-width: 70%;
    height: auto;
    margin-top: 40px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 1;
}

.page-partners__cta-download {
    margin-top: 25px;
    font-size: 1.1em;
    position: relative;
    z-index: 1;
}

.page-partners__link-download {
    color: #FFD700;
    text-decoration: underline;
    font-weight: bold;
}

.page-partners__link-download:hover {
    color: #e6c200;
}

.highlight {
    color: #FFD700;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-partners__hero-title {
        font-size: 2.5em;
    }

    .page-partners__hero-subtitle {
        font-size: 1.2em;
    }

    .page-partners__section-title {
        font-size: 2em;
    }

    .page-partners__section-description {
        font-size: 1em;
    }

    .page-partners__cta-title {
        font-size: 2.2em;
    }

    .page-partners__cta-description {
        font-size: 1.1em;
    }

    .page-partners__features-grid,
    .page-partners__steps-grid,
    .page-partners__detail-list {
        grid-template-columns: 1fr;
    }

    .page-partners__step-item {
        padding-top: 30px;
    }

    .page-partners__step-number {
        position: static;
        margin-bottom: 15px;
        margin-left: 0;
    }
}

@media (max-width: 480px) {
    .page-partners__hero-title {
        font-size: 2em;
    }

    .page-partners__hero-subtitle {
        font-size: 0.9em;
    }

    .page-partners__btn {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-partners__btn--large {
        padding: 15px 30px;
        font-size: 1.1em;
    }

    .page-partners__section-title {
        font-size: 1.8em;
    }

    .page-partners__cta-title {
        font-size: 1.8em;
    }
}