:root {
  --gold: #c8a24a;
  --gold-dark: #8f6b20;
  --gold-light: #f7e7b1;
  --cream: #fffaf0;
  --white: #ffffff;
  --ink: #17130a;
  --muted: #756a57;
  --line: rgba(200, 162, 74, 0.23);
  --line-strong: rgba(143, 107, 32, 0.32);
  --shadow: 0 28px 80px rgba(23, 19, 10, 0.16);
  --soft-shadow: 0 18px 50px rgba(23, 19, 10, 0.08);
  --radius: 26px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: linear-gradient(180deg, #fffdf8 0%, #fff6dd 44%, #fff 100%); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.hidden { display: none !important; }
.glass { background: rgba(255, 255, 255, 0.82); border: 1px solid rgba(255,255,255,.72); box-shadow: var(--shadow); backdrop-filter: blur(18px); }
.eyebrow { color: var(--gold-dark); font-size: 12px; text-transform: uppercase; letter-spacing: .16em; font-weight: 950; }
.btn { border: 0; border-radius: 999px; padding: 13px 19px; font-weight: 950; display: inline-flex; align-items: center; justify-content: center; gap: 8px; transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(23,19,10,.14); }
.btn:disabled { opacity: .55; pointer-events: none; }
.btn-gold { background: linear-gradient(135deg, #ffe58b, var(--gold)); color: #17130a; }
.btn-dark { background: #17130a; color: #fffaf0; }
.btn-whatsapp { background: #0f8f54; color: white; }
.btn-full { width: 100%; }
.small-btn, .filter-pill { border: 1px solid var(--line); background: #fffdf8; border-radius: 999px; padding: 8px 12px; cursor: pointer; font-weight: 850; white-space: nowrap; }
.small-btn.gold, .filter-pill.active { background: linear-gradient(135deg, #fff4bf, #f2cf65); color: #17130a; border-color: transparent; }
.small-btn.danger { color: #8a261f; background: #fff2ef; }
.field label { display: block; font-size: 12px; font-weight: 950; color: var(--muted); margin-bottom: 8px; text-transform: uppercase; letter-spacing: .08em; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid var(--line); border-radius: 17px; padding: 13px 14px; background: #fffdf8; color: var(--ink); outline: none; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 4px rgba(200, 162, 74, .12); }
.field textarea { min-height: 100px; resize: vertical; }
.field small { display: block; color: var(--muted); margin-top: 7px; line-height: 1.35; }
.field.wide { grid-column: 1 / -1; }
.tiny-note { color: var(--muted); font-size: 12px; line-height: 1.55; }
.empty-state { grid-column: 1 / -1; text-align: center; }

.site-header { position: sticky; top: 14px; z-index: 50; width: min(1180px, calc(100% - 32px)); margin: 14px auto 0; border-radius: 999px; min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 10px 12px 10px 20px; }
.brand img { width: 168px; }
.desktop-nav { display: flex; gap: 24px; color: var(--muted); font-weight: 850; }
.desktop-nav a:hover { color: var(--gold-dark); }
.hero { position: relative; min-height: 760px; display: grid; align-items: center; padding: 130px 0 70px; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background: radial-gradient(circle at 15% 16%, rgba(248,217,121,.55), transparent 27%), radial-gradient(circle at 86% 10%, rgba(200,162,74,.28), transparent 23%), linear-gradient(135deg, #fff8df, #fffdf8 52%, #ffffff); }
.hero-bg::after { content: ""; position: absolute; inset: auto -18% -40% 20%; height: 480px; background: linear-gradient(135deg, rgba(23,19,10,.95), rgba(61,47,18,.7)); transform: skewY(-7deg); border-radius: 90px; box-shadow: var(--shadow); }
.hero-content { position: relative; z-index: 1; display: grid; grid-template-columns: 1.04fr .96fr; gap: 34px; align-items: center; }
.hero-copy h1 { margin: 12px 0 18px; font-size: clamp(48px, 7vw, 86px); line-height: .92; letter-spacing: -.065em; max-width: 760px; }
.hero-copy p { color: var(--muted); font-size: 19px; line-height: 1.6; max-width: 620px; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.hero-badges span { background: rgba(255,255,255,.76); border: 1px solid var(--line); border-radius: 999px; padding: 10px 13px; font-size: 13px; font-weight: 900; color: var(--gold-dark); }
.search-card { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; border-radius: 34px; padding: 24px; background: rgba(255,255,255,.92); border: 1px solid rgba(255,255,255,.74); box-shadow: var(--shadow); backdrop-filter: blur(20px); }
.search-card .small-field { grid-column: span 1; }
.search-button { min-height: 52px; align-self: end; }
.trust-bar { margin-top: -40px; position: relative; z-index: 5; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.trust-bar div { background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 18px; box-shadow: var(--soft-shadow); }
.trust-bar strong { display: block; font-size: 17px; }
.trust-bar span { color: var(--muted); font-size: 13px; }
.section { padding: 74px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 26px; }
.section-heading h2 { margin: 5px 0 0; font-size: clamp(34px, 4vw, 56px); letter-spacing: -.045em; }
.section-heading p { max-width: 420px; color: var(--muted); line-height: 1.55; }
.car-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.car-card { border-radius: 30px; overflow: hidden; background: #fff; border: 1px solid var(--line); box-shadow: var(--soft-shadow); transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.car-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); border-color: var(--line-strong); }
.car-image { height: 230px; background: #eee; position: relative; overflow: hidden; }
.car-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(23,19,10,0) 38%, rgba(23,19,10,.42)); pointer-events: none; }
.car-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.car-card:hover .car-image img { transform: scale(1.04); }
.badge, .availability-badge { position: absolute; z-index: 1; background: rgba(255,255,255,.91); border: 1px solid var(--line); color: var(--gold-dark); padding: 8px 12px; border-radius: 999px; font-size: 12px; font-weight: 950; }
.badge { left: 16px; top: 16px; }
.availability-badge { right: 16px; bottom: 16px; color: #17130a; }
.mini-badge { display: inline-block; margin-bottom: 10px; background: #fff5c5; border: 1px solid var(--line); color: var(--gold-dark); border-radius: 999px; padding: 6px 10px; font-size: 11px !important; font-weight: 950; }
.car-body { padding: 20px; }
.car-title-row { display: flex; justify-content: space-between; gap: 12px; align-items: start; }
.car-title-row h3, .car-body h3 { margin: 0 0 7px; font-size: 22px; letter-spacing: -.02em; }
.car-title-row span { color: var(--gold-dark); font-weight: 950; }
.car-body p { color: var(--muted); line-height: 1.55; min-height: 48px; }
.car-meta { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0; }
.car-meta span { background: var(--cream); color: var(--muted); border: 1px solid var(--line); padding: 8px 10px; border-radius: 999px; font-size: 12px; font-weight: 850; }
.card-bottom { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.price strong { font-size: 30px; letter-spacing: -.04em; }
.price span { display: block; color: var(--muted); font-size: 12px; }
.booking-panel { background: radial-gradient(circle at top right, rgba(248,217,121,.35), transparent 32%), #fff7df; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 50px 0 76px; }
.booking-layout { display: grid; grid-template-columns: 1fr 370px; gap: 22px; align-items: start; }
.ghost-link { background: transparent; border: 0; color: var(--gold-dark); font-weight: 950; cursor: pointer; margin-bottom: 16px; }
.selected-car, .step-card, .summary-card, .payment-card, .admin-card, .stat-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--soft-shadow); }
.selected-car { display: grid; grid-template-columns: 205px 1fr; gap: 18px; padding: 14px; align-items: center; margin-bottom: 18px; }
.selected-car img { height: 145px; width: 100%; object-fit: cover; border-radius: 20px; }
.selected-car h2 { margin: 4px 0 8px; font-size: 32px; letter-spacing: -.04em; }
.selected-car p { color: var(--muted); }
.step-card { display: grid; grid-template-columns: 54px 1fr; gap: 16px; padding: 22px; margin: 16px 0; }
.step-number { width: 42px; height: 42px; border-radius: 999px; display: grid; place-items: center; background: linear-gradient(135deg, #f8d979, var(--gold)); font-weight: 950; }
.step-card h3 { margin: 0 0 6px; font-size: 26px; letter-spacing: -.03em; }
.step-card p { margin: 0 0 18px; color: var(--muted); }
.option-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.option-card { border: 1px solid var(--line); border-radius: 20px; padding: 16px; cursor: pointer; background: #fffdf8; transition: .2s ease; }
.option-card:hover { transform: translateY(-2px); border-color: var(--line-strong); }
.option-card.active { border-color: var(--gold); box-shadow: 0 0 0 4px rgba(200,162,74,.14); background: #fff9df; }
.option-card strong { display: block; font-size: 18px; }
.option-card span { color: var(--muted); font-size: 13px; line-height: 1.5; }
.option-price { margin-top: 12px; font-weight: 950; color: var(--gold-dark); }
.extras-list { display: grid; gap: 10px; }
.extra-row { display: grid; grid-template-columns: 1fr auto; gap: 10px; align-items: center; border: 1px solid var(--line); border-radius: 18px; padding: 12px 14px; background: #fffdf8; }
.extra-row strong { display: block; }
.extra-row span { color: var(--muted); font-size: 13px; }
.extra-row input { width: 76px; text-align: center; border: 1px solid var(--line); border-radius: 12px; padding: 10px; }
.form-grid, .admin-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.summary-card { position: sticky; top: 106px; padding: 22px; }
.summary-card h3 { margin-top: 0; font-size: 24px; }
.summary-line { display: flex; justify-content: space-between; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line); color: var(--muted); }
.summary-line strong { color: var(--ink); text-align: right; }
.summary-total { display: flex; justify-content: space-between; align-items: center; margin: 20px 0; font-size: 18px; }
.summary-total strong { font-size: 32px; color: var(--gold-dark); }
.pay-split { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 16px; }
.pay-split div { background: var(--cream); border: 1px solid var(--line); border-radius: 16px; padding: 12px; }
.pay-split span { display: block; color: var(--muted); font-size: 12px; }
.pay-split strong { font-size: 18px; }
.highlight-section { padding: 30px 0 80px; }
.premium-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.premium-strip div { border-radius: 24px; border: 1px solid var(--line); background: #fff; padding: 20px; box-shadow: var(--soft-shadow); }
.premium-strip strong { display: block; font-size: 18px; }
.premium-strip span { color: var(--muted); }
.site-footer { padding: 54px 0; background: radial-gradient(circle at 15% 0%, rgba(200,162,74,.22), transparent 34%), #17130a; color: var(--cream); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 32px; }
.footer-grid img { width: 180px; margin-bottom: 16px; }
.footer-grid p { color: rgba(255,250,240,.72); line-height: 1.6; }
.toast { position: fixed; right: 18px; bottom: 18px; padding: 14px 18px; background: #17130a; color: #fff; border-radius: 16px; box-shadow: var(--shadow); opacity: 0; transform: translateY(20px); pointer-events: none; transition: .25s ease; z-index: 100; }
.toast.show { opacity: 1; transform: translateY(0); }

.payment-page { min-height: 100vh; background: radial-gradient(circle at top right, rgba(248,217,121,.42), transparent 34%), #fffaf0; }
.payment-layout { min-height: calc(100vh - 120px); display: grid; place-items: center; padding: 70px 0; }
.payment-card { width: min(670px, 100%); padding: 36px; }
.payment-card h1 { font-size: clamp(38px, 6vw, 56px); margin: 8px 0 12px; letter-spacing: -.055em; }
.payment-summary { margin: 24px 0; border: 1px solid var(--line); border-radius: 20px; padding: 16px; background: #fffdf8; }
.payment-options { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 14px 0; }

.admin-body { display: grid; grid-template-columns: 292px 1fr; min-height: 100vh; background: radial-gradient(circle at top right, rgba(248,217,121,.36), transparent 28%), #fffaf0; }
.admin-sidebar { position: sticky; top: 0; height: 100vh; background: radial-gradient(circle at 30% 0%, rgba(200,162,74,.22), transparent 30%), #17130a; color: #fffaf0; padding: 24px; display: flex; flex-direction: column; gap: 10px; }
.admin-sidebar img { width: 190px; margin-bottom: 24px; }
.admin-tab, .admin-link { text-align: left; border: 1px solid rgba(255,255,255,.1); color: #fffaf0; background: rgba(255,255,255,.06); border-radius: 16px; padding: 14px 16px; font-weight: 850; cursor: pointer; }
.admin-tab:hover, .admin-link:hover { background: rgba(255,255,255,.11); }
.admin-tab.active { background: linear-gradient(135deg, #f8d979, var(--gold)); color: #17130a; border-color: transparent; }
.admin-link { margin-top: auto; display: block; }
.admin-main { padding: 28px; min-width: 0; }
.admin-login { max-width: 530px; padding: 30px; margin: 80px auto; border-radius: 28px; }
.admin-login h1 { font-size: 46px; margin: 7px 0 10px; letter-spacing: -.05em; }
.admin-topbar { display: flex; justify-content: space-between; align-items: center; gap: 18px; margin-bottom: 22px; }
.admin-topbar h1 { margin: 6px 0 0; font-size: 46px; letter-spacing: -.055em; }
.admin-top-actions { display: flex; gap: 10px; flex-wrap: wrap; justify-content: flex-end; }
.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 18px; }
.stat-card { padding: 22px; position: relative; overflow: hidden; }
.stat-card::after { content: ""; position: absolute; right: -26px; top: -32px; width: 90px; height: 90px; border-radius: 50%; background: rgba(200,162,74,.14); }
.stat-card span { color: var(--muted); font-weight: 850; }
.stat-card strong { display: block; font-size: 38px; margin-top: 6px; letter-spacing: -.04em; }
.stat-card small { color: var(--muted); }
.admin-card { padding: 22px; margin-bottom: 18px; }
.admin-card h2 { margin: 0 0 8px; letter-spacing: -.03em; }
.admin-card p { color: var(--muted); margin-top: 0; }
.dashboard-grid { display: grid; grid-template-columns: 1.6fr .8fr; gap: 18px; }
.card-title-row { display: flex; justify-content: space-between; align-items: start; gap: 14px; margin-bottom: 14px; }
.filter-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; min-width: 920px; }
th, td { text-align: left; padding: 13px 12px; border-bottom: 1px solid var(--line); vertical-align: middle; }
th { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
td small { color: var(--muted); }
.table-actions { display: flex; gap: 8px; flex-wrap: wrap; min-width: 280px; }
.table-car { display: flex; align-items: center; gap: 10px; }
.table-car img { width: 62px; height: 44px; object-fit: cover; border-radius: 12px; border: 1px solid var(--line); background: #fffaf0; }
.status-pill { padding: 6px 10px; border-radius: 999px; background: var(--cream); border: 1px solid var(--line); font-weight: 850; font-size: 12px; color: var(--gold-dark); text-transform: capitalize; }
.status-paid, .status-confirmed { background: #effaf1; color: #176b31; border-color: #cdebd3; }
.status-pending { background: #fff8d8; color: #8a6a13; border-color: #f2dfa3; }
.status-blocked, .status-manual { background: #eef3ff; color: #244f91; border-color: #cfddff; }
.status-finished { background: #f1f1f1; color: #555; border-color: #ddd; }
.status-cancelled, .status-rejected, .status-inactive { background: #fff2ef; color: #8a261f; border-color: #f4c6be; }
.timeline-list { display: grid; gap: 10px; }
.timeline-item { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; border: 1px solid var(--line); border-radius: 18px; padding: 12px; background: #fffdf8; }
.timeline-item .dot { width: 10px; height: 10px; border-radius: 50%; background: var(--gold); }
.timeline-item strong, .timeline-item small { display: block; }
.timeline-item small { color: var(--muted); margin-top: 3px; }
.calendar-toolbar, .calendar-actions, .availability-filters { display: flex; align-items: end; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.calendar-actions, .availability-filters { justify-content: flex-start; }
.calendar-actions input { border: 1px solid var(--line); border-radius: 999px; padding: 9px 12px; background: #fffdf8; }
.calendar-weekdays, .calendar-grid { display: grid; grid-template-columns: repeat(7, 1fr); }
.calendar-weekdays span { padding: 11px; color: var(--muted); font-weight: 950; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.calendar-grid { border: 1px solid var(--line); border-radius: 24px; overflow: hidden; background: #fff; }
.calendar-cell { min-height: 138px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 10px; background: #fffdf8; }
.calendar-cell:nth-child(7n) { border-right: 0; }
.calendar-date { font-weight: 950; margin-bottom: 8px; color: var(--gold-dark); }
.muted-day { background: #fbf4e3; opacity: .62; }
.calendar-events { display: grid; gap: 6px; }
.calendar-chip { text-align: left; border: 0; border-radius: 12px; padding: 7px 8px; font-size: 12px; font-weight: 850; background: #eef3ff; color: #244f91; overflow: hidden; text-overflow: ellipsis; }
.calendar-chip.paid, .calendar-chip.confirmed { background: #effaf1; color: #176b31; }
.calendar-chip.pending { background: #fff8d8; color: #8a6a13; }
.calendar-chip.blocked { background: #efe9ff; color: #4a2e8d; }
.calendar-chip small { display: block; opacity: .75; }
.more-chip { font-size: 12px; color: var(--muted); }
.modal-card { border: 0; border-radius: 28px; box-shadow: var(--shadow); width: min(780px, calc(100% - 28px)); padding: 24px; }
.modal-card::backdrop { background: rgba(23,19,10,.48); backdrop-filter: blur(8px); }
.modal-card h2 { margin-top: 0; letter-spacing: -.04em; }
.modal-actions { display: flex; gap: 12px; justify-content: flex-end; margin-top: 16px; }

@media (max-width: 1120px) {
  .hero-content, .booking-layout, .dashboard-grid { grid-template-columns: 1fr; }
  .summary-card { position: static; }
  .car-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .search-card, .premium-strip, .footer-grid, .stat-grid, .trust-bar { grid-template-columns: 1fr 1fr; }
  .small-field { grid-column: auto; }
  .option-grid, .form-grid, .admin-form { grid-template-columns: 1fr; }
  .selected-car { grid-template-columns: 1fr; }
  .admin-body { grid-template-columns: 1fr; }
  .admin-sidebar { position: static; height: auto; flex-direction: row; overflow-x: auto; align-items: center; }
  .admin-sidebar img { width: 140px; margin-bottom: 0; }
  .admin-link { margin-top: 0; white-space: nowrap; }
}
@media (max-width: 720px) {
  .site-header { top: 8px; width: calc(100% - 16px); min-height: 64px; padding: 8px 10px; }
  .brand img { width: 132px; }
  .site-header .btn { display: none; }
  .hero { min-height: auto; padding: 150px 0 70px; }
  .hero-copy h1 { font-size: 44px; }
  .hero-copy p { font-size: 16px; }
  .section-heading, .admin-topbar, .card-title-row { display: block; }
  .car-grid, .search-card, .premium-strip, .footer-grid, .stat-grid, .trust-bar, .payment-options { grid-template-columns: 1fr; }
  .admin-main { padding: 16px; }
  .calendar-weekdays { display: none; }
  .calendar-grid { grid-template-columns: 1fr; }
  .calendar-cell { min-height: auto; border-right: 0; }
  .payment-card { padding: 24px; }
}

/* =========================================================
   Ultra premium RentLink-inspired I&M Rental skin
   Keeps the I&M black/gold/cream theme and uses the real logo.
   ========================================================= */
:root {
  --gold: #d9ad43;
  --gold-dark: #a87812;
  --gold-light: #fff0ad;
  --cream: #fff7df;
  --paper: #fffdf7;
  --white: #ffffff;
  --ink: #16110a;
  --charcoal: #0f0d0a;
  --charcoal-2: #1f1710;
  --muted: #7a6c55;
  --line: rgba(217, 173, 67, 0.25);
  --line-strong: rgba(217, 173, 67, 0.48);
  --shadow: 0 30px 90px rgba(34, 24, 8, 0.22);
  --soft-shadow: 0 18px 52px rgba(34, 24, 8, 0.10);
  --luxury-shadow: 0 34px 110px rgba(10, 8, 5, .38);
}
body.premium-public-page {
  background:
    radial-gradient(circle at top left, rgba(255, 222, 121, .35), transparent 34%),
    radial-gradient(circle at 90% 8%, rgba(18, 14, 8, .12), transparent 26%),
    linear-gradient(180deg, #fff9eb 0%, #fffdf7 42%, #f8edd1 100%);
}
.premium-header {
  min-height: 84px;
  padding: 10px 14px 10px 18px;
  background: linear-gradient(135deg, rgba(18,14,9,.92), rgba(46,34,17,.86));
  border: 1px solid rgba(255, 232, 168, .20);
  box-shadow: 0 22px 70px rgba(10,8,5,.26);
  color: #fff8e7;
}
.premium-header::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 232, 168, .12), transparent);
}
.brand-imrental img,
.brand img[src*="imrental-logo"] {
  width: 210px;
  max-height: 66px;
  object-fit: contain;
  filter: drop-shadow(0 12px 18px rgba(0,0,0,.35));
}
.premium-header .desktop-nav { color: rgba(255, 248, 231, .78); }
.premium-header .desktop-nav a { position: relative; }
.premium-header .desktop-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold-light), transparent);
  transform: scaleX(0);
  transition: transform .22s ease;
}
.premium-header .desktop-nav a:hover::after { transform: scaleX(1); }
.premium-header .btn-dark { background: linear-gradient(135deg, #fff4bc, var(--gold)); color: var(--ink); }
.rental-hero {
  min-height: 830px;
  padding: 145px 0 86px;
  isolation: isolate;
}
.rental-hero .hero-bg {
  background:
    linear-gradient(180deg, rgba(12, 9, 6, .30), rgba(12, 9, 6, .84)),
    radial-gradient(circle at 18% 20%, rgba(255, 218, 103, .55), transparent 26%),
    radial-gradient(circle at 82% 10%, rgba(255,255,255,.20), transparent 20%),
    linear-gradient(135deg, #17100a 0%, #39270d 42%, #0d0b08 100%);
}
.rental-hero .hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(112deg, rgba(255,255,255,.07) 0 1px, transparent 1px 48px),
    linear-gradient(120deg, transparent 0 58%, rgba(255, 218, 103, .20) 58.2% 59%, transparent 59.2% 100%);
  opacity: .7;
}
.rental-hero .hero-bg::after {
  inset: auto -15% -34% 18%;
  height: 520px;
  border-radius: 120px;
  background:
    linear-gradient(105deg, rgba(255,232,168,.18), transparent 22% 75%, rgba(255,232,168,.10)),
    linear-gradient(135deg, rgba(9,7,5,.98), rgba(48,34,14,.92));
  transform: skewY(-6deg);
  border: 1px solid rgba(255,232,168,.12);
  box-shadow: var(--luxury-shadow);
}
.rental-hero .hero-copy h1 {
  max-width: 810px;
  color: #fff8e7;
  text-shadow: 0 24px 70px rgba(0,0,0,.45);
}
.rental-hero .hero-copy p { color: rgba(255, 248, 231, .78); }
.rental-hero .eyebrow { color: #ffdf75; }
.premium-trust-row span,
.hero-badges span {
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,232,168,.24);
  color: rgba(255, 248, 231, .90);
  backdrop-filter: blur(12px);
}
.premium-trust-row span strong { color: #ffdf75; }
.hero-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 28px;
  max-width: 680px;
}
.hero-stat-grid article {
  border: 1px solid rgba(255,232,168,.22);
  background: rgba(255,255,255,.08);
  border-radius: 22px;
  padding: 17px;
  box-shadow: 0 16px 42px rgba(0,0,0,.16);
  backdrop-filter: blur(14px);
}
.hero-stat-grid strong { display: block; color: #ffdf75; font-size: 24px; line-height: 1; letter-spacing: -.04em; }
.hero-stat-grid span { display: block; margin-top: 6px; color: rgba(255,248,231,.74); font-size: 13px; font-weight: 800; }
.premium-search-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,249,231,.92));
  border: 1px solid rgba(255,232,168,.55);
  box-shadow: 0 30px 90px rgba(0,0,0,.34);
}
.premium-search-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  right: 24px;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--gold), var(--gold-light), var(--gold), transparent);
}
.search-card-head {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-bottom: 8px;
}
.search-card-head span { display: block; color: var(--gold-dark); font-size: 12px; text-transform: uppercase; letter-spacing: .16em; font-weight: 950; }
.search-card-head strong { display: block; font-size: 24px; letter-spacing: -.035em; }
.search-card-head em { font-style: normal; color: var(--gold-dark); background: #fff5c7; border: 1px solid var(--line); padding: 8px 11px; border-radius: 999px; font-size: 12px; font-weight: 900; }
.btn-gold,
.search-button {
  background: linear-gradient(135deg, #fff1a8 0%, #e3b94d 44%, #b88620 100%);
  color: #17110a;
  box-shadow: 0 12px 28px rgba(181, 132, 27, .25), inset 0 1px 0 rgba(255,255,255,.62);
}
.btn-dark {
  background: linear-gradient(135deg, #20170e, #0f0d0a);
  border: 1px solid rgba(255,232,168,.16);
}
.hero-partners-strip {
  margin-top: -36px;
  position: relative;
  z-index: 6;
}
.hero-partners-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background: rgba(18, 14, 9, .93);
  color: #fff8e7;
  border: 1px solid rgba(255,232,168,.20);
  border-radius: 28px;
  padding: 18px 22px;
  box-shadow: 0 25px 80px rgba(0,0,0,.28);
  overflow: hidden;
}
.hero-partners-title { color: #ffdf75; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; font-size: 12px; }
.hero-partners-logos { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.hero-partners-logos span { border: 1px solid rgba(255,232,168,.20); border-radius: 999px; padding: 8px 12px; color: rgba(255,248,231,.82); background: rgba(255,255,255,.06); font-weight: 850; font-size: 13px; }
.trust-bar { margin-top: 18px; }
.trust-bar div,
.premium-strip div,
.category-card,
.car-card,
.step-card,
.summary-card,
.selected-car,
.admin-card,
.stat-card,
.payment-card {
  box-shadow: 0 18px 52px rgba(34, 24, 8, .10);
}
.section-heading h2,
.route-copy h2,
.admin-hero-card h2 { letter-spacing: -.055em; }
.premium-heading-center { align-items: center; }
.category-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.category-card {
  min-height: 210px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 30px;
  padding: 24px;
  color: #fff8e7;
  background:
    radial-gradient(circle at top right, rgba(255,232,168,.26), transparent 35%),
    linear-gradient(135deg, #24180d, #0f0d0a);
  border: 1px solid rgba(255,232,168,.18);
  transition: transform .25s ease, box-shadow .25s ease;
}
.category-card::after {
  content: "";
  position: absolute;
  inset: auto -20% -42% 10%;
  height: 150px;
  background: linear-gradient(90deg, transparent, rgba(255,232,168,.20), transparent);
  transform: rotate(-8deg);
}
.category-card:hover { transform: translateY(-7px); box-shadow: 0 32px 90px rgba(10,8,5,.28); }
.category-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 18px; background: linear-gradient(135deg, #fff1a8, #c58f24); color: #17110a; font-weight: 950; }
.category-card h3 { margin: 0 0 6px; font-size: 28px; }
.category-card strong { color: #ffdf75; }
.category-card span { color: rgba(255,248,231,.76); }
.category-card small { color: #ffdf75; font-weight: 950; }
.car-grid { align-items: stretch; }
.premium-car-card {
  background: linear-gradient(180deg, #ffffff, #fff9ea);
  border: 1px solid rgba(217,173,67,.27);
}
.premium-car-card .car-image { background: linear-gradient(135deg, #f8edd1, #fffdf7); }
.premium-car-card .car-body { position: relative; }
.premium-car-card .car-body::before {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(217,173,67,.46), transparent);
}
.premium-route-section {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 28px;
  align-items: center;
}
.route-image-card {
  min-height: 520px;
  border-radius: 38px;
  overflow: hidden;
  position: relative;
  box-shadow: var(--shadow);
  border: 1px solid rgba(217,173,67,.24);
  background: #17110a;
}
.route-image-card img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; opacity: .88; }
.route-image-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(15,13,10,.62)); }
.route-image-card span { position: absolute; left: 22px; bottom: 22px; z-index: 1; color: #fff8e7; background: rgba(15,13,10,.60); border: 1px solid rgba(255,232,168,.22); border-radius: 999px; padding: 11px 14px; font-weight: 950; }
.route-copy { padding: 18px 0; }
.route-copy h2 { font-size: clamp(34px, 4.4vw, 62px); line-height: .98; margin: 8px 0 16px; }
.route-copy p { color: var(--muted); line-height: 1.65; font-size: 17px; }
.premium-benefit-list { display: grid; gap: 12px; margin-top: 24px; }
.premium-benefit-list article {
  border: 1px solid var(--line);
  background: rgba(255,255,255,.72);
  border-radius: 22px;
  padding: 17px 18px;
  box-shadow: var(--soft-shadow);
}
.premium-benefit-list strong { display: block; color: var(--ink); font-size: 17px; }
.premium-benefit-list span { display: block; margin-top: 4px; color: var(--muted); line-height: 1.45; }
.site-footer { background: radial-gradient(circle at 18% 0%, rgba(217,173,67,.28), transparent 34%), linear-gradient(135deg, #0f0d0a, #24180d); }
.footer-grid img { width: 230px; max-height: 120px; object-fit: contain; filter: drop-shadow(0 18px 24px rgba(0,0,0,.38)); }

/* Admin premium refinements */
.admin-body {
  background:
    radial-gradient(circle at top right, rgba(217,173,67,.26), transparent 30%),
    linear-gradient(180deg, #fff7df, #fffdf7 46%, #f7ead0);
}
.admin-sidebar {
  background:
    radial-gradient(circle at 20% 0%, rgba(255,232,168,.18), transparent 32%),
    linear-gradient(180deg, #15100b, #0b0a08);
  border-right: 1px solid rgba(217,173,67,.20);
}
.admin-sidebar img { width: 225px; max-height: 135px; object-fit: contain; margin: 0 auto 22px; filter: drop-shadow(0 18px 24px rgba(0,0,0,.44)); }
.admin-tab, .admin-link {
  border: 1px solid rgba(255,232,168,.12);
  background: rgba(255,255,255,.055);
  color: rgba(255,248,231,.86);
}
.admin-tab.active {
  background: linear-gradient(135deg, #fff1a8, #d9ad43 52%, #a87812);
  color: #15100b;
  box-shadow: 0 14px 34px rgba(217,173,67,.20);
}
.admin-topbar h1 { color: var(--ink); }
.admin-hero-card {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  margin-bottom: 18px;
  padding: 26px;
  border-radius: 30px;
  color: #fff8e7;
  background:
    radial-gradient(circle at 16% 0%, rgba(255,232,168,.24), transparent 31%),
    linear-gradient(135deg, #21170e, #0f0d0a);
  border: 1px solid rgba(255,232,168,.18);
  box-shadow: var(--shadow);
}
.admin-hero-card h2 { margin: 8px 0 10px; font-size: clamp(30px, 4vw, 52px); line-height: 1; color: #fff8e7; max-width: 740px; }
.admin-hero-card p { color: rgba(255,248,231,.74); max-width: 720px; margin: 0; }
.admin-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
.admin-card,
.stat-card,
.premium-panel,
.admin-login {
  border: 1px solid rgba(217,173,67,.24);
  background: linear-gradient(180deg, rgba(255,255,255,.94), rgba(255,249,231,.88));
}
.stat-card strong { color: #17110a; }
.calendar-grid { box-shadow: inset 0 1px 0 rgba(255,255,255,.7); }
.calendar-cell { background: linear-gradient(180deg, #fffdf7, #fff8e8); }
.calendar-chip { border: 1px solid rgba(255,255,255,.55); }
.modal-card { border: 1px solid rgba(217,173,67,.24); }

@media (max-width: 1120px) {
  .premium-route-section { grid-template-columns: 1fr; }
  .route-image-card, .route-image-card img { min-height: 380px; }
  .hero-stat-grid, .category-card-grid { grid-template-columns: 1fr; }
}
@media (max-width: 980px) {
  .hero-partners-inner { display: grid; }
  .hero-partners-logos { justify-content: flex-start; }
  .admin-hero-card { display: grid; }
  .admin-sidebar img { width: 170px; }
}
@media (max-width: 720px) {
  .premium-header { border-radius: 24px; min-height: 76px; }
  .brand-imrental img,
  .brand img[src*="imrental-logo"] { width: 165px; max-height: 58px; }
  .rental-hero { padding-top: 126px; }
  .rental-hero .hero-copy h1 { font-size: 42px; letter-spacing: -.045em; }
  .hero-stat-grid { grid-template-columns: 1fr; }
  .search-card-head { display: grid; }
  .hero-partners-strip { margin-top: -20px; }
  .route-image-card, .route-image-card img { min-height: 310px; }
  .category-card { min-height: 180px; }
}

/* RentTech-inspired premium public refinements */
.top-contact-bar {
  position: relative;
  z-index: 60;
  background: linear-gradient(90deg, #0b0907, #1b130d 52%, #0b0907);
  color: #fff8e7;
  border-bottom: 1px solid rgba(255,232,168,.15);
}
.top-contact-inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font-size: 13px;
}
.top-contact-inner div,
.top-contact-inner nav { display: flex; align-items: center; gap: 15px; flex-wrap: wrap; }
.top-contact-inner strong { color: #ffdf75; }
.top-contact-inner span,
.top-contact-inner a { color: rgba(255,248,231,.76); font-weight: 800; }
.top-contact-inner a:hover { color: #ffdf75; }
.premium-header { top: 10px; margin-top: 10px; background: rgba(13,10,7,.80); border-color: rgba(255,232,168,.20); }
.premium-header .desktop-nav { color: rgba(255,248,231,.74); }
.premium-header .desktop-nav a:hover { color: #ffdf75; }
.brand-imrental img { width: 190px; max-height: 70px; object-fit: contain; filter: drop-shadow(0 16px 24px rgba(0,0,0,.42)); }
.rental-hero { min-height: 790px; padding-top: 126px; }
.rental-hero .hero-bg {
  background:
    linear-gradient(180deg, rgba(7,6,5,.58), rgba(7,6,5,.90)),
    radial-gradient(circle at 18% 17%, rgba(255,218,103,.40), transparent 28%),
    radial-gradient(circle at 70% 0%, rgba(255,255,255,.12), transparent 22%),
    url('https://images.unsplash.com/photo-1503376780353-7e6692767b70?auto=format&fit=crop&w=1800&q=85') center/cover no-repeat;
}
.rental-hero .hero-copy h1 { font-size: clamp(48px, 6.6vw, 84px); max-width: 760px; }
.rental-hero .hero-copy p { max-width: 580px; }
.premium-search-card {
  border-radius: 26px;
  padding: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,250,235,.96));
  border: 1px solid rgba(255,232,168,.62);
}
.premium-search-card .field label { color: #5d4b28; }
.premium-search-card .field input,
.premium-search-card .field select { background: #fff; min-height: 52px; }
.search-button { min-height: 54px; font-size: 15px; text-transform: uppercase; letter-spacing: .05em; }
.hero-partners-inner { border-radius: 22px; }
.trust-bar div { border-radius: 18px; }
.section-heading .eyebrow { color: var(--gold-dark); }
.renttech-fleet-card { border-radius: 22px; background: #fff; }
.renttech-fleet-card .car-image { height: 214px; background: #f8f1df; }
.renttech-fleet-card .car-body { padding: 19px; }
.renttech-fleet-card .car-title-row h3 { font-size: 21px; margin-bottom: 4px; }
.renttech-fleet-card .car-title-row p { min-height: auto; margin: 0; font-size: 13px; color: #7d725e; }
.renttech-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin: 18px 0 12px;
}
.renttech-specs span {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 14px;
  background: #fffaf0;
  border: 1px solid rgba(200,162,74,.22);
  color: #5e513a;
  min-height: 38px;
}
.renttech-specs b { color: var(--gold-dark); font-size: 14px; min-width: 18px; text-align: center; }
.feature-chips { display: flex; flex-wrap: wrap; gap: 7px; margin: 8px 0 18px; }
.feature-chips span { font-size: 11px; font-weight: 900; color: #4b3b18; background: #fff4c4; border: 1px solid rgba(200,162,74,.20); border-radius: 999px; padding: 6px 9px; }
.renttech-card-bottom { border-top: 1px solid rgba(200,162,74,.18); padding-top: 15px; }
.renttech-card-bottom .price { display: flex; align-items: baseline; gap: 4px; flex-wrap: wrap; }
.renttech-card-bottom .price strong { font-size: 29px; color: #17130a; }
.renttech-card-bottom .price span { display: inline; font-weight: 850; }
.local-only-card { outline: 2px dashed rgba(143,107,32,.35); }
.local-note { background: #fff8dc; border: 1px solid rgba(200,162,74,.24); border-radius: 12px; padding: 8px 10px; min-height: auto !important; }
.badge, .availability-badge { box-shadow: 0 10px 24px rgba(0,0,0,.12); }
.site-footer a { color: #ffdf75; }
@media (max-width: 760px) {
  .top-contact-inner { justify-content: center; text-align: center; padding: 8px 0; }
  .top-contact-inner nav { display: none; }
  .premium-header { border-radius: 24px; align-items: center; }
  .premium-header .btn-dark { display: none; }
  .brand-imrental img { width: 150px; }
  .renttech-specs { grid-template-columns: 1fr 1fr; }
}
