.mountapulse-home-hero-data {
    --mp-hero-bg: #061015;
    --mp-hero-text: #f7f8f1;
    --mp-hero-muted: rgba(247, 248, 241, 0.66);
    --mp-hero-line: rgba(255, 255, 255, 0.13);
    --mp-hero-lime: #e7ff15;
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.75fr);
    gap: clamp(16px, 2vw, 28px);
    width: 100%;
    max-width: 1460px;
    margin: 0 auto;
    padding-top: clamp(82px, 8vw, 118px);
    color: var(--mp-hero-text);
}

.mountapulse-home-hero-data::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: -42px;
    left: 50%;
    z-index: -1;
    width: 100vw;
    transform: translateX(-50%);
    background:
        radial-gradient(circle at 12% 32%, rgba(231, 255, 21, 0.16), transparent 25rem),
        radial-gradient(circle at 69% 66%, rgba(34, 217, 230, 0.22), transparent 31rem),
        linear-gradient(180deg, #061015 0%, #031116 100%);
}

.mountapulse-home-hero-data,
.mountapulse-home-hero-data * {
    box-sizing: border-box;
}

.mountapulse-home-hero-data__featured {
    position: relative;
    min-height: clamp(430px, 38vw, 620px);
    overflow: hidden;
    isolation: isolate;
    display: flex;
    align-items: flex-end;
    padding: clamp(22px, 3vw, 44px);
    border: 1px solid var(--mp-hero-line);
    border-radius: 26px;
    box-shadow: 0 32px 90px rgba(0, 0, 0, 0.38);
}

.mountapulse-home-hero-data__featured-image {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.9);
}

.mountapulse-home-hero-data__shade {
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(4, 8, 10, 0.78), rgba(4, 8, 10, 0.28) 58%, rgba(4, 8, 10, 0.72)),
        linear-gradient(0deg, rgba(4, 8, 10, 0.78), rgba(4, 8, 10, 0.08) 52%, rgba(4, 8, 10, 0.24));
}

.mountapulse-home-hero-data__featured-content {
    width: min(100%, 780px);
    padding-top: clamp(46px, 8vw, 112px);
}

.mountapulse-home-hero-data h2 {
    max-width: 640px;
    margin: 0;
    color: #fff;
    font-size: clamp(44px, 5.7vw, 92px);
    font-weight: 950;
    line-height: 0.92;
    letter-spacing: 0;
    text-transform: uppercase;
}

.mountapulse-home-hero-data__featured-content p {
    max-width: 680px;
    margin: clamp(16px, 2vw, 24px) 0 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: clamp(17px, 1.55vw, 26px);
    font-weight: 500;
    line-height: 1.45;
}

.mountapulse-home-hero-data__stats {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: clamp(22px, 3vw, 36px);
}

.mountapulse-home-hero-data__stats span {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0 18px;
    color: rgba(255, 255, 255, 0.86);
    font-size: clamp(16px, 1.35vw, 23px);
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 999px;
    backdrop-filter: blur(16px);
}

.mountapulse-home-hero-data__list {
    display: grid;
    gap: clamp(16px, 2vw, 26px);
}

.mountapulse-home-hero-data__card {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr) 24px;
    align-items: center;
    gap: 20px;
    min-height: clamp(132px, 10vw, 178px);
    padding: clamp(18px, 2vw, 28px);
    background: rgba(3, 11, 14, 0.74);
    border: 1px solid var(--mp-hero-line);
    border-radius: 26px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(18px);
}

.mountapulse-home-hero-data__card img {
    width: 88px;
    height: 88px;
    object-fit: cover;
    border-radius: 22px;
}

.mountapulse-home-hero-data__card h3 {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    color: #fff;
    font-size: clamp(21px, 1.8vw, 30px);
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.mountapulse-home-hero-data__card p {
    display: -webkit-box;
    overflow: hidden;
    margin: 8px 0 0;
    color: rgba(255, 255, 255, 0.58);
    font-size: clamp(16px, 1.3vw, 22px);
    font-weight: 600;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.mountapulse-home-hero-data__card p span {
    margin: 0 8px;
}

.mountapulse-home-hero-data__arrow {
    color: rgba(255, 255, 255, 0.86);
    font-size: 46px;
    font-weight: 300;
    line-height: 1;
}

.mountapulse-home-hero-data--error,
.mountapulse-home-hero-data--empty {
    display: block;
    padding: 18px 20px;
    color: #fff;
    background: rgba(3, 11, 14, 0.74);
    border: 1px solid var(--mp-hero-line);
    border-radius: 18px;
}

@media (max-width: 1100px) {
    .mountapulse-home-hero-data {
        grid-template-columns: 1fr;
    }

    .mountapulse-home-hero-data__featured {
        min-height: 560px;
    }
}

@media (max-width: 680px) {
    .mountapulse-home-hero-data {
        gap: 18px;
    }

    .mountapulse-home-hero-data__featured {
        min-height: 470px;
        padding: 24px;
        border-radius: 24px;
    }

    .mountapulse-home-hero-data h2 {
        font-size: clamp(48px, 16vw, 78px);
    }

    .mountapulse-home-hero-data__featured-content p {
        font-size: 19px;
    }

    .mountapulse-home-hero-data__stats span {
        min-height: 44px;
        padding: 0 16px;
        font-size: 17px;
    }

    .mountapulse-home-hero-data__card {
        grid-template-columns: 76px minmax(0, 1fr) 22px;
        gap: 16px;
        min-height: 132px;
        padding: 18px;
        border-radius: 24px;
    }

    .mountapulse-home-hero-data__card img {
        width: 76px;
        height: 76px;
        border-radius: 20px;
    }

    .mountapulse-home-hero-data__card h3 {
        font-size: 22px;
    }

    .mountapulse-home-hero-data__card p {
        font-size: 16px;
    }

    .mountapulse-home-hero-data__arrow {
        font-size: 42px;
    }
}
