* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    scroll-behavior: smooth;
}

html {
    scrollbar-width: thin;
    scrollbar-color: #e29579 rgba(255, 255, 255, 0.42);
    background-color: #0a0908;
}

body {
    background-color: #0a0908;
    color: #f7f1ec;
    overflow-x: hidden;
}

::-webkit-scrollbar-thumb {
    background-color: #e29579;
    border-radius: 999px;
}

::-webkit-scrollbar {
    width: 7px;
    background-color: rgba(255, 255, 255, 0.42);
}

:root {
    --espaco-secao-principal: 6.4rem;
    --espaco-secao-entrada: 3.45rem;
    --espaco-secao-faixa: 5.7rem;
    --site-gutter: clamp(1rem, 3vw, 2.7rem);
    --site-container: min(1140px, calc(100% - (var(--site-gutter) * 2)));
    --site-container-narrow: min(1080px, calc(100% - (var(--site-gutter) * 2)));
    --nav-shell: #0e0c0b;
    --nav-shell-gradient: linear-gradient(120deg, #100d0c 0%, #17110f 52%, #0e0c0b 100%);
    --nav-border: rgba(226, 149, 121, 0.28);
    --nav-soft: rgba(226, 149, 121, 0.12);
    --nav-soft-strong: rgba(226, 149, 121, 0.22);
    --nav-text: rgba(255, 250, 247, 0.96);
    --nav-muted: rgba(255, 241, 234, 0.72);
    --nav-accent: #e29579;
    --nav-accent-soft: #efc8ba;
    --nav-dark: #1a1110;
}

.botao-mobile {
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    border: none;
    background: rgba(255, 255, 255, 0.18);
    border-radius: 14px;
    cursor: pointer;
    width: 42px;
    height: 42px;
    padding: 0;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.22),
        0 10px 18px rgba(88, 50, 36, 0.12);
    transition: background-color 0.22s ease, border-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.botao-mobile span {
    display: block;
    width: 18px;
    height: 2px;
    background-color: rgba(255, 248, 244, 0.94);
    border-radius: 999px;
    transition: transform 0.22s ease, opacity 0.18s ease;
}

.botao-mobile.active {
    background-color: rgba(255, 255, 255, 0.24);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.28),
        0 12px 20px rgba(88, 50, 36, 0.16);
}

.botao-mobile.active span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

.botao-mobile.active span:nth-child(2) {
    opacity: 0;
}

.botao-mobile.active span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

.botao-mobile:focus-visible {
    outline: 2px solid rgba(239, 200, 186, 0.5);
    outline-offset: 3px;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 1rem var(--site-gutter) 0;
}



main {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

#servicos,
#resultados,
#fotografias,
#sobre,
#faq,
#contato {
    scroll-margin-top: 95px;
}



.caixa-menu {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    position: relative;
    background-color: var(--nav-shell);
    background-image: var(--nav-shell-gradient);
    font-size: 1rem;
    min-height: 66px;
    width: min(1180px, 100%);
    margin: 0 auto;
    align-items: center;
    padding: 0.56rem 0.96rem 0.56rem 0.82rem;
    border: 1px solid var(--nav-border);
    border-radius: 22px;
    box-shadow:
        0 18px 36px rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(18px) saturate(112%) brightness(1.02);
    -webkit-backdrop-filter: blur(18px) saturate(112%) brightness(1.02);
    isolation: isolate;
    overflow: visible;
}

.caixa-menu::before {
    content: "";
    position: absolute;
    left: -8%;
    top: 10px;
    bottom: 10px;
    width: 240px;
    border-radius: 999px;
    background:
        radial-gradient(circle at 30% 50%, rgba(255, 233, 224, 0.44) 0%, rgba(255, 220, 206, 0.18) 26%, rgba(255, 220, 206, 0.06) 44%, rgba(255, 220, 206, 0) 70%);
    filter: blur(24px);
    opacity: 0.42;
    pointer-events: none;
    will-change: transform, opacity, filter;
    animation: nav-rose-drift 7.8s cubic-bezier(0.42, 0, 0.2, 1) infinite;
}

.caixa-menu::after {
    content: none;
}

.caixa-menu > * {
    position: relative;
    z-index: 1;
}

ul{
    list-style: none;
}

.marca-menu {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.92rem;
    color: var(--nav-text);
    margin-left: 0;
    min-width: 0;
    flex-shrink: 0;
}

.marca-menu::before {
    content: none;
}

.marca-menu__selo {
    position: relative;
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 18px;
    border: 1px solid rgba(239, 200, 186, 0.2);
    background:
        radial-gradient(circle at 30% 28%, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.04) 28%, rgba(255, 255, 255, 0) 62%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.04) 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 12px 24px rgba(0, 0, 0, 0.14);
}

.marca-menu__selo::after {
    content: "";
    position: absolute;
    inset: -10px;
    border-radius: 22px;
    border: 1px solid rgba(226, 149, 121, 0.12);
    opacity: 0.9;
}

.marca-menu__selo-letra {
    color: #fff6f2;
    font-family: "Playfair Display", "Times New Roman", serif;
    font-size: 1.7rem;
    font-style: italic;
    font-weight: 600;
    line-height: 1;
    transform: translateY(-1px);
}

.marca-menu__bloco {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0.08rem;
    min-width: 0;
    transform: none;
}

.marca-menu__nome {
    font-family: "Playfair Display", "Times New Roman", serif;
    font-size: 1.92rem;
    font-style: italic;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #f7f1ec;
    line-height: 1.02;
    position: relative;
    z-index: 0;
    display: inline-block;
    padding: 0 0.04em 0.02em;
    white-space: nowrap;
    text-shadow: none;
}

.marca-menu__nome::before {
    content: none;
}

.marca-menu small {
    display: block;
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: none;
    line-height: 1.08;
    margin-top: 0;
    color: rgba(247, 241, 236, 0.78);
    white-space: nowrap;
}

.menu {
    display: flex;
    width: auto;
    margin-left: auto;
    align-items: center;
    gap: 0.3rem;
    font-weight: 600;
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    flex-wrap: wrap;
}

.itenmenu {
    display: flex;
    align-items: center;
    height: auto;
    margin-right: 0;
    position: relative;
}

.itenmenu + .itenmenu {
    margin-left: 0;
    padding-left: 0;
}

.itenmenu + .itenmenu::before {
    content: none;
}

.itenmenu a{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    text-decoration: none;
    color: var(--nav-text);
    border-radius: 16px;
    transition: background-color 0.24s ease, color 0.24s ease, box-shadow 0.24s ease, opacity 0.24s ease, transform 0.24s ease;
    padding: 0 0.92rem;
    font-size: 0.88rem;
    letter-spacing: 0.01em;
    position: relative;
    opacity: 1;
    white-space: nowrap;
    text-shadow: none;
}

.itenmenu a::before {
    content: none;
}

.itenmenu a::after {
    content: none;
}

.itenmenu a:hover {
    color: var(--nav-text);
    background-color: rgba(255, 255, 255, 0.14);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.18),
        0 12px 18px rgba(88, 50, 36, 0.1);
    transform: translateY(-1px);
}

.itenmenu--cta {
    margin-left: 0.14rem;
}

.itenmenu--cta a {
    min-width: 104px;
    color: var(--nav-dark);
    background: linear-gradient(135deg, #efb09a 0%, #e29579 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.32),
        0 12px 18px rgba(0, 0, 0, 0.35);
}

.itenmenu--cta a:hover {
    color: #f7f1ec;
    background: linear-gradient(135deg, #1a1110 0%, #241a16 100%);
    box-shadow:
        inset 0 0 0 1px rgba(226, 149, 121, 0.7),
        0 14px 22px rgba(0, 0, 0, 0.4);
}

.itenmenu a.is-ativo {
    color: #f7f1ec;
    background-color: rgba(226, 149, 121, 0.32);
    box-shadow:
        inset 0 0 0 1px rgba(226, 149, 121, 0.55),
        0 8px 16px rgba(0, 0, 0, 0.25);
}

.itenmenu--cta a.is-ativo {
    color: var(--nav-dark);
    background: linear-gradient(135deg, #efb09a 0%, #e29579 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.32),
        0 12px 18px rgba(0, 0, 0, 0.35);
}

.itenmenu a:focus-visible {
    outline: 2px solid rgba(239, 200, 186, 0.52);
    outline-offset: 3px;
}

@keyframes nav-rose-drift {
    0% {
        transform: translate3d(0, 0, 0) scale(0.96);
        opacity: 0.34;
        filter: blur(22px);
    }

    40% {
        transform: translate3d(220%, 0, 0) scale(1.18);
        opacity: 0.68;
        filter: blur(28px);
    }

    70% {
        transform: translate3d(360%, 0, 0) scale(1.04);
        opacity: 0.46;
        filter: blur(24px);
    }

    100% {
        transform: translate3d(470%, 0, 0) scale(0.92);
        opacity: 0.2;
        filter: blur(20px);
    }
}


.imgbackgroud {
    display: flex;
    position: relative;
    background-color: #0a0908;
    background-image:
        radial-gradient(ellipse 60% 50% at 50% 38%, rgba(226, 149, 121, 0.16) 0%, rgba(226, 149, 121, 0) 68%),
        radial-gradient(ellipse 80% 60% at 85% 100%, rgba(226, 149, 121, 0.1) 0%, rgba(226, 149, 121, 0) 60%),
        radial-gradient(ellipse 80% 60% at 15% 100%, rgba(226, 149, 121, 0.08) 0%, rgba(226, 149, 121, 0) 60%);
    background-position: center;
    background-size: cover;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    isolation: isolate;
}

.imgbackgroud::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.015) 0px, rgba(255, 255, 255, 0.015) 1px, transparent 1px, transparent 3px);
    opacity: 0.5;
}

.section-divider {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    z-index: 1;
    width: 100%;
    align-self: stretch;
    line-height: 0;
    pointer-events: none;
}

.section-divider--hero {
    margin: 0;
}

.section-divider--resultados {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 0;
    width: 100%;
    margin-top: calc(var(--espaco-secao-principal) * 0.82);
    margin-bottom: -1px;
    line-height: 0;
    overflow: hidden;
}

.section-divider--resultados-bottom {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 0;
    width: 100%;
    margin-top: clamp(-52px, -4vw, -28px);
    margin-bottom: -1px;
    line-height: 0;
    background: transparent;
    overflow: hidden;
    pointer-events: none;
}

.section-divider__svg {
    display: block;
    width: 100%;
    height: clamp(86px, 8.4vw, 128px);
    filter: drop-shadow(0 -10px 18px rgba(255, 255, 255, 0.12));
}

.section-divider__svg--resultados {
    filter: none;
    height: clamp(38px, 4.2vw, 56px);
}

.section-divider__svg--resultados-bottom {
    filter: none;
    height: clamp(38px, 4.2vw, 56px);
}

.hero-copy {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: min(980px, calc(100% - (var(--site-gutter) * 2)));
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.9rem;
    color: #f8f4f2;
    text-align: center;
    z-index: 2;
    pointer-events: none;
}

.hero-copy__kicker {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin: 0 0 0.4rem;
    color: #e29579;
    font-size: clamp(0.68rem, 0.3vw + 0.6rem, 0.78rem);
    font-weight: 600;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

.hero-copy__kicker::before,
.hero-copy__kicker::after {
    content: "";
    width: clamp(24px, 4vw, 48px);
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(226, 149, 121, 0.75));
}

.hero-copy__kicker::after {
    background: linear-gradient(90deg, rgba(226, 149, 121, 0.75), transparent);
}

.hero-copy__line {
    margin: 0;
    min-height: 1.18em;
    font-family: "Playfair Display", "Times New Roman", serif;
    font-size: clamp(1.9rem, 3.4vw + 0.6rem, 3.8rem);
    font-style: italic;
    font-weight: 500;
    letter-spacing: -0.01em;
    line-height: 1.14;
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.hero-copy__prefix,
.hero-copy__typing {
    display: inline-block;
}

.hero-copy__prefix {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-size: 0.5em;
    font-weight: 400;
    letter-spacing: 0.02em;
    color: rgba(248, 244, 242, 0.7);
    vertical-align: 0.1em;
    margin-right: 0.32em;
}

.hero-copy__typing--funcao {
    margin-left: 0.1em;
    color: #e29579;
    font-weight: 600;
}

.hero-copy__line.digitando .hero-copy__typing::after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 0.84em;
    margin-left: 0.12em;
    vertical-align: -0.08em;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(245, 162, 132, 0.95) 100%);
    animation: cursor-digitacao 0.72s steps(1, end) infinite;
}

@keyframes cursor-digitacao {
    0%,
    49% {
        opacity: 1;
    }
    50%,
    100% {
        opacity: 0;
    }
}

.indicador-scroll {
    position: absolute;
    left: 50%;
    bottom: clamp(4.2rem, 8.5vh, 5.8rem);
    transform: translateX(-50%);
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.11) 0%, rgba(255, 255, 255, 0.03) 100%);
    box-shadow: 0 14px 28px rgba(31, 24, 22, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    text-decoration: none;
    z-index: 2;
    transition: opacity 0.38s ease, transform 0.38s ease, filter 0.38s ease, box-shadow 0.25s ease;
}

.indicador-scroll::before {
    content: "";
    position: absolute;
    inset: -6px;
    border-radius: inherit;
    border: 1px solid rgba(255, 255, 255, 0.08);
    opacity: 0;
    animation: pulso-indicador 3.2s ease-out infinite;
}

.indicador-scroll:hover {
    box-shadow: 0 18px 32px rgba(31, 24, 22, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.indicador-scroll:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.9);
    outline-offset: 4px;
}

.indicador-scroll--oculto {
    opacity: 0;
    transform: translate(-50%, 14px);
    filter: blur(3px);
    pointer-events: none;
}

.indicador-scroll__seta {
    position: relative;
    width: 14px;
    height: 18px;
    animation: flutuar-indicador 2.2s ease-in-out infinite;
}

.indicador-scroll__seta::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 7px;
    height: 7px;
    border-right: 1.8px solid rgba(255, 255, 255, 0.92);
    border-bottom: 1.8px solid rgba(255, 255, 255, 0.92);
    transform: translateX(-50%) rotate(45deg);
}

.indicador-scroll__seta::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 7px;
    width: 7px;
    height: 7px;
    border-right: 1.8px solid rgba(245, 162, 132, 0.95);
    border-bottom: 1.8px solid rgba(245, 162, 132, 0.95);
    transform: translateX(-50%) rotate(45deg);
    opacity: 0.95;
}

@keyframes flutuar-indicador {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(4px);
    }
}

@keyframes pulso-indicador {
    0% {
        opacity: 0;
        transform: scale(0.86);
    }
    35% {
        opacity: 0.24;
    }
    100% {
        opacity: 0;
        transform: scale(1.08);
    }
}

.imagem-inicial img {
    width: 100%;
}

.sliders input {
    display: none;
}

.caixa-texto-1, .caixa-texto-2{
    opacity: 0;
    left: 5%;
    top: 40%;
    position: absolute;
    z-index: 1;
    transition: 0.5s ease-in;
    color: white;
}

.caixa-texto-1 .texto-1, .caixa-texto-2 .texto-1 {
    font-size: 1.5rem;
}

.caixa-texto-1 .texto-2, .caixa-texto-2 .texto-2 {
    font-size: 3.5rem;
}

#radio1:checked ~ .caixa-texto-1 {
    opacity: 100%;
    top: 20%;
}

#radio4:checked ~ .caixa-texto-1 {
    opacity: 100%;
    top: 20%;
}

#radio2:checked ~ .caixa-texto-2 {
    opacity: 100%;
    top: 20%;
}

#radio3:checked ~ .caixa-texto-2 {
    opacity: 100%;
    top: 20%;
}




#radio1:checked ~ .slider {
    transition: none;
    transform: translateY(-25%);
}

#radio2:checked ~ .slider {
    transform: translateY(-50%);
}

#radio3:checked ~ .slider {
    transform: translateY(-50%);
}

#radio4:checked ~ .slider {
    transform: translateY(-75%);
}








.biografia {
    position: relative;
    width: var(--site-container-narrow);
    margin: calc((var(--espaco-secao-principal) + 0.9rem) * 1.4) auto 0;
    display: grid;
    grid-template-columns: minmax(280px, 0.88fr) minmax(0, 1.12fr);
    gap: clamp(2rem, 4vw, 3.8rem);
    align-items: center;
    padding: 0;
    isolation: isolate;
}

.secao-resultados-destaque {
    width: 100%;
    background: #e29579;
    padding: clamp(1.45rem, 3vw, 2.4rem) 0 clamp(1.1rem, 1.8vw, 1.8rem);
    position: relative;
    overflow: hidden;
}

.secao-resultados-destaque::before,
.secao-resultados-destaque::after {
    content: "";
    position: absolute;
    z-index: 0;
    pointer-events: none;
    display: none;
}

.secao-resultados-destaque::before {
    width: min(300px, 28vw);
    height: min(300px, 28vw);
    left: -6%;
    top: 10%;
    background: radial-gradient(circle, rgba(211, 137, 107, 0.3) 0%, rgba(211, 137, 107, 0.1) 38%, rgba(211, 137, 107, 0) 72%);
}

.secao-resultados-destaque::after {
    width: min(360px, 34vw);
    height: min(360px, 34vw);
    right: -7%;
    bottom: 8%;
    background: radial-gradient(circle, rgba(196, 233, 236, 0.26) 0%, rgba(196, 233, 236, 0.08) 38%, rgba(196, 233, 236, 0) 72%);
}

.secao-resultados-destaque .secao-resultados {
    margin: 0 auto 0;
    position: relative;
    z-index: 1;
}

.processo-painel,
.secao-resultados-destaque .secao-cabecalho,
.secao-resultados-destaque .processo-piramide {
    position: relative;
    z-index: 1;
}

.processo-painel {
    display: grid;
    grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr);
    column-gap: clamp(1.4rem, 2.6vw, 2.6rem);
    row-gap: clamp(1.35rem, 2.6vw, 2rem);
    align-items: start;
}

.secao-cabecalho--processo {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    max-width: min(100%, 380px);
    padding-right: clamp(0.2rem, 1vw, 0.8rem);
}

.secao-cabecalho.secao-cabecalho--processo h3 {
    max-width: 14ch;
    font-size: clamp(2rem, 2.8vw + 0.95rem, 3rem);
    color: #f7f1ec;
    font-family: "Playfair Display", "Times New Roman", serif;
    font-style: italic;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 0.96;
    text-wrap: balance;
}

.secao-cabecalho.secao-cabecalho--processo .processo-headline__linha,
.secao-cabecalho.secao-cabecalho--processo .processo-headline__destaque {
    display: block;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}

.secao-cabecalho.secao-cabecalho--processo .processo-headline__destaque {
    position: relative;
    z-index: 0;
    width: fit-content;
    padding: 0.02em 0.18em 0.08em 0;
    margin-top: 0.06em;
    color: #1a1110;
}

.secao-cabecalho.secao-cabecalho--processo .processo-headline__destaque::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: -0.02em;
    right: 0;
    top: 0.48em;
    height: 0.42em;
    border-radius: 3px;
    background: rgba(247, 241, 236, 0.94);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.24);
    transform: skewX(-16deg);
}

.secao-cabecalho--processo .subtitulo-secao {
    max-width: 33ch;
    font-size: clamp(0.97rem, 0.28vw + 0.93rem, 1.04rem);
    line-height: 1.68;
}

.processo-subtitulo {
    position: relative;
    max-width: min(100%, 33ch);
    margin-top: 0.36rem;
    padding: 1.02rem 1.24rem 1.02rem 1.42rem;
    color: rgba(232, 224, 218, 0.82);
    font-weight: 500;
    letter-spacing: -0.01em;
    background: #121212;
    border: 1px solid rgba(255, 255, 255, 0.46);
    border-radius: 18px 24px 24px 18px;
    box-shadow: 0 14px 26px rgba(95, 59, 46, 0.07);
    backdrop-filter: none;
    overflow: visible;
}

.processo-subtitulo::before {
    content: none;
}

.processo-subtitulo::after {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(100% + 0.4rem);
    width: clamp(110px, 8vw, 150px);
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(226, 149, 121, 0.75) 0%, rgba(226, 149, 121, 0.22) 72%, rgba(226, 149, 121, 0) 100%);
    transform: translateY(-50%);
    pointer-events: none;
}

.processo-acoes {
    display: flex;
    align-items: center;
    margin-top: 0.18rem;
}

.processo-acoes .botao-contato--processo {
    min-height: 3rem;
    padding: 0.84rem 1.18rem;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    background: transparent;
    box-shadow: none;
    color: #ffffff;
    font-size: 0.94rem;
    margin-top: 0;
}

.processo-acoes .botao-contato--processo:hover {
    border-color: rgba(255, 255, 255, 0.94);
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 12px 24px rgba(86, 54, 42, 0.08);
    color: #ffffff;
}

.processo-piramide {
    position: relative;
    grid-column: 2 / 3;
    width: min(100%, 820px);
    margin-left: auto;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0.15rem 0 0.45rem;
}

.processo-piramide__svg {
    display: block;
    width: 100%;
    height: auto;
    overflow: visible;
}

.processo-piramide__separadores line {
    stroke: rgba(147, 95, 103, 0.18);
    stroke-width: 2.4;
}

.processo-piramide__numero-svg {
    fill: rgba(39, 39, 39, 0.75);
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: 0.08em;
    dominant-baseline: middle;
}

.processo-piramide__numero-svg--lg {
    font-size: 50px;
}

.processo-piramide__numero-svg--md {
    font-size: 44px;
}

.processo-piramide__numero-svg--sm {
    font-size: 38px;
}

.processo-piramide__numero-svg--xs {
    font-size: 30px;
    letter-spacing: 0.05em;
}

.processo-piramide__titulo-svg,
.processo-piramide__descricao-svg {
    fill: #8f5b63;
    font-family: "Montserrat", sans-serif;
    dominant-baseline: middle;
}

.processo-piramide__titulo-svg {
    fill: #f7f1ec;
    font-size: 38px;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.processo-piramide__descricao-svg {
    fill: rgba(0, 0, 0, 0.74);
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0;
}

.secao-resultados-destaque .secao-cabecalho,
.secao-resultados-destaque .processo-piramide {
    position: relative;
    z-index: 1;
}

.biografia::before,
.biografia::after {
    content: "";
    position: absolute;
    z-index: -1;
    pointer-events: none;
    border-radius: 999px;
    opacity: 1;
}

.biografia::before {
    width: min(760px, 72vw);
    height: min(430px, 40vw);
    left: -1%;
    top: -7%;
    background:
        radial-gradient(circle at 18% 34%, rgba(226, 149, 121, 0.34) 0%, rgba(226, 149, 121, 0.18) 26%, rgba(226, 149, 121, 0.07) 42%, rgba(226, 149, 121, 0) 68%),
        radial-gradient(circle at 54% 14%, rgba(255, 238, 230, 0.34) 0%, rgba(255, 238, 230, 0.12) 28%, rgba(255, 238, 230, 0) 58%),
        radial-gradient(circle at 82% 36%, rgba(226, 149, 121, 0.22) 0%, rgba(226, 149, 121, 0.08) 24%, rgba(226, 149, 121, 0) 52%);
    filter: blur(34px);
}

.biografia::after {
    width: min(620px, 56vw);
    height: min(360px, 32vw);
    right: 1%;
    bottom: -2%;
    background:
        radial-gradient(circle at 74% 44%, rgba(226, 149, 121, 0.26) 0%, rgba(226, 149, 121, 0.14) 24%, rgba(226, 149, 121, 0.05) 40%, rgba(226, 149, 121, 0) 66%),
        radial-gradient(circle at 34% 72%, rgba(255, 244, 238, 0.3) 0%, rgba(255, 244, 238, 0.1) 30%, rgba(255, 244, 238, 0) 58%);
    filter: blur(40px);
}

.foto-aline {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    padding: 0;
}

.foto-aline::before {
    content: none;
}

.mapa-brasil-svg {
    display: block;
    width: min(100%, 620px);
    height: auto;
}

.mapa-brasil-ilustracao {
    position: relative;
    isolation: isolate;
}

.mapa-brasil-ilustracao::before {
    content: "";
    position: absolute;
    inset: 8% 7% 6%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(244, 197, 179, 0.26) 0%, rgba(244, 197, 179, 0.16) 30%, rgba(244, 197, 179, 0.04) 58%, rgba(244, 197, 179, 0) 78%);
    filter: blur(22px);
    z-index: 0;
    pointer-events: none;
}

.mapa-brasil-imagem {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 0 6px rgba(246, 200, 184, 0.95)) drop-shadow(0 0 18px rgba(237, 168, 143, 0.35)) drop-shadow(0 14px 20px rgba(42, 22, 19, 0.14));
}

.mapa-brasil-avatar {
    position: absolute;
    left: 53.9%;
    top: 41.4%;
    z-index: 2;
    width: clamp(66px, 11vw, 98px);
    aspect-ratio: 1;
    border-radius: 50%;
    background: #171310;
    border: 2px solid #f1c7ba;
    box-shadow: 0 10px 22px rgba(139, 76, 57, 0.18);
    transform: translate(-50%, -50%);
    display: grid;
    place-items: center;
    pointer-events: none;
}

.mapa-brasil-avatar__aro {
    position: absolute;
    inset: 5px;
    border-radius: 50%;
    border: 2px solid #e29579;
}

.mapa-brasil-avatar img {
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    border-radius: 50%;
    object-fit: cover;
}

.sobre-mim {
    display: flex;
    flex-direction: column;
    width: 100%;
    color: #f7f1ec;
    padding: 0.25rem 0;
    gap: 0.92rem;
}

.sobre-mim .secao-cabecalho {
    width: min(100%, 36rem);
    gap: 0.22rem;
    margin-bottom: 0;
}

.secao-cabecalho--sobre .secao-kicker {
    display: block;
    font-weight: 500;
}

.secao-kicker__forte {
    font-weight: 700;
}

.secao-cabecalho--sobre .secao-kicker__forte {
    margin-right: 0.18em;
}

.sobre-mim .secao-cabecalho h1 {
    position: relative;
    z-index: 0;
    margin: 0;
    width: fit-content;
    max-width: 100%;
    color: #f7f1ec;
    font-family: "Playfair Display", "Times New Roman", serif;
    font-style: italic;
    font-size: clamp(2.2rem, 2.35vw + 0.95rem, 3.1rem);
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 0.96;
}

.sobre-mim .secao-cabecalho h1::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: -0.03em;
    right: 0.04em;
    top: 0.58em;
    height: 0.36em;
    border-radius: 4px;
    background: linear-gradient(90deg, rgba(226, 149, 121, 0.72) 0%, rgba(226, 149, 121, 0.9) 100%);
    transform: skewX(-16deg);
}

.sobre-mim .secao-cabecalho .titulo-abrangencia {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.22rem;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.03em;
}

.sobre-mim .secao-cabecalho .titulo-abrangencia::after {
    content: none;
}

.sobre-mim .secao-cabecalho .titulo-abrangencia span {
    display: inline-block;
}

.sobre-mim .secao-cabecalho .titulo-abrangencia__linha {
    position: relative;
    z-index: 0;
    width: fit-content;
    padding: 0.04em 0.24em 0.08em;
    margin-top: 0.02em;
    color: #f7f1ec;
    font-family: "Playfair Display", "Times New Roman", serif;
    font-style: italic;
    font-size: 1.02em;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 0.96;
    white-space: nowrap;
    text-transform: lowercase;
}

.sobre-mim .secao-cabecalho .titulo-abrangencia__linha::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: -0.02em;
    right: 0;
    top: 0.46em;
    height: 0.46em;
    border-radius: 3px;
    background: linear-gradient(90deg, rgba(226, 149, 121, 0.72) 0%, rgba(226, 149, 121, 0.9) 100%);
    transform: skewX(-16deg);
}

.intro-sobre {
    margin: 0;
    max-width: 40ch;
    color: #cdbfb8;
    font-size: 0.98rem;
    line-height: 1.62;
}

.indicadores-sobre {
    display: flex;
    flex-direction: column;
    gap: 0.84rem;
    width: min(100%, 36.5rem);
}

.indicador-sobre {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 4.9rem;
    padding: 0.9rem 1.08rem;
    border-radius: 24px;
    background: linear-gradient(135deg, #171310 0%, #141110 72%, #100e0d 100%);
    border: 1px solid rgba(226, 149, 121, 0.28);
    box-shadow: 0 12px 22px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.indicador-sobre::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 88% 50%, rgba(173, 226, 231, 0.12) 0%, transparent 30%),
        radial-gradient(circle at 10% 20%, rgba(226, 149, 121, 0.05) 0%, transparent 28%);
    pointer-events: none;
}

.indicador-sobre div {
    position: relative;
    z-index: 1;
    min-width: 0;
}

.indicador-sobre__valor,
.indicador-sobre__rotulo {
    margin: 0;
}

.indicador-sobre__valor {
    color: #f7f1ec;
    font-size: clamp(1.56rem, 1.8vw, 1.92rem);
    font-weight: 700;
    line-height: 1;
}

.indicador-sobre__rotulo {
    margin-top: 0.18rem;
    color: #e29579;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1.18;
    text-transform: uppercase;
}

.box-btn-ctt {
    display: flex;
    height: auto;
    width: 100%;
    height: max-content;
    flex-grow: 1;
    margin-top: 0;
    align-items: end;
    justify-content: flex-start;
}

.box-btn-ctt .botao-contato {
    min-height: 2.95rem;
    padding: 0.8rem 1.18rem;
    border-radius: 16px;
    font-size: 0.98rem;
}

.botao-contato {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    min-height: 3.1rem;
    padding: 0.88rem 1.28rem;
    border-radius: 18px;
    border: 1px solid rgba(226, 149, 121, 0.5);
    background: linear-gradient(135deg, #efb09a 0%, #e29579 100%);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
    color: #1a1110;
    font-weight: 600;
    letter-spacing: 0.01em;
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease, background-color 0.24s ease, color 0.24s ease;
}

.botao-contato:hover {
    transform: translateY(-2px);
    border-color: rgba(226, 149, 121, 0.8);
    background: linear-gradient(135deg, #1a1110 0%, #241a16 100%);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.45);
    color: #f7f1ec;
}








.info-bio {
    width: 100%;
    background-image: linear-gradient(to right, #8f5b63 0%, #a25e45 24%, #c98871 52%, #e29579 78%, #efb09a 100%);
    height: 24vh;
    margin-block: var(--espaco-secao-faixa);
    display: flex;
    align-items: center;
}

.item-bio {
    border-right: #ffffffe0 1px solid;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.info-bio div img {
    width: 5rem;
}

.tit-bio {
    font-size: 2rem;
    font-weight: 700;
}

.info-bio div:last-child {
    border: none;
}







.secao-cabecalho {
    display: flex;
    flex-direction: column;
    gap: 0.72rem;
}

.secao-cabecalho--centralizado {
    align-items: center;
    text-align: center;
}

.secao-kicker {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 0.7rem;
    margin: 0;
    color: #cdbfb8;
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.18em;
    line-height: 1;
    text-transform: uppercase;
}

.secao-cabecalho--processo .secao-kicker,
.secao-cabecalho--marcas .secao-kicker {
    color: #cdbfb8;
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.18em;
    line-height: 1;
}

.secao-kicker::before {
    content: none;
}

.secao-cabecalho--centralizado .secao-kicker {
    align-self: center;
}

.secao-cabecalho h1,
.secao-cabecalho h2,
.secao-cabecalho h3 {
    margin: 0;
    color: #a25e45;
    line-height: 1.02;
}

.secao-cabecalho h1 {
    font-size: clamp(2rem, 2.2vw + 0.9rem, 2.8rem);
}

.secao-cabecalho h2,
.secao-cabecalho h3 {
    font-size: clamp(1.9rem, 2.1vw + 0.86rem, 2.7rem);
}

.subtitulo-secao,
.secao-cabecalho .intro-sobre,
.resumo-depoimentos {
    margin: 0;
    width: min(760px, 100%);
    color: #cdbfb8;
    line-height: 1.62;
    font-size: 1.02rem;
}

.secao-cabecalho--centralizado .subtitulo-secao,
.secao-cabecalho--centralizado .resumo-depoimentos {
    margin-inline: auto;
}

#fotografias.secao-cabecalho {
    width: var(--site-container);
    margin: clamp(1.5rem, 3vw, 2.3rem) auto 0;
}

.secao-cabecalho--centralizado.secao-cabecalho--marcas {
    position: relative;
    z-index: 1;
    width: var(--site-container);
    margin: 0 auto;
    align-items: center;
    text-align: center;
    gap: 0.78rem;
}

.secao-cabecalho--marcas .secao-kicker {
    color: rgba(219, 151, 124, 0.82);
}

.secao-cabecalho--marcas .secao-kicker__forte {
    color: #DB977C;
}

.secao-cabecalho--centralizado.secao-cabecalho--marcas h3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    width: fit-content;
    max-width: 100%;
    margin-inline: auto;
    color: #f7f1ec;
    font-size: clamp(1.82rem, 1.22vw + 1.06rem, 2.48rem);
    line-height: 0.98;
    letter-spacing: -0.02em;
}

.marcas-headline__linha,
.depoimentos-headline__linha {
    display: block;
    margin-bottom: -0.14em;
    color: #cdbfb8;
    font-family: "Montserrat", sans-serif;
    font-size: 0.72rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.16em;
    line-height: 1;
    text-transform: uppercase;
}

.marcas-headline__linha strong,
.depoimentos-headline__linha strong {
    color: #cdbfb8;
    font-weight: 700;
}

.marcas-headline__destaque {
    position: relative;
    display: inline-block;
    padding: 0.04em 0.24em 0.08em;
    color: #e29579;
    font-family: "Playfair Display", "Times New Roman", serif;
    font-size: 1.02em;
    font-style: italic;
    font-weight: 600;
    letter-spacing: 0.01em;
    white-space: nowrap;
}

.box-servicos {
    position: relative;
    width: var(--site-container-narrow);
    margin: var(--espaco-secao-entrada) auto 0;
    display: flex;
    flex-direction: column;
    gap: 1.45rem;
    padding: 0;
    background: none;
    border: none;
    box-shadow: none;
    overflow: visible;
}

.servicos-kicker {
    align-self: center;
    padding: 0;
    border: none;
    background: none;
    box-shadow: none;
    color: #a25e45;
    font-weight: 500;
}

.servicos-topo {
    width: min(760px, 100%);
    margin: 0 auto;
    align-items: center;
    text-align: center;
    gap: 0.8rem;
}

.servicos-topo h2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    width: fit-content;
    max-width: 100%;
    margin-inline: auto;
    color: #f7f1ec;
    font-size: clamp(1.66rem, 1vw + 1.08rem, 2.2rem);
    line-height: 0.98;
    letter-spacing: -0.02em;
}

.servicos-topo__frase {
    display: block;
    font-family: "Montserrat", sans-serif;
    margin-bottom: -0.14em;
    font-size: 0.42em;
    font-weight: 500;
    letter-spacing: 0.12em;
    line-height: 1;
    text-transform: uppercase;
    color: #cdbfb8;
}

.servicos-topo__frase strong {
    font-weight: 700;
}

.servicos-topo__linha {
    position: relative;
    z-index: 0;
    display: inline-block;
    margin-inline: auto;
    padding: 0.04em 0.24em 0.08em;
    color: #f7f1ec;
    font-family: "Playfair Display", "Times New Roman", serif;
    font-style: italic;
    font-size: 1.02em;
    font-weight: 600;
    letter-spacing: 0.01em;
    white-space: nowrap;
}

.servicos-topo__linha::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: -0.02em;
    right: 0;
    top: 0.46em;
    height: 0.46em;
    border-radius: 3px;
    background: linear-gradient(90deg, rgba(226, 149, 121, 0.72) 0%, rgba(226, 149, 121, 0.9) 100%);
    transform: skewX(-16deg);
}

.servicos-intro {
    margin: 0;
    max-width: 650px;
    font-size: 0.94rem;
}

.servicos-resumo {
    margin: 0;
    max-width: 700px;
    color: #cdbfb8;
    line-height: 1.58;
    font-size: 0.96rem;
}

.servicos-fluxograma {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(236px, 0.78fr);
    grid-template-rows: repeat(5, 58px);
    column-gap: clamp(1.9rem, 5.4vw, 4.2rem);
    row-gap: 0.4rem;
    align-items: center;
    padding-block: 0.12rem;
    isolation: isolate;
}

.servicos-fluxograma__setas {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: visible;
}

.servicos-fluxograma__linha-base {
    fill: none;
    stroke: url(#servicosFluxoBase);
    stroke-width: 1.95;
    stroke-linecap: round;
    stroke-linejoin: round;
    opacity: 0.9;
}

.servicos-fluxograma__linha-impulso {
    fill: none;
    stroke: url(#servicosFluxoPulse);
    stroke-width: 2.9;
    stroke-linecap: round;
    stroke-linejoin: round;
    filter: drop-shadow(0 0 4px rgba(226, 149, 121, 0.14));
}

.servico-ramo {
    grid-column: 1;
    position: relative;
    display: grid;
    z-index: 1;
    align-content: center;
    justify-items: start;
    gap: 0.02rem;
    min-width: 0;
    min-height: 58px;
    padding: 0.1rem 0.95rem 0.1rem clamp(1.8rem, 4vw, 3rem);
}

.servico-ramo__tag {
    margin: 0;
    display: block;
    padding: 0;
    color: #E29579;
    font-size: 0.59rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    line-height: 1;
    text-transform: uppercase;
}

.servico-ramo h3 {
    margin: 0;
    max-width: 18ch;
    color: #f7f1ec;
    font-size: clamp(1.04rem, 0.28vw + 0.98rem, 1.18rem);
    font-weight: 600;
    line-height: 1.06;
    text-wrap: balance;
}

.servico-ramo--1 {
    grid-row: 1;
}

.servico-ramo--2 {
    grid-row: 2;
}

.servico-ramo--3 {
    grid-row: 3;
}

.servico-ramo--4 {
    grid-row: 4;
}

.servico-ramo--5 {
    grid-row: 5;
}

.servicos-cliente {
    grid-column: 2;
    grid-row: 1 / span 5;
    position: relative;
    z-index: 1;
    isolation: isolate;
    overflow: hidden;
    justify-self: end;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.88rem;
    width: min(100%, 284px);
    min-height: 384px;
    padding: 1.55rem 1.24rem;
    border-radius: 30px;
    background:
        radial-gradient(circle at 16% 20%, rgba(226, 149, 121, 0.18) 0%, rgba(226, 149, 121, 0.08) 18%, transparent 44%),
        radial-gradient(circle at 82% 76%, rgba(239, 176, 154, 0.14) 0%, rgba(239, 176, 154, 0.05) 18%, transparent 40%),
        linear-gradient(135deg, #352924 0%, #201b19 52%, #171412 100%);
    background-repeat: no-repeat;
    background-size: 148% 148%, 138% 138%, 100% 100%;
    border: 1px solid rgba(226, 149, 121, 0.18);
    box-shadow:
        0 24px 44px rgba(25, 16, 14, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
    text-align: center;
    will-change: background-position, box-shadow;
    animation: servicos-cliente-ambient 8.8s ease-in-out infinite alternate;
}

.servicos-cliente::before {
    content: "";
    position: absolute;
    inset: -18% -16% 12% 22%;
    border-radius: 50%;
    background:
        radial-gradient(circle at 38% 38%, rgba(239, 176, 154, 0.26) 0%, rgba(226, 149, 121, 0.14) 20%, rgba(226, 149, 121, 0.05) 36%, rgba(226, 149, 121, 0) 60%),
        radial-gradient(circle at 72% 68%, rgba(255, 197, 178, 0.12) 0%, rgba(255, 197, 178, 0.04) 16%, rgba(255, 197, 178, 0) 42%);
    filter: blur(54px);
    opacity: 0.46;
    mix-blend-mode: screen;
    pointer-events: none;
    transform-origin: center;
    will-change: transform, opacity, filter;
    animation: servicos-cliente-aurora 10.5s cubic-bezier(0.42, 0, 0.2, 1) infinite alternate;
}

.servicos-cliente::after {
    content: "";
    position: absolute;
    left: -1px;
    top: 50%;
    width: 2px;
    height: 78%;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(226, 149, 121, 0) 0%, rgba(226, 149, 121, 0.1) 18%, rgba(226, 149, 121, 0.82) 50%, rgba(226, 149, 121, 0.1) 82%, rgba(226, 149, 121, 0) 100%);
    transform: translate(-50%, -50%);
    box-shadow: 0 0 6px rgba(226, 149, 121, 0.1);
    animation: cliente-fluxo-impacto 3.6s linear infinite;
    pointer-events: none;
}

.servicos-cliente > * {
    position: relative;
    z-index: 1;
}

@keyframes cliente-fluxo-impacto {
    0%,
    78%,
    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scaleY(0.18);
        box-shadow: 0 0 6px rgba(226, 149, 121, 0);
    }

    84% {
        opacity: 0.95;
        transform: translate(-50%, -50%) scaleY(0.78);
        box-shadow: 0 0 6px rgba(226, 149, 121, 0.1);
    }

    90% {
        opacity: 0.5;
        transform: translate(-50%, -50%) scaleY(1.02);
        box-shadow: 0 0 8px rgba(226, 149, 121, 0.12);
    }
}

@keyframes servicos-cliente-ambient {
    0% {
        background-position:
            0% 0%,
            100% 100%,
            50% 50%;
        box-shadow:
            0 24px 44px rgba(25, 16, 14, 0.24),
            inset 0 1px 0 rgba(255, 255, 255, 0.06);
    }

    50% {
        background-position:
            20% 10%,
            88% 84%,
            50% 50%;
        box-shadow:
            0 26px 46px rgba(25, 16, 14, 0.26),
            0 0 0 1px rgba(226, 149, 121, 0.04),
            inset 0 1px 0 rgba(255, 255, 255, 0.07);
    }

    100% {
        background-position:
            10% 18%,
            76% 72%,
            50% 50%;
        box-shadow:
            0 25px 45px rgba(25, 16, 14, 0.25),
            inset 0 1px 0 rgba(255, 255, 255, 0.06);
    }
}

@keyframes servicos-cliente-aurora {
    0% {
        transform: translate3d(-8%, 6%, 0) scale(0.94) rotate(-6deg);
        opacity: 0.32;
        filter: blur(50px);
    }

    35% {
        transform: translate3d(5%, -6%, 0) scale(1.04) rotate(3deg);
        opacity: 0.5;
        filter: blur(58px);
    }

    70% {
        transform: translate3d(8%, 2%, 0) scale(1.01) rotate(6deg);
        opacity: 0.42;
        filter: blur(54px);
    }

    100% {
        transform: translate3d(-4%, 8%, 0) scale(0.93) rotate(-3deg);
        opacity: 0.34;
        filter: blur(50px);
    }
}

@keyframes google-card-aurora {
    0% {
        transform: translate3d(-10%, 8%, 0) scale(0.94) rotate(-8deg);
        opacity: 0.54;
        filter: blur(14px);
    }

    35% {
        transform: translate3d(6%, -6%, 0) scale(1.1) rotate(4deg);
        opacity: 0.95;
        filter: blur(26px);
    }

    68% {
        transform: translate3d(10%, 2%, 0) scale(1.04) rotate(10deg);
        opacity: 0.72;
        filter: blur(20px);
    }

    100% {
        transform: translate3d(-6%, 10%, 0) scale(0.9) rotate(-4deg);
        opacity: 0.48;
        filter: blur(14px);
    }
}

@keyframes google-card-sheen {
    0%,
    100% {
        transform: translate3d(-26%, 14%, 0) rotate(12deg);
        opacity: 0;
    }

    18% {
        opacity: 0.08;
    }

    48% {
        transform: translate3d(8%, -6%, 0) rotate(12deg);
        opacity: 0.42;
    }

    72% {
        opacity: 0.12;
    }

    100% {
        transform: translate3d(22%, -14%, 0) rotate(12deg);
        opacity: 0;
    }
}

.servicos-cliente__kicker {
    margin: 0;
    color: rgba(226, 149, 121, 0.9);
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    line-height: 1.1;
    text-transform: uppercase;
}

.servicos-cliente__nucleo {
    position: relative;
    display: grid;
    place-items: center;
    width: clamp(152px, 18vw, 192px);
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 30%, #201a17 0%, #171310 56%, #121110 100%);
    border: 1px solid rgba(255, 255, 255, 0.58);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.82),
        0 22px 38px rgba(0, 0, 0, 0.22);
}

.servicos-cliente__voce {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 35%;
    transform: translateX(-50%);
    margin: 0;
    width: fit-content;
    color: #b8a89f;
    font-family: "Montserrat", sans-serif;
    font-size: 0.66rem;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.24em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
}

.servicos-cliente__nucleo::before {
    content: "";
    position: absolute;
    inset: 12%;
    border-radius: 50%;
    border: 1px dashed rgba(226, 149, 121, 0.32);
}

.servicos-cliente__nucleo::after {
    content: "";
    position: absolute;
    inset: -8px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.servicos-cliente h3 {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    margin: 0;
    width: fit-content;
    display: inline-block;
    padding: 0.03em 0.2em 0.08em;
    color: #f7f1ec;
    font-family: "Playfair Display", "Times New Roman", serif;
    font-size: clamp(1.76rem, 0.92vw + 1.04rem, 2.32rem);
    font-style: italic;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 1;
    transform: translate(-50%, -50%);
}

.servicos-cliente h3::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: -0.02em;
    right: 0;
    top: 0.5em;
    height: 0.44em;
    border-radius: 3px;
    background: linear-gradient(90deg, rgba(226, 149, 121, 0.72) 0%, rgba(226, 149, 121, 0.9) 100%);
    transform: skewX(-16deg);
}

.servicos-cliente__texto {
    margin: 0;
    max-width: 26ch;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.84rem;
    line-height: 1.54;
}

.servicos-cliente__texto strong {
    color: #ffffff;
}

.outros-servicos {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0.92rem;
    align-items: stretch;
}

.card-servico {
    position: relative;
    min-width: 0;
    height: clamp(220px, 18.8vw, 244px);
    perspective: 2000px;
    cursor: pointer;
    outline: none;
}

.card-servico__inner {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    will-change: transform;
    transition: transform 0.78s cubic-bezier(0.22, 1, 0.36, 1);
}

.card-servico__face {
    position: absolute;
    inset: 0;
    border-radius: 30px;
    overflow: hidden;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.card-servico__face--front {
    display: grid;
    justify-items: center;
    align-content: center;
    gap: 0.68rem;
    padding: 2.78rem 0.82rem 0.98rem;
    text-align: center;
    background: linear-gradient(140deg, #181411 0%, #141110 52%, #100e0d 100%);
    border: 1px solid rgba(222, 210, 203, 0.94);
    box-shadow: 0 18px 32px rgba(78, 37, 24, 0.08);
    isolation: isolate;
}

.card-servico:nth-child(even) .card-servico__face--front {
    background: linear-gradient(140deg, #181411 0%, #141312 48%, #0f1312 100%);
}

.card-servico__face--front::before {
    content: none;
}

.outros-servicos .titulo {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 2em;
    max-width: 11ch;
    text-align: center;
    color: #a25e45;
    font-size: clamp(0.96rem, 0.18vw + 0.92rem, 1.1rem);
    font-weight: 600;
    line-height: 1.04;
    text-wrap: balance;
}

.outros-servicos .conteudo {
    margin: 0;
    max-width: 16.5ch;
    text-align: center;
    color: #cdbfb8;
    line-height: 1.46;
    font-size: 0.76rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card-servico__tag {
    position: absolute;
    top: -1px;
    left: 50%;
    z-index: 1;
    min-width: 88px;
    max-width: calc(100% - 2rem);
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-50%);
    color: #ffffff;
    font-size: 0.54rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    line-height: 1;
    text-transform: uppercase;
    padding: 0.66rem 0.88rem 0.58rem;
    border-radius: 0 0 18px 18px;
    background: linear-gradient(180deg, #efb09a 0%, #e29579 52%, #d9836c 100%);
    border: 1px solid rgba(226, 149, 121, 0.92);
    border-top: none;
    box-shadow: none;
    text-shadow: 0 1px 0 rgba(128, 72, 58, 0.16);
}

.card-servico__tag::before {
    content: none;
}

.card-servico__hint {
    display: none;
}

.card-servico__face--back {
    transform: rotateY(180deg);
    border: 1px solid rgba(222, 210, 203, 0.94);
    box-shadow: 0 18px 32px rgba(78, 37, 24, 0.08);
    background: #121212;
}

.card-servico__imagem {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
    filter: saturate(1.02) contrast(1.01);
    transition: transform 0.78s ease, filter 0.78s ease;
}

.card-servico__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 0.3rem;
    padding: 1.35rem 1.45rem;
    background: linear-gradient(180deg, rgba(13, 13, 13, 0.08) 5%, rgba(13, 13, 13, 0.2) 38%, rgba(13, 13, 13, 0.78) 100%);
    color: #ffffff;
}

.card-servico__back-kicker {
    margin: 0;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    opacity: 0.82;
}

.card-servico__back-title {
    margin: 0;
    font-size: 1.22rem;
    font-weight: 600;
    line-height: 1.1;
}

.card-servico.is-flipped .card-servico__inner {
    transform: rotateY(180deg);
}

.card-servico:focus-visible .card-servico__face--front {
    box-shadow: 0 18px 32px rgba(78, 37, 24, 0.08), 0 0 0 2px rgba(5, 110, 120, 0.18);
}

@media (hover: hover) and (pointer: fine) {
    .card-servico:hover .card-servico__inner,
    .card-servico:focus-visible .card-servico__inner {
        transform: rotateY(180deg);
    }

    .card-servico:hover .card-servico__imagem,
    .card-servico:focus-visible .card-servico__imagem {
        transform: scale(1.08);
        filter: saturate(1.08) contrast(1.02);
    }
}

h3 {
    margin: 0;
    font-size: 2rem;
    color: #a25e45;
}

.secao-processo,
.secao-resultados,
.secao-depoimentos,
.secao-faq,
.secao-cta-final {
    width: var(--site-container);
    margin: var(--espaco-secao-principal) auto 0;
}

.grade-processo {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.card-processo {
    background: #121212;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 14px;
    padding: 1.15rem;
    box-shadow: 0 12px 24px rgba(6, 33, 43, 0.08);
}

.card-processo span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    background-color: #a25e45;
    color: white;
    font-weight: 700;
    font-size: 0.9rem;
}

.card-processo h4 {
    margin-top: 0.9rem;
    color: #a25e45;
    font-size: 1.05rem;
}

.card-processo p {
    margin-top: 0.6rem;
    color: #cdbfb8;
    line-height: 1.45;
    font-size: 0.95rem;
}

.grade-cases {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.card-case {
    background: linear-gradient(180deg, #181411 0%, #131110 100%);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    padding: 1.2rem;
}

.tag-case {
    display: inline-block;
    background-color: rgba(226, 149, 121, 0.16);
    color: #a25e45;
    border-radius: 999px;
    padding: 0.2rem 0.7rem;
    font-size: 0.76rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.card-case h4 {
    color: #a25e45;
    margin-top: 0.9rem;
    font-size: 1.08rem;
}

.card-case ul {
    list-style: disc;
    margin-left: 1.25rem;
    margin-top: 0.7rem;
    color: #cdbfb8;
}

.card-case li {
    margin-bottom: 0.45rem;
    line-height: 1.4;
}

.subtitulo-fotografias {
    margin-bottom: 0.4rem;
}

.secao-depoimentos {
    position: relative;
    isolation: isolate;
    margin-bottom: 0.2rem;
    padding: clamp(2.6rem, 5vw, 3.8rem) 0;
    border-top: 1px solid rgba(226, 149, 121, 0.16);
    border-bottom: 1px solid rgba(226, 149, 121, 0.16);
}

.secao-depoimentos::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    transform: translateX(-50%);
    z-index: -1;
    pointer-events: none;
    background: #141110;
}

.depoimentos-glow {
    position: absolute;
    top: 50%;
    width: 22vw;
    height: 22vw;
    max-width: 340px;
    max-height: 340px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(226, 149, 121, 0.35) 0%, rgba(226, 149, 121, 0) 70%);
    filter: blur(60px);
    z-index: -1;
    pointer-events: none;
}

.depoimentos-glow--esquerda {
    left: -6%;
    animation: depoimentos-glow-passar-esq 11s ease-in-out infinite;
}

.depoimentos-glow--direita {
    right: -6%;
    animation: depoimentos-glow-passar-dir 11s ease-in-out infinite;
    animation-delay: 3s;
}

@keyframes depoimentos-glow-passar-esq {
    0%, 100% {
        transform: translate(-16%, -60%);
        opacity: 0.35;
    }
    50% {
        transform: translate(22%, -42%);
        opacity: 0.85;
    }
}

@keyframes depoimentos-glow-passar-dir {
    0%, 100% {
        transform: translate(16%, -60%);
        opacity: 0.35;
    }
    50% {
        transform: translate(-22%, -42%);
        opacity: 0.85;
    }
}

.secao-cabecalho--depoimentos {
    width: min(760px, 100%);
    margin: 0 auto;
    align-items: center;
    text-align: center;
    gap: 0.78rem;
}

.depoimentos-headline {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    width: fit-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    color: #f7f1ec;
    font-size: clamp(1.72rem, 1.15vw + 1.04rem, 2.36rem);
    line-height: 0.98;
    letter-spacing: -0.02em;
}

.faq-headline {
    display: flex;
    justify-content: center;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto;
    color: #f7f1ec;
    font-size: clamp(1.72rem, 1.15vw + 1.04rem, 2.36rem);
    line-height: 0.98;
    letter-spacing: -0.02em;
}

.depoimentos-headline__destaque {
    position: relative;
    display: inline-block;
    padding: 0.04em 0.24em 0.08em;
    color: #e29579;
    font-family: "Playfair Display", "Times New Roman", serif;
    font-size: 1.02em;
    font-style: italic;
    font-weight: 600;
    letter-spacing: 0.01em;
    white-space: nowrap;
}

.faq-headline__destaque {
    position: relative;
    display: inline-block;
    padding: 0.04em 0.24em 0.08em;
    color: #e29579;
    font-family: "Playfair Display", "Times New Roman", serif;
    font-size: 1.02em;
    font-style: italic;
    font-weight: 600;
    letter-spacing: 0.01em;
    white-space: nowrap;
}

.resumo-depoimentos {
    text-align: center;
    color: #c7bab3;
    margin: 0.18rem auto 1.55rem auto;
    width: min(680px, 100%);
}

.secao-cabecalho--depoimentos .resumo-depoimentos {
    align-self: center;
    margin-inline: auto;
}

.painel-depoimentos {
    display: grid;
    grid-template-columns: minmax(220px, 252px) minmax(0, 1fr);
    gap: 1.15rem;
    align-items: stretch;
    padding: 0;
    border: none;
    border-radius: 0;
    background: none;
    box-shadow: none;
}

.resumo-google-geral {
    min-height: 236px;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background: linear-gradient(180deg, #181411 0%, #141211 100%);
    border: 1px solid rgba(226, 149, 121, 0.38);
    border-radius: 24px;
    padding: 1.3rem 1.15rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    box-shadow:
        0 18px 34px rgba(226, 149, 121, 0.08),
        0 6px 14px rgba(28, 22, 20, 0.03),
        inset 0 1px 0 rgba(255, 255, 255, 0.94);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.resumo-google-geral:hover {
    transform: translateY(-6px);
    box-shadow:
        0 20px 50px rgba(0, 0, 0, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

.resumo-google-geral__brilho {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: radial-gradient(400px circle at var(--mx, 50%) var(--my, 0%), rgba(226, 149, 121, 0.22), transparent 45%);
    opacity: 0;
    transition: opacity 0.35s ease;
    pointer-events: none;
}

.resumo-google-geral:hover .resumo-google-geral__brilho {
    opacity: 1;
}

.resumo-google-geral::before {
    content: "";
    position: absolute;
    inset: auto -8% -10% 8%;
    height: 58%;
    border-radius: 999px;
    background:
        radial-gradient(circle at 28% 42%, rgba(226, 149, 121, 0.34) 0%, rgba(226, 149, 121, 0.2) 26%, rgba(226, 149, 121, 0.02) 58%, rgba(226, 149, 121, 0) 76%),
        radial-gradient(circle at 72% 62%, rgba(255, 222, 210, 0.28) 0%, rgba(255, 222, 210, 0.04) 46%, rgba(255, 222, 210, 0) 74%);
    filter: blur(18px);
    opacity: 0.82;
    z-index: 0;
    pointer-events: none;
    animation: google-card-aurora 7.2s cubic-bezier(0.42, 0, 0.2, 1) infinite;
    transform-origin: center;
}

.resumo-google-geral::after {
    content: "";
    position: absolute;
    inset: -28% -42%;
    background:
        linear-gradient(112deg, rgba(255, 255, 255, 0) 28%, rgba(255, 255, 255, 0.14) 45%, rgba(226, 149, 121, 0.16) 54%, rgba(255, 255, 255, 0.04) 60%, rgba(255, 255, 255, 0) 72%);
    filter: blur(18px);
    z-index: 0;
    pointer-events: none;
    animation: google-card-sheen 6.4s ease-in-out infinite;
}

.resumo-google-geral > * {
    position: relative;
    z-index: 1;
}

.qualidade-google {
    font-size: 1.12rem;
    font-weight: 800;
    color: #f7f1ec;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.estrelas-resumo {
    margin-top: 0.58rem;
    color: #f5ab25;
    letter-spacing: 0.08em;
    font-size: 1.62rem;
    line-height: 1;
}

.texto-resumo-google {
    margin-top: 0.55rem;
    color: #cdbfb8;
    line-height: 1.48;
    font-size: 0.92rem;
}

.logo-google-texto {
    margin-top: auto;
    padding-top: 1rem;
    font-size: 1.82rem;
    font-weight: 700;
    line-height: 1;
}

.logo-google-texto span:nth-child(1),
.logo-google-texto span:nth-child(4) {
    color: #4285F4;
}

.logo-google-texto span:nth-child(2),
.logo-google-texto span:nth-child(6) {
    color: #DB4437;
}

.logo-google-texto span:nth-child(3) {
    color: #F4B400;
}

.logo-google-texto span:nth-child(5) {
    color: #0F9D58;
}

.carrossel-depoimentos {
    position: relative;
    min-width: 0;
    align-self: center;
    padding: 0.15rem 2.6rem 0.15rem;
}

.trilho-depoimentos {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    scroll-padding-inline: 0.35rem;
    padding: 0.2rem 0.35rem 0.55rem;
    cursor: grab;
}

.trilho-depoimentos::-webkit-scrollbar {
    display: none;
}

.trilho-depoimentos.arrastando {
    cursor: grabbing;
    scroll-snap-type: none;
    scroll-behavior: auto;
    user-select: none;
    -webkit-user-select: none;
}

.trilho-depoimentos.em-inercia {
    scroll-snap-type: none;
    scroll-behavior: auto;
}

.trilho-depoimentos.arrastando * {
    cursor: grabbing;
}

.trilho-depoimentos .card-depoimento {
    flex: 0 0 clamp(248px, 38%, 320px);
    min-width: clamp(248px, 38%, 320px);
    scroll-snap-align: start;
}

.controle-depoimentos {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border: 1px solid rgba(226, 149, 121, 0.4);
    border-radius: 50%;
    background: #171310;
    color: #e29579;
    font-size: 1.2rem;
    line-height: 1;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.35);
    transition: 0.2s ease;
    z-index: 2;
}

.controle-depoimentos:hover {
    background: #121212;
    border-color: rgba(226, 149, 121, 0.5);
}

.controle-depoimentos:focus-visible {
    outline: 2px solid rgba(5, 110, 120, 0.45);
    outline-offset: 2px;
}

.controle-depoimentos:disabled {
    opacity: 0.34;
    cursor: not-allowed;
}

.controle-depoimentos.anterior {
    left: 0;
}

.controle-depoimentos.proximo {
    right: 0;
}

.card-depoimento {
    min-height: 232px;
    background: linear-gradient(180deg, #181411 0%, #141312 100%);
    border: 1px solid rgba(226, 149, 121, 0.38);
    border-radius: 20px;
    padding: 1.18rem 1.08rem 1.02rem;
    position: relative;
    box-shadow: 8px 0 16px rgba(8, 30, 39, 0.04);
}

.card-depoimento::before {
    content: "\"";
    position: absolute;
    top: 0.15rem;
    left: 0.8rem;
    font-size: 2.4rem;
    line-height: 1;
    color: #efc7b7;
}

.card-depoimento.sem-aspas::before {
    content: none;
}

.card-depoimento p {
    color: rgba(247, 241, 236, 0.82);
    line-height: 1.5;
    padding-top: 0.65rem;
}

.card-depoimento span {
    display: block;
    margin-top: 0.9rem;
    color: #a25e45;
    font-weight: 700;
    font-size: 0.88rem;
}

.nota-google {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.1;
    color: #a25e45;
    letter-spacing: 0.02em;
}

.card-depoimento .nota-google {
    padding-top: 0;
}

.nota-google span {
    display: inline-block;
    font-size: 1rem;
    margin-top: 0;
    margin-left: 0.35rem;
    letter-spacing: 0.08em;
    color: #e2a03a;
}

@media (prefers-reduced-motion: reduce) {
    .caixa-menu {
        animation: none;
    }

    .caixa-menu::before {
        animation: none;
        transform: none;
        opacity: 0.28;
        filter: blur(22px);
    }

    .indicador-scroll::before,
    .indicador-scroll__seta {
        animation: none;
    }

    .card-servico__inner,
    .card-servico__imagem {
        transition: none;
    }

    .resumo-google-geral::before,
    .resumo-google-geral::after {
        animation: none;
    }

    .secao-cta-final::after {
        animation: none;
    }

    .servicos-cliente,
    .servicos-cliente::before,
    .servicos-cliente::after {
        animation: none;
    }

    .faq-item,
    .faq-item__pergunta,
    .faq-item__icone,
    .faq-item__icone::before,
    .faq-item__icone::after,
    .faq-item__content,
    .faq-item__content-inner {
        transition: none;
    }

}

.card-google {
    border-color: rgba(255, 255, 255, 0.14);
}

.cabecalho-depoimento {
    display: flex;
    align-items: center;
    gap: 0.68rem;
}

.avatar-depoimento {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    color: #cdbfb8;
    font-weight: 700;
    font-size: 0.86rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.dados-depoente {
    min-width: 0;
}

.nome-depoente {
    margin: 0;
    color: #f7f1ec;
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.card-google .meta-depoente {
    margin: 0.12rem 0 0;
    padding-top: 0;
    color: #b3a49c;
    font-size: 0.88rem;
    line-height: 1.3;
}

.card-google .linha-avaliacao {
    margin: 0.6rem 0 0;
    padding-top: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.45rem;
    color: #b3a49c;
    font-size: 0.93rem;
}

.card-google .linha-avaliacao strong {
    color: #f5ab25;
    letter-spacing: 0.08em;
    font-size: 0.95rem;
}

.card-google .linha-avaliacao time {
    font-size: 0.93rem;
    color: #b3a49c;
}

.card-google .texto-depoimento {
    margin: 0.55rem 0 0;
    padding-top: 0;
    color: rgba(247, 241, 236, 0.82);
    line-height: 1.45;
}

.lista-faq {
    width: min(780px, 100%);
    margin: 1.4rem auto 0;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.faq-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    border: 1px solid rgba(226, 149, 121, 0.24);
    border-radius: 20px;
    background: #121212;
    box-shadow: 0 10px 18px rgba(96, 66, 53, 0.06);
    transition: border-color 0.26s ease, box-shadow 0.26s ease, transform 0.26s ease, background-color 0.26s ease;
}

.faq-item:hover {
    transform: translateY(-1px);
    border-color: rgba(226, 149, 121, 0.38);
    box-shadow: 0 12px 22px rgba(96, 66, 53, 0.08);
}

.faq-item.is-open {
    border-color: rgba(226, 149, 121, 0.5);
    background: #121212;
    box-shadow: 0 12px 24px rgba(96, 66, 53, 0.08);
}

.faq-item__heading {
    margin: 0;
}

.faq-item__trigger {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 1rem;
    border: 0;
    background: transparent;
    font: inherit;
    padding: 1rem 1.1rem 1rem 1.2rem;
    cursor: pointer;
    text-align: left;
    color: #f7f1ec;
}

.faq-item__trigger:focus-visible {
    outline: 2px solid rgba(5, 110, 120, 0.34);
    outline-offset: -2px;
}

.faq-item__pergunta {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.35;
    color: #e29579;
    transition: color 0.22s ease;
}

.faq-item:hover .faq-item__pergunta,
.faq-item.is-open .faq-item__pergunta {
    color: #e29579;
}

.faq-item__icone {
    position: relative;
    width: 1rem;
    height: 0.72rem;
    justify-self: end;
    flex-shrink: 0;
    transition: transform 0.28s ease, opacity 0.22s ease;
}

.faq-item__icone::before,
.faq-item__icone::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.64rem;
    height: 2.5px;
    border-radius: 999px;
    background: #e29579;
    transition: transform 0.28s ease;
}

.faq-item__icone::after {
    margin-left: 0.21rem;
    transform: translate(-50%, -50%) rotate(45deg);
}

.faq-item__icone::before {
    margin-left: -0.21rem;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.faq-item:hover .faq-item__icone,
.faq-item.is-open .faq-item__icone {
    opacity: 1;
}

.faq-item.is-open .faq-item__icone {
    transform: rotate(180deg);
}

.faq-item__content {
    height: 0;
    overflow: hidden;
    transition: height 0.36s cubic-bezier(0.22, 1, 0.36, 1);
}

.faq-item__content-inner {
    padding: 0 1.1rem 1rem 1.2rem;
    opacity: 0;
    transform: translateY(-0.3rem);
    transition: opacity 0.22s ease, transform 0.32s ease;
}

.faq-item.is-open .faq-item__content-inner {
    opacity: 1;
    transform: translateY(0);
}

.faq-item__content-inner p {
    width: min(54ch, 100%);
    margin: 0;
    color: #cdbfb8;
    line-height: 1.58;
    font-size: 0.95rem;
}

.secao-cta-final {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background: linear-gradient(180deg, #161514 0%, #1d1a19 100%);
    color: white;
    border-radius: 18px;
    padding: 2rem 1.1rem;
    margin-bottom: 0;
    text-align: center;
}

.secao-cta-final::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 50%;
    width: min(420px, 56vw);
    height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(226, 149, 121, 0.55) 50%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.9;
}

.secao-cta-final::after {
    content: "";
    position: absolute;
    top: 48%;
    left: -18%;
    width: clamp(340px, 52vw, 700px);
    height: clamp(210px, 28vw, 360px);
    border-radius: 62% 38% 56% 44% / 46% 42% 58% 54%;
    background:
        radial-gradient(48% 42% at 18% 34%, rgba(226, 149, 121, 0.44) 0%, rgba(226, 149, 121, 0.2) 34%, rgba(226, 149, 121, 0) 78%),
        radial-gradient(36% 34% at 76% 24%, rgba(255, 238, 230, 0.3) 0%, rgba(255, 238, 230, 0.12) 44%, rgba(255, 238, 230, 0) 82%),
        radial-gradient(42% 46% at 60% 78%, rgba(226, 149, 121, 0.28) 0%, rgba(226, 149, 121, 0.08) 48%, rgba(226, 149, 121, 0) 88%),
        radial-gradient(30% 30% at 40% 54%, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.04) 48%, rgba(255, 255, 255, 0) 82%);
    background-repeat: no-repeat;
    background-size: 112% 102%, 96% 94%, 100% 102%, 84% 84%;
    background-position: 18% 30%, 78% 22%, 58% 78%, 40% 54%;
    background-blend-mode: screen;
    filter: blur(44px);
    opacity: 0.88;
    pointer-events: none;
    z-index: 0;
    animation: cta-fundo-morfismo 18s linear infinite;
    transform-origin: center;
    will-change: transform, border-radius, opacity, filter, background-position, background-size;
}

.secao-cta-final > * {
    position: relative;
    z-index: 1;
}

.secao-cta-final .secao-cabecalho {
    align-items: center;
    text-align: center;
}

.secao-faq {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 3.4rem;
}

.secao-faq .secao-cabecalho {
    width: min(680px, 100%);
    align-items: center;
    text-align: center;
    gap: 0.62rem;
}

.secao-faq .secao-kicker {
    align-self: center;
    color: rgba(226, 149, 121, 0.92);
}

.secao-faq h3 {
    color: #f7f1ec;
    font-size: clamp(1.9rem, 1.45vw + 1.18rem, 2.35rem);
    letter-spacing: -0.03em;
}

.secao-faq .subtitulo-secao {
    width: min(600px, 100%);
    margin-inline: auto;
    text-align: center;
    color: #cdbfb8;
    font-size: 0.98rem;
    line-height: 1.56;
}

.secao-cta-final h3 {
    color: white;
}

.secao-cta-final p {
    margin-top: 0.75rem;
    opacity: 0.9;
}

.secao-cta-final .secao-kicker {
    align-self: center;
    color: rgba(226, 149, 121, 0.92);
}

.secao-cta-final .subtitulo-secao {
    margin-inline: auto;
    text-align: center;
    color: rgba(255, 255, 255, 0.78);
}

@keyframes cta-fundo-morfismo {
    0% {
        transform: translate3d(0%, -50%, 0) scale(0.94, 1.02) rotate(-10deg);
        border-radius: 62% 38% 56% 44% / 46% 42% 58% 54%;
        background-size: 112% 102%, 96% 94%, 100% 102%, 84% 84%;
        background-position: 18% 30%, 78% 22%, 58% 78%, 40% 54%;
        filter: blur(42px);
        opacity: 0.72;
    }

    12% {
        transform: translate3d(22%, -62%, 0) scale(1.06, 0.86) rotate(-8deg);
        border-radius: 48% 52% 70% 30% / 32% 58% 42% 68%;
        background-size: 118% 98%, 92% 106%, 104% 88%, 88% 82%;
        background-position: 12% 24%, 82% 22%, 48% 82%, 34% 48%;
        filter: blur(46px);
        opacity: 0.94;
    }

    24% {
        transform: translate3d(58%, -66%, 0) scale(1.16, 1.1) rotate(0deg);
        border-radius: 72% 28% 42% 58% / 24% 72% 28% 76%;
        background-size: 102% 120%, 110% 88%, 88% 114%, 82% 92%;
        background-position: 28% 16%, 70% 44%, 66% 72%, 44% 58%;
        filter: blur(48px);
        opacity: 0.98;
    }

    38% {
        transform: translate3d(114%, -40%, 0) scale(0.82, 1.18) rotate(8deg);
        border-radius: 78% 22% 62% 38% / 42% 58% 26% 74%;
        background-size: 124% 94%, 88% 116%, 100% 84%, 90% 86%;
        background-position: 14% 38%, 80% 20%, 58% 84%, 48% 46%;
        filter: blur(38px);
        opacity: 0.8;
    }

    50% {
        transform: translate3d(182%, -54%, 0) scale(1.2, 0.82) rotate(12deg);
        border-radius: 34% 66% 30% 70% / 74% 22% 78% 26%;
        background-size: 94% 126%, 118% 90%, 110% 96%, 82% 94%;
        background-position: 40% 18%, 64% 28%, 48% 66%, 38% 62%;
        filter: blur(50px);
        opacity: 1;
    }

    62% {
        transform: translate3d(236%, -30%, 0) scale(0.9, 1.16) rotate(16deg);
        border-radius: 80% 20% 68% 32% / 28% 72% 18% 82%;
        background-size: 118% 92%, 94% 124%, 86% 118%, 88% 82%;
        background-position: 22% 28%, 84% 18%, 42% 78%, 46% 58%;
        filter: blur(44px);
        opacity: 0.86;
    }

    74% {
        transform: translate3d(176%, -8%, 0) scale(0.84, 1.12) rotate(8deg);
        border-radius: 30% 70% 64% 36% / 58% 42% 72% 28%;
        background-size: 120% 102%, 92% 90%, 112% 108%, 86% 88%;
        background-position: 30% 14%, 72% 42%, 58% 62%, 42% 50%;
        filter: blur(44px);
        opacity: 0.82;
    }

    86% {
        transform: translate3d(82%, -10%, 0) scale(1.14, 0.82) rotate(-6deg);
        border-radius: 70% 30% 34% 66% / 40% 76% 24% 60%;
        background-size: 114% 116%, 100% 88%, 92% 116%, 82% 84%;
        background-position: 16% 38%, 80% 24%, 48% 82%, 36% 60%;
        filter: blur(48px);
        opacity: 0.96;
    }

    100% {
        transform: translate3d(0%, -50%, 0) scale(0.94, 1.02) rotate(-10deg);
        border-radius: 62% 38% 56% 44% / 46% 42% 58% 54%;
        background-size: 112% 102%, 96% 94%, 100% 102%, 84% 84%;
        background-position: 18% 30%, 78% 22%, 58% 78%, 40% 54%;
        filter: blur(42px);
        opacity: 0.72;
    }
}


.acoes-cta-final {
    display: flex;
    justify-content: center;
    gap: 0.7rem;
    margin-top: 1.2rem;
    flex-wrap: wrap;
}

.botao-cta-secundario {
    text-decoration: none;
    color: white;
    border: 1px solid rgba(226, 149, 121, 0.82);
    border-radius: 10px;
    padding: 0.8rem 1rem;
    font-weight: 700;
    transition: 0.2s ease-in-out;
}

.botao-cta-secundario:hover {
    background: rgba(255, 255, 255, 0.12);
}






.caixa-servicos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 2rem 8rem 5rem 8rem;
}

.servicos {
    align-items: center;
    text-align: center;
}

.servicos img {
    border-radius: 100%;
    width: 75%;
    border: 0.8rem solid #FFFFFF;
    transform: translateY(30%);
}

.servicos-informacoes {
    background-color: #e2957986;
    padding-top: 5rem;
    height: 10rem;
    width: 14rem;
    border-radius: 4px;
}

.info-contato {
    background-color: #8f5b63;
    height: 20%;
}

.caixa-contato {
    background-color: #e29579;
    display: flex;
    width: 100%;
}

.tit-cott {
    color: white;
}

.sub-caixas-contato {
    display: flex;
    flex-direction: column;
    padding: 2rem 1rem 2rem 2rem;
    width: 33%;
}

.sub-caixas-contato div {
    margin-top: 1.3rem;
    display: flex;
    align-items: center;
}

.sub-caixas-contato a {
    text-decoration: none;
    color: white;
}

.sub-caixas-contato a:hover {
    color: #E29579;
}

.sub-caixas-contato .conteudo {
    color: rgba(255, 255, 255, 0.678);
    line-height: 1.3;
    margin-top: 1.3rem;
}

.sub-caixas-contato ul {
    color: rgba(255, 255, 255, 0.678);
    margin-top: 1.3rem;
}

.sub-caixas-contato li {
    margin-bottom: 1rem;
}

.sub-caixas-contato img {
    width: 1.2rem;
    margin-right: 0.3rem;
}

.info-contato {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-block: 0.5rem;
    color: rgba(255, 255, 255, 0.74);
}

.site-footer {
    position: relative;
    width: 100%;
    height: auto;
    min-height: auto;
    margin-top: calc(var(--espaco-secao-principal) * 0.62);
    padding: clamp(1.45rem, 2.2vw, 2rem) 0 0.95rem;
    background:
        radial-gradient(circle at 12% 10%, rgba(226, 149, 121, 0.16) 0%, rgba(226, 149, 121, 0) 34%),
        linear-gradient(180deg, #161514 0%, #1d1a19 100%);
    color: #ffffff;
    overflow: hidden;
}

.site-footer::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 50%;
    width: min(560px, 56vw);
    height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(226, 149, 121, 0.55) 50%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.9;
}

.site-footer__shell,
.site-footer__base {
    position: relative;
    z-index: 1;
    width: var(--site-container);
    margin: 0 auto;
}

.site-footer__shell {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(240px, 0.78fr) minmax(280px, 0.88fr);
    gap: clamp(1.2rem, 2vw, 2.2rem);
    align-items: end;
}

.site-footer__brand {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 0.72rem;
    max-width: 430px;
}

.site-footer__logo {
    display: inline-flex;
    width: fit-content;
}

.site-footer__logo img {
    display: block;
    width: min(188px, 100%);
}

.site-footer__kicker,
.site-footer__label {
    margin: 0;
    color: rgba(226, 149, 121, 0.92);
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    line-height: 1;
    text-transform: uppercase;
}

.site-footer__headline {
    margin: 0;
    max-width: 13ch;
    color: #ffffff;
    font-family: "Playfair Display", "Times New Roman", serif;
    font-size: clamp(1.72rem, 1.45vw + 0.9rem, 2.48rem);
    font-style: italic;
    font-weight: 600;
    line-height: 0.96;
    letter-spacing: -0.03em;
}

.site-footer__headline span {
    color: #e29579;
}

.site-footer__meta {
    display: grid;
    align-content: end;
    gap: 1.15rem;
    padding-top: 0.2rem;
}

.site-footer__block {
    display: grid;
    gap: 0.62rem;
}

.site-footer__title {
    margin: 0;
    color: #ffffff;
    font-size: 1.16rem;
    font-weight: 700;
    line-height: 1.1;
}

.site-footer__socials {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin: 0;
    padding: 0;
}

.site-footer__socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    transition: transform 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
}

.site-footer__socials a:hover {
    transform: translateY(-2px);
    border-color: rgba(226, 149, 121, 0.72);
    background: rgba(226, 149, 121, 0.14);
}

.site-footer__socials img {
    width: 16px;
    height: 16px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(72%) sepia(27%) saturate(739%) hue-rotate(331deg) brightness(95%) contrast(90%);
}

.site-footer__text-link,
.site-footer__contact-link,
.site-footer__base a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: color 0.25s ease;
}

.site-footer__text-link:hover,
.site-footer__contact-link:hover,
.site-footer__base a:hover {
    color: #e29579;
}

.site-footer__text-link {
    width: fit-content;
    font-size: 0.97rem;
    font-weight: 500;
    line-height: 1.4;
}

.site-footer__note {
    margin: 0;
    max-width: 26ch;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.96rem;
    line-height: 1.52;
}

.site-footer__card {
    display: grid;
    align-content: end;
    gap: 0.92rem;
    padding: clamp(1.08rem, 1.5vw, 1.4rem);
    border: 1px solid rgba(226, 149, 121, 0.42);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.025) 100%);
    box-shadow: 0 24px 44px rgba(0, 0, 0, 0.18), 0 0 0 1px rgba(226, 149, 121, 0.05);
}

.site-footer__contact-group {
    display: grid;
    gap: 0.2rem;
}

.site-footer__contact-link {
    width: fit-content;
    font-size: 0.97rem;
    line-height: 1.42;
    overflow-wrap: anywhere;
}

.site-footer__base {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-top: clamp(1.25rem, 2.6vw, 1.8rem);
    padding-top: 0.82rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer__base p {
    margin: 0;
    color: rgba(255, 255, 255, 0.64);
    line-height: 1.5;
}

.botao-whatsapp {
    display: flex;
    position: fixed;
    bottom: 3rem;
    left: 3rem;
    z-index: 100;
    background-color: #25d366;
    padding: 0rem 1rem 0rem 0.5rem;
    border-radius: 1rem;
    align-items: center;
    justify-content: center;
    transition: 0.2s ease-in;
    text-decoration: none;
    color: white;
    font-weight: 500;
    animation: animate 1s infinite alternate ease-in-out;
}

.botao-whatsapp:hover {
    background-color: #20b857;
}

@keyframes animate {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.05);
    }
}

.botao-flutuante {
    display: flex;
    position: fixed;
    bottom: -4rem;
    right: 2rem;
    z-index: 100;
    background-color: #E29579;
    height: 3rem;
    width: 3rem;
    align-items: center;
    border-radius: 10px;
    justify-content: center;
    transition: 0.3s ease-in;
}

.botao-flutuante a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.botao-flutuante img {
    width: 70%;
}

.mostrar {
    bottom: 3rem;
}

.botao-flutuante:hover {
    background-color: #a25e45;
}












.container-carrossel {
  position: relative;
  overflow: hidden;
  width: min(var(--site-container), calc(100% - 1.4rem));
  margin: var(--espaco-secao-entrada) auto 0;
  padding: 0.2rem 0 0.78rem;
}

.container-carrossel section {
  position: relative;
  overflow: hidden;
  padding-block: 0.24rem;
}

.container-carrossel section::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0.08rem;
  width: clamp(140px, 18vw, 220px);
  height: 1px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(226, 149, 121, 0.12) 16%, rgba(226, 149, 121, 0.62) 50%, rgba(226, 149, 121, 0.12) 84%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 0 0 6px rgba(226, 149, 121, 0.12);
}

.container-carrossel::before,
.container-carrossel::after {
  content: '';
  position: absolute;
  top: 0;
  width: clamp(20px, 3.2vw, 44px);
  height: 100%;
  pointer-events: none;
  z-index: 2;
}

.container-carrossel::before {
  left: 0;
  background: linear-gradient(to right, #0a0908, rgba(10, 9, 8, 0));
}

.container-carrossel::after {
  right: 0;
  background: linear-gradient(to left, #0a0908, rgba(10, 9, 8, 0));
}

.carrossel {
    display: flex;
    align-items: center;
    gap: clamp(0.08rem, 0.45vw, 0.28rem);
    width: max-content;
    will-change: transform;
}

.item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    cursor: pointer;
    min-width: clamp(158px, 13.5vw, 196px);
    min-height: clamp(104px, 8.2vw, 128px);
    padding: clamp(0.34rem, 0.55vw, 0.52rem) clamp(0.34rem, 0.6vw, 0.56rem);
}

.item img {
  display: block;
  width: min(100%, 380px);
  height: clamp(94px, 8.2vw, 126px);
  object-fit: contain;
  filter: grayscale(0) contrast(1) brightness(1) opacity(1);
  transition: transform 0.35s ease, filter 0.35s ease;
}

.item:hover img {
  transform: scale(1.02);
  filter: grayscale(0) contrast(1) opacity(1);
}





@media (max-width: 999px) {

    :root {
        --espaco-secao-principal: 5.1rem;
        --espaco-secao-entrada: 2.8rem;
        --espaco-secao-faixa: 4.85rem;
    }

    header {
        padding: 0.72rem var(--site-gutter) 0;
    }

    .imgbackgroud {
        height: 100vh;
    }

    .section-divider--hero {
        margin: 0;
    }

    .section-divider__svg {
        height: clamp(46px, 9vw, 68px);
        filter: drop-shadow(0 -8px 14px rgba(255, 255, 255, 0.1));
    }

    .hero-copy {
        top: 50%;
        transform: translate(-50%, -50%);
        width: min(92%, 640px);
        gap: 0.65rem;
    }

    .hero-copy__line {
        min-height: 1.24em;
        font-size: clamp(1.5rem, 6.2vw + 0.3rem, 2.4rem);
        line-height: 1.18;
    }

    .indicador-scroll {
        width: 42px;
        height: 42px;
        bottom: 3.8rem;
    }

    .indicador-scroll__seta {
        width: 12px;
        height: 16px;
    }

    .caixa-menu {
        min-height: 58px;
        padding: 0.46rem 0.66rem 0.46rem 0.62rem;
        gap: 0.7rem;
        border-radius: 20px;
    }

    .caixa-menu::before {
        left: -18%;
        top: 8px;
        bottom: 8px;
        width: 160px;
        opacity: 0.52;
    }

    .caixa-menu::after {
        border-radius: 19px;
    }

    .botao-mobile {
        display: flex;
        margin-left: 0;
    }
    
    .menu {
        position: absolute;
        left: auto;
        right: 0;
        top: calc(100% + 0.72rem);
        flex-direction: column;
        align-items: stretch;
        width: min(332px, calc(100vw - (var(--site-gutter) * 2)));
        background-color: var(--nav-shell);
        background-image: var(--nav-shell-gradient);
        z-index: 20;
        transition: transform 0.22s ease, opacity 0.22s ease;
        margin: 0;
        border: none;
        border-radius: 18px;
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.18),
            0 20px 36px rgba(88, 50, 36, 0.16);
        padding: 0.52rem;
        gap: 0.22rem;
        opacity: 0;
        transform: translateY(-8px) scale(0.98);
        pointer-events: none;
        isolation: isolate;
        overflow: hidden;
        backdrop-filter: blur(18px) saturate(118%);
        -webkit-backdrop-filter: blur(18px) saturate(118%);
    }

    .menu::before {
        content: none;
    }

    .menu::after {
        content: none;
    }
    
    .menu.active {
        opacity: 1;
        transform: translateY(0) scale(1);
        pointer-events: auto;
    }

    .itenmenu {
        display: flex;
        width: 100%;
        margin: 0;
        height: auto;
        position: relative;
        z-index: 1;
    }

    .itenmenu a {
        width: 100%;
        margin: 0;
        min-height: 42px;
        padding: 0 1rem;
        font-size: 0.92rem;
        justify-content: flex-start;
        border-radius: 14px;
    }

    .itenmenu a:hover {
        background-color: rgba(255, 255, 255, 0.14);
    }

    .itenmenu--cta {
        margin-left: 0;
        margin-top: 0.12rem;
    }

    .itenmenu--cta a {
        justify-content: center;
    }

    .marca-menu small {
        font-size: 0.54rem;
        letter-spacing: 0.02em;
    }

    .marca-menu__selo {
        width: 42px;
        height: 42px;
        border-radius: 15px;
    }

    .marca-menu__selo::after {
        inset: -8px;
    }

    .marca-menu__selo-letra {
        font-size: 1.48rem;
    }

    .marca-menu__nome {
        font-size: 1.56rem;
    }

    .biografia {
        width: var(--site-container-narrow);
        margin-top: calc((var(--espaco-secao-principal) + 0.6rem) * 1.4);
        grid-template-columns: 1fr;
        gap: 1.6rem;
        padding-inline: 0;
    }

    .foto-aline {
        width: 100%;
        max-width: 520px;
        margin-inline: auto;
        padding: 0;
    }

    .mapa-brasil-svg {
        width: min(100%, 500px);
    }

    .sobre-mim {
        width: 100%;
        padding-inline: 0;
        align-items: center;
    }

    .sobre-mim .secao-cabecalho {
        width: min(100%, 42rem);
        gap: 0.56rem;
        align-items: center;
        text-align: center;
    }

    .sobre-mim .secao-cabecalho h1 {
        font-size: 2rem;
    }

    .sobre-mim .secao-cabecalho .titulo-abrangencia {
        align-items: center;
    }

    .intro-sobre {
        max-width: 42ch;
        font-size: 0.92rem;
    }

    .indicadores-sobre {
        width: min(100%, 34rem);
        margin-inline: auto;
        gap: 0.76rem;
    }

    .indicador-sobre {
        min-height: 4.55rem;
        padding: 0.84rem 0.96rem;
    }

    .indicador-sobre__rotulo {
        font-size: 0.68rem;
    }

    .box-btn-ctt .botao-contato {
        margin-top: 0.65rem;
        min-height: 2.85rem;
        padding: 0.76rem 1.08rem;
    }

    .box-btn-ctt {
        justify-content: center;
    }






    .info-bio {
        height: 17vh;
        margin-block: var(--espaco-secao-faixa);
    }

    .tit-bio {
        font-size: 1.1rem;
        font-weight: 700;
    }

    .desc-bio {
        font-size: 0.7rem;
    }

    .item-bio {
        flex-direction: column-reverse;
        align-items: start;
        padding: 0.5rem;
        height: 70%;
    }

    .info-bio div img {
        display: none;
    }

    .box-servicos {
        width: min(760px, calc(100% - (var(--site-gutter) * 2)));
        margin-top: var(--espaco-secao-entrada);
        gap: 1.2rem;
    }

    #fotografias.secao-cabecalho {
        width: var(--site-container);
        margin-top: clamp(1.35rem, 4vw, 2rem);
    }

    .secao-cabecalho {
        gap: 0.56rem;
    }

    .secao-cabecalho--centralizado {
        align-items: flex-start;
        text-align: left;
    }

    .secao-cabecalho--centralizado .secao-kicker {
        align-self: flex-start;
    }

    .secao-kicker,
    .servicos-kicker {
        font-size: 0.66rem;
        letter-spacing: 0.14em;
    }

    .secao-cabecalho h1,
    .secao-cabecalho h2,
    .secao-cabecalho h3 {
        font-size: 1.6rem;
    }

    .servicos-topo {
        gap: 0.72rem;
    }

    .servicos-kicker {
        align-self: center;
        padding: 0;
    }

    .servicos-intro,
    .servicos-resumo {
        font-size: 0.92rem;
        line-height: 1.55;
    }

    .servicos-fluxograma {
        grid-template-columns: minmax(0, 1fr) minmax(208px, 0.76fr);
        row-gap: 0.44rem;
    }

    .servicos-fluxograma__linha-base {
        stroke-width: 1.8;
    }

    .servicos-fluxograma__linha-impulso {
        stroke-width: 2.8;
    }

    .servico-ramo {
        min-height: 58px;
        padding-right: 1rem;
    }

    .servico-ramo h3 {
        font-size: 0.95rem;
        max-width: 16ch;
    }

    .servico-ramo__tag {
        font-size: 0.54rem;
    }

    .servicos-cliente {
        width: min(100%, 246px);
        min-height: 388px;
        padding: 1.38rem 1.08rem 1.42rem 1.24rem;
        border-radius: 28px;
    }

    .servicos-cliente__nucleo {
        width: 156px;
    }

    .servicos-cliente h3 {
        font-size: 1.38rem;
        letter-spacing: 0.18em;
    }

    .servicos-cliente__texto {
        font-size: 0.82rem;
    }

    .outros-servicos {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.9rem;
    }
    
    .card-servico {
        height: 262px;
    }

    .card-servico__face {
        border-radius: 24px;
    }

    .card-servico__face--front {
        gap: 0.72rem;
        padding: 2.72rem 0.9rem 0.98rem;
    }

    .outros-servicos .titulo {
        max-width: 12ch;
        font-size: 1rem;
    }

    .outros-servicos .conteudo {
        max-width: 18ch;
        font-size: 0.8rem;
        line-height: 1.46;
    }

    .card-servico__tag {
        min-width: 94px;
        font-size: 0.58rem;
        padding: 0.62rem 0.78rem 0.56rem;
    }

    .card-servico__overlay {
        padding: 1.08rem 1.12rem;
    }

    .card-servico__back-title {
        font-size: 1.08rem;
    }

    .subtitulo-secao,
    .secao-cabecalho .intro-sobre,
    .resumo-depoimentos {
        width: 100%;
        font-size: 0.9rem;
        text-align: left;
    }

    .secao-processo,
    .secao-resultados,
    .secao-depoimentos,
    .secao-faq,
    .secao-cta-final {
        width: var(--site-container);
        margin-top: var(--espaco-secao-principal);
    }

    .processo-painel {
        grid-template-columns: 1fr;
        row-gap: 1.2rem;
    }

    .secao-resultados-destaque {
        padding-top: clamp(1.45rem, 4.5vw, 2.2rem);
    }

    .secao-cabecalho--processo {
        grid-column: 1;
        grid-row: auto;
        max-width: none;
        padding-right: 0;
    }

    .secao-cabecalho--processo h3,
    .secao-cabecalho--processo .subtitulo-secao {
        max-width: none;
    }

    .processo-subtitulo {
        max-width: min(100%, 40rem);
        padding: 0.94rem 1rem 0.98rem 1.28rem;
        border-radius: 22px;
    }

    .processo-subtitulo::after {
        display: none;
    }

    .processo-piramide {
        grid-column: 1;
        width: min(100%, 680px);
        margin: 0 auto;
    }

    .biografia {
        margin-top: calc((var(--espaco-secao-principal) + 0.45rem) * 1.4);
        gap: 1.25rem;
    }

    .biografia::before,
    .biografia::after {
        display: none;
    }

    .foto-aline {
        max-width: 100%;
        padding: 0.82rem;
        border-radius: 26px;
    }

    .mapa-brasil-svg {
        width: min(100%, 380px);
    }

    .sobre-mim {
        gap: 0.78rem;
    }

    .sobre-mim .secao-cabecalho h1 {
        font-size: 1.78rem;
    }

    .sobre-mim .secao-cabecalho .titulo-abrangencia {
        align-items: center;
    }

    .intro-sobre {
        font-size: 0.88rem;
    }

    .indicadores-sobre {
        gap: 0.62rem;
    }

    .indicador-sobre {
        min-height: 4.12rem;
        padding: 0.74rem 0.82rem;
        border-radius: 20px;
    }

    .indicador-sobre__valor {
        font-size: 1.28rem;
    }

    .indicador-sobre__rotulo {
        font-size: 0.64rem;
        line-height: 1.24;
    }

    .box-btn-ctt .botao-contato {
        margin-top: 0.5rem;
        min-height: 2.72rem;
        padding: 0.72rem 1rem;
        font-size: 0.95rem;
    }

    .painel-depoimentos {
        grid-template-columns: 1fr;
        gap: 0.85rem;
        padding: 0.82rem;
        border-radius: 24px;
    }

    .resumo-depoimentos {
        margin: 0 0 0.95rem;
    }

    .secao-cabecalho--depoimentos {
        width: 100%;
        margin-left: 0;
        align-items: flex-start;
        text-align: left;
    }

    .depoimentos-headline {
        align-items: flex-start;
        margin-inline: 0;
        margin-left: 0;
    }

    .marcas-headline__linha,
    .depoimentos-headline__linha {
        font-size: 0.72rem;
    }

    .depoimentos-headline__destaque,
    .faq-headline__destaque {
        white-space: normal;
    }

    .resumo-google-geral {
        text-align: left;
        align-items: flex-start;
        min-height: auto;
        padding: 1rem;
        border-radius: 20px;
    }

    .qualidade-google {
        font-size: 1.05rem;
    }

    .estrelas-resumo {
        font-size: 1.6rem;
    }

    .texto-resumo-google {
        font-size: 0.86rem;
    }

    .logo-google-texto {
        font-size: 1.65rem;
    }

    .carrossel-depoimentos {
        padding: 0.1rem 1.7rem 0.1rem;
    }

    .trilho-depoimentos {
        gap: 0.8rem;
        padding: 0.25rem 0.2rem 0.45rem;
        scroll-padding-inline: 0.25rem;
    }

    .trilho-depoimentos .card-depoimento {
        flex-basis: 100%;
        min-width: 100%;
    }

    .controle-depoimentos {
        width: 34px;
        height: 34px;
        font-size: 1rem;
    }

    .card-processo,
    .card-case,
    .card-depoimento {
        padding: 1rem;
    }

    .card-processo p,
    .card-case li,
    .card-depoimento p {
        font-size: 0.9rem;
    }

    .tag-case {
        font-size: 0.7rem;
    }

    .nome-depoente {
        font-size: 0.95rem;
    }

    .card-google .meta-depoente,
    .card-google .linha-avaliacao,
    .card-google .linha-avaliacao time,
    .card-google .texto-depoimento {
        font-size: 0.86rem;
    }

    .lista-faq {
        width: 100%;
    }

    .faq-item {
        border-radius: 14px;
    }

    .faq-item__trigger {
        gap: 0.82rem;
        padding: 0.88rem 0.95rem;
    }

    .faq-item__pergunta {
        font-size: 0.92rem;
        line-height: 1.35;
    }

    .faq-item__icone {
        width: 0.95rem;
        height: 0.68rem;
    }

    .faq-item__content-inner {
        padding: 0 0.95rem 0.92rem 0.95rem;
    }

    .faq-item__content-inner p {
        width: 100%;
        font-size: 0.9rem;
    }

    .secao-cta-final {
        border-radius: 14px;
        padding: 1.4rem 1rem;
        margin-bottom: 0;
        text-align: left;
    }

    .secao-faq {
        margin-bottom: 2.1rem;
    }

    .secao-cta-final p {
        font-size: 0.92rem;
        margin-left: 0;
        margin-right: 0;
    }

    .acoes-cta-final {
        justify-content: flex-start;
        margin-left: 0;
    }

    .botao-cta-secundario {
        padding: 0.72rem 0.9rem;
        font-size: 0.9rem;
    }

    .site-footer__shell {
        grid-template-columns: 1fr;
        gap: 1.75rem;
    }

    .site-footer__headline {
        max-width: 13ch;
    }

    .site-footer__card {
        max-width: 480px;
    }

    .site-footer__base {
        flex-direction: column;
        align-items: flex-start;
    }

    footer {
        font-size: 0.9rem;
    }

    .caixa-servicos {
        justify-content: center;
        margin: 0 0 4rem 0;
        column-gap: 1rem;
    }

    .caixa-servicos .servicos {
        width: 9rem;
    }

    .servicos-informacoes {
        width: auto;
        height: 8rem;
        padding-top: 3rem;
    }

    .servicos-informacoes p {
        font-size: 0.8rem;
    }

    .caixa-contato {
        display: block;
    }
    
    .sub-caixas-contato {
        padding: 1.3rem;
        width: auto;
    }
    
    .info-contato {
        padding: 1.1rem;
    }

    .mostrar {
        bottom: 3rem;
    }

    .botao-flutuante {
        height: 2.5rem;
        width: 2.5rem;
    }

}

@media (max-width: 640px) {
    :root {
        --espaco-secao-principal: 4.4rem;
        --espaco-secao-entrada: 2.35rem;
        --espaco-secao-faixa: 4.2rem;
    }

    .box-servicos {
        margin-top: var(--espaco-secao-entrada);
    }

    .section-divider--hero {
        margin: 0;
    }

    .section-divider__svg {
        height: clamp(38px, 12vw, 54px);
    }

    .processo-piramide {
        width: min(100%, 480px);
    }

    .processo-subtitulo {
        padding: 0.84rem 0.9rem 0.9rem 1.18rem;
        border-radius: 18px;
    }

    .secao-cabecalho--centralizado.secao-cabecalho--marcas {
        gap: 0.66rem;
    }

    .secao-cabecalho--depoimentos {
        gap: 0.66rem;
    }

    .marcas-headline__linha,
    .depoimentos-headline__linha {
        font-size: 0.72rem;
    }

    .subtitulo-fotografias {
        font-size: 0.9rem;
    }

    .container-carrossel {
        width: min(var(--site-container), calc(100% - 1rem));
        padding: 0.1rem 0;
    }

    .container-carrossel::before,
    .container-carrossel::after {
        width: 24px;
    }

    .item {
        min-width: 136px;
        min-height: 84px;
        padding: 0.42rem 0.56rem;
    }

    .item img {
        width: min(100%, 253px);
        height: 72px;
    }

    .site-footer {
        padding: 2.6rem 0 1rem;
    }

    .site-footer::before {
        width: min(240px, 58vw);
    }

    .site-footer__logo img {
        width: min(210px, 100%);
    }

    .site-footer__headline {
        max-width: 12ch;
        font-size: clamp(1.72rem, 8vw, 2.3rem);
    }

    .site-footer__title {
        font-size: 1.16rem;
    }

    .site-footer__socials a {
        width: 42px;
        height: 42px;
    }

    .site-footer__card {
        padding: 1.2rem;
        border-radius: 24px;
    }

    .secao-resultados-destaque {
        padding: 1rem 0 0.9rem;
    }

    .servicos-topo {
        gap: 0.68rem;
    }

    .secao-cabecalho h1,
    .secao-cabecalho h2,
    .secao-cabecalho h3 {
        font-size: 1.46rem;
    }

    .servicos-kicker {
        font-size: 0.62rem;
        padding: 0;
    }

    .servicos-topo h2 {
        width: fit-content;
        max-width: 100%;
        font-size: clamp(1.12rem, 4.6vw, 1.55rem);
        line-height: 1.02;
    }

    .servicos-intro,
    .servicos-resumo {
        font-size: 0.88rem;
    }

    .servicos-fluxograma {
        display: flex;
        flex-direction: column;
        gap: 0.85rem;
    }

    .servicos-fluxograma__setas {
        display: none;
    }

    .servicos-cliente::after {
        display: none;
    }

    .servico-ramo {
        width: 100%;
        gap: 0.08rem;
        min-height: auto;
        padding: 0 0 0.82rem;
        border-bottom: 1px solid rgba(223, 209, 201, 0.9);
    }

    .servico-ramo__tag {
        font-size: 0.58rem;
    }

    .servico-ramo h3 {
        font-size: 0.96rem;
        max-width: 100%;
        text-align: left;
    }

    .servico-ramo--5 {
        border-bottom: none;
        padding-bottom: 0;
    }

    .servicos-cliente {
        margin-top: 0.35rem;
        width: 100%;
        min-height: auto;
        padding: 1.3rem 1rem 1.18rem;
        border-radius: 24px;
        gap: 0.8rem;
    }

    .servicos-cliente::before {
        inset: -18% -20% 30% 8%;
        transform: none;
        filter: blur(34px);
    }

    .servicos-cliente__kicker {
        font-size: 0.62rem;
    }

    .servicos-cliente__nucleo {
        width: 138px;
    }

    .servicos-cliente h3 {
        font-size: 1.26rem;
        letter-spacing: 0.16em;
    }

    .servicos-cliente__texto {
        max-width: 26ch;
        font-size: 0.84rem;
    }

    .outros-servicos {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.82rem;
    }

    .card-servico {
        height: 272px;
    }

    .card-servico__face {
        border-radius: 22px;
    }

    .card-servico__face--front {
        gap: 0.68rem;
        padding: 2.68rem 0.82rem 0.96rem;
    }

    .outros-servicos .titulo {
        max-width: 12ch;
        font-size: 0.96rem;
    }

    .outros-servicos .conteudo {
        max-width: 18ch;
        font-size: 0.78rem;
    }

    .card-servico__tag {
        min-width: 84px;
        font-size: 0.56rem;
        padding: 0.58rem 0.72rem 0.52rem;
    }

    .card-servico__overlay {
        padding: 1rem;
    }

    .card-servico__back-title {
        font-size: 1rem;
    }
}

@media (max-width: 999px) {
    .botao-mobile {
        width: 46px;
        height: 46px;
    }

    .marca-menu {
        min-height: 46px;
    }

    .menu {
        width: min(340px, calc(100vw - (var(--site-gutter) * 2)));
        padding: 0.56rem;
    }

    .itenmenu a {
        min-height: 48px;
        padding: 0 1.04rem;
        font-size: 0.95rem;
    }

    .indicador-scroll,
    .controle-depoimentos {
        width: 44px;
        height: 44px;
    }

    .carrossel-depoimentos {
        padding: 0.1rem 2.35rem;
    }

    .acoes-cta-final {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
        gap: 0.72rem;
    }

    .acoes-cta-final a,
    .botao-contato,
    .botao-cta-secundario {
        width: 100%;
        min-height: 48px;
        justify-content: center;
    }

    .site-footer__socials a {
        width: 44px;
        height: 44px;
    }

    .site-footer__text-link,
    .site-footer__contact-link,
    .site-footer__base a {
        display: inline-flex;
        align-items: center;
        min-height: 44px;
    }
}

@media (max-width: 640px) {
    .servicos-topo h2 {
        width: 100%;
        font-size: clamp(1.18rem, 5vw, 1.48rem);
        line-height: 1.08;
        gap: 0.08rem;
    }

    .servicos-topo__frase {
        margin-bottom: 0;
        font-size: 0.52em;
        line-height: 1.25;
    }

    .servicos-topo__linha,
    .marcas-headline__destaque,
    .depoimentos-headline__destaque,
    .faq-headline__destaque {
        max-width: 100%;
        white-space: normal;
        text-wrap: balance;
        line-height: 1.04;
    }

    .servico-ramo__tag,
    .servicos-cliente__kicker,
    .servicos-cliente__voce,
    .secao-kicker,
    .secao-cabecalho--processo .secao-kicker,
    .secao-cabecalho--marcas .secao-kicker,
    .indicador-sobre__rotulo {
        font-size: 0.75rem;
        line-height: 1.24;
    }

    .site-footer__kicker,
    .site-footer__label {
        font-size: 0.75rem;
        line-height: 1.24;
    }

    .secao-cta-final .secao-cabecalho {
        align-items: center;
        text-align: center;
    }

    .secao-cta-final {
        text-align: center;
    }

    .site-footer__headline {
        max-width: 17ch;
        font-size: clamp(1.62rem, 7vw, 2.05rem);
        line-height: 1.05;
        letter-spacing: 0;
    }
}


/* ============================================================
   NOVO HUMANO-INSPIRED LAYOUT — novo/index.html only
   ============================================================ */

.kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 0.9rem;
    padding: 0.5rem 0.9rem;
    border-radius: 999px;
    border: 1px solid rgba(226, 149, 121, 0.3);
    background: rgba(226, 149, 121, 0.08);
    color: #e29579;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.kicker::before {
    content: "";
    width: 8px;
    height: 8px;
    flex-shrink: 0;
    border-radius: 50%;
    background: #e29579;
    box-shadow: 0 0 0 4px rgba(226, 149, 121, 0.2);
    animation: kicker-pulso 2s ease infinite;
}

@keyframes kicker-pulso {
    0%, 100% { box-shadow: 0 0 0 4px rgba(226, 149, 121, 0.2); }
    50% { box-shadow: 0 0 0 8px rgba(226, 149, 121, 0.05); }
}

.titulo-impacto {
    margin: 0 0 1.1rem;
    max-width: 16ch;
    color: #f7f1ec;
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.9rem, 2.6vw + 1rem, 3.1rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.08;
}

.titulo-impacto--centro {
    max-width: 38ch;
    margin-left: auto;
    margin-right: auto;
}

.titulo-impacto--servicos {
    max-width: 46ch;
    font-size: clamp(1.6rem, 1.9vw + 0.9rem, 2.6rem);
}

.titulo-impacto--servicos .titulo-impacto__destaque {
    font-size: 1.35em;
    display: inline-block;
}

.titulo-impacto__destaque {
    color: #e29579;
    font-style: italic;
    font-family: "Playfair Display", "Times New Roman", serif;
    font-weight: 600;
}

.texto-corpo {
    max-width: 46ch;
    margin: 0 0 1.4rem;
    color: #cdbfb8;
    font-size: 1rem;
    line-height: 1.68;
}

.texto-corpo--centro {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.secao {
    width: var(--site-container-narrow);
    margin: 0 auto;
    padding: clamp(3.6rem, 6vw, 6rem) 0;
}

.secao--servicos {
    position: relative;
    isolation: isolate;
}

.secao--servicos::before,
.secao--sobre::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    transform: translateX(-50%);
    z-index: -1;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: radial-gradient(circle at 50% 30%, #000 20%, transparent 70%);
    -webkit-mask-image: radial-gradient(circle at 50% 30%, #000 20%, transparent 70%);
}

.secao--sobre {
    position: relative;
    isolation: isolate;
}

.marca-dagua {
    position: absolute;
    z-index: -1;
    opacity: 0.3;
    pointer-events: none;
    user-select: none;
}

.marca-dagua--sobre {
    width: min(640px, 68%);
    right: -3%;
    bottom: -4%;
}

.marca-dagua--cta {
    width: min(520px, 60%);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.marca-dagua--footer {
    width: min(560px, 55%);
    left: 50%;
    bottom: -6%;
    transform: translateX(-50%);
}


.secao__cabecalho {
    max-width: 640px;
    margin-bottom: clamp(2rem, 4vw, 3rem);
}

.secao__cabecalho--centro {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.secao__cabecalho--centro .kicker {
    justify-content: center;
}

.secao__cta {
    margin-top: clamp(1.6rem, 3vw, 2.4rem);
}

.secao__cta--centro {
    display: flex;
    justify-content: center;
}

.botao-primario,
.botao-secundario {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    min-height: 3.1rem;
    padding: 0.88rem 1.6rem;
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.96rem;
    letter-spacing: 0.01em;
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease, background-color 0.24s ease, color 0.24s ease;
}

.botao-primario {
    border: 1px solid rgba(226, 149, 121, 0.5);
    background: linear-gradient(135deg, #efb09a 0%, #e29579 100%);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
    color: #1a1110;
}

.botao-primario:hover {
    transform: translateY(-2px);
    border-color: rgba(226, 149, 121, 0.8);
    background: linear-gradient(135deg, #1a1110 0%, #241a16 100%);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.45);
    color: #f7f1ec;
}

.botao-secundario {
    border: 1px solid rgba(247, 241, 236, 0.28);
    background: transparent;
    color: #f7f1ec;
}

.botao-secundario:hover {
    border-color: rgba(226, 149, 121, 0.6);
    background: rgba(226, 149, 121, 0.1);
    transform: translateY(-2px);
}

/* ---------- HERO ---------- */

.hero {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #0a0908;
    padding-top: clamp(6.5rem, 10vw, 8rem);
    padding-bottom: clamp(3rem, 6vw, 5rem);
}

.hero__fundo {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.hero__glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    opacity: 0.55;
}

.hero__glow--1 {
    width: 46vw;
    height: 46vw;
    top: -12%;
    right: -10%;
    background: radial-gradient(circle, rgba(226, 149, 121, 0.32) 0%, rgba(226, 149, 121, 0) 70%);
}

.hero__glow--2 {
    width: 34vw;
    height: 34vw;
    bottom: -14%;
    left: -8%;
    background: radial-gradient(circle, rgba(226, 149, 121, 0.18) 0%, rgba(226, 149, 121, 0) 70%);
}

.hero__conteudo {
    position: relative;
    z-index: 1;
    width: var(--site-container-narrow);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
}

.hero__kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    margin: 0 0 1.2rem;
    color: #e29579;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.hero__titulo {
    margin: 0 0 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.hero__titulo .hero__titulo-linha {
    margin: 0;
    min-height: 1.1em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: clamp(2.1rem, 3.4vw + 1rem, 3.4rem);
    color: #f7f1ec;
    letter-spacing: -0.02em;
    line-height: 1.08;
    text-shadow: none;
}

.hero__titulo .hero__titulo-linha--secundaria {
    display: flex;
    align-items: baseline;
    font-size: clamp(1.1rem, 1.4vw + 0.62rem, 1.65rem);
    font-weight: 700;
    color: rgba(247, 241, 236, 0.65);
    white-space: nowrap;
}

.hero__titulo .hero-copy__prefix {
    font-size: 1em;
    font-weight: 700;
    color: rgba(247, 241, 236, 0.65);
    margin-right: 0.28em;
}

.hero__titulo .hero-copy__typing--funcao {
    color: #e29579;
    font-weight: 800;
}

.hero__subtexto {
    max-width: 46ch;
    margin: 0 0 1.8rem;
    color: #cdbfb8;
    font-size: 1.04rem;
    line-height: 1.65;
}

.hero__acoes {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
}

.hero__figura {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 360px;
}

.hero__foto-aro {
    position: relative;
    width: min(100%, 430px);
    aspect-ratio: 4 / 5;
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid rgba(226, 149, 121, 0.3);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.06);
    isolation: isolate;
}

.hero__foto-aro::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(10, 9, 8, 0) 40%, rgba(10, 9, 8, 0.55) 100%);
}

.hero__foto {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
}

.hero__badge {
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.7rem 0.95rem 0.7rem 0.7rem;
    border-radius: 16px;
    background: rgba(20, 17, 16, 0.72);
    border: 1px solid rgba(226, 149, 121, 0.32);
    backdrop-filter: blur(16px) saturate(120%);
    -webkit-backdrop-filter: blur(16px) saturate(120%);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.4);
    animation: hero-badge-float 5.5s ease-in-out infinite;
}

.hero__badge-icone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: rgba(226, 149, 121, 0.16);
    color: #e29579;
}

.hero__badge-icone svg {
    width: 18px;
    height: 18px;
}

.hero__badge-texto {
    display: flex;
    flex-direction: column;
    gap: 0.08rem;
    white-space: nowrap;
    font-size: 0.78rem;
    color: rgba(247, 241, 236, 0.72);
}

.hero__badge-texto strong {
    color: #f7f1ec;
    font-size: 0.9rem;
    font-weight: 700;
}

.hero__badge--1 {
    top: 6%;
    left: -6%;
    animation-delay: 0s;
}

.hero__badge--2 {
    top: 46%;
    right: -10%;
    animation-delay: 1.2s;
}

.hero__badge--3 {
    bottom: 4%;
    left: -4%;
    animation-delay: 2.4s;
}

@keyframes hero-badge-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

.hero__scroll {
    position: absolute;
    left: 50%;
    bottom: clamp(1.6rem, 3vw, 2.4rem);
    transform: translateX(-50%);
    z-index: 2;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.hero__scroll span {
    width: 10px;
    height: 10px;
    border-right: 1.6px solid rgba(226, 149, 121, 0.85);
    border-bottom: 1.6px solid rgba(226, 149, 121, 0.85);
    transform: rotate(45deg);
    animation: flutuar-indicador 2.2s ease-in-out infinite;
}

/* ---------- MARQUEE ---------- */

.marquee {
    width: 100%;
    overflow: hidden;
    background: #100d0c;
    border-top: 1px solid rgba(226, 149, 121, 0.18);
    border-bottom: 1px solid rgba(226, 149, 121, 0.18);
    padding: 1.1rem 0;
}

.marquee__trilho {
    display: flex;
    align-items: center;
    width: max-content;
    gap: 0.9rem;
    white-space: nowrap;
    animation: marquee-loop 26s linear infinite;
    font-family: "Playfair Display", "Times New Roman", serif;
    font-style: italic;
    font-size: clamp(1rem, 1.6vw + 0.6rem, 1.5rem);
    color: rgba(247, 241, 236, 0.85);
}

.marquee__ponto {
    color: #e29579;
    font-style: normal;
    font-size: 0.85em;
    opacity: 0.8;
}

@keyframes marquee-loop {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

/* ---------- CENÁRIO / NUVEM DE TAGS ---------- */

.nuvem-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin: 0 0 clamp(2rem, 4vw, 3rem);
}

.tag-flutuante {
    padding: 0.55rem 1.1rem;
    border-radius: 999px;
    border: 1px solid rgba(226, 149, 121, 0.3);
    background: rgba(226, 149, 121, 0.08);
    color: #e29579;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    animation: hero-badge-float 6s ease-in-out infinite;
}

.tag-flutuante--1 { animation-delay: 0s; }
.tag-flutuante--2 { animation-delay: 1.4s; transform: rotate(-1.2deg); }
.tag-flutuante--3 { animation-delay: 2.8s; }
.tag-flutuante--4 { animation-delay: 4.2s; transform: rotate(1.4deg); }

.lista-dores {
    max-width: 640px;
}

.lista-dores__intro {
    margin: 0 0 1rem;
    color: #f7f1ec;
    font-weight: 600;
}

.lista-dores__itens {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

.lista-dores__itens li {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    color: #cdbfb8;
    line-height: 1.55;
}

.lista-dores__marca {
    flex-shrink: 0;
    color: #e29579;
    font-weight: 700;
}

/* ---------- PROBLEMA ---------- */

.lista-erros {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    max-width: 460px;
    margin: 0 auto clamp(2rem, 4vw, 3rem);
}

.lista-erros li {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.85rem 1.1rem;
    border-radius: 14px;
    background: #121212;
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #cdbfb8;
    font-size: 0.94rem;
}

.lista-erros li::before {
    content: "×";
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(226, 149, 121, 0.14);
    color: #e29579;
    font-weight: 700;
}

.callout-resultado {
    max-width: 620px;
    margin: 0 auto;
    padding: 1.4rem 1.6rem;
    border-radius: 18px;
    border: 1px solid rgba(226, 149, 121, 0.34);
    background: linear-gradient(135deg, rgba(226, 149, 121, 0.1) 0%, rgba(226, 149, 121, 0.03) 100%);
    text-align: center;
    color: #f7f1ec;
    font-weight: 800;
    letter-spacing: 0.02em;
    line-height: 1.5;
}

/* ---------- COMPARATIVO ---------- */

.comparativo {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: clamp(1.2rem, 3vw, 2rem);
    align-items: center;
    margin-bottom: clamp(1.6rem, 3vw, 2.4rem);
}

.comparativo__card {
    padding: clamp(1.6rem, 3vw, 2.2rem);
    border-radius: 22px;
}

.comparativo__card ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin: 0;
    padding: 0;
}

.comparativo__card li {
    padding-left: 1.3rem;
    position: relative;
    line-height: 1.5;
}

.comparativo__rotulo {
    margin: 0 0 1.1rem;
    font-weight: 800;
    font-size: 1.1rem;
}

.comparativo__card--generico {
    background: #121212;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.comparativo__card--generico .comparativo__rotulo {
    color: rgba(247, 241, 236, 0.55);
}

.comparativo__card--generico li {
    color: rgba(205, 191, 184, 0.6);
}

.comparativo__card--generico li::before {
    content: "×";
    position: absolute;
    left: 0;
    color: rgba(205, 191, 184, 0.5);
}

.comparativo__card--direcao {
    background: linear-gradient(160deg, #191411 0%, #141110 100%);
    border: 1px solid rgba(226, 149, 121, 0.5);
    box-shadow: 0 24px 48px rgba(226, 149, 121, 0.1);
}

.comparativo__card--direcao .comparativo__rotulo {
    color: #e29579;
}

.comparativo__card--direcao li {
    color: #f7f1ec;
}

.comparativo__card--direcao li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #e29579;
    font-weight: 700;
}

.comparativo__divisor {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #0a0908;
    border: 1px solid rgba(226, 149, 121, 0.4);
    color: #e29579;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    justify-self: center;
}

/* ---------- SERVIÇOS (GRADE NUMERADA) ---------- */

.grade-servicos {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.1rem;
}

.card-numerado {
    position: relative;
    overflow: hidden;
    padding: 1.8rem 1.5rem;
    border-radius: 20px;
    background: #121212;
    border: 1px solid rgba(255, 255, 255, 0.09);
    transition: border-color 0.24s ease, transform 0.24s ease, box-shadow 0.24s ease;
}

.grade-servicos .card-numerado:hover {
    transform: translateY(-6px);
    border-color: rgba(226, 149, 121, 0.4);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.grade-servicos .card-numerado:not(.card-numerado--fechamento)::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background: radial-gradient(400px circle at var(--mx, 50%) var(--my, 0%), rgba(226, 149, 121, 0.16), transparent 45%);
    opacity: 0;
    transition: opacity 0.35s ease;
    pointer-events: none;
}

.grade-servicos .card-numerado:not(.card-numerado--fechamento):hover::before {
    opacity: 1;
}

.card-numerado__icone {
    position: absolute;
    top: 1.6rem;
    right: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    color: #e29579;
    background: rgba(226, 149, 121, 0.1);
    border: 1px solid rgba(226, 149, 121, 0.2);
}

.card-numerado__icone svg {
    width: 18px;
    height: 18px;
}

.card-numerado__numero {
    display: block;
    margin-bottom: 0.9rem;
    font-family: "Playfair Display", "Times New Roman", serif;
    font-size: 2.1rem;
    font-weight: 600;
    font-style: italic;
    color: rgba(226, 149, 121, 0.42);
}

.card-numerado .card-numerado__tag {
    margin: 0 0 0.3rem;
    color: #e29579;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.card-numerado--fechamento .card-numerado__tag {
    color: rgba(26, 17, 16, 0.6);
}

.card-numerado h3 {
    margin: 0 0 0.5rem;
    color: #f7f1ec;
    font-size: 1.08rem;
    font-weight: 700;
}

.grade-processo {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.1rem;
    margin-top: clamp(2.4rem, 5vw, 3.6rem);
    margin-bottom: clamp(1.6rem, 3vw, 2.4rem);
}

.grade-processo__onda {
    position: absolute;
    z-index: 0;
    top: -27px;
    left: 0;
    right: 0;
    height: 100px;
    pointer-events: none;
}

.grade-processo__onda svg {
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.grade-processo__linha,
.grade-processo__pulso {
    display: none;
}

.grade-processo .card-numerado {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: transparent;
    border: none;
    padding: 0 0.5rem;
    text-align: center;
    transition: transform 0.3s ease;
}

.grade-processo .card-numerado:nth-of-type(1) {
    transform: translateY(16px);
}

.grade-processo .card-numerado:nth-of-type(2) {
    transform: translateY(-42px);
}

.grade-processo .card-numerado:nth-of-type(3) {
    transform: translateY(16px);
}

.grade-processo .card-numerado:nth-of-type(4) {
    transform: translateY(-42px);
}

.grade-processo .card-numerado:hover {
    border-color: transparent;
    box-shadow: none;
}

.grade-processo .card-numerado__numero {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin: 0 0 1.1rem;
    border-radius: 50%;
    background: #14100e;
    border: 2px solid rgba(226, 149, 121, 0.55);
    box-shadow: 0 0 0 6px #0a0908;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 0.96rem;
    color: #e29579;
    transition: border-color 0.24s ease, background-color 0.24s ease;
}

.grade-processo .card-numerado:hover .card-numerado__numero {
    border-color: #e29579;
    background: #1c1512;
}

.grade-processo .card-numerado__corpo {
    max-width: 20ch;
}

@media (max-width: 999px) {
    .grade-processo {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .grade-processo__onda {
        display: none;
    }

    .grade-processo__linha {
        display: block;
        position: absolute;
        z-index: 0;
        top: 0;
        bottom: 0;
        left: 23px;
        right: auto;
        width: 2px;
        height: auto;
        background: linear-gradient(180deg,
            rgba(226, 149, 121, 0) 0%,
            rgba(226, 149, 121, 0.55) 6%,
            rgba(226, 149, 121, 0.55) 94%,
            rgba(226, 149, 121, 0) 100%);
    }

    .grade-processo__pulso {
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 23px;
        width: 12px;
        height: 12px;
        margin-left: -6px;
        border-radius: 50%;
        background: #f2b39d;
        box-shadow: 0 0 4px 1px #f2b39d, 0 0 18px 4px rgba(226, 149, 121, 0.7);
        animation: processo-fluxo-v 5.2s cubic-bezier(0.45, 0, 0.4, 1) infinite;
    }

    @keyframes processo-fluxo-v {
        0% { top: 0; opacity: 0; }
        6% { opacity: 1; }
        94% { opacity: 1; }
        100% { top: 100%; opacity: 0; }
    }

    .grade-processo .card-numerado {
        flex-direction: row;
        align-items: flex-start;
        text-align: left;
        gap: 1.1rem;
        padding: 0 0 2.2rem;
        transform: none !important;
    }

    .grade-processo .card-numerado:last-child {
        padding-bottom: 0;
    }

    .grade-processo .card-numerado__numero {
        flex-shrink: 0;
        margin: 0;
    }

    .grade-processo .card-numerado__corpo {
        max-width: none;
        padding-top: 0.5rem;
    }
}

.card-numerado p {
    margin: 0;
    color: #b3a49c;
    font-size: 0.92rem;
    line-height: 1.58;
}

.card-numerado--fechamento {
    background: linear-gradient(150deg, #e29579 0%, #d9836c 100%);
    border-color: transparent;
}

.card-numerado--fechamento .card-numerado__numero {
    color: rgba(26, 17, 16, 0.5);
}

.card-numerado--fechamento h3 {
    color: #1a1110;
}

.card-numerado--fechamento p {
    color: rgba(26, 17, 16, 0.72);
}

/* ---------- FAIXA DE ESTATÍSTICAS ---------- */

.faixa-stats {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2rem;
    padding: clamp(1.8rem, 3vw, 2.6rem) 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.faixa-stats__item {
    flex: 1 1 160px;
    text-align: center;
}

.faixa-stats__valor {
    margin: 0 0 0.3rem;
    color: #f7f1ec;
    font-family: "Playfair Display", "Times New Roman", serif;
    font-style: italic;
    font-weight: 600;
    font-size: clamp(1.7rem, 2vw + 1rem, 2.4rem);
}

.faixa-stats__rotulo {
    margin: 0;
    color: #e29579;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

/* ---------- SOBRE ---------- */

.sobre {
    display: grid;
    grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
}

.sobre__figura {
    position: relative;
    isolation: isolate;
}

.sobre__texto {
    padding-left: clamp(1rem, 3vw, 2.4rem);
}

.sobre__figura img {
    position: relative;
    z-index: 1;
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: top center;
    border-radius: 24px;
    border: 1px solid rgba(226, 149, 121, 0.3);
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.5);
}

.sobre__moldura {
    position: absolute;
    z-index: 0;
    inset: 18px -18px -18px 18px;
    border: 1px solid rgba(226, 149, 121, 0.45);
    border-radius: 24px;
}

.sobre__figura--mapa {
    overflow: visible;
}

.sobre__figura--mapa img {
    width: 110%;
    max-width: 110%;
    margin-left: 0;
    aspect-ratio: auto;
    object-fit: contain;
    object-position: center;
    border: none;
    border-radius: 0;
    background: none;
    box-shadow: none;
    filter: drop-shadow(0 24px 40px rgba(0, 0, 0, 0.55));
}

/* ---------- PÚBLICO ---------- */

.grade-publico {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.1rem;
}

.card-publico {
    padding: 1.6rem 1.4rem;
    border-radius: 18px;
    background: #121212;
    border: 1px solid rgba(255, 255, 255, 0.08);
    text-align: left;
}

.card-publico__icone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-bottom: 0.9rem;
    border-radius: 50%;
    background: rgba(226, 149, 121, 0.14);
    color: #e29579;
}

.card-publico__icone svg {
    width: 16px;
    height: 16px;
}

.card-publico h3 {
    margin: 0 0 0.4rem;
    color: #f7f1ec;
    font-size: 1rem;
    font-weight: 700;
}

.card-publico p {
    margin: 0;
    color: #b3a49c;
    font-size: 0.88rem;
    line-height: 1.55;
}

/* ---------- EQUIPE ---------- */

.grade-equipe {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 180px));
    justify-content: center;
    gap: clamp(1rem, 2.2vw, 1.6rem);
}

@property --angulo-equipe {
    syntax: '<angle>';
    initial-value: 0deg;
    inherits: false;
}

.card-equipe {
    position: relative;
    display: flex;
    padding: 4px;
    border-radius: 999px;
    box-shadow: 0 24px 40px rgba(0, 0, 0, 0.55);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-equipe:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 55px rgba(0, 0, 0, 0.65);
}

.card-equipe::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    padding: 4px;
    border-radius: inherit;
    background: conic-gradient(from var(--angulo-equipe), transparent 0%, rgba(226, 149, 121, 0) 55%, #ffb199 68%, #ff7fb0 74%, rgba(226, 149, 121, 0) 88%, transparent 100%);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask-composite: exclude;
    animation: girar-anel-equipe 3.6s linear infinite;
}

.card-equipe::after {
    content: "";
    position: absolute;
    inset: -18%;
    z-index: -1;
    border-radius: inherit;
    background: radial-gradient(circle, rgba(226, 149, 121, 0.55) 0%, rgba(226, 149, 121, 0) 70%);
    filter: blur(28px);
    opacity: 0;
    transition: opacity 0.35s ease;
    pointer-events: none;
}

.card-equipe:hover::after {
    opacity: 1;
}

@keyframes girar-anel-equipe {
    to {
        --angulo-equipe: 360deg;
    }
}

.card-equipe img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 999px;
    object-fit: cover;
}

@media (max-width: 640px) {
    .grade-equipe {
        grid-template-columns: minmax(0, 260px);
    }
}

/* ---------- FAIXA DE CONFIANÇA ---------- */

.faixa-confianca {
    width: var(--site-container-narrow);
    margin: 0 auto;
    padding: clamp(2rem, 4vw, 3rem) 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem 2.2rem;
}

.faixa-confianca__item {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    color: rgba(247, 241, 236, 0.82);
    font-size: 0.88rem;
    font-weight: 600;
}

.faixa-confianca__item span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(226, 149, 121, 0.16);
    color: #e29579;
    font-size: 0.72rem;
}

/* ---------- RESPONSIVE ---------- */

@media (max-width: 999px) {
    .hero__conteudo {
        grid-template-columns: 1fr;
    }

    .hero__figura {
        order: -1;
        min-height: 0;
        flex-direction: column;
        gap: 0.7rem;
        width: 100%;
    }

    .hero__foto-aro {
        width: min(100%, 320px);
        margin: 0 auto;
    }

    .hero__badge {
        position: static;
        width: min(100%, 320px);
        margin: 0 auto;
        animation: none;
    }

    .hero__badge-texto {
        white-space: normal;
    }

    .hero__badge--2 {
        margin-left: auto;
        margin-right: auto;
    }

    .hero__titulo-bold {
        max-width: none;
    }

    .grade-servicos {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .grade-publico {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .comparativo {
        grid-template-columns: 1fr;
    }

    .comparativo__divisor {
        margin: -0.4rem auto;
    }

    .sobre {
        grid-template-columns: 1fr;
    }

    .sobre__figura {
        max-width: 340px;
        margin: 0 auto;
    }

    .sobre__figura--mapa {
        max-width: none;
    }

    .sobre__texto {
        padding-left: 0;
    }

    .sobre__figura--mapa img {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 640px) {
    .grade-servicos {
        grid-template-columns: 1fr;
    }

    .grade-publico {
        grid-template-columns: 1fr;
    }

    .faixa-stats {
        justify-content: flex-start;
    }

    .faixa-stats__item {
        flex: 1 1 42%;
    }
}
