/* ===========================================
   ZenOps - Défi Section Styles
   Source: Figma CSS Export (STRICT)
   =========================================== */

.defi {
  position: relative;
  width: 1512px;
  height: 858px;
}

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

.defi__kicker {
  position: absolute;
  width: 302px;
  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;
}

.defi__title {
  position: absolute;
  width: 664px;
  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;
}

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

/* Cards Grid */
.defi__grid {
  position: absolute;
  width: 1352px;
  height: 464px;
  left: 80px;
  top: 334px;
}

/* Card */
.defi__card {
  position: absolute;
  width: 664px;
  height: 216px;
}

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

.defi__card:nth-child(2) {
  left: 688px;
  top: 0px;
}

.defi__card:nth-child(3) {
  left: 0px;
  top: 248px;
}

.defi__card:nth-child(4) {
  left: 688px;
  top: 248px;
}

.defi__card-bg {
  position: absolute;
  width: 664px;
  height: 216px;
  left: 0px;
  top: 0px;
  background: radial-gradient(459.76% 431.16% at 27.94% -293.06%, #018EB9 0%, #121826 100%);
  opacity: 0.6;
  border-radius: 15px;
  border: 1px solid rgba(160, 182, 217, 0.15);
}

.defi__card:nth-child(2) .defi__card-bg,
.defi__card:nth-child(3) .defi__card-bg,
.defi__card:nth-child(4) .defi__card-bg {
  background: radial-gradient(501.46% 506.91% at 73.8% -328.7%, #018EB9 0%, #121826 100%);
}

.defi__card-title {
  position: absolute;
  width: 574px;
  left: 45px;
  top: 45px;
  font-family: 'Clash Grotesk', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 110%;
  letter-spacing: 0.02em;
  color: #F4F6FB;
  margin: 0;
}

.defi__card-text {
  position: absolute;
  width: 574px;
  left: 45px;
  top: 95px;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #A0B6D9;
  margin: 0;
}
