:root {
  --blue: #086dbc;
  --blue-dark: #07416e;
  --blue-ink: #083653;
  --orange: #e97d00;
  --orange-dark: #b95b00;
  --orange-pale: #fff3e3;
  --sky: #e9f8fe;
  --ink: #163142;
  --muted: #536c7a;
  --white: #ffffff;
  --line: #d9e7ed;
  --shadow: 0 18px 50px rgb(17 75 111 / 15%);
  --radius: 1.25rem;
  --container: 74rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Arial, Helvetica, sans-serif; font-size: 1rem; line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }

.container { width: min(calc(100% - 3rem), var(--container)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 20; top: 1rem; left: 1rem; padding: .65rem 1rem; color: var(--white); background: var(--blue-dark); border-radius: .4rem; transform: translateY(-160%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }

.site-header { position: sticky; z-index: 10; top: 0; padding: .8rem 0; background: rgb(255 255 255 / 92%); border-bottom: 1px solid rgb(8 109 188 / 10%); backdrop-filter: blur(12px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { display: inline-grid; grid-template-columns: auto auto; align-items: center; column-gap: .35rem; line-height: 1; min-width: max-content; }
.brand-mark { position: relative; grid-row: span 2; width: 1.9rem; height: 2rem; border-top: 3px solid var(--blue); border-radius: 50% 70% 10% 0; transform: rotate(-23deg); }
.brand-mark::after { content: ""; position: absolute; right: -.2rem; bottom: .2rem; width: 1.65rem; height: 1rem; border-bottom: 3px solid var(--orange); border-radius: 0 0 70% 50%; }
.brand-mark i { position: absolute; top: .55rem; left: .28rem; display: block; width: .72rem; height: .34rem; background: var(--orange); transform: skewX(35deg); }
.brand-letters { color: var(--orange); font-size: 1.33rem; font-weight: 900; letter-spacing: -.07em; }
.brand-arabic { color: var(--blue); font-size: .75rem; line-height: 1; }
.primary-nav { display: flex; align-items: center; gap: 1.45rem; color: var(--blue-ink); font-size: .88rem; font-weight: 700; }
.primary-nav a { position: relative; padding: .3rem 0; }
.primary-nav a::after { position: absolute; right: 0; bottom: 0; left: 0; height: 2px; background: var(--orange); content: ""; transform: scaleX(0); transition: transform .2s ease; }
.primary-nav a:hover::after, .primary-nav a:focus-visible::after { transform: scaleX(1); }
.header-call { display: inline-flex; align-items: center; gap: .55rem; padding: .7rem .9rem; color: var(--white); background: var(--blue); border-radius: .7rem; font-size: .85rem; font-weight: 800; transition: background .2s ease, transform .2s ease; }
.header-call:hover { background: var(--blue-dark); transform: translateY(-1px); }
.header-call svg { width: 1rem; height: 1rem; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }

.hero { position: relative; overflow: hidden; padding: clamp(4.25rem, 7vw, 7.2rem) 0 0; background: linear-gradient(135deg, #fafdff 5%, #e4f8ff 58%, #fff7ee 100%); }
.hero::before { position: absolute; inset: 0; content: ""; opacity: .55; background-image: radial-gradient(circle at 1px 1px, rgb(8 109 188 / 10%) 1px, transparent 0); background-size: 22px 22px; mask-image: linear-gradient(to bottom, black, transparent 72%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); }
.hero-glow-one { top: -14rem; right: -12rem; width: 37rem; height: 37rem; background: rgb(0 177 239 / 13%); }
.hero-glow-two { bottom: 3rem; left: -15rem; width: 29rem; height: 29rem; background: rgb(233 125 0 / 10%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(19rem, .78fr); align-items: center; gap: clamp(2.5rem, 6vw, 6.4rem); }
.eyebrow { display: flex; align-items: center; gap: .55rem; margin: 0 0 1.15rem; color: var(--blue); font-size: .75rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow span { display: block; width: 1.8rem; height: 2px; background: currentColor; }
.eyebrow-orange { color: var(--orange); }
.eyebrow-light { color: #ffdfbb; }
.hero h1, h2, h3, p { margin-top: 0; }
.hero h1 { max-width: 9.5ch; margin-bottom: 1.2rem; color: var(--blue-ink); font-size: clamp(2.75rem, 5vw, 5.2rem); line-height: .98; letter-spacing: -.065em; }
.hero h1 em { color: var(--orange); font-style: normal; }
.hero-intro { max-width: 34rem; margin-bottom: 1.8rem; color: var(--muted); font-size: clamp(1.02rem, 1.5vw, 1.15rem); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.1rem 1.7rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .8rem; min-height: 3.2rem; padding: .85rem 1.05rem; border: 1px solid transparent; border-radius: .72rem; font-size: .91rem; font-weight: 800; transition: background .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--orange); box-shadow: 0 10px 22px rgb(233 125 0 / 24%); }
.button-primary:hover { background: var(--orange-dark); box-shadow: 0 12px 26px rgb(233 125 0 / 32%); }
.text-link { display: inline-flex; gap: .55rem; align-items: center; color: var(--blue); font-size: .9rem; font-weight: 800; }
.text-link:hover { color: var(--blue-dark); }
.trust-list { display: flex; flex-wrap: wrap; gap: 1.25rem; padding: 0; margin: 2rem 0 0; color: var(--blue-ink); font-size: .82rem; font-weight: 700; list-style: none; }
.trust-list li { display: flex; align-items: center; gap: .42rem; }
.trust-list svg, .security-points svg, .fee-note svg { width: 1.25rem; height: 1.25rem; flex: 0 0 auto; fill: none; stroke: var(--orange); stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }

.hero-art { position: relative; min-height: 34rem; }
.hero-shape { position: absolute; top: 6%; right: -7%; width: 83%; height: 83%; border: 1.2rem solid var(--orange); border-radius: 40% 60% 57% 43% / 34% 40% 60% 66%; transform: rotate(-16deg); opacity: .92; }
.poster-frame { position: absolute; z-index: 1; top: 0; right: 10%; width: min(80%, 24rem); overflow: hidden; background: var(--white); border: .7rem solid var(--white); border-radius: 1.2rem; box-shadow: var(--shadow); transform: rotate(3deg); }
.poster-frame img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; object-position: center top; }
.availability-card { position: absolute; z-index: 2; bottom: 8%; left: 0; display: flex; align-items: center; gap: .75rem; min-width: 13rem; padding: .8rem 1rem; background: var(--white); border: 1px solid rgb(8 109 188 / 14%); border-radius: .8rem; box-shadow: 0 15px 32px rgb(22 49 66 / 14%); }
.availability-card strong { display: block; color: var(--blue-ink); font-size: .85rem; }
.availability-card small { display: block; color: var(--muted); font-size: .76rem; }
.status-dot { width: .65rem; height: .65rem; background: #3ebd62; border-radius: 50%; box-shadow: 0 0 0 4px rgb(62 189 98 / 15%); }
.hero-strip { position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; gap: clamp(.55rem, 2.2vw, 2rem); margin-top: 1.1rem; padding: 1.25rem 0; color: var(--blue); font-size: .79rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.hero-strip i { width: .3rem; height: .3rem; background: var(--orange); border-radius: 50%; }

.section { padding: clamp(4.5rem, 8vw, 7.5rem) 0; }
.section-heading h2, .fee-copy h2, .security-copy h2, .contact-title h2 { margin-bottom: 0; color: var(--blue-ink); font-size: clamp(2.15rem, 4vw, 3.75rem); line-height: 1; letter-spacing: -.055em; }
.split-heading { display: grid; grid-template-columns: 1.05fr .65fr; gap: 3rem; align-items: end; margin-bottom: 3rem; }
.split-heading > p { max-width: 29rem; margin: 0; color: var(--muted); }
.steps-section { background: var(--white); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; padding: 0; margin: 0; list-style: none; counter-reset: steps; }
.steps li { position: relative; min-height: 16.5rem; padding: 1.65rem; overflow: hidden; background: #fbfdfe; border: 1px solid var(--line); border-radius: var(--radius); transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.steps li:hover { border-color: rgb(233 125 0 / 45%); box-shadow: 0 14px 35px rgb(20 65 89 / 9%); transform: translateY(-3px); }
.step-number { position: absolute; top: 1.1rem; right: 1.35rem; color: #c6e7f6; font-size: 3.5rem; font-weight: 900; line-height: 1; letter-spacing: -.08em; }
.steps svg { position: relative; width: 2rem; height: 2rem; margin: .8rem 0 1.8rem; fill: none; stroke: var(--orange); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.steps h3 { position: relative; margin-bottom: .65rem; color: var(--blue-ink); font-size: 1.1rem; line-height: 1.2; }
.steps p { position: relative; margin-bottom: 0; color: var(--muted); font-size: .9rem; }

.fee-section { padding: clamp(4.5rem, 8vw, 7rem) 0; background: var(--blue-ink); }
.fee-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(2.5rem, 7vw, 7rem); align-items: center; }
.fee-copy h2 { color: var(--white); }
.fee-copy > p:not(.eyebrow) { max-width: 29rem; margin: 1.35rem 0 1.75rem; color: #d1e7f4; }
.button-light { color: var(--blue-ink); background: var(--white); }
.button-light:hover { color: var(--white); background: var(--orange); }
.fee-card { padding: clamp(1.4rem, 3.5vw, 2.1rem); color: var(--ink); background: var(--white); border-radius: var(--radius); box-shadow: 0 20px 45px rgb(0 0 0 / 20%); }
.fee-card-top { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1.25rem; padding-bottom: 1.2rem; border-bottom: 1px solid var(--line); }
.fee-card-top > span { color: var(--muted); font-size: .8rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.fee-card-top strong { display: flex; align-items: baseline; gap: .3rem; color: var(--orange); font-size: clamp(2.2rem, 5vw, 3.7rem); line-height: .9; letter-spacing: -.08em; }
.fee-card-top small { font-size: .75rem; letter-spacing: normal; }
table { width: 100%; border-collapse: collapse; font-size: .93rem; }
th { padding: .7rem 0; color: var(--muted); font-size: .72rem; text-align: left; text-transform: uppercase; letter-spacing: .04em; }
td { padding: .9rem 0; border-top: 1px solid var(--line); font-weight: 700; }
td:last-child, th:last-child { text-align: right; }
td:last-child { color: var(--blue); }
.fee-note { display: flex; gap: .55rem; align-items: flex-start; margin: 1rem 0 0; color: var(--muted); font-size: .72rem; line-height: 1.4; }
.fee-note svg { width: 1rem; height: 1rem; margin-top: .05rem; stroke: var(--orange); }

.security-section { background: linear-gradient(180deg, var(--white), #f5fbfe); }
.security-grid { display: grid; grid-template-columns: minmax(16rem, .82fr) minmax(0, 1fr); gap: clamp(2.5rem, 7vw, 7.4rem); align-items: center; }
.security-image { position: relative; width: min(100%, 26rem); margin: auto; }
.security-image img { position: relative; z-index: 1; width: 100%; border-radius: 1rem; box-shadow: var(--shadow); }
.image-outline { position: absolute; top: 7%; right: -7%; width: 100%; height: 100%; border: .9rem solid var(--orange); border-radius: 1rem; }
.security-copy > p:not(.eyebrow) { max-width: 36rem; margin: 1.4rem 0 1.7rem; color: var(--muted); }
.security-points { display: grid; gap: 1.2rem; }
.security-points article { display: flex; gap: .85rem; align-items: flex-start; }
.security-points svg { margin-top: .12rem; width: 1.45rem; height: 1.45rem; stroke: var(--blue); }
.security-points h3 { margin-bottom: .2rem; color: var(--blue-ink); font-size: 1rem; }
.security-points p { margin: 0; color: var(--muted); font-size: .87rem; }
.security-alert { margin-top: 1.6rem; padding: .85rem 1rem; color: var(--blue-ink); background: var(--orange-pale); border-left: .3rem solid var(--orange); font-size: .87rem; }

.contact-section { padding: 0 0 clamp(4.5rem, 8vw, 7rem); background: #f5fbfe; }
.contact-panel { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: center; padding: clamp(2rem, 5vw, 4rem); background: linear-gradient(125deg, var(--orange), #f59b10); border-radius: 1.5rem; box-shadow: 0 20px 45px rgb(181 88 0 / 20%); }
.contact-title .eyebrow { color: #fff0df; }
.contact-title h2 { max-width: 10ch; color: var(--white); }
.contact-title > p:not(.eyebrow) { max-width: 34rem; margin: 1rem 0 0; color: #fff4e8; }
.numbers { display: grid; gap: .8rem; min-width: 17rem; }
.numbers a { display: flex; align-items: center; gap: .7rem; padding: .82rem 1rem; color: var(--blue-ink); background: var(--white); border-radius: .75rem; font-weight: 900; transition: transform .2s ease, color .2s ease; }
.numbers a:hover { color: var(--orange); transform: translateX(-3px); }
.numbers svg { width: 1.1rem; height: 1.1rem; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }

.site-footer { padding: 1.7rem 0; color: #cad8df; background: #052a41; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; font-size: .78rem; }
.footer-inner p { margin: 0; }
.brand-footer .brand-letters { color: #ff9d25; }
.brand-footer .brand-arabic { color: #a5def9; }

@media (max-width: 850px) {
  .primary-nav { display: none; }
  .hero-grid, .fee-grid, .security-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 43rem; }
  .hero-art { width: min(100%, 31rem); min-height: 31rem; margin: 0 auto; }
  .split-heading { grid-template-columns: 1fr; gap: 1rem; }
  .steps { grid-template-columns: 1fr; }
  .steps li { min-height: 0; }
  .security-image { order: 2; width: min(100%, 22rem); margin-top: 2rem; }
  .contact-panel { grid-template-columns: 1fr; }
  .numbers { min-width: 0; width: min(100%, 23rem); }
}

@media (max-width: 560px) {
  .container { width: min(calc(100% - 2rem), var(--container)); }
  .site-header { padding: .65rem 0; }
  .header-call { padding: .68rem; }
  .header-call span { display: none; }
  .hero { padding-top: 3.7rem; }
  .hero h1 { font-size: clamp(2.65rem, 13vw, 3.6rem); }
  .hero-art { min-height: 25rem; }
  .poster-frame { right: 10%; width: 75%; border-width: .5rem; }
  .availability-card { bottom: 3%; left: 0; padding: .7rem .8rem; }
  .hero-strip { flex-wrap: wrap; gap: .5rem .75rem; padding: 1rem 0; font-size: .65rem; }
  .hero-strip i { display: none; }
  .hero-strip span { padding: .2rem .45rem; background: rgb(255 255 255 / 58%); border-radius: 1rem; }
  .contact-panel { padding: 2rem 1.4rem; border-radius: 1rem; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
