/* Sayyarati unified experience V13 — accounts, maps, support and vehicle profile */

/* Home quick services: four balanced items after removing oils/tires. */
.sayyarati-home .home-quick-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}
@media(max-width:650px){.sayyarati-home .home-quick-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.sayyarati-home .home-quick-card{min-height:112px!important}}

/* Auth wizard */
.auth-wizard-body,.register-success-body{background:linear-gradient(180deg,#f5f9ff,#eef3fa)!important}
.register-wizard-page,.register-success-page{max-width:1120px!important;padding-top:28px!important}
.register-wizard-shell{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.65fr);gap:22px;align-items:stretch;direction:rtl}
.register-wizard-card,.register-wizard-side,.credentials-success-card{background:#fff;border:1px solid #dfe8f5;border-radius:30px;box-shadow:0 22px 65px rgba(24,65,125,.1)}
.register-wizard-card{padding:clamp(22px,4vw,44px)}
.register-wizard-head{text-align:center;margin-bottom:26px}.register-wizard-head h1{margin:6px 0 8px;font-size:clamp(25px,4vw,38px);color:#102140}.register-wizard-head p{margin:0;color:#68768b}
.register-progress{display:flex;align-items:center;justify-content:center;margin:0 auto 30px;max-width:540px}.register-progress>span{display:flex;flex-direction:column;align-items:center;gap:5px;color:#8995a8;font-weight:850;min-width:70px}.register-progress>span b{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#edf2f8;color:#718096;border:2px solid #e0e7f0}.register-progress>span.is-active{color:#1264f3}.register-progress>span.is-active b{background:#1264f3;color:#fff;border-color:#1264f3;box-shadow:0 7px 18px rgba(18,100,243,.25)}.register-progress>span.is-complete b{background:#0ca678;color:#fff;border-color:#0ca678}.register-progress>i{height:3px;flex:1;max-width:90px;background:#e3eaf3;border-radius:10px;margin:0 -4px 22px}.register-progress>i.is-complete{background:#0ca678}
.register-step[hidden]{display:none!important}.register-step.is-active{display:block;animation:registerStepIn .25s ease both}@keyframes registerStepIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
.register-step-title{display:flex;align-items:center;gap:13px;margin-bottom:22px}.register-step-title>span{display:grid;place-items:center;width:45px;height:45px;border-radius:15px;background:#eaf2ff;color:#1264f3;font-size:20px;font-weight:1000}.register-step-title h2{margin:0;color:#102140;font-size:22px}.register-step-title p{margin:3px 0 0;color:#738097;font-size:13px}.register-field{display:grid;gap:8px;color:#263653;font-weight:900}.register-field input{height:56px;border:1px solid #d7e2f1;border-radius:17px;background:#fafeff;padding:0 16px;font-weight:800}.register-field input:focus{border-color:#1264f3;box-shadow:0 0 0 4px rgba(18,100,243,.11)}.username-input-wrap{display:flex;direction:ltr;align-items:center;border:1px solid #d7e2f1;border-radius:17px;background:#fafeff;overflow:hidden}.username-input-wrap:focus-within{border-color:#1264f3;box-shadow:0 0 0 4px rgba(18,100,243,.11)}.username-input-wrap>span{padding-inline-start:16px;color:#1264f3;font-weight:1000}.username-input-wrap input{border:0!important;box-shadow:none!important;flex:1;background:transparent}.register-field small{color:#76839a;font-weight:750}.register-field small.is-valid{color:#07865a}.register-field small.is-error{color:#d92d20}.username-suggestions{display:flex;flex-wrap:wrap;gap:8px;margin-top:13px}.username-suggestions button{border:1px solid #bed2f9;background:#edf4ff;color:#0758df;padding:8px 13px;border-radius:999px;font-weight:900;direction:ltr}.register-step-actions{display:flex;justify-content:flex-end;margin-top:26px}.register-step-actions.split{justify-content:space-between}.register-step-actions .btn{min-width:140px}.register-terms{margin-top:18px}.register-wizard-side{padding:34px;background:linear-gradient(155deg,#0f63f3,#073b9c);color:#fff;display:flex;flex-direction:column;justify-content:center}.register-side-icon{display:grid;place-items:center;width:66px;height:66px;border-radius:22px;background:rgba(255,255,255,.16);font-size:32px;font-weight:1000}.register-wizard-side h2{font-size:28px;margin:20px 0 10px}.register-wizard-side ul{margin:0;padding:0 20px 0 0;display:grid;gap:13px;color:#eaf2ff}
.credentials-success-card{max-width:850px;margin:auto;padding:clamp(22px,4vw,45px)}.credentials-success-head{display:flex;align-items:center;gap:18px}.credentials-check{display:grid;place-items:center;width:70px;height:70px;border-radius:23px;background:#e7faef;color:#079455;font-size:36px;font-weight:1000}.credentials-success-head h1{margin:4px 0;color:#102140}.credentials-success-head p{margin:0;color:#68768b}.credentials-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:28px 0}.credentials-grid article{padding:17px;border:1px solid #dce7f5;border-radius:18px;background:#f8fbff}.credentials-grid small{display:block;color:#718096;font-weight:800;margin-bottom:5px}.credentials-grid strong{color:#102140;font-size:19px;overflow-wrap:anywhere}.credentials-warning{display:flex;gap:13px;padding:16px;border:1px solid #f9d998;border-radius:18px;background:#fffaeb}.credentials-warning>span{font-size:28px}.credentials-warning strong{color:#92400e}.credentials-warning p{margin:3px 0 0;color:#9a5b0b}.credentials-actions{margin-top:22px;justify-content:flex-end}
@media(max-width:780px){.register-wizard-shell{grid-template-columns:1fr}.register-wizard-side{display:none}.register-wizard-page{padding-inline:12px!important}.credentials-grid{grid-template-columns:1fr}.credentials-success-head{align-items:flex-start}.credentials-check{width:54px;height:54px;border-radius:17px;font-size:27px;flex:0 0 auto}}

/* Streets letter search */
.streets-map-search{position:absolute;z-index:30;top:14px;left:50%;transform:translateX(-50%);width:min(92%,610px);direction:rtl}.streets-map-search__form{height:54px;display:flex;align-items:center;gap:8px;padding:0 13px;border:1px solid #d9e5f4;border-radius:18px;background:rgba(255,255,255,.96);box-shadow:0 10px 28px rgba(15,53,110,.16);backdrop-filter:blur(12px)}.streets-map-search__icon{font-size:25px;color:#1264f3}.streets-map-search input{flex:1;min-width:0;border:0!important;background:transparent!important;padding:0!important;box-shadow:none!important;color:#17233b;font-weight:800}.streets-map-search__clear{width:32px;height:32px;border:0;border-radius:50%;background:#edf2f7;color:#475467;font-size:21px}.streets-map-search__suggestions{margin-top:7px;max-height:min(48vh,370px);overflow:auto;border:1px solid #dce6f3;border-radius:18px;background:rgba(255,255,255,.98);box-shadow:0 18px 38px rgba(15,53,110,.18);padding:7px}.streets-search-suggestion{display:flex;width:100%;align-items:center;gap:11px;text-align:right;border:0;background:transparent;border-radius:13px;padding:11px;color:#17233b}.streets-search-suggestion:hover,.streets-search-suggestion:focus{background:#eef5ff}.streets-search-suggestion>span{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:#eaf2ff;color:#1264f3;flex:0 0 auto}.streets-search-suggestion>div{min-width:0;display:grid;gap:2px}.streets-search-suggestion strong,.streets-search-suggestion small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.streets-search-suggestion small{color:#738097}.streets-map-search__scope{display:inline-flex;margin-top:6px;padding:4px 10px;border-radius:999px;background:rgba(255,255,255,.9);color:#5d6b80;font-weight:750;box-shadow:0 4px 10px rgba(15,53,110,.08)}.streets-search-area-btn{position:absolute;z-index:29;top:82px;left:50%;transform:translateX(-50%);border:1px solid #c7d9f7;border-radius:999px;background:#fff;color:#1264f3;padding:8px 14px;box-shadow:0 8px 20px rgba(15,53,110,.14);font-weight:900}
.streets-user-marker,.fuel-user-direction-marker,.car-sonar-user-marker{width:54px!important;height:54px!important;background:transparent!important;border:0!important;box-shadow:none!important;overflow:visible!important}.streets-user-marker__arrow,.fuel-user-direction-marker__arrow,.car-sonar-user-marker__arrow{display:block;width:100%;height:100%;filter:drop-shadow(0 7px 8px rgba(15,44,92,.35))}.streets-user-marker__arrow svg,.fuel-user-direction-marker__arrow svg,.car-sonar-user-marker__arrow svg{width:100%;height:100%;display:block}

/* Support and subscriptions */
.support-subscriptions-body{background:#f5f8fd!important}.support-subscriptions-page{max-width:1180px!important}.support-hero{display:grid;grid-template-columns:1.35fr .65fr;gap:20px;padding:clamp(24px,4vw,46px);border-radius:30px;background:linear-gradient(135deg,#fff,#edf4ff);border:1px solid #dce7f5;box-shadow:0 20px 55px rgba(22,62,120,.09)}.support-hero h1{font-size:clamp(27px,4vw,42px);margin:5px 0;color:#102140}.support-hero p{color:#66758c}.support-phone-box{display:inline-flex;align-items:center;gap:10px;background:#fff;border:1px solid #dbe7f7;border-radius:15px;padding:10px 14px;margin:10px 0}.support-phone-box span{color:#718096}.support-phone-box strong{direction:ltr;color:#102140}.support-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}.support-hero-card{border-radius:24px;padding:28px;background:linear-gradient(145deg,#1264f3,#073b9c);color:#fff;display:flex;flex-direction:column;justify-content:center}.support-hero-card>span{font-size:42px;font-weight:1000}.support-hero-card p{color:#dbe8ff}.support-plans-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.support-plan-card{padding:22px;border:1px solid #dfe7f2;border-radius:22px;background:#fff;box-shadow:0 10px 28px rgba(20,57,110,.07)}.support-plan-card.is-featured{border-color:#a9c8ff;box-shadow:0 15px 35px rgba(18,100,243,.13)}.support-plan-category{display:inline-flex;padding:5px 9px;border-radius:999px;background:#edf4ff;color:#1264f3;font-size:11px;font-weight:900}.support-plan-card h3{margin:12px 0 5px;color:#102140}.support-plan-card>p,.support-plan-card>small{color:#718096}.support-plan-price{display:block;margin:15px 0;color:#0758df;font-size:25px}.support-plan-card ul{padding-right:20px;color:#344054}.support-plan-card li{margin:7px 0}.support-info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.support-info-card{padding:20px;border:1px solid #dfe7f2;border-radius:20px;background:#fff}.support-info-card>span{font-size:30px}.support-info-card h3{margin:8px 0}.support-info-card p{color:#69768a}.support-info-card a{color:#0758df;font-weight:900}.support-whatsapp-main{background:#079455!important}
@media(max-width:820px){.support-hero{grid-template-columns:1fr}.support-plans-grid,.support-info-grid{grid-template-columns:1fr}}

/* Vehicle profile */
.vehicle-profile-body{background:linear-gradient(180deg,#f7faff,#f1f5fa)!important}.vehicle-profile-page{width:min(1220px,100%);margin:auto;padding:18px 18px 110px}.vehicle-profile-breadcrumb{display:flex;align-items:center;gap:8px;direction:rtl;margin-bottom:14px;color:#77849a;font-size:13px}.vehicle-profile-breadcrumb strong{color:#334155;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vehicle-profile-hero{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(330px,.78fr);gap:18px;direction:ltr;align-items:start}.vehicle-profile-gallery,.vehicle-profile-summary,.vehicle-profile-description,.vehicle-profile-seller,.vehicle-profile-moderation{background:#fff;border:1px solid #dce6f3;border-radius:26px;box-shadow:0 15px 40px rgba(19,57,113,.075)}.vehicle-profile-gallery{padding:10px;direction:rtl}.vehicle-profile-main-image{position:relative;width:100%;aspect-ratio:16/10;border-radius:20px;overflow:hidden;background:#e9eef5}.vehicle-profile-main-image>img{width:100%;height:100%!important;object-fit:cover}.vehicle-profile-photo-counter{position:absolute;left:14px;bottom:14px;padding:7px 11px;border-radius:999px;background:rgba(10,20,38,.76);color:#fff;font-weight:900;direction:ltr}.vehicle-profile-featured-ribbon{position:absolute;right:14px;top:14px;padding:8px 12px;border-radius:999px;background:linear-gradient(135deg,#ff9d00,#f06a00);color:#fff;font-weight:1000;box-shadow:0 8px 20px rgba(240,106,0,.3)}.vehicle-profile-gallery-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:44px;height:44px;border:0;border-radius:50%;background:rgba(255,255,255,.93);color:#102140;font-size:30px;box-shadow:0 8px 18px rgba(15,23,42,.17)}.vehicle-profile-gallery-nav.is-prev{right:13px}.vehicle-profile-gallery-nav.is-next{left:13px}.vehicle-profile-thumbs{display:flex;gap:8px;overflow-x:auto;margin-top:9px;padding:2px}.vehicle-profile-thumb{width:82px!important;height:60px!important;min-width:82px;border:2px solid transparent!important;border-radius:12px!important;overflow:hidden;padding:0!important;background:#eef2f7}.vehicle-profile-thumb.active{border-color:#1264f3!important}.vehicle-profile-thumb img{width:100%;height:100%!important;object-fit:cover}.vehicle-profile-summary{direction:rtl;padding:clamp(20px,3vw,30px);position:sticky;top:14px}.vehicle-profile-badges{display:flex;flex-wrap:wrap;gap:7px}.vehicle-profile-badges span{padding:5px 9px;border-radius:999px;background:#f1f5f9;color:#475569;font-size:11px;font-weight:900}.vehicle-profile-badges .is-verified{background:#e8faf2;color:#08794e}.vehicle-profile-summary h1{margin:15px 0 5px;color:#102140;font-size:clamp(25px,3.5vw,37px);line-height:1.25}.vehicle-profile-location{display:flex;align-items:center;gap:6px;margin:0;color:#718096}.vehicle-profile-price{margin:22px 0;padding:16px;border-radius:18px;background:linear-gradient(135deg,#edf4ff,#f9fbff);border:1px solid #d6e5ff}.vehicle-profile-price small{display:block;color:#718096;font-weight:800}.vehicle-profile-price strong{display:block;color:#0758df;font-size:clamp(25px,3vw,34px);font-weight:1000}.vehicle-profile-spec-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:9px}.vehicle-profile-spec-grid article{position:relative;display:grid;grid-template-columns:34px 1fr;column-gap:7px;align-items:center;padding:12px;border:1px solid #e1e8f1;border-radius:16px;background:#fff}.vehicle-profile-spec-grid article>span{grid-row:1/3;display:grid;place-items:center;width:34px;height:34px;border-radius:11px;background:#edf4ff;color:#1264f3;font-size:19px}.vehicle-profile-spec-grid article small{color:#7a8799;font-size:10px;font-weight:800}.vehicle-profile-spec-grid article strong{color:#17233b;font-size:13px}.vehicle-profile-spec-grid .is-mileage{border-color:#bcd3fb;background:#f5f9ff}.vehicle-profile-actions{display:grid;grid-template-columns:1.25fr 1fr;gap:8px;margin-top:18px}.vehicle-profile-action{min-height:49px;display:flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:15px;padding:0 12px;font-weight:900}.vehicle-profile-action.is-call{background:#1264f3;color:#fff;grid-column:1/-1}.vehicle-profile-action.is-whatsapp{background:#e8f9f0;color:#08794e}.vehicle-profile-action.is-copy{background:#f1f5f9;color:#334155}.vehicle-profile-body-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(330px,.78fr);gap:18px;margin-top:18px}.vehicle-profile-description,.vehicle-profile-seller{padding:clamp(20px,3vw,30px)}.vehicle-profile-section-title>span,.vehicle-profile-related-head span{color:#1264f3;font-size:11px;font-weight:1000}.vehicle-profile-section-title h2,.vehicle-profile-related-head h2{margin:3px 0 14px;color:#102140}.vehicle-profile-description>p{margin:0;color:#45546b;line-height:2;font-size:15px}.vehicle-profile-empty{color:#8a96a8!important}.vehicle-profile-sale-options{margin-top:22px;padding:16px;border:1px solid #d8e5f5;border-radius:17px;background:#f8fbff}.vehicle-profile-sale-options>div{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0}.vehicle-profile-sale-options span{padding:6px 9px;border-radius:999px;background:#e7f8ef;color:#08794e;font-weight:850;font-size:12px}.vehicle-profile-sale-options small{color:#718096}.vehicle-profile-seller-head{display:flex;align-items:center;gap:12px;padding-bottom:15px;border-bottom:1px solid #e9eef4}.vehicle-profile-avatar{display:grid;place-items:center;width:54px;height:54px;border-radius:18px;background:linear-gradient(145deg,#1264f3,#0744b6);color:#fff;font-size:25px;font-weight:1000}.vehicle-profile-seller-head>div{display:grid;flex:1}.vehicle-profile-seller-head small{color:#718096}.vehicle-profile-seller-head>b{display:grid;place-items:center;width:27px;height:27px;border-radius:50%;background:#e8faf2;color:#079455}.vehicle-profile-seller-meta{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:15px 0}.vehicle-profile-seller-meta span{padding:10px;border-radius:13px;background:#f6f8fb}.vehicle-profile-seller-meta small{display:block;color:#7a8798}.vehicle-profile-seller-meta strong{color:#22324d}.vehicle-profile-moderation{margin-top:18px;padding:14px}.vehicle-profile-related{margin-top:30px}.vehicle-profile-related-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:13px}.vehicle-profile-related-head a{color:#1264f3;font-weight:900}.vehicle-profile-notice{margin:25px 0 0;padding:14px 18px;border:1px solid #e4eaf1;border-radius:16px;background:#fff;color:#68768b;text-align:center}
@media(max-width:900px){.vehicle-profile-hero,.vehicle-profile-body-grid{grid-template-columns:1fr}.vehicle-profile-summary{position:static}.vehicle-profile-main-image{aspect-ratio:4/3}}@media(max-width:600px){.vehicle-profile-page{padding:10px 10px 100px}.vehicle-profile-gallery,.vehicle-profile-summary,.vehicle-profile-description,.vehicle-profile-seller{border-radius:21px}.vehicle-profile-summary{padding:18px}.vehicle-profile-spec-grid{grid-template-columns:1fr 1fr}.vehicle-profile-actions{grid-template-columns:1fr 1fr}.vehicle-profile-main-image{aspect-ratio:1.12/1}.vehicle-profile-gallery-nav{width:38px;height:38px}.vehicle-profile-related-head{align-items:center}.vehicle-profile-breadcrumb{display:none}}

.streets-search-result-marker{width:42px;height:50px;display:grid;place-items:center;filter:drop-shadow(0 7px 8px rgba(15,44,92,.3))}.streets-search-result-marker>span{display:grid;place-items:center;width:39px;height:39px;border:4px solid #fff;border-radius:50% 50% 50% 10%;transform:rotate(-45deg);background:#ff7600;color:#fff;font-size:21px}.streets-search-result-marker>span::first-letter{transform:rotate(45deg)}.streets-search-loading,.streets-search-empty{padding:15px;text-align:center;color:#6f7c91;font-weight:800}


/* V14 refinements: clearer vehicle details, compact notice, featured feed and map search stacking. */
.vehicle-profile-section-title--description{margin-bottom:10px!important}
.vehicle-profile-section-title--description h2{margin:0!important;color:#102140!important;font-size:clamp(21px,2.7vw,30px)!important;font-weight:1000!important;line-height:1.25!important}
.vehicle-profile-description>p{color:#263750!important;font-size:clamp(16px,1.8vw,18px)!important;font-weight:750!important;line-height:1.95!important;letter-spacing:.01em!important}
.vehicle-profile-description .preserve-lines{white-space:pre-line!important;overflow-wrap:anywhere!important}
.vehicle-profile-seller .platform-contact-note{display:flex!important;align-items:center!important;gap:7px!important;width:100%!important;min-height:34px!important;margin:12px 0 0!important;padding:7px 10px!important;border:1px solid #dce8f8!important;border-radius:11px!important;background:#f7faff!important;color:#53647d!important;box-shadow:none!important;overflow:hidden!important}
.vehicle-profile-seller .platform-contact-note>span{display:grid!important;place-items:center!important;flex:0 0 20px!important;width:20px!important;height:20px!important;color:#1264f3!important;font-size:13px!important}
.vehicle-profile-seller .platform-contact-note>p{display:block!important;min-width:0!important;margin:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;color:#53647d!important;font-size:11px!important;font-weight:850!important;line-height:1.2!important}

.vehicle-profile-contact-hint{display:flex!important;align-items:center!important;gap:7px!important;width:100%!important;min-height:32px!important;margin:10px 0 12px!important;padding:6px 9px!important;border:1px solid #dce8f8!important;border-radius:10px!important;background:#f7faff!important;color:#53647d!important;overflow:hidden!important}
.vehicle-profile-contact-hint>span{display:grid!important;place-items:center!important;flex:0 0 19px!important;width:19px!important;height:19px!important;color:#1264f3!important;font-size:12px!important}
.vehicle-profile-contact-hint>b{display:block!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;color:#53647d!important;font-size:10.5px!important;font-weight:850!important;line-height:1.2!important}
.vehicle-favorite-button,[data-home-favorite]{display:none!important}
.sayyarati-home .home-active-grid .home-featured-feed-card{border-color:rgba(238,153,25,.48)!important;background:linear-gradient(135deg,#fff4d8 0%,#fffaf0 42%,#eaf3ff 100%)!important;box-shadow:0 17px 42px rgba(193,122,13,.16),inset 0 0 0 1px rgba(255,255,255,.72)!important}
.sayyarati-home .home-active-grid .home-featured-feed-card .arranged-premium-link--home{background:transparent!important}
.sayyarati-home .home-active-grid .home-featured-feed-card .arranged-premium-content--home{background:linear-gradient(135deg,rgba(255,247,224,.94),rgba(240,247,255,.9))!important}
.sayyarati-home .home-featured-feed-label{background:linear-gradient(135deg,#f29916,#d96a00)!important;box-shadow:0 7px 18px rgba(217,106,0,.25)!important}
.streets-map-search{z-index:2147483600!important;isolation:isolate!important}
.streets-map-search__form{position:relative!important;z-index:3!important}
.streets-map-search__suggestions{position:relative!important;z-index:4!important}
.maplibregl-marker.streets-user-marker,.streets-user-marker{z-index:420!important}
.streets-search-area-btn,.streets-route-summary{z-index:1300!important}
@media(max-width:600px){
  .vehicle-profile-description>p{font-size:16px!important;line-height:1.85!important}
  .vehicle-profile-contact-hint{margin:8px 0 10px!important;padding:5px 7px!important}
  .vehicle-profile-contact-hint>b{font-size:9.8px!important}
}

/* V14 map place selection and optional in-map directions. */
.streets-selected-destination-marker{display:grid!important;place-items:center!important;width:46px!important;height:55px!important;pointer-events:none!important;filter:drop-shadow(0 8px 9px rgba(86,42,0,.3))!important;z-index:500!important}
.streets-selected-destination-marker>span{display:grid!important;place-items:center!important;width:42px!important;height:42px!important;border:4px solid #fff!important;border-radius:50% 50% 50% 10%!important;transform:rotate(-45deg)!important;background:linear-gradient(145deg,#ff9b24,#e86700)!important;color:#fff!important;font-size:21px!important;font-weight:1000!important;box-shadow:0 4px 12px rgba(203,91,0,.25)!important}
.streets-place-popup-shell{z-index:1500!important}
.streets-place-popup-shell .maplibregl-popup-content{min-width:min(280px,76vw)!important;padding:14px!important;border:1px solid #dae5f3!important;border-radius:17px!important;background:rgba(255,255,255,.98)!important;box-shadow:0 18px 42px rgba(15,53,110,.2)!important;direction:rtl!important}
.streets-place-popup-shell .maplibregl-popup-close-button{top:5px!important;left:6px!important;right:auto!important;width:29px!important;height:29px!important;border-radius:50%!important;background:#eef2f7!important;color:#46556b!important;font-size:20px!important;line-height:29px!important}
.streets-place-popup{display:grid!important;gap:7px!important;padding-inline-start:30px!important;text-align:right!important}
.streets-place-popup>strong{display:block!important;color:#102140!important;font-size:15px!important;font-weight:1000!important;line-height:1.5!important}
.streets-place-popup>p{display:-webkit-box!important;margin:0!important;overflow:hidden!important;color:#68768b!important;font-size:11px!important;font-weight:750!important;line-height:1.65!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important}
.streets-place-popup__directions{display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;width:100%!important;height:42px!important;margin-top:3px!important;border:0!important;border-radius:13px!important;background:linear-gradient(145deg,#1a70ff,#0757e2)!important;color:#fff!important;box-shadow:0 8px 19px rgba(18,100,243,.22)!important;font-size:13px!important;font-weight:950!important}
.streets-place-popup__directions>span{font-size:17px!important;transform:rotate(180deg)!important}
.streets-route-summary.is-loading{border-color:#bcd3fb!important}
.streets-route-summary.is-error{border-color:#fecaca!important;background:#fff7f7!important}
.streets-route-summary.is-error .streets-route-summary__copy strong{color:#b42318!important}
.streets-map-search{z-index:2147483600!important}
.streets-map-search__suggestions{position:relative!important;z-index:2147483601!important;transform:translateZ(0)!important}
.streets-live-map .maplibregl-marker{z-index:500!important}
.streets-live-map .maplibregl-popup{z-index:1450!important}
@media(max-width:600px){
  .streets-place-popup-shell .maplibregl-popup-content{min-width:min(260px,82vw)!important;padding:12px!important}
  .streets-place-popup__directions{height:40px!important}
  .streets-selected-destination-marker{width:42px!important;height:51px!important}
  .streets-selected-destination-marker>span{width:38px!important;height:38px!important}
}


/* V15 — polished PNG service icons and a single balanced row on every screen. */
body.sayyarati-home-body .home-quick-redesign .home-quick-grid,
.sayyarati-home .home-quick-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  grid-auto-flow:row!important;
  gap:clamp(6px,1.25vw,12px)!important;
  width:100%!important;
  overflow:visible!important;
}
body.sayyarati-home-body .home-quick-redesign .home-quick-card,
.sayyarati-home .home-quick-card{
  width:100%!important;
  min-width:0!important;
  height:clamp(102px,15vw,132px)!important;
  min-height:0!important;
  gap:clamp(7px,1.15vw,11px)!important;
  padding:clamp(9px,1.35vw,13px) clamp(3px,.75vw,8px)!important;
  border-width:1px!important;
  border-radius:clamp(17px,2.4vw,23px)!important;
  background:linear-gradient(180deg,#fff 0%,#fbfdff 100%)!important;
  box-shadow:0 9px 24px rgba(30,70,125,.075)!important;
  isolation:isolate!important;
}
.sayyarati-home .home-quick-card::before{
  content:""!important;
  position:absolute!important;
  inset:auto 13% 0!important;
  height:3px!important;
  border-radius:999px 999px 0 0!important;
  opacity:.65!important;
  pointer-events:none!important;
}
.sayyarati-home .home-quick-card--services::before{background:#5a43f4!important}
.sayyarati-home .home-quick-card--parts::before{background:#1687e5!important}
.sayyarati-home .home-quick-card--report::before{background:#7357e8!important}
.sayyarati-home .home-quick-card--fuel::before{background:#f47723!important}
.sayyarati-home .home-quick-card--sonar::before{background:#10987d!important}
body.sayyarati-home-body .home-quick-redesign .home-quick-icon,
.sayyarati-home .home-quick-icon{
  width:clamp(49px,7.4vw,68px)!important;
  height:clamp(49px,7.4vw,68px)!important;
  flex:0 0 clamp(49px,7.4vw,68px)!important;
  overflow:visible!important;
  border-radius:0!important;
  filter:drop-shadow(0 7px 10px rgba(20,54,104,.13))!important;
}
body.sayyarati-home-body .home-quick-redesign .home-quick-icon img,
.sayyarati-home .home-quick-icon img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  border-radius:0!important;
}
body.sayyarati-home-body .home-quick-redesign .home-quick-copy strong,
.sayyarati-home .home-quick-copy strong{
  width:100%!important;
  color:#16243d!important;
  font-size:clamp(10px,1.72vw,15px)!important;
  font-weight:950!important;
  line-height:1.2!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
@media(max-width:650px){
  body.sayyarati-home-body .home-quick-redesign .home-quick-grid,
  .sayyarati-home .home-quick-grid{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:6px!important;
  }
  body.sayyarati-home-body .home-quick-redesign .home-quick-card,
  .sayyarati-home .home-quick-card{
    height:100px!important;
    min-height:100px!important;
    gap:7px!important;
    padding:9px 2px!important;
    border-radius:17px!important;
  }
  body.sayyarati-home-body .home-quick-redesign .home-quick-icon,
  .sayyarati-home .home-quick-icon{
    width:46px!important;
    height:46px!important;
    flex-basis:46px!important;
  }
  body.sayyarati-home-body .home-quick-redesign .home-quick-copy strong,
  .sayyarati-home .home-quick-copy strong{
    font-size:10px!important;
  }
}
@media(max-width:370px){
  body.sayyarati-home-body .home-quick-redesign .home-quick-grid,
  .sayyarati-home .home-quick-grid{gap:4px!important}
  body.sayyarati-home-body .home-quick-redesign .home-quick-card,
  .sayyarati-home .home-quick-card{
    height:92px!important;
    min-height:92px!important;
    gap:5px!important;
    padding:7px 1px!important;
    border-radius:15px!important;
  }
  body.sayyarati-home-body .home-quick-redesign .home-quick-icon,
  .sayyarati-home .home-quick-icon{
    width:41px!important;
    height:41px!important;
    flex-basis:41px!important;
  }
  body.sayyarati-home-body .home-quick-redesign .home-quick-copy strong,
  .sayyarati-home .home-quick-copy strong{font-size:8.8px!important}
}

/* V35 compact header search and notifications */
.unified-app-topbar{grid-template-columns:auto minmax(0,1fr) auto!important}
.unified-app-topbar>.home-menu-button{grid-column:1!important}
.unified-app-topbar>.home-app-brand{grid-column:2!important}
.unified-app-topbar>.home-header-actions{grid-column:3!important}
.home-header-actions{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:7px!important;direction:ltr!important;min-width:0!important}
.home-header-actions .home-header-action{position:relative!important;display:grid!important;place-items:center!important;width:48px!important;height:48px!important;min-width:48px!important;flex:0 0 48px!important;margin:0!important;padding:0!important;border:1px solid rgba(255,255,255,.35)!important;border-radius:16px!important;background:rgba(255,255,255,.12)!important;color:#fff!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.08),0 8px 18px rgba(2,34,91,.14)!important;backdrop-filter:blur(8px)!important}
.home-header-actions .home-header-action svg{width:26px!important;height:26px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.9!important;stroke-linecap:round!important;stroke-linejoin:round!important}
.home-header-actions .home-search-action{background:rgba(255,255,255,.18)!important}
.home-header-notification-count{position:absolute!important;top:-5px!important;right:-5px!important;display:grid!important;place-items:center!important;min-width:20px!important;height:20px!important;padding:0 5px!important;border:2px solid #fff!important;border-radius:999px!important;background:#ff4d33!important;color:#fff!important;font-size:9px!important;font-weight:1000!important;line-height:1!important}
.business-projects-dashboard .business-hero-actions{justify-content:flex-end!important}
@media(max-width:640px){.home-header-actions{gap:4px!important}.home-header-actions .home-header-action{width:39px!important;height:39px!important;min-width:39px!important;flex-basis:39px!important;border-radius:13px!important}.home-header-actions .home-header-action svg{width:21px!important;height:21px!important}.home-header-notification-count{top:-4px!important;right:-4px!important;min-width:18px!important;height:18px!important;font-size:8px!important}}


/* V36 — keep profile, notifications and search together on the left side of the header */
html body.sayyarati-home-body .site-header .unified-app-topbar{
  grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)!important;
  grid-template-areas:"actions brand menu"!important;
  align-items:center!important;
  min-height:72px!important;
}
html body.sayyarati-home-body .site-header .unified-app-topbar>.home-menu-button{
  grid-area:menu!important;
  grid-column:auto!important;
  justify-self:end!important;
  align-self:center!important;
}
html body.sayyarati-home-body .site-header .unified-app-topbar>.home-app-brand{
  grid-area:brand!important;
  grid-column:auto!important;
  justify-self:center!important;
  align-self:center!important;
}
html body.sayyarati-home-body .site-header .unified-app-topbar>.home-header-actions{
  grid-area:actions!important;
  grid-column:auto!important;
  justify-self:start!important;
  align-self:center!important;
  display:flex!important;
  flex-wrap:nowrap!important;
  align-items:center!important;
  gap:6px!important;
  min-width:max-content!important;
  direction:ltr!important;
}
html body.sayyarati-home-body .site-header .home-header-actions>.home-header-action{
  grid-area:auto!important;
  grid-column:auto!important;
  justify-self:auto!important;
  align-self:auto!important;
  width:42px!important;
  height:42px!important;
  min-width:42px!important;
  flex:0 0 42px!important;
  border-radius:14px!important;
}
html body.sayyarati-home-body .site-header .home-header-actions>.home-header-action svg{
  width:23px!important;
  height:23px!important;
}
@media(max-width:640px){
  html body.sayyarati-home-body .site-header .unified-app-topbar{
    grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)!important;
    min-height:64px!important;
    gap:4px!important;
  }
  html body.sayyarati-home-body .site-header .unified-app-topbar>.home-header-actions{
    gap:4px!important;
  }
  html body.sayyarati-home-body .site-header .home-header-actions>.home-header-action{
    width:36px!important;
    height:36px!important;
    min-width:36px!important;
    flex-basis:36px!important;
    border-radius:12px!important;
  }
  html body.sayyarati-home-body .site-header .home-header-actions>.home-header-action svg{
    width:20px!important;
    height:20px!important;
  }
}
@media(max-width:370px){
  html body.sayyarati-home-body .site-header .home-header-actions>.home-header-action{
    width:33px!important;
    height:33px!important;
    min-width:33px!important;
    flex-basis:33px!important;
    border-radius:11px!important;
  }
  html body.sayyarati-home-body .site-header .home-header-actions>.home-header-action svg{
    width:18px!important;
    height:18px!important;
  }
}

/* V37 — force all header controls onto one single horizontal row */
html body:not(.admin-body) .site-header .topbar.unified-app-topbar{
  position:relative!important;
  display:flex!important;
  grid-template-columns:none!important;
  grid-template-areas:none!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  max-width:1280px!important;
  min-height:112px!important;
  height:112px!important;
  margin:0 auto!important;
  padding:8px 132px!important;
  overflow:visible!important;
}
html body:not(.admin-body) .site-header .topbar.unified-app-topbar>.home-app-brand{
  position:relative!important;
  inset:auto!important;
  grid-area:auto!important;
  grid-column:auto!important;
  flex:0 1 auto!important;
  justify-self:auto!important;
  align-self:center!important;
  margin:0 auto!important;
  transform:none!important;
  z-index:2!important;
}
html body:not(.admin-body) .site-header .topbar.unified-app-topbar>.home-menu-button{
  position:absolute!important;
  top:50%!important;
  right:14px!important;
  left:auto!important;
  bottom:auto!important;
  grid-area:auto!important;
  grid-column:auto!important;
  align-self:auto!important;
  justify-self:auto!important;
  margin:0!important;
  transform:translateY(-50%)!important;
  z-index:4!important;
}
html body:not(.admin-body) .site-header .topbar.unified-app-topbar>.home-header-actions{
  position:absolute!important;
  top:50%!important;
  left:14px!important;
  right:auto!important;
  bottom:auto!important;
  grid-area:auto!important;
  grid-column:auto!important;
  display:flex!important;
  flex-flow:row nowrap!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:7px!important;
  width:auto!important;
  min-width:max-content!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  transform:translateY(-50%)!important;
  z-index:4!important;
}
html body:not(.admin-body) .site-header .topbar.unified-app-topbar>.home-header-actions>.home-header-action{
  position:relative!important;
  inset:auto!important;
  display:grid!important;
  place-items:center!important;
  width:44px!important;
  height:44px!important;
  min-width:44px!important;
  flex:0 0 44px!important;
  margin:0!important;
  transform:none!important;
}
@media(max-width:640px){
  html body:not(.admin-body) .site-header .topbar.unified-app-topbar{
    min-height:92px!important;
    height:92px!important;
    padding:6px 118px!important;
  }
  html body:not(.admin-body) .site-header .topbar.unified-app-topbar>.home-menu-button{
    right:8px!important;
  }
  html body:not(.admin-body) .site-header .topbar.unified-app-topbar>.home-header-actions{
    left:8px!important;
    gap:4px!important;
  }
  html body:not(.admin-body) .site-header .topbar.unified-app-topbar>.home-header-actions>.home-header-action{
    width:36px!important;
    height:36px!important;
    min-width:36px!important;
    flex-basis:36px!important;
    border-radius:12px!important;
  }
}
@media(max-width:430px){
  html body:not(.admin-body) .site-header .topbar.unified-app-topbar{
    min-height:82px!important;
    height:82px!important;
    padding:5px 108px!important;
  }
  html body:not(.admin-body) .site-header .topbar.unified-app-topbar>.home-header-actions{
    left:6px!important;
    gap:3px!important;
  }
  html body:not(.admin-body) .site-header .topbar.unified-app-topbar>.home-header-actions>.home-header-action{
    width:32px!important;
    height:32px!important;
    min-width:32px!important;
    flex-basis:32px!important;
    border-radius:10px!important;
  }
  html body:not(.admin-body) .site-header .topbar.unified-app-topbar>.home-header-actions>.home-header-action svg{
    width:18px!important;
    height:18px!important;
  }
  html body:not(.admin-body) .site-header .topbar.unified-app-topbar>.home-menu-button{
    right:6px!important;
    width:36px!important;
    height:36px!important;
    min-width:36px!important;
  }
  html body:not(.admin-body) .site-header .topbar.unified-app-topbar>.home-app-brand{
    max-width:145px!important;
  }
}

/* V38 — full automotive services directory matching the home service cards */
.services-directory-body{background:linear-gradient(180deg,#f4f8ff 0%,#f6f8fc 100%)!important}
.sayyarati-home.services-directory-page{display:grid!important;gap:18px!important;padding-top:12px!important;padding-bottom:110px!important}
.sayyarati-home.services-directory-page .services-directory-section{padding:18px!important;border:1px solid #dce6f4!important;border-radius:28px!important;background:rgba(255,255,255,.92)!important;box-shadow:0 14px 34px rgba(25,67,128,.08)!important}
.sayyarati-home.services-directory-page .services-directory-title{margin-bottom:18px!important;padding-inline:2px!important}
.sayyarati-home.services-directory-page .services-directory-title h1{margin:0!important;color:#102140!important;font-size:clamp(22px,3.2vw,31px)!important;font-weight:1000!important;line-height:1.2!important}
.sayyarati-home.services-directory-page .services-directory-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important}
.sayyarati-home.services-directory-page .services-directory-card{--directory-accent:#1264f3;min-height:124px!important;height:124px!important;padding:12px 5px!important;border-radius:22px!important;background:linear-gradient(180deg,#fff 0%,#f9fbff 100%)!important;box-shadow:0 9px 24px rgba(30,70,125,.075)!important}
.sayyarati-home.services-directory-page .services-directory-card::before{content:""!important;position:absolute!important;inset:auto 13% 0!important;height:3px!important;border-radius:999px 999px 0 0!important;background:var(--directory-accent)!important;opacity:.72!important}
.sayyarati-home.services-directory-page .services-directory-logo{position:relative!important;display:grid!important;place-items:center!important;width:58px!important;height:58px!important;flex:0 0 58px!important;border-radius:18px!important;background:linear-gradient(145deg,var(--directory-accent),#18356f)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.38),0 9px 18px rgba(22,80,150,.2)!important;filter:none!important;overflow:hidden!important;isolation:isolate!important}
.sayyarati-home.services-directory-page .services-directory-logo::before{content:"";position:absolute;inset:2px 2px 48%;border-radius:16px 16px 50% 50%;background:linear-gradient(180deg,rgba(255,255,255,.34),rgba(255,255,255,0));pointer-events:none}
.sayyarati-home.services-directory-page .services-directory-logo>span{position:relative;z-index:1;display:block;font-size:31px;line-height:1;filter:drop-shadow(0 2px 2px rgba(0,0,0,.14))}
.sayyarati-home.services-directory-page .services-directory-card .home-quick-copy strong{display:-webkit-box!important;min-height:30px!important;overflow:hidden!important;color:#16243d!important;font-size:13px!important;font-weight:950!important;line-height:1.25!important;text-align:center!important;white-space:normal!important;text-overflow:clip!important;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.sayyarati-home.services-directory-page .services-directory-card--tools{--directory-accent:#2774e8}
.sayyarati-home.services-directory-page .services-directory-card--oils{--directory-accent:#e85e27}
.sayyarati-home.services-directory-page .services-directory-card--wash{--directory-accent:#13a78d}
.sayyarati-home.services-directory-page .services-directory-card--tow{--directory-accent:#8b5cf6}
.sayyarati-home.services-directory-page .services-directory-card--accessories{--directory-accent:#d745a8}
.sayyarati-home.services-directory-page .services-directory-card--parts{--directory-accent:#1687e5}
.sayyarati-home.services-directory-page .services-directory-card--tires{--directory-accent:#344866}
.sayyarati-home.services-directory-page .services-directory-card--mechanic{--directory-accent:#14856f}
.sayyarati-home.services-directory-page .services-directory-card--electric{--directory-accent:#f3a500}
.sayyarati-home.services-directory-page .services-directory-card--bodywork{--directory-accent:#5d6475}
.sayyarati-home.services-directory-page .services-directory-card--paint{--directory-accent:#8d52df}
.sayyarati-home.services-directory-page .services-directory-card--rental{--directory-accent:#0876c9}
.sayyarati-home.services-directory-page .services-directory-card--paperwork{--directory-accent:#64748b}
.sayyarati-home.services-directory-page .services-directory-note{display:flex;align-items:flex-start;gap:10px;padding:13px 15px;border:1px solid #dce6f4;border-radius:18px;background:#fff;color:#64748b;box-shadow:0 8px 22px rgba(25,67,128,.055)}
.sayyarati-home.services-directory-page .services-directory-note>span{display:grid;place-items:center;width:25px;height:25px;flex:0 0 25px;border-radius:50%;background:#eaf2ff;color:#1264f3;font-size:13px;font-weight:1000}
.sayyarati-home.services-directory-page .services-directory-note p{margin:0;font-size:11px;font-weight:760;line-height:1.75}
@media(max-width:650px){
  .sayyarati-home.services-directory-page{gap:14px!important;padding-inline:10px!important;padding-top:10px!important}
  .sayyarati-home.services-directory-page .services-directory-section{padding:13px 10px 15px!important;border-radius:23px!important}
  .sayyarati-home.services-directory-page .services-directory-title{margin-bottom:13px!important}
  .sayyarati-home.services-directory-page .services-directory-title h1{font-size:21px!important}
  .sayyarati-home.services-directory-page .services-directory-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:7px!important}
  .sayyarati-home.services-directory-page .services-directory-card{height:108px!important;min-height:108px!important;gap:7px!important;padding:9px 2px!important;border-radius:17px!important}
  .sayyarati-home.services-directory-page .services-directory-logo{width:48px!important;height:48px!important;flex-basis:48px!important;border-radius:15px!important}
  .sayyarati-home.services-directory-page .services-directory-logo>span{font-size:26px!important}
  .sayyarati-home.services-directory-page .services-directory-card .home-quick-copy strong{min-height:27px!important;font-size:10.2px!important;line-height:1.22!important}
  .sayyarati-home.services-directory-page .services-directory-note{margin-inline:2px;padding:11px 12px}
  .sayyarati-home.services-directory-page .services-directory-note p{font-size:9.8px}
}
@media(max-width:370px){
  .sayyarati-home.services-directory-page .services-directory-grid{gap:5px!important}
  .sayyarati-home.services-directory-page .services-directory-card{height:101px!important;min-height:101px!important;border-radius:15px!important}
  .sayyarati-home.services-directory-page .services-directory-logo{width:43px!important;height:43px!important;flex-basis:43px!important;border-radius:13px!important}
  .sayyarati-home.services-directory-page .services-directory-logo>span{font-size:23px!important}
  .sayyarati-home.services-directory-page .services-directory-card .home-quick-copy strong{font-size:9px!important}
}

/* V39 — services directory grouped by classification */
.sayyarati-home.services-directory-page .services-directory-groups{
  display:grid;
  gap:22px;
}
.sayyarati-home.services-directory-page .services-directory-group{
  display:grid;
  gap:12px;
  padding-top:2px;
}
.sayyarati-home.services-directory-page .services-directory-group + .services-directory-group{
  padding-top:18px;
  border-top:1px solid #e4ebf5;
}
.sayyarati-home.services-directory-page .services-directory-group-title{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:9px;
  min-height:38px;
  padding-inline:3px;
}
.sayyarati-home.services-directory-page .services-directory-group-title>span{
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  flex:0 0 34px;
  border-radius:11px;
  background:#eaf2ff;
  color:#1264f3;
  font-size:18px;
  font-weight:1000;
}
.sayyarati-home.services-directory-page .services-directory-group-title h2{
  margin:0;
  color:#233552;
  font-size:17px;
  font-weight:1000;
  line-height:1.25;
}
.sayyarati-home.services-directory-page .services-directory-group--repair .services-directory-group-title>span{
  background:#eaf8f3;
  color:#128261;
}
.sayyarati-home.services-directory-page .services-directory-group--field .services-directory-group-title>span{
  background:#fff5e5;
  color:#d97706;
}
.sayyarati-home.services-directory-page .services-directory-group--business .services-directory-group-title>span{
  background:#f1edff;
  color:#7757d8;
}
@media(max-width:640px){
  .sayyarati-home.services-directory-page .services-directory-groups{gap:17px}
  .sayyarati-home.services-directory-page .services-directory-group{gap:9px}
  .sayyarati-home.services-directory-page .services-directory-group + .services-directory-group{padding-top:14px}
  .sayyarati-home.services-directory-page .services-directory-group-title{min-height:32px;gap:7px}
  .sayyarati-home.services-directory-page .services-directory-group-title>span{width:29px;height:29px;flex-basis:29px;border-radius:9px;font-size:15px}
  .sayyarati-home.services-directory-page .services-directory-group-title h2{font-size:14px}
}

/* V40 — compact classified services directory with balanced professional cards */
body.services-directory-body{
  background:linear-gradient(180deg,#f4f8ff 0%,#f7f9fc 100%)!important;
}
.sayyarati-home.services-directory-page{
  display:grid!important;
  gap:14px!important;
  padding-top:10px!important;
  padding-bottom:112px!important;
}
.sayyarati-home.services-directory-page .services-directory-section{
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.sayyarati-home.services-directory-page .services-directory-intro{
  display:flex;
  align-items:center;
  min-height:92px;
  margin-bottom:12px;
  padding:16px 19px;
  border:1px solid #dce6f4;
  border-radius:25px;
  background:linear-gradient(135deg,#fff,#f3f7ff);
  box-shadow:0 11px 28px rgba(25,67,128,.07);
}
.sayyarati-home.services-directory-page .services-directory-intro span{
  display:inline-flex;
  align-items:center;
  min-height:27px;
  padding:4px 11px;
  border:1px solid #bed4fa;
  border-radius:999px;
  background:#edf4ff;
  color:#0b59d1;
  font-size:10px;
  font-weight:950;
}
.sayyarati-home.services-directory-page .services-directory-intro h1{
  margin:6px 0 1px;
  color:#102140;
  font-size:clamp(23px,3.2vw,32px);
  font-weight:1000;
  line-height:1.2;
}
.sayyarati-home.services-directory-page .services-directory-intro p{
  margin:0;
  color:#728096;
  font-size:11px;
  font-weight:760;
}
.sayyarati-home.services-directory-page .services-directory-groups{
  display:grid!important;
  gap:13px!important;
}
.sayyarati-home.services-directory-page .services-directory-group{
  display:grid!important;
  gap:12px!important;
  padding:14px!important;
  border:1px solid #dfe7f3!important;
  border-radius:25px!important;
  background:rgba(255,255,255,.96)!important;
  box-shadow:0 11px 28px rgba(25,67,128,.065)!important;
}
.sayyarati-home.services-directory-page .services-directory-group + .services-directory-group{
  padding-top:14px!important;
  border-top:1px solid #dfe7f3!important;
}
.sayyarati-home.services-directory-page .services-directory-group-title{
  display:grid!important;
  grid-template-columns:50px minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:11px!important;
  min-height:50px!important;
  padding:0 2px 10px!important;
  border-bottom:1px solid #edf1f7!important;
}
.sayyarati-home.services-directory-page .services-directory-group-title>img{
  display:block!important;
  width:48px!important;
  height:48px!important;
  border-radius:15px!important;
  object-fit:contain!important;
  filter:drop-shadow(0 7px 11px rgba(28,73,137,.13))!important;
}
.sayyarati-home.services-directory-page .services-directory-group-title>div{
  min-width:0!important;
}
.sayyarati-home.services-directory-page .services-directory-group-title h2{
  margin:0!important;
  color:#172a49!important;
  font-size:16px!important;
  font-weight:1000!important;
  line-height:1.25!important;
}
.sayyarati-home.services-directory-page .services-directory-group-title p{
  margin:2px 0 0!important;
  color:#8390a3!important;
  font-size:9.5px!important;
  font-weight:760!important;
  line-height:1.45!important;
}
.sayyarati-home.services-directory-page .services-directory-group-title>span{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:auto!important;
  height:30px!important;
  min-width:62px!important;
  padding:4px 10px!important;
  border:1px solid #d8e5f7!important;
  border-radius:999px!important;
  background:#f4f8ff!important;
  color:#527096!important;
  font-size:9px!important;
  font-weight:950!important;
  white-space:nowrap!important;
}
.sayyarati-home.services-directory-page .services-directory-grid{
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(155px,1fr))!important;
  gap:10px!important;
  width:100%!important;
}
.sayyarati-home.services-directory-page .services-directory-card{
  position:relative!important;
  display:grid!important;
  grid-template-columns:56px minmax(0,1fr) 18px!important;
  align-items:center!important;
  gap:10px!important;
  width:100%!important;
  min-width:0!important;
  min-height:82px!important;
  height:auto!important;
  padding:11px 12px!important;
  overflow:hidden!important;
  border:1px solid #dfe7f3!important;
  border-radius:19px!important;
  background:linear-gradient(180deg,#fff 0%,#f8fbff 100%)!important;
  box-shadow:0 7px 18px rgba(30,70,125,.055)!important;
  isolation:isolate!important;
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease!important;
}
.sayyarati-home.services-directory-page .services-directory-card::before{
  content:""!important;
  position:absolute!important;
  inset:0 auto 0 0!important;
  width:4px!important;
  height:auto!important;
  border-radius:0!important;
  background:#1264f3!important;
  opacity:.78!important;
}
.sayyarati-home.services-directory-page .services-directory-card:hover,
.sayyarati-home.services-directory-page .services-directory-card:focus-visible{
  transform:translateY(-2px)!important;
  border-color:#bdd4f7!important;
  box-shadow:0 11px 24px rgba(18,100,243,.11)!important;
}
.sayyarati-home.services-directory-page .services-directory-logo{
  display:grid!important;
  place-items:center!important;
  width:54px!important;
  height:54px!important;
  min-width:54px!important;
  border-radius:16px!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:visible!important;
  filter:none!important;
}
.sayyarati-home.services-directory-page .services-directory-logo::before{display:none!important}
.sayyarati-home.services-directory-page .services-directory-logo img{
  display:block!important;
  width:54px!important;
  height:54px!important;
  object-fit:contain!important;
  border-radius:16px!important;
  filter:drop-shadow(0 6px 9px rgba(20,54,104,.13))!important;
}
.sayyarati-home.services-directory-page .services-directory-card>strong{
  display:block!important;
  min-width:0!important;
  color:#17253d!important;
  font-size:12.5px!important;
  font-weight:950!important;
  line-height:1.35!important;
  text-align:right!important;
}
.sayyarati-home.services-directory-page .services-directory-card>i{
  color:#7e90aa!important;
  font-size:22px!important;
  font-style:normal!important;
  font-weight:900!important;
  line-height:1!important;
  transform:rotate(180deg)!important;
}
.sayyarati-home.services-directory-page .services-directory-group--maintenance .services-directory-card::before{background:#15916f!important}
.sayyarati-home.services-directory-page .services-directory-group--bodycare .services-directory-card::before{background:#8257d9!important}
.sayyarati-home.services-directory-page .services-directory-group--transport .services-directory-card::before{background:#e07724!important}
.sayyarati-home.services-directory-page .services-directory-note{
  display:flex!important;
  align-items:center!important;
  gap:9px!important;
  margin:0 2px!important;
  padding:10px 13px!important;
  border:1px solid #dce6f4!important;
  border-radius:17px!important;
  background:#fff!important;
  color:#6d7c91!important;
  box-shadow:0 7px 18px rgba(25,67,128,.045)!important;
}
.sayyarati-home.services-directory-page .services-directory-note>span{
  display:grid!important;
  place-items:center!important;
  width:24px!important;
  height:24px!important;
  flex:0 0 24px!important;
  border-radius:50%!important;
  background:#eaf2ff!important;
  color:#1264f3!important;
  font-size:12px!important;
  font-weight:1000!important;
}
.sayyarati-home.services-directory-page .services-directory-note p{
  margin:0!important;
  color:#6d7c91!important;
  font-size:10px!important;
  font-weight:760!important;
  line-height:1.65!important;
}
@media(max-width:760px){
  .sayyarati-home.services-directory-page{
    gap:11px!important;
    padding-inline:10px!important;
    padding-top:8px!important;
  }
  .sayyarati-home.services-directory-page .services-directory-intro{
    min-height:80px!important;
    margin-bottom:10px!important;
    padding:13px 14px!important;
    border-radius:21px!important;
  }
  .sayyarati-home.services-directory-page .services-directory-intro h1{font-size:22px!important}
  .sayyarati-home.services-directory-page .services-directory-intro p{font-size:9.5px!important}
  .sayyarati-home.services-directory-page .services-directory-group{
    gap:10px!important;
    padding:11px!important;
    border-radius:21px!important;
  }
  .sayyarati-home.services-directory-page .services-directory-group + .services-directory-group{padding-top:11px!important}
  .sayyarati-home.services-directory-page .services-directory-group-title{
    grid-template-columns:43px minmax(0,1fr) auto!important;
    gap:9px!important;
    min-height:44px!important;
    padding-bottom:9px!important;
  }
  .sayyarati-home.services-directory-page .services-directory-group-title>img{width:41px!important;height:41px!important;border-radius:13px!important}
  .sayyarati-home.services-directory-page .services-directory-group-title h2{font-size:14px!important}
  .sayyarati-home.services-directory-page .services-directory-group-title p{font-size:8.5px!important}
  .sayyarati-home.services-directory-page .services-directory-group-title>span{min-width:54px!important;height:27px!important;padding-inline:8px!important;font-size:8px!important}
  .sayyarati-home.services-directory-page .services-directory-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
  }
  .sayyarati-home.services-directory-page .services-directory-card{
    grid-template-columns:48px minmax(0,1fr)!important;
    gap:8px!important;
    min-height:76px!important;
    padding:9px 9px!important;
    border-radius:17px!important;
  }
  .sayyarati-home.services-directory-page .services-directory-logo,
  .sayyarati-home.services-directory-page .services-directory-logo img{
    width:47px!important;
    height:47px!important;
    min-width:47px!important;
    border-radius:14px!important;
  }
  .sayyarati-home.services-directory-page .services-directory-card>strong{font-size:11px!important}
  .sayyarati-home.services-directory-page .services-directory-card>i{display:none!important}
  .sayyarati-home.services-directory-page .services-directory-note{padding:9px 10px!important}
  .sayyarati-home.services-directory-page .services-directory-note p{font-size:8.9px!important}
}
@media(max-width:390px){
  .sayyarati-home.services-directory-page .services-directory-group-title>span{display:none!important}
  .sayyarati-home.services-directory-page .services-directory-group-title{grid-template-columns:40px minmax(0,1fr)!important}
  .sayyarati-home.services-directory-page .services-directory-grid{gap:7px!important}
  .sayyarati-home.services-directory-page .services-directory-card{
    grid-template-columns:43px minmax(0,1fr)!important;
    min-height:70px!important;
    padding:8px!important;
  }
  .sayyarati-home.services-directory-page .services-directory-logo,
  .sayyarati-home.services-directory-page .services-directory-logo img{
    width:42px!important;
    height:42px!important;
    min-width:42px!important;
  }
  .sayyarati-home.services-directory-page .services-directory-card>strong{font-size:10px!important}
}

/* V41 — categorized technicians and new specialist services */
.sayyarati-home.services-directory-page .services-directory-card--panelbeat{--directory-accent:#d85b55}
.sayyarati-home.services-directory-page .services-directory-card--cooling{--directory-accent:#159ed8}
.sayyarati-home.services-directory-page .services-directory-card--radiator{--directory-accent:#e65f3c}
.sayyarati-home.services-directory-page .services-directory-card--salnasa{--directory-accent:#67748b}
.sayyarati-home.services-directory-page .services-directory-group--technicians .services-directory-card::before{background:#2474c8!important}
.sayyarati-home.services-directory-page .services-directory-group--care .services-directory-card::before{background:#15916f!important}
.sayyarati-home.services-directory-page .services-directory-group--business .services-directory-card::before{background:#e07724!important}
.sayyarati-home.services-directory-page .services-directory-group--technicians .services-directory-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}
@media(max-width:880px){.sayyarati-home.services-directory-page .services-directory-group--technicians .services-directory-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}

/* V42 — premium services directory matching the approved visual reference */
body.services-directory-body{background:linear-gradient(180deg,#f8fbff 0%,#f3f7fd 100%)!important}
.sayyarati-home.services-directory-page{gap:18px!important;padding-top:14px!important;max-width:1180px!important}
.sayyarati-home.services-directory-page .services-showcase-hero{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(300px,.85fr)!important;align-items:center!important;min-height:238px!important;padding:26px 34px!important;border:1px solid #dbe6f4!important;border-radius:32px!important;background:linear-gradient(135deg,#fff 0%,#f5f9ff 100%)!important;box-shadow:0 18px 45px rgba(27,69,128,.08)!important;overflow:hidden!important}
.services-showcase-copy{position:relative;z-index:2;text-align:right!important}
.services-showcase-label{display:inline-flex;align-items:center;min-height:34px;padding:6px 16px;border:1px solid #c9dcfb;border-radius:999px;background:#eef5ff;color:#075cca;font-size:13px;font-weight:950}
.services-showcase-copy h1{margin:16px 0 8px;color:#102448;font-size:clamp(31px,4vw,48px);font-weight:1000;line-height:1.15}
.services-showcase-copy p{max-width:520px;margin:0;color:#687995;font-size:17px;font-weight:700;line-height:1.8}
.services-showcase-art{position:relative;display:grid;place-items:center;min-height:190px}
.services-showcase-art::before{content:"";position:absolute;width:330px;height:170px;border-radius:50%;background:radial-gradient(circle,rgba(34,116,234,.2),rgba(34,116,234,0) 68%);filter:blur(2px)}
.services-showcase-art img{position:relative;z-index:1;width:min(100%,360px);height:180px;object-fit:contain;filter:drop-shadow(0 22px 20px rgba(24,63,119,.2))}
.services-showcase-shield{position:absolute;z-index:2;right:13%;bottom:15%;display:grid;place-items:center;width:66px;height:72px;clip-path:polygon(50% 0,92% 17%,88% 72%,50% 100%,12% 72%,8% 17%);background:linear-gradient(145deg,#3b8cff,#0a4db9);color:#fff;font-size:32px;font-weight:1000;box-shadow:0 12px 24px rgba(22,91,203,.28)}
.sayyarati-home.services-directory-page .services-directory-groups{gap:18px!important}
.sayyarati-home.services-directory-page .services-directory-group{gap:18px!important;padding:24px!important;border:1px solid #dee7f2!important;border-radius:30px!important;background:rgba(255,255,255,.96)!important;box-shadow:0 15px 36px rgba(27,69,128,.07)!important}
.sayyarati-home.services-directory-page .services-directory-group + .services-directory-group{padding-top:24px!important}
.sayyarati-home.services-directory-page .services-directory-group-title{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:18px!important;min-height:auto!important;padding:0!important;border:0!important}
.sayyarati-home.services-directory-page .services-directory-group-title h2{font-size:25px!important;color:#102448!important}
.sayyarati-home.services-directory-page .services-directory-group-title p{margin-top:5px!important;font-size:14px!important;color:#72829b!important}
.sayyarati-home.services-directory-page .services-directory-group-title>a{display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:8px 16px;border:1px solid #cbdcf5;border-radius:16px;background:#fff;color:#075cca;font-size:13px;font-weight:950;white-space:nowrap;box-shadow:0 5px 14px rgba(24,73,146,.05)}
.sayyarati-home.services-directory-page .services-directory-group-title>a b{font-size:22px;line-height:1}
.sayyarati-home.services-directory-page .services-directory-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important}
.sayyarati-home.services-directory-page .services-directory-card{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important;gap:10px!important;min-height:220px!important;padding:22px 13px 17px!important;border:1px solid #dce5f0!important;border-radius:24px!important;background:linear-gradient(180deg,#fff,#fbfdff)!important;text-align:center!important;box-shadow:0 10px 26px rgba(28,67,121,.065)!important}
.sayyarati-home.services-directory-page .services-directory-card::before{inset:0 16px auto!important;width:auto!important;height:4px!important;border-radius:0 0 999px 999px!important;background:var(--directory-accent,#2c78ed)!important;opacity:1!important}
.sayyarati-home.services-directory-page .services-directory-logo{width:78px!important;height:78px!important;min-width:78px!important;border-radius:22px!important;background:color-mix(in srgb,var(--directory-accent,#2c78ed) 13%,#fff)!important;box-shadow:0 12px 24px color-mix(in srgb,var(--directory-accent,#2c78ed) 16%,transparent)!important}
.sayyarati-home.services-directory-page .services-directory-logo img{width:64px!important;height:64px!important;border-radius:18px!important}
.sayyarati-home.services-directory-page .services-directory-card>strong{min-height:38px!important;color:#142744!important;font-size:15px!important;line-height:1.35!important;text-align:center!important}
.sayyarati-home.services-directory-page .services-directory-card>small{display:block;color:#71819a;font-size:12px;font-weight:650;line-height:1.65;text-align:center}
.services-directory-card--tools{--directory-accent:#2d78eb}.services-directory-card--parts{--directory-accent:#7a42e8}.services-directory-card--accessories{--directory-accent:#a34be2}.services-directory-card--tires{--directory-accent:#56667f}.services-directory-card--mechanic{--directory-accent:#19a567}.services-directory-card--electric{--directory-accent:#f3a400}.services-directory-card--bodywork{--directory-accent:#5c6678}.services-directory-card--panelbeat{--directory-accent:#ef5b4e}.services-directory-card--tow{--directory-accent:#8b5cf6}.services-directory-card--cooling{--directory-accent:#21a6df}.services-directory-card--radiator{--directory-accent:#147fc4}.services-directory-card--salnasa{--directory-accent:#0f9d8d}.services-directory-card--oils{--directory-accent:#d85d27}.services-directory-card--paint{--directory-accent:#8e55dd}.services-directory-card--wash{--directory-accent:#13a68e}.services-directory-card--rental{--directory-accent:#2488df}.services-directory-card--paperwork{--directory-accent:#6a7890}
.services-trust-banner{display:flex;align-items:center;justify-content:center;gap:15px;padding:18px 22px;border:1px solid #d9e7fa;border-radius:23px;background:linear-gradient(90deg,#eef5ff,#fff,#eef5ff);box-shadow:0 10px 28px rgba(28,74,145,.06);text-align:right}
.services-trust-banner>span{display:grid;place-items:center;width:54px;height:54px;clip-path:polygon(50% 0,92% 17%,88% 72%,50% 100%,12% 72%,8% 17%);background:linear-gradient(145deg,#3b8cff,#0a4db9);color:#fff;font-size:24px;font-weight:1000}
.services-trust-banner strong,.services-trust-banner small{display:block}.services-trust-banner strong{color:#102448;font-size:17px;font-weight:1000}.services-trust-banner small{margin-top:3px;color:#71819a;font-size:12px;font-weight:700}
@media(max-width:760px){
 .sayyarati-home.services-directory-page{gap:13px!important;padding-inline:10px!important}
 .sayyarati-home.services-directory-page .services-showcase-hero{grid-template-columns:1fr 42%!important;min-height:160px!important;padding:18px 17px!important;border-radius:24px!important}
 .services-showcase-label{min-height:27px;padding:4px 10px;font-size:9px}.services-showcase-copy h1{margin:9px 0 4px;font-size:25px}.services-showcase-copy p{font-size:10px;line-height:1.6}
 .services-showcase-art{min-height:120px}.services-showcase-art img{width:155px;height:110px}.services-showcase-shield{width:38px;height:44px;font-size:19px;right:6%;bottom:13%}
 .sayyarati-home.services-directory-page .services-directory-group{gap:13px!important;padding:14px!important;border-radius:23px!important}
 .sayyarati-home.services-directory-page .services-directory-group + .services-directory-group{padding-top:14px!important}
 .sayyarati-home.services-directory-page .services-directory-group-title h2{font-size:19px!important}.sayyarati-home.services-directory-page .services-directory-group-title p{font-size:10px!important}.sayyarati-home.services-directory-page .services-directory-group-title>a{min-height:34px;padding:6px 11px;border-radius:13px;font-size:10px}
 .sayyarati-home.services-directory-page .services-directory-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}
 .sayyarati-home.services-directory-page .services-directory-card{min-height:176px!important;padding:17px 8px 12px!important;border-radius:19px!important}
 .sayyarati-home.services-directory-page .services-directory-logo{width:62px!important;height:62px!important;min-width:62px!important;border-radius:18px!important}.sayyarati-home.services-directory-page .services-directory-logo img{width:52px!important;height:52px!important}
 .sayyarati-home.services-directory-page .services-directory-card>strong{min-height:32px!important;font-size:12px!important}.sayyarati-home.services-directory-page .services-directory-card>small{font-size:9.5px;line-height:1.5}
 .services-trust-banner{padding:13px 14px;border-radius:19px}.services-trust-banner>span{width:42px;height:46px;font-size:18px}.services-trust-banner strong{font-size:13px}.services-trust-banner small{font-size:9px}
}
@media(max-width:390px){.sayyarati-home.services-directory-page .services-showcase-hero{grid-template-columns:1fr 38%!important}.sayyarati-home.services-directory-page .services-directory-group-title>a{padding-inline:8px}.sayyarati-home.services-directory-page .services-directory-card{min-height:168px!important}.sayyarati-home.services-directory-page .services-directory-card>strong{font-size:11px!important}}
