.what-star-map {
    padding: 68px 0;
    background: #f7f6f3;
}

.what-star-map * {
    box-sizing: border-box;
}

.wsm-content {
    max-width: 720px;
    padding-left: 26px;
}

.wsm-kicker {
    margin-bottom: 8px;
    color: #9b7a35;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.wsm-content h2 {
    margin: 0 0 16px;
    color: #202838;
    font-size: 34px;
    line-height: 1.16;
    font-weight: 800;
}

.wsm-lead {
    margin: 0 0 14px;
    color: #2f394b;
    font-size: 18px;
    line-height: 1.55;
    font-weight: 500;
}

.wsm-content p {
    margin: 0 0 20px;
    color: #606978;
    font-size: 15px;
    line-height: 1.58;
}

.wsm-features {
    margin-top: 24px;
}

.wsm-feature {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
    padding: 18px 18px;
    background: #ffffff;
    border: 1px solid rgba(32, 40, 56, 0.08);
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(32, 40, 56, 0.045);
}

.wsm-feature:last-child {
    margin-bottom: 0;
}

.wsm-feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 38px;
    height: 38px;
    margin-right: 14px;
    background: #202838;
    color: #ffffff;
    border-radius: 999px;
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
}

.wsm-feature h3 {
    margin: 0 0 5px;
    color: #202838;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 800;
}

.wsm-feature p {
    margin: 0;
    color: #606978;
    font-size: 14px;
    line-height: 1.48;
}

.wsm-note {
    margin-top: 22px;
    padding: 18px 20px;
    background: #202838;
    color: rgba(255, 255, 255, 0.88);
    border-radius: 14px;
    font-size: 15px;
    line-height: 1.5;
    box-shadow: 0 14px 34px rgba(32, 40, 56, 0.16);
}

.wsm-note strong {
    color: #ffffff;
}

.wsm-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.wsm-btn-primary,
.wsm-btn-primary:hover,
.wsm-btn-primary:visited,
.wsm-btn-primary:active {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 22px;
    background: #202838;
    color: #ffffff;
    border: 1px solid #202838;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 800;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.wsm-btn-primary:hover {
    background: #151c29;
    border-color: #151c29;
    color: #ffffff;
}

.wsm-btn-secondary,
.wsm-btn-secondary:hover,
.wsm-btn-secondary:visited,
.wsm-btn-secondary:active {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 20px;
    background: #ffffff;
    color: #202838;
    border: 1px solid rgba(32, 40, 56, 0.14);
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 800;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.wsm-btn-secondary:hover {
    background: #efede8;
    border-color: rgba(32, 40, 56, 0.22);
    color: #202838;
}

/* Visual */

.wsm-visual {
    position: relative;
    max-width: 430px;
    margin: 0 auto;
    padding: 18px;
}

.wsm-card-preview {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(32, 40, 56, 0.08);
    border-radius: 16px;
    box-shadow: 0 18px 46px rgba(32, 40, 56, 0.16);
}

.wsm-visual {
    position: relative;
    max-width: 430px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 18px;
    display: flex;
    align-items: stretch;
}

.wsm-card-preview {
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow: visible;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wsm-card-preview:before {
    display: none;
}

.wsm-card-preview img {
    position: static;
    display: block;
    width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center center;
    border-radius: 0;
}

.wsm-card-preview img {
    filter: drop-shadow(0 14px 28px rgba(32, 40, 56, 0.14));
}

.wsm-floating {
    position: absolute;
    z-index: 2;
    min-width: 132px;
    padding: 10px 12px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(32, 40, 56, 0.08);
    border-radius: 12px;
    box-shadow: 0 12px 28px rgba(32, 40, 56, 0.14);
    backdrop-filter: blur(6px);
}

.wsm-floating span {
    display: block;
    margin-bottom: 3px;
    color: #7a828e;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.wsm-floating strong {
    display: block;
    color: #202838;
    font-size: 13px;
    line-height: 1.25;
    font-weight: 800;
}

.wsm-floating-date {
    top: 73%;
    left: -6px;
}

.wsm-floating-place {
    right: -8px;
    top: 80%;
}

.wsm-floating-stars {
    left: 22px;
    top: 25%; 
}
 
.wsm-floating-text {
    right: 30px;
    top: 58%;
}
 

@media (max-width: 991.98px) {
    .what-star-map {
        padding: 54px 0;
    }

    .wsm-content {
        max-width: none;
        padding-left: 0;
        margin-bottom: 34px;
    }

    .wsm-content h2 {
        font-size: 30px;
    }

    .wsm-lead {
        font-size: 17px;
    }

    .wsm-visual {
        max-width: 390px;
    }
}

@media (max-width: 767.98px) {
    .what-star-map {
        padding: 42px 0;
    }

    .wsm-content h2 {
        font-size: 26px;
        margin-bottom: 13px;
    }

    .wsm-lead {
        font-size: 15px;
        line-height: 1.5;
    }

    .wsm-content p {
        font-size: 14px;
        line-height: 1.5;
    }

    .wsm-features {
        margin-top: 20px;
    }

    .wsm-feature {
        padding: 14px 13px;
        border-radius: 13px;
    }

    .wsm-feature-icon {
        width: 32px;
        height: 32px;
        margin-right: 11px;
        font-size: 11px;
    }

    .wsm-feature h3 {
        font-size: 14px;
    }

    .wsm-feature p {
        font-size: 12px;
        line-height: 1.42;
    }

    .wsm-note {
        padding: 15px 14px;
        font-size: 13px;
        border-radius: 13px;
    }

    .wsm-actions {
        display: block;
    }

    .wsm-btn-primary,
    .wsm-btn-primary:hover,
    .wsm-btn-primary:visited,
    .wsm-btn-primary:active,
    .wsm-btn-secondary,
    .wsm-btn-secondary:hover,
    .wsm-btn-secondary:visited,
    .wsm-btn-secondary:active {
        width: 100%;
        min-height: 42px;
        margin-bottom: 9px;
        padding: 0 14px;
        font-size: 13px;
    }

    .wsm-visual {
        max-width: 330px;
        padding: 10px;
    }

    .wsm-card-preview {
        border-radius: 14px;
        box-shadow: 0 12px 34px rgba(32, 40, 56, 0.14);
    }

    .wsm-floating {
        min-width: 112px;
        padding: 8px 9px;
        border-radius: 10px;
    }

    .wsm-floating span {
        font-size: 9px;
    }

    .wsm-floating strong {
        font-size: 11px;
    }


    .wsm-floating-date {
        top: 75%;
        left: -6px;
    }

    .wsm-floating-place {
        right: -8px;
        top: 82%;
    }

    .wsm-floating-stars {
        left: 22px;
        top: 25%; 
    }
     
    .wsm-floating-text {
        right: 30px;
        top: 58%;
    }
}

@media (max-width: 370px) {
    .wsm-visual {
        max-width: 300px;
    }

    .wsm-floating {
        display: none;
    }
}