.cov-live-layout {
  display: grid;
  gap: 0;
}

.cov-live-edit-launch {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 99998;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 11px 16px;
  background: linear-gradient(135deg, #2f67ff, #1f52d7);
  color: #f6f9ff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(31, 82, 215, 0.35);
}

.cov-live-edit-launch:hover {
  transform: translateY(-1px);
}

.cov-live-section {
  background: var(--cov-live-bg, #ffffff);
  color: var(--cov-live-text, #1a223f);
  padding: var(--cov-live-padding, 72px 0);
}

.cov-live-container {
  width: min(var(--cov-live-max, 1120px), calc(100% - 2rem));
  margin-inline: auto;
}

.cov-live-columns {
  display: flex;
  flex-wrap: wrap;
  gap: var(--cov-live-gap, 24px);
}

.cov-live-column {
  width: calc(var(--cov-col-width, 100) * 1%);
  min-width: 0;
  display: grid;
  gap: 10px;
  align-content: start;
}

.cov-widget {
  color: inherit;
}

.cov-widget.align-center {
  text-align: center;
}

.cov-widget.align-right {
  text-align: right;
}

.cov-widget-heading {
  margin: 0;
  color: var(--cov-live-text, #102143);
}

.cov-widget-text {
  margin: 0;
  color: var(--cov-live-muted, #4f5f7f);
  line-height: 1.6;
}

.cov-widget-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 11px 18px;
  background: linear-gradient(135deg, var(--cov-live-primary, #2f67ff), var(--cov-live-secondary, #1f52d7));
  color: #f6f9ff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 140ms ease, box-shadow 140ms ease;
  box-shadow: 0 8px 18px rgba(47, 103, 255, 0.28);
}

.cov-widget-button:hover {
  transform: translateY(-1px);
}

.cov-widget-image {
  width: 100%;
  height: auto;
  border-radius: 16px;
  border: 1px solid rgba(146, 166, 220, 0.28);
  display: block;
}

.cov-widget-video-wrap {
  position: relative;
  padding-top: 56.25%;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(146, 166, 220, 0.28);
}

.cov-widget-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.cov-widget-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: color-mix(in srgb, var(--cov-live-primary, #2f67ff) 14%, white);
  color: var(--cov-live-primary, #2f67ff);
  font-size: 13px;
  font-weight: 800;
}

.cov-widget-social {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.cov-widget-social a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(146, 166, 220, 0.36);
  color: var(--cov-live-text, #1a223f);
  text-decoration: none;
  font-size: 11px;
  font-weight: 800;
}

.cov-widget-form {
  display: grid;
  gap: 10px;
}

.cov-widget-form label {
  display: grid;
  gap: 6px;
}

.cov-widget-form span {
  font-size: 13px;
  font-weight: 600;
}

.cov-widget-form input,
.cov-widget-form textarea {
  width: 100%;
  border: 1px solid rgba(146, 166, 220, 0.44);
  border-radius: 10px;
  padding: 10px 12px;
  background: #ffffff;
  color: #1a223f;
}

.cov-widget-form button {
  border: 0;
  border-radius: 999px;
  padding: 10px 16px;
  background: linear-gradient(135deg, var(--cov-live-primary, #2f67ff), var(--cov-live-secondary, #1f52d7));
  color: #f6f9ff;
  font-weight: 700;
  cursor: pointer;
}

.cov-style-modern_saas .cov-widget-heading,
.cov-style-agency .cov-widget-heading,
.cov-style-portfolio .cov-widget-heading {
  color: #ffffff;
}

.cov-live-cta {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(58% 120% at 50% -10%, rgba(47, 103, 255, 0.08), transparent 64%),
    #0a0b12 !important;
  color: #ffffff;
}

.cov-live-cta .cov-live-columns {
  justify-content: center;
}

.cov-live-cta .cov-live-column {
  width: 100%;
  max-width: 760px;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 0.9rem 0.8rem;
}

.cov-live-cta .cov-live-column > .cov-widget {
  flex: 0 0 100%;
  text-align: center;
}

.cov-live-cta .cov-live-column > .cov-widget:nth-child(1) {
  margin-bottom: 0.2rem;
}

.cov-live-cta .cov-live-column > .cov-widget:nth-child(1) .cov-widget-text {
  font-family: "Inter", "Segoe UI", sans-serif !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.42rem;
  min-height: 24px;
  padding: 0.34rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 100, 103, 0.22);
  background: rgba(74, 15, 22, 0.48);
  color: #ff6467;
  text-align: center;
  font-size: 12.8px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.2px;
  letter-spacing: 0.512px;
}

.cov-live-cta .cov-live-column > .cov-widget:nth-child(1) .cov-widget-text::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ff6467;
  box-shadow: 0 0 0 3px rgba(255, 100, 103, 0.12);
}

.cov-live-cta .cov-live-column > .cov-widget:nth-child(2) {
  margin-top: 0.15rem;
}

.cov-live-cta .cov-live-column > .cov-widget:nth-child(2) .cov-widget-heading {
  font-family: "Poppins", "Segoe UI", sans-serif !important;
  color: #ffffff;
  text-align: center;
  font-size: 72px;
  font-style: normal;
  font-weight: 900;
  line-height: 75.6px;
  letter-spacing: -2.88px;
  white-space: pre-line;
}

.cov-live-cta .cov-live-column > .cov-widget:nth-child(3) {
  margin-top: 0.15rem;
}

.cov-live-cta .cov-live-column > .cov-widget:nth-child(3) .cov-widget-text {
  font-family: "Inter", "Segoe UI", sans-serif !important;
  display: inline;
  margin: 0;
  color: #9ca3af;
  text-align: center;
  font-size: 16.8px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.56px;
}

.cov-live-cta .cov-live-column > .cov-widget:nth-child(3) .cov-widget-text:not(:last-child) {
  margin-right: 0.28rem;
}

.cov-live-cta .cov-live-column > .cov-widget:nth-child(3) .cov-widget-text:nth-child(2) {
  color: #ff6467;
  font-weight: 700;
}

.cov-live-cta .cov-live-column > .cov-widget:nth-child(3) .cov-widget-text:last-child {
  display: block;
  margin-top: 0;
  margin-right: 0;
}

.cov-live-cta .cov-live-column > .cov-widget:nth-child(4),
.cov-live-cta .cov-live-column > .cov-widget:nth-child(5) {
  flex: 0 0 auto;
}

.cov-live-cta .cov-live-column > .cov-widget:nth-child(4) {
  margin-top: 0.35rem;
}

.cov-live-cta .cov-widget-button {
  font-family: "Poppins", "Segoe UI", sans-serif !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  border-radius: 999px;
  padding: 16px 32px;
  gap: 7.359px;
  text-align: center;
  font-size: 15.2px;
  font-style: normal;
  font-weight: 600;
  line-height: 22.8px;
  text-decoration: none;
  box-shadow: none;
}

.cov-live-cta .cov-live-column > .cov-widget:nth-child(4) .cov-widget-button {
  background: linear-gradient(135deg, #3478ff, #245bdd);
  color: #fff;
  box-shadow: 0 14px 28px rgba(33, 89, 231, 0.28);
}

.cov-live-cta .cov-live-column > .cov-widget:nth-child(4) .cov-widget-button::after {
  content: "\2192";
  width: 13px;
  height: 13px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13' fill='none'%3E%3Cpath d='M2.75 6.5H10.25' stroke='white' stroke-width='1.6' stroke-linecap='round'/%3E%3Cpath d='M6.75 3L10.25 6.5L6.75 10' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
}

.cov-live-cta .cov-live-column > .cov-widget:nth-child(5) .cov-widget-button {
  padding: 17px 32px 16.8px 33px;
  gap: 8px;
  border: 1px solid rgba(75, 85, 99, 0.54);
  background: rgba(10, 11, 18, 0.08);
  color: #fff;
}

.cov-live-cta .cov-live-column > .cov-widget:nth-child(5) .cov-widget-button::before {
  content: "";
  width: 13px;
  height: 13px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13' fill='none'%3E%3Cpath d='M11.36 9.72V11.18C11.36 11.5 11.1 11.77 10.77 11.79C10.2 11.83 9.63 11.77 9.09 11.63C7.91 11.33 6.85 10.72 5.99 9.86C5.13 9 4.52 7.94 4.22 6.76C4.08 6.22 4.02 5.65 4.06 5.08C4.08 4.75 4.35 4.49 4.67 4.49H6.13C6.4 4.49 6.64 4.68 6.7 4.94L6.93 5.95C6.98 6.18 6.91 6.42 6.74 6.58L6.04 7.28C6.77 8.56 7.88 9.67 9.16 10.4L9.86 9.7C10.02 9.53 10.26 9.46 10.49 9.51L11.5 9.74C11.76 9.8 11.95 10.04 11.95 10.31Z' stroke='white' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.cov-live-cta .cov-live-column > .cov-widget:nth-child(6) {
  margin-top: 0.15rem;
}

.cov-live-cta .cov-live-column > .cov-widget:nth-child(6) .cov-widget-text {
  font-family: "Inter", "Segoe UI", sans-serif !important;
  display: inline-flex;
  align-items: center;
  gap: 0.48rem;
  color: #4b5563;
  text-align: center;
  font-size: 12.8px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.2px;
}

.cov-live-cta .cov-live-column > .cov-widget:nth-child(6) .cov-widget-text::before {
  content: "";
  width: 13px;
  height: 13px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13' fill='none'%3E%3Cpath d='M3 3.25H10C10.41 3.25 10.75 3.59 10.75 4V8C10.75 8.41 10.41 8.75 10 8.75H6.25L4 10.25V8.75H3C2.59 8.75 2.25 8.41 2.25 8V4C2.25 3.59 2.59 3.25 3 3.25Z' stroke='%234B5563' stroke-width='1.2' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 980px) {
  .cov-live-cta .cov-live-column > .cov-widget:nth-child(2) .cov-widget-heading {
    font-size: 60px;
    line-height: 63px;
    letter-spacing: -2.2px;
  }
}

@media (max-width: 1024px) {
  .cov-live-column {
    width: calc(100% / var(--cov-live-tablet-cols, 1) - var(--cov-live-gap, 24px) * (var(--cov-live-tablet-cols, 1) - 1) / var(--cov-live-tablet-cols, 1));
  }
}

@media (max-width: 760px) {
  .cov-live-container {
    width: calc(100% - 1.2rem);
  }

  .cov-live-column {
    width: calc(100% / var(--cov-live-mobile-cols, 1) - var(--cov-live-gap, 24px) * (var(--cov-live-mobile-cols, 1) - 1) / var(--cov-live-mobile-cols, 1));
  }

  .cov-live-cta .cov-live-column {
    gap: 0.8rem 0.72rem;
  }

  .cov-live-cta .cov-live-column > .cov-widget:nth-child(2) .cov-widget-heading {
    font-size: 46px;
    line-height: 48px;
    letter-spacing: -1.7px;
  }

  .cov-live-cta .cov-live-column > .cov-widget:nth-child(3) .cov-widget-text {
    font-size: 15px;
    line-height: 25.5px;
  }

  .cov-live-cta .cov-live-column > .cov-widget:nth-child(4),
  .cov-live-cta .cov-live-column > .cov-widget:nth-child(5) {
    flex: 0 0 100%;
    max-width: 320px;
  }

  .cov-live-cta .cov-widget-button {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .cov-live-cta .cov-live-column > .cov-widget:nth-child(2) .cov-widget-heading {
    font-size: 38px;
    line-height: 41px;
    letter-spacing: -1.3px;
  }

  .cov-live-cta .cov-live-column > .cov-widget:nth-child(1) .cov-widget-text,
  .cov-live-cta .cov-live-column > .cov-widget:nth-child(6) .cov-widget-text {
    font-size: 12px;
    line-height: 18px;
  }
}
