/* Services page — clean layout layer loaded after main.css. */
body.pulsar-page-services .services-hero{
  min-height:520px!important;
  padding-top:92px!important;
  background:var(--green)!important;
  color:#fff!important;
  display:flex!important;
  align-items:center!important;
  position:relative!important;
  overflow:hidden!important;
}
body.pulsar-page-services .services-hero::before,
body.pulsar-page-services .services-hero h1::before,
body.pulsar-page-services .services h2::before,
body.pulsar-page-services #services::before{content:none!important;display:none!important}
body.pulsar-page-services .services-hero .hero-content{
  width:min(calc(100% - 64px),var(--container))!important;
  margin-inline:auto!important;
  padding:88px 0 74px!important;
  transform:none!important;
}
body.pulsar-page-services .services-hero h1{
  max-width:820px!important;
  margin:0 0 28px!important;
  font-family:var(--serif)!important;
  font-size:clamp(48px,5vw,70px)!important;
  font-weight:400!important;
  line-height:1.02!important;
  letter-spacing:-.02em!important;
  color:#fff!important;
  white-space:normal!important;
}
body.pulsar-page-services .services-hero p{
  max-width:760px!important;
  margin:0!important;
  font-size:clamp(18px,1.6vw,22px)!important;
  line-height:1.55!important;
  color:#efe6d6!important;
}
body.pulsar-page-services .services-hero-orbits{position:absolute;inset:0;pointer-events:none;opacity:.8}
body.pulsar-page-services .services-orbit-big,
body.pulsar-page-services .services-orbit-small{position:absolute;border:1px solid rgba(199,168,107,.28);border-radius:50%}
body.pulsar-page-services .services-orbit-big{width:470px;height:210px;right:-90px;top:145px;transform:rotate(-18deg)}
body.pulsar-page-services .services-orbit-small{width:300px;height:145px;right:85px;top:230px;transform:rotate(27deg)}
body.pulsar-page-services .services-orbit-dot{position:absolute;width:8px;height:8px;border-radius:50%;background:var(--gold);right:214px;top:258px}

body.pulsar-page-services .services{background:var(--ivory)!important;padding:86px 0 92px!important}
body.pulsar-page-services .services>.container{width:min(calc(100% - 64px),var(--container))!important;margin-inline:auto!important}
body.pulsar-page-services .services h2{
  margin:0 0 38px!important;
  font-family:var(--serif)!important;
  font-size:clamp(38px,4vw,56px)!important;
  line-height:1.04!important;
  font-weight:400!important;
  text-align:left!important;
}
body.pulsar-page-services .service-grid{
  width:100%!important;
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
  margin:0!important;
}
body.pulsar-page-services .service-card{
  position:relative!important;
  min-height:176px!important;
  padding:28px 58px 28px 90px!important;
  border-radius:12px!important;
  background:#fff!important;
  color:var(--ink)!important;
  box-shadow:0 7px 18px rgba(32,34,29,.065)!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:center!important;
  text-align:left!important;
  overflow:hidden!important;
  transition:transform .2s ease,box-shadow .2s ease!important;
}
body.pulsar-page-services a.service-card:hover{transform:translateY(-4px)!important;box-shadow:0 12px 26px rgba(32,34,29,.10)!important}
body.pulsar-page-services .service-card::after{
  content:""!important;display:block!important;position:absolute!important;left:90px!important;right:28px!important;bottom:22px!important;height:1px!important;background:rgba(199,168,107,.34)!important
}
body.pulsar-page-services .service-card img{
  position:absolute!important;left:24px!important;top:50%!important;transform:translateY(-50%)!important;
  width:48px!important;height:48px!important;max-width:none!important;object-fit:contain!important;margin:0!important
}
body.pulsar-page-services .service-card h3{
  margin:0!important;font-family:var(--sans)!important;font-size:15px!important;font-weight:700!important;line-height:1.35!important;text-transform:uppercase!important;text-align:left!important
}
body.pulsar-page-services .service-number{
  position:absolute!important;right:20px!important;top:18px!important;color:var(--gold)!important;font-size:11px!important;line-height:1!important;font-weight:700!important
}
body.pulsar-page-services .service-contact{
  min-height:176px!important;padding:30px!important;background:var(--green)!important;color:#fff!important;align-items:flex-start!important;text-align:left!important
}
body.pulsar-page-services .service-contact::after{display:none!important}
body.pulsar-page-services .service-contact h3{color:#fff!important;font-size:17px!important;margin:0 0 12px!important}
body.pulsar-page-services .service-contact p{margin:0 0 18px!important;color:#e9dfcf!important;font-size:15px!important;line-height:1.5!important}
body.pulsar-page-services .service-contact>a{color:var(--gold)!important;font-size:13px!important;font-weight:800!important;letter-spacing:.04em!important;text-transform:uppercase!important}

body.pulsar-page-services .how-we-work{background:#fff!important;padding:90px 0!important}
body.pulsar-page-services .how-we-work h2{margin:0 0 38px!important;text-align:left!important;font-size:clamp(38px,4vw,56px)!important}
body.pulsar-page-services .steps-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important;margin:0!important;overflow:visible!important}
body.pulsar-page-services .step{min-width:0!important;min-height:190px!important;padding:26px!important;background:var(--ivory)!important;border-radius:12px!important;box-shadow:none!important;border-top:2px solid var(--gold)!important;text-align:left!important;transform:none!important}
body.pulsar-page-services .step-number{display:block!important;margin:0 0 26px!important;color:var(--green)!important;font-size:12px!important;font-weight:800!important;letter-spacing:.12em!important}
body.pulsar-page-services .step h3{margin:0 0 10px!important;font-family:var(--sans)!important;font-size:18px!important;font-weight:700!important}
body.pulsar-page-services .step p{margin:0!important;color:#627077!important;font-size:14px!important;line-height:1.55!important}

@media(max-width:980px){
  body.pulsar-page-services .services-hero .hero-content,
  body.pulsar-page-services .services>.container{width:min(calc(100% - 40px),var(--container))!important}
  body.pulsar-page-services .services-hero{min-height:470px!important}
  body.pulsar-page-services .service-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body.pulsar-page-services .steps-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body.pulsar-page-services .services-orbit-big{right:-250px}
  body.pulsar-page-services .services-orbit-small{right:-85px}
}
@media(max-width:640px){
  body.pulsar-page-services .services-hero{min-height:auto!important;padding-top:92px!important}
  body.pulsar-page-services .services-hero .hero-content{width:min(calc(100% - 34px),var(--container))!important;padding:60px 0 58px!important}
  body.pulsar-page-services .services-hero h1{font-size:42px!important;margin-bottom:20px!important}
  body.pulsar-page-services .services-hero p{font-size:17px!important;line-height:1.5!important}
  body.pulsar-page-services .services-hero-orbits{opacity:.45}
  body.pulsar-page-services .services{padding:64px 0 72px!important}
  body.pulsar-page-services .services>.container{width:min(calc(100% - 34px),var(--container))!important}
  body.pulsar-page-services .services h2{font-size:38px!important;margin-bottom:28px!important;white-space:normal!important}
  body.pulsar-page-services .service-grid{grid-template-columns:1fr!important;gap:12px!important}
  body.pulsar-page-services .service-card{min-height:142px!important;padding:24px 48px 24px 80px!important;border-radius:10px!important}
  body.pulsar-page-services .service-card img{left:20px!important;width:44px!important;height:44px!important}
  body.pulsar-page-services .service-card::after{left:80px!important;right:20px!important;bottom:18px!important}
  body.pulsar-page-services .service-card h3{font-size:14px!important}
  body.pulsar-page-services .service-contact{padding:26px!important}
  body.pulsar-page-services .how-we-work{padding:70px 0!important}
  body.pulsar-page-services .how-we-work h2{font-size:38px!important;margin-bottom:28px!important}
  body.pulsar-page-services .steps-grid{grid-template-columns:1fr!important;gap:12px!important}
  body.pulsar-page-services .step{min-height:0!important;padding:24px!important}
}
