@media (min-width: 576px) {
    .w-sm-50 {
        width: 50% !important;
    }
    .w-sm-25 {
        width: 25% !important;
    }
}

.case-icon {
    font-size: 0.85em;
    margin-right: 1rem;
}

.case-icon-machine {
    color: #0d6efd;
}
.case-icon-growth {
    color: #198754;
}
.case-icon-fail {
    color: #d97706;
}
.case-icon-mail {
    color: #0d6efd;
}
.case-icon-revival {
    color: #198754;
}
.case-icon-conversion {
    color: #198754;
}
.case-icon-profit {
    color: #198754;
}
.case-icon-magic {
    color: #198754;
}
.case-icon-team {
    color: #0d6efd;
}
.case-icon-coach {
    color: #198754;
}

.hero {
    background: linear-gradient(90deg, #ffffff 0%, #f3f7ff 100%);
    border: 1px solid #e5e7eb;
    border-radius: 20px;
}

.eyebrow {
    font-size: 13px;
    font-weight: 600;
    color: #6b7280;
}

.hero-title {
    max-width: 900px;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #111827;
}

.hero-lead {
    max-width: 820px;
    line-height: 1.6;
    color: #374151;
}

.hero ul {
    max-width: 900px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.hero li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
    line-height: 1.6;
    color: #1f2937;
}

.hero li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #2563eb;
    font-weight: 700;
}

.smaller { font-size: 0.95rem;}

a[target="_blank"] {
  position: relative;
  display: inline-block;
  padding-right: 0.7em;
}

a[target="_blank"]::after {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 4px;
  right: 0;

  font-size: 0.5em;
  line-height: 1;
  opacity: .65;
}