:root { --ak-green: #17663b; --ak-dark: #123f28; --ak-muted: #66756d; --ak-border: #dce5df; }
* { box-sizing: border-box; }
body.ak-preview-body { margin: 0; color: #17231c; background: #f4f7f5; font-family: Inter, ui-sans-serif, system-ui, sans-serif; }
.ak-preview-header { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 18px 26px; color: #fff; background: var(--ak-dark); }
.ak-preview-header div { display: grid; gap: 3px; }
.ak-preview-header span { color: #c8d8cf; font-size: 12px; }
.ak-preview-header a { color: #fff; text-decoration: none; font-size: 13px; }
.ak-preview-main { max-width: 1320px; margin: 0 auto; padding: 30px 22px 60px; }
.ak-vehicle-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.ak-vehicle-card { position: relative; display: flex; flex-direction: column; overflow: hidden; padding: 16px; border: 1px solid var(--ak-border); border-radius: 16px; color: #17231c; background: #fff; box-shadow: 0 10px 28px rgba(23, 53, 36, .08); }
.ak-vehicle-card.needs-review { border-color: #efd8b5; }
.ak-vehicle-card img { width: 100%; height: 210px; border-radius: 11px; object-fit: contain; background: #edf2ee; }
.ak-vehicle-card h3 { margin: 15px 0 5px; color: #17231c; font-size: 20px; }
.ak-variant, .ak-specs, .ak-monthly, .ak-services, .ak-package { margin: 6px 0; color: var(--ak-muted); font-size: 13px; }
.ak-price { margin: 14px 0 4px; color: var(--ak-green); font-size: 20px; font-weight: 800; }
.ak-price small { font-size: 12px; font-weight: 600; }
.ak-features { flex: 1; margin: 10px 0 0; padding-left: 19px; color: var(--ak-muted); font-size: 13px; line-height: 1.55; }
.ak-preview-badge { position: absolute; z-index: 1; top: 27px; right: 27px; padding: 7px 10px; border-radius: 20px; color: #9b5704; background: #fff3df; font-size: 11px; font-weight: 750; }
.ak-booking { display: block; margin-top: 15px; padding: 11px 14px; border-radius: 9px; color: #fff; background: var(--ak-green); text-align: center; text-decoration: none; font-weight: 750; }
.ak-booking.is-preview { opacity: .72; }
@media (max-width: 900px) { .ak-vehicle-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
/* Uniform live fleet cards: aligned content, equal photo crop and fixed CTA. */
.ak-vehicle-grid { align-items: stretch; }
.ak-vehicle-card { height: 100%; }
.ak-vehicle-card img { display: block; width: 100% !important; height: 220px !important; min-height: 220px; max-height: 220px; object-fit: cover; object-position: center; }
.ak-vehicle-card h3 { display: flex; align-items: flex-end; min-height: 48px; margin-bottom: 5px; }
.ak-variant, .ak-specs, .ak-monthly, .ak-services { min-height: 20px; }
.ak-price { min-height: 28px; }
.ak-features { min-height: 92px; }
.ak-booking { margin-top: auto; }
@media (max-width: 900px) and (min-width: 561px) { .ak-vehicle-card h3 { min-height: 48px; } }
@media (max-width: 560px) { .ak-preview-header { align-items: flex-start; padding: 15px; } .ak-preview-main { padding: 18px 12px 40px; } .ak-vehicle-grid { grid-template-columns: 1fr; } .ak-vehicle-card img { height: 210px !important; min-height: 210px; max-height: 210px; } .ak-vehicle-card h3, .ak-variant, .ak-specs, .ak-monthly, .ak-services, .ak-price, .ak-features { min-height: 0; } }

/* Highlight the page currently being viewed in Elementor navigation. */
header a.e-n-menu-title-container[aria-current="page"] { padding: 0 !important; color: #a41534 !important; background: transparent !important; box-shadow: none; }
body.home header a.e-n-menu-title-container[href="https://www.asrikatara.com/"],
body.page-id-252 header a.e-n-menu-title-container[href="https://www.asrikatara.com/tentang-kami/"],
body.page-id-258 header a.e-n-menu-title-container[href="https://www.asrikatara.com/mobil/"],
body.page-id-760 header a.e-n-menu-title-container[href="https://www.asrikatara.com/ketentuan-sewa/"],
body.page-id-496 header a.e-n-menu-title-container[href^="https://www.asrikatara.com/blog"],
body.page-id-269 header a.e-n-menu-title-container[href="https://www.asrikatara.com/kontak/"] {
	padding: 10px 14px !important;
	border-radius: 7px;
	color: #fff !important;
	background: #b40f32 !important;
	box-shadow: 0 5px 14px rgba(180, 15, 50, .18);
}
body.home header a.e-n-menu-title-container[href="https://www.asrikatara.com/"] .e-n-menu-title-text,
body.page-id-252 header a.e-n-menu-title-container[href="https://www.asrikatara.com/tentang-kami/"] .e-n-menu-title-text,
body.page-id-258 header a.e-n-menu-title-container[href="https://www.asrikatara.com/mobil/"] .e-n-menu-title-text,
body.page-id-760 header a.e-n-menu-title-container[href="https://www.asrikatara.com/ketentuan-sewa/"] .e-n-menu-title-text,
body.page-id-496 header a.e-n-menu-title-container[href^="https://www.asrikatara.com/blog"] .e-n-menu-title-text,
body.page-id-269 header a.e-n-menu-title-container[href="https://www.asrikatara.com/kontak/"] .e-n-menu-title-text { color: #fff !important; }
