/* Inner pages inside BeTheme #Content — pairs with global + transport2 CSS */

#Content .subpage-top-strip {
  background: #0d1117;
  color: #c6d0dc;
  font-size: 0.875rem;
  border-bottom: 1px solid #1c232f;
}

#Content .subpage-top-strip .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 1.75rem;
  padding: 0.65rem 0;
}

#Content .subpage-top-strip a {
  color: #ffae00;
}

#Content .subpage-top-strip a:hover {
  color: #ffc94d;
}

#Content .subpage-main {
  background: #fff;
}

#Content .subpage-hero {
  background: linear-gradient(135deg, #080a0e 0%, #1a2230 100%);
  padding: 62px 0 48px;
}

#Content .subpage-hero h1 {
  color: #fff;
  font-family: "Open Sans", "Segoe UI", Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(1.85rem, 3.8vw, 2.85rem);
  line-height: 1.18;
  margin: 0 0 14px;
}

#Content .subpage-hero .subpage-lead {
  color: #c8d4e0;
  margin: 0;
  max-width: 760px;
  font-size: 1.06rem;
  line-height: 1.55;
}

#Content .subpage-section {
  padding: 44px 0;
}

#Content .subpage-section.alt {
  background: #f4f6f9;
}

#Content .subpage-section h2 {
  font-size: 1.55rem;
  margin: 0 0 14px;
  color: #111;
}

#Content .subpage-section h3 {
  font-size: 1.12rem;
  margin: 22px 0 10px;
  color: #1d2733;
}

#Content .subpage-section p,
#Content .subpage-section li {
  color: #3d4958;
  font-size: 1rem;
  line-height: 1.68;
}

#Content .subpage-section p {
  margin: 0 0 14px;
}

#Content .subpage-section ul {
  margin: 12px 0 14px;
  padding-left: 1.25rem;
}

#Content .subpage-section li {
  margin-bottom: 8px;
}

#Content .subpage-img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  border: 1px solid #dbe3ec;
  display: block;
  margin: 18px 0 22px;
}

#Content .subpage-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
  margin-top: 22px;
}

#Content .subpage-card {
  background: #fff;
  border: 1px solid #e8edf2;
  border-radius: 10px;
  padding: 18px;
}

#Content .subpage-card h3 {
  margin: 0 0 10px;
  font-size: 1.06rem;
}

#Content .subpage-card .card-shot {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 12px;
  border: 1px solid #edf1f6;
}

#Content .subpage-card p {
  margin: 0;
  font-size: 0.96rem;
}

#Content .subpage-cta {
  margin-top: 26px;
  display: inline-block;
  background: #ff370f;
  color: #fff !important;
  padding: 12px 18px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.95rem;
}

#Content .subpage-cta:hover {
  background: #d9481f;
  color: #fff !important;
}

#Footer .copyright a {
  color: #ffae00;
}

#Footer .copyright a:hover {
  color: #ffc94d;
}
