
.services-page{
  background:#fff;
}
.services-hero{
  background:
    radial-gradient(circle at 69% 45%, rgba(244,42,135,.12) 0 110px, transparent 111px),
    radial-gradient(circle at 90% 35%, rgba(244,42,135,.07) 0 76px, transparent 77px),
    linear-gradient(90deg,#fff 0%,#fff8fb 58%,#fff5fa 100%);
  border-bottom:1px solid #f4edf1;
  overflow:hidden;
}
.services-hero-grid{
  min-height:385px;
  display:grid;
  grid-template-columns:43% 57%;
  align-items:center;
}
.services-hero-copy{
  padding:54px 0;
}
.services-breadcrumb{
  color:var(--pink);
  font-size:12px;
  font-weight:800;
  letter-spacing:.25px;
  margin-bottom:28px;
}
.services-hero-copy h1{
  font-family:Manrope,Inter,sans-serif;
  margin:0;
  font-size:51px;
  line-height:1.08;
  letter-spacing:-1.7px;
  color:var(--text);
}
.services-rule{
  width:42px;
  height:3px;
  border-radius:3px;
  background:var(--pink);
  margin:20px 0 20px;
}
.services-hero-copy p{
  margin:0;
  color:var(--muted);
  font-size:15px;
  line-height:1.72;
}
.services-hero-art{
  min-height:380px;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
}
.services-hero-art:after{
  content:"";
  width:96px;
  height:72px;
  position:absolute;
  right:1%;
  top:46%;
  background-image:radial-gradient(rgba(244,42,135,.38) 1.5px,transparent 1.5px);
  background-size:13px 13px;
  opacity:.33;
}
.services-hero-art img{
  width:100%;
  max-width:645px;
  height:320px;
  object-fit:cover;
  object-position:center;
  mix-blend-mode:multiply;
  border-radius:2px;
}

.services-list-section{
  padding:66px 0 72px;
}
.services-heading{
  text-align:center;
  margin-bottom:40px;
}
.services-kicker{
  color:var(--pink);
  font-size:12px;
  font-weight:800;
  letter-spacing:.35px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  margin-bottom:12px;
}
.services-kicker span{
  display:block;
  width:26px;
  height:1px;
  background:var(--pink);
}
.services-heading h2{
  font-family:Manrope,Inter,sans-serif;
  font-size:34px;
  margin:0 0 10px;
  letter-spacing:-1px;
}
.services-heading p{
  margin:0;
  color:var(--muted);
  font-size:13.5px;
  line-height:1.65;
}
.services-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.service-page-card{
  background:#fff;
  border:1px solid #e9ebf1;
  border-radius:11px;
  overflow:hidden;
  box-shadow:0 7px 25px rgba(16,32,58,.055);
  transition:transform .22s ease,box-shadow .22s ease;
}
.service-page-card:hover{
  transform:translateY(-4px);
  box-shadow:0 13px 34px rgba(16,32,58,.095);
}
.service-page-card img{
  image-rendering:auto;
  width:100%;
  height:137px;
  object-fit:cover;
  background:#faf5f7;
}
.service-page-card-body{
  padding:17px 16px 16px;
  min-height:168px;
  position:relative;
}
.service-page-card h3{
  margin:0 0 9px;
  font-size:14.5px;
  line-height:1.35;
  color:var(--text);
}
.service-page-card p{
  margin:0;
  color:var(--muted);
  font-size:12px;
  line-height:1.6;
  padding-bottom:27px;
}
.service-arrow{
  width:25px;
  height:25px;
  border-radius:50%;
  background:var(--pink);
  color:#fff;
  font-size:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  position:absolute;
  left:16px;
  bottom:15px;
}

.services-grid .service-page-card:nth-last-child(3):nth-child(13){
  grid-column:1 / 2;
  margin-left:50%;
  width:100%;
}
.services-grid .service-page-card:nth-child(14){
  grid-column:2 / 3;
  margin-left:50%;
  width:100%;
}
.services-grid .service-page-card:nth-child(15){
  grid-column:3 / 4;
  margin-left:50%;
  width:100%;
}

.services-cta{
  background:linear-gradient(100deg,#f32882 0%,#c52fab 52%,#8c2cb7 100%);
  color:#fff;
  padding:28px 0;
}
.services-cta-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}
.services-cta-copy{
  display:flex;
  align-items:center;
  gap:20px;
}
.services-cta-icon{
  width:60px;
  height:60px;
  flex:0 0 60px;
  border-radius:50%;
  background:#fff;
  color:var(--pink);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:27px;
}
.services-cta h2{
  font-family:Manrope,Inter,sans-serif;
  font-size:22px;
  margin:0 0 6px;
}
.services-cta p{
  margin:0;
  font-size:12px;
  line-height:1.55;
  opacity:.95;
}
.services-quote-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#fff;
  color:var(--pink);
  min-height:47px;
  padding:0 25px;
  border-radius:7px;
  font-size:13px;
  font-weight:800;
  white-space:nowrap;
}
.services-quote-btn span{
  margin-left:7px;
}

@media(max-width:1050px){
  .services-grid{grid-template-columns:repeat(3,1fr)}
  .services-grid .service-page-card:nth-child(n){grid-column:auto;margin-left:0;width:auto}
  .services-hero-copy h1{font-size:45px}
}
@media(max-width:780px){
  .services-hero-grid{grid-template-columns:1fr;min-height:auto}
  .services-hero-copy{padding:46px 0 18px}
  .services-hero-art{min-height:auto;padding-bottom:30px}
  .services-hero-art img{height:260px;max-width:620px}
  .services-grid{grid-template-columns:repeat(2,1fr)}
  .services-heading h2{font-size:29px}
  .services-cta-inner{align-items:flex-start;flex-direction:column}
  .services-quote-btn{margin-left:80px}
}
@media(max-width:520px){
  .services-hero-copy h1{font-size:38px}
  .services-hero-copy p br,.services-heading p br{display:none}
  .services-hero-art img{height:215px}
  .services-list-section{padding:52px 0 58px}
  .services-grid{grid-template-columns:1fr}
  .service-page-card img{height:190px}
  .service-page-card-body{min-height:150px}
  .services-cta-copy{align-items:flex-start}
  .services-cta-icon{width:50px;height:50px;flex-basis:50px}
  .services-cta h2{font-size:19px}
  .services-quote-btn{margin-left:70px}
}
