/* ============================================
   Servicii Funerare Humulești
   Stylesheet partajat
   ============================================ */

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

:root {
  --black: #0a0a0a;
  --dark: #111111;
  --dark-alt: #1a1a1a;
  --dark-hover: #222222;
  --gold: #c9a84c;
  --gold-light: #d4b965;
  --gold-dark: #a8893d;
  --white: #f5f5f5;
  --white-muted: #cccccc;
  --gray: #888888;
  --green: #25d366;
  --green-dark: #1ebe5c;
}

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

body {
  font-family: 'Nunito', 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; }

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

/* ── Top contact bar ── */
.topbar {
  background: var(--black);
  border-bottom: 1px solid rgba(201, 168, 76, 0.15);
  font-size: 0.85rem;
  padding: 0.5rem 1.5rem;
}
.topbar-inner {
  max-width: 1200px; margin: 0 auto;
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 0.5rem;
}
.topbar a {
  color: var(--gold-light); text-decoration: none; margin-right: 1rem;
}
.topbar a:hover { color: var(--white); }
.topbar .badge {
  color: var(--gold); border: 1px solid var(--gold-dark);
  padding: 0.15rem 0.6rem; border-radius: 2px;
  font-size: 0.75rem; letter-spacing: 2px; text-transform: uppercase;
}

/* ── Header ── */
.site-header {
  background: linear-gradient(180deg, var(--dark) 0%, var(--black) 100%);
  border-bottom: 1px solid rgba(201, 168, 76, 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: 'Playfair Display', 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(201, 168, 76, 0.05) 0%, transparent 70%);
  border-bottom: 1px solid rgba(201, 168, 76, 0.08);
}
.page-hero h1 {
  font-family: 'Playfair Display', 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(201, 168, 76, 0.06) 0%, transparent 70%);
}
.hero h1 {
  font-family: 'Playfair Display', 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;
}
.btn {
  display: inline-flex; align-items: center; gap: 0.6rem;
  padding: 0.95rem 1.8rem;
  border-radius: 3px; text-decoration: none;
  font-size: 0.95rem; font-weight: 600;
  letter-spacing: 2px; text-transform: uppercase;
  transition: all 0.25s ease;
  border: 1px solid transparent;
  cursor: pointer;
}
.btn svg { width: 18px; height: 18px; }
.btn-primary {
  background: var(--gold-dark); color: var(--black);
}
.btn-primary:hover {
  background: var(--gold); transform: translateY(-2px);
}
.btn-outline {
  background: transparent; color: var(--gold-light);
  border-color: var(--gold-dark);
}
.btn-outline:hover {
  background: var(--gold-dark); color: var(--black);
}
.btn-whatsapp {
  background: var(--green); color: #fff;
}
.btn-whatsapp:hover { background: var(--green-dark); }

/* ── Section base ── */
.section {
  padding: 4rem 1.5rem;
}
.section h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2rem; color: var(--gold);
  font-weight: 600; letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
}
.section h3 {
  font-family: 'Playfair Display', 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(201, 168, 76, 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(201, 168, 76, 0.45);
  transform: translateY(-4px);
}
.service-card .service-icon {
  font-size: 2.5rem; display: block; margin-bottom: 1rem;
}
.service-card h3 {
  font-family: 'Playfair Display', 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(201, 168, 76, 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(201, 168, 76, 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(--gold-dark);
  border-left: 2px solid var(--gold);
  padding-left: 0.7rem;
  margin-bottom: 1rem;
}
.service-content h2 {
  font-family: 'Playfair Display', 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: 'Playfair Display', 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(201, 168, 76, 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: 'Playfair Display', 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(201, 168, 76, 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(201, 168, 76, 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(201, 168, 76, 0.2);
  }
  .service-block#proces .service-image {
    border-bottom-color: rgba(201, 168, 76, 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: 'Playfair Display', 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: 'Playfair Display', 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: 'Playfair Display', 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;
}

/* ── 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(201, 168, 76, 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(201, 168, 76, 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: 'Playfair Display', 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(201, 168, 76, 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(201, 168, 76, 0.2);
  color: var(--white);
  font-family: 'Nunito', 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(201, 168, 76, 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(201, 168, 76, 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: 'Playfair Display', 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: 'Playfair Display', 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(201, 168, 76, 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(201, 168, 76, 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(201, 168, 76, 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; }
  .topbar { display: none; }

  /* 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-buttons {
    display: flex;
    position: fixed; bottom: 0; left: 0; right: 0;
    z-index: 1000;
    background: var(--dark);
    border-top: 1px solid rgba(201, 168, 76, 0.3);
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.5);
  }
  .sticky-btn {
    flex: 1;
    display: flex; align-items: center; justify-content: center;
    gap: 0.5rem; padding: 1rem;
    text-decoration: none;
    font-family: 'Nunito', sans-serif;
    font-size: 0.9rem; font-weight: 500;
    letter-spacing: 1px;
    transition: background 0.3s;
  }
  .sticky-btn svg { width: 20px; height: 20px; flex-shrink: 0; }
  .sticky-btn-call { background: var(--gold-dark); color: var(--black); }
  .sticky-btn-call:hover { background: var(--gold); }
  .sticky-btn-whatsapp { background: var(--green); color: #fff; }
  .sticky-btn-whatsapp:hover { background: var(--green-dark); }
  body { padding-bottom: 64px; }
}
