/* Shared navigation and English mirror styles. */
.main-nav {
  gap: 14px;
  font-size: .9rem;
}

.main-nav a {
  white-space: nowrap;
}

.main-nav .ids-nav-link {
  color: #0f4c81;
  font-weight: 700;
}

.main-nav .ids-nav-link.active,
.main-nav .ids-nav-link:hover,
.main-nav .ids-nav-link:focus-visible {
  color: #0b2f55;
}

.main-nav .language-switch {
  border: 1px solid #bfdbfe;
  border-radius: 999px;
  color: #1d4ed8;
  font-weight: 700;
  line-height: 1;
  padding: 8px 11px;
}

.main-nav .language-switch::after {
  display: none;
}

.main-nav .language-switch:hover,
.main-nav .language-switch:focus-visible {
  background: #eff6ff;
  border-color: #2563eb;
  outline: none;
}

.english-hero {
  align-items: center;
  background-color: #07111f;
  background-position: center;
  background-size: cover;
  color: #fff;
  display: flex;
  min-height: 390px;
  padding: 72px 0;
}

.english-hero .container {
  max-width: 1040px;
}

.english-hero h1 {
  font-size: clamp(2.15rem, 5vw, 4.25rem);
  letter-spacing: -.03em;
  line-height: 1.08;
  margin: 10px 0 20px;
  max-width: 920px;
}

.english-hero p:not(.english-eyebrow) {
  color: #dbeafe;
  font-size: 1.08rem;
  line-height: 1.8;
  max-width: 820px;
}

.english-eyebrow {
  color: #7dd3fc;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.english-brand-logo {
  background: rgba(255,255,255,.96);
  border-radius: 8px;
  max-height: 72px;
  max-width: 220px;
  object-fit: contain;
  padding: 10px 14px;
}

.english-content {
  max-width: 1040px;
}

.english-content > h2 {
  color: #0f2f57;
  font-size: 1.65rem;
  margin: 38px 0 12px;
}

.english-content > h2:first-child {
  margin-top: 0;
}

.english-content p,
.english-content li {
  color: #374151;
  font-size: 1.02rem;
  line-height: 1.85;
}

.english-content ul {
  list-style: disc;
  padding-left: 24px;
}

.english-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 28px 0;
}

.english-grid article {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  box-shadow: 0 14px 35px rgba(15, 23, 42, .06);
  padding: 24px;
}

.english-grid h3 {
  color: #0f2f57;
  line-height: 1.35;
  margin-bottom: 10px;
}

.english-grid a {
  color: #1d4ed8;
  display: inline-block;
  font-weight: 700;
  margin-top: 12px;
}

.article-lead,
.notice {
  background: #eef6ff;
  border-left: 4px solid #2563eb;
  border-radius: 0 8px 8px 0;
  padding: 18px 20px;
}

.english-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 40px;
}

.english-actions .btn-secondary {
  border-color: #94a3b8;
  color: #0f2f57;
}

@media (max-width: 1120px) {
  .header-inner { align-items: flex-start; flex-direction: column; padding: 10px 0 14px; }
  .main-nav { flex-wrap: wrap; gap: 10px 14px; }
  .logo img, .logo-img { height: 72px; }
}

@media (max-width: 760px) {
  .topbar .container { justify-content: flex-start; overflow-x: auto; white-space: nowrap; }
  .main-nav { font-size: .84rem; }
  .english-hero { min-height: 330px; padding: 54px 0; }
  .english-grid { grid-template-columns: 1fr; }
}
