:root{--rose:#e11d48;--rose-light:#fb7185;--night:#0c0f14;--night-2:#151920;--glass:hsla(0,0%,100%,.035);--text:#ede8e3;--muted:#7c8590;--gold:#c9913a}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Figtree,system-ui,sans-serif;background:var(--night);color:var(--text);-webkit-font-smoothing:antialiased;overflow-x:hidden;width:100%}h1,h2,h3,h4{font-family:Playfair Display,Georgia,serif}a{color:inherit}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-thumb{background:var(--rose);border-radius:2px}.nav-bottom,.nav-online,.nav-search{display:flex!important}.mobile-menu,.nav-hamburger{display:none!important}@media (max-width:768px){.nav-bottom,.nav-online,.nav-search{display:none!important}.mobile-menu.is-open,.nav-hamburger{display:flex!important}}.nav-link:hover{color:#fff!important}.dropdown-link:hover{color:#fff!important;background:hsla(0,0%,100%,.04)!important}.nav-btn:hover{opacity:.85!important}.dropdown-panel{animation:fadeDown .15s ease}@keyframes fadeDown{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.hero-title{font-size:clamp(2rem,5.5vw,4.8rem);line-height:1.06;color:#fff;margin-bottom:20px}.hero-subtitle{font-size:clamp(.9rem,2.2vw,1.05rem);color:var(--muted);line-height:1.7;max-width:500px;margin:0 auto 36px}.hero-buttons{gap:12px;margin-bottom:50px}.hero-buttons,.hero-stats{display:flex;justify-content:center;flex-wrap:wrap}.hero-stats{gap:40px}@media (max-width:480px){.hero-title{font-size:2rem}.hero-buttons{flex-direction:column;align-items:center}.hero-stats{gap:24px}}.page-header{padding:40px 0 28px;background:linear-gradient(135deg,rgba(225,29,72,.07),transparent);border-bottom:1px solid hsla(0,0%,100%,.06);margin-bottom:36px}.page-header h1{font-size:clamp(1.7rem,4vw,2.4rem);color:#fff;margin-top:8px;margin-bottom:6px}.page-header p{color:var(--muted);font-size:.9rem;font-family:Figtree,sans-serif}.page-breadcrumb{color:#3e444d;font-size:.78rem;font-family:Figtree,sans-serif}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:18px}.city-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.cat-grid,.city-grid{display:grid;gap:14px}.cat-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.tag-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:18px}.layout-sidebar{display:grid;grid-template-columns:220px 1fr;gap:24px;align-items:start}.layout-profile{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.45fr);gap:40px;align-items:start;margin-bottom:60px}@media (max-width:900px){.layout-profile,.layout-sidebar{grid-template-columns:1fr}}@media (max-width:600px){.card-grid{gap:10px}.card-grid,.city-grid{grid-template-columns:repeat(2,1fr)}.cat-grid,.tag-grid{grid-template-columns:1fr}}.annonces-layout{display:grid;grid-template-columns:240px 1fr;gap:24px;align-items:start}.annonces-sidebar{display:block}.annonces-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:14px}.mobile-filters{display:none}@media (max-width:768px){.annonces-layout{display:block}.annonces-sidebar{display:none!important}.annonces-grid{grid-template-columns:repeat(2,1fr)!important;gap:10px!important}.mobile-filters{display:flex!important}}@media (max-width:380px){.annonces-grid{grid-template-columns:1fr!important}}