/* Aurexo AutoDeal — home page */

:root {
  --aurexo-accent: #84cc16;
  --aurexo-accent-hover: #9ae635;
  --aurexo-dark: #111827;
}

/* —— Hero overrides —— */
.aurexo-hero .hero-slider-tabs {
  padding: 16px 20px 0;
  gap: 0;
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
}

.aurexo-hero .hero-tab {
  background: transparent;
  border-radius: 0;
  padding: 0 20px 14px;
  border-bottom: 3px solid transparent;
  margin-bottom: -1px;
  color: #6b7280;
  font-weight: 700;
  cursor: pointer;
}

.aurexo-hero .hero-tab:hover {
  color: var(--aurexo-dark);
  background: transparent;
}

.aurexo-hero .hero-tab.active {
  background: transparent;
  color: var(--aurexo-dark);
  border-bottom-color: var(--aurexo-accent);
}

.aurexo-hero .hero-search-shell {
  border-radius: 16px;
}

.aurexo-hero .hero-search-bar-wrap {
  padding: 0;
}

.aurexo-hero .hero-search-bar {
  display: flex;
  align-items: stretch;
  padding: 8px 8px 8px 4px;
  gap: 0;
}

.aurexo-hero .hero-search-field {
  flex: 1;
  min-width: 0;
  position: relative;
  z-index: 1;
  border-radius: 0;
  border: 0;
  border-right: 1px solid #eceef2;
  padding: 14px 18px 12px;
  background: #fff;
  pointer-events: auto;
}

.aurexo-hero .hero-search-bar,
.aurexo-hero .hero-search-bar-wrap,
.aurexo-hero .hero-filter-btn,
.aurexo-hero .hero-find-btn {
  pointer-events: auto;
}

.aurexo-hero .hero-select,
.aurexo-hero .hero-input {
  width: 100%;
  min-height: 28px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.aurexo-hero .hero-search-shell {
  position: relative;
  z-index: 5;
}

.aurexo-hero .category-list.style1 .category-list-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.aurexo-hero .hero-categories-wrap--carousel .category-list.style1 .category-list-inner,
.aurexo-hero .category-list.category-list--carousel .category-list-inner {
  flex-wrap: nowrap !important;
  justify-content: flex-start !important;
}

.aurexo-hero .hero-categories-wrap--carousel {
  overflow: visible;
}

.aurexo-hero .category-list .brand-item-small {
  overflow: hidden;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  padding: 0 11px;
  border-radius: 8px;
  gap: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  flex: 0 0 auto;
}

.aurexo-hero .category-list .brand-item-small svg {
  display: block;
  flex-shrink: 0;
  width: 41px;
  height: auto;
  max-height: 18px;
}

.aurexo-hero .category-list .brand-item-small svg path {
  stroke: currentColor;
  vector-effect: non-scaling-stroke;
}

.aurexo-hero .category-list .brand-item-small .tf-car-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  white-space: nowrap;
  text-transform: capitalize;
}

.aurexo-hero .category-list .brand-item-small:hover,
.aurexo-hero .category-list .brand-item-small:focus-visible {
  background-color: #fff;
  color: #1c1c1c;
}

.aurexo-hero .hero-categories-head {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
  margin-bottom: 0;
}

.aurexo-hero .hero-categories-view {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 640px) {
  .aurexo-hero .category-list .brand-item-small {
    font-size: 16px;
    padding: 0 10px;
  }

  .aurexo-hero .category-list .brand-item-small .tf-car-text {
    font-size: 16px;
  }

  .aurexo-hero .category-list .brand-item-small svg {
    width: 36px;
    max-height: 16px;
  }
}

.aurexo-hero .hero-filter-btn {
  width: 52px;
  min-height: 56px;
  margin: 4px;
  border: 0;
  background: #f4f5f7;
}

.aurexo-hero .hero-filter-btn i {
  color: var(--aurexo-accent);
}

.aurexo-hero .hero-find-btn {
  min-height: 56px;
  margin: 4px;
  padding: 0 28px;
  background: var(--aurexo-accent);
  color: var(--aurexo-dark);
  font-weight: 800;
  border-radius: 12px;
  box-shadow: none;
}

.aurexo-hero .hero-find-btn:hover {
  background: var(--aurexo-accent-hover);
}

.aurexo-hero .hero-count-badge {
  background: rgba(15, 23, 42, 0.12);
  color: var(--aurexo-dark);
}

/* —— Sections —— */
.aurexo-section {
  padding: 56px 0;
}

.aurexo-section.gray {
  background: #f4f6f8;
}

.aurexo-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}

.aurexo-section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}

.aurexo-section-title h2 {
  font-size: clamp(24px, 3vw, 32px);
  margin: 0;
}

.aurexo-section-title a,
.aurexo-view-all {
  font-weight: 700;
  font-size: 14px;
  color: var(--aurexo-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.aurexo-inventory-tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.aurexo-inv-tab {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border: 1px solid #e5e7eb;
  background: #fff;
  padding: 10px 20px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
  font-family: inherit;
  line-height: 1.2;
  cursor: pointer;
  transition: 0.2s;
  text-decoration: none;
  color: var(--aurexo-dark);
  appearance: none;
  -webkit-appearance: none;
}

.aurexo-inv-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  margin-left: 4px;
  padding: 0 6px;
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.08);
  font-size: 12px;
  font-weight: 800;
}

.aurexo-inv-tab.active {
  background: var(--aurexo-dark);
  color: #fff;
  border-color: var(--aurexo-dark);
}

.aurexo-inv-tab.active .aurexo-inv-count {
  background: rgba(255, 255, 255, 0.2);
}

/* —— Vehicle cards —— */
.aurexo-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.home-featured-card-wrap {
  display: block;
}

.home-featured-card-wrap[hidden] {
  display: none !important;
}

.aurexo-featured-heading {
  margin-bottom: 18px;
}

.aurexo-featured-heading h2 {
  margin: 0;
  font-size: 28px;
  font-weight: 800;
  color: var(--aurexo-dark);
}

.home-inventory-carousel {
  position: relative;
}

.home-inventory-carousel.is-carousel {
  padding: 0 52px;
}

.home-inventory-carousel.is-carousel .home-inventory-carousel-viewport {
  overflow: hidden;
  border-radius: 18px;
}

.home-inventory-carousel.is-carousel .aurexo-card-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - (var(--carousel-per-view, 3) - 1) * 20px) / var(--carousel-per-view, 3));
  gap: 20px;
  grid-template-columns: none;
  transition: transform 0.38s ease;
  will-change: transform;
}

.home-inventory-carousel.is-carousel .home-featured-card-wrap {
  min-width: 0;
}

.home-carousel-btn {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.92);
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  transform: translateY(-50%);
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.22);
  transition: 0.2s;
  font-size: 16px;
}

.home-carousel-btn:hover:not(:disabled) {
  background: var(--aurexo-accent, #84cc16);
  color: #111827;
}

.home-carousel-btn.is-disabled,
.home-carousel-btn:disabled {
  opacity: 0.28;
  cursor: default;
  box-shadow: none;
}

.home-carousel-btn--prev {
  left: 0;
}

.home-carousel-btn--next {
  right: 0;
}

.home-inventory-carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
}

.home-inventory-carousel-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 0;
  padding: 0;
  background: #d1d5db;
  cursor: pointer;
  transition: 0.2s;
}

.home-inventory-carousel-dot.is-active {
  width: 22px;
  background: var(--aurexo-dark, #111827);
}

@media (max-width: 991px) {
  .home-inventory-carousel.is-carousel {
    padding: 0 44px;
  }

  .home-inventory-carousel.is-carousel .aurexo-card-grid {
    grid-auto-columns: calc((100% - 20px) / 2);
  }
}

@media (max-width: 640px) {
  .home-inventory-carousel.is-carousel {
    padding: 0 38px;
  }

  .home-inventory-carousel.is-carousel .aurexo-card-grid {
    grid-auto-columns: 100%;
  }

  .home-carousel-btn {
    width: 40px;
    height: 40px;
  }
}

.aurexo-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e8eaee;
  transition: transform 0.2s, box-shadow 0.2s;
}

.aurexo-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.1);
}

.aurexo-card-img {
  display: block;
  position: relative;
  aspect-ratio: 16 / 11;
  overflow: hidden;
  background: #f3f4f6;
}

.aurexo-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s;
}

.aurexo-card:hover .aurexo-card-img img {
  transform: scale(1.04);
}

.aurexo-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.aurexo-badge--featured {
  background: var(--aurexo-accent);
  color: var(--aurexo-dark);
}

.aurexo-badge--price {
  background: #111;
  color: #fff;
}

.aurexo-badge--sale {
  background: #dc2626;
  color: #fff;
}

.aurexo-card-prices {
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: flex-start;
}

.aurexo-card-msrp {
  font-size: 13px;
  font-weight: 600;
  color: #9ca3af;
  text-decoration: line-through;
}

.aurexo-card-body {
  padding: 16px 18px 18px;
}

.aurexo-card-make {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #9ca3af;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.aurexo-card-title {
  font-size: 17px;
  line-height: 1.3;
  margin: 0 0 12px;
}

.aurexo-card-title a {
  color: var(--aurexo-dark);
  text-decoration: none;
}

.aurexo-card-title a:hover {
  color: var(--aurexo-accent);
}

.aurexo-card-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  font-size: 14px;
  color: #6b7280;
  font-weight: 600;
  margin-bottom: 14px;
}

.aurexo-spec {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  line-height: 1.3;
}

.aurexo-spec i {
  flex-shrink: 0;
  width: 18px;
  font-size: 15px;
  text-align: center;
  color: #9ca3af;
}

.aurexo-card-specs i {
  color: #9ca3af;
  margin-right: 0;
}

.aurexo-card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 12px;
  border-top: 1px solid #f0f0f0;
}

.aurexo-card-price {
  font-size: 20px;
  font-weight: 900;
  color: var(--aurexo-dark);
}

.aurexo-card-link {
  font-size: 13px;
  font-weight: 800;
  color: var(--aurexo-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Card image overlays */
.aurexo-card-make-badge {
  position: absolute;
  bottom: 12px;
  left: 12px;
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #fff;
  background: rgba(17, 24, 39, 0.72);
  text-transform: uppercase;
}

.aurexo-card-media {
  position: absolute;
  bottom: 12px;
  right: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.aurexo-card-photos,
.aurexo-card-video {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 800;
  color: #fff;
  background: rgba(17, 24, 39, 0.72);
}

.aurexo-card-photos i,
.aurexo-card-video i {
  font-size: 14px;
}

.aurexo-card-video {
  color: #ff4444;
  background: rgba(255, 255, 255, 0.92);
}

.aurexo-empty-filter {
  margin: 24px 0 0;
  padding: 20px;
  text-align: center;
  font-weight: 600;
  color: #6b7280;
  background: #f9fafb;
  border: 1px dashed #e5e7eb;
  border-radius: 12px;
}

.aurexo-empty-filter a {
  font-weight: 800;
  color: var(--aurexo-dark);
}

/* Finance layout with vehicle picker */
.aurexo-finance-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: 32px;
  align-items: start;
}

.aurexo-finance-visual {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.aurexo-finance-visual img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 16px;
  background: #f3f4f6;
  border: 1px solid #e8eaee;
}

.aurexo-finance-visual img.is-placeholder {
  object-fit: contain;
  padding: 24px;
  background: #f9fafb;
}

.aurexo-finance-vehicle-label {
  font-size: 13px;
  font-weight: 700;
  color: #6b7280;
}

.aurexo-finance-vehicle-select {
  width: 100%;
  height: 48px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 0 14px;
  font-weight: 600;
  background: #fff;
}

.aurexo-finance-box {
  background: #fff;
  border: 1px solid #e8eaee;
  border-radius: 16px;
  padding: 28px;
}

.aurexo-finance-box h2 {
  margin: 0 0 20px;
  font-size: 22px;
}

/* Browse by type */
.aurexo-type-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.aurexo-type-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 20px 12px;
  background: #fff;
  border: 1px solid #e8eaee;
  border-radius: 14px;
  font-weight: 700;
  font-size: 14px;
  color: var(--aurexo-dark);
  transition: 0.2s;
}

.aurexo-type-card:hover {
  border-color: var(--aurexo-accent);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  transform: translateY(-2px);
}

.aurexo-type-icon svg path {
  stroke: var(--aurexo-dark) !important;
}

.aurexo-type-icon {
  width: 56px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aurexo-type-icon [class^="icon-aurexo-"] {
  font-size: 28px;
  color: var(--aurexo-dark, #111);
  line-height: 1;
}

/* Finance calculator */
.aurexo-finance-box {
  background: #fff;
  border: 1px solid #e8eaee;
  border-radius: 20px;
  padding: 32px;
  max-width: 720px;
}

.aurexo-finance-box h2 {
  margin-bottom: 24px;
}

.aurexo-finance-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}

.aurexo-finance-field label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #6b7280;
  margin-bottom: 6px;
}

.aurexo-finance-field input,
.aurexo-finance-field select {
  width: 100%;
  height: 48px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 0 14px;
  font-weight: 600;
}

.aurexo-finance-btn {
  grid-column: 1 / -1;
  height: 48px;
  border: 0;
  border-radius: 10px;
  background: var(--aurexo-accent);
  color: var(--aurexo-dark);
  font-weight: 800;
  cursor: pointer;
}

.aurexo-finance-results p {
  margin: 0 0 8px;
  font-weight: 600;
  color: #4b5563;
}

.aurexo-finance-results strong {
  color: var(--aurexo-dark);
}

/* Reviews */
.aurexo-reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.aurexo-reviews-carousel {
  position: relative;
}

.aurexo-reviews-carousel.is-carousel {
  padding: 0 52px;
}

.aurexo-reviews-carousel.is-carousel .aurexo-reviews-carousel-viewport {
  overflow: hidden;
}

.aurexo-reviews-carousel.is-carousel .aurexo-reviews-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - (var(--reviews-per-view, 3) - 1) * 20px) / var(--reviews-per-view, 3));
  gap: 20px;
  will-change: transform;
}

.aurexo-reviews-carousel.is-carousel .aurexo-review-card {
  min-width: 0;
}

@media (max-width: 991px) {
  .aurexo-reviews-carousel.is-carousel .aurexo-reviews-track {
    grid-auto-columns: calc((100% - 20px) / 2);
  }
}

@media (max-width: 640px) {
  .aurexo-reviews-carousel.is-carousel {
    padding: 0 44px;
  }

  .aurexo-reviews-carousel.is-carousel .aurexo-reviews-track {
    grid-auto-columns: 100%;
  }
}

.aurexo-review-card {
  background: #fff;
  border: 1px solid #e8eaee;
  border-radius: 16px;
  padding: 24px;
}

.aurexo-review-stars {
  color: #f59e0b;
  margin-bottom: 12px;
}

.aurexo-review-card p {
  color: #4b5563;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 16px;
}

.aurexo-review-author strong {
  display: block;
  font-size: 15px;
}

.aurexo-review-author span {
  font-size: 13px;
  color: #9ca3af;
}

/* Brands — Aurexo taxonomy style1 */
.aurexo-brands .aurexo-section-title {
  align-items: center;
}

.aurexo-view-all-brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 14px;
  color: var(--aurexo-dark);
  text-decoration: none;
}

.aurexo-view-all-brand i {
  font-size: 12px;
  transform: rotate(90deg);
}

.aurexo-brand-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px;
}

/* Brands carousel (home + about) */
.home-brands-carousel {
  position: relative;
}

.home-brands-carousel.is-carousel {
  padding: 0 52px;
}

.home-brands-carousel.is-carousel .home-brands-carousel-viewport {
  overflow: hidden;
}

.home-brands-carousel.is-carousel .aurexo-brand-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - (var(--brands-per-view, 6) - 1) * 24px) / var(--brands-per-view, 6));
  gap: 24px;
  grid-template-columns: none;
  transition: transform 0.38s ease;
  will-change: transform;
}

.home-brands-carousel.is-carousel .aurexo-brand-card {
  min-width: 0;
}

.home-brands-carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}

.home-brands-carousel-dot {
  width: 8px;
  height: 8px;
  border: none;
  border-radius: 999px;
  padding: 0;
  background: #d1d5db;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.home-brands-carousel-dot.is-active {
  background: var(--aurexo-accent, #84cc16);
  transform: scale(1.15);
}

@media (max-width: 991px) {
  .home-brands-carousel.is-carousel {
    padding: 0 44px;
  }

  .home-brands-carousel.is-carousel .aurexo-brand-grid {
    grid-auto-columns: calc((100% - 2 * 18px) / 3);
    gap: 18px;
  }
}

@media (max-width: 640px) {
  .home-brands-carousel.is-carousel {
    padding: 0 40px;
  }

  .home-brands-carousel.is-carousel .aurexo-brand-grid {
    grid-auto-columns: calc((100% - 14px) / 2);
    gap: 14px;
  }
}

.aurexo-brand-card {
  display: block;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 16px;
  transition: border-color 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
  overflow: hidden;
}

.aurexo-brand-card:hover {
  border-color: var(--aurexo-accent);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.aurexo-brand-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 110px;
  padding: 24px 20px 12px;
}

.aurexo-brand-logo img {
  display: block;
  max-width: 100%;
  max-height: 80px;
  width: auto;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}

.aurexo-brand-fallback {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border-radius: 50%;
  background: #f3f4f6;
  color: #374151;
  font-size: 24px;
  font-weight: 800;
}

.aurexo-brand-body {
  padding: 0 20px 22px;
}

.aurexo-brand-body h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  color: #1c1c1c;
  margin: 0 0 2px;
}

.aurexo-brand-count {
  display: block;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #9fa1a4;
}

@media (max-width: 1100px) {
  .aurexo-brand-grid:not(#homeBrandsTrack) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }
}

/* News */
.aurexo-news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.aurexo-news-card {
  display: block;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e8eaee;
  transition: 0.2s;
}

.aurexo-news-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.aurexo-news-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.aurexo-news-placeholder {
  height: 180px;
  display: grid;
  place-items: center;
  background: #f3f4f6;
  font-size: 40px;
  color: #9ca3af;
}

.aurexo-news-body {
  padding: 18px;
}

.aurexo-news-body h3 {
  font-size: 17px;
  margin: 0 0 8px;
  color: var(--aurexo-dark);
}

.aurexo-news-body span {
  font-size: 13px;
  color: #9ca3af;
  font-weight: 600;
}

/* App CTA */
.aurexo-app-cta {
  background: var(--aurexo-dark);
  color: #fff;
  padding: 56px 0 72px;
  margin-bottom: 0;
}

.aurexo-app-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.aurexo-app-inner h4 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 8px;
}

.aurexo-app-inner p {
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.aurexo-app-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  background: var(--aurexo-accent);
  color: var(--aurexo-dark);
  font-weight: 800;
  border-radius: 12px;
}

@media (max-width: 1100px) {
  .aurexo-card-grid:not(#homeFeaturedGrid) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aurexo-type-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .aurexo-section {
    padding: 40px 0;
  }

  .aurexo-card-grid:not(#homeFeaturedGrid),
  .aurexo-reviews-grid:not(.aurexo-reviews-track),
  .aurexo-news-grid {
    grid-template-columns: 1fr;
  }

  .aurexo-brand-grid:not(#homeBrandsTrack) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

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

  .aurexo-finance-form {
    grid-template-columns: 1fr;
  }

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

  .aurexo-hero .hero-search-bar {
    flex-direction: column;
    padding: 12px;
  }

  .aurexo-hero .hero-search-field {
    border-right: 0;
    border-bottom: 1px solid #eceef2;
  }

  .aurexo-hero .hero-find-btn,
  .aurexo-hero .hero-filter-btn {
    width: 100%;
    margin: 6px 0 0;
  }
}
