/* RC105 — Spacious, icon-free premium service tickets */
:is(#services, #services-home) .services-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
  gap:28px;
  max-width:1240px;
  margin:34px auto 0;
  padding:0 8px;
  align-items:stretch;
  background:transparent!important;
}
:is(#services, #services-home) .svc{
  padding:0!important;
  background:rgba(4,4,4,.68)!important;
  border:1px solid rgba(214,170,58,.48)!important;
  border-radius:20px!important;
  overflow:hidden;
  box-shadow:0 18px 48px rgba(0,0,0,.36);
  backdrop-filter:blur(7px);
  -webkit-backdrop-filter:blur(7px);
  display:flex;
  flex-direction:column;
  min-width:0;
  transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;
}
:is(#services, #services-home) .svc:hover{
  transform:translateY(-5px);
  border-color:rgba(238,197,91,.9)!important;
  box-shadow:0 24px 56px rgba(0,0,0,.46);
}
:is(#services, #services-home) .svc::before{display:none!important}
:is(#services, #services-home) .svc-thumb.svc-photo-clean{
  display:block;
  width:100%;
  height:260px;
  object-fit:cover;
  object-position:center;
  border:0;
  border-bottom:1px solid rgba(214,170,58,.48);
  filter:none!important;
  background:#090909;
}
:is(#services, #services-home) .svc-ticket-body{
  display:flex;
  flex-direction:column;
  flex:1;
  padding:26px 24px 24px;
  color:#fff;
}
:is(#services, #services-home) .svc-icon-minimal,
:is(#services, #services-home) .svc-icon{display:none!important}
:is(#services, #services-home) .svc h3{
  color:#f1c65d!important;
  font-size:1.28rem!important;
  line-height:1.25!important;
  margin:0 0 20px!important;
  letter-spacing:.045em;
}
:is(#services, #services-home) .svc-includes-label{
  display:block;
  color:#e5b947;
  font-size:.67rem;
  font-weight:800;
  letter-spacing:.17em;
  text-transform:uppercase;
  margin:0 0 9px;
}
:is(#services, #services-home) .svc-includes-copy{
  color:#fff!important;
  font-size:.88rem!important;
  line-height:1.68!important;
  margin:0 0 23px!important;
  min-height:48px;
}
:is(#services, #services-home) .svc-contact-meta{
  margin-top:auto;
  padding-top:18px;
  border-top:1px solid rgba(214,170,58,.34);
  display:flex;
  flex-direction:column;
  gap:0;
}
:is(#services, #services-home) .svc-meta-row{
  display:block;
  padding:13px 0;
  border-bottom:1px solid rgba(255,255,255,.09);
  min-width:0;
}
:is(#services, #services-home) .svc-meta-row:last-child{border-bottom:0}
:is(#services, #services-home) .svc-meta-label{
  display:block;
  color:#e5b947;
  font-size:.62rem;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.16em;
  margin-bottom:6px;
}
:is(#services, #services-home) .svc-meta-value{
  display:block;
  color:#fff;
  font-size:.82rem;
  line-height:1.5;
  overflow-wrap:anywhere;
  word-break:normal;
}
:is(#services, #services-home) .svc-quote-btn{
  width:100%;
  margin-top:22px!important;
  min-height:46px;
}
@media(max-width:980px){
  :is(#services, #services-home) .services-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
}
@media(max-width:680px){
  :is(#services, #services-home) .services-grid{grid-template-columns:1fr;gap:20px;padding:0}
  :is(#services, #services-home) .svc-thumb.svc-photo-clean{height:250px}
  :is(#services, #services-home) .svc-ticket-body{padding:23px 20px 22px}
  :is(#services, #services-home) .svc h3{font-size:1.2rem!important}
  :is(#services, #services-home) .svc-includes-copy{min-height:0}
}
