/* ─── SECTION ─── */
.cn-sp-19b2b7ce {
  padding: 100px 0;
  background: #F5F7F8;
  font-family: 'DM Sans', sans-serif;
  box-sizing: border-box;
}
.cn-sp-19b2b7ce *, .cn-sp-19b2b7ce *::before, .cn-sp-19b2b7ce *::after {
  box-sizing: border-box;
}
 
/* ─── CONTAINER ─── */
.cn-sp-19b2b7ce__wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
 
/* ─── GRID ─── */
.cn-sp-19b2b7ce__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}
 
.cn-sp-19b2b7ce__steps  { order: 1; }
.cn-sp-19b2b7ce__content { order: 2; }
 
/* ─── STEPS CARD ─── */
.cn-sp-19b2b7ce__card {
  background: #fff;
  border-radius: 24px;
  padding: 48px;
  box-shadow: 0 8px 40px rgba(31,63,91,.12);
}
 
.cn-sp-19b2b7ce__step {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
 
.cn-sp-19b2b7ce__num {
  width: 44px;
  height: 44px;
  min-width: 44px;
  background: linear-gradient(135deg, #5FC2BE 0%, #1F3F5B 100%);
  color: #fff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.1rem;
  font-weight: 900;
  flex-shrink: 0;
}
 
.cn-sp-19b2b7ce__step-title {
  font-size: 1rem;
  font-weight: 600;
  color: #1F3F5B;
  margin: 0 0 6px 0;
  font-family: 'DM Sans', sans-serif;
  line-height: 1.4;
}
 
.cn-sp-19b2b7ce__step-desc {
  font-size: 14px;
  color: #5a7388;
  line-height: 1.65;
  margin: 0;
  font-family: 'DM Sans', sans-serif;
}
 
.cn-sp-19b2b7ce__line {
  width: 2px;
  height: 28px;
  background: #dce8ef;
  margin: 8px 0 8px 21px;
}
 
/* ─── CONTENT SIDE ─── */
.cn-sp-19b2b7ce__tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #5FC2BE;
  background: rgba(95,194,190,.12);
  padding: 6px 16px;
  border-radius: 100px;
  margin-bottom: 18px;
  font-family: 'DM Sans', sans-serif;
}
 
.cn-sp-19b2b7ce__title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2rem, 3.6vw, 3rem);
  font-weight: 700;
  color: #1F3F5B;
  line-height: 1.18;
  margin: 0 0 16px 0;
}
 
.cn-sp-19b2b7ce__sub {
  font-size: 1.05rem;
  color: #5a7388;
  line-height: 1.72;
  margin: 0 0 32px 0;
  font-family: 'DM Sans', sans-serif;
}
 
/* ─── FEATURE GRID ─── */
.cn-sp-19b2b7ce__features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 36px;
}
 
.cn-sp-19b2b7ce__feat {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #1F3F5B;
  font-family: 'DM Sans', sans-serif;
}
 
.cn-sp-19b2b7ce__dot {
  width: 8px;
  height: 8px;
  min-width: 8px;
  background: #5FC2BE;
  border-radius: 50%;
}
 
/* ─── CTA BUTTON ─── */
.cn-sp-19b2b7ce__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #00C2A8;
  color: #fff !important;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 600;
  padding: 14px 32px;
  border-radius: 50px;
  text-decoration: none !important;
  box-shadow: 0 4px 20px rgba(0,194,168,.35);
  transition: background .2s, transform .2s, box-shadow .2s;
  border: none;
  cursor: pointer;
}
.cn-sp-19b2b7ce__btn:hover {
  background: #00a891;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(0,194,168,.45);
  color: #fff !important;
  text-decoration: none !important;
}
 
/* ══════════════════════════════════════════
   TABLET  ≤ 1024px
══════════════════════════════════════════ */
@media (max-width: 1024px) {
  .cn-sp-19b2b7ce {
    padding: 80px 0;
  }
  .cn-sp-19b2b7ce__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .cn-sp-19b2b7ce__content { order: 1; }
  .cn-sp-19b2b7ce__steps   { order: 2; }
  .cn-sp-19b2b7ce__title {
    font-size: 2.2rem;
  }
  .cn-sp-19b2b7ce__card {
    padding: 40px;
  }
  .cn-sp-19b2b7ce__content {
    text-align: center;
  }
  .cn-sp-19b2b7ce__sub {
    margin-left: auto;
    margin-right: auto;
    max-width: 540px;
  }
  .cn-sp-19b2b7ce__features {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
}
 
/* ══════════════════════════════════════════
   MOBILE  ≤ 768px
══════════════════════════════════════════ */
@media (max-width: 768px) {
  .cn-sp-19b2b7ce {
    padding: 64px 0;
  }
  .cn-sp-19b2b7ce__wrap {
    padding: 0 20px;
  }
  .cn-sp-19b2b7ce__grid {
    gap: 32px;
  }
  .cn-sp-19b2b7ce__title {
    font-size: 1.9rem;
  }
  .cn-sp-19b2b7ce__sub {
    font-size: .98rem;
  }
  .cn-sp-19b2b7ce__card {
    padding: 28px 22px;
    border-radius: 20px;
  }
  .cn-sp-19b2b7ce__num {
    width: 40px;
    height: 40px;
    min-width: 40px;
    font-size: 1rem;
  }
  .cn-sp-19b2b7ce__features {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .cn-sp-19b2b7ce__feat {
    font-size: 13px;
  }
  .cn-sp-19b2b7ce__btn {
    width: 100%;
    justify-content: center;
    padding: 15px 28px;
  }
}
 
/* ══════════════════════════════════════════
   SMALL MOBILE  ≤ 480px
══════════════════════════════════════════ */
@media (max-width: 480px) {
  .cn-sp-19b2b7ce {
    padding: 52px 0;
  }
  .cn-sp-19b2b7ce__wrap {
    padding: 0 16px;
  }
  .cn-sp-19b2b7ce__title {
    font-size: 1.65rem;
  }
  .cn-sp-19b2b7ce__card {
    padding: 24px 18px;
  }
  .cn-sp-19b2b7ce__features {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .cn-sp-19b2b7ce__step-title {
    font-size: .95rem;
  }
  .cn-sp-19b2b7ce__step-desc {
    font-size: 13px;
  }
}
