.solutions-static-page .main-content {
 background: radial-gradient(900px 420px at 0% -10%, rgb(25 39 42), #19272b 60%), 
 radial-gradient(760px 360px at 100% 0%, rgba(25, 39, 43, 0.35), transparent 60%),
  linear-gradient(180deg, #d6d0c7 0%, #c5bbae 100%);
}

.section-solutions-static {
  padding: 92px 0;
}

.solutions-static-head {
  max-width: 780px;
  margin: 0 auto 36px;
  text-align: center;
}

.solutions-static-kicker {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(25, 39, 43, 0.2);
  border-radius: 999px;
  padding: 9px 16px;
  color: var(--main-dark);
  background: rgba(255, 255, 255, 0.45);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.solutions-static-head h2 {
  margin-top: 0px;
  margin-bottom: 12px;
  color: #fff;
  font-size: clamp(34px, 4.7vw, 48px);
  line-height: 1.08;
  font-weight: 700;
}

.solutions-static-head p {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.solutions-showcase-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.solution-neo-card {
  --tone: var(--primary);
  --tone-soft: rgb(248, 138, 12);
  position: relative;
  isolation: isolate;
  background:linear-gradient(160deg, #e9d0b3 0%, #ffb25abd 100%);
  border: 1px solid rgba(25, 39, 43, 0.16);
  border-radius: 22px;
  padding: 20px;
  overflow: hidden;
  box-shadow: 0 18px 36px rgba(25, 39, 43, 0.1);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.solution-neo-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: var(--tone);
  z-index: 1;
  clip-path: circle(74px at calc(100% + -2px) 3px);
  transition: clip-path 0.58s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.solution-neo-card:hover {
  transform: translateY(-8px);
  border-color: rgba(25, 39, 43, 0.35);
  box-shadow: 0 26px 44px rgba(25, 39, 43, 0.16);
}

.solution-neo-card:hover::before {
  clip-path: circle(170% at calc(100% + 14px) -14px);
}

.solution-neo-head {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.solution-serial {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--main-dark);
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(25, 39, 43, 0.14);
}

.solution-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2px;
  background:  rgb(227 209 188 / 94%);
  color: var(--main-dark);
}

.solution-neo-card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 8px;
  color: var(--main-dark);
  font-size: 30px;
  line-height: 1.16;
  font-weight: 700;
}

.solution-neo-card p {
  position: relative;
  z-index: 2;
  margin-bottom: 16px;
  color: #2f4248;
  font-size: 18px;
  line-height: 1.55;
}

.solution-neo-media {
  position: relative;
  z-index: 2;
  display: block;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(25, 39, 43, 0.12);
  aspect-ratio: 16 / 9;
  background: #d8cdbf;
}

.solution-neo-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.solution-neo-card:hover .solution-neo-media img {
  transform: scale(1.06);
}

.solution-neo-readmore {
  position: relative;
  z-index: 2;
  margin-top: 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--main-dark);
  background: #f5efe6;
  border: 1px solid rgba(25, 39, 43, 0.2);
  border-radius: 999px;
  padding: 10px 16px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.26s ease;
}

.solution-neo-readmore i {
  font-size: 14px;
}

.solution-neo-readmore:hover {
  background: var(--tone);
  border-color: var(--tone);
  color: #fff;
}

.tone-1 {
  --tone: #f1952b;
  --tone-soft: rgb(241, 149, 43);
  grid-column: span 4;
}

.tone-2 {
  --tone: #f1952b;
  --tone-soft: rgb(241, 149, 43);
  grid-column: span 4;
}

.tone-3 {
  --tone: #f1952b;
  --tone-soft: rgb(241, 149, 43);
  grid-column: span 4;
}

.tone-4 {
  --tone: #f1952b;
  --tone-soft: rgb(241, 149, 43);
  grid-column: span 6;
}

.tone-5 {
  --tone: #f1952b;
  --tone-soft: rgb(241, 149, 43);
  grid-column: span 6;
}

@media (max-width: 1199px) {
  .tone-1,
  .tone-2,
  .tone-3,
  .tone-4,
  .tone-5 {
    grid-column: span 6;
  }
}

@media (max-width: 767px) {
  .section-solutions-static {
    padding: 74px 0;
  }

  .solutions-static-head h2 {
    font-size: 34px;
  }

  .solutions-static-head p {
    font-size: 16px;
  }

  .solution-neo-card h3 {
    font-size: 26px;
  }

  .solution-neo-card p {
    font-size: 17px;
  }

  .tone-1,
  .tone-2,
  .tone-3,
  .tone-4,
  .tone-5 {
    grid-column: span 12;
  }
}
