/* ============================================================
   Contact Us (resources/views/contact-us.blade.php) — mobile-only
   styles. All rules scoped under .lh-cu-mb.
   ============================================================ */

.lh-cu-mb {
    background-color: #12203B;
    color: #fff;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    min-height: 100vh;
}
.lh-cu-mb h1, .lh-cu-mb h2, .lh-cu-mb h3 {
    font-family: 'Big Caslon', 'Times New Roman', serif;
    margin: 0;
}
html.lh-cu-smooth { scroll-behavior: smooth; }

/* Page header */
.lh-cu-mb .cu-header {
    text-align: center;
    padding: 26px 20px 14px;
}
.lh-cu-mb .cu-header h1 {
    font-size: 32px;
    margin-bottom: 8px;
}
.lh-cu-mb .cu-header p {
    font-size: 14px;
    opacity: .85;
    margin: 0 auto;
    max-width: 320px;
    line-height: 1.45;
}

/* Section base */
.lh-cu-mb .cu-section { padding: 22px 18px; scroll-margin-top: 70px; }
.lh-cu-mb .cu-section.alt { background-color: #182A4C; }
.lh-cu-mb .cu-section h2 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 14px;
}

/* Quick-jump CTA grid */
.lh-cu-mb .cu-cta-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}
.lh-cu-mb .cu-cta-grid .lh-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #284b65;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 14px 8px;
    border: 1px solid #fff;
    border-radius: 8px;
    font-family: 'Big Caslon', 'Times New Roman', serif;
    font-size: 15px;
    font-weight: 600;
    min-height: 50px;
    line-height: 1.2;
}
.lh-cu-mb .cu-cta-grid .lh-btn i { margin-right: 10px; }
.lh-cu-mb .cu-cta-grid .lh-btn-span { grid-column: 1 / -1; }

/* Address card */
.lh-cu-mb .addr-card {
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 12px;
    padding: 14px 16px;
    text-align: center;
    margin-bottom: 14px;
}
.lh-cu-mb .addr-card .addr {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 10px;
}
.lh-cu-mb .addr-card .quick-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}
.lh-cu-mb .addr-card .quick-actions a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #284b65;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #fff;
    font-family: 'Big Caslon', 'Times New Roman', serif;
    font-size: 14px;
    font-weight: 600;
}
.lh-cu-mb .addr-card .quick-actions a i { margin-right: 8px; }

/* Map iframe */
.lh-cu-mb .cu-map {
    width: 100%;
    height: 220px;
    border: 0;
    border-radius: 12px;
    display: block;
    box-shadow: 0 4px 12px rgba(0,0,0,.4);
}

/* Directory accordion */
.lh-cu-mb .biz-item {
    background: #284b65;
    border: 1px solid #fff;
    border-radius: 10px;
    margin-bottom: 8px;
    overflow: hidden;
}
.lh-cu-mb .biz-toggle {
    width: 100%;
    background: none;
    border: none;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    cursor: pointer;
    text-align: left;
    font-family: inherit;
}
.lh-cu-mb .biz-toggle .biz-logo {
    width: 36px; height: 36px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.lh-cu-mb .biz-toggle .biz-logo img { max-width: 100%; max-height: 100%; }
.lh-cu-mb .biz-toggle .name-wrap {
    font-family: 'Big Caslon', 'Times New Roman', serif;
    font-size: 16px;
    font-weight: 600;
    flex: 1;
    display: flex;
    flex-direction: column;
    line-height: 1.15;
}
.lh-cu-mb .biz-toggle .name-wrap .sub {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .12em;
    text-transform: uppercase;
    opacity: .65;
    margin-top: 2px;
}
.lh-cu-mb .biz-toggle .chev { color: #fff; transition: transform .2s; margin-left: 4px; }
.lh-cu-mb .biz-item.open .biz-toggle .chev { transform: rotate(180deg); }
.lh-cu-mb .biz-body {
    display: none;
    padding: 0 16px 14px;
    border-top: 1px solid rgba(255,255,255,.08);
}
.lh-cu-mb .biz-item.open .biz-body { display: block; padding-top: 12px; }
.lh-cu-mb .biz-body .biz-phone {
    display: flex; align-items: center; justify-content: center; gap: 8px;
    background: rgba(255,255,255,.08);
    color: #fff;
    text-decoration: none;
    padding: 10px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
}
.lh-cu-mb .biz-body .biz-phone i { margin-right: 4px; }
.lh-cu-mb .biz-body .biz-addr {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 12px;
    opacity: .8;
    margin-bottom: 10px;
    text-align: center;
    line-height: 1.4;
}
.lh-cu-mb .biz-body .biz-addr i { font-size: 11px; opacity: .65; }
.lh-cu-mb .biz-body .hours-list {
    font-size: 13px;
    line-height: 1.6;
}
.lh-cu-mb .biz-body .hours-list p { margin: 0 0 4px; opacity: .9; }

/* Form */
.lh-cu-mb .cu-form .field { margin-bottom: 12px; }
.lh-cu-mb .cu-form label {
    display: block;
    font-size: 13px;
    margin-bottom: 6px;
    opacity: .85;
    font-weight: 500;
}
.lh-cu-mb .cu-form input,
.lh-cu-mb .cu-form textarea {
    width: 100%;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 8px;
    padding: 12px 14px;
    color: #fff;
    font-size: 15px;
    font-family: inherit;
}
.lh-cu-mb .cu-form input::placeholder,
.lh-cu-mb .cu-form textarea::placeholder { color: rgba(255,255,255,.5); }
.lh-cu-mb .cu-form textarea { resize: vertical; min-height: 120px; }
.lh-cu-mb .cu-form .field-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.lh-cu-mb .cu-submit {
    display: flex; align-items: center; justify-content: center;
    width: 100%;
    background: #284b65;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 14px;
    font-family: 'Big Caslon', 'Times New Roman', serif;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    margin-top: 6px;
}
.lh-cu-mb .cu-submit i { margin-right: 10px; }
.lh-cu-mb .cu-fineprint {
    text-align: center;
    font-size: 11px;
    opacity: .55;
    margin: 10px 0 0;
    font-style: italic;
}

/* Alerts */
.lh-cu-mb .alert {
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 13px;
    margin-bottom: 12px;
}
.lh-cu-mb .alert-danger {
    background: rgba(220, 53, 69, .15);
    border: 1px solid rgba(220, 53, 69, .55);
    color: #ffd6d9;
}
.lh-cu-mb .alert-success {
    background: rgba(40, 167, 69, .18);
    border: 1px solid rgba(40, 167, 69, .55);
    color: #d6f1d9;
}
