.elementor-3847 .elementor-element.elementor-element-75a33c2{--display:flex;}/* Start custom CSS for html, class: .elementor-element-602e031 */.cd-landing {
  --cd-text: #1e293b;
  --cd-muted: #5f6b7a;
  --cd-primary: #19b7bd;
  --cd-primary-dark: #119aa0;
  --cd-navy: #16233f;
  --cd-border: #dbe7ea;
  --cd-border-soft: rgba(22, 35, 63, 0.08);
  --cd-shadow: 0 12px 32px rgba(19, 39, 68, 0.08);
  --cd-shadow-soft: 0 8px 24px rgba(22, 35, 63, 0.05);
  --cd-radius: 24px;
  --cd-radius-lg: 30px;

  color: var(--cd-text);
  font-family: inherit;
  line-height: 1.6;
}

.cd-landing * {
  box-sizing: border-box;
}

.cd-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.cd-container--narrow {
  width: min(1100px, calc(100% - 40px));
  margin: 0 auto;
}

.cd-section {
  padding: 96px 0;
  position: relative;
}

.cd-section--light {
  background: #f9fcfc;
}

.cd-section--tint {
  background: linear-gradient(180deg, #eff7f8 0%, #e8f2f3 100%);
}

.cd-eyebrow,
.cd-tag {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(25, 183, 189, 0.12);
  color: #0f8c92;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.cd-hero {
  padding: 96px 0 78px;
  background:
    radial-gradient(circle at top left, rgba(25, 183, 189, 0.12), transparent 30%),
    radial-gradient(circle at bottom right, rgba(25, 183, 189, 0.12), transparent 25%),
    linear-gradient(180deg, #ffffff 0%, #f6fbfb 100%);
  overflow: hidden;
}

.cd-hero__inner {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
}

.cd-hero h1 {
  margin: 0 0 18px;
  color: var(--cd-navy);
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1.06;
  letter-spacing: -0.03em;
}

.cd-lead {
  margin: 0 0 28px;
  max-width: 720px;
  color: var(--cd-muted);
  font-size: 19px;
  line-height: 1.8;
}

.cd-hero__actions,
.cd-highlight__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.cd-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

.cd-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 16px;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  transition: all 0.22s ease;
}

.cd-btn--primary {
  background: var(--cd-primary);
  color: #fff;
  box-shadow: 0 10px 22px rgba(25, 183, 189, 0.2);
}

.cd-btn--primary:hover {
  background: var(--cd-primary-dark);
  color: #fff;
  transform: translateY(-1px);
}

.cd-btn--secondary {
  background: #fff;
  color: var(--cd-navy);
  border: 1px solid var(--cd-border);
}

.cd-btn--secondary:hover {
  background: #f8fbfc;
  color: var(--cd-navy);
  transform: translateY(-1px);
}

.cd-hero__visual img,
.cd-split__visual img {
  width: 100%;
  display: block;
  border-radius: 28px;
  box-shadow: var(--cd-shadow);
  object-fit: cover;
}

.cd-section__intro {
  max-width: 820px;
  margin: 0 auto 50px;
  text-align: center;
}

.cd-section__intro h2,
.cd-split__content h2,
.cd-highlight__content h2,
.cd-cta h2 {
  margin: 0 0 16px;
  color: var(--cd-navy);
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.cd-section__intro p,
.cd-split__content p,
.cd-highlight__content p,
.cd-cta p {
  margin: 0;
  color: var(--cd-muted);
  font-size: 18px;
  line-height: 1.8;
}

.cd-grid {
  display: grid;
  gap: 28px;
}

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

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

.cd-feature-card,
.cd-simple-card,
.cd-mini-card {
  background: #fff;
  border: 1px solid var(--cd-border);
  border-radius: var(--cd-radius);
  box-shadow: var(--cd-shadow);
}

.cd-feature-card {
  padding: 30px;
}

.cd-feature-card h3,
.cd-simple-card h3 {
  margin: 0 0 12px;
  color: var(--cd-navy);
  font-size: 22px;
  line-height: 1.2;
}

.cd-feature-card p,
.cd-simple-card p {
  margin: 0;
  color: var(--cd-muted);
  font-size: 16px;
  line-height: 1.75;
}

.cd-feature-card__icon {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 16px;
  background: rgba(25, 183, 189, 0.12);
  color: var(--cd-primary-dark);
  font-size: 24px;
  font-weight: 700;
}

.cd-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}

.cd-checks {
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.cd-checks li {
  position: relative;
  margin: 0 0 12px;
  padding-left: 28px;
  color: var(--cd-text);
  font-weight: 600;
}

.cd-checks li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--cd-primary);
  font-weight: 800;
}

.cd-grid--quality {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
}

.cd-quality-card {
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(6px);
  border: 1px solid var(--cd-border-soft);
  border-radius: 28px;
  padding: 34px 32px;
  box-shadow:
    0 8px 24px rgba(22, 35, 63, 0.05),
    0 2px 8px rgba(22, 35, 63, 0.03);
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.cd-quality-card:hover {
  transform: translateY(-4px);
  box-shadow:
    0 16px 38px rgba(22, 35, 63, 0.08),
    0 4px 14px rgba(22, 35, 63, 0.05);
  border-color: rgba(25, 183, 189, 0.24);
}

.cd-quality-card__icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  background: linear-gradient(180deg, rgba(25, 183, 189, 0.16) 0%, rgba(25, 183, 189, 0.1) 100%);
  color: var(--cd-primary-dark);
  font-size: 24px;
  font-weight: 700;
}

.cd-quality-card h3 {
  margin: 0 0 14px;
  color: var(--cd-navy);
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.cd-quality-card p {
  margin: 0;
  color: var(--cd-muted);
  font-size: 17px;
  line-height: 1.8;
  max-width: 95%;
}

.cd-simple-card {
  padding: 28px;
}

.cd-highlight {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding: 36px;
  background: linear-gradient(180deg, #f3fbfb 0%, #eaf8f9 100%);
  border: 1px solid var(--cd-border);
  border-radius: var(--cd-radius-lg);
  box-shadow: var(--cd-shadow-soft);
}

.cd-highlight__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.cd-mini-card {
  min-height: 94px;
  padding: 18px 20px;
  font-weight: 700;
  color: var(--cd-navy);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cd-cta {
  padding: 90px 0;
  background: var(--cd-navy);
  text-align: center;
}

.cd-cta h2,
.cd-cta p {
  color: #fff;
}

.cd-cta p {
  max-width: 900px;
  margin: 0 auto 26px;
  opacity: 0.88;
}

@media (max-width: 1024px) {
  .cd-hero__inner,
  .cd-split,
  .cd-highlight {
    grid-template-columns: 1fr;
  }

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

  .cd-hero {
    padding-top: 76px;
  }

  .cd-hero__visual {
    order: -1;
  }
}

@media (max-width: 767px) {
  .cd-section {
    padding: 68px 0;
  }

  .cd-container,
  .cd-container--narrow {
    width: min(100% - 24px, 1180px);
  }

  .cd-grid--3,
  .cd-grid--2,
  .cd-grid--quality,
  .cd-highlight__cards {
    grid-template-columns: 1fr;
  }

  .cd-hero h1 {
    font-size: 38px;
  }

  .cd-lead,
  .cd-section__intro p,
  .cd-split__content p,
  .cd-highlight__content p,
  .cd-cta p,
  .cd-quality-card p {
    font-size: 16px;
  }

  .cd-feature-card,
  .cd-simple-card,
  .cd-highlight,
  .cd-quality-card {
    padding: 24px 22px;
  }

  .cd-btn {
    width: 100%;
  }

  .cd-hero__actions,
  .cd-highlight__actions,
  .cd-cta__actions {
    flex-direction: column;
  }

  .cd-quality-card {
    min-height: auto;
    border-radius: 22px;
  }

  .cd-quality-card h3 {
    font-size: 21px;
  }

  .cd-quality-card p {
    max-width: 100%;
  }
}


@media (max-width: 767px) {
  .cd-hero__visual {
    display: none;
  }
}/* End custom CSS */