.services-page{
  background:#fff;
  color:#111;
  overflow:hidden;
}

.services-hero{
  background:
    radial-gradient(circle at 82% 10%,rgba(230,9,16,.22),transparent 34%),
    radial-gradient(circle at 12% 86%,rgba(230,9,16,.14),transparent 32%),
    linear-gradient(135deg,#050505 0%,#101010 48%,#1a0002 100%);
  padding:96px 24px 102px;
  position:relative;
  color:#fff;
  overflow:hidden;
}

.services-hero:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px),
    linear-gradient(180deg,rgba(255,255,255,.025) 1px,transparent 1px);
  background-size:54px 54px;
  opacity:.35;
  pointer-events:none;
}

.services-hero-inner{
  max-width:980px;
  margin:0 auto;
  text-align:center;
  position:relative;
}

.eyebrow{
  display:inline-block;
  font-family:Montserrat,Arial,sans-serif;
  color:var(--accent);
  font-size:.78rem;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.12em;
}

.services-hero h1{
  font-family:Montserrat,Arial,sans-serif;
  font-size:clamp(3rem,7.3vw,7rem);
  line-height:.9;
  margin:16px 0 24px;
  text-transform:uppercase;
  letter-spacing:-.07em;
  color:#fff;
}

.services-hero p{
  font-size:1.14rem;
  color:#e8e8e8;
  max-width:760px;
  margin:0 auto;
}

.hero-actions{
  display:flex;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
  margin-top:30px;
}

.services-options{
  padding:84px 24px 96px;
  background:#fff;
}

.services-section-header{
  max-width:860px;
  margin:0 auto 42px;
  text-align:center;
}

.services-section-header h2{
  font-family:Montserrat,Arial,sans-serif;
  font-size:clamp(2.75rem,6vw,6rem);
  line-height:.9;
  margin:12px 0 18px;
  text-transform:uppercase;
  letter-spacing:-.065em;
  color:#111;
}

.services-section-header p{
  color:#555;
  font-size:1.08rem;
  margin:0 auto;
}

.services-grid{
  max-width:var(--max);
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
  align-items:stretch;
}

.service-card{
  min-width:0;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  min-height:620px;
  border-radius:14px;
  padding:34px;
  overflow:hidden;
  position:relative;
  transition:.22s ease;
  box-shadow:0 18px 46px rgba(0,0,0,.08);
}

.service-card:hover{
  transform:translateY(-6px);
  box-shadow:0 30px 68px rgba(0,0,0,.15);
}

.service-card-light{
  background:
    radial-gradient(circle at 88% 10%,rgba(230,9,16,.12),transparent 42%),
    #fff;
  border:1px solid #dedede;
  color:#111;
}

.service-card-dark{
  background:
    radial-gradient(circle at 85% 16%,rgba(230,9,16,.28),transparent 38%),
    linear-gradient(135deg,#050505 0%,#101010 52%,#260000 100%);
  border:1px solid rgba(255,255,255,.14);
  color:#fff;
  box-shadow:0 26px 68px rgba(0,0,0,.28);
}

.service-card-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  margin-bottom:52px;
}

.service-number{
  flex:0 0 auto;
  width:58px;
  height:58px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#080808;
  color:#fff;
  font-family:Montserrat,Arial,sans-serif;
  font-size:.86rem;
  font-weight:900;
}

.service-card-dark .service-number{
  background:var(--accent);
}

.service-kicker{
  max-width:245px;
  padding-top:10px;
  font-family:Montserrat,Arial,sans-serif;
  font-size:.8rem;
  font-weight:900;
  line-height:1.12;
  text-align:right;
  text-transform:uppercase;
  color:#555;
}

.service-card-dark .service-kicker{
  color:#e8e8e8;
}

.service-card h3{
  font-family:Montserrat,Arial,sans-serif;
  font-size:clamp(2.55rem,4.15vw,4.65rem);
  line-height:.9;
  margin:0 0 26px;
  text-transform:uppercase;
  letter-spacing:-.07em;
  color:#111;
  max-width:100%;
  overflow-wrap:normal;
  word-break:normal;
}

.service-card h3:after{
  content:"";
  display:block;
  width:58px;
  height:4px;
  background:var(--accent);
  margin-top:26px;
}

.service-card-dark h3{
  color:#fff;
}

.service-card p{
  color:#4a4a4a;
  font-size:1.02rem;
  line-height:1.55;
  margin:0 0 22px;
}

.service-card-dark p{
  color:#e1e1e1;
}

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

.service-card li{
  color:#262626;
  font-weight:800;
  font-size:.98rem;
  display:grid;
  grid-template-columns:14px 1fr;
  gap:12px;
  align-items:start;
}

.service-card li:before{
  content:"";
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--accent);
  margin-top:8px;
}

.service-card-dark li{
  color:#fff;
}

.service-card-footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-top:34px;
  padding-top:24px;
  border-top:1px solid rgba(0,0,0,.10);
}

.service-card-dark .service-card-footer{
  border-top-color:rgba(255,255,255,.15);
}

.service-card-footer strong{
  font-family:Montserrat,Arial,sans-serif;
  font-size:.84rem;
  font-weight:900;
  text-transform:uppercase;
  color:#111;
}

.service-card-dark .service-card-footer strong{
  color:#fff;
}

.service-card-footer span{
  width:42px;
  height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:var(--accent);
  color:#fff;
  font-size:1.3rem;
  line-height:1;
}

@media(max-width:1120px){
  .services-grid{
    grid-template-columns:1fr;
    max-width:760px;
  }

  .service-card{
    min-height:auto;
  }

  .service-card h3{
    font-size:clamp(3rem,11vw,5.6rem);
  }
}

@media(max-width:800px){
  .services-hero,
  .services-options{
    padding-left:22px;
    padding-right:22px;
  }

  .services-hero{
    padding-top:70px;
    padding-bottom:74px;
  }

  .services-options{
    padding-top:64px;
    padding-bottom:70px;
  }

  .services-hero h1{
    font-size:clamp(3rem,13vw,5.4rem);
  }

  .services-section-header h2{
    font-size:clamp(2.65rem,12vw,4.8rem);
  }

  .service-card{
    padding:28px;
  }

  .service-card-top{
    margin-bottom:42px;
  }
}

@media(max-width:560px){
  .hero-actions .btn{
    width:100%;
  }

  .service-card-top{
    display:grid;
    gap:16px;
  }

  .service-kicker{
    text-align:left;
    max-width:100%;
    padding-top:0;
  }

  .service-card h3{
    font-size:clamp(2.65rem,17vw,4.25rem);
    letter-spacing:-.065em;
  }

  .service-card-footer{
    display:grid;
    grid-template-columns:1fr 42px;
  }
}