@media (max-width: 768px) {
  .head-text {
    padding: 1rem;
    text-align: center;
  }

  .head-text .headline {
    font-family: 'Monument Extended', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1rem;
    color: white;
  }

  .head-text .description {
    font-size: 1.2rem;
    line-height: 1.6;
    max-width: 100%;
    padding: 0 0.5rem;
    color: rgba(255, 255, 255, 0.85);
  }

  .btn.fancy-btn {
    display: inline-block;
    margin-top: 1.5rem;
    font-size: 1rem;
    padding: 0.6rem 1.2rem;
  }
  .site-footer {
    text-align: center;
  }

  .footer-right {
    justify-content: center;
    margin-top: 10px;
  }


  .language-switcher {
  display: flex;
  gap: 8px;
}

.lang-btn {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 4px 8px;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
}

.lang-btn:hover {
  background: #fff;
  color: #000;
}
.border-line {
  margin: 20px auto 0;
}
}
