 /* ============================================================
   MAIN STYLESHEET - SIE Business Systems
   File: style.css (Modernized v2.0)
   ============================================================ */

/* Google Fonts Import */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Noto+Nastaliq+Urdu:wght@400;500;600;700&display=swap');

/* ============================================================
   ROOT VARIABLES - Modern Refined Palette
   ============================================================ */
:root {
    --primary-color: #2563eb;
    --primary-dark: #1d4ed8;
    --primary-light: #3b82f6;
    --primary-subtle: #eff6ff;
    --golden: #d4a017;
    --golden-light: #f0d060;
    --golden-subtle: #fef9e7;
    --secondary-color: #64748b;
    --success-color: #16a34a;
    --success-subtle: #f0fdf4;
    --dark-bg: #0f172a;
    --darker-bg: #020617;
    --navy-900: #0f172a;
    --navy-800: #1e293b;
    --navy-700: #334155;
    --light-bg: #f8fafc;
    --light-gray: #f1f5f9;
    --border-color: #e2e8f0;
    --text-primary: #0f172a;
    --text-secondary: #475569;
    --text-muted: #94a3b8;
    --section-padding: 90px 0;
    --border-radius-sm: 6px;
    --border-radius: 12px;
    --border-radius-lg: 16px;
    --border-radius-xl: 20px;
    --box-shadow-sm: 0 1px 3px rgba(15, 23, 42, 0.06), 0 1px 2px rgba(15, 23, 42, 0.04);
    --box-shadow: 0 4px 20px rgba(15, 23, 42, 0.08), 0 2px 6px rgba(15, 23, 42, 0.04);
    --box-shadow-hover: 0 12px 40px rgba(15, 23, 42, 0.12), 0 4px 12px rgba(15, 23, 42, 0.06);
    --box-shadow-lg: 0 20px 60px rgba(15, 23, 42, 0.15);
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-slow: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    --urdu-font: 'Jameel Noori Nastaleeq', 'Jameel Noori Nastaleeq Kasheeda', 'Noto Nastaliq Urdu', 'Urdu Typesetting', 'Nafees Nastaleeq', serif;
    --glass-bg: rgba(255, 255, 255, 0.08);
    --glass-border: rgba(255, 255, 255, 0.12);
}

/* ============================================================
   BASE STYLES
   ============================================================ */
* { margin: 0; padding: 0; box-sizing: border-box; }

body {
    font-family: 'Inter', sans-serif;
    color: var(--text-primary);
    background-color: #fff;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a { text-decoration: none; transition: var(--transition); }
a:hover { color: var(--primary-dark); }

img { max-width: 100%; height: auto; }

/* ============================================================
   NAVIGATION - Modern Glassmorphism
   ============================================================ */
.site-nav {
    background: rgba(15, 23, 42, 0.92);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    padding: 0.65rem 0;
    transition: var(--transition);
}

.site-nav.scrolled {
    background: rgba(15, 23, 42, 0.98);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
}

.navbar-brand {
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: -0.5px;
    background: linear-gradient(135deg, #fff 60%, var(--golden-light));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.navbar-brand i {
    -webkit-text-fill-color: initial;
    color: var(--golden);
}

.brand-tagline {
    display: inline-block;
    margin-left: 0.35rem;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.3px;
    -webkit-text-fill-color: initial;
}

.navbar .nav-link {
    position: relative;
    color: rgba(255, 255, 255, 0.75) !important;
    font-weight: 500;
    font-size: 0.9rem;
    padding: 0.5rem 1rem !important;
    border-radius: 8px;
    transition: var(--transition);
}

.navbar .nav-link:hover {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.08);
}

.navbar .nav-link.active {
    color: #fff !important;
    background: rgba(37, 99, 235, 0.2);
}

.navbar .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 3px;
    background: var(--primary-light);
    border-radius: 2px;
}

/* Language Toggle */
.navbar-language {
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
}

.site-lang-toggle {
    flex-shrink: 0;
}

.lang-toggle .btn {
    border-radius: 0;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 5px 16px;
    border-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.7);
    transition: var(--transition);
}

.lang-toggle .btn:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.4);
}

.lang-toggle .btn:first-child {
    border-radius: 20px 0 0 20px;
}

.lang-toggle .btn:last-child {
    border-radius: 0 20px 20px 0;
}

.lang-toggle .btn.active-lang {
    background: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
}

/* ============================================================
   HERO SECTION - Modern Premium Design
   ============================================================ */
.hero-section {
    background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 40%, #1a1a3e 70%, #0f172a 100%);
    color: #fff;
    padding: 140px 0 100px;
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: -30%;
    right: -10%;
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.12) 0%, transparent 65%);
    border-radius: 50%;
    pointer-events: none;
}

.hero-section::after {
    content: '';
    position: absolute;
    bottom: -20%;
    left: -5%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(212, 160, 23, 0.08) 0%, transparent 65%);
    border-radius: 50%;
    pointer-events: none;
}

/* Animated gradient overlay */
.hero-section .hero-bg-grid {
    position: absolute;
    inset: 0;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 60px 60px;
    pointer-events: none;
}

.hero-pro {
    padding: 100px 0 80px;
}

.hero-pro .container {
    max-width: 1500px;
}

.hero-pro .hero-title {
    max-width: 720px;
}

.hero-brand {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--golden-light);
    margin-bottom: 0.75rem;
    font-weight: 600;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 900;
    margin-bottom: 0.5rem;
    line-height: 1.1;
    letter-spacing: -1px;
    background: linear-gradient(135deg, #fff 60%, rgba(255, 255, 255, 0.7));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-subtitle-tag {
    font-size: 1.15rem;
    color: var(--golden-light);
    font-style: italic;
    margin-bottom: 1.2rem;
    font-weight: 400;
}

.hero-tagline {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 1rem;
    font-weight: 500;
}

.hero-description {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.65);
    max-width: 650px;
    margin-bottom: 1.5rem;
    line-height: 1.8;
}

.hero-industries {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--border-radius);
    padding: 1.2rem 1.5rem;
    margin-bottom: 1.8rem;
    max-width: 650px;
}

.hero-industries p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hero-industries .badge {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 0.82rem;
    padding: 6px 14px;
    margin: 3px;
    border-radius: 20px;
    font-weight: 400;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: var(--transition);
}

.hero-industries .badge:hover {
    background: rgba(37, 99, 235, 0.3);
    border-color: rgba(37, 99, 235, 0.4);
}

.hero-buttons .btn {
    padding: 14px 34px;
    font-weight: 600;
    border-radius: 50px;
    margin-right: 12px;
    margin-bottom: 10px;
    font-size: 0.95rem;
}

.btn-golden {
    background: linear-gradient(135deg, var(--golden), #c89213);
    color: #fff;
    border: none;
    box-shadow: 0 4px 15px rgba(212, 160, 23, 0.3);
}
.btn-golden:hover {
    background: linear-gradient(135deg, #c89213, #b8890a);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(212, 160, 23, 0.4);
}

/* Hero Visual / Dashboard */
.hero-visual {
    position: relative;
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: #fff;
    transition: var(--transition);
}

.hero-visual:hover {
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4);
    transform: translateY(-3px);
}

.hero-visual img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.hero-dashboard {
    background: transparent;
    border: none;
}

.hero-dashboard .carousel,
.hero-dashboard .carousel-inner,
.hero-dashboard .carousel-item {
    height: clamp(360px, 38vw, 560px);
}

.hero-dashboard img {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    object-fit: cover;
    padding: 0;
}

.hero-carousel-control {
    width: 48px;
    opacity: 1;
}

.hero-carousel-control .carousel-control-prev-icon,
.hero-carousel-control .carousel-control-next-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(15, 23, 42, 0.8);
    background-size: 54%;
    transition: var(--transition);
}

.hero-carousel-control:hover .carousel-control-prev-icon,
.hero-carousel-control:hover .carousel-control-next-icon {
    background-color: var(--primary-color);
    transform: scale(1.1);
}

.hero-dashboard .hero-metric {
    position: static;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border-top: 1px solid var(--border-color);
    background: #fff;
}

.hero-metric {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    padding: 16px 20px;
    border-radius: var(--border-radius);
    color: var(--navy-900);
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-metric strong,
.hero-metric span {
    display: block;
}

.hero-metric strong {
    font-size: 0.95rem;
    margin-bottom: 2px;
}

.hero-metric span {
    color: var(--text-secondary);
    font-size: 0.85rem;
}

/* ============================================================
   SECTION STYLES
   ============================================================ */
.section-padding { padding: var(--section-padding); }

.section-title {
    font-weight: 800;
    font-size: 2.4rem;
    margin-bottom: 0.5rem;
    color: var(--navy-900);
    letter-spacing: -0.5px;
}

.section-title .golden { color: var(--golden); }

.section-subtitle {
    color: var(--text-secondary);
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto 3rem;
    line-height: 1.7;
}

.bg-light-custom { background-color: var(--light-bg); }

/* Page Banner */
.page-banner {
    background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 100%);
    color: #fff;
    padding: 90px 0 70px;
    position: relative;
    overflow: hidden;
}

.page-banner::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

/* ============================================================
   PRODUCT CARDS - Modern Redesign
   ============================================================ */
.product-card {
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
    overflow: hidden;
    transition: var(--transition);
    display: flex;
    flex-direction: column;
}

.product-card:hover {
    transform: translateY(-6px);
    border-color: rgba(37, 99, 235, 0.2);
    box-shadow: var(--box-shadow-hover);
}

.product-media {
    position: relative;
    height: 210px;
    background: linear-gradient(135deg, #eef2ff, #e0e7ff);
    overflow: hidden;
}

.product-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    padding: 0;
    transition: transform 0.5s ease;
}

.product-card:hover .product-media img {
    transform: scale(1.05);
}

.product-media::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0) 40%, rgba(15, 23, 42, 0.4) 100%);
    pointer-events: none;
}

.product-badge {
    position: absolute;
    left: 16px;
    bottom: 16px;
    width: 48px;
    height: 48px;
    border-radius: var(--border-radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.4rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    z-index: 1;
    transition: var(--transition);
}

.product-card:hover .product-badge {
    transform: scale(1.1) rotate(-5deg);
}

.product-body {
    padding: 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.product-category {
    color: var(--golden);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 0.4rem;
}

.product-body h3 {
    font-size: 1.3rem;
    font-weight: 800;
    color: var(--navy-900);
    margin-bottom: 0.6rem;
    letter-spacing: -0.3px;
}

.product-body p {
    color: var(--text-secondary);
    font-size: 0.92rem;
    line-height: 1.65;
    flex: 1;
}

/* Feature Capsules */
.feature-capsules {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0.75rem 0 1.25rem;
}

.feature-capsule {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 16px 6px 12px;
    border-radius: 50px;
    font-size: 0.82rem;
    font-weight: 500;
    color: var(--navy-800);
    background: var(--primary-subtle);
    border: 1px solid #dbeafe;
    transition: var(--transition);
    cursor: default;
}

.feature-capsule i {
    font-size: 0.9rem;
    color: var(--primary-color);
}

.feature-capsule:hover {
    background: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.25);
}

.feature-capsule:hover i { color: #fff; }

/* Capsule color variants */
.feature-capsule.golden {
    background: var(--golden-subtle);
    border-color: #f5e6b8;
    color: #8a6d0b;
}
.feature-capsule.golden i { color: var(--golden); }
.feature-capsule.golden:hover {
    background: var(--golden); color: #fff; border-color: var(--golden);
}
.feature-capsule.golden:hover i { color: #fff; }

.feature-capsule.success {
    background: var(--success-subtle);
    border-color: #bbf7d0;
    color: #166534;
}
.feature-capsule.success i { color: var(--success-color); }
.feature-capsule.success:hover {
    background: var(--success-color); color: #fff; border-color: var(--success-color);
}
.feature-capsule.success:hover i { color: #fff; }

.feature-capsule.purple {
    background: #f3eaff;
    border-color: #d9c6f0;
    color: #5a2d8a;
}
.feature-capsule.purple i { color: #7c3aed; }
.feature-capsule.purple:hover {
    background: #7c3aed; color: #fff; border-color: #7c3aed;
}
.feature-capsule.purple:hover i { color: #fff; }

.feature-capsule.warm {
    background: #fef0e7;
    border-color: #f5d0b8;
    color: #8a4a0b;
}
.feature-capsule.warm i { color: #e67e22; }
.feature-capsule.warm:hover {
    background: #e67e22; color: #fff; border-color: #e67e22;
}
.feature-capsule.warm:hover i { color: #fff; }

.feature-capsule.teal {
    background: #e7f8f8;
    border-color: #b8e6e6;
    color: #0b6b6b;
}
.feature-capsule.teal i { color: #0d9488; }
.feature-capsule.teal:hover {
    background: #0d9488; color: #fff; border-color: #0d9488;
}
.feature-capsule.teal:hover i { color: #fff; }

.feature-capsule.pink {
    background: #fce7f3;
    border-color: #f0b8d0;
    color: #7a1a4a;
}
.feature-capsule.pink i { color: #db2777; }
.feature-capsule.pink:hover {
    background: #db2777; color: #fff; border-color: #db2777;
}
.feature-capsule.pink:hover i { color: #fff; }

.feature-capsule.urdu {
    font-family: var(--urdu-font);
    font-weight: 500;
    font-size: 1rem;
    line-height: 2;
}

.feature-capsule-heading {
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--text-muted);
    margin: 1rem 0 0.5rem;
    width: 100%;
}

/* Product Actions */
.product-actions {
    display: flex;
    justify-content: center;
    margin-top: auto;
    padding-top: 0.75rem;
}

.product-actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 10px 32px;
    white-space: nowrap;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.3px;
    transition: var(--transition);
    box-shadow: 0 4px 14px rgba(37, 211, 102, 0.25);
    border: none;
    background: linear-gradient(135deg, #25d366, #1da851);
    color: #fff;
    width: auto;
    min-width: 180px;
}

.product-actions .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.4);
    background: linear-gradient(135deg, #1da851, #1a9a48);
    color: #fff;
}

.product-actions .btn i {
    font-size: 1.1rem;
}

.product-card-detailed .product-media { height: 220px; }

/* Compact capsules for product cards */
.product-body .product-feature-capsules {
    display: grid;
    gap: 8px;
    margin: 0.75rem 0 1rem;
}

.product-body .product-feature-pill {
    width: 100%;
    min-height: 34px;
    padding: 6px 14px 6px 10px;
    border-color: #bfdbfe;
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.08);
    color: #1e40af;
    font-size: 0.8rem;
    font-weight: 600;
    gap: 6px;
}

.product-body .product-feature-pill i {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(37, 99, 235, 0.12);
    color: var(--primary-color);
    font-size: 0.8rem;
}

.product-body .product-feature-pill:nth-child(2n) {
    border-color: #86efac;
    background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.product-body .product-feature-pill:nth-child(2n) i {
    background: rgba(22, 163, 74, 0.12);
    color: var(--success-color);
}

.product-body .product-feature-pill:nth-child(3n) {
    border-color: #fde68a;
    background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
}

.product-body .product-feature-pill:nth-child(3n) i {
    background: rgba(212, 160, 23, 0.12);
    color: var(--golden);
}

.product-body .product-feature-pill:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.2);
}

.product-body .product-feature-pill:hover i {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

/* ============================================================
   WHY CHOOSE US - Modern Cards
   ============================================================ */
.why-card {
    text-align: center;
    padding: 2.5rem 1.5rem;
    border-radius: var(--border-radius);
    transition: var(--transition);
    height: 100%;
    border: 1px solid var(--border-color);
    background: #fff;
}

.why-card:hover {
    border-color: var(--golden);
    box-shadow: var(--box-shadow-hover);
    transform: translateY(-6px);
}

.why-card .icon-box {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.2rem;
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.2);
}

.why-card .icon-box.golden {
    background: linear-gradient(135deg, var(--golden), var(--golden-light));
    box-shadow: 0 8px 20px rgba(212, 160, 23, 0.2);
}

.why-card .icon-box i { font-size: 2rem; color: #fff; }

.why-card h5 { font-weight: 700; margin-bottom: 0.75rem; font-size: 1.15rem; }

.why-card p { color: var(--text-secondary); font-size: 0.9rem; line-height: 1.65; }

/* Customer Cards - Modern Redesign */
.customer-card-modern {
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    padding: 1.75rem 1.25rem;
    text-align: center;
    height: 100%;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.customer-card-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--golden));
    opacity: 0;
    transition: var(--transition);
}

.customer-card-modern:hover::before {
    opacity: 1;
}

.customer-card-modern:hover {
    transform: translateY(-6px);
    box-shadow: var(--box-shadow-hover);
    border-color: transparent;
}

.customer-card-modern .cc-icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--primary-subtle), #dbeafe);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    transition: var(--transition);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.1);
}

.customer-card-modern .cc-icon i {
    font-size: 1.6rem;
    color: var(--primary-color);
    transition: var(--transition);
}

.customer-card-modern .cc-icon.cc-golden {
    background: linear-gradient(135deg, var(--golden-subtle), #fef3c7);
    box-shadow: 0 4px 12px rgba(212, 160, 23, 0.1);
}

.customer-card-modern .cc-icon.cc-golden i {
    color: var(--golden);
}

.customer-card-modern:hover .cc-icon {
    transform: scale(1.1) rotate(-5deg);
    background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.25);
}

.customer-card-modern:hover .cc-icon i {
    color: #fff;
}

.customer-card-modern:hover .cc-icon.cc-golden {
    background: linear-gradient(135deg, var(--golden), var(--golden-light));
    box-shadow: 0 8px 20px rgba(212, 160, 23, 0.25);
}

.customer-card-modern:hover .cc-icon.cc-golden i {
    color: #fff;
}

.customer-card-modern h5 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--navy-900);
    margin-bottom: 0.5rem;
    transition: var(--transition);
}

.customer-card-modern:hover h5 {
    color: var(--primary-color);
}

.customer-card-modern .cc-badge {
    display: inline-block;
    background: var(--light-gray);
    color: var(--text-secondary);
    font-size: 0.72rem;
    font-weight: 600;
    padding: 3px 12px;
    border-radius: 20px;
    letter-spacing: 0.3px;
    transition: var(--transition);
}

.customer-card-modern:hover .cc-badge {
    background: var(--primary-subtle);
    color: var(--primary-color);
}

/* Legacy customer card (keep for backward compatibility) */
.customer-card {
    text-align: center;
    padding: 1.5rem 1rem;
    border-radius: var(--border-radius);
    border: 1px solid var(--border-color);
    background: #fff;
    height: 100%;
    transition: var(--transition);
}

.customer-card:hover {
    border-color: var(--golden);
    box-shadow: var(--box-shadow);
    transform: translateY(-4px);
}

.customer-card .icon-box {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    box-shadow: 0 6px 16px rgba(37, 99, 235, 0.15);
}

.customer-card .icon-box.golden {
    background: linear-gradient(135deg, var(--golden), var(--golden-light));
    box-shadow: 0 6px 16px rgba(212, 160, 23, 0.15);
}

.customer-card .icon-box i {
    color: #fff;
    font-size: 1.5rem;
}

.customer-card h5 {
    font-size: 0.95rem;
    font-weight: 700;
    margin: 0;
    color: var(--navy-900);
}

/* ============================================================
   CTA SECTION - Modern Premium
   ============================================================ */
.cta-section {
    background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 50%, #0f172a 100%);
    color: #fff;
    padding: 70px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.cta-section h2 { 
    font-weight: 800; 
    font-size: 2.2rem;
    margin-bottom: 0.75rem;
}

.cta-section .btn-cta {
    background: linear-gradient(135deg, var(--golden), #c89213);
    color: #fff;
    font-weight: 600;
    padding: 16px 44px;
    border-radius: 50px;
    border: none;
    transition: var(--transition);
    box-shadow: 0 6px 20px rgba(212, 160, 23, 0.3);
}

.cta-section .btn-cta:hover {
    background: linear-gradient(135deg, #c89213, #b8890a);
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 10px 30px rgba(212, 160, 23, 0.4);
}

/* ============================================================
   FOOTER - Modern Redesign
   ============================================================ */
.site-footer {
    background: var(--navy-900);
    margin-top: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.site-footer h5,
.site-footer h6 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 1rem;
}

.site-footer h5 i {
    color: var(--golden);
    margin-right: 6px;
}

.footer-link {
    display: block;
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.88rem;
    margin-bottom: 0.5rem;
    text-decoration: none;
    transition: var(--transition);
}

.footer-link:hover { 
    color: var(--primary-light);
    transform: translateX(3px);
}

/* ============================================================
   FEATURE ITEMS (Project Detail Pages)
   ============================================================ */
.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.feature-item:last-child { border-bottom: none; }

.feature-item i {
    font-size: 1.2rem;
    color: var(--primary-color);
    margin-top: 3px;
    flex-shrink: 0;
}

.feature-item .feature-text { font-size: 0.95rem; color: var(--text-secondary); }

/* ============================================================
   URDU LANGUAGE STYLES
   ============================================================ */
.urdu-text {
    font-family: var(--urdu-font);
    font-size: 1.15rem;
    font-weight: 500;
    line-height: 2.15;
    direction: rtl;
    text-align: right;
}

.urdu-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
    direction: rtl;
    text-align: right;
}

.urdu-feature-item:last-child { border-bottom: none; }

.urdu-feature-item i {
    font-size: 1.2rem;
    color: var(--success-color);
    margin-top: 5px;
    flex-shrink: 0;
    order: 1;
}

.urdu-feature-item .feature-text {
    font-family: var(--urdu-font);
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 2.05;
}

.lang-urdu .lang-text {
    font-family: var(--urdu-font);
    font-weight: 500;
    line-height: 2.15;
    direction: rtl;
    text-align: right;
    display: block;
    font-size: 1.25rem;
}

.lang-urdu .product-body,
.lang-urdu .why-card,
.lang-urdu .section-title,
.lang-urdu .section-subtitle,
.lang-urdu .hero-description,
.lang-urdu .hero-subtitle-tag,
.lang-urdu .hero-title,
.lang-urdu .hero-tagline,
.lang-urdu .hero-brand,
.lang-urdu .hero-industries,
.lang-urdu .hero-buttons,
.lang-urdu .page-banner .container,
.lang-urdu .contact-info-card,
.lang-urdu .consult-card,
.lang-urdu .demo-credentials,
.lang-urdu .detail-preview {
    text-align: right;
}

/* Urdu RTL for feature capsules - reverse icon/text order */
.lang-urdu .feature-capsules,
.lang-urdu .product-feature-capsules {
    direction: rtl;
}

.lang-urdu .feature-capsule,
.lang-urdu .product-feature-pill {
    direction: rtl;
    text-align: right;
}

.lang-urdu .feature-capsule i,
.lang-urdu .product-feature-pill i {
    order: 1;
    margin-left: 6px;
    margin-right: 0;
}

.lang-urdu .product-actions {
    direction: rtl;
}

.lang-urdu .product-actions .btn {
    margin-left: 0.55rem;
    margin-right: 0;
}

.urdu-card,
.urdu-panel {
    font-family: var(--urdu-font);
    direction: rtl;
    text-align: right;
    line-height: 1.9;
}

.urdu-card {
    border-top: 1px solid var(--border-color);
    padding-top: 0.75rem;
    color: var(--text-secondary) !important;
    font-size: 1.22rem !important;
    line-height: 2.15;
}

.urdu-panel {
    background: var(--light-gray);
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius-sm);
    padding: 0.9rem 1rem;
}

.urdu-panel strong {
    display: block;
    color: var(--navy-900);
    margin-bottom: 0.25rem;
}

.urdu-panel p { margin: 0; }

.feature-list {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
}

.feature-list li {
    padding: 4px 0;
    font-size: 0.9rem;
    color: var(--text-secondary);
}

.feature-list li i {
    color: var(--success-color);
    margin-right: 8px;
    font-size: 0.85rem;
}

.feature-list.compact {
    display: grid;
    gap: 0.3rem;
    margin-bottom: 1.1rem;
}

.feature-list.compact li {
    font-size: 0.88rem;
    padding: 0;
}

/* ============================================================
   SCREENSHOT / DEMO PLACEHOLDER
   ============================================================ */
.screenshot-grid .screenshot-card {
    border: 2px dashed var(--border-color);
    border-radius: var(--border-radius);
    padding: 1.5rem;
    text-align: center;
    transition: var(--transition);
    min-height: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.screenshot-grid .screenshot-card:hover {
    border-color: var(--primary-color);
    background: var(--primary-subtle);
}

.screenshot-grid .screenshot-card i {
    font-size: 2.5rem;
    color: var(--primary-color);
    opacity: 0.5;
    margin-bottom: 0.5rem;
}

.screenshot-grid .screenshot-card .sc-label {
    font-size: 0.8rem;
    color: var(--text-muted);
}

/* ============================================================
   DETAIL PREVIEW & CAROUSEL
   ============================================================ */
.detail-preview {
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    padding: 0.75rem;
    box-shadow: var(--box-shadow);
}

.detail-preview img {
    width: 100%;
    background: var(--light-gray);
    max-height: 520px;
    object-fit: contain;
    border-radius: var(--border-radius-sm);
}

/* Carousel controls for product screenshots */
.detail-preview .carousel-control-prev,
.detail-preview .carousel-control-next {
    width: 44px;
    height: 44px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: var(--transition);
    background: rgba(15, 23, 42, 0.7);
    border-radius: 50%;
    margin: 0 6px;
}

.detail-preview:hover .carousel-control-prev,
.detail-preview:hover .carousel-control-next {
    opacity: 1;
}

.detail-preview .carousel-control-prev { left: 6px; }
.detail-preview .carousel-control-next { right: 6px; }

.detail-preview .carousel-control-prev-icon,
.detail-preview .carousel-control-next-icon {
    width: 20px;
    height: 20px;
}

.detail-preview .carousel-indicators button {
    opacity: 0.5;
    transition: var(--transition);
    cursor: pointer;
}

.detail-preview .carousel-indicators button:hover,
.detail-preview .carousel-indicators button.active {
    opacity: 1;
    transform: scale(1.2);
}

.detail-preview .carousel-caption {
    left: auto;
    right: auto;
    bottom: 10px;
}

.screenshot-thumb {
    display: block;
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius-sm);
    padding: 0.35rem;
    background: #fff;
    color: var(--text-secondary);
    font-size: 0.78rem;
    text-align: center;
    transition: var(--transition);
}

.screenshot-thumb:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
    box-shadow: var(--box-shadow);
}

.screenshot-thumb img {
    width: 100%;
    height: 100px;
    object-fit: contain;
    background: var(--light-gray);
    border-radius: var(--border-radius-sm);
    margin-bottom: 0.25rem;
    display: block;
}

@supports not (aspect-ratio: 1 / 1) {
    .hero-visual img,
    .hero-dashboard img,
    .screenshot-thumb img {
        aspect-ratio: auto;
        height: auto;
    }
}

/* ============================================================
   DEMO CREDENTIALS BOX
   ============================================================ */
.demo-credentials {
    background: linear-gradient(135deg, var(--primary-subtle), #dbeafe);
    border: 2px dashed var(--primary-color);
    border-radius: var(--border-radius);
    padding: 2rem;
    text-align: center;
}

.demo-credentials .cred-label {
    display: inline-block;
    background: var(--navy-900);
    color: #fff;
    padding: 4px 16px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
}

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.contact-info-card {
    padding: 1.5rem;
    border-radius: var(--border-radius);
    border: 1px solid var(--border-color);
    transition: var(--transition);
}

.contact-info-card:hover {
    box-shadow: var(--box-shadow);
    border-color: var(--primary-color);
}

.contact-info-card i { font-size: 2rem; color: var(--primary-color); }

.contact-info-card h6 { font-weight: 700; margin-top: 0.75rem; }

/* ============================================================
   WHATSAPP FLOATING BUTTON
   ============================================================ */
.whatsapp-float {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 999;
    background: #25d366;
    color: #fff;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    transition: var(--transition);
}

.whatsapp-float:hover {
    background: #1da851;
    color: #fff;
    transform: scale(1.1) rotate(-5deg);
    box-shadow: 0 8px 30px rgba(37, 211, 102, 0.5);
}

/* ============================================================
   ABOUT PAGE
   ============================================================ */
.about-icon-list {
    list-style: none;
    padding: 0;
}

.about-icon-list li {
    padding: 8px 0;
    font-size: 0.95rem;
    color: var(--text-secondary);
    border-bottom: 1px solid var(--border-color);
}

.about-icon-list li:last-child { border-bottom: none; }

.about-icon-list li i {
    margin-right: 10px;
    font-size: 1.1rem;
}

/* ============================================================
   CONSULT CARD
   ============================================================ */
.consult-card {
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    padding: 1.5rem;
    box-shadow: var(--box-shadow);
}

/* ============================================================
   PROJECT CARDS (Legacy)
   ============================================================ */
.project-card {
    border: none;
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
    transition: var(--transition);
    height: 100%;
    overflow: hidden;
}

.project-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--box-shadow-hover);
}

.project-card .card-img-top {
    height: 200px;
    object-fit: cover;
}

.project-card .card-body { padding: 1.5rem; }

.project-card .card-title {
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
}

.project-card .card-text {
    color: var(--text-secondary);
    font-size: 0.95rem;
}

/* ============================================================
   EDITION CARDS
   ============================================================ */
.edition-card {
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius-lg);
    overflow: hidden;
    transition: var(--transition);
    display: flex;
    flex-direction: column;
    position: relative;
}
.edition-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--box-shadow-hover);
}
.edition-card .edition-header {
    padding: 2rem 1.5rem 1.5rem;
    text-align: center;
    color: #fff;
}
.edition-card.basic .edition-header { background: linear-gradient(135deg, #2563eb, #1d4ed8); }
.edition-card.pro .edition-header { background: linear-gradient(135deg, #16a34a, #15803d); }
.edition-card.erp .edition-header { background: linear-gradient(135deg, #d4a017, #b8890a); }
.edition-card .edition-icon {
    display: inline-flex;
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: rgba(255,255,255,0.15);
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin-bottom: 1rem;
}
.edition-card .edition-name {
    font-size: 1.8rem;
    font-weight: 800;
    margin: 0;
    color: #fff;
}
.edition-card .edition-formula {
    font-size: 0.82rem;
    opacity: 0.85;
    margin: 0.5rem 0 0;
    font-weight: 500;
    letter-spacing: 0.3px;
}
.edition-card .edition-body {
    padding: 1.5rem;
    flex: 1;
}
.edition-card .edition-desc {
    color: var(--text-secondary);
    font-size: 0.92rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}
.edition-card .edition-feature-list {
    list-style: none;
    padding: 0;
    margin: 0.5rem 0;
}
.edition-card .edition-feature-list li {
    padding: 6px 0;
    font-size: 0.88rem;
    color: var(--text-secondary);
    display: flex;
    align-items: flex-start;
    gap: 8px;
    border-bottom: 1px solid var(--border-color);
}
.edition-card .edition-feature-list li:last-child { border-bottom: none; }
.edition-card .edition-feature-list li i {
    font-size: 1rem;
    margin-top: 3px;
    flex-shrink: 0;
}
.edition-card .edition-footer {
    padding: 1rem 1.5rem;
    border-top: 1px solid var(--border-color);
}

/* Edition Relationship Badges */
.edition-relationship {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}
.related-badge {
    display: inline-block;
    padding: 8px 24px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.95rem;
    color: #fff;
}
.basic-badge { background: var(--primary-color); }
.pro-badge { background: var(--success-color); }
.erp-badge { background: var(--golden); color: #fff; }

/* Edition Comparison Table */
.edition-comparison-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: var(--box-shadow);
}
.edition-comparison-table thead th {
    padding: 16px 18px;
    font-weight: 700;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 2px solid var(--border-color);
    text-align: center;
    background: var(--light-bg);
    position: sticky;
    top: 0;
    z-index: 1;
}
.edition-comparison-table thead th.feature-col {
    text-align: left;
    background: var(--navy-900);
    color: #fff;
    min-width: 200px;
}
.edition-comparison-table thead th.basic-col {
    background: var(--primary-color);
    color: #fff;
}
.edition-comparison-table thead th.pro-col {
    background: var(--success-color);
    color: #fff;
}
.edition-comparison-table thead th.erp-col {
    background: var(--golden);
    color: #fff;
}
.edition-comparison-table tbody td {
    padding: 14px 18px;
    font-size: 0.9rem;
    color: var(--text-secondary);
    border-bottom: 1px solid var(--border-color);
    text-align: center;
}
.edition-comparison-table tbody td.feature-col {
    text-align: left;
    font-weight: 600;
    color: var(--text-primary);
}
.edition-comparison-table tbody tr:hover {
    background: var(--primary-subtle);
}
.edition-comparison-table tbody tr:nth-child(even) {
    background: #fafbfc;
}
.edition-comparison-table tbody tr:nth-child(even):hover {
    background: #eef2ff;
}
.check-yes { color: var(--success-color); font-size: 1.3rem; }
.check-no { color: var(--text-muted); font-size: 1.1rem; }

/* Urdu RTL for comparison table */
.lang-urdu .edition-comparison-table thead th.feature-col {
    text-align: right;
    font-family: var(--urdu-font);
}
.lang-urdu .edition-comparison-table tbody td.feature-col {
    text-align: right;
    font-family: var(--urdu-font);
    font-size: 1rem;
    line-height: 2;
}
.lang-urdu .edition-card .edition-feature-list li {
    direction: rtl;
    text-align: right;
    font-family: var(--urdu-font);
    font-size: 1rem;
    line-height: 2;
}
.lang-urdu .edition-card .edition-desc {
    font-family: var(--urdu-font);
    font-size: 1.1rem;
    line-height: 2.1;
}

/* ============================================================
   REQUEST DEMO FORM
   ============================================================ */
.demo-form-section {
    background: var(--light-bg);
    border-radius: var(--border-radius);
    padding: 2rem;
}
.demo-form-section .form-label {
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--text-primary);
}
.demo-form-section .form-control,
.demo-form-section .form-select {
    border-radius: var(--border-radius-sm);
    border: 1px solid var(--border-color);
    padding: 10px 14px;
    font-size: 0.95rem;
}
.demo-form-section .form-control:focus,
.demo-form-section .form-select:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

/* ============================================================
   BENEFITS / FEATURE HIGHLIGHTS ON HOMEPAGE
   ============================================================ */
.benefit-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}
.benefit-item {
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    padding: 1.5rem;
    text-align: center;
    transition: var(--transition);
}
.benefit-item:hover {
    transform: translateY(-4px);
    box-shadow: var(--box-shadow-hover);
    border-color: var(--primary-color);
}
.benefit-item .benefit-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--primary-subtle), #dbeafe);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 1.5rem;
    color: var(--primary-color);
}
.benefit-item h5 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.benefit-item p {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin: 0;
    line-height: 1.5;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 991.98px) {
    .navbar-language {
        justify-content: flex-end;
        width: 100%;
        margin-top: 0.75rem;
    }
}

@media (max-width: 992px) {
    .hero-title { font-size: 2.8rem; }
    .section-title { font-size: 2rem; }
}

@media (max-width: 768px) {
    .hero-section { padding: 110px 0 70px; text-align: center; }
    .hero-title { font-size: 2.2rem; }
    .hero-tagline { font-size: 1.1rem; }
    .hero-description { margin: 0 auto 1.5rem; }
    .hero-industries { text-align: center; }
    .hero-buttons .btn { display: block; width: 100%; margin-right: 0; }
    .section-padding { padding: 60px 0; }
    .section-title { font-size: 1.8rem; }
    .page-banner { padding: 70px 0 50px; }
}

@media (max-width: 576px) {
    .hero-title { font-size: 1.8rem; }
    .project-card .card-img-top { height: 160px; }
    .urdu-card { font-size: 1.15rem !important; }
    .product-actions { flex-direction: column; }
    .product-actions .btn { flex: 1 1 100%; width: 100%; }
}

/* ============================================================
   QURAN ENCYCLOPEDIA HERO CARD
   ============================================================ */
.qe-hero-link {
    display: block;
    text-decoration: none;
    color: inherit;
}
.qe-hero-link:hover { text-decoration: none; color: inherit; }

.qe-hero-card {
    display: flex;
    align-items: stretch;
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius-xl);
    overflow: hidden;
    transition: var(--transition);
    box-shadow: var(--box-shadow);
}
.qe-hero-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--box-shadow-lg);
    border-color: rgba(212, 160, 23, 0.45);
}

/* ── Visual Panel ── */
.qe-hero-visual {
    flex: 0 0 340px;
    position: relative;
    background: url('https://qe.siekhanewal.com/assets/MasjideNabvi.png') center 30% / cover no-repeat,
                linear-gradient(160deg, #051c13 0%, #082a1c 30%, #0e3d2a 65%, #0b281e 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    overflow: hidden;
    min-height: 260px;
    padding: 40px 30px;
}

/* ambient glow overlays */
.qe-hero-visual::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 400px 300px at 70% 30%, rgba(212, 169, 63, 0.13) 0%, transparent 65%),
        radial-gradient(ellipse 300px 250px at 25% 80%, rgba(22, 163, 74, 0.06) 0%, transparent 60%);
    pointer-events: none;
    z-index: 1;
}

/* subtle geometric pattern */
.qe-hero-visual::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.015) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.015) 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
    z-index: 1;
}

/* rotating orbit rings */
.qe-orbit-ring {
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 1.5px solid rgba(212, 169, 63, 0.14);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: qeOrbitSpin 20s linear infinite;
}
.qe-orbit-ring-2 {
    width: 260px;
    height: 260px;
    border-color: rgba(212, 169, 63, 0.08);
    animation-duration: 28s;
    animation-direction: reverse;
}
@keyframes qeOrbitSpin {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to   { transform: translate(-50%, -50%) rotate(360deg); }
}

.qe-hero-icon-wrap {
    position: relative;
    z-index: 2;
}
.qe-hero-icon {
    width: 90px;
    height: 90px;
    border-radius: 22px;
    background: linear-gradient(135deg, #d4a93f 0%, #e8c35a 40%, #b8922e 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow:
        0 12px 40px rgba(212, 169, 63, 0.50),
        0 0 0 12px rgba(212, 169, 63, 0.08),
        inset 0 1px 2px rgba(255,255,255,0.25);
    animation: qeIconBounce 4s ease-in-out infinite;
}
@keyframes qeIconBounce {
    0%, 100% { transform: translateY(0); }
    25%  { transform: translateY(-8px); }
    50%  { transform: translateY(0); }
    75%  { transform: translateY(-4px); }
}
.qe-hero-icon svg {
    width: 44px;
    height: 44px;
    fill: #051c13;
}

.qe-hero-badge {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 20px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.09);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.14);
    font-size: 0.78rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.88);
    letter-spacing: 0.4px;
}
.qe-pulse-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 10px rgba(34, 197, 94, 0.7), 0 0 20px rgba(34, 197, 94, 0.3);
    animation: qePulse 2s ease-in-out infinite;
}
@keyframes qePulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50%      { opacity: 0.4; transform: scale(0.75); }
}

/* ── Body Panel ── */
.qe-hero-body {
    flex: 1;
    padding: 32px 36px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    min-width: 0;
    background: linear-gradient(180deg, #fdfcf7 0%, #f8f4e8 100%);
}

.qe-platform-tag {
    display: inline-block;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #b8922e;
    background: #fef9e7;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 2px;
}

.qe-hero-title {
    margin: 0;
    font-size: 2.2rem;
    font-weight: 900;
    color: var(--navy-900);
    line-height: 1.15;
    letter-spacing: -0.8px;
}
.qe-gold {
    color: #b8922e;
    position: relative;
}

.qe-hero-urdu {
    margin: 0;
    font-family: var(--urdu-font);
    font-size: 1.25rem;
    line-height: 2.15;
    color: #5a4a1f;
    direction: rtl;
    text-align: right;
    padding: 14px 18px;
    background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
    border-radius: 12px;
    border-right: 4px solid #d4a93f;
}

.qe-hero-desc {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.7;
    color: var(--text-secondary);
    max-width: 620px;
}

/* ── Feature Boxes ── */
.qe-hero-features {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.qe-feature-box {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px 10px 12px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid #e8dcc8;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--navy-800);
    transition: var(--transition);
    cursor: default;
}
.qe-feature-box:hover {
    transform: translateY(-3px);
    box-shadow: var(--box-shadow);
}

.qe-feature-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.qe-feature-icon i {
    font-size: 1.35rem;
    color: #fff;
    filter: drop-shadow(0 1px 2px rgba(0,0,0,0.25));
}

.qe-fi-blue   {
    background: linear-gradient(135deg, #3b82f6, #60a5fa);
    box-shadow: 0 0 18px rgba(59,130,246,0.55), 0 4px 12px rgba(37,99,235,0.35);
    border: 2px solid rgba(255,255,255,0.3);
}
.qe-fi-green  {
    background: linear-gradient(135deg, #22c55e, #4ade80);
    box-shadow: 0 0 18px rgba(34,197,94,0.55), 0 4px 12px rgba(22,163,74,0.35);
    border: 2px solid rgba(255,255,255,0.3);
}
.qe-fi-purple {
    background: linear-gradient(135deg, #8b5cf6, #a78bfa);
    box-shadow: 0 0 18px rgba(139,92,246,0.55), 0 4px 12px rgba(124,58,237,0.35);
    border: 2px solid rgba(255,255,255,0.3);
}
.qe-fi-gold   {
    background: linear-gradient(135deg, #f59e0b, #fbbf24);
    box-shadow: 0 0 18px rgba(245,158,11,0.55), 0 4px 12px rgba(212,160,23,0.35);
    border: 2px solid rgba(255,255,255,0.3);
}
.qe-fi-teal   {
    background: linear-gradient(135deg, #14b8a6, #2dd4bf);
    box-shadow: 0 0 18px rgba(20,184,166,0.55), 0 4px 12px rgba(13,148,136,0.35);
    border: 2px solid rgba(255,255,255,0.3);
}

.qe-hero-card:hover .qe-feature-box {
    border-color: rgba(212, 160, 23, 0.40);
    background: #fffbeb;
}

/* ── CTA ── */
.qe-hero-cta {
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px solid var(--border-color);
}
.qe-hero-cta-text {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--primary-color);
    transition: var(--transition);
}
.qe-hero-cta-text i {
    font-size: 1rem;
    transition: var(--transition);
}
.qe-hero-card:hover .qe-hero-cta-text {
    color: var(--primary-dark);
}
.qe-hero-card:hover .qe-hero-cta-text i {
    transform: translateX(4px);
}

/* ── Responsive ── */
@media (max-width: 992px) {
    .qe-hero-card {
        flex-direction: column;
    }
    .qe-hero-visual {
        flex: 0 0 auto;
        min-height: 180px;
        padding: 30px 20px;
        flex-direction: row;
        gap: 20px;
    }
    .qe-hero-icon {
        width: 64px;
        height: 64px;
        border-radius: 16px;
    }
    .qe-hero-icon svg {
        width: 32px;
        height: 32px;
    }
    .qe-orbit-ring,
    .qe-orbit-ring-2 {
        width: 140px;
        height: 140px;
    }
    .qe-orbit-ring-2 {
        width: 180px;
        height: 180px;
    }
    .qe-hero-body {
        padding: 24px 22px;
        gap: 14px;
    }
    .qe-hero-title {
        font-size: 1.6rem;
    }
}

@media (max-width: 576px) {
    .qe-hero-visual {
        flex-direction: column;
        gap: 14px;
        min-height: 140px;
        padding: 24px 16px;
    }
    .qe-hero-icon {
        width: 56px;
        height: 56px;
        border-radius: 14px;
    }
    .qe-hero-icon svg {
        width: 26px;
        height: 26px;
    }
    .qe-hero-body {
        padding: 18px 16px;
        gap: 10px;
    }
    .qe-hero-title { font-size: 1.35rem; }
    .qe-hero-urdu { font-size: 1rem; padding: 10px 14px; }
    .qe-hero-desc { font-size: 0.85rem; }
    .qe-feature-box {
        padding: 8px 14px 8px 10px;
        gap: 8px;
        font-size: 0.8rem;
    }
    .qe-feature-icon {
        width: 36px;
        height: 36px;
        border-radius: 10px;
    }
    .qe-feature-icon i { font-size: 1.1rem; }
}
