/* ==========================================================================
   MW7 Design, Landing Criação de Sites
   Sistema herdado da landing Núcleo Ambiental, nas cores da MW7.
   Isolada do layout.css do site. Prefixo .lp- em tudo.
   ========================================================================== */

.lp,
.lp *,
.lp *::before,
.lp *::after { box-sizing: border-box; }

.lp {
    --graphite: #191419;
    --graphite-2: #241C22;
    --ink: #2C2329;
    --ink-soft: #6E666C;
    --wine: #A62346;
    --wine-deep: #7E1533;
    --rose: #D8446E;
    --paper: #F7F4F3;
    --paper-2: #EFE9EA;
    --white: #fff;
    --line: rgba(44, 35, 41, .13);
    --line-light: rgba(255, 255, 255, .14);

    --sans: 'Poppins', 'Helvetica Neue', Arial, sans-serif;

    --r-sm: 10px;
    --r-md: 16px;
    --r-lg: 24px;

    --shadow-sm: 0 2px 8px rgba(25, 20, 25, .05);
    --shadow-md: 0 14px 34px -14px rgba(25, 20, 25, .22);
    --shadow-lg: 0 34px 70px -28px rgba(25, 20, 25, .40);

    --ease: cubic-bezier(.22, .61, .36, 1);

    margin: 0;
    padding: 0;
    font-family: var(--sans);
    font-size: 16px;
    line-height: 1.65;
    color: var(--ink);
    background: var(--white);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

.lp img { max-width: 100%; height: auto; display: block; border: 0; }
:where(.lp h1, .lp h2, .lp h3) { margin: 0; font-weight: 400; }
:where(.lp p) { margin: 0; }
:where(.lp ul, .lp ol) { margin: 0; padding: 0; list-style: none; }
:where(.lp a) { color: inherit; text-decoration: none; }
.lp address { font-style: normal; }
.lp ::selection { background: var(--wine); color: #fff; }

.lp-wrap { width: 100%; max-width: 1240px; margin: 0 auto; padding: 0 26px; }

.lp-skip { position: absolute; left: -9999px; top: 0; z-index: 90;
    background: var(--graphite); color: #fff; padding: 12px 20px; }
.lp-skip:focus { left: 0; }
.lp :focus-visible { outline: 2px solid var(--rose); outline-offset: 3px; border-radius: 3px; }

/* --- tipografia de seção ------------------------------------------------ */
.lp-eyebrow {
    display: inline-block;
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--wine);
    margin: 0 0 18px;
}
.lp-eyebrow--light { color: var(--rose); }

.lp-sec__head h2,
.lp-about__copy h2,
.lp-band h2,
.lp-final__copy h2 {
    font-family: var(--sans);
    font-weight: 600;
    letter-spacing: -.025em;
    line-height: 1.18;
}
.lp-sec__head h2 em,
.lp-about__copy h2 em,
.lp-band h2 em,
.lp-final__copy h2 em,
.lp-hero h1 em,
.lp-thanks h1 em,
.lp-form__head h2 em { font-style: normal; color: var(--wine); }
.lp-band h2 em,
.lp-final__copy h2 em,
.lp-hero h1 em { color: var(--rose); }

.lp-sec { position: relative; padding: 96px 0; }
.lp-sec--paper { background: var(--paper); }
.lp-sec--white { background: var(--white); }
.lp-sec--dark { background: var(--graphite); color: rgba(255, 255, 255, .74); }

.lp-sec__head { max-width: 760px; margin: 0 auto 52px; text-align: center; }
.lp-sec__head h2 { font-size: clamp(26px, 2.9vw, 38px); }
.lp-sec__head--left { margin-left: 0; text-align: left; }
.lp-sec__lead { margin-top: 16px; color: var(--ink-soft); font-size: 15.5px; line-height: 1.7; }
.lp-sec__head .lp-sec__lead { max-width: 60ch; margin-left: auto; margin-right: auto; }
.lp-sec--dark .lp-sec__head h2 { color: #fff; }
.lp-sec--dark .lp-sec__lead { color: rgba(255, 255, 255, .62); }
.lp-sec__act { margin-top: 58px; text-align: center; }

/* --- botões ------------------------------------------------------------- */
.lp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 30px;
    border: 2px solid transparent;
    border-radius: 999px;
    font-family: var(--sans);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: .01em;
    cursor: pointer;
    transition: transform .25s var(--ease), background-color .25s var(--ease),
                color .25s var(--ease), border-color .25s var(--ease), box-shadow .25s var(--ease);
}
.lp-btn svg { flex: none; display: block; transition: transform .25s var(--ease); }
.lp-btn__ico { width: 18px; height: 18px; }
.lp-btn--lg .lp-btn__ico { width: 20px; height: 20px; }
.lp-btn:hover { text-decoration: none; transform: translateY(-2px); }
.lp-btn:hover .lp-btn__ico { transform: scale(1.12); }
.lp-btn:hover .lp-btn__arrow { transform: translateX(3px); }
.lp-btn--lg { padding: 17px 38px; font-size: 16px; }
.lp-btn--block { width: 100%; }

.lp-btn--brand {
    background: var(--wine);
    border-color: var(--wine);
    color: #fff;
    box-shadow: 0 10px 26px -12px rgba(166, 35, 70, .8);
}
.lp-btn--brand:hover {
    background: var(--wine-deep);
    border-color: var(--wine-deep);
    box-shadow: 0 16px 34px -12px rgba(166, 35, 70, .95);
}
.lp-btn--dark { background: var(--graphite); border-color: var(--graphite); color: var(--white); }
.lp-btn--dark:hover { background: var(--wine); border-color: var(--wine); }
.lp-btn--light {
    background: var(--white);
    border-color: var(--line);
    color: var(--graphite);
    box-shadow: var(--shadow-sm);
}
.lp-btn--light:hover { border-color: rgba(166, 35, 70, .45); box-shadow: var(--shadow-md); }
.lp-btn--ghost { background: transparent; border-color: rgba(255, 255, 255, .34); color: var(--white); }
.lp-btn--ghost:hover { border-color: var(--rose); color: var(--rose); }

/* ==========================================================================
   HEADER
   ========================================================================== */
.lp-head {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 60;
    padding: 20px 0;
    transition: background-color .35s var(--ease), padding .35s var(--ease), box-shadow .35s var(--ease);
}
.lp-head.is-stuck {
    background: rgba(25, 20, 25, .96);
    padding: 12px 0;
    box-shadow: 0 10px 30px -18px rgba(0, 0, 0, .8);
    -webkit-backdrop-filter: saturate(140%) blur(8px);
    backdrop-filter: saturate(140%) blur(8px);
}
.lp-head__in { display: flex; align-items: center; gap: 34px; }
.lp-head__logo { flex: none; }
.lp-head__logo img { width: 158px; height: auto; }

.lp-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.lp-nav a {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, .82);
    padding: 4px 0;
    transition: color .25s var(--ease);
}
.lp-nav a::after {
    content: '';
    position: absolute;
    left: 0; bottom: 0;
    height: 2px; width: 0;
    background: var(--rose);
    transition: width .3s var(--ease);
}
.lp-nav a:hover { color: #fff; }
.lp-nav a:hover::after { width: 100%; }

.lp-head__cta { flex: none; gap: 8px; padding: 11px 21px; font-size: 14px; }
.lp-head__cta .lp-btn__ico { width: 16px; height: 16px; }

.lp-burger {
    display: none;
    flex: none;
    width: 44px; height: 40px;
    margin-left: auto;
    padding: 0;
    background: transparent;
    border: 0;
    cursor: pointer;
}
.lp-burger span {
    display: block;
    width: 26px; height: 2px;
    margin: 5px auto;
    background: #fff;
    transition: transform .3s var(--ease), opacity .2s var(--ease);
}
.lp-burger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.lp-burger.is-open span:nth-child(2) { opacity: 0; }
.lp-burger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ==========================================================================
   HERO
   ========================================================================== */
.lp-hero {
    position: relative;
    overflow: hidden;
    background: var(--graphite);
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 108px 0 52px;
}
.lp-hero__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center right;
}
.lp-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(18, 14, 18, .9) 0%, rgba(18, 14, 18, .34) 14%, rgba(18, 14, 18, 0) 26%),
        linear-gradient(100deg, rgba(18, 14, 18, .9) 0%, rgba(18, 14, 18, .72) 34%, rgba(18, 14, 18, .42) 58%, rgba(18, 14, 18, .5) 100%);
}

.lp-hero__in {
    position: relative;
    z-index: 2;
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 436px;
    gap: 56px;
    align-items: center;
}
.lp-hero__copy { padding-top: 4px; color: #fff; }
.lp-hero h1 {
    font-family: var(--sans);
    font-size: clamp(29px, 3.15vw, 44px);
    font-weight: 600;
    line-height: 1.16;
    letter-spacing: -.028em;
    margin: 0 0 20px;
    max-width: 17ch;
}
.lp-hero__sub {
    font-size: 15.5px;
    line-height: 1.7;
    color: rgba(255, 255, 255, .88);
    max-width: 52ch;
    margin-bottom: 24px;
}
.lp-hero__pts { display: grid; gap: 10px; margin-bottom: 28px; }
.lp-hero__pts li {
    position: relative;
    padding-left: 28px;
    font-size: 14.5px;
    line-height: 1.55;
    color: rgba(255, 255, 255, .82);
}
.lp-hero__pts li svg {
    position: absolute; left: 0; top: 3px;
    width: 19px; height: 19px;
    fill: none; stroke: var(--rose); stroke-width: 2.2;
    stroke-linecap: round; stroke-linejoin: round;
}
.lp-hero__acts { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

/* ==========================================================================
   FAIXA DE PROVA
   ========================================================================== */
.lp-stats { background: var(--graphite-2); padding: 40px 0; }
.lp-stats__in { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px 84px; }
.lp-stats__i { display: flex; flex-direction: column; align-items: center; text-align: center; }
.lp-stats__i strong {
    font-size: 34px; font-weight: 600; line-height: 1;
    color: var(--rose); letter-spacing: -.03em;
}
.lp-stats__i span {
    margin-top: 9px;
    font-size: 12px; font-weight: 500;
    letter-spacing: .14em; text-transform: uppercase;
    color: rgba(255, 255, 255, .6);
}

/* ==========================================================================
   FORMULÁRIO
   ========================================================================== */
.lp-form {
    background: var(--white);
    border-radius: 20px;
    padding: 28px 28px 24px;
    box-shadow: var(--shadow-lg);
}
.lp-form .lp-eyebrow { margin-bottom: 12px; font-size: 11px; }
.lp-form__head { margin-bottom: 20px; }
.lp-form__head h2 {
    font-family: var(--sans);
    font-size: 21px; font-weight: 600;
    line-height: 1.28; letter-spacing: -.02em;
    color: var(--graphite);
}
.lp-form__head p { margin-top: 8px; font-size: 13.5px; line-height: 1.55; color: var(--ink-soft); }
.lp-field { margin-bottom: 12px; }
.lp-field label {
    display: block; margin-bottom: 5px;
    font-size: 11px; font-weight: 600;
    letter-spacing: .1em; text-transform: uppercase;
    color: var(--ink-soft);
}
.lp-field label .lp-opt { text-transform: none; letter-spacing: 0; font-weight: 400; opacity: .7; }
.lp-input {
    width: 100%;
    padding: 11px 14px;
    font-family: var(--sans);
    font-size: 14.5px;
    color: var(--ink);
    background: var(--paper);
    border: 1.5px solid var(--line);
    border-radius: var(--r-sm);
    outline: none;
    transition: border-color .2s var(--ease), box-shadow .2s var(--ease), background-color .2s var(--ease);
    -webkit-appearance: none;
    appearance: none;
}
.lp-input::placeholder { color: #A79FA3; }
.lp-input:focus {
    background: var(--white);
    border-color: var(--wine);
    box-shadow: 0 0 0 4px rgba(166, 35, 70, .18);
}
.lp-select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236E666C' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 13px center;
    background-size: 17px;
    padding-right: 40px;
    cursor: pointer;
}
.lp-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.lp-form .lp-btn { margin-top: 8px; padding: 14px 26px; font-size: 15px; }
.lp-form__note {
    display: flex; align-items: flex-start; gap: 8px;
    margin-top: 12px;
    font-size: 11.5px; line-height: 1.5;
    color: var(--ink-soft);
}
.lp-form__note svg { flex: none; margin-top: 3px; color: var(--wine); }
.lp .errorlist { margin: 7px 0 0; padding: 0; font-size: 12.5px; font-weight: 500; color: #C0392B; }
.lp-form__err {
    margin-bottom: 18px; padding: 12px 15px;
    border-radius: var(--r-sm);
    background: #FDECEA; border: 1px solid #F3C6C1;
    font-size: 13.5px; color: #A03027;
}
.lp-field.is-bad .lp-input { border-color: #C0392B; background: #FDECEA; }

/* ==========================================================================
   GRIDS / CARDS
   ========================================================================== */
.lp-grid { display: grid; gap: 22px; }
.lp-grid--4 { grid-template-columns: repeat(4, 1fr); }
.lp-grid--3 { grid-template-columns: repeat(3, 1fr); }

.lp-card,
.lp-serv {
    position: relative;
    padding: 34px 30px 32px;
    background: var(--white);
    border-radius: var(--r-md);
    box-shadow: var(--shadow-sm);
    transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.lp-serv { background: var(--paper); box-shadow: none; }
.lp-card:hover,
.lp-serv:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }

.lp-card__ico,
.lp-serv__ico {
    display: flex; align-items: center; justify-content: center;
    width: 54px; height: 54px;
    margin-bottom: 22px;
    border-radius: 14px;
    background: rgba(166, 35, 70, .1);
    color: var(--wine);
    transition: background-color .35s var(--ease), color .35s var(--ease);
}
.lp-card__ico svg,
.lp-serv__ico svg {
    width: 27px; height: 27px;
    fill: none; stroke: currentColor; stroke-width: 1.6;
    stroke-linecap: round; stroke-linejoin: round;
}
.lp-card:hover .lp-card__ico,
.lp-serv:hover .lp-serv__ico { background: var(--graphite); color: var(--rose); }

.lp-card h3,
.lp-serv h3 {
    font-family: var(--sans);
    font-size: 18px; font-weight: 600;
    line-height: 1.4; letter-spacing: -.015em;
    color: var(--graphite);
    margin-bottom: 12px;
}
.lp-card p,
.lp-serv p { font-size: 14.5px; line-height: 1.68; color: var(--ink-soft); }
.lp-card__n {
    display: inline-flex; align-items: center; justify-content: center;
    width: 34px; height: 34px; margin-bottom: 18px;
    border-radius: 50%;
    background: var(--wine); color: #fff;
    font-size: 14px; font-weight: 600;
}

/* ==========================================================================
   PORTFÓLIO
   ========================================================================== */
.lp-work { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.lp-work__i {
    background: var(--white);
    border-radius: var(--r-md);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.lp-work__i:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.lp-work__img { aspect-ratio: 3 / 2; overflow: hidden; background: var(--paper-2); }
.lp-work__img img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform .6s var(--ease);
}
.lp-work__i:hover .lp-work__img img { transform: scale(1.05); }
.lp-work__txt { padding: 20px 24px 24px; }
.lp-work__txt h3 {
    font-size: 17px; font-weight: 600; letter-spacing: -.015em;
    color: var(--graphite); margin-bottom: 5px;
}
.lp-work__txt p { font-size: 13px; color: var(--ink-soft); }
.lp-work__txt span { color: var(--wine); font-weight: 500; }
.lp-work__cta {
    grid-column: 1 / -1;
    display: flex; flex-direction: row; align-items: center; justify-content: space-between;
    flex-wrap: wrap;
    gap: 22px 40px;
    margin-top: 8px;
    padding: 34px 40px;
    border-radius: var(--r-md);
    background: var(--graphite);
    color: rgba(255, 255, 255, .72);
}
.lp-work__cta h3 {
    font-size: clamp(21px, 2.1vw, 27px); font-weight: 600;
    letter-spacing: -.025em; line-height: 1.24; color: #fff; max-width: 22ch;
}
.lp-work__cta h3 em { font-style: normal; color: var(--rose); }
.lp-work__cta p { font-size: 14.5px; line-height: 1.65; max-width: 46ch; }
.lp-work__cta__t { flex: 1 1 380px; }
.lp-work__cta .lp-btn { flex: none; }

/* ==========================================================================
   DEPOIMENTOS (carrossel com scroll-snap nativo)
   ========================================================================== */
.lp-depo { position: relative; }
.lp-depo__track {
    display: flex;
    gap: 22px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding: 6px 2px 14px;
    margin: -6px -2px -14px;
    scrollbar-width: none;
}
.lp-depo__track::-webkit-scrollbar { display: none; }
.lp-depo__i {
    flex: 0 0 calc((100% - 44px) / 3);
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    padding: 32px 30px;
    background: var(--white);
    border-radius: var(--r-md);
    box-shadow: var(--shadow-sm);
}
.lp-depo__stars { display: flex; gap: 3px; margin-bottom: 18px; color: var(--wine); }
.lp-depo__stars svg { width: 17px; height: 17px; fill: currentColor; }
.lp-depo__i blockquote {
    margin: 0 0 22px;
    font-size: 15px; line-height: 1.72;
    color: var(--ink-soft);
    flex: 1;
}
.lp-depo__who { display: flex; align-items: center; gap: 13px; padding-top: 18px; border-top: 1px solid var(--line); }
.lp-depo__av {
    flex: none;
    display: flex; align-items: center; justify-content: center;
    width: 44px; height: 44px;
    border-radius: 50%;
    background: rgba(166, 35, 70, .1);
    color: var(--wine);
    font-size: 15px; font-weight: 600;
}
.lp-depo__who cite { display: block; font-style: normal; font-size: 15px; font-weight: 600; color: var(--graphite); }
.lp-depo__who span { display: block; font-size: 13px; color: var(--ink-soft); }
.lp-depo__nav { display: flex; justify-content: center; gap: 12px; margin-top: 34px; }
.lp-depo__nav button {
    display: inline-flex; align-items: center; justify-content: center;
    width: 46px; height: 46px;
    border: 1.5px solid var(--line);
    border-radius: 50%;
    background: var(--white);
    color: var(--graphite);
    cursor: pointer;
    transition: background-color .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease);
}
.lp-depo__nav button:hover { background: var(--wine); border-color: var(--wine); color: #fff; }
.lp-depo__nav svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }

/* ==========================================================================
   MÉTODO
   ========================================================================== */
.lp-steps { display: grid; gap: 20px; max-width: 900px; margin: 0 auto; }
.lp-steps li {
    display: grid; grid-template-columns: 62px 1fr; gap: 26px;
    align-items: start;
    padding: 28px 32px;
    background: var(--white);
    border-radius: var(--r-md);
    box-shadow: var(--shadow-sm);
    transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.lp-steps li:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.lp-steps__n {
    display: flex; align-items: center; justify-content: center;
    width: 62px; height: 62px;
    border-radius: 50%;
    background: rgba(166, 35, 70, .1);
    color: var(--wine);
    font-size: 20px; font-weight: 600;
}
.lp-steps h3 {
    font-size: 18px; font-weight: 600; letter-spacing: -.015em;
    color: var(--graphite); margin-bottom: 9px;
}
.lp-steps p { font-size: 14.5px; line-height: 1.68; color: var(--ink-soft); }

/* ==========================================================================
   COMPARATIVO
   ========================================================================== */
.lp-vs { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.lp-vs__c { padding: 38px 34px; border-radius: var(--r-md); }
.lp-vs__c h3 {
    font-size: 19px; font-weight: 600; letter-spacing: -.015em;
    margin-bottom: 22px; padding-bottom: 18px;
}
.lp-vs__c li { position: relative; padding-left: 32px; margin-bottom: 15px; font-size: 14.5px; line-height: 1.6; }
.lp-vs__c li:last-child { margin-bottom: 0; }
.lp-vs__c li svg { position: absolute; left: 0; top: 2px; width: 20px; height: 20px;
    fill: none; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.lp-vs__a { background: var(--paper-2); color: var(--ink-soft); }
.lp-vs__a h3 { color: var(--graphite); border-bottom: 1px solid var(--line); }
.lp-vs__a li svg { stroke: #A79FA3; }
.lp-vs__b { background: var(--graphite); color: rgba(255, 255, 255, .76); }
.lp-vs__b h3 { color: #fff; border-bottom: 1px solid var(--line-light); }
.lp-vs__b li svg { stroke: var(--rose); }

/* ==========================================================================
   FAIXA CTA
   ========================================================================== */
.lp-band {
    position: relative; overflow: hidden;
    padding: 108px 0;
    background: var(--graphite);
    text-align: center;
    color: #fff;
}
.lp-band__bg { position: absolute; top: -15%; bottom: -15%; left: 0; right: 0;
    background-size: cover; background-position: center; will-change: transform; }
.lp-band::after {
    content: '';
    position: absolute; inset: 0;
    background:
        radial-gradient(78% 82% at 50% 50%, rgba(18, 14, 18, .82) 0%, rgba(18, 14, 18, .64) 55%, rgba(18, 14, 18, .46) 100%),
        linear-gradient(180deg, rgba(18, 14, 18, .35) 0%, rgba(18, 14, 18, 0) 22%, rgba(18, 14, 18, 0) 78%, rgba(18, 14, 18, .35) 100%);
}
.lp-band__in { position: relative; z-index: 2; max-width: 800px; margin: 0 auto; }
.lp-band h2 { font-size: clamp(25px, 2.8vw, 37px); margin-bottom: 20px; }
.lp-band p { font-size: 16.5px; line-height: 1.72; color: rgba(255, 255, 255, .78); margin-bottom: 34px; }
.lp-band__acts { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }

/* ==========================================================================
   CONTEXTO LOCAL
   ========================================================================== */
.lp-local__in { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 4vw, 64px); align-items: center; }
.lp-local__copy h2 { font-size: clamp(26px, 2.8vw, 36px); font-weight: 600;
    letter-spacing: -.025em; line-height: 1.18; margin-bottom: 24px; }
.lp-local__copy h2 em { font-style: normal; color: var(--wine); }
.lp-local__copy p { margin-bottom: 16px; color: var(--ink-soft); font-size: 15.5px; line-height: 1.75; }
.lp-local__box { padding: 40px 36px; background: var(--graphite); border-radius: var(--r-lg); color: rgba(255, 255, 255, .74); }
.lp-local__box h3 { font-size: 13px; font-weight: 600; letter-spacing: .14em;
    text-transform: uppercase; color: var(--rose); margin-bottom: 16px; }
.lp-local__box address { font-size: 15px; line-height: 1.72; margin-bottom: 22px; }
.lp-local__box ul { display: grid; gap: 10px; padding-top: 22px; border-top: 1px solid var(--line-light); }
.lp-local__box li { position: relative; padding-left: 26px; font-size: 14.5px; line-height: 1.55; }
.lp-local__box li svg { position: absolute; left: 0; top: 3px; width: 17px; height: 17px;
    fill: none; stroke: var(--rose); stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }

/* ==========================================================================
   FAQ (accordion)
   <details> nativo: acessível e funciona sem JS. O JS só fecha os irmãos.
   ========================================================================== */
.lp-faq { max-width: 880px; margin: 0 auto; }
.lp-faq__i {
    margin-bottom: 12px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--r-md);
    transition: border-color .3s var(--ease), box-shadow .3s var(--ease);
}
.lp-faq__i:last-child { margin-bottom: 0; }
.lp-faq__i:hover { border-color: rgba(166, 35, 70, .3); }
.lp-faq__i[open] { border-color: var(--wine); box-shadow: var(--shadow-md); }
.lp-faq__i summary {
    position: relative;
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 62px 20px 24px;
    font-size: 16.5px; font-weight: 600;
    line-height: 1.45; letter-spacing: -.01em;
    color: var(--graphite);
    transition: color .25s var(--ease);
}
.lp-faq__i summary::-webkit-details-marker { display: none; }
.lp-faq__i summary:hover { color: var(--wine); }
.lp-faq__i[open] summary { color: var(--wine); }
.lp-faq__q {
    flex: none;
    display: inline-flex; align-items: center; justify-content: center;
    width: 30px; height: 30px;
    border-radius: 50%;
    background: rgba(166, 35, 70, .1);
    color: var(--wine);
    font-size: 12.5px; font-weight: 600;
    transition: background-color .25s var(--ease), color .25s var(--ease);
}
.lp-faq__i[open] .lp-faq__q { background: var(--wine); color: #fff; }
.lp-faq__ico {
    position: absolute; right: 22px; top: 50%;
    width: 17px; height: 17px;
    margin-top: -8.5px;
    transition: transform .3s var(--ease);
}
.lp-faq__ico::before,
.lp-faq__ico::after {
    content: ''; position: absolute; background: currentColor; border-radius: 2px;
}
.lp-faq__ico::before { left: 0; top: 7.5px; width: 17px; height: 2px; }
.lp-faq__ico::after { left: 7.5px; top: 0; width: 2px; height: 17px; transition: opacity .3s var(--ease); }
.lp-faq__i[open] .lp-faq__ico { transform: rotate(180deg); }
.lp-faq__i[open] .lp-faq__ico::after { opacity: 0; }
.lp-faq__a {
    padding: 0 62px 22px 70px;
    font-size: 15px; line-height: 1.75;
    color: var(--ink-soft);
    animation: lpFaq .32s var(--ease);
}
@keyframes lpFaq { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }
.lp-faq__foot { margin-top: 38px; text-align: center; }
.lp-faq__foot p { margin-bottom: 18px; color: var(--ink-soft); font-size: 15px; }

/* ==========================================================================
   FECHAMENTO
   ========================================================================== */
.lp-final { position: relative; overflow: hidden; background: var(--graphite); padding: 108px 0; }
.lp-final__bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.lp-final::after {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(100deg, rgba(18, 14, 18, .93) 0%, rgba(18, 14, 18, .8) 40%, rgba(18, 14, 18, .6) 100%);
}
.lp-final__in {
    position: relative; z-index: 2;
    display: grid; grid-template-columns: minmax(0, 1fr) 452px;
    gap: 70px; align-items: center;
}
.lp-final__copy { color: #fff; }
.lp-final__copy h2 { font-size: clamp(26px, 3vw, 40px); margin-bottom: 20px; max-width: 17ch; }
.lp-final__copy p { font-size: 16.5px; line-height: 1.72; color: rgba(255, 255, 255, .74); max-width: 50ch; }
.lp-final__u { display: grid; gap: 14px; margin-top: 40px; padding-top: 32px; border-top: 1px solid var(--line-light); }
.lp-final__u li { position: relative; padding-left: 28px; font-size: 15px; color: rgba(255, 255, 255, .78); }
.lp-final__u li svg { position: absolute; left: 0; top: 3px; width: 18px; height: 18px;
    fill: none; stroke: var(--rose); stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }

/* ==========================================================================
   OBRIGADO
   ========================================================================== */
.lp-thanks { background: var(--graphite); padding: 190px 0 130px; min-height: 72vh; display: flex; align-items: center; }
.lp-thanks__in { max-width: 720px; color: #fff; }
.lp-thanks h1 { font-size: clamp(30px, 3.6vw, 46px); font-weight: 600;
    letter-spacing: -.03em; line-height: 1.16; margin-bottom: 22px; }
.lp-thanks h1 em { font-style: normal; color: var(--rose); }
.lp-thanks p { font-size: 17px; line-height: 1.72; color: rgba(255, 255, 255, .74); margin-bottom: 34px; }
.lp-thanks__acts { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

/* ==========================================================================
   RODAPÉ
   ========================================================================== */
.lp-foot { background: #120E12; color: rgba(255, 255, 255, .62); padding: 78px 0 0; }
.lp-foot__in { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: clamp(28px, 4vw, 56px); padding-bottom: 56px; }
.lp-foot__logo { width: 170px; margin-bottom: 22px; }
.lp-foot__brand p { font-size: 14.5px; line-height: 1.7; max-width: 40ch; }
.lp-foot__cnpj { margin-top: 14px !important; font-size: 12.5px !important; color: rgba(255, 255, 255, .38); }
.lp-foot__social { display: flex; gap: 12px; margin-top: 24px; }
.lp-foot__social a {
    display: inline-flex; align-items: center; justify-content: center;
    width: 40px; height: 40px;
    border: 1px solid var(--line-light);
    border-radius: 50%;
    color: rgba(255, 255, 255, .7);
    transition: border-color .25s var(--ease), color .25s var(--ease), background-color .25s var(--ease);
}
.lp-foot__social a:hover { border-color: var(--wine); background: var(--wine); color: #fff; }
.lp-foot__col h3 { font-size: 12px; font-weight: 600; letter-spacing: .14em;
    text-transform: uppercase; color: #fff; margin-bottom: 18px; }
.lp-foot__col a { display: block; margin-bottom: 10px; font-size: 14.5px; transition: color .25s var(--ease); }
.lp-foot__col a:hover { color: var(--rose); }
.lp-foot__col address { font-size: 14.5px; line-height: 1.7; }
.lp-foot__area { margin-top: 24px; font-size: 13px; line-height: 1.6; color: rgba(255, 255, 255, .42); }
.lp-foot__bar {
    display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px;
    padding: 22px 26px; border-top: 1px solid var(--line-light);
    font-size: 12.5px; color: rgba(255, 255, 255, .45);
}

/* ==========================================================================
   WHATSAPP FLUTUANTE
   ========================================================================== */
.lp-wa {
    position: fixed; right: 22px; bottom: 22px; z-index: 55;
    display: inline-flex; align-items: center; justify-content: center;
    width: 56px; height: 56px;
    border-radius: 50%;
    background: var(--wine); color: #fff;
    box-shadow: 0 16px 34px -12px rgba(166, 35, 70, .8);
    transition: transform .25s var(--ease), background-color .25s var(--ease);
}
.lp-wa:hover { transform: translateY(-3px) scale(1.05); background: var(--wine-deep); }

/* ==========================================================================
   REVEAL
   ========================================================================== */
.lp-reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.lp-reveal.is-in { opacity: 1; transform: none; }
.lp-reveal:nth-child(2) { transition-delay: .07s; }
.lp-reveal:nth-child(3) { transition-delay: .14s; }
.lp-reveal:nth-child(4) { transition-delay: .21s; }
.lp-reveal:nth-child(5) { transition-delay: .28s; }
.lp-reveal:nth-child(6) { transition-delay: .35s; }

/* ==========================================================================
   RESPONSIVO
   ========================================================================== */
@media (max-width: 1080px) {
    .lp-hero__in, .lp-final__in { grid-template-columns: 1fr; gap: 44px; }
    .lp-hero__form, .lp-final__form { max-width: 520px; }
    .lp-hero h1 { max-width: 22ch; }
    .lp-grid--4 { grid-template-columns: repeat(2, 1fr); }
    .lp-work { grid-template-columns: repeat(2, 1fr); }
    .lp-local__in { grid-template-columns: 1fr; }
    .lp-foot__in { grid-template-columns: 1fr 1fr; }
    .lp-foot__brand { grid-column: 1 / -1; }
}
@media (max-width: 900px) {
    .lp-nav { display: none; }
    .lp-nav.is-open {
        display: flex; flex-direction: column; align-items: flex-start; gap: 4px;
        position: absolute; top: 100%; left: 0; right: 0;
        padding: 18px 26px 24px;
        background: rgba(25, 20, 25, .98);
        -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
    }
    .lp-nav.is-open a { width: 100%; padding: 11px 0; border-bottom: 1px solid var(--line-light); }
    .lp-burger { display: block; }
    .lp-head__cta { display: none; }
    .lp-head { position: absolute; }
    .lp-head.is-stuck { position: fixed; }
    .lp-sec { padding: 78px 0; }
    .lp-grid--3 { grid-template-columns: 1fr; }
    .lp-depo__i { flex: 0 0 calc((100% - 22px) / 2); }
    .lp-vs { grid-template-columns: 1fr; }
    .lp-band, .lp-final { padding: 78px 0; }
}
@media (max-width: 640px) {
    .lp-wrap { padding: 0 20px; }
    .lp-hero { padding: 112px 0 62px; }
    .lp-grid--4, .lp-work { grid-template-columns: 1fr; }
    .lp-work__cta { grid-column: auto; padding: 28px 24px; flex-direction: column; align-items: flex-start; }
    .lp-depo__i { flex: 0 0 86%; padding: 26px 24px; }
    .lp-stats__in { gap: 26px 40px; }
    .lp-stats__i strong { font-size: 28px; }
    .lp-form { padding: 30px 24px 26px; }
    .lp-steps li { grid-template-columns: 1fr; gap: 16px; padding: 24px 24px; }
    .lp-foot__in { grid-template-columns: 1fr; }
    .lp-thanks { padding: 150px 0 100px; }
    .lp-faq__i summary { font-size: 15px; padding: 18px 52px 18px 18px; gap: 12px; }
    .lp-faq__a { padding: 0 24px 20px 18px; }
}
@media (prefers-reduced-motion: reduce) {
    .lp-reveal { opacity: 1; transform: none; }
    .lp *, .lp *::before, .lp *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* ==========================================================================
   REFINAMENTO PREMIUM 2026
   Ritmo editorial, contraste mais sofisticado e alinhamento consistente.
   ========================================================================== */
.lp {
    --graphite: #171313;
    --graphite-2: #211b1b;
    --ink: #282222;
    --ink-soft: #6f6764;
    --wine: #982e46;
    --wine-deep: #742033;
    --rose: #e06b82;
    --paper: #f7f4ef;
    --paper-2: #eee9e2;
    --line: rgba(40, 34, 34, .12);
    --sans: 'Poppins', 'Helvetica Neue', Arial, sans-serif;
    --display: 'Poppins', 'Helvetica Neue', Arial, sans-serif;
    --r-sm: 8px;
    --r-md: 12px;
    --r-lg: 18px;
    --shadow-sm: 0 1px 0 rgba(30, 23, 23, .05), 0 12px 34px rgba(30, 23, 23, .05);
    --shadow-md: 0 22px 60px -26px rgba(30, 23, 23, .32);
    --shadow-lg: 0 42px 100px -34px rgba(11, 8, 8, .68);
    letter-spacing: -.006em;
}

.lp-wrap { max-width: 1280px; padding-inline: clamp(24px, 4vw, 56px); }
[id] { scroll-margin-top: 96px; }

.lp-sec { padding-block: clamp(88px, 9vw, 132px); }
.lp-sec__head { max-width: 820px; margin-bottom: clamp(46px, 5vw, 70px); }
.lp-sec__head h2,
.lp-local__copy h2,
.lp-band h2,
.lp-final__copy h2 {
    font-family: var(--display);
    font-weight: 600;
    letter-spacing: -.035em;
    line-height: 1.03;
    text-wrap: balance;
}
.lp-sec__head h2 { font-size: clamp(32px, 3.4vw, 46px); line-height: 1.12; }
.lp-sec__lead { margin-top: 22px; font-size: 16px; line-height: 1.8; text-wrap: pretty; }
.lp-eyebrow { margin-bottom: 22px; font-size: 11px; letter-spacing: .22em; }

.lp-head { padding-block: 24px; }
.lp-head.is-stuck { padding-block: 14px; background: rgba(23, 19, 19, .91); border-bottom: 1px solid rgba(255,255,255,.08); }
.lp-head__in { gap: 42px; }
.lp-head__logo img { width: 164px; }
.lp-nav { gap: 34px; }
.lp-nav a { font-size: 13px; letter-spacing: .02em; }
.lp-head__cta,
.lp-head__cta:visited,
.lp-head__cta:hover,
.lp-head__cta:focus { border-radius: 7px; padding: 12px 20px; color: #fff; }
.lp-head__cta .lp-btn__ico { width: 18px; height: 18px; color: #fff; }

.lp-btn { border-radius: 7px; letter-spacing: .01em; }
.lp-btn--lg { padding: 16px 30px; }

.lp-hero {
    min-height: 100vh;
    min-height: 100svh;
    padding: 108px 0 42px;
    background: #100d0d;
}
.lp-hero__bg { background-position: center; transform: scale(1.015); }
.lp-hero::after {
    background:
        linear-gradient(90deg, rgba(15,12,12,.97) 0%, rgba(15,12,12,.91) 33%, rgba(15,12,12,.56) 57%, rgba(15,12,12,.16) 100%),
        linear-gradient(180deg, rgba(15,12,12,.56) 0%, transparent 27%, rgba(15,12,12,.26) 100%);
}
.lp-hero__in { grid-template-columns: minmax(0, 1fr) 420px; gap: clamp(54px, 6vw, 92px); }
.lp-hero__copy { max-width: 720px; }
.lp-hero h1 {
    max-width: 19ch;
    margin-bottom: 26px;
    font-family: var(--display);
    font-size: clamp(35px, 3.45vw, 48px);
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -.035em;
    text-wrap: balance;
}
.lp-hero__sub { max-width: 59ch; margin-bottom: 0; font-size: 16px; line-height: 1.78; color: rgba(255,255,255,.78); text-wrap: pretty; }
.lp-hero__acts { gap: 16px; margin-top: 30px; }

.lp-form { padding: 34px; border: 1px solid rgba(255,255,255,.35); border-radius: 14px; }
.lp-form__head { margin-bottom: 24px; }
.lp-form__head h2 { font-family: var(--display); font-size: 23px; font-weight: 600; line-height: 1.24; }
.lp-form__head p { margin-top: 12px; line-height: 1.65; }
.lp-field { margin-bottom: 15px; }
.lp-input { min-height: 48px; padding: 12px 14px; border-radius: 7px; background: #faf8f4; }
.lp-textarea { min-height: 82px; line-height: 1.5; resize: vertical; }
.lp-form .lp-btn { margin-top: 10px; min-height: 54px; }

@media (min-width: 1081px) {
    .lp-hero .lp-form { padding: 28px 30px 26px; }
    .lp-hero .lp-form__head { margin-bottom: 18px; }
    .lp-hero .lp-form__head p { margin-top: 8px; }
    .lp-hero .lp-field { margin-bottom: 10px; }
    .lp-hero .lp-input { min-height: 44px; padding-block: 9px; }
    .lp-hero .lp-textarea { min-height: 72px; }
    .lp-hero .lp-form .lp-btn { min-height: 49px; margin-top: 7px; }
}

.lp-stats { padding: 0; background: var(--paper); border-bottom: 1px solid var(--line); }
.lp-stats__in { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; }
.lp-stats__i { position: relative; align-items: flex-start; padding: 38px 30px; text-align: left; }
.lp-stats__i + .lp-stats__i::before { content: ''; position: absolute; left: 0; top: 31px; bottom: 31px; width: 1px; background: var(--line); }
.lp-stats__i strong { font-family: var(--display); font-size: 34px; font-weight: 600; color: var(--wine); white-space: nowrap; }
.lp-stats__i span { margin-top: 8px; color: var(--ink-soft); font-size: 10.5px; }

.lp-grid { gap: 28px; }
.lp-card, .lp-serv { padding: 40px 36px 38px; border: 1px solid var(--line); }
.lp-serv__ico {
    position: relative;
    width: 76px;
    height: 76px;
    margin-bottom: 28px;
    border: 1px solid rgba(152, 46, 70, .14);
    border-radius: 18px;
    background:
        radial-gradient(circle at 78% 20%, rgba(224,107,130,.22) 0 5px, transparent 6px),
        linear-gradient(145deg, #fbf4f3, #efe1df);
    color: var(--wine);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.7), 0 12px 28px -22px rgba(116,32,51,.7);
}
.lp-serv__ico::after {
    content: '';
    position: absolute;
    right: -5px;
    bottom: -5px;
    width: 18px;
    height: 18px;
    border: 1px solid rgba(152,46,70,.2);
    border-radius: 50%;
    background: var(--paper);
}
.lp-serv__ico svg { width: 42px; height: 42px; stroke-width: 1.55; }
.lp-serv__ico svg .lp-ico__accent { stroke: var(--rose); stroke-width: 2.2; }
.lp-serv:nth-child(even) .lp-serv__ico {
    border-radius: 50%;
    background:
        radial-gradient(circle at 25% 76%, rgba(224,107,130,.2) 0 5px, transparent 6px),
        linear-gradient(145deg, #f7edeb, #eadbd8);
}
.lp-serv:hover .lp-serv__ico { background: var(--graphite); color: #fff; border-color: var(--graphite); transform: translateY(-2px) rotate(-1deg); }
.lp-serv:hover .lp-serv__ico svg .lp-ico__accent { stroke: var(--rose); }
.lp-card h3, .lp-serv h3 { font-size: 19px; line-height: 1.38; margin-bottom: 14px; }
.lp-card p, .lp-serv p { line-height: 1.76; text-wrap: pretty; }
.lp-card__n { border-radius: 6px; }

.lp-work { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.lp-work__i { border: 1px solid var(--line); border-radius: 12px; }
.lp-work__img { aspect-ratio: 16 / 10; }
.lp-work__txt { padding: 24px 28px 28px; }
.lp-work__txt h3 { font-size: 19px; }
.lp-work__cta { padding: 46px 50px; border-radius: 12px; }
.lp-work__cta h3 { font-family: var(--display); font-size: clamp(24px, 2.4vw, 32px); font-weight: 600; line-height: 1.18; }

.lp-band { padding-block: clamp(96px, 10vw, 150px); text-align: left; }
.lp-band__bg { background-position: center; }
.lp-band::after { background: linear-gradient(90deg, rgba(15,12,12,.96), rgba(15,12,12,.73) 52%, rgba(15,12,12,.28)); }
.lp-band__in { max-width: 720px; margin-left: 0; }
.lp-band h2 { font-size: clamp(34px, 4vw, 52px); line-height: 1.1; }
.lp-band p { max-width: 62ch; line-height: 1.8; }
.lp-band__acts { justify-content: flex-start; }

.lp-steps { max-width: 980px; gap: 0; border-top: 1px solid var(--line); }
.lp-steps li { grid-template-columns: 72px 1fr; gap: 34px; padding: 34px 20px; border-bottom: 1px solid var(--line); border-radius: 0; box-shadow: none; }
.lp-steps li:hover { transform: none; box-shadow: none; background: var(--paper); }
.lp-steps__n { width: 54px; height: 54px; border-radius: 6px; }

.lp-vs { gap: 30px; }
.lp-vs__c { padding: 46px 42px; border-radius: 12px; }
.lp-local__in { gap: clamp(54px, 7vw, 100px); }
.lp-local__copy h2 { font-size: clamp(32px, 3.5vw, 46px); line-height: 1.12; }
.lp-local__copy p { line-height: 1.82; }
.lp-local__box { padding: 50px 46px; border-radius: 12px; box-shadow: var(--shadow-md); }

.lp-faq__in { max-width: 1040px; }
.lp-faq__l { border-top: 1px solid var(--line); }
.lp-faq__i { margin: 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; }
.lp-faq__i[open] { border-color: var(--line); box-shadow: none; }
.lp-faq__i summary { padding: 24px 58px 24px 4px; font-size: 17px; }
.lp-faq__i summary::after { content: '+'; position: absolute; right: 8px; top: 50%; transform: translateY(-50%); font-family: var(--display); font-size: 30px; font-weight: 400; color: var(--wine); }
.lp-faq__i[open] summary::after { content: '−'; }
.lp-faq__i > p { max-width: 78ch; padding: 0 58px 28px 4px; color: var(--ink-soft); font-size: 15px; line-height: 1.8; }

.lp-faq__layout {
    display: grid;
    grid-template-columns: minmax(280px, .72fr) minmax(520px, 1.28fr);
    gap: clamp(56px, 8vw, 116px);
    align-items: start;
}
.lp-faq__intro { position: sticky; top: 116px; }
.lp-faq__intro h2 {
    max-width: 9ch;
    font-family: var(--display);
    font-size: clamp(36px, 4vw, 50px);
    font-weight: 600;
    letter-spacing: -.04em;
    line-height: 1.08;
    text-wrap: balance;
}
.lp-faq__intro h2 em { color: var(--wine); font-style: normal; font-weight: 600; }
.lp-faq__intro .lp-sec__lead { max-width: 39ch; margin-top: 26px; }
.lp-faq__wa {
    display: flex;
    align-items: center;
    gap: 13px;
    max-width: 340px;
    margin-top: 34px;
    padding: 15px 16px;
    border: 1px solid rgba(37,211,102,.25);
    border-radius: 10px;
    background: rgba(255,255,255,.66);
    box-shadow: 0 14px 40px -32px rgba(20,80,40,.7);
    transition: transform .25s var(--ease), border-color .25s var(--ease), background .25s var(--ease);
}
.lp-faq__wa:hover { transform: translateY(-2px); border-color: #25d366; background: #fff; }
.lp-faq__wa-ico { display: grid; place-items: center; width: 42px; height: 42px; flex: none; border-radius: 50%; background: #25d366; color: #fff; }
.lp-faq__wa-ico svg { width: 22px; height: 22px; }
.lp-faq__wa > span:nth-child(2) { display: grid; color: var(--graphite); font-size: 14px; font-weight: 700; line-height: 1.25; }
.lp-faq__wa small { margin-bottom: 3px; color: var(--ink-soft); font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.lp-faq__wa-arrow { width: 19px; height: 19px; margin-left: auto; fill: none; stroke: var(--wine); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.lp-faq__l { border-top: 0; }
.lp-faq__i {
    margin-bottom: 12px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: rgba(255,255,255,.7);
    overflow: hidden;
    transition: border-color .28s var(--ease), box-shadow .28s var(--ease), background .28s var(--ease);
}
.lp-faq__i:last-child { margin-bottom: 0; }
.lp-faq__i:hover { border-color: rgba(152,46,70,.32); }
.lp-faq__i[open] { border-color: rgba(152,46,70,.42); background: #fff; box-shadow: 0 22px 54px -38px rgba(70,24,36,.8); }
.lp-faq__i summary { gap: 18px; padding: 23px 64px 23px 22px; font-size: 16px; color: var(--graphite); }
.lp-faq__i summary::after { right: 24px; }
.lp-faq__n {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    flex: none;
    border-radius: 50%;
    background: var(--paper-2);
    color: var(--wine);
    font-family: var(--sans);
    font-size: 16px;
    font-weight: 600;
    transition: background .25s var(--ease), color .25s var(--ease);
}
.lp-faq__i[open] .lp-faq__n { background: var(--wine); color: #fff; }
.lp-faq__i > p { max-width: 68ch; padding: 0 64px 26px 76px; font-size: 14.5px; line-height: 1.78; }

.lp-final { padding-block: clamp(100px, 10vw, 150px); }
.lp-final__bg { background-position: center; }
.lp-final::after { background: linear-gradient(90deg, rgba(15,12,12,.96), rgba(15,12,12,.82) 48%, rgba(15,12,12,.56)); }
.lp-final__in { grid-template-columns: minmax(0,1fr) 430px; gap: clamp(64px, 8vw, 112px); }
.lp-final__copy h2 { font-size: clamp(36px, 4.2vw, 54px); line-height: 1.08; }

.lp-foot { padding-top: 92px; }
.lp-foot__in { padding-bottom: 70px; }
.lp-foot__social svg {
    display: block;
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.lp-foot__social svg path { fill: currentColor; stroke: none; }
.lp-foot__social svg .lp-social__dot { fill: currentColor; stroke: none; }

.lp-wa {
    right: 24px; bottom: 24px;
    width: 58px; height: 58px;
    padding: 0;
    border-radius: 50%;
    background: #25d366; color: #fff;
    box-shadow: 0 18px 44px -14px rgba(18, 94, 46, .7);
}
.lp-wa svg { display: block; flex: none; }
.lp-wa:hover { background: #1fbd5a; }

@media (max-width: 1080px) {
    .lp-hero { min-height: auto; }
    .lp-hero__in, .lp-final__in { grid-template-columns: 1fr; }
    .lp-hero__form, .lp-final__form { max-width: 560px; }
    .lp-stats__i { padding-inline: 26px; }
    .lp-work { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .lp-faq__layout { grid-template-columns: 1fr; gap: 48px; }
    .lp-faq__intro { position: static; }
    .lp-faq__intro h2 { max-width: 13ch; }
    .lp-faq__intro .lp-sec__lead { max-width: 56ch; }
}

@media (max-width: 760px) {
    .lp-wrap { padding-inline: 20px; }
    .lp-head__logo img { width: 146px; }
    .lp-hero { padding: 116px 0 58px; }
    .lp-hero__bg { background-position: 64% center; opacity: .58; }
    .lp-hero::after { background: linear-gradient(180deg, rgba(15,12,12,.8), rgba(15,12,12,.94) 72%, #0f0c0c); }
    .lp-hero h1 { font-size: clamp(31px, 9vw, 39px); }
    .lp-hero__sub { font-size: 15px; }
    .lp-form { padding: 28px 22px; }
    .lp-stats__in { grid-template-columns: repeat(2, 1fr); }
    .lp-stats__i { padding: 28px 20px; }
    .lp-stats__i:nth-child(odd)::before { display: none; }
    .lp-stats__i:nth-child(n+3) { border-top: 1px solid var(--line); }
    .lp-stats__i strong { font-size: 32px; }
    .lp-work { grid-template-columns: 1fr; }
    .lp-work__cta { padding: 32px 26px; }
    .lp-band { text-align: left; }
    .lp-steps li { grid-template-columns: 54px 1fr; gap: 18px; padding-inline: 0; }
    .lp-vs__c, .lp-local__box { padding: 34px 26px; }
    .lp-faq__intro h2 { font-size: 38px; }
    .lp-faq__i summary { gap: 13px; padding: 19px 52px 19px 16px; font-size: 15px; }
    .lp-faq__i summary::after { right: 18px; }
    .lp-faq__n { width: 32px; height: 32px; font-size: 14px; }
    .lp-faq__i > p { padding: 0 20px 22px 61px; font-size: 14px; }
    .lp-final__copy h2 { font-size: 40px; }
    .lp-wa { width: 56px; height: 56px; padding: 0; justify-content: center; }
    .lp-wa span { display: none; }
}

/* Passo a passo visual */
.lp-steps {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px;
    max-width: none;
    margin: 0;
    border: 0;
}
.lp-steps::before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 103px;
    left: 8%;
    right: 8%;
    border-top: 1px solid rgba(152, 46, 70, .22);
}
.lp-steps li {
    position: relative;
    z-index: 1;
    display: block;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    text-align: center;
}
.lp-steps li:hover { transform: translateY(-4px); background: transparent; box-shadow: none; }
.lp-steps__visual {
    position: relative;
    width: 210px;
    height: 210px;
    margin: 0 auto 30px;
    padding: 17px;
    border: 1px solid rgba(152, 46, 70, .17);
    border-radius: 50%;
    background: var(--white);
}
.lp-steps__circle {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(145deg, #211b20, #0f0d11);
    color: #fff;
    box-shadow: 0 24px 54px -28px rgba(23, 19, 19, .8);
    transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.lp-steps li:hover .lp-steps__circle { transform: scale(1.035); box-shadow: 0 30px 64px -28px rgba(23, 19, 19, .9); }
.lp-steps__circle svg {
    width: 68px;
    height: 68px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.lp-steps__circle .lp-steps__accent { stroke: var(--rose); stroke-width: 2.3; }
.lp-steps__n {
    position: absolute;
    z-index: 2;
    left: 3px;
    bottom: 12px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: var(--wine);
    color: #fff;
    box-shadow: 0 14px 30px -12px rgba(152, 46, 70, .9);
    font-size: 16px;
    font-weight: 700;
}
.lp-steps li:nth-child(even) .lp-steps__n { top: 12px; bottom: auto; left: 0; }
.lp-steps__txt { max-width: 28ch; margin: 0 auto; }
.lp-steps h3 { margin-bottom: 13px; font-size: 18px; line-height: 1.35; }
.lp-steps p { font-size: 14px; line-height: 1.75; text-wrap: pretty; }

@media (max-width: 1080px) {
    .lp-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 54px 30px; }
    .lp-steps::before { display: none; }
}

@media (max-width: 600px) {
    .lp-steps { grid-template-columns: 1fr; gap: 50px; }
    .lp-steps__visual { width: 190px; height: 190px; margin-bottom: 24px; }
    .lp-steps__circle svg { width: 60px; height: 60px; }
    .lp-steps__txt { max-width: 34ch; }
}

/* ==========================================================================
   ÍNDICE DE CIDADES
   ========================================================================== */
.lp-cidades { padding-top: 132px; }
.lp-busca { max-width: 720px; margin: 0 auto 58px; }
.lp-busca__lb { position: absolute; left: -9999px; }
.lp-busca__in {
    display: flex; align-items: center; gap: 10px;
    padding: 8px 8px 8px 18px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 999px;
    transition: border-color .25s var(--ease), box-shadow .25s var(--ease);
}
.lp-busca__in:focus-within { border-color: var(--wine); box-shadow: var(--shadow-md); }
.lp-busca__ico { flex: none; width: 20px; height: 20px; fill: none; stroke: var(--ink-soft); stroke-width: 2; stroke-linecap: round; }
.lp-busca input {
    flex: 1; min-width: 0;
    border: 0; outline: 0; background: none;
    font-family: var(--sans); font-size: 16px; color: var(--graphite);
    padding: 10px 0;
}
.lp-busca input::-webkit-search-cancel-button { cursor: pointer; }
.lp-busca .lp-btn { flex: none; padding: 12px 24px; border-radius: 999px; font-size: 14.5px; }
.lp-busca__n { margin-top: 14px; text-align: center; font-size: 14px; color: var(--ink-soft); }
.lp-busca__n a { color: var(--wine); font-weight: 600; text-decoration: underline; }

.lp-uf { margin-bottom: 42px; }
.lp-uf__t {
    display: flex; align-items: center; gap: 12px;
    margin-bottom: 18px; padding-bottom: 12px;
    border-bottom: 1px solid var(--line);
    font-size: 17px; font-weight: 600; color: var(--graphite);
}
.lp-uf__t span {
    display: inline-flex; align-items: center; justify-content: center;
    min-width: 34px; height: 24px; padding: 0 8px;
    background: var(--wine); color: #fff;
    border-radius: 5px;
    font-size: 12px; font-weight: 700; letter-spacing: .06em;
}
.lp-uf__l { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px 18px; }
.lp-uf__l a {
    display: flex; align-items: center; justify-content: space-between; gap: 8px;
    padding: 9px 12px;
    border-radius: var(--r-sm);
    font-size: 14.5px; color: var(--ink-soft);
    transition: background-color .2s var(--ease), color .2s var(--ease);
}
.lp-uf__l a:hover { background: rgba(166, 35, 70, .07); color: var(--wine); }
.lp-uf__l svg { flex: none; width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; opacity: 0; transition: opacity .2s var(--ease); }
.lp-uf__l a:hover svg { opacity: 1; }

.lp-vazio { text-align: center; padding: 56px 20px; }
.lp-vazio h3 { font-size: 22px; font-weight: 600; color: var(--graphite); margin-bottom: 12px; }
.lp-vazio p { color: var(--ink-soft); margin-bottom: 24px; }

.lp-cidades__cta {
    display: flex; align-items: center; justify-content: space-between;
    flex-wrap: wrap; gap: 22px 40px;
    margin-top: 20px; padding: 34px 40px;
    background: var(--paper-deep);
    border-radius: var(--r-md);
}
.lp-cidades__cta h3 { font-size: 21px; font-weight: 600; color: var(--graphite); margin-bottom: 8px; }
.lp-cidades__cta p { font-size: 14.5px; color: var(--ink-soft); max-width: 52ch; }

@media (max-width: 1080px) {
    .lp-uf__l { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 780px) {
    .lp-cidades { padding-top: 108px; }
    .lp-uf__l { grid-template-columns: repeat(2, 1fr); }
    .lp-busca__in { flex-wrap: wrap; border-radius: var(--r-md); padding: 12px; }
    .lp-busca input { width: 100%; flex-basis: 100%; padding-left: 6px; }
    .lp-busca .lp-btn { width: 100%; }
    .lp-cidades__cta { flex-direction: column; align-items: flex-start; padding: 28px 24px; }
}
@media (max-width: 520px) {
    .lp-uf__l { grid-template-columns: 1fr; }
}

/* Botão de avaliações no Google */
.lp-depo__acoes { display: flex; justify-content: center; margin-top: 38px; }
.lp-google {
    display: inline-flex; align-items: center; gap: 11px;
    padding: 14px 26px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 999px;
    font-size: 15px; font-weight: 600; color: var(--graphite);
    box-shadow: var(--shadow-sm);
    transition: border-color .25s var(--ease), box-shadow .25s var(--ease), transform .25s var(--ease);
}
.lp-google:hover { border-color: rgba(166, 35, 70, .35); box-shadow: var(--shadow-md); transform: translateY(-2px); }
.lp-google > svg:first-child { flex: none; }
.lp-google__ext { flex: none; fill: none; stroke: var(--ink-soft); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.lp-google:hover .lp-google__ext { stroke: var(--wine); }
.lp-depo__acoes + .lp-depo__nav { margin-top: 22px; }

/* Link do case para o site do cliente */
.lp-work__lk { display: block; color: inherit; }
.lp-work__img { position: relative; }
.lp-work__ver {
    position: absolute; left: 50%; top: 50%;
    transform: translate(-50%, -46%);
    display: inline-flex; align-items: center; gap: 8px;
    padding: 11px 20px;
    background: rgba(255, 255, 255, .94);
    border-radius: 999px;
    font-size: 13.5px; font-weight: 600; color: var(--graphite);
    box-shadow: var(--shadow-md);
    opacity: 0; visibility: hidden;
    transition: opacity .28s var(--ease), transform .28s var(--ease), visibility .28s;
}
.lp-work__ver svg { width: 14px; height: 14px; fill: none; stroke: var(--wine); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.lp-work__i:hover .lp-work__ver,
.lp-work__lk:focus-visible .lp-work__ver { opacity: 1; visibility: visible; transform: translate(-50%, -50%); }
@media (hover: none) { .lp-work__ver { display: none; } }
