/* CTA banner [cta_banner] — Figma 8284:10435
 * Loaded late + excluded from Autoptimize so theme/post styles cannot win.
 */

.cta-banner,
.cta-banner * {
  box-sizing: border-box !important;
}

/* Isolation reset vs .post__content / .post rules */
.cta-banner {
  --cta-accent: #f05243;
  all: unset;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 1.5rem !important;
  background: #000000 !important;
  height: 6.25rem !important;
  min-height: 6.25rem !important;
  position: relative !important;
  overflow: hidden !important;
  width: 100% !important;
  max-width: 100% !important;
  border-radius: 0.5rem !important;
  margin: 1.5rem 0 !important;
  padding: 0 7.25rem 0 2.625rem !important;
  font-family: "Onest", sans-serif !important;
  color: #fffcfc !important;
  box-sizing: border-box !important;
}

.cta-banner p,
.cta-banner a,
.cta-banner span,
.cta-banner div,
.cta-banner img {
  box-sizing: border-box !important;
}

/* Kill .post__content img / theme img resets */
.cta-banner img {
  display: block !important;
  margin: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  max-width: none !important;
  max-height: none !important;
  width: auto !important;
  height: auto !important;
  box-shadow: none !important;
  float: none !important;
  vertical-align: top !important;
}

.cta-banner__ellipse {
  border-radius: 50% !important;
  position: absolute !important;
  pointer-events: none !important;
  z-index: 0 !important;
  margin: 0 !important;
}

.cta-banner__ellipse--337 {
  background: rgba(240, 82, 67, 0.35) !important;
  opacity: 0.65 !important;
  width: 18rem !important;
  height: 15rem !important;
  right: -1.5rem !important;
  top: -2rem !important;
  left: auto !important;
  filter: blur(2.1rem) !important;
}

.cta-banner__ellipse--340 {
  background: rgba(240, 82, 67, 0.28) !important;
  opacity: 0.55 !important;
  width: 13rem !important;
  height: 9.5rem !important;
  left: -3rem !important;
  top: 2.5rem !important;
  filter: blur(2.1rem) !important;
}

.cta-banner__ellipse--338 {
  background: var(--cta-accent) !important;
  opacity: 0.35 !important;
  width: 12rem !important;
  height: 4rem !important;
  left: 48% !important;
  top: 1.2rem !important;
  filter: blur(1.9rem) !important;
}

.cta-banner__ellipse--339 {
  background: var(--cta-accent) !important;
  opacity: 0.3 !important;
  width: 7rem !important;
  height: 4rem !important;
  left: 42% !important;
  top: 1.2rem !important;
  filter: blur(1.9rem) !important;
}

/* SVG file already has opacity 0.1 */
.cta-banner img.cta-banner__vector {
  opacity: 1 !important;
  width: 125% !important;
  height: auto !important;
  min-height: 460% !important;
  position: absolute !important;
  left: -15% !important;
  top: -180% !important;
  right: auto !important;
  bottom: auto !important;
  pointer-events: none !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  z-index: 0 !important;
  object-fit: unset !important;
}

.cta-banner__text {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.2rem !important;
  align-items: flex-start !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
  position: relative !important;
  z-index: 3 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.cta-banner p.cta-banner__title,
.cta-banner .cta-banner__title {
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
  font-size: clamp(1.125rem, 2.2vw, 1.5rem) !important;
  letter-spacing: -0.02em !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  line-height: 1.15 !important;
  color: #fffcfc !important;
  white-space: nowrap !important;
  background: transparent !important;
}

.cta-banner .cta-banner__title-accent {
  color: var(--cta-accent) !important;
  font-weight: inherit !important;
  font-size: inherit !important;
}

.cta-banner .cta-banner__title-rest {
  color: #fffcfc !important;
  font-weight: inherit !important;
  font-size: inherit !important;
}

.cta-banner p.cta-banner__subtitle,
.cta-banner .cta-banner__subtitle {
  margin: 0 !important;
  padding: 0 !important;
  color: #fffcfc !important;
  text-align: left !important;
  font-size: clamp(0.875rem, 1.5vw, 1rem) !important;
  font-weight: 400 !important;
  opacity: 0.8 !important;
  line-height: 1.3 !important;
  background: transparent !important;
}

.cta-banner__actions {
  display: flex !important;
  flex-direction: row !important;
  gap: 0.5rem !important;
  align-items: center !important;
  flex: 0 0 auto !important;
  position: relative !important;
  z-index: 3 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.cta-banner a.cta-banner__btn,
.cta-banner .cta-banner__btn {
  background: var(--cta-accent) !important;
  border-radius: 0.6875rem !important;
  padding: 0.625rem 1.25rem !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  color: #ffffff !important;
  font-size: clamp(1rem, 1.8vw, 1.25rem) !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  line-height: 1 !important;
  border: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
  transition: background-color 0.2s ease !important;
}

.cta-banner a.cta-banner__btn:hover,
.cta-banner a.cta-banner__btn:focus,
.cta-banner .cta-banner__btn:hover,
.cta-banner .cta-banner__btn:focus {
  background: #d94436 !important;
  color: #ffffff !important;
  text-decoration: none !important;
}

.cta-banner img.cta-banner__breeze {
  position: absolute !important;
  object-fit: contain !important;
  object-position: bottom !important;
  pointer-events: none !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  z-index: 3 !important;
}

.cta-banner img.cta-banner__breeze--left {
  width: 9.5rem !important;
  height: 6rem !important;
  left: -1.25rem !important;
  bottom: -1.35rem !important;
  right: auto !important;
  top: auto !important;
  transform: scaleX(-1) !important;
  opacity: 0.95 !important;
}

.cta-banner img.cta-banner__breeze--right {
  width: 10rem !important;
  height: 6.5rem !important;
  right: -1.5rem !important;
  bottom: -1.5rem !important;
  left: auto !important;
  top: auto !important;
  transform: none !important;
  opacity: 0.95 !important;
}

.cta-banner img.cta-banner__server {
  width: 6.75rem !important;
  height: auto !important;
  position: absolute !important;
  right: 0.15rem !important;
  bottom: -0.1rem !important;
  left: auto !important;
  top: auto !important;
  object-fit: contain !important;
  pointer-events: none !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  z-index: 2 !important;
  transform: none !important;
}

@media (max-width: 900px) {
  .cta-banner {
    height: auto !important;
    min-height: 0 !important;
    flex-wrap: wrap !important;
    padding: 1.25rem 6rem 1.25rem 1.5rem !important;
    gap: 0.75rem !important;
  }

  .cta-banner p.cta-banner__title,
  .cta-banner .cta-banner__title {
    white-space: normal !important;
  }

  .cta-banner img.cta-banner__breeze--left {
    display: none !important;
  }

  .cta-banner img.cta-banner__server {
    width: 6.5rem !important;
    right: 0.25rem !important;
    bottom: -0.15rem !important;
  }

  .cta-banner img.cta-banner__breeze--right {
    width: 7.5rem !important;
    right: -0.75rem !important;
    bottom: -1.25rem !important;
  }
}

@media (max-width: 560px) {
  .cta-banner {
    padding: 1rem 1.25rem !important;
  }

  .cta-banner__actions {
    width: 100% !important;
  }

  .cta-banner img.cta-banner__breeze--right,
  .cta-banner img.cta-banner__server,
  .cta-banner img.cta-banner__vector {
    display: none !important;
  }
}
