/* ==========================================================================
   Design tokens
   ========================================================================== */
:root {
    --lp-ink: #0f1729;
    --lp-ink-soft: #384154;
    --lp-muted: #667085;
    --lp-bg: #f7f8fb;
    --lp-card: #ffffff;
    --lp-border: #e9eaf3;
    --lp-navy: #0a1128;
    --lp-navy-2: #121a3a;
    --lp-primary: #4b5fe8;
    --lp-primary-dark: #3846c4;
    --lp-primary-light: #eef0fe;
    --lp-accent: #17b26a;
    --lp-accent-light: #e7f9ef;
    --lp-gold: #f4b400;
    --lp-gold-dark: #d69800;
    --lp-radius-lg: 24px;
    --lp-radius-md: 16px;
    --lp-radius-sm: 10px;
    --lp-shadow-sm: 0 2px 8px rgba(15, 23, 42, .06);
    --lp-shadow-md: 0 10px 30px -8px rgba(15, 23, 42, .14);
    --lp-shadow-lg: 0 24px 60px -16px rgba(15, 23, 42, .28);
    --lp-font: 'Plus Jakarta Sans', 'Nunito', system-ui, -apple-system, sans-serif;
}

.landing-page,
.landing-page body {
    font-family: var(--lp-font);
}

body.lp-body {
    font-family: var(--lp-font);
    background: var(--lp-bg);
    color: var(--lp-ink);
    -webkit-font-smoothing: antialiased;
}

.lp-body h1,
.lp-body h2,
.lp-body h3,
.lp-body h4,
.lp-body h5,
.lp-body h6 {
    font-family: var(--lp-font);
    color: var(--lp-ink);
    letter-spacing: -0.02em;
}

.lp-body a {
    text-decoration: none;
}

.lp-container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ==========================================================================
   Navbar
   ========================================================================== */
.lp-nav {
    position: sticky;
    top: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 28px;
    background: rgba(10, 17, 40, .62);
    backdrop-filter: blur(14px) saturate(160%);
    -webkit-backdrop-filter: blur(14px) saturate(160%);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.lp-nav-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-weight: 700;
    font-size: 1.02rem;
}

.lp-nav-brand img {
    height: 38px;
    width: 38px;
    object-fit: contain;
    border-radius: 10px;
    background: #fff;
    padding: 3px;
}

.lp-nav-links {
    display: flex;
    align-items: center;
    gap: 28px;
}

.lp-nav-links a.lp-navlink {
    color: rgba(255, 255, 255, .78);
    font-weight: 600;
    font-size: .93rem;
    transition: color .15s ease;
}

.lp-nav-links a.lp-navlink:hover {
    color: #fff;
}

.lp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 700;
    font-size: .92rem;
    padding: 11px 22px;
    border-radius: 999px;
    border: 1px solid transparent;
    transition: transform .15s ease, box-shadow .15s ease, background-color .15s ease, color .15s ease, border-color .15s ease;
    white-space: nowrap;
    line-height: 1.1;
}

.lp-btn:active {
    transform: translateY(1px);
}

.lp-btn-gold {
    background: linear-gradient(135deg, var(--lp-gold), var(--lp-gold-dark));
    color: #241a00;
    box-shadow: 0 8px 20px -6px rgba(244, 180, 0, .55);
}

.lp-btn-gold:hover {
    box-shadow: 0 12px 26px -6px rgba(244, 180, 0, .65);
    color: #241a00;
    transform: translateY(-1px);
}

.lp-btn-white {
    background: #fff;
    color: var(--lp-navy);
    box-shadow: var(--lp-shadow-md);
}

.lp-btn-white:hover {
    transform: translateY(-1px);
    color: var(--lp-navy);
    box-shadow: 0 16px 34px -10px rgba(15, 23, 42, .35);
}

.lp-btn-ghost {
    background: rgba(255, 255, 255, .08);
    color: #fff;
    border-color: rgba(255, 255, 255, .35);
}

.lp-btn-ghost:hover {
    background: rgba(255, 255, 255, .16);
    color: #fff;
    border-color: rgba(255, 255, 255, .55);
}

.lp-btn-primary {
    background: var(--lp-primary);
    color: #fff;
    box-shadow: 0 10px 22px -8px rgba(75, 95, 232, .55);
}

.lp-btn-primary:hover {
    background: var(--lp-primary-dark);
    color: #fff;
    transform: translateY(-1px);
}

.lp-btn-outline {
    background: transparent;
    color: var(--lp-ink);
    border-color: var(--lp-border);
}

.lp-btn-outline:hover {
    border-color: var(--lp-primary);
    color: var(--lp-primary);
}

.lp-btn-sm {
    padding: 8px 16px;
    font-size: .82rem;
}

/* ==========================================================================
   Hero
   ========================================================================== */
.lp-hero {
    position: relative;
    background: radial-gradient(ellipse 900px 500px at 15% -10%, rgba(75, 95, 232, .55), transparent 60%),
        radial-gradient(ellipse 700px 500px at 100% 10%, rgba(23, 178, 106, .28), transparent 55%),
        linear-gradient(160deg, var(--lp-navy) 0%, var(--lp-navy-2) 100%);
    color: #fff;
    overflow: hidden;
    padding: 96px 0 150px;
}

.lp-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, .09) 1px, transparent 1px);
    background-size: 26px 26px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent 70%);
    pointer-events: none;
}

.lp-hero-inner {
    position: relative;
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 48px;
    align-items: center;
}

.lp-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .18);
    color: #fff;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .03em;
    padding: 7px 16px;
    border-radius: 999px;
    margin-bottom: 22px;
}

.lp-eyebrow .dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--lp-accent);
    box-shadow: 0 0 0 3px rgba(23, 178, 106, .35);
}

.lp-hero h1 {
    font-size: 3.2rem;
    font-weight: 800;
    line-height: 1.08;
    margin-bottom: 20px;
    color: #fff;
}

.lp-hero h1 span {
    background: linear-gradient(90deg, #9db4ff, #d7deff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.lp-hero p.lp-lead {
    font-size: 1.12rem;
    color: rgba(255, 255, 255, .74);
    max-width: 520px;
    line-height: 1.65;
    margin-bottom: 34px;
}

.lp-hero-ctas {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 56px;
}

.lp-hero-stats {
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 36px;
}

.lp-hero-stat b {
    display: block;
    font-size: 1.7rem;
    font-weight: 800;
    color: #fff;
    line-height: 1;
    margin-bottom: 4px;
}

.lp-hero-stat span {
    font-size: .82rem;
    color: rgba(255, 255, 255, .58);
    font-weight: 600;
}

/* Decorative floating mock card */
.lp-hero-visual {
    position: relative;
    height: 420px;
    display: none;
}

.lp-float-card {
    position: absolute;
    width: 280px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: var(--lp-radius-md);
    backdrop-filter: blur(6px);
    box-shadow: var(--lp-shadow-lg);
    padding: 16px;
    animation: lpFloat 6s ease-in-out infinite;
}

.lp-float-card .lp-float-thumb {
    height: 120px;
    border-radius: 12px;
    background: linear-gradient(135deg, #4b5fe8, #7c8cf5 60%, #17b26a);
    margin-bottom: 14px;
    position: relative;
    overflow: hidden;
}

.lp-float-card .lp-float-thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(45deg, rgba(255, 255, 255, .12) 0 10px, transparent 10px 20px);
}

.lp-float-card .lp-float-bar {
    height: 9px;
    border-radius: 6px;
    background: rgba(255, 255, 255, .28);
    margin-bottom: 8px;
}

.lp-float-card .lp-float-bar.short {
    width: 55%;
}

.lp-float-card .lp-float-tag {
    display: inline-block;
    margin-top: 10px;
    background: rgba(23, 178, 106, .18);
    color: #6fe3a6;
    font-weight: 700;
    font-size: .74rem;
    padding: 5px 12px;
    border-radius: 999px;
}

.lp-float-1 {
    top: 10px;
    right: 40px;
    z-index: 3;
}

.lp-float-2 {
    top: 190px;
    right: 170px;
    width: 220px;
    z-index: 2;
    opacity: .85;
    animation-delay: 1.4s;
}

.lp-float-badge {
    position: absolute;
    bottom: 30px;
    left: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    color: var(--lp-ink);
    border-radius: 999px;
    padding: 10px 18px 10px 10px;
    box-shadow: var(--lp-shadow-lg);
    font-weight: 700;
    font-size: .85rem;
    animation: lpFloat 6s ease-in-out infinite;
    animation-delay: .7s;
}

.lp-float-badge .icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--lp-accent-light);
    color: var(--lp-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

@keyframes lpFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-14px);
    }
}

@media (min-width: 992px) {
    .lp-hero-visual {
        display: block;
    }
}

@media (max-width: 991px) {
    .lp-hero-inner {
        grid-template-columns: 1fr;
    }

    .lp-hero h1 {
        font-size: 2.4rem;
    }

    .lp-hero-stats {
        grid-template-columns: repeat(3, 1fr);
        gap: 18px;
    }
}

@media (max-width: 560px) {
    .lp-hero {
        padding: 76px 0 110px;
    }

    .lp-hero h1 {
        font-size: 1.9rem;
    }
}

/* ==========================================================================
   Sections
   ========================================================================== */
.lp-section {
    padding: 88px 0;
}

.lp-section-head {
    max-width: 640px;
    margin: 0 auto 48px;
    text-align: center;
}

.lp-section-head.left {
    margin: 0 0 44px;
    text-align: left;
}

.lp-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--lp-primary);
    font-weight: 700;
    font-size: .78rem;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.lp-kicker::before {
    content: "";
    width: 18px;
    height: 2px;
    background: var(--lp-primary);
    border-radius: 2px;
}

.lp-section-head h2 {
    font-size: 2.1rem;
    font-weight: 800;
    margin-bottom: 12px;
}

.lp-section-head p {
    color: var(--lp-muted);
    font-size: 1.02rem;
    line-height: 1.6;
}

/* About cards */
.lp-about-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.lp-about-card {
    background: var(--lp-card);
    border: 1px solid var(--lp-border);
    border-radius: var(--lp-radius-md);
    padding: 30px 26px;
    box-shadow: var(--lp-shadow-sm);
    transition: transform .18s ease, box-shadow .18s ease;
}

.lp-about-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--lp-shadow-md);
}

.lp-about-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin-bottom: 20px;
}

.lp-about-icon.i-1 {
    background: var(--lp-primary-light);
    color: var(--lp-primary);
}

.lp-about-icon.i-2 {
    background: var(--lp-accent-light);
    color: var(--lp-accent);
}

.lp-about-icon.i-3 {
    background: #fff3d9;
    color: var(--lp-gold-dark);
}

.lp-about-card h5 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 1.08rem;
}

.lp-about-card p {
    color: var(--lp-muted);
    font-size: .94rem;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 860px) {
    .lp-about-grid {
        grid-template-columns: 1fr;
    }
}

/* ==========================================================================
   Classificados
   ========================================================================== */
.lp-section.alt {
    background: var(--lp-card);
    border-top: 1px solid var(--lp-border);
    border-bottom: 1px solid var(--lp-border);
}

.lp-filters {
    display: inline-flex;
    background: var(--lp-bg);
    border: 1px solid var(--lp-border);
    border-radius: 999px;
    padding: 5px;
    gap: 4px;
}

.lp-filter-btn {
    border: none;
    background: transparent;
    color: var(--lp-muted);
    font-weight: 700;
    font-size: .86rem;
    padding: 9px 20px;
    border-radius: 999px;
    cursor: pointer;
    transition: all .15s ease;
}

.lp-filter-btn.active {
    background: var(--lp-ink);
    color: #fff;
    box-shadow: var(--lp-shadow-sm);
}

.lp-badge-count {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--lp-accent-light);
    color: var(--lp-accent);
    font-weight: 700;
    font-size: .82rem;
    padding: 6px 14px;
    border-radius: 999px;
}

.lp-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    margin-top: 36px;
}

@media (max-width: 1080px) {
    .lp-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 800px) {
    .lp-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 540px) {
    .lp-grid {
        grid-template-columns: 1fr;
    }
}

.lp-card {
    background: var(--lp-card);
    border-radius: var(--lp-radius-md);
    overflow: hidden;
    border: 1px solid var(--lp-border);
    box-shadow: var(--lp-shadow-sm);
    display: flex;
    flex-direction: column;
    color: var(--lp-ink);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.lp-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--lp-shadow-md);
    border-color: transparent;
    color: var(--lp-ink);
}

.lp-card-media {
    position: relative;
    aspect-ratio: 4 / 3;
    background: linear-gradient(135deg, #eef0fe, #e9eaf3);
    overflow: hidden;
}

.lp-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .3s ease;
}

.lp-card:hover .lp-card-media img {
    transform: scale(1.06);
}

.lp-chip {
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .02em;
    padding: 5px 12px;
    border-radius: 999px;
    backdrop-filter: blur(4px);
}

.lp-chip.available {
    background: rgba(23, 178, 106, .92);
    color: #fff;
}

.lp-chip.occupied {
    background: rgba(15, 23, 41, .68);
    color: #fff;
}

.lp-card-price-tag {
    position: absolute;
    bottom: 12px;
    left: 12px;
    background: #fff;
    color: var(--lp-ink);
    font-weight: 800;
    font-size: .92rem;
    padding: 7px 14px;
    border-radius: 999px;
    box-shadow: var(--lp-shadow-sm);
}

.lp-card-price-tag small {
    color: var(--lp-muted);
    font-weight: 600;
    font-size: .72rem;
}

.lp-card-body {
    padding: 18px 18px 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
}

.lp-card-body h3 {
    font-size: 1.02rem;
    font-weight: 700;
    margin: 0;
}

.lp-card-specs {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    color: var(--lp-muted);
    font-size: .84rem;
    font-weight: 600;
}

.lp-card-specs span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.lp-card-cta {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 700;
    font-size: .86rem;
    color: var(--lp-primary);
    transition: gap .15s ease;
}

.lp-card:hover .lp-card-cta {
    gap: 10px;
}

.lp-empty {
    text-align: center;
    padding: 70px 20px;
    color: var(--lp-muted);
    background: var(--lp-bg);
    border-radius: var(--lp-radius-md);
    border: 1px dashed var(--lp-border);
}

/* ==========================================================================
   CTA banner
   ========================================================================== */
.lp-cta-banner {
    background: linear-gradient(135deg, var(--lp-navy), var(--lp-primary-dark) 120%);
    border-radius: var(--lp-radius-lg);
    padding: 56px 48px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
}

.lp-cta-banner::before {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(23, 178, 106, .35), transparent 70%);
    top: -120px;
    right: -80px;
}

.lp-cta-banner h3 {
    font-size: 1.7rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 8px;
}

.lp-cta-banner p {
    color: rgba(255, 255, 255, .7);
    margin: 0;
    max-width: 460px;
}

.lp-cta-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

/* ==========================================================================
   Footer
   ========================================================================== */
.lp-footer {
    background: var(--lp-navy);
    color: rgba(255, 255, 255, .62);
    padding: 60px 0 26px;
}

.lp-footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 40px;
    padding-bottom: 36px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

@media (max-width: 800px) {
    .lp-footer-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
}

.lp-footer-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.lp-footer-brand img {
    height: 42px;
    width: 42px;
    object-fit: contain;
    background: #fff;
    border-radius: 10px;
    padding: 4px;
}

.lp-footer-brand b {
    color: #fff;
    font-size: 1rem;
}

.lp-footer h6 {
    color: #fff;
    font-weight: 700;
    font-size: .88rem;
    text-transform: uppercase;
    letter-spacing: .04em;
    margin-bottom: 16px;
}

.lp-footer a {
    color: rgba(255, 255, 255, .62);
    display: block;
    margin-bottom: 10px;
    font-size: .92rem;
    transition: color .15s ease;
}

.lp-footer a:hover {
    color: #fff;
}

.lp-footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    padding-top: 22px;
    font-size: .82rem;
}

.lp-footer-bottom a {
    display: inline;
    margin: 0;
    color: rgba(255, 255, 255, .75);
}

/* ==========================================================================
   Detail page
   ========================================================================== */
.lp-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--lp-muted);
    font-size: .88rem;
    font-weight: 600;
    margin-bottom: 26px;
}

.lp-breadcrumb a {
    color: var(--lp-primary);
}

.lp-gallery-main {
    border-radius: var(--lp-radius-md);
    overflow: hidden;
    aspect-ratio: 16/10;
    background: linear-gradient(135deg, #eef0fe, #e9eaf3);
    box-shadow: var(--lp-shadow-sm);
}

.lp-gallery-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lp-gallery-thumbs {
    display: flex;
    gap: 10px;
    margin-top: 12px;
    overflow-x: auto;
    padding-bottom: 4px;
}

.lp-gallery-thumbs img {
    width: 84px;
    height: 64px;
    object-fit: cover;
    border-radius: 10px;
    cursor: pointer;
    border: 2px solid transparent;
    opacity: .7;
    transition: all .15s ease;
    flex-shrink: 0;
}

.lp-gallery-thumbs img.active {
    border-color: var(--lp-primary);
    opacity: 1;
}

.lp-detail-card {
    background: var(--lp-card);
    border: 1px solid var(--lp-border);
    border-radius: var(--lp-radius-md);
    padding: 28px;
    box-shadow: var(--lp-shadow-sm);
    position: sticky;
    top: 96px;
}

.lp-detail-price {
    font-size: 2rem;
    font-weight: 800;
    color: var(--lp-accent);
    margin: 6px 0 4px;
}

.lp-detail-price small {
    font-size: .95rem;
    color: var(--lp-muted);
    font-weight: 600;
}

.lp-spec-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--lp-bg);
    border: 1px solid var(--lp-border);
    padding: 9px 14px;
    border-radius: var(--lp-radius-sm);
    font-weight: 700;
    font-size: .85rem;
    color: var(--lp-ink-soft);
}

.lp-spec-pill i {
    color: var(--lp-primary);
}

.lp-whatsapp-btn {
    background: #17b26a;
    color: #fff;
}

.lp-whatsapp-btn:hover {
    background: #129458;
    color: #fff;
}

.lp-detail-price.muted {
    color: var(--lp-muted);
    font-size: 1.3rem;
    font-weight: 700;
}

/* Rental info & documents section */
.lp-info-section {
    margin-top: 48px;
    padding-top: 40px;
    border-top: 1px solid var(--lp-border);
}

.lp-info-section h4 {
    font-size: 1.25rem;
    font-weight: 800;
    margin-bottom: 22px;
}

.lp-info-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}

@media (max-width: 860px) {
    .lp-info-columns {
        grid-template-columns: 1fr;
    }
}

.lp-info-box {
    background: var(--lp-bg);
    border: 1px solid var(--lp-border);
    border-radius: var(--lp-radius-md);
    padding: 24px;
}

.lp-info-box h6 {
    font-weight: 800;
    font-size: .92rem;
    text-transform: uppercase;
    letter-spacing: .03em;
    color: var(--lp-ink-soft);
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.lp-info-box h6 i {
    color: var(--lp-primary);
}

.lp-info-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.lp-info-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: .92rem;
    color: var(--lp-ink-soft);
    line-height: 1.5;
}

.lp-info-list li .lp-info-ico {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .9rem;
    margin-top: 1px;
}

.lp-info-list.docs li .lp-info-ico {
    background: var(--lp-accent-light);
    color: var(--lp-accent);
}

.lp-info-list.terms li .lp-info-ico {
    background: var(--lp-primary-light);
    color: var(--lp-primary);
}

.lp-info-list b {
    color: var(--lp-ink);
}

.lp-info-note {
    margin-top: 16px;
    font-size: .82rem;
    color: var(--lp-muted);
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

/* Theme toggle */
.lp-theme-toggle {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .28);
    background: rgba(255, 255, 255, .08);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background .15s ease, border-color .15s ease, transform .15s ease;
    padding: 0;
    font-size: 1rem;
    line-height: 1;
}

.lp-theme-toggle:hover {
    background: rgba(255, 255, 255, .16);
    border-color: rgba(255, 255, 255, .45);
    transform: translateY(-1px);
}

/* ==========================================================================
   Dark mode (respeita localStorage theme = theme-dark / theme-light)
   ========================================================================== */
body.lp-body.theme-dark {
    --lp-ink: #f1f4ff;
    --lp-ink-soft: #c8d0e6;
    --lp-muted: #93a0bd;
    --lp-bg: #0b1020;
    --lp-card: #141b2f;
    --lp-border: #243049;
    --lp-primary-light: rgba(75, 95, 232, .22);
    --lp-accent-light: rgba(23, 178, 106, .18);
    background: var(--lp-bg);
    color: var(--lp-ink);
}

body.lp-body.theme-dark .lp-nav {
    background: rgba(8, 12, 28, .78);
    border-bottom-color: rgba(255, 255, 255, .06);
}

body.lp-body.theme-dark .lp-section.alt {
    background: #0f1528;
    border-color: var(--lp-border);
}

body.lp-body.theme-dark .lp-about-card,
body.lp-body.theme-dark .lp-card,
body.lp-body.theme-dark .lp-detail-card,
body.lp-body.theme-dark .lp-info-box {
    background: var(--lp-card);
    border-color: var(--lp-border);
    box-shadow: 0 8px 28px -12px rgba(0, 0, 0, .55);
}

body.lp-body.theme-dark .lp-about-card:hover,
body.lp-body.theme-dark .lp-card:hover {
    box-shadow: 0 16px 40px -14px rgba(0, 0, 0, .7);
}

body.lp-body.theme-dark .lp-card-price-tag {
    background: #1c253d;
    color: var(--lp-ink);
}

body.lp-body.theme-dark .lp-filters {
    background: #0b1020;
    border-color: var(--lp-border);
}

body.lp-body.theme-dark .lp-filter-btn {
    color: var(--lp-muted);
}

body.lp-body.theme-dark .lp-filter-btn.active {
    background: #fff;
    color: #0a1128;
}

body.lp-body.theme-dark .lp-spec-pill {
    background: #0b1020;
    border-color: var(--lp-border);
    color: var(--lp-ink-soft);
}

body.lp-body.theme-dark .lp-empty {
    background: #0f1528;
    border-color: var(--lp-border);
}

body.lp-body.theme-dark .lp-gallery-main {
    background: linear-gradient(135deg, #1a2240, #12182c);
}

body.lp-body.theme-dark .lp-breadcrumb {
    color: var(--lp-muted);
}

body.lp-body.theme-dark .lp-footer {
    background: #070b18;
}

body.lp-body.theme-dark .lp-btn-outline {
    color: var(--lp-ink);
    border-color: var(--lp-border);
}

body.lp-body.theme-dark .lp-btn-outline:hover {
    border-color: var(--lp-primary);
    color: #9db4ff;
}

body.lp-body.theme-dark .lp-info-section {
    border-top-color: var(--lp-border);
}

body.lp-body.theme-dark .lp-about-icon.i-3 {
    background: rgba(244, 180, 0, .16);
    color: #f4b400;
}

/* Login page theme toggle (light surface) */
.lp-theme-toggle-auth {
    border-color: rgba(15, 23, 41, .15);
    background: rgba(15, 23, 41, .06);
    color: #0f1729;
}

body.theme-dark .lp-theme-toggle-auth {
    border-color: rgba(255, 255, 255, .28);
    background: rgba(255, 255, 255, .08);
    color: #fff;
}

body.theme-dark #auth {
    background: #0b1020;
}

body.theme-dark #auth #auth-left .auth-title,
body.theme-dark #auth #auth-left b {
    color: #f1f4ff;
}

body.theme-dark #auth #auth-left small,
body.theme-dark #auth #auth-left .auth-subtitle,
body.theme-dark #auth #auth-left .text-gray-600 {
    color: #93a0bd !important;
}

body.theme-dark #auth #auth-left a {
    color: #9db4ff;
}
