:root {
    --ink: #071b18;
    --paper: #f5f8f6;
    --white: #fff;
    --green: #70f03b;
    --green-deep: #38c976;
    --emerald: #0f9f6e;
    --muted: #60706b;
    --line: rgba(7, 27, 24, .1);
    --radius-lg: 32px;
    --radius-md: 22px;
    --shadow: 0 24px 70px rgba(5, 29, 24, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: "Tajawal", system-ui, sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; inset: 12px auto auto 12px; z-index: 1000; padding: 10px 16px; background: #fff; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header {
    position: fixed;
    z-index: 100;
    inset: 0 0 auto;
    height: 88px;
    color: #fff;
    transition: .3s ease;
}
.site-header.is-scrolled {
    height: 74px;
    color: var(--ink);
    background: rgba(255, 255, 255, .92);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 8px 30px rgba(5, 29, 24, .08);
    backdrop-filter: blur(18px);
}
.header-inner { height: 100%; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 11px; direction: ltr; margin-left: auto; margin-right: 0; }
.brand img { width: 52px; height: 52px; border-radius: 17px; object-fit: contain; background: #050505; }
.brand span { display: grid; line-height: 1; }
.brand strong { font-size: 21px; letter-spacing: -.5px; }
.brand small { color: var(--green); font-size: 12px; margin-top: 5px; font-weight: 700; }
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav a { position: relative; font-size: 15px; font-weight: 600; opacity: .84; }
.main-nav a::after { content: ""; position: absolute; inset: auto 0 -8px; width: 0; height: 2px; background: var(--green); transition: .25s ease; }
.main-nav a:hover { opacity: 1; }
.main-nav a:hover::after { width: 100%; }
.header-cta { padding: 12px 20px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; font-size: 14px; font-weight: 700; }
.is-scrolled .header-cta { border-color: var(--line); background: var(--ink); color: #fff; }
.menu-toggle { display: none; background: none; border: 0; padding: 8px; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 5px; background: currentColor; }

.hero { position: relative; min-height: 790px; overflow: hidden; display: grid; align-items: center; color: #fff; background: #061b1d; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 42% center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,17,18,.06), rgba(3,17,18,.32) 47%, rgba(3,17,18,.95) 77%, #061719); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 180px; background: linear-gradient(transparent, rgba(5,19,18,.4)); }
.hero-orb { position: absolute; border-radius: 50%; background: rgba(112,240,59,.12); }
.hero-orb--one { width: 280px; height: 280px; inset: 18% auto auto -120px; }
.hero-orb--two { width: 150px; height: 150px; inset: auto 42% 2% auto; }
.hero-content { position: relative; z-index: 2; padding-top: 95px; }
.hero-copy { width: min(570px, 49%); margin-left: auto; margin-right: 0; }
.eyebrow, .kicker { color: var(--emerald); font-size: 14px; font-weight: 800; letter-spacing: .04em; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: #dfffd2; margin-bottom: 20px; }
.eyebrow span { width: 28px; height: 2px; background: var(--green); }
.hero h1 { margin: 0; font-size: clamp(52px, 6vw, 86px); line-height: 1.24; font-weight: 900; }
.hero h1 em { color: var(--green); font-style: normal; }
.hero-copy > p { max-width: 570px; margin: 28px 0 0; color: rgba(255,255,255,.72); font-size: 20px; line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 54px; padding: 0 25px; border-radius: 15px; font-weight: 800; transition: .25s ease; }
.button:hover { transform: translateY(-3px); }
.button--primary { color: var(--ink); background: var(--green); box-shadow: 0 18px 40px rgba(112,240,59,.2); }
.button--ghost { color: #fff; border: 1px solid rgba(255,255,255,.24); background: rgba(255,255,255,.06); backdrop-filter: blur(10px); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 34px; color: rgba(255,255,255,.7); font-size: 14px; }
.hero-proof span { display: inline-flex; align-items: center; gap: 8px; }
.hero-proof i { display: grid; place-items: center; width: 20px; height: 20px; color: var(--ink); background: var(--green); border-radius: 50%; font-style: normal; font-size: 12px; }
.scroll-cue { position: absolute; z-index: 3; inset: auto 50% 28px auto; width: 28px; height: 48px; border: 1px solid rgba(255,255,255,.35); border-radius: 20px; }
.scroll-cue span { position: absolute; width: 4px; height: 8px; top: 9px; left: 11px; background: var(--green); border-radius: 5px; animation: scroll 1.7s infinite; }
@keyframes scroll { to { transform: translateY(18px); opacity: 0; } }

.trust-strip { position: relative; z-index: 5; color: #fff; background: var(--ink); border-top: 1px solid rgba(255,255,255,.08); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { min-height: 126px; padding: 30px 34px; display: grid; align-content: center; border-inline-start: 1px solid rgba(255,255,255,.09); }
.trust-item:first-child { border-inline-start: 0; }
.trust-item strong { color: var(--green); font-size: 27px; line-height: 1; }
.trust-item span { margin-top: 10px; color: rgba(255,255,255,.58); font-size: 14px; }

.section { padding: 112px 0; }
.intro-section, .safety-section, .driver-section, .download-section, .faq-section { background: #fff; }
.split-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: end; }
.section h2 { margin: 14px 0 0; font-size: clamp(38px, 5vw, 56px); line-height: 1.32; }
.lead-copy p, .section-heading p, .safety-copy > p, .section-copy > p { color: var(--muted); font-size: 18px; line-height: 1.9; }
.text-link { display: inline-flex; align-items: center; gap: 18px; margin-top: 12px; color: var(--emerald); font-weight: 800; }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 48px; }
.section-heading p { max-width: 470px; margin: 0; }
.section-heading--center { display: block; text-align: center; }
.section-heading--center p { margin: 16px auto 0; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 340px; overflow: hidden; padding: 28px 28px 75px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); transition: .3s ease; }
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); border-color: transparent; }
.service-card--featured { color: #fff; background: var(--ink); }
.service-number { position: absolute; inset: 24px auto auto 24px; color: rgba(7,27,24,.25); font-size: 13px; font-weight: 800; }
.service-card--featured .service-number { color: rgba(255,255,255,.35); }
.service-icon { display: grid; place-items: center; width: 64px; height: 64px; margin-top: 22px; color: var(--ink); background: var(--green); border-radius: 18px; }
.service-icon svg { width: 32px; height: 32px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin: 28px 0 12px; font-size: 22px; }
.service-card p { margin: 0; color: var(--muted); line-height: 1.75; }
.service-card--featured p { color: rgba(255,255,255,.62); }
.card-arrow { position: absolute; inset: auto auto 24px 24px; display: grid; place-items: center; width: 40px; height: 40px; color: #fff; background: var(--ink); border-radius: 50%; }
.service-card--featured .card-arrow { color: var(--ink); background: var(--green); }

.how-section { color: #fff; background: #0b2621; }
.how-section .kicker { color: var(--green); }
.how-section .section-heading p { color: rgba(255,255,255,.56); }
.steps { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 60px; margin-top: 80px; }
.steps::before { content: ""; position: absolute; top: 17px; left: 16%; right: 16%; height: 1px; background: rgba(255,255,255,.16); }
.step { position: relative; text-align: center; }
.step-index { position: absolute; inset: -18px auto auto 50%; color: rgba(255,255,255,.04); font-size: 96px; font-weight: 900; transform: translateX(-50%); }
.step-dot { position: relative; z-index: 2; width: 34px; height: 34px; margin: 0 auto 36px; background: var(--green); border: 10px solid #183d34; border-radius: 50%; box-shadow: 0 0 0 1px rgba(112,240,59,.35); }
.step h3 { font-size: 24px; }
.step p { max-width: 290px; margin: 10px auto 0; color: rgba(255,255,255,.56); line-height: 1.8; }

.safety-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; align-items: center; }
.phone-stage { position: relative; min-height: 620px; display: grid; place-items: center; border-radius: var(--radius-lg); background: linear-gradient(145deg, #e9f5ee, #f7faf8); }
.phone-stage > img { position: relative; z-index: 2; max-height: 580px; filter: drop-shadow(0 35px 34px rgba(5,29,24,.18)); }
.phone-glow { position: absolute; width: 300px; height: 300px; background: rgba(112,240,59,.24); border-radius: 50%; filter: blur(70px); }
.floating-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 12px; padding: 14px 18px; background: rgba(255,255,255,.88); border: 1px solid rgba(255,255,255,.8); border-radius: 16px; box-shadow: 0 18px 45px rgba(5,29,24,.12); backdrop-filter: blur(12px); }
.floating-card strong { color: var(--emerald); font-size: 25px; }
.floating-card span { max-width: 105px; color: var(--muted); font-size: 12px; line-height: 1.3; }
.floating-card--rating { top: 13%; right: -28px; }
.floating-card--live { bottom: 15%; left: -28px; }
.floating-card--live i, .status-pill i { width: 9px; height: 9px; background: var(--green-deep); border-radius: 50%; box-shadow: 0 0 0 7px rgba(56,201,118,.13); }
.safety-copy h2 { margin-bottom: 22px; }
.check-list { display: grid; gap: 22px; margin: 34px 0 0; padding: 0; list-style: none; }
.check-list li { display: flex; gap: 16px; align-items: flex-start; }
.check-list li > span { display: grid; place-items: center; flex: 0 0 34px; height: 34px; color: var(--ink); background: var(--green); border-radius: 10px; font-weight: 900; }
.check-list div { display: grid; gap: 5px; }
.check-list strong { font-size: 18px; }
.check-list small { color: var(--muted); font-size: 15px; }

.driver-section { padding-top: 20px; }
.driver-card { position: relative; overflow: hidden; display: grid; grid-template-columns: 1.2fr .8fr; min-height: 450px; padding: 70px; color: #fff; background: linear-gradient(125deg, #0d3028, #071b18); border-radius: var(--radius-lg); }
.driver-card::after { content: ""; position: absolute; width: 420px; height: 420px; left: -110px; bottom: -180px; border: 80px solid rgba(112,240,59,.08); border-radius: 50%; }
.kicker--light { color: var(--green); }
.driver-card h2 { font-size: clamp(36px, 4.5vw, 58px); }
.driver-card p { max-width: 590px; color: rgba(255,255,255,.62); font-size: 17px; line-height: 1.8; }
.button--light { margin-top: 16px; color: var(--ink); background: #fff; }
.driver-visual { position: relative; min-height: 300px; }
.route-line { position: absolute; inset: 50% 4% auto; height: 2px; background: repeating-linear-gradient(90deg, var(--green) 0 10px, transparent 10px 20px); transform: rotate(-16deg); }
.route-line i { position: absolute; top: -8px; width: 18px; height: 18px; background: var(--green); border: 5px solid #153a32; border-radius: 50%; }
.route-line i:nth-child(1) { right: 0; }.route-line i:nth-child(2) { right: 48%; }.route-line i:nth-child(3) { left: 0; }
.driver-badge { position: absolute; top: 15%; right: 10%; padding: 14px 19px; color: var(--ink); background: var(--green); border-radius: 13px; font-weight: 800; transform: rotate(4deg); }
.driver-badge--two { top: auto; right: auto; left: 6%; bottom: 13%; background: #fff; transform: rotate(-4deg); }

.download-card { position: relative; overflow: hidden; display: grid; grid-template-columns: 1.35fr .65fr; align-items: center; padding: 70px; background: #eff6f1; border: 1px solid #dfeae3; border-radius: var(--radius-lg); }
.download-copy p { max-width: 600px; color: var(--muted); font-size: 17px; line-height: 1.8; }
.coming-soon { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.coming-soon > span { min-width: 190px; display: grid; padding: 14px 19px; background: #fff; border: 1px solid var(--line); border-radius: 14px; }
.coming-soon strong { font-size: 16px; }.coming-soon small { margin-top: 3px; color: var(--muted); }
.download-mark { color: var(--ink); font-size: clamp(90px, 13vw, 170px); font-weight: 900; letter-spacing: -12px; opacity: .07; direction: ltr; text-align: center; }
.download-mark span { color: var(--emerald); }

.faq-section { padding-top: 40px; }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; display: flex; justify-content: space-between; align-items: center; padding: 25px 0; font-size: 19px; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--emerald); font-size: 28px; font-weight: 400; transition: .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -5px 0 25px; color: var(--muted); line-height: 1.8; }

.site-footer { padding: 72px 0 24px; color: #fff; background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 70px; }
.brand--footer { margin: 0; }
.footer-brand p, .footer-grid p { max-width: 330px; color: rgba(255,255,255,.48); line-height: 1.8; }
.footer-grid h3 { margin: 6px 0 20px; color: rgba(255,255,255,.9); font-size: 16px; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.footer-grid a:not(.brand) { color: rgba(255,255,255,.52); font-size: 14px; }
.footer-grid a:hover { color: var(--green); }
.status-pill { display: inline-flex; align-items: center; gap: 11px; margin-top: 8px; color: #dfffd2; font-size: 13px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 58px; padding-top: 24px; color: rgba(255,255,255,.36); border-top: 1px solid rgba(255,255,255,.08); font-size: 13px; }

.reveal { opacity: 1; }
.reveal.is-visible { animation: enter .6s both; }
@keyframes enter { from { opacity: .3; transform: translateY(16px); } to { opacity: 1; transform: none; } }
.service-card:nth-child(2), .trust-item:nth-child(2) { transition-delay: .08s; }
.service-card:nth-child(3), .trust-item:nth-child(3) { transition-delay: .16s; }
.service-card:nth-child(4), .trust-item:nth-child(4) { transition-delay: .24s; }

.cms-page-shell { min-height: 75vh; padding: 150px 0 90px; background: #fff; }
.cms-page { max-width: 850px; margin: 0 auto; }
.cms-page h1 { font-size: 48px; }
.cms-page .content { color: var(--muted); line-height: 2; }

@media (max-width: 1050px) {
    .main-nav { gap: 18px; }.header-cta { display: none; }
    .hero-copy { width: 62%; }.service-grid { grid-template-columns: repeat(2, 1fr); }
    .safety-grid { gap: 60px; }.footer-grid { grid-template-columns: 1.4fr repeat(2, 1fr); }
}

@media (max-width: 780px) {
    .shell { width: min(100% - 32px, 680px); }
    .site-header { height: 74px; background: rgba(6,23,25,.88); backdrop-filter: blur(16px); }
    .site-header.is-scrolled { color: var(--ink); }
    .brand img { width: 45px; height: 45px; border-radius: 14px; }
    .menu-toggle { display: block; color: inherit; }
    .main-nav { position: fixed; inset: 74px 16px auto; display: grid; gap: 0; padding: 12px; color: var(--ink); background: #fff; border-radius: 18px; box-shadow: var(--shadow); transform: translateY(-20px); opacity: 0; visibility: hidden; pointer-events: none; transition: .25s ease; }
    .main-nav.is-open { transform: none; opacity: 1; visibility: visible; pointer-events: auto; }
    .main-nav a { padding: 15px; border-bottom: 1px solid var(--line); }.main-nav a:last-child { border: 0; }
    .hero { min-height: 780px; align-items: end; }
    .hero-image { object-position: 38% center; opacity: .62; }
    .hero-shade { background: linear-gradient(180deg, rgba(4,18,20,.2), rgba(4,18,20,.97) 72%); }
    .hero-content { padding: 130px 0 90px; }
    .hero-copy { width: 100%; }
    .hero h1 { font-size: clamp(48px, 15vw, 70px); }
    .hero-copy > p { font-size: 17px; }
    .hero-proof { gap: 12px 18px; }.scroll-cue { display: none; }
    .trust-grid { grid-template-columns: repeat(2, 1fr); }.trust-item { min-height: 105px; padding: 22px; }
    .section { padding: 78px 0; }.section h2 { font-size: 40px; }
    .split-intro, .section-heading, .safety-grid, .driver-card, .download-card, .faq-grid { grid-template-columns: 1fr; gap: 35px; }
    .section-heading { align-items: start; flex-direction: column; }
    .steps { grid-template-columns: 1fr; gap: 55px; }.steps::before { display: none; }
    .phone-stage { min-height: 520px; }.phone-stage > img { max-height: 500px; }
    .floating-card--rating { right: 6px; }.floating-card--live { left: 6px; }
    .driver-card, .download-card { padding: 42px 28px; }.driver-visual { min-height: 210px; }
    .download-mark { display: none; }.footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 25px; }
}

@media (max-width: 520px) {
    .hero-actions, .coming-soon { flex-direction: column; align-items: stretch; }
    .button, .coming-soon > span { width: 100%; }.hero-proof { font-size: 12px; }
    .service-grid, .footer-grid { grid-template-columns: 1fr; }
    .trust-item { border-inline-start: 0; border-bottom: 1px solid rgba(255,255,255,.08); }
    .service-card { min-height: 300px; }.phone-stage { min-height: 460px; }
    .floating-card { padding: 11px 13px; }.floating-card span { max-width: 88px; }
    .footer-bottom { flex-direction: column; }
}

:focus-visible { outline: 3px solid var(--emerald); outline-offset: 5px; }
.app-phone { width: 284px; position: relative; z-index: 2; background: #fbfdfb; border: 7px solid #152621; border-radius: 40px; padding: 18px 11px 12px; box-shadow: 20px 26px 70px #15362c30; transform: rotate(5deg); overflow: hidden; }
.phone-island { position: absolute; width: 88px; height: 21px; top: 0; left: calc(50% - 44px); background: #152621; border-radius: 0 0 15px 15px; }
.phone-top { display: flex; justify-content: space-between; padding: 0 12px; direction: ltr; font-size: 11px; font-weight: 800; }
.phone-greeting { display: grid; gap: 6px; padding: 24px 11px 17px; }
.phone-greeting small { color: var(--muted); font-size: 11px; }
.phone-greeting strong { font-size: 23px; }
.phone-map { position: relative; background: #edf2eb; border-radius: 18px; overflow: hidden; height: 245px; }
.phone-map svg { width: 100%; height: 100%; }
.phone-map path { fill: none; }
.phone-map .river { stroke: #b4d6d9; stroke-width: 39; }
.phone-map .roads { stroke: #fff; stroke-width: 9; }
.phone-map .trip { stroke: #189167; stroke-width: 5; stroke-linejoin: round; stroke-dasharray: 7 3; }
.phone-map .origin { fill: #fff; stroke: #17382c; stroke-width: 4; }
.phone-map .destination { fill: #70f03b; stroke: #17382c; stroke-width: 4; }
.map-label { position: absolute; top: 38px; right: 35px; font-size: 13px; color: #4a655b; }
.map-car { position: absolute; left: 65px; top: 82px; font-size: 24px; }
.phone-sheet { position: relative; margin-top: -24px; border-radius: 21px 21px 14px 14px; padding: 12px; background: #fff; box-shadow: 0 -8px 30px #102b1710; }
.sheet-grip { width: 32px; height: 3px; background: #d8e2da; border-radius: 3px; margin: 0 auto 14px; }
.phone-sheet > strong { display: block; font-size: 17px; margin-bottom: 13px; }
.trip-field { font-size: 12px; display: flex; align-items: center; gap: 10px; padding: 12px; border: 1px solid #e3ebe5; margin-top: 6px; border-radius: 9px; color: #5d6d65; }
.trip-field i { width: 7px; height: 7px; border: 2px solid #17382c; border-radius: 50%; }
.phone-button { margin-top: 12px; padding: 12px 10px; background: var(--ink); border-radius: 9px; color: #fff; font-size: 12px; display: flex; justify-content: space-between; }
.phone-caption { font-size: 9px; color: #5d6d65; text-align: center; padding: 6px 0 0; }
@media(max-width: 780px) {
    .phone-stage { padding: 28px 0; }
    .hero-image { object-fit: cover; object-position: 24% top; height: 62%; opacity: .85; }
    .hero-shade { background: linear-gradient(180deg, rgba(4,18,20,.1) 15%, rgba(4,18,20,.5) 40%, #061719 64%); }
    .hero-content { padding: 300px 0 65px; }
    .hero { min-height: 830px; }
    .app-phone { width: 264px; transform: rotate(3deg); }
}

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