
/*
MR BUS Master Theme Core
Clean frontend shell for MR BUS LLC transport pages.
*/
:root{
  --mrbus-page-gap:2cm;
  --mrbus-blue:#075fb0;
  --mrbus-sky:#13a8ee;
  --mrbus-deep:#041e38;
  --mrbus-red:#e94224;
  --mrbus-orange:#ff7b22;
  --mrbus-soft:#f4fbff;
  --mrbus-text:#17324a;
  --mrbus-muted:#49647b;
  --mrbus-line:rgba(7,95,159,.14);
  --mrbus-shadow:0 24px 70px rgba(4,74,130,.10);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:#fff;
  color:var(--mrbus-text);
  font-family:Arial, Helvetica, sans-serif;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
}
a{color:var(--mrbus-blue)}
img{max-width:100%;height:auto}
.mrbus-shell,
.mrbus-content-shell{
  width:calc(100% - (var(--mrbus-page-gap) * 2));
  max-width:1920px;
  margin:0 auto;
}
.mrbus-page-main{
  width:100%;
  overflow:hidden;
}
.mrbus-standard-page{
  padding:54px 0 70px;
  background:linear-gradient(180deg,#f4fbff 0%,#fff 42%,#eef9ff 100%);
}
.mrbus-page-card{
  padding:clamp(24px,3vw,48px);
  border-radius:34px;
  background:rgba(255,255,255,.88);
  border:1px solid rgba(196,232,255,.9);
  box-shadow:var(--mrbus-shadow);
}
.mrbus-page-card h1{
  margin:0 0 18px;
  color:#063b70;
  font-size:clamp(34px,4vw,64px);
  line-height:1.05;
  letter-spacing:-1.2px;
}
.mrbus-page-card h2{
  margin:34px 0 12px;
  color:#063b70;
  font-size:clamp(26px,2.5vw,42px);
  line-height:1.12;
}
.mrbus-page-card h3{
  margin:26px 0 10px;
  color:#075fb0;
  font-size:clamp(21px,1.8vw,30px);
  line-height:1.16;
}
.mrbus-page-card p,
.mrbus-page-card li{
  color:#38536d;
  font-size:17px;
  line-height:1.78;
}
.mrbus-page-card table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  overflow:hidden;
  border-radius:18px;
  border:1px solid rgba(7,95,176,.15);
  background:#fff;
}
.mrbus-page-card th,
.mrbus-page-card td{
  padding:14px 16px;
  border-bottom:1px solid rgba(7,95,176,.10);
  text-align:left;
}
.mrbus-page-card th{
  color:#fff;
  background:linear-gradient(135deg,#075fb0,#13a8ee);
}
.mrbus-hidden{display:none!important}
.screen-reader-text{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}
@media(max-width:1380px){:root{--mrbus-page-gap:44px}}
@media(max-width:767px){:root{--mrbus-page-gap:12px}.mrbus-shell,.mrbus-content-shell{width:calc(100% - 24px)}}
