/* style/resources-hz88-app-download-guide.css */

.page-resources-hz88-app-download-guide {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f8f8;
}

.page-resources-hz88-app-download-guide__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-hz88-app-download-guide__section {
    padding: 60px 0;
    text-align: center;
}

.page-resources-hz88-app-download-guide__section--dark-bg {
    background-color: #00BFFF;
    color: #ffffff;
}

.page-resources-hz88-app-download-guide__section--dark-bg .page-resources-hz88-app-download-guide__section-title,
.page-resources-hz88-app-download-guide__section--dark-bg .page-resources-hz88-app-download-guide__section-intro,
.page-resources-hz88-app-download-guide__section--dark-bg .page-resources-hz88-app-download-guide__offer-title,
.page-resources-hz88-app-download-guide__section--dark-bg .page-resources-hz88-app-download-guide__offer-text,
.page-resources-hz88-app-download-guide__section--dark-bg .page-resources-hz88-app-download-guide__cta-text,
.page-resources-hz88-app-download-guide__section--dark-bg .page-resources-hz88-app-download-guide__faq-question,
.page-resources-hz88-app-download-guide__section--dark-bg .page-resources-hz88-app-download-guide__faq-answer {
    color: #ffffff;
}

.page-resources-hz88-app-download-guide__section--dark-bg .page-resources-hz88-app-download-guide__link {
    color: #FFD700; /* Gold link on blue background */
}

.page-resources-hz88-app-download-guide__section-title {
    font-size: 2.5em;
    margin-bottom: 20px;
    color: #0028ff; /* Deep blue for titles */
    font-weight: bold;
}

.page-resources-hz88-app-download-guide__section-intro {
    font-size: 1.1em;
    margin-bottom: 40px;
    color: #555;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-resources-hz88-app-download-guide__hero-section {
    background: linear-gradient(135deg, #FFD700, #00BFFF);
    padding: 80px 0;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page-resources-hz88-app-download-guide__hero-section .page-resources-hz88-app-download-guide__container {
    z-index: 1;
    position: relative;
}

.page-resources-hz88-app-download-guide__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-hz88-app-download-guide__hero-description {
    font-size: 1.3em;
    margin-bottom: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    color: #e0e0e0;
}

.page-resources-hz88-app-download-guide__hero-image-wrapper {
    position: absolute;
    bottom: -50px;
    right: 0;
    width: 30%;
    max-width: 400px;
    opacity: 0.7;
    z-index: 0;
}

.page-resources-hz88-app-download-guide__hero-image {
    width: 100%;
    height: auto;
    display: block;
}

.page-resources-hz88-app-download-guide__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    font-size: 1.1em;
    cursor: pointer;
}

.page-resources-hz88-app-download-guide__btn--primary {
    background-color: #FFD700;
    color: #0028ff; /* Dark blue for text on gold button */
    border: 2px solid #FFD700;
}

.page-resources-hz88-app-download-guide__btn--primary:hover {
    background-color: #e6c200;
    transform: translateY(-2px);
}

.page-resources-hz88-app-download-guide__btn--secondary {
    background-color: #00BFFF;
    color: #ffffff;
    border: 2px solid #00BFFF;
    margin-top: 20px;
}

.page-resources-hz88-app-download-guide__btn--secondary:hover {
    background-color: #00a2e6;
    transform: translateY(-2px);
}

.page-resources-hz88-app-download-guide__btn--large {
    padding: 18px 40px;
    font-size: 1.3em;
}

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

.page-resources-hz88-app-download-guide__advantage-item {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.page-resources-hz88-app-download-guide__advantage-item:hover {
    transform: translateY(-5px);
}

.page-resources-hz88-app-download-guide__advantage-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
}

.page-resources-hz88-app-download-guide__advantage-title {
    font-size: 1.5em;
    color: #0028ff; /* Dark blue for advantage titles */
    margin-bottom: 15px;
}

.page-resources-hz88-app-download-guide__advantage-text {
    color: #666;
    font-size: 1em;
}

.page-resources-hz88-app-download-guide__guide-steps {
    margin-top: 50px;
}

.page-resources-hz88-app-download-guide__step-card {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
    text-align: left;
}

.page-resources-hz88-app-download-guide__step-card:last-child {
    margin-bottom: 0;
}

.page-resources-hz88-app-download-guide__step-title {
    font-size: 2em;
    color: #0028ff; /* Dark blue for step titles */
    margin-bottom: 25px;
    text-align: center;
}

.page-resources-hz88-app-download-guide__step-content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 30px;
}

.page-resources-hz88-app-download-guide__step-image {
    flex: 1 1 300px;
    max-width: 400px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-hz88-app-download-guide__step-content ol {
    flex: 2 1 400px;
    list-style: decimal;
    padding-left: 20px;
    color: #444;
}

.page-resources-hz88-app-download-guide__step-content ol li {
    margin-bottom: 15px;
    font-size: 1.1em;
}

.page-resources-hz88-app-download-guide__step-content ol li strong {
    color: #0028ff; /* Dark blue for strong text in list */
}

.page-resources-hz88-app-download-guide__link {
    color: #00BFFF;
    text-decoration: none;
    font-weight: bold;
}

.page-resources-hz88-app-download-guide__link:hover {
    text-decoration: underline;
}

.page-resources-hz88-app-download-guide__content-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
    margin-top: 50px;
    text-align: left;
}

.page-resources-hz88-app-download-guide__content-row--reverse {
    flex-direction: row-reverse;
}

.page-resources-hz88-app-download-guide__text-content {
    flex: 1 1 45%;
    min-width: 300px;
}

.page-resources-hz88-app-download-guide__text-content h3 {
    font-size: 1.8em;
    color: #0028ff; /* Dark blue for sub-headings */
    margin-bottom: 15px;
    margin-top: 30px;
}

.page-resources-hz88-app-download-guide__text-content h3:first-child {
    margin-top: 0;
}

.page-resources-hz88-app-download-guide__text-content p {
    font-size: 1.1em;
    color: #444;
    margin-bottom: 20px;
}

.page-resources-hz88-app-download-guide__section--dark-bg .page-resources-hz88-app-download-guide__text-content p {
    color: #e0e0e0;
}

.page-resources-hz88-app-download-guide__image-content {
    flex: 1 1 45%;
    min-width: 300px;
    text-align: center;
}

.page-resources-hz88-app-download-guide__image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

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

.page-resources-hz88-app-download-guide__offer-card {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-resources-hz88-app-download-guide__offer-card:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-5px);
}

.page-resources-hz88-app-download-guide__offer-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
    filter: drop-shadow(0 0 5px #FFD700);
}

.page-resources-hz88-app-download-guide__offer-title {
    font-size: 1.6em;
    margin-bottom: 15px;
    color: #FFD700; /* Gold for offer titles */
}

.page-resources-hz88-app-download-guide__offer-text {
    font-size: 1em;
    color: #e0e0e0;
}

.page-resources-hz88-app-download-guide__cta-wrapper {
    margin-top: 60px;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.page-resources-hz88-app-download-guide__cta-text {
    font-size: 1.4em;
    margin-bottom: 25px;
    color: #FFD700; /* Gold for CTA text */
    font-weight: bold;
}

.page-resources-hz88-app-download-guide__faq-list {
    margin-top: 50px;
    text-align: left;
}

.page-resources-hz88-app-download-guide__faq-item {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.page-resources-hz88-app-download-guide__faq-question {
    font-size: 1.3em;
    color: #FFD700; /* Gold for FAQ questions */
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
}

.page-resources-hz88-app-download-guide__faq-question::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.2em;
    transition: transform 0.3s ease;
}

.page-resources-hz88-app-download-guide__faq-item.active .page-resources-hz88-app-download-guide__faq-question::after {
    transform: rotate(45deg);
}

.page-resources-hz88-app-download-guide__faq-answer {
    font-size: 1em;
    color: #e0e0e0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    padding-top: 0;
}

.page-resources-hz88-app-download-guide__faq-item.active .page-resources-hz88-app-download-guide__faq-answer {
    max-height: 200px; /* Adjust as needed */
    padding-top: 15px;
}

.page-resources-hz88-app-download-guide__faq-image {
    max-width: 600px;
    width: 100%;
    height: auto;
    margin-top: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .page-resources-hz88-app-download-guide__hero-title {
        font-size: 2.8em;
    }
    .page-resources-hz88-app-download-guide__hero-description {
        font-size: 1.1em;
    }
    .page-resources-hz88-app-download-guide__hero-image-wrapper {
        width: 40%;
        bottom: -20px;
    }
    .page-resources-hz88-app-download-guide__section-title {
        font-size: 2em;
    }
    .page-resources-hz88-app-download-guide__advantage-title {
        font-size: 1.3em;
    }
    .page-resources-hz88-app-download-guide__step-title {
        font-size: 1.7em;
    }
    .page-resources-hz88-app-download-guide__step-content {
        flex-direction: column;
        align-items: center;
    }
    .page-resources-hz88-app-download-guide__text-content,
    .page-resources-hz88-app-download-guide__image-content {
        flex: 1 1 100%;
    }
    .page-resources-hz88-app-download-guide__content-row--reverse {
        flex-direction: column;
    }
    .page-resources-hz88-app-download-guide__image {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .page-resources-hz88-app-download-guide__hero-title {
        font-size: 2.2em;
    }
    .page-resources-hz88-app-download-guide__hero-description {
        font-size: 1em;
    }
    .page-resources-hz88-app-download-guide__hero-image-wrapper {
        width: 50%;
        bottom: 0;
        right: -20px;
    }
    .page-resources-hz88-app-download-guide__btn {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-resources-hz88-app-download-guide__btn--large {
        padding: 15px 30px;
        font-size: 1.1em;
    }
    .page-resources-hz88-app-download-guide__section {
        padding: 40px 0;
    }
    .page-resources-hz88-app-download-guide__section-title {
        font-size: 1.8em;
    }
    .page-resources-hz88-app-download-guide__section-intro {
        font-size: 0.95em;
        margin-bottom: 30px;
    }
    .page-resources-hz88-app-download-guide__advantages-grid,
    .page-resources-hz88-app-download-guide__offers-grid {
        grid-template-columns: 1fr;
    }
    .page-resources-hz88-app-download-guide__step-card {
        padding: 25px;
    }
    .page-resources-hz88-app-download-guide__step-title {
        font-size: 1.5em;
    }
    .page-resources-hz88-app-download-guide__step-content ol {
        padding-left: 15px;
    }
    .page-resources-hz88-app-download-guide__step-content ol li {
        font-size: 0.95em;
    }
    .page-resources-hz88-app-download-guide__text-content h3 {
        font-size: 1.5em;
    }
    .page-resources-hz88-app-download-guide__text-content p {
        font-size: 0.95em;
    }
    .page-resources-hz88-app-download-guide__offer-title {
        font-size: 1.4em;
    }
    .page-resources-hz88-app-download-guide__cta-text {
        font-size: 1.2em;
    }
    .page-resources-hz88-app-download-guide__faq-question {
        font-size: 1.1em;
    }
}