@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500;9..40,600;9..40,700&family=DM+Serif+Display:ital@0;1&display=swap');

.cnv-dc-sec1-da5eb0d0 {
  --navy:        #1F3F5B;
  --navy-dark:   #16304A;
  --navy-mid:    #29506F;
  --teal:        #5FC2BE;
  --teal-dark:   #3FA39F;
  --teal-light:  #E7F5F4;
  --white:       #FFFFFF;
  --off-white:   #F5F7F8;
  --border:      #dce8ef;
  --gray-light:  #eef3f6;
  --text-dark:   #16304A;
  --text-mid:    #385166;
  --text-muted:  #5a7388;
  --r-md:  10px;
  --r-lg:  16px;
  --r-xl:  24px;
  --shadow:    0 4px 24px rgba(31,63,91,.10);
  --shadow-lg: 0 14px 48px rgba(31,63,91,.16);
  --tr: all .22s ease;

  font-family: 'DM Sans', Arial, sans-serif;
  color: var(--text-dark);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
.cnv-dc-sec1-da5eb0d0, .cnv-dc-sec1-da5eb0d0 *, .cnv-dc-sec1-da5eb0d0 *::before, .cnv-dc-sec1-da5eb0d0 *::after {
  box-sizing: border-box;
}
.cnv-dc-sec1-da5eb0d0 img { max-width: 100%; display: block; }
.cnv-dc-sec1-da5eb0d0 a { color: var(--teal-dark); text-decoration: none; }
.cnv-dc-sec1-da5eb0d0 a:hover { text-decoration: underline; }

/* ── SECTION LAYOUT ── */
.cnv-dc-sec1-da5eb0d0 .dc-split-section {
  background: var(--white);
  padding: 92px 24px;
}
.cnv-dc-sec1-da5eb0d0 .dc-split-inner {
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}

/* ── Image col ── */
.cnv-dc-sec1-da5eb0d0 .dc-split-img-col { position: relative; }
.cnv-dc-sec1-da5eb0d0 .dc-split-img-wrap {
  position: relative;
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  line-height: 0;
}
.cnv-dc-sec1-da5eb0d0 .dc-split-img-wrap img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: var(--r-xl);
  display: block;
}

/* Badge top-right on the image */
.cnv-dc-sec1-da5eb0d0 .dc-img-badge {
  position: absolute;
  top: 22px;
  right: 22px;
  background: rgba(22,48,74,.82);
  backdrop-filter: blur(6px);
  color: var(--white);
  border-radius: 50px;
  padding: 10px 16px 10px 12px;
  box-shadow: 0 6px 20px rgba(22,48,74,.3);
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 2;
}
.cnv-dc-sec1-da5eb0d0 .dc-img-badge-icon {
  width: 26px; height: 26px;
  border-radius: 50%;
  background: var(--teal);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.cnv-dc-sec1-da5eb0d0 .dc-img-badge-icon svg { width: 14px; height: 14px; stroke: var(--navy-dark); }
.cnv-dc-sec1-da5eb0d0 .dc-img-badge-text { font-size: 12.5px; font-weight: 600; color: rgba(255,255,255,.92); white-space: nowrap; }

/* ── SIGNATURE ELEMENT: The Depth Gauge ── */
.cnv-dc-sec1-da5eb0d0 .dc-depth-gauge {
  margin-top: 20px;
  background: var(--navy);
  border-radius: var(--r-lg);
  padding: 22px 24px 20px;
  box-shadow: var(--shadow);
}
.cnv-dc-sec1-da5eb0d0 .dc-depth-gauge-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.45);
  margin-bottom: 14px;
}
.cnv-dc-sec1-da5eb0d0 .dc-depth-row {
  display: grid;
  grid-template-columns: 140px 1fr 40px;
  align-items: center;
  gap: 14px;
  padding: 7px 0;
}
.cnv-dc-sec1-da5eb0d0 .dc-depth-name {
  font-size: 12.5px;
  font-weight: 600;
  color: rgba(255,255,255,.6);
}
.cnv-dc-sec1-da5eb0d0 .dc-depth-track {
  height: 8px;
  background: rgba(255,255,255,.08);
  border-radius: 20px;
  overflow: hidden;
}
.cnv-dc-sec1-da5eb0d0 .dc-depth-fill {
  height: 100%;
  border-radius: 20px;
}
.cnv-dc-sec1-da5eb0d0 .dc-depth-row.is-deep .dc-depth-name { color: var(--white); }
.cnv-dc-sec1-da5eb0d0 .dc-depth-pct {
  font-size: 12.5px;
  font-weight: 700;
  color: rgba(255,255,255,.55);
  text-align: right;
}
.cnv-dc-sec1-da5eb0d0 .dc-depth-row.is-deep .dc-depth-pct { color: var(--teal); }

/* ── Content col ── */
.cnv-dc-sec1-da5eb0d0 .dc-split-header {
  max-width: 1160px;
  margin: 0 auto 48px;
  text-align: center;
}
.cnv-dc-sec1-da5eb0d0 .dc-sec-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--teal-dark);
  border: 1px solid rgba(95,194,190,.4);
  border-radius: 20px;
  padding: 4px 14px;
  margin-bottom: 10px;
}
.cnv-dc-sec1-da5eb0d0 .dc-split-header h2 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(26px, 3.5vw, 37px);
  font-weight: 400;
  line-height: 1.2;
  color: var(--navy);
  margin-bottom: 16px;
  letter-spacing: -.01em;
}
.cnv-dc-sec1-da5eb0d0 .dc-split-header h2 em {
  color: var(--teal-dark);
  font-style: italic;
}
.cnv-dc-sec1-da5eb0d0 .dc-split-intro {
  max-width: 700px;
  margin: 0 auto;
  font-size: 16px;
  color: var(--text-mid);
  line-height: 1.7;
  text-align: left;
  padding-left: 16px;
  border-left: 3px solid var(--teal);
}

/* Difference points */
.cnv-dc-sec1-da5eb0d0 .dc-diff-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 32px;
}
.cnv-dc-sec1-da5eb0d0 .dc-diff-item {
  display: flex;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid var(--border);
  align-items: flex-start;
}
.cnv-dc-sec1-da5eb0d0 .dc-diff-item:first-child { padding-top: 0; }
.cnv-dc-sec1-da5eb0d0 .dc-diff-item:last-child { border-bottom: none; }
.cnv-dc-sec1-da5eb0d0 .dc-diff-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--teal-light);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}
.cnv-dc-sec1-da5eb0d0 .dc-diff-icon svg,
.cnv-dc-sec1-da5eb0d0 .dc-diff-icon i { width: 19px; height: 19px; font-size: 19px; line-height: 1; stroke: var(--teal-dark); color: var(--teal-dark); }
.cnv-dc-sec1-da5eb0d0 .dc-diff-item h3 {
  font-size: 15px;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 5px;
  line-height: 1.3;
}
.cnv-dc-sec1-da5eb0d0 .dc-diff-item p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.65;
  margin: 0;
}
.cnv-dc-sec1-da5eb0d0 .dc-diff-item p a {
  color: var(--teal-dark);
  font-weight: 500;
}

/* CTA row */
.cnv-dc-sec1-da5eb0d0 .dc-split-cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 8px;
}
.cnv-dc-sec1-da5eb0d0 .dc-btn-teal {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 12px 24px;
  border-radius: 50px;
  background: var(--teal);
  color: var(--navy-dark);
  font-family: 'DM Sans', sans-serif;
  font-size: 14.5px;
  font-weight: 700;
  text-decoration: none;
  transition: var(--tr);
  cursor: pointer;
}
.cnv-dc-sec1-da5eb0d0 .dc-btn-teal:hover {
  background: var(--teal-dark);
  color: var(--white);
  transform: translateY(-1px);
  text-decoration: none;
}
.cnv-dc-sec1-da5eb0d0 .dc-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 12px 24px;
  border-radius: 50px;
  background: transparent;
  color: var(--text-dark);
  border: 1.5px solid var(--border);
  font-family: 'DM Sans', sans-serif;
  font-size: 14.5px;
  font-weight: 600;
  text-decoration: none;
  transition: var(--tr);
  cursor: pointer;
}
.cnv-dc-sec1-da5eb0d0 .dc-btn-outline:hover {
  border-color: var(--navy);
  text-decoration: none;
}

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .cnv-dc-sec1-da5eb0d0 .dc-split-inner { grid-template-columns: 1fr; gap: 40px; }
  .cnv-dc-sec1-da5eb0d0 .dc-split-img-wrap img { height: 380px; }
}
@media (max-width: 640px) {
  .cnv-dc-sec1-da5eb0d0 .dc-split-section { padding: 56px 20px; }
  .cnv-dc-sec1-da5eb0d0 .dc-depth-row { grid-template-columns: 100px 1fr 34px; gap: 10px; }
  .cnv-dc-sec1-da5eb0d0 .dc-img-badge { padding: 8px 12px 8px 8px; }
  .cnv-dc-sec1-da5eb0d0 .dc-img-badge-text { font-size: 11.5px; }
}
