.page-resources-latest-w88-links {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333333; /* Default text color for light backgrounds */
    background-color: #FFFFFF; /* Default body background */
}

.page-resources-latest-w88-links__hero-section {
    position: relative;
    padding: 80px 20px;
    padding-top: var(--header-offset, 120px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #26A9E0;
    color: #ffffff;
    overflow: hidden;
}

.page-resources-latest-w88-links__hero-content {
    max-width: 900px;
    margin-bottom: 40px;
    z-index: 10;
}

.page-resources-latest-w88-links__hero-title {
    font-size: 3em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #ffffff;
}

.page-resources-latest-w88-links__hero-description {
    font-size: 1.2em;
    margin-bottom: 30px;
    line-height: 1.8;
}

.page-resources-latest-w88-links__hero-cta {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.page-resources-latest-w88-links__hero-video-wrapper {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin-top: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    overflow: hidden;
    z-index: 5;
}

.page-resources-latest-w88-links__hero-video {
    width: 100%;
    height: auto;
    display: block;
    cursor: pointer;
}

.page-resources-latest-w88-links__section {
    padding: 60px 20px;
    text-align: center;
}

.page-resources-latest-w88-links__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-resources-latest-w88-links__section-title {
    font-size: 2.5em;
    margin-bottom: 30px;
    font-weight: bold;
    color: #26A9E0;
}

.page-resources-latest-w88-links__text-block {
    font-size: 1.1em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
}

.page-resources-latest-w88-links__features-grid,
.page-resources-latest-w88-links__method-cards,
.page-resources-latest-w88-links__product-grid,
.page-resources-latest-w88-links__guide-grid,
.page-resources-latest-w88-links__promotions-grid {
    display: grid;
    gap: 30px;
    margin-bottom: 40px;
}

.page-resources-latest-w88-links__features-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.page-resources-latest-w88-links__feature-item {
    background: #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;
    color: #333333;
}

.page-resources-latest-w88-links__feature-item:hover {
    transform: translateY(-5px);
}

.page-resources-latest-w88-links__feature-icon {
    width: 250px;
    height: 187px;
    object-fit: cover;
    margin-bottom: 20px;
    border-radius: 8px;
}

.page-resources-latest-w88-links__feature-title {
    font-size: 1.5em;
    margin-bottom: 15px;
    color: #26A9E0;
}

.page-resources-latest-w88-links__feature-description {
    font-size: 1em;
    color: #555555;
}

.page-resources-latest-w88-links__method-cards {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.page-resources-latest-w88-links__card {
    background: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    text-align: left;
    color: #333333;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.page-resources-latest-w88-links__card-title {
    font-size: 1.6em;
    margin-bottom: 15px;
    color: #26A9E0;
}

.page-resources-latest-w88-links__card-title a {
    color: #26A9E0;
    text-decoration: none;
}

.page-resources-latest-w88-links__card-title a:hover {
    text-decoration: underline;
}

.page-resources-latest-w88-links__card-description {
    font-size: 1em;
    color: #555555;
    margin-bottom: 20px;
    flex-grow: 1;
}

.page-resources-latest-w88-links__product-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.page-resources-latest-w88-links__product-card {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: left;
    color: #333333;
    display: flex;
    flex-direction: column;
}

.page-resources-latest-w88-links__product-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}

.page-resources-latest-w88-links__product-card .page-resources-latest-w88-links__card-title {
    padding: 20px 20px 0;
    font-size: 1.4em;
}

.page-resources-latest-w88-links__product-card .page-resources-latest-w88-links__card-description {
    padding: 0 20px 20px;
    flex-grow: 1;
}

.page-resources-latest-w88-links__product-card .page-resources-latest-w88-links__btn-secondary {
    margin: 0 20px 20px;
    align-self: flex-start;
}

.page-resources-latest-w88-links__guide-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.page-resources-latest-w88-links__guide-item {
    background: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    text-align: left;
    color: #333333;
}

.page-resources-latest-w88-links__guide-title {
    font-size: 1.6em;
    margin-bottom: 20px;
    color: #26A9E0;
}

.page-resources-latest-w88-links__guide-list {
    list-style: decimal;
    padding-left: 20px;
    margin-bottom: 20px;
    color: #555555;
}

.page-resources-latest-w88-links__guide-list li {
    margin-bottom: 10px;
    font-size: 1em;
}

.page-resources-latest-w88-links__app-download {
    display: flex;
    align-items: center;
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto 40px;
    background: #ffffff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    text-align: left;
    color: #333333;
}

.page-resources-latest-w88-links__app-image {
    width: 40%;
    min-width: 250px;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
}

.page-resources-latest-w88-links__app-details {
    width: 60%;
}

.page-resources-latest-w88-links__feature-list {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 20px;
    color: #555555;
}

.page-resources-latest-w88-links__feature-list li {
    margin-bottom: 8px;
    font-size: 1em;
}

.page-resources-latest-w88-links__promotions-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

/* FAQ styles */
.page-resources-latest-w88-links__faq-list {
    max-width: 900px;
    margin: 0 auto;
    text-align: left;
}

.page-resources-latest-w88-links__faq-item {
    background: #ffffff;
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    color: #333333;
}

.page-resources-latest-w88-links__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    cursor: pointer;
    background-color: #f8f8f8;
    border-bottom: 1px solid #eee;
}

.page-resources-latest-w88-links__faq-question:hover {
    background-color: #f0f0f0;
}

.page-resources-latest-w88-links__faq-title {
    font-size: 1.2em;
    font-weight: bold;
    color: #26A9E0;
    margin: 0;
    flex-grow: 1;
}