.ctp-hero {
  background: linear-gradient(120deg, #0f1d34, #1b3862);
  background-size: cover;
  background-position: center;
  padding: 92px 0 72px;
  color: #f6f8ff;
}

.ctp-hero__content {
  max-width: 860px;
}

.ctp-eyebrow {
  display: inline-block;
  font-family: 'Public Sans', sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 700;
  color: #9dc2ff;
  margin-bottom: 12px;
}

.ctp-hero h1 {
  margin: 0 0 14px;
  font-family: 'Sora', sans-serif;
  font-size: clamp(2rem, 4vw, 3.05rem);
  line-height: 1.16;
  font-weight: 700;
}

.ctp-hero__subtitle {
  margin: 0;
  max-width: 740px;
  color: rgba(246, 248, 255, 0.9);
  font-size: 1rem;
  line-height: 1.7;
}

.ctp-breadcrumb {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 22px;
  font-size: 0.88rem;
}

.ctp-breadcrumb a {
  color: #d4e2ff;
  text-decoration: none;
}

.ctp-breadcrumb a:hover {
  color: #ffffff;
}

.ctp-metrics {
  margin-top: -28px;
  position: relative;
  z-index: 2;
}

.ctp-metrics__grid {
  background: #ffffff;
  border: 1px solid #dbe6f5;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(21, 45, 88, 0.12);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
}

.ctp-metric {
  padding: 20px 22px;
  border-right: 1px solid #eaf0fa;
}

.ctp-metric:last-child {
  border-right: 0;
}

.ctp-metric__value {
  margin: 0 0 6px;
  font-family: 'Sora', sans-serif;
  font-size: 1.15rem;
  color: #10233d;
  font-weight: 700;
}

.ctp-metric__label {
  margin: 0;
  color: #5d6f89;
  font-size: 0.86rem;
}

.ctp-cards {
  padding: 54px 0 68px;
}

.ctp-cards__head {
  margin-bottom: 28px;
}

.ctp-cards__head h2 {
  margin: 0 0 8px;
  font-family: 'Sora', sans-serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: #0f2138;
}

.ctp-cards__head p {
  margin: 0;
  max-width: 760px;
  color: #5f728d;
  line-height: 1.65;
}

.ctp-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.ctp-card {
  border: 1px solid #dbe7f6;
  border-radius: 16px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(17, 33, 57, 0.08);
  display: flex;
  flex-direction: column;
  animation: ctpFadeInUp 0.45s ease both;
}

.ctp-card__media {
  aspect-ratio: 16 / 10;
  background: #f2f6fb;
  overflow: hidden;
}

.ctp-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.ctp-card:hover .ctp-card__media img {
  transform: scale(1.04);
}

.ctp-card__body {
  padding: 18px 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.ctp-card__index {
  margin: 0;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #2f68bf;
  font-weight: 700;
}

.ctp-card h3 {
  margin: 0;
  font-family: 'Sora', sans-serif;
  font-size: 1.04rem;
  color: #132847;
  min-height: 2.55em;
}

.ctp-card p {
  margin: 0;
  color: #5e708b;
  line-height: 1.62;
  font-size: 0.92rem;
}

.ctp-card__cta {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0f4ba1;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
}

.ctp-card__cta:hover {
  color: #072f68;
}

.ctp-empty {
  padding: 28px;
  border: 1px dashed #c9d9ef;
  border-radius: 14px;
  background: #fbfdff;
}

.ctp-empty h3 {
  margin: 0 0 6px;
  font-family: 'Sora', sans-serif;
  color: #11253f;
}

.ctp-empty p {
  margin: 0;
  color: #627790;
}

.ctp-cta {
  padding: 0 0 64px;
}

.ctp-cta__inner {
  background: linear-gradient(135deg, #173156, #244f8a);
  border-radius: 18px;
  padding: 28px;
  color: #f6f8ff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.ctp-eyebrow--light {
  color: #bed4ff;
}

.ctp-cta__inner h3 {
  margin: 0;
  max-width: 660px;
  font-family: 'Sora', sans-serif;
  font-size: clamp(1.08rem, 2.6vw, 1.45rem);
  line-height: 1.45;
}

.ctp-cta__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.ctpd-hero {
  background: linear-gradient(120deg, #0f1d34, #1b3862);
  background-size: cover;
  background-position: center;
  padding: 92px 0 66px;
  color: #f6f8ff;
}

.ctpd-hero h1 {
  margin: 0 0 10px;
  font-family: 'Sora', sans-serif;
  font-size: clamp(1.9rem, 3.8vw, 2.8rem);
  font-weight: 700;
  line-height: 1.18;
}

.ctpd-hero__subtitle {
  margin: 0;
  max-width: 760px;
  font-size: 0.98rem;
  color: rgba(246, 248, 255, 0.9);
  line-height: 1.65;
}

.ctpd-shell {
  padding: 52px 0 64px;
}

.ctpd-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 26px;
  align-items: start;
}

.ctpd-main__card {
  border: 1px solid #dbe7f6;
  border-radius: 18px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(17, 33, 57, 0.08);
}

.ctpd-main__media {
  max-height: 460px;
  overflow: hidden;
  background: #eef4fd;
}

.ctpd-main__media img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.ctpd-main__content {
  padding: 24px;
}

.ctpd-main__eyebrow {
  margin: 0 0 8px;
  color: #2f68bf;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 700;
}

.ctpd-main__content h2 {
  margin: 0 0 10px;
  color: #10233d;
  font-size: clamp(1.4rem, 3vw, 1.95rem);
  font-family: 'Sora', sans-serif;
}

.ctpd-main__lead {
  margin: 0 0 18px;
  color: #4e6483;
  line-height: 1.7;
}

.ctpd-main__body {
  color: #142947;
}

.ctpd-main__body p,
.ctpd-main__body li,
.ctpd-main__body span {
  font-size: 1rem;
  line-height: 1.8;
}

.ctpd-main__body h3,
.ctpd-main__body h4 {
  margin-top: 1.4rem;
  margin-bottom: 0.8rem;
  font-family: 'Sora', sans-serif;
  color: #10233d;
}

.ctpd-side {
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: sticky;
  top: 88px;
}

.ctpd-panel {
  border: 1px solid #dbe7f6;
  border-radius: 14px;
  background: #ffffff;
  padding: 18px;
  box-shadow: 0 6px 18px rgba(17, 33, 57, 0.06);
}

.ctpd-panel h3 {
  margin: 0;
  font-family: 'Sora', sans-serif;
  color: #11253f;
  font-size: 1.08rem;
}

.ctpd-panel p {
  margin: 8px 0 0;
  color: #60728c;
  line-height: 1.6;
  font-size: 0.9rem;
}

.ctpd-list {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
  display: grid;
  gap: 8px;
  max-height: 360px;
  overflow: auto;
}

.ctpd-list a {
  display: block;
  padding: 10px 12px;
  border-radius: 9px;
  text-decoration: none;
  background: #f5f8fe;
  border: 1px solid #e3ecfa;
  color: #204066;
  font-size: 0.92rem;
  line-height: 1.4;
}

.ctpd-list a:hover {
  border-color: #bfd4f5;
  background: #edf4ff;
}

.ctpd-list a.active {
  background: linear-gradient(135deg, #1a3760, #24528d);
  border-color: #1e4375;
  color: #ffffff;
}

.ctpd-panel--cta {
  background: linear-gradient(135deg, #18315a, #25548e);
  border-color: transparent;
  color: #f5f8ff;
}

.ctpd-panel--cta h4 {
  margin: 8px 0 0;
  font-family: 'Sora', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}

.ctpd-panel--cta p {
  color: rgba(245, 248, 255, 0.86);
}

.ctpd-actions {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

@keyframes ctpFadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1199px) {
  .ctp-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .ctp-hero {
    padding: 82px 0 64px;
  }

  .ctp-metrics__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ctp-metric {
    border-right: 0;
    border-bottom: 1px solid #eaf0fa;
  }

  .ctp-metric:nth-last-child(-n+2) {
    border-bottom: 0;
  }

  .ctp-cta__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .ctpd-hero {
    padding: 82px 0 58px;
  }

  .ctpd-layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .ctpd-side {
    position: static;
  }

  .ctpd-list {
    max-height: 260px;
  }
}

@media (max-width: 640px) {
  .ctp-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ctp-cards {
    padding: 40px 0 54px;
  }

  .ctp-metrics {
    margin-top: -16px;
  }

  .ctp-metrics__grid {
    border-radius: 12px;
  }

  .ctp-metric {
    padding: 16px;
  }

  .ctp-cta {
    padding-bottom: 48px;
  }

  .ctp-cta__inner {
    border-radius: 14px;
    padding: 20px;
  }

  .ctpd-shell {
    padding: 36px 0 48px;
  }

  .ctpd-main__content {
    padding: 18px;
  }

  .ctpd-panel {
    padding: 14px;
  }
}
