/* ═══════════════════════════════════════════════════════
   PUMP ONE INTERNATIONAL CORP — Global Stylesheet
   ═══════════════════════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy:    #002F6C;
  --navy-d:  #001E4D;
  --navy-l:  #1a4f9a;
  --orange:  #F26522;
  --orange-h:#D9541A;
  --sky:     #E8F2FA;
  --sky-d:   #D0E4F5;
  --text:    #1A1A2E;
  --muted:   #5A6478;
  --line:    #E2E8F0;
  --white:   #FFFFFF;
  --f-head:  'Barlow', sans-serif;
  --f-body:  'Inter', sans-serif;
  --radius:  8px;
  --shadow:  0 4px 20px rgba(0,47,108,.08);
  --shadow-lg:0 12px 40px rgba(0,47,108,.14);
  --mbn-h:   68px;  /* mobile bottom nav height */
}

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--f-body);
  color: var(--text);
  background: var(--white);
  font-size: 15px;
  line-height: 1.65;
  padding-bottom: 0;
}
@media (max-width: 768px) { body { padding-bottom: var(--mbn-h); } }

a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; }
button { cursor: pointer; }

/* ─── UTILITIES ─────────────────────────────────────────── */
.wrap { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.section-header { text-align: center; margin-bottom: 52px; }
.section-eyebrow {
  font-size: 11px; font-weight: 700; letter-spacing: 2.5px;
  text-transform: uppercase; color: var(--orange); margin-bottom: 10px;
}
.section-h2 {
  font-family: var(--f-head); font-size: 34px; font-weight: 800;
  color: var(--navy-d); letter-spacing: -.4px;
}
.section-sub {
  font-size: 15px; color: var(--muted);
  max-width: 540px; margin: 12px auto 0; line-height: 1.75;
}

/* ─── BUTTONS ───────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 24px; border-radius: var(--radius);
  font-family: var(--f-head); font-size: 14px; font-weight: 700;
  transition: all .2s; border: none; cursor: pointer; white-space: nowrap;
}
.btn-primary  { background: var(--navy);   color: #fff; }
.btn-primary:hover  { background: var(--navy-d); transform: translateY(-1px); }
.btn-orange   { background: var(--orange); color: #fff; }
.btn-orange:hover   { background: var(--orange-h); transform: translateY(-1px); }
.btn-outline  { background: transparent; color: var(--navy); border: 2px solid var(--navy); }
.btn-outline:hover  { background: var(--navy); color: #fff; }
.btn-outline-white  { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.5); }
.btn-outline-white:hover { background: rgba(255,255,255,.12); border-color: #fff; }
.btn-sm { padding: 8px 16px; font-size: 12.5px; }
.btn-lg { padding: 15px 32px; font-size: 16px; }

/* ─── BADGES ────────────────────────────────────────────── */
.badge {
  display: inline-block; padding: 3px 10px; border-radius: 100px;
  font-size: 11px; font-weight: 700; letter-spacing: .3px;
}
.badge-blue   { background: #dbeafe; color: #1d4ed8; }
.badge-yellow { background: #fef9c3; color: #854d0e; }
.badge-green  { background: #dcfce7; color: #166534; }
.badge-red    { background: #fee2e2; color: #991b1b; }
.badge-purple { background: #f3e8ff; color: #7e22ce; }
.badge-gray   { background: #f1f5f9; color: var(--muted); }

/* ─── TOPBAR ────────────────────────────────────────────── */
.topbar {
  background: var(--navy); color: rgba(255,255,255,.8);
  font-size: 12.5px; padding: 8px 0;
}
.topbar .wrap { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 6px; }
.topbar-left { display: flex; gap: 18px; flex-wrap: wrap; }
.topbar-left a, .topbar-left span {
  display: flex; align-items: center; gap: 5px;
  color: rgba(255,255,255,.8); transition: color .15s;
}
.topbar-left a:hover { color: #fff; }
.topbar-left i { color: var(--orange); font-size: 11px; }
.topbar-right { font-size: 11.5px; color: rgba(255,255,255,.5); }

/* ─── NAVBAR ────────────────────────────────────────────── */
.navbar {
  background: #fff; box-shadow: 0 2px 16px rgba(0,47,108,.07);
  position: sticky; top: 0; z-index: 900;
}
.nav-inner {
  display: flex; align-items: center;
  justify-content: space-between; padding: 12px 0; gap: 20px;
}
.logo { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.logo-icon {
  width: 44px; height: 44px; background: var(--navy);
  border-radius: 8px; display: flex; align-items: center; justify-content: center;
}
.logo-icon svg { width: 26px; height: 26px; }
.logo-text strong {
  font-family: var(--f-head); font-size: 17px; font-weight: 800;
  color: var(--navy); letter-spacing: -.2px; display: block; line-height: 1.1;
}
.logo-text span {
  font-size: 9.5px; font-weight: 600; color: var(--muted);
  letter-spacing: 1.4px; text-transform: uppercase;
}
.logo--white .logo-text strong { color: #fff; }
.logo--white .logo-text span   { color: rgba(255,255,255,.45); }

.nav-links { display: flex; list-style: none; gap: 2px; align-items: center; }
.nav-links a {
  font-size: 13.5px; font-weight: 600; color: var(--text);
  padding: 8px 12px; border-radius: 6px;
  transition: color .2s, background .2s;
  display: flex; align-items: center; gap: 4px;
}
.nav-links a:hover, .nav-links a.active { color: var(--navy); background: var(--sky); }
.nav-links a i { font-size: 9px; opacity: .6; }

/* Dropdown */
.has-dropdown { position: relative; }
.nav-dropdown {
  display: none; position: absolute; top: calc(100% + 8px); left: 0;
  background: #fff; border-radius: 10px; padding: 8px;
  box-shadow: var(--shadow-lg); border: 1px solid var(--line);
  min-width: 240px; z-index: 800;
}
.has-dropdown:hover .nav-dropdown { display: block; }
.nav-dropdown a {
  display: flex; align-items: center; gap: 10px;
  padding: 9px 12px; border-radius: 6px; font-size: 13px;
  color: var(--muted); font-weight: 500; transition: all .15s;
}
.nav-dropdown a:hover { background: var(--sky); color: var(--navy); }
.nav-dropdown a i { width: 16px; text-align: center; color: var(--orange); }
.nav-dropdown .see-all {
  border-top: 1px solid var(--line); margin-top: 4px; padding-top: 10px;
  font-weight: 700; color: var(--orange) !important;
}

.nav-right { display: flex; align-items: center; gap: 12px; }
.nav-cart {
  position: relative; width: 40px; height: 40px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 8px; color: var(--navy); font-size: 18px;
  background: var(--sky); transition: background .2s;
}
.nav-cart:hover, .nav-cart.active { background: var(--navy); color: #fff; }
.cart-badge {
  position: absolute; top: -4px; right: -4px;
  background: var(--orange); color: #fff;
  font-size: 10px; font-weight: 700; min-width: 18px; height: 18px;
  border-radius: 100px; display: flex; align-items: center; justify-content: center;
  padding: 0 3px; line-height: 1;
}
.btn-quote-nav {
  background: var(--orange); color: #fff;
  padding: 10px 18px; border-radius: 7px;
  font-family: var(--f-head); font-size: 12.5px; font-weight: 700;
  letter-spacing: .3px; transition: background .2s;
  white-space: nowrap;
}
.btn-quote-nav:hover { background: var(--orange-h); }

/* ─── MOBILE BOTTOM NAV ─────────────────────────────────── */
.mobile-bottom-nav {
  display: none;
  position: fixed; bottom: 0; left: 0; right: 0;
  height: var(--mbn-h); z-index: 950;
  background: #fff;
  border-top: 1px solid var(--line);
  box-shadow: 0 -4px 20px rgba(0,0,0,.08);
  flex-direction: row; justify-content: space-around; align-items: center;
  padding: 0 8px; padding-bottom: env(safe-area-inset-bottom, 0px);
}
@media (max-width: 768px) { .mobile-bottom-nav { display: flex; } }

.mbn-item {
  flex: 1; display: flex; flex-direction: column; align-items: center;
  justify-content: center; gap: 3px; padding: 6px 4px;
  color: var(--muted); font-size: 10px; font-weight: 600;
  text-align: center; position: relative; transition: color .2s;
  -webkit-tap-highlight-color: transparent;
}
.mbn-item i { font-size: 20px; transition: transform .2s; }
.mbn-item span { font-size: 10px; line-height: 1; }
.mbn-item:hover i, .mbn-item.active i { transform: translateY(-2px); }
.mbn-item.active { color: var(--navy); }
.mbn-item:active { color: var(--orange); }

/* Cart bubble in mobile nav */
.mbn-cart-bubble {
  position: relative; width: 44px; height: 44px;
  background: var(--navy); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin-top: -18px;
  box-shadow: 0 4px 12px rgba(0,47,108,.3);
  transition: background .2s, transform .2s;
}
.mbn-cart .mbn-cart-bubble i { font-size: 18px; color: #fff; }
.mbn-item.mbn-cart { color: var(--navy); }
.mbn-item.mbn-cart.active .mbn-cart-bubble { background: var(--orange); }
.mbn-item.mbn-cart:active .mbn-cart-bubble { transform: scale(.92); }
.mbn-badge {
  position: absolute; top: -3px; right: -3px;
  background: var(--orange); color: #fff;
  font-size: 9px; font-weight: 800; min-width: 16px; height: 16px;
  border-radius: 100px; display: flex; align-items: center; justify-content: center;
  padding: 0 3px; border: 2px solid #fff;
}

/* Hide topbar + desktop nav on mobile */
@media (max-width: 768px) {
  .topbar { display: none; }
  .nav-links { display: none; }
  .btn-quote-nav { display: none; }
  .navbar { top: 0; }
  .nav-cart { background: transparent; }
}

/* ─── HERO ──────────────────────────────────────────────── */
.hero {
  background: linear-gradient(135deg, var(--sky) 0%, #dce9f5 100%);
  padding: 64px 0 0; overflow: hidden;
}
.hero-inner {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 48px; align-items: start;
}
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; gap: 32px; }
  .hero { padding: 32px 0 0; }
}
.hero-left { padding-bottom: 64px; }
@media (max-width: 900px) { .hero-left { padding-bottom: 0; } }
.hero-eyebrow {
  display: inline-block; background: rgba(0,47,108,.1); color: var(--navy);
  font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
  padding: 6px 14px; border-radius: 100px; margin-bottom: 20px;
  border-left: 3px solid var(--orange);
}
.hero-h1 {
  font-family: var(--f-head); font-size: 46px; font-weight: 800;
  line-height: 1.1; color: var(--navy-d); margin-bottom: 18px; letter-spacing: -.5px;
}
.hero-h1 span { color: var(--orange); }
@media (max-width: 768px) { .hero-h1 { font-size: 32px; } }
.hero-desc {
  font-size: 15px; color: var(--muted); line-height: 1.75;
  margin-bottom: 32px; max-width: 420px;
}
.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 36px; }
.trust-badges { display: flex; gap: 20px; flex-wrap: wrap; }
.trust-badge {
  display: flex; align-items: center; gap: 8px;
  font-size: 12px; font-weight: 600; color: var(--muted);
}
.trust-badge i {
  color: var(--navy); font-size: 18px;
  background: rgba(0,47,108,.08); padding: 7px; border-radius: 50%;
}
.trust-badge span { line-height: 1.3; }

.hero-right { position: relative; }
.hero-img-wrap {
  position: relative; border-radius: 16px 16px 0 0;
  overflow: hidden; height: 460px;
}
@media (max-width: 900px) {
  .hero-img-wrap { height: 260px; border-radius: 12px; }
}
.hero-img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.hero-img-placeholder {
  width: 100%; height: 100%;
  background: linear-gradient(135deg, #0d2b52 0%, #1a4b8c 40%, #1560bd 100%);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.12); font-size: 80px;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(160deg, rgba(0,30,77,.15) 0%, rgba(0,47,108,.3) 100%);
}

/* Quick Inquiry */
.quick-inquiry {
  position: absolute; bottom: 20px; right: 20px;
  background: #fff; border-radius: 12px; padding: 20px 20px;
  width: 220px; box-shadow: 0 8px 32px rgba(0,0,0,.18);
}
@media (max-width: 900px) { .quick-inquiry { display: none; } }
.qi-title { font-family: var(--f-head); font-size: 13.5px; font-weight: 700; color: var(--navy); margin-bottom: 3px; }
.qi-sub { font-size: 11px; color: var(--muted); margin-bottom: 12px; }
.qi-field {
  display: flex; align-items: center; gap: 7px;
  border: 1.5px solid var(--line); border-radius: 6px;
  padding: 7px 9px; margin-bottom: 7px;
  font-size: 11.5px; color: var(--muted);
}
.qi-field i { font-size: 11px; color: #b0b8c8; }
.qi-select {
  border: 1.5px solid var(--line); border-radius: 6px;
  padding: 7px 9px; width: 100%; font-size: 11.5px; color: var(--muted);
  font-family: var(--f-body); margin-bottom: 9px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23b0b8c8'/%3E%3C/svg%3E") no-repeat right 9px center;
  appearance: none;
}
.qi-btn {
  background: var(--orange); color: #fff; border: none; border-radius: 6px;
  padding: 9px; width: 100%; font-size: 12px; font-weight: 700;
  font-family: var(--f-head); cursor: pointer; transition: background .2s; letter-spacing: .5px;
}
.qi-btn:hover { background: var(--orange-h); }
.qi-privacy { font-size: 10px; color: #b0b8c8; text-align: center; margin-top: 7px; display: flex; align-items: center; justify-content: center; gap: 3px; }

/* ─── SERVICES STRIP ────────────────────────────────────── */
.services-strip { background: #fff; border-bottom: 1px solid var(--line); }
.services-grid {
  display: grid; grid-template-columns: repeat(5, 1fr);
  border-left: 1px solid var(--line);
}
@media (max-width: 900px) { .services-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .services-grid { grid-template-columns: 1fr; } }
.service-item {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 22px 18px; border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line); transition: background .2s;
}
.service-item:hover { background: var(--sky); }
.si-icon {
  flex-shrink: 0; width: 38px; height: 38px; background: var(--sky);
  border-radius: 8px; display: flex; align-items: center; justify-content: center;
  color: var(--navy); font-size: 16px; transition: background .2s, color .2s;
}
.service-item:hover .si-icon { background: var(--navy); color: #fff; }
.si-body h4 { font-family: var(--f-head); font-size: 13px; font-weight: 700; color: var(--navy); margin-bottom: 3px; }
.si-body p  { font-size: 12px; color: var(--muted); line-height: 1.5; }
.si-link    { display: inline-flex; align-items: center; gap: 4px; font-size: 11.5px; font-weight: 600; color: var(--orange); margin-top: 5px; }
.si-link:hover { text-decoration: underline; }

/* ─── STATS BAR ─────────────────────────────────────────── */
.stats-bar {
  background: linear-gradient(90deg, var(--navy-d) 0%, var(--navy) 100%);
  padding: 36px 0;
}
.stats-grid {
  display: grid; grid-template-columns: repeat(5, 1fr);
  text-align: center;
}
@media (max-width: 768px) { .stats-grid { grid-template-columns: repeat(3, 1fr); gap: 24px; } }
@media (max-width: 480px) { .stats-grid { grid-template-columns: repeat(2, 1fr); } }
.stat-item { padding: 0 16px; border-right: 1px solid rgba(255,255,255,.12); color: #fff; }
.stat-item:last-child { border-right: none; }
@media (max-width: 768px) { .stat-item { border: none; } }
.stat-icon { font-size: 18px; margin-bottom: 8px; color: var(--orange); }
.stat-num {
  font-family: var(--f-head); font-size: 36px; font-weight: 800;
  line-height: 1; margin-bottom: 6px;
  display: flex; align-items: flex-start; justify-content: center; gap: 2px;
}
.stat-num .plus { font-size: 20px; margin-top: 5px; color: var(--orange); }
.stat-label { font-size: 12px; color: rgba(255,255,255,.6); line-height: 1.4; }

/* ─── FEATURED SOLUTIONS ────────────────────────────────── */
.featured { padding: 72px 0; }
.solutions-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px;
}
@media (max-width: 900px) { .solutions-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .solutions-grid { grid-template-columns: 1fr; } }
.sol-card {
  border-radius: 12px; overflow: hidden;
  border: 1px solid var(--line); transition: box-shadow .25s, transform .25s;
}
.sol-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.sol-img {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.sol-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 12px;
  transition: transform .4s;
}
.sol-card:hover .sol-img img { transform: scale(1.02); }
.sol-img-placeholder {
  width: 100%; height: 100%;
  background: linear-gradient(135deg, #1a3a6e 0%, #2a5298 100%);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.3); font-size: 42px;
}
.sol-body { padding: 22px; }
.sol-body h3 { font-family: var(--f-head); font-size: 18px; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.sol-body p  { font-size: 13.5px; color: var(--muted); line-height: 1.65; margin-bottom: 16px; }
.sol-link    { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 700; color: var(--orange); }
.sol-link:hover { text-decoration: underline; }

/* ─── HOW WE WORK ───────────────────────────────────────── */
.how { padding: 72px 0; background: var(--sky); }
.steps-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; position: relative;
}
@media (max-width: 768px) { .steps-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 400px) { .steps-grid { grid-template-columns: 1fr; } }
.steps-connector {
  position: absolute; top: 27px;
  left: calc(12.5% + 28px); right: calc(12.5% + 28px);
  height: 2px;
  background: repeating-linear-gradient(90deg, var(--navy) 0, var(--navy) 8px, transparent 8px, transparent 16px);
  pointer-events: none;
}
@media (max-width: 768px) { .steps-connector { display: none; } }
.step-item { text-align: center; padding: 0 8px; position: relative; z-index: 1; }
.step-num {
  width: 56px; height: 56px; background: var(--navy); color: #fff;
  border-radius: 50%; font-family: var(--f-head); font-size: 20px; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 18px; border: 4px solid #dce9f5;
}
.step-num.orange { background: var(--orange); }
.step-icon-el { font-size: 22px; color: var(--navy); margin-bottom: 10px; display: block; }
.step-item h4 { font-family: var(--f-head); font-size: 16px; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.step-item p  { font-size: 13px; color: var(--muted); line-height: 1.6; }

/* ─── INDUSTRIES ────────────────────────────────────────── */
.industries { padding: 72px 0; }
.industries-grid {
  display: grid; grid-template-columns: repeat(8, 1fr); gap: 12px;
}
@media (max-width: 900px) { .industries-grid { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 480px) { .industries-grid { grid-template-columns: repeat(3, 1fr); } }
.industry-item {
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  padding: 18px 8px; border: 1.5px solid var(--line); border-radius: 10px;
  text-align: center; transition: background .2s, border-color .2s, transform .2s;
}
.industry-item:hover { background: var(--sky); border-color: var(--navy); transform: translateY(-2px); }
.industry-item i    { font-size: 26px; color: var(--navy); }
.industry-item span { font-size: 11.5px; font-weight: 600; color: var(--muted); line-height: 1.3; }

/* ─── SOCIAL PROOF ──────────────────────────────────────── */
.social-proof { padding: 72px 0; background: #f7f9fc; }
.proof-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 40px; }
@media (max-width: 900px) { .proof-grid { grid-template-columns: 1fr; gap: 32px; } }
.proof-block h3 {
  font-family: var(--f-head); font-size: 16px; font-weight: 700;
  color: var(--navy); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 18px;
}
.testimonial-card {
  background: #fff; border-radius: 10px; padding: 24px;
  border-left: 4px solid var(--orange); box-shadow: var(--shadow);
}
.testimonial-card .qmark { font-size: 44px; color: var(--orange); line-height: .6; font-family: Georgia; margin-bottom: 10px; }
.testimonial-card p  { font-size: 13.5px; color: var(--muted); line-height: 1.75; font-style: italic; margin-bottom: 14px; }
.testimonial-card strong { font-size: 12.5px; font-weight: 700; color: var(--navy); display: block; }
.testimonial-card span   { font-size: 12px; color: var(--muted); }
.logos-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.logo-pill {
  background: #fff; border: 1.5px solid var(--line); border-radius: 8px;
  padding: 12px 14px; display: flex; align-items: center; justify-content: center;
  font-family: var(--f-head); font-size: 11.5px; font-weight: 700;
  color: var(--navy); min-height: 50px; text-align: center; line-height: 1.3;
}
.case-card { background: #fff; border-radius: 10px; overflow: hidden; border: 1.5px solid var(--line); }
.case-img  {
  height: 120px; background: linear-gradient(135deg, #1a5276 0%, #2980b9 100%);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.35); font-size: 40px;
}
.case-img img { width: 100%; height: 100%; object-fit: cover; }
.case-body { padding: 16px; }
.case-tag  { font-size: 10.5px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--orange); margin-bottom: 5px; }
.case-body h4 { font-family: var(--f-head); font-size: 14px; font-weight: 700; color: var(--navy); margin-bottom: 7px; }
.case-body p  { font-size: 12.5px; color: var(--muted); line-height: 1.6; margin-bottom: 12px; }
.case-link    { display: inline-flex; align-items: center; gap: 5px; font-size: 12.5px; font-weight: 700; color: var(--orange); }
.case-link:hover { text-decoration: underline; }

/* ─── CTA BANNER ────────────────────────────────────────── */
.cta-banner {
  background: linear-gradient(90deg, var(--navy-d) 0%, var(--navy) 60%, var(--navy-l) 100%);
  padding: 52px 0;
}
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap; }
.cta-icon-el {
  width: 56px; height: 56px; background: rgba(255,255,255,.1);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 24px; color: #fff; flex-shrink: 0;
}
.cta-text h2 { font-family: var(--f-head); font-size: 26px; font-weight: 800; color: #fff; margin-bottom: 4px; }
.cta-text p  { font-size: 14px; color: rgba(255,255,255,.6); }
.cta-actions { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; }
@media (max-width: 768px) { .cta-inner { flex-direction: column; text-align: center; } .cta-actions { align-items: center; } }
.cta-phone { font-size: 13px; color: rgba(255,255,255,.6); display: flex; align-items: center; gap: 6px; }
.cta-phone strong { color: rgba(255,255,255,.9); }

/* ─── FOOTER ────────────────────────────────────────────── */
.footer { background: var(--navy-d); padding: 56px 0 0; color: rgba(255,255,255,.7); }
.footer-grid {
  display: grid; grid-template-columns: 2fr 1fr 1.2fr 1fr 1.4fr; gap: 40px;
  padding-bottom: 48px;
}
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; } }
@media (max-width: 480px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-brand p { font-size: 13px; color: rgba(255,255,255,.5); line-height: 1.7; margin: 14px 0 20px; }
.footer-socials { display: flex; gap: 10px; }
.social-btn {
  width: 34px; height: 34px; background: rgba(255,255,255,.08);
  border-radius: 6px; display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.6); font-size: 14px; transition: background .2s, color .2s;
}
.social-btn:hover { background: var(--orange); color: #fff; }
.footer-col h4 {
  font-family: var(--f-head); font-size: 11px; font-weight: 700;
  letter-spacing: 1.8px; text-transform: uppercase; color: rgba(255,255,255,.38);
  margin-bottom: 16px;
}
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 8px; }
.footer-col ul a { font-size: 13px; color: rgba(255,255,255,.6); transition: color .2s; }
.footer-col ul a:hover { color: #fff; }
.footer-contact-item { display: flex; gap: 10px; margin-bottom: 12px; font-size: 13px; color: rgba(255,255,255,.6); }
.footer-contact-item i { color: var(--orange); margin-top: 2px; flex-shrink: 0; }
.footer-contact-item a { color: rgba(255,255,255,.6); transition: color .2s; }
.footer-contact-item a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.07); padding: 18px 0; }
.footer-bottom-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; }
.footer-bottom p { font-size: 12px; color: rgba(255,255,255,.3); }
.footer-bottom-links { display: flex; gap: 20px; }
.footer-bottom-links a { font-size: 12px; color: rgba(255,255,255,.3); transition: color .2s; }
.footer-bottom-links a:hover { color: rgba(255,255,255,.7); }

/* ─── PRODUCTS PAGE ─────────────────────────────────────── */
.page-banner {
  background: linear-gradient(135deg, var(--navy-d) 0%, var(--navy) 100%);
  padding: 48px 0;
}
.page-banner h1 { font-family: var(--f-head); font-size: 36px; font-weight: 800; color: #fff; margin-bottom: 8px; }
.page-banner p  { color: rgba(255,255,255,.65); font-size: 15px; }
.breadcrumb { display: flex; align-items: center; gap: 6px; margin-bottom: 12px; }
.breadcrumb a, .breadcrumb span { font-size: 12.5px; color: rgba(255,255,255,.5); }
.breadcrumb a:hover { color: rgba(255,255,255,.9); }
.breadcrumb .sep { color: rgba(255,255,255,.3); }
.breadcrumb .cur { color: rgba(255,255,255,.85); }

.products-layout {
  display: grid; grid-template-columns: 260px 1fr; gap: 32px;
  padding: 40px 0 72px;
}
@media (max-width: 900px) { .products-layout { grid-template-columns: 1fr; } }

/* Sidebar */
.sidebar { }
.sidebar-card {
  background: #fff; border: 1px solid var(--line); border-radius: 10px;
  padding: 20px; margin-bottom: 20px;
}
.sidebar-card h3 {
  font-family: var(--f-head); font-size: 14px; font-weight: 700;
  color: var(--navy); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 14px;
}
.filter-item {
  display: flex; align-items: center; justify-content: space-between;
  padding: 8px 10px; border-radius: 6px; cursor: pointer; font-size: 13.5px;
  color: var(--muted); transition: background .15s, color .15s; text-decoration: none;
}
.filter-item:hover, .filter-item.active { background: var(--sky); color: var(--navy); }
.filter-item.active { font-weight: 600; }
.filter-count {
  background: var(--line); color: var(--muted); font-size: 11px; font-weight: 600;
  padding: 1px 7px; border-radius: 100px;
}
.filter-item.active .filter-count { background: var(--navy); color: #fff; }
.sidebar-search {
  display: flex; border: 1.5px solid var(--line); border-radius: 8px; overflow: hidden;
}
.sidebar-search input {
  flex: 1; padding: 10px 12px; font-size: 13.5px; border: none; outline: none;
  font-family: var(--f-body);
}
.sidebar-search button {
  background: var(--navy); color: #fff; border: none; padding: 0 14px;
  font-size: 14px; cursor: pointer; transition: background .2s;
}
.sidebar-search button:hover { background: var(--orange); }

/* Product Grid */
.products-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px;
}
@media (max-width: 1100px) { .products-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px)  { .products-grid { grid-template-columns: 1fr; } }
.product-card {
  border: 1px solid var(--line); border-radius: 12px; overflow: hidden;
  transition: box-shadow .25s, transform .25s; background: #fff;
  display: flex; flex-direction: column;
}
.product-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); }
.product-img {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.product-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 14px;
  transition: transform .4s;
}
.product-card:hover .product-img img { transform: scale(1.02); }
.product-img-placeholder {
  width: 100%; height: 100%; background: linear-gradient(135deg, var(--sky) 0%, #c8ddf0 100%);
  display: flex; align-items: center; justify-content: center;
  color: rgba(0,47,108,.2); font-size: 40px;
}
.product-badge {
  position: absolute; top: 10px; left: 10px;
  background: var(--orange); color: #fff;
  font-size: 10px; font-weight: 700; letter-spacing: .5px;
  padding: 3px 9px; border-radius: 100px; text-transform: uppercase;
}
.product-body { padding: 16px; flex: 1; display: flex; flex-direction: column; }
.product-meta { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 8px; }
.product-cat {
  font-size: 10.5px; font-weight: 600; color: var(--orange);
  text-transform: uppercase; letter-spacing: .5px;
}
.product-brand {
  font-size: 10.5px; font-weight: 600; color: var(--muted);
  padding: 1px 7px; background: var(--line); border-radius: 100px;
}
.product-body h3 { font-family: var(--f-head); font-size: 15px; font-weight: 700; color: var(--navy); margin-bottom: 6px; }
.product-body p  { font-size: 12.5px; color: var(--muted); line-height: 1.6; flex: 1; margin-bottom: 14px; }
.product-model { font-size: 11.5px; color: var(--muted); margin-bottom: 12px; }
.product-model strong { color: var(--text); }
.product-actions { display: flex; gap: 8px; }
.product-actions a, .product-actions button {
  flex: 1; text-align: center; padding: 9px 8px; border-radius: 7px;
  font-family: var(--f-head); font-size: 12.5px; font-weight: 700;
  transition: all .2s; border: none; cursor: pointer;
}
.btn-view-product { background: var(--sky); color: var(--navy); }
.btn-view-product:hover { background: var(--navy); color: #fff; }
.btn-add-cart { background: var(--orange); color: #fff; }
.btn-add-cart:hover { background: var(--orange-h); }
.btn-add-cart.in-cart { background: #dcfce7; color: #166534; }

/* Pagination */
.pagination { display: flex; gap: 6px; justify-content: center; padding-top: 32px; flex-wrap: wrap; }
.pagination a, .pagination span {
  display: flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; border-radius: 7px;
  font-size: 13.5px; font-weight: 600; border: 1.5px solid var(--line);
  color: var(--muted); transition: all .2s;
}
.pagination a:hover    { border-color: var(--navy); color: var(--navy); background: var(--sky); }
.pagination .cur-page  { background: var(--navy); color: #fff; border-color: var(--navy); }

/* ─── PRODUCT DETAIL ────────────────────────────────────── */
.product-detail { padding: 48px 0 72px; }
.product-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; }
@media (max-width: 900px) { .product-detail-grid { grid-template-columns: 1fr; } }
.product-gallery { }
.gallery-main {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  border-radius: 12px;
  overflow: hidden;
  border: 1.5px solid var(--line);
  background: #fff;
  margin-bottom: 12px;
}
.gallery-main img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 14px;
}
.gallery-thumbs { display: flex; gap: 10px; flex-wrap: wrap; }
.gallery-thumb {
  width: 70px; height: 70px; border-radius: 8px; overflow: hidden;
  border: 2px solid var(--line); cursor: pointer; transition: border-color .2s;
  background: #fff;
}
.gallery-thumb.active { border-color: var(--orange); }
.gallery-thumb img    { width: 100%; height: 100%; object-fit: contain; padding: 5px; }

.product-info { }
.product-info .cat-link { font-size: 12px; font-weight: 600; color: var(--orange); text-transform: uppercase; letter-spacing: 1px; }
.product-info h1 {
  font-family: var(--f-head); font-size: 30px; font-weight: 800;
  color: var(--navy-d); margin: 10px 0 6px; line-height: 1.15;
}
.product-info .brand-pill {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--sky); color: var(--navy); padding: 4px 12px;
  border-radius: 100px; font-size: 12px; font-weight: 600; margin-bottom: 16px;
}
.product-info .short-desc { font-size: 14.5px; color: var(--muted); line-height: 1.75; margin-bottom: 24px; }
.add-to-quote-bar {
  display: flex; gap: 12px; align-items: center; flex-wrap: wrap;
  background: var(--sky); border-radius: 10px; padding: 20px; margin-bottom: 28px;
}
.qty-control { display: flex; align-items: center; gap: 0; border: 1.5px solid var(--line); border-radius: 7px; overflow: hidden; }
.qty-control button { width: 36px; height: 40px; background: var(--line); border: none; font-size: 16px; cursor: pointer; }
.qty-control input  { width: 48px; height: 40px; border: none; text-align: center !important; font-size: 15px; font-weight: 600; outline: none; -moz-appearance: textfield; }
.btn-add-to-quote {
  flex: 1; background: var(--orange); color: #fff;
  padding: 12px 20px; border-radius: 8px; border: none;
  font-family: var(--f-head); font-size: 14px; font-weight: 700;
  display: flex; align-items: center; justify-content: center; gap: 8px;
  cursor: pointer; transition: background .2s; min-width: 180px;
}
.btn-add-to-quote:hover  { background: var(--orange-h); }
.btn-add-to-quote.in-cart { background: #166534; }
.specs-section { margin-top: 22px; }
.specs-section h3 { font-family: var(--f-head); font-size: 16px; font-weight: 700; color: var(--navy); margin-bottom: 10px; }
.specs-table { width: 100%; border-collapse: collapse; font-size: 13px; border-radius: 8px; overflow: hidden; }
.specs-table tr:nth-child(odd)  { background: var(--sky); }
.specs-table tr:nth-child(even) { background: #fff; }
.specs-table td { padding: 8px 12px; border-bottom: 1px solid var(--line); vertical-align: middle; }
.specs-table td:first-child { font-weight: 600; color: var(--navy); width: 44%; }
.specs-table tr:last-child td { border-bottom: none; }

/* ─── CART PAGE ─────────────────────────────────────────── */
.cart-page { padding: 48px 0 72px; }
.cart-layout { display: grid; grid-template-columns: 1fr 380px; gap: 32px; }
@media (max-width: 900px) { .cart-layout { grid-template-columns: 1fr; } }
.cart-items { }
.cart-item {
  display: grid; grid-template-columns: 80px 1fr auto; gap: 16px;
  align-items: center; padding: 16px; background: #fff;
  border: 1px solid var(--line); border-radius: 10px; margin-bottom: 12px;
}
.cart-item-img {
  width: 80px; height: 80px; border-radius: 8px; overflow: hidden;
  background: var(--sky); flex-shrink: 0;
}
.cart-item-img img { width: 100%; height: 100%; object-fit: cover; }
.cart-item-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; color: rgba(0,47,108,.25); font-size: 28px; }
.cart-item-info h4 { font-family: var(--f-head); font-size: 15px; font-weight: 700; color: var(--navy); margin-bottom: 3px; }
.cart-item-info .model { font-size: 12px; color: var(--muted); margin-bottom: 8px; }
.cart-item-remove { font-size: 18px; color: var(--muted); background: none; border: none; cursor: pointer; padding: 4px; transition: color .2s; }
.cart-item-remove:hover { color: #c0392b; }
.cart-empty {
  text-align: center; padding: 60px 24px;
  border: 2px dashed var(--line); border-radius: 12px;
  color: var(--muted);
}
.cart-empty i    { font-size: 52px; margin-bottom: 16px; color: var(--line); }
.cart-empty h3   { font-family: var(--f-head); font-size: 20px; color: var(--muted); margin-bottom: 8px; }
.cart-sidebar    { }
.cart-form-card  { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 24px; position: sticky; top: 100px; }
.cart-form-card h3 { font-family: var(--f-head); font-size: 18px; font-weight: 700; color: var(--navy); margin-bottom: 20px; }
.form-group { margin-bottom: 14px; }
.form-group label { font-size: 12.5px; font-weight: 600; color: var(--text); display: block; margin-bottom: 5px; }
.form-group label .req { color: var(--orange); }
.form-control {
  width: 100%; padding: 10px 12px; border: 1.5px solid var(--line);
  border-radius: 7px; font-size: 13.5px; font-family: var(--f-body);
  transition: border-color .2s; outline: none; color: var(--text);
}
.form-control:focus { border-color: var(--navy); }
.form-control.error { border-color: #c0392b; }
textarea.form-control { resize: vertical; min-height: 90px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.btn-submit-quote {
  width: 100%; padding: 14px; background: var(--orange); color: #fff;
  border: none; border-radius: 8px; font-family: var(--f-head);
  font-size: 15px; font-weight: 700; cursor: pointer; transition: background .2s;
  display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 6px;
}
.btn-submit-quote:hover { background: var(--orange-h); }
.cart-summary { border-top: 1px solid var(--line); margin-top: 18px; padding-top: 14px; }
.cart-summary p { font-size: 12.5px; color: var(--muted); line-height: 1.6; }

/* ─── TOAST ─────────────────────────────────────────────── */
#toastContainer { position: fixed; bottom: calc(var(--mbn-h) + 16px); right: 16px; z-index: 9999; display: flex; flex-direction: column; gap: 10px; }
@media (min-width: 769px) { #toastContainer { bottom: 16px; } }
.toast {
  background: var(--navy-d); color: #fff; padding: 12px 18px;
  border-radius: 10px; font-size: 13.5px; display: flex; align-items: center; gap: 10px;
  box-shadow: 0 4px 20px rgba(0,0,0,.25); max-width: 300px;
  animation: toastIn .3s ease; pointer-events: none;
}
.toast.success { background: #166534; }
.toast.error   { background: #991b1b; }
.toast i { font-size: 16px; }
@keyframes toastIn  { from { opacity: 0; transform: translateX(30px); } to { opacity: 1; transform: none; } }
@keyframes toastOut { from { opacity: 1; transform: none; } to { opacity: 0; transform: translateX(30px); } }

/* ─── FORMS (contact, quick inquiry) ───────────────────── */
.contact-page { padding: 56px 0; }
.contact-layout { display: grid; grid-template-columns: 1fr 1.4fr; gap: 48px; }
@media (max-width: 900px) { .contact-layout { grid-template-columns: 1fr; } }

/* ─── NO RESULTS ────────────────────────────────────────── */
.no-results { text-align: center; padding: 60px; color: var(--muted); }
.no-results i { font-size: 40px; margin-bottom: 12px; }
.no-results h3 { font-family: var(--f-head); font-size: 20px; margin-bottom: 8px; }

/* ═══════════════════════════════════════════════════════
   PUMP ONE — Concept 04 additions
   Real logo, photo placeholders, client-name fallbacks
   ═══════════════════════════════════════════════════════ */

/* ─── Real logo image (replaces inline SVG icon block) ────── */
.logo-img {
  width: 44px; height: 44px;
  border-radius: 8px;
  object-fit: contain;
  background: #fff;
  flex-shrink: 0;
}

/* ─── Hero photo (right side of hero, behind Quick Inquiry) ─ */
.hero-photo {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #002F6C 0%, #001E4D 100%);
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  overflow: hidden;
}
.hero-photo::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
}
.hero-photo-label {
  position: absolute;
  bottom: 16px; left: 16px;
  font-family: var(--f-head);
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(255,255,255,0.30);
  pointer-events: none;
}
/* When background-image loads, hide the placeholder label */
.hero-photo[style*="hero-pumps.jpg"]:not([style*="url('')"])::after {
  display: none;
}

/* ─── Featured Solutions photo placeholder ────────────────── */
.sol-img-placeholder {
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 10px;
  width: 100%; height: 100%;
  background: linear-gradient(135deg, #E8F2FA 0%, #D0E4F5 100%);
  position: relative;
}
.sol-img-placeholder::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(0,47,108,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,47,108,0.04) 1px, transparent 1px);
  background-size: 24px 24px;
}
.sol-img-placeholder i {
  font-size: 56px;
  color: var(--navy);
  opacity: 0.4;
  position: relative;
}
.sol-img-label {
  font-family: var(--f-head);
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--navy);
  opacity: 0.5;
  position: relative;
}

/* ─── Project Highlight photo placeholder ─────────────────── */
.case-img-placeholder {
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 8px;
  width: 100%; height: 100%;
  background: linear-gradient(135deg, #E8F2FA 0%, #D0E4F5 100%);
  position: relative;
}
.case-img-placeholder::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(0,47,108,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,47,108,0.04) 1px, transparent 1px);
  background-size: 20px 20px;
}
.case-img-placeholder i {
  font-size: 40px;
  color: var(--navy);
  opacity: 0.4;
  position: relative;
}
.case-img-placeholder span {
  font-family: var(--f-head);
  font-size: 9px;
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--navy);
  opacity: 0.5;
  position: relative;
}

/* ─── Client logo text fallback (when no logo image yet) ──── */
.logo-pill-text {
  font-family: var(--f-head);
  font-size: 11px;
  font-weight: 700;
  color: var(--navy);
  text-align: center;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

/* ═══════════════════════════════════════════════════════════
   PRODUCT PAGE — layout tightening
   ═══════════════════════════════════════════════════════════ */

/* Remove gap between specs end and description — was caused by specs-section default margin */
.product-info { display: flex; flex-direction: column; }

/* Product detail: tighten vertical rhythm */
.product-detail-grid { gap: 40px; }

/* Description section — tighter top spacing */
.product-description-section {
  margin-top: 36px;
  padding-top: 32px;
  border-top: 1px solid var(--line);
}
.product-description-section h2 {
  font-family: var(--f-head);
  font-size: 22px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 14px;
}
.product-description-section .desc-body {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.85;
  max-width: 820px;
}

/* spin button removal */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
input[type=number] { -moz-appearance: textfield; }

/* ── PRODUCT SPEC + DESCRIPTION ROW (below gallery/info) ──────── */
.product-spec-desc-row {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 48px;
  margin-top: 44px;
  padding-top: 40px;
  border-top: 1px solid var(--line);
  align-items: start;
}
.product-spec-col { }
.product-desc-col { }

@media (max-width: 900px) {
  .product-spec-desc-row { grid-template-columns: 1fr; gap: 32px; }
}

/* ── RELATED PRODUCTS — 6 per row ─────────────────────────────── */
.related-products-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}
.related-products-grid .sol-card .sol-body {
  padding: 10px 12px 12px;
}
.related-products-grid .sol-card .sol-body h3 {
  font-size: 13px;
  margin-bottom: 6px;
  line-height: 1.3;
}
.related-products-grid .sol-card .sol-body p {
  font-size: 11.5px;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.related-products-grid .sol-card .sol-link {
  font-size: 11px;
  letter-spacing: .3px;
}
@media (max-width: 1100px) { .related-products-grid { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 768px)  { .related-products-grid { grid-template-columns: repeat(3, 1fr); gap: 12px; } }
@media (max-width: 500px)  { .related-products-grid { grid-template-columns: repeat(2, 1fr); } }
