/* Shared landing-page (lp-*) styles — extracted from city landing templates 2026-07-15 */
/* ═══════════════════════════════════════════════════════════════
   Landing Page Styles - Motors in Mumbai
   ═══════════════════════════════════════════════════════════════ */

.lp-hero {
    padding: 60px 0 50px;
    background: #f8fafb;
}

.lp-hero__tagline {
    display: inline-block;
    background: #e8f4fc;
    color: #157bba;
    padding: 6px 16px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.lp-hero__title {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a2e;
    line-height: 1.25;
    margin-bottom: 18px;
}

.lp-hero__text {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 24px;
}

.lp-hero__features {
    margin-bottom: 28px;
}

.lp-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #333;
}

.lp-feature i {
    color: #28a745;
    font-size: 16px;
    flex-shrink: 0;
}

.lp-hero__cta {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.lp-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.lp-btn--outline {
    background: transparent !important;
    border: 2px solid #157bba;
    color: #157bba !important;
}

.lp-btn--outline:hover {
    background: #157bba !important;
    color: #fff !important;
}

.lp-hero__card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    overflow: hidden;
}

.lp-card__header {
    background: #157bba;
    color: #fff;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.lp-card__header i { font-size: 20px; }
.lp-card__header h3 { font-size: 18px; margin: 0; color: #fff; }

.lp-card__body {
    padding: 20px 24px;
}

.lp-card__body p { margin-bottom: 8px; font-size: 14px; color: #444; }
.lp-card__body a { color: #157bba; text-decoration: none; }
.lp-card__body i { width: 18px; color: #157bba; margin-right: 6px; }
.lp-card__map iframe { display: block; }

.lp-products { padding: 60px 0; background: #fff; }

.lp-product-card {
    background: #f8fafb;
    border-radius: 8px;
    padding: 30px 24px;
    margin-bottom: 24px;
    border: 1px solid #e8eef3;
    transition: box-shadow 0.3s ease;
    height: 100%;
}

.lp-product-card:hover { box-shadow: 0 6px 24px rgba(0,0,0,0.08); }

.lp-product-card__icon {
    width: 56px; height: 56px; background: #e8f4fc;
    border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 18px;
}

.lp-product-card__icon i { font-size: 24px; color: #157bba; }
.lp-product-card h3 { font-size: 20px; color: #1a1a2e; margin-bottom: 12px; }
.lp-product-card p { font-size: 14px; color: #555; line-height: 1.6; margin-bottom: 14px; }
.lp-product-card ul { list-style: none; padding: 0; margin: 0; }

.lp-product-card ul li {
    font-size: 14px; color: #333; padding: 4px 0; padding-left: 18px; position: relative;
}

.lp-product-card ul li::before {
    content: "\f00c"; font-family: "Font Awesome 5 Free"; font-weight: 900;
    position: absolute; left: 0; color: #28a745; font-size: 11px; top: 6px;
}

.lp-why-us { padding: 60px 0; background: #f8fafb; }
.lp-why-us h2 { font-size: 30px; color: #1a1a2e; margin-bottom: 30px; line-height: 1.3; }

.lp-why-item { display: flex; gap: 18px; margin-bottom: 24px; }

.lp-why-item__number {
    width: 44px; height: 44px; background: #157bba; color: #fff;
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    font-size: 14px; font-weight: 700; flex-shrink: 0;
}

.lp-why-item__content h4 { font-size: 17px; color: #1a1a2e; margin-bottom: 4px; }
.lp-why-item__content p { font-size: 14px; color: #555; line-height: 1.6; margin: 0; }

.lp-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }

.lp-stat-card {
    background: #fff; border-radius: 10px; padding: 28px 20px;
    text-align: center; box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.lp-stat__number { font-size: 36px; font-weight: 800; color: #157bba; line-height: 1; margin-bottom: 6px; }
.lp-stat__label { font-size: 14px; color: #666; font-weight: 500; }

.lp-brands { padding: 50px 0; background: #fff; }
.lp-brands__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }

.lp-brand-item {
    background: #f8fafb; border: 1px solid #e8eef3; border-radius: 8px; padding: 24px; text-align: center;
}

.lp-brand-item h4 { font-size: 20px; color: #157bba; margin-bottom: 6px; }
.lp-brand-item p { font-size: 13px; color: #666; margin: 0; }

/* Brand Logo Styles */
.lp-brand-logo { max-height: 60px; width: auto; margin-bottom: 14px; object-fit: contain; }
.lp-brands__grid--single { grid-template-columns: 1fr; max-width: 500px; margin: 0 auto; }
.lp-brand-item--featured { border: 2px solid #157bba; background: #f0f7fc; }
.lp-brand-item--featured h4 { font-size: 22px; }

/* CTA Section */
.lp-cta { padding: 60px 0; background: #f0f6fa; }
.lp-cta__inner { text-align: center; max-width: 700px; margin: 0 auto; background: #fff; padding: 48px 40px; border-radius: 12px; box-shadow: 0 4px 24px rgba(0,0,0,0.08); }
.lp-cta__title { font-size: 30px; font-weight: 700; color: #1a1a2e; margin-bottom: 14px; }
.lp-cta__text { font-size: 16px; color: #555; line-height: 1.7; margin-bottom: 28px; }
.lp-cta__actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-bottom: 20px; }
.lp-btn--large { padding: 14px 32px; font-size: 16px; }
.lp-cta__note { font-size: 14px; color: #888; margin: 0; }
.lp-cta__note i { margin-right: 6px; color: #28a745; }

.lp-faq { padding: 60px 0; background: #fff; }

.lp-faq__item {
    background: #f8fafb; border: 1px solid #e8eef3; border-radius: 8px; padding: 24px; margin-bottom: 16px;
}

.lp-faq__item h3 { font-size: 17px; color: #1a1a2e; margin-bottom: 10px; }
.lp-faq__item p { font-size: 14px; color: #555; line-height: 1.7; margin: 0; }

@media (max-width: 991px) {
    .lp-hero__title { font-size: 28px; }
    .lp-hero__card { margin-top: 30px; }
    .lp-brands__grid { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
    .lp-hero { padding: 40px 0 30px; }
    .lp-hero__title { font-size: 24px; }
    .lp-stats { grid-template-columns: 1fr 1fr; gap: 12px; }
    .lp-hero__cta { flex-direction: column; }
    .lp-btn { justify-content: center; }
}
.lp-coverage { padding: 70px 0; background: #f7fbff; }
.lp-coverage__intro { max-width: 960px; margin: 0 auto 40px; font-size: 15.5px; line-height: 1.8; color: #555; text-align: center; }
.lp-coverage__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; max-width: 1040px; margin: 0 auto; }
.lp-coverage__region { background: #fff; border: 1px solid #e4ebf1; border-left: 4px solid #157bba; border-radius: 8px; padding: 26px 28px; box-shadow: 0 2px 10px rgba(21,123,186,.05); transition: box-shadow .3s ease, transform .3s ease; }
.lp-coverage__region:hover { box-shadow: 0 10px 24px rgba(21,123,186,.12); transform: translateY(-4px); }
.lp-coverage__region h3 { font-family: 'Libre Baskerville', serif; font-size: 19px; color: #27252a; margin: 0 0 6px; }
.lp-coverage__lead { font-size: 14px; font-weight: 700; color: #157bba; margin: 0 0 12px; }
.lp-coverage__region p { font-size: 14.5px; line-height: 1.75; color: #5a6068; margin: 0; }
.lp-coverage__note { max-width: 960px; margin: 36px auto 0; text-align: center; font-size: 15px; line-height: 1.8; color: #444; background: #eaf4fb; border-radius: 8px; padding: 20px 26px; }
.lp-coverage__note a { color: #157bba; font-weight: 600; }
@media (max-width: 768px) { .lp-coverage__grid { grid-template-columns: 1fr; } .lp-coverage { padding: 50px 15px; } }
