/* ============================================================
   Baldy's Bin Busting ? Unified Frontend (homepage flow)
   Brand: Boston Blue #3C90AD ? Boho Blue #215C74 ? Slate #16202A
   Fonts: Fugaz One (display) ? Outfit (body)
   ============================================================ */

:root {
    --bbb-bg-deep:        #121a21;
    --bbb-bg-card:        #16202A;
    --bbb-bg-card-active: #1a2836;
    --bbb-border-card:    #233242;
    --bbb-accent:         #3C90AD;
    --bbb-accent-dark:    #215C74;
    --bbb-text:           #ffffff;
    --bbb-text-muted:     #cbd5e1;
    --bbb-text-dim:       rgba(255, 255, 255, 0.65);
    --bbb-input-bg:       #16202A;
    --bbb-input-border:   #233242;
    --bbb-btn-hover:      #4da3bd;
    --bbb-font-display:   "Fugaz One", "Outfit", sans-serif;
    --bbb-font-body:      "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    --bbb-shadow-card:    0 10px 25px rgba(0, 0, 0, 0.25);
    --bbb-radius-card:    0;
    --bbb-radius-btn:     8px;
    --bbb-max-width:      760px;
}

/* -----------------------------------------------------------------
   Scoped reset ? plugin containers only (never global forms)
   ----------------------------------------------------------------- */
#bbb-checkout-root,
#bbb-checkout-root *,
#bbb-checkout-root *::before,
#bbb-checkout-root *::after,
#bbb-trailer-root,
#bbb-trailer-root *,
#bbb-trailer-root *::before,
#bbb-trailer-root *::after,
.bbb-th-pickup,
.bbb-th-pickup *,
.bbb-th-pickup *::before,
.bbb-th-pickup *::after,
.bbb-login-wrap,
.bbb-login-wrap *,
.bbb-driver-wrap,
.bbb-driver-wrap *,
.bbb-dashboard,
.bbb-dashboard *,
.bbb-cust-dash,
.bbb-cust-dash *,
.bbb-cust-dash *::before,
.bbb-cust-dash *::after {
    box-sizing: border-box;
}

#bbb-checkout-root,
#bbb-trailer-root,
.bbb-login-wrap,
.bbb-driver-wrap,
.bbb-dashboard {
    font-family: var(--bbb-font-body);
    color: var(--bbb-text);
    max-width: none;
    width: auto;
    float: none;
    clear: both;
}

#bbb-cust-dash.bbb-cust-dash,
.bbb-cust-dash {
    font-family: var(--bbb-font-body);
}

#bbb-checkout-root input,
#bbb-checkout-root textarea,
#bbb-checkout-root button,
#bbb-checkout-root select,
.bbb-login-wrap input,
.bbb-login-wrap button,
.bbb-login-wrap textarea,
.bbb-driver-wrap input,
.bbb-driver-wrap button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}

/* -----------------------------------------------------------------
   Checkout shell
   ----------------------------------------------------------------- */
#bbb-checkout-root {
    max-width: var(--bbb-max-width);
    margin: 0 auto;
}

.bbb-checkout-wrap {
    max-width: var(--bbb-max-width);
    margin: 0 auto;
    padding: 0;
}

/* Hero ? matches homepage gradient CTAs */
.bbb-checkout-hero {
    background: linear-gradient(135deg, var(--bbb-accent) 0%, var(--bbb-accent-dark) 100%);
    color: var(--bbb-text);
    border-radius: 12px;
    padding: 36px 32px;
    margin-bottom: 24px;
    text-align: center;
}

.bbb-checkout-hero h2 {
    font-family: var(--bbb-font-display);
    font-weight: 400;
    font-size: 2rem;
    color: var(--bbb-text);
    margin: 0 0 8px;
    letter-spacing: 0.02em;
    line-height: 1.15;
}

.bbb-checkout-hero p {
    color: rgba(255, 255, 255, 0.92);
    font-size: 1rem;
    margin: 0;
    line-height: 1.5;
}

/* Founding Members ? book callout */
.bbb-founding-callout {
    margin: 0 0 24px;
    padding: 22px 24px;
    border-radius: 12px;
    background: linear-gradient(160deg, rgba(33, 92, 116, 0.55) 0%, rgba(22, 32, 42, 0.92) 100%);
    border: 1px solid rgba(60, 144, 173, 0.45);
    color: #f4f7f9;
}
.bbb-founding-callout-closed {
    opacity: 0.92;
    border-color: rgba(255, 255, 255, 0.12);
}
.bbb-founding-kicker {
    margin: 0 0 6px;
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #9fd0e2;
}
.bbb-founding-title {
    margin: 0 0 10px;
    font-family: var(--bbb-font-display);
    font-weight: 400;
    font-size: 1.45rem;
    color: #fff;
    line-height: 1.2;
}
.bbb-founding-copy {
    margin: 0 0 10px;
    font-size: 0.98rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.88);
}
.bbb-founding-spots {
    margin: 0;
    font-size: 0.92rem;
    color: #cfe8f1;
}
.bbb-founding-badge-wrap {
    margin-top: 18px;
    text-align: left;
    max-width: 420px;
}
.bbb-founding-badge {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 6px;
    background: rgba(60, 144, 173, 0.25);
    border: 1px solid rgba(159, 208, 226, 0.55);
    color: #e8f6fb;
    font-size: 0.78rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-weight: 600;
}
.bbb-founding-badge-copy {
    margin: 10px 0 0;
    font-size: 0.9rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.82);
}

/* Steps ? transparent panels (no white boxes) */
#bbb-checkout-root .bbb-step {
    display: block;
    margin: 0 0 28px;
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
}

#bbb-checkout-root .bbb-step-title {
    display: block;
    font-family: var(--bbb-font-body);
    font-weight: 800;
    font-size: 1.5rem;
    color: var(--bbb-text);
    margin: 0 0 6px;
    letter-spacing: 0.01em;
}

#bbb-checkout-root .bbb-step-sub {
    display: block;
    font-size: 0.95rem;
    color: var(--bbb-text-muted);
    margin: 0 0 20px;
}

/* -----------------------------------------------------------------
   Bin selector — product tiles (glow + SELECTED, match brand mock)
   ----------------------------------------------------------------- */
#bbb-checkout-root .bbb-bin-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 16px !important;
    margin: 0 !important;
    width: 100% !important;
}

#bbb-checkout-root .bbb-bin-card {
    --bbb-bin-glow: rgba(60, 144, 173, 0.35);
    display: flex !important;
    flex-direction: column;
    align-items: center;
    float: none !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 18px 14px 16px !important;
    overflow: hidden;
    background: #161d26;
    border: 1px solid #2a3644;
    border-radius: 14px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
    cursor: default;
    text-align: center;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    pointer-events: none;
}

#bbb-checkout-root .bbb-bin-card--general { --bbb-bin-glow: rgba(220, 38, 38, 0.45); }
#bbb-checkout-root .bbb-bin-card--recycling { --bbb-bin-glow: rgba(234, 179, 8, 0.42); }
#bbb-checkout-root .bbb-bin-card--fogo { --bbb-bin-glow: rgba(22, 163, 74, 0.42); }

#bbb-checkout-root .bbb-bin-stepper,
#bbb-checkout-root .bbb-bin-stepper .bbb-stepper-btn {
    pointer-events: auto;
}

#bbb-checkout-root .bbb-bin-card.bbb-bin-active {
    border-color: var(--bbb-accent);
    box-shadow:
        0 0 0 1px var(--bbb-accent),
        0 14px 32px rgba(60, 144, 173, 0.22);
    background: #18222c;
}

#bbb-checkout-root .bbb-bin-label {
    display: block;
    order: 1;
    font-family: var(--bbb-font-display);
    font-size: 1.35rem;
    font-weight: 400;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fff;
    -webkit-text-fill-color: #fff;
    line-height: 1.1;
    margin: 0 0 6px;
}

#bbb-checkout-root .bbb-bin-visual {
    order: 2;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    min-height: 168px;
    padding: 8px 8px 4px;
    background: transparent;
    border: 0;
}

#bbb-checkout-root .bbb-bin-glow {
    position: absolute;
    left: 50%;
    bottom: 8%;
    transform: translateX(-50%);
    width: 78%;
    height: 58%;
    border-radius: 50%;
    background: radial-gradient(ellipse at center, var(--bbb-bin-glow) 0%, transparent 70%);
    filter: blur(2px);
    pointer-events: none;
    z-index: 0;
}

#bbb-checkout-root .bbb-bin-silhouette {
    position: relative;
    z-index: 1;
    display: block;
    filter: drop-shadow(0 14px 18px rgba(0, 0, 0, 0.45));
    transition: transform 0.2s ease;
}

#bbb-checkout-root .bbb-bin-card.bbb-bin-active .bbb-bin-silhouette {
    transform: translateY(-2px) scale(1.03);
}

#bbb-checkout-root .bbb-bin-card svg {
    width: auto;
    max-width: 132px;
    height: auto;
    display: block;
    margin: 0 auto;
}

#bbb-checkout-root .bbb-bin-sublabel {
    order: 3;
    display: block;
    font-size: 0.9rem;
    font-weight: 500;
    margin: 4px 0 14px;
    color: #94a3b8;
    -webkit-text-fill-color: #94a3b8;
    line-height: 1.3;
}

#bbb-checkout-root .bbb-bin-stepper {
    order: 4;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    min-width: 0;
    box-shadow: none;
}

#bbb-checkout-root .bbb-bin-card.bbb-bin-active .bbb-bin-stepper {
    border-color: transparent;
    box-shadow: none;
}

#bbb-checkout-root .bbb-stepper-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    min-width: 34px;
    border-radius: 50%;
    border: 2px solid var(--bbb-accent);
    background: var(--bbb-bg-card);
    color: var(--bbb-accent);
    font-size: 1.25rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.15s;
    line-height: 1;
    padding: 0;
    box-shadow: none;
    text-transform: none;
}

#bbb-checkout-root .bbb-stepper-btn:hover {
    background: var(--bbb-bg-card-active);
    border-color: var(--bbb-accent);
    color: #fff;
}

#bbb-checkout-root .bbb-stepper-val {
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 800;
    min-width: 28px;
    text-align: center;
    color: #fff;
    -webkit-text-fill-color: #fff;
}

#bbb-checkout-root .bbb-bin-selected {
    order: 5;
    display: none;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--bbb-accent);
}

#bbb-checkout-root .bbb-bin-card.bbb-bin-active .bbb-bin-selected {
    display: inline-flex;
}

#bbb-checkout-root .bbb-bin-selected-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--bbb-accent);
    color: #fff;
    font-size: 0.7rem;
    line-height: 1;
}

/* -----------------------------------------------------------------
   Frequency grid ? 2-column landing-page cards
   ----------------------------------------------------------------- */
#bbb-checkout-root .bbb-freq-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 15px !important;
    width: 100% !important;
    margin-top: 15px !important;
}

#bbb-checkout-root .bbb-freq-grid br {
    display: none !important;
}

#bbb-checkout-root .bbb-freq-option {
    display: block !important;
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    cursor: pointer;
    position: relative;
}

#bbb-checkout-root .bbb-freq-option input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
    margin: 0;
}

#bbb-checkout-root .bbb-freq-box {
    display: block !important;
    background: var(--bbb-bg-card);
    border: 1px solid var(--bbb-border-card);
    border-radius: var(--bbb-radius-card);
    padding: 22px 16px;
    box-shadow: var(--bbb-shadow-card);
    text-align: center;
    height: 100%;
    transition: border-color 0.18s, background 0.18s;
}

#bbb-checkout-root .bbb-freq-option input:checked + .bbb-freq-box,
#bbb-checkout-root .bbb-freq-option.bbb-freq-selected .bbb-freq-box {
    background: var(--bbb-bg-card-active);
    border-color: var(--bbb-accent);
}

#bbb-checkout-root .bbb-freq-name {
    display: block;
    color: var(--bbb-text);
    font-family: var(--bbb-font-body);
    font-weight: 800;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}

#bbb-checkout-root .bbb-freq-price {
    display: block;
    color: var(--bbb-accent);
    font-family: var(--bbb-font-body);
    font-size: 0.85rem;
    font-weight: 700;
    margin-top: 8px;
}

/* -----------------------------------------------------------------
   Form fields ? Boston Blue inputs (replaces Elementor JS hack)
   ----------------------------------------------------------------- */
#bbb-checkout-root .bbb-fields {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 18px !important;
    margin: 0 !important;
}

#bbb-checkout-root .bbb-field {
    display: block;
    margin: 0;
}

#bbb-checkout-root .bbb-field-full {
    grid-column: 1 / -1 !important;
}

#bbb-checkout-root .bbb-field label {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--bbb-text);
    margin-bottom: 6px;
}

#bbb-checkout-root .bbb-optional {
    font-weight: 400;
    color: var(--bbb-text-dim);
}

#bbb-checkout-root .bbb-field input,
#bbb-checkout-root .bbb-field textarea {
    display: block !important;
    width: 100% !important;
    background: var(--bbb-input-bg) !important;
    background-color: var(--bbb-input-bg) !important;
    color: var(--bbb-text) !important;
    -webkit-text-fill-color: var(--bbb-text) !important;
    caret-color: var(--bbb-text) !important;
    color-scheme: dark;
    border: 1px solid var(--bbb-input-border) !important;
    border-radius: var(--bbb-radius-btn) !important;
    padding: 12px 14px !important;
    font-size: 0.95rem;
    box-sizing: border-box;
    font-family: inherit;
    margin: 0 !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    box-shadow: none !important;
}

#bbb-checkout-root .bbb-field input::placeholder,
#bbb-checkout-root .bbb-field textarea::placeholder {
    color: var(--bbb-text-dim) !important;
    -webkit-text-fill-color: var(--bbb-text-dim) !important;
    opacity: 1;
}

#bbb-checkout-root .bbb-field input:focus,
#bbb-checkout-root .bbb-field textarea:focus {
    outline: none;
    border-color: var(--bbb-accent) !important;
    box-shadow: 0 0 0 3px rgba(60, 144, 173, 0.35) !important;
}

#bbb-checkout-root .bbb-field input:-webkit-autofill,
#bbb-checkout-root .bbb-field input:-webkit-autofill:hover,
#bbb-checkout-root .bbb-field input:-webkit-autofill:focus,
#bbb-checkout-root .bbb-field input:-webkit-autofill:active,
#bbb-checkout-root .bbb-field input:autofill,
#bbb-checkout-root .bbb-field input:autofill:hover,
#bbb-checkout-root .bbb-field input:autofill:focus,
#bbb-checkout-root .bbb-field input:autofill:active,
#bbb-checkout-root .bbb-field textarea:-webkit-autofill,
#bbb-checkout-root .bbb-field textarea:-webkit-autofill:hover,
#bbb-checkout-root .bbb-field textarea:-webkit-autofill:focus,
#bbb-checkout-root .bbb-field textarea:autofill {
    color-scheme: dark;
    -webkit-text-fill-color: #ffffff !important;
    caret-color: #ffffff !important;
    color: #ffffff !important;
    border: 1px solid var(--bbb-input-border) !important;
    background: #16202A !important;
    background-color: #16202A !important;
    background-image: none !important;
    -webkit-box-shadow: 0 0 0 1000px #16202A inset !important;
    box-shadow: 0 0 0 1000px #16202A inset !important;
    transition: background-color 99999s ease-out 0s, color 99999s ease-out 0s;
    filter: none !important;
    animation-name: bbb-autofill-on;
}

#bbb-checkout-root .bbb-field input::selection,
#bbb-checkout-root .bbb-field textarea::selection,
.bbb-login-field input::selection {
    background: #215C74;
    color: #fff;
}

@keyframes bbb-autofill-on {
    from { opacity: 0.99; }
    to { opacity: 1; }
}

#bbb-checkout-root .bbb-field-address {
    position: relative;
}

#bbb-checkout-root .bbb-places-list {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 4px);
    z-index: 50;
    margin: 0;
    padding: 6px 0;
    list-style: none;
    background: #ffffff;
    border: 1px solid #d0d7de;
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
    max-height: 260px;
    overflow-y: auto;
}

#bbb-checkout-root .bbb-places-list[hidden] {
    display: none !important;
}

#bbb-checkout-root .bbb-places-item {
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px 14px;
    border: 0;
    background: transparent;
    color: #1a1a1a;
    font: inherit;
    font-size: 0.9rem;
    text-align: left;
    cursor: pointer;
    line-height: 1.35;
}

#bbb-checkout-root .bbb-places-item:hover,
#bbb-checkout-root .bbb-places-item:focus {
    background: #e8f4f8;
    outline: none;
}

#bbb-checkout-root .bbb-places-item strong {
    color: #215C74;
    font-weight: 700;
}

/* -----------------------------------------------------------------
   Summary bar + buttons
   ----------------------------------------------------------------- */
#bbb-checkout-root .bbb-summary-bar {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(135deg, var(--bbb-accent) 0%, var(--bbb-accent-dark) 100%);
    border-radius: 12px;
    padding: 20px 26px;
    margin: 24px 0;
    color: var(--bbb-text);
    flex-wrap: wrap;
    gap: 12px;
}

#bbb-checkout-root .bbb-summary-left {
    display: flex;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap;
}

#bbb-checkout-root .bbb-summary-bins,
#bbb-checkout-root .bbb-summary-freq {
    font-size: 0.92rem;
    color: rgba(255, 255, 255, 0.78);
}

#bbb-checkout-root .bbb-summary-right {
    text-align: right;
}

#bbb-checkout-root .bbb-summary-total-label {
    display: block;
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

#bbb-checkout-root .bbb-summary-total {
    font-size: 1.9rem;
    font-weight: 800;
    color: var(--bbb-text);
}

#bbb-checkout-root .bbb-summary-per {
    font-size: 0.85rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
}

.bbb-btn,
#bbb-checkout-root .bbb-btn,
#bbb-checkout-root button.bbb-btn,
#bbb-checkout-root #bbb-submit-btn {
    display: inline-block;
    background: var(--bbb-accent) !important;
    background-color: var(--bbb-accent) !important;
    color: var(--bbb-text) !important;
    -webkit-text-fill-color: var(--bbb-text) !important;
    border: none !important;
    border-radius: var(--bbb-radius-btn);
    padding: 16px 36px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s ease, background-color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
    font-family: inherit;
    text-transform: none !important;
    letter-spacing: normal;
    box-shadow: 0 4px 14px rgba(60, 144, 173, 0.3);
    line-height: 1.2;
}

.bbb-btn:hover,
#bbb-checkout-root .bbb-btn:hover,
#bbb-checkout-root button.bbb-btn:hover,
#bbb-checkout-root #bbb-submit-btn:hover:not(:disabled) {
    background: var(--bbb-btn-hover) !important;
    background-color: var(--bbb-btn-hover) !important;
    color: var(--bbb-text) !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(60, 144, 173, 0.45) !important;
}

.bbb-btn:active,
#bbb-checkout-root .bbb-btn:active,
#bbb-checkout-root #bbb-submit-btn:active:not(:disabled) {
    background: var(--bbb-accent-dark) !important;
    background-color: var(--bbb-accent-dark) !important;
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(60, 144, 173, 0.25) !important;
}

.bbb-btn-large {
    padding: 18px 56px;
    font-size: 1.2rem;
}

.bbb-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

#bbb-checkout-root .bbb-submit-row {
    text-align: center;
    padding: 8px 0 0;
}

#bbb-checkout-root .bbb-consent {
    display: block;
    text-align: left;
    max-width: 520px;
    margin: 0 auto 16px;
    font-size: 0.88rem;
    color: var(--bbb-text-muted);
    line-height: 1.45;
    font-weight: 500;
}

#bbb-checkout-root .bbb-consent input {
    margin-right: 8px;
    vertical-align: middle;
}

#bbb-checkout-root .bbb-consent a {
    color: var(--bbb-accent);
    text-decoration: underline;
}

#bbb-checkout-root .bbb-fineprint {
    font-size: 0.82rem;
    color: var(--bbb-text-muted);
    margin-top: 14px;
}

#bbb-checkout-root .bbb-same-day-notice {
    background: rgba(252, 211, 77, 0.12);
    border: 2px solid #fcd34d;
    border-radius: 10px;
    padding: 14px 18px;
    margin-bottom: 16px;
    font-size: 0.9rem;
    color: #fcd34d;
    font-weight: 500;
    line-height: 1.5;
}

#bbb-checkout-root .bbb-checkout-success {
    max-width: 600px;
    margin: 40px auto;
    background: var(--bbb-bg-card);
    border: 1px solid var(--bbb-accent);
    border-radius: 12px;
    padding: 36px;
    text-align: center;
    box-shadow: var(--bbb-shadow-card);
}

#bbb-checkout-root .bbb-checkout-paid {
    background:
        radial-gradient(ellipse 70% 60% at 50% 0%, rgba(60, 144, 173, 0.28), transparent 60%),
        var(--bbb-bg-card);
    border-color: rgba(60, 144, 173, 0.55);
}

#bbb-checkout-root .bbb-checkout-cancelled {
    border-color: rgba(251, 191, 36, 0.45);
}

#bbb-checkout-root .bbb-checkout-success h3 {
    font-family: var(--bbb-font-display);
    font-weight: 400;
    font-size: 1.6rem;
    margin: 0 0 12px;
    color: var(--bbb-text);
}

#bbb-checkout-root .bbb-checkout-success p {
    color: var(--bbb-text-muted);
    margin: 8px 0;
}

#bbb-checkout-root .bbb-success-eyebrow {
    margin: 0 0 8px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--bbb-accent);
}

#bbb-checkout-root .bbb-success-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-top: 22px;
}

#bbb-checkout-root .bbb-btn-ghost-light {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    border-radius: var(--bbb-radius-btn);
    border: 1px solid var(--bbb-border-card);
    color: var(--bbb-text-muted) !important;
    font-weight: 700;
    text-decoration: none !important;
    background: transparent;
}

#bbb-checkout-root .bbb-btn-ghost-light:hover {
    color: var(--bbb-text) !important;
    border-color: var(--bbb-accent);
}

/* -----------------------------------------------------------------
   Login / account pages
   ----------------------------------------------------------------- */
.bbb-login-wrap {
    max-width: 440px;
    margin: 0 auto;
    padding: 12px 0 40px;
}

.bbb-account-login {
    max-width: 420px;
}

.bbb-admin-login-wrap {
    max-width: 440px;
}

.bbb-login-brand {
    text-align: center;
    margin-bottom: 22px;
}

.bbb-login-brand-name {
    margin: 0 0 10px;
    font-family: var(--bbb-font-display);
    font-size: 1.35rem;
    font-weight: 400;
    letter-spacing: 0.02em;
    color: var(--bbb-accent);
}

.bbb-login-brand h2 {
    margin: 0 0 6px;
    font-family: var(--bbb-font-display);
    font-size: 1.85rem;
    font-weight: 400;
    color: var(--bbb-text);
}

.bbb-login-brand p:not(.bbb-login-brand-name) {
    margin: 0;
    font-size: 0.95rem;
    color: var(--bbb-text-muted);
}

.bbb-login-wrap .bbb-checkout-hero {
    margin-bottom: 20px;
}

.bbb-login-card {
    background:
        radial-gradient(ellipse 80% 50% at 50% 0%, rgba(60, 144, 173, 0.18), transparent 55%),
        var(--bbb-bg-card);
    border: 1px solid var(--bbb-border-card);
    border-radius: var(--bbb-radius-card);
    padding: 32px 28px;
    box-shadow: var(--bbb-shadow-card);
}

.bbb-admin-login-card {
    border-top: 3px solid var(--bbb-accent-dark);
}

.bbb-login-header {
    text-align: center;
    margin-bottom: 24px;
}

.bbb-login-header h2 {
    font-family: var(--bbb-font-display);
    font-size: 1.5rem;
    font-weight: 400;
    margin: 0 0 4px;
    color: var(--bbb-text);
}

.bbb-login-header p {
    font-size: 0.9rem;
    color: var(--bbb-text-muted);
    margin: 0;
}

.bbb-login-error,
.bbb-login-info {
    border-radius: var(--bbb-radius-btn);
    padding: 12px 16px;
    margin-bottom: 20px;
    font-size: 0.9rem;
    text-align: center;
}

.bbb-login-error {
    background: rgba(220, 38, 38, 0.15);
    border: 1px solid rgba(220, 38, 38, 0.4);
    color: #fca5a5;
}

.bbb-login-info {
    background: rgba(60, 144, 173, 0.15);
    border: 1px solid var(--bbb-accent);
    color: var(--bbb-text-muted);
}

.bbb-login-field {
    margin-bottom: 18px;
}

.bbb-login-field label {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--bbb-text);
    margin-bottom: 6px;
}

.bbb-login-field input {
    display: block;
    width: 100%;
    background: var(--bbb-input-bg) !important;
    background-color: var(--bbb-input-bg) !important;
    color: var(--bbb-text) !important;
    -webkit-text-fill-color: var(--bbb-text) !important;
    caret-color: var(--bbb-text) !important;
    color-scheme: dark;
    border: 1px solid var(--bbb-input-border) !important;
    border-radius: var(--bbb-radius-btn);
    padding: 12px 14px;
    font-size: 0.95rem;
    box-sizing: border-box;
    font-family: inherit;
    margin: 0;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.bbb-login-field input:focus {
    outline: none;
    border-color: var(--bbb-accent) !important;
    box-shadow: 0 0 0 3px rgba(60, 144, 173, 0.35);
}

.bbb-login-field input:-webkit-autofill,
.bbb-login-field input:-webkit-autofill:hover,
.bbb-login-field input:-webkit-autofill:focus,
.bbb-login-field input:-webkit-autofill:active,
.bbb-login-field input:autofill,
.bbb-login-field input:autofill:hover,
.bbb-login-field input:autofill:focus,
.bbb-login-field input:autofill:active {
    color-scheme: dark;
    -webkit-text-fill-color: #ffffff !important;
    caret-color: #ffffff !important;
    color: #ffffff !important;
    border: 1px solid var(--bbb-input-border) !important;
    background: #16202A !important;
    background-color: #16202A !important;
    background-image: none !important;
    -webkit-box-shadow: 0 0 0 1000px #16202A inset !important;
    box-shadow: 0 0 0 1000px #16202A inset !important;
    transition: background-color 99999s ease-out 0s, color 99999s ease-out 0s;
    filter: none !important;
    animation-name: bbb-autofill-on;
}

.bbb-login-remember {
    margin-bottom: 22px;
    font-size: 0.85rem;
    color: var(--bbb-text-muted);
}

.bbb-login-remember label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.bbb-login-submit {
    margin: 0 0 16px;
}

.bbb-login-submit .bbb-btn {
    width: 100%;
}

.bbb-login-divider {
    border-top: 1px solid var(--bbb-border-card);
    margin: 24px 0 16px;
}

.bbb-login-alt {
    text-align: center;
    font-size: 0.85rem;
    color: var(--bbb-text-muted);
    margin: 8px 0;
}

.bbb-login-alt a {
    color: var(--bbb-accent);
    font-weight: 600;
    text-decoration: none;
}

.bbb-login-alt a:hover {
    text-decoration: underline;
    color: var(--bbb-text);
}

.bbb-lostpw {
    margin-top: 12px;
    text-align: center;
}

.bbb-lostpw a {
    color: var(--bbb-text-muted);
    text-decoration: none;
    font-size: 0.9rem;
}

.bbb-lostpw a:hover {
    color: var(--bbb-accent);
}

/* -----------------------------------------------------------------
   Customer / admin dashboard (legacy table view for admin shortcode)
   ----------------------------------------------------------------- */
.bbb-dashboard {
    max-width: 900px;
    margin: 0 auto;
    padding: 0;
}

.bbb-dashboard .bbb-checkout-hero {
    margin-bottom: 24px;
    text-align: left;
}

.bbb-dashboard .bbb-checkout-hero h2 {
    font-size: 1.6rem;
}

.bbb-dashboard h2:not(.bbb-checkout-hero h2) {
    font-family: var(--bbb-font-display);
    font-size: 1.4rem;
    color: var(--bbb-text);
    margin: 0 0 16px;
}

.bbb-dashboard > p {
    color: var(--bbb-text-muted);
}

.bbb-dashboard > p a {
    color: var(--bbb-accent);
    font-weight: 600;
}

.bbb-notice {
    background: rgba(60, 144, 173, 0.15);
    border: 1px solid var(--bbb-accent);
    border-radius: var(--bbb-radius-btn);
    padding: 12px 16px;
    margin: 16px 0;
    color: var(--bbb-text-muted);
}

.bbb-dashboard table.widefat {
    width: 100%;
    border-collapse: collapse;
    border-radius: 0;
    overflow: hidden;
    border: 1px solid var(--bbb-border-card);
    background: var(--bbb-bg-card);
    box-shadow: var(--bbb-shadow-card);
}

.bbb-dashboard table.widefat th {
    background: var(--bbb-accent-dark);
    color: var(--bbb-text);
    font-weight: 700;
    text-align: left;
    padding: 12px 16px;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.bbb-dashboard table.widefat td {
    padding: 12px 16px;
    color: var(--bbb-text-muted);
    border-top: 1px solid var(--bbb-border-card);
    font-size: 0.9rem;
}

.bbb-dashboard table.widefat tbody tr:nth-child(even) td {
    background: rgba(255, 255, 255, 0.02);
}

.bbb-dashboard table.widefat a {
    color: var(--bbb-accent);
    text-decoration: none;
    font-weight: 600;
}

.bbb-dashboard table.widefat a:hover {
    color: var(--bbb-text);
}

/* -----------------------------------------------------------------
   Customer dashboard ? branded account home
   ----------------------------------------------------------------- */
.bbb-cust-dash {
    max-width: 720px;
    margin: 0 auto;
    padding: 8px 0 48px;
    color: var(--bbb-text);
}

.bbb-cust-dash.bbb-cust-app {
    max-width: 1120px;
}

.bbb-cust-topbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px 20px;
    margin: 0 0 18px;
    padding: 14px 18px;
    background: var(--bbb-bg-card);
    border: 1px solid var(--bbb-border-card);
    border-radius: 12px;
    box-shadow: var(--bbb-shadow-card);
}

.bbb-cust-topbar-brand {
    display: flex;
    align-items: center;
    gap: 12px;
}

.bbb-cust-topbar-mark {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background:
        linear-gradient(145deg, var(--bbb-accent) 0%, var(--bbb-accent-dark) 100%);
    box-shadow: 0 6px 14px rgba(60, 144, 173, 0.28);
}

.bbb-cust-topbar-name {
    margin: 0;
    font-weight: 800;
    font-size: 1.05rem;
    letter-spacing: 0.01em;
    color: var(--bbb-text);
}

.bbb-cust-topbar-kicker {
    margin: 2px 0 0;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--bbb-text-dim);
}

.bbb-cust-topbar-user {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    color: var(--bbb-text-muted);
    font-weight: 600;
    font-size: 0.92rem;
}

.bbb-cust-topbar-extra {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: var(--bbb-accent);
    color: #fff !important;
    font-size: 0.85rem;
    font-weight: 700;
    text-decoration: none !important;
}

.bbb-cust-topbar-extra:hover {
    background: var(--bbb-btn-hover);
    color: #fff !important;
}

.bbb-cust-shell {
    display: grid;
    grid-template-columns: 210px minmax(0, 1fr);
    gap: 22px;
    align-items: start;
}

.bbb-cust-dash .bbb-cust-sidebar.bbb-cust-tablist {
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    gap: 4px !important;
    padding: 10px !important;
    background: var(--bbb-bg-card) !important;
    border: 1px solid var(--bbb-border-card) !important;
    border-radius: 12px !important;
    box-shadow: var(--bbb-shadow-card) !important;
    position: sticky;
    top: 16px;
}

.bbb-cust-dash .bbb-cust-sidebar a.bbb-cust-tab {
    width: 100% !important;
    justify-content: flex-start !important;
    padding: 11px 12px !important;
    color: var(--bbb-text-muted) !important;
}

.bbb-cust-dash .bbb-cust-sidebar a.bbb-cust-tab.is-active,
.bbb-cust-dash .bbb-cust-sidebar a.bbb-cust-tab[aria-selected="true"] {
    background: rgba(60, 144, 173, 0.18) !important;
    color: #7dd3fc !important;
}

.bbb-cust-kpi-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin: 0 0 18px;
}

.bbb-cust-kpi {
    background: var(--bbb-bg-card);
    border: 1px solid var(--bbb-border-card);
    border-radius: 12px;
    padding: 14px 16px;
    box-shadow: var(--bbb-shadow-card);
}

.bbb-cust-kpi-label {
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--bbb-text-dim);
    margin-bottom: 6px;
}

.bbb-cust-kpi-value {
    font-size: 1.55rem;
    font-weight: 800;
    color: var(--bbb-text);
}

.bbb-cust-dash-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(220px, 0.8fr);
    gap: 16px;
    margin-bottom: 8px;
}

.bbb-cust-next-split {
    display: flex;
    gap: 18px;
    align-items: center;
}

.bbb-cust-cal {
    flex: 0 0 86px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--bbb-bg-card-active);
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--bbb-border-card);
    min-height: 92px;
}

.bbb-cust-cal-mon {
    display: block;
    width: 100%;
    text-align: center;
    background: var(--bbb-accent);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 4px 0;
}

.bbb-cust-cal-day {
    font-size: 1.9rem;
    font-weight: 800;
    line-height: 1.1;
    color: var(--bbb-text);
    padding: 6px 0 0;
}

.bbb-cust-cal-wk {
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--bbb-text-dim);
    padding-bottom: 8px;
}

.bbb-cust-quick {
    background: var(--bbb-bg-card);
    border: 1px solid var(--bbb-border-card);
    border-radius: 12px;
    padding: 18px 16px;
    box-shadow: var(--bbb-shadow-card);
}

.bbb-cust-quick-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0 0 14px;
}

.bbb-cust-quick-list a {
    display: block;
    padding: 10px 12px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--bbb-border-card);
    color: var(--bbb-text-muted) !important;
    font-weight: 650;
    font-size: 0.9rem;
    text-decoration: none !important;
}

.bbb-cust-quick-list a:hover {
    background: rgba(60, 144, 173, 0.16);
    color: #7dd3fc !important;
    border-color: rgba(60, 144, 173, 0.45);
}

.bbb-cust-plan-chip {
    margin: 0;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--bbb-text-dim);
}

@media (max-width: 860px) {
    .bbb-cust-shell {
        grid-template-columns: 1fr;
    }
    .bbb-cust-dash .bbb-cust-sidebar.bbb-cust-tablist {
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        overflow-x: auto;
        position: static;
        gap: 6px !important;
    }
    .bbb-cust-dash .bbb-cust-sidebar a.bbb-cust-tab {
        width: auto !important;
        white-space: nowrap;
    }
    .bbb-cust-kpi-row,
    .bbb-cust-dash-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 560px) {
    .bbb-cust-kpi-row,
    .bbb-cust-dash-grid {
        grid-template-columns: 1fr;
    }
}

.bbb-cust-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(ellipse 80% 70% at 10% 0%, rgba(60, 144, 173, 0.35), transparent 55%),
        radial-gradient(ellipse 60% 50% at 100% 20%, rgba(33, 92, 116, 0.45), transparent 50%),
        linear-gradient(160deg, #15202b 0%, #0f171f 100%);
    border: 1px solid var(--bbb-border-card);
    border-radius: 16px;
    padding: 40px 28px 36px;
    margin-bottom: 22px;
    animation: bbb-cust-fade-up 0.55s ease both;
}

.bbb-cust-hero-glow {
    position: absolute;
    inset: auto -20% -40% 20%;
    height: 60%;
    background: radial-gradient(circle, rgba(60, 144, 173, 0.2), transparent 70%);
    pointer-events: none;
    animation: bbb-cust-glow 6s ease-in-out infinite alternate;
}

.bbb-cust-brand {
    position: relative;
    margin: 0 0 10px;
    font-family: var(--bbb-font-display);
    font-size: clamp(1.55rem, 4.5vw, 2.15rem);
    line-height: 1.1;
    letter-spacing: 0.01em;
    color: var(--bbb-text);
}

.bbb-cust-title {
    position: relative;
    margin: 0 0 8px;
    font-family: var(--bbb-font-body);
    font-weight: 700;
    font-size: clamp(1.15rem, 3vw, 1.35rem);
    color: var(--bbb-text-muted);
}

.bbb-cust-sub {
    position: relative;
    margin: 0 0 22px;
    max-width: 34ch;
    color: var(--bbb-text-dim);
    font-size: 0.95rem;
    line-height: 1.45;
}

.bbb-cust-hero-actions {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.bbb-cust-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    border-radius: var(--bbb-radius-btn);
    background: var(--bbb-accent);
    color: #fff !important;
    font-weight: 700;
    text-decoration: none !important;
    transition: background 0.2s ease, transform 0.2s ease;
}

.bbb-cust-btn-primary:hover {
    background: var(--bbb-btn-hover);
    transform: translateY(-1px);
    color: #fff !important;
}

.bbb-cust-btn-ghost {
    color: var(--bbb-text-muted) !important;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none !important;
    padding: 8px 4px;
}

.bbb-cust-btn-ghost:hover {
    color: var(--bbb-text) !important;
}

.bbb-cust-notice {
    border-radius: 10px;
    padding: 12px 16px;
    margin: 0 0 18px;
    font-size: 0.92rem;
    animation: bbb-cust-fade-up 0.45s ease both;
}

.bbb-cust-notice-ok {
    background: rgba(60, 144, 173, 0.16);
    border: 1px solid rgba(60, 144, 173, 0.45);
    color: var(--bbb-text-muted);
}

.bbb-cust-next {
    position: relative;
    background: linear-gradient(135deg, rgba(60, 144, 173, 0.22) 0%, rgba(22, 32, 42, 0.95) 55%);
    border: 1px solid rgba(60, 144, 173, 0.4);
    border-radius: 14px;
    padding: 26px 24px;
    margin-bottom: 28px;
    animation: bbb-cust-fade-up 0.55s ease 0.08s both;
}

.bbb-cust-next-tba {
    background: linear-gradient(135deg, rgba(33, 92, 116, 0.28) 0%, rgba(22, 32, 42, 0.95) 60%);
    border-color: rgba(33, 92, 116, 0.5);
}

.bbb-cust-eyebrow {
    margin: 0 0 8px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--bbb-accent);
}

.bbb-cust-next-date {
    margin: 0 0 10px;
    font-family: var(--bbb-font-display);
    font-size: clamp(1.5rem, 4vw, 2rem);
    line-height: 1.15;
    color: var(--bbb-text);
    font-weight: 400;
}

.bbb-cust-next-note {
    margin: 0 0 14px;
    color: var(--bbb-text-dim);
    font-size: 0.92rem;
}

.bbb-cust-next-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    color: var(--bbb-text-muted);
    font-size: 0.9rem;
    font-weight: 500;
}

.bbb-cust-dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--bbb-accent);
    opacity: 0.7;
}

.bbb-cust-section {
    margin-bottom: 32px;
}

.bbb-cust-section-title {
    margin: 0 0 14px;
    font-family: var(--bbb-font-body);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--bbb-text-dim);
}

.bbb-cust-cards {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.bbb-cust-card {
    background: var(--bbb-bg-card);
    border: 1px solid var(--bbb-border-card);
    border-radius: 12px;
    padding: 18px 18px 16px;
    animation: bbb-cust-fade-up 0.5s ease both;
    animation-delay: var(--bbb-delay, 0ms);
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.bbb-cust-card:hover {
    border-color: rgba(60, 144, 173, 0.55);
    transform: translateY(-2px);
}

.bbb-cust-card-history {
    opacity: 0.78;
}

.bbb-cust-card-tba {
    border-style: dashed;
}

.bbb-cust-card-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
}

.bbb-cust-card-date {
    margin: 0;
    font-weight: 700;
    font-size: 1.05rem;
    color: var(--bbb-text);
}

.bbb-cust-card-freq {
    margin: 4px 0 0;
    font-size: 0.82rem;
    color: var(--bbb-text-dim);
}

.bbb-cust-status {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
}

.bbb-cust-status-pending {
    background: rgba(234, 179, 8, 0.18);
    color: #fbbf24;
}

.bbb-cust-status-paid {
    background: rgba(60, 144, 173, 0.22);
    color: #7dd3fc;
}

.bbb-cust-status-completed {
    background: rgba(34, 197, 94, 0.18);
    color: #86efac;
}

.bbb-cust-status-cancelled {
    background: rgba(248, 113, 113, 0.15);
    color: #fca5a5;
}

.bbb-cust-bins {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.bbb-cust-bin {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--bbb-border-card);
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--bbb-text-muted);
}

.bbb-cust-bin i {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 2px 2px 3px 3px;
}

.bbb-cust-bin-g i { background: #c44536; }
.bbb-cust-bin-r i { background: #eab308; }
.bbb-cust-bin-f i { background: #22c55e; }

.bbb-cust-card-address {
    margin: 0 0 14px;
    font-size: 0.85rem;
    line-height: 1.4;
}

.bbb-cust-card-address a {
    color: var(--bbb-text-dim) !important;
    text-decoration: none !important;
}

.bbb-cust-card-address a:hover {
    color: var(--bbb-accent) !important;
}

.bbb-cust-card-foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding-top: 12px;
    border-top: 1px solid var(--bbb-border-card);
}

.bbb-cust-card-price {
    font-weight: 800;
    font-size: 1.05rem;
    color: var(--bbb-text);
}

.bbb-cust-cancel {
    color: #fca5a5 !important;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none !important;
}

.bbb-cust-cancel:hover {
    color: #fecaca !important;
    text-decoration: underline !important;
}

.bbb-cust-skip {
    color: #7dd3fc !important;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none !important;
}

.bbb-cust-skip:hover {
    color: #bae6fd !important;
    text-decoration: underline !important;
}

.bbb-cust-next-svc {
    font-size: 0.82rem;
    color: var(--bbb-text-dim);
}

.bbb-cust-empty {
    text-align: center;
    background: var(--bbb-bg-card);
    border: 1px dashed var(--bbb-border-card);
    border-radius: 14px;
    padding: 48px 24px;
    animation: bbb-cust-fade-up 0.5s ease both;
}

.bbb-cust-empty h2 {
    margin: 0 0 8px;
    font-family: var(--bbb-font-display);
    font-size: 1.6rem;
    color: var(--bbb-text);
}

.bbb-cust-empty p {
    margin: 0 0 20px;
    color: var(--bbb-text-dim);
}

.bbb-cust-footer {
    margin-top: 8px;
    text-align: center;
}

.bbb-cust-footer p {
    margin: 0;
    font-size: 0.88rem;
    color: var(--bbb-text-dim);
}

.bbb-cust-footer a {
    color: var(--bbb-accent) !important;
    font-weight: 600;
    text-decoration: none !important;
}

.bbb-cust-footer a:hover {
    color: var(--bbb-text) !important;
}

.bbb-cust-denied {
    color: var(--bbb-text-muted);
    text-align: center;
    padding: 24px;
}

@keyframes bbb-cust-fade-up {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes bbb-cust-glow {
    from { opacity: 0.55; transform: translateX(-4%); }
    to   { opacity: 1; transform: translateX(4%); }
}

@media (prefers-reduced-motion: reduce) {
    .bbb-cust-hero,
    .bbb-cust-next,
    .bbb-cust-card,
    .bbb-cust-notice,
    .bbb-cust-empty,
    .bbb-cust-hero-glow {
        animation: none !important;
    }
    .bbb-cust-card:hover {
        transform: none;
    }
}

@media (max-width: 600px) {
    .bbb-cust-hero {
        padding: 32px 20px 28px;
    }
    .bbb-cust-next {
        padding: 22px 18px;
    }
    .bbb-cust-card {
        padding: 16px;
    }
}

/* Account tabs — Elementor paints global button/link styles; lock ours down */
.bbb-cust-dash .bbb-cust-tabs {
    margin: 0 0 8px;
}

.bbb-cust-dash .bbb-cust-tablist {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
    margin: 0 0 20px !important;
    padding: 4px !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 12px !important;
    box-shadow: none !important;
}

.bbb-cust-dash a.bbb-cust-tab,
.bbb-cust-dash .bbb-cust-tab {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    cursor: pointer !important;
    font-family: var(--bbb-font-body, Outfit, sans-serif) !important;
    font-size: 0.92rem !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    padding: 10px 14px !important;
    margin: 0 !important;
    border-radius: 10px !important;
    border: 0 !important;
    outline: none !important;
    background: transparent !important;
    background-image: none !important;
    background-color: transparent !important;
    color: var(--bbb-text-muted) !important;
    text-decoration: none !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    box-shadow: none !important;
    fill: currentColor !important;
    transition: background 0.15s ease, color 0.15s ease !important;
}

.bbb-cust-dash a.bbb-cust-tab:hover,
.bbb-cust-dash a.bbb-cust-tab:focus,
.bbb-cust-dash a.bbb-cust-tab:focus-visible,
.bbb-cust-dash .bbb-cust-tab:hover,
.bbb-cust-dash .bbb-cust-tab:focus {
    color: #7dd3fc !important;
    background: rgba(60, 144, 173, 0.12) !important;
    background-image: none !important;
    border: 0 !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

.bbb-cust-dash a.bbb-cust-tab.is-active,
.bbb-cust-dash a.bbb-cust-tab[aria-selected="true"],
.bbb-cust-dash .bbb-cust-tab.is-active,
.bbb-cust-dash .bbb-cust-tab[aria-selected="true"] {
    background: rgba(60, 144, 173, 0.18) !important;
    background-image: none !important;
    background-color: rgba(60, 144, 173, 0.18) !important;
    color: #7dd3fc !important;
    border: 0 !important;
    box-shadow: none !important;
}

.bbb-cust-dash .bbb-cust-tab-count {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 1.35rem !important;
    height: 1.35rem !important;
    padding: 0 6px !important;
    margin: 0 !important;
    border-radius: 999px !important;
    background: rgba(60, 144, 173, 0.18) !important;
    background-image: none !important;
    color: #7dd3fc !important;
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    border: 0 !important;
    box-shadow: none !important;
}

.bbb-cust-dash a.bbb-cust-tab.is-active .bbb-cust-tab-count,
.bbb-cust-dash a.bbb-cust-tab[aria-selected="true"] .bbb-cust-tab-count {
    background: #3C90AD !important;
    color: #ffffff !important;
}

.bbb-cust-dash .bbb-cust-tabpanel {
    animation: bbb-cust-fade-up 0.35s ease both;
}

.bbb-cust-dash .bbb-cust-tabpanel[hidden] {
    display: none !important;
}

.bbb-cust-empty-compact {
    padding: 28px 20px;
    text-align: center;
}

.bbb-cust-billing-section .bbb-cust-billing,
.bbb-cust-billing-section .bbb-cust-pause {
    margin-top: 8px;
}

.bbb-cust-quicklinks {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    margin: 0 0 22px;
    padding: 0 4px;
}

.bbb-cust-quicklinks a {
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--bbb-accent, #3C90AD);
    text-decoration: none;
    border-bottom: 2px solid transparent;
}

.bbb-cust-quicklinks a:hover {
    border-bottom-color: var(--bbb-accent, #3C90AD);
}

.bbb-cust-overview-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 12px;
}

.bbb-cust-overview-card {
    background: var(--bbb-bg-card);
    border: 1px solid var(--bbb-border-card);
    border-radius: 14px;
    padding: 14px 16px;
}

.bbb-cust-overview-label {
    display: block;
    font-size: 0.75rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--bbb-text-dim);
    margin-bottom: 6px;
}

.bbb-cust-overview-value {
    display: block;
    font-size: 1.05rem;
    color: var(--bbb-text);
}

.bbb-billing-past_due {
    color: #fca5a5;
}

.bbb-billing-cancelled,
.bbb-billing-canceled {
    color: var(--bbb-text-dim);
}

.bbb-cust-muted {
    color: var(--bbb-text-dim);
    margin: 0;
}

.bbb-cust-doc-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
}

.bbb-cust-doc-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    border: 1px solid var(--bbb-border-card);
    border-radius: 12px;
    background: var(--bbb-bg-card);
    color: var(--bbb-text);
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.bbb-cust-doc-list li:hover {
    border-color: rgba(60, 144, 173, 0.55);
    transform: translateY(-1px);
}

.bbb-cust-doc-list li strong {
    display: block;
    margin-bottom: 4px;
    font-size: 0.98rem;
    font-weight: 700;
    color: var(--bbb-text);
}

.bbb-cust-doc-list li span {
    display: block;
    font-size: 0.85rem;
    color: var(--bbb-text-dim);
}

.bbb-cust-doc-list .bbb-cust-btn-ghost {
    flex-shrink: 0;
    color: #7dd3fc !important;
    border: 1px solid rgba(60, 144, 173, 0.45);
    border-radius: 999px;
    padding: 8px 14px;
    background: rgba(60, 144, 173, 0.14);
}

.bbb-cust-doc-list .bbb-cust-btn-ghost:hover {
    color: #fff !important;
    background: var(--bbb-accent-dark);
    border-color: var(--bbb-accent-dark);
}

.bbb-cust-photos {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 12px 0 4px;
}

.bbb-cust-photos a {
    display: block;
    text-decoration: none;
    color: var(--bbb-text-muted, #5a6a75);
    font-size: 0.75rem;
    text-align: center;
}

.bbb-cust-photos img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 10px;
    display: block;
    margin-bottom: 4px;
}

.bbb-comm-request {
    padding: 18px 20px;
    border-radius: 14px;
    background: linear-gradient(160deg, rgba(60, 144, 173, 0.1), rgba(22, 32, 42, 0.04));
    border: 1px solid rgba(33, 92, 116, 0.14);
    color: var(--bbb-text);
}

.bbb-comm-request-ok {
    margin: 0;
    color: #86efac;
    font-weight: 600;
}

.bbb-comm-request-form label {
    display: block;
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--bbb-text-muted);
}

.bbb-comm-request-form input,
.bbb-comm-request-form textarea {
    width: 100%;
    margin-top: 6px;
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid var(--bbb-input-border);
    background: var(--bbb-input-bg);
    color: var(--bbb-text);
    font-family: var(--bbb-font-body);
}

.bbb-comm-request-alt {
    margin: 12px 0 0;
    font-size: 0.88rem;
    color: var(--bbb-text-dim);
}

.bbb-comm-request-alt a {
    color: var(--bbb-accent);
}

.bbb-photo-hint {
    margin: 0 0 8px;
    font-size: 0.75rem;
    color: var(--bbb-text-dim);
}

/* -----------------------------------------------------------------
   Driver mobile view
   ----------------------------------------------------------------- */
.bbb-driver-wrap {
    max-width: 640px;
    margin: 0 auto;
    padding: 12px;
}

.bbb-driver-login-prompt {
    text-align: center;
    padding: 40px 20px;
    color: var(--bbb-text-muted);
}

.bbb-driver-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(135deg, var(--bbb-accent) 0%, var(--bbb-accent-dark) 100%);
    color: var(--bbb-text);
    border-radius: 12px;
    padding: 16px 20px;
    margin-bottom: 12px;
    flex-wrap: wrap;
    gap: 12px;
}

.bbb-driver-day {
    display: block;
    font-family: var(--bbb-font-display);
    font-size: 1.1rem;
    font-weight: 400;
}

.bbb-driver-date-num {
    display: block;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.75);
    margin-top: 2px;
}

.bbb-driver-clock {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.bbb-clock-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}

.bbb-clock-on  { background: #22c55e; box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.25); }
.bbb-clock-off { background: #828282; }

.bbb-clock-text {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.85);
}

.bbb-btn-sm {
    padding: 6px 14px;
    font-size: 0.82rem;
    border-radius: 6px;
}

.bbb-clock-in  { background: #16a34a; }
.bbb-clock-in:hover { background: #15803d; }

.bbb-clock-out { background: #dc2626; }
.bbb-clock-out:hover { background: #b91c1c; }

.bbb-driver-summary {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.bbb-driver-stat {
    background: var(--bbb-bg-card);
    border: 1px solid var(--bbb-border-card);
    border-radius: var(--bbb-radius-btn);
    padding: 8px 14px;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--bbb-accent);
}

.bbb-driver-empty {
    text-align: center;
    padding: 48px 20px;
    color: var(--bbb-text-muted);
    background: var(--bbb-bg-card);
    border: 1px solid var(--bbb-border-card);
    border-radius: var(--bbb-radius-card);
}

.bbb-driver-empty p {
    margin: 6px 0;
}

.bbb-driver-job {
    display: flex;
    align-items: stretch;
    background: var(--bbb-bg-card);
    border: 1px solid var(--bbb-border-card);
    border-radius: var(--bbb-radius-card);
    margin-bottom: 10px;
    overflow: hidden;
    box-shadow: var(--bbb-shadow-card);
}

.bbb-driver-job.bbb-job-is-paid {
    border-left: 4px solid var(--bbb-accent);
}

.bbb-job-num {
    background: var(--bbb-accent-dark);
    color: var(--bbb-text);
    font-weight: 800;
    font-size: 1.1rem;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.bbb-job-body {
    padding: 14px 16px;
    flex: 1;
    min-width: 0;
}

.bbb-job-name {
    font-weight: 700;
    font-size: 1rem;
    color: var(--bbb-text);
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.bbb-job-badge {
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 2px 6px;
    border-radius: 4px;
    letter-spacing: 0.03em;
}

.bbb-badge-paid    { background: rgba(60, 144, 173, 0.25); color: var(--bbb-accent); }
.bbb-badge-pending { background: rgba(252, 211, 77, 0.15); color: #fcd34d; }

.bbb-job-address {
    font-size: 0.9rem;
    color: var(--bbb-text-muted);
    margin-bottom: 6px;
}

.bbb-job-meta {
    display: flex;
    gap: 12px;
    font-size: 0.78rem;
    color: var(--bbb-text-dim);
    flex-wrap: wrap;
}

.bbb-job-price {
    color: var(--bbb-accent);
    font-weight: 600;
}

.bbb-job-notes {
    font-size: 0.78rem;
    color: #fcd34d;
    background: rgba(252, 211, 77, 0.1);
    border-radius: 6px;
    padding: 6px 8px;
    margin-top: 8px;
}

.bbb-job-call {
    display: inline-block;
    margin-top: 8px;
    font-size: 0.82rem;
    color: var(--bbb-accent);
    text-decoration: none;
    font-weight: 600;
}

.bbb-job-action {
    display: flex;
    align-items: center;
    padding: 12px;
    flex-shrink: 0;
}

.bbb-complete-form {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    min-width: 110px;
}

.bbb-cleaned-bins {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.bbb-cleaned-bins label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--bbb-text-muted);
}

.bbb-cleaned-bins input {
    width: 48px;
    border: 1px solid var(--bbb-border-card);
    border-radius: 6px;
    background: var(--bbb-bg-deep);
    color: var(--bbb-text);
    padding: 4px 6px;
    font-size: 0.85rem;
}

.bbb-btn-complete {
    background: var(--bbb-accent);
    padding: 12px 20px;
    font-size: 0.9rem;
}

.bbb-btn-complete:hover {
    background: var(--bbb-accent-dark);
}

/* -----------------------------------------------------------------
   Public bin / MND stats shortcode
   ----------------------------------------------------------------- */
.bbb-public-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 28px;
    align-items: flex-end;
    padding: 28px 0;
}

.bbb-public-stat {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 120px;
}

.bbb-public-stat-value {
    font-family: 'Fugaz One', cursive;
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    line-height: 1.1;
    color: var(--bbb-accent);
}

.bbb-public-stat-label {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--bbb-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.bbb-public-stat-breakdown {
    flex-basis: 100%;
    margin: 0;
    font-size: 0.85rem;
    color: var(--bbb-text-muted);
}

/* -----------------------------------------------------------------
   Google Places ? neutralize legacy .pac-container (can cover inputs).
   Autocomplete UI is now our .bbb-places-list under the address field.
   ----------------------------------------------------------------- */
.pac-container,
.pac-container:after,
.pac-logo:after {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
    opacity: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    z-index: -1 !important;
}

/* -----------------------------------------------------------------
   Responsive
   ----------------------------------------------------------------- */
@media (max-width: 640px) {
    #bbb-checkout-root .bbb-bin-grid {
        grid-template-columns: 1fr !important;
    }

    #bbb-checkout-root .bbb-freq-grid {
        grid-template-columns: 1fr !important;
    }

    #bbb-checkout-root .bbb-fields {
        grid-template-columns: 1fr !important;
    }

    .bbb-checkout-hero {
        padding: 28px 20px;
    }

    .bbb-checkout-hero h2 {
        font-size: 1.6rem;
    }

    .bbb-login-wrap {
        max-width: 100%;
        padding: 0 4px;
    }
}

/* -----------------------------------------------------------------
   Header Login / My Account ? match regular nav links (not a button)
   ----------------------------------------------------------------- */
.bbb-nav-login a.bbb-nav-login-link,
a.bbb-header-login-btn {
    display: inline !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: inherit !important;
    font-weight: inherit !important;
    text-decoration: none !important;
    line-height: inherit !important;
    white-space: nowrap;
    box-shadow: none !important;
}

.bbb-nav-login a.bbb-nav-login-link:hover,
a.bbb-header-login-btn:hover {
    background: transparent !important;
    color: #3C90AD !important;
    border: 0 !important;
}
/* -----------------------------------------------------------------
   Roadmap extras ? admin scheduling, driver map, marketing blocks
   ----------------------------------------------------------------- */
.bbb-row-same-day td { background: #fff7ed !important; }
.bbb-same-day-tag {
  display: inline-block; margin-left: 6px; padding: 2px 8px;
  border-radius: 999px; background: #ea580c; color: #fff;
  font-size: 0.7rem; font-weight: 700; text-transform: uppercase;
}
.bbb-bulk-schedule { margin: 12px 0 20px; }
.bbb-col-check { width: 36px; }

.bbb-driver-map-wrap { margin: 12px 0 18px; }
.bbb-driver-map {
  width: 100%; height: 220px; border-radius: 10px;
  border: 1px solid var(--bbb-border-card); background: #0f172a;
}
.bbb-driver-next-stop {
  display: flex; flex-wrap: wrap; align-items: center; gap: 10px 14px;
  margin: 0 0 14px; padding: 14px 16px;
  background: var(--bbb-bg-card); border: 1px solid var(--bbb-accent);
  border-radius: 10px; position: sticky; top: 8px; z-index: 5;
}
.bbb-driver-next-label {
  margin: 0; width: 100%; font-size: 0.7rem; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--bbb-accent);
}
.bbb-driver-nav-link, .bbb-job-nav, .bbb-job-call {
  color: var(--bbb-accent); font-weight: 700; text-decoration: none; margin-right: 12px;
}
.bbb-job-links { margin-top: 8px; }
.bbb-cleaned-bins label { font-size: 0.95rem; }
.bbb-cleaned-bins input { width: 3.2rem; min-height: 40px; font-size: 1rem; }
.bbb-btn-complete { min-height: 48px; font-size: 1rem; padding: 12px 18px; }

.bbb-cust-profile .bbb-profile-form { max-width: 480px; }
.bbb-cust-section-sub { color: var(--bbb-text-muted); margin: -4px 0 14px; font-size: 0.9rem; }
.bbb-cust-card-actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; justify-content: flex-end; }
.bbb-cust-reschedule summary { cursor: pointer; color: var(--bbb-accent); font-weight: 600; }
.bbb-cust-reschedule textarea {
  display: block; width: 100%; margin: 8px 0; min-height: 60px;
  background: var(--bbb-input-bg); color: var(--bbb-text); border: 1px solid var(--bbb-input-border); border-radius: 8px; padding: 10px;
}
.bbb-cust-reschedule-pending { color: #fbbf24; font-size: 0.85rem; font-weight: 600; }
.bbb-cust-book-again { text-align: center; margin: 28px 0 8px; }

.bbb-pricing-table { display: grid; gap: 16px; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); margin: 20px 0; }
.bbb-pricing-card {
  background: var(--bbb-bg-card); border: 1px solid var(--bbb-border-card);
  padding: 20px; border-radius: 0;
}
.bbb-pricing-card h3 { margin: 0 0 8px; font-family: var(--bbb-font-display); color: var(--bbb-text); }
.bbb-pricing-card p { margin: 0; color: var(--bbb-text-muted); }
.bbb-service-areas { color: var(--bbb-text-muted); }
.bbb-service-areas ul { margin: 8px 0 0; padding-left: 1.2rem; }
.bbb-faq details {
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--bbb-border-card);
  margin: 0;
  padding: 0;
}
.bbb-faq summary { cursor: pointer; font-weight: 700; color: var(--bbb-text); }
.bbb-faq details p { margin: 10px 0 0; color: var(--bbb-text-muted); }

/* FAQ page ? match Terms / Privacy shell */
.bbb-faq-page .bbb-faq {
  margin: 0;
}
.bbb-faq-page .bbb-faq-item {
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--bbb-border-card);
  margin: 0;
  padding: 0;
}
.bbb-faq-page .bbb-faq-question {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0;
  font-family: var(--bbb-font-display);
  font-weight: 400;
  font-size: 1.15rem;
  line-height: 1.35;
  color: #ffffff;
}
.bbb-faq-page .bbb-faq-question::-webkit-details-marker {
  display: none;
}
.bbb-faq-page .bbb-faq-question::after {
  content: "+";
  flex: 0 0 auto;
  color: var(--bbb-accent);
  font-family: var(--bbb-font-body);
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
}
.bbb-faq-page .bbb-faq-item[open] .bbb-faq-question::after {
  content: "?";
}
.bbb-faq-page .bbb-faq-answer {
  padding: 0 0 18px;
}
.bbb-faq-page .bbb-faq-answer p {
  margin: 0;
  color: #cbd5e1;
  font-size: 1rem;
  line-height: 1.65;
}
.bbb-faq-page .bbb-legal-note a {
  color: var(--bbb-accent);
}

/* Streamline ? driver ops */
.bbb-driver-flash { margin: 12px 0; padding: 10px 14px; border-radius: 0; font-size: 0.9rem; }
.bbb-driver-flash-ok { background: rgba(60,144,173,0.2); color: #9fd4e8; border: 1px solid var(--bbb-accent); }
.bbb-driver-flash-err { background: rgba(185,28,28,0.2); color: #fecaca; border: 1px solid #b91c1c; }
.bbb-job-enroute { color: var(--bbb-accent); font-weight: 600; margin-left: 10px; }
.bbb-job-enroute-done { color: var(--bbb-text-muted); font-size: 0.85rem; margin-left: 10px; }
.bbb-missing-bins { display: block; margin: 8px 0 6px; color: var(--bbb-text); font-size: 0.85rem; }
.bbb-driver-note {
  display: block; width: 100%; margin: 6px 0; min-height: 48px;
  background: var(--bbb-input-bg); color: var(--bbb-text); border: 1px solid var(--bbb-input-border);
  border-radius: 8px; padding: 8px 10px; font-family: var(--bbb-font-body); font-size: 0.9rem;
}
.bbb-driver-photos { display: grid; gap: 6px; margin: 8px 0; font-size: 0.8rem; color: var(--bbb-text-muted); }
.bbb-driver-photos input[type="file"] { display: block; margin-top: 4px; width: 100%; color: var(--bbb-text-muted); }
.bbb-cust-billing { margin-top: 14px; }

.bbb-cust-referral-copy { color: var(--bbb-text-muted); margin: 0 0 12px; }
.bbb-cust-referral-code {
  display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap;
  margin: 0 0 8px; font-size: 0.95rem; color: var(--bbb-text-muted);
}
.bbb-cust-referral-code strong {
  font-family: var(--bbb-font-display); font-size: 1.6rem; letter-spacing: 0.08em;
  color: var(--bbb-accent);
}
.bbb-cust-referral-link a { color: var(--bbb-accent); word-break: break-all; font-size: 0.9rem; }
.bbb-cust-referral-link { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 0; }
.bbb-cust-referral-balance { margin: 12px 0 0; color: var(--bbb-text); }
.bbb-cust-pause {
  margin-top: 16px;
  padding: 16px;
  border: 1px solid rgba(22, 32, 42, 0.10);
  border-radius: 12px;
  background: rgba(22, 32, 42, 0.03);
}
.bbb-cust-pause.is-paused {
  border-color: rgba(217, 119, 6, 0.35);
  background: rgba(217, 119, 6, 0.08);
}
.bbb-pause-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  margin-bottom: 8px;
}
.bbb-pause-switch {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-weight: 600;
  color: var(--bbb-text, #16202A);
  user-select: none;
}
.bbb-pause-switch input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.bbb-pause-switch-ui {
  position: relative;
  width: 44px;
  height: 26px;
  border-radius: 999px;
  background: #94a3b8;
  flex-shrink: 0;
  transition: background 0.2s ease;
}
.bbb-pause-switch-ui::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.25);
  transition: transform 0.2s ease;
}
.bbb-pause-switch input:checked + .bbb-pause-switch-ui {
  background: #d97706;
}
.bbb-pause-switch input:checked + .bbb-pause-switch-ui::after {
  transform: translateX(18px);
}
.bbb-pause-switch input:focus-visible + .bbb-pause-switch-ui {
  outline: 2px solid #3C90AD;
  outline-offset: 2px;
}
.bbb-pause-until-pill {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(217, 119, 6, 0.18);
  color: #fdba74;
  font-size: 0.8rem;
  font-weight: 700;
}
.bbb-cust-pause-label {
  margin: 0 0 12px;
  color: var(--bbb-text-muted, #64748b);
  font-size: 0.92rem;
}
.bbb-pause-form {
  display: block;
}
.bbb-pause-duration {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 10px 12px;
}
.bbb-pause-duration[hidden] {
  display: none !important;
}
.bbb-pause-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--bbb-text-muted, #64748b);
}
.bbb-pause-field input[type="number"],
.bbb-pause-field input[type="date"] {
  font-family: var(--bbb-font-body, Outfit, sans-serif) !important;
  font-size: 0.95rem !important;
  font-weight: 500 !important;
  padding: 8px 10px !important;
  min-width: 7.5rem;
  border-radius: 8px !important;
  border: 1px solid var(--bbb-input-border, #233242) !important;
  background: var(--bbb-input-bg, #16202A) !important;
  color: var(--bbb-text, #fff) !important;
  box-shadow: none !important;
}
.bbb-pause-field input[type="number"] {
  width: 5.5rem;
}
.bbb-pause-or {
  align-self: center;
  color: var(--bbb-text-muted, #64748b);
  font-size: 0.85rem;
  padding-bottom: 4px;
}
.bbb-cust-dash .bbb-pause-submit.bbb-btn,
.bbb-cust-dash button.bbb-pause-submit {
  appearance: none !important;
  border: 0 !important;
  background: #3C90AD !important;
  background-image: none !important;
  color: #fff !important;
  font-family: var(--bbb-font-body, Outfit, sans-serif) !important;
  font-weight: 700 !important;
  font-size: 0.9rem !important;
  padding: 10px 16px !important;
  border-radius: 8px !important;
  cursor: pointer !important;
  box-shadow: none !important;
  text-transform: none !important;
  line-height: 1.2 !important;
}
.bbb-cust-dash .bbb-pause-submit.bbb-btn:hover,
.bbb-cust-dash button.bbb-pause-submit:hover {
  background: #4da3bd !important;
  color: #fff !important;
}

/* ============================================================
   Site polish ? homepage hero only (never Theme Builder footer)
   ============================================================ */

/* Hero readability: scope to main page content, exclude header/footer */
body.home .elementor-location-single .elementor-section.elementor-top-section:first-child .elementor-heading-title,
body.home #content .elementor-section.elementor-top-section:first-child .elementor-heading-title,
body.home .site-main .elementor-section.elementor-top-section:first-child .elementor-heading-title,
body.home .elementor-location-single .elementor-section.elementor-top-section:first-child h1 {
  color: #ffffff !important;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
}

body.home .elementor-location-single .elementor-section.elementor-top-section:first-child .elementor-widget-text-editor,
body.home .elementor-location-single .elementor-section.elementor-top-section:first-child .elementor-widget-text-editor p,
body.home #content .elementor-section.elementor-top-section:first-child .elementor-widget-text-editor,
body.home #content .elementor-section.elementor-top-section:first-child .elementor-widget-text-editor p {
  color: #dbeafe !important;
}

/* Restore footer: readable text + proper link colour (not “broken” plain white) */
body .elementor-location-footer,
body .elementor-location-footer .elementor-icon-list-text,
body .elementor-location-footer .elementor-icon-list-icon i,
body .elementor-location-footer .elementor-icon-list-icon svg,
body .elementor-location-footer .elementor-heading-title,
body .elementor-location-footer p,
body .elementor-location-footer .elementor-widget-text-editor,
body .elementor-location-footer .elementor-widget-text-editor * {
  color: #ffffff !important;
  fill: #ffffff !important;
}
body .elementor-location-footer a:not(.elementor-button),
body .elementor-location-footer .elementor-icon-list-item a {
  color: #7dd3fc !important;
  text-decoration: none !important;
}
body .elementor-location-footer a:not(.elementor-button):hover,
body .elementor-location-footer .elementor-icon-list-item a:hover {
  color: #ffffff !important;
  text-decoration: underline !important;
}

/* Footer Book Now ? keep label readable on Boston Blue */
body .elementor-location-footer .elementor-button,
body .elementor-location-footer .elementor-button-text,
body .elementor-location-footer a.elementor-button {
  color: #ffffff !important;
}

/* Trailer shortcode pages — collapse Elementor full-viewport empty sections */
body.bbb-trailer-page .elementor-section,
body.bbb-trailer-page-success .elementor-section,
body.bbb-pickup-page .elementor-section,
body.bbb-trailer-portal-page .elementor-section {
  min-height: 0 !important;
  height: auto !important;
}
body.bbb-trailer-page .elementor-container,
body.bbb-pickup-page .elementor-container,
body.bbb-trailer-portal-page .elementor-container,
body.bbb-trailer-page .elementor-widget-wrap,
body.bbb-pickup-page .elementor-widget-wrap,
body.bbb-trailer-portal-page .elementor-widget-wrap {
  min-height: 0 !important;
  height: auto !important;
  align-items: flex-start !important;
}
body.bbb-trailer-page #content,
body.bbb-pickup-page #content,
body.bbb-trailer-portal-page #content,
body.bbb-trailer-page .site-main,
body.bbb-pickup-page .site-main,
body.bbb-trailer-portal-page .site-main {
  min-height: 0 !important;
}

#bbb-trailer-root.bbb-th-compact {
  max-width: 680px;
  margin: 0 auto;
  padding: 40px 16px 56px;
}
#bbb-trailer-root.bbb-th-compact .bbb-checkout-success {
  margin: 0 auto;
  max-width: 100%;
}
#bbb-trailer-root .bbb-success-actions .bbb-btn {
  display: inline-block;
  text-decoration: none;
}

.bbb-th-pickup,
#bbb-th-pickup {
  max-width: 720px;
  margin: 0 auto;
  padding: 32px 16px 56px;
  box-sizing: border-box;
}

/* Hide accidental Jetpack / theme comment form on the marketing homepage */
body.home #comments,
body.home .comments-area,
body.home .comment-respond,
body.home #respond,
body.home .jp-comments-subscription {
  display: none !important;
}

/* ============================================================
   Legal pages ? Terms & Privacy (shortcodes)
   ============================================================ */
.bbb-legal {
  max-width: 760px;
  margin: 0 auto;
  padding: 12px 4px 48px;
  color: var(--bbb-text-muted);
  font-family: var(--bbb-font-body);
  line-height: 1.65;
}
.bbb-legal-hero {
  margin: 0 0 36px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--bbb-border-card);
}
.bbb-legal-brand {
  margin: 0 0 8px;
  font-family: var(--bbb-font-display);
  color: var(--bbb-accent);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.95rem;
}
.bbb-legal-title {
  margin: 0 0 10px;
  font-family: var(--bbb-font-display);
  font-size: clamp(2rem, 4vw, 2.75rem);
  color: #ffffff;
  line-height: 1.15;
}
.bbb-legal-updated {
  margin: 0 0 12px;
  font-size: 0.85rem;
  color: var(--bbb-accent);
}
.bbb-legal-lead {
  margin: 0;
  font-size: 1.05rem;
  color: #cbd5e1;
}
.bbb-legal-section {
  margin: 0 0 28px;
}
.bbb-legal-section h2 {
  margin: 0 0 10px;
  font-family: var(--bbb-font-display);
  font-size: 1.25rem;
  color: #ffffff;
}
.bbb-legal-section p,
.bbb-legal-section li {
  margin: 0 0 10px;
  color: #cbd5e1;
}
.bbb-legal-section ul {
  margin: 8px 0 0;
  padding-left: 1.2rem;
}
.bbb-legal-section a {
  color: var(--bbb-accent);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.bbb-legal-section a:hover {
  color: #7ec8de;
}
.bbb-legal-note {
  margin: 36px 0 0;
  padding: 14px 16px;
  border-left: 3px solid var(--bbb-accent);
  background: rgba(60, 144, 173, 0.12);
  color: #94a3b8;
  font-size: 0.88rem;
}

/* Dark page shell for legal pages when Elementor leaves a light canvas */
body.page-template-default .bbb-legal,
body.page .bbb-legal {
  position: relative;
  z-index: 1;
}

/* ============================================================
   How it works + sticky mobile Call/Book bar
   ============================================================ */
.bbb-how { margin: 28px 0; }
.bbb-how-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.bbb-how-step {
  padding: 22px 20px;
  background: var(--bbb-bg-card);
  border: 1px solid var(--bbb-border-card);
}
.bbb-how-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-bottom: 12px;
  border-radius: 999px;
  background: var(--bbb-accent);
  color: #fff;
  font-weight: 800;
  font-size: 0.95rem;
}
.bbb-how-title {
  margin: 0 0 8px;
  font-family: var(--bbb-font-display);
  color: #fff;
  font-size: 1.25rem;
}
.bbb-how-copy {
  margin: 0;
  color: var(--bbb-text-muted);
  line-height: 1.55;
}
.bbb-how-cta { margin: 24px 0 0; text-align: center; }

@media (max-width: 800px) {
  .bbb-how-grid { grid-template-columns: 1fr; }
}

.bbb-mobile-bar {
  display: none;
}
@media (max-width: 782px) {
  .bbb-mobile-bar {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 8px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom, 0px));
    background: rgba(18, 26, 33, 0.96);
    border-top: 1px solid #233242;
    backdrop-filter: blur(8px);
  }
  .bbb-mobile-bar a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    font-family: var(--bbb-font-body);
    font-weight: 700;
    text-decoration: none;
    border-radius: 0;
  }
  .bbb-mobile-bar-call {
    color: #fff !important;
    border: 1px solid var(--bbb-accent);
    background: transparent;
  }
  .bbb-mobile-bar-book {
    color: #fff !important;
    background: var(--bbb-accent) !important;
  }
  body { padding-bottom: 76px; }
  body.page-id-book,
  body.page-slug-book { padding-bottom: 0; }
}

/* -----------------------------------------------------------------
   Trailer Hire
   ----------------------------------------------------------------- */
#bbb-trailer-root {
    max-width: var(--bbb-max-width);
    margin: 0 auto;
}

#bbb-trailer-root .bbb-trailer-hero .bbb-trailer-eyebrow {
    margin: 0 0 8px;
    font-family: var(--bbb-font-display);
    font-size: 0.95rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    opacity: 0.95;
}

#bbb-trailer-root .bbb-trailer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}

@media (min-width: 720px) {
    #bbb-trailer-root .bbb-trailer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

#bbb-trailer-root .bbb-trailer-card {
    --bbb-trailer-glow: rgba(60, 144, 173, 0.4);
    position: relative;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    border: 1px solid #2a3644;
    border-radius: 14px;
    background: #161d26;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
    transition: border-color 0.2s ease, transform 0.18s ease, box-shadow 0.2s ease;
}

#bbb-trailer-root .bbb-trailer-card--box,
#bbb-trailer-root .bbb-trailer-card--enclosed {
    --bbb-trailer-glow: rgba(148, 163, 184, 0.42);
}

#bbb-trailer-root .bbb-trailer-card--cage {
    --bbb-trailer-glow: rgba(60, 144, 173, 0.45);
}

#bbb-trailer-root .bbb-trailer-card--flat,
#bbb-trailer-root .bbb-trailer-card--car,
#bbb-trailer-root .bbb-trailer-card--motorcycle {
    --bbb-trailer-glow: rgba(71, 85, 105, 0.5);
}

#bbb-trailer-root .bbb-trailer-card--tipper {
    --bbb-trailer-glow: rgba(234, 179, 8, 0.35);
}

#bbb-trailer-root .bbb-trailer-card:hover {
    border-color: rgba(60, 144, 173, 0.55);
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.32);
}

#bbb-trailer-root .bbb-trailer-card input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

#bbb-trailer-root .bbb-trailer-visual {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 148px;
    padding: 28px 16px 12px;
    background: transparent;
    border-bottom: 1px solid rgba(35, 50, 66, 0.85);
}

#bbb-trailer-root .bbb-trailer-glow {
    position: absolute;
    left: 50%;
    bottom: 10%;
    transform: translateX(-50%);
    width: 82%;
    height: 62%;
    border-radius: 50%;
    background: radial-gradient(ellipse at center, var(--bbb-trailer-glow) 0%, transparent 68%);
    pointer-events: none;
    z-index: 0;
}

#bbb-trailer-root .bbb-trailer-silhouette {
    position: relative;
    z-index: 1;
    display: block;
    filter: drop-shadow(0 10px 16px rgba(0, 0, 0, 0.4));
    transition: transform 0.2s ease;
}

#bbb-trailer-root .bbb-trailer-silhouette svg {
    display: block;
    width: min(100%, 210px);
    height: auto;
}

#bbb-trailer-root .bbb-trailer-type-tag {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.85);
    background: rgba(18, 26, 33, 0.65);
    border: 1px solid rgba(60, 144, 173, 0.35);
    border-radius: 6px;
    padding: 4px 8px;
}

#bbb-trailer-root .bbb-trailer-card-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px 18px 18px;
    flex: 1;
}

#bbb-trailer-root .bbb-trailer-name {
    font-family: var(--bbb-font-display);
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.2;
    color: var(--bbb-text);
}

#bbb-trailer-root .bbb-trailer-prices {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    align-items: baseline;
}

#bbb-trailer-root .bbb-trailer-price-day {
    color: var(--bbb-text-muted);
    font-size: 0.95rem;
}

#bbb-trailer-root .bbb-trailer-price-day em {
    font-style: normal;
    font-family: var(--bbb-font-display);
    font-size: 1.35rem;
    color: var(--bbb-accent);
    margin-right: 2px;
}

#bbb-trailer-root .bbb-trailer-price-bond {
    color: var(--bbb-text-dim);
    font-size: 0.9rem;
}

#bbb-trailer-root .bbb-trailer-desc {
    color: var(--bbb-text-muted);
    font-size: 0.9rem;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#bbb-trailer-root .bbb-trailer-card-actions {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    padding-top: 6px;
}

#bbb-trailer-root .bbb-trailer-select-cue {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
    border-bottom: 1px solid transparent;
}

#bbb-trailer-root .bbb-trailer-info-link {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none;
    border-bottom: 1px solid transparent;
    pointer-events: auto;
    position: relative;
    z-index: 2;
}

#bbb-trailer-root .bbb-trailer-info-link:hover {
    color: var(--bbb-accent);
    border-bottom-color: rgba(60, 144, 173, 0.55);
}

#bbb-trailer-root .bbb-trailer-info-card {
    cursor: default;
}

#bbb-trailer-root .bbb-trailer-info-card .bbb-trailer-card-actions {
    justify-content: flex-start;
    flex-wrap: wrap;
}

#bbb-trailer-root .bbb-trailer-info-card .bbb-btn {
    margin: 0;
    padding: 8px 14px;
    font-size: 0.85rem;
}

#bbb-trailer-root .bbb-trailer-breadcrumb {
    margin: 0 0 18px;
    font-size: 0.9rem;
    color: var(--bbb-text-dim);
}

#bbb-trailer-root .bbb-trailer-breadcrumb a {
    color: var(--bbb-accent);
    text-decoration: none;
}

#bbb-trailer-root .bbb-trailer-detail {
    --bbb-trailer-glow: rgba(60, 144, 173, 0.4);
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px;
    border: 1px solid #2a3644;
    border-radius: 14px;
    background: #161d26;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
}

@media (min-width: 800px) {
    #bbb-trailer-root .bbb-trailer-detail {
        grid-template-columns: minmax(240px, 0.9fr) 1.1fr;
        align-items: center;
        gap: 28px;
        padding: 28px;
    }
}

#bbb-trailer-root .bbb-trailer-detail-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 180px;
    padding: 20px;
}

#bbb-trailer-root .bbb-trailer-detail-visual .bbb-trailer-glow {
    position: absolute;
    left: 50%;
    bottom: 12%;
    transform: translateX(-50%);
    width: 85%;
    height: 70%;
    border-radius: 50%;
    background: radial-gradient(ellipse at center, var(--bbb-trailer-glow) 0%, transparent 68%);
    pointer-events: none;
}

#bbb-trailer-root .bbb-trailer-detail-visual .bbb-trailer-silhouette {
    position: relative;
    z-index: 1;
    filter: drop-shadow(0 10px 16px rgba(0, 0, 0, 0.4));
}

#bbb-trailer-root .bbb-trailer-detail-visual svg {
    width: min(100%, 280px);
    height: auto;
    display: block;
}

#bbb-trailer-root .bbb-trailer-detail-title {
    margin: 4px 0 12px;
    font-family: var(--bbb-font-display);
    font-size: clamp(1.6rem, 3vw, 2.1rem);
    font-weight: 400;
    color: #fff;
    line-height: 1.15;
}

#bbb-trailer-root .bbb-trailer-detail-prices {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin-bottom: 14px;
    color: var(--bbb-text-muted);
}

#bbb-trailer-root .bbb-trailer-detail-prices em {
    font-style: normal;
    font-family: var(--bbb-font-display);
    font-size: 1.6rem;
    color: var(--bbb-accent);
}

#bbb-trailer-root .bbb-trailer-detail-desc {
    margin: 0 0 16px;
    color: var(--bbb-text-muted);
    line-height: 1.55;
    font-size: 1rem;
}

#bbb-trailer-root .bbb-trailer-detail-specs {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 14px;
}

#bbb-trailer-root .bbb-trailer-detail-specs li {
    margin: 0;
    padding: 10px 12px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.22);
    border: 1px solid #2a3644;
    color: #e2e8f0;
    font-size: 0.9rem;
}

#bbb-trailer-root .bbb-trailer-detail-specs strong {
    display: block;
    font-size: 0.7rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--bbb-text-dim);
    margin-bottom: 2px;
    font-weight: 700;
}

#bbb-trailer-root .bbb-trailer-detail-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
}

#bbb-trailer-root .bbb-trailer-card:has(input:checked) {
    border-color: var(--bbb-accent);
    box-shadow: 0 0 0 1px var(--bbb-accent), 0 14px 32px rgba(60, 144, 173, 0.22);
    background: #18222c;
}

#bbb-trailer-root .bbb-trailer-card:has(input:checked) .bbb-trailer-silhouette {
    transform: scale(1.04);
}

#bbb-trailer-root .bbb-trailer-card:has(input:checked) .bbb-trailer-select-cue {
    color: var(--bbb-accent);
    border-bottom-color: rgba(60, 144, 173, 0.55);
}

#bbb-trailer-root .bbb-trailer-card:has(input:checked) .bbb-trailer-select-cue::after {
    content: " · selected";
}

#bbb-trailer-root .bbb-field-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

@media (max-width: 640px) {
    #bbb-trailer-root .bbb-field-row {
        grid-template-columns: 1fr;
    }
}

#bbb-trailer-root .bbb-field-hint {
    margin: 8px 0 0;
    color: var(--bbb-text-dim);
    font-size: 0.9rem;
}

#bbb-trailer-root .bbb-trailer-terms {
    border: 1px solid var(--bbb-border-card);
    background: var(--bbb-bg-card);
    padding: 14px 18px;
    margin-bottom: 14px;
}

#bbb-trailer-root .bbb-trailer-terms ul {
    margin: 0;
    padding-left: 1.1rem;
    color: var(--bbb-text-muted);
}

#bbb-trailer-root .bbb-trailer-terms li {
    margin-bottom: 8px;
}

#bbb-trailer-root .bbb-check {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    color: var(--bbb-text-muted);
}

#bbb-trailer-root .bbb-check input {
    margin-top: 4px;
}

#bbb-trailer-root .bbb-trailer-summary .bbb-trailer-total {
    font-size: 1.2rem;
    margin: 8px 0 18px;
}

#bbb-trailer-root .bbb-section {
    margin-bottom: 28px;
}

#bbb-trailer-root .bbb-section h3 {
    font-family: var(--bbb-font-display);
    margin: 0 0 12px;
    font-size: 1.25rem;
}

#bbb-trailer-root .bbb-field {
    display: block;
    margin: 0 0 14px;
}

#bbb-trailer-root .bbb-field > span {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--bbb-text);
    margin-bottom: 6px;
}

#bbb-trailer-root .bbb-field input,
#bbb-trailer-root .bbb-field textarea {
    display: block !important;
    width: 100% !important;
    background: var(--bbb-input-bg) !important;
    color: var(--bbb-text) !important;
    -webkit-text-fill-color: var(--bbb-text) !important;
    caret-color: var(--bbb-text) !important;
    color-scheme: dark;
    border: 1px solid var(--bbb-input-border) !important;
    border-radius: var(--bbb-radius-btn) !important;
    padding: 12px 14px !important;
    font-size: 0.95rem;
    box-sizing: border-box;
    font-family: inherit;
    margin: 0 !important;
}

#bbb-trailer-root .bbb-field input:focus,
#bbb-trailer-root .bbb-field textarea:focus {
    outline: none;
    border-color: var(--bbb-accent) !important;
    box-shadow: 0 0 0 3px rgba(60, 144, 173, 0.35) !important;
}

#bbb-trailer-root .bbb-checkout-success {
    max-width: 600px;
    margin: 24px auto 20px;
    background: var(--bbb-bg-card);
    border: 1px solid var(--bbb-accent);
    border-radius: 12px;
    padding: 36px;
    text-align: center;
    box-shadow: var(--bbb-shadow-card);
}

#bbb-trailer-root .bbb-checkout-paid {
    background:
        radial-gradient(ellipse 70% 60% at 50% 0%, rgba(60, 144, 173, 0.28), transparent 60%),
        var(--bbb-bg-card);
    border-color: rgba(60, 144, 173, 0.55);
}

#bbb-trailer-root .bbb-checkout-cancelled {
    border-color: rgba(251, 191, 36, 0.45);
}

#bbb-trailer-root .bbb-checkout-success h2 {
    font-family: var(--bbb-font-display);
    font-weight: 400;
    font-size: 1.6rem;
    margin: 0 0 12px;
    color: var(--bbb-text);
}

#bbb-trailer-root .bbb-checkout-success p {
    color: var(--bbb-text-muted);
    margin: 8px 0;
}

#bbb-trailer-root .bbb-success-eyebrow {
    margin: 0 0 8px;
    font-size: .85rem;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: var(--bbb-accent, #3c90ad);
}

#bbb-trailer-root .bbb-th-success-pin {
    font-size: 1.15rem;
    color: var(--bbb-text, #f1f5f9) !important;
    letter-spacing: .06em;
}

#bbb-trailer-root .bbb-success-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-top: 20px;
}

#bbb-trailer-root .bbb-btn-ghost-light,
.bbb-th-portal .bbb-btn-ghost-light,
.bbb-th-pickup .bbb-btn-ghost-light {
    background: transparent !important;
    border: 1px solid rgba(255,255,255,.35) !important;
    color: var(--bbb-text, #f1f5f9) !important;
}

#bbb-trailer-root .bbb-btn-ghost-light:hover,
.bbb-th-portal .bbb-btn-ghost-light:hover {
    border-color: var(--bbb-accent, #3c90ad) !important;
}

#bbb-trailer-root .bbb-section-optional {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--bbb-text-dim);
    margin-left: 6px;
    vertical-align: middle;
}

#bbb-trailer-root .bbb-trailer-addons-section .bbb-field-hint {
    margin: -4px 0 14px;
}

#bbb-trailer-root .bbb-trailer-upsells {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

@media (min-width: 640px) {
    #bbb-trailer-root .bbb-trailer-upsells {
        grid-template-columns: 1fr 1fr;
    }
}

#bbb-trailer-root .bbb-trailer-upsell {
    position: relative;
    display: grid;
    grid-template-columns: 44px 1fr auto;
    grid-template-rows: auto auto;
    column-gap: 12px;
    row-gap: 2px;
    align-items: center;
    padding: 14px 16px;
    border: 1px solid #2a3644;
    border-radius: 12px;
    background: #161d26;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, transform 0.15s ease;
}

#bbb-trailer-root .bbb-trailer-upsell:hover {
    border-color: rgba(60, 144, 173, 0.5);
    transform: translateY(-1px);
}

#bbb-trailer-root .bbb-trailer-upsell input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

#bbb-trailer-root .bbb-trailer-upsell-icon {
    grid-row: 1 / span 2;
    grid-column: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: rgba(60, 144, 173, 0.12);
    border: 1px solid rgba(60, 144, 173, 0.25);
}

#bbb-trailer-root .bbb-trailer-upsell-icon svg {
    display: block;
}

#bbb-trailer-root .bbb-trailer-upsell-body {
    grid-column: 2;
    grid-row: 1 / span 2;
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
    padding-right: 8px;
}

#bbb-trailer-root .bbb-trailer-upsell-name {
    font-family: var(--bbb-font-display);
    font-size: 1.05rem;
    font-weight: 400;
    color: #fff;
    line-height: 1.2;
}

#bbb-trailer-root .bbb-trailer-upsell-desc {
    color: var(--bbb-text-dim);
    font-size: 0.82rem;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#bbb-trailer-root .bbb-trailer-upsell-price {
    grid-column: 3;
    grid-row: 1;
    align-self: start;
    font-family: var(--bbb-font-display);
    font-size: 1.15rem;
    font-weight: 400;
    color: var(--bbb-accent);
    white-space: nowrap;
}

#bbb-trailer-root .bbb-trailer-upsell-check {
    grid-column: 3;
    grid-row: 2;
    justify-self: end;
    align-self: end;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1.5px solid #3a4656;
    color: transparent;
    font-size: 0.7rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s, border-color 0.15s, color 0.15s;
}

#bbb-trailer-root .bbb-trailer-upsell:has(input:checked) {
    border-color: var(--bbb-accent);
    background: #18222c;
    box-shadow: 0 0 0 1px var(--bbb-accent), 0 10px 24px rgba(60, 144, 173, 0.18);
}

#bbb-trailer-root .bbb-trailer-upsell:has(input:checked) .bbb-trailer-upsell-icon {
    background: rgba(60, 144, 173, 0.22);
    border-color: rgba(60, 144, 173, 0.55);
}

#bbb-trailer-root .bbb-trailer-upsell:has(input:checked) .bbb-trailer-upsell-check {
    background: var(--bbb-accent);
    border-color: var(--bbb-accent);
    color: #fff;
}

/* Trailer portal */
.bbb-th-portal .bbb-th-portal-lead { margin-bottom: 12px; color: var(--bbb-text-muted, #cbd5e1); }
.bbb-th-hire-list { display: grid; gap: 12px; }
.bbb-th-hire-card {
    display: flex; justify-content: space-between; align-items: center; gap: 12px;
    padding: 14px 16px; border: 1px solid var(--bbb-border-card, #233242);
    background: var(--bbb-bg-card, #16202A);
}
.bbb-th-hire-card-main { display: flex; flex-direction: column; gap: 4px; }
.bbb-th-hire-status { color: var(--bbb-text-dim, rgba(255,255,255,.65)); font-size: .9rem; }
.bbb-th-hire-detail .bbb-th-panel {
    margin: 16px 0; padding: 16px 18px;
    border: 1px solid var(--bbb-border-card, #233242);
    background: var(--bbb-bg-card, #16202A);
}
.bbb-th-hire-detail .bbb-th-panel h3 { margin: 0 0 10px; font-family: var(--bbb-font-display, inherit); }
.bbb-th-receipt pre {
    white-space: pre-wrap; font-size: .85rem; color: var(--bbb-text-muted, #cbd5e1);
    background: rgba(0,0,0,.2); padding: 12px; overflow: auto;
}
.bbb-btn-small { padding: 8px 14px !important; font-size: .9rem !important; }

/* Pickup + digital inspection */
.bbb-th-pickup,
#bbb-th-pickup {
    max-width: 720px;
    margin: 0 auto;
    padding: 28px 16px 56px;
    color: var(--bbb-text, #f1f5f9);
    font-family: var(--bbb-font-body, Outfit, sans-serif);
    box-sizing: border-box;
}
.bbb-th-pickup-shell { width: 100%; }
.bbb-th-pickup-hero { margin-bottom: 22px; }
.bbb-th-pickup-brand {
    font-family: var(--bbb-font-display, inherit);
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--bbb-accent, #3C90AD);
    font-size: .85rem;
    margin: 0 0 8px;
}
.bbb-th-pickup-hero h1 {
    margin: 0 0 10px;
    font-family: var(--bbb-font-display, inherit);
    font-weight: 400;
    font-size: clamp(1.6rem, 4vw, 2.1rem);
    line-height: 1.15;
    color: #fff;
}
.bbb-th-pickup-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    margin: 0;
    color: #94a3b8;
    font-size: .95rem;
}
.bbb-th-pickup-status {
    color: var(--bbb-accent, #3C90AD);
    font-weight: 600;
}
.bbb-th-flash {
    padding: 12px 14px;
    margin-bottom: 16px;
    border: 1px solid var(--bbb-accent, #3C90AD);
    border-radius: 10px;
    background: rgba(60, 144, 173, .12);
}
.bbb-th-flash-err { border-color: #ef4444; background: rgba(239, 68, 68, .12); }
.bbb-th-pickup .bbb-th-panel,
.bbb-th-pickup-shell .bbb-th-panel {
    margin: 0 0 14px;
    padding: 18px 18px;
    border: 1px solid #2a3644;
    border-radius: 14px;
    background: #161d26;
}
.bbb-th-pickup .bbb-th-panel h2,
.bbb-th-pickup-shell .bbb-th-panel h2 {
    margin: 0 0 12px;
    font-family: var(--bbb-font-display, inherit);
    font-size: 1.25rem;
    font-weight: 400;
}
.bbb-th-pickup-codes {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 20px;
    align-items: center;
}
.bbb-th-pin-label { margin: 0; color: #94a3b8; font-size: .85rem; letter-spacing: .04em; text-transform: uppercase; }
.bbb-th-pin-value {
    margin: 8px 0 0;
    font-size: clamp(2rem, 6vw, 2.75rem);
    letter-spacing: .18em;
    font-family: var(--bbb-font-display, ui-monospace, monospace);
    font-weight: 400;
    color: #fff;
}
.bbb-th-pin-value.bbb-th-pin-locked { letter-spacing: .28em; color: #64748b; }
.bbb-th-slots-heading { margin: 8px 0 10px; font-size: 1rem; }
.bbb-th-slots {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 12px;
    margin: 0 0 16px;
}
.bbb-th-slot {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 10px;
    border: 1px solid #2a3644;
    border-radius: 10px;
    background: #121820;
    font-size: .85rem;
    color: #cbd5e1;
}
.bbb-th-slot input[type="file"] { font-size: .8rem; color: #94a3b8; }
.bbb-th-slot-prev { display: flex; flex-direction: column; gap: 4px; }
.bbb-th-slot-prev img { width: 100%; height: 80px; object-fit: cover; border-radius: 6px; }
.bbb-th-slot-prev em { font-size: .75rem; color: #64748b; font-style: normal; }
.bbb-th-qr-img {
    display: block;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #2a3644;
}
.bbb-th-qr-hint { margin: 10px 0 0; font-size: .85rem; text-align: center; }
.bbb-th-qr-hint a,
.bbb-th-inline-link,
.bbb-th-pickup a { color: #7dd3fc; }
.bbb-th-checklist-static { margin: 0; padding-left: 1.2em; color: #cbd5e1; }
.bbb-th-checklist-static li { margin: 8px 0; }
.bbb-th-inspect-pills { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 12px; }
.bbb-th-pill {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: .8rem;
    font-weight: 600;
    border: 1px solid #2a3644;
    color: #94a3b8;
}
.bbb-th-pill.is-done { border-color: rgba(22, 163, 74, .5); color: #86efac; background: rgba(22, 163, 74, .12); }
.bbb-th-pill.is-pending { border-color: rgba(60, 144, 173, .4); color: #7dd3fc; }
.bbb-th-inspect-grid {
    display: grid; grid-template-columns: 1fr 1fr; gap: 8px 16px; margin: 12px 0 16px;
}
.bbb-th-inspect-item { display: flex; gap: 8px; align-items: flex-start; }
.bbb-th-pin-form { max-width: 420px; }
.bbb-th-pickup-staff { margin-top: 18px; font-size: .9rem; color: #94a3b8; }
.bbb-th-pickup-actions { display: flex; flex-wrap: wrap; gap: 10px; margin: 4px 0 18px; }
.bbb-th-pickup-note { color: #94a3b8; }
.bbb-th-pickup .bbb-field { display: block; margin: 0 0 14px; }
.bbb-th-pickup .bbb-field > span { display: block; margin-bottom: 6px; color: #94a3b8; font-size: .85rem; }
.bbb-th-pickup .bbb-field input,
.bbb-th-pickup .bbb-field textarea {
    width: 100%;
    box-sizing: border-box;
    background: #121820;
    border: 1px solid #2a3644;
    border-radius: 8px;
    color: #fff;
    padding: 12px 14px;
}
@media (max-width: 640px) {
    .bbb-th-pickup-codes { grid-template-columns: 1fr; justify-items: start; }
    .bbb-th-inspect-grid { grid-template-columns: 1fr; }
    .bbb-th-qr-block { width: 100%; }
}

/* --- 1.26 feature pack --- */
#bbb-trailer-root .bbb-trailer-card-photo,
#bbb-trailer-root .bbb-trailer-detail-hero-photo {
    display: block;
    width: 100%;
    max-width: 280px;
    height: auto;
    max-height: 160px;
    object-fit: cover;
    border-radius: 10px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
#bbb-trailer-root .bbb-trailer-detail-hero-photo { max-height: 220px; max-width: 100%; }
#bbb-trailer-root .bbb-trailer-gallery { display: flex; flex-wrap: wrap; gap: 10px; }
#bbb-trailer-root .bbb-trailer-gallery-thumb {
    border: 0; padding: 0; background: transparent; cursor: pointer; border-radius: 10px; overflow: hidden;
}
#bbb-trailer-root .bbb-trailer-gallery-thumb img {
    display: block; width: 88px; height: 66px; object-fit: cover;
}
#bbb-trailer-root .bbb-trailer-lightbox {
    border: 0; border-radius: 12px; padding: 16px; background: #0f141c; color: #fff; max-width: min(92vw, 720px);
}
#bbb-trailer-root .bbb-trailer-lightbox img { max-width: 100%; height: auto; display: block; margin-bottom: 12px; }
#bbb-trailer-root .bbb-trailer-pub-cal {
    border: 1px solid #2a3644; border-radius: 14px; background: #161d26; padding: 14px 16px;
}
#bbb-trailer-root .bbb-trailer-pub-cal-nav {
    display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 12px;
}
#bbb-trailer-root .bbb-trailer-pub-cal-grid {
    display: grid; grid-template-columns: repeat(7, 1fr); gap: 6px;
}
#bbb-trailer-root .bbb-cal-dow {
    text-align: center; font-size: .7rem; color: #64748b; text-transform: uppercase; letter-spacing: .04em;
}
#bbb-trailer-root .bbb-cal-day,
#bbb-trailer-root .bbb-cal-empty {
    aspect-ratio: 1; display: flex; align-items: center; justify-content: center;
    border-radius: 8px; font-size: .9rem; font-weight: 600;
}
#bbb-trailer-root .bbb-cal-day { text-decoration: none; color: #fff; }
#bbb-trailer-root .bbb-cal-green { background: rgba(34, 197, 94, .28); border: 1px solid rgba(34, 197, 94, .55); }
#bbb-trailer-root .bbb-cal-amber { background: rgba(249, 115, 22, .25); border: 1px solid rgba(249, 115, 22, .5); }
#bbb-trailer-root .bbb-cal-red,
#bbb-trailer-root .bbb-cal-past { background: rgba(239, 68, 68, .18); border: 1px solid rgba(239, 68, 68, .35); opacity: .75; pointer-events: none; }
#bbb-trailer-root .bbb-trailer-pub-cal-legend {
    display: flex; flex-wrap: wrap; gap: 12px; margin-top: 12px; font-size: .85rem; color: #94a3b8;
}
#bbb-trailer-root .bbb-cal-dot {
    display: inline-block; width: 10px; height: 10px; border-radius: 50%; margin-right: 4px; vertical-align: middle;
}
#bbb-trailer-root .bbb-cal-dot.bbb-cal-green { background: #22c55e; }
#bbb-trailer-root .bbb-cal-dot.bbb-cal-amber { background: #f97316; }
#bbb-trailer-root .bbb-cal-dot.bbb-cal-red { background: #ef4444; }
#bbb-trailer-root .bbb-trailer-similar { margin-top: 16px; }
#bbb-trailer-root .bbb-trailer-similar-title { margin: 0 0 10px; font-size: 1.1rem; }
#bbb-trailer-root .bbb-trailer-similar-grid {
    display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 12px;
}
#bbb-trailer-root .bbb-trailer-similar-card {
    border: 1px solid #2a3644; border-radius: 12px; background: #161d26; padding: 12px;
    display: flex; flex-direction: column; gap: 8px;
}
#bbb-trailer-root .bbb-trailer-similar-photo {
    width: 100%; height: 90px; object-fit: cover; border-radius: 8px;
}
#bbb-trailer-root .bbb-tow-tips-panel {
    border: 1px solid #2a3644; border-radius: 12px; background: #161d26; padding: 14px 16px;
}
#bbb-trailer-root .bbb-tow-tips-specs,
#bbb-trailer-root .bbb-tow-tips-list { margin: 0 0 12px; padding-left: 18px; color: #cbd5e1; }
#bbb-trailer-root .bbb-photo-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
#bbb-trailer-root .bbb-photo-compare-grid,
.bbb-photo-compare-grid { display: flex; flex-wrap: wrap; gap: 8px; }
#bbb-trailer-root .bbb-photo-compare-grid img,
.bbb-photo-compare-grid img {
    width: 88px; height: 66px; object-fit: cover; border-radius: 8px; display: block;
}
.bbb-photo-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media (max-width: 640px) {
    #bbb-trailer-root .bbb-photo-compare,
    .bbb-photo-compare { grid-template-columns: 1fr; }
}
.bbb-coverage-result,
.bbb-coverage-msg {
    margin-top: 8px; padding: 10px 12px; border-radius: 8px; font-size: .9rem;
}
.bbb-coverage-ok { background: rgba(34,197,94,.15); border: 1px solid rgba(34,197,94,.4); color: #86efac; }
.bbb-coverage-no { background: rgba(239,68,68,.12); border: 1px solid rgba(239,68,68,.35); color: #fca5a5; }
.bbb-cust-photos-empty { margin: 8px 0 0; font-size: .85rem; color: #64748b; }
.bbb-coverage-checker { max-width: 420px; }

/* --- 1.27 duration packages --- */
#bbb-trailer-root .bbb-th-packages {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 10px;
    margin: 0 0 16px;
}
#bbb-trailer-root .bbb-th-package {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 12px 14px;
    border: 1px solid #2a3644;
    border-radius: 12px;
    background: #161d26;
    cursor: pointer;
    transition: border-color .15s ease, background .15s ease;
}
#bbb-trailer-root .bbb-th-package input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
#bbb-trailer-root .bbb-th-package strong {
    font-size: .95rem;
    color: #f1f5f9;
}
#bbb-trailer-root .bbb-th-package span {
    font-size: .75rem;
    color: #94a3b8;
}
#bbb-trailer-root .bbb-th-package:has(input:checked),
#bbb-trailer-root .bbb-th-package:focus-within {
    border-color: #38bdf8;
    background: #1a2533;
    box-shadow: 0 0 0 1px rgba(56, 189, 248, .35);
}
#bbb-trailer-root #bbb-th-end-wrap[hidden] {
    display: none !important;
}

/* --- Local SEO landings & service area hub --- */
body.bbb-local-landing-page {
    --bbb-local-surface: var(--bbb-bg-deep, #121a21);
}
body.bbb-local-landing-page .bbb-local-landing,
body.bbb-local-landing-page .bbb-service-area-hub {
    color: var(--bbb-text, #fff);
}
.bbb-local-landing {
    max-width: 760px;
    margin: 0 auto;
    padding: 8px 0 32px;
    color: var(--bbb-text, #fff);
    font-family: var(--bbb-font-body, Outfit, sans-serif);
}
.bbb-local-landing-hero {
    margin: 0 0 28px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--bbb-border-card, #233242);
}
.bbb-local-landing-brand {
    margin: 0 0 8px;
    font-family: var(--bbb-font-display, "Fugaz One", sans-serif);
    font-size: 1.15rem;
    letter-spacing: 0.04em;
    color: var(--bbb-accent, #3C90AD);
}
.bbb-local-landing-title {
    margin: 0 0 12px;
    font-family: var(--bbb-font-display, "Fugaz One", sans-serif);
    font-size: clamp(1.75rem, 4vw, 2.35rem);
    line-height: 1.15;
    color: var(--bbb-text, #fff);
}
.bbb-local-landing-lead {
    margin: 0 0 18px;
    font-size: 1.05rem;
    line-height: 1.5;
    color: var(--bbb-text-muted, #cbd5e1);
    max-width: 36em;
}
.bbb-local-landing-ctas,
.bbb-local-landing-trailer-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    align-items: center;
}
.bbb-local-landing-ctas .bbb-btn,
.bbb-local-landing-trailer-ctas .bbb-btn {
    display: inline-block;
    padding: 12px 20px;
    border-radius: var(--bbb-radius-btn, 8px);
    background: linear-gradient(135deg, var(--bbb-accent, #3C90AD) 0%, var(--bbb-accent-dark, #215C74) 100%);
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 600;
    border: 1px solid transparent;
}
.bbb-local-landing-ctas .bbb-btn-ghost-light,
.bbb-local-landing-trailer-ctas .bbb-btn-ghost-light,
body.bbb-local-landing-page .bbb-btn-ghost-light {
    background: transparent !important;
    border: 1px solid var(--bbb-accent, #3C90AD) !important;
    color: var(--bbb-text-muted, #cbd5e1) !important;
}
.bbb-local-landing-ctas .bbb-btn-ghost-light:hover,
.bbb-local-landing-trailer-ctas .bbb-btn-ghost-light:hover {
    color: var(--bbb-text, #fff) !important;
    border-color: var(--bbb-btn-hover, #4da3bd) !important;
}
.bbb-local-landing-call {
    color: var(--bbb-accent, #3C90AD);
    font-weight: 600;
    text-decoration: none;
}
.bbb-local-landing-call:hover {
    color: var(--bbb-btn-hover, #4da3bd);
}
.bbb-local-landing-block {
    margin: 0 0 28px;
}
.bbb-local-landing-h2 {
    margin: 0 0 10px;
    font-family: var(--bbb-font-display, "Fugaz One", sans-serif);
    font-size: 1.35rem;
    color: var(--bbb-text, #fff);
}
.bbb-local-landing-block > p {
    margin: 0 0 14px;
    color: var(--bbb-text-muted, #cbd5e1);
    line-height: 1.55;
}
.bbb-local-landing-coverage .bbb-coverage-checker {
    margin-top: 8px;
}

.bbb-service-area-hub {
    margin: 0 0 24px;
}
.bbb-service-area-hub-title {
    margin: 0 0 14px;
    font-family: var(--bbb-font-display, "Fugaz One", sans-serif);
    font-size: 1.35rem;
    color: var(--bbb-text, #fff);
}
.bbb-service-area-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 8px 12px;
}
.bbb-service-area-links--inline {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
}
.bbb-service-area-links a,
.bbb-service-areas--linked a {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 6px;
    color: var(--bbb-accent, #3C90AD);
    text-decoration: none;
    font-weight: 600;
}
.bbb-service-area-links a:hover,
.bbb-service-areas--linked a:hover {
    color: var(--bbb-btn-hover, #4da3bd);
    text-decoration: underline;
}
.bbb-service-area-link-text {
    color: inherit;
}
.bbb-service-area-pc {
    font-size: 0.85em;
    font-weight: 500;
    color: var(--bbb-text-dim, rgba(255,255,255,0.65));
}
.bbb-service-area-hub-note {
    margin: 14px 0 0;
    font-size: 0.9rem;
    color: var(--bbb-text-dim, rgba(255,255,255,0.65));
}
@media (max-width: 640px) {
    .bbb-local-landing-ctas,
    .bbb-local-landing-trailer-ctas {
        flex-direction: column;
        align-items: stretch;
    }
    .bbb-local-landing-ctas .bbb-btn,
    .bbb-local-landing-trailer-ctas .bbb-btn,
    .bbb-local-landing-call {
        text-align: center;
    }
}

/* ============================================================
   Header = top bar (full width). Footer layout is Elementor's.
   Portal / Jobatory styles stay inside #bbb-cust-dash only.
   ============================================================ */
body.elementor-page,
body.hello-elementor #page,
body.elementor-page #page,
body .site {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
}

header.elementor-location-header,
.elementor-location-header {
    display: block !important;
    float: none !important;
    clear: both !important;
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    box-sizing: border-box !important;
}

.elementor-location-header > .elementor-element,
.elementor-location-header > .elementor-section,
.elementor-location-header > .e-con {
    --flex-direction: row;
    --justify-content: space-between;
    --align-items: center;
    --width: 100%;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
}

.elementor-location-header > .elementor-section > .elementor-container,
.elementor-location-header > .e-con > .e-con-inner,
.elementor-location-header .elementor-widget-wrap {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px 20px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
}

.elementor-location-header .elementor-column,
.elementor-location-header .e-con.e-child {
    float: none !important;
    min-height: 0 !important;
}

.elementor-location-header > .elementor-section > .elementor-container > .elementor-column,
.elementor-location-header > .e-con > .e-con-inner > .e-con.e-child {
    width: auto !important;
    max-width: none !important;
    flex: 1 1 auto !important;
    --width: auto;
}

.elementor-location-header .elementor-element.elementor-widget {
    width: auto !important;
    max-width: none !important;
    flex: 0 1 auto !important;
}

.elementor-location-header .elementor-absolute,
.elementor-location-header .elementor-widget.elementor-absolute {
    position: relative !important;
    inset: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    transform: none !important;
    width: auto !important;
}

.elementor-location-header img,
.elementor-location-header .elementor-widget-theme-site-logo img,
.elementor-location-header .elementor-widget-image img {
    max-height: 56px !important;
    max-width: 220px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
}

@media (min-width: 1025px) {
    .elementor-location-header .elementor-nav-menu--dropdown,
    .elementor-location-header .elementor-menu-toggle,
    .elementor-location-header .e-n-menu-toggle {
        display: none !important;
    }
    .elementor-location-header nav,
    .elementor-location-header .elementor-nav-menu--main,
    .elementor-location-header .elementor-nav-menu,
    .elementor-location-header .elementor-nav-menu--main > ul,
    .elementor-location-header .elementor-icon-list-items,
    .elementor-location-header .e-n-menu,
    .elementor-location-header .e-n-menu-heading,
    .elementor-location-header ul.e-n-menu-items,
    .elementor-location-header .e-n-menu-container {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        align-items: center !important;
        justify-content: flex-end !important;
        gap: 4px 18px !important;
        width: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        position: static !important;
        height: auto !important;
        overflow: visible !important;
    }
    .elementor-location-header .elementor-nav-menu > li,
    .elementor-location-header .elementor-nav-menu .menu-item,
    .elementor-location-header .elementor-icon-list-item,
    .elementor-location-header .e-n-menu-item {
        display: inline-flex !important;
        float: none !important;
        width: auto !important;
        margin: 0 !important;
    }
}

.elementor-location-header a.elementor-item,
.elementor-location-header .elementor-nav-menu a,
.elementor-location-header .elementor-icon-list-text,
.elementor-location-header .elementor-icon-list-item a,
.elementor-location-header .e-n-menu-title-text {
    color: #e2e8f0 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
}

.elementor-location-header a.elementor-item:hover,
.elementor-location-header .elementor-nav-menu a:hover,
.elementor-location-header .elementor-icon-list-item a:hover {
    color: #7dd3fc !important;
}

.elementor-location-header .elementor-button,
.elementor-location-header a.elementor-button {
    display: inline-flex !important;
    align-items: center !important;
    width: auto !important;
    margin: 0 !important;
    background-color: #3c90ad !important;
    color: #fff !important;
    border-radius: 8px !important;
    padding: 10px 18px !important;
    font-weight: 700 !important;
}

/* Footer: do not override Elementor columns/widths — original template wins */
footer.elementor-location-footer,
.elementor-location-footer {
    display: block !important;
    float: none !important;
    clear: both !important;
    width: 100% !important;
    max-width: 100% !important;
}

body.bbb-account-page .elementor-location-header > .elementor-section,
body.bbb-account-page .elementor-location-header > .e-con,
body.page-account .elementor-location-header > .elementor-section,
body.page-account .elementor-location-header > .e-con {
    background-image: none !important;
    min-height: 0 !important;
    height: auto !important;
}

body.bbb-account-page #content .elementor-section,
body.bbb-account-page .site-main .elementor-section,
body.bbb-account-page .elementor-location-single .elementor-section,
body.page-account #content .elementor-section {
    min-height: 0 !important;
    height: auto !important;
}

body.bbb-account-page #content .elementor-widget-image,
body.bbb-account-page #content .elementor-widget-theme-site-logo,
body.bbb-account-page .site-main .elementor-widget-image,
body.bbb-account-page .site-main .elementor-widget-theme-site-logo,
body.bbb-account-page .elementor-location-single .elementor-widget-image,
body.bbb-account-page .elementor-location-single .elementor-widget-theme-site-logo {
    display: none !important;
}

@supports selector(:has(*)) {
    body.bbb-account-page .site-main .elementor-top-section:not(:has(#bbb-cust-dash)):not(:has(.bbb-login-wrap)),
    body.bbb-account-page .elementor-location-single .elementor-top-section:not(:has(#bbb-cust-dash)):not(:has(.bbb-login-wrap)),
    body.page-account #content .elementor-top-section:not(:has(#bbb-cust-dash)):not(:has(.bbb-login-wrap)) {
        display: none !important;
    }
}

/* Trailer hire — quiz, availability, payload, agreement */
#bbb-trailer-root .bbb-th-quiz-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 8px 0 12px;
}
#bbb-trailer-root .bbb-th-quiz-btn {
    appearance: none;
    border: 1px solid #2a3644;
    background: #161d26;
    color: #e2e8f0;
    border-radius: 999px;
    padding: 8px 14px;
    cursor: pointer;
    font: inherit;
    font-size: 0.92rem;
}
#bbb-trailer-root .bbb-th-quiz-btn:hover,
#bbb-trailer-root .bbb-th-quiz-btn.is-on {
    border-color: #3c90ad;
    background: #1c3340;
    color: #fff;
}
#bbb-trailer-root .bbb-th-quiz-result {
    border: 1px solid rgba(60, 144, 173, 0.45);
    background: #13222b;
    border-radius: 12px;
    padding: 14px 16px;
    margin: 0 0 8px;
    color: #e2e8f0;
}
#bbb-trailer-root .bbb-th-quiz-result p { margin: 0 0 8px; }
#bbb-trailer-root .bbb-th-avail {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    background: rgba(10, 14, 20, 0.82);
    color: #f1f5f9;
    border-radius: 999px;
    padding: 4px 10px;
    display: inline-flex;
    flex-direction: column;
    gap: 1px;
    line-height: 1.2;
}
#bbb-trailer-root .bbb-th-avail-next {
    font-weight: 500;
    font-size: 0.72rem;
    color: #94a3b8;
}
#bbb-trailer-root .bbb-trailer-card.is-unavailable {
    opacity: 0.72;
}
#bbb-trailer-root .bbb-th-payload {
    display: block;
    margin: 4px 0 6px;
    color: #7dd3fc;
    font-weight: 650;
    font-size: 0.92rem;
}
#bbb-trailer-root .bbb-th-payload-callout {
    margin: 12px 0 0;
    padding: 12px 14px;
    border-radius: 10px;
    background: #13222b;
    border: 1px solid rgba(60, 144, 173, 0.4);
    color: #e2e8f0;
}
#bbb-trailer-root .bbb-th-payload-callout strong { color: #7dd3fc; }
#bbb-trailer-root .bbb-th-agree-scroll {
    max-height: 280px;
    overflow: auto;
    padding: 12px 14px;
}
#bbb-trailer-root .bbb-th-agree-doc.is-compact,
#bbb-trailer-root .bbb-th-agree-doc.is-compact h2,
#bbb-trailer-root .bbb-th-agree-doc.is-compact p,
#bbb-trailer-root .bbb-th-agree-doc.is-compact li {
    color: #cbd5e1;
    font-size: 0.9rem;
}
#bbb-trailer-root .bbb-th-agree-doc.is-compact h2 {
    font-size: 1rem;
    color: #f1f5f9;
    margin: 14px 0 6px;
}
#bbb-trailer-root .bbb-th-agree-kicker {
    margin: 0 0 8px;
    color: #94a3b8;
    font-size: 0.82rem;
}
#bbb-trailer-root .bbb-th-tow-verdict {
    padding: 12px 14px;
    border-radius: 10px;
    margin-bottom: 12px;
    font-size: 0.92rem;
    line-height: 1.45;
}
#bbb-trailer-root .bbb-th-tow-verdict.is-ok {
    background: #13291c;
    border: 1px solid #166534;
    color: #bbf7d0;
}
#bbb-trailer-root .bbb-th-tow-verdict.is-bad {
    background: #2a1515;
    border: 1px solid #991b1b;
    color: #fecaca;
}
#bbb-trailer-root .bbb-th-load-calc {
    margin: 16px 0;
    padding-top: 12px;
    border-top: 1px solid #2a3644;
}
#bbb-trailer-root .bbb-th-load-calc h4 {
    margin: 0 0 6px;
    font-size: 1rem;
    color: #f1f5f9;
}
#bbb-trailer-root .bbb-th-load-warn {
    margin: 10px 0 0;
    padding: 12px 14px;
    border-radius: 10px;
    background: #1e293b;
    color: #e2e8f0;
    font-size: 0.92rem;
}
#bbb-trailer-root .bbb-th-load-warn.is-over {
    background: #3b1d08;
    border: 1px solid #c2410c;
    color: #fed7aa;
    font-weight: 650;
}
#bbb-trailer-root .bbb-trailer-upsell.is-suggested {
    border-color: #3c90ad;
    box-shadow: 0 0 0 1px rgba(60, 144, 173, 0.45);
}
.bbb-th-loads-doc .bbb-th-never { list-style: none; padding-left: 0; }
.bbb-th-loads-doc .bbb-th-never li { margin: 6px 0; }
.bbb-th-load-dl dt { font-weight: 700; margin-top: 12px; }
.bbb-th-load-dl dd { margin: 4px 0 0; }

