.elementor-16 .elementor-element.elementor-element-6fd1ecc .elementor-spacer-inner{height:50px;}/* Start custom CSS for html, class: .elementor-element-1bde2d9 *//* ── VARIABLES ── */
:root {
  --black: #0A0A0A;
  --black-border: #242424;
  --gold: #C9A96E;
  --gold-light: #E2C99A;
  --gold-dim: #8a7250;
  --text-muted: #7A7570;
}

/* ── COMMON CLASSES ── */
.section-inner { 
  max-width: 1100px; 
  margin: 0 auto; 
}

.section-label {
  font-size: 0.65rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.5rem;
  display: flex; 
  align-items: center; 
  gap: 1rem;
}

/* ── CTA SECTION ── */
.cta-section { 
  background: var(--black); 
  border-top: 1px solid var(--black-border); 
  padding: 7rem 3rem; /* Взято из общих стилей section */
}

.cta-inner { 
  text-align: center; 
  max-width: 700px; 
  margin: 0 auto; 
}

.cta-section .section-label { 
  justify-content: center; 
}

.cta-section .section-label::before { 
  display: none; 
}

.cta-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 300;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}

.cta-title em { 
  font-style: italic; 
  color: var(--gold-light); 
}

.cta-sub { 
  font-size: 0.9rem; 
  color: var(--text-muted); 
  margin-bottom: 3rem; 
}

/* ── BUTTONS ── */
.cta-buttons { 
  display: flex; 
  gap: 1rem; 
  justify-content: center; 
  flex-wrap: wrap; 
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 1rem 2.5rem;
  text-decoration: none;
  transition: all 0.3s;
  cursor: pointer;
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  border: none;
}

.btn-gold {
  background: var(--gold);
  color: var(--black);
}

.btn-gold:hover { 
  background: var(--gold-light); 
}

.btn-outline {
  background: transparent;
  color: var(--gold);
  border: 1px solid var(--gold-dim);
}

.btn-outline:hover { 
  border-color: var(--gold); 
  background: rgba(201,169,110,0.08); 
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .cta-section { 
    padding: 5rem 1.5rem; 
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d200770 */.developed-by {
  color: #C9A96E;
  font-size: 13px; /* Трохи зменшив для витонченості */
  text-align: center;
  letter-spacing: 1px; /* Додає "повітря" тексту */
  
  /* Вставте ОДИН з варіантів нижче: */
  
  /* Варіант 1: Елегантний */
  font-family: 'Montserrat', sans-serif; 

}

.developed-by a {
  color: #C9A96E;
  text-decoration: none;
  font-weight: 600; /* Трохи жирніше для акценту */
}

.developed-by a:hover {
  text-decoration: underline;
}/* End custom CSS */