/* ===== HERO ===== */
.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; flex-wrap: wrap; }
.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.3; margin-bottom: 16px; }
.page-hero-title .gradient-text { background: linear-gradient(135deg, #0069BC, #54C2BA); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.page-hero-sub { font-size: 16px; color: rgba(255,255,255,0.6); max-width: 560px; line-height: 1.9; }

/* ===== SHARED SECTION LABELS ===== */
.section-label {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(0,105,188,0.07); border: 1px solid rgba(0,105,188,0.15);
    border-radius: 50px; padding: 6px 16px; font-size: 12px;
    color: #0069BC; font-family: Yekan-Bakh-Bold; margin-bottom: 16px;
}
.section-title { font-family: Yekan-Bakh-Bold; font-size: clamp(22px, 3vw, 34px); color: #1a2035; line-height: 1.4; margin-bottom: 8px; }
.section-title .accent { color: #0069BC; }
.section-desc { font-size: 15px; color: #7a8499; line-height: 1.9; }

/* ===== SERVICES GRID ===== */
.services-section { padding: 90px 0; background: #f8fafd; }

.service-card {
    display: flex; flex-direction: column;
    background: #fff; border-radius: 22px; padding: 36px 28px;
    border: 1px solid rgba(0,105,188,0.1);
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    height: 100%;
    transition: all .4s ease; text-decoration: none; color: inherit;
}
.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 24px 60px rgba(0,105,188,0.14);
    border-color: rgba(0,105,188,0.25);
    color: inherit;
}
.service-icon {
    width: 68px; height: 68px; border-radius: 18px;
    background: linear-gradient(135deg, rgba(0,105,188,0.1), rgba(84,194,186,0.08));
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 22px; font-size: 28px; color: #0069BC;
    transition: all .4s ease;
}
.service-card:hover .service-icon { background: #0069BC; color: #fff; }
.service-card h3 {
    font-family: Yekan-Bakh-Bold; font-size: 18px; color: #1a2035;
    margin-bottom: 12px; line-height: 1.4;
}
.service-card p {
    font-size: 14px; color: #7a8499; line-height: 1.85;
    flex: 1; margin-bottom: 20px;
}
.service-card-link {
    display: inline-flex; align-items: center; gap: 8px;
    font-family: Yekan-Bakh-Bold; font-size: 14px;
    color: #0069BC; margin-top: auto;
    transition: gap .3s;
}
.service-card:hover .service-card-link { gap: 12px; }

/* ===== PROCESS ===== */
.process-section { padding: 90px 0; background: #fff; }
.process-step {
    text-align: center; padding: 28px 20px;
    position: relative;
}
.process-num {
    width: 64px; height: 64px; border-radius: 50%;
    background: linear-gradient(135deg, #0069BC, #54C2BA);
    color: #fff; font-family: Yekan-Bakh-Bold; font-size: 24px;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 20px; box-shadow: 0 8px 24px rgba(0,105,188,0.3);
}
.process-step h5 { font-family: Yekan-Bakh-Bold; font-size: 16px; color: #1a2035; margin-bottom: 10px; }
.process-step p { font-size: 13px; color: #7a8499; line-height: 1.8; margin: 0; }
.process-arrow { font-size: 24px; color: rgba(0,105,188,0.25); padding: 0 8px; }

/* ===== WHY US ===== */
.whyus-section { padding: 90px 0; background: #f8fafd; }
.whyus-card {
    background: #fff; border-radius: 16px;
    border: 1px solid rgba(0,105,188,0.08);
    padding: 20px 24px; margin-bottom: 16px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
    transition: all .3s ease;
}
.whyus-card:hover {
    border-color: rgba(0,105,188,0.2);
    box-shadow: 0 8px 28px rgba(0,105,188,0.1);
    transform: translateX(-4px);
}
.whyus-card-inner { display: flex; align-items: flex-start; gap: 18px; }
.whyus-icon {
    width: 48px; height: 48px; border-radius: 14px; flex-shrink: 0;
    background: linear-gradient(135deg, rgba(0,105,188,0.1), rgba(84,194,186,0.08));
    display: flex; align-items: center; justify-content: center;
    font-size: 20px; color: #0069BC;
}
.whyus-text h6 { font-family: Yekan-Bakh-Bold; font-size: 15px; color: #1a2035; margin-bottom: 6px; }
.whyus-text p { font-size: 13px; color: #7a8499; line-height: 1.75; margin: 0; }

@media (max-width: 768px) {
    .process-step { padding: 20px 10px; }
    .whyus-card:hover { transform: none; }
}
