.ccint-page {
  max-width: 1180px;
  margin: 0 auto;
  padding: 36px 20px 52px;
}

.ccint-hero {
  border-radius: 28px;
  padding: 44px;
  color: #fff;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,.18), transparent 28%),
    linear-gradient(135deg, #173b67, #0b5477 55%, #0c6a72);
  box-shadow: 0 20px 48px rgba(7, 38, 66, .18);
}

.ccint-hero--map {
  margin-bottom: 22px;
}

.ccint-hero span {
  display: inline-flex;
  padding: 7px 13px;
  border-radius: 999px;
  background: rgba(255,255,255,.16);
  font-weight: 800;
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.ccint-hero h1 {
  margin: 18px 0 14px;
  max-width: 920px;
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1.03;
}

.ccint-hero p {
  max-width: 870px;
  font-size: 1.08rem;
  line-height: 1.65;
}

.ccint-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.ccint-hero-actions a,
.ccint-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 18px;
  border-radius: 999px;
  background: #fff;
  color: #123d61;
  font-weight: 800;
  text-decoration: none;
}

.ccint-card a {
  background: #123d61;
  color: #fff;
}

.ccint-stats,
.ccint-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 24px 0;
}

.ccint-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ccint-stats article,
.ccint-card,
.ccint-panel,
.ccint-map-sidebar {
  border: 1px solid #dce7ef;
  border-radius: 22px;
  background: #fff;
  padding: 22px;
  box-shadow: 0 14px 36px rgba(0,0,0,.05);
}

.ccint-stats strong {
  display: block;
  color: #123d61;
  font-size: 2rem;
  line-height: 1;
}

.ccint-stats span {
  display: block;
  margin-top: 8px;
  color: #4c6171;
  line-height: 1.45;
}

.ccint-card h2,
.ccint-panel h2,
.ccint-map-sidebar h2 {
  margin-top: 0;
  color: #123d61;
}

.ccint-card p,
.ccint-panel p {
  color: #40596b;
  line-height: 1.66;
}

.ccint-map-layout {
  display: grid;
  grid-template-columns: 380px minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}

.ccint-map-sidebar {
  max-height: 680px;
  overflow: auto;
}

.ccint-map-sidebar label {
  display: block;
  color: #2f4f66;
  font-weight: 800;
  margin-bottom: 8px;
}

.ccint-map-sidebar input {
  width: 100%;
  min-height: 44px;
  border: 1px solid #cbdbe7;
  border-radius: 14px;
  padding: 10px 12px;
  margin-bottom: 12px;
}

.ccint-map-summary {
  margin: 10px 0 14px;
  padding: 10px 12px;
  border-radius: 14px;
  background: #eef6fb;
  color: #234861;
  font-weight: 800;
}

.ccint-map-list {
  display: grid;
  gap: 10px;
}

.ccint-map-item {
  border: 1px solid #e4edf4;
  border-radius: 16px;
  padding: 13px;
  background: #fbfdff;
  cursor: pointer;
}

.ccint-map-item:hover,
.ccint-map-item.is-active {
  border-color: #0b6c8a;
  background: #f1f9fc;
}

.ccint-map-item strong {
  display: block;
  color: #123d61;
  margin-bottom: 5px;
}

.ccint-map-item span {
  display: block;
  color: #557083;
  font-size: .92rem;
  line-height: 1.42;
}

.ccint-map-canvas {
  min-height: 680px;
  border: 1px solid #dce7ef;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 14px 36px rgba(0,0,0,.05);
  background: #eef6fb;
}

.leaflet-popup-content {
  min-width: 240px;
}

.ccint-popup-title {
  font-weight: 800;
  color: #123d61;
  margin-bottom: 6px;
}

.ccint-popup-meta {
  color: #4e6577;
  line-height: 1.4;
}

@media (max-width: 980px) {
  .ccint-stats,
  .ccint-grid,
  .ccint-map-layout {
    grid-template-columns: 1fr;
  }

  .ccint-map-sidebar {
    max-height: none;
  }

  .ccint-hero {
    padding: 32px;
  }
}
