.az-services-hero{
  position:relative;
  overflow:hidden;
  min-height:92vh;
  padding-top:clamp(126px,13vw,188px);
  padding-bottom:clamp(78px,9vw,130px);
  background:
    radial-gradient(circle at 82% 12%,rgba(192,0,155,.17),transparent 34%),
    radial-gradient(circle at 12% 18%,rgba(122,0,124,.12),transparent 30%),
    linear-gradient(180deg,#fff 0%,#f8f7fb 100%);
  isolation:isolate;
}

.az-services-hero:before{
  content:"";
  position:absolute;
  inset:-12% -8% auto -8%;
  height:78vh;
  background:
    radial-gradient(ellipse at 20% 26%,rgba(192,0,155,.12),transparent 38%),
    radial-gradient(ellipse at 80% 14%,rgba(122,0,124,.12),transparent 40%),
    conic-gradient(from 124deg at 56% 36%,transparent 0deg,rgba(122,0,124,.08) 64deg,transparent 132deg,rgba(192,0,155,.065) 224deg,transparent 316deg);
  mask-image:radial-gradient(ellipse at 50% 34%,rgba(0,0,0,.9),transparent 75%);
  pointer-events:none;
}

.az-services-noise{
  position:absolute;
  inset:0;
  z-index:-1;
  opacity:.30;
  background:
    radial-gradient(ellipse at 14% 28%,rgba(122,0,124,.10),transparent 32%),
    radial-gradient(ellipse at 88% 64%,rgba(192,0,155,.08),transparent 36%);
  pointer-events:none;
}

.az-services-orb{
  position:absolute;
  z-index:-1;
  border-radius:999px;
  filter:blur(10px);
  pointer-events:none;
  animation:azServicesFloat 9s ease-in-out infinite alternate;
}

.az-services-orb-one{
  width:340px;
  height:340px;
  right:8%;
  top:14%;
  background:rgba(122,0,124,.13);
}

.az-services-orb-two{
  width:240px;
  height:240px;
  left:8%;
  bottom:12%;
  background:rgba(192,0,155,.11);
  animation-delay:-3s;
}

.az-services-hero-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(360px,.82fr);
  gap:clamp(40px,7vw,98px);
  align-items:center;
}

.az-services-hero-copy h1,
.az-services-section-head h2,
.az-services-method-copy h2,
.az-services-dark-copy h2,
.az-services-final-card h2{
  color:var(--az-text);
  font-weight:950;
  letter-spacing:-.065em;
  line-height:1.02;
  text-wrap:balance;
}

.az-services-hero-copy h1{
  max-width:860px;
  margin:22px 0;
  font-size:clamp(2.55rem,5.2vw,3.5rem);
}

.az-services-hero-copy p,
.az-services-section-head p,
.az-services-intro-copy p,
.az-services-method-copy p,
.az-services-dark-copy p,
.az-services-final-card p{
  color:#5f5b68;
  font-size:clamp(1rem,1.18vw,1.15rem);
  line-height:1.78;
}

.az-services-hero-copy p{
  max-width:760px;
  margin:0 0 18px;
}

.az-services-hero-actions{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:14px;
  margin-top:30px;
}

.az-button-secondary{
  background:#fff;
  color:var(--az-text)!important;
  border:1px solid rgba(122,0,124,.13);
  box-shadow:0 16px 38px rgba(17,17,17,.08);
}

.az-button-secondary:hover{
  box-shadow:0 22px 48px rgba(17,17,17,.12);
}

.az-services-hero-visual{
  --mx:50%;
  --my:50%;
  position:relative;
  min-height:590px;
  border-radius:44px;
  padding:clamp(22px,3vw,34px);
  background:linear-gradient(145deg,#100316 0%,#3e064a 48%,#7A007C 100%);
  box-shadow:0 34px 90px rgba(18,6,38,.23);
  overflow:hidden;
  transform-style:preserve-3d;
}

.az-services-hero-visual:before,
.az-services-hero-visual:after{
  content:"";
  position:absolute;
  border-radius:50%;
  pointer-events:none;
}

.az-services-hero-visual:before{
  width:350px;
  height:350px;
  top:-130px;
  right:-100px;
  background:rgba(192,0,155,.45);
  filter:blur(8px);
}

.az-services-hero-visual:after{
  width:280px;
  height:280px;
  left:-90px;
  bottom:-110px;
  background:rgba(255,255,255,.14);
}

.az-services-visual-glow,
[data-az-glow]:after{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at var(--mx,50%) var(--my,50%),rgba(255,255,255,.28),transparent 34%);
  opacity:0;
  transition:opacity .25s ease;
  pointer-events:none;
}

[data-az-glow]{
  position:relative;
  overflow:hidden;
}

[data-az-glow]:hover:after,
.az-services-hero-visual:hover .az-services-visual-glow{
  opacity:1;
}

.az-services-command-card{
  position:relative;
  z-index:2;
  min-height:290px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  border:1px solid rgba(255,255,255,.18);
  border-radius:34px;
  padding:30px;
  background:rgba(255,255,255,.1);
  backdrop-filter:blur(14px);
  transform:translateZ(42px);
}

.az-services-command-card span{
  display:inline-flex;
  width:max-content;
  margin-bottom:22px;
  padding:9px 13px;
  border-radius:999px;
  background:rgba(255,255,255,.13);
  color:#fff;
  font-size:.72rem;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.14em;
}

.az-services-command-card strong{
  display:block;
  max-width:430px;
  color:#fff;
  font-size:clamp(1.85rem,3vw,2.55rem);
  line-height:1.04;
  letter-spacing:-.055em;
}

.az-services-command-bars{
  display:grid;
  gap:12px;
  margin-top:26px;
}

.az-services-command-bars i{
  position:relative;
  display:block;
  height:10px;
  border-radius:999px;
  overflow:hidden;
  background:rgba(255,255,255,.12);
}

.az-services-command-bars i:before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:var(--bar);
  border-radius:inherit;
  background:linear-gradient(90deg,#fff,rgba(255,255,255,.45));
  animation:azServicesBar 3.8s ease-in-out infinite alternate;
}

.az-services-dashboard{
  position:relative;
  z-index:2;
  margin-top:14px;
  border:1px solid rgba(255,255,255,.15);
  border-radius:28px;
  padding:18px;
  background:rgba(255,255,255,.08);
  transform:translateZ(30px);
}

.az-services-dashboard-top{
  display:flex;
  gap:8px;
  margin-bottom:18px;
}

.az-services-dashboard-top span{
  width:10px;
  height:10px;
  border-radius:999px;
  background:rgba(255,255,255,.5);
}

.az-services-dashboard-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}

.az-services-dashboard-grid span{
  display:flex;
  min-height:74px;
  align-items:center;
  justify-content:center;
  border-radius:20px;
  border:1px solid rgba(255,255,255,.13);
  background:rgba(255,255,255,.08);
  color:#fff;
  font-size:.86rem;
  font-weight:900;
  text-align:center;
}

.az-services-float{
  position:absolute;
  z-index:3;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 16px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.2);
  background:rgba(255,255,255,.16);
  color:#fff;
  font-size:.8rem;
  font-weight:950;
  box-shadow:0 18px 44px rgba(0,0,0,.18);
  backdrop-filter:blur(14px);
  animation:azServicesFloat 5s ease-in-out infinite alternate;
}

.az-services-float-one{left:22px;top:118px;}
.az-services-float-two{right:22px;bottom:120px;animation-delay:-1.4s;}
.az-services-float-three{right:36px;top:72px;animation-delay:-2.2s;}

.az-services-intro{
  position:relative;
  background:#fff;
  overflow:hidden;
}

.az-services-intro:before{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:220px;
  background:linear-gradient(180deg,rgba(122,0,124,.07),transparent);
  pointer-events:none;
}

.az-services-intro-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,.65fr);
  gap:clamp(34px,6vw,78px);
  align-items:end;
  margin-bottom:36px;
}

.az-services-section-head h2{
  max-width:850px;
  margin:16px 0 0;
  font-size:clamp(2.15rem,4.2vw,3.25rem);
}

.az-services-section-head-center{
  max-width:920px;
  text-align:center;
  margin-inline:auto;
  margin-bottom:44px;
}

.az-services-section-head-center h2,
.az-services-section-head-center p{
  margin-left:auto;
  margin-right:auto;
}

.az-services-section-head-center p{
  max-width:760px;
  margin-top:18px;
}

.az-services-proof-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}

.az-services-proof{
  --mx:50%;
  --my:50%;
  min-height:180px;
  padding:26px;
  border-radius:28px;
  border:1px solid rgba(122,0,124,.1);
  background:linear-gradient(180deg,#fff,#fbf9fc);
  box-shadow:0 22px 58px rgba(17,17,17,.07);
  transform-style:preserve-3d;
}

.az-services-proof strong{
  display:block;
  margin-bottom:12px;
  color:var(--az-purple);
  font-size:clamp(2rem,4vw,3.2rem);
  line-height:1;
  letter-spacing:-.06em;
  font-weight:950;
}

.az-services-proof p{
  margin:0;
  color:#5f5b68;
  line-height:1.65;
  font-weight:750;
}

.az-services-showcase{
  position:relative;
  overflow:hidden;
  background:linear-gradient(180deg,#f8f7fb 0%,#fff 100%);
}

.az-services-showcase:before{
  content:"";
  position:absolute;
  inset:-18% -10%;
  background:
    radial-gradient(ellipse at 12% 44%,rgba(122,0,124,.08),transparent 32%),
    radial-gradient(ellipse at 86% 18%,rgba(192,0,155,.075),transparent 30%),
    conic-gradient(from 214deg at 52% 52%,transparent 0deg,rgba(122,0,124,.045) 70deg,transparent 152deg,rgba(192,0,155,.04) 246deg,transparent 330deg);
  mask-image:linear-gradient(180deg,transparent,rgba(0,0,0,.84) 22%,rgba(0,0,0,.84) 74%,transparent);
  pointer-events:none;
}

.az-services-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}

.az-service-card{
  --mx:50%;
  --my:50%;
  min-height:100%;
  border-radius:34px;
  background:#fff;
  border:1px solid rgba(122,0,124,.1);
  box-shadow:0 22px 58px rgba(17,17,17,.08);
  transition:box-shadow .28s ease,border-color .28s ease;
  transform-style:preserve-3d;
}

.az-service-card:hover{
  border-color:rgba(122,0,124,.22);
  box-shadow:0 32px 78px rgba(122,0,124,.13);
}

.az-service-card-link{
  display:flex;
  flex-direction:column;
  min-height:100%;
  color:inherit;
}

.az-service-media{
  position:relative;
  margin:0;
  aspect-ratio:1.12/.85;
  overflow:hidden;
  border-radius:34px 34px 26px 26px;
  background:#17051c;
}

.az-service-media:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 35%,rgba(0,0,0,.18));
  pointer-events:none;
}

.az-service-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 42%;
  transform:scale(1.01);
  transition:transform .6s ease,filter .6s ease;
}

.az-service-card:hover .az-service-media img{
  transform:scale(1.08);
  filter:saturate(1.08) contrast(1.04);
}

.az-service-content{
  display:flex;
  flex-direction:column;
  flex:1;
  padding:24px;
}

.az-service-content span{
  display:inline-flex;
  width:max-content;
  margin-bottom:14px;
  padding:8px 11px;
  border-radius:999px;
  background:rgba(122,0,124,.08);
  color:var(--az-purple);
  font-size:.72rem;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.11em;
}

.az-service-content h3{
  margin:0 0 12px;
  color:var(--az-text);
  font-size:clamp(1.38rem,2vw,1.75rem);
  line-height:1.1;
  letter-spacing:-.045em;
  font-weight:950;
}

.az-service-content p{
  margin:0 0 18px;
  color:#5f5b68;
  line-height:1.7;
}

.az-service-content ul{
  display:grid;
  gap:10px;
  margin:0 0 22px;
  padding:0;
  list-style:none;
}

.az-service-content li{
  position:relative;
  padding-left:20px;
  color:#343039;
  font-size:.95rem;
  font-weight:760;
}

.az-service-content li:before{
  content:"";
  position:absolute;
  left:0;
  top:.58em;
  width:8px;
  height:8px;
  border-radius:999px;
  background:var(--az-gradient);
  box-shadow:0 0 0 4px rgba(122,0,124,.08);
}

.az-service-content strong{
  display:inline-flex;
  width:max-content;
  margin-top:auto;
  color:var(--az-purple);
  font-size:.94rem;
  font-weight:950;
}

.az-services-method{
  position:relative;
  overflow:hidden;
  background:#fff;
}

.az-services-method:before{
  content:"";
  position:absolute;
  width:520px;
  height:520px;
  right:-220px;
  top:12%;
  border-radius:50%;
  background:radial-gradient(circle,rgba(192,0,155,.12),transparent 68%);
  pointer-events:none;
}

.az-services-method-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(280px,.58fr) minmax(0,1fr);
  gap:clamp(34px,7vw,92px);
  align-items:start;
}

.az-services-method-copy{
  position:sticky;
  top:110px;
}

.az-services-method-copy h2{
  margin:16px 0 18px;
  font-size:clamp(2.15rem,4.1vw,3.25rem);
}

.az-services-method-copy p{
  margin:0 0 26px;
}

.az-services-timeline{
  --progress:0%;
  position:relative;
  display:grid;
  gap:18px;
  padding-left:28px;
}

.az-services-timeline:before,
.az-services-timeline:after{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:4px;
  border-radius:999px;
}

.az-services-timeline:before{
  bottom:0;
  background:rgba(122,0,124,.1);
}

.az-services-timeline:after{
  height:var(--progress);
  background:var(--az-gradient);
  box-shadow:0 10px 30px rgba(122,0,124,.22);
}

.az-services-step{
  --mx:50%;
  --my:50%;
  display:grid;
  grid-template-columns:80px minmax(0,1fr);
  gap:18px;
  align-items:start;
  padding:24px;
  border:1px solid rgba(122,0,124,.1);
  border-radius:28px;
  background:linear-gradient(180deg,#fff,#fbf9fc);
  box-shadow:0 20px 52px rgba(17,17,17,.07);
}

.az-services-step > span{
  display:flex;
  align-items:center;
  justify-content:center;
  width:64px;
  height:64px;
  border-radius:22px;
  background:var(--az-gradient);
  color:#fff;
  font-weight:950;
  letter-spacing:-.03em;
  box-shadow:0 16px 36px rgba(122,0,124,.2);
}

.az-services-step h3{
  margin:0 0 8px;
  color:var(--az-text);
  font-size:1.25rem;
  font-weight:950;
  letter-spacing:-.035em;
}

.az-services-step p{
  margin:0;
  color:#5f5b68;
  line-height:1.7;
}

.az-services-dark{
  position:relative;
  overflow:hidden;
  background:#050505;
  color:#fff;
}

.az-services-dark:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 18% 20%,rgba(122,0,124,.36),transparent 35%),
    radial-gradient(circle at 88% 80%,rgba(192,0,155,.24),transparent 35%),
    linear-gradient(180deg,#050505,#100314);
  pointer-events:none;
}

.az-services-dark-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(360px,.75fr);
  gap:clamp(34px,7vw,92px);
  align-items:center;
}

.az-services-dark-copy h2{
  margin:16px 0 18px;
  color:#fff;
  font-size:clamp(2.2rem,4.4vw,3.25rem);
}

.az-services-dark-copy p{
  max-width:720px;
  color:rgba(255,255,255,.72);
}

.az-services-dark-cards{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}

.az-services-dark-cards article{
  --mx:50%;
  --my:50%;
  min-height:178px;
  padding:24px;
  border-radius:26px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.08);
  backdrop-filter:blur(14px);
}

.az-services-dark-cards strong{
  display:block;
  margin-bottom:10px;
  color:#fff;
  font-size:1.2rem;
  font-weight:950;
}

.az-services-dark-cards p{
  margin:0;
  color:rgba(255,255,255,.72);
  line-height:1.68;
}

.az-services-final{
  position:relative;
  overflow:hidden;
  background:linear-gradient(180deg,#fff,#f8f7fb);
}

.az-services-final-card{
  --mx:50%;
  --my:50%;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:28px;
  align-items:center;
  padding:clamp(28px,5vw,58px);
  border-radius:38px;
  border:1px solid rgba(122,0,124,.13);
  background:#fff;
  box-shadow:0 30px 84px rgba(17,17,17,.09);
}

.az-services-final-card h2{
  max-width:900px;
  margin:14px 0 16px;
  font-size:clamp(2.05rem,4vw,3.25rem);
}

.az-services-final-card p{
  max-width:760px;
  margin:0;
}

@keyframes azServicesFloat{
  from{transform:translate3d(0,0,0)}
  to{transform:translate3d(0,-14px,0)}
}

@keyframes azServicesBar{
  from{opacity:.62;transform:scaleX(.86);transform-origin:left center}
  to{opacity:1;transform:scaleX(1);transform-origin:left center}
}

@media (max-width:1120px){
  .az-services-hero-grid,
  .az-services-intro-grid,
  .az-services-method-grid,
  .az-services-dark-grid{
    grid-template-columns:1fr;
  }

  .az-services-hero-visual{
    min-height:520px;
  }

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

  .az-services-method-copy{
    position:relative;
    top:auto;
  }
}

@media (max-width:780px){
  .az-services-hero{
    min-height:auto;
    padding-top:112px;
  }

  .az-services-hero-copy h1{
    font-size:clamp(2.45rem,13vw,3.5rem);
  }

  .az-services-hero-actions{
    align-items:stretch;
  }

  .az-services-hero-actions .az-button{
    width:100%;
  }

  .az-services-hero-visual{
    min-height:455px;
    border-radius:32px;
  }

  .az-services-command-card{
    min-height:245px;
    border-radius:28px;
    padding:24px;
  }

  .az-services-command-card strong{
    font-size:clamp(1.62rem,8vw,2.15rem);
  }

  .az-services-dashboard-grid span{
    min-height:62px;
  }

  .az-services-float{
    font-size:.72rem;
    min-height:38px;
    padding:0 12px;
  }

  .az-services-proof-grid,
  .az-services-grid,
  .az-services-dark-cards{
    grid-template-columns:1fr;
  }

  .az-services-section-head h2,
  .az-services-method-copy h2,
  .az-services-dark-copy h2,
  .az-services-final-card h2{
    letter-spacing:-.055em;
  }

  .az-service-card{
    border-radius:28px;
  }

  .az-service-media{
    border-radius:28px 28px 22px 22px;
    aspect-ratio:1.18/.82;
  }

  .az-service-content{
    padding:22px;
  }

  .az-services-timeline{
    padding-left:18px;
  }

  .az-services-step{
    grid-template-columns:1fr;
  }

  .az-services-final-card{
    grid-template-columns:1fr;
    border-radius:30px;
  }

  .az-services-final-card .az-button{
    width:100%;
  }
}

@media (max-width:520px){
  .az-services-hero-visual{
    min-height:410px;
    padding:16px;
  }

  .az-services-command-card{
    min-height:228px;
  }

  .az-services-dashboard{
    padding:14px;
  }

  .az-services-float-one{left:14px;top:94px;}
  .az-services-float-two{right:14px;bottom:100px;}
  .az-services-float-three{right:18px;top:48px;}
}

.az-services-bar-one{--bar:82%;}
.az-services-bar-two{--bar:64%;}
.az-services-bar-three{--bar:74%;}
