/* ── Hero ── */
.hero {
  position: relative;
  min-height: 84vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: var(--navy);
}

.hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 80% at 100% 0%, rgba(245, 165, 36, 0.2) 0%, transparent 58%),
    linear-gradient(115deg, #0e2238 0%, var(--navy) 48%, #1d4b60 100%);
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.35;
}

.hero-orb {
  display: none;
}

.hero-orb-1 {
  width: 420px;
  height: 420px;
  background: rgba(243, 146, 33, 0.18);
  top: -10%;
  right: 5%;
}

.hero-orb-2 {
  width: 300px;
  height: 300px;
  background: rgba(29, 79, 145, 0.25);
  bottom: 10%;
  left: -5%;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 3rem;
  align-items: center;
  padding: 6.5rem 0 5.5rem;
}

.hero-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 5rem;
  padding-top: 5rem;
  padding-bottom: 4rem;
}

@media (min-width: 960px) {
  .hero-grid {
    grid-template-columns: 1.15fr 0.85fr;
    gap: 4rem;
  }
}

.hero-content {
  color: #fff;
  max-width: 560px;
}

.hero-company-large {
  font-size: clamp(1.75rem, 5vw, 2.85rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin-bottom: 1.25rem;
  color: var(--orange);
  letter-spacing: 0;
}

.hero-company-banner {
  font-size: clamp(1.35rem, 3.5vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 0.85rem;
  color: var(--orange);
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.75rem;
}

.hero-company {
  display: inline-flex;
  align-items: center;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
  background: linear-gradient(135deg, rgba(243, 146, 33, 0.25) 0%, rgba(243, 146, 33, 0.1) 100%);
  border: 1px solid rgba(243, 146, 33, 0.4);
  padding: 0.45rem 1rem;
  border-radius: 999px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.82rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 0.45rem 1rem;
  border-radius: 4px;
  backdrop-filter: blur(8px);
}

.hero h1 {
  font-size: clamp(2.25rem, 5.5vw, 3.6rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 1.35rem;
}

.hero-proof {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-top: 2.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.8rem;
  line-height: 1.45;
}

.hero-proof-mark {
  color: var(--orange);
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1;
}

.hero-visual {
  position: relative;
  padding: 1.5rem 0 1.5rem 1.5rem;
}

.hero-image-frame {
  position: relative;
  min-height: 430px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #d8ddd8;
  border: 8px solid rgba(255, 255, 255, 0.1);
  box-shadow: 20px 24px 0 rgba(245, 165, 36, 0.92), 0 24px 60px rgba(0, 0, 0, 0.26);
}

.hero-image {
  object-fit: cover;
  object-position: center;
  transition: transform 0.6s ease;
}

.hero-image-frame:hover .hero-image {
  transform: scale(1.04);
}

.hero-image-caption {
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 0.9rem 1rem;
  background: rgba(16, 37, 63, 0.86);
  color: #fff;
  backdrop-filter: blur(8px);
}

.hero-image-caption span {
  color: #ffd27c;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-image-caption strong {
  font-size: 1.2rem;
}

.hero-availability {
  position: absolute;
  right: -1rem;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.8rem 1rem;
  background: #fff;
  color: var(--navy);
  box-shadow: var(--shadow);
  font-size: 0.78rem;
  font-weight: 700;
}

.availability-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2ca56a;
  box-shadow: 0 0 0 4px rgba(44, 165, 106, 0.14);
}

.availability-location {
  padding-left: 0.5rem;
  margin-left: 0.25rem;
  border-left: 1px solid var(--border);
  color: var(--text-muted);
  font-weight: 500;
}

.booking-bar {
  position: relative;
  z-index: 3;
  margin-top: -2.5rem;
}

.booking-inner {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 1.35rem 2rem;
  background: #fff;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-lg);
}

.booking-field {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 190px;
}

.booking-label {
  color: var(--orange-deep);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.booking-field strong {
  color: var(--navy);
  font-size: 0.95rem;
}

.booking-divider {
  width: 1px;
  height: 38px;
  background: var(--border);
}

.booking-button {
  margin-left: auto;
  white-space: nowrap;
}

.hero h1 .accent {
  color: #ffd27c;
}

.hero-desc {
  font-size: 1.1rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 2.25rem;
  max-width: 520px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.hero-panel {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  padding: 1.5rem;
  backdrop-filter: blur(16px);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.2);
}

.hero-panel-title {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 1.25rem;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.hero-stat {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  padding: 1.15rem;
  transition: background var(--transition);
}

.hero-stat:hover {
  background: rgba(255, 255, 255, 0.1);
}

.hero-stat-value {
  display: block;
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--orange);
  margin-bottom: 0.2rem;
  letter-spacing: -0.02em;
}

.hero-stat-label {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.4;
}

.hero-contact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-contact-chip {
  font-size: 0.8rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.08);
  padding: 0.4rem 0.75rem;
  border-radius: 4px;
}

/* ── Trust strip ── */
.trust-strip {
  background: var(--card);
  border-bottom: 1px solid var(--border);
  padding: 1.1rem 0;
}

.trust-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem 2.5rem;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--navy);
}

.trust-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--orange), var(--orange-deep));
  flex-shrink: 0;
}

/* ── Services ── */
.section-alt {
  background: var(--bg-alt);
}

.service-card {
  position: relative;
  border-top: 3px solid transparent;
  overflow: hidden;
}

.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--orange), var(--blue-brand));
  opacity: 0;
  transition: opacity var(--transition);
}

.service-card:hover::before {
  opacity: 1;
}

.service-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--navy);
  margin: 1.15rem 0 0.55rem;
}

.service-card p {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.65;
}

/* ── Why us ── */
.why-card {
  position: relative;
  padding-top: 2.25rem;
}

.why-num {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  font-size: 2.5rem;
  font-weight: 800;
  color: rgba(232, 93, 4, 0.1);
  line-height: 1;
  letter-spacing: -0.04em;
}

.why-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 0.55rem;
}

.why-card p {
  color: var(--text-muted);
  font-size: 0.92rem;
  line-height: 1.65;
}

/* ── CTA ── */
.cta-section {
  padding: 5rem 0;
}

.cta-box {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 50%, #1a3560 100%);
  border-radius: var(--radius);
  padding: 3.5rem;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  box-shadow: var(--shadow-lg);
}

.cta-box::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(243, 146, 33, 0.2) 0%, transparent 70%);
  pointer-events: none;
}

.cta-box h2 {
  font-size: clamp(1.6rem, 3vw, 2rem);
  font-weight: 800;
  margin-bottom: 0.65rem;
  letter-spacing: -0.02em;
  position: relative;
}

.cta-box p {
  color: rgba(255, 255, 255, 0.75);
  max-width: 440px;
  line-height: 1.7;
  position: relative;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  position: relative;
}

.cta-actions .btn-ghost {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.25);
}

.cta-actions .btn-ghost:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
}

/* ── Inner pages ── */
.page-banner {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%);
  padding: 4.5rem 0 4rem;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.page-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 50% 80% at 100% 0%, rgba(243, 146, 33, 0.15) 0%, transparent 60%);
  pointer-events: none;
}

.page-banner .container {
  position: relative;
  z-index: 1;
}

.page-banner-label {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 0.75rem;
}

.page-banner h1 {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 0.75rem;
}

.page-lead {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.05rem;
  max-width: 580px;
  line-height: 1.7;
}

.pt-0 {
  padding-top: 0 !important;
}

.service-detail h2 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--navy);
  margin: 1rem 0 0.5rem;
}

.service-detail p {
  color: var(--text-muted);
  line-height: 1.7;
}

.highlight {
  margin-top: 2rem;
  border-left: 4px solid var(--orange-deep);
  background: linear-gradient(135deg, #fff 0%, rgba(243, 146, 33, 0.04) 100%);
}

.highlight h2 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 1rem;
}

.highlight ol {
  margin-left: 1.25rem;
  color: var(--text-muted);
  line-height: 2.1;
}

.highlight-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.about-card h2 {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 1rem;
}

.about-card p {
  color: var(--text-muted);
  line-height: 1.75;
  margin-bottom: 1rem;
}

.details {
  list-style: none;
}

.details li {
  padding: 0.65rem 0;
  border-bottom: 1px solid var(--border);
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.6;
}

.details li:last-child {
  border-bottom: none;
}

.full-width {
  grid-column: 1 / -1;
}

.promise-grid {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .promise-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.promise-grid h3 {
  color: var(--orange-deep);
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
}

.promise-grid p {
  font-size: 0.9rem;
  margin: 0;
  color: var(--text-muted);
}

.contact-grid {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 900px) {
  .contact-grid {
    grid-template-columns: 1fr 1fr;
  }

  .map-card {
    grid-column: 1 / -1;
  }
}

.contact-card h2 {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 1.25rem;
}

.contact-item {
  margin-bottom: 1.25rem;
}

.field-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--orange-deep);
  margin-bottom: 0.35rem;
}

.contact-item a {
  display: block;
  color: var(--navy);
  font-weight: 600;
  margin-bottom: 0.2rem;
  transition: color var(--transition);
}

.contact-item a:hover {
  color: var(--orange-deep);
}

.contact-item p {
  color: var(--text-muted);
  line-height: 1.6;
}

.quick-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.5rem;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact-form label {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--navy);
}

.contact-form input,
.contact-form textarea {
  padding: 0.85rem 1rem;
  border: 1.5px solid var(--border);
  border-radius: 12px;
  font: inherit;
  background: var(--bg);
  transition: border-color var(--transition), box-shadow var(--transition);
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(232, 93, 4, 0.12);
}

.contact-form button {
  align-self: flex-start;
}

.form-note {
  margin-top: 1rem;
  font-size: 0.85rem;
  color: var(--text-muted);
}

.form-note a {
  color: var(--orange-deep);
  font-weight: 600;
}

.map-card iframe {
  width: 100%;
  height: 340px;
  border: 0;
  border-radius: 12px;
}

.map-link-btn {
  display: inline-block;
  margin-top: 0.5rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--orange-deep);
}

.map-link-btn:hover {
  text-decoration: underline;
}

.honey {
  display: none;
}

/* Professional rental showroom treatment */
.hero {
  min-height: 0;
  background: #f4f1eb;
  color: var(--navy);
}

.hero-bg {
  background: #f4f1eb;
}

.hero-bg::before {
  background:
    linear-gradient(90deg, rgba(244, 241, 235, 0.98) 0%, rgba(244, 241, 235, 0.9) 42%, rgba(244, 241, 235, 0.18) 100%),
    radial-gradient(circle at 84% 48%, rgba(40, 125, 140, 0.18), transparent 32%);
}

.hero-bg::after {
  display: none;
}

.hero-grid {
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 4rem;
  padding: 4.75rem 0 6rem;
}

.hero-content {
  color: var(--navy);
  max-width: 500px;
}

.hero-kicker {
  color: var(--orange-deep);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin-bottom: 1.35rem;
  text-transform: uppercase;
}

.hero-meta {
  margin-bottom: 1.25rem;
}

.hero-badge {
  color: var(--navy);
  background: transparent;
  border: 0;
  border-left: 3px solid var(--orange);
  border-radius: 0;
  padding: 0.15rem 0 0.15rem 0.75rem;
  font-size: 0.8rem;
  font-weight: 700;
}

.hero-badge svg {
  color: var(--orange-deep);
}

.hero h1 {
  color: var(--navy);
  font-size: clamp(3rem, 6vw, 5.5rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
  margin-bottom: 1.5rem;
}

.hero h1 .accent {
  color: var(--orange-deep);
}

.hero-desc {
  color: #52616a;
  font-size: 1rem;
  line-height: 1.75;
  max-width: 440px;
}

.hero-actions {
  gap: 0.65rem;
}

.hero-actions .btn-outline {
  color: var(--navy);
  border-color: rgba(16, 37, 63, 0.25);
  background: transparent;
  backdrop-filter: none;
}

.hero-actions .btn-outline:hover {
  color: var(--navy);
  background: #fff;
  border-color: var(--navy);
}

.hero-proof {
  border-color: rgba(16, 37, 63, 0.14);
  color: #68757b;
}

.hero-proof-mark {
  color: var(--navy);
}

.hero-visual {
  padding: 0 0 2rem 1.5rem;
}

.hero-image-frame {
  min-height: 520px;
  aspect-ratio: 1.18 / 1;
  border: 0;
  box-shadow: 18px 18px 0 var(--orange), 0 25px 60px rgba(16, 37, 63, 0.18);
}

.hero-image-caption {
  right: 1.5rem;
  bottom: 1.5rem;
  left: 1.5rem;
  background: var(--navy);
}

.hero-availability {
  right: -1rem;
  bottom: 0.25rem;
}

.booking-bar {
  margin-top: -2.5rem;
}

.booking-inner {
  border-top: 4px solid var(--orange);
  border-radius: 2px;
  padding: 1.45rem 2rem;
}

.booking-button {
  border-radius: 3px;
}

.section-header {
  text-align: left;
  max-width: 760px;
  margin-left: 0;
}

.section-header .section-subtitle {
  max-width: 580px;
}

.section-fleet .section-header {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.fleet-card {
  border-radius: 3px;
  box-shadow: 0 8px 24px rgba(16, 37, 63, 0.08);
}

.fleet-card-image-wrap {
  aspect-ratio: 1.35 / 1;
}

.fleet-card-num {
  border-radius: 3px;
  background: var(--orange);
  color: var(--navy);
}

.fleet-card-category {
  border-radius: 3px;
}

.fleet-features li {
  border-radius: 3px;
}

.fleet-book-btn {
  border-radius: 3px;
}

@media (max-width: 768px) {
  .hero-grid {
    grid-template-columns: 1fr;
    padding: 3.75rem 0 4.5rem;
  }

  .hero-content {
    max-width: 100%;
  }

  .hero h1 {
    font-size: clamp(3.15rem, 15vw, 4.75rem);
  }

  .hero-visual {
    width: calc(100% - 0.75rem);
    padding-left: 0;
  }

  .hero-image-frame {
    min-height: 0;
    aspect-ratio: 1 / 1;
    box-shadow: 10px 12px 0 var(--orange), 0 18px 38px rgba(16, 37, 63, 0.18);
  }

  .hero-availability {
    right: -0.5rem;
  }

  .section-header,
  .section-fleet .section-header {
    text-align: left;
  }
}

html[data-theme="dark"] .page-banner {
  background: #101010;
}

html[data-theme="dark"] .brand-logo {
  filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.8));
}

html[data-theme="dark"] .rental-trust-section,
html[data-theme="dark"] .trust-story {
  background: #050505;
}

html[data-theme="dark"] .rental-fleet-section,
html[data-theme="dark"] .fleet-showcase,
html[data-theme="dark"] .fleet-invite {
  background: #191919;
}

html[data-theme="dark"] .trust-strip {
  background: #191919;
}

/* ── New rental showroom homepage ── */
.rental-hero {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  background: #e8e6df;
}

.rental-hero-backdrop {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, #132b40 0%, #183e52 48%, #d2d1c9 48.1%, #e8e6df 100%);
}

.rental-hero-backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.14;
  background-image: linear-gradient(135deg, rgba(255,255,255,0.3) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0.3) 75%, transparent 75%);
  background-size: 6px 6px;
}

.rental-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 2rem;
  align-items: center;
  min-height: 650px;
}

.rental-hero-copy {
  color: #fff;
  padding: 3rem 0;
}

.rental-eyebrow {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 2rem;
  color: #f9b83e;
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.rental-eyebrow span {
  width: 28px;
  height: 2px;
  background: #f9b83e;
}

.rental-hero h1 {
  max-width: 520px;
  margin-bottom: 1.5rem;
  font-size: clamp(3.4rem, 6vw, 6.5rem);
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: -0.055em;
}

.rental-hero h1 em,
.rental-section-header em {
  color: #f9b83e;
  font-style: normal;
}

.rental-hero-copy p {
  max-width: 400px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.98rem;
  line-height: 1.75;
}

.rental-hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 2.25rem;
}

.rental-hero-actions .btn-primary {
  border-radius: 2px;
}

.text-link {
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  border-bottom: 1px solid rgba(255,255,255,0.45);
  padding-bottom: 0.25rem;
}

.text-link span {
  margin-left: 0.3rem;
  color: #f9b83e;
  font-size: 1.1rem;
}

.rental-hero-vehicle {
  position: relative;
  height: 100%;
  min-height: 560px;
  padding: 3.5rem 0 2rem;
}

.vehicle-index {
  position: absolute;
  top: 3rem;
  right: 0;
  color: var(--navy);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.vehicle-index span {
  color: rgba(16, 37, 63, 0.42);
  font-weight: 500;
}

.vehicle-image-stage {
  position: relative;
  height: 440px;
  margin-top: 4rem;
  overflow: hidden;
  background: #c9cbc7;
  box-shadow: 0 28px 50px rgba(16,37,63,0.2);
}

.vehicle-image {
  object-fit: cover;
  object-position: center;
}

.vehicle-label {
  position: absolute;
  bottom: 0.5rem;
  left: -1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 220px;
  padding: 1.15rem 1.35rem;
  background: var(--orange);
  color: var(--navy);
}

.vehicle-label span,
.vehicle-label small {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.vehicle-label strong {
  font-size: 1.35rem;
  line-height: 1.2;
}

.quick-book {
  position: relative;
  z-index: 2;
  margin-top: -2.7rem;
}

.quick-book-inner {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr auto;
  align-items: center;
  gap: 1rem;
  padding: 1.3rem 1.5rem;
  background: #fff;
  border-left: 5px solid var(--orange);
  box-shadow: 0 18px 45px rgba(16,37,63,0.13);
}

.quick-book-intro,
.quick-book-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.quick-book-intro div,
.quick-book-item {
  flex-direction: column;
  align-items: flex-start;
  gap: 0.15rem;
}

.quick-book-intro {
  flex-direction: row;
}

.quick-book-number {
  color: var(--orange-deep);
  font-size: 1.8rem;
  font-weight: 800;
}

.quick-book small {
  color: var(--text-muted);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.quick-book strong {
  color: var(--navy);
  font-size: 0.9rem;
}

.quick-book-button {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.2rem;
  background: var(--navy);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 800;
  white-space: nowrap;
}

.quick-book-button span {
  color: var(--orange);
  font-size: 1.2rem;
}

.rental-services-section {
  padding-top: 8rem;
}

.rental-section-header .section-title {
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  line-height: 0.98;
}

.rental-fleet-section {
  background: #e7e9e4;
}

.rental-fleet-section .section-header {
  text-align: left;
  margin-left: 0;
}

.rental-trust-section {
  background: var(--surface-inverse);
  color: var(--text-inverse);
}

.rental-trust-section .section-title {
  color: var(--text-inverse);
}

@media (max-width: 768px) {
  .rental-hero-backdrop {
    background: linear-gradient(180deg, #132b40 0%, #183e52 68%, #d2d1c9 68.1%, #e8e6df 100%);
  }

  .rental-hero-inner {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 0;
  }

  .rental-hero-copy {
    padding: 3.5rem 0 2.5rem;
  }

  .rental-hero h1 {
    font-size: clamp(3.5rem, 17vw, 5.5rem);
  }

  .rental-hero-vehicle {
    min-height: 400px;
    padding: 0.5rem 0 4rem;
  }

  .vehicle-index {
    top: 0;
    right: 0.5rem;
  }

  .vehicle-image-stage {
    height: 310px;
    margin-top: 2.5rem;
  }

  .vehicle-label {
    left: 0;
    bottom: 1.5rem;
  }

  .quick-book {
    margin-top: 0;
  }

  .quick-book-inner {
    grid-template-columns: 1fr 1fr;
    gap: 1.2rem;
    padding: 1.25rem;
  }

  .quick-book-intro,
  .quick-book-item {
    min-width: 0;
  }

  .quick-book-button {
    grid-column: 1 / -1;
    justify-content: space-between;
  }

  .rental-services-section {
    padding-top: 5rem;
  }
}

/* ── Fleet ── */
.section-fleet {
  background: linear-gradient(180deg, var(--bg) 0%, var(--bg-alt) 100%);
}

.fleet-section {
  padding-top: 3rem;
}

.fleet-grid {
  display: grid;
  gap: 2rem;
}

@media (min-width: 900px) {
  .fleet-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.25rem;
  }
}

.fleet-card {
  background: var(--card);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform var(--transition), box-shadow var(--transition);
}

.fleet-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}

.fleet-card-image-wrap {
  position: relative;
  aspect-ratio: 4 / 3;
  background: linear-gradient(135deg, #e8ecf4 0%, #d4dae8 100%);
  overflow: hidden;
}

.fleet-card-image {
  object-fit: cover;
  object-position: center;
  transition: transform 0.4s ease;
}

.fleet-card:hover .fleet-card-image {
  transform: scale(1.03);
}

.fleet-card-num {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--navy);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 800;
  border-radius: 10px;
  box-shadow: var(--shadow);
  z-index: 2;
}

.fleet-card-category {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  z-index: 2;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  color: var(--navy);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.4rem 0.75rem;
  border-radius: 8px;
  box-shadow: var(--shadow-sm);
}

.fleet-card-body {
  padding: 1.5rem 1.65rem 1.65rem;
}

.fleet-card-body h3 {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 0.85rem;
  letter-spacing: -0.02em;
}

.fleet-features {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 1.25rem;
}

.fleet-features li {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--text-muted);
  background: var(--bg);
  border: 1px solid var(--border);
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
}

.fleet-book-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.85rem 1rem;
  background: linear-gradient(135deg, var(--orange) 0%, var(--orange-deep) 100%);
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  border-radius: 12px;
  transition: box-shadow var(--transition), transform var(--transition);
}

.fleet-book-btn:hover {
  box-shadow: var(--shadow-orange);
  transform: translateY(-1px);
}

/* Sunshine rental system refresh */
.rental-hero {
  min-height: 690px;
  background: #d9d9d0;
}

.rental-hero-backdrop {
  background: linear-gradient(104deg, #101b1d 0%, #1c3031 52%, #d6d6ce 52.1%, #e9e8e1 100%);
}

.rental-hero-backdrop::after {
  opacity: 0.08;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.25) 1px, transparent 1px);
  background-size: 44px 44px;
}

.rental-hero-inner {
  min-height: 690px;
  grid-template-columns: 0.84fr 1.16fr;
}

.rental-eyebrow {
  color: var(--orange);
  letter-spacing: 0.18em;
}

.rental-eyebrow span,
.rental-hero h1 em,
.rental-section-header em,
.text-link span {
  color: var(--orange);
}

.rental-hero h1 {
  font-size: clamp(3.3rem, 6.4vw, 6.3rem);
  letter-spacing: -0.065em;
}

.rental-hero-actions .btn-primary {
  color: var(--navy);
  box-shadow: 0 12px 30px rgba(242, 140, 40, 0.18);
}

.vehicle-image-stage {
  height: 465px;
  box-shadow: 0 30px 55px rgba(16, 27, 29, 0.22);
}

.vehicle-label {
  background: var(--orange);
}

.quick-book-inner {
  border-left: 5px solid var(--orange);
  box-shadow: 0 18px 45px rgba(16, 27, 29, 0.16);
}

.quick-book-number {
  color: var(--orange-deep);
}

.quick-book-button {
  background: var(--navy);
}

.quick-book-button span {
  color: var(--orange);
}

.trust-strip {
  background: #d9d9d0;
}

.rental-services-section {
  padding-top: 8.5rem;
}

.rental-fleet-section {
  background: #dedfd7;
}

.rental-trust-section {
  background: var(--navy);
}

.fleet-card {
  border-radius: 3px;
  box-shadow: 0 10px 26px rgba(16, 27, 29, 0.09);
}

.fleet-card:hover {
  box-shadow: 0 18px 38px rgba(16, 27, 29, 0.16);
}

.fleet-card-image-wrap {
  aspect-ratio: 1.45 / 1;
}

.fleet-card-num,
.fleet-card-category,
.fleet-features li,
.fleet-book-btn {
  border-radius: 3px;
}

.fleet-card-num {
  background: var(--orange);
  color: var(--navy);
}

.fleet-book-btn {
  background: var(--orange);
  color: var(--navy);
}

.fleet-book-btn:hover {
  background: var(--orange-hover);
}

.page-banner {
  background: var(--surface-inverse);
  padding: 5.5rem 0 4.75rem;
  color: var(--text-inverse);
}

.page-banner::after {
  background: linear-gradient(90deg, transparent 0 60%, rgba(242, 140, 40, 0.12));
}

.page-banner-label,
.footer-heading {
  color: var(--orange);
}

.page-banner h1 {
  color: var(--text-inverse);
}

.section-label {
  color: var(--orange-deep);
  border-color: var(--orange);
}

.service-card,
.about-card,
.contact-card,
.service-detail,
.highlight,
.fleet-cta-row {
  border-radius: 3px;
}

@media (max-width: 768px) {
  .rental-hero-backdrop {
    background: linear-gradient(180deg, #101b1d 0%, #1c3031 65%, #d6d6ce 65.1%, #e9e8e1 100%);
  }

  .rental-hero-inner {
    min-height: 0;
  }

  .rental-hero h1 {
    font-size: clamp(3.35rem, 16vw, 5.4rem);
  }

  .vehicle-image-stage {
    height: 320px;
  }

  .quick-book-inner {
    border-left: 0;
    border-top: 5px solid var(--orange);
  }
}

/* Full portfolio homepage */
.showcase-hero {
  position: relative;
  overflow: hidden;
  min-height: 700px;
  background: var(--surface-inverse);
  color: var(--text-inverse);
}

.showcase-hero-texture {
  position: absolute;
  inset: 0;
  opacity: 0.24;
  background-image: linear-gradient(90deg, rgba(242, 140, 40, 0.08) 1px, transparent 1px), linear-gradient(rgba(242, 140, 40, 0.04) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, #000, transparent 75%);
}

.showcase-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 3rem;
  align-items: center;
  min-height: 700px;
}

.showcase-copy {
  padding: 4.5rem 0;
}

.showcase-kicker {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--orange);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.showcase-kicker span {
  width: 28px;
  height: 2px;
  background: var(--orange);
}

.showcase-copy h1,
.intro-grid h2,
.showcase-section-heading h2,
.trust-story h2,
.final-cta h2 {
  margin: 1.7rem 0 1.4rem;
  color: var(--text-inverse);
  font-size: clamp(3.4rem, 6vw, 6.25rem);
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: -0.065em;
}

.showcase-copy h1 em,
.intro-grid h2 em,
.showcase-section-heading h2 em,
.trust-story h2 em,
.final-cta h2 em {
  color: var(--orange);
  font-style: normal;
}

.showcase-lead {
  max-width: 400px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1rem;
  line-height: 1.75;
}

.showcase-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.3rem;
  margin-top: 2.15rem;
}

.showcase-actions .btn span {
  font-size: 1.1rem;
}

.showcase-call,
.underlined-link {
  color: inherit;
  border-bottom: 1px solid currentColor;
  font-size: 0.82rem;
  font-weight: 800;
  padding-bottom: 0.25rem;
}

.showcase-proof {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-top: 3rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.7rem;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.showcase-proof strong {
  color: var(--orange);
  font-size: 2rem;
  letter-spacing: -0.05em;
}

.showcase-car {
  position: relative;
  padding: 3.5rem 0 2.5rem;
}

.showcase-car-meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  color: rgba(16, 27, 29, 0.62);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.showcase-car-meta span:first-child {
  color: var(--navy);
  font-size: 1.1rem;
}

.showcase-image-wrap {
  position: relative;
  height: 460px;
  overflow: hidden;
  background: #d0d1cb;
  box-shadow: 26px 26px 0 var(--orange), 0 28px 55px rgba(0, 0, 0, 0.24);
}

.showcase-image {
  object-fit: cover;
}

.showcase-car-caption {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: -1.1rem 1.2rem 0 -1.5rem;
  padding: 1.1rem 1.35rem;
  background: var(--orange);
  color: var(--navy);
}

.showcase-car-caption div {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.showcase-car-caption small {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.showcase-car-caption strong {
  font-size: 1.35rem;
  line-height: 1.1;
}

.showcase-car-caption a {
  font-size: 0.76rem;
  font-weight: 800;
}

.showcase-car-caption a span {
  margin-left: 0.4rem;
  font-size: 1.1rem;
}

.booking-panel-wrap {
  position: relative;
  z-index: 4;
  margin-top: -2.2rem;
}

.booking-panel {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr auto;
  align-items: center;
  gap: 1.5rem;
  padding: 1.25rem 1.4rem;
  background: var(--card);
  border-left: 5px solid var(--orange);
  box-shadow: 0 20px 50px rgba(16, 27, 29, 0.17);
}

.booking-heading,
.booking-field {
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
}

.booking-heading span,
.booking-field small {
  color: var(--text-muted);
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.booking-heading strong,
.booking-field strong {
  color: var(--navy);
  font-size: 0.9rem;
}

.booking-heading strong {
  font-size: 1.1rem;
}

.brand-marquee {
  overflow: hidden;
  background: var(--orange);
  color: var(--navy);
}

.brand-marquee-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  min-height: 58px;
  white-space: nowrap;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.brand-marquee i {
  width: 5px;
  height: 5px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--navy);
}

.intro-section {
  background: var(--bg);
}

.intro-grid,
.showcase-section-heading,
.trust-story-grid,
.final-cta-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: end;
}

.intro-grid h2,
.showcase-section-heading h2 {
  color: var(--navy);
  font-size: clamp(2.8rem, 5vw, 5rem);
}

.intro-copy {
  max-width: 460px;
  padding-bottom: 0.3rem;
}

.intro-copy p,
.showcase-section-heading p {
  margin-bottom: 1.5rem;
  color: var(--text-muted);
  font-size: 1rem;
  line-height: 1.8;
}

.underlined-link {
  color: var(--navy);
}

.underlined-link span {
  color: var(--orange-deep);
  font-size: 1rem;
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border);
}

.metric-row div {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.metric-row strong {
  color: var(--navy);
  font-size: 2.25rem;
  letter-spacing: -0.06em;
}

.metric-row span {
  color: var(--text-muted);
  font-size: 0.67rem;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.fleet-showcase {
  background: #dedfd7;
}

.showcase-section-heading {
  align-items: end;
  margin-bottom: 3rem;
}

.showcase-section-heading > div:last-child {
  max-width: 420px;
  padding-bottom: 0.3rem;
}

.showcase-section-heading .section-label,
.intro-grid .section-label {
  margin-bottom: 0;
}

.service-showcase {
  background: var(--bg);
}

.service-list {
  border-top: 1px solid var(--border);
}

.service-list article {
  display: grid;
  grid-template-columns: 3rem 3.5rem 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--border);
}

.service-list-number {
  color: var(--orange-deep);
  font-size: 0.73rem;
  font-weight: 800;
}

.service-list .icon-wrap {
  width: 42px;
  height: 42px;
  border-radius: 3px;
}

.service-list h3 {
  margin-bottom: 0.2rem;
  color: var(--navy);
  font-size: 1.05rem;
}

.service-list p {
  max-width: 650px;
  color: var(--text-muted);
  font-size: 0.8rem;
}

.service-arrow {
  color: var(--orange-deep);
  font-size: 1.35rem;
}

.trust-story {
  padding: 7rem 0;
  background: var(--surface-inverse);
  color: var(--text-inverse);
}

.trust-story h2,
.final-cta h2 {
  margin-bottom: 0;
}

.trust-story-list {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.trust-story-list > div {
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: 1rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.trust-story-list > div > span {
  color: var(--orange);
  font-size: 0.73rem;
  font-weight: 800;
}

.trust-story-list h3 {
  margin-bottom: 0.2rem;
  font-size: 1rem;
}

.trust-story-list p {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.82rem;
}

.final-cta {
  padding: 7rem 0;
  background: var(--orange);
  color: var(--navy);
}

.final-cta .section-label {
  color: var(--navy);
  border-color: var(--navy);
}

.final-cta h2 {
  color: var(--navy);
}

.final-cta h2 em {
  color: #fff;
}

.final-cta-inner > div:last-child {
  max-width: 400px;
}

.final-cta p {
  margin-bottom: 1.4rem;
  color: rgba(16, 27, 29, 0.72);
  line-height: 1.7;
}

.final-cta .btn-primary {
  background: var(--navy);
  color: var(--bg);
  box-shadow: none;
}

.final-cta .btn-ghost {
  background: transparent;
  border-color: rgba(16, 27, 29, 0.35);
  color: var(--navy);
}

@media (max-width: 768px) {
  .showcase-hero,
  .showcase-hero-grid {
    min-height: 0;
  }

  .showcase-hero-grid,
  .intro-grid,
  .showcase-section-heading,
  .trust-story-grid,
  .final-cta-inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .showcase-copy {
    padding: 4rem 0 1rem;
  }

  .showcase-copy h1 {
    font-size: clamp(3.4rem, 16vw, 5.2rem);
  }

  .showcase-car {
    padding: 1rem 0 4.5rem;
  }

  .showcase-image-wrap {
    height: 300px;
    box-shadow: 12px 12px 0 var(--orange), 0 18px 36px rgba(0, 0, 0, 0.2);
  }

  .showcase-car-caption {
    margin-left: 0;
  }

  .booking-panel-wrap {
    margin-top: 0;
    background: var(--bg);
  }

  .booking-panel {
    grid-template-columns: 1fr 1fr;
    gap: 1.2rem;
    border-left: 0;
    border-top: 5px solid var(--orange);
    box-shadow: none;
  }

  .booking-panel .btn {
    grid-column: 1 / -1;
  }

  .brand-marquee-inner {
    justify-content: flex-start;
    overflow: hidden;
    min-width: max-content;
  }

  .metric-row {
    grid-template-columns: 1fr 1fr;
    margin-top: 3rem;
  }

  .service-list article {
    grid-template-columns: 2rem 3rem 1fr auto;
  }

  .service-list p {
    display: none;
  }

  .trust-story,
  .final-cta {
    padding: 4.5rem 0;
  }
}

/* Branded image hero without a vehicle card */
.showcase-hero {
  min-height: 700px;
  background: #101010 url("/assets/home%20page%20pic.png") center center / cover no-repeat;
}

.showcase-hero-texture {
  display: none;
}

.showcase-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 8, 10, 0.88) 0%, rgba(5, 8, 10, 0.62) 30%, rgba(5, 8, 10, 0.08) 70%, rgba(5, 8, 10, 0.18) 100%);
}

.showcase-hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 700px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.showcase-hero-content h1 {
  max-width: 550px;
  margin: 1.5rem 0 1.25rem;
  color: #fff;
  font-size: clamp(3.6rem, 7vw, 7rem);
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -0.07em;
}

.showcase-hero-content h1 em {
  color: var(--orange);
  font-style: normal;
}

.showcase-hero-content .showcase-lead {
  max-width: 420px;
}

.showcase-hero-content .showcase-proof {
  display: none;
}

.fleet-invite {
  padding: 7rem 0;
  background: #dedfd7;
}

.fleet-invite-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: end;
}

.fleet-invite h2 {
  margin-top: 1.5rem;
  color: var(--navy);
  font-size: clamp(2.8rem, 5vw, 5rem);
  line-height: 0.94;
  letter-spacing: -0.065em;
}

.fleet-invite h2 em {
  color: var(--orange-deep);
  font-style: normal;
}

.fleet-invite-inner > div:last-child {
  max-width: 430px;
}

.fleet-invite p {
  margin-bottom: 1.5rem;
  color: var(--text-muted);
  line-height: 1.8;
}

@media (max-width: 768px) {
  .showcase-hero,
  .showcase-hero-content {
    min-height: 650px;
  }

  .showcase-hero {
    background-position: 61% center;
  }

  .showcase-hero-overlay {
    background: linear-gradient(180deg, rgba(5, 8, 10, 0.74) 0%, rgba(5, 8, 10, 0.78) 55%, rgba(5, 8, 10, 0.34) 100%);
  }

  .showcase-hero-content {
    justify-content: flex-start;
    padding-top: 5rem;
  }

  .showcase-hero-content h1 {
    font-size: clamp(3.5rem, 16vw, 5.5rem);
  }

  .fleet-invite-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .fleet-invite {
    padding: 4.5rem 0;
  }
}

.fleet-cta-row {
  margin-top: 3rem;
  text-align: center;
  padding: 2rem;
  background: var(--card);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
}

.fleet-cta-row p {
  color: var(--text-muted);
  margin-bottom: 1.25rem;
  font-size: 1.05rem;
}

.fleet-cta-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

/* ── Mobile layout ── */
@media (max-width: 768px) {
  .hero {
    min-height: auto;
    text-align: center;
  }

  .hero-grid {
    padding: 3.5rem 0 2.5rem;
    justify-items: center;
    width: 100%;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .hero-proof {
    justify-content: center;
    text-align: left;
  }

  .hero-visual {
    width: calc(100% - 0.75rem);
    padding: 0.75rem 0 1.25rem;
  }

  .hero-image-frame {
    min-height: 0;
    border-width: 5px;
    box-shadow: 12px 14px 0 rgba(245, 165, 36, 0.92), 0 18px 34px rgba(0, 0, 0, 0.22);
  }

  .hero-availability {
    right: -0.5rem;
    bottom: 0;
  }

  .booking-bar {
    margin-top: 0;
  }

  .booking-inner {
    flex-wrap: wrap;
    gap: 1rem 1.5rem;
    padding: 1.25rem;
  }

  .booking-divider {
    display: none;
  }

  .booking-field {
    min-width: calc(50% - 0.75rem);
  }

  .booking-button {
    width: 100%;
    margin-left: 0;
  }

  .hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
  }

  .hero-company-large {
    text-align: center;
    max-width: 100%;
  }

  .hero-meta {
    justify-content: center;
    width: 100%;
  }

  .hero h1 {
    text-align: center;
  }

  .hero-desc {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }

  .hero-actions {
    justify-content: center;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    max-width: 300px;
    margin: 0 auto;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-panel {
    width: 100%;
    max-width: 420px;
    text-align: center;
    margin: 0 auto;
  }

  .hero-contact-row {
    justify-content: center;
  }

  .hero-orb-1 {
    width: 280px;
    height: 280px;
    right: -20%;
  }

  .hero-orb-2 {
    width: 200px;
    height: 200px;
    left: -15%;
  }

  .trust-items {
    flex-direction: column;
    align-items: center;
    gap: 0.85rem;
  }

  .trust-item {
    justify-content: center;
  }

  .service-card {
    text-align: center;
  }

  .service-card .icon-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .why-card {
    text-align: center;
  }

  .why-num {
    left: 1.5rem;
    right: auto;
  }

  .cta-section {
    padding: 3.5rem 0;
  }

  .cta-box {
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding: 2.25rem 1.5rem;
  }

  .cta-box p {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .cta-actions {
    justify-content: center;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    max-width: 300px;
    margin: 0 auto;
  }

  .cta-actions .btn {
    width: 100%;
  }

  .page-banner {
    text-align: center;
  }

  .page-banner .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .page-lead {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .hero-company-banner {
    text-align: center;
  }

  .highlight {
    border-left: none;
    border-top: 4px solid var(--orange-deep);
    text-align: center;
  }

  .highlight ol {
    margin-left: 0;
    list-style-position: inside;
    text-align: left;
    display: inline-block;
  }

  .highlight-actions {
    justify-content: center;
    flex-direction: column;
    align-items: stretch;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .highlight-actions .btn {
    width: 100%;
  }

  .about-card {
    text-align: center;
  }

  .details li {
    text-align: center;
  }

  .quick-btns {
    justify-content: center;
    flex-direction: column;
    align-items: stretch;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .quick-btns .btn {
    width: 100%;
  }

  .contact-form button {
    align-self: center;
    width: 100%;
    max-width: 300px;
  }

  .map-card {
    text-align: center;
  }

  .map-link-btn {
    display: inline-block;
  }

  .fleet-cta-row {
    padding: 1.75rem 1.25rem;
  }

  .fleet-cta-btns {
    flex-direction: column;
    align-items: stretch;
    max-width: 300px;
    margin: 0 auto;
  }

  .fleet-cta-btns .btn {
    width: 100%;
  }

  .fleet-card-body {
    text-align: center;
  }

  .fleet-features {
    justify-content: center;
  }

  .promise-grid {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .hero-grid {
    padding: 3rem 0 2rem;
  }

  .hero-company-large {
    font-size: 1.65rem;
  }

  .hero h1 {
    font-size: 2rem;
  }

  .hero-desc {
    font-size: 1rem;
  }

  .page-banner {
    padding: 2.75rem 0 2.25rem;
  }

  .cta-box {
    padding: 2rem 1.25rem;
  }
}

/* Shared visual system for the standalone portfolio pages. */
body {
  background: var(--bg);
}

.site-nav {
  position: fixed;
  inset: 0 0 auto;
  top: 0;
  background: var(--panel);
  border-bottom-color: rgba(232, 199, 144, 0.16);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16);
}

body.light .site-nav {
  background: rgba(255, 250, 247, 0.92);
  border-bottom-color: var(--line);
}

.site-nav .links a {
  position: relative;
  color: var(--muted);
  transition: color var(--transition);
}

.site-nav .nav-inner {
  height: 76px;
  min-height: 76px;
  width: min(1160px, 92%);
  margin: 0 auto;
  padding: 0;
}

.site-nav .brand {
  gap: 12px;
  font-weight: 800;
}

.site-nav .brand img {
  width: 46px;
  height: 46px;
  border-color: var(--gold);
}

.site-nav .brand span {
  color: var(--text);
  font-size: 0.86rem;
  letter-spacing: 0.08em;
}

.site-nav .links {
  gap: 25px;
}

.site-nav .nav-actions {
  gap: 8px;
}

.site-nav .icon-btn {
  width: 42px;
  height: 42px;
  background: var(--panel);
  border-color: var(--line);
}

.site-nav .menu {
  display: none;
}

.site-nav .links a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -0.55rem;
  left: 0;
  height: 2px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform var(--transition);
}

.site-nav .links a:hover,
.site-nav .links a:focus-visible {
  color: var(--gold2);
}

.site-nav .links a:hover::after,
.site-nav .links a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.page-banner {
  min-height: 360px;
  display: flex;
  align-items: end;
  padding: 7.5rem 0 4.5rem;
  background:
    linear-gradient(105deg, rgba(16, 17, 17, 0.98), rgba(30, 46, 44, 0.88)),
    url("../assets/uu.png") center / cover;
  border-bottom: 1px solid rgba(232, 199, 144, 0.14);
}

.page-banner::after {
  background:
    radial-gradient(circle at 80% 20%, rgba(205, 164, 109, 0.22), transparent 32%),
    linear-gradient(135deg, transparent 35%, rgba(184, 107, 87, 0.14));
}

.page-banner-label,
.kicker {
  color: var(--gold2);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.page-banner-label {
  margin-bottom: 1rem;
}

.page-banner h1 {
  max-width: 720px;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(3rem, 7vw, 5.5rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 0.98;
}

.page-lead {
  max-width: 620px;
  margin-top: 1.25rem;
  color: rgba(248, 247, 244, 0.72);
  font-size: 1.03rem;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2.75rem;
}

.section-head h2,
.why h2 {
  margin-top: 0.65rem;
  color: var(--text);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.section-head > p {
  max-width: 440px;
  color: var(--muted);
}

.services,
.fleet {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.service.card,
.car.card,
.why-box,
.contact-card,
.map,
.rate-poster {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018));
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.13);
}

body.light .service.card,
body.light .car.card,
body.light .why-box,
body.light .contact-card,
body.light .map,
body.light .rate-poster {
  background: var(--panel);
}

.service.card {
  min-height: 235px;
  padding: 1.6rem;
  border-top: 3px solid var(--orange);
}

.service.card:hover,
.car.card:hover,
.rate-poster:hover,
.map:hover {
  border-color: rgba(205, 164, 109, 0.65);
  transform: translateY(-5px);
}

.service .ico {
  display: grid;
  width: 52px;
  height: 52px;
  margin-bottom: 1.5rem;
  place-items: center;
  border: 1px solid rgba(205, 164, 109, 0.35);
  border-radius: 14px;
  background: rgba(205, 164, 109, 0.1);
  font-size: 1.6rem;
}

.service h3,
.car-info h3,
.contact-item strong,
.map h3 {
  color: var(--text);
}

.service h3 {
  margin-bottom: 0.45rem;
  font-size: 1.15rem;
}

.service p,
.car-info p,
.why p,
.contact-item small,
.map p {
  color: var(--muted);
}

.car.card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
}

.car-img {
  height: 220px;
  overflow: hidden;
  background: #202a27;
}

.car-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.car:hover .car-img img {
  transform: scale(1.06);
}

.car-info {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.25rem 1.35rem 1.4rem;
}

.car-info h3 {
  min-height: 1.6rem;
  margin-bottom: 0.25rem;
}

.car-info p {
  min-height: 3.2rem;
}

.fleet-book-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 42px;
  margin-top: auto;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  padding: 0.7rem 1.05rem;
  border: 1px solid #f4c27a;
  border-radius: 999px;
  background: #e85d04;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.fleet-book-btn:hover,
.fleet-book-btn:focus-visible {
  background: #c94d03;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(232, 93, 4, 0.25);
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  min-height: 2rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.tag {
  padding: 0.3rem 0.6rem;
  border: 1px solid rgba(205, 164, 109, 0.3);
  border-radius: 999px;
  color: var(--gold2);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.why {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 3rem;
  align-items: center;
}

.why-box {
  padding: clamp(1.5rem, 4vw, 3rem);
  border-top: 3px solid var(--orange);
}

.checks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.7rem 1.25rem;
  margin-top: 2rem;
}

.check {
  color: var(--muted);
  font-size: 0.92rem;
}

.check b {
  margin-right: 0.4rem;
  color: var(--gold2);
}

.cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.why .cta .btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  visibility: visible;
  opacity: 1;
  min-height: 50px;
  padding: 0.85rem 1.4rem;
  border: 1px solid #f4c27a;
  border-radius: 999px;
  background: #e85d04;
  color: #fff;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(184, 107, 87, 0.28);
}

.why .cta .btn-primary:hover,
.why .cta .btn-primary:focus-visible {
  background: #c94d03;
  color: #fff;
  transform: translateY(-2px);
}

body.light .why .cta .btn-primary {
  background: #1e2e2c;
  border-color: #1e2e2c;
  color: #fff;
  box-shadow: 0 10px 24px rgba(30, 46, 44, 0.22);
}

body.light .why .cta .btn-primary:hover,
body.light .why .cta .btn-primary:focus-visible {
  background: #b86b57;
  border-color: #b86b57;
  color: #fff;
}

.rates-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.rate-poster {
  height: 260px;
  overflow: hidden;
  padding: 0;
  transition: transform var(--transition), border-color var(--transition);
}

.rate-poster button {
  display: block;
  width: 100%;
  border: 0;
  background: none;
  cursor: zoom-in;
}

.rate-poster img {
  width: 100%;
  height: 100%;
  padding: 0.5rem;
  object-fit: contain;
  transition: transform 0.5s ease;
}

.rate-poster:hover img {
  transform: scale(1.025);
}

.contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.contact-card,
.map {
  padding: clamp(1.5rem, 4vw, 2.4rem);
}

.contact-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
  margin: 0;
  border-bottom: 1px solid var(--line);
}

.contact-item small {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-item strong {
  display: block;
  font-size: 0.94rem;
}

.contact-item a {
  color: var(--gold2);
  font-weight: 700;
  white-space: nowrap;
}

.map {
  display: flex;
  min-height: 100%;
  align-items: center;
  background:
    linear-gradient(rgba(16, 25, 24, 0.38), rgba(16, 17, 17, 0.58)),
    url("../assets/uu.png") center / cover no-repeat;
  background-blend-mode: multiply;
}

.map > div {
  width: 100%;
}

body.light .map {
  background:
    linear-gradient(rgba(16, 25, 24, 0.32), rgba(16, 17, 17, 0.52)),
    url("../assets/uu.png") center / cover no-repeat;
  background-blend-mode: multiply;
  color: #fff;
}

footer {
  margin-top: 2rem;
  border-top: 3px solid var(--orange);
  background: #0b0b0b;
  color: rgba(255, 255, 255, 0.62);
}

footer .footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem 0;
  font-size: 0.78rem;
}

@media (max-width: 900px) {
  .services,
  .fleet {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .why,
  .contact {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .page-banner {
    min-height: 330px;
    padding: 6.5rem 0 3.25rem;
  }

  .section-head {
    display: block;
  }

  .section-head > p {
    margin-top: 1rem;
  }

  .services,
  .fleet,
  .rates-grid {
    grid-template-columns: 1fr;
  }

  .rate-poster {
    height: 240px;
  }

  .checks {
    grid-template-columns: 1fr;
  }

  footer .footer-inner {
    flex-direction: column;
  }

  .site-nav .nav-inner {
    height: 68px;
    min-height: 68px;
    width: 92%;
  }

  .site-nav .brand span {
    display: none;
  }

  .site-nav .links.mobile-open {
    top: 68px;
  }
}

@media (max-width: 900px) {
  .site-nav .links {
    display: none !important;
  }

  .site-nav .menu {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .site-nav .links.mobile-open {
    position: absolute;
    top: 76px;
    right: 0;
    left: 0;
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0.75rem 4%;
    background: var(--panel);
    border-bottom: 1px solid var(--line);
  }

  .site-nav .links.mobile-open a {
    padding: 0.75rem 0;
  }
}

@media (min-width: 601px) and (max-width: 900px) {
  .site-nav .brand span {
    display: inline !important;
  }
}
