/** Shopify CDN: Minification failed

Line 2168:12 Expected identifier but found whitespace
Line 2168:13 Unexpected "("

**/
div#shopify-section-sections--16697408258138__header {
    display: none!important;
}

div#shopify-section-sections--16697408258138__horizontal_ticker_xbxtmD {
    display: none!important;
}

div#shopify-section-sections--16697408258138__announcement-bar {
    display: none!important;
}

footer.footer.color-background-2.gradient.section-sections--16697408159834__footer-padding {
    display: none!important;
}

html {
    overflow-x: hidden; /* Prevent horizontal scrolling */
}


.quiz-body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
    background-color: #F6F1EC;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    overflow-x: hidden;
}


.quiz-container {
    width: 100%;
    max-width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}


.quiz-header,
header.quiz-header {
    background-color: white !important;
    padding: 20px 0 0 0 !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    z-index: 10 !important;
}


.quiz-logo-container {
    text-align: center !important;
    padding: 10px 0 20px 0 !important;
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    visibility: visible !important;
    opacity: 1 !important;
}


.quiz-main-logo {
    max-height: 45px; /* Adjust this to make the logo larger or smaller */
    width: auto;      /* Maintains aspect ratio */
    display: block;
    object-fit: contain;
}




.quiz-progress-bar {
    width: 100% !important;
    height: 8px !important;
    background-color: #e0e0e0 !important;
    position: relative !important;
    overflow: hidden !important;
    /* Additional properties to prevent theme interference */
    min-height: 8px !important;
    max-height: 8px !important;
    box-sizing: border-box !important;
    flex-shrink: 0 !important;
    isolation: isolate !important;
}


.quiz-progress-fill {
    height: 100% !important;
    background-color: #000000 !important;
    transition: width 0.3s ease !important;
    width: 0% !important;
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    transform-origin: left center !important;
    will-change: width, transform !important;
    box-sizing: border-box !important;
    min-height: 100% !important;
    max-height: 100% !important;
    flex-shrink: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    outline: none !important;
}


.quiz-main {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 20px 10px 120px;
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
}


.quiz-sale-header {
    color: #dc0000;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    letter-spacing: 1px;
}


.quiz-age-select-title {
    font-size: 28px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    margin-bottom: 19px;
    line-height: 1.3;
}


.quiz-underline-bold {
    text-decoration: underline;
    font-weight: 700;
}


.quiz-age-question {
    font-size: 26px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}


.quiz-skip-link {
    background: none;
    border: none;
    color: #4f4f4f;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    margin-top: 30px;
    text-align: center;
    letter-spacing: 0.5px;
    transition: color 0.2s ease;
    padding: 10px;
}


.quiz-skip-link:hover {
    color: #3a5258;
}


.quiz-question-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000000;
    text-align: center;
}


.quiz-question-subtitle {
    font-size: 18px;
    font-weight: 700;
    color: #3e3e3e;
    text-align: center;
    margin-top: 0;
    margin-bottom: 40px;
    line-height: 1.2em!important;
}


/* Add extra bottom margin to titles when there's no subtitle */
.quiz-question-title + .quiz-options-container {
    margin-top: 35px;


}


.quiz-options-container {
    width: 50%;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
        max-width: 400px;


    gap: 8px;


}


.quiz-option-button {
    background: white;
    border: 2px solid #000;
    border-radius: 6px;
    padding: 18px 24px;
    font-size: 18px;
    color: #0b0a09e7;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: left;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    overflow: hidden;
}


.quiz-age-option {
    text-align: center;
    justify-content: center;
}


.quiz-option-button:hover {
    background-color: #f8f8f8;
    transform: translateY(-2px);
}


.quiz-option-button.quiz-selected {
    background-color: #000000;
    color: white;
    border-color: #000000;
}


.quiz-option-button .quiz-emoji {
    font-size: 28.8px;
    width: 48px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.quiz-option-button .quiz-color-circle {
    width: 39px;
    height: 39px;
    border-radius: 50%;
    flex-shrink: 0;
}


.quiz-option-button .quiz-option-text-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}


.quiz-option-button .quiz-option-main-text {
    font-size: 16px;
    font-weight: 600;
    color: inherit;
}


.quiz-option-button .quiz-option-subtext {
    font-size: 14px;
    font-weight: 400;
    color: #4f4f4f;
    line-height: 1.3;
}


.quiz-option-button.quiz-selected .quiz-option-subtext {
    color: rgba(255, 255, 255, 0.85);
}


.quiz-option-button .quiz-checkmark {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-color: #000000;
    border-radius: 4px;
    display: none;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 16px;
}


.quiz-option-button.quiz-selected .quiz-checkmark {
    display: flex;
    background-color: white;
    color: #000000;
}


.quiz-image-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    width: 100%;
    padding: 20px;
    max-width: 800px;
    margin: 0 auto 60px;
}


.quiz-image-option {
    position: relative;
    cursor: pointer;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 0.7;
    display: flex;
    flex-direction: column;
}


.quiz-image-option img {
    width: 100%;
    flex: 1;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
}


.quiz-image-option .quiz-label {
    background: rgba(52, 73, 78, 0.922);
    color: white;
    padding: 12px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    height: 67px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 1;
}


.quiz-image-option .quiz-check-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    background-color: #000000;
    border-radius: 6px;
    display: none;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
}


.quiz-image-option.quiz-selected .quiz-check-badge {
    display: flex;
}


.quiz-continue-button {
    background-color: #000000;
    color: white;
    border: none;
    border-radius: 50px;
    padding: 20px 53px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 616px;
    max-width: 100%;
    margin-bottom:25px!important;
}


.quiz-continue-button:hover {
    background-color: #1a1a1a;
    transform: translateY(-2px);
}


.quiz-back-button {
    background-color: transparent;
    color: #3a5258;
    border: 2px solid #3a5258;
    border-radius: 50px;
    padding: 18px 48px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    position: fixed;
    bottom: 40px;
    left: 40px;
}


.quiz-back-button:hover {
    background-color: #3a5258;
    color: white;
    transform: translateY(-2px);
}


.quiz-content-page {
    text-align: center;
    width: 100%;
}


.quiz-content-page h2 {
    font-size: 32px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}


.quiz-content-page p {
    font-size: 17px;
    line-height: 1;
    color: #000000;
    margin-bottom: 30px;
}


.quiz-content-page .quiz-underline {
    text-decoration: underline;
}


.quiz-content-page img {
    max-width: 500px;
    width: 100%;
    border-radius: 12px;
    margin: 20px 0;
}


.quiz-content-page .quiz-image-carousel {
    position: relative;
    margin: 30px 0;
}


/* Carousel Container */
.quiz-carousel-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 260px; /* Fixed width maintained across all screen sizes */
    margin: 30px auto;
    margin-top: -30px;
    border-radius: 12px;
    touch-action: pan-y pinch-zoom;
}


.quiz-carousel-strip {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%;
    cursor: grab;
    user-select: none;
    -webkit-user-drag: none;
    touch-action: none; /* Let JavaScript fully handle touch gestures for swiping */
}


.quiz-carousel-strip:active {
    cursor: grabbing;
}


.quiz-carousel-image {
    flex: 0 0 100%; /* Force each image to take full width of container */
    width: 100%;
    -webkit-user-drag: none; /* Prevents ghost-image dragging on desktop */
    user-select: none;
    -webkit-touch-callout: none; /* Prevents iOS callout on long press */
    object-fit: cover;
}


.quiz-carousel-dots {
    display: flex;
    gap: 8px; /* Slightly tighter spacing like the image */
    justify-content: center;
    margin-top: -5px; /* Reduced margin to keep it closer to the image */
    margin-bottom: 15px;
}


.quiz-carousel-dot {
    width: 10px;        /* Smaller diameter */
    height: 10px;       /* Smaller diameter */
    border-radius: 50%;
    background-color: #e0e0e0; /* Light gray for inactive dots */
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    padding: 0;         /* Removed padding that made the clickable area too big */
    min-width: 10px;    /* Resetting previous min-width */
    min-height: 10px;   /* Resetting previous min-height */
}


.quiz-carousel-dot:hover {
    background-color: #cbd5e0;
    transform: none;    /* Removed scale effect for a cleaner look */
}


.quiz-carousel-dot.quiz-active {
    background-color: #000000;
    transform: none;           /* Kept it same size as others for a modern feel */
}


.quiz-user-avatars {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 400px;
    height: 400px;
    margin: 40px auto;
}


.quiz-user-avatars img {
    position: absolute;
    border-radius: 50%;
    border: 4px solid white;
}


.quiz-user-avatars img:nth-child(1) {
    width: 120px;
    height: 120px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}


.quiz-user-avatars img:nth-child(2) {
    width: 80px;
    height: 80px;
    top: 20%;
    left: 30%;
}


.quiz-user-avatars img:nth-child(3) {
    width: 70px;
    height: 70px;
    top: 15%;
    left: 55%;
}


.quiz-user-avatars img:nth-child(4) {
    width: 75px;
    height: 75px;
    top: 25%;
    right: 15%;
}


.quiz-user-avatars img:nth-child(5) {
    width: 65px;
    height: 65px;
    top: 55%;
    left: 10%;
}


.quiz-user-avatars img:nth-child(6) {
    width: 60px;
    height: 60px;
    bottom: 25%;
    left: 20%;
}


.quiz-user-avatars img:nth-child(7) {
    width: 70px;
    height: 70px;
    bottom: 20%;
    right: 20%;
}




.quiz-spinner {
    width: 100px !important;
    height: 100px !important;
    border: 4px solid #d4e4ea !important;
    border-top: 4px solid #000000 !important;
    border-radius: 50% !important;
    animation: quiz-spin-animation 1s linear infinite !important;
    margin: 0 auto 30px !important;
    opacity: 1 !important;
    transition: opacity 0.3s ease !important;
    display: block !important;
    visibility: visible !important;
}


.quiz-spinner.quiz-hidden {
    opacity: 0 !important;
    display: none !important;
}


@keyframes quiz-spin-animation {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.quiz-checkmark {
    width: 100px !important;
    height: 100px !important;
    border-radius: 50% !important;
    display: none !important;
    margin: 0 auto 30px !important;
    position: relative !important;
    border: 4px solid #000000 !important;
    opacity: 0 !important;
    transform: scale(0) !important;
    transition: all 0.3s ease !important;
}


.quiz-checkmark.quiz-show {
    display: block !important;
    opacity: 1 !important;
    transform: scale(1) !important;
    animation: quiz-checkmark-pop-animation 0.5s ease !important;
}


.quiz-checkmark::after {
    content: '' !important;
    position: absolute !important;
    left: 35px !important;
    top: 18px !important;
    width: 18px !important;
    height: 38px !important;
    border: solid #000000 !important;
    border-width: 0 5px 5px 0 !important;
    transform: rotate(45deg) !important;
}


@keyframes quiz-checkmark-pop-animation {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}


.quiz-summary-card {
    background: white;
    border-radius: 16px;
    padding: 0.75rem;
    margin-bottom: 1.2rem;
    width: 100%;
    max-width: 882px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}


@media (min-width: 640px) {
    .quiz-summary-card {
        padding: 0.75rem;
    }
}


.quiz-summary-card h3 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


@media (min-width: 640px) {
    .quiz-summary-card h3 {
        font-size: 1.4rem;
        margin-bottom: 1.5rem;
    }
}


.quiz-summary-card .quiz-badge {
    background-color: #ffebee;
    color: #d32f2f;
    padding: 0.3rem 0.75rem;
    border-radius: 20px;
    font-size: 11px;
    font-weight: bold;
    border: 1px solid #d32f2f;
    box-shadow: 0 2px 6px rgba(211, 47, 47, 0.2);
}


@media (min-width: 640px) {
    .quiz-summary-card .quiz-badge {
        padding: 0.4rem 1rem;
        font-size: 15px;
    }
}


.quiz-summary-card img {
    width: 135px;
    height: 150px;
    max-width: 100%;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
}


@media (min-width: 640px) {
    .quiz-summary-card img {
        width: 240px;
        height: 300px;
        border-radius: 12px;
    }
}


@media (min-width: 768px) {
    .quiz-summary-card img {
        width: 288px;
    }
}


.quiz-slider-container {
    margin: 0.5rem 0;
}


.quiz-slider {
    width: 100%;
    height: 10px;
    background: linear-gradient(to right, #81c784 0%, #aed581 25%, #fff176 50%, #ffb74d 75%, #ef5350 100%);
    border-radius: 8px;
    position: relative;
    margin-bottom: 13px;
}


@media (min-width: 640px) {
    .quiz-slider {
        height: 12px;
    }
}


.quiz-slider-thumb {
    position: absolute;
    top: 50%;
    right: 12%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    background: white;
    border: 4px solid #333;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    animation: slideGauge 2s ease-out forwards;
}


@keyframes slideGauge {
    0% {
        right: 88%;
    }
    100% {
        right: 12%;
    }
}


@media (min-width: 640px) {
    .quiz-slider-thumb {
        width: 26px;
        height: 26px;
        border-width: 5px;
    }
}


.quiz-slider-label {
    background: #333;
    color: white;
    padding: 0.375rem 0.75rem;
    border-radius: 6px;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
}


@media (min-width: 640px) {
    .quiz-slider-label {
        font-size: 18px;
        padding: 0.5rem 1rem;
    }
}


.quiz-slider-label::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top-color: #333;
}


.quiz-slider-labels {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: black;
    font-weight: 500;
}


@media (min-width: 640px) {
    .quiz-slider-labels {
        font-size: 15px;
    }
}


.quiz-alert-box {
    background: hsl(351, 89%, 93%);
    border-radius: 12px;
    padding: 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    text-align: left;
}


@media (min-width: 640px) {
    .quiz-alert-box {
        padding: 1.25rem;
    }
}


.quiz-alert-box .quiz-alert-header {
    display: flex;
    align-items: center;
    gap: 0.20rem;
}


.quiz-alert-box .quiz-icon {
    color: #d32f2f;
    display: flex;
    align-items: center;
    font-size: 24px;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
}


@media (min-width: 640px) {
    .quiz-alert-box .quiz-icon {
        width: 28px;
        height: 28px;
        font-size: 28px;
    }
}


.quiz-alert-box .quiz-title {
    font-weight: 600;
    opacity: 0.9;
    font-size: 17px;
    color: black;
}


@media (min-width: 640px) {
    .quiz-alert-box .quiz-title {
        font-size: 15px;
    }
}


.quiz-alert-box .quiz-description {
    font-size: 13px;
    line-height: 1.5;
    color: #333;
}


@media (min-width: 640px) {
    .quiz-alert-box .quiz-description {
        font-size: 14px;
    }
}


.quiz-info-cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 0.7rem;
    margin-top: 0;
    margin-bottom: 1.5rem;
    width: 100%;
    max-width: 882px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}


@media (min-width: 640px) {
    .quiz-info-cards-grid {
        gap: 1rem;
    }
}


.quiz-info-card {
    background: white;
    border-radius: 12px;
    padding: 0.45rem 0.70rem;
    display: flex;
    align-items: center;
    text-align: left;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    transition: box-shadow 0.2s ease;
    height: 100%;
    min-height: 100%;
}


@media (min-width: 640px) {
    .quiz-info-card {
        gap: 1rem;
    }
}


.quiz-info-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}


.quiz-info-icon {
    font-size: 24px;
    flex-shrink: 0;
    line-height: 1;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e8f4f8;
    border-radius: 8px;
    width: 50px;
    height: 50px;
}


@media (min-width: 640px) {
    .quiz-info-icon {
        font-size: 28px;
    }
}


.quiz-info-content {
    display: flex;
    flex-direction: column;
    gap: 0.10rem;
}


.quiz-info-label {
    font-size: 14px;
    color: #4f4f4f;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 4px;
}


@media (min-width: 640px) {
    .quiz-info-label {
        font-size: 13px;
    }
}


.quiz-info-value {
    font-size: 15px;
    font-weight: 700;
    color: #333;
    line-height: 1.2;
}


@media (min-width: 640px) {
    .quiz-info-value {
        font-size: 16px;
    }
}


@media (max-width: 768px) {
    .quiz-main-logo {
        max-width: 164px;
        max-height: none;
    }


    .quiz-question-title {
        font-size: 24px;
        margin-bottom: 0;
        line-height: 1.2em;
    }


    .quiz-question-subtitle {
        margin-top: 0;
        margin-bottom: 30px;
    }


    .quiz-content-page h2 {
        font-size: 23px !important;
    }


    .quiz-content-page .content-text {
        font-size: 18.7px !important;
    }


    .quiz-options-container {
        width: 100%;
    }


    .quiz-user-avatars {
        width: 300px;
        height: 300px;
    }




    .quiz-carousel-dot {
        width: 8px;
        height: 8px;
        min-width: 8px;
        min-height: 8px;
    }


    .quiz-info-cards-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 0.5rem;
    }


    .quiz-continue-button {
        width: 560px;
        max-width: calc(100% - 40px);
    }


    .quiz-fixed-button-wrapper .quiz-continue-button {
        width: 504px;
        max-width: calc(100% - 40px);
    }
}




@media (max-width: 480px) {
    .quiz-header {
        padding: 15px 0 0 0;
    }


    .quiz-logo {
        font-size: 32px;
        margin-bottom: 15px;
    }


    .quiz-sale-header {
        font-size: 20px;
    }


    .quiz-age-select-title {
        font-size: 22px;
        font-weight: 700;
    }


    .quiz-age-question {
        font-size: 20px;
        font-weight: 700;
    }


    .quiz-question-title {
        font-size: 22px;
    }


    .quiz-option-button {
        font-size: 16px;
        padding: 15px 18px;
    }


    .quiz-image-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        max-width: 720px;
    }


    .quiz-back-button {
        left: 20px;
        bottom: 30px;
        padding: 14px 24px;
        font-size: 16px;
    }


    .quiz-continue-button {
        bottom: 30px;
        padding: 14px 42px;
        font-size: 16px;
        font-weight: 700;
    }
}


/* Fixed button wrapper for steps before congratulations */
.quiz-fixed-button-wrapper {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: white;
    padding: 10px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 100;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}


.quiz-fixed-button-wrapper .quiz-continue-button {
    width: 616px;
    max-width: calc(100%);
}


/* Date Picker Styles */
.quiz-date-picker-page {
    text-align: center;
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
}


.quiz-date-picker-wrapper {
    position: relative;
    width: 100%;
    max-width: 460px;
    margin: 30px auto;
}


.quiz-date-input-container {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    background: #f5f5f5;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}


.quiz-date-input-container:hover {
    background: #ebebeb;
}


.quiz-date-input-container.quiz-error {
    border-color: #dc2626;
    background: #fef2f2;
}


.quiz-calendar-icon {
    color: #4f4f4f;
    flex-shrink: 0;
}


.quiz-date-input {
    flex: 1;
    border: none;
    background: transparent;
    font-size: 16px;
    color: #000;
    cursor: pointer;
    outline: none;
}


.quiz-date-input::placeholder {
    color: #999;
}


.quiz-error-message {
    display: none;
    align-items: center;
    gap: 8px;
    color: #dc2626;
    font-size: 14px;
    margin-top: 8px;
    padding-left: 4px;
}


.quiz-error-message.quiz-show {
    display: flex;
}


.quiz-error-message svg {
    flex-shrink: 0;
}


/* Calendar Popup */
.quiz-calendar-popup {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translateX(-50%) translateY(-10px) scale(0.975);
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    padding: 16px;
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    width: 100%;
    max-width: 520px;
}


.quiz-calendar-popup.quiz-show {
    opacity: 1;
    transform: translateX(-50%) translateY(0) scale(0.975);
    pointer-events: all;
}


.quiz-calendar-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 16px;
    padding: 12px;
    background: #000000;
    border-radius: 8px;
    color: white;
}


.quiz-calendar-month-select,
.quiz-calendar-year-select {
    background: white;
    color: #000000;
    border: none;
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    outline: none;
}


.quiz-calendar-month-select {
    flex: 1;
    min-width: 120px;
}


.quiz-calendar-year-select {
    width: 85px;
}


.quiz-calendar-month-select:hover,
.quiz-calendar-year-select:hover {
    background: #f0f0f0;
    transform: translateY(-1px);
}


.quiz-calendar-month-select:focus,
.quiz-calendar-year-select:focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}


.quiz-calendar-weekdays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
    margin-bottom: 8px;
    text-align: center;
}


.quiz-calendar-weekdays div {
    font-size: 12px;
    font-weight: 600;
    color: #4f4f4f;
    padding: 8px 4px;
}


.quiz-calendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
}


.quiz-calendar-day {
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.2s ease;
}


.quiz-calendar-day:not(.quiz-empty):hover {
    background: #e8f1f5;
    transform: scale(1.05);
}


.quiz-calendar-day.quiz-empty {
    cursor: default;
}


.quiz-calendar-day:not(.quiz-empty):active {
    background: #000000;
    color: white;
}


/* Shake Animation */
@keyframes quiz-shake {
    0%, 100% {
        transform: translateX(0);
    }
    10%, 30%, 50%, 70%, 90% {
        transform: translateX(-5px);
    }
    20%, 40%, 60%, 80% {
        transform: translateX(5px);
    }
}


.quiz-shake {
    animation: quiz-shake 0.5s ease-in-out;
}


/* Loading Page Styles */
.quiz-loading-page {
    text-align: center;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
}


.quiz-loading-title {
    font-size: 42px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    margin-bottom: 24px;
    text-align: center;
}


.quiz-loading-subtitle {
    font-size: 20px;
    font-weight: 400;
    color: #333;
    line-height: 1.5;
    margin-bottom: 50px;
    text-align: center;
}


.quiz-loading-subtitle .quiz-underline-text {
    text-decoration: underline;
    font-weight: 500;
}


.quiz-loading-page .quiz-spinner {
    margin: 40px auto;
}


.quiz-loading-bottom-text {
    font-size: 18px;
    color: #4f4f4f;
    margin-top: 30px;
    font-weight: 400;
}


@media (max-width: 768px) {
    .quiz-loading-title {
        font-size: 28px;
        margin-bottom: 18px;
    }


    .quiz-loading-subtitle {
        font-size: 16px;
        margin-bottom: 40px;
    }


    .quiz-loading-bottom-text {
        font-size: 16px;
        margin-top: 20px;
    }
}


@media (max-width: 480px) {
    .quiz-loading-title {
        font-size: 24px;
        margin-bottom: 16px;
    }


    .quiz-loading-subtitle {
        font-size: 14px;
        margin-bottom: 30px;
    }


    .quiz-loading-bottom-text {
        font-size: 14px;
        margin-top: 16px;
    }
}


/* Results Comparison Page Styles */
.quiz-results-comparison-page {
    text-align: center;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}


.quiz-results-subtitle {
    font-size: 19px;
    color: #4f4f4f;
    margin-bottom: 15px;
    font-weight: 700;
}


.quiz-results-title {
    font-size: 36px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    margin-bottom: 25px;
}


.quiz-expectations-title {
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
    font-weight: 600;
}


.quiz-expectations-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 40px;
    align-items: center;
}


.quiz-expectation-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    text-align: left;
    max-width: 600px;
}


.quiz-expectation-text {
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 1.5;
}


.quiz-comparison-cards {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 0;
    margin-bottom: 40px;
    flex-wrap: nowrap;
}


.quiz-comparison-card {
    background: white;
    border-radius: 16px;
    padding: 18px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 280px;
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
}


.before-card {
    /* Specific styles for before card if needed */
}


.after-card {
    /* Specific styles for after card if needed */
}


.quiz-card-badge {
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
    align-self: center;
    margin-bottom: 12px;
}


.quiz-now-badge {
    background-color: #fee;
    color: #d32f2f;
    border: 2px solid #d32f2f;
}


.quiz-goal-badge {
    background-color: #e8f5e9;
    color: #2e7d32;
    border: 2px solid #52a869;
}


.quiz-card-image {
    margin-bottom: 16px;
    margin-top: 8px;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
    aspect-ratio: 0.75;
    width: 100%;
}


.quiz-card-image img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 12px;
    object-fit: cover;
}


.quiz-metrics {
    display: flex;
    flex-direction: column;
    gap: 14px;
    text-align: left;
    flex: 1;
    justify-content: flex-start;
}


.quiz-metric-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
}


.quiz-metric-label {
    font-size: 12px;
    color: #4f4f4f;
    font-weight: 500;
    margin-bottom: 2px;
}


.quiz-metric-value {
    font-size: 13px;
    font-weight: 700;
    color: #000;
    margin-bottom: 4px;
}


.quiz-metric-bar {
    width: 100%;
    height: 6px;
    background-color: #e0e0e0;
    border-radius: 3px;
    overflow: hidden;
}


.quiz-metric-fill {
    height: 100%;
    border-radius: 3px;
    transition: width 0.5s ease;
}


.quiz-red-fill {
    background-color: #ef5350;
}


.quiz-green-fill {
    background-color: #52a869;
}


.quiz-arrow-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}


.quiz-arrow-icon {
    font-size: 128px;
    color: #52a869;
    font-weight: bold;
    line-height: 1;
}


.quiz-claim-discount-button {
    background-color: #000000;
    color: white;
    border: none;
    border-radius: 50px;
    padding: 14px 40px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    letter-spacing: 0.5px;
    max-width: 360px;
    margin-bottom: 25px!important;
}


.quiz-claim-discount-button:hover {
    background-color: #1a1a1a;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}


.quiz-claim-discount-button svg {
    transition: transform 0.3s ease;
}


.quiz-claim-discount-button:hover svg {
    transform: translateX(4px);
}


.quiz-claim-discount-button .quiz-button-text {
    transition: opacity 0.3s ease;
}


.quiz-claim-discount-button .quiz-button-arrow {
    transition: opacity 0.3s ease, transform 0.3s ease;
}


.quiz-claim-discount-button .quiz-button-spinner,
.quiz-claim-discount-button .quiz-button-checkmark {
    transition: opacity 0.3s ease;
}


.quiz-claim-discount-button .quiz-hidden {
    display: none !important;
}


.quiz-claim-discount-button .quiz-button-spinner {
    width: 20px !important;
    height: 20px !important;
    border: 3px solid rgba(255, 255, 255, 0.3) !important;
    border-top-color: white !important;
    border-radius: 50% !important;
    animation: quiz-button-spin-animation 0.8s linear infinite !important;
    display: inline-block !important;
    flex-shrink: 0 !important;
}


.quiz-claim-discount-button .quiz-button-spinner.quiz-hidden {
    display: none !important;
}


.quiz-claim-discount-button .quiz-button-checkmark {
    font-size: 24px !important;
    font-weight: bold !important;
    display: none !important;
    opacity: 0 !important;
    transform: scale(0) !important;
    transition: all 0.3s ease !important;
    flex-shrink: 0 !important;
}


.quiz-claim-discount-button .quiz-button-checkmark.quiz-show {
    display: inline-block !important;
    opacity: 1 !important;
    transform: scale(1) !important;
    animation: quiz-button-checkmark-pop-animation 0.5s ease !important;
}


@keyframes quiz-button-spin-animation {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


@keyframes quiz-button-checkmark-pop-animation {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}


@media (max-width: 768px) {
    .quiz-results-title {
        font-size: 26px;
        margin-bottom: 20px;
        line-height: 1.2;
    }


    .quiz-expectations-title {
        font-size: 16px;
        margin-bottom: 15px;
    }


    .quiz-expectation-text {
        font-size: 14px;
    }


    .quiz-expectations-list {
        margin-bottom: 30px;
    }


    .quiz-comparison-cards {
        flex-direction: row;
        gap: 0;
        justify-content: center;
        margin-bottom: 25px;
        align-items: stretch;
        flex-wrap: nowrap;
    }


    .quiz-arrow-container {
        display: flex;
        flex-shrink: 0;
        margin-right: 13px;
        margin-left: 13px;
    }


    .quiz-arrow-icon {
        font-size: 50px;
    }


    .quiz-comparison-card {
        max-width: 45%;
        padding: 16px;
        flex: 1;
        border-radius: 12px;
    }


    .quiz-card-badge {
        font-size: 15px;
        padding: 5px 14px;
        font-weight: 700;
        margin-bottom: 8px;
    }


    .quiz-card-image {
        margin-bottom: 12px;
        margin-top: 8px;
    }


    .quiz-card-image img {
        border-radius: 10px;
    }


    .quiz-metrics {
        gap: 10px;
        margin-top: 10px;
    }


    .quiz-metric-item {
        gap: 4px;
    }


    .quiz-metric-label {
        font-size: 14px;
        margin-bottom: 3px;
    }


    .quiz-metric-value {
        font-size: 12px;
        margin-bottom: 4px;
    }


    .quiz-metric-bar {
        height: 6px;
        border-radius: 3px;
    }


    .quiz-metric-fill {
        border-radius: 3px;
    }


    .quiz-claim-discount-button {
        font-size: 15px;
        padding: 14px 40px;
        width: calc(100% - 20px);
        max-width: 360px;
        margin: 0 10px;
        font-weight: 700;
        letter-spacing: 0.5px;
        justify-content: center;
    }
}


@media (max-width: 480px) {
    .quiz-results-title {
        font-size: 22px;
    }


    .quiz-results-subtitle {
        font-size: 18px;
    }


    .quiz-expectations-title {
        font-size: 15px;
    }


    .quiz-expectation-text {
        font-size: 17px;
    }
}


/* Increase emoji size by 10% for steps 20 and 21 */
#quiz-mainContent[data-step-id="20"] .quiz-option-button .quiz-emoji,
#quiz-mainContent[data-step-id="21"] .quiz-option-button .quiz-emoji {
    font-size: 39.68px;
    width: 40.8px;
    height: 40.8px;
}


/* Reduce results title font size by 10% only for step 24 (results comparison page) */
#quiz-mainContent[data-step-id="24"] .quiz-results-title {
    font-size: 32.4px; /* 90% of 36px */
}


@media (max-width: 768px) {
    #quiz-mainContent[data-step-id="24"] .quiz-results-title {
        font-size: 23.4px; /* 90% of 26px */
    }
}


@media (max-width: 480px) {
    #quiz-mainContent[data-step-id="24"] .quiz-results-title {
        font-size: 19.8px; /* 90% of 22px */
    }
}


/* Terms Disclaimer Text */
.quiz-terms-disclaimer {
    
    bottom: 0;
    left: 0;
    right: 0;


    /* Look and Feel */
    background: linear-gradient(to top, rgba(246, 241, 236, 1) 70%, rgba(246, 241, 236, 0) 100%);
    padding: 20px 10px 15px 10px;
    text-align: center;
    z-index: 1000; /* Stays on top of everything */


    /* Typography */
    font-size: 11px;
    color: #202020;
    line-height: 1;
}


.quiz-blue-link {
    color: #3b4bf8e7;
    cursor: pointer;
    font-weight: 400;
    transition: opacity 0.2s;
}


.quiz-blue-link:hover {
    opacity: 0.8;
    text-decoration: underline;
}



@media screen and (min-width: 750px) {
    .section-template--19239730446426__custom_liquid_86hjiB-padding {
        padding-top: 0px!important;
        padding-bottom: 10px!important;
    }
}

.section-template--19239730446426__custom_liquid_86hjiB-padding {
    padding-top: 0px!important;
    padding-bottom: 0px!important;
}


a:empty, ul:empty, dl:empty, div:empty, section:empty, article:empty, p:empty, h1:empty, h2:empty, h3:empty, h4:empty, h5:empty, h6:empty {
    display: block !important;
}

.section-sections--19150950662234__lumin_scrolling_text_AtxNFi-padding {
    display: none !important;
}

sticky-header.header-wrapper {
    display: none !important;
}

footer {
    display: none !important;
}

.utility-bar.color-inverse.gradient { 
    
    display: none !important;
}

@media screen and (min-width: 750px) {
    .section-template--19242202398810__custom_liquid_8Tyg9B-padding {
        padding-top: 0px!important;
        padding-bottom: 0px!important;
    }
}

.section-template--19242202398810__custom_liquid_8Tyg9B-padding
Specificity: (0,1,0)
 {
    padding-top: 0px!important;
    padding-bottom: 0px!important;
}