/* ===========================================
   ZenOps - Solutions Section Styles
   Source: Figma CSS Export (STRICT)
   =========================================== */

.solutions {
  position: relative;
  width: 1512px;
  height: 796px;
}

/* Header */
.solutions__header {
  position: absolute;
  width: 1352px;
  height: 217px;
  left: 80px;
  top: 18px;
}

.solutions__kicker {
  position: absolute;
  width: 633px;
  left: 0px;
  top: 0px;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: 0.03em;
  color: #3BFF9A;
  margin: 0;
}

.solutions__title {
  position: absolute;
  width: 778px;
  left: 0px;
  top: 53px;
  font-family: 'Clash Grotesk', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 110%;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  margin: 0;
}

.solutions__subtitle {
  position: absolute;
  width: 549px;
  left: 803px;
  top: 116px;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #A0B6D9;
  margin: 0;
}

/* Cards Container */
.solutions__cards {
  position: absolute;
  width: 1353px;
  height: 416px;
  left: 79px;
  bottom: 60px;
}

/* Card Base */
.solutions__card {
  position: absolute;
  width: 435px;
  height: 416px;
}

.solutions__card:nth-child(1) {
  left: 0px;
  top: 0px;
}

.solutions__card:nth-child(2) {
  left: 459px;
  top: 0px;
}

.solutions__card:nth-child(3) {
  left: 918px;
  top: 0px;
}

/* Card Background */
.solutions__card-bg {
  position: absolute;
  width: 435px;
  height: 416px;
  left: 0px;
  top: 0px;
  opacity: 0.6;
  border-radius: 15px;
  border: 1px solid rgba(160, 182, 217, 0.15);
}

/* Card 1 - Cast AI (blue) */
.solutions__card--castai .solutions__card-bg {
  background: radial-gradient(337.9% 305.16% at 42.53% -175.72%, #018EB9 0%, #121826 100%);
}

.solutions__card--castai .solutions__card-title {
  color: #A1F3FF;
}

/* Card 2 - Teleport (purple) */
.solutions__card--teleport .solutions__card-bg {
  background: radial-gradient(429.58% 270.19% at -31.15% -170.19%, #4433A0 0%, #121826 100%);
}

.solutions__card--teleport .solutions__card-title {
  color: #C6D2F7;
}

/* Card 3 - SUSE AI (green) */
.solutions__card--suse .solutions__card-bg {
  background: radial-gradient(607.3% 282.45% at -152.76% -182.45%, #04773E 0%, #121826 100%);
}

.solutions__card--suse .solutions__card-title {
  color: #AEFFD6;
}

/* Card Title */
.solutions__card-title {
  position: absolute;
  width: 345px;
  left: 45px;
  top: 45px;
  font-family: 'Clash Grotesk', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 110%;
  letter-spacing: 0.02em;
  margin: 0;
}

/* Card Badge */
.solutions__card-badge {
  box-sizing: border-box;
  position: absolute;
  left: 45px;
  top: 92px;
  padding: 6px 16px;
  border: 1px solid rgba(244, 246, 251, 0.3);
  border-radius: 100px;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #F4F6FB;
}

/* Card Description */
.solutions__card-text {
  position: absolute;
  width: 345px;
  left: 44px;
  top: 140px;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #A0B6D9;
  margin: 0;
}

/* Card Separator Line */
.solutions__card-line {
  position: absolute;
  width: 346px;
  height: 1px;
  left: 44px;
  top: 275px;
  background: rgba(160, 182, 217, 0.3);
}

/* Card Bottom Statement */
.solutions__card-statement {
  position: absolute;
  width: 345px;
  left: 44px;
  top: 295px;
  font-family: 'Clash Grotesk', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  letter-spacing: 0.02em;
  color: #F4F6FB;
  margin: 0;
}

/* Card Button */
.solutions__card-btn {
  box-sizing: border-box;
  position: absolute;
  width: 161px;
  height: 32px;
  left: 44px;
  top: 360px;
  background: #121826;
  border-radius: 100px;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #F4F6FB;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 1px solid rgba(160, 182, 217, 0.2);
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.solutions__card-btn:hover {
  background: #1a2333;
  border-color: rgba(160, 182, 217, 0.35);
}
