.occasions-star-map {
    padding: 62px 0;
    background: #ffffff;
}

.occasions-star-map * {
    box-sizing: border-box;
}

.osm-head {
    max-width: 780px;
    margin: 0 auto 34px;
    text-align: center;
}

.osm-kicker {
    margin-bottom: 8px;
    color: #9b7a35;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.osm-head h2 {
    margin: 0 0 13px;
    color: #202838;
    font-size: 34px;
    line-height: 1.16;
    font-weight: 800;
}

.osm-head p {
    margin: 0;
    color: #606978;
    font-size: 16px;
    line-height: 1.58;
}

.osm-grid {
    margin-left: -10px;
    margin-right: -10px;
}

.osm-col {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.osm-card,
.osm-card:hover,
.osm-card:visited,
.osm-card:active {
    position: relative;
    display: block;
    height: 100%;
    min-height: 238px;
    padding: 22px 20px 20px;
    background: #f8f7f4;
    color: #202838;
    border: 1px solid rgba(32, 40, 56, 0.08);
    border-radius: 15px;
    text-decoration: none;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(32, 40, 56, 0.055);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background-color 0.22s ease;
}

.osm-card:before {
    content: "";
    position: absolute;
    right: -38px;
    top: -38px;
    width: 112px;
    height: 112px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(155, 122, 53, 0.15) 0%, rgba(155, 122, 53, 0) 68%);
    pointer-events: none;
}

.osm-card:hover {
    transform: translateY(-4px);
    background: #ffffff;
    border-color: rgba(155, 122, 53, 0.28);
    box-shadow: 0 16px 38px rgba(32, 40, 56, 0.11);
    color: #202838;
}

.osm-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 26px;
    margin-bottom: 17px;
    padding: 0 9px;
    background: #202838;
    color: #ffffff;
    border-radius: 999px;
    font-size: 11px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.5px;
}

.osm-card h3 {
    margin: 0 0 9px;
    color: #202838;
    font-size: 19px;
    line-height: 1.23;
    font-weight: 800;
}

.osm-card p {
    margin: 0 0 15px;
    color: #5e6877;
    font-size: 14px;
    line-height: 1.45;
}

.osm-example {
    margin-top: auto;
    padding-top: 13px;
    color: #8a6b2c;
    border-top: 1px solid rgba(32, 40, 56, 0.08);
    font-size: 13px;
    line-height: 1.38;
    font-weight: 600;
}

.osm-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    margin-top: 18px;
    padding: 22px 24px;
    background: #202838;
    color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 16px 38px rgba(32, 40, 56, 0.16);
}

.osm-bottom-text {
    max-width: 720px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 15px;
    line-height: 1.5;
}

.osm-main-btn,
.osm-main-btn:hover,
.osm-main-btn:visited,
.osm-main-btn:active {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-height: 44px;
    padding: 0 22px;
    background: #ffffff;
    color: #202838;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 800;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.osm-main-btn:hover {
    background: #f1eee7;
    color: #202838;
}




@media (max-width: 991.98px) {
    .occasions-star-map {
        padding: 52px 0;
    }

    .osm-head {
        margin-bottom: 28px;
    }

    .osm-head h2 {
        font-size: 30px;
    }

    .osm-card,
    .osm-card:hover,
    .osm-card:visited,
    .osm-card:active {
        min-height: 215px;
    }

    .osm-bottom {
        display: block;
        text-align: center;
    }

    .osm-bottom-text {
        max-width: none;
        margin-bottom: 16px;
    }
}

@media (max-width: 767.98px) {
    .occasions-star-map {
        padding: 42px 0;
    }

    .osm-head {
        text-align: left;
        margin-bottom: 22px;
    }

    .osm-head h2 {
        font-size: 26px;
    }

    .osm-head p {
        font-size: 14px;
        line-height: 1.5;
    }

    .osm-grid {
        margin-left: -6px;
        margin-right: -6px;
    }

    .osm-col {
        padding-left: 6px;
        padding-right: 6px;
        margin-bottom: 12px;
    }

    .osm-card,
    .osm-card:hover,
    .osm-card:visited,
    .osm-card:active {
        min-height: 150px;
        padding: 14px 11px 13px;
        border-radius: 13px;
        box-shadow: 0 6px 18px rgba(32, 40, 56, 0.06);
    }

    .osm-num {
        min-width: 31px;
        height: 22px;
        margin-bottom: 11px;
        padding: 0 7px;
        font-size: 10px;
    }

    .osm-card h3 {
        margin-bottom: 7px;
        font-size: 14px;
        line-height: 1.22;
    }

    .osm-card p {
        margin-bottom: 0;
        font-size: 11px;
        line-height: 1.38;
    }

    .osm-example {
        display: none;
    }

    .osm-bottom {
        margin-top: 10px;
        padding: 18px 16px;
        border-radius: 14px;
    }

    .osm-bottom-text {
        margin-bottom: 14px;
        font-size: 13px;
        line-height: 1.45;
    }

    .osm-main-btn,
    .osm-main-btn:hover,
    .osm-main-btn:visited,
    .osm-main-btn:active {
        width: 100%;
        min-height: 42px;
        padding: 0 14px;
        font-size: 13px;
    }
}

@media (max-width: 370px) {
    .osm-card,
    .osm-card:hover,
    .osm-card:visited,
    .osm-card:active {
        min-height: 142px;
        padding-left: 9px;
        padding-right: 9px;
    }

    .osm-card h3 {
        font-size: 13px;
    }

    .osm-card p {
        font-size: 10.5px;
    }
}