:root{
  --bg: #f5f8ff;
  --bg2:#ffffff;
  --ink:#0b1b2b;
  --muted:#5c6b7a;
  --navy:#0d3b66;
  --orange:#f57c00;
  --card:#ffffff;
  --stroke: rgba(13,59,102,.12);
  --shadow: 0 16px 50px rgba(13,59,102,.12);
  --shadow2: 0 10px 30px rgba(13,59,102,.10);
  --radius: 18px;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: "Zain", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:var(--ink);
  direction: rtl;
  line-height:1.6;
  background:linear-gradient(180deg, var(--bg), var(--bg2));
}

a{color:inherit}
.container{
  width:min(1120px, calc(100% - 40px));
  margin:0 auto;
}

.logo-strip{
  background: rgba(255,255,255,.85);
  border-bottom: 1px solid var(--stroke);
}
.logo-strip__inner{
  display:flex;
  justify-content:center;
  align-items:center;
  padding:10px 0;
}
.logo-strip__img{
  width:100%;
  max-width: 980px;
  max-height: 62px;
  height:auto;
  display:block;
  object-fit: contain;
  filter: saturate(1.02) contrast(1.02);
}

.skip-link{
  position:absolute;
  right:-999px;
  top:10px;
  padding:10px 14px;
  background:var(--ink);
  color:#fff;
  border-radius:10px;
  z-index:1000;
}
.skip-link:focus{right:10px}

.topbar{
  position:sticky;
  top:0;
  z-index:50;
  backdrop-filter:saturate(170%) blur(10px);
  background:rgba(255,255,255,.75);
  border-bottom:1px solid var(--stroke);
}
.topbar__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:14px 0;
}

.brand{display:flex; align-items:center; gap:12px; min-width: 260px; flex-direction:row-reverse; text-align:right;}
.brand__mark{
  width:44px; height:44px;
  display:grid; place-items:center;
  border-radius:14px;
  background:linear-gradient(135deg, var(--navy), #114a80);
  color:#fff;
  font-weight:800;
  letter-spacing:.5px;
}
.brand__title{font-weight:700; color:var(--navy); line-height:1.5}
.brand__subtitle{font-size:12px; color:var(--muted); margin-top:2px}

.topbar__actions{display:flex; gap:10px; flex-wrap:wrap; justify-content:flex-start}

.button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:10px 14px;
  border-radius:999px;
  border:1px solid var(--stroke);
  text-decoration:none;
  font-weight:600;
  color:var(--navy);
  background:rgba(255,255,255,.7);
  transition:transform .08s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.button:hover{transform:translateY(-1px); border-color:rgba(13,59,102,.22)}
.button:active{transform:translateY(0px)}
.button--primary{
  background:linear-gradient(135deg, var(--orange), #ff9a3b);
  color:#1b1208;
  border-color:rgba(245,124,0,.35);
  box-shadow:0 14px 28px rgba(245,124,0,.18);
}
.button--primary:hover{box-shadow:0 18px 40px rgba(245,124,0,.22)}
.button--ghost{background:transparent}
.button--lg{padding:12px 18px; font-size:15px}

.hero{
  padding:64px 0 36px;
  background:
    linear-gradient(115deg, rgba(13,59,102,.90), rgba(13,59,102,.55), rgba(245,124,0,.40)),
    url("./assets/banner.jpg")
      center/cover no-repeat;
  color:#fff;
}
.hero__inner{
  display:grid;
  grid-template-columns: 1fr;
  gap:26px;
  align-items:stretch;
}
.hero__copy{
  padding:18px 0;
  max-width:620px;
  margin-inline-start:auto;
}
.pill{
  display:inline-flex;
  padding:8px 12px;
  border:1px solid rgba(13,59,102,.14);
  background:rgba(0,0,0,.28);
  border-radius:999px;
  color:var(--navy);
  font-weight:600;
  font-size:12.5px;
}
.hero__title{
  font-size:44px;
  line-height:1.5;
  margin:14px 0 10px;
  letter-spacing:-.02em;
  color:#ffffff;
}
.hero__lead{
  margin:0;
  font-size:16.5px;
  line-height:1.55;
  color:rgba(255,255,255,.85);
}
.hero__highlights{
  display:grid;
  grid-template-columns: 1fr;
  gap:10px;
  margin:18px 0 18px;
}
.highlight{
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding:12px 14px;
  border:1px solid var(--stroke);
  background:rgba(0,0,0,.55);
  border-radius:16px;
  box-shadow:0 12px 26px rgba(13,59,102,.06);
}
.highlight__icon{
  width:26px; height:26px;
  display:grid; place-items:center;
  border-radius:10px;
  background:rgba(245,124,0,.16);
  color:var(--orange);
  font-weight:800;
  flex:0 0 auto;
}
.highlight__text{color:#fff; font-weight:600}
.hero__cta{display:flex; gap:12px; flex-wrap:wrap; margin:10px 0 12px}
.note{
  margin-top:10px;
  padding:12px 14px;
  border-radius:16px;
  background:rgba(0,0,0,.42);
  border:1px solid rgba(255,255,255,.26);
  color:#fff;
}

.section{padding:40px 0}
.section--alt{
  background:linear-gradient(180deg, rgba(13,59,102,.06), rgba(255,255,255,0));
  border-top:1px solid rgba(13,59,102,.06);
  border-bottom:1px solid rgba(13,59,102,.06);
}
.section__head{margin-bottom:18px}
.section__head h2{margin:0 0 6px; color:var(--navy); font-size:28px; letter-spacing:-.01em}
.section__head p{margin:0; color:var(--muted)}

.cards{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
}
.card{
  padding:18px 18px 16px;
  border-radius:var(--radius);
  background:var(--card);
  border:1px solid var(--stroke);
  box-shadow:var(--shadow2);
}
.card h3{margin:0 0 8px; color:var(--navy)}
.card p{margin:0; color:var(--muted); line-height:1.55}

.split{
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap:16px;
  align-items:start;
}
.split h2{margin:0 0 10px; color:var(--navy); font-size:28px}
.split p{margin:0 0 10px; color:var(--muted); line-height:1.6}

.callout{
  border-radius:var(--radius);
  border:1px solid rgba(245,124,0,.25);
  background:linear-gradient(135deg, rgba(245,124,0,.16), rgba(13,59,102,.06));
  padding:18px;
  box-shadow:0 18px 50px rgba(13,59,102,.10);
}
.callout__kicker{font-weight:700; color:var(--navy); font-size:12px; text-transform:uppercase; letter-spacing:.12em}
.callout__value{font-size:36px; font-weight:800; color:var(--orange); margin:6px 0 6px; letter-spacing:-.02em}
.callout__sub{color:var(--muted); line-height:1.5}

.list{
  margin:0;
  padding-left: 20px;
  color:var(--ink);
  line-height:1.7;
}
.list li{margin:8px 0}
.muted{color:var(--muted)}
.subsection{margin-top:18px}
.subsection h3{margin:0 0 10px; color:var(--navy)}
.inline-note{
  margin:0;
  padding:14px 16px;
  border-radius:16px;
  background:rgba(255,255,255,.7);
  border:1px solid var(--stroke);
}

.grid2{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:14px;
}
.panel{
  padding:18px;
  border-radius:var(--radius);
  background:rgba(255,255,255,.75);
  border:1px solid var(--stroke);
  box-shadow:var(--shadow2);
}
.panel h3{margin:0 0 10px; color:var(--navy)}
.bullets{
  margin:0;
  padding-left:18px;
  color:var(--muted);
  line-height:1.65;
}
.bullets li{margin:8px 0}

.apply{
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap:14px;
  align-items:stretch;
}
.apply h2{margin:0 0 10px; color:var(--navy); font-size:28px}
.apply p{margin:0 0 10px; color:var(--muted); line-height:1.6}
.apply__cta{
  border-radius:var(--radius);
  border:1px solid rgba(13,59,102,.14);
  background:rgba(255,255,255,.78);
  box-shadow:var(--shadow);
}
.apply__ctaInner{padding:18px}
.apply__ctaTitle{font-weight:800; color:var(--navy); margin-bottom:10px}
.apply__button{width:100%}
.apply__ctaHint{margin-top:10px; color:var(--muted); font-size:13px; line-height:1.5}
.linkbox{margin-top:8px}
.linkbox__input{
  width:100%;
  padding:12px 12px;
  border-radius:14px;
  border:1px solid var(--stroke);
  background:rgba(13,59,102,.04);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  color:var(--navy);
}

.footer{
  padding:26px 0 30px;
  border-top:1px solid rgba(13,59,102,.10);
  background:rgba(255,255,255,.7);
}
.footer__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
}
.footer__title{font-weight:800; color:var(--navy)}
.footer__sub{color:var(--muted); font-size:13px; margin-top:3px}
.footer__link{
  color:var(--navy);
  text-decoration:none;
  font-weight:700;
  padding:10px 14px;
  border-radius:999px;
  border:1px solid var(--stroke);
  background:rgba(255,255,255,.6);
}
.footer__link:hover{border-color:rgba(13,59,102,.22)}

.floating-apply{
  position:fixed;
  bottom:24px;
  inset-inline-end:24px;
  z-index:60;
  padding:11px 20px;
  border-radius:999px;
  background:linear-gradient(135deg, var(--orange), #ff9a3b);
  color:#1b1208;
  font-weight:700;
  text-decoration:none;
  box-shadow:0 16px 40px rgba(0,0,0,.25);
  border:1px solid rgba(245,124,0,.6);
}
.floating-apply:hover{
  box-shadow:0 20px 48px rgba(0,0,0,.3);
  transform:translateY(-1px);
}
.floating-apply:active{
  transform:translateY(0);
}

@media (max-width: 720px){
  .floating-apply{
    bottom:18px;
    inset-inline-end:18px;
    padding:10px 18px;
    box-shadow:0 14px 32px rgba(0,0,0,.28);
  }
}

@media (max-width: 980px){
  .topbar__inner{flex-wrap:wrap}
  .topbar__actions{
    width:100%;
    justify-content:stretch;
    flex-direction:column;
    align-items:stretch;
  }
  .topbar__actions .button{width:100%}

  .logo-strip__inner{padding:12px 0}
  .logo-strip__img{max-height: 56px}
  .hero__inner{grid-template-columns: 1fr; }
  .hero__title{font-size:38px}
  .hero__visual{min-height:unset}
  .hero__visualFrame{position:relative; top:auto}
  .cards{grid-template-columns: 1fr}
  .split{grid-template-columns: 1fr}
  .grid2{grid-template-columns: 1fr}
  .apply{grid-template-columns: 1fr}
}

@media (max-width: 420px){
  .logo-strip__inner{padding:10px 0}
  .logo-strip__img{max-height: 48px}
}

