:root{--yellow:#ffd21a;--yellow2:#f4b800;--black:#090909;--black2:#141414;--ink:#141414;--muted:#6e6e6e;--line:#e8e8e8;--bg:#f7f7f7;--white:#fff;--green:#19b45b;--green2:#0f9f4c;--shadow:0 18px 45px rgba(0,0,0,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,"Noto Sans Arabic",Tahoma,sans-serif;color:var(--ink);background:#fff;line-height:1.62;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}button,input,select{font:inherit}.container{width:min(1180px,calc(100% - 34px));margin:auto}.narrow{width:min(900px,calc(100% - 34px));margin:auto}
.topbar{background:#050505;color:#cfcfcf;font-size:12px;border-bottom:1px solid #222}.topbar-row{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:14px}.topbar a{color:var(--yellow);font-weight:900}.site-header{position:sticky;top:0;z-index:70;background:rgba(10,10,10,.98);border-bottom:1px solid #232323;backdrop-filter:blur(12px)}.header-row{min-height:76px;display:flex;align-items:center;gap:22px}.brand{display:flex;align-items:center;gap:12px;margin-inline-end:auto;color:#fff}.brand-mark{width:54px;height:48px;display:grid;place-items:center;font-size:20px;font-style:italic;font-weight:1000;letter-spacing:-2px;background:var(--yellow);color:#050505;clip-path:polygon(8% 0,100% 0,85% 100%,0 100%)}.brand strong{display:block;font-size:18px;letter-spacing:.3px}.brand strong b{color:var(--yellow)}.brand small{display:block;color:#bdbdbd;font-size:10px;margin-top:1px;max-width:260px}.desktop-nav{display:flex;gap:20px;color:#fff;font-size:13px;font-weight:800}.desktop-nav a{padding:8px 0;position:relative}.desktop-nav a:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--yellow);transform:scaleX(0);transition:.2s}.desktop-nav a:hover:after{transform:scaleX(1)}.lang-switch{display:flex;border:1px solid #383838;border-radius:10px;overflow:hidden;background:#111}.lang-switch a{font-size:11px;color:#cfcfcf;padding:7px 9px;border-inline-end:1px solid #2e2e2e}.lang-switch a:last-child{border:0}.lang-switch .active{background:var(--yellow);color:#000;font-weight:900}.header-wa{background:var(--yellow);color:#050505;font-weight:950;padding:10px 15px;border-radius:10px;font-size:13px;box-shadow:0 8px 20px rgba(255,210,26,.17)}
.hero{position:relative;background:radial-gradient(circle at 60% 20%,#343434 0,#141414 40%,#050505 100%);color:#fff;padding:56px 0 74px;overflow:hidden}.hero:before{content:"";position:absolute;inset:auto -150px -280px auto;width:600px;height:600px;border-radius:50%;background:rgba(255,210,26,.06)}.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.12fr .78fr;gap:38px;align-items:center}.hero-copy{min-width:0}.eyebrow{display:inline-flex;align-items:center;gap:7px;padding:6px 11px;border-radius:999px;background:rgba(255,210,26,.12);border:1px solid rgba(255,210,26,.46);color:var(--yellow);font-size:11px;font-weight:950}.eyebrow.dark{background:#fff7c7;color:#8d6900;border-color:#f2d35b}.hero h1,.route-hero h1{font-size:clamp(38px,5.2vw,72px);line-height:1.02;letter-spacing:-1.8px;margin:16px 0 16px;max-width:720px}.hero h1::after{content:"";display:block;width:100px;height:7px;background:var(--yellow);margin-top:14px;border-radius:99px}.lead{font-size:17px;opacity:.88;max-width:690px}.hero-trust{display:flex;flex-wrap:wrap;gap:10px;margin:23px 0}.hero-trust span{display:inline-flex;gap:7px;align-items:center;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.13);padding:7px 10px;border-radius:999px;font-size:12px}.hero-trust b{color:var(--yellow)}.hero-photo{position:relative;margin-top:18px;border-radius:24px;overflow:hidden;max-width:720px;box-shadow:0 26px 60px rgba(0,0,0,.36);border:1px solid #333;background:#111}.hero-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.22),transparent 35%,rgba(0,0,0,.04));pointer-events:none}.hero-photo img{display:block;width:100%;height:290px;object-fit:cover;object-position:center}.photo-badge{position:absolute;left:18px;bottom:17px;z-index:3;background:#070707;color:#fff;padding:8px 11px;border-radius:9px;font-weight:950;font-size:12px;border:1px solid rgba(255,255,255,.12)}[dir="rtl"] .photo-badge{left:auto;right:18px}.photo-badge b{color:var(--yellow)}.hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:12px;padding:14px 20px;font-weight:950;font-size:14px;cursor:pointer;transition:.18s}.btn:hover{transform:translateY(-2px)}.btn-yellow{background:linear-gradient(180deg,#ffdc35,var(--yellow2));color:#050505;box-shadow:0 12px 28px rgba(255,210,26,.2)}.btn-wa{background:linear-gradient(135deg,#20c868,var(--green2));color:#fff;box-shadow:0 12px 25px rgba(25,180,91,.23)}
.quote-card{background:#fff;color:#111;border-radius:22px;padding:22px;box-shadow:0 26px 55px rgba(0,0,0,.24);border:1px solid rgba(255,210,26,.44)}.hero-quote{align-self:center}.quote-heading{display:flex;align-items:flex-start;gap:12px;padding-bottom:15px;border-bottom:1px solid var(--line);margin-bottom:15px}.quote-icon{width:42px;height:42px;border-radius:11px;display:grid;place-items:center;background:var(--yellow);font-size:20px}.quote-heading h2{margin:0 0 3px;font-size:23px}.quote-heading p{margin:0;color:var(--muted);font-size:12px}.quote-card label{display:block;margin-bottom:11px}.quote-card label>span{display:block;font-size:11px;font-weight:900;margin-bottom:5px;color:#333}.quote-card input,.quote-card select{width:100%;height:48px;border:1px solid #d9d9d9;border-radius:10px;background:#fafafa;padding:0 12px;outline:none}.quote-card input:focus,.quote-card select:focus{border-color:var(--yellow2);box-shadow:0 0 0 3px rgba(255,210,26,.13);background:#fff}.route-inputs{position:relative}.swap-btn{position:absolute;inset-inline-end:9px;top:61px;transform:translateY(-50%);width:34px;height:34px;border:1px solid #d7d7d7;border-radius:9px;background:#fff;font-weight:900;z-index:2;cursor:pointer}.quote-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.quote-submit{width:100%;margin-top:3px}.form-note{display:block;text-align:center;color:#777;margin-top:9px;font-size:10px}.hp{position:absolute!important;left:-9999px!important;opacity:0!important}
.trust-strip{background:var(--yellow);border-bottom:1px solid #e1ad00}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-grid>div{min-height:94px;display:grid;grid-template-columns:44px 1fr;grid-template-rows:auto auto;gap:0 10px;align-content:center;padding:15px 18px;border-inline-end:1px solid rgba(0,0,0,.16)}.trust-grid>div:last-child{border:0}.trust-icon{grid-row:1/3;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#0b0b0b;color:var(--yellow);font-weight:950}.trust-grid strong{font-size:13px}.trust-grid small{font-size:10px;color:#594a00;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.section{padding:72px 0}.section-head{margin-bottom:28px}.section-head h2{font-size:clamp(28px,3.5vw,43px);line-height:1.1;margin:10px 0 9px}.section-head p{margin:0;color:var(--muted);max-width:740px}.cards.four{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.service-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px;box-shadow:0 10px 26px rgba(0,0,0,.05);position:relative;overflow:hidden}.service-card:before{content:"";position:absolute;left:0;right:0;top:0;height:5px;background:var(--yellow)}.service-card .icon{width:54px;height:54px;border-radius:15px;display:grid;place-items:center;background:#0b0b0b;color:var(--yellow);font-size:24px}.service-card h3{margin:16px 0 8px;font-size:18px}.service-card p{margin:0;color:var(--muted);font-size:13px}.section-routes{background:#f5f5f5}.visual-routes{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.route-card{display:block;border-radius:17px;overflow:hidden;background:#fff;border:1px solid #e3e3e3;box-shadow:0 10px 24px rgba(0,0,0,.06)}.route-image{height:132px;display:flex;align-items:flex-end;justify-content:center;gap:8px;padding:14px;color:#fff;font-style:normal;position:relative;overflow:hidden;background:#222}.route-image:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 25%,rgba(0,0,0,.72))}.route-image>*{position:relative;z-index:2}.route-image i{color:var(--yellow);font-style:normal}.route-image-1{background:linear-gradient(135deg,#1f4661,#d09e52 60%,#23384b)}.route-image-2{background:linear-gradient(135deg,#3a2f4e,#e2aa51 55%,#244d70)}.route-image-3{background:linear-gradient(135deg,#173b47,#5d8e71 55%,#d7b053)}.route-image-4{background:linear-gradient(135deg,#274a80,#80b1d5 45%,#e6a242)}.route-body{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:13px}.route-body strong{font-size:13px}.route-body em{font-style:normal;font-size:10px;color:#9b7600;font-weight:900}.why-section{background:#fff}.why-shell{background:linear-gradient(135deg,#080808,#171717);color:#fff;border-radius:26px;padding:38px;box-shadow:var(--shadow);position:relative;overflow:hidden}.why-shell:after{content:"";position:absolute;width:360px;height:360px;border-radius:50%;right:-150px;bottom:-250px;background:rgba(255,210,26,.09)}.section-head.light h2{color:#fff}.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;position:relative;z-index:2}.why-grid>div{background:#131313;border:1px solid #2a2a2a;border-radius:17px;padding:20px;display:flex;align-items:center;gap:12px}.why-grid span{width:48px;height:48px;border-radius:13px;background:var(--yellow);color:#050505;display:grid;place-items:center;font-weight:1000}.why-grid strong{font-size:13px}.faq-container{max-width:900px}.faq-item{border:1px solid var(--line);border-radius:14px;background:#fff;margin-bottom:10px;overflow:hidden}.faq-item summary{cursor:pointer;font-weight:900;padding:16px 18px;list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";float:inline-end;color:#8e6c00}.faq-item[open] summary:after{content:"−"}.faq-item p{margin:0;padding:0 18px 18px;color:var(--muted);font-size:14px}.cta-section{padding:0 0 76px}.cta-box{background:var(--yellow);border-radius:23px;padding:28px 32px;display:flex;align-items:center;justify-content:space-between;gap:22px;box-shadow:0 18px 40px rgba(255,210,26,.2)}.cta-box h2{margin:7px 0 4px;font-size:31px}.cta-box p{margin:0;color:#4b3c00}.cta-buttons{display:flex;gap:10px;flex-wrap:wrap}.cta-box .eyebrow{background:#0a0a0a;color:var(--yellow);border:0}.site-footer{background:#090909;color:#d5d5d5;padding:44px 0 96px}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:25px;align-items:start}.footer-brand{margin:0 0 12px}.footer-grid p{color:#9c9c9c;font-size:13px;max-width:560px}.footer-contact{display:flex;flex-direction:column;gap:10px;align-items:flex-end}.footer-contact a{font-weight:950;color:var(--yellow)}.copyright{border-top:1px solid #242424;margin-top:28px;padding-top:18px;font-size:11px;color:#777}.sticky-actions{display:none}
.route-hero{background:linear-gradient(135deg,#090909,#1c1c1c);color:#fff;padding:74px 0 105px}.city-route{display:flex;align-items:center;justify-content:center;gap:18px;background:#fff;color:#111;border:1px solid #ddd;border-radius:14px;padding:16px;margin-top:24px}.city-route span{color:#c49300;font-weight:950}.quote-wrap{position:relative;z-index:4}.route-quote{margin-top:-66px}.route-quote .quote-card{box-shadow:var(--shadow)}.content-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:25px}.why-grid.compact{grid-template-columns:repeat(3,1fr);margin-top:20px}.why-grid.compact>div{color:#fff}
@media(max-width:1040px){.desktop-nav,.header-wa{display:none}.hero-grid{grid-template-columns:1fr .82fr}.cards.four,.visual-routes{grid-template-columns:repeat(2,1fr)}.trust-grid{grid-template-columns:repeat(2,1fr)}.trust-grid>div:nth-child(2){border-inline-end:0}.why-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){body{padding-bottom:66px}.container,.narrow{width:min(100% - 24px,680px)}.topbar{display:none}.site-header{position:sticky}.header-row{min-height:68px;gap:10px}.brand-mark{width:48px;height:42px}.brand strong{font-size:15px}.brand small{display:none}.lang-switch a{padding:6px 7px;font-size:10px}.hero{padding:24px 0 34px;background:#0a0a0a}.hero-grid{display:block}.hero-copy{text-align:center}.hero h1,.route-hero h1{font-size:38px;letter-spacing:-1px}.hero h1::after{margin:12px auto 0}.lead{font-size:14px;margin-inline:auto}.hero-trust{justify-content:center}.hero-photo{margin:18px -12px 0;border-radius:18px}.hero-photo img{height:250px}.photo-badge{font-size:10px}.hero-actions{display:none}.hero-quote{margin-top:16px;padding:18px;border-radius:20px;text-align:start}.quote-heading h2{font-size:20px}.quote-row{grid-template-columns:1fr 1fr}.trust-strip{background:#fff}.trust-grid{grid-template-columns:repeat(2,1fr);gap:8px;padding:13px 0}.trust-grid>div{min-height:78px;border:1px solid var(--line)!important;border-radius:14px;background:#fafafa;padding:10px;grid-template-columns:36px 1fr}.trust-icon{width:34px;height:34px;font-size:11px}.trust-grid strong{font-size:11px}.trust-grid small{font-size:9px}.section{padding:48px 0}.section-head{text-align:center}.section-head p{font-size:13px}.cards.four{grid-template-columns:1fr 1fr;gap:10px}.service-card{padding:16px}.service-card .icon{width:44px;height:44px}.service-card h3{font-size:15px}.service-card p{font-size:11px}.visual-routes{grid-template-columns:1fr 1fr;gap:10px}.route-image{height:104px;padding:10px;font-size:12px}.route-body{display:block}.route-body strong{display:block}.route-body em{display:block;margin-top:4px}.why-shell{border-radius:20px;padding:24px 16px}.why-grid{grid-template-columns:1fr 1fr;gap:8px}.why-grid>div{padding:12px}.why-grid span{width:38px;height:38px;font-size:11px}.why-grid strong{font-size:11px}.cta-box{display:block;padding:24px 18px;border-radius:18px}.cta-box h2{font-size:24px}.cta-buttons .btn{width:100%}.footer-grid{grid-template-columns:1fr}.footer-contact{align-items:flex-start}.sticky-actions{position:fixed;display:grid;grid-template-columns:1.05fr .95fr;left:0;right:0;bottom:0;z-index:100;box-shadow:0 -10px 25px rgba(0,0,0,.22)}.sticky-actions a{height:66px;display:flex;align-items:center;justify-content:center;gap:8px;font-weight:1000}.sticky-wa{background:var(--green);color:#fff}.sticky-call{background:var(--yellow);color:#050505}.wa-dot{font-size:20px}.route-hero{padding:45px 0 92px;text-align:center}.route-hero .lead{margin:auto}.city-route{font-size:13px}.route-quote{margin-top:-60px}.why-grid.compact{grid-template-columns:1fr}.footer-brand{justify-content:flex-start}}
@media(max-width:430px){.hero h1{font-size:33px}.hero-photo img{height:225px}.quote-row{grid-template-columns:1fr}.cards.four,.visual-routes{grid-template-columns:1fr 1fr}.service-card p{display:none}.route-body em{display:none}.quote-card input,.quote-card select{height:46px}}
