body {
  margin: 0;
  font-family: 'Georgia', serif;
  background-color: #FAF8F5;
  color: #0D1B2A;
}

a {
  color: #0D1B2A;
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover {
  color: #D4AF37;
}

/* Кнопки */
.button, .t-btn {
  background-color: #0D1B2A;
  color: #FAF8F5 !important;
  padding: 12px 30px;
  border: none;
  font-size: 1em;
  border-radius: 30px;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.button:hover, .t-btn:hover {
  background-color: #1C2E44;
}

/* Убрать лейбл Tilda */
.t-tildalаbеl, .t-tildalаbеl__wrapper, .t-footer a[href*="tilda"] {
  display: none !important;
}

/* Карта */
.map-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
