.clp {
  font-family: 'DM Sans', sans-serif;
  color: #1A2733;
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
}

.clp * { box-sizing: border-box; }
.clp a { color: inherit; text-decoration: none; }

.clp__w {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
}

.clp__bc {
  background: #EAF4FB;
  border-bottom: 1px solid #D8E6EC;
  color: #5A6A78;
  font-size: 12.5px;
}

.clp__bc .clp__w {
  padding-top: 11px;
  padding-bottom: 11px;
}

.clp__bc a { color: #0D6E6E; }
.clp__bc a:hover { text-decoration: underline; }
.clp__bc span { margin: 0 7px; opacity: 0.4; }

.clp__hero {
  background: linear-gradient(135deg, #0E2A47 0%, #163D5F 100%);
  padding: 56px 0 52px;
  position: relative;
  overflow: hidden;
}

.clp__hero::before {
  content: '';
  position: absolute;
  top: -80px;
  right: -60px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(0, 184, 169, 0.07);
  pointer-events: none;
}

.clp__hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  position: relative;
}

.clp__hero-lbl {
  color: #00B8A9;
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.clp__hero h1 {
  color: #fff;
  font-size: clamp(1.9rem, 3.5vw, 2.6rem);
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 28px;
}

.clp__meta {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 32px;
}

.clp__meta-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.clp__meta-ico {
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  color: #00B8A9;
  display: flex;
  flex-shrink: 0;
  font-size: 10px;
  font-weight: 700;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.clp__meta-lbl {
  color: rgba(255, 255, 255, 0.5);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin-bottom: 2px;
  text-transform: uppercase;
}

.clp__meta-val {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 1.4;
}

.clp__meta-val a { color: #00B8A9; }
.clp__meta-val a:hover { text-decoration: underline; }

.clp__hero-btns {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.clp__btn {
  align-items: center;
  border-radius: 10px;
  cursor: pointer;
  display: inline-flex;
  font-size: 13.5px;
  font-weight: 600;
  gap: 8px;
  justify-content: center;
  line-height: 1.2;
  padding: 12px 24px;
  transition: 0.2s ease;
}

.clp__btn--accent {
  background: #00B8A9;
  color: #0E2A47;
}

.clp__btn--accent:hover {
  background: #00cfc0;
  transform: translateY(-1px);
}

.clp__btn--ghost {
  background: rgba(255, 255, 255, 0.1);
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  color: #fff;
}

.clp__btn--ghost:hover { background: rgba(255, 255, 255, 0.18); }

.clp__sv {
  border: 2px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  position: relative;
}

.clp__sv iframe {
  border: none;
  display: block;
  height: 340px;
  width: 100%;
}

.clp__sv-lbl {
  background: rgba(14, 42, 71, 0.82);
  border-radius: 100px;
  bottom: 12px;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  left: 12px;
  letter-spacing: 0.06em;
  padding: 5px 12px;
  pointer-events: none;
  position: absolute;
  text-transform: uppercase;
}

.clp__stats {
  background: #fff;
  border-bottom: 1px solid #D8E6EC;
}

.clp__stats .clp__w {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.clp__stat {
  border-right: 1px solid #D8E6EC;
  padding: 18px 40px;
  text-align: center;
}

.clp__stat:last-child { border-right: none; }

.clp__stat-n {
  color: #0D6E6E;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 4px;
}

.clp__stat-l {
  color: #5A6A78;
  font-size: 12px;
}

.clp__sec { padding: 64px 0; }
.clp__sec--alt { background: #F7FAFB; }
.clp__sec--teal { background: #E6F5F5; }
.clp__sec--navy { background: linear-gradient(135deg, #0E2A47 0%, #163D5F 100%); }

.clp__sec-lbl {
  color: #1A8F8F;
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.clp__sec h2 {
  color: #0E2A47;
  font-size: clamp(1.4rem, 2.5vw, 1.8rem);
  font-weight: 700;
  margin: 0 0 36px;
}

.clp__intro {
  color: #5A6A78;
  font-size: 15px;
  line-height: 1.75;
  margin: -18px 0 0;
  max-width: 820px;
}

.clp__map-grid {
  align-items: start;
  display: grid;
  gap: 32px;
  grid-template-columns: 3fr 2fr;
}

.clp__map-frame {
  border: 1px solid #D8E6EC;
  border-radius: 16px;
  box-shadow: 0 2px 16px rgba(14, 42, 71, 0.08);
  overflow: hidden;
}

.clp__map-frame iframe {
  border: none;
  display: block;
  height: 380px;
  width: 100%;
}

.clp__dirs {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.clp__dir {
  align-items: flex-start;
  display: flex;
  gap: 12px;
}

.clp__dir-ico {
  align-items: center;
  background: #fff;
  border: 1px solid #D8E6EC;
  border-radius: 8px;
  color: #0D6E6E;
  display: flex;
  flex-shrink: 0;
  font-size: 11px;
  font-weight: 700;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.clp__dir h4 {
  color: #0E2A47;
  font-size: 13.5px;
  font-weight: 700;
  margin: 0 0 3px;
}

.clp__dir p {
  color: #5A6A78;
  font-size: 13px;
  line-height: 1.65;
  margin: 0;
}

.clp__svcs {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

.clp__svc {
  background: #fff;
  border: 1px solid #D8E6EC;
  border-radius: 14px;
  padding: 24px 20px;
  transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.clp__svc:hover {
  border-color: #1A8F8F;
  box-shadow: 0 4px 20px rgba(14, 42, 71, 0.1);
  transform: translateY(-2px);
}

.clp__svc-ico {
  align-items: center;
  background: #E6F5F5;
  border-radius: 10px;
  color: #0D6E6E;
  display: flex;
  font-size: 11px;
  font-weight: 700;
  height: 44px;
  justify-content: center;
  margin-bottom: 12px;
  width: 44px;
}

.clp__svc h3 {
  color: #0E2A47;
  font-size: 0.9rem;
  font-weight: 700;
  margin: 0 0 6px;
}

.clp__svc p {
  color: #5A6A78;
  font-size: 12.5px;
  line-height: 1.6;
  margin: 0;
}

.clp__faq-wrap,
.clp__faq-head {
  margin-left: auto;
  margin-right: auto;
  max-width: 860px;
}

.clp__faq-head { margin-bottom: 28px; }
.clp__faq-head h2 { margin-bottom: 0; }

.clp__faq-intro {
  color: #5A6A78;
  font-size: 14px;
  line-height: 1.7;
  margin: 10px 0 0;
}

.clp__faq-list {
  display: grid;
  gap: 14px;
}

.clp__faq-item {
  background: #fff;
  border: 1px solid #D8E6EC;
  border-radius: 14px;
  box-shadow: 0 4px 18px rgba(14, 42, 71, 0.05);
  padding: 20px 22px;
}

.clp__faq-item h4 {
  color: #0E2A47;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 7px;
}

.clp__faq-item p {
  color: #5A6A78;
  font-size: 13.5px;
  line-height: 1.65;
  margin: 0;
}

.clp__cta {
  padding: 56px 24px;
  text-align: center;
}

.clp__cta h2 {
  color: #fff;
  margin-bottom: 10px;
}

.clp__cta p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  margin: 0 0 26px;
}

.clp__cta-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.clp__btn--white {
  background: #fff;
  color: #0E2A47;
}

.clp__btn--white:hover { background: #EAF4FB; }

.clp__btn--ol {
  background: transparent;
  border: 1.5px solid rgba(255, 255, 255, 0.55);
  color: #fff;
}

.clp__btn--ol:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: #fff;
  color: #fff;
}

.clp__sibs {
  background: #F7FAFB;
  border-top: 1px solid #D8E6EC;
}

.clp__sibs .clp__w {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  padding-bottom: 18px;
  padding-top: 18px;
}

.clp__sib-lbl {
  color: #5A6A78;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.07em;
  margin-right: 4px;
  text-transform: uppercase;
}

.clp__sib {
  background: #fff;
  border: 1px solid #D8E6EC;
  border-radius: 100px;
  color: #0D6E6E;
  font-size: 13px;
  font-weight: 500;
  padding: 5px 14px;
  transition: 0.18s ease;
}

.clp__sib:hover {
  background: #E6F5F5;
  border-color: #0D6E6E;
}

.clp__sib--on {
  background: #0D6E6E;
  border-color: #0D6E6E;
  color: #fff;
  pointer-events: none;
}

@media (max-width: 900px) {
  .clp__hero-grid,
  .clp__map-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

@media (max-width: 600px) {
  .clp__w { padding: 0 20px; }
  .clp__sec { padding: 44px 0; }
  .clp__hero { padding: 40px 0 36px; }

  .clp__stat {
    border-bottom: 1px solid #D8E6EC;
    border-right: none;
    padding: 14px 20px;
  }

  .clp__faq-item { padding: 18px; }
  .clp__cta { padding: 46px 20px; }
  .clp__cta-btns .clp__btn { width: 100%; }
}
