@font-face{font-family:Cairo;src:url("assets/fonts/Cairo-Regular.ttf") format("truetype");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:Cairo;src:url("assets/fonts/Cairo-Medium.ttf") format("truetype");font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:Cairo;src:url("assets/fonts/Cairo-Bold.ttf") format("truetype");font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:Inter;src:url("assets/fonts/inter_regular.ttf") format("truetype");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:Inter;src:url("assets/fonts/inter_bold.ttf") format("truetype");font-weight:700;font-style:normal;font-display:swap}

:root{--primary:#F28C1D;--primary-dark:#d9730c;--ink:#202124;--muted:#737477;--line:#eceff3;--soft:#f7f8fa;--panel:#fff;--dark:#191919;--shadow:0 16px 40px rgba(20,24,30,.12)}
*{box-sizing:border-box}
html{scroll-behavior:smooth;overflow-x:hidden}
body{margin:0;background:#fff;color:var(--ink);font-family:Cairo,Tahoma,Arial,sans-serif;direction:rtl;overflow-x:hidden;line-height:1.6}
button,input,textarea,select{font-family:inherit}
button{cursor:pointer}
img{max-width:100%}

.site-header{position:sticky;top:0;z-index:30;height:58px;min-height:58px;background:var(--primary);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.22);box-shadow:0 8px 24px rgba(242,140,29,.22);overflow:visible;padding:0}
.brand{display:flex;align-items:center;flex:0 0 auto}.brand img{height:34px;width:auto;object-fit:contain;display:block}
.main-nav{display:flex;align-items:center;gap:6px;flex-wrap:nowrap;justify-content:flex-start;overflow:visible;white-space:nowrap;scrollbar-width:none;min-width:0}.main-nav::-webkit-scrollbar{display:none}.main-nav a,.nav-link,.nav-dropdown>button{border:0;background:transparent;color:#fff;text-decoration:none;font-weight:900;padding:6px 9px;border-radius:8px;font-size:13px;white-space:nowrap}.main-nav a:hover,.nav-link:hover,.nav-dropdown:hover>button{background:rgba(255,255,255,.18);color:#fff}.nav-dropdown{position:relative}.dropdown-menu{position:absolute;top:calc(100% + 8px);right:0;min-width:240px;background:#fff;border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow);padding:8px;display:none;z-index:9999;max-height:calc(100vh - 76px);overflow:auto}.nav-dropdown:hover .dropdown-menu,.nav-dropdown:focus-within .dropdown-menu{display:grid}.dropdown-menu a{display:block;padding:11px 12px;text-align:right;color:var(--ink)}

.view{display:none}.view.active{display:block}.page-view{min-height:calc(100vh - 58px)}
.hero{height:calc(100vh - 58px);min-height:520px;max-height:760px;position:relative;overflow:hidden;background:#fff;isolation:isolate;padding:10px}.hero-slides{position:absolute;top:10px;bottom:10px;left:50%;width:min(1280px,calc(100% - 2 * clamp(18px,5vw,78px)));transform:translateX(-50%);background:#f6f6f6;overflow:hidden;border-radius:8px;box-shadow:0 10px 26px rgba(20,24,30,.08)}.hero-slide{position:absolute;inset:0;display:block;opacity:0;transform:translateX(10%);transition:opacity .6s ease,transform .6s ease;pointer-events:none}.hero-slide.active{opacity:1;transform:translateX(0);z-index:1;pointer-events:auto}.hero-slide.leaving{transform:translateX(-10%)}.hero-slide img{width:100%;height:100%;object-fit:cover;display:block}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.10),rgba(0,0,0,.04));pointer-events:none;z-index:1}.hero-copy{display:none!important}

.section{padding:64px clamp(18px,5vw,78px);width:100%;max-width:1440px;margin:0 auto}.services-section,.about-section{background:var(--soft);max-width:none}.services-section>.section-title,.services-section>.service-grid,.about-section>*{max-width:1280px;margin-right:auto;margin-left:auto}.section-title{text-align:center;margin-bottom:26px}.section-title span{color:var(--primary-dark);font-weight:800}.section-title h2,.section-head h2{font-size:clamp(24px,3vw,38px);margin:8px 0 0}.title-with-icon{display:flex;align-items:center;justify-content:center;gap:10px}.title-with-icon img{width:42px;height:42px;object-fit:contain}.section-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:22px}.section-head button{border:0;background:transparent;color:var(--primary-dark);font-weight:800;font-size:15px}

.service-grid{display:grid;grid-template-columns:repeat(6,minmax(120px,1fr));gap:14px}.service-card,.service-tile{min-height:150px;border:1px solid var(--line);background:#fff;border-radius:8px;box-shadow:0 8px 20px rgba(20,24,30,.07);display:grid;place-items:center;gap:10px;padding:18px;color:var(--ink);transition:.2s ease}.service-card:hover,.service-tile:hover{border-color:var(--primary);transform:translateY(-2px);box-shadow:0 12px 26px rgba(242,140,29,.16)}.service-card img,.service-tile img{width:64px;height:64px;object-fit:contain}.service-card strong,.service-tile strong{font-size:16px;text-align:center}

.provider-grid{display:flex;gap:16px;overflow-x:auto;overflow-y:hidden;padding:4px 2px 14px;scroll-snap-type:x mandatory;scrollbar-color:var(--primary) #f1f1f1}.provider-card{background:#fff;border:1px solid #ececec;border-radius:8px;overflow:hidden;box-shadow:0 10px 24px rgba(0,0,0,.06);cursor:pointer;transition:.2s ease;flex:0 0 230px;scroll-snap-align:start;text-align:center;padding:18px}.provider-card:hover{transform:translateY(-2px);border-color:var(--primary)}.provider-card img{width:86px;height:86px;border-radius:50%;object-fit:cover;background:var(--soft);margin:0 auto 10px;display:block}.provider-card strong{display:block;line-height:1.5}.provider-grid.compact{display:grid;grid-template-columns:repeat(5,minmax(120px,1fr));overflow:visible;padding:0;margin-bottom:22px}.provider-grid.compact .provider-card{flex:initial}

.about-box,.empty-page{min-height:160px;background:#fff;border:1px dashed #d8dbe0;border-radius:8px;display:grid;place-items:center;color:var(--muted);font-size:19px;padding:24px;text-align:center}.contact-download{display:grid;grid-template-columns:1fr 1fr;gap:24px;background:#fff;color:var(--ink);max-width:none;border-top:4px solid var(--primary)}.contact-download>*{max-width:640px}.social-block,.download-block{border:1px solid rgba(242,140,29,.22);border-radius:8px;padding:26px;background:rgba(242,140,29,.06)}.social-links,.store-links{display:flex;gap:12px;flex-wrap:wrap}.social-links a,.store{display:flex;align-items:center;gap:10px;color:var(--ink);text-decoration:none;border:1px solid rgba(242,140,29,.28);border-radius:8px;padding:12px 14px;background:#fff}.social-links img{width:28px;height:28px;object-fit:contain}.store span{font-size:28px}.footer{text-align:center;padding:24px;background:#fff7ef;color:var(--primary-dark);border-top:1px solid rgba(242,140,29,.22);font-weight:800}

.subbar{display:flex;align-items:center;gap:14px;margin-bottom:20px}.subbar h1{font-size:32px;margin:0}.back{border:1px solid var(--line);border-radius:8px;background:#fff;padding:10px 14px}.search-row{display:grid;grid-template-columns:1fr 110px;gap:10px;margin-bottom:12px}.search-row input,.filter-row input,.form-card input,.form-card textarea{border:1px solid var(--line);border-radius:8px;background:var(--soft);padding:13px 14px}.search-row button,.filter-row button{border:0;border-radius:8px;background:var(--primary);color:#fff;font-weight:800}.filter-row{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-bottom:24px}.brand-picker-wrap{margin:18px 0 20px;background:#fff;border:1px solid #eee;border-radius:8px;padding:14px}.compact-title{margin-bottom:10px;text-align:right}.compact-title h2{font-size:20px;margin:0}.brand-strip{display:flex;gap:10px;overflow-x:auto;padding:4px 2px 8px;scroll-snap-type:x mandatory}.brand-chip{min-width:112px;border:1px solid #ededed;background:#fff;border-radius:8px;padding:10px;display:flex;flex-direction:column;align-items:center;gap:8px;cursor:pointer;color:#191919;scroll-snap-align:start;transition:.2s ease}.brand-chip img{width:46px;height:46px;object-fit:contain}.brand-chip:hover,.brand-chip.active{border-color:var(--primary);box-shadow:0 8px 20px rgba(242,140,29,.16);color:var(--primary)}.brand-chip.all{min-width:86px;justify-content:center;font-weight:700}
.card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.ad-card{border:1px solid var(--line);border-radius:8px;overflow:hidden;background:#fff;box-shadow:0 8px 22px rgba(20,24,30,.08);cursor:pointer}.ad-pic{height:210px;background:var(--soft)}.ad-pic img{width:100%;height:100%;object-fit:cover}.ad-body{padding:15px}.ad-body h3{margin:0 0 8px}.price{color:var(--primary-dark);font-weight:900;font-size:20px}.meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px;color:var(--muted);font-size:13px}.meta span{background:var(--soft);border:1px solid var(--line);border-radius:999px;padding:5px 9px}
.provider-cover{height:260px;border-radius:8px;overflow:hidden;background:var(--soft);margin-bottom:0}.provider-cover img,.gallery img{width:100%;height:100%;object-fit:cover}.provider-panel,.details-panel,.owner-panel,.form-card{background:#fff;border:1px solid var(--line);border-radius:8px;box-shadow:0 8px 22px rgba(20,24,30,.08);padding:18px;margin-bottom:22px}.provider-head{display:flex;align-items:center;gap:16px;margin-top:-54px;position:relative}.provider-head img{width:98px;height:98px;border-radius:50%;object-fit:cover;border:5px solid #fff;background:#fff}.provider-head div{flex:1}.provider-info{color:var(--muted);line-height:1.9}.gallery{height:390px;border-radius:8px;overflow:hidden;background:var(--soft);margin-bottom:18px}.specs{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:16px}.spec{padding:12px;background:var(--soft);border-radius:8px}.spec small{display:block;color:var(--muted);margin-bottom:5px}.owner-panel{display:flex;align-items:center;gap:14px}.owner-panel img{width:62px;height:62px;border-radius:50%;object-fit:cover}.owner-panel div{flex:1}.form-card{display:grid;gap:12px}.form-card textarea{min-height:120px}.segments{display:grid;grid-template-columns:1fr 1fr;gap:10px}.segments label{background:var(--soft);border:1px solid var(--line);border-radius:8px;padding:12px}.upload{display:grid;place-items:center;min-height:96px;border:1px dashed var(--primary);border-radius:8px;color:var(--primary-dark);background:rgba(242,140,29,.06);position:relative;cursor:pointer}.upload input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none;inset:auto auto 0 0}.form-img{width:120px;justify-self:center}.toast{position:fixed;left:50%;bottom:22px;transform:translateX(-50%) translateY(120px);background:#202124;color:#fff;padding:12px 16px;border-radius:8px;transition:.25s;z-index:100}.toast.show{transform:translateX(-50%) translateY(0)}

@media(max-width:980px){.site-header{position:sticky;height:58px;min-height:58px;align-items:center;flex-wrap:nowrap;padding:5px 10px;overflow:hidden}.main-nav{width:auto;flex:1;overflow-x:auto;justify-content:flex-start;flex-wrap:nowrap}.hero{height:calc(100vh - 58px);min-height:380px}.service-grid{grid-template-columns:repeat(3,1fr)}.card-grid{grid-template-columns:repeat(2,1fr)}.contact-download{grid-template-columns:1fr}.filter-row{grid-template-columns:1fr 1fr}.provider-grid.compact{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.hero{height:62vh;min-height:360px;padding:8px}.hero-slides{top:8px;bottom:8px;width:calc(100% - 32px)}.hero-brand-badge{top:14px;left:14px;padding:8px}.hero-brand-badge img{height:32px}.section{padding:36px 16px}.service-grid,.card-grid,.filter-row,.search-row,.segments{grid-template-columns:1fr}.provider-card{flex-basis:190px}.provider-grid.compact{grid-template-columns:1fr}.provider-head{align-items:flex-start}.provider-cover,.gallery{height:240px}}

body.interactive-ready .service-card,body.interactive-ready .provider-card,body.interactive-ready .ad-card,body.interactive-ready .social-links a,body.interactive-ready .store{will-change:transform}
.main-nav a,.nav-link,.nav-dropdown>button,.service-card,.provider-card,.ad-card,.social-links a,.store,.brand-chip{transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,color .2s ease,background .2s ease}
.main-nav a:active,.nav-link:active,.service-card:active,.provider-card:active,.ad-card:active,.brand-chip:active{transform:scale(.98)}
.provider-grid{scroll-behavior:smooth}
.provider-grid:hover{scrollbar-color:var(--primary-dark) #ededed}
.social-links a:hover,.store:hover{transform:translateY(-2px);border-color:rgba(242,140,29,.55);background:rgba(242,140,29,.16)}
body[dir="ltr"]{font-family:Inter,Cairo,Tahoma,Arial,sans-serif}body[dir="ltr"] .dropdown-menu{right:auto;left:0;text-align:left}body[dir="ltr"] .compact-title{text-align:left}body[dir="ltr"] .subbar{flex-direction:row-reverse;justify-content:flex-end}

.provider-grid{direction:ltr}.provider-grid .provider-card{direction:rtl}
body[dir="ltr"] .provider-grid .provider-card{direction:ltr}

#popularShowRoom .provider-card,#popularShowRoomRent .provider-card,#popularShops .provider-card{min-width:230px;max-width:230px}
@media(max-width:620px){#popularShowRoom .provider-card,#popularShowRoomRent .provider-card,#popularShops .provider-card{min-width:190px;max-width:190px}}

.provider-grid.auto-loop{overflow:hidden}
.provider-grid.auto-loop .provider-card{animation:providerLoop 34s linear infinite}
@keyframes providerLoop{from{transform:translateX(0)}to{transform:translateX(-1230px)}}
.provider-grid.auto-loop:hover .provider-card{animation-play-state:running}

.floating-home-back{position:fixed;top:86px;inset-inline-start:18px;z-index:60;width:46px;height:46px;border-radius:50%;border:1px solid rgba(242,140,29,.28);background:#fff;color:var(--primary-dark);box-shadow:0 10px 26px rgba(20,24,30,.14);font-size:32px;line-height:1;display:grid;place-items:center;opacity:0;pointer-events:none;transform:translateY(-8px);transition:.2s ease}.floating-home-back.is-visible{opacity:1;pointer-events:auto;transform:translateY(0)}.floating-home-back:hover{background:var(--primary);color:#fff}.brand-placeholder{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:rgba(242,140,29,.12);color:var(--primary-dark);font-weight:900}.ad-card img,.provider-card img,.brand-chip img{content-visibility:auto}

.site-header{overflow:visible}.nav-dropdown{position:relative;z-index:90}.dropdown-menu a{color:var(--ink)!important}.dropdown-menu a:hover{background:rgba(242,140,29,.1);color:var(--primary-dark)!important}


.nav-dropdown{position:relative;overflow:visible}.site-header{overflow:visible}.main-nav{overflow:visible}.dropdown-menu{transform-origin:top right}

.header-inner{width:min(1280px,calc(100% - 2 * clamp(18px,5vw,78px)));height:100%;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:12px;overflow:visible}.site-header>.brand,.site-header>.main-nav{display:none}
@media(max-width:620px){.header-inner{width:calc(100% - 32px)}}

.car-gallery{background:#fff;border:1px solid var(--line);border-radius:8px;box-shadow:0 8px 22px rgba(20,24,30,.08);padding:12px;margin-bottom:18px}.gallery-main{height:min(72vh,640px);min-height:420px;border-radius:8px;overflow:hidden;background:#f4f5f6;position:relative;display:grid;place-items:center}.gallery-main img{width:100%;height:100%;object-fit:contain;display:block}.gallery-nav{position:absolute;top:50%;transform:translateY(-50%);width:46px;height:46px;border-radius:50%;border:0;background:rgba(25,25,25,.58);color:#fff;font-size:34px;display:grid;place-items:center;z-index:2}.gallery-nav.prev{right:14px}.gallery-nav.next{left:14px}.gallery-count{position:absolute;bottom:14px;left:50%;transform:translateX(-50%);background:rgba(25,25,25,.65);color:#fff;border-radius:999px;padding:6px 12px;font-weight:800}.gallery-thumbs{display:flex;gap:10px;overflow-x:auto;padding:12px 2px 2px}.gallery-thumb{flex:0 0 92px;height:68px;border:2px solid transparent;border-radius:8px;padding:0;background:#f5f5f5;overflow:hidden}.gallery-thumb.active{border-color:var(--primary)}.gallery-thumb img{width:100%;height:100%;object-fit:cover;display:block}.seller-card{background:#fff;border:1px solid rgba(242,140,29,.22);border-radius:8px;box-shadow:0 8px 22px rgba(20,24,30,.08);padding:18px;margin-bottom:22px;display:flex;align-items:center;justify-content:space-between;gap:18px}.seller-identity{display:flex;align-items:center;gap:14px}.seller-identity img{width:72px;height:72px;border-radius:50%;object-fit:cover;background:var(--soft);border:3px solid rgba(242,140,29,.18)}.seller-identity small,.seller-contact small{display:block;color:var(--muted);font-size:13px}.seller-identity b{display:block;font-size:20px}.seller-identity span{color:var(--muted)}.seller-contact{display:flex;align-items:center;gap:16px;background:#fff7ef;border:1px solid rgba(242,140,29,.18);border-radius:8px;padding:12px 14px}.seller-contact strong{font-size:18px;color:var(--ink)}.call-seller{white-space:nowrap;border:0}.call-seller:disabled{opacity:.55;cursor:not-allowed}@media(max-width:760px){.gallery-main{height:52vh;min-height:300px}.seller-card,.seller-contact{align-items:stretch;flex-direction:column}.seller-contact{gap:10px}.gallery-nav{width:40px;height:40px;font-size:28px}.gallery-thumb{flex-basis:78px;height:58px}}

.car-gallery{padding:14px;background:#fff}.gallery-main{height:auto;min-height:0;aspect-ratio:16/9;background:#fff;border:1px solid var(--line);overflow:hidden}.gallery-main img{width:100%;height:100%;object-fit:contain;background:#fff}.gallery-thumbs{position:static;margin-top:12px;padding:0 2px 4px;background:#fff}.gallery-thumb{flex:0 0 96px;height:72px;background:#fff;border:2px solid #eee}.gallery-count{bottom:12px}.gallery-nav{background:rgba(242,140,29,.9)}
@media(max-width:760px){.gallery-main{height:auto;min-height:0;aspect-ratio:4/3}.gallery-thumb{flex-basis:76px;height:58px}}

.car-gallery{padding:14px!important;background:#fff!important}.gallery-main{height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:auto!important;background:#fff!important;border:1px solid var(--line)!important;overflow:visible!important;display:block!important;text-align:center!important}.gallery-main img{width:auto!important;height:auto!important;max-width:100%!important;max-height:78vh!important;object-fit:contain!important;display:block!important;margin:0 auto!important;background:#fff!important}.gallery-nav{top:50%!important}.gallery-thumbs{position:static!important;margin-top:12px!important;padding:0 2px 4px!important;background:#fff!important;clear:both!important}@media(max-width:760px){.gallery-main{height:auto!important;min-height:0!important;aspect-ratio:auto!important}.gallery-main img{max-height:72vh!important;width:auto!important;height:auto!important;max-width:100%!important}}

.hero{height:calc(100vh - 58px);min-height:560px;max-height:820px;padding:10px;background:#fff}.hero-slides{top:10px!important;bottom:auto!important;left:50%!important;width:min(1280px,calc(100% - 2 * clamp(18px,5vw,78px)))!important;aspect-ratio:3/1!important;height:auto!important;transform:translateX(-50%)!important}.hero-slide img{width:100%;height:100%;object-fit:contain;background:#fff}.hero-download-cta{position:absolute;left:50%;bottom:14px;width:min(1280px,calc(100% - 2 * clamp(18px,5vw,78px)));transform:translateX(-50%);display:flex;align-items:center;justify-content:center;gap:18px;flex-wrap:wrap;padding:10px 14px;background:#fff;border:1px solid rgba(242,140,29,.18);border-radius:8px;box-shadow:0 8px 22px rgba(20,24,30,.06);z-index:3}.hero-download-cta strong{font-size:clamp(18px,2vw,26px);color:var(--primary-dark);font-weight:900}.hero-store-links{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.hero-store-badge{display:block;width:190px;height:62px;border-radius:8px;background-image:url("ChatGPT Image Aug 19, 2026, 01_56_38 PM.png");background-size:245px 122px;background-repeat:no-repeat;box-shadow:0 8px 18px rgba(242,140,29,.18);transition:transform .2s ease}.hero-store-badge:hover{transform:translateY(-2px)}.hero-store-badge.google-play{background-position:center 0}.hero-store-badge.app-store{background-position:center -61px}@media(max-width:760px){.hero{min-height:500px;height:68vh}.hero-slides{width:calc(100% - 32px)!important}.hero-download-cta{width:calc(100% - 32px);gap:10px}.hero-store-badge{width:148px;height:48px;background-size:190px 95px}.hero-store-badge.app-store{background-position:center -47px}.hero-download-cta strong{width:100%;text-align:center}}

.hero-slides{top:42px!important}.hero-download-cta{bottom:18px}@media(max-width:760px){.hero-slides{top:28px!important}.hero-download-cta{bottom:12px}}

.about-section{background:var(--soft)}.about-layout{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:stretch}.about-image-panel,.about-text-panel{min-width:0}.about-image-panel{background:#fff;border:1px solid rgba(242,140,29,.18);border-radius:8px;overflow:hidden;box-shadow:0 10px 24px rgba(20,24,30,.06);display:flex}.about-image-panel img{width:100%;height:100%;object-fit:cover;display:block}.about-text-panel{background:#fff;border:1px solid rgba(242,140,29,.18);border-radius:8px;box-shadow:0 10px 24px rgba(20,24,30,.06);padding:clamp(20px,3vw,34px);display:flex;flex-direction:column;justify-content:center}.about-text-panel h2{margin:0 0 16px;color:var(--primary-dark);font-size:clamp(26px,3vw,40px);font-weight:900}.about-text-panel p{margin:0 0 16px;font-size:18px;line-height:2;color:var(--ink)}.about-text-panel ul{list-style:none;margin:0 0 18px;padding:0;display:grid;gap:8px}.about-text-panel li{font-size:18px;line-height:1.7;background:#fff7ef;border:1px solid rgba(242,140,29,.14);border-radius:8px;padding:8px 12px}@media(max-width:900px){.about-layout{grid-template-columns:1fr}.about-image-panel{order:1}.about-text-panel{order:2}.about-image-panel img{max-height:520px;object-fit:contain;background:#fff}}body[dir="ltr"] .about-layout{direction:rtl}body[dir="ltr"] .about-text-panel{direction:ltr}

.articles-page{max-width:1440px}.articles-list{display:grid;gap:28px}.article-feature{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:stretch;background:#fff;border:1px solid rgba(242,140,29,.18);border-radius:8px;box-shadow:0 10px 24px rgba(20,24,30,.06);padding:16px;direction:rtl}.article-image,.article-copy{min-width:0}.article-image{border-radius:8px;overflow:hidden;background:#fff7ef;display:flex}.article-image img{width:100%;height:100%;object-fit:cover;display:block}.article-copy{padding:clamp(16px,2.5vw,30px);display:flex;flex-direction:column;justify-content:center;background:#fff;border-radius:8px}.article-copy h2{margin:0 0 14px;color:var(--primary-dark);font-size:clamp(24px,2.6vw,36px);font-weight:900}.article-copy p{margin:0 0 14px;font-size:17px;line-height:2;color:var(--ink)}.article-copy p:last-child{margin-bottom:0}@media(max-width:900px){.article-feature{grid-template-columns:1fr}.article-image img{max-height:520px;object-fit:contain}}

.filter-row{grid-template-columns:repeat(6,1fr)}.filter-row select{border:1px solid var(--line);border-radius:8px;background:var(--soft);padding:13px 14px;color:var(--ink)}.seller-card-clean{display:grid!important;grid-template-columns:minmax(260px,.9fr) 1.3fr;align-items:center;gap:18px;border-color:rgba(242,140,29,.24)!important;background:#fff!important}.seller-card-clean .seller-identity{background:#fff7ef;border:1px solid rgba(242,140,29,.18);border-radius:8px;padding:12px}.seller-actions{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:12px}.seller-phone{background:#fff7ef;border:1px solid rgba(242,140,29,.18);border-radius:8px;padding:10px 12px;min-width:0}.seller-phone small{display:block;color:var(--muted);font-size:13px}.seller-phone strong{display:block;font-size:18px;color:var(--ink);word-break:break-word}.seller-action{height:48px;border:0;border-radius:8px;padding:0 14px;display:inline-flex;align-items:center;gap:8px;text-decoration:none;font-weight:900;white-space:nowrap}.seller-action img{width:24px;height:24px;object-fit:contain}.seller-action.call{background:var(--primary);color:#fff}.seller-action.whats{background:#25d366;color:#fff}.seller-action:disabled{opacity:.55}.seller-action:hover{transform:translateY(-1px);box-shadow:0 8px 18px rgba(20,24,30,.12)}@media(max-width:900px){.filter-row{grid-template-columns:1fr 1fr}.seller-card-clean{grid-template-columns:1fr}.seller-actions{grid-template-columns:1fr}.seller-action{justify-content:center}}@media(max-width:620px){.filter-row{grid-template-columns:1fr}}

.footer-store-links{align-items:center}.download-block .hero-store-badge{box-shadow:0 8px 18px rgba(242,140,29,.16);flex:0 0 auto}.download-block .hero-store-badge:hover{transform:translateY(-2px)}

/* Refinements: store badges alignment and services hover menu */
.hero-store-links,.footer-store-links{align-items:center;justify-content:center}
.hero-store-badge{display:inline-block;vertical-align:middle;flex:0 0 auto;background-color:transparent;background-position-x:center}
.hero-store-badge.google-play{background-position:center 0!important}
.hero-store-badge.app-store{background-position:center -61px!important}
.download-block .hero-store-badge{margin:0;align-self:center}
.nav-dropdown{position:relative}
.nav-dropdown:hover .dropdown-menu,.nav-dropdown:focus-within .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}
.dropdown-menu{top:calc(100% + 6px)}
@media(max-width:760px){.hero-store-badge.app-store{background-position:center -47px!important}}

/* Hero app download width */
#heroDownloadCta{width:min(1280px,calc(100% - 2 * clamp(18px,5vw,78px)))!important;justify-content:center;gap:clamp(18px,3vw,34px)!important;padding-inline:clamp(22px,4vw,56px)!important}
#heroDownloadCta .hero-store-links{flex:1 1 auto;justify-content:center;gap:clamp(14px,2vw,24px)}
#heroDownloadCta .hero-store-badge{width:clamp(210px,18vw,260px);height:clamp(68px,5.4vw,82px);background-size:clamp(270px,22vw,324px) clamp(134px,10.8vw,162px)}
#heroDownloadCta .hero-store-badge.app-store{background-position:center calc(-1 * clamp(67px,5.4vw,81px))!important}
@media(max-width:760px){#heroDownloadCta{padding-inline:14px!important;gap:12px!important}#heroDownloadCta .hero-store-links{width:100%;flex:0 0 100%;gap:10px}#heroDownloadCta .hero-store-badge{width:158px;height:51px;background-size:203px 102px}#heroDownloadCta .hero-store-badge.app-store{background-position:center -51px!important}}

/* Services menu hover bridge */
.nav-dropdown{position:relative}
.nav-dropdown::after{content:"";position:absolute;left:0;right:0;top:100%;height:14px;z-index:9998}
.nav-dropdown .dropdown-menu{top:100%!important;margin-top:0;display:grid;opacity:0;visibility:hidden;transform:translateY(8px);pointer-events:none;transition:opacity .15s ease,transform .15s ease,visibility .15s ease}
.nav-dropdown:hover .dropdown-menu,.nav-dropdown:focus-within .dropdown-menu,.nav-dropdown.is-open .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}
.nav-dropdown:hover>button,.nav-dropdown:focus-within>button,.nav-dropdown.is-open>button{background:rgba(255,255,255,.18);color:#fff}

/* Store badges use separate uploaded images */
.hero-store-badge{background-image:none!important;background-size:auto!important;background-position:center!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;overflow:hidden;background-color:transparent!important;box-shadow:none!important}
.hero-store-badge img{display:block;width:100%;height:100%;object-fit:contain}
#heroDownloadCta .hero-store-badge{width:clamp(210px,18vw,260px);height:clamp(68px,5.4vw,82px)}
.download-block .hero-store-badge{width:190px;height:62px}
@media(max-width:760px){#heroDownloadCta .hero-store-badge,.download-block .hero-store-badge{width:158px;height:51px}}

/* Hero download title emphasis */
#heroDownloadCta{gap:clamp(8px,1.2vw,14px)!important}
#heroDownloadCta strong{font-weight:950!important;font-size:clamp(24px,2.8vw,36px)!important;line-height:1.05;color:var(--primary-dark)}
#heroDownloadCta .hero-store-links{gap:clamp(8px,1.2vw,14px)!important;flex:0 1 auto!important}
@media(max-width:760px){#heroDownloadCta strong{font-size:24px!important}#heroDownloadCta{gap:8px!important}}

/* Hero download title spacing */
#heroDownloadCta{gap:clamp(18px,2.2vw,28px)!important}
#heroDownloadCta .hero-store-links{gap:clamp(12px,1.6vw,20px)!important}
@media(max-width:760px){#heroDownloadCta{gap:14px!important}}

/* Installment page content */
.installment-content{background:#fff;border:1px solid rgba(242,140,29,.18);border-radius:8px;padding:clamp(22px,4vw,42px);box-shadow:0 12px 28px rgba(20,24,30,.06);color:var(--ink);line-height:2;font-size:clamp(16px,1.25vw,19px)}
.installment-content p{margin:0 0 18px}.installment-content p:last-child{margin-bottom:0}.installment-cta{font-weight:900;color:var(--primary-dark);font-size:1.08em}.installment-note{font-size:.94em;color:var(--muted);border-top:1px solid rgba(242,140,29,.18);padding-top:16px;margin-top:8px}

/* Full-width inserted content images */
.image-divider-section{width:min(1280px,calc(100% - 2 * clamp(18px,5vw,78px)));max-width:none;margin:0 auto;padding:clamp(18px,3vw,34px) 0}
.image-divider-section img{display:block;width:100%;height:auto;object-fit:contain;border-radius:8px;box-shadow:0 10px 24px rgba(20,24,30,.06);background:#fff}
@media(max-width:760px){.image-divider-section{width:calc(100% - 32px);padding:18px 0}.image-divider-section img{border-radius:8px}}

/* API linked forms */
.linked-form{gap:12px}.linked-form select,.linked-form input,.linked-form textarea{width:100%;border:1px solid var(--line);border-radius:8px;background:var(--soft);padding:13px;color:var(--ink);font:inherit}.linked-form textarea{min-height:120px;resize:vertical}.check-line{display:flex;gap:10px;align-items:center;color:var(--ink);font-weight:800}.auth-status,.auth-hint{font-size:14px;color:var(--primary-dark);font-weight:800}.ghost{border:1px solid rgba(242,140,29,.35);background:#fff;color:var(--primary-dark);border-radius:8px;padding:10px 13px;font-weight:900;cursor:pointer}.otp-step{display:grid;gap:10px}.otp-step[hidden]{display:none}.linked-form button:disabled{opacity:.6;cursor:not-allowed}

/* Profile menu and my ads */
#myAdsNav[hidden],#loginNav[hidden],#profileNav[hidden]{display:none!important}.profile-panel{background:#fff;border:1px solid rgba(242,140,29,.18);border-radius:8px;padding:22px}.my-ads-toolbar{display:flex;gap:10px;justify-content:flex-start;margin-bottom:16px}.ad-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.ad-actions .danger{border:1px solid rgba(220,53,69,.28);background:#fff;color:#b4232e;border-radius:8px;padding:10px 13px;font-weight:900;cursor:pointer}.my-ad-card .ad-body{display:flex;flex-direction:column}.my-ad-card .meta{margin-top:auto}


/* Polished ad creation and editable profile */
.ad-create-page{max-width:1180px}.ad-create-form{padding:22px;background:#fff;border:1px solid rgba(242,140,29,.18);box-shadow:0 12px 32px rgba(20,24,30,.08)}.ad-form-head{display:flex;align-items:center;justify-content:space-between;gap:16px;background:#fff7ef;border:1px solid rgba(242,140,29,.18);border-radius:8px;padding:16px;margin-bottom:18px}.ad-form-head small,.profile-edit-head small{display:block;color:var(--primary-dark);font-weight:900;margin-bottom:4px}.ad-form-head h2,.profile-edit-head h2{margin:0;font-size:22px}.ad-type-switch{margin:0;background:#fff;border:1px solid rgba(242,140,29,.25);border-radius:8px;padding:6px;display:flex;gap:8px}.ad-type-switch label{background:var(--soft);border-radius:8px;padding:10px 12px;font-weight:900}.ad-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.ad-form-box{border:1px solid var(--line);border-radius:8px;background:#fff;padding:16px}.ad-form-box h3{margin:0 0 14px;font-size:18px;color:var(--ink)}.span-all{grid-column:1/-1}.field-grid{display:grid;gap:12px}.field-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.field-grid label{display:flex;flex-direction:column;gap:7px;font-weight:800;color:var(--ink)}.field-grid label span{font-size:13px;color:var(--muted);font-weight:900}.field-grid input,.field-grid select,.ad-form-box textarea,.profile-edit-form input{border:1px solid var(--line);border-radius:8px;background:var(--soft);padding:13px 14px;color:var(--ink);font:inherit;min-height:46px}.ad-form-box textarea{width:100%;min-height:140px;resize:vertical}.ad-checks{display:flex;gap:12px;flex-wrap:wrap;margin-top:12px}.upload-topline{display:flex;align-items:center;justify-content:space-between;gap:14px}.upload-topline h3{margin-bottom:4px}.upload-topline p{margin:0;color:var(--muted);font-weight:800}.image-upload-button{margin:0;white-space:nowrap;min-height:48px;padding:0 18px;font-weight:900}.image-preview-strip{display:grid;grid-template-columns:repeat(auto-fill,minmax(104px,1fr));gap:10px;margin-top:14px;min-height:116px;border:1px dashed rgba(242,140,29,.42);border-radius:8px;background:#fffaf4;padding:10px}.image-preview-strip.empty{display:flex;align-items:center;justify-content:center;color:var(--muted);font-weight:800}.image-preview-item{position:relative;border:1px solid var(--line);border-radius:8px;overflow:hidden;background:#fff;aspect-ratio:1/1}.image-preview-item img{width:100%;height:100%;object-fit:cover;display:block}.image-preview-item span{position:absolute;inset:auto 6px 6px 6px;background:rgba(0,0,0,.58);color:#fff;border-radius:8px;padding:4px 6px;font-size:11px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ad-submit-wide{width:100%;margin-top:16px;min-height:50px;font-size:17px}.profile-edit-form{margin-top:16px;padding:18px;background:#fff;border:1px solid rgba(242,140,29,.18);box-shadow:0 10px 26px rgba(20,24,30,.06)}.profile-edit-head{display:flex;align-items:center;gap:14px;margin-bottom:16px;background:#fff7ef;border:1px solid rgba(242,140,29,.18);border-radius:8px;padding:14px}.profile-edit-head p{margin:4px 0 0;color:var(--muted);font-weight:700}.profile-avatar-preview{width:82px;height:82px;border-radius:50%;border:3px solid #fff;background:#fff;box-shadow:0 8px 20px rgba(242,140,29,.18);overflow:hidden;flex:0 0 auto}.profile-avatar-preview img{width:100%;height:100%;object-fit:cover}.profile-edit-form .primary{width:100%;margin-top:14px}.seller-card-clean{margin:0}.seller-card-clean .seller-identity img{border-radius:50%}
@media(max-width:860px){.ad-form-head,.upload-topline,.profile-edit-head{align-items:stretch;flex-direction:column}.ad-form-grid,.field-grid.two{grid-template-columns:1fr}.ad-create-form,.profile-edit-form{padding:14px}.image-preview-strip{grid-template-columns:repeat(3,minmax(0,1fr))}}

.file-input-hidden{position:fixed!important;left:-10000px!important;top:auto!important;width:1px!important;height:1px!important;opacity:0!important;overflow:hidden!important}.image-upload-button{appearance:none;border:1px dashed var(--primary);font:inherit}

.auth-tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:0 auto 14px;max-width:520px;background:#fff7ef;border:1px solid rgba(242,140,29,.2);border-radius:8px;padding:6px}.auth-tabs button{border:0;border-radius:8px;background:transparent;color:var(--primary-dark);font-weight:900;padding:12px;cursor:pointer}.auth-tabs button.active{background:var(--primary);color:#fff;box-shadow:0 8px 18px rgba(242,140,29,.22)}#registerForm[hidden],#loginForm[hidden]{display:none!important}

.profile-dropdown>button{display:flex;align-items:center;gap:6px}.profile-arrow{font-size:13px;line-height:1;opacity:.85}

.brand-name{font-weight:900;font-size:20px;color:#fff;white-space:nowrap;line-height:1}.brand{gap:10px;text-decoration:none}
@media(max-width:760px){.brand-name{font-size:16px}}


.ad-type-switch-three{grid-template-columns:repeat(3,minmax(0,1fr));min-width:min(640px,100%)}.ad-type-switch-three label{display:flex;align-items:center;justify-content:center;text-align:center}.ad-contact-panel{border:1px solid rgba(242,140,29,.24);border-radius:8px;background:#fff7ef;padding:22px;text-align:center}.ad-contact-panel h3{margin:0 0 8px;color:var(--primary-dark);font-size:22px}.ad-contact-panel p{margin:0 auto 16px;max-width:720px;color:var(--ink);font-weight:800;line-height:1.8}.ad-contact-links{justify-content:center}.ad-contact-links a{min-width:145px;justify-content:center;font-weight:900}#carAdFields[hidden],#adContactPanel[hidden],#adSubmitBtn[hidden]{display:none!important}@media(max-width:860px){.ad-type-switch-three{grid-template-columns:1fr}.ad-contact-links a{width:100%}}



/* Spare parts web filters */
.spare-parts-filter-wrap{margin:18px 0 22px;background:#fff;border:1px solid rgba(242,140,29,.22);border-radius:8px;padding:14px;box-shadow:0 8px 20px rgba(20,24,30,.05)}
.spare-filter-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.spare-subdepartment-wrap{margin-top:16px;padding-top:14px;border-top:1px solid rgba(242,140,29,.18)}
.spare-sub-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.spare-filter-card{border:1px solid var(--line);background:#fff;border-radius:8px;min-height:132px;padding:14px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:var(--ink);font-weight:900;transition:.2s ease;text-align:center}
.spare-filter-card img{width:58px;height:58px;object-fit:contain;display:block}
.spare-filter-card:hover,.spare-filter-card.active{border-color:var(--primary);color:var(--primary-dark);box-shadow:0 10px 22px rgba(242,140,29,.16);transform:translateY(-1px)}
.spare-filter-card.active{background:#fff7ef}
@media(max-width:760px){.spare-filter-grid,.spare-sub-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.spare-filter-card{min-height:118px}}
@media(max-width:460px){.spare-filter-grid,.spare-sub-grid{grid-template-columns:1fr}}


/* Spare filters one line refinement */
#spareDepartmentPicker{grid-template-columns:repeat(4,minmax(0,1fr))}
#spareSubDepartmentPicker{grid-template-columns:repeat(5,minmax(0,1fr))}
.spare-filter-card{min-height:112px;padding:11px 8px;gap:7px}
.spare-filter-card img{width:48px;height:48px}
.spare-filter-card strong{font-size:14px;line-height:1.35}
@media(max-width:900px){#spareDepartmentPicker{grid-template-columns:repeat(4,minmax(88px,1fr))}#spareSubDepartmentPicker{grid-template-columns:repeat(5,minmax(76px,1fr))}.spare-filter-grid{overflow-x:auto;display:grid}.spare-filter-card{min-width:0}}
@media(max-width:760px){#spareDepartmentPicker{grid-template-columns:repeat(4,minmax(92px,1fr))!important}#spareSubDepartmentPicker{grid-template-columns:repeat(5,minmax(82px,1fr))!important}.spare-filter-card{min-height:104px}.spare-filter-card img{width:42px;height:42px}.spare-filter-card strong{font-size:13px}}


/* Other services web filters */
.filter-row.services-only{grid-template-columns:1fr auto}
.filter-row.services-only input[hidden]{display:none!important}
.service-filter-wrap{margin:18px 0 22px;background:#fff;border:1px solid rgba(242,140,29,.22);border-radius:8px;padding:14px;box-shadow:0 8px 20px rgba(20,24,30,.05)}
.service-filter-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}
.service-filter-card{border:1px solid var(--line);background:#fff;border-radius:8px;min-height:112px;padding:11px 8px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;color:var(--ink);font-weight:900;transition:.2s ease;text-align:center}
.service-filter-card img{width:48px;height:48px;object-fit:contain;display:block}
.service-filter-card strong{font-size:14px;line-height:1.35}
.service-filter-card:hover,.service-filter-card.active{border-color:var(--primary);color:var(--primary-dark);box-shadow:0 10px 22px rgba(242,140,29,.16);transform:translateY(-1px)}
.service-filter-card.active{background:#fff7ef}
@media(max-width:900px){.service-filter-grid{grid-template-columns:repeat(5,minmax(82px,1fr));overflow-x:auto}.filter-row.services-only{grid-template-columns:1fr auto}}
@media(max-width:620px){.filter-row.services-only{grid-template-columns:1fr}.service-filter-card img{width:42px;height:42px}.service-filter-card strong{font-size:13px}}

/* Car model picker */
.model-picker-wrap{margin-top:-8px;background:#fffaf4;border-color:rgba(242,140,29,.22)}.model-strip .model-chip{min-width:122px;justify-content:center;min-height:70px}.model-strip .model-chip span{font-weight:900;line-height:1.35}

/* Middle dynamic banners */
.image-divider-section a{display:block;width:100%;text-decoration:none}.image-divider-section a img{display:block;width:100%;height:auto}

/* Mobile-only header scrolling and tighter hero spacing */
@media(max-width:760px){
  .site-header{
    overflow:hidden!important;
    padding:0!important;
  }
  .header-inner{
    width:100%!important;
    padding:0 10px!important;
    gap:8px!important;
    overflow:hidden!important;
  }
  .brand{
    flex:0 0 auto!important;
  }
  .brand-name{
    font-size:15px!important;
  }
  .brand img{
    height:30px!important;
  }
  .main-nav{
    flex:1 1 auto!important;
    min-width:0!important;
    overflow-x:auto!important;
    overflow-y:visible!important;
    justify-content:flex-start!important;
    gap:8px!important;
    padding:0 2px!important;
    -webkit-overflow-scrolling:touch;
    scroll-snap-type:x proximity;
    scrollbar-width:none;
    touch-action:pan-x;
  }
  .main-nav::-webkit-scrollbar{
    display:none;
  }
  .main-nav a,
  .nav-link,
  .nav-dropdown>button{
    flex:0 0 auto!important;
    scroll-snap-align:start;
    padding:6px 8px!important;
    font-size:12px!important;
  }
  .nav-dropdown{
    flex:0 0 auto!important;
  }
  .dropdown-menu{
    position:fixed!important;
    top:58px!important;
    right:10px!important;
    left:10px!important;
    min-width:0!important;
    max-height:calc(100vh - 72px)!important;
  }
  .hero{
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    padding:12px 0 10px!important;
    overflow:visible!important;
  }
  .hero-slides{
    position:relative!important;
    top:auto!important;
    left:auto!important;
    transform:none!important;
    width:calc(100% - 32px)!important;
    margin:8px auto 10px!important;
    aspect-ratio:3/1!important;
  }
  .hero-download-cta,
  #heroDownloadCta{
    position:relative!important;
    left:auto!important;
    bottom:auto!important;
    transform:none!important;
    width:calc(100% - 32px)!important;
    margin:8px auto 0!important;
    padding:10px 12px!important;
    gap:8px!important;
  }
  #heroDownloadCta strong{
    font-size:22px!important;
    margin:0!important;
  }
  #heroDownloadCta .hero-store-links{
    gap:8px!important;
  }
}
