/* Saudi Bus Rental — Bus Rental Capacity — CAPACITY-PRO-2026-V4-SEO99 */
/* New CAPX design system. Content-only sitemap CSS. Header/footer are not touched. */
:root{
  --capx-green:#064c35;
  --capx-green-2:#08764f;
  --capx-gold:#d9a84c;
  --capx-ink:#102018;
  --capx-muted:#587064;
  --capx-soft:#f3f8f5;
  --capx-line:#d9e7df;
  --capx-white:#ffffff;
  --capx-shadow:0 22px 60px rgba(0,54,35,.12);
  --capx-radius:26px;
  --capx-side:2.5cm;
}
#ssr-static-page.ssr-sitemap-bus-rental-capacity .CAPX-page,
.ssr-static-page.ssr-sitemap-bus-rental-capacity .CAPX-page{
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
  padding:0!important;
  color:var(--capx-ink);
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  overflow:hidden;
}
.ssr-static-page.ssr-sitemap-bus-rental-capacity .CAPX-page *{
  box-sizing:border-box;
}
.CAPX-breadcrumb,
.CAPX-hero,
.CAPX-snapshot,
.CAPX-section,
.CAPX-faq,
.CAPX-final{
  width:100%;
  max-width:100%;
  margin-left:0;
  margin-right:0;
}
.CAPX-breadcrumb{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px;
  padding:22px 0 14px;
  color:#64786d;
  font-size:14px;
  line-height:1.4;
}
.CAPX-breadcrumb a{
  color:#0b6546!important;
  text-decoration:none!important;
  font-weight:700;
}
.CAPX-breadcrumb strong{
  color:#183025;
  font-weight:800;
}
.CAPX-hero{
  display:grid;
  grid-template-columns:minmax(0,1.03fr) minmax(320px,.97fr);
  gap:28px;
  align-items:stretch;
  padding:34px;
  border:1px solid rgba(6,76,53,.14);
  border-radius:34px;
  background:
    radial-gradient(circle at top left, rgba(217,168,76,.22), transparent 32%),
    linear-gradient(135deg,#f7fbf8 0%,#ffffff 48%,#eef7f2 100%);
  box-shadow:var(--capx-shadow);
  position:relative;
}
.CAPX-hero:before{
  content:"";
  position:absolute;
  inset:14px;
  border:1px solid rgba(6,76,53,.08);
  border-radius:26px;
  pointer-events:none;
}
.CAPX-hero-copy,.CAPX-hero-media{position:relative;z-index:1}
.CAPX-kicker,.CAPX-mini-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  width:max-content;
  max-width:100%;
  padding:8px 13px;
  border-radius:999px;
  background:rgba(8,118,79,.09);
  color:#075f42;
  border:1px solid rgba(8,118,79,.16);
  font-size:13px;
  line-height:1;
  font-weight:900;
  letter-spacing:.02em;
  text-transform:uppercase;
}
.CAPX-hero h1{
  margin:18px 0 16px;
  font-size:clamp(38px,4.8vw,72px);
  line-height:.98;
  letter-spacing:-.045em;
  color:#082218;
  max-width:980px;
}
.CAPX-lead{
  font-size:clamp(18px,2vw,24px);
  line-height:1.48;
  margin:0 0 14px;
  color:#20372c;
  font-weight:650;
}
.CAPX-support{
  margin:0 0 22px;
  color:#4d665b;
  font-size:17px;
  line-height:1.72;
}
.CAPX-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  align-items:center;
  margin-top:18px;
}
.CAPX-btn{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:14px 20px!important;
  border-radius:999px!important;
  font-weight:900!important;
  text-decoration:none!important;
  line-height:1.2;
  border:2px solid transparent!important;
  box-shadow:none!important;
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.CAPX-btn:hover{transform:translateY(-1px);box-shadow:0 10px 28px rgba(0,0,0,.12)!important}
.CAPX-btn-primary{
  background:var(--capx-green)!important;
  color:#fff!important;
  border-color:var(--capx-green)!important;
}
.CAPX-btn-secondary{
  background:#ffffff!important;
  color:#073b2a!important;
  border-color:#9fc7b5!important;
}
.CAPX-btn-soft{
  background:#eaf6ef!important;
  color:#073b2a!important;
  border-color:#d0eadc!important;
}
.CAPX-btn-light{
  background:#fff!important;
  color:#064c35!important;
  border-color:#fff!important;
}
.CAPX-btn-outline-light{
  background:transparent!important;
  color:#fff!important;
  border-color:rgba(255,255,255,.82)!important;
}
.CAPX-proof{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:22px;
}
.CAPX-proof span,.CAPX-badges span{
  display:inline-flex;
  padding:9px 12px;
  border-radius:999px;
  background:#fff;
  color:#355144;
  border:1px solid rgba(6,76,53,.12);
  font-size:13px;
  font-weight:800;
}
.CAPX-hero-media{
  overflow:hidden;
  border-radius:28px;
  margin:0;
  min-height:360px;
  background:linear-gradient(135deg,#e6f1eb,#ffffff);
  border:1px solid rgba(6,76,53,.14);
  box-shadow:0 24px 55px rgba(0,54,35,.12);
}
.CAPX-hero-media img{
  display:block;
  width:100%;
  height:100%;
  min-height:360px;
  object-fit:cover;
}
.CAPX-hero-media figcaption{
  position:absolute;
  left:18px;
  right:18px;
  bottom:18px;
  padding:12px 14px;
  border-radius:18px;
  background:rgba(5,34,24,.82);
  color:#fff;
  font-weight:750;
  font-size:14px;
  backdrop-filter:blur(8px);
}
.CAPX-snapshot{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
  margin:26px 0;
}
.CAPX-snapshot article,.CAPX-card,.CAPX-use-card,.CAPX-route-panel,.CAPX-decision,.CAPX-compare-card,.CAPX-matrix article,.CAPX-city-grid article,.CAPX-link-panel,.CAPX-visual-card{
  background:#fff;
  border:1px solid var(--capx-line);
  border-radius:var(--capx-radius);
  box-shadow:0 14px 38px rgba(0,54,35,.07);
}
.CAPX-snapshot article{
  padding:18px;
}
.CAPX-snapshot strong,.CAPX-matrix strong{
  display:block;
  font-size:18px;
  color:#0b3f2d;
  margin-bottom:8px;
}
.CAPX-snapshot span,.CAPX-matrix span{
  color:#5e756a;
  line-height:1.55;
}
.CAPX-section,.CAPX-faq{
  padding:54px 0;
}
.CAPX-soft{
  margin-left:calc(var(--capx-side) * -1);
  margin-right:calc(var(--capx-side) * -1);
  padding-left:var(--capx-side);
  padding-right:var(--capx-side);
  background:linear-gradient(180deg,#f3f8f5 0%,#ffffff 100%);
  border-top:1px solid #e1ece6;
  border-bottom:1px solid #e1ece6;
}
.CAPX-section-head{
  max-width:960px;
  margin:0 0 24px;
}
.CAPX-section-head h2{
  margin:14px 0 10px;
  font-size:clamp(30px,3.2vw,48px);
  line-height:1.05;
  letter-spacing:-.032em;
  color:#0b251b;
}
.CAPX-section-head p{
  margin:0;
  color:#61766c;
  font-size:18px;
  line-height:1.65;
}
.CAPX-two{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);
  gap:22px;
  align-items:start;
}
.CAPX-reverse{
  grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr);
}
.CAPX-card,.CAPX-decision,.CAPX-route-panel{
  padding:28px;
}
.CAPX-prose p,.CAPX-wide-copy p{
  color:#465f54;
  font-size:17px;
  line-height:1.82;
  margin:0 0 16px;
}
.CAPX-prose p:last-child,.CAPX-wide-copy p:last-child{margin-bottom:0}
.CAPX-decision{
  background:linear-gradient(135deg,#073b2a,#0b6848);
  color:#fff;
  position:sticky;
  top:24px;
}
.CAPX-decision h3,.CAPX-route-panel h3,.CAPX-compare-card h3,.CAPX-use-card h3,.CAPX-city-grid h3,.CAPX-link-panel h3{
  margin:0 0 12px;
  font-size:22px;
  color:#0b2d21;
}
.CAPX-decision h3{color:#fff}
.CAPX-decision p{color:#e3f1ea;line-height:1.72;margin:0 0 18px}
.CAPX-decision .CAPX-badges span{background:rgba(255,255,255,.12);color:#fff;border-color:rgba(255,255,255,.25)}
.CAPX-use-grid,.CAPX-matrix,.CAPX-city-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
.CAPX-use-card,.CAPX-compare-card,.CAPX-city-grid article{
  padding:24px;
}
.CAPX-use-card p,.CAPX-compare-card p,.CAPX-city-grid p{
  color:#536b60;
  line-height:1.72;
  margin:0;
}
.CAPX-route-panel{
  background:#0c3225;
  color:#fff;
}
.CAPX-route-panel h3{color:#fff}
.CAPX-route-panel ul{
  margin:0;
  padding-left:20px;
}
.CAPX-route-panel li{
  margin:10px 0;
  line-height:1.55;
  color:#eef8f2;
}
.CAPX-compare-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.CAPX-visual-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:22px;
}
.CAPX-visual-card{
  margin:0;
  overflow:hidden;
  background:#f6fbf8;
}
.CAPX-visual-card img{
  display:block;
  width:100%;
  height:330px;
  object-fit:cover;
  background:#e6f1eb;
}
.CAPX-visual-card figcaption{
  padding:16px 18px 18px;
  color:#496356;
  font-weight:760;
  line-height:1.5;
}
.CAPX-matrix article{padding:20px}
.CAPX-wide-copy{
  margin-top:20px;
  padding:28px;
  background:#fff;
  border:1px solid var(--capx-line);
  border-radius:var(--capx-radius);
}
.CAPX-link-grid{
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  gap:18px;
}
.CAPX-link-panel{
  padding:24px;
}
.CAPX-link-panel div{
  display:grid;
  gap:10px;
}
.CAPX-link-panel a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:12px 14px;
  border-radius:16px;
  color:#075f42!important;
  background:#f4faf7;
  border:1px solid #dcece4;
  text-decoration:none!important;
  font-weight:800;
}
.CAPX-link-panel a:after{
  content:"›";
  font-weight:900;
  opacity:.7;
}
.CAPX-faq-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.CAPX-faq details{
  background:#fff;
  border:1px solid var(--capx-line);
  border-radius:20px;
  padding:18px 20px;
  box-shadow:0 10px 25px rgba(0,54,35,.06);
}
.CAPX-faq summary{
  cursor:pointer;
  font-weight:900;
  color:#0b3f2d;
  line-height:1.4;
}
.CAPX-faq details p{
  margin:12px 0 0;
  color:#536b60;
  line-height:1.7;
}
.CAPX-final{
  margin:38px 0 0;
  padding:42px;
  border-radius:34px;
  background:
    radial-gradient(circle at right top,rgba(217,168,76,.28),transparent 35%),
    linear-gradient(135deg,#063824 0%,#0b6848 100%);
  color:#fff;
}
.CAPX-final h2{
  margin:12px 0;
  font-size:clamp(28px,3.2vw,48px);
  line-height:1.05;
}
.CAPX-final p{
  max-width:900px;
  color:#e6f5ee;
  font-size:18px;
  line-height:1.7;
}
.CAPX-actions-center{justify-content:flex-start}
@media(max-width:1440px){
  :root{--capx-side:2cm}
}
@media(max-width:1100px){
  .CAPX-hero,.CAPX-two,.CAPX-reverse,.CAPX-link-grid{grid-template-columns:1fr}
  .CAPX-snapshot,.CAPX-use-grid,.CAPX-matrix,.CAPX-city-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .CAPX-decision{position:relative;top:auto}
}
@media(max-width:760px){
  :root{--capx-side:16px}
  .CAPX-hero{padding:22px;border-radius:24px}
  .CAPX-hero h1{font-size:38px}
  .CAPX-snapshot,.CAPX-use-grid,.CAPX-matrix,.CAPX-city-grid,.CAPX-compare-grid,.CAPX-visual-grid,.CAPX-faq-grid{grid-template-columns:1fr}
  .CAPX-section,.CAPX-faq{padding:38px 0}
  .CAPX-soft{margin-left:-16px;margin-right:-16px;padding-left:16px;padding-right:16px}
  .CAPX-final{padding:28px;border-radius:24px}
  .CAPX-btn{width:100%}
  .CAPX-actions{width:100%}
}

/* SEO99 refinement: direct client-note section uses existing CAPX cards and route panel. */
.CAPX-client-note .CAPX-route-panel{background:linear-gradient(135deg,#063824,#0a5b3f)}
.CAPX-client-note .CAPX-card{border-color:#cde4d8}
