@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap');
@font-face {
  font-family: 'PorscheNext';
  src: url('https://fonts.cdnfonts.com/s/17509/PorscheNext-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'PorscheNext';
  src: url('https://fonts.cdnfonts.com/s/17509/PorscheNext-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
/* Основные стили сайта */
body {
  margin: 0;
  font-family: 'PorscheNext', 'PT Sans', Arial, sans-serif;
  background: linear-gradient(135deg, #181c23 0%, #23272f 100%);
  color: #f5f5f5;
  min-height: 100vh;
}
header, footer {
  background: rgba(20, 22, 28, 0.98);
  color: #fff;
  padding: 24px 0 20px 0;
  box-shadow: 0 2px 12px 0 rgba(0,0,0,0.18);
}
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  padding: 24px 0 20px 0;
  max-width: 950px;
  margin: 0 auto;
  background: none;
  box-shadow: none;
  position: sticky;
  top: 0;
  z-index: 100;
  background: #181c23;
  box-shadow: 0 2px 12px 0 rgba(0,0,0,0.10);
  transition: box-shadow 0.2s, background 0.2s;
}
.header-logo-link {
  display: flex;
  align-items: center;
  margin-left: 24px;
}
header nav {
  display: flex;
  justify-content: flex-end;
  gap: 48px;
  margin-right: 24px;
}
header nav a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 1.08em;
  padding: 6px 18px;
  border-radius: 18px;
  transition: background 0.2s, color 0.2s;
}
header nav a:hover {
  background: linear-gradient(90deg, #e5c100 0%, #b8002e 100%);
  color: #181c23;
}
.breadcrumbs {
  font-size: 1em;
  margin: 24px 0 16px 0;
  padding: 0 16px;
  color: #b8b8b8;
}
.breadcrumbs a {
  color: #e5c100;
  text-decoration: none;
  transition: color 0.2s;
}
.breadcrumbs a:hover {
  color: #b8002e;
}
.breadcrumbs span {
  color: #fff;
}
.container {
  max-width: 950px;
  margin: 0 auto;
  padding: 32px 24px 24px 24px;
  background: rgba(28, 30, 38, 0.98);
  border-radius: 18px;
  box-shadow: 0 4px 32px 0 rgba(0,0,0,0.18);
}
h1, h2, h3 {
  font-family: 'PorscheNext', 'PT Sans', Arial, sans-serif;
  color: #e5c100;
  margin-top: 0;
  letter-spacing: 1px;
  text-shadow: 0 2px 12px #181c23, 0 0 8px #b8002e;
  font-weight: bold;
}
h1 {
  font-size: 2.2em;
}
h2 {
  font-size: 1.4em;
}
h3 {
  font-size: 1.1em;
}
ul, ol {
  padding-left: 22px;
}
img.placeholder {
  width: 100%;
  max-width: 420px;
  height: 220px;
  background: linear-gradient(135deg, #23272f 60%, #b8002e 100%);
  border-radius: 16px;
  box-shadow: 0 2px 16px 0 rgba(0,0,0,0.18);
  display: block;
  margin: 0 auto 24px auto;
  object-fit: cover;
  border: 2px solid #e5c10033;
}
footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  text-align: center;
  font-size: 1em;
  background: rgba(20, 22, 28, 0.98);
  border-top: 1px solid #23272f;
  margin-top: 32px;
  padding: 18px 0 12px 0;
}
.footer-logo {
  height: 64px;
  width: auto;
  max-width: 200px;
  margin: 0 0 10px 0;
  transition: none !important;
}
.footer-logo:hover, .footer-logo:focus {
  background: none !important;
  box-shadow: none !important;
  filter: none !important;
}
footer a {
  margin-bottom: 6px;
}
footer span {
  margin-top: 2px;
  display: block;
}
p {
  font-family: 'PT Sans', 'PorscheNext', Arial, sans-serif;
  color: #f5f5f5;
  font-size: 1.08em;
  line-height: 1.7;
  margin: 16px 0;
  letter-spacing: 0.01em;
  text-shadow: 0 1px 6px #181c23;
}
@media (max-width: 600px) {
  .container {
    padding: 10px 4px 12px 4px;
  }
  header nav {
    flex-direction: column;
    gap: 10px;
  }
  img.placeholder {
    max-width: 100%;
    height: 140px;
  }
  h1 {
    font-size: 1.4em;
  }
  h2 {
    font-size: 1.1em;
  }
  footer {
    padding: 12px 0 8px 0;
  }
  header {
    box-shadow: 0 1px 6px 0 rgba(0,0,0,0.12);
  }
  p {
    font-size: 1em;
    line-height: 1.5;
    margin: 12px 0;
  }
}
@media (max-width: 900px) {
  header {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 0;
    max-width: 100vw;
    position: relative;
  }
  .header-logo-link {
    margin-left: 12px;
  }
  .burger-menu {
    display: flex;
    margin-right: 12px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 121;
  }
  header nav {
    display: none;
    order: 2;
    position: fixed;
    top: 0; right: 0;
    height: 100vh;
    width: 220px;
    background: rgba(24,28,35,0.98);
    box-shadow: -2px 0 16px 0 #181c23cc;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 80px 24px 24px 24px;
    gap: 24px;
    transform: translateX(100%);
    transition: transform 0.3s cubic-bezier(.4,2,.6,1);
    z-index: 110;
  }
  header nav.open {
    display: flex;
    transform: none;
  }
  header nav a {
    font-size: 1.18em;
    padding: 12px 0;
    width: 100%;
    border-radius: 8px;
    text-align: left;
  }
}
@media (min-width: 901px) {
  header {
    width: 100vw;
    left: 0;
    right: 0;
    background: #181c23;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,0.10);
    position: sticky;
    top: 0;
    z-index: 100;
    padding: 0;
  }
  .header-inner {
    max-width: 950px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 0 20px 0;
  }
}

a {
  color: #ffe066;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s, text-shadow 0.2s;
  text-shadow: 0 1px 8px #b8002e33, 0 0px 2px #e5c10099;
}
a:hover, a:focus {
  color: #fff;
  background: linear-gradient(90deg, #e5c100 0%, #b8002e 100%);
  text-shadow: 0 0 12px #e5c100, 0 0 8px #b8002e;
  border-radius: 4px;
  text-decoration: none;
  outline: none;
}
.site-logo {
  height: 90px;
  width: auto;
  max-width: 260px;
  transition: none !important;
}
.site-logo:hover, .site-logo:focus, .footer-logo:hover, .footer-logo:focus {
  background: none !important;
  box-shadow: none !important;
  filter: none !important;
}

a.header-logo-link:hover, a.header-logo-link:focus,
a.footer-logo-link:hover, a.footer-logo-link:focus {
  background: none;
}

a.footer-logo-link:hover, a.footer-logo-link:focus {
  background: none;
}
/* Burger menu styles */
.burger-menu {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 120;
  margin-right: 12px;
}
.burger-menu span {
  display: block;
  width: 28px;
  height: 4px;
  margin: 4px 0;
  background: linear-gradient(90deg, #e5c100 0%, #b8002e 100%);
  border-radius: 2px;
  transition: 0.3s;
}
.burger-menu.open span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.burger-menu.open span:nth-child(2) {
  opacity: 0;
}
.burger-menu.open span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
@media (max-width: 900px) {
  .burger-menu { display: flex; }
  header nav {
    position: fixed;
    top: 0; right: 0;
    height: 100vh;
    width: 220px;
    background: rgba(24,28,35,0.98);
    box-shadow: -2px 0 16px 0 #181c23cc;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 80px 24px 24px 24px;
    gap: 24px;
    transform: translateX(100%);
    transition: transform 0.3s cubic-bezier(.4,2,.6,1);
    z-index: 110;
  }
  header nav.open {
    transform: none;
  }
  header nav a {
    font-size: 1.18em;
    padding: 12px 0;
    width: 100%;
    border-radius: 8px;
    text-align: left;
  }
}
@media (max-width: 600px) {
  header nav,
  header nav.open {
    left: 0;
    right: 0;
    width: 100vw;
    max-width: 100vw;
    padding: 80px 12px 12px 12px;
    transform: none;
  }
}
/* Overlay for mobile nav */
.mobile-nav-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0; width: 100vw; height: 100vh;
  background: rgba(24,28,35,0.7);
  z-index: 100;
}
.mobile-nav-overlay.active {
  display: block;
} 