.services-page {
  background: #FAFAF9;
}

.services-page main.container {
  max-width: none;
  width: 100%;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0;
}

.services-shell {
  width: min(1120px, calc(100% - 32px));
  margin-inline: auto;
}

.services-hero {
  color: #1C1917;
  background:
    linear-gradient(135deg, rgba(243, 122, 31, .12), rgba(11, 70, 216, .07)),
    #ffffff;
  border-bottom: 1px solid rgba(28, 25, 23, .08);
}

.services-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .75fr);
  gap: 40px;
  align-items: center;
  min-height: 430px;
  padding-block: 56px;
}

.services-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 30px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #FFF4EA;
  color: #b45309;
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.services-hero h1,
.services-section-head h2,
.services-contact h2 {
  margin: 14px 0 0;
  color: #1C1917;
  font-weight: 850;
  line-height: 1.05;
  letter-spacing: 0;
}

.services-hero h1 {
  max-width: 760px;
  font-size: clamp(2.05rem, 5vw, 4.4rem);
}

.services-hero p {
  max-width: 650px;
  margin: 20px 0 0;
  color: #44403C;
  font-size: 1.08rem;
  line-height: 1.7;
}

.services-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.services-btn,
.contact-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 8px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}

.services-btn-primary {
  background: #D9660F;
  color: #fff;
  box-shadow: 0 12px 24px rgba(243, 122, 31, .22);
}

.services-btn-secondary {
  background: #1C1917;
  color: #fff;
  box-shadow: 0 12px 24px rgba(28, 25, 23, .18);
}

.services-btn:hover,
.contact-link:hover {
  transform: translateY(-2px);
  color: #fff;
}

.services-btn-primary:hover {
  background: #e65d00;
}

.services-btn-secondary:hover {
  background: #292524;
}

.services-hero-panel {
  border: 1px solid rgba(28, 25, 23, .1);
  border-radius: 8px;
  background: #ffffff;
  padding: 18px;
  box-shadow: 0 18px 48px rgba(28, 25, 23, .12);
}

.services-brand-card {
  display: flex;
  gap: 14px;
  align-items: center;
  min-height: 96px;
  padding: 16px;
  border-radius: 8px;
  background: #FAFAF9;
  border: 1px solid #E7E5E4;
}

.services-logo {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.services-brand-card strong,
.services-brand-card span {
  display: block;
}

.services-brand-card strong {
  color: #1C1917;
  font-size: 1.05rem;
}

.services-brand-card span {
  color: #78716C;
  margin-top: 4px;
}

.services-panel-list {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.services-panel-list span {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid #F0EEEC;
  color: #44403C;
  font-weight: 700;
}

.services-panel-list i,
.service-card li::before {
  color: #0B46D8;
}

.services-process,
.services-catalog,
.services-proof,
.services-contact {
  padding-block: 56px;
}

.services-section-head {
  max-width: 740px;
  margin-bottom: 24px;
}

.services-section-head h2,
.services-contact h2 {
  font-size: clamp(1.65rem, 3vw, 2.7rem);
}

.services-section-head-wide {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 28px;
  align-items: end;
  max-width: none;
}

.services-section-head-wide p,
.services-contact p {
  margin: 0;
  color: #78716C;
  line-height: 1.7;
}

.process-grid,
.services-grid,
.proof-grid {
  display: grid;
  gap: 16px;
}

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

.process-item,
.service-card,
.proof-grid > div,
.contact-panel {
  border: 1px solid #F0EEEC;
  border-radius: 8px;
  background: #ffffff;
}

.process-item {
  padding: 22px;
}

.process-item span {
  color: #0B46D8;
  font-size: .82rem;
  font-weight: 900;
}

.process-item h3,
.service-card h3 {
  margin: 10px 0 0;
  color: #1C1917;
  font-size: 1.08rem;
  font-weight: 850;
  line-height: 1.25;
}

.process-item p,
.service-card p {
  margin: 10px 0 0;
  color: #78716C;
  line-height: 1.65;
}

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

.service-card {
  min-height: 100%;
  padding: 24px;
  box-shadow: 0 10px 24px rgba(28, 25, 23, .04);
}

.service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 8px;
  background: #EAF1FF;
  color: #0B46D8;
  font-size: 1.2rem;
}

.service-card ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.service-card li {
  position: relative;
  padding-left: 24px;
  color: #44403C;
  font-weight: 650;
  line-height: 1.45;
}

.service-card li::before {
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 1px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: .86rem;
}

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

.proof-grid > div {
  padding: 20px;
}

.proof-grid strong,
.proof-grid span {
  display: block;
}

.proof-grid strong {
  color: #1C1917;
  font-size: 1.05rem;
}

.proof-grid span {
  color: #78716C;
  margin-top: 6px;
  line-height: 1.55;
}

.contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 30px;
  background: #1C1917;
  border-color: #1C1917;
}

.contact-panel .services-kicker {
  background: rgba(255, 255, 255, .1);
  color: #FCD9B6;
}

.contact-panel h2,
.contact-panel p {
  color: #fff;
}

.contact-panel p {
  margin-top: 12px;
  color: #E7E5E4;
}

.contact-actions {
  justify-content: flex-end;
  margin-top: 0;
}

.contact-link {
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .18);
  color: #fff;
}

.contact-link.whatsapp {
  background: #059669;
  border-color: #059669;
}

@media (hover: hover) {
  .service-card:hover,
  .process-item:hover,
  .proof-grid > div:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 32px rgba(28, 25, 23, .09);
  }

  .service-card,
  .process-item,
  .proof-grid > div {
    transition: transform .16s ease, box-shadow .16s ease;
  }
}

@media (max-width: 991.98px) {
  .services-hero-grid,
  .services-section-head-wide,
  .contact-panel {
    grid-template-columns: 1fr;
  }

  .services-hero-grid {
    min-height: auto;
    padding-block: 40px;
  }

  .services-hero-panel {
    max-width: 520px;
  }

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

  .contact-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .services-shell {
    width: min(100% - 22px, 1120px);
  }

  .services-hero-grid,
  .services-process,
  .services-catalog,
  .services-proof,
  .services-contact {
    padding-block: 34px;
  }

  .services-hero h1 {
    font-size: 2rem;
  }

  .services-hero p {
    font-size: 1rem;
  }

  .services-actions,
  .contact-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .services-btn,
  .contact-link {
    width: 100%;
  }

  .process-grid,
  .services-grid,
  .proof-grid {
    grid-template-columns: 1fr;
  }

  .service-card,
  .process-item,
  .proof-grid > div,
  .contact-panel {
    padding: 18px;
  }
}
