/* style/blog-hk79bigwin-login-guide.css */

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

/* Base styles for the page content, ensuring contrast with body background */
.page-blog-hk79bigwin-login-guide {
    font-family: 'Arial', sans-serif;
    color: var(--hk79bigwin-text-main); /* Ensure text is visible on dark background */
    background-color: var(--hk79bigwin-background); /* Primary page background */
    line-height: 1.6;
    padding-top: 10px; /* Small top padding, body handles --header-offset */
}

.page-blog-hk79bigwin-login-guide__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* Hero Section */
.page-blog-hk79bigwin-login-guide__hero-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px 0;
    background-color: var(--hk79bigwin-deep-green); /* Darker green for hero background */
}

.page-blog-hk79bigwin-login-guide__hero-image-wrapper {
    width: 100%;
    max-height: 600px;
    overflow: hidden;
}

.page-blog-hk79bigwin-login-guide__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.page-blog-hk79bigwin-login-guide__hero-content {
    max-width: 900px;
    padding: 20px;
    color: var(--hk79bigwin-text-main);
}

.page-blog-hk79bigwin-login-guide__main-title {
    font-size: clamp(2em, 4vw, 3.5em); /* Responsive font size for H1 */
    font-weight: 700;
    color: var(--hk79bigwin-gold);
    margin-bottom: 15px;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.page-blog-hk79bigwin-login-guide__description {
    font-size: 1.1em;
    color: var(--hk79bigwin-text-secondary);
    margin-bottom: 30px;
}

/* Call to Action Buttons */
.page-blog-hk79bigwin-login-guide__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.page-blog-hk79bigwin-login-guide__cta-center {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

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

.page-blog-hk79bigwin-login-guide__btn-primary {
    background: var(--hk79bigwin-button-gradient);
    color: var(--hk79bigwin-text-main);
    border: 2px solid transparent;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-hk79bigwin-login-guide__btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    opacity: 0.9;
}

.page-blog-hk79bigwin-login-guide__btn-secondary {
    background-color: transparent;
    color: var(--hk79bigwin-primary);
    border: 2px solid var(--hk79bigwin-primary);
}

.page-blog-hk79bigwin-login-guide__btn-secondary:hover {
    background-color: var(--hk79bigwin-primary);
    color: var(--hk79bigwin-text-main);
    transform: translateY(-3px);
}

/* Content Sections */
.page-blog-hk79bigwin-login-guide__content-section {
    padding: 60px 0;
    background-color: var(--hk79bigwin-background);
}

.page-blog-hk79bigwin-login-guide__dark-bg {
    background-color: var(--hk79bigwin-card-bg);
}

.page-blog-hk79bigwin-login-guide__section-title {
    font-size: clamp(1.8em, 3.5vw, 2.8em);
    color: var(--hk79bigwin-gold);
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
    line-height: 1.3;
}

.page-blog-hk79bigwin-login-guide__sub-title {
    font-size: clamp(1.4em, 2.5vw, 2em);
    color: var(--hk79bigwin-primary);
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
    line-height: 1.4;
}

.page-blog-hk79bigwin-login-guide__text-block {
    font-size: 1em;
    color: var(--hk79bigwin-text-secondary);
    margin-bottom: 20px;
}

.page-blog-hk79bigwin-login-guide__list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

.page-blog-hk79bigwin-login-guide__list-item {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    color: var(--hk79bigwin-text-secondary);
}

.page-blog-hk79bigwin-login-guide__list-item::before {
    content: '✅';
    position: absolute;
    left: 0;
    color: var(--hk79bigwin-primary);
}

.page-blog-hk79bigwin-login-guide__image-and-text {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px;
}

.page-blog-hk79bigwin-login-guide__image-and-text--reverse {
    flex-direction: row-reverse;
}

.page-blog-hk79bigwin-login-guide__image {
    flex: 1;
    min-width: 300px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    width: 100%; /* Ensure images take full width of their flex container */
    height: auto;
    display: block;
    object-fit: cover;
}

.page-blog-hk79bigwin-login-guide__text-content {
    flex: 1;
    color: var(--hk79bigwin-text-secondary);
}

/* FAQ Section */
.page-blog-hk79bigwin-login-guide__faq-section {
    padding: 60px 0;
    background-color: var(--hk79bigwin-background);
}

.page-blog-hk79bigwin-login-guide__faq-list {
    max-width: 900px;
    margin: 0 auto;
}

.page-blog-hk79bigwin-login-guide__faq-item {
    background-color: var(--hk79bigwin-card-bg);
    border: 1px solid var(--hk79bigwin-border);
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    color: var(--hk79bigwin-text-main);
}

.page-blog-hk79bigwin-login-guide__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    cursor: pointer;
    font-weight: 600;
    font-size: 1.1em;
    color: var(--hk79bigwin-text-main);
    background-color: var(--hk79bigwin-deep-green);
    border-bottom: 1px solid var(--hk79bigwin-divider);
}

.page-blog-hk79bigwin-login-guide__faq-question::-webkit-details-marker, /* Hide default marker for Chrome */
.page-blog-hk79bigwin-login-guide__faq-item summary::marker { /* Hide default marker for Firefox */
  display: none;
}

.page-blog-hk79bigwin-login-guide__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    color: var(--hk79bigwin-gold);
    transition: transform 0.3s ease;
}

.page-blog-hk79bigwin-login-guide__faq-item[open] .page-blog-hk79bigwin-login-guide__faq-toggle {
    transform: rotate(45deg);
}

.page-blog-hk79bigwin-login-guide__faq-answer {
    padding: 20px;
    font-size: 0.95em;
    color: var(--hk79bigwin-text-secondary);
    background-color: var(--hk79bigwin-card-bg);
    border-top: 1px solid var(--hk79bigwin-divider);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .page-blog-hk79bigwin-login-guide__hero-image-wrapper {
        max-height: 450px;
    }
    .page-blog-hk79bigwin-login-guide__image-and-text {
        flex-direction: column;
        text-align: center;
    }
    .page-blog-hk79bigwin-login-guide__image-and-text--reverse {
        flex-direction: column;
    }
    .page-blog-hk79bigwin-login-guide__text-content {
        padding: 0 15px;
    }
}

@media (max-width: 768px) {
    .page-blog-hk79bigwin-login-guide {
        font-size: 16px;
        line-height: 1.6;
    }
    .page-blog-hk79bigwin-login-guide__container {
        padding: 0 15px;
    }
    .page-blog-hk79bigwin-login-guide__hero-section {
        padding: 30px 0;
    }
    .page-blog-hk79bigwin-login-guide__hero-image-wrapper {
        max-height: 300px;
    }
    .page-blog-hk79bigwin-login-guide__main-title {
        font-size: 2em; /* Ensure H1 is not too large on mobile */
    }
    .page-blog-hk79bigwin-login-guide__description {
        font-size: 1em;
    }
    .page-blog-hk79bigwin-login-guide__cta-buttons {
        flex-direction: column;
        gap: 15px;
    }
    .page-blog-hk79bigwin-login-guide__btn-primary,
    .page-blog-hk79bigwin-login-guide__btn-secondary {
        padding: 12px 20px;
        font-size: 1em;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
    }
    .page-blog-hk79bigwin-login-guide__content-section {
        padding: 40px 0;
    }
    .page-blog-hk79bigwin-login-guide__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
    }
    .page-blog-hk79bigwin-login-guide__sub-title {
        font-size: 1.2em;
    }
    .page-blog-hk79bigwin-login-guide__image-and-text {
        gap: 20px;
    }
    .page-blog-hk79bigwin-login-guide__image {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        object-fit: cover !important;
    }
    .page-blog-hk79bigwin-login-guide__faq-question {
        font-size: 1em;
        padding: 15px;
    }
    .page-blog-hk79bigwin-login-guide__faq-answer {
        padding: 15px;
    }
    /* Mobile specific padding for content containers */
    .page-blog-hk79bigwin-login-guide__section,
    .page-blog-hk79bigwin-login-guide__card,
    .page-blog-hk79bigwin-login-guide__container,
    .page-blog-hk79bigwin-login-guide__hero-content {
      max-width: 100% !important;
      width: 100% !important;
      box-sizing: border-box !important;
      padding-left: 15px;
      padding-right: 15px;
    }
    .page-blog-hk79bigwin-login-guide__video-section {
        padding-top: 10px !important; /* body already handles --header-offset */
    }
    /* Ensure all images inside content sections are responsive */
    .page-blog-hk79bigwin-login-guide__content-section img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    /* Ensure all video containers are responsive */
    .page-blog-hk79bigwin-login-guide__video-section,
    .page-blog-hk79bigwin-login-guide__video-container,
    .page-blog-hk79bigwin-login-guide__video-wrapper {
      max-width: 100% !important;
      width: 100% !important;
      box-sizing: border-box !important;
      overflow: hidden !important;
      padding-left: 15px;
      padding-right: 15px;
    }
    .page-blog-hk79bigwin-login-guide__cta-buttons,
    .page-blog-hk79bigwin-login-guide__button-group,
    .page-blog-hk79bigwin-login-guide__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-blog-hk79bigwin-login-guide__cta-buttons {
        flex-direction: column;
    }
}