﻿:root {
    --brand: #1d4ed8; /* base brand blue (used for borders/icons) */
    --brand-2: #06b6d4; /* cyan/teal */
    --accent: #10b981; /* emerald accent */
    --ink: #0f172a;
    --muted: #64748b;
    --bg: #f6f9ff;
    --card: #ffffff;
    --border: rgba(15,23,42,.08);
}

html, body {
    height: 100%;
}

body {
    background: var(--bg);
    color: var(--ink);
}

body {
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

html[lang="ar"] body {
    font-family: Cairo, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

/* NAV */
.navbar-blur {
    background: rgba(255,255,255,.78);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border);
}

/* HERO */
.hero {
    position: relative;
    overflow: hidden;
    border-radius: 26px;
    background: radial-gradient(1200px 520px at 20% 10%, rgba(6,182,212,.22), transparent 60%), radial-gradient(900px 460px at 85% 25%, rgba(29,78,216,.22), transparent 55%), linear-gradient(180deg, #ffffff, #f3f7ff);
    border: 1px solid var(--border);
}

    .hero::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(700px 280px at 25% 35%, rgba(16,185,129,.14), transparent 65%);
        pointer-events: none;
    }

.hero-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .9;
    mix-blend-mode: multiply;
}

/* animated grid */
.hero-grid {
    position: absolute;
    inset: -30%;
    background: linear-gradient(to right, rgba(29,78,216,.10) 1px, transparent 1px), linear-gradient(to bottom, rgba(6,182,212,.10) 1px, transparent 1px);
    background-size: 56px 56px;
    transform: rotate(-12deg);
    animation: gridMove 18s linear infinite;
    filter: blur(.2px);
    opacity: .55;
}

@keyframes gridMove {
    0% {
        transform: translate3d(-2%, -2%, 0) rotate(-12deg);
    }

    100% {
        transform: translate3d(2%, 2%, 0) rotate(-12deg);
    }
}

.hero-orb {
    position: absolute;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, rgba(6,182,212,.35), transparent 60%), radial-gradient(circle at 70% 70%, rgba(29,78,216,.30), transparent 60%);
    filter: blur(2px);
    animation: orbFloat 12s ease-in-out infinite;
    opacity: .75;
}

    .hero-orb.one {
        left: -140px;
        top: -180px;
    }

    .hero-orb.two {
        right: -180px;
        bottom: -200px;
        animation-delay: -4s;
    }

@keyframes orbFloat {
    0%,100% {
        transform: translate3d(0,0,0) scale(1);
    }

    50% {
        transform: translate3d(20px,-18px,0) scale(1.03);
    }
}

.section-pad {
    padding: 64px 0;
}

/* CARDS */
.kpi {
    border: 1px solid var(--border);
    background: rgba(255,255,255,.80);
    border-radius: 18px;
    padding: 18px;
}

.card-soft {
    border: 1px solid var(--border);
    border-radius: 18px;
    background: var(--card);
    box-shadow: 0 10px 30px rgba(15,23,42,.06);
}

.card-hover {
    transition: transform .2s ease, box-shadow .2s ease;
}

    .card-hover:hover {
        transform: translateY(-4px);
        box-shadow: 0 18px 44px rgba(15,23,42,.10);
    }

.text-muted-2 {
    color: var(--muted);
}

.badge-soft {
    background: rgba(6,182,212,.12);
    color: #066a7b;
    border: 1px solid rgba(6,182,212,.18);
}

/* ICON PILL */
.icon-pill {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: rgba(29,78,216,.10);
    border: 1px solid rgba(29,78,216,.18);
    color: var(--brand);
}

/* LOGO IMAGE */
.brand-logo {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    object-fit: cover;
    background: #eaf2ff;
    border: 1px solid rgba(29,78,216,.18);
}

/* FOOTER */
.footer {
    border-top: 1px solid var(--border);
    background: rgba(255,255,255,.75);
}

/* FLOATING WHATSAPP */
.wapp-float {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 1050;
}

html[dir="rtl"] .wapp-float {
    right: auto;
    left: 18px;
}
/* =========================
   BUTTONS (Final Strategy)
   ========================= */

/* Primary Action - Deep Navy (NO GREEN) */
.btn-brand {
    background: linear-gradient(135deg, #0b1f3b, #123d6a) !important;
    border: 0 !important;
    color: #ffffff !important;
    box-shadow: 0 12px 26px rgba(11,31,59,.22);
}

    .btn-brand:hover {
        filter: brightness(1.03);
        box-shadow: 0 16px 34px rgba(11,31,59,.28);
        color: #ffffff !important;
    }

/* Secondary Accent - Modern Blue (NOT GREEN) */
.btn-accent {
    background: linear-gradient(135deg, #1d4ed8, #2563eb) !important;
    border: 0 !important;
    color: #ffffff !important;
    box-shadow: 0 12px 26px rgba(29,78,216,.22);
}

    .btn-accent:hover {
        filter: brightness(1.03);
        box-shadow: 0 16px 34px rgba(29,78,216,.28);
        color: #ffffff !important;
    }

/* Ghost / Outline Style */
.btn-ghost {
    background: rgba(255,255,255,.70);
    border: 1px solid rgba(15,23,42,.14);
    color: #0f172a !important;
}

    .btn-ghost:hover {
        background: rgba(255,255,255,.92);
        color: #0f172a !important;
    }

/* WhatsApp button (ONLY PLACE WE USE GREEN) */
.btn-whatsapp {
    background: linear-gradient(135deg, #25D366, #20b358) !important;
    border: 0 !important;
    color: #ffffff !important;
    box-shadow: 0 12px 26px rgba(37,211,102,.22);
}

    .btn-whatsapp:hover {
        filter: brightness(1.03);
        box-shadow: 0 16px 34px rgba(37,211,102,.28);
        color: #ffffff !important;
    }

/* Force consistent text colors */
.btn.btn-brand,
.btn.btn-accent,
.btn.btn-whatsapp {
    color: #ffffff !important;
}
