@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700;800;900&display=swap");

/* HP Cairo hero
   File: assets/css/hero.css
   Version: 0.1.34
*/

.hpc-hero {
    position: relative;
    isolation: isolate;
    min-height: calc(100svh - var(--hpc-header-height, 94px));
    overflow: hidden;
    background: #070302;
    color: #fff6e5;
}

.hpc-hero__media,
.hpc-hero__slide,
.hpc-hero__slide img,
.hpc-hero__shade {
    position: absolute;
    inset: 0;
}

.hpc-hero__media {
    z-index: -4;
    background: #080504;
}

.hpc-hero__slide {
    opacity: 0;
    transform: scale(1.02);
    transition: opacity 1.2s ease, transform 7s ease;
}

.hpc-hero__slide.is-loaded {
    opacity: 0;
}

.hpc-hero__slide.is-active {
    opacity: 1;
    transform: scale(1.075);
}

.hpc-hero__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Главная магия: фото не гасим в ноль, а превращаем в вечерний премиум. */
.hpc-hero__shade {
    z-index: -3;
    background:
        radial-gradient(circle at 50% 44%, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0.46) 40%, rgba(0, 0, 0, 0.84) 100%),
        linear-gradient(90deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.36) 28%, rgba(0, 0, 0, 0.32) 50%, rgba(0, 0, 0, 0.36) 72%, rgba(0, 0, 0, 0.82) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.46) 0%, rgba(0, 0, 0, 0.12) 42%, rgba(0, 0, 0, 0.86) 100%),
        radial-gradient(circle at 50% 100%, rgba(218, 176, 99, 0.20), transparent 48%);
}

.hpc-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(230, 185, 104, 0.13), transparent 17%, transparent 83%, rgba(230, 185, 104, 0.13)),
        radial-gradient(circle at 50% 50%, rgba(255, 228, 168, 0.10), transparent 34%),
        radial-gradient(circle at 50% 0%, rgba(255, 231, 175, 0.08), transparent 38%);
    mix-blend-mode: screen;
}

.hpc-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    opacity: 0.16;
    background-image:
        linear-gradient(rgba(255, 230, 174, 0.10) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 230, 174, 0.08) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: radial-gradient(circle at 50% 44%, black, transparent 62%);
}

.hpc-hero__ornament {
    position: absolute;
    z-index: 0;
    top: 16%;
    width: 28vw;
    max-width: 420px;
    min-width: 260px;
    aspect-ratio: 1;
    border: 1px solid rgba(232, 190, 115, 0.16);
    border-radius: 50%;
    opacity: 0.44;
    pointer-events: none;
}

.hpc-hero__ornament::before,
.hpc-hero__ornament::after {
    content: "";
    position: absolute;
    inset: 11%;
    border: 1px solid rgba(232, 190, 115, 0.13);
    border-radius: 50%;
}

.hpc-hero__ornament::after {
    inset: 23%;
    border-color: rgba(232, 190, 115, 0.10);
}

.hpc-hero__ornament--left {
    left: -12%;
}

.hpc-hero__ornament--right {
    right: -12%;
}

.hpc-hero__inner {
    position: relative;
    z-index: 2;
    width: min(100% - 72px, 1500px);
    min-height: calc(100svh - var(--hpc-header-height, 94px));
    margin: 0 auto;
    padding: clamp(56px, 7vh, 92px) 0 clamp(70px, 9vh, 112px);
    display: grid;
    grid-template-columns: minmax(200px, 250px) minmax(520px, 1fr) minmax(200px, 250px);
    gap: clamp(22px, 3vw, 48px);
    align-items: center;
}

.hpc-hero__content {
    position: relative;
    text-align: center;
    padding: 0 clamp(8px, 1vw, 18px);
}

.hpc-hero__content::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 49%;
    width: min(840px, 96vw);
    height: min(560px, 66vh);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.48) 40%, rgba(0, 0, 0, 0.16) 64%, transparent 78%),
        radial-gradient(circle, rgba(238, 196, 122, 0.16), rgba(238, 196, 122, 0.035) 42%, transparent 66%);
    filter: blur(1px);
}

.hpc-hero__kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 36px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: rgba(255, 243, 219, 0.82);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    box-shadow: none;
    text-shadow:
        0 2px 14px rgba(0, 0, 0, 0.90),
        0 0 14px rgba(238, 196, 122, 0.08);
}

.hpc-hero__kicker span:first-child {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 13px 0 28px;
    border: 1px solid rgba(238, 196, 122, 0.25);
    border-radius: 3px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.012)),
        rgba(0, 0, 0, 0.24);
    color: #ffe0a0;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.055),
        0 0 20px rgba(238, 196, 122, 0.08);
}

.hpc-hero__kicker span:first-child::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 50%;
    width: 7px;
    height: 7px;
    transform: translateY(-50%) rotate(45deg);
    border: 1px solid rgba(255, 224, 160, 0.88);
    background: rgba(255, 224, 160, 0.12);
    box-shadow: 0 0 12px rgba(238, 196, 122, 0.36);
}

.hpc-hero__kicker span:first-child::after {
    content: "";
    position: absolute;
    left: 28px;
    right: 13px;
    bottom: 5px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 224, 160, 0.48), transparent);
}

.hpc-hero__kicker span:last-child {
    color: rgba(255, 232, 187, 0.72);
}


.hpc-hero__kicker span + span {
    position: relative;
    padding-left: 0;
}

.hpc-hero__kicker span + span::before {
    content: "";
    display: none;
}

.hpc-hero__title {
    margin: 16px auto 0;
    max-width: 820px;
    color: #fff7e7;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: clamp(40px, 4.35vw, 68px);
    font-weight: 700;
    line-height: 1.03;
    letter-spacing: -0.045em;
    text-wrap: balance;
    text-shadow:
        0 4px 24px rgba(0, 0, 0, 0.78),
        0 0 34px rgba(232, 190, 115, 0.09);
}

.hpc-hero__title-main {
    display: block;
    color: #fffaf0;
    margin-bottom:-20px;
}

.hpc-hero__title-sub {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 4px;
    padding: 0 44px;
    color: #f4d79e;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 0.30em;
    font-style: normal;
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: 0.055em;
    text-transform: uppercase;
    text-shadow:
        0 2px 16px rgba(0, 0, 0, 0.86),
        0 0 18px rgba(238, 196, 122, 0.12);
}

.hpc-hero__title-sub::before,
.hpc-hero__title-sub::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 28px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 228, 168, 0.72));
    box-shadow: 0 0 12px rgba(238, 196, 122, 0.22);
}

.hpc-hero__title-sub::before {
    left: 0;
}

.hpc-hero__title-sub::after {
    right: 0;
    transform: scaleX(-1);
}

.hpc-hero__lead {
    max-width: 640px;
    margin: 22px auto 0;
    color: rgba(255, 244, 223, 0.90);
    font-size: clamp(17px, 1.38vw, 21px);
    font-weight: 650;
    line-height: 1.35;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.74);
}

.hpc-hero__meta {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 34px auto 0;
}

.hpc-hero-meta {
    display: inline-flex;
    align-items: center;
    min-height: 48px;
    padding: 7px 14px;
    gap: 10px;
    border: 1px solid rgba(232, 190, 115, 0.16);
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.22);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.035),
        0 10px 20px rgba(0, 0, 0, 0.16);
}

.hpc-hero-meta__label {
    color: rgba(232, 190, 115, 0.94);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.hpc-hero-meta__value {
    color: rgba(255, 248, 232, 0.96);
    font-size: 14px;
    font-weight: 850;
    white-space: nowrap;
}

.hpc-hero__actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin: 34px auto 0;
}

.hpc-hero-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 0 24px;
    gap: 10px;
    border-radius: 3px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 950;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    overflow: hidden;
    text-decoration: none;
    transition: border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.hpc-hero-btn::before {
    content: "";
    position: absolute;
    inset: -1px;
    background: linear-gradient(115deg, transparent 14%, rgba(255, 238, 194, 0.46), rgba(255, 255, 255, 0.38), rgba(255, 238, 194, 0.24), transparent 78%);
    transform: translateX(-125%);
    transition: transform 0.72s ease;
    pointer-events: none;
}

.hpc-hero-btn:hover::before {
    transform: translateX(125%);
}

.hpc-hero-btn span,
.hpc-hero-btn svg {
    position: relative;
    z-index: 1;
}

.hpc-hero-btn svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.hpc-hero-btn--primary {
    min-width: 260px;
    border: 1px solid rgba(255, 229, 168, 0.92);
    background:
        radial-gradient(circle at 50% -38%, rgba(255, 229, 168, 0.34), transparent 48%),
        linear-gradient(180deg, rgba(42, 32, 20, 0.99), rgba(0, 0, 0, 0.99)),
        #050505;
    color: #fff;
    box-shadow:
        0 0 0 1px rgba(255, 241, 202, 0.08),
        0 0 34px rgba(225, 184, 111, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.14),
        inset 0 -1px 0 rgba(225, 184, 111, 0.20);
}

.hpc-hero-btn--primary:hover {
    border-color: rgba(255, 236, 190, 1);
    box-shadow:
        0 0 0 1px rgba(255, 241, 202, 0.12),
        0 0 42px rgba(225, 184, 111, 0.32),
        inset 0 1px 0 rgba(255, 255, 255, 0.17);
}

.hpc-hero-btn--ghost {
    min-width: 172px;
    border: 1px solid rgba(232, 190, 115, 0.18);
    background: rgba(0, 0, 0, 0.16);
    color: rgba(255, 246, 224, 0.88);
    box-shadow: none;
}

.hpc-hero-btn--ghost:hover {
    border-color: rgba(255, 229, 168, 0.54);
    color: #fff;
    background: rgba(232, 190, 115, 0.06);
}

.hpc-hero__features {
    display: grid;
    gap: 14px;
}

.hpc-hero__features--left {
    justify-items: start;
}

.hpc-hero__features--right {
    justify-items: end;
}

.hpc-hero-feature {
    position: relative;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    width: min(100%, 250px);
    min-height: 76px;
    padding: 13px 14px;
    border: 1px solid rgba(232, 190, 115, 0.20);
    border-radius: 3px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.014)),
        rgba(0, 0, 0, 0.34);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 16px 28px rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(8px);
    overflow: hidden;
}

.hpc-hero-feature::before {
    content: "";
    position: absolute;
    inset: -1px;
    background: linear-gradient(115deg, transparent 16%, rgba(255, 239, 198, 0.16), transparent 74%);
    transform: translateX(-120%);
    transition: transform 0.7s ease;
}

.hpc-hero-feature:hover::before {
    transform: translateX(120%);
}

.hpc-hero-feature__icon {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(232, 190, 115, 0.35);
    border-radius: 3px;
    color: #f2cc85;
    background:
        radial-gradient(circle at 35% 15%, rgba(255, 239, 198, 0.23), transparent 38%),
        rgba(232, 190, 115, 0.055);
}

.hpc-hero-feature__icon svg {
    width: 26px;
    height: 26px;
    fill: currentColor;
}

.hpc-hero-feature__body {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 4px;
    min-width: 0;
}

.hpc-hero-feature__title {
    color: #fff4dc;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.12;
}

.hpc-hero-feature__text {
    color: rgba(255, 244, 223, 0.72);
    font-size: 12.5px;
    font-weight: 600;
    line-height: 1.18;
}

.hpc-hero__mobile-features {
    display: none;
}

.hpc-hero__bottom {
    position: absolute;
    z-index: 3;
    left: 36px;
    right: 36px;
    bottom: 22px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    pointer-events: none;
}

.hpc-hero__progress {
    display: none;
}

.hpc-hero__progress span {
    display: none;
}

.hpc-hero__progress span.is-active {
    display: none;
}

.hpc-hero__age {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 30px;
    padding: 0 10px;
    border: 1px solid rgba(232, 190, 115, 0.24);
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.34);
    color: rgba(255, 244, 223, 0.76);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
}

@media (max-width: 1240px) {
    .hpc-hero__inner {
        width: min(100% - 48px, 1160px);
        grid-template-columns: 1fr;
        gap: 26px;
        padding-top: 58px;
    }

    .hpc-hero__features {
        display: none;
    }

    .hpc-hero__content {
        max-width: 920px;
        margin: 0 auto;
    }

    .hpc-hero__mobile-features {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 9px;
        margin: 32px auto 0;
        max-width: 760px;
    }

    .hpc-hero-mobile-feature {
        display: grid;
        place-items: center;
        gap: 8px;
        min-height: 86px;
        padding: 10px 8px;
        border: 1px solid rgba(232, 190, 115, 0.18);
        border-radius: 3px;
        background: rgba(0, 0, 0, 0.30);
        color: rgba(255, 244, 223, 0.82);
        text-align: center;
        font-size: 12px;
        font-weight: 800;
        line-height: 1.12;
    }

    .hpc-hero-mobile-feature__icon {
        display: inline-flex;
        width: 34px;
        height: 34px;
        align-items: center;
        justify-content: center;
        color: #f2cc85;
    }

    .hpc-hero-mobile-feature__icon svg {
        width: 28px;
        height: 28px;
        fill: currentColor;
    }
}

@media (max-width: 760px) {
    .hpc-hero {
        min-height: calc(100svh - var(--hpc-header-height, 70px));
    }

    .hpc-hero__shade {
        background:
            radial-gradient(circle at 50% 34%, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.66) 58%, rgba(0, 0, 0, 0.92) 100%),
            linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.36) 42%, rgba(0, 0, 0, 0.94));
    }

    .hpc-hero__inner {
        width: min(100% - 28px, 560px);
        min-height: calc(100svh - var(--hpc-header-height, 70px));
        padding: 38px 0 76px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .hpc-hero__content {
        width: 100%;
        padding: 0;
    }

    .hpc-hero__kicker {
        min-height: 34px;
        padding: 0 12px;
        gap: 8px;
        font-size: 10.5px;
        letter-spacing: 0.10em;
    }

    .hpc-hero__kicker span + span {
        padding-left: 9px;
    }

    .hpc-hero__title {
        margin-top: 20px;
        font-size: clamp(32px, 10.2vw, 48px);
        line-height: 1.02;
        letter-spacing: -0.045em;
    }

    .hpc-hero__lead {
        margin-top: 18px;
        font-size: 16px;
        line-height: 1.35;
    }

    .hpc-hero__meta {
        gap: 8px;
        margin-top: 24px;
    }

    .hpc-hero-meta {
        min-height: 46px;
        padding: 7px 12px;
    }

    .hpc-hero-meta:first-child {
        width: 100%;
        justify-content: center;
    }

    .hpc-hero-meta__label {
        font-size: 10px;
    }

    .hpc-hero-meta__value {
        font-size: 12.5px;
    }

    .hpc-hero__actions {
        display: grid;
        gap: 10px;
        margin-top: 24px;
    }

    .hpc-hero-btn {
        width: 100%;
        min-height: 54px;
        font-size: 13px;
    }

    .hpc-hero-btn--primary,
    .hpc-hero-btn--ghost {
        min-width: 0;
    }

    .hpc-hero__mobile-features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        margin-top: 22px;
    }

    .hpc-hero-mobile-feature {
        min-height: 70px;
        padding: 9px 7px;
        font-size: 11.5px;
    }

    .hpc-hero-mobile-feature:nth-child(n+5) {
        display: none;
    }

    .hpc-hero__bottom {
        left: 14px;
        right: 14px;
        bottom: 16px;
    }

    .hpc-hero__progress span {
        width: 20px;
    }

    .hpc-hero__progress span.is-active {
        width: 38px;
    }

    .hpc-hero__age {
        height: 28px;
        min-width: 38px;
        font-size: 11px;
    }
}

@media (max-width: 760px) {
    .hpc-hero__title-sub {
        margin-top: 9px;
        font-size: 0.40em;
        line-height: 1.22;
        letter-spacing: 0.045em;
    }
    
    .hpc-hero__title-main {
        margin-bottom:0px;
    }
}


@media (max-width: 760px) {
.hpc-hero__title {
        font-size: clamp(34px, 10.8vw, 50px);
        line-height: 1.02;
    }

    .hpc-hero__title-sub {
        margin-top: 12px;
        padding: 7px 12px;
        font-size: 0.36em;
        line-height: 1.22;
        letter-spacing: 0.055em;
    }

    .hpc-hero__lead {
        margin-top: 16px;
    }
}


@media (max-width: 760px) {
    .hpc-hero__kicker {
        gap: 8px;
        font-size: 10.6px;
        letter-spacing: 0.095em;
    }

    .hpc-hero__title-sub {
        margin-top: 3px;
        padding: 0 26px;
        font-size: 0.40em;
        line-height: 1.22;
        letter-spacing: 0.045em;
    }

    .hpc-hero__title-sub::before,
    .hpc-hero__title-sub::after {
        width: 18px;
    }
}


@media (max-width: 760px) {
    .hpc-hero__kicker {
        gap: 8px;
        font-size: 10.6px;
        letter-spacing: 0.095em;
    }

    .hpc-hero__kicker span:first-child {
        min-height: 30px;
        padding: 0 10px 0 24px;
    }

    .hpc-hero__kicker span:first-child::before {
        left: 10px;
        width: 6px;
        height: 6px;
    }

    .hpc-hero__kicker span:first-child::after {
        left: 24px;
        right: 10px;
        bottom: 5px;
    }
}


/* v0.1.21 final overrides */
.hpc-hero__progress,
.hpc-hero__progress span,
.hpc-hero__progress span.is-active {
    display: none !important;
}

@media (max-width: 760px) {
    .hpc-hero__bottom {
        justify-content: flex-end;
    }

    .hpc-hero__title {
        font-family: "Montserrat", Arial, Helvetica, sans-serif;
        font-size: clamp(34px, 9.8vw, 46px);
        line-height: 1.04;
    }

    .hpc-hero__title-sub {
        margin-top: 3px;
        font-size: 0.40em;
    }
}

/* v0.1.27: mobile schedule + slight hero lift */
@media (min-width: 761px) {
    .hpc-hero__inner {
        transform: translateY(-18px);
    }
}

@media (max-width: 760px) {
    .hpc-hero__inner {
        padding-top: 26px !important;
        padding-bottom: 70px !important;
        align-items: flex-start !important;
    }

    .hpc-hero__content {
        padding-top: 8px !important;
    }

    /* Время на мобилке: не две разные огромные карточки, а единая аккуратная строка */
    .hpc-hero__meta {
        width: min(100%, 360px) !important;
        margin: 18px auto 0 !important;
        padding: 9px 10px !important;
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 0 !important;
        border: 1px solid rgba(232, 190, 115, 0.22) !important;
        border-radius: 3px !important;
        background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.01)),
            rgba(0, 0, 0, 0.28) !important;
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.04),
            0 12px 24px rgba(0, 0, 0, 0.20) !important;
    }

    .hpc-hero-meta,
    .hpc-hero-meta:first-child {
        width: auto !important;
        min-height: auto !important;
        padding: 0 10px !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 7px !important;
        white-space: nowrap !important;
    }

    .hpc-hero-meta + .hpc-hero-meta {
        border-left: 1px solid rgba(232, 190, 115, 0.20) !important;
    }

    .hpc-hero-meta__label {
        font-size: 10px !important;
        line-height: 1 !important;
        letter-spacing: 0.10em !important;
        color: rgba(232, 190, 115, 0.95) !important;
    }

    .hpc-hero-meta__value {
        font-size: 12px !important;
        line-height: 1 !important;
        font-weight: 850 !important;
        color: rgba(255, 248, 232, 0.96) !important;
    }

    .hpc-hero__actions {
        margin-top: 24px !important;
    }
}

@media (max-width: 390px) {
    .hpc-hero__meta {
        width: min(100%, 335px) !important;
        padding: 8px 6px !important;
    }

    .hpc-hero-meta {
        gap: 5px !important;
        padding: 0 7px !important;
    }

    .hpc-hero-meta__label {
        font-size: 9.5px !important;
    }

    .hpc-hero-meta__value {
        font-size: 11.5px !important;
    }
}

/* v0.1.29: embossed brand layers */
.hpc-hero__brandmark {
    position: absolute;
    z-index: 1;
    left: 50%;
    pointer-events: none;
    user-select: none;
    white-space: nowrap;
    text-align: center;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    color: rgba(255, 226, 162, 0.055);
    -webkit-text-stroke: 1px rgba(255, 226, 162, 0.105);
    text-shadow:
        1px 1px 0 rgba(255, 241, 204, 0.035),
        -1px -1px 0 rgba(0, 0, 0, 0.78),
        0 0 20px rgba(238, 196, 122, 0.08),
        0 18px 42px rgba(0, 0, 0, 0.46);
    mix-blend-mode: screen;
    opacity: 1;
    mask-image: linear-gradient(90deg, transparent 0%, black 18%, black 82%, transparent 100%);
}

.hpc-hero__brandmark--top {
    top: 17.5%;
    width: auto;
    transform: translateX(-50%);
    padding: 0 22px;
    font-size: clamp(15px, 1.35vw, 24px);
    letter-spacing: 0.42em;
    color: rgba(255, 229, 170, 0.105);
    -webkit-text-stroke: 1px rgba(255, 229, 170, 0.16);
    text-shadow:
        1px 1px 0 rgba(255, 241, 204, 0.055),
        -1px -1px 0 rgba(0, 0, 0, 0.86),
        0 0 16px rgba(238, 196, 122, 0.12);
}

.hpc-hero__brandmark--top::before,
.hpc-hero__brandmark--top::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 58px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 228, 168, 0.22));
    box-shadow: 0 0 14px rgba(238, 196, 122, 0.12);
}

.hpc-hero__brandmark--top::before {
    right: 100%;
}

.hpc-hero__brandmark--top::after {
    left: 100%;
    transform: scaleX(-1);
}

.hpc-hero__brandmark--bottom {
    top: 76%;
    width: 100%;
    transform: translate(-50%, -50%);
    font-size: clamp(62px, 7.6vw, 142px);
    letter-spacing: 0.18em;
    color: rgba(255, 226, 162, 0.040);
    -webkit-text-stroke: 1px rgba(255, 226, 162, 0.070);
    text-shadow:
        1px 1px 0 rgba(255, 241, 204, 0.025),
        -1px -1px 0 rgba(0, 0, 0, 0.86),
        0 0 30px rgba(238, 196, 122, 0.055),
        0 24px 58px rgba(0, 0, 0, 0.54);
    opacity: 0.95;
}

/* Чтобы 5 преимуществ влезали спокойнее после добавления новых блоков */
.hpc-hero__features {
    gap: 11px;
}

.hpc-hero-feature {
    min-height: 68px;
    padding: 10px 13px;
}

.hpc-hero-feature__icon {
    width: 44px;
    height: 44px;
}

.hpc-hero-feature__icon svg {
    width: 25px;
    height: 25px;
}

.hpc-hero-feature__title {
    font-size: 13.5px;
}

.hpc-hero-feature__text {
    font-size: 12px;
}

@media (max-width: 1240px) {
    .hpc-hero__brandmark--top {
        top: 14%;
        font-size: clamp(13px, 2.1vw, 20px);
        letter-spacing: 0.32em;
        opacity: 0.72;
    }

    .hpc-hero__brandmark--bottom {
        top: 74%;
        font-size: clamp(52px, 13vw, 120px);
        letter-spacing: 0.12em;
        opacity: 0.48;
    }
}

@media (max-width: 760px) {
    .hpc-hero__brandmark--top {
        top: 17%;
        font-size: 10px;
        letter-spacing: 0.18em;
        opacity: 0.42;
    }

    .hpc-hero__brandmark--top::before,
    .hpc-hero__brandmark--top::after {
        width: 24px;
    }

    .hpc-hero__brandmark--bottom {
        top: 72%;
        font-size: 44px;
        letter-spacing: 0.08em;
        opacity: 0.18;
        color: rgba(255, 226, 162, 0.032);
        -webkit-text-stroke: 1px rgba(255, 226, 162, 0.045);
    }
}

/* v0.1.30: brandmark placement + readable top brand */
.hpc-hero__brandmark {
    mask-image: none !important;
    -webkit-mask-image: none !important;
}

.hpc-hero__brandmark--top {
    top: 15.5% !important;
    width: auto !important;
    max-width: calc(100% - 120px) !important;
    padding: 0 10px !important;
    font-size: clamp(16px, 1.32vw, 23px) !important;
    letter-spacing: 0.34em !important;
    color: rgba(255, 229, 170, 0.13) !important;
    -webkit-text-stroke: 1px rgba(255, 229, 170, 0.18) !important;
    opacity: 0.95 !important;
    white-space: nowrap !important;
    overflow: visible !important;
}

.hpc-hero__brandmark--top::before,
.hpc-hero__brandmark--top::after {
    width: 42px !important;
    background: linear-gradient(90deg, transparent, rgba(255, 228, 168, 0.18)) !important;
}

.hpc-hero__brandmark--bottom {
    top: 82.5% !important;
    width: calc(100% - 90px) !important;
    max-width: 1480px !important;
    font-size: clamp(56px, 6.6vw, 124px) !important;
    letter-spacing: 0.14em !important;
    color: rgba(255, 226, 162, 0.032) !important;
    -webkit-text-stroke: 1px rgba(255, 226, 162, 0.058) !important;
    opacity: 0.88 !important;
    text-align: center !important;
}

@media (max-width: 1400px) {
    .hpc-hero__brandmark--bottom {
        width: calc(100% - 70px) !important;
        font-size: clamp(50px, 7vw, 104px) !important;
        letter-spacing: 0.11em !important;
    }
}

@media (max-width: 1240px) {
    .hpc-hero__brandmark--top {
        top: 14.2% !important;
        font-size: clamp(13px, 1.9vw, 18px) !important;
        letter-spacing: 0.24em !important;
        opacity: 0.82 !important;
    }

    .hpc-hero__brandmark--top::before,
    .hpc-hero__brandmark--top::after {
        width: 26px !important;
    }

    .hpc-hero__brandmark--bottom {
        top: 80.5% !important;
        width: calc(100% - 44px) !important;
        font-size: clamp(42px, 9vw, 84px) !important;
        letter-spacing: 0.08em !important;
        opacity: 0.52 !important;
    }
}

@media (max-width: 760px) {
    .hpc-hero__brandmark--top {
        top: 15.2% !important;
        max-width: calc(100% - 34px) !important;
        font-size: 10px !important;
        letter-spacing: 0.12em !important;
        opacity: 0.50 !important;
    }

    .hpc-hero__brandmark--top::before,
    .hpc-hero__brandmark--top::after {
        width: 16px !important;
    }

    .hpc-hero__brandmark--bottom {
        top: 80% !important;
        width: calc(100% - 26px) !important;
        font-size: 34px !important;
        letter-spacing: 0.04em !important;
        opacity: 0.20 !important;
    }
}

/* v0.1.31: top brand larger and centered, bottom brand full-width */
.hpc-hero__brandmark--top {
    top: 22% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: auto !important;
    max-width: calc(100% - 80px) !important;
    padding: 0 8px !important;
    font-size: clamp(18px, 1.6vw, 28px) !important;
    letter-spacing: 0.30em !important;
    color: rgba(255, 229, 170, 0.16) !important;
    -webkit-text-stroke: 1px rgba(255, 229, 170, 0.22) !important;
    opacity: 0.98 !important;
    text-align: center !important;
    white-space: nowrap !important;
}

.hpc-hero__brandmark--top::before,
.hpc-hero__brandmark--top::after {
    width: 52px !important;
    background: linear-gradient(90deg, transparent, rgba(255, 228, 168, 0.22)) !important;
}

.hpc-hero__brandmark--bottom {
    left: 50% !important;
    right: auto !important;
    top: 82.5% !important;
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 0 !important;
    margin: 0 !important;
    transform: translate(-50%, -50%) !important;
    font-size: clamp(58px, 6.4vw, 122px) !important;
    letter-spacing: 0.11em !important;
    text-align: center !important;
    color: rgba(255, 226, 162, 0.034) !important;
    -webkit-text-stroke: 1px rgba(255, 226, 162, 0.060) !important;
    opacity: 0.90 !important;
    overflow: hidden !important;
}

@media (max-width: 1400px) {
    .hpc-hero__brandmark--top {
        top: 21% !important;
        font-size: clamp(16px, 1.8vw, 24px) !important;
        letter-spacing: 0.22em !important;
    }

    .hpc-hero__brandmark--top::before,
    .hpc-hero__brandmark--top::after {
        width: 36px !important;
    }

    .hpc-hero__brandmark--bottom {
        font-size: clamp(48px, 7vw, 98px) !important;
        letter-spacing: 0.08em !important;
        top: 81.5% !important;
    }
}

@media (max-width: 760px) {
    .hpc-hero__brandmark--top {
        top: 18.5% !important;
        max-width: calc(100% - 24px) !important;
        font-size: 11px !important;
        letter-spacing: 0.12em !important;
        opacity: 0.54 !important;
    }

    .hpc-hero__brandmark--top::before,
    .hpc-hero__brandmark--top::after {
        width: 14px !important;
    }

    .hpc-hero__brandmark--bottom {
        width: 100vw !important;
        max-width: 100vw !important;
        top: 80% !important;
        font-size: 34px !important;
        letter-spacing: 0.035em !important;
        opacity: 0.20 !important;
    }
}

/* v0.1.32: top brand higher from top, bottom brand much lighter */
.hpc-hero__brandmark--top {
    top: 14.5% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: auto !important;
    max-width: calc(100% - 90px) !important;
    padding: 0 8px !important;
    font-size: clamp(20px, 1.75vw, 31px) !important;
    letter-spacing: 0.26em !important;
    color: rgba(255, 229, 170, 0.19) !important;
    -webkit-text-stroke: 1px rgba(255, 229, 170, 0.26) !important;
    opacity: 0.98 !important;
    text-align: center !important;
    white-space: nowrap !important;
}

.hpc-hero__brandmark--top::before,
.hpc-hero__brandmark--top::after {
    width: 44px !important;
    background: linear-gradient(90deg, transparent, rgba(255, 228, 168, 0.14)) !important;
    box-shadow: 0 0 10px rgba(238, 196, 122, 0.08) !important;
}

.hpc-hero__brandmark--bottom {
    left: 50% !important;
    right: auto !important;
    top: 84% !important;
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 0 !important;
    margin: 0 !important;
    transform: translate(-50%, -50%) !important;
    font-size: clamp(54px, 6.0vw, 110px) !important;
    letter-spacing: 0.10em !important;
    text-align: center !important;
    color: rgba(255, 226, 162, 0.016) !important;
    -webkit-text-stroke: 1px rgba(255, 226, 162, 0.028) !important;
    text-shadow:
        0 0 18px rgba(238, 196, 122, 0.020),
        0 18px 40px rgba(0, 0, 0, 0.28) !important;
    opacity: 0.46 !important;
}

@media (max-width: 1400px) {
    .hpc-hero__brandmark--top {
        top: 13.6% !important;
        font-size: clamp(17px, 2vw, 26px) !important;
        letter-spacing: 0.20em !important;
    }

    .hpc-hero__brandmark--top::before,
    .hpc-hero__brandmark--top::after {
        width: 28px !important;
    }

    .hpc-hero__brandmark--bottom {
        top: 82.8% !important;
        font-size: clamp(46px, 6.7vw, 88px) !important;
        letter-spacing: 0.07em !important;
        opacity: 0.34 !important;
    }
}

@media (max-width: 760px) {
    .hpc-hero__brandmark--top {
        top: 13.8% !important;
        max-width: calc(100% - 26px) !important;
        font-size: 11px !important;
        letter-spacing: 0.10em !important;
        opacity: 0.52 !important;
    }

    .hpc-hero__brandmark--top::before,
    .hpc-hero__brandmark--top::after {
        width: 14px !important;
    }

    .hpc-hero__brandmark--bottom {
        top: 81.2% !important;
        width: 100vw !important;
        max-width: 100vw !important;
        font-size: 32px !important;
        letter-spacing: 0.03em !important;
        color: rgba(255, 226, 162, 0.012) !important;
        -webkit-text-stroke: 1px rgba(255, 226, 162, 0.020) !important;
        opacity: 0.16 !important;
    }
}

/* v0.1.33: top brand higher, bottom brand slightly more visible */
.hpc-hero__brandmark--top {
    top: 7.2% !important;
}

.hpc-hero__brandmark--bottom {
    color: rgba(255, 226, 162, 0.022) !important;
    -webkit-text-stroke: 1px rgba(255, 226, 162, 0.038) !important;
    text-shadow:
        0 0 20px rgba(238, 196, 122, 0.030),
        0 18px 42px rgba(0, 0, 0, 0.30) !important;
    opacity: 0.56 !important;
}

@media (max-width: 1400px) {
    .hpc-hero__brandmark--top {
        top: 6.8% !important;
    }

    .hpc-hero__brandmark--bottom {
        opacity: 0.42 !important;
        color: rgba(255, 226, 162, 0.018) !important;
        -webkit-text-stroke: 1px rgba(255, 226, 162, 0.032) !important;
    }
}

@media (max-width: 760px) {
    .hpc-hero__brandmark--top {
        top: 7.2% !important;
    }

    .hpc-hero__brandmark--bottom {
        opacity: 0.22 !important;
        color: rgba(255, 226, 162, 0.016) !important;
        -webkit-text-stroke: 1px rgba(255, 226, 162, 0.026) !important;
    }
}



/* v0.1.34: stronger mobile hero darkening for better premium contrast */
@media (max-width: 760px) {
    .hpc-hero__shade {
        background:
            radial-gradient(circle at 50% 34%, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.74) 54%, rgba(0, 0, 0, 0.96) 100%),
            linear-gradient(90deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.48) 48%, rgba(0, 0, 0, 0.82) 100%),
            linear-gradient(180deg, rgba(0, 0, 0, 0.36) 0%, rgba(0, 0, 0, 0.52) 42%, rgba(0, 0, 0, 0.96) 100%) !important;
    }

    .hpc-hero__slide.is-active {
        opacity: 0.88;
    }
}
