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

:root {
  --navy-950: #041326;
  --navy-900: #071b35;
  --navy-800: #0b284b;
  --navy-700: #153b63;
  --gold-500: #cda45e;
  --gold-400: #dfbd78;
  --gold-200: #f0dfbb;
  --cream: #f8f5ef;
  --white: #ffffff;
  --ink: #10243b;
  --muted: #647386;
  --line: #dfe4e9;
  --success: #25d366;
  --shadow: 0 24px 70px rgba(5, 25, 49, .12);
  --radius-lg: 28px;
  --radius-md: 18px;
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Tajawal", Arial, sans-serif;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
img { max-width: 100%; display: block; }
.container { width: var(--container); margin-inline: auto; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--gold-500);
  font-weight: 700;
  font-size: .92rem;
  letter-spacing: .02em;
}
.eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; }
.section { padding: 104px 0; }
.section-soft { background: var(--cream); }
.section-dark { background: var(--navy-950); color: var(--white); }
.section-head { max-width: 690px; margin-bottom: 48px; }
.section-head h2, .page-hero h1 {
  margin: 12px 0 14px;
  font-size: clamp(2rem, 4.2vw, 3.65rem);
  line-height: 1.25;
  letter-spacing: -.035em;
}
.section-head p { margin: 0; color: var(--muted); font-size: 1.08rem; }
.section-dark .section-head p { color: #aebdcd; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  height: 84px;
  display: flex;
  align-items: center;
  background: rgba(4, 19, 38, .9);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand {
  width: 138px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 14px;
  background: white;
  border: 1px solid rgba(205,164,94,.45);
  box-shadow: 0 8px 24px rgba(0,0,0,.13);
}
.brand img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.site-nav { display: flex; align-items: center; gap: 30px; color: #dce5ef; font-weight: 600; }
.site-nav a { position: relative; transition: color .25s ease; }
.site-nav a:not(.btn)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  width: 0;
  height: 2px;
  background: var(--gold-500);
  transition: width .25s ease;
}
.site-nav a:hover, .site-nav a.active { color: var(--gold-400); }
.site-nav a:hover::after, .site-nav a.active::after { width: 100%; }
.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 12px;
  background: transparent;
  color: white;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.menu-toggle svg { width: 24px; }

.btn {
  min-height: 51px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 700;
  cursor: pointer;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-gold { color: var(--navy-950); background: var(--gold-500); box-shadow: 0 12px 30px rgba(205,164,94,.2); }
.btn-gold:hover { background: var(--gold-400); box-shadow: 0 16px 35px rgba(205,164,94,.3); }
.btn-outline { color: white; border: 1px solid rgba(255,255,255,.32); background: transparent; }
.btn-outline:hover { border-color: var(--gold-400); color: var(--gold-400); }
.btn svg { width: 20px; height: 20px; }

.hero {
  min-height: calc(100vh - 84px);
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 18% 30%, rgba(205,164,94,.17), transparent 24%),
    linear-gradient(135deg, var(--navy-950) 15%, #0a2442 66%, #0b2f50 100%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .14;
  background-image: linear-gradient(rgba(255,255,255,.17) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.17) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, transparent, black);
}
.hero-inner { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: center; position: relative; padding: 78px 0; }
.hero-copy { max-width: 720px; }
.hero h1 { margin: 16px 0 24px; font-size: clamp(2.6rem, 6vw, 5.6rem); line-height: 1.13; letter-spacing: -.055em; }
.hero h1 span { color: var(--gold-400); }
.hero-copy > p { max-width: 650px; margin: 0 0 34px; color: #c4d0dd; font-size: clamp(1.03rem, 1.7vw, 1.22rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.hero-card {
  min-height: 490px;
  position: relative;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 160px 160px var(--radius-lg) var(--radius-lg);
  overflow: hidden;
  background: linear-gradient(160deg, rgba(255,255,255,.11), rgba(255,255,255,.02));
  box-shadow: 0 35px 80px rgba(0,0,0,.22);
}
.building {
  position: absolute;
  inset: 17% 12% 0;
  border: 1px solid rgba(223,189,120,.6);
  background: linear-gradient(140deg, rgba(205,164,94,.16), rgba(9,38,70,.55));
  transform: perspective(900px) rotateY(-8deg);
}
.building::before, .building::after { content: ""; position: absolute; inset: 0; }
.building::before { background: repeating-linear-gradient(90deg, transparent 0 14%, rgba(223,189,120,.42) 14% 14.7%); }
.building::after { background: repeating-linear-gradient(0deg, transparent 0 13%, rgba(255,255,255,.18) 13% 13.7%); }
.hero-card-note {
  position: absolute;
  bottom: 26px;
  right: 26px;
  left: 26px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-radius: 18px;
  background: rgba(4,19,38,.82);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,.11);
}
.hero-card-note small { color: #9eafc1; display: block; }
.hero-card-note strong { color: var(--gold-400); font-size: 1.1rem; }
.spark { width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center; color: var(--navy-950); background: var(--gold-500); }

.trust-strip { border-bottom: 1px solid var(--line); background: white; }
.trust-inner { min-height: 90px; display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-item { padding: 23px 28px; display: flex; gap: 14px; align-items: center; border-left: 1px solid var(--line); }
.trust-item:last-child { border-left: 0; }
.trust-number { color: var(--gold-500); font-size: 1.9rem; font-weight: 800; line-height: 1; }
.trust-item span:last-child { font-weight: 600; color: var(--navy-800); }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card {
  min-height: 330px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: white;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.service-card:hover { transform: translateY(-7px); border-color: var(--gold-400); box-shadow: var(--shadow); }
.service-card::after { content: ""; width: 120px; height: 120px; position: absolute; left: -55px; bottom: -55px; border-radius: 50%; background: rgba(205,164,94,.09); }
.card-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 16px; color: var(--gold-500); background: var(--cream); }
.card-icon svg { width: 28px; height: 28px; }
.service-card h3 { margin: 24px 0 10px; font-size: 1.35rem; }
.service-card p { margin: 0 0 22px; color: var(--muted); }
.text-link { margin-top: auto; display: inline-flex; align-items: center; gap: 8px; color: var(--navy-800); font-weight: 700; }
.text-link span { transition: transform .2s ease; }
.text-link:hover { color: var(--gold-500); }
.text-link:hover span { transform: translateX(-4px); }

.split { display: grid; grid-template-columns: .95fr 1.05fr; gap: 72px; align-items: center; }
.visual-panel {
  min-height: 520px;
  border-radius: var(--radius-lg);
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, #0d355b, var(--navy-950));
  box-shadow: var(--shadow);
}
.visual-panel::before { content: ""; position: absolute; inset: 10% 15%; border: 1px solid rgba(205,164,94,.45); border-radius: 50% 50% 8px 8px; }
.visual-panel::after { content: "TBF"; position: absolute; left: 8%; bottom: -8%; color: rgba(255,255,255,.04); font-size: 10rem; font-weight: 800; letter-spacing: -.08em; }
.mini-card { position: absolute; padding: 21px; border-radius: 16px; background: rgba(255,255,255,.94); box-shadow: 0 16px 45px rgba(0,0,0,.2); }
.mini-card strong { display: block; color: var(--navy-900); font-size: 1.08rem; }
.mini-card small { color: var(--muted); }
.mini-card.one { top: 25%; right: 8%; }
.mini-card.two { bottom: 18%; left: 8%; }
.gold-dot { width: 10px; height: 10px; margin-bottom: 10px; border-radius: 50%; background: var(--gold-500); box-shadow: 0 0 0 8px rgba(205,164,94,.15); }
.split-copy h2 { margin: 12px 0 18px; font-size: clamp(2rem, 4vw, 3.25rem); line-height: 1.25; }
.split-copy > p { color: var(--muted); font-size: 1.08rem; }
.check-list { display: grid; gap: 15px; margin: 30px 0 34px; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: flex-start; gap: 12px; font-weight: 600; }
.check-list svg { flex: 0 0 22px; width: 22px; margin-top: 3px; color: var(--gold-500); }

.process { display: grid; grid-template-columns: repeat(4, 1fr); counter-reset: step; }
.process-item { position: relative; padding: 28px; border-top: 1px solid rgba(255,255,255,.15); }
.process-item::before { counter-increment: step; content: "0" counter(step); color: var(--gold-400); font-size: .9rem; font-weight: 700; }
.process-item::after { content: ""; position: absolute; top: -5px; right: 28px; width: 9px; height: 9px; border-radius: 50%; background: var(--gold-500); }
.process-item h3 { margin: 16px 0 8px; }
.process-item p { margin: 0; color: #aebdcd; font-size: .95rem; }

.cta-band { padding: 42px 0; background: var(--gold-500); color: var(--navy-950); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.cta-inner h2 { margin: 0 0 5px; font-size: clamp(1.7rem, 3vw, 2.5rem); }
.cta-inner p { margin: 0; opacity: .8; }
.cta-inner .btn { background: var(--navy-950); color: white; }

.page-hero {
  min-height: 440px;
  display: flex;
  align-items: center;
  color: white;
  background:
    radial-gradient(circle at 15% 60%, rgba(205,164,94,.19), transparent 25%),
    linear-gradient(135deg, var(--navy-950), var(--navy-800));
  position: relative;
  overflow: hidden;
}
.page-hero::after { content: ""; position: absolute; left: -8%; top: -60%; width: 520px; height: 520px; border: 1px solid rgba(205,164,94,.18); border-radius: 50%; }
.page-hero .container { position: relative; z-index: 1; }
.page-hero p { max-width: 690px; color: #b9c6d3; font-size: 1.12rem; }
.crumbs { display: flex; align-items: center; gap: 10px; color: #94a8bb; font-size: .92rem; }
.crumbs a:hover { color: var(--gold-400); }

.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.feature { padding: 32px; border: 1px solid var(--line); border-radius: var(--radius-md); background: white; }
.feature-num { color: var(--gold-500); font-size: .82rem; font-weight: 800; letter-spacing: .08em; }
.feature h3 { margin: 10px 0 8px; }
.feature p { margin: 0; color: var(--muted); }
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.value { padding: 30px; border-radius: var(--radius-md); background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); }
.value h3 { color: var(--gold-400); }
.value p { color: #aebdcd; margin-bottom: 0; }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 42px; align-items: start; }
.contact-panel { padding: 38px; border-radius: var(--radius-lg); color: white; background: var(--navy-950); }
.contact-panel h2 { margin-top: 0; }
.contact-list { padding: 0; margin: 28px 0 0; list-style: none; display: grid; gap: 22px; }
.contact-list li { display: grid; grid-template-columns: 48px 1fr; gap: 14px; align-items: center; }
.contact-list .icon { width: 48px; height: 48px; display: grid; place-items: center; color: var(--gold-400); border: 1px solid rgba(255,255,255,.13); border-radius: 14px; }
.contact-list svg { width: 22px; }
.contact-list small { display: block; color: #91a4b7; }
.contact-form { padding: 38px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: white; box-shadow: var(--shadow); }
.contact-form h2 { margin: 0 0 8px; }
.contact-form > p { color: var(--muted); margin: 0 0 26px; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-weight: 700; font-size: .94rem; }
.field input, .field select, .field textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fbfcfd;
  color: var(--ink);
  outline: none;
  padding: 13px 15px;
  transition: border .2s ease, box-shadow .2s ease;
}
.field textarea { min-height: 140px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold-500); box-shadow: 0 0 0 4px rgba(205,164,94,.13); }
.form-note { margin: 14px 0 0; color: var(--muted); font-size: .84rem; }
.form-status { display: none; margin-top: 14px; padding: 12px 15px; border-radius: 10px; background: #ecfaf1; color: #12622f; }
.form-status.show { display: block; }

.site-footer { padding: 65px 0 24px; color: #b5c2cf; background: #020d1b; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 54px; }
.footer-brand img {
  width: 150px;
  height: 76px;
  object-fit: contain;
  object-position: center;
  border-radius: 14px;
  background: white;
  border: 1px solid rgba(205,164,94,.35);
}
.footer-brand p { max-width: 440px; margin: 18px 0 0; }
.footer-col h3 { margin: 0 0 15px; color: white; font-size: 1rem; }
.footer-links { display: grid; gap: 9px; }
.footer-links a:hover { color: var(--gold-400); }
.footer-bottom { margin-top: 50px; padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.09); font-size: .88rem; }

.whatsapp-float {
  position: fixed;
  left: 24px;
  bottom: 24px;
  z-index: 50;
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  color: white;
  background: var(--success);
  border-radius: 50%;
  box-shadow: 0 14px 35px rgba(37,211,102,.35);
  transition: transform .2s ease;
}
.whatsapp-float:hover { transform: scale(1.08); }
.whatsapp-float svg { width: 29px; height: 29px; }

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
[data-reveal].visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .site-nav {
    position: fixed;
    inset: 84px 0 auto;
    padding: 26px 20px 34px;
    flex-direction: column;
    align-items: stretch;
    gap: 5px;
    background: var(--navy-950);
    transform: translateY(-130%);
    opacity: 0;
    pointer-events: none;
    transition: transform .3s ease, opacity .3s ease;
    border-top: 1px solid rgba(255,255,255,.08);
  }
  .site-nav.open { transform: none; opacity: 1; pointer-events: auto; }
  .site-nav a { padding: 11px; text-align: center; }
  .site-nav .btn { margin-top: 12px; }
  .menu-toggle { display: inline-flex; }
  .hero-inner, .split, .contact-grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-inner { gap: 40px; }
  .hero-card { min-height: 400px; max-width: 600px; width: 100%; margin-inline: auto; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .cards .service-card:last-child { grid-column: 1 / -1; }
  .process { grid-template-columns: repeat(2, 1fr); gap: 24px 0; }
}

@media (max-width: 680px) {
  :root { --container: min(100% - 28px, 1180px); }
  .section { padding: 76px 0; }
  .site-header { height: 74px; }
  .brand { width: 116px; height: 52px; border-radius: 12px; }
  .site-nav { inset: 74px 0 auto; }
  .hero-inner { padding: 64px 0; }
  .hero h1 { font-size: 2.55rem; }
  .hero-card { min-height: 330px; border-radius: 110px 110px 22px 22px; }
  .hero-card-note { right: 16px; left: 16px; bottom: 16px; }
  .trust-inner { grid-template-columns: 1fr; padding: 12px 0; }
  .trust-item { border-left: 0; border-bottom: 1px solid var(--line); padding: 16px; }
  .trust-item:last-child { border-bottom: 0; }
  .cards, .feature-grid, .values, .form-grid, .footer-grid { grid-template-columns: 1fr; }
  .cards .service-card:last-child, .field.full { grid-column: auto; }
  .visual-panel { min-height: 410px; }
  .mini-card.one { top: 21%; right: 5%; }
  .mini-card.two { bottom: 14%; left: 5%; }
  .process { grid-template-columns: 1fr; }
  .cta-inner { flex-direction: column; align-items: flex-start; }
  .page-hero { min-height: 380px; }
  .contact-form, .contact-panel { padding: 25px; }
  .footer-bottom { flex-direction: column; }
  .whatsapp-float { width: 54px; height: 54px; left: 16px; bottom: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
