/* ==========================================================================
   Kodu Media Services Hub (/services/)
   ========================================================================== */

.services-hub-main {
  --sh-red: #eb2426;
  --sh-red-light: #fff5f5;
  --sh-red-dark: #630005;
  --sh-black: #0a0a0a;
  --sh-gray-900: #1a1a1a;
  --sh-gray-700: #555;
  --sh-gray-500: #888;
  --sh-gray-200: #e8e8e8;
  --sh-gray-100: #f5f5f6;
  --sh-white: #ffffff;
  --sh-radius: 14px;
  --sh-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
  --sh-gradient: radial-gradient(120.76% 223.58% at 50% 43.39%, rgb(99 0 5) 0%, #f1333e 100%);

  font-family: "Figtree", sans-serif;
  color: var(--sh-gray-900);
  line-height: 1.6;
  background: var(--sh-white);
}

.services-hub-page #main.services-hub-main,
.services-hub-page .services-hub-main {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0;
  margin-right: 0;
}

.services-hub-main * {
  box-sizing: border-box;
}

.sh-container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--kodumedia-container-padding, 20px);
  padding-right: var(--kodumedia-container-padding, 20px);
}

.sh-container--narrow {
  max-width: 900px;
}

/* Hero */
.sh-hero {
  background: var(--sh-gradient);
  color: var(--sh-white);
  padding: 52px 0 68px;
}

.sh-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.8fr);
  gap: 36px;
  align-items: end;
}

.sh-hero__highlights {
  display: grid;
  gap: 14px;
  padding: 24px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(8px);
}

.sh-hero__highlight {
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
}

.sh-hero__highlight strong {
  display: block;
  margin-bottom: 4px;
  font-size: 0.98rem;
}

.sh-hero__highlight span {
  font-size: 0.86rem;
  opacity: 0.82;
}

.sh-breadcrumb {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  font-size: 14px;
}

.sh-breadcrumb a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
}

.sh-breadcrumb a:hover {
  color: var(--sh-white);
}

.sh-hero__badge {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.14);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.sh-hero__title {
  margin: 0 0 18px;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.15;
  font-weight: 800;
  max-width: 920px;
}

.sh-hero__subtitle {
  margin: 0 0 28px;
  font-size: 1.15rem;
  line-height: 1.65;
  max-width: 860px;
  opacity: 0.95;
}

.sh-hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.sh-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 28px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.25s ease;
  border: 2px solid transparent;
}

.sh-btn--primary {
  background: var(--sh-black);
  color: var(--sh-white) !important;
  border-color: var(--sh-black);
}

.sh-btn--primary:hover {
  background: var(--sh-white);
  color: var(--sh-black) !important;
}

.sh-btn--outline {
  background: transparent;
  color: var(--sh-white) !important;
  border-color: rgba(255, 255, 255, 0.75);
}

.sh-btn--outline:hover {
  background: var(--sh-white);
  color: var(--sh-black) !important;
}

.sh-btn--dark {
  background: var(--sh-black);
  color: var(--sh-white) !important;
  border-color: var(--sh-black);
}

.sh-btn--dark:hover {
  background: var(--sh-red);
  border-color: var(--sh-red);
}

.sh-btn--lg {
  padding: 16px 34px;
  font-size: 14px;
}

/* Sections */
.sh-section {
  padding: 56px 0;
}

.sh-section--alt {
  background: var(--sh-gray-100);
}

.sh-section--nav {
  padding-top: 48px;
  padding-bottom: 24px;
}

.sh-section__eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--sh-red);
}

.sh-section__header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 32px;
}

.sh-section__header--left {
  text-align: left;
  margin-left: 0;
}

.sh-section__header--nav {
  margin-bottom: 28px;
}

.sh-section__header h2 {
  margin: 0 0 10px;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  line-height: 1.2;
}

.sh-section__header p {
  margin: 0;
  color: var(--sh-gray-700);
  font-size: 1.05rem;
}

.sh-section__header a {
  color: var(--sh-red);
  font-weight: 700;
  text-decoration: none;
}

.sh-section__header a:hover {
  text-decoration: underline;
}

/* Intro */
.sh-intro {
  text-align: center;
}

.sh-intro h2 {
  margin: 0 0 14px;
  font-size: 1.8rem;
}

.sh-intro__lead {
  margin: 0 0 12px;
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--sh-gray-900);
}

.sh-intro__text {
  margin: 0 0 28px;
  color: var(--sh-gray-700);
}

.sh-intro__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 8px;
}

.sh-intro__stat {
  padding: 20px 18px;
  border-radius: 14px;
  background: var(--sh-gray-100);
  border: 1px solid var(--sh-gray-200);
}

.sh-intro__stat strong {
  display: block;
  margin-bottom: 4px;
  font-size: 1.6rem;
  line-height: 1;
  color: var(--sh-red);
}

.sh-intro__stat span {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--sh-gray-700);
}

/* Category nav */
.sh-nav-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.sh-nav-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  min-height: 108px;
  padding: 20px 22px;
  border-radius: calc(var(--sh-radius) + 2px);
  background: var(--sh-white);
  border: 1px solid var(--sh-gray-200);
  box-shadow: var(--sh-shadow);
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.sh-nav-card:hover {
  transform: translateY(-3px);
  border-color: rgba(235, 36, 38, 0.28);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.1);
}

.sh-nav-card--featured {
  grid-column: 1 / -1;
  grid-template-columns: auto 1fr auto;
  padding: 24px 26px;
  border-color: rgba(235, 36, 38, 0.3);
  background: linear-gradient(180deg, #fff 0%, #fff8f8 100%);
}

.sh-nav-card__tag {
  position: absolute;
  top: 14px;
  right: 16px;
  padding: 4px 10px;
  border-radius: 50px;
  background: var(--sh-red);
  color: var(--sh-white);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.sh-nav-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background: var(--sh-red-light);
  color: var(--sh-red);
  flex-shrink: 0;
}

.sh-nav-card__icon svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.sh-nav-card__title {
  margin: 0 0 4px;
  font-size: 1.05rem;
  line-height: 1.25;
}

.sh-nav-card__summary {
  margin: 0 0 6px;
  color: var(--sh-gray-700);
  font-size: 0.92rem;
  line-height: 1.45;
}

.sh-nav-card--compact {
  min-height: 92px;
}

.sh-nav-card__price {
  margin: 0;
  font-size: 0.82rem;
  color: var(--sh-gray-500);
}

.sh-nav-card__price strong {
  display: inline;
  font-size: 0.92rem;
  color: var(--sh-red);
}

.sh-nav-card__price span {
  margin-right: 4px;
}

.sh-nav-card__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--sh-gray-100);
  color: var(--sh-gray-900);
}

.sh-nav-card__arrow svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

/* Category sections */
.sh-categories {
  padding-top: 56px;
  padding-bottom: 64px;
}

.sh-categories-stack {
  display: grid;
  gap: 20px;
}

.sh-category {
  padding: 30px;
  border-radius: calc(var(--sh-radius) + 2px);
  background: var(--sh-white);
  border: 1px solid var(--sh-gray-200);
  box-shadow: var(--sh-shadow);
  scroll-margin-top: 110px;
}

.sh-category--featured {
  border-color: rgba(235, 36, 38, 0.28);
  background: linear-gradient(180deg, #fff 0%, #fff8f8 100%);
}

.sh-category__header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.sh-category__intro {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  flex: 1;
  min-width: 260px;
}

.sh-category__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: var(--sh-red-light);
  color: var(--sh-red);
  flex-shrink: 0;
}

.sh-category__icon svg {
  width: 26px;
  height: 26px;
  fill: currentColor;
}

.sh-category__tag {
  display: inline-block;
  margin-bottom: 8px;
  padding: 4px 10px;
  border-radius: 50px;
  background: var(--sh-red);
  color: var(--sh-white);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.sh-category__intro h3 {
  margin: 0 0 8px;
  font-size: 1.45rem;
}

.sh-category__summary {
  margin: 0;
  color: var(--sh-gray-700);
  font-size: 0.98rem;
  max-width: 640px;
}

.sh-category__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}

.sh-category__price {
  margin: 0;
  text-align: right;
  font-size: 0.86rem;
  color: var(--sh-gray-500);
}

.sh-category__price strong {
  display: block;
  margin-top: 2px;
  font-size: 1.2rem;
  color: var(--sh-gray-900);
}

.sh-category__services {
  padding-top: 22px;
  border-top: 1px solid var(--sh-gray-200);
}

.sh-category__services-title {
  margin: 0 0 14px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: var(--sh-gray-500);
}

.sh-service-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sh-service-list a,
.sh-service-list__static {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 52px;
  padding: 12px 14px;
  border-radius: 12px;
  background: var(--sh-gray-100);
  border: 1px solid var(--sh-gray-200);
  color: var(--sh-gray-900);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  transition: all 0.2s ease;
}

.sh-category--featured .sh-service-list a,
.sh-category--featured .sh-service-list__static {
  background: rgba(255, 255, 255, 0.92);
}

.sh-service-list a:hover {
  border-color: var(--sh-red);
  color: var(--sh-red);
  transform: translateY(-1px);
}

.sh-service-list a svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  flex-shrink: 0;
  opacity: 0.7;
}

.sh-service-list__static {
  cursor: default;
}

/* Industries */
.sh-industries-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

.sh-industry-pill {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border-radius: 12px;
  background: var(--sh-white);
  border: 1px solid var(--sh-gray-200);
  font-size: 0.92rem;
  font-weight: 600;
}

.sh-industry-pill .sl-icon {
  color: var(--sh-red);
  flex-shrink: 0;
}

/* Why choose */
.sh-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.sh-why-card {
  padding: 22px 20px;
  border-radius: var(--sh-radius);
  background: var(--sh-white);
  border: 1px solid var(--sh-gray-200);
  box-shadow: var(--sh-shadow);
}

.sh-why-card--wide {
  grid-column: 1 / -1;
}

.sh-why-card h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
}

.sh-why-card p {
  margin: 0;
  color: var(--sh-gray-700);
  font-size: 0.94rem;
}

.sh-tech-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.sh-tech-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 50px;
  background: var(--sh-gray-100);
  border: 1px solid var(--sh-gray-200);
  font-size: 0.86rem;
  font-weight: 600;
}

.sh-tech-pill .sl-icon--tech {
  width: 18px;
  height: 18px;
}

/* Process */
.sh-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.sh-process-card {
  padding: 22px 20px;
  border-radius: var(--sh-radius);
  background: var(--sh-white);
  border: 1px solid var(--sh-gray-200);
  box-shadow: var(--sh-shadow);
}

.sh-process-card__step {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 50px;
  background: var(--sh-red-light);
  color: var(--sh-red);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.4px;
}

.sh-process-card h3 {
  margin: 0 0 8px;
  font-size: 1rem;
}

.sh-process-card p {
  margin: 0;
  color: var(--sh-gray-700);
  font-size: 0.9rem;
  line-height: 1.5;
}

/* Technologies */
.sh-tech-groups {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.sh-tech-group {
  padding: 22px 20px;
  border-radius: var(--sh-radius);
  background: var(--sh-white);
  border: 1px solid var(--sh-gray-200);
  box-shadow: var(--sh-shadow);
}

.sh-tech-group h3 {
  margin: 0 0 14px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: var(--sh-gray-500);
}

.sh-tech-group__items {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sh-tech-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 10px;
  background: var(--sh-gray-100);
  font-size: 0.88rem;
  font-weight: 600;
}

.sh-tech-chip .sl-icon--tech {
  width: 18px;
  height: 18px;
}

/* Results */
.sh-results-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.sh-result-card {
  padding: 22px 20px;
  border-radius: var(--sh-radius);
  background: var(--sh-white);
  border: 1px solid var(--sh-gray-200);
  border-top: 3px solid var(--sh-red);
  box-shadow: var(--sh-shadow);
}

.sh-result-card h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
}

.sh-result-card p {
  margin: 0;
  color: var(--sh-gray-700);
  font-size: 0.94rem;
}

/* Case studies */
.sh-case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.sh-case-card {
  padding: 24px 22px;
  border-radius: var(--sh-radius);
  background: var(--sh-white);
  border: 1px solid var(--sh-gray-200);
  box-shadow: var(--sh-shadow);
}

.sh-case-card h3 {
  margin: 0 0 16px;
  font-size: 1.1rem;
}

.sh-case-card__block {
  margin-bottom: 14px;
}

.sh-case-card__block:last-child {
  margin-bottom: 0;
}

.sh-case-card__label {
  display: inline-block;
  margin-bottom: 6px;
  padding: 4px 10px;
  border-radius: 50px;
  background: var(--sh-gray-100);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: var(--sh-gray-500);
}

.sh-case-card__block--results .sh-case-card__label {
  background: var(--sh-red-light);
  color: var(--sh-red);
}

.sh-case-card__block p {
  margin: 0;
  color: var(--sh-gray-700);
  font-size: 0.92rem;
}

/* Engagement */
.sh-engagement-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.sh-engagement-card {
  position: relative;
  padding: 22px 20px 22px 58px;
  border-radius: var(--sh-radius);
  background: var(--sh-white);
  border: 1px solid var(--sh-gray-200);
  box-shadow: var(--sh-shadow);
}

.sh-engagement-card__step {
  position: absolute;
  left: 18px;
  top: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--sh-red);
  color: var(--sh-white);
  font-size: 11px;
  font-weight: 800;
}

.sh-engagement-card h3 {
  margin: 0 0 8px;
  font-size: 1rem;
}

.sh-engagement-card p {
  margin: 0;
  color: var(--sh-gray-700);
  font-size: 0.92rem;
}

/* Comparison cards */
.sh-comparison-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.sh-comparison-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 22px 18px;
  border-radius: var(--sh-radius);
  background: var(--sh-white);
  border: 1px solid var(--sh-gray-200);
  box-shadow: var(--sh-shadow);
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.sh-comparison-card:hover {
  transform: translateY(-3px);
  border-color: rgba(235, 36, 38, 0.28);
}

.sh-comparison-card h3 {
  margin: 0;
  font-size: 1rem;
}

.sh-comparison-card p {
  margin: 0;
  flex: 1;
  color: var(--sh-gray-700);
  font-size: 0.88rem;
  line-height: 1.45;
}

.sh-comparison-card strong {
  font-size: 1.05rem;
  color: var(--sh-red);
}

.sh-comparison-card__price {
  margin-top: auto;
}

.sh-comparison-card__price span {
  display: block;
  margin-bottom: 2px;
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: var(--sh-gray-500);
}

/* Partner */
.sh-partner__intro {
  text-align: center;
  color: var(--sh-gray-700);
  font-size: 1.05rem;
  margin: 0 0 20px;
}

.sh-partner__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.sh-partner__list li {
  position: relative;
  padding: 14px 16px 14px 44px;
  border-radius: 12px;
  background: var(--sh-white);
  border: 1px solid var(--sh-gray-200);
  color: var(--sh-gray-700);
}

.sh-partner__list li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border-radius: 50%;
  background: var(--sh-red-light);
}

.sh-partner__list li::after {
  content: "";
  position: absolute;
  left: 21px;
  top: 50%;
  width: 6px;
  height: 3px;
  margin-top: -1px;
  border-left: 2px solid var(--sh-red);
  border-bottom: 2px solid var(--sh-red);
  transform: rotate(-45deg);
}

/* Testimonials */
.sh-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.sh-testimonial-card {
  margin: 0;
  padding: 24px 22px;
  border-radius: var(--sh-radius);
  background: var(--sh-white);
  border: 1px solid var(--sh-gray-200);
  box-shadow: var(--sh-shadow);
}

.sh-testimonial-card p {
  margin: 0 0 14px;
  color: var(--sh-gray-700);
  font-size: 0.95rem;
  font-style: italic;
}

.sh-testimonial-card cite {
  font-style: normal;
  font-weight: 700;
  font-size: 0.92rem;
}

/* FAQ */
.sh-faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sh-faq-item {
  border: 1px solid var(--sh-gray-200);
  border-radius: 12px;
  background: var(--sh-white);
  overflow: hidden;
}

.sh-faq-item summary {
  position: relative;
  padding: 18px 52px 18px 22px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.sh-faq-item summary::-webkit-details-marker {
  display: none;
}

.sh-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.3rem;
  color: var(--sh-red);
  line-height: 1;
  transition: transform 0.2s ease;
}

.sh-faq-item[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
}

.sh-faq-item__answer {
  padding: 0 22px 18px;
  color: var(--sh-gray-700);
}

.sh-faq-item__answer p {
  margin: 0;
}

/* Final CTA */
.sh-final-cta {
  padding-bottom: 72px;
}

.sh-final-cta__box {
  text-align: center;
  padding: 48px 32px;
  border-radius: calc(var(--sh-radius) + 4px);
  background: var(--sh-gradient);
  color: var(--sh-white);
  box-shadow: 0 18px 40px rgba(235, 36, 38, 0.22);
}

.sh-final-cta__box h2 {
  margin: 0 0 12px;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
}

.sh-final-cta__box p {
  margin: 0 auto 24px;
  max-width: 720px;
  font-size: 1.05rem;
  opacity: 0.95;
}

/* Responsive */
@media (max-width: 1100px) {
  .sh-hero__layout {
    grid-template-columns: 1fr;
  }

  .sh-nav-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sh-why-grid,
  .sh-results-grid,
  .sh-case-grid,
  .sh-testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sh-industries-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .sh-intro__stats {
    grid-template-columns: 1fr;
  }

  .sh-service-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sh-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sh-engagement-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sh-comparison-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .sh-hero {
    padding: 36px 0 48px;
  }

  .sh-section {
    padding: 40px 0;
  }

  .sh-intro__stats,
  .sh-service-list,
  .sh-process-grid,
  .sh-nav-grid,
  .sh-nav-card--featured,
  .sh-why-grid,
  .sh-tech-groups,
  .sh-results-grid,
  .sh-case-grid,
  .sh-engagement-grid,
  .sh-testimonials-grid,
  .sh-industries-grid,
  .sh-comparison-grid {
    grid-template-columns: 1fr;
  }

  .sh-nav-card {
    grid-template-columns: auto 1fr auto;
    min-height: 0;
    padding: 18px;
  }

  .sh-nav-card__icon {
    width: 46px;
    height: 46px;
  }

  .sh-category__header {
    flex-direction: column;
  }

  .sh-category__meta {
    align-items: flex-start;
    width: 100%;
  }

  .sh-category__price {
    text-align: left;
  }

  .sh-why-card--wide {
    grid-column: auto;
  }

  .sh-hero__ctas {
    flex-direction: column;
    align-items: stretch;
  }

  .sh-btn {
    width: 100%;
  }
}
