/* Shared modern page shell — marketplace-style hero */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root {
  --ps-navy: #012652;
  --ps-gold: #d4af37;
  --ps-gold-btn: #e8a33a;
  --ps-orange: #ec7a11;
  --ps-text: #1e293b;
  --ps-muted: #475569;
  --ps-line: #d5dde8;
  --ps-row: #f3f5f8;
  --ps-sans: 'Inter', 'Open Sans', Arial, sans-serif;
}

.page-shell-redesign {
  font-family: var(--ps-sans);
  color: var(--ps-text);
  background: #fff;
}

.page-shell-redesign .site-footer-nav .container {
  width: 98% !important;
  max-width: 98% !important;
}

.ps-page {
  width: 98%;
  max-width: 98%;
  margin: 0 auto;
  padding: 0 0 40px;
}

.ps-hero {
  background: linear-gradient(135deg, #012652 0%, #0a2a5c 55%, #123a72 100%);
  border-radius: 8px;
  padding: 48px 40px;
  margin-bottom: 32px;
  color: #fff;
}

.ps-hero-eyebrow {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ps-gold);
}

.ps-hero-title {
  margin: 0 0 12px;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 800;
  line-height: 1.15;
  color: #fff;
}

.ps-hero-text {
  margin: 0;
  max-width: 760px;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.9);
}

.ps-hero-text a {
  color: var(--ps-gold);
  font-weight: 700;
}

.ps-content {
  width: 100%;
}

.ps-content .inner-page,
.ps-content .inner-page1,
.ps-content .inner-page-anual,
.ps-content .modern-page-content {
  padding: 0;
  margin: 0;
}

.ps-block {
  margin-bottom: 22px;
  padding: 22px 24px;
  border: 1px solid var(--ps-line);
  border-radius: 10px;
  background: #fff;
}

.ps-block h2,
.ps-block h3,
.ps-content h2,
.ps-content h3,
.ps-content h4 {
  color: var(--ps-navy);
}

.ps-block h2,
.ps-block h3 {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 800;
}

.ps-block p,
.ps-content p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--ps-muted);
}

.ps-links {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.ps-links a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid var(--ps-line);
  border-radius: 8px;
  color: var(--ps-navy) !important;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
  background: #f8fafc;
}

.ps-links a:hover {
  border-color: var(--ps-gold);
  background: #fff;
}

.ps-links a i {
  color: var(--ps-gold);
  width: 16px;
  text-align: center;
}

.ps-offices {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.ps-office h3 {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 800;
  color: var(--ps-navy);
}

.ps-office address {
  margin: 0 0 16px;
  font-style: normal;
  font-size: 14px;
  line-height: 1.7;
  color: var(--ps-muted);
}

.ps-office iframe {
  width: 100%;
  height: 250px;
  border: 0;
  border-radius: 8px;
}

/* Modernize classic investor download rows on converted pages */
.page-shell-redesign .investor-wrap {
  border: 1px solid var(--ps-line);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

.page-shell-redesign .investor-inn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 !important;
  padding: 14px 18px !important;
  border-bottom: 1px dashed #b8bec6 !important;
  font-size: 15px !important;
}

.page-shell-redesign .investor-inn:nth-child(even) {
  background: var(--ps-row);
}

.page-shell-redesign .investor-inn:last-of-type {
  border-bottom: none !important;
}

.page-shell-redesign .investor-inn-tit {
  width: auto !important;
  flex: 1;
  font-weight: 500;
  color: #111;
}

.page-shell-redesign .investor-inn-down {
  width: auto !important;
  flex: 0 0 auto;
}

.page-shell-redesign .investor-inn-down img {
  height: 36px;
  width: auto;
}

.page-shell-redesign .right-menu,
.page-shell-redesign .inner-right-wrap,
.page-shell-redesign .inner-banner-wrap,
.page-shell-redesign .inner-banner-wrap-1 {
  display: none !important;
}

@media (max-width: 800px) {
  .ps-hero {
    padding: 32px 20px;
  }

  .ps-offices {
    grid-template-columns: 1fr;
  }

  .page-shell-redesign .investor-inn {
    flex-direction: column;
    align-items: flex-start;
  }
}
