.page-index-mobile-access-huebet-hubet {
    font-family: 'Arial', sans-serif;
    color: #333333; /* Dark gray for general text on light background */
    line-height: 1.6;
}

.page-index-mobile-access-huebet-hubet__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-index-mobile-access-huebet-hubet__hero-section {
    background: linear-gradient(135deg, #003366, #FFCC00); /* Primary to Auxiliary */
    color: #ffffff; /* White text on dark background */
    padding: 80px 0;
    text-align: center;
}

.page-index-mobile-access-huebet-hubet__hero-section h1 {
    font-size: 2.8em;
    margin-bottom: 20px;
    color: #ffffff;
}

.page-index-mobile-access-huebet-hubet__hero-section p {
    font-size: 1.2em;
    max-width: 800px;
    margin: 0 auto 30px;
    color: #f0f0f0; /* Slightly off-white for better contrast */
}

.page-index-mobile-access-huebet-hubet__cta-group {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
}

.page-index-mobile-access-huebet-hubet__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-index-mobile-access-huebet-hubet__btn--primary {
    background-color: #FFCC00; /* Auxiliary color for primary action */
    color: #003366; /* Primary color for text on auxiliary background */
    border: 2px solid #FFCC00;
}

.page-index-mobile-access-huebet-hubet__btn--primary:hover {
    background-color: #e6b800;
    transform: translateY(-2px);
}

.page-index-mobile-access-huebet-hubet__btn--secondary {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.page-index-mobile-access-huebet-hubet__btn--secondary:hover {
    background-color: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

.page-index-mobile-access-huebet-hubet__btn--download {
    background-color: #003366;
    color: #FFCC00;
    border: 2px solid #003366;
}

.page-index-mobile-access-huebet-hubet__btn--download:hover {
    background-color: #002244;
    border-color: #002244;
    transform: translateY(-2px);
}

.page-index-mobile-access-huebet-hubet__btn--large {
    padding: 18px 35px;
    font-size: 1.3em;
}

.page-index-mobile-access-huebet-hubet__hero-image {
    max-width: 80%;
    height: auto;
    margin-top: 30px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.page-index-mobile-access-huebet-hubet__section {
    padding: 60px 0;
    background-color: #f9f9f9;
    border-bottom: 1px solid #eeeeee;
}

.page-index-mobile-access-huebet-hubet__section:nth-of-type(even) {
    background-color: #ffffff;
}

.page-index-mobile-access-huebet-hubet__section h2 {
    font-size: 2.2em;
    color: #003366; /* Primary color for section titles */
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.page-index-mobile-access-huebet-hubet__section h2::after {
    content: '';
    width: 80px;
    height: 4px;
    background-color: #FFCC00; /* Auxiliary color for underline */
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    border-radius: 2px;
}

.page-index-mobile-access-huebet-hubet__section h3 {
    font-size: 1.6em;
    color: #003366;
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-index-mobile-access-huebet-hubet__section p {
    margin-bottom: 15px;
    color: #333333;
}

.page-index-mobile-access-huebet-hubet__section ul,
.page-index-mobile-access-huebet-hubet__section ol {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 20px;
    color: #333333;
}

.page-index-mobile-access-huebet-hubet__section ol {
    list-style-type: decimal;
}

.page-index-mobile-access-huebet-hubet__section li {
    margin-bottom: 10px;
}

.page-index-mobile-access-huebet-hubet__download-block {
    background-color: #f0f8ff; /* Light blue background for download blocks */
    border-left: 5px solid #003366;
    padding: 30px;
    margin-bottom: 40px;
    border-radius: 8px;
}

.page-index-mobile-access-huebet-hubet__download-block h3 {
    color: #003366;
    margin-top: 0;
}

.page-index-mobile-access-huebet-hubet__qr-code-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

.page-index-mobile-access-huebet-hubet__qr-code {
    width: 180px;
    height: 180px;
    border: 5px solid #FFCC00;
    border-radius: 5px;
}

.page-index-mobile-access-huebet-hubet__note {
    font-style: italic;
    color: #666666;
    text-align: center;
    margin-top: 30px;
}

.page-index-mobile-access-huebet-hubet__image-full-width {
    max-width: 100%;
    height: auto;
    margin: 30px 0;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

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

.page-index-mobile-access-huebet-hubet__feature-item {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-mobile-access-huebet-hubet__feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-index-mobile-access-huebet-hubet__feature-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    filter: drop-shadow(2px 2px 3px rgba(0, 51, 102, 0.3)); /* Shadow for icons */
}

.page-index-mobile-access-huebet-hubet__feature-item h3 {
    font-size: 1.4em;
    color: #003366;
    margin-top: 0;
}

.page-index-mobile-access-huebet-hubet__responsible-gaming {
    background-color: #f0f0f0;
    padding: 60px 0;
}

.page-index-mobile-access-huebet-hubet__responsible-gaming p {
    max-width: 800px;
    margin: 0 auto 20px;
    text-align: center;
}

.page-index-mobile-access-huebet-hubet__faq-item {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-index-mobile-access-huebet-hubet__faq-item h3 {
    color: #003366;
    font-size: 1.3em;
    margin-top: 0;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
}

.page-index-mobile-access-huebet-hubet__faq-item h3::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5em;
    transition: transform 0.3s ease;
}

.page-index-mobile-access-huebet-hubet__faq-item.active h3::after {
    transform: translateY(-50%) rotate(45deg);
}

.page-index-mobile-access-huebet-hubet__faq-item p {
    margin-top: 15px;
    display: none;
}

.page-index-mobile-access-huebet-hubet__faq-item.active p {
    display: block;
}

.page-index-mobile-access-huebet-hubet__final-cta {
    background-color: #003366; /* Primary color background */
    color: #ffffff;
    padding: 80px 0;
    text-align: center;
}

.page-index-mobile-access-huebet-hubet__final-cta h2 {
    color: #FFCC00; /* Auxiliary color for final CTA title */
    margin-bottom: 20px;
}

.page-index-mobile-access-huebet-hubet__final-cta p {
    font-size: 1.1em;
    max-width: 900px;
    margin: 0 auto 40px;
    color: #f0f0f0;
}

.page-index-mobile-access-huebet-hubet__cta-image {
    max-width: 70%;
    height: auto;
    margin-top: 40px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
    .page-index-mobile-access-huebet-hubet__hero-section h1 {
        font-size: 2.2em;
    }

    .page-index-mobile-access-huebet-hubet__hero-section p {
        font-size: 1em;
    }

    .page-index-mobile-access-huebet-hubet__cta-group {
        flex-direction: column;
        gap: 15px;
    }

    .page-index-mobile-access-huebet-hubet__btn {
        width: 80%;
        margin: 0 auto;
    }

    .page-index-mobile-access-huebet-hubet__section h2 {
        font-size: 1.8em;
    }

    .page-index-mobile-access-huebet-hubet__feature-grid {
        grid-template-columns: 1fr;
    }

    .page-index-mobile-access-huebet-hubet__hero-image,
    .page-index-mobile-access-huebet-hubet__cta-image {
        max-width: 95%;
    }
}

@media (max-width: 480px) {
    .page-index-mobile-access-huebet-hubet__hero-section {
        padding: 50px 0;
    }

    .page-index-mobile-access-huebet-hubet__section {
        padding: 40px 0;
    }

    .page-index-mobile-access-huebet-hubet__btn {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-index-mobile-access-huebet-hubet__qr-code-group {
        flex-direction: column;
    }
}