/* ─── Footer Chuyên Nghiệp ─── */
.oneway-footer {
    background: #05111f;
    color: #bcc8d8;
    border-top: 1px solid #1c3554;
    margin-top: auto;
    font-size: 13px;
}

.footer-main { padding: 40px 0 24px; }

.footer-grid {
    display: grid;
    grid-template-columns: 1.8fr 1fr 1fr 1.4fr;
    gap: 32px;
}

@media (max-width: 992px) {
    .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 576px) {
    .footer-grid { grid-template-columns: 1fr; }
    .footer-main { padding: 28px 0 16px; }
}

.footer-logo { height: 36px; width: auto; filter: brightness(1.1); }
.footer-logo-link { display: inline-block; margin-bottom: 12px; }

.footer-tagline { color: #7f99b2; line-height: 1.6; margin-bottom: 16px; font-size: 12.5px; }

.footer-social { display: flex; gap: 8px; }
.social-btn {
    width: 34px; height: 34px; border-radius: 8px;
    background: #112030; border: 1px solid #1c3554;
    color: #9ab; display: flex; align-items: center; justify-content: center;
    text-decoration: none; transition: background 0.2s, color 0.2s;
    font-size: 13px;
}
.social-btn:hover { background: #c8a84b; color: #0b1c3a; border-color: #c8a84b; }

.footer-heading {
    font-size: 12px; font-weight: 700; text-transform: uppercase;
    letter-spacing: 1px; color: #c8a84b; margin-bottom: 14px;
}

.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 8px; }
.footer-links a {
    color: #7f99b2; text-decoration: none;
    transition: color 0.2s;
    font-size: 13px;
}
.footer-links a:hover { color: #e0c87a; }

.footer-contact { font-style: normal; margin-bottom: 16px; }
.contact-item {
    display: flex; gap: 10px; align-items: flex-start;
    margin-bottom: 9px; color: #7f99b2;
}
.contact-item i { color: #c8a84b; margin-top: 2px; width: 14px; flex-shrink: 0; }
.contact-item a { color: #7f99b2; text-decoration: none; }
.contact-item a:hover { color: #e0c87a; }

.footer-booking-btn {
    background: linear-gradient(135deg, #c8a84b, #e0c87a);
    color: #0b1c3a; border: none; border-radius: 8px;
    padding: 9px 18px; font-size: 13px; font-weight: 700;
    cursor: pointer; transition: opacity 0.2s; width: 100%;
}
.footer-booking-btn:hover { opacity: 0.88; }
.footer-booking-btn i { margin-right: 6px; }

.footer-bottom {
    border-top: 1px solid #112030;
    padding: 14px 0;
}
.footer-bottom-inner {
    display: flex; align-items: center; justify-content: space-between;
    flex-wrap: wrap; gap: 8px;
}
.footer-bottom-inner span, .footer-bottom-inner a { color: #506070; font-size: 12px; }
.footer-bottom-links { display: flex; align-items: center; gap: 8px; }
.footer-bottom-links a { text-decoration: none; }
.footer-bottom-links a:hover { color: #9ab; }
.sep { color: #2a3f54; }
.powered { color: #2a3f54 !important; }

/* ─── Booking Modal ─── */
.booking-overlay {
    position: fixed; inset: 0; background: rgba(0,0,0,.75);
    z-index: 10000; align-items: center; justify-content: center;
    padding: 16px;
}

.booking-modal {
    background: #0e1f33; border: 1px solid #1c3554; border-radius: 16px;
    padding: 32px 28px; max-width: 580px; width: 100%;
    position: relative; box-shadow: 0 24px 60px rgba(0,0,0,.6);
    max-height: 92vh; overflow-y: auto;
}

.booking-close {
    position: absolute; top: 16px; right: 18px; background: none; border: none;
    color: #5a7a99; font-size: 24px; cursor: pointer; line-height: 1;
    padding: 4px 8px; border-radius: 6px;
}
.booking-close:hover { color: #fff; background: #1c3554; }

.booking-header { text-align: center; margin-bottom: 24px; }
.booking-icon {
    width: 56px; height: 56px; border-radius: 50%;
    background: linear-gradient(135deg, #c8a84b, #e0c87a);
    display: inline-flex; align-items: center; justify-content: center;
    color: #0b1c3a; font-size: 24px; margin-bottom: 12px;
}
.booking-header h2 { color: #e8d89a; font-size: 20px; font-weight: 700; margin-bottom: 4px; }
.booking-header p  { color: #7f99b2; font-size: 13px; }

.booking-form { display: flex; flex-direction: column; gap: 12px; }
.booking-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media (max-width: 480px) { .booking-row { grid-template-columns: 1fr; } }

.booking-field { display: flex; flex-direction: column; gap: 5px; }
.booking-field label { font-size: 12px; font-weight: 600; color: #9ab2c8; }
.req { color: #e05c5c; }
.booking-field input, .booking-field textarea, .booking-field select {
    background: #07182a; border: 1px solid #1c3554; border-radius: 8px;
    color: #dde8f0; padding: 9px 12px; font-size: 13px;
    transition: border-color 0.2s; outline: none;
}
.booking-field input:focus, .booking-field textarea:focus {
    border-color: #c8a84b;
}
.booking-field textarea { resize: vertical; min-height: 64px; }
.booking-field input[type=datetime-local] { color-scheme: dark; }

.booking-msg {
    padding: 10px 14px; border-radius: 8px; font-size: 13px;
}
.booking-msg-ok  { background: #0a2a0a; color: #6edb6e; border: 1px solid #1a4a1a; }
.booking-msg-err { background: #2a0a0a; color: #e07070; border: 1px solid #4a1a1a; }

.booking-submit {
    background: linear-gradient(135deg, #c8a84b, #e0c87a);
    color: #0b1c3a; border: none; border-radius: 10px;
    padding: 12px 24px; font-size: 14px; font-weight: 700;
    cursor: pointer; transition: opacity 0.2s; margin-top: 4px;
}
.booking-submit:hover { opacity: 0.88; }
.booking-submit:disabled { opacity: 0.5; cursor: not-allowed; }
.booking-submit i { margin-right: 8px; }

/* Floating Action Button */
.booking-fab {
    position: fixed; bottom: 144px; right: 18px; z-index: 9990;
    background: linear-gradient(135deg, #c8a84b, #e0c87a);
    color: #0b1c3a; border: none; border-radius: 50px;
    padding: 10px 16px; font-size: 13px; font-weight: 700;
    cursor: pointer; box-shadow: 0 4px 20px rgba(200,168,75,.4);
    display: flex; align-items: center; gap: 6px;
    transition: transform 0.2s, box-shadow 0.2s;
}
.booking-fab:hover { transform: translateY(-2px); box-shadow: 0 6px 28px rgba(200,168,75,.5); }
.booking-fab i { font-size: 15px; }
@media (max-width: 480px) { .booking-fab-label { display: none; } .booking-fab { border-radius: 50%; padding: 12px; } }
