
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@400;500;600;700&display=swap');

:root{
  --navy:#10285b;
  --royal:#29468c;
  --royal-2:#35599e;
  --sky:#edf3fc;
  --line:#d9e2f2;
  --white:#fff;
  --ink:#17223a;
  --muted:#68738b;
  --shadow:0 22px 64px rgba(16,40,91,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:#eef3f9;
  color:var(--ink);
  font-family:"IBM Plex Sans Arabic",Tahoma,Arial,sans-serif;
  direction:rtl;
  font-weight:400;
  font-synthesis:none;
}
img{max-width:100%}
a{text-decoration:none;color:inherit}
.container{width:min(1440px,calc(100% - 32px));margin:auto}

.topbar{
  background:linear-gradient(90deg,var(--navy),var(--royal) 70%,#4268b3);
  box-shadow:0 10px 28px rgba(16,40,91,.17);
}
.topbar-inner{
  min-height:104px;
  display:flex;
  direction:ltr;
  align-items:center;
  gap:22px;
  padding:14px 0;
}
.brand-logo{
  width:78px;height:78px;object-fit:cover;border-radius:18px;background:#fff;
  box-shadow:0 8px 22px rgba(0,0,0,.14);flex:0 0 auto
}
.header-copy{margin-left:auto;direction:rtl;text-align:right;color:#fff}
.header-copy h1{font-size:31px;line-height:1.1;margin:0;font-weight:700}
.header-copy p{font-size:17px;margin:7px 0 0;color:#e6edfb;font-weight:600}

.offer-nav-wrap{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:30}
.offer-nav{display:flex;gap:10px;align-items:center;justify-content:center;padding:12px 0;overflow:auto;scrollbar-width:none}
.offer-nav::-webkit-scrollbar{display:none}
.offer-nav a{
  white-space:nowrap;padding:10px 18px;border:1px solid var(--line);border-radius:999px;
  color:var(--navy);font-weight:600;background:#fff;transition:.2s
}
.offer-nav a:hover,.offer-nav a.active{background:var(--navy);color:#fff;border-color:var(--navy)}

.home-hero{
  background:#fff;border-bottom:1px solid var(--line);padding:56px 0 46px;text-align:center
}
.home-logo{width:150px;height:150px;object-fit:cover;border-radius:32px;box-shadow:var(--shadow)}
.home-hero h1{font-size:48px;color:var(--navy);margin:22px 0 4px}
.home-hero .dept{font-size:23px;font-weight:600;color:var(--royal);margin:0}
.home-hero .offers-title{font-size:34px;margin:34px 0 0;color:var(--ink)}

.cards{padding:38px 0 58px;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.offer-card{
  background:#fff;border:1px solid var(--line);border-radius:26px;overflow:hidden;box-shadow:0 14px 36px rgba(16,40,91,.09);
  display:flex;flex-direction:column;transition:.25s
}
.offer-card:hover{transform:translateY(-5px);box-shadow:0 22px 48px rgba(16,40,91,.15)}
.card-image{aspect-ratio:1/1;overflow:hidden;background:var(--sky)}
.card-image img{width:100%;height:100%;object-fit:cover;display:block;transition:.4s}
.offer-card:hover .card-image img{transform:scale(1.025)}
.card-body{padding:23px 22px 24px;text-align:center}
.card-body h2{margin:0;color:var(--navy);font-size:27px}
.card-year{font-size:16px;color:var(--muted);font-weight:500;margin-top:5px}
.card-price{font-size:34px;color:var(--royal);font-weight:700;margin:16px 0 2px}
.card-unit{font-size:16px;color:var(--muted);font-weight:500}
.card-btn{
  margin-top:20px;background:var(--navy);color:#fff;border-radius:14px;min-height:50px;
  display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700
}

.offer-shell{padding:28px 0 54px}
.offer-hero{
  background:#fff;border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow);
  padding:28px;display:grid;grid-template-columns:minmax(0,1fr) 460px;gap:30px;align-items:center
}
.offer-hero-copy{text-align:center}
.mini-label{display:inline-flex;padding:9px 18px;border-radius:999px;background:var(--sky);color:var(--royal);font-weight:600}
.offer-hero h2{font-size:48px;line-height:1.1;color:var(--navy);margin:16px 0 6px}
.offer-year{font-size:20px;color:var(--muted);font-weight:500}
.offer-intro{margin:22px auto 0;max-width:760px}
.offer-intro p{font-size:25px;line-height:1.7;font-weight:500;margin:2px 0;text-align:center}
.offer-closing p{font-size:25px;line-height:1.7;font-weight:600;margin:2px 0;text-align:center}
.price-box{
  width:min(470px,100%);margin:24px auto 22px;padding:20px;border:2px solid var(--royal);
  border-radius:22px;background:linear-gradient(180deg,#fff,#f5f8fe);box-shadow:0 12px 24px rgba(41,70,140,.09)
}
.price-box strong{display:block;font-size:48px;color:var(--navy);line-height:1}
.price-box span{display:block;margin-top:10px;font-size:20px;font-weight:700}
.offer-closing{margin-top:4px}
.offer-hero-media{aspect-ratio:1/1;border-radius:22px;overflow:hidden;background:var(--sky);border:1px solid var(--line)}
.offer-hero-media img{width:100%;height:100%;object-fit:cover;display:block}

.stage{
  margin-top:24px;background:#fff;border:1px solid var(--line);border-radius:28px;box-shadow:0 12px 34px rgba(16,40,91,.08);overflow:hidden
}
.stage-head{
  background:linear-gradient(90deg,var(--navy),var(--royal));color:#fff;padding:20px 26px
}
.stage-head h3{margin:0;font-size:30px;line-height:1.2}
.stage-body{display:grid;grid-template-columns:minmax(0,1.25fr) 390px;gap:26px;padding:26px;align-items:start}
.stage-list{margin:0;padding:0 22px 0 0}
.stage-list li{
  font-size:20px;line-height:1.82;font-weight:400;margin:0 0 12px;
  text-align:justify;text-align-last:right;text-justify:inter-word
}
.stage-media{aspect-ratio:1/1;border:1px solid var(--line);border-radius:20px;overflow:hidden;background:var(--sky);position:sticky;top:88px}
.stage-media img{width:100%;height:100%;object-fit:cover;display:block}

.text-section{
  margin-top:24px;background:#fff;border:1px solid var(--line);border-radius:28px;box-shadow:0 12px 34px rgba(16,40,91,.08);overflow:hidden
}
.text-section .stage-body{display:block}
.section-intro{font-size:20px;line-height:1.9;font-weight:400;text-align:justify;text-align-last:right;margin:0 0 20px}
.prayer-box{
  margin-top:22px;padding:24px;border:1px solid var(--line);border-radius:20px;background:linear-gradient(180deg,#f8fbff,#eef3fb);
  color:var(--navy);text-align:center;font-size:22px;line-height:1.8;font-weight:700
}
.back-wrap{text-align:center;margin-top:18px}
.back-btn{
  display:inline-flex;min-height:52px;padding:12px 28px;align-items:center;justify-content:center;
  border-radius:14px;background:var(--navy);color:#fff;font-size:18px;font-weight:700;box-shadow:0 10px 24px rgba(16,40,91,.15)
}

.site-footer{padding:26px 0 34px;text-align:center;color:var(--muted);font-size:14px}

@media(max-width:1100px){
  .cards{grid-template-columns:repeat(2,1fr)}
  .offer-hero{grid-template-columns:1fr}
  .offer-hero-media{width:min(520px,100%);margin:auto}
  .stage-body{grid-template-columns:1fr}
  .stage-media{position:static;width:min(520px,100%);margin:auto}
}
@media(max-width:680px){
  .container{width:min(100% - 22px,1440px)}
  .topbar-inner{min-height:86px}
  .brand-logo{width:62px;height:62px;border-radius:14px}
  .header-copy h1{font-size:23px}.header-copy p{font-size:14px}
  .home-logo{width:118px;height:118px;border-radius:25px}
  .home-hero h1{font-size:35px}.home-hero .dept{font-size:19px}.home-hero .offers-title{font-size:27px}
  .cards{grid-template-columns:1fr}
  .offer-hero{padding:18px}.offer-hero h2{font-size:37px}
  .offer-intro p,.offer-closing p{font-size:20px}
  .price-box strong{font-size:39px}
  .stage-head{padding:17px 18px}.stage-head h3{font-size:25px}
  .stage-body{padding:18px}
  .stage-list li,.section-intro{font-size:17px;line-height:1.75}
}

.site-footer .design-credit{margin-top:7px;font-size:13px;font-weight:500}
.site-footer .design-credit a{color:var(--royal);font-weight:600}

.offer-nav a.nav-official{
  background:var(--sky);
  border-color:#cbd8ef;
  color:var(--navy);
  font-weight:600;
}
.offer-nav a.nav-official:hover{
  background:var(--royal);
  color:#fff;
  border-color:var(--royal);
}


/* ===== Typography hierarchy V4 ===== */
body{
  font-weight:400;
}

/* Internal offer details: true Regular */
.stage-list li,
.section-intro{
  font-family:"IBM Plex Sans Arabic",Tahoma,Arial,sans-serif;
  font-weight:400 !important;
}

/* Supporting / secondary copy */
.card-year,
.card-unit,
.offer-year,
.site-footer,
.design-credit{
  font-weight:400;
}

/* Intro copy: Medium */
.offer-intro p,
.mini-label{
  font-weight:500;
}

/* Navigation / closing emphasis: SemiBold */
.offer-nav a,
.offer-closing p,
.header-copy p,
.design-credit a{
  font-weight:600;
}

/* Main titles and key commercial elements: Bold */
.header-copy h1,
.home-hero h1,
.home-hero .offers-title,
.card-body h2,
.card-price,
.card-btn,
.offer-hero h2,
.price-box strong,
.price-box span,
.stage-head h3,
.prayer-box,
.back-btn{
  font-weight:700;
}


/* ===== Typography V5 — visibly lighter detail text ===== */
body{
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}

/* Detail paragraphs: true Regular 400, smaller and airier */
.stage-list li{
  font-family:"IBM Plex Sans Arabic",Tahoma,Arial,sans-serif !important;
  font-weight:400 !important;
  font-size:18px !important;
  line-height:1.95 !important;
  color:#2f3a52 !important;
  letter-spacing:0 !important;
}

.section-intro{
  font-family:"IBM Plex Sans Arabic",Tahoma,Arial,sans-serif !important;
  font-weight:400 !important;
  font-size:18px !important;
  line-height:1.95 !important;
  color:#2f3a52 !important;
}

/* Bullet marker gets a little more presence than the body text */
.stage-list li::marker{
  color:var(--royal);
  font-weight:600;
}

/* Technical values inside paragraphs */
.spec-key{
  font-weight:600 !important;
  color:var(--navy);
}

/* Hierarchy */
.offer-intro p{font-weight:500 !important}
.offer-closing p{font-weight:600 !important}
.stage-head h3,
.offer-hero h2,
.header-copy h1,
.card-body h2,
.price-box strong,
.card-price{
  font-weight:700 !important;
}

/* Mobile keeps Regular feel */
@media(max-width:680px){
  .stage-list li,
  .section-intro{
    font-size:16px !important;
    line-height:1.9 !important;
  }
}

.offer-nav .nav-section-label{
  white-space:nowrap;
  padding:10px 14px;
  color:var(--muted);
  font-weight:600;
  font-size:14px;
  border-right:1px solid var(--line);
  margin-right:4px;
}
@media(max-width:680px){
  .offer-nav .nav-section-label{
    padding:9px 10px;
    font-size:13px;
  }
}

.cost-plus{
  font-weight:700 !important;
  color:var(--royal);
  letter-spacing:.15px;
}
