/* style/resources-yo88-mobile-app-download-install.css */

.page-resources-yo88-mobile-app-download-install {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f9f9f9;
}

.page-resources-yo88-mobile-app-download-install__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-yo88-mobile-app-download-install__section {
    padding: 60px 0;
    text-align: center;
}

.page-resources-yo88-mobile-app-download-install__section:nth-of-type(even) {
    background-color: #fff;
}

.page-resources-yo88-mobile-app-download-install__hero-section {
    background: linear-gradient(135deg, #0A2463, #3B5998);
    color: #fff;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.page-resources-yo88-mobile-app-download-install__hero-title {
    font-size: 2.8em;
    margin-bottom: 20px;
    color: #E0B34F;
    font-weight: bold;
    line-height: 1.2;
}

.page-resources-yo88-mobile-app-download-install__hero-description {
    font-size: 1.2em;
    max-width: 800px;
    margin: 0 auto 40px auto;
    color: #e0e0e0;
}

.page-resources-yo88-mobile-app-download-install__hero-cta-group {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.page-resources-yo88-mobile-app-download-install__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.2s ease;
    cursor: pointer;
    white-space: nowrap;
}

.page-resources-yo88-mobile-app-download-install__btn--primary {
    background-color: #E0B34F;
    color: #0A2463;
    border: 2px solid #E0B34F;
}

.page-resources-yo88-mobile-app-download-install__btn--primary:hover {
    background-color: #f5c76e;
    transform: translateY(-2px);
}

.page-resources-yo88-mobile-app-download-install__btn--secondary {
    background-color: transparent;
    color: #E0B34F;
    border: 2px solid #E0B34F;
}

.page-resources-yo88-mobile-app-download-install__btn--secondary:hover {
    background-color: #E0B34F;
    color: #0A2463;
    transform: translateY(-2px);
}

.page-resources-yo88-mobile-app-download-install__btn--full-width {
    width: 100%;
    max-width: 300px;
    margin: 10px auto;
}

.page-resources-yo88-mobile-app-download-install__hero-image-wrapper {
    margin-top: 30px;
}

.page-resources-yo88-mobile-app-download-install__hero-image {
    max-width: 80%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-resources-yo88-mobile-app-download-install__section-title {
    font-size: 2.2em;
    color: #0A2463;
    margin-bottom: 20px;
    font-weight: bold;
}

.page-resources-yo88-mobile-app-download-install__section-description {
    font-size: 1.1em;
    color: #555;
    max-width: 900px;
    margin: 0 auto 40px auto;
}

.page-resources-yo88-mobile-app-download-install__benefits-grid,
.page-resources-yo88-mobile-app-download-install__features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-resources-yo88-mobile-app-download-install__benefit-item,
.page-resources-yo88-mobile-app-download-install__feature-item {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease;
}

.page-resources-yo88-mobile-app-download-install__benefit-item:hover,
.page-resources-yo88-mobile-app-download-install__feature-item:hover {
    transform: translateY(-5px);
}

.page-resources-yo88-mobile-app-download-install__benefit-icon,
.page-resources-yo88-mobile-app-download-install__feature-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
}

.page-resources-yo88-mobile-app-download-install__benefit-title,
.page-resources-yo88-mobile-app-download-install__feature-title {
    font-size: 1.4em;
    color: #0A2463;
    margin-bottom: 10px;
}

.page-resources-yo88-mobile-app-download-install__benefit-text,
.page-resources-yo88-mobile-app-download-install__feature-text {
    color: #666;
    font-size: 1em;
}

.page-resources-yo88-mobile-app-download-install__download-guide,
.page-resources-yo88-mobile-app-download-install__install-guide {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    margin-top: 40px;
}

@media (min-width: 768px) {
    .page-resources-yo88-mobile-app-download-install__download-guide,
    .page-resources-yo88-mobile-app-download-install__install-guide {
        grid-template-columns: repeat(2, 1fr);
    }
}

.page-resources-yo88-mobile-app-download-install__guide-item {
    background-color: #f0f4f8;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    text-align: left;
}

.page-resources-yo88-mobile-app-download-install__guide-title {
    font-size: 1.8em;
    color: #0A2463;
    margin-bottom: 25px;
    text-align: center;
}

.page-resources-yo88-mobile-app-download-install__steps-list {
    list-style-type: none;
    padding: 0;
    margin-bottom: 30px;
}

.page-resources-yo88-mobile-app-download-install__steps-list li {
    margin-bottom: 15px;
    font-size: 1.05em;
    color: #444;
    position: relative;
    padding-left: 30px;
}

.page-resources-yo88-mobile-app-download-install__steps-list li::before {
    content: counter(step-counter);
    counter-increment: step-counter;
    background-color: #E0B34F;
    color: #0A2463;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}

.page-resources-yo88-mobile-app-download-install__guide-image-wrapper {
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
}

.page-resources-yo88-mobile-app-download-install__guide-image {
    max-width: 80%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-yo88-mobile-app-download-install__note {
    margin-top: 40px;
    font-size: 1em;
    color: #777;
    font-style: italic;
}

.page-resources-yo88-mobile-app-download-install__grid-2-col {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    margin-top: 40px;
}

@media (min-width: 768px) {
    .page-resources-yo88-mobile-app-download-install__grid-2-col {
        grid-template-columns: repeat(2, 1fr);
    }
}

.page-resources-yo88-mobile-app-download-install__grid-item {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    text-align: left;
    display: flex;
    flex-direction: column;
}

.page-resources-yo88-mobile-app-download-install__sub-title {
    font-size: 1.6em;
    color: #0A2463;
    margin-bottom: 15px;
}

.page-resources-yo88-mobile-app-download-install__grid-item p {
    color: #555;
    margin-bottom: 20px;
}

.page-resources-yo88-mobile-app-download-install__registration-image-wrapper {
    margin-top: 40px;
    text-align: center;
}

.page-resources-yo88-mobile-app-download-install__registration-image {
    max-width: 90%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-resources-yo88-mobile-app-download-install__cta-bottom {
    margin-top: 50px;
    text-align: center;
}

.page-resources-yo88-mobile-app-download-install__transaction-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    margin-top: 40px;
}

@media (min-width: 768px) {
    .page-resources-yo88-mobile-app-download-install__transaction-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.page-resources-yo88-mobile-app-download-install__transaction-item {
    background-color: #f0f4f8;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    text-align: left;
    display: flex;
    flex-direction: column;
}

.page-resources-yo88-mobile-app-download-install__icon-list {
    list-style: none;
    padding: 0;
    margin: 20px 0 30px 0;
}

.page-resources-yo88-mobile-app-download-install__icon-list li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #444;
    font-size: 1.05em;
}

.page-resources-yo88-mobile-app-download-install__icon {
    width: 24px;
    height: 24px;
    margin-right: 15px;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.1));
}

.page-resources-yo88-mobile-app-download-install__promo-list {
    list-style-type: disc;
    text-align: left;
    max-width: 800px;
    margin: 40px auto;
    padding-left: 40px;
    color: #444;
    font-size: 1.1em;
}

.page-resources-yo88-mobile-app-download-install__promo-list li {
    margin-bottom: 15px;
}

.page-resources-yo88-mobile-app-download-install__promo-image-wrapper {
    margin-top: 40px;
    text-align: center;
}

.page-resources-yo88-mobile-app-download-install__promo-image {
    max-width: 90%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-resources-yo88-mobile-app-download-install__faq-item {
    background-color: #fff;
    padding: 25px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
    text-align: left;
}

.page-resources-yo88-mobile-app-download-install__faq-question {
    font-size: 1.3em;
    color: #0A2463;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
}

.page-resources-yo88-mobile-app-download-install__faq-question::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.2em;
    color: #E0B34F;
    transition: transform 0.3s ease;
}

.page-resources-yo88-mobile-app-download-install__faq-question.active::after {
    content: '-';
    transform: rotate(180deg);
}

.page-resources-yo88-mobile-app-download-install__faq-answer {
    color: #666;
    font-size: 1em;
    display: none;
    margin-top: 10px;
    padding-left: 10px;
    border-left: 3px solid #E0B34F;
}

.page-resources-yo88-mobile-app-download-install__faq-answer.active {
    display: block;
}

.page-resources-yo88-mobile-app-download-install__cta-group {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
    flex-wrap: wrap;
}

/* Responsive Adjustments */
@media (max-width: 1024px) {
    .page-resources-yo88-mobile-app-download-install__hero-title {
        font-size: 2.5em;
    }
    .page-resources-yo88-mobile-app-download-install__section-title {
        font-size: 2em;
    }
}

@media (max-width: 768px) {
    .page-resources-yo88-mobile-app-download-install__hero-title {
        font-size: 2em;
    }
    .page-resources-yo88-mobile-app-download-install__hero-description {
        font-size: 1.1em;
    }
    .page-resources-yo88-mobile-app-download-install__section {
        padding: 40px 0;
    }
    .page-resources-yo88-mobile-app-download-install__section-title {
        font-size: 1.8em;
    }
    .page-resources-yo88-mobile-app-download-install__benefits-grid,
    .page-resources-yo88-mobile-app-download-install__features-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
    .page-resources-yo88-mobile-app-download-install__guide-image,
    .page-resources-yo88-mobile-app-download-install__registration-image,
    .page-resources-yo88-mobile-app-download-install__promo-image {
        max-width: 100%;
    }
    .page-resources-yo88-mobile-app-download-install__btn--full-width {
        max-width: none;
    }
    .page-resources-yo88-mobile-app-download-install__hero-cta-group,
    .page-resources-yo88-mobile-app-download-install__cta-group {
        flex-direction: column;
        align-items: center;
    }
    .page-resources-yo88-mobile-app-download-install__btn {
        width: 80%;
        max-width: 300px;
    }
}

@media (max-width: 480px) {
    .page-resources-yo88-mobile-app-download-install__hero-title {
        font-size: 1.8em;
    }
    .page-resources-yo88-mobile-app-download-install__section-title {
        font-size: 1.6em;
    }
    .page-resources-yo88-mobile-app-download-install__hero-image {
        max-width: 95%;
    }
    .page-resources-yo88-mobile-app-download-install__benefits-grid,
    .page-resources-yo88-mobile-app-download-install__features-grid {
        grid-template-columns: 1fr;
    }
    .page-resources-yo88-mobile-app-download-install__download-guide,
    .page-resources-yo88-mobile-app-download-install__install-guide,
    .page-resources-yo88-mobile-app-download-install__grid-2-col,
    .page-resources-yo88-mobile-app-download-install__transaction-grid {
        grid-template-columns: 1fr;
    }
    .page-resources-yo88-mobile-app-download-install__promo-list {
        padding-left: 20px;
    }
    .page-resources-yo88-mobile-app-download-install__faq-question {
        font-size: 1.1em;
    }
    .page-resources-yo88-mobile-app-download-install__btn {
        width: 90%;
    }
}