/* Tenant landing final polish: loaded after gov global. */
.body .intro-strip {
    min-height: clamp(460px, 54vw, 650px) !important;
    padding: clamp(64px, 8vw, 120px) 0 !important;
    overflow: hidden;
    isolation: isolate;
    background: #073f3a;
}
.body .intro-bg {
    background-position: center !important;
    filter: saturate(1.08) contrast(1.08) brightness(.72) !important;
    transform: scale(1.01);
    transition: transform .9s ease, filter .9s ease;
}
.body .intro-strip:hover .intro-bg {
    transform: scale(1.04);
    filter: saturate(1.14) contrast(1.12) brightness(.78) !important;
}
.body .intro-overlay {
    background: radial-gradient(circle at 50% 12%, rgba(213,174,95,.22), transparent 34%), linear-gradient(90deg, rgba(3,34,31,.96) 0%, rgba(7,63,58,.88) 45%, rgba(7,63,58,.76) 100%), linear-gradient(180deg, rgba(3,24,23,.30) 0%, rgba(3,24,23,.58) 100%) !important;
    mix-blend-mode: normal !important;
}
.body .intro-strip::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
    background-size: 88px 88px;
    opacity: .45;
}
.body .intro-glass {
    width: min(1040px, calc(100vw - 32px)) !important;
    padding: clamp(30px, 5vw, 60px) !important;
    border: 1px solid rgba(255,255,255,.28) !important;
    border-radius: 28px !important;
    background: linear-gradient(135deg, rgba(255,255,255,.16), rgba(255,255,255,.07)), linear-gradient(135deg, rgba(4,48,44,.86), rgba(7,63,58,.58)) !important;
    box-shadow: 0 34px 90px rgba(0,0,0,.38) !important;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}
.body .intro-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 42px;
    padding: 8px 16px;
    margin-bottom: 18px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.30);
    background: rgba(255,255,255,.14);
    color: #fff !important;
    font-weight: 900;
    font-size: 14px;
    line-height: 1;
}
.body .intro-kicker i,
.body .intro-metrics i { color: #f2d795 !important; }
.body .intro-line-1,
.body h2.intro-line-1 {
    color: #ffffff !important;
    font-size: clamp(34px, 5vw, 64px) !important;
    line-height: 1.08 !important;
    font-weight: 950 !important;
    text-shadow: 0 3px 0 rgba(0,0,0,.18), 0 18px 42px rgba(0,0,0,.44) !important;
    letter-spacing: 0 !important;
}
.body .intro-line-1::after {
    content: "";
    display: block;
    width: 112px;
    height: 5px;
    margin: 18px auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, #d5ae5f, #fff1c8, #d5ae5f);
    box-shadow: 0 8px 22px rgba(213,174,95,.34);
}
.body .intro-line-3,
.body p.intro-line-3 {
    max-width: 880px !important;
    margin-inline: auto !important;
    color: rgba(255,255,255,.96) !important;
    font-size: clamp(18px, 1.8vw, 23px) !important;
    line-height: 1.9 !important;
    font-weight: 750 !important;
    text-shadow: 0 10px 28px rgba(0,0,0,.38) !important;
}
.body .intro-metrics {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 28px;
}
.body .intro-metrics span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 44px;
    padding: 9px 17px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.30);
    background: rgba(255,255,255,.13);
    color: #fff !important;
    font-size: 14px;
    font-weight: 900;
    box-shadow: 0 14px 30px rgba(0,0,0,.20);
}
@media (max-width: 767.98px) {
    .body .intro-strip { min-height: auto !important; padding: 56px 0 !important; }
    .body .intro-glass { border-radius: 22px !important; padding: 26px 18px !important; }
    .body .intro-metrics { align-items: stretch; flex-direction: column; }
    .body .intro-metrics span { width: 100%; }
}
/* Lighter tenant hero overlay so the project photo remains visible. */
.body .hero-section {
    background-position: center !important;
    background-size: cover !important;
}

.body .hero-section .overlay {
    background:
        linear-gradient(180deg, rgba(4, 38, 35, .16) 0%, rgba(4, 38, 35, .24) 48%, rgba(255,255,255,.24) 100%),
        linear-gradient(90deg, rgba(4, 38, 35, .22) 0%, rgba(4, 38, 35, .08) 50%, rgba(4, 38, 35, .20) 100%) !important;
}

.body .glass-panel {
    background: rgba(255, 253, 249, .22) !important;
    border: 1px solid rgba(255, 255, 255, .34) !important;
    box-shadow: 0 18px 54px rgba(0, 0, 0, .18) !important;
    backdrop-filter: blur(4px) saturate(1.08) !important;
    -webkit-backdrop-filter: blur(4px) saturate(1.08) !important;
}

.body .hero-title {
    color: #ffffff !important;
    text-shadow: 0 3px 0 rgba(0,0,0,.20), 0 16px 40px rgba(0,0,0,.42) !important;
}

.body .hero-subtitle {
    color: rgba(255,255,255,.94) !important;
    text-shadow: 0 10px 28px rgba(0,0,0,.42) !important;
    font-weight: 700 !important;
}

.body .glass-btn {
    box-shadow: 0 18px 42px rgba(0,0,0,.18) !important;
}
/* Tenant contact/footer contrast refinement */
.body .site-footer,
.site-footer {
    --footer-bg: #073f3a;
    --footer-fg: #ffffff;
    background: radial-gradient(circle at 18% 18%, rgba(202,164,93,.20), transparent 28%), linear-gradient(135deg, #073f3a 0%, #0b5a50 58%, #123f4e 100%) !important;
    color: #ffffff !important;
}

.body .site-footer .footer-overlay,
.site-footer .footer-overlay {
    background: linear-gradient(90deg, rgba(3,39,36,.24), rgba(3,39,36,.08)) !important;
}

.body .site-footer h1,
.body .site-footer h2,
.body .site-footer h3,
.body .site-footer h4,
.body .site-footer h5,
.body .site-footer .contact-title,
.body .site-footer .contact-subtitle,
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer .contact-title,
.site-footer .contact-subtitle {
    color: #ffffff !important;
    text-shadow: 0 12px 32px rgba(0,0,0,.28) !important;
}

.body .site-footer .about-us,
.body .site-footer p,
.body .site-footer .contact-item,
.body .site-footer .contact-item p,
.body .site-footer a,
.site-footer .about-us,
.site-footer p,
.site-footer .contact-item,
.site-footer .contact-item p,
.site-footer a {
    color: rgba(255,255,255,.94) !important;
}

.body .site-footer .contact-item i,
.body .site-footer .social-icons a i,
.site-footer .contact-item i,
.site-footer .social-icons a i {
    color: #e8c781 !important;
}

.body .site-footer .contact-form .form-control,
.site-footer .contact-form .form-control {
    min-height: 50px;
    border: 1px solid rgba(255,255,255,.34) !important;
    border-radius: 14px !important;
    background: rgba(255,255,255,.96) !important;
    color: #063f3b !important;
    box-shadow: 0 14px 34px rgba(0,0,0,.12) !important;
}

.body .site-footer .contact-form textarea.form-control,
.site-footer .contact-form textarea.form-control {
    min-height: 112px;
}

.body .site-footer .contact-form .form-control::placeholder,
.site-footer .contact-form .form-control::placeholder {
    color: #6b7f7c !important;
    opacity: 1 !important;
}

.body .site-footer .footer-btn,
.site-footer .footer-btn {
    min-width: 170px;
    min-height: 52px;
    border: 1px solid rgba(255,255,255,.34) !important;
    border-radius: 16px !important;
    background: #ffffff !important;
    color: #073f3a !important;
    font-weight: 900 !important;
    box-shadow: 0 18px 38px rgba(0,0,0,.20) !important;
}

.body .site-footer .footer-btn:hover,
.site-footer .footer-btn:hover {
    background: #e8c781 !important;
    color: #073f3a !important;
    transform: translateY(-1px);
}
