/* Location-aware nearby mechanics, marketplace products and FAQs */
.nearby-location-state{border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 12px 28px rgba(14,29,50,.06);overflow:hidden}.nearby-location-empty{padding:32px;display:grid;grid-template-columns:50px 1fr auto;gap:16px;align-items:center}.nearby-location-icon{height:50px;width:50px;border-radius:15px;display:grid;place-items:center;background:#fff0e9;color:var(--orange);font:800 27px Outfit,sans-serif}.nearby-location-empty b{display:block;font:800 18px Outfit,sans-serif;color:var(--ink)}.nearby-location-empty p{margin:5px 0 0;color:var(--muted);font-size:13px;line-height:1.5}.nearby-location-empty .button{white-space:nowrap}.nearby-location-error{background:#fffaf7}.nearby-loading{min-height:210px;display:grid;place-content:center;justify-items:center;gap:8px;text-align:center;color:var(--muted)}.nearby-loading span{width:32px;height:32px;border:3px solid #ffe0d4;border-top-color:var(--orange);border-radius:50%;animation:nearby-spin .8s linear infinite}.nearby-loading b{font:800 16px Outfit,sans-serif;color:var(--ink)}.nearby-loading p{font-size:12px;margin:0}@keyframes nearby-spin{to{transform:rotate(360deg)}}.nearby-live-layout{display:grid;grid-template-columns:1.12fr .88fr;min-height:286px}.nearby-live-map{min-height:286px;background:#eaf0ed;overflow:hidden}.nearby-live-map iframe{display:block;width:100%;height:100%;border:0}.nearby-results{padding:19px;background:#fff}.nearby-results-head{display:grid;gap:4px;padding:0 1px 12px}.nearby-results-head span{font-size:10px;font-weight:800;letter-spacing:.1em;color:var(--orange)}.nearby-results-head b{font:800 17px Outfit,sans-serif;color:var(--ink)}.nearby-mechanic-card{display:grid;grid-template-columns:39px 1fr auto;align-items:center;gap:10px;padding:12px 0;border-top:1px solid var(--line)}.nearby-mechanic-avatar{width:39px;height:39px;display:grid;place-items:center;border-radius:50%;background:#e6f6eb;color:#198d52;font-size:14px;font-weight:800}.nearby-mechanic-card b,.nearby-mechanic-card small,.nearby-mechanic-card em{display:block}.nearby-mechanic-card b{font-size:12px}.nearby-mechanic-card small{font-size:10px;color:var(--muted);margin-top:3px}.nearby-mechanic-card em{font-size:10px;font-style:normal;color:#148349;margin-top:4px}.nearby-mechanic-card strong{font-size:11px;color:#13844d;white-space:nowrap}.nearby-no-results{padding:20px 4px;text-align:center}.nearby-no-results b{font:800 14px Outfit,sans-serif}.nearby-no-results p{font-size:12px;color:var(--muted);line-height:1.5;margin:7px 0 14px}
.home-products{grid-template-columns:repeat(4,minmax(0,1fr))}.home-product.product-card{min-height:0;padding:0;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 6px 16px rgba(14,29,50,.05);transition:transform .18s ease,box-shadow .18s ease}.home-product.product-card:hover{transform:translateY(-3px);box-shadow:0 12px 25px rgba(14,29,50,.12)}.home-product.product-card>img{width:100%;height:130px;object-fit:cover;display:block;background:#edf2f7}.product-card-copy{padding:14px 14px 15px;display:grid;gap:5px}.product-card-copy b{font-size:13px;line-height:1.25}.product-card-copy strong{font:800 17px Outfit,sans-serif;color:var(--ink)}.product-card-copy small{font-size:10px;color:var(--muted);margin:0}.product-rating{font-size:10px;font-weight:800;color:#13844d}
.faq-section{padding:72px clamp(22px,5vw,82px);background:#f7f9fc;display:grid;grid-template-columns:.72fr 1.28fr;gap:56px;align-items:start}.faq-section h2{font:800 clamp(30px,3.2vw,46px) Outfit,sans-serif;line-height:1.05;letter-spacing:-1.8px;margin:8px 0 13px;color:var(--ink)}.faq-section>div>p:not(.kicker){color:var(--muted);line-height:1.55;max-width:390px}.faq-list{display:grid;gap:10px}.faq-item{background:#fff;border:1px solid var(--line);border-radius:12px;padding:0 18px}.faq-item summary{list-style:none;cursor:pointer;padding:18px 28px 18px 0;position:relative;font:800 15px Outfit,sans-serif;color:var(--ink)}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary::after{content:'+';position:absolute;right:0;top:14px;font:400 26px Outfit,sans-serif;color:var(--orange)}.faq-item[open] summary::after{content:'–'}.faq-item p{margin:0 0 18px;color:var(--muted);font-size:13px;line-height:1.55}.faq-item[open]{border-color:#ffd2c0;box-shadow:0 7px 18px rgba(255,90,23,.06)}
@media(max-width:900px){.nearby-live-layout,.faq-section{grid-template-columns:1fr}.faq-section{gap:28px}.faq-section>div>p:not(.kicker){max-width:600px}}
@media(max-width:700px){.nearby-home-heading{align-items:flex-start}.nearby-location-empty{grid-template-columns:42px 1fr;padding:22px}.nearby-location-icon{height:42px;width:42px;border-radius:13px;font-size:24px}.nearby-location-empty b{font-size:15px}.nearby-location-empty p{font-size:11px}.nearby-location-empty .button{grid-column:1/-1;width:100%}.nearby-live-map{min-height:215px}.nearby-results{padding:15px}.nearby-mechanic-card{grid-template-columns:35px 1fr auto}.nearby-mechanic-avatar{height:35px;width:35px}.home-products{grid-template-columns:repeat(2,minmax(0,1fr))}.home-product.product-card>img{height:105px}.product-card-copy{padding:11px}.product-card-copy strong{font-size:15px}.faq-section{padding:50px 18px}.faq-item{padding:0 14px}.faq-item summary{font-size:14px}}

/* Homepage marketplace and privacy-first map presentation */
@media (hover:hover) and (min-width:701px){.desktop-service-menu:hover .desktop-service-dropdown{display:block;opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.desktop-service-menu:hover #desktop-services-toggle span{display:inline-block;transform:rotate(180deg)}}
.nearby-live-layout.nearby-map-only{display:grid;grid-template-columns:1fr;min-height:0}.nearby-map-only .nearby-live-map{min-height:360px}.nearby-map-caption{display:flex;align-items:center;gap:11px;padding:13px 18px;background:#fff;border-top:1px solid var(--line);color:var(--muted)}.nearby-map-caption-icon{width:30px;height:30px;flex:0 0 30px;display:grid;place-items:center;border-radius:50%;background:#e8f7ed;color:#17894c;font-size:17px;font-weight:800}.nearby-map-caption p{margin:0;flex:1;font-size:12px;line-height:1.45}.nearby-map-caption .button{white-space:nowrap}.home-products{grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.home-product.product-card{position:relative;border:1px solid #e3e9f0}.home-product.product-card>img{height:142px}.product-card-copy{gap:7px}.product-card-copy b{min-height:32px;font-size:13px}.product-card-copy strong{font-size:18px;color:#f2542d}.product-card-copy small{line-height:1.35}.product-rating{display:flex;align-items:center;gap:4px;color:#147c47}.product-badge{position:absolute;top:10px;left:10px;padding:4px 7px;border-radius:999px;background:#fff;color:#12253e;font-size:9px;font-weight:800;box-shadow:0 3px 8px rgba(14,29,50,.12)}@media(max-width:1100px){.home-products{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:900px){.home-products{grid-template-columns:repeat(3,minmax(0,1fr))}.nearby-map-only .nearby-live-map{min-height:300px}}@media(max-width:700px){.home-products{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.home-product.product-card>img{height:110px}.product-card-copy b{min-height:30px;font-size:12px}.product-card-copy strong{font-size:15px}.product-badge{top:8px;left:8px;font-size:8px}.nearby-map-only .nearby-live-map{min-height:240px}.nearby-map-caption{align-items:flex-start;padding:12px}.nearby-map-caption p{font-size:11px}.nearby-map-caption .button{width:100%;margin-top:4px}.nearby-map-caption{flex-wrap:wrap}.nearby-map-caption p{flex-basis:calc(100% - 44px)}.nearby-map-caption .button{margin-left:41px;flex-basis:calc(100% - 41px)}}

/* The verified-mechanics map occupies the network panel in the India-roads banner. */
.partner-banner{grid-template-columns:.72fr 1fr}.partner-banner .nearby-network-map{min-width:0;align-self:stretch;display:flex;flex-direction:column}.nearby-network-map-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin:0 0 13px}.nearby-network-map-heading .kicker{margin:0 0 5px;color:#ff9a78}.nearby-network-map-heading h3{margin:0;font:800 23px/1.1 Outfit,sans-serif;letter-spacing:-.7px;color:#fff}.partner-banner .nearby-location-state{flex:1;border:0;border-radius:14px;box-shadow:none;background:#fff}.partner-banner .nearby-location-empty{min-height:100%;padding:22px;grid-template-columns:42px 1fr}.partner-banner .nearby-location-empty .button{justify-self:start}.partner-banner .nearby-loading{min-height:260px}.partner-banner .nearby-map-only .nearby-live-map{min-height:300px}.partner-banner .nearby-map-caption{padding:12px 14px}.partner-banner .nearby-pulse{flex:0 0 auto}@media(max-width:900px){.partner-banner{grid-template-columns:1fr}.partner-banner .nearby-network-map{margin-top:4px}.partner-banner .nearby-map-only .nearby-live-map{min-height:290px}}@media(max-width:560px){.nearby-network-map-heading{align-items:flex-start;margin-bottom:12px}.nearby-network-map-heading h3{font-size:21px}.partner-banner .nearby-location-empty{min-height:0;padding:18px;grid-template-columns:38px 1fr}.partner-banner .nearby-location-icon{width:38px;height:38px;font-size:21px}.partner-banner .nearby-location-empty b{font-size:14px}.partner-banner .nearby-location-empty p{font-size:10px}.partner-banner .nearby-location-empty .button{grid-column:1/-1;width:100%}.partner-banner .nearby-map-only .nearby-live-map{min-height:235px}.partner-banner .nearby-map-caption{padding:11px}.partner-banner .nearby-map-caption .button{margin-left:41px}}
