/* ================================================================
   شركة الإنجاز للمقاولات والإنشاءات — Professional Blue Design
   ================================================================ */

:root {
    --brand-blue:       #1e3a5f;
    --brand-blue-mid:   #2d5a8e;
    --brand-blue-dark:  #0d2035;
    --brand-blue-light: #3a7bd5;
    --brand-gold:       #f5821f;
    --brand-gold-2:     #ff9940;
    --brand-dark:       #d4671a;
    --brand-shimmer:    #ffc4a0;
    --brand-light:      #fff3e8;
    --ink:              #1a1a2e;
    --ink-soft:         #374151;
    --muted:            #6b7280;
    --line:             #e5e7eb;
    --surface:          #ffffff;
    --surface-soft:     #f8fafc;
    --dark-luxury:      #0d2035;
    --dark-mid:         #1e3a5f;
    --shadow-xs:        0 4px 12px rgba(30, 58, 95, 0.08);
    --shadow-sm:        0 10px 28px rgba(30, 58, 95, 0.13);
    --shadow-md:        0 20px 50px rgba(30, 58, 95, 0.22);
    --radius-sm:        12px;
    --radius-md:        18px;
    --radius-lg:        24px;
}

/* ================================================================
   BASE STYLES
   ================================================================ */

*, *::before, *::after { box-sizing: border-box; }

html, body { overflow-x: hidden; }

body {
    font-family: "Cairo", sans-serif;
    color: var(--ink);
    background: var(--surface-soft);
    line-height: 1.75;
    -webkit-font-smoothing: antialiased;
}

/* ================================================================
   عالم الحلول للتجارة — SMART BLUE TECH DESIGN
   ================================================================ */

:root {
    /* ── ألوان العلامة التجارية الجديدة ────────────────────── */
    --brand-blue:       #0E5AA7;   /* أزرق رئيسي */
    --brand-blue-mid:   #1a6fc4;
    --brand-blue-dark:  #093e75;
    --brand-blue-light: #27B1E6;   /* أزرق فاتح ثانوي */
    --brand-gold:       #27B1E6;   /* يُستخدم للتمييز (أزرق فاتح) */
    --brand-gold-2:     #0E5AA7;
    --brand-dark:       #093e75;
    --brand-shimmer:    #bde4f7;
    --brand-light:      #E8F6FD;   /* خلفية فاتحة زرقاء */
    --accent-light:     #E8F6FD;
    --ink:              #1F2937;
    --ink-soft:         #374151;
    --muted:            #6B7280;
    --line:             #E5E7EB;
    --surface:          #FFFFFF;
    --surface-soft:     #F8FAFC;
    --surface-alt:      #F0F7FF;
    --dark-luxury:      #0E1E33;
    --dark-mid:         #0E5AA7;
    --shadow-xs:        0 6px 18px rgba(14, 90, 167, 0.08);
    --shadow-sm:        0 16px 34px rgba(14, 90, 167, 0.12);
    --shadow-md:        0 28px 60px rgba(14, 90, 167, 0.18);
}

body::before {
    background:
        radial-gradient(820px 480px at 100% -10%, rgba(14, 90, 167, 0.08) 0%, transparent 65%),
        radial-gradient(700px 440px at -10% 25%, rgba(39, 177, 230, 0.06) 0%, transparent 70%);
}

.site-preloader {
    background: radial-gradient(circle at top, #0a2248 0%, #0E5AA7 55%, #093e75 100%);
}

.preloader-logo {
    background: #fff;
    box-shadow:
        0 12px 36px rgba(14, 90, 167, 0.30),
        0 0 0 6px rgba(14, 90, 167, 0.12);
}

.preloader-ring {
    border: 3px solid rgba(255, 255, 255, 0.18);
    border-top-color: #27B1E6;
    border-right-color: #0E5AA7;
}

.scroll-progress {
    background: linear-gradient(90deg, #0E5AA7, #27B1E6, #7EC8E3);
    box-shadow: 0 2px 14px rgba(14, 90, 167, 0.35);
}

.quick-contact-strip {
    background: linear-gradient(120deg, #0a1f3d, #0E5AA7, #1a6fc4);
    color: rgba(255, 255, 255, 0.86);
}

.quick-contact-strip a {
    border-color: rgba(39, 177, 230, 0.45);
    background: rgba(39, 177, 230, 0.16);
}

.quick-contact-strip a:hover {
    background: rgba(39, 177, 230, 0.28);
    border-color: rgba(39, 177, 230, 0.75);
}

.main-nav,
.main-nav.nav-scrolled {
    background: rgba(255, 255, 255, 0.95) !important;
    border-bottom: 1px solid rgba(14, 90, 167, 0.18);
}

.brand-pill,
.main-nav .nav-link:hover,
.main-nav .nav-link.active,
.main-nav .navbar-nav .nav-link:hover,
.main-nav .navbar-nav .nav-link.active,
.text-orange {
    color: var(--brand-blue) !important;
}

.main-nav .nav-link:hover,
.main-nav .nav-link.active,
.main-nav .navbar-nav .nav-link:hover,
.main-nav .navbar-nav .nav-link.active {
    background: rgba(14, 90, 167, 0.09);
}

.main-nav .nav-link::after,
.main-nav .navbar-nav .nav-link::after {
    background: linear-gradient(90deg, var(--brand-blue), var(--brand-blue-light));
}

.brand-logo,
.footer-logo,
.about-logo-mark,
.brand-story-logo {
    background: transparent;
    border-radius: 10px;
    box-shadow: none;
}

.brand-story-logo {
    width: auto;
    height: 72px;
    object-fit: contain;
    padding: 0;
    border-radius: 10px;
}

.about-logo-mark {
    width: auto;
    height: 96px;
    object-fit: contain;
    padding: 0;
    border-radius: 10px;
}

.btn-orange {
    color: #fff !important;
    background: linear-gradient(135deg, #27B1E6, #0E5AA7);
    border-color: transparent;
    box-shadow: 0 12px 24px rgba(14, 90, 167, 0.28);
}

.btn-orange:hover,
.btn-orange:focus {
    color: #fff !important;
    background: linear-gradient(135deg, #1a6fc4, #27B1E6);
}

.btn-outline-orange,
.btn-outline-blue {
    color: var(--brand-blue);
    border-color: rgba(14, 90, 167, 0.40);
    background: rgba(14, 90, 167, 0.04);
}

.btn-outline-orange:hover,
.btn-outline-blue:hover {
    color: #fff;
    background: var(--brand-blue);
    border-color: var(--brand-blue);
}

.page-hero,
.hero-slider-wrap .carousel-item::before,
.cta-strip {
    background:
        linear-gradient(120deg, rgba(7, 25, 60, 0.88), rgba(14, 90, 167, 0.75)),
        linear-gradient(45deg, rgba(39, 177, 230, 0.20), transparent 60%);
}

.hero-slider-wrap .carousel-item::before {
    content: "";
    position: absolute;
    inset: 0;
}

.hero-slider-wrap .carousel-item {
    position: relative;
}

.hero-slider-wrap .carousel-item img {
    min-height: 620px;
    object-fit: cover;
    filter: saturate(0.82) brightness(0.72);
}

.hero-kicker,
.section-label {
    color: var(--brand-blue);
    letter-spacing: 0.06em;
}

.section-title,
.section-title.centered,
.project-card h5,
.service-card h5,
.metric-card h6,
.panel-soft h5,
.panel-soft h6 {
    color: var(--ink);
}

.section-note,
.text-muted {
    color: var(--muted) !important;
}

.counter-section {
    background: linear-gradient(135deg, #0a1f3d 0%, #0E5AA7 100%);
}

.counter-card,
.metric-card,
.panel-soft,
.service-card,
.project-card,
.form-card {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(14, 90, 167, 0.12);
    box-shadow: var(--shadow-sm);
}

.service-card,
.project-card,
.metric-card,
.panel-soft,
.form-card {
    border-radius: 22px;
}

.counter-card {
    border-radius: 20px;
}

.metric-icon,
.counter-icon,
.service-card-icon,
.feature-badge-icon,
.contact-icon-badge,
.why-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(14, 90, 167, 0.12), rgba(39, 177, 230, 0.06));
    color: var(--brand-blue);
    font-size: 1.2rem;
    flex-shrink: 0;
}

.contact-icon-badge,
.why-check {
    width: 48px;
    height: 48px;
    border-radius: 14px;
}

.luxury-panel,
.cta-side-card {
    background: linear-gradient(160deg, #0a1f3d 0%, #0E5AA7 100%);
    color: #fff;
    border-radius: 24px;
    padding: 2rem;
    box-shadow: var(--shadow-md);
}

.luxury-panel h3,
.luxury-panel h4,
.cta-side-card h3,
.cta-side-card h4,
.cta-side-card p,
.luxury-panel p {
    color: #fff !important;
}

.mini-stat-card {
    border-radius: 18px;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.mini-stat-card strong,
.mini-stat-card span {
    display: block;
}

.mini-stat-card strong {
    color: #27B1E6;
    margin-bottom: 0.35rem;
}

.mini-stat-card span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.92rem;
}

.values-chip-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    justify-content: center;
}

.value-chip {
    padding: 0.55rem 0.95rem;
    border-radius: 999px;
    background: rgba(14, 90, 167, 0.10);
    color: var(--brand-blue);
    font-weight: 700;
    font-size: 0.92rem;
}

.mini-check-list {
    display: grid;
    gap: 0.85rem;
}

.mini-check-list span {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    color: rgba(255, 255, 255, 0.9);
}

.mini-check-list i {
    color: #27B1E6;
}

.service-bullet-list {
    margin: 0;
    padding-right: 1rem;
}

.service-bullet-list li {
    margin-bottom: 0.65rem;
}

.service-list-card {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.contact-link-emphasis {
    color: var(--brand-blue);
    font-weight: 700;
}

.footer-dark {
    background: linear-gradient(160deg, #06142e 0%, #0a1f3d 100%);
}

.footer-brand-sub,
.footer-heading,
.footer-social-btn,
.footer-link:hover,
.footer-policy-link:hover {
    color: #27B1E6 !important;
}

.footer-social-btn,
.footer-link,
.footer-policy-link {
    transition: all 0.25s ease;
}

.footer-social-btn {
    border: 1px solid rgba(39, 177, 230, 0.28);
    background: rgba(39, 177, 230, 0.08);
}

.footer-social-btn:hover {
    background: #27B1E6;
    color: #fff !important;
}

.cert-badge {
    background: rgba(183, 139, 58, 0.10);
    color: #27B1E6;
}

@media (max-width: 767.98px) {
    .hero-slider-wrap .carousel-item img {
        min-height: 520px;
    }

    .luxury-panel,
    .cta-side-card {
        padding: 1.4rem;
    }
}

a { text-decoration: none; }

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

.text-orange  { color: var(--brand-gold)   !important; }
.text-blue    { color: var(--brand-blue)   !important; }
.bg-brand     { background: var(--brand-blue) !important; }
.fw-900       { font-weight: 900 !important; }

/* ── Subtle page texture ─────────────────────────────────── */
body::before {
    content: "";
    position: fixed;
    inset: 0;
    background:
        radial-gradient(900px 500px at 95% -5%, rgba(30, 58, 95, 0.06) 0%, transparent 65%),
        radial-gradient(700px 400px at -5% 40%, rgba(45, 90, 142, 0.05) 0%, transparent 70%);
    pointer-events: none;
    z-index: -1;
}

/* ================================================================
   PRELOADER
   ================================================================ */

.site-preloader {
    position: fixed;
    inset: 0;
    background: radial-gradient(ellipse at 50% 38%, #e8f6fd, #c5e4f6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
    transition: opacity 0.55s ease, visibility 0.55s ease;
}

.site-preloader.hide {
    opacity: 0;
    visibility: hidden;
}

.preloader-core {
    width: 110px;
    height: 110px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.preloader-logo {
    width: 62px;
    height: 62px;
    border-radius: 18px;
    background: #fff;
    object-fit: contain;
    box-shadow:
        0 12px 36px rgba(30, 58, 95, 0.22),
        0 0 0 6px rgba(30, 58, 95, 0.08);
    animation: preloaderPulse 1.4s ease-in-out infinite alternate;
}

.preloader-ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 3px solid rgba(30, 58, 95, 0.15);
    border-top-color: var(--brand-blue);
    border-right-color: var(--brand-gold);
    animation: spinRing 1s linear infinite;
}

/* ================================================================
   SCROLL PROGRESS BAR
   ================================================================ */

.scroll-progress {
    position: fixed;
    top: 0;
    right: 0;
    width: 0%;
    height: 3px;
    z-index: 1200;
    background: linear-gradient(90deg, var(--brand-blue-dark), var(--brand-blue), var(--brand-gold), var(--brand-gold-2));
    box-shadow: 0 2px 12px rgba(30, 58, 95, 0.4);
    transition: width 0.1s linear;
}

/* ================================================================
   QUICK CONTACT STRIP
   ================================================================ */

.quick-contact-strip {
    background: linear-gradient(120deg, var(--brand-blue-dark), var(--brand-blue), var(--brand-blue-mid));
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.875rem;
    color: rgba(220, 235, 255, 0.9);
    padding: 0.42rem 0;
    position: relative;
    overflow: hidden;
}

.quick-contact-strip::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.06), transparent);
    animation: stripShimmer 5s ease-in-out infinite;
}

.quick-contact-strip strong { color: #fff; }

.quick-contact-strip p { color: rgba(220, 235, 255, 0.9); }

.quick-contact-strip a {
    color: #fff;
    font-weight: 800;
    padding: 0.2rem 0.75rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.12);
    transition: background 0.22s ease, border-color 0.22s ease;
}

.quick-contact-strip a:hover {
    background: rgba(255, 255, 255, 0.22);
    border-color: rgba(255, 255, 255, 0.65);
    color: #fff;
}

/* ================================================================
   MAIN NAVIGATION
   ================================================================ */

.main-nav {
    background: rgba(255, 255, 255, 0.92) !important;
    backdrop-filter: blur(18px) saturate(1.5);
    -webkit-backdrop-filter: blur(18px) saturate(1.5);
    border-bottom: 1px solid rgba(30, 58, 95, 0.12);
    transition: box-shadow 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

.main-nav.nav-scrolled {
    background: rgba(255, 255, 255, 0.98) !important;
    border-bottom-color: rgba(30, 58, 95, 0.2);
    box-shadow: 0 8px 32px rgba(30, 58, 95, 0.12), 0 2px 8px rgba(30, 58, 95, 0.08);
}

.brand-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    font-weight: 900;
    font-size: 1rem;
    color: var(--brand-blue-dark);
    letter-spacing: -0.2px;
    line-height: 1.2;
}

.brand-name {
    max-width: 200px;
    line-height: 1.2;
    font-size: 0.88rem;
}

@media (min-width: 992px) {
    .brand-name { max-width: 260px; font-size: 0.95rem; }
}

.brand-logo {
    width: 40px;
    height: 40px;
    object-fit: contain;
    border-radius: 10px;
    flex-shrink: 0;
    background: #fff;
    box-shadow:
        0 6px 20px rgba(30, 58, 95, 0.18),
        0 0 0 2px rgba(30, 58, 95, 0.12);
}

.main-nav .nav-link,
.main-nav .navbar-nav .nav-link {
    color: var(--ink-soft);
    font-weight: 700;
    font-size: 0.92rem;
    border-radius: 10px;
    padding: 0.5rem 0.85rem !important;
    transition: color 0.22s ease, background 0.22s ease;
    position: relative;
    letter-spacing: 0.1px;
}

.main-nav .nav-link:hover,
.main-nav .nav-link.active,
.main-nav .navbar-nav .nav-link:hover,
.main-nav .navbar-nav .nav-link.active {
    color: var(--brand-blue);
    background: rgba(30, 58, 95, 0.08);
}

.main-nav .nav-link::after,
.main-nav .navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    right: 0.7rem;
    left: 0.7rem;
    bottom: 0.18rem;
    height: 2px;
    border-radius: 2px;
    transform: scaleX(0);
    transform-origin: right;
    background: linear-gradient(90deg, var(--brand-blue-dark), var(--brand-blue), var(--brand-blue-light));
    transition: transform 0.26s ease;
}

.main-nav .nav-link:hover::after,
.main-nav .nav-link.active::after,
.main-nav .navbar-nav .nav-link:hover::after,
.main-nav .navbar-nav .nav-link.active::after {
    transform: scaleX(1);
}

/* ── Mobile nav adjustments ───────────────────────────────── */
@media (max-width: 991px) {
    .navbar-collapse {
        background: rgba(255, 255, 255, 0.98);
        border-radius: var(--radius-md);
        border: 1px solid rgba(30, 58, 95, 0.12);
        margin-top: 0.5rem;
        padding: 0.75rem 1rem;
        box-shadow: var(--shadow-sm);
    }
    .navbar .nav-link { font-size: 0.95rem; }
}

/* ================================================================
   BUTTONS
   ================================================================ */

/* ── Orange / CTA button ──────────────────────────────────── */
.btn-orange {
    border: 0;
    color: #fff;
    background: linear-gradient(135deg, var(--brand-dark) 0%, var(--brand-gold) 55%, var(--brand-gold-2) 100%);
    font-weight: 800;
    border-radius: var(--radius-sm);
    padding: 0.68rem 1.5rem;
    box-shadow: 0 8px 24px rgba(245, 130, 31, 0.38), 0 2px 6px rgba(245, 130, 31, 0.18);
    transition: transform 0.24s ease, box-shadow 0.24s ease;
    position: relative;
    overflow: hidden;
    letter-spacing: 0.2px;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    white-space: nowrap;
}

.btn-orange:hover {
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 16px 36px rgba(245, 130, 31, 0.42), 0 4px 12px rgba(245, 130, 31, 0.22);
}

.btn-orange::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.16), transparent);
    border-radius: inherit;
    pointer-events: none;
}

.btn-orange::after {
    content: "";
    position: absolute;
    top: 0;
    right: -130%;
    width: 60%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.38), transparent);
    transform: skewX(-18deg);
    transition: right 0.6s ease;
    pointer-events: none;
}

.btn-orange:hover::after { right: 150%; }

/* ── Blue button ──────────────────────────────────────────── */
.btn-blue {
    border: 0;
    color: #fff;
    background: linear-gradient(135deg, var(--brand-blue-dark) 0%, var(--brand-blue) 55%, var(--brand-blue-mid) 100%);
    font-weight: 800;
    border-radius: var(--radius-sm);
    padding: 0.68rem 1.5rem;
    box-shadow: 0 8px 24px rgba(30, 58, 95, 0.38), 0 2px 6px rgba(30, 58, 95, 0.18);
    transition: transform 0.24s ease, box-shadow 0.24s ease;
    position: relative;
    overflow: hidden;
    letter-spacing: 0.2px;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    white-space: nowrap;
}

.btn-blue:hover {
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 16px 36px rgba(30, 58, 95, 0.42), 0 4px 12px rgba(30, 58, 95, 0.22);
}

.btn-blue::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.14), transparent);
    border-radius: inherit;
    pointer-events: none;
}

.btn-blue::after {
    content: "";
    position: absolute;
    top: 0;
    right: -130%;
    width: 60%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transform: skewX(-18deg);
    transition: right 0.6s ease;
    pointer-events: none;
}

.btn-blue:hover::after { right: 150%; }

/* ── Outline orange button ────────────────────────────────── */
.btn-outline-orange {
    border: 2px solid var(--brand-gold);
    color: var(--brand-blue);
    background: transparent;
    font-weight: 800;
    border-radius: var(--radius-sm);
    padding: 0.58rem 1.3rem;
    transition: background 0.24s ease, color 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.btn-outline-orange:hover {
    background: var(--brand-gold);
    color: #fff;
    box-shadow: 0 8px 24px rgba(245, 130, 31, 0.35);
    transform: translateY(-2px);
}

/* ── Outline blue button ──────────────────────────────────── */
.btn-outline-blue {
    border: 2px solid rgba(30, 58, 95, 0.4);
    color: var(--brand-blue);
    background: transparent;
    font-weight: 800;
    border-radius: var(--radius-sm);
    padding: 0.58rem 1.3rem;
    transition: background 0.24s ease, color 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.btn-outline-blue:hover {
    background: var(--brand-blue);
    border-color: var(--brand-blue);
    color: #fff;
    box-shadow: 0 8px 24px rgba(30, 58, 95, 0.3);
    transform: translateY(-2px);
}

/* ── Light ghost button ───────────────────────────────────── */
.btn-ghost-white {
    border: 2px solid rgba(255, 255, 255, 0.45);
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
    font-weight: 800;
    border-radius: var(--radius-sm);
    padding: 0.58rem 1.3rem;
    transition: 0.24s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    backdrop-filter: blur(4px);
}

.btn-ghost-white:hover {
    background: rgba(255, 255, 255, 0.22);
    border-color: rgba(255, 255, 255, 0.75);
    color: #fff;
}

/* ================================================================
   HERO SLIDER
   ================================================================ */

.hero-slider-wrap {
    position: relative;
    overflow: hidden;
    background: var(--brand-blue-dark);
}

.hero-slider-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(13, 32, 53, 0.3) 0%, transparent 40%, rgba(13, 32, 53, 0.65) 100%),
        linear-gradient(105deg, rgba(13, 32, 53, 0.7) 0%, rgba(30, 58, 95, 0.4) 45%, rgba(30, 58, 95, 0.05) 100%);
    pointer-events: none;
    z-index: 1;
}

.hero-slider-wrap .carousel-item {
    height: 80vh;
    min-height: 560px;
}

.hero-slider-wrap .carousel-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    filter: saturate(0.9) contrast(1.05) brightness(0.48);
    animation: kenBurns 14s ease-in-out infinite alternate;
}

.hero-slider-wrap .carousel-caption {
    z-index: 3;
    left: 0;
    right: 0;
    bottom: 18%;
    direction: rtl;
    text-align: right;
    padding-inline: 1rem;
}

.hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.8rem;
    font-weight: 800;
    background: rgba(30, 58, 95, 0.3);
    color: rgba(200, 225, 255, 0.95);
    border: 1px solid rgba(58, 123, 213, 0.55);
    border-radius: 100px;
    padding: 0.32rem 0.9rem;
    margin-bottom: 1.1rem;
    letter-spacing: 0.5px;
    backdrop-filter: blur(8px);
}

.hero-kicker::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--brand-gold);
    display: inline-block;
    animation: dot-blink 2s ease-in-out infinite;
}

.hero-slider-wrap h1,
.hero-slider-wrap h2 {
    max-width: 860px;
    font-weight: 900;
    letter-spacing: -0.5px;
    line-height: 1.22;
    text-shadow: 0 4px 24px rgba(0, 0, 0, 0.5);
}

.hero-slider-wrap p {
    max-width: 700px;
    color: rgba(210, 230, 255, 0.9);
    margin-bottom: 1.5rem;
    line-height: 1.8;
    font-size: 1.05rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

.hero-scroll-hint {
    position: absolute;
    bottom: 18px;
    right: 50%;
    transform: translateX(50%);
    z-index: 4;
}

.hero-scroll-hint span {
    display: block;
    width: 26px;
    height: 42px;
    border: 2px solid rgba(255, 255, 255, 0.55);
    border-radius: 24px;
    position: relative;
}

.hero-scroll-hint span::after {
    content: "";
    position: absolute;
    top: 8px;
    right: 50%;
    transform: translateX(50%);
    width: 4px;
    height: 9px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.9);
    animation: scrollHint 1.7s ease-in-out infinite;
}

/* ── Hero accent strip ────────────────────────────────────── */
.hero-accent-strip {
    background: linear-gradient(90deg, var(--brand-blue-dark), var(--brand-blue), var(--brand-blue-mid));
    padding: 0.9rem 0;
    border-bottom: 2px solid rgba(245, 130, 31, 0.4);
}

.hero-strip-item {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    color: rgba(210, 230, 255, 0.9);
    font-size: 0.9rem;
    font-weight: 700;
}

.hero-strip-item i { color: var(--brand-gold); font-size: 1.1rem; }

/* ================================================================
   SECTION TYPOGRAPHY
   ================================================================ */

.section-title {
    font-size: 2.1rem;
    font-weight: 900;
    margin-bottom: 0.8rem;
    color: var(--ink);
    position: relative;
    padding-bottom: 0.7rem;
    letter-spacing: -0.4px;
    line-height: 1.2;
}

.section-title::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 54px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--brand-blue-dark), var(--brand-blue), var(--brand-gold));
}

.section-title.centered::after {
    right: 50%;
    transform: translateX(50%);
}

.section-label {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--brand-blue-mid);
    margin-bottom: 0.6rem;
}

.section-label::before {
    content: "";
    width: 24px;
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--brand-blue), var(--brand-gold));
    display: inline-block;
}

.section-note {
    color: var(--muted);
    max-width: 820px;
    line-height: 1.88;
    font-size: 1.02rem;
}

/* ── Section surface ──────────────────────────────────────── */
.section-surface {
    background: var(--surface);
    border-radius: var(--radius-lg);
    padding: 3rem 2.5rem;
    box-shadow: var(--shadow-xs);
    border: 1px solid var(--line);
}

.section-blue-bg {
    background: linear-gradient(160deg, #f0f6ff, #e8f0fb);
    border-radius: var(--radius-lg);
}

/* ================================================================
   SERVICE CARDS
   ================================================================ */

.service-card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    overflow: hidden;
    transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease;
    box-shadow: var(--shadow-xs);
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.service-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--brand-blue-dark), var(--brand-blue), var(--brand-blue-light));
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s ease;
    z-index: 2;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-md);
    border-color: rgba(30, 58, 95, 0.25);
}

.service-card:hover::before {
    transform: scaleX(1);
}

.service-card .card-img-wrap {
    position: relative;
    overflow: hidden;
    height: 240px;
    background: var(--brand-blue-dark);
    flex-shrink: 0;
}

.service-card .card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s ease;
    filter: brightness(0.9);
}

.service-card:hover .card-img-wrap img {
    transform: scale(1.08);
}

.service-card .card-img-overlay-tag {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    z-index: 2;
}

.service-card .card-body {
    padding: 1.4rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.service-card h5 {
    font-weight: 800;
    font-size: 1.05rem;
    color: var(--ink);
    margin-bottom: 0.5rem;
}

.service-card p {
    color: var(--muted);
    font-size: 0.9rem;
    line-height: 1.7;
    flex: 1;
    margin-bottom: 1rem;
}

.service-card > .p-4 h5,
.service-card > div.p-4 h5 {
    color: var(--ink);
}

.service-card > .p-4 p,
.service-card > div.p-4 p {
    color: var(--muted);
}

.service-card .btn-service {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    color: var(--brand-blue);
    font-weight: 800;
    font-size: 0.88rem;
    border: 1.5px solid rgba(30, 58, 95, 0.25);
    border-radius: 10px;
    padding: 0.38rem 0.9rem;
    transition: 0.22s ease;
    background: rgba(30, 58, 95, 0.04);
    align-self: flex-start;
}

.service-card .btn-service:hover {
    background: var(--brand-blue);
    border-color: var(--brand-blue);
    color: #fff;
}

/* ── Card tag ─────────────────────────────────────────────── */
.card-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    background: rgba(30, 58, 95, 0.85);
    color: #fff;
    font-size: 0.74rem;
    font-weight: 800;
    padding: 0.22rem 0.7rem;
    border-radius: 32px;
    letter-spacing: 0.3px;
    backdrop-filter: blur(6px);
}

.card-tag-orange {
    background: rgba(245, 130, 31, 0.9);
    color: #fff;
}

/* ================================================================
   PROJECT CARDS
   ================================================================ */

.project-card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    overflow: hidden;
    transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease;
    box-shadow: var(--shadow-xs);
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.project-card::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--brand-blue-dark), var(--brand-blue), var(--brand-gold));
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s ease;
    z-index: 2;
}

.project-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-md);
    border-color: rgba(30, 58, 95, 0.25);
}

.project-card:hover::before {
    transform: scaleX(1);
}

.project-card .card-img-wrap {
    position: relative;
    overflow: hidden;
    height: 240px;
    background: var(--brand-blue-dark);
    flex-shrink: 0;
}

.project-card .card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s ease;
    filter: brightness(0.85);
}

.project-card:hover .card-img-wrap img {
    transform: scale(1.08);
}

.project-card .card-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(13, 32, 53, 0.75) 100%);
    opacity: 0;
    transition: opacity 0.32s ease;
    display: flex;
    align-items: flex-end;
    padding: 1rem;
}

.project-card:hover .card-img-overlay {
    opacity: 1;
}

.project-card .card-body {
    padding: 1.3rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.project-card h5 {
    font-weight: 800;
    font-size: 1.02rem;
    color: var(--ink);
    margin-bottom: 0.4rem;
}

.project-card p {
    color: var(--muted);
    font-size: 0.88rem;
    line-height: 1.7;
    flex: 1;
    margin-bottom: 0.8rem;
}

.project-card > .p-4 h5,
.project-card > div.p-4 h5,
.project-card .project-card-body h5 {
    color: var(--ink);
}

.project-card > .p-4 p,
.project-card > div.p-4 p,
.project-card .project-card-body p {
    color: var(--muted);
}

.project-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: auto;
}

.project-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--brand-blue-mid);
    background: rgba(30, 58, 95, 0.06);
    border: 1px solid rgba(30, 58, 95, 0.12);
    border-radius: 8px;
    padding: 0.2rem 0.6rem;
}

/* ── Status badges ────────────────────────────────────────── */
.status-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.22rem 0.7rem;
    border-radius: 999px;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.2px;
}

.status-new {
    background: rgba(30, 58, 95, 0.1);
    color: var(--brand-blue);
    border: 1px solid rgba(30, 58, 95, 0.2);
}

.status-reviewing {
    background: rgba(245, 130, 31, 0.12);
    color: var(--brand-blue);
    border: 1px solid rgba(245, 130, 31, 0.25);
}

.status-contacted {
    background: rgba(25, 195, 90, 0.1);
    color: #157347;
    border: 1px solid rgba(25, 195, 90, 0.22);
}

.status-completed {
    background: rgba(33, 37, 41, 0.1);
    color: #343a40;
    border: 1px solid rgba(33, 37, 41, 0.18);
}

.status-ongoing {
    background: rgba(30, 58, 95, 0.1);
    color: var(--brand-blue-mid);
    border: 1px solid rgba(30, 58, 95, 0.2);
}

.status-paused {
    background: rgba(220, 53, 69, 0.1);
    color: #842029;
    border: 1px solid rgba(220, 53, 69, 0.2);
}

/* ================================================================
   GALLERY CARDS
   ================================================================ */

.gallery-card {
    position: relative;
    border-radius: var(--radius-md);
    overflow: hidden;
    cursor: pointer;
    aspect-ratio: 4 / 3;
    background: var(--brand-blue-dark);
    box-shadow: var(--shadow-xs);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s ease, filter 0.55s ease;
    filter: brightness(0.92);
}

.gallery-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
}

.gallery-card:hover img {
    transform: scale(1.1);
    filter: brightness(0.5);
}

.gallery-card .gallery-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, rgba(30, 58, 95, 0.82), rgba(13, 32, 53, 0.92));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.35s ease;
    padding: 1.2rem;
    text-align: center;
}

.gallery-card:hover .gallery-overlay {
    opacity: 1;
}

.gallery-overlay-icon {
    font-size: 2.2rem;
    color: #fff;
    margin-bottom: 0.6rem;
    transform: scale(0.8);
    transition: transform 0.35s ease 0.05s;
}

.gallery-card:hover .gallery-overlay-icon {
    transform: scale(1);
}

.gallery-overlay-title {
    color: #fff;
    font-weight: 800;
    font-size: 0.92rem;
    margin-bottom: 0.3rem;
}

.gallery-title {
    color: #fff;
    font-weight: 800;
    font-size: 0.92rem;
    margin-bottom: 0.3rem;
}

.gallery-overlay-cat {
    color: rgba(200, 225, 255, 0.75);
    font-size: 0.78rem;
    font-weight: 600;
}

/* ── Lightbox ─────────────────────────────────────────────── */
.lightbox-img {
    width: 100%;
    max-height: 88vh;
    object-fit: contain;
    border-radius: var(--radius-md);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.7);
}

.lightbox-close-btn {
    position: absolute;
    top: -46px;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: background 0.2s ease;
    backdrop-filter: blur(6px);
}

.lightbox-close-btn:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.8);
}

/* ================================================================
   COUNTER SECTION
   ================================================================ */

.counter-section {
    background: linear-gradient(135deg, var(--brand-blue-dark) 0%, var(--brand-blue) 55%, var(--brand-blue-mid) 100%);
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-lg);
    padding: 2.8rem 2rem;
    box-shadow: var(--shadow-md);
}

.counter-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(700px at 85% 50%, rgba(58, 123, 213, 0.22) 0%, transparent 65%),
        radial-gradient(500px at 10% 80%, rgba(255, 255, 255, 0.05) 0%, transparent 70%);
    pointer-events: none;
}

.counter-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
}

/* Construction-themed decorative SVG line */
.counter-section .construction-bg {
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M40 0L0 40h10L40 10l30 30h10L40 0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}

.counter-card {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: var(--radius-md);
    padding: 1.75rem 1.25rem;
    text-align: center;
    backdrop-filter: blur(8px);
    transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
    position: relative;
    overflow: hidden;
    cursor: default;
}

.counter-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--brand-gold), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.counter-card:hover {
    border-color: rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.16);
    transform: translateY(-5px);
}

.counter-card:hover::before {
    opacity: 1;
}

.counter-icon {
    font-size: 2rem;
    margin-bottom: 0.75rem;
    display: block;
    line-height: 1;
    color: var(--brand-gold);
}

.counter-value {
    font-size: 2.6rem;
    line-height: 1;
    font-weight: 900;
    color: #fff;
    margin-bottom: 0.35rem;
    font-variant-numeric: tabular-nums;
    letter-spacing: -1px;
}

.counter-suffix {
    font-size: 1.4rem;
    font-weight: 900;
    color: var(--brand-gold);
    vertical-align: super;
    line-height: 1;
}

.counter-card p {
    color: rgba(210, 230, 255, 0.82);
    font-size: 0.9rem;
    font-weight: 600;
    margin: 0;
}

/* ================================================================
   METRIC CARDS (Why Choose Us)
   ================================================================ */

.metric-card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    padding: 1.6rem;
    height: 100%;
    box-shadow: var(--shadow-xs);
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    cursor: default;
}

.metric-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--brand-blue-dark), var(--brand-blue), var(--brand-gold));
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s ease;
}

.metric-card:hover {
    border-color: rgba(30, 58, 95, 0.25);
    box-shadow: var(--shadow-sm);
    transform: translateY(-4px);
}

.metric-card:hover::before {
    transform: scaleX(1);
}

.metric-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(30, 58, 95, 0.12), rgba(45, 90, 142, 0.08));
    border: 1px solid rgba(30, 58, 95, 0.16);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    flex-shrink: 0;
    color: var(--brand-blue);
}

.metric-card h6 {
    font-weight: 800;
    color: var(--ink);
    margin-bottom: 0.4rem;
    font-size: 1rem;
}

.metric-card p {
    color: var(--muted);
    font-size: 0.88rem;
    line-height: 1.68;
    margin: 0;
}

/* ================================================================
   TESTIMONIAL CARDS
   ================================================================ */

.testimonial-card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    padding: 1.75rem;
    height: 100%;
    box-shadow: var(--shadow-xs);
    position: relative;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
    overflow: hidden;
}

.testimonial-card::before {
    content: '\201C';
    position: absolute;
    top: -0.4rem;
    right: 1.2rem;
    font-size: 5.5rem;
    font-weight: 900;
    color: rgba(30, 58, 95, 0.08);
    font-family: Georgia, serif;
    line-height: 1;
    pointer-events: none;
}

.testimonial-card::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--brand-blue-dark), var(--brand-blue), var(--brand-gold));
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s ease;
}

.testimonial-card:hover {
    box-shadow: var(--shadow-sm);
    border-color: rgba(30, 58, 95, 0.22);
    transform: translateY(-4px);
}

.testimonial-card:hover::after {
    transform: scaleX(1);
}

.testimonial-stars {
    color: var(--brand-gold);
    font-size: 0.92rem;
    letter-spacing: 2px;
    margin-bottom: 0.8rem;
}

.testimonial-text {
    color: var(--ink-soft);
    line-height: 1.8;
    margin-bottom: 1.1rem;
    font-size: 0.95rem;
    font-style: italic;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    border-top: 1px solid var(--line);
    padding-top: 0.9rem;
    margin-top: auto;
}

.testimonial-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(30, 58, 95, 0.18), rgba(45, 90, 142, 0.12));
    border: 2px solid rgba(30, 58, 95, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
    color: var(--brand-blue);
}

.testimonial-name {
    font-weight: 800;
    font-size: 0.92rem;
    color: var(--ink);
    margin: 0;
}

.testimonial-role {
    font-size: 0.78rem;
    color: var(--muted);
    margin: 0;
}

/* ================================================================
   CTA STRIP
   ================================================================ */

.cta-strip {
    background: linear-gradient(135deg, var(--brand-blue-dark) 0%, var(--brand-blue) 55%, var(--brand-blue-mid) 100%);
    border-radius: var(--radius-lg);
    padding: 3rem 2.5rem;
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.cta-strip::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(600px at 88% 50%, rgba(58, 123, 213, 0.22) 0%, transparent 70%),
        radial-gradient(400px at 8% 50%, rgba(255, 255, 255, 0.06) 0%, transparent 70%);
    pointer-events: none;
}

.cta-strip::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
}

.cta-strip h3 {
    color: #fff;
    font-weight: 900;
    font-size: 1.6rem;
    letter-spacing: -0.3px;
    margin-bottom: 0.5rem;
}

.cta-strip p {
    color: rgba(200, 220, 255, 0.85);
    margin: 0;
}

.cta-strip-icon {
    font-size: 4rem;
    color: rgba(255, 255, 255, 0.12);
    position: absolute;
    left: 2rem;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    display: none;
}

@media (min-width: 992px) {
    .cta-strip-icon { display: block; }
}

/* ── Construction accent line behind CTA ─────────────────── */
.cta-strip .gold-accent-line {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--brand-gold), var(--brand-gold-2), transparent);
}

/* ================================================================
   PAGE HERO
   ================================================================ */

.page-hero {
    background:
        radial-gradient(ellipse at 70% -10%, rgba(58, 123, 213, 0.25) 0%, transparent 55%),
        linear-gradient(135deg, var(--brand-blue-dark), var(--brand-blue), var(--brand-blue-mid));
    color: #fff;
    padding: 5rem 0 4rem;
    margin-bottom: 2.5rem;
    position: relative;
    overflow: hidden;
}

.page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.55;
    pointer-events: none;
}

.page-hero::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--brand-gold), transparent);
}

.page-hero h1, .page-hero h2 {
    font-weight: 900;
    letter-spacing: -0.5px;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
}

.page-hero-breadcrumb {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.82rem;
    font-weight: 700;
    color: rgba(200, 220, 255, 0.75);
    margin-top: 0.6rem;
}

.page-hero-breadcrumb a {
    color: rgba(200, 220, 255, 0.75);
    transition: color 0.2s;
}

.page-hero-breadcrumb a:hover {
    color: #fff;
}

.page-hero-breadcrumb .sep {
    color: var(--brand-gold);
    font-size: 0.9rem;
}

/* ================================================================
   PANEL / SURFACE CARDS
   ================================================================ */

.panel-soft {
    background: var(--surface);
    border: 1px solid rgba(30, 58, 95, 0.12);
    border-radius: var(--radius-md);
    padding: 1.8rem;
    box-shadow: var(--shadow-sm);
    position: relative;
    overflow: hidden;
}

.panel-soft::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--brand-blue), var(--brand-gold));
    border-radius: 0 var(--radius-md) 0 0;
}

/* ── Feature list item ────────────────────────────────────── */
.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.feature-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(30, 58, 95, 0.12), rgba(45, 90, 142, 0.08));
    border: 1px solid rgba(30, 58, 95, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
    color: var(--brand-blue);
    margin-top: 0.1rem;
}

.feature-content h6 {
    font-weight: 800;
    font-size: 0.93rem;
    color: var(--ink);
    margin-bottom: 0.2rem;
}

.feature-content p {
    color: var(--muted);
    font-size: 0.86rem;
    line-height: 1.65;
    margin: 0;
}

/* ================================================================
   FORM STYLES
   ================================================================ */

.form-card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    padding: 2.2rem;
    box-shadow: var(--shadow-sm);
    position: relative;
    overflow: hidden;
}

.form-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--brand-blue-dark), var(--brand-blue), var(--brand-gold));
}

.form-control,
.form-select {
    border-radius: var(--radius-sm);
    border: 1.5px solid #d1dce8;
    padding: 0.75rem 1rem;
    background: #fff;
    font-family: "Cairo", sans-serif;
    transition: border-color 0.22s ease, box-shadow 0.22s ease;
    color: var(--ink);
}

.form-control:focus,
.form-select:focus {
    border-color: var(--brand-blue);
    box-shadow: 0 0 0 3px rgba(30, 58, 95, 0.14);
    outline: none;
}

.form-label {
    font-weight: 700;
    font-size: 0.9rem;
    color: var(--ink-soft);
    margin-bottom: 0.4rem;
}

.form-text {
    color: var(--muted);
    font-size: 0.82rem;
}

/* ================================================================
   MAP EMBED
   ================================================================ */

.map-embed {
    border-radius: var(--radius-md);
    overflow: hidden;
    display: block;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--line);
}

.map-embed iframe {
    width: 100%;
    height: 380px;
    border: 0;
    display: block;
}

/* ================================================================
   FOOTER
   ================================================================ */

.footer-dark {
    background: linear-gradient(160deg, var(--brand-blue-dark) 0%, var(--brand-blue) 60%, var(--brand-blue-mid) 100%);
    color: rgba(210, 230, 255, 0.9);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
}

.footer-dark::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
}

.footer-dark::after {
    content: "";
    position: absolute;
    top: -200px;
    right: -100px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(58, 123, 213, 0.14), transparent 70%);
    pointer-events: none;
}

/* Decorative blueprint pattern */
.footer-dark .footer-pattern {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='M0 0h40v40H0V0zm1 1h38v38H1V1z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}

.footer-heading {
    font-weight: 800;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #fff;
    margin-bottom: 1.25rem;
    padding-bottom: 0.6rem;
    border-bottom: 2px solid rgba(245, 130, 31, 0.5);
    display: inline-block;
}

.footer-brand-name {
    color: #fff;
    font-size: 1.15rem;
    letter-spacing: -0.2px;
}

.footer-brand-sub {
    color: rgba(200, 220, 255, 0.7);
    font-size: 0.78rem;
    display: block;
}

.footer-slogan {
    color: rgba(200, 220, 255, 0.7);
    font-size: 0.86rem;
    font-style: italic;
    margin-bottom: 0.6rem;
}

.footer-about-text {
    color: rgba(200, 220, 255, 0.78);
    font-size: 0.88rem;
    line-height: 1.8;
}

.footer-link {
    color: rgba(200, 220, 255, 0.82);
    font-size: 0.9rem;
    font-weight: 600;
    transition: color 0.22s ease, padding-right 0.22s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.footer-link i {
    color: var(--brand-gold);
    font-size: 0.68rem;
    transition: transform 0.22s ease;
}

.footer-link:hover {
    color: #fff;
    padding-right: 4px;
}

.footer-link:hover i {
    transform: translateX(-3px);
}

.footer-contact-list {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.footer-contact-icon {
    width: 34px;
    height: 34px;
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    flex-shrink: 0;
    color: var(--brand-gold);
    margin-top: 0.1rem;
}

.footer-contact-label {
    font-size: 0.72rem;
    color: rgba(200, 220, 255, 0.55);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: block;
    margin-bottom: 0.1rem;
}

.footer-contact-value {
    color: rgba(210, 230, 255, 0.9);
    font-size: 0.88rem;
    font-weight: 600;
    transition: color 0.2s;
}

a.footer-contact-value:hover { color: #fff; }

.footer-cta-text {
    color: rgba(200, 220, 255, 0.78);
    font-size: 0.88rem;
    line-height: 1.75;
    margin-bottom: 1rem;
}

.footer-logo {
    width: 64px;
    height: 64px;
    object-fit: contain;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.22);
    padding: 0.35rem;
    flex-shrink: 0;
}

.footer-divider {
    border-color: rgba(255, 255, 255, 0.14);
}

.footer-copyright {
    color: rgba(200, 220, 255, 0.55);
    font-size: 0.82rem;
}

.footer-policy-link {
    color: rgba(200, 220, 255, 0.55);
    font-size: 0.8rem;
    transition: color 0.2s;
}

.footer-policy-link:hover { color: #fff; }

/* ── Footer social buttons ────────────────────────────────── */
.footer-social-btn {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.1);
    color: rgba(200, 220, 255, 0.85);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    transition: background 0.22s ease, border-color 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.footer-social-btn:hover {
    background: var(--brand-gold);
    border-color: var(--brand-gold);
    color: #fff;
    transform: translateY(-3px);
}

/* ── Footer certifications badges ────────────────────────── */
.footer-certifications {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.cert-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.74rem;
    font-weight: 700;
    color: rgba(200, 220, 255, 0.75);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    padding: 0.25rem 0.65rem;
}

/* Override footer btn-outline-blue to look good on dark bg */
.footer-dark .btn-outline-blue {
    border-color: rgba(255, 255, 255, 0.35);
    color: rgba(200, 220, 255, 0.9);
}

.footer-dark .btn-outline-blue:hover {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.65);
    color: #fff;
    box-shadow: none;
}

/* ================================================================
   WHATSAPP FLOAT BUTTON
   ================================================================ */

.whatsapp-float {
    position: fixed;
    left: 18px;
    bottom: 18px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1eb558, #25d366);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 32px rgba(37, 211, 102, 0.45);
    z-index: 1050;
    animation: whatsappPulse 2.4s ease-in-out infinite;
    transition: transform 0.22s ease;
}

.whatsapp-float svg {
    width: 30px;
    height: 30px;
}

.whatsapp-float:hover {
    color: #fff;
    transform: scale(1.12) translateY(-2px);
}

/* ================================================================
   BACK TO TOP BUTTON
   ================================================================ */

.back-to-top {
    position: fixed;
    left: 22px;
    bottom: 92px;
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 14px;
    background: var(--surface);
    color: var(--brand-blue);
    font-size: 1rem;
    font-weight: 900;
    box-shadow: 0 8px 24px rgba(30, 58, 95, 0.18), 0 2px 6px rgba(30, 58, 95, 0.1);
    border: 1.5px solid rgba(30, 58, 95, 0.18);
    opacity: 0;
    visibility: hidden;
    transform: translateY(14px);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    z-index: 1048;
    display: flex;
    align-items: center;
    justify-content: center;
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.back-to-top:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 32px rgba(30, 58, 95, 0.24);
    background: var(--brand-blue);
    color: #fff;
    border-color: var(--brand-blue);
}

/* ================================================================
   REVEAL ANIMATIONS
   ================================================================ */

.reveal-up {
    opacity: 0;
    transform: translateY(32px);
    transition: opacity 0.78s ease, transform 0.78s ease;
    will-change: opacity, transform;
}

.reveal-up.in-view {
    opacity: 1;
    transform: translateY(0);
}

.reveal-left {
    opacity: 0;
    transform: translateX(32px);
    transition: opacity 0.78s ease, transform 0.78s ease;
    will-change: opacity, transform;
}

.reveal-left.in-view {
    opacity: 1;
    transform: translateX(0);
}

.reveal-right {
    opacity: 0;
    transform: translateX(-32px);
    transition: opacity 0.78s ease, transform 0.78s ease;
    will-change: opacity, transform;
}

.reveal-right.in-view {
    opacity: 1;
    transform: translateX(0);
}

.reveal-scale {
    opacity: 0;
    transform: scale(0.92);
    transition: opacity 0.78s ease, transform 0.78s ease;
    will-change: opacity, transform;
}

.reveal-scale.in-view {
    opacity: 1;
    transform: scale(1);
}

/* 3D tilt ────────────────────────────────────────────────── */
.interactive-tilt {
    transform-style: preserve-3d;
    will-change: transform;
}

/* ================================================================
   KEYFRAME ANIMATIONS
   ================================================================ */

@keyframes spinRing {
    to { transform: rotate(360deg); }
}

@keyframes preloaderPulse {
    0%   { box-shadow: 0 12px 36px rgba(30, 58, 95, 0.22), 0 0 0 6px rgba(30, 58, 95, 0.08); }
    100% { box-shadow: 0 18px 48px rgba(30, 58, 95, 0.32), 0 0 0 10px rgba(30, 58, 95, 0.04); }
}

@keyframes kenBurns {
    0%   { transform: scale(1)    translate(0, 0); }
    100% { transform: scale(1.12) translate(-1.5%, 1%); }
}

@keyframes scrollHint {
    0%   { opacity: 1; transform: translateX(50%) translateY(0); }
    100% { opacity: 0; transform: translateX(50%) translateY(16px); }
}

@keyframes whatsappPulse {
    0%, 100% { box-shadow: 0 10px 32px rgba(37, 211, 102, 0.45), 0 0 0 0   rgba(37, 211, 102, 0.3); }
    50%       { box-shadow: 0 10px 32px rgba(37, 211, 102, 0.45), 0 0 0 16px rgba(37, 211, 102, 0); }
}

@keyframes stripShimmer {
    0%, 100% { opacity: 0; }
    50%       { opacity: 1; }
}

@keyframes dot-blink {
    0%, 100% { opacity: 1; transform: scale(1); }
    50%       { opacity: 0.4; transform: scale(0.7); }
}

@keyframes floatBg {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    33%       { transform: translate(18px, -22px) rotate(2deg); }
    66%       { transform: translate(-12px, 14px) rotate(-1deg); }
}

@keyframes shimmer {
    0%   { background-position: -600px 0; }
    100% { background-position: 600px 0; }
}

/* ================================================================
   RESPONSIVE STYLES
   ================================================================ */

@media (max-width: 1199px) {
    .brand-name { font-size: 0.85rem; max-width: 200px; }
}

@media (max-width: 991px) {
    .hero-slider-wrap .carousel-item { min-height: 460px; height: 70vh; }
    .hero-slider-wrap .carousel-caption { bottom: 12%; }
    .hero-slider-wrap h1,
    .hero-slider-wrap h2 { font-size: 1.55rem; }

    .section-title  { font-size: 1.8rem; }
    .counter-section { padding: 2.2rem 1.75rem; border-radius: var(--radius-md); }
    .cta-strip      { padding: 2.2rem 1.75rem; }
    .page-hero      { padding: 3.5rem 0 3rem; }
}

@media (max-width: 767px) {
    .quick-contact-strip { font-size: 0.82rem; }

    .hero-slider-wrap .carousel-item { min-height: 390px; height: 68vh; }
    .hero-slider-wrap .carousel-caption { bottom: 8%; padding-inline: 0.75rem; }
    .hero-slider-wrap .carousel-caption .container {
        padding: 1rem;
        background: rgba(13, 32, 53, 0.55);
        border-radius: var(--radius-md);
        backdrop-filter: blur(5px);
        border: 1px solid rgba(30, 58, 95, 0.3);
    }
    .hero-slider-wrap h1,
    .hero-slider-wrap h2 { font-size: 1.15rem; line-height: 1.45; margin-bottom: 0.4rem !important; }
    .hero-slider-wrap p  { font-size: 0.86rem; margin-bottom: 0.55rem; max-width: 100%; }
    .hero-slider-wrap .btn { font-size: 0.85rem; padding: 0.42rem 0.85rem; }
    .hero-slider-wrap .carousel-control-prev,
    .hero-slider-wrap .carousel-control-next { width: 10%; }
    .hero-slider-wrap .carousel-indicators { margin-bottom: 0.4rem; }

    .section-title { font-size: 1.55rem; }

    .back-to-top    { left: 14px; width: 42px; height: 42px; bottom: 82px; border-radius: 12px; }
    .whatsapp-float { left: 12px; bottom: 14px; width: 54px; height: 54px; }

    .counter-section { padding: 1.75rem 1.25rem; border-radius: var(--radius-sm); }
    .counter-value   { font-size: 2rem; }
    .cta-strip       { padding: 1.75rem 1.25rem; border-radius: var(--radius-md); }
    .cta-strip h3    { font-size: 1.3rem; }
    .page-hero       { padding: 3rem 0 2.5rem; }

    .section-surface  { padding: 1.75rem 1.25rem; }
    .form-card        { padding: 1.5rem; }
    .panel-soft       { padding: 1.25rem; }

    .footer-dark .col-lg-4 { text-align: center; }
    .footer-dark .col-lg-4 .d-flex { justify-content: center; }
    .footer-dark .col-lg-4 .footer-social { justify-content: center; }
    .footer-certifications { justify-content: center; }
}

@media (max-width: 575px) {
    .counter-section { border-radius: var(--radius-sm); }
    .gallery-card { aspect-ratio: 4 / 3; }
    .hero-kicker { font-size: 0.72rem; }
}

@media (prefers-reduced-motion: reduce) {
    * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
    .reveal-up, .reveal-left, .reveal-right, .reveal-scale {
        opacity: 1 !important;
        transform: none !important;
    }
    .site-preloader { display: none; }
}

/* ================================================================
   ADMIN PANEL STYLES
   ================================================================ */

/* ── Admin Navigation ─────────────────────────────────────── */
.admin-nav {
    background: #fff !important;
    border-bottom: 3px solid var(--brand-blue);
    box-shadow: 0 2px 16px rgba(30, 58, 95, 0.1);
}

.admin-nav .navbar-brand {
    color: var(--brand-blue) !important;
    font-weight: 900;
    font-size: 1.02rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.admin-nav .navbar-brand i { color: var(--brand-gold); }

.admin-nav .nav-link {
    color: var(--ink-soft) !important;
    font-weight: 700;
    font-size: 0.88rem;
    border-radius: 8px;
    padding: 0.4rem 0.75rem !important;
    transition: background 0.2s ease, color 0.2s ease;
}

.admin-nav .nav-link:hover,
.admin-nav .nav-link.active {
    color: var(--brand-blue) !important;
    background: rgba(30, 58, 95, 0.08);
}

.admin-nav .nav-link-logout {
    color: #dc3545 !important;
}

.admin-nav .nav-link-logout:hover {
    background: rgba(220, 53, 69, 0.1) !important;
    color: #dc3545 !important;
}

/* ── Admin Page Layout ────────────────────────────────────── */
.admin-page {
    min-height: 80vh;
    background: #f0f4f8;
    padding: 2rem 0 3rem;
}

.admin-page-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1.75rem;
}

.admin-page-title {
    font-size: 1.5rem;
    font-weight: 900;
    color: var(--ink);
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.admin-page-title::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 1.4em;
    background: linear-gradient(180deg, var(--brand-blue), var(--brand-gold));
    border-radius: 4px;
    flex-shrink: 0;
}

/* ── Admin Stat Cards ─────────────────────────────────────── */
.admin-stat-card {
    background: var(--surface);
    border-radius: var(--radius-md);
    padding: 1.5rem;
    border: 1px solid var(--line);
    box-shadow: var(--shadow-xs);
    display: flex;
    align-items: center;
    gap: 1rem;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.admin-stat-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--brand-blue-dark), var(--brand-blue), var(--brand-gold));
}

.admin-stat-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-sm);
    border-color: rgba(30, 58, 95, 0.2);
}

.admin-stat-icon {
    width: 56px;
    height: 56px;
    border-radius: var(--radius-sm);
    background: linear-gradient(135deg, rgba(30, 58, 95, 0.12), rgba(45, 90, 142, 0.08));
    border: 1px solid rgba(30, 58, 95, 0.14);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    flex-shrink: 0;
    color: var(--brand-blue);
}

.admin-stat-value {
    font-size: 2rem;
    font-weight: 900;
    color: var(--brand-blue);
    line-height: 1;
    margin-bottom: 0.2rem;
}

.admin-stat-label {
    font-size: 0.84rem;
    color: var(--muted);
    font-weight: 600;
    margin: 0;
}

/* ── Admin Cards ──────────────────────────────────────────── */
.admin-card {
    background: var(--surface);
    border-radius: var(--radius-md);
    border: 1px solid var(--line);
    box-shadow: var(--shadow-xs);
    overflow: hidden;
}

.admin-card-header {
    padding: 1rem 1.5rem;
    border-bottom: 1px solid var(--line);
    background: linear-gradient(135deg, #f8fbff, #f0f6ff);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.admin-card-title {
    font-weight: 800;
    font-size: 0.95rem;
    color: var(--ink);
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.45rem;
}

.admin-card-title i { color: var(--brand-blue); }

.admin-card-body    { padding: 1.5rem; }
.admin-card-body-sm { padding: 1rem; }

/* ── Admin Tables ─────────────────────────────────────────── */
.admin-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
}

.admin-table thead th {
    background: linear-gradient(135deg, #f0f6ff, #e8f0fb);
    color: var(--brand-blue);
    font-weight: 800;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0.85rem 1rem;
    border-bottom: 2px solid rgba(30, 58, 95, 0.15);
    white-space: nowrap;
}

.admin-table tbody tr {
    border-bottom: 1px solid #edf2f7;
    transition: background 0.18s ease;
}

.admin-table tbody tr:last-child { border-bottom: none; }

.admin-table tbody tr:hover { background: #f8fbff; }

.admin-table td {
    padding: 0.85rem 1rem;
    color: var(--ink-soft);
    vertical-align: middle;
}

.admin-table td:first-child {
    color: var(--muted);
    font-size: 0.82rem;
    font-weight: 700;
}

/* ── Admin Badges ─────────────────────────────────────────── */
.admin-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.2rem 0.65rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.2px;
}

.admin-badge-blue {
    background: rgba(30, 58, 95, 0.1);
    color: var(--brand-blue);
    border: 1px solid rgba(30, 58, 95, 0.18);
}

.admin-badge-orange {
    background: rgba(245, 130, 31, 0.12);
    color: var(--brand-blue);
    border: 1px solid rgba(245, 130, 31, 0.22);
}

.admin-badge-green {
    background: rgba(25, 195, 90, 0.1);
    color: #157347;
    border: 1px solid rgba(25, 195, 90, 0.2);
}

.admin-badge-red {
    background: rgba(220, 53, 69, 0.1);
    color: #842029;
    border: 1px solid rgba(220, 53, 69, 0.18);
}

/* ── Admin Form ───────────────────────────────────────────── */
.admin-form .form-label {
    font-weight: 700;
    font-size: 0.88rem;
    color: var(--ink-soft);
    margin-bottom: 0.35rem;
}

.admin-form .form-control,
.admin-form .form-select {
    border-radius: var(--radius-sm);
    border: 1.5px solid #d1dce8;
    font-size: 0.9rem;
    padding: 0.65rem 0.9rem;
    background: #fff;
    font-family: "Cairo", sans-serif;
    transition: border-color 0.22s ease, box-shadow 0.22s ease;
}

.admin-form .form-control:focus,
.admin-form .form-select:focus {
    border-color: var(--brand-blue);
    box-shadow: 0 0 0 3px rgba(30, 58, 95, 0.12);
    outline: none;
}

/* ── Admin Action Buttons ─────────────────────────────────── */
.btn-admin-edit {
    border: 1.5px solid rgba(30, 58, 95, 0.3);
    color: var(--brand-blue);
    background: rgba(30, 58, 95, 0.05);
    font-size: 0.8rem;
    font-weight: 700;
    border-radius: 8px;
    padding: 0.3rem 0.75rem;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
}

.btn-admin-edit:hover {
    background: var(--brand-blue);
    border-color: var(--brand-blue);
    color: #fff;
}

.btn-admin-delete {
    border: 1.5px solid rgba(220, 53, 69, 0.3);
    color: #dc3545;
    background: rgba(220, 53, 69, 0.05);
    font-size: 0.8rem;
    font-weight: 700;
    border-radius: 8px;
    padding: 0.3rem 0.75rem;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
}

.btn-admin-delete:hover {
    background: #dc3545;
    border-color: #dc3545;
    color: #fff;
}

/* ── Message Cards ────────────────────────────────────────── */
.message-card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    padding: 1.25rem 1.5rem;
    border-right: 4px solid var(--brand-blue);
    transition: box-shadow 0.22s ease, border-right-color 0.22s ease;
}

.message-card:hover {
    box-shadow: var(--shadow-xs);
    border-right-color: var(--brand-gold);
}

.message-card.unread {
    background: #f8fbff;
    border-right-color: var(--brand-gold);
}

.message-meta {
    font-size: 0.8rem;
    color: var(--muted);
    margin-bottom: 0.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.message-meta strong { color: var(--ink-soft); }
.message-meta i { color: var(--brand-blue); }

.message-text {
    color: var(--ink-soft);
    font-size: 0.92rem;
    line-height: 1.7;
    margin: 0;
}

/* ── Thumbnail in Table ───────────────────────────────────── */
.admin-thumb {
    width: 68px;
    height: 48px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid var(--line);
}

.admin-no-img {
    width: 68px;
    height: 48px;
    background: #edf2f7;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: var(--muted);
    border: 1px solid var(--line);
}

/* ── Empty State ──────────────────────────────────────────── */
.admin-empty {
    text-align: center;
    padding: 3.5rem 1rem;
    color: var(--muted);
}

.admin-empty-icon {
    font-size: 2.8rem;
    margin-bottom: 0.75rem;
    display: block;
    opacity: 0.4;
    color: var(--brand-blue);
}

.admin-empty p {
    font-size: 0.92rem;
    margin: 0;
}

/* ── Alert Overrides ──────────────────────────────────────── */
.alert-success {
    background: rgba(25, 195, 90, 0.1);
    border: 1px solid rgba(25, 195, 90, 0.25);
    color: #0f5132;
    border-radius: var(--radius-sm);
}

.alert-danger {
    background: rgba(220, 53, 69, 0.1);
    border: 1px solid rgba(220, 53, 69, 0.25);
    color: #842029;
    border-radius: var(--radius-sm);
}

.alert-warning {
    background: rgba(255, 193, 7, 0.1);
    border: 1px solid rgba(255, 193, 7, 0.3);
    color: #664d03;
    border-radius: var(--radius-sm);
}

.alert-info {
    background: rgba(30, 58, 95, 0.08);
    border: 1px solid rgba(30, 58, 95, 0.2);
    color: var(--brand-blue);
    border-radius: var(--radius-sm);
}

/* ── Admin pagination ─────────────────────────────────────── */
.admin-pagination .page-link {
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.88rem;
    color: var(--brand-blue);
    border-color: rgba(30, 58, 95, 0.18);
    margin: 0 2px;
}

.admin-pagination .page-link:hover {
    background: rgba(30, 58, 95, 0.08);
    border-color: var(--brand-blue);
}

.admin-pagination .page-item.active .page-link {
    background: var(--brand-blue);
    border-color: var(--brand-blue);
    color: #fff;
}

/* ── Image preview ────────────────────────────────────────── */
.img-preview-wrap {
    position: relative;
    display: inline-block;
    border-radius: var(--radius-sm);
    overflow: hidden;
    box-shadow: var(--shadow-xs);
    border: 1px solid var(--line);
}

.img-preview-wrap img {
    display: block;
    max-height: 220px;
    max-width: 100%;
    object-fit: cover;
}

/* ── Loading skeleton ─────────────────────────────────────── */
.skeleton {
    background: linear-gradient(90deg, #edf2f7 0%, #f8fafc 50%, #edf2f7 100%);
    background-size: 600px 100%;
    animation: shimmer 1.5s infinite linear;
    border-radius: var(--radius-sm);
}

/* ================================================================
   UTILITY EXTRAS
   ================================================================ */

/* Section spacer ─────────────────────────────────────────── */
.section-gap    { padding: 4.5rem 0; }
.section-gap-sm { padding: 3rem 0; }
.section-gap-lg { padding: 6rem 0; }

/* Blue tinted section ────────────────────────────────────── */
.section-tinted {
    background: linear-gradient(160deg, #f0f6ff, #eaf1fb);
    border-top: 1px solid rgba(30, 58, 95, 0.08);
    border-bottom: 1px solid rgba(30, 58, 95, 0.08);
}

/* Dark hero divider wave ─────────────────────────────────── */
.hero-wave {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    line-height: 0;
}

.hero-wave svg {
    display: block;
    width: 100%;
    height: 55px;
}

/* About page image box ───────────────────────────────────── */
.about-img-frame {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.about-img-frame img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
    filter: brightness(0.95);
}

.about-img-frame .about-img-badge {
    position: absolute;
    bottom: 1.25rem;
    right: 1.25rem;
    background: var(--brand-blue);
    color: #fff;
    border-radius: var(--radius-sm);
    padding: 0.75rem 1.1rem;
    text-align: center;
    box-shadow: var(--shadow-sm);
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.about-img-badge .badge-num {
    font-size: 2rem;
    font-weight: 900;
    line-height: 1;
    color: var(--brand-gold);
    display: block;
}

.about-img-badge .badge-text {
    font-size: 0.78rem;
    font-weight: 700;
    color: rgba(200, 220, 255, 0.85);
    display: block;
}

/* Process steps ──────────────────────────────────────────── */
.process-step {
    position: relative;
    text-align: center;
}

.process-step-num {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--brand-blue-dark), var(--brand-blue));
    color: #fff;
    font-weight: 900;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    box-shadow: 0 8px 24px rgba(30, 58, 95, 0.32);
    border: 3px solid rgba(255, 255, 255, 0.9);
    position: relative;
    z-index: 1;
}

.process-step-num::after {
    content: "";
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    border: 2px dashed rgba(30, 58, 95, 0.22);
}

.process-step h6 {
    font-weight: 800;
    font-size: 0.96rem;
    color: var(--ink);
    margin-bottom: 0.4rem;
}

.process-step p {
    color: var(--muted);
    font-size: 0.86rem;
    line-height: 1.65;
    margin: 0;
}

/* Service request page ───────────────────────────────────── */
.request-info-card {
    background: linear-gradient(135deg, var(--brand-blue-dark), var(--brand-blue));
    border-radius: var(--radius-md);
    padding: 1.75rem;
    color: rgba(200, 220, 255, 0.9);
    position: relative;
    overflow: hidden;
}

.request-info-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M20 0L0 20h4L20 4l16 16h4L20 0z'/%3E%3C/g%3E%3C/svg%3E");
}

.request-info-card h5 {
    color: #fff;
    font-weight: 900;
    position: relative;
}

.request-info-card p,
.request-info-card ul {
    position: relative;
}

.request-info-card ul li {
    margin-bottom: 0.4rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.request-info-card ul li i { color: var(--brand-gold); }

/* ================================================================
   REVELS ART — تحسينات مكونات إضافية
   ================================================================ */

/* ── Hero slider carousel indicators — gold ──────────────────── */
.hero-slider-wrap .carousel-indicators [data-bs-target] {
    background-color: rgba(183, 139, 58, 0.55);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.hero-slider-wrap .carousel-indicators .active {
    background-color: var(--brand-gold);
    transform: scale(1.4);
    width: 24px;
    border-radius: 8px;
}

/* ── Hero slider controls — gold ─────────────────────────────── */
.hero-slider-wrap .carousel-control-prev,
.hero-slider-wrap .carousel-control-next {
    width: 10%;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.hero-slider-wrap:hover .carousel-control-prev,
.hero-slider-wrap:hover .carousel-control-next {
    opacity: 1;
}

.hero-slider-wrap .carousel-control-prev-icon,
.hero-slider-wrap .carousel-control-next-icon {
    width: 2.2rem;
    height: 2.2rem;
    background-color: rgba(183, 139, 58, 0.3);
    border: 1px solid rgba(183, 139, 58, 0.5);
    border-radius: 50%;
    padding: 0.6rem;
    backdrop-filter: blur(6px);
    transition: background-color 0.25s ease;
}

.hero-slider-wrap .carousel-control-prev:hover .carousel-control-prev-icon,
.hero-slider-wrap .carousel-control-next:hover .carousel-control-next-icon {
    background-color: rgba(183, 139, 58, 0.55);
}

/* ── Hero paragraph text — warmer white ──────────────────────── */
.hero-slider-wrap p {
    color: rgba(245, 235, 210, 0.92);
}

/* ── Hero slider scroll hint ─────────────────────────────────── */
.hero-scroll-hint span {
    border-color: rgba(183, 139, 58, 0.55);
}

.hero-scroll-hint span::after {
    background: rgba(183, 139, 58, 0.9);
}

/* ── Section alt background — subtle improvement ─────────────── */
section[style*="surface-alt"] {
    background: linear-gradient(180deg, #F2F2F2 0%, #EEEBE4 100%) !important;
}

/* ── Alert styling — brand aware ─────────────────────────────── */
.alert-success {
    background: rgba(183, 139, 58, 0.1);
    border-color: rgba(183, 139, 58, 0.3);
    color: var(--brand-blue);
}

/* ── Improved focus ring for accessibility ───────────────────── */
a:focus-visible,
button:focus-visible {
    outline: 2px solid var(--brand-gold);
    outline-offset: 3px;
    border-radius: 6px;
}

/* ── Contact icon badge hover ─────────────────────────────────── */
.contact-icon-badge {
    transition: transform 0.22s ease, background 0.22s ease;
}

.panel-soft:hover .contact-icon-badge {
    transform: scale(1.1);
    background: linear-gradient(135deg, rgba(183, 139, 58, 0.25), rgba(183, 139, 58, 0.1));
}

/* ── Mini stat card improvement ───────────────────────────────── */
.mini-stat-card {
    transition: background 0.22s ease, border-color 0.22s ease;
}

.mini-stat-card:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(183, 139, 58, 0.22);
}

/* ── Service bullet list ──────────────────────────────────────── */
.service-bullet-list li::marker {
    color: var(--brand-gold);
}

/* ── Testimonial card hover border ───────────────────────────── */
.testimonial-card:hover {
    border-color: rgba(183, 139, 58, 0.25);
}

/* ── Section spacing consistency ─────────────────────────────── */
section.py-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

/* ── Image fallback background ───────────────────────────────── */
img[alt]:not([src]),
img[src=""] {
    background: linear-gradient(135deg, #F2F2F2, #E8E0D0);
}

/* ── Improved navbar toggler ─────────────────────────────────── */
.navbar-toggler:focus {
    box-shadow: 0 0 0 3px rgba(183, 139, 58, 0.25);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23B78B3A' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* ── Breadcrumb separator ─────────────────────────────────────── */
.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(183, 139, 58, 0.65);
}

/* ── Section label margin ────────────────────────────────────── */
.section-label {
    margin-bottom: 0.65rem;
}

/* ── Why check icon — larger ──────────────────────────────────── */
.why-check {
    flex-shrink: 0;
    border: 1px solid rgba(183, 139, 58, 0.18);
}

/* ── Improved CTA strip text ──────────────────────────────────── */
.cta-strip p {
    color: rgba(245, 235, 210, 0.88);
}

/* ── Footer dark — improved gold top line ────────────────────── */
.footer-dark {
    border-top: 2px solid rgba(183, 139, 58, 0.28);
}

/* ── Footer brand name ───────────────────────────────────────── */
.footer-brand-name {
    letter-spacing: -0.3px;
}

/* ── Request info card ───────────────────────────────────────── */
.request-info-card {
    background: linear-gradient(135deg, #1f1f1f, #2b2b2b);
    border: 1px solid rgba(183, 139, 58, 0.2);
}

/* ================================================================
   REVELS ART — تحسينات احترافية متقدمة (بعد كل CSS الأصلي)
   ================================================================ */

/* ── Section title underline — gold gradient ─────────────────── */
.section-title::after {
    background: linear-gradient(90deg, var(--brand-dark), var(--brand-gold), var(--brand-gold-2));
    width: 60px;
    height: 4px;
}

/* ── Section label left line ─────────────────────────────────── */
.section-label::before {
    background: linear-gradient(90deg, var(--brand-blue), var(--brand-blue-light));
    width: 30px;
    height: 3px;
}

/* ── Card top accent borders — gold ──────────────────────────── */
.service-card::before,
.metric-card::before,
.form-card::before {
    background: linear-gradient(90deg, var(--brand-dark), var(--brand-gold), var(--brand-gold-2));
}

.project-card::before {
    background: linear-gradient(90deg, var(--brand-dark), var(--brand-gold), var(--brand-gold-2));
}

.testimonial-card::after {
    background: linear-gradient(90deg, var(--brand-dark), var(--brand-gold), var(--brand-gold-2));
}

/* ── Panel soft corner accent ────────────────────────────────── */
.panel-soft::before {
    background: linear-gradient(90deg, transparent, var(--brand-gold), var(--brand-gold-2));
    width: 120px;
}

/* ── Form focus — gold ───────────────────────────────────────── */
.form-control:focus,
.form-select:focus {
    border-color: var(--brand-blue) !important;
    box-shadow: 0 0 0 3px rgba(183, 139, 58, 0.18) !important;
}

/* ── Hero kicker — gold themed ───────────────────────────────── */
.hero-kicker {
    background: rgba(183, 139, 58, 0.22) !important;
    color: #f5dfa0 !important;
    border: 1px solid rgba(183, 139, 58, 0.55) !important;
}

.hero-kicker::before {
    background: var(--brand-gold-2) !important;
}

/* ── Card hover borders — gold tinted ────────────────────────── */
.service-card:hover {
    border-color: rgba(183, 139, 58, 0.4) !important;
    box-shadow: 0 22px 54px rgba(183, 139, 58, 0.16), 0 8px 20px rgba(31, 31, 31, 0.1) !important;
}

.project-card:hover {
    border-color: rgba(183, 139, 58, 0.38) !important;
    box-shadow: 0 22px 54px rgba(183, 139, 58, 0.14), 0 8px 20px rgba(31, 31, 31, 0.1) !important;
}

.metric-card:hover {
    border-color: rgba(183, 139, 58, 0.32) !important;
    box-shadow: 0 14px 36px rgba(183, 139, 58, 0.14), 0 4px 12px rgba(31, 31, 31, 0.08) !important;
}

/* ── Service & project cards default shadow ─────────────────── */
.service-card,
.project-card {
    box-shadow: 0 8px 28px rgba(31, 31, 31, 0.07), 0 2px 8px rgba(183, 139, 58, 0.05) !important;
}

/* ── Metric / panel / form cards shadow ─────────────────────── */
.metric-card,
.panel-soft,
.form-card {
    box-shadow: 0 8px 28px rgba(31, 31, 31, 0.07), 0 2px 8px rgba(183, 139, 58, 0.04) !important;
}

/* ── Counter card hover ──────────────────────────────────────── */
.counter-card:hover {
    background: rgba(255, 255, 255, 0.18) !important;
    border-color: rgba(183, 139, 58, 0.45) !important;
}

/* ── Testimonial decoration ──────────────────────────────────── */
.testimonial-card::before {
    color: rgba(183, 139, 58, 0.13) !important;
}

.testimonial-avatar {
    background: linear-gradient(135deg, rgba(183, 139, 58, 0.18), rgba(183, 139, 58, 0.07)) !important;
    border-color: rgba(183, 139, 58, 0.25) !important;
    color: var(--brand-blue) !important;
}

/* ── Gallery overlay — gold dark ────────────────────────────── */
.gallery-card .gallery-overlay {
    background: linear-gradient(160deg, rgba(31, 31, 31, 0.86), rgba(183, 139, 58, 0.78)) !important;
}

/* ── Back to top — gold ─────────────────────────────────────── */
.back-to-top {
    color: var(--brand-blue) !important;
    border-color: rgba(183, 139, 58, 0.3) !important;
    box-shadow: 0 8px 24px rgba(183, 139, 58, 0.15), 0 2px 6px rgba(31, 31, 31, 0.08) !important;
}

.back-to-top:hover {
    background: var(--brand-gold) !important;
    border-color: var(--brand-blue) !important;
    color: #111 !important;
    box-shadow: 0 14px 32px rgba(183, 139, 58, 0.32) !important;
}

/* ── Nav scrolled state — gold accent ───────────────────────── */
.main-nav.nav-scrolled {
    border-bottom-color: rgba(183, 139, 58, 0.22) !important;
    box-shadow: 0 8px 32px rgba(31, 31, 31, 0.1), 0 2px 8px rgba(183, 139, 58, 0.07) !important;
}

/* ── Mobile navbar collapse — gold border ───────────────────── */
@media (max-width: 991px) {
    .navbar-collapse {
        border-color: rgba(183, 139, 58, 0.2) !important;
        box-shadow: 0 12px 32px rgba(31, 31, 31, 0.12) !important;
    }
}

/* ── Value chips — hover effect ─────────────────────────────── */
.value-chip {
    border: 1px solid rgba(183, 139, 58, 0.22) !important;
    transition: all 0.22s ease !important;
}

.value-chip:hover {
    background: rgba(183, 139, 58, 0.22) !important;
    border-color: rgba(183, 139, 58, 0.45) !important;
    transform: translateY(-2px);
}

/* ── CTA strip — gold border ────────────────────────────────── */
.cta-strip {
    border: 1px solid rgba(183, 139, 58, 0.2) !important;
}

/* ── Page hero — thicker gold line ─────────────────────────── */
.page-hero::after {
    height: 4px !important;
    background: linear-gradient(90deg, transparent, var(--brand-gold), var(--brand-gold-2), transparent) !important;
}

/* ── Service card image gradient overlay ────────────────────── */
.service-card .card-img-wrap::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(to top, rgba(31, 31, 31, 0.5), transparent);
    pointer-events: none;
    z-index: 1;
}

/* ── Service card icon badge ────────────────────────────────── */
.service-card-icon {
    margin-bottom: 0.85rem;
    border: 1px solid rgba(183, 139, 58, 0.22) !important;
}

/* ── Form card top border — thicker ────────────────────────── */
.form-card::before {
    height: 4px !important;
}

/* ── Admin stat card — gold accent ─────────────────────────── */
.admin-stat-card::before {
    background: linear-gradient(90deg, var(--brand-dark), var(--brand-gold), var(--brand-gold-2)) !important;
}

/* ── Selection color ────────────────────────────────────────── */
::selection {
    background: rgba(183, 139, 58, 0.25);
    color: var(--ink);
}

/* ── Smooth scroll ───────────────────────────────────────────── */
html { scroll-behavior: smooth; }

/* ── Breadcrumb ──────────────────────────────────────────────── */
.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(183, 139, 58, 0.65) !important;
}

/* ── Logo — navbar ───────────────────────────────────────────── */
.brand-logo {
    width: auto !important;
    height: 44px !important;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 8px !important;
    object-fit: contain;
}

/* ── Logo — preloader ────────────────────────────────────────── */
.preloader-core {
    width: 200px !important;
    height: 120px !important;
}

.preloader-logo {
    width: 170px !important;
    height: auto !important;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 10px !important;
    object-fit: contain;
    animation: preloaderPulse 1.4s ease-in-out infinite alternate;
}

.preloader-ring {
    border-radius: 50% !important;
    inset: -20px !important;
}

/* ── Logo — footer ───────────────────────────────────────────── */
.footer-logo {
    width: 180px !important;
    height: auto !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    border-radius: 8px !important;
    object-fit: contain;
    display: block;
}

/* ── Logo — about & brand story ──────────────────────────────── */
.about-logo-mark {
    width: 160px !important;
    height: auto !important;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 8px !important;
    object-fit: contain;
    display: block;
}

.brand-story-logo {
    width: 140px !important;
    height: auto !important;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 8px !important;
    object-fit: contain;
}

/* ── Footer top border ───────────────────────────────────────── */
.footer-dark {
    border-top: 2px solid rgba(183, 139, 58, 0.28) !important;
}

/* ── Improved mobile hero caption ───────────────────────────── */
@media (max-width: 767px) {
    .hero-slider-wrap .carousel-caption .container {
        background: rgba(15, 15, 15, 0.58) !important;
        border: 1px solid rgba(183, 139, 58, 0.25) !important;
    }
}

/* ================================================================
   PRINT STYLES
   ================================================================ */

@media print {
    .main-nav,
    .quick-contact-strip,
    .admin-nav,
    .site-preloader,
    .scroll-progress,
    .whatsapp-float,
    .back-to-top,
    #galleryLightbox {
        display: none !important;
    }

    body { background: #fff; }
    .footer-dark { background: var(--brand-blue-dark) !important; }
}

/* ================================================================
   عالم الحلول للتجارة — NEW SMART-TECH COMPONENTS
   ================================================================ */

/* ── أزرار جديدة ─────────────────────────────────────────── */
.btn-primary-smart {
    color: #fff !important;
    background: linear-gradient(135deg, #0E5AA7, #27B1E6);
    border: none;
    border-radius: 12px;
    padding: 0.6rem 1.4rem;
    font-weight: 700;
    font-family: 'Cairo', sans-serif;
    transition: all 0.28s ease;
    box-shadow: 0 8px 22px rgba(14, 90, 167, 0.28);
}
.btn-primary-smart:hover, .btn-primary-smart:focus {
    color: #fff !important;
    background: linear-gradient(135deg, #1a6fc4, #0E5AA7);
    box-shadow: 0 12px 30px rgba(14, 90, 167, 0.40);
    transform: translateY(-1px);
}

.btn-outline-smart {
    color: var(--brand-blue) !important;
    border: 2px solid var(--brand-blue);
    background: transparent;
    border-radius: 12px;
    padding: 0.6rem 1.4rem;
    font-weight: 700;
    font-family: 'Cairo', sans-serif;
    transition: all 0.28s ease;
}
.btn-outline-smart:hover, .btn-outline-smart:focus {
    color: #fff !important;
    background: var(--brand-blue);
    border-color: var(--brand-blue);
}

.btn-wa {
    color: #fff !important;
    background: #25D366;
    border: none;
    border-radius: 12px;
    padding: 0.6rem 1.4rem;
    font-weight: 700;
    font-family: 'Cairo', sans-serif;
    transition: all 0.28s ease;
    box-shadow: 0 6px 18px rgba(37, 211, 102, 0.30);
}
.btn-wa:hover { background: #1ebe5d; color: #fff !important; }

.btn-wa-outline {
    color: #25D366 !important;
    border: 2px solid #25D366;
    background: transparent;
    border-radius: 12px;
    padding: 0.6rem 1.4rem;
    font-weight: 700;
    font-family: 'Cairo', sans-serif;
    transition: all 0.28s ease;
}
.btn-wa-outline:hover { background: #25D366; color: #fff !important; }

.btn-white-solid {
    color: var(--brand-blue) !important;
    background: #fff;
    border: 2px solid rgba(255,255,255,0.85);
    border-radius: 12px;
    padding: 0.6rem 1.4rem;
    font-weight: 700;
    transition: all 0.28s ease;
}
.btn-white-solid:hover { background: #e8f6fd; }

.btn-outline-white {
    color: #fff !important;
    border: 2px solid rgba(255,255,255,0.65);
    background: transparent;
    border-radius: 12px;
    padding: 0.6rem 1.4rem;
    font-weight: 700;
    transition: all 0.28s ease;
}
.btn-outline-white:hover { background: rgba(255,255,255,0.15); }

.btn-ghost-white {
    color: #fff !important;
    border: 2px solid rgba(255,255,255,0.65);
    background: rgba(255,255,255,0.12);
    border-radius: 12px;
    padding: 0.6rem 1.4rem;
    font-weight: 700;
    transition: all 0.28s ease;
    backdrop-filter: blur(4px);
}
.btn-ghost-white:hover { background: rgba(255,255,255,0.22); }

/* ── زر فلتر المنتجات ─────────────────────────────────────── */
.btn-filter {
    color: var(--ink-soft) !important;
    border: 1.5px solid var(--line);
    background: #fff;
    border-radius: 999px;
    padding: 0.45rem 1.2rem;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.2s ease;
}
.btn-filter:hover, .btn-filter.active {
    color: #fff !important;
    background: var(--brand-blue);
    border-color: var(--brand-blue);
}

/* ── Hero الثابت ──────────────────────────────────────────── */
.smart-hero-static {
    background: linear-gradient(135deg, #06142e 0%, #0E5AA7 60%, #27B1E6 100%);
    min-height: 92vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 5rem 0 3rem;
}
.smart-hero-static::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(800px 500px at 80% 50%, rgba(39, 177, 230, 0.18) 0%, transparent 60%),
        radial-gradient(400px 400px at -10% 80%, rgba(255,255,255,0.05) 0%, transparent 60%);
    pointer-events: none;
}
.smart-hero-overlay {
    position: absolute; inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.min-vh-80 { min-height: 80vh; }
.smart-hero-title {
    font-size: clamp(2rem, 4.5vw, 3.5rem);
    color: #fff;
    line-height: 1.25;
}
.smart-hero-sub {
    color: rgba(255,255,255,0.85);
    font-size: 1.05rem;
    line-height: 1.8;
}
.text-gradient-blue {
    background: linear-gradient(135deg, #7EC8E3, #27B1E6, #bde4f7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.hero-trust-strip { gap: 1.5rem; }
.trust-item {
    color: rgba(255,255,255,0.85);
    font-size: 0.9rem;
    font-weight: 600;
}
.text-primary-smart { color: var(--brand-blue) !important; }

/* ── Hero Floating Card ───────────────────────────────────── */
.hero-floating-card {
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255,255,255,0.22);
    border-radius: 24px;
    padding: 2rem;
    box-shadow: 0 30px 60px rgba(0,0,0,0.25);
}
.hero-icon-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1.5rem;
}
.hero-icon-item {
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 16px;
    padding: 1.25rem;
    text-align: center;
    transition: all 0.25s ease;
}
.hero-icon-item:hover { background: rgba(255,255,255,0.25); transform: translateY(-3px); }
.hero-icon-item i { font-size: 1.75rem; color: #fff; display: block; margin-bottom: 0.5rem; }
.hero-icon-item span { color: rgba(255,255,255,0.9); font-size: 0.85rem; font-weight: 600; }
.hero-card-brand {
    display: flex; align-items: center; gap: 1rem;
    background: rgba(255,255,255,0.1);
    border-radius: 14px;
    padding: 0.85rem 1rem;
}
.hero-brand-logo { width: 42px; height: 42px; object-fit: contain; border-radius: 10px; background: #fff; padding: 4px; }
.hero-card-brand strong { color: #fff; font-size: 0.9rem; }
.hero-card-brand small { color: rgba(255,255,255,0.7); font-size: 0.78rem; }

/* ── Counter Section ──────────────────────────────────────── */
.counter-card p { color: rgba(255,255,255,0.82) !important; }
.counter-card .counter-value { color: #fff !important; font-size: 2rem; font-weight: 800; }
.counter-icon { font-size: 1.5rem; display: block; margin-bottom: 0.5rem; }

/* ── بطاقات المنتجات ──────────────────────────────────────── */
.product-card {
    background: #fff;
    border-radius: 20px;
    border: 1px solid rgba(14, 90, 167, 0.10);
    box-shadow: var(--shadow-xs);
    transition: all 0.30s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.product-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-sm);
    border-color: rgba(14, 90, 167, 0.25);
}
.product-card-img-wrap {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #E8F6FD, #f0f7ff);
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-img {
    width: 100%; height: 200px; object-fit: cover;
}
.product-img-placeholder {
    width: 100%; height: 200px;
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    background: linear-gradient(135deg, #E8F6FD, #d0e8f8);
}
.product-img-placeholder i {
    font-size: 4rem;
    color: var(--brand-blue);
    opacity: 0.6;
}
.product-category-tag {
    position: absolute;
    top: 12px; right: 12px;
    background: rgba(14, 90, 167, 0.85);
    color: #fff;
    font-size: 0.72rem; font-weight: 700;
    padding: 0.25rem 0.65rem;
    border-radius: 999px;
}
.product-badge {
    position: absolute;
    top: 12px; left: 12px;
    font-size: 0.72rem; font-weight: 700;
    padding: 0.3rem 0.7rem;
    border-radius: 999px;
}
.badge-blue   { background: #0E5AA7; color: #fff; }
.badge-green  { background: #10b981; color: #fff; }
.badge-orange { background: #f59e0b; color: #fff; }
.product-badge-lg { font-size: 0.85rem; padding: 0.4rem 1rem; }
.product-card-body {
    padding: 1.25rem;
}
.product-title { font-size: 1rem; color: var(--ink); }
.product-desc  { font-size: 0.88rem; }
.product-features-list {
    list-style: none; padding: 0; margin: 0;
}
.product-features-list li {
    font-size: 0.82rem; color: var(--muted);
    margin-bottom: 0.3rem;
}
.product-price {
    border-top: 1px dashed var(--line);
    padding-top: 0.75rem;
}
.price-label {
    color: var(--brand-blue);
    font-weight: 800;
    font-size: 1rem;
}
.product-price-big {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--brand-blue);
}

/* ── تفاصيل المنتج ────────────────────────────────────────── */
.product-detail-img-wrap {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(135deg, #E8F6FD, #f0f7ff);
    min-height: 320px;
    display: flex; align-items: center; justify-content: center;
}
.product-detail-placeholder {
    min-height: 320px;
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    width: 100%;
    background: linear-gradient(135deg, #E8F6FD, #d0e8f8);
}
.product-detail-placeholder i { font-size: 6rem; color: var(--brand-blue); opacity: 0.5; }
.rounded-smart { border-radius: 20px; }
.feature-check-item {
    display: flex; align-items: center;
    font-size: 0.9rem;
    padding: 0.5rem 0.75rem;
    border-radius: 10px;
    background: #f8fafc;
    border: 1px solid var(--line);
}
.product-detail-price-box {
    background: linear-gradient(135deg, #E8F6FD, #f0f7ff);
    border: 1.5px solid rgba(14, 90, 167, 0.20);
}
.guarantee-item {
    font-size: 0.88rem; color: var(--ink-soft);
    display: flex; align-items: center; gap: 0.3rem;
}

/* ── لماذا نحن ────────────────────────────────────────────── */
.why-card {
    background: #fff;
    border: 1px solid rgba(14, 90, 167, 0.10);
    border-radius: 20px;
    padding: 1.5rem;
    display: flex; align-items: flex-start; gap: 1rem;
    transition: all 0.28s ease;
    box-shadow: var(--shadow-xs);
}
.why-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-sm);
    border-color: rgba(14, 90, 167, 0.25);
}
.why-icon {
    width: 56px; height: 56px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(14, 90, 167, 0.12), rgba(39, 177, 230, 0.06));
    color: var(--brand-blue);
    display: flex; align-items: center; justify-content: center;
    font-size: 1.25rem; flex-shrink: 0;
}
.why-us-section { background: var(--surface-soft); }

/* ── Installation Banner ─────────────────────────────────── */
.installation-banner-section {
    position: relative;
    overflow: hidden;
}
.installation-banner-bg {
    position: absolute; inset: 0;
    background: linear-gradient(135deg, #06142e 0%, #0E5AA7 50%, #27B1E6 100%);
}
.installation-banner-bg::before {
    content: '';
    position: absolute; inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23fff' fill-opacity='0.03'%3E%3Cpath d='M0 0h40v40H0V0zm40 40h40v40H40V40zm0-40h2l-2 2V0zm0 4l4-4h2l-6 6V4zm0 4l8-8h2L40 10V8zm0 4L52 0h2L40 14v-2zm0 4L56 0h2L40 18v-2zm0 4L60 0h2L40 22v-2zm0 4L64 0h2L40 26v-2zm0 4L68 0h2L40 30v-2zm0 4L72 0h2L40 34v-2zm0 4L76 0h2L40 38v-2zm0 4L80 0v2L42 40h-2zm4 0L80 4v2L46 40h-2zm4 0L80 8v2L50 40h-2zm4 0L80 12v2L54 40h-2z'/%3E%3C/g%3E%3C/svg%3E");
}
.section-label-light {
    background: rgba(255,255,255,0.2);
    color: #fff;
    padding: 0.25rem 0.9rem;
    border-radius: 999px;
    font-size: 0.82rem; font-weight: 700;
    letter-spacing: 0.05em;
    display: inline-block;
}
.text-white-75 { color: rgba(255,255,255,0.75) !important; }
.install-features { color: rgba(255,255,255,0.9); }
.install-feature { font-size: 0.92rem; font-weight: 600; }

/* ── Installation Visual Panel ──────────────────────────── */
.installation-visual {
    padding: 2rem;
}
.install-icon-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}
.install-icon-item {
    background: linear-gradient(135deg, rgba(14, 90, 167, 0.08), rgba(39, 177, 230, 0.04));
    border: 1px solid rgba(14, 90, 167, 0.12);
    border-radius: 14px;
    padding: 1rem;
    text-align: center;
    transition: all 0.25s ease;
}
.install-icon-item:hover { transform: translateY(-3px); box-shadow: var(--shadow-xs); }
.install-icon-item i { font-size: 1.5rem; color: var(--brand-blue); display: block; margin-bottom: 0.4rem; }
.install-icon-item span { font-size: 0.8rem; font-weight: 700; color: var(--ink-soft); }

/* ── خطوات التركيب / الخدمة ─────────────────────────────── */
.step-card {
    background: #fff;
    border: 1px solid rgba(14, 90, 167, 0.10);
    border-radius: 20px;
    padding: 2rem;
    position: relative;
    box-shadow: var(--shadow-xs);
    transition: all 0.28s ease;
}
.step-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-sm);
}
.step-number {
    width: 44px; height: 44px;
    background: linear-gradient(135deg, #0E5AA7, #27B1E6);
    color: #fff;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.1rem; font-weight: 800;
    margin-bottom: 1rem;
}
.step-icon i { font-size: 1.5rem; color: var(--brand-blue); }

/* ── مدن التغطية ──────────────────────────────────────────── */
.city-card {
    background: #fff;
    border: 1px solid rgba(14, 90, 167, 0.10);
    border-radius: 16px;
    padding: 1.25rem 0.75rem;
    box-shadow: var(--shadow-xs);
    transition: all 0.25s ease;
}
.city-card:hover {
    border-color: var(--brand-blue);
    transform: translateY(-3px);
}
.city-card i {
    font-size: 1.5rem; color: var(--brand-blue);
    display: block; margin-bottom: 0.5rem;
}

/* ── آراء العملاء ─────────────────────────────────────────── */
.testimonial-card {
    background: #fff;
    border: 1px solid rgba(14, 90, 167, 0.10);
    border-radius: 20px;
    padding: 1.75rem;
    box-shadow: var(--shadow-xs);
    transition: all 0.28s ease;
}
.testimonial-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.testimonial-stars { color: #f59e0b; font-size: 0.95rem; letter-spacing: 2px; }
.testimonial-text { font-size: 0.95rem; color: var(--ink-soft); font-style: italic; line-height: 1.8; }
.testimonial-avatar {
    width: 44px; height: 44px;
    background: linear-gradient(135deg, #0E5AA7, #27B1E6);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 1rem;
}

/* ── Smart CTA Strip ─────────────────────────────────────── */
.smart-cta {
    background: linear-gradient(135deg, #0E5AA7 0%, #27B1E6 100%);
}
.smart-cta h3 { color: #fff !important; }
.smart-cta p  { color: rgba(255,255,255,0.85) !important; }

/* ── سلة الشراء ──────────────────────────────────────────── */
.cart-table-wrap, .cart-summary-box {
    background: #fff;
    border: 1px solid rgba(14, 90, 167, 0.10);
    border-radius: 20px;
    padding: 1.75rem;
    box-shadow: var(--shadow-xs);
}
.cart-item { transition: background 0.2s ease; }
.cart-item:hover { background: #f8fafc; }
.cart-item-icon {
    width: 48px; height: 48px;
    background: linear-gradient(135deg, #E8F6FD, #d0e8f8);
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    color: var(--brand-blue); font-size: 1.1rem; flex-shrink: 0;
}
.cart-qty-input {
    width: 70px !important;
    text-align: center;
    border-radius: 10px !important;
    border: 1.5px solid rgba(14, 90, 167, 0.25) !important;
}
.cart-remove-btn { border-radius: 10px !important; }
.empty-cart-icon {
    width: 120px; height: 120px;
    background: linear-gradient(135deg, #E8F6FD, #d0e8f8);
    border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 3rem; color: var(--brand-blue);
}

/* ── Checkout ────────────────────────────────────────────── */
.payment-method-card {
    display: block; cursor: pointer;
}
.payment-method-card input[type="radio"] { display: none; }
.payment-method-content {
    background: #f8fafc;
    border: 2px solid var(--line);
    border-radius: 14px;
    padding: 1rem;
    text-align: center;
    transition: all 0.22s ease;
}
.payment-method-content i { font-size: 1.5rem; color: var(--muted); display: block; margin-bottom: 0.4rem; }
.payment-method-content span { font-weight: 700; font-size: 0.9rem; color: var(--ink); display: block; }
.payment-method-card input:checked + .payment-method-content {
    border-color: var(--brand-blue);
    background: #E8F6FD;
}
.payment-method-card input:checked + .payment-method-content i { color: var(--brand-blue); }
.payment-method-card:hover .payment-method-content { border-color: rgba(14, 90, 167, 0.40); }
.alert-info-smart {
    background: #E8F6FD;
    border: 1px solid rgba(14, 90, 167, 0.20);
    border-radius: 12px;
    color: var(--ink-soft);
    font-size: 0.88rem;
    padding: 0.85rem 1rem;
}
.checkout-success-box { padding: 3rem; }
.success-icon {
    width: 100px; height: 100px;
    background: linear-gradient(135deg, #10b981, #34d399);
    border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 2.5rem; color: #fff;
}
.checkout-item { gap: 0.5rem; }

/* ── Footer واتساب ────────────────────────────────────────── */
.footer-wa-icon { color: #25D366 !important; }
.footer-social-wa { border-color: rgba(37, 211, 102, 0.35) !important; background: rgba(37, 211, 102, 0.08) !important; color: #25D366 !important; }
.footer-social-wa:hover { background: #25D366 !important; color: #fff !important; }

/* ── زر السلة في التنقل ────────────────────────────────────── */
.nav-cart-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px; height: 40px;
    border-radius: 12px;
    background: rgba(14, 90, 167, 0.08);
    color: var(--brand-blue) !important;
    font-size: 1.1rem;
    transition: all 0.22s ease;
    text-decoration: none;
}
.nav-cart-btn:hover { background: var(--brand-blue); color: #fff !important; }
.cart-badge {
    position: absolute;
    top: -6px; right: -6px;
    width: 18px; height: 18px;
    background: #ef4444;
    color: #fff;
    font-size: 0.65rem; font-weight: 800;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    line-height: 1;
}

/* ── عرض التغطية الجغرافية ────────────────────────────────── */
.coverage-section .section-note { max-width: 600px; }

/* ── responsive fixes ────────────────────────────────────── */
@media (max-width: 991.98px) {
    .smart-hero-static { padding: 4rem 0 2rem; min-height: auto; }
    .hero-icon-grid { grid-template-columns: 1fr 1fr; }
    .install-icon-grid { grid-template-columns: repeat(2, 1fr); }
    .product-detail-img-wrap { min-height: 240px; }
    .product-detail-placeholder { min-height: 240px; }
    .payment-methods-grid { --bs-gutter-x: 0.75rem; }
}
@media (max-width: 575.98px) {
    .product-card-img-wrap, .product-img { min-height: 160px; }
    .hero-icon-grid { gap: 0.75rem; }
    .cart-table-wrap, .cart-summary-box { padding: 1.25rem; }
    .install-icon-grid { grid-template-columns: repeat(3, 1fr); }
}

/* ── Utility ──────────────────────────────────────────────── */
.opacity-85 { opacity: 0.85; }

/* ══════════════════════════════════════════════════════════
   CATEGORY CARDS — Home page
══════════════════════════════════════════════════════════ */
.category-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.6rem;
    padding: 1.4rem 0.75rem 1.1rem;
    background: var(--surface);
    border: 1.5px solid var(--border);
    border-radius: 16px;
    text-align: center;
    transition: all 0.28s cubic-bezier(.4,0,.2,1);
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.category-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--brand-blue) 0%, var(--brand-blue-light) 100%);
    opacity: 0;
    transition: opacity 0.28s;
    border-radius: 14px;
}
.category-card:hover::before,
.category-card:focus::before {
    opacity: 0.08;
}
.category-card:hover,
.category-card:focus {
    border-color: var(--brand-blue);
    transform: translateY(-5px);
    box-shadow: 0 8px 28px rgba(14,90,167,.18);
    text-decoration: none;
}
.category-card-icon {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--brand-blue) 0%, var(--brand-blue-light) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    transition: transform 0.28s;
    position: relative;
    z-index: 1;
}
.category-card:hover .category-card-icon {
    transform: scale(1.1) rotate(-5deg);
}
.category-card-name {
    font-weight: 700;
    font-size: 0.9rem;
    color: var(--text-primary);
    position: relative;
    z-index: 1;
    transition: color 0.2s;
}
.category-card:hover .category-card-name {
    color: var(--brand-blue);
}
.category-card-count {
    font-size: 0.75rem;
    color: var(--text-muted);
    background: var(--surface-alt);
    padding: 2px 10px;
    border-radius: 20px;
    position: relative;
    z-index: 1;
}

/* ── btn-filter as link (products page) ───────────────────── */
a.btn-filter {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}
