.category-hero{
    padding:34px 0 30px;
    background:
        radial-gradient(circle at 12% 18%, rgba(37,99,235,.10), transparent 28%),
        linear-gradient(180deg,#f8fafc 0%,#ffffff 100%);
}

.category-hero__shell{
    position:relative;
    overflow:hidden;
    padding:34px;
    border-radius:28px;
    background:linear-gradient(135deg,#0f172a 0%,#172554 100%);
    box-shadow:0 22px 60px rgba(15,23,42,.16);
}

.category-hero__shell h1,
.category-hero__shell p,
.category-hero__meta{
    position:relative;
    z-index:1;
}

.category-hero h1{
    margin:0;
    max-width:920px;
    color:#ffffff;
    font-size:clamp(36px,5vw,58px);
    line-height:1.05;
    letter-spacing:-.055em;
}

.category-hero p{
    margin:18px 0 0;
    max-width:860px;
    color:#dbeafe;
    font-size:18px;
    line-height:1.68;
}

.category-hero__meta{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(130px,180px));
    gap:12px;
    margin-top:24px;
}

.category-hero__meta div{
    padding:16px;
    border:1px solid rgba(255,255,255,.14);
    border-radius:16px;
    background:rgba(255,255,255,.09);
}

.category-hero__meta strong{
    display:block;
    color:#ffffff;
    font-size:30px;
    line-height:1;
    letter-spacing:-.04em;
}

.category-hero__meta span{
    display:block;
    margin-top:7px;
    color:#cbd5e1;
    font-size:12px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.06em;
}

.category-services{
    padding-top:34px;
    background:#ffffff;
}

.category-services .section-head{
    padding:24px 26px;
    border:1px solid #e2e8f0;
    border-radius:22px;
    background:#ffffff;
    box-shadow:0 14px 34px rgba(15,23,42,.055);
}

.category-services .section-head h2{
    margin:0;
}

.category-services .section-head p{
    margin:10px 0 0;
}

.category-services .service-grid{
    margin-top:18px;
    gap:16px;
    align-items:stretch;
    grid-auto-rows:1fr;
}

.category-services .service-card{
    height:100%;
    min-height:220px;
    display:flex;
    flex-direction:column;
    border-color:#e2e8f0;
    border-radius:22px;
    background:#ffffff;
    box-shadow:0 14px 34px rgba(15,23,42,.055);
}

.category-services .service-card h3{
    min-height:52px;
}

.category-services .service-card p{
    flex:1 1 auto;
}

.category-services .service-card em{
    margin-top:auto;
    color:#1d4ed8;
}

.category-services .service-card:hover{
    border-color:#bfdbfe;
    box-shadow:0 20px 46px rgba(15,23,42,.09);
}

.category-empty{
    padding:26px;
    border:1px solid #e2e8f0;
    border-radius:22px;
    background:#ffffff;
    box-shadow:0 14px 34px rgba(15,23,42,.055);
}

.category-empty strong{
    display:block;
    color:#0f172a;
    font-size:22px;
    line-height:1.2;
    letter-spacing:-.035em;
}

.category-empty p{
    margin:10px 0 0;
    color:#64748b;
    font-size:15px;
    line-height:1.65;
}

.category-content{
    padding:26px 0 0;
    background:#ffffff;
}

.category-content__box{
    padding:26px;
    border:1px solid #e2e8f0;
    border-radius:22px;
    background:#ffffff;
    box-shadow:0 14px 34px rgba(15,23,42,.055);
}

.category-content__box h2,
.category-content__box h3{
    margin:0 0 12px;
    color:#0f172a;
    line-height:1.18;
    letter-spacing:-.035em;
}

.category-content__box h2{
    font-size:clamp(24px,3vw,34px);
}

.category-content__box h3{
    margin-top:22px;
    font-size:22px;
}

.category-content__box p{
    margin:0 0 14px;
    color:#334155;
    font-size:16px;
    line-height:1.78;
}

.category-content__box p:last-child{
    margin-bottom:0;
}

.category-content__box ul{
    margin:12px 0 0;
    padding-left:20px;
    color:#334155;
    font-size:16px;
    line-height:1.78;
}

.category-content__box li{
    margin:6px 0;
}

.category-content__box a{
    color:#0f172a;
    font-weight:800;
    text-decoration:underline;
    text-underline-offset:3px;
}

.category-content__box a:hover{
    color:#dc2626;
}

/* Category content cosmetic polish - no layout size changes */
.category-content__box{
    border-color:#dbe3ee;
    background:
        linear-gradient(180deg,#ffffff 0%,#fbfdff 100%);
    box-shadow:0 18px 44px rgba(15,23,42,.07);
}

.category-content__box h2{
    color:#0f172a;
}

.category-content__box h3{
    color:#1e293b;
}

.category-content__box p{
    color:#334155;
}

.category-content__box ul{
    list-style-position:outside;
}

.category-content__box li::marker{
    color:#dc2626;
}

.category-content__box a{
    color:#0f172a;
    text-decoration-color:rgba(220,38,38,.45);
    text-decoration-thickness:2px;
}

.category-content__box a:hover{
    color:#dc2626;
    text-decoration-color:#dc2626;
}

