﻿.asareh-hero__content {
    left: max(42px, calc((100vw - var(--asareh-container)) / 2 + 24px)) !important;
    right: auto !important;
    bottom: 48px !important;
    width: min(500px, 34vw) !important;
    max-width: 500px !important;
    text-align: right !important;
}

.asareh-hero h1 {
    font-size: clamp(20px, 1.9vw, 29px) !important;
    line-height: 1.62 !important;
    max-width: 480px !important;
}

.asareh-hero__lead {
    max-width: 480px !important;
    font-size: 13.5px !important;
    line-height: 2 !important;
}

.asareh-hero__note {
    font-size: 11.5px !important;
}

.asareh-hero__micro {
    font-size: 11.5px !important;
}

.asareh-hero__floating-brand {
    right: max(42px, calc((100vw - var(--asareh-container)) / 2 + 24px)) !important;
    bottom: 64px !important;
    width: 145px !important;
    max-width: 13vw !important;
}

.asareh-client-error {
    display: block;
    margin-top: 6px;
    color: #b42318;
    font-size: 12.5px;
    line-height: 1.8;
    font-weight: 800;
}

.asareh-input-error {
    background: rgba(180, 35, 24, 0.04) !important;
    box-shadow: 0 0 0 4px rgba(180, 35, 24, 0.12) !important;
}

@media (max-width: 1280px) {
    .asareh-hero__content {
        left: 36px !important;
        bottom: 54px !important;
        width: min(500px, 42vw) !important;
    }

    .asareh-hero__floating-brand {
        right: 36px !important;
        bottom: 58px !important;
        width: 132px !important;
        max-width: 16vw !important;
    }
}

@media (max-width: 900px) {
    .asareh-hero__content {
        left: 22px !important;
        right: 22px !important;
        bottom: 92px !important;
        width: auto !important;
        max-width: 430px !important;
    }

    .asareh-hero h1 {
        font-size: clamp(20px, 5.4vw, 28px) !important;
    }

    .asareh-hero__floating-brand {
        right: 22px !important;
        bottom: 24px !important;
        width: 105px !important;
        max-width: 28vw !important;
    }
}
.asareh-back-to-top {
    position: fixed;
    left: 22px;
    bottom: 88px;
    z-index: 90;
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #ffffff;
    background: linear-gradient(135deg, #02644d, #0a8a6e);
    box-shadow: 0 18px 36px rgba(2, 100, 77, 0.22);
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
}

    .asareh-back-to-top.is-visible {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .asareh-back-to-top:hover {
        transform: translateY(-3px);
    }

.asareh-footer__admin-link {
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.92);
    font-weight: 800;
}

    .asareh-footer__admin-link::before {
        content: "↗";
        display: inline-flex;
        margin-left: 6px;
        color: #d3a93c;
    }

.asareh-client-error {
    display: block;
    margin-top: 6px;
    color: #b42318;
    font-size: 12.5px;
    line-height: 1.8;
    font-weight: 800;
}

.asareh-input-error {
    background: rgba(180, 35, 24, 0.04) !important;
    box-shadow: 0 0 0 4px rgba(180, 35, 24, 0.12) !important;
}