/* style/partners.css */

/* Base styles for the partners page content */
.page-partners {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f9f9f9;
}

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

.page-partners__hero-section {
    background: linear-gradient(135deg, #1A2B4C, #3A507C);
    color: #ffffff;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-partners__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #FFD700; /* Accent color for emphasis */
    font-weight: bold;
    line-height: 1.2;
}

.page-partners__hero-description {
    font-size: 1.2em;
    max-width: 800px;
    margin: 0 auto 40px;
    opacity: 0.9;
}

.page-partners__hero-image {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1400px;
    height: auto;
    opacity: 0.2;
    z-index: 0;
}

.page-partners__hero-section .page-partners__cta-button {
    background-color: #FFD700;
    color: #1A2B4C;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    display: inline-block;
    z-index: 1;
    position: relative;
}

.page-partners__hero-section .page-partners__cta-button:hover {
    background-color: #e5c400;
    transform: translateY(-3px);
}

.page-partners__section {
    padding: 80px 0;
    background-color: #ffffff;
    border-bottom: 1px solid #eee;
}

.page-partners__section:nth-of-type(even) {
    background-color: #f0f4f8;
}

.page-partners__section-title {
    font-size: 2.5em;
    color: #1A2B4C;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}

.page-partners__section-description {
    font-size: 1.1em;
    color: #555;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 50px;
}

.page-partners__content-grid {
    display: flex;
    gap: 40px;
    align-items: center;
}

.page-partners__text-content {
    flex: 1;
}

.page-partners__image {
    flex: 1;
    max-width: 50%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-partners__image--right {
    order: 2;
}

.page-partners__why-okvip .page-partners__text-content h3 {
    color: #1A2B4C;
    font-size: 1.6em;
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-partners__why-okvip .page-partners__text-content p {
    font-size: 1.05em;
    line-height: 1.7;
    color: #444;
    margin-bottom: 15px;
}

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

.page-partners__card {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    padding: 30px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

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

.page-partners__card-title {
    font-size: 1.8em;
    color: #1A2B4C;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-partners__card-description {
    font-size: 1em;
    color: #555;
    line-height: 1.7;
}

.page-partners__section-footer {
    text-align: center;
    margin-top: 60px;
    font-style: italic;
    color: #666;
    font-size: 1.1em;
}

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

.page-partners__benefit-item {
    background-color: #ffffff;
    border-left: 5px solid #FFD700;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    padding: 25px;
    transition: background-color 0.3s ease;
}

.page-partners__benefit-item:hover {
    background-color: #fffbf0;
}

.page-partners__benefit-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
    filter: drop-shadow(0 3px 3px rgba(255, 215, 0, 0.3));
}

.page-partners__benefit-title {
    font-size: 1.5em;
    color: #1A2B4C;
    margin-bottom: 10px;
    font-weight: bold;
}

.page-partners__benefit-item p {
    color: #666;
    font-size: 0.95em;
}

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

.page-partners__testimonial-card {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    padding: 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-partners__testimonial-card::before {
    content: '“';
    font-family: serif;
    font-size: 10em;
    color: rgba(255, 215, 0, 0.1);
    position: absolute;
    top: -20px;
    left: 10px;
    z-index: 0;
}

.page-partners__testimonial-avatar {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 20px;
    border: 3px solid #FFD700;
    position: relative;
    z-index: 1;
}

.page-partners__testimonial-quote {
    font-size: 1.1em;
    font-style: italic;
    color: #444;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.page-partners__testimonial-author {
    font-size: 1em;
    color: #1A2B4C;
    font-weight: bold;
    position: relative;
    z-index: 1;
}

.page-partners__process-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
    position: relative;
}

.page-partners__process-steps::before {
    content: '';
    position: absolute;
    top: 50px;
    left: 5%;
    right: 5%;
    height: 2px;
    background-color: #FFD700;
    z-index: 0;
    display: none; /* Hide on mobile, show on larger screens */
}

.page-partners__step-item {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);
    padding: 30px;
    text-align: center;
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease;
}

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

.page-partners__step-number {
    width: 60px;
    height: 60px;
    background-color: #1A2B4C;
    color: #FFD700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2em;
    font-weight: bold;
    margin: 0 auto 20px;
    border: 3px solid #FFD700;
}

.page-partners__step-title {
    font-size: 1.6em;
    color: #1A2B4C;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-partners__step-item p {
    color: #666;
    font-size: 0.95em;
    margin-bottom: 20px;
}

.page-partners__step-button {
    background-color: #FFD700;
    color: #1A2B4C;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
    display: inline-block;
}

.page-partners__step-button:hover {
    background-color: #e5c400;
}

.page-partners__image--full-width {
    width: 100%;
    max-width: 1000px;
    height: auto;
    margin: 50px auto 0;
    display: block;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-partners__cta-final {
    background: linear-gradient(135deg, #1A2B4C, #3A507C);
    color: #ffffff;
    text-align: center;
    position: relative;
    overflow: hidden;
}

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

.page-partners__cta-final .page-partners__section-description {
    color: #e0e0e0;
}

.page-partners__cta-buttons {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.page-partners__cta-button {
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    display: inline-block;
}

.page-partners__cta-button--primary {
    background-color: #FFD700;
    color: #1A2B4C;
}

.page-partners__cta-button--primary:hover {
    background-color: #e5c400;
    transform: translateY(-3px);
}

.page-partners__cta-button--secondary {
    background-color: transparent;
    color: #FFD700;
    border: 2px solid #FFD700;
}

.page-partners__cta-button--secondary:hover {
    background-color: #FFD700;
    color: #1A2B4C;
    transform: translateY(-3px);
}

.page-partners__cta-image {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1200px;
    height: auto;
    opacity: 0.1;
    z-index: 0;
}

/* Sticky CTA Button */
.page-partners__sticky-cta {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.page-partners__sticky-button {
    background-color: #FFD700; /* Accent color */
    color: #1A2B4C; /* Main color for text */
    padding: 15px 25px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    gap: 10px;
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.page-partners__sticky-button:hover {
    background-color: #e5c400;
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-partners__sticky-icon {
    font-size: 1.5em;
    line-height: 1;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .page-partners__hero-title {
        font-size: 3em;
    }
    .page-partners__section-title {
        font-size: 2em;
    }
    .page-partners__content-grid {
        flex-direction: column;
    }
    .page-partners__image {
        max-width: 80%;
        order: initial;
    }
    .page-partners__process-steps::before {
        display: none;
    }
}

@media (max-width: 768px) {
    .page-partners__hero-section {
        padding: 80px 0;
    }
    .page-partners__hero-title {
        font-size: 2.5em;
    }
    .page-partners__hero-description {
        font-size: 1em;
    }
    .page-partners__section {
        padding: 60px 0;
    }
    .page-partners__section-title {
        font-size: 1.8em;
    }
    .page-partners__section-description {
        font-size: 0.95em;
        margin-bottom: 30px;
    }
    .page-partners__model-cards, .page-partners__benefits-grid, .page-partners__testimonials-grid, .page-partners__process-steps {
        grid-template-columns: 1fr;
    }
    .page-partners__image {
        max-width: 100%;
    }
    .page-partners__cta-buttons {
        flex-direction: column;
        gap: 15px;
    }
    .page-partners__cta-button {
        width: 80%;
        margin: 0 auto;
    }
    .page-partners__sticky-button {
        font-size: 1em;
        padding: 12px 20px;
    }
    .page-partners__sticky-icon {
        font-size: 1.2em;
    }
}

@media (max-width: 480px) {
    .page-partners__hero-title {
        font-size: 2em;
    }
    .page-partners__section-title {
        font-size: 1.5em;
    }
    .page-partners__card-title, .page-partners__benefit-title, .page-partners__step-title {
        font-size: 1.4em;
    }
    .page-partners__step-number {
        width: 50px;
        height: 50px;
        font-size: 1.8em;
    }
    .page-partners__cta-button {
        width: 90%;
    }
}