.tenant-services-page .main-navbar-content {
    min-height: auto;
    display: block;
}

.tenant-services-page .main-navbar-bg {
    background-image: linear-gradient(rgba(10, 12, 20, 0.48), rgba(10, 12, 20, 0.58)), url("../img/about_bg.png");
    background-position: center;
}

.tenant-hero {
    min-height: clamp(500px, 70vh, 760px);
    display: flex;
    align-items: center;
    padding: 6.25rem 0 4rem;
}

.tenant-hero-kicker {
    margin: 0 0 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 800;
    color: #e7b97c;
    font-size: clamp(1rem, 0.6vw + 0.85rem, 1.35rem);
}

.tenant-hero-title {
    margin: 0;
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    line-height: 1.05;
    font-size: clamp(2rem, 2.4vw + 1.25rem, 3.55rem);
    text-shadow: 0 12px 35px rgba(0, 0, 0, 0.35);
}

.tenant-hero-subtitle {
    margin: 1.15rem 0 1.5rem;
    color: rgba(255, 255, 255, 0.95);
    font-size: clamp(1rem, 0.8vw + 0.82rem, 1.35rem);
    line-height: 1.55;
}

.tenant-hero-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0.55rem 1.2rem;
    border-radius: 4px;
    border: 1px solid rgba(231, 185, 124, 0.55);
    background: linear-gradient(180deg, #d4a963, #b8873e);
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-decoration: none;
}

.tenant-hero-cta:hover {
    color: #fff;
    filter: brightness(1.05);
}

.tenant-intro,
.tenant-offer,
.tenant-built,
.tenant-handover,
.tenant-closing {
    background: #f4f2f6;
}

.tenant-intro {
    padding: 3rem 0;
}

.tenant-section-title {
    margin: 0 0 0.85rem;
    color: #27223d;
    font-size: clamp(1.5rem, 1.2vw + 1.2rem, 2.25rem);
    font-weight: 700;
    line-height: 1.15;
}

.tenant-intro p {
    margin: 0 0 1rem;
    color: #302f3e;
    line-height: 1.75;
    font-size: 1.05rem;
}

.tenant-image-wrap {
    border-radius: 4px;
    overflow: hidden;
}

.tenant-image-wrap img {
    width: 100%;
    height: 100%;
    max-height: 420px;
    object-fit: cover;
    display: block;
}

.tenant-offer {
    padding: 0 0 2.6rem;
}

.tenant-offer-title {
    margin: 0 0 1.2rem;
    text-align: center;
    color: #27223d;
    font-weight: 700;
    font-size: clamp(1.6rem, 1.05vw + 1.3rem, 2.3rem);
    position: relative;
}

.tenant-offer-title::before,
.tenant-offer-title::after {
    content: '';
    position: absolute;
    top: 50%;
    width: clamp(70px, 18vw, 240px);
    height: 1px;
    background: rgba(39, 34, 61, 0.2);
}

.tenant-offer-title::before {
    left: 0;
}

.tenant-offer-title::after {
    right: 0;
}

.tenant-offer-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    border-top: 1px solid rgba(39, 34, 61, 0.12);
    border-bottom: 1px solid rgba(39, 34, 61, 0.12);
}

.tenant-offer-item {
    text-align: center;
    padding: 1.25rem 0.7rem 1.15rem;
    border-right: 1px solid rgba(39, 34, 61, 0.12);
}

.tenant-offer-item:last-child {
    border-right: none;
}

.tenant-offer-icon {
    width: 62px;
    height: 62px;
    margin: 0 auto 0.7rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.65rem;
    color: #e7b97c;
    background: rgba(231, 185, 124, 0.12);
}

.tenant-offer-label {
    color: #27223d;
    font-weight: 600;
    line-height: 1.35;
}

.tenant-hassle {
    position: relative;
    padding: 3.25rem 0;
    background-image: linear-gradient(rgba(10, 12, 20, 0.74), rgba(10, 12, 20, 0.74));
}

.tenant-image-wrap--dark {
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.35);
}

.tenant-section-title--light {
    color: #fff;
    margin-bottom: 1.1rem;
}

.tenant-check-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tenant-check-list li {
    color: rgba(255, 255, 255, 0.92);
    padding: 0.55rem 0;
    border-bottom: 1px solid rgba(231, 185, 124, 0.2);
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    font-size: 1.04rem;
}

.tenant-check-list li i {
    margin-top: 0.22rem;
    color: #e7b97c;
}

.tenant-hassle-note {
    margin: 1rem 0 0;
    color: rgba(255, 255, 255, 0.95);
    font-size: 1.08rem;
}

.tenant-built {
    padding: 3rem 0 2.65rem;
}

.tenant-built-subtitle {
    margin: 0 0 0.4rem;
    color: #35334a;
    font-size: 1.04rem;
}

.tenant-check-list--compact {
    max-width: 640px;
    margin: 0.4rem auto 0;
}

.tenant-check-list--compact li {
    color: #2c2b3d;
    border-bottom-color: rgba(39, 34, 61, 0.15);
}

.tenant-check-list--compact li i {
    color: #e7b97c;
}

.tenant-handover {
    padding: 0 0 2.85rem;
}

.tenant-closing {
    padding: 2rem 0 3.15rem;
    text-align: center;
}

.tenant-closing h2 {
    margin: 0;
    color: #27223d;
    font-size: clamp(1.8rem, 1.3vw + 1.4rem, 2.65rem);
    font-weight: 700;
}

.tenant-closing p {
    margin: 0.65rem 0 0;
    color: #4e4a5f;
    font-size: clamp(1.12rem, 0.85vw + 0.92rem, 1.45rem);
}

.tenant-closing p strong {
    color: #c08f49;
}

@media (max-width: 992px) {
    .tenant-offer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tenant-offer-item {
        border-right: 1px solid rgba(39, 34, 61, 0.12);
        border-bottom: 1px solid rgba(39, 34, 61, 0.12);
    }

    .tenant-offer-item:nth-child(2n) {
        border-right: none;
    }

    .tenant-offer-item:nth-last-child(-n + 2) {
        border-bottom: none;
    }
}

@media (max-width: 768px) {
    .tenant-hero {
        min-height: clamp(420px, 60vh, 640px);
        padding: 5.5rem 0 3rem;
    }

    .tenant-hero-title {
        max-width: 580px;
    }

    .tenant-offer-title::before,
    .tenant-offer-title::after {
        display: none;
    }
}

@media (max-width: 576px) {
    .tenant-offer-grid {
        grid-template-columns: 1fr;
    }

    .tenant-offer-item,
    .tenant-offer-item:nth-child(2n) {
        border-right: none;
    }

    .tenant-offer-item:nth-last-child(-n + 2) {
        border-bottom: 1px solid rgba(39, 34, 61, 0.12);
    }

    .tenant-offer-item:last-child {
        border-bottom: none;
    }
}