/* ===============================
   HOME PAGE
================================ */

/* HERO polish */
.hero-content {
    max-width: 760px;
}

/* Trust strip tightening */
.trust-strip {
    margin-top: -40px;
}

/* Services snapshot hover */
.services-grid .service-card:hover {
    transform: translateY(-8px);
}

/* Why choose spacing */
.why-choose {
    padding-top: 80px;
}

/* How we work timeline */
.how-step {
    background: linear-gradient(180deg, #ffffff, #f8fafc);
}
