:root {
  --ink: #17334a;
  --ink-soft: #536f83;
  --blue: #2684c6;
  --blue-deep: #176ba6;
  --sky: #8fd0f5;
  --sky-soft: #dff3ff;
  --sky-pale: #f2faff;
  --white: #ffffff;
  --line: rgba(38, 132, 198, 0.14);
  --green: #22b864;
  --display: "Noto Kufi Arabic", sans-serif;
  --body: "Tajawal", sans-serif;
  --shadow-sm: 0 12px 35px rgba(33, 105, 151, 0.10);
  --shadow-lg: 0 28px 80px rgba(33, 105, 151, 0.16);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--body); font-size: 1rem; line-height: 1.8; overflow-x: hidden; }
body::before { content: ""; position: fixed; inset: 0; z-index: 100; pointer-events: none; opacity: .02; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
svg { width: 1.35rem; height: 1.35rem; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 110px 0; position: relative; }

.skip-link { position: fixed; top: -80px; right: 20px; z-index: 200; padding: 10px 18px; background: var(--blue); color: var(--white); border-radius: 0 0 12px 12px; }
.skip-link:focus { top: 0; }
.site-header { position: fixed; inset: 0 0 auto; z-index: 50; border-bottom: 1px solid transparent; transition: background .3s ease, border-color .3s ease, box-shadow .3s ease, backdrop-filter .3s ease; }
.site-header.scrolled { background: rgba(255,255,255,.9); border-color: var(--line); box-shadow: 0 8px 30px rgba(52,117,158,.08); backdrop-filter: blur(16px); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand-mark { width: 46px; height: 46px; display: grid; place-items: center; color: var(--white); background: linear-gradient(145deg, var(--sky), var(--blue)); border-radius: 15px 15px 15px 5px; box-shadow: 0 9px 22px rgba(38,132,198,.24); font: 700 .78rem/1 var(--display); direction: ltr; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.35; }
.brand-copy strong { font: 700 1rem/1.5 var(--display); color: var(--ink); }
.brand-copy small { color: var(--ink-soft); font-size: .76rem; }
.desktop-nav { display: flex; align-items: center; gap: 28px; margin-inline: auto; }
.desktop-nav a { color: #4e6a7e; font-size: .96rem; transition: color .2s ease; position: relative; }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: -9px; width: 0; height: 2px; border-radius: 2px; background: var(--blue); transition: width .25s ease; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--blue-deep); }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { width: 100%; }

.button { min-height: 54px; padding: 0 29px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; color: var(--white); background: linear-gradient(135deg, #389bd9, #1776b5); border: 1px solid rgba(255,255,255,.6); font-weight: 700; border-radius: 14px; box-shadow: 0 13px 32px rgba(31,121,180,.25); transition: transform .2s ease, box-shadow .2s ease, filter .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-3px); filter: saturate(1.08); box-shadow: 0 17px 40px rgba(31,121,180,.31); }
.button-small { min-height: 46px; padding: 0 21px; font-size: .94rem; border-radius: 13px; }
.button svg { transform: scaleX(-1); }

.hero { min-height: 760px; height: 100svh; max-height: 900px; display: flex; align-items: center; position: relative; overflow: hidden; background: var(--sky-pale); }
.hero-media { position: absolute; inset: 0; background: url("assets/hero-light-v2.webp") center left / cover no-repeat; animation: heroDrift 10s ease-out both; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(242,250,255,.04) 0%, rgba(242,250,255,.12) 40%, rgba(242,250,255,.93) 70%, #f2faff 100%); }
.hero::before, .hero::after { content: ""; position: absolute; z-index: 1; border-radius: 50%; pointer-events: none; }
.hero::before { width: 260px; height: 260px; right: -125px; top: 18%; border: 42px solid rgba(143,208,245,.19); }
.hero::after { width: 94px; height: 94px; right: 8%; bottom: 10%; background: rgba(255,255,255,.48); border: 1px solid rgba(38,132,198,.12); box-shadow: 0 20px 50px rgba(38,132,198,.08); }
.hero-content { position: relative; z-index: 2; padding-top: 84px; }
.hero-copy { width: min(625px, 55%); }
.eyebrow { color: var(--blue-deep); display: inline-flex; align-items: center; gap: 12px; font-size: .9rem; font-weight: 700; margin-bottom: 20px; }
.eyebrow i { display: block; width: 38px; height: 3px; border-radius: 3px; background: linear-gradient(90deg, var(--sky), var(--blue)); }
h1, h2, h3 { margin: 0; font-family: var(--display); font-weight: 700; line-height: 1.55; }
h1 { max-width: 690px; color: var(--ink); font-size: clamp(2.7rem, 5vw, 4.9rem); letter-spacing: -.055em; }
h1 span, h2 span { color: var(--blue); }
.hero-copy > p { max-width: 590px; margin: 24px 0 30px; color: var(--ink-soft); font-size: clamp(1.06rem, 1.5vw, 1.22rem); line-height: 2; }
.hero-actions { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.text-link { color: var(--blue-deep); border-bottom: 1px solid rgba(23,107,166,.28); padding-bottom: 3px; font-weight: 600; }
.trust-line { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; color: #4f7087; font-size: .9rem; }
.trust-line span { display: inline-flex; align-items: center; gap: 7px; padding: 7px 13px; background: rgba(255,255,255,.64); border: 1px solid rgba(38,132,198,.11); border-radius: 999px; backdrop-filter: blur(8px); }
.trust-line b { color: var(--blue); }
.scroll-cue { position: absolute; z-index: 3; right: 50%; bottom: 24px; transform: translateX(50%); color: #67879c; font-size: .78rem; display: flex; flex-direction: column; align-items: center; gap: 7px; }
.scroll-cue i { display: block; width: 2px; height: 35px; border-radius: 2px; background: linear-gradient(var(--blue), transparent); }

.section-heading h2 { color: var(--ink); font-size: clamp(2rem, 3.6vw, 3.35rem); letter-spacing: -.04em; }
.section-heading > p { max-width: 620px; color: var(--ink-soft); margin: 16px auto 0; font-size: 1.06rem; }
.centered { text-align: center; max-width: 780px; margin: 0 auto 56px; }
.centered .eyebrow { justify-content: center; }

.about { background: var(--white); overflow: hidden; }
.about::before { content: ""; position: absolute; width: 430px; height: 430px; right: -210px; top: -140px; border-radius: 50%; background: radial-gradient(circle, rgba(143,208,245,.25), transparent 68%); }
.about-grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.about-grid::after { content: ""; position: absolute; right: 43%; width: 1px; height: 90%; background: linear-gradient(transparent, var(--line), transparent); }
.about-copy { padding: 38px 42px; background: var(--sky-pale); border: 1px solid var(--line); border-radius: 26px 8px 26px 26px; box-shadow: var(--shadow-sm); }
.about-copy > p { margin: 0; color: #47677e; font-size: clamp(1.08rem, 2vw, 1.3rem); line-height: 2.05; }
.signature-row { display: flex; align-items: center; gap: 15px; color: var(--blue-deep); font-size: .9rem; font-weight: 600; margin-top: 24px; }
.signature-line { width: 54px; height: 2px; border-radius: 2px; background: var(--blue); }

.services { background: linear-gradient(180deg, #eef9ff 0%, #f9fdff 100%); overflow: hidden; }
.services::before { content: ""; position: absolute; width: 250px; height: 250px; left: -100px; bottom: -80px; border-radius: 50%; border: 45px solid rgba(143,208,245,.12); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; position: relative; }
.service-card { min-height: 330px; padding: 36px; border: 1px solid rgba(38,132,198,.13); background: rgba(255,255,255,.87); border-radius: 24px 8px 24px 24px; position: relative; overflow: hidden; box-shadow: 0 14px 34px rgba(33,105,151,.07); transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.service-card::after { content: ""; position: absolute; width: 150px; height: 150px; left: -65px; bottom: -72px; border-radius: 50%; background: rgba(143,208,245,.12); transition: transform .3s ease; }
.service-card:hover { transform: translateY(-8px); border-color: rgba(38,132,198,.32); box-shadow: var(--shadow-lg); }
.service-card:hover::after { transform: scale(1.18); }
.service-card.featured { background: linear-gradient(150deg, #288bc9, #176fa9); border: 0; color: white; transform: translateY(-14px); box-shadow: 0 22px 50px rgba(31,121,180,.23); }
.service-card.featured:hover { transform: translateY(-20px); }
.card-number { position: absolute; left: 25px; top: 18px; color: rgba(38,132,198,.18); font: 700 2.2rem/1 var(--display); }
.featured .card-number { color: rgba(255,255,255,.18); }
.icon-box { width: 64px; height: 64px; display: grid; place-items: center; color: var(--blue); background: var(--sky-pale); border-radius: 19px 19px 19px 6px; margin-bottom: 43px; }
.featured .icon-box { color: white; background: rgba(255,255,255,.16); }
.service-card h3 { color: var(--ink); font-size: 1.25rem; margin-bottom: 12px; }
.service-card p { color: var(--ink-soft); margin: 0; line-height: 1.9; }
.service-card.featured h3, .service-card.featured p { color: white; }
.service-card.featured p { opacity: .83; }
.section-action { display: flex; justify-content: center; margin-top: 42px; }

.why { background: var(--white); overflow: hidden; }
.why::before { content: "MT"; position: absolute; left: -20px; bottom: -88px; color: rgba(38,132,198,.035); font: 700 23rem/1 var(--display); direction: ltr; }
.why-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; position: relative; }
.why-intro { position: sticky; top: 130px; }
.why-intro > p { color: var(--ink-soft); max-width: 430px; margin-top: 18px; }
.decorative-seal { width: 165px; height: 165px; border: 1px solid rgba(38,132,198,.24); background: var(--sky-pale); border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; margin-top: 45px; position: relative; box-shadow: 0 12px 32px rgba(38,132,198,.08); }
.decorative-seal::before { content: ""; position: absolute; inset: 9px; border: 1px dashed rgba(38,132,198,.22); border-radius: 50%; }
.decorative-seal strong { color: var(--blue); font: 700 2rem/1 var(--display); }
.decorative-seal span { color: var(--ink-soft); font-size: .65rem; margin-top: 9px; }
.features-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.feature { display: flex; gap: 17px; padding: 25px; background: #f8fcff; border: 1px solid var(--line); border-radius: 18px 5px 18px 18px; transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.feature:hover { transform: translateY(-3px); background: var(--white); border-color: rgba(38,132,198,.3); }
.feature-icon { flex: 0 0 44px; height: 44px; display: grid; place-items: center; background: var(--sky-soft); color: var(--blue-deep); border-radius: 14px 14px 14px 4px; }
.feature-icon svg { width: 20px; height: 20px; }
.feature h3 { color: var(--ink); font: 700 1rem/1.6 var(--display); }
.feature p { color: var(--ink-soft); margin: 5px 0 0; font-size: .91rem; line-height: 1.7; }

.booking { background: linear-gradient(180deg, #eef9ff, #f9fdff); overflow: hidden; }
.booking::after { content: ""; position: absolute; width: 480px; height: 480px; right: -260px; top: 10px; border: 1px solid rgba(38,132,198,.1); border-radius: 50%; box-shadow: 0 0 0 46px rgba(143,208,245,.055), 0 0 0 92px rgba(143,208,245,.035); }
.booking .container { position: relative; z-index: 1; }
.steps { max-width: 1040px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); position: relative; }
.steps::before { content: ""; position: absolute; top: 39px; right: 15%; left: 15%; border-top: 2px dashed rgba(38,132,198,.22); }
.step { text-align: center; padding: 0 27px; position: relative; }
.step > span { width: 78px; height: 78px; border-radius: 24px 24px 24px 8px; display: grid; place-items: center; margin: 0 auto 27px; background: var(--white); border: 1px solid rgba(38,132,198,.24); color: var(--blue); font: 700 1rem/1 var(--display); position: relative; z-index: 1; box-shadow: 0 0 0 10px #f2faff, var(--shadow-sm); }
.step h3 { color: var(--ink); font-size: 1.1rem; }
.step p { color: var(--ink-soft); margin: 9px 0 0; }

.final-cta { padding-top: 24px; background: #f9fdff; }
.cta-panel { min-height: 285px; padding: 58px 65px; display: flex; align-items: center; justify-content: space-between; gap: 40px; background: linear-gradient(125deg, #c8ecff, #74bfea); color: var(--ink); border-radius: 32px 10px 32px 32px; position: relative; overflow: hidden; box-shadow: var(--shadow-lg); }
.cta-panel::before, .cta-panel::after { content: ""; position: absolute; border-radius: 50%; pointer-events: none; }
.cta-panel::before { width: 350px; height: 350px; left: -90px; top: -190px; border: 1px solid rgba(255,255,255,.55); box-shadow: 0 0 0 35px rgba(255,255,255,.16), 0 0 0 75px rgba(255,255,255,.10); }
.cta-panel::after { width: 90px; height: 90px; right: 48%; bottom: -55px; background: rgba(255,255,255,.23); }
.cta-panel > * { position: relative; z-index: 1; }
.cta-panel .eyebrow { color: #155d8b; margin-bottom: 12px; }
.cta-panel h2 { color: var(--ink); font-size: clamp(1.8rem, 3vw, 2.7rem); }
.cta-panel p { color: #345d78; margin: 8px 0 0; font-size: 1.06rem; }
.button-light { background: var(--white); color: var(--blue-deep); border-color: rgba(255,255,255,.8); min-width: 185px; box-shadow: 0 14px 35px rgba(32,105,151,.16); }

.footer { background: #f4faff; padding: 82px 0 18px; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .8fr; gap: 70px; }
.footer-brand > p { color: var(--ink-soft); max-width: 440px; margin: 24px 0 0; }
.footer h3 { color: var(--ink); font: 700 .95rem/1.6 var(--display); margin-bottom: 18px; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-links a, .footer-links button { color: var(--ink-soft); background: none; border: 0; padding: 0; cursor: pointer; transition: color .2s ease; }
.footer-links a:hover, .footer-links button:hover { color: var(--blue); }
.footer-whatsapp { color: var(--blue-deep) !important; font-weight: 600; }
.copyright { border-top: 1px solid var(--line); margin-top: 55px; padding-top: 18px; text-align: center; color: #7390a3; font-size: .84rem; }

.floating-whatsapp { position: fixed; z-index: 45; left: 24px; bottom: 24px; width: 60px; height: 60px; display: grid; place-items: center; border-radius: 20px 20px 20px 6px; color: #fff; background: var(--green); box-shadow: 0 14px 34px rgba(27,133,76,.28); transition: transform .2s ease; }
.floating-whatsapp:hover { transform: translateY(-4px) scale(1.03); }
.floating-whatsapp svg { width: 31px; height: 31px; fill: currentColor; stroke: none; }
.mobile-booking { display: none; }
.policy-dialog { width: min(610px, calc(100% - 32px)); padding: 40px; color: var(--ink); background: var(--white); border: 1px solid rgba(38,132,198,.25); border-radius: 24px 8px 24px 24px; box-shadow: var(--shadow-lg); }
.policy-dialog::backdrop { background: rgba(18,48,68,.4); backdrop-filter: blur(6px); }
.policy-dialog h2 { color: var(--blue-deep); font-size: 1.45rem; margin-bottom: 15px; }
.policy-dialog p { color: var(--ink-soft); margin: 0; }
.dialog-close { position: absolute; left: 14px; top: 10px; color: var(--ink); background: none; border: 0; font-size: 1.8rem; cursor: pointer; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
@keyframes heroDrift { from { transform: scale(1.055); } to { transform: scale(1.01); } }

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

@media (max-width: 920px) {
  .desktop-nav { display: none; }
  .hero { min-height: 740px; }
  .hero-copy { width: min(650px, 72%); }
  .hero-overlay { background: linear-gradient(90deg, rgba(242,250,255,.08) 0%, rgba(242,250,255,.52) 43%, rgba(242,250,255,.97) 78%, #f2faff 100%); }
  .about-grid, .why-grid { grid-template-columns: 1fr; gap: 45px; }
  .about-grid::after { display: none; }
  .service-grid { grid-template-columns: 1fr; max-width: 650px; margin-inline: auto; }
  .service-card { min-height: auto; }
  .service-card.featured { transform: none; }
  .service-card.featured:hover { transform: translateY(-8px); }
  .why-intro { position: static; }
  .decorative-seal { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 32px, 1180px); }
  .section { padding: 82px 0; }
  .site-header { background: rgba(255,255,255,.78); backdrop-filter: blur(12px); border-bottom-color: rgba(38,132,198,.08); }
  .site-header .button-small { display: none; }
  .nav-wrap { min-height: 72px; }
  .brand-mark { width: 41px; height: 41px; border-radius: 13px 13px 13px 4px; }
  .brand-copy strong { font-size: .9rem; }
  .brand-copy small { font-size: .68rem; }
  .hero { min-height: 760px; height: 100svh; align-items: flex-end; padding-bottom: 100px; }
  .hero-media { background-position: 33% center; }
  .hero-overlay { background: linear-gradient(0deg, #f2faff 8%, rgba(242,250,255,.96) 45%, rgba(242,250,255,.16) 100%); }
  .hero::before { display: none; }
  .hero::after { right: auto; left: 7%; bottom: 39%; width: 60px; height: 60px; }
  .hero-content { padding-top: 72px; }
  .hero-copy { width: 100%; }
  h1 { font-size: clamp(2.2rem, 11vw, 3.3rem); line-height: 1.55; }
  .hero-copy > p { font-size: 1rem; line-height: 1.85; margin-top: 16px; }
  .hero-actions .button { width: 100%; }
  .text-link { display: none; }
  .trust-line { margin-top: 23px; gap: 7px; font-size: .78rem; }
  .trust-line span { padding: 5px 9px; }
  .scroll-cue { display: none; }
  .section-heading h2 { font-size: 2rem; }
  .centered { margin-bottom: 38px; }
  .about-copy { padding: 30px 25px; }
  .service-card { padding: 30px; }
  .features-list { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; gap: 34px; }
  .steps::before { top: 39px; bottom: 39px; right: 39px; left: auto; height: auto; border-top: 0; border-right: 2px dashed rgba(38,132,198,.18); }
  .step { display: grid; grid-template-columns: 78px 1fr; gap: 20px; text-align: right; align-items: center; padding: 0; }
  .step > span { margin: 0; box-shadow: 0 0 0 8px #f2faff, var(--shadow-sm); }
  .step p { margin-top: 4px; }
  .final-cta { padding-top: 0; }
  .cta-panel { padding: 44px 28px; min-height: 360px; flex-direction: column; align-items: stretch; justify-content: center; border-radius: 26px 8px 26px 26px; }
  .cta-panel .button { width: 100%; }
  .footer { padding-bottom: 92px; }
  .footer-grid { grid-template-columns: 1fr; gap: 40px; }
  .footer-brand { grid-column: auto; }
  .floating-whatsapp { display: none; }
  .mobile-booking { position: fixed; z-index: 60; display: flex; align-items: center; justify-content: center; gap: 10px; right: 12px; left: 12px; bottom: max(10px, env(safe-area-inset-bottom)); min-height: 57px; color: #fff; background: linear-gradient(135deg, #2ac66d, #159b4e); font-weight: 700; border-radius: 16px 16px 16px 6px; box-shadow: 0 12px 34px rgba(22,112,63,.3); }
  .mobile-booking svg { width: 24px; height: 24px; fill: currentColor; stroke: none; }
  .policy-dialog { padding: 34px 24px; }
}
