:root {
    --bg-color: #ffffff;
    --text-color: #000000;
    --btn-color: #e92f4d;
    --font-family: 'Roboto', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--font-family);
    background-color: var(--bg-color);
    color: var(--text-color);
    line-height: 1.4;
}

.main-wrapper {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.top-banner {
    margin-bottom: 0px;
    background-color: #f3f4f4;
}

.top-banner h1 {
    font-size: 48px;
    font-weight: 400;
    line-height: 58px;
    letter-spacing: 0.1px;
    padding: 20px 0;
}

.bold-text {
    font-weight: 600;
}

.hero-section {
    margin: 10px 0;
}

.hero-image {
    max-width: 640px;
    width: 100%;
    height: auto;
    display: inline-block;
}

.intro-text {
    font-size: 28px;
    max-width: 800px;
    margin: 10px auto 20px auto;
    font-weight: 400;
    line-height: 35px;
}

.question-text {
    font-size: 45px;
    color: #212529;
    font-weight: 900;
    line-height: 54px;
    margin: 40px 0 20px 0;
}

.button-grid {
    display: flex;
    justify-content: center;
    gap: 23px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.button-grid a {
    text-decoration: none !important;
}

.quiz-button {
    background-color: var(--btn-color);
    color: #fff;
    border: none;
    padding: 40px 0 20px 0;
    height: 120px;
    width: 115px;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    border-radius: 5px;
    cursor: pointer;
    transition: transform 0.1s;
    border-color: rgba(0, 0, 0, 0);
    border-width: 1px;
    box-shadow: 0px 3px 0px 0px rgb(153, 22, 22);
}

.quiz-button:active {
    transform: translateY(2px);
    box-shadow: none;
}

.insured-notice {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 150px;
}

.page-footer {
    padding: 20px;
    margin-top: 50px;
}

.disclaimer-section {
    max-width: 800px;
    margin: 0 auto 50px;
    color: var(--text-color);
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    letter-spacing: -0.1px;
}

.fb-disclaimer {
    margin-bottom: 45px;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 130px;
    font-weight: 700;
    font-size: 12px;
}

.footer-links a {
    color: #000;
    text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .top-banner h1 {
        font-size: 36px;
        line-height: 44px;
    }

    .question-text {
        font-size: 38px;
    }

    .intro-text {
        font-size: 24px;
        padding: 0 20px;
    }
}

@media (max-width: 768px) {
    .main-wrapper {
        padding: 0 15px;
    }

    .top-banner h1 {
        font-size: 28px;
        line-height: 36px;
        padding: 15px 10px;
    }

    .question-text {
        font-size: 32px;
        line-height: 40px;
        margin: 30px 0 20px 0;
    }

    .intro-text {
        font-size: 20px;
        line-height: 28px;
    }

    .quiz-button {
        width: calc(50% - 12px);
        height: 100px;
        padding: 30px 0 10px 0;
        font-size: 20px;
    }

    .footer-links {
        gap: 30px;
    }

    .insured-notice {
        margin-bottom: 100px;
    }
}

@media (max-width: 480px) {
    .top-banner h1 {
        font-size: 22px;
        line-height: 30px;
    }

    .question-text {
        font-size: 26px;
        line-height: 32px;
    }

    .intro-text {
        font-size: 18px;
        line-height: 24px;
    }

    .quiz-button {
        width: 100%;
        height: 80px;
        padding: 20px 0 10px 0;
        font-size: 18px;
    }

    .footer-links {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .insured-notice {
        margin-bottom: 80px;
    }

    .disclaimer-section {
        font-size: 11px;
    }
}

/* Terms and Conditions Styles */
.terms-container {
    max-width: 930px;
    margin: 10px auto;
    margin-bottom: 0;
    padding-bottom: 0 !important;
    padding: 40px !important;
    background: transparent;
    text-align: left;
    box-shadow: none;
    border-radius: 0;
}

.terms-header {
    margin-bottom: 10px;
    border-bottom: none;
    padding-bottom: 0;
}

.terms-header h1 {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin-bottom: 0px;
}

.terms-section {
    margin-bottom: 10px;
}

.terms-section h2 {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
    margin-top: 10px;
}

.terms-section p {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -0.1px;
    color: #000;
    margin-bottom: 15px;
}

.terms-section .important-note {
    font-weight: 400;
    color: #000;
}

.contact-info {
    margin-top: 30px;
    padding-top: 0;
    border-top: none;
}

.contact-info p {
    margin-bottom: 5px;
    font-weight: 400;
}

/* Privacy Policy Styles */
.policy-container {
    max-width: 930px;
    margin: 10px auto;
    margin-bottom: 0;
    padding-bottom: 0 !important;
    padding: 40px !important;
    background: transparent;
    text-align: left;
    box-shadow: none;
    border-radius: 0;
}

.policy-header {
    margin-bottom: 10px;
    border-bottom: none;
    padding-bottom: 0;
}

.policy-header h1 {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin-bottom: 0px;
}

.policy-section {
    margin-bottom: 10px;
}

.policy-section h2 {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
    margin-top: 10px;
}

.policy-section p {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -0.1px;
    color: #000;
    margin-bottom: 15px;
}