:root {
    --primary-color: #1A2E44;
    --secondary-color: #E7C200;
    --text-light: #F8F8F8;
    --text-dark: #1A2E44;
    --bg-light: #F8F8F8;
    --bg-dark: #1A2E44;
}

.page-resources-bi88-lottery-winning-secrets {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: var(--text-dark);
    background-color: var(--bg-light);
}

.page-resources-bi88-lottery-winning-secrets .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-resources-bi88-lottery-winning-secrets .hero-section {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: var(--text-light);
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-resources-bi88-lottery-winning-secrets .hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: var(--text-light);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-bi88-lottery-winning-secrets .hero-subtitle {
    font-size: 1.2em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: var(--text-light);
}

.page-resources-bi88-lottery-winning-secrets .cta-group {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.page-resources-bi88-lottery-winning-secrets .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-bi88-lottery-winning-secrets .btn-primary {
    background-color: var(--secondary-color);
    color: var(--primary-color);
    border: 2px solid var(--secondary-color);
}

.page-resources-bi88-lottery-winning-secrets .btn-primary:hover {
    background-color: #d1b000;
    transform: translateY(-3px);
}

.page-resources-bi88-lottery-winning-secrets .btn-secondary {
    background-color: transparent;
    color: var(--text-light);
    border: 2px solid var(--text-light);
}

.page-resources-bi88-lottery-winning-secrets .btn-secondary:hover {
    background-color: rgba(255, 255, 255, 0.1);
    transform: translateY(-3px);
}

.page-resources-bi88-lottery-winning-secrets .btn-small {
    padding: 10px 20px;
    font-size: 0.9em;
}

.page-resources-bi88-lottery-winning-secrets .hero-image-container {
    margin-top: 40px;
}

.page-resources-bi88-lottery-winning-secrets .hero-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-bi88-lottery-winning-secrets .content-section {
    padding: 60px 0;
}

.page-resources-bi88-lottery-winning-secrets .content-section:nth-of-type(even) {
    background-color: #f0f2f5; /* Slightly lighter background for contrast */
}

.page-resources-bi88-lottery-winning-secrets .section-title {
    font-size: 2.5em;
    color: var(--primary-color);
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.page-resources-bi88-lottery-winning-secrets .section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: var(--secondary-color);
    border-radius: 2px;
}

.page-resources-bi88-lottery-winning-secrets .sub-section-title {
    font-size: 1.8em;
    color: var(--primary-color);
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-resources-bi88-lottery-winning-secrets p {
    margin-bottom: 15px;
    font-size: 1.1em;
}

.page-resources-bi88-lottery-winning-secrets ul,
.page-resources-bi88-lottery-winning-secrets ol {
    margin-bottom: 15px;
    padding-left: 25px;
}

.page-resources-bi88-lottery-winning-secrets ul li,
.page-resources-bi88-lottery-winning-secrets ol li {
    margin-bottom: 8px;
    font-size: 1.05em;
}

.page-resources-bi88-lottery-winning-secrets strong {
    color: var(--primary-color);
}

.page-resources-bi88-lottery-winning-secrets .feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.page-resources-bi88-lottery-winning-secrets .feature-item {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-bi88-lottery-winning-secrets .feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-resources-bi88-lottery-winning-secrets .feature-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    object-fit: contain;
}

.page-resources-bi88-lottery-winning-secrets .feature-title {
    font-size: 1.5em;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.page-resources-bi88-lottery-winning-secrets .content-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 30px auto;
    display: block;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-bi88-lottery-winning-secrets .app-download-options {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.page-resources-bi88-lottery-winning-secrets .app-icon {
    width: 120px; /* Adjust size for app icons */
    height: auto;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.page-resources-bi88-lottery-winning-secrets .app-icon:hover {
    transform: scale(1.05);
}

.page-resources-bi88-lottery-winning-secrets .faq-section {
    background-color: var(--primary-color);
    color: var(--text-light);
}

.page-resources-bi88-lottery-winning-secrets .faq-section .section-title {
    color: var(--secondary-color);
}

.page-resources-bi88-lottery-winning-secrets .faq-section .section-title::after {
    background-color: var(--text-light);
}

.page-resources-bi88-lottery-winning-secrets .faq-item {
    background-color: #2a445c; /* Slightly lighter primary for FAQ items */
    border-radius: 8px;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.page-resources-bi88-lottery-winning-secrets .faq-question {
    font-size: 1.3em;
    padding: 20px;
    cursor: pointer;
    background-color: #2a445c;
    color: var(--secondary-color);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-resources-bi88-lottery-winning-secrets .faq-question::after {
    content: '+';
    font-size: 1.5em;
    transition: transform 0.3s ease;
}

.page-resources-bi88-lottery-winning-secrets .faq-question.active::after {
    content: '-';
    transform: rotate(180deg);
}

.page-resources-bi88-lottery-winning-secrets .faq-answer {
    padding: 0 20px 20px;
    background-color: #334d66; /* Even lighter primary for answer content */
    color: var(--text-light);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out, padding 0.5s ease-out;
}

.page-resources-bi88-lottery-winning-secrets .faq-answer.active {
    max-height: 200px; /* Adjust as needed */
    padding: 20px;
}

.page-resources-bi88-lottery-winning-secrets .faq-answer p {
    margin-bottom: 10px;
    color: var(--text-light);
}

.page-resources-bi88-lottery-winning-secrets .conclusion-section {
    text-align: center;
    padding-bottom: 80px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-resources-bi88-lottery-winning-secrets .hero-title {
        font-size: 2.5em;
    }

    .page-resources-bi88-lottery-winning-secrets .hero-subtitle {
        font-size: 1em;
    }

    .page-resources-bi88-lottery-winning-secrets .btn {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-resources-bi88-lottery-winning-secrets .section-title {
        font-size: 2em;
    }

    .page-resources-bi88-lottery-winning-secrets .sub-section-title {
        font-size: 1.5em;
    }

    .page-resources-bi88-lottery-winning-secrets .feature-grid {
        grid-template-columns: 1fr;
    }

    .page-resources-bi88-lottery-winning-secrets .faq-question {
        font-size: 1.1em;
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .page-resources-bi88-lottery-winning-secrets .hero-title {
        font-size: 2em;
    }

    .page-resources-bi88-lottery-winning-secrets .cta-group {
        flex-direction: column;
        gap: 15px;
    }

    .page-resources-bi88-lottery-winning-secrets .btn {
        width: 100%;
    }

    .page-resources-bi88-lottery-winning-secrets .section-title {
        font-size: 1.8em;
    }
}