.category-page{margin:0;background:#f5f6f7;color:#171a1d;font-family:"Montserrat Local",Arial,sans-serif}.category-page *{box-sizing:border-box}.category-shell{width:min(1180px,calc(100% - 40px));margin:auto}.category-header{position:sticky;top:0;z-index:20;border-bottom:1px solid #e4e6e8;background:rgba(255,255,255,.96);backdrop-filter:blur(12px)}.category-nav{height:76px;display:flex;align-items:center;gap:24px}.category-nav img{width:155px}.category-nav>a:last-of-type{margin-left:auto;color:#30363b;text-decoration:none;font-size:13px;font-weight:700}.category-nav button{height:40px;padding:0 13px;border:1px solid #d9dde0;border-radius:9px;background:#fff;font-weight:800}.category-hero{padding:58px 0 38px;background:#fff}.category-breadcrumbs{color:#93989e;font-size:11px}.category-breadcrumbs a{color:var(--brand);text-decoration:none}.category-hero-row{margin-top:22px;display:flex;align-items:end;justify-content:space-between;gap:30px}.category-title{display:flex;align-items:center;gap:18px}.category-title>i{width:64px;height:64px;display:grid;place-items:center;border-radius:16px;background:#fff0eb;color:var(--brand);font-size:27px;font-style:normal}.category-title h1{margin:0;font-size:42px;letter-spacing:-.04em}.category-title p{max-width:650px;margin:8px 0 0;color:#777e84;font-size:13px;line-height:1.65}.category-search{width:290px;height:46px;padding:0 15px;border:1px solid #d7dcdf;border-radius:10px;outline:0}.category-search:focus{border-color:var(--brand);box-shadow:0 0 0 3px rgba(var(--brand-rgb),.12)}.category-main{padding:32px 0 70px}.category-layout{display:grid;grid-template-columns:230px 1fr;align-items:start;gap:22px}.category-sidebar{padding:12px;border:1px solid #e0e3e5;border-radius:14px;background:#fff}.category-sidebar>small{display:block;padding:10px 10px 13px;color:#9a9fa4;font-size:9px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.category-sidebar a{min-height:52px;padding:8px 10px;display:flex;align-items:center;gap:10px;border:1px solid transparent;border-radius:10px;color:#25292d;text-decoration:none}.category-sidebar a:hover,.category-sidebar a.active{border-color:var(--brand);background:#fff4f0}.category-sidebar i{width:33px;height:33px;display:grid;place-items:center;border-radius:8px;background:#fff0eb;color:var(--brand);font-style:normal}.category-sidebar span{display:grid;gap:3px;font-size:11px;font-weight:800}.category-sidebar small{color:#9ba0a5;font-size:8px;font-weight:500}.category-results>header{margin-bottom:15px;display:flex;align-items:center;justify-content:space-between}.category-results h2{margin:0;font-size:18px}.category-results header span{color:#8d9399;font-size:10px}.category-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.category-service-card{overflow:hidden;border:1px solid #e0e3e5;border-radius:14px;background:#fff;box-shadow:0 8px 25px rgba(20,28,35,.04)}.category-service-banner{height:155px;padding:20px;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#171c21,#2b343c);color:#fff}.category-service-banner.orange{background:linear-gradient(135deg,var(--brand),#a72f12)}.category-service-banner.blue{background:linear-gradient(135deg,#245d9e,#12253f)}.category-service-banner.purple{background:linear-gradient(135deg,#6e3d89,#291a32)}.category-service-banner b{font-size:26px}.category-service-banner i{font-size:34px;font-style:normal}.category-service-body{padding:17px}.category-service-body h3{margin:0;font-size:15px}.category-service-body p{min-height:42px;margin:9px 0;color:#7e858b;font-size:10px;line-height:1.55}.category-service-meta{padding-top:12px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid #eceeef}.category-service-meta b{font-size:15px}.category-service-meta small{color:#32a676;font-size:9px}.category-service-body button{width:100%;height:41px;margin-top:13px;border:0;border-radius:8px;background:var(--brand);color:#fff;font-size:10px;font-weight:800}.category-empty{padding:70px 20px;text-align:center;color:#777e84}.rtl.category-page{font-family:"Vazirmatn Local",Tahoma,sans-serif;direction:rtl}.rtl .category-nav>a:last-of-type{margin-left:0;margin-right:auto}.rtl .category-sidebar,.rtl .category-service-body{text-align:right}@media(max-width:850px){.category-layout{grid-template-columns:1fr}.category-sidebar{display:flex;overflow-x:auto}.category-sidebar>small{display:none}.category-sidebar a{min-width:175px}.category-hero-row{align-items:stretch;flex-direction:column}.category-search{width:100%}}@media(max-width:600px){.category-shell{width:calc(100% - 24px)}.category-nav{height:66px}.category-nav img{width:130px}.category-nav>a:last-of-type{font-size:0}.category-nav>a:last-of-type:after{content:"←";font-size:20px}.category-hero{padding:38px 0 28px}.category-title{align-items:flex-start}.category-title>i{width:52px;height:52px}.category-title h1{font-size:30px}.category-card-grid{grid-template-columns:1fr}.category-service-banner{height:140px}}
.category-backbar {
  background: #fff;
  border-bottom: 1px solid #e6e8ea;
}

.category-backbar > .container {
  min-height: 48px;
  display: flex;
  align-items: center;
}

.category-backbar a {
  color: #525b63;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .02em;
  text-decoration: none;
  transition: color .2s ease, transform .2s ease;
}

.category-backbar a:hover {
  color: var(--brand);
  transform: translateX(-2px);
}

.rtl .category-backbar a:hover {
  transform: translateX(2px);
}

@media (max-width: 760px) {
  .category-backbar > .container {
    min-height: 44px;
  }

  .category-backbar a {
    font-size: 11px;
  }
}
