*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
  padding-bottom: 70px;
}

a {
  text-decoration: none;
  color: inherit;
}

/* ── TOPBAR ──────────────────────────────────────────────── */
.topbar {
  background: rgba(73, 95, 122, 1);
  padding: 6px 20px;
}

.topbar-inner {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.topbar-logo img {
  max-height: 88px;
  width: auto;
  display: block;
}

.topbar-address {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.pin-icon {
  width: 22px;
  height: 22px;
  object-fit: contain;
  flex-shrink: 0;
}

.topbar-phone a {
  background: #f5821f;
  color: #fff;
  padding: 13px 40px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 700;
}

/* ── HERO ────────────────────────────────────────────────── */
.hero {
  background: #1a2e4acc url('../images/hero-bg.jpeg') center/cover no-repeat;
  background-blend-mode: multiply;
  padding: 40px 20px 50px;
}

.hero-inner {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.hero-left {
  flex: 1;
  color: #fff;
}

.hero-left h1 {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 20px;
}

.hero-bullets {
  list-style: none;
  margin-bottom: 24px;
}

.hero-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 20px;
  margin-bottom: 8px;
  color: #fff;
}

.hero-bullets li::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('../images/bullet-icon.png') center/contain no-repeat;
  margin-top: 2px;
  flex-shrink: 0;
}

.btn-orange {
  display: inline-block;
  background: #f5821f;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 13px 40px;
  border-radius: 4px;
  cursor: pointer;
  border: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.btn-orange:hover {
  background: #d96c0c;
}

.hero-trust {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 28px;
}

.hero-trust-badges {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
  border-right: 3px solid #f5821f;
  padding-right: 20px;
}

.banner-box.hero-trust-badges {
  border-right: none;
  padding-right: 0;
  border: 1px solid #f5821f;
  padding: 5px 20px;
  background-color: #fff;
  border-radius: 8px;
  gap: 20px;
  justify-content: space-around;
  max-width: 600px;
  width: 100%;
}

.hero-trust-badges img {
  width: 125px;
  height: 125px;
  object-fit: contain;
}

.hero-trust-text {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.65;
}

/* ── HERO RATINGS ROW (inside hero) ─────────────────────── */
.hero-ratings-row {
  display: flex;
  align-items: center;
  margin-top: 24px;
  background: rgba(255, 255, 255, 0.20);
  border-radius: 8px;
  padding: 16px 0;
}

.hero-rating-item {
  flex: 1;
  text-align: center;
  color: #fff;
  padding: 0 16px;
}

.hero-rating-score {
  font-size: 28px;
  font-weight: 800;
  color: #f5821f;
  line-height: 1;
}

.hero-rating-stars {
  font-size: 18px;
  color: #f5c518;
  letter-spacing: 2px;
  margin: 5px 0 3px;
}

.hero-rating-label {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
}

.hero-ratings-divider {
  width: 1px;
  height: 50px;
  background: rgba(255, 255, 255, 0.2);
  flex-shrink: 0;
}

/* ── HERO TAGLINE / SAME DAY BUTTON ─────────────────────── */
.hero-tagline {
  font-size: 30px;
  font-weight: 700;
  font-style: italic;
  color: #f5821f;
  margin: 22px 0 16px;
  line-height: 1.2;
}

.btn-sameday {
  display: inline-block;
  background: #c0392b;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  padding: 13px 40px;
  border-radius: 4px;
  cursor: pointer;
  border: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 26px;
}

.btn-sameday:hover {
  background: #a93226;
}

/* ── RATINGS BAND ────────────────────────────────────────── */
.ratings-band {
  background: #1a2e4a;
  padding: 28px 20px;
  border-top: 3px solid #f5821f;
}

.ratings-inner {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}

.rating-stat {
  flex: 1;
  text-align: center;
  color: #fff;
  padding: 0 20px;
}

.rating-stat-score {
  font-size: 32px;
  font-weight: 800;
  color: #f5821f;
  line-height: 1;
}

.rating-stat-stars {
  font-size: 18px;
  color: #f5c518;
  letter-spacing: 3px;
  margin: 6px 0 4px;
}

.rating-stat-label {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.8);
}

.ratings-sep {
  width: 1px;
  height: 60px;
  background: rgba(255, 255, 255, 0.2);
  flex-shrink: 0;
}

/* ── QUOTE FORM ──────────────────────────────────────────── */
.hero-form {
  width: 420px;
  flex-shrink: 0;
  background: rgba(204,51,51,1);
  border-radius: 16px;
  overflow: hidden;
}

.hero-form .btn-orange {
  width: 100%;
  background: rgba(229, 180, 11, 1);
}

.form-header {
  background: transparent;
  color: #fff;
  font-size: 26px;
  font-weight: 800;
  padding: 22px 30px 10px;
  text-align: left;
  line-height: 1.2;
}

.form-body {
  padding: 8px 30px 30px;
}

.form-body label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
}

.form-body label span {
  color: rgba(255, 255, 255, 0.75);
}

.form-body input,
.form-body select,
.form-body textarea {
  width: 100%;
  border: none;
  border-radius: 6px;
  padding: 10px 12px;
  font-size: 16px;
  font-family: inherit;
  margin-bottom: 12px;
  color: #333;
  background: #fff;
}

.form-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 10px;
  margin-bottom: 0;
}

.form-two-col input {
  margin-bottom: 12px;
}

.form-body textarea {
  height: 70px;
  resize: vertical;
}

.btn-dark {
  width: 100%;
  background: #1a2e4a;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 12px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  text-transform: uppercase;
}

.btn-dark:hover {
  background: #142240;
}

/* ── SECTION COMMON ──────────────────────────────────────── */
section {
  padding: 50px 20px;
}

.section-inner {
  max-width: 1080px;
  margin: 0 auto;
}

.section-title {
  font-size: 32px;
  font-weight: 700;
  color: rgb(204, 51, 51);
  text-align: center;
  margin-bottom: 28px;
}

/* ── CONTAINER SALES ─────────────────────────────────────── */
.container-sales {
  background: #f2f2f2;
}

.container-sales.new {
  background: #fff;
}

.two-col {
  display: flex;
  gap: 30px;
  align-items: center;
}

.two-col img {
  width: 340px;
  height: 230px;
  object-fit: cover;
  border-radius: 4px;
  flex-shrink: 0;
}

.two-col .col-text {
  flex: 1;
  font-size: 16.5px;
  color: #444;
  line-height: 1.75;
}

.two-col .col-text p+p {
  margin-top: 16px;
}

/* reverse layout */
.two-col.reverse {
  flex-direction: row-reverse;
}

.two-col.reverse img {
  width: 300px;
  height: 200px;
}

.two-col img.container-rental-img {
  max-width: 557px;
  max-height: 363px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.two-col img.why-rental-img {
  max-width: 558px;
  width: 100%;
  max-height: 363px;
  height: 100%;
  object-fit: cover;
}

/* ── NEW & USED ───────────────────────────────────────────── */
.new-used {
  background: #fff;
}

.new-used .section-title {
  text-align: left;
  margin-bottom: 16px;
}

/* ── WHY BUY ─────────────────────────────────────────────── */
.why-buy {
  background: #f2f2f2;
}

.why-banner {
  background: #1a2e4a;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  padding: 16px 24px;
  border-radius: 4px;
  margin: 28px 0;
  line-height: 1.6;
}

.why-bullets {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 40px;
  list-style: none;
}

.why-bullets li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  color: #444;
  font-weight: 500;
}

.why-bullets li::before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url('../images/bullet-icon.png') center/contain no-repeat;
  flex-shrink: 0;
}

/* ── CONTAINER UNITS ─────────────────────────────────────── */
.units {
  background: #fff;
}

.units-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 36px;
}

.unit-card {
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  text-align: center;
}

.unit-card .unit-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  border-radius: 0;
  background: #c9d4dc;
}

.unit-card .unit-name {
  padding: 12px 8px;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.custom-cta {
  text-align: center;
}

.custom-cta p {
  font-size: 28px;
  font-weight: 700;
  color: #333;
  margin-bottom: 14px;
}

/* ── 4-COLUMN REVIEWS OVERRIDE ───────────────────────────── */
.reviews-grid.reviews-grid-4 {
  grid-template-columns: repeat(4, 1fr);
  z-index: 5;
  position: relative;
}

/* ── REVIEWS ─────────────────────────────────────────────── */
.reviews {
  background: #f2f2f2;
}

/* ── REVIEWS ALT (rentals page) ──────────────────────────── */
.reviews-alt {
  background: rgba(232, 221, 205, 1);
  position: relative;
}

.reviews-alt .section-title {
  text-align: left;
  margin-bottom: 24px;
  z-index: 5;
  position: relative;
}

.reviews-alt::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 545px;
  bottom: 0;
  background: rgba(255, 249, 240, 1);
}

.reviews-alt .review-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border-radius: 8px;
  padding: 30px 20px 28px;
  text-align: center;
  border: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
}

.review-quote-icon {
  width: 56px;
  height: 56px;
  background: #f5821f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  flex-shrink: 0;
}

.review-quote-icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.reviews-alt .review-card p {
  flex: none;
  background: none;
  border: none;
  border-radius: 0;
  font-size: 15px;
  color: #333;
  text-align: center;
  padding: 0;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.7;
}

.reviews-alt .reviewer-name {
  font-size: 15px;
  font-weight: 700;
  color: #1a2e4a;
  text-align: center;
  margin-bottom: 8px;
}

.reviews-alt .reviewer-stars {
  font-size: 20px;
  color: #f5c518;
  text-align: center;
  letter-spacing: 2px;
}

.reviews-stars-img {
  text-align: center;
  margin-bottom: 24px;
}

.reviews-stars-img img {
  max-height: 50px;
  width: auto;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.review-card {
  border: none;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.review-card p {
  flex: 1;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 18px;
  font-size: 16px;
  color: #000;
  font-style: normal;
  margin-bottom: 16px;
  line-height: 1.65;
}

.reviewer {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 4px;
}

.reviewer-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  background: #f5821f;
  flex-shrink: 0;
}

.reviewer-name {
  font-size: 14px;
  font-weight: 700;
  color: #222;
}

.reviewer-stars {
  color: #f5c518;
  font-size: 16px;
}

/* ── MAP / CONTACT ───────────────────────────────────────── */
.map-section {
  padding: 0;
  background: #fff;
}

.map-inner {
  display: flex;
  gap: 0;
}

.map-embed {
  flex: 1;
  height: 500px;
  background: #c9d4dc;
}

.map-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;pointer-events: none;
}

.map-card {
  max-width: 665px;
  width: 100%;
  flex-shrink: 0;
  background: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.map-card-info {
  background: #c0392b;
  color: #fff;
  padding: 22px 24px;
  border-radius: 4px;
  text-align: center;
}

.map-card-info h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}

.map-card-info p {
  font-size: 16px;
  line-height: 1.5;
}

/* ── FOOTER ──────────────────────────────────────────────── */
.footer-top {
  background: #3a5472;
  color: #fff;
  text-align: center;
  padding: 16px 20px;
  font-size: 14px;
  line-height: 1.7;
}

.footer-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  display: flex;
  justify-content: center;
  gap: 16px;
  padding: 12px 20px;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.12);
  z-index: 1000;
}

.footer-btn {
  font-size: 15px;
  font-weight: 700;
  padding: 13px 40px;
  border-radius: 6px;
}

.btn-call {
  display: inline-block;
  background: #3a5472;
  color: #fff;
  font-weight: 700;
  border-radius: 6px;
  text-transform: none;
}

/* ── CALLBACK PAGE ───────────────────────────────────────── */
.callback-page {
  min-height: 100vh;
  background: #1a2e4a url('../images/hero-bg.jpeg') center/cover no-repeat;
  background-blend-mode: multiply;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  padding-top: 10px;
}

.callback-wrap {
  width: 100%;
  max-width: 520px;
}

.callback-wrap .hero-form {
  width: 100%;
}

.form-logo {
  text-align: center;
}

.form-logo img {
  max-height: 85px;
  width: auto;
}

/* ── THANK YOU PAGE ──────────────────────────────────────── */
.thankyou-page {
  min-height: 100vh;
  background: #1a2e4a url('../images/hero-bg.jpeg') center/cover no-repeat;
  background-blend-mode: multiply;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 20px 40px;
}

.page-logo {
  text-align: center;
  margin-bottom: 20px;
}

.page-logo img {
  max-height: 85px;
  width: auto;
}

.thankyou-card {
  background: #fff;
  border-radius: 16px;
  padding: 50px;
  text-align: center;
  max-width: 520px;
  width: 100%;
}

.thankyou-icon {
  width: 70px;
  height: 70px;
  background: #f5821f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 36px;
  color: #fff;
}

.thankyou-card h1 {
  font-size: 30px;
  font-weight: 800;
  color: #1a2e4a;
  margin-bottom: 14px;
}

.thankyou-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.75;
  margin-bottom: 32px;
}

.thankyou-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

.thankyou-call-btn {
  padding: 11px 26px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
}

/* ── PLACEHOLDER (for missing images) ───────────────────── */
.img-placeholder {
  background: #b0bec5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #546e7a;
  font-size: 12px;
  font-weight: 600;
  border-radius: 4px;
}

/* ══════════════════════════════════════════════════════════
   RESPONSIVE — MEDIUM  (≤ 1100px)
══════════════════════════════════════════════════════════ */
@media (max-width: 1100px) {
  .reviews-grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ══════════════════════════════════════════════════════════
   RESPONSIVE — TABLET  (≤ 900px)
══════════════════════════════════════════════════════════ */
@media (max-width: 900px) {

  /* Topbar */
  .topbar-address {
    display: none;
  }

  /* Hero */
  .hero-inner {
    flex-direction: column;
  }

  .hero-left h1 {
    font-size: 30px;
  }

  .hero-form {
    width: 100%;
  }

  /* Two-col sections */
  .two-col,
  .two-col.reverse {
    flex-direction: column;
  }

  .two-col img,
  .two-col.reverse img {
    width: 100%;
    /* height: 220px; */
  }

  .container-rental-img,
  .why-rental-img {
    width: 100%;
    height: 260px;
  }

  /* Why bullets */
  .why-bullets {
    grid-template-columns: 1fr;
  }

  /* Units grid */
  .units-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Reviews */
  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .reviews-grid.reviews-grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Map */
  .map-inner {
    flex-direction: column;
  }

  .map-embed {
    height: 300px;
  }

  .map-card {
    width: 100%;
    max-width: 100%;
  }
}

/* ══════════════════════════════════════════════════════════
   RESPONSIVE — MOBILE  (≤ 600px)
══════════════════════════════════════════════════════════ */
@media (max-width: 600px) {

  /* Topbar */
  .topbar-inner {
    flex-direction: column;
    text-align: center;
  }
  .topbar {
  padding: 0px 20px;
}

  .topbar-logo img {
    max-height:76px;
  }

  .topbar-phone a {
    display: none;
  }

  /* Hero */
  .hero {
    padding: 30px 16px 40px;
  }

  .hero-left h1 {
    font-size: 32px;
    margin-top: 20px;
  }

  .hero-bullets li {
    font-size: 16px;
  }

  .hero-trust {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-trust-badges {
    border-right: none;
    border-bottom: 3px solid #f5821f;
    padding-right: 0;
    padding-bottom: 14px;
    width: 100%;
  }

  .hero-trust-badges img {
    width: 80px;
    height: 80px;
  }

  .hero-ratings-row {
    flex-wrap: wrap;
    gap: 10px 0;
  }

  /* Section titles */
  .section-title {
    font-size: 28px;
    z-index: 5;
    line-height: 1.3;
  }

  /* Units grid */
  .units-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  /* Custom section images */
  .container-rental-img,
  .why-rental-img {
    width: 100%;
    height: 220px;
  }

  /* Why bullets */
  .why-bullets li {
    font-size: 14px;
  }

  .why-banner {
    font-size: 14px;
  }

  /* Form two-col → single col on small screens */
  .form-two-col {
    grid-template-columns: 1fr 1fr;
  }

  /* Footer */
  .footer-bottom {
    gap: 10px;
    padding: 10px 16px;
  }

  .footer-btn {
    flex: 1;
    text-align: center;
    padding: 12px 10px;
    font-size: 13px;
  }

  .reviews-grid.reviews-grid-4 {
    grid-template-columns: 1fr;
  }

  body {
    padding-bottom: 70px;
  }

  /* Callback / Thank you pages */
  .thankyou-card {
    padding: 30px 20px;
  }

  .thankyou-card h1 {
    font-size: 24px;
  }

  .callback-page,
  .thankyou-page {
    padding: 20px 16px;
  }
}