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

a {
  color: inherit;
}

.container {
  max-width: 900px;
  margin: auto;
  padding: 20px;
}

.hero {
  background: #111;
  color: white;
  padding: 64px 20px 58px;
  text-align: center;
  position: relative;
}

.language-nav {
  position: absolute;
  top: 18px;
  right: 20px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.language-nav a {
  color: #222;
  background: white;
  text-decoration: none;
  padding: 7px 11px;
  border-radius: 6px;
  font-size: 14px;
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.language-nav a[aria-current="page"] {
  background: #ff4d4d;
  color: white;
  border-color: #ff4d4d;
}

.hero h1 {
  font-size: 34px;
  margin: 0 0 20px;
}

.hero p {
  font-size: 20px;
  max-width: 760px;
  margin: auto;
  opacity: 0.9;
}

.section {
  padding: 40px 0;
}

h2 {
  font-size: 28px;
  margin: 0 0 20px;
}

p {
  margin: 0 0 16px;
}

.facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.fact {
  background: white;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.fact strong {
  font-size: 22px;
  display: block;
  margin-bottom: 8px;
}

.update-box {
  background: #fff0f0;
  border: 2px solid #ff4d4d;
  padding: 25px;
  border-radius: 8px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  box-shadow: 0 4px 12px rgba(255, 77, 77, 0.1);
}

.update-header {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.update-badge {
  background: #ff4d4d;
  color: white;
  padding: 4px 10px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
}

.update-box h2 {
  margin: 0;
  font-size: 20px;
}

.update-link {
  color: #d92323;
  font-weight: bold;
  text-decoration: underline;
}

.person {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
}

.person img {
  width: 260px;
  border-radius: 8px;
}

.images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 20px;
}

.images img {
  width: 100%;
  border-radius: 8px;
}

.single-proof {
  grid-template-columns: 1fr;
  max-width: 500px;
  margin: 20px auto;
}

.location-box {
  background: #e9ecef;
  padding: 20px;
  border-radius: 8px;
  margin-top: 20px;
  border-left: 5px solid #000;
}

.social-links {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.social-item {
  text-align: center;
  text-decoration: none;
  color: #222;
  font-weight: bold;
  padding: 12px 18px;
  border-radius: 6px;
  background: white;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s;
}

.social-item:hover {
  transform: translateY(-3px);
}

.share {
  text-align: center;
  padding: 50px 0;
}

.partners {
  background: #f2f4f5;
  border: 1px solid #d8dde1;
  border-left: 5px solid #ff4d4d;
  border-radius: 8px;
  padding: 22px 24px;
  margin: 20px 0 44px;
}

.partners h2 {
  margin: 0 0 12px;
  font-size: 22px;
}

.partner-list {
  display: grid;
  gap: 8px;
  margin: 0;
}

.partner-item {
  margin: 0;
  font-size: 15px;
  line-height: 1.45;
}

.partner-item a {
  color: #d92323;
  font-weight: bold;
  text-decoration: none;
}

.partner-item a:hover {
  text-decoration: underline;
}

.share a {
  display: inline-block;
  margin: 10px;
  padding: 14px 22px;
  background: black;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  transition: opacity 0.2s;
}

.share a:hover {
  opacity: 0.8;
}

.share a.tw {
  background: #1da1f2;
}

.share a.fb {
  background: #4267b2;
}

.share a.vk {
  background: #4c75a3;
}

.footer {
  text-align: center;
  font-size: 14px;
  padding: 40px 20px;
  color: #666;
}

.legal-container {
  max-width: 800px;
  margin: auto;
  padding: 40px 20px;
}

.legal-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.back-link {
  color: #666;
  text-decoration: none;
  font-size: 14px;
}

.back-link:hover {
  text-decoration: underline;
}

.legal-lang {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.legal-lang a {
  text-decoration: none;
  color: #222;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 14px;
}

.legal-lang a[aria-current="page"] {
  background: #ff4d4d;
  color: white;
  border-color: #ff4d4d;
}

.legal-title {
  font-size: 28px;
  margin-bottom: 20px;
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
}

.update-date {
  color: #666;
  font-size: 14px;
  margin-bottom: 30px;
}

.legal-box {
  background: white;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.legal-box h2 {
  margin-top: 0;
  font-size: 22px;
  color: #d9534f;
}

.summary-list {
  padding-left: 20px;
}

.summary-list li {
  margin-bottom: 12px;
}

.pdf-link {
  display: inline-flex;
  align-items: center;
  background: #000;
  color: #fff;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 20px;
}

.pdf-link:hover {
  opacity: 0.8;
}

@media (max-width: 700px) {
  .hero {
    padding-top: 96px;
  }

  .hero h1 {
    font-size: 28px;
  }

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

  .language-nav {
    left: 12px;
    right: 12px;
    justify-content: center;
  }

  .facts,
  .images {
    grid-template-columns: 1fr;
  }

  .person {
    flex-direction: column;
    text-align: center;
  }
}
