.page-blog-understanding-free-spin-terms {
    background-color: #0D0E12;
    color: #FFF3E6;
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
}

.page-blog-understanding-free-spin-terms__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.page-blog-understanding-free-spin-terms__hero-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 20px;
    padding-top: 10px; /* Small top padding, body handles header offset */
    text-align: center;
    overflow: hidden;
}

.page-blog-understanding-free-spin-terms__hero-image-wrapper {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
}

.page-blog-understanding-free-spin-terms__hero-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(255, 176, 77, 0.4);
}

.page-blog-understanding-free-spin-terms__hero-content {
    max-width: 800px;
    z-index: 1;
    position: relative;
}

.page-blog-understanding-free-spin-terms__main-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    color: #FFA53A;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.page-blog-understanding-free-spin-terms__description {
    font-size: 1.2rem;
    color: #FFF3E6;
    margin-bottom: 30px;
}

.page-blog-understanding-free-spin-terms__cta-button {
    display: inline-block;
    background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%);
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    transition: background-color 0.3s ease, transform 0.2s ease;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(255, 176, 77, 0.3);
}

.page-blog-understanding-free-spin-terms__cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(255, 176, 77, 0.5);
}

.page-blog-understanding-free-spin-terms__video-section {
    padding: 40px 20px;
    background-color: #17191F;
    text-align: center;
}

.page-blog-understanding-free-spin-terms__video-container {
    width: 100%;
    max-width: 100%;
}

.page-blog-understanding-free-spin-terms__video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(255, 176, 77, 0.4);
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.page-blog-understanding-free-spin-terms__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    display: block;
    cursor: pointer;
}

.page-blog-understanding-free-spin-terms__video-description {
    font-size: 1.1rem;
    color: #FFF3E6;
    margin-bottom: 30px;
}

.page-blog-understanding-free-spin-terms__video-cta {
    margin-top: 20px;
}

.page-blog-understanding-free-spin-terms__intro-section,
.page-blog-understanding-free-spin-terms__content-section,
.page-blog-understanding-free-spin-terms__conclusion-section {
    padding: 40px 0;
}

.page-blog-understanding-free-spin-terms__dark-section {
    background-color: #17191F;
    padding: 40px 0;
}

.page-blog-understanding-free-spin-terms__section-title {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    color: #FFA53A;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 700;
}

.page-blog-understanding-free-spin-terms__sub-title {
    font-size: clamp(1.4rem, 3vw, 1.8rem);
    color: #FF8C1A;
    margin-top: 40px;
    margin-bottom: 15px;
    font-weight: 600;
}

.page-blog-understanding-free-spin-terms__text-block {
    font-size: 1rem;
    color: #FFF3E6;
    margin-bottom: 20px;
}

.page-blog-understanding-free-spin-terms__image-inline {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(255, 176, 77, 0.2);
}

.page-blog-understanding-free-spin-terms__list {
    list-style: disc;
    margin-left: 25px;
    padding-left: 0;
    margin-bottom: 20px;
}

.page-blog-understanding-free-spin-terms__list-item {
    font-size: 1rem;
    color: #FFF3E6;
    margin-bottom: 10px;
}

.page-blog-understanding-free-spin-terms__list-item strong {
    color: #FFA53A;
}

.page-blog-understanding-free-spin-terms__faq-section {
    padding: 40px 0;
    background-color: #0D0E12;
}

.page-blog-understanding-free-spin-terms__faq-list {
    max-width: 900px;
    margin: 0 auto;
}

.page-blog-understanding-free-spin-terms__faq-item {
    background-color: #17191F;
    border: 1px solid #A84F0C;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.page-blog-understanding-free-spin-terms__faq-item[open] {
    box-shadow: 0 0 15px rgba(255, 176, 77, 0.3);
}

.page-blog-understanding-free-spin-terms__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: 600;
    color: #FFF3E6;
    background-color: #17191F;
    position: relative;
    list-style: none;
}

.page-blog-understanding-free-spin-terms__faq-question::-webkit-details-marker {
    display: none;
}

.page-blog-understanding-free-spin-terms__faq-toggle {
    font-size: 1.5rem;
    font-weight: 700;
    color: #FFA53A;
    margin-left: 15px;
    line-height: 1;
}

.page-blog-understanding-free-spin-terms__faq-answer {
    padding: 0 25px 20px 25px;
    font-size: 1rem;
    color: #FFF3E6;
    line-height: 1.6;
}

.page-blog-understanding-free-spin-terms__cta-section {
    background-color: #17191F;
    padding: 60px 20px;
    text-align: center;
}

.page-blog-understanding-free-spin-terms__cta-container {
    max-width: 900px;
}

.page-blog-understanding-free-spin-terms__cta-title {
    font-size: clamp(2rem, 4.5vw, 3rem);
    color: #FFA53A;
    margin-bottom: 20px;
    font-weight: 700;
}

.page-blog-understanding-free-spin-terms__cta-description {
    font-size: 1.1rem;
    color: #FFF3E6;
    margin-bottom: 40px;
}

.page-blog-understanding-free-spin-terms .keyword {
    color: #FFB04D;
    font-weight: 600;
}

@media (max-width: 768px) {
    .page-blog-understanding-free-spin-terms {
        font-size: 16px;
        line-height: 1.6;
    }

    .page-blog-understanding-free-spin-terms__container {
        padding-left: 15px !important;
        padding-right: 15px !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        overflow-x: hidden !important;
    }

    .page-blog-understanding-free-spin-terms__hero-section,
    .page-blog-understanding-free-spin-terms__video-section,
    .page-blog-understanding-free-spin-terms__intro-section,
    .page-blog-understanding-free-spin-terms__content-section,
    .page-blog-understanding-free-spin-terms__faq-section,
    .page-blog-understanding-free-spin-terms__cta-section,
    .page-blog-understanding-free-spin-terms__conclusion-section {
        padding-left: 15px !important;
        padding-right: 15px !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        overflow-x: hidden !important;
    }
    
    .page-blog-understanding-free-spin-terms__hero-section {
        padding-top: 10px !important;
    }

    .page-blog-understanding-free-spin-terms img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
        box-sizing: border-box !important;
    }

    .page-blog-understanding-free-spin-terms video,
    .page-blog-understanding-free-spin-terms__video {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
        box-sizing: border-box !important;
    }
    
    .page-blog-understanding-free-spin-terms__video-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }

    .page-blog-understanding-free-spin-terms__cta-button,
    .page-blog-understanding-free-spin-terms__btn-primary,
    .page-blog-understanding-free-spin-terms__btn-secondary,
    .page-blog-understanding-free-spin-terms a[class*="button"],
    .page-blog-understanding-free-spin-terms a[class*="btn"] {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        text-align: center;
    }

    .page-blog-understanding-free-spin-terms__cta-buttons,
    .page-blog-understanding-free-spin-terms__button-group,
    .page-blog-understanding-free-spin-terms__btn-container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        flex-wrap: wrap !important;
        gap: 10px;
        flex-direction: column;
    }

    .page-blog-understanding-free-spin-terms__faq-question {
        padding: 15px 20px;
        font-size: 1rem;
    }

    .page-blog-understanding-free-spin-terms__faq-answer {
        padding: 0 20px 15px 20px;
    }

    .page-blog-understanding-free-spin-terms__main-title {
        font-size: 2rem;
    }

    .page-blog-understanding-free-spin-terms__section-title {
        font-size: 1.5rem;
    }

    .page-blog-understanding-free-spin-terms__sub-title {
        font-size: 1.2rem;
    }
}