@font-face {
  font-family: "Noto Kufi Arabic";
  src: url("/assets/fonts/NotoKufiArabic-VariableFont_wght.ttf") format("truetype-variations"), url("/assets/fonts/NotoKufiArabic-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --navy: #0b1f3a;
  --blue: #103f7a;
  --sky: #0ea5e9;
  --ink: #17212d;
  --paper: #f5f8fc;
  --mist: #eaf1f8;
  --accent: #F47A16;
  --copper: #F47A16;
  --white: #ffffff;
  --line: #d8e1ec;
  --muted: #52657a;
  --shadow: 0 12px 28px rgba(11, 31, 58, .12);
  --radius: 14px;
  --container: 1200px;
  --font-display: "Segoe UI", "Arial Narrow", sans-serif;
  --font-body: "Segoe UI", Tahoma, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font-body); font-size: 16px; line-height: 1.6; }
a { color: var(--blue); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--copper); }
img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--copper); outline-offset: 3px; }
.skip-link { position: absolute; left: 12px; top: -60px; z-index: 100; padding: 10px 15px; color: var(--white); background: var(--navy); }
.skip-link:focus { top: 12px; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.topbar { color: #dbe5ed; background: #071525; font-size: .78rem; }
.topbar-inner { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; padding: 8px 0; }
.eyebrow { margin: 0 0 14px; color: var(--copper); font-size: .75rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; color: var(--navy); font-family: var(--font-display); line-height: 1.08; letter-spacing: .01em; }
h1 { font-size: clamp(2.6rem, 9vw, 5.7rem); }
h2 { font-size: clamp(2rem, 5vw, 3.7rem); }
h3 { font-size: 1.45rem; }
p { margin: 0 0 18px; text-align: justify; text-align-last: left; }
.lead { max-width: 680px; color: var(--muted); font-size: 1.12rem; }
.section { padding: 72px 0; }
.section--dark { color: var(--white); background: var(--navy); }
.section--dark h2, .section--dark h3 { color: var(--white); }
.section-heading { display: flex; justify-content: space-between; gap: 30px; align-items: end; margin-bottom: 35px; }
.section-heading > p { max-width: 470px; margin: 0; color: var(--muted); }
.section--dark .section-heading > p { color: #cbd6de; }
.site-header { position: sticky; top: 0; z-index: 20; color: var(--white); background: rgba(16, 42, 67, .97); border-bottom: 1px solid rgba(255,255,255,.14); }
.header-inner { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; min-width: 0; align-items: center; color: var(--white); text-decoration: none; }
.brand-logo { display: block; width: 180px; height: auto; object-fit: contain; object-position: left center; }
.brand-mark { display: grid; width: 32px; height: 32px; place-items: center; color: var(--navy); background: var(--copper); font-size: .8rem; }
.site-nav { display: none; align-items: center; gap: 24px; }
.site-nav a { color: var(--white); font-size: .9rem; text-decoration: none; }
.site-nav a:hover { color: #fea198; }
.site-nav a[aria-current="page"] { color: var(--copper); font-weight: 700; }
.header-actions { display: none; align-items: center; gap: 15px; }
.header-inner > .btn { min-height: 40px; padding: 9px 15px; font-size: .82rem; }
.phone-link { color: var(--white); font-size: .88rem; text-decoration: none; white-space: nowrap; }
.menu-toggle { display: inline-grid; width: 44px; height: 44px; place-items: center; color: var(--white); background: transparent; border: 1px solid rgba(255,255,255,.4); cursor: pointer; }
.menu-toggle span, .menu-toggle span::before, .menu-toggle span::after { display: block; width: 18px; height: 2px; background: currentColor; content: ""; }
.menu-toggle span::before { transform: translateY(-6px); }
.menu-toggle span::after { transform: translateY(4px); }
.mobile-panel { position: fixed; inset: 76px 0 auto; display: none; padding: 30px 20px 35px; background: var(--navy); border-top: 1px solid rgba(255,255,255,.14); box-shadow: var(--shadow); }
.mobile-panel.is-open { display: block; }
.mobile-panel a { display: block; padding: 13px 0; color: var(--white); font-family: var(--font-display); font-size: 1.45rem; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.14); }
.mobile-panel a[aria-current="page"] { color: var(--copper); }
.btn { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 9px; padding: 12px 18px; color: var(--white); background: var(--copper); border: 1px solid var(--copper); border-radius: var(--radius); font-weight: 700; text-decoration: none; cursor: pointer; }
.btn:hover { color: var(--white); background: #D9650B; border-color: #D9650B; }
.btn--outline { color: var(--white); background: transparent; border-color: rgba(255,255,255,.65); }
.btn--outline:hover { color: var(--navy); background: var(--white); border-color: var(--white); }
.btn--light { color: var(--navy); background: var(--white); border-color: var(--white); }
.hero { position: relative; min-height: 680px; display: grid; align-items: end; color: var(--white); background: var(--navy); overflow: hidden; }
.hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .58; }
.hero::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(16,42,67,.94) 0%, rgba(16,42,67,.68) 44%, rgba(16,42,67,.2) 100%); content: ""; }
.hero-content { position: relative; z-index: 1; padding: 90px 0 80px; }
.hero h1 { max-width: 800px; color: var(--white); }
.hero .eyebrow, .page-hero .eyebrow { color: #fbbf24; }
.hero .lead { margin: 25px 0 30px; color: #e5edf2; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 12px 25px; margin-top: 44px; color: #dce6ec; font-size: .88rem; }
.hero-meta span::before { margin-right: 8px; color: var(--copper); content: "—"; }
.page-hero { padding: 76px 0 68px; color: var(--white); background: var(--navy); }
.page-hero h1 { color: var(--white); font-size: clamp(2.5rem, 7vw, 5rem); }
.page-hero .lead { margin-top: 20px; color: #d9e3ea; }
.home-hero { position: relative; min-height: 650px; display: grid; align-items: center; overflow: hidden; color: var(--white); background: var(--navy); }
.home-hero-media { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,21,37,.9), rgba(7,21,37,.42)), url('/assets/images/homepage/hero-installation-cameras.jpg') center / cover; }
.home-hero-content { position: relative; z-index: 1; padding: 110px 0; }
.home-hero h1 { max-width: 820px; color: var(--white); font-size: clamp(2.8rem, 7vw, 5.8rem); }
.home-hero p:not(.eyebrow) { max-width: 680px; margin: 25px 0 30px; color: #e5edf2; font-size: 1.15rem; }
.home-expertise h2, .home-security h2, .home-products h2, .home-news h2 { max-width: 850px; }
.home-service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-top: 45px; }
.home-service-card { display: grid; grid-template-columns: minmax(130px, .8fr) 1.2fr; gap: 20px; align-items: center; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); }
.home-service-card img { width: 100%; height: 100%; min-height: 190px; object-fit: cover; }
.home-service-card > div { padding: 20px 20px 20px 0; }
.home-service-card h3, .home-product-card h2, .home-product-card h3, .home-news-card h3 { font-size: 1.15rem; line-height: 1.2; }
.home-service-card p { margin: 12px 0; color: var(--muted); font-size: .92rem; }
.urgent-grid, .quote-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.urgent-grid h2, .quote-inner h2 { max-width: 720px; color: var(--white); }
.urgent-grid p:not(.eyebrow), .quote-inner p:not(.eyebrow) { color: #d8e4ec; }
.narrow { max-width: 900px; }
.security-copy { columns: 2; column-gap: 45px; margin-top: 30px; }
.security-copy p { break-inside: avoid; color: var(--muted); }
.testimonial-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 25px; margin-top: 35px; }
.testimonial-grid blockquote { margin: 0; padding: 28px; color: #e7eef3; background: rgba(255,255,255,.08); border-left: 3px solid var(--copper); font-size: 1.05rem; }
.testimonial-grid cite { display: block; margin-top: 20px; color: #fbbf24; font-size: .85rem; font-style: normal; }
.partners { margin-top: 55px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.2); }
.partners h3 { color: var(--white); }
.partner-row { display: flex; flex-wrap: wrap; align-items: center; gap: 25px; margin-top: 20px; }
.partner-row img { width: 110px; height: 60px; padding: 8px; object-fit: contain; background: var(--white); }
.home-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin-top: 40px; }
.home-product-card { display: flex; min-height: 100%; flex-direction: column; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); }
.home-product-card img { width: 100%; aspect-ratio: 1; object-fit: contain; background: #f8fafc; }
.home-product-card > div { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 18px; }
.home-product-card strong { display: block; margin: 15px 0; color: var(--copper); font-size: 1.15rem; }
.product-detail-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .9fr); gap: 45px; align-items: center; }
.product-detail-image { width: 100%; max-height: 600px; object-fit: contain; background: var(--white); box-shadow: var(--shadow); }
.product-detail-summary h2 { margin-bottom: 18px; font-size: clamp(2rem, 4vw, 3rem); }
.product-detail-summary p:not(.eyebrow) { color: var(--muted); }
.product-price { display: block; margin: 22px 0; color: var(--copper); font-size: 1.5rem; }
.product-contact-actions { display: flex; flex-wrap: wrap; gap: 10px; margin: 18px 0; }
.text-link { display: block; margin-top: 18px; font-weight: 700; }
.product-detail-content { max-width: 850px; margin-top: 60px; }
.product-detail-content h2 { margin-top: 36px; font-size: 2rem; }
.product-contact-note { margin-top: 28px; padding: 22px; background: var(--mist); border-left: 4px solid var(--copper); }
.sitemap-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.sitemap-section { padding: 25px; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); }
.sitemap-section h2 { margin-bottom: 18px; font-size: 1.45rem; }
.sitemap-links { display: grid; gap: 10px; }
.sitemap-links a { color: var(--ink); font-size: .95rem; line-height: 1.35; text-decoration: none; }
.sitemap-links a:hover { color: var(--copper); }
.legal-section { background: #eef3f8; }
.legal-layout { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 35px; align-items: start; }
.legal-document { padding: clamp(25px, 4vw, 48px); background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); }
.legal-document-header { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-bottom: 30px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.legal-document-header p { margin: 0; color: var(--muted); font-size: .85rem; }
.legal-kicker { color: var(--copper); font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.legal-document > p { color: var(--muted); font-size: 1rem; line-height: 1.75; }
.legal-aside { position: sticky; top: 105px; padding: 25px; color: var(--white); background: var(--navy); box-shadow: var(--shadow); }
.legal-aside h2 { margin-bottom: 16px; color: var(--white); font-size: 1.5rem; }
.legal-aside p { color: #d8e4ec; font-size: .92rem; }
.legal-nav { display: grid; gap: 10px; margin-top: 25px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.2); }
.legal-nav a { color: #dce6ec; font-size: .88rem; text-decoration: none; }
.legal-nav a:hover { color: var(--copper); }
.btn--small { min-height: 38px; padding: 8px 12px; font-size: .82rem; }
.quote-band { padding: 65px 0; color: var(--white); background: var(--blue); }
.home-news-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 40px; }
.home-news-card { padding: 25px; background: var(--white); border-top: 4px solid var(--copper); box-shadow: var(--shadow); }
.news-meta { margin-bottom: 12px; color: var(--copper); font-size: .76rem; font-weight: 700; text-transform: uppercase; }
.home-news-card p { margin: 15px 0; color: var(--muted); }
.home-footer .footer-grid { grid-template-columns: 1.5fr 1fr 1fr 1fr; }
.home-footer .footer-links, .home-footer .footer-grid > div > a { display: block; margin-bottom: 8px; }
.services-layout { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 35px; align-items: start; }
.services-sidebar { position: sticky; top: 105px; padding: 22px; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); }
.services-sidebar nav { display: grid; gap: 8px; margin-bottom: 25px; }
.services-sidebar nav a { color: var(--ink); font-size: .9rem; text-decoration: none; }
.services-sidebar nav a:hover { color: var(--copper); }
.services-sidebar .notice { margin: 0 -4px; }
.service-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 30px; }
.service-filter { padding: 9px 12px; color: var(--navy); background: var(--white); border: 1px solid var(--line); font-size: .72rem; font-weight: 700; cursor: pointer; }
.service-filter:hover, .service-filter.is-active { color: var(--white); background: var(--copper); border-color: var(--copper); }
.services-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.service-card { display: flex; min-height: 100%; flex-direction: column; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); }
.service-card[hidden] { display: none; }
.service-card img { width: 100%; aspect-ratio: 555 / 400; object-fit: cover; }
.service-card-body { display: flex; flex: 1; flex-direction: column; padding: 22px; }
.service-card-body h2 { font-size: 1.35rem; }
.service-card-body p:not(.eyebrow) { flex: 1; color: var(--muted); font-size: .94rem; }
.service-detail-layout { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 35px; align-items: start; }
.service-detail-content { min-width: 0; }
.service-detail-image { width: 100%; max-height: 430px; object-fit: cover; margin-bottom: 30px; box-shadow: var(--shadow); }
.service-detail-cta { margin-top: 40px; padding: 30px; color: var(--white); background: var(--blue); }
.service-detail-cta h2 { color: var(--white); font-size: 2rem; }
.service-detail-cta p { color: #dbe7ee; }
.news-layout { display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: 35px; align-items: start; }
.news-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.news-card { display: flex; min-height: 100%; flex-direction: column; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); }
.news-card img { width: 100%; aspect-ratio: 555 / 400; object-fit: cover; }
.news-card-body { display: flex; flex: 1; flex-direction: column; padding: 22px; }
.news-card-body h2 { font-size: 1.35rem; }
.news-card-body p { flex: 1; color: var(--muted); }
.news-directory { padding: 52px 0 78px; background: linear-gradient(180deg, #f3f7fa 0%, #edf2f7 100%); }
.news-hero { position: relative; overflow: hidden; background: linear-gradient(135deg, rgba(16,42,67,.96), rgba(22,85,130,.9)); }
.news-hero::after { position: absolute; inset: 0; background: linear-gradient(120deg, rgba(9,20,34,.72), rgba(9,20,34,.18)); content: ""; }
.news-hero .container { position: relative; z-index: 1; }
.news-hero .lead { max-width: 760px; }
.news-hero-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.news-hero-meta span { display: inline-flex; align-items: center; min-height: 36px; padding: 7px 12px; color: #dfeaf3; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); border-radius: 999px; font-size: .76rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.news-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 28px; align-items: start; }
.news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.news-card { overflow: hidden; border: 1px solid rgba(14, 36, 55, .08); border-radius: 20px; box-shadow: 0 18px 38px rgba(19, 38, 62, .08); transition: transform 180ms ease, box-shadow 180ms ease; }
.news-card:hover { transform: translateY(-4px); box-shadow: 0 22px 44px rgba(19, 38, 62, .12); }
.news-card img { aspect-ratio: 16 / 11; }
.news-card-body { padding: 22px 22px 24px; }
.news-meta { margin-bottom: 14px; color: var(--copper); font-size: .75rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.news-card-body h2 { margin: 0 0 12px; color: var(--navy); font-size: 1.4rem; line-height: 1.35; }
.news-card-body p { margin: 0; color: var(--muted); font-size: .95rem; line-height: 1.7; }
.card-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; font-weight: 800; color: var(--navy); text-decoration: none; }
.card-link::after { color: var(--copper); content: "→"; }
.news-sidebar { position: sticky; top: 98px; padding: 24px; background: var(--white); border: 1px solid rgba(14, 36, 55, .08); border-radius: 20px; box-shadow: 0 18px 38px rgba(19, 38, 62, .08); }
.news-sidebar label { display: block; margin-bottom: 10px; color: var(--navy); font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.news-sidebar input { width: 100%; margin-bottom: 20px; padding: 12px 14px; color: var(--ink); background: var(--mist); border: 1px solid rgba(14, 36, 55, .12); border-radius: 12px; }
.news-sidebar h2 { margin: 18px 0 12px; color: var(--navy); font-size: 1.04rem; }
.news-sidebar nav { display: grid; gap: 10px; }
.news-sidebar nav a { color: var(--ink); font-size: .92rem; text-decoration: none; }
.news-sidebar nav a:hover { color: var(--copper); }
.news-category-list { margin: 0; padding: 0; list-style: none; }
.news-category-list li { margin-bottom: 8px; }
.news-category-list a { display: inline-flex; padding: 8px 10px; background: #eef5fb; border-radius: 999px; font-size: .79rem; font-weight: 700; }
.news-cat-highlight { display: inline-flex; padding: 8px 12px; background: var(--navy); color: var(--white); border-radius: 999px; font-size: .75rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.news-empty-state { margin-top: 12px; color: var(--muted); }
.muted { color: var(--muted); font-size: .9rem; }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: 35px; align-items: start; }
.article-content { min-width: 0; }
.article-image { width: 100%; max-height: 430px; object-fit: cover; margin-bottom: 25px; }
.article-intro { padding: 20px; color: var(--navy); background: var(--mist); border-left: 4px solid var(--copper); font-size: 1.08rem; }
.article-section { margin-top: 35px; }
.article-section h2 { margin-bottom: 15px; font-size: 2rem; }
.article-section h3 { margin: 16px 0 8px; font-size: 1.1rem; }
.article-cta { margin: 40px 0; padding: 28px; color: var(--white); background: var(--blue); }
.article-cta h2 { margin-bottom: 16px; color: var(--white); font-size: 2rem; }
.related-articles { display: grid; gap: 10px; }
.related-articles a { font-weight: 700; }
.breadcrumbs { margin-bottom: 22px; color: #aebfcb; font-size: .84rem; }
.breadcrumbs a { color: #dce6ec; }
.grid { display: grid; gap: 18px; }
.grid--services { grid-template-columns: 1fr; }
.gallery-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.gallery-item { display: block; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.gallery-item img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform 220ms ease; }
.gallery-item:hover img { transform: scale(1.05); }
@media (min-width: 700px) { .gallery-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1000px) { .gallery-grid { grid-template-columns: repeat(4, 1fr); } }
.gallery-grid--strip { grid-template-columns: repeat(3, 1fr); margin-top: 30px; }
@media (min-width: 1000px) { .gallery-grid--strip { grid-template-columns: repeat(3, 1fr); } }
.grid--projects { grid-template-columns: 1fr; }
.card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.card { transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease; }
.card:hover { transform: translateY(-3px); border-color: #b7c6cf; box-shadow: 0 12px 28px rgba(16, 42, 67, .12); }
.card--text { position: relative; min-height: 100%; background: linear-gradient(135deg, var(--white) 0%, #eef3f5 100%); }
.card--text::before { position: absolute; inset: 0 0 auto; height: 4px; background: var(--copper); content: ""; }
.card-media { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.card-body { padding: 24px; }
.card-body p { color: var(--muted); }
.card-link { display: inline-flex; margin-top: 8px; align-items: center; gap: 8px; font-weight: 700; }
.number-label { display: block; margin-bottom: 16px; color: var(--copper); font-family: var(--font-display); font-size: 2.4rem; font-weight: 800; }
.expertise-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.expertise-item { min-height: 130px; padding: 22px; background: var(--white); }
.expertise-item strong { display: block; margin-bottom: 7px; color: var(--navy); font-family: var(--font-display); font-size: 1.2rem; }
.expertise-item span { color: var(--muted); font-size: .9rem; }
.split { display: grid; gap: 35px; align-items: center; }
.split-media { width: 100%; max-height: 650px; object-fit: cover; border-radius: var(--radius); }
.process { display: grid; gap: 22px; counter-reset: step; }
.process-item { position: relative; padding: 24px 0 24px 62px; border-top: 1px solid rgba(255,255,255,.25); }
.process-item::before { position: absolute; left: 0; top: 17px; color: var(--copper); font-family: var(--font-display); font-size: 2rem; font-weight: 800; counter-increment: step; content: counter(step, decimal-leading-zero); }
.process-item p { margin: 8px 0 0; color: #cbd6de; }
.cta-band { padding: 48px 0; color: var(--white); background: var(--blue); }
.cta-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.cta-band h2 { max-width: 650px; color: var(--white); font-size: clamp(1.9rem, 4vw, 3.2rem); }
.list-clean { display: grid; gap: 13px; margin: 25px 0 0; padding: 0; list-style: none; }
.list-clean li { position: relative; padding-left: 22px; }
.list-clean li::before { position: absolute; left: 0; color: var(--copper); content: "＋"; font-weight: 700; }
.notice { padding: 18px 20px; color: #5c2b24; background: #fff0ee; border-left: 4px solid var(--copper); }
.form-shell { max-width: 760px; padding: 28px; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); }
.form-grid { display: grid; gap: 18px; }
.field { display: grid; gap: 7px; }
.field label { color: var(--navy); font-weight: 700; }
.field input, .field textarea, .field select { width: 100%; padding: 13px 14px; color: var(--ink); background: var(--paper); border: 1px solid #b9c5cc; border-radius: var(--radius); }
.field textarea { min-height: 150px; resize: vertical; }
.form-extra { display: grid; gap: 18px; margin: 20px 0; }
.consent-field { display: flex; gap: 10px; align-items: flex-start; color: var(--ink); font-size: .95rem; }
.consent-field input { flex: 0 0 auto; width: 18px; height: 18px; margin-top: 3px; accent-color: var(--copper); }
.consent-field a { color: var(--blue); }
.form-status { min-height: 24px; margin-top: 14px; color: var(--muted); }
.form-status[data-state="error"] { color: #a13e2b; }
.form-status[data-state="success"] { color: #236b4d; }
.contact-grid { display: grid; gap: 18px; }
.contact-item { padding: 24px; background: var(--white); border-top: 3px solid var(--copper); }
.contact-item strong { display: block; margin-bottom: 6px; color: var(--navy); font-family: var(--font-display); font-size: 1.2rem; }
.contact-direct-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.contact-direct-card { padding: 28px; background: var(--white); border: 1px solid var(--line); border-top: 4px solid var(--copper); box-shadow: var(--shadow); }
.contact-direct-card h2 { margin-bottom: 12px; font-size: 1.8rem; }
.contact-direct-card p:not(.eyebrow) { color: var(--muted); }
.contact-direct-details { display: grid; grid-template-columns: 1.2fr 1fr; gap: 40px; }
.contact-direct-details h2 { color: var(--white); }
.contact-direct-details p:not(.eyebrow), .contact-direct-details a { color: #dbe7ee; }
.map-section { max-width: 1200px; }
.map-frame { width: 100%; min-height: 280px; border: 1px solid var(--line); background: var(--mist); box-shadow: var(--shadow); }
.map-frame iframe { display: block; width: 100%; height: 100%; min-height: 280px; border: 0; }
.contact-split { align-items: stretch; }
.contact-split .form-shell { max-width: 100%; }
.map-frame--tall { min-height: 420px; }
.map-frame--tall iframe { min-height: 420px; }
.table-wrap { overflow-x: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
table { width: 100%; min-width: 520px; border-collapse: collapse; background: var(--white); }
th, td { padding: 14px; text-align: left; border-bottom: 1px solid var(--line); }
th { color: var(--navy); background: var(--mist); }
.prose { max-width: 820px; }
.prose h2 { margin: 42px 0 15px; font-size: 2rem; }
.prose h3 { margin: 28px 0 10px; }
.prose ul { padding-left: 22px; }
.footer { padding: 64px 0 25px; color: #d9e3ea; background: var(--navy); font-size: .9rem; }
.footer-logo { margin-bottom: 25px; }
.footer-logo img { width: min(240px, 100%); height: auto; max-height: 80px; object-fit: contain; object-position: left center; }
.footer-grid { display: grid; gap: 42px 35px; }
.footer h2, .footer h3 { margin: 0 0 18px; color: var(--white); font-size: 1.05rem; line-height: 1.25; }
.footer h2::after, .footer h3::after { display: block; width: 30px; height: 2px; margin-top: 9px; background: var(--copper); content: ""; }
.footer p { color: #b8c8d2; font-size: .9rem; line-height: 1.55; }
.footer a { color: #dce6ec; }
.footer-links { display: grid; gap: 9px; }
.footer-service-links { display: grid; gap: 9px; }
.footer-service-links a { color: #dce6ec; font-size: .9rem; line-height: 1.35; text-decoration: none; }
.footer-service-links a:hover { color: var(--copper); }
.footer-useful-links { display: grid; gap: 9px; align-content: start; }
.footer-useful-links a { display: block; color: #dce6ec; font-size: .9rem; line-height: 1.35; text-decoration: none; }
.footer-useful-links a:hover { color: var(--copper); }
.shared-footer .footer-grid { grid-template-columns: minmax(220px, 1.15fr) minmax(260px, 1.7fr) minmax(170px, .9fr) minmax(170px, .9fr); column-gap: 40px; align-items: start; }
.shared-footer .footer-grid > div { display: flex; min-width: 0; flex-direction: column; align-items: flex-start; }
.shared-footer .footer-grid h3 { min-height: 0; margin-bottom: 18px; }
.shared-footer .footer-service-links { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 18px; }
.shared-footer .footer-service-links a { font-size: .9rem; line-height: 1.35; }
.cookie-banner { align-items: start; }
.whatsapp-float { display: grid; width: 58px; height: 58px; place-items: center; }
.whatsapp-float .whatsapp-icon { width: 34px; height: 34px; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 25px; margin-top: 50px; padding-top: 20px; color: #9fb2bf; font-size: .82rem; line-height: 1.45; border-top: 1px solid rgba(255,255,255,.18); }
.cookie-banner { position: fixed; right: 20px; bottom: 20px; z-index: 40; display: grid; max-width: min(560px, calc(100% - 40px)); gap: 18px; padding: 20px; color: var(--ink); background: var(--white); border: 1px solid var(--line); box-shadow: 0 14px 40px rgba(16, 42, 67, .2); }
.cookie-banner[hidden] { display: none; }
.cookie-banner h2 { margin-bottom: 6px; font-size: 1.2rem; }
.cookie-banner p { margin-bottom: 6px; color: var(--muted); font-size: .92rem; }
.cookie-banner a { font-size: .9rem; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.cookie-actions .btn--outline { color: var(--navy); border-color: var(--navy); }
.cookie-actions .btn--outline:hover { color: var(--white); background: var(--navy); border-color: var(--navy); }
@media (min-width: 700px) { .cookie-banner { grid-template-columns: 1fr auto; align-items: center; } }
.whatsapp-float { position: fixed; right: 20px; bottom: 20px; z-index: 35; display: grid; width: 56px; height: 56px; place-items: center; color: var(--white); background: #25D366; border: 0; border-radius: 50%; box-shadow: 0 8px 22px rgba(16, 42, 67, .22); text-decoration: none; animation: whatsapp-pulse 2.4s ease-in-out infinite; will-change: transform, box-shadow; }
.whatsapp-icon { display: block; width: 33px; height: 33px; color: var(--white); animation: whatsapp-bounce 2.8s ease-in-out infinite; transition: transform 180ms ease; }
.whatsapp-tooltip { position: absolute; right: 66px; padding: 5px 9px; color: var(--white); background: var(--navy); border-radius: 3px; font-size: .78rem; font-weight: 700; opacity: 0; pointer-events: none; white-space: nowrap; transform: translateX(6px); transition: opacity 160ms ease, transform 160ms ease; }
.whatsapp-float:hover, .whatsapp-float:focus-visible { color: var(--white); background: #1DA851; transform: translateY(-2px); animation-play-state: paused; }
.whatsapp-float:hover .whatsapp-tooltip, .whatsapp-float:focus-visible .whatsapp-tooltip { opacity: 1; transform: translateX(0); }
.whatsapp-float:focus-visible { outline-color: var(--copper); }
@media (max-width: 480px) { .whatsapp-float { right: 14px; bottom: 14px; width: 50px; height: 50px; } }
@keyframes whatsapp-pulse { 0%, 100% { box-shadow: 0 8px 22px rgba(16, 42, 67, .22), 0 0 0 0 rgba(37, 211, 102, .38); transform: scale(1); } 50% { box-shadow: 0 10px 26px rgba(16, 42, 67, .26), 0 0 0 9px rgba(37, 211, 102, 0); transform: scale(1.06); } }
@keyframes whatsapp-bounce { 0%, 55%, 100% { transform: translateY(0) rotate(0); } 70% { transform: translateY(-5px) rotate(-8deg); } 85% { transform: translateY(0) rotate(6deg); } }
@media (prefers-reduced-motion: reduce) { .whatsapp-float { animation: none; } .whatsapp-icon { animation: none; } .whatsapp-tooltip { transition: none; } }
.reveal { animation: reveal .55s ease both; }
@keyframes reveal { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@media (min-width: 900px) {
  .container { width: min(calc(100% - 64px), var(--container)); }
  .site-nav, .header-actions { display: flex; }
  .menu-toggle { display: none; }
  .grid--services { grid-template-columns: repeat(2, 1fr); }
  .grid--projects { grid-template-columns: repeat(2, 1fr); }
  .split { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); }
  .contact-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr 1fr; }
}
@media (max-width: 899px) {
  .header-inner > .btn { display: none; }
  .home-service-grid, .testimonial-grid { grid-template-columns: 1fr; }
  .home-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-news-grid { grid-template-columns: 1fr; }
  .home-footer .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .shared-footer .footer-grid { grid-template-columns: minmax(210px, 1fr) minmax(250px, 1.6fr); column-gap: 30px; }
  .shared-footer .footer-service-links { grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); }
  .services-layout { grid-template-columns: 1fr; }
  .services-sidebar { position: static; }
  .service-detail-layout { grid-template-columns: 1fr; }
  .news-layout { grid-template-columns: 1fr; }
  .news-sidebar { position: static; }
  .article-layout { grid-template-columns: 1fr; }
  .contact-direct-grid, .contact-direct-details { grid-template-columns: 1fr; }
  .product-detail-layout { grid-template-columns: 1fr; gap: 28px; }
  .legal-layout { grid-template-columns: 1fr; }
  .legal-aside { position: static; }
}
@media (max-width: 620px) {
  .brand-logo { width: 145px; }
  .topbar-inner, .urgent-grid, .quote-inner { align-items: flex-start; flex-direction: column; }
  .home-hero { min-height: 590px; }
  .home-service-card { grid-template-columns: 1fr; }
  .home-service-card img { min-height: 210px; }
  .home-service-card > div { padding: 0 20px 20px; }
  .security-copy { columns: 1; }
  .home-product-grid, .home-footer .footer-grid { grid-template-columns: 1fr; }
  .shared-footer .footer-grid { grid-template-columns: 1fr; }
  .shared-footer .footer-service-links { grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); }
  .services-card-grid { grid-template-columns: 1fr; }
  .news-grid { grid-template-columns: 1fr; }
  .sitemap-grid { grid-template-columns: 1fr; }
  .legal-document-header { display: block; }
  .legal-document-header p { margin-top: 8px; }
}
@media (min-width: 1000px) {
  .grid--services { grid-template-columns: repeat(3, 1fr); }
  .expertise-grid { grid-template-columns: repeat(4, 1fr); }
  .form-grid--two { grid-template-columns: repeat(2, 1fr); }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }

/* Language switcher */
.language-switcher { position: relative; display: inline-flex; align-items: center; margin-inline-start: 2px; }
.language-switcher__flag { position: absolute; z-index: 1; inset-inline-start: 9px; display: grid; width: 16px; height: 16px; place-items: center; pointer-events: none; }
.language-switcher__flag img { width: 16px; height: 16px; border-radius: 50%; object-fit: cover; box-shadow: 0 0 0 1px rgba(255,255,255,.38); }
.language-switcher select { min-width: 108px; height: 32px; padding-inline: 32px 24px; color: var(--white); background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.3); border-radius: 6px; font-size: .72rem; font-weight: 700; cursor: pointer; }
.language-switcher select:hover { background: rgba(255,255,255,.16); border-color: rgba(255,255,255,.55); }
.language-switcher select:focus-visible { outline-offset: 2px; }
.language-switcher option { color: var(--ink); background: var(--white); }
.mobile-panel .lang-switch { gap: 8px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.mobile-panel .lang-switch span { color: var(--white); font-family: var(--font-display); font-size: 1.1rem; }

/* RTL (Arabic) support */
[dir="rtl"] { --font-display: 'Noto Kufi Arabic', "Segoe UI", "Arial Narrow", sans-serif; --font-body: 'Noto Kufi Arabic', "Segoe UI", Tahoma, sans-serif; }
[dir="rtl"] body { direction: rtl; text-align: right; }
[dir="rtl"] p { text-align: justify; text-align-last: right; }
[dir="rtl"] .header-inner, [dir="rtl"] .footer-grid, [dir="rtl"] .footer-bottom { direction: rtl; }
[dir="rtl"] .language-switcher { margin-inline-start: 2px; }
[dir="rtl"] .brand-logo { object-position: right center; }
[dir="rtl"] .site-nav { direction: rtl; }
[dir="rtl"] .mobile-panel { text-align: right; }
[dir="rtl"] .sitemap-links, [dir="rtl"] .footer-useful-links, [dir="rtl"] .legal-nav { text-align: right; }
[dir="rtl"] .whatsapp-float { right: auto; left: 20px; }
[dir="rtl"] .skip-link { left: auto; right: 12px; }
[dir="rtl"] .notice { border-left: 0; border-right: 4px solid var(--copper); }
[dir="rtl"] .list-clean li { padding-right: 22px; padding-left: 0; }
[dir="rtl"] .list-clean li::before { left: auto; right: 0; }
[dir="rtl"] .process-item { padding: 24px 62px 24px 0; }
[dir="rtl"] .process-item::before { left: auto; right: 0; }
[dir="rtl"] .hero-meta span::before { margin-right: 0; margin-left: 8px; }
[dir="rtl"] .number-label, [dir="rtl"] .eyebrow { letter-spacing: 0; }
[dir="rtl"] .breadcrumbs { direction: rtl; }
[dir="rtl"] .form-status[data-state] { direction: rtl; }
@media (max-width: 480px) { [dir="rtl"] .whatsapp-float { right: auto; left: 14px; } }
