/* style/resources-tf88-vao-latest-promotions-analysis.css */

/* Base Styles */
.page-resources-tf88-vao-latest-promotions-analysis {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #ffffff; /* Text color for dark body background */
    background-color: transparent; /* Main content background will be layered */
}

.page-resources-tf88-vao-latest-promotions-analysis__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* Section Titles */
.page-resources-tf88-vao-latest-promotions-analysis__section-title {
    font-size: 2.5em;
    color: #FFCC00; /* Accent color for titles */
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
    line-height: 1.2;
}

/* Text Blocks */
.page-resources-tf88-vao-latest-promotions-analysis__text-block {
    font-size: 1.1em;
    margin-bottom: 20px;
    text-align: center;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    color: #f0f0f0;
}

/* Buttons */
.page-resources-tf88-vao-latest-promotions-analysis__btn-primary,
.page-resources-tf88-vao-latest-promotions-analysis__btn-secondary,
.page-resources-tf88-vao-latest-promotions-analysis__btn-tertiary {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    text-align: center;
    max-width: 100%; /* Ensure buttons are responsive */
    box-sizing: border-box;
    white-space: normal; /* Allow text wrapping */
    word-wrap: break-word; /* Allow text wrapping */
}

.page-resources-tf88-vao-latest-promotions-analysis__btn-primary {
    background-color: #FFCC00; /* Accent color */
    color: #003366; /* Dark blue text for contrast */
    border: 2px solid #FFCC00;
}

.page-resources-tf88-vao-latest-promotions-analysis__btn-primary:hover {
    background-color: #e6b800;
    border-color: #e6b800;
}

.page-resources-tf88-vao-latest-promotions-analysis__btn-secondary {
    background-color: transparent;
    color: #FFCC00; /* Accent color text */
    border: 2px solid #FFCC00;
}

.page-resources-tf88-vao-latest-promotions-analysis__btn-secondary:hover {
    background-color: #FFCC00;
    color: #003366;
}

.page-resources-tf88-vao-latest-promotions-analysis__btn-tertiary {
    background-color: #003366; /* Primary brand color */
    color: #FFCC00; /* Accent color text */
    border: 1px solid #003366;
    padding: 8px 15px;
    font-size: 0.9em;
}

.page-resources-tf88-vao-latest-promotions-analysis__btn-tertiary:hover {
    background-color: #002244;
    border-color: #002244;
}

/* Hero Section */
.page-resources-tf88-vao-latest-promotions-analysis__hero-section {
    position: relative;
    padding: 100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    min-height: 700px;
    background-color: #003366; /* Dark blue background for hero */
    padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
}

.page-resources-tf88-vao-latest-promotions-analysis__hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay for text readability */
    border-radius: 10px;
}

.page-resources-tf88-vao-latest-promotions-analysis__hero-title {
    font-size: 3.5em;
    color: #FFCC00;
    margin-bottom: 20px;
    line-height: 1.1;
}

.page-resources-tf88-vao-latest-promotions-analysis__hero-description {
    font-size: 1.2em;
    color: #f0f0f0;
    margin-bottom: 30px;
}

.page-resources-tf88-vao-latest-promotions-analysis__hero-cta {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap; /* Allow buttons to wrap on smaller screens */
}

.page-resources-tf88-vao-latest-promotions-analysis__hero-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.page-resources-tf88-vao-latest-promotions-analysis__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3; /* Make it a subtle background */
}

/* Video Section */
.page-resources-tf88-vao-latest-promotions-analysis__video-section {
    background-color: #0d0d0d; /* Slightly lighter dark background for this section */
    padding: 60px 0;
    text-align: center;
}

.page-resources-tf88-vao-latest-promotions-analysis__video-wrapper {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    background-color: #000;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.page-resources-tf88-vao-latest-promotions-analysis__video {
    width: 100%;
    height: auto;
    display: block;
    cursor: pointer; /* Indicate it's clickable */
}

.page-resources-tf88-vao-latest-promotions-analysis__video-overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: block;
    background: transparent; /* Invisible overlay to capture clicks */
}

.page-resources-tf88-vao-latest-promotions-analysis__video-description {
    font-size: 1.1em;
    color: #cccccc;
    margin-top: 20px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Content Sections */
.page-resources-tf88-vao-latest-promotions-analysis__content-section {
    padding: 80px 0;
}

.page-resources-tf88-vao-latest-promotions-analysis__dark-bg {
    background-color: #003366; /* Primary brand color for dark sections */
    color: #ffffff;
}

.page-resources-tf88-vao-latest-promotions-analysis__promotions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-resources-tf88-vao-latest-promotions-analysis__card {
    background-color: rgba(255, 255, 255, 0.1); /* Semi-transparent white on dark blue */
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    color: #ffffff; /* Ensure text is white on card */
}

.page-resources-tf88-vao-latest-promotions-analysis__card-image {
    width: 100%;
    height: 250px; /* Fixed height for consistency */
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
    min-width: 200px; /* Minimum size requirement */
    min-height: 200px;
}

.page-resources-tf88-vao-latest-promotions-analysis__card-title {
    font-size: 1.5em;
    color: #FFCC00;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-resources-tf88-vao-latest-promotions-analysis__card-text {
    font-size: 1em;
    color: #e0e0e0;
    margin-bottom: 20px;
    flex-grow: 1; /* Allow text to take available space */
}

.page-resources-tf88-vao-latest-promotions-analysis__promotion-detail {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 60px;
    background-color: rgba(255, 255, 255, 0.05); /* Slightly lighter background for detail cards */
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    color: #ffffff;
}

.page-resources-tf88-vao-latest-promotions-analysis__promotion-detail--reverse {
    flex-direction: row-reverse;
}

.page-resources-tf88-vao-latest-promotions-analysis__promotion-image-wrapper {
    flex: 1;
    min-width: 300px; /* Minimum width for image wrapper */
}

.page-resources-tf88-vao-latest-promotions-analysis__promotion-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
    min-width: 200px; /* Minimum size requirement */
    min-height: 200px;
}

.page-resources-tf88-vao-latest-promotions-analysis__promotion-text-content {
    flex: 1;
}

.page-resources-tf88-vao-latest-promotions-analysis__promotion-subtitle {
    font-size: 1.8em;
    color: #FFCC00;
    margin-bottom: 15px;
}

.page-resources-tf88-vao-latest-promotions-analysis__promotion-text-content p {
    margin-bottom: 15px;
    color: #e0e0e0;
}

.page-resources-tf88-vao-latest-promotions-analysis__list {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.page-resources-tf88-vao-latest-promotions-analysis__list li {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="%23FFCC00"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z"/></svg>') no-repeat left 8px;
    background-size: 16px;
    padding-left: 25px;
    margin-bottom: 10px;
    color: #f0f0f0;
}

.page-resources-tf88-vao-latest-promotions-analysis__ordered-list {
    list-style: none;
    padding: 0;
    counter-reset: section-counter;
}

.page-resources-tf88-vao-latest-promotions-analysis__ordered-list li {
    margin-bottom: 30px;
    padding-left: 40px;
    position: relative;
    color: #f0f0f0;
}

.page-resources-tf88-vao-latest-promotions-analysis__ordered-list li::before {
    counter-increment: section-counter;
    content: counter(section-counter) ".";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.8em;
    font-weight: bold;
    color: #FFCC00;
}

.page-resources-tf88-vao-latest-promotions-analysis__list-title {
    font-size: 1.4em;
    color: #FFCC00;
    margin-bottom: 10px;
    margin-top: 0;
}

.page-resources-tf88-vao-latest-promotions-analysis__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.page-resources-tf88-vao-latest-promotions-analysis__cta-buttons--center {
    justify-content: center;
}

/* FAQ Section */
.page-resources-tf88-vao-latest-promotions-analysis__faq-section {
    background-color: #0d0d0d;
    padding: 80px 0;
}

.page-resources-tf88-vao-latest-promotions-analysis__faq-list {
    max-width: 900px;
    margin: 0 auto;
}

.page-resources-tf88-vao-latest-promotions-analysis__faq-item {
    background-color: rgba(255, 255, 255, 0.05);
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-tf88-vao-latest-promotions-analysis__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    cursor: pointer;
    background-color: #003366; /* Dark blue for question background */
    color: #ffffff;
    font-weight: bold;
    transition: background-color 0.3s ease;
}