@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Reem+Kufi:wght@400..700&display=swap');

:root {
  --night-950: #071426;
  --night-900: #0b1f38;
  --night-800: #123253;
  --blue-700: #164d80;
  --blue-500: #2d7cc0;
  --ice: #eaf4ff;
  --paper: #f7fbff;
  --white: #ffffff;
  --gold: #f2c86d;
  --gold-strong: #dca83e;
  --ink: #17283a;
  --muted: #607286;
  --line: rgba(148, 190, 231, 0.28);
  --shadow: 0 24px 70px rgba(5, 22, 42, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  direction: rtl;
  font-family: 'Almarai', sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.8;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.container { width: min(1120px, calc(100% - 32px)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(242, 200, 109, 0.18);
  background: rgba(7, 20, 38, 0.88);
  backdrop-filter: blur(16px);
  box-shadow: 0 10px 35px rgba(2, 11, 24, 0.22);
}
.navbar { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; min-width: max-content; }
.brand-mark {
  width: 48px; height: 48px; padding: 3px; border-radius: 50%;
  background: linear-gradient(145deg, var(--gold), #fff1b4);
  box-shadow: 0 0 0 5px rgba(242, 200, 109, 0.08), 0 0 30px rgba(242, 200, 109, 0.18);
}
.brand-mark img { width: 100%; height: 100%; border-radius: 50%; background: white; object-fit: contain; }
.brand-title { display: block; color: white; font-family: 'Reem Kufi', sans-serif; font-size: 1.12rem; font-weight: 700; line-height: 1.2; }
.brand-subtitle { display: block; color: #9fb6cc; font-size: .72rem; margin-top: 2px; }
.nav-links { display: flex; align-items: center; gap: 30px; color: #dbe9f6; font-weight: 700; font-size: .92rem; }
.nav-links a { position: relative; padding-block: 26px; }
.nav-links a::after {
  content: ''; position: absolute; right: 0; left: 0; bottom: 17px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  transform: scaleX(0); transition: .25s ease;
}
.nav-links a:hover, .nav-links a[aria-current='page'] { color: var(--gold); }
.nav-links a:hover::after, .nav-links a[aria-current='page']::after { transform: scaleX(1); }
.nav-cta { padding: 10px 18px; border: 1px solid rgba(242, 200, 109, .42); border-radius: 999px; color: var(--gold); font-weight: 700; transition: .25s ease; }
.nav-cta:hover { background: var(--gold); color: var(--night-950); box-shadow: 0 0 28px rgba(242, 200, 109, .28); }
.mobile-nav { display: none; color: white; }
.mobile-nav summary { list-style: none; cursor: pointer; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(242, 200, 109, .35); border-radius: 12px; color: var(--gold); }
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-nav-panel { position: absolute; inset-inline: 16px; top: 68px; padding: 14px; border: 1px solid rgba(242, 200, 109, .2); border-radius: 18px; background: #0a1b31; box-shadow: var(--shadow); }
.mobile-nav-panel a { display: block; padding: 11px 12px; border-radius: 10px; color: #dbe9f6; font-weight: 700; }
.mobile-nav-panel a:hover { background: rgba(242, 200, 109, .1); color: var(--gold); }

.hero, .page-hero {
  position: relative; overflow: hidden; color: white;
  background:
    radial-gradient(circle at 15% 25%, rgba(45,124,192,.34), transparent 24%),
    radial-gradient(circle at 82% 10%, rgba(95,172,233,.24), transparent 22%),
    linear-gradient(145deg, var(--night-950), var(--night-800) 62%, #0c2847);
}
.hero::before, .page-hero::before, .night-section::before {
  content: ''; position: absolute; inset: 0; pointer-events: none; opacity: .72;
  background-image:
    radial-gradient(circle, rgba(255,255,255,.95) 0 1px, transparent 1.6px),
    radial-gradient(circle, rgba(242,200,109,.9) 0 1.2px, transparent 1.8px),
    radial-gradient(circle, rgba(255,255,255,.7) 0 .8px, transparent 1.4px);
  background-size: 122px 122px, 187px 187px, 83px 83px;
  background-position: 7px 20px, 42px 60px, 25px 10px;
}
.constellation { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; opacity: .34; }
.hero-inner { position: relative; z-index: 2; padding: 84px 0 0; text-align: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; padding: 7px 16px; border: 1px solid rgba(242,200,109,.38); border-radius: 999px; color: var(--gold); font-family: 'Reem Kufi', sans-serif; font-size: .9rem; background: rgba(7,20,38,.24); }
.eyebrow::before, .eyebrow::after { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 12px var(--gold); }
h1, h2, h3 { font-family: 'Reem Kufi', sans-serif; line-height: 1.35; margin-top: 0; }
.hero h1 { max-width: 820px; margin: 22px auto 16px; font-size: clamp(2.4rem, 6vw, 5rem); background: linear-gradient(90deg, #fff7db, var(--gold), #eff8ff); -webkit-background-clip: text; color: transparent; text-shadow: 0 0 40px rgba(242,200,109,.12); }
.hero-copy { max-width: 680px; margin: auto; color: #d9e7f4; font-size: clamp(1rem, 2vw, 1.2rem); font-weight: 300; }
.hero-actions { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; margin-top: 30px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 24px; border-radius: 14px; font-weight: 800; transition: .25s ease; border: 1px solid transparent; }
.btn-primary { background: linear-gradient(135deg, var(--gold-strong), #f6d98d); color: var(--night-950); box-shadow: 0 12px 30px rgba(220,168,62,.26); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 38px rgba(220,168,62,.36); }
.btn-secondary { border-color: rgba(232,244,255,.34); color: white; background: rgba(255,255,255,.03); }
.btn-secondary:hover { border-color: var(--gold); color: var(--gold); background: rgba(242,200,109,.08); transform: translateY(-2px); }
.hero-banner-wrap { margin-top: 52px; position: relative; }
.hero-banner-wrap::before { content: ''; position: absolute; inset: 10% 7% -12%; background: #4aa5ea; filter: blur(70px); opacity: .21; }
.hero-banner { position: relative; border-top: 1px solid rgba(255,255,255,.26); background: rgba(255,255,255,.04); overflow: hidden; }
.hero-banner img { width: 100%; max-height: 620px; object-fit: cover; object-position: center 52%; mix-blend-mode: screen; filter: saturate(.9) contrast(1.05) brightness(1.07); }
.hero-banner::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to bottom, transparent 55%, var(--paper) 100%); pointer-events: none; }

.section { padding: 90px 0; }
.section-heading { max-width: 700px; margin-bottom: 40px; }
.kicker { color: var(--blue-500); font-weight: 800; font-size: .9rem; margin: 0 0 8px; }
.section-heading h2 { font-size: clamp(2rem, 4vw, 3.2rem); color: var(--night-900); margin-bottom: 14px; }
.section-heading p { margin: 0; color: var(--muted); font-size: 1.05rem; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card { position: relative; padding: 28px; border: 1px solid #dfeaf4; border-radius: 24px; background: rgba(255,255,255,.86); box-shadow: 0 14px 40px rgba(24,63,99,.08); overflow: hidden; transition: .28s ease; }
.card::before { content: ''; position: absolute; width: 140px; height: 140px; left: -70px; top: -75px; border-radius: 50%; background: radial-gradient(circle, rgba(45,124,192,.16), transparent 68%); }
.card:hover { transform: translateY(-7px); border-color: rgba(45,124,192,.34); box-shadow: 0 22px 52px rgba(24,63,99,.13); }
.icon-orbit { width: 56px; height: 56px; display: grid; place-items: center; border: 1px solid rgba(45,124,192,.24); border-radius: 18px; background: linear-gradient(145deg, #f7fbff, #e8f3fd); color: var(--blue-700); box-shadow: inset 0 0 0 6px rgba(255,255,255,.65); }
.icon-orbit svg { width: 26px; height: 26px; }
.card h3 { color: var(--night-900); font-size: 1.35rem; margin: 18px 0 8px; }
.card p { color: var(--muted); margin: 0; }
.card-link { display: inline-block; margin-top: 18px; color: var(--blue-500); font-weight: 800; }

.night-section { position: relative; overflow: hidden; padding: 88px 0; color: white; background: linear-gradient(145deg, var(--night-950), var(--night-800)); }
.night-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.3fr; gap: 60px; align-items: center; }
.night-section h2 { font-size: clamp(2rem, 4vw, 3.4rem); margin-bottom: 14px; color: #fff4ce; }
.night-section p { color: #cbdced; font-size: 1.05rem; }
.quote-card { padding: 30px; border: 1px solid rgba(242,200,109,.22); border-radius: 24px; background: rgba(255,255,255,.045); backdrop-filter: blur(8px); box-shadow: 0 18px 50px rgba(0,0,0,.18); }
.quote-card strong { display: block; font-family: 'Reem Kufi'; color: var(--gold); font-size: 1.5rem; margin-bottom: 8px; }

.page-hero { padding: 80px 0 90px; text-align: center; }
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { font-size: clamp(2.5rem, 6vw, 4.5rem); margin: 16px 0 10px; color: #fff2c6; }
.page-hero p { max-width: 690px; margin: auto; color: #cfdeeb; }

.about-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: center; }
.about-image { padding: 18px; border-radius: 28px; background: linear-gradient(145deg, #d9ecfb, #fff); box-shadow: var(--shadow); }
.about-image img { border-radius: 19px; }
.about-copy h2 { font-size: clamp(2rem, 4vw, 3.2rem); color: var(--night-900); margin-bottom: 18px; }
.about-copy p { color: var(--muted); }
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 40px; }
.value { padding: 24px; border-radius: 20px; border: 1px solid #deebf5; background: white; }
.value strong { display: block; color: var(--night-900); font-family: 'Reem Kufi'; font-size: 1.25rem; margin-bottom: 6px; }
.value span { color: var(--muted); font-size: .92rem; }

.contact-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 28px; align-items: start; }
.contact-form, .contact-panel { border: 1px solid #dce8f3; border-radius: 26px; background: white; box-shadow: 0 16px 46px rgba(18,50,83,.08); }
.contact-form { padding: 34px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-weight: 800; color: var(--night-900); margin-bottom: 7px; font-size: .9rem; }
.field input, .field textarea { width: 100%; border: 1px solid #dce8f3; border-radius: 14px; padding: 13px 14px; color: var(--ink); background: #f9fcff; outline: none; transition: .2s ease; }
.field textarea { resize: vertical; min-height: 150px; }
.field input:focus, .field textarea:focus { border-color: var(--blue-500); background: white; box-shadow: 0 0 0 4px rgba(45,124,192,.1); }
.hidden-field {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}
.contact-panel { overflow: hidden; }
.contact-panel-head { position: relative; padding: 32px; color: white; background: linear-gradient(145deg, var(--night-950), var(--night-800)); }
.contact-panel-head::after { content: '✦'; position: absolute; left: 26px; top: 20px; color: var(--gold); font-size: 1.8rem; text-shadow: 0 0 20px var(--gold); }
.contact-panel-head h2 { margin-bottom: 8px; color: #fff1c0; }
.contact-panel-head p { color: #c7d8e8; margin: 0; }
.contact-list { padding: 24px 28px 28px; }
.contact-item { padding: 16px 0; border-bottom: 1px solid #e5eef6; }
.contact-item:last-child { border-bottom: 0; }
.contact-item small { display: block; color: var(--muted); margin-bottom: 2px; }
.contact-item strong, .contact-item a { color: var(--night-900); font-weight: 800; }

.site-footer { padding: 34px 0; color: #aebfd0; background: #061221; border-top: 1px solid rgba(242,200,109,.14); }
.footer-inner { display: flex; justify-content: space-between; gap: 24px; align-items: center; }
.footer-links { display: flex; gap: 18px; }
.footer-links a:hover { color: var(--gold); }

@media (max-width: 860px) {
  .nav-links, .nav-cta { display: none; }
  .mobile-nav { display: block; }
  .cards, .values { grid-template-columns: 1fr; }
  .night-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-inner { padding-top: 64px; }
  .hero-banner img { min-height: 350px; object-fit: cover; }
  .about-image { order: -1; }
}
@media (max-width: 620px) {
  .brand-subtitle { display: none; }
  .brand-title { font-size: 1rem; }
  .hero h1 { font-size: 2.45rem; }
  .section { padding: 68px 0; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 24px; }
  .footer-inner { flex-direction: column; text-align: center; }
}


.location-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 15%, rgba(45,124,192,.10), transparent 28%),
    var(--paper);
}
.location-heading { margin-inline: auto; text-align: center; }
.map-card {
  position: relative;
  height: 430px;
  padding: 6px;
  overflow: hidden;
  border: 1px solid rgba(45,124,192,.22);
  border-top: 4px solid var(--gold);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(224,241,255,.9));
  box-shadow: 0 24px 70px rgba(7,31,56,.16);
}
.map-card::before {
  content: '✦';
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 24px;
  color: var(--gold);
  font-size: 1.5rem;
  text-shadow: 0 0 18px rgba(242,200,109,.9);
  pointer-events: none;
}
.map-card iframe {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 21px;
}
.map-glow {
  position: absolute;
  inset: -30% 20%;
  background: rgba(45,124,192,.25);
  filter: blur(70px);
  pointer-events: none;
}
@media (max-width: 620px) {
  .map-card { height: 340px; border-radius: 22px; }
  .map-card iframe { border-radius: 16px; }
}
