.ahad-exp-hero {
    --ahad-exp-hero-height: clamp(520px, 62vh, 620px);
    position: relative;
    min-height: var(--ahad-exp-hero-height);
    background: #120d0c;
    overflow: hidden;
}

.ahad-exp-hero__media {
    position: absolute;
    inset: 0;
    background: var(--ahad-exp-hero-image, none) center center / cover no-repeat;
    transform: scale(1.04);
    will-change: transform;
}

.ahad-exp-hero__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(10, 7, 6, 0.42) 0%, rgba(10, 7, 6, 0.58) 38%, rgba(10, 7, 6, 0.82) 100%),
        linear-gradient(90deg, rgba(27, 13, 10, 0.22) 0%, rgba(27, 13, 10, 0.06) 42%, rgba(27, 13, 10, 0.22) 100%);
    pointer-events: none;
}

.ahad-exp-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.18), transparent 22%),
        radial-gradient(circle at 80% 15%, rgba(163, 59, 39, 0.24), transparent 20%);
    z-index: 1;
    pointer-events: none;
}

.ahad-exp-hero__inner {
    position: relative;
    z-index: 2;
    min-height: var(--ahad-exp-hero-height);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 112px 0 72px;
}

.ahad-exp-hero__content {
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.ahad-exp-breadcrumbs {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin: 0 0 14px;
    padding: 0;
    list-style: none;
    font-size: 13px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.74);
}

.ahad-exp-breadcrumbs li:not(:last-child)::after {
    content: "/";
    margin-left: 10px;
    color: rgba(255, 255, 255, 0.42);
}

.ahad-exp-breadcrumbs a {
    color: inherit;
}

.ahad-exp-hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(34px, 4.8vw, 52px);
    line-height: 1;
    letter-spacing: -0.03em;
}

.ahad-exp-hero p {
    max-width: 520px;
    margin: 12px auto 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 15px;
    line-height: 1.62;
}

.ahad-exp-hero__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.ahad-exp-hero__actions .btn-main.btn-line {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.22);
    background: transparent;
}

.ahad-exp-hero__strip {
    position: absolute;
    left: 50%;
    bottom: 18px;
    z-index: 3;
    width: min(900px, calc(100% - 40px));
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    transform: translateX(-50%);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 22px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(14px);
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.18);
}

.ahad-exp-hero__highlight {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 62px;
    padding: 14px 18px;
    background: rgba(255, 255, 255, 0.95);
    color: #171411;
}

.ahad-homepage .ahad-exp-hero__strip {
    display: none;
}

.ahad-exp-hero__highlight i {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(163, 59, 39, 0.12);
    color: var(--primary-color, #a33b27);
    font-size: 17px;
}

.ahad-exp-hero__highlight span {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.ahad-exp-hero__content,
.ahad-exp-hero__highlight,
.ahad-exp-feature,
.ahad-exp-gallery .relative,
.ahad-exp-gallery img {
    will-change: transform, opacity;
}

.ahad-exp-features {
    position: relative;
    padding: 104px 0;
    color: #241f17;
    background: transparent;
}

.ahad-exp-features::before {
    content: none;
}

.ahad-exp-features::after {
    content: none;
}

.ahad-exp-features__frame {
    position: relative;
    z-index: 1;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
}

.ahad-exp-features__frame::before {
    content: none;
}

.ahad-exp-section-heading {
    margin-bottom: 36px;
}

.ahad-exp-section-heading .subtitle {
    margin-bottom: 14px;
    color: var(--primary-color, #a33b27);
}

.ahad-exp-features .ahad-exp-section-heading h2,
.ahad-exp-features .ahad-exp-section-heading p {
    color: #1f1b15;
}

.ahad-exp-features .ahad-exp-section-heading .subtitle {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: var(--primary-color, #a33b27);
}

.ahad-exp-features .ahad-exp-section-heading .subtitle::before {
    content: "";
    width: 32px;
    height: 1px;
    background: rgba(163, 59, 39, 0.32);
}

.ahad-exp-features .ahad-exp-section-heading h2 {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    max-width: 11ch;
    font-size: clamp(40px, 4.8vw, 64px);
    line-height: 0.94;
    letter-spacing: -0.045em;
}

.ahad-exp-features__intro {
    position: relative;
    z-index: 1;
    margin-bottom: 32px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(163, 59, 39, 0.14);
}

.ahad-exp-features__intro .ahad-exp-section-heading {
    margin-bottom: 0;
    text-align: left;
}

.ahad-exp-features__grid {
    align-items: stretch;
}

.ahad-exp-features__col {
    display: flex;
}

.ahad-exp-section-heading h2 {
    margin-bottom: 18px;
    color: #1f1b15;
    font-size: clamp(34px, 4vw, 54px);
    line-height: 0.96;
}

.ahad-exp-section-heading p {
    margin-bottom: 0;
    color: #655d52;
    line-height: 1.85;
}

.ahad-exp-feature {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    min-height: 270px;
    padding: 28px 28px 30px;
    border-radius: 30px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 243, 236, 0.98));
    border: 1px solid rgba(163, 59, 39, 0.12);
    box-shadow: 0 18px 44px rgba(36, 24, 16, 0.08);
    transform-style: preserve-3d;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.ahad-exp-feature::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(163, 59, 39, 0.12), transparent 42%);
    pointer-events: none;
}

.ahad-exp-feature::after {
    content: "";
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 0;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(163, 59, 39, 0.9), rgba(163, 59, 39, 0));
    opacity: 0.55;
    pointer-events: none;
}

.ahad-exp-feature__top {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 26px;
}

.ahad-exp-feature__icon {
    flex: 0 0 70px;
    width: 70px;
    height: 70px;
    border-radius: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, rgba(163, 59, 39, 0.16), rgba(163, 59, 39, 0.08));
    border: 1px solid rgba(163, 59, 39, 0.12);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.48);
    color: var(--primary-color, #a33b27);
    font-size: 24px;
}

.ahad-exp-feature__index {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 56px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(163, 59, 39, 0.08);
    border: 1px solid rgba(163, 59, 39, 0.12);
    color: var(--primary-color, #a33b27);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.ahad-exp-feature__body {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.ahad-exp-feature h4 {
    margin: 0;
    max-width: none;
    color: #1f1b15;
    font-size: clamp(28px, 2.1vw, 36px);
    line-height: 1.02;
    letter-spacing: -0.035em;
}

.ahad-exp-feature p {
    margin-bottom: 0;
    color: #665e53;
    line-height: 1.82;
    font-size: 15px;
}

.ahad-exp-gallery {
    padding: 88px 0 120px;
}

.ahad-exp-gallery .relative {
    border-radius: 24px;
    overflow: hidden;
    transform-style: preserve-3d;
    transition: box-shadow 0.45s ease;
}

.ahad-exp-gallery img {
    width: 100%;
    min-height: 240px;
    object-fit: cover;
    transform-origin: center center;
}

@media (hover: hover) and (pointer: fine) {
    .ahad-exp-feature:hover,
    .ahad-exp-gallery .relative:hover {
        box-shadow: 0 28px 70px rgba(34, 28, 19, 0.14);
    }

    .ahad-exp-feature:hover {
        transform: translateY(-6px);
        border-color: rgba(163, 59, 39, 0.2);
        box-shadow: 0 26px 54px rgba(36, 24, 16, 0.12);
    }
}

.ahad-homepage .ahad-exp-features__intro {
    align-items: center;
}

@media (max-width: 991px) {
    .ahad-exp-hero {
        --ahad-exp-hero-height: clamp(480px, 56vh, 560px);
    }

    .ahad-exp-hero__inner {
        padding-top: 104px;
        padding-bottom: 64px;
    }

    .ahad-exp-hero__strip {
        grid-template-columns: 1fr;
    }

    .ahad-exp-features {
        padding: 88px 0;
    }

    .ahad-exp-features__frame {
        padding: 0;
    }

    .ahad-exp-features__intro {
        margin-bottom: 28px;
        padding-bottom: 20px;
    }

    .ahad-homepage .ahad-exp-features__intro {
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    .ahad-exp-hero {
        --ahad-exp-hero-height: auto;
    }

    .ahad-exp-hero__inner {
        min-height: 0;
        padding-top: 96px;
        padding-bottom: 56px;
    }

    .ahad-exp-gallery {
        padding-top: 64px;
    }

    .ahad-exp-features::after {
        display: none;
    }

    .ahad-exp-features {
        padding: 72px 0;
    }

    .ahad-exp-features__frame {
        padding: 0;
        border-radius: 0;
    }

    .ahad-exp-features__intro {
        margin-bottom: 24px;
        padding-bottom: 18px;
    }

    .ahad-exp-feature {
        padding: 22px 20px 24px;
        border-radius: 24px;
    }

    .ahad-exp-feature::after {
        left: 20px;
        right: 20px;
    }

    .ahad-exp-feature__top {
        margin-bottom: 18px;
    }

    .ahad-exp-feature__icon {
        width: 60px;
        height: 60px;
        border-radius: 20px;
        font-size: 20px;
    }

    .ahad-exp-feature__index {
        min-width: 52px;
        padding: 8px 12px;
    }

    .ahad-exp-feature h4 {
        font-size: 26px;
    }

    .ahad-exp-hero p,
    .ahad-exp-section-heading p {
        font-size: 14px;
        line-height: 1.7;
    }

    .ahad-exp-hero__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .ahad-exp-hero__highlight {
        min-height: 0;
    }
}
