/* style/game-guides-slot-high-payout-tips.css */

/* Base Styles */
.page-game-guides-slot-high-payout-tips {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: var(--text-main);
    background-color: var(--background);
}

.page-game-guides-slot-high-payout-tips__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.page-game-guides-slot-high-payout-tips__dark-bg {
    background-color: var(--background);
    color: var(--text-main);
}

.page-game-guides-slot-high-payout-tips__light-bg {
    background-color: var(--card-bg);
    color: var(--text-main);
}

.page-game-guides-slot-high-payout-tips__section-title {
    font-size: clamp(1.8rem, 2.5vw, 2.8rem);
    color: var(--gold);
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.05em;
}

.page-game-guides-slot-high-payout-tips__text-block {
    margin-bottom: 20px;
    font-size: 1.1rem;
    color: var(--text-secondary);
}

.page-game-guides-slot-high-payout-tips__list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.page-game-guides-slot-high-payout-tips__list-item {
    background-color: var(--card-bg);
    padding: 15px 20px;
    margin-bottom: 10px;
    border-left: 5px solid var(--deep-green);
    border-radius: 5px;
    font-size: 1.05rem;
    color: var(--text-main);
}

.page-game-guides-slot-high-payout-tips__list-item strong {
    color: var(--gold);
}

.page-game-guides-slot-high-payout-tips a {
    color: var(--glow);
    text-decoration: none;
}

.page-game-guides-slot-high-payout-tips a:hover {
    text-decoration: underline;
}

/* Button Styles */
.page-game-guides-slot-high-payout-tips__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.page-game-guides-slot-high-payout-tips__btn-primary,
.page-game-guides-slot-high-payout-tips__btn-secondary,
.page-game-guides-slot-high-payout-tips a[class*="button"],
.page-game-guides-slot-high-payout-tips a[class*="btn"] {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
}

.page-game-guides-slot-high-payout-tips__btn-primary {
    background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
    color: #ffffff;
    border: none;
    box-shadow: 0 4px 15px rgba(17, 168, 78, 0.4);
}

.page-game-guides-slot-high-payout-tips__btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(17, 168, 78, 0.6);
}

.page-game-guides-slot-high-payout-tips__btn-secondary {
    background-color: transparent;
    color: var(--glow);
    border: 2px solid var(--glow);
    box-shadow: 0 4px 15px rgba(87, 227, 141, 0.2);
}

.page-game-guides-slot-high-payout-tips__btn-secondary:hover {
    background-color: var(--glow);
    color: var(--background);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(87, 227, 141, 0.4);
}

/* Hero Section */
.page-game-guides-slot-high-payout-tips__hero-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 60px;
    padding-top: 10px; /* Small top padding for visual spacing, body handles main header offset */
    overflow: hidden;
}

.page-game-guides-slot-high-payout-tips__hero-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.page-game-guides-slot-high-payout-tips__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.5);
}

.page-game-guides-slot-high-payout-tips__hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 900px;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    margin-top: 150px; /* Adjust to ensure content is below hero image */
}

.page-game-guides-slot-high-payout-tips__main-title {
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    color: var(--gold);
    margin-bottom: 20px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0.03em;
}

.page-game-guides-slot-high-payout-tips__description {
    font-size: clamp(1.1rem, 1.5vw, 1.3rem);
    color: var(--text-main);
    margin-bottom: 30px;
}

/* Introduction Section */
.page-game-guides-slot-high-payout-tips__introduction-section {
    padding: 80px 0;
    border-bottom: 1px solid var(--divider);
}

/* Video Section */
.page-game-guides-slot-high-payout-tips__video-section {
    padding: 80px 0;
    text-align: center;
    border-bottom: 1px solid var(--divider);
}

.page-game-guides-slot-high-payout-tips__video-container {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    box-sizing: border-box;
}

.page-game-guides-slot-high-payout-tips__video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

.page-game-guides-slot-high-payout-tips__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    cursor: pointer;
}

.page-game-guides-slot-high-payout-tips__video-description {
    font-size: 1.05rem;
    color: var(--text-secondary);
    margin-bottom: 20px;
}

.page-game-guides-slot-high-payout-tips__btn-video-cta {
    margin-top: 20px;
}

/* Strategy Section */
.page-game-guides-slot-high-payout-tips__strategy-section {
    padding: 80px 0;
    border-bottom: 1px solid var(--divider);
}

.page-game-guides-slot-high-payout-tips__strategy-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.page-game-guides-slot-high-payout-tips__strategy-card {
    background-color: var(--card-bg);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid var(--border);
}

.page-game-guides-slot-high-payout-tips__strategy-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.page-game-guides-slot-high-payout-tips__card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.page-game-guides-slot-high-payout-tips__card-title {
    font-size: 1.5rem;
    color: var(--gold);
    padding: 20px;
    margin-bottom: 0;
}

.page-game-guides-slot-high-payout-tips__card-text {
    font-size: 1rem;
    color: var(--text-secondary);
    padding: 0 20px 20px;
}

/* Giftcode Section */
.page-game-guides-slot-high-payout-tips__giftcode-section {
    padding: 80px 0;
    text-align: center;
    border-bottom: 1px solid var(--divider);
}

/* Advanced Tips Section */
.page-game-guides-slot-high-payout-tips__advanced-tips-section {
    padding: 80px 0;
    border-bottom: 1px solid var(--divider);
}

/* FAQ Section */
.page-game-guides-slot-high-payout-tips__faq-section {
    padding: 80px 0;
    text-align: center;
}

.page-game-guides-slot-high-payout-tips__faq-list {
    max-width: 800px;
    margin: 40px auto 0;
    text-align: left;
}

.page-game-guides-slot-high-payout-tips__faq-item {
    background-color: var(--card-bg);
    border: 1px solid var(--border);
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}

.page-game-guides-slot-high-payout-tips__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    font-size: 1.2rem;
    font-weight: bold;
    color: var(--text-main);
    cursor: pointer;
    background-color: var(--deep-green);
    border-bottom: 1px solid var(--border);
    transition: background-color 0.3s ease;
}

.page-game-guides-slot-high-payout-tips__faq-question:hover {
    background-color: var(--primary-color);
}

.page-game-guides-slot-high-payout-tips__faq-toggle {
    font-size: 1.5rem;
    color: var(--gold);
    margin-left: 15px;
}

.page-game-guides-slot-high-payout-tips__faq-answer {
    padding: 15px 25px;
    font-size: 1rem;
    color: var(--text-secondary);
    background-color: var(--card-bg);
}

.page-game-guides-slot-high-payout-tips__faq-answer p {
    margin-top: 0;
    margin-bottom: 0;
}

/* Call to Action Section */
.page-game-guides-slot-high-payout-tips__call-to-action {
    padding: 80px 0;
    text-align: center;
}

.page-game-guides-slot-high-payout-tips__btn-final-cta {
    margin-top: 30px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .page-game-guides-slot-high-payout-tips__hero-content {
        margin-top: 100px;
    }
    .page-game-guides-slot-high-payout-tips__section-title {
        font-size: 2.2rem;
    }
    .page-game-guides-slot-high-payout-tips__main-title {
        font-size: 3rem;
    }
}

@media (max-width: 768px) {
    .page-game-guides-slot-high-payout-tips__hero-content {
        margin-top: 50px;
        padding: 15px;
    }
    .page-game-guides-slot-high-payout-tips__main-title {
        font-size: 2.5rem;
    }
    .page-game-guides-slot-high-payout-tips__description {
        font-size: 1rem;
    }
    .page-game-guides-slot-high-payout-tips__cta-buttons {
        flex-direction: column;
        gap: 15px;
    }
    .page-game-guides-slot-high-payout-tips__btn-primary,
    .page-game-guides-slot-high-payout-tips__btn-secondary,
    .page-game-guides-slot-high-payout-tips a[class*="button"],
    .page-game-guides-slot-high-payout-tips 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;
        padding-right: 15px;
    }
    .page-game-guides-slot-high-payout-tips__cta-buttons,
    .page-game-guides-slot-high-payout-tips__button-group,
    .page-game-guides-slot-high-payout-tips__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;
    }
    .page-game-guides-slot-high-payout-tips__section-title {
        font-size: 2rem;
    }
    .page-game-guides-slot-high-payout-tips__text-block,
    .page-game-guides-slot-high-payout-tips__list-item,
    .page-game-guides-slot-high-payout-tips__card-text,
    .page-game-guides-slot-high-payout-tips__video-description,
    .page-game-guides-slot-high-payout-tips__faq-answer {
        font-size: 1rem;
    }
    .page-game-guides-slot-high-payout-tips__strategy-grid {
        grid-template-columns: 1fr;
    }

    /* Image Responsive */
    .page-game-guides-slot-high-payout-tips img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }
    .page-game-guides-slot-high-payout-tips__hero-image-wrapper,
    .page-game-guides-slot-high-payout-tips__strategy-card,
    .page-game-guides-slot-high-payout-tips__card-image {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    /* Video Responsive */
    .page-game-guides-slot-high-payout-tips video,
    .page-game-guides-slot-high-payout-tips__video {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    .page-game-guides-slot-high-payout-tips__video-section,
    .page-game-guides-slot-high-payout-tips__video-container,
    .page-game-guides-slot-high-payout-tips__video-wrapper {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        overflow: hidden !important;
    }
    .page-game-guides-slot-high-payout-tips__video-section {
        padding-top: 10px !important;
    }
    .page-game-guides-slot-high-payout-tips__faq-question {
        font-size: 1rem;
        padding: 15px 20px;
    }
    .page-game-guides-slot-high-payout-tips__faq-answer {
        padding: 10px 20px;
    }
    .page-game-guides-slot-high-payout-tips__faq-toggle {
        font-size: 1.3rem;
    }
    .page-game-guides-slot-high-payout-tips__introduction-section,
    .page-game-guides-slot-high-payout-tips__video-section,
    .page-game-guides-slot-high-payout-tips__strategy-section,
    .page-game-guides-slot-high-payout-tips__giftcode-section,
    .page-game-guides-slot-high-payout-tips__advanced-tips-section,
    .page-game-guides-slot-high-payout-tips__faq-section,
    .page-game-guides-slot-high-payout-tips__call-to-action {
        padding: 40px 0;
    }
}

@media (max-width: 480px) {
    .page-game-guides-slot-high-payout-tips__main-title {
        font-size: 2rem;
    }
    .page-game-guides-slot-high-payout-tips__section-title {
        font-size: 1.8rem;
    }
    .page-game-guides-slot-high-payout-tips__hero-content {
        margin-top: 30px;
    }
}