.tm-page--analyzer-run {
    background: #fff;
}

.ar-page {
    overflow: hidden;
}

.ar-hero {
    position: relative;
    padding: 86px 0 92px;
    background:
        radial-gradient(circle at 88% 16%, rgba(102, 95, 244, .17), transparent 31%),
        radial-gradient(circle at 8% 82%, rgba(15, 186, 131, .1), transparent 26%),
        linear-gradient(180deg, #fbfcff 0%, #f5f7fc 100%);
}

.ar-hero::before {
    position: absolute;
    top: 65px;
    left: -125px;
    width: 310px;
    height: 310px;
    border: 1px solid rgba(102, 95, 244, .16);
    border-radius: 50%;
    content: "";
}

.ar-hero__grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(450px, 1.05fr);
    align-items: center;
    gap: clamp(48px, 7vw, 110px);
}

.ar-hero__copy {
    max-width: 680px;
}

.ar-hero h1 {
    max-width: 650px;
    margin-bottom: 24px;
    font-size: clamp(46px, 5.2vw, 74px);
}

.ar-hero__lead {
    max-width: 660px;
    margin-bottom: 30px;
    color: var(--muted);
    font-size: 20px;
}

.ar-hero__facts {
    display: flex;
    gap: 0;
    margin: 38px 0 0;
    padding: 0;
    list-style: none;
}

.ar-hero__facts li {
    display: flex;
    min-width: 128px;
    flex-direction: column;
    padding: 0 24px;
    border-left: 1px solid var(--line);
}

.ar-hero__facts li:first-child {
    padding-left: 0;
    border-left: 0;
}

.ar-hero__facts strong {
    color: var(--ink);
    font-size: 24px;
    letter-spacing: -.04em;
}

.ar-hero__facts span {
    color: var(--muted);
    font-size: 13px;
}

.ar-visual {
    position: relative;
    min-height: 510px;
    overflow: hidden;
    border: 1px solid rgba(208, 214, 235, .96);
    border-radius: 32px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .95), rgba(241, 243, 254, .92));
    box-shadow: 0 34px 90px rgba(46, 51, 91, .17);
}

.ar-visual::before {
    position: absolute;
    inset: 17px;
    border: 1px solid rgba(102, 95, 244, .1);
    border-radius: 24px;
    content: "";
}

.ar-visual__glow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: rgba(102, 95, 244, .18);
    filter: blur(55px);
    transform: translate(-50%, -50%);
}

.ar-network {
    position: absolute;
    inset: 35px 10px auto;
    width: calc(100% - 20px);
    height: 420px;
}

.ar-network__lines {
    fill: none;
    stroke-width: 1.4;
    stroke-dasharray: 5 8;
    opacity: .7;
}

.ar-network__nodes circle {
    fill: #fff;
    stroke: #7770f7;
    stroke-width: 4;
    filter: drop-shadow(0 6px 7px rgba(102, 95, 244, .2));
}

.ar-visual__domain {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    width: 195px;
    min-height: 126px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #d7d5ff;
    border-radius: 24px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 20px 45px rgba(63, 55, 169, .2);
    transform: translate(-50%, -50%);
}

.ar-visual__domain small {
    margin-bottom: 3px;
    color: var(--muted);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.ar-visual__domain strong {
    font-size: 22px;
}

.ar-visual__domain span {
    margin-top: 9px;
    padding: 4px 9px;
    border-radius: 999px;
    color: #087a57;
    background: var(--success-soft);
    font-size: 11px;
    font-weight: 800;
}

.ar-visual__counter,
.ar-visual__report {
    position: absolute;
    z-index: 2;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, .95);
    box-shadow: 0 18px 40px rgba(41, 46, 78, .12);
}

.ar-visual__counter {
    top: 26px;
    right: 25px;
    display: flex;
    min-width: 142px;
    flex-direction: column;
    padding: 15px 18px;
    border-radius: 18px;
}

.ar-visual__counter span,
.ar-visual__counter small {
    color: var(--muted);
    font-size: 11px;
}

.ar-visual__counter strong {
    color: var(--accent);
    font-size: 29px;
    letter-spacing: -.04em;
}

.ar-visual__report {
    right: 25px;
    bottom: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    border-radius: 18px;
}

.ar-visual__report-icon {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 12px;
    color: #fff;
    background: var(--success);
    font-weight: 900;
}

.ar-visual__report div {
    display: flex;
    flex-direction: column;
}

.ar-visual__report strong {
    font-size: 14px;
}

.ar-visual__report small {
    color: var(--muted);
    font-size: 11px;
}

.ar-trust {
    border-top: 1px solid #e7ebf3;
    border-bottom: 1px solid #e7ebf3;
    background: #fff;
}

.ar-trust__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.ar-trust__grid span {
    position: relative;
    padding: 22px 18px 22px 40px;
    color: #4b5872;
    font-size: 14px;
    font-weight: 750;
    text-align: center;
}

.ar-trust__grid span::before {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 10px;
    border-radius: 50%;
    background: var(--success);
    box-shadow: 0 0 0 5px var(--success-soft);
    content: "";
}

.ar-plans__grid {
    display: grid;
    max-width: 1030px;
    margin: 0 auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.ar-plan {
    position: relative;
    display: flex;
    min-height: 585px;
    flex-direction: column;
    padding: clamp(28px, 4vw, 46px);
    border: 1px solid var(--line);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 22px 65px rgba(41, 48, 82, .09);
}

.ar-plan--maximum {
    overflow: hidden;
    border-color: #a7a2ff;
    box-shadow: 0 26px 75px rgba(102, 95, 244, .16);
}

.ar-plan--maximum::before {
    position: absolute;
    top: -110px;
    right: -90px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(102, 95, 244, .09);
    content: "";
}

.ar-plan__top {
    position: relative;
    z-index: 1;
    min-height: 148px;
}

.ar-plan__top p {
    color: var(--muted);
}

.ar-plan__badge {
    display: inline-flex;
    margin-bottom: 19px;
    padding: 6px 11px;
    border-radius: 999px;
    color: #087a57;
    background: var(--success-soft);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.ar-plan__badge--accent {
    color: var(--accent);
    background: var(--accent-soft);
}

.ar-plan__volume {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin: 22px 0 4px;
}

.ar-plan__volume strong {
    font-size: clamp(42px, 4vw, 58px);
    line-height: 1;
    letter-spacing: -.05em;
}

.ar-plan__volume span {
    color: var(--muted);
    font-size: 14px;
}

.ar-plan__price {
    display: flex;
    align-items: baseline;
    gap: 10px;
    padding-bottom: 24px;
    border-bottom: 1px solid #e7ebf3;
}

.ar-plan__price strong {
    color: var(--accent);
    font-size: 24px;
}

.ar-plan__price span {
    color: var(--muted);
    font-size: 12px;
}

.ar-checks {
    display: grid;
    gap: 13px;
    margin: 25px 0 32px;
    padding: 0;
    list-style: none;
}

.ar-checks li {
    position: relative;
    padding-left: 28px;
    color: #45516a;
    font-size: 15px;
}

.ar-checks li::before {
    position: absolute;
    top: 1px;
    left: 0;
    display: grid;
    width: 19px;
    height: 19px;
    place-items: center;
    border-radius: 50%;
    color: #087a57;
    background: var(--success-soft);
    content: "✓";
    font-size: 11px;
    font-weight: 900;
}

.ar-plan__button {
    width: 100%;
    margin-top: auto;
}

.ar-plans__note {
    max-width: 850px;
    margin: 28px auto 0;
    color: var(--muted);
    font-size: 13px;
    text-align: center;
}

.ar-steps {
    display: grid;
    margin: 0;
    padding: 0;
    counter-reset: steps;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    list-style: none;
}

.ar-steps li {
    display: flex;
    min-height: 245px;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px;
    border: 1px solid #e0e5f0;
    border-radius: 22px;
    background: #fff;
}

.ar-steps li > span {
    color: #aaa6e9;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
}

.ar-steps h3 {
    margin-bottom: 9px;
}

.ar-steps p {
    margin: 0;
    color: var(--muted);
    font-size: 15px;
}

.ar-request {
    position: relative;
    background:
        radial-gradient(circle at 10% 12%, rgba(102, 95, 244, .08), transparent 25%),
        #fff;
}

.ar-request__grid {
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(540px, 1.2fr);
    align-items: start;
    gap: clamp(50px, 8vw, 120px);
}

.ar-request__copy {
    position: sticky;
    top: 115px;
    padding-top: 42px;
}

.ar-request__copy > p {
    max-width: 490px;
    color: var(--muted);
    font-size: 18px;
}

.ar-request__promise {
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: 430px;
    margin-top: 34px;
    padding: 18px;
    border: 1px solid #dcd9ff;
    border-radius: 18px;
    background: #f7f6ff;
}

.ar-request__promise > span {
    padding-right: 16px;
    border-right: 1px solid #dcd9ff;
    color: var(--accent);
    font-size: 25px;
    font-weight: 900;
}

.ar-request__promise div {
    display: flex;
    flex-direction: column;
}

.ar-request__promise strong {
    font-size: 14px;
}

.ar-request__promise small {
    margin-top: 3px;
    color: var(--muted);
    font-size: 11px;
}

.ar-form-card {
    padding: clamp(25px, 4vw, 44px);
    border: 1px solid var(--line);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 30px 80px rgba(41, 48, 82, .13);
}

.ar-form {
    display: grid;
    gap: 22px;
}

.ar-form__plans {
    display: grid;
    margin: 0;
    padding: 0;
    border: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.ar-form__plans legend {
    width: 100%;
    margin-bottom: 10px;
    color: var(--ink);
    font-size: 14px;
    font-weight: 800;
    grid-column: 1 / -1;
}

.ar-form__plan {
    position: relative;
    display: block;
    cursor: pointer;
}

.ar-form__plan input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.ar-form__plan > span {
    display: flex;
    min-height: 78px;
    flex-direction: column;
    justify-content: center;
    padding: 14px 18px;
    border: 1px solid var(--line);
    border-radius: 15px;
    background: #fafbfe;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.ar-form__plan.is-selected > span {
    border-color: #918cff;
    background: #f4f3ff;
    box-shadow: 0 0 0 3px rgba(102, 95, 244, .11);
}

.ar-form__plan input:focus-visible + span {
    outline: 3px solid rgba(102, 95, 244, .22);
    outline-offset: 3px;
}

.ar-form__plan strong {
    font-size: 19px;
}

.ar-form__plan small {
    color: var(--muted);
    font-size: 12px;
}

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

.ar-contact-fields {
    display: grid;
    gap: 18px;
}

.ar-contact-fields[hidden] {
    display: none;
}

.ar-form__field {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.ar-form__field label {
    margin-bottom: 8px;
    color: var(--ink);
    font-size: 14px;
    font-weight: 800;
}

.ar-form__field input {
    width: 100%;
    height: 54px;
    padding: 0 16px;
    border: 1px solid #cfd7e6;
    border-radius: 13px;
    outline: 0;
    color: var(--ink);
    background: #fff;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.ar-form__field input::placeholder {
    color: #9aa4b7;
}

.ar-form__field input:focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 4px rgba(102, 95, 244, .11);
}

.ar-form__field input[aria-invalid="true"] {
    border-color: #d64f5b;
    box-shadow: 0 0 0 4px rgba(214, 79, 91, .09);
}

.ar-form__field > small:not(.ar-field-error) {
    margin-top: 6px;
    color: var(--muted);
    font-size: 11px;
}

.ar-field-error {
    display: block;
    min-height: 0;
    margin-top: 6px;
    color: #bc3340;
    font-size: 12px;
    grid-column: 1 / -1;
}

.ar-field-error:empty {
    display: none;
}

.ar-form__consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--muted);
    font-size: 12px;
    cursor: pointer;
}

.ar-form__consent input {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    margin-top: 1px;
    accent-color: var(--accent);
}

.ar-form__consent a {
    color: var(--accent);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.ar-form__trap {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.ar-form__submit {
    position: relative;
    width: 100%;
    min-height: 56px;
}

.ar-form__submit:disabled {
    cursor: wait;
    opacity: .72;
    transform: none;
}

.ar-form__spinner {
    display: none;
    width: 18px;
    height: 18px;
    margin-left: 9px;
    border: 2px solid rgba(255, 255, 255, .45);
    border-top-color: #fff;
    border-radius: 50%;
    animation: ar-spin .7s linear infinite;
}

.ar-form__submit.is-loading .ar-form__spinner {
    display: block;
}

.ar-form__note,
.ar-form__status {
    margin: -10px 0 0;
    color: var(--muted);
    font-size: 12px;
    text-align: center;
}

.ar-form__status.is-error {
    color: #bc3340;
}

.ar-form-success {
    padding: 44px 20px;
    text-align: center;
    outline: 0;
}

.ar-form-success__icon {
    display: grid;
    width: 62px;
    height: 62px;
    margin: 0 auto 22px;
    place-items: center;
    border-radius: 20px;
    color: #fff;
    background: var(--success);
    box-shadow: 0 15px 30px rgba(15, 186, 131, .24);
    font-size: 28px;
    font-weight: 900;
}

.ar-form-success p {
    max-width: 430px;
    margin: 0 auto 26px;
    color: var(--muted);
}

.ar-editor-content {
    padding-top: 0;
}

.ar-editor-content__body {
    padding: 34px 38px;
    border: 1px solid #e0e5f0;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(26, 39, 74, .08);
}

.ar-editor-content__body > :first-child {
    margin-top: 0;
}

.ar-editor-content__body > :last-child {
    margin-bottom: 0;
}

.ar-editor-content__body h1,
.ar-editor-content__body h2,
.ar-editor-content__body h3,
.ar-editor-content__body h4 {
    margin: 28px 0 12px;
    color: var(--text);
}

.ar-editor-content__body p,
.ar-editor-content__body li {
    color: var(--muted);
    line-height: 1.75;
}

.ar-editor-content__body table {
    width: 100%;
    border-collapse: collapse;
}

.ar-editor-content__body td,
.ar-editor-content__body th {
    padding: 12px 14px;
    border: 1px solid #e0e5f0;
    text-align: left;
}

.ar-faq__list {
    max-width: 900px;
    margin: 0 auto;
}

.ar-faq__item {
    margin-bottom: 12px;
    border: 1px solid #e0e5f0;
    border-radius: 18px;
    background: #fff;
}

.ar-faq__item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 22px 24px;
    cursor: pointer;
    font-weight: 800;
    list-style: none;
}

.ar-faq__item summary::-webkit-details-marker {
    display: none;
}

.ar-faq__item summary span {
    color: var(--accent);
    font-size: 24px;
    font-weight: 400;
    transition: transform .2s ease;
}

.ar-faq__item[open] summary span {
    transform: rotate(45deg);
}

.ar-faq__item p {
    max-width: 780px;
    margin: -5px 24px 24px;
    color: var(--muted);
    font-size: 15px;
}

.ar-final {
    padding: 80px 0;
    color: #fff;
    background:
        radial-gradient(circle at 82% 10%, rgba(142, 101, 242, .45), transparent 30%),
        linear-gradient(135deg, #151e33, #25255c);
    text-align: center;
}

.ar-final h2 {
    max-width: 790px;
    margin-right: auto;
    margin-left: auto;
}

.ar-final p {
    margin-bottom: 28px;
    color: #c5cbe0;
}

@keyframes ar-spin {
    to { transform: rotate(360deg); }
}

@media (max-width: 1050px) {
    .ar-hero__grid {
        grid-template-columns: 1fr;
    }

    .ar-hero__copy {
        max-width: 820px;
        margin: 0 auto;
        text-align: center;
    }

    .ar-hero__copy h1,
    .ar-hero__lead {
        margin-right: auto;
        margin-left: auto;
    }

    .ar-hero__copy .tm-actions,
    .ar-hero__facts {
        justify-content: center;
    }

    .ar-visual {
        width: 100%;
        max-width: 720px;
        margin: 0 auto;
    }

    .ar-request__grid {
        grid-template-columns: 1fr;
    }

    .ar-request__copy {
        position: static;
        max-width: 700px;
        padding-top: 0;
    }

    .ar-form-card {
        max-width: 720px;
    }
}

@media (max-width: 780px) {
    .ar-hero {
        padding: 58px 0 65px;
    }

    .ar-hero h1 {
        font-size: clamp(40px, 12vw, 58px);
    }

    .ar-hero__lead {
        font-size: 17px;
    }

    .ar-hero__facts {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .ar-hero__facts li {
        min-width: 0;
        padding: 0 12px;
    }

    .ar-hero__facts strong {
        font-size: 20px;
    }

    .ar-visual {
        min-height: 430px;
        border-radius: 25px;
    }

    .ar-network {
        top: 0;
        height: 360px;
    }

    .ar-visual__domain {
        top: 47%;
    }

    .ar-trust__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ar-trust__grid span {
        padding: 16px 8px;
        font-size: 12px;
    }

    .ar-plans__grid,
    .ar-steps {
        grid-template-columns: 1fr;
    }

    .ar-plan {
        min-height: 0;
    }

    .ar-plan__top {
        min-height: 0;
    }

    .ar-steps li {
        min-height: 210px;
    }

    .ar-form__row {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 520px) {
    .ar-hero__copy {
        text-align: left;
    }

    .ar-hero__copy .tm-actions {
        justify-content: stretch;
    }

    .ar-hero__copy .tm-actions .tm-btn {
        width: 100%;
    }

    .ar-hero__facts {
        justify-content: start;
    }

    .ar-hero__facts li {
        padding: 0 8px;
    }

    .ar-hero__facts li:first-child {
        padding-left: 0;
    }

    .ar-hero__facts strong {
        font-size: 18px;
    }

    .ar-visual {
        min-height: 390px;
    }

    .ar-network {
        top: 2px;
        height: 310px;
    }

    .ar-visual__domain {
        top: 44%;
        width: 166px;
        min-height: 110px;
    }

    .ar-visual__domain strong {
        font-size: 19px;
    }

    .ar-visual__counter {
        top: 18px;
        right: 17px;
        min-width: 112px;
        padding: 10px 13px;
    }

    .ar-visual__counter strong {
        font-size: 24px;
    }

    .ar-visual__report {
        right: 16px;
        bottom: 17px;
        padding: 11px 13px;
    }

    .ar-visual__report-icon {
        width: 33px;
        height: 33px;
    }

    .ar-plan,
    .ar-form-card {
        padding: 24px 20px;
        border-radius: 22px;
    }

    .ar-editor-content__body {
        padding: 26px 20px;
        border-radius: 20px;
        overflow-x: auto;
    }

    .ar-plan__volume {
        align-items: flex-end;
    }

    .ar-plan__volume strong {
        font-size: 42px;
    }

    .ar-form__plan > span {
        padding: 12px;
    }

    .ar-request__promise {
        align-items: flex-start;
    }

    .ar-request__promise > span {
        font-size: 21px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ar-form__spinner {
        animation-duration: 1.5s;
    }
}

/* === Уведомления о результате отправки заявки === */
.ar-form[hidden],
.ar-form.is-hidden {
    display: none !important;
}

.ar-form__status.is-visible {
    display: block;
    margin: 0;
    padding: 13px 16px;
    border-radius: 14px;
    font-size: 14px;
    line-height: 1.45;
    text-align: left;
}

.ar-form__status.is-pending.is-visible {
    color: var(--ink, #172033);
    background: #f2f4fb;
    border: 1px solid #dfe4f2;
}

.ar-form__status.is-error.is-visible {
    color: #8f2231;
    background: #fdeef0;
    border: 1px solid #f3c4ca;
}

.ar-form__status.is-success.is-visible {
    color: #147a58;
    background: #eafaf3;
    border: 1px solid #bfe9d7;
}

.ar-toast-wrap {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 12000;
    display: grid;
    gap: 10px;
    width: min(380px, calc(100vw - 24px));
}

.ar-toast {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: start;
    gap: 12px;
    padding: 14px 14px 14px 16px;
    border: 1px solid #e2e7f2;
    border-left-width: 4px;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(23, 32, 51, .18);
    animation: ar-toast-in .26s ease;
}

.ar-toast.is-hiding {
    opacity: 0;
    transform: translateY(8px);
    transition: opacity .2s ease, transform .2s ease;
}

.ar-toast.is-success {
    border-left-color: var(--success, #0fba83);
}

.ar-toast.is-error {
    border-left-color: #bc3340;
}

.ar-toast__icon {
    display: grid;
    place-items: center;
    width: 26px;
    height: 26px;
    border-radius: 9px;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
}

.ar-toast.is-success .ar-toast__icon {
    background: var(--success, #0fba83);
}

.ar-toast.is-error .ar-toast__icon {
    background: #bc3340;
}

.ar-toast__body {
    display: grid;
    gap: 3px;
    font-size: 13px;
    line-height: 1.45;
    color: var(--muted, #66728d);
}

.ar-toast__title {
    color: var(--ink, #172033);
    font-size: 14px;
}

.ar-toast__close {
    padding: 0 2px;
    border: 0;
    background: none;
    color: #9aa4bb;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
}

.ar-toast__close:hover {
    color: var(--ink, #172033);
}

@keyframes ar-toast-in {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 640px) {
    .ar-toast-wrap {
        right: 12px;
        bottom: 12px;
        left: 12px;
        width: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ar-toast {
        animation: none;
        transition: none;
    }
}
