.space-section {
    padding: 5rem 2rem;
    position: relative;
    overflow: hidden;
    background-image: url('./assets/naura-hero.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.space-bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.1;
    z-index: 0;
}

.space-content {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.space-header {
    background: rgba(224, 193, 164, 0.5);
    backdrop-filter: blur(5px);
    padding: 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 976px;
    margin: 0 auto;
}

.space-header h2 {
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
    margin: 0;
    font-weight: 300;
}

.space-header h2 .white {
    color: var(--color-white);
}

.space-header h2 .accent {
    color: var(--color-green-muted);
}

.space-header p {
    color: var(--color-white);
}

.space-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 36px;
    row-gap: 114px;
    margin: auto;
    margin-top: 134px;
    max-width: 1184px;
}

.space-card {
    position: relative;
    border: 10px solid var(--color-white);
    background: linear-gradient(291deg, #D8DFBF 4.35%, rgba(222, 189, 164, 0.65) 95.88%);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(5px);
    padding: 96px 24px 24px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
}

.space-card-image {
    position: absolute;
    top: -5.5rem;
    left: 50%;
    transform: translateX(-50%);
    max-width: 365px !important;
    width: 100% !important;
    height: 173px !important;
    border: 10px solid var(--color-white);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    object-fit: cover;
}

.space-card h3 {
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
    color: var(--color-dark-alt);
    margin: 2px 0 0 0;
}

.space-card p {
    font-family: 'Inter', sans-serif;
    font-size: 1.25rem;
    color: var(--color-dark-alt);
    line-height: 1.75;
    margin: 0;
}

.space-price {
    display: flex;
    align-items: flex-end;
    padding-top: 24px;
    margin: 0 auto;
}

.space-price-value {
    font-family: 'Inter', sans-serif;
    line-height: 1;
}

.space-price-rp {
    font-weight: 500;
    font-size: 2.25rem;
    color: var(--color-dark-alt);
}

.space-price-amount {
    font-weight: 500;
    font-size: 6.25rem;
    color: var(--color-dark-alt);
}

.space-price-unit {
    font-weight: 500;
    font-size: 2.25rem;
    color: var(--color-dark-alt);
}

.space-price-period {
    font-weight: 400;
    font-size: 1.75rem;
    color: var(--color-white);
}

.space-capacity {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding-top: 1.5rem;
}

.space-capacity svg {
    width: 32px;
    height: auto;
    flex-shrink: 0;
}

.space-capacity-text {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1;
    color: var(--color-dark-alt)
}

.space-amenities {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    padding-top: 16px;
}

.space-amenity-icon {
    width: auto;
    height: 24px;
    flex-shrink: 0;
}

@media screen and (max-width: 1199px) {
    .space-section {
        width: 100%;
        max-width: 100%;
        padding: 100px;
    }

    .space-content {
        gap: 3rem;
    }

    .space-header {
        padding: 24px;
        gap: 24px;
        max-width: 976px;
    }

    .space-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));;
        column-gap: 36px;
        row-gap: 114px;
        margin-top: 134px;
        max-width: 100%;
    }

    .space-card {
        padding: 96px 24px 24px 24px;
        gap: 20px;
    }

    .space-card-image {
        top: -5.5rem;
        left: 50%;
        max-width: 365px !important;
        height: 173px !important;
        border: 10px solid var(--color-white);
    }

    .space-card h3 {
        font-size: 2rem;
        font-weight: 600;
        line-height: 3rem;
    }

    .space-card p {
        font-size: 1.25rem;
        line-height: 1.75;
    }

    .space-price {
        padding-top: 24px;
    }

    .space-price-rp {
        font-size: 2.25rem;
    }

    .space-price-amount {
        font-size: 6.25rem;
    }

    .space-price-unit {
        font-size: 2.25rem;
    }

    .space-price-period {
        font-size: 1.75rem;
    }

    .space-capacity {
        gap: 1rem;
        padding-top: 1.5rem;
    }

    .space-capacity svg {
        width: 32px;
    }

    .space-capacity-text {
        font-size: 1.5rem;
        line-height: 1;
    }

    .space-amenities {
        gap: 1rem;
        padding-top: 16px;
    }

    .space-amenity-icon {
        height: 24px;
    }
}

@media screen and (max-width: 991px) {
    .space-card {
        padding: 20px;
        gap: 16px;
    }
    .space-card-image {
        border: 10px solid #fff;
        position: relative;
        top: 0;
        margin: auto;
        left: unset;
        transform: unset;
    }
    .space-grid {
        row-gap: 36px;
        margin-top: 48px;
    }
    .space-card h3 {
        font-size: 28px;
        font-weight: 500;
        line-height: 36px;
    }

    .space-price-amount {
        font-size: 48px;
    }
    .space-price-rp, .space-price-unit {
        font-size: 36px;
    }
    .space-price-period {
        font-size: 36px;
        flex: 1;
    }
    .space-capacity-text {
        font-size: 1.5rem;
    }
    img.space-capacity-icon {
        height: 28px;
    }
}

@media (max-width: 767px) {
    .space-section {
        padding: 56px;
    }
    .space-grid {
        grid-template-columns: 1fr;
    }
    .space-card {
        margin: auto;
        padding: 20px;
        gap: 16px;
        max-width: 65%;
        width: 100%;
    }
    .space-price-period {
        font-size: 28px;
        flex: unset;
    }
    .space-grid {
        row-gap: 48px;
    }
}

@media (max-width: 639px) {
    .space-section {
        padding: 36px;
    }
    .space-card {
        max-width: 100%;
    }
    .space-header {
        max-width: 100%;
    }
}