/* ============================================
   Casa Funerară Găină Cosmin — Turnu Măgurele, Teleorman
   Stylesheet partajat (champagne + warm black + ivoriu)
   ============================================ */

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

:root {
  /* Warm dark backgrounds */
  --black: #0f0c0a;
  --dark: #1a1512;
  --dark-alt: #231c17;
  --dark-hover: #2d241e;

  /* Champagne / warm gold — împrumut din logo/cover */
  --gold: #d4b87c;
  --gold-light: #e8d5a5;
  --gold-dark: #a68f5e;
  --accent-rgb: 212, 184, 124;

  /* Accent empatic warm */
  --bronze: #8b5a3c;
  --bronze-light: #a97550;
  --bronze-dark: #6b422a;

  /* Ivoriu cream (text cald) */
  --white: #f5ede0;
  --white-muted: #d4c7b0;
  --gray: #8a8079;
  --ivory: #f5ede0;

  /* Action */
  --green: #25d366;
  --green-dark: #1ebe5c;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', sans-serif;
  background-color: var(--black);
  color: var(--white);
  line-height: 1.7;
  overflow-x: hidden;
}

a { color: var(--gold-light); }
img { max-width: 100%; height: auto; display: block; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }

/* Phone links never break — single line always */
a[href^="tel:"] { white-space: nowrap; }

.gold-line {
  width: 80px; height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  margin: 1.5rem auto;
}

/* ── Top contact bar (single row always) ── */
.topbar {
  background: var(--black);
  border-bottom: 1px solid rgba(212, 184, 124, 0.15);
  font-size: clamp(0.68rem, 1.8vw, 0.85rem);
  padding: 0.45rem 0.8rem;
  overflow: hidden;
}
.topbar-inner {
  max-width: 1200px; margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.5rem;
  white-space: nowrap;
}
.topbar-inner > div {
  display: flex; flex-wrap: nowrap; gap: 0.3rem 0.8rem;
  min-width: 0; overflow: hidden;
}
.topbar a {
  color: var(--gold-light); text-decoration: none;
  margin-right: 0;
  white-space: nowrap;
}
.topbar a:hover { color: var(--white); }
.topbar .badge {
  color: var(--gold); border: 1px solid var(--gold-dark);
  padding: 0.1rem 0.55rem; border-radius: 2px;
  font-size: clamp(0.6rem, 1.5vw, 0.75rem);
  letter-spacing: 1.5px; text-transform: uppercase;
  flex-shrink: 0;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .topbar { padding: 0.4rem 0.6rem; }
  .topbar-inner > div { gap: 0.2rem 0.5rem; }
  /* Ascunde al 2-lea telefon/link pe foarte mic ca să încapă badge-ul */
  .topbar-inner > div > :nth-child(2) { display: none; }
}

/* ── Header ── */
.site-header {
  background: linear-gradient(180deg, var(--dark) 0%, var(--black) 100%);
  border-bottom: 1px solid rgba(212, 184, 124, 0.15);
  padding: 1.2rem 1.5rem;
  position: sticky; top: 0; z-index: 100;
  backdrop-filter: blur(8px);
}
.header-inner {
  max-width: 1200px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  gap: 2rem;
}
.brand {
  display: flex; align-items: center; gap: 0.8rem;
  text-decoration: none;
}
.brand img { width: 64px; height: auto; }
.brand-text {
  display: flex; flex-direction: column; line-height: 1.1;
}
.brand-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem; color: var(--gold);
  letter-spacing: 3px; text-transform: uppercase;
  font-weight: 700;
}
.brand-sub {
  font-size: 0.7rem; color: var(--white-muted);
  letter-spacing: 3px; text-transform: uppercase;
  margin-top: 0.2rem;
}

/* ── Nav ── */
.nav-toggle {
  display: none; background: none; border: 0;
  color: var(--gold); cursor: pointer; padding: 0.4rem;
}
.nav-toggle svg { width: 28px; height: 28px; }

.main-nav ul {
  display: flex; gap: 1.4rem; list-style: none; align-items: center;
  flex-wrap: nowrap; white-space: nowrap;
}
.main-nav a {
  color: var(--white); text-decoration: none;
  font-size: 0.82rem; font-weight: 500;
  letter-spacing: 0.5px; text-transform: uppercase;
  padding: 0.5rem 0;
  border-bottom: 2px solid transparent;
  transition: color 0.25s, border-color 0.25s;
  white-space: nowrap;
}
.main-nav a:hover,
.main-nav a.active {
  color: var(--gold); border-bottom-color: var(--gold);
}
.nav-cta {
  background: var(--gold-dark); color: var(--black) !important;
  padding: 0.6rem 1.2rem !important;
  border-radius: 3px; border-bottom: 0 !important;
  font-weight: 600 !important; letter-spacing: 1.5px !important;
  transition: background 0.25s !important;
}
.nav-cta:hover {
  background: var(--gold) !important; color: var(--black) !important;
}

/* ── Page hero (small, internal pages) ── */
.page-hero {
  text-align: center;
  padding: 3.5rem 1.5rem 2.5rem;
  background: radial-gradient(ellipse at center, rgba(212, 184, 124, 0.05) 0%, transparent 70%);
  border-bottom: 1px solid rgba(212, 184, 124, 0.08);
}
.page-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.4rem; color: var(--gold);
  font-weight: 600; letter-spacing: 3px;
  text-transform: uppercase;
}
.page-hero p {
  max-width: 720px; margin: 1.2rem auto 0;
  color: var(--white-muted); font-weight: 300;
  font-size: 1.05rem;
}
.breadcrumb {
  font-size: 0.8rem; color: var(--gray);
  letter-spacing: 1px; margin-bottom: 1rem;
}
.breadcrumb a { color: var(--gold-dark); text-decoration: none; }
.breadcrumb a:hover { color: var(--gold-light); }

/* ── Big homepage hero ── */
.hero {
  text-align: center;
  padding: 4.5rem 1.5rem 4rem;
  background: radial-gradient(ellipse at center, rgba(212, 184, 124, 0.06) 0%, transparent 70%);
}
.hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.6rem; color: var(--gold);
  font-weight: 700; letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.hero .lede {
  max-width: 720px; margin: 1rem auto 2rem;
  font-size: 1.1rem; color: var(--white-muted);
  line-height: 1.9; font-weight: 300;
}
.hero-ctas {
  display: flex; gap: 1rem; justify-content: center;
  flex-wrap: wrap; margin-top: 2rem;
}
/* ── Butoane rotunde metalice (pill-shaped) ── */
.btn {
  display: inline-flex; align-items: center; gap: 0.6rem;
  padding: 0.9rem 2rem;
  border-radius: 999px;
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-size: 0.85rem; font-weight: 600;
  letter-spacing: 1.5px; text-transform: uppercase;
  transition: transform 0.25s ease, box-shadow 0.3s ease, filter 0.3s;
  border: 1px solid transparent;
  cursor: pointer;
  white-space: nowrap;
  position: relative;
}
.btn svg { width: 18px; height: 18px; }

/* Primary — champagne metalic */
.btn-primary {
  color: #2a2014;
  text-shadow: 0 1px 0 rgba(255, 240, 200, 0.4);
  background:
    linear-gradient(180deg,
      #f2ddb0 0%,
      #d4b87c 45%,
      #a68f5e 80%,
      #7a6641 100%);
  border: 1px solid #5a4a30;
  box-shadow:
    inset 0 1px 0 rgba(255, 245, 215, 0.55),
    inset 0 -1px 0 rgba(0, 0, 0, 0.25),
    inset 0 0 0 1px rgba(255, 235, 200, 0.08),
    0 3px 8px rgba(0, 0, 0, 0.4),
    0 6px 18px rgba(212, 184, 124, 0.15);
}
.btn-primary:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
  box-shadow:
    inset 0 1px 0 rgba(255, 245, 215, 0.65),
    inset 0 -1px 0 rgba(0, 0, 0, 0.25),
    0 5px 14px rgba(0, 0, 0, 0.45),
    0 10px 28px rgba(212, 184, 124, 0.2);
}
.btn-primary:active { transform: translateY(0); }

/* Outline — argintiu metalic transparent */
.btn-outline {
  color: var(--gold-light);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  background:
    linear-gradient(180deg,
      rgba(232, 213, 165, 0.06) 0%,
      rgba(212, 184, 124, 0.02) 100%);
  border: 1px solid var(--gold);
  box-shadow:
    inset 0 1px 0 rgba(255, 245, 215, 0.12),
    0 3px 8px rgba(0, 0, 0, 0.3);
}
.btn-outline:hover {
  background:
    linear-gradient(180deg,
      #f2ddb0 0%,
      #d4b87c 50%,
      #a68f5e 100%);
  color: #2a2014;
  text-shadow: 0 1px 0 rgba(255, 240, 200, 0.4);
  transform: translateY(-2px);
}

/* WhatsApp — verde metalic */
.btn-whatsapp {
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
  background:
    linear-gradient(180deg,
      #4be087 0%,
      #25d366 45%,
      #1ebe5c 80%,
      #15914a 100%);
  border: 1px solid #0e6e38;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.4),
    inset 0 -1px 0 rgba(0, 0, 0, 0.25),
    0 3px 8px rgba(0, 0, 0, 0.35),
    0 6px 16px rgba(37, 211, 102, 0.2);
}
.btn-whatsapp:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
}

/* ── Section base ── */
.section {
  padding: 4rem 1.5rem;
}
.section h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem; color: var(--gold);
  font-weight: 600; letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
}
.section h3 {
  font-family: 'Cormorant Garamond', serif;
  color: var(--gold-light);
  font-weight: 600;
  margin: 1.5rem 0 0.7rem;
  font-size: 1.4rem;
}
.section p { color: var(--white-muted); font-weight: 300; }
.section-alt { background: var(--dark); }

/* ── Services grid (cards) ── */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
  max-width: 1200px;
  margin: 2.5rem auto 0;
}
.service-card {
  background: var(--dark-alt);
  border: 1px solid rgba(212, 184, 124, 0.12);
  border-radius: 4px;
  padding: 2.2rem 1.8rem;
  text-align: center;
  transition: border-color 0.3s, transform 0.3s;
  text-decoration: none;
  color: inherit;
  display: block;
}
.service-card:hover {
  border-color: rgba(212, 184, 124, 0.45);
  transform: translateY(-4px);
}
.service-card .service-icon {
  font-size: 2.5rem; display: block; margin-bottom: 1rem;
}
.service-card h3 {
  font-family: 'Cormorant Garamond', serif;
  color: var(--gold-light); font-size: 1.2rem;
  margin: 0 0 0.7rem; font-weight: 600;
}
.service-card p {
  color: var(--white-muted); font-size: 0.92rem; font-weight: 300;
}
.service-card .read-more {
  display: inline-block; margin-top: 1rem;
  color: var(--gold); font-size: 0.8rem;
  letter-spacing: 2px; text-transform: uppercase;
}

/* ── Service split blocks (imagine + conținut) ── */
.service-block {
  padding: 4.5rem 1.5rem;
  scroll-margin-top: 90px;
}
.service-block + .service-block { padding-top: 0; }
.service-block.section-alt { background: var(--dark); }
.service-split {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.service-split.reverse .service-image { order: 2; }
.service-image {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(212, 184, 124, 0.18);
  aspect-ratio: 4/3;
  background: var(--dark-alt);
}
.service-image::after {
  content: "";
  position: absolute; inset: 0;
  box-shadow: inset 0 0 0 1px rgba(212, 184, 124, 0.12);
  pointer-events: none;
}
.service-image img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  transition: transform 0.9s cubic-bezier(.2,.6,.2,1), filter 0.4s;
  filter: brightness(0.92) saturate(1.02);
}
.service-image:hover img {
  transform: scale(1.05);
  filter: brightness(1) saturate(1.08);
}
.service-label {
  display: inline-block;
  font-size: 0.72rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--bronze-light);
  border-left: 2px solid var(--gold);
  padding-left: 0.7rem;
  margin-bottom: 1rem;
}
.service-content h2 {
  font-family: 'Cormorant Garamond', serif;
  color: var(--gold);
  font-size: 1.9rem;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.2;
  margin-bottom: 1.2rem;
  text-align: left;
}
.service-content h3 {
  font-family: 'Cormorant Garamond', serif;
  color: var(--gold-light);
  font-size: 1.15rem;
  font-weight: 600;
  margin: 1.2rem 0 0.5rem;
}
.service-content p {
  color: var(--white-muted);
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 0.9rem;
}
.service-content ul, .service-content ol {
  padding-left: 1.2rem;
  margin: 0.8rem 0 1rem;
}
.service-content li {
  color: var(--white-muted);
  font-weight: 300;
  line-height: 1.7;
  margin-bottom: 0.5rem;
}
.service-content strong { color: var(--white); }

/* Process steps special list */
.process-steps { list-style: none; padding-left: 0; }
.process-steps li {
  display: flex; gap: 1rem; align-items: flex-start;
  padding: 0.8rem 0;
  border-bottom: 1px solid rgba(212, 184, 124, 0.08);
}
.process-steps li:last-child { border-bottom: 0; }
.process-steps .step-num {
  flex-shrink: 0;
  width: 36px; height: 36px;
  border: 1px solid var(--gold-dark);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--gold);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem;
  font-weight: 600;
}

@media (max-width: 900px) {
  /* Premium card treatment on mobile — clear separation între servicii */
  .service-block {
    padding: 2rem 1.2rem;
    scroll-margin-top: 80px;
  }
  .service-block + .service-block { padding-top: 2rem; }
  .service-block.section-alt { background: transparent; padding-top: 2rem; }

  .service-split {
    grid-template-columns: 1fr;
    gap: 0;
    background: var(--dark-alt);
    border: 1px solid rgba(212, 184, 124, 0.14);
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
    position: relative;
  }
  /* Gold accent top */
  .service-split::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg,
      transparent 0%,
      var(--gold-dark) 20%,
      var(--gold) 50%,
      var(--gold-dark) 80%,
      transparent 100%);
    z-index: 2;
  }
  .service-split.reverse .service-image { order: 0; }

  .service-image {
    aspect-ratio: 16/10;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid rgba(212, 184, 124, 0.14);
    box-shadow: none;
  }
  .service-image::after { box-shadow: none; }

  .service-content {
    padding: 1.8rem 1.4rem 2rem;
  }
  .service-content h2 {
    font-size: 1.5rem;
    letter-spacing: 0.5px;
    margin-bottom: 0.9rem;
  }
  .service-content h3 {
    font-size: 1.05rem;
    margin: 1rem 0 0.4rem;
  }
  .service-label {
    font-size: 0.68rem;
    letter-spacing: 2.5px;
    margin-bottom: 0.8rem;
  }

  /* Cum Decurge — card cu accent diferit */
  .service-block#proces .service-split {
    background: var(--black);
    border-color: rgba(212, 184, 124, 0.2);
  }
  .service-block#proces .service-image {
    border-bottom-color: rgba(212, 184, 124, 0.2);
  }

  .process-steps li { padding: 0.7rem 0; }
  .process-steps .step-num {
    width: 32px; height: 32px;
    font-size: 0.9rem;
  }
}

@media (max-width: 420px) {
  .service-block { padding: 1.5rem 0.9rem; }
  .service-block + .service-block { padding-top: 1.5rem; }
  .service-content { padding: 1.5rem 1.1rem 1.7rem; }
  .service-content h2 { font-size: 1.35rem; }
}

/* ── Long-form article body ── */
.article {
  max-width: 1200px; margin: 0 auto;
  padding: 1rem 1.5rem 3rem;
}
.article p, .article li {
  color: var(--white-muted); font-weight: 300;
  font-size: 1rem; line-height: 1.85;
  margin-bottom: 1rem;
}
.article ul, .article ol { padding-left: 1.5rem; margin-bottom: 1rem; }
.article h2 {
  font-family: 'Cormorant Garamond', serif;
  color: var(--gold); font-size: 1.6rem;
  margin-top: 2.5rem; margin-bottom: 0.8rem;
  text-align: left; letter-spacing: 1px; text-transform: none;
}
.article h3 {
  color: var(--gold-light); font-size: 1.2rem;
  margin-top: 1.8rem;
}
.article strong { color: var(--white); }

/* ── Lead box (CTA inside content) ── */
.lead-box {
  background: var(--dark-alt);
  border: 1px solid var(--gold-dark);
  border-left: 4px solid var(--gold);
  padding: 1.8rem;
  margin: 2.5rem 0;
  border-radius: 3px;
  text-align: center;
}
.lead-box h3 {
  color: var(--gold); margin-bottom: 0.8rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
}
.lead-box p {
  color: var(--white-muted); margin-bottom: 1.2rem;
}
.lead-box .ctas {
  display: flex; gap: 0.8rem; justify-content: center; flex-wrap: wrap;
}

/* ── Trust / why-us strip ── */
.trust-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
  max-width: 1200px;
  margin: 2.5rem auto 0;
}
.trust-item {
  text-align: center; padding: 1.5rem 1rem;
}
.trust-item .num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.2rem; color: var(--gold);
  font-weight: 700; display: block; margin-bottom: 0.3rem;
}
.trust-item .label {
  color: var(--white-muted); font-size: 0.9rem;
  letter-spacing: 1px; text-transform: uppercase;
}

/* ── Gallery grid + lightbox modal ── */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}
.gallery-item {
  display: block; cursor: pointer;
  border-radius: 6px; overflow: hidden;
  border: 1px solid rgba(212, 184, 124, 0.15);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
  aspect-ratio: 4/5;
  background: var(--dark-alt);
  position: relative;
  transition: transform 0.35s ease, box-shadow 0.35s, border-color 0.35s;
}
.gallery-item::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(15, 12, 10, 0.5) 100%);
  pointer-events: none;
  transition: opacity 0.3s;
}
.gallery-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.55);
  border-color: var(--gold);
}
.gallery-item img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  transition: transform 0.6s cubic-bezier(.2,.6,.2,1);
}
.gallery-item:hover img { transform: scale(1.05); }

@media (max-width: 600px) {
  .gallery-grid { grid-template-columns: 1fr 1fr; gap: 0.6rem; }
  .gallery-item { aspect-ratio: 3/4; border-radius: 4px; }
}

/* Lightbox modal */
.lightbox-overlay {
  position: fixed; inset: 0; z-index: 9999;
  background: rgba(0, 0, 0, 0.92);
  display: flex; align-items: center; justify-content: center;
  padding: 1rem;
  opacity: 0; visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s;
  cursor: zoom-out;
}
.lightbox-overlay.active { opacity: 1; visibility: visible; }

.lightbox-overlay img {
  max-width: 92vw; max-height: 88vh;
  object-fit: contain;
  border-radius: 4px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.6);
  cursor: default;
}
.lightbox-overlay.video-modal { cursor: default; }
.lightbox-overlay.video-modal video {
  max-width: 92vw; max-height: 88vh;
  width: auto; height: auto;
  border-radius: 4px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.6);
  background: #000;
}
.lightbox-close {
  position: absolute; top: 1.2rem; right: 1.5rem;
  width: 44px; height: 44px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  color: #fff; font-size: 1.4rem;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  transition: background 0.25s, transform 0.25s;
  line-height: 1;
  backdrop-filter: blur(4px);
}
.lightbox-close:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: scale(1.1);
}
.lightbox-nav {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 48px; height: 48px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #fff; font-size: 1.4rem;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  transition: background 0.25s;
  backdrop-filter: blur(4px);
}
.lightbox-nav:hover { background: rgba(255, 255, 255, 0.2); }
.lightbox-prev { left: 1rem; }
.lightbox-next { right: 1rem; }

/* Video player elegant */
.video-wrap {
  position: relative;
  border-radius: 6px; overflow: hidden;
  border: 1px solid rgba(212, 184, 124, 0.18);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.45);
  background: var(--dark-alt);
  max-width: 800px;
  margin: 0 auto;
}
.video-wrap video {
  width: 100%; display: block;
  border-radius: 6px;
}
.video-play-overlay {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  background: rgba(15, 12, 10, 0.4);
  cursor: pointer;
  transition: background 0.3s;
}
.video-play-overlay:hover { background: rgba(15, 12, 10, 0.25); }
.video-play-overlay .play-btn {
  width: 80px; height: 80px;
  border-radius: 50%;
  background: linear-gradient(180deg, #f2ddb0 0%, #d4b87c 50%, #a68f5e 100%);
  border: 2px solid #a68f5e;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 240, 200, 0.5);
  transition: transform 0.3s, box-shadow 0.3s;
}
.video-play-overlay:hover .play-btn {
  transform: scale(1.08);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 240, 200, 0.6);
}
.video-play-overlay .play-btn::after {
  content: "";
  width: 0; height: 0;
  border-style: solid;
  border-width: 14px 0 14px 24px;
  border-color: transparent transparent transparent #2a2014;
  margin-left: 4px;
}

/* ── Articles grid (Utile hub) ── */
.articles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  max-width: 1200px;
  margin: 2.5rem auto 0;
}
.article-card {
  background: var(--dark-alt);
  border: 1px solid rgba(212, 184, 124, 0.12);
  border-radius: 4px;
  padding: 1.8rem;
  text-decoration: none;
  color: inherit;
  display: flex; flex-direction: column;
  transition: border-color 0.3s, transform 0.3s;
}
.article-card:hover {
  border-color: rgba(212, 184, 124, 0.45);
  transform: translateY(-3px);
}
.article-card .tag {
  font-size: 0.7rem; letter-spacing: 2px; text-transform: uppercase;
  color: var(--gold-dark); margin-bottom: 0.6rem;
}
.article-card h3 {
  font-family: 'Cormorant Garamond', serif;
  color: var(--gold-light); font-size: 1.2rem;
  margin: 0 0 0.7rem; font-weight: 600;
}
.article-card p {
  color: var(--white-muted); font-size: 0.92rem;
  font-weight: 300; flex-grow: 1;
}
.article-card .read-more {
  display: inline-block; margin-top: 1rem;
  color: var(--gold); font-size: 0.8rem;
  letter-spacing: 2px; text-transform: uppercase;
}

/* ── Contact form ── */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  max-width: 1200px;
  margin: 2.5rem auto 0;
}
.contact-info p { margin-bottom: 0.8rem; }
.contact-info .label {
  color: var(--gold); text-transform: uppercase;
  letter-spacing: 2px; font-size: 0.8rem;
  margin-top: 1.2rem; margin-bottom: 0.3rem;
}
.contact-info a { color: var(--gold-light); text-decoration: none; }
.contact-info a:hover { color: var(--white); }

.contact-form {
  background: var(--dark-alt);
  padding: 2rem;
  border: 1px solid rgba(212, 184, 124, 0.15);
  border-radius: 4px;
}
.form-group { margin-bottom: 1rem; }
.form-group label {
  display: block; margin-bottom: 0.4rem;
  color: var(--gold-light); font-size: 0.85rem;
  letter-spacing: 1px; text-transform: uppercase;
}
.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 0.8rem 1rem;
  background: var(--black);
  border: 1px solid rgba(212, 184, 124, 0.2);
  color: var(--white);
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  border-radius: 3px;
  transition: border-color 0.25s;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  outline: 0; border-color: var(--gold);
}
.form-group textarea { min-height: 110px; resize: vertical; }
.form-note {
  font-size: 0.8rem; color: var(--gray); margin-top: 0.8rem;
}

/* ── Map embed ── */
.map-wrap {
  margin-top: 2rem;
  border: 1px solid rgba(212, 184, 124, 0.2);
  border-radius: 4px;
  overflow: hidden;
}
.map-wrap iframe { display: block; width: 100%; height: 380px; border: 0; }

/* ── Footer ── */
.site-footer {
  background: var(--dark);
  border-top: 1px solid rgba(212, 184, 124, 0.15);
  padding: 3.5rem 1.5rem 1.5rem;
  margin-top: 2rem;
}
.footer-grid {
  max-width: 1200px; margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1.1fr 1fr 1fr 1fr;
  gap: 2rem;
}
.footer-col-brand { grid-column: span 1; }
.footer-col h4 {
  font-family: 'Cormorant Garamond', serif;
  color: var(--gold); font-size: 1.05rem;
  letter-spacing: 2px; text-transform: uppercase;
  margin-bottom: 1.2rem; font-weight: 600;
}
.footer-col p, .footer-col li {
  color: var(--white-muted); font-size: 0.9rem;
  font-weight: 300; margin-bottom: 0.5rem;
}
.footer-col ul { list-style: none; }
.footer-col a {
  color: var(--white-muted); text-decoration: none;
  transition: color 0.25s;
}
.footer-col a:hover { color: var(--gold-light); }

.footer-brand-row {
  display: flex; align-items: center; gap: 0.8rem; margin-bottom: 1rem;
}
.footer-brand-row img { width: 48px; }
.footer-brand-row .name {
  font-family: 'Cormorant Garamond', serif;
  color: var(--gold); font-size: 1.1rem;
  letter-spacing: 2px; text-transform: uppercase;
}

.anpc-logos {
  display: flex; gap: 0.8rem; margin-top: 1.5rem; flex-wrap: wrap;
}
.anpc-logos a {
  display: inline-block; background: #fff;
  padding: 0.4rem; border-radius: 3px;
  transition: opacity 0.25s;
}
.anpc-logos a:hover { opacity: 0.85; }
.anpc-logos img { height: 20px; width: auto; }

.footer-bottom {
  max-width: 1200px; margin: 2.5rem auto 0;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(212, 184, 124, 0.1);
  text-align: center;
  color: var(--gray); font-size: 0.82rem;
  font-weight: 300;
}
.footer-bottom span { color: var(--gold-dark); }

/* ── Sticky mobile bar ── */
.sticky-buttons { display: none; }

/* ── Responsive ── */
@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .main-nav {
    position: absolute; top: 100%; left: 0; right: 0;
    background: var(--dark);
    border-bottom: 1px solid rgba(212, 184, 124, 0.2);
    max-height: 0; overflow: hidden;
    transition: max-height 0.3s ease;
  }
  .main-nav.open { max-height: 600px; }
  .main-nav ul {
    flex-direction: column; gap: 0;
    padding: 1rem 0;
  }
  .main-nav li { width: 100%; text-align: center; }
  .main-nav a {
    display: block; padding: 0.9rem 1rem;
    border-bottom: 1px solid rgba(212, 184, 124, 0.08) !important;
  }
  .nav-cta {
    margin: 0.8rem 1.5rem; display: block;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.8rem;
  }
  .footer-col-brand {
    grid-column: 1 / -1;
    text-align: center;
  }
  .footer-col-brand .footer-brand-row { justify-content: center; }
  .footer-col-brand .anpc-logos { justify-content: center; }
  .contact-grid { grid-template-columns: 1fr; gap: 2rem; }
  .hero h1 { font-size: 1.9rem; letter-spacing: 2px; }
  .hero .lede { font-size: 1rem; }
  .page-hero h1 { font-size: 1.6rem; letter-spacing: 2px; }
  .section h2 { font-size: 1.5rem; letter-spacing: 2px; }

  /* Header: brand name pe un singur rând pe mobil */
  .brand { gap: 0.6rem; min-width: 0; flex: 1; }
  .brand img { width: 42px; flex-shrink: 0; }
  .brand-text { min-width: 0; }
  .brand-name {
    font-size: 1.05rem;
    letter-spacing: 1.5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .brand-sub {
    font-size: 0.62rem;
    letter-spacing: 1.5px;
    white-space: nowrap;
  }
}

@media (max-width: 420px) {
  .brand img { width: 36px; }
  .brand-name { font-size: 0.95rem; letter-spacing: 1px; }
  .brand-sub { font-size: 0.58rem; letter-spacing: 1px; }
  .site-header { padding: 0.8rem 1rem; }
  .footer-grid { gap: 1.2rem; }
}

@media (max-width: 768px) {
  /* ── Sticky bar cu butoane rotunde metalice ── */
  .sticky-buttons {
    display: flex;
    position: fixed; bottom: 0; left: 0; right: 0;
    z-index: 1000;
    padding: 0.7rem 0.7rem;
    gap: 0.6rem;
    background: linear-gradient(180deg,
      rgba(15, 12, 10, 0.88) 0%,
      rgba(15, 12, 10, 0.96) 100%);
    backdrop-filter: blur(12px);
    border-top: 1px solid rgba(212, 184, 124, 0.25);
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.55);
  }
  .sticky-btn {
    flex: 1;
    display: flex; align-items: center; justify-content: center;
    gap: 0.5rem;
    padding: 0.85rem 0.5rem;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-radius: 999px;
    position: relative;
    white-space: nowrap;
    transition: transform 0.2s ease, box-shadow 0.3s ease, filter 0.3s;
  }
  .sticky-btn:active { transform: translateY(1px); }
  .sticky-btn svg { width: 18px; height: 18px; flex-shrink: 0; }

  /* Sună — champagne metalic */
  .sticky-btn-call {
    color: #2a2014;
    text-shadow: 0 1px 0 rgba(255, 240, 200, 0.4);
    background:
      linear-gradient(180deg,
        #f2ddb0 0%,
        #d4b87c 45%,
        #a68f5e 80%,
        #7a6641 100%);
    border: 1px solid #5a4a30;
    box-shadow:
      inset 0 1px 0 rgba(255, 245, 215, 0.55),
      inset 0 -1px 0 rgba(0, 0, 0, 0.25),
      0 3px 8px rgba(0, 0, 0, 0.4),
      0 6px 14px rgba(212, 184, 124, 0.18);
  }
  .sticky-btn-call:hover { filter: brightness(1.06); }

  /* WhatsApp — verde metalic */
  .sticky-btn-whatsapp {
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
    background:
      linear-gradient(180deg,
        #4be087 0%,
        #25d366 45%,
        #1ebe5c 80%,
        #15914a 100%);
    border: 1px solid #0e6e38;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.4),
      inset 0 -1px 0 rgba(0, 0, 0, 0.25),
      0 3px 8px rgba(0, 0, 0, 0.4),
      0 6px 14px rgba(37, 211, 102, 0.2);
  }
  .sticky-btn-whatsapp:hover { filter: brightness(1.06); }

  body { padding-bottom: 78px; }
}
