.elementor-3819 .elementor-element.elementor-element-fcfac9d{--display:flex;}/* Start custom CSS for html, class: .elementor-element-993342e */.bc-landing {
  --bc-text: #1e293b;
  --bc-muted: #5f6b7a;
  --bc-primary: #19b7bd;
  --bc-primary-dark: #119aa0;
  --bc-navy: #16233f;
  --bc-border: #dbe7ea;
  --bc-shadow: 0 12px 32px rgba(19, 39, 68, 0.08);
  --bc-radius: 22px;

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

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

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

.bc-section {
  padding: 88px 0;
  position: relative;
}

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

.bc-section--tint {
  background: linear-gradient(180deg, #f4fbfb 0%, #edf8f8 100%);
}

.bc-eyebrow,
.bc-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;
}

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

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

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

.bc-lead {
  margin: 0 0 24px;
  max-width: 680px;
  color: var(--bc-muted);
  font-size: 18px;
}

.bc-hero__note {
  margin-top: 16px;
  color: var(--bc-muted);
  font-size: 14px;
}

.bc-hero__actions,
.bc-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.bc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  transition: all 0.25s ease;
}

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

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

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

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

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

.bc-section__intro {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.bc-section__intro h2,
.bc-split__content h2,
.bc-cta h2 {
  margin: 0 0 14px;
  color: var(--bc-navy);
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.bc-section__intro p,
.bc-split__content p,
.bc-cta p {
  margin: 0;
  color: var(--bc-muted);
  font-size: 17px;
}

.bc-grid {
  display: grid;
  gap: 24px;
}

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

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

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

.bc-card {
  padding: 28px;
}

.bc-card h3,
.bc-panel h3,
.bc-app-highlight__content h3 {
  margin: 0 0 10px;
  color: var(--bc-navy);
  font-size: 22px;
  line-height: 1.2;
}

.bc-card p,
.bc-panel p,
.bc-app-highlight__content p {
  margin: 0;
  color: var(--bc-muted);
  font-size: 15px;
}

.bc-card--compact {
  padding: 24px;
}

.bc-card--compact h3 {
  font-size: 20px;
}

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

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

.bc-checks {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

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

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

.bc-panel {
  padding: 28px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfefe 100%);
}

.bc-app-highlight {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  padding: 34px;
  background: linear-gradient(180deg, #f3fbfb 0%, #eaf8f9 100%);
  border: 1px solid var(--bc-border);
  border-radius: 30px;
}

.bc-app-highlight__content .bc-btn {
  margin-top: 22px;
}

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

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

.bc-cta {
  padding: 80px 0;
  background: var(--bc-navy);
}

.bc-cta__inner {
  text-align: center;
}

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

.bc-cta p {
  max-width: 760px;
  margin: 0 auto 24px;
  opacity: 0.88;
}

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

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

  .bc-hero {
    padding-top: 70px;
  }

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

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

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

  .bc-grid--3,
  .bc-grid--2,
  .bc-app-highlight__cards {
    grid-template-columns: 1fr;
  }

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

  .bc-lead,
  .bc-section__intro p,
  .bc-split__content p,
  .bc-cta p {
    font-size: 16px;
  }

  .bc-card,
  .bc-panel,
  .bc-app-highlight {
    padding: 22px;
  }

  .bc-btn {
    width: 100%;
  }
}/* End custom CSS */