:root {
  --primary: #1266e8;
  --primary-dark: #0a50bd;
  --navy: #082445;
  --navy2: #041a35;
  --text: #102744;
  --muted: #6d7f96;
  --soft: #f5f8fc;
  --blue-soft: #edf5ff;
  --border: #dbe6f3;
  --green: #18aa6c;
  --green-soft: #e9faf2;
  --shadow: 0 16px 42px rgba(15, 52, 98, 0.09);
  --radius: 18px;
  --font-heading: "Crimson Serif", Georgia, "Times New Roman", serif;
  --font-body: "DM Sans", Helvetica, Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: var(--font-body);
  color: var(--text);
  background: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6,
.section-title,
.hero-copy h1,
.promo-copy h2,
.promo-copy h3,
.login-modal-banner h2 {
  font-family: var(--font-heading);
}
a {
  text-decoration: none;
}
.site-header a[href*="#promo"],
.site-footer a[href*="#promo"] {
  display: none !important;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[role="button"]:focus-visible {
  outline: 3px solid rgba(18, 102, 232, 0.3);
  outline-offset: 2px;
}
[hidden] {
  display: none !important;
}
.text-primary {
  color: var(--primary) !important;
}
.text-muted {
  color: #313436 !important;
}
.lead {
  font-size: 1rem;
}
.btn {
  border-radius: 9px;
  font-size: 0.9rem;
  font-weight: 700;
}
.btn-primary {
  background: var(--primary);
  border-color: var(--primary);
}
.btn-primary:hover {
  background: var(--primary-dark);
  border-color: var(--primary-dark);
}
.btn-outline-primary {
  color: var(--primary);
  border-color: #96bdf5;
}
.container-xl {
  max-width: 1320px;
}
.site-header {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #e9eff6;
  box-shadow: 0 2px 14px rgba(20, 52, 92, 0.03);
  backdrop-filter: blur(12px);
}
.site-header .navbar {
  min-height: 76px;
}
.navbar-brand img {
  width: 154px;
  height: auto;
}
.navbar-nav {
  gap: 0.35rem;
}
.nav-link {
  font-weight: 700;
  color: #19314e !important;
  padding: 0.65rem 0.8rem !important;
  position: relative;
  font-size: 0.9rem;
}
.nav-link.active {
  color: var(--primary) !important;
}
.nav-link.active:not(.dropdown-toggle):after {
  content: "";
  position: absolute;
  left: 0.8rem;
  right: 0.8rem;
  bottom: 0.18rem;
  height: 2px;
  background: var(--primary);
  border-radius: 2px;
}
.nav-link.dropdown-toggle.active:before {
  content: "";
  position: absolute;
  left: 0.8rem;
  right: 1.45rem;
  bottom: 0.18rem;
  height: 2px;
  background: var(--primary);
  border-radius: 2px;
}
.dropdown-menu {
  border: 1px solid #e5edf7;
  border-radius: 14px;
  padding: 0.55rem;
  box-shadow: var(--shadow);
}
.dropdown-item {
  border-radius: 9px;
  padding: 0.65rem 0.85rem;
  font-size: 0.86rem;
  font-weight: 600;
}
.header-actions {
  display: flex;
  gap: 0.7rem;
}
.header-actions .btn {
  padding: 0.65rem 1.25rem;
}
.site-footer {
  background: linear-gradient(110deg, var(--navy), var(--navy2));
  color: white;
}
.footer-logo {
  width: 145px;
  filter: brightness(0) invert(1);
}
.footer-desc {
  font-size: 0.78rem;
  color: #d3deea;
  max-width: 230px;
  margin-top: 1rem;
  line-height: 1.65;
}
.site-footer h3 {
  font-size: 0.85rem;
  font-weight: 850;
}
.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer li {
  margin: 0.42rem 0;
}
.site-footer a,
.contact-list li {
  font-size: 0.76rem;
  color: #d7e2ed;
}
.site-footer a:hover {
  color: white;
}
.socials {
  display: flex;
  gap: 0.55rem;
}
.socials a {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
}
.contact-list li {
  display: flex;
  gap: 0.6rem;
}
.contact-list i {
  color: #56e89a;
}
.payment-logos {
  display: flex;
  gap: 0.35rem;
  flex-wrap: wrap;
}
.payment-logos span {
  background: #fff;
  color: #164b89;
  padding: 0.28rem 0.47rem;
  border-radius: 5px;
  font-size: 0.62rem;
  font-weight: 850;
}
.footer-bottom {
  padding: 1rem 0 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  color: #b8c8d9;
  font-size: 0.72rem;
}
.section-space {
  padding: 72px 0;
}
.section-kicker,
.eyebrow {
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  color: var(--primary);
  text-transform: uppercase;
}
.section-title {
  font-size: 2rem;
  font-weight: 850;
  letter-spacing: -0.035em;
}
.card-soft {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: white;
  box-shadow: 0 5px 20px rgba(15, 52, 98, 0.04);
}
/* CUSTOMER DASHBOARD */
.customer-page { background: #f8fafd; }
.customer-header .navbar { min-height: 72px; }
.customer-tools, .account-trigger { display: flex; align-items: center; }
.customer-tools { gap: 18px; }
.notification-button { position: relative; border: 0; background: transparent; color: var(--text); font-size: 1.25rem; padding: 10px; }
.notification-button span { position: absolute; top: 2px; right: 0; width: 17px; height: 17px; border-radius: 50%; display: grid; place-items: center; color: white; background: #dc2626; font-size: .62rem; font-weight: 800; }
.account-trigger { gap: 10px; border: 0; background: transparent; color: var(--text); min-width: 190px; text-align: left; padding: 4px; }
.account-avatar { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; color: white; background: linear-gradient(145deg, #2379ef, #0953c6); font-size: 1.45rem; }
.account-copy { display: flex; flex-direction: column; line-height: 1.25; flex: 1; }
.account-copy strong { font-size: .85rem; }
.account-copy small { color: var(--muted); font-size: .74rem; margin-top: 3px; }
.account-chevron { font-size: .72rem; }
.account-menu { width: 285px; padding: 0 0 8px; overflow: hidden; border-radius: 10px; }
.account-menu-head { padding: 18px; color: white; background: linear-gradient(135deg, #6c7b91, #aab3be); display: flex; flex-direction: column; gap: 5px; }
.account-menu-head strong { font-size: 1.08rem; text-transform: capitalize; }
.account-menu-head span { font-size: .78rem; font-weight: 700; }
.account-menu .dropdown-item { display: flex; align-items: center; gap: 12px; padding: 10px 16px; }
.account-menu .dropdown-item i { width: 20px; color: var(--primary); font-size: 1.05rem; }
.account-menu .dropdown-item.text-danger i { color: inherit; }
.account-menu .badge { margin-left: auto; font-size: .62rem; }
.customer-shell { min-height: calc(100vh - 72px); display: grid; grid-template-columns: 260px minmax(0, 1fr); max-width: 1680px; margin: auto; }
.customer-sidebar { position: sticky; top: 72px; align-self: start; min-height: calc(100vh - 72px); padding: 34px 16px 22px; background: white; border-right: 1px solid var(--border); display: flex; flex-direction: column; }
.sidebar-greeting { display: flex; flex-direction: column; padding: 0 9px 20px; }
.sidebar-greeting span { color: var(--muted); font-size: .85rem; }
.sidebar-greeting strong { font-size: 1.05rem; margin-top: 2px; }
.sidebar-greeting small { color: var(--muted); margin-top: 8px; font-size: .75rem; }
.customer-menu { display: grid; gap: 6px; }
.customer-menu a { min-height: 46px; padding: 0 13px; display: flex; align-items: center; gap: 14px; color: var(--text); border-radius: 9px; font-size: .8rem; font-weight: 700; }
.customer-menu a:hover { background: #f4f7fb; }
.customer-menu a.active { background: #eaf2ff; color: var(--primary); }
.customer-menu i { font-size: 1.1rem; width: 20px; text-align: center; }
.customer-menu b { margin-left: auto; width: 21px; height: 21px; display: grid; place-items: center; color: white; background: #dc2626; border-radius: 50%; font-size: .67rem; }
.sidebar-help { margin-top: auto; padding: 16px; border-radius: 11px; background: #f2f6fc; display: flex; flex-direction: column; align-items: flex-start; }
.help-icon { font-size: 1.7rem; color: var(--primary); margin-bottom: 8px; }
.sidebar-help strong { font-size: .76rem; }
.sidebar-help p { font-size: .68rem; color: var(--muted); line-height: 1.5; margin: 7px 0 12px; }
.sidebar-help .btn { font-size: .72rem; }
.customer-content { padding: 28px 30px 40px; min-width: 0; }
.dashboard-heading h1 { font-size: 1.75rem; font-weight: 850; letter-spacing: -.03em; margin: 0 0 4px; }
.dashboard-heading p { color: var(--muted); font-size: .84rem; margin: 0 0 22px; }
.stat-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.stat-card, .dashboard-card { background: white; border: 1px solid var(--border); border-radius: 11px; box-shadow: 0 3px 12px rgba(15,52,98,.035); }
.stat-card { min-height: 132px; padding: 18px 16px; display: flex; align-items: flex-start; gap: 12px; }
.stat-icon { flex: 0 0 auto; width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; font-size: 1.25rem; }
.stat-icon.blue { color: #1266e8; background: #eaf2ff; }.stat-icon.green { color: #31a653; background: #e9f7ed; }.stat-icon.orange { color: #ec8b18; background: #fff2e3; }.stat-icon.purple { color: #7a4ee8; background: #f1ebff; }
.stat-card div { min-width: 0; display: flex; flex-direction: column; }
.stat-card small { color: var(--muted); font-size: .7rem; white-space: nowrap; }
.stat-card strong { font-size: 1.35rem; margin: 9px 0 11px; line-height: 1; }
.stat-card strong.money { font-size: 1.05rem; white-space: nowrap; }
.stat-card em { color: var(--muted); font-size: .63rem; font-style: normal; }
.dashboard-grid { display: grid; grid-template-columns: 1.15fr .95fr; gap: 16px; margin-top: 16px; }
.dashboard-card { padding: 16px; }
.card-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.card-heading h2 { font-size: .9rem; font-weight: 800; margin: 0; }
.card-heading a { font-size: .68rem; font-weight: 700; color: var(--primary); }
.order-row { border-top: 1px solid #edf1f6; padding: 10px 4px; display: grid; grid-template-columns: 104px 1fr auto 16px; align-items: center; gap: 12px; }
.order-row img { width: 104px; height: 62px; object-fit: contain; background: #f3f6fa; border-radius: 8px; }
.order-main { display: flex; flex-direction: column; align-items: flex-start; min-width: 0; }
.order-main strong { font-size: .8rem; }.order-main span { font-size: .68rem; color: var(--muted); margin: 3px 0 6px; }.order-row > b { font-size: .78rem; white-space: nowrap; }.order-row > i { color: var(--muted); }
.status { padding: 4px 9px; border-radius: 5px; font-size: .61rem; font-style: normal; font-weight: 700; }.status.success { color: #27843d; background: #e5f6e8; }.status.progress { color: #c6750b; background: #fff1d6; }.status.upcoming { color: #1266e8; background: #e4efff; }
.right-stack { display: grid; gap: 16px; }
.status-overview { min-height: 170px; display: flex; align-items: center; justify-content: space-around; gap: 20px; }
.donut { width: 130px; height: 130px; border-radius: 50%; background: conic-gradient(#58b968 0 67%, #f0a43a 67% 84%, #8a63e8 84% 100%); position: relative; }
.donut::after { content: ""; position: absolute; inset: 32px; background: white; border-radius: 50%; }
.status-legend { flex: 1; max-width: 220px; display: grid; gap: 15px; }
.status-legend div { display: grid; grid-template-columns: 10px 1fr auto; align-items: center; gap: 8px; color: var(--muted); font-size: .68rem; }.status-legend b { color: #53647a; }.dot { width: 9px; height: 9px; border-radius: 3px; }.green-dot { background: #58b968; }.orange-dot { background: #f0a43a; }.purple-dot { background: #8a63e8; }.gray-dot { background: #9eacbd; }
.payment-row { border: 1px solid var(--border); border-radius: 9px; padding: 13px; display: flex; justify-content: space-between; align-items: center; }.payment-row > div { display: flex; flex-direction: column; gap: 5px; }.payment-row > div:last-child { align-items: flex-end; }.payment-row strong, .payment-row b { font-size: .75rem; }.payment-row span { color: var(--muted); font-size: .66rem; }.payment-row small { padding: 4px 12px; border-radius: 5px; color: #27843d; background: #e5f6e8; font-size: .61rem; font-weight: 700; }
.info-card { margin-top: 16px; }.info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }.info-grid article { background: #f8fafd; border: 1px solid #e6edf6; border-radius: 9px; padding: 14px; display: flex; align-items: center; gap: 14px; }.info-grid strong { font-size: .74rem; }.info-grid p { font-size: .66rem; color: var(--muted); margin: 5px 0 0; line-height: 1.45; }
.dashboard-banner { min-height: 126px; margin-top: 16px; border-radius: 11px; padding: 25px; overflow: hidden; display: flex; align-items: center; justify-content: space-between; color: white; background: radial-gradient(circle at 80% 30%, #3861a8, transparent 28%), linear-gradient(110deg, #0b3875, #092451); }.dashboard-banner h2 { font-size: 1.05rem; font-weight: 800; }.dashboard-banner p { font-size: .7rem; margin: 8px 0 0; }.dashboard-banner img { width: 300px; height: 110px; object-fit: contain; filter: drop-shadow(0 12px 12px rgba(0,0,0,.35)); transform: translateY(10px); }
@media (max-width: 1199.98px) { .stat-grid { grid-template-columns: repeat(3, 1fr); }.customer-header .navbar-nav { gap: 0; }.customer-header .nav-link { padding-inline: .48rem !important; }.dashboard-grid { grid-template-columns: 1fr; } }
@media (max-width: 991.98px) { .customer-header .navbar-collapse { padding: 14px 0; }.customer-tools { border-top: 1px solid var(--border); padding-top: 12px; justify-content: flex-end; }.customer-shell { grid-template-columns: 78px minmax(0, 1fr); }.customer-sidebar { top: 72px; padding: 24px 10px; }.sidebar-greeting, .sidebar-help, .customer-menu span, .customer-menu b { display: none; }.customer-menu a { justify-content: center; padding: 0; }.customer-menu i { font-size: 1.25rem; }.customer-content { padding: 24px 20px; } }
@media (max-width: 767.98px) { .customer-shell { display: block; }.customer-sidebar { position: sticky; top: 72px; z-index: 10; min-height: auto; padding: 8px 12px; border-right: 0; border-bottom: 1px solid var(--border); }.customer-menu { display: flex; overflow-x: auto; }.customer-menu a { flex: 0 0 46px; }.customer-content { padding: 20px 14px 32px; }.stat-grid { grid-template-columns: repeat(2, 1fr); }.stat-card:last-child { grid-column: 1 / -1; }.order-row { grid-template-columns: 75px 1fr 15px; }.order-row img { width: 75px; }.order-row > b { grid-column: 2; }.order-row > i { grid-column: 3; grid-row: 1 / 3; }.info-grid { grid-template-columns: 1fr; }.dashboard-banner img { display: none; }.account-trigger { min-width: 175px; } }
@media (max-width: 420px) { .stat-grid { grid-template-columns: 1fr; }.stat-card:last-child { grid-column: auto; }.status-overview { flex-direction: column; }.status-legend { width: 100%; }.customer-tools { justify-content: space-between; } }
/* CUSTOMER ORDERS */
.orders-page-content { max-width: 1420px; width: 100%; }
.orders-toolbar { padding: 14px 16px; background: #fff; border: 1px solid var(--border); border-radius: 11px; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 16px; }
.orders-tabs { display: flex; align-items: center; gap: 5px; overflow-x: auto; }
.orders-tabs button { white-space: nowrap; border: 0; border-radius: 8px; padding: 9px 13px; color: #5e7087; background: transparent; font-size: .75rem; font-weight: 750; }
.orders-tabs button span { margin-left: 5px; padding: 2px 6px; border-radius: 10px; background: #edf1f6; font-size: .62rem; }
.orders-tabs button.active { color: var(--primary); background: #eaf2ff; }
.orders-tabs button.active span { color: white; background: var(--primary); }
.orders-search { width: min(310px, 100%); height: 40px; border: 1px solid var(--border); border-radius: 8px; display: flex; align-items: center; gap: 9px; padding: 0 12px; color: #8290a3; }
.orders-search input { min-width: 0; flex: 1; border: 0; outline: 0; background: transparent; color: var(--text); font-size: .72rem; }
.orders-list { display: grid; gap: 14px; }
.booking-card { overflow: hidden; background: #fff; border: 1px solid var(--border); border-radius: 12px; box-shadow: 0 3px 12px rgba(15,52,98,.035); }
.booking-card-head { padding: 13px 18px; border-bottom: 1px solid #e9eff6; display: flex; align-items: center; justify-content: space-between; background: #fbfcfe; }
.booking-card-head > div { display: flex; align-items: center; gap: 10px; }.booking-card-head small { color: var(--muted); font-size: .65rem; }.booking-card-head strong { font-size: .75rem; }
.booking-card-body { min-height: 150px; padding: 18px; display: grid; grid-template-columns: 1.05fr 1.15fr .65fr; align-items: center; gap: 28px; }
.booking-vehicle { display: flex; align-items: center; gap: 14px; min-width: 0; }.booking-vehicle img { width: 130px; height: 84px; object-fit: contain; border-radius: 9px; background: #f2f5f9; }.booking-vehicle > div { display: flex; flex-direction: column; min-width: 0; }.booking-vehicle strong { font-size: .84rem; }.booking-vehicle span { margin: 5px 0 10px; color: var(--muted); font-size: .66rem; }.booking-vehicle small { color: #5d6d82; font-size: .61rem; white-space: nowrap; }
.booking-trip { position: relative; display: grid; gap: 6px; }.trip-point { display: grid; grid-template-columns: 20px 1fr; gap: 8px; }.trip-point > i { position: relative; z-index: 1; width: 20px; height: 20px; display: grid; place-items: center; color: var(--primary); background: #e9f2ff; border-radius: 50%; font-size: .65rem; }.trip-point.destination > i { color: #f08b1b; background: #fff1df; }.trip-point > div { display: flex; flex-direction: column; }.trip-point small { color: var(--muted); font-size: .59rem; }.trip-point strong { margin: 1px 0; font-size: .72rem; }.trip-point span { color: var(--muted); font-size: .61rem; }.trip-line { height: 13px; margin-left: 9px; border-left: 1px dashed #a7b6c8; }
.booking-price { padding-left: 22px; border-left: 1px solid #e8edf4; display: flex; flex-direction: column; align-items: flex-end; text-align: right; }.booking-price small { color: var(--muted); font-size: .62rem; }.booking-price strong { margin: 5px 0 8px; font-size: .95rem; }.booking-price span { color: #27843d; font-size: .62rem; font-weight: 700; }
.booking-card-foot { min-height: 58px; padding: 10px 18px; border-top: 1px solid #e9eff6; display: flex; align-items: center; justify-content: space-between; gap: 12px; }.booking-card-foot > span { color: var(--muted); font-size: .64rem; }.booking-card-foot > div { display: flex; gap: 8px; }.booking-card-foot .btn { padding: .5rem 1rem; font-size: .68rem; }.booking-card-foot .btn-light { color: var(--text); border: 1px solid var(--border); background: white; }
.orders-empty { padding: 60px 20px; text-align: center; background: white; border: 1px solid var(--border); border-radius: 12px; }.orders-empty i { display: block; color: #9aabc0; font-size: 2rem; }.orders-empty strong { display: block; margin: 12px 0 4px; }.orders-empty p { color: var(--muted); font-size: .75rem; }
@media (max-width: 1199.98px) { .booking-card-body { grid-template-columns: 1fr 1fr; }.booking-price { grid-column: 1 / -1; padding: 12px 0 0; border-left: 0; border-top: 1px solid #e8edf4; flex-direction: row; justify-content: space-between; align-items: center; text-align: left; }.booking-price strong { margin: 0 auto 0 8px; } }
@media (max-width: 767.98px) { .orders-toolbar { align-items: stretch; flex-direction: column; }.orders-search { width: 100%; }.booking-card-body { grid-template-columns: 1fr; gap: 18px; }.booking-price { grid-column: auto; }.booking-card-foot { align-items: stretch; flex-direction: column; }.booking-card-foot > div { display: grid; grid-template-columns: 1fr 1fr; }.booking-vehicle img { width: 105px; }.booking-card-head > div { align-items: flex-start; flex-direction: column; gap: 2px; } }
/* ORDER TABLE LAYOUT */
.orders-title-row { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; }.history-download { padding: .65rem 1.1rem; white-space: nowrap; }.history-download i { margin-right: 7px; }
.orders-table-toolbar { min-height: 58px; display: flex; align-items: stretch; justify-content: space-between; background: white; border: 1px solid var(--border); border-radius: 10px; margin-bottom: 10px; padding: 0 12px 0 4px; }.table-tabs { gap: 0; }.table-tabs button { position: relative; border-radius: 0; padding: 0 22px; color: var(--text); }.table-tabs button.active { background: transparent; }.table-tabs button.active::after { content: ""; position: absolute; height: 2px; background: var(--primary); left: 18px; right: 18px; bottom: 0; }.table-filter-actions { display: flex; align-items: center; gap: 10px; }.table-filter-actions button { height: 36px; padding: 0 13px; border: 1px solid var(--border); border-radius: 7px; background: white; color: var(--text); font-size: .69rem; font-weight: 700; }.table-filter-actions i { margin-right: 6px; }.table-filter-actions .bi-chevron-down { margin: 0 0 0 6px; font-size: .58rem; }
.order-table-list { display: grid; }.order-table-row { min-height: 148px; display: grid; grid-template-columns: 145px minmax(0, 1fr) 275px; gap: 20px; align-items: center; padding: 18px; background: white; border: 1px solid var(--border); border-bottom: 0; }.order-table-row:first-child { border-radius: 10px 10px 0 0; }.order-table-row:nth-last-child(2) { border-bottom: 1px solid var(--border); border-radius: 0 0 10px 10px; }.order-table-row > img { width: 145px; height: 105px; padding: 5px; object-fit: contain; background: #f3f6f9; border-radius: 8px; }
.table-order-info { align-self: stretch; display: flex; flex-direction: column; justify-content: center; }.table-order-info h2 { margin: 0 0 8px; font-size: .94rem; font-weight: 800; }.order-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-bottom: 8px; color: #536780; font-size: .68rem; }.order-meta i { margin-right: 5px; }.order-meta b { padding: 2px 9px; color: #52647c; background: #f1f4f8; border: 1px solid #dce4ed; border-radius: 10px; font-size: .59rem; }.table-order-info > small { color: #60748e; font-size: .68rem; }.table-order-info > small i { margin-left: 6px; }
.table-order-action { min-height: 105px; display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; }.table-order-action > .status { align-self: flex-start; }.table-total { width: 100%; display: grid; grid-template-columns: 1fr auto 14px; align-items: center; gap: 12px; }.table-total small { font-size: .68rem; }.table-total strong { font-size: .91rem; }.table-total i { font-size: .72rem; }.table-order-action > div:last-child { display: flex; gap: 10px; }.table-order-action .btn { min-width: 105px; padding: .48rem .75rem; font-size: .67rem; }.status.cancelled { color: #526176; background: #edf1f5; }
.orders-pagination { display: flex; align-items: center; justify-content: space-between; margin-top: 18px; color: #63768d; font-size: .68rem; }.orders-pagination nav { display: flex; gap: 8px; }.orders-pagination button { width: 36px; height: 34px; border: 1px solid var(--border); border-radius: 7px; background: white; color: var(--text); font-size: .7rem; }.orders-pagination button.active { color: white; border-color: var(--primary); background: var(--primary); }.orders-pagination button:disabled { color: #b6c1ce; }
@media (max-width: 1199.98px) { .order-table-row { grid-template-columns: 120px minmax(0,1fr) 230px; gap: 14px; }.order-table-row > img { width: 120px; }.table-tabs button { padding: 0 12px; } }
@media (max-width: 767.98px) { .orders-title-row { align-items: stretch; flex-direction: column; }.history-download { align-self: flex-start; }.orders-table-toolbar { padding: 8px; align-items: stretch; flex-direction: column; }.table-tabs { min-height: 45px; overflow-x: auto; }.table-tabs button { flex: 0 0 auto; padding: 0 14px; }.table-filter-actions button:first-child { flex: 1; }.order-table-row { grid-template-columns: 95px 1fr; padding: 13px; }.order-table-row > img { width: 95px; height: 80px; }.table-order-action { grid-column: 1 / -1; min-height: auto; gap: 12px; border-top: 1px solid var(--border); padding-top: 12px; }.table-order-action > .status { position: absolute; right: 28px; }.orders-pagination { align-items: flex-start; flex-direction: column; gap: 12px; } }
/* ORDER DETAIL */
.detail-page-content{max-width:1420px;width:100%}.detail-breadcrumb{display:flex;gap:12px;align-items:center;color:var(--muted);font-size:.72rem;margin-bottom:12px}.detail-breadcrumb a{color:var(--primary);font-weight:700}.detail-title-row{display:flex;justify-content:space-between;gap:20px;margin-bottom:16px}.detail-title-row h1{font-size:1.7rem;font-weight:850;margin:0 0 10px}.detail-title-row p{margin:14px 0 0;color:#536780;font-size:.69rem}.detail-title-row p b{margin-left:20px;font-weight:500}.detail-title-row>div:last-child{display:flex;flex-direction:column;align-items:flex-end;gap:14px}.detail-title-row small{display:flex;flex-direction:column;text-align:right;color:var(--muted)}.detail-title-row small a{color:var(--primary)}.detail-card{padding:20px;background:#fff;border:1px solid var(--border);border-radius:11px;box-shadow:0 3px 12px rgba(15,52,98,.035)}.detail-card h2{font-size:.86rem;font-weight:800;margin:0 0 18px}.detail-hero{min-height:230px;display:grid;grid-template-columns:220px minmax(0,1fr) 290px;gap:25px;align-items:center}.detail-hero>img{width:220px;height:175px;object-fit:contain;border-radius:9px;background:#f3f6f9}.detail-route h2{font-size:1.15rem}.route-addresses{margin-top:26px;display:grid;grid-template-columns:1fr 20px 1fr;gap:15px}.route-addresses>div{display:flex;flex-direction:column}.route-addresses small{color:var(--muted);font-size:.65rem}.route-addresses strong,.route-addresses span{font-size:.68rem;margin-top:4px}.detail-total{align-self:stretch;padding:15px 0 15px 25px;border-left:1px solid var(--border);display:flex;flex-direction:column}.detail-total strong{font-size:1.55rem;margin-top:12px}.detail-total button{margin-top:auto;border:0;background:none;color:var(--primary);text-align:left;font-size:.7rem;font-weight:700}.detail-grid{margin-top:16px;display:grid;grid-template-columns:.95fr 1fr 1.1fr;gap:16px}.detail-stack{display:grid;gap:16px}.trip-timeline{min-height:485px}.timeline-item{position:relative;display:grid;grid-template-columns:38px 1fr;gap:14px;min-height:100px}.timeline-item:after{content:"";position:absolute;left:18px;top:39px;height:61px;border-left:1px solid #d7e3f1}.timeline-item:last-child:after{display:none}.timeline-item>i{width:38px;height:38px;border-radius:50%;display:grid;place-items:center}.timeline-item.green>i{color:#2ba54d;background:#e5f6ea}.timeline-item.blue>i{color:#1266e8;background:#e7f0ff}.timeline-item.red>i{color:#e83737;background:#feeaea}.timeline-item.purple>i{color:#8051e7;background:#f1e9ff}.timeline-item div{display:flex;flex-direction:column;gap:4px}.timeline-item strong{font-size:.7rem}.timeline-item b,.timeline-item span{color:#536780;font-size:.64rem;font-weight:500;line-height:1.5}.driver-info{display:flex;align-items:center;gap:13px}.driver-info>span{width:58px;height:58px;display:grid;place-items:center;border-radius:8px;background:#e8edf3;color:#4f6177;font-size:2rem}.driver-info>div{display:flex;flex-direction:column;gap:6px}.driver-info strong{font-size:.75rem}.driver-info small{color:var(--muted);font-size:.65rem}.driver-info em,.vendor-info em{margin-left:8px;padding:4px 7px;border-radius:10px;background:#e4f7e8;color:#2a9343;font-size:.62rem;font-style:normal}.driver-contact{display:flex;gap:20px;margin:14px 0;color:#536780;font-size:.67rem}.vendor-info{display:flex;flex-direction:column;gap:5px;font-size:.67rem}.detail-list dl{display:grid;grid-template-columns:1fr auto;gap:12px;margin:0;font-size:.68rem}.detail-list dd{margin:0;text-align:right}.price-details .subtotal{border-top:1px solid var(--border);padding-top:16px;margin-top:5px}.price-details .grand-total{font-size:.8rem;font-weight:800}.price-details dd.grand-total{color:var(--primary);font-size:1rem}.detail-bottom-actions{display:flex;justify-content:space-between;margin-top:22px}.detail-bottom-actions .btn{min-width:140px}
@media(max-width:1199.98px){.detail-hero{grid-template-columns:180px 1fr}.detail-hero>img{width:180px}.detail-total{grid-column:1/-1;border-left:0;border-top:1px solid var(--border);padding:15px 0;flex-direction:row;align-items:center;gap:15px}.detail-total strong{margin:0}.detail-total button{margin:0 0 0 auto}.detail-grid{grid-template-columns:1fr 1fr}.trip-timeline{grid-row:span 2}.detail-stack:last-child{grid-column:2}}
@media(max-width:767.98px){.detail-title-row{flex-direction:column}.detail-title-row>div:last-child{align-items:flex-start}.detail-title-row small{text-align:left}.detail-title-row p b{display:block;margin:6px 0 0}.detail-hero{grid-template-columns:1fr}.detail-hero>img{width:100%}.detail-total{grid-column:auto;flex-wrap:wrap}.detail-grid{grid-template-columns:1fr}.detail-stack:last-child{grid-column:auto}.route-addresses{grid-template-columns:1fr}.detail-bottom-actions{flex-direction:column;gap:10px}.detail-bottom-actions .btn{width:100%}}
/* CUSTOMER RATING */
.rating-page-content{max-width:1420px;width:100%}.rating-steps{max-width:620px;margin:24px 0 25px 55px;display:grid;grid-template-columns:90px 1fr 120px 1fr 70px;align-items:start}.rating-steps>div{text-align:center;display:flex;flex-direction:column;align-items:center;gap:7px;color:#52647b;font-size:.65rem}.rating-steps b{width:34px;height:34px;border:1px solid #cad7e6;border-radius:50%;display:grid;place-items:center;background:#fff;font-size:.76rem}.rating-steps>i{margin-top:16px;border-top:1px solid #9dbcf2}.rating-steps .active{color:var(--primary);font-weight:700}.rating-steps .active b{color:#fff;border-color:var(--primary);background:var(--primary)}.rating-layout{display:grid;grid-template-columns:minmax(0,1.85fr) minmax(300px,1fr);gap:18px}.rating-form-card{padding:0 20px}.rating-section{padding:20px 0;border-bottom:1px solid var(--border);position:relative}.rating-section:last-child{border-bottom:0}.rating-section h2{margin-bottom:8px}.rating-section p{color:#536780;font-size:.67rem;margin:0 0 17px}.star-picker{display:inline-flex;gap:5px}.star-picker button{border:0;padding:0;background:none;color:#ffb40e;font-size:1.18rem;line-height:1}.stars-large button{font-size:1.8rem;margin-right:6px}.rating-label{display:inline-block;margin-left:18px;padding:5px 13px;border-radius:5px;color:#27843d;background:#e5f6e8;font-size:.64rem;font-weight:700;vertical-align:top}.aspect-list{display:grid;gap:7px}.aspect-list article{min-height:58px;padding:8px 10px;border:1px solid var(--border);border-radius:8px;display:grid;grid-template-columns:38px 1fr auto 70px;align-items:center;gap:10px}.aspect-icon{width:34px;height:34px;border-radius:50%;display:grid;place-items:center}.aspect-icon.green{color:#259d45;background:#e4f7e9}.aspect-icon.blue{color:#1266e8;background:#e8f1ff}.aspect-icon.orange{color:#ef8d19;background:#fff0df}.aspect-icon.purple{color:#804ce7;background:#f0e8ff}.aspect-list article>div:nth-child(2){display:flex;flex-direction:column}.aspect-list strong{font-size:.69rem}.aspect-list small{font-size:.59rem;color:#536780;margin-top:3px}.aspect-list em{font-size:.6rem;color:#536780;font-style:normal}.review-section h2 span{color:var(--muted);font-weight:500}.review-box{height:100px;border:1px solid var(--border);border-radius:7px;position:relative}.review-box textarea{width:100%;height:100%;resize:none;border:0;outline:0;padding:11px 12px 25px;background:transparent;font-size:.68rem}.review-box>small{position:absolute;right:10px;bottom:7px;color:var(--muted);font-size:.59rem}.rating-summary{display:grid;align-content:start;gap:16px}.summary-title{display:flex;justify-content:space-between}.rating-order{display:flex;gap:14px;padding:15px 0;border-bottom:1px solid var(--border)}.rating-order img{width:115px;height:88px;object-fit:contain;background:#f3f6f9;border-radius:8px}.rating-order>div{display:flex;flex-direction:column;gap:6px}.rating-order strong{font-size:.76rem}.rating-order span,.rating-order small{font-size:.64rem;color:#536780}.rating-order small{margin-top:6px}.rating-total{display:flex;justify-content:space-between;padding-top:16px;font-size:.72rem}.rating-trip>div{position:relative;display:grid;grid-template-columns:34px 1fr;gap:12px;min-height:90px}.rating-trip>div:not(:last-child):after{content:"";position:absolute;left:16px;top:35px;height:55px;border-left:1px solid var(--border)}.rating-trip>div>i{width:34px;height:34px;border-radius:50%;display:grid;place-items:center}.rating-trip i.green{color:#289d48;background:#e5f6e9}.rating-trip i.red{color:#e73737;background:#fee9e9}.rating-trip i.blue{color:#1266e8;background:#e8f1ff}.rating-trip p{display:flex;flex-direction:column;margin:0;gap:6px}.rating-trip strong{font-size:.69rem}.rating-trip span{font-size:.62rem;color:#536780;line-height:1.6}.rating-actions{grid-column:1/-1;display:flex;justify-content:space-between;margin-top:4px}.rating-actions .btn{min-width:110px}
@media(max-width:991.98px){.rating-layout{grid-template-columns:1fr}.rating-summary{grid-template-columns:1fr 1fr}.rating-actions{grid-column:auto}}
@media(max-width:767.98px){.rating-steps{margin-left:0;grid-template-columns:70px 1fr 90px 1fr 55px}.aspect-list article{grid-template-columns:38px 1fr}.aspect-list .star-picker{grid-column:2}.aspect-list em{display:none}.rating-summary{grid-template-columns:1fr}.rating-actions{flex-direction:column;gap:10px}.rating-actions .btn{width:100%}}
/* CUSTOMER PAYMENTS */
.payments-page-content{max-width:1420px;width:100%}.payment-filters{display:grid;grid-template-columns:230px 185px 170px 1fr 90px;gap:14px;padding:20px;background:#fff;border:1px solid var(--border);border-radius:11px;margin-bottom:16px}.payment-filters button,.payment-filters select,.payment-filters label{height:40px;border:1px solid var(--border);border-radius:7px;background:#fff;color:var(--text);font-size:.68rem;font-weight:700;padding:0 13px}.payment-filters button{display:flex;align-items:center;gap:9px}.payment-filters select{appearance:auto}.payment-filters label{display:flex;align-items:center;gap:9px;margin-left:auto;width:100%}.payment-filters input{width:100%;border:0;outline:0;font-size:.68rem}.payments-table-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:11px;background:#fff}.payments-table{width:100%;min-width:1050px;border-collapse:collapse}.payments-table th{height:48px;padding:0 16px;text-align:left;background:#fbfcfe;color:#263b55;font-size:.64rem}.payments-table td{height:82px;padding:13px 16px;border-top:1px solid var(--border);font-size:.68rem;vertical-align:middle}.payments-table td>strong,.payments-table td>b{display:block;font-size:.69rem}.payments-table td>small{display:block;color:#536780;margin-top:6px}.bank-logo{font-size:1rem!important;color:#154292}.bank-logo.mandiri{color:#123c75}.bank-logo.duitku{color:#0796e2}.payment-status{display:inline-block;padding:5px 10px;border-radius:5px;font-size:.62rem;font-weight:700}.payment-status.paid{color:#27843d;background:#e5f6e8}.payment-status.failed{color:#d52e2e;background:#fee7e7}.payment-status.refund{color:#dc7b00;background:#fff0d9}.payment-actions{display:flex;gap:8px}.payment-actions button{height:34px;padding:0 13px;border:1px solid #8eb5f2;border-radius:6px;background:#fff;color:var(--primary);font-size:.63rem;font-weight:700}.payment-actions button:last-child{width:36px;padding:0}.payments-empty{padding:40px;text-align:center;color:var(--muted)}.payment-table-footer{display:flex;justify-content:space-between;align-items:center;margin:17px 0;color:#5d7088;font-size:.66rem}.payment-table-footer nav{display:flex;gap:8px}.payment-table-footer button{width:36px;height:34px;border:1px solid var(--border);border-radius:7px;background:#fff}.payment-table-footer button.active{color:#fff;background:var(--primary);border-color:var(--primary)}.payment-note{padding:15px 18px;display:flex;gap:14px;background:#f7faff;border:1px solid var(--border);border-radius:9px;color:var(--primary)}.payment-note>div{display:flex;flex-direction:column;gap:4px;color:var(--text);font-size:.65rem}.payment-note span{color:#536780}
@media(max-width:1199.98px){.payment-filters{grid-template-columns:1fr 1fr 1fr}.payment-filters label{grid-column:1/3}.payment-filters>button:last-child{justify-content:center}}
@media(max-width:767.98px){.payment-filters{grid-template-columns:1fr}.payment-filters label{grid-column:auto}.payment-table-footer{align-items:flex-start;flex-direction:column;gap:12px}}
/* INVOICE DETAIL */
.invoice-page-content{max-width:1420px;width:100%}.invoice-heading{display:flex;justify-content:space-between;align-items:flex-start}.invoice-layout{display:grid;grid-template-columns:300px minmax(0,1fr);gap:16px}.invoice-sidebar{display:grid;align-content:start;gap:16px}.invoice-sidebar .detail-list dl{gap:18px}.invoice-sidebar .detail-list a{color:var(--primary);font-weight:700}.invoice-summary .invoice-total{border-top:1px solid var(--border);padding-top:15px;font-weight:800}.invoice-summary dd.invoice-total{color:var(--primary);font-size:.86rem}.amount-paid{margin-top:16px;padding:14px;display:flex;align-items:center;justify-content:space-between;background:#eaf8ed;border-radius:7px;color:#27843d;font-size:.65rem}.amount-paid strong{text-align:right;font-size:.76rem}.amount-paid small{display:block;margin-top:4px}.payment-method-card{display:flex;flex-direction:column;gap:7px}.payment-method-card .bank-logo{font-size:1.4rem!important}.payment-method-card>small{margin-top:8px;color:var(--muted);font-size:.62rem}.payment-method-card>span,.payment-method-card>strong{font-size:.68rem}.invoice-help p{color:#536780;font-size:.64rem;line-height:1.6}.invoice-help .btn{font-size:.63rem}.invoice-preview-card{padding:16px}.invoice-preview-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.invoice-preview-head h2{margin:0}.invoice-preview-head>div{display:flex;gap:8px}.invoice-preview-head .btn{font-size:.66rem}.invoice-paper{max-width:760px;margin:auto;border:1px solid #cbd7e5;background:#fff;padding:42px 32px 0;box-shadow:0 3px 12px rgba(15,52,98,.06);font-size:.61rem}.invoice-paper>header{display:flex;justify-content:space-between;align-items:start;margin-bottom:35px}.invoice-paper>header img{width:145px}.invoice-paper>header div{display:flex;flex-direction:column;align-items:flex-end}.invoice-paper>header strong{font-size:1.35rem}.invoice-paper>header span{font-weight:800;font-size:.75rem}.invoice-parties{display:grid;grid-template-columns:1fr 1fr;gap:28px 45px}.invoice-parties>div{display:flex;flex-direction:column;gap:5px}.invoice-parties p{line-height:1.6;margin:0}.invoice-parties dl{display:grid;grid-template-columns:1fr 1fr;align-content:start;gap:8px;margin:0}.invoice-parties dd{margin:0}.invoice-route{margin:18px 0;display:grid;grid-template-columns:1fr 30px 1fr;align-items:center;padding:15px;border:1px solid var(--border);border-radius:7px}.invoice-route>div{display:grid;grid-template-columns:22px 1fr;gap:3px 8px}.invoice-route>div>i{grid-row:1/4;color:var(--green)}.invoice-route>div:last-child>i{color:#e83c3c}.invoice-route small{line-height:1.5}.invoice-items{width:100%;border-collapse:collapse}.invoice-items th{padding:8px;background:#071d45;color:#fff;text-align:left}.invoice-items td{padding:8px;border:1px solid #dbe3ed}.invoice-items td:not(:nth-child(2)){text-align:center}.invoice-paper-total{display:flex;justify-content:flex-end;margin-top:15px}.invoice-paper-total dl{width:300px;display:grid;grid-template-columns:1fr auto;gap:8px}.invoice-paper-total dd{margin:0;text-align:right}.invoice-paper-total dt:last-of-type,.invoice-paper-total dd:last-of-type{border-top:1px solid var(--border);padding-top:12px;font-size:.78rem;font-weight:800}.invoice-paper-total dd:last-of-type{color:var(--primary);font-size:1rem}.invoice-thanks{text-align:center;margin:25px 0}.invoice-paper>footer{margin:0 -32px;padding:15px 28px;display:flex;justify-content:space-around;color:#fff;background:#071d45}.invoice-valid{margin-top:16px;padding:15px;display:flex;gap:12px;color:var(--primary);border:1px solid #cfe0fa;background:#f5f9ff;border-radius:8px}.invoice-valid>div{display:flex;flex-direction:column;color:var(--text);font-size:.64rem}.invoice-valid span{color:var(--muted);margin-top:4px}
@media(max-width:1199.98px){.invoice-layout{grid-template-columns:260px 1fr}.invoice-paper{padding-left:20px;padding-right:20px}.invoice-paper>footer{margin-left:-20px;margin-right:-20px}}
@media(max-width:767.98px){.invoice-heading{flex-direction:column;margin-bottom:15px}.invoice-layout{grid-template-columns:1fr}.invoice-sidebar{grid-template-columns:1fr}.invoice-preview-head{align-items:flex-start;flex-direction:column;gap:10px}.invoice-paper{min-width:700px}.invoice-preview-card{overflow-x:auto}}
/* CUSTOMER REFUNDS */
.refunds-page-content{max-width:1420px;width:100%}.refund-heading{display:flex;justify-content:space-between;align-items:flex-start}.refund-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:2px 0 22px}.refund-stats article{min-height:108px;padding:20px;display:flex;align-items:center;gap:18px;background:#fff;border:1px solid var(--border);border-radius:11px}.refund-stats article>span{width:58px;height:58px;display:grid;place-items:center;border-radius:14px;font-size:1.55rem}.refund-stats .blue{color:#1266e8;background:#e8f1ff}.refund-stats .yellow{color:#efa20b;background:#fff3d9}.refund-stats .orange{color:#f07013;background:#fff0e2}.refund-stats .green{color:#229c43;background:#e6f6e9}.refund-stats article>div{display:flex;flex-direction:column;gap:8px}.refund-stats small{font-size:.69rem;color:#536780}.refund-stats strong{font-size:1.45rem}.refund-panel{padding:16px;background:#fff;border:1px solid var(--border);border-radius:11px}.refund-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.refund-tabs{display:flex;overflow-x:auto}.refund-tabs button{position:relative;height:46px;padding:0 20px;border:0;background:transparent;color:var(--text);font-size:.68rem;font-weight:700;white-space:nowrap}.refund-tabs button.active{color:var(--primary)}.refund-tabs button.active:after{content:"";position:absolute;left:15px;right:15px;bottom:0;height:2px;background:var(--primary)}.refund-toolbar>div:last-child{display:flex;gap:10px}.refund-toolbar>div:last-child button{height:36px;border:1px solid var(--border);border-radius:7px;background:#fff;padding:0 13px;font-size:.66rem;font-weight:700}.refund-table-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:8px}.refund-table{width:100%;min-width:1000px;border-collapse:collapse}.refund-table th{height:48px;padding:0 15px;text-align:left;background:#fbfcfe;font-size:.63rem;color:#536780}.refund-table td{height:90px;padding:12px 15px;border-top:1px solid var(--border);font-size:.67rem;color:#263d58}.refund-route{display:flex;align-items:center;gap:14px}.refund-route img{width:90px;height:62px;object-fit:contain;background:#f3f6f9;border-radius:7px}.refund-route>div{display:flex;flex-direction:column;gap:6px}.refund-route strong{font-size:.7rem}.refund-route small{color:#536780}.refund-status{display:inline-block;padding:5px 9px;border-radius:5px;font-size:.6rem;font-weight:700}.refund-status.complete{color:#27843d;background:#e5f6e8}.refund-status.processing{color:#d96e05;background:#ffead6}.refund-status.submitted{color:#db8500;background:#fff0d5}.refund-status.rejected{color:#d52e2e;background:#fee7e7}.refund-table td>button{height:32px;padding:0 13px;border:1px solid #80acf1;border-radius:6px;background:#fff;color:var(--primary);font-size:.62rem;font-weight:700}.refund-footer{display:flex;justify-content:space-between;align-items:center;margin:15px 0;font-size:.65rem;color:#536780}.refund-footer nav{display:flex;gap:8px}.refund-footer button{width:34px;height:34px;border:1px solid var(--border);border-radius:6px;background:#fff}.refund-footer button.active{color:#fff;background:var(--primary)}.refund-note{padding:15px 18px;display:flex;align-items:center;gap:13px;color:var(--primary);border:1px solid #bcd4f8;border-radius:7px;font-size:.66rem}.refund-empty{padding:35px;text-align:center;color:var(--muted)}
@media(max-width:1199.98px){.refund-stats{grid-template-columns:repeat(2,1fr)}.refund-toolbar{align-items:stretch;flex-direction:column;gap:8px}}
@media(max-width:767.98px){.refund-heading{flex-direction:column;margin-bottom:15px}.refund-stats{grid-template-columns:1fr}.refund-footer{align-items:flex-start;flex-direction:column;gap:10px}}
/* REFUND DETAIL */
.refund-detail-page{max-width:1420px;width:100%}.refund-detail-heading{display:flex;justify-content:space-between;align-items:flex-start}.refund-detail-meta{display:flex;align-items:stretch;gap:18px;margin:5px 0 18px}.refund-detail-meta>.refund-status{display:flex;align-items:center;gap:8px;padding:0 14px}.refund-detail-meta>div{min-width:160px;padding-left:18px;border-left:1px solid var(--border);display:flex;flex-direction:column;gap:4px}.refund-detail-meta small{color:var(--muted);font-size:.64rem}.refund-detail-meta strong{font-size:.7rem}.refund-detail-grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(300px,1fr);gap:18px}.refund-detail-main,.refund-detail-side{display:grid;align-content:start;gap:16px}.refund-order-summary{display:grid;grid-template-columns:210px 1fr;gap:22px}.refund-order-summary>img{width:210px;height:165px;object-fit:contain;background:#f3f6f9;border-radius:8px}.refund-order-summary h2{font-size:1.2rem;margin:5px 0 6px}.refund-order-summary h2 i{margin:0 10px}.refund-order-summary p{color:#536780;font-size:.76rem}.refund-order-meta{display:flex;gap:18px;margin-top:18px}.refund-order-meta>span{display:grid;grid-template-columns:20px 1fr;gap:3px 6px;padding-right:15px;border-right:1px solid var(--border)}.refund-order-meta i{grid-row:1/3}.refund-order-meta b{font-size:.66rem}.refund-order-meta small{font-size:.59rem;color:var(--muted)}.refund-order-total{display:flex;justify-content:space-between;margin-top:18px;padding-top:13px;border-top:1px solid var(--border);font-size:.7rem}.refund-order-total strong{font-size:1rem}.cancellation-reason p{margin:0;color:#536780;font-size:.7rem}.refund-progress{padding-bottom:12px}.refund-progress-item{position:relative;display:grid;grid-template-columns:32px 1fr auto;align-items:center;min-height:42px;font-size:.7rem}.refund-progress-item:after{content:"";position:absolute;left:15px;top:30px;height:14px;border-left:1px solid #b9c7d8}.refund-progress-item:last-child:after{display:none}.refund-progress-item>i{width:22px;height:22px;margin-left:5px;border:1px solid #9eafc2;border-radius:50%;background:#fff}.refund-progress-item.done>i{display:grid;place-items:center;color:#fff;border-color:#1eac69;background:#1eac69}.refund-progress-item.current>i{border:5px solid #fff;outline:2px solid var(--primary);background:var(--primary)}.refund-progress-item.done:after{border-color:#1eac69}.refund-progress-item.current span{color:var(--primary);font-weight:700}.refund-progress-item time{color:#6d7f96;font-size:.62rem}.applicable-policy>div{display:flex;gap:14px}.applicable-policy>div>i{width:48px;height:48px;display:grid;place-items:center;color:#e9790c;background:#fff0df;border-radius:8px;font-size:1.3rem}.applicable-policy p{display:flex;flex-direction:column;gap:8px;margin:0}.applicable-policy span,.applicable-policy small{font-size:.66rem;color:#536780}.applicable-policy strong{margin-left:8px;color:#e26e00;font-size:.85rem}.refund-detail-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px}.refund-money dl{display:grid;grid-template-columns:1fr auto;gap:16px;font-size:.7rem}.refund-money dd{margin:0;text-align:right}.refund-money>div{padding:15px 10px;margin-top:15px;display:flex;justify-content:space-between;align-items:center;background:#f4f8ff;border-radius:7px;color:var(--primary)}.refund-money>div strong{font-size:1.2rem}.refund-bank dl{gap:18px}.refund-help p{color:#536780;font-size:.67rem;line-height:1.6}.refund-help .btn{width:100%;font-size:.67rem}
@media(max-width:1199.98px){.refund-order-summary{grid-template-columns:160px 1fr}.refund-order-summary>img{width:160px}.refund-order-meta{flex-wrap:wrap}.refund-detail-grid{grid-template-columns:1fr}.refund-detail-side{grid-template-columns:1fr 1fr}.refund-help{grid-column:1/-1}}
@media(max-width:767.98px){.refund-detail-heading{flex-direction:column;gap:10px}.refund-detail-meta{align-items:flex-start;flex-direction:column}.refund-detail-meta>div{padding:0;border:0}.refund-order-summary{grid-template-columns:1fr}.refund-order-summary>img{width:100%}.refund-order-meta{display:grid;grid-template-columns:1fr 1fr}.refund-detail-side{grid-template-columns:1fr}.refund-help{grid-column:auto}.refund-detail-actions{grid-template-columns:1fr}.refund-progress-item{grid-template-columns:32px 1fr}.refund-progress-item time{grid-column:2}}
/* PROFILE SECURITY */
.profile-security-page{max-width:1420px;width:100%}.profile-page-heading{display:flex;justify-content:space-between;align-items:flex-start}.profile-page-heading>.btn{padding:.7rem 1.1rem}.profile-security-grid{display:grid;grid-template-columns:1.05fr 1fr;gap:16px}.profile-info-card{min-height:315px}.profile-form-layout{display:grid;grid-template-columns:155px 1fr;gap:20px}.profile-photo{display:flex;flex-direction:column;align-items:center;gap:14px}.profile-photo>span{width:126px;height:126px;border-radius:50%;display:grid;place-items:center;color:#164f9f;background:linear-gradient(#d9e8fb,#b5d0ef);font-size:5rem;overflow:hidden}.profile-photo button{height:38px;padding:0 14px;border:1px solid #75a5ed;border-radius:6px;background:#fff;color:var(--primary);font-size:.65rem;font-weight:700}.profile-fields{display:grid;gap:9px}.profile-fields label{display:grid;grid-template-columns:125px 1fr;align-items:center;font-size:.68rem}.profile-fields input,.profile-fields select,.profile-fields textarea{min-width:0;height:37px;padding:0 12px;border:1px solid #cbd7e4;border-radius:6px;color:var(--text);background:#fff;font-size:.68rem}.profile-fields textarea{height:57px;padding-top:9px;resize:none}.account-status ul{list-style:none;padding:0;margin:0}.account-status li{min-height:46px;display:grid;grid-template-columns:25px 1fr auto;align-items:center;border-bottom:1px solid var(--border);font-size:.68rem}.account-status li:last-child{border:0}.account-status i{font-size:1.08rem}.account-status li:nth-child(-n+2) i{color:#15983b}.account-status b{font-weight:500}.password-fields{display:grid;gap:9px}.password-fields label{display:grid;grid-template-columns:160px 1fr;align-items:center;font-size:.67rem}.password-fields label>div{display:flex;height:36px;border:1px solid #cbd7e4;border-radius:6px}.password-fields input{width:100%;border:0;outline:0;padding:0 12px}.password-fields button{width:40px;border:0;background:transparent}.password-strength{display:flex;align-items:center;gap:5px;margin-top:15px;font-size:.64rem}.password-strength>span{margin-right:12px}.password-strength>i{width:48px;border-top:5px solid #1ab33d;border-radius:5px}.password-strength>i.off{border-color:#e6ebf0}.password-strength b{padding:4px 9px;margin-left:4px;color:#27843d;background:#e5f6e8;border-radius:12px}.password-card>p{font-size:.62rem;color:#536780}.password-card>.btn{float:right;font-size:.64rem}.security-row{min-height:42px;display:grid;grid-template-columns:25px 1fr auto 40px;gap:8px;align-items:center;border-bottom:1px solid var(--border);font-size:.67rem}.security-row>b{font-weight:500}.security-switch input{display:none}.security-switch i{display:block;width:34px;height:19px;border-radius:12px;background:#aebdce;position:relative}.security-switch i:after{content:"";position:absolute;width:15px;height:15px;top:2px;left:2px;border-radius:50%;background:#fff;transition:.2s}.security-switch input:checked+i{background:var(--primary)}.security-switch input:checked+i:after{left:17px}.security-buttons{display:flex;justify-content:space-between;margin:12px 0}.security-buttons .btn{font-size:.62rem}.security-tip{padding:12px;border:1px solid #78a8f0;border-radius:7px;color:#0a52c8;font-size:.64rem}.security-activity{grid-column:1/-1}.activity-table-wrap{overflow-x:auto}.security-activity table{width:100%;min-width:720px;border-collapse:collapse;font-size:.64rem}.security-activity th{height:32px;padding:0 12px;background:#f1f5fb}.security-activity td{height:38px;padding:0 12px;border-top:1px solid var(--border);color:#536780}.security-activity td i{margin-right:10px}.security-activity i.green{color:#16a03c}.security-activity i.blue{color:#1266e8}.security-activity i.colored{color:#e84435}.profile-save-message{position:fixed;right:25px;bottom:25px;padding:13px 18px;color:#217f37;background:#e5f6e8;border:1px solid #bce3c5;border-radius:8px;font-size:.7rem}
@media(max-width:1199.98px){.profile-form-layout{grid-template-columns:120px 1fr}.profile-photo>span{width:105px;height:105px}.profile-fields label{grid-template-columns:105px 1fr}.profile-security-grid{grid-template-columns:1fr}.security-activity{grid-column:auto}}
@media(max-width:767.98px){.profile-page-heading{flex-direction:column;margin-bottom:15px}.profile-form-layout{grid-template-columns:1fr}.profile-fields label,.password-fields label{grid-template-columns:1fr;gap:5px}.security-buttons{align-items:stretch;flex-direction:column;gap:8px}}
/* ABOUT ADACAR */
.about-hero{min-height:480px;position:relative;overflow:hidden;background:#f5f9ff}.about-hero-image{position:absolute;inset:0;background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.95) 34%,rgba(255,255,255,.15) 65%),url("../images/corporate/01-hero-corporate-fleet.webp") center right/cover no-repeat}.about-hero-inner{position:relative;min-height:480px;display:flex;align-items:center}.about-hero-copy{width:50%;max-width:650px}.about-hero-copy h1{margin:12px 0;font-size:2.2rem;line-height:1.16;font-weight:850;letter-spacing:-.035em}.about-hero-copy h1 em{color:var(--primary);font-style:normal}.about-hero-copy>p{max-width:600px;color:#536780;font-size:.83rem;line-height:1.65}.about-hero-actions{display:flex;gap:12px;margin:20px 0 14px}.about-hero-actions .btn{min-width:155px}.about-trust-badges{display:flex;gap:12px}.about-trust-badges span{padding:9px 15px;border:1px solid var(--border);border-radius:8px;background:rgba(255,255,255,.8);color:#164d9b;font-size:.67rem;font-weight:700}.about-trust-badges i{margin-right:7px}.about-intro{padding-bottom:45px}.about-intro h2,.about-features h2,.about-trust h2{font-size:1.05rem;font-weight:800}.about-intro-grid{display:grid;grid-template-columns:.75fr 1.15fr;gap:70px}.about-intro-grid>div>p{color:#536780;font-size:.72rem;line-height:1.6}.about-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:22px}.about-stats article{min-height:86px;padding:15px;display:flex;align-items:center;gap:12px;border:1px solid var(--border);border-radius:9px}.about-stats i{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;color:var(--primary);background:#edf4ff;font-size:1.2rem}.about-stats article>div{display:flex;flex-direction:column}.about-stats strong{font-size:.9rem}.about-stats span{color:#536780;font-size:.6rem}.about-founders{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--border);border-radius:9px;overflow:hidden}.about-founders article{padding:18px;display:grid;grid-template-columns:54px 1fr;gap:14px}.about-founders article+article{border-left:1px solid var(--border)}.founder-mark{width:54px;height:54px;display:grid;place-items:center;font-size:2.4rem;font-weight:900;color:#0b4fa8}.founder-mark.kopasjas{border-radius:50%;font-size:1.5rem;color:#27843d;background:#e7f5e9}.about-founders h3{font-size:.78rem;font-weight:800;color:#164d9b}.about-founders p{font-size:.62rem;line-height:1.55;color:#536780}.about-features{padding:10px 0 38px;border-top:1px solid var(--border)}.about-two-columns{display:grid;grid-template-columns:1fr 1fr;gap:65px}.about-card-grid,.about-advantages{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.about-card-grid article,.about-advantages article{min-height:105px;padding:13px;display:flex;gap:11px;border:1px solid var(--border);border-radius:8px}.about-card-grid>article>i,.about-advantages>article>i{flex:0 0 38px;width:38px;height:38px;display:grid;place-items:center;border-radius:50%;color:var(--primary);background:#edf4ff;font-size:1rem}.about-card-grid h3,.about-advantages h3{font-size:.64rem;font-weight:800}.about-card-grid p,.about-advantages p{font-size:.57rem;line-height:1.45;color:#536780}.about-advantages{grid-template-columns:1fr 1fr}.about-advantages article{min-height:78px}.about-trust{padding:12px 0 45px;border-top:1px solid var(--border)}.trust-principles{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;max-width:660px;margin-bottom:20px}.trust-principles article{padding:14px;border:1px solid var(--border);border-radius:8px}.trust-principles i{color:var(--primary);font-size:1.15rem}.trust-principles h3{font-size:.64rem;color:#164d9b;margin:10px 0 6px}.trust-principles p{font-size:.57rem;line-height:1.5;color:#536780}.about-cta{min-height:165px;padding:28px 35px;position:relative;display:flex;align-items:center;overflow:hidden;color:#fff;background:linear-gradient(115deg,#0c4089,#06275a);border-radius:12px}.about-cta>div{max-width:560px;position:relative;z-index:2}.about-cta h2{font-size:1.45rem}.about-cta p{font-size:.7rem}.about-cta .btn{min-width:170px;margin-right:8px}.about-cta>img{position:absolute;width:260px;height:145px;object-fit:contain;right:120px;bottom:-5px;filter:drop-shadow(0 12px 12px rgba(0,0,0,.35))}.about-cta>img:last-child{right:-10px;width:240px}
@media(max-width:1199.98px){.about-hero-copy{width:58%}.about-intro-grid,.about-two-columns{grid-template-columns:1fr;gap:35px}.about-cta>img{opacity:.55}.about-card-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:767.98px){.about-hero-image{background:linear-gradient(rgba(255,255,255,.94),rgba(255,255,255,.94)),url("../images/corporate/01-hero-corporate-fleet.webp") center/cover}.about-hero-copy{width:100%}.about-hero-copy h1{font-size:1.75rem}.about-hero-actions,.about-trust-badges{flex-wrap:wrap}.about-stats,.about-card-grid,.about-advantages,.trust-principles{grid-template-columns:1fr}.about-founders{grid-template-columns:1fr}.about-founders article+article{border-left:0;border-top:1px solid var(--border)}.about-cta>img{display:none}}
/* FAQ */
.faq-hero{min-height:390px;padding-top:45px;position:relative;overflow:hidden;background:linear-gradient(115deg,#fff 0%,#fff 55%,#edf5ff 100%)}.faq-breadcrumb{display:flex;align-items:center;gap:12px;font-size:.67rem;color:#536780}.faq-breadcrumb a{color:#536780}.faq-breadcrumb i{font-size:.52rem}.faq-hero-copy{margin-top:34px;max-width:400px}.faq-hero-copy h1{font-size:2.25rem;font-weight:850;letter-spacing:-.04em}.faq-hero-copy p{color:#536780;font-size:.8rem;line-height:1.7}.faq-illustration{position:absolute;right:12%;top:55px;width:360px;height:230px}.bubble-question,.bubble-chat{position:absolute;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 18px 35px rgba(30,84,165,.2)}.bubble-question{left:0;top:10px;width:155px;height:135px;border-radius:28px;background:linear-gradient(145deg,#5595ff,#0655dd);font-size:5rem;font-weight:900}.bubble-question:after,.bubble-chat:after{content:"";position:absolute;bottom:-27px;border-style:solid}.bubble-question:after{left:30px;border-width:28px 28px 0 0;border-color:#1266e8 transparent transparent}.bubble-chat{right:0;bottom:22px;width:155px;height:112px;gap:13px;border-radius:25px;background:linear-gradient(145deg,#ff675b,#e62424)}.bubble-chat i{width:23px;height:23px;border-radius:50%;background:#fff}.bubble-chat:after{right:24px;border-width:25px 0 0 28px;border-color:#e62424 transparent transparent}.faq-search{position:absolute;left:calc((100% - 1320px)/2);bottom:48px;width:min(720px,55%);height:56px;padding:0 18px;display:flex;align-items:center;gap:12px;border:1px solid #cbd8e7;border-radius:8px;background:#fff;box-shadow:0 4px 12px rgba(15,52,98,.04)}.faq-search i{font-size:1.1rem}.faq-search input{width:100%;border:0;outline:0;font-size:.72rem}.faq-content{padding:0 0 55px}.faq-categories{display:grid;grid-template-columns:repeat(6,1fr);gap:14px;margin:-20px 0 42px;position:relative;z-index:2}.faq-categories button{height:48px;border:1px solid var(--border);border-radius:8px;background:#fff;color:var(--text);font-size:.66rem;font-weight:700;white-space:nowrap}.faq-categories button i{margin-right:8px;font-size:.9rem}.faq-categories button.active{color:var(--primary);border-color:#6d9fea;background:#f4f8ff}.faq-layout{display:grid;grid-template-columns:280px 1fr;gap:35px}.faq-layout aside{display:grid;align-content:start;gap:16px}.faq-help-card,.faq-safe-card{padding:24px;border:1px solid var(--border);border-radius:9px;background:#fff}.faq-help-card h2{font-size:.78rem;font-weight:800}.faq-help-card>p{font-size:.64rem;color:#536780}.faq-help-card>a:not(.btn){min-height:70px;display:grid;grid-template-columns:45px 1fr 12px;align-items:center;gap:10px;color:var(--text)}.faq-help-card>a>i:first-child{width:43px;height:43px;display:grid;place-items:center;border-radius:50%;font-size:1.2rem}.faq-help-card i.green{color:#1eae57;background:#e5f8eb}.faq-help-card i.blue{color:#1266e8;background:#e8f1ff}.faq-help-card i.red{color:#ed3d3d;background:#feeaea}.faq-help-card a span{display:flex;flex-direction:column;color:#536780;font-size:.62rem}.faq-help-card a strong{color:var(--text);font-size:.66rem;margin-bottom:3px}.faq-help-card .btn{margin-top:10px;width:100%}.faq-safe-card{display:flex;gap:12px}.faq-safe-card>i{color:var(--primary);font-size:1.2rem}.faq-safe-card strong{font-size:.68rem}.faq-safe-card p{font-size:.61rem;line-height:1.6;color:#536780}.faq-list{display:grid;gap:10px}.faq-list article{border:1px solid var(--border);border-radius:8px;background:#fff;overflow:hidden}.faq-list article>button{width:100%;min-height:50px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;border:0;background:#fff;color:var(--text);text-align:left;font-size:.72rem;font-weight:750}.faq-list article>div{display:none;padding:0 38px 18px;color:#536780;font-size:.68rem;line-height:1.65}.faq-list article.open{border-color:#bed4f6;background:#f9fbff}.faq-list article.open>button{color:var(--primary);background:#f9fbff}.faq-list article.open>div{display:block}.faq-list article.open>div p{margin:0}.faq-empty{padding:50px;text-align:center;color:var(--muted)}.faq-bottom-cta{min-height:130px;margin-top:45px;padding:20px 36px;display:grid;grid-template-columns:150px 1fr auto;align-items:center;border:1px solid #c2d7f5;border-radius:9px;background:linear-gradient(100deg,#f4f8ff,#fff)}.faq-bottom-cta>span{font-size:4rem;color:var(--primary);text-align:center}.faq-bottom-cta h2{font-size:1rem}.faq-bottom-cta p{color:#536780;font-size:.68rem}.faq-bottom-cta .btn{padding:.75rem 1.3rem}
@media(max-width:1390px){.faq-search{left:30px}}
@media(max-width:991.98px){.faq-categories{grid-template-columns:repeat(3,1fr)}.faq-layout{grid-template-columns:1fr}.faq-layout aside{grid-template-columns:1fr 1fr}.faq-illustration{opacity:.4}.faq-search{width:calc(100% - 60px)}.faq-hero-copy{position:relative;z-index:1}.faq-bottom-cta{grid-template-columns:100px 1fr}}
@media(max-width:767.98px){.faq-hero{min-height:430px}.faq-hero-copy{max-width:100%}.faq-illustration{display:none}.faq-search{bottom:35px}.faq-categories{grid-template-columns:1fr 1fr;margin-top:-10px}.faq-layout aside{grid-template-columns:1fr}.faq-bottom-cta{grid-template-columns:1fr;text-align:center;gap:10px}.faq-bottom-cta>span{display:none}}
/* CONTACT */
.contact-hero{min-height:330px;padding-top:42px;position:relative;overflow:hidden;background:linear-gradient(110deg,#fff 0%,#fff 50%,#f0f6ff 100%)}.contact-hero-copy{margin-top:28px;max-width:460px}.contact-hero-copy h1{font-size:2rem;font-weight:850;letter-spacing:-.04em}.contact-hero-copy p{font-size:.76rem;line-height:1.7;color:#536780}.contact-agent{position:absolute;right:18%;bottom:0;width:330px;height:260px}.agent-head{position:absolute;left:120px;top:20px;width:90px;height:90px;border-radius:50%;display:grid;place-items:center;color:#173458;background:#ffd2b5;font-size:3.5rem;z-index:2}.agent-body{position:absolute;left:75px;bottom:0;width:180px;height:165px;border-radius:80px 80px 0 0;display:grid;place-items:center;color:#fff;background:linear-gradient(#2379ef,#0a50bd);font-size:6rem}.agent-laptop{position:absolute;left:30px;bottom:0;width:150px;height:75px;border-radius:6px 6px 0 0;transform:skew(-7deg);background:#29384d;z-index:3}.contact-agent>i{position:absolute;width:52px;height:52px;display:grid;place-items:center;border:1px solid var(--border);border-radius:14px;background:#fff;color:var(--primary);font-size:1.4rem}.contact-agent>.bi-chat-dots{left:10px;top:25px}.contact-agent>.bi-envelope{right:0;top:35px}.contact-agent>.bi-telephone{right:20px;top:115px}.contact-main{padding:0 0 55px}.contact-form-card{position:relative;margin-top:-30px;padding:28px;background:#fff;border:1px solid var(--border);border-radius:10px;box-shadow:0 7px 25px rgba(15,52,98,.08)}.contact-form-card h2,.contact-section-heading h2{font-size:1.05rem;font-weight:800}.contact-fields{display:grid;grid-template-columns:1fr 1fr;gap:15px 20px}.contact-fields label{display:flex;flex-direction:column;gap:7px;font-size:.65rem;font-weight:700}.contact-fields input,.contact-fields select{height:39px;padding:0 12px;border:1px solid #cbd7e5;border-radius:6px;font-size:.67rem}.contact-message{grid-column:1/-1}.contact-message>div{height:115px;position:relative;border:1px solid #cbd7e5;border-radius:6px}.contact-message textarea{width:100%;height:100%;padding:12px;border:0;outline:0;resize:none;font-size:.67rem}.contact-message small{position:absolute;right:10px;bottom:7px;color:var(--muted);font-weight:400}.contact-form-footer{display:flex;justify-content:space-between;align-items:center;margin-top:16px}.file-upload{display:flex;align-items:flex-start;gap:10px;cursor:pointer}.file-upload input{display:none}.file-upload>i{font-size:1.1rem}.file-upload span{display:flex;flex-direction:column;font-size:.64rem}.file-upload small{color:var(--muted);margin-top:3px}.contact-form-footer>.btn{min-width:160px}.contact-section-heading{margin:34px 0 18px}.contact-section-heading p{font-size:.68rem;color:#536780}.contact-channels{display:grid;grid-template-columns:1fr 1fr;gap:14px}.contact-channels>article{min-height:145px;padding:22px;display:flex;gap:18px;border:1px solid var(--border);border-radius:9px;background:#fff;box-shadow:0 3px 10px rgba(15,52,98,.035)}.channel-icon{flex:0 0 58px;width:58px;height:58px;display:grid;place-items:center;border-radius:50%;font-size:1.55rem}.channel-icon.blue{color:var(--primary);background:#e9f2ff}.channel-icon.green{color:#1aad55;background:#e7f8ed}.contact-channels article>div:not(.dual-contact){display:flex;flex-direction:column;align-items:flex-start}.contact-channels h3{font-size:.76rem;font-weight:800}.contact-channels p{font-size:.65rem;line-height:1.55;margin:0 0 6px}.contact-channels a{font-size:.67rem;color:var(--primary);font-weight:700;margin-bottom:5px}.contact-channels small{padding:4px 9px;border:1px solid #8db5f2;border-radius:12px;color:var(--primary);font-size:.57rem}.contact-channels>article:nth-child(3){display:grid;grid-template-columns:1fr 1fr}.dual-contact{display:flex;gap:12px}.dual-contact .channel-icon{width:50px;height:50px;flex-basis:50px}.contact-channels ul{list-style:none;padding:0;margin:0}.contact-channels li{display:flex;gap:8px;margin:8px 0;font-size:.63rem;line-height:1.5}.contact-channels li i{color:#20a14a}.contact-bottom-cta{min-height:110px;margin-top:18px;padding:18px 30px;display:grid;grid-template-columns:100px 1fr auto auto;gap:15px;align-items:center;border:1px solid #c5d8f4;border-radius:9px;background:#f5f9ff}.contact-bottom-cta>span{font-size:3.2rem;color:var(--primary);text-align:center}.contact-bottom-cta h2{font-size:.86rem}.contact-bottom-cta p{font-size:.65rem;color:#536780}.contact-bottom-cta .btn{min-width:155px}.contact-success{position:fixed;right:25px;bottom:25px;z-index:1000;padding:15px 20px;display:flex;gap:12px;color:#238540;background:#e6f7ea;border:1px solid #b9e4c3;border-radius:8px}.contact-success>div{display:flex;flex-direction:column;font-size:.68rem}.contact-success span{margin-top:3px;color:#536780}
@media(max-width:991.98px){.contact-agent{right:5%;opacity:.4}.contact-channels{grid-template-columns:1fr}.contact-bottom-cta{grid-template-columns:70px 1fr}.contact-bottom-cta .btn{grid-row:2}}
@media(max-width:767.98px){.contact-agent{display:none}.contact-fields{grid-template-columns:1fr}.contact-message{grid-column:auto}.contact-form-footer{align-items:stretch;flex-direction:column;gap:15px}.contact-form-footer>.btn{width:100%}.contact-channels>article:nth-child(3){grid-template-columns:1fr}.contact-bottom-cta{grid-template-columns:1fr;text-align:center}.contact-bottom-cta>span{display:none}.contact-bottom-cta .btn{grid-row:auto;width:100%}}
/* HOME */
.hero-section {
  position: relative;
  min-height: 610px;
  background: #eef6ff;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.98) 0%,
      rgba(255, 255, 255, 0.9) 37%,
      rgba(255, 255, 255, 0.12) 62%
    ),
    url("../images/home/hero-fleet.webp") center right/cover no-repeat;
}
.hero-content {
  position: relative;
  z-index: 2;
}
.hero-copy {
  padding-top: 55px;
}
.hero-copy h1 {
  font-family: var(--font-heading);
  font-size: 3.6rem;
  line-height: 1.04;
  font-weight: 880;
  letter-spacing: -0.05em;
}
.hero-copy p {
  max-width: 550px;
}
.hero-trust {
  font-size: 0.85rem;
  font-weight: 750;
}
.search-wrap {
  position: relative;
  z-index: 4;
  margin-top: -155px;
  padding-bottom: 30px;
}
.quick-search {
  margin-top: 100px;
  border: 1px solid #dce8f6 !important;
  border-radius: 18px !important;
}
.icon-circle {
  width: 45px;
  height: 45px;
  border-radius: 13px;
  background: #edf5ff;
  display: grid;
  place-items: center;
  color: var(--primary);
  font-size: 1.2rem;
}
.search-grid {
  border: 1px solid #d4e4f5;
  border-radius: 13px;
  display: grid;
  grid-template-columns:
    minmax(160px, 1.2fr)
    minmax(160px, 1.2fr)
    minmax(160px, 1.2fr)
    minmax(128px, 0.85fr)
    minmax(160px, 1.2fr)
    minmax(160px, 1fr);
  gap: 12px;
  padding: 12px;
  background: #eef6ff;
  overflow: visible;
}
.search-grid > .search-cell,
.search-grid > .search-action {
  width: auto;
  max-width: none;
}
.service-choice-bar {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  padding: 4px;
  border: 1px solid #d4e4f5;
  border-radius: 12px;
  background: #f6faff;
}
.service-choice-button {
  min-height: 48px;
  border: 0;
  border-radius: 9px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0.45rem 0.7rem;
  color: #0f2b4d;
  font-size: 0.82rem;
  font-weight: 800;
}
.service-choice-button i {
  color: #1f66d1;
  font-size: 0.95rem;
}
.service-choice-button:hover,
.service-choice-button.active {
  background: #fff;
  color: var(--primary);
}
.service-choice-button.active {
  background: linear-gradient(180deg, #317ef4, #1f66d1);
  color: #fff;
  box-shadow: 0 12px 24px rgba(18, 102, 232, 0.22);
}
.service-choice-button.active i {
  color: #fff;
}
.search-cell {
  grid-column: auto;
  min-width: 0;
  min-height: 86px;
  padding: 0.8rem 1rem;
  border: 1px solid #d4e4f5;
  border-radius: 10px;
  background: #fff;
}
.search-cell-city {
  grid-column: auto;
  min-width: 0;
}
.search-cell-date,
.search-cell-service {
  min-width: 0;
}
.search-cell-time,
.search-cell-duration,
.search-cell-compact {
  min-width: 0;
}
.search-cell-time {
  grid-column: auto;
  min-width: 0;
}
.search-cell-duration {
  grid-column: span 6;
  min-width: 0;
}
.search-cell .form-label {
  font-size: 0.65rem;
  color: #60748c;
  text-transform: uppercase;
  font-weight: 800;
}
.clean-control,
.clean-input .form-control,
.clean-input .input-group-text {
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  padding-left: 0;
  font-weight: 700;
  font-size: 0.83rem;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.clean-time-control,
.clean-duration-control {
  display: block;
  height: 34px;
  margin-top: 6px;
  color: var(--dark) !important;
  line-height: 1.5;
  opacity: 1;
}
.clean-time-control {
  min-width: 96px;
}
.clean-duration-control {
  min-width: 88px;
  padding-right: 16px;
}
.city-combobox {
  position: relative;
}
.search-cell-city .city-search-field {
  display: block;
  width: 100%;
  height: 32px;
  margin-top: 6px;
  padding: 0 28px 0 0;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  appearance: none;
  color: var(--dark);
  background: transparent !important;
  font-family: inherit;
  font-size: 0.83rem;
  font-weight: 700;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search-cell-city .city-search-field:focus,
.search-cell-city .city-search-field:focus-visible {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}
.search-cell-city .city-search-field::placeholder {
  color: #71839a;
  opacity: 1;
}
.city-clear-button {
  position: absolute;
  right: 0;
  bottom: 2px;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: var(--text);
  background: transparent;
  font-size: 0.85rem;
  line-height: 1;
}
.city-clear-button:hover {
  color: #0f172a;
  background: #edf2f7;
}
.city-suggestion-panel {
  position: fixed;
  z-index: 1060;
  max-height: 278px;
  overflow: hidden;
  border: 1px solid #dce8f6;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 20px 46px rgba(16, 39, 68, 0.16);
}
.city-suggestion-title {
  padding: 10px 12px 8px;
  border-bottom: 1px solid #eef3f8;
  color: #60748c;
  font-size: 0.72rem;
  font-weight: 800;
}
.city-suggestion-panel .city-options {
  max-height: 226px;
  overflow-y: auto;
  padding: 5px;
  overscroll-behavior: contain;
}
.city-suggestion-panel .city-option {
  width: 100%;
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 10px;
  border-radius: 8px;
  color: var(--dark);
  cursor: pointer;
  font-size: 0.85rem;
  font-weight: 650;
  line-height: 1.25;
}
.city-suggestion-panel .city-option span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.city-suggestion-panel .city-option .bi-check {
  color: var(--primary);
  font-size: 1rem;
}
.city-suggestion-panel .city-option:hover,
.city-suggestion-panel .city-option.active {
  color: var(--primary);
  background: #edf5ff;
}
.city-empty {
  padding: 14px 10px;
  color: #71839a;
  font-size: 0.84rem;
  font-weight: 600;
}
.search-action {
  grid-column: 6 / -1;
  min-width: 0;
  padding: 0;
  align-self: center;
  width: 100%;
}
.search-action .btn {
  min-height: 48px;
  width: 100%;
  height: auto;
  white-space: nowrap;
}
.search-benefits {
  grid-column: 1 / 6;
  min-height: 48px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 12px;
  font-size: 0.7rem;
  color: #71839a;
}
.catalog-section {
  background: #fff;
}
.vehicle-card {
  height: 100%;
  border: 1px solid #e3ebf5;
  border-radius: 14px;
  background: white;
  overflow: hidden;
  transition: 0.2s;
  box-shadow: 0 4px 15px rgba(20, 52, 92, 0.04);
}
.vehicle-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}
.vehicle-card img {
  width: 100%;
  height: 132px;
  object-fit: contain;
  background: #fbfdff;
}
.vehicle-body {
  padding: 1rem;
}
.vehicle-body h3 {
  font-size: 0.88rem;
  font-weight: 850;
}
.vehicle-meta {
  display: flex;
  gap: 0.6rem;
  color: #74859a;
  font-size: 0.68rem;
}
.vehicle-price {
  color: var(--primary);
  font-weight: 900;
  font-size: 1rem;
}
.vehicle-price-unavailable {
  color: #637083;
  font-size: 0.82rem;
  line-height: 1.3;
}
.vehicle-price small {
  font-size: 0.62rem;
  color: #74859a;
}
.trust-feature {
  display: flex;
  gap: 0.8rem;
}
.trust-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #edf5ff;
  display: grid;
  place-items: center;
  color: var(--primary);
  font-size: 1.4rem;
  flex: 0 0 auto;
}
.trust-feature h3 {
  font-size: 0.88rem;
  font-weight: 850;
}
.trust-feature p {
  font-size: 0.74rem;
  color: var(--muted);
}
.stats-panel {
  background: linear-gradient(110deg, #083d73, #006dcc);
  color: white;
  border-radius: 15px;
}
.stat-item {
  padding: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}
.stat-item i {
  font-size: 1.8rem;
}
.stat-item strong {
  font-size: 1.45rem;
}
.stat-item span {
  display: block;
  font-size: 0.68rem;
}
.review-card {
  border: 1px solid #e5edf6;
  border-radius: 14px;
  padding: 1rem;
  height: 100%;
  box-shadow: 0 5px 18px rgba(20, 52, 92, 0.05);
}
.stars {
  color: #ffb000;
}
.reviewer {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}
.reviewer img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}
.reviewer strong {
  font-size: 0.73rem;
}
.reviewer span {
  display: block;
  color: #8494a7;
  font-size: 0.66rem;
}
.partner-logo {
  padding: 1rem;
  border: 1px solid #e7eef7;
  border-radius: 12px;
  text-align: center;
  font-size: 0.72rem;
  font-weight: 850;
  color: #3c628c;
}
.corporate-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 35% 15%,
      rgba(255, 255, 255, 0.98),
      transparent 38%
    ),
    linear-gradient(110deg, #dcecff 0%, #eef7ff 48%, #ffffff 100%);
  border: 1px solid #d8e7f8;
  box-shadow: 0 14px 38px rgba(30, 93, 165, 0.1);
}
.corporate-content {
  position: relative;
  z-index: 2;
}
.corporate-visual {
  position: relative;
  min-height: 370px;
}
.corporate-visual::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    #eef7ff 0%,
    rgba(238, 247, 255, 0.9) 8%,
    rgba(238, 247, 255, 0.35) 26%,
    transparent 48%
  );
}
.corporate-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.corporate-list {
  font-size: 0.78rem;
  font-weight: 650;
}
.corporate-list .col {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.corporate-list i {
  color: var(--primary);
  font-size: 0.9rem;
}
.promo-card,
.app-card,
.help-card {
  min-height: 250px;
  border-radius: 17px;
  overflow: hidden;
  position: relative;
}
.promo-card {
  background:
    radial-gradient(
      circle at 76% 18%,
      rgba(61, 143, 236, 0.42),
      transparent 34%
    ),
    linear-gradient(125deg, #092a62 0%, #0d4e9d 58%, #07336f 100%);
  color: white;
  padding: 1.55rem;
  border: 1px solid #4d91db;
}
.promo-vehicle {
  position: absolute;
  z-index: 1;
  right: -8%;
  bottom: -5%;
  width: 67%;
  height: auto;
  filter: drop-shadow(0 14px 15px rgba(0, 13, 35, 0.35));
}
.promo-copy {
  position: relative;
  z-index: 2;
  max-width: 53%;
}
.promo-badge {
  display: inline-block;
  padding: 0.3rem 0.55rem;
  border-radius: 6px;
  background: #119ff0;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.12);
  font-size: 0.62rem;
  font-weight: 800;
}
.promo-copy h2 {
  margin: 0.8rem 0 0;
  font-size: 1.35rem;
  font-weight: 750;
}
.promo-copy h3 {
  margin-bottom: 1rem;
  font-size: 1.05rem;
  font-weight: 750;
}
.promo-copy strong {
  display: block;
  margin: -0.2rem 0;
  font-size: 3.5rem;
  line-height: 1.05;
}
.promo-copy small {
  font-size: 0.66rem;
  opacity: 0.9;
}
.app-card,
.help-card {
  border: 1px solid #e4ecf6;
  padding: 1.65rem;
  box-shadow: 0 7px 24px rgba(15, 52, 98, 0.04);
}
.app-card {
  background: linear-gradient(120deg, #fff 0%, #fff 62%, #eef5fc 100%);
}
.app-copy {
  position: relative;
  z-index: 2;
  max-width: 68%;
}
.app-phone {
  position: absolute;
  z-index: 1;
  right: -15px;
  bottom: -82px;
  height: 325px;
  width: auto;
  transform: rotate(2deg);
  filter: drop-shadow(0 14px 14px rgba(5, 30, 66, 0.18));
}
.store-badges {
  display: flex;
  gap: 0.5rem;
  margin-top: 1.8rem;
}
.store-badges a {
  position: relative;
  display: block;
  width: 128px;
  height: 40px;
  overflow: hidden;
  border-radius: 6px;
}
.store-badges img {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 128px;
  height: 128px;
  transform: translateY(-50%);
}
.help-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background: linear-gradient(135deg, #f8fbff, #edf3fa);
}
.help-whatsapp {
  margin-top: 0.6rem;
  padding: 0.65rem 1rem;
  background: #18b969;
  border-color: #18b969;
}
.help-contact {
  margin: 1.25rem 0 0;
  font-size: 0.76rem;
}
.help-contact a {
  color: var(--primary);
  font-size: 0.9rem;
  font-weight: 800;
}

/* LOGIN MODAL */
.login-modal .modal-dialog {
  max-width: 430px;
}
.login-modal .modal-content {
  border: 0;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(4, 26, 53, 0.25);
}
.login-modal-close {
  position: absolute;
  z-index: 3;
  top: 16px;
  right: 16px;
  width: 0.7rem;
  height: 0.7rem;
  padding: 0.55rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.72);
}
.login-modal-banner {
  min-height: 120px;
  padding: 26px 105px 22px 26px;
  position: relative;
  display: flex;
  align-items: center;
  background: linear-gradient(120deg, #dff4ff 0%, #d3fff0 100%);
}
.login-modal-kicker {
  display: block;
  margin-bottom: 5px;
  color: var(--primary);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.login-modal-banner h2 {
  max-width: 270px;
  margin: 0;
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 750;
  line-height: 1.15;
}
.login-modal-visual {
  position: absolute;
  right: 28px;
  bottom: 13px;
  color: #7cccec;
}
.login-modal-visual > i {
  position: absolute;
  top: -14px;
  left: -19px;
  font-size: 1.2rem;
}
.login-modal-phone {
  width: 50px;
  height: 73px;
  border: 4px solid #0c5fb8;
  border-radius: 9px;
  display: grid;
  place-items: center;
  color: white;
  background: linear-gradient(155deg, #1781e8, #16b784);
  transform: rotate(-6deg);
  box-shadow: 0 8px 15px rgba(8, 70, 130, 0.18);
}
.login-modal-phone i {
  font-size: 1.5rem;
}
.login-modal-body {
  padding: 24px 48px 14px;
  text-align: center;
}
.social-login {
  width: 100%;
  min-height: 43px;
  padding: 0 18px;
  border: 1px solid #e6e9ed;
  border-radius: 999px;
  display: grid;
  grid-template-columns: 28px 1fr 28px;
  align-items: center;
  color: #272d33;
  background: white;
  box-shadow: 0 8px 22px rgba(15, 52, 98, 0.08);
  font-size: 0.82rem;
  font-weight: 700;
  transition: 0.2s ease;
}
.social-login:hover {
  border-color: #b9d3f5;
  transform: translateY(-1px);
  box-shadow: 0 10px 25px rgba(15, 52, 98, 0.12);
}
.social-login i {
  font-size: 1.1rem;
  text-align: left;
}
.social-login-google {
  margin-bottom: 0;
}
.social-login-google i {
  color: #4285f4;
}
.login-other-options,
.login-guest {
  padding: 0;
  border: 0;
  color: var(--primary);
  background: transparent;
  font-size: 0.84rem;
  font-weight: 800;
}
.login-other-options {
  margin: 22px 0 14px;
}
.login-form {
  margin-bottom: 18px;
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: 14px;
  text-align: left;
  background: var(--soft);
}
.login-form .form-label {
  margin-bottom: 5px;
  font-size: 0.7rem;
  font-weight: 700;
}
.login-benefit {
  max-width: 290px;
  margin: 0 auto;
  color: #747c84;
  font-size: 0.72rem;
  font-weight: 650;
  line-height: 1.45;
}
.login-terms {
  margin: 44px 0 28px;
  color: #747c84;
  font-size: 0.7rem;
  font-weight: 600;
  line-height: 1.45;
}
.login-terms a {
  color: var(--primary);
  font-weight: 750;
}
.login-guest {
  margin-bottom: 0;
}
/* SEARCH */
.page-bg {
  background: var(--soft);
}
.search-results-main {
  padding: 22px 0 70px;
}
.breadcrumb {
  font-size: 0.75rem;
}
.search-summary-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 17px;
  box-shadow: 0 8px 26px rgba(15, 52, 98, 0.05);
}
.summary-field {
  padding: 18px 20px;
  min-height: 94px;
  border-right: 1px solid #e8eef6;
}
.summary-label {
  font-size: 0.65rem;
  text-transform: uppercase;
  font-weight: 850;
  letter-spacing: 0.05em;
  color: #6f8197;
}
.summary-label i {
  color: var(--primary);
}
.summary-value {
  font-weight: 850;
  font-size: 0.98rem;
}
.summary-sub {
  font-size: 0.68rem;
  color: #8998aa;
}
.summary-action {
  padding: 16px;
  display: flex;
  height: 100%;
  align-items: center;
}
.summary-action .btn {
  min-height: 55px;
}
.search-edit-field {
  position: relative;
  min-width: 0;
}
.search-edit-field label {
  display: block;
  margin-bottom: 7px;
  color: #52667e;
  font-size: 0.67rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.search-edit-field .form-control,
.search-edit-field .form-select {
  height: 44px;
  border-color: #d9e5f2;
  border-radius: 10px;
  color: #061832;
  font-size: 0.86rem;
  font-weight: 700;
}
.search-city-suggestions {
  position: absolute;
  z-index: 30;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  overflow: hidden;
  border: 1px solid #d7e6f8;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(15, 52, 98, 0.16);
}
.search-city-suggestions button {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 2px;
  border: 0;
  border-bottom: 1px solid #eef3f8;
  background: #fff;
  padding: 10px 12px;
  text-align: left;
}
.search-city-suggestions button:last-child {
  border-bottom: 0;
}
.search-city-suggestions button:hover {
  background: #f3f8ff;
}
.search-city-suggestions span {
  color: #061832;
  font-size: 0.82rem;
  font-weight: 800;
}
.search-city-suggestions small {
  color: #7f8fa3;
  font-size: 0.68rem;
}
.filter-billing-note {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  border-radius: 10px;
  background: #edf6ff;
  padding: 10px 12px;
  color: #52667e;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.45;
}
.filter-billing-note i {
  color: var(--primary);
  line-height: 1.45;
}
.filter-card {
  background: white;
  border: 1px solid var(--border);
  border-radius: 16px;
  position: sticky;
  top: 96px;
  overflow: hidden;
}
.filter-heading,
.filter-section {
  padding: 18px;
  border-bottom: 1px solid #edf2f7;
}
.filter-heading h2,
.filter-title {
  font-size: 0.83rem;
  font-weight: 850;
}
.service-filter-buttons {
  display: grid;
  gap: 7px;
}
.service-filter-buttons button {
  min-height: 38px;
  border: 1px solid #d9e5f2;
  border-radius: 8px;
  background: #fff;
  color: #0f2b4d;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0.42rem 0.65rem;
  text-align: left;
  font-size: 0.78rem;
  font-weight: 800;
}
.service-filter-buttons button i {
  color: #1f66d1;
}
.service-filter-buttons button:hover,
.service-filter-buttons button.active {
  border-color: var(--primary);
  background: #edf5ff;
  color: var(--primary);
}
.filter-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0.75rem 0;
  font-size: 0.8rem;
  color: #576a81;
}
.filter-count {
  min-width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #eef4fb;
  display: grid;
  place-items: center;
  font-size: 0.65rem;
}
.filter-help {
  background: #edf6ff;
  border-radius: 12px;
  padding: 14px;
}
.route-kicker {
  font-size: 0.7rem;
  color: var(--primary);
  font-weight: 900;
  letter-spacing: 0.1em;
}
.results-title {
  font-weight: 850;
  letter-spacing: -0.04em;
}
.availability-note {
  background: var(--green-soft);
  border: 1px solid #bee9d5;
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 0.76rem;
}
.result-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 12px;
  margin-bottom: 14px;
}
.vehicle-placeholder {
  height: 185px;
  border: 1px dashed #bfd4ee;
  border-radius: 13px;
  background: #edf6ff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.vehicle-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vehicle-badges {
  display: flex;
  gap: 0.45rem;
  align-items: center;
  flex-wrap: wrap;
}
.availability-badge,
.quick-badge {
  border-radius: 999px;
  padding: 0.26rem 0.55rem;
  font-size: 0.62rem;
  font-weight: 850;
}
.availability-badge {
  background: var(--green-soft);
  color: #138352;
}
.quick-badge {
  background: #edf5ff;
  color: var(--primary);
}
.vehicle-category {
  font-size: 0.63rem;
  color: var(--primary);
  font-weight: 900;
}
.vehicle-name {
  font-size: 1.25rem;
}
.vehicle-equivalent {
  font-size: 0.68rem;
  color: #8594a6;
}
.vehicle-specs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem 1rem;
  font-size: 0.72rem;
  color: #4f6279;
}
.price-column {
  border-left: 1px solid #e5edf6;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: right;
  align-items: flex-end;
  padding-left: 20px;
}
.price-caption,
.price-includes,
.cancel-note {
  font-size: 0.65rem;
  color: #8392a5;
}
.search-price {
  font-size: 1.45rem;
  font-weight: 880;
}
.search-price-unavailable {
  color: #637083;
  font-size: 1rem;
  line-height: 1.35;
}
.choose-btn {
  min-width: 190px;
}
.results-cta {
  margin-top: 28px;
  border: 1px solid #cfe1f7;
  border-radius: 18px;
  background: linear-gradient(110deg, #eaf5ff, #f9fcff);
  padding: 25px;
}
/* DETAIL */
.detail-main {
  background: var(--soft);
  padding: 20px 0 70px;
}
.detail-gallery .main-photo,
.detail-gallery .sub-photo {
  border-radius: 17px;
  overflow: hidden;
  border: 1px solid #e1eaf5;
  background: #edf5ff;
}
.detail-gallery .main-photo {
  height: 470px;
}
.detail-gallery .sub-photo {
  height: 226px;
}
.detail-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.booking-card {
  border: 1px solid var(--border);
  border-radius: 18px;
  background: white;
  padding: 22px;
  box-shadow: var(--shadow);
}
.status-pill {
  display: inline-flex;
  background: var(--green-soft);
  color: #138352;
  padding: 0.28rem 0.6rem;
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 850;
}
.booking-card h1 {
  font-size: 2rem;
  letter-spacing: -0.04em;
}
.rating-line {
  font-size: 0.72rem;
}
.trip-box {
  background: #f4f8fd;
  border-radius: 12px;
  padding: 14px;
}
.trip-label {
  font-size: 0.63rem;
  color: #8090a3;
}
.trip-value {
  font-weight: 850;
  font-size: 0.82rem;
}
.price-line {
  display: flex;
  justify-content: space-between;
  font-size: 0.76rem;
  padding: 0.42rem 0;
}
.total-line {
  display: flex;
  justify-content: space-between;
  font-size: 0.95rem;
  border-top: 1px dashed #d9e5f2;
  padding-top: 12px;
}
.total-line strong {
  font-size: 1.4rem;
}
.feature-section {
  padding-top: 28px;
}
.feature-card {
  height: 58px;
  border: 1px solid #dae5f2;
  border-radius: 11px;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0 14px;
  font-size: 0.74rem;
  background: white;
}
.include-card {
  border: 1px solid var(--border);
  border-radius: 15px;
  background: white;
  padding: 20px;
}
.include-card h3 {
  font-size: 0.88rem;
  font-weight: 850;
}
.include-card li {
  font-size: 0.72rem;
  margin: 0.65rem 0;
}
.corporate-strip {
  border: 1px solid #cfe1f7;
  border-radius: 15px;
  background: linear-gradient(110deg, #eaf5ff, #fff);
  padding: 20px;
}
.trust-strip {
  border-top: 1px solid #e1e9f3;
  border-bottom: 1px solid #e1e9f3;
  background: white;
}
.trust-strip-item {
  padding: 18px;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}
.trust-strip-item i {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #edf5ff;
  color: var(--primary);
  display: grid;
  place-items: center;
}
/* CHECKOUT */
.checkout-main {
  background: var(--soft);
  padding: 32px 0 70px;
}
.checkout-title h1 {
  font-size: 2.1rem;
  font-weight: 500;
}
.checkout-card {
  border: 1px solid var(--border);
  border-radius: 17px;
  background: #fff;
  padding: 22px;
  margin-bottom: 16px;
}
.step-title {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
  border-bottom: 1px solid #e2eaf4;
  padding-bottom: 15px;
  margin-bottom: 18px;
}
.step-number {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: #eaf4ff;
  color: var(--primary);
  display: grid;
  place-items: center;
  font-weight: 850;
}
.step-title h2 {
  font-size: 0.9rem;
  font-weight: 850;
  margin: 0;
}
.step-title small {
  font-size: 0.64rem;
  color: #8493a5;
}
.checkout-card .form-label {
  font-size: 0.65rem;
  font-weight: 800;
  color: #52667e;
}
.checkout-card .form-control {
  border-color: #cfddea;
  border-radius: 9px;
  padding: 0.8rem;
  font-size: 0.8rem;
}
.payment-option {
  border: 1px solid #d7e3f0;
  border-radius: 11px;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  cursor: pointer;
  min-height: 70px;
}
.payment-option.active {
  border: 2px solid var(--primary);
  background: #f8fbff;
}
.payment-option i {
  font-size: 1.4rem;
  color: var(--primary);
}
.payment-option strong {
  font-size: 0.72rem;
}
.payment-option small {
  font-size: 0.6rem;
  color: #8998aa;
  display: block;
}
.order-summary {
  position: sticky;
  top: 96px;
  border: 1px solid var(--border);
  border-radius: 17px;
  background: white;
  padding: 22px;
}
.summary-vehicle {
  background: #f3f7fc;
  border-radius: 12px;
  padding: 12px;
  display: flex;
  gap: 12px;
  align-items: center;
}
.summary-vehicle img {
  width: 96px;
  height: 62px;
  object-fit: contain;
}
.timeline {
  margin: 18px 0;
  padding-left: 18px;
  border-left: 2px dotted #a9c8ef;
}
.timeline-item {
  position: relative;
  margin: 14px 0;
}
.timeline-item:before {
  content: "";
  position: absolute;
  left: -24px;
  top: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--primary);
  box-shadow: 0 0 0 4px #eaf4ff;
}
.summary-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.72rem;
  padding: 0.35rem 0;
}
.checkout-total {
  font-size: 1.35rem;
  font-weight: 850;
  color: #49627e;
}
.checkout-total strong {
  color: var(--primary);
}

/* MONTHLY RENTAL */
.monthly-main {
  background: #fff;
}
.monthly-hero {
  padding: 28px 0 34px;
  background: linear-gradient(115deg, #f5faff 0%, #eaf4ff 60%, #f9fcff 100%);
  border-bottom: 1px solid #dce8f6;
}
.monthly-hero-copy {
  min-height: 530px;
  padding: 28px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    linear-gradient(
      90deg,
      rgba(245, 250, 255, 0.98) 0%,
      rgba(245, 250, 255, 0.78) 38%,
      rgba(245, 250, 255, 0.05) 72%
    ),
    url("../images/home/hero-fleet.webp") center right/cover no-repeat;
  border-radius: 18px;
}
.monthly-pill {
  width: fit-content;
  padding: 0.48rem 0.85rem;
  border: 1px solid #9fc5f6;
  border-radius: 999px;
  color: var(--primary);
  background: rgba(255, 255, 255, 0.8);
  font-size: 0.72rem;
  font-weight: 750;
}
.monthly-hero-copy h1 {
  max-width: 650px;
  margin: 1rem 0;
  font-family: var(--font-heading);
  font-size: 3.6rem;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.04em;
}
.monthly-hero-copy h1 span {
  color: var(--primary);
}
.monthly-hero-copy > p {
  max-width: 610px;
  color: #354b64;
  font-size: 0.92rem;
  line-height: 1.65;
}
.monthly-highlights {
  margin-top: auto;
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
}
.monthly-highlights > div {
  min-width: 105px;
  padding: 0.8rem;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  border: 1px solid #d4e3f4;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.9);
  font-size: 0.68rem;
  box-shadow: 0 5px 15px rgba(15, 52, 98, 0.05);
}
.monthly-highlights i {
  color: var(--primary);
  font-size: 1.2rem;
}
.monthly-highlights b {
  display: block;
}
.monthly-form {
  height: 100%;
  padding: 26px;
  border: 1px solid #d7e5f4;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 42px rgba(15, 52, 98, 0.11);
}
.monthly-form h2,
.monthly-benefits h2,
.monthly-feature-panel h2,
.monthly-process h2 {
  font-size: 1.5rem;
  font-weight: 800;
}
.monthly-form > p {
  color: #64778d;
  font-size: 0.72rem;
}
.monthly-form label,
.monthly-form-label {
  display: block;
  margin-bottom: 0.35rem;
  color: #3b5068;
  font-size: 0.72rem;
  font-weight: 750;
}
.monthly-form .form-control,
.monthly-form .form-select {
  min-height: 42px;
  border-color: #ceddec;
  border-radius: 8px;
  font-size: 0.8rem;
}
.monthly-radios {
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.monthly-radios label {
  margin: 0;
  font-size: 0.78rem;
}
.monthly-response-note {
  margin-top: 12px;
  color: var(--primary);
  text-align: center;
  font-size: 0.62rem;
  font-weight: 700;
}
.monthly-benefits {
  padding: 30px 0;
}
.monthly-benefit-card {
  height: 100%;
  padding: 18px 12px;
  border: 1px solid #d8e5f4;
  border-radius: 13px;
  text-align: center;
  background: #fff;
}
.monthly-benefit-card > i {
  width: 48px;
  height: 48px;
  margin: 0 auto 12px;
  display: grid;
  place-items: center;
  border: 2px solid #93bcf3;
  border-radius: 50%;
  color: var(--primary);
  background: #f2f8ff;
  font-size: 1.5rem;
}
.monthly-benefit-card h3 {
  min-height: 42px;
  font-size: 0.88rem;
  font-weight: 800;
}
.monthly-benefit-card p {
  margin: 0;
  color: #607188;
  font-size: 0.72rem;
  line-height: 1.55;
}
.monthly-details {
  padding: 0 0 24px;
}
.monthly-feature-panel,
.monthly-process {
  height: 100%;
  padding: 20px;
  border-radius: 15px;
  background: linear-gradient(135deg, #edf6ff, #f9fcff);
  border: 1px solid #dce9f7;
}
.monthly-feature-panel img {
  width: 100%;
  height: 175px;
  border-radius: 10px;
  object-fit: cover;
}
.monthly-feature {
  display: flex;
  gap: 0.65rem;
}
.monthly-feature > i {
  width: 35px;
  height: 35px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: var(--primary);
  background: #fff;
  box-shadow: 0 4px 12px rgba(15, 52, 98, 0.07);
}
.monthly-feature b,
.monthly-feature small {
  display: block;
}
.monthly-feature b {
  font-size: 0.78rem;
}
.monthly-feature small {
  margin-top: 0.2rem;
  color: #65778c;
  font-size: 0.68rem;
}
.monthly-process {
  background: #fff;
}
.monthly-process-list {
  display: flex;
  gap: 0.7rem;
  margin-top: 22px;
}
.monthly-process-list > div {
  flex: 1;
  position: relative;
  text-align: center;
}
.monthly-process-list > div:not(:last-child)::after {
  content: "→";
  position: absolute;
  top: 22px;
  right: -11px;
  color: #77aef3;
}
.monthly-process-list i {
  width: 52px;
  height: 52px;
  margin: 0 auto 9px;
  display: grid;
  place-items: center;
  border: 1px solid #c5ddfa;
  border-radius: 14px;
  color: var(--primary);
  background: #f2f8ff;
  font-size: 1.45rem;
}
.monthly-process-list b,
.monthly-process-list small {
  display: block;
}
.monthly-process-list b {
  color: var(--primary);
  font-size: 0.76rem;
}
.monthly-process-list small {
  margin-top: 0.4rem;
  color: #66788e;
  font-size: 0.66rem;
  line-height: 1.45;
}
.monthly-trust {
  margin: 18px 0 0;
  padding: 8px;
  border-radius: 9px;
  color: var(--primary);
  background: #edf6ff;
  font-size: 0.65rem;
  font-weight: 750;
  text-align: center;
}
.monthly-cta-section {
  padding-bottom: 2px;
  margin-bottom: 20px;
}
.monthly-cta {
  padding: 24px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  border-radius: 15px 15px 0 0;
  color: #fff;
  background: linear-gradient(110deg, #0b3b78, #075fe0);
}
.monthly-cta h2 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 800;
}
.monthly-cta p {
  margin: 0.4rem 0 0;
  color: #dceaff;
  font-size: 0.72rem;
}

@media (max-width: 991.98px) {
  .monthly-hero-copy {
    min-height: 500px;
    padding: 28px;
  }
  .monthly-hero-copy h1 {
    font-size: 2.5rem;
  }
  .monthly-process-list {
    flex-direction: column;
  }
  .monthly-process-list > div:not(:last-child)::after {
    display: none;
  }
  .monthly-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 575.98px) {
  .monthly-hero {
    padding-top: 14px;
  }
  .monthly-hero-copy {
    min-height: 460px;
    padding: 20px;
    background-position: 60% center;
  }
  .monthly-hero-copy h1 {
    font-size: 2rem;
  }
  .monthly-highlights > div {
    width: calc(50% - 0.35rem);
  }
  .monthly-form {
    padding: 20px;
  }
  .monthly-benefit-card {
    padding: 14px 8px;
  }
  .monthly-cta {
    padding: 24px;
  }
}

/* CORPORATE PAGE */
.corporate-page {
  color: var(--text);
}
.corporate-hero-page {
  background: #f8fbff;
}
.corporate-hero-inner {
  min-height: 560px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(
      90deg,
      #fff 0%,
      rgba(255, 255, 255, 0.92) 38%,
      rgba(255, 255, 255, 0.15) 64%
    ),
    url("../images/corporate/01-hero-corporate-fleet.webp") center right/cover
      no-repeat;
}
.corporate-hero-copy {
  width: 54%;
  padding: 55px 0;
}
.corporate-hero-copy > span {
  color: var(--primary);
  font-size: 1.4rem;
  font-weight: 800;
}
.corporate-hero-copy h1 {
  margin: 0.4rem 0 1rem;
  font-family: var(--font-heading);
  font-size: 2.7rem;
  font-weight: 800;
  line-height: 1.15;
}
.corporate-hero-copy > p {
  max-width: 590px;
  color: #52677f;
  font-size: 0.9rem;
  line-height: 1.65;
}
.corporate-hero-points {
  margin: 24px 0;
  display: flex;
  gap: 2.2rem;
}
.corporate-hero-points div {
  display: flex;
  gap: 0.55rem;
  align-items: center;
  font-size: 0.68rem;
}
.corporate-hero-points i {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--primary);
  background: #edf5ff;
  font-size: 1.15rem;
}
.corporate-section {
  padding: 54px 0;
}
.corporate-soft {
  background: linear-gradient(120deg, #f5f9ff, #fff);
}
.corporate-heading {
  margin-bottom: 28px;
}
.corporate-heading h2 {
  margin-bottom: 0.35rem;
  font-size: 1.6rem;
  font-weight: 800;
}
.corporate-heading p {
  margin: 0;
  color: #687b91;
  font-size: 0.8rem;
}
.corporate-icon-card {
  height: 100%;
  padding: 20px 12px;
  border: 1px solid #e1eaf5;
  border-radius: 13px;
  text-align: center;
  background: #fff;
  box-shadow: 0 7px 20px rgba(15, 52, 98, 0.04);
}
.corporate-icon-card > i {
  width: 48px;
  height: 48px;
  margin: 0 auto 12px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--primary);
  background: #edf5ff;
  font-size: 1.35rem;
}
.corporate-icon-card h3 {
  font-size: 0.78rem;
  font-weight: 800;
}
.corporate-icon-card p {
  margin: 0;
  color: #687a8f;
  font-size: 0.65rem;
  line-height: 1.5;
}
.corporate-check-list {
  display: grid;
  gap: 18px;
}
.corporate-check-list > div {
  display: flex;
  gap: 0.8rem;
}
.corporate-check-list i {
  color: var(--primary);
}
.corporate-check-list b,
.corporate-check-list small {
  display: block;
}
.corporate-check-list b {
  font-size: 0.82rem;
}
.corporate-check-list small {
  margin-top: 0.3rem;
  color: #687a8f;
  font-size: 0.7rem;
}
.corporate-service-photo {
  position: relative;
}
.corporate-service-photo > img {
  width: 100%;
  height: 390px;
  object-fit: cover;
  border-radius: 16px;
}
.corporate-service-photo > div {
  position: absolute;
  right: 25px;
  bottom: -25px;
  padding: 18px;
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--shadow);
}
.corporate-service-photo strong,
.corporate-service-photo small {
  display: block;
}
.corporate-service-photo span {
  margin-left: 0.6rem;
  color: #ffb000;
}
.corporate-service-photo small {
  margin-top: 0.5rem;
  color: #77889b;
  font-size: 0.65rem;
}
.industry-card {
  height: 100%;
  overflow: hidden;
  border: 1px solid #dce7f3;
  border-radius: 12px;
  background: #fff;
}
.corporate-channel-preview {
  padding: 64px 0;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 90% 15%,
      rgba(201, 225, 255, 0.5),
      transparent 35%
    ),
    linear-gradient(120deg, #ffffff 0%, #f5f9ff 100%);
}
.corporate-channel-preview h2 {
  margin: 0.65rem 0 1rem;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}
.corporate-preview-lead {
  color: #5e7289;
  font-size: 0.84rem;
  line-height: 1.7;
}
.corporate-preview-features {
  margin-top: 1.6rem;
  display: grid;
  gap: 1rem;
}
.corporate-preview-features > div {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
}
.corporate-preview-features i {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  color: var(--primary);
  background: #eaf4ff;
  font-size: 1.15rem;
}
.corporate-preview-features b,
.corporate-preview-features small {
  display: block;
}
.corporate-preview-features b {
  margin-bottom: 0.2rem;
  font-size: 0.82rem;
}
.corporate-preview-features small {
  color: #6c7f94;
  font-size: 0.7rem;
  line-height: 1.45;
}
.corporate-preview-mockup {
  padding: 18px 18px 14px;
  border: 1px solid #d6e4f4;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 22px 50px rgba(14, 66, 128, 0.13);
}
.corporate-preview-mockup > span {
  display: block;
  margin: 0 0 12px 4px;
  color: #17365e;
  font-size: 1rem;
  font-weight: 800;
}
.corporate-preview-mockup img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 11px;
}
.corporate-use-cases {
  padding: 52px 0;
  background: #fff;
}
.corporate-use-cases .corporate-heading {
  margin-bottom: 20px;
}
.corporate-use-card {
  height: 100%;
  min-height: 112px;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  gap: 20px;
  border: 1px solid #d8e5f4;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 5px 16px rgba(15, 52, 98, 0.035);
}
.corporate-use-card > i {
  width: 48px;
  flex: 0 0 48px;
  color: var(--primary);
  font-size: 2rem;
  text-align: center;
}
.corporate-use-card h3 {
  margin-bottom: 0.3rem;
  font-size: 0.9rem;
  font-weight: 800;
}
.corporate-use-card p {
  margin: 0;
  color: #66798f;
  font-size: 0.72rem;
  line-height: 1.45;
}
.industry-card img {
  width: 100%;
  height: 125px;
  object-fit: cover;
}
.industry-card div {
  padding: 14px;
}
.industry-card h3 {
  font-size: 0.78rem;
  font-weight: 800;
}
.industry-card p {
  margin: 0;
  color: #687a8f;
  font-size: 0.64rem;
  line-height: 1.5;
}
.corporate-steps {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.corporate-steps::before {
  content: "";
  position: absolute;
  top: 34px;
  left: 8%;
  right: 8%;
  border-top: 1px dashed #90baf0;
}
.corporate-steps > div {
  width: 19%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.corporate-steps i {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--primary);
  background: #fff;
  box-shadow: 0 7px 20px rgba(15, 52, 98, 0.08);
  font-size: 1.5rem;
}
.corporate-steps span {
  margin-top: 0.7rem;
  color: var(--primary);
  font-size: 0.65rem;
}
.corporate-steps b {
  margin-top: 0.25rem;
  font-size: 0.72rem;
}
.corporate-final-cta {
  position: relative;
  min-height: 600px;
  padding: 64px 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: url("../images/corporate/08-corporate-fleet-cta.webp")
    center/cover no-repeat;
}
.corporate-final-cta::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(
    90deg,
    #031f46 0%,
    #06326b 34%,
    rgba(5, 45, 94, 0.95) 46%,
    rgba(4, 39, 82, 0.68) 61%,
    rgba(3, 31, 69, 0.18) 82%,
    rgba(3, 31, 69, 0.04) 100%
  );
}
.corporate-final-cta .container-xl {
  position: relative;
  z-index: 2;
}
.corporate-final-cta h2 {
  max-width: 590px;
  font-size: 2.25rem;
  font-weight: 800;
}
.corporate-final-cta p {
  max-width: 540px;
  margin: 1rem 0 1.6rem;
  color: #dce8f6;
  font-size: 0.88rem;
  line-height: 1.6;
}
.corporate-stats {
  padding: 24px 0;
}
.corporate-stats .col {
  padding: 12px 25px;
  border-right: 1px solid #e0e8f2;
}
.corporate-stats strong {
  display: block;
  color: var(--primary);
  font-size: 1.65rem;
}
.corporate-stats span {
  color: #66788d;
  font-size: 0.68rem;
}
@media (max-width: 991.98px) {
  .corporate-hero-inner {
    background:
      linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.97),
        rgba(255, 255, 255, 0.72)
      ),
      url("../images/corporate/01-hero-corporate-fleet.webp") center/cover;
  }
  .corporate-hero-copy {
    width: 75%;
    padding: 45px 25px;
  }
  .corporate-steps {
    flex-wrap: wrap;
    gap: 25px;
  }
  .corporate-steps::before {
    display: none;
  }
  .corporate-steps > div {
    width: 30%;
  }
}
@media (max-width: 575.98px) {
  .corporate-hero-inner {
    min-height: 590px;
  }
  .corporate-hero-copy {
    width: 100%;
    padding: 35px 20px;
  }
  .corporate-hero-copy h1 {
    font-size: 2.05rem;
  }
  .corporate-hero-points {
    gap: 0.8rem;
    flex-direction: column;
  }
  .corporate-section {
    padding: 42px 0;
  }
  .corporate-service-photo > img {
    height: 300px;
  }
  .corporate-steps > div {
    width: 45%;
  }
  .corporate-final-cta {
    min-height: 420px;
    background-position: 64% center;
  }
  .corporate-final-cta::before {
    background: linear-gradient(
      90deg,
      rgba(3, 31, 70, 0.98) 0%,
      rgba(4, 43, 91, 0.9) 58%,
      rgba(3, 31, 69, 0.42) 100%
    );
  }
  .corporate-final-cta h2 {
    max-width: 330px;
    font-size: 1.8rem;
  }
  .corporate-final-cta p {
    max-width: 310px;
  }
  .corporate-stats .col {
    border: 0;
  }
}

/* EVENT & PROJECT MOBILITY */
.event-page {
  color: var(--text);
}
.event-hero {
  min-height: 540px;
  overflow: hidden;
  background: linear-gradient(110deg, #fff 0%, #f5faff 58%, #eaf4ff 100%);
}
.event-breadcrumb {
  position: relative;
  z-index: 2;
  padding-top: 18px;
  gap: 0.55rem;
}
.event-hero-content {
  position: relative;
  min-height: 540px;
  display: flex;
  align-items: center;
  isolation: isolate;
}
.event-hero-content::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  right: calc((100% - 100vw) / 2);
  bottom: 0;
  width: max(68%, calc(50vw + 210px));
  background: url("../images/event/event2.webp") center/cover no-repeat;
}
.event-hero-content::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    #fff 0%,
    #fff 34%,
    rgba(255, 255, 255, 0.96) 41%,
    rgba(255, 255, 255, 0.72) 49%,
    rgba(255, 255, 255, 0.28) 58%,
    transparent 70%
  );
}
.event-hero-copy {
  position: relative;
  z-index: 2;
  width: 48%;
  padding: 24px 0 34px;
}
.event-hero-copy h1 {
  margin-bottom: 1rem;
  font-family: var(--font-heading);
  font-size: 3.35rem;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.045em;
}
.event-hero-copy h2 {
  max-width: 620px;
  font-size: 1.2rem;
  font-weight: 750;
  line-height: 1.45;
}
.event-hero-copy > p {
  max-width: 590px;
  margin: 1rem 0 1.7rem;
  color: #536980;
  font-size: 0.86rem;
  line-height: 1.65;
}
.event-highlights {
  margin-bottom: 28px;
  display: flex;
  gap: 1.5rem;
}
.event-highlights > div {
  min-width: 105px;
  text-align: center;
  color: #425970;
  font-size: 0.68rem;
}
.event-highlights i {
  width: 42px;
  height: 42px;
  margin: 0 auto 8px;
  display: grid;
  place-items: center;
  color: var(--primary);
  background: #edf5ff;
  border-radius: 12px;
  font-size: 1.15rem;
}
.event-section {
  padding: 60px 0;
}
.event-soft {
  background: linear-gradient(120deg, #f5f9ff, #fff);
}
.event-heading {
  margin-bottom: 28px;
}
.event-heading h2 {
  font-size: 1.7rem;
  font-weight: 800;
}
.event-heading p {
  margin: 0;
  color: #6b7e93;
  font-size: 0.78rem;
}
.event-service-card {
  height: 100%;
  padding: 22px 15px;
  border: 1px solid #dce7f3;
  border-radius: 14px;
  text-align: center;
  background: #fff;
  box-shadow: 0 7px 20px rgba(15, 52, 98, 0.04);
}
.event-service-card i {
  width: 50px;
  height: 50px;
  margin: 0 auto 13px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--primary);
  background: #edf5ff;
  font-size: 1.3rem;
}
.event-service-card h3 {
  min-height: 38px;
  font-size: 0.82rem;
  font-weight: 800;
}
.event-service-card p {
  margin: 0;
  color: #687b91;
  font-size: 0.68rem;
  line-height: 1.55;
}
.event-advantage-panel {
  padding: 28px;
  border: 1px solid #dbe7f4;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 52, 98, 0.05);
}
.event-advantage {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}
.event-advantage i {
  color: var(--primary);
  font-size: 1.55rem;
}
.event-advantage span {
  max-width: 150px;
  font-size: 0.72rem;
  font-weight: 750;
}
.event-use-card {
  height: 100%;
  overflow: hidden;
  border: 1px solid #dce7f3;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(15, 52, 98, 0.04);
}
.event-use-card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}
.event-use-card div {
  padding: 16px;
}
.event-use-card h3 {
  font-size: 0.86rem;
  font-weight: 800;
}
.event-use-card p {
  margin: 0;
  color: #687b91;
  font-size: 0.7rem;
}
.event-steps {
  display: flex;
  position: relative;
  justify-content: space-between;
}
.event-steps::before {
  content: "";
  position: absolute;
  top: 35px;
  left: 8%;
  right: 8%;
  border-top: 1px dashed #8bb7ef;
}
.event-steps > div {
  width: 19%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.event-steps i {
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  border: 1px solid #d1e2f7;
  border-radius: 50%;
  color: var(--primary);
  background: #fff;
  box-shadow: 0 7px 20px rgba(15, 52, 98, 0.07);
  font-size: 1.45rem;
}
.event-steps span {
  margin-top: 8px;
  color: var(--primary);
  font-size: 0.64rem;
}
.event-steps b {
  margin-top: 4px;
  font-size: 0.76rem;
}
.event-inquiry-section {
  padding: 70px 0;
  background: #f4f8fd;
}
.event-inquiry-section h2 {
  margin: 0.7rem 0 1rem;
  font-size: 2rem;
  font-weight: 800;
}
.event-inquiry-section .col-lg-5 > p {
  color: #60748b;
  font-size: 0.84rem;
  line-height: 1.7;
}
.event-inquiry-note {
  margin-top: 25px;
  padding: 16px;
  display: flex;
  gap: 12px;
  align-items: center;
  border: 1px solid #cfe0f5;
  border-radius: 12px;
  background: #fff;
}
.event-inquiry-note i {
  color: var(--primary);
  font-size: 1.5rem;
}
.event-inquiry-note b,
.event-inquiry-note small {
  display: block;
}
.event-inquiry-note small {
  color: #6c7e92;
  font-size: 0.68rem;
}
.event-inquiry-form {
  padding: 26px;
  border: 1px solid #d7e4f2;
  border-radius: 17px;
  background: #fff;
  box-shadow: var(--shadow);
}
.event-inquiry-form label {
  margin-bottom: 5px;
  color: #435970;
  font-size: 0.7rem;
  font-weight: 750;
}
.event-inquiry-form .form-control,
.event-inquiry-form .form-select {
  min-height: 44px;
  border-color: #ceddeb;
  font-size: 0.8rem;
}
.event-final-cta {
  min-height: 310px;
  padding: 55px 0;
  display: flex;
  align-items: center;
  color: #fff;
  background:
    linear-gradient(
      90deg,
      rgba(3, 31, 70, 0.98),
      rgba(4, 45, 94, 0.86) 52%,
      rgba(3, 31, 69, 0.3)
    ),
    url("../images/event/event-mice.webp") center/cover no-repeat;
}
.event-final-cta h2 {
  font-size: 2rem;
  font-weight: 800;
}
.event-final-cta p {
  max-width: 680px;
  color: #dbe8f7;
  font-size: 0.84rem;
  line-height: 1.6;
}
.event-stats {
  padding: 25px 0;
}
.event-stats .col {
  padding: 12px 28px;
  border-right: 1px solid #e0e9f3;
}
.event-stats strong {
  display: block;
  color: var(--primary);
  font-size: 1.65rem;
}
.event-stats span {
  color: #63768c;
  font-size: 0.7rem;
}
@media (max-width: 991.98px) {
  .event-hero-content::before {
    right: -12px;
    width: calc(100% + 24px);
  }
  .event-hero-content::after {
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.98),
      rgba(255, 255, 255, 0.76)
    );
  }
  .event-hero-copy {
    width: 75%;
    padding: 35px 25px;
  }
  .event-steps {
    flex-wrap: wrap;
    gap: 25px;
  }
  .event-steps::before {
    display: none;
  }
  .event-steps > div {
    width: 30%;
  }
}
@media (max-width: 575.98px) {
  .event-hero,
  .event-hero-content {
    min-height: 590px;
  }
  .event-hero-content::before {
    background-position: 62% center;
  }
  .event-hero-copy {
    width: 100%;
    padding: 25px 18px;
  }
  .event-hero-copy h1 {
    font-size: 2.35rem;
  }
  .event-highlights {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  .event-section {
    padding: 45px 0;
  }
  .event-steps {
    flex-direction: column;
  }
  .event-steps > div {
    width: 100%;
    flex-direction: row;
    gap: 14px;
    text-align: left;
  }
  .event-steps i {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
  }
  .event-steps span {
    min-width: 24px;
  }
  .event-use-card img {
    height: 180px;
  }
  .event-stats .col {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .nav-link.active:after,
  .nav-link.dropdown-toggle.active:before {
    display: none;
  }
  .header-actions {
    margin-top: 1rem;
  }
  .hero-section {
    min-height: 540px;
  }
  .hero-bg {
    background:
      linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.98),
        rgba(255, 255, 255, 0.78)
      ),
      url("../images/home/hero-fleet.webp") center/cover;
  }
  .hero-copy h1 {
    font-size: 3rem;
  }
  .search-wrap {
    margin-top: -110px;
  }
  .search-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .service-choice-bar {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .search-cell {
    grid-column: span 1;
  }
  .search-cell-duration,
  .search-benefits,
  .search-action {
    grid-column: 1 / -1;
    justify-self: stretch;
    width: 100%;
  }
  .summary-field {
    border-right: 0;
    border-bottom: 1px solid #e8eef6;
    min-height: auto;
  }
  .filter-desktop {
    display: none;
  }
  .price-column {
    border-left: 0;
    border-top: 1px solid #e5edf6;
    margin-top: 10px;
    padding: 16px 0 0;
    align-items: flex-start;
    text-align: left;
  }
  .choose-btn {
    width: 100%;
    min-width: 0;
  }
  .detail-gallery .main-photo {
    height: 400px;
  }
  .booking-card {
    margin-top: 16px;
  }
  .order-summary {
    position: static;
    margin-bottom: 20px;
  }
  .checkout-summary-col {
    order: -1;
  }
}
@media (max-width: 767.98px) {
  .section-space {
    padding: 52px 0;
  }
  .hero-copy h1 {
    font-size: 2.4rem;
  }
  .hero-section {
    min-height: 500px;
  }
  .search-wrap {
    margin-top: -85px;
  }
  .search-grid {
    grid-template-columns: 1fr;
  }
  .service-choice-bar,
  .search-cell,
  .search-cell-duration,
  .search-benefits,
  .search-action {
    grid-column: auto;
  }
  .search-benefits {
    grid-template-columns: 1fr;
    gap: 8px;
    min-height: auto;
  }
  .search-action {
    justify-self: stretch;
    width: 100%;
  }
  .service-choice-bar {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(145px, 72%);
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .service-choice-bar::-webkit-scrollbar {
    display: none;
  }
  .service-choice-button {
    scroll-snap-align: start;
  }
  .vehicle-card img {
    height: 150px;
  }
  .corporate-visual {
    min-height: 300px;
  }
  .corporate-visual::before {
    background: linear-gradient(
      180deg,
      #eef7ff 0%,
      rgba(238, 247, 255, 0.5) 24%,
      transparent 50%
    );
  }
  .summary-action .btn {
    width: 100%;
  }
  .vehicle-placeholder {
    height: 220px;
  }
  .detail-gallery .main-photo {
    height: 330px;
  }
  .detail-gallery .sub-photo {
    height: 190px;
  }
  .feature-card {
    height: 54px;
  }
  .checkout-title h1 {
    font-size: 1.7rem;
  }
}
@media (max-width: 575.98px) {
  .navbar-brand img {
    width: 135px;
  }
  .hero-copy h1 {
    font-size: 2.1rem;
  }
  .vehicle-specs {
    grid-template-columns: 1fr 1fr;
  }
  .site-footer {
    padding-top: 1rem;
  }
  .detail-gallery .main-photo {
    height: 290px;
  }
  .detail-gallery .sub-photo {
    height: 155px;
  }
  .promo-card,
  .app-card,
  .help-card {
    min-height: 270px;
  }
  .promo-card {
    padding: 1.3rem;
  }
  .promo-copy {
    max-width: 62%;
  }
  .promo-copy strong {
    font-size: 3rem;
  }
  .promo-vehicle {
    right: -18%;
    width: 76%;
  }
  .app-card {
    padding: 1.35rem;
  }
  .app-copy {
    max-width: 72%;
  }
  .app-phone {
    right: -31px;
    bottom: -68px;
    height: 300px;
  }
  .store-badges {
    max-width: 128px;
    flex-direction: column;
    margin-top: 1.1rem;
  }
  .login-modal .modal-dialog {
    margin: 16px;
  }
  .login-modal-banner {
    min-height: 112px;
    padding: 22px 88px 20px 22px;
  }
  .login-modal-banner h2 {
    font-size: 1.15rem;
  }
  .login-modal-visual {
    right: 22px;
  }
  .login-modal-body {
    padding: 22px 22px 12px;
  }
  .login-terms {
    margin: 32px 0 24px;
  }
}
