:root {
    --primary: #1a2332;
    --secondary: #b8956a;
    --dark: #0f172a;
}

.navbar-brand img {
    max-height: 52px;
    width: auto;
}

.hero-form {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}

.hero-form .form-control,
.hero-form .form-select {
    background: #fff;
}

.lp-form-status {
    margin-top: 0.75rem;
    font-weight: 600;
    font-size: 0.95rem;
}

.lp-form-status--pending {
    color: #64748b;
}

.lp-form-status--success {
    color: #15803d;
}

.lp-form-status--error {
    color: #b91c1c;
}

.mobile-call-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.mobile-call-bar a {
    padding: 0.95rem;
    text-align: center;
    font-weight: 700;
    color: #fff;
}

.mobile-call-bar .call {
    background: var(--secondary);
}

.mobile-call-bar .form-link {
    background: var(--primary);
}

@media (min-width: 992px) {
    .mobile-call-bar {
        display: none;
    }
}

@media (max-width: 991.98px) {
    body {
        padding-bottom: 52px;
    }
}
