.services-hero {
    min-height: 82vh;
    padding: 150px 8% 92px;
    background: #08080d;
    display: flex;
    align-items: center;
    text-align: center;
}

.services-hero-content {
    max-width: 920px;
    margin: 0 auto;
}

.eyebrow,
.section-heading span,
.service-label {
    display: inline-block;
    color: #d4b483;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.services-hero h1,
.featured-copy h2,
.section-heading h2,
.choose-content h2,
.process-section h2,
.services-cta-content h2 {
    font-family: 'Playfair Display', serif;
    color: #ffffff;
}

.services-hero h1 {
    font-size: clamp(44px, 5.4vw, 68px);
    line-height: 1.08;
    margin-bottom: 24px;
}

.services-hero p {
    max-width: 760px;
    margin: 0 auto;
    color: #d9d4cc;
    font-size: 18px;
    line-height: 1.85;
}

.hero-actions {
    margin-top: 34px;
}

.hero-actions p {
    margin-top: 14px;
    color: #bdb7ae;
    font-size: 14px;
}

.primary-btn,
.featured-details a,
.service-bottom a,
.choose-content a,
.services-cta-content a {
    display: inline-block;
    background: #d4b483;
    color: #111111;
    padding: 16px 34px;
    border-radius: 44px;
    font-weight: 600;
    transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.primary-btn:hover,
.featured-details a:hover,
.service-bottom a:hover,
.choose-content a:hover,
.services-cta-content a:hover {
    background: #b89563;
    transform: translateY(-3px);
    box-shadow: 0 16px 38px rgba(212, 180, 131, 0.18);
}

.featured-service {
    padding: 0 8% 100px;
    background: #08080d;
}

.featured-card {
    max-width: 1120px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 50px;
    align-items: center;
    padding: 46px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(212, 180, 131, 0.32);
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.28);
}

.featured-copy h2 {
    font-size: clamp(34px, 4vw, 50px);
    line-height: 1.18;
    margin-bottom: 20px;
}

.featured-copy p {
    color: #e4ded5;
    line-height: 1.85;
    margin-bottom: 24px;
}

.featured-copy ul {
    list-style: none;
    display: grid;
    gap: 12px;
}

.featured-copy li {
    color: #d9d4cc;
    line-height: 1.7;
    padding-left: 20px;
    position: relative;
}

.featured-copy li::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #d4b483;
    position: absolute;
    left: 0;
    top: 10px;
}

.featured-details {
    display: grid;
    gap: 14px;
}

.featured-details span {
    color: #f2eee8;
    padding: 14px 16px;
    border-radius: 999px;
    text-align: center;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.09);
}

.featured-details a {
    text-align: center;
    margin-top: 8px;
}

.services-list,
.process-section {
    padding: 100px 8%;
    background: #111118;
}

.section-heading {
    max-width: 780px;
    margin: 0 auto 52px;
    text-align: center;
}

.section-heading h2 {
    font-size: clamp(34px, 4vw, 48px);
    line-height: 1.2;
    margin-bottom: 18px;
}

.section-heading p {
    color: #d9d4cc;
    line-height: 1.8;
}

.services-grid {
    max-width: 1120px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.service-card {
    min-height: 430px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 34px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.09);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.16);
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.service-card:hover {
    transform: translateY(-6px);
    border-color: rgba(212, 180, 131, 0.38);
}

.service-card.highlighted {
    border-color: rgba(212, 180, 131, 0.32);
    background: rgba(212, 180, 131, 0.075);
}

.service-card h3 {
    font-family: 'Playfair Display', serif;
    color: #ffffff;
    font-size: 34px;
    margin-bottom: 18px;
}

.service-card p {
    color: #d9d4cc;
    line-height: 1.85;
}

.service-bottom {
    margin-top: 32px;
}

.service-bottom span {
    display: block;
    color: #d4b483;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 18px;
}

.service-bottom a {
    width: 100%;
    text-align: center;
    padding: 14px 24px;
}

.choose-help {
    padding: 100px 8%;
    background: #0d0d13;
    text-align: center;
}

.choose-content {
    max-width: 820px;
    margin: 0 auto;
}

.choose-content h2 {
    font-size: clamp(34px, 4vw, 50px);
    line-height: 1.22;
    margin-bottom: 22px;
}

.choose-content p {
    max-width: 690px;
    margin: 0 auto 32px;
    color: #d9d4cc;
    line-height: 1.85;
}

.process-grid {
    max-width: 1120px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.process-grid div {
    padding: 32px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.process-grid span {
    display: inline-block;
    color: #d4b483;
    font-weight: 700;
    margin-bottom: 22px;
}

.process-grid h3 {
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 12px;
}

.process-grid p {
    color: #d9d4cc;
    line-height: 1.8;
}

.services-cta {
    padding: 105px 8%;
    background: #08080d;
    text-align: center;
}

.services-cta-content {
    max-width: 900px;
    margin: 0 auto;
}

.services-cta-content h2 {
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.22;
    margin-bottom: 22px;
}

.services-cta-content p {
    max-width: 700px;
    margin: 0 auto 34px;
    color: #d9d4cc;
    line-height: 1.8;
}

@media (max-width: 992px) {
    .services-hero {
        padding: 190px 5% 90px;
    }

    .featured-service,
    .services-list,
    .choose-help,
    .process-section,
    .services-cta {
        padding-left: 5%;
        padding-right: 5%;
    }

    .featured-card {
        grid-template-columns: 1fr;
    }

    .services-grid,
    .process-grid {
        grid-template-columns: 1fr;
        max-width: 680px;
    }

    .service-card {
        min-height: auto;
    }
}

@media (max-width: 768px) {
    .services-hero {
        min-height: auto;
        padding: 70px 5% 76px;
    }

    .services-hero h1 {
        font-size: 40px;
    }

    .services-hero p {
        font-size: 15px;
        line-height: 1.8;
    }

    .primary-btn,
    .featured-details a,
    .choose-content a,
    .services-cta-content a {
        width: 100%;
        max-width: 320px;
        text-align: center;
        padding: 15px 24px;
    }

    .featured-service {
        padding-bottom: 76px;
    }

    .featured-card,
    .service-card,
    .process-grid div {
        padding: 28px;
    }

    .services-list,
    .choose-help,
    .process-section,
    .services-cta {
        padding-top: 76px;
        padding-bottom: 76px;
    }
}

@media (max-width: 420px) {
    .services-hero h1 {
        font-size: 36px;
    }

    .featured-copy h2,
    .section-heading h2,
    .choose-content h2,
    .services-cta-content h2 {
        font-size: 31px;
    }

    .service-card h3 {
        font-size: 30px;
    }
}