

body {
  font-family: Roboto, "Segoe UI Semibold", serif;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}
.section-header {
  text-align: center;
    margin-bottom: 40px;
    padding-bottom: 40px;

}
.section-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #111827;
  margin: 0;
}
.section-header h3 {
  font-size: 1.25rem;
  font-weight: 400;
  color: #4b5563;
  max-width: 720px;
  margin: 0 auto;
}

.main-cta-btn {
  display: inline-block;
  padding: 14px 28px;
  background: #ff8c00;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
.main-cta-btn:hover {
  background: #e67e00;
}



/* Header */
.site-header {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}
.header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.header-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.logo-img {
  height: 40px;
  width: auto;
}
.nav-menu {
  list-style: none;
  display: flex;
  gap: 30px;
  margin: 0;
  padding: 0;
}
.nav-btn {
  text-decoration: none;
  color: #333;
  font-weight: 600;
  transition: color 0.2s;
}
.nav-btn:hover {
  color: #1DABC1;
}
.header-right-side {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}
.contact-item {
  display: block;
  color: #555;
  text-decoration: none;
}
.social-icons a {
  margin-left: 10px;
  color: #777;
  text-decoration: none;
}
.header-cta-btn {
  background-color: #2b323a;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
}
.header-cta-btn:hover {
  background-color: #444d56;
}

/* Модальное окно */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9998;
}
.modal {
  background: white;
  padding: 30px;
  border-radius: 12px;
  width: 100%;
  max-width: 500px;
  position: relative;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  animation: modalSlideIn 0.3s ease-out;
}
@keyframes modalSlideIn {
  from { opacity: 0; transform: translateY(-20px); }
  to { opacity: 1; transform: translateY(0); }
}
.close-modal-btn {
  position: absolute;
  top: 12px;
  right: 16px;
  background: none;
  border: none;
  font-size: 24px;
  line-height: 1;
  color: #333;
  cursor: pointer;
}
.modal h2 {
  margin: 0 0 20px;
  font-size: 24px;
}
#order-form label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
}
#order-form input,
#order-form textarea,
#order-form select {
  width: 100%;
  padding: 10px;
  margin-bottom: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
}
.submit-btn {
  background-color: #2b323a;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
  font-weight: 600;
}
.submit-btn:hover {
  background-color: #3a465e;
}
.form-status {
  margin-top: 12px;
  text-align: center;
  font-weight: 600;
}
.form-status.success { color: #2ecc71; }
.form-status.error { color: #e74c3c; }

/* Footer */
.landing-footer {
  background-color: #04406F;
  color: #e0e5ec;
  padding: 60px 20px 30px;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
}

.footer-col {
  min-width: 200px;
}

.landing-footer h4 {
  color: #ffffff;
  font-size: 20px;
  margin: 0 0 16px;
  font-weight: 700;
  line-height: 1.2;
}

.landing-footer p {
  line-height: 1.6;
  color: #a6afb8;
  font-size: 14px;
  margin: 0;
}

/* Навигация */
.landing-footer nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.landing-footer nav a {
  color: #a6afb8;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s ease;
}

.landing-footer nav a:hover {
  color: #ffffff;
}

/* Контакты — аккуратная сетка */
.contacts-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 8px;
}

.contact-label {
  color: #8fa3b0;
  font-size: 13px;
  white-space: nowrap;
}

.contact-value {
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
}

.contact-value:hover {
  color: #fff;
  opacity: 0.9;
}

/* Соцсети — можно заменить на SVG иконки позже */
.social-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.social-links a {
  color: #a6afb8;
  text-decoration: none;
  font-size: 15px;
  transition: color 0.2s ease, transform 0.2s ease;
}

.social-links a:hover {
  color: #ffffff;
  transform: translateX(4px);
}

/* Кнопка */
#open-modal-btn-footer {
  background-color: #2b323a;
  color: white;
  border: none;
  padding: 14px 24px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  font-size: 15px;
  margin-top: 24px;
  width: 100%;
  max-width: 260px; /* не будет слишком широкой на больших экранах */
  transition: background 0.3s ease, transform 0.2s ease;
}

#open-modal-btn-footer:hover {
  background-color: #3a465e;
  transform: translateY(-2px);
}

/* Нижняя полоса (копирайт + ссылки) */
.footer-bottom {
  margin-top: 50px;
  padding-top: 24px;
  border-top: 1px solid #2e405b;
  text-align: center;
  font-size: 13px;
  color: #8fa3b0;
}

.footer-bottom p {
  margin: 0 0 12px;
}

.footer-legal-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.footer-legal-links a {
  color: #8fa3b0;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-legal-links a:hover {
  color: #ffffff;
}



