/* SkyPrint hero — clean premium v3 */

.hero-star-map {
    padding: 68px 0 74px;
    background: #f7f6f3;
    overflow: hidden;
}

.hero-content {
    max-width: 540px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    margin-bottom: 18px;
    padding: 0 12px;
    border-radius: 999px;
    background: #202838;
    color: #ffffff;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 700;
}

.hero-title {
    margin: 0 0 20px;
    color: #202838;
    font-size: 48px;
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -0.6px;
}

.hero-subtitle {
    margin: 0 0 28px;
    color: #515b6a;
    font-size: 18px;
    line-height: 1.58;
    font-weight: 400;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 26px;
}

.hero-actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 22px;
    margin: 0;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 800;
    text-decoration: none;
}

.btn-buy,
.btn-buy:hover,
.btn-buy:visited,
.btn-buy:active {
    background: #202838;
    border-color: #202838;
    color: #ffffff !important;
}

.btn-buy:hover {
    background: #151c29;
    border-color: #151c29;
    color: #ffffff !important;
}

.hero-actions .btn-outline-dark,
.hero-actions .btn-outline-dark:hover,
.hero-actions .btn-outline-dark:visited,
.hero-actions .btn-outline-dark:active {
    background: #ffffff;
    border-color: rgba(32, 40, 56, 0.16);
    color: #202838 !important;
}

.hero-actions .btn-outline-dark:hover {
    background: #efede8;
    border-color: rgba(32, 40, 56, 0.24);
    color: #202838 !important;
}

.hero-benefits {
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: #46505f;
    font-size: 15px;
    line-height: 1.35;
}

.hero-benefits i {
    margin-right: 7px;
    color: #9b7a35;
}

.hero-visual {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 16px;
    align-items: stretch;
}

.hero-main-photo,
.hero-small-photo {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(32, 40, 56, 0.08);
    border-radius: 16px;
    box-shadow: 0 16px 42px rgba(32, 40, 56, 0.13);
}

.hero-main-photo img,
.hero-small-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}

.hero-main-photo {
    min-height: 520px;
}

.hero-side-media {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.hero-small-photo {
    flex: 1;
    min-height: 250px;
}

.hero-video-preview {
    cursor: pointer;
}

.hero-play {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 54px;
    height: 54px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.94);
    color: #202838;
    box-shadow: 0 10px 30px rgba(32, 40, 56, 0.22);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

@media (max-width: 991.98px) {
    .hero-star-map {
        padding: 36px 0 52px;
    }

    .hero-content {
        max-width: none;
        margin-top: 28px;
        text-align: center;
    }

    .hero-title {
        font-size: 36px;
    }

    .hero-subtitle {
        font-size: 17px;
    }

    .hero-actions {
        justify-content: center;
    }

    .hero-benefits {
        align-items: center;
    }

    .hero-visual {
        display: block;
    }

    .hero-main-photo {
        min-height: auto;
        border-radius: 16px;
    }

    .hero-main-photo img {
        height: auto;
        object-fit: contain;
    }

    .hero-side-media {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .hero-star-map {
        padding: 28px 0 42px;
    }

    .hero-badge {
        min-height: 28px;
        margin-bottom: 14px;
        font-size: 12px;
    }

    .hero-title {
        margin-bottom: 16px;
        font-size: 30px;
        line-height: 1.15;
    }

    .hero-subtitle {
        margin-bottom: 22px;
        font-size: 16px;
        line-height: 1.52;
    }

    .hero-actions {
        display: block;
    }

    .hero-actions .btn {
        width: 100%;
        margin-bottom: 9px;
    }

    .hero-benefits {
        font-size: 14px;
    }
}


.hero-video-label, .hero-photo-label {
    position: absolute;
    left: 12px;
    top: 12px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    background: rgba(32, 40, 56, 0.92);
    color: #fff;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
}

