/* ============================
   URSITOARE.RO — MAIN STYLES
   Premium Baptism Directory
   ============================ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;1,9..40,300&display=swap');

/* ---- TOKENS ---- */
:root {
  --gold:        #C9954A;
  --gold-light:  #E8C07A;
  --gold-pale:   #FDF6EC;
  --cream:       #FAFAF7;
  --white:       #FFFFFF;
  --ink:         #1A1714;
  --ink-soft:    #3D3530;
  --muted:       #7A6E65;
  --border:      #E8E2DA;
  --border-soft: #F0EBE3;
  --error:       #C0392B;
  --success:     #27AE60;

  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body:    'DM Sans', system-ui, sans-serif;

  --radius-sm:  6px;
  --radius:     12px;
  --radius-lg:  20px;
  --radius-xl:  32px;

  --shadow-sm:  0 1px 3px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);
  --shadow:     0 4px 16px rgba(0,0,0,.08), 0 1px 4px rgba(0,0,0,.04);
  --shadow-md:  0 8px 32px rgba(0,0,0,.10), 0 2px 8px rgba(0,0,0,.06);
  --shadow-lg:  0 20px 60px rgba(0,0,0,.12), 0 4px 16px rgba(0,0,0,.08);

  --transition: .2s ease;
  --max-w: 1200px;
}

/* ---- RESET ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink-soft);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--gold); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--gold-light); }
h1,h2,h3,h4,h5,h6 {
  font-family: var(--font-display);
  color: var(--ink);
  line-height: 1.2;
  font-weight: 600;
}
ul { list-style: none; }
button, input, select, textarea { font-family: inherit; font-size: inherit; }

/* ---- LAYOUT ---- */
.container { width: 100%; max-width: var(--max-w); margin: 0 auto; padding: 0 24px; }
.container--narrow { max-width: 820px; }
.container--wide { max-width: 1400px; }
.section { padding: 80px 0; }
.section--sm { padding: 48px 0; }
.section--lg { padding: 120px 0; }
.section--alt { background: var(--white); }
.section--gold { background: var(--gold-pale); }

.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.flex { display: flex; }
.flex-center { display: flex; align-items: center; justify-content: center; }
.flex-between { display: flex; align-items: center; justify-content: space-between; }
.gap-sm { gap: 8px; }
.gap { gap: 16px; }
.gap-lg { gap: 32px; }

/* ---- HEADER ---- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(250,250,247,.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  height: 68px;
}
.site-header .container { height: 100%; }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 100%; }

.site-logo {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -.02em;
}
.site-logo span { color: var(--gold); }
.site-logo:hover { color: var(--ink); }

.site-nav { display: flex; align-items: center; gap: 4px; }
.site-nav a {
  font-size: .9rem;
  font-weight: 500;
  color: var(--ink-soft);
  padding: 8px 14px;
  border-radius: var(--radius-sm);
  transition: all var(--transition);
}
.site-nav a:hover, .site-nav a.active { color: var(--gold); background: var(--gold-pale); }

.header-cta {
  background: var(--gold);
  color: var(--white) !important;
  padding: 9px 20px !important;
  border-radius: 8px !important;
  font-weight: 600 !important;
}
.header-cta:hover { background: var(--ink) !important; color: var(--white) !important; }

.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--ink); margin: 5px 0; border-radius: 2px; transition: all .3s; }

/* ---- HERO ---- */
.hero {
  background: linear-gradient(135deg, var(--ink) 0%, #2D2420 60%, #3D2A1A 100%);
  color: var(--white);
  padding: 100px 0 80px;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23C9954A' fill-opacity='0.04'%3E%3Cpath d='M50 50c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10c0 5.523-4.477 10-10 10s-10-4.477-10-10 4.477-10 10-10zM10 10c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10c0 5.523-4.477 10-10 10S0 25.523 0 20s4.477-10 10-10z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}
.hero-inner { position: relative; z-index: 1; text-align: center; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(201,149,74,.15); border: 1px solid rgba(201,149,74,.3);
  color: var(--gold-light); font-size: .8rem; font-weight: 600;
  padding: 6px 16px; border-radius: 100px;
  letter-spacing: .06em; text-transform: uppercase;
  margin-bottom: 24px;
}
.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 6vw, 4rem);
  font-weight: 700;
  color: var(--white);
  line-height: 1.1;
  margin-bottom: 20px;
  letter-spacing: -.02em;
}
.hero h1 em { color: var(--gold-light); font-style: italic; }
.hero p {
  font-size: 1.1rem; color: rgba(255,255,255,.75);
  max-width: 540px; margin: 0 auto 40px;
  font-weight: 300;
}

/* Search bar */
.search-bar {
  background: var(--white);
  border-radius: var(--radius-xl);
  padding: 6px 6px 6px 8px;
  display: flex; align-items: center; gap: 8px;
  max-width: 640px; margin: 0 auto 32px;
  box-shadow: var(--shadow-lg);
}
.search-bar select {
  flex: 1; border: none; outline: none;
  padding: 12px 16px;
  background: transparent;
  color: var(--ink);
  font-size: .95rem;
  border-radius: var(--radius);
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23C9954A' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 36px;
}
.search-bar .sep { width: 1px; height: 32px; background: var(--border); flex-shrink: 0; }
.search-bar button {
  background: var(--gold);
  color: var(--white);
  border: none;
  padding: 12px 28px;
  border-radius: var(--radius-lg);
  font-weight: 600; font-size: .95rem;
  cursor: pointer;
  transition: all var(--transition);
  white-space: nowrap;
}
.search-bar button:hover { background: var(--ink); transform: translateY(-1px); }

.hero-stats { display: flex; gap: 40px; justify-content: center; }
.hero-stat { text-align: center; }
.hero-stat strong { display: block; font-size: 1.8rem; font-weight: 700; color: var(--gold-light); font-family: var(--font-display); }
.hero-stat span { font-size: .8rem; color: rgba(255,255,255,.55); text-transform: uppercase; letter-spacing: .08em; }

/* ---- SECTION HEADER ---- */
.section-header { text-align: center; margin-bottom: 48px; }
.section-header h2 { font-size: clamp(1.8rem, 4vw, 2.6rem); margin-bottom: 12px; }
.section-header p { color: var(--muted); max-width: 500px; margin: 0 auto; font-size: 1.05rem; }
.section-header .label {
  display: inline-block; color: var(--gold); font-size: .8rem;
  font-weight: 600; text-transform: uppercase; letter-spacing: .1em;
  margin-bottom: 10px;
}

/* ---- CATEGORY CARDS ---- */
.cat-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 16px; }
.cat-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px 20px 24px;
  text-align: center;
  transition: all var(--transition);
  cursor: pointer;
}
.cat-card:hover {
  border-color: var(--gold);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}
.cat-card-icon {
  font-size: 2.2rem; margin-bottom: 12px;
  line-height: 1;
}
.cat-card h3 { font-size: 1.05rem; font-weight: 600; color: var(--ink); margin-bottom: 4px; }
.cat-card .count { font-size: .82rem; color: var(--muted); }
.cat-card a { display: block; }
.cat-card a::after { content: ''; position: absolute; inset: 0; }
.cat-card { position: relative; }

/* ---- CITY PILLS ---- */
.city-pills { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.city-pill {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--white); border: 1px solid var(--border);
  color: var(--ink-soft); font-size: .9rem; font-weight: 500;
  padding: 10px 20px; border-radius: 100px;
  transition: all var(--transition);
  white-space: nowrap;
}
.city-pill:hover {
  border-color: var(--gold); color: var(--gold);
  background: var(--gold-pale); box-shadow: var(--shadow-sm);
}
.city-pill .badge {
  background: var(--gold-pale); color: var(--gold);
  font-size: .72rem; font-weight: 700;
  padding: 2px 8px; border-radius: 100px;
}

/* ---- PROVIDER CARD ---- */
.provider-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); gap: 24px; }
.provider-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all var(--transition);
  position: relative;
}
.provider-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); border-color: var(--border-soft); }
.provider-card--featured { border-color: var(--gold); }
.provider-card--featured::before {
  content: '★ Premium'; position: absolute;
  top: 16px; right: 16px; z-index: 2;
  background: var(--gold); color: var(--white);
  font-size: .72rem; font-weight: 700;
  padding: 4px 12px; border-radius: 100px;
  letter-spacing: .04em;
}
.provider-cover {
  width: 100%; height: 200px;
  object-fit: cover; background: var(--gold-pale);
  display: flex; align-items: center; justify-content: center;
  color: var(--muted); font-size: 3rem;
}
.provider-cover img { width: 100%; height: 200px; object-fit: cover; }
.provider-body { padding: 20px; }
.provider-meta {
  display: flex; gap: 8px; margin-bottom: 10px; flex-wrap: wrap;
}
.tag {
  background: var(--gold-pale); color: var(--gold);
  font-size: .75rem; font-weight: 600;
  padding: 3px 10px; border-radius: 100px;
  text-transform: uppercase; letter-spacing: .05em;
}
.tag--city { background: #EEF2FF; color: #4B5EAA; }
.provider-body h3 { font-size: 1.25rem; margin-bottom: 6px; }
.provider-body p { font-size: .88rem; color: var(--muted); line-height: 1.55; margin-bottom: 16px; }
.provider-foot {
  display: flex; gap: 10px; align-items: center;
  padding: 16px 20px;
  border-top: 1px solid var(--border-soft);
  background: var(--cream);
}
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 10px 20px; border-radius: 8px; font-weight: 600; font-size: .9rem; cursor: pointer; transition: all var(--transition); border: none; text-decoration: none; }
.btn--primary { background: var(--gold); color: var(--white); }
.btn--primary:hover { background: var(--ink); color: var(--white); transform: translateY(-1px); }
.btn--outline { background: transparent; border: 1.5px solid var(--border); color: var(--ink-soft); }
.btn--outline:hover { border-color: var(--gold); color: var(--gold); }
.btn--ghost { background: transparent; color: var(--muted); }
.btn--ghost:hover { color: var(--gold); }
.btn--sm { padding: 7px 14px; font-size: .82rem; }
.btn--lg { padding: 14px 32px; font-size: 1rem; border-radius: 10px; }
.btn--full { width: 100%; justify-content: center; }
.btn--dark { background: var(--ink); color: var(--white); }
.btn--dark:hover { background: #2D2420; }
.btn--whatsapp { background: #25D366; color: var(--white); }
.btn--whatsapp:hover { background: #1da851; }

/* ---- PRICING BLOCK ---- */
.pricing-card {
  background: var(--white);
  border: 2px solid var(--gold);
  border-radius: var(--radius-xl);
  padding: 48px 40px;
  text-align: center;
  box-shadow: var(--shadow-lg);
  position: relative;
  overflow: hidden;
}
.pricing-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light), var(--gold));
}
.pricing-badge {
  display: inline-block;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--white);
  font-size: .78rem; font-weight: 700;
  padding: 6px 20px; border-radius: 100px;
  letter-spacing: .08em; text-transform: uppercase;
  margin-bottom: 24px;
}
.pricing-old {
  font-size: 1.1rem; color: var(--muted);
  text-decoration: line-through;
  margin-bottom: 4px;
}
.pricing-new {
  font-family: var(--font-display);
  font-size: 4rem; font-weight: 700;
  color: var(--gold); line-height: 1;
  margin-bottom: 4px;
}
.pricing-new sub { font-size: 1.4rem; font-weight: 500; vertical-align: baseline; }
.pricing-period { color: var(--muted); font-size: .9rem; margin-bottom: 8px; }
.pricing-label {
  background: var(--gold-pale); color: var(--gold);
  font-size: .8rem; font-weight: 700;
  padding: 6px 16px; border-radius: 8px;
  display: inline-block; margin-bottom: 32px;
  letter-spacing: .04em;
}
.pricing-features { text-align: left; margin-bottom: 32px; }
.pricing-features li {
  display: flex; align-items: flex-start; gap: 10px;
  padding: 10px 0; border-bottom: 1px solid var(--border-soft);
  font-size: .95rem;
}
.pricing-features li:last-child { border-bottom: none; }
.pricing-features li::before { content: '✓'; color: var(--gold); font-weight: 700; flex-shrink: 0; margin-top: 2px; }
.pricing-scarcity {
  background: #FFF8F0; border: 1px solid #FDDCAA;
  border-radius: var(--radius-sm);
  padding: 12px 16px;
  font-size: .85rem; color: #8B5E0A;
  margin-top: 16px;
  display: flex; align-items: center; gap: 8px;
}
.pricing-scarcity::before { content: '⚠'; }

/* ---- FORMS ---- */
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-size: .88rem; font-weight: 600; color: var(--ink); margin-bottom: 6px; }
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 12px 16px;
  font-size: .95rem;
  color: var(--ink);
  outline: none;
  transition: border-color var(--transition);
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,149,74,.1); }
.form-group textarea { resize: vertical; min-height: 120px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-note { font-size: .82rem; color: var(--muted); margin-top: 6px; }
.alert { padding: 14px 18px; border-radius: var(--radius-sm); margin-bottom: 20px; font-size: .9rem; }
.alert--success { background: #EBF9F1; border: 1px solid #A8E6C3; color: #1E7A40; }
.alert--error { background: #FEF0EE; border: 1px solid #F5C1BB; color: #922B21; }

/* ---- BREADCRUMBS ---- */
.breadcrumbs {
  display: flex; align-items: center; gap: 6px;
  font-size: .83rem; color: var(--muted);
  padding: 16px 0;
  flex-wrap: wrap;
}
.breadcrumbs a { color: var(--muted); }
.breadcrumbs a:hover { color: var(--gold); }
.breadcrumbs .sep { color: var(--border); }
.breadcrumbs .current { color: var(--ink-soft); font-weight: 500; }

/* ---- PROVIDER PROFILE ---- */
.provider-profile-header {
  background: var(--white); border-bottom: 1px solid var(--border);
  padding: 40px 0;
}
.profile-cover {
  width: 100%; height: 320px;
  background: var(--gold-pale);
  border-radius: var(--radius-lg);
  overflow: hidden; margin-bottom: 24px;
  display: flex; align-items: center; justify-content: center;
}
.profile-cover img { width: 100%; height: 100%; object-fit: cover; }
.profile-meta { display: flex; gap: 24px; align-items: flex-start; }
.profile-logo {
  width: 90px; height: 90px; border-radius: var(--radius);
  border: 3px solid var(--white); box-shadow: var(--shadow);
  overflow: hidden; flex-shrink: 0;
  background: var(--cream); display: flex; align-items: center; justify-content: center;
  font-size: 2rem;
}
.profile-logo img { width: 100%; height: 100%; object-fit: cover; }
.profile-info h1 { font-size: 2rem; margin-bottom: 8px; }
.profile-tags { display: flex; gap: 8px; margin-bottom: 12px; flex-wrap: wrap; }
.profile-contact-bar { display: flex; gap: 10px; flex-wrap: wrap; }

/* Gallery */
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 12px; }
.gallery-item {
  border-radius: var(--radius-sm); overflow: hidden;
  aspect-ratio: 4/3; cursor: pointer;
  transition: transform var(--transition);
}
.gallery-item:hover { transform: scale(1.02); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; }

/* ---- BLOG CARDS ---- */
.blog-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 24px; }
.blog-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: all var(--transition);
}
.blog-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.blog-card-img {
  height: 180px;
  background: var(--gold-pale);
  overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  font-size: 3rem;
}
.blog-card-img img { width: 100%; height: 100%; object-fit: cover; }
.blog-card-body { padding: 20px; }
.blog-card-date { font-size: .78rem; color: var(--muted); margin-bottom: 8px; }
.blog-card h3 { font-size: 1.15rem; margin-bottom: 8px; }
.blog-card p { font-size: .88rem; color: var(--muted); line-height: 1.5; }
.blog-card a::after { content: ''; position: absolute; inset: 0; }
.blog-card { position: relative; }

/* ---- HOW IT WORKS ---- */
.how-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.how-card { text-align: center; padding: 32px 24px; }
.how-num {
  width: 56px; height: 56px;
  background: var(--gold); color: var(--white);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-size: 1.4rem; font-weight: 700;
  margin: 0 auto 20px;
}
.how-card h3 { font-size: 1.2rem; margin-bottom: 10px; }
.how-card p { font-size: .9rem; color: var(--muted); }

/* ---- FAQ ---- */
.faq-list { max-width: 720px; margin: 0 auto; }
.faq-item {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  margin-bottom: 12px;
  overflow: hidden;
}
.faq-q {
  padding: 18px 24px;
  font-weight: 600; font-size: 1rem;
  cursor: pointer;
  display: flex; justify-content: space-between; align-items: center;
  background: var(--white);
  transition: background var(--transition);
}
.faq-q:hover { background: var(--gold-pale); }
.faq-q::after { content: '+'; font-size: 1.4rem; color: var(--gold); font-weight: 300; transition: transform .3s; }
.faq-item.open .faq-q::after { transform: rotate(45deg); }
.faq-a {
  padding: 0 24px;
  max-height: 0; overflow: hidden;
  transition: max-height .35s ease, padding .35s ease;
  background: var(--cream);
  font-size: .93rem; color: var(--muted);
}
.faq-item.open .faq-a { max-height: 300px; padding: 16px 24px 20px; }

/* ---- INTERNAL LINKS ---- */
.internal-links { display: flex; flex-wrap: wrap; gap: 8px; }
.int-link {
  display: inline-block;
  background: var(--white); border: 1px solid var(--border);
  color: var(--ink-soft); font-size: .83rem;
  padding: 7px 14px; border-radius: 100px;
  transition: all var(--transition);
}
.int-link:hover { border-color: var(--gold); color: var(--gold); background: var(--gold-pale); }

/* ---- SIDEBAR ---- */
.layout-sidebar { display: grid; grid-template-columns: 1fr 340px; gap: 40px; align-items: start; }
.sidebar { position: sticky; top: 88px; }
.sidebar-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 28px;
  margin-bottom: 20px;
}
.sidebar-card h4 { font-size: 1.1rem; margin-bottom: 16px; padding-bottom: 12px; border-bottom: 1px solid var(--border); }

/* ---- CTA BANNER ---- */
.cta-banner {
  background: linear-gradient(135deg, var(--ink) 0%, #2D2420 100%);
  border-radius: var(--radius-xl);
  padding: 60px 48px;
  text-align: center; color: var(--white);
  position: relative; overflow: hidden;
}
.cta-banner::before {
  content: '';
  position: absolute; top: -50%; right: -10%;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(201,149,74,.2) 0%, transparent 70%);
  pointer-events: none;
}
.cta-banner h2 { color: var(--white); font-size: 2.2rem; margin-bottom: 16px; }
.cta-banner p { color: rgba(255,255,255,.7); margin-bottom: 32px; font-size: 1.05rem; }

/* ---- FOOTER ---- */
.site-footer {
  background: var(--ink);
  color: rgba(255,255,255,.7);
  padding: 64px 0 0;
}
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 48px; }
.footer-brand .site-logo { font-size: 1.5rem; }
.footer-brand p { margin-top: 12px; font-size: .88rem; max-width: 240px; line-height: 1.6; }
.footer-col h5 {
  color: var(--white); font-size: .88rem;
  font-weight: 600; letter-spacing: .06em;
  text-transform: uppercase; margin-bottom: 16px;
}
.footer-col ul { display: flex; flex-direction: column; gap: 8px; }
.footer-col a { color: rgba(255,255,255,.6); font-size: .88rem; transition: color var(--transition); }
.footer-col a:hover { color: var(--gold-light); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  padding: 20px 0;
  display: flex; justify-content: space-between; align-items: center;
  font-size: .8rem;
}

/* ---- ADMIN (basic public notice) ---- */
.admin-notice {
  background: var(--gold-pale);
  border-left: 3px solid var(--gold);
  padding: 12px 16px;
  font-size: .88rem;
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}

/* ---- EMPTY STATE ---- */
.empty-state {
  text-align: center; padding: 80px 24px;
  color: var(--muted);
}
.empty-state .icon { font-size: 3rem; margin-bottom: 16px; }
.empty-state h3 { font-size: 1.3rem; color: var(--ink); margin-bottom: 8px; }

/* ---- SOCIALS ---- */
.socials { display: flex; gap: 10px; }
.social-btn {
  width: 40px; height: 40px;
  border-radius: var(--radius-sm);
  background: var(--cream); border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem; transition: all var(--transition);
  color: var(--muted);
}
.social-btn:hover { background: var(--gold); border-color: var(--gold); color: var(--white); }

/* ---- PAGINATION ---- */
.pagination { display: flex; gap: 6px; justify-content: center; margin-top: 40px; }
.page-btn {
  width: 40px; height: 40px; border-radius: var(--radius-sm);
  display: flex; align-items: center; justify-content: center;
  background: var(--white); border: 1px solid var(--border);
  color: var(--ink-soft); font-size: .9rem; font-weight: 500;
  transition: all var(--transition); cursor: pointer; text-decoration: none;
}
.page-btn:hover, .page-btn.active { background: var(--gold); border-color: var(--gold); color: var(--white); }

/* ---- RESPONSIVE ---- */
@media (max-width: 900px) {
  .how-grid { grid-template-columns: 1fr; }
  .layout-sidebar { grid-template-columns: 1fr; }
  .sidebar { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .grid-4 { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .site-nav { display: none; position: absolute; top: 68px; left: 0; right: 0; background: var(--white); border-bottom: 1px solid var(--border); padding: 16px; flex-direction: column; box-shadow: var(--shadow-md); }
  .site-nav.open { display: flex; }
  .nav-toggle { display: flex; flex-direction: column; }
  .hero { padding: 64px 0 48px; }
  .search-bar { flex-direction: column; border-radius: var(--radius-lg); }
  .search-bar .sep { width: 100%; height: 1px; }
  .hero-stats { gap: 24px; }
  .grid-3 { grid-template-columns: 1fr 1fr; }
  .grid-2 { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .cta-banner { padding: 40px 24px; }
  .cta-banner h2 { font-size: 1.6rem; }
  .pricing-card { padding: 32px 24px; }
  .provider-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
  .profile-cover { height: 220px; }
}

@media (max-width: 480px) {
  .container { padding: 0 16px; }
  .section { padding: 56px 0; }
  .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .hero h1 { font-size: 2rem; }
  .hero-stats { flex-direction: column; gap: 16px; }
  .cat-grid { grid-template-columns: 1fr 1fr; }
}

/* ---- UTILS ---- */
.text-center { text-align: center; }
.text-gold { color: var(--gold); }
.mt-sm { margin-top: 8px; }
.mt { margin-top: 16px; }
.mt-lg { margin-top: 32px; }
.mt-xl { margin-top: 64px; }
.mb-sm { margin-bottom: 8px; }
.mb { margin-bottom: 16px; }
.mb-lg { margin-bottom: 32px; }
.divider { border: none; border-top: 1px solid var(--border); margin: 32px 0; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.prose { font-size: 1rem; line-height: 1.75; color: var(--ink-soft); }
.prose h2 { font-size: 1.6rem; margin: 32px 0 16px; }
.prose h3 { font-size: 1.3rem; margin: 24px 0 12px; }
.prose p { margin-bottom: 16px; }
.prose ul { list-style: disc; padding-left: 24px; margin-bottom: 16px; }
.prose ul li { margin-bottom: 6px; }
.prose a { color: var(--gold); text-decoration: underline; }
