:root {
            --primary-blue: #0A2563;
            --selling-pilot-blue: #0A2563;
            --selling-pilot-orange: #F59B1F;
            --card-background: #F4F6F8;
            --text-color: #333333;
            --body-font: 'Open Sans', sans-serif;
        }
.container {
            max-width: 1000px;
            width: 100%;
            text-align: center;
            margin:auto;
        }
        header h1 {
            color: var(--primary-blue);
            font-weight: 800;
            font-size: 36px;
            margin-bottom: 25px;
        }
.logo-container {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 15px;
            margin-bottom: 30px;
        }

        .logo-symbol {
            display: flex;
        }

        .logo-text {
            color: var(--selling-pilot-blue);
            font-size: 32px;
            font-weight: 700;
        }

        .intro-text {
            color: var(--text-color);
            max-width: 650px;
            margin: 0 auto 50px auto;
            line-height: 1.6;
            font-size: 16px;
        }

        .incentives-title h2 {
            color: var(--primary-blue);
            font-weight: 700;
            font-size: 28px;
            margin-bottom: 40px;
        }

        .perks-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 25px;
            margin-bottom: 50px;
        }

        .perk-card {
            background-color: var(--card-background);
            padding: 40px 30px;
            border-radius: 10px;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: left;
        }

        .perk-card .icon {
            height: 80px;
            margin-bottom: 30px;
            max-width: 100px;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .perk-card .icon .fa-solid {
            font-size: 3.25rem;
            color: var(--primary-blue);
        }

        .perk-card h3 {
            color: var(--primary-blue);
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 25px;
            text-align: center;
            min-height: 60px; /* Aligns headings across cards */
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .perk-card ul {
            list-style: none;
            padding: 0;
            margin: 0;
            font-size: 14px;
            line-height: 1.6;
            color:#09144f;
        }

        .perk-card li {
            position: relative;
            padding-left: 20px;
            margin-bottom: 15px;
        }

        .perk-card li::before {
            content: "•";
            color: var(--selling-pilot-orange);
            font-weight: bold;
            display: inline-block;
            width: 1em;
            margin-left: -1em;
        }

        .perk-card.sbn ul {
            text-align: center;
        }

        .perk-card.sbn li {
            padding-left: 0;
        }

        .perk-card.sbn li::before {
            content: "";
        }

        .signup-button-container {
            margin-top: 50px;
        }

        .signup-btn {
            background-color: var(--primary-blue);
            color: #FFFFFF;
            padding: 15px 40px;
            font-size: 18px;
            font-weight: 600;
            border: none;
            border-radius: 30px;
            cursor: pointer;
            text-decoration: none;
            display: inline-block;
            transition: background-color 0.3s;
        }

        .signup-btn:hover {
            background-color: #113677;
        }

        .reach-millions {
            text-align: center;
            width:100%; 
        }

        .video-container {
            position: relative;
            width: 100%;
            margin-top: 50px;
            padding-top: 56.25%; /* 16:9 Aspect Ratio */
            overflow: hidden;
           
        }

        .video-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: 0;
        }

        .video-thumbnail {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
/*
        .gamers-image-section {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
            margin-bottom: 50px;
        }

        .gamers-image-section img {
            width: 100%;
            height: auto;
            display: block;

        }*/

        .gamers-image-section {
            background: url('https://www.newegg.com/sellers/wp-content/uploads/2025/04/img-reach-millions-of-new-customers3.jpg') no-repeat top center;
            background-size:cover;
            padding-top:20%;
            padding-bottom: 80px;
        }
        .gamers-image-section h2 {
            grid-column: 1 / -1;
            font-size: 32px;
            color: #fff;
            margin: 40px 0;
        }

        .feature-cards-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 25px;
        }

        .feature-card {
            background-color: #3354b7;
            padding: 5% 2% 0;
            border-radius: 10px;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: left;
        }

        .feature-card .icon {
            height: 80px;
            margin-bottom: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .feature-card .icon .fa-solid {
            font-size: 4.25rem;
            color: #fff;
        }

        .feature-card h3 {
            color: #fff;
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 25px;
            text-align: center;
            min-height: 60px; /* Aligns headings across cards */
            display: flex;
            align-items: center;
            justify-content: center;
        }

        /* --- FAQ SECTION STYLES --- */
        .faq-section { width:100%; background-color: #fff; }
        .faq {
            margin: 5% auto;
            text-align: left;
            max-width: 1200px;
            padding:2% 0;
            width:100%;
        }

        .faq-title {
            color: var(--primary-blue);
            font-size: 32px;
            font-weight: 700;
            text-align: center;
            margin-bottom: 40px;
        }

        .faq-item {
            border-bottom: 1px solid #e0e0e0;
            margin-bottom: 10px;
        }

        .faq-question {
            width: 100%;
            padding: 20px;
            background: none;
            border: none;
            display: flex;
            justify-content: space-between;
            align-items: center;
            cursor: pointer;
            text-align: left;
            color: var(--primary-blue);
            font-size: 18px;
            font-weight: 600;
            font-family: var(--body-font);
            transition: var(--transition);
        }

        .faq-question:hover {
            background-color: #f9f9f9;
        }

        .faq-icon {
            color: var(--selling-pilot-orange);
            font-size: 24px;
            font-weight: bold;
            transition: transform 0.3s ease;
        }

        .faq-item.active .faq-icon {
            transform: rotate(45deg);
        }

        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease-out, padding 0.3s ease;
            background-color: #fff;
        }

        .faq-item.active .faq-answer {
            max-height: 500px; /* Large enough for content */
            padding-bottom: 20px;
        }

        .faq-answer-inner {
            padding: 0 20px 20px 20px;
            color: #555;
            line-height: 1.6;
            font-size: 15px;
        }

        .faq-answer-inner a {
            color: var(--selling-pilot-orange);
            text-decoration: none;
            word-break: break-all;
        }

        .faq-answer-inner a:hover {
            text-decoration: underline;
        }