@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=Inter:wght@300;400;500;600&display=swap');

/* ============================================================
   FUNERARE CERNICA — Premium CSS
   ============================================================ */

:root {
  --bg:          #080d18;
  --bg-card:     #0f1824;
  --bg-section:  #0c1320;
  --gold:        #c9a96e;
  --gold-light:  #e8d5b0;
  --gold-dark:   #9a7a4a;
  --text:        #f0f4f8;
  --text-muted:  #8b95a3;
  --text-dim:    #4a5568;
  --border:      rgba(201,169,110,0.18);
  --border-sub:  rgba(255,255,255,0.06);
  --shadow:      0 4px 24px rgba(0,0,0,0.45);
  --shadow-lg:   0 10px 48px rgba(0,0,0,0.55);
  --serif:       'Playfair Display', Georgia, serif;
  --sans:        'Inter', system-ui, sans-serif;
  --r:           8px;
  --t:           0.3s ease;
  --hh:          72px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--sans); background: var(--bg); color: var(--text);
  line-height: 1.65; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
picture { display: block; }
a { color: var(--gold); text-decoration: none; transition: color var(--t); }
a:hover { color: var(--gold-light); }
h1,h2,h3,h4,h5,h6 { font-family: var(--serif); line-height: 1.25; color: var(--text); }

/* ── Layout ── */
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.section    { padding: 88px 0; }
.section-sm { padding: 56px 0; }

/* ── Buttons ── */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 28px; border-radius: var(--r);
  font-family: var(--sans); font-size: 15px; font-weight: 600;
  cursor: pointer; transition: var(--t); border: none; line-height: 1; white-space: nowrap;
}
.btn-primary  { background: #1a2744; color: var(--gold); border: 1.5px solid var(--gold); }
.btn-primary:hover { background: var(--gold); color: var(--bg); transform: translateY(-2px); box-shadow: 0 6px 24px rgba(201,169,110,0.25); }
.btn-outline  { background: transparent; color: var(--text); border: 1.5px solid rgba(240,244,248,0.25); }
.btn-outline:hover { background: rgba(240,244,248,0.07); color: var(--text); transform: translateY(-2px); border-color: rgba(240,244,248,0.5); }
.btn-lg       { padding: 18px 36px; font-size: 17px; }

/* ── Section header ── */
.section-header { margin-bottom: 56px; }
.section-header.center { text-align: center; max-width: 680px; margin-left: auto; margin-right: auto; }
.section-label { display: inline-block; font-size: 11px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 3px; color: var(--gold); margin-bottom: 12px; }
.section-title { font-size: clamp(26px, 4vw, 40px); margin-bottom: 14px; }
.section-desc  { font-size: 17px; color: var(--text-muted); line-height: 1.75; }
.divider { width: 56px; height: 3px; background: var(--gold); margin: 14px 0 22px; }
.divider-c { margin-left: auto; margin-right: auto; }
.text-gold { color: var(--gold); }

/* ============================================================
   ANNOUNCEMENT BAR
   ============================================================ */
.ann-bar {
  background: var(--gold);
  color: var(--bg);
  text-align: center;
  padding: 10px 24px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  position: relative;
  z-index: 1001;
}
.ann-bar a { color: var(--bg); font-weight: 700; }
.ann-sep   { margin: 0 10px; opacity: 0.45; }

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(8,13,24,0.97);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border-sub);
  height: var(--hh);
  display: flex; align-items: center;
  transition: box-shadow var(--t);
}
.site-header.scrolled { box-shadow: 0 4px 28px rgba(0,0,0,0.5); }
.site-header > .container { width: 100%; }

.header-inner { display: flex; align-items: center; justify-content: space-between; width: 100%; }
.mob-header-title { display: none; }

.logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.logo-img { height: 42px; width: auto; object-fit: contain; flex-shrink: 0; }
.logo-name    { font-family: var(--serif); font-size: 19px; font-weight: 700; color: var(--text); display: block; }
.logo-sub     { font-size: 10px; color: var(--gold); letter-spacing: 2.5px; text-transform: uppercase; margin-top: 2px; display: block; }

.nav { display: flex; align-items: center; gap: 4px; }
.nav-link { font-size: 14px; font-weight: 500; color: var(--text-muted); padding: 8px 14px; border-radius: 5px; transition: var(--t); }
.nav-link:hover, .nav-link.active { color: var(--text); background: rgba(201,169,110,0.1); }
.nav-cta { margin-left: 8px; padding: 9px 20px; background: var(--gold); color: var(--bg); border-radius: var(--r); font-size: 14px; font-weight: 600; transition: var(--t); }
.nav-cta:hover { background: var(--gold-light); color: var(--bg); }

.menu-btn { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; background: none; border: none; }
.menu-btn span { display: block; width: 24px; height: 2px; background: var(--text); border-radius: 2px; transition: var(--t); }
.menu-btn.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-btn.open span:nth-child(2) { opacity: 0; }
.menu-btn.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative; min-height: calc(100vh - var(--hh) - 44px);
  display: flex; align-items: center; overflow: hidden;
  background:
    linear-gradient(135deg, rgba(4,8,16,0.97) 0%, rgba(8,14,28,0.88) 55%, rgba(12,20,40,0.80) 100%),
    url('../img/hero-bg.jpg') center/cover no-repeat;
  background-color: var(--bg);
}
.hero::after {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 70% 50%, rgba(201,169,110,0.07) 0%, transparent 65%);
}
.hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 420px; gap: 64px; align-items: center; }

.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(201,169,110,0.1); border: 1px solid rgba(201,169,110,0.3);
  border-radius: 100px; padding: 8px 18px; font-size: 13px;
  color: var(--gold); letter-spacing: 1px; font-weight: 500; margin-bottom: 24px;
}
.hero-title { font-size: clamp(34px, 5.5vw, 62px); font-weight: 700; line-height: 1.1; margin-bottom: 22px; }
.hero-title em { color: var(--gold); font-style: normal; display: block; }
.hero-desc { font-size: clamp(15px, 1.8vw, 18px); color: var(--text-muted); margin-bottom: 40px; line-height: 1.75; max-width: 540px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 48px; }

.hero-phone {
  display: flex; align-items: center; gap: 14px;
  padding: 16px 22px; background: rgba(201,169,110,0.05);
  border: 1px solid var(--border); border-radius: var(--r);
}
.hero-phone-icon { width: 40px; height: 40px; background: var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.hero-phone-icon svg { width: 18px; height: 18px; fill: var(--bg); }
.hero-phone-label  { font-size: 11px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 1px; }
.hero-phone-number { font-family: var(--serif); font-size: 22px; font-weight: 700; color: var(--gold); }

.hero-stats { display: flex; gap: 36px; padding-top: 36px; border-top: 1px solid var(--border-sub); }
.stat-num   { font-family: var(--serif); font-size: 30px; font-weight: 700; color: var(--gold); }
.stat-lbl   { font-size: 12px; color: var(--text-muted); margin-top: 3px; }

/* Hero decorative cross SVG */
.hero-deco { opacity: 0.06; pointer-events: none; }

/* ============================================================
   USP BAR
   ============================================================ */
.usp-bar { background: var(--bg-section); border-top: 1px solid var(--border-sub); border-bottom: 1px solid var(--border-sub); padding: 36px 0; }
.usp-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.usp-item { display: flex; align-items: center; gap: 16px; padding: 8px 32px; }
.usp-item:not(:last-child) { border-right: 1px solid var(--border-sub); }
.usp-icon { width: 48px; height: 48px; background: rgba(201,169,110,0.1); border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.usp-icon svg { width: 24px; height: 24px; stroke: var(--gold); fill: none; stroke-width: 1.5; }
.usp-title { font-family: var(--serif); font-size: 17px; font-weight: 600; margin-bottom: 3px; }
.usp-desc  { font-size: 13px; color: var(--text-muted); }

/* ============================================================
   SERVICES
   ============================================================ */
.services-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px,1fr)); gap: 22px; }
.srv-card {
  background: var(--bg-card); border: 1px solid var(--border-sub);
  border-radius: 12px; padding: 32px; transition: var(--t);
  position: relative; overflow: hidden;
}
.srv-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--gold); transform: scaleX(0); transition: transform var(--t); transform-origin: left; }
.srv-card:hover { border-color: rgba(201,169,110,0.4); transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.srv-card:hover::before { transform: scaleX(1); }
.srv-icon { width: 54px; height: 54px; background: rgba(201,169,110,0.1); border-radius: 11px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.srv-icon svg { width: 26px; height: 26px; stroke: var(--gold); fill: none; stroke-width: 1.5; }
.srv-title { font-size: 20px; font-weight: 600; margin-bottom: 10px; }
.srv-desc  { font-size: 14px; color: var(--text-muted); line-height: 1.7; margin-bottom: 18px; }
.srv-link  { font-size: 13px; font-weight: 600; color: var(--gold); display: inline-flex; align-items: center; gap: 6px; transition: gap var(--t); }
.srv-link:hover { gap: 10px; color: var(--gold-light); }

/* ============================================================
   ZONES
   ============================================================ */
.zones { background: var(--bg-section); }
.zones-grid { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 36px; }
.zone-tag { background: var(--bg-card); border: 1px solid var(--border-sub); border-radius: 100px; padding: 7px 18px; font-size: 13px; color: var(--text-muted); transition: var(--t); }
.zone-tag:hover { border-color: var(--gold); color: var(--gold); background: rgba(201,169,110,0.06); }
.zone-tag.prim { background: rgba(201,169,110,0.1); border-color: var(--gold); color: var(--gold); font-weight: 600; }

/* ============================================================
   ABOUT
   ============================================================ */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about-img-wrap { position: relative; }
.about-img {
  border-radius: 12px; overflow: hidden; aspect-ratio: 4/5;
  background: var(--bg-card); border: 1px solid var(--border-sub);
}
.about-img img { width: 100%; height: 100%; object-fit: cover; }
.about-badge {
  position: absolute; bottom: -20px; right: -20px;
  background: var(--gold); color: var(--bg);
  padding: 18px 22px; border-radius: 10px; text-align: center; box-shadow: var(--shadow);
}
.about-badge-num  { font-family: var(--serif); font-size: 34px; font-weight: 700; display: block; line-height: 1; }
.about-badge-lbl  { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; margin-top: 4px; }
.about-features   { display: flex; flex-direction: column; gap: 18px; margin: 28px 0; }
.about-feat       { display: flex; gap: 14px; align-items: flex-start; }
.about-feat-icon  { width: 38px; height: 38px; background: rgba(201,169,110,0.1); border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.about-feat-icon svg { width: 18px; height: 18px; stroke: var(--gold); fill: none; stroke-width: 2; }
.about-feat-title { font-size: 15px; font-weight: 600; font-family: var(--sans); margin-bottom: 3px; }
.about-feat-desc  { font-size: 13px; color: var(--text-muted); }
.cert-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.cert-badge { background: rgba(201,169,110,0.07); border: 1px solid var(--border-sub); border-radius: 5px; padding: 5px 12px; font-size: 11px; font-weight: 600; color: var(--text-muted); letter-spacing: 0.5px; }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testimonials { background: var(--bg-section); }
.testi-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px,1fr)); gap: 20px; }
.testi-card { background: var(--bg-card); border: 1px solid var(--border-sub); border-radius: 12px; padding: 28px; }
.stars { display: flex; gap: 3px; margin-bottom: 14px; color: var(--gold); font-size: 15px; }
.testi-text { font-size: 14px; color: var(--text-muted); line-height: 1.75; font-style: italic; margin-bottom: 22px; }
.testi-author { display: flex; align-items: center; gap: 12px; }
.testi-ava { width: 42px; height: 42px; background: rgba(201,169,110,0.18); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--serif); font-weight: 700; color: var(--gold); font-size: 15px; flex-shrink: 0; }
.testi-name { font-weight: 600; font-size: 14px; }
.testi-loc  { font-size: 12px; color: var(--text-muted); }

/* ============================================================
   BLOG
   ============================================================ */
.blog-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px,1fr)); gap: 22px; }
.blog-card  { background: var(--bg-card); border: 1px solid var(--border-sub); border-radius: 12px; overflow: hidden; transition: var(--t); }
.blog-card:hover { border-color: rgba(201,169,110,0.3); transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.blog-card-img { aspect-ratio: 16/9; background: var(--bg-section); overflow: hidden; }
.blog-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.blog-card:hover .blog-card-img img { transform: scale(1.05); }
.blog-card-body { padding: 22px; }
.blog-cat   { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; color: var(--gold); margin-bottom: 8px; }
.blog-title { font-size: 18px; font-weight: 600; margin-bottom: 10px; color: var(--text); line-height: 1.4; }
.blog-desc  { font-size: 13px; color: var(--text-muted); line-height: 1.65; margin-bottom: 16px; }
.blog-meta  { font-size: 12px; color: var(--text-dim); display: flex; justify-content: space-between; }

/* ============================================================
   CTA SECTION
   ============================================================ */
.cta-section {
  background: linear-gradient(135deg, #0d1830 0%, #111827 100%);
  border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
  text-align: center; padding: 88px 0; position: relative; overflow: hidden;
}
.cta-section::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at center, rgba(201,169,110,0.07) 0%, transparent 68%); }
.cta-section .container { position: relative; z-index: 1; }
.cta-title  { font-size: clamp(26px, 3.5vw, 40px); margin-bottom: 14px; }
.cta-desc   { font-size: 17px; color: var(--text-muted); margin-bottom: 36px; max-width: 520px; margin-left: auto; margin-right: auto; }
.cta-btns   { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: #05080f; border-top: 1px solid var(--border-sub); padding: 64px 0 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr 1fr; gap: 32px; padding-bottom: 48px; }
.footer-brand-name  { font-family: var(--serif); font-size: 21px; color: var(--text); margin-bottom: 3px; }
.footer-brand-sub   { font-size: 10px; color: var(--gold); letter-spacing: 2px; text-transform: uppercase; margin-bottom: 14px; }
.footer-brand-desc  { font-size: 13px; color: var(--text-muted); line-height: 1.7; margin-bottom: 22px; }
.footer-col-title   { font-family: var(--serif); font-size: 15px; font-weight: 600; margin-bottom: 18px; }
.footer-links       { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.footer-links a     { font-size: 13px; color: var(--text-muted); transition: color var(--t); }
.footer-links a:hover { color: var(--gold); }
.footer-ci          { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 14px; }
.footer-ci-icon     { width: 34px; height: 34px; background: rgba(201,169,110,0.1); border-radius: 7px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.footer-ci-icon svg { width: 15px; height: 15px; stroke: var(--gold); fill: none; stroke-width: 2; }
.footer-ci-lbl      { font-size: 10px; text-transform: uppercase; letter-spacing: 1px; color: var(--text-dim); margin-bottom: 2px; }
.footer-ci-val      { font-size: 13px; color: var(--text-muted); }
.footer-ci-val a    { color: var(--text-muted); }
.footer-ci-val a:hover { color: var(--gold); }
.footer-bottom {
  border-top: 1px solid var(--border-sub); padding: 24px 0;
  display: flex; flex-direction: column; align-items: center; gap: 14px; text-align: center;
}
.footer-copy    { font-size: 12px; color: var(--text-dim); }
.footer-legal   { display: flex; gap: 22px; flex-wrap: wrap; justify-content: center; }
.footer-legal a { font-size: 12px; color: var(--text-dim); transition: color var(--t); }
.footer-legal a:hover { color: var(--gold); }
.footer-firm {
  font-size: 0.75rem;
  color: var(--text-muted);
  text-align: center;
  letter-spacing: 0.02em;
}
.footer-anpc {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.footer-anpc img {
  height: 40px;
  width: auto;
  opacity: 0.85;
  transition: opacity 0.2s;
}
.footer-anpc img:hover { opacity: 1; }

/* ============================================================
   MOBILE STICKY BOTTOM BAR
   ============================================================ */
.mobile-bar {
  display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 999;
  background: #05080f; border-top: 1px solid var(--border);
  padding: 8px 12px;
  padding-bottom: calc(8px + env(safe-area-inset-bottom));
}
.mobile-bar-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 4px; width: 100%; }
.mb-btn {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  width: 100%; padding: 12px 4px; border-radius: 6px; transition: var(--t);
  border: 1px solid transparent; cursor: pointer;
  font-family: var(--sans); text-decoration: none; box-sizing: border-box;
}
.mb-btn svg   { display: none; width: 22px; height: 22px; flex-shrink: 0; }
.mb-btn-lbl   { font-size: 11px; font-weight: 700; letter-spacing: 0.2px; line-height: 1.2; white-space: nowrap; display: block; }
.mb-btn.call  { background: #152238; border-color: var(--gold); }
.mb-btn.call .mb-btn-lbl { color: var(--gold); }
.mb-btn.wa    { background: #0c5c46; border-color: #25d366; }
.mb-btn.wa svg   { display: block; fill: #25d366; }
.mb-btn.wa .mb-btn-lbl { color: #25d366; }
.mb-btn.go   { background: rgba(201,169,110,0.1); border-color: var(--gold); border-width: 2px; }
.mb-btn.go .mb-btn-lbl { color: var(--gold); font-weight: 800; }
.mb-btn:active { opacity: 0.8; }

/* ============================================================
   PAGE HERO (inner pages)
   ============================================================ */
.page-hero {
  background: linear-gradient(135deg, #040a14 0%, #090f1e 100%);
  border-bottom: 1px solid var(--border-sub);
  padding: 60px 0; text-align: center; position: relative;
}
.page-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at center, rgba(201,169,110,0.06) 0%, transparent 68%); }
.page-hero .container { position: relative; z-index: 1; }
.breadcrumb { display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 13px; color: var(--text-muted); margin-bottom: 18px; }
.breadcrumb a { color: var(--text-muted); }
.breadcrumb a:hover { color: var(--gold); }
.bc-sep { color: var(--text-dim); }
.page-title { font-size: clamp(28px, 4.5vw, 48px); margin-bottom: 14px; }
.page-desc  { font-size: 17px; color: var(--text-muted); max-width: 580px; margin: 0 auto; }

/* ============================================================
   SERVICE DETAIL PAGE
   ============================================================ */
.srv-detail-grid { display: grid; grid-template-columns: 1fr 320px; gap: 48px; align-items: start; }
.srv-detail-content h2 { font-size: 26px; margin: 36px 0 14px; color: var(--gold); }
.srv-detail-content h2:first-child { margin-top: 0; }
.srv-detail-content h3 { font-size: 20px; margin: 26px 0 12px; }
.srv-detail-content p  { font-size: 15px; color: var(--text-muted); line-height: 1.8; margin-bottom: 14px; }
.srv-detail-content ul { list-style: none; margin: 12px 0 22px; }
.srv-detail-content ul li { padding: 8px 0 8px 26px; font-size: 14px; color: var(--text-muted); position: relative; border-bottom: 1px solid var(--border-sub); }
.srv-detail-content ul li::before { content: '✓'; position: absolute; left: 0; color: var(--gold); font-weight: 700; }
.locality-pills { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0 24px; }
.loc-pill { background: rgba(201,169,110,0.07); border: 1px solid rgba(201,169,110,0.2); border-radius: 100px; padding: 5px 13px; font-size: 12px; color: var(--text-muted); }

.srv-sidebar { position: sticky; top: calc(var(--hh) + 24px); }
.side-card   { background: var(--bg-card); border: 1px solid var(--border-sub); border-radius: 12px; padding: 22px; margin-bottom: 14px; }
.side-card h4 { font-size: 15px; margin-bottom: 14px; padding-bottom: 10px; border-bottom: 1px solid var(--border-sub); }
.side-srv-link { display: flex; align-items: center; gap: 10px; padding: 9px 0; border-bottom: 1px solid var(--border-sub); font-size: 13px; color: var(--text-muted); transition: color var(--t); }
.side-srv-link:hover { color: var(--gold); }
.side-srv-link:last-child { border-bottom: none; }
.side-phone { display: block; text-align: center; background: var(--gold); color: var(--bg); padding: 14px; border-radius: var(--r); font-weight: 700; font-size: 19px; margin: 14px 0 8px; letter-spacing: 1px; transition: var(--t); }
.side-phone:hover { background: var(--gold-light); color: var(--bg); }

/* ============================================================
   BLOG LISTING
   ============================================================ */
.blog-page-grid { display: grid; grid-template-columns: 1fr 280px; gap: 48px; align-items: start; }
.blog-list      { display: flex; flex-direction: column; gap: 28px; }
.blog-post-card {
  display: grid; grid-template-columns: 260px 1fr; gap: 0;
  background: var(--bg-card); border: 1px solid var(--border-sub); border-radius: 12px; overflow: hidden; transition: var(--t);
}
.blog-post-card:hover { border-color: rgba(201,169,110,0.3); box-shadow: var(--shadow); }
.bpc-img { aspect-ratio: 4/3; background: var(--bg-section); overflow: hidden; }
.bpc-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.blog-post-card:hover .bpc-img img { transform: scale(1.04); }
.bpc-body { padding: 24px; display: flex; flex-direction: column; }
.bpc-cat  { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; color: var(--gold); margin-bottom: 8px; }
.bpc-title { font-size: 20px; font-weight: 600; margin-bottom: 10px; line-height: 1.35; }
.bpc-title a { color: var(--text); }
.bpc-title a:hover { color: var(--gold); }
.bpc-excerpt { font-size: 13px; color: var(--text-muted); line-height: 1.7; flex: 1; margin-bottom: 16px; }
.bpc-meta { font-size: 12px; color: var(--text-dim); display: flex; gap: 14px; }

/* ============================================================
   ARTICLE PAGE
   ============================================================ */
.article-grid { display: grid; grid-template-columns: 1fr 280px; gap: 48px; padding: 60px 0; align-items: start; }
.article-hdr  { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border-sub); }
.art-cat  { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; color: var(--gold); margin-bottom: 14px; }
.art-title { font-size: clamp(24px, 4vw, 38px); margin-bottom: 14px; }
.art-meta  { font-size: 13px; color: var(--text-muted); display: flex; gap: 22px; }
.art-feat-img { border-radius: 12px; overflow: hidden; margin-bottom: 36px; aspect-ratio: 16/9; background: var(--bg-card); border: 1px solid var(--border-sub); }
.art-feat-img img { width: 100%; height: 100%; object-fit: cover; }
.article-body h2 { font-size: 24px; margin: 36px 0 14px; }
.article-body h3 { font-size: 19px; margin: 28px 0 10px; }
.article-body p  { font-size: 15px; color: var(--text-muted); line-height: 1.85; margin-bottom: 18px; }
.article-body ul, .article-body ol { margin: 14px 0 22px 24px; }
.article-body li { font-size: 15px; color: var(--text-muted); line-height: 1.7; margin-bottom: 7px; }
.callout { background: rgba(201,169,110,0.07); border-left: 3px solid var(--gold); border-radius: 0 8px 8px 0; padding: 18px 22px; margin: 28px 0; }
.callout p { margin-bottom: 0 !important; font-size: 15px !important; }
.art-cta  { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 28px; text-align: center; margin-top: 40px; }
.art-cta h3 { margin-bottom: 10px; }
.art-cta p  { font-size: 14px; color: var(--text-muted); margin-bottom: 20px; }

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; padding: 80px 0; align-items: start; }
.contact-info h2 { font-size: 34px; margin-bottom: 14px; }
.contact-info > p { font-size: 15px; color: var(--text-muted); line-height: 1.7; margin-bottom: 36px; }
.contact-items { display: flex; flex-direction: column; gap: 22px; }
.ci { display: flex; gap: 16px; align-items: flex-start; }
.ci-icon { width: 46px; height: 46px; background: rgba(201,169,110,0.1); border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ci-icon svg { width: 20px; height: 20px; stroke: var(--gold); fill: none; stroke-width: 1.5; }
.ci-lbl { font-size: 11px; text-transform: uppercase; letter-spacing: 1.5px; color: var(--text-dim); margin-bottom: 4px; }
.ci-val { font-size: 17px; font-weight: 600; color: var(--text); }
.ci-val a { color: var(--text); }
.ci-val a:hover { color: var(--gold); }
.map-embed { border-radius: 12px; overflow: hidden; border: 1px solid var(--border-sub); aspect-ratio: 4/3; }
.map-embed iframe { width: 100%; height: 100%; border: none; filter: grayscale(20%) brightness(0.85); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hero-inner  { grid-template-columns: 1fr; }
  .hero-deco   { display: none; }
  .about-grid  { gap: 48px; }
  .blog-page-grid, .article-grid { grid-template-columns: 1fr; }
  .srv-detail-grid { grid-template-columns: 1fr; }
  .srv-sidebar { position: static; }
}

@media (max-width: 768px) {
  .section { padding: 60px 0; }

  /* ── Scoate backdrop-filter pe mobil — fix pentru position:fixed pe nav ── */
  .site-header { backdrop-filter: none; -webkit-backdrop-filter: none; }

  /* ── Header mobil: logo stânga | titlu centrat | hamburger dreapta ── */
  .header-inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-template-areas: "logo title menu";
    align-items: center;
    width: 100%;
  }
  .header-inner > .logo             { grid-area: logo; gap: 0; }
  .header-inner > .mob-header-title { grid-area: title; }
  .header-inner > .menu-btn         { grid-area: menu; }

  .logo-text-block { display: none; }
  .mob-header-title {
    display: block; text-align: center;
    font-family: var(--serif); font-size: 15px; font-weight: 700; color: var(--text);
    white-space: nowrap; pointer-events: none;
  }
  .menu-btn { display: flex; }

  /* ── Nav mobil: position fixed față de viewport (backdrop-filter eliminat) ── */
  .nav {
    position: fixed;
    top: var(--hh); left: 0; right: 0;
    height: calc(100vh - var(--hh));
    background: #0a0f1e;
    display: flex; flex-direction: column; align-items: flex-start;
    padding: 24px 20px 40px;
    gap: 0;
    transform: translateX(-100%);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
    z-index: 1100;
    box-shadow: none;
    overflow-y: auto;
  }
  .nav.open { transform: translateX(0); box-shadow: 4px 0 32px rgba(0,0,0,0.9); }
  .nav-link { width: 100%; padding: 14px 16px; font-size: 16px; border-bottom: 1px solid var(--border-sub); border-radius: 0; }
  .nav-cta  { display: none; }

  /* Hero mobile */
  .hero-inner { text-align: center; }
  .hero-desc { max-width: 100%; }
  .hero-badge { justify-content: center; }
  .hero-actions { justify-content: center; }
  .hero-stats { justify-content: center; }
  .hero-actions-hide-mob { display: none; }
  .hero-phone { display: none; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; justify-content: center; }
  .hero-stats { flex-wrap: wrap; gap: 22px; }

  /* USP */
  .usp-grid { grid-template-columns: 1fr; }
  .usp-item:not(:last-child) { border-right: none; border-bottom: 1px solid var(--border-sub); padding-bottom: 22px; }

  /* About */
  .about-grid { grid-template-columns: 1fr; }
  .about-badge { position: static; display: inline-block; margin-top: 14px; }

  /* Contact */
  .contact-grid { grid-template-columns: 1fr; padding: 60px 0; }

  /* Footer mobil:
     rând 1 — Brand (full width)
     rând 2 — Navigare | Servicii (2 col)
     rând 3 — Contact (full width)
     rând 4 — Legal (full width, links pe 2 col intern) */
  .footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px 20px;
  }
  .footer-grid > div:nth-child(1) { grid-column: 1 / -1; }
  .footer-grid > div:nth-child(4) { grid-column: 1 / -1; }
  .footer-grid > div:nth-child(5) { grid-column: 1 / -1; }
  .footer-grid > div:nth-child(5) .footer-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px 16px;
  }
  .footer-bottom { flex-direction: column; text-align: center; }

  /* Blog post card */
  .blog-post-card { grid-template-columns: 1fr; }
  .bpc-body { padding: 20px; }

  /* Mobile bar */
  .mobile-bar { display: block; }
  body { padding-bottom: 76px; }

  /* Ann bar simplify */
  .ann-hide-mob { display: none; }
}

@media (max-width: 480px) {
  .container { padding: 0 16px; }
  .services-grid, .blog-grid, .testi-grid { grid-template-columns: 1fr; }
  .hero-content { padding: 48px 0; }
}
