/*
Theme Name: Anunturi69
Theme URI: https://anunturi69.ro
Author: Anunturi69 Team
Description: Tema dark moderna pentru platforma de anunturi adulti pe judete. Design 2026, mobile-first.
Version: 1.0.0
License: GNU General Public License v2 or later
Tags: dark, adult, listings, mobile-first
*/

/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --bg-primary: #0a0a0a;
  --bg-secondary: #111111;
  --bg-card: #141414;
  --bg-hover: #1a1a1a;
  --border: #222222;
  --border-light: #1a1a1a;
  --text-primary: #e8e8e8;
  --text-secondary: #aaaaaa;
  --text-muted: #666666;
  --accent: #c0392b;
  --accent-hover: #e74c3c;
  --accent-dark: #8b1a14;
  --gold: #c9a227;
  --gold-bg: #141208;
  --gold-border: #c9a227;
  --silver: #4a7a8a;
  --silver-bg: #0d1214;
  --silver-border: #4a7a8a;
  --vip: #8b5cf6;
  --vip-bg: #100d14;
  --vip-border: #8b5cf6;
  --blue: #3b82f6;
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 14px;
  --shadow: 0 2px 12px rgba(0,0,0,0.5);
  --font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--font);
  background: var(--bg-primary);
  color: var(--text-primary);
  font-size: 15px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { cursor: pointer; font-family: var(--font); }

/* ===== LAYOUT ===== */
.site-wrapper { min-height: 100vh; display: flex; flex-direction: column; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 16px; width: 100%; }

/* ===== HEADER / TOPBAR ===== */
.site-header {
  background: var(--bg-secondary);
  border-bottom: 0.5px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 100;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  gap: 12px;
}

.site-logo {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.5px;
  flex-shrink: 0;
}

.site-logo span { color: var(--accent); }

.header-nav { display: flex; align-items: center; gap: 8px; }

.nav-btn {
  font-size: 13px;
  padding: 7px 16px;
  border-radius: 20px;
  border: 0.5px solid var(--border);
  background: transparent;
  color: var(--text-secondary);
  transition: all 0.2s;
}

.nav-btn:hover { border-color: var(--accent); color: var(--accent); }

.nav-btn.primary {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
  font-weight: 500;
}

.nav-btn.primary:hover { background: var(--accent-hover); }

/* ===== COUNTY BAR ===== */
.county-bar {
  background: #0f0f0f;
  border-bottom: 0.5px solid var(--border-light);
  padding: 10px 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.county-bar::-webkit-scrollbar { display: none; }

.county-scroll {
  display: flex;
  gap: 8px;
  padding: 0 16px;
  white-space: nowrap;
}

.county-tag {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  padding: 5px 14px;
  border-radius: 20px;
  border: 0.5px solid var(--border);
  color: var(--text-muted);
  background: transparent;
  cursor: pointer;
  transition: all 0.2s;
  flex-shrink: 0;
  white-space: nowrap;
}

.county-tag:hover { border-color: var(--accent); color: var(--accent); }

.county-tag.active {
  background: rgba(192,57,43,0.1);
  border-color: var(--accent);
  color: var(--accent);
}

.county-tag .count {
  font-size: 10px;
  margin-left: 5px;
  color: var(--text-muted);
}

/* ===== CITY BAR (sub county) ===== */
.city-bar {
  background: var(--bg-primary);
  padding: 8px 0;
  border-bottom: 0.5px solid var(--border-light);
  overflow-x: auto;
  scrollbar-width: none;
  display: none;
}

.city-bar.visible { display: block; }
.city-bar::-webkit-scrollbar { display: none; }

.city-scroll { display: flex; gap: 6px; padding: 0 16px; }

.city-tag {
  font-size: 11px;
  padding: 4px 12px;
  border-radius: 20px;
  border: 0.5px solid var(--border-light);
  color: var(--text-muted);
  background: transparent;
  cursor: pointer;
  flex-shrink: 0;
  transition: all 0.2s;
}

.city-tag:hover { color: var(--text-secondary); border-color: var(--border); }
.city-tag.active { border-color: var(--text-muted); color: var(--text-secondary); }

/* ===== LISTINGS HEADER ===== */
.listings-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0 10px;
}

.listings-title {
  font-size: 13px;
  color: var(--text-muted);
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.listings-title strong { color: var(--text-secondary); font-weight: 500; }

.sort-select {
  font-size: 12px;
  padding: 5px 10px;
  border-radius: var(--radius-sm);
  border: 0.5px solid var(--border);
  background: var(--bg-secondary);
  color: var(--text-secondary);
  cursor: pointer;
}

/* ===== ANUNT GRID ===== */
.anunturi-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding-bottom: 30px;
}

@media (min-width: 640px) {
  .anunturi-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (min-width: 1024px) {
  .anunturi-grid { grid-template-columns: repeat(4, 1fr); }
}

/* ===== CARD ANUNT ===== */
.anunt-card {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  border: 0.5px solid var(--border);
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.2s, transform 0.15s;
  position: relative;
}

.anunt-card:hover { border-color: #333; transform: translateY(-1px); }

/* Tier variants */
.anunt-card.tier-vip { background: var(--vip-bg); border-color: var(--vip-border); }
.anunt-card.tier-gold { background: var(--gold-bg); border-color: var(--gold-border); }
.anunt-card.tier-silver { background: var(--silver-bg); border-color: var(--silver-border); }

.anunt-card.tier-vip:hover { border-color: #a78bfa; }
.anunt-card.tier-gold:hover { border-color: #e5b82a; }
.anunt-card.tier-silver:hover { border-color: #68a8ba; }

/* Badge */
.tier-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 5;
  font-size: 9px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 10px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.tier-badge.vip { background: var(--vip); color: #fff; }
.tier-badge.gold { background: var(--gold); color: #3a2a00; }
.tier-badge.silver { background: var(--silver); color: #fff; }

/* Repost badge */
.repost-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 5;
  font-size: 9px;
  padding: 2px 6px;
  border-radius: 6px;
  background: rgba(0,0,0,0.6);
  color: var(--text-muted);
  border: 0.5px solid var(--border);
}

/* Photo */
.card-photo {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  background: #1e1e1e;
  display: block;
}

.card-photo-placeholder {
  width: 100%;
  aspect-ratio: 3/4;
  background: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2a2a2a;
  font-size: 36px;
}

/* Card body */
.card-body { padding: 8px 10px 10px; }

.card-name {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-primary);
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 5px;
}

.meta-item {
  font-size: 10px;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 3px;
}

.meta-sep {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--border);
  display: inline-block;
}

.card-desc {
  font-size: 11px;
  color: var(--text-muted);
  line-height: 1.5;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.age-pill {
  font-size: 10px;
  color: var(--text-secondary);
  background: var(--bg-hover);
  padding: 2px 8px;
  border-radius: 5px;
}

.card-tel-btn {
  font-size: 10px;
  padding: 4px 10px;
  border-radius: 6px;
  border: 0.5px solid var(--accent);
  background: transparent;
  color: var(--accent);
  font-family: var(--font);
  transition: all 0.2s;
}

.card-tel-btn:hover { background: var(--accent); color: #fff; }

/* ===== SINGLE ANUNT PAGE ===== */
.single-anunt { padding: 20px 0 40px; }

.single-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

@media (min-width: 768px) {
  .single-grid { grid-template-columns: 1fr 340px; }
}

/* Photos gallery */
.gallery-main {
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: var(--radius-lg);
  border: 0.5px solid var(--border);
  background: var(--bg-card);
  position: relative;
}

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

.gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 6px;
  margin-top: 8px;
}

.gallery-thumb {
  aspect-ratio: 1;
  border-radius: var(--radius-sm);
  overflow: hidden;
  border: 0.5px solid var(--border);
  cursor: pointer;
  transition: border-color 0.2s;
}

.gallery-thumb:hover { border-color: var(--accent); }
.gallery-thumb.active { border-color: var(--accent); }

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

/* Info sidebar */
.anunt-sidebar {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sidebar-card {
  background: var(--bg-card);
  border: 0.5px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 16px;
}

.sidebar-card.tier-vip { background: var(--vip-bg); border-color: var(--vip-border); }
.sidebar-card.tier-gold { background: var(--gold-bg); border-color: var(--gold-border); }
.sidebar-card.tier-silver { background: var(--silver-bg); border-color: var(--silver-border); }

.sidebar-name {
  font-size: 20px;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 4px;
}

.sidebar-tier {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 12px;
  border-radius: 10px;
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.sidebar-tier.vip { background: rgba(139,92,246,0.15); color: var(--vip); border: 0.5px solid var(--vip); }
.sidebar-tier.gold { background: rgba(201,162,39,0.15); color: var(--gold); border: 0.5px solid var(--gold); }
.sidebar-tier.silver { background: rgba(74,122,138,0.15); color: var(--silver); border: 0.5px solid var(--silver); }

.info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 16px;
}

.info-item {}
.info-label { font-size: 10px; color: var(--text-muted); margin-bottom: 2px; text-transform: uppercase; letter-spacing: 0.3px; }
.info-value { font-size: 13px; color: var(--text-secondary); }
.info-value.accent { color: var(--accent); }
.info-value.vip { color: var(--vip); }

/* Tel reveal button */
.tel-reveal-btn {
  width: 100%;
  padding: 14px;
  border-radius: var(--radius-md);
  background: var(--accent);
  border: none;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.3px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: background 0.2s;
  margin-bottom: 8px;
  font-family: var(--font);
}

.tel-reveal-btn:hover { background: var(--accent-hover); }

.tel-number {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  padding: 14px;
  background: rgba(192,57,43,0.08);
  border: 0.5px solid var(--accent);
  border-radius: var(--radius-md);
  color: var(--text-primary);
  display: none;
  margin-bottom: 8px;
}

.tel-number a { color: var(--accent); }

.msg-reveal-btn {
  width: 100%;
  padding: 12px;
  border-radius: var(--radius-md);
  background: transparent;
  border: 0.5px solid var(--blue);
  color: var(--blue);
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.2s;
  font-family: var(--font);
}

.msg-reveal-btn:hover { background: rgba(59,130,246,0.1); }

/* Descriere */
.descriere-section {
  background: var(--bg-card);
  border: 0.5px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 20px;
}

.section-label {
  font-size: 11px;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.descriere-text {
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.8;
}

/* ===== BACK LINK ===== */
.back-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: var(--accent);
  margin-bottom: 16px;
  padding: 6px 0;
}

/* ===== FORM ADAUGA ANUNT ===== */
.form-card {
  background: var(--bg-card);
  border: 0.5px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 24px;
  margin-bottom: 16px;
}

.form-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--text-primary);
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 0.5px solid var(--border);
}

.form-group { margin-bottom: 16px; }

.form-label {
  display: block;
  font-size: 12px;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin-bottom: 6px;
}

.form-input,
.form-select,
.form-textarea {
  width: 100%;
  padding: 10px 14px;
  background: var(--bg-secondary);
  border: 0.5px solid var(--border);
  border-radius: var(--radius-sm);
  color: var(--text-primary);
  font-size: 14px;
  font-family: var(--font);
  transition: border-color 0.2s;
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  outline: none;
  border-color: var(--accent);
}

.form-select { cursor: pointer; }

.form-textarea { min-height: 120px; resize: vertical; }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

/* Photo upload */
.photo-upload-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.photo-upload-slot {
  aspect-ratio: 3/4;
  border: 0.5px dashed var(--border);
  border-radius: var(--radius-sm);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
  font-size: 10px;
  color: var(--text-muted);
  gap: 6px;
}

.photo-upload-slot:hover { border-color: var(--accent); background: rgba(192,57,43,0.03); }

.photo-upload-slot .upload-icon { font-size: 24px; color: #2a2a2a; }

/* ===== PACHETE PAGE ===== */
.pachete-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  padding: 24px 0;
}

@media (min-width: 640px) {
  .pachete-grid { grid-template-columns: repeat(4, 1fr); }
}

.pachet-card {
  background: var(--bg-card);
  border: 0.5px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 20px 16px;
  text-align: center;
  position: relative;
}

.pachet-card.featured {
  border-color: var(--gold);
  background: var(--gold-bg);
}

.pachet-featured-label {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
  font-weight: 600;
  padding: 3px 14px;
  border-radius: 10px;
  background: var(--gold);
  color: #3a2a00;
  letter-spacing: 0.3px;
  white-space: nowrap;
}

.pachet-name {
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 8px;
}

.pachet-price {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 4px;
}

.pachet-price.free { color: var(--text-muted); }
.pachet-price.silver { color: var(--silver); }
.pachet-price.gold { color: var(--gold); }
.pachet-price.vip { color: var(--vip); }

.pachet-period { font-size: 11px; color: var(--text-muted); margin-bottom: 16px; }

.pachet-features { text-align: left; margin-bottom: 16px; }

.pachet-feature {
  font-size: 12px;
  color: var(--text-secondary);
  padding: 5px 0;
  border-bottom: 0.5px solid var(--border-light);
  display: flex;
  align-items: center;
  gap: 8px;
}

.pachet-feature:last-child { border-bottom: none; }

.feat-check { color: var(--accent); font-size: 13px; flex-shrink: 0; }
.feat-check.vip { color: var(--vip); }
.feat-check.gold { color: var(--gold); }
.feat-check.silver { color: var(--silver); }

.pachet-btn {
  width: 100%;
  padding: 10px;
  border-radius: var(--radius-md);
  border: 0.5px solid var(--border);
  background: transparent;
  color: var(--text-secondary);
  font-size: 13px;
  font-weight: 500;
  font-family: var(--font);
  transition: all 0.2s;
}

.pachet-btn:hover { border-color: var(--accent); color: var(--accent); }

.pachet-card.featured .pachet-btn {
  background: var(--gold);
  border-color: var(--gold);
  color: #3a2a00;
  font-weight: 600;
}

.pachet-card.featured .pachet-btn:hover { background: #d4a928; }

/* ===== FOOTER ===== */
.site-footer {
  background: var(--bg-secondary);
  border-top: 0.5px solid var(--border);
  padding: 24px 0;
  margin-top: auto;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
}

@media (min-width: 640px) {
  .footer-inner { flex-direction: row; justify-content: space-between; text-align: left; }
}

.footer-logo {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-secondary);
}

.footer-logo span { color: var(--accent); }

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}

.footer-link { font-size: 12px; color: var(--text-muted); transition: color 0.2s; }
.footer-link:hover { color: var(--text-secondary); }

.footer-copy { font-size: 11px; color: #333; }

/* ===== UTILITIES ===== */
.mt-1 { margin-top: 8px; }
.mt-2 { margin-top: 16px; }
.mt-3 { margin-top: 24px; }
.mb-1 { margin-bottom: 8px; }
.mb-2 { margin-bottom: 16px; }
.text-muted { color: var(--text-muted); }
.text-accent { color: var(--accent); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }

/* ===== MOBILE SPECIFIC ===== */
@media (max-width: 480px) {
  .form-row { grid-template-columns: 1fr; }
  .info-grid { grid-template-columns: 1fr; }
  .gallery-thumbs { grid-template-columns: repeat(4, 1fr); }
}

/* ===== AGE GATE ===== */
.age-gate-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.96);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.age-gate-card {
  background: var(--bg-secondary);
  border: 0.5px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px;
  max-width: 380px;
  width: 100%;
  text-align: center;
}

.age-gate-logo { font-size: 28px; font-weight: 700; color: #fff; margin-bottom: 8px; }
.age-gate-logo span { color: var(--accent); }
.age-gate-title { font-size: 18px; font-weight: 600; margin-bottom: 8px; }
.age-gate-text { font-size: 13px; color: var(--text-muted); margin-bottom: 24px; line-height: 1.7; }

.age-gate-btns { display: flex; gap: 10px; }
.age-gate-yes {
  flex: 1;
  padding: 12px;
  background: var(--accent);
  border: none;
  border-radius: var(--radius-md);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  font-family: var(--font);
  cursor: pointer;
  transition: background 0.2s;
}

.age-gate-yes:hover { background: var(--accent-hover); }

.age-gate-no {
  flex: 1;
  padding: 12px;
  background: transparent;
  border: 0.5px solid var(--border);
  border-radius: var(--radius-md);
  color: var(--text-muted);
  font-size: 14px;
  font-family: var(--font);
  cursor: pointer;
  transition: all 0.2s;
}

.age-gate-no:hover { border-color: var(--text-muted); color: var(--text-secondary); }

/* ===== LOADING SKELETON ===== */
.skeleton {
  background: linear-gradient(90deg, #1a1a1a 25%, #222 50%, #1a1a1a 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
  border-radius: var(--radius-sm);
}

@keyframes shimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
</style>

/* ===== LIGHTBOX (global) ===== */
.lb-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.95);z-index:1000;align-items:center;justify-content:center;flex-direction:column}
.lb-overlay.open{display:flex}

/* ===== USER DASHBOARD ===== */
.dashboard-wrap{display:grid;grid-template-columns:1fr;gap:20px;padding:20px 0 60px}
@media(min-width:768px){.dashboard-wrap{grid-template-columns:260px 1fr}}
.dash-sidebar{display:flex;flex-direction:column;gap:8px}
.dash-nav-item{display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:var(--radius-md);font-size:13px;color:var(--text-secondary);cursor:pointer;transition:all .2s;border:none;background:transparent;text-align:left;width:100%;font-family:var(--font);text-decoration:none}
.dash-nav-item:hover{background:var(--bg-card);color:var(--text-primary)}
.dash-nav-item.active{background:rgba(192,57,43,.1);color:var(--accent)}
.dash-card{background:var(--bg-card);border:0.5px solid var(--border);border-radius:var(--radius-lg);padding:20px;margin-bottom:16px}
.modal-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.85);z-index:500;align-items:center;justify-content:center;padding:20px}
.modal-overlay.open{display:flex}
.modal-card{background:var(--bg-secondary);border:0.5px solid var(--border);border-radius:var(--radius-lg);padding:24px;max-width:480px;width:100%;max-height:90vh;overflow-y:auto}

/* ===== IMBUNATATIRI PROPUSE v1.4 ===== */

/* Smooth scroll global */
html { scroll-behavior: smooth; }

/* Card hover mai fin cu shadow subtila */
.anunt-card {
    transition: border-color .2s, transform .18s, box-shadow .18s;
}
.anunt-card:hover {
    box-shadow: 0 4px 20px rgba(0,0,0,.45);
}

/* Tier VIP - subtle glow pe hover */
.anunt-card.tier-vip:hover {
    box-shadow: 0 4px 20px rgba(139,92,246,.15);
}
.anunt-card.tier-gold:hover {
    box-shadow: 0 4px 20px rgba(201,162,39,.12);
}

/* Badge tier mai vizibil */
.tier-badge {
    backdrop-filter: blur(4px);
    font-size: 10px;
    padding: 3px 9px;
}

/* County dropdown - scroll mai smooth */
.cs-list {
    scroll-behavior: smooth;
}

/* Nav btn - spacing mai consistent */
.header-nav {
    gap: 8px;
}

/* Tel reveal button - pulse subtil */
@keyframes pulse-red {
    0%, 100% { box-shadow: 0 0 0 0 rgba(192,57,43,.4); }
    50%       { box-shadow: 0 0 0 6px rgba(192,57,43,.0); }
}
.tel-reveal-btn {
    animation: pulse-red 2.5s ease-in-out infinite;
}
.tel-reveal-btn:hover {
    animation: none;
}

/* Gallery strip scroll indicator */
.gallery-strip::after {
    content: '';
    flex: 0 0 8px;
}

/* Form inputs - focus ring mai clar */
.form-input:focus,
.form-select:focus,
.form-textarea:focus {
    box-shadow: 0 0 0 2px rgba(192,57,43,.18);
}

/* Step bar - linie conectoare mai vizibila */
.step-bar-item.done::after {
    background: var(--accent) !important;
    opacity: .4;
}

/* Dashboard - anunt row hover */
.anunt-row {
    transition: background .15s;
    border-radius: var(--radius-sm);
    padding: 14px 8px;
    margin: 0 -8px;
}
.anunt-row:hover {
    background: rgba(255,255,255,.02);
}

/* Skeleton shimmer mai smooth */
@keyframes shimmer {
    0%   { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

/* Footer - mai compact si mai putin vizibil */
.footer-copy {
    font-size: 10px;
    color: #252525;
}

/* Mobile: nav compact */
@media (max-width: 400px) {
    .header-nav .nav-btn:not(.primary) {
        display: none;
    }
    .site-logo { font-size: 18px; }
}

/* Lightbox - imagine nu se taie */
#lb-img {
    max-width: min(92vw, 900px);
    max-height: min(78vh, 700px);
}

/* Back link - mai vizibil */
.back-link {
    font-weight: 500;
    opacity: .8;
    transition: opacity .2s;
}
.back-link:hover { opacity: 1; color: var(--accent); }
