/* ===== FOOTER ===== */

.site-footer {
    font-size: 0.9rem;
    background-color: #1a1a1a !important;
}

/* Columns: each shrinks to fit its own content, then the group is centred
   with equal gaps between them. On small screens they wrap to 2 per row. */
.footer-cols {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2.5rem 7rem;
}

.footer-col {
    width: fit-content;
    min-width: 0;
    flex: 0 0 auto;
}

.footer-col-heading {
    color: #f5c518;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 0.85rem;
}

.footer-links li {
    margin-bottom: 0.5rem;
}

.footer-links a {
    color: #adb5bd;
    text-decoration: none;
    transition: color 0.15s;
}

.footer-links a:hover {
    color: #fff;
}

.footer-bottom {
    font-size: 0.8rem;
    background-color: #1a1a1a;
}

.footer-bottom p {
    color: #adb5bd;
}

/* ===== NUMBER PLATE VISUALS ===== */
.plate-display {
    display: inline-block;
    background: #f5c518;
    border: 3px solid #222;
    border-radius: 6px;
    font-family: 'UKNumberPlate', 'Charles Wright', 'Arial Black', monospace;
    font-size: 1.5rem;
    font-weight: 900;
    letter-spacing: 4px;
    padding: 6px 16px;
    color: #000;
    white-space: nowrap;
}

.plate-display-lg {
    display: inline-block;
    background: #f5c518;
    border: 4px solid #222;
    border-radius: 8px;
    font-family: 'UKNumberPlate', 'Charles Wright', 'Arial Black', monospace;
    font-size: 2.8rem;
    font-weight: 900;
    letter-spacing: 6px;
    padding: 12px 28px;
    color: #000;
    white-space: nowrap;
}

.plate-display-sm {
    display: inline-block;
    background: #f5c518;
    border: 3px solid #222;
    border-radius: 6px;
    font-family: 'UKNumberPlate', 'Charles Wright', 'Arial Black', monospace;
    font-size: 1.6rem;
    font-weight: 900;
    letter-spacing: 5px;
    padding: 8px 18px;
    color: #000;
    white-space: nowrap;
}

/* ===== HERO ===== */
.hero {
    background: linear-gradient(135deg, #0d0d0d 0%, #1a1a2e 60%, #16213e 100%);
    padding: 70px 0 60px;
    color: #fff;
}
.hero-title { font-size: 3rem; font-weight: 900; line-height: 1.15; margin-bottom: 12px; }
.hero-sub { font-size: 1.1rem; color: #ccc; margin-bottom: 28px; }
.hero-search-form { max-width: 700px; margin: 0 auto; }
.hero-search-wrap { display: flex; border-radius: 8px; overflow: hidden; border: 1px solid #ddd; }
.hero-search-input { flex: 1; border: none; font-size: 1.25rem; padding: 18px 24px; outline: none; color: #111; }
.hero-search-btn { background: #f5c518; border: none; font-size: 1.1rem; font-weight: 700; padding: 18px 32px; cursor: pointer; white-space: nowrap; transition: background 0.2s; color: #000; }
.hero-search-btn:hover { background: #e0b000; }
.hero-hint { color: #aaa; font-size: 0.9rem; }
.hero-desc {
    font-size: 0.88rem;
    color: rgba(255,255,255,0.55);
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.5;
}
.hero-desc strong { color: rgba(255,255,255,0.85); }
.hint-link { color: #f5c518; text-decoration: none; font-weight: 600; }
.hint-link:hover { color: #fff; text-decoration: underline; }
.how-icon { font-size: 2.5rem; }

/* ===== HERO STYLE TABS ===== */
.hero-style-tabs {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 28px;
    flex-wrap: wrap;
}
.hst-btn {
    background: rgba(255,255,255,0.08);
    border: 2px solid rgba(255,255,255,0.18);
    color: rgba(255,255,255,0.8);
    border-radius: 24px;
    padding: 8px 22px;
    font-size: 0.88rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.15s;
}
.hst-btn:hover { background: rgba(255,255,255,0.16); color: #fff; border-color: rgba(255,255,255,0.35); }
.hst-btn.active { background: #f5c518; border-color: #f5c518; color: #000; }

/* ===== HERO PLATE BUILDER ===== */
.hpb-plate {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    background: #f5c518;
    border: 4px solid #222;
    border-radius: 12px;
    padding: 16px 22px;
    margin-bottom: 4px;
}
.hpb-section { display: flex; gap: 6px; }
.hpb-sep { width: 14px; border-top: 2px solid rgba(0,0,0,0.18); align-self: center; }
.hpb-pos-wrap { position: relative; }
.hpb-input {
    width: 50px;
    height: 64px;
    text-align: center;
    font-family: 'UKNumberPlate', 'Charles Wright', 'Arial Black', monospace;
    font-size: 2rem;
    font-weight: 900;
    color: #000;
    background: rgba(255,255,255,0.28);
    border: 2px solid rgba(0,0,0,0.14);
    border-radius: 6px;
    text-transform: uppercase;
    outline: none;
    transition: background 0.15s, border-color 0.15s;
    caret-color: #000;
    cursor: pointer;
}
.hpb-input::placeholder { color: rgba(0,0,0,0.18); }
.hpb-input:focus { background: rgba(255,255,255,0.65); border-color: rgba(0,0,0,0.45); }
.hpb-input:not(:placeholder-shown) { background: rgba(255,255,255,0.85); border-color: #111; }
.hpb-dropdown {
    position: absolute;
    top: calc(100% + 6px);
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border: 2px solid #222;
    border-radius: 10px;
    padding: 8px;
    display: none;
    gap: 3px;
    z-index: 200;
    min-width: 190px;
}
.hpb-dropdown.visible { display: grid; }
.hpb-input.hpb-digit + .hpb-dropdown { min-width: 120px; grid-template-columns: repeat(5,1fr) !important; }
.hpb-opt {
    padding: 7px 4px;
    text-align: center;
    font-family: 'UKNumberPlate', 'Charles Wright', 'Arial Black', monospace;
    font-size: 0.88rem;
    font-weight: 800;
    border-radius: 4px;
    cursor: pointer;
    border: none;
    background: #f5f5f5;
    transition: background 0.1s;
    color: #000;
}
.hpb-opt:hover { background: #f5c518; }
.hpb-labels {
    display: inline-flex;
    gap: 10px;
    margin-bottom: 20px;
}
.hpb-lbl {
    font-size: 0.63rem;
    text-transform: uppercase;
    color: rgba(255,255,255,0.5);
    letter-spacing: 0.6px;
    text-align: center;
}
.hpb-submit { margin-top: 6px; font-size: 1.1rem; padding: 15px 44px; }
@media (max-width: 600px) {
    .hpb-input { width: 40px; height: 52px; font-size: 1.5rem; }
    .hpb-plate { padding: 12px 14px; gap: 6px; }
}

/* ===== BROWSE BY STYLE ===== */
.style-card {
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    background: #fff; border: 2px solid #e5e5e5;
    border-radius: 10px; padding: 24px 16px; text-align: center;
    height: 100%;
    transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s; color: #222;
}
.style-card:hover { border-color: #f5c518; transform: translateY(-3px); color: #222; }

/* ===== FEATURED CARDS (home page) ===== */
.plate-card {
    border: 2px solid #e5e5e5; border-radius: 10px;
    transition: transform 0.2s, box-shadow 0.2s; cursor: pointer; background: #fff;
}
.plate-card:hover { transform: translateY(-4px); border-color: #f5c518; }

/* ===== SEARCH PAGE BAR ===== */
.search-bar-row {
    display: flex; border-radius: 8px; overflow: hidden;
    border: 2px solid #222; box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}
.search-bar-input {
    flex: 1; border: none; font-size: 1.1rem; padding: 14px 20px; outline: none; color: #111;
}
.search-bar-btn {
    background: #111; color: #f5c518; border: none;
    font-size: 1rem; font-weight: 700; padding: 14px 28px; cursor: pointer; white-space: nowrap;
    transition: background 0.2s;
}
.search-bar-btn:hover { background: #333; }

/* ===== RESULTS GRID ===== */
.results-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 16px;
}

/* ===== NEW PLATE CARD ===== */
.plate-card-new {
    background: #fff;
    border: 2px solid #e8e8e8;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.18s, border-color 0.18s;
    display: flex;
    flex-direction: column;
}
.plate-card-new:hover {
    transform: translateY(-4px);
    border-color: #f5c518;
}

.plate-card-top {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 12px 6px;
}

.plate-score-dot {
    width: 10px; height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
}

.status-badge {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 2px 8px;
    border-radius: 20px;
}
.status-badge.available { background: #d1fae5; color: #065f46; }
.status-badge.auction   { background: #fef9c3; color: #92400e; }
.status-badge.sold      { background: #f3f4f6; color: #9ca3af; }

.plate-style-badge {
    font-size: 0.68rem;
    color: #888;
    margin-left: auto;
}

.plate-visual-wrap {
    padding: 12px 12px 10px;
    text-align: center;
    background: #fafafa;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

.plate-card-bottom {
    padding: 10px 12px 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}

/* Match bar */
.match-bar-wrap {
    position: relative;
    background: #f0f0f0;
    border-radius: 4px;
    height: 6px;
    overflow: visible;
}
.match-bar {
    height: 6px;
    border-radius: 4px;
    transition: width 0.1s ease;
}
.match-label {
    font-size: 0.68rem;
    color: #888;
    position: absolute;
    right: 0;
    top: 8px;
    white-space: nowrap;
}

/* Price & CTA row */
.price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
.card-price {
    font-size: 1.25rem;
    font-weight: 800;
    color: #111;
}
.card-price.poa {
    font-size: 1rem;
    color: #888;
    font-weight: 600;
}
.card-btn {
    font-size: 0.78rem;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 6px;
    text-decoration: none;
    white-space: nowrap;
    transition: opacity 0.15s;
}
.card-btn:hover { opacity: 0.85; }
.btn-buy     { background: #f5c518; color: #000; }
.btn-auction { background: #1a1a1a; color: #f5c518; }
.card-star-btn {
    padding: 0;
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 6px;
    border: 1.5px solid #d0d0d0;
    background: #fff;
    color: #c8c8c8;
    font-size: 1.25rem;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: color .15s, border-color .15s;
    line-height: 1;
}
.card-star-btn:hover { border-color: #f5c518; color: #f5c518; }
.card-star-btn.starred { color: #f5c518; border-color: #f5c518; background: #fff; }

/* ===== LOADING DOTS ===== */
.loading-dots { display: inline-flex; gap: 4px; align-items: center; }
.loading-dots span {
    width: 6px; height: 6px; background: #888;
    border-radius: 50%; display: inline-block;
    animation: blink 1.2s infinite;
}
.loading-dots span:nth-child(2) { animation-delay: 0.2s; }
.loading-dots span:nth-child(3) { animation-delay: 0.4s; }
@keyframes blink {
    0%, 80%, 100% { opacity: 0.2; }
    40% { opacity: 1; }
}

/* ===== SEARCH PAGE LAYOUT ===== */
.search-layout {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}
.search-sidebar {
    width: 260px;
    flex-shrink: 0;
    position: sticky;
    top: 16px;
}
.search-results-area {
    flex: 1;
    min-width: 0;
}
.sidebar-card {
    background: #fff;
    border: 2px solid #e8e8e8;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 14px;
}
.sidebar-title {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.9px;
    color: #999;
    margin-bottom: 12px;
}

/* ===== STYLE FILTER TABS (search results — horizontal centered) ===== */
.style-tabs-horiz {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-bottom: 20px;
}
.style-tab-vert {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #f8f8f8;
    border: 2px solid transparent;
    border-radius: 20px;
    padding: 7px 18px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #555;
    cursor: pointer;
    transition: all 0.15s;
    white-space: nowrap;
}
.style-tab-vert:hover { background: #f0f0f0; color: #111; }
.style-tab-vert.active {
    background: #111;
    border-color: #111;
    color: #f5c518;
}
.style-tab-vert .tab-count {
    background: rgba(0,0,0,0.08);
    border-radius: 10px;
    padding: 1px 7px;
    font-size: 0.72rem;
}
.style-tab-vert.active .tab-count { background: rgba(245,197,24,0.25); }

.avail-filter { display: flex; gap: 6px; }

/* ===== STYLE PICKER (landing page) ===== */
.spc-cards {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
}
.spc-card {
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    padding: 14px 16px;
    text-align: center;
    cursor: pointer;
    background: #fff;
    min-width: 130px;
    transition: border-color 0.15s, transform 0.15s;
    color: #222;
}
.spc-card:hover { border-color: #aaa; transform: translateY(-2px); }
.spc-card.active { border-color: #111; border-width: 2px; background: #fff; color: #222; }
.spc-card .plate-display.spc-plate {
    font-size: 0.8rem;
    padding: 3px 8px;
    letter-spacing: 2px;
    margin-bottom: 8px;
    pointer-events: none;
}
.spc-card.active .plate-display { opacity: 1; }
.spc-name { font-weight: 700; font-size: 0.88rem; }
.spc-sub { font-size: 0.72rem; color: #888; margin-top: 2px; }
.spc-card.active .spc-sub { color: #888; }

/* Filter chips row — chips truly centred, sort pinned absolute right */
.filter-row-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}
.filter-row-wrap .filter-chips-wrap {
    margin-bottom: 0;
    justify-content: center;
}
.sort-wrap {
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

/* Filter chips */
.filter-chips-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 14px;
    justify-content: center;
}
.filter-chip {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 13px;
    border-radius: 20px;
    border: 1.5px solid #ccc;
    background: #fff;
    color: #555;
    font-size: 0.8rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.15s;
    line-height: 1.4;
}
.filter-chip.active {
    background: #444;
    color: #fff;
    border-color: #444;
}
.filter-chip:hover:not(.active) {
    border-color: #888;
    color: #333;
}
.chip-count {
    font-size: 0.72rem;
    background: #f0f0f0;
    border-radius: 10px;
    padding: 1px 5px;
    color: #777;
}
.filter-chip.active .chip-count {
    background: rgba(255,255,255,0.2);
    color: #fff;
}
.chip-divider {
    width: 1px;
    height: 22px;
    background: #e0e0e0;
    margin: 0 2px;
}

/* Style picker container */
.style-picker {
    background: #f5f5f5;
    border-radius: 12px;
    padding: 1.5rem 1.75rem 1.25rem;
    margin-bottom: 1.5rem;
}

/* hero-hint / hint-link overrides on light background (search landing page) */
.style-picker .hero-hint { color: #666; }
.style-picker .hint-link { color: #111; }
.style-picker .hint-link:hover { color: #f5c518; text-decoration: none; }

.spc-desc-panel {
    background: #f8f8f8;
    border-left: 3px solid #f5c518;
    border-radius: 0 8px 8px 0;
    padding: 10px 16px;
    margin: 0 auto 20px;
    max-width: 700px;
    font-size: 0.85rem;
    color: #444;
}

/* ===== POSITIONAL PLATE BUILDER (landing page) ===== */
.spb-plate {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    background: #f5c518;
    border: 3px solid #222;
    border-radius: 10px;
    padding: 14px 18px;
}
.spb-section { display: flex; gap: 5px; }
.spb-dot {
    width: 8px;
    align-self: center;
    border-top: 2px solid rgba(0,0,0,0.2);
}
.spb-inp {
    width: 42px;
    height: 54px;
    text-align: center;
    font-family: 'UKNumberPlate', 'Charles Wright', 'Arial Black', monospace;
    font-size: 1.5rem;
    font-weight: 900;
    color: #000;
    background: rgba(255,255,255,0.3);
    border: 2px solid rgba(0,0,0,0.15);
    border-radius: 5px;
    text-transform: uppercase;
    outline: none;
    transition: background 0.15s, border-color 0.15s;
    caret-color: #000;
}
.spb-inp::placeholder { color: rgba(0,0,0,0.2); font-size: 1rem; }
.spb-inp:focus { background: rgba(255,255,255,0.6); border-color: rgba(0,0,0,0.4); }
.spb-inp.spb-filled { background: rgba(255,255,255,0.85); border-color: #000; }
.spb-labels {
    display: inline-flex;
    gap: 8px;
    margin-top: 8px;
    padding-left: 4px;
}
.spb-lbl {
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #888;
    text-align: center;
}

/* Mobile: sidebar stacks above results */
@media (max-width: 768px) {
    .search-layout { flex-direction: column; }
    .search-sidebar { width: 100%; position: static; }
    .spc-cards { gap: 8px; }
    .spc-card { min-width: 100px; padding: 10px; }
    .spb-plate { flex-wrap: wrap; }
}

/* ===== ADVANCED PLATE BUILDER (home hero) ===== */
.adv-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
}

/* Plate + button side by side */
.adv-inline-wrap {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: center;
    flex-wrap: nowrap;
}

/* Plate row — yellow container holding the slot boxes */
.adv-preview-plate {
    display: inline-flex;
    align-items: center;
    background: #f5c518;
    border: none;
    border-radius: 12px;
    padding: 8px;
    gap: 5px;
}

/* Gap between groups */
.adv-sp {
    width: 14px;
    flex-shrink: 0;
}

/* Slot wrapper — stacks input + arrow indicator */
.adv-slot-wrap {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
}
.adv-slot-wrap::after {
    content: '▾';
    font-size: 1.4rem;
    color: rgba(0,0,0,0.3);
    line-height: 1;
}

/* Each slot: explicit pixel box — no flex sizing, no browser minimums */
.adv-slot {
    display: block;
    width: 38px;
    height: 57px;
    background: #f5c518;
    border: 2px solid rgba(0,0,0,0.25);
    border-radius: 8px;
    outline: none;
    font-family: 'UKNumberPlate', 'Charles Wright', 'Arial Black', monospace;
    font-size: 1.3rem;
    font-weight: 900;
    color: #111;
    text-align: center;
    padding: 0;
    caret-color: #111;
    text-transform: uppercase;
}
.adv-slot::placeholder {
    color: rgba(0,0,0,0.3);
}
.adv-slot:focus {
    border-color: rgba(0,0,0,0.6);
    background: #ffe033;
}
.adv-slot-invalid {
    background: #e03030 !important;
    border-color: #a00 !important;
    color: #fff !important;
    animation: adv-shake 0.35s ease;
}
/* Soft flash — border only, value preserved (used for multi-char boxes) */
.adv-slot-soft-invalid {
    border-color: #e03030 !important;
    animation: adv-shake 0.35s ease;
}
@keyframes adv-shake {
    0%,100% { transform: translateX(0); }
    25%      { transform: translateX(-2px); }
    75%      { transform: translateX(2px); }
}

/* Wider slot for prefix/current numbers */
.adv-slot-nums {
    width: 58px;
    cursor: pointer;
}


/* Dateless direction toggle */
.adv-dl-toggle {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-bottom: 12px;
}
.adv-dl-btn {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 20px;
    color: rgba(255,255,255,0.65);
    font-size: 0.82rem;
    font-weight: 600;
    padding: 5px 16px;
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
}
.adv-dl-btn.active {
    background: #f5c518;
    border-color: #f5c518;
    color: #111;
}
.adv-dl-btn:hover:not(.active) {
    background: rgba(255,255,255,0.18);
    color: #fff;
}

/* Dateless toggle on light background (search landing page) */
.style-picker .adv-dl-btn {
    background: #f0f0f0;
    border-color: #ccc;
    color: #555;
}
.style-picker .adv-dl-btn.active {
    background: #f5c518;
    border-color: #f5c518;
    color: #111;
}
.style-picker .adv-dl-btn:hover:not(.active) {
    background: #e0e0e0;
    color: #222;
}

/* Wider boxes for dateless free-type */
.adv-slot-dl {
    width: 80px;
    text-align: center;
    padding: 0;
    font-size: 1.2rem;
    letter-spacing: 2px;
}

/* Hint line */
.adv-hint {
    font-size: 0.82rem;
    color: rgba(255,255,255,0.45);
    margin-top: 10px;
    margin-bottom: 0;
}
.adv-clear-link { color: rgba(255,255,255,0.55); text-decoration: underline; }
.adv-clear-link:hover { color: #fff; }

.adv-submit-btn {
    font-size: 1.1rem;
    padding: 18px 32px;
    white-space: nowrap;
    border-radius: 8px;
}

/* Mobile */
@media (max-width: 600px) {
    .adv-preview-plate { font-size: 1.7rem; padding: 6px 14px; }
    .adv-submit-btn { padding: 14px 22px; font-size: 1rem; }
}

/* ── Character picker popup ── */
.adv-picker {
    display: flex;
    flex-direction: column;
    gap: 2px;
    background: #1a1a2e;
    border: 2px solid #f5c518;
    border-radius: 10px;
    padding: 6px;
    max-height: 220px;
    overflow-y: auto;
    width: 110px;
    scrollbar-width: thin;
    scrollbar-color: #f5c518 #0d0d1a;
}
.adv-picker::-webkit-scrollbar { width: 6px; }
.adv-picker::-webkit-scrollbar-track { background: #0d0d1a; border-radius: 4px; }
.adv-picker::-webkit-scrollbar-thumb { background: #f5c518; border-radius: 4px; }
.adv-pick-btn {
    width: 100%;
    height: 34px;
    background: transparent;
    border: none;
    border-radius: 6px;
    font-family: 'UKNumberPlate', 'Charles Wright', 'Arial Black', monospace;
    font-size: 1rem;
    font-weight: 900;
    color: #f5c518;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 10px;
    gap: 8px;
    transition: background 0.1s;
    letter-spacing: 1px;
}
.adv-pick-btn:hover {
    background: rgba(245,197,24,0.15);
    color: #ffe033;
}
.adv-pick-any {
    color: rgba(245,197,24,0.5);
    font-size: 0.85rem;
    border-bottom: 1px solid rgba(245,197,24,0.2);
    margin-bottom: 2px;
    padding-bottom: 4px;
    height: auto;
    padding-top: 2px;
}
.adv-pick-future {
    color: rgba(245,197,24,0.25);
    cursor: not-allowed;
}
.adv-pick-future:hover {
    background: transparent;
    color: rgba(245,197,24,0.25);
}

/* ===== NAVBAR ===== */
.navbar-brand { font-size: 1.3rem; letter-spacing: 1px; }

/* ===== ACCOUNT PAGES ===== */
.account-panel {
    background: #fff;
    border: 1.5px solid #e8e8e8;
    border-radius: 12px;
    padding: 20px 22px;
}
.account-panel-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 16px;
}
.acct-detail-row {
    display: grid;
    grid-template-columns: 75px 1fr;
    gap: 8px;
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 0.9rem;
    align-items: start;
}
.acct-detail-row:last-of-type { border-bottom: none; }
.acct-label {
    color: #444;
    font-weight: 600;
}
.acct-label::after {
    content: ':';
}
.acct-value {
    color: #777;
    word-break: break-word;
}

/* Enquiry status badges */
.enq-status {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    padding: 3px 10px;
    border-radius: 20px;
}
.enq-pending   { background: #fef9c3; color: #92400e; }
.enq-contacted { background: #dbeafe; color: #1e40af; }
.enq-completed { background: #d1fae5; color: #065f46; }
.enq-cancelled { background: #f3f4f6; color: #9ca3af; }

/* Shortlist cards */
.shortlist-card {
    border: 1.5px solid #e8e8e8;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    transition: border-color 0.15s;
}
.shortlist-card:hover { border-color: #f5c518; }
.shortlist-plate {
    display: block;
    text-align: center;
    font-size: 1rem;
    padding: 10px 0;
    letter-spacing: 3px;
    width: 100%;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #f0f0f0;
}
.shortlist-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
}
.shortlist-price {
    font-weight: 700;
    font-size: 0.95rem;
}
.btn-xs {
    font-size: 0.72rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 6px;
    text-decoration: none;
    white-space: nowrap;
}
