@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    background: #F5F0F8;
    color: #172033;
    min-height: 100vh;
}

.page-wrap {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 16px;
}

.card,
.report-card {
    width: 100%;
    background: #F5F0F8;
    border: 1px solid #D8C9E8;
    border-radius: 24px;
    box-shadow: 0 24px 70px rgba(123, 44, 191, 0.14);
}

.hero-card {
    max-width: 560px;
    padding: 40px;
}

.badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 13px;
    border-radius: 999px;
    background: #FFFFFF;
    color: #7B2CBF;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.02em;
    margin-bottom: 14px;
}

h1 {
    margin: 0;
    font-size: 34px;
    line-height: 1.15;
    color: #231F20;
}

.sub-text {
    margin: 12px 0 24px;
    color: #6D6E71;
    font-size: 16px;
}


.hero-card h1,
.quiz-card h1,
.result-card h1,
.report-card h1 {
    font-weight: 700;
}

.field-group label {
    font-weight: 500;
}

input[type="text"] {
    font-weight: 400;
}

button,
.primary-btn,
.secondary-btn,
.secondary-link {
    font-weight: 600;
}

.form-box {
    display: grid;
    gap: 18px;
}

.field-group {
    display: grid;
    gap: 7px;
}

label {
    font-weight: 500;
    color: #231F20;
}

input[type="text"] {
    width: 100%;
    border: 1px solid #D8C9E8;
    border-radius: 14px;
    padding: 14px 15px;
    font-size: 15px;
    outline: none;
    color: #231F20;
    background: #ffffff;
    transition: border 0.2s ease, box-shadow 0.2s ease;
}

input[type="text"]:focus {
    border-color: #7B2CBF;
    box-shadow: 0 0 0 4px rgba(123, 44, 191, 0.12);
}

.readonly-input {
    background: #FFFFFF !important;
}

small {
    color: #75849a;
    font-size: 12px;
}

.primary-btn,
.secondary-btn,
.secondary-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    font-weight: 600;
    border-radius: 14px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.primary-btn {
    background: #7B2CBF;
    color: #FFFFFF;
    padding: 15px 22px;
    font-size: 16px;
    box-shadow: 0 12px 25px rgba(123, 44, 191, 0.24);
}

.primary-btn:hover,
.secondary-btn:hover,
.secondary-link:hover {
    transform: translateY(-1px);
}

.secondary-btn,
.secondary-link {
    background: #FFFFFF;
    color: #7B2CBF;
    padding: 13px 18px;
}

.alert {
    padding: 12px 14px;
    border-radius: 12px;
    margin: 18px 0;
    font-weight: 600;
}

.alert.error {
    background: #fff0f0;
    color: #b42318;
    border: 1px solid #ffd2d2;
}

.quiz-wrap {
    align-items: flex-start;
}

.quiz-card {
    max-width: 920px;
    padding: 34px;
}

.quiz-head {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
}

.score-rule {
    margin: 0;
    align-self: center;
    color: #5c6e88;
    background: #f5f8ff;
    border: 1px solid #e2ebff;
    border-radius: 14px;
    padding: 12px 14px;
    font-size: 14px;
}

.question-box {
    padding: 22px;
    border: 1px solid #e6edf7;
    border-radius: 18px;
    background: #fbfdff;
    margin-bottom: 18px;
}

.question-box h2 {
    font-size: 18px;
    margin: 0 0 16px;
    color: #172844;
}

.options-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px 14px;
    border: 1px solid #dbe5f3;
    border-radius: 14px;
    cursor: pointer;
    background: #ffffff;
    transition: border 0.2s ease, background 0.2s ease;
}

.option:hover {
    border-color: #7B2CBF;
    background: #F5F0F8;
}

.option input {
    accent-color: #7B2CBF;
}

.full-btn {
    width: 100%;
    margin-top: 8px;
}

.result-card {
    max-width: 560px;
    padding: 42px;
    text-align: center;
}

.result-icon {
    font-size: 48px;
    margin-bottom: 12px;
}

.coupon-box {
    margin: 24px auto;
    padding: 20px;
    border-radius: 18px;
    background: #f2f8ff;
    border: 1px dashed #7B2CBF;
}

.coupon-box span {
    display: block;
    color: #5e6f86;
    margin-bottom: 8px;
}

.coupon-box strong {
    display: block;
    font-size: 30px;
    letter-spacing: 0.08em;
    color: #7B2CBF;
}

.small-note {
    color: #697990;
}

.report-wrap {
    min-height: 100vh;
    padding: 32px 16px;
}

.report-card {
    max-width: 1180px;
    margin: 0 auto;
    padding: 28px;
}

.report-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 24px;
}

.report-top p {
    color: #66758b;
    margin: 10px 0 0;
}

.report-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.small-btn {
    padding: 11px 14px;
    font-size: 14px;
}

.table-scroll {
    overflow-x: auto;
    border: 1px solid #D8C9E8;
    border-radius: 16px;
}

table {
    width: 100%;
    border-collapse: collapse;
    min-width: 980px;
    background: #ffffff;
}

th,
td {
    padding: 14px 13px;
    text-align: left;
    border-bottom: 1px solid #edf2f8;
    font-size: 14px;
}

th {
    background: #F5F0F8;
    color: #203250;
    font-weight: 800;
}

td {
    color: #38475d;
}

.empty-row {
    text-align: center;
    color: #75849a;
    padding: 28px;
}

@media (max-width: 700px) {
    .hero-card,
    .quiz-card,
    .result-card,
    .report-card {
        padding: 24px;
        border-radius: 18px;
    }

    h1 {
        font-size: 27px;
    }

    .quiz-head,
    .report-top {
        flex-direction: column;
    }

    .options-grid {
        grid-template-columns: 1fr;
    }
}

.quiz-progress {
    margin: 0 0 22px;
}

.quiz-progress span {
    display: block;
    margin-bottom: 10px;
    font-weight: 800;
    color: #20314e;
}

.progress-track {
    width: 100%;
    height: 10px;
    border-radius: 999px;
    background: #D8C9E8;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    border-radius: 999px;
    background: #7B2CBF;
    transition: width 0.25s ease;
}

.question-step {
    display: none;
}

.question-step.active {
    display: block;
}

.quiz-nav {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 10px;
}

.quiz-nav .primary-btn {
    min-width: 160px;
}

.result-card {
    position: relative;
}

.close-result-btn {
    position: absolute;
    top: 16px;
    right: 18px;
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background: #FFFFFF;
    color: #7B2CBF;
    font-size: 28px;
    line-height: 34px;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.close-result-btn:hover {
    background: #dfeaff;
}

#event_display {
    background: #f1f6ff;
}

@media (max-width: 700px) {
    .quiz-nav {
        justify-content: stretch;
    }

    .quiz-nav .primary-btn {
        width: 100%;
    }
}

table {
    min-width: 1120px;
}
.logo-box{
    text-align:center;
    margin-bottom:15px;
}

.site-logo{
    width:220px;
    max-width:100%;
    height:auto;
    display:block;
    margin:0 auto;
}

/* Left and right logos on index and quiz pages */
.brand-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    width: 100%;
    margin-bottom: 24px;
    line-height: 0;
}

.brand-logo {
    display: block;
    height: 100px;
    object-fit: contain;
    object-position: center;
    flex: 0 1 auto;
}

.brand-logo-left {
    width: 188px;
    max-width: 48%;
}

.brand-logo-right {
    width: 178px;
    max-width: 48%;
}

.quiz-brand-strip {
    margin-bottom: 28px;
}

@media (max-width: 700px) {
    .brand-strip {
        gap: 10px;
        margin-bottom: 20px;
    }

    .brand-logo-left {
        width: 145px;
        max-width: 48%;
    }

    .brand-logo-right {
        width: 135px;
        max-width: 48%;
    }
}

@media (max-width: 380px) {
    .brand-logo-left {
        width: 128px;
    }

    .brand-logo-right {
        width: 118px;
    }
}

.result-card {
    width: 100%;
    max-width: 500px;
    margin: 20px auto;
    padding: 30px 20px;
    box-sizing: border-box;
    text-align: center;
}

.coupon-box {
    width: 100%;
    max-width: 100%;
    padding: 15px;
    border: 2px dashed #7B2CBF;
    border-radius: 20px;
    box-sizing: border-box;
    overflow: hidden;
}

.coupon-box span {
    display: block;
    font-size: 18px;
    color: #666;
    margin-bottom: 10px;
}

.coupon-box strong {
    display: block;
    font-size: 36px;
    font-weight: 600;
    color: #7B2CBF;
    word-break: break-all; /* Long coupon code wrap */
    overflow-wrap: break-word;
}

.close-result-btn {
    position: absolute;
    top: 15px;
    right: 15px;
}

/* Mobile */
@media (max-width: 768px) {
    .result-card {
        margin: 15px;
        padding: 25px 15px;
    }

    .result-card h1 {
        font-size: 36px;
    }

    .sub-text {
        font-size: 18px;
        line-height: 1.4;
    }

    .coupon-box strong {
        font-size: 28px;
    }
}

@media (max-width: 480px) {
    .result-card {
        margin: 10px;
        padding: 20px 12px;
    }

    .result-card h1 {
        font-size: 28px;
    }

    .sub-text {
        font-size: 16px;
    }

    .coupon-box {
        padding: 12px;
    }

    .coupon-box strong {
        font-size: 22px;
        line-height: 1.3;
    }

    .small-note {
        font-size: 14px;
    }
}
.coupon-box strong{
    display:block;
    font-size:32px;
    font-weight:700;
    color:#7B2CBF;
    white-space:nowrap;
}

@media (max-width:400px){
    .coupon-box strong{
        font-size:12px;
    }
}

/* 350px खाली */
@media (max-width:350px){
    .coupon-box strong{
        font-size:12px;
    }
}

/* 300px खाली */
@media (max-width:300px){
    .coupon-box strong{
        font-size:12px;
    }
}


/* Client requested form theme */


input[type="text"] {
    background: #FFFFFF;
    border-color: #D8C9E8;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
}

input[type="text"]:focus {
    border-color: #7B2CBF;
}

.primary-btn {
    background: #7B2CBF;
    color: #FFFFFF;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
}

.primary-btn:hover {
    box-shadow: 0 14px 28px rgba(123, 44, 191, 0.28);
}

/* -------------------------------
   Index page design - TruCare/AWA
-------------------------------- */
/*.index-body {*/
/*    background:*/
/*        radial-gradient(circle at 18% 20%, rgba(123, 44, 191, 0.10) 0, rgba(123, 44, 191, 0) 32%),*/
/*        radial-gradient(circle at 88% 8%, rgba(216, 201, 232, 0.55) 0, rgba(216, 201, 232, 0) 34%),*/
/*        #F5F0F8;*/
/*}*/

.index-page-wrap {
    padding: 28px 16px;
}

.portal-card {
    width: 100%;
    max-width: 700px;
    padding: 44px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.56);
    border: 1px solid rgba(216, 201, 232, 0.95);
    box-shadow: 0 24px 65px rgba(36, 18, 56, 0.12);
    backdrop-filter: blur(10px);
}

.portal-brand-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
}

.portal-main-brand {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.asian-trucare-logo {
    display: block;
    width: 210px;
    max-width: 100%;
    height: 118px;
    object-fit: contain;
    object-position: left top;
}

.portal-awa-brand {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex: 0 0 auto;
}

.awa-portal-logo {
    display: block;
    width: 180px;
    height: 113px;
    object-fit: contain;
    filter: drop-shadow(0 12px 18px rgba(74, 24, 101, 0.16));
}

.portal-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 15px;
    border-radius: 999px;
    background: #eadff2;
    color: #7B2CBF;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 14px;
}

.portal-title {
    margin: 0 0 8px;
    color: #0B2D5B;
    font-size: 40px;
    line-height: 1.18;
    font-weight: 700;
    letter-spacing: -0.04em;
}

.portal-subtitle {
    margin: 0 0 24px;
    color: #5F6775;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}

.portal-form {
    gap: 18px;
}

.portal-field {
    gap: 8px;
}

.portal-field label {
    color: #11182E;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 500;
}

.portal-field input[type="text"] {
    min-height: 54px;
    border-radius: 14px;
    border: 1px solid #D8C9E8;
    background: #FFFFFF;
    color: #11182E;
    padding: 15px 18px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    box-shadow: none;
}

.portal-field input[type="text"]::placeholder {
    color: #7B8191;
    opacity: 1;
}

.portal-field input[type="text"]:focus {
    border-color: #7B2CBF;
    box-shadow: 0 0 0 4px rgba(123, 44, 191, 0.12);
}

.portal-submit-btn {
    width: fit-content;
    min-width: 210px;
    min-height: 54px;
    margin-top: 2px;
    padding: 15px 28px;
    border-radius: 13px;
    background: #7B2CBF;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    gap: 14px;
    box-shadow: 0 14px 30px rgba(123, 44, 191, 0.26);
}

.portal-submit-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 17px 34px rgba(123, 44, 191, 0.32);
}

.portal-submit-btn .btn-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height: 1;
}

@media (max-width: 768px) {
    .portal-card {
        max-width: 560px;
        padding: 30px 22px;
        border-radius: 22px;
    }

    .portal-brand-row {
        gap: 18px;
        margin-bottom: 22px;
    }

    .asian-trucare-logo {
        width: 170px;
        height: 96px;
    }

    .awa-portal-logo {
        width: 78px;
        height: 78px;
    }

    .portal-title {
        font-size: 30px;
    }

    .portal-submit-btn {
        width: 100%;
    }
}

@media (max-width: 420px) {
    .portal-card {
        padding: 26px 18px;
    }

    .portal-brand-row {
        align-items: center;
    }

    .asian-trucare-logo {
        width: 142px;
        height: 80px;
    }

    .awa-portal-logo {
        width: 66px;
        height: 66px;
    }

    .portal-title {
        font-size: 26px;
    }
}
body {
    font-family: 'Poppins', sans-serif;
    background: linear-gradient(135deg, #f8f2fc 0%, #efe5f8 100%);
    margin: 0;
    padding: 0;
}

.result-page-wrap {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.result-card-new {
    width: 100%;
    max-width: 640px;
    background: #ffffff;
    border-radius: 28px;
    padding: 32px 28px;
    box-shadow: 0 18px 50px rgba(123, 44, 191, 0.15);
    position: relative;
    text-align: center;
    border: 1px solid #eadcf4;
}

.close-result-btn {
    position: absolute;
    top: 16px;
    right: 18px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #f4ebfb;
    color: #7B2CBF;
    text-decoration: none;
    font-size: 28px;
    line-height: 38px;
    font-weight: 600;
    transition: 0.2s ease;
}

.close-result-btn:hover {
    background: #7B2CBF;
    color: #fff;
}

.winner-card {
    background: linear-gradient(180deg, #ffffff 0%, #fcf8ff 100%);
}

.winner-top-badge {
    display: inline-block;
    background: linear-gradient(90deg, #7B2CBF, #9D4EDD);
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 10px 18px;
    border-radius: 999px;
    margin-bottom: 20px;
    box-shadow: 0 10px 24px rgba(123, 44, 191, 0.25);
}

.winner-icon-wrap,
.thanks-icon-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
}

.winner-icon,
.thanks-icon {
    width: 94px;
    height: 94px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    background: linear-gradient(135deg, #f7e8ff 0%, #edd6ff 100%);
    box-shadow: inset 0 0 0 8px #faf2ff;
}

.winner-title,
.thanks-title {
    margin: 0 0 12px;
    font-size: 38px;
    line-height: 1.15;
    font-weight: 800;
    color: #7B2CBF;
}

.winner-subtitle,
.thanks-subtitle {
    margin: 0 auto 22px;
    max-width: 520px;
    font-size: 18px;
    line-height: 1.7;
    color: #40314d;
    font-weight: 400;
}

.winner-subtitle strong {
    color: #5a189a;
    font-weight: 700;
}

.winner-highlight-box {
    background: linear-gradient(135deg, #f7efff 0%, #f2e5ff 100%);
    border: 1px solid #e4cff7;
    border-radius: 20px;
    padding: 18px 20px;
    margin: 0 auto 22px;
    max-width: 440px;
    box-shadow: 0 8px 24px rgba(123, 44, 191, 0.08);
}

.winner-highlight-label {
    font-size: 14px;
    font-weight: 600;
    color: #7B2CBF;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.winner-highlight-value {
    font-size: 26px;
    font-weight: 800;
    color: #2d1b3d;
}

.tnc-box {
    text-align: left;
    background: #faf7fd;
    border: 1px solid #eadcf4;
    border-radius: 18px;
    padding: 16px 18px;
    margin-top: 12px;
}

.tnc-box h3 {
    margin: 0 0 10px;
    font-size: 14px;
    color: #7B2CBF;
    font-weight: 700;
}

.tnc-box ul {
    margin: 0;
    padding-left: 18px;
}

.tnc-box li {
    font-size: 12px;
    line-height: 1.7;
    color: #5a5361;
    margin-bottom: 6px;
    font-weight: 400;
}

.thanks-card-new {
    background: linear-gradient(180deg, #ffffff 0%, #fcfbff 100%);
}

.status-note {
    margin-top: 22px;
}

.small-note {
    font-size: 12px;
    line-height: 1.6;
    color: #7a7083;
    margin-top: 10px;
}

@media (max-width: 768px) {
    .result-card-new {
        padding: 28px 20px;
        border-radius: 22px;
    }

    .winner-title,
    .thanks-title {
        font-size: 30px;
    }

    .winner-subtitle,
    .thanks-subtitle {
        font-size: 16px;
    }

    .winner-highlight-value {
        font-size: 22px;
    }

    .winner-icon,
    .thanks-icon {
        width: 82px;
        height: 82px;
        font-size: 36px;
    }
}

/* ===== Added background by assistant ===== */
.index-body{
    margin:0;
    padding:0;
    min-height:100vh;

    background-image: url("../logo/background.png"); /* IMPORTANT FIX */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    position: relative;
}

/* optional overlay for readability */
.index-body::before{
    content:"";
    position:absolute;
    inset:0;
            background: rgba(255,255,255,0.25);

    z-index:0;
}

.page-wrap{
    position:relative;
    z-index:1;
}

/*.index-body::before{*/
/*    content:"";*/
/*    position:fixed;*/
/*    inset:0;*/
/*    background: rgba(255,255,255,0.72);*/
/*    z-index:0;*/
/*}*/

.page-wrap{
    position: relative;
    z-index:1;
}

/* Icon-field fix (joined UI) */
.icon-field{
    display:flex;
    gap:0;
    align-items:stretch;
}

.field-icon{
    width:64px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:14px 0 0 14px;
    border-right:0;
}

.field-control input{
    border-radius:0 14px 14px 0;
}

.icon-field {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 16px;
    align-items: end;
    margin-bottom: 22px;
}

.field-icon {
    width: 58px;
    height: 58px;
    border-radius: 16px;
    background: linear-gradient(180deg, #f4eefb 0%, #ffffff 100%);
    border: 1px solid #eadff5;
    box-shadow: 0 8px 20px rgba(74, 20, 140, 0.10);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5b18a8;
}

.field-icon svg {
    width: 27px;
    height: 27px;
    fill: currentColor;
}

.field-control {
    width: 100%;
}

.field-control label {
    display: block;
    margin-bottom: 7px;
    font-weight: 700;
    color: #170b4f;
}

.field-control input {
    width: 100%;
    height: 52px;
    border: 1px solid #d9cfea;
    border-radius: 13px;
    padding: 0 16px;
    font-size: 15px;
    color: #170b4f;
    background: #ffffff;
    outline: none;
    transition: 0.25s ease;
}

.field-control input:focus {
    border-color: #5b18a8;
    box-shadow: 0 0 0 4px rgba(91, 24, 168, 0.10);
}

.field-control input::placeholder {
    color: #7f86a3;
}

.portal-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.badge-icon {
    color: #5b18a8;
    font-size: 16px;
}

@media (max-width: 575px) {
    .icon-field {
        grid-template-columns: 50px 1fr;
        gap: 12px;
        margin-bottom: 18px;
    }

    .field-icon {
        width: 50px;
        height: 50px;
        border-radius: 14px;
    }

    .field-icon svg {
        width: 23px;
        height: 23px;
    }

    .field-control input {
        height: 48px;
        font-size: 14px;
        border-radius: 12px;
    }

    .field-control label {
        font-size: 14px;
    }
}


/* -------------------------------
   Final common background + top line
-------------------------------- */
body.index-body,
body.quiz-body,
body.result-body {
    margin: 0;
    min-height: 100vh;
    background-image: url("../logo/background.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

body.quiz-body .quiz-wrap,
body.result-body .result-page-wrap {
    min-height: 100vh;
}

.portal-card,
.quiz-card {
    position: relative;
    overflow: hidden;
}

.top-accent-line {
    width: min(100%, 100%);
    height: 5px;
    margin: 0 0 22px 0;
    border-radius: 999px;
    background: linear-gradient(90deg, #7B2CBF 0%, #ED1164 45%, #F15A22 100%);
    box-shadow: 0 8px 18px rgba(123, 44, 191, 0.16);
}

.quiz-card .top-accent-line {
    margin-bottom: 24px;
}

body.quiz-body .quiz-card,
body.result-body .result-card-new {
    background: rgba(255, 255, 255, 0.86);
    backdrop-filter: blur(10px);
}

@media (max-width: 575px) {
    body.index-body,
    body.quiz-body,
    body.result-body {
        background-attachment: scroll;
        background-position: center top;
    }

    .top-accent-line {
        width: 100%;
        height: 4px;
        margin-bottom: 18px;
    }
}

