﻿@font-face {
    font-family: "Vazir";
    src: url("fonts/asareh-vazir/Vazir-Regular.eot");
    src: url("fonts/asareh-vazir/Vazir-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/asareh-vazir/Vazir-Regular.woff2") format("woff2"), url("fonts/asareh-vazir/Vazir-Regular.woff") format("woff"), url("fonts/asareh-vazir/Vazir-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Vazir";
    src: url("fonts/asareh-vazir/Vazir-Medium.eot");
    src: url("fonts/asareh-vazir/Vazir-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/asareh-vazir/Vazir-Medium.woff2") format("woff2"), url("fonts/asareh-vazir/Vazir-Medium.woff") format("woff"), url("fonts/asareh-vazir/Vazir-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Vazir";
    src: url("fonts/asareh-vazir/Vazir-Bold.eot");
    src: url("fonts/asareh-vazir/Vazir-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/asareh-vazir/Vazir-Bold.woff2") format("woff2"), url("fonts/asareh-vazir/Vazir-Bold.woff") format("woff"), url("fonts/asareh-vazir/Vazir-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Vazir";
    src: url("fonts/asareh-vazir/Vazir-Black.eot");
    src: url("fonts/asareh-vazir/Vazir-Black.eot?#iefix") format("embedded-opentype"), url("fonts/asareh-vazir/Vazir-Black.woff2") format("woff2"), url("fonts/asareh-vazir/Vazir-Black.woff") format("woff"), url("fonts/asareh-vazir/Vazir-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

:root {
    --asareh-green-950: #061b1f;
    --asareh-green-900: #123b42;
    --asareh-green-850: #0f3339;
    --asareh-green-800: #02644d;
    --asareh-green-700: #0c5a56;
    --asareh-green-600: #05745d;
    --asareh-green-500: #3dba92;
    --asareh-green-100: #e7f5f0;
    --asareh-gold: #b58f34;
    --asareh-gold-soft: #efe5c8;
    --asareh-text: #17383d;
    --asareh-muted: #5d7478;
    --asareh-bg: #fbfdfc;
    --asareh-white: #ffffff;
    --asareh-container: 1560px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

    html.asareh-waiting-is-active,
    html.asareh-waiting-is-active body {
        overflow: hidden;
    }

body,
input,
textarea,
select,
button {
    font-family: "Vazir", Tahoma, Arial, sans-serif;
}

body {
    margin: 0;
    direction: rtl;
    color: var(--asareh-text);
    background: var(--asareh-bg);
    font-size: 16px;
    line-height: 1.95;
}

a {
    color: inherit;
    text-decoration: none;
}

img,
video {
    display: block;
    max-width: 100%;
}

button,
input,
textarea,
select {
    font-size: 15px;
}

::selection {
    color: #ffffff;
    background: var(--asareh-green-800);
}

.asareh-page {
    overflow: hidden;
}

.asareh-container {
    width: min(100% - 30px, var(--asareh-container));
    margin: 0 auto;
}

/* General */

.asareh-section {
    padding: 44px 0;
}

.asareh-section-heading {
    width: 100%;
    max-width: 940px;
    margin: 0 auto 28px;
    text-align: center;
}

.asareh-section-heading--center {
    margin: 0 auto 28px;
    text-align: center;
}

.asareh-section-heading h2 {
    margin: 10px auto 12px;
    max-width: 900px;
    color: var(--asareh-green-900);
    font-size: clamp(24px, 2.5vw, 35px);
    line-height: 1.48;
    font-weight: 900;
    letter-spacing: -0.45px;
    text-align: center;
}

.asareh-section-heading p {
    margin: 0 auto 10px;
    max-width: 860px;
    color: var(--asareh-muted);
    font-size: 18px;
    line-height: 2.08;
    font-weight: 800;
    text-align: center;
    text-align-last: center;
}

.asareh-about__side p,
.asareh-service-item p,
.asareh-founder__content p,
.asareh-book-item p,
.asareh-article-item p,
.asareh-lead-request__trust span,
.asareh-final-cta p,
.asareh-footer p {
    text-align: justify;
    text-align-last: auto;
}

.asareh-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-right: auto;
    margin-left: auto;
    padding: 7px 14px;
    border: 0;
    border-radius: 999px;
    color: var(--asareh-green-800);
    background: rgba(61, 186, 146, 0.10);
    font-size: 12.5px;
    font-weight: 900;
}

    .asareh-eyebrow::before {
        content: "✦";
        color: var(--asareh-gold);
        font-size: 12px;
    }

.asareh-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

    .asareh-badges span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 8px 13px;
        border: 0;
        border-radius: 999px;
        color: var(--asareh-green-900);
        background: rgba(61, 186, 146, 0.11);
        font-size: 13px;
        font-weight: 800;
    }
    
    
    /* Buttons */

.asareh-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 11px 22px;
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    transition: transform 0.22s ease, opacity 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
    white-space: nowrap;
    font-weight: 900;
    line-height: 1.45;
}

    .asareh-btn:hover {
        transform: translateY(-2px);
    }

.asareh-btn--primary {
    color: #ffffff;
    background: linear-gradient(135deg, var(--asareh-green-900), var(--asareh-green-800));
}

.asareh-btn--book {
    color: #17383d;
    background: linear-gradient(135deg, #f3df9e 0%, #caa044 45%, #b58f34 100%);
    box-shadow: 0 14px 32px rgba(181, 143, 52, 0.22), inset 0 0 0 1px rgba(255, 255, 255, 0.45);
}

    .asareh-btn--book:hover {
        background: linear-gradient(135deg, #fff1bc 0%, #d4aa4e 48%, #b58f34 100%);
        box-shadow: 0 18px 36px rgba(181, 143, 52, 0.30), inset 0 0 0 1px rgba(255, 255, 255, 0.58);
    }

.asareh-btn--secondary {
    color: var(--asareh-green-900);
    background: rgba(255, 255, 255, 0.92);
}

.asareh-btn--ghost {
    color: var(--asareh-green-800);
    background: rgba(61, 186, 146, 0.11);
}

.asareh-btn--light {
    color: var(--asareh-green-900);
    background: #ffffff;
}

.asareh-btn--outline-light {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
}

.asareh-btn--disabled,
.asareh-btn--disabled:hover {
    color: rgba(18, 59, 66, 0.56);
    background: rgba(93, 116, 120, 0.12);
    cursor: not-allowed;
    transform: none;
    opacity: 0.72;
}

.asareh-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--asareh-green-800);
    font-weight: 900;
}

    .asareh-link::after {
        content: "←";
        transition: transform 0.2s ease;
    }

    .asareh-link:hover::after {
        transform: translateX(-4px);
    }

/* Waiting */

.asareh-waiting {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px;
    color: #ffffff;
    background: radial-gradient(circle at 18% 18%, rgba(61, 186, 146, 0.28), transparent 26%), radial-gradient(circle at 82% 78%, rgba(181, 143, 52, 0.22), transparent 24%), linear-gradient(135deg, #123b42 0%, #02644d 52%, #0f3d43 100%);
    opacity: 1;
    visibility: visible;
    transition: opacity 0.28s ease, visibility 0.28s ease;
}

.asareh-waiting--hide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.asareh-waiting__orb {
    position: absolute;
    border-radius: 999px;
    opacity: 0.38;
    filter: blur(4px);
    pointer-events: none;
}

.asareh-waiting__orb--one {
    width: 320px;
    height: 320px;
    right: 10%;
    top: 12%;
    background: rgba(61, 186, 146, 0.28);
    animation: asarehWaitingFloatOne 4s ease-in-out infinite;
}

.asareh-waiting__orb--two {
    width: 240px;
    height: 240px;
    left: 12%;
    bottom: 14%;
    background: rgba(181, 143, 52, 0.24);
    animation: asarehWaitingFloatTwo 4.6s ease-in-out infinite;
}

.asareh-waiting__inner {
    position: relative;
    z-index: 2;
    width: min(100%, 720px);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transform: translateY(10px) scale(0.985);
    opacity: 0;
    transition: opacity 0.36s ease, transform 0.36s ease;
}

.asareh-waiting--ready .asareh-waiting__inner {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.asareh-waiting__logo-wrap {
    width: 150px;
    min-height: 96px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.asareh-waiting__logo {
    display: block;
    width: 150px;
    max-height: 96px;
    object-fit: contain;
}

.asareh-waiting__fallback-logo {
    display: none;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    color: #ffffff;
    font-size: 34px;
    font-weight: 900;
    letter-spacing: -1px;
}

.asareh-waiting__text span {
    display: inline-flex;
    margin-bottom: 12px;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.10);
    color: rgba(255, 255, 255, 0.86);
    font-size: 13px;
    font-weight: 800;
}

.asareh-waiting__text h1 {
    margin: 0;
    max-width: 680px;
    color: #ffffff;
    font-size: clamp(26px, 4vw, 42px);
    line-height: 1.45;
    font-weight: 900;
}

.asareh-waiting__text p {
    margin: 14px auto 0;
    max-width: 520px;
    color: rgba(255, 255, 255, 0.74);
    font-size: 15px;
    line-height: 2;
}

.asareh-waiting__progress {
    width: min(100%, 340px);
    height: 5px;
    margin-top: 24px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
}

    .asareh-waiting__progress span {
        display: block;
        width: 100%;
        height: 100%;
        border-radius: inherit;
        background: linear-gradient(90deg, #b58f34, #3dba92, #ffffff);
        transform-origin: right;
        transform: scaleX(0);
        animation: asarehWaitingProgress 0.92s ease forwards;
    }

.asareh-waiting__enter {
    min-height: 42px;
    margin-top: 20px;
    padding: 9px 22px;
    border: 0;
    border-radius: 999px;
    color: #123b42;
    background: rgba(255, 255, 255, 0.94);
    font-weight: 900;
    cursor: pointer;
}

@keyframes asarehWaitingProgress {
    from {
        transform: scaleX(0);
    }

    to {
        transform: scaleX(1);
    }
}

@keyframes asarehWaitingFloatOne {
    0%, 100% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(-22px, 16px, 0);
    }
}

@keyframes asarehWaitingFloatTwo {
    0%, 100% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(18px, -14px, 0);
    }
}

/* Header */

.asareh-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 80;
    background: transparent;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
}

    .asareh-header,
    .asareh-header *,
    .asareh-header *::before,
    .asareh-header *::after {
        border: 0;
        box-shadow: none;
    }

.asareh-header__inner {
    min-height: 92px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.asareh-header__brand {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
}

.asareh-header__brand-image {
    width: 112px;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.20));
}

.asareh-header__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 0;
    background: transparent;
    border-radius: 0;
}

    .asareh-header__nav a {
        padding: 8px 12px;
        border-radius: 999px;
        color: rgba(255, 255, 255, 0.86);
        background: transparent;
        font-size: 14px;
        font-weight: 900;
        transition: color 0.2s ease, background 0.2s ease;
    }

        .asareh-header__nav a:hover {
            color: #ffffff;
            background: rgba(255, 255, 255, 0.10);
        }

.asareh-header__actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
}

.asareh-header__book {
    min-height: 44px;
    padding-right: 20px;
    padding-left: 20px;
}

.asareh-header__cta {
    min-height: 44px;
    padding-right: 20px;
    padding-left: 20px;
    background: linear-gradient(135deg, #02644d, #04866d);
    box-shadow: 0 14px 32px rgba(2, 100, 77, 0.22);
}

/* Intro */

.asareh-hero {
    position: relative;
    min-height: 100vh;
    height: 100vh;
    padding: 0;
    overflow: hidden;
    display: block;
    background: #08282d;
}

    .asareh-hero > .asareh-container {
        width: 100%;
        max-width: none;
        height: 100%;
        min-height: 100vh;
        position: relative;
        margin: 0;
        padding-right: max(18px, calc((100vw - var(--asareh-container)) / 2));
        padding-left: max(18px, calc((100vw - var(--asareh-container)) / 2));
    }

.asareh-hero__grid {
    position: relative;
    z-index: 5;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    display: block;
}

.asareh-hero__media-wrap {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: #08282d;
}

.asareh-hero__media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    object-fit: cover;
    object-position: center center;
    opacity: 0.94;
    filter: brightness(1.30) contrast(1.03) saturate(1.22);
    transform: scale(1.01);
    background: #08282d;
}

.asareh-hero__media-shade {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: radial-gradient(circle at 24% 58%, rgba(61, 186, 146, 0.14), transparent 28%), linear-gradient(90deg, rgba(5, 25, 28, 0.38) 0%, rgba(5, 25, 28, 0.34) 34%, rgba(5, 25, 28, 0.20) 58%, rgba(5, 25, 28, 0.84) 100%);
}

.asareh-hero__media-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    width: 40vw;
    pointer-events: none;
    background: linear-gradient(270deg, rgba(3, 17, 20, 0.95) 0%, rgba(5, 38, 41, 0.78) 32%, rgba(8, 73, 64, 0.38) 68%, rgba(8, 73, 64, 0.00) 100%);
}

.asareh-hero__media-wrap::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 4;
    height: 31%;
    pointer-events: none;
    background: linear-gradient(0deg, rgba(5, 24, 28, 0.88) 0%, rgba(5, 24, 28, 0.00) 100%);
}

.asareh-hero__content {
    position: absolute;
    z-index: 8;
    left: max(24px, calc((100vw - var(--asareh-container)) / 2 + 8px));
    right: auto;
    bottom: 78px;
    width: min(520px, 38vw);
    max-width: 520px;
    padding: 0;
    color: #ffffff;
    text-align: right;
}

    .asareh-hero__content .asareh-eyebrow {
        margin-bottom: 12px;
        color: rgba(255, 255, 255, 0.94);
        background: rgba(255, 255, 255, 0.14);
        border: 0;
        box-shadow: none;
        font-size: 11.5px;
        font-weight: 900;
        backdrop-filter: blur(10px);
    }

        .asareh-hero__content .asareh-eyebrow::before {
            color: var(--asareh-gold);
        }

.asareh-hero h1 {
    max-width: 500px;
    margin: 0 0 10px;
    color: #ffffff;
    font-size: clamp(22px, 2.2vw, 33px);
    line-height: 1.58;
    font-weight: 900;
    letter-spacing: -0.3px;
}

.asareh-hero__lead {
    max-width: 500px;
    margin: 0 0 10px;
    color: rgba(255, 255, 255, 0.89);
    font-size: 14px;
    line-height: 2.02;
    font-weight: 900;
    text-align: justify;
}

.asareh-hero__note {
    display: inline-flex;
    margin: 0 0 14px;
    padding: 8px 14px;
    color: rgba(255, 255, 255, 0.96);
    background: rgba(181, 143, 52, 0.25);
    border: 0;
    border-radius: 999px;
    box-shadow: none;
    font-size: 12px;
    font-weight: 900;
    backdrop-filter: blur(8px);
}

.asareh-hero__micro {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 12.5px;
    line-height: 1.95;
    font-weight: 900;
    text-align: justify;
}

.asareh-hero__floating-brand {
    position: absolute;
    z-index: 9;
    right: max(14px, calc((100vw - var(--asareh-container)) / 2 + 4px));
    bottom: 52px;
    width: 168px;
    max-width: 14vw;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    pointer-events: none;
}

.asareh-hero__floating-logo {
    width: 100%;
    height: auto;
    opacity: 0.98;
    filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.34));
}

/* Strip */

.asareh-strip {
    padding: 12px 0 8px;
    background: #ffffff;
}

.asareh-strip__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

    .asareh-strip__items span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 9px 14px;
        border: 0;
        border-radius: 999px;
        color: var(--asareh-green-900);
        background: rgba(61, 186, 146, 0.08);
        font-size: 14px;
        font-weight: 900;
    }

/* About */

.asareh-about {
    background: #ffffff;
}

.asareh-about__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 430px;
    gap: 30px;
    align-items: center;
}

.asareh-about__side {
    padding: 8px 0;
}

    .asareh-about__side h3 {
        margin: 0 0 14px;
        color: var(--asareh-green-900);
        font-size: 22px;
        font-weight: 900;
    }

    .asareh-about__side p {
        margin: 16px 0 0;
        color: var(--asareh-muted);
        line-height: 2.05;
        font-size: 16.5px;
        font-weight: 600;
    }

/* Services */

.asareh-services {
    background: linear-gradient(180deg, rgba(243, 249, 247, 0.82), rgba(255, 255, 255, 0.92));
}

.asareh-services__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.asareh-service-item {
    padding: 14px 0 8px;
    border: 0;
    box-shadow: none;
}

    .asareh-service-item span {
        display: inline-flex;
        margin-bottom: 10px;
        color: var(--asareh-gold);
        font-size: 14px;
        font-weight: 900;
    }

    .asareh-service-item h3 {
        margin: 0 0 8px;
        color: var(--asareh-green-900);
        font-size: 20px;
        font-weight: 900;
        line-height: 1.65;
    }

    .asareh-service-item p {
        margin: 0;
        color: var(--asareh-muted);
        line-height: 2.05;
        font-size: 16px;
        font-weight: 600;
    }

/* Founder */

.asareh-founder {
    background: radial-gradient(circle at 12% 16%, rgba(61, 186, 146, 0.10), transparent 20%), linear-gradient(180deg, #ffffff, #f8fbfa);
}

.asareh-founder__grid {
    display: grid;
    grid-template-columns: 520px minmax(0, 1fr);
    gap: 34px;
    align-items: center;
}

.asareh-founder__image-wrap {
    border: 0;
    box-shadow: none;
}

    .asareh-founder__image-wrap a {
        display: block;
        overflow: hidden;
        border: 0;
        border-radius: 34px;
        position: relative;
        box-shadow: none;
    }

        .asareh-founder__image-wrap a::after {
            content: "مشاهده وب‌سایت رسمی";
            position: absolute;
            right: 18px;
            bottom: 18px;
            padding: 8px 14px;
            border-radius: 999px;
            color: #ffffff;
            background: rgba(18, 59, 66, 0.82);
            font-size: 13px;
            font-weight: 900;
            opacity: 0;
            transform: translateY(8px);
            transition: opacity 0.22s ease, transform 0.22s ease;
        }

        .asareh-founder__image-wrap a:hover::after {
            opacity: 1;
            transform: translateY(0);
        }

.asareh-founder__image {
    width: 100%;
    min-height: 640px;
    object-fit: cover;
    object-position: center center;
    border: 0;
    border-radius: 34px;
    box-shadow: none;
}

.asareh-founder__content h2 {
    margin: 12px 0 14px;
    color: var(--asareh-green-900);
    font-size: clamp(27px, 3vw, 40px);
    font-weight: 900;
}

.asareh-founder__content p {
    margin: 0 0 12px;
    color: var(--asareh-muted);
    font-size: 17px;
    line-height: 2.08;
    font-weight: 600;
}

.asareh-founder__content .asareh-badges {
    margin: 20px 0 22px;
}

.asareh-founder__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

/* Team */

.asareh-team-photo {
    position: relative;
    margin: 0;
    overflow: hidden;
    border: 0;
    border-radius: 58px;
    padding: 34px 14px 118px;
    background: radial-gradient(circle at 18% 18%, rgba(61, 186, 146, 0.10), transparent 18%), radial-gradient(circle at 84% 16%, rgba(181, 143, 52, 0.06), transparent 16%), linear-gradient(145deg, var(--asareh-green-900), var(--asareh-green-800));
    box-shadow: none;
}

.asareh-team-photo__image {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 0;
    margin: 0 auto;
    object-fit: unset;
    object-position: center center;
    padding: 0;
    border: 0;
    border-radius: 38px;
    box-shadow: none;
    transform: none;
    transform-origin: center center;
}

.asareh-team-photo::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(18, 59, 66, 0.90) 0%, rgba(18, 59, 66, 0.50) 16%, rgba(18, 59, 66, 0.10) 42%, rgba(18, 59, 66, 0.00) 72%);
    pointer-events: none;
}

.asareh-team-photo figcaption {
    position: absolute;
    z-index: 2;
    right: 86px;
    left: 70px;
    bottom: 34px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: #ffffff;
}

    .asareh-team-photo figcaption strong {
        margin: 0;
        font-size: clamp(20px, 2vw, 29px);
        line-height: 1.55;
        font-weight: 900;
        text-shadow: 0 10px 24px rgba(0, 0, 0, 0.32);
    }

    .asareh-team-photo figcaption span {
        max-width: 860px;
        color: rgba(255, 255, 255, 0.92);
        font-size: 15px;
        line-height: 2;
        font-weight: 700;
        text-align: justify;
        text-shadow: 0 10px 22px rgba(0, 0, 0, 0.28);
    }

/* Team member popup and hotspots are temporarily disabled */

.asareh-team-photo__hint,
.asareh-team-hotspots,
.asareh-team-hotspot,
.asareh-team-popup {
    display: none !important;
    pointer-events: none !important;
}

/* Books */

.asareh-books {
    padding-top: 46px;
    padding-bottom: 46px;
    background: radial-gradient(circle at 12% 18%, rgba(61, 186, 146, 0.10), transparent 24%), radial-gradient(circle at 88% 82%, rgba(181, 143, 52, 0.10), transparent 24%), linear-gradient(180deg, rgba(244, 249, 248, 0.76), #ffffff);
}

.asareh-books__grid {
    display: grid;
    gap: 34px;
}

.asareh-book-item {
    position: relative;
    display: grid;
    grid-template-columns: minmax(520px, 660px) minmax(0, 1fr);
    gap: 44px;
    align-items: center;
    min-height: 450px;
    border: 0;
    box-shadow: none;
    perspective: 1400px;
}

    .asareh-book-item:nth-child(even) {
        grid-template-columns: minmax(0, 1fr) minmax(520px, 660px);
    }

        .asareh-book-item:nth-child(even) .asareh-book-item__cover {
            order: 2;
        }

        .asareh-book-item:nth-child(even) .asareh-book-item__content {
            order: 1;
        }

.asareh-book-item__cover {
    position: relative;
    min-height: 420px;
    overflow: visible;
    border: 0;
    border-radius: 34px;
    background: radial-gradient(circle at 18% 18%, rgba(61, 186, 146, 0.10), transparent 24%), radial-gradient(circle at 80% 80%, rgba(181, 143, 52, 0.10), transparent 24%), linear-gradient(145deg, rgba(12, 90, 86, 0.03), rgba(181, 143, 52, 0.03));
    box-shadow: 0 24px 48px rgba(18, 59, 66, 0.08);
    transform-style: preserve-3d;
}

    .asareh-book-item__cover::before {
        content: "";
        position: absolute;
        right: 56px;
        left: 42px;
        bottom: 24px;
        height: 58px;
        border-radius: 999px;
        background: rgba(18, 59, 66, 0.20);
        filter: blur(24px);
        transform: rotate(-4deg);
        z-index: 0;
    }

    .asareh-book-item__cover::after {
        content: "";
        position: absolute;
        inset: 12px;
        border-radius: 28px;
        background: radial-gradient(circle at 14% 16%, rgba(61, 186, 146, 0.12), transparent 24%), radial-gradient(circle at 84% 82%, rgba(181, 143, 52, 0.10), transparent 22%);
        z-index: 1;
        pointer-events: none;
    }

    .asareh-book-item__cover img {
        position: relative;
        z-index: 2;
        width: 100%;
        height: 420px;
        object-fit: contain;
        object-position: center center;
        padding: 8px 10px;
        border-radius: 24px;
        background: transparent;
        transform: rotateY(-11deg) rotateX(4deg) rotateZ(-1.4deg) translateY(-8px) scale(1.08);
        transform-origin: center center;
        filter: drop-shadow(0 28px 34px rgba(18, 59, 66, 0.24));
        transition: transform 0.32s ease, filter 0.32s ease;
    }

.asareh-book-item:nth-child(even) .asareh-book-item__cover img {
    transform: rotateY(11deg) rotateX(4deg) rotateZ(1.4deg) translateY(-8px) scale(1.08);
}

.asareh-book-item:hover .asareh-book-item__cover img {
    transform: rotateY(-6deg) rotateX(3deg) rotateZ(-1deg) translateY(-14px) scale(1.12);
    filter: drop-shadow(0 36px 42px rgba(18, 59, 66, 0.30));
}

.asareh-book-item:nth-child(even):hover .asareh-book-item__cover img {
    transform: rotateY(6deg) rotateX(3deg) rotateZ(1deg) translateY(-14px) scale(1.12);
}

.asareh-book-item__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.asareh-book-item__tag {
    display: inline-flex;
    margin-bottom: 10px;
    padding: 6px 12px;
    border: 0;
    border-radius: 999px;
    background: rgba(181, 143, 52, 0.13);
    color: var(--asareh-green-900);
    font-size: 12px;
    font-weight: 900;
}

.asareh-book-item h3 {
    margin: 0 0 8px;
    color: var(--asareh-green-900);
    font-size: clamp(24px, 2.4vw, 34px);
    line-height: 1.55;
    font-weight: 900;
}

.asareh-book-item__author {
    margin: 0 0 12px;
    color: var(--asareh-gold);
    font-size: 15px;
    font-weight: 900;
}

.asareh-book-item__price {
    margin: 0 0 12px;
    color: var(--asareh-green-900);
    font-size: 16px;
    line-height: 1.9;
    font-weight: 800;
}

    .asareh-book-item__price strong {
        color: var(--asareh-gold);
        font-weight: 900;
    }

.asareh-book-item p {
    margin: 0 0 10px;
    color: var(--asareh-muted);
    line-height: 2.1;
    font-size: 17px;
    font-weight: 700;
    text-align: justify;
}

.asareh-book-item__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

    .asareh-book-item__actions .asareh-btn {
        min-height: 48px;
    }

.asareh-book-item__online-note {
    display: block;
    margin-top: 10px;
    color: rgba(93, 116, 120, 0.88);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.9;
}

.asareh-books__note {
    margin: 24px auto 0;
    max-width: 900px;
    text-align: center;
    color: var(--asareh-green-900);
    font-size: 15px;
    font-weight: 900;
    line-height: 2;
}

/* Forms */

.asareh-book-order {
    padding-top: 46px;
    padding-bottom: 46px;
    background: #ffffff;
}

.asareh-book-order__grid,
.asareh-lead-request__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr);
    gap: 38px;
    align-items: start;
}

.asareh-lead-request__form-wrap,
.asareh-book-order .asareh-form {
    position: relative;
    padding: 30px;
    border-radius: 34px;
    background: radial-gradient(circle at 12% 14%, rgba(61, 186, 146, 0.18), transparent 28%), radial-gradient(circle at 88% 86%, rgba(181, 143, 52, 0.14), transparent 28%), linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(239, 248, 245, 0.82));
    box-shadow: 0 28px 70px rgba(18, 59, 66, 0.10), inset 0 0 0 1px rgba(61, 186, 146, 0.10);
}

    .asareh-lead-request__form-wrap::before,
    .asareh-book-order .asareh-form::before {
        content: "";
        position: absolute;
        inset: -1px;
        z-index: 0;
        border-radius: inherit;
        pointer-events: none;
        background: linear-gradient(135deg, rgba(61, 186, 146, 0.22), rgba(255, 255, 255, 0.00) 38%, rgba(181, 143, 52, 0.18) 100%);
        opacity: 0.75;
    }

    .asareh-lead-request__form-wrap > *,
    .asareh-book-order .asareh-form > * {
        position: relative;
        z-index: 1;
    }

.asareh-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.asareh-form__row {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.asareh-form__row--full,
.asareh-form__submit,
.asareh-form__hint,
.asareh-validation-summary,
.asareh-alert {
    grid-column: 1 / -1;
}

.asareh-form label {
    color: var(--asareh-green-900);
    font-size: 14px;
    font-weight: 900;
}

.asareh-form input,
.asareh-form textarea,
.asareh-form select {
    width: 100%;
    min-height: 54px;
    padding: 12px 14px;
    border: 0;
    border-radius: 18px;
    background: rgba(246, 250, 249, 0.88);
    color: var(--asareh-text);
    outline: none;
    box-shadow: none;
    transition: background 0.18s ease, box-shadow 0.18s ease;
}

.asareh-form textarea {
    min-height: 130px;
    resize: vertical;
    line-height: 1.95;
}

    .asareh-form input:focus,
    .asareh-form textarea:focus,
    .asareh-form select:focus {
        background: #ffffff;
        box-shadow: 0 0 0 4px rgba(61, 186, 146, 0.12);
    }

    .asareh-form input::placeholder,
    .asareh-form textarea::placeholder {
        color: rgba(24, 57, 61, 0.46);
    }

.asareh-form__submit {
    width: 100%;
}

.asareh-form__hint {
    margin: 0;
    color: var(--asareh-muted);
    font-size: 13px;
}

.asareh-payment-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.asareh-payment-option {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    min-height: 112px;
    padding: 18px;
    border: 0;
    border-radius: 24px;
    background: rgba(246, 250, 249, 0.84);
    cursor: pointer;
    box-shadow: none;
    transition: transform 0.22s ease, background 0.22s ease;
}

    .asareh-payment-option:hover {
        transform: translateY(-2px);
        background: rgba(231, 245, 240, 0.92);
    }

    .asareh-payment-option input {
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }

.asareh-payment-option__icon {
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 16px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--asareh-green-900), var(--asareh-green-800));
}

    .asareh-payment-option__icon svg {
        width: 24px;
        height: 24px;
        fill: currentColor;
    }

.asareh-payment-option__content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

    .asareh-payment-option__content strong {
        color: var(--asareh-green-900);
        font-size: 15px;
        font-weight: 900;
        line-height: 1.8;
    }

    .asareh-payment-option__content small {
        color: var(--asareh-muted);
        font-size: 13px;
        line-height: 1.9;
    }

.asareh-payment-option--disabled {
    cursor: not-allowed;
    opacity: 0.58;
    filter: grayscale(0.35);
}

    .asareh-payment-option--disabled:hover {
        transform: none;
        background: rgba(246, 250, 249, 0.84);
    }

    .asareh-payment-option--disabled .asareh-payment-option__icon {
        background: linear-gradient(135deg, #7d8f8d, #a6b4b2);
    }

.asareh-payment-option__badge {
    position: absolute;
    left: 14px;
    top: 14px;
    display: inline-flex;
    padding: 5px 10px;
    border: 0;
    border-radius: 999px;
    color: var(--asareh-green-900);
    background: rgba(181, 143, 52, 0.14);
    font-size: 11px;
    font-weight: 900;
}

.field-validation-error {
    color: #b42318;
    font-size: 13px;
    font-weight: 700;
}

.input-validation-error {
    box-shadow: 0 0 0 4px rgba(180, 35, 24, 0.10) !important;
    background: rgba(180, 35, 24, 0.03) !important;
}

.asareh-validation-summary {
    color: #b42318;
    font-weight: 700;
}

    .asareh-validation-summary ul {
        margin: 0;
        padding: 0 18px 0 0;
    }

.asareh-alert {
    padding: 14px 16px;
    border: 0;
    border-radius: 18px;
    font-weight: 700;
    line-height: 1.8;
}

.asareh-alert--success {
    color: #027a48;
    background: rgba(2, 122, 72, 0.08);
}

.asareh-alert--error {
    color: #b42318;
    background: rgba(180, 35, 24, 0.08);
}

.asareh-lead-request {
    padding-top: 46px;
    padding-bottom: 46px;
    background: radial-gradient(circle at 95% 14%, rgba(61, 186, 146, 0.10), transparent 18%), linear-gradient(180deg, #ffffff, #f8fbfa);
}

.asareh-lead-request__trust {
    margin-top: 22px;
    color: var(--asareh-muted);
}

    .asareh-lead-request__trust strong {
        display: block;
        margin-bottom: 6px;
        color: var(--asareh-green-900);
        font-size: 18px;
        font-weight: 900;
    }

/* Articles */

.asareh-articles {
    padding-top: 46px;
    padding-bottom: 46px;
    background: #ffffff;
}

.asareh-articles__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.asareh-article-item {
    padding: 8px 0 0;
    border: 0;
    box-shadow: none;
}

    .asareh-article-item span {
        display: inline-flex;
        margin-bottom: 12px;
        padding: 6px 12px;
        border: 0;
        border-radius: 999px;
        background: rgba(61, 186, 146, 0.10);
        color: var(--asareh-green-800);
        font-size: 12px;
        font-weight: 900;
    }

    .asareh-article-item h3 {
        margin: 0 0 10px;
        color: var(--asareh-green-900);
        font-size: 20px;
        line-height: 1.7;
        font-weight: 900;
    }

    .asareh-article-item p {
        margin: 0 0 16px;
        color: var(--asareh-muted);
        line-height: 2.05;
        font-weight: 600;
    }

.asareh-section-action {
    display: flex;
    justify-content: center;
    margin-top: 22px;
}

/* Final CTA */

.asareh-final-cta {
    padding: 56px 0;
    color: #ffffff;
    background: radial-gradient(circle at 18% 50%, rgba(181, 143, 52, 0.20), transparent 20%), linear-gradient(135deg, var(--asareh-green-900), var(--asareh-green-800));
}

.asareh-final-cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 34px;
}

.asareh-final-cta h2 {
    margin: 0 0 12px;
    max-width: 760px;
    font-size: clamp(24px, 3vw, 36px);
    line-height: 1.55;
    font-weight: 900;
}

.asareh-final-cta p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 17px;
    font-weight: 600;
}

.asareh-final-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

/* Footer */

.asareh-footer {
    color: rgba(255, 255, 255, 0.80);
    background: #0f2d33;
}

.asareh-footer__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(160px, 0.7fr) minmax(260px, 0.9fr) minmax(170px, 0.55fr);
    gap: 34px;
    padding: 46px 0;
    align-items: start;
}

.asareh-footer__brand {
    display: inline-flex;
    align-items: center;
}

.asareh-footer__brand-image {
    width: 112px;
    height: auto;
    object-fit: contain;
}

.asareh-footer__about p {
    max-width: 460px;
    margin: 16px 0 0;
    line-height: 2;
}

.asareh-footer h3,
.asareh-footer__seal strong {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 900;
}

.asareh-footer__links,
.asareh-footer__contact {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.asareh-footer a {
    color: rgba(255, 255, 255, 0.80);
}

    .asareh-footer a:hover {
        color: #ffffff;
    }

.asareh-footer__contact p {
    margin: 0;
    line-height: 1.95;
}

.asareh-footer__seal {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

    .asareh-footer__seal a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 132px;
        min-height: 132px;
        padding: 12px;
        border: 0;
        border-radius: 24px;
        background: rgba(255, 255, 255, 0.94);
    }

    .asareh-footer__seal img {
        max-width: 108px;
        max-height: 108px;
        object-fit: contain;
    }

.asareh-footer__bottom {
    padding: 16px 0;
    background: rgba(255, 255, 255, 0.03);
}

    .asareh-footer__bottom p {
        margin: 0;
        font-size: 13px;
    }

/* Mobile CTA */

.asareh-mobile-sticky-cta {
    display: none;
    position: fixed;
    right: 16px;
    left: 16px;
    bottom: 14px;
    z-index: 60;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: linear-gradient(135deg, var(--asareh-green-900), var(--asareh-green-800));
    border: 0;
    border-radius: 999px;
    font-weight: 900;
}

/* Responsive */

@media (max-width: 1280px) {
    .asareh-header__nav a {
        padding-right: 9px;
        padding-left: 9px;
        font-size: 13px;
    }

    .asareh-hero__content {
        left: 22px;
        bottom: 72px;
        width: min(520px, calc(100% - 320px));
        max-width: 520px;
    }

    .asareh-hero__floating-brand {
        right: 18px;
        bottom: 44px;
        width: 152px;
        max-width: 18vw;
    }

    .asareh-team-photo {
        border-radius: 52px;
        padding: 30px 12px 112px;
    }

    .asareh-team-photo__image {
        width: 100%;
        height: auto;
        margin: 0 auto;
        object-fit: unset;
        border-radius: 34px;
    }

    .asareh-team-photo figcaption {
        right: 72px;
        left: 56px;
        bottom: 32px;
    }
}

@media (max-width: 1150px) {
    .asareh-header__nav {
        display: none;
    }

    .asareh-about__grid,
    .asareh-founder__grid,
    .asareh-book-order__grid,
    .asareh-lead-request__grid {
        grid-template-columns: 1fr;
    }

    .asareh-services__grid,
    .asareh-articles__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .asareh-footer__grid {
        grid-template-columns: 1fr 1fr;
    }

    .asareh-founder__image-wrap {
        max-width: 620px;
        margin: 0 auto;
    }

    .asareh-hero__content {
        left: 22px;
        right: 22px;
        bottom: 86px;
        width: auto;
        max-width: 500px;
    }

    .asareh-hero h1 {
        font-size: clamp(24px, 4vw, 34px);
    }

    .asareh-hero__floating-brand {
        width: 138px;
        max-width: 24vw;
        right: 18px;
        bottom: 22px;
        opacity: 0.80;
    }

    .asareh-book-item,
    .asareh-book-item:nth-child(even) {
        grid-template-columns: minmax(420px, 520px) minmax(0, 1fr);
        gap: 30px;
    }

    .asareh-book-item__cover {
        min-height: 380px;
    }

        .asareh-book-item__cover img {
            height: 380px;
            transform: rotateY(-8deg) rotateX(3deg) rotateZ(-1deg) translateY(-6px) scale(1.05);
        }

    .asareh-book-item:nth-child(even) .asareh-book-item__cover img {
        transform: rotateY(8deg) rotateX(3deg) rotateZ(1deg) translateY(-6px) scale(1.05);
    }

    .asareh-team-photo {
        border-radius: 46px;
        padding: 26px 10px 108px;
    }

    .asareh-team-photo__image {
        width: 100%;
        height: auto;
        margin: 0 auto;
        object-fit: unset;
        border-radius: 30px;
    }

    .asareh-team-photo figcaption {
        right: 54px;
        left: 38px;
        bottom: 28px;
    }

        .asareh-team-photo figcaption span {
            max-width: 740px;
        }

    .asareh-lead-request__form-wrap,
    .asareh-book-order .asareh-form {
        padding: 24px;
        border-radius: 28px;
    }
}

@media (max-width: 900px) {
    .asareh-book-item,
    .asareh-book-item:nth-child(even) {
        grid-template-columns: 1fr;
        gap: 24px;
        min-height: auto;
    }

        .asareh-book-item:nth-child(even) .asareh-book-item__cover,
        .asareh-book-item:nth-child(even) .asareh-book-item__content {
            order: initial;
        }

    .asareh-payment-options {
        grid-template-columns: 1fr;
    }

    .asareh-book-item__cover {
        min-height: 360px;
    }

        .asareh-book-item__cover img {
            height: 360px;
            transform: rotateY(-6deg) rotateX(3deg) rotateZ(-1deg) translateY(-6px) scale(1.04);
        }

    .asareh-book-item:nth-child(even) .asareh-book-item__cover img {
        transform: rotateY(6deg) rotateX(3deg) rotateZ(1deg) translateY(-6px) scale(1.04);
    }

    .asareh-team-photo {
        border-radius: 40px;
        padding: 22px 8px 104px;
    }

    .asareh-team-photo__image {
        width: 100%;
        height: auto;
        margin: 0 auto;
        object-fit: unset;
        border-radius: 26px;
    }

    .asareh-team-photo figcaption {
        right: 34px;
        left: 24px;
        bottom: 24px;
    }

        .asareh-team-photo figcaption strong {
            font-size: 24px;
        }

        .asareh-team-photo figcaption span {
            font-size: 14.5px;
            max-width: 620px;
        }
}

@media (max-width: 760px) {
    :root {
        --asareh-container: 100%;
    }

    body {
        padding-bottom: 76px;
        font-size: 15px;
    }

    .asareh-container {
        width: min(100% - 24px, 100%);
    }

    .asareh-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .asareh-header__inner {
        min-height: 78px;
    }

    .asareh-header__brand-image {
        width: 92px;
    }

    .asareh-header__actions {
        gap: 8px;
    }

    .asareh-header__book {
        display: none;
    }

    .asareh-header__cta {
        min-height: 40px;
        padding-right: 14px;
        padding-left: 14px;
        font-size: 12.5px;
    }

    .asareh-hero {
        min-height: 100svh;
        height: 100svh;
    }

        .asareh-hero > .asareh-container,
        .asareh-hero__grid,
        .asareh-hero__media-wrap,
        .asareh-hero__media {
            min-height: 100svh;
            height: 100svh;
        }

    .asareh-hero__content {
        right: 18px;
        left: 18px;
        bottom: 92px;
        width: auto;
        max-width: 420px;
        text-align: right;
    }

    .asareh-hero h1 {
        font-size: clamp(21px, 6.2vw, 30px);
        line-height: 1.58;
    }

    .asareh-hero__lead {
        font-size: 13.5px;
        line-height: 1.98;
    }

    .asareh-hero__note {
        font-size: 11.5px;
        line-height: 1.85;
        white-space: normal;
    }

    .asareh-hero__micro {
        font-size: 12px;
    }

    .asareh-hero__floating-brand {
        width: 110px;
        max-width: 30vw;
        right: 14px;
        bottom: 18px;
        opacity: 0.78;
    }

    .asareh-hero__media-wrap::after {
        width: 60vw;
    }

    .asareh-strip__items {
        justify-content: flex-start;
    }

    .asareh-services__grid,
    .asareh-articles__grid {
        grid-template-columns: 1fr;
    }

    .asareh-form {
        grid-template-columns: 1fr;
    }

    .asareh-team-photo {
        border-radius: 30px;
        padding: 16px 6px 98px;
    }

    .asareh-team-photo__image {
        width: 100%;
        height: auto;
        margin: 0 auto;
        object-fit: unset;
        object-position: center center;
        border-radius: 22px;
    }

    .asareh-team-photo figcaption {
        right: 26px;
        left: 20px;
        bottom: 18px;
        gap: 8px;
    }

        .asareh-team-photo figcaption strong {
            font-size: 20px;
        }

        .asareh-team-photo figcaption span {
            font-size: 13.8px;
            line-height: 1.95;
            max-width: 100%;
        }

    .asareh-final-cta__inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .asareh-final-cta__actions {
        width: 100%;
        flex-direction: column;
    }

        .asareh-final-cta__actions .asareh-btn {
            width: 100%;
        }

    .asareh-footer__grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .asareh-founder__grid,
    .asareh-about__grid,
    .asareh-book-order__grid,
    .asareh-lead-request__grid {
        gap: 24px;
    }

    .asareh-founder__image {
        min-height: 520px;
    }

    .asareh-founder__actions {
        flex-direction: column;
        align-items: stretch;
    }

        .asareh-founder__actions .asareh-btn {
            width: 100%;
        }

    .asareh-book-item__cover {
        min-height: 300px;
        border-radius: 26px;
    }

        .asareh-book-item__cover::after {
            inset: 8px;
            border-radius: 20px;
        }

        .asareh-book-item__cover img,
        .asareh-book-item:nth-child(even) .asareh-book-item__cover img {
            height: 300px;
            padding: 6px 8px;
            transform: rotateY(-4deg) rotateX(2deg) translateY(-3px) scale(1.02);
        }

    .asareh-book-item h3 {
        font-size: 24px;
    }

    .asareh-book-item p {
        font-size: 15.5px;
    }

    .asareh-book-item__actions {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
    }

        .asareh-book-item__actions .asareh-btn {
            width: 100%;
        }

    .asareh-lead-request__form-wrap,
    .asareh-book-order .asareh-form {
        padding: 20px;
        border-radius: 24px;
    }

    .asareh-mobile-sticky-cta {
        display: flex;
    }

    .asareh-waiting {
        padding: 22px;
    }

    .asareh-waiting__logo-wrap {
        width: 132px;
        min-height: 88px;
        margin-bottom: 22px;
    }

    .asareh-waiting__logo {
        width: 132px;
        max-height: 88px;
    }

    .asareh-waiting__text h1 {
        font-size: clamp(26px, 8vw, 38px);
    }

    .asareh-waiting__text p {
        font-size: 14px;
    }
}

@media (max-width: 420px) {
    .asareh-btn {
        white-space: normal;
        text-align: center;
    }
}
