:root {
    --gold: #f5a623;
    --gold-dark: #d4891a;
    --navy: #0d2137;
    --navy-soft: #163046;
    --white: #ffffff;
    --off-white: #f8f7f3;
    --border: #e5e7eb;
    --text-dark: #111827;
    --text-mid: #4b5563;
    --footer-border: rgba(255, 255, 255, 0.1);
    --radius-sm: 6px;
    --radius-md: 12px;
    --shadow-md: 0 10px 30px rgba(13, 33, 55, 0.12);
}

html {
    scroll-behavior: smooth;
}

#book-a-call-form {
    scroll-margin-top: 110px;
}

body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: var(--text-dark);
    background: var(--white);
}

a {
    text-decoration: none;
}

.btn-gold {
    background: var(--gold);
    color: var(--navy);
    font-weight: 700;
    border: none;
    border-radius: var(--radius-sm);
}

.btn-gold:hover {
    background: var(--gold-dark);
    color: var(--navy);
}

.btn-outline-gold {
    border: 1.5px solid var(--gold);
    color: var(--gold);
    background: transparent;
    font-weight: 700;
    border-radius: var(--radius-sm);
}

.btn-outline-gold:hover {
    background: var(--gold);
    color: var(--navy);
}

.site-topbar {
    background: var(--navy);
    color: rgba(255, 255, 255, 0.78);
    padding: 8px 0;
    font-size: 13px;
}

.topbar-link,
.topbar-meta,
.topbar-social {
    color: rgba(255, 255, 255, 0.78);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.topbar-link:hover,
.topbar-social:hover {
    color: var(--gold);
}

.topbar-separator {
    width: 1px;
    height: 14px;
    background: rgba(255, 255, 255, 0.2);
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--border);
}

.site-nav-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 14px 0;
}

.site-brand,
.footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.site-brand-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--gold), #ffd384);
    color: var(--navy);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.site-brand-text {
    display: inline-flex;
    flex-direction: column;
    line-height: 1;
    color: var(--navy);
    font-size: 18px;
}

.footer-brand .site-brand-text {
    color: var(--white);
}

.site-brand-text strong {
    font-weight: 800;
}

.site-brand-text span {
    color: var(--gold);
    font-weight: 700;
}

.site-nav {
    align-items: center;
    gap: 6px;
}

.site-nav-link,
.mobile-menu-link {
    color: var(--text-mid);
    font-weight: 600;
    padding: 10px 14px;
    border-radius: 999px;
    transition: 0.2s ease;
}

.site-nav-link:hover,
.site-nav-link.active,
.mobile-menu-link:hover,
.mobile-menu-link.active {
    color: var(--navy);
    background: var(--off-white);
}

.site-header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.book-call-btn {
    min-height: 38px;
    padding: 8px 16px;
    border: 1px solid rgba(245, 166, 35, 0.52);
    border-radius: 999px;
    background: linear-gradient(135deg, #fff9ef, #ffe7be);
    color: #7a4f04;
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 0.01em;
    box-shadow: 0 8px 18px rgba(212, 137, 26, 0.16);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.book-call-btn i {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(122, 79, 4, 0.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
}

.book-call-btn:hover,
.book-call-btn:focus {
    background: linear-gradient(135deg, #ffd995, #f5a623);
    color: #3d2a08;
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(212, 137, 26, 0.24);
}

.navbar-toggle-btn {
    width: 42px;
    height: 42px;
    border: 1px solid var(--border);
    border-radius: 12px;
    background: var(--white);
    color: var(--navy);
    font-size: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.mobile-menu {
    max-width: 300px;
}

.mobile-menu-link {
    display: block;
    font-size: 15px;
}

.bank-marquee-wrap {
    background: #f7f9fc;
    border-top: 1px solid #e4ebf3;
    border-bottom: 1px solid #e4ebf3;
    padding: 28px 0 24px;
}

.bank-marquee-shell {
    /* border: 1px solid #dce5ef; */
    border-radius: 16px;
    /* background: #ffffff; */
    padding: 22px 18px 18px;
}

.bank-marquee-head {
    text-align: center;
    margin-bottom: 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e6edf5;
}

.bank-marquee-kicker {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: 11px;
    font-weight: 700;
    color: #8a99a8;
    margin-bottom: 6px;
}

.bank-marquee-title {
    display: block;
    font-size: clamp(20px, 2vw, 24px);
    color: #12263a;
    line-height: 1.25;
    margin-bottom: 5px;
    font-weight: 800;
}

.bank-marquee-copy {
    margin: 0;
    color: #66788a;
    font-size: 14px;
    line-height: 1.55;
}

.bank-partners-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
}

.bank-logo-chip {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 10px 12px;
    border-radius: 10px;
    background: #fbfcfe;
    border: 1px solid #e2e9f1;
    transition: border-color .2s ease, transform .2s ease;
}

.bank-logo-chip:hover {
    border-color: #cedaea;
    transform: translateY(-1px);
}

.bank-logo-chip img {
    max-width: 90%;
    max-height: 23px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    opacity: .96;
    transition: opacity .2s ease;
}

.bank-logo-chip:hover img {
    opacity: 1;
}

@media (max-width: 991.98px) {
    .bank-partners-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .bank-marquee-wrap {
        padding: 16px 0;
    }

    .bank-marquee-shell {
        padding: 16px 12px 12px;
    }

    .bank-marquee-title {
        font-size: 18px;
    }

    .bank-marquee-copy {
        font-size: 13px;
    }

    .bank-partners-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .bank-logo-chip {
        min-height: 46px;
        padding: 8px;
    }

    .bank-logo-chip img {
        max-height: 22px;
    }
}

.global-footer {
    background: var(--navy);
    color: rgba(255, 255, 255, 0.8);
    padding: 72px 0 28px;
}

.footer-copy {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    line-height: 1.8;
    margin: 18px 0 20px;
}

.footer-heading {
    color: var(--white);
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 18px;
}

.footer-link {
    display: block;
    color: rgba(255, 255, 255, 0.68);
    margin-bottom: 10px;
    transition: color 0.2s ease;
}

.footer-link:hover,
.global-footer-bottom a:hover,
.footer-contact-item:hover {
    color: var(--gold);
}

.footer-contact-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-contact-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
}

.footer-contact-item i,
.footer-subscribe-form .input-group-text {
    color: var(--gold);
}

.footer-socials {
    display: flex;
    gap: 10px;
    margin-top: 18px;
}

.social-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.18);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.82);
    transition: 0.2s ease;
}

.social-btn:hover {
    background: rgba(255, 255, 255, 0.08);
    color: var(--gold);
}

.footer-subscribe-form .input-group {
    border: 1px solid var(--footer-border);
    border-radius: 14px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
}

.footer-subscribe-form .input-group-text,
.footer-subscribe-form .form-control {
    border: 0;
    background: transparent;
    color: var(--white);
}

.footer-subscribe-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.global-footer-bottom {
    border-top: 1px solid var(--footer-border);
    margin-top: 42px;
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    font-size: 13px;
}

.global-footer-bottom-links {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.global-footer-bottom a {
    color: rgba(255, 255, 255, 0.72);
}

#backToTop {
    position: fixed;
    right: 22px;
    bottom: 22px;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 50%;
    background: var(--gold);
    color: var(--navy);
    font-size: 18px;
    box-shadow: var(--shadow-md);
    display: none;
    z-index: 1000;
}

#backToTop.show {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991.98px) {
    .site-nav-wrap {
        padding: 12px 0;
    }

    .site-header-actions .btn-outline-gold {
        display: none !important;
    }
}

@media (max-width: 767.98px) {
    .site-brand-text {
        font-size: 16px;
    }

    .site-header-actions {
        gap: 8px;
    }

    .site-header-actions .btn-gold {
        padding-left: 14px;
        padding-right: 14px;
    }

    .global-footer {
        padding-top: 56px;
    }
}

/* Mobile fixed “Book a call” — home + property pages (header hides CTA on small screens) */
@media (max-width: 991.98px) {

    .home-shell.has-mobile-lead-cta,
    .property-detail-shell.has-mobile-lead-cta,
    .property-shell.has-mobile-lead-cta {
        padding-bottom: calc(88px + env(safe-area-inset-bottom, 0px));
    }
}

.property-mobile-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0px));
    background: linear-gradient(180deg, transparent, rgba(252, 249, 244, 0.92) 28%, rgba(245, 239, 229, 0.98));
    border-top: 1px solid rgba(16, 34, 52, 0.1);
    box-shadow: 0 -10px 28px rgba(16, 34, 52, 0.1);
    backdrop-filter: blur(10px);
}

.property-mobile-cta-btn {
    width: 100%;
    max-width: 420px;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 800;
    font-size: 15px;
    letter-spacing: 0.02em;
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(16, 34, 52, 0.15);
}

.property-mobile-cta-btn i {
    font-size: 1.1rem;
}

@media (min-width: 992px) {
    .property-mobile-cta {
        display: none !important;
    }

    .home-shell.has-mobile-lead-cta,
    .property-detail-shell.has-mobile-lead-cta,
    .property-shell.has-mobile-lead-cta {
        padding-bottom: 0;
    }
}