/* =========================================================
   VIP CAR ESTÉTICA AUTOMOTIVA
   Arquivo: assets/css/pages/home.css

   Página inicial:
   - Hero premium
   - Logo textual fallback
   - Serviços
   - Resultados
   - Sobre
   - Benefícios
   - Galeria
   - CTA
   - FAQ
   - Localização
   - Placeholders premium sem imagens externas
   - Responsividade

   Esta versão foi feita para funcionar com o index.html
   atual, que não depende das fotos da empresa.
========================================================= */


/* =========================================================
   BASE DA HOME
========================================================= */

body {
    overflow-x: hidden;
}

main {
    overflow: hidden;
}


/* =========================================================
   LOGO TEXTUAL
========================================================= */

.brand {
    display: inline-flex;

    align-items: center;

    flex-shrink: 0;

    text-decoration: none;
}


.brand-text {
    display: inline-flex;

    flex-direction: column;

    align-items: flex-start;

    justify-content: center;

    gap: 2px;

    line-height: 1;
}


.brand-text strong {
    display: block;

    font-family:
        var(
            --font-heading,
            "Montserrat",
            sans-serif
        );

    font-size: 1.22rem;

    font-weight: 900;

    letter-spacing: -0.035em;

    color: #ffffff;
}


.brand-text small {
    display: block;

    font-family:
        var(
            --font-heading,
            "Montserrat",
            sans-serif
        );

    font-size: 0.54rem;

    font-weight: 800;

    letter-spacing: 0.15em;

    color:
        var(
            --vip-gold,
            #d6a843
        );
}


.site-header .brand-text {
    min-width: 150px;
}


.site-footer .brand-text strong {
    font-size: 1.5rem;
}


.site-footer .brand-text small {
    font-size: 0.59rem;
}


/* =========================================================
   HERO
========================================================= */

.hero {
    position: relative;

    display: flex;

    align-items: center;

    min-height:
        clamp(
            680px,
            86vh,
            900px
        );

    padding-top:
        calc(
            var(
                --header-height,
                86px
            ) + 70px
        );

    padding-bottom: 80px;

    overflow: hidden;

    isolation: isolate;

    background:
        radial-gradient(
            circle at 17% 38%,
            rgba(23, 71, 184, 0.14),
            transparent 34%
        ),
        radial-gradient(
            circle at 79% 24%,
            rgba(23, 71, 184, 0.11),
            transparent 34%
        ),
        radial-gradient(
            circle at 86% 78%,
            rgba(214, 168, 67, 0.08),
            transparent 28%
        ),
        #03070d;
}


.hero > .container {
    position: relative;

    z-index: 2;
}


.hero-grid {
    display: grid;

    grid-template-columns:
        minmax(0, 1.02fr)
        minmax(380px, 0.98fr);

    align-items: center;

    gap:
        clamp(
            48px,
            6vw,
            90px
        );

    width: 100%;

    min-width: 0;
}


/* =========================================================
   HERO — CONTEÚDO
========================================================= */

.hero-content {
    position: relative;

    z-index: 3;

    width: 100%;

    max-width: 760px;

    min-width: 0;
}


.hero-content .eyebrow {
    margin-bottom: 26px;
}


.hero-content h1 {
    max-width: 800px;

    margin: 0;

    font-size:
        clamp(
            3.5rem,
            5vw,
            5.65rem
        );

    line-height: 0.99;

    letter-spacing: -0.055em;

    text-wrap: balance;
}


.hero-content h1 .text-gradient {
    display: block;

    margin-top: 10px;
}


.hero-description {
    max-width: 670px;

    margin-top: 30px;

    margin-bottom: 0;

    font-size:
        clamp(
            1rem,
            1.2vw,
            1.17rem
        );

    line-height: 1.78;

    color:
        var(
            --text-secondary,
            #b8c0cd
        );
}


/* =========================================================
   HERO — AÇÕES
========================================================= */

.hero-actions {
    display: flex;

    flex-wrap: wrap;

    align-items: center;

    gap: 14px;

    margin-top: 34px;
}


.hero-actions .btn {
    min-height: 58px;

    padding-inline: 28px;
}


/* =========================================================
   HERO — TRUST
========================================================= */

.hero-trust {
    display: grid;

    grid-template-columns:
        repeat(
            3,
            minmax(0, 1fr)
        );

    gap: 0;

    max-width: 660px;

    margin-top: 44px;

    padding-top: 26px;

    border-top:
        1px solid
        rgba(255, 255, 255, 0.09);
}


.hero-trust-item {
    min-width: 0;

    padding:
        0
        20px;

    border-right:
        1px solid
        rgba(255, 255, 255, 0.09);
}


.hero-trust-item:first-child {
    padding-left: 0;
}


.hero-trust-item:last-child {
    padding-right: 0;

    border-right: 0;
}


.hero-trust-item strong {
    display: block;

    margin-bottom: 6px;

    font-family:
        var(
            --font-heading,
            "Montserrat",
            sans-serif
        );

    font-size: 1.03rem;

    font-weight: 800;

    color: #ffffff;
}


.hero-trust-item span {
    display: block;

    font-size: 0.84rem;

    line-height: 1.5;

    color:
        var(
            --text-muted,
            #8691a0
        );
}


/* =========================================================
   HERO — VISUAL
========================================================= */

.hero-media {
    position: relative;

    z-index: 2;

    display: grid;

    place-items: center;

    width: 100%;

    min-width: 0;

    aspect-ratio: 1 / 1;

    max-height: 590px;

    overflow: hidden;

    border:
        1px solid
        rgba(255, 255, 255, 0.1);

    border-radius:
        var(
            --radius-xl,
            28px
        );

    background:
        radial-gradient(
            circle at 28% 25%,
            rgba(23, 71, 184, 0.25),
            transparent 37%
        ),
        radial-gradient(
            circle at 76% 76%,
            rgba(214, 168, 67, 0.12),
            transparent 32%
        ),
        linear-gradient(
            145deg,
            #081523,
            #040911 55%,
            #10120f
        );

    box-shadow:
        0 36px 100px
        rgba(0, 0, 0, 0.4);
}


.hero-media::before {
    content: "";

    position: absolute;

    inset: 0;

    z-index: 0;

    opacity: 0.34;

    pointer-events: none;

    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.025) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.025) 1px,
            transparent 1px
        );

    background-size:
        52px
        52px;
}


.hero-media::after {
    content: "";

    position: absolute;

    inset: 24px;

    z-index: 0;

    border:
        1px solid
        rgba(214, 168, 67, 0.1);

    border-radius: 22px;

    pointer-events: none;
}


/* =========================================================
   HERO — MARCA CENTRAL
========================================================= */

.hero-visual-content {
    position: relative;

    z-index: 2;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    width: min(
        82%,
        470px
    );

    min-height: 350px;

    padding: 50px;

    text-align: center;
}


.hero-visual-content::before {
    content: "";

    position: absolute;

    width: 260px;
    height: 260px;

    border:
        1px solid
        rgba(214, 168, 67, 0.15);

    border-radius: 50%;

    box-shadow:
        0 0 80px
        rgba(23, 71, 184, 0.16);

    animation:
        heroVisualPulse
        6s
        ease-in-out
        infinite;
}


.hero-visual-content::after {
    content: "";

    position: absolute;

    width: 185px;
    height: 185px;

    border:
        1px solid
        rgba(23, 71, 184, 0.25);

    border-radius: 50%;
}


.hero-visual-content > * {
    position: relative;

    z-index: 2;
}


.hero-visual-kicker {
    margin-bottom: 0;

    font-family:
        var(
            --font-heading,
            "Montserrat",
            sans-serif
        );

    font-size:
        clamp(
            1rem,
            1.4vw,
            1.25rem
        );

    font-weight: 900;

    letter-spacing: 0.3em;

    color:
        var(
            --vip-gold,
            #d6a843
        );
}


.hero-visual-content strong {
    display: block;

    margin:
        8px
        0
        12px;

    font-family:
        var(
            --font-heading,
            "Montserrat",
            sans-serif
        );

    font-size:
        clamp(
            4.2rem,
            7vw,
            7rem
        );

    font-weight: 900;

    line-height: 0.88;

    letter-spacing: -0.07em;

    color: #ffffff;

    text-shadow:
        0 12px 35px
        rgba(0, 0, 0, 0.35);
}


.hero-visual-content p {
    margin: 0;

    font-family:
        var(
            --font-heading,
            "Montserrat",
            sans-serif
        );

    font-size:
        clamp(
            0.68rem,
            1vw,
            0.86rem
        );

    font-weight: 800;

    letter-spacing: 0.19em;

    color:
        rgba(
            255,
            255,
            255,
            0.76
        );
}


.hero-visual-content small {
    display: block;

    margin-top: 22px;

    padding:
        8px
        14px;

    border:
        1px solid
        rgba(255, 255, 255, 0.08);

    border-radius: 999px;

    background:
        rgba(255, 255, 255, 0.025);

    font-size: 0.67rem;

    font-weight: 800;

    letter-spacing: 0.17em;

    color:
        var(
            --text-muted,
            #8994a4
        );
}


/* =========================================================
   HERO — BADGE
========================================================= */

.hero-media-badge {
    position: absolute;

    right: 22px;
    bottom: 22px;

    z-index: 5;

    display: grid;

    min-width: 104px;

    padding:
        16px
        18px;

    border:
        1px solid
        rgba(214, 168, 67, 0.38);

    border-radius: 18px;

    background:
        rgba(3, 7, 13, 0.78);

    backdrop-filter: blur(16px);

    box-shadow:
        0 18px 50px
        rgba(0, 0, 0, 0.32);
}


.hero-media-badge span {
    font-size: 0.68rem;

    font-weight: 800;

    letter-spacing: 0.18em;

    color:
        var(
            --vip-gold,
            #d6a843
        );
}


.hero-media-badge strong {
    margin-top: 1px;

    font-family:
        var(
            --font-heading,
            "Montserrat",
            sans-serif
        );

    font-size: 1.15rem;

    color: #ffffff;
}


/* =========================================================
   HERO — GLOWS
========================================================= */

.hero-glow {
    position: absolute;

    z-index: 0;

    pointer-events: none;

    border-radius: 999px;

    filter: blur(100px);

    opacity: 0.32;
}


.hero-glow-blue {
    width: 520px;
    height: 520px;

    top: 100px;
    right: -170px;

    background:
        rgba(23, 71, 184, 0.42);
}


.hero-glow-gold {
    width: 330px;
    height: 330px;

    right: 26%;
    bottom: -180px;

    background:
        rgba(214, 168, 67, 0.22);
}


/* =========================================================
   MARQUEE
========================================================= */

.marquee {
    position: relative;

    z-index: 2;

    width: 100%;

    overflow: hidden;

    padding:
        16px
        0;

    border-top:
        1px solid
        rgba(255, 255, 255, 0.06);

    border-bottom:
        1px solid
        rgba(255, 255, 255, 0.06);

    background:
        rgba(255, 255, 255, 0.018);
}


.marquee::before,
.marquee::after {
    content: "";

    position: absolute;

    top: 0;

    z-index: 3;

    width: 110px;
    height: 100%;

    pointer-events: none;
}


.marquee::before {
    left: 0;

    background:
        linear-gradient(
            90deg,
            #070d15,
            transparent
        );
}


.marquee::after {
    right: 0;

    background:
        linear-gradient(
            -90deg,
            #070d15,
            transparent
        );
}


.marquee-track {
    display: flex;

    align-items: center;

    gap: 22px;

    width: max-content;

    padding-left: 22px;

    white-space: nowrap;

    will-change: transform;
}


.marquee-track span {
    flex: none;

    font-family:
        var(
            --font-heading,
            "Montserrat",
            sans-serif
        );

    font-size: 0.92rem;

    font-weight: 700;

    letter-spacing: -0.01em;

    color:
        rgba(
            255,
            255,
            255,
            0.84
        );
}


.marquee-track span:nth-child(even) {
    color:
        var(
            --vip-gold,
            #d6a843
        );
}


/* =========================================================
   SERVIÇOS
========================================================= */

.services-section {
    position: relative;

    overflow: hidden;
}


.services-section::before {
    content: "";

    position: absolute;

    width: 520px;
    height: 520px;

    top: 120px;
    right: -300px;

    border-radius: 50%;

    background:
        rgba(23, 71, 184, 0.06);

    filter: blur(80px);

    pointer-events: none;
}


.services-section .section-header {
    position: relative;

    z-index: 2;

    max-width: 830px;

    margin-bottom: 54px;
}


.services-grid {
    position: relative;

    z-index: 2;

    align-items: stretch;
}


.service-card {
    min-width: 0;
}


.service-card p {
    overflow-wrap: normal;

    word-break: normal;
}


.section-actions {
    display: flex;

    justify-content: center;

    margin-top: 48px;
}


/* =========================================================
   RESULTADOS
========================================================= */

.results-section {
    position: relative;

    min-height: 0 !important;

    overflow: hidden;

    background:
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.012),
            rgba(23, 71, 184, 0.035)
        );
}


.results-section .container {
    position: relative;

    z-index: 2;
}


.results-section .section-header {
    position: relative;

    z-index: 3;

    max-width: 800px;

    margin-bottom: 46px;
}


.results-section .section-header h2 {
    position: relative;

    max-width: 720px;

    margin-bottom: 20px;
}


.results-section .section-header p {
    max-width: 670px;
}


.before-after-placeholder {
    position: relative !important;

    inset: auto !important;

    transform: none !important;

    display: grid !important;

    place-items: center;

    width: 100% !important;

    min-height: 390px;

    margin: 0 !important;

    padding: 52px;

    overflow: hidden;

    border:
        1px solid
        rgba(255, 255, 255, 0.09);

    border-radius:
        var(
            --radius-xl,
            28px
        );

    background:
        radial-gradient(
            circle at center,
            rgba(23, 71, 184, 0.08),
            transparent 50%
        ),
        linear-gradient(
            135deg,
            rgba(23, 71, 184, 0.1),
            rgba(3, 7, 13, 0.9) 48%,
            rgba(214, 168, 67, 0.07)
        );

    box-shadow:
        inset 0 1px 0
        rgba(255, 255, 255, 0.025);
}


.before-after-placeholder::before {
    content: "";

    position: absolute;

    width: 420px;
    height: 420px;

    top: -260px;
    right: -120px;

    border:
        1px solid
        rgba(214, 168, 67, 0.12);

    transform: rotate(45deg);

    pointer-events: none;
}


.before-after-placeholder > div {
    position: relative;

    z-index: 2;

    width:
        min(
            100%,
            660px
        );

    margin: 0 auto;

    text-align: center;
}


.before-after-placeholder h3 {
    margin:
        16px
        0
        14px;

    font-size:
        clamp(
            1.8rem,
            3vw,
            3rem
        );

    line-height: 1.05;
}


.before-after-placeholder p {
    max-width: 600px;

    margin: 0 auto;

    line-height: 1.7;

    color:
        var(
            --text-secondary,
            #adb7c5
        );
}


/* =========================================================
   SOBRE
========================================================= */

.about-section {
    position: relative;

    overflow: hidden;
}


.about-grid {
    display: grid;

    grid-template-columns:
        minmax(0, 0.95fr)
        minmax(0, 1.05fr);

    align-items: center;

    gap:
        clamp(
            60px,
            8vw,
            130px
        );
}


.about-media {
    position: relative;

    width: 100%;

    min-width: 0;

    min-height: 580px;
}


.about-image {
    overflow: hidden;

    border:
        1px solid
        rgba(255, 255, 255, 0.09);

    background:
        radial-gradient(
            circle at 30% 25%,
            rgba(23, 71, 184, 0.17),
            transparent 40%
        ),
        linear-gradient(
            145deg,
            #07111d,
            #03070d 58%,
            #11110d
        );

    box-shadow:
        0 28px 80px
        rgba(0, 0, 0, 0.28);
}


.about-image-main {
    position: absolute;

    top: 0;
    left: 0;

    width: 83%;
    height: 82%;

    border-radius:
        var(
            --radius-xl,
            28px
        );
}


.about-image-secondary {
    position: absolute;

    right: 0;
    bottom: 0;

    width: 52%;
    height: 46%;

    border:
        6px solid
        #03070d;

    border-radius: 22px;
}


.about-media::before {
    content: "";

    position: absolute;

    top: -22px;
    left: -22px;

    width: 110px;
    height: 110px;

    border-top:
        2px solid
        rgba(214, 168, 67, 0.62);

    border-left:
        2px solid
        rgba(214, 168, 67, 0.62);

    pointer-events: none;
}


.about-media::after {
    content: "";

    position: absolute;

    right: -24px;
    bottom: -24px;

    width: 110px;
    height: 110px;

    border-right:
        2px solid
        rgba(23, 71, 184, 0.55);

    border-bottom:
        2px solid
        rgba(23, 71, 184, 0.55);

    pointer-events: none;
}


/* =========================================================
   SOBRE — PLACEHOLDER
========================================================= */

.about-placeholder {
    position: relative;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    width: 100%;
    height: 100%;

    padding: 34px;

    text-align: center;

    overflow: hidden;
}


.about-placeholder::before {
    content: "";

    position: absolute;

    width: 250px;
    height: 250px;

    border:
        1px solid
        rgba(214, 168, 67, 0.14);

    border-radius: 50%;
}


.about-placeholder::after {
    content: "";

    position: absolute;

    width: 170px;
    height: 170px;

    border:
        1px solid
        rgba(23, 71, 184, 0.28);

    border-radius: 50%;
}


.about-placeholder > * {
    position: relative;

    z-index: 2;
}


.about-placeholder span {
    font-family:
        var(
            --font-heading,
            "Montserrat",
            sans-serif
        );

    font-size: 0.82rem;

    font-weight: 900;

    letter-spacing: 0.28em;

    color:
        var(
            --vip-gold,
            #d6a843
        );
}


.about-placeholder strong {
    display: block;

    margin:
        5px
        0
        12px;

    font-family:
        var(
            --font-heading,
            "Montserrat",
            sans-serif
        );

    font-size:
        clamp(
            3rem,
            7vw,
            6rem
        );

    font-weight: 900;

    line-height: 0.9;

    letter-spacing: -0.06em;

    color: #ffffff;
}


.about-placeholder small {
    font-size: 0.67rem;

    font-weight: 800;

    letter-spacing: 0.16em;

    color:
        var(
            --text-muted,
            #8a95a4
        );
}


.about-placeholder.small::before {
    width: 150px;
    height: 150px;
}


.about-placeholder.small::after {
    width: 100px;
    height: 100px;
}


.about-placeholder.small strong {
    font-size:
        clamp(
            2.3rem,
            5vw,
            4rem
        );
}


.about-content {
    min-width: 0;

    max-width: 680px;
}


.about-content .eyebrow {
    margin-bottom: 22px;
}


.about-content h2 {
    margin-bottom: 28px;

    font-size:
        clamp(
            2.8rem,
            4vw,
            4.8rem
        );

    line-height: 1.02;

    text-wrap: balance;
}


.about-content > p {
    max-width: 650px;

    margin-bottom: 18px;

    line-height: 1.75;
}


.about-content .check-list {
    margin-top: 28px;

    margin-bottom: 30px;
}


/* =========================================================
   BENEFÍCIOS
========================================================= */

.benefits-section {
    position: relative;

    overflow: hidden;
}


.benefits-section .section-header {
    max-width: 720px;

    margin-bottom: 54px;
}


.benefits-grid {
    display: grid !important;

    grid-template-columns:
        repeat(
            4,
            minmax(0, 1fr)
        ) !important;

    gap: 0 !important;

    width: 100%;

    overflow: hidden;

    border:
        1px solid
        rgba(255, 255, 255, 0.08);

    border-radius:
        var(
            --radius-xl,
            28px
        );

    background:
        rgba(255, 255, 255, 0.012);
}


.benefit-card {
    position: relative;

    display: flex;

    flex-direction: column;

    justify-content: flex-start;

    width: auto !important;

    min-width: 0;

    min-height: 270px;

    padding:
        42px
        34px;

    border: 0;

    border-right:
        1px solid
        rgba(255, 255, 255, 0.08);

    border-radius: 0 !important;

    background: transparent;

    box-shadow: none !important;

    transform: none;
}


.benefit-card:last-child {
    border-right: 0;
}


.benefit-card:hover {
    background:
        rgba(255, 255, 255, 0.025);
}


.benefit-icon {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    width: 36px;
    height: 36px;

    margin-bottom: 28px;

    font-size: 1.15rem;

    color:
        var(
            --vip-gold,
            #d6a843
        );
}


.benefit-card h3 {
    margin-bottom: 16px;

    font-size: 1.35rem;

    line-height: 1.15;
}


.benefit-card p {
    margin: 0;

    line-height: 1.7;

    color:
        var(
            --text-muted,
            #909baa
        );
}


/* =========================================================
   GALERIA
========================================================= */

.gallery-section {
    position: relative;

    overflow: hidden;
}


.gallery-section .section-header {
    margin-bottom: 50px;
}


.gallery-grid {
    display: grid;

    grid-template-columns:
        repeat(
            3,
            minmax(0, 1fr)
        );

    gap: 22px;
}


.gallery-item {
    position: relative;

    min-width: 0;

    aspect-ratio: 4 / 3;

    margin: 0;

    overflow: hidden;

    border:
        1px solid
        rgba(255, 255, 255, 0.08);

    border-radius: 22px;

    background:
        linear-gradient(
            145deg,
            rgba(23, 71, 184, 0.08),
            rgba(3, 7, 13, 0.96),
            rgba(214, 168, 67, 0.06)
        );
}


.gallery-item::after {
    content: "";

    position: absolute;

    inset: 0;

    z-index: 1;

    pointer-events: none;

    background:
        linear-gradient(
            180deg,
            transparent 50%,
            rgba(3, 7, 13, 0.88)
        );
}


/* =========================================================
   GALERIA — PLACEHOLDER
========================================================= */

.gallery-placeholder {
    position: absolute;

    inset: 0;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    gap: 8px;

    padding: 30px;

    text-align: center;

    background:
        radial-gradient(
            circle at center,
            rgba(23, 71, 184, 0.13),
            transparent 46%
        );
}


.gallery-placeholder::before {
    content: "";

    position: absolute;

    width: 145px;
    height: 145px;

    border:
        1px solid
        rgba(214, 168, 67, 0.12);

    border-radius: 50%;
}


.gallery-placeholder span,
.gallery-placeholder strong {
    position: relative;

    z-index: 2;
}


.gallery-placeholder span {
    font-family:
        var(
            --font-heading,
            "Montserrat",
            sans-serif
        );

    font-size: 0.67rem;

    font-weight: 900;

    letter-spacing: 0.2em;

    color:
        var(
            --vip-gold,
            #d6a843
        );
}


.gallery-placeholder strong {
    font-family:
        var(
            --font-heading,
            "Montserrat",
            sans-serif
        );

    font-size:
        clamp(
            1.5rem,
            3vw,
            2.4rem
        );

    font-weight: 900;

    letter-spacing: -0.04em;

    color: #ffffff;
}


.gallery-item figcaption {
    position: absolute;

    z-index: 3;

    left: 22px;
    right: 22px;
    bottom: 20px;

    font-family:
        var(
            --font-heading,
            "Montserrat",
            sans-serif
        );

    font-size: 0.86rem;

    font-weight: 700;

    color: #ffffff;
}


/* =========================================================
   CTA
========================================================= */

.cta-section {
    position: relative;

    overflow: hidden;
}


.cta-box {
    position: relative;

    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        auto;

    align-items: center;

    gap: 50px;

    padding:
        clamp(
            38px,
            5vw,
            64px
        );

    overflow: hidden;

    border:
        1px solid
        rgba(214, 168, 67, 0.18);

    border-radius:
        var(
            --radius-xl,
            28px
        );

    background:
        linear-gradient(
            135deg,
            rgba(23, 71, 184, 0.1),
            rgba(3, 7, 13, 0.94),
            rgba(214, 168, 67, 0.08)
        );
}


.cta-box::after {
    content: "";

    position: absolute;

    width: 300px;
    height: 300px;

    right: -160px;
    top: -170px;

    border:
        1px solid
        rgba(214, 168, 67, 0.1);

    transform: rotate(45deg);

    pointer-events: none;
}


.cta-content {
    position: relative;

    z-index: 2;

    max-width: 760px;
}


.cta-content h2 {
    margin:
        14px
        0
        18px;

    font-size:
        clamp(
            2.2rem,
            4vw,
            4rem
        );

    line-height: 1.04;
}


.cta-content p {
    max-width: 620px;

    margin: 0;

    line-height: 1.7;
}


.cta-actions {
    position: relative;

    z-index: 2;
}


/* =========================================================
   FAQ
========================================================= */

.faq-section {
    position: relative;
}


.faq-section .section-header {
    max-width: 700px;

    margin-bottom: 46px;
}


.faq-list {
    width:
        min(
            100%,
            980px
        );

    margin: 0 auto;
}


/* =========================================================
   LOCALIZAÇÃO
========================================================= */

.location-section {
    position: relative;

    overflow: hidden;
}


.location-grid {
    display: grid !important;

    grid-template-columns:
        minmax(360px, 0.82fr)
        minmax(0, 1.18fr) !important;

    align-items: center !important;

    gap:
        clamp(
            50px,
            7vw,
            110px
        ) !important;
}


.location-content {
    min-width: 0;

    max-width: 620px;
}


.location-content h2 {
    margin:
        20px
        0
        24px;

    font-size:
        clamp(
            2.8rem,
            4.3vw,
            4.8rem
        );

    line-height: 1.02;

    text-wrap: balance;
}


.location-content > p {
    max-width: 540px;

    margin-bottom: 34px;

    line-height: 1.7;
}


/* =========================================================
   LOCALIZAÇÃO — INFORMAÇÕES
========================================================= */

.location-info {
    display: grid !important;

    grid-template-columns:
        1fr !important;

    gap:
        12px !important;

    width:
        100% !important;

    margin:
        0
        0
        32px !important;
}


.location-info-item {
    display: grid !important;

    grid-template-columns:
        28px
        minmax(0, 1fr) !important;

    align-items:
        start !important;

    gap:
        16px !important;

    width:
        100% !important;

    min-width:
        0 !important;

    padding:
        16px
        0 !important;

    border-bottom:
        1px solid
        rgba(255, 255, 255, 0.07);
}


.location-info-item:last-child {
    border-bottom: 0;
}


.location-info-item > img {
    display: block;

    width:
        24px !important;

    height:
        24px !important;

    margin-top: 3px;

    object-fit: contain;
}


.location-info-item > div {
    display: block;

    min-width: 0;

    width: 100%;
}


.location-info-item span {
    display: block;

    margin-bottom: 6px;

    font-size: 0.68rem;

    font-weight: 800;

    line-height: 1.25;

    letter-spacing: 0.12em;

    text-transform: uppercase;

    color:
        var(
            --text-muted,
            #8792a0
        );

    overflow-wrap: normal;

    word-break: normal;
}


.location-info-item strong,
.location-info-item a {
    display: block;

    width: 100%;

    max-width: 100%;

    font-size: 1rem;

    font-weight: 700;

    line-height: 1.55;

    color: #ffffff;

    overflow-wrap:
        normal !important;

    word-break:
        normal !important;

    white-space: normal;
}


/* =========================================================
   MAPA
========================================================= */

.location-map {
    position: relative;

    width: 100%;

    min-width: 0;

    min-height: 540px;

    overflow: hidden;

    border:
        1px solid
        rgba(255, 255, 255, 0.08);

    border-radius:
        var(
            --radius-xl,
            28px
        );

    background:
        rgba(255, 255, 255, 0.02);

    box-shadow:
        0 28px 80px
        rgba(0, 0, 0, 0.25);
}


.location-map iframe {
    position: absolute;

    inset: 0;

    display: block;

    width:
        100% !important;

    height:
        100% !important;

    border: 0;
}


/* =========================================================
   FOOTER
========================================================= */

.site-footer .footer-brand .brand {
    display: inline-flex;

    margin-bottom: 22px;
}


/* =========================================================
   ANIMAÇÕES DO VISUAL
========================================================= */

@keyframes heroVisualPulse {

    0%,
    100% {
        transform: scale(1);

        opacity: 0.7;
    }

    50% {
        transform: scale(1.05);

        opacity: 1;
    }

}


/* =========================================================
   DESKTOP MÉDIO
========================================================= */

@media (max-width: 1180px) {

    .hero-grid {
        grid-template-columns:
            minmax(0, 1fr)
            minmax(330px, 0.8fr);

        gap: 48px;
    }


    .hero-content h1 {
        font-size:
            clamp(
                3.2rem,
                5.5vw,
                4.9rem
            );
    }


    .benefits-grid {
        grid-template-columns:
            repeat(
                2,
                minmax(0, 1fr)
            ) !important;
    }


    .benefit-card {
        border-right:
            1px solid
            rgba(255, 255, 255, 0.08);

        border-bottom:
            1px solid
            rgba(255, 255, 255, 0.08);
    }


    .benefit-card:nth-child(2n) {
        border-right: 0;
    }


    .benefit-card:nth-last-child(-n + 2) {
        border-bottom: 0;
    }


    .location-grid {
        grid-template-columns:
            minmax(330px, 0.9fr)
            minmax(0, 1.1fr) !important;

        gap:
            50px !important;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 980px) {

    .hero {
        min-height: auto;

        padding-top:
            calc(
                var(
                    --header-height,
                    80px
                ) + 68px
            );

        padding-bottom: 70px;
    }


    .hero-grid {
        grid-template-columns: 1fr;

        gap: 52px;
    }


    .hero-content {
        max-width: 780px;
    }


    .hero-media {
        width:
            min(
                100%,
                720px
            );

        aspect-ratio: 16 / 10;

        margin: 0 auto;
    }


    .hero-visual-content {
        min-height: 320px;
    }


    .about-grid {
        grid-template-columns: 1fr;

        gap: 70px;
    }


    .about-media {
        width:
            min(
                100%,
                760px
            );

        min-height: 590px;

        margin: 0 auto;
    }


    .about-content {
        max-width: 760px;
    }


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


    .gallery-item:last-child {
        grid-column:
            1 / -1;

        aspect-ratio:
            16 / 7;
    }


    .cta-box {
        grid-template-columns: 1fr;

        gap: 28px;
    }


    .location-grid {
        grid-template-columns:
            1fr !important;

        gap:
            52px !important;
    }


    .location-content {
        max-width: 720px;
    }


    .location-map {
        min-height: 500px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 768px) {

    .brand-text strong {
        font-size: 1rem;
    }


    .brand-text small {
        font-size: 0.46rem;
    }


    .site-header .brand-text {
        min-width: 0;
    }


    .hero {
        padding-top:
            calc(
                var(
                    --header-height-mobile,
                    74px
                ) + 48px
            );

        padding-bottom: 56px;
    }


    .hero-grid {
        gap: 42px;
    }


    .hero-content h1 {
        font-size:
            clamp(
                2.8rem,
                12vw,
                4.2rem
            );

        line-height: 0.99;
    }


    .hero-description {
        margin-top: 24px;

        font-size: 1rem;
    }


    .hero-actions {
        align-items: stretch;

        margin-top: 30px;
    }


    .hero-actions .btn {
        flex:
            1 1
            100%;

        width: 100%;
    }


    .hero-trust {
        grid-template-columns: 1fr;

        gap: 0;

        margin-top: 34px;
    }


    .hero-trust-item,
    .hero-trust-item:first-child,
    .hero-trust-item:last-child {
        padding:
            13px
            0;

        border-right: 0;

        border-bottom:
            1px solid
            rgba(255, 255, 255, 0.07);
    }


    .hero-trust-item:last-child {
        border-bottom: 0;
    }


    .hero-media {
        aspect-ratio: 4 / 3;

        border-radius: 22px;
    }


    .hero-media::after {
        inset: 14px;
    }


    .hero-visual-content {
        min-height: 300px;

        padding: 32px;
    }


    .hero-visual-content::before {
        width: 200px;
        height: 200px;
    }


    .hero-visual-content::after {
        width: 140px;
        height: 140px;
    }


    .hero-media-badge {
        right: 14px;
        bottom: 14px;

        min-width: 92px;

        padding:
            12px
            14px;
    }


    .before-after-placeholder {
        min-height: 320px;

        padding:
            40px
            24px;
    }


    .about-media {
        min-height: 470px;
    }


    .about-image-main {
        width: 88%;
        height: 82%;
    }


    .about-image-secondary {
        width: 56%;
        height: 42%;
    }


    .about-placeholder::before {
        width: 190px;
        height: 190px;
    }


    .about-placeholder::after {
        width: 125px;
        height: 125px;
    }


    .benefits-grid {
        grid-template-columns:
            1fr !important;
    }


    .benefit-card {
        min-height: 0;

        padding:
            32px
            26px;

        border-right:
            0 !important;

        border-bottom:
            1px solid
            rgba(255, 255, 255, 0.08) !important;
    }


    .benefit-card:last-child {
        border-bottom:
            0 !important;
    }


    .gallery-grid {
        grid-template-columns: 1fr;

        gap: 16px;
    }


    .gallery-item,
    .gallery-item:last-child {
        grid-column: auto;

        aspect-ratio: 4 / 3;
    }


    .cta-box {
        padding:
            34px
            24px;
    }


    .location-map {
        min-height: 420px;

        border-radius: 20px;
    }

}


/* =========================================================
   MOBILE PEQUENO
========================================================= */

@media (max-width: 520px) {

    .hero-content h1 {
        font-size:
            clamp(
                2.5rem,
                13vw,
                3.4rem
            );
    }


    .hero-media {
        aspect-ratio: 1 / 1;
    }


    .hero-visual-content {
        width: 100%;

        min-height: 280px;

        padding:
            30px
            20px;
    }


    .hero-visual-content strong {
        font-size:
            clamp(
                3.4rem,
                19vw,
                5rem
            );
    }


    .hero-visual-content::before {
        width: 175px;
        height: 175px;
    }


    .hero-visual-content::after {
        width: 120px;
        height: 120px;
    }


    .about-media {
        min-height: 390px;
    }


    .about-image-main {
        width: 92%;
        height: 80%;
    }


    .about-image-secondary {
        width: 58%;
        height: 40%;

        border-width: 4px;
    }


    .about-content h2,
    .location-content h2 {
        font-size:
            clamp(
                2.35rem,
                11vw,
                3.2rem
            );
    }


    .location-map {
        min-height: 360px;
    }


    .before-after-placeholder {
        min-height: 290px;

        padding:
            34px
            20px;
    }


    .marquee::before,
    .marquee::after {
        width: 50px;
    }

}


/* =========================================================
   HOVER
========================================================= */

@media (hover: hover) {

    .hero-media,
    .about-image,
    .gallery-item {
        transition:
            border-color 250ms ease,
            box-shadow 250ms ease,
            transform 250ms ease;
    }


    .hero-media:hover {
        border-color:
            rgba(
                214,
                168,
                67,
                0.24
            );

        box-shadow:
            0 40px 110px
            rgba(0, 0, 0, 0.48);
    }


    .gallery-item:hover {
        border-color:
            rgba(
                214,
                168,
                67,
                0.26
            );

        transform:
            translateY(
                -3px
            );
    }


    .benefit-card {
        transition:
            background-color 200ms ease;
    }

}


/* =========================================================
   MOVIMENTO REDUZIDO
========================================================= */

@media (
    prefers-reduced-motion:
    reduce
) {

    .hero-visual-content::before {
        animation: none;
    }


    .hero-media,
    .about-image,
    .gallery-item {
        transition: none;
    }


    .gallery-item:hover {
        transform: none;
    }

}


/* =========================================================
   IMPRESSÃO
========================================================= */

@media print {

    .hero {
        min-height: auto;

        padding-top: 40px;

        background: #ffffff;
    }


    .hero-media,
    .marquee,
    .floating-whatsapp {
        display: none !important;
    }


    .hero-content h1,
    .about-content h2,
    .location-content h2 {
        color: #000000;
    }

}

/* =========================================================
   VIP CAR — AJUSTES FINAIS HOME
   - indicador de scroll
   - setas dos serviços
========================================================= */


/* =========================================================
   INDICADOR DE SCROLL NO HERO
========================================================= */

.hero > .container::before {
    content: "";

    position: absolute;

    z-index: 10;

    left: 50%;
    bottom: -58px;

    width: 24px;
    height: 38px;

    transform: translateX(-50%);

    border:
        2px solid
        rgba(255, 255, 255, 0.4);

    border-radius: 999px;

    pointer-events: none;
}


.hero > .container::after {
    content: "";

    position: absolute;

    z-index: 11;

    left: 50%;
    bottom: -31px;

    width: 4px;
    height: 7px;

    transform: translateX(-50%);

    border-radius: 999px;

    background:
        var(--vip-gold, #d6a843);

    pointer-events: none;

    animation:
        vipScrollMouse
        1.7s
        ease-in-out
        infinite;
}


@keyframes vipScrollMouse {

    0% {
        transform:
            translate(
                -50%,
                -7px
            );

        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    70% {
        opacity: 1;
    }

    100% {
        transform:
            translate(
                -50%,
                7px
            );

        opacity: 0;
    }

}


/* =========================================================
   SETA "VER DETALHES"
========================================================= */

.service-card-link {
    display: inline-flex !important;

    align-items: center;

    gap: 8px;

    width: fit-content;

    font-weight: 800;

    color: #ffffff;
}


.service-card-link span {
    display: inline-block !important;

    flex: none;

    color:
        var(--vip-gold, #d6a843);

    font-size: 1.05em;

    transition:
        transform 180ms ease;
}


.service-card-link:hover span {
    transform:
        translateX(5px);
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 768px) {

    .hero > .container::before,
    .hero > .container::after {
        display: none;
    }

}


@media (
    prefers-reduced-motion:
    reduce
) {

    .hero > .container::after {
        animation: none;
    }

}

/* =========================================================
   VIP CAR — BADGES DOS CARDS DA HOME
========================================================= */

.service-card {
    position: relative;
}


/* Cards que possuem selo */
.service-card.featured {
    position: relative;

    /*
       Reserva espaço no canto superior direito
       para o selo não bater no conteúdo.
    */
    padding-top: 34px;
}


/* Destaque / Proteção */
.service-card.featured > .badge {
    position: absolute !important;

    top: 28px !important;
    right: 28px !important;
    bottom: auto !important;
    left: auto !important;

    inset: auto 28px auto auto !important;

    display: inline-flex !important;

    align-items: center;
    justify-content: center;

    width: auto !important;
    height: auto !important;

    min-width: 0 !important;
    min-height: 29px;

    margin: 0 !important;

    padding: 7px 13px;

    transform: none !important;

    border:
        1px solid
        rgba(214, 168, 67, 0.38);

    border-radius: 999px;

    background:
        rgba(214, 168, 67, 0.08);

    box-shadow: none !important;

    font-size: 0.65rem;

    font-weight: 900;

    line-height: 1;

    letter-spacing: 0.08em;

    text-transform: uppercase;

    white-space: nowrap;

    color:
        var(--vip-gold, #d6a843);

    z-index: 5;
}


/* Número fica no canto esquerdo */
.service-card-number {
    position: relative;

    z-index: 2;

    display: block;

    width: fit-content;

    margin-bottom: 26px;
}


/* Categoria */
.service-card-category {
    display: block;

    width: fit-content;

    margin-bottom: 6px;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .service-card.featured > .badge {
        top: 22px !important;
        right: 22px !important;

        inset: auto 22px auto auto !important;
    }

}