@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:400 800;font-display:swap;src:url(/assets/plus-jakarta-sans-normal-eXO_dkmS.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Plus Jakarta Sans;font-style:italic;font-weight:400 800;font-display:swap;src:url(/assets/plus-jakarta-sans-italic-D5MFNpT-.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--bg-cream:#f9f8f6;--bg-header:#faf9f6;--bg-card-neutral:#f0f0ee;--bg-card-beige:#f1eee8;--bg-driver:#e8edf0;--bg-near-black:#080b0d;--yellow-primary:#ffd000;--yellow-secondary:#fc0;--text-primary:#111;--text-secondary:#333;--text-tertiary:#4b4b4b;--text-on-dark:#fff;--text-on-dark-soft:#f0f0ec;--qr-bg:#fff9f3;--gradient-hero:radial-gradient(circle at 88% 8%, #ffd000 0%, #ffd000 52%, #faf9f6 100%);--gradient-passenger-overlay:linear-gradient(to right, #05060800 0%, #05060894 42%, #050608f2 100%);--gradient-driver-overlay:linear-gradient(to right, #e8edf0 14.5%, #e8edf0 47.8%, #e8edf000 100%);--gradient-download-overlay:linear-gradient(to right, #080a0d 0%, #080a0deb 62%, #080a0d00 100%);--gradient-phone-screen:linear-gradient(to bottom, #fc00 0%, #fc0 100%);--radius-button:25px;--radius-card:24px;--radius-card-lg:28px;--radius-phone:45px;--radius-qr-outer:15px;--radius-qr-inner:9px;--gutter:72px;--gutter-mobile:24px;--container-max:1296px;--section-pad-v:72px;--font-family:"Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--fs-hero-h1:clamp(2.25rem, 4vw, 3.25rem);--fs-h2:clamp(1.75rem, 3vw, 2.5rem);--fs-h3:clamp(1.25rem, 2vw, 1.5rem);--fs-body:1rem;--fs-nav:.9375rem;--fs-button:1rem;--fw-regular:400;--fw-semibold:600;--fw-bold:700}*{box-sizing:border-box}html{width:100%;overflow-x:hidden}body{background:var(--bg-cream);width:100%;color:var(--text-primary);font-family:var(--font-family);font-weight:var(--fw-regular);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit}.container{max-width:var(--container-max);padding-inline:var(--gutter);margin-inline:auto}@media (width<=767px){.container{padding-inline:var(--gutter-mobile)}}.btn-cta{border-radius:var(--radius-button);background:var(--yellow-primary);height:50px;color:var(--text-primary);font-size:var(--fs-button);font-weight:var(--fw-semibold);cursor:pointer;white-space:nowrap;border:none;justify-content:center;align-items:center;gap:8px;padding:0 24px;transition:transform .4s cubic-bezier(.22,1,.36,1),box-shadow .4s cubic-bezier(.22,1,.36,1),background .25s;display:inline-flex}.btn-cta:hover{background:var(--yellow-secondary);transform:translateY(-2px)scale(1.02);box-shadow:0 10px 24px #ffd00066}.btn-cta:active{transition-duration:.12s;transform:translateY(0)scale(.98)}.btn-cta svg{flex-shrink:0;transition:transform .35s cubic-bezier(.22,1,.36,1)}.btn-cta:hover svg{transform:translate(4px)}@media (width<=400px){.btn-cta{padding:0 16px;font-size:.9375rem}}.reveal{opacity:0;will-change:opacity, transform;transition:opacity .8s cubic-bezier(.22,1,.36,1),transform .8s cubic-bezier(.22,1,.36,1);transform:translateY(28px)scale(.985)}.reveal.is-visible{opacity:1;transform:translateY(0)scale(1)}@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transition:none;transform:none}}.header{z-index:100;background:var(--bg-header);height:96px;transition:box-shadow .35s,background-color .35s;position:sticky;top:0;box-shadow:0 1px #1110}.header.is-scrolled{-webkit-backdrop-filter:saturate(180%)blur(10px);background:#faf9f6eb;box-shadow:0 1px #11111114,0 8px 24px #1111110f}.header__inner{justify-content:space-between;align-items:center;gap:32px;height:96px;display:flex}.header__logo{flex-shrink:0;align-items:center;margin-left:-20px;display:flex}@media (width<=767px){.header__logo{margin-left:-8px}}.header__nav{flex:1;justify-content:flex-end;display:flex}.header__nav ul{align-items:center;gap:32px;margin:0;padding:0;list-style:none;display:flex}.header__nav a{font-size:var(--fs-nav);font-weight:var(--fw-regular);color:var(--text-primary);white-space:nowrap;transform-origin:50%;padding-block:4px;transition:transform .35s cubic-bezier(.22,1,.36,1),opacity .2s,font-weight .2s,color .25s;display:inline-block;position:relative;transform:scale(1)}.header__nav a:after{content:"";background:var(--yellow-primary);transform-origin:0;border-radius:2px;width:100%;height:2px;transition:transform .35s cubic-bezier(.22,1,.36,1);position:absolute;bottom:-2px;left:0;transform:scaleX(0)}.header__nav a:hover{opacity:.65}.header__nav a.is-active{font-weight:var(--fw-bold);color:var(--text-primary);transform:scale(1.12)}.header__nav a.is-active:after{transform:scaleX(1)}.header__cta{flex-shrink:0}.header__burger{cursor:pointer;background:0 0;border:none;flex-direction:column;flex-shrink:0;justify-content:center;gap:5px;width:40px;height:40px;padding:0;display:none}.header__burger span{background:var(--text-primary);width:24px;height:2px;margin-inline:auto;transition:transform .25s,opacity .25s;display:block}.header__burger.is-open span:first-child{transform:translateY(7px)rotate(45deg)}.header__burger.is-open span:nth-child(2){opacity:0}.header__burger.is-open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.header__mobile-menu{background:var(--bg-header);max-height:0;transition:max-height .3s;display:none;overflow:hidden}.header__mobile-menu.is-open{max-height:320px}.header__mobile-menu ul{padding:8px var(--gutter-mobile) 24px;flex-direction:column;gap:20px;margin:0;list-style:none;display:flex}.header__mobile-menu a{font-size:1.0625rem;font-weight:var(--fw-medium,500);color:var(--text-primary);transition:transform .3s cubic-bezier(.22,1,.36,1),font-weight .2s;display:inline-block}.header__mobile-menu a.is-active{font-weight:var(--fw-bold);transform-origin:0;transform:translate(6px)scale(1.06)}@media (width<=1023px){.header__nav{display:none}}@media (width<=767px){.header,.header__inner{height:72px}.header__cta{display:none}.header__burger{display:flex}.header__mobile-menu{display:block}}@media (width>=768px) and (width<=1023px){.header__cta span{display:none}.header__cta{width:50px;padding:0}.header__burger{display:flex}.header__mobile-menu{display:block}}.hero{background:var(--bg-header);padding:16px 17px 17px}@media (prefers-reduced-motion:reduce){.hero__text,.hero__graphic,.hero__badge,.hero__composite{transition:none!important;animation:none!important}}.hero__card{aspect-ratio:1407/727;border-radius:var(--radius-card);background:var(--gradient-hero);width:100%;position:relative;overflow:hidden}@keyframes hero-fade-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.hero__text{z-index:2;flex-direction:column;justify-content:flex-start;gap:clamp(16px,2vw,28px);width:42%;padding-top:9%;animation:.9s cubic-bezier(.22,1,.36,1) both hero-fade-up;display:flex;position:absolute;top:0;bottom:20.5%;left:4%}.hero__headline{font-size:var(--fs-hero-h1);font-weight:var(--fw-semibold);color:var(--text-primary);margin:0;line-height:1.15}.hero__headline strong{font-weight:var(--fw-bold)}.hero__headline-accent{letter-spacing:-.01em;font-size:1.18em;display:inline-block}.hero__body{color:var(--text-secondary);max-width:46ch;margin:0;font-size:clamp(.9375rem,1.1vw,1.0625rem);line-height:1.5}.hero__cta{width:fit-content;margin-top:14px}.hero__graphic{z-index:1;animation:1.1s cubic-bezier(.22,1,.36,1) .15s both hero-fade-up;position:absolute;inset:0}@keyframes hero-badge-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.045)}}.hero__badge{z-index:1;width:27%;height:auto;animation:4.5s ease-in-out 1s infinite hero-badge-pulse;position:absolute;top:18%;left:33%}@media (prefers-reduced-motion:reduce){.hero__badge{animation:none}}.hero__composite{z-index:2;width:auto;height:78%;transition:transform .6s cubic-bezier(.22,1,.36,1);position:absolute;top:11%;right:6.5%}.hero__graphic:hover .hero__composite{transform:translateY(-6px)scale(1.015)}@media (width<=1023px){.hero__text{width:52%}}@media (width<=767px){.hero{padding:20px var(--gutter-mobile) 28px}.hero__card{aspect-ratio:auto;flex-direction:column;gap:24px;padding:28px 20px 32px;display:flex}.hero__text{justify-content:flex-start;gap:16px;width:100%;padding-top:0;position:static}.hero__headline{font-size:clamp(1.75rem,7vw,2.25rem)}.hero__cta{background:#fff;justify-content:center;width:100%;box-shadow:0 4px 16px #1111111f}.hero__cta:hover{background:#fff;box-shadow:0 8px 20px #11111129}.hero__graphic{justify-content:center;width:100%;height:auto;padding-top:12px;display:flex;position:relative;inset:auto}.hero__badge{width:24%;top:2%;left:4%}.hero__composite{width:76%;height:auto;position:relative;top:auto;right:auto}}@media (width<=380px){.hero__composite{width:82%}}.safety{background:var(--bg-header);padding-block:var(--section-pad-v) 96px}.safety__heading{text-align:center;margin-inline:auto;flex-direction:column;align-items:center;max-width:640px;margin-bottom:64px;display:flex}.safety__accent{background:var(--yellow-primary);width:38px;height:3px;margin-bottom:20px}.safety__heading h2{font-size:var(--fs-h2);font-weight:var(--fw-regular);color:var(--text-primary);margin:0 0 16px;line-height:1.25}.safety__heading h2 strong{font-weight:var(--fw-bold)}.safety__heading p{color:var(--text-tertiary);margin:0;font-size:1.0625rem;line-height:1.55}.safety__grid{aspect-ratio:1296/1288;width:100%;position:relative}.safety__card{border-radius:var(--radius-card);background:var(--bg-card-neutral);transition:transform .45s cubic-bezier(.22,1,.36,1),box-shadow .45s cubic-bezier(.22,1,.36,1);position:absolute;overflow:hidden}.safety__card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #1111111a}.safety__card-text{z-index:1;flex-direction:column;justify-content:center;gap:14px;height:100%;padding:40px;display:flex;position:relative}.safety__eyebrow{font-size:.875rem;font-weight:var(--fw-semibold);color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.04em}.safety__card-text h3{font-size:var(--fs-h3);font-weight:var(--fw-semibold);color:var(--text-primary);margin:0;line-height:1.3}.safety__card-text h3 strong{font-weight:var(--fw-bold)}.safety__card-text p{color:var(--text-tertiary);max-width:42ch;margin:0;font-size:.9375rem;line-height:1.55}.safety__card-image{position:absolute;overflow:hidden}.safety__card-image img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.22,1,.36,1)}.safety__card:hover .safety__card-image img{transform:scale(1.06)}.safety__card--camera{width:63.27%;height:43.48%;top:0%;left:0%}.safety__card--camera .safety__card-text{width:48.78%}.safety__card--camera .safety__card-image{width:51.22%;height:100%;top:0;left:48.78%}.safety__card--sos{width:34.57%;height:59.01%;top:0%;left:65.43%}.safety__card--sos .safety__card-text{justify-content:flex-start;height:53.95%;padding-top:40px}.safety__card--sos .safety__card-image{width:100%;height:46.05%;top:53.95%;left:0}.safety__card--map{width:34.57%;height:54.35%;top:45.65%;left:0%}.safety__card--map .safety__card-text{justify-content:flex-start;height:54.57%;padding-top:40px}.safety__card--map .safety__card-image{width:100%;height:45.43%;top:54.57%;left:0}.safety__card--drivers{width:63.27%;height:38.82%;top:61.18%;left:36.73%}.safety__card--drivers .safety__card-text{width:52.44%}.safety__card--drivers .safety__card-image{width:47.56%;height:100%;top:0;left:52.44%}@media (width<=1023px){.safety__card-text h3{font-size:1.15rem}.safety__card-text{gap:10px;padding:28px}}@media (width<=767px){.safety{padding-block:56px 64px}.safety__heading{margin-bottom:40px}.safety__grid{aspect-ratio:auto;flex-direction:column;gap:20px;display:flex}.safety__card{flex-direction:column-reverse;display:flex;position:static;width:100%!important;height:auto!important}.safety__card-image{aspect-ratio:16/11;width:100%!important;height:auto!important;position:static!important}.safety__card-text{padding:28px 24px;width:100%!important;height:auto!important}}.passenger{background:var(--bg-header);padding-block:74px}@media (width<=767px){.passenger{padding-block:48px}}.passenger__card{aspect-ratio:1296/800;border-radius:var(--radius-card-lg);width:100%;color:var(--text-on-dark);position:relative;overflow:hidden}.passenger__image{object-fit:cover;width:100%;height:100%;transition:transform .8s cubic-bezier(.22,1,.36,1);position:absolute;inset:0}.passenger__card:hover .passenger__image{transform:scale(1.05)}.passenger__overlay{background:var(--gradient-passenger-overlay);position:absolute;inset:0}.passenger__text{z-index:1;text-align:right;flex-direction:column;justify-content:center;align-items:flex-end;gap:18px;padding:64px;display:flex;position:absolute;inset:0}.passenger__eyebrow{font-size:.9375rem;font-weight:var(--fw-semibold);letter-spacing:.04em;text-transform:uppercase;color:var(--text-on-dark-soft)}.passenger__text h2{max-width:20ch;font-size:var(--fs-h2);font-weight:var(--fw-semibold);margin:0;line-height:1.25}.passenger__text p{max-width:40ch;color:var(--text-on-dark-soft);margin:0;font-size:1rem;line-height:1.55}.passenger__cta{margin-top:8px}@media (width<=767px){.passenger__card{aspect-ratio:4/5}.passenger__text{text-align:left;padding:32px var(--gutter-mobile);align-items:flex-start}.passenger__text h2{max-width:16ch}}.driver{background:var(--bg-driver);padding-block:77px}.driver__inner{align-items:stretch;gap:40px;display:flex}.driver__text{flex-direction:column;flex:0 0 33%;justify-content:center;gap:20px;display:flex}.driver__eyebrow{font-size:.9375rem;font-weight:var(--fw-semibold);letter-spacing:.04em;text-transform:uppercase;color:var(--text-tertiary)}.driver__text h2{font-size:clamp(1.5rem,2.15vw,2.125rem);font-weight:var(--fw-semibold);color:var(--text-primary);margin:0;line-height:1.28}.driver__headline-line{white-space:nowrap;display:block}.driver__text p{color:var(--text-tertiary);margin:0;font-size:.9375rem;line-height:1.55}.driver__highlight{font-weight:var(--fw-bold);color:var(--text-primary)!important}.driver__cta{width:fit-content;margin-top:8px}.driver__card{aspect-ratio:984/820;border-radius:var(--radius-card-lg);flex:auto;position:relative;overflow:hidden}.driver__image{object-fit:cover;width:100%;height:100%;transition:transform .8s cubic-bezier(.22,1,.36,1);position:absolute;inset:0}.driver__card:hover .driver__image{transform:scale(1.05)}.driver__go-mark{aspect-ratio:52/40;width:12%;max-width:64px;color:var(--yellow-primary);position:absolute;bottom:24px;right:24px}@media (width<=1023px){.driver__inner{gap:28px}.driver__text{flex-basis:36%}}@media (width<=767px){.driver{padding-block:48px}.driver__inner{flex-direction:column;gap:28px}.driver__text{flex-basis:auto}.driver__headline-line{white-space:normal;display:inline}.driver__card{aspect-ratio:4/3;flex-basis:auto;width:100%}}.morocco{background:var(--bg-header);padding-block:72px}.morocco__card{aspect-ratio:1295/759;border-radius:var(--radius-card-lg);background:var(--bg-card-beige);width:100%;position:relative;overflow:hidden}.morocco__text{flex-direction:column;justify-content:center;gap:18px;width:34%;height:100%;display:flex;position:absolute;top:0;left:5.4%}.morocco__text h2{font-size:var(--fs-h2);font-weight:var(--fw-semibold);color:var(--text-primary);margin:0;line-height:1.25}.morocco__accent{background:var(--yellow-primary);width:40px;height:3px}.morocco__text p{color:var(--text-tertiary);margin:0;font-size:.9375rem;line-height:1.6}.morocco__image{border-radius:8px;width:55.6%;height:89.6%;position:absolute;top:5.2%;left:41.35%;overflow:hidden}.morocco__image img{object-fit:cover;width:100%;height:100%;transition:transform .8s cubic-bezier(.22,1,.36,1)}.morocco__image:hover img{transform:scale(1.05)}@media (width<=1023px){.morocco__text{width:40%}}@media (width<=767px){.morocco{padding-block:48px}.morocco__card{aspect-ratio:auto;flex-direction:column-reverse;gap:24px;padding:28px 24px 32px;display:flex}.morocco__text{width:100%;height:auto;position:static}.morocco__image{aspect-ratio:720/680;width:100%;height:auto;position:static}}.download{background:var(--bg-near-black);align-items:center;min-height:810px;display:flex;position:relative;overflow:hidden}.download__bg{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.download__overlay{background:var(--gradient-download-overlay);position:absolute;inset:0}.download__inner{z-index:1;color:var(--text-on-dark);flex-direction:column;gap:40px;padding-block:72px;display:flex;position:relative}.download__text{flex-direction:column;gap:16px;max-width:560px;display:flex}.download__text h2{font-size:var(--fs-h2);font-weight:var(--fw-regular);margin:0;line-height:1.25}.download__text h2 strong{font-weight:var(--fw-bold)}.download__accent{background:var(--yellow-primary);width:44px;height:3px}.download__text p{color:var(--text-on-dark-soft);margin:0;font-size:1rem;line-height:1.6}.download__block{align-items:center;gap:24px;display:flex}.download__qr{border-radius:var(--radius-qr-outer);background:var(--yellow-secondary);flex-shrink:0;justify-content:center;align-items:center;width:150px;height:150px;display:flex}.download__qr-inner{border-radius:var(--radius-qr-inner);background:var(--qr-bg);justify-content:center;align-items:center;width:136.5px;height:136.5px;padding:10px;display:flex}.download__qr-inner svg{width:100%;height:100%}.download__badges{flex-direction:column;gap:12px;display:flex}.download__badges a{transition:transform .35s cubic-bezier(.22,1,.36,1);display:inline-flex}.download__badges a:hover{transform:translateY(-2px)scale(1.03)}.download__badges img{width:auto;height:44px}.download__qr{transition:transform .35s cubic-bezier(.22,1,.36,1)}.download__qr:hover{transform:translateY(-2px)scale(1.03)}@media (width<=767px){.download{min-height:auto;padding-block:56px}.download__inner{text-align:center;align-items:center;padding-block:0}.download__text{align-items:center}.download__block{flex-direction:column;align-items:center}.download__badges{flex-flow:wrap;justify-content:center}}.footer{background:var(--yellow-primary);align-items:center;min-height:185px;display:flex}.footer__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;width:100%;padding-block:32px;display:flex}.footer__block{color:var(--text-primary)}.footer__contact{flex-direction:column;gap:6px;font-size:.9375rem;display:flex}.footer__contact a{font-weight:var(--fw-semibold);font-size:1rem}.footer__social{font-size:.9375rem;font-weight:var(--fw-medium,500);align-items:center;gap:8px;display:flex}.footer__social-item{align-items:center;gap:8px;display:inline-flex}.footer__social a:hover{opacity:.7}.footer__tagline p{text-align:right;font-size:.9375rem;line-height:1.5;font-weight:var(--fw-medium,500);margin:0}@media (width<=1023px){.footer__inner{text-align:center;justify-content:center}.footer__contact{align-items:center}.footer__tagline p{text-align:center}}@media (width<=767px){.footer{min-height:auto}.footer__inner{text-align:center;flex-direction:column;gap:24px;padding-block:40px}.footer__contact{align-items:center}}.order-modal__backdrop{z-index:1000;padding:var(--gutter-mobile);background:#080b0d99;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.order-modal{background:var(--qr-bg);border-radius:var(--radius-card-lg);text-align:center;width:100%;max-width:360px;padding:40px;position:relative;box-shadow:0 20px 60px #00000040}.order-modal__close{cursor:pointer;width:36px;height:36px;color:var(--text-primary);background:0 0;border:none;border-radius:50%;font-size:1.5rem;line-height:1;position:absolute;top:12px;right:12px}.order-modal__close:hover{background:#0000000f}.order-modal h3{font-size:var(--fs-h3);font-weight:var(--fw-bold);color:var(--text-primary);margin:0 0 12px}.order-modal p{color:var(--text-tertiary);margin:0 0 24px;font-size:.9375rem}.order-modal__qr{border-radius:var(--radius-qr-outer);width:220px;height:220px;margin-bottom:24px}.order-modal__link{font-size:.9375rem;font-weight:var(--fw-semibold);color:var(--text-primary);text-decoration:underline;display:inline-block}
