/* Problem section color and swirl placement tune. Loaded after hero-fix. */

.problem {
  background:
    radial-gradient(circle at 16% 22%, rgba(255, 143, 66, 0.16), transparent 30%),
    radial-gradient(circle at 82% 24%, rgba(98, 168, 255, 0.14), transparent 34%),
    radial-gradient(circle at 50% 68%, rgba(211, 83, 230, 0.08), transparent 36%),
    linear-gradient(180deg, #0e0f12 0%, #0c1116 45%, #151b2b 100%) !important;
}

.problem::before {
  top: 215px !important;
  opacity: 0.95 !important;
  filter: saturate(1.55) contrast(1.08) brightness(1.06) !important;
}

.problem::after {
  background:
    radial-gradient(ellipse at 28% 30%, rgba(255, 143, 66, 0.13), transparent 34%),
    radial-gradient(ellipse at 78% 32%, rgba(98, 168, 255, 0.12), transparent 38%),
    radial-gradient(ellipse at 54% 56%, rgba(211, 83, 230, 0.065), transparent 42%),
    linear-gradient(180deg, rgba(14, 15, 18, 0.48) 0%, rgba(14, 15, 18, 0.03) 36%, rgba(12, 17, 22, 0.12) 70%, rgba(21, 27, 43, 0.58) 100%) !important;
}

.problem-grid article {
  border-color: rgba(235, 241, 249, 0.19) !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.055) 38%, rgba(255, 255, 255, 0.025) 100%),
    radial-gradient(circle at 22% 0%, rgba(255, 143, 66, 0.20), transparent 34%),
    radial-gradient(circle at 88% 14%, rgba(98, 168, 255, 0.16), transparent 36%),
    rgba(10, 14, 18, 0.34) !important;
  backdrop-filter: blur(34px) saturate(1.55) !important;
  -webkit-backdrop-filter: blur(34px) saturate(1.55) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    inset 0 -1px 0 rgba(255, 255, 255, 0.05),
    0 26px 74px rgba(0, 0, 0, 0.42),
    0 0 42px rgba(255, 143, 66, 0.07),
    0 0 46px rgba(98, 168, 255, 0.045) !important;
}

.problem-grid article::before {
  background:
    radial-gradient(circle at 50% 0%, rgba(245, 201, 106, 0.21), transparent 34%),
    radial-gradient(circle at 18% 82%, rgba(255, 143, 66, 0.11), transparent 36%),
    radial-gradient(circle at 84% 72%, rgba(98, 168, 255, 0.10), transparent 38%),
    linear-gradient(155deg, rgba(255, 255, 255, 0.14), transparent 30%, rgba(111, 168, 255, 0.055) 100%) !important;
  opacity: 0.82 !important;
}

.problem-icon {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.20), rgba(255, 255, 255, 0.045)),
    radial-gradient(circle at 35% 16%, rgba(245, 201, 106, 0.22), transparent 46%),
    rgba(20, 22, 25, 0.58) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.26),
    0 18px 36px rgba(0, 0, 0, 0.34),
    0 0 48px rgba(245, 201, 106, 0.16),
    0 0 42px rgba(98, 168, 255, 0.06) !important;
}

.workflow-stage {
  grid-template-columns: minmax(0, 1.28fr) minmax(360px, 0.72fr) !important;
  gap: clamp(36px, 5vw, 76px) !important;
  width: min(1500px, calc(100vw - 128px)) !important;
  margin-inline: auto !important;
}

.workflow-visuals {
  aspect-ratio: 16 / 9 !important;
  filter: none !important;
}

.workflow-visuals::before {
  opacity: 0.2 !important;
  filter: blur(18px) saturate(1.1) !important;
}

.workflow-art,
.workflow-art-one,
.workflow-art-two,
.workflow-art-three,
.workflow-art-four {
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 143, 66, 0.08), transparent 28%),
    radial-gradient(circle at 86% 12%, rgba(98, 168, 255, 0.08), transparent 32%),
    #030711 !important;
  border-color: rgba(238, 244, 255, 0.38) !important;
  filter: none !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.30),
    0 32px 86px rgba(0, 0, 0, 0.56),
    0 0 58px rgba(255, 146, 68, 0.09),
    0 0 72px rgba(98, 168, 255, 0.07) !important;
}

.workflow-art img {
  object-fit: contain !important;
  object-position: center center !important;
  image-rendering: auto !important;
  filter: contrast(1.04) brightness(1.04) saturate(1.06) !important;
  transform: translateZ(0) !important;
}

.workflow-copy {
  height: 320px !important;
  min-height: 320px !important;
  padding: clamp(30px, 2.8vw, 42px) !important;
  gap: 16px !important;
}

.workflow-copy h2 {
  max-width: 11.5em !important;
  font-size: clamp(28px, 2.2vw, 38px) !important;
  line-height: 1.1 !important;
}

.workflow-copy p:not(.eyebrow) {
  max-width: 46ch !important;
  font-size: clamp(14px, 0.98vw, 16px) !important;
  line-height: 1.54 !important;
}

.site-footer {
  --footer-radius: 76px;
  --footer-line-y: 20px;
  --footer-line-blur: 5px;
  display: block !important;
  position: relative !important;
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-top: 0 !important;
  padding: 120px max(24px, calc((100vw - 1220px) / 2)) 34px !important;
  overflow: hidden !important;
  border-top-left-radius: var(--footer-radius) !important;
  border-top-right-radius: var(--footer-radius) !important;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 143, 66, 0.14), transparent 30%),
    radial-gradient(circle at 82% 4%, rgba(98, 168, 255, 0.14), transparent 34%),
    radial-gradient(circle at 50% 82%, rgba(211, 83, 230, 0.07), transparent 38%),
    linear-gradient(180deg, #151b2b 0%, #0d1118 46%, #06080c 100%) !important;
}

.site-footer::before {
  position: absolute !important;
  left: 50% !important;
  top: 0 !important;
  width: min(1140px, calc(100% - 52px)) !important;
  height: 1px !important;
  content: "" !important;
  pointer-events: none !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, transparent, rgba(255, 143, 66, 0.82), rgba(211, 83, 230, 0.48), rgba(98, 168, 255, 0.74), transparent) !important;
  filter: blur(var(--footer-line-blur)) !important;
  opacity: 0.94 !important;
  transform: translate(-50%, var(--footer-line-y)) !important;
}

.site-footer::after {
  position: absolute !important;
  inset: 0 !important;
  content: "" !important;
  pointer-events: none !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.055), transparent 26%),
    radial-gradient(ellipse at 50% 0%, rgba(255,255,255,0.05), transparent 44%) !important;
  opacity: 0.8 !important;
}

.footer-line {
  position: absolute !important;
  left: 50% !important;
  top: 38px !important;
  width: min(1000px, calc(100% - 86px)) !important;
  height: 8px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, #ff8f42, #d75df0, #62a8ff) !important;
  box-shadow: 0 0 24px rgba(255, 143, 66, 0.24), 0 0 34px rgba(98, 168, 255, 0.16) !important;
  transform: translateX(-50%) translateY(calc(var(--footer-line-y) * -0.25)) scaleX(var(--footer-scale, 0.9)) !important;
  transform-origin: center !important;
}

.footer-cta,
.footer-bottom {
  position: relative !important;
  z-index: 1 !important;
}

.footer-cta {
  display: grid !important;
  justify-items: center !important;
  width: min(820px, 100%) !important;
  margin: 0 auto 44px !important;
  padding: clamp(34px, 5vw, 58px) clamp(22px, 4vw, 58px) !important;
  text-align: center !important;
  border: 1px solid rgba(238, 244, 255, 0.17) !important;
  border-radius: 34px !important;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.13), rgba(255,255,255,0.035) 38%, rgba(255,255,255,0.055)),
    rgba(8, 12, 18, 0.58) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.22),
    0 28px 90px rgba(0,0,0,0.42),
    0 0 66px rgba(255, 143, 66, 0.08),
    0 0 72px rgba(98, 168, 255, 0.06) !important;
  backdrop-filter: blur(28px) saturate(1.42) !important;
  -webkit-backdrop-filter: blur(28px) saturate(1.42) !important;
}

.footer-logo {
  display: block !important;
  width: min(176px, 48vw) !important;
  height: auto !important;
  margin: 0 auto 26px !important;
  object-fit: contain !important;
}

.footer-cta .eyebrow {
  margin: 0 0 14px !important;
  color: #f5c96a !important;
  font-size: 0.74rem !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
}

.footer-cta h2 {
  max-width: 720px !important;
  margin: 0 auto 18px !important;
  color: #f8fafc !important;
  font-size: clamp(2rem, 4vw, 4rem) !important;
  font-weight: 520 !important;
  line-height: 1.05 !important;
  letter-spacing: 0 !important;
}

.footer-cta p:not(.eyebrow) {
  max-width: 620px !important;
  margin: 0 auto 30px !important;
  color: rgba(226, 232, 240, 0.72) !important;
  font-size: clamp(1rem, 1.35vw, 1.16rem) !important;
  line-height: 1.62 !important;
}

.footer-register {
  min-height: 48px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 26px !important;
  border-radius: 999px !important;
  color: #100d14 !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  background: linear-gradient(100deg, #ffc86a, #ff7ca8 48%, #d86ae6 78%, #62a8ff 118%) !important;
  box-shadow: 0 16px 46px rgba(255, 143, 66, 0.18), 0 0 42px rgba(98, 168, 255, 0.12) !important;
}

.footer-bottom {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 22px !important;
  width: min(1160px, 100%) !important;
  margin: 0 auto !important;
  padding-top: 24px !important;
  border-top: 1px solid rgba(238, 244, 255, 0.09) !important;
  color: rgba(170, 178, 194, 0.74) !important;
  font-size: 0.9rem !important;
}

.footer-bottom p {
  margin: 0 !important;
}

.footer-bottom nav {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 16px !important;
}

.footer-bottom a {
  color: rgba(226, 232, 240, 0.72) !important;
  text-decoration: none !important;
}

.footer-bottom a:hover {
  color: #fff !important;
}

@media (max-width: 1040px) {
  .problem::before {
    top: 220px !important;
  }

  .workflow-stage {
    width: min(940px, calc(100vw - 48px)) !important;
    grid-template-columns: 1fr !important;
  }

  .workflow-copy {
    height: auto !important;
    min-height: 280px !important;
  }
}

@media (max-width: 640px) {
  .problem::before {
    top: 230px !important;
  }

  .workflow-stage {
    width: calc(100vw - 32px) !important;
  }

  .workflow-copy h2 {
    max-width: none !important;
  }

  .site-footer {
    padding: 92px 18px 30px !important;
  }

  .footer-cta {
    border-radius: 28px !important;
  }

  .footer-bottom {
    display: grid !important;
    justify-items: center !important;
    text-align: center !important;
  }

  .footer-bottom nav {
    justify-content: center !important;
  }
}