.hero-header {
    max-width: 1240px;
    margin: 0 auto;
    padding: 104px 56px 72px;
}

.hero-title {
    font-family: 'Golos Text', sans-serif;
    font-weight: 500;
    font-size: 88px;
    line-height: 1.0;
    letter-spacing: -0.03em;
    max-width: 1080px;
    min-height: 176px;
    margin-bottom: 32px;
}

.hero-description {
    font-family: 'Golos Text', sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.55;
    color: #48524C;
    max-width: 720px;
    min-height: 102px;
    margin-bottom: 44px;
}

.hero-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.hero-btn-primary {
    all: unset;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    min-width: 220px;
    height: 54px;
    background: #15512B;
    color: #FFFFFF;
    font-family: 'Golos Text', sans-serif;
    font-weight: 600;
    font-size: 18px;
    padding: 0 24px;
    border-radius: 999px;
    white-space: nowrap;
    text-align: center;
    box-sizing: border-box;
}

.hero-btn-secondary {
    all: unset;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 196px;
    min-width: 196px;
    height: 54px;
    border: 1.5px solid rgba(18, 24, 18, 0.28);
    color: #141414;
    font-family: 'Golos Text', sans-serif;
    font-weight: 500;
    font-size: 18px;
    padding: 0 24px;
    border-radius: 999px;
    white-space: nowrap;
    text-align: center;
    box-sizing: border-box;
}

.hero-media {
    margin-top: 72px;
    height: 440px;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(18, 24, 18, 0.12);
    position: relative;
    background: #ECEFE9;
}

.hero-media::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 130px;
    background: linear-gradient(transparent, rgba(18, 24, 18, 0.28));
    pointer-events: none;
    z-index: 1;
}

.hero-gallery {
    position: absolute;
    inset: 0;
}

.hero-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0;
    transition: opacity .7s ease;
}

.hero-slide.is-active {
    opacity: 1;
}

.hero-dots {
    position: absolute;
    right: 24px;
    bottom: 24px;
    display: flex;
    gap: 8px;
    z-index: 3;
}

.hero-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 0;
    padding: 0;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.55);
}

.hero-dot-active {
    background: #15512B;
}

.partners-row {
    margin-top: 44px;
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.partners-label {
    display: inline-flex;
    align-items: center;
    min-width: 230px;
    font-family: 'Space Mono', monospace;
    font-size: 12px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: #7C857E;
    white-space: nowrap;
}

.partners-logo {
    height: 42px;
    width: auto;
    max-width: 180px;
    object-fit: contain;
    display: block;
}

.partner-name {
    font-family: 'Golos Text', sans-serif;
    font-weight: 500;
    font-size: 19px;
    color: rgba(18, 24, 18, 0.55);
}
