/* style/blog-loto66-code-latest-offers.css */
:root {
    --primary-color: #11A84E;
    --secondary-color: #22C768;
    --button-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
    --card-bg: #11271B;
    --background-dark: #08160F;
    --text-main: #F2FFF6;
    --text-secondary: #A7D9B8;
    --border-color: #2E7A4E;
    --glow-color: #57E38D;
    --gold-color: #F2C14E;
    --divider-color: #1E3A2A;
    --deep-green-color: #0A4B2C;
}

.page-blog-loto66-code-latest-offers {
    color: var(--text-main); /* Body background is dark, so text should be light */
    background-color: var(--background-dark);
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
}

.page-blog-loto66-code-latest-offers__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.page-blog-loto66-code-latest-offers__hero-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 60px;
    padding-top: 10px; /* Small top padding, body handles header offset */
    background-color: var(--deep-green-color);
    overflow: hidden;
}

.page-blog-loto66-code-latest-offers__hero-image-wrapper {
    width: 100%;
    max-height: 500px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-blog-loto66-code-latest-offers__hero-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.page-blog-loto66-code-latest-offers__hero-content {
    text-align: center;
    padding: 40px 20px;
    max-width: 900px;
    margin-top: 20px;
}

.page-blog-loto66-code-latest-offers__main-title {
    font-size: clamp(2em, 4vw, 3.5em); /* Flexible font size for H1 */
    color: var(--gold-color);
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}

.page-blog-loto66-code-latest-offers__description {
    font-size: 1.1em;
    color: var(--text-secondary);
    margin-bottom: 30px;
}

.page-blog-loto66-code-latest-offers__cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.page-blog-loto66-code-latest-offers__btn-primary,
.page-blog-loto66-code-latest-offers__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1em;
    transition: all 0.3s ease;
    box-sizing: border-box;
    max-width: 100%;
    white-space: normal;
    word-wrap: break-word;
}

.page-blog-loto66-code-latest-offers__btn-primary {
    background: var(--button-gradient);
    color: #ffffff;
    border: 2px solid transparent;
}

.page-blog-loto66-code-latest-offers__btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-loto66-code-latest-offers__btn-secondary {
    background: transparent;
    color: var(--glow-color);
    border: 2px solid var(--glow-color);
}

.page-blog-loto66-code-latest-offers__btn-secondary:hover {
    background-color: var(--glow-color);
    color: var(--background-dark);
    transform: translateY(-3px);
}

.page-blog-loto66-code-latest-offers__section-title {
    font-size: 2.2em;
    color: var(--gold-color);
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
}

.page-blog-loto66-code-latest-offers__introduction-section,
.page-blog-loto66-code-latest-offers__promotions-analysis-section,
.page-blog-loto66-code-latest-offers__guide-section,
.page-blog-loto66-code-latest-offers__why-choose-section,
.page-blog-loto66-code-latest-offers__faq-section,
.page-blog-loto66-code-latest-offers__cta-final-section {
    padding: 60px 0;
}

.page-blog-loto66-code-latest-offers__dark-section {
    background-color: var(--deep-green-color);
    color: var(--text-main);
}

.page-blog-loto66-code-latest-offers__content-block {
    background-color: var(--card-bg);
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border: 1px solid var(--border-color);
}

.page-blog-loto66-code-latest-offers__sub-title {
    font-size: 1.8em;
    color: var(--glow-color);
    margin-bottom: 15px;
    font-weight: 600;
}

.page-blog-loto66-code-latest-offers__content-block p,
.page-blog-loto66-code-latest-offers__content-block li {
    color: var(--text-secondary);
    margin-bottom: 15px;
}

.page-blog-loto66-code-latest-offers__image-full-width {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-top: 25px;
    margin-bottom: 25px;
    display: block;
    object-fit: cover;
}

.page-blog-loto66-code-latest-offers__btn-small {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    background: var(--button-gradient);
    color: #ffffff;
    font-size: 0.9em;
    transition: all 0.3s ease;
    box-sizing: border-box;
    max-width: 100%;
    white-space: normal;
    word-wrap: break-word;
}

.page-blog-loto66-code-latest-offers__btn-small:hover {
    transform: translateY(-2px);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-loto66-code-latest-offers__features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-loto66-code-latest-offers__feature-card {
    background-color: var(--card-bg);
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border: 1px solid var(--border-color);
}

.page-blog-loto66-code-latest-offers__feature-icon {
    width: 100%;
    max-width: 150px;
    height: auto;
    margin-bottom: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 8px;
    object-fit: cover;
}

.page-blog-loto66-code-latest-offers__feature-title {
    font-size: 1.5em;
    color: var(--glow-color);
    margin-bottom: 10px;
    font-weight: 600;
}

.page-blog-loto66-code-latest-offers__feature-card p {
    color: var(--text-secondary);
}

.page-blog-loto66-code-latest-offers__faq-list {
    margin-top: 40px;
}

.page-blog-loto66-code-latest-offers__faq-item {
    background-color: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}

.page-blog-loto66-code-latest-offers__faq-item summary {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    cursor: pointer;
    font-size: 1.15em;
    font-weight: 600;
    color: var(--text-main);
    transition: background-color 0.3s ease;
}

.page-blog-loto66-code-latest-offers__faq-item summary:hover {
    background-color: var(--deep-green-color);
}

.page-blog-loto66-code-latest-offers__faq-item summary::-webkit-details-marker {
    display: none;
}

.page-blog-loto66-code-latest-offers__faq-qtext {
    flex-grow: 1;
    color: var(--text-main);
}

.page-blog-loto66-code-latest-offers__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    margin-left: 15px;
    color: var(--glow-color);
}

.page-blog-loto66-code-latest-offers__faq-item[open] .page-blog-loto66-code-latest-offers__faq-toggle {
    content: '−';
}

.page-blog-loto66-code-latest-offers__faq-answer {
    padding: 0 25px 20px 25px;
    color: var(--text-secondary);
    font-size: 1em;
}

/* Responsive styles */
@media (max-width: 1024px) {
    .page-blog-loto66-code-latest-offers__main-title {
        font-size: clamp(2em, 5vw, 3em);
    }
    .page-blog-loto66-code-latest-offers__section-title {
        font-size: 2em;
    }
    .page-blog-loto66-code-latest-offers__sub-title {
        font-size: 1.6em;
    }
}

@media (max-width: 768px) {
    .page-blog-loto66-code-latest-offers {
        font-size: 16px;
        line-height: 1.6;
    }
    .page-blog-loto66-code-latest-offers__hero-section {
        padding-bottom: 40px;
        padding-top: 10px !important;
    }
    .page-blog-loto66-code-latest-offers__hero-content {
        padding: 30px 15px;
        margin-top: 10px;
    }
    .page-blog-loto66-code-latest-offers__main-title {
        font-size: clamp(1.8em, 7vw, 2.5em);
    }
    .page-blog-loto66-code-latest-offers__description {
        font-size: 1em;
    }
    .page-blog-loto66-code-latest-offers__cta-buttons {
        flex-direction: column;
        gap: 15px;
        padding: 0 15px;
    }
    .page-blog-loto66-code-latest-offers__btn-primary,
    .page-blog-loto66-code-latest-offers__btn-secondary {
        width: 100% !important;
        max-width: 100% !important;
        padding: 12px 15px;
        font-size: 1em;
        white-space: normal !important;
        word-wrap: break-word !important;
    }
    .page-blog-loto66-code-latest-offers__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
    }
    .page-blog-loto66-code-latest-offers__introduction-section,
    .page-blog-loto66-code-latest-offers__promotions-analysis-section,
    .page-blog-loto66-code-latest-offers__guide-section,
    .page-blog-loto66-code-latest-offers__why-choose-section,
    .page-blog-loto66-code-latest-offers__faq-section,
    .page-blog-loto66-code-latest-offers__cta-final-section {
        padding: 40px 0;
    }
    .page-blog-loto66-code-latest-offers__container {
        padding: 0 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    .page-blog-loto66-code-latest-offers__content-block {
        padding: 20px;
        margin-bottom: 20px;
    }
    .page-blog-loto66-code-latest-offers__sub-title {
        font-size: 1.4em;
    }
    .page-blog-loto66-code-latest-offers__features-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .page-blog-loto66-code-latest-offers__feature-icon {
        max-width: 100px;
    }
    .page-blog-loto66-code-latest-offers__feature-title {
        font-size: 1.3em;
    }
    .page-blog-loto66-code-latest-offers__faq-item summary {
        padding: 15px 20px;
        font-size: 1em;
    }
    .page-blog-loto66-code-latest-offers__faq-answer {
        padding: 0 20px 15px 20px;
    }

    /* Image specific rules for mobile */
    .page-blog-loto66-code-latest-offers img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }

    .page-blog-loto66-code-latest-offers__hero-image-wrapper,
    .page-blog-loto66-code-latest-offers__image-full-width,
    .page-blog-loto66-code-latest-offers__feature-icon {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }
    /* Ensure content area images are not too small */
    .page-blog-loto66-code-latest-offers__image-full-width {
        min-width: 200px !important;
        min-height: 200px !important;
    }

    /* Video specific rules for mobile (if any videos were added) */
    .page-blog-loto66-code-latest-offers video,
    .page-blog-loto66-code-latest-offers__video {
      max-width: 100% !important;
      width: 100% !important;
      height: auto !important;
      display: block !important;
    }

    .page-blog-loto66-code-latest-offers__video-section,
    .page-blog-loto66-code-latest-offers__video-container,
    .page-blog-loto66-code-latest-offers__video-wrapper {
      max-width: 100% !important;
      width: 100% !important;
      box-sizing: border-box !important;
      padding-left: 15px;
      padding-right: 15px;
      overflow: hidden !important;
    }

    .page-blog-loto66-code-latest-offers__video-wrapper {
      max-width: 100% !important;
      width: 100% !important;
      box-sizing: border-box !important;
    }

    /* Button container for mobile */
    .page-blog-loto66-code-latest-offers__cta-buttons,
    .page-blog-loto66-code-latest-offers__button-group,
    .page-blog-loto66-code-latest-offers__btn-container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        flex-wrap: wrap !important;
        gap: 10px;
        flex-direction: column; /* For multiple buttons to stack vertically */
    }
}

@media (max-width: 480px) {
    .page-blog-loto66-code-latest-offers__main-title {
        font-size: clamp(1.5em, 8vw, 2em);
    }
    .page-blog-loto66-code-latest-offers__section-title {
        font-size: 1.6em;
    }
    .page-blog-loto66-code-latest-offers__sub-title {
        font-size: 1.2em;
    }
    .page-blog-loto66-code-latest-offers__btn-primary,
    .page-blog-loto66-code-latest-offers__btn-secondary {
        font-size: 0.9em;
    }
}