/* ============================================================
   TLB Limos Booking — Public CSS v1.1
   #2575fc primary | #666 body | #dbdbdb border | #333 dark
   ============================================================ */

/* ---- Popup ---- */
.tlb-popup-overlay { position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.75); z-index:99999; display:flex; align-items:center; justify-content:center; }
.tlb-popup-box { background:#1a1f2e; border-radius:16px; padding:40px 36px; text-align:center; max-width:380px; width:90%; border:1px solid rgba(255,255,255,0.08); box-shadow:0 20px 60px rgba(0,0,0,0.5); }
.tlb-popup-icon { width:64px; height:64px; border-radius:50%; background:rgba(231,76,60,0.2); border:2px solid rgba(231,76,60,0.4); color:#e74c3c; font-size:26px; font-weight:bold; display:flex; align-items:center; justify-content:center; margin:0 auto 20px; }
.tlb-popup-title { color:#fff; margin:0 0 10px; }
.tlb-popup-msg { color:rgba(255,255,255,0.65); margin:0 0 24px; }
.tlb-popup-ok { background:#e74c3c; color:#fff; border:none; border-radius:8px; padding:12px 48px; cursor:pointer; font-weight:700; transition:opacity 0.2s; }
.tlb-popup-ok:hover { opacity:0.88; }

/* ---- Booking Wrapper ---- */
.tlb-booking-wrapper { width:100%; }

/* ---- Steps ---- */
.tlb-steps { display:flex; align-items:center; justify-content:center; margin:0 0 30px; }
.tlb-step  { display:flex; flex-direction:column; align-items:center; text-align:center; }
.tlb-step-num { color:#000 !important; width:38px; height:38px; border-radius:50%; border:2px solid #dbdbdb; display:flex; align-items:center; justify-content:center; font-weight:700; color:#dbdbdb; background:#fff; transition:all 0.3s; }
.tlb-step.active .tlb-step-num, .tlb-step.completed .tlb-step-num { background:#2575fc; border-color:#2575fc; color:#fff !important; }
.tlb-step-label { font-size:18px; color:#999; margin-top:6px; white-space:nowrap; }
.tlb-step.active .tlb-step-label { color:#2575fc; font-weight:600; }
.tlb-step-line { flex:1; height:2px; background:#333333; min-width:28px; margin-bottom:22px; }

/* ---- Layout ---- */
.tlb-main-layout { display:flex; gap:24px; align-items:flex-start; }
.tlb-form-side   { flex:1; min-width:0; }
.tlb-summary-box { width:260px; flex-shrink:0; background:#191919; border-radius:10px; padding:22px; position:sticky; top:90px; }

/* ---- Card ---- */
.tlb-card {}
.tlb-card-title { color:#2575fc; margin:0 0 20px; }

/* ---- Step content ---- */
.tlb-step-content { display:none; }
.tlb-step-content.active { display:block; }

/* ---- Field label ---- */
.tlb-field-label { display:block; font-size:14px; font-weight:600; letter-spacing:0.8px; color:#999; margin-bottom:5px; }

/* ---- Input ---- */
.tlb-input { width:100%; box-sizing:border-box; padding:15px 20px !important; border:1px solid #dbdbdb !important; border-radius:10px; color:#444; background:#fafafa; transition:border-color 0.2s, background 0.2s; }
.tlb-input:focus { outline:none; border-color:#2575fc; background:#fff; }
.tlb-input.tlb-error-field { border-color:#e74c3c; }

/* ---- Row (2 cols) ---- */
.tlb-loc-row { display:flex; gap:16px; }
.tlb-loc-col { flex:1; min-width:0; }
.tlb-field { margin-top:18px; }

/* ---- Autocomplete ---- */
.tlb-autocomplete-wrap { position:relative; }
.tlb-input.tlb-has-clear { padding-right:36px; }
.tlb-clear-btn {
    position:absolute; right:15px; top:50%; transform:translateY(-50%);
    width:18px; height:18px; border-radius:50% !important; background:#e74c3c !important;
    border:none; color:#fff !important; font-size:10px !important; cursor:pointer !important;
    display:flex; align-items:center; justify-content:center; line-height:1 !important;
    padding:0 !important; transition:background 0.2s;
}
.tlb-clear-btn:hover { background:#c0392b; }
.tlb-suggestions { position:absolute; top:calc(100% + 4px); left:0; right:0; background:#fff; border:1px solid #dbdbdb; border-radius:8px; z-index:999; box-shadow:0 6px 20px rgba(0,0,0,0.1); display:none; }
.tlb-suggestion-item { padding:11px 14px; cursor:pointer; color:#555; font-size:14px; border-bottom:1px solid #f5f5f5; transition:background 0.15s; }
.tlb-suggestion-item:last-child { border-bottom:none; }
.tlb-suggestion-item:hover { background:#eef4ff; color:#2575fc; }

/* ---- Buttons ---- */
.tlb-btn { display:inline-flex; align-items:center; justify-content:center; font-size:20px !important; background:#2575fc; color:#fff; border:none !important; border-radius:10px !important; padding:20px 25px !important; cursor:pointer; font-weight:600; transition:opacity 0.2s; text-decoration:none; box-sizing:border-box; box-shadow:none !important; }
.tlb-btn:hover { opacity:0.88; color:#fff; }
.tlb-btn:disabled { opacity:0.55; cursor:not-allowed; }
.tlb-btn-outline { background:transparent !important; color:#2575fc !important; border:2px solid #2575fc !important; }
.tlb-btn-outline:hover { background:#2575fc !important; color:#fff !important; }
.tlb-btn-full { width:100%; margin-top:20px; }
.tlb-btn-row  { display:flex; gap:16px; margin-top:20px; }
.tlb-btn-half { flex:1; }
.tlb-btn-sm   { font-size:14px; padding:8px 16px; }

/* ---- Vehicle Grid ---- */
.tlb-vehicle-grid { display:grid; grid-template-columns:repeat(auto-fill, minmax(140px, 1fr)); gap:14px; margin-bottom:8px; }
.tlb-vehicle-card { cursor:pointer; display:block; }
.tlb-vehicle-radio { display:none; }
.tlb-vehicle-inner { border:2px solid #dbdbdb; border-radius:10px; padding:20px; text-align:center; transition:all 0.2s; background:#ffffff; position:relative; }
.tlb-vehicle-inner:hover { border-color:#2575fc; background:#eef4ff; }
.tlb-vehicle-radio:checked + .tlb-vehicle-inner { border-color:#2575fc; background:#eef4ff; box-shadow:0 0 0 3px rgba(37,117,252,0.15); }
.tlb-vehicle-name { font-size:20px; color:#333; }
.tlb-vehicle-check { display:none; width:22px; height:22px; border-radius:50%; background:#2575fc; color:#fff; font-size:13px; align-items:center; justify-content:center; position:absolute; top:-8px; right:-8px; }
.tlb-vehicle-radio:checked + .tlb-vehicle-inner .tlb-vehicle-check { display:flex; }

/* ---- Phone ---- */
.tlb-phone-wrap { display:flex; align-items:center; border:1px solid #dbdbdb; border-radius:10px; overflow:hidden; background:#fafafa; }
.tlb-phone-wrap:focus-within { border-color:#2575fc; background:#fff; }
.tlb-phone-flag { display:flex; align-items:center; gap:6px; padding:11px 12px; background:#f0f0f0; border-right:1px solid #dbdbdb; color:#444; font-weight:600; font-size:13px; white-space:nowrap; flex-shrink:0; }
.tlb-phone-input { border:none !important; border-radius:0 !important; background:transparent !important; flex:1; min-width:0; }
.tlb-phone-input:focus { outline:none; box-shadow:none; border:none !important; }

/* ---- Logged in notice ---- */
.tlb-logged-in-notice { background:#eef4ff; border-left:3px solid #2575fc; border-radius:6px; padding:10px 14px; margin-bottom:18px; color:#2575fc; font-size:14px; }

.tlb-submit-spinner { animation: tlb-spin 1s linear infinite; display: inline-block; margin-left: 6px; }

/* ---- Confirmation Info Box ---- */
.tlb-confirm-info-box {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: #191919;
    border: 1px solid #2575fc;
    border-radius: 10px;
    padding: 16px 20px;
    margin-top: 20px;
    text-align: left;
}
.tlb-confirm-info-icon { font-size: 22px; flex-shrink: 0; margin-top: 2px; }
.tlb-confirm-info-text { margin: 0; color: rgba(255,255,255,0.8); font-size: 14px; line-height: 1.6; }
.tlb-confirm-info-text a { color: #2575fc; font-weight: 600; }

/* ---- Thank You ---- */
.tlb-thankyou { text-align:center; padding:20px; border:1px solid #333; border-radius:10px; background:#191919; }
.tlb-thankyou-icon { width:64px; height:64px; border-radius:50%; background:#2575fc; color:#fff; font-size:28px; display:flex; align-items:center; justify-content:center; margin:0 auto 10px; }
.tlb-thankyou h3 { color:#fff !important; }
.tlb-thankyou p { color:rgba(255,255,255,0.7); }
.tlb-booking-id-box { background:#111; border:2px solid #2575fc; border-radius:8px; padding:20px 40px; margin:0 auto; display:inline-block; }
.tlb-booking-id-box span { display:block; color:rgba(255,255,255,0.5); font-size:12px; margin-bottom:4px; letter-spacing:0.5px; }
.tlb-booking-id-box strong { color:#2575fc; font-size:24px; letter-spacing:2px; }
.tlb-login-prompt { color:rgba(255,255,255,0.6); margin-top:16px; font-size:14px; }
.tlb-login-prompt a { color:#2575fc; font-weight:600; }

/* ---- Summary Box ---- */
.tlb-summary-title { color:#fff; margin:0 0 10px 0 !important; font-size:15px; letter-spacing:0.3px; }
.tlb-summary-divider { height:1px; background:#2575fc; margin-bottom:5px; }
.tlb-summary-item { padding:9px 0; border-bottom:1px solid rgba(255,255,255,0.07); }
.tlb-sum-label { display:block; font-size:10px; font-weight:700; letter-spacing:0.8px; color:rgba(255,255,255,0.45); }
.tlb-sum-value { display:block; color:#fff; font-size:13px; word-break:break-word; line-height:1.4; }
.tlb-summary-status { display:flex; align-items:center; gap:8px; margin-top:14px; color:rgba(255,255,255,0.6); font-size:12px; }
.tlb-status-dot { width:8px; height:8px; border-radius:50%; background:#f39c12; flex-shrink:0; }

/* ---- Status badges ---- */
.tlb-status { padding:4px 16px; border-radius:20px; font-size:12px; font-weight:600; display:inline-block; white-space:nowrap; border:none !important; }
.tlb-status-pending   { background:#fff8e1; color:#f39c12; }
.tlb-status-approved  { background:#eafaf1; color:#27ae60; }
.tlb-status-cancelled { background:#fdf0f0; color:#e74c3c; }

/* ============================================================
   AUTH PAGE — [tlb_login] shortcode
   ============================================================ */

.tlb-auth-page-wrapper {
    max-width: 520px;
    margin: 40px auto;
    padding: 0 16px;
    font-family: inherit;
}

/* Brand area */
.tlb-auth-brand {
    text-align: center;
    margin-bottom: 32px;
}
.tlb-auth-brand-icon {
    font-size: 48px;
    line-height: 1;
    margin-bottom: 10px;
}
.tlb-auth-brand-name {
    margin: 0 !important;
    font-size: 26px;
    font-weight: 700;
    color: #1a1f2e;
}
.tlb-auth-brand-sub {
    margin: 0;
    color: #999;
    font-size: 14px;
}

/* Card */
.tlb-auth-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 16px;
    padding: 36px 40px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.07);
}

/* Tabs */
.tlb-auth-tabs {
    display: flex;
    margin-bottom: 28px;
    gap: 12px;
}
.tlb-auth-tab {
    flex: 1;
    padding: 12px 0;
    background: transparent !important;
    border: none !important;
    border-bottom: 2px solid transparent !important;
    margin-bottom: -2px;
    font-size: 15px;
    font-weight: 600;
    color: #aaa !important;
    cursor: pointer;
    transition: all 0.2s;
    box-shadow: none !important;
    outline: none !important;
}
.tlb-auth-tab.active {
    color: #2575fc !important;
    border-bottom-color: #2575fc !important;
    background: transparent !important;
}

/* Panels */
.tlb-auth-panel { display: none; }
.tlb-auth-panel.active { display: block; }

/* Alert / Success */
.tlb-auth-alert {
    background: #fff3f3;
    border: 1px solid #e74c3c;
    color: #e74c3c;
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 14px;
    margin-bottom: 16px;
}
.tlb-auth-success {
    background: #f0faf5;
    border: 1px solid #27ae60;
    color: #27ae60;
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 14px;
    margin-bottom: 16px;
}

/* Fields */
.tlb-auth-row { display: flex; gap: 14px; }
.tlb-auth-row .tlb-auth-field { flex: 1; }
.tlb-auth-field { margin-bottom: 16px; }
.tlb-auth-label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.7px;
    color: #555;
    margin-bottom: 6px;
    text-transform: uppercase;
}
.tlb-auth-input {
    width: 100%;
    box-sizing: border-box;
    padding: 13px 16px;
    border: 1.5px solid #e0e0e0;
    border-radius: 10px;
    font-size: 15px;
    color: #333;
    background: #fafafa;
    transition: border-color 0.2s, background 0.2s;
    outline: none;
}
.tlb-auth-input:focus {
    border-color: #2575fc;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(37,117,252,0.1);
}

/* Password toggle */
.tlb-auth-pw-wrap { position: relative; }
.tlb-auth-pw-wrap .tlb-auth-input { padding-right: 44px; }
.tlb-pw-toggle {
    position: absolute !important;
    right: 14px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    background: none !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    cursor: pointer !important;
    font-size: 16px !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1 !important;
    color: #aaa !important;
    width: auto !important;
    height: auto !important;
    border-radius: 0 !important;
    min-width: unset !important;
}
.tlb-pw-toggle:hover { color: #2575fc !important; background: none !important; }

/* Phone field */
.tlb-auth-phone-wrap {
    display: flex;
    align-items: center;
    border: 1.5px solid #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
    background: #fafafa;
    transition: border-color 0.2s;
}
.tlb-auth-phone-wrap:focus-within {
    border-color: #2575fc;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(37,117,252,0.1);
}
.tlb-auth-phone-flag {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0 12px;
    background: #f4f4f4;
    border-right: 1.5px solid #e0e0e0;
    font-size: 13px;
    font-weight: 600;
    color: #555;
    height: 100%;
    white-space: nowrap;
    flex-shrink: 0;
    min-height: 48px;
}
.tlb-auth-phone-input {
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    flex: 1;
    min-width: 0;
    padding: 13px 14px;
}
.tlb-auth-phone-input:focus {
    border: none !important;
    box-shadow: none !important;
}

/* Forgot password */
.tlb-auth-forgot {
    text-align: right;
    margin: -8px 0 16px;
    font-size: 13px;
}
.tlb-auth-forgot a { color: #2575fc !important; text-decoration: none; }
.tlb-auth-forgot a:hover { text-decoration: underline; }

/* Submit button */
.tlb-auth-btn {
    width: 100%;
    padding: 14px;
    background: #1cb5df;
    color: #fff !important;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: opacity 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 4px;
}
.tlb-auth-btn:hover { opacity: 0.88; }
.tlb-auth-btn:disabled { opacity: 0.55; cursor: not-allowed; }
.tlb-auth-spinner { animation: tlb-spin 1s linear infinite; display: inline-block; }
@keyframes tlb-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

.tlb-auth-terms {
    color: #bbb;
    font-size: 12px;
    text-align: center;
    margin-top: 12px;
}

/* Back link */
.tlb-auth-back {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
}
.tlb-auth-back a { color: #999; text-decoration: none; }
.tlb-auth-back a:hover { color: #2575fc; }

/* ============================================================
   CUSTOMER DASHBOARD — [tlb_dashboard] shortcode
   ============================================================ */

.tlb-dash-wrapper { width: 100%; font-family: inherit; }

/* Top bar */
.tlb-dash-topbar {display: flex;align-items: center;justify-content: space-between;padding: 20px 24px;background: #fff;border: 1px solid #eee;    border-radius: 12px;    margin-bottom: 24px;    flex-wrap: wrap;    gap: 14px;}
.tlb-dash-greeting { display: flex; align-items: center; gap: 14px; }
.tlb-dash-avatar {
    width: 48px; height: 48px; border-radius: 50%;
    background: #2575fc; color: #fff;
    font-size: 20px; font-weight: 700;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.tlb-dash-name  { font-size: 17px; font-weight: 700; color: #222; line-height: 1.3; }
.tlb-dash-email { font-size: 13px; color: #666; margin-top: 1px; }
.tlb-dash-topbar-actions { display: flex; align-items: center; gap: 10px; }

.tlb-dash-book-btn {
    display: inline-flex !important; align-items: center !important;
    background: #000 !important; color: #fff !important;
    border: none !important; border-radius: 8px !important;
    padding: 10px 18px !important; font-size: 14px !important; font-weight: 600 !important;
    text-decoration: none !important; cursor: pointer !important;
    transition: opacity 0.2s !important; box-shadow: none !important;
}
.tlb-dash-book-btn:hover { opacity: 0.85 !important; color: #fff !important; }

.tlb-dash-logout-btn {
    border-radius: 10px !important;
    border: none !important;
}
.tlb-dash-logout-btn:hover { background: #e74c3c !important; color: #fff !important; }

/* Stats */
.tlb-dash-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 28px;
}
.tlb-dash-stat {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 20px 24px;
    text-align: center;
}
.tlb-dash-stat-num   { font-size: 34px; font-weight: 800; color: #2575fc; line-height: 1; }
.tlb-dash-stat-label { font-size: 13px; color: #555; margin-top: 0 !important; font-weight: 500; }
.tlb-stat-pending .tlb-dash-stat-num  { color: #f39c12; }
.tlb-stat-approved .tlb-dash-stat-num { color: #27ae60; }

/* Section */
.tlb-dash-section { background: #fff; border: 1px solid #eee; border-radius: 12px; padding: 24px; }
.tlb-dash-section-title { margin: 0 0 20px !important; font-size: 17px; font-weight: 700; color: #333 !important; }

/* Empty state */
.tlb-dash-empty { text-align: center; padding: 48px 20px; }
.tlb-dash-empty-icon { font-size: 48px; margin-bottom: 14px; }
.tlb-dash-empty p { color: #666; margin-bottom: 20px; }

.tlb-dash-table-wrap { overflow-x: auto; border: 1px solid #e5e5e5; border-radius: 10px; overflow: hidden; }
.tlb-dash-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.tlb-dash-table th {
    background: #000 !important; color: #fff !important;
    padding: 10px !important; text-align: left;
    font-size: 12px; font-weight: 700; letter-spacing: 0.5px;
    border-right: 1px solid rgba(255,255,255,0.1);
}
.tlb-dash-table th:last-child { border-right: none; }
.tlb-dash-table th:first-child { border-radius: 0; }
.tlb-dash-table th:last-child  { border-radius: 0; }
.tlb-dash-table td { padding:10px !important; border-bottom: 1px solid #efefef; border-right: 1px solid #efefef; color: #333 !important; vertical-align: middle; line-height: 1.4; }.tlb-dash-table td:last-child { border-right: none; }
.tlb-dash-table tr:last-child td { border-bottom: none; }
.tlb-dash-table tr:hover td { background: #f9fbff; }
.tlb-dash-bid  { color: #2575fc; font-weight: 700; font-size: 13px; }
.tlb-dash-addr { color: #666; font-size: 12px; }

/* Mobile Cards (hidden on desktop) */
.tlb-dash-cards { display: none; }
.tlb-dash-card {
    border: 1px solid #eee; border-radius: 10px;
    padding: 16px; margin-bottom: 12px;
}
.tlb-dash-card-head {
    display: flex; justify-content: space-between;
    align-items: center; margin-bottom: 12px;
}
.tlb-dash-card-row {
    display: flex; gap: 8px;
    font-size: 13px; color: #555;
    margin-bottom: 8px;
    flex-wrap: wrap;
}
.tlb-dash-card-label {
    font-size: 10px; font-weight: 700;
    letter-spacing: 0.6px; color: #aaa;
    min-width: 70px; margin-top: 1px;
}

/* Auth page extra elements */
.tlb-auth-card-heading { margin-bottom: 24px; }
.tlb-auth-card-title   { margin: 0 !important; color: #1a1f2e !important; }
.tlb-auth-card-desc    { margin: 0; color: #555 !important; font-size: 14px; line-height: 1.5; }

.tlb-auth-footer-link  { text-align: center; margin-top: 20px; font-size: 14px; color: #666; }
.tlb-auth-footer-link a { color: #2575fc !important; text-decoration: none; font-weight: 600; }
.tlb-auth-footer-link a:hover { text-decoration: underline; }

/* Invalid / expired link state */
.tlb-auth-invalid-link { text-align: center; }
.tlb-auth-invalid-link-title {color: #000 !important; margin: 0 !important; }
.tlb-auth-invalid-icon { font-size: 48px; margin-bottom: 14px; }
.tlb-auth-invalid-link h3 { margin: 0 0 10px; color: #e74c3c; font-size: 18px; }
.tlb-auth-invalid-link p  { color: #999 !important; font-size: 14px; margin-bottom: 24px; line-height: 1.6; }

/* Password strength meter */
.tlb-pw-strength-wrap  { margin: 8px 0 16px; }
.tlb-pw-strength-bar   { height: 5px; background: #f0f0f0; border-radius: 4px; overflow: hidden; margin-bottom: 5px; }
.tlb-pw-strength-fill  { height: 100%; border-radius: 4px; transition: width 0.3s, background 0.3s; width: 0; }
.tlb-pw-strength-label { font-size: 12px; font-weight: 600; }

/* ============================================================
   RESPONSIVE
   ============================================================ */

/* ============================================================
   VERY SMALL PHONES — 320px (iPhone SE, small Androids)
   ============================================================ */
@media (max-width: 380px) {
    /* Steps — hide labels, show numbers only */
    .tlb-step-label { display: none; }
    .tlb-step-num { width: 26px; height: 26px; font-size: 11px; }
    .tlb-step-line { min-width: 4px; flex: 1; }
    .tlb-steps { margin-bottom: 16px; }

    /* Vehicle grid — 1 column on very small */
    .tlb-vehicle-grid { grid-template-columns: 1fr; }
    .tlb-vehicle-inner { padding: 12px; }

    /* Buttons */
    .tlb-btn { font-size: 14px; padding: 11px 12px; }

    /* Inputs */
    .tlb-input { padding: 10px 12px !important; font-size: 13px; }
    .tlb-field-label { font-size: 11px; }

    /* Phone flag */
    .tlb-phone-flag { padding: 10px 6px; font-size: 11px; }

    /* Summary box */
    .tlb-summary-box { padding: 16px 14px; }
    .tlb-summary-title { font-size: 13px; }
    .tlb-sum-value { font-size: 11px; }

    /* Dashboard stats — 3 col but tighter */
    .tlb-dash-stats { gap: 4px; }
    .tlb-dash-stat { padding: 8px 4px; }
    .tlb-dash-stat-num { font-size: 20px; }
    .tlb-dash-stat-label { font-size: 9px; }

    /* Dashboard topbar */
    .tlb-dash-avatar { width: 38px; height: 38px; font-size: 16px; }
    .tlb-dash-name { font-size: 13px; }
    .tlb-dash-email { font-size: 11px; }
    .tlb-dash-book-btn { padding: 7px 10px !important; font-size: 12px !important; }
    .tlb-dash-logout-btn { padding: 7px 10px !important; font-size: 12px !important; }

    /* Auth */
    .tlb-auth-card { padding: 20px 12px; }
    .tlb-auth-brand-name { font-size: 22px !important; }
    .tlb-auth-input { padding: 11px 12px; font-size: 14px; }
    .tlb-auth-btn { font-size: 14px; padding: 12px; }
    .tlb-auth-tab { font-size: 13px; }

    /* Booking ID */
    .tlb-booking-id-box { padding: 12px 14px; }
    .tlb-booking-id-box strong { font-size: 16px; letter-spacing: 1px; }

    /* Confirm info box */
    .tlb-confirm-info-text { font-size: 12px; }
}
@media (max-width: 1024px) {
    .tlb-summary-box { width: 220px; }
}

/* ============================================================
   TABLET — up to 860px (layout stack)
   ============================================================ */
@media (max-width: 860px) {
    .tlb-main-layout { flex-direction: column; gap: 20px; }
    .tlb-summary-box { width: 100%; box-sizing: border-box; position: static; }

    /* Dashboard table → cards on tablet too */
    .tlb-dash-table-wrap { display: none; }
    .tlb-dash-cards { display: block; }
}

/* ============================================================
   TABLET — up to 768px
   ============================================================ */
@media (max-width: 768px) {
    /* Auth page */
    .tlb-auth-card { padding: 28px 24px; }
    .tlb-auth-row { flex-direction: column; gap: 0; }
    .tlb-auth-page-wrapper { max-width: 480px; padding: 0 20px; }

    /* Dashboard stats */
    .tlb-dash-stats { grid-template-columns: repeat(3, 1fr); gap: 10px; }
    .tlb-dash-stat { padding: 14px 10px; }
    .tlb-dash-stat-num { font-size: 28px; }
    .tlb-dash-topbar { flex-direction: column; align-items: flex-start; gap: 10px; }
    .tlb-dash-topbar-actions { width: 100%; justify-content: space-between; }

    /* Detail page */
    .tlb-detail-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   MOBILE — up to 640px
   ============================================================ */
@media (max-width: 640px) {
    /* Auth page */
    .tlb-auth-card { padding: 24px 16px; }
    .tlb-auth-btn { font-size: 15px; }

    /* Dashboard */
    .tlb-dash-stat-num { font-size: 24px; }
    .tlb-dash-stat-label { font-size: 11px; }
    .tlb-dash-section { padding: 16px 12px; }
    .tlb-dash-name { font-size: 15px; }
}

/* ============================================================
   MOBILE — up to 600px (phones)
   ============================================================ */
@media (max-width: 600px) {
    /* Booking form wrapper */
    .tlb-booking-wrapper { padding: 0; }
    .tlb-card { padding: 0 !important; background: transparent !important; box-shadow: none !important; border: none !important; }
    .tlb-card-title { font-size: 18px; margin-bottom: 14px; }

    /* Steps */
    .tlb-steps { margin-bottom: 20px; }
    .tlb-step-num { width: 28px; height: 28px; font-size: 12px; }
    .tlb-step-label { font-size: 10px; }
    .tlb-step-line { min-width: 6px; }

    /* Layout */
    .tlb-form-side { width: 100%; }

    /* Location rows — stack vertically */
    .tlb-loc-row { flex-direction: column; gap: 0; }
    .tlb-loc-col { margin-bottom: 14px; width: 100%; }

    /* Inputs */
    .tlb-input { padding: 12px 14px !important; font-size: 14px; }

    /* Vehicle grid — 2 columns */
    .tlb-vehicle-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
    .tlb-vehicle-inner { padding: 14px 10px; }
    .tlb-vehicle-name { font-size: 15px; }

    /* Buttons */
    .tlb-btn { font-size: 15px; padding: 12px 14px; }
    .tlb-btn-full { width: 100%; }
    .tlb-btn-row { gap: 10px; }
    .tlb-btn-half { flex: 1; min-width: 0; }

    /* Phone wrap */
    .tlb-phone-wrap { width: 100%; }
    .tlb-phone-flag { font-size: 12px; padding: 11px 8px; }

    /* Summary box */
    .tlb-summary-title { font-size: 14px; }
    .tlb-sum-label { font-size: 10px; }
    .tlb-sum-value { font-size: 12px; }

    /* Thank you */
    .tlb-booking-id-box { padding: 14px 16px; }
    .tlb-booking-id-box strong { font-size: 18px; }

    /* Auth pages */
    .tlb-auth-page-wrapper { margin: 16px auto; padding: 0 12px; }

    /* Dashboard */
    .tlb-dash-stats { grid-template-columns: repeat(3, 1fr); gap: 6px; }
    .tlb-dash-stat { padding: 10px 6px; }
    .tlb-dash-stat-num { font-size: 22px; }
    .tlb-dash-stat-label { font-size: 10px; }
    .tlb-dash-section { padding: 14px 10px; }
    .tlb-dash-name { font-size: 14px; }
    .tlb-dash-book-btn { padding: 8px 12px !important; font-size: 13px !important; }
    .tlb-dash-logout-btn { padding: 8px 12px !important; font-size: 13px !important; }

    /* Confirm info box */
    .tlb-confirm-info-box { padding: 12px 14px; }
    .tlb-confirm-info-text { font-size: 13px; }

    /* Auth invalid link */
    .tlb-auth-invalid-link { padding: 6px 0 14px; }
}
