* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
  color: #e9eef6;
  background: #0b1220;
  line-height: 1.6;
}

a {
  transition: 0.2s ease;
}

.container {
  width: 1180px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}

/* ===== HEADER ===== */

.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(8, 15, 28, 0.96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo-link {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}

.logo-img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.logo-text {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
}

.menu {
  display: flex;
  align-items: center;
  gap: 28px;
}

.menu a {
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
}

.menu a:hover {
  color: #f0c54a;
}

/* ===== HERO ===== */

.hero {
  min-height: 560px;
  background: url("../images/0001.webp") center center / cover no-repeat;
  position: relative;
}

.hero-overlay {
  min-height: 560px;
  display: flex;
  align-items: center;
  background: linear-gradient(rgba(6, 13, 24, 0.54), rgba(6, 13, 24, 0.62));
}

.hero-content {
  max-width: 920px;
  color: #ffffff;
  text-align: center;
}

.hero h1 {
  margin: 0 0 24px;
  font-size: 58px;
  line-height: 1.1;
}

.hero-text {
  margin: 0 auto;
  max-width: 820px;
  font-size: 22px;
  color: rgba(255, 255, 255, 0.92);
}

.page-label {
  display: inline-block;
  margin-bottom: 22px;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0.5px;
}

/* ===== CONTACTS HERO ===== */

.contacts-hero {
  min-height: 420px;
  background: url("../images/0001.webp") center center / cover no-repeat;
  position: relative;
}

.contacts-hero-overlay {
  min-height: 420px;
  display: flex;
  align-items: center;
  background: linear-gradient(rgba(6, 13, 24, 0.56), rgba(6, 13, 24, 0.66));
}

.contacts-hero-content {
  text-align: center;
  color: #ffffff;
}

.contacts-hero h1 {
  margin: 0 0 18px;
  font-size: 54px;
  line-height: 1.1;
}

/* ===== SECTIONS ===== */

.section {
  padding: 80px 0;
}

.section-soft {
  background: #121a2b;
}

/* ===== COMMON CARDS ===== */

.cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.card {
  background: #172133;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25);
}

.card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.card-content {
  padding: 22px;
}

.card-content h3 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.25;
}

.card-content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
}

/* ===== CONTACTS PAGE ===== */

.contacts-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 30px;
}

.contacts-card {
  background: #e9edf3;
  color: #111827;
  border-radius: 18px;
  padding: 34px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}

.contacts-card h2 {
  margin: 0 0 20px;
  font-size: 46px;
  line-height: 1.1;
  color: #0d1b30;
}

.contacts-lead {
  margin: 0 0 28px;
  font-size: 20px;
  font-weight: 700;
  color: #1b2b43;
}

.contact-item {
  margin-bottom: 22px;
}

.contact-caption {
  margin-bottom: 8px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: #6b7687;
}

.contact-main {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 30px;
  line-height: 1.3;
  color: #0d1b30;
}

.contact-main-link {
  text-decoration: none;
}

.contact-main-link:hover {
  color: #0f4ea8;
}

.icon-circle {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #1452b8;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 20px 0;
}

.company-box {
  margin-top: 26px;
  padding-top: 24px;
  border-top: 1px solid rgba(13, 27, 48, 0.12);
}

.company-box h3 {
  margin: 0 0 16px;
  font-size: 28px;
  color: #0d1b30;
}

.company-row {
  display: flex;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(13, 27, 48, 0.08);
}

.company-row:last-child {
  border-bottom: none;
}

.company-name {
  min-width: 120px;
  font-weight: 700;
  color: #1b2b43;
}

.company-value {
  color: #2d3748;
}

.map-wrap {
  width: 100%;
  height: 520px;
  border-radius: 16px;
  overflow: hidden;
  background: #d7dde7;
}

.map-note {
  margin: 16px 0 0;
  color: #5d6878;
  font-size: 16px;
}

/* ===== BUTTONS ===== */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px 24px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  border: 2px solid transparent;
  cursor: pointer;
}

.btn-gold {
  background: #f0c54a;
  color: #111827;
}

.btn-gold:hover {
  background: #ffd661;
}

.btn-outline-dark {
  border-color: #1b2b43;
  color: #1b2b43;
  background: transparent;
}

.btn-outline-dark:hover {
  background: #1b2b43;
  color: #ffffff;
}

.btn-outline-blue {
  border-color: #1452b8;
  color: #1452b8;
  background: transparent;
}

.btn-outline-blue:hover {
  background: #1452b8;
  color: #ffffff;
}

/* ===== SEO CARD ===== */

.seo-card {
  background: #e9edf3;
  color: #111827;
  border-radius: 18px;
  padding: 34px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}

.seo-card h2 {
  margin: 0 0 20px;
  font-size: 38px;
  line-height: 1.15;
  color: #0d1b30;
}

.seo-card p {
  margin: 0 0 16px;
  color: #2d3748;
}

/* ===== FOOTER ===== */

.footer {
  background: #08101c;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 26px 0;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  color: rgba(255, 255, 255, 0.78);
}

/* ===== RESPONSIVE ===== */

@media (max-width: 1100px) {
  .cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .contacts-grid {
    grid-template-columns: 1fr;
  }

  .map-wrap {
    height: 420px;
  }
}

@media (max-width: 768px) {
  .header-inner {
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    padding: 14px 0;
  }

  .menu {
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
  }

  .hero,
  .hero-overlay,
  .contacts-hero,
  .contacts-hero-overlay {
    min-height: auto;
  }

  .hero-overlay,
  .contacts-hero-overlay {
    padding: 100px 0 80px;
  }

  .hero h1,
  .contacts-hero h1 {
    font-size: 38px;
  }

  .hero-text {
    font-size: 18px;
  }

  .section {
    padding: 64px 0;
  }

  .cards {
    grid-template-columns: 1fr;
  }

  .contacts-card h2 {
    font-size: 34px;
  }

  .contact-main {
    font-size: 22px;
    align-items: flex-start;
  }

  .company-row {
    flex-direction: column;
    gap: 4px;
  }

  .company-name {
    min-width: auto;
  }

  .map-wrap {
    height: 320px;
  }

  .seo-card h2 {
    font-size: 30px;
  }
}
.menu-active {
  color: #f0c54a;
  font-weight: 600;
  cursor: default;
}

.hero-tags {
  margin-top: 28px;
  text-align: center;
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.72);
  letter-spacing: 0.3px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}