/* ==========================================================================
   VIRUSODAV.RU — Global Styles (Header, Footer, Typography)
   Applies to all pages across the website.
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&family=Ubuntu:wght@300;400;500;700&display=swap');

/* --- Hide any default GeneratePress elements if they appear --- */
.vd-topbar,
.site-header,
.main-navigation,
.site-footer,
.top-bar {
  display: none !important;
}

/* Base reset for body */
body {
  font-family: 'Play', 'Ubuntu', Arial, Helvetica, sans-serif;
  color: #333333;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}

/* ==========================================================================
   GLOBAL SITE HEADER
   ========================================================================== */
.vd-site-header {
  background-color: #242f3d;
  color: #ffffff;
  font-family: 'Play', 'Ubuntu', sans-serif;
  width: 100%;
  display: block !important;
  position: relative;
  z-index: 999;
}

.vd-site-header__top {
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.vd-site-header__top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.vd-container {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.vd-header-col--left {
  text-align: left;
  font-size: 13px;
  line-height: 1.4;
}

.vd-header-address {
  color: #e0e0e0;
  margin-bottom: 3px;
}

.vd-header-email a {
  color: #3aaae2;
  text-decoration: none;
  font-size: 14px;
}

.vd-header-email a:hover {
  text-decoration: underline;
}

.vd-header-col--center {
  text-align: center;
}

.vd-header-logo img {
  display: block;
  max-height: 38px;
  width: auto;
  margin: 0 auto;
}

.vd-header-col--right {
  text-align: right;
  line-height: 1.3;
}

.vd-header-phone {
  margin-bottom: 2px;
}

.vd-header-phone a {
  text-decoration: none;
  display: inline-block;
}

.vd-phone-code {
  color: #3aaae2;
  font-size: 13px;
}

.vd-phone-num {
  color: #f5a623;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

/* Навигационное меню WordPress */
.vd-site-nav {
  background-color: #1c2530;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  width: 100%;
  display: block !important;
}

.vd-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.vd-nav-list li {
  margin: 0;
  padding: 0;
}

.vd-nav-list a {
  display: block;
  padding: 11px 18px;
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: color 0.2s, background 0.2s;
  font-family: 'Play', 'Ubuntu', sans-serif;
}

.vd-nav-list a:hover,
.vd-nav-list .current-menu-item > a {
  color: #f5a623;
  background: rgba(255, 255, 255, 0.04);
}

/* ==========================================================================
   GLOBAL SITE FOOTER
   ========================================================================== */
.vd-site-footer {
  background-color: #242f3d;
  color: #ffffff;
  padding: 25px 0;
  font-family: 'Play', 'Ubuntu', sans-serif;
  width: 100%;
  display: block !important;
  margin-top: auto;
}

.vd-site-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.vd-footer-col--left {
  text-align: left;
  font-size: 13px;
  line-height: 1.4;
}

.vd-footer-company {
  font-weight: 700;
  color: #ffffff;
}

.vd-footer-sub {
  color: #aaaaaa;
}

.vd-footer-col--center {
  text-align: center;
}

.vd-footer-logo img {
  display: inline-block;
  margin-bottom: 8px;
  max-height: 32px;
  width: auto;
}

.vd-footer-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff !important;
  font-size: 12px;
  padding: 6px 14px;
  border-radius: 3px;
  text-decoration: none !important;
  transition: background 0.2s;
}

.vd-footer-btn:hover {
  background: rgba(255, 255, 255, 0.2);
}

.vd-footer-col--right {
  text-align: right;
}

.vd-footer-phone a {
  color: #f5a623;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 6px;
}

/* Global responsive for header/footer */
@media (max-width: 960px) {
  .vd-site-header__top-inner {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
  .vd-header-col--left,
  .vd-header-col--right {
    text-align: center;
  }
  .vd-site-footer__inner {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }
  .vd-footer-col--left,
  .vd-footer-col--right {
    text-align: center;
  }
}
