/* ReadyLoans Clutch Design — extracted from readyloans-clutch.html */


/* ── RESET ── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Outfit', -apple-system, sans-serif;
  color: #1a1a1a;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  line-height: 1.5;
}
img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }

/* HIDE WP THEME */
#qodef-page-header,.qodef-header-wrapper,.qodef-header-appear,.qodef-mobile-header,
nav.qodef-header-navigation,#qodef-page-footer,.qodef-page-footer-top-area,
.qodef-page-footer-bottom-area,footer.qodef-page-footer,.site-header,.site-footer,
#masthead,#colophon,.qodef-back-to-top,.qodef-header-sticky,.qodef-top-bar,
.elementor-location-header,.elementor-location-footer { display: none !important; }

/* ── NAV ── */
.nav {
  position: sticky; top: 0; z-index: 999;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid #e8e8e8;
}
.nav-inner {
  max-width: 1280px; margin: 0 auto;
  padding: 0 32px;
  height: 60px;
  display: flex; align-items: center; justify-content: space-between;
}
.nav-logo { font-size: 22px; font-weight: 900; letter-spacing: -0.6px; color: #1a1a1a; }
.nav-logo span { color: #0071e3; }
.nav-links { display: flex; gap: 36px; }
.nav-links a { font-size: 14px; font-weight: 500; color: #444; transition: color .2s; }
.nav-links a:hover { color: #1a1a1a; }
.nav-cta {
  background: #1a1a1a; color: #fff !important;
  padding: 10px 24px; border-radius: 980px;
  font-size: 14px; font-weight: 600;
  transition: background .2s, transform .15s;
}
.nav-cta:hover { background: #333; transform: translateY(-1px); }

/* ── HERO ── */
.hero { background: #f6f6f6; padding: 0; overflow: hidden; }
.hero-inner {
  max-width: 1280px; margin: 0 auto;
  padding: 80px 32px 0;
  display: grid; grid-template-columns: 1fr 1fr;
  align-items: flex-end; gap: 32px;
  min-height: 500px;
}
.hero-left { padding-bottom: 80px; }
.hero h1 {
  font-size: 60px; font-weight: 900;
  letter-spacing: -3px; line-height: 1.02;
  color: #1a1a1a; margin-bottom: 20px;
}
.hero-sub {
  font-size: 17px; font-weight: 400; color: #555;
  max-width: 400px; line-height: 1.6; margin-bottom: 28px;
}
.hero-actions { display: flex; align-items: center; gap: 16px; margin-bottom: 24px; }
.btn-dark {
  background: #1a1a1a; color: #fff;
  padding: 14px 30px; border-radius: 980px;
  font-size: 15px; font-weight: 700;
  font-family: 'Outfit', sans-serif;
  transition: background .2s, transform .15s;
  display: inline-flex; align-items: center;
}
.btn-dark:hover { background: #333; transform: translateY(-1px); }
.btn-outline {
  background: transparent; color: #1a1a1a;
  padding: 14px 30px; border-radius: 980px;
  font-size: 15px; font-weight: 700;
  border: 2px solid #1a1a1a;
  font-family: 'Outfit', sans-serif;
  transition: all .2s;
  display: inline-flex; align-items: center;
}
.btn-outline:hover { background: #1a1a1a; color: #fff; }
.hero-rating { display: flex; align-items: center; gap: 6px; font-size: 14px; color: #555; }
.hero-rating .g { font-size: 14px; font-weight: 900; color: #4285F4; }
.hero-stars { color: #F59E0B; font-size: 14px; letter-spacing: 1px; }
.hero-rating b { color: #1a1a1a; }
.hero-right {
  display: flex; align-items: flex-end; justify-content: center;
}
.hero-right img {
  width: 100%; max-width: 560px;
  height: 420px; object-fit: cover;
  border-radius: 20px 20px 0 0;
  object-position: center 20%;
}

/* ── 2-UP PORTAL CARDS ── */
.section-cards { background: #f6f6f6; padding: 16px 32px 40px; }
.cards-2up {
  max-width: 1280px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
.card-portal {
  background: #fff; border-radius: 20px;
  overflow: hidden; border: 1px solid #e8e8e8;
  transition: box-shadow .25s;
  display: block;
}
.card-portal:hover { box-shadow: 0 6px 32px rgba(0,0,0,.1); }
.card-portal-top {
  padding: 24px 24px 20px;
  display: flex; justify-content: space-between; align-items: flex-start;
}
.card-portal-top h3 { font-size: 20px; font-weight: 800; letter-spacing: -0.4px; color: #1a1a1a; }
.card-portal-top p { font-size: 13px; color: #777; margin-top: 5px; font-weight: 400; max-width: 240px; }
.card-arrow {
  width: 42px; height: 42px; border-radius: 50%;
  background: #1a1a1a; color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; flex-shrink: 0;
  transition: background .2s;
}
.card-portal:hover .card-arrow { background: #0071e3; }
.card-portal-img { height: 280px; overflow: hidden; }
.card-portal-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.card-portal:hover .card-portal-img img { transform: scale(1.04); }

/* ── SECTION WRAPPER ── */
.section { padding: 72px 32px; }
.section.bg-grey { background: #f6f6f6; }
.section.bg-white { background: #fff; }
.inner { max-width: 1280px; margin: 0 auto; }
.section-label { font-size: 13px; font-weight: 700; color: #777; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 14px; }
.section-title {
  font-size: 44px; font-weight: 900;
  letter-spacing: -2px; color: #1a1a1a;
  line-height: 1.05; margin-bottom: 8px;
}
.section-sub { font-size: 16px; color: #777; font-weight: 400; }
.section-head-row {
  display: flex; align-items: flex-end;
  justify-content: space-between; margin-bottom: 32px;
}
.section-head-row a { font-size: 14px; font-weight: 600; color: #0071e3; white-space: nowrap; }

/* ── STATS STRIP ── */
.stats-strip { background: #fff; border-bottom: 1px solid #e8e8e8; }
.stats-inner {
  max-width: 900px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(4, 1fr);
  text-align: center;
}
.stat { padding: 28px 16px; border-right: 1px solid #e8e8e8; }
.stat:last-child { border-right: none; }
.stat-num { font-size: 34px; font-weight: 900; letter-spacing: -1.5px; color: #1a1a1a; line-height: 1; }
.stat-label { font-size: 12px; color: #888; margin-top: 5px; font-weight: 500; }

/* ── HOW WE DO IT — 3 CARDS ── */
.how-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.how-card {
  background: #fff; border-radius: 20px;
  overflow: hidden; border: 1px solid #e8e8e8;
  transition: box-shadow .25s;
}
.how-card:hover { box-shadow: 0 6px 32px rgba(0,0,0,.1); }
.how-card-top {
  padding: 22px 22px 18px;
  display: flex; justify-content: space-between; align-items: flex-start;
}
.how-card-top-left h3 { font-size: 17px; font-weight: 800; letter-spacing: -0.3px; color: #1a1a1a; }
.how-card-cta {
  background: #1a1a1a; color: #fff;
  padding: 8px 18px; border-radius: 980px;
  font-size: 12px; font-weight: 700;
  white-space: nowrap; flex-shrink: 0;
  transition: background .2s;
}
.how-card:hover .how-card-cta { background: #0071e3; }
.how-card-img { height: 240px; overflow: hidden; position: relative; }
.how-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; object-position: center 30%; }
.how-card:hover .how-card-img img { transform: scale(1.04); }
.how-caption {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 16px 18px;
  background: linear-gradient(0deg, rgba(0,0,0,.72) 0%, transparent 100%);
  color: #fff; font-size: 13px; font-weight: 400; line-height: 1.5;
}

/* ── VEHICLE TYPES ── */
.vehicle-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.vehicle-card {
  background: #f6f6f6; border-radius: 18px;
  padding: 28px 20px 24px;
  text-align: center; cursor: pointer;
  border: 2px solid transparent;
  transition: all .25s;
  display: flex; flex-direction: column; align-items: center; gap: 14px;
}
.vehicle-card:hover {
  background: #fff; border-color: #1a1a1a;
  box-shadow: 0 4px 20px rgba(0,0,0,.08);
  transform: translateY(-2px);
}
.vehicle-card img { height: 96px; object-fit: contain; }
.vehicle-card h3 { font-size: 16px; font-weight: 800; letter-spacing: -0.3px; color: #1a1a1a; }
.vehicle-card span { font-size: 13px; color: #888; font-weight: 400; }

/* ── WHY READYLOANS — 4-col strip ── */
.why-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  background: #fff; border-radius: 20px;
  border: 1px solid #e8e8e8; overflow: hidden;
}
.why-item { padding: 32px 28px; border-right: 1px solid #e8e8e8; }
.why-item:last-child { border-right: none; }
.why-bar { width: 3px; height: 26px; background: #0071e3; border-radius: 2px; margin-bottom: 14px; }
.why-item h3 { font-size: 16px; font-weight: 800; color: #1a1a1a; margin-bottom: 8px; letter-spacing: -0.2px; }
.why-item p { font-size: 13px; color: #666; line-height: 1.65; font-weight: 400; }

/* ── COMPARISON ── */
.compare-grid {
  display: grid; grid-template-columns: 1fr 1.1fr 1fr;
  gap: 12px; max-width: 920px; margin: 0 auto;
  align-items: start;
}
.compare-col { border-radius: 20px; border: 1px solid #e8e8e8; overflow: hidden; }
.compare-col.featured { border: 2px solid #1a1a1a; box-shadow: 0 8px 40px rgba(0,0,0,.12); }
.compare-col-head { padding: 22px 22px 18px; background: #fafafa; border-bottom: 1px solid #e8e8e8; }
.compare-col.featured .compare-col-head { background: #1a1a1a; border-bottom: none; }
.compare-col-head .brand { font-size: 20px; font-weight: 900; color: #1a1a1a; letter-spacing: -0.5px; margin-bottom: 4px; }
.compare-col.featured .compare-col-head .brand { color: #fff; }
.compare-col-head h3 { font-size: 13px; font-weight: 500; color: #888; }
.compare-col.featured .compare-col-head h3 { color: rgba(255,255,255,.6); }
.compare-row {
  padding: 13px 22px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px; color: #555;
  display: flex; align-items: center; gap: 10px;
}
.compare-row:last-child { border-bottom: none; }
.compare-col.featured .compare-row { background: #f8f8f8; }
.compare-col.featured .compare-row span:last-child { font-weight: 600; color: #1a1a1a; }
.yes { color: #16a34a; font-size: 15px; font-weight: 800; flex-shrink: 0; }
.no  { color: #bbb; font-size: 14px; flex-shrink: 0; }

/* ── CUSTOMER PHOTOS ── */
.photo-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
.photo-grid img {
  width: 100%; height: 260px; object-fit: cover;
  border-radius: 14px; transition: transform .3s;
}
.photo-grid img:hover { transform: scale(1.02); }

/* ── REVIEWS ── */
.reviews-header {
  display: flex; align-items: center;
  justify-content: space-between; margin-bottom: 32px;
}
.reviews-header h2 { font-size: 44px; font-weight: 900; letter-spacing: -2px; }
.reviews-meta { font-size: 15px; color: #555; display: flex; align-items: center; gap: 8px; }
.reviews-meta .stars { color: #F59E0B; font-size: 15px; letter-spacing: 1px; }
.reviews-meta b { color: #1a1a1a; }
.reviews-meta a { color: #0071e3; font-size: 14px; font-weight: 600; margin-left: 4px; }
.reviews-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.review-card {
  background: #fff; border-radius: 20px;
  border: 1px solid #e8e8e8; overflow: hidden;
  transition: box-shadow .25s;
}
.review-card:hover { box-shadow: 0 4px 24px rgba(0,0,0,.08); }
.review-img { height: 220px; overflow: hidden; }
.review-img img { width: 100%; height: 100%; object-fit: cover; object-position: center 15%; transition: transform .3s; }
.review-card:hover .review-img img { transform: scale(1.03); }
.review-body { padding: 18px 20px 22px; }
.review-g { display: flex; align-items: center; gap: 6px; margin-bottom: 10px; }
.review-g .g-letter { font-size: 13px; font-weight: 900; color: #4285F4; }
.review-g .stars { color: #F59E0B; font-size: 13px; letter-spacing: 1px; }
.review-text { font-size: 14px; color: #333; line-height: 1.7; margin-bottom: 14px; }
.review-author { font-size: 13px; color: #888; }

/* ── BANK LOGOS ── */
.logos-label { text-align: center; font-size: 13px; font-weight: 700; color: #999; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 32px; }
.logos-row { display: flex; justify-content: center; align-items: center; gap: 52px; flex-wrap: wrap; }
.logos-row img { height: 30px; object-fit: contain; filter: grayscale(1) opacity(.35); transition: all .3s; }
.logos-row img:hover { filter: grayscale(0) opacity(1); }

/* ── PROMO 2-UP ── */
.promo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.promo-card {
  background: #f6f6f6; border-radius: 20px;
  padding: 36px 32px;
  display: flex; flex-direction: column; gap: 12px;
}
.promo-icon { font-size: 36px; line-height: 1; }
.promo-card h3 { font-size: 22px; font-weight: 900; letter-spacing: -0.5px; color: #1a1a1a; }
.promo-card p { font-size: 14px; color: #666; line-height: 1.65; max-width: 320px; }
.promo-btn {
  display: inline-flex; align-items: center;
  background: #0071e3; color: #fff;
  padding: 13px 28px; border-radius: 980px;
  font-size: 15px; font-weight: 700;
  width: fit-content; margin-top: 8px;
  transition: background .2s, transform .15s;
}
.promo-btn:hover { background: #005bbf; transform: translateY(-1px); }

/* ── CTA BAND ── */
.cta-band { background: #f6f6f6; padding: 80px 32px; text-align: center; }
.cta-band h2 { font-size: 52px; font-weight: 900; letter-spacing: -2.5px; color: #1a1a1a; margin-bottom: 12px; }
.cta-band p { font-size: 17px; color: #777; margin-bottom: 32px; }
.cta-band .note { font-size: 13px; color: #aaa; margin-top: 18px; }

/* ── SEO LINKS ── */
.seo-section { background: #fff; padding: 64px 32px; border-top: 1px solid #e8e8e8; }
.seo-grid { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; }
.seo-col h4 { font-size: 14px; font-weight: 800; color: #1a1a1a; margin-bottom: 14px; letter-spacing: -0.2px; }
.seo-col a { display: block; font-size: 13px; color: #666; padding: 3px 0; line-height: 1.7; transition: color .2s; }
.seo-col a:hover { color: #0071e3; }

/* ── PHONE BAR ── */
.phone-bar {
  background: #f6f6f6; border-top: 1px solid #e8e8e8;
  padding: 16px 32px; text-align: center;
  font-size: 14px; color: #777;
}
.phone-bar a { color: #0071e3; font-weight: 700; }

/* ── FOOTER ── */
.footer { background: #1a1a1a; padding: 52px 32px 32px; }
.footer-inner {
  max-width: 1280px; margin: 0 auto;
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px;
}
.footer-logo { font-size: 22px; font-weight: 900; color: #fff; letter-spacing: -0.6px; margin-bottom: 12px; }
.footer-logo span { color: #0071e3; }
.footer-desc { font-size: 13px; color: #666; line-height: 1.7; max-width: 280px; }
.footer-col h4 { font-size: 11px; font-weight: 700; color: #444; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 14px; }
.footer-col a { display: block; font-size: 13px; color: #666; padding: 3.5px 0; transition: color .2s; }
.footer-col a:hover { color: #fff; }
.footer-bottom {
  max-width: 1280px; margin: 32px auto 0;
  padding-top: 24px; border-top: 1px solid #2a2a2a;
  font-size: 12px; color: #444;
  display: flex; justify-content: space-between; align-items: center;
}

/* ── MOBILE ── */
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; padding-bottom: 0; }
  .hero-right { display: none; }
  .hero-left { padding-bottom: 64px; }
  .how-grid { grid-template-columns: 1fr 1fr; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 32px; }
  .seo-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .why-item:nth-child(2) { border-right: none; }
  .why-item:nth-child(n+3) { border-top: 1px solid #e8e8e8; }
}
@media (max-width: 768px) {
  .nav-links { display: none; }
  .hero h1 { font-size: 42px; letter-spacing: -2px; }
  .cards-2up { grid-template-columns: 1fr; }
  .stats-inner { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(2) { border-right: none; }
  .stat:nth-child(n+3) { border-top: 1px solid #e8e8e8; }
  .how-grid { grid-template-columns: 1fr; }
  .vehicle-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: 1fr; }
  .why-item { border-right: none !important; border-top: 1px solid #e8e8e8; }
  .why-item:first-child { border-top: none; }
  .compare-grid { grid-template-columns: 1fr; }
  .compare-col:not(.featured) { display: none; }
  .photo-grid { grid-template-columns: repeat(2, 1fr); }
  .photo-grid img { height: 180px; }
  .reviews-grid { grid-template-columns: 1fr; }
  .reviews-header { flex-direction: column; align-items: flex-start; gap: 8px; }
  .promo-grid { grid-template-columns: 1fr; }
  .cta-band h2 { font-size: 36px; }
  .section-head-row { flex-direction: column; align-items: flex-start; gap: 8px; }
  .seo-grid { grid-template-columns: 1fr 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 6px; text-align: center; }
}
