/* main-page.css */

/* Center Sections */
.main-intro, .mission, .focus, .disability-header, .cta, .coming-soon, .about-us, .testimonials, .blog-preview, .partners, .security-privacy, .work-with-us-avoid-scams, .disability-benefits {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
    margin-bottom: 40px;
}

/* Highlight Class */
.highlight {
    font-weight: bold;
    color: #FFD700; /* Gold color for emphasis */
}

/* Steps Section */
.steps {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 20px;
}

.step {
    background-color: #1A1A1A; /* Dark gray */
    padding: 15px;
    border-radius: 5px;
    text-align: left;
    max-width: 600px;
    width: 100%;
}

.step img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 10px;
}

.step h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #FFFFFF;
}

.step p {
    font-size: 14px;
    color: #FFFFFF;
}

/* About Us Section */
.about-us .team {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.about-us .team-member {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 300px;
}

.about-us .team-member img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
}

.about-us .team-member h3 {
    font-size: 18px;
    margin-bottom: 5px;
    color: #FFFFFF;
}

.about-us .team-member p {
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
}

/* Testimonials Section */
.testimonials .testimonial {
    background-color: #1A1A1A;
    padding: 15px;
    border-left: 5px solid #007BFF;
    margin-bottom: 20px;
    max-width: 600px;
}

.testimonials .testimonial p {
    font-size: 16px;
    color: #FFFFFF;
}

.testimonials .testimonial p:last-child {
    font-size: 14px;
    font-style: italic;
    color: #CCCCCC;
}

/* Blog Preview Section */
.blog-preview .blog-post {
    background-color: #1A1A1A;
    padding: 15px;
    border-radius: 5px;
    max-width: 600px;
    margin-bottom: 20px;
}

.blog-preview .blog-post h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #FFFFFF;
}

.blog-preview .blog-post p {
    font-size: 14px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.blog-preview .blog-post a {
    color: var(--link-color); /* Light blue from colors.css (#4DA8FF) */
    text-decoration: none;
}

.blog-preview .blog-post a:hover {
    text-decoration: underline;
}

/* Partners Section */
.partners .partner-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.partners .partner-logos img {
    width: 150px;
    height: auto;
}

/* Security & Privacy Section */
.security-privacy {
    background-color: #1A1A1A;
    border-radius: 5px;
}

.security-privacy h2 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #FFFFFF;
}

.security-privacy p {
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.security-privacy .button {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    background-color: #007BFF;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 14px;
}

.security-privacy .button:hover {
    background-color: #0056b3;
}

/* Work With Us, Avoid the Scams Section */
.work-with-us-avoid-scams h2 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #FFFFFF;
}

.work-with-us-avoid-scams p {
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.work-with-us-avoid-scams ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 20px;
}

.work-with-us-avoid-scams ul li {
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.work-with-us-avoid-scams a {
    color: var(--link-color); /* Light blue from colors.css (#4DA8FF) */
    text-decoration: none;
}

.work-with-us-avoid-scams a:hover {
    text-decoration: underline;
}

/* CTA Section */
.cta {
    background-color: #1A1A1A;
    padding: 20px;
    margin: 20px 0;
    border-radius: 5px;
}

.cta h2 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #FFFFFF;
}

.cta p {
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.cta form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.cta input,
.cta select {
    width: 100%;
    max-width: 300px;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #333;
    border-radius: 5px;
    background-color: #000000;
    color: #FFFFFF;
    font-family: Arial, sans-serif;
    font-size: 14px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.cta select {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iY3VycmVudENvbG9yIiB2aWV3Qm94PSIwIDAgMTYgMTYiPjxwYXRoIGQ9Ik0yIDVsNiA2IDYtNnoiLz48L3N2Zz4=');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
}

.cta button {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    background-color: #007BFF;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 14px;
}

.cta button:hover {
    background-color: #0056b3;
}

.cta .privacy-note {
    font-size: 12px;
    color: #CCCCCC;
    margin-top: 10px;
}

/* Button Hover Effects */
.button:hover {
    background-color: #0056b3;
}

a:hover {
    color: #007BFF; /* Original bright blue for hover */
}

/* Resources Section */
.resources {
    margin-bottom: 80px;
}

.resources ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    list-style: none;
    padding: 0;
}

.resources li {
    background-color: #1A1A1A;
    padding: 15px;
    border-radius: 5px;
    width: 250px;
    text-align: left;
}

.resources li a {
    font-size: 18px;
    color: var(--link-color); /* Light blue from colors.css (#4DA8FF) */
    text-decoration: none;
}

.resources li a:hover {
    text-decoration: underline;
}

.resources li p {
    font-size: 14px;
    color: #FFFFFF;
    margin-top: 5px;
}

/* Disability Benefits Section */
.disability-benefits {
    background-color: #1A1A1A;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 40px;
}

.disability-benefits h2 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #FFFFFF;
}

.disability-benefits p {
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.disability-benefits .button {
    padding: 10px 20px;
    background-color: #007BFF;
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 5px;
}

.disability-benefits .button:hover {
    background-color: #0056b3;
}

/* Work With Us, Avoid the Scams Section - Fraud Identifiers */
.work-with-us-avoid-scams h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #FFFFFF;
}

.work-with-us-avoid-scams .fraud-identifiers {
    list-style-type: none;
    padding-left: 0;
    border: 1px solid #FFD700;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.work-with-us-avoid-scams .fraud-identifiers li {
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.resources h2 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 15px;
    color: #FFFFFF;
}