.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;
    overflow: hidden;
    padding: 104px 0;
    color: #fff;
    background:
        radial-gradient(circle at top right, rgba(163, 59, 39, 0.24), transparent 30%),
        radial-gradient(circle at left bottom, rgba(255, 255, 255, 0.07), transparent 26%),
        linear-gradient(180deg, #2b1713 0%, #3b201b 50%, #241310 100%);
}

.ahad-exp-features::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, transparent 100%);
    pointer-events: none;
}

.ahad-exp-features::after {
    content: "";
    position: absolute;
    top: 68px;
    right: -120px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.07);
    opacity: 0.85;
    pointer-events: 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: #fff;
}

.ahad-exp-features .ahad-exp-section-heading .subtitle {
    color: rgba(255, 255, 255, 0.92);
}

.ahad-exp-features .ahad-exp-section-heading p {
    max-width: 700px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.85;
}

.ahad-exp-features__intro {
    position: relative;
    z-index: 2;
    margin-bottom: 46px;
}

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

.ahad-exp-features__lede {
    margin: 0;
    max-width: 460px;
    padding-left: 28px;
    border-left: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.76);
    font-size: 17px;
    line-height: 1.8;
}

.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%;
    padding: 28px 28px 34px;
    border-radius: 28px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 24px 70px rgba(14, 8, 7, 0.28);
    transform-style: preserve-3d;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease, background 0.35s ease;
}

.ahad-exp-feature::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(224, 178, 144, 0.14), transparent 40%);
    pointer-events: none;
}

.ahad-exp-feature::after {
    content: "";
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 22px;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0));
    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 {
    width: 74px;
    height: 74px;
    border-radius: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, rgba(163, 59, 39, 0.46), rgba(109, 51, 38, 0.28));
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 26px;
}

.ahad-exp-feature__index {
    position: relative;
    z-index: 1;
    color: rgba(255, 255, 255, 0.46);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}

.ahad-exp-feature h4 {
    position: relative;
    z-index: 1;
    max-width: 12ch;
    margin-bottom: 12px;
    color: #fff;
    font-size: clamp(28px, 2.3vw, 34px);
    line-height: 1.02;
}

.ahad-exp-feature p {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    max-width: 29ch;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.78;
    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(255, 255, 255, 0.16);
        box-shadow: 0 34px 84px rgba(12, 8, 7, 0.36);
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.05));
    }
}

@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__intro {
        margin-bottom: 34px;
    }

    .ahad-exp-features__lede {
        max-width: none;
    }
}

@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__lede {
        padding-left: 0;
        padding-top: 18px;
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.14);
        font-size: 15px;
    }

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

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

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

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

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

    .ahad-exp-feature p {
        max-width: none;
    }

    .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;
    }
}
