:root {
    --bg: #06070d;
    --bg-2: #0a0d18;
    --panel: rgba(255,255,255,.075);
    --panel-strong: rgba(255,255,255,.12);
    --panel-dark: rgba(0,0,0,.26);
    --text: #f8fafc;
    --muted: #aeb8cc;
    --soft: #d9deea;
    --line: rgba(255,255,255,.13);
    --primary: #d7aa55;
    --primary-2: #ffe0a1;
    --primary-dark: #9a6826;
    --whatsapp: #22c55e;
    --danger: #ef4444;
    --radius: 24px;
    --radius-sm: 16px;
    --shadow: 0 26px 80px rgba(0,0,0,.42);
    --shadow-soft: 0 18px 45px rgba(0,0,0,.28);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: var(--text);
    background:
        radial-gradient(circle at 10% 0%, rgba(215,170,85,.22), transparent 35rem),
        radial-gradient(circle at 85% 8%, rgba(124,58,237,.18), transparent 32rem),
        linear-gradient(180deg, var(--bg), var(--bg-2) 56%, #05060a);
    min-height: 100vh;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1200px, calc(100% - 34px)); margin: 0 auto; }
.top-strip { border-bottom: 1px solid rgba(255,255,255,.08); background: rgba(0,0,0,.32); color: var(--muted); font-size: 12px; }
.top-strip-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.top-strip-area { color: var(--primary-2); font-weight: 800; }
.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    backdrop-filter: blur(18px);
    background: rgba(6,7,13,.82);
    border-bottom: 1px solid var(--line);
}
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 900; letter-spacing: -.02em; }
.brand-mark { display: inline-grid; place-items: center; width: 46px; height: 46px; border-radius: 16px; background: linear-gradient(135deg, var(--primary), var(--primary-2)); color: #17120a; box-shadow: 0 14px 36px rgba(215,170,85,.24); }
.brand-text-wrap { display: grid; gap: 2px; }
.brand-text { font-size: 21px; line-height: 1; }
.brand-text-wrap small { color: var(--muted); font-size: 12px; font-weight: 700; }
.nav { display: flex; align-items: center; justify-content: flex-end; gap: 8px; flex-wrap: wrap; }
.nav a { color: var(--muted); padding: 10px 12px; border-radius: 999px; font-size: 14px; border: 1px solid transparent; }
.nav a:hover, .nav a.active { color: var(--text); background: var(--panel); border-color: var(--line); }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 14px; color: var(--text); background: var(--panel); font-size: 20px; }
.hero { padding: 76px 0 54px; border-bottom: 1px solid var(--line); position: relative; overflow: hidden; }
.hero:before { content: ""; position: absolute; inset: -2px; background: linear-gradient(110deg, rgba(215,170,85,.08), transparent 45%, rgba(255,255,255,.04)); pointer-events: none; }
.hero > .container { position: relative; z-index: 1; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 34px; align-items: center; }
.hero-grid-wide { grid-template-columns: minmax(0, 1fr) 380px; }
.hero-copy h1 { margin: 8px 0 15px; font-size: clamp(38px, 6vw, 74px); line-height: .95; letter-spacing: -.06em; }
.hero-copy p { max-width: 790px; color: var(--soft); font-size: 18px; line-height: 1.72; }
.eyebrow, .section-kicker, .panel-label { margin: 0; text-transform: uppercase; letter-spacing: .15em; font-size: 12px; font-weight: 900; color: var(--primary) !important; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 26px; }
.trust-row { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 22px; }
.trust-row span { border: 1px solid var(--line); background: rgba(255,255,255,.055); color: var(--muted); border-radius: 999px; padding: 9px 12px; font-size: 13px; font-weight: 800; }
.hero-panel, .contact-box, .detail-main, .seo-content, .empty, .domain-card, .card {
    background: linear-gradient(180deg, var(--panel-strong), var(--panel));
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}
.hero-panel { border-radius: var(--radius); padding: 26px; min-height: 235px; display: flex; flex-direction: column; justify-content: center; }
.hero-panel strong { display: block; font-size: 36px; line-height: 1.05; margin: 11px 0 16px; letter-spacing: -.04em; }
.stat-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin-top: 10px; }
.stat-grid span { border: 1px solid rgba(255,255,255,.1); background: rgba(0,0,0,.18); border-radius: 15px; padding: 12px; color: var(--muted); font-size: 12px; }
.stat-grid b { display: block; color: var(--text); font-size: 22px; margin-bottom: 2px; }
.mini-cta { display: inline-flex; margin-top: 16px; color: var(--primary-2); font-weight: 900; font-size: 13px; }
.section { padding: 44px 0; }
.section-priority { padding-top: 50px; }
.compact-section { padding-top: 18px; }
.section-title { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-bottom: 20px; }
.section-title h2 { margin: 4px 0 0; font-size: clamp(28px, 3vw, 42px); letter-spacing: -.04em; }
.section-desc { margin: 8px 0 0; color: var(--muted); line-height: 1.55; }
.grid { display: grid; gap: 18px; }
.grid-big { grid-template-columns: 1fr; }
.grid-small { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.list-cards { display: grid; gap: 16px; }
.card { position: relative; border-radius: var(--radius); overflow: hidden; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.card:hover { transform: translateY(-4px); border-color: rgba(215,170,85,.54); box-shadow: 0 28px 90px rgba(0,0,0,.5); }
.card-image { position: relative; display: block; background: rgba(255,255,255,.08); aspect-ratio: 16 / 10; overflow: hidden; }
.card-image:after { content: ""; position: absolute; inset: auto 0 0; height: 46%; background: linear-gradient(180deg, transparent, rgba(0,0,0,.52)); pointer-events: none; }
.card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease, opacity .25s ease; }
.card:hover .card-image img { transform: scale(1.04); opacity: .96; }
.badge-floating, .badge-premium { position: absolute; z-index: 2; border-radius: 999px; font-weight: 900; font-size: 12px; letter-spacing: .01em; }
.badge-floating { left: 14px; top: 14px; padding: 7px 11px; background: rgba(215,170,85,.96); color: #17120a; }
.badge-slot-small { background: rgba(255,255,255,.88); color: #17120a; }
.badge-slot-list { background: rgba(15,23,42,.88); color: #fff; border: 1px solid rgba(255,255,255,.16); }
.badge-slot-premium { background: linear-gradient(135deg, #fbbf24, #fef3c7); color: #17120a; }
.badge-premium { right: 14px; top: 14px; padding: 7px 11px; background: rgba(34,197,94,.94); color: #03140a; }
.card-body { padding: 21px; }
.card-location { color: var(--primary); font-size: 13px; font-weight: 900; margin-bottom: 9px; }
.card h3 { margin: 0 0 10px; font-size: 23px; line-height: 1.18; letter-spacing: -.025em; }
.card p { color: var(--muted); line-height: 1.62; margin: 0 0 18px; }
.card-big { display: grid; grid-template-columns: 1.2fr .8fr; min-height: 390px; }
.card-big .card-image { aspect-ratio: auto; min-height: 390px; }
.card-big .card-body { display: flex; flex-direction: column; justify-content: center; padding: 34px; background: linear-gradient(135deg, rgba(215,170,85,.08), transparent 56%); }
.card-big h3 { font-size: clamp(30px, 4vw, 48px); }
.card-spotlight { border-color: rgba(215,170,85,.32); }
.card-premium { border-color: rgba(251,191,36,.28); }
.card-list { display: grid; grid-template-columns: 260px 1fr; }
.card-list .card-image { aspect-ratio: auto; min-height: 178px; }
.card-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 0 17px; border-radius: 999px; font-weight: 900; font-size: 14px; border: 1px solid transparent; cursor: pointer; transition: transform .16s ease, filter .16s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-lg { min-height: 48px; padding-inline: 22px; }
.btn-primary { background: linear-gradient(135deg, var(--primary), var(--primary-2)); color: #17120a; box-shadow: 0 12px 28px rgba(215,170,85,.18); }
.btn-primary:hover { filter: brightness(1.06); }
.btn-whatsapp { background: var(--whatsapp); color: #03140a; box-shadow: 0 12px 30px rgba(34,197,94,.16); }
.btn-light { background: rgba(255,255,255,.1); border-color: var(--line); color: var(--text); }
.btn-outline { background: transparent; border-color: var(--line); color: var(--text); }
.btn-full { width: 100%; margin-top: 10px; }
.empty { border-style: dashed; border-radius: var(--radius); padding: 26px; color: var(--muted); display: grid; gap: 7px; }
.empty strong { color: var(--text); font-size: 19px; }
.empty-commercial { background: linear-gradient(135deg, rgba(215,170,85,.12), rgba(255,255,255,.05)); border-color: rgba(215,170,85,.3); }
.district-list { display: flex; flex-wrap: wrap; gap: 10px; }
.district-list a { background: var(--panel); border: 1px solid var(--line); border-radius: 999px; padding: 12px 16px; color: var(--text); font-weight: 800; }
.district-list a:hover { border-color: rgba(215,170,85,.5); color: var(--primary-2); }
.domain-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.domain-card { border-radius: var(--radius); padding: 23px; min-height: 184px; display: flex; flex-direction: column; justify-content: space-between; transition: transform .2s ease, border-color .2s ease; }
.domain-card:hover { transform: translateY(-4px); border-color: rgba(215,170,85,.45); }
.domain-card span { color: var(--primary); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; font-weight: 900; }
.domain-card strong { font-size: 25px; line-height: 1.15; letter-spacing: -.03em; }
.domain-card em, .domain-card small { color: var(--muted); font-style: normal; }
.detail-hero { padding: 42px 0 66px; }
.detail-layout { display: grid; grid-template-columns: minmax(0, 1fr) 350px; gap: 24px; align-items: start; }
.detail-main, .contact-box { border-radius: var(--radius); overflow: hidden; }
.detail-cover { background: rgba(255,255,255,.08); position: relative; }
.detail-cover img { width: 100%; max-height: 640px; object-fit: cover; }
.detail-location-badge { position: absolute; left: 18px; bottom: 18px; background: rgba(0,0,0,.64); border: 1px solid rgba(255,255,255,.18); color: #fff; border-radius: 999px; padding: 10px 13px; font-weight: 900; }
.detail-content { padding: 28px; }
.detail-content h1 { margin: 8px 0 12px; font-size: clamp(34px, 5vw, 62px); line-height: .98; letter-spacing: -.055em; }
.lead { color: #e5e7eb; font-size: 19px; line-height: 1.72; }
.detail-description { color: var(--muted); line-height: 1.85; font-size: 17px; }
.gallery-wrap { padding: 0 28px 28px; }
.mini-title { margin-bottom: 14px; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.gallery-grid img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 16px; border: 1px solid var(--line); }
.sticky-box { position: sticky; top: 112px; padding: 24px; }
.contact-box h2 { margin: 8px 0 10px; font-size: 29px; }
.phone { font-size: 24px; font-weight: 900; margin: 12px 0; }
.muted { color: var(--muted); }
.responsibility-note { margin-top: 18px; border-top: 1px solid var(--line); padding-top: 16px; display: grid; gap: 7px; }
.responsibility-note strong { color: var(--primary-2); }
.responsibility-note span { color: var(--muted); line-height: 1.55; font-size: 13px; }
.seo-content { border-radius: var(--radius); padding: 30px; color: var(--muted); line-height: 1.85; box-shadow: var(--shadow-soft); }
.seo-content h2 { color: var(--text); margin: 4px 0 14px; }
.site-footer { border-top: 1px solid var(--line); padding: 36px 0 22px; color: var(--muted); background: rgba(0,0,0,.18); }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: start; }
.footer-grid strong { color: var(--text); font-size: 20px; }
.footer-warning { font-size: 13px; max-width: 640px; }
.footer-links { display: flex; gap: 10px; flex-wrap: wrap; justify-content: flex-end; }
.footer-links a { color: var(--muted); padding: 8px 11px; border-radius: 999px; background: rgba(255,255,255,.04); }
.footer-bottom { margin-top: 20px; font-size: 13px; display: flex; justify-content: space-between; gap: 12px; color: rgba(174,184,204,.82); }
@media (max-width: 980px) {
    .hero-grid, .hero-grid-wide, .detail-layout, .card-big, .card-list, .footer-grid { grid-template-columns: 1fr; }
    .grid-small, .domain-grid { grid-template-columns: 1fr; }
    .card-big .card-image, .card-list .card-image { min-height: 250px; }
    .sticky-box { position: static; }
    .nav-toggle { display: inline-grid; place-items: center; }
    .header-inner { flex-wrap: wrap; min-height: 68px; padding: 13px 0; }
    .nav { display: none; width: 100%; justify-content: flex-start; padding: 8px 0 4px; }
    .nav.open { display: flex; }
    .hero { padding: 54px 0 42px; }
    .stat-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
    .container { width: min(100% - 24px, 1200px); }
    .top-strip-inner { flex-direction: column; align-items: flex-start; padding: 8px 0; }
    .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .hero-copy h1 { font-size: 40px; }
    .card-body, .detail-content, .gallery-wrap { padding: 18px; }
    .footer-bottom { flex-direction: column; }
    .brand-text { font-size: 18px; }
}


/* Package 4.6 legal, trust and age gate */
.age-gate-open body { overflow: hidden; }
.age-gate[hidden] { display: none; }
.age-gate { position: fixed; inset: 0; z-index: 9999; display: flex; align-items: center; justify-content: center; padding: 24px; background: rgba(0,0,0,.78); backdrop-filter: blur(10px); }
.age-gate-card { width: min(520px, 100%); padding: 28px; border-radius: 22px; background: #111522; border: 1px solid rgba(255,255,255,.12); box-shadow: 0 24px 70px rgba(0,0,0,.45); text-align: center; }
.age-gate-badge, .eyebrow { display: inline-flex; padding: 6px 12px; border-radius: 999px; background: rgba(255,255,255,.08); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.age-gate-actions, .legal-actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; margin-top: 20px; }
.btn-primary, .btn-secondary { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 10px 16px; border-radius: 12px; text-decoration: none; border: 0; cursor: pointer; }
.btn-primary { background: #f5c15c; color: #15100a; font-weight: 700; }
.btn-secondary { background: rgba(255,255,255,.08); color: #fff; }
.legal-page .narrow { max-width: 920px; }
.legal-card { padding: 28px; border-radius: 24px; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.09); }
.legal-card .lead { font-size: 18px; line-height: 1.65; opacity: .9; }
.legal-section { margin-top: 24px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.08); }
.legal-section h2 { margin: 0 0 10px; }
.public-form { display: grid; gap: 16px; margin-top: 22px; }
.form-grid.two { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.public-form label { display: grid; gap: 7px; font-weight: 600; }
.public-form input, .public-form select, .public-form textarea { width: 100%; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; padding: 12px; background: rgba(0,0,0,.2); color: #fff; }
.alert { padding: 14px 16px; border-radius: 14px; margin: 14px 0; }
.alert.success { background: rgba(29,185,84,.16); border: 1px solid rgba(29,185,84,.3); }
.alert.danger { background: rgba(220,53,69,.16); border: 1px solid rgba(220,53,69,.3); }
.alert.warning { background: rgba(245,193,92,.16); border: 1px solid rgba(245,193,92,.3); }
@media (max-width: 720px) { .form-grid.two { grid-template-columns: 1fr; } .legal-card { padding: 20px; } }


/* Package 5.1 public conversion and performance */
.conversion-trust-box { margin-top: 18px; padding: 16px; border-radius: 18px; background: rgba(34,197,94,.08); border: 1px solid rgba(34,197,94,.18); }
.conversion-trust-box strong { color: var(--text); display: block; margin-bottom: 10px; }
.conversion-trust-box ul { margin: 0; padding-left: 18px; color: var(--muted); line-height: 1.7; font-size: 13px; }
.conversion-summary-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-bottom: 18px; }
.conversion-summary-card { border-radius: 18px; padding: 18px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); }
.conversion-summary-card strong { display: block; font-size: 26px; color: var(--text); margin-bottom: 4px; }
.conversion-summary-card span { color: var(--muted); font-size: 13px; }
img[loading="lazy"] { content-visibility: auto; }
@media (max-width: 980px) { .conversion-summary-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .conversion-summary-grid { grid-template-columns: 1fr; } }

/* Package 5.3 theme gateway and local rental CTA */
:root {
    --p53-purple: #9d36ff;
    --p53-purple-soft: rgba(157,54,255,.18);
    --p53-gold-soft: rgba(215,170,85,.18);
}
.top-strip-links { display: inline-flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.top-strip-links a { color: var(--muted); }
.top-strip-links a:hover { color: var(--primary-2); }
.nav .nav-cta { color: #120b18; background: linear-gradient(135deg, var(--primary), var(--primary-2)); border-color: transparent; font-weight: 900; }
.hero-gateway { min-height: calc(100vh - 112px); display: flex; align-items: center; padding: 72px 0; }
.hero-gateway:after, .hero-local-lux:after { content: ""; position: absolute; inset: auto -10% -35% 45%; height: 65%; background: radial-gradient(circle, rgba(157,54,255,.2), transparent 58%); pointer-events: none; }
.gateway-wrap { display: grid; grid-template-columns: minmax(0, .9fr) minmax(340px, .7fr); gap: 32px; align-items: center; }
.gateway-copy h1 { margin: 10px 0 18px; font-size: clamp(44px, 7vw, 92px); line-height: .9; letter-spacing: -.07em; max-width: 900px; }
.gateway-copy p { color: var(--soft); font-size: 18px; line-height: 1.72; max-width: 760px; }
.gateway-search-panel { border: 1px solid rgba(215,170,85,.22); background: linear-gradient(180deg, rgba(255,255,255,.1), rgba(255,255,255,.045)); border-radius: 30px; padding: 24px; box-shadow: var(--shadow); }
.gateway-search-panel label { display: block; font-size: 20px; font-weight: 900; margin-bottom: 14px; }
.gateway-search-box { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.gateway-search-box input { width: 100%; min-height: 54px; border: 1px solid var(--line); border-radius: 18px; background: rgba(0,0,0,.32); color: var(--text); padding: 0 16px; font-size: 16px; outline: none; }
.gateway-search-box input:focus { border-color: rgba(215,170,85,.55); box-shadow: 0 0 0 4px rgba(215,170,85,.1); }
.gateway-results { margin-top: 15px; display: grid; gap: 10px; max-height: 330px; overflow: auto; padding-right: 3px; }
.gateway-result { border: 1px solid rgba(255,255,255,.1); background: rgba(0,0,0,.2); border-radius: 18px; padding: 14px; display: grid; gap: 4px; }
.gateway-result:hover { border-color: rgba(157,54,255,.45); background: rgba(157,54,255,.1); }
.gateway-result span { color: var(--primary); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; font-weight: 900; }
.gateway-result strong { font-size: 18px; }
.gateway-result small { color: var(--muted); }
.gateway-note { color: var(--muted); font-size: 13px !important; margin: 14px 0 0; }
.gateway-stats { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; }
.gateway-stats span, .trust-cards > div { border: 1px solid var(--line); background: rgba(255,255,255,.055); border-radius: 22px; padding: 18px; color: var(--muted); }
.gateway-stats b { display: block; color: var(--text); font-size: 28px; margin-bottom: 4px; }
.domain-grid-gateway { grid-template-columns: repeat(2, minmax(0,1fr)); }
.domain-card-lux { position: relative; overflow: hidden; min-height: 210px; }
.domain-card-lux:after { content: ""; position: absolute; inset: auto -20% -35% 35%; height: 80%; background: radial-gradient(circle, var(--p53-purple-soft), transparent 62%); }
.trust-cards { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 14px; }
.trust-cards strong { color: var(--text); display: block; margin-bottom: 8px; }
.trust-cards span { color: var(--muted); line-height: 1.55; font-size: 14px; }
.hero-local-lux { background: radial-gradient(circle at 68% 28%, rgba(157,54,255,.2), transparent 34rem), linear-gradient(135deg, rgba(215,170,85,.08), transparent 52%); }
.local-search-box .local-districts { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.local-search-box .local-districts a { border: 1px solid var(--line); background: rgba(255,255,255,.055); color: var(--text); border-radius: 999px; padding: 8px 11px; font-size: 12px; font-weight: 800; }
.grid-featured-slots { grid-template-columns: repeat(2, minmax(0,1fr)); }
.rental-card { min-height: 100%; border-style: dashed; border-color: rgba(215,170,85,.45); background: linear-gradient(135deg, rgba(215,170,85,.14), rgba(157,54,255,.08)); }
.rental-card-inner { min-height: 100%; display: grid; align-content: center; justify-items: start; gap: 12px; padding: 28px; }
.rental-badge { color: #17120a; background: linear-gradient(135deg, var(--primary), var(--primary-2)); border-radius: 999px; padding: 7px 11px; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; font-weight: 900; }
.rental-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 22px; border: 1px solid rgba(215,170,85,.44); color: var(--primary-2); font-size: 34px; font-weight: 300; background: rgba(0,0,0,.24); }
.rental-card h3 { margin: 0; font-size: clamp(24px, 3vw, 36px); letter-spacing: -.04em; }
.rental-card p { margin: 0; color: var(--soft); line-height: 1.6; }
.rental-points { margin: 0; padding-left: 18px; color: var(--muted); line-height: 1.7; font-size: 13px; }
.rental-wide-cta { border: 1px solid rgba(215,170,85,.3); border-radius: var(--radius); background: linear-gradient(135deg, rgba(215,170,85,.13), rgba(255,255,255,.045)); padding: 28px; display: flex; align-items: center; justify-content: space-between; gap: 18px; box-shadow: var(--shadow-soft); }
.rental-wide-cta h2 { margin: 4px 0 8px; font-size: clamp(28px, 3vw, 44px); letter-spacing: -.04em; }
.rental-wide-cta p { margin: 0; color: var(--muted); line-height: 1.65; }
.footer-grid-lux { grid-template-columns: minmax(0,1fr) minmax(250px,auto) 260px; }
.footer-trust-box { border: 1px solid var(--line); border-radius: 22px; padding: 18px; background: rgba(255,255,255,.055); display: grid; gap: 8px; }
.age-badge { width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center; background: rgba(157,54,255,.16); border: 1px solid rgba(157,54,255,.35); color: #fff; font-weight: 900; font-size: 20px; }
.footer-trust-box strong { color: var(--text); }
.footer-trust-box small { color: var(--muted); line-height: 1.5; }
.showcase-card-premium, .badge-slot-premium { border-color: rgba(157,54,255,.42); }
@media (max-width: 980px) {
    .gateway-wrap, .gateway-stats, .grid-featured-slots, .trust-cards, .footer-grid-lux { grid-template-columns: 1fr; }
    .domain-grid-gateway { grid-template-columns: 1fr; }
    .gateway-search-box { grid-template-columns: 1fr; }
    .rental-wide-cta { flex-direction: column; align-items: flex-start; }
}


/* Package 5.3.1 layout fix */
html, body {
    max-width: 100%;
    overflow-x: hidden;
}
.site-header,
.site-main,
.site-footer {
    max-width: 100vw;
}
.brand {
    min-width: 0;
    flex: 0 1 auto;
}
.brand-text-wrap,
.brand-text {
    min-width: 0;
    max-width: 260px;
}
.brand-text {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.header-inner {
    min-width: 0;
}
.nav {
    min-width: 0;
    flex: 1 1 auto;
    overflow: hidden;
}
.nav a {
    white-space: nowrap;
}
.top-strip-inner,
.top-strip-links {
    min-width: 0;
}
.hero-grid,
.hero-grid-wide,
.gateway-wrap,
.grid,
.grid-featured-slots,
.grid-small,
.domain-grid,
.domain-grid-gateway,
.footer-grid,
.footer-grid-lux,
.stat-grid {
    min-width: 0;
}
.hero-grid > *,
.hero-grid-wide > *,
.gateway-wrap > *,
.grid > *,
.grid-featured-slots > *,
.grid-small > *,
.domain-grid > *,
.domain-grid-gateway > *,
.footer-grid > *,
.footer-grid-lux > * {
    min-width: 0;
}
.hero-grid-wide {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
}
.hero-panel strong,
.card h3,
.card p,
.rental-card h3,
.rental-card p,
.footer-links a {
    overflow-wrap: anywhere;
}
.local-search-box .local-districts {
    max-width: 100%;
    overflow: hidden;
}
.local-search-box .local-districts a,
.district-list a {
    max-width: 100%;
    white-space: nowrap;
}
.grid-featured-slots {
    grid-template-columns: minmax(280px, .85fr) minmax(320px, 1.15fr);
    align-items: stretch;
}
.grid-featured-slots .rental-card,
.grid-featured-slots .showcase-card {
    height: 100%;
}
.grid-featured-slots .showcase-card.card-big {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr);
}
.grid-featured-slots .showcase-card.card-big .card-image {
    min-height: 320px;
}
.rental-card-inner {
    align-content: start;
}
.rental-points {
    max-width: 100%;
}
.card-actions .btn {
    max-width: 100%;
}
.footer-grid-lux {
    grid-template-columns: minmax(0, 1fr) minmax(220px, auto) minmax(220px, 260px);
}
.footer-links {
    max-width: 100%;
}
@media (max-width: 1100px) {
    .nav a {
        padding: 9px 10px;
        font-size: 13px;
    }
    .brand-text-wrap,
    .brand-text {
        max-width: 220px;
    }
    .hero-grid-wide {
        grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
    }
}
@media (max-width: 980px) {
    .nav {
        overflow: visible;
    }
    .nav.open {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }
    .nav.open a {
        width: 100%;
        text-align: center;
        justify-content: center;
        background: rgba(255,255,255,.045);
        border-color: rgba(255,255,255,.08);
    }
    .hero-grid-wide,
    .grid-featured-slots,
    .grid-featured-slots .showcase-card.card-big,
    .footer-grid-lux {
        grid-template-columns: 1fr;
    }
    .grid-featured-slots .showcase-card.card-big .card-image {
        min-height: 280px;
    }
    .section-title {
        align-items: flex-start;
        flex-direction: column;
    }
}
@media (max-width: 640px) {
    .top-strip-inner {
        gap: 8px;
    }
    .top-strip-links {
        gap: 7px;
    }
    .top-strip-links a {
        font-size: 11px;
    }
    .brand-mark {
        width: 40px;
        height: 40px;
        border-radius: 14px;
    }
    .brand-text-wrap,
    .brand-text {
        max-width: 180px;
    }
    .hero-copy h1,
    .gateway-copy h1 {
        letter-spacing: -.045em;
    }
    .hero-actions,
    .card-actions,
    .age-gate-actions,
    .legal-actions {
        width: 100%;
    }
    .hero-actions .btn,
    .card-actions .btn,
    .rental-wide-cta .btn,
    .gateway-search-box .btn {
        width: 100%;
    }
    .nav.open {
        grid-template-columns: 1fr;
    }
    .stat-grid {
        grid-template-columns: 1fr;
    }
    .local-search-box .local-districts,
    .district-list {
        gap: 7px;
    }
    .local-search-box .local-districts a,
    .district-list a {
        white-space: normal;
        line-height: 1.25;
    }
    .rental-card-inner {
        padding: 22px;
    }
}
@media (max-width: 420px) {
    .container {
        width: min(100% - 18px, 1200px);
    }
    .brand-text-wrap,
    .brand-text {
        max-width: 145px;
    }
    .hero-panel,
    .gateway-search-panel,
    .rental-wide-cta,
    .seo-content {
        border-radius: 20px;
    }
}

/* Package 5.3.2 footer fix */
.site-footer .footer-grid.footer-grid-lux {
    display: grid;
    grid-template-columns: minmax(260px, .85fr) minmax(0, 1.75fr) minmax(240px, 260px);
    gap: 34px;
    align-items: start;
}
.site-footer .footer-grid.footer-grid-lux > div:first-child {
    min-width: 240px;
    max-width: 360px;
}
.site-footer .footer-grid.footer-grid-lux > div:first-child p {
    max-width: 340px;
    line-height: 1.55;
    overflow-wrap: normal;
    word-break: normal;
}
.site-footer .footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
    align-content: flex-start;
    min-width: 0;
}
.site-footer .footer-links a {
    width: auto;
    max-width: 100%;
    white-space: nowrap;
    overflow-wrap: normal;
    word-break: normal;
}
.site-footer .footer-trust-box {
    width: 100%;
    max-width: 260px;
    justify-self: end;
}
@media (max-width: 1100px) {
    .site-footer .footer-grid.footer-grid-lux {
        grid-template-columns: minmax(240px, .9fr) minmax(0, 1.4fr);
    }
    .site-footer .footer-trust-box {
        grid-column: 1 / -1;
        justify-self: start;
        max-width: 420px;
    }
}
@media (max-width: 760px) {
    .site-footer .footer-grid.footer-grid-lux {
        grid-template-columns: 1fr;
        gap: 22px;
    }
    .site-footer .footer-grid.footer-grid-lux > div:first-child,
    .site-footer .footer-grid.footer-grid-lux > div:first-child p,
    .site-footer .footer-trust-box {
        min-width: 0;
        max-width: 100%;
        justify-self: stretch;
    }
    .site-footer .footer-links {
        gap: 8px;
    }
    .site-footer .footer-links a {
        white-space: normal;
        line-height: 1.25;
    }
}

/* Package 5.3.3 brand icons */
.brand-logo-mark {
    overflow: hidden;
    background: #05050a;
    border: 1px solid rgba(215,170,85,.48);
    box-shadow: 0 16px 38px rgba(0,0,0,.34), 0 0 24px rgba(215,170,85,.18);
}
.brand-logo-mark img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}
.footer-brand-line {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}
.footer-brand-line img {
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    border: 1px solid rgba(215,170,85,.42);
    box-shadow: 0 12px 28px rgba(0,0,0,.32);
    object-fit: cover;
}
.age-gate-logo {
    width: 82px;
    height: 82px;
    object-fit: cover;
    border-radius: 28px;
    margin: 0 auto 14px;
    border: 1px solid rgba(215,170,85,.45);
    box-shadow: 0 18px 42px rgba(0,0,0,.45), 0 0 28px rgba(215,170,85,.16);
}
.age-gate-card {
    background:
        radial-gradient(circle at 50% 0%, rgba(215,170,85,.14), transparent 18rem),
        linear-gradient(180deg, #151019, #0d101a) !important;
}
@media (max-width: 420px) {
    .brand-logo-mark {
        width: 42px;
        height: 42px;
        border-radius: 15px;
    }
    .age-gate-logo {
        width: 72px;
        height: 72px;
        border-radius: 24px;
    }
}

/* Package 5.3.4 brand footer fix
   Keep 5.3.3 brand icons, but re-lock footer columns after brand package overwrote 5.3.2 footer layout. */
.site-footer {
    overflow-x: hidden;
}
.site-footer .footer-grid,
.site-footer .footer-grid.footer-grid-lux {
    display: grid !important;
    grid-template-columns: minmax(280px, 360px) minmax(0, 1fr) minmax(240px, 280px) !important;
    gap: 34px !important;
    align-items: start !important;
}
.site-footer .footer-grid > div,
.site-footer .footer-grid.footer-grid-lux > div {
    min-width: 0;
}
.site-footer .footer-grid > div:first-child,
.site-footer .footer-grid.footer-grid-lux > div:first-child {
    min-width: 260px !important;
    max-width: 360px !important;
}
.site-footer .footer-brand-line {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    margin-bottom: 12px;
}
.site-footer .footer-brand-line strong {
    min-width: 0;
    line-height: 1.15;
    overflow-wrap: normal;
    word-break: normal;
}
.site-footer .footer-grid > div:first-child p,
.site-footer .footer-grid.footer-grid-lux > div:first-child p,
.site-footer .footer-warning {
    max-width: 340px !important;
    line-height: 1.55 !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    white-space: normal !important;
}
.site-footer .footer-links {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    justify-content: flex-start !important;
    align-content: flex-start !important;
    min-width: 0 !important;
}
.site-footer .footer-links a {
    width: auto !important;
    max-width: 100% !important;
    white-space: nowrap !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
}
.site-footer .footer-trust-box {
    width: 100% !important;
    max-width: 280px !important;
    justify-self: end !important;
}
@media (max-width: 1100px) {
    .site-footer .footer-grid,
    .site-footer .footer-grid.footer-grid-lux {
        grid-template-columns: minmax(260px, 360px) minmax(0, 1fr) !important;
    }
    .site-footer .footer-trust-box {
        grid-column: 1 / -1 !important;
        justify-self: start !important;
        max-width: 430px !important;
    }
}
@media (max-width: 760px) {
    .site-footer .footer-grid,
    .site-footer .footer-grid.footer-grid-lux {
        grid-template-columns: 1fr !important;
        gap: 22px !important;
    }
    .site-footer .footer-grid > div:first-child,
    .site-footer .footer-grid.footer-grid-lux > div:first-child,
    .site-footer .footer-grid > div:first-child p,
    .site-footer .footer-grid.footer-grid-lux > div:first-child p,
    .site-footer .footer-warning,
    .site-footer .footer-trust-box {
        min-width: 0 !important;
        max-width: 100% !important;
        justify-self: stretch !important;
    }
    .site-footer .footer-links {
        gap: 8px !important;
    }
    .site-footer .footer-links a {
        white-space: normal !important;
        line-height: 1.25 !important;
    }
}

/* Package 5.3.5 brand header fix
   Make the shared symbol the main header identity and replace domain-name text with a reusable service slogan. */
.site-header .brand.brand-symbol {
    gap: 15px;
    flex: 0 0 auto;
    min-width: 0;
    max-width: 290px;
}
.site-header .brand-logo-hero {
    width: 58px !important;
    height: 58px !important;
    border-radius: 19px !important;
    background: #050308 !important;
    border: 1px solid rgba(255,205,112,.58) !important;
    box-shadow:
        0 18px 44px rgba(0,0,0,.48),
        0 0 0 4px rgba(255,205,112,.045),
        0 0 32px rgba(255,205,112,.22) !important;
}
.site-header .brand-logo-hero img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: inherit !important;
    transform: scale(1.04);
}
.site-header .brand-service-wrap {
    gap: 4px;
    max-width: 180px;
}
.site-header .brand-service-title {
    display: block;
    color: #fff;
    font-size: 19px;
    font-weight: 950;
    line-height: 1;
    letter-spacing: .01em;
    text-transform: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.site-header .brand-service-subtitle {
    display: block;
    color: var(--primary);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .08em;
    line-height: 1.15;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (max-width: 1100px) {
    .site-header .brand.brand-symbol {
        max-width: 245px;
        gap: 12px;
    }
    .site-header .brand-logo-hero {
        width: 52px !important;
        height: 52px !important;
        border-radius: 18px !important;
    }
    .site-header .brand-service-wrap {
        max-width: 150px;
    }
    .site-header .brand-service-title {
        font-size: 17px;
    }
    .site-header .brand-service-subtitle {
        font-size: 10px;
    }
}
@media (max-width: 640px) {
    .site-header .brand.brand-symbol {
        max-width: 210px;
        gap: 10px;
    }
    .site-header .brand-logo-hero {
        width: 48px !important;
        height: 48px !important;
        border-radius: 16px !important;
    }
    .site-header .brand-service-wrap {
        max-width: 138px;
    }
    .site-header .brand-service-title {
        font-size: 16px;
    }
    .site-header .brand-service-subtitle {
        font-size: 9px;
        letter-spacing: .055em;
    }
}
@media (max-width: 420px) {
    .site-header .brand-service-wrap {
        display: none;
    }
    .site-header .brand.brand-symbol {
        max-width: 58px;
    }
}


/* Package 5.3.14 - Database driven mobile showcase list */
.mobile-showcase-list-section {
    display: none;
}
.mobile-showcase-list {
    display: grid;
    gap: 12px;
}
.card-mobile-list {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr) 56px;
    min-height: 142px;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(255,255,255,.105), rgba(255,255,255,.05));
    border-color: rgba(215,170,85,.18);
    box-shadow: 0 14px 38px rgba(0,0,0,.3);
}
.card-mobile-list:hover {
    transform: translateY(-2px);
    border-color: rgba(215,170,85,.38);
}
.card-mobile-list .card-image,
.card-mobile-list .mobile-side-image {
    min-height: 142px;
    height: 100%;
    aspect-ratio: auto;
    border-radius: 0;
}
.card-mobile-list .card-image:after {
    height: 52%;
    background: linear-gradient(180deg, transparent, rgba(0,0,0,.62));
}
.card-mobile-list .card-image img,
.card-mobile-list .mobile-side-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card-mobile-list .mobile-side-image {
    position: relative;
    display: block;
    overflow: hidden;
    border-left: 1px solid rgba(255,255,255,.08);
    opacity: .92;
}
.card-mobile-list .mobile-side-image:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(215,170,85,.12), rgba(0,0,0,.22));
    pointer-events: none;
}
.card-mobile-list .badge-floating {
    left: 8px;
    top: 8px;
    max-width: calc(100% - 16px);
    padding: 5px 8px;
    font-size: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card-mobile-list .badge-premium {
    display: none;
}
.card-mobile-list .card-body {
    min-width: 0;
    padding: 12px 11px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}
.card-mobile-list .card-location {
    margin: 0;
    font-size: 11px;
    color: #d6ab63;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card-mobile-list h3 {
    margin: 0;
    font-size: 15px;
    line-height: 1.15;
    letter-spacing: -.015em;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.card-mobile-list p {
    margin: 0;
    color: rgba(217,222,234,.82);
    font-size: 11.5px;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.mobile-card-badges {
    display: flex;
    flex-wrap: nowrap;
    gap: 5px;
    overflow: hidden;
}
.mobile-card-badges span {
    max-width: 86px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 1px solid rgba(215,170,85,.18);
    background: rgba(0,0,0,.22);
    color: rgba(248,250,252,.88);
    border-radius: 999px;
    padding: 3px 6px;
    font-size: 10px;
    font-weight: 850;
}
.card-mobile-list .card-actions {
    flex-wrap: nowrap;
    gap: 6px;
    margin-top: 1px;
}
.card-mobile-list .btn {
    min-height: 30px;
    padding: 0 9px;
    font-size: 11px;
    box-shadow: none;
}
.card-mobile-list .btn-whatsapp {
    background: #1f9d55;
    color: #06150c;
}
@media (max-width: 760px) {
    .mobile-showcase-list-section {
        display: block;
    }
    .desktop-showcase-section {
        display: none !important;
    }
    .mobile-showcase-list-section .section-title {
        margin-bottom: 12px;
    }
    .mobile-showcase-list-section .section-title h2 {
        font-size: 25px;
    }
    .mobile-showcase-list-section .section-desc {
        font-size: 13px;
    }
}
@media (max-width: 420px) {
    .card-mobile-list {
        grid-template-columns: 82px minmax(0, 1fr) 48px;
        min-height: 132px;
        border-radius: 18px;
    }
    .card-mobile-list .card-image,
    .card-mobile-list .mobile-side-image {
        min-height: 132px;
    }
    .card-mobile-list .card-body {
        padding: 10px 8px;
        gap: 4px;
    }
    .card-mobile-list h3 {
        font-size: 14px;
    }
    .card-mobile-list p {
        font-size: 11px;
        -webkit-line-clamp: 2;
    }
    .mobile-card-badges span {
        max-width: 70px;
        font-size: 9.5px;
        padding: 3px 5px;
    }
    .card-mobile-list .btn {
        min-height: 28px;
        padding: 0 7px;
        font-size: 10.5px;
    }
}
