:root {
    --bg: #eef3f8;
    --ink: #10233f;
    --muted: #5b6b80;
    --blue: #1d4ed8;
    --blue-deep: #1239b0;
    --navy: #0c2348;
    --line: #e3eaf2;
    --card: #ffffff;
    --radius: 22px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; }
body {
    font-family: 'Manrope', 'Noto Sans Arabic', 'Segoe UI', sans-serif;
    color: var(--ink);
    background: var(--bg);
    line-height: 1.6;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
.shell { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }

.top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 0 14px;
}
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.brand img { width: 54px; height: 54px; object-fit: cover; border-radius: 12px; background: #fff; }
.brand strong { display: block; font-size: 0.92rem; letter-spacing: -0.02em; line-height: 1.2; }
.brand em { display: block; font-style: normal; color: var(--muted); font-size: 0.75rem; }
.menu { display: flex; align-items: center; gap: 22px; }
.menu a { text-decoration: none; font-size: 0.92rem; font-weight: 600; color: #24344d; }
.menu a:hover { color: var(--blue); }
.pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    background: var(--blue);
    color: #fff !important;
    border: 0;
    border-radius: 999px;
    padding: 11px 18px;
    font: inherit;
    font-size: 0.9rem;
    font-weight: 700;
    cursor: pointer;
}
.pill:hover { background: var(--blue-deep); }
.pill.light {
    background: transparent;
    color: #fff !important;
    border: 1.5px solid rgba(255,255,255,0.7);
}
.pill.light:hover { background: rgba(255,255,255,0.12); }

.hero {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    min-height: 540px;
    border-radius: 28px;
    overflow: hidden;
    background: var(--navy);
    box-shadow: 0 24px 50px rgba(16, 35, 63, 0.12);
}
.hero-copy {
    padding: 64px 56px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.eyebrow {
    margin: 0 0 16px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #9eb6e6;
}
.hero h1 {
    margin: 0;
    font-size: clamp(2.4rem, 4.4vw, 3.5rem);
    line-height: 1.05;
    letter-spacing: -0.04em;
    font-weight: 800;
}
.hero h1 span { color: #6ea2ff; }
.rule { width: 46px; height: 3px; background: #6ea2ff; border: 0; margin: 22px 0; }
.hero p { margin: 0; max-width: 420px; color: #d5e2f5; font-size: 1.05rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-photo { position: relative; min-height: 360px; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; position: absolute; inset: 0; }

.facts {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin: 18px 0 8px;
}
.fact {
    background: #fff;
    border-radius: 16px;
    padding: 18px 16px;
    border: 1px solid rgba(16, 35, 63, 0.04);
}
.fact strong { display: block; color: var(--blue); font-size: 0.98rem; margin-bottom: 4px; }
.fact span { color: var(--muted); font-size: 0.88rem; }
.lang { display: inline-flex; border: 1px solid var(--line); border-radius: 999px; overflow: hidden; background: #fff; }
.lang a { text-decoration: none; padding: 6px 10px; font-size: 0.78rem; font-weight: 800; color: var(--muted); }
.lang a.on { background: var(--blue); color: #fff; }
html[dir="rtl"] body { font-family: 'Noto Sans Arabic', 'Manrope', sans-serif; }
html[dir="rtl"] .hero h1 { letter-spacing: 0; }
.num-groups { display: grid; gap: 22px; margin-top: 8px; }
.num-group h3 { margin: 0 0 10px; font-size: 0.95rem; color: var(--blue); }
.num-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 10px; }
.num-card {
    display: flex; flex-direction: column; gap: 4px; justify-content: center;
    min-height: 78px; padding: 12px 14px; background: #fff; border-radius: 14px;
    text-decoration: none; border: 1px solid rgba(16, 35, 63, 0.05);
}
.num-card:hover { border-color: #b9ccf5; }
.num-card strong { font-size: 0.92rem; line-height: 1.3; }
.num-card b { font-size: 1.05rem; letter-spacing: 0.01em; color: var(--navy); font-variant-numeric: tabular-nums; }
.num-card span { display: flex; flex-wrap: wrap; gap: 8px; }

.section { padding: 64px 0; }
.section h2 {
    margin: 0 0 12px;
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    line-height: 1.15;
    letter-spacing: -0.03em;
    color: var(--blue);
    font-weight: 800;
}
.kicker { margin: 0 0 8px; color: var(--blue); font-size: 0.75rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: center; }
.prose { color: #3d4d63; font-size: 1.02rem; }
.prose p { margin: 0 0 14px; }
.frame {
    border-radius: 20px;
    overflow: hidden;
    background: #d7e3ee;
    min-height: 320px;
}
.frame img { width: 100%; height: 380px; object-fit: cover; object-position: center 30%; }
.note { color: var(--muted); font-size: 0.85rem; margin-top: 10px; }

.panel {
    background: #fff;
    border-radius: var(--radius);
    padding: 22px;
    border: 1px solid rgba(16, 35, 63, 0.05);
}
.map { width: 100%; height: 340px; border: 0; border-radius: 14px; }
.link { display: inline-block; margin-top: 12px; color: var(--blue); font-weight: 700; text-decoration: none; }
.contact-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 28px; align-items: start; }
label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
input, textarea {
    width: 100%;
    margin-bottom: 12px;
    padding: 14px 16px;
    border: 1px solid #d7e1ec;
    border-radius: 12px;
    background: #f7f9fc;
    font: inherit;
    color: var(--ink);
}
input:focus, textarea:focus { outline: 2px solid #c5d6fb; border-color: var(--blue); background: #fff; }
textarea { min-height: 120px; resize: vertical; }
.hp { position: absolute; left: -9999px; }
.notice { margin: 0 0 12px; padding: 12px 14px; border-radius: 12px; font-size: 0.92rem; }
.ok { background: #e7f6ec; color: #176b34; }
.bad { background: #fdecea; color: #9c2b24; }
.mail { color: var(--muted); font-size: 0.92rem; }

.foot {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    padding: 8px 0 36px;
    color: #7d8ba0;
    font-size: 0.85rem;
}
.foot a { color: var(--blue); text-decoration: none; font-weight: 700; }

@media (max-width: 900px) {
    .menu a:not(.pill) { display: none; }
    .menu { gap: 10px; }
    .hero, .split, .facts, .contact-grid { grid-template-columns: 1fr; }
    .hero-copy { padding: 36px 24px 28px; }
    .hero-photo { min-height: 280px; }
    .hero-photo img { position: static; height: 280px; }
    .facts { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
    .facts { grid-template-columns: 1fr; }
    .shell { width: min(1160px, calc(100% - 24px)); }
}
