/* Finance landing page — break out of Twenty Fourteen’s content column */
body.ga-finance {
  background: #fff;
  overflow-x: hidden;
}
body.ga-finance .site:before {
  display: none !important;
}
body.ga-finance #secondary,
body.ga-finance #content-sidebar,
body.ga-finance .featured-content {
  display: none !important;
}
body.ga-finance #page,
body.ga-finance .site,
body.ga-finance #main-content,
body.ga-finance .main-content,
body.ga-finance #primary,
body.ga-finance .content-area,
body.ga-finance #content,
body.ga-finance .site-content,
body.ga-finance.full-width .site-content,
body.ga-finance .entry-content,
body.ga-finance.full-width .site-content .entry-content,
body.ga-finance.full-width .site-content .entry-header,
body.ga-finance article.hentry {
  margin: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: none !important;
  float: none !important;
}
body.ga-finance #site-header,
body.ga-finance .site-header,
body.ga-finance .site-footer {
  max-width: none !important;
  width: 100% !important;
}
body.ga-finance #page,
body.ga-finance .site,
body.ga-finance #main-content,
body.ga-finance .main-content,
body.ga-finance #primary,
body.ga-finance .content-area,
body.ga-finance #content,
body.ga-finance .site-content {
  background: #fff;
}
body.ga-finance .entry-header,
body.ga-finance .entry-meta,
body.ga-finance .entry-title {
  display: none !important;
}
body.ga-finance .entry-content,
body.ga-finance article.hentry {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}

.ga-fin {
  --fin-green: #3e533c;
  --fin-green-deep: #324532;
  --fin-green-mid: #4a6348;
  --fin-green-soft: #5a7358;
  --fin-red: #a73a2f;
  --fin-text: #2c3a2a;
  --fin-muted: #6e6e62;
  --fin-line: #e4e4de;
  --fin-bg: #f7f7f4;
  --fin-wrap: 1100px;

  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  font-family: Arial, Helvetica, sans-serif;
  color: var(--fin-text);
  line-height: 1.5;
  background: #fff;
}
.ga-fin *,
.ga-fin *::before,
.ga-fin *::after {
  box-sizing: border-box;
}
.ga-fin a {
  text-decoration: none;
}
.ga-fin-wrap {
  width: min(100% - 40px, var(--fin-wrap));
  margin: 0 auto;
}

/* Eyebrows / titles */
.ga-fin-eyebrow {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--fin-muted);
  text-align: center;
}
.ga-fin .ga-fin-hero .ga-fin-eyebrow.ga-fin-eyebrow-light {
  display: block;
  width: 100%;
  margin: 0 0 28px;
  padding-left: 0.12em;
  color: rgba(255, 255, 255, 0.88);
  text-align: left !important;
}
.ga-fin-eyebrow-red {
  color: var(--fin-red);
  text-align: center;
  margin-bottom: 10px;
}
.ga-fin .ga-fin-special-copy .ga-fin-eyebrow.ga-fin-eyebrow-red {
  align-self: stretch;
  width: 100%;
  max-width: 100%;
  text-align: center !important;
}
.ga-fin-section-title {
  margin: 0 0 14px;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
  line-height: 1.15;
  color: var(--fin-green);
  text-align: center;
  letter-spacing: -0.01em;
}
.ga-fin-section-title-left {
  text-align: left;
}
.ga-fin-section-lead {
  margin: 0 auto 40px;
  max-width: 560px;
  font-size: 16px;
  color: var(--fin-muted);
  text-align: center;
}

/* Buttons */
.ga-fin-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 26px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: 2px solid transparent;
  border-radius: 2px;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  cursor: pointer;
}
.ga-fin-btn-solid {
  background: var(--fin-green-mid);
  color: #fff !important;
  border-color: var(--fin-green-mid);
}
.ga-fin-btn-solid:hover {
  background: var(--fin-green-deep);
  border-color: var(--fin-green-deep);
  color: #fff !important;
}
.ga-fin-btn-white {
  background: #fff;
  color: var(--fin-green) !important;
  border-color: #fff;
}
.ga-fin-btn-white:hover {
  background: #f3f3f0;
  color: var(--fin-green-deep) !important;
}
.ga-fin-btn-outline {
  background: transparent;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.85);
}
.ga-fin-btn-outline:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff !important;
}
.ga-fin-btn-wide {
  width: 100%;
  max-width: 320px;
}

/* Hero */
.ga-fin-hero {
  position: relative;
  background-color: var(--fin-green-deep);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 88px 0 110px;
  overflow: hidden;
  text-align: left;
}
.ga-fin-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.58) 0%,
    rgba(0, 0, 0, 0.32) 52%,
    rgba(0, 0, 0, 0.08) 78%,
    transparent 96%
  );
  pointer-events: none;
  z-index: 0;
}
.ga-fin-hero-inner {
  position: relative;
  z-index: 1;
  text-align: left;
  width: auto;
  max-width: 820px;
  margin: 0;
  margin-left: clamp(20px, 5vw, 64px);
  padding: 0;
}
.ga-fin-hero-copy {
  max-width: 820px;
  text-align: left;
}
.ga-fin-hero-title {
  margin: 0 0 18px;
  max-width: 820px;
  font-size: clamp(34px, 5vw, 52px);
  font-weight: 700;
  line-height: 1.12;
  color: #fff;
  letter-spacing: -0.015em;
  text-align: left;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}
.ga-fin-hero-lead {
  margin: 0 0 32px;
  max-width: 560px;
  font-size: 17px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.9);
  text-align: left;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
}
.ga-fin-hero-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  width: fit-content;
  max-width: 560px;
  margin-left: -14px;
  padding-left: 0;
}
.ga-fin-hero-btns .ga-fin-btn {
  flex: 0 0 auto;
  padding-left: 18px;
  padding-right: 18px;
}

/* Features bar overlapping hero */
.ga-fin-features-wrap {
  position: relative;
  z-index: 2;
  margin-top: -52px;
  margin-bottom: 0;
}
.ga-fin-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  background: #fff;
  border: 1px solid #e8e8e2;
  box-shadow: 0 10px 30px rgba(40, 50, 35, 0.08);
}
.ga-fin-feature {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 26px 28px;
  border-right: 1px solid var(--fin-line);
}
.ga-fin-feature:last-child {
  border-right: 0;
}
.ga-fin-check {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  max-width: 22px;
  max-height: 22px;
  margin-top: 2px;
  color: var(--fin-green);
  overflow: hidden;
}
.ga-fin-check svg {
  display: block;
  width: 22px !important;
  height: 22px !important;
  max-width: 22px;
  max-height: 22px;
}
.ga-fin-feature strong {
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 700;
  color: var(--fin-text);
  line-height: 1.25;
}
.ga-fin-feature span:not(.ga-fin-check) {
  display: block;
  font-size: 13px;
  color: var(--fin-muted);
  line-height: 1.4;
}
.ga-fin-feature > div span {
  display: block;
  font-size: 13px;
  color: var(--fin-muted);
  line-height: 1.4;
}

/* Categories header */
.ga-fin-categories {
  padding: 72px 0 28px;
  background: #fff;
}
.ga-fin-categories .ga-fin-section-lead {
  margin-bottom: 0;
}

/* Category card grid band */
.ga-fin-cat-band {
  padding: 28px 0 56px;
  background: #fff;
}
.ga-fin .ga-fin-cat-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  width: 100%;
}
.ga-fin .ga-fin-cat {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  min-height: 200px !important;
  height: auto !important;
  aspect-ratio: 10 / 8;
  overflow: hidden;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none !important;
  background: #5a6054;
}
.ga-fin .ga-fin-cat-img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: cover;
  object-position: center;
}
.ga-fin .ga-fin-cat:has(.ga-fin-cat-label)::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 35%, rgba(0, 0, 0, 0.55) 100%);
  pointer-events: none;
}
.ga-fin .ga-fin-cat-label {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 18px;
  z-index: 1;
  color: #fff !important;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
}
.ga-fin .ga-fin-cat-label strong {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 4px;
  color: #fff !important;
}
.ga-fin .ga-fin-cat-label em {
  display: block;
  font-style: normal;
  font-size: 12px;
  line-height: 1.35;
  opacity: 0.95;
  color: #fff !important;
}
.ga-fin a.ga-fin-cat:hover {
  filter: brightness(1.05);
}

@supports not (aspect-ratio: 1 / 1) {
  .ga-fin .ga-fin-cat {
    height: 0 !important;
    padding-bottom: 80%;
    min-height: 0 !important;
  }
}

/* Special financing split */
.ga-fin-special {
  padding: 56px 0 72px;
  background: #fff;
}
.ga-fin-special-panel {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  border: 1px solid #d8dbd4;
  overflow: hidden;
  min-height: 360px;
}
.ga-fin-special-copy {
  padding: 48px 44px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ga-fin-special-text {
  margin: 0 0 28px;
  max-width: 420px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--fin-muted);
}
.ga-fin-fineprint {
  margin: 28px 0 0;
  max-width: 420px;
  font-size: 11px;
  line-height: 1.5;
  color: #8a8a80;
}
.ga-fin .ga-fin-special-copy .ga-fin-special-text,
.ga-fin .ga-fin-special-copy .ga-fin-fineprint {
  align-self: stretch;
  width: 100%;
  max-width: 100%;
  text-align: center !important;
}
.ga-fin-special-visual {
  background: var(--fin-green);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 28px;
}
.ga-fin .ga-fin-card-img {
  display: block;
  width: min(100%, 320px);
  height: auto;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 12px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

/* How it works */
.ga-fin-steps {
  padding: 72px 0 40px;
  background: #fff;
}
.ga-fin-steps-list {
  list-style: none;
  margin: 48px 0 0;
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}
.ga-fin-step {
  flex: 1 1 0;
  max-width: 200px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ga-fin-step-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--fin-green);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.ga-fin-step strong {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--fin-text);
}
.ga-fin-step > span:not(.ga-fin-step-num) {
  font-size: 14px;
  line-height: 1.45;
  color: var(--fin-muted);
}
.ga-fin-step-arrow {
  flex: 0 0 28px;
  width: 28px;
  color: #c5c5bc;
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ga-fin-step-arrow svg {
  display: block;
  width: 22px !important;
  height: 22px !important;
  max-width: 22px;
  max-height: 22px;
}

/* FAQ */
.ga-fin-faq {
  padding: 56px 0 72px;
  background: #fff;
}
.ga-fin-faq-wrap {
  max-width: 720px;
}
.ga-fin-faq-list {
  margin-top: 36px;
  border-top: 1px solid var(--fin-line);
}
.ga-fin-faq-item {
  border-bottom: 1px solid var(--fin-line);
}
.ga-fin-faq-item summary {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px 40px 20px 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  color: var(--fin-green);
  list-style: none;
}
.ga-fin-faq-item summary::-webkit-details-marker,
.ga-fin-faq-item summary::marker {
  display: none;
  content: none;
}
.ga-fin-faq-plus {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  color: var(--fin-green);
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ga-fin-faq-plus::before {
  content: "+";
}
.ga-fin-faq-item[open] .ga-fin-faq-plus::before {
  content: "−";
}
.ga-fin-faq-item p {
  margin: 0;
  padding: 0 40px 20px 0;
  font-size: 15px;
  line-height: 1.55;
  color: var(--fin-muted);
}

/* Bottom CTA */
.ga-fin-cta {
  background: var(--fin-green);
  color: #fff;
  padding: 72px 0;
  text-align: center;
}
.ga-fin-cta-title {
  margin: 0 0 14px;
  font-size: clamp(26px, 4vw, 36px);
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}
.ga-fin-cta-lead {
  margin: 0 auto 32px;
  max-width: 520px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
}
.ga-fin-cta-btns {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

/* Disclaimer */
.ga-fin-disclaimer {
  padding: 36px 0 56px;
  background: #fff;
}
.ga-fin-disclaimer p {
  margin: 0;
  max-width: 900px;
  font-size: 12px;
  line-height: 1.55;
  color: #9a9a90;
  text-align: left;
}

/* Showroom locations dialog */
.ga-fin-dirs,
.ga-fin-dirs * {
  box-sizing: border-box;
}
.ga-fin-dirs {
  --fin-green: #3e533c;
  --fin-green-deep: #324532;
  --fin-green-mid: #4a6348;
  border: 0;
  padding: 16px;
  background: transparent;
  max-width: calc(100% - 24px);
  width: 760px;
  max-height: calc(100vh - 32px);
  color: #2c3a2a;
}
.ga-fin-dirs::backdrop {
  background: rgba(0, 0, 0, 0.55);
}
.ga-fin-dirs-card {
  position: relative;
  background: #f7f7f4;
  border-radius: 18px;
  padding: 28px 32px 24px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.28);
  font-family: Arial, Helvetica, sans-serif;
  max-height: calc(100vh - 48px);
  overflow-y: auto;
}
.ga-fin-dirs-card h2 {
  margin: 0 0 18px;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  color: #3e533c;
}
.ga-fin-dirs-close {
  position: absolute;
  top: 8px;
  right: 14px;
  border: 0;
  background: transparent;
  color: #3e533c;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  padding: 4px 8px;
}
.ga-fin-dirs-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.ga-fin-dirs-loc {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  background: #fff;
  border: 1px solid #e4e4de;
  border-radius: 10px;
  overflow: hidden;
  padding: 0;
  text-align: left;
}
.ga-fin-dirs-map {
  flex: 0 0 48%;
  min-width: 0;
  min-height: 220px;
  background: #e8e8e8;
}
.ga-fin-dirs-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 220px;
  border: 0;
  margin: 0;
}
.ga-fin-dirs-copy {
  flex: 1 1 auto;
  min-width: 0;
  padding: 16px 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.ga-fin-dirs-loc h3 {
  margin: 0 0 6px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #3e533c;
}
.ga-fin-dirs-copy > p {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.45;
  color: #555;
}
.ga-fin-dirs-hours {
  margin: 0 0 14px;
  padding: 10px 14px 12px;
  background: #f7f7f4;
  border-radius: 8px;
  text-align: left;
}
.ga-fin-dirs-hours-title {
  margin: 0 0 6px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #3e533c;
  text-align: center;
}
.ga-fin-dirs-hours ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ga-fin-dirs-hours li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-size: 13px;
  line-height: 1.55;
  color: #555;
}
.ga-fin-dirs-hours li span:first-child {
  font-weight: 600;
}
.ga-fin-dirs .ga-fin-dirs-btn {
  width: 100%;
  max-width: none;
  margin: 0 auto;
}

@media (max-width: 680px) {
  .ga-fin-dirs {
    padding: 6px;
    width: calc(100% - 12px);
    max-width: calc(100% - 12px);
  }
  .ga-fin-dirs-card {
    padding: 20px 8px 16px;
    border-radius: 14px;
  }
  .ga-fin-dirs-card h2 {
    font-size: 20px;
  }
  .ga-fin-dirs-loc {
    flex-direction: column;
  }
  .ga-fin-dirs-map,
  .ga-fin-dirs-map iframe {
    min-height: 180px;
    height: 180px;
  }
}

/* Responsive */
@media (max-width: 900px) {
  .ga-fin-hero {
    padding: 64px 0 96px;
  }
  .ga-fin-features {
    grid-template-columns: 1fr;
  }
  .ga-fin-feature {
    border-right: 0;
    border-bottom: 1px solid var(--fin-line);
  }
  .ga-fin-feature:last-child {
    border-bottom: 0;
  }
  .ga-fin .ga-fin-cat-grid {
    grid-template-columns: 1fr 1fr;
  }
  .ga-fin-special-panel {
    grid-template-columns: 1fr;
  }
  .ga-fin-special-visual {
    min-height: 260px;
  }
  .ga-fin-steps-list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 28px 12px;
  }
  .ga-fin-step {
    flex: 0 0 calc(50% - 30px);
    max-width: none;
  }
  .ga-fin-step-arrow {
    display: none;
  }
}

@media (max-width: 600px) {
  .ga-fin-wrap {
    width: min(100% - 28px, var(--fin-wrap));
  }
  .ga-fin-hero {
    padding: 48px 0 88px;
  }
  .ga-fin-hero-title {
    font-size: 32px;
  }
  .ga-fin-hero-btns {
    flex-direction: column;
    align-items: stretch;
  }
  .ga-fin-btn {
    width: 100%;
  }
  .ga-fin-features-wrap {
    margin-top: -40px;
  }
  .ga-fin-categories {
    padding: 56px 0 20px;
  }
  .ga-fin-cat-band {
    padding: 20px 0 40px;
  }
  .ga-fin .ga-fin-cat-grid {
    grid-template-columns: 1fr;
  }
  .ga-fin .ga-fin-cat {
    min-height: 160px !important;
  }
  .ga-fin-special-copy {
    padding: 36px 24px;
  }
  .ga-fin-step {
    flex: 0 0 100%;
  }
  .ga-fin-cta {
    padding: 56px 0;
  }
}
