﻿/* =========================
   SERVIÇOS - BASE
========================= */
.services-page {
    position: relative;
    overflow: hidden;
}

    .services-page section {
        position: relative;
    }

/* =========================
   TÍTULOS DE SEÇÃO
========================= */
.services-section-heading {
    max-width: 780px;
    margin: 0 auto 48px;
    text-align: center;
}

.services-section-heading--left {
    margin: 0 0 32px;
    text-align: left;
}

.services-section-heading__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 14px;
    margin-bottom: 18px;
    border-radius: 999px;
    background: rgba(238, 212, 165, 0.10);
    border: 1px solid rgba(238, 212, 165, 0.18);
    color: #eed4a5;
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.services-section-heading__title {
    margin: 0;
    color: #ffffff;
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 800;
    line-height: 1.08;
}

.services-section-heading__text {
    margin: 18px auto 0;
    max-width: 700px;
    color: #cbd5f5;
    font-size: 1rem;
    line-height: 1.8;
}

.services-section-heading--left .services-section-heading__text {
    margin-left: 0;
    margin-right: 0;
}

/* =========================
   HERO
========================= */
.services-hero {
    padding: 96px 0 72px;
    isolation: isolate;
}

.services-hero__background {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: radial-gradient(circle at top center, rgba(30, 64, 175, 0.24), transparent 36%), radial-gradient(circle at 80% 20%, rgba(249, 115, 22, 0.10), transparent 22%), linear-gradient(180deg, #020617 0%, #030915 45%, #020617 100%);
}

.services-hero__container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 56vh;
}

.services-hero__content {
    max-width: 900px;
    text-align: center;
}

.services-hero__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 16px;
    margin-bottom: 22px;
    border-radius: 999px;
    background: rgba(238, 212, 165, 0.12);
    border: 1px solid rgba(238, 212, 165, 0.22);
    color: #eed4a5;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.services-hero__title {
    margin: 0;
    color: #ffffff;
    font-size: clamp(2.4rem, 5vw, 4.5rem);
    font-weight: 900;
    line-height: 1.03;
}

.services-hero__text {
    margin: 24px auto 0;
    max-width: 760px;
    color: #cbd5f5;
    font-size: 1.05rem;
    line-height: 1.85;
}

.services-hero__actions {
    margin-top: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

/* =========================
   SERVIÇOS PRINCIPAIS
========================= */
.services-list {
    padding: 88px 0;
}

.services-list__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.services-card {
    padding: 30px 24px;
    border-radius: 26px;
    background: linear-gradient(180deg, rgba(10, 18, 38, 0.92), rgba(4, 10, 24, 0.94));
    border: 1px solid rgba(203, 213, 245, 0.10);
    box-shadow: 0 24px 44px rgba(0, 0, 0, 0.18);
}

.services-card__icon {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    margin-bottom: 22px;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.22), transparent 36%), linear-gradient(135deg, rgba(238, 212, 165, 0.26), rgba(59, 130, 246, 0.24));
    border: 1px solid rgba(238, 212, 165, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #eed4a5;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.02em;
    box-shadow: inset 0 0 18px rgba(255, 255, 255, 0.04);
}

    .services-card__icon::before {
        display: block;
    }

.services-card:nth-child(1) .services-card__icon::before {
    content: "24h";
}

.services-card:nth-child(2) .services-card__icon::before {
    content: "↗";
}

.services-card:nth-child(3) .services-card__icon::before {
    content: "!";
}

.services-card:nth-child(4) .services-card__icon::before {
    content: "SP";
}

.services-card:nth-child(5) .services-card__icon::before {
    content: "BR";
}

.services-card:nth-child(6) .services-card__icon::before {
    content: "✓";
}

.services-card__title {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 1.12rem;
    font-weight: 800;
    line-height: 1.3;
}

.services-card__text {
    margin: 0;
    color: #cbd5f5;
    font-size: 0.96rem;
    line-height: 1.8;
}

/* =========================
   COMO FUNCIONA
========================= */
.services-steps {
    padding: 88px 0;
}

.services-steps__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.services-step {
    padding: 32px 24px;
    border-radius: 26px;
    background: linear-gradient(180deg, rgba(7, 13, 28, 0.92), rgba(3, 8, 20, 0.96));
    border: 1px solid rgba(203, 213, 245, 0.10);
    text-align: center;
}

.services-step__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(238, 212, 165, 0.16);
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 800;
}

.services-step__title {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 800;
}

.services-step__text {
    margin: 0;
    color: #cbd5f5;
    font-size: 0.96rem;
    line-height: 1.8;
}

/* =========================
   COBERTURA
========================= */
.services-coverage {
    padding: 88px 0;
}

.services-coverage__content {
    max-width: 980px;
    margin: 0 auto;
    padding: 40px 34px;
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(8, 14, 30, 0.92), rgba(3, 8, 20, 0.95));
    border: 1px solid rgba(203, 213, 245, 0.10);
    box-shadow: 0 24px 44px rgba(0, 0, 0, 0.16);
}

.services-coverage__text {
    margin: 0;
    color: #cbd5f5;
    font-size: 1rem;
    line-height: 1.85;
}

.services-coverage__tags {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.services-coverage__tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(203, 213, 245, 0.14);
    color: #dbe5ff;
    font-size: 0.9rem;
    font-weight: 600;
}

.services-coverage__actions {
    margin-top: 30px;
}

/* =========================
   DIFERENCIAIS
========================= */
.services-highlights {
    padding: 88px 0;
}

.services-highlights__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.services-highlight {
    padding: 28px 24px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(10, 18, 38, 0.92), rgba(4, 10, 24, 0.94));
    border: 1px solid rgba(203, 213, 245, 0.10);
}

.services-highlight__title {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 1.05rem;
    font-weight: 800;
}

.services-highlight__text {
    margin: 0;
    color: #cbd5f5;
    font-size: 0.95rem;
    line-height: 1.8;
}

/* =========================
   CTA FINAL
========================= */
.services-cta {
    padding: 88px 0 104px;
}

.services-cta__card {
    max-width: 980px;
    margin: 0 auto;
    padding: 44px 34px;
    border-radius: 32px;
    text-align: center;
    background: radial-gradient(circle at top center, rgba(249, 115, 22, 0.12), transparent 28%), linear-gradient(180deg, rgba(7, 13, 28, 0.94), rgba(3, 8, 20, 0.98));
    border: 1px solid rgba(203, 213, 245, 0.12);
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.20);
}

.services-cta__title {
    margin: 0;
    color: #ffffff;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    line-height: 1.08;
}

.services-cta__text {
    margin: 18px auto 0;
    max-width: 680px;
    color: #cbd5f5;
    font-size: 1rem;
    line-height: 1.85;
}

.services-cta__actions {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.services-cta__contact {
    margin: 22px 0 0;
    color: #cbd5f5;
    font-size: 0.96rem;
    line-height: 1.7;
}

/* =========================
   RESPONSIVO
========================= */
@media (max-width: 1200px) {
    .services-list__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .services-highlights__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 992px) {
    .services-hero {
        padding: 82px 0 64px;
    }

    .services-hero__container {
        min-height: auto;
    }

    .services-steps__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .services-hero {
        padding: 72px 0 56px;
    }

    .services-list,
    .services-steps,
    .services-coverage,
    .services-highlights,
    .services-cta {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .services-section-heading {
        margin-bottom: 34px;
    }

    .services-section-heading__eyebrow {
        min-height: 32px;
        font-size: 0.78rem;
        padding: 0 12px;
        margin-bottom: 16px;
    }

    .services-section-heading__text,
    .services-hero__text,
    .services-card__text,
    .services-step__text,
    .services-coverage__text,
    .services-highlight__text,
    .services-cta__text {
        font-size: 0.96rem;
        line-height: 1.8;
    }

    .services-list__grid,
    .services-highlights__grid {
        grid-template-columns: 1fr;
    }

    .services-card,
    .services-step,
    .services-coverage__content,
    .services-highlight,
    .services-cta__card {
        padding-left: 22px;
        padding-right: 22px;
    }

    .services-hero__actions {
        gap: 12px;
    }

    .services-coverage__actions,
    .services-cta__actions {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .services-hero__title {
        font-size: clamp(2.1rem, 9vw, 3rem);
    }

    .services-section-heading__title,
    .services-cta__title {
        font-size: clamp(1.8rem, 8vw, 2.4rem);
    }

    .services-hero__actions {
        flex-direction: column;
    }

        .services-hero__actions .btn-primary-orange,
        .services-hero__actions .btn-secondary-dark,
        .services-cta__actions .btn-primary-orange {
            width: 100%;
        }

    .services-card,
    .services-step,
    .services-highlight,
    .services-cta__card {
        border-radius: 22px;
    }

    .services-coverage__content {
        border-radius: 24px;
    }
}
