.elementor-widget-cb-cta-band > .elementor-widget-container {
  padding: 0;
  margin: 0;
}

[data-cb-cta-band].cta {
  background: var(--navy);
  color: var(--white);
  padding: 0;
  overflow: hidden;
}

[data-cb-cta-band] .cta-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.5fr);
  align-items: stretch;
  min-height: 360px;
  background: var(--navy);
}

[data-cb-cta-band] .cta-media {
  position: relative;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}

[data-cb-cta-band] .cta-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  max-height: 460px;
}

[data-cb-cta-band] .cta-shell > .container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: none;
  margin: 0;
  display: flex;
  align-items: stretch;
  min-height: 360px;
  padding-right: max(24px, calc((100vw - var(--container)) / 2));
}

[data-cb-cta-band] .cta-panel {
  width: 100%;
  background: transparent;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 28px;
  padding: 48px 0 48px 40px;
  box-shadow: none;
}

[data-cb-cta-band] .cta-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

[data-cb-cta-band] .cta-copy {
  flex: 1;
  min-width: 0;
}

[data-cb-cta-band] h2 {
  color: var(--white);
  font-family: var(--font-heading);
  font-size: var(--text-4xl);
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.01em;
  margin: 0 0 12px;
  max-width: 18ch;
}

[data-cb-cta-band] .cta-copy > p {
  color: rgba(255, 255, 255, 0.88);
  max-width: 42ch;
  margin: 0 0 16px;
  font-size: var(--text-md);
  line-height: var(--lh-body);
}

[data-cb-cta-band] .cta-checks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
  width: 100%;
  margin: 0;
  padding: 22px 0 0;
  list-style: none;
}

[data-cb-cta-band] .cta-checks li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.95);
  font-family: var(--font-body);
  font-weight: 500;
  font-size: max(16px, var(--text-md));
  line-height: 1.35;
}

[data-cb-cta-band] .cta-check {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--white);
  border: 0;
  box-shadow: none;
  color: var(--navy);
}

[data-cb-cta-band] .cta-check .ph {
  font-size: 13px;
  line-height: 1;
}

[data-cb-cta-band] .cta-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  min-width: 240px;
  flex-shrink: 0;
}

.elementor [data-cb-cta-band] a.btn,
[data-cb-cta-band] .cta-actions .btn {
  width: 100%;
  min-width: 240px;
  justify-content: center;
  text-transform: uppercase;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: var(--text-lg);
  letter-spacing: 0.05em;
  padding: 15px 24px;
  margin-bottom: 6px;
}

[data-cb-cta-band] .cta-call-label {
  text-align: center;
  color: rgba(255, 255, 255, 0.88);
  font-size: var(--text-md);
  font-weight: 500;
  text-decoration: none;
  line-height: var(--lh-body);
  margin-top: 1rem;
}

[data-cb-cta-band] .cta-call-label:hover {
  color: var(--white);
}

[data-cb-cta-band] .cta-phone {
  text-align: center;
  font-family: var(--font-body);
  font-size: var(--text-3xl);
  font-weight: 700;
  color: var(--white);
  line-height: 1;
  letter-spacing: -0.02em;
  margin-top: 2px;
}

[data-cb-cta-band] .cta-phone:hover {
  color: var(--orange-soft);
}

@media (max-width: 900px) {
  [data-cb-cta-band] .cta-shell {
    display: block;
    min-height: 0;
    width: 100%;
    margin: 0;
  }

  [data-cb-cta-band] .cta-media {
    position: relative;
    width: 100%;
    height: 220px;
    min-height: 220px;
    border-radius: 0;
  }

  [data-cb-cta-band] .cta-shell > .container {
    display: block;
    width: min(100% - 36px, var(--container));
    min-height: 0;
    margin-inline: auto;
    padding-right: 0;
  }

  [data-cb-cta-band] .cta-panel {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 28px;
    padding: 28px 0 36px;
    border-radius: 0;
    text-align: center;
  }

  [data-cb-cta-band] .cta-main {
    flex-direction: column;
    align-items: stretch;
    gap: 28px;
  }

  [data-cb-cta-band] h2 {
    max-width: none;
    margin-inline: auto;
    font-size: var(--text-3xl);
  }

  [data-cb-cta-band] .cta-copy > p {
    margin-inline: auto;
  }

  [data-cb-cta-band] .cta-checks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    text-align: left;
  }

  [data-cb-cta-band] .cta-actions {
    width: 100%;
  }

  [data-cb-cta-band] .cta-actions .btn {
    min-width: 0;
  }

  [data-cb-cta-band] .cta-phone {
    font-size: var(--text-2xl);
  }
}

@media (max-width: 767px) {
  [data-cb-cta-band] .cta-actions .btn {
    width: 100%;
  }
}
