@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@300;400;500;600;700;800&family=IBM+Plex+Sans+Arabic:wght@400;500;600;700&display=swap');

:root {
    --navy: #081a2b;
    --navy-soft: #102b43;
    --blue: #087eb4;
    --cyan: #1fc0d8;
    --orange: #f48b32;
    --paper: #f5f7f8;
    --white: #fff;
    --ink: #122534;
    --muted: #60717d;
    --line: #dce4e8;
    --container: 1180px;
    --shadow: 0 22px 65px rgba(8, 26, 43, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Alexandria", "IBM Plex Sans Arabic", Tahoma, sans-serif; line-height: 1.75; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
svg { width: 1.25em; height: 1.25em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; top: -80px; right: 20px; z-index: 999; padding: 10px 18px; background: var(--white); color: var(--navy); }
.skip-link:focus { top: 12px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; color: var(--white); transition: background .3s, box-shadow .3s; }
.site-header.scrolled { background: rgba(8, 26, 43, .96); box-shadow: 0 10px 35px rgba(0, 0, 0, .16); backdrop-filter: blur(12px); }
.nav-wrap { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand img { width: 56px; height: 52px; object-fit: contain; }
.brand span { display: grid; line-height: 1.2; direction: ltr; text-align: left; }
.brand b { font-size: 1.12rem; font-weight: 700; letter-spacing: 0; }
.brand small { margin-top: 4px; color: rgba(255, 255, 255, .62); font-size: .58rem; letter-spacing: .08em; }
.main-nav { display: flex; align-items: center; gap: 33px; font-size: .84rem; font-weight: 500; }
.main-nav > a:not(.nav-cta) { position: relative; color: rgba(255, 255, 255, .8); }
.main-nav > a:not(.nav-cta)::after { position: absolute; right: 0; bottom: -8px; width: 0; height: 2px; background: var(--cyan); content: ""; transition: width .25s; }
.main-nav > a:hover::after { width: 100%; }
.nav-cta { padding: 10px 19px; border: 1px solid rgba(255, 255, 255, .35); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 11px; border: 1px solid rgba(255, 255, 255, .28); background: transparent; color: white; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: currentColor; transition: transform .25s, opacity .25s; }

.hero { position: relative; min-height: min(850px, 100svh); display: flex; align-items: center; overflow: hidden; color: var(--white); background: var(--navy); }
.hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8, 26, 43, .38), rgba(8, 26, 43, .86) 63%, rgba(8, 26, 43, .97)), linear-gradient(0deg, rgba(8, 26, 43, .68), transparent 48%); }
.hero::before { position: absolute; z-index: 1; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.16) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.16) 1px,transparent 1px); background-size: 72px 72px; content: ""; mask-image: linear-gradient(90deg, transparent 20%, black); }
.hero-content { position: relative; z-index: 2; padding-top: 112px; padding-bottom: 76px; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 9px; color: var(--blue); font-size: .78rem; font-weight: 600; }
.eyebrow { color: #85e8f0; }
.eyebrow i { width: 26px; height: 1px; background: currentColor; }
.hero h1 { margin: 17px 0 0; color: rgba(255,255,255,.72); font-size: clamp(1rem, 1.5vw, 1.22rem); font-weight: 500; letter-spacing: .12em; direction: ltr; text-align: right; }
.hero-title { margin: 0; max-width: 780px; font-size: clamp(2.7rem, 5.6vw, 5.25rem); font-weight: 300; line-height: 1.25; }
.hero-title strong { color: var(--white); font-weight: 700; }
.hero-copy { max-width: 620px; margin: 20px 0 0; color: rgba(255,255,255,.72); font-size: clamp(.92rem, 1.3vw, 1.08rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 13px; padding: 12px 24px; border: 1px solid transparent; font-size: .87rem; font-weight: 600; transition: transform .25s, background .25s, border-color .25s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: var(--white); }
.button-primary:hover { background: #df7622; }
.button-ghost { border-color: rgba(255,255,255,.4); color: var(--white); }
.button-ghost:hover { border-color: white; background: rgba(255,255,255,.08); }
.hero-trust { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 34px; color: rgba(255,255,255,.58); font-size: .72rem; }
.hero-trust span { display: inline-flex; align-items: center; gap: 7px; }
.hero-trust svg { color: var(--cyan); }
.scroll-cue { position: absolute; bottom: 20px; left: 50%; z-index: 3; width: 25px; height: 40px; border: 1px solid rgba(255,255,255,.4); border-radius: 20px; }
.scroll-cue span { position: absolute; top: 8px; left: 10px; width: 3px; height: 7px; border-radius: 5px; background: white; animation: scroll 1.8s infinite; }
@keyframes scroll { 0% { opacity: 0; transform: translateY(0); } 40% { opacity: 1; } 100% { opacity: 0; transform: translateY(12px); } }

.section { padding: 110px 0; }
.section-heading { max-width: 720px; margin-bottom: 55px; }
.section-heading h2, .why-copy h2, .included h2, .contact h2 { margin: 8px 0 16px; font-size: clamp(2rem, 4vw, 3.55rem); line-height: 1.3; letter-spacing: 0; }
.section-heading p, .why-copy > p { max-width: 640px; margin: 0; color: var(--muted); }
.features { position: relative; overflow: hidden; background-color: var(--paper); background-image: radial-gradient(#aab8bf 1px, transparent 1px); background-size: 28px 28px; }
.features::after { position: absolute; left: -130px; top: 170px; width: 320px; height: 320px; border: 70px solid rgba(8,126,180,.05); border-radius: 50%; content: ""; }
.feature-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); box-shadow: var(--shadow); }
.feature-card { position: relative; min-height: 290px; padding: 32px 27px; overflow: hidden; background: var(--white); transition: transform .25s, box-shadow .25s; }
.feature-card:hover { z-index: 2; transform: translateY(-5px); box-shadow: 0 18px 42px rgba(8,26,43,.14); }
.feature-icon { width: 50px; height: 50px; display: grid; place-items: center; color: var(--blue); background: #eaf5f8; }
.feature-icon svg { width: 26px; height: 26px; }
.feature-number { position: absolute; top: 28px; left: 25px; color: #c7d1d6; font: 500 .7rem/1 "Alexandria", sans-serif; }
.feature-card h3 { margin: 25px 0 9px; font-size: 1.02rem; line-height: 1.55; }
.feature-card p { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.9; }
.feature-card.featured { color: var(--white); background: var(--blue); }
.feature-card.featured .feature-icon { color: white; background: rgba(255,255,255,.14); }
.feature-card.featured .feature-number, .feature-card.featured p { color: rgba(255,255,255,.68); }

.included { position: relative; overflow: hidden; color: white; background: var(--navy); }
.included::before { position: absolute; inset: 0; opacity: .1; background: repeating-linear-gradient(135deg, transparent 0 25px, rgba(255,255,255,.18) 25px 26px); content: ""; }
.included-layout { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: center; }
.section-kicker.light { color: var(--cyan); }
.included-copy p { max-width: 450px; color: rgba(255,255,255,.62); }
.text-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 25px; color: #83dce8; font-size: .82rem; font-weight: 600; }
.included-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.included-list article { min-height: 128px; display: flex; align-items: center; gap: 18px; padding: 22px; border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.045); backdrop-filter: blur(4px); }
.included-list article:last-child { grid-column: 1 / -1; }
.included-list article > span { width: 45px; height: 45px; display: grid; flex: 0 0 45px; place-items: center; color: var(--cyan); border: 1px solid rgba(31,192,216,.3); }
.included-list b, .included-list small { display: block; }
.included-list b { font-size: .88rem; }
.included-list small { margin-top: 4px; color: rgba(255,255,255,.55); font-size: .7rem; }

.why-us { background: white; }
.why-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 9%; align-items: center; }
.why-image { position: relative; min-height: 530px; }
.why-image::before { position: absolute; inset: 28px -28px -28px 28px; border: 1px solid var(--line); content: ""; }
.why-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.image-badge { position: absolute; right: -35px; bottom: 45px; min-width: 175px; display: flex; align-items: center; gap: 12px; padding: 19px; color: white; background: var(--orange); box-shadow: var(--shadow); }
.image-badge strong { font-size: 1.7rem; direction: ltr; }
.image-badge span { font-size: .69rem; line-height: 1.6; }
.check-list { display: grid; gap: 20px; margin: 30px 0 0; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: flex-start; gap: 15px; }
.check-list > li > svg { width: 25px; height: 25px; flex: 0 0 25px; padding: 5px; color: white; background: var(--blue); }
.check-list b, .check-list small { display: block; }
.check-list b { font-size: .88rem; }
.check-list small { margin-top: 3px; color: var(--muted); font-size: .73rem; }

.contact { padding: 85px 0; color: white; background: var(--blue); }
.contact-inner { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; }
.contact h2 { margin-bottom: 0; }
.contact-actions { padding-right: 55px; border-right: 1px solid rgba(255,255,255,.28); }
.contact-actions p { margin-top: 0; color: rgba(255,255,255,.75); font-size: .9rem; }

.site-footer { padding-top: 65px; color: rgba(255,255,255,.66); background: #06131f; }
.footer-main { display: grid; grid-template-columns: 1.6fr .7fr 1fr; gap: 80px; padding-bottom: 55px; }
.footer-brand p { max-width: 360px; margin: 18px 0 0; font-size: .75rem; }
.footer-links, .footer-contact { display: grid; align-content: start; gap: 9px; font-size: .74rem; }
.footer-links b, .footer-contact b { margin-bottom: 9px; color: white; font-size: .84rem; }
.footer-links a:hover, .footer-contact a:hover { color: var(--cyan); }
.footer-contact { direction: ltr; text-align: left; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 22px; border-top: 1px solid rgba(255,255,255,.09); font-size: .65rem; }
.whatsapp-float { position: fixed; left: 22px; bottom: 22px; z-index: 90; min-height: 48px; display: flex; align-items: center; gap: 9px; padding: 10px 16px; color: white; background: #159b63; box-shadow: 0 12px 30px rgba(0,0,0,.22); font-size: .75rem; font-weight: 600; }
.whatsapp-float svg { width: 22px; height: 22px; }

.reveal, .stagger > * { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible, .stagger.visible > * { opacity: 1; transform: translateY(0); }
.stagger.visible > *:nth-child(2) { transition-delay: .07s; }
.stagger.visible > *:nth-child(3) { transition-delay: .14s; }
.stagger.visible > *:nth-child(4) { transition-delay: .21s; }
.stagger.visible > *:nth-child(5) { transition-delay: .28s; }
.stagger.visible > *:nth-child(6) { transition-delay: .35s; }
.stagger.visible > *:nth-child(7) { transition-delay: .42s; }
.stagger.visible > *:nth-child(8) { transition-delay: .49s; }

@media (max-width: 980px) {
    .main-nav { gap: 18px; }
    .feature-grid { grid-template-columns: repeat(2, 1fr); }
    .included-layout { gap: 45px; }
    .why-layout { gap: 7%; }
    .footer-main { gap: 35px; }
}

@media (max-width: 760px) {
    .container { width: min(calc(100% - 28px), var(--container)); }
    .nav-wrap { min-height: 74px; }
    .brand img { width: 48px; height: 45px; }
    .brand b { font-size: 1rem; }
    .menu-toggle { display: block; position: relative; z-index: 2; }
    .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
    .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .main-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 28px; padding: 90px 30px 40px; visibility: hidden; opacity: 0; background: rgba(8,26,43,.98); font-size: 1rem; transition: opacity .25s, visibility .25s; }
    .main-nav.open { visibility: visible; opacity: 1; }
    .nav-cta { margin-top: 8px; }
    .hero { min-height: 760px; }
    .hero-media { object-position: 54% center; }
    .hero-overlay { background: linear-gradient(0deg, rgba(8,26,43,.94) 8%, rgba(8,26,43,.73) 70%, rgba(8,26,43,.78)); }
    .hero-content { padding-top: 112px; }
    .hero-title { font-size: clamp(2.45rem, 12vw, 3.5rem); }
    .hero-copy { font-size: .86rem; }
    .hero-actions .button { width: 100%; }
    .hero-trust { gap: 9px 17px; }
    .scroll-cue { display: none; }
    .section { padding: 76px 0; }
    .section-heading { margin-bottom: 35px; }
    .section-heading h2, .why-copy h2, .included h2, .contact h2 { font-size: 2rem; }
    .feature-grid { grid-template-columns: 1fr; }
    .feature-card { min-height: 250px; }
    .included-layout, .why-layout, .contact-inner { grid-template-columns: 1fr; gap: 45px; }
    .included-list { grid-template-columns: 1fr; }
    .included-list article:last-child { grid-column: auto; }
    .why-image { min-height: 410px; margin-left: 18px; }
    .why-image::before { inset: 18px -18px -18px 18px; }
    .image-badge { right: -12px; bottom: 26px; }
    .contact-actions { padding: 28px 0 0; border-top: 1px solid rgba(255,255,255,.28); border-right: 0; }
    .contact-actions .button { width: 100%; }
    .footer-main { grid-template-columns: 1fr 1fr; }
    .footer-brand { grid-column: 1 / -1; }
    .footer-bottom { flex-direction: column; align-items: center; text-align: center; }
    .whatsapp-float span { display: none; }
    .whatsapp-float { width: 50px; padding: 0; justify-content: center; }
}

@media (max-width: 420px) {
    .hero-title { font-size: 2.25rem; }
    .hero-trust { display: grid; }
    .included-list article { padding: 17px; }
    .footer-main { grid-template-columns: 1fr; }
    .footer-brand { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .reveal, .stagger > * { opacity: 1; transform: none; }
}