@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap');







.btn {
    text-transform: uppercase;
}

.cw-car-buying-hero {
    --cw-black: #0d0d0d;
    --cw-black-soft: #1a1a1a;
    --cw-gold: #f5c518;
    font-family: inherit;
}

/* ---- Top Announcement Bar ---- */
.cw-car-buying-hero .cw-top-bar {
    background-color: var(--color-theme-secondary);
    padding: 0.65rem 0;
  }
  
  .cw-car-buying-hero .cw-top-bar-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    color: #ffffff;
    font-weight: 700;
    font-size: 0.8rem;
    letter-spacing: 0.02em;
    padding: 0.35rem 0.75rem;
    border-right: 1px solid rgba(255, 255, 255, 0.35);
    text-align: center;
  }
  
  .cw-car-buying-hero .cw-top-bar-item:last-child {
    border-right: none;
  }
  
  .cw-car-buying-hero .cw-top-bar-item i {
    font-size: 1.1rem;
    flex-shrink: 0;
  }
  
  /* Tablet & Mobile */
  @media (max-width: 992px) {
    .cw-car-buying-hero .cw-top-bar-item {
      border-right: none;
      border-bottom: 1px solid rgba(255, 255, 255, 0.25);
      justify-content: center;
      text-align: center;
    }
  
    .cw-car-buying-hero .cw-top-bar-item:last-child {
      border-bottom: none;
    }
  }
  
  /* 330px Left Align */
  @media (min-width: 330px) {
    .cw-car-buying-hero .cw-top-bar-item {
      justify-content: flex-start;
      text-align: left;
    }
  }


    /* 440px Left Align */
    @media (min-width: 440px) {
        .cw-car-buying-hero .cw-top-bar-item {
          justify-content: flex-start;
          text-align: left;
        }
      }

      @media (max-width: 1200px) {
        .cw-car-buying-hero .cw-top-bar-item {
          justify-content: center;
          text-align: center;
        }
      }
  

  @media (max-width: 1400px) {
    .cw-car-buying-hero .cw-top-bar-item {
      justify-content: center;
      text-align: center;
    }
  }

  
  section.loan-app-module {
    padding-bottom: 2rem;
    background-color: #000;
    color: #fff;
  }


  @media (min-width: 330px) {
    .cw-car-buying-hero .cw-top-bar-item {
      justify-content: flex-start;
      text-align: left;
    }
  }



/* ---- Hero Section ---- */
.cw-car-buying-hero .cw-hero-section {
    background:
    linear-gradient(to right,
    #000 0%,
    rgba(0, 0, 0, .9) 35%,
    rgba(0, 0, 0, 0) 80%),
url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/BBB107FFC1DE01283DBA1CE1B619377E.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 3.5rem 0;
}

.cw-car-buying-hero .cw-hero-content {
    padding-right: 1rem;
}

.cw-car-buying-hero .cw-hero-heading {
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    line-height: 0.95;
    font-size: 2.75rem;
    color: #ffffff;
    letter-spacing: 0.01em;
    margin-bottom: 1.5rem;
    text-shadow: 2px -1px 4px black;
}

.cw-car-buying-hero .cw-hero-heading-accent {
    color: var(--color-theme-primary);
    font-family: "Permanent Marker", cursive;
    font-weight: 400;
    font-style: italic;
    text-shadow: 2px -1px 4px black;
}

.cw-car-buying-hero .cw-hero-checklist {
    margin-bottom: 1.75rem;
}

.cw-car-buying-hero .cw-hero-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    color: #ffffff;
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 0.85rem;
    line-height: 1.3;
}

.cw-car-buying-hero .cw-hero-checklist li:last-child {
    margin-bottom: 0;
}

.cw-car-buying-hero .cw-hero-checklist i {
    color: var(--color-theme-primary);
    font-size: 1.35rem;
    flex-shrink: 0;
    margin-top: 0.1rem;
}

.cw-car-buying-hero .cw-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    text-align: left;
    text-decoration: none;
    font-weight: 800;
    font-size: 0.85rem;
    text-transform: uppercase;
    line-height: 1.15;
    padding: 0.85rem 1.25rem;
    border-radius: 0.35rem;
    margin: 0 0.6rem 0.75rem 0;
    transition: opacity 0.15s ease-in-out;
}

.cw-car-buying-hero .cw-cta:hover {
    opacity: 0.85;
}

.cw-car-buying-hero .cw-cta i:first-child {
    font-size: 1.1rem;
}

.cw-car-buying-hero .cw-cta-outline {
    background-color: transparent;
    border: 2px solid var(--cw-gold);
    color: var(--cw-gold);
}

.cw-car-buying-hero .cw-cta-outline-accent {
    background-color: rgba(0, 0, 0, 0.4);
    border: 2px solid var(--color-theme-primary);
    color: var(--color-theme-primary);
}

.cw-car-buying-hero .cw-cta-solid {
    background-color: var(--cw-gold);
    border: 2px solid var(--cw-gold);
    color: var(--cw-black);
    position: relative;
    padding-right: 2.75rem;
}

.cw-car-buying-hero .cw-cta-arrow {
    position: absolute;
    right: 1.1rem;
    top: 50%;
    transform: translateY(-50%);
}

/* ---- Features Row ---- */
.cw-car-buying-hero .cw-features-row {
    background-color: var(--cw-black);
    padding: 2.75rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.cw-car-buying-hero .cw-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.cw-car-buying-hero .cw-feature-icon {
    flex-shrink: 0;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-color: var(--color-theme-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.cw-car-buying-hero .cw-feature-icon i {
    color: #ffffff;
    font-size: 1.15rem;
}

.cw-car-buying-hero .cw-feature-text h3 {
    color: #ffffff;
    font-weight: 800;
    font-size: 0.95rem;
    text-transform: uppercase;
    margin-bottom: 0.35rem;
}

.cw-car-buying-hero .cw-feature-text p {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.85rem;
    margin-bottom: 0;
    line-height: 1.4;
}

/* ---- Bottom Tagline Bar ---- */
.cw-car-buying-hero .cw-bottom-bar {
    background: #000;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgb(80, 1, 0) 21%, rgba(0, 0, 0, 1) 50%, rgb(80, 1, 0) 80%, rgba(0, 0, 0, 1) 100%);
    border-top: 2px solid var(--color-theme-primary);
    padding: 1.5rem 0;
}

.cw-car-buying-hero .cw-bottom-tagline {
    color: #ffffff;
    font-weight: 800;
    font-style: italic;
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-bottom: 0.25rem;
}

.cw-car-buying-hero .cw-bottom-dealer {
    color: var(--color-theme-primary);
    font-weight: 700;
    font-style: italic;
    font-size: 1rem;
    text-transform: uppercase;
    margin-bottom: 0;
}

/* ---- Responsive scaling ---- */
@media (min-width: 440px) {
    .cw-car-buying-hero .cw-hero-heading {
        font-size: 2rem;
        line-height: .8;
    }

}

@media (min-width: 768px) {
    .cw-car-buying-hero .cw-hero-heading {
        font-size: 3rem;
        line-height: .8;
    }

    .cw-car-buying-hero .cw-bottom-tagline {
        font-size: 1.5rem;
    }
}

@media (min-width: 992px) {
    .cw-car-buying-hero .cw-hero-heading {
        font-size: 4.25rem;
    }

    .cw-car-buying-hero .cw-hero-section {
        padding: 9rem 0;
    }
}

@media (min-width: 1200px) {
    .cw-car-buying-hero .cw-hero-heading {
        font-size: 4.75rem;
    }

    .cw-hero-bullet {
        width: 75px;
    }
}

.cw-find-vehicle-hero {
    --cw-black: #0a0a0a;
    font-family: inherit;
}

/* ---- Hero Banner ---- */
.cw-find-vehicle-hero .cw-hero-banner {
    background:
        linear-gradient(to top,
            #000 0%,
            rgba(0, 0, 0, .9) 40%,
            rgba(0, 0, 0, 0) 80%),
        url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/069C442E4C389A436B79902C48A0BF4A.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 2rem 0 1.75rem;
    border-top: 2px solid var(--color-theme-primary);
    min-height: 280px;
    display: flex;
    align-items: flex-end;
}

.cw-find-vehicle-hero .cw-hero-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
}

.cw-find-vehicle-hero .cw-hero-text-block {
    max-width: 40rem;
}

.cw-find-vehicle-hero .cw-hero-heading {
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.05;
    font-size: 1.9rem;
    color: #ffffff;
    letter-spacing: 0.01em;
    margin-bottom: 1rem;
}

.cw-find-vehicle-hero .cw-hero-heading-accent {
    color: var(--color-theme-primary);
    font-style: italic;
}

.cw-find-vehicle-hero .cw-hero-subtext {
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 0;
}

.cw-find-vehicle-hero .cw-hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    background-color: var(--color-theme-primary);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 0.5rem;
    padding: 0.85rem 1.5rem;
    text-decoration: none;
    box-shadow: 0 0 25px rgba(180, 20, 20, 0.55);
    transition: opacity 0.15s ease-in-out;
}

.cw-find-vehicle-hero .cw-hero-cta:hover {
    opacity: 0.88;
}

.cw-find-vehicle-hero .cw-hero-cta-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    flex-shrink: 0;
}

.cw-find-vehicle-hero .cw-hero-cta-icon i {
    color: #ffffff;
    font-size: 1.5rem;
}

.cw-find-vehicle-hero .cw-hero-cta-text {
    display: flex;
    flex-direction: column;
}

.cw-find-vehicle-hero .cw-hero-cta-title {
    color: #ffffff;
    font-weight: 800;
    font-size: 1.05rem;
    text-transform: uppercase;
    line-height: 1.2;
}

.cw-find-vehicle-hero .cw-hero-cta-subtitle {
    color: rgba(255, 255, 255, 0.85);
    font-weight: 700;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.cw-find-vehicle-hero .cw-hero-cta-subtitle i {
    font-size: 0.65rem;
}

/* ---- Responsive scaling ---- */
@media (min-width: 440px) {
    .cw-find-vehicle-hero .cw-hero-heading {
        font-size: 2.2rem;
    }
}

@media (min-width: 768px) {
    .cw-find-vehicle-hero .cw-hero-banner {
        padding: 2.5rem 0 2rem;
        min-height: 340px;
    }

    .cw-find-vehicle-hero .cw-hero-heading {
        font-size: 2.75rem;
    }

    .cw-find-vehicle-hero .cw-hero-subtext {
        font-size: 1.05rem;
    }
}

@media (min-width: 992px) {
    .cw-find-vehicle-hero .cw-hero-banner {
        padding: 3rem 0 2.25rem;
        min-height: 400px;
    }

    .cw-find-vehicle-hero .cw-hero-heading {
        font-size: 3.1rem;
    }
}

@media (min-width: 1200px) {
    .cw-find-vehicle-hero .cw-hero-heading {
        font-size: 3.4rem;
    }
}

.cw-we-are-best-section {
    --cw-black: #0a0a0a;
    font-family: inherit;
}

/* ---- Photo Hero ---- */
.cw-we-are-best-section .cw-photo-hero {
    background: linear-gradient(to right, #000 0%, rgba(0, 0, 0, .9) 40%, rgba(0, 0, 0, 0) 80%), url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/790450864BE680F45A51DCC4B64B804C.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding: 3rem 0;
}

.cw-we-are-best-section .cw-hero-heading {
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 2rem;
    line-height: 1.1;
    padding-bottom: 0.85rem;
    border-bottom: 3px solid var(--color-theme-primary);
    margin-bottom: 1.25rem;
    display: inline-block;
}

.cw-we-are-best-section .cw-hero-heading-accent {
    color: var(--color-theme-primary);
}

.cw-we-are-best-section .cw-hero-text {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.05rem;
    line-height: 1.6;
    margin-bottom: 0;
}

/* ---- Feature Row ---- */
.cw-we-are-best-section .cw-feature-row {
    background-color: var(--cw-black);
    border-top: 2px solid var(--color-theme-primary);
    padding: 2.75rem 0 3rem;
}

.cw-we-are-best-section .cw-feature-item {
    text-align: center;
    padding: 0 1rem;
    position: relative;
}

.cw-we-are-best-section .cw-feature-icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    background-color: var(--color-theme-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

.cw-we-are-best-section .cw-feature-icon i {
    color: #ffffff;
    font-size: 1.35rem;
}

.cw-we-are-best-section .cw-feature-title {
    color: #ffffff;
    font-weight: 800;
    font-size: 1rem;
    text-transform: uppercase;
    margin-bottom: 0.65rem;
}

.cw-we-are-best-section .cw-feature-title-accent {
    color: var(--color-theme-primary);
}

.cw-we-are-best-section .cw-feature-text {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 0;
}

.cw-we-are-best-section .cw-feature-cta-wrap {
    margin-top: 2.5rem;
}

.cw-we-are-best-section .cw-feature-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background-color: transparent;
    border: 2px solid var(--color-theme-primary);
    border-radius: 0.4rem;
    color: #ffffff;
    font-weight: 800;
    font-size: 1.05rem;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0.9rem 2.5rem;
    transition: opacity 0.15s ease-in-out;
}

.cw-we-are-best-section .cw-feature-cta:hover {
    opacity: 0.8;
    color: #ffffff;
}

/* ---- Divider lines between feature items (desktop) ---- */
@media (min-width: 992px) {
    .cw-we-are-best-section .cw-feature-item:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 0.5rem;
        right: -0.5rem;
        bottom: 0.5rem;
        width: 1px;
        background-color: rgba(255, 255, 255, 0.15);
    }
}

/* ---- Responsive scaling ---- */
@media (min-width: 440px) {
    .cw-we-are-best-section .cw-hero-heading {
        font-size: 2.25rem;
    }
}

@media (min-width: 768px) {
    .cw-we-are-best-section .cw-photo-hero {
        padding: 8rem 0 4rem 0;
    }

    .cw-we-are-best-section .cw-hero-heading {
        font-size: 2.75rem;
    }

    .cw-we-are-best-section .cw-hero-text {
        font-size: 1.15rem;
    }
}

@media (min-width: 992px) {
    .cw-we-are-best-section .cw-photo-hero {
        padding: 10.5rem 0 5.5rem 0;
    }

    .cw-we-are-best-section .cw-hero-heading {
        font-size: 3.1rem;
    }
}

@media (min-width: 1200px) {
    .cw-we-are-best-section .cw-hero-heading {
        font-size: 3.4rem;
    }
}

.cw-about-us-section {
    --cw-black: #0a0a0a;
    --cw-gold: #f5c518;
    font-family: inherit;
    background-color: var(--cw-black);
    border-top: 3px solid var(--color-theme-primary);
    overflow: hidden;
    position: relative;
}

/* ---- Photo Panel ---- */
.cw-about-us-section .cw-photo-panel {
    min-height: 320px;
    background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/AFD1DED2EE6175EB29FBFB9EB859CA93.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* ---- Content Panel ---- */
.cw-about-us-section .cw-content-panel {
    display: flex;
    align-items: center;
    position: relative;
}

.cw-about-us-section .cw-content-inner {
    padding: 2.5rem 1.5rem;
    position: relative;
    z-index: 1;
}

.cw-about-us-section .cw-eyebrow {
    color: var(--cw-gold);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 1rem;
    padding-bottom: 0.6rem;
    border-bottom: 3px solid var(--cw-gold);
    display: inline-block;
    margin-bottom: 1.25rem;
}

.cw-about-us-section .cw-heading {
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    line-height: 1.05;
    font-size: 1.9rem;
    color: #ffffff;
    margin-bottom: 1.5rem;
}

.cw-about-us-section .cw-heading-accent {
    color: var(--color-theme-primary);
}

.cw-about-us-section .cw-body-text {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1.25rem;
}

.cw-about-us-section .cw-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background-color: var(--cw-gold);
    border-radius: 0.4rem;
    color: var(--cw-black);
    font-weight: 800;
    font-size: 1rem;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0.85rem 1.75rem;
    margin-top: 0.5rem;
    transition: opacity 0.15s ease-in-out;
}

.cw-about-us-section .cw-cta:hover {
    opacity: 0.85;
    color: var(--cw-black);
}

/* ---- Decorative accent lines ---- */
.cw-about-us-section .cw-content-panel::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -55px;
    width: 39%;
    height: 67%;
    background:
        linear-gradient(115deg, transparent 48%, var(--color-theme-primary) 49%, transparent 50.5%),
        linear-gradient(115deg, transparent 55%, var(--color-theme-primary) 55.6%, transparent 56.8%);
    opacity: 0.35;
    pointer-events: none;
}

/* ---- Responsive scaling ---- */
@media (min-width: 440px) {
    .cw-about-us-section .cw-heading {
        font-size: 2.1rem;
    }
}

@media (min-width: 768px) {
    .cw-about-us-section .cw-photo-panel {
        min-height: 420px;
    }

    .cw-about-us-section .cw-content-inner {
        padding: 3rem 2.5rem;
    }

    .cw-about-us-section .cw-heading {
        font-size: 2.4rem;
    }

    .cw-about-us-section .cw-body-text {
        font-size: 1rem;
    }
}

@media (min-width: 992px) {
    .cw-about-us-section .cw-photo-panel {
        min-height: 640px;
    }

    .cw-about-us-section .cw-content-inner {
        padding: 3rem 3rem 3rem 3.5rem;
        max-width: 620px;
    }

    .cw-about-us-section .cw-heading {
        font-size: 2.6rem;
    }
}

@media (min-width: 1200px) {
    .cw-about-us-section .cw-heading {
        font-size: 2.9rem;
    }
}

.cw-hero-bullet {
    width: 75px;
}

.page-home .list {
    padding-top: 0em!important;
    padding-bottom: 2em;
    text-align: center;
}