@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root {
    --brand-start: #0f766e;
    --brand-end: #0d9488;
    --landing-hero-image: url('../img/hero_bg1.png');
    --bg-soft: #eff6ff;
    --ink-soft: #4b5563;
    --shadow-soft: 0 14px 34px rgba(12, 74, 110, 0.08);
    --radius-xl: 1.2rem;
    --dashboard-gutter-mobile: 1rem;
    --dashboard-gutter-desktop: 1.5rem;
}

body {
    font-family: "Inter", "Segoe UI", Tahoma, sans-serif;
}

button,
input,
select,
textarea {
    font-family: inherit;
}

.admin-bg {
    background: linear-gradient(160deg, #f8fafc 0%, #f0f9ff 50%, #f8fafc 100%);
}

.nav-gradient {
    background: linear-gradient(120deg, var(--brand-start), var(--brand-end));
}

.hero-card {
    background: radial-gradient(circle at top right, #d1fae5 0%, #f8fafc 45%, #f8fafc 100%);
    border: 1px solid #dbeafe;
    box-shadow: var(--shadow-soft);
}

.shadow-soft {
    box-shadow: var(--shadow-soft);
}

.rounded-4 {
    border-radius: var(--radius-xl) !important;
}

.btn-gradient {
    color: #fff;
    border: 0;
    background: linear-gradient(110deg, var(--brand-start), var(--brand-end));
    border-radius: 999px;
    padding: 0.6rem 1.4rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-gradient:hover {
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 10px 16px rgba(13, 148, 136, 0.22);
}

.booking-management-shell {
    display: grid;
    gap: 1rem;
}

.booking-management-hero {
    border-radius: 1.4rem;
    border: 1px solid #dbe7f3;
    background: #ffffff;
    box-shadow: var(--shadow-soft);
    padding: 1.3rem 1.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.booking-management-hero-copy {
    max-width: 760px;
}

.booking-management-kicker {
    display: inline-flex;
    align-items: center;
    padding: 0.28rem 0.7rem;
    border-radius: 999px;
    background: #e0f2fe;
    color: #0c4a6e;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.7rem;
    font-weight: 800;
    margin-bottom: 0.45rem;
}

.booking-management-chip-row {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.booking-management-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.38rem 0.76rem;
    border-radius: 999px;
    border: 1px solid #dbe7f3;
    background: rgba(255, 255, 255, 0.8);
    color: #0f172a;
    font-size: 0.78rem;
    font-weight: 700;
}

.booking-management-chip i {
    color: #0f766e;
}

.booking-management-title {
    margin: 0;
    font-size: clamp(1.5rem, 2.8vw, 2.2rem);
    line-height: 1.1;
    color: #0f172a;
    font-weight: 800;
}

.booking-management-subtitle {
    max-width: 760px;
    color: var(--ink-soft);
}

.booking-management-metrics {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.booking-management-metric {
    min-width: 132px;
    border-radius: 1rem;
    border: 1px solid #dbe7f3;
    background: rgba(255, 255, 255, 0.82);
    padding: 0.8rem 0.95rem;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.booking-management-metric span {
    display: block;
    color: #64748b;
    font-size: 0.75rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.booking-management-metric strong {
    display: block;
    color: #0f172a;
    font-size: 1.1rem;
    font-weight: 800;
}

.booking-management-metric-highlight {
    background: #ffffff;
    border-color: #bfdbfe;
}

.booking-management-toolbar {
    background: #ffffff;
}

.booking-management-filters .form-control,
.booking-management-filters .form-select {
    min-height: 46px;
    border-radius: 0.95rem;
    border-color: #cbd5e1;
    box-shadow: none;
}

.booking-management-filters .form-control:focus,
.booking-management-filters .form-select:focus {
    border-color: #60a5fa;
    box-shadow: 0 0 0 0.2rem rgba(37, 99, 235, 0.12);
}

.booking-filter-search {
    min-width: min(100%, 320px);
}

.booking-filter-status {
    min-width: 190px;
}

.booking-filter-actions .btn {
    min-height: 46px;
}

.booking-management-table-card {
    overflow: hidden;
    border: 1px solid #dbe7f3;
    background: #ffffff;
}

.booking-management-table {
    border-collapse: separate;
    border-spacing: 0 0.85rem;
}

.booking-management-table thead {
    position: sticky;
    top: 0;
    z-index: 1;
}

.booking-management-table thead th {
    border-bottom: 0;
    color: #0f172a;
    font-size: 0.76rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background: #ffffff;
}

.booking-management-table tbody td {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-color: transparent;
    vertical-align: top;
    background: transparent;
}

.booking-management-table tbody tr:hover {
    background: #ffffff;
    transform: translateY(-1px);
}

.booking-management-table tbody tr {
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.booking-management-table tbody tr td:first-child,
.booking-management-table tbody tr td:last-child {
    background-clip: padding-box;
}

.booking-management-table tbody tr td:first-child {
    padding-left: 1rem;
}

.booking-management-table tbody tr td:last-child {
    padding-right: 1rem;
}

.booking-management-table tbody tr td:first-child {
    border-top-left-radius: 0.9rem;
    border-bottom-left-radius: 0.9rem;
}

.booking-management-table .badge {
    box-shadow: none;
}

.booking-row-card {
    box-shadow: inset 0 -1px 0 #e2e8f0;
}

.booking-row-card td {
    box-shadow: none;
}

.booking-row-card td:first-child {
    border-left: 6px solid transparent;
    padding-left: 1rem;
}

.booking-row-card[data-status='pending'] td:first-child {
    border-left-color: #f59e0b;
}

.booking-row-card[data-status='under_review'] td:first-child {
    border-left-color: #3b82f6;
}

.booking-row-card[data-status='approved'] td:first-child,
.booking-row-card[data-status='completed'] td:first-child {
    border-left-color: #22c55e;
}

.booking-row-card[data-status='rejected'] td:first-child,
.booking-row-card[data-status='cancelled'] td:first-child {
    border-left-color: #ef4444;
}

.booking-row-card[data-status='assigned'] td:first-child,
.booking-row-card[data-status='ongoing'] td:first-child {
    border-left-color: #8b5cf6;
}

.booking-row-number-wrap {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.booking-row-icon,
.booking-trip-icon {
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 0.9rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    background: #f1f5f9;
    color: #0f766e;
    box-shadow: 0 10px 18px rgba(15, 118, 110, 0.12);
}

.booking-row-label {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #64748b;
    font-weight: 700;
    margin-bottom: 0.18rem;
}

.booking-row-value {
    color: #0f172a;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.booking-trip-title {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    margin-bottom: 0.55rem;
}

.booking-row-submeta {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    color: #475569;
    font-size: 0.86rem;
    line-height: 1.35;
    margin-bottom: 0.28rem;
}

.booking-row-submeta i {
    color: #0f766e;
    font-size: 0.92rem;
    width: 1rem;
    text-align: center;
}

.booking-row-cab {
    margin-top: 0.35rem;
    font-weight: 600;
}

.booking-fare-value {
    color: #0f172a;
    font-size: 1rem;
    font-weight: 800;
}

.booking-fare-sub {
    color: #64748b;
    font-size: 0.76rem;
    font-weight: 600;
}

.booking-status-wrap {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.56rem 0.8rem;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    border: 1px solid transparent;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}

.booking-status-wrap i {
    font-size: 0.9rem;
}

.booking-status-pending {
    background: linear-gradient(135deg, #fff7ed 0%, #fef3c7 100%);
    color: #92400e;
    border-color: #f59e0b;
}

.booking-status-under_review {
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    color: #1d4ed8;
    border-color: #60a5fa;
}

.booking-status-approved,
.booking-status-completed {
    background: linear-gradient(135deg, #ecfdf5 0%, #bbf7d0 100%);
    color: #166534;
    border-color: #22c55e;
}

.booking-status-rejected,
.booking-status-cancelled {
    background: linear-gradient(135deg, #fef2f2 0%, #fecaca 100%);
    color: #b91c1c;
    border-color: #ef4444;
}

.booking-status-assigned,
.booking-status-ongoing {
    background: linear-gradient(135deg, #f5f3ff 0%, #ddd6fe 100%);
    color: #6d28d9;
    border-color: #8b5cf6;
}

.booking-status-neutral {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    color: #334155;
    border-color: #cbd5e1;
}

.status-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.55rem 0.8rem;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    border: 1px solid transparent;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
    white-space: nowrap;
}

.status-badge i {
    font-size: 0.9rem;
}

.status-badge-pending {
    background: #fef3c7;
    color: #92400e;
    border-color: #f59e0b;
}

.status-badge-review {
    background: #dbeafe;
    color: #1d4ed8;
    border-color: #60a5fa;
}

.status-badge-approved,
.status-badge-completed {
    background: #bbf7d0;
    color: #166534;
    border-color: #22c55e;
}

.status-badge-rejected,
.status-badge-cancelled {
    background: #fecaca;
    color: #b91c1c;
    border-color: #ef4444;
}

.status-badge-assigned,
.status-badge-ongoing {
    background: #ddd6fe;
    color: #6d28d9;
    border-color: #8b5cf6;
}

.status-badge-neutral {
    background: #e2e8f0;
    color: #334155;
    border-color: #cbd5e1;
}

.booking-actions-group {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.booking-management-table tbody tr td:last-child {
    white-space: normal;
}

.booking-action-primary,
.booking-action-secondary,
.booking-action-danger {
    border-radius: 999px;
    font-weight: 700;
}

.booking-action-primary,
.booking-action-secondary,
.booking-action-danger {
    margin-right: 0.35rem;
    margin-bottom: 0.35rem;
}

.booking-action-secondary {
    border-width: 1.5px;
}

.booking-action-danger {
    border-width: 1.5px;
}

.booking-management-table .booking-action-primary,
.booking-management-table .booking-action-secondary,
.booking-management-table .booking-action-danger {
    padding-left: 1rem;
    padding-right: 1rem;
    min-height: 38px;
}

.booking-management-table .booking-action-primary {
    box-shadow: 0 10px 18px rgba(13, 148, 136, 0.18);
}

.booking-management-table .booking-action-secondary {
    background: rgba(255, 255, 255, 0.82);
}

.booking-management-table .booking-action-danger {
    background: rgba(255, 255, 255, 0.82);
}

.booking-management-table tbody td:last-child {
    white-space: nowrap;
}

.fare-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.6rem;
    color: var(--ink-soft);
}

.fare-line.total {
    color: #0f172a;
    font-size: 1.06rem;
}

.booking-form-modern {
    border: 1px solid #dbe7f3;
    background: linear-gradient(145deg, #ffffff 0%, #f8fbff 100%);
}

.booking-form-head h5 {
    color: #0f172a;
    font-weight: 800;
}

.booking-form-kicker {
    display: inline-flex;
    align-items: center;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 0.3rem 0.7rem;
    border-radius: 999px;
    background: #e0f2fe;
    color: #0c4a6e;
    font-weight: 700;
    margin-bottom: 0.45rem;
}

.booking-trip-toggle .btn {
    border-width: 1.5px;
    font-weight: 700;
}

.booking-trip-toggle .btn-check:checked + .btn {
    color: #ffffff;
    background: linear-gradient(110deg, #0f766e, #2563eb);
    border-color: transparent;
    box-shadow: 0 10px 22px rgba(37, 99, 235, 0.24);
}

.booking-input-wrap {
    position: relative;
}

.booking-input-wrap > i {
    position: absolute;
    left: 0.8rem;
    top: 50%;
    transform: translateY(-50%);
    color: #64748b;
    font-size: 0.92rem;
    pointer-events: none;
}

.booking-form-modern .form-control {
    border-color: #cbd5e1;
    min-height: 44px;
    border-radius: 0.8rem;
    padding-left: 2.3rem;
}

.booking-form-modern .form-control:focus {
    border-color: #60a5fa;
    box-shadow: 0 0 0 0.2rem rgba(37, 99, 235, 0.15);
}

.booking-form-actions .btn {
    min-height: 46px;
    font-weight: 700;
}

.booking-btn-secondary {
    border-width: 1.5px;
}

.booking-btn-primary {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
}

.bookride-premium-page {
    display: grid;
    gap: 1rem;
}

.bookride-hero {
    border-radius: 1.2rem;
    border: 1px solid rgba(147, 197, 253, 0.35);
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 45%, #1d4ed8 100%);
    color: #e2e8f0;
    padding: 1.35rem 1.45rem;
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.24);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.bookride-kicker {
    display: inline-flex;
    align-items: center;
    font-size: 0.74rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #bfdbfe;
    font-weight: 700;
    margin-bottom: 0.4rem;
}

.bookride-title {
    margin: 0;
    font-size: clamp(1.5rem, 2.7vw, 2.1rem);
    line-height: 1.12;
    color: #ffffff;
    font-weight: 800;
}

.bookride-subtitle {
    margin-top: 0.5rem;
    color: #cbd5e1;
    max-width: 680px;
}

.bookride-hero-chip-row {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.bookride-chip {
    border-radius: 999px;
    padding: 0.35rem 0.7rem;
    border: 1px solid rgba(191, 219, 254, 0.45);
    background: rgba(219, 234, 254, 0.14);
    color: #e2e8f0;
    font-size: 0.78rem;
    font-weight: 600;
}

.bookride-chip i {
    margin-right: 0.3rem;
    color: #93c5fd;
}

.bookride-fare-card,
.bookride-cab-card {
    border: 1px solid #dbe7f3;
    background: linear-gradient(145deg, #ffffff, #f8fbff);
}

.bookride-side-title {
    color: #0f172a;
    font-weight: 800;
    font-size: 0.9rem;
}

.bookride-fare-card .fare-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    border-bottom: 1px dashed #e2e8f0;
    padding-bottom: 0.45rem;
    font-size: 0.8rem;
    line-height: 1.35;
}

.bookride-fare-card .fare-line span {
    color: #334155;
    font-weight: 600;
}

.bookride-fare-card .fare-line strong {
    color: #0f172a;
    font-weight: 700;
    font-size: 0.82rem;
}

.bookride-fare-card .fare-line.total span,
.bookride-fare-card .fare-line.total strong {
    font-size: 0.86rem;
    font-weight: 800;
}

.bookride-fare-card #tripMetaText {
    font-size: 0.72rem;
    line-height: 1.35;
}

.bookride-fare-card .fare-line:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
}

.bookride-mini-badge {
    border-radius: 999px;
    padding: 0.25rem 0.6rem;
    font-size: 0.74rem;
    font-weight: 700;
    background: #e0f2fe;
    color: #0c4a6e;
}

.bookride-cab-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    padding: 0.7rem 0;
    border-bottom: 1px solid #e2e8f0;
}

.bookride-cab-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.bookride-cab-meta {
    min-width: 0;
}

.bookride-cab-name {
    color: #0f172a;
    font-weight: 700;
}

.bookride-cab-name i {
    color: #2563eb;
}

.bookride-seat-badge {
    border: 1px solid #dbeafe;
    background: #f8fbff !important;
    color: #1e3a8a !important;
    font-weight: 700;
}

.admin-sidebar {
    background: linear-gradient(165deg, #7c2d12 0%, #c2410c 55%, #9a3412 100%);
}

.qr-box {
    border: 1px dashed #bae6fd;
    background: #f8fafc;
    border-radius: 0.9rem;
    padding: 0.85rem;
}

.stepper {
    display: flex;
    gap: 0.5rem;
}

.min-vh-70 {
    min-height: 70vh;
}

.portal-card {
    border: 1px solid #e2e8f0;
}

.portal-side {
    background: linear-gradient(145deg, #0f172a, #1d4ed8);
}

.portal-card.portal-driver .portal-side {
    background: linear-gradient(145deg, #0f172a, #0f766e);
}

.portal-card.portal-admin .portal-side {
    background: linear-gradient(145deg, #1f2937, #7c3aed);
}

.portal-card.portal-user .portal-side {
    background: linear-gradient(145deg, #0c4a6e, #2563eb);
}

.portal-links .btn {
    border-radius: 0.75rem;
    font-weight: 600;
}

.portal-tile {
    border-radius: 1rem;
    border: 1px solid #e2e8f0;
    padding: 1.25rem;
    color: #0f172a;
    min-height: 10.5rem;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.portal-tile:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 24px rgba(15, 23, 42, 0.12);
}

.portal-tile.portal-user {
    background: linear-gradient(165deg, #eff6ff, #dbeafe);
}

.portal-tile.portal-driver {
    background: linear-gradient(165deg, #ecfeff, #ccfbf1);
}

.portal-tile.portal-admin {
    background: linear-gradient(165deg, #f5f3ff, #ede9fe);
}

.auth-shell {
    position: relative;
    isolation: isolate;
}

.auth-card-premium {
    max-width: 960px;
    overflow: hidden;
}

.auth-split {
    display: grid;
    grid-template-columns: 1fr 1.08fr;
}

.auth-side-panel {
    background: linear-gradient(160deg, #0f172a, #1e293b 60%, #334155);
    color: #e2e8f0;
    padding: 2rem 1.7rem;
    display: flex;
    flex-direction: column;
}

.auth-card.portal-user .auth-side-panel {
    background: linear-gradient(160deg, #0c4a6e, #1d4ed8 60%, #1e40af);
}

.auth-card.portal-driver .auth-side-panel {
    background: linear-gradient(160deg, #134e4a, #0f766e 60%, #115e59);
}

.auth-card.portal-admin .auth-side-panel {
    background: linear-gradient(160deg, #7c2d12, #c2410c 60%, #9a3412);
}

/* ========================================
   PAGINATION STYLES - PREMIUM DESIGN
   ======================================== */

.pagination-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2.5rem 1rem 2rem;
    margin-top: 2.5rem;
}

.pagination-container {
    display: flex;
    align-items: center;
    gap: 2rem;
    background: linear-gradient(145deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid #dbe7f3;
    border-radius: 1.2rem;
    padding: 1.2rem 1.8rem;
    box-shadow: 0 8px 24px rgba(12, 74, 110, 0.06);
    flex-wrap: wrap;
    max-width: fit-content;
}

.pagination-info {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.pagination-text {
    color: #4b5563;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.pagination-text strong {
    color: #0f766e;
    font-weight: 800;
    font-size: 0.95rem;
}

.pagination-items {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Previous/Next Buttons */
.pagination-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.65rem 1.1rem;
    border: 1.2px solid #dbe7f3;
    border-radius: 0.85rem;
    background: #ffffff;
    color: #0f172a;
    font-weight: 700;
    font-size: 0.85rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
}

.pagination-btn i {
    font-size: 1.1rem;
    transition: transform 0.3s ease;
}

.pagination-prev-btn:hover:not(.pagination-disabled) {
    border-color: #0f766e;
    color: #0f766e;
    background: #f0fdf4;
    box-shadow: 0 6px 16px rgba(15, 118, 110, 0.15);
}

.pagination-prev-btn:hover:not(.pagination-disabled) i {
    transform: translateX(-2px);
}

.pagination-next-btn:hover:not(.pagination-disabled) {
    border-color: #0f766e;
    color: #0f766e;
    background: #f0fdf4;
    box-shadow: 0 6px 16px rgba(15, 118, 110, 0.15);
}

.pagination-next-btn:hover:not(.pagination-disabled) i {
    transform: translateX(2px);
}

.pagination-disabled {
    opacity: 0.45;
    cursor: not-allowed;
    border-color: #e2e8f0;
    background: #f8fafc;
    color: #cbd5e1;
}

.pagination-disabled:hover {
    border-color: #e2e8f0;
    background: #f8fafc;
    box-shadow: none;
}

/* Pages Container */
.pagination-pages-wrapper {
    display: flex;
    align-items: center;
}

.pagination-pages {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Page Numbers */
.pagination-page-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.8rem;
    height: 2.8rem;
    padding: 0 0.5rem;
    border: 1.2px solid #dbe7f3;
    border-radius: 0.85rem;
    background: #ffffff;
    color: #0f172a;
    font-weight: 700;
    font-size: 0.9rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    text-decoration: none;
}

.pagination-page-num:hover {
    border-color: #60a5fa;
    color: #1d4ed8;
    background: #f0f8ff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.15);
}

.pagination-page-active {
    background: linear-gradient(135deg, #0f766e 0%, #0d9488 100%);
    border-color: transparent;
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(15, 118, 110, 0.3);
    cursor: default;
    font-weight: 800;
}

.pagination-page-active:hover {
    background: linear-gradient(135deg, #0f766e 0%, #0d9488 100%);
    border-color: transparent;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(15, 118, 110, 0.35);
}

/* Ellipsis */
.pagination-ellipsis {
    color: #cbd5e1;
    font-weight: 700;
    font-size: 0.9rem;
    padding: 0 0.3rem;
    cursor: default;
}

/* Responsive */
@media (max-width: 992px) {
    .pagination-container {
        gap: 1.5rem;
        padding: 1rem 1.5rem;
    }

    .pagination-items {
        gap: 0.6rem;
    }

    .pagination-btn span {
        display: none;
    }

    .pagination-page-num {
        min-width: 2.6rem;
        height: 2.6rem;
        font-size: 0.85rem;
    }
}

@media (max-width: 576px) {
    .pagination-wrapper {
        padding: 1.5rem 0.5rem 1rem;
    }

    .pagination-container {
        flex-direction: column;
        gap: 1rem;
        padding: 1rem;
    }

    .pagination-info {
        width: 100%;
        justify-content: center;
    }

    .pagination-items {
        gap: 0.4rem;
    }

    .pagination-btn {
        padding: 0.6rem 0.8rem;
        font-size: 0.8rem;
    }

    .pagination-page-num {
        min-width: 2.4rem;
        height: 2.4rem;
        font-size: 0.8rem;
    }
}

.auth-pill {
    display: inline-block;
    width: max-content;
    padding: 0.25rem 0.75rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    font-size: 0.76rem;
    letter-spacing: 0.03em;
    font-weight: 600;
}

.auth-side-icon {
    width: 64px;
    height: 64px;
    border-radius: 1rem;
    display: grid;
    place-items: center;
    font-size: 1.55rem;
    margin: 1rem 0 1.2rem;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.auth-side-copy {
    margin-top: 0.55rem;
    color: #dbeafe;
    line-height: 1.5;
    font-size: 0.95rem;
}

.auth-side-points {
    margin-top: 1.25rem;
    display: grid;
    gap: 0.6rem;
}

.auth-side-points li {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    color: #f8fafc;
    font-size: 0.9rem;
}

.auth-side-points i {
    color: #a7f3d0;
}

.auth-card-inner {
    padding: 2rem 1.7rem;
}

.auth-form-title {
    margin: 0;
    color: #0f172a;
    font-size: 1.45rem;
    font-weight: 700;
}

.auth-input-wrap {
    position: relative;
}

.auth-input-wrap > i {
    position: absolute;
    left: 0.85rem;
    top: 50%;
    transform: translateY(-50%);
    color: #64748b;
    font-size: 0.95rem;
    pointer-events: none;
}

.auth-input {
    padding-left: 2.35rem;
    padding-right: 2.35rem;
}

.auth-pass-toggle {
    position: absolute;
    right: 0.45rem;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    color: #475569;
    width: 34px;
    height: 34px;
    border-radius: 0.5rem;
}

.auth-pass-toggle:hover {
    background: #e2e8f0;
}

.auth-submit-btn {
    background: linear-gradient(100deg, #0f172a, #334155);
}

.auth-card.portal-user .auth-submit-btn {
    background: linear-gradient(100deg, #0f766e, #2563eb);
}

.auth-card.portal-driver .auth-submit-btn {
    background: linear-gradient(100deg, #0f766e, #0891b2);
}

.auth-card.portal-admin .auth-submit-btn {
    background: linear-gradient(100deg, #b45309, #c2410c);
}

.auth-orb {
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    filter: blur(1px);
}

.auth-orb-a {
    width: 260px;
    height: 260px;
    background: radial-gradient(circle at 30% 30%, #99f6e4, #0ea5e9);
    top: 2rem;
    left: -3rem;
    opacity: 0.3;
}

.auth-orb-b {
    width: 320px;
    height: 320px;
    background: radial-gradient(circle at 30% 30%, #fde68a, #fb7185);
    right: -4rem;
    bottom: -3rem;
    opacity: 0.22;
}

.auth-card {
    width: 100%;
    max-width: 460px;
    border-radius: 1.25rem;
    padding: 1px;
    background: linear-gradient(140deg, #cbd5e1, #e2e8f0);
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.12);
}

.auth-card.portal-user {
    background: linear-gradient(140deg, #38bdf8, #2563eb 52%, #1d4ed8);
}

.auth-card.portal-driver {
    background: linear-gradient(140deg, #14b8a6, #0f766e 52%, #115e59);
}

.auth-card.portal-admin {
    background: linear-gradient(140deg, #f59e0b, #ea580c 52%, #c2410c);
}

.auth-card-inner {
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(8px);
    border-radius: 1.2rem;
    padding: 1.75rem;
}

.auth-head {
    text-align: center;
    margin-bottom: 1rem;
}

.auth-icon-wrap {
    width: 58px;
    height: 58px;
    border-radius: 999px;
    margin: 0 auto 0.8rem;
    display: grid;
    place-items: center;
    background: linear-gradient(145deg, #0f172a, #1e293b);
}

.auth-icon {
    color: #f8fafc;
    font-size: 1.3rem;
}

.auth-title {
    font-size: 1.35rem;
    margin: 0;
    color: #0f172a;
    font-weight: 700;
}

.auth-subtitle {
    margin: 0.45rem 0 0;
    color: #475569;
    font-size: 0.92rem;
}

.auth-label {
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 0.35rem;
    color: #334155;
}

.auth-input {
    border-radius: 0.75rem;
    border: 1px solid #cbd5e1;
    padding: 0.7rem 0.85rem;
}

.auth-input:focus {
    border-color: #38bdf8;
    box-shadow: 0 0 0 0.2rem rgba(56, 189, 248, 0.2);
}

.auth-submit-btn {
    color: #fff;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(100deg, #0f172a, #334155);
    padding: 0.68rem 1rem;
    font-weight: 600;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.auth-submit-btn:hover {
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 12px 20px rgba(15, 23, 42, 0.2);
}

@media (max-width: 992px) {
    .admin-sidebar {
        min-height: auto;
    }

    .auth-card-premium {
        max-width: 560px;
    }

    .auth-split {
        grid-template-columns: 1fr;
    }

    .auth-side-panel {
        padding: 1.4rem 1.2rem;
    }

    .auth-side-copy {
        margin-bottom: 0;
    }

    .auth-side-points {
        display: none;
    }

    .auth-card-inner {
        padding: 1.4rem 1.2rem;
    }
}

/* ========== ROLE-AWARE NAVBAR ========== */
.navbar {
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
}

.navbar-brand {
    font-size: 1.3rem;
    color: #0f172a !important;
}

.navbar-brand i {
    margin-right: 0.4rem;
}

.navbar.navbar-admin {
    background: linear-gradient(120deg, #f5f3ff, #faf5ff);
    border-bottom: 2px solid #ede9fe;
}

.navbar.navbar-driver {
    background: linear-gradient(120deg, #ecfeff, #f0fdfa);
    border-bottom: 2px solid #ccfbf1;
}

.navbar.navbar-user {
    background: linear-gradient(120deg, #eff6ff, #dbeafe);
    border-bottom: 2px solid #bfdbfe;
}

.nav-link {
    color: #4b5563 !important;
    font-weight: 500;
    transition: color 0.2s ease;
}

.nav-link:hover {
    color: #0f172a !important;
}

.nav-link i {
    margin-right: 0.4rem;
}

.driver-sidebar .nav-link {
    color: #dbeafe !important;
}

.driver-sidebar .nav-link:hover,
.driver-sidebar .nav-link:focus {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 0.75rem;
}

/* ========== DASHBOARD HERO ========== */
.dashboard-hero {
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.04) 0%, rgba(30, 58, 138, 0.06) 100%);
    border: 1px solid rgba(59, 130, 246, 0.15);
    border-radius: 1.1rem;
    padding: 1.3rem 1.3rem;
    margin-bottom: 1.5rem;
    animation: fadeInDown 0.5s ease;
    backdrop-filter: blur(8px);
    box-shadow: 0 2px 8px rgba(12, 74, 110, 0.04);
}

.dashboard-title {
    font-size: 2rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 0.25rem;
    letter-spacing: -0.02em;
}

.dashboard-subtitle {
    font-size: 0.95rem;
    color: #64748b;
    margin: 0;
    font-weight: 500;
    line-height: 1.4;
}

.btn-premium-user {
    background: linear-gradient(110deg, #38bdf8, #2563eb);
    color: #fff;
    border: 0;
    border-radius: 999px;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-premium-user:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(56, 189, 248, 0.3);
}

.btn-premium-driver {
    background: linear-gradient(110deg, #14b8a6, #0f766e);
}

.btn-premium-driver:hover {
    box-shadow: 0 12px 24px rgba(20, 184, 166, 0.3);
}

.btn-premium-admin {
    background: linear-gradient(110deg, #f59e0b, #ea580c);
}

/* ========== DASHBOARD TOPBAR ========== */
.dashboard-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.75rem var(--dashboard-gutter-mobile);
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(135deg, #0c4a6e 0%, #1d4ed8 50%, #1e3a8a 100%);
    box-shadow: 0 8px 32px rgba(12, 74, 110, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
}

.dashboard-topbar::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0));
    pointer-events: none;
    border-radius: 1rem;
}

.dashboard-topbar::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: none;
}

.dashboard-main-shell {
    padding: 0;
}

.dashboard-content-pad {
    padding-top: 1rem;
}

.dashboard-topbar.dashboard-topbar-user {
    background: linear-gradient(135deg, #0c4a6e 0%, #1d4ed8 50%, #1e3a8a 100%);
    box-shadow: 0 8px 32px rgba(12, 74, 110, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.dashboard-topbar.dashboard-topbar-driver {
    background: linear-gradient(135deg, #134e4a 0%, #0f766e 50%, #115e59 100%);
    box-shadow: 0 8px 32px rgba(20, 184, 166, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.dashboard-topbar.dashboard-topbar-admin {
    background: linear-gradient(165deg, #431407 0%, #9a3412 55%, #7c2d12 100%);
    box-shadow: 0 8px 32px rgba(124, 45, 18, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.dashboard-topbar-left {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-left: 0.5rem;
    z-index: 1;
}

.dashboard-brand-mark {
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 0.65rem;
    display: inline-grid;
    place-items: center;
    background: linear-gradient(135deg, rgba(56, 189, 248, 0.2), rgba(59, 130, 246, 0.15));
    color: #ffffff;
    font-size: 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 4px 12px rgba(56, 189, 248, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.dashboard-topbar.dashboard-topbar-driver .dashboard-brand-mark {
    background: linear-gradient(135deg, rgba(20, 184, 166, 0.2), rgba(16, 185, 129, 0.15));
    box-shadow: 0 4px 12px rgba(20, 184, 166, 0.1);
}

.dashboard-topbar.dashboard-topbar-admin .dashboard-brand-mark {
    background: linear-gradient(135deg, rgba(194, 65, 12, 0.28), rgba(124, 45, 18, 0.24));
    box-shadow: 0 4px 12px rgba(124, 45, 18, 0.24);
}

.dashboard-brand-mark:hover {
    transform: scale(1.05);
}

.dashboard-brand-eyebrow {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.dashboard-brand-title {
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.01em;
}

.dashboard-topbar-right {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: flex-end;
    z-index: 1;
}

.dashboard-user-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0.6rem;
    padding: 0.45rem 0.85rem 0.45rem 0.45rem;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.dashboard-user-chip:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15), 0 4px 12px rgba(255, 255, 255, 0.1);
}

.dashboard-user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: block;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.3);
    transition: transform 0.3s ease;
}

.dashboard-user-chip:hover .dashboard-user-avatar {
    transform: scale(1.05);
}

.dashboard-user-meta {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.dashboard-user-label {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.dashboard-user-name {
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 700;
}

.dashboard-topbar .dashboard-brand-eyebrow,
.dashboard-topbar .dashboard-brand-title,
.dashboard-topbar .dashboard-user-label,
.dashboard-topbar .dashboard-user-name,
.dashboard-topbar .dashboard-topbar-logout,
.dashboard-topbar .dashboard-brand-mark,
.dashboard-topbar .dashboard-user-chip {
    color: #ffffff;
}

.dashboard-topbar-logout {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0.6rem;
    color: #ffffff;
    font-weight: 600;
    font-size: 0.9rem;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
    padding: 0.5rem 1.1rem;
    transition: all 0.3s ease;
}

.dashboard-topbar-logout:hover {
    color: #ffffff;
    background: rgba(248, 113, 113, 0.18);
    border-color: rgba(248, 113, 113, 0.4);
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(248, 113, 113, 0.2);
}

/* ========== AUTH V2 ========== */
.auth-v2-shell {
    min-height: 72vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.2rem 0.25rem;
}

.auth-v2-grid {
    width: 100%;
    max-width: 980px;
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    border-radius: 1.2rem;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(2, 6, 23, 0.16);
}

.auth-v2-showcase {
    padding: 2rem 1.7rem;
    color: #e2e8f0;
    background: linear-gradient(165deg, #0f172a 0%, #1e293b 55%, #334155 100%);
}

.auth-v2-shell.is-user .auth-v2-showcase {
    background: linear-gradient(165deg, #0c4a6e 0%, #1d4ed8 55%, #1e3a8a 100%);
}

.auth-v2-shell.is-driver .auth-v2-showcase {
    background: linear-gradient(165deg, #134e4a 0%, #0f766e 55%, #155e75 100%);
}

.auth-v2-shell.is-admin .auth-v2-showcase {
    background: linear-gradient(165deg, #7c2d12 0%, #c2410c 55%, #9a3412 100%);
}

.auth-v2-badge {
    display: inline-block;
    padding: 0.26rem 0.8rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    font-size: 0.76rem;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.auth-v2-icon {
    width: 62px;
    height: 62px;
    border-radius: 0.95rem;
    margin: 1rem 0;
    display: grid;
    place-items: center;
    font-size: 1.5rem;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.22);
}

.auth-v2-title {
    margin: 0;
    font-size: 1.55rem;
    font-weight: 700;
    color: #fff;
}

.auth-v2-copy {
    margin: 0.7rem 0 0;
    color: #e2e8f0;
    line-height: 1.55;
}

.auth-v2-points {
    margin: 1.2rem 0 0;
    display: grid;
    gap: 0.6rem;
}

.auth-v2-points li {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.92rem;
    color: #f8fafc;
}

.auth-v2-panel {
    background: #ffffff;
    padding: 1.8rem;
}

.auth-v2-switch {
    display: inline-flex;
    gap: 0.25rem;
    padding: 0.25rem;
    border-radius: 999px;
    background: #f1f5f9;
    margin-bottom: 1rem;
}

.auth-v2-switch a {
    text-decoration: none;
    font-size: 0.82rem;
    font-weight: 600;
    color: #475569;
    border-radius: 999px;
    padding: 0.32rem 0.9rem;
}

.auth-v2-switch a.active {
    background: #0f172a;
    color: #fff;
}

.auth-v2-heading {
    margin: 0;
    font-size: 1.45rem;
    font-weight: 700;
    color: #0f172a;
}

.auth-v2-sub {
    margin: 0.35rem 0 1rem;
    color: #64748b;
    font-size: 0.95rem;
}

.auth-v2-input-wrap {
    position: relative;
}

.auth-v2-input-wrap > i {
    position: absolute;
    left: 0.85rem;
    top: 50%;
    transform: translateY(-50%);
    color: #64748b;
    font-size: 0.95rem;
}

.auth-v2-input-wrap .auth-input {
    padding-left: 2.35rem;
    padding-right: 2.35rem;
}

.auth-v2-submit {
    color: #fff;
    border: 0;
    border-radius: 999px;
    padding: 0.72rem 1rem;
    font-weight: 600;
    background: linear-gradient(100deg, #0f172a, #334155);
}

.auth-v2-shell.is-user .auth-v2-submit {
    background: linear-gradient(100deg, #0f766e, #2563eb);
}

.auth-v2-shell.is-driver .auth-v2-submit {
    background: linear-gradient(100deg, #0f766e, #0891b2);
}

.auth-v2-shell.is-admin .auth-v2-submit {
    background: linear-gradient(100deg, #b45309, #c2410c);
}

.auth-v2-submit:hover {
    color: #fff;
}

.auth-v2-link {
    color: #0f766e;
    font-size: 0.86rem;
    font-weight: 600;
    text-decoration: none;
}

.auth-v2-link:hover {
    color: #0d9488;
    text-decoration: underline;
}

.auth-v2-otp-hint {
    font-size: 0.8rem;
    color: #64748b;
}

@media (max-width: 992px) {
    .auth-v2-grid {
        max-width: 560px;
        grid-template-columns: 1fr;
    }

    .auth-v2-showcase {
        padding: 1.4rem 1.2rem;
    }

    .auth-v2-points {
        display: none;
    }

    .auth-v2-panel {
        padding: 1.3rem 1.2rem;
    }
}

.btn-premium-admin:hover {
    box-shadow: 0 12px 24px rgba(245, 158, 11, 0.3);
}

/* ========== USER DASHBOARD ========== */
.min-h-screen {
    min-height: 100vh;
}

.user-dashboard-body {
    background: linear-gradient(135deg, #f0f9ff 0%, #f8fafc 50%, #ecfdf5 100%);
}

.user-dashboard-container {
    min-height: 100vh;
}

.user-sidebar {
    background: linear-gradient(180deg, #0c4a6e 0%, #1d4ed8 45%, #1e3a8a 100%);
    border-right: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 4px 0 16px rgba(12, 74, 110, 0.15);
    position: relative;
    overflow: hidden;
}

.user-sidebar::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
    pointer-events: none;
}

.driver-sidebar {
    background: linear-gradient(180deg, #134e4a 0%, #0f766e 45%, #115e59 100%) !important;
    border-right: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 4px 0 16px rgba(20, 184, 166, 0.15);
}

.user-sidebar-content {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.user-sidebar-content,
.driver-sidebar .sidebar-content,
.admin-sidebar .sidebar-content {
    padding-left: var(--dashboard-gutter-mobile) !important;
    padding-right: var(--dashboard-gutter-mobile) !important;
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.user-brand {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 1rem 0.95rem;
    border-radius: 0.95rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
}

.user-brand:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.25);
}

.user-brand-badge {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.85rem;
    display: inline-grid;
    place-items: center;
    background: linear-gradient(135deg, rgba(56, 189, 248, 0.25), rgba(59, 130, 246, 0.25));
    color: #e0f2fe;
    font-size: 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 4px 12px rgba(56, 189, 248, 0.15);
}

.user-brand-title {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.user-brand-sub {
    color: #bfdbfe;
    font-size: 0.8rem;
    font-weight: 500;
}

.user-nav {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    flex: 1;
}

.user-nav-link {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.85rem 1.05rem;
    border-radius: 0.9rem;
    color: #dbeafe;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.user-nav-link::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    opacity: 0;
    transition: opacity 0.25s ease;
    pointer-events: none;
}

.user-nav-link i {
    font-size: 1.1rem;
    width: 1.4rem;
    text-align: center;
    transition: transform 0.25s ease;
}

.user-nav-link:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    transform: translateX(4px);
}

.user-nav-link:hover i {
    transform: scale(1.1);
}

.user-nav-link:hover::before {
    opacity: 1;
}

.user-nav-link.active {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08));
    color: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 0 12px rgba(56, 189, 248, 0.2);
    font-weight: 600;
}

.user-nav-link.active::before {
    opacity: 1;
}

.user-nav-link.user-nav-logout {
    margin-top: auto;
    color: #fee2e2;
    border: 1px solid rgba(248, 113, 113, 0.3);
}

.user-nav-link.user-nav-logout:hover {
    background: rgba(248, 113, 113, 0.2);
    color: #ffffff;
    border-color: rgba(248, 113, 113, 0.5);
}

.user-main-content {
    background: transparent;
}

.user-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.user-stat-card {
    background: linear-gradient(150deg, #ffffff, #f8fafc);
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    padding: 1.1rem 1.2rem;
    box-shadow: 0 8px 18px rgba(2, 6, 23, 0.05);
}

.user-stat-label {
    display: inline-flex;
    align-items: center;
    color: #475569;
    font-size: 0.86rem;
    font-weight: 600;
}

.user-stat-value {
    margin: 0.5rem 0 0;
    color: #0f172a;
    font-size: 1.6rem;
    font-weight: 800;
}

.bookings-grid {
    display: grid;
    gap: 1.5rem;
}

.booking-card {
    background: linear-gradient(155deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid #dbe7f5;
    border-radius: 1.2rem;
    overflow: hidden;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.04);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.booking-card:hover {
    transform: translateY(-2px);
    border-color: #bfdbfe;
    box-shadow: 0 18px 38px rgba(30, 64, 175, 0.12);
}

.booking-card-header {
    padding: 1.5rem;
    border-bottom: 1px solid #e8eef6;
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 1rem;
}

.booking-info {
    flex: 1;
}

.booking-number {
    font-size: 1.13rem;
    font-weight: 800;
    letter-spacing: 0.01em;
    color: #0b1324;
    margin-bottom: 0.4rem;
}

.booking-route {
    font-size: 0.96rem;
    color: #334155;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
}

.booking-route i {
    margin-right: 0.3rem;
    color: #1d4ed8;
}

.booking-badges {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.booking-details {
    padding: 1.5rem;
    background: linear-gradient(145deg, #fbfdff, #f5f9ff);
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.5rem;
}

.detail-item {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.detail-label {
    color: #475569;
    font-weight: 600;
    margin-bottom: 0.2rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-size: 0.74rem;
}

.detail-label i {
    margin-right: 0.3rem;
}

.detail-value {
    font-size: 1.02rem;
    color: #0b1324;
    font-weight: 700;
}

.fare-amount {
    color: #047857;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.booking-card-footer {
    padding: 1.5rem;
    border-top: 1px solid #e8eef6;
    background: linear-gradient(145deg, #ffffff, #f8fbff);
}

.booking-badges .badge {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: inset 0 -1px 0 rgba(15, 23, 42, 0.06);
}

.empty-state {
    background: linear-gradient(145deg, #ecfeff, #f0fdfa);
    border: 2px dashed #ccfbf1;
    border-radius: 1.2rem;
    padding: 3rem 1.5rem;
}

.empty-icon {
    font-size: 3rem;
    color: #14b8a6;
    opacity: 0.6;
}

.empty-state h4 {
    color: #0f766e;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.dashboard-cta-row .btn {
    min-width: 170px;
    min-height: 48px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.btn-dashboard-outline {
    border: 1.5px solid #3b82f6;
    background: #f0f7ff;
    color: #1d4ed8;
    border-radius: 0.85rem;
    transition: all 0.2s ease;
}

.btn-dashboard-outline:hover,
.btn-dashboard-outline:focus {
    background: #dbeafe;
    color: #1e40af;
    border-color: #2563eb;
    box-shadow: 0 8px 18px rgba(37, 99, 235, 0.18);
}

.btn-dashboard-neutral {
    border: 1.5px solid #cbd5e1;
    background: #ffffff;
    color: #334155;
    border-radius: 0.85rem;
    transition: all 0.2s ease;
}

.btn-dashboard-neutral:hover,
.btn-dashboard-neutral:focus {
    background: #f8fafc;
    color: #0f172a;
    border-color: #94a3b8;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}

.dashboard-overview-stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dashboard-overview-grid .booking-card {
    border-color: #d8e5f3;
}

.dashboard-overview-snapshot .booking-details {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dashboard-quick-actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 46px;
    border-radius: 0.8rem;
    font-weight: 700;
}

.dashboard-quick-divider {
    border-color: #e2e8f0;
    margin: 1.2rem 0 1rem;
}

.dashboard-tips-list li {
    margin-bottom: 0.35rem;
}

.dashboard-tips-list li:last-child {
    margin-bottom: 0;
}

@media (max-width: 1200px) {
    .dashboard-overview-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.user-premium-dashboard {
    display: grid;
    gap: 1.25rem;
}

.user-premium-hero {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 45%, #1d4ed8 100%);
    border-radius: 1.25rem;
    color: #e2e8f0;
    padding: 1.4rem 1.5rem;
    border: 1px solid rgba(148, 163, 184, 0.25);
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.22);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.user-premium-kicker {
    display: inline-flex;
    align-items: center;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 700;
    color: #bfdbfe;
    margin-bottom: 0.45rem;
}

.user-premium-title {
    margin: 0;
    font-size: 2rem;
    line-height: 1.1;
    color: #ffffff;
    font-weight: 800;
}

.user-premium-subtitle {
    margin: 0.45rem 0 0;
    max-width: 640px;
    color: #cbd5e1;
    font-size: 0.98rem;
}

.user-premium-hero-actions {
    display: flex;
    gap: 0.65rem;
    flex-wrap: wrap;
}

.user-premium-btn {
    border-radius: 0.85rem;
    font-weight: 700;
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.user-premium-btn:hover,
.user-premium-btn:focus {
    transform: translateY(-1px);
}

.user-premium-btn-primary {
    border: 0;
    background: linear-gradient(115deg, #38bdf8, #2563eb);
    color: #ffffff;
    box-shadow: 0 12px 24px rgba(37, 99, 235, 0.3);
}

.user-premium-btn-primary:hover,
.user-premium-btn-primary:focus {
    color: #ffffff;
    box-shadow: 0 16px 30px rgba(37, 99, 235, 0.34);
}

.user-premium-btn-secondary {
    border: 1.5px solid rgba(147, 197, 253, 0.7);
    background: rgba(219, 234, 254, 0.14);
    color: #dbeafe;
}

.user-premium-btn-secondary:hover,
.user-premium-btn-secondary:focus {
    color: #ffffff;
    border-color: #bfdbfe;
    background: rgba(191, 219, 254, 0.22);
}

.user-premium-btn-ghost {
    border: 1.5px solid #cbd5e1;
    background: #ffffff;
    color: #334155;
}

.user-premium-btn-ghost:hover,
.user-premium-btn-ghost:focus {
    color: #0f172a;
    border-color: #94a3b8;
    background: #f8fafc;
}

.user-premium-btn-block {
    width: 100%;
    justify-content: flex-start;
    padding-left: 0.95rem;
    padding-right: 0.95rem;
}

.user-premium-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.user-premium-stat-card {
    background: linear-gradient(155deg, #ffffff 0%, #f7fbff 100%);
    border: 1px solid #dbe7f3;
    border-radius: 1rem;
    padding: 1rem 1.1rem;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.user-premium-stat-label {
    display: inline-flex;
    align-items: center;
    color: #475569;
    font-size: 0.82rem;
    font-weight: 700;
}

.user-premium-stat-value {
    margin: 0.45rem 0 0;
    font-size: 1.7rem;
    color: #0f172a;
    font-weight: 800;
}

.user-premium-panel {
    background: linear-gradient(145deg, #ffffff, #f8fbff);
    border: 1px solid #dbe7f3;
    border-radius: 1.2rem;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
    overflow: hidden;
    padding: 1.2rem;
}

.user-premium-panel-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.user-premium-panel-title {
    color: #0f172a;
    font-weight: 800;
}

.user-premium-panel-sub {
    color: #475569;
    font-size: 0.9rem;
}

.user-premium-rate {
    font-size: 0.8rem;
    font-weight: 700;
    color: #1d4ed8;
    background: #dbeafe;
    padding: 0.35rem 0.55rem;
    border-radius: 999px;
    white-space: nowrap;
}

.user-premium-route {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 0.8rem;
    align-items: center;
    padding: 0.95rem;
    border-radius: 0.9rem;
    background: linear-gradient(145deg, #eff6ff, #f8fbff);
    border: 1px solid #dbeafe;
    margin-bottom: 1rem;
}

.user-premium-route-point {
    min-width: 0;
}

.user-premium-route-point strong {
    display: block;
    color: #0f172a;
    font-size: 0.94rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.user-premium-route-label {
    display: block;
    font-size: 0.76rem;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 0.2rem;
}

.user-premium-route-arrow {
    color: #2563eb;
    font-size: 1rem;
}

.user-premium-meta-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
}

.user-premium-meta-item {
    border: 1px solid #e2e8f0;
    border-radius: 0.85rem;
    padding: 0.8rem;
    background: #ffffff;
}

.user-premium-meta-item span {
    display: block;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #64748b;
    margin-bottom: 0.2rem;
    font-weight: 700;
}

.user-premium-meta-item strong {
    color: #0f172a;
    font-size: 0.96rem;
}

.user-premium-fare {
    color: #047857 !important;
}

.user-premium-status-row {
    display: flex;
    gap: 0.55rem;
    flex-wrap: wrap;
    margin-top: 0.95rem;
}

.user-premium-action-grid {
    display: grid;
    gap: 0.7rem;
}

.user-premium-actions .user-premium-btn-secondary {
    background: #eff6ff;
    border-color: #93c5fd;
    color: #1d4ed8;
}

.user-premium-actions .user-premium-btn-secondary:hover,
.user-premium-actions .user-premium-btn-secondary:focus {
    background: #dbeafe;
    border-color: #60a5fa;
    color: #1e40af;
}

.user-premium-actions .user-premium-btn i {
    color: currentColor;
}

.user-premium-tip-box {
    margin-top: 1rem;
    border-top: 1px solid #e2e8f0;
    padding-top: 0.9rem;
}

.user-premium-tip-box h6 {
    color: #1e293b;
    font-weight: 800;
}

.user-premium-tip-list {
    padding-left: 1rem;
    color: #475569;
}

.user-premium-tip-list li {
    margin-bottom: 0.4rem;
}

.user-premium-tip-list li:last-child {
    margin-bottom: 0;
}

.user-premium-rejection {
    margin-top: 1rem;
    padding: 0.95rem 1rem;
    border-radius: 1rem;
    border: 1px solid rgba(248, 113, 113, 0.35);
    background: linear-gradient(135deg, rgba(254, 226, 226, 0.95), rgba(255, 241, 242, 0.98));
    box-shadow: 0 12px 28px rgba(239, 68, 68, 0.12);
}

.user-premium-rejection-head {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 0.45rem;
    color: #991b1b;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.user-premium-rejection-icon {
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(220, 38, 38, 0.12);
    color: #dc2626;
    flex: 0 0 auto;
}

.user-premium-rejection-title {
    font-size: 0.95rem;
    line-height: 1.2;
}

.user-premium-rejection-text {
    color: #7f1d1d;
    font-size: 0.9rem;
    line-height: 1.45;
    margin: 0;
}

.user-premium-empty {
    border: 2px dashed #c7d2fe;
    border-radius: 1rem;
    background: linear-gradient(145deg, #eef2ff, #f8fbff);
    color: #475569;
}

.user-premium-empty-icon {
    font-size: 2.8rem;
    color: #2563eb;
}

@media (max-width: 1200px) {
    .user-premium-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .user-premium-hero {
        padding: 1.2rem;
    }
}

/* ========== DRIVER DASHBOARD ========== */
.trips-container {
    animation: fadeInUp 0.5s ease;
}

.trips-card-section {
    background: #fff;
    border-radius: 1.2rem;
    border: 1px solid #e5e7eb;
    padding: 1.5rem;
}

.section-header {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding-bottom: 0.8rem;
    border-bottom: 1.5px solid #e5e7eb;
    transition: all 0.2s ease;
    margin-bottom: 0.9rem;
}

.section-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    letter-spacing: -0.01em;
}

.section-title i {
    margin-right: 0;
    font-size: 1.2rem;
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.trips-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.trip-item {
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    padding: 1.25rem;
    transition: all 0.2s ease;
}

.trip-item:hover {
    border-color: #bfdbfe;
    background: linear-gradient(145deg, #eff6ff, #f8fafc);
}

.trip-header {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 1rem;
    margin-bottom: 1rem;
}

.trip-route {
    flex: 1;
}

.trip-number {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.3rem;
}

.trip-locations {
    font-size: 0.95rem;
    color: #64748b;
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.trip-locations i {
    color: #38bdf8;
}

.trip-meta {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #f3f4f6;
}

.meta-item {
    display: flex;
    flex-direction: column;
}

.meta-label {
    color: #64748b;
    font-weight: 500;
    margin-bottom: 0.2rem;
}

.meta-label i {
    margin-right: 0.3rem;
    color: #38bdf8;
}

.trip-actions {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.btn-primary-action,
.btn-success-action {
    border: 0;
    border-radius: 0.75rem;
    padding: 0.6rem 1.2rem;
    font-weight: 600;
    transition: all 0.2s ease;
    font-size: 0.95rem;
}

.btn-primary-action {
    background: linear-gradient(110deg, #38bdf8, #0ea5e9);
    color: #fff;
}

.btn-primary-action:hover {
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 8px 16px rgba(56, 189, 248, 0.25);
}

.btn-success-action {
    background: linear-gradient(110deg, #10b981, #059669);
    color: #fff;
}

.btn-success-action:hover {
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 8px 16px rgba(16, 185, 129, 0.25);
}

.empty-trips,
.empty-completed {
    text-align: center;
    padding: 2rem 1rem;
    color: #64748b;
}

.empty-trips-icon,
.empty-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #cbd5e1;
}

.completed-card {
    background: #fff;
    border-radius: 1.2rem;
    border: 1px solid #e5e7eb;
    padding: 1.5rem;
}

.completed-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.completed-item {
    padding: 1rem;
    border: 1px solid #f3f4f6;
    border-radius: 0.85rem;
    background: linear-gradient(145deg, #fafbfc, #fff);
    transition: all 0.2s ease;
}

.completed-item:hover {
    border-color: #dbeafe;
    background: linear-gradient(145deg, #eff6ff, #fafbfc);
}

.completed-number {
    font-weight: 700;
    color: #0f172a;
    display: block;
    margin-bottom: 0.3rem;
}

.completed-route {
    display: block;
    margin-bottom: 0.5rem;
}

.completed-fare {
    text-align: right;
    padding-top: 0.5rem;
    border-top: 1px solid #f3f4f6;
}

/* ========== ADMIN DASHBOARD ========== */
.admin-body {
    background: linear-gradient(160deg, #f8fafc 0%, #f0f9ff 50%, #f8fafc 100%);
}

.admin-container {
    min-height: 100vh;
}

.admin-body {
    --admin-topbar-height: 88px;
}

.admin-body .dashboard-topbar {
    position: sticky;
    top: 0;
    z-index: 1035;
}

.admin-container > .row {
    align-items: flex-start;
}

.admin-sidebar {
    background: linear-gradient(165deg, #431407 0%, #9a3412 55%, #7c2d12 100%);
    border-right: 0;
    height: calc(100vh - var(--admin-topbar-height));
    position: sticky;
    top: var(--admin-topbar-height);
    align-self: flex-start;
    overflow-y: auto;
}

.sidebar-content {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.sidebar-title {
    font-size: 1rem;
    font-weight: 700;
    color: #e0e7ff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.sidebar-title i {
    margin-right: 0.5rem;
}

.sidebar-nav {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex: 1;
}

.sidebar-nav-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.85rem 1rem;
    color: #cbd5e1;
    text-decoration: none;
    border-radius: 0.75rem;
    transition: all 0.2s ease;
    font-weight: 500;
}

.sidebar-nav-item:hover {
    background: rgba(251, 146, 60, 0.14);
    color: #fff;
}

.sidebar-nav-item i {
    font-size: 1.1rem;
    width: 1.5rem;
    text-align: center;
}

.sidebar-logout {
    margin-top: auto;
    color: #f87171;
}

.sidebar-logout:hover {
    background: rgba(248, 113, 113, 0.15);
    color: #fca5a5;
}

.sidebar-divider {
    border-top: 1px solid rgba(100, 116, 139, 0.3);
}

.admin-content {
    background: #fff;
    min-height: calc(100vh - 60px);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 0.95rem;
    margin-bottom: 1.4rem;
}

.stat-card {
    background: linear-gradient(145deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid #dbe7f3;
    border-radius: 1rem;
    padding: 1.1rem 1rem;
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    transition: all 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    overflow: hidden;
}

.stat-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.25s ease;
}

.stat-card:hover {
    transform: translateY(-3px);
    border-color: #3b82f6;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08), 0 0 1px rgba(59, 130, 246, 0.4);
}

.stat-card:hover::before {
    opacity: 1;
}

.stat-icon {
    width: 58px;
    height: 58px;
    border-radius: 0.8rem;
    display: grid;
    place-items: center;
    font-size: 1.4rem;
    flex-shrink: 0;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.07);
}

.stat-card-bookings .stat-icon {
    background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
    color: #0c4a6e;
    box-shadow: 0 3px 12px rgba(13, 110, 253, 0.15);
}

.stat-card-pending .stat-icon {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    color: #78350f;
    box-shadow: 0 3px 12px rgba(251, 191, 36, 0.15);
}

.stat-card-approved .stat-icon {
    background: linear-gradient(135deg, #dcfce7 0%, #bbf7d0 100%);
    color: #166534;
    box-shadow: 0 3px 12px rgba(34, 197, 94, 0.15);
}

.stat-card-rejected .stat-icon {
    background: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%);
    color: #7f1d1d;
    box-shadow: 0 3px 12px rgba(239, 68, 68, 0.15);
}

.stat-card-drivers .stat-icon {
    background: linear-gradient(135deg, #ede9fe 0%, #ddd6fe 100%);
    color: #5b21b6;
    box-shadow: 0 3px 12px rgba(124, 58, 237, 0.16);
}

.stat-card-vehicles .stat-icon {
    background: linear-gradient(135deg, #cffafe 0%, #a5f3fc 100%);
    color: #155e75;
    box-shadow: 0 3px 12px rgba(14, 116, 144, 0.16);
}

.stat-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.stat-label {
    color: #64748b;
    font-weight: 700;
    margin-bottom: 0.25rem;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    display: block;
}

.stat-value {
    font-size: 1.85rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
    line-height: 1;
    letter-spacing: -0.02em;
}

.admin-premium-hero-grid {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
}

.admin-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #1e3a8a;
    background: linear-gradient(135deg, rgba(191, 219, 254, 0.95), rgba(219, 234, 254, 0.95));
    border: 1px solid rgba(147, 197, 253, 0.5);
    margin-bottom: 0.65rem;
}

.admin-hero-actions {
    display: flex;
    align-items: center;
    gap: 0.55rem;
}

.admin-hero-kpis {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
}

.admin-kpi-chip {
    border-radius: 0.85rem;
    border: 1px solid #dbe7f3;
    background: linear-gradient(145deg, #ffffff, #f8fbff);
    padding: 0.65rem 0.75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.admin-kpi-label {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #64748b;
    font-weight: 700;
}

.admin-kpi-value {
    font-size: 1rem;
    color: #0f172a;
    font-weight: 800;
}

.admin-premium-panel {
    border: 1px solid #dbe7f3;
    border-radius: 1rem;
    background: linear-gradient(145deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 3px 16px rgba(12, 74, 110, 0.06);
    padding: 1rem;
}

.admin-premium-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.85rem;
}

.admin-premium-panel-head h5 {
    margin: 0;
    font-size: 1rem;
    font-weight: 800;
    color: #0f172a;
    display: flex;
    align-items: center;
    gap: 0.45rem;
}

.admin-premium-panel-head h5 i {
    font-size: 1rem;
    color: #1d4ed8;
}

.admin-panel-badge {
    font-size: 0.72rem;
    padding: 0.26rem 0.55rem;
    border-radius: 999px;
    font-weight: 700;
    color: #78350f;
    border: 1px solid #fcd34d;
    background: linear-gradient(135deg, #fef3c7, #fde68a);
}

.admin-quick-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
}

.admin-action-item {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.65rem 0.7rem;
    border: 1px solid #dbe7f3;
    border-radius: 0.8rem;
    text-decoration: none;
    color: #0f172a;
    background: #fff;
    transition: all 0.2s ease;
    font-weight: 600;
    font-size: 0.9rem;
}

.admin-action-item:hover {
    border-color: #93c5fd;
    background: #f0f7ff;
    color: #1d4ed8;
    transform: translateY(-1px);
}

.admin-action-icon {
    width: 2rem;
    height: 2rem;
    border-radius: 0.55rem;
    display: grid;
    place-items: center;
    color: #1d4ed8;
    background: linear-gradient(135deg, #dbeafe, #bfdbfe);
    font-size: 0.95rem;
}

.admin-insight-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.6rem;
}

.admin-insight-item {
    border: 1px solid #e2e8f0;
    border-radius: 0.8rem;
    padding: 0.65rem;
    background: #fff;
}

.admin-insight-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    margin-bottom: 0.4rem;
}

.admin-insight-top span {
    color: #64748b;
    font-size: 0.78rem;
    font-weight: 600;
}

.admin-insight-top strong {
    color: #0f172a;
    font-size: 0.88rem;
    font-weight: 800;
}

.admin-progress {
    height: 0.42rem;
    background: #e5e7eb;
}

.admin-progress .progress-bar {
    background: linear-gradient(90deg, #3b82f6, #1d4ed8);
}

.admin-timeline {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    border-top: 1px dashed #cbd5e1;
    padding-top: 0.75rem;
}

.admin-timeline-step {
    display: flex;
    align-items: center;
    gap: 0.55rem;
}

.admin-timeline-step p {
    margin: 0;
    color: #475569;
    font-size: 0.88rem;
}

.admin-dot {
    width: 0.56rem;
    height: 0.56rem;
    border-radius: 999px;
    flex-shrink: 0;
}

.admin-timeline-step.is-done .admin-dot {
    background: #10b981;
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.18);
}

.admin-timeline-step.is-live .admin-dot {
    background: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
}

.admin-timeline-step.is-alert .admin-dot {
    background: #ef4444;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.16);
}

.admin-premium-modal {
    border: 1px solid #dbe7f3;
    border-radius: 0.9rem;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.12);
}

.admin-premium-modal .modal-header {
    border-bottom: 1px solid #e2e8f0;
    background: linear-gradient(145deg, #f8fbff 0%, #eef5ff 100%);
    padding: 0.75rem 0.9rem;
}

.admin-premium-modal .modal-title {
    font-size: 0.96rem;
    font-weight: 800;
    color: #0f172a;
}

.admin-modal-title-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.22rem 0.6rem;
    border-radius: 999px;
    color: #ffffff !important;
    background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
    box-shadow: 0 4px 10px rgba(22, 163, 74, 0.24);
    border: 1px solid rgba(21, 128, 61, 0.45);
    letter-spacing: 0.01em;
}

.admin-modal-subtitle {
    color: #64748b;
    font-size: 0.75rem;
    font-weight: 500;
}

.admin-premium-modal .modal-body {
    padding: 0.8rem 0.9rem;
    background: #ffffff;
}

.admin-premium-modal .form-label {
    font-size: 0.72rem;
    color: #475569;
    font-weight: 700;
    margin-bottom: 0.25rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.admin-premium-modal .form-control,
.admin-premium-modal .form-select {
    border-color: #dbe7f3;
    border-radius: 0.6rem;
    min-height: 2.2rem;
    font-size: 0.88rem;
}

.admin-premium-modal .form-control:focus,
.admin-premium-modal .form-select:focus {
    border-color: #93c5fd;
    box-shadow: 0 0 0 0.2rem rgba(59, 130, 246, 0.16);
}

.admin-form-hint {
    display: block;
    margin-top: 0.25rem;
    color: #64748b;
    font-size: 0.72rem;
}

.admin-modal-footer {
    border-top: 1px solid #e2e8f0;
    background: #f8fafc;
    padding: 0.65rem 0.9rem;
}

.booking-review-compact {
    font-size: 0.88rem;
}

.review-compact-panel {
    border: 1px solid #e2e8f0;
    border-radius: 0.7rem;
    padding: 0.65rem;
    background: linear-gradient(145deg, #ffffff, #f8fbff);
}

.review-compact-head {
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #334155;
    margin-bottom: 0.45rem;
}

.review-snapshot-panel .review-compact-head {
    margin-bottom: 0.35rem;
}

.review-kv {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: baseline;
    column-gap: 0.6rem;
}

.review-kv-label {
    font-size: 0.71rem;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.045em;
    font-weight: 700;
}

.review-kv-value {
    color: #0f172a;
    font-size: 0.88rem;
    font-weight: 700;
    text-align: right;
    justify-self: end;
}

.review-meta-line {
    margin-top: 0.18rem;
    color: #64748b;
    font-size: 0.79rem;
    line-height: 1.3;
}

.review-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.55rem;
}

.review-item span {
    font-size: 0.74rem;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 700;
}

.review-item strong {
    color: #0f172a;
    font-size: 0.86rem;
    font-weight: 700;
    text-align: right;
}

.review-item-sub {
    margin-top: 0.2rem;
    color: #64748b;
    font-size: 0.8rem;
}

.bookings-section {
    animation: fadeInUp 0.5s ease;
    margin-top: 0.5rem;
}

.bookings-table-wrapper {
    background: linear-gradient(145deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid #dbe7f3;
    border-radius: 1.1rem;
    overflow: hidden;
    box-shadow: 0 3px 16px rgba(12, 74, 110, 0.06);
    transition: all 0.25s ease;
}

/* ========== ANIMATIONS ========== */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInFromLeft {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInFromTop {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulseGlow {
    0%, 100% {
        box-shadow: 0 4px 12px rgba(56, 189, 248, 0.1);
    }
    50% {
        box-shadow: 0 4px 20px rgba(56, 189, 248, 0.2);
    }
}

.user-sidebar,
.driver-sidebar,
.admin-sidebar,
.dashboard-topbar {
    animation: none;
}

.user-nav-link {
    animation: fadeInUp 0.4s ease-out backwards;
}

.user-nav-link:nth-child(1) { animation-delay: 0.1s; }
.user-nav-link:nth-child(2) { animation-delay: 0.2s; }
.user-nav-link:nth-child(3) { animation-delay: 0.3s; }
.user-nav-link:nth-child(4) { animation-delay: 0.4s; }

.user-brand {
    animation: slideInFromLeft 0.6s ease-out;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 1200px) {
    .admin-sidebar {
        width: 100%;
        max-height: auto;
    }
}

@media (max-width: 992px) {
    .admin-body {
        --admin-topbar-height: auto;
    }

    .admin-body .dashboard-topbar {
        position: relative;
        top: auto;
    }

    .admin-container > .row {
        align-items: stretch;
    }

    .dashboard-title {
        font-size: 1.8rem;
    }

    .dashboard-topbar {
        padding: 1rem;
        flex-direction: row;
        align-items: center;
        gap: 0.75rem;
    }

    .dashboard-topbar-right {
        gap: 0.5rem;
        margin-left: auto;
    }

    .user-sidebar {
        border-right: 1px solid rgba(255, 255, 255, 0.06);
        border-bottom: 0;
    }

    .admin-sidebar {
        height: auto;
        position: relative;
        top: auto;
        overflow-y: visible;
    }

    .user-nav {
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 0.5rem;
    }

    .user-nav-link.user-nav-logout {
        margin-top: auto;
    }

    .user-stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .admin-premium-hero-grid {
        flex-direction: column;
        align-items: flex-start;
    }

    .admin-hero-actions {
        width: 100%;
    }

    .admin-insight-grid {
        grid-template-columns: 1fr;
    }

    .booking-details {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {
    .dashboard-topbar {
        padding-left: var(--dashboard-gutter-desktop);
        padding-right: var(--dashboard-gutter-desktop);
    }

    .user-sidebar-content,
    .driver-sidebar .sidebar-content,
    .admin-sidebar .sidebar-content {
        padding-left: var(--dashboard-gutter-desktop) !important;
        padding-right: var(--dashboard-gutter-desktop) !important;
        padding-top: 1.35rem !important;
        padding-bottom: 1.35rem !important;
    }
}

@media (max-width: 768px) {
    .dashboard-title {
        font-size: 1.5rem;
    }

    .dashboard-topbar {
        padding: 0.9rem;
        flex-direction: column;
        align-items: stretch;
        gap: 0.75rem;
    }

    .dashboard-topbar-left {
        gap: 0.6rem;
    }

    .dashboard-topbar-right {
        flex-direction: row;
        gap: 0.5rem;
        width: 100%;
    }

    .dashboard-brand-mark {
        width: 2.4rem;
        height: 2.4rem;
        font-size: 1.1rem;
    }

    .dashboard-brand-title {
        font-size: 0.95rem;
    }

    .dashboard-user-chip {
        flex: 1;
        border-radius: 0.5rem;
        justify-content: flex-start;
    }

    .dashboard-topbar-logout {
        flex: 1;
        padding: 0.4rem 0.8rem;
        font-size: 0.8rem;
    }

    .user-nav {
        flex-direction: column;
        gap: 0.5rem;
    }

    .user-stats-grid {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .dashboard-cta-row .btn {
        min-width: auto;
    }

    .dashboard-overview-snapshot .booking-details {
        grid-template-columns: 1fr;
    }

    .user-premium-hero {
        border-radius: 1rem;
        padding: 1rem;
    }

    .user-premium-title {
        font-size: 1.6rem;
    }

    .user-premium-subtitle {
        font-size: 0.9rem;
    }

    .user-premium-hero-actions {
        width: 100%;
    }

    .user-premium-btn {
        width: 100%;
    }

    .user-premium-stats {
        grid-template-columns: 1fr;
    }

    .user-premium-meta-grid {
        grid-template-columns: 1fr;
    }

    .user-premium-route {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .user-premium-route-arrow {
        transform: rotate(90deg);
        justify-self: start;
    }

    .user-premium-panel {
        padding: 1rem;
    }

    .user-premium-panel-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .bookride-hero {
        border-radius: 1rem;
        padding: 1rem;
    }

    .bookride-hero-chip-row {
        width: 100%;
    }

    .bookride-cab-item {
        align-items: flex-start;
        flex-direction: column;
    }

    .booking-card-header {
        flex-direction: column;
    }

    .booking-badges {
        justify-content: flex-start;
    }

    .booking-details {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .booking-card {
        border-radius: 0.95rem;
    }

    .stats-grid {
        grid-template-columns: 1fr;
    }

    .admin-hero-kpis {
        grid-template-columns: 1fr;
    }

    .admin-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .admin-hero-actions .btn {
        width: 100%;
    }

    .admin-quick-actions {
        grid-template-columns: 1fr;
    }

    .trip-meta {
        grid-template-columns: 1fr;
    }

    .section-title {
        font-size: 1.15rem;
    }
}

/* ========== LANDING PREMIUM ========== */
.landing-premium-body {
    background: linear-gradient(180deg, #f8fbff 0%, #f5faff 45%, #f8fafc 100%);
}

.landing-premium-hero {
    position: relative;
    overflow: hidden;
    min-height: 560px;
    background:
    linear-gradient(90deg, rgba(248, 251, 255, 0.72) 0%, rgba(248, 251, 255, 0.42) 36%, rgba(238, 248, 255, 0.02) 64%, rgba(238, 248, 255, 0) 100%),
    radial-gradient(800px 420px at 90% 8%, rgba(29, 78, 216, 0.04), transparent 65%),
    radial-gradient(700px 380px at 5% 100%, rgba(15, 118, 110, 0.03), transparent 62%),
    var(--landing-hero-image) 72% center / cover no-repeat;
}

.landing-noise {
    position: absolute;
    inset: 0;
    opacity: 0.35;
    background-image: radial-gradient(rgba(15, 23, 42, 0.06) 0.5px, transparent 0.5px);
    background-size: 10px 10px;
    pointer-events: none;
}

.landing-eyebrow {
    display: inline-block;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    background: rgba(12, 74, 110, 0.09);
    color: #0c4a6e;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.landing-hero-title {
    font-size: clamp(2rem, 4vw, 3.35rem);
    line-height: 1.05;
    color: #0f172a;
    letter-spacing: -0.02em;
    font-weight: 800;
}

.landing-hero-sub {
    font-size: 1.08rem;
    line-height: 1.7;
    color: #334155;
    max-width: 620px;
    text-wrap: balance;
}

.landing-btn-primary {
    border: 0;
    color: #fff;
    border-radius: 999px;
    padding: 0.7rem 1.4rem;
    font-weight: 600;
    background: linear-gradient(110deg, #0f766e 0%, #2563eb 100%);
    box-shadow: 0 10px 20px rgba(37, 99, 235, 0.2);
}

.landing-btn-primary:hover {
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(37, 99, 235, 0.3);
}

.landing-btn-ghost {
    border-radius: 999px;
    border: 1px solid #bfdbfe;
    color: #0f172a;
    background: rgba(255, 255, 255, 0.8);
    padding: 0.7rem 1.4rem;
    font-weight: 600;
}

.landing-btn-ghost:hover {
    color: #0f172a;
    background: #fff;
    border-color: #93c5fd;
}

.landing-btn-light {
    border: 0;
    border-radius: 999px;
    font-weight: 700;
    color: #0f172a;
    background: #fff;
    padding: 0.7rem 1.5rem;
}

.landing-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}

.landing-trust-item {
    padding: 0.42rem 0.7rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #dbeafe;
    color: #334155;
    font-size: 0.8rem;
    font-weight: 500;
}

.landing-trust-item i {
    margin-right: 0.35rem;
    color: #0d9488;
}

.landing-hero-art {
    display: none;
}

.landing-hero-art::before,
.landing-hero-art::after {
    content: none;
}

.landing-art-chip {
    position: absolute;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    width: max-content;
    border-radius: 999px;
    padding: 0.5rem 0.9rem;
    color: #0f172a;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(191, 219, 254, 0.75);
    font-size: 0.8rem;
    font-weight: 600;
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.14);
}

.landing-art-chip i {
    color: #2563eb;
    margin-right: 0.35rem;
}

.landing-art-chip.chip-a {
    right: 9%;
    top: 16%;
    animation: landingArtChipFloat 4.2s ease-in-out infinite;
}

.landing-art-chip.chip-b {
    left: 9%;
    bottom: 14%;
    animation: landingArtChipFloat 4.2s ease-in-out infinite 0.9s;
}

.landing-hero-chip-layer {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 2;
}

@keyframes landingArtChipFloat {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-6px);
    }
}

.landing-section {
    position: relative;
}

.landing-services-v2 {
    overflow: hidden;
}

.landing-services-v2::before,
.landing-services-v2::after {
    content: "";
    position: absolute;
    inset: auto;
    width: 18rem;
    height: 18rem;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(10px);
    opacity: 0.55;
}

.landing-services-v2::before {
    top: 1rem;
    left: -8rem;
    background: radial-gradient(circle, rgba(14, 165, 233, 0.18), rgba(14, 165, 233, 0));
}

.landing-services-v2::after {
    right: -7rem;
    bottom: 0;
    background: radial-gradient(circle, rgba(16, 185, 129, 0.18), rgba(16, 185, 129, 0));
}

.landing-booking-section {
    background: linear-gradient(180deg, #f4f9ff 0%, #eef7ff 100%);
    border-top: 1px solid #e2ecf8;
    border-bottom: 1px solid #e2ecf8;
    overflow: visible;
}

.landing-booking-overlay-row {
    position: relative;
    align-items: flex-start;
}

.booking-section-head {
    max-width: 520px;
}

.booking-about-desktop {
    max-width: 560px;
    padding-top: 0.35rem;
}

.booking-about-desktop h2 {
    color: #0f172a;
    letter-spacing: -0.02em;
}

.booking-about-lead {
    color: #334155;
    font-size: 1.02rem;
    line-height: 1.7;
}

.booking-about-copy {
    color: #475569;
    line-height: 1.75;
}

.landing-booking-overlay-card {
    position: relative;
    z-index: 6;
    margin-top: -310px;
    max-width: 560px;
}

.landing-booking-overlay-card .booking-form-modern {
    box-shadow: 0 26px 54px rgba(15, 23, 42, 0.16);
}

.landing-booking-overlay-card .booking-form-modern .card-body {
    background: #fff;
}

.landing-booking-form {
    border: 1px solid #dbe7f3;
    background: linear-gradient(145deg, #ffffff, #f8fbff);
}

.landing-booking-form .form-label {
    color: #334155;
    font-weight: 600;
}

.landing-booking-form .form-control {
    border-color: #cbd5e1;
    min-height: 44px;
}

.landing-booking-form .form-control:focus {
    border-color: #60a5fa;
    box-shadow: 0 0 0 0.2rem rgba(37, 99, 235, 0.15);
}

.landing-booking-hint {
    border: 1px dashed #bfdbfe;
    border-radius: 0.9rem;
    background: #eff6ff;
    color: #1e3a8a;
    padding: 0.8rem 0.9rem;
    display: flex;
    align-items: center;
    gap: 0.55rem;
    font-weight: 600;
}

.landing-booking-hint i {
    color: #2563eb;
}

.landing-section-head {
    max-width: 780px;
    margin: 0 auto 2.2rem;
}

.landing-section-head h2 {
    letter-spacing: -0.03em;
    color: #0f172a;
}

.landing-section-head p {
    font-size: 1.02rem;
}

.landing-section-kicker {
    font-size: 0.74rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #0f766e;
    font-weight: 700;
}

.landing-feature-card {
    border-radius: 1rem;
    border: 1px solid rgba(148, 163, 184, 0.28);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 245, 249, 0.96));
    padding: 1.45rem 1.2rem;
    text-align: center;
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    position: relative;
    overflow: hidden;
}

.landing-feature-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #0f766e, #2563eb);
    opacity: 0.85;
}

.landing-feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 44px rgba(15, 23, 42, 0.14);
    border-color: rgba(37, 99, 235, 0.18);
}

.landing-feature-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 0.9rem;
    border-radius: 1.1rem;
    display: grid;
    place-items: center;
    font-size: 1.65rem;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
}

.landing-feature-icon.icon-blue {
    background: linear-gradient(145deg, #dbeafe, #bfdbfe);
    color: #1d4ed8;
}

.landing-feature-icon.icon-teal {
    background: linear-gradient(145deg, #ccfbf1, #99f6e4);
    color: #0f766e;
}

.landing-feature-icon.icon-gold {
    background: linear-gradient(145deg, #fef3c7, #fde68a);
    color: #b45309;
}

.landing-feature-icon.icon-cyan {
    background: linear-gradient(145deg, #cffafe, #a5f3fc);
    color: #0e7490;
}

.landing-steps-wrap {
    background: linear-gradient(180deg, #f8fbff, #f0f9ff);
}

.landing-steps-v2 {
    overflow: hidden;
}

.landing-steps-grid-v2 {
    position: relative;
    margin-top: 0.5rem;
}

.landing-step-card-v2 {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 250, 255, 0.98));
    border: 1px solid rgba(191, 219, 254, 0.8);
    border-radius: 1.2rem;
    padding: 1.4rem 1.1rem 1.25rem;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.07);
    position: relative;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.landing-step-card-v2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1rem;
    width: 2px;
    height: 1rem;
    background: linear-gradient(180deg, rgba(37, 99, 235, 0.8), rgba(37, 99, 235, 0));
    transform: translateX(-50%);
}

.landing-step-card-v2:hover {
    transform: translateY(-5px);
    box-shadow: 0 22px 40px rgba(15, 23, 42, 0.12);
}

.landing-step-pill {
    width: 62px;
    height: 62px;
    margin: 0 auto 0.9rem;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 1.45rem;
    font-weight: 800;
    color: #fff;
    background: linear-gradient(145deg, #0f766e, #2563eb);
    box-shadow: 0 10px 20px rgba(37, 99, 235, 0.25);
}

.landing-step-card-v2 h5 {
    color: #0f172a;
    letter-spacing: -0.02em;
}

.landing-step-card-v2 p {
    color: #64748b !important;
}

.landing-cta-strip {
    color: #fff;
    background: linear-gradient(120deg, #0f172a, #1d4ed8 55%, #0f766e);
}

.landing-cta-v2 {
    position: relative;
    overflow: hidden;
}

.landing-cta-v2::before,
.landing-cta-v2::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.landing-cta-v2::before {
    width: 18rem;
    height: 18rem;
    left: -5rem;
    top: -6rem;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0));
}

.landing-cta-v2::after {
    width: 22rem;
    height: 22rem;
    right: -8rem;
    bottom: -10rem;
    background: radial-gradient(circle, rgba(56, 189, 248, 0.18), rgba(56, 189, 248, 0));
}

.landing-cta-shell-v2 {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin: 0 auto;
    padding: 2.3rem 1.5rem;
    border-radius: 1.5rem;
    background: rgba(15, 23, 42, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(10px);
    box-shadow: 0 22px 42px rgba(15, 23, 42, 0.18);
}

.landing-cta-kicker-v2 {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 0.85rem;
    margin-bottom: 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.73rem;
    font-weight: 700;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.landing-cta-v2 h2 {
    letter-spacing: -0.04em;
}

.landing-cta-v2 p {
    color: rgba(255, 255, 255, 0.82);
}

.landing-cta-note-v2 {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: rgba(255, 255, 255, 0.88);
    font-weight: 600;
}

/* ===== DRIVER V2 SECTION ===== */
.landing-driver-v2 {
    background: linear-gradient(180deg, #f8fbff 0%, #f3f7fc 100%);
    padding: 2.2rem 0 0;
}

.driver-hero-v2 {
    position: relative;
    height: 580px;
    overflow: hidden;
    background: #f6f7f9;
    border: 1px solid #dbe7f3;
    border-radius: 1.25rem;
    box-shadow: 0 14px 34px rgba(12, 74, 110, 0.08);
}

.driver-hero-inner-v2 {
    display: flex;
    height: 100%;
}

.driver-hero-left-v2 {
    width: 55%;
    padding: 62px 86px 64px;
    z-index: 3;
}

.driver-hero-right-v2 {
    width: 45%;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    overflow: hidden;
}

.driver-img-v2 {
    position: relative;
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: right bottom;
}

.driver-hero-shape-v2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
    z-index: 2;
}

.driver-tag-v2 {
    color: #0f766e;
    font-weight: 700;
    letter-spacing: 0.035em;
    font-size: 0.95rem;
    margin: 0;
}

.driver-title-v2 {
    margin-top: 0.6rem;
    font-size: clamp(38px, 3.5vw, 52px);
    font-weight: 800;
    color: #0b2239;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.driver-desc-v2 {
    margin-top: 14px;
    color: #5f6b7a;
    max-width: 520px;
    font-size: 0.95rem;
    line-height: 1.45;
}

.driver-features-v2 {
    margin-top: 18px;
    padding: 0;
}

.driver-features-v2 li {
    list-style: none;
    margin-bottom: 8px;
    color: #0f172a;
    font-size: 0.96rem;
    position: relative;
    padding-left: 1.65rem;
}

.driver-features-v2 li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.1rem;
    width: 1.05rem;
    height: 1.05rem;
    background: url('../img/icons/flaticon/arrow-right.png') center/contain no-repeat;
    filter: hue-rotate(170deg) saturate(1.3);
}

.driver-btn-apply-v2 {
    margin-top: 22px;
    background: linear-gradient(135deg, #0f766e 0%, #2563eb 100%);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.15rem;
    white-space: nowrap;
    padding: 11px 24px;
    border-radius: 50px;
    border: none;
    font-weight: 700;
    font-size: 0.95rem;
    box-shadow: 0 10px 24px rgba(37, 99, 235, 0.24);
}

.driver-btn-apply-v2:hover {
    color: #fff;
    background: linear-gradient(135deg, #0f766e 0%, #1d4ed8 100%);
}

.driver-btn-apply-v2 i {
    color: #fff;
}

.driver-btn-icon-v2 {
    width: 18px;
    height: 18px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.driver-steps-v2 {
    padding: 56px 0 74px;
    background: linear-gradient(180deg, rgba(239, 246, 255, 0.55), rgba(255, 255, 255, 0));
}

.driver-steps-wrap-v2 {
    max-width: 1100px;
    margin: auto;
    display: flex;
    gap: 18px;
}

.driver-step-v2 {
    flex: 1;
    text-align: center;
    border: 1px solid #dbe7f3;
    border-radius: 1.1rem;
    background: linear-gradient(145deg, #ffffff 0%, #f8fbff 100%);
    padding: 1.2rem 1rem 1.1rem;
    box-shadow: 0 10px 24px rgba(12, 74, 110, 0.07);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.driver-step-v2:hover {
    transform: translateY(-3px);
    border-color: #93c5fd;
    box-shadow: 0 16px 30px rgba(37, 99, 235, 0.14);
}

.driver-icon-v2 {
    width: 112px;
    height: 112px;
    margin: auto;
    border-radius: 50%;
    background: linear-gradient(145deg, #eaf2ff, #dbeafe);
    border: 1px solid #cfe0f8;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.driver-icon-v2::after {
    content: "";
}

.driver-icon-v2 img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    filter: saturate(0.85);
}

.driver-step-v2 h4 {
    margin-top: 0.9rem;
    margin-bottom: 0.45rem;
    color: #0f172a;
    font-size: 1.42rem;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.driver-step-v2 p {
    color: #475569;
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.4;
}

@media (max-width: 992px) {
    .driver-hero-v2 {
        height: auto;
    }

    .driver-hero-inner-v2 {
        flex-direction: column;
    }

    .driver-hero-left-v2 {
        width: 100%;
        padding: 40px 24px 30px;
    }

    .driver-hero-shape-v2 {
        width: 100%;
    }

    .driver-hero-right-v2 {
        display: none;
    }

    .driver-title-v2 {
        font-size: 30px;
    }

    .driver-steps-wrap-v2 {
        flex-direction: column;
    }

    .driver-step-v2 h4 {
        font-size: 1.25rem;
    }
}

.landing-driver {
    background: #f8fafc;
}

.landing-driver-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(900px 420px at 10% 0%, rgba(59, 130, 246, 0.08), transparent 65%),
        linear-gradient(180deg, #f8fafc 0%, #f8fbff 100%);
}

.landing-driver-split {
    position: relative;
    padding-top: 0.25rem;
}

.landing-driver-split::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 58%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(248, 250, 252, 0.9));
    clip-path: polygon(0 0, 84% 0, 74% 100%, 0 100%);
    pointer-events: none;
}

.landing-driver-copy {
    max-width: 560px;
    padding-top: 0.4rem;
    position: relative;
    z-index: 1;
}

.landing-driver-kicker {
    color: #0f766e;
}

.landing-driver-title {
    font-size: clamp(2.2rem, 3.4vw, 3.25rem);
    line-height: 1.02;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.03em;
    max-width: 10.5ch;
}

.landing-driver-subtitle {
    font-size: 1rem;
    line-height: 1.6;
    color: #475569;
    max-width: 36rem;
}

.landing-driver-benefits {
    display: grid;
    gap: 0.62rem;
    margin-bottom: 0;
}

.landing-driver-benefits li {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    color: #1e293b;
    font-weight: 500;
}

.landing-driver-benefits i {
    color: #0f766e;
    font-size: 1rem;
}

.landing-driver-cta {
    min-width: 230px;
    box-shadow: 0 12px 26px rgba(15, 118, 110, 0.18);
}

.landing-driver-note {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: #475569;
    font-size: 0.92rem;
    font-weight: 500;
}

.landing-driver-note i {
    color: #0f766e;
}

.landing-driver-media {
    position: relative;
    min-height: 480px;
    border-radius: 1.75rem;
    border: 1px solid #dbeafe;
    background: linear-gradient(145deg, rgba(239, 246, 255, 0.9), rgba(219, 234, 254, 0.85));
    box-shadow: 0 20px 46px rgba(15, 23, 42, 0.1);
    overflow: hidden;
}

.landing-driver-image {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(105deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.74) 38%, rgba(255, 255, 255, 0.14) 66%, rgba(255, 255, 255, 0) 100%),
        url('../img/hero_bg1.png') center/cover no-repeat;
    transform: scale(1.02);
}

.landing-driver-float {
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.7rem 0.85rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(219, 234, 254, 0.9);
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(10px);
}

.landing-driver-float i {
    width: 2rem;
    height: 2rem;
    border-radius: 0.7rem;
    display: grid;
    place-items: center;
    color: #fff;
    background: linear-gradient(135deg, #0f766e, #2563eb);
    font-size: 0.95rem;
}

.landing-driver-float strong {
    display: block;
    font-size: 0.9rem;
    color: #0f172a;
    line-height: 1.2;
}

.landing-driver-float span {
    display: block;
    font-size: 0.76rem;
    color: #64748b;
}

.landing-driver-float-top {
    top: 1rem;
    left: 1rem;
}

.landing-driver-float-bottom {
    right: 1rem;
    bottom: 1rem;
}

.landing-driver-steps {
    margin-top: 1.35rem;
}

.landing-driver-step {
    padding: 1rem 0.95rem;
    border-radius: 1rem;
    border: 1px solid #dbe7f3;
    background: linear-gradient(145deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 8px 20px rgba(12, 74, 110, 0.05);
    text-align: center;
}

.landing-driver-step-icon {
    width: 4.15rem;
    height: 4.15rem;
    margin: 0 auto 0.85rem;
    border-radius: 1rem;
    display: grid;
    place-items: center;
    font-size: 1.55rem;
    color: #0f766e;
    background: linear-gradient(145deg, #ecfeff, #dbeafe);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.landing-driver-step h5 {
    font-size: 1.05rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 0.35rem;
}

.landing-driver-step p {
    margin: 0;
    color: #64748b;
    line-height: 1.55;
    font-size: 0.92rem;
}

.landing-list-clean li {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 0.7rem;
    color: #334155;
}

.landing-list-clean i {
    color: #0f766e;
}

.landing-driver-panel {
    border: 1px solid #dbeafe;
    border-radius: 1.2rem;
    background: linear-gradient(145deg, #eff6ff, #dbeafe);
    min-height: 320px;
    display: grid;
    place-items: center;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.landing-driver-panel i {
    font-size: 8rem;
    color: #1d4ed8;
    opacity: 0.9;
}

.city-hero-v2 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #f8fbff 0%, #eef7ff 100%);
}

.city-hero-v2::before,
.city-hero-v2::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(10px);
    opacity: 0.45;
}

.city-hero-v2::before {
    width: 18rem;
    height: 18rem;
    left: -7rem;
    top: 2rem;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.18), rgba(37, 99, 235, 0));
}

.city-hero-v2::after {
    width: 20rem;
    height: 20rem;
    right: -8rem;
    bottom: -7rem;
    background: radial-gradient(circle, rgba(15, 118, 110, 0.16), rgba(15, 118, 110, 0));
}

.city-hero-shell-v2 {
    position: relative;
    z-index: 1;
    border-radius: 1.7rem;
    padding: 2.5rem 2rem;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(240, 248, 255, 0.96));
    border: 1px solid rgba(191, 219, 254, 0.75);
    box-shadow: 0 24px 54px rgba(15, 23, 42, 0.1);
}

.city-hero-kicker-v2 {
    display: inline-flex;
    align-items: center;
    padding: 0.4rem 0.9rem;
    border-radius: 999px;
    background: rgba(15, 118, 110, 0.08);
    color: #0f766e;
    font-size: 0.73rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.city-hero-title-v2 {
    font-size: clamp(2.2rem, 4.4vw, 4.3rem);
    line-height: 1.02;
    letter-spacing: -0.05em;
    color: #0f172a;
}

.city-hero-subtitle-v2 {
    max-width: 42rem;
    font-size: 1.06rem;
    color: #475569;
}

.city-hero-pill-v2 {
    display: inline-flex;
    align-items: center;
    padding: 0.55rem 0.9rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(191, 219, 254, 0.9);
    color: #0f172a;
    font-size: 0.86rem;
    font-weight: 600;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
}

.city-hero-card-v2 {
    border-radius: 1.4rem;
    padding: 1.4rem;
    background: linear-gradient(180deg, #0f172a, #111d39 60%, #0f766e 140%);
    color: #fff;
    box-shadow: 0 22px 44px rgba(15, 23, 42, 0.2);
}

.city-hero-card-top-v2 {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.city-hero-location-v2 {
    width: 4rem;
    height: 4rem;
    border-radius: 1rem;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.12);
    font-size: 1.5rem;
    color: #fff;
}

.city-hero-card-label-v2 {
    display: block;
    margin-bottom: 0.2rem;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 700;
}

.city-hero-card-city-v2 {
    font-size: 1.55rem;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.city-hero-metrics-v2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
    margin-bottom: 1.1rem;
}

.city-hero-metrics-v2 div {
    padding: 0.9rem 0.75rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.city-hero-metrics-v2 strong {
    display: block;
    font-size: 0.95rem;
}

.city-hero-metrics-v2 span {
    display: block;
    margin-top: 0.2rem;
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.8rem;
}

.city-hero-card-note-v2 {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    padding: 0.9rem 1rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.92rem;
}

.city-hero-card-note-v2 i {
    color: #7dd3fc;
    font-size: 1.05rem;
    margin-top: 0.1rem;
}

.city-services-v2 {
    background: linear-gradient(180deg, #f8fbff, #eef7ff);
}

.city-service-card-v2 {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 1.35rem 1.2rem;
    border-radius: 1.2rem;
    border: 1px solid rgba(191, 219, 254, 0.7);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 250, 255, 0.98));
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.07);
}

.city-service-index-v2 {
    flex-shrink: 0;
    width: 3rem;
    height: 3rem;
    border-radius: 0.95rem;
    display: grid;
    place-items: center;
    font-weight: 800;
    color: #fff;
    background: linear-gradient(145deg, #0f766e, #2563eb);
    box-shadow: 0 12px 22px rgba(37, 99, 235, 0.2);
}

.city-usecases-v2 {
    background: linear-gradient(180deg, #eef7ff, #f8fbff);
}

.city-usecase-card-v2 {
    padding: 1.35rem 1.2rem;
    border-radius: 1.2rem;
    border: 1px solid rgba(148, 163, 184, 0.24);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 255, 0.98));
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.06);
}

.city-usecase-icon-v2 {
    width: 3rem;
    height: 3rem;
    margin-bottom: 1rem;
    border-radius: 0.9rem;
    display: grid;
    place-items: center;
    background: linear-gradient(145deg, #dbeafe, #bfdbfe);
    color: #1d4ed8;
    font-size: 1.2rem;
    box-shadow: 0 12px 24px rgba(37, 99, 235, 0.14);
}

.city-usecase-link-v2 {
    color: #0f766e;
    font-weight: 700;
    text-decoration: none;
}

.city-faqs-v2 {
    background: linear-gradient(180deg, #f8fbff, #eef7ff);
}

.city-faq-shell-v2 {
    border-radius: 1.2rem;
    overflow: hidden;
    border: 1px solid rgba(191, 219, 254, 0.8);
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
}

.city-faq-item-v2 {
    border: 0;
    border-bottom: 1px solid rgba(191, 219, 254, 0.6);
}

.city-faq-item-v2:last-child {
    border-bottom: 0;
}

.city-faq-item-v2 .accordion-button {
    padding: 1rem 1.15rem;
    font-weight: 700;
    color: #0f172a;
    background: linear-gradient(180deg, #ffffff, #f8fbff);
}

.city-faq-item-v2 .accordion-button:not(.collapsed) {
    color: #0f766e;
    box-shadow: none;
    background: #effdfb;
}

.city-faq-item-v2 .accordion-body {
    padding: 1rem 1.15rem 1.15rem;
    color: #475569;
    background: #fff;
}

.city-cta-v2 {
    background: linear-gradient(180deg, #f8fbff, #ffffff);
}

.city-cta-shell-v2 {
    position: relative;
    overflow: hidden;
    padding: 2.5rem 1.5rem;
    border-radius: 1.6rem;
    background: linear-gradient(135deg, #0f172a, #1d4ed8 55%, #0f766e);
    color: #fff;
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.2);
}

.city-cta-shell-v2::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.16), transparent 35%);
    pointer-events: none;
}

.city-cta-kicker-v2 {
    display: inline-flex;
    align-items: center;
    margin-bottom: 1rem;
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.static-page-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #f8fbff, #eef7ff);
}

.static-page-hero::before,
.static-page-hero::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.static-page-hero::before {
    width: 16rem;
    height: 16rem;
    left: -5rem;
    top: -4rem;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.14), rgba(37, 99, 235, 0));
}

.static-page-hero::after {
    width: 18rem;
    height: 18rem;
    right: -6rem;
    bottom: -7rem;
    background: radial-gradient(circle, rgba(15, 118, 110, 0.14), rgba(15, 118, 110, 0));
}

.static-page-hero-shell {
    position: relative;
    z-index: 1;
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
    padding: 2.4rem 1.4rem;
    border-radius: 1.5rem;
    border: 1px solid rgba(191, 219, 254, 0.8);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 250, 255, 0.98));
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

.static-page-kicker {
    display: inline-flex;
    align-items: center;
    padding: 0.42rem 0.88rem;
    border-radius: 999px;
    background: rgba(15, 118, 110, 0.08);
    color: #0f766e;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.static-page-title {
    color: #0f172a;
    letter-spacing: -0.04em;
    font-size: clamp(2rem, 4.8vw, 3.4rem);
}

.static-page-sub {
    color: #475569;
    font-size: 1.03rem;
}

.static-page-section {
    background: linear-gradient(180deg, #eef7ff, #f8fbff);
}

.static-page-card,
.static-contact-card,
.static-service-card {
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 1.2rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 255, 0.98));
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.static-page-card,
.static-contact-card {
    padding: 1.35rem 1.2rem;
}

.static-highlight-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.75rem;
}

.static-highlight-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    color: #334155;
}

.static-highlight-list i {
    color: #0f766e;
    margin-top: 0.2rem;
}

.static-timeline {
    display: grid;
    gap: 0.85rem;
}

.static-timeline-item {
    padding: 0.8rem 0.9rem;
    border-radius: 0.95rem;
    border: 1px solid rgba(191, 219, 254, 0.9);
    background: #fff;
}

.static-timeline-year {
    display: inline-flex;
    margin-bottom: 0.3rem;
    color: #0f766e;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.static-service-card {
    padding: 1.25rem 1.1rem;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.static-service-card:hover {
    transform: translateY(-4px);
    border-color: rgba(37, 99, 235, 0.22);
    box-shadow: 0 20px 40px rgba(37, 99, 235, 0.14);
}

.static-service-icon {
    width: 3.2rem;
    height: 3.2rem;
    margin-bottom: 1rem;
    border-radius: 0.95rem;
    display: grid;
    place-items: center;
    background: linear-gradient(145deg, #dbeafe, #bfdbfe);
    color: #1d4ed8;
    font-size: 1.3rem;
    box-shadow: 0 12px 22px rgba(37, 99, 235, 0.14);
}

.static-contact-link {
    color: #0f766e;
    text-decoration: none;
    font-weight: 600;
}

.static-contact-link:hover {
    color: #0b5f57;
}

.static-page-cta {
    background: linear-gradient(180deg, #f8fbff, #ffffff);
}

.static-page-cta-shell {
    max-width: 900px;
    margin: 0 auto;
    border-radius: 1.5rem;
    padding: 2.2rem 1.2rem;
    color: #fff;
    background: linear-gradient(135deg, #0f172a, #1d4ed8 55%, #0f766e);
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.2);
}

.static-page-cta-shell p {
    color: rgba(255, 255, 255, 0.86);
}

.about-hero-v2 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #0b1220, #111c35 58%, #0f4c4a);
}

.about-hero-v2::before,
.about-hero-v2::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    opacity: 0.5;
}

.about-hero-v2::before {
    width: 18rem;
    height: 18rem;
    left: -6rem;
    top: -4rem;
    background: radial-gradient(circle, rgba(56, 189, 248, 0.22), rgba(56, 189, 248, 0));
}

.about-hero-v2::after {
    width: 20rem;
    height: 20rem;
    right: -7rem;
    bottom: -8rem;
    background: radial-gradient(circle, rgba(45, 212, 191, 0.2), rgba(45, 212, 191, 0));
}

.about-hero-shell-v2 {
    position: relative;
    z-index: 1;
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
    padding: 2.6rem 1.5rem;
    border-radius: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.about-kicker-v2 {
    display: inline-flex;
    align-items: center;
    padding: 0.42rem 0.9rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.about-title-v2 {
    color: #f8fafc;
    letter-spacing: -0.05em;
    font-size: clamp(2rem, 5vw, 3.7rem);
}

.about-sub-v2 {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    color: rgba(226, 232, 240, 0.9);
    font-size: 1.05rem;
}

.about-hero-chips-v2 {
    display: flex;
    gap: 0.65rem;
    justify-content: center;
    flex-wrap: wrap;
}

.about-hero-chips-v2 span {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.42rem 0.75rem;
    border-radius: 999px;
    border: 0;
    background: rgba(255, 255, 255, 0.12);
    color: rgba(241, 245, 249, 0.95);
    font-size: 0.82rem;
    font-weight: 600;
}

.about-hero-chips-v2 i {
    color: #67e8f9;
}

.about-company-v2 {
    background: #ffffff;
}

.about-company-kicker-v2 {
    display: inline-flex;
    align-items: center;
    margin-bottom: 0.8rem;
    padding: 0.38rem 0.75rem;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.08);
    color: #1d4ed8;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.about-company-copy-v2 {
    max-width: 48rem;
}

.about-company-lead-v2 {
    color: #334155;
    font-size: 1.02rem;
    line-height: 1.8;
}

.about-company-paragraph-v2 {
    color: #64748b;
    line-height: 1.8;
}

.about-company-image-wrap-v2 {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.about-company-image-v2 {
    max-width: 800px;
    width: 100%;
    height: auto;
}

.about-mission-vision-v2 {
    background: #f8fbff;
}

.about-mission-vision-v2 .landing-section-head {
    margin-bottom: 2.7rem;
}

.about-mission-vision-v2 .landing-section-head h2 {
    letter-spacing: -0.04em;
}

.about-mv-block-v2 {
    border: 0;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.75);
    padding: 1.05rem 0.9rem 0.95rem;
    box-shadow: none;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.about-mv-block-v2:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.96);
}

.about-mv-block-v2 h3 {
    color: #0f172a;
    letter-spacing: -0.02em;
}

.about-mv-block-v2 h2 {
    color: #0f172a;
    letter-spacing: -0.02em;
    display: flex;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 0.75rem !important;
}

.about-mv-block-v2 i {
    color: #0f766e;
    display: inline-grid;
    place-items: center;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 0.55rem;
    background: rgba(15, 118, 110, 0.12);
    font-size: 0.95rem;
}

.about-section-title-v2 {
    color: #0f172a;
    letter-spacing: -0.03em;
}

.about-cta-v2 {
    background: #ffffff;
}

.about-cta-shell-v2 {
    max-width: 930px;
    margin: 0 auto;
    border-radius: 0;
    padding: 2.3rem 1.2rem;
    color: #0f172a;
    background: transparent;
    box-shadow: none;
    border-top: 1px solid rgba(148, 163, 184, 0.28);
}

.about-cta-kicker-v2 {
    display: inline-flex;
    align-items: center;
    margin-bottom: 1rem;
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    background: rgba(15, 118, 110, 0.08);
    color: #0f766e;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.about-cta-shell-v2 p {
    color: #475569;
}

.about-cta-talk-btn-v2 {
    border: 1px solid rgba(15, 118, 110, 0.35);
    background: #ffffff;
    color: #0f766e;
    font-weight: 700;
    border-radius: 0.85rem;
    padding: 0.78rem 1.3rem;
    box-shadow: 0 10px 24px rgba(15, 118, 110, 0.12);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.about-cta-talk-btn-v2:hover {
    background: #0f766e;
    color: #ffffff;
    border-color: #0f766e;
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(15, 118, 110, 0.2);
}

.about-cta-talk-btn-v2:focus-visible {
    box-shadow: 0 0 0 0.2rem rgba(15, 118, 110, 0.25), 0 10px 24px rgba(15, 118, 110, 0.12);
    outline: none;
}

.service-process-v2 {
    background: #ffffff;
}

.service-step-card-v2 {
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    padding: 0.85rem 0.2rem;
}

.service-step-pill-v2 {
    width: 2rem;
    height: 2rem;
    margin-bottom: 0.75rem;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: linear-gradient(145deg, #0f766e, #2563eb);
    color: #fff;
    font-weight: 700;
    font-size: 0.86rem;
}

.service-assurance-v2 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #eef7ff 0%, #f8fbff 100%);
}

.service-assurance-v2::before,
.service-assurance-v2::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    opacity: 0.5;
}

.service-assurance-v2::before {
    width: 14rem;
    height: 14rem;
    left: -5rem;
    top: -4rem;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.18), rgba(37, 99, 235, 0));
}

.service-assurance-v2::after {
    width: 16rem;
    height: 16rem;
    right: -6rem;
    bottom: -7rem;
    background: radial-gradient(circle, rgba(15, 118, 110, 0.16), rgba(15, 118, 110, 0));
}

.service-assurance-shell-v2 {
    position: relative;
    z-index: 1;
    border: 0;
    border-radius: 0;
    background: transparent;
    padding: 0.2rem 0;
}

.service-assurance-chip-v2 {
    height: 100%;
    border: 0;
    border-left: 3px solid rgba(15, 118, 110, 0.45);
    border-radius: 0;
    background: transparent;
    padding: 0.5rem 0 0.5rem 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #0f172a;
    font-weight: 600;
}

.service-assurance-chip-v2 i {
    color: #0f766e;
    font-size: 1rem;
}

.contact-form-v2 {
    background: #ffffff;
}

.contact-form-shell-v2 {
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 1rem;
    background: linear-gradient(180deg, #ffffff, #f8fbff);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.06);
    padding: 1.4rem 1.2rem;
}

.contact-form-label-v2 {
    color: #334155;
    font-weight: 600;
    margin-bottom: 0.4rem;
}

.contact-form-control-v2 {
    border: 1px solid #cbd5e1;
    border-radius: 0.75rem;
    min-height: 44px;
    color: #0f172a;
}

.contact-form-control-v2:focus {
    border-color: #0f766e;
    box-shadow: 0 0 0 0.2rem rgba(15, 118, 110, 0.14);
}

@media (max-width: 992px) {
    .city-hero-shell-v2 {
        padding: 2rem 1.2rem;
    }

    .city-hero-card-v2 {
        margin-top: 0.5rem;
    }
}

@media (max-width: 768px) {
    .city-hero-title-v2 {
        font-size: clamp(2rem, 10vw, 2.7rem);
    }

    .about-hero-shell-v2 {
        padding: 2rem 1rem;
    }

    .about-title-v2 {
        font-size: clamp(1.8rem, 10vw, 2.6rem);
    }

    .about-company-image-v2 {
        max-width: 300px;
    }

    .about-company-lead-v2,
    .about-company-paragraph-v2 {
        line-height: 1.72;
    }

    .about-cta-shell-v2 {
        padding: 1.9rem 1rem;
    }

    .contact-form-shell-v2 {
        padding: 1.2rem 1rem;
    }

    .service-assurance-shell-v2 {
        padding: 1rem;
    }

    .static-page-hero-shell {
        padding: 1.9rem 1rem;
    }

    .static-page-title {
        font-size: clamp(1.75rem, 10vw, 2.4rem);
    }

    .static-page-cta-shell {
        padding: 1.8rem 1rem;
    }

    .city-hero-metrics-v2 {
        grid-template-columns: 1fr;
    }

    .city-service-card-v2 {
        padding: 1.15rem 1rem;
    }

    .city-cta-shell-v2 {
        padding: 2rem 1rem;
    }
}

.landing-cities-sub {
    max-width: 720px;
}

.landing-cities-v2 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #f8fbff 0%, #eef7ff 100%);
}

.landing-cities-v2::before,
.landing-cities-v2::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(10px);
    opacity: 0.45;
}

.landing-cities-v2::before {
    width: 16rem;
    height: 16rem;
    left: -6rem;
    top: 2rem;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.16), rgba(37, 99, 235, 0));
}

.landing-cities-v2::after {
    width: 18rem;
    height: 18rem;
    right: -7rem;
    bottom: 1rem;
    background: radial-gradient(circle, rgba(15, 118, 110, 0.16), rgba(15, 118, 110, 0));
}

.landing-city-grid-v2 {
    position: relative;
    z-index: 1;
}

.landing-city-card {
    border-radius: 1.15rem;
    border: 1px solid rgba(148, 163, 184, 0.22);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.96));
    padding: 1.15rem 1rem 1rem;
    color: #0f172a;
    box-shadow: 0 16px 34px rgba(2, 6, 23, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    position: relative;
    overflow: hidden;
}

.landing-city-card::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #0f766e, #2563eb);
    opacity: 0.9;
}

.landing-city-card:hover {
    transform: translateY(-5px);
    border-color: rgba(37, 99, 235, 0.22);
    box-shadow: 0 22px 44px rgba(37, 99, 235, 0.16);
    color: #0f172a;
}

.landing-city-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.landing-city-icon {
    width: 56px;
    height: 56px;
    border-radius: 1rem;
    display: grid;
    place-items: center;
    background: linear-gradient(145deg, #dbeafe, #bfdbfe);
    color: #1d4ed8;
    font-size: 1.45rem;
    box-shadow: 0 12px 24px rgba(37, 99, 235, 0.14);
}

.landing-city-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.38rem 0.75rem;
    border-radius: 999px;
    background: #ecfeff;
    color: #0f766e;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.landing-city-link {
    color: #0f766e;
    font-size: 0.86rem;
    font-weight: 700;
}

.landing-final-cta {
    background: linear-gradient(180deg, #f8fbff, #ffffff);
}

.landing-final-cta-v2 {
    position: relative;
    overflow: hidden;
}

.landing-final-cta-v2::before,
.landing-final-cta-v2::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.landing-final-cta-v2::before {
    width: 18rem;
    height: 18rem;
    left: -6rem;
    top: -5rem;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.12), rgba(37, 99, 235, 0));
}

.landing-final-cta-v2::after {
    width: 20rem;
    height: 20rem;
    right: -7rem;
    bottom: -9rem;
    background: radial-gradient(circle, rgba(15, 118, 110, 0.12), rgba(15, 118, 110, 0));
}

.landing-final-card {
    border: 1px solid rgba(191, 219, 254, 0.9);
    border-radius: 1.35rem;
    background: linear-gradient(180deg, #ffffff, #f8fbff);
    padding: 2.25rem 1.4rem;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

.landing-final-card-v2 {
    position: relative;
    z-index: 1;
    max-width: 920px;
    margin: 0 auto;
}

.landing-final-kicker-v2 {
    display: inline-flex;
    align-items: center;
    margin-bottom: 1rem;
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    background: rgba(15, 118, 110, 0.08);
    color: #0f766e;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.landing-final-actions-v2 {
    margin-bottom: 1.25rem;
}

.landing-final-points-v2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.85rem 1.2rem;
    color: #475569;
    font-size: 0.92rem;
    font-weight: 600;
}

.landing-final-points-v2 div {
    display: inline-flex;
    align-items: center;
    gap: 0.42rem;
}

.landing-final-points-v2 i {
    color: #0f766e;
}

@media (max-width: 992px) {
    .landing-art-car {
        width: 150px;
        height: 150px;
        font-size: 4.3rem;
    }

    .landing-art-card {
        right: 4%;
        bottom: 6%;
    }
}

@media (max-width: 768px) {
    .landing-hero-chip-layer {
        display: none;
    }

    .landing-premium-hero {
        min-height: 620px;
        background:
            linear-gradient(180deg, rgba(248, 251, 255, 0.58) 0%, rgba(248, 251, 255, 0.34) 35%, rgba(238, 248, 255, 0.10) 100%),
            var(--landing-hero-image) 72% bottom / cover no-repeat;
    }

    .landing-art-chip {
        font-size: 0.72rem;
        background: rgba(255, 255, 255, 0.94);
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        animation: none;
        box-shadow: 0 8px 16px rgba(15, 23, 42, 0.14);
    }

    .landing-art-chip.chip-a {
        left: auto;
        right: 6%;
        top: 72%;
    }

    .landing-art-chip.chip-b {
        bottom: auto;
        left: 6%;
        top: 11%;
    }

    .landing-cta-strip {
        text-align: center;
    }

    .landing-cta-shell-v2 {
        padding: 1.8rem 1rem;
    }

    .landing-step-card-v2 {
        padding: 1.2rem 1rem 1.05rem;
    }

    .landing-step-card-v2::after {
        display: none;
    }

    .landing-booking-hint {
        font-size: 0.86rem;
    }

    .landing-booking-overlay-card {
        margin-top: 0;
        max-width: 100%;
    }

    .landing-city-card-top {
        margin-bottom: 0.85rem;
    }

    .landing-final-points-v2 {
        gap: 0.7rem 1rem;
        font-size: 0.86rem;
    }
}

/* ========== LANDING HEADER/FOOTER PREMIUM ========== */
.landing-header {
    z-index: 1030;
}

.landing-navbar {
    background: rgba(255, 255, 255, 0.86);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(148, 163, 184, 0.2);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.landing-brand {
    color: #0f172a !important;
    font-size: 1.35rem;
    letter-spacing: -0.01em;
}

.landing-brand i {
    color: #2563eb;
}

.landing-nav-link {
    color: #334155 !important;
    font-weight: 600;
    border-radius: 999px;
    padding: 0.45rem 0.9rem !important;
}

.landing-nav-link:hover,
.landing-nav-link:focus {
    color: #0f172a !important;
    background: rgba(37, 99, 235, 0.08);
}

.landing-header-btn-outline {
    border-radius: 0.75rem;
    border: 1px solid rgba(71, 85, 105, 0.28);
    color: #1e293b;
    background: linear-gradient(180deg, #ffffff, #f8fafc);
    font-weight: 700;
    padding: 0.42rem 0.95rem;
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.landing-header-btn-outline:hover {
    color: #0f172a;
    border-color: rgba(71, 85, 105, 0.45);
    background: #f8fafc;
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.12);
}

.landing-header-btn-solid {
    border: 1px solid transparent;
    border-radius: 0.75rem;
    color: #fff;
    font-weight: 700;
    padding: 0.42rem 0.95rem;
    background: linear-gradient(120deg, #d97706 0%, #ea580c 55%, #f97316 100%);
    box-shadow: 0 10px 24px rgba(194, 65, 12, 0.28);
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.landing-header-btn-solid:hover {
    color: #fff;
    transform: translateY(-1px);
    filter: saturate(1.06);
    box-shadow: 0 14px 28px rgba(194, 65, 12, 0.34);
}

.landing-user-chip {
    border-radius: 999px;
    border: 1px solid #dbeafe;
    background: #fff;
    color: #0f172a;
    font-weight: 600;
}

.landing-toggler {
    border: 1px solid rgba(148, 163, 184, 0.4);
    border-radius: 0.7rem;
    padding: 0.35rem 0.55rem;
    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.08);
}

.landing-toggler:focus {
    box-shadow: 0 0 0 0.2rem rgba(37, 99, 235, 0.15), 0 6px 14px rgba(15, 23, 42, 0.08);
}

.landing-mobile-backdrop {
    display: none;
}

@media (max-width: 991.98px) {
    .landing-navbar {
        backdrop-filter: none;
    }

    body.landing-menu-open {
        overflow: hidden;
    }

    .landing-mobile-backdrop {
        display: block;
        position: fixed;
        inset: 0;
        background: rgba(15, 23, 42, 0.38);
        backdrop-filter: none;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.25s ease, visibility 0.25s ease;
        z-index: 1040;
    }

    .landing-mobile-backdrop.is-visible {
        opacity: 1;
        visibility: visible;
    }

    .landing-navbar .navbar-collapse.collapse {
        display: block !important;
    }

    .landing-navbar .navbar-collapse {
        position: fixed;
        top: 0;
        right: 0;
        width: min(86vw, 360px);
        height: 100dvh;
        margin-top: 0;
        padding: 1rem 0.85rem;
        border: 1px solid rgba(148, 163, 184, 0.25);
        border-radius: 0;
        background: #ffffff;
        box-shadow: -12px 0 28px rgba(15, 23, 42, 0.12);
        overflow-y: auto;
        z-index: 1045;
        transform: translateX(100%);
        opacity: 0;
        visibility: hidden;
        transition: transform 0.28s ease, opacity 0.2s ease, visibility 0.2s ease;
    }

    .landing-navbar .navbar-collapse.show {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }

    .landing-navbar .navbar-collapse:not(.show) {
        pointer-events: none;
    }

    .landing-nav-list {
        gap: 0.35rem !important;
        align-items: stretch !important;
    }

    .landing-nav-link {
        width: 100%;
        border-radius: 0.75rem;
        padding: 0.62rem 0.8rem !important;
    }

    .landing-nav-link:hover,
    .landing-nav-link:focus {
        background: rgba(37, 99, 235, 0.1);
    }

    .landing-nav-list .nav-item.d-lg-none {
        margin-top: 0 !important;
    }
}

.landing-footer {
    margin-top: auto;
    color: #e2e8f0;
    background: linear-gradient(145deg, #0f172a 0%, #0b2948 60%, #0f172a 100%);
}

.landing-footer-main-row {
    row-gap: 1rem;
}

.landing-footer-main-row > [class*="col-"] {
    padding-top: 0.35rem;
}

.landing-footer i.bi-car-front-fill {
    color: #38bdf8;
}

.landing-footer-muted {
    color: #94a3b8;
}

.landing-footer-link {
    color: #94a3b8;
}

.landing-footer-link:hover {
    color: #f8fafc !important;
}

.landing-social-link {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-grid;
    place-items: center;
    color: #cbd5e1;
    border: 1px solid rgba(148, 163, 184, 0.35);
}

.landing-social-link:hover {
    color: #fff;
    border-color: rgba(56, 189, 248, 0.8);
    background: rgba(56, 189, 248, 0.18);
}

.landing-footer-divider {
    border-color: rgba(148, 163, 184, 0.25);
}

.landing-footer-map-shell {
    border: 1px solid rgba(148, 163, 184, 0.25);
    border-radius: 0.95rem;
    padding: 0.9rem;
    background: rgba(15, 23, 42, 0.35);
    height: 100%;
}

.landing-footer-map-shell h6 {
    color: #e2e8f0;
}

.landing-footer-map-shell iframe {
    width: 100%;
    height: 230px;
    border-radius: 0.7rem;
    display: block;
}

@media (max-width: 767.98px) {
    .landing-footer-main-row {
        row-gap: 1.25rem;
    }

    .landing-footer-main-row > [class*="col-"] {
        padding-top: 0;
    }

    .landing-footer-map-shell iframe {
        height: 200px;
    }
}

@media (min-width: 992px) {
    .landing-footer-main-row {
        --bs-gutter-x: 1.6rem;
    }
}

.scroll-top-btn {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 44px;
    height: 44px;
    border: 0;
    background: linear-gradient(120deg, #0f766e, #2563eb);
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    z-index: 99;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 24px rgba(37, 99, 235, 0.25);
    transition: transform 0.2s ease;
}

.scroll-top-btn:hover {
    transform: translateY(-3px);
}

.scroll-top-btn.show {
    display: flex;
}
