/* Odoros — thematic solution pages (NGO / data platform) */
.solution-page-main {
  overflow-x: hidden;
}

.solution-hero {
  position: relative;
  min-height: 320px;
  display: flex;
  align-items: flex-end;
  background-color: #042f3d;
  background-size: cover;
  background-position: center center;
  padding: 48px 0 56px;
}
.solution-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(4, 47, 61, 0.92) 0%, rgba(4, 47, 61, 0.55) 45%, rgba(4, 47, 61, 0.35) 100%);
  z-index: 0;
}
.solution-hero-inner {
  position: relative;
  z-index: 1;
}
.solution-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fbb03b;
  margin-bottom: 10px;
}
.solution-hero h1 {
  color: #fff;
  font-size: clamp(1.75rem, 4vw, 2.35rem);
  font-weight: 800;
  line-height: 1.2;
  max-width: 720px;
  margin-bottom: 12px;
}
.solution-hero-deck {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.05rem;
  line-height: 1.55;
  max-width: 640px;
  margin-bottom: 0;
}

.solution-body {
  padding-top: 56px;
  padding-bottom: 56px;
  background: linear-gradient(180deg, #f4f8f9 0%, #ffffff 18%);
}

.solution-media {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(5, 85, 108, 0.12);
  background: #e8eef0;
}
.solution-media img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
}

.solution-card {
  background: #fff;
  border-radius: 12px;
  padding: 28px 30px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(5, 85, 108, 0.08);
  height: 100%;
}
.solution-card h2,
.solution-card h3 {
  font-size: 1.05rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #05556c;
  margin-bottom: 14px;
}
.solution-card h2 .fa,
.solution-card h3 .fa {
  margin-right: 10px;
  color: #fbb03b;
}
.solution-card p {
  color: #3d4f56;
  line-height: 1.65;
  margin-bottom: 0;
}
.solution-card--accent {
  border-left: 4px solid #fbb03b;
  margin-top: 24px;
}

.solution-features-head {
  font-size: 1.05rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #05556c;
  margin: 40px 0 20px;
}
.solution-feature-grid {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.solution-feature-tile {
  flex: 1 1 240px;
  min-width: 200px;
  margin: 10px;
  padding: 22px 20px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid rgba(5, 85, 108, 0.1);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.solution-feature-tile .feature-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: linear-gradient(145deg, #05556c, #0a6d8a);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.solution-feature-tile p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #3d4f56;
}

.solution-cta {
  background: linear-gradient(120deg, #05556c 0%, #043a4a 100%);
  padding: 44px 0;
  text-align: center;
}
.solution-cta h3 {
  color: #fff;
  font-size: 1.35rem;
  font-weight: 800;
  margin-bottom: 8px;
}
.solution-cta p {
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 22px;
  font-size: 0.98rem;
}
.solution-cta .btn-wrap a {
  margin: 6px;
}
.solution-cta .button-round-white {
  background-color: transparent !important;
  color: #ffffff !important;
  border: 2px solid rgba(255, 255, 255, 0.95);
}
.solution-cta .button-round-white:hover,
.solution-cta .button-round-white:focus {
  background-color: #ffffff !important;
  color: #05556c !important;
}

@media screen and (max-width: 991px) {
  .solution-hero {
    min-height: 280px;
    padding-top: 36px;
  }
  .solution-body {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .solution-split-media {
    margin-bottom: 24px;
  }
}
