/* style/resources-vietnamese-player-exclusive-69vin-localization.css */

.page-resources-vietnamese-player-exclusive-69vin-localization {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f9f9f9;
}

.page-resources-vietnamese-player-exclusive-69vin-localization__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-vietnamese-player-exclusive-69vin-localization__hero-section {
    background: linear-gradient(135deg, #000080, #FFD700);
    color: #ffffff;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-resources-vietnamese-player-exclusive-69vin-localization__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.2;
    z-index: 0;
}

.page-resources-vietnamese-player-exclusive-69vin-localization__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #FFD700; /* Gold text on dark background */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 1;
}

.page-resources-vietnamese-player-exclusive-69vin-localization__hero-subtitle {
    font-size: 1.5em;
    margin-bottom: 40px;
    color: #ffffff;
    position: relative;
    z-index: 1;
}

.page-resources-vietnamese-player-exclusive-69vin-localization__section {
    padding: 60px 0;
    background-color: #ffffff;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.page-resources-vietnamese-player-exclusive-69vin-localization__intro {
    background-color: #f0f8ff;
}

.page-resources-vietnamese-player-exclusive-69vin-localization__section-title {
    font-size: 2.5em;
    color: #000080;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.page-resources-vietnamese-player-exclusive-69vin-localization__section-title::after {
    content: '';
    width: 80px;
    height: 4px;
    background-color: #FFD700;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
}

.page-resources-vietnamese-player-exclusive-69vin-localization__paragraph {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #333333;
}

.page-resources-vietnamese-player-exclusive-69vin-localization__paragraph strong {
    color: #000080;
}

.page-resources-vietnamese-player-exclusive-69vin-localization__feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-resources-vietnamese-player-exclusive-69vin-localization__feature-item {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-vietnamese-player-exclusive-69vin-localization__feature-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.page-resources-vietnamese-player-exclusive-69vin-localization__feature-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.2));
}

.page-resources-vietnamese-player-exclusive-69vin-localization__feature-item h3 {
    font-size: 1.6em;
    color: #000080;
    margin-bottom: 15px;
}

.page-resources-vietnamese-player-exclusive-69vin-localization__feature-item p {
    font-size: 1em;
    color: #555555;
}

.page-resources-vietnamese-player-exclusive-69vin-localization__deep-dive {
    background-color: #f9f9f9;
}

.page-resources-vietnamese-player-exclusive-69vin-localization__sub-title {
    font-size: 2em;
    color: #000080;
    margin-top: 50px;
    margin-bottom: 25px;
    border-left: 5px solid #FFD700;
    padding-left: 15px;
}

.page-resources-vietnamese-player-exclusive-69vin-localization__list {
    list-style: disc inside;
    margin-left: 20px;
    margin-bottom: 20px;
    color: #333333;
}

.page-resources-vietnamese-player-exclusive-69vin-localization__list li {
    margin-bottom: 10px;
    font-size: 1.1em;
}

.page-resources-vietnamese-player-exclusive-69vin-localization__content-image {
    width: 100%;
    max-width: 800px;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.page-resources-vietnamese-player-exclusive-69vin-localization__testimonials {
    background-color: #e0f2f7;
    padding: 80px 0;
}

.page-resources-vietnamese-player-exclusive-69vin-localization__testimonial-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.page-resources-vietnamese-player-exclusive-69vin-localization__testimonial-item {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    position: relative;
    text-align: center;
}

.page-resources-vietnamese-player-exclusive-69vin-localization__testimonial-item::before {
    content: '“';
    font-size: 4em;
    color: #FFD700;
    position: absolute;
    top: 10px;
    left: 20px;
    opacity: 0.7;
}

.page-resources-vietnamese-player-exclusive-69vin-localization__testimonial-text {
    font-style: italic;
    color: #444444;
    margin-bottom: 20px;
    font-size: 1.1em;
}

.page-resources-vietnamese-player-exclusive-69vin-localization__testimonial-author {
    font-weight: bold;
    color: #000080;
}

.page-resources-vietnamese-player-exclusive-69vin-localization__cta {
    background: linear-gradient(90deg, #000080, #000050);
    color: #ffffff;
    text-align: center;
    padding: 80px 0;
}

.page-resources-vietnamese-player-exclusive-69vin-localization__cta .page-resources-vietnamese-player-exclusive-69vin-localization__section-title {
    color: #FFD700;
}

.page-resources-vietnamese-player-exclusive-69vin-localization__cta .page-resources-vietnamese-player-exclusive-69vin-localization__section-title::after {
    background-color: #ffffff;
}

.page-resources-vietnamese-player-exclusive-69vin-localization__cta .page-resources-vietnamese-player-exclusive-69vin-localization__paragraph {
    color: #e0e0e0;
    max-width: 800px;
    margin: 0 auto 40px auto;
}

.page-resources-vietnamese-player-exclusive-69vin-localization__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    margin: 0 10px 20px 10px;
    min-width: 180px;
}

.page-resources-vietnamese-player-exclusive-69vin-localization__btn--primary {
    background-color: #FFD700;
    color: #000080; /* Dark blue text on gold button */
    border: 2px solid #FFD700;
}

.page-resources-vietnamese-player-exclusive-69vin-localization__btn--primary:hover {
    background-color: #e6c200;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}

.page-resources-vietnamese-player-exclusive-69vin-localization__btn--secondary {
    background-color: #000080;
    color: #FFD700; /* Gold text on dark blue button */
    border: 2px solid #FFD700;
}

.page-resources-vietnamese-player-exclusive-69vin-localization__btn--secondary:hover {
    background-color: #000050;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 128, 0.4);
}

.page-resources-vietnamese-player-exclusive-69vin-localization__btn--tertiary {
    background-color: transparent;
    color: #ffffff; /* White text on dark blue background for CTA section */
    border: 2px solid #ffffff;
}

.page-resources-vietnamese-player-exclusive-69vin-localization__btn--tertiary:hover {
    background-color: rgba(255, 255, 255, 0.1);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.2);
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-resources-vietnamese-player-exclusive-69vin-localization__hero-title {
        font-size: 2.8em;
    }
    .page-resources-vietnamese-player-exclusive-69vin-localization__hero-subtitle {
        font-size: 1.3em;
    }
    .page-resources-vietnamese-player-exclusive-69vin-localization__section-title {
        font-size: 2em;
    }
    .page-resources-vietnamese-player-exclusive-69vin-localization__sub-title {
        font-size: 1.8em;
    }
}

@media (max-width: 768px) {
    .page-resources-vietnamese-player-exclusive-69vin-localization__hero-title {
        font-size: 2.2em;
    }
    .page-resources-vietnamese-player-exclusive-69vin-localization__hero-subtitle {
        font-size: 1.1em;
    }
    .page-resources-vietnamese-player-exclusive-69vin-localization__section {
        padding: 40px 0;
    }
    .page-resources-vietnamese-player-exclusive-69vin-localization__section-title {
        font-size: 1.8em;
    }
    .page-resources-vietnamese-player-exclusive-69vin-localization__sub-title {
        font-size: 1.6em;
    }
    .page-resources-vietnamese-player-exclusive-69vin-localization__feature-grid,
    .page-resources-vietnamese-player-exclusive-69vin-localization__testimonial-grid {
        grid-template-columns: 1fr;
    }
    .page-resources-vietnamese-player-exclusive-69vin-localization__btn {
        width: 90%;
        margin: 10px auto;
        display: block;
    }
}

@media (max-width: 480px) {
    .page-resources-vietnamese-player-exclusive-69vin-localization__hero-title {
        font-size: 1.8em;
    }
    .page-resources-vietnamese-player-exclusive-69vin-localization__hero-subtitle {
        font-size: 1em;
    }
    .page-resources-vietnamese-player-exclusive-69vin-localization__paragraph,
    .page-resources-vietnamese-player-exclusive-69vin-localization__list li,
    .page-resources-vietnamese-player-exclusive-69vin-localization__testimonial-text {
        font-size: 0.95em;
    }
    .page-resources-vietnamese-player-exclusive-69vin-localization__feature-item h3 {
        font-size: 1.4em;
    }
    .page-resources-vietnamese-player-exclusive-69vin-localization__btn {
        font-size: 1em;
        padding: 12px 20px;
    }
}