/* ============================
   GLOBAL edited 12-5/25
============================ */

body {
    margin: 0;
    font-family: Arial, sans-serif;
    color: #222;
    background: #fafafa;
    line-height: 1.5;
}

/* ============================
   HERO
============================ */

.hero {
    padding: 18px 20px;
    text-align: center;
    background: linear-gradient(135deg, #0b5fa4, #1a88d9);
    color: white;
}

.hero h1 {
    font-size: 2rem;
    margin-bottom: 5px;
}

.tagline {
    font-size: 1rem;
    font-weight: bold;
}

.subtitle {
    max-width: 680px;
    margin: 10px auto 0;
    font-size: 0.95rem;
}

/* ============================
   SECTIONS
============================ */

.about,
.services,
.contact {
    padding: 12px 20px;
    max-width: 960px;
    margin: auto;
}

.about h2,
.contact h2 {
    text-align: center;
    margin-bottom: 5px;
    font-size: 1.4rem;
}

/* keep spacing above services grid */
.services h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.4rem;
}

/* ============================
   SERVICES GRID
============================ */

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 12px;
}

.card {
    background: white;
    padding: 12px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    text-align: center;
}

.card h3 {
    margin-top: 0;
    margin-bottom: 5px;
    color: #0b5fa4;
}

/* ✅ PRICE STYLING FOR $149 PROMO */
.price {
    font-size: 1.3rem;
    font-weight: bold;
    color: #1a88d9;
    margin: 6px 0;
}

/* ============================
   CONTACT
============================ */

.contact {
    text-align: center;
}

/* ============================
   FOOTER
============================ */

footer {
    text-align: center;
    padding: 12px;
    font-size: 0.85rem;
    background: #eee;
}
