/*
Theme Name: PowerX Ocean Theme (Option 2)
Theme URI: https://powerxautoparts.com
Author: PowerX AutoParts Team
Author URI: https://powerxautoparts.com
Description: Official AutoPartOcean-Style Clean Theme for PowerX AutoParts (Modern Ocean Blue #2563EB & Deep Navy #0B131F). 100% Mobile Responsive, Fast & WordPress Admin Manageable.
Version: 2.1.0
Text Domain: powerx-ocean-theme
*/

:root {
  --navy-900: #0b131f;
  --navy-800: #151e2b;
  --blue-600: #2563eb;
  --blue-700: #1d4ed8;
  --blue-500: #3b82f6;
  --slate-50: #f8fafc;
  --slate-100: #f1f5f9;
  --slate-200: #e2e8f0;
  --slate-600: #475569;
  --slate-700: #334155;
  --slate-900: #0f172a;
  --font-heading: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--font-body);
  color: var(--slate-900);
  background-color: #ffffff;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

/* HEADER & FOOTER COMPATIBILITY RESETS */
.px-top-bar, .ocean-top-bar {
  background: #070d17 !important;
  color: #cbd5e1 !important;
  font-size: 13px !important;
  padding: 10px 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.px-top-bar-inner, .ocean-top-flex {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}

.px-header, .ocean-header {
  background: #ffffff !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 1000 !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06) !important;
  border-bottom: 1px solid #e2e8f0 !important;
}

.px-header-main, .ocean-nav-wrapper {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  height: 80px !important;
}

.px-brand-logo, .ocean-brand-logo {
  height: 48px !important;
  display: flex !important;
  align-items: center !important;
}

.px-brand-logo img, .ocean-brand-logo img {
  height: 44px !important;
  width: auto !important;
  max-width: 260px !important;
  display: block !important;
  object-fit: contain !important;
}

.px-header-nav, .ocean-header-nav {
  display: flex !important;
  align-items: center !important;
}

.px-nav-menu, .ocean-nav-links, .menu-primary-navigation-container ul, ul.menu {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 32px !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.px-nav-menu li, .ocean-nav-links li, .menu-primary-navigation-container li, ul.menu li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.px-nav-menu a, .ocean-nav-links a, .menu-primary-navigation-container a, ul.menu a {
  font-family: var(--font-heading) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #0b131f !important;
  text-decoration: none !important;
  transition: color 0.2s ease !important;
  padding: 8px 0 !important;
}

.px-nav-menu a:hover, .ocean-nav-links a:hover, .menu-primary-navigation-container a:hover, ul.menu a:hover,
.px-nav-menu li.current-menu-item a, .ocean-nav-links li.current-menu-item a {
  color: #2563eb !important;
}

.px-header-right-action, .ocean-header-actions {
  display: flex !important;
  align-items: center !important;
}

.px-header-call-btn, .ocean-btn-phone {
  background: #2563eb !important;
  color: #ffffff !important;
  padding: 12px 22px !important;
  border-radius: 8px !important;
  font-family: var(--font-heading) !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  transition: background 0.2s ease !important;
}

.px-header-call-btn:hover, .ocean-btn-phone:hover {
  background: #1d4ed8 !important;
}

/* CONTAINER & SECTIONS */
.ocean-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

.ocean-section {
  padding: 80px 0;
}

.bg-slate {
  background-color: var(--slate-50);
}

.bg-navy {
  background-color: var(--navy-900);
}

.text-white {
  color: #ffffff !important;
}

.text-slate {
  color: #94a3b8 !important;
}

.text-blue {
  color: #3b82f6 !important;
}

.text-center {
  text-align: center;
}

/* MOBILE DRAWER */
.ocean-mobile-drawer {
  position: fixed;
  top: 0;
  right: -100%;
  width: 300px;
  height: 100vh;
  background: #ffffff;
  z-index: 2000;
  transition: right 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.15);
  padding: 30px 24px;
  display: flex;
  flex-direction: column;
}

.ocean-mobile-drawer.active {
  right: 0;
}

.ocean-drawer-close {
  align-self: flex-end;
  background: none;
  border: none;
  font-size: 28px;
  color: var(--slate-700);
  cursor: pointer;
}

.ocean-drawer-nav {
  list-style: none;
  padding: 0;
  margin: 40px 0 0 0;
}

.ocean-drawer-nav li {
  margin-bottom: 20px;
}

.ocean-drawer-nav a {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 700;
  color: var(--navy-900);
  text-decoration: none;
}

/* HERO SECTION & FLOATING YMM CARD */
.ocean-hero-section {
  position: relative;
  background: var(--navy-900);
  padding: 80px 0 100px;
  overflow: hidden;
  background-image: radial-gradient(circle at 80% 20%, rgba(37, 99, 235, 0.18) 0%, transparent 50%);
}

.ocean-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(11, 19, 31, 0.85) 0%, rgba(11, 19, 31, 0.95) 100%);
  z-index: 1;
}

.ocean-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
}

.ocean-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(37, 99, 235, 0.15);
  color: #60a5fa;
  border: 1px solid rgba(37, 99, 235, 0.3);
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 24px;
}

.ocean-badge .pulse {
  width: 8px;
  height: 8px;
  background: #3b82f6;
  border-radius: 50%;
  box-shadow: 0 0 10px #3b82f6;
}

.ocean-hero-title {
  font-family: var(--font-heading);
  font-size: 46px;
  line-height: 1.15;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}

.ocean-hero-title .highlight {
  color: #3b82f6;
}

.ocean-hero-sub {
  font-size: 16px;
  line-height: 1.6;
  color: #94a3b8;
  margin-bottom: 32px;
  max-width: 580px;
}

.ocean-hero-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.ocean-hero-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #e2e8f0;
}

.ocean-hero-features li svg {
  color: #3b82f6;
  flex-shrink: 0;
}

/* YMM QUOTE CARD */
.ocean-hero-quote-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 32px 28px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(226, 232, 240, 0.8);
  position: relative;
}

.ocean-hero-quote-header {
  margin-bottom: 24px;
  text-align: left;
}

.ocean-hero-quote-header h3 {
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 800;
  color: var(--navy-900);
  margin: 0 0 6px 0;
}

.ocean-hero-quote-header p {
  font-size: 13px;
  color: var(--slate-600);
  margin: 0;
}

.ocean-quote-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ocean-form-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

@media (max-width: 640px) {
  .ocean-form-row {
    grid-template-columns: 1fr;
  }
}

.ocean-form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.ocean-form-group.full-width {
  grid-column: 1 / -1;
}

.ocean-form-group label {
  font-size: 12px;
  font-weight: 700;
  color: var(--slate-700);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.ocean-form-group select,
.ocean-form-group input {
  height: 44px;
  padding: 0 12px;
  border: 1.5px solid var(--slate-200);
  border-radius: 8px;
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--navy-900);
  background-color: #ffffff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  width: 100%;
  box-sizing: border-box;
}

.ocean-form-group select:focus,
.ocean-form-group input:focus {
  outline: none;
  border-color: var(--blue-600);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

.ocean-btn-quote-submit {
  height: 50px;
  background: var(--blue-600);
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.1s ease;
  width: 100%;
  margin-top: 8px;
}

.ocean-btn-quote-submit:hover {
  background: var(--blue-700);
  transform: translateY(-1px);
}

.ocean-form-privacy {
  font-size: 11px;
  color: var(--slate-600);
  text-align: center;
  margin: 4px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

/* SECTION HEADERS */
.ocean-section-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 48px;
}

.ocean-section-subtitle {
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 800;
  color: var(--blue-600);
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 8px;
}

.ocean-section-title {
  font-family: var(--font-heading);
  font-size: 34px;
  font-weight: 800;
  color: var(--navy-900);
  margin: 0 0 12px 0;
}

.ocean-section-desc {
  font-size: 15px;
  color: var(--slate-600);
  margin: 0;
  line-height: 1.6;
}

/* SPOTLIGHT CARDS */
.ocean-spotlight-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.ocean-spotlight-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--slate-200);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ocean-spotlight-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.ocean-spotlight-img-wrap {
  height: 240px;
  overflow: hidden;
  background: var(--navy-900);
  position: relative;
}

.ocean-spotlight-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.ocean-spotlight-card:hover .ocean-spotlight-img-wrap img {
  transform: scale(1.05);
}

.ocean-spotlight-content {
  padding: 28px;
}

.ocean-spotlight-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.ocean-spotlight-header h3 {
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 800;
  color: var(--navy-900);
  margin: 0;
}

.ocean-circle-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--blue-600);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.ocean-circle-btn:hover {
  background: var(--blue-700);
  transform: scale(1.05);
}

.ocean-tag-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.ocean-tag {
  background: var(--slate-100);
  color: var(--slate-700);
  font-size: 12px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 6px;
}

.ocean-tag.dark {
  background: rgba(255, 255, 255, 0.1);
  color: #e2e8f0;
}

.ocean-banner-bar {
  background: var(--navy-900);
  border-radius: 16px;
  padding: 32px 40px;
  margin-top: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.ocean-banner-text h4 {
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 6px 0;
}

.ocean-banner-text p {
  font-size: 14px;
  color: #94a3b8;
  margin: 0;
}

.ocean-banner-btns {
  display: flex;
  gap: 14px;
  flex-shrink: 0;
}

.ocean-btn-white {
  background: #ffffff;
  color: var(--navy-900);
  padding: 12px 24px;
  border-radius: 8px;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  transition: background 0.2s ease;
}

.ocean-btn-white:hover {
  background: var(--slate-100);
}

.ocean-btn-outline-white {
  background: transparent;
  color: #ffffff;
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  padding: 12px 24px;
  border-radius: 8px;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.ocean-btn-outline-white:hover {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}

/* 4-STEP PROCESS GRID */
.ocean-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.ocean-process-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 30px 24px;
  border: 1px solid var(--slate-200);
  text-align: center;
}

.ocean-process-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--blue-600);
  color: #ffffff;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
}

.ocean-process-card h3 {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 700;
  color: var(--navy-900);
  margin: 0 0 10px 0;
}

.ocean-process-card p {
  font-size: 14px;
  color: var(--slate-600);
  line-height: 1.5;
  margin: 0;
}

/* HIGHLIGHT GRID */
.ocean-highlight-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.ocean-highlight-card {
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--slate-200);
}

.ocean-highlight-img {
  height: 200px;
  overflow: hidden;
  background: var(--navy-900);
}

.ocean-highlight-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ocean-highlight-body {
  padding: 24px;
}

.ocean-highlight-body h3 {
  font-family: var(--font-heading);
  font-size: 19px;
  font-weight: 800;
  color: var(--navy-900);
  margin: 0 0 14px 0;
}

.ocean-highlight-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ocean-highlight-body li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--slate-700);
}

.ocean-highlight-body li svg {
  color: var(--blue-600);
}

/* 3 PILLARS GRID */
.ocean-pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.ocean-pillar-item {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding: 32px 28px;
}

.ocean-pillar-num {
  font-family: var(--font-heading);
  font-size: 32px;
  font-weight: 800;
  color: var(--blue-500);
  margin-bottom: 12px;
}

.ocean-pillar-item h3 {
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 800;
  margin: 0 0 10px 0;
}

.ocean-pillar-item.light {
  background: #ffffff;
  border-color: var(--slate-200);
  color: var(--navy-900);
}

.ocean-pillar-item.light h3 {
  color: var(--navy-900);
}

.ocean-pillar-item.light p {
  color: var(--slate-600);
}

/* BRANDS GRID */
.ocean-brands-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

.ocean-brand-pill {
  background: #ffffff;
  border: 1px solid var(--slate-200);
  border-radius: 12px;
  padding: 16px 12px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 4px;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.ocean-brand-pill:hover {
  border-color: var(--blue-600);
  transform: translateY(-2px);
}

.ocean-brand-pill strong {
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 800;
  color: var(--navy-900);
}

.ocean-brand-pill span {
  font-size: 11px;
  color: var(--slate-600);
  font-weight: 500;
}

/* LOCATION CARD */
.ocean-location-card {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid var(--slate-200);
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
}

.ocean-location-info {
  padding: 48px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.ocean-location-info h3 {
  font-family: var(--font-heading);
  font-size: 26px;
  font-weight: 800;
  color: var(--navy-900);
  margin: 0 0 12px 0;
}

.ocean-address {
  font-size: 15px;
  color: var(--slate-700);
  line-height: 1.6;
  margin-bottom: 20px;
}

.ocean-contact-details {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
  margin-bottom: 28px;
}

.ocean-contact-details a {
  color: var(--blue-600);
  text-decoration: none;
  font-weight: 700;
}

.ocean-btn-blue {
  background: var(--blue-600);
  color: #ffffff;
  padding: 14px 28px;
  border-radius: 8px;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  transition: background 0.2s ease;
  display: inline-block;
}

.ocean-btn-blue:hover {
  background: var(--blue-700);
}

.ocean-location-map-visual {
  background: #eff6ff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  border-left: 1px solid var(--slate-200);
  text-align: center;
}

.ocean-map-placeholder svg {
  margin-bottom: 12px;
}

/* CONTENT SPLIT BLOCKS */
.ocean-content-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.ocean-content-split.reverse {
  grid-template-columns: 1fr 1fr;
}

.ocean-split-text h2 {
  font-family: var(--font-heading);
  font-size: 32px;
  font-weight: 800;
  color: var(--navy-900);
  margin: 8px 0 16px 0;
}

.ocean-split-text p {
  font-size: 15px;
  color: var(--slate-600);
  line-height: 1.6;
  margin-bottom: 16px;
}

.ocean-split-img {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--slate-200);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
}

.ocean-split-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* PRE-FOOTER CTA */
.ocean-cta-section {
  background: var(--navy-900);
  padding: 70px 0;
  text-align: center;
  color: #ffffff;
}

.ocean-cta-content h2 {
  font-family: var(--font-heading);
  font-size: 36px;
  font-weight: 800;
  margin: 0 0 12px 0;
}

.ocean-cta-content p {
  font-size: 16px;
  color: #94a3b8;
  margin: 0 0 28px 0;
}

.ocean-cta-btns {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* FOOTER & TRUST BAR */
.ocean-trust-bar {
  background: #070d17;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ocean-trust-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.ocean-trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
}

.ocean-footer {
  background: #040810;
  color: #94a3b8;
  padding: 70px 0 30px;
  font-size: 14px;
}

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

.ocean-footer-col h4 {
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 20px 0;
}

.ocean-footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ocean-footer-col a {
  color: #94a3b8;
  text-decoration: none;
  transition: color 0.2s ease;
}

.ocean-footer-col a:hover {
  color: #ffffff;
}

.ocean-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  color: #64748b;
}

.ocean-mobile-call-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: var(--blue-600);
  color: #ffffff;
  z-index: 999;
  padding: 14px;
  text-align: center;
  text-decoration: none;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 16px;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.2);
}

/* RESPONSIVE MEDIA QUERIES */
@media (max-width: 992px) {
  .px-header-nav, .ocean-header-nav,
  .px-header-right-action, .ocean-header-actions {
    display: none !important;
  }

  .px-mobile-toggle, .ocean-mobile-toggle {
    display: flex !important;
    align-items: center;
    gap: 6px;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 14px;
    color: var(--navy-900);
    background: var(--slate-100);
    border: none;
    padding: 8px 14px;
    border-radius: 6px;
    cursor: pointer;
  }

  .ocean-hero-grid,
  .ocean-spotlight-grid,
  .ocean-process-grid,
  .ocean-highlight-grid,
  .ocean-pillars-grid,
  .ocean-location-card,
  .ocean-content-split,
  .ocean-content-split.reverse,
  .px-footer-grid, .ocean-footer-grid {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }

  .ocean-brands-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .ocean-hero-title {
    font-size: 34px;
  }

  .ocean-parts-grid,
  .ocean-features-grid {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  .ocean-banner-bar {
    flex-direction: column;
    text-align: center;
    padding: 28px 20px;
  }

  .ocean-location-info {
    padding: 28px;
  }

  .ocean-location-map-visual {
    border-left: none;
    border-top: 1px solid var(--slate-200);
  }

  .px-mobile-sticky-bar, .ocean-mobile-call-bar {
    display: block !important;
  }
  
  body {
    padding-bottom: 50px;
  }
}

@media (max-width: 576px) {
  .ocean-brands-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ocean-hero-quote-card {
    padding: 20px 16px;
  }

  .ocean-section {
    padding: 50px 0;
  }

  .ocean-section-title {
    font-size: 26px;
  }
}

/* PARTS & CATEGORIES GRID */
.ocean-parts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 36px;
}

.ocean-part-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--slate-200);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.ocean-part-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.ocean-part-img {
  height: 220px;
  overflow: hidden;
  background: var(--navy-900);
  position: relative;
}

.ocean-part-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.ocean-part-card:hover .ocean-part-img img {
  transform: scale(1.06);
}

.ocean-part-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.ocean-part-body h3 {
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 800;
  color: var(--navy-900);
  margin: 0 0 10px 0;
}

.ocean-part-body p {
  font-size: 14px;
  color: var(--slate-600);
  line-height: 1.6;
  margin-bottom: 20px;
  flex-grow: 1;
}

.ocean-btn-link {
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 700;
  color: var(--blue-600);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color 0.2s ease, transform 0.2s ease;
}

.ocean-btn-link:hover {
  color: var(--blue-700);
  transform: translateX(4px);
}

/* FEATURES GRID */
.ocean-features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 36px;
}

.ocean-feature-box {
  background: #ffffff;
  border-radius: 14px;
  padding: 28px 22px;
  border: 1px solid var(--slate-200);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.ocean-feature-box:hover {
  transform: translateY(-2px);
  border-color: var(--blue-600);
}

.ocean-feature-icon {
  font-size: 28px;
  margin-bottom: 14px;
}

.ocean-feature-box h3 {
  font-family: var(--font-heading);
  font-size: 17px;
  font-weight: 800;
  color: var(--navy-900);
  margin: 0 0 8px 0;
}

.ocean-feature-box p {
  font-size: 13.5px;
  color: var(--slate-600);
  line-height: 1.5;
  margin: 0;
}

/* CTA BANNER */
.ocean-cta-banner {
  background: var(--navy-900);
  padding: 50px 0;
  color: #ffffff;
}

.ocean-cta-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.ocean-cta-flex h2 {
  font-family: var(--font-heading);
  font-size: 26px;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 6px 0;
}

.ocean-cta-flex p {
  font-size: 15px;
  color: #94a3b8;
  margin: 0;
}

.ocean-btn-cta {
  background: var(--blue-600);
  color: #ffffff;
  padding: 14px 28px;
  border-radius: 8px;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 15px;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
  transition: background 0.2s ease, transform 0.2s ease;
}

.ocean-btn-cta:hover {
  background: var(--blue-700);
  transform: translateY(-2px);
}

/* SECTION SUBHEADINGS & HEADERS */
.ocean-subheading {
  font-family: var(--font-heading);
  font-size: 12px;
  font-weight: 800;
  color: var(--blue-600);
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 8px;
}

.ocean-section-header h2 {
  font-family: var(--font-heading);
  font-size: 32px;
  font-weight: 800;
  color: var(--navy-900);
  margin: 0 0 10px 0;
}

.ocean-section-header p {
  font-size: 15px;
  color: var(--slate-600);
  margin: 0;
}



/* STATS BAR */
.ocean-stats-bar {
  background: #070d17;
  padding: 32px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.ocean-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  text-align: center;
}
.ocean-stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.stat-number {
  font-family: var(--font-heading);
  font-size: 32px;
  font-weight: 800;
  color: var(--blue-500);
  line-height: 1.2;
}
.stat-label {
  font-size: 13px;
  color: #94a3b8;
  font-weight: 600;
  margin-top: 4px;
}

/* CARD TAGS */
.ocean-card-tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 12px !important;
}
.ocean-card-tags span {
  background: #eff6ff;
  color: #1d4ed8;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 4px;
}

/* FAQ ACCORDIONS */
.ocean-faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 36px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.ocean-faq-item {
  background: #ffffff;
  border: 1px solid var(--slate-200);
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
}
.ocean-faq-title {
  font-family: var(--font-heading);
  font-size: 17px;
  font-weight: 800;
  color: var(--navy-900);
  margin: 0 0 8px 0;
}
.ocean-faq-content {
  font-size: 14px;
  color: var(--slate-600);
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 991px) {
  .ocean-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .ocean-features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .ocean-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .ocean-stats-grid {
    grid-template-columns: 1fr;
  }
  .ocean-features-grid {
    grid-template-columns: 1fr;
  }
  .ocean-process-grid {
    grid-template-columns: 1fr;
  }
}


/* ==========================================================================
   AUTOPARTOCEAN-MATCHING PIXEL PERFECT STYLES
   ========================================================================== */

.ocean-hero-section {
  position: relative;
  background: linear-gradient(180deg, rgba(7, 13, 23, 0.85) 0%, rgba(11, 19, 31, 0.92) 100%), url('assets/images/hero-bg.jpg') center/cover no-repeat;
  padding: 60px 0 80px 0;
  color: #ffffff;
  overflow: hidden;
}

.ocean-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 40px;
  align-items: center;
}

.ocean-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  color: #3b82f6;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.ocean-badge .pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3b82f6;
  box-shadow: 0 0 10px #3b82f6;
}

.ocean-hero-title {
  font-family: var(--font-heading);
  font-size: 46px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.15;
  margin: 16px 0;
  letter-spacing: -0.5px;
}

.ocean-hero-title .highlight {
  color: #3b82f6;
}

.ocean-hero-sub {
  font-size: 16px;
  color: #cbd5e1;
  line-height: 1.6;
  margin-bottom: 28px;
  max-width: 580px;
}

.ocean-hero-features {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 14px 20px !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.ocean-hero-features li {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #e2e8f0 !important;
}

.ocean-hero-features li svg {
  color: #3b82f6 !important;
  flex-shrink: 0;
}

.ocean-hero-quote-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 32px 28px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
  color: var(--navy-900);
}

.ocean-hero-quote-header h3 {
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 800;
  color: var(--navy-900);
  margin: 0 0 4px 0;
}

.ocean-hero-quote-header p {
  font-size: 13.5px;
  color: var(--slate-600);
  margin-bottom: 20px;
}

.ocean-quote-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.ocean-form-row-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
}

.ocean-form-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.ocean-form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.ocean-form-group label {
  font-size: 12px;
  font-weight: 700;
  color: var(--slate-700);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.ocean-form-group select,
.ocean-form-group input {
  width: 100%;
  height: 44px;
  padding: 0 14px;
  background: var(--slate-50);
  border: 1px solid var(--slate-200);
  border-radius: 8px;
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--navy-900);
  outline: none;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.ocean-form-group select:focus,
.ocean-form-group input:focus {
  border-color: var(--blue-600);
  background: #ffffff;
}

.ocean-btn-quote-submit {
  width: 100%;
  height: 48px;
  background: var(--blue-600);
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 15px;
  cursor: pointer;
  margin-top: 8px;
  transition: background 0.2s ease;
}

.ocean-btn-quote-submit:hover {
  background: var(--blue-700);
}

.ocean-form-subtext {
  text-align: center;
  font-size: 13px;
  color: var(--slate-600);
  margin-top: 8px;
}

.ocean-form-subtext a {
  color: var(--blue-600);
  font-weight: 700;
  text-decoration: none;
}

.ocean-parts-large-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 36px;
}

.ocean-part-large-card {
  background: var(--slate-50);
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--slate-200);
  display: flex;
  flex-direction: column;
}

.ocean-part-large-img {
  height: 260px;
  overflow: hidden;
  position: relative;
}

.ocean-part-large-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ocean-part-large-body {
  padding: 28px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.ocean-part-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.ocean-part-title-row h3 {
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 800;
  color: var(--navy-900);
  margin: 0;
}

.ocean-round-arrow-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--blue-600);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 18px;
  transition: transform 0.2s ease, background 0.2s ease;
}

.ocean-round-arrow-btn:hover {
  background: var(--blue-700);
  transform: translateX(3px);
}

.ocean-part-large-body p {
  font-size: 14.5px;
  color: var(--slate-600);
  line-height: 1.6;
  margin-bottom: 16px;
}

.ocean-pills-row {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}

.ocean-pill {
  background: #eff6ff;
  color: var(--blue-700);
  font-size: 12px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 20px;
  border: 1px solid #dbeafe;
}

.ocean-part-fitment-note {
  font-size: 12.5px;
  color: #64748b;
  border-top: 1px solid var(--slate-200);
  padding-top: 14px;
  margin-top: auto;
}

.ocean-dark-callout {
  background: linear-gradient(135deg, #0a1a2f 0%, #0e4a82 100%);
  border-radius: 16px;
  padding: 36px 40px;
  color: #ffffff;
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.ocean-dark-callout h3 {
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 8px 0;
}

.ocean-dark-callout p {
  font-size: 14.5px;
  color: #cbd5e1;
  margin: 0;
  max-width: 650px;
}

.ocean-callout-buttons {
  display: flex;
  gap: 14px;
  flex-shrink: 0;
}

.ocean-btn-white-pill {
  background: #ffffff;
  color: var(--navy-900);
  padding: 12px 24px;
  border-radius: 30px;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 14px;
  text-decoration: none;
  transition: background 0.2s ease;
}

.ocean-btn-white-pill:hover {
  background: var(--slate-100);
}

.ocean-btn-outline-pill {
  background: transparent;
  color: #ffffff;
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  padding: 12px 24px;
  border-radius: 30px;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 14px;
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.ocean-btn-outline-pill:hover {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}

.ocean-why-choose-us-dark {
  background: linear-gradient(135deg, #0A1A2F 0%, #0E4A82 100%);
  padding: 80px 0;
  color: #ffffff;
}

.ocean-why-header-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 48px;
  gap: 30px;
}

.ocean-why-header-flex h2 {
  font-family: var(--font-heading);
  font-size: 36px;
  font-weight: 800;
  color: #ffffff;
  margin-top: 8px;
}

.ocean-why-header-right p {
  font-size: 15px;
  color: #94a3b8;
  max-width: 500px;
  margin-bottom: 12px;
}

.ocean-why-header-right a {
  color: #3b82f6;
  font-weight: 700;
  text-decoration: none;
  font-size: 14px;
}

.ocean-why-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.ocean-why-num-box {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 24px;
}

.ocean-why-num {
  font-family: var(--font-heading);
  font-size: 28px;
  font-weight: 800;
  color: #3b82f6;
  margin-bottom: 10px;
}

.ocean-why-num-box h3 {
  font-family: var(--font-heading);
  font-size: 19px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 8px;
}

.ocean-why-num-box p {
  font-size: 14px;
  color: #94a3b8;
  line-height: 1.6;
}

.ocean-brands-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  margin-top: 36px;
}

.ocean-brand-item {
  background: var(--slate-50);
  border: 1px solid var(--slate-200);
  border-radius: 8px;
  padding: 16px 10px;
  text-align: center;
  font-family: var(--font-heading);
  font-size: 13.5px;
  font-weight: 700;
  color: var(--slate-700);
  transition: border-color 0.2s ease, background 0.2s ease;
}

.ocean-brand-item:hover {
  border-color: var(--blue-600);
  background: #ffffff;
  color: var(--blue-600);
}

@media (max-width: 991px) {
  .ocean-hero-grid {
    grid-template-columns: 1fr;
  }
  .ocean-form-row-3 {
    grid-template-columns: 1fr;
  }
  .ocean-form-row-2 {
    grid-template-columns: 1fr;
  }
  .ocean-parts-large-grid {
    grid-template-columns: 1fr;
  }
  .ocean-why-grid-3 {
    grid-template-columns: 1fr;
  }
  .ocean-brands-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .ocean-dark-callout {
    flex-direction: column;
    text-align: center;
  }
}
