/* style/resources-678win-app-latest-features.css */

/* Base styles for the page content */
.page-resources-678win-app-latest-features {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #ffffff; /* Default text color for dark body background */
    background-color: transparent; /* Body background is handled by shared.css (#0a0a0a) */
}

.page-resources-678win-app-latest-features__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.page-resources-678win-app-latest-features__section-title {
    font-size: 2.5em;
    color: #26A9E0; /* Brand color for titles */
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
}

.page-resources-678win-app-latest-features__text-block {
    font-size: 1.1em;
    margin-bottom: 20px;
    text-align: justify;
}

.page-resources-678win-app-latest-features__content-image {
    display: block;
    margin: 30px auto;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* Buttons */
.page-resources-678win-app-latest-features__btn-primary,
.page-resources-678win-app-latest-features__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    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;
    cursor: pointer;
    box-sizing: border-box; /* Ensure padding is included in width */
    white-space: normal; /* Allow text to wrap */
    word-wrap: break-word; /* Break long words */
}

.page-resources-678win-app-latest-features__btn-primary {
    background-color: #26A9E0; /* Brand primary color */
    color: #ffffff;
    border: 2px solid #26A9E0;
}

.page-resources-678win-app-latest-features__btn-primary:hover {
    background-color: #1a8ac7;
    border-color: #1a8ac7;
}

.page-resources-678win-app-latest-features__btn-secondary {
    background-color: transparent;
    color: #26A9E0; /* Brand primary color for text */
    border: 2px solid #26A9E0;
}

.page-resources-678win-app-latest-features__btn-secondary:hover {
    background-color: #26A9E0;
    color: #ffffff;
}

.page-resources-678win-app-latest-features__btn-large {
    padding: 18px 40px;
    font-size: 1.1em;
}

/* Hero Section */
.page-resources-678win-app-latest-features__hero-section {
    position: relative;
    padding: 100px 20px;
    padding-top: var(--header-offset, 120px); /* Apply header offset here */
    background: linear-gradient(135deg, rgba(38, 169, 224, 0.8), rgba(10, 10, 10, 0.8)), url('[GALLERY:bg:1920x1080:abstract,geometric,blue,dark,modern]') center/cover no-repeat; /* Placeholder for background image */
    color: #ffffff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 600px;
}

.page-resources-678win-app-latest-features__hero-content {
    max-width: 900px;
    z-index: 1;
}

.page-resources-678win-app-latest-features__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #ffffff;
    font-weight: bold;
}

.page-resources-678win-app-latest-features__hero-description {
    font-size: 1.3em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-resources-678win-app-latest-features__hero-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.page-resources-678win-app-latest-features__hero-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.page-resources-678win-app-latest-features__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
}

/* Intro Section */
.page-resources-678win-app-latest-features__intro-section {
    padding: 80px 20px;
    background-color: #0a0a0a; /* Explicitly dark background for section */
    color: #ffffff;
}

.page-resources-678win-app-latest-features__intro-section .page-resources-678win-app-latest-features__section-title {
    color: #26A9E0;
}

/* Features Section */
.page-resources-678win-app-latest-features__features-section {
    padding: 80px 20px;
    background-color: #1a1a1a; /* Slightly lighter dark background */
    color: #ffffff;
}

.page-resources-678win-app-latest-features__feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-resources-678win-app-latest-features__feature-card {
    background-color: rgba(255, 255, 255, 0.05); /* Light translucent background for contrast */
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #ffffff; /* Light text on dark card background */
}

.page-resources-678win-app-latest-features__feature-card .page-resources-678win-app-latest-features__card-title {
    font-size: 1.5em;
    color: #26A9E0;
    margin-bottom: 20px;
    font-weight: bold;
}

.page-resources-678win-app-latest-features__feature-card .page-resources-678win-app-latest-features__card-image {
    width: 100%;
    height: auto;
    max-height: 250px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
}

.page-resources-678win-app-latest-features__feature-card .page-resources-678win-app-latest-features__card-text {
    font-size: 1em;
    text-align: justify;
}

/* Download Section */
.page-resources-678win-app-latest-features__download-section {
    padding: 80px 20px;
    background-color: #0a0a0a; /* Dark background */
    color: #ffffff;
}

.page-resources-678win-app-latest-features__download-section .page-resources-678win-app-latest-features__section-title {
    color: #26A9E0;
}

.page-resources-678win-app-latest-features__download-steps {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 40px;
    justify-content: center;
}

.page-resources-678win-app-latest-features__step-card {
    flex: 1;
    min-width: 300px;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    color: #ffffff;
}

.page-resources-678win-app-latest-features__step-card .page-resources-678win-app-latest-features__card-title {
    font-size: 1.5em;
    color: #26A9E0;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
}

.page-resources-678win-app-latest-features__step-list {
    list-style-type: decimal;
    padding-left: 20px;
    font-size: 1em;
}

.page-resources-678win-app-latest-features__step-list li {
    margin-bottom: 10px;
}

.page-resources-678win-app-latest-features__download-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-top: 60px;
}

/* Promotions Section */
.page-resources-678win-app-latest-features__promotions-section {
    padding: 80px 20px;
    background-color: #1a1a1a; /* Slightly lighter dark background */
    color: #ffffff;
}

.page-resources-678win-app-latest-features__promotion-list {
    list-style: none;
    padding: 0;
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.page-resources-678win-app-latest-features__list-item {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 20px;
    border-left: 5px solid #26A9E0;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    font-size: 1.05em;
    color: #ffffff;
}

.page-resources-678win-app-latest-features__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
    flex-wrap: wrap; /* Allow buttons to wrap on smaller screens */
}

/* FAQ Section */
.page-resources-678win-app-latest-features__faq-section {
    padding: 80px 20px;
    background-color: #0a0a0a; /* Dark background */
    color: #ffffff;
}