/* ── Solution Hero ── */

.sol-hero {
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.06);
}

.sol-hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 5rem 2.5rem;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 4rem;
  align-items: center;
}

.sol-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Geist Mono', monospace;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 1.5rem;
}

.sol-breadcrumb a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.15s;
}

.sol-breadcrumb a:hover {
  color: rgba(255, 255, 255, 0.9);
}

.sol-breadcrumb-sep {
  color: rgba(255, 255, 255, 0.12);
}

.sol-hero .how-eyebrow {
  margin-bottom: 1.25rem;
}

.sol-h1 {
  font-size: clamp(30px, 3.8vw, 52px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -1px;
  color: #fff;
  margin-bottom: 1.25rem;
}

.sol-sub {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.65;
  font-weight: 300;
  max-width: 480px;
  margin-bottom: 2rem;
}

.sol-ctas {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* ── Hero visual card ── */

.sol-visual {
  background: #182435;
  border: 0.5px solid rgba(255, 255, 255, 0.09);
  border-radius: 12px;
  overflow: hidden;
}

.sol-visual-bar {
  display: flex;
  align-items: center;
  padding: 10px 14px;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.06);
  background: #131f2f;
  gap: 8px;
}

.sol-visual-label {
  font-family: 'Geist Mono', monospace;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 auto;
}

.sol-visual-body {
  padding: 1.75rem;
}

.sol-stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.sol-stat {
  background: #111c2d;
  border: 0.5px solid rgba(255, 255, 255, 0.07);
  border-radius: 8px;
  padding: 1rem;
}

.sol-stat-val {
  font-family: 'Geist Mono', monospace;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 4px;
}

.sol-stat-lbl {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.4;
}

.sol-check-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sol-check {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Geist Mono', monospace;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}

.sol-check i {
  font-size: 15px;
  color: rgba(74, 222, 128, 0.6);
  flex-shrink: 0;
}


/* ── How it works ── */

.sol-how {
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.06);
}

.sol-how-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 5rem 2.5rem;
}

.sol-how-inner .how-eyebrow {
  margin-bottom: 1.25rem;
}

.sol-how-heading {
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  letter-spacing: -0.5px;
  margin-bottom: 3rem;
}

.sol-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.sol-step {
  padding: 2rem;
  background: rgba(255, 255, 255, 0.02);
  border: 0.5px solid rgba(255, 255, 255, 0.07);
  border-radius: 10px;
}

.sol-step-num {
  font-family: 'Geist Mono', monospace;
  font-size: 12px;
  color: #4ade80;
  margin-bottom: 6px;
}

.sol-step-label {
  font-family: 'Geist Mono', monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: rgba(74, 222, 128, 0.7);
  margin-bottom: 12px;
}

.sol-step-title {
  font-size: 18px;
  font-weight: 600;
  color: #e2e2dc;
  margin-bottom: 10px;
  line-height: 1.25;
  letter-spacing: -0.2px;
}

.sol-step-desc {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.65;
  font-weight: 300;
}

.sol-code {
  font-family: 'Geist Mono', monospace;
  font-size: 12px;
  color: #9de8c0;
}

/* ── Capabilities ── */

.sol-caps {
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.06);
}

.sol-caps-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 5rem 2.5rem;
}

.sol-caps-inner .how-eyebrow {
  margin-bottom: 1.25rem;
}

.sol-caps-heading {
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  letter-spacing: -0.5px;
  margin-bottom: 3rem;
}

.sol-caps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.sol-cap {
  padding: 0 2rem;
  border-right: 0.5px solid rgba(255, 255, 255, 0.06);
}

.sol-cap:first-child {
  padding-left: 0;
}

.sol-cap:last-child {
  border-right: none;
  padding-right: 0;
}

.sol-cap-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(74, 222, 128, 0.07);
  border: 0.5px solid rgba(74, 222, 128, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  color: #4ade80;
  margin-bottom: 1rem;
}

.sol-cap-title {
  font-size: 17px;
  font-weight: 600;
  color: #e2e2dc;
  margin-bottom: 8px;
  line-height: 1.25;
  letter-spacing: -0.2px;
}

.sol-cap-desc {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.65;
  font-weight: 300;
}

/* ── Responsive ── */

@media (max-width: 768px) {
  .sol-hero-inner {
    grid-template-columns: 1fr;
    padding: 3.5rem 1.25rem;
    gap: 2.5rem;
  }


  .sol-how-inner,
  .sol-caps-inner {
    padding: 3.5rem 1.25rem;
  }

  .sol-steps {
    grid-template-columns: 1fr;
  }

  .sol-caps-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }

  .sol-cap {
    padding: 0;
    border-right: none;
  }
}
