
/* ── Hero ── */
.page-hero-section[data-v-0e55320e] {
  background: linear-gradient(135deg, #cc3826 0%, #a82e1e 100%);
  padding: 80px 0 50px;
  position: relative;
  overflow: hidden;
}
.page-hero-section[data-v-0e55320e]::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 400px;
  height: 400px;
  background: rgba(255,255,255,0.05);
  border-radius: 50%;
}
.page-hero-section[data-v-0e55320e]::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -5%;
  width: 300px;
  height: 300px;
  background: rgba(255,255,255,0.04);
  border-radius: 50%;
}
.page-hero-content[data-v-0e55320e] {
  position: relative;
  z-index: 1;
  text-align: center;
}
.page-hero-title[data-v-0e55320e] {
  font-family: 'Syne', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
}
.page-breadcrumb[data-v-0e55320e] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.9rem;
}
.page-breadcrumb a[data-v-0e55320e] {
  color: rgba(255,255,255,0.8);
  text-decoration: none;
}
.page-breadcrumb a[data-v-0e55320e]:hover { color: #fff;
}
.page-breadcrumb span[data-v-0e55320e] { color: rgba(255,255,255,0.7);
}

/* ── Content Wrapper ── */
.page-content-wrapper[data-v-0e55320e] {
  background: #f8f9fc;
  padding: 3rem 0 4rem;
}

/* ── Content Card ── */
.content-card[data-v-0e55320e] {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
  padding: 2.5rem;
  margin-bottom: 2rem;
}
.content-card[data-v-0e55320e] h2 {
  font-family: 'Syne', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a2e;
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #f0f0f0;
}
.content-card[data-v-0e55320e] h3 {
  font-family: 'Syne', sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: #cc3826;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}
.content-card[data-v-0e55320e] p {
  font-family: 'DM Sans', sans-serif;
  color: #555;
  line-height: 1.8;
  margin-bottom: 1rem;
}
.content-card[data-v-0e55320e] ul, .content-card[data-v-0e55320e] ol {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
.content-card[data-v-0e55320e] li {
  font-family: 'DM Sans', sans-serif;
  color: #555;
  line-height: 1.8;
  margin-bottom: 0.5rem;
}
.content-card[data-v-0e55320e] a {
  color: #cc3826;
  text-decoration: underline;
}
