:root {
  --blue-950: #06385f;
  --blue-900: #07517f;
  --blue-800: #076b9f;
  --blue-700: #008fca;
  --blue-600: #00a8e8;
  --green-800: #066838;
  --green-700: #078542;
  --green-100: #e9f6ef;
  --saudi-green: #006c35;
  --ink: #0f1f3a;
  --muted: #607089;
  --line: #dce5f0;
  --surface: #f6f9fd;
  --white: #fff;
  --shadow: 0 22px 65px rgba(16, 54, 103, .11);
  --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 116px; }
body { margin: 0; color: var(--ink); background: #fff; font-family: "Segoe UI", Tahoma, Arial, sans-serif; line-height: 1.75; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section-shell { position: relative; overflow: hidden; }

.site-header { position: sticky; z-index: 50; top: 0; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(220,229,240,.9); backdrop-filter: blur(18px); }
.nav-wrap { display: flex; min-height: 80px; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; padding-block: 5px; }
.brand img { width: 86px; height: 70px; object-fit: contain; object-position: right center; }
nav { display: flex; align-items: center; gap: 28px; color: #334866; font-size: 14px; font-weight: 700; white-space: nowrap; }
nav a { transition: color .2s ease; }
nav a:hover { color: var(--blue-700); }
.nav-cta { padding: 10px 22px; color: white; background: linear-gradient(135deg, var(--blue-700), var(--blue-900)); border-radius: 999px; box-shadow: 0 10px 24px rgba(13,85,186,.22); }
nav .nav-cta:hover { color: white; transform: translateY(-1px); }
.accreditation-line { padding: 5px 20px; color: white; background: var(--blue-900); text-align: center; font-size: 12px; letter-spacing: .1px; }

.hero { padding: 76px 0 0; background: radial-gradient(circle at 8% 22%, rgba(20,116,228,.07), transparent 23%), linear-gradient(180deg, #fff, #f8fbff 92%); }
.hero-pattern { position: absolute; inset: 0; opacity: .42; pointer-events: none; background-image: radial-gradient(circle, rgba(11,58,130,.13) 1px, transparent 1px); background-size: 25px 25px; mask-image: linear-gradient(to left, transparent 25%, #000); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.14fr .86fr; align-items: center; gap: 76px; min-height: 520px; }
.campaign-topline { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 12px; }
.section-kicker { display: inline-flex; align-items: center; gap: 9px; color: var(--green-800); font-size: 14px; font-weight: 800; letter-spacing: .2px; }
.national-identity-lockup { min-height: 66px; display: inline-flex; align-items: center; gap: 11px; padding: 6px 12px 6px 7px; background: rgba(255,255,255,.96); border: 1px solid #cce4d7; border-radius: 16px; box-shadow: 0 12px 30px rgba(7,105,57,.1); }
.heritage-badge { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 3px 9px; overflow: hidden; background: linear-gradient(135deg, #075b35, #043f26); border: 1px solid rgba(7,133,66,.28); border-radius: 11px; box-shadow: 0 8px 20px rgba(7,105,57,.13); }
.heritage-badge img { width: 126px; height: 46px; object-fit: contain; }
.identity-divider { width: 1px; height: 42px; flex: 0 0 1px; background: #d8e8df; }
.identity-flag { width: 51px; height: 51px; flex: 0 0 51px; object-fit: contain; }
.identity-number { min-width: 62px; display: grid; grid-template-columns: auto auto; align-items: center; gap: 5px; color: var(--green-800); }
.identity-number span { max-width: 42px; font-size: 9px; font-weight: 900; line-height: 1.35; }
.identity-number strong { color: var(--saudi-green); text-shadow: 0 8px 18px rgba(0,108,53,.16); font-size: 46px; line-height: 1; letter-spacing: -3px; }
.campaign-label { padding: 7px 11px; color: var(--blue-800); background: #edf5ff; border: 1px solid #d7e9ff; border-radius: 999px; font-size: 12px; font-weight: 800; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin: 14px 0 20px; color: var(--blue-950); font-size: clamp(40px, 4.65vw, 62px); line-height: 1.26; letter-spacing: -2px; }
.hero-intro, .hero-emphasis { display: block; }
.hero-intro { color: #244a7d; font-size: .75em; font-weight: 750; letter-spacing: -1.1px; }
.hero-emphasis { margin-top: 1px; color: var(--blue-700); font-size: 1.02em; font-weight: 900; line-height: 1.18; }
.hero-lead { max-width: 660px; margin-bottom: 20px; color: #475e7b; font-size: 18px; line-height: 1.85; }
.hero-offer-message { width: fit-content; max-width: 100%; display: grid; gap: 1px; margin-bottom: 14px; padding: 10px 15px; background: var(--green-100); border-right: 3px solid var(--green-700); border-radius: 9px 13px 13px 9px; }
.hero-offer-message b { color: var(--green-800); font-size: 13px; }
.hero-offer-message small { color: #607b6d; font-size: 12px; }
.deadline { display: inline-flex; align-items: center; gap: 10px; padding: 8px 14px; color: var(--blue-900); background: #edf5ff; border: 1px solid #d7e9ff; border-radius: 999px; font-size: 13px; font-weight: 800; }
.pulse { width: 8px; height: 8px; background: var(--green-700); border-radius: 50%; box-shadow: 0 0 0 5px rgba(7,133,66,.12); }
.hero-actions { display: flex; align-items: center; gap: 12px; margin-top: 30px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 0 26px; border-radius: 14px; font-size: 15px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: linear-gradient(135deg, var(--blue-700), var(--blue-900)); box-shadow: 0 14px 30px rgba(13,85,186,.25); }
.button-secondary { color: var(--blue-800); background: white; border: 1px solid var(--line); }
.hero-microcopy { display: flex; flex-wrap: wrap; gap: 7px 18px; margin-top: 15px; color: #74849a; font-size: 12px; }
.hero-microcopy span { display: inline-flex; align-items: center; gap: 4px; }
.hero-microcopy span::before { content: "✓"; color: var(--green-700); font-weight: 900; }
.hero-microcopy b { color: var(--blue-800); }

.hero-visual { position: relative; min-height: 430px; isolation: isolate; }
.hero-stage { position: absolute; inset: 17px 5px 38px 20px; overflow: hidden; background: white; border: 1px solid #d4e0ee; border-radius: 28px; box-shadow: 0 28px 75px rgba(16,54,103,.14); }
.hero-stage::before { content: ""; position: absolute; inset: auto -90px -125px auto; width: 280px; height: 280px; background: var(--green-100); border-radius: 50%; }
.hero-stage::after { content: ""; position: absolute; top: -52px; left: -62px; width: 185px; height: 185px; border: 30px solid rgba(20,116,228,.055); border-radius: 50%; }
.stage-topbar { height: 59px; display: flex; align-items: center; justify-content: space-between; padding: 0 24px; background: #f7faff; border-bottom: 1px solid var(--line); color: var(--blue-900); font-size: 11px; font-weight: 800; }
.stage-topbar span { display: inline-flex; align-items: center; gap: 8px; }
.stage-topbar i { width: 8px; height: 8px; background: var(--green-700); border-radius: 50%; box-shadow: 0 0 0 5px rgba(7,133,66,.09); }
.stage-topbar b { color: #7b899d; font-size: 10px; }
.stage-body { position: relative; z-index: 1; display: grid; grid-template-columns: .78fr 1.22fr; gap: 20px; align-items: center; padding: 30px 25px 22px; }
.national-monogram { position: relative; min-height: 224px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--blue-900); background: linear-gradient(160deg, #f5f9ff, #fff); border: 1px solid #cfdeef; border-radius: 22px; }
.national-monogram::after { content: ""; position: absolute; right: 15px; bottom: 14px; left: 15px; height: 4px; background: linear-gradient(90deg, var(--green-700) 0 33%, #e3eaf3 33% 100%); border-radius: 99px; }
.national-monogram span { color: var(--green-800); font-size: 12px; font-weight: 900; }
.national-monogram strong { height: 108px; color: var(--saudi-green); text-shadow: 0 10px 28px rgba(0,108,53,.19); font-size: 106px; line-height: 1.02; letter-spacing: -8px; }
.saudi-flag-art { width: 56px; height: 50px; object-fit: contain; margin-top: -3px; }
.stage-stack { display: grid; gap: 10px; }
.offer-chip { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 11px 14px; color: white; background: linear-gradient(135deg, var(--green-700), #056135); border-radius: 12px; box-shadow: 0 10px 25px rgba(7,133,66,.15); }
.offer-chip span { font-size: 10px; font-weight: 700; }
.offer-chip b { font-size: 17px; }
.program-preview { display: flex; align-items: center; gap: 11px; padding: 12px; background: white; border: 1px solid var(--line); border-radius: 13px; box-shadow: 0 6px 18px rgba(16,54,103,.05); }
.program-preview i { width: 35px; height: 35px; display: grid; place-items: center; flex: 0 0 35px; color: var(--blue-700); background: #edf5ff; border-radius: 10px; font-size: 10px; font-style: normal; font-weight: 900; }
.program-preview b, .program-preview small { display: block; }
.program-preview b { color: var(--blue-950); font-size: 11px; }
.program-preview small { margin-top: 1px; color: #8090a5; font-size: 8px; line-height: 1.5; }
.stage-footer { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; height: 48px; display: flex; align-items: center; justify-content: space-between; padding: 0 24px; color: #58708f; background: #f7faff; border-top: 1px solid var(--line); font-size: 10px; }
.stage-footer b { color: var(--blue-800); direction: ltr; }
.accreditation-float { position: absolute; z-index: 3; right: -16px; bottom: 4px; min-width: 252px; display: flex; align-items: center; gap: 10px; padding: 10px 14px; background: white; border: 1px solid #d2deed; border-radius: 14px; box-shadow: 0 12px 34px rgba(16,54,103,.15); }
.accreditation-float i { width: 31px; height: 31px; display: grid; place-items: center; flex: 0 0 31px; color: white; background: var(--blue-700); border-radius: 50%; font-style: normal; font-weight: 900; }
.accreditation-float b, .accreditation-float span { display: block; }
.accreditation-float b { color: var(--blue-900); font-size: 10px; }
.accreditation-float span { color: #7a899d; font-size: 8px; }
.price-clarity { position: absolute; bottom: 4px; left: 31px; margin: 0; color: #8290a3; font-size: 9px; }

.benefits { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; margin-top: 48px; padding: 18px; background: white; border: 1px solid var(--line); border-radius: 24px 24px 0 0; box-shadow: 0 -10px 45px rgba(16,54,103,.06); }
.benefit { min-height: 72px; display: flex; align-items: center; gap: 13px; padding: 9px 18px; border-left: 1px solid var(--line); }
.benefit:last-child { border-left: 0; }
.benefit .icon { width: 36px; height: 36px; flex: 0 0 36px; display: grid; place-items: center; color: var(--blue-700); background: #edf5ff; border-radius: 11px; font-weight: 900; }
.benefit b, .benefit small { display: block; }
.benefit b { color: var(--blue-950); font-size: 16px; }
.benefit small { color: var(--muted); font-size: 12px; }

.programs { padding: 66px 0 92px; background: white; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 24px; }
.section-heading h2, .support-grid h2, .trust-band h2 { margin: 6px 0 0; color: var(--blue-950); font-size: clamp(28px, 3.6vw, 43px); line-height: 1.35; letter-spacing: -1.2px; }
.section-heading p { max-width: 500px; margin-bottom: 4px; color: #52647d; font-size: 15px; line-height: 1.85; }
.program-offer-strip { display: flex; align-items: center; gap: 14px; margin: 0 0 20px; padding: 14px 18px; background: linear-gradient(90deg, #f0faf5, #f8fbff); border: 1px solid #cfe6d9; border-radius: 15px; }
.offer-flag { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 42px; background: white; border: 1px solid #d6e7de; border-radius: 12px; box-shadow: 0 6px 16px rgba(7,117,64,.08); font-size: 23px; }
.program-offer-strip b, .program-offer-strip small { display: block; }
.program-offer-strip b { color: var(--green-800); font-size: 13px; }
.program-offer-strip small { margin-top: 1px; color: #687d72; font-size: 12px; }
.filter-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.filter { padding: 8px 17px; color: #52657f; background: #f7f9fc; border: 1px solid var(--line); border-radius: 999px; cursor: pointer; font-size: 13px; font-weight: 700; }
.filter.active { color: white; background: var(--blue-800); border-color: var(--blue-800); }
.program-grid { display: grid; grid-template-columns: repeat(3,1fr); grid-auto-rows: 1fr; gap: 20px; align-items: stretch; }
.program-card { position: relative; min-width: 0; height: 100%; display: flex; flex-direction: column; overflow: hidden; background: white; border: 1px solid #dce6f1; border-radius: 22px; box-shadow: 0 10px 32px rgba(16,54,103,.06); transition: transform .25s ease, box-shadow .25s ease, opacity .25s ease; }
.program-card::before { content: attr(data-number); position: absolute; z-index: 4; top: 14px; left: 14px; width: 34px; height: 34px; display: grid; place-items: center; color: white; background: linear-gradient(135deg, var(--blue-700), var(--blue-900)); border: 2px solid rgba(255,255,255,.85); border-radius: 50%; box-shadow: 0 8px 20px rgba(8,42,100,.2); font-size: 10px; font-weight: 900; }
.program-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.program-card.hidden { display: none; }
.program-card.featured { border-color: #b7d9c7; box-shadow: 0 14px 40px rgba(6,104,56,.09); }
.featured-label { position: absolute; z-index: 3; top: 15px; right: 15px; padding: 5px 11px; color: white; background: var(--green-700); border-radius: 999px; font-size: 10px; font-weight: 800; }
.poster-open { position: relative; width: 100%; height: 152px; flex: 0 0 152px; padding: 0; overflow: hidden; background: #eef3f8; border: 0; border-bottom: 4px solid var(--blue-800); cursor: zoom-in; }
.poster-open img { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; filter: saturate(.82); transition: transform .45s ease, filter .3s ease; }
.poster-open::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(6,28,73,.7), rgba(255,255,255,.03) 58%); }
.poster-open span { position: absolute; z-index: 2; bottom: 14px; right: 16px; padding: 5px 10px; color: white; background: rgba(6,28,73,.6); border: 1px solid rgba(255,255,255,.28); border-radius: 999px; font-size: 10px; font-weight: 700; backdrop-filter: blur(8px); }
.program-card:hover .poster-open img { transform: scale(1.035); filter: saturate(1); }
.card-content { min-height: 418px; flex: 1; display: flex; flex-direction: column; padding: 22px; }
.card-topline { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 12px; font-size: 10px; font-weight: 800; }
.category { color: var(--green-800); }
.status { padding: 4px 9px; color: var(--blue-700); background: #edf5ff; border-radius: 999px; }
.card-content h3 { min-height: 84px; margin-bottom: 8px; color: var(--blue-950); font-size: 18px; line-height: 1.52; }
.card-content > p { min-height: 76px; margin-bottom: 14px; color: var(--muted); font-size: 14px; line-height: 1.72; }
.meta { display: flex; flex-wrap: wrap; align-content: flex-start; gap: 7px; min-height: 70px; margin-bottom: 15px; }
.meta span { display: inline-flex; align-items: center; padding: 5px 9px; color: #4d607b; background: var(--surface); border-radius: 8px; font-size: 12px; font-weight: 700; }
.meta span::before { content: "•"; margin-left: 5px; color: var(--green-700); }
.card-footer { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: end; gap: 12px; margin-top: auto; padding-top: 15px; border-top: 1px solid var(--line); }
.price-sale { min-width: 0; display: grid; gap: 5px; }
.sale-badge { width: fit-content; display: inline-flex; align-items: center; padding: 4px 9px; color: var(--green-800); background: var(--green-100); border: 1px solid #cde7d8; border-radius: 999px; font-size: 10px; font-weight: 900; line-height: 1.5; }
.save-badge { color: white; background: var(--green-700); border-color: var(--green-700); }
.old-price, .new-price { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; }
.old-price small, .new-price small { display: block; color: #8c98a8; font-size: 10px; white-space: nowrap; }
.old-price del { color: #9aa4b1; text-decoration-color: #aeb7c2; text-decoration-thickness: 1.5px; font-size: 12px; font-weight: 650; white-space: nowrap; }
.new-price small { color: var(--green-800); font-weight: 850; }
.new-price strong { color: var(--blue-800); font-size: 32px; line-height: 1.1; white-space: nowrap; }
.new-price em { color: var(--green-800); font-size: 11px; font-style: normal; }
.card-footer a { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; padding: 8px 14px; color: white; background: var(--blue-800); border-radius: 10px; font-size: 12px; font-weight: 850; white-space: nowrap; }

.trust { padding: 0 0 64px; background: linear-gradient(180deg, #f6f9fd, #fff 50%); }
.trust-band { display: grid; grid-template-columns: 82px minmax(0,1fr) 132px; align-items: center; gap: 24px; padding: 32px 38px; color: white; background: linear-gradient(135deg, var(--blue-950), var(--blue-700)); border-radius: 28px; box-shadow: var(--shadow); transform: translateY(-20px); }
.trust-band h2 { margin: 2px 0 4px; color: white; font-size: 30px; }
.trust-band span { color: #99ddba; font-size: 12px; font-weight: 800; }
.trust-band p { max-width: 760px; margin: 0; color: #dce9fb; font-size: 14px; }
.seal-icon { width: 82px; height: 82px; display: grid; place-items: center; color: white; background: var(--green-700); border: 7px solid rgba(255,255,255,.18); border-radius: 50%; font-size: 30px; font-weight: 900; box-shadow: inset 0 0 0 1px rgba(255,255,255,.25); }
.trust-brand-mark { width: 118px; min-height: 112px; display: grid; place-items: center; justify-self: end; padding: 8px 10px; background: white; border: 1px solid rgba(255,255,255,.5); border-radius: 14px; box-shadow: 0 12px 28px rgba(3,31,72,.18); }
.trust-brand-mark img { width: 88px; height: 96px; object-fit: contain; }
.certificates-showcase { scroll-margin-top: 125px; display: grid; grid-template-columns: .58fr 1.42fr; align-items: center; gap: 32px; padding: 54px 0 10px; }
.certificates-copy h2 { margin: 6px 0 13px; color: var(--blue-950); font-size: 32px; line-height: 1.4; letter-spacing: -.8px; }
.certificates-copy > p { margin-bottom: 18px; color: var(--muted); font-size: 14px; }
.certificates-copy > small { display: block; margin-top: 13px; color: #8a97a9; font-size: 11px; }
.training-modes { display: flex; flex-wrap: wrap; gap: 8px; }
.training-modes span { padding: 7px 10px; color: var(--blue-800); background: #edf5ff; border: 1px solid #d9e9fb; border-radius: 9px; font-size: 12px; font-weight: 800; }
.training-modes i { margin-left: 4px; color: var(--green-700); font-size: 8px; font-style: normal; }
.certificate-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.certificate-open { min-width: 0; padding: 0; overflow: hidden; color: var(--ink); background: white; border: 1px solid #d6e2ef; border-radius: 16px; box-shadow: 0 12px 34px rgba(16,54,103,.08); cursor: zoom-in; text-align: right; transition: transform .22s ease, box-shadow .22s ease; }
.certificate-open:hover { transform: translateY(-3px); box-shadow: 0 18px 42px rgba(16,54,103,.13); }
.certificate-open > img { width: 100%; aspect-ratio: 1.414 / 1; object-fit: cover; object-position: center; border-bottom: 1px solid var(--line); }
.certificate-open > span { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 10px 12px; }
.certificate-open b { color: var(--blue-900); font-size: 12px; }
.certificate-open small { color: #8592a4; font-size: 10px; }
.support-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; padding: 54px 0 58px; }
.support-grid h2 { margin-bottom: 28px; font-size: 31px; }
.why-us ul { display: grid; gap: 10px; padding: 0; margin: 0 0 28px; list-style: none; }
.why-us li { display: grid; grid-template-columns: 135px 1fr; gap: 18px; padding: 13px 16px; background: white; border: 1px solid var(--line); border-radius: 13px; }
.why-us li b { color: var(--blue-900); font-size: 14px; }
.why-us li span { color: var(--muted); font-size: 13px; }
.steps { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 16px 18px; background: var(--green-100); border-radius: 15px; }
.steps > div { display: flex; align-items: center; gap: 7px; color: var(--green-800); font-size: 11px; font-weight: 800; }
.steps i { width: 25px; height: 25px; display: grid; place-items: center; color: white; background: var(--green-700); border-radius: 8px; font-style: normal; }
.steps > b { color: #83a494; }
.registration-cta { position: relative; min-height: 66px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 0 14px; margin-top: 14px; padding: 11px 17px; color: white; background: linear-gradient(135deg, var(--blue-700), var(--blue-900)); border-radius: 14px; box-shadow: 0 12px 28px rgba(13,85,186,.2); }
.registration-cta span, .registration-cta b { display: block; }
.registration-cta span { color: #b8d7ff; font-size: 11px; }
.registration-cta b { grid-column: 1; font-size: 14px; }
.registration-cta i { grid-column: 2; grid-row: 1 / span 2; width: 34px; height: 34px; display: grid; place-items: center; background: rgba(255,255,255,.13); border-radius: 50%; font-size: 18px; font-style: normal; }
.faq-list { scroll-margin-top: 125px; }
.faq-list details { margin-bottom: 8px; padding-inline: 14px; background: white; border: 1px solid var(--line); border-radius: 11px; }
.faq-list details:last-child { margin-bottom: 0; }
.faq-list summary { position: relative; padding: 13px 0 13px 34px; color: var(--blue-950); cursor: pointer; list-style: none; font-size: 14px; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; left: 3px; top: 12px; width: 23px; height: 23px; display: grid; place-items: center; color: var(--blue-700); background: #edf5ff; border-radius: 50%; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: -1px 0 13px; padding-left: 38px; color: var(--muted); font-size: 13px; }
.final-cta { position: relative; overflow: hidden; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 40px 48px; color: white; background: linear-gradient(125deg, var(--blue-950), var(--blue-700)); border-radius: 28px; box-shadow: 0 22px 56px rgba(8,42,100,.18); }
.final-cta::after { content: ""; position: absolute; width: 180px; height: 180px; left: -70px; bottom: -120px; border: 28px solid rgba(117,225,166,.18); border-radius: 50%; }
.final-cta > * { position: relative; z-index: 1; }
.final-cta span { color: #9de0ba; font-size: 12px; font-weight: 800; }
.final-cta h2 { margin: 2px 0 4px; font-size: 32px; }
.final-cta p { margin: 0; color: #dce9fb; font-size: 14px; }
.button-light { flex: 0 0 auto; color: var(--blue-800); background: white; box-shadow: 0 12px 24px rgba(3,31,72,.22); }
.final-cta-button { min-height: 58px; padding-inline: 34px; font-size: 16px; }

.connect-payment { display: grid; grid-template-columns: 1.14fr .86fr; gap: 18px; margin-top: 24px; }
.social-card, .payment-card { min-width: 0; padding: 28px; overflow: hidden; background: white; border: 1px solid #dbe5f0; border-radius: 22px; box-shadow: 0 12px 36px rgba(16,54,103,.06); }
.social-card h2, .payment-card h2 { margin: 5px 0 6px; color: var(--blue-950); font-size: 25px; line-height: 1.4; }
.social-card > p, .payment-card > p { margin: 0 0 18px; color: var(--muted); font-size: 14px; }
.social-pills { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.social-pill { min-width: 0; min-height: 64px; display: flex; align-items: center; gap: 11px; padding: 10px 12px; background: #f8fafd; border: 1px solid var(--line); border-radius: 13px; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.social-pill:hover { transform: translateY(-2px); border-color: #bfd2e9; box-shadow: 0 9px 22px rgba(16,54,103,.08); }
.social-icon { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 38px; color: white; background: var(--blue-900); border-radius: 10px; }
.social-icon svg { width: 19px; height: 19px; fill: currentColor; }
.social-pill > span:last-child { min-width: 0; }
.social-pill b, .social-pill small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.social-pill b { color: var(--blue-950); font-size: 13px; }
.social-pill small { color: #7b899d; font-size: 10px; direction: ltr; text-align: right; }
.social-linkedin .social-icon { background: #0a66c2; }
.social-instagram .social-icon { background: linear-gradient(135deg, #5b51d8, #c13584 55%, #f77737); }
.social-whatsapp .social-icon { background: #128c5b; }
.payment-card { position: relative; background: linear-gradient(145deg, #fff, #f7fbf9); border-color: #d4e7dd; }
.payment-card::after { content: ""; position: absolute; left: -48px; bottom: -60px; width: 150px; height: 150px; border: 22px solid rgba(0,108,53,.055); border-radius: 50%; pointer-events: none; }
.payment-card > * { position: relative; z-index: 1; }
.payment-visual { display: grid; place-items: center; min-height: 128px; margin-top: 8px; padding: 12px 14px; background: white; border: 1px solid #e1ebe6; border-radius: 15px; }
.payment-visual img { width: min(100%, 410px); height: auto; object-fit: contain; }
.payment-card > small { display: block; margin-top: 9px; color: #7b8d84; font-size: 10px; }

footer { padding: 38px 0 0; background: var(--blue-900); color: white; }
.footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-bottom: 32px; }
.footer-brand > a { width: 122px; min-height: 114px; display: grid; place-items: center; padding: 8px; background: white; border-radius: 12px; }
.footer-brand img { width: 92px; height: 100px; object-fit: contain; }
.footer-brand p { margin: 8px 0 0; color: #bacce6; font-size: 11px; }
.footer-links { display: flex; gap: 12px; flex-wrap: wrap; }
.footer-links a { padding: 8px 13px; color: #dce9fb; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 9px; font-size: 12px; }
.copyright { padding: 12px 20px; color: #b7d6e8; background: var(--blue-950); text-align: center; font-size: 10px; }
.mobile-cta { display: none; }

dialog { width: min(720px, calc(100% - 26px)); max-height: 92vh; padding: 0; overflow: hidden; border: 0; border-radius: 22px; box-shadow: 0 35px 100px rgba(0,0,0,.4); }
dialog::backdrop { background: rgba(2,13,35,.76); backdrop-filter: blur(6px); }
.dialog-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 12px 16px; background: white; border-bottom: 1px solid var(--line); }
.dialog-head h2 { margin: 0; color: var(--blue-950); font-size: 13px; }
.dialog-head button { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 34px; color: var(--blue-950); background: var(--surface); border: 0; border-radius: 50%; cursor: pointer; font-size: 24px; }
dialog > img { width: 100%; max-height: calc(92vh - 60px); object-fit: contain; background: #eef3f8; }
.certificate-dialog { width: min(1120px, calc(100% - 26px)); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 960px) {
  .brand img { width: 82px; height: 66px; }
  nav > a:not(.nav-cta) { display: none; }
  .hero { padding-top: 46px; }
  .hero-grid { grid-template-columns: 1fr 380px; gap: 30px; }
  h1 { font-size: 48px; }
  .stage-body { grid-template-columns: .7fr 1.3fr; gap: 12px; padding-inline: 16px; }
  .national-monogram strong { font-size: 82px; }
  .program-grid { grid-template-columns: repeat(2, 1fr); }
  .support-grid { gap: 28px; }
  .trust-band { grid-template-columns: 74px minmax(0,1fr) 122px; padding-inline: 28px; }
  .seal-icon { width: 74px; height: 74px; }
  .connect-payment { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  body { padding-bottom: 66px; }
  .container { width: min(100% - 28px, 1180px); }
  .nav-wrap { min-height: 68px; }
  .brand img { width: 70px; height: 58px; }
  nav { display: none; }
  .accreditation-line { font-size: 9px; }
  .hero { padding-top: 40px; }
  .hero-grid { display: flex; flex-direction: column; gap: 24px; min-height: auto; }
  .campaign-topline { gap: 8px; }
  .national-identity-lockup { width: 100%; min-height: 62px; justify-content: center; gap: 8px; padding: 5px 8px; }
  .heritage-badge { min-height: 48px; padding-inline: 7px; }
  .heritage-badge img { width: 110px; height: 42px; }
  .identity-flag { width: 45px; height: 45px; flex-basis: 45px; }
  .identity-number { min-width: 55px; }
  .identity-number span { font-size: 8px; }
  .identity-number strong { font-size: 42px; }
  .campaign-label { font-size: 11px; }
  h1 { margin-top: 10px; font-size: 39px; line-height: 1.3; letter-spacing: -1.4px; }
  .hero-lead { font-size: 16px; }
  .hero-offer-message { width: 100%; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .hero-visual { width: 100%; min-height: 390px; }
  .hero-stage { inset: 7px 0 33px; }
  .stage-topbar { height: 52px; padding: 0 17px; }
  .stage-body { grid-template-columns: 126px 1fr; gap: 10px; padding: 20px 15px 18px; }
  .national-monogram { min-height: 220px; }
  .national-monogram strong { height: 86px; font-size: 84px; }
  .national-monogram span { font-size: 10px; }
  .saudi-flag-art { width: 48px; height: 43px; }
  .offer-chip { padding: 10px 11px; }
  .offer-chip b { font-size: 15px; }
  .program-preview { padding: 10px; }
  .program-preview i { display: none; }
  .stage-footer { padding: 0 16px; }
  .accreditation-float { right: 10px; bottom: 2px; min-width: 236px; }
  .price-clarity { right: 14px; bottom: -15px; left: auto; }
  .benefits { grid-template-columns: 1fr 1fr; margin-top: 28px; padding: 10px; border-radius: 20px 20px 0 0; }
  .benefit { border-left: 0; border-bottom: 1px solid var(--line); padding: 10px; }
  .benefit b { font-size: 15px; }
  .benefit small { font-size: 12px; }
  .benefit:nth-last-child(-n+2) { border-bottom: 0; }
  .programs { padding: 46px 0 60px; }
  .section-heading { display: block; }
  .section-heading p { margin-top: 16px; }
  .program-offer-strip { align-items: flex-start; padding: 13px; }
  .program-offer-strip b { font-size: 12px; line-height: 1.7; }
  .filter-row { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 5px; scrollbar-width: none; }
  .filter { flex: 0 0 auto; }
  .program-grid { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .poster-open { height: 168px; flex-basis: 168px; }
  .card-content { min-height: 0; }
  .card-content h3, .card-content > p { min-height: auto; }
  .trust-band { grid-template-columns: 1fr; padding: 28px; text-align: center; }
  .seal-icon { margin-inline: auto; }
  .trust-band h2 { font-size: 26px; }
  .trust-brand-mark { width: 118px; margin-inline: auto; justify-self: center; }
  .certificates-showcase { grid-template-columns: 1fr; gap: 26px; padding-top: 46px; }
  .certificates-copy h2 { font-size: 27px; }
  .certificate-gallery { grid-template-columns: 1fr; gap: 16px; }
  .certificate-open > span { display: flex; padding: 12px 14px; }
  .support-grid { grid-template-columns: 1fr; padding: 48px 0; }
  .why-us li { grid-template-columns: 1fr; gap: 2px; }
  .steps { gap: 4px; padding: 12px 8px; }
  .steps > div { flex-direction: column; text-align: center; }
  .steps > b { font-size: 12px; }
  .final-cta { flex-direction: column; align-items: stretch; padding: 30px 24px; }
  .final-cta h2 { font-size: 27px; }
  .connect-payment { margin-top: 18px; }
  .social-card, .payment-card { padding: 23px; }
  .social-card h2, .payment-card h2 { font-size: 23px; }
  .footer-grid { flex-direction: column; align-items: flex-start; }
  .footer-brand > a { width: 116px; min-height: 108px; }
  .footer-brand img { width: 88px; height: 94px; }
  .mobile-cta { position: fixed; z-index: 49; right: 12px; bottom: 10px; left: 12px; min-height: 48px; display: grid; place-items: center; color: white; background: linear-gradient(135deg, var(--green-700), #05582f); border: 1px solid rgba(255,255,255,.32); border-radius: 14px; box-shadow: 0 14px 38px rgba(3,54,29,.32); font-size: 13px; font-weight: 900; }
}

@media (max-width: 420px) {
  .container { width: min(100% - 22px, 1180px); }
  .brand img { width: 66px; height: 56px; }
  .identity-divider { height: 36px; }
  .heritage-badge img { width: 96px; }
  .identity-flag { width: 40px; height: 40px; flex-basis: 40px; }
  .identity-number strong { font-size: 38px; }
  h1 { font-size: 35px; }
  .stage-body { grid-template-columns: 112px minmax(0,1fr); padding-inline: 11px; }
  .national-monogram strong { font-size: 76px; }
  .benefits { grid-template-columns: 1fr; }
  .benefit { border-bottom: 1px solid var(--line) !important; }
  .benefit:last-child { border-bottom: 0 !important; }
  .card-footer { grid-template-columns: 1fr; align-items: stretch; }
  .card-footer a { width: 100%; }
  .old-price, .new-price { justify-content: flex-start; gap: 12px; }
  .final-cta-button { width: 100%; }
  .social-pills { grid-template-columns: 1fr; }
}

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