/* style/platform-recommendations-high-rebate.css */
.page-platform-recommendations-high-rebate {
    font-family: 'Arial', sans-serif;
    color: #1A202C; /* Main text color based on primary brand color */
    line-height: 1.6;
}

.page-platform-recommendations-high-rebate__hero-section {
    background: linear-gradient(135deg, #1A202C 0%, #3a4a60 100%); /* Dark gradient based on primary color */
    color: #FFFFFF;
    padding: 80px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    min-height: 450px;
}

.page-platform-recommendations-high-rebate__hero-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 10;
}

.page-platform-recommendations-high-rebate__hero-title {
    font-size: 2.8em;
    margin-bottom: 20px;
    color: #FFD700; /* Accent color for title */
    font-weight: bold;
    line-height: 1.2;
}

.page-platform-recommendations-high-rebate__hero-description {
    font-size: 1.3em;
    margin-bottom: 30px;
    color: #e0e0e0;
}

.page-platform-recommendations-high-rebate__cta-button {
    display: inline-block;
    background-color: #FFD700; /* Accent color for CTA */
    color: #1A202C; /* Dark text on accent background */
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: none;
    cursor: pointer;
}

.page-platform-recommendations-high-rebate__cta-button:hover {
    background-color: #e5c100; /* Slightly darker gold on hover */
    transform: translateY(-2px);
}

.page-platform-recommendations-high-rebate__hero-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.15;
    overflow: hidden;
}

.page-platform-recommendations-high-rebate__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%) brightness(50%);
}

.page-platform-recommendations-high-rebate__section {
    padding: 60px 0;
    background-color: #f9f9f9;
}

.page-platform-recommendations-high-rebate__section:nth-of-type(even) {
    background-color: #f2f2f2;
}

.page-platform-recommendations-high-rebate__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-platform-recommendations-high-rebate__section-title {
    font-size: 2.2em;
    color: #1A202C;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.page-platform-recommendations-high-rebate__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #FFD700;
    border-radius: 2px;
}

.page-platform-recommendations-high-rebate__paragraph {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #333;
}

.page-platform-recommendations-high-rebate__highlight {
    color: #1A202C;
    font-weight: bold;
}

.page-platform-recommendations-high-rebate__list {
    list-style: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    color: #333;
}

.page-platform-recommendations-high-rebate__list li {
    margin-bottom: 10px;
    font-size: 1.05em;
}

.page-platform-recommendations-high-rebate__content-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: center;
}

@media (min-width: 768px) {
    .page-platform-recommendations-high-rebate__content-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.page-platform-recommendations-high-rebate__image-wrapper {
    text-align: center;
}

.page-platform-recommendations-high-rebate__image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-platform-recommendations-high-rebate__platform-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-platform-recommendations-high-rebate__platform-card {
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    padding: 30px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-platform-recommendations-high-rebate__platform-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-platform-recommendations-high-rebate__platform-logo {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-bottom: 20px;
    border-radius: 50%;
    border: 3px solid #FFD700;
}

.page-platform-recommendations-high-rebate__platform-name {
    font-size: 1.8em;
    color: #1A202C;
    margin-bottom: 15px;
}

.page-platform-recommendations-high-rebate__platform-description {
    font-size: 1em;
    color: #555;
    margin-bottom: 20px;
}

.page-platform-recommendations-high-rebate__platform-features {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}

.page-platform-recommendations-high-rebate__platform-features li {
    font-size: 0.95em;
    color: #444;
    margin-bottom: 8px;
    position: relative;
    padding-left: 25px;
    text-align: left;
}

.page-platform-recommendations-high-rebate__platform-features li::before {
    content: '✓';
    color: #4CAF50; /* Green checkmark for positive points */
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}

.page-platform-recommendations-high-rebate__platform-button {
    display: inline-block;
    background-color: #1A202C; /* Primary dark color for button */
    color: #FFD700; /* Accent color for text */
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease;
    font-size: 1em;
}

.page-platform-recommendations-high-rebate__platform-button:hover {
    background-color: #333d4f;
    color: #FFD700;
}

.page-platform-recommendations-high-rebate__note {
    font-style: italic;
    text-align: center;
    margin-top: 30px;
    color: #666;
}

.page-platform-recommendations-high-rebate__guide-steps {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 40px;
}

@media (min-width: 768px) {
    .page-platform-recommendations-high-rebate__guide-steps {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .page-platform-recommendations-high-rebate__guide-steps {
        grid-template-columns: repeat(4, 1fr);
    }
}

.page-platform-recommendations-high-rebate__step-item {
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.07);
    padding: 25px;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.page-platform-recommendations-high-rebate__step-number {
    background-color: #FFD700;
    color: #1A202C;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8em;
    font-weight: bold;
    margin-bottom: 20px;
    border: 3px solid #1A202C;
}

.page-platform-recommendations-high-rebate__step-title {
    font-size: 1.4em;
    color: #1A202C;
    margin-bottom: 15px;
}

.page-platform-recommendations-high-rebate__step-image {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    margin-top: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-platform-recommendations-high-rebate__small-button {
    padding: 10px 20px;
    font-size: 0.9em;
    margin-top: 15px;
}

.page-platform-recommendations-high-rebate__text-center {
    text-align: center;
    margin-top: 40px;
}

.page-platform-recommendations-high-rebate__cta-bottom {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid #e0e0e0;
}

.page-platform-recommendations-high-rebate__image-wrapper--full-width {
    margin-top: 30px;
    margin-bottom: 30px;
}

.page-platform-recommendations-high-rebate__accordion {
    margin-top: 30px;
}

.page-platform-recommendations-high-rebate__accordion-item {
    background-color: #FFFFFF;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}

.page-platform-recommendations-high-rebate__accordion-header {
    background-color: #1A202C;
    color: #FFD700;
    padding: 18px 25px;
    width: 100%;
    text-align: left;
    border: none;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease;
}

.page-platform-recommendations-high-rebate__accordion-header:hover {
    background-color: #333d4f;
}

.page-platform-recommendations-high-rebate__accordion-header::after {
    content: '+';
    font-size: 1.5em;
    transition: transform 0.3s ease;
}

.page-platform-recommendations-high-rebate__accordion-header.active::after {
    content: '-';
    transform: rotate(180deg);
}

.page-platform-recommendations-high-rebate__accordion-content {
    padding: 0 25px;
    background-color: #fefefe;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.page-platform-recommendations-high-rebate__accordion-content.active {
    max-height: 200px; /* Adjust based on expected content height */
    padding: 15px 25px;
}

.page-platform-recommendations-high-rebate__accordion-content p {
    margin-bottom: 0;
    color: #333;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .page-platform-recommendations-high-rebate__hero-title {
        font-size: 2.4em;
    }
    .page-platform-recommendations-high-rebate__hero-description {
        font-size: 1.1em;
    }
    .page-platform-recommendations-high-rebate__section-title {
        font-size: 2em;
    }
}

@media (max-width: 768px) {
    .page-platform-recommendations-high-rebate__hero-section {
        padding: 60px 0;
    }
    .page-platform-recommendations-high-rebate__hero-title {
        font-size: 2em;
    }
    .page-platform-recommendations-high-rebate__hero-description {
        font-size: 1em;
    }
    .page-platform-recommendations-high-rebate__cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-platform-recommendations-high-rebate__section {
        padding: 40px 0;
    }
    .page-platform-recommendations-high-rebate__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
    }
    .page-platform-recommendations-high-rebate__paragraph {
        font-size: 1em;
    }
    .page-platform-recommendations-high-rebate__list {
        margin-left: 20px;
    }
    .page-platform-recommendations-high-rebate__platform-card {
        padding: 20px;
    }
    .page-platform-recommendations-high-rebate__platform-name {
        font-size: 1.6em;
    }
    .page-platform-recommendations-high-rebate__step-number {
        width: 45px;
        height: 45px;
        font-size: 1.6em;
    }
    .page-platform-recommendations-high-rebate__step-title {
        font-size: 1.2em;
    }
    .page-platform-recommendations-high-rebate__accordion-header {
        font-size: 1.1em;
        padding: 15px 20px;
    }
    .page-platform-recommendations-high-rebate__accordion-content.active {
        padding: 10px 20px;
    }
}

@media (max-width: 480px) {
    .page-platform-recommendations-high-rebate__hero-section {
        padding: 40px 0;
    }
    .page-platform-recommendations-high-rebate__hero-title {
        font-size: 1.8em;
    }
    .page-platform-recommendations-high-rebate__hero-description {
        font-size: 0.9em;
    }
    .page-platform-recommendations-high-rebate__cta-button {
        padding: 10px 20px;
        font-size: 0.9em;
    }
    .page-platform-recommendations-high-rebate__section-title {
        font-size: 1.6em;
    }
    .page-platform-recommendations-high-rebate__list li {
        font-size: 0.95em;
    }
    .page-platform-recommendations-high-rebate__platform-card-grid {
        grid-template-columns: 1fr;
    }
    .page-platform-recommendations-high-rebate__guide-steps {
        grid-template-columns: 1fr;
    }
    .page-platform-recommendations-high-rebate__accordion-header {
        font-size: 1em;
        padding: 12px 15px;
    }
    .page-platform-recommendations-high-rebate__accordion-content.active {
        padding: 8px 15px;
    }
}