/* ========= HIMALAYAN GANGES SHARED HEADER + FOOTER ========= */
.hg-header-wrap,
.hg-footer{
  --hg-primary:#0f172a;
  --hg-primary-2:#1d4ed8;
  --hg-accent:#2563eb;
  --hg-accent-2:#0ea5e9;
  --hg-whatsapp:#25D366;
  --hg-whatsapp-dark:#128C7E;
  --hg-whatsapp-soft:#e9fbf1;
  --hg-whatsapp-line:#b8f1cd;
  --hg-warm:#A05430;
  --hg-warm-2:#c47047;
  --hg-warm-soft:#fff4ee;
  --hg-warm-line:#f0d6ca;
  --hg-text:#111827;
  --hg-soft:#667085;
  --hg-line:#e3e8f1;
  --hg-line-2:#d7dfeb;
  --hg-bg:#ffffff;
  --hg-card:#f6f8fc;
  --hg-hover:#f2f6fc;
  --hg-shadow:0 10px 24px rgba(15,23,42,.06);
  --hg-shadow-2:0 18px 40px rgba(15,23,42,.10);
}

*{box-sizing:border-box}
body{
  margin:0;
  font-family:'Inter',sans-serif;
  padding-top:132px;
}

.hg-header-wrap{
  position:fixed;
  top:0;
  left:0;
  z-index:99999;
  width:100%;
  background:rgba(255,255,255,.95);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(15,23,42,.06);
  transition:.3s ease;
}
.hg-header-wrap.is-sticky{box-shadow:0 10px 25px rgba(160,84,48,.08)}
.hg-header{max-width:1450px;margin:0 auto;padding:14px 16px 10px}
.hg-topbar{display:grid;grid-template-columns:260px minmax(260px,1fr) 220px 240px;align-items:center;gap:14px}
.hg-brand{display:flex;align-items:center;gap:12px;text-decoration:none;min-width:0}
.hg-brand-mark{
  width:52px;height:52px;flex:0 0 52px;border-radius:16px;
  background:linear-gradient(135deg,#0f172a 0%,#2850c7 60%,var(--hg-warm) 100%);
  color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:18px;
  box-shadow:0 10px 20px rgba(37,99,235,.16);
}
.hg-brand-logo{display:block;width:auto;max-width:320px;height:66px;object-fit:contain}
.hg-brand-text h2{margin:0;font-size:16px;line-height:1.15;font-weight:800;color:var(--hg-text);letter-spacing:-.2px}
.hg-brand-text p{margin:4px 0 0;font-size:11.5px;color:var(--hg-soft);font-weight:600;line-height:1.35}
.hg-search{position:relative;width:100%}
.hg-search input{
  width:100%;height:56px;border-radius:18px;border:1px solid var(--hg-line-2);background:#f5f7fb;
  padding:0 64px 0 18px;font-size:14px;font-weight:600;color:var(--hg-text);outline:none;transition:.25s ease;
}
.hg-search input::placeholder{color:#98a2b3;font-weight:600}
.hg-search input:focus{background:#fff;border-color:#bfd3fb;box-shadow:0 0 0 4px rgba(37,99,235,.08)}
.hg-search button{
  position:absolute;top:50%;right:8px;transform:translateY(-50%);width:40px;height:40px;border:none;border-radius:14px;
  background:linear-gradient(135deg,var(--hg-accent),var(--hg-warm));color:#fff;font-size:15px;cursor:pointer;
  box-shadow:0 8px 18px rgba(37,99,235,.16);
}
.hg-contact-pill{
  display:flex;align-items:center;gap:12px;height:56px;padding:0 14px;border-radius:18px;background:#f7f9fc;
  border:1px solid var(--hg-line);text-decoration:none;color:var(--hg-text);transition:.25s ease;
}
.hg-contact-pill:hover{box-shadow:var(--hg-shadow)}
.hg-contact-pill i{
  width:36px;height:36px;border-radius:12px;display:flex;align-items:center;justify-content:center;
  background:#fff3ee;color:var(--hg-warm);font-size:14px;flex:0 0 36px;
}
.hg-contact-pill.hg-whatsapp-link{border-color:var(--hg-whatsapp-line);background:var(--hg-whatsapp-soft)}
.hg-contact-pill.hg-whatsapp-link:hover{box-shadow:0 10px 24px rgba(37,211,102,.18);border-color:var(--hg-whatsapp)}
.hg-contact-pill.hg-whatsapp-link i{background:#fff;color:var(--hg-whatsapp);box-shadow:inset 0 0 0 1px rgba(37,211,102,.14)}
.hg-contact-pill.hg-whatsapp-link strong{color:var(--hg-whatsapp-dark)}
.hg-contact-pill span{display:block;font-size:11px;line-height:1;color:var(--hg-soft);margin-bottom:4px;font-weight:700}
.hg-contact-pill strong{display:block;font-size:13px;line-height:1.2;color:var(--hg-text);font-weight:800}
.hg-btn-primary{
  display:flex;align-items:center;justify-content:center;gap:10px;width:100%;height:56px;border-radius:18px;text-decoration:none;
  background:linear-gradient(135deg,#0f172a 0%,#2850c7 60%,var(--hg-warm) 100%);
  color:#fff;font-size:15px;font-weight:800;box-shadow:0 10px 20px rgba(17,28,52,.12);transition:.25s ease;white-space:nowrap;
}
.hg-btn-primary:hover{transform:translateY(-1px)}
.hg-nav-row{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:10px 4px 0}
.hg-nav{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.hg-nav-item{position:relative}
.hg-nav-link{
  display:inline-flex;align-items:center;gap:8px;text-decoration:none;color:var(--hg-text);font-size:14px;font-weight:700;
  padding:10px 12px;border-radius:12px;transition:.22s ease;
}
.hg-nav-link:hover,.hg-nav-item:hover>.hg-nav-link{background:var(--hg-hover);color:var(--hg-warm)}
.hg-nav-link i{font-size:12px}
.hg-right-mini{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.hg-mini-link{display:inline-flex;align-items:center;gap:8px;text-decoration:none;color:var(--hg-soft);font-size:13px;font-weight:700;padding:10px 12px;border-radius:12px;transition:.22s ease}
.hg-mini-link:hover{background:var(--hg-hover);color:var(--hg-warm)}
.hg-dropdown{
  position:absolute;top:calc(100% + 10px);left:0;min-width:860px;background:#fff;border:1px solid var(--hg-line);
  border-radius:22px;box-shadow:var(--hg-shadow-2);padding:14px;opacity:0;visibility:hidden;transform:translateY(8px);transition:.24s ease;z-index:99;
}
.hg-nav-item:hover .hg-dropdown{opacity:1;visibility:visible;transform:translateY(0)}
.hg-dropdown-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.hg-dd-card{
  display:flex;align-items:flex-start;gap:12px;text-decoration:none;color:var(--hg-text);background:#f7faff;
  border:1px solid #e5ebf5;border-radius:18px;padding:14px;min-height:96px;transition:.22s ease;
}
.hg-dd-card:hover{background:#fff6f2;border-color:#f1d2c4;transform:translateY(-1px)}
.hg-dd-card i{
  width:42px;height:42px;border-radius:14px;display:flex;align-items:center;justify-content:center;
  background:#fff3ee;color:var(--hg-warm);font-size:15px;flex:0 0 42px;
}
.hg-dd-card-text strong{display:block;margin-bottom:5px;font-size:14px;line-height:1.2;color:var(--hg-text);font-weight:800}
.hg-dd-card-text span{display:block;font-size:12.5px;line-height:1.5;color:var(--hg-soft);font-weight:600}
.hg-mobile-toggle{
  display:none;width:44px;height:44px;border:none;border-radius:14px;
  background:linear-gradient(135deg,#0f172a 0%,#2850c7 60%,var(--hg-warm) 100%);
  color:#fff;font-size:17px;cursor:pointer;box-shadow:0 8px 16px rgba(37,99,235,.15);
}
.hg-mobile-panel,.hg-mobile-search{display:none}
.hg-mobile-block{margin-top:12px;padding-top:12px;border-top:1px solid #e8edf5}
.hg-mobile-block:first-child{margin-top:0;padding-top:0;border-top:none}
.hg-mobile-block-title{margin:0 0 8px;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#94a3b8;padding:0 2px}

.hg-footer{
  position:relative;background:radial-gradient(circle at top right,rgba(37,99,235,.08),transparent 24%),radial-gradient(circle at bottom left,rgba(160,84,48,.08),transparent 22%),#f8fbff;
  border-top:1px solid rgba(15,23,42,.06);font-family:'Inter',sans-serif;overflow:hidden;
}
.hg-footer-container{max-width:1450px;margin:0 auto;padding:0 16px}
.hg-footer-cta{padding:20px 0 0}
.hg-footer-cta-box{
  display:grid;grid-template-columns:1.2fr .8fr;gap:14px;padding:18px;background:rgba(255,255,255,.92);
  border:1px solid #e2e8f4;border-radius:24px;box-shadow:var(--hg-shadow);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);
}
.hg-footer-cta-left{display:flex;align-items:center;gap:14px;min-width:0}
.hg-footer-cta-icon{
  width:54px;height:54px;border-radius:18px;background:linear-gradient(135deg,#0f172a 0%,#2850c7 65%,var(--hg-warm) 100%);
  color:#fff;display:flex;align-items:center;justify-content:center;font-size:20px;flex:0 0 54px;box-shadow:0 12px 22px rgba(160,84,48,.18);
}
.hg-footer-cta-text h2{margin:0;font-size:22px;line-height:1.2;color:var(--hg-text);font-weight:800;letter-spacing:-.3px}
.hg-footer-cta-text p{margin:6px 0 0;font-size:13px;line-height:1.65;color:var(--hg-soft);font-weight:600}
.hg-footer-cta-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;align-self:center}
.hg-footer-pill,.hg-footer-btn{
  height:54px;border-radius:18px;display:flex;align-items:center;justify-content:center;gap:10px;text-decoration:none;font-size:14px;font-weight:800;transition:.25s ease;white-space:nowrap;
}
.hg-footer-pill{background:#f7f9fc;border:1px solid var(--hg-line);color:var(--hg-text)}
.hg-footer-pill:hover{box-shadow:var(--hg-shadow);transform:translateY(-1px);border-color:var(--hg-warm-line);background:var(--hg-warm-soft);color:var(--hg-warm)}
.hg-footer-btn{background:linear-gradient(135deg,#0f172a 0%,#2850c7 65%,var(--hg-warm) 100%);color:#fff;box-shadow:0 10px 20px rgba(17,28,52,.12)}
.hg-footer-btn.hg-footer-btn-whatsapp{background:linear-gradient(135deg,var(--hg-whatsapp-dark) 0%,var(--hg-whatsapp) 100%);box-shadow:0 10px 20px rgba(37,211,102,.2)}
.hg-footer-btn:hover{transform:translateY(-1px)}
.hg-footer-main{padding:18px 0 10px}
.hg-footer-main-grid{display:grid;grid-template-columns:320px minmax(0,1fr);gap:16px;align-items:start}
.hg-footer-brand-card,.hg-footer-routes-card{background:rgba(255,255,255,.88);border:1px solid #e3e9f3;border-radius:24px;box-shadow:var(--hg-shadow);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}
.hg-footer-brand-card{padding:20px;position:sticky;top:90px}
.hg-footer-brand{display:flex;align-items:center;gap:12px;text-decoration:none;margin-bottom:16px}
.hg-footer-brand-mark{
  width:52px;height:52px;border-radius:16px;background:linear-gradient(135deg,#0f172a 0%,#2850c7 65%,var(--hg-warm) 100%);
  color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:800;flex:0 0 52px;box-shadow:0 10px 18px rgba(160,84,48,.16);
}
.hg-footer-brand-logo{display:block;width:auto;max-width:280px;height:60px;object-fit:contain}
.hg-footer-brand-text h3{margin:0;font-size:18px;line-height:1.15;font-weight:800;color:var(--hg-text)}
.hg-footer-brand-text p{margin:4px 0 0;font-size:11.5px;color:var(--hg-soft);font-weight:700}
.hg-footer-about{font-size:13px;line-height:1.75;color:var(--hg-soft);font-weight:600;margin-bottom:16px}
.hg-footer-mini-grid{display:grid;grid-template-columns:1fr;gap:8px;margin-bottom:16px}
.hg-footer-mini-link{
  display:flex;align-items:center;gap:10px;min-height:48px;padding:0 12px;text-decoration:none;color:var(--hg-text);
  border:1px solid #e5ebf5;background:#f8fbff;border-radius:16px;font-size:13px;font-weight:800;transition:.22s ease;
}
.hg-footer-mini-link:hover{background:#fff6f1;border-color:var(--hg-warm-line);transform:translateY(-1px)}
.hg-footer-mini-link i{width:30px;height:30px;border-radius:10px;background:var(--hg-warm-soft);color:var(--hg-warm);display:flex;align-items:center;justify-content:center;font-size:12px;flex:0 0 30px}
.hg-footer-social{display:flex;gap:8px;flex-wrap:wrap}
.hg-footer-social a{width:42px;height:42px;border-radius:14px;display:flex;align-items:center;justify-content:center;text-decoration:none;background:#ffffff;border:1px solid #e4ebf5;color:var(--hg-text);font-size:14px;transition:.22s ease}
.hg-footer-social a[aria-label="WhatsApp"]{color:var(--hg-whatsapp);border-color:var(--hg-whatsapp-line);background:var(--hg-whatsapp-soft)}
.hg-footer-social a[aria-label="Facebook"]{color:#1877f2}
.hg-footer-social a[aria-label="Instagram"]{color:#e1306c}
.hg-footer-social a[aria-label="YouTube"]{color:#ff0000}
.hg-footer-social a:hover{background:#ffffff;border-color:#d7e0ec;transform:translateY(-1px) scale(1.03);box-shadow:0 10px 18px rgba(15,23,42,.08)}
.hg-footer-routes-card{padding:18px}
.hg-footer-routes-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:14px;padding-bottom:12px;border-bottom:1px solid #e8edf5}
.hg-footer-routes-head-left span{display:inline-block;margin-bottom:6px;font-size:11px;line-height:1;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:var(--hg-warm)}
.hg-footer-routes-head-left h3{margin:0;font-size:22px;line-height:1.2;color:var(--hg-text);font-weight:800;letter-spacing:-.3px}
.hg-footer-routes-head-right{font-size:12.5px;color:var(--hg-soft);font-weight:700;white-space:nowrap}
.hg-footer-routes-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}
.hg-route-box{display:flex;flex-direction:column;min-width:0;background:#fbfdff;border:1px solid #e4ebf4;border-radius:18px;overflow:hidden;transition:.22s ease}
.hg-route-box:hover{box-shadow:var(--hg-shadow);transform:translateY(-1px);border-color:#ead6cc}
.hg-route-top{display:flex;align-items:center;gap:10px;padding:13px 12px;border-bottom:1px solid #edf2f8;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%)}
.hg-route-top i{width:32px;height:32px;border-radius:11px;background:var(--hg-warm-soft);color:var(--hg-warm);display:flex;align-items:center;justify-content:center;font-size:12px;flex:0 0 32px}
.hg-route-top h4{margin:0;font-size:13.5px;line-height:1.2;color:var(--hg-text);font-weight:800}
.hg-route-list{list-style:none;margin:0;padding:10px 12px 12px;display:flex;flex-direction:column;gap:4px}
.hg-route-list li{margin:0;padding:0}
.hg-route-list a{display:block;text-decoration:none;color:var(--hg-soft);font-size:12px;line-height:1.55;font-weight:700;padding:5px 0;transition:.18s ease}
.hg-route-list a:hover{color:var(--hg-warm);transform:translateX(2px)}
.hg-route-list li.hidden-route{display:none}
.hg-route-list.show-all li.hidden-route{display:block}
.hg-route-toggle{margin-top:auto;width:100%;border:none;border-top:1px solid #edf2f8;background:#fff;color:var(--hg-warm);font-size:11.5px;font-weight:800;letter-spacing:.02em;padding:10px 12px;cursor:pointer;transition:.22s ease}
.hg-route-toggle:hover{background:#fff6f1}
.hg-footer-bottom{padding:0 0 22px}
.hg-footer-bottom-bar{
  margin-top:16px;background:linear-gradient(135deg,#0f172a 0%,#172554 55%,#4a2f27 100%);border-radius:20px;padding:14px 18px;
  display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;
}
.hg-footer-bottom-bar p{margin:0;color:rgba(255,255,255,.78);font-size:12.5px;line-height:1.6;font-weight:600}
.hg-footer-bottom-bar p a{color:#fff;text-decoration:none;font-weight:800}
.hg-footer-bottom-bar p a:hover{color:#ffd7c2}
.hg-footer-bottom-links{display:flex;align-items:center;gap:14px;flex-wrap:wrap}
.hg-footer-bottom-links a{text-decoration:none;color:#fff;font-size:12.5px;font-weight:700;opacity:.82;transition:.18s ease}
.hg-footer-bottom-links a:hover{opacity:1;color:#ffd7c2}

@media (max-width:1280px){.hg-footer-routes-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width:1200px){
  .hg-topbar{grid-template-columns:240px minmax(240px,1fr) 200px 220px;gap:10px}
  .hg-dropdown{min-width:760px}
  .hg-dropdown-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:1024px){
  body{padding-top:74px}
  .hg-topbar{grid-template-columns:1fr auto;gap:10px}
  .hg-search,.hg-contact-pill,.hg-btn-primary,.hg-nav-row{display:none}
  .hg-mobile-toggle{display:flex;align-items:center;justify-content:center}
  .hg-mobile-panel{display:block;max-height:0;overflow:hidden;transition:max-height .38s ease;margin-top:10px}
  .hg-mobile-panel.open{max-height:1800px}
  .hg-mobile-inner{padding:6px 0 10px}
  .hg-mobile-search{display:block;position:relative;margin-bottom:2px}
  .hg-mobile-search input{width:100%;height:44px;border-radius:14px;border:1px solid var(--hg-line-2);background:#f7f9fc;padding:0 48px 0 13px;outline:none;font-size:12.5px;font-weight:600}
  .hg-mobile-search button{position:absolute;top:50%;right:5px;transform:translateY(-50%);width:34px;height:34px;border:none;border-radius:11px;background:linear-gradient(135deg,var(--hg-accent),var(--hg-warm));color:#fff;font-size:12px}
  .hg-mobile-grid,.hg-mobile-list,.hg-mobile-contact{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .hg-mobile-card{text-decoration:none;color:var(--hg-text);background:#fff;border:1px solid #e4ebf4;border-radius:14px;padding:10px 12px;min-height:58px;box-shadow:0 4px 10px rgba(15,23,42,.03);display:flex;align-items:center;gap:10px}
  .hg-mobile-card i,.hg-mobile-contact i{background:#fff3ee;color:var(--hg-warm)}
  .hg-mobile-card i{width:30px;height:30px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:12px;flex:0 0 30px}
  .hg-mobile-card strong{display:block;font-size:12.5px;line-height:1.2;font-weight:800;margin:0}
  .hg-mobile-list a{text-decoration:none;color:var(--hg-text);background:#fff;border:1px solid #e4ebf4;border-radius:12px;padding:10px 11px;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:space-between;min-height:44px}
  .hg-mobile-list a i{font-size:11px;color:#64748b;margin-left:8px;flex:0 0 auto}
  .hg-mobile-cta{margin-top:10px}
  .hg-mobile-cta .hg-btn-primary{display:flex!important;width:100%;height:46px;border-radius:14px;font-size:13px;gap:8px}
  .hg-mobile-contact a{text-decoration:none;color:var(--hg-text);background:#fff;border:1px solid #e4ebf4;border-radius:12px;padding:10px;display:flex;align-items:flex-start;gap:8px;min-height:70px}
  .hg-mobile-contact i{width:30px;height:30px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex:0 0 30px;font-size:11px}
  .hg-mobile-contact strong{display:block;font-size:11.5px;font-weight:800;margin-bottom:2px;line-height:1.2}
  .hg-mobile-contact span{display:block;font-size:10.5px;color:var(--hg-soft);line-height:1.35;word-break:break-word}
  .hg-footer-container{padding:0 12px}
  .hg-footer-cta-box,.hg-footer-main-grid{grid-template-columns:1fr}
  .hg-footer-brand-card{position:relative;top:auto}
  .hg-footer-routes-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:767px){
  .hg-header{padding:9px 10px 7px}
  .hg-brand{gap:10px}
  .hg-brand-mark{width:40px;height:40px;flex:0 0 40px;border-radius:12px;font-size:14px}
  .hg-brand-logo{height:50px;max-width:220px}
  .hg-brand-text h2{font-size:14px}
  .hg-brand-text p{font-size:10px;margin-top:3px}
  .hg-mobile-toggle{width:40px;height:40px;border-radius:12px;font-size:15px}
  .hg-mobile-panel{margin-top:8px}
  .hg-mobile-inner{padding:4px 0 8px}
  .hg-mobile-block{margin-top:10px;padding-top:10px}
  .hg-mobile-block-title{font-size:10.5px;margin-bottom:7px}
  .hg-mobile-grid,.hg-mobile-list,.hg-mobile-contact{gap:7px}
  .hg-mobile-card{padding:9px;min-height:72px;border-radius:12px}
  .hg-mobile-card i{width:28px;height:28px;border-radius:9px;font-size:11px}
  .hg-mobile-card strong{font-size:11.5px}
  .hg-mobile-list a{padding:9px 10px;min-height:40px;font-size:11.5px;border-radius:11px}
  .hg-mobile-contact a{padding:9px;min-height:64px;border-radius:11px}
  .hg-mobile-contact i{width:28px;height:28px;border-radius:9px;font-size:10px}
  .hg-mobile-contact strong{font-size:11px}
  .hg-mobile-contact span{font-size:10px}
  .hg-mobile-cta .hg-btn-primary{height:42px;font-size:12.5px;border-radius:12px}
  .hg-footer-cta{padding-top:14px}
  .hg-footer-cta-box{padding:14px;border-radius:18px;gap:12px}
  .hg-footer-cta-left{align-items:flex-start;gap:10px}
  .hg-footer-cta-icon{width:44px;height:44px;border-radius:14px;font-size:16px;flex:0 0 44px}
  .hg-footer-cta-text h2{font-size:18px}
  .hg-footer-cta-text p{font-size:12px;line-height:1.55}
  .hg-footer-cta-actions{grid-template-columns:1fr 1fr;gap:8px}
  .hg-footer-pill,.hg-footer-btn{height:44px;border-radius:14px;font-size:12px;gap:7px}
  .hg-footer-main{padding-top:12px}
  .hg-footer-brand-card,.hg-footer-routes-card{border-radius:18px;padding:14px}
  .hg-footer-brand{margin-bottom:12px}
  .hg-footer-brand-mark{width:42px;height:42px;border-radius:13px;font-size:15px;flex:0 0 42px}
  .hg-footer-brand-text h3{font-size:15px}
  .hg-footer-brand-text p{font-size:10.5px}
  .hg-footer-about{font-size:12px;line-height:1.65;margin-bottom:12px}
  .hg-footer-mini-link{min-height:42px;border-radius:13px;font-size:12px;padding:0 10px;gap:8px}
  .hg-footer-mini-link i{width:26px;height:26px;border-radius:9px;font-size:11px;flex:0 0 26px}
  .hg-footer-social a{width:36px;height:36px;border-radius:12px;font-size:12px}
  .hg-footer-routes-head{margin-bottom:10px;padding-bottom:10px;align-items:flex-start;flex-direction:column;gap:4px}
  .hg-footer-routes-head-left span{font-size:10px}
  .hg-footer-routes-head-left h3{font-size:18px}
  .hg-footer-routes-head-right{font-size:11.5px;white-space:normal}
  .hg-footer-routes-grid{grid-template-columns:1fr;gap:10px}
  .hg-route-box{border-radius:14px}
  .hg-route-top{padding:11px 10px;gap:8px}
  .hg-route-top i{width:28px;height:28px;border-radius:9px;font-size:11px;flex:0 0 28px}
  .hg-route-top h4{font-size:12.5px}
  .hg-route-list{padding:8px 10px 10px;gap:2px}
  .hg-route-list a{font-size:11.5px;line-height:1.45;padding:4px 0}
  .hg-route-toggle{font-size:11px;padding:9px 10px}
  .hg-footer-bottom{padding-bottom:16px}
  .hg-footer-bottom-bar{margin-top:12px;border-radius:16px;padding:12px;text-align:center;justify-content:center}
  .hg-footer-bottom-bar p{width:100%;text-align:center}
  .hg-footer-bottom-bar p,.hg-footer-bottom-links a{font-size:11.5px}
  .hg-footer-bottom-links{width:100%;justify-content:center;gap:10px}
}
