.page-hero {
    background: linear-gradient(135deg, #050b1a 0%, #0a1628 60%, #0d1f3c 100%);
    padding: 140px 0 90px; position: relative; overflow: hidden;
}
.page-hero::before {
    content: ''; position: absolute; inset: 0;
    background-image: linear-gradient(rgba(0,105,188,0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(0,105,188,0.06) 1px, transparent 1px);
    background-size: 56px 56px; pointer-events: none;
}
.page-hero-blob { position: absolute; border-radius: 50%; filter: blur(100px); pointer-events: none; }
.page-hero-blob-1 { width: 600px; height: 600px; background: radial-gradient(circle, rgba(0,105,188,0.18) 0%, transparent 70%); top: -200px; left: -100px; }
.page-hero-blob-2 { width: 400px; height: 400px; background: radial-gradient(circle, rgba(84,194,186,0.12) 0%, transparent 70%); bottom: -100px; right: 10%; }
.page-breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 13px; color: rgba(255,255,255,0.45); margin-bottom: 20px; }
.page-breadcrumb a { color: rgba(255,255,255,0.45); text-decoration: none; transition: color .3s; }
.page-breadcrumb a:hover { color: #54C2BA; }
.page-breadcrumb span { color: rgba(255,255,255,0.25); }
.page-hero-label { display: inline-flex; align-items: center; gap: 8px; background: rgba(0,105,188,0.15); border: 1px solid rgba(0,105,188,0.3); border-radius: 50px; padding: 6px 16px; font-size: 13px; color: #54C2BA; margin-bottom: 20px; }
.page-hero-title { font-family: Yekan-Bakh-Bold; font-size: clamp(28px, 4.5vw, 50px); color: #fff; line-height: 1.35; margin-bottom: 16px; }
.page-hero-sub { font-size: 16px; color: rgba(255,255,255,0.6); max-width: 560px; line-height: 1.8; }

/* Detail body */
.svc-detail-body { padding: 70px 0; background: #fff; }
.svc-description { font-size: 16px; color: #3a4255; line-height: 2; }
.svc-description p { margin-bottom: 20px; }
.svc-description img { max-width: 100%; border-radius: 16px; margin: 24px 0; }
.svc-description h2, .svc-description h3 { font-family: Yekan-Bakh-Bold; color: #1a2035; margin: 36px 0 16px; }
.svc-description ul { padding-right: 24px; }
.svc-description ul li { margin-bottom: 8px; }

/* Sidebar */
.svc-sidebar { position: sticky; top: 100px; }
.svc-info-card { background: #f8fafd; border: 1px solid rgba(0,105,188,0.1); border-radius: 20px; padding: 28px; margin-bottom: 20px; }
.svc-info-card h5 { font-family: Yekan-Bakh-Bold; font-size: 16px; color: #1a2035; margin-bottom: 20px; }
.svc-info-row { display: flex; align-items: flex-start; gap: 12px; padding: 12px 0; border-bottom: 1px solid rgba(0,0,0,0.05); }
.svc-info-row:last-child { border-bottom: none; }
.svc-info-icon { width: 36px; height: 36px; border-radius: 10px; background: rgba(0,105,188,0.08); display: flex; align-items: center; justify-content: center; color: #0069BC; font-size: 14px; flex-shrink: 0; }
.svc-info-label { font-size: 12px; color: #9aa3b5; display: block; margin-bottom: 2px; }
.svc-info-val { font-size: 14px; color: #1a2035; font-family: Yekan-Bakh-Bold; }
.svc-cta-btn { display: flex; align-items: center; justify-content: center; gap: 10px; background: linear-gradient(135deg, #0069BC, #0050a0); color: #fff; padding: 14px 20px; border-radius: 50px; font-family: Yekan-Bakh-Bold; font-size: 15px; text-decoration: none; transition: all .3s; box-shadow: 0 8px 24px rgba(0,105,188,.35); margin-top: 20px; }
.svc-cta-btn:hover { transform: translateY(-2px); box-shadow: 0 14px 36px rgba(0,105,188,.45); color: #fff; }

/* Portfolio slider */
.svc-portfolio { padding: 70px 0; background: #f8fafd; }
.svc-port-slide img { width: 100%; height: 280px; object-fit: cover; border-radius: 16px; display: block; }

/* SEO read-more */
.seo-desc-box { background: rgba(0,105,188,0.03); border: 1px solid rgba(0,105,188,0.1); border-radius: 12px; padding: 20px 24px; margin-top: 20px; }
.seo-desc-box .read-more-container { font-size: 14px; color: rgba(255,255,255,0.5); line-height: 1.8; max-height: 60px; overflow: hidden; transition: max-height .5s ease; }
.page-hero .seo-desc-box .read-more-container { color: rgba(255,255,255,0.5); }
.seo-desc-box .read-more-container.expanded { max-height: 500px; }
.read-more-btn { background: none; border: none; padding: 8px 0 0; font-size: 12px; color: #54C2BA; cursor: pointer; font-family: Yekan-Bakh-Bold; display: flex; align-items: center; gap: 6px; }
.read-more-btn i { transition: transform .3s; }
.read-more-btn.open i { transform: rotate(180deg); }
