.andiya-results-login {
    --results-olive: #6f8439;
    --results-olive-dark: #596d2d;
    --results-ink: #171918;
    --results-muted: #7c807b;
    min-height: 100vh;
    background: #f7f8f6;
    color: #202321;
    direction: rtl;
}

.andiya-results-login *,
.andiya-results-login *::before,
.andiya-results-login *::after { box-sizing: border-box; }

.andiya-results-header {
    height: 90px;
    background: #171918;
    color: #fff;
    position: relative;
    z-index: 20;
}

.andiya-results-header__inner {
    width: min(100%, 1320px);
    height: 100%;
    margin: 0 auto;
    padding: 0 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.andiya-results-header__brand {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    color: #fff !important;
    text-decoration: none !important;
}

.andiya-results-header__logo {
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    display: block;
}

.andiya-results-header__logo svg { width: 100%; height: 100%; display: block; }
.andiya-results-header__logo path { fill: none; stroke-linecap: round; stroke-linejoin: round; }
.andiya-results-logo-black { stroke: #fff; stroke-width: 4.2; }
.andiya-results-logo-green { stroke: #8fa35a; stroke-width: 4.2; }

.andiya-results-header__brand-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: right;
    line-height: 1.15;
}

.andiya-results-header__brand-copy strong {
    font-size: 26px;
    font-weight: 900;
    white-space: nowrap;
}

.andiya-results-header__brand-copy small {
    margin-top: 6px;
    color: #dadcd7;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
}

.andiya-results-header__back {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: #f0f1ee !important;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 650;
    transition: color .2s ease;
}

.andiya-results-header__back:hover { color: #a8b87b !important; }
.andiya-results-header__back-divider { width: 1px; height: 34px; background: rgba(255,255,255,.36); margin-right: 10px; }
.andiya-results-header__back-icon { width: 23px; height: 23px; display: grid; place-items: center; }
.andiya-results-header__back-icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

.andiya-results-login__main {
    position: relative;
    min-height: calc(100vh - 90px);
    overflow: hidden;
    padding: 54px 38px 38px;
    background:
        radial-gradient(circle at 92% 18%, rgba(111,132,57,.05), transparent 22%),
        linear-gradient(180deg, #fafbf9 0%, #f4f6f2 100%);
}

.andiya-results-login__decor { position: absolute; pointer-events: none; opacity: .32; filter: saturate(.8); }
.andiya-results-login__decor--left {
    left: -80px;
    top: 68px;
    bottom: 20px;
    width: 410px;
    background: url('/andiya_lab_website/static/src/img/onsite_sampling/onsite_sampling_visual.png') left center / contain no-repeat;
}
.andiya-results-login__decor--right {
    right: -120px;
    top: 20px;
    width: 470px;
    height: 470px;
    opacity: .08;
    background:
        radial-gradient(circle at 20% 20%, transparent 0 42px, #6f8439 43px 45px, transparent 46px),
        radial-gradient(circle at 66% 26%, transparent 0 32px, #6f8439 33px 35px, transparent 36px),
        radial-gradient(circle at 43% 65%, transparent 0 52px, #6f8439 53px 55px, transparent 56px);
    transform: rotate(12deg);
}

.andiya-results-login-card {
    position: relative;
    z-index: 3;
    width: min(1120px, calc(100% - 20px));
    height: clamp(570px, 61vh, 650px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 46% 54%;
    direction: ltr;
    background: #fff;
    border: 1px solid rgba(28,31,28,.07);
    border-radius: 18px;
    box-shadow: 0 16px 38px rgba(22,26,22,.10);
    overflow: hidden;
}

.andiya-results-login-brand {
    position: relative;
    z-index: 3;
    overflow: hidden;
    color: #fff;
    clip-path: polygon(0 0, 91% 0, 100% 51%, 92% 100%, 0 100%);
    background:
        linear-gradient(180deg, rgba(10,14,10,.88), rgba(8,12,8,.94)),
        url('/andiya_lab_website/static/src/img/request_analysis/bg_texture.png') center / cover,
        url('/andiya_lab_website/static/src/img/hero_laboratory_hq.png') center / cover no-repeat;
}

.andiya-results-login-brand::before {
    content: '';
    position: absolute;
    inset: 0;
    opacity: .22;
    background: url('/andiya_lab_website/static/src/img/hero_laboratory_hq.png') center / cover no-repeat;
}

.andiya-results-login-brand__edge {
    display: none;
}

.andiya-results-login-brand__inner {
    position: relative;
    z-index: 5;
    height: 100%;
    padding: 64px 64px 54px 42px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    direction: rtl;
}

.andiya-results-login-brand-icon { width: 104px; height: 104px; margin-bottom: 18px; }
.andiya-results-login-brand-icon svg { width: 100%; height: 100%; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.andiya-results-login-brand-icon .hex { stroke: var(--results-olive); stroke-width: 3.5; }
.andiya-results-login-brand-icon .doc,
.andiya-results-login-brand-icon .check-ring,
.andiya-results-login-brand-icon .check { stroke: #fff; stroke-width: 3.2; }

.andiya-results-login-brand__title { margin: 0; font-size: 31px; line-height: 1.25; font-weight: 900; color: #fff; }
.andiya-results-login-brand__title span { color: #789044; }
.andiya-results-login-brand__line { width: 108px; height: 2px; margin: 18px 0 16px; background: #788e43; }
.andiya-results-login-brand__welcome { margin: 0; color: #f2f2ee; font-size: 17px; line-height: 1.85; font-weight: 600; }

.andiya-results-login-benefits {
    width: 100%;
    margin-top: auto;
    display: grid;
    grid-template-columns: 1fr 1px 1fr 1px 1fr;
    align-items: stretch;
    gap: 14px;
    direction: ltr;
}

.andiya-results-login-benefit {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    direction: rtl;
}

.andiya-results-login-benefit__icon { width: 44px; height: 44px; margin-bottom: 10px; color: #84984b; display: grid; place-items: center; }
.andiya-results-login-benefit__icon svg { width: 42px; height: 42px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.andiya-results-login-benefit strong { font-size: 13px; line-height: 1.45; font-weight: 800; white-space: nowrap; }
.andiya-results-login-benefit small { margin-top: 6px; color: #d7d9d3; font-size: 11px; line-height: 1.75; font-weight: 500; }
.andiya-results-login-benefits__divider { width: 1px; height: 98px; align-self: center; background: rgba(255,255,255,.30); }

.andiya-results-login-form {
    position: relative;
    z-index: 2;
    direction: rtl;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px 64px 42px 76px;
}

.andiya-results-login-form__content { width: min(100%, 455px); margin: 0 auto; }
.andiya-results-step h1 { margin: 0; color: #181b18; font-size: 34px; line-height: 1.35; font-weight: 900; text-align: right; }
.andiya-results-step h1 span { color: #71863a; }
.andiya-results-login-form__lead { margin: 17px 0 34px; color: #797d78; font-size: 14px; line-height: 1.8; font-weight: 500; text-align: right; }

.andiya-results-phone-form,
.andiya-results-otp-form { display: flex; flex-direction: column; }
.andiya-results-phone-form label,
.andiya-results-otp-form label { margin-bottom: 10px; color: #222522; font-size: 15px; line-height: 1.5; font-weight: 800; text-align: right; }

.andiya-results-phone-field { position: relative; width: 100%; }
.andiya-results-phone-field input,
.andiya-results-otp-input {
    width: 100%;
    height: 60px;
    border: 1px solid #cfd2cd;
    border-radius: 8px;
    outline: none;
    background: #fff;
    color: #303430;
    font-family: inherit;
    font-size: 16px;
    direction: ltr;
    text-align: right;
    transition: border-color .2s ease, box-shadow .2s ease;
}
.andiya-results-phone-field input { padding: 0 54px 0 17px; }
.andiya-results-phone-field input::placeholder,
.andiya-results-otp-input::placeholder { color: #9a9d98; opacity: 1; }
.andiya-results-phone-field input:focus,
.andiya-results-otp-input:focus { border-color: #84974e; box-shadow: 0 0 0 3px rgba(111,132,57,.08); }
.andiya-results-phone-field__icon { position: absolute; top: 50%; right: 17px; width: 26px; height: 26px; transform: translateY(-50%); color: #75893f; display: grid; place-items: center; }
.andiya-results-phone-field__icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.andiya-results-field-error { min-height: 20px; margin-top: 5px; color: #b64d45; font-size: 11px; line-height: 1.5; text-align: right; }

.andiya-results-submit,
.andiya-results-back {
    width: 100%;
    height: 60px;
    border-radius: 8px;
    font-family: inherit;
    font-size: 18px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    transition: background-color .22s ease, color .22s ease, transform .22s ease, border-color .22s ease;
}
.andiya-results-submit { border: 0; background: #667c2d; color: #fff; }
.andiya-results-submit:hover { background: #596f27; transform: translateY(-1px); }
.andiya-results-submit:disabled { opacity: .65; cursor: wait; transform: none; }
.andiya-results-back { border: 1px solid #7b8e43; background: #fff; color: #6d8238 !important; }
.andiya-results-back:hover { background: #f7f9f3; color: #586b2d !important; border-color: #657a32; }

.andiya-results-login-form__security { margin: 17px 0 0; display: flex; align-items: center; justify-content: center; gap: 8px; color: #888c86; font-size: 12px; line-height: 1.6; text-align: center; }
.andiya-results-login-form__security span { width: 20px; height: 20px; color: #737970; display: grid; place-items: center; }
.andiya-results-login-form__security svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.andiya-results-form-status { min-height: 22px; margin-top: 8px; color: #72776f; font-size: 11px; line-height: 1.6; text-align: center; }
.andiya-results-form-status.is-error { color: #a7443e; }
.andiya-results-form-status.is-success { color: #667c2d; }

.andiya-results-or { width: 100%; margin: 20px 0; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 17px; color: #888c86; }
.andiya-results-or span { height: 1px; background: #d9dcd7; }
.andiya-results-or b { font-size: 13px; font-weight: 500; }

.andiya-results-step[hidden] { display: none !important; }
.andiya-results-otp-input { padding: 0 18px; text-align: center; letter-spacing: 9px; font-size: 24px; font-weight: 800; }
.andiya-results-step--otp .andiya-results-login-form__lead strong { color: #252925; direction: ltr; unicode-bidi: plaintext; }
.andiya-results-otp-actions { margin-top: 14px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.andiya-results-text-action { border: 0; padding: 5px 0; background: transparent; color: #6c8138; font-family: inherit; font-size: 12px; font-weight: 700; cursor: pointer; }
.andiya-results-text-action:hover { color: #53672a; }

.andiya-results-trust {
    position: relative;
    z-index: 3;
    width: min(900px, calc(100% - 70px));
    margin: 30px auto 0;
    display: grid;
    grid-template-columns: 1fr 1px 1fr 1px 1fr;
    align-items: center;
    gap: 26px;
    direction: rtl;
}
.andiya-results-trust__item { min-width: 0; display: flex; align-items: center; justify-content: center; gap: 13px; color: #242724; }
.andiya-results-trust__item strong { font-size: 14px; line-height: 1.5; font-weight: 800; white-space: nowrap; }
.andiya-results-trust__icon { width: 45px; height: 45px; flex: 0 0 45px; display: grid; place-items: center; color: #4c514c; }
.andiya-results-trust__icon svg { width: 42px; height: 42px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.andiya-results-trust__icon .accent { stroke: #71863a; }
.andiya-results-trust__icon--iso img { width: 42px; height: 42px; object-fit: contain; filter: grayscale(1) contrast(1.15); }
.andiya-results-trust__divider { width: 1px; height: 58px; background: #cfd3cc; }

@media (max-height: 860px) and (min-width: 901px) {
    .andiya-results-login__main { padding-top: 32px; padding-bottom: 26px; }
    .andiya-results-login-card { height: 540px; }
    .andiya-results-login-brand__inner { padding-top: 44px; padding-bottom: 36px; }
    .andiya-results-login-brand-icon { width: 86px; height: 86px; margin-bottom: 12px; }
    .andiya-results-login-brand__title { font-size: 27px; }
    .andiya-results-login-brand__line { margin: 12px 0; }
    .andiya-results-login-brand__welcome { font-size: 15px; }
    .andiya-results-login-form { padding-top: 36px; padding-bottom: 34px; }
    .andiya-results-step h1 { font-size: 30px; }
    .andiya-results-login-form__lead { margin: 12px 0 24px; }
    .andiya-results-trust { margin-top: 20px; }
}

@media (max-width: 1100px) {
    .andiya-results-header__inner { padding: 0 28px; }
    .andiya-results-login__main { padding-left: 24px; padding-right: 24px; }
    .andiya-results-login-card { width: min(100%, 960px); grid-template-columns: 44% 56%; }
    .andiya-results-login-brand__inner { padding-left: 30px; padding-right: 52px; }
    .andiya-results-login-form { padding-left: 42px; padding-right: 52px; }
    .andiya-results-login-benefits { gap: 9px; }
    .andiya-results-login-benefit strong { font-size: 11.5px; }
}

@media (max-width: 900px) {
    .andiya-results-header { height: 80px; }
    .andiya-results-login__main { min-height: calc(100vh - 80px); padding-top: 34px; }
    .andiya-results-header__logo { width: 48px; height: 48px; flex-basis: 48px; }
    .andiya-results-header__brand-copy strong { font-size: 21px; }
    .andiya-results-header__brand-copy small { font-size: 10px; }
    .andiya-results-login-card { height: 560px; }
    .andiya-results-login-form { padding: 38px 34px 34px 44px; }
    .andiya-results-step h1 { font-size: 29px; }
    .andiya-results-login-form__lead { margin-bottom: 27px; }
    .andiya-results-login-brand__inner { padding: 48px 38px 38px 26px; }
    .andiya-results-login-brand__title { font-size: 26px; }
    .andiya-results-login-brand__welcome { font-size: 14px; }
    .andiya-results-login-benefit small { font-size: 9.5px; }
    .andiya-results-trust { width: min(100%, 780px); gap: 15px; }
    .andiya-results-trust__item strong { font-size: 12px; }
}

@media (max-width: 720px) {
    .andiya-results-header { height: auto; min-height: 74px; }
    .andiya-results-header__inner { min-height: 74px; padding: 10px 16px; gap: 14px; }
    .andiya-results-header__brand { gap: 8px; }
    .andiya-results-header__logo { width: 42px; height: 42px; flex-basis: 42px; }
    .andiya-results-header__brand-copy strong { font-size: 17px; }
    .andiya-results-header__brand-copy small { display: none; }
    .andiya-results-header__back { font-size: 11px; gap: 7px; }
    .andiya-results-header__back-divider { display: none; }
    .andiya-results-header__back-icon { width: 19px; height: 19px; }

    .andiya-results-login__main { min-height: 0; padding: 24px 14px 30px; }
    .andiya-results-login__decor--left { width: 250px; left: -90px; opacity: .18; }
    .andiya-results-login__decor--right { width: 260px; height: 260px; right: -80px; }

    .andiya-results-login-card {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        border-radius: 15px;
        overflow: hidden;
    }
    .andiya-results-login-form { order: 1; padding: 34px 22px 28px; }
    .andiya-results-login-brand { order: 2; clip-path: none; min-height: 330px; }
    .andiya-results-login-brand__edge { display: none; }
    .andiya-results-login-brand__inner { padding: 34px 24px 28px; }
    .andiya-results-login-brand-icon { width: 72px; height: 72px; margin-bottom: 10px; }
    .andiya-results-login-brand__title { font-size: 23px; }
    .andiya-results-login-brand__line { width: 76px; margin: 11px 0; }
    .andiya-results-login-brand__welcome { font-size: 13px; line-height: 1.65; }
    .andiya-results-login-benefits { margin-top: 30px; gap: 7px; }
    .andiya-results-login-benefit__icon { width: 36px; height: 36px; margin-bottom: 6px; }
    .andiya-results-login-benefit__icon svg { width: 34px; height: 34px; }
    .andiya-results-login-benefit strong { font-size: 10px; }
    .andiya-results-login-benefit small { font-size: 8.5px; line-height: 1.55; }
    .andiya-results-login-benefits__divider { height: 75px; }

    .andiya-results-step h1 { font-size: 25px; }
    .andiya-results-login-form__lead { margin: 12px 0 24px; font-size: 12px; }
    .andiya-results-phone-field input,
    .andiya-results-otp-input { height: 55px; font-size: 14px; }
    .andiya-results-submit,
    .andiya-results-back { height: 54px; font-size: 15px; }
    .andiya-results-login-form__security { font-size: 10px; }

    .andiya-results-trust {
        width: 100%;
        margin-top: 24px;
        grid-template-columns: 1fr;
        gap: 13px;
    }
    .andiya-results-trust__divider { width: 70%; height: 1px; justify-self: center; }
    .andiya-results-trust__item { justify-content: center; }
    .andiya-results-trust__item strong { font-size: 12px; white-space: normal; text-align: center; }
    .andiya-results-trust__icon { width: 38px; height: 38px; flex-basis: 38px; }
    .andiya-results-trust__icon svg,
    .andiya-results-trust__icon--iso img { width: 36px; height: 36px; }
}

@media (max-width: 420px) {
    .andiya-results-header__brand-copy strong { font-size: 15px; }
    .andiya-results-header__back span:last-child { display: none; }
    .andiya-results-login-form { padding: 30px 17px 24px; }
    .andiya-results-step h1 { font-size: 22px; }
    .andiya-results-otp-actions { flex-direction: column; gap: 4px; }
}


/* v111 - reference-matched tablet/mobile layout for the dedicated results login page.
   Desktop (>=1025px) intentionally remains unchanged. */
.andiya-results-header__mobile-menu { display: none; }

@media (max-width: 1024px) {
    .andiya-results-login {
        min-height: 100vh;
        overflow-x: hidden;
        background: #f7f8f6;
    }

    /* Header: two-level composition from the supplied mobile/tablet reference. */
    .andiya-results-header {
        height: auto;
        min-height: 154px;
    }

    .andiya-results-header__inner {
        width: 100%;
        min-height: 154px;
        padding: 14px 34px 12px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 88px 40px;
        align-items: center;
        gap: 0;
        direction: ltr;
    }

    .andiya-results-header__brand {
        grid-column: 2;
        grid-row: 1;
        justify-self: end;
        align-self: center;
        direction: rtl;
        gap: 12px;
    }

    .andiya-results-header__logo {
        width: 62px;
        height: 62px;
        flex-basis: 62px;
    }

    .andiya-results-header__brand-copy {
        align-items: flex-start;
        direction: rtl;
    }

    .andiya-results-header__brand-copy strong {
        font-size: 26px;
        line-height: 1.1;
    }

    .andiya-results-header__brand-copy small {
        display: block;
        margin-top: 7px;
        font-size: 12px;
        line-height: 1.35;
    }

    .andiya-results-header__mobile-menu {
        grid-column: 1;
        grid-row: 1;
        justify-self: start;
        align-self: center;
        width: 36px;
        height: 30px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .andiya-results-header__mobile-menu i {
        display: block;
        width: 36px;
        height: 3px;
        border-radius: 4px;
        background: #fff;
    }

    .andiya-results-header__back {
        grid-column: 1;
        grid-row: 2;
        justify-self: start;
        align-self: center;
        direction: ltr;
        gap: 10px;
        font-size: 14px;
        font-weight: 650;
    }

    .andiya-results-header__back-divider {
        order: 3;
        display: block;
        width: 1px;
        height: 30px;
        margin: 0 0 0 14px;
        background: rgba(255,255,255,.4);
    }

    .andiya-results-header__back-icon {
        order: 1;
        width: 24px;
        height: 24px;
    }

    .andiya-results-header__back > span:last-child { order: 2; display: inline; }

    /* Page backdrop and central stacked card. */
    .andiya-results-login__main {
        min-height: 0;
        padding: 46px 54px 38px;
        overflow: hidden;
    }

    .andiya-results-login__decor--left {
        left: -92px;
        top: 92px;
        bottom: 80px;
        width: 330px;
        opacity: .22;
    }

    .andiya-results-login__decor--right {
        right: -112px;
        top: 55px;
        width: 360px;
        height: 360px;
        opacity: .075;
    }

    .andiya-results-login-card {
        width: min(100%, 700px);
        height: auto;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        background: #fff;
        border-radius: 18px;
        overflow: hidden;
        box-shadow: 0 14px 34px rgba(22,26,22,.11);
    }

    /* Dark presentation panel first, with the downward V-cut seen in the reference. */
    .andiya-results-login-brand {
        order: 1;
        width: 100%;
        min-height: 680px;
        clip-path: polygon(0 0, 100% 0, 100% 86.5%, 50% 100%, 0 86.5%);
        overflow: hidden;
    }

    .andiya-results-login-brand__edge {
        z-index: 7;
        top: auto;
        right: auto;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 14%;
        background: var(--results-olive);
        transform: none;
        opacity: 1;
        clip-path: polygon(0 0, 50% 94%, 100% 0, 100% 5%, 50% 100%, 0 5%);
    }

    .andiya-results-login-brand__inner {
        padding: 50px 54px 108px;
    }

    .andiya-results-login-brand-icon {
        width: 94px;
        height: 94px;
        margin-bottom: 18px;
    }

    .andiya-results-login-brand__title {
        font-size: 34px;
        line-height: 1.25;
    }

    .andiya-results-login-brand__line {
        width: 88px;
        height: 3px;
        margin: 20px 0 16px;
    }

    .andiya-results-login-brand__welcome {
        font-size: 17px;
        line-height: 1.75;
    }

    .andiya-results-login-benefits {
        margin-top: auto;
        gap: 14px;
        padding: 0 6px 2px;
    }

    .andiya-results-login-benefit__icon {
        width: 46px;
        height: 46px;
        margin-bottom: 11px;
    }

    .andiya-results-login-benefit__icon svg {
        width: 44px;
        height: 44px;
    }

    .andiya-results-login-benefit strong {
        font-size: 13px;
        line-height: 1.45;
    }

    .andiya-results-login-benefit small {
        margin-top: 7px;
        font-size: 11px;
        line-height: 1.7;
    }

    .andiya-results-login-benefits__divider {
        height: 128px;
        background: rgba(255,255,255,.32);
    }

    /* White form panel follows the V point. */
    .andiya-results-login-form {
        order: 2;
        width: 100%;
        min-height: 595px;
        padding: 46px 66px 42px;
        align-items: flex-start;
    }

    .andiya-results-login-form__content {
        width: min(100%, 545px);
        margin: 0 auto;
    }

    .andiya-results-step h1 {
        font-size: 31px;
        line-height: 1.35;
        text-align: right;
    }

    .andiya-results-login-form__lead {
        margin: 16px 0 31px;
        font-size: 14px;
        line-height: 1.8;
    }

    .andiya-results-phone-form label,
    .andiya-results-otp-form label {
        margin-bottom: 10px;
        font-size: 15px;
    }

    .andiya-results-phone-field input,
    .andiya-results-otp-input {
        height: 62px;
        font-size: 16px;
    }

    .andiya-results-submit,
    .andiya-results-back {
        height: 62px;
        font-size: 18px;
    }

    .andiya-results-login-form__security {
        margin: 17px 0 0;
        font-size: 11.5px;
        line-height: 1.65;
    }

    .andiya-results-or {
        margin: 28px 0 24px;
    }

    /* Trust row remains horizontal, with vertical separators, as in the reference. */
    .andiya-results-trust {
        width: min(100%, 700px);
        margin: 36px auto 0;
        display: grid;
        grid-template-columns: 1fr 1px 1fr 1px 1fr;
        align-items: center;
        gap: 22px;
    }

    .andiya-results-trust__divider {
        width: 1px;
        height: 82px;
        background: rgba(58,62,58,.38);
        justify-self: center;
    }

    .andiya-results-trust__item {
        min-width: 0;
        flex-direction: column;
        justify-content: center;
        gap: 8px;
        text-align: center;
    }

    .andiya-results-trust__item strong {
        font-size: 12px;
        line-height: 1.55;
        white-space: normal;
        text-align: center;
    }

    .andiya-results-trust__icon {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
    }

    .andiya-results-trust__icon svg,
    .andiya-results-trust__icon--iso img {
        width: 40px;
        height: 40px;
    }
}

/* Phone layout: same visual language, scaled without horizontal scroll. */
@media (max-width: 640px) {
    .andiya-results-header {
        min-height: 132px;
    }

    .andiya-results-header__inner {
        min-height: 132px;
        padding: 10px 18px 10px;
        grid-template-rows: 75px 35px;
    }

    .andiya-results-header__brand {
        gap: 8px;
    }

    .andiya-results-header__logo {
        width: 48px;
        height: 48px;
        flex-basis: 48px;
    }

    .andiya-results-header__brand-copy strong {
        font-size: 18px;
    }

    .andiya-results-header__brand-copy small {
        margin-top: 4px;
        font-size: 9px;
    }

    .andiya-results-header__mobile-menu,
    .andiya-results-header__mobile-menu i {
        width: 29px;
    }

    .andiya-results-header__mobile-menu {
        height: 24px;
    }

    .andiya-results-header__mobile-menu i {
        height: 2.5px;
    }

    .andiya-results-header__back {
        gap: 7px;
        font-size: 11.5px;
    }

    .andiya-results-header__back-divider {
        height: 24px;
        margin-left: 8px;
    }

    .andiya-results-header__back-icon {
        width: 21px;
        height: 21px;
    }

    .andiya-results-login__main {
        padding: 28px 12px 28px;
    }

    .andiya-results-login__decor--left {
        width: 230px;
        left: -105px;
        top: 90px;
        opacity: .16;
    }

    .andiya-results-login__decor--right {
        width: 240px;
        height: 240px;
        right: -105px;
        top: 60px;
    }

    .andiya-results-login-card {
        width: 100%;
        border-radius: 16px;
    }

    .andiya-results-login-brand {
        min-height: 500px;
        clip-path: polygon(0 0, 100% 0, 100% 85.5%, 50% 100%, 0 85.5%);
    }

    .andiya-results-login-brand__inner {
        padding: 34px 18px 79px;
    }

    .andiya-results-login-brand-icon {
        width: 76px;
        height: 76px;
        margin-bottom: 12px;
    }

    .andiya-results-login-brand__title {
        font-size: 26px;
    }

    .andiya-results-login-brand__line {
        width: 72px;
        height: 2px;
        margin: 14px 0 12px;
    }

    .andiya-results-login-brand__welcome {
        font-size: 13px;
        line-height: 1.7;
    }

    .andiya-results-login-benefits {
        gap: 7px;
        padding: 0;
    }

    .andiya-results-login-benefit__icon {
        width: 38px;
        height: 38px;
        margin-bottom: 7px;
    }

    .andiya-results-login-benefit__icon svg {
        width: 36px;
        height: 36px;
    }

    .andiya-results-login-benefit strong {
        font-size: 10px;
    }

    .andiya-results-login-benefit small {
        margin-top: 5px;
        font-size: 8.5px;
        line-height: 1.55;
    }

    .andiya-results-login-benefits__divider {
        height: 90px;
    }

    .andiya-results-login-form {
        min-height: 0;
        padding: 38px 22px 32px;
    }

    .andiya-results-login-form__content {
        width: 100%;
    }

    .andiya-results-step h1 {
        font-size: 24px;
        line-height: 1.45;
    }

    .andiya-results-login-form__lead {
        margin: 12px 0 24px;
        font-size: 11.5px;
        line-height: 1.75;
    }

    .andiya-results-phone-form label,
    .andiya-results-otp-form label {
        font-size: 13px;
        margin-bottom: 8px;
    }

    .andiya-results-phone-field input,
    .andiya-results-otp-input {
        height: 56px;
        font-size: 14px;
    }

    .andiya-results-submit,
    .andiya-results-back {
        height: 56px;
        font-size: 15px;
    }

    .andiya-results-login-form__security {
        margin-top: 14px;
        font-size: 9.5px;
    }

    .andiya-results-or {
        margin: 23px 0 20px;
    }

    .andiya-results-trust {
        width: 100%;
        margin-top: 28px;
        grid-template-columns: 1fr 1px 1fr 1px 1fr;
        gap: 7px;
    }

    .andiya-results-trust__divider {
        width: 1px;
        height: 72px;
    }

    .andiya-results-trust__item {
        gap: 6px;
    }

    .andiya-results-trust__item strong {
        font-size: 9px;
        line-height: 1.45;
    }

    .andiya-results-trust__icon {
        width: 34px;
        height: 34px;
        flex-basis: 34px;
    }

    .andiya-results-trust__icon svg,
    .andiya-results-trust__icon--iso img {
        width: 32px;
        height: 32px;
    }
}

@media (max-width: 390px) {
    .andiya-results-header__brand-copy small { display: none; }
    .andiya-results-header__brand-copy strong { font-size: 16px; }
    .andiya-results-header__back > span:last-child { font-size: 10.5px; }

    .andiya-results-login__main { padding-left: 9px; padding-right: 9px; }
    .andiya-results-login-brand { min-height: 470px; }
    .andiya-results-login-brand__inner { padding-left: 12px; padding-right: 12px; }
    .andiya-results-login-brand__title { font-size: 23px; }
    .andiya-results-login-benefit strong { font-size: 9px; }
    .andiya-results-login-benefit small { font-size: 7.6px; }

    .andiya-results-login-form { padding: 34px 16px 28px; }
    .andiya-results-step h1 { font-size: 22px; }
    .andiya-results-login-form__lead { font-size: 10.8px; }

    .andiya-results-trust__item strong { font-size: 8.1px; }
}


/* v112 - tighten and center the mobile/tablet dark panel content within one aligned band */
@media (max-width: 1024px) {
    .andiya-results-login-brand__inner {
        width: min(100%, 590px);
        margin: 0 auto;
        padding-left: 36px;
        padding-right: 36px;
        justify-content: flex-start;
    }

    .andiya-results-login-brand__title,
    .andiya-results-login-brand__welcome {
        width: 100%;
        max-width: 470px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .andiya-results-login-brand__line {
        margin-left: auto;
        margin-right: auto;
    }

    .andiya-results-login-benefits {
        width: min(100%, 500px);
        margin: auto auto 0;
        justify-content: center;
    }

    .andiya-results-login-benefit {
        padding-left: 4px;
        padding-right: 4px;
    }
}

@media (max-width: 640px) {
    .andiya-results-login-brand__inner {
        width: min(100%, 360px);
        padding-left: 16px;
        padding-right: 16px;
    }

    .andiya-results-login-brand__title,
    .andiya-results-login-brand__welcome {
        max-width: 300px;
    }

    .andiya-results-login-benefits {
        width: min(100%, 320px);
        gap: 4px;
    }

    .andiya-results-login-benefits__divider {
        justify-self: center;
    }
}

@media (max-width: 390px) {
    .andiya-results-login-brand__inner {
        width: min(100%, 334px);
        padding-left: 12px;
        padding-right: 12px;
    }

    .andiya-results-login-brand__title,
    .andiya-results-login-brand__welcome {
        max-width: 286px;
    }

    .andiya-results-login-benefits {
        width: min(100%, 300px);
        gap: 2px;
    }
}


/* v113 - enlarge and slightly lower the centered mobile/tablet dark-panel content */
@media (max-width: 1024px) {
    .andiya-results-login-brand__inner {
        width: min(100%, 650px);
        padding-top: 62px;
        padding-left: 44px;
        padding-right: 44px;
    }

    .andiya-results-login-brand__title,
    .andiya-results-login-brand__welcome {
        max-width: 540px;
    }

    .andiya-results-login-benefits {
        width: min(100%, 560px);
        gap: 16px;
    }
}

@media (max-width: 640px) {
    .andiya-results-login-brand__inner {
        width: min(100%, 430px);
        padding-top: 44px;
        padding-left: 22px;
        padding-right: 22px;
    }

    .andiya-results-login-brand__title,
    .andiya-results-login-brand__welcome {
        max-width: 360px;
    }

    .andiya-results-login-benefits {
        width: min(100%, 380px);
        gap: 8px;
    }
}

@media (max-width: 390px) {
    .andiya-results-login-brand__inner {
        width: min(100%, 360px);
        padding-top: 40px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .andiya-results-login-brand__title,
    .andiya-results-login-brand__welcome {
        max-width: 320px;
    }

    .andiya-results-login-benefits {
        width: min(100%, 330px);
        gap: 4px;
    }
}


/* v114 - responsive-only scale correction from the approved mobile/tablet reference.
   Desktop stays untouched: all new rules are <= 991px / <= 767px. */
@media (max-width: 991px) {
    .andiya-results-header {
        min-height: 160px;
    }

    .andiya-results-header__inner {
        min-height: 160px;
        padding: 14px 34px 14px;
        grid-template-rows: 92px 42px;
    }

    .andiya-results-header__logo {
        width: 68px;
        height: 68px;
        flex-basis: 68px;
    }

    .andiya-results-header__brand-copy strong {
        font-size: 28px;
    }

    .andiya-results-header__brand-copy small {
        font-size: 13px;
        margin-top: 7px;
    }

    .andiya-results-header__mobile-menu,
    .andiya-results-header__mobile-menu i {
        width: 38px;
    }

    .andiya-results-header__mobile-menu {
        height: 31px;
    }

    .andiya-results-header__back {
        font-size: 15px;
        gap: 11px;
    }

    .andiya-results-header__back-icon {
        width: 25px;
        height: 25px;
    }

    .andiya-results-login__main {
        padding: 46px 54px 44px;
        overflow: visible;
    }

    .andiya-results-login__decor--left {
        width: 360px;
        left: -98px;
        top: 96px;
        opacity: .25;
    }

    .andiya-results-login__decor--right {
        width: 390px;
        height: 390px;
        right: -120px;
        top: 65px;
        opacity: .09;
    }

    .andiya-results-login-card {
        width: calc(100% - 120px);
        max-width: 700px;
        border-radius: 20px;
        box-shadow: 0 15px 35px rgba(0,0,0,.12);
    }

    .andiya-results-login-brand {
        min-height: 710px;
        clip-path: polygon(0 0, 100% 0, 100% 84.5%, 50% 100%, 0 84.5%);
        background:
            linear-gradient(180deg, rgba(8,12,8,.92), rgba(7,11,7,.95)),
            url('/andiya_lab_website/static/src/img/request_analysis/bg_texture.png') center / cover,
            url('/andiya_lab_website/static/src/img/hero_laboratory_hq.png') center / cover no-repeat;
    }

    .andiya-results-login-brand::before {
        opacity: .08;
    }

    .andiya-results-login-brand__edge {
        height: 15.8%;
        clip-path: polygon(0 0, 50% 94%, 100% 0, 100% 3%, 50% 100%, 0 3%);
    }

    .andiya-results-login-brand__inner {
        width: min(100%, 650px);
        margin: 0 auto;
        padding: 78px 44px 118px;
    }

    .andiya-results-login-brand-icon {
        width: 120px;
        height: 120px;
        margin-bottom: 22px;
    }

    .andiya-results-login-brand__title {
        font-size: 38px;
        line-height: 1.25;
    }

    .andiya-results-login-brand__line {
        width: 112px;
        height: 3px;
        margin: 22px auto 18px;
    }

    .andiya-results-login-brand__welcome {
        max-width: 540px;
        font-size: 21px;
        line-height: 1.9;
    }

    .andiya-results-login-benefits {
        width: min(100%, 565px);
        margin: auto auto 0;
        gap: 16px;
    }

    .andiya-results-login-benefit__icon {
        width: 52px;
        height: 52px;
        margin-bottom: 12px;
    }

    .andiya-results-login-benefit__icon svg {
        width: 50px;
        height: 50px;
    }

    .andiya-results-login-benefit strong {
        font-size: 16px;
        line-height: 1.45;
    }

    .andiya-results-login-benefit small {
        margin-top: 8px;
        font-size: 14px;
        line-height: 1.75;
    }

    .andiya-results-login-benefits__divider {
        height: 132px;
    }

    .andiya-results-login-form {
        min-height: 0;
        padding: 55px 75px 48px;
    }

    .andiya-results-login-form__content {
        width: min(100%, 550px);
    }

    .andiya-results-step h1 {
        font-size: 33px;
        line-height: 1.4;
    }

    .andiya-results-login-form__lead {
        margin: 18px 0 34px;
        font-size: 17px;
        line-height: 1.8;
    }

    .andiya-results-phone-form label,
    .andiya-results-otp-form label {
        margin-bottom: 11px;
        font-size: 16px;
        font-weight: 700;
    }

    .andiya-results-phone-field input,
    .andiya-results-otp-input {
        height: 70px;
        font-size: 17px;
    }

    .andiya-results-phone-field__icon {
        width: 30px;
        height: 30px;
        right: 19px;
    }

    .andiya-results-phone-field__icon svg {
        width: 28px;
        height: 28px;
    }

    .andiya-results-submit,
    .andiya-results-back {
        height: 68px;
        font-size: 21px;
    }

    .andiya-results-login-form__security {
        margin-top: 18px;
        font-size: 13px;
        line-height: 1.7;
    }

    .andiya-results-login-form__security svg {
        width: 18px;
        height: 18px;
    }

    .andiya-results-or {
        margin: 30px 0 26px;
    }

    .andiya-results-trust {
        width: min(100%, 700px);
        margin: 42px auto 0;
        gap: 26px;
    }

    .andiya-results-trust__divider {
        height: 94px;
    }

    .andiya-results-trust__item {
        gap: 10px;
    }

    .andiya-results-trust__item strong {
        font-size: 14px;
        line-height: 1.55;
    }

    .andiya-results-trust__icon {
        width: 50px;
        height: 50px;
        flex-basis: 50px;
    }

    .andiya-results-trust__icon svg,
    .andiya-results-trust__icon--iso img {
        width: 48px;
        height: 48px;
        opacity: 1;
        filter: none;
    }
}

@media (max-width: 767px) {
    .andiya-results-header {
        min-height: 142px;
    }

    .andiya-results-header__inner {
        min-height: 142px;
        padding: 11px 18px 11px;
        grid-template-rows: 80px 38px;
    }

    .andiya-results-header__brand {
        gap: 9px;
    }

    .andiya-results-header__logo {
        width: 54px;
        height: 54px;
        flex-basis: 54px;
    }

    .andiya-results-header__brand-copy strong {
        font-size: 20px;
    }

    .andiya-results-header__brand-copy small {
        display: block;
        font-size: 9.5px;
        margin-top: 4px;
    }

    .andiya-results-header__mobile-menu,
    .andiya-results-header__mobile-menu i {
        width: 31px;
    }

    .andiya-results-header__mobile-menu {
        height: 25px;
    }

    .andiya-results-header__back {
        font-size: 12px;
        gap: 8px;
    }

    .andiya-results-header__back-divider {
        height: 25px;
        margin-left: 9px;
    }

    .andiya-results-login__main {
        padding: 32px 14px 34px;
    }

    .andiya-results-login__decor--left {
        width: 250px;
        left: -105px;
        top: 92px;
        opacity: .20;
    }

    .andiya-results-login__decor--right {
        width: 265px;
        height: 265px;
        right: -110px;
        top: 62px;
        opacity: .075;
    }

    .andiya-results-login-card {
        width: calc(100% - 28px);
        max-width: none;
        border-radius: 18px;
    }

    .andiya-results-login-brand {
        min-height: 590px;
        clip-path: polygon(0 0, 100% 0, 100% 84%, 50% 100%, 0 84%);
    }

    .andiya-results-login-brand__edge {
        height: 16.3%;
    }

    .andiya-results-login-brand__inner {
        width: 100%;
        padding: 58px 18px 96px;
    }

    .andiya-results-login-brand-icon {
        width: 96px;
        height: 96px;
        margin-bottom: 16px;
    }

    .andiya-results-login-brand__title {
        font-size: 29px;
        line-height: 1.3;
    }

    .andiya-results-login-brand__line {
        width: 90px;
        height: 3px;
        margin: 17px auto 14px;
    }

    .andiya-results-login-brand__welcome {
        max-width: 330px;
        font-size: 16px;
        line-height: 1.82;
    }

    .andiya-results-login-benefits {
        width: min(100%, 360px);
        gap: 6px;
        padding: 0;
    }

    .andiya-results-login-benefit__icon {
        width: 44px;
        height: 44px;
        margin-bottom: 8px;
    }

    .andiya-results-login-benefit__icon svg {
        width: 42px;
        height: 42px;
    }

    .andiya-results-login-benefit strong {
        font-size: 12.5px;
        line-height: 1.4;
        white-space: normal;
    }

    .andiya-results-login-benefit small {
        margin-top: 6px;
        font-size: 10.5px;
        line-height: 1.6;
    }

    .andiya-results-login-benefits__divider {
        height: 104px;
    }

    .andiya-results-login-form {
        padding: 50px 24px 45px;
    }

    .andiya-results-step h1 {
        font-size: 27px;
        line-height: 1.45;
    }

    .andiya-results-login-form__lead {
        margin: 14px 0 27px;
        font-size: 14.5px;
        line-height: 1.75;
    }

    .andiya-results-phone-form label,
    .andiya-results-otp-form label {
        font-size: 15.5px;
        margin-bottom: 9px;
    }

    .andiya-results-phone-field input,
    .andiya-results-otp-input {
        height: 62px;
        font-size: 15.5px;
    }

    .andiya-results-phone-field__icon {
        width: 28px;
        height: 28px;
        right: 17px;
    }

    .andiya-results-phone-field__icon svg {
        width: 26px;
        height: 26px;
    }

    .andiya-results-submit,
    .andiya-results-back {
        height: 60px;
        font-size: 18px;
    }

    .andiya-results-login-form__security {
        margin-top: 16px;
        font-size: 11.5px;
        line-height: 1.65;
    }

    .andiya-results-or {
        margin: 26px 0 22px;
    }

    .andiya-results-trust {
        width: 100%;
        margin-top: 34px;
        gap: 10px;
    }

    .andiya-results-trust__divider {
        height: 84px;
    }

    .andiya-results-trust__item {
        gap: 7px;
    }

    .andiya-results-trust__item strong {
        font-size: 10.5px;
        line-height: 1.5;
    }

    .andiya-results-trust__icon {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
    }

    .andiya-results-trust__icon svg,
    .andiya-results-trust__icon--iso img {
        width: 40px;
        height: 40px;
        opacity: 1;
        filter: none;
    }
}

/* v115 - high-quality supplied icon assets for results login page */
.andiya-results-login-brand-icon img,
.andiya-results-login-benefit__icon img,
.andiya-results-phone-field__icon img,
.andiya-results-trust__icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.andiya-results-login-brand-icon img {
    filter: none;
}

.andiya-results-login-benefit__icon img {
    filter: none;
}

.andiya-results-phone-field__icon img {
    width: 24px;
    height: 24px;
}

.andiya-results-trust__icon img,
.andiya-results-trust__icon--iso img {
    width: 42px;
    height: 42px;
    object-fit: contain;
    filter: none;
    opacity: 1;
}

@media (max-width: 991px) {
    .andiya-results-login-brand-icon img { width: 100%; height: 100%; }
    .andiya-results-login-benefit__icon img { width: 100%; height: 100%; }
    .andiya-results-trust__icon img,
    .andiya-results-trust__icon--iso img { width: 48px; height: 48px; }
}

@media (max-width: 767px) {
    .andiya-results-phone-field__icon img { width: 26px; height: 26px; }
    .andiya-results-trust__icon img,
    .andiya-results-trust__icon--iso img { width: 40px; height: 40px; }
}


/* v116: laptop/desktop trust badges layout */
@media (min-width: 992px) {
    .andiya-results-trust {
        width: min(960px, calc(100% - 60px));
        gap: 0;
        margin-top: 34px;
        grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1fr) 1px minmax(0, 1fr);
    }

    .andiya-results-trust__item {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        text-align: center;
        padding: 0 18px;
    }

    .andiya-results-trust__item strong {
        font-size: 14px;
        line-height: 1.75;
        white-space: nowrap;
    }

    .andiya-results-trust__icon {
        width: 50px;
        height: 50px;
        flex: 0 0 50px;
    }

    .andiya-results-trust__icon img,
    .andiya-results-trust__icon--iso img {
        width: 46px;
        height: 46px;
    }

    .andiya-results-trust__divider {
        align-self: center;
        height: 82px;
    }
}


/* v117 - exact laptop trust-badges arrangement from the approved reference */
@media (min-width: 992px) {
    .andiya-results-trust {
        width: min(820px, calc(100% - 80px));
        margin: 30px auto 0;
        display: grid;
        grid-template-columns: minmax(0,1fr) 1px minmax(0,1fr) 1px minmax(0,1fr);
        align-items: center;
        column-gap: 0;
        direction: ltr;
    }

    /* Force the exact left-to-right order: Lab | ISO | Quality */
    .andiya-results-trust > .andiya-results-trust__item:nth-child(1) { grid-column: 5; }
    .andiya-results-trust > .andiya-results-trust__divider:nth-child(2) { grid-column: 4; }
    .andiya-results-trust > .andiya-results-trust__item:nth-child(3) { grid-column: 3; }
    .andiya-results-trust > .andiya-results-trust__divider:nth-child(4) { grid-column: 2; }
    .andiya-results-trust > .andiya-results-trust__item:nth-child(5) { grid-column: 1; }

    .andiya-results-trust__item {
        min-width: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 7px;
        padding: 0 22px;
        text-align: center;
        direction: rtl;
    }

    .andiya-results-trust__icon {
        width: 38px;
        height: 38px;
        flex: 0 0 38px;
        display: grid;
        place-items: center;
    }

    .andiya-results-trust__icon img,
    .andiya-results-trust__icon--iso img {
        width: 34px;
        height: 34px;
        object-fit: contain;
        opacity: 1;
        filter: none;
    }

    .andiya-results-trust__item strong {
        font-size: 12.5px;
        line-height: 1.55;
        font-weight: 700;
        white-space: nowrap;
        text-align: center;
    }

    .andiya-results-trust__divider {
        width: 1px;
        height: 58px;
        background: #bfc4bc;
        justify-self: center;
        align-self: center;
    }
}


/* v118 - force all laptop/desktop trust badges onto one single grid row */
@media (min-width: 992px) {
    .andiya-results-trust > .andiya-results-trust__item,
    .andiya-results-trust > .andiya-results-trust__divider {
        grid-row: 1 !important;
    }
}


/* v120 - remove the decorative olive slanted edge completely on all breakpoints */
.andiya-results-login-brand__edge {
    display: none !important;
}


/* v121 - add a refined right-side molecular decorative background strip */
.andiya-results-login__decor--right {
    top: 34px !important;
    right: 0 !important;
    bottom: 26px !important;
    width: clamp(130px, 12vw, 178px) !important;
    height: auto !important;
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
    background:
        linear-gradient(90deg,
            rgba(247,248,246,0) 0%,
            rgba(247,248,246,0.08) 12%,
            rgba(248,249,247,0.62) 28%,
            rgba(244,245,243,0.92) 58%,
            rgba(242,243,241,0.98) 100%) !important;
}

.andiya-results-login__decor--right::before,
.andiya-results-login__decor--right::after {
    content: '';
    position: absolute;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.andiya-results-login__decor--right::before {
    top: 6px;
    right: 4px;
    width: 164px;
    height: 208px;
    opacity: .32;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 260'%3E%3Cg fill='none' stroke='%23c8ccc6' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round' opacity='.9'%3E%3Cpath d='M44 116 L94 84 L145 108 L171 64'/%3E%3Cpath d='M94 84 L100 36'/%3E%3Cpath d='M145 108 L144 164'/%3E%3Cpath d='M94 84 L72 138'/%3E%3Cpath d='M72 138 L26 172'/%3E%3Cpath d='M145 108 L195 132'/%3E%3Cpath d='M144 164 L186 198'/%3E%3Ccircle cx='44' cy='116' r='11'/%3E%3Ccircle cx='94' cy='84' r='13'/%3E%3Ccircle cx='145' cy='108' r='12'/%3E%3Ccircle cx='171' cy='64' r='10'/%3E%3Ccircle cx='100' cy='36' r='9'/%3E%3Ccircle cx='72' cy='138' r='9'/%3E%3Ccircle cx='26' cy='172' r='10'/%3E%3Ccircle cx='144' cy='164' r='11'/%3E%3Ccircle cx='195' cy='132' r='10'/%3E%3Ccircle cx='186' cy='198' r='9'/%3E%3C/g%3E%3C/svg%3E");
}

.andiya-results-login__decor--right::after {
    right: 0;
    bottom: 2px;
    width: 176px;
    height: 250px;
    opacity: .3;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 320'%3E%3Cg fill='none' stroke='%23c5cac4' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round' opacity='.92'%3E%3Cpath d='M104 224 L146 196 L182 218'/%3E%3Cpath d='M146 196 L136 148'/%3E%3Cpath d='M104 224 L70 264'/%3E%3Cpath d='M182 218 L206 262'/%3E%3Cpath d='M136 148 L176 120'/%3E%3Ccircle cx='104' cy='224' r='12'/%3E%3Ccircle cx='146' cy='196' r='13'/%3E%3Ccircle cx='182' cy='218' r='11'/%3E%3Ccircle cx='136' cy='148' r='10'/%3E%3Ccircle cx='176' cy='120' r='10'/%3E%3Ccircle cx='70' cy='264' r='13'/%3E%3Ccircle cx='206' cy='262' r='9'/%3E%3C/g%3E%3C/svg%3E");
}

@media (max-width: 991px) {
    .andiya-results-login__decor--right {
        top: 88px !important;
        right: -18px !important;
        bottom: 58px !important;
        width: 96px !important;
        opacity: .9 !important;
    }

    .andiya-results-login__decor--right::before {
        width: 100px;
        height: 132px;
        top: 10px;
        right: 4px;
        opacity: .22;
    }

    .andiya-results-login__decor--right::after {
        width: 110px;
        height: 158px;
        bottom: 0;
        right: -2px;
        opacity: .2;
    }
}

@media (max-width: 767px) {
    .andiya-results-login__decor--right {
        display: none !important;
    }
}
