@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700;800&family=Inter:wght@400;500;600;700&display=swap');

:root {
  --blue: #092f68;
  --blue-deep: #062653;
  --blue-ink: #06295b;
  --blue-card: #062d63;
  --red: #d71920;
  --red-dark: #b81219;
  --ink: #102e55;
  --muted: #7f8996;
  --line: #dfe6ee;
  --pale: #f5f8fc;
  --white: #fff;
  --arabic: 'Cairo', Arial, sans-serif;
  --latin: 'Inter', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--arabic); font-size: 16px; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.site-header { position: relative; z-index: 10; background: rgba(255, 255, 255, .98); border-bottom: 1px solid #e9eef4; }
.header-inner { width: min(1240px, calc(100% - 56px)); min-height: 96px; margin: 0 auto; padding: 12px 0; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.company-brand { display: flex; align-items: center; gap: 11px; min-width: 240px; }
.site-logo { width: 82px; height: 58px; display: block; object-fit: contain; border-radius: 5px; }
.company-copy { display: grid; text-align: right; line-height: 1.35; }
.company-copy strong { color: #1b1b1b; font-size: 13px; font-weight: 800; }
.company-copy small { color: #667386; font-size: 9px; white-space: nowrap; }
.main-nav { display: flex; align-items: center; gap: 30px; margin-inline: auto; color: #536377; font-size: 14px; font-weight: 600; }
.main-nav a { position: relative; padding: 9px 0; }.main-nav a::after { content: ''; position: absolute; right: 0; bottom: 2px; width: 0; height: 2px; background: var(--red); transition: width .25s ease; }.main-nav a:hover::after { width: 100%; }
.header-actions { display: flex; align-items: center; gap: 15px; direction: ltr; }
.staff-login { display: inline-flex; align-items: center; gap: 7px; padding: 10px 14px; color: var(--white); background: var(--blue); border-radius: 6px; font-size: 13px; font-weight: 800; white-space: nowrap; box-shadow: 0 6px 14px rgba(9, 47, 104, .15); transition: transform .2s ease, background .2s ease; }.staff-login:hover { background: var(--blue-deep); transform: translateY(-2px); }.lock-icon { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 auto; }
.language-button { padding: 0; border: 0; background: transparent; color: var(--blue); font-family: var(--latin); font-size: 13px; font-weight: 700; cursor: pointer; }

.hero { min-height: 472px; position: relative; display: grid; place-items: center; overflow: hidden; background: linear-gradient(135deg, #062653 0%, #0b3774 100%); color: var(--white); }
.hero::before { content: ''; position: absolute; inset: 0; opacity: .16; background: linear-gradient(116deg, transparent 0 48%, rgba(255,255,255,.22) 48.1% 48.28%, transparent 48.4% 100%); }
.hero::after { content: ''; position: absolute; width: 520px; height: 520px; left: -385px; top: -285px; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.025), 0 0 0 110px rgba(255,255,255,.018); }
.hero-shape { position: absolute; width: 360px; height: 220px; right: -80px; bottom: -144px; background: var(--red); clip-path: polygon(39% 0, 100% 0, 100% 100%, 0 100%); transform: rotate(-1deg); }
.hero-shape::after { content: ''; position: absolute; width: 210px; height: 210px; right: 145px; bottom: -111px; border: 2px solid rgba(255,255,255,.2); border-radius: 50%; }
.hero-content { width: min(780px, calc(100% - 48px)); position: relative; z-index: 1; padding: 48px 0 54px; text-align: center; }
.hero-kicker { display: flex; align-items: center; justify-content: center; gap: 11px; margin: 0 0 18px; color: rgba(255,255,255,.9); font-size: 13px; font-weight: 600; letter-spacing: .02em; }.hero-kicker span:first-child, .hero-kicker span:last-child { width: 28px; height: 2px; background: var(--red); }
.hero-brand { margin: 0 0 2px; color: var(--red); font-size: clamp(35px, 6vw, 53px); font-weight: 800; line-height: 1.12; }
.hero h1 { margin: 0 0 13px; color: var(--white); font-size: clamp(25px, 4.2vw, 38px); font-weight: 800; line-height: 1.35; letter-spacing: -.03em; }
.hero-description { max-width: 680px; margin: 0 auto 27px; color: rgba(255,255,255,.93); font-size: clamp(13px, 1.7vw, 15px); line-height: 2.05; }
.hero-buttons { display: flex; justify-content: center; align-items: center; gap: 14px; direction: ltr; }.hero-button { min-width: 153px; padding: 11px 17px; border-radius: 6px; font-size: 14px; font-weight: 800; direction: rtl; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }.hero-button:hover { transform: translateY(-3px); }
.hero-button-outline { color: var(--white); border: 1px solid rgba(255,255,255,.9); background: transparent; }.hero-button-outline:hover { color: var(--blue); background: var(--white); }
.hero-button-red { color: var(--white); border: 1px solid var(--red); background: var(--red); box-shadow: 0 8px 18px rgba(0,0,0,.14); }.hero-button-red:hover { background: var(--red-dark); box-shadow: 0 10px 22px rgba(0,0,0,.2); }
.proof-band { min-height: 82px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; background: var(--pale); border-bottom: 1px solid var(--line); }
.proof-item { min-height: 43px; display: flex; align-items: center; justify-content: center; padding: 0 14px; border-inline-start: 1px solid var(--line); }.proof-item:first-child { border-inline-start: 0; }.proof-item span { color: #5f7088; font-size: 13px; font-weight: 600; text-align: center; }

.services { width: 100%; position: relative; overflow: hidden; margin: 0; padding: 74px max(28px, calc((100% - 1200px) / 2)) 82px; background: linear-gradient(180deg, #f7faff 0%, #f3f7fc 100%); box-shadow: inset 0 1px #edf2f7, inset 0 -1px #edf2f7; text-align: center; }.services::before { content: ''; position: absolute; width: 430px; height: 430px; top: -245px; inset-inline-start: -175px; border: 1px solid rgba(9, 47, 104, .08); border-radius: 50%; box-shadow: 0 0 0 42px rgba(9, 47, 104, .025), 0 0 0 84px rgba(9, 47, 104, .018); pointer-events: none; }.services::after { content: ''; position: absolute; width: 250px; height: 130px; right: -58px; bottom: -65px; background: linear-gradient(135deg, transparent 0 26%, rgba(215, 25, 32, .055) 26% 100%); transform: rotate(-8deg); pointer-events: none; }.services > * { position: relative; z-index: 1; }.section-intro { margin: 0 auto 40px; }.section-label { margin: 0 0 7px; color: var(--red); font-size: 14px; font-weight: 800; }.section-intro h2 { margin: 0 0 8px; color: var(--blue-ink); font-size: clamp(25px, 4vw, 35px); font-weight: 800; line-height: 1.45; letter-spacing: -.03em; }.section-intro > p:last-child { max-width: 700px; margin: 0 auto; color: #536b84; font-size: clamp(14px, 2vw, 17px); font-weight: 500; line-height: 1.9; }
.service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; direction: rtl; }.service-card { min-height: 215px; position: relative; overflow: hidden; padding: 30px 21px 26px; background: var(--white); border: 1px solid var(--line); border-radius: 13px; box-shadow: 0 10px 23px rgba(8, 45, 93, .055); text-align: center; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }.service-card::before { content: ''; position: absolute; inset-inline: 0; top: 0; height: 3px; background: linear-gradient(90deg, var(--red), var(--blue)); opacity: 0; transition: opacity .25s ease; }.service-card:hover { transform: translateY(-6px); border-color: #cbd8e8; box-shadow: 0 18px 35px rgba(8, 45, 93, .12); }.service-card:hover::before { opacity: 1; }
.service-icon { width: 48px; height: 48px; display: grid; place-items: center; margin: 2px auto 16px; color: var(--white); background: var(--blue-card); border-radius: 10px; box-shadow: 0 8px 15px rgba(6, 45, 99, .15); }.service-icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }.icon-electric svg { fill: currentColor; stroke: none; }.icon-general svg { stroke-width: 1.45; }.service-card h3 { margin: 0 0 8px; color: var(--blue-ink); font-size: 17px; font-weight: 800; }.service-card p { max-width: 250px; margin: 0 auto; color: #3f5872; font-size: 14px; font-weight: 500; line-height: 1.9; }

.about-strip { width: min(1200px, calc(100% - 56px)); min-height: 188px; margin: 0 auto 82px; padding: 32px 38px; display: grid; grid-template-columns: .7fr 1fr 1fr; align-items: center; gap: 35px; color: var(--white); background: var(--blue); border-radius: 12px; box-shadow: 0 15px 30px rgba(6, 38, 83, .13); }.about-mark { color: var(--red); font-family: var(--latin); font-size: 24px; font-weight: 800; letter-spacing: .06em; }.about-strip .section-label { margin-bottom: 5px; }.about-strip h2 { margin: 0; font-size: clamp(23px, 3vw, 30px); line-height: 1.5; }.about-strip > p { max-width: 350px; margin: 0; color: rgba(255,255,255,.86); font-size: 15px; font-weight: 500; line-height: 2; }

.contact-strip { min-height: 205px; position: relative; display: grid; place-content: center; overflow: hidden; padding: 30px 16px; background: var(--blue-deep); color: var(--white); text-align: center; }.contact-strip::before { content: ''; position: absolute; width: 440px; height: 160px; left: -90px; bottom: -110px; border: 2px solid rgba(215,25,32,.7); border-radius: 50%; transform: rotate(-25deg); }.contact-strip h2 { position: relative; margin: 0 0 10px; font-family: var(--latin), var(--arabic); font-size: clamp(19px, 4vw, 28px); font-weight: 700; line-height: 1.5; }.contact-strip p { position: relative; margin: 0; font-family: var(--latin), var(--arabic); font-size: clamp(15px, 3vw, 21px); }
.site-footer { min-height: 108px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; padding: 22px 20px; color: #5f7085; background: var(--white); font-size: 13px; text-align: center; direction: inherit; }.footer-brand { color: var(--blue); font-family: var(--latin); font-weight: 800; letter-spacing: .16em; }.footer-company { color: #5f7085; }.footer-copy { color: #5f7085; font-size: 12px; }

@media (max-width: 950px) { .main-nav { gap: 18px; }.service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 720px; margin: 0 auto; }.about-strip { grid-template-columns: .65fr 1fr 1fr; } }
@media (max-width: 700px) {
  .header-inner { width: calc(100% - 30px); min-height: 88px; gap: 10px; }.company-brand { min-width: 0; gap: 8px; }.site-logo { width: 70px; height: 49px; }.company-copy strong { font-size: 12px; }.company-copy small { font-size: 8px; }.main-nav { display: none; }.header-actions { gap: 9px; }.staff-login { padding: 9px 10px; font-size: 12px; }.language-button { font-size: 12px; }
  .hero { min-height: 420px; }.hero-content { width: calc(100% - 32px); padding: 42px 0 47px; }.hero-kicker { font-size: 11px; margin-bottom: 15px; }.hero-kicker span:first-child, .hero-kicker span:last-child { width: 20px; }.hero-brand { font-size: 40px; }.hero h1 { font-size: 27px; margin-bottom: 12px; }.hero-description { font-size: 13px; line-height: 2; margin-bottom: 24px; }.hero-buttons { gap: 10px; }.hero-button { min-width: 132px; padding: 10px 9px; font-size: 13px; }.hero-shape { width: 270px; height: 175px; right: -95px; bottom: -120px; }
  .proof-band { min-height: 88px; }.proof-item { padding: 0 7px; }.proof-item span { font-size: 12px; line-height: 1.7; }
  .services { width: 100%; padding: 56px 16px 61px; }.section-intro { margin-bottom: 30px; }.section-label { font-size: 13px; }.section-intro h2 { font-size: 25px; }.section-intro > p:last-child { font-size: 13px; line-height: 1.9; }.service-grid { gap: 14px; }.service-card { min-height: 218px; padding: 28px 10px 25px; }.service-icon { width: 46px; height: 46px; margin-bottom: 13px; }.service-icon svg { width: 22px; height: 22px; }.service-card h3 { margin-bottom: 7px; font-size: 16px; }.service-card p { max-width: 175px; color: #3f5872; font-size: 14px; font-weight: 500; line-height: 1.75; }
  .about-strip { width: calc(100% - 32px); min-height: 0; margin: 0 auto 61px; padding: 28px 24px; display: grid; grid-template-columns: 1fr; gap: 12px; border-radius: 10px; }.about-mark { font-size: 20px; }.about-strip h2 { font-size: 24px; }.about-strip > p { font-size: 14px; line-height: 1.9; }.contact-strip { min-height: 176px; }.contact-strip h2 { font-size: 20px; }.contact-strip p { font-size: 16px; }.site-footer { min-height: 102px; gap: 4px; font-size: 12px; }.footer-copy { font-size: 12px; }
}

[dir="ltr"] body { font-family: var(--latin), Arial, sans-serif; }

:focus-visible { outline: 3px solid rgba(215, 25, 32, .55); outline-offset: 4px; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
