/* ===== PRESS HEADER OVERRIDE ===== */
.press-page {
  --header-bg-rgb: 61, 79, 95;
}

/* ===== PRESS ARTICLE ===== */
.press-article {
  padding: 64px 0 100px;
  background: #fff;
}

.press-image {
  margin-bottom: 48px;
}

.press-image img {
  width: 700px;
  height: 735px;
  object-fit: cover;
  display: block;
}

.press-content h1 {
  font-size: 22px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.4;
  margin-bottom: 8px;
}

.press-article-tag {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #5b6878;
}

.press-content h2 {
  font-size: 20px;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 1.5;
  margin-bottom: 32px;
  max-width: 900px;
}

.press-content p {
  font-size: 14px;
  color: #1a1a1a;
  line-height: 1.85;
  margin-bottom: 20px;
  max-width: 900px;
}

.press-downloads {
  margin: 28px 0 36px;
  max-width: 900px;
}

.press-downloads h3 {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 14px;
}

.press-download-list {
  display: grid;
  gap: 12px;
}

.press-download-link {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border: 1px solid #d9dde3;
  background: #f8fafc;
  color: #1a2332;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.press-download-link:hover {
  border-color: #1a2332;
  background: #eef2f7;
  transform: translateY(-1px);
}

.press-download-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: #1a2332;
  color: #fff;
  flex-shrink: 0;
}

.press-download-icon svg {
  width: 18px;
  height: 18px;
}

.press-download-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.press-download-meta strong {
  font-size: 14px;
  font-weight: 700;
  color: #111827;
  word-break: break-word;
}

.press-download-meta span {
  font-size: 12px;
  font-weight: 500;
  color: #6b7280;
}

.press-img-02 {
  width: 961px !important;
  height: 640px !important;
}

.press-img-03 {
  width: 991px !important;
  height: 662px !important;
}

.press-date {
  margin-top: 40px;
  font-size: 14px;
  color: #555;
}

.btn-download {
  display: inline-flex;
  align-items: center;
  padding: 14px 28px;
  background: #1a2332;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
  letter-spacing: 0.3px;
  margin-top: 8px;
}

.btn-download:hover {
  background: #111827;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .press-image img {
    width: 100%;
    height: auto;
  }

  .press-download-link {
    padding: 14px 15px;
  }

  .press-download-icon {
    width: 38px;
    height: 38px;
  }
}
