/* style/blog-explore-55win-khuyen-mai-latest-promotions.css */

/* Custom color variables from the provided scheme */
:root {
    --color-primary: #11A84E; /* Main color */
    --color-secondary: #22C768; /* Auxiliary color */
    --color-button-gradient-start: #2AD16F;
    --color-button-gradient-end: #13994A;
    --color-card-bg: #11271B;
    --color-background: #08160F; /* Deep Green, almost black */
    --color-text-main: #F2FFF6; /* Light text for dark background */
    --color-text-secondary: #A7D9B8; /* Secondary light text */
    --color-border: #2E7A4E;
    --color-glow: #57E38D;
    --color-gold: #F2C14E;
    --color-divider: #1E3A2A;
    --color-deep-green: #0A4B2C;
}

/* Base styles for the page content, ensuring light text on dark body background */
.page-blog-explore-55win-khuyen-mai-latest-promotions {
    font-family: 'Arial', sans-serif;
    color: var(--color-text-main); /* Main text color for the page content */
    background-color: var(--color-background); /* Page-specific background, consistent with body if possible */
    line-height: 1.6;
}

.page-blog-explore-55win-khuyen-mai-latest-promotions__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* Hero Section */
.page-blog-explore-55win-khuyen-mai-latest-promotions__hero-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column; /* Stacks image above content */
    align-items: center;
    padding-top: 10px; /* Small top padding, body handles --header-offset */
    padding-bottom: 60px;
    text-align: center;
    overflow: hidden; /* Ensure content doesn't overflow */
    box-sizing: border-box;
}

.page-blog-explore-55win-khuyen-mai-latest-promotions__hero-image-wrapper {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 30px; /* Space between image and content */
}

.page-blog-explore-55win-khuyen-mai-latest-promotions__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.page-blog-explore-55win-khuyen-mai-latest-promotions__hero-content {
    max-width: 900px;
    padding: 0 20px;
}

.page-blog-explore-55win-khuyen-mai-latest-promotions__main-title {
    font-size: clamp(2em, 4vw, 3.2em); /* Responsive H1 font size */
    color: var(--color-gold); /* Gold for main title */
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.page-blog-explore-55win-khuyen-mai-latest-promotions__description {
    font-size: 1.1em;
    color: var(--color-text-secondary);
    margin-bottom: 30px;
}

.page-blog-explore-55win-khuyen-mai-latest-promotions__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap; /* Allows buttons to wrap on smaller screens */
    width: 100%; /* Ensure container takes full width for wrapping */
    max-width: 600px; /* Limit button group width */
    margin: 0 auto;
    box-sizing: border-box;
}

/* Buttons */
.page-blog-explore-55win-khuyen-mai-latest-promotions__btn-primary,
.page-blog-explore-55win-khuyen-mai-latest-promotions__btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 1.1em;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box; /* Include padding/border in element's total width/height */
    white-space: normal; /* Allow text to wrap */
    word-wrap: break-word; /* Break long words */
    max-width: 100%; /* Ensure buttons adapt to container width */
}

.page-blog-explore-55win-khuyen-mai-latest-promotions__btn-primary {
    background: linear-gradient(180deg, var(--color-button-gradient-start) 0%, var(--color-button-gradient-end) 100%);
    color: var(--color-text-main); /* White text on green gradient */
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-explore-55win-khuyen-mai-latest-promotions__btn-primary:hover {
    opacity: 0.9;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-explore-55win-khuyen-mai-latest-promotions__btn-secondary {
    background: transparent;
    color: var(--color-primary);
    border: 2px solid var(--color-primary);
    box-shadow: none;
}

.page-blog-explore-55win-khuyen-mai-latest-promotions__btn-secondary:hover {
    background: var(--color-primary);
    color: var(--color-text-main);
    transform: translateY(-2px);
}

/* General Section Styles */
.page-blog-explore-55win-khuyen-mai-latest-promotions__section {
    padding: 60px 0;
    background-color: var(--color-background);
    color: var(--color-text-main);
}

.page-blog-explore-55win-khuyen-mai-latest-promotions__section-title {
    font-size: clamp(1.8em, 3.5vw, 2.5em);
    color: var(--color-gold);
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
    line-height: 1.3;
}

.page-blog-explore-55win-khuyen-mai-latest-promotions__text-block {
    font-size: 1em;
    color: var(--color-text-secondary);
    margin-bottom: 20px;
    text-align: justify;
}

.page-blog-explore-55win-khuyen-mai-latest-promotions__image-content {
    width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    object-fit: cover;
}

/* Promotions Grid */
.page-blog-explore-55win-khuyen-mai-latest-promotions__promo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-explore-55win-khuyen-mai-latest-promotions__card {
    background-color: var(--color-card-bg); /* Darker background for cards */
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    color: var(--color-text-main); /* Light text on dark card background */
    padding-bottom: 20px;
}

.page-blog-explore-55win-khuyen-mai-latest-promotions__card-image {
    width: 100%;
    height: 200px; /* Fixed height for consistency */
    object-fit: cover;
    display: block;
}

.page-blog-explore-55win-khuyen-mai-latest-promotions__card-title {
    font-size: 1.4em;
    color: var(--color-gold);
    margin: 20px 20px 10px 20px;
    font-weight: 600;
}

.page-blog-explore-55win-khuyen-mai-latest-promotions__card-text {
    font-size: 0.95em;
    color: var(--color-text-secondary);
    margin: 0 20px 20px 20px;
    flex-grow: 1;
    text-align: justify;
}

.page-blog-explore-55win-khuyen-mai-latest-promotions__card-button {
    margin: 0 20px 0 20px;
    width: calc(100% - 40px); /* Adjust width to fit padding */
}

/* Steps Grid */
.page-blog-explore-55win-khuyen-mai-latest-promotions__steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-explore-55win-khuyen-mai-latest-promotions__step-card {
    background-color: var(--color-card-bg);
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    padding: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--color-text-main);
}

.page-blog-explore-55win-khuyen-mai-latest-promotions__step-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(180deg, var(--color-button-gradient-start) 0%, var(--color-button-gradient-end) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2em;
    font-weight: 700;
    color: var(--color-text-main);
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.page-blog-explore-55win-khuyen-mai-latest-promotions__step-title {
    font-size: 1.5em;
    color: var(--color-gold);
    margin-bottom: 15px;
    font-weight: 600;
}

.page-blog-explore-55win-khuyen-mai-latest-promotions__step-text {
    font-size: 1em;
    color: var(--color-text-secondary);
    margin-bottom: 25px;
    flex-grow: 1;
    text-align: justify;
}

.page-blog-explore-55win-khuyen-mai-latest-promotions__step-button {
    width: 100%;
}

/* List Styles */
.page-blog-explore-55win-khuyen-mai-latest-promotions__list {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

.page-blog-explore-55win-khuyen-mai-latest-promotions__list-item {
    background-color: var(--color-card-bg);
    margin-bottom: 15px;
    padding: 20px;
    border-radius: 8px;
    font-size: 1.05em;
    color: var(--color-text-main);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: flex-start;
    text-align: justify;
}

.page-blog-explore-55win-khuyen-mai-latest-promotions__list-item::before {
    content: '✅';
    margin-right: 15px;
    font-size: 1.2em;
    color: var(--color-glow);
    flex-shrink: 0;
}

/* FAQ Section */
.page-blog-explore-55win-khuyen-mai-latest-promotions__faq-list {
    margin-top: 40px;
}

.page-blog-explore-55win-khuyen-mai-latest-promotions__faq-item {
    background-color: var(--color-card-bg);
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    color: var(--color-text-main);
}

.page-blog-explore-55win-khuyen-mai-latest-promotions__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    font-size: 1.15em;
    font-weight: 600;
    cursor: pointer;
    background-color: var(--color-deep-green); /* Slightly different background for question */
    color: var(--color-gold);
    border-bottom: 1px solid var(--color-divider);
    transition: background-color 0.3s ease;
}

.page-blog-explore-55win-khuyen-mai-latest-promotions__faq-question:hover {
    background-color: var(--color-primary);
    color: var(--color-text-main);
}

.page-blog-explore-55win-khuyen-mai-latest-promotions__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    margin-left: 15px;
    color: var(--color-glow);
}

.page-blog-explore-55win-khuyen-mai-latest-promotions__faq-item[open] .page-blog-explore-55win-khuyen-mai-latest-promotions__faq-toggle {
    color: var(--color-text-main);
}

.page-blog-explore-55win-khuyen-mai-latest-promotions__faq-answer {
    padding: 20px;
    font-size: 1em;
    color: var(--color-text-secondary);
    text-align: justify;
}

/* details tag specific styles */
.page-blog-explore-55win-khuyen-mai-latest-promotions__faq-item summary {
    list-style: none; /* Remove default marker */
}
.page-blog-explore-55win-khuyen-mai-latest-promotions__faq-item summary::-webkit-details-marker {
    display: none; /* For Webkit browsers */
}
.page-blog-explore-55win-khuyen-mai-latest-promotions__faq-item[open] .page-blog-explore-55win-khuyen-mai-latest-promotions__faq-question {
    background-color: var(--color-primary); /* Change background when open */
    color: var(--color-text-main);
}


/* Responsive Design */
@media (max-width: 1024px) {
    .page-blog-explore-55win-khuyen-mai-latest-promotions__main-title {
        font-size: clamp(2em, 5vw, 3em);
    }
    .page-blog-explore-55win-khuyen-mai-latest-promotions__section-title {
        font-size: clamp(1.8em, 4vw, 2.2em);
    }
}