
@font-face {
    font-family: "CodecNews";
    src: url("../fonts/codecnews/CodecProNews.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Outfit";
    src: url("../fonts/outfit/Outfit-Black.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Outfit";
    src: url("../fonts/outfit/Outfit-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Outfit";
    src: url("../fonts/outfit/Outfit-ExtraBold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Outfit";
    src: url("../fonts/outfit/Outfit-ExtraLight.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Outfit";
    src: url("../fonts/outfit/Outfit-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Outfit";
    src: url("../fonts/outfit/Outfit-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Outfit";
    src: url("../fonts/outfit/Outfit-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Outfit";
    src: url("../fonts/outfit/Outfit-SemiBold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Outfit";
    src: url("../fonts/outfit/Outfit-Thin.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Croogla 4F";
    src: url("https://db.onlinewebfonts.com/t/3906224246f0b3dde8c3700ab84067a2.eot");
    src: url("https://db.onlinewebfonts.com/t/3906224246f0b3dde8c3700ab84067a2.eot?#iefix")format("embedded-opentype"),
        url("https://db.onlinewebfonts.com/t/3906224246f0b3dde8c3700ab84067a2.woff2")format("woff2"),
        url("https://db.onlinewebfonts.com/t/3906224246f0b3dde8c3700ab84067a2.woff")format("woff"),
        url("https://db.onlinewebfonts.com/t/3906224246f0b3dde8c3700ab84067a2.ttf")format("truetype"),
        url("https://db.onlinewebfonts.com/t/3906224246f0b3dde8c3700ab84067a2.svg#Croogla 4F")format("svg");
}

@font-face {
    font-family: "Codec Pro";
    src: url("../fonts/codec-pro/CodecPro-News.eot");
    src: url("../fonts/codec-pro/CodecPro-News.eot?#iefix") format("embedded-opentype"),
        url("../fonts/codec-pro/CodecPro-News.woff2") format("woff2"),
        url("../fonts/codec-pro/CodecPro-News.woff") format("woff"),
        url("../fonts/codec-pro/CodecPro-News.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Codec Pro";
    src: url("../fonts/codec-pro/CodecPro-NewsItalic.eot");
    src: url("../fonts/codec-pro/CodecPro-NewsItalic.eot?#iefix") format("embedded-opentype"),
        url("../fonts/codec-pro/CodecPro-NewsItalic.woff2") format("woff2"),
        url("../fonts/codec-pro/CodecPro-NewsItalic.woff") format("woff"),
        url("../fonts/codec-pro/CodecPro-NewsItalic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Codec Pro";
    src: url("../fonts/codec-pro/CodecPro-Bold.eot");
    src: url("../fonts/codec-pro/CodecPro-Bold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/codec-pro/CodecPro-Bold.woff2") format("woff2"),
        url("../fonts/codec-pro/CodecPro-Bold.woff") format("woff"),
        url("../fonts/codec-pro/CodecPro-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Codec Pro";
    src: url("../fonts/codec-pro/CodecPro-BoldItalic.eot");
    src: url("../fonts/codec-pro/CodecPro-BoldItalic.eot?#iefix") format("embedded-opentype"),
        url("../fonts/codec-pro/CodecPro-BoldItalic.woff2") format("woff2"),
        url("../fonts/codec-pro/CodecPro-BoldItalic.woff") format("woff"),
        url("../fonts/codec-pro/CodecPro-BoldItalic.ttf") format("truetype");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

body {
    font-family: "Codec Pro", Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.header-section {
    background: #FFFFFF;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px 0;
    position: relative;
    z-index: 50;
}

.logo-gendes {
    width: 141.75px;
    height: 34.92px;
}

.content-section {
    background: linear-gradient(180deg, #FFE5F0 0%, #FFC4E0 100%);
    background-image: url('../media/misc/desktop-background.png');
    background-size: cover;
    background-position: center;
    min-height: calc(100vh - 90px);
    height: calc(100vh - 90px);
    position: relative;
    display: flex;
    align-items: center;
    padding: 40px 20px;
    overflow: hidden;
}

.hero-image {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: auto;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: right center;
    z-index: 1;
}

.quiz-card {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 24px;
    max-width: 540px;
    width: 100%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 2;
    margin: 0 auto;
}

.quiz-title {
    font-family: "Outfit", Arial, sans-serif;
    color: #F14091;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
    text-align: center;
}

.quiz-subtitle {
    font-family: "Codec Pro", Arial, sans-serif;
    color: #191919;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 24px;
    text-align: center;
}

.quiz-option {
    font-family: "Codec Pro", Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 16px 24px;
    border-radius: 8px;
    width: 100%;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 12px;
}

@media (hover: hover) {
    .quiz-option:hover {
        background: #FFF0F7;
    }
}

.quiz-option.active,
.quiz-option.active:hover,
.quiz-option.active:focus {
    background: #F14091 !important;
    color: #FFFFFF !important;
    border-color: #F14091 !important;
}

.btn-submit {
    background: #EBEEEC;
    color: #BDBEBF;
    font-family: "Codec Pro", Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 16px 32px;
    border-radius: 8px;
    border: none;
    width: 100%;
    cursor: not-allowed;
    transition: all 0.3s ease;
    margin-top: 12px;
}

.btn-submit.enabled {
    background: #F14091;
    color: #FFFFFF;
    cursor: pointer;
}

.btn-submit.enabled:hover {
    background: #D6367D;
}

@media (max-width: 991px) {
    .hero-image {
        position: fixed;
        bottom: 0;
        left: -200px;
        right: 0;
        top: auto;
        width: 200%;
        height: auto;
        max-height: 100vh;
        object-fit: cover;
        object-position: bottom center;
        z-index: 1;
    }

    .content-section {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 150px;
    }

    .quiz-card {
        margin-bottom: 0;
    }
}

@media (max-width: 576px) {
    .header-section {
        height: 70px;
        padding: 18px 0;
        justify-content: center;
    }

    .logo-gendes {
        width: 100px;
        height: 24.66px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }

    .logo-gendes img {
        width: 100%;
        height: auto;
    }

    .quiz-card {
        padding: 20px;
    }

    .quiz-title {
        font-size: 18px;
    }

    .quiz-subtitle {
        font-size: 16px;
    }

    .quiz-option {
        font-size: 14px;
        padding: 14px 20px;
    }

    .quiz-option.active {
        background: #F14091 !important;
        color: #FFFFFF !important;
    }

    .btn-submit {
        font-size: 14px;
        padding: 14px 28px;
    }

    /* .btn-primary-pink-outline {
                color: #F14091;
                border: 1px solid #F14091 !important;
                background-color: #FFFFFF;
            } */
}

.result-section {
    background: linear-gradient(180deg, #FFE5F0 0%, #FFC4E0 100%);
    background-image: url('../media/misc/desktop-background.png');
    background-size: cover;
    background-position: center;
    min-height: calc(100vh - 90px);
    display: flex;
    align-items: center;
    padding: 40px 20px;
}

.product-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-image {
    width: 100%;
    max-width: 425px;
    height: auto;
    object-fit: contain;
}

.product-details {
    border-radius: 16px;
    padding: 32px;
}

.product-category {
    font-family: "Croogla 4F", Arial, sans-serif;
    color: #F14091;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 16px;
}

.product-description {
    font-family: "Codec Pro", Arial, sans-serif;
    color: #191919;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    text-align: justify;
    margin-bottom: 24px;
}

.variant-buttons {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.btn-variant {
    font-family: "Codec Pro", Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 24px;
    border-radius: 50px;
    border: 1px solid #F14091;
    background: #FFFFFF;
    color: #F14091;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-variant:hover {
    background: #FFF0F7;
}

.btn-variant.active {
    background: #F14091;
    color: #FFFFFF;
}

.product-name {
    font-family: "Croogla 4F", Arial, sans-serif;
    color: #191919;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 8px;
}

.product-price {
    font-family: "Croogla 4F", Arial, sans-serif;
    color: #191919;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 24px;
}

.btn-checkout {
    font-family: "Codec Pro", Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 16px 32px;
    border-radius: 8px;
    border: none;
    width: 100%;
    background: #F14091;
    color: #FFFFFF;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-checkout:hover {
    background: #D6367D;
}

@media (max-width: 991px) {
    .result-section {
        background-image: url('../media/misc/mobile-background.png');
        background-size: cover;
        background-position: center;
    }

    .product-image {
        max-width: 350px;
    }

    .product-details {
        padding: 24px;
    }

    .product-category {
        font-size: 24px;
        text-align: center;
    }

    .product-description {
        font-size: 14px;
    }

    .variant-buttons {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .variant-buttons {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }

    .btn-variant {
        padding: 8px 12px;
        font-size: 12px;
        text-align: center;
    }

    .btn-checkout {
        width: 100%;
        display: block;
    }
}

@media (max-width: 576px) {
    .result-section {
        padding: 20px 16px;
    }

    .product-image {
        max-width: 280px;
    }

    .product-details {
        padding: 20px;
    }

    .product-category {
        font-size: 28px;
    }

    .product-description {
        font-size: 14px;
    }

    .product-name {
        font-size: 16px;
    }

    .product-price {
        font-size: 18px;
    }

    .btn-checkout {
        font-size: 14px;
        padding: 14px 28px;
    }
}