:root {
  --main-bg: #F6F5F2;
  --accent: #276E6D;
  --secondary: #EFD595;
  --dark: #24332e;
  --primary: #EFD595;
}
/* Базовый фон и текст */
body {
  background: var(--main-bg);
  color: var(--dark);
}

.navbar, .footer2 {
  background: var(--accent) !important;
}
.navbar-caption, .footer2 h2, .footer2 p, .footer2 a {
  color: var(--secondary) !important;
}

.btn, .btn-black {
  background: var(--secondary) !important;
  color: var(--accent) !important;
  border-radius: 1.5rem !important;
  font-weight: 700;
  border: none !important;
  transition: .2s;
  box-shadow: 0 2px 16px rgba(39,110,109,.06);
}
.btn:hover, .btn-black:hover {
  background: #ffd55c !important;
  filter: brightness(1.07);
  transform: scale(1.03);
}

/* --- NAVIGATION --- */
.menu1 {
  width: 100%;
  background: var(--accent);
  padding: 0;
}

.site-navbar {
  background: var(--accent) !important;
  min-height: 72px;
  padding: 0;
  border: none;
  box-shadow: none;
}

.site-navbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
}

.navbar-brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  min-width: 220px;
}

.site-brand {
  font-size: 1.35rem;
  color: var(--secondary);
  font-family: 'Finlandica', 'Montserrat', sans-serif;
  font-weight: bold;
}

.navbar-toggler {
  border: none;
  outline: none !important;
  box-shadow: none !important;
  margin-left: 18px;
  display: none; /* По умолчанию скрыт */
  z-index: 10;
}
.navbar-toggler-icon{
  text-align: center;
}
.navbar-toggler .navbar-toggler-icon {
  filter: invert(1);
}

/* Показываем бургер только на < 992px */
@media (max-width: 991.98px) {
  .navbar-toggler {
    display: block !important;
    z-index: 11;
    margin-left: auto;
    margin-right: 1rem;
    align-self: center;
  }
  .navbar-collapse {
    top: 72px;
    left: 0;
    right: 0;
    background: var(--accent);
    box-shadow: 0 10px 24px 0 rgba(70,70,70,0.03);
    z-index: 20;
    padding-bottom: 1.4rem;
  }
  .site-menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    width: 100%;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
  }
  .site-btn {
    width: 100%;
    text-align: center;
    margin-top: 1rem;
  }
}

.site-menu {
  display: flex;
  gap: 2.1rem;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: center;
  width: 100%;
}

.site-menu .nav-link {
  color: #fff !important;
  font-family: 'Finlandica', 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.22rem;
  letter-spacing: 0.01em;
  transition: color 0.17s;
  padding: 0.4rem 0.8rem;
}

.site-menu .nav-link:hover,
.site-menu .nav-link:focus,
.site-menu .nav-link.active {
  color: var(--secondary) !important;
  text-decoration: underline;
}

.site-btn {
  background: var(--secondary);
  color: var(--accent) !important;
  border-radius: 2rem;
  font-weight: 700;
  border: none;
  padding: 0.7rem 2.6rem;
  box-shadow: 0 2px 18px rgba(220, 186, 126, 0.11);
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}

.site-btn:hover,
.site-btn:focus {
  background: #ffe3a1;
  color: var(--accent) !important;
  box-shadow: 0 4px 24px rgba(220, 186, 126, 0.19);
}

@media (max-width: 1200px) {
  .site-menu {
    gap: 1.2rem;
  }
}
@media (max-width: 600px) {
  .navbar-brand .site-brand {
    font-size: 1.02rem;
  }
  .site-navbar .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.about-text-block {
  padding: 0 1rem;
}

.text-primary {
  font-family: 'Manrope', Arial, sans-serif;
  font-weight: 800;
  color: var(--secondary); /* #EFD595 */
  font-size: 2.6rem;
  line-height: 1.13;
  margin-bottom: 2rem;
  letter-spacing: 0.01em;
  position: relative;
}
.text-primary::after {
  content: "";
  display: block;
  width: 54px;
  height: 3px;
  background: var(--secondary);
  border-radius: 2px;
  margin: 1.2rem 0 0 0;
}


.about-text-block {
  padding: 0 1rem;
}

.about-section-title {
  font-family: 'Manrope', Arial, sans-serif;
  font-weight: 800;
  color: var(--secondary); /* #EFD595 */
  font-size: 2.6rem;
  line-height: 1.13;
  margin-bottom: 2rem;
  letter-spacing: 0.01em;
  position: relative;
}
.about-section-title::after {
  content: "";
  display: block;
  width: 54px;
  height: 3px;
  background: var(--secondary);
  border-radius: 2px;
  margin: 1.2rem 0 0 0;
}

.about-text-block p {
  color: #fcf6df;
  font-family: 'Manrope', Arial, sans-serif;
  font-size: 1.11rem;
  line-height: 1.62;
  margin-bottom: 1.2rem;
}

.about-text-block p {
  color: #fcf6df;
  font-family: 'Manrope', Arial, sans-serif;
  font-size: 1.11rem;
  line-height: 1.62;
  margin-bottom: 1.2rem;
}

.stats-card {
  background: #23272f;
  border-radius: 2rem;
  box-shadow: 0 4px 24px rgba(39,110,109,0.13);
  padding: 2.2rem 1.3rem 1.5rem 1.3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 280px;
  transition: transform 0.13s cubic-bezier(.48,.3,.27,1.13), box-shadow 0.17s;
}
.stats-card:hover {
  transform: translateY(-7px) scale(1.035);
  box-shadow: 0 12px 40px rgba(39,110,109,0.18);
}

.stats-number {
  font-family: 'Manrope', Arial, sans-serif;
  color: var(--secondary); /* Жёлтый */
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 1rem;
  letter-spacing: .01em;
  text-shadow: 0 1px 4px rgba(0,0,0,.12);
}

.stats-text {
  color: #fcf6df;
  font-family: 'Manrope', Arial, sans-serif;
  font-size: 1.08rem;
  line-height: 1.6;
  text-align: center;
}

.why-card {
  background: #23272f;
  border-radius: 2rem;
  box-shadow: 0 4px 24px rgba(39,110,109,0.13);
  padding: 2.3rem 1.3rem 1.7rem 1.3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.13s, box-shadow 0.17s;
  min-height: 340px;
}
.why-card:hover {
  transform: translateY(-7px) scale(1.037);
  box-shadow: 0 12px 40px rgba(39,110,109,0.20);
}
.why-card-icon {
  font-size: 2.8rem;
  color: var(--secondary); /* жёлтый */
  margin-bottom: 1.1rem;
  line-height: 1;
  filter: drop-shadow(0 1px 8px rgba(239,213,149,.16));
}
.why-card-title {
  font-family: 'Manrope', Arial, sans-serif;
  font-weight: 800;
  font-size: 1.22rem;
  color: var(--secondary);
  margin-bottom: 1.1rem;
  letter-spacing: .01em;
}
.why-card p {
  color: #fcf6df;
  font-size: 1.08rem;
  line-height: 1.58;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .why-card { min-height: 0; }
}

.site-footer {
  background: var(--accent);
  color: var(--secondary);
  border-radius: 2rem 2rem 0 0;
  box-shadow: 0 -4px 32px rgba(39,110,109,0.09);
}
.footer-title {
  color: var(--secondary);
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.footer-info {
  list-style: none;
  padding-left: 0;
  color: #fcf6df;
  font-size: 1.04rem;
  margin-bottom: 0.7rem;
}
.footer-info li {
  margin-bottom: 0.2rem;
}
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  align-items: flex-end;
}

.footer-links li {
  display: block;
}

.footer-links a {
  color: var(--secondary);
  font-family: 'Manrope', Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.01em;
  padding: 0.14rem 0;
  opacity: 0.89;
  border-bottom: 2px solid transparent;
  transition: border 0.15s, color 0.16s;
}

.footer-links a:hover {
  color: #fffbe5;
  border-bottom: 2px solid var(--secondary);
  opacity: 1;
}
.footer-social a {
  color: var(--secondary);
  margin-right: 1.1rem;
  opacity: 0.85;
  font-size: 1.35rem;
  transition: color .14s, opacity .13s;
}
.footer-social a:last-child {
  margin-right: 0;
}
.footer-social a:hover {
  color: #fffbe5;
  opacity: 1;
}
.footer-copyright {
  color: #fcf6df;
  font-size: 0.99rem;
  margin-top: 1.2rem;
}
.footer-contact-link {
  color: var(--secondary);
  text-decoration: underline;
  font-weight: 500;
  font-size: 1.05rem;
  transition: color 0.15s;
}
.footer-contact-link:hover {
  color: #fffbe5;
}
@media (max-width: 991px) {
  .footer-links {
    justify-content: flex-start;
    gap: 1.1rem;
    margin-top: 1.5rem;
  }
  .site-footer {
    border-radius: 1.2rem 1.2rem 0 0;
  }
}

.steel-form-title {
  font-size: 2.1rem;
  font-weight: 700;
  color: var(--accent);
  margin-bottom: 1.2rem;
  font-family: 'Manrope', 'Montserrat', Arial, sans-serif;
}

.steel-info-card {
  background: #fff;
  border-radius: 2rem;
  padding: 2rem 1.2rem 1.8rem 1.2rem;
  box-shadow: 0 4px 28px 0 rgba(39,110,109,0.06);
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.steel-info-card-title {
  font-size: 1.35rem;
  color: var(--accent);
  font-weight: 700;
  margin-bottom: .7em;
}

.steel-info-card-text {
  color: var(--dark);
  font-size: 1.03rem;
  line-height: 1.7;
  margin-bottom: 0;
}

.steel-form-img {
  width: 100%;
  max-width: 370px;
  border-radius: 1.2rem;
  margin-bottom: 1.2rem;
  box-shadow: 0 1px 12px 0 rgba(39,110,109,0.08);
}

.steel-form-card {
  background: #fff;
  border-radius: 2rem;
  box-shadow: 0 4px 32px 0 rgba(39,110,109,0.07);
  padding: 2.2rem 2rem 1.7rem 2rem;
  height: 100%;
}

.steel-form-label {
  font-weight: 700;
  color: var(--accent);
  font-size: 1.01rem;
  letter-spacing: .01em;
  margin-bottom: .3em;
}

.steel-form-input,
.steel-form-input:focus,
.steel-form-input:active {
  border-radius: 1.2rem;
  border: 1.5px solid #EFD59533;
  background: #fcfaf6;
  font-size: 1.05rem;
  box-shadow: none;
  outline: none;
  color: var(--dark);
  transition: border-color .2s;
}

.steel-form-input:focus {
  border-color: var(--secondary);
}

.steel-btn {
  background: var(--secondary) !important;
  color: var(--accent) !important;
  font-weight: 700;
  border-radius: 1.2rem !important;
  padding: 0.9rem 2.5rem;
  font-size: 1.13rem;
  letter-spacing: 0.03em;
  box-shadow: 0 2px 8px 0 rgba(39,110,109,.05);
  border: none !important;
  transition: background .22s, transform .22s, filter .18s;
}
.steel-btn:hover {
  background: #ffd55c !important;
  color: var(--accent) !important;
  filter: brightness(1.05);
  transform: translateY(-2px) scale(1.03);
}

@media (max-width: 991px) {
  .steel-form-card, .steel-info-card {
    padding: 1.3rem 0.8rem 1rem 0.8rem;
    border-radius: 1.1rem;
  }
  .steel-form-title {
    font-size: 1.3rem;
  }
  .steel-form-img {
    max-width: 98%;
  }
}