/* Página /v2/solucoes — operação full-service */

.servicos-hero {
    position: relative;
    padding: clamp(3rem, 8vw, 5.5rem) 0 clamp(2.5rem, 6vw, 4rem);
    background: #0a0a0a;
    color: #fff;
    overflow: hidden;
}

.servicos-hero__bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 15% 0%, rgba(34, 197, 94, 0.14), transparent 42%),
        radial-gradient(circle at 85% 100%, rgba(34, 197, 94, 0.08), transparent 38%),
        linear-gradient(rgba(34, 197, 94, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(34, 197, 94, 0.03) 1px, transparent 1px),
        #0a0a0a;
    background-size: auto, auto, 48px 48px, 48px 48px, auto;
    pointer-events: none;
}

.servicos-hero__inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 2.5rem;
}

.servicos-hero__kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #4ade80;
}

.servicos-hero__title {
    margin: 0;
    max-width: none;
    font-family: var(--display, 'Nunito', sans-serif);
    font-size: clamp(2rem, 5vw, 3.25rem);
    font-weight: 900;
    line-height: 1.08;
    color: #ffffff;
}

.servicos-hero__highlight {
    display: block;
    margin-top: 0.35rem;
    color: #4ade80;
}

.servicos-hero__lead {
    margin: 1.25rem auto 0;
    max-width: 40rem;
    font-size: clamp(1rem, 2vw, 1.125rem);
    line-height: 1.65;
    color: #a1a1aa;
}

.servicos-hero__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 1.75rem;
}

.servicos-hero__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1.35rem;
    border-radius: 0.75rem;
    font-size: 0.9375rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.servicos-hero__btn:hover {
    transform: scale(1.02);
}

.servicos-hero__btn--primary {
    background: #22c55e;
    color: #0a0a0a;
}

.servicos-hero__btn--primary:hover {
    background: #4ade80;
}

.servicos-hero__btn--secondary {
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
}

.servicos-hero__btn--secondary:hover {
    border-color: rgba(34, 197, 94, 0.45);
    background: rgba(34, 197, 94, 0.08);
}

.servicos-hero__stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem 1.5rem;
    width: 100%;
    max-width: 42rem;
    margin: 0;
    padding: 1.25rem 1.5rem;
    list-style: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.04);
}

@media (min-width: 640px) {
    .servicos-hero__stats {
        grid-template-columns: repeat(4, 1fr);
    }
}

.servicos-hero__stat-value {
    display: block;
    font-family: var(--display, 'Nunito', sans-serif);
    font-size: clamp(1.35rem, 3vw, 1.75rem);
    font-weight: 900;
    color: #fff;
    line-height: 1.1;
}

.servicos-hero__stat-label {
    display: block;
    margin-top: 0.25rem;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #71717a;
    line-height: 1.35;
}

/* Cabeçalhos de seção centralizados */
.servicos-section-head {
    max-width: 40rem;
    margin: 0 auto 2.5rem;
    text-align: center;
}

.servicos-section-head__kicker {
    display: block;
    margin-bottom: 0.625rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--verde-on-light, #167a3a);
}

.servicos-section-head__title {
    margin: 0 auto;
    max-width: none;
    font-family: var(--display, 'Nunito', sans-serif);
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 900;
    line-height: 1.12;
    color: #111827;
    text-align: center;
}

.servicos-section-head__lead {
    margin: 1rem auto 0;
    font-size: 1.0625rem;
    line-height: 1.65;
    color: #4b5563;
}

.bg-gray-900 .servicos-section-head__kicker,
.bg-black .servicos-section-head__kicker {
    color: #4ade80;
}

.bg-gray-900 .servicos-section-head__lead,
.bg-black .servicos-section-head__lead {
    color: #9ca3af;
}

.servicos-section-cta {
    margin: 2.5rem 0 0;
    text-align: center;
}

/* Seção 1 — benefícios / por que contratar */
.servicos-beneficios {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    max-width: 56rem;
    margin: 0 auto;
}

@media (min-width: 640px) {
    .servicos-beneficios {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .servicos-beneficios {
        grid-template-columns: repeat(4, 1fr);
    }
}

.servicos-beneficio-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1.5rem 1.25rem;
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    height: 100%;
}

.servicos-beneficio-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    margin-bottom: 1rem;
    border-radius: 0.75rem;
    background: var(--accent-bg-on-light, rgba(22, 122, 58, 0.1));
    color: var(--verde-on-light, #167a3a);
    font-size: 1.125rem;
}

.servicos-beneficio-card__title {
    margin: 0 0 0.5rem;
    max-width: none;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.3;
    color: #111827;
    text-align: center;
}

.servicos-beneficio-card__desc {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.55;
    color: #4b5563;
}

.page-servicos .solucoes-anchor-section :is(h2, h3).servicos-section-head__title,
.page-servicos .solucoes-anchor-section .servicos-section-head h2 {
    max-width: none;
}

.page-servicos .solucoes-anchor-section .text-center h2,
.page-servicos .solucoes-anchor-section .text-center h3 {
    margin-inline: auto;
    text-align: center;
}

/* Seção Canais — fundo escuro */
.servicos-canais .servicos-section-head__kicker {
    color: #4ade80;
}

.servicos-section-head__title--dark {
    color: #ffffff;
}

.servicos-section-head__lead--dark {
    color: #9ca3af;
}

.servicos-canais-bullets {
    list-style: none;
    margin: 0 auto 2rem;
    padding: 0;
    max-width: 40rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    text-align: center;
}

.servicos-canais-bullets li {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0.625rem;
    color: #d1d5db;
    font-size: 0.9375rem;
    line-height: 1.55;
}

.servicos-canais-bullets i {
    margin-top: 0.2rem;
}

.servicos-canais-marquee {
    margin: 0 calc(-1 * var(--container-gutter, 64px));
}

.servicos-canais-marquee .canais-marquee-widget {
    padding: 0.5rem 0 1.5rem;
}

@media (max-width: 767px) {
    .servicos-canais-marquee {
        margin: 0 -20px;
    }
}

/* Escopo — grid de cards simétricos */
.servicos-escopo-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin: 0 auto;
}

@media (min-width: 1024px) {
    .servicos-escopo-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.25rem;
    }
}

.servicos-escopo-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 100%;
    min-height: 100%;
    padding: 1.75rem 1.5rem;
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.servicos-escopo-card:hover {
    border-color: var(--accent-border-on-light, rgba(22, 122, 58, 0.28));
    box-shadow: 0 8px 24px rgba(22, 122, 58, 0.08);
}

.servicos-escopo-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    margin-bottom: 1.125rem;
    border-radius: 0.875rem;
    background: var(--accent-bg-on-light, rgba(22, 122, 58, 0.1));
    color: var(--verde-on-light, #167a3a);
    font-size: 1.25rem;
}

.servicos-escopo-card__title {
    margin: 0 0 0.625rem;
    max-width: none;
    font-size: 1.0625rem;
    font-weight: 800;
    line-height: 1.3;
    color: #111827;
    text-align: center;
}

.servicos-escopo-card__desc {
    margin: 0 0 1.25rem;
    font-size: 0.875rem;
    line-height: 1.55;
    color: #4b5563;
    flex-grow: 1;
}

.servicos-escopo-card__list {
    list-style: none;
    margin: 0;
    padding: 1.125rem 0 0;
    width: 100%;
    border-top: 1px solid #f3f4f6;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    text-align: left;
}

.servicos-escopo-card__list li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 0.8125rem;
    line-height: 1.45;
    color: #374151;
}

.servicos-escopo-card__list i {
    flex-shrink: 0;
    margin-top: 0.2rem;
    color: var(--verde-on-light, #167a3a);
    font-size: 0.6875rem;
}

.page-servicos .solucoes-anchor-section .max-w-3xl:not(.mx-auto) {
    max-width: 40rem;
    margin-inline: auto;
    text-align: center;
}

/* ── Hero fullscreen (Imobiliário) — imagem full-bleed, conteúdo em .container ── */
.solucoes-vertical-hero--fullscreen {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 100svh;
    overflow: hidden;
    color: #fff;
}

@media (min-width: 1024px) {
    .solucoes-vertical-hero--fullscreen {
        justify-content: center;
    }
}

.solucoes-vertical-hero--fullscreen .solucoes-vertical-hero__bg {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.05);
}

.solucoes-vertical-hero__overlay--theme {
    background-color: var(--preto, #080808);
    opacity: 0.6;
}

.solucoes-vertical-hero--fullscreen .solucoes-vertical-hero__overlay--theme {
    background:
        linear-gradient(to bottom, rgba(8, 8, 8, 0.15) 0%, rgba(8, 8, 8, 0.45) 55%, rgba(8, 8, 8, 0.65) 100%),
        var(--preto, #080808);
    opacity: 0.6;
}

.solucoes-vertical-hero__container--fullscreen {
    position: relative;
    z-index: 1;
    width: 100%;
    padding-top: calc(var(--nav-height, 64px) + 1.5rem);
    padding-bottom: clamp(2.5rem, 6vw, 4rem);
}

.solucoes-vertical-hero__grid {
    display: grid;
    gap: 2.5rem;
    align-items: end;
}

@media (min-width: 1024px) {
    .solucoes-vertical-hero__grid {
        grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
        gap: 3.5rem;
        align-items: center;
    }
}

.solucoes-vertical-hero__copy {
    min-width: 0;
}

.solucoes-vertical-hero__back {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: color 0.2s ease;
}

.solucoes-vertical-hero__back:hover {
    color: #fff;
}

.solucoes-vertical-hero__back i {
    font-size: 0.75rem;
}

.solucoes-vertical-hero__pill {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1rem;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    border: 1px solid rgba(74, 255, 107, 0.45);
    background: rgba(74, 255, 107, 0.15);
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--verde, #4aff6b);
}

.solucoes-vertical-hero__headline {
    margin: 1rem 0 0;
    font-family: var(--display, 'Nunito', sans-serif);
    font-size: clamp(2.25rem, 6vw, 4.5rem);
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -0.025em;
    color: #fff;
}

.solucoes-vertical-hero__subtitle {
    margin: 1rem 0 0;
    max-width: 36rem;
    font-size: clamp(1.0625rem, 2.2vw, 1.25rem);
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.92);
}

.solucoes-vertical-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 2rem;
}

.solucoes-vertical-hero__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    border-radius: 0.625rem;
    font-size: 0.9375rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.solucoes-vertical-hero__cta--primary {
    background: var(--verde, #4aff6b);
    color: #0a0a0a;
}

.solucoes-vertical-hero__cta--primary:hover {
    transform: scale(1.02);
    background: #3de85f;
}

.solucoes-vertical-hero__cta--secondary {
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.solucoes-vertical-hero__cta--secondary:hover {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.5);
}

.solucoes-vertical-hero__metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

@media (min-width: 640px) {
    .solucoes-vertical-hero__metrics {
        gap: 1rem;
    }
}

.solucoes-vertical-hero__metric {
    padding: 1rem 1.25rem;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(8, 8, 8, 0.55);
    backdrop-filter: blur(8px);
}

@media (min-width: 1024px) {
    .solucoes-vertical-hero__metric {
        padding: 1.25rem 1.5rem;
    }
}

.solucoes-vertical-hero__metric-value {
    margin: 0;
    font-family: var(--display, 'Nunito', sans-serif);
    font-size: clamp(1.5rem, 4vw, 2.25rem);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.02em;
    color: var(--verde, #4aff6b);
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.35);
}

.solucoes-vertical-hero__metric-label {
    margin: 0.5rem 0 0;
    font-size: 0.75rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.88);
}

/* ── Páginas de mercado (/v2/solucoes/{vertical}) — hero compacto (demais verticais) ── */
.solucoes-vertical-hero--compact {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: clamp(22rem, 52vh, 32rem);
    padding: calc(var(--nav-height, 64px) + 2.5rem) 0 clamp(2.5rem, 6vw, 4rem);
    overflow: hidden;
    color: #fff;
    text-align: center;
}

.solucoes-vertical-hero__media {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.solucoes-vertical-hero__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 35%;
    transform: scale(1.04);
}

.solucoes-vertical-hero__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.72) 55%, rgba(0, 0, 0, 0.88) 100%),
        radial-gradient(ellipse 80% 60% at 50% 40%, rgba(74, 255, 107, 0.12), transparent 65%);
}

.solucoes-vertical-hero__container {
    position: relative;
    z-index: 1;
    width: 100%;
}

.solucoes-vertical-hero__inner {
    max-width: 52rem;
    margin: 0 auto;
}

.solucoes-vertical-hero__kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--verde, #4aff6b);
}

.solucoes-vertical-hero__kicker i {
    font-size: 0.8125rem;
}

.solucoes-vertical-hero__title {
    margin: 0;
    font-family: var(--display, 'Nunito', sans-serif);
    font-size: clamp(2.25rem, 6vw, 4rem);
    font-weight: 900;
    line-height: 1.06;
    letter-spacing: -0.025em;
    color: #fff;
}

.solucoes-vertical-hero__lead {
    margin: 1.25rem auto 0;
    max-width: 42rem;
    font-size: clamp(1.0625rem, 2.2vw, 1.25rem);
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.88);
}

.solucoes-vertical-hero__case {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    margin: 1.5rem auto 0;
    padding: 0.75rem 1.25rem;
    border-radius: 1rem;
    border: 1px solid rgba(74, 255, 107, 0.28);
    background: rgba(74, 255, 107, 0.1);
    font-family: var(--display, 'Nunito', sans-serif);
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    font-weight: 900;
    color: #fff;
    line-height: 1.15;
}

.solucoes-vertical-hero__case-label {
    font-family: var(--body, 'Nunito Sans', sans-serif);
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--verde, #4aff6b);
}

.solucoes-vertical-body {
    padding: clamp(2.5rem, 5vw, 4rem) 0;
    background: #fff;
}

.solucoes-vertical-body__wrap {
    max-width: 72rem;
}

.solucoes-vertical-back {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: clamp(1.75rem, 4vw, 2.5rem);
    font-size: 0.875rem;
    font-weight: 700;
    color: #6b7280;
    text-decoration: none;
    transition: color 0.2s ease;
}

.solucoes-vertical-back:hover {
    color: var(--verde-on-light, #167a3a);
}

.solucoes-vertical-prose {
    max-width: 52rem;
    margin: 0 auto clamp(2.5rem, 5vw, 3.5rem);
    text-align: center;
}

.solucoes-vertical-prose p {
    margin: 0 0 1.25rem;
    font-size: 1.0625rem;
    line-height: 1.75;
    color: #4b5563;
}

.solucoes-vertical-prose p:last-child {
    margin-bottom: 0;
}

.solucoes-vertical-details {
    display: grid;
    gap: 2.5rem;
}

@media (min-width: 1024px) {
    .solucoes-vertical-details {
        grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
        gap: 3rem;
        align-items: start;
    }
}

.solucoes-vertical-block {
    margin-bottom: 2.5rem;
    text-align: center;
}

.solucoes-vertical-block:last-of-type {
    margin-bottom: 0;
}

.solucoes-vertical-block__title {
    margin: 0 0 1.25rem;
    font-family: var(--display, 'Nunito', sans-serif);
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: #111827;
}

.solucoes-vertical-list {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    max-width: 40rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    text-align: left;
}

.solucoes-vertical-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    font-size: 0.9375rem;
    line-height: 1.55;
    color: #4b5563;
}

.solucoes-vertical-list i {
    flex-shrink: 0;
    margin-top: 0.2rem;
    color: var(--verde-on-light, #167a3a);
    font-size: 0.875rem;
}

.solucoes-vertical-pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    max-width: 44rem;
    margin: 0 auto;
}

.solucoes-vertical-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1rem;
    border-radius: 999px;
    font-size: 0.875rem;
    font-weight: 700;
    color: #374151;
    background: #f3f4f6;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}

.solucoes-vertical-pill:hover {
    background: var(--verde, #4aff6b);
    color: #0a0a0a;
}

.solucoes-vertical-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid #f3f4f6;
}

.solucoes-vertical-actions__primary,
.solucoes-vertical-actions__secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.875rem 1.5rem;
    border-radius: 0.75rem;
    font-size: 0.9375rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.solucoes-vertical-actions__primary {
    background: var(--verde, #4aff6b);
    color: #0a0a0a;
}

.solucoes-vertical-actions__primary:hover {
    transform: scale(1.02);
    background: #3de85f;
}

.solucoes-vertical-actions__secondary {
    border: 1px solid #e5e7eb;
    color: #1f2937;
    background: #fff;
}

.solucoes-vertical-actions__secondary:hover {
    border-color: rgba(74, 255, 107, 0.45);
}

.solucoes-vertical-aside__card {
    padding: 1.5rem;
    border-radius: 1rem;
    border: 1px solid #e5e7eb;
    background: #f9fafb;
    text-align: center;
}

.solucoes-vertical-aside__label {
    margin: 0 0 1rem;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #6b7280;
}

.solucoes-vertical-aside__tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
}

.solucoes-vertical-aside__tags span {
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.375rem 0.75rem;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #e5e7eb;
    color: #4b5563;
}

.solucoes-vertical-cases {
    padding: clamp(2.5rem, 5vw, 4rem) 0;
    background: #f7f8fa;
    border-top: 1px solid #e5e7eb;
}

.page-solucoes-vertical .servicos-section-head {
    max-width: 52rem;
    margin-bottom: 2.5rem;
    text-align: left;
}

.page-solucoes-vertical .solucoes-vertical-cases .cases-grid {
    margin-top: 0;
}

.page-solucoes-vertical .servicos-section-head__title {
    font-size: clamp(1.875rem, 4.5vw, 2.75rem);
}

.page-solucoes-vertical .contact-form-section .cc-section-header {
    max-width: 52rem;
}

@media (max-width: 767px) {
    .solucoes-vertical-hero--fullscreen {
        min-height: 100svh;
    }

    .solucoes-vertical-hero__container--fullscreen {
        padding-top: calc(var(--nav-height, 60px) + 1rem);
        padding-bottom: 2rem;
    }

    .solucoes-vertical-hero__headline {
        font-size: clamp(2rem, 9vw, 2.75rem);
    }

    .solucoes-vertical-hero__actions {
        flex-direction: column;
    }

    .solucoes-vertical-hero__cta {
        width: 100%;
    }

    .solucoes-vertical-hero--compact {
        min-height: clamp(20rem, 68svh, 26rem);
        padding-top: calc(var(--nav-height, 60px) + 1.75rem);
        padding-bottom: 2rem;
    }

    .solucoes-vertical-hero--compact .solucoes-vertical-hero__img {
        object-position: center 30%;
        transform: scale(1.08);
    }

    .solucoes-vertical-hero--compact .solucoes-vertical-hero__overlay {
        background:
            linear-gradient(180deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.82) 100%),
            radial-gradient(ellipse 100% 70% at 50% 30%, rgba(74, 255, 107, 0.1), transparent 60%);
    }

    .solucoes-vertical-hero__lead {
        font-size: 1rem;
    }

    .solucoes-vertical-prose {
        text-align: left;
    }

    .solucoes-vertical-actions {
        flex-direction: column;
    }

    .solucoes-vertical-actions__primary,
    .solucoes-vertical-actions__secondary {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .solucoes-vertical-hero--compact .solucoes-vertical-hero__img,
    .solucoes-vertical-hero--fullscreen .solucoes-vertical-hero__bg {
        transform: none;
    }
}

/* ── Serviços — verde legível em fundos claros ── */
.page-servicos :is(.bg-white, .bg-surface, .bg-gray-50)
.text-primary:not(.servicos-hero__btn--primary):not(.bg-primary) {
    color: var(--verde-on-light, #167a3a) !important;
}

.page-servicos :is(.bg-white, .bg-surface, .bg-gray-50) [class*="bg-primary/10"] {
    background-color: var(--accent-bg-on-light, rgba(22, 122, 58, 0.1)) !important;
}

.page-servicos :is(.bg-white, .bg-surface, .bg-gray-50) [class*="border-primary"] {
    border-color: var(--accent-border-on-light, rgba(22, 122, 58, 0.28)) !important;
}

.page-servicos :is(.bg-white, .bg-surface) .group:hover .group-hover\:text-primary {
    color: var(--verde-on-light-hover, #125f30) !important;
}

.page-servicos :is(.bg-white, .bg-surface, .bg-gray-50) a.text-primary:hover {
    color: var(--verde-on-light-hover, #125f30) !important;
}

/* ── Serviços — abas horizontais (/v2/servicos) ── */
.servicos-tabs-section .scrollbar-hide {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.servicos-tabs-section .scrollbar-hide::-webkit-scrollbar {
    display: none;
}

.service-tab[data-active="true"] {
    background: rgb(39 39 42);
    color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.service-panel[hidden] {
    display: none !important;
}

