.services-hero {
    margin-top: -80px;
    padding-top: 80px;
    position: relative;
    min-height: calc(100vh + 80px);
    min-height: calc(100dvh + 80px);
    display: grid;
    align-items: center;
    background-image: url("https://images.unsplash.com/photo-1519389950473-47ba0277781c?auto=format&fit=crop&w=1800&q=80");
    background-size: cover;
    background-position: center;
    isolation: isolate;
}

.services-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(7, 9, 16, 0.92) 0%, rgba(7, 9, 16, 0.75) 46%, rgba(7, 9, 16, 0.45) 100%),
        radial-gradient(circle at 86% 25%, rgba(255, 255, 255, 0.14), transparent 38%);
    z-index: -1;
}

.services-hero-content {
    max-width: 900px;
    color: #fff;
    padding-block: 70px;
}

.service-chip {
    display: inline-flex;
    align-items: center;
    margin: 0 0 16px;
    padding: 10px 18px;
    border-radius: 999px;
    font-size: 0.94rem;
    font-weight: 600;
    color: #ff5959;
    background: rgba(238, 47, 47, 0.18);
}

.services-hero-content h1 {
    margin: 0;
    font-size: clamp(2.4rem, 7vw, 6.8rem);
    line-height: 0.94;
    letter-spacing: -0.04em;
}

.services-hero-content p {
    margin: 24px 0 0;
    max-width: 900px;
    font-size: clamp(1rem, 2vw, 2rem);
    color: rgba(255, 255, 255, 0.86);
}

.service-hero-actions {
    margin-top: 34px;
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.service-overview {
    background: #f3f4f6;
    padding: 72px 0;
}

.overview-grid {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 42px;
    align-items: start;
}

.overview-copy h2 {
    margin: 0;
    color: #111c34;
    font-size: clamp(2rem, 5.2vw, 5.3rem);
    line-height: 0.98;
    letter-spacing: -0.03em;
}

.overview-copy p {
    margin: 18px 0 0;
    color: #2f4665;
    font-size: 1.08rem;
    max-width: 680px;
}

.overview-copy p.overview-result {
    font-weight: 700;
}

.overview-image {
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(15, 28, 48, 0.16);
}

.overview-image img {
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: cover;
    display: block;
}

.deliver-section {
    background: #f3f4f6;
    padding: 28px 0 76px;
}

.deliver-title {
    margin: 0;
    text-align: center;
    color: #111c34;
    font-size: clamp(2rem, 4.5vw, 4.8rem);
    line-height: 1;
}

.deliver-title span {
    color: #e72929;
}

.deliver-grid {
    margin-top: 36px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.deliver-card {
    background: #f5f6f8;
    border: 1px solid #d5dbe4;
    border-radius: 24px;
    padding: 30px 30px 34px;
    box-shadow: 0 8px 20px rgba(19, 31, 50, 0.08);
}

.deliver-card i {
    color: #e22f2f;
    font-size: 1.85rem;
}

.deliver-card h3 {
    margin: 20px 0 10px;
    font-size: clamp(1.7rem, 2.4vw, 2.9rem);
    line-height: 0.95;
    color: #0f1c35;
    letter-spacing: -0.02em;
}

.deliver-card p {
    margin: 0;
    color: #355073;
    font-size: 1.05rem;
}

.service-why {
    background: #f3f4f6;
    padding: 24px 0 68px;
}

.why-title {
    margin: 0;
    text-align: center;
    color: #111c34;
    font-size: clamp(2rem, 4.5vw, 4.6rem);
    line-height: 1;
}

.why-subtitle {
    margin: 20px auto 0;
    max-width: 1220px;
    text-align: center;
    font-size: 1.08rem;
    color: #2f4666;
}

.why-list {
    margin: 38px auto 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 26px;
    max-width: 1320px;
}

.why-list p {
    margin: 0;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #2a4468;
    font-size: 1.02rem;
}

.why-list i {
    color: #e62b2b;
    font-size: 1.7rem;
    margin-top: 2px;
}

.service-cta-wrap {
    position: relative;
    padding: 78px 0;
    isolation: isolate;
    background-image: url("https://images.unsplash.com/photo-1497366216548-37526070297c?auto=format&fit=crop&w=1800&q=80");
    background-size: cover;
    background-position: center;
}

.service-cta-overlay {
    position: absolute;
    inset: 0;
    background: rgba(238, 240, 244, 0.84);
    z-index: -1;
}

.service-cta-card {
    max-width: 1200px;
    margin: 0 auto;
    background: rgba(250, 250, 252, 0.95);
    border-radius: 34px;
    border: 1px solid #d3dae5;
    box-shadow: 0 22px 44px rgba(18, 30, 48, 0.12);
    text-align: center;
    padding: 56px 22px;
}

.service-cta-card h2 {
    margin: 0;
    font-size: clamp(2rem, 4.6vw, 4.7rem);
    line-height: 1;
    color: #111c34;
}

.service-cta-card p {
    margin: 18px auto 0;
    max-width: 900px;
    color: #3a4a61;
    font-size: 1.1rem;
}

.service-cta-card .service-hero-actions {
    justify-content: center;
}

@media (max-width: 1100px) {
    .overview-grid,
    .deliver-grid,
    .why-list {
        grid-template-columns: 1fr;
    }

    .overview-image img {
        min-height: 360px;
    }
}

@media (max-width: 768px) {
    .services-hero {
        margin-top: -68px;
        padding-top: 68px;
        min-height: calc(100vh + 68px);
        min-height: calc(100dvh + 68px);
    }

    .services-hero-content p,
    .overview-copy p,
    .why-subtitle,
    .service-cta-card p {
        font-size: 1rem;
    }

    .service-hero-actions {
        gap: 10px;
    }

    .service-hero-actions .btn {
        width: 100%;
    }

    .overview-copy h2 {
        font-size: clamp(2rem, 10vw, 3.2rem);
    }

    .deliver-card {
        padding: 24px 20px;
    }

    .service-overview,
    .deliver-section,
    .service-why,
    .service-cta-wrap {
        padding-block: 56px;
    }
}
