/*
Theme Name: PowerX AutoParts Theme
Theme URI: https://powerxautoparts.com
Author: PowerX AutoParts Team
Author URI: https://powerxautoparts.com
Description: Official Brand Matched Theme for PowerX AutoParts (Eagle Piston Logo Colors: Deep Teal #0E5A6E & Vibrant Orange #F25A24).
Version: 10.0.0
Text Domain: powerx-theme
*/

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@400;500;600;700&family=Montserrat:wght@500;600;700;800;900&family=Oswald:wght@500;600;700&family=Roboto:wght@400;500;700&display=swap');

:root {
  --px-teal-primary: #0E5A6E;
  --px-teal-dark: #0A4352;
  --px-orange-primary: #F25A24;
  --px-orange-hover: #D94814;
  --px-navy-dark: #0B131F;
  --px-navy-card: #151E2B;
  --px-navy-light: #1E293B;
  --px-gray-bg: #F8FAFC;
  --px-gray-card: #FFFFFF;
  --px-gray-border: #E2E8F0;
  --px-text-main: #0F172A;
  --px-text-muted: #64748B;
  
  --px-font-display: 'Outfit', sans-serif;
  --px-font-heading: 'Outfit', sans-serif;
  --px-font-body: 'Inter', sans-serif;
  --px-font-accent: 'Oswald', sans-serif;
  
  --px-shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.08);
  --px-shadow-md: 0 10px 25px rgba(0, 0, 0, 0.12);
  --px-shadow-lg: 0 20px 40px rgba(0, 0, 0, 0.2);
  --px-radius: 8px;
}

/* Reset & Global */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  width: 100%;
  overflow-x: hidden;
}

body {
  font-family: var(--px-font-body);
  color: var(--px-text-main);
  background-color: #FFFFFF;
  line-height: 1.6;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--px-font-heading);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--px-navy-dark);
}

.px-display-title {
  font-family: var(--px-font-display);
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

a {
  color: var(--px-teal-primary);
  text-decoration: none;
  transition: all 0.2s ease;
}

a:hover {
  color: var(--px-orange-primary);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.px-container {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ==========================================================================
   TOP ANNOUNCEMENT BAR
   ========================================================================== */
.px-top-bar {
  background-color: var(--px-navy-dark);
  color: #CBD5E1;
  font-size: 13px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.px-top-bar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.px-top-info {
  display: flex;
  align-items: center;
  gap: 24px;
}

.px-top-info span {
  display: flex;
  align-items: center;
  gap: 8px;
}

.px-top-links {
  display: flex;
  align-items: center;
  gap: 20px;
}

.px-top-links a {
  color: #94A3B8;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.px-top-links a:hover {
  color: #FFFFFF;
}

/* ==========================================================================
   MAIN HEADER & BRAND LOGO
   ========================================================================== */
.px-header {
  background: #FFFFFF;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  position: sticky !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 99999 !important;
  transition: all 0.3s ease;
  border-bottom: 3px solid var(--px-teal-primary);
}

.px-header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  gap: 20px;
  position: relative;
}

.px-brand-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.px-header-nav {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: center;
}

.px-header-right-action {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.px-header-quote-btn {
  background: var(--px-orange-primary);
  color: #FFFFFF !important;
  font-family: var(--px-font-heading);
  font-size: 14px;
  font-weight: 800;
  padding: 11px 24px;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 4px 14px rgba(242, 90, 36, 0.35);
  transition: all 0.2s ease;
  white-space: nowrap;
}

.px-header-quote-btn:hover {
  background: var(--px-orange-hover);
  color: #FFFFFF !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(242, 90, 36, 0.5);
}

/* ==========================================================================
   PRIMARY BRAND TEAL NAVIGATION BAR
   ========================================================================== */
.px-nav-bar {
  background: var(--px-teal-primary);
  border-top: 3px solid var(--px-orange-primary);
  position: relative;
}

.px-nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 52px;
}

.px-categories-btn {
  background: var(--px-orange-primary);
  color: #FFFFFF;
  font-family: var(--px-font-heading);
  font-size: 14px;
  font-weight: 700;
  padding: 0 24px;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  position: relative;
  transition: background 0.2s ease;
}

.px-categories-btn:hover {
  background: var(--px-orange-hover);
}

.px-categories-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 250px;
  background: var(--px-navy-dark);
  list-style: none;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
  display: none;
  border-top: 3px solid var(--px-orange-primary);
  border-radius: 0 0 8px 8px;
  z-index: 1001;
  padding: 8px 0;
  margin: 0;
}

.px-categories-btn:hover .px-categories-dropdown {
  display: block;
}

.px-categories-dropdown li {
  width: 100%;
}

.px-categories-dropdown li a {
  padding: 12px 20px;
  color: #CBD5E1;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  transition: all 0.2s ease;
}

.px-categories-dropdown li a:hover {
  background: rgba(255,255,255,0.1);
  color: #FFFFFF;
  padding-left: 24px;
}


.px-nav-menu,
.px-header-nav ul,
.px-header-nav div > ul {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 6px;
  height: 52px;
  margin: 0;
  padding: 0;
}

.px-nav-menu li,
.px-header-nav ul li {
  position: relative;
  height: 52px;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.px-nav-menu li a,
.px-header-nav ul li a {
  color: var(--px-navy-dark);
  font-family: var(--px-font-heading);
  font-size: 13px;
  font-weight: 700;
  padding: 0 14px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
  text-decoration: none;
  transition: all 0.2s ease;
  background: transparent;
}

.px-nav-menu li a:hover,
.px-header-nav ul li a:hover {
  color: var(--px-orange-primary);
  background: rgba(242, 90, 36, 0.06);
  border-radius: 4px;
}

.px-nav-menu li.current-menu-item > a,
.px-nav-menu li.current_page_item > a,
.px-nav-menu li.current-menu-ancestor > a,
.px-header-nav ul li.current-menu-item > a {
  color: var(--px-orange-primary);
  box-shadow: inset 0 -3px 0 var(--px-orange-primary);
}

.px-nav-menu li ul,
.px-nav-menu li ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--px-navy-card);
  min-width: 250px;
  list-style: none;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
  display: none;
  border-top: 3px solid var(--px-orange-primary);
  border-radius: 0 0 8px 8px;
  padding: 8px 0;
  margin: 0;
  z-index: 1000;
}

.px-nav-menu li:hover > ul,
.px-nav-menu li:hover > ul.sub-menu {
  display: block;
}

.px-nav-menu li ul li,
.px-nav-menu li ul.sub-menu li {
  width: 100%;
  height: auto;
}

.px-nav-menu li ul li a,
.px-nav-menu li ul.sub-menu li a {
  width: 100%;
  height: auto;
  padding: 12px 20px;
  font-size: 13px;
  font-weight: 600;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #CBD5E1;
  box-shadow: none;
  justify-content: flex-start;
  background: transparent;
}

.px-nav-menu li ul li a:hover,
.px-nav-menu li ul.sub-menu li a:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
  padding-left: 24px;
}

.px-book-btn {
  background: var(--px-orange-primary);
  color: #FFFFFF !important;
  font-family: var(--px-font-heading);
  font-size: 13px;
  font-weight: 800;
  padding: 0 20px;
  height: 36px;
  line-height: 36px;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(242, 90, 36, 0.35);
  transition: all 0.2s ease;
  white-space: nowrap;
  margin-left: auto;
}

.px-book-btn:hover {
  background: var(--px-orange-hover);
  color: #FFFFFF !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(242, 90, 36, 0.5);
}

.px-mobile-toggle {
  display: none;
  background: transparent;
  border: none;
  color: #FFFFFF;
  font-size: 24px;
  cursor: pointer;
}

/* ==========================================================================
   3-SLIDE HERO CAROUSEL SLIDER & 2-FOLD YMM FORM CARD
   ========================================================================== */
.px-hero-slider-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: var(--px-navy-dark);
}

.px-hero-slides {
  display: flex;
  width: 300%;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.px-hero-slide {
  width: 33.333%;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 60px 0 80px 0;
  display: flex;
  align-items: center;
}

.px-hero-slide::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(11, 19, 31, 0.95) 0%, rgba(11, 19, 31, 0.85) 50%, rgba(11, 19, 31, 0.7) 100%);
}

.px-hero-content-wrapper {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  align-items: center;
}

/* Persistent Sticky Form Overlay Layer */
.px-hero-overlay-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  pointer-events: none;
  display: flex;
  align-items: center;
}

.px-hero-overlay-layer .px-container {
  width: 100%;
}

.px-hero-overlay-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  align-items: center;
}

.px-hero-fixed-form {
  pointer-events: auto;
}

.px-hero-card-spacer {
  visibility: hidden;
  height: 480px;
  width: 100%;
}

.px-hero-slide-content {
  color: #FFFFFF;
}

.px-hero-badge {
  display: none !important;
}

.px-hero-title {
  font-family: var(--px-font-heading);
  font-size: 44px;
  line-height: 1.1;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 16px;
}

.px-hero-title span {
  color: var(--px-orange-primary);
}

.px-price-tag {
  font-family: var(--px-font-heading);
  font-size: 20px;
  color: #E2E8F0;
  margin-bottom: 16px;
}

.px-price-tag span {
  color: #22C55E;
  font-size: 26px;
  font-weight: 700;
}

.px-hero-desc {
  font-size: 16px;
  color: #CBD5E1;
  margin-bottom: 24px;
  line-height: 1.6;
}

.px-hero-specs-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-family: var(--px-font-heading);
  font-size: 14px;
  font-weight: 600;
  color: #FFFFFF;
}

.px-hero-specs-list span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.px-hero-specs-list i {
  color: #22C55E;
}

/* Slider Controls */
.px-slider-nav-btn {
  display: none !important;
}

.px-slider-dots {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
}

.px-slider-dot {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.px-slider-dot.active {
  background: var(--px-orange-primary);
  width: 32px;
  border-radius: 6px;
}

/* 2-FOLD YMM FORM CARD STYLING */
.px-ymm-card {
  background: var(--px-navy-card);
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-top: 4px solid var(--px-orange-primary);
  border-radius: 10px;
  padding: 24px;
  box-shadow: var(--px-shadow-lg);
  color: #FFFFFF;
}

.px-ymm-header {
  margin-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 10px;
}

.px-ymm-title {
  font-family: var(--px-font-heading);
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 8px;
}

.px-ymm-title i {
  color: var(--px-orange-primary);
}

.px-ymm-sub {
  font-size: 12px;
  color: #94A3B8;
  margin-top: 2px;
}

/* 2-Fold Tabs */
.px-fold-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}

.px-fold-tab {
  flex: 1;
  background: #0F172A;
  border: 1px solid #334155;
  padding: 8px 12px;
  border-radius: 6px;
  font-family: var(--px-font-heading);
  font-size: 12px;
  font-weight: 700;
  color: #94A3B8;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.px-fold-tab.active {
  background: var(--px-teal-primary);
  border-color: var(--px-teal-primary);
  color: #FFFFFF;
}

.px-tab-num {
  width: 18px;
  height: 18px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
}

.px-form-fold {
  display: none;
}

.px-form-fold.active {
  display: block;
}

.px-form-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 12px;
}

.px-ymm-card label {
  display: block;
  font-family: var(--px-font-heading);
  font-size: 11px;
  font-weight: 700;
  color: #CBD5E1;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.px-ymm-card select,
.px-ymm-card input {
  width: 100%;
  padding: 10px 12px;
  background: #0F172A;
  border: 1px solid #334155;
  border-radius: 6px;
  color: #FFFFFF;
  font-size: 13px;
  outline: none;
  font-family: var(--px-font-body);
}

.px-ymm-card select:focus,
.px-ymm-card input:focus {
  border-color: var(--px-orange-primary);
}

.px-fold-next-btn,
.px-submit-btn {
  width: 100%;
  background: var(--px-orange-primary);
  color: #FFFFFF;
  border: none;
  padding: 14px;
  border-radius: 6px;
  font-family: var(--px-font-heading);
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: background 0.2s ease;
  margin-top: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.px-fold-next-btn:hover,
.px-submit-btn:hover {
  background: var(--px-orange-hover);
}

.px-fold-btn-row {
  display: flex;
  gap: 10px;
  margin-top: 6px;
}

.px-fold-prev-btn {
  background: #334155;
  color: #FFFFFF;
  border: none;
  padding: 14px 18px;
  border-radius: 6px;
  font-family: var(--px-font-heading);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
}

.px-trust-badges-row {
  display: flex;
  justify-content: space-between;
  margin-top: 14px;
  font-size: 11px;
  font-weight: 600;
  color: #94A3B8;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 10px;
}

.px-trust-badges-row span {
  display: flex;
  align-items: center;
  gap: 4px;
}

.px-trust-badges-row i {
  color: #22C55E;
}

/* ==========================================================================
   HOMEPAGE SECTIONS & CARDS
   ========================================================================== */
.px-section {
  padding: 70px 0;
}

.px-section-gray {
  background-color: var(--px-gray-bg);
}

.px-section-dark {
  background-color: var(--px-navy-dark);
  color: #FFFFFF;
}

.px-section-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 48px auto;
}

.px-section-tag {
  display: inline-block;
  font-family: var(--px-font-heading);
  font-size: 13px;
  font-weight: 700;
  color: var(--px-orange-primary);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 8px;
}

.px-section-title {
  font-family: var(--px-font-heading);
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.2;
}

.px-section-desc {
  font-size: 15px;
  color: var(--px-text-muted);
}

/* Category Cards Grid */
.px-grid-6col {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

.px-grid-4col {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.px-grid-3col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.px-cat-card {
  background: #FFFFFF;
  border: 1px solid var(--px-gray-border);
  border-radius: var(--px-radius);
  padding: 24px 16px;
  text-align: center;
  box-shadow: var(--px-shadow-sm);
  transition: all 0.3s ease;
}

.px-cat-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--px-shadow-md);
  border-color: var(--px-teal-primary);
}

.px-cat-icon {
  width: 60px;
  height: 60px;
  background: #F1F5F9;
  color: var(--px-teal-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin: 0 auto 16px auto;
  transition: all 0.3s ease;
}

.px-cat-card:hover .px-cat-icon {
  background: var(--px-orange-primary);
  color: #FFFFFF;
}

.px-cat-title {
  font-family: var(--px-font-heading);
  font-size: 16px;
  font-weight: 700;
  color: var(--px-navy-dark);
  margin-bottom: 6px;
}

.px-cat-price {
  font-size: 12px;
  font-weight: 700;
  color: var(--px-orange-primary);
}

/* Product Showcase Cards */
.px-product-card {
  background: #FFFFFF;
  border: 1px solid var(--px-gray-border);
  border-radius: var(--px-radius);
  overflow: hidden;
  box-shadow: var(--px-shadow-sm);
  transition: all 0.3s ease;
}

.px-product-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--px-shadow-md);
}

.px-product-thumb {
  position: relative;
  background: #F1F5F9;
  height: 200px;
  overflow: hidden;
}

.px-product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.px-stock-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #22C55E;
  color: #FFFFFF;
  font-size: 10px;
  font-weight: 800;
  padding: 4px 8px;
  border-radius: 4px;
  text-transform: uppercase;
}

.px-product-details {
  padding: 20px;
}

.px-product-oem {
  font-size: 11px;
  font-weight: 700;
  color: var(--px-text-muted);
  text-transform: uppercase;
  margin-bottom: 4px;
}

.px-product-name {
  font-family: var(--px-font-heading);
  font-size: 18px;
  font-weight: 700;
  color: var(--px-navy-dark);
  margin-bottom: 10px;
  line-height: 1.3;
}

.px-product-specs {
  font-size: 12px;
  color: #475569;
  margin-bottom: 16px;
  background: #F8FAFC;
  padding: 10px;
  border-radius: 6px;
}

.px-product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--px-gray-border);
  padding-top: 12px;
}

.px-product-price {
  font-family: var(--px-font-heading);
  font-size: 20px;
  font-weight: 700;
  color: var(--px-orange-primary);
}

.px-product-btn {
  background: var(--px-teal-primary);
  color: #FFFFFF;
  padding: 8px 14px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  font-family: var(--px-font-heading);
}

.px-product-btn:hover {
  background: var(--px-orange-primary);
  color: #FFFFFF;
}

/* Vehicle Brand Matrix Grid */
.px-brand-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

.px-brand-card {
  background: #FFFFFF;
  border: 1px solid var(--px-gray-border);
  border-radius: 8px;
  padding: 16px;
  text-align: center;
  font-family: var(--px-font-heading);
  font-size: 16px;
  font-weight: 700;
  color: var(--px-navy-dark);
  box-shadow: var(--px-shadow-sm);
  transition: all 0.2s ease;
}

.px-brand-card:hover {
  background: var(--px-teal-primary);
  color: #FFFFFF;
  border-color: var(--px-teal-primary);
}

/* Technical Specification Tables */
.px-table-responsive {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 20px 0;
}

.px-tech-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  background: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--px-shadow-sm);
  min-width: 650px;
}

.px-tech-table th {
  background: var(--px-navy-dark);
  color: #FFFFFF;
  font-family: var(--px-font-heading);
  font-size: 14px;
  font-weight: 700;
  padding: 14px 16px;
  text-align: left;
}

.px-tech-table td {
  padding: 12px 16px;
  border-bottom: 1px solid var(--px-gray-border);
  color: var(--px-text-main);
}

.px-tech-table tr:nth-child(even) {
  background: #F8FAFC;
}

/* FAQ Accordion */
.px-faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.px-faq-item {
  background: #FFFFFF;
  border: 1px solid var(--px-gray-border);
  border-radius: 8px;
  margin-bottom: 12px;
  overflow: hidden;
}

.px-faq-header {
  padding: 18px 24px;
  font-family: var(--px-font-heading);
  font-size: 17px;
  font-weight: 700;
  color: var(--px-navy-dark);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FFFFFF;
  transition: background 0.2s ease;
}

.px-faq-header:hover {
  background: #F8FAFC;
}

.px-faq-body {
  padding: 0 24px 20px 24px;
  display: none;
  font-size: 14px;
  color: var(--px-text-muted);
  line-height: 1.6;
}

.px-faq-item.active .px-faq-body {
  display: block;
}

.px-faq-item.active .px-faq-header {
  color: var(--px-orange-primary);
}

/* ==========================================================================
   FOOTER & STICKY MOBILE CTA BAR
   ========================================================================== */
.px-footer {
  background: var(--px-navy-dark);
  color: #94A3B8;
  padding: 70px 0 30px 0;
  border-top: 4px solid var(--px-orange-primary);
}

.px-footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: 40px;
  margin-bottom: 50px;
}

.px-footer-widget h4 {
  color: #FFFFFF;
  font-family: var(--px-font-heading);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 8px;
}

.px-footer-widget h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: var(--px-orange-primary);
}

.px-footer-links {
  list-style: none;
}

.px-footer-links li {
  margin-bottom: 10px;
}

.px-footer-links a {
  color: #CBD5E1;
  font-size: 14px;
  transition: color 0.2s ease;
}

.px-footer-links a:hover {
  color: var(--px-orange-primary);
}

.px-footer-contact p {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 14px;
  color: #CBD5E1;
}

.px-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  font-size: 13px;
}

.px-footer-bottom a {
  color: #94A3B8;
  margin-left: 20px;
}

.px-footer-bottom a:hover {
  color: #FFFFFF;
}

/* Sticky Mobile CTA Bar */
.px-mobile-sticky-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--px-navy-dark);
  border-top: 2px solid var(--px-orange-primary);
  padding: 8px 12px;
  z-index: 9999;
  box-shadow: 0 -5px 15px rgba(0,0,0,0.3);
}

.px-mobile-sticky-bar a {
  flex: 1;
  text-align: center;
  padding: 10px;
  border-radius: 6px;
  font-family: var(--px-font-heading);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.px-sticky-call-btn {
  background: var(--px-teal-primary);
  color: #FFFFFF !important;
}

.px-sticky-quote-btn {
  background: var(--px-orange-primary);
  color: #FFFFFF !important;
}

/* ==========================================================================
   RESPONSIVE BREAKPOINTS & MOBILE NAVIGATION
   ========================================================================== */
/* ==========================================================================
   RESPONSIVE BREAKPOINTS & MOBILE NAVIGATION (MASTER MOBILE DESIGN SYSTEM)
   ========================================================================== */
@media (max-width: 1024px) {
  .px-grid-6col { grid-template-columns: repeat(3, 1fr); }
  .px-grid-4col { grid-template-columns: repeat(2, 1fr); }
  .px-brand-grid { grid-template-columns: repeat(4, 1fr); }
  .px-hero-content-wrapper { grid-template-columns: 1fr; gap: 30px; }
  .px-hero-overlay-layer { position: relative; padding: 20px 0 40px 0; background: var(--px-navy-dark); }
  .px-hero-overlay-grid { grid-template-columns: 1fr; }
  .px-hero-overlay-spacer { display: none; }
  .px-hero-card-spacer { display: none; }
  .px-footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
@media (min-width: 769px) {
  .px-mobile-toggle {
    display: none !important;
  }
  .px-header-nav {
    display: flex !important;
    align-items: center !important;
    flex: 1 !important;
    justify-content: center !important;
  }
  .px-nav-menu,
  .px-header-nav ul,
  .px-header-nav div > ul,
  #menu-primary-navigation {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    list-style: none !important;
    gap: 12px !important;
    height: 52px !important;
    margin: 0 !important;
    padding: 0 !important;
    position: static !important;
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
  }
}

@media (max-width: 768px) {
  html, body {
    overflow-x: hidden !important;
    max-width: 100vw !important;
    position: relative !important;
    width: 100% !important;
  }

  body { padding-bottom: 64px !important; }

  /* Topbar Mobile Banner - Moving Marquee Ticker */
  .px-top-bar {
    padding: 6px 0 !important;
    font-size: 11px !important;
    max-width: 100vw !important;
    overflow: hidden !important;
    position: relative !important;
    background: #0B131F !important;
    box-sizing: border-box !important;
  }
  .px-top-bar-inner {
    width: 100% !important;
    overflow: hidden !important;
    display: block !important;
  }
  .px-top-info {
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 24px !important;
    white-space: nowrap !important;
    width: auto !important;
    animation: pxMarquee 16s linear infinite !important;
  }
  .px-top-info span {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    font-size: 11px !important;
  }
  .px-top-links { display: none !important; }

  @keyframes pxMarquee {
    0% { transform: translateX(100vw); }
    100% { transform: translateX(-100%); }
  }

  /* Mobile Sticky Bottom Bar */
  .px-mobile-sticky-bar {
    display: flex !important;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 56px;
    background: #0B131F;
    border-top: 2px solid var(--px-orange-primary);
    padding: 8px 14px;
    z-index: 99999;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.5);
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
  }

  .px-sticky-quote-btn {
    width: 100% !important;
    height: 40px !important;
    background: var(--px-orange-primary) !important;
    color: #FFFFFF !important;
    font-family: var(--px-font-heading);
    font-size: 14px !important;
    font-weight: 800 !important;
    border-radius: 6px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px;
    text-decoration: none !important;
    text-transform: uppercase;
    box-shadow: 0 4px 14px rgba(242, 90, 36, 0.4);
  }

  /* Compact Main Header on Mobile - Pushes MENU to Far Right */
  .px-header-main {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 10px 16px !important;
    width: 100% !important;
    max-width: 100vw !important;
    box-sizing: border-box !important;
    position: relative !important;
  }

  .px-brand-logo {
    display: flex !important;
    align-items: center !important;
    margin-right: auto !important;
    flex-shrink: 0 !important;
  }

  .px-brand-logo img {
    height: 36px !important;
    width: auto !important;
    max-width: 160px !important;
  }

  .px-header-nav {
    display: none !important;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: auto !important;
    max-height: 80vh !important;
    overflow-y: auto !important;
    background: var(--px-navy-card) !important;
    border-top: 3px solid var(--px-orange-primary) !important;
    box-shadow: 0 20px 50px rgba(0,0,0,0.85) !important;
    z-index: 999999 !important;
    padding: 10px 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }

  .px-header-nav.active {
    display: block !important;
  }

  .px-header-right-action {
    display: none !important;
  }

  .px-mobile-toggle {
    margin-left: auto !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px;
    font-size: 13px !important;
    font-weight: 800 !important;
    font-family: var(--px-font-heading);
    color: var(--px-teal-primary) !important;
    background: #F1F5F9;
    border: 1px solid #CBD5E1;
    border-radius: 6px;
    padding: 8px 13px;
    cursor: pointer;
    text-transform: uppercase;
    flex-shrink: 0 !important;
    position: relative !important;
    z-index: 1000000 !important;
  }
  
  .px-header-nav ul,
  .px-nav-menu,
  #pxNavMenu,
  #menu-primary-navigation,
  .px-header-nav div > ul {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    position: static !important;
  }
  
  .px-header-nav ul li,
  .px-nav-menu li { width: 100% !important; height: auto !important; display: block !important; }
  
  .px-header-nav ul li a,
  .px-nav-menu li a {
    padding: 14px 20px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    width: 100% !important;
    height: auto !important;
    font-size: 15px !important;
    color: #FFFFFF !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-decoration: none !important;
  }

  .px-nav-menu li ul,
  .px-nav-menu li ul.sub-menu {
    position: static;
    display: block;
    box-shadow: none;
    background: #0B131F;
    padding-left: 15px;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  /* Section Spacing & Typography on Mobile */
  .px-section { padding: 36px 0 !important; }
  .px-section-header { text-align: center !important; margin-bottom: 24px !important; }
  .px-section-tag { text-align: center !important; display: block; font-size: 11px !important; margin-bottom: 6px !important; }
  .px-section-title { font-size: 20px !important; line-height: 1.3 !important; text-align: center !important; font-weight: 800 !important; margin-bottom: 10px !important; }
  .px-section-desc { font-size: 13px !important; text-align: center !important; margin-bottom: 20px !important; }

  /* Hero & YMM Form Card on Mobile */
  .px-hero-slide { padding: 24px 0 30px 0; }
  .px-hero-title { font-size: 22px !important; line-height: 1.25 !important; text-align: center; }
  .px-price-tag { font-size: 15px; text-align: center; }
  .px-price-tag span { font-size: 18px; }
  .px-hero-desc { font-size: 13px; text-align: center; margin-bottom: 16px; }
  .px-hero-specs-list { justify-content: center; font-size: 12px; }
  
  .px-ymm-card { padding: 18px 14px !important; border-radius: 8px !important; }
  .px-ymm-title { font-size: 16px !important; text-align: center; }
  .px-ymm-desc { font-size: 12px !important; text-align: center; }
  .px-form-2col { grid-template-columns: 1fr !important; gap: 10px !important; }
  .px-form-group select,
  .px-form-group input { height: 44px !important; font-size: 15px !important; padding: 0 12px !important; }
  .px-submit-btn { height: 46px !important; font-size: 14px !important; }

  /* Grids & Cards on Mobile */
  .px-grid-6col { grid-template-columns: repeat(2, 1fr) !important; gap: 12px !important; }
  .px-grid-4col { grid-template-columns: 1fr !important; gap: 14px !important; }
  .px-grid-3col { grid-template-columns: 1fr !important; gap: 14px !important; }
  .px-brand-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 10px !important; }
  
  .px-category-card { padding: 14px 10px !important; text-align: center; }
  .px-category-icon { width: 44px !important; height: 44px !important; font-size: 18px !important; margin: 0 auto 10px auto !important; }
  .px-category-title { font-size: 13px !important; }

  .px-make-box { padding: 12px 8px !important; font-size: 12px !important; text-align: center; }
  .px-feature-box { padding: 16px 12px !important; text-align: center; }
  .px-feature-icon { margin: 0 auto 12px auto !important; }

  /* Footer Mobile Styling */
  .px-footer { padding: 45px 0 100px 0 !important; }
  .px-footer-grid { grid-template-columns: 1fr !important; gap: 32px !important; text-align: center; }
  .px-footer-logo-wrap { text-align: center !important; margin-bottom: 20px !important; }
  .px-footer-widget h4 {
    font-size: 15px !important;
    text-align: center !important;
    margin-bottom: 16px !important;
    position: relative !important;
    padding-bottom: 10px !important;
  }
  .px-footer-widget h4::after {
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 36px !important;
    height: 3px !important;
    background: var(--px-orange-primary) !important;
  }
  .px-footer-contact { text-align: center; display: flex; flex-direction: column; align-items: center; }
  .px-footer-contact p { justify-content: center; }
  .px-footer-links {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
  }
  .px-footer-links li { width: 100% !important; text-align: center !important; margin: 0 !important; }
  .px-footer-links li a {
    font-size: 14px !important;
    color: #CBD5E1 !important;
    text-decoration: none !important;
    background: transparent !important;
    border-radius: 0 !important;
    padding: 4px 0 !important;
    display: inline-block !important;
    transition: color 0.2s ease !important;
  }
  .px-footer-links li a:hover {
    color: var(--px-orange-primary) !important;
  }
  .px-footer-bottom { flex-direction: column !important; text-align: center !important; gap: 12px !important; }
  .px-footer-bottom a { margin: 4px 10px !important; display: inline-block !important; color: #94A3B8 !important; }
}

@media (max-width: 480px) {
  .px-brand-grid { grid-template-columns: repeat(2, 1fr) !important; }
  .px-grid-6col { grid-template-columns: repeat(2, 1fr) !important; }
  .px-price-tag { font-size: 14px; }
  .px-price-tag span { font-size: 17px; }
}

/* Floating Back to Top Button */
.px-back-to-top {
  position: fixed;
  bottom: 78px;
  right: 16px;
  width: 42px;
  height: 42px;
  background: var(--px-orange-primary);
  color: #FFFFFF;
  border: none;
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(0,0,0,0.4);
  cursor: pointer;
  z-index: 10000 !important;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: all 0.3s ease;
}

.px-back-to-top:hover {
  background: var(--px-orange-hover);
  transform: translateY(-3px);
}


