:root {
  --brand-blue: #1f5da8;
  --brand-blue-dark: #15457f;
  --ink: #15171a;
  --muted: #6c737f;
  --line: #e3e6ea;
  --panel: #ffffff;
  --page: #f5f6f8;
}

body {
  background: var(--page);
  color: var(--ink);
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

a {
  color: var(--brand-blue);
  text-decoration: none;
}

a:hover {
  color: var(--brand-blue-dark);
}

.btn-primary {
  --bs-btn-bg: var(--brand-blue);
  --bs-btn-border-color: var(--brand-blue);
  --bs-btn-hover-bg: var(--brand-blue-dark);
  --bs-btn-hover-border-color: var(--brand-blue-dark);
  --bs-btn-active-bg: var(--brand-blue-dark);
  --bs-btn-active-border-color: var(--brand-blue-dark);
}

.top-strip {
  background: #23262b;
  color: #d9dde3;
  font-size: .875rem;
  padding: .5rem 0;
}

.brand-mark {
  align-items: center;
  display: inline-flex;
  font-size: 1.35rem;
  font-weight: 800;
  gap: .65rem;
  letter-spacing: 0;
}

.brand-icon {
  align-items: center;
  background: transparent;
  color: #fff;
  display: inline-flex;
  height: 3.5rem;
  justify-content: center;
  width: 3.5rem;
}

.brand-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.navbar .nav-link {
  color: #2c3036;
  font-weight: 700;
}

.navbar .nav-link.active,
.navbar .nav-link:hover {
  color: var(--brand-blue);
}

.home-page {
  background: #fff;
}

.home-page + .site-footer,
.home-page ~ .site-footer {
  margin-top: 0;
}

.home-hero {
  background: #f7f8fa;
  color: var(--ink);
  overflow: hidden;
  padding: 5rem 0 4rem;
  position: relative;
}

.home-hero-premium {
  min-height: calc(100vh - 106px);
  padding: clamp(4.8rem, 9vw, 7.8rem) 0 0;
}

.hero-bg {
  background:
    linear-gradient(90deg, rgba(247, 248, 250, .99) 0%, rgba(247, 248, 250, .96) 33%, rgba(247, 248, 250, .28) 65%, rgba(247, 248, 250, .08) 100%),
    url("../img/home-hero-reisen-style.png") center right / cover no-repeat;
  inset: 0;
  position: absolute;
}

.hero-bg::after {
  background:
    linear-gradient(135deg, transparent 0 58%, rgba(255, 198, 39, .95) 58% 68%, transparent 68%),
    linear-gradient(155deg, transparent 0 70%, rgba(31, 93, 168, .92) 70% 78%, transparent 78%);
  bottom: -6%;
  content: "";
  height: 70%;
  left: 44%;
  position: absolute;
  right: -12%;
}

.home-hero-premium::before {
  background: var(--brand-blue);
  content: "";
  height: 82px;
  left: -36px;
  position: absolute;
  top: 108px;
  transform: skewX(-18deg);
  width: 15vw;
  z-index: 1;
}

.home-hero-premium::after {
  background: var(--brand-blue);
  content: "";
  height: 58px;
  left: 8vw;
  position: absolute;
  top: 108px;
  transform: skewX(-18deg);
  width: 8vw;
  z-index: 1;
}

.hero-content {
  padding-bottom: 6rem;
  position: relative;
  z-index: 2;
}

.home-hero h1 {
  color: #111418;
  font-size: clamp(3.6rem, 7.4vw, 7.4rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: .84;
  margin: .85rem 0 1.1rem;
  max-width: 790px;
  text-transform: uppercase;
}

.home-hero .lead {
  color: #444b55;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  max-width: 700px;
}

.hero-label {
  align-items: center;
  background: var(--brand-blue);
  color: #111418;
  display: inline-flex;
  font-size: .85rem;
  font-weight: 900;
  letter-spacing: .08em;
  padding: .55rem .9rem;
  text-transform: uppercase;
}

.eyebrow {
  color: var(--brand-blue);
  display: block;
  font-size: .85rem;
  font-weight: 800;
  letter-spacing: .08em;
  margin-bottom: .75rem;
  text-transform: uppercase;
}

/* (Old .hero-search rule from the Reisen template removed.
   Storefront uses .hero-search defined in theme.css; homepage uses .home-hero-search.) */

.search-shell {
  align-items: center;
  background: #fff;
  border: 1px solid #fff;
  box-shadow: 0 24px 60px rgba(21, 23, 26, .16);
  display: grid;
  gap: .75rem;
  grid-template-columns: auto minmax(0, 1fr) auto;
  padding: .55rem;
}

.search-shell i {
  color: var(--brand-blue);
  font-size: 1.45rem;
  padding-left: .75rem;
}

.search-shell input {
  background: transparent;
  border: 0;
  color: var(--ink);
  font-size: 1.05rem;
  min-height: 3.6rem;
  outline: 0;
  width: 100%;
}

.quick-searches {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-top: .85rem;
}

.quick-searches a {
  background: #fff;
  border: 1px solid #e6e8ec;
  color: #363c45;
  font-size: .88rem;
  font-weight: 700;
  padding: .4rem .65rem;
}

.quick-searches a:hover {
  background: var(--brand-blue);
  border-color: var(--brand-blue);
  color: #fff;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1.35rem;
}

.hero-actions .btn {
  font-weight: 800;
}

.hero-stat-strip {
  background: #111418;
  border-top: 4px solid var(--brand-blue);
  color: var(--ink);
  position: relative;
  z-index: 2;
}

.hero-stat {
  border-left: 1px solid rgba(255, 255, 255, .12);
  min-height: 112px;
  padding: 1.15rem;
}

.hero-stat strong,
.hero-stat span {
  display: block;
}

.hero-stat strong {
  color: var(--brand-blue);
  font-size: clamp(1.45rem, 3vw, 2.2rem);
  font-weight: 900;
  line-height: 1;
}

.hero-stat span {
  color: #fff;
  font-size: .9rem;
  font-weight: 800;
  margin-top: .35rem;
  text-transform: uppercase;
}

.hero-panel {
  background: #fff;
  color: var(--ink);
  padding: 1.25rem;
}

.part-visual,
.detail-image {
  align-items: center;
  background:
    radial-gradient(circle at 55% 45%, rgba(31, 93, 168, .2), transparent 32%),
    linear-gradient(135deg, #f2f4f7, #d9dee6);
  border: 1px solid var(--line);
  display: flex;
  justify-content: center;
  min-height: 280px;
}

.part-visual i,
.detail-image i {
  color: var(--brand-blue);
  font-size: 9rem;
}

.metric-box {
  background: #f3f5f8;
  border-left: 4px solid var(--brand-blue);
  padding: 1rem;
}

.metric-box strong,
.metric-box span {
  display: block;
}

.content-band {
  padding: 3rem 0;
}

.parts-finder-band {
  background:
    linear-gradient(90deg, #fff 0 70%, #f1f3f6 70%),
    #fff;
  margin-top: 0;
  position: relative;
  z-index: 4;
}

.finder-panel {
  background: #fff;
  border: 0;
  box-shadow: 0 20px 58px rgba(21, 23, 26, .14);
  margin-top: -2.4rem;
  padding: clamp(1.25rem, 3vw, 2.2rem);
  position: relative;
}

.finder-panel::before {
  background: var(--brand-blue);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 7px;
}

.finder-copy {
  align-items: end;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: .75rem 2rem;
  grid-template-columns: minmax(0, .65fr) minmax(0, 1fr);
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
}

.finder-copy h2 {
  font-size: clamp(1.7rem, 4vw, 3rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: .98;
  margin: 0;
}

.finder-copy p {
  color: var(--muted);
  margin: 0;
}

.section-heading,
.catalog-toolbar,
.filter-title {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.section-heading {
  margin-bottom: 1.25rem;
}

.section-heading h2,
.catalog-toolbar h1,
.filter-title h2 {
  font-weight: 850;
  letter-spacing: 0;
  margin: 0;
}

.category-tile {
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--ink);
  display: flex;
  gap: .75rem;
  min-height: 5.25rem;
  padding: 1rem;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.category-tile i {
  color: var(--brand-blue);
  font-size: 1.7rem;
}

.category-tile span {
  font-weight: 800;
}

.category-tile:hover {
  border-color: rgba(31, 93, 168, .45);
  box-shadow: 0 14px 30px rgba(21, 23, 26, .08);
  color: var(--ink);
  transform: translateY(-3px);
}

.category-showcase {
  background:
    linear-gradient(180deg, #fff, #f7f8fa);
}

.featured-band {
  background:
    linear-gradient(115deg, #111418 0 38%, #1d2229 38% 62%, var(--brand-blue) 62% 75%, var(--brand-blue) 75%);
  color: #fff;
  padding: 4rem 0;
}

.featured-band .text-muted {
  color: rgba(255, 255, 255, .74) !important;
}

.fw-black {
  font-weight: 900;
  letter-spacing: 0;
}

.featured-stack {
  display: grid;
  gap: .85rem;
}

.featured-part {
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  display: grid;
  gap: 1rem;
  grid-template-columns: auto minmax(0, 1fr) auto;
  padding: 1rem;
}

.featured-part strong,
.featured-part span {
  display: block;
}

.featured-part strong {
  font-size: 1.08rem;
  font-weight: 900;
}

.featured-part div span {
  color: var(--muted);
  font-size: .92rem;
}

.part-icon {
  align-items: center;
  background: #fff3f3;
  color: var(--brand-blue);
  display: inline-flex;
  font-size: 1.65rem;
  height: 3.4rem;
  justify-content: center;
  width: 3.4rem;
}

.inquiry-flow {
  background:
    linear-gradient(180deg, #fff 0%, #f7f8fa 100%);
  padding: 4rem 0;
}

.flow-step {
  border-top: 4px solid var(--brand-blue);
  background: #fff;
  box-shadow: 0 10px 28px rgba(21, 23, 26, .06);
  min-height: 100%;
  padding: 1.4rem;
}

.flow-step span {
  color: var(--brand-blue);
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1;
}

.flow-step h3 {
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: 0;
  margin: 1rem 0 .5rem;
}

.flow-step p {
  color: var(--muted);
  margin: 0;
}

.search-deck {
  background: #f0f2f5;
  border-bottom: 1px solid var(--line);
  padding: 1rem 0;
}

.catalog-search .input-group {
  box-shadow: 0 10px 26px rgba(21, 23, 26, .08);
}

.catalog-page {
  min-height: 70vh;
}

.catalog-toolbar {
  background: #fff;
  border: 1px solid var(--line);
  margin-bottom: 1rem;
  padding: 1rem;
}

.catalog-toolbar h1 {
  font-size: 1.75rem;
}

.sort-select {
  min-width: 150px;
}

.filter-panel {
  background: #fff;
  border: 1px solid var(--line);
  padding: 1.25rem;
  position: sticky;
  top: 148px;
}

.filter-title h2 {
  font-size: 1.15rem;
}

.filter-group {
  border-top: 1px solid var(--line);
  margin-top: 1rem;
  padding-top: 1rem;
}

.filter-group .form-label {
  font-size: .85rem;
  font-weight: 800;
  text-transform: uppercase;
}

.active-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-bottom: .75rem;
  min-height: 0;
}

.active-filter-row:empty {
  display: none;
}

.filter-chip {
  background: #fff3f3;
  border: 1px solid #ffd2d4;
  color: var(--brand-blue-dark);
  font-size: .85rem;
  font-weight: 700;
  padding: .35rem .6rem;
}

.product-list {
  display: grid;
  gap: .85rem;
}

.product-row {
  background: var(--panel);
  border: 1px solid var(--line);
  display: grid;
  gap: 1rem;
  grid-template-columns: 150px minmax(0, 1fr) 180px;
  padding: 1rem;
}

.product-image {
  align-items: center;
  align-self: stretch;
  background: linear-gradient(145deg, #f7f8fa, #e6ebf0);
  border: 1px solid var(--line);
  color: var(--brand-blue);
  display: flex;
  justify-content: center;
  min-height: 218px;
}

.product-image i {
  font-size: 4.25rem;
}

.product-main h2 {
  font-size: 1.25rem;
  font-weight: 850;
  letter-spacing: 0;
  margin: .3rem 0 .65rem;
}

.product-main h2 a {
  color: var(--ink);
}

.product-main h2 a:hover {
  color: var(--brand-blue);
}

.product-meta {
  color: var(--muted);
  font-size: .86rem;
  font-weight: 700;
}

.reference-grid {
  display: grid;
  gap: .35rem .85rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: .75rem;
}

.reference-grid span {
  background: #f7f8fa;
  border: 1px solid #eceff3;
  color: #333941;
  font-size: .88rem;
  padding: .45rem .55rem;
}

.product-note {
  color: var(--muted);
  margin-bottom: 0;
}

.product-actions {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  gap: .55rem;
}

.stock-badge {
  align-self: flex-start;
}

.price-placeholder {
  color: #1c2229;
  font-size: 1.05rem;
}

.empty-state {
  background: #fff;
  border: 1px dashed #cbd1d9;
  padding: 3rem 1rem;
  text-align: center;
}

.empty-state i {
  color: var(--brand-blue);
  font-size: 3rem;
}

.empty-state h2 {
  font-size: 1.4rem;
  font-weight: 850;
  margin-top: .75rem;
}

.detail-page {
  background: #fff;
  min-height: 70vh;
}

.detail-page h1 {
  font-size: clamp(2.2rem, 6vw, 4rem);
  font-weight: 900;
  letter-spacing: 0;
}

.detail-refs {
  border: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 1.5rem 0;
}

.detail-refs div {
  border-bottom: 1px solid var(--line);
  padding: 1rem;
}

.detail-refs div:nth-child(odd) {
  border-right: 1px solid var(--line);
}

.detail-refs span,
.detail-refs strong {
  display: block;
}

.detail-refs span {
  color: var(--muted);
  font-size: .82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.detail-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}

.spec-table th {
  width: 220px;
}

.site-footer {
  background: #23262b;
  color: #cfd4dc;
  padding: 1.25rem 0;
}

.site-footer a {
  color: #fff;
}

/* Reisen-inspired homepage */
.reisen-home {
  background: #fff;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

.reisen-home .site-header,
.reisen-home .top-strip {
  display: none;
}

.reisen-header {
  background: #fff;
  border-bottom: 1px solid rgba(15, 23, 42, .06);
  box-shadow: 0 14px 34px rgba(15, 23, 42, .06);
  position: sticky;
  top: 0;
  z-index: 30;
}

.reisen-header.is-scrolled {
  background: #fff;
  box-shadow: 0 18px 42px rgba(15, 23, 42, .12);
}

.reisen-navbar {
  background: transparent !important;
  min-height: 92px;
  padding: 0;
}

.reisen-navbar .container {
  align-items: center;
  background: transparent;
  box-shadow: none;
  min-height: 92px;
  padding-left: clamp(1rem, 3vw, 2rem);
  padding-right: clamp(1rem, 3vw, 2rem);
  transition: min-height .22s ease;
}

.reisen-header.is-scrolled .reisen-navbar .container {
  min-height: 76px;
}

.reisen-navbar .brand-mark {
  color: #111418;
  display: inline-flex;
  margin-right: clamp(1.5rem, 4vw, 3rem);
  padding: 0;
}

.reisen-header.is-scrolled .reisen-navbar .brand-mark {
  color: #111418;
}

.reisen-navbar .brand-icon {
  align-items: center;
  display: inline-flex;
  height: 74px;
  justify-content: center;
  width: 74px;
}

.reisen-navbar .brand-icon img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.reisen-header.is-scrolled .reisen-navbar .brand-icon {
  height: 62px;
  width: 62px;
}

.reisen-header .nav-link {
  color: #68717d;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1;
  padding: 1rem .7rem;
  position: relative;
  text-transform: uppercase;
  transition: color .18s ease;
}

.reisen-header.is-scrolled .nav-link {
  color: #62666c;
}

.reisen-header.is-scrolled .nav-link.active,
.reisen-header.is-scrolled .nav-link:hover {
  color: var(--brand-blue);
}

.reisen-header .nav-link.active,
.reisen-header .nav-link:hover {
  color: var(--brand-blue);
}

.reisen-header .nav-link::after {
  background: var(--brand-blue);
  border-radius: 999px;
  bottom: .55rem;
  content: "";
  height: 2px;
  left: .72rem;
  opacity: 0;
  position: absolute;
  right: .72rem;
  transform: scaleX(.3);
  transition: opacity .18s ease, transform .18s ease;
}

.reisen-header .nav-link.active::after,
.reisen-header .nav-link:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.reisen-header .dropdown-toggle::after {
  border: 0;
  content: "\F282";
  font-family: "bootstrap-icons";
  font-size: .58rem;
  margin-left: .42rem;
  vertical-align: .05rem;
}

.reisen-header .dropdown-menu {
  border: 0;
  border-radius: 0;
  box-shadow: 0 18px 45px rgba(21, 23, 26, .16);
  margin-top: 0;
  min-width: 210px;
  padding: .75rem 0;
}

.reisen-header .dropdown-item {
  color: #3a3f47;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .03em;
  padding: .7rem 1.25rem;
  text-transform: uppercase;
}

.reisen-header .dropdown-item:hover,
.reisen-header .dropdown-item:focus {
  background: #f5f6f8;
  color: var(--brand-blue);
}

.header-tools {
  align-items: center;
  display: flex;
  gap: .7rem;
  margin-left: 1rem;
}

.header-search,
.header-enquiry {
  align-items: center;
  display: inline-flex;
  justify-content: center;
}

.header-search {
  background: #f8fafc;
  border: 1px solid #dde4ee;
  border-radius: 999px;
  color: #303237;
  gap: .55rem;
  height: 46px;
  padding: 0 1.05rem;
  transition: background .18s ease, border-color .18s ease, box-shadow .18s ease, width .18s ease;
  width: clamp(190px, 15vw, 250px);
}

.reisen-header.is-scrolled .header-search {
  background: #f8fafc;
  border-color: #dde4ee;
  color: #303237;
}

.header-search i {
  font-size: 1.1rem;
  color: #1f2937;
}

.header-search:focus-within {
  background: #fff;
  border-color: rgba(31, 93, 168, .5);
  box-shadow: 0 0 0 4px rgba(31, 93, 168, .11);
  width: clamp(220px, 18vw, 290px);
}

.header-search input {
  background: transparent;
  border: 0;
  color: #62666c;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  min-width: 0;
  outline: 0;
  text-transform: uppercase;
  width: 100%;
}

.reisen-header.is-scrolled .header-search input {
  color: #62666c;
}

.header-search input::placeholder {
  color: #62666c;
  opacity: 1;
}

.reisen-header.is-scrolled .header-search input::placeholder {
  color: #62666c;
}

.header-enquiry {
  background: linear-gradient(135deg, #25282d 0%, #474a50 100%);
  box-shadow: 0 12px 26px rgba(15, 23, 42, .16);
  border-radius: 999px;
  color: #fff;
  font-size: .82rem;
  font-weight: 800;
  gap: .55rem;
  letter-spacing: .07em;
  min-height: 46px;
  padding: 0 1.15rem;
  text-transform: uppercase;
  transition: background .18s ease, box-shadow .18s ease, transform .18s ease;
}

.header-enquiry:hover {
  background: linear-gradient(135deg, var(--brand-blue) 0%, #2e75bf 100%);
  box-shadow: 0 16px 30px rgba(31, 93, 168, .24);
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
}

.header-enquiry-badge {
  align-items: center;
  background: var(--brand-blue);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: .72rem;
  font-weight: 800;
  height: 22px;
  justify-content: center;
  letter-spacing: 0;
  margin-left: .15rem;
  min-width: 22px;
  padding: 0 .45rem;
}

.header-enquiry:hover .header-enquiry-badge {
  background: #fff;
  color: var(--brand-blue);
}

@media (min-width: 992px) {
  .reisen-header .dropdown:hover .dropdown-menu {
    display: block;
  }
}

.reisen-page {
  background: #fff;
}

.pill-btn {
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .04em;
  padding: .72rem 1.35rem;
  text-transform: uppercase;
}

.section-kicker {
  color: var(--brand-blue);
  display: block;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .08em;
  margin-bottom: .35rem;
  text-transform: uppercase;
}

.reisen-hero {
  background: #111418;
  color: #fff;
  text-align: center;
}

.hero-slide {
  align-items: center;
  background-position: center;
  background-size: cover;
  display: flex !important;
  min-height: 690px;
}

.hero-slide-1 {
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, .82) 0%, rgba(0, 0, 0, .52) 42%, rgba(0, 0, 0, .2) 100%),
    url("../img/reisen-wheel-hero.png");
}

.hero-slide-2 {
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, .82) 0%, rgba(0, 0, 0, .5) 42%, rgba(0, 0, 0, .18) 100%),
    url("../img/home-hero-reisen-style.png");
}

.hero-slide-3 {
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, .82) 0%, rgba(0, 0, 0, .48) 42%, rgba(0, 0, 0, .18) 100%),
    url("../img/reisen-red-car.png");
}

.hero-center {
  margin: 0;
  max-width: 880px;
  padding: 10.5rem 0 12.5rem;
  text-align: left;
}

.hero-center h1 {
  color: #fff;
  font-size: clamp(4rem, 8vw, 8.2rem);
  font-weight: 300;
  letter-spacing: 0;
  line-height: .92;
  margin: 0 0 1.35rem;
  text-transform: none;
}

.hero-center h1 span {
  color: var(--brand-blue);
  display: block;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-center p {
  color: rgba(255, 255, 255, .7);
  font-size: 1.08rem;
  line-height: 1.75;
  margin-bottom: 0;
  max-width: 640px;
}

.hero-part-search {
  align-items: center;
  display: flex;
  gap: 1rem;
  max-width: 620px;
}

.hero-part-search input {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 999px;
  color: #fff;
  min-height: 54px;
  padding: 0 1.4rem;
  width: min(360px, 100%);
}

.hero-part-search input::placeholder {
  color: rgba(255, 255, 255, .58);
  text-transform: uppercase;
}

.hero-dots {
  bottom: 42px;
  gap: .45rem;
  margin-bottom: 0;
}

.hero-dots [data-bs-target] {
  background-color: rgba(255, 255, 255, .78);
  border-radius: 50%;
  height: 9px;
  opacity: 1;
  width: 9px;
}

.hero-dots .active {
  background-color: var(--brand-blue);
}

.hero-arrow {
  opacity: .55;
  width: 8%;
}

.hero-arrow:hover {
  opacity: .9;
}

.service-strip {
  margin-top: -112px;
  position: relative;
  z-index: 4;
}

.category-dock {
  background:
    linear-gradient(135deg, rgba(24, 35, 45, .98), rgba(13, 17, 22, .98)),
    url("../img/warehouse-stock.png") center / cover no-repeat;
  border: 1px solid rgba(255, 255, 255, .12);
  box-shadow: 0 30px 90px rgba(21, 23, 26, .24);
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
  margin: 0 auto;
  max-width: 1320px;
  padding: clamp(1.1rem, 2.3vw, 1.6rem);
}

.parts-console-main {
  align-items: center;
  display: grid;
  gap: 1.25rem;
  grid-template-columns: minmax(0, .8fr) minmax(320px, .55fr);
  min-width: 0;
}

.parts-console-main h2 {
  color: #fff;
  font-size: clamp(1.8rem, 3.4vw, 3.4rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: .95;
  margin: 0 0 .55rem;
  text-transform: uppercase;
}

.parts-console-main p {
  color: rgba(255, 255, 255, .72);
  font-size: .95rem;
  line-height: 1.65;
  margin-bottom: 0;
  max-width: 620px;
}

.dock-search {
  align-items: center;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  display: grid;
  gap: .75rem;
  grid-template-columns: auto minmax(0, 1fr) auto;
  min-height: 52px;
  max-width: none;
  padding: .35rem .35rem .35rem 1rem;
  position: relative;
  z-index: 2;
}

.dock-search i {
  color: var(--brand-blue);
}

.dock-search input {
  background: transparent;
  border: 0;
  color: #fff;
  font-size: .9rem;
  min-width: 0;
  outline: 0;
  width: 100%;
}

.dock-search input::placeholder {
  color: rgba(255, 255, 255, .58);
}

.dock-search button {
  background: var(--brand-blue);
  border: 0;
  border-radius: 999px;
  color: #fff;
  font-size: .75rem;
  font-weight: 900;
  min-height: 42px;
  padding: 0 1.1rem;
  text-transform: uppercase;
}

.vehicle-code-search {
  background: rgba(0, 0, 0, .28);
  border: 1px solid rgba(255, 255, 255, .12);
  display: grid;
  gap: .8rem;
  grid-template-columns: repeat(4, minmax(0, 1fr)) minmax(170px, .9fr);
  padding: .8rem;
}

.vehicle-code-search select,
.vehicle-code-search button {
  border: 0;
  min-height: 52px;
}

.vehicle-code-search select {
  appearance: auto;
  background: #fff;
  color: #384354;
  font-size: .95rem;
  padding: 0 1rem;
}

.vehicle-code-search button {
  background: var(--brand-blue);
  color: #fff;
  font-size: .95rem;
  font-weight: 900;
  letter-spacing: .02em;
}

.category-grid-modern {
  display: grid;
  gap: .7rem;
  grid-column: 1 / -1;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

@media (max-width: 1199.98px) {
  .category-grid-modern { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 575.98px) {
  .category-grid-modern { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

.category-modern {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .12);
  color: #fff;
  min-height: 112px;
  padding: 1rem;
  position: relative;
  transition: background .18s ease, border-color .18s ease, transform .18s ease;
}

.category-modern:hover,
.category-modern.active {
  background: var(--brand-blue);
  border-color: var(--brand-blue);
  color: #fff;
  transform: translateY(-4px);
}

.category-modern::after {
  background: var(--brand-blue);
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 42%;
}

.category-modern i {
  background: rgba(255, 255, 255, .1);
  border-radius: 50%;
  color: var(--brand-blue);
  display: block;
  font-size: 1.45rem;
  height: 42px;
  line-height: 42px;
  margin-bottom: .7rem;
  text-align: center;
  width: 42px;
}

.category-modern:hover i,
.category-modern.active i {
  background: rgba(255, 255, 255, .18);
  color: #fff;
}

.category-modern span,
.category-modern small {
  display: block;
}

.category-modern span {
  font-size: .86rem;
  font-weight: 900;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.category-modern small {
  color: rgba(255, 255, 255, .58);
  font-size: .7rem;
  font-weight: 700;
  line-height: 1.35;
  margin-top: .4rem;
  text-transform: uppercase;
}

.category-modern:hover small,
.category-modern.active small {
  color: rgba(255, 255, 255, .78);
}

.group-strip {
  align-items: center;
  background: rgba(255, 255, 255, .04);
  display: grid;
  gap: .75rem;
  grid-template-columns: auto minmax(0, 1fr) auto;
  margin: 0 auto;
  max-width: none;
  padding: .8rem 0 .45rem;
}

.group-strip-tall {
  margin-top: 1rem;
}

.group-strip-rail {
  display: grid;
  gap: .8rem;
  grid-auto-columns: minmax(215px, 1fr);
  grid-auto-flow: column;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.group-strip-rail::-webkit-scrollbar {
  display: none;
}

.group-strip-card {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .12);
  color: #fff;
  display: block;
  min-height: 142px;
  overflow: hidden;
  padding: 1rem;
  position: relative;
  text-decoration: none;
  transition: background .18s ease, border-color .18s ease, transform .18s ease;
}

.group-strip-card:hover,
.group-strip-card.active {
  background: var(--brand-blue);
  border-color: var(--brand-blue);
  color: #fff;
  box-shadow: none;
  transform: translateY(-2px);
}

.group-strip-card::after {
  background: var(--brand-blue);
  bottom: 0;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  width: 42%;
}

.group-card-head {
  align-items: flex-start;
  background: transparent;
  color: #fff;
  display: block;
  min-width: 0;
  padding: 0;
}

.group-card-head i {
  align-items: center;
  background: rgba(255, 255, 255, .1);
  border: 0;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 1.35rem;
  height: 42px;
  justify-content: center;
  margin-bottom: .72rem;
  width: 42px;
}

.group-strip-card:not(.active):not(:hover) .group-card-head i {
  color: #fff;
}

.group-card-head span {
  color: #fff;
  display: -webkit-box;
  font-size: .88rem;
  font-weight: 900;
  letter-spacing: .03em;
  line-height: 1.18;
  min-width: 0;
  overflow: hidden;
  text-transform: uppercase;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.group-card-media {
  display: none;
}

.group-card-media img {
  background: transparent;
  filter: none;
  height: 100%;
  max-height: none;
  max-width: none;
  object-fit: cover;
  padding: 0;
  transition: transform .2s ease;
  width: 100%;
}

.group-strip-card:hover .group-card-media img {
  transform: scale(1.04);
}

.group-card-media > i {
  color: rgba(255,255,255,.92);
  font-size: 4.2rem;
}

.group-card-body {
  display: block;
  padding: 0;
  text-align: left;
}

.group-card-body strong {
  display: none;
}

.group-card-body small {
  color: rgba(255, 255, 255, .58);
  display: -webkit-box;
  font-size: .72rem;
  font-weight: 700;
  line-height: 1.35;
  margin-top: .42rem;
  overflow: hidden;
  text-transform: uppercase;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.group-strip-card:hover .group-card-body small,
.group-strip-card.active .group-card-body small {
  color: rgba(255, 255, 255, .78);
}

.group-card-btn {
  display: none;
}

.group-strip-arrow {
  align-self: center;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .18);
  color: #fff;
  display: grid;
  height: 38px;
  place-items: center;
  transition: background .15s ease, color .15s ease;
  width: 38px;
}

.group-strip-arrow:hover {
  background: var(--brand-blue);
  color: #fff;
}

@media (min-width: 1200px) {
  .group-strip-rail {
    grid-auto-columns: calc((100% - 3.2rem) / 5);
  }
}

@media (max-width: 991.98px) {
  .group-strip-card {
    min-height: 142px;
  }
}

@media (max-width: 575.98px) {
  .group-strip {
    grid-template-columns: minmax(0, 1fr);
  }

  .group-strip-arrow {
    display: none;
  }
}

.offer-img-1,
.offer-img-2,
.offer-img-3,
.customer-1,
.customer-2,
.customer-3 {
  background-image:
    linear-gradient(rgba(255, 255, 255, .08), rgba(255, 255, 255, .08)),
    url("../img/reisen-red-car.png");
}

.offer-img-1,
.customer-1 {
  background-position: 20% center;
}

.offer-img-2,
.customer-2 {
  background-image: url("../img/reisen-wheel-hero.png");
  background-position: center;
}

.offer-img-3,
.customer-3 {
  background-image: url("../img/home-hero-reisen-style.png");
  background-position: 72% center;
}

.center-heading h2,
.white-angle-card h2,
.finder-center h2,
.promo-half h2,
.video-card h2 {
  color: #252a31;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.white-angle-card p,
.finder-center p,
.offer-card p,
.choose-item p,
.promo-half p,
.video-card p,
.reisen-footer p {
  color: #737a84;
  font-size: .86rem;
  line-height: 1.65;
}

.who-section {
  padding: 6.6rem 0 5.8rem;
}

.trust-strip {
  background: #f0f1f2;
  padding: 2rem 0 1rem;
}

.trust-card {
  align-items: center;
  background: #1c2a36;
  color: #fff;
  display: grid;
  gap: .35rem 1rem;
  grid-template-columns: auto minmax(0, 1fr) auto;
  min-height: 90px;
  padding: 1.15rem 1.25rem;
}

.trust-card strong {
  color: var(--brand-blue);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}

.trust-card span {
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .05em;
  line-height: 1.35;
  text-transform: uppercase;
}

.trust-card i {
  color: rgba(255, 255, 255, .52);
  font-size: 1.35rem;
}

.white-angle-card {
  background: #fff;
  box-shadow: 0 18px 45px rgba(21, 23, 26, .08);
  margin-right: -2.5rem;
  padding: 3rem;
  position: relative;
  z-index: 2;
}

.white-angle-card::after {
  background: #fff;
  bottom: 0;
  content: "";
  position: absolute;
  right: -48px;
  top: 0;
  transform: skewX(-8deg);
  width: 94px;
  z-index: -1;
}

.white-angle-card h2,
.finder-center h2,
.center-heading h2 {
  font-size: clamp(1.8rem, 4vw, 2.7rem);
}

.who-image {
  background: url("../img/reisen-red-car.png") center / cover no-repeat;
  min-height: 285px;
}

.who-image[style] {
  background-position: center;
  background-size: cover;
}

.supplier-cloud {
  background: #eef2f4;
  overflow: hidden;
  padding: 0;
}

.supplier-modern {
  background:
    linear-gradient(115deg, #172430 0 34%, #eef2f4 34% 100%);
  display: grid;
  gap: 3rem;
  grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr);
  min-height: 520px;
  padding: clamp(3rem, 6vw, 5.5rem) max(1rem, calc((100vw - 1320px) / 2));
}

.supplier-intro {
  align-self: center;
  color: #fff;
  max-width: 420px;
  padding-left: 1rem;
}

.supplier-intro h2 {
  color: #fff;
  font-size: clamp(2.2rem, 5vw, 4.2rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: .94;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.supplier-intro p {
  color: rgba(255, 255, 255, .75);
  line-height: 1.8;
  margin-bottom: 1.4rem;
}

.supplier-brand-slider {
  align-self: center;
  padding: 0 1rem;
  position: relative;
}

.brand-logo-grid {
  display: grid;
  gap: .9rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 991.98px) {
  .brand-logo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 575.98px) {
  .brand-logo-grid {
    grid-template-columns: 1fr;
    gap: .75rem;
  }
}

.brand-card {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 14px;
  box-shadow: 0 14px 36px rgba(21, 23, 26, .07);
  color: #1c2a36;
  display: flex;
  flex-direction: column;
  min-height: 152px;
  justify-content: center;
  overflow: hidden;
  padding: 1.05rem 1.25rem;
  text-align: center;
  position: relative;
  text-align: center;
  transition: transform .18s ease, box-shadow .18s ease;
}

.brand-card::before {
  background: rgba(31, 93, 168, .08);
  border-radius: 50%;
  content: "";
  height: 110px;
  position: absolute;
  right: -32px;
  top: -42px;
  width: 110px;
}

.brand-card:hover {
  box-shadow: 0 24px 60px rgba(21, 23, 26, .14);
  color: #1c2a36;
  transform: translateY(-6px);
}

.brand-card i {
  color: #1c2a36;
  font-size: 1.5rem;
  margin-bottom: .55rem;
}

.brand-card span {
  color: var(--brand-blue);
  font-size: clamp(.95rem, 1.3vw, 1.15rem);
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
  line-height: 1.15;
  max-width: 100%;
}

.brand-card small {
  color: #6d7681;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .05em;
  margin-top: .35rem;
  text-transform: uppercase;
}

.brand-card-featured {
  background: var(--brand-blue);
  color: #fff;
}

.brand-card-featured::before {
  background: rgba(255, 255, 255, .14);
}

.brand-card-featured i,
.brand-card-featured span,
.brand-card-featured small {
  color: #fff;
}

.supplier-controls {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  margin-top: 1.4rem;
}

.supplier-arrow {
  align-items: center;
  background: #fff;
  border: 0;
  border-radius: 50%;
  color: #1c2a36;
  display: inline-flex;
  font-size: 1.4rem;
  height: 46px;
  justify-content: center;
  opacity: 1;
  width: 46px;
}

.supplier-dots {
  display: flex;
  gap: .45rem;
  margin: 0;
  position: static;
}

.supplier-dots [data-bs-target] {
  background-color: #c5cbd1;
  border: 0;
  border-radius: 50%;
  height: 9px;
  opacity: 1;
  width: 9px;
}

.supplier-dots .active {
  background-color: var(--brand-blue);
}

.finder-hero {
  background:
    linear-gradient(rgba(13, 17, 22, .68), rgba(13, 17, 22, .68)),
    url("../img/home-hero-parts.png") center / cover no-repeat;
  color: #fff;
  padding: 5.6rem 0;
  text-align: center;
}

.category-ribbon {
  background: #fff;
  padding: 4.2rem 0 2.2rem;
}

.ribbon-wrap {
  position: relative;
  padding: 0 64px;
}

.ribbon-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border: 1px solid #e5e7eb;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  cursor: pointer;
  font-size: 1.1rem;
  color: #1c2a36;
  box-shadow: 0 4px 14px rgba(21, 23, 26, .08);
  transition: background .18s ease, color .18s ease, border-color .18s ease;
}

.ribbon-arrow:hover {
  background: var(--brand-blue);
  border-color: var(--brand-blue);
  color: #fff;
}

.ribbon-arrow-left  { left: 8px; }
.ribbon-arrow-right { right: 8px; }

.category-scroll {
  display: grid;
  gap: .65rem;
  grid-auto-columns: minmax(150px, 1fr);
  grid-auto-flow: column;
  overflow-x: auto;
  padding: .3rem .25rem 1rem;
  scroll-behavior: smooth;
  scrollbar-width: none;        /* Firefox */
  -ms-overflow-style: none;     /* IE / old Edge */
}

.category-scroll::-webkit-scrollbar {
  display: none;                /* Chrome / Safari / new Edge */
}

.category-scroll a {
  align-items: center;
  background: #f7f8fa;
  border: 1px solid #edf0f3;
  color: #252a31;
  display: grid;
  gap: .45rem;
  justify-items: center;
  min-height: 106px;
  padding: 1rem;
  text-align: center;
}

.category-scroll i {
  color: #1c2a36;
  font-size: 2rem;
}

.category-scroll span {
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .02em;
}

.finder-center {
  margin: auto;
  max-width: 760px;
}

.finder-center h2,
.finder-center p {
  color: #fff;
}

.finder-form {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  justify-content: center;
  margin-top: 1.4rem;
}

.finder-form input {
  border: 0;
  border-radius: 999px;
  min-height: 46px;
  padding: 0 1.25rem;
  text-align: center;
  width: min(330px, 100%);
}

.offer-section,
.products-preview,
.customers-section {
  background: #f0f1f2;
  padding: 5.6rem 0;
}

.center-heading {
  margin-bottom: 2rem;
  text-align: center;
}

.offer-card {
  background: #fff;
  min-height: 100%;
  padding-bottom: 2rem;
  text-align: center;
}

.offer-img {
  background-size: cover;
  height: 185px;
  margin-bottom: 1.6rem;
}

.offer-card h3,
.choose-item h3,
.mini-product h3,
.reisen-footer h3 {
  color: #282d34;
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: 0;
}

.offer-card p {
  margin: 0 auto 1rem;
  max-width: 270px;
}

.choose-section {
  background: #fff;
  padding: 5.8rem 0;
}

.warehouse-section {
  background: #fff;
  padding: 2.2rem 0 5.6rem;
}

.warehouse-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .85fr);
  margin: 0 auto;
  max-width: 980px;
}

.warehouse-image {
  background: url("../img/warehouse-stock.png") center / cover no-repeat;
  min-height: 430px;
}

.warehouse-panel {
  align-self: center;
  background: #eef2f4;
  margin-left: -42px;
  padding: 3rem;
  position: relative;
}

.warehouse-panel h2 {
  color: #1c2a36;
  font-size: clamp(1.7rem, 4vw, 2.55rem);
  font-weight: 900;
  letter-spacing: 0;
  margin-bottom: 1.4rem;
  text-transform: uppercase;
}

.warehouse-feature {
  margin-bottom: 1rem;
}

.warehouse-feature strong,
.warehouse-feature span {
  display: block;
}

.warehouse-feature strong {
  color: #163349;
  font-size: .92rem;
  font-weight: 900;
  margin-bottom: .25rem;
}

.warehouse-feature span {
  color: #65717c;
  font-size: .86rem;
  line-height: 1.6;
}

.warehouse-feature.featured {
  align-items: center;
  background: #1c2a36;
  color: #fff;
  display: grid;
  gap: 1rem;
  grid-template-columns: auto minmax(0, 1fr);
  margin: 1.4rem 0 0 -4.8rem;
  padding: 1.2rem 1.35rem;
}

.warehouse-feature.featured i {
  color: var(--brand-blue);
}

.warehouse-feature.featured strong,
.warehouse-feature.featured span {
  color: #fff;
}

.choose-layout {
  display: grid;
  gap: 1.2rem 2rem;
  grid-template-columns: 1fr minmax(220px, 360px) 1fr;
  grid-template-rows: auto auto;
  margin: 0 auto;
  max-width: 980px;
}

.choose-wheel {
  align-self: center;
  grid-column: 2;
  grid-row: 1 / 3;
  justify-self: center;
}

.choose-wheel img {
  aspect-ratio: 1;
  border-radius: 50%;
  box-shadow: 0 18px 50px rgba(21, 23, 26, .12);
  object-fit: cover;
  width: min(320px, 100%);
}

.choose-item {
  position: relative;
}

.choose-item span {
  align-items: center;
  background: #f1f2f4;
  border-radius: 50%;
  color: #a1a8b0;
  display: inline-flex;
  font-size: .82rem;
  font-weight: 900;
  height: 38px;
  justify-content: center;
  margin-bottom: .7rem;
  width: 38px;
}

.item-left {
  text-align: right;
}

.item-right {
  text-align: left;
}

.split-promo {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
}

.promo-half {
  align-items: center;
  color: #fff;
  display: flex;
  min-height: 465px;
  padding: 6vw;
}

.promo-half h2 {
  color: #fff;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: .96;
}

.promo-half p {
  color: rgba(255, 255, 255, .84);
  max-width: 420px;
}

.promo-red {
  background:
    linear-gradient(rgba(31, 93, 168, .84), rgba(31, 93, 168, .84)),
    url("../img/reisen-wheel-hero.png") center / cover no-repeat;
}

.promo-dark {
  background:
    linear-gradient(rgba(13, 17, 22, .66), rgba(13, 17, 22, .66)),
    url("../img/home-hero-reisen-style.png") center / cover no-repeat;
}

.mini-product {
  background: #fff;
  padding: 1.3rem 1rem 1.6rem;
  text-align: center;
}

.mini-product-img {
  align-items: center;
  background: #f4f5f7;
  color: var(--brand-blue);
  display: flex;
  font-size: 4rem;
  height: 170px;
  justify-content: center;
  margin-bottom: 1rem;
  overflow: hidden;
  text-decoration: none;
}

.mini-product-img img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}

.mini-product .mini-product-code {
  color: #6d7681;
  display: block;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .04em;
  margin: -.4rem 0 .5rem;
  text-transform: uppercase;
}

.mini-product h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: calc(1.05rem * 1.3 * 2);
}

.mini-product strong {
  color: var(--brand-blue);
  display: block;
  font-size: .86rem;
  margin-bottom: .85rem;
}

.banner-pair {
  background: #fff;
  padding: 5.4rem 0 4rem;
}

.vehicles-section {
  background: #fff;
  padding: 1rem 0 5.6rem;
}

.instagram-section {
  background: #eef2f4;
  padding: 5.6rem 0;
}

.instagram-layout {
  align-items: center;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(240px, .75fr) minmax(0, 1.25fr);
}

.instagram-copy h2 {
  color: #1c2a36;
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.instagram-copy p {
  color: #6d7681;
  line-height: 1.7;
  margin-bottom: 1.3rem;
}

.instagram-feed {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.insta-card {
  align-items: flex-end;
  background-position: center;
  background-size: cover;
  color: #fff;
  display: flex;
  min-height: 245px;
  overflow: hidden;
  padding: 1rem;
  position: relative;
}

.insta-card::before {
  background: linear-gradient(180deg, transparent, rgba(13, 17, 22, .78));
  content: "";
  inset: 0;
  position: absolute;
}

.insta-card span {
  align-items: center;
  display: inline-flex;
  font-size: .78rem;
  font-weight: 900;
  gap: .45rem;
  letter-spacing: .06em;
  position: relative;
  text-transform: uppercase;
}

.insta-1 {
  background-image: url("../img/reisen-wheel-hero.png");
}

.insta-2 {
  background-image: url("../img/warehouse-stock.png");
}

.insta-3 {
  background-image: url("../img/home-hero-reisen-style.png");
}

.vehicle-slider {
  margin: 0 auto;
  max-width: 1180px;
  padding-bottom: 92px;
  position: relative;
}

.vehicle-slide {
  background: linear-gradient(135deg, #eaf1f2, #f4f0df);
  border-radius: 24px;
  min-height: 520px;
  overflow: visible;
  position: relative;
}

.vehicle-slide img {
  display: block;
  height: 520px;
  object-fit: cover;
  object-position: left center;
  width: 100%;
}

.vehicle-info-card {
  background: #1c2a36;
  border: 10px solid #fff;
  border-radius: 16px;
  bottom: -72px;
  color: #fff;
  padding: 2.2rem 2.5rem;
  position: absolute;
  right: -48px;
  width: min(650px, 58vw);
}

.vehicle-info-card h3 {
  color: var(--brand-blue);
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: .8rem;
}

.vehicle-info-card strong {
  color: #fff;
  display: block;
  font-size: 1.2rem;
  font-weight: 900;
  letter-spacing: .03em;
  margin-bottom: .75rem;
  text-transform: uppercase;
}

.vehicle-info-card p {
  color: rgba(255, 255, 255, .84);
  font-size: .98rem;
  line-height: 1.75;
  margin-bottom: 1rem;
}

.vehicle-info-card span {
  color: rgba(255, 255, 255, .62);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.vehicle-dots {
  bottom: 22px;
  justify-content: flex-start;
  left: 0;
  margin: 0;
  padding-left: 1.5rem;
  right: auto;
}

.vehicle-dots [data-bs-target] {
  background-color: #c5cbd1;
  border: 0;
  border-radius: 50%;
  height: 10px;
  opacity: 1;
  width: 10px;
}

.vehicle-dots .active {
  background-color: #1c2a36;
}

.vehicle-arrow {
  align-items: center;
  background: rgba(245, 247, 248, .92);
  border: 0;
  border-radius: 50%;
  color: #1c2a36;
  display: inline-flex;
  font-size: 1.6rem;
  height: 54px;
  justify-content: center;
  opacity: 1;
  top: 43%;
  width: 54px;
}

.vehicle-prev {
  left: -72px;
}

.vehicle-next {
  right: -72px;
}

.small-banner {
  background-position: center;
  background-size: cover;
  color: #fff;
  min-height: 170px;
  padding: 2.2rem;
}

.small-banner h2 {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.small-banner p {
  color: rgba(255, 255, 255, .82);
  margin-bottom: 0;
}

.banner-1 {
  background-image:
    linear-gradient(rgba(13, 17, 22, .68), rgba(13, 17, 22, .68)),
    url("../img/reisen-red-car.png");
}

.banner-2 {
  background-image:
    linear-gradient(rgba(13, 17, 22, .7), rgba(13, 17, 22, .7)),
    url("../img/reisen-wheel-hero.png");
}

.video-section {
  background:
    linear-gradient(rgba(13, 17, 22, .76), rgba(13, 17, 22, .76)),
    url("../img/reisen-wheel-hero.png") center / cover no-repeat;
  color: #fff;
  padding: 6rem 0;
  text-align: center;
}

.video-card {
  margin: auto;
  max-width: 760px;
}

.video-card h2 {
  color: #fff;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: .95;
}

.video-card p {
  color: rgba(255, 255, 255, .82);
  margin: 1rem auto;
  max-width: 560px;
}

.play-btn {
  align-items: center;
  background: var(--brand-blue);
  border: 0;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 2rem;
  height: 72px;
  justify-content: center;
  margin: 1.2rem 0;
  width: 72px;
}

.customer-card {
  background-position: center;
  background-size: cover;
  min-height: 190px;
}

.logo-strip {
  background: #fff;
  border-top: 1px solid #f1f2f4;
  padding: 5.3rem 0 4.8rem;
}

.logo-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(2.4rem, 5vw, 5.8rem);
  justify-content: center;
}

.car-logo {
  align-items: center;
  display: inline-flex;
  height: 76px;
  justify-content: center;
  opacity: .48;
  transition: opacity .18s ease, transform .18s ease, filter .18s ease;
  width: 130px;
}

.car-logo:hover {
  filter: contrast(1.15);
  opacity: .82;
  transform: translateY(-2px);
}

.car-logo img {
  display: block;
  max-height: 58px;
  max-width: 124px;
  object-fit: contain;
}

.make-badge {
  align-items: center;
  color: #a4a8ae;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  min-height: 92px;
  min-width: 132px;
  opacity: .7;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}

.make-badge::before,
.make-badge::after {
  border-color: currentColor;
  content: "";
  opacity: .75;
  position: absolute;
  pointer-events: none;
}

.make-badge strong {
  font-size: 1.28rem;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1;
}

.make-badge small {
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .2em;
  margin-bottom: .25rem;
}

.make-badge em {
  font-size: .54rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .18em;
  margin-top: .3rem;
}

.badge-round::before {
  border: 3px double;
  border-radius: 50%;
  inset: 0 20px;
}

.badge-round::after {
  border-top: 1px solid;
  left: 24px;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

.badge-shield::before {
  border: 2px solid;
  border-radius: 10px 10px 22px 22px;
  inset: 7px 8px;
  transform: perspective(90px) rotateX(7deg);
}

.badge-lines::before {
  border-bottom: 2px solid;
  border-top: 2px solid;
  inset: 12px 10px;
}

.badge-lines::after {
  border-bottom: 1px solid;
  border-top: 1px solid;
  inset: 20px 24px;
}

.reisen-footer {
  background: #292929;
  color: #cfd2d6;
  padding: 4rem 0 1.6rem;
}

.footer-brand {
  align-items: center;
  color: #fff;
  display: inline-flex;
  font-size: 1.35rem;
  font-weight: 900;
  gap: .65rem;
  margin-bottom: 1rem;
}

.reisen-footer h3 {
  color: #fff;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: .55rem;
}

.footer-links a {
  color: #cfd2d6;
  font-size: .9rem;
  text-decoration: none;
  transition: color .15s ease;
}

.footer-links a:hover {
  color: #fff;
  padding-left: 4px;
}

.footer-social {
  display: flex;
  gap: .55rem;
  margin-top: 1rem;
}

.footer-social a {
  align-items: center;
  background: rgba(255, 255, 255, .08);
  border-radius: 50%;
  color: #cfd2d6;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  text-decoration: none;
  transition: background .15s ease, color .15s ease;
  width: 38px;
}

.footer-social a:hover {
  background: var(--brand-blue);
  color: #fff;
}

.footer-contact {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
}

.footer-contact li {
  align-items: center;
  color: #cfd2d6;
  display: flex;
  font-size: .9rem;
  gap: .65rem;
  margin-bottom: .65rem;
}

.footer-contact li i {
  color: var(--brand-blue);
  font-size: 1rem;
  width: 18px;
}

.footer-bottom {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, .12);
  color: #9ca2aa;
  display: flex;
  flex-wrap: wrap;
  font-size: .85rem;
  gap: .75rem;
  justify-content: space-between;
  margin-top: 2.5rem;
  padding-top: 1.5rem;
}

.footer-bottom-meta a {
  color: #9ca2aa;
  text-decoration: none;
  transition: color .15s ease;
}

.footer-bottom-meta a:hover {
  color: #fff;
}

@media (max-width: 991.98px) {
  .site-header.sticky-top {
    position: static;
  }

  .home-hero-premium {
    min-height: auto;
  }

  .hero-bg {
    background:
      linear-gradient(90deg, rgba(247, 248, 250, .98) 0%, rgba(247, 248, 250, .9) 52%, rgba(247, 248, 250, .6) 100%),
      url("../img/home-hero-reisen-style.png") center right / cover no-repeat;
  }

  .home-hero-premium::before,
  .home-hero-premium::after {
    display: none;
  }

  .finder-copy {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .catalog-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .product-row {
    grid-template-columns: 120px minmax(0, 1fr);
  }

  .product-actions {
    grid-column: 1 / -1;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .product-actions .btn {
    flex: 1 1 160px;
  }

  .reisen-hero {
    min-height: 0;
  }

  .hero-slide {
    min-height: 560px;
  }

  .hero-dots {
    bottom: 96px;
  }

  .hero-center h1 {
    font-size: clamp(3rem, 10vw, 5.4rem);
  }

  .hero-part-search {
    align-items: stretch;
    flex-direction: column;
    max-width: 420px;
  }

  .hero-part-search input,
  .hero-part-search .btn {
    width: 100%;
  }

  .service-strip {
    margin-top: -70px;
  }

  .category-dock {
    grid-template-columns: 1fr;
  }

  .parts-console-main {
    grid-template-columns: 1fr;
  }

  .vehicle-code-search {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vehicle-code-search button {
    grid-column: 1 / -1;
  }

  .category-grid-modern {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .white-angle-card {
    margin-right: 0;
  }

  .white-angle-card::after {
    display: none;
  }

  .choose-layout {
    grid-template-columns: 1fr;
  }

  .choose-wheel {
    grid-column: auto;
    grid-row: auto;
    order: -1;
  }

  .item-left,
  .item-right {
    text-align: center;
  }

  .split-promo {
    grid-template-columns: 1fr;
  }

  .promo-half {
    min-height: 340px;
  }

  .supplier-brand-slider {
    padding-left: 0;
    padding-right: 0;
  }

  .supplier-modern {
    background: #172430;
    grid-template-columns: 1fr;
  }

  .brand-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .supplier-intro {
    max-width: none;
    padding-left: 0;
  }

  .warehouse-grid {
    grid-template-columns: 1fr;
  }

  .warehouse-panel {
    margin: 0;
  }

  .warehouse-feature.featured {
    margin-left: 0;
  }

  .vehicle-slider {
    padding-bottom: 0;
  }

  .vehicle-slide {
    min-height: 0;
  }

  .vehicle-slide img {
    height: 390px;
  }

  .vehicle-info-card {
    border-width: 8px;
    bottom: auto;
    margin: -54px auto 0;
    position: relative;
    right: auto;
    width: calc(100% - 2rem);
  }

  .vehicle-dots {
    bottom: auto;
    justify-content: center;
    padding-left: 0;
    position: static;
    margin-top: 1.2rem;
  }

  .vehicle-prev {
    left: .75rem;
  }

  .vehicle-next {
    right: .75rem;
  }

  .instagram-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .home-hero {
    padding: 3.5rem 0 2.75rem;
  }

  .hero-search .input-group,
  .catalog-search .input-group {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-search .input-group > *,
  .catalog-search .input-group > * {
    border-radius: .375rem !important;
    margin-left: 0 !important;
    width: 100%;
  }

  .product-row {
    grid-template-columns: 1fr;
  }

  .search-shell {
    grid-template-columns: 1fr;
    padding: .75rem;
  }

  .search-shell i {
    display: none;
  }

  .search-shell input {
    background: #fff;
    border: 1px solid var(--line);
    min-height: 3rem;
    padding: 0 .85rem;
  }

  .hero-actions .btn,
  .search-shell .btn {
    width: 100%;
  }

  .hero-stat {
    min-height: 96px;
  }

  .featured-part {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .featured-part .badge {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .product-image {
    min-height: 170px;
  }

  .reference-grid,
  .detail-refs {
    grid-template-columns: 1fr;
  }

  .detail-refs div:nth-child(odd) {
    border-right: 0;
  }

  .reisen-header .navbar {
    min-height: 64px;
  }

  .reisen-navbar .container {
    background: #fff;
    min-height: 72px;
  }

  .reisen-navbar .brand-mark {
    color: #111418;
    margin-right: 0;
  }

  .reisen-navbar .brand-icon {
    height: 58px;
    width: 58px;
  }

  .reisen-header .nav-link {
    color: #62666c;
    font-size: .9rem;
    padding: .85rem 0;
  }

  .reisen-header .nav-link::after {
    display: none;
  }

  .reisen-header .dropdown-menu {
    box-shadow: none;
    padding: .25rem 0 .5rem;
  }

  .header-tools {
    align-items: stretch;
    flex-direction: column;
    margin: .75rem 0 1rem;
  }

  .header-search,
  .header-enquiry {
    width: 100%;
  }

  .reisen-hero {
    min-height: 0;
  }

  .hero-slide {
    min-height: 520px;
  }

  .hero-center {
    padding: 8rem 0 8rem;
  }

  .hero-center h1 {
    font-size: clamp(2.6rem, 14vw, 4rem);
  }

  .hero-center p {
    font-size: .98rem;
  }

  .service-strip {
    margin-top: -56px;
  }

  .category-grid-modern {
    grid-template-columns: 1fr;
  }

  .dock-search {
    border-radius: 18px;
    grid-template-columns: auto minmax(0, 1fr);
  }

  .dock-search button {
    grid-column: 1 / -1;
  }

  .vehicle-code-search {
    grid-template-columns: 1fr;
  }

  .vehicle-code-search button {
    grid-column: auto;
  }

  .who-section,
  .offer-section,
  .choose-section,
  .products-preview,
.customers-section {
    padding: 3.5rem 0;
  }

  .white-angle-card {
    padding: 2rem;
  }

  .finder-form {
    align-items: stretch;
    flex-direction: column;
  }

  .finder-form input,
  .finder-form .btn {
    width: 100%;
  }

  .promo-half,
  .video-section {
    padding: 4rem 1.25rem;
  }

  .mini-product-img {
    height: 132px;
    font-size: 3rem;
  }

  .mini-product h3 {
    font-size: .95rem;
  }

  .footer-links {
    columns: 1;
  }

  .trust-card {
    min-height: 78px;
  }

  .category-scroll {
    grid-auto-columns: minmax(132px, 44vw);
  }

  .brand-logo-grid,
  .instagram-feed {
    grid-template-columns: 1fr;
  }

  .brand-card {
    min-height: 118px;
  }

  .warehouse-panel {
    padding: 2rem;
  }

  .warehouse-image {
    min-height: 260px;
  }

  .vehicle-slide img {
    height: 300px;
  }

  .vehicle-info-card {
    padding: 1.45rem;
    width: calc(100% - 1rem);
  }

  .vehicle-arrow {
    height: 44px;
    top: 36%;
    width: 44px;
  }

  .insta-card {
    min-height: 190px;
  }

  .cta-form {
    align-items: stretch;
    flex-direction: column;
  }

  .cta-form input,
  .cta-form .btn {
    width: 100%;
  }
}

.parts-list-cta {
  background:
    linear-gradient(rgba(45, 89, 122, .92), rgba(45, 89, 122, .92)),
    url("../img/home-hero-reisen-style.png") center / cover no-repeat;
  color: #fff;
  padding: 5.8rem 0;
  text-align: center;
}

.cta-inner {
  margin: 0 auto;
  max-width: 780px;
}

.cta-inner h2 {
  color: #fff;
  font-size: clamp(2rem, 5vw, 3.7rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.cta-inner p {
  color: rgba(255, 255, 255, .84);
  margin: 0 auto 1.5rem;
  max-width: 560px;
}

.cta-form {
  align-items: center;
  display: flex;
  gap: .75rem;
  justify-content: center;
}

.cta-form input {
  border: 0;
  border-radius: 999px;
  min-height: 46px;
  padding: 0 1.25rem;
  width: min(420px, 100%);
}

/* ============== Who-We-Are: lead, stat tiles, actions ============== */
.white-angle-card .who-lead {
  color: #2c3036;
  font-size: 1.05rem;
  line-height: 1.55;
  font-weight: 600;
  margin-bottom: .9rem;
}

.who-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 1.5rem;
  margin: 1.5rem 0 1.75rem;
}

.who-stat {
  border-left: 3px solid var(--brand-blue);
  padding: .15rem 0 .15rem .85rem;
}

.who-stat strong {
  color: var(--ink);
  display: block;
  font-size: 1.55rem;
  font-weight: 900;
  letter-spacing: -0.01em;
  line-height: 1.05;
}

.who-stat span {
  color: var(--muted);
  display: block;
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .02em;
  margin-top: .15rem;
  text-transform: uppercase;
}

.who-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}

@media (min-width: 1200px) {
  .who-stats { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

/* ============== Auto-suggest dropdown for the home search ============== */
.suggest-box {
  position: absolute;
  z-index: 9999;
  background: #fff;
  width: 100%;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  margin-top: 6px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .15);
  display: none;
  overflow: hidden;
  color: #111;
  text-align: left;
}

.suggest-item {
  padding: 10px 14px;
  cursor: pointer;
  border-bottom: 1px solid #f1f1f1;
}

.suggest-item:hover { background: #f3f6ff; }
.suggest-item:last-child { border-bottom: 0; }

/* Each search form anchors its own dropdown */
.header-search,
.finder-form,
.cta-form {
  position: relative;
}

/* Header pill is narrow — make its dropdown wider and right-aligned */
.header-search .suggest-box {
  min-width: 340px;
  width: auto;
  right: 0;
  left: auto;
}

/* Finder & CTA dropdowns inherit form width naturally */
.finder-form .suggest-box,
.cta-form .suggest-box {
  width: 100%;
  margin-top: 8px;
}

/* ============== Home dock: header + tip text ============== */
.dock-header {
  text-align: center;
  margin-bottom: .25rem;
}

.dock-header .section-kicker {
  color: #4a8fd6;
}

.dock-header h2 {
  color: #fff;
  font-size: clamp(1.8rem, 3.4vw, 3.2rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: .98;
  margin: 0 0 .55rem;
  text-transform: uppercase;
}

.dock-header p {
  color: rgba(255, 255, 255, .72);
  font-size: .98rem;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 720px;
}

.dock-tip {
  color: rgba(255, 255, 255, .62);
  font-size: .85rem;
  text-align: center;
  margin-top: -.25rem;
}

.home-hero-search {
  background: #fff;
  border-radius: 14px;
  padding: 10px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .25);
  text-align: left;
}

.home-hero-search .form-control,
.home-hero-search .form-select {
  border: 0;
  box-shadow: none !important;
  font-size: 16px;
  padding: 14px 16px;
  background: transparent;
  color: var(--ink);
}

.home-hero-search .hh-divider {
  border-left: 1px solid #e5e7eb;
}

.home-hero-search .btn-search {
  background: var(--brand-blue);
  color: #fff;
  font-weight: 700;
  border: 0;
  padding: 14px 22px;
  border-radius: 10px;
  text-transform: none;
  letter-spacing: 0;
  transition: background .15s ease;
}

.home-hero-search .btn-search:hover {
  background: var(--brand-blue-dark);
  color: #fff;
}

.home-hero-search-section .hero-tip {
  color: rgba(255, 255, 255, .7);
  font-size: .9rem;
  margin-top: 1rem;
}

@media (max-width: 991.98px) {
  .home-hero-search .hh-divider {
    border-left: 0;
    border-top: 1px solid #e5e7eb;
  }
  .home-hero-search .text-end {
    text-align: stretch !important;
    padding-top: .5rem;
  }
}

/* ============== Contact section ============== */
.contact-section {
  background: #f5f7fb;
  padding: clamp(3.5rem, 7vw, 6rem) 0;
}

.contact-section h2 {
  font-size: clamp(2rem, 3.6vw, 2.8rem);
  font-weight: 900;
  letter-spacing: 0;
  margin-bottom: .5rem;
  text-transform: uppercase;
}

.contact-section h2 span {
  color: var(--brand-blue);
}

.contact-info-lead {
  color: var(--muted);
  margin-bottom: 2rem;
}

.contact-info-item {
  align-items: flex-start;
  display: flex;
  gap: 1rem;
  margin-bottom: 1.4rem;
}

.contact-info-item i {
  align-items: center;
  background: rgba(31, 93, 168, .1);
  border-radius: 50%;
  color: var(--brand-blue);
  display: inline-flex;
  flex-shrink: 0;
  font-size: 1.05rem;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.contact-info-item strong {
  color: var(--ink);
  display: block;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: .15rem;
}

.contact-info-item span {
  color: var(--muted);
  font-size: .92rem;
}

.contact-form {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 14px 40px rgba(21, 23, 26, .08);
  padding: clamp(1.25rem, 2.5vw, 2rem);
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  color: var(--ink);
  font-family: inherit;
  font-size: 15px;
  outline: 0;
  padding: .85rem 1rem;
  transition: border-color .15s ease, box-shadow .15s ease;
  width: 100%;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--brand-blue);
  box-shadow: 0 0 0 3px rgba(31, 93, 168, .12);
}

.contact-form textarea {
  resize: vertical;
  min-height: 130px;
}

.contact-send-btn {
  background: var(--brand-blue);
  border: 0;
  color: #fff;
  cursor: pointer;
  font-weight: 800;
  letter-spacing: .06em;
  margin-top: 1.25rem;
  padding: 1rem;
  text-transform: uppercase;
  transition: background .15s ease;
  width: 100%;
  border-radius: 6px;
}

.contact-send-btn:hover {
  background: var(--brand-blue-dark);
  color: #fff;
}

/* ============== Item view: brand summary, grouped OEMs, related parts ============== */
.brand-summary {
  align-items: center;
  background: #fff;
  border: 1px solid #eef0f4;
  border-radius: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  padding: .85rem 1.1rem;
}

.brand-summary-label {
  color: var(--muted);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .04em;
  margin-right: .35rem;
  text-transform: uppercase;
}

.brand-chip {
  align-items: center;
  background: #f3f6ff;
  border: 1px solid #dde6f6;
  border-radius: 999px;
  color: #1c2a36;
  display: inline-flex;
  font-size: .85rem;
  font-weight: 700;
  gap: .45rem;
  padding: .25rem .35rem .25rem .8rem;
  text-decoration: none;
  transition: background .15s ease, color .15s ease, border-color .15s ease;
}

.brand-chip:hover {
  background: var(--brand-blue, #1f5da8);
  border-color: var(--brand-blue, #1f5da8);
  color: #fff;
}

.brand-chip-count {
  align-items: center;
  background: #fff;
  border-radius: 999px;
  color: var(--brand-blue, #1f5da8);
  display: inline-flex;
  font-size: .72rem;
  font-weight: 800;
  height: 22px;
  justify-content: center;
  min-width: 22px;
  padding: 0 .4rem;
}

.brand-chip:hover .brand-chip-count {
  background: #fff;
  color: var(--brand-blue, #1f5da8);
}

.oem-brand-block {
  border-bottom: 1px solid #eef0f4;
}

.oem-brand-block:last-child {
  border-bottom: 0;
}

.oem-brand-header {
  align-items: center;
  background: #f8fafc;
  border-left: 4px solid var(--brand-blue, #1f5da8);
  display: flex;
  justify-content: space-between;
  padding: .65rem 1.1rem;
}

.oem-brand-name {
  color: #1c2a36;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.oem-brand-count {
  color: var(--muted);
  font-size: .78rem;
}

.oem-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.oem-list li {
  border-bottom: 1px solid #f1f3f7;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: .92rem;
  padding: .55rem 1.25rem;
}

.oem-list li:last-child {
  border-bottom: 0;
}

.related-card {
  background: #fff;
  border: 1px solid #eef0f4;
  border-radius: 12px;
  color: #1c2a36;
  display: block;
  height: 100%;
  overflow: hidden;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.related-card:hover {
  border-color: #d6dde7;
  box-shadow: 0 14px 30px rgba(13, 42, 74, .1);
  color: #1c2a36;
  transform: translateY(-3px);
}

.related-card-img {
  align-items: center;
  background: #f8fafc;
  color: #94a3b8;
  display: flex;
  font-size: 2.4rem;
  height: 150px;
  justify-content: center;
  overflow: hidden;
}

.related-card-img img {
  max-height: 90%;
  max-width: 90%;
  object-fit: contain;
}

.related-card-body {
  padding: .85rem 1rem 1rem;
}

.related-card-code {
  color: var(--brand-blue, #1f5da8);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: .9rem;
  font-weight: 700;
  margin-bottom: .25rem;
}

.related-card-desc {
  color: #475260;
  display: -webkit-box;
  font-size: .82rem;
  line-height: 1.35;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: calc(1.35em * 2);
}

/* ============== Catalog, Product Detail, Quote Polish ============== */
.hero {
  position: relative;
  overflow: hidden;
}

.hero::after {
  background: linear-gradient(90deg, rgba(255,255,255,.14), rgba(255,255,255,0));
  content: "";
  inset: auto 0 0;
  height: 1px;
  position: absolute;
}

.hero-search {
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 18px;
  overflow: visible;
}

.hero-search .form-control,
.hero-search .form-select {
  color: #1f2937;
  font-weight: 600;
}

.hero-search .form-control::placeholder {
  color: #9aa3af;
  font-weight: 500;
}

.hero-search .btn-search {
  min-height: 52px;
}

.filter-card,
.product-card,
.card.border-0.shadow-sm {
  border: 1px solid #e8edf4 !important;
  border-radius: 16px;
  box-shadow: 0 12px 34px rgba(15, 23, 42, .05) !important;
}

.filter-card {
  overflow: hidden;
}

.filter-card .filter-head {
  background: linear-gradient(180deg, #fff, #f9fbfe);
  color: #172033;
  font-size: .86rem;
  letter-spacing: .02em;
}

.filter-list a {
  align-items: center;
  border: 1px solid transparent;
  gap: .75rem;
  margin-bottom: .22rem;
  padding: .48rem .55rem;
  transition: background .15s ease, border-color .15s ease, color .15s ease;
}

.filter-list a.active {
  background: #eef5ff;
  border-color: #d7e8ff;
  color: var(--brand-blue, #1f5da8);
}

.product-card {
  border-radius: 16px;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.product-card:hover {
  border-color: #d8e3f0;
  box-shadow: 0 20px 42px rgba(15, 23, 42, .11) !important;
  transform: translateY(-4px);
}

.product-thumb {
  background:
    radial-gradient(circle at 50% 20%, rgba(31, 93, 168, .09), transparent 34%),
    linear-gradient(180deg, #fbfdff 0%, #f2f6fb 100%);
}

.product-thumb img {
  filter: drop-shadow(0 14px 16px rgba(15, 23, 42, .12));
  transition: transform .2s ease;
}

.product-card:hover .product-thumb img {
  transform: scale(1.035);
}

.product-thumb .pill-oem {
  background: #10253d;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .16);
  font-weight: 800;
}

.product-body .group {
  color: #7b8797;
  font-weight: 800;
}

.product-body .code {
  color: var(--brand-blue, #1f5da8);
  font-size: .98rem;
}

.product-card .card-cta {
  border-top: 1px solid #f0f3f7;
  padding-top: .85rem;
}

.product-card .card-cta .btn {
  min-height: 36px;
}

.pagination .page-link {
  border: 1px solid #e4eaf2;
  border-radius: 10px;
  color: #334155;
  margin: 0 .12rem;
  min-width: 38px;
  text-align: center;
}

.pagination .page-item.active .page-link {
  background: var(--brand-blue, #1f5da8);
  border-color: var(--brand-blue, #1f5da8);
}

.breadcrumb {
  --bs-breadcrumb-divider-color: #a8b2c0;
  background: #fff;
  border: 1px solid #edf1f6;
  border-radius: 12px;
  display: inline-flex;
  padding: .55rem .8rem;
}

.cart-table thead th {
  background: #f8fafc;
  border-bottom: 1px solid #e8edf4;
  color: #64748b;
  font-size: .76rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.cart-table tbody tr {
  transition: background .15s ease;
}

.cart-table tbody tr:hover {
  background: #fbfdff;
}

.cart-table td {
  border-color: #eef2f7;
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.cart-table input[type="number"] {
  border-color: #dfe7f1;
  border-radius: 10px;
  font-weight: 800;
  text-align: center;
}

.card .card-header {
  border-color: #edf1f6;
}

.card .card-body {
  border-radius: 16px;
}

.list-group-item {
  border-color: #edf1f6;
}

.form-control-lg,
.form-control,
.form-select {
  border-color: #dfe7f1;
  border-radius: 10px;
}

.form-control:focus,
.form-select:focus {
  border-color: rgba(31, 93, 168, .55);
  box-shadow: 0 0 0 .22rem rgba(31, 93, 168, .1);
}

.btn-primary {
  box-shadow: 0 10px 22px rgba(31, 93, 168, .16);
}

.btn-primary:hover {
  box-shadow: 0 14px 28px rgba(31, 93, 168, .22);
  transform: translateY(-1px);
}

.btn {
  transition: background .15s ease, border-color .15s ease, color .15s ease, box-shadow .15s ease, transform .15s ease;
}

@media (max-width: 991.98px) {
  .hero-search {
    border-radius: 16px;
  }

  .hero-search .divider {
    border-left: 0;
    border-top: 1px solid #eef2f7;
  }

  .product-card .card-cta {
    flex-direction: column;
  }

  .product-card .card-cta .btn {
    width: 100%;
  }
}
