: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; }
}
