  :root{
    --black:#0d0d0d;
    --dark:#161616;
    --navy:#0f1b3d;
    --orange:#f2760f;
    --orange-dark:#d6650a;
    --green:#25d366;
    --white:#ffffff;
    --gray:#f4f4f4;
    --text-dark:#222;
  }
  *{box-sizing:border-box;margin:0;padding:0;}
  html{background:#fff;scroll-behavior:smooth;}
  body{
    font-family:'Segoe UI', Arial, sans-serif;
    color:var(--text-dark);
    background:#fff;
    width:100%;
    min-height:100%;
    margin:0;
    overflow-x:hidden;
  }
  a{text-decoration:none;color:inherit;}
  ul{list-style:none;}
  img{max-width:100%;display:block;}
  button{cursor:pointer;font-family:inherit;border:none;}
  a:focus-visible, button:focus-visible{outline:3px solid rgba(242,118,15,.55);outline-offset:3px;}
  .container{max-width:1200px;margin:0 auto;padding:0 20px;}
  section, .cat-tiles, .cat-icons, .brands, .products-row, .services-grid, .branches, footer{scroll-margin-top:70px;}

  /* TOP BAR */
  .topbar{background:var(--black);padding:14px 0;}
  .topbar .container{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:nowrap;}
  .logo{display:flex;align-items:center;flex-shrink:0;}
  .logo img{width:158px;height:auto;display:block;}
  .top-links{display:flex;gap:12px;color:#fff;font-size:12px;white-space:nowrap;}
  .header-actions{align-items:center;justify-content:flex-end;flex-wrap:nowrap;min-width:0;}
  .top-links .item{display:flex;align-items:center;gap:10px;}
  .top-links a.item{color:#fff;}
  .top-links .icon{font-size:18px;}
  .top-links b{display:block;font-size:12px;line-height:1.1;}
  .top-links span{font-size:11px;line-height:1.12;color:#d7d7d7;}
  .header-whatsapp{background:#128c45;border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:8px 14px 8px 9px;box-shadow:0 8px 22px rgba(37,211,102,.22);min-height:58px;}
  .header-whatsapp:hover{background:#0f7d3d;color:#fff!important;}
  .header-whatsapp-text{display:grid;gap:2px;min-width:124px;text-align:left;}
  .header-whatsapp-text small{font-size:10px;line-height:1.1;color:#d7f7e2;font-weight:700;}
  .whatsapp-bubble-icon{position:relative;width:42px;height:42px;border-radius:50%;background:var(--green);color:#fff;display:flex;align-items:center;justify-content:center;flex:0 0 42px;overflow:visible;}
  .whatsapp-bubble-icon::before{content:"";position:absolute;inset:-5px;border-radius:50%;border:2px solid rgba(37,211,102,.65);animation:wppPulse 1.6s ease-out infinite;}
  .whatsapp-bubble-icon .wpp-icon{width:27px;height:27px;position:relative;z-index:1;display:block;transform:none;}
  @keyframes wppPulse{
    0%{transform:scale(.82);opacity:.95;}
    70%{transform:scale(1.45);opacity:0;}
    100%{transform:scale(1.45);opacity:0;}
  }
  .store-status{display:flex;align-items:center;gap:8px;color:#fff;}
  .store-status b{display:block;font-size:12px;}
  .store-status .header-whatsapp-text span{display:block;font-size:10.5px;color:#cfcfcf;}
  .status-dot{width:10px;height:10px;border-radius:50%;background:#aaa;box-shadow:0 0 0 4px rgba(170,170,170,.16);flex:0 0 10px;margin-left:2px;}
  .store-status.is-online{background:#128c45;border-color:rgba(37,211,102,.5);}
  .store-status.is-online .status-dot{background:var(--green);box-shadow:0 0 0 4px rgba(37,211,102,.18);}
  .store-status.is-offline{background:#343434;border-color:rgba(255,255,255,.14);}
  .store-status.is-offline .status-dot{background:#ff6b35;box-shadow:0 0 0 4px rgba(255,107,53,.16);}

  /* NAV */
  .navbar{background:var(--navy);}
  .navbar .container{display:flex;align-items:center;justify-content:center;gap:32px;flex-wrap:wrap;}
  .menu-toggle{display:none;background:transparent;color:#fff;font-weight:800;font-size:13px;letter-spacing:.5px;align-items:center;justify-content:space-between;width:100%;padding:14px 0;}
  .menu-toggle .hamb{font-size:20px;line-height:1;}
  .nav-links{display:flex;justify-content:center;gap:32px;flex-wrap:wrap;}
  .navbar a{color:#fff;font-size:13px;font-weight:600;padding:14px 0;letter-spacing:.5px;display:inline-block;}
  .navbar a:hover{color:var(--orange);}
  .navbar a.active{color:var(--orange);}

  /* HERO */
  .hero{position:relative;background:#b64214 url('../img/background-slide-megamotos-manaus-djalma-cidadenova-mutirao.webp') center center/cover no-repeat;overflow:hidden;color:#fff;min-height:420px;}
  .hero-inner{position:relative;width:100%;max-width:1200px;min-height:420px;margin:0 auto;padding:0 20px;display:flex;align-items:center;}
  .hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg, rgba(12,12,12,.62) 0%, rgba(12,12,12,.36) 36%, rgba(12,12,12,.05) 66%, rgba(12,12,12,0) 100%);}
  .hero-content{position:relative;z-index:2;padding:50px 0;max-width:560px;}
  .hero-content h1{font-size:42px;line-height:1.1;font-weight:800;text-shadow:0 3px 14px rgba(0,0,0,.38);}
  .hero-content h1 .accent{color:#fff;display:block;}
  .hero-content p{margin:18px 0 26px;color:#fff;font-size:15px;max-width:400px;text-shadow:0 2px 10px rgba(0,0,0,.35);}
  .btn-orange{background:var(--orange);color:#fff;padding:14px 26px;font-weight:700;font-size:14px;border-radius:3px;display:inline-flex;align-items:center;gap:10px;}
  .btn-orange .wpp-icon{width:18px;height:18px;}
  .btn-orange:hover{background:var(--orange-dark);}
  .hero-arrows{position:absolute;top:50%;transform:translateY(-50%);width:100%;display:flex;justify-content:space-between;z-index:3;padding:0 20px;pointer-events:none;}
  .hero-arrows button{pointer-events:all;background:rgba(0,0,0,.4);color:#fff;border-radius:50%;width:38px;height:38px;font-size:18px;}
  .hero-dots{position:absolute;bottom:16px;left:50%;transform:translateX(-50%);display:flex;gap:6px;z-index:3;}
  .hero-dots span{width:7px;height:7px;border-radius:50%;background:rgba(255,255,255,.4);}
  .hero-dots span.active{background:var(--orange);}

  /* FEATURES STRIP */
  .features{background:var(--black);padding:26px 0;}
  .features .container{display:flex;justify-content:space-between;flex-wrap:wrap;gap:20px;}
  .feature{display:flex;align-items:center;gap:12px;color:#fff;flex:1;min-width:170px;}
  .feature .fi{width:42px;height:42px;display:flex;align-items:center;justify-content:center;color:var(--orange);font-size:17px;flex-shrink:0;border:none!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;}
  .feature .fi img{width:40px;height:40px;display:block;object-fit:contain;border:none!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;}
  .feature.green .fi{color:var(--green);}
  .feature b{display:block;font-size:12px;letter-spacing:.3px;}
  .feature span{font-size:11px;color:#aaa;}

  /* CATEGORY TILES */
  .cat-tiles{display:grid;grid-template-columns:repeat(6,1fr);gap:8px;width:calc(100% - 40px);max-width:1200px;margin:28px auto 0;}
  .tile{position:relative;height:200px;overflow:hidden;display:flex;align-items:flex-end;justify-content:center;color:#fff;background:#090909;border:1px solid var(--orange);border-radius:7px;box-shadow:0 4px 14px rgba(0,0,0,.18);}
  .tile .tile-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .3s ease;}
  .tile::after{content:"";position:absolute;inset:0;background:linear-gradient(to top, rgba(0,0,0,.9) 0%, rgba(0,0,0,.6) 42%, rgba(0,0,0,.04) 100%);z-index:1;}
  .tile:hover .tile-bg{transform:scale(1.06);}
  .tile-label{position:relative;z-index:2;padding:16px 12px 14px;width:100%;text-align:center;}
  .tile-label b{display:block;font-size:15px;letter-spacing:.3px;line-height:1.15;text-transform:uppercase;text-shadow:0 2px 5px rgba(0,0,0,.75);}
  .tile-label .ver{display:inline-flex;align-items:center;justify-content:center;margin-top:7px;background:var(--orange);color:#fff;font-size:9px;line-height:1;padding:4px 11px;border-radius:3px;font-weight:800;}

  /* SECTION TITLES */
  .section-title{text-align:center;margin:50px 0 30px;position:relative;font-size:15px;letter-spacing:2px;font-weight:800;color:#222;}
  .section-title::before,.section-title::after{content:"";display:inline-block;width:40px;height:2px;background:var(--orange);vertical-align:middle;margin:0 12px;}

  /* CATEGORY ICONS ROW */
  .cat-icons{display:flex;justify-content:center;gap:40px;flex-wrap:wrap;padding-bottom:20px;width:calc(100% - 40px);max-width:1200px;margin:0 auto;}
  .cat-icon{display:flex;flex-direction:column;align-items:center;gap:10px;width:80px;}
  .cat-icon .circ{width:60px;height:60px;border:2px solid var(--orange);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;color:var(--orange);transition:.2s;}
  .cat-icon:hover .circ{background:var(--orange);color:#fff;}
  .cat-icon span{font-size:12px;font-weight:600;text-align:center;}
  .dots-row{display:flex;justify-content:center;gap:6px;margin-top:10px;}
  .dots-row span{width:6px;height:6px;border-radius:50%;background:#ddd;}
  .dots-row span.active{background:var(--orange);}

  /* BRANDS */
  .brands{display:flex;justify-content:center;gap:16px;flex-wrap:wrap;padding:0 20px 10px;width:calc(100% - 40px);max-width:1200px;margin:0 auto;}
  .brand-box{border:1px solid #e2e2e2;border-radius:4px;padding:14px 22px;min-width:132px;height:70px;display:flex;align-items:center;justify-content:center;text-align:center;background:#fff;}
  .brand-box img{width:100%;height:40px;object-fit:contain;}
  .brand-box-royal{min-width:170px;}
  .brand-box-royal img{width:82%;height:32px;}
  a.brand-box:hover{border-color:var(--orange);box-shadow:0 8px 20px rgba(0,0,0,.08);}

  /* PRODUCTS */
  .products-row{display:flex;gap:16px;overflow-x:auto;padding:10px 0 30px;scroll-behavior:smooth;width:calc(100% - 40px);max-width:1200px;margin:0 auto;}
  .products-row::-webkit-scrollbar{height:6px;}
  .products-row::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px;}
  .prod-card{flex:0 0 190px;border:1px solid #eaeaea;border-radius:6px;overflow:hidden;background:#fff;transition:.2s;}
  .prod-card:hover{box-shadow:0 8px 20px rgba(0,0,0,.1);transform:translateY(-3px);}
  .prod-img{height:150px;display:flex;align-items:center;justify-content:center;background:var(--gray);font-size:40px;overflow:hidden;}
  .prod-img img{width:100%;height:100%;object-fit:cover;}
  .prod-info{padding:12px;}
  .prod-category{font-size:10px;color:var(--orange-dark);font-weight:800;text-transform:uppercase;letter-spacing:.4px;margin-bottom:6px;}
  .prod-info .name{font-size:12.5px;font-weight:600;min-height:32px;line-height:1.3;}
  .prod-info .price{color:var(--orange-dark);font-weight:800;font-size:16px;margin-top:8px;}
  .prod-info .installment{font-size:11px;color:#777;}
  .prod-actions{display:flex;gap:6px;margin-top:10px;}
  .btn-navy{flex:1;background:var(--navy);color:#fff;font-size:11px;font-weight:700;padding:9px 4px;border-radius:3px;text-align:center;}
  .btn-wpp{background:var(--green);color:#fff;width:34px;border-radius:3px;font-size:15px;display:flex;align-items:center;justify-content:center;}
  .btn-wpp .wpp-icon{width:18px;height:18px;}

  /* SERVICES */
  .services-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:2px;width:calc(100% - 40px);max-width:1200px;margin:0 auto;}
  .service{position:relative;height:170px;color:#fff;display:flex;align-items:flex-end;overflow:hidden;background:#111;}
  .service .sv-bg{position:absolute;inset:0;background:linear-gradient(160deg,#333,#000);}
  .service .sv-bg img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease;}
  .service .sv-bg::after{content:"";position:absolute;inset:0;background:linear-gradient(to top, rgba(0,0,0,.88) 0%, rgba(0,0,0,.58) 48%, rgba(0,0,0,.1) 100%);}
  .service:hover .sv-bg img{transform:scale(1.06);}
  .service .sv-content{position:relative;z-index:2;padding:14px;}
  .service .sv-content .icon{color:var(--orange);font-size:18px;margin-bottom:4px;display:block;}
  .service-thumb{width:48px;height:48px;border-radius:6px;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:8px;border:1px solid rgba(255,255,255,.22);}
  .service-thumb img{width:100%;height:100%;object-fit:cover;}
  .service .sv-content b{font-size:13px;display:block;}
  .service .sv-content span{font-size:10.5px;line-height:1.35;color:#ccc;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
  .btn-center{text-align:center;margin:26px 0 10px;}
  .btn-navy-outline{background:var(--navy);color:#fff;padding:12px 30px;border-radius:3px;font-size:13px;font-weight:700;display:inline-block;}

  /* BRANCHES */
  .branches{display:grid;grid-template-columns:1fr 1fr;gap:20px;padding:30px 20px 50px;max-width:1200px;margin:0 auto;}
  .branch{display:flex;border:1px solid #eee;border-radius:6px;overflow:hidden;}
  .branch-img{width:45%;background:#111;min-height:150px;overflow:hidden;}
  .branch-img img{width:100%;height:100%;min-height:150px;object-fit:cover;}
  .branch-info{padding:16px;flex:1;}
  .branch-info h4{font-size:14px;margin-bottom:8px;color:#222;}
  .branch-info p{font-size:12px;color:#555;line-height:1.5;margin-bottom:8px;}
  .branch-info .phones{font-size:12px;color:#333;margin-bottom:10px;}
  .branch-info .phones a{display:inline-flex;align-items:center;gap:6px;color:#1f8f4d;font-weight:700;}
  .wpp-icon{width:14px;height:14px;fill:currentColor;flex-shrink:0;}
  .btn-map{background:var(--navy);color:#fff;font-size:11px;font-weight:700;padding:8px 14px;border-radius:3px;display:inline-flex;align-items:center;gap:6px;}
  .map-icon{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;}

  /* CTA BANNER */
  .cta-banner{background:linear-gradient(90deg,#c74e0f,#e07a1a);color:#fff;}
  .cta-inner{width:100%;max-width:1200px;margin:0 auto;padding:26px 20px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:20px;}
  .cta-left{display:flex;align-items:center;gap:20px;}
  .cta-left .wpp-circ{background:#fff;color:var(--green);width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;flex-shrink:0;}
  .cta-left .wpp-circ .wpp-icon{width:32px;height:32px;}
  .cta-left h3{font-size:19px;font-weight:800;}
  .cta-mid{font-size:13px;color:#fff2e6;max-width:320px;}
  .btn-black{background:#000;color:#fff;padding:14px 24px;border-radius:3px;font-weight:700;font-size:13px;display:flex;align-items:center;gap:8px;}
  .btn-black .wpp-icon{width:18px;height:18px;}

  /* WHATSAPP MODAL */
  .wpp-modal{position:fixed;inset:0;background:rgba(0,0,0,.68);z-index:120;display:none;align-items:center;justify-content:center;padding:20px;}
  .wpp-modal.is-open{display:flex;}
  body.modal-open{overflow:hidden;}
  .wpp-modal-box{background:#fff;width:100%;max-width:720px;border-radius:6px;box-shadow:0 24px 70px rgba(0,0,0,.35);overflow:hidden;}
  .wpp-modal-head{background:var(--navy);color:#fff;padding:18px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px;}
  .wpp-modal-head h3{font-size:18px;font-weight:800;}
  .wpp-modal-close{background:rgba(255,255,255,.12);color:#fff;width:34px;height:34px;border-radius:50%;font-size:24px;line-height:1;display:flex;align-items:center;justify-content:center;flex-shrink:0;}
  .wpp-modal-body{padding:20px;display:grid;grid-template-columns:1fr 1fr;gap:14px;}
  .wpp-branch-choice{border:1px solid #e8e8e8;border-radius:6px;padding:16px;background:#fff;}
  .wpp-branch-choice h4{font-size:14px;color:#222;margin-bottom:8px;}
  .wpp-branch-choice p{font-size:12px;color:#555;line-height:1.5;margin-bottom:12px;}
  .wpp-choice-actions{display:flex;gap:8px;flex-wrap:wrap;}
  .wpp-choice-actions a{display:inline-flex;align-items:center;gap:6px;border-radius:3px;padding:9px 12px;font-size:11px;font-weight:800;}
  .btn-call{background:var(--navy);color:#fff;}
  .btn-modal-wpp{background:var(--green);color:#fff;}

  /* FOOTER */
  footer{background:var(--black);color:#ccc;padding:50px 20px 20px;}
  .footer-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr 1fr;gap:30px;}
  .footer-grid h5{color:var(--orange);font-size:13px;margin-bottom:14px;letter-spacing:.5px;}
  .footer-grid p, .footer-grid li{font-size:12px;line-height:2;color:#aaa;}
  .footer-contact{margin-bottom:2px;}
  .footer-contact p{margin:0;}
  .footer-email-link{display:inline-flex;align-items:center;gap:8px;color:#ccc;font-size:12px;line-height:2;white-space:nowrap;}
  .footer-email-link:hover{color:var(--orange);}
  .footer-email-link svg{width:15px;height:15px;fill:currentColor;flex:0 0 15px;}
  .footer-logo{display:inline-flex;margin-bottom:16px;}
  .footer-logo img{width:220px;height:auto;display:block;}
  .pay-icons{margin-top:6px;}
  .payment-methods-image{display:block;width:min(100%,260px);height:auto;border-radius:3px;background:#fff;}
  .socials{display:flex;gap:10px;margin-top:14px;}
  .socials a{width:30px;height:30px;border-radius:50%;background:#222;display:flex;align-items:center;justify-content:center;color:#fff;font-size:14px;}
  .footer-bottom{max-width:1200px;margin:30px auto 0;border-top:1px solid #2a2a2a;padding-top:16px;display:flex;justify-content:space-between;font-size:11px;color:#777;flex-wrap:wrap;gap:10px;}

  .wpp-float{position:fixed;bottom:20px;right:20px;background:var(--green);color:#fff;width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;box-shadow:0 4px 14px rgba(0,0,0,.3);z-index:99;}
  .wpp-float .wpp-icon{width:30px;height:30px;}

  @media(max-width:768px){
    .container{padding:0 16px;}
    .topbar{padding:12px 0;}
    .topbar .container{gap:10px;}
    .logo img{width:128px;}
    .top-links{width:auto;justify-content:flex-end;font-size:11px;gap:8px;min-width:0;}
    .header-whatsapp{padding:6px 10px 6px 7px;min-height:48px;flex:0 1 auto;}
    .header-whatsapp-text{min-width:104px;}
    .whatsapp-bubble-icon{width:34px;height:34px;flex-basis:34px;}
    .whatsapp-bubble-icon::before{inset:-4px;}
    .whatsapp-bubble-icon .wpp-icon{width:22px;height:22px;}
    .store-status{min-height:48px;gap:7px;}
    .store-status b{font-size:11px;}
    .store-status .header-whatsapp-text span{font-size:10px;}
    .status-dot{width:8px;height:8px;flex-basis:8px;margin-left:0;}
    .navbar .container{align-items:stretch;gap:0;}
    .menu-toggle{display:flex;}
    .nav-links{display:none;flex-direction:column;gap:0;border-top:1px solid rgba(255,255,255,.14);}
    .navbar.is-open .nav-links{display:flex;}
    .navbar a{padding:14px 0;border-bottom:1px solid rgba(255,255,255,.1);}
    .hero{min-height:360px;background-position:left center;}
    .hero-inner{min-height:360px;padding:0 16px;}
    .hero-content{padding:42px 0 54px;}
    .hero-content h1{font-size:34px;}
    .hero-content p{font-size:14px;max-width:330px;}
    .hero-arrows{display:none;}
    .features{padding:20px 0;}
    .features .container{display:grid;grid-template-columns:1fr 1fr;gap:14px;}
    .feature{min-width:0;align-items:flex-start;}
    .cat-tiles{width:100%;grid-template-columns:repeat(2,1fr);margin-top:20px;gap:8px;}
    .tile{height:140px;}
    .section-title{font-size:14px;line-height:1.35;margin:38px 0 22px;letter-spacing:1px;padding:0 14px;}
    .section-title::before,.section-title::after{width:22px;margin:0 8px;}
    .cat-icons{width:100%;display:grid;grid-template-columns:repeat(4,1fr);gap:18px 8px;padding:0 14px 16px;}
    .cat-icon{width:100%;}
    .cat-icon .circ{width:54px;height:54px;font-size:22px;}
    .brands{width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:10px;padding:0 16px 10px;}
    .brand-box{min-width:0;height:66px;padding:12px 14px;}
    .brand-box img{height:36px;}
    .brand-box-royal{min-width:0;}
    .brand-box-royal img{width:82%;height:30px;}
    .products-row{width:100%;padding:8px 16px 28px;gap:12px;scroll-snap-type:x mandatory;}
    .prod-card{flex-basis:72vw;max-width:280px;scroll-snap-align:start;}
    .services-grid{width:100%;grid-template-columns:repeat(2,1fr);}
    .service{height:150px;}
    .branches{padding:24px 16px 40px;}
    .branch{flex-direction:column;}
    .branch-img{width:100%;aspect-ratio:16/10;min-height:0;}
    .branch-img img{min-height:0;}
    .branch-info{padding:15px;}
    .cta-inner{align-items:flex-start;flex-direction:column;padding:24px 16px;}
    .cta-left{align-items:flex-start;}
    .cta-left h3{font-size:17px;line-height:1.3;}
    .btn-black,.btn-orange{width:100%;justify-content:center;text-align:center;}
    footer{padding:38px 16px 18px;}
    .footer-grid{gap:22px;}
    .footer-logo img{width:190px;}
    .wpp-float{width:52px;height:52px;right:16px;bottom:16px;}
    .wpp-modal{align-items:flex-end;padding:12px;}
    .wpp-modal-box{max-height:calc(100vh - 24px);overflow-y:auto;}
    .wpp-modal-body{grid-template-columns:1fr;padding:16px;}
    .wpp-choice-actions a{flex:1;justify-content:center;}
  }

  @media(min-width:769px) and (max-width:900px){
    .cat-tiles{grid-template-columns:repeat(3,1fr);}
    .services-grid{grid-template-columns:repeat(3,1fr);}
    .footer-grid{grid-template-columns:1fr 1fr;}
    .branches{grid-template-columns:1fr;}
    .hero-content{max-width:100%;}
  }
  @media(max-width:600px){
    .cat-tiles,.cat-icons,.brands,.products-row,.services-grid{width:100%;}
    .products-row{padding-left:16px;padding-right:16px;}
    .cat-tiles{grid-template-columns:repeat(2,1fr);}
    .services-grid{grid-template-columns:repeat(2,1fr);}
    .footer-grid{grid-template-columns:1fr;}
    .topbar .container{padding-left:12px;padding-right:12px;}
    .logo img{width:116px;}
    .top-links{justify-content:flex-end;width:auto;}
    .header-whatsapp{justify-content:flex-start;}
    .header-whatsapp-text{min-width:92px;}
    .hero-content h1{font-size:30px;}
    .branch{flex-direction:column;}
    .branch-img{width:100%;}
    .wpp-modal-body{grid-template-columns:1fr;}
  }
  @media(max-width:380px){
    .logo img{width:104px;}
    .topbar .container{gap:8px;}
    .header-whatsapp{padding:6px 8px 6px 7px;}
    .header-whatsapp-text{min-width:auto;}
    .store-status .header-whatsapp-text span{display:none;}
  }
  @media(max-width:420px){
    .features .container{grid-template-columns:1fr;}
    .cat-icons{grid-template-columns:repeat(3,1fr);}
    .tile{height:126px;}
    .service{height:138px;}
    .service .sv-content b{font-size:12px;}
    .wpp-modal-head h3{font-size:16px;}
  }

/* INNER PAGES */
.breadcrumb{max-width:1200px;margin:0 auto;padding:18px 20px 0;font-size:12px;color:#777;}
.breadcrumb a{color:var(--orange-dark);font-weight:700;}
.page-hero{background:linear-gradient(120deg,#111 0%, #1a1a1a 48%, #3a1704 100%);color:#fff;position:relative;overflow:hidden;}
.page-hero::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 20%, rgba(242,118,15,.28), transparent 42%), repeating-linear-gradient(100deg, rgba(255,255,255,.035) 0 2px, transparent 2px 42px);}
.page-hero .container{position:relative;z-index:1;padding-top:56px;padding-bottom:56px;}
.page-kicker{color:var(--orange);font-size:12px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:10px;}
.page-hero h1{font-size:38px;line-height:1.08;max-width:760px;color:#fff;}
.page-hero p{font-size:15px;line-height:1.65;color:#ddd;max-width:720px;margin-top:16px;}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px;}
.btn-light{background:#fff;color:var(--navy);padding:13px 20px;border-radius:4px;font-size:13px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;}
.content-band{padding:50px 20px;}
.content-band.soft{background:#f7f7f7;}
.section-heading{max-width:1200px;margin:0 auto 24px;}
.section-heading h2{font-size:24px;color:#151515;margin-bottom:8px;}
.section-heading p{font-size:14px;line-height:1.7;color:#555;max-width:740px;}
.seo-intro{max-width:1200px;margin:0 auto;}
.seo-intro h2{font-size:25px;color:#151515;margin-bottom:12px;}
.seo-intro p{font-size:15px;line-height:1.75;color:#505050;max-width:900px;margin-top:10px;}
.services-directory{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:16px;}
.directory-card{border:1px solid #e6e6e6;border-radius:7px;background:#fff;padding:18px;display:flex;flex-direction:column;min-height:210px;box-shadow:0 8px 20px rgba(0,0,0,.04);}
.directory-card .service-icon{width:42px;height:42px;border:2px solid var(--orange);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--orange);font-size:20px;margin-bottom:14px;}
.directory-card h3{font-size:17px;color:#181818;margin-bottom:8px;}
.directory-card h3 a{color:#181818;background:transparent;padding:0;border-radius:0;text-align:left;margin:0;}
.directory-card h3 a:hover{color:var(--orange-dark);}
.directory-card p{font-size:13px;line-height:1.6;color:#555;flex:1;}
.service-keywords{display:flex;gap:6px;flex-wrap:wrap;margin-top:14px;}
.service-keywords li{background:#fff3ea;color:#9b4105;border:1px solid #ffd0ad;border-radius:999px;padding:5px 9px;font-size:11px;font-weight:800;}
.directory-card .card-cta{margin-top:16px;color:#fff;background:var(--navy);font-size:12px;font-weight:800;padding:10px 14px;border-radius:4px;text-align:center;}
.directory-card .card-cta:hover{background:var(--orange-dark);}
.service-pillars{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.1fr .9fr;gap:26px;align-items:start;}
.service-pillars h2,.service-pillars h3{color:#151515;margin-bottom:12px;}
.service-pillars p{font-size:15px;line-height:1.75;color:#505050;}
.service-layout{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.35fr .65fr;gap:26px;align-items:start;}
.service-main,.service-aside,.info-panel{background:#fff;border:1px solid #e7e7e7;border-radius:7px;padding:22px;box-shadow:0 8px 22px rgba(0,0,0,.04);}
.service-main h2,.service-main h3,.service-aside h2,.service-aside h3{color:#171717;margin-bottom:12px;}
.service-main p,.service-main li,.service-aside p,.service-aside li{font-size:14px;line-height:1.75;color:#555;}
.inline-service-link{color:var(--orange-dark);font-weight:900;text-decoration:underline;text-underline-offset:3px;}
.workshop-unit-card{display:flex;flex-direction:column;gap:14px;}
.workshop-unit-card h2{font-size:26px;line-height:1.15;margin-bottom:0;}
.unit-card-kicker{align-self:flex-start;background:#fff3ea;color:#9b4105;border:1px solid #ffd0ad;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.4px;}
.unit-card-details{display:grid;gap:12px;border-top:1px solid #eee;border-bottom:1px solid #eee;padding:14px 0;}
.unit-card-details span{display:block;color:#222;font-size:12px;font-weight:900;margin-bottom:3px;}
.unit-card-details p{margin:0;line-height:1.55;}
.workshop-unit-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;}
.workshop-unit-actions a{min-height:42px;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-size:12px;font-weight:900;text-align:center;}
.workshop-unit-actions .btn-map{grid-column:1 / -1;width:100%;padding:11px 14px;}
.workshop-unit-actions .wpp-icon,.workshop-unit-actions .action-icon{width:15px;height:15px;flex:0 0 15px;fill:currentColor;}
.workshop-unit-actions .map-icon{width:15px;height:15px;flex:0 0 15px;fill:none;stroke:currentColor;}
.check-list{display:grid;gap:9px;margin:14px 0 22px;}
.check-list li{padding-left:24px;position:relative;}
.check-list li::before{content:"✓";position:absolute;left:0;top:0;color:var(--orange);font-weight:900;}
.location-tags{display:flex;gap:8px;flex-wrap:wrap;margin:14px 0 4px;}
.location-tags span{background:#fff3ea;color:#9b4105;border:1px solid #ffd0ad;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:800;}
.photo-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:18px;}
.photo-slot{background:#111;border:1px dashed #f2760f;border-radius:7px;min-height:180px;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;font-size:13px;font-weight:800;padding:18px;overflow:hidden;}
.photo-slot img{width:100%;height:100%;object-fit:cover;min-height:180px;}
.store-photo-grid{max-width:1200px;margin-left:auto;margin-right:auto;}
.local-info-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:start;}
.local-info-grid .info-panel{height:100%;}
.local-info-grid .btn-orange,.local-photo-copy .btn-orange{display:inline-flex;width:auto;margin-top:12px;align-items:center;gap:8px;}
.local-info-grid .map-icon{width:15px;height:15px;}
.local-keywords{margin:10px 0 14px;}
.local-photo-copy{display:flex;flex-direction:column;justify-content:center;}
.nearby-areas-section{padding-top:44px;padding-bottom:44px;}
.nearby-areas-body{max-width:1200px;margin:0 auto;}
.nearby-areas-body .local-keywords{max-width:780px;margin:0 0 14px;}
.nearby-areas-body p{font-size:14px;line-height:1.7;color:#555;max-width:820px;}
.branch-mini{display:grid;gap:12px;margin-top:12px;}
.branch-mini article{border:1px solid #eee;border-radius:7px;padding:14px;}
.branch-mini h4{font-size:14px;color:#222;margin-bottom:6px;}
.branch-mini p{font-size:12px;line-height:1.55;color:#555;}
.related-services{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(5,1fr);gap:12px;}
.related-services a{background:#fff;border:1px solid #e8e8e8;border-radius:7px;padding:14px;color:#222;font-size:13px;font-weight:800;display:flex;align-items:center;gap:9px;min-height:64px;box-shadow:0 8px 20px rgba(0,0,0,.04);}
.related-services a:hover{color:var(--orange-dark);border-color:#ffd0ad;}
.related-services span{font-size:20px;flex-shrink:0;}
.related-services .related-category-photo{width:64px;height:64px;border-radius:6px;background:#f4f4f4;overflow:hidden;display:flex;align-items:center;justify-content:center;}
.related-services .related-category-photo img{width:100%;height:100%;object-fit:cover;}
.category-product-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:14px;}
.category-product-card{background:#fff;border:1px solid #e8e8e8;border-radius:7px;padding:12px;display:flex;flex-direction:column;gap:12px;min-height:300px;box-shadow:0 8px 20px rgba(0,0,0,.04);}
.category-product-photo{height:150px;border-radius:6px;background:var(--gray);display:flex;align-items:center;justify-content:center;overflow:hidden;}
.category-product-photo img{width:100%;height:100%;object-fit:contain;padding:8px;background:#fff;}
.category-product-icon{width:46px;height:46px;border:2px solid var(--orange);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px;color:var(--orange);}
.category-product-card h3{font-size:15px;line-height:1.35;color:#171717;margin-bottom:7px;}
.category-product-card p{font-size:12px;line-height:1.45;color:#666;}
.category-product-card a{margin-top:auto;background:var(--navy);color:#fff;border-radius:4px;padding:10px 12px;font-size:12px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;gap:7px;}
.category-product-card a:hover{background:var(--orange-dark);}
.category-product-card .wpp-icon{width:16px;height:16px;}
.category-more-cta{max-width:1200px;margin:26px auto 0;text-align:center;}
.near-me-hero{background:linear-gradient(120deg,#08122a 0%, #171717 50%, #5b2305 100%);}
.near-me-hero::before{background:radial-gradient(circle at 82% 18%, rgba(242,118,15,.34), transparent 40%), linear-gradient(112deg, rgba(255,255,255,.055) 0 1px, transparent 1px 42px);}
.near-me-overview{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:16px;}
.near-me-highlight{background:#fff;border:1px solid #e7e7e7;border-radius:7px;padding:22px;box-shadow:0 8px 22px rgba(0,0,0,.04);}
.near-me-highlight span{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#fff3ea;border:1px solid #ffd0ad;color:#9b4105;font-size:12px;font-weight:900;margin-bottom:14px;}
.near-me-highlight h2{font-size:19px;line-height:1.28;color:#151515;margin-bottom:10px;}
.near-me-highlight p{font-size:14px;line-height:1.7;color:#555;}
.near-me-services .directory-card{min-height:236px;}
.near-me-category-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:16px;}
.near-me-category-card{display:grid;grid-template-columns:180px 1fr;gap:16px;background:#fff;border:1px solid #e7e7e7;border-radius:7px;padding:14px;box-shadow:0 8px 22px rgba(0,0,0,.04);}
.near-me-category-photo{display:block;border-radius:6px;overflow:hidden;background:#111;min-height:188px;}
.near-me-category-photo img{width:100%;height:100%;object-fit:cover;transition:transform .28s ease;}
.near-me-category-card:hover .near-me-category-photo img{transform:scale(1.04);}
.near-me-category-copy{display:flex;flex-direction:column;min-width:0;}
.near-me-category-copy h3{font-size:18px;color:#171717;margin-bottom:8px;}
.near-me-category-copy h3 a:hover{color:var(--orange-dark);}
.near-me-category-copy p{font-size:13px;line-height:1.6;color:#555;margin-bottom:10px;}
.near-me-category-copy .check-list{margin:0 0 14px;gap:6px;}
.near-me-category-copy .check-list li{font-size:12px;line-height:1.45;color:#555;}
.near-me-category-copy .card-cta{margin-top:auto;align-self:flex-start;background:var(--navy);color:#fff;border-radius:4px;padding:10px 14px;font-size:12px;font-weight:800;}
.near-me-category-copy .card-cta:hover{background:var(--orange-dark);}
.near-me-branches{padding-top:0;padding-bottom:0;}
.near-me-branch-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px;}
.near-me-branch-actions a{border-radius:3px;padding:9px 12px;font-size:11px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;gap:6px;}
.near-me-branch-actions .btn-modal-wpp{background:var(--green);color:#fff;}
.faq-list{max-width:1200px;margin:0 auto;display:grid;gap:12px;}
.faq-list details{background:#fff;border:1px solid #e8e8e8;border-radius:7px;padding:16px;}
.faq-list summary{cursor:pointer;font-weight:800;color:#222;}
.faq-list p{font-size:14px;line-height:1.7;color:#555;margin-top:10px;}
.bajaj-hero{background:linear-gradient(120deg,#081530 0%, #161616 52%, #5b2104 100%);}
.bajaj-hero::before{background:radial-gradient(circle at 82% 16%, rgba(242,118,15,.34), transparent 38%), linear-gradient(110deg, rgba(255,255,255,.07) 0 1px, transparent 1px 44px);}
.royal-enfield-hero{background:linear-gradient(120deg,#111 0%, #202020 52%, #5b0707 100%);}
.royal-enfield-hero::before{background:radial-gradient(circle at 82% 16%, rgba(218,29,37,.28), transparent 38%), linear-gradient(110deg, rgba(255,255,255,.07) 0 1px, transparent 1px 44px);}
.bajaj-model-tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px;max-width:760px;}
.bajaj-model-tags span{border:1px solid rgba(255,255,255,.24);background:rgba(255,255,255,.09);color:#fff;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:800;}
.bajaj-intro-layout,.bajaj-service-layout{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.15fr .85fr;gap:26px;align-items:center;}
.bajaj-intro-copy h2{font-size:28px;line-height:1.18;color:#151515;margin-bottom:12px;max-width:640px;}
.bajaj-intro-copy p{font-size:15px;line-height:1.75;color:#505050;max-width:760px;margin-top:10px;}
.bajaj-intro-media{background:#111;border-radius:7px;overflow:hidden;min-height:270px;box-shadow:0 14px 34px rgba(0,0,0,.16);}
.bajaj-intro-media img{width:100%;height:100%;min-height:270px;object-fit:cover;}
.bajaj-product-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:14px;}
.bajaj-product-card{background:#fff;border:1px solid #e7e7e7;border-radius:7px;padding:12px;min-height:370px;display:flex;flex-direction:column;box-shadow:0 8px 20px rgba(0,0,0,.04);}
.bajaj-product-photo{height:160px;background:#f6f6f6;border-radius:6px;margin-bottom:14px;display:flex;align-items:center;justify-content:center;overflow:hidden;}
.bajaj-product-photo img{width:100%;height:100%;object-fit:contain;background:#fff;padding:8px;}
.bajaj-product-tag{align-self:flex-start;background:#fff3ea;color:#9b4105;border:1px solid #ffd0ad;border-radius:999px;padding:5px 9px;font-size:11px;font-weight:900;margin-bottom:14px;}
.bajaj-product-card h3{font-size:17px;line-height:1.3;color:#171717;margin-bottom:9px;}
.bajaj-product-ref{font-size:12px;font-weight:800;color:#9b4105;margin:-2px 0 9px;}
.bajaj-product-card p{font-size:13px;line-height:1.62;color:#555;flex:1;}
.bajaj-product-card a{margin-top:16px;background:var(--navy);color:#fff;border-radius:4px;padding:10px 12px;font-size:12px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;gap:7px;}
.bajaj-product-card a:hover{background:var(--orange-dark);}
.bajaj-product-card .wpp-icon{width:16px;height:16px;}
@media(max-width:900px){
  .services-directory{grid-template-columns:1fr 1fr;}
  .service-layout{grid-template-columns:1fr;}
  .service-pillars{grid-template-columns:1fr;}
  .related-services{grid-template-columns:1fr 1fr;}
  .category-product-grid{grid-template-columns:1fr 1fr;}
  .near-me-overview{grid-template-columns:1fr;}
  .near-me-category-grid{grid-template-columns:1fr;}
  .bajaj-intro-layout,.bajaj-service-layout{grid-template-columns:1fr;}
  .bajaj-product-grid{grid-template-columns:1fr 1fr;}
}
@media(max-width:600px){
  .page-hero .container{padding-top:42px;padding-bottom:42px;}
  .page-hero h1{font-size:29px;}
  .hero-actions{flex-direction:column;}
  .btn-light{width:100%;}
  .content-band{padding:38px 16px;}
  .breadcrumb{padding-left:16px;padding-right:16px;}
  .services-directory,.photo-grid{grid-template-columns:1fr;}
  .local-info-grid{grid-template-columns:1fr;}
  .related-services{grid-template-columns:1fr;}
  .category-product-grid{grid-template-columns:1fr;}
  .near-me-category-card{grid-template-columns:1fr;padding:12px;}
  .near-me-category-photo{aspect-ratio:16/9;min-height:0;}
  .near-me-category-copy .card-cta{width:100%;text-align:center;}
  .near-me-branch-actions a{flex:1;}
  .bajaj-model-tags span{font-size:11px;padding:6px 9px;}
  .bajaj-intro-copy h2{font-size:23px;}
  .bajaj-product-grid{grid-template-columns:1fr;}
  .service-main,.service-aside,.info-panel{padding:18px;}
}
