/* ==========================================================================
   LAGOS LUXURY PROPERTIES - PREMIUM BESPOKE STYLESHEET
   Stack: Bootstrap 5.3 + Vanilla/jQuery Enhancements (No Vite)
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@500;600;700&family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap');

:root {
    --llp-obsidian: #090e13;
    --llp-night: #101921;
    --llp-dark-navy: #15222d;
    --llp-card-dark: #1b2c3a;
    --llp-gold: #c5a869;
    --llp-gold-light: #e6d5ad;
    --llp-gold-dark: #9e8243;
    --llp-gold-gradient: linear-gradient(135deg, #dfc68b 0%, #c5a869 50%, #9e8243 100%);
    --llp-gold-glow: rgba(197, 168, 105, 0.25);
    --llp-emerald: #10b981;
    --llp-text-muted: #94a3b8;
    --llp-text-light: #f8fafc;
    --llp-border-dark: rgba(255, 255, 255, 0.08);
    --llp-border-gold: rgba(197, 168, 105, 0.35);
    --llp-whatsapp: #25d366;
    --llp-whatsapp-dark: #128c7e;
    --font-heading: 'Cinzel', serif;
    --font-body: 'Plus Jakarta Sans', sans-serif;
}

html {
    overflow-x: hidden;
    max-width: 100%;
}

body {
    font-family: var(--font-body);
    color: #1e293b;
    background-color: #f8fafc;
    overflow-x: hidden;
    max-width: 100%;
    padding-bottom: 60px; /* Space for mobile bottom bar */
}

@media (min-width: 992px) {
    body {
        padding-bottom: 0;
    }
}

/* Headings */
h1, h2, h3, h4, .font-heading {
    font-family: var(--font-heading);
    letter-spacing: 0.03em;
}

.text-gold {
    color: var(--llp-gold) !important;
}

.bg-gold {
    background-color: var(--llp-gold) !important;
    color: #090e13 !important;
}

.bg-obsidian {
    background-color: var(--llp-obsidian) !important;
}

.bg-night {
    background-color: var(--llp-night) !important;
}

.bg-dark-navy {
    background-color: var(--llp-dark-navy) !important;
}

.border-gold {
    border-color: var(--llp-border-gold) !important;
}

/* Bootstrap text-muted (#6c757d) is unreadable on dark surfaces — lift contrast */
.bg-night .text-muted,
.bg-obsidian .text-muted,
.bg-dark-navy .text-muted,
.bg-dark .text-muted,
.navbar-luxury .text-muted,
.modal-content.bg-night .text-muted,
.dropdown-menu-dark .text-muted,
.card.bg-dark .text-muted,
.card.bg-night .text-muted {
    color: var(--llp-text-muted) !important;
}

/* Buttons */
.btn-gold {
    background: var(--llp-gold-gradient);
    color: #090e13;
    font-weight: 600;
    letter-spacing: 0.05em;
    border: none;
    padding: 0.75rem 1.6rem;
    border-radius: 4px;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 15px rgba(197, 168, 105, 0.2);
}

.btn-gold:hover, .btn-gold:focus {
    background: linear-gradient(135deg, #ebd6a0 0%, #d4b97c 50%, #b39551 100%);
    color: #000000;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(197, 168, 105, 0.35);
}

.btn-outline-gold {
    border: 1px solid var(--llp-gold);
    color: var(--llp-gold);
    background: transparent;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.btn-outline-gold:hover {
    background: var(--llp-gold);
    color: #090e13;
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(197, 168, 105, 0.25);
}

.btn-whatsapp {
    background-color: var(--llp-whatsapp);
    color: #ffffff !important;
    font-weight: 600;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.btn-whatsapp:hover {
    background-color: var(--llp-whatsapp-dark);
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.3);
}

/* Header & Navbar */
.navbar-luxury {
    background-color: rgba(9, 14, 19, 0.95);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.3s ease;
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
}

.navbar-luxury .navbar-brand {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.06em;
}

/* Compact brand mark + stacked wordmark */
.brand-logo {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    max-width: 11.5rem;
    line-height: 1.05;
    text-decoration: none;
    color: inherit;
}

.brand-logo__icon {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    border-radius: 4px;
    object-fit: cover;
    display: block;
}

.brand-logo--md {
    max-width: 14rem;
    gap: 0.7rem;
}

.brand-logo--md .brand-logo__icon {
    width: 48px;
    height: 48px;
}

.brand-logo__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 0.68rem;
    letter-spacing: 0.06em;
    color: #ffffff;
    text-transform: uppercase;
}

.brand-logo--md .brand-logo__text {
    font-size: 0.82rem;
}

.brand-logo__demo {
    display: block;
    font-size: 0.55em;
    font-weight: 700;
    letter-spacing: 0.18em;
    color: var(--llp-gold);
    line-height: 1.2;
    margin-bottom: 0.1rem;
}

.brand-logo__demo--inline {
    display: inline;
    font-size: 0.75em;
    margin-right: 0.35rem;
    margin-bottom: 0;
    vertical-align: middle;
}

.brand-logo__line {
    display: block;
    white-space: nowrap;
}

.brand-logo__line--gold {
    color: var(--llp-gold);
    font-weight: 500;
}

.brand-logo__text--inline {
    display: inline;
    font-size: 0.85rem;
}

@media (max-width: 575.98px) {
    .brand-logo {
        max-width: 9.5rem;
        gap: 0.4rem;
    }

    .brand-logo__icon {
        width: 32px;
        height: 32px;
    }

    .brand-logo__text {
        font-size: 0.6rem;
        letter-spacing: 0.04em;
    }
}

/* Sitewide OneCrib sales offer strip (above navbar) */
.demo-sales-offer {
    background: linear-gradient(90deg, #0d1520 0%, #152030 50%, #0d1520 100%);
    border-bottom: 1px solid rgba(201, 169, 98, 0.45);
    padding: 0.75rem 0;
}

.demo-sales-offer__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem 1.25rem;
}

.demo-sales-offer__copy {
    flex: 1 1 16rem;
    min-width: 0;
}

.demo-sales-offer__headline {
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 0.2rem;
    line-height: 1.3;
}

.demo-sales-offer__support {
    font-size: 0.82rem;
    color: var(--llp-text-muted);
    margin: 0;
    line-height: 1.4;
}

.demo-sales-offer__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.65rem 1rem;
    flex-shrink: 0;
}

.demo-sales-offer__price {
    font-family: var(--font-heading);
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--llp-gold);
    white-space: nowrap;
}

@media (max-width: 767.98px) {
    .demo-sales-offer {
        padding: 0.85rem 0;
    }

    .demo-sales-offer__headline {
        font-size: 0.92rem;
    }

    .demo-sales-offer__actions {
        width: 100%;
        justify-content: space-between;
    }
}

.navbar-luxury .navbar-nav {
    flex-wrap: nowrap;
}

.navbar-luxury .nav-link {
    color: #e2e8f0;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.03em;
    padding: 0.4rem 0.45rem !important;
    white-space: nowrap;
    transition: color 0.2s ease;
}

.navbar-luxury .nav-link:hover,
.navbar-luxury .nav-link.active {
    color: var(--llp-gold);
}

/* Compact currency symbols (₦ $ £) */
.navbar-luxury .currency-switcher .currency-switch-btn {
    padding: 0.2rem 0.45rem;
    min-width: 2rem;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.2;
}

/* Keep nav CTAs inside the bar — override global button padding */
.navbar-luxury .btn-whatsapp,
.navbar-luxury .btn-gold,
.navbar-luxury .btn-outline-gold,
.navbar-luxury .btn-outline-light,
.navbar-luxury .btn-outline-secondary {
    padding: 0.35rem 0.75rem;
    font-size: 0.8rem;
    line-height: 1.2;
}

.navbar-luxury .currency-switcher .btn-gold,
.navbar-luxury .currency-switcher .btn-outline-secondary {
    padding: 0.2rem 0.45rem;
}

.navbar-luxury .btn-whatsapp:hover,
.navbar-luxury .btn-whatsapp:focus,
.navbar-luxury .btn-gold:hover,
.navbar-luxury .btn-gold:focus,
.navbar-luxury .btn-outline-gold:hover,
.navbar-luxury .btn-outline-gold:focus,
.navbar-luxury .btn-outline-light:hover,
.navbar-luxury .btn-outline-light:focus {
    transform: none;
}

/* Hero Section */
.hero-luxury {
    position: relative;
    min-height: 86vh;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: #ffffff;
}

.hero-luxury::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(9, 14, 19, 0.82) 0%, rgba(9, 14, 19, 0.7) 50%, rgba(9, 14, 19, 0.95) 100%);
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-search-card {
    background: rgba(16, 25, 33, 0.88);
    backdrop-filter: blur(16px);
    border: 1px solid var(--llp-border-gold);
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

.hero-search-header {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-search-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.15rem;
    width: 100%;
    min-width: 0;
}

.search-tab-btn {
    background: transparent;
    border: none;
    color: #94a3b8;
    font-weight: 600;
    font-size: 0.78rem;
    letter-spacing: 0.04em;
    padding: 0.4rem 0.55rem;
    border-bottom: 2px solid transparent;
    transition: all 0.2s;
    white-space: nowrap;
    flex: 0 0 auto;
}

.search-tab-btn.active {
    color: var(--llp-gold);
    border-bottom-color: var(--llp-gold);
}

.search-tab-btn:hover {
    color: var(--llp-gold-light);
}

/* Property Cards */
.property-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.property-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 35px rgba(15, 23, 42, 0.12);
    border-color: var(--llp-gold);
}

.property-card-img-wrapper {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background-color: #090e13;
}

.property-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.property-card:hover .property-card-img {
    transform: scale(1.05);
}

.property-badge-status {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: rgba(9, 14, 19, 0.85);
    backdrop-filter: blur(6px);
    color: var(--llp-gold);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 0.3rem 0.75rem;
    border-radius: 4px;
    border: 1px solid rgba(197, 168, 105, 0.4);
}

.property-badge-title {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    background: rgba(16, 185, 129, 0.9);
    color: #ffffff;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 0.25rem 0.6rem;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.property-ref-code {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: rgba(0, 0, 0, 0.65);
    color: #cbd5e1;
    font-size: 0.7rem;
    font-family: monospace;
    padding: 0.2rem 0.5rem;
    border-radius: 3px;
}

.property-card-body {
    padding: 1.4rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.property-price {
    font-family: var(--font-heading);
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--llp-obsidian);
}

.property-price-usd {
    font-size: 0.82rem;
    color: #64748b;
    font-weight: 500;
}

.property-specs-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    font-size: 0.82rem;
    color: #475569;
    padding: 0.75rem 0;
    border-top: 1px solid #f1f5f9;
    border-bottom: 1px solid #f1f5f9;
    margin: 0.9rem 0;
}

.property-spec-item {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

/* Card CTA row: equal height + optically centered label/icon */
.property-card-actions {
    align-items: stretch;
}

.property-card-actions > .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
    min-height: 2.25rem;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
}

.property-card-actions > .btn-whatsapp {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

/* Properties List Layout (grid/list toggle) */
.properties-list-layout .property-col-item {
    flex: 0 0 100%;
    max-width: 100%;
}

.properties-list-layout .property-card {
    flex-direction: row;
    align-items: stretch;
    height: auto;
}

.properties-list-layout .property-card:hover {
    transform: translateY(-2px);
}

.properties-list-layout .property-card-img-wrapper {
    flex: 0 0 280px;
    max-width: 280px;
    aspect-ratio: auto;
    min-height: 200px;
}

.properties-list-layout .property-card-body {
    flex: 1 1 auto;
    min-width: 0;
}

.properties-list-layout .property-card-body > p.text-muted {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 767.98px) {
    .properties-list-layout .property-card {
        flex-direction: column;
    }

    .properties-list-layout .property-card-img-wrapper {
        flex: none;
        max-width: none;
        width: 100%;
        aspect-ratio: 16 / 10;
        min-height: 0;
    }
}

/* Detail Page Gallery */
.gallery-main-container {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 16 / 10;
    background-color: #090e13;
}

.gallery-main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: zoom-in;
    transition: opacity 0.3s ease;
}

.gallery-thumbs-row {
    display: flex;
    gap: 0.75rem;
    overflow-x: auto;
    padding: 0.75rem 0;
}

.gallery-thumb-item {
    width: 100px;
    height: 70px;
    flex-shrink: 0;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    opacity: 0.65;
    transition: all 0.2s ease;
}

.gallery-thumb-item.active,
.gallery-thumb-item:hover {
    border-color: var(--llp-gold);
    opacity: 1;
    transform: scale(1.02);
}

.gallery-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Detail Sticky Card */
.sticky-sidebar-card {
    position: sticky;
    top: 90px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 1.75rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

/* Enclave Neighborhood Cards */
.enclave-card {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    height: 280px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.enclave-card:hover {
    transform: translateY(-6px);
}

.enclave-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.enclave-card:hover .enclave-card-img {
    transform: scale(1.08);
}

.enclave-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(9, 14, 19, 0.1) 0%, rgba(9, 14, 19, 0.85) 100%);
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #ffffff;
}

/* Mobile Bottom Navigation Bar */
.mobile-bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(9, 14, 19, 0.96);
    backdrop-filter: blur(16px);
    border-top: 1px solid var(--llp-border-gold);
    z-index: 1040;
    display: flex;
    justify-content: space-around;
    padding: 0.5rem 0.25rem;
}

@media (min-width: 992px) {
    .mobile-bottom-bar {
        display: none;
    }
}

.mobile-bottom-bar .bottom-nav-item {
    color: #94a3b8;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0.7rem;
    font-weight: 500;
    padding: 0.2rem 0.5rem;
}

.mobile-bottom-bar .bottom-nav-item.active,
.mobile-bottom-bar .bottom-nav-item:hover {
    color: var(--llp-gold);
}

.mobile-bottom-bar .bottom-nav-item i {
    font-size: 1.25rem;
    margin-bottom: 0.15rem;
}

/* Floating Pitch Pill / Badge */
.agency-floating-pill {
    position: fixed;
    bottom: 75px;
    right: 20px;
    z-index: 1030;
    background: rgba(16, 25, 33, 0.95);
    border: 1px solid var(--llp-border-gold);
    backdrop-filter: blur(10px);
    border-radius: 50px;
    padding: 0.5rem 1rem 0.5rem 0.6rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
    display: flex;
    align-items: center;
    gap: 0.6rem;
    transition: transform 0.3s ease;
}

@media (min-width: 992px) {
    .agency-floating-pill {
        bottom: 25px;
        right: 25px;
    }
}

.agency-floating-pill:hover {
    transform: scale(1.04);
}

.agency-pill-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--llp-emerald);
    box-shadow: 0 0 10px var(--llp-emerald);
}

/* Amenities Icons Grid */
.amenity-chip {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 0.6rem 0.9rem;
    border-radius: 6px;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #334155;
}

.amenity-chip i {
    color: var(--llp-gold);
}

/* Custom Select & Inputs */
.form-luxury {
    background-color: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 5px;
    padding: 0.65rem 0.9rem;
    font-size: 0.9rem;
    color: #1e293b;
    transition: all 0.2s ease;
}

.form-luxury:focus {
    border-color: var(--llp-gold);
    box-shadow: 0 0 0 3px rgba(197, 168, 105, 0.2);
    outline: none;
}

.form-luxury-dark {
    background-color: var(--llp-night);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #ffffff;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    font-size: 0.875rem;
    line-height: 1.3;
}

.form-luxury-dark:focus {
    background-color: var(--llp-dark-navy);
    border-color: var(--llp-gold);
    color: #ffffff;
    box-shadow: 0 0 0 3px rgba(197, 168, 105, 0.25);
}

.form-luxury-dark::placeholder {
    color: #94a3b8;
}

.form-luxury-dark option,
.form-luxury-dark optgroup {
    background-color: var(--llp-night);
    color: var(--llp-text-light);
}

.form-luxury-dark option:checked,
.form-luxury-dark option:hover {
    background-color: var(--llp-dark-navy);
    color: var(--llp-gold);
}

.input-group .form-luxury-dark {
    min-width: 0;
}

/* ==========================================================================
   Pagination — joined segments, gold primary (matches site brand)
   ========================================================================== */
.pagination-luxury .small.text-muted {
    font-family: var(--font-body);
    font-size: 0.875rem;
    color: #475569 !important;
}

.pagination-luxury .small.text-muted .fw-semibold {
    color: #1e293b;
}

.pagination-luxury .pagination {
    --bs-pagination-padding-x: 0.85rem;
    --bs-pagination-padding-y: 0.45rem;
    --bs-pagination-font-size: 0.875rem;
    --bs-pagination-color: var(--llp-gold);
    --bs-pagination-bg: #fff;
    --bs-pagination-border-width: 1px;
    --bs-pagination-border-color: #dee2e6;
    --bs-pagination-border-radius: 0.375rem;
    --bs-pagination-hover-color: var(--llp-obsidian);
    --bs-pagination-hover-bg: var(--llp-gold-light);
    --bs-pagination-hover-border-color: #dee2e6;
    --bs-pagination-focus-color: var(--llp-obsidian);
    --bs-pagination-focus-bg: var(--llp-gold-light);
    --bs-pagination-focus-box-shadow: 0 0 0 0.2rem var(--llp-gold-glow);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: var(--llp-gold);
    --bs-pagination-active-border-color: var(--llp-gold);
    --bs-pagination-disabled-color: #64748b;
    --bs-pagination-disabled-bg: #f0f2f5;
    --bs-pagination-disabled-border-color: #dee2e6;
    margin-bottom: 0;
    gap: 0;
}

.pagination-luxury .page-link {
    min-width: 2.5rem;
    text-align: center;
    font-weight: 500;
    border-radius: 0;
    margin-left: 0;
}

.pagination-luxury .page-item:not(:first-child) .page-link {
    margin-left: -1px;
}

.pagination-luxury .page-item:first-child .page-link {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
}

.pagination-luxury .page-item:last-child .page-link {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}

.pagination-luxury .page-item.active .page-link {
    font-weight: 600;
    z-index: 1;
}

.pagination-luxury .page-item.disabled .page-link {
    opacity: 1;
}

/* Custom Scrollbars */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-track {
    background: #090e13;
}
::-webkit-scrollbar-thumb {
    background: #2a3c4c;
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background: var(--llp-gold);
}

/* Google reCAPTCHA v2 — keep fixed-width widget inside form on mobile */
.recaptcha-wrapper {
    overflow: hidden;
    max-width: 100%;
}

.recaptcha-wrapper .g-recaptcha {
    transform-origin: left top;
}

@media (max-width: 400px) {
    .recaptcha-wrapper .g-recaptcha {
        transform: scale(0.85);
        margin-bottom: -12px;
    }
}

@media (max-width: 360px) {
    .recaptcha-wrapper .g-recaptcha {
        transform: scale(0.77);
        margin-bottom: -18px;
    }
}

