/* ==========================================================================
   SNDesk — Saúde / Limpeza de Leitos Hospitalares
   Landing dedicada. Prefixo: .hs-
   ========================================================================== */

.hs {
    --hs-navy: #0A2545;
    --hs-navy-2: #103A6B;
    --hs-blue: #0F7ADE;
    --hs-blue-dark: #0B68C0;
    --hs-cyan: #50CDF9;
    --hs-green: #23AA58;
    --hs-ink: #2C3E50;
    --hs-body: #5C6C80;
    --hs-muted: #737F9B;
    --hs-line: #E4EAF2;
    --hs-surface: #F5F5F7;
    --hs-tint: #E7F3FE;

    font-family: 'DM Sans', system-ui, sans-serif;
    letter-spacing: -0.02em;
    color: var(--hs-ink);
    background: #fff;
    overflow-x: hidden;
}

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

.hs-wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 32px;
}

/* Reset sem classe: as regras de classe abaixo têm menor especificidade que
   `.hs h2`, então o reset precisa ignorar elementos que já tenham classe. */
.hs h1:not([class]),
.hs h2:not([class]),
.hs h3:not([class]),
.hs p:not([class]) { margin: 0; }

.hs-serif {
    font-family: 'Source Serif 4', Georgia, serif;
    font-weight: 700;
}

.hs-eyebrow {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--hs-blue);
}

/* --- Botões ------------------------------------------------------------- */

.hs-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 0;
    border-radius: 8px;
    font-family: inherit;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: -0.02em;
    padding: 15px 26px;
    cursor: pointer;
    text-decoration: none;
    transition: background .16s ease, transform .16s ease;
}

.hs-btn:hover { transform: translateY(-1px); }

.hs-btn--primary {
    background: var(--hs-blue);
    color: #fff;
    box-shadow: 0 10px 30px rgba(15, 122, 222, .32);
}
.hs-btn--primary:hover { background: var(--hs-blue-dark); color: #fff; }

.hs-btn--whats {
    background: #25D366;
    color: #073B22;
    box-shadow: 0 10px 30px rgba(37, 211, 102, .28);
}
.hs-btn--whats:hover { background: #1EBE5A; color: #073B22; }

.hs-btn__icon { width: 18px; height: 18px; flex: 0 0 18px; }

/* --- Hero --------------------------------------------------------------- */

.hs-hero {
    position: relative;
    background: linear-gradient(150deg, #0A2545 0%, #103A6B 55%, #0F7ADE 130%);
    color: #fff;
    overflow: hidden;
}

.hs-hero__grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 40px;
    align-items: stretch;
    min-height: 640px;
}

.hs-hero__text {
    padding: 88px 0 96px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.hs-hero__tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--hs-green);
    color: #fff;
    padding: 9px 18px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .04em;
}
.hs-hero__tag svg { width: 18px; height: 18px; }

.hs-hero__title {
    font-size: clamp(40px, 4.6vw, 68px);
    line-height: 1.04;
    letter-spacing: -0.02em;
    margin: 24px 0 0;
    text-wrap: balance;
}

.hs-hero__lead {
    margin: 22px 0 0;
    font-size: 20px;
    line-height: 30px;
    color: rgba(255, 255, 255, .86);
    max-width: 34ch;
}

.hs-hero__actions {
    display: flex;
    gap: 12px;
    margin-top: 36px;
    flex-wrap: wrap;
}

.hs-hero__note {
    margin: 40px 0 0;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, .16);
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, .62);
    font-size: 14px;
    line-height: 20px;
    max-width: 44ch;
}
.hs-hero__note svg { width: 20px; height: 20px; flex: 0 0 20px; }

.hs-hero__media { position: relative; }

.hs-hero__wood,
.hs-hero__veil {
    position: absolute;
    inset: 0 -640px 0 100px;
}
.hs-hero__wood {
    background-position: center;
    background-size: auto 100%;
    background-repeat: repeat-x;
    opacity: .9;
}
.hs-hero__veil {
    background: linear-gradient(90deg, #0A2545 0%, rgba(10, 37, 69, .15) 32%, rgba(10, 37, 69, .35) 78%, rgba(10, 37, 69, .5) 100%);
}
.hs-hero__person {
    position: absolute;
    right: -412px;
    bottom: -80px;
    width: 185%;
    max-width: none;
    object-fit: contain;
    object-position: bottom;
}

/* Entrada das camadas do hero: cada uma entra pela lateral quando o próprio
   arquivo termina de carregar, disfarçando o tempo de download.
   A animação usa `translate` (e não `transform`) porque o breakpoint mobile
   já ocupa o `transform` do .hs-hero__person para centralizá-lo. */
.hs-hero__wood,
.hs-hero__person {
    opacity: 0;
    will-change: opacity, translate;
    transition: opacity .8s ease, translate 1.05s cubic-bezier(.16, .84, .24, 1);
}
.hs-hero__wood { translate: 9% 0; }
.hs-hero__person { translate: 16% 0; transition-delay: .12s; }

.hs-hero__wood.is-in { opacity: .9; translate: 0 0; }
.hs-hero__person.is-in { opacity: 1; translate: 0 0; }

@media (prefers-reduced-motion: reduce) {
    .hs-hero__wood,
    .hs-hero__person {
        translate: 0 0;
        transition: opacity .4s ease;
        will-change: auto;
    }
}

/* --- Dores -------------------------------------------------------------- */

.hs-dores { background: #fff; padding: 104px 0; }

.hs-section-title {
    font-size: clamp(30px, 3.4vw, 50px);
    line-height: 1.08;
    letter-spacing: -0.015em;
    margin: 0 auto;
    max-width: 30ch;
    text-align: center;
    text-wrap: balance;
}
.hs-section-title em { font-style: normal; color: var(--hs-blue); }

.hs-section-lead {
    margin: 20px auto 0;
    font-size: 19px;
    line-height: 29px;
    color: var(--hs-body);
    max-width: 62ch;
    text-align: center;
}

.hs-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 56px;
}

.hs-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    margin-top: 56px;
}

.hs-card {
    background: #fff;
    border: 1px solid var(--hs-line);
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 1px 3px rgba(44, 62, 80, .08);
    transition: box-shadow .2s ease, transform .2s ease;
}
.hs-card:hover {
    box-shadow: 0 12px 28px rgba(44, 62, 80, .12);
    transform: translateY(-2px);
}

.hs-card__icon {
    width: 56px;
    height: 56px;
    border-radius: 999px;
    background: #FBE3E3;
    color: #C4342F;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hs-card__icon svg { width: 26px; height: 26px; }

.hs-card__title {
    font-size: 21px;
    font-weight: 600;
    line-height: 30px;
    margin: 24px 0 0;
    color: var(--hs-ink);
}
.hs-card__text {
    margin: 10px 0 0;
    font-size: 16px;
    line-height: 25px;
    color: var(--hs-body);
}

.hs-claim {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-top: 40px;
    background: var(--hs-tint);
    border-radius: 16px;
    padding: 22px 28px;
}
.hs-claim img {
    width: 62px;
    height: 62px;
    object-fit: contain;
    flex: 0 0 62px;
}
.hs-claim p {
    margin: 0;
    font-size: 19px;
    line-height: 28px;
    font-weight: 500;
    color: var(--hs-ink);
}

/* --- Como funciona (carrossel) ------------------------------------------ */

.hs-fluxo {
    background: linear-gradient(170deg, #0A2545 0%, #103A6B 60%, #12508F 100%);
    color: #fff;
    padding: 104px 0;
}

.hs-fluxo__eyebrow {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: var(--hs-cyan);
    text-align: center;
}

.hs-fluxo__title {
    font-size: clamp(30px, 3.4vw, 50px);
    line-height: 1.08;
    margin: 20px auto 0;
    max-width: 26ch;
    text-align: center;
}

.hs-carousel {
    position: relative;
    margin-top: 56px;
    padding: 0 76px;
}

.hs-carousel__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 52px;
    height: 52px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .28);
    background: #123C6E;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 10px 28px rgba(5, 22, 44, .45);
    transition: background .16s ease;
}
.hs-carousel__nav:hover { background: #17497F; }
.hs-carousel__nav svg { width: 20px; height: 20px; }
.hs-carousel__nav--prev { left: 0; }
.hs-carousel__nav--next { right: 0; }

/* Sem painel de fundo: quem tem caixa são os cards. O overflow continua
   escondido porque é ele que recorta o slide que sai de cena. */
.hs-carousel__viewport { overflow: hidden; }

.hs-carousel__track {
    display: flex;
    /* Sem isto o flex estica todo slide até a altura do mais alto (o de 4
       passos), e os cards do slide de 3 ganhavam ~73px de vazio no rodapé.
       Centralizado, cada slide fica na sua altura natural e a sobra virou
       respiro simétrico do painel, fora dos cards. */
    align-items: center;
    transition: transform 320ms cubic-bezier(.2, 0, .2, 1);
}

.hs-slide {
    flex: 0 0 100%;
    min-width: 0;
    display: grid;
    gap: 24px;
    /* stretch (padrão) para os cards da linha terminarem na mesma altura,
       independente de o texto ter 2 ou 3 linhas. */
    align-items: stretch;
    /* Só um respiro vertical: o overflow do viewport recorta o que passar. */
    padding: 4px 0;
}
.hs-slide--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.hs-slide--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.hs-passo {
    min-width: 0;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 16px;
    padding: 20px 20px 24px;
    display: flex;
    flex-direction: column;
}

.hs-passo__figura {
    height: 132px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}
.hs-passo__img {
    max-width: 100%;
    max-height: 132px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.hs-passo__num {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    border-radius: 999px;
    background: var(--hs-cyan);
    color: var(--hs-navy);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
}

.hs-passo__title {
    font-size: 22px;
    line-height: 1.2;
    margin: 16px 0 0;
}

.hs-passo__text {
    margin: 10px 0 0;
    font-size: 15px;
    line-height: 23px;
    color: rgba(255, 255, 255, .72);
}

.hs-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    align-items: center;
    margin-top: 32px;
}
.hs-dots button {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    border: 0;
    padding: 0;
    cursor: pointer;
    background: rgba(255, 255, 255, .3);
    transition: all 200ms cubic-bezier(.2, 0, .2, 1);
}
.hs-dots button[aria-current="true"] {
    width: 30px;
    background: var(--hs-cyan);
}

.hs-center { display: flex; justify-content: center; margin-top: 44px; }

/* --- Resultados --------------------------------------------------------- */

.hs-resultados {
    background: var(--hs-surface);
    padding: 88px 0;
    border-top: 1px solid var(--hs-line);
    border-bottom: 1px solid var(--hs-line);
}

.hs-resultados__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: start;
}

.hs-resultados__stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    order: 2;
}

.hs-resultados__foto {
    grid-column: span 2;
    height: 240px;
    border-radius: 16px;
    overflow: hidden;
}
.hs-resultados__foto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 52% 18%;
    transform: scale(1.35);
    transform-origin: 52% 22%;
    display: block;
}

.hs-stat {
    background: #fff;
    border: 1px solid var(--hs-line);
    border-radius: 16px;
    padding: 48px 28px;
    box-shadow: 0 1px 3px rgba(44, 62, 80, .08);
}
.hs-stat__num {
    font-family: 'Source Serif 4', Georgia, serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 1;
    color: var(--hs-ink);
}
.hs-stat__num sup { font-size: 26px; color: var(--hs-blue); }
.hs-stat__label {
    margin-top: 12px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: var(--hs-ink);
}

.hs-resultados__title {
    font-size: clamp(28px, 3vw, 44px);
    line-height: 1.1;
    letter-spacing: -0.01em;
    margin: 12px 0 0;
    max-width: 22ch;
}
.hs-resultados__disclaimer {
    margin: 16px 0 0;
    font-size: 13px;
    line-height: 20px;
    color: var(--hs-muted);
    max-width: 46ch;
}

/* --- Módulos ------------------------------------------------------------ */

.hs-modulos { background: #fff; padding: 128px 0; }

.hs-modulos__head { text-align: center; }
.hs-modulos__title {
    font-size: clamp(28px, 3vw, 44px);
    line-height: 1.1;
    margin: 12px auto 0;
    max-width: 24ch;
}

.hs-modulo {
    background: var(--hs-surface);
    border: 1px solid var(--hs-line);
    border-radius: 20px;
    padding: 32px 28px 36px;
    text-align: center;
}
.hs-modulo img {
    width: 96px;
    height: 96px;
    margin: 0 auto;
    display: block;
    object-fit: contain;
}
.hs-modulo h3 {
    font-size: 21px;
    font-weight: 600;
    margin: 18px 0 0;
    color: var(--hs-ink);
}
.hs-modulo p {
    margin: 10px 0 0;
    font-size: 16px;
    line-height: 25px;
    color: var(--hs-body);
}

/* --- FAQ ---------------------------------------------------------------- */

.hs-faq {
    background: var(--hs-surface);
    padding: 96px 0;
    border-top: 1px solid var(--hs-line);
}

.hs-faq__grid {
    display: grid;
    grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
    gap: 64px;
    align-items: start;
}

.hs-faq__aside { position: sticky; top: 108px; }
.hs-faq__title {
    margin: 0;
    font-size: clamp(28px, 3vw, 44px);
    line-height: 1.08;
}
.hs-faq__lead {
    margin: 18px 0 0;
    font-size: 17px;
    line-height: 26px;
    color: var(--hs-body);
    max-width: 30ch;
}

.hs-faq__list { display: flex; flex-direction: column; gap: 12px; }

.hs-acc {
    background: #fff;
    border: 1px solid var(--hs-line);
    border-radius: 12px;
    overflow: hidden;
}

.hs-acc__btn {
    width: 100%;
    background: none;
    border: 0;
    text-align: left;
    padding: 20px 22px;
    display: flex;
    align-items: center;
    gap: 16px;
    cursor: pointer;
    font-family: inherit;
    letter-spacing: -0.02em;
    font-size: 17px;
    font-weight: 600;
    line-height: 25px;
    color: var(--hs-ink);
}
.hs-acc__chev {
    margin-left: auto;
    display: flex;
    color: var(--hs-blue);
    transition: transform 200ms cubic-bezier(.2, 0, .2, 1);
}
.hs-acc__chev svg { width: 20px; height: 20px; }
.hs-acc__btn[aria-expanded="true"] .hs-acc__chev { transform: rotate(180deg); }

.hs-acc__panel {
    display: none;
    padding: 0 22px 22px;
    font-size: 16px;
    line-height: 25px;
    color: var(--hs-body);
}
.hs-acc__panel.is-open { display: block; }

/* --- CTA final ---------------------------------------------------------- */

.hs-cta {
    background: linear-gradient(150deg, #0A2545 0%, #103A6B 70%, #0F7ADE 140%);
    color: #fff;
    padding: 100px 0;
}

.hs-cta__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}

.hs-cta__title {
    margin: 0;
    font-size: clamp(32px, 3.6vw, 52px);
    line-height: 1.08;
    max-width: 20ch;
}
.hs-cta__lead {
    margin: 20px 0 0;
    font-size: 19px;
    line-height: 29px;
    color: rgba(255, 255, 255, .78);
    max-width: 40ch;
}

.hs-cta__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 36px;
}
.hs-cta__item {
    margin: 0;
    display: flex;
    gap: 12px;
    align-items: flex-start;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, .86);
}
.hs-cta__item svg {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    color: var(--hs-cyan);
}

.hs-cta__box {
    background: #fff;
    border-radius: 20px;
    padding: 40px 32px;
    box-shadow: 0 24px 56px rgba(10, 37, 69, .32);
    text-align: center;
    color: var(--hs-ink);
}
.hs-cta__box-title {
    margin: 0;
    font-family: 'Source Serif 4', Georgia, serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.15;
}
.hs-cta__box-text {
    margin: 14px 0 0;
    font-size: 16px;
    line-height: 25px;
    color: var(--hs-body);
}
.hs-cta__box-legal {
    margin: 16px 0 0;
    font-size: 12px;
    line-height: 18px;
    color: var(--hs-muted);
}

/* --- Form de agendamento (3 passos) ------------------------------------- */

.hs-form { text-align: left; }

.hs-form__top {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 22px;
}
.hs-form__step-label {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: var(--hs-muted);
}
.hs-form__dots {
    margin-left: auto;
    display: flex;
    gap: 6px;
    align-items: center;
}
.hs-form__dot {
    width: 8px;
    height: 8px;
    border: 0;
    padding: 0;
    border-radius: 999px;
    background: #D8E0EC;
    cursor: pointer;
    transition: all .2s ease;
}
.hs-form__dot.is-active { width: 24px; background: var(--hs-blue); }

/* Honeypot: fora da tela, mas sem display:none — bots costumam ignorar
   campos escondidos por display e ainda preencher este. */
.hs-form__trap {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.hs-form__step { display: none; flex-direction: column; gap: 12px; }
.hs-form__step.is-active { display: flex; }

.hs-form__hint {
    margin: 0 0 2px;
    font-size: 14px;
    line-height: 21px;
    color: var(--hs-body);
}

.hs-input {
    width: 100%;
    font-family: inherit;
    font-size: 15px;
    letter-spacing: -0.02em;
    color: var(--hs-ink);
    background: #fff;
    border: 1px solid #D8E0EC;
    border-radius: 8px;
    padding: 13px 14px;
    outline: none;
    transition: border-color .16s ease, box-shadow .16s ease;
}
.hs-input::placeholder { color: #8C98A8; }
.hs-input:focus {
    border-color: var(--hs-blue);
    box-shadow: 0 0 0 3px rgba(15, 122, 222, .16);
}
.hs-input.is-invalid {
    border-color: #C4342F;
    box-shadow: 0 0 0 3px rgba(196, 52, 47, .12);
}

/* --- Dropdown -----------------------------------------------------------
   Substitui o <select> nativo porque o <option> é desenhado pelo sistema e
   ignora padding, border-radius e hover. Ver o partial saude-dropdown. */

.hs-drop { position: relative; }

.hs-drop__trigger {
    display: flex;
    align-items: center;
    gap: 12px;
    text-align: left;
    cursor: pointer;
}
.hs-drop__valor {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hs-drop__valor.is-placeholder { color: #8C98A8; }

.hs-drop__chevron {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    color: var(--hs-blue);
    transition: transform .18s ease;
}
.hs-drop__trigger[aria-expanded="true"] {
    border-color: var(--hs-blue);
    box-shadow: 0 0 0 3px rgba(15, 122, 222, .16);
}
.hs-drop__trigger[aria-expanded="true"] .hs-drop__chevron { transform: rotate(180deg); }

.hs-drop__lista {
    position: absolute;
    z-index: 5;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    margin: 0;
    padding: 6px;
    list-style: none;
    max-height: 244px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #D8E0EC;
    border-radius: 10px;
    box-shadow: 0 16px 40px rgba(10, 37, 69, .18);
}
.hs-drop__lista[hidden] { display: none; }

.hs-drop__item {
    padding: 10px 12px;
    border-radius: 7px;
    font-size: 15px;
    line-height: 21px;
    color: var(--hs-ink);
    cursor: pointer;
}
.hs-drop__item:hover,
.hs-drop__item.is-focado { background: var(--hs-tint); }
.hs-drop__item[aria-selected="true"] {
    background: var(--hs-tint);
    color: var(--hs-blue);
    font-weight: 600;
}

.hs-form__btn {
    margin-top: 6px;
    width: 100%;
    justify-content: center;
}
.hs-form__btn:disabled { opacity: .6; cursor: default; transform: none; }

.hs-form__erro {
    margin: 14px 0 0;
    font-size: 14px;
    line-height: 21px;
    color: #C4342F;
}
.hs-form__erro[hidden] { display: none; }

.hs-form__sucesso[hidden] { display: none; }
.hs-form__sucesso-icone {
    width: 56px;
    height: 56px;
    margin: 0 auto 20px;
    border-radius: 999px;
    background: #D8EFDF;
    color: var(--hs-green);
    display: flex;
    align-items: center;
    justify-content: center;
}
.hs-form__sucesso-icone svg { width: 28px; height: 28px; }

/* --- Reveal ------------------------------------------------------------- */

.hs-reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .6s ease, transform .6s ease;
}
.hs-reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
    .hs-reveal { opacity: 1; transform: none; transition: none; }
    .hs-carousel__track { transition: none; }
}

/* --- Responsivo --------------------------------------------------------- */

@media (max-width: 1080px) {
    .hs-hero__grid { grid-template-columns: 1fr; min-height: 0; }
    .hs-hero__text { padding: 72px 0 36px; }
    .hs-hero__media { height: 420px; }
    .hs-hero__wood,
    .hs-hero__veil { inset: 0 -32px 0 -32px; }
    .hs-hero__veil {
        background: linear-gradient(180deg, rgba(10, 37, 69, .85) 0%, rgba(10, 37, 69, .25) 45%, rgba(10, 37, 69, .45) 100%);
    }
    .hs-hero__person {
        right: 50%;
        transform: translateX(50%);
        bottom: 0;
        width: 108%;
        max-width: 620px;
    }

    .hs-faq__grid { grid-template-columns: 1fr; gap: 36px; }
    .hs-faq__aside { position: static; }
    .hs-faq__lead { max-width: 52ch; }

    .hs-cta__grid { grid-template-columns: 1fr; gap: 40px; }
    .hs-cta__title, .hs-cta__lead { max-width: none; }
}

@media (max-width: 1080px) {
    .hs-grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .hs-slide--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
    .hs-grid-3 { grid-template-columns: 1fr; }

    .hs-resultados__grid { grid-template-columns: 1fr; }
    .hs-resultados__stats { order: 0; }
    .hs-resultados__title, .hs-resultados__disclaimer { max-width: none; }

    .hs-slide { padding: 4px 0; }
    .hs-slide--3,
    .hs-slide--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }

    .hs-carousel { padding: 0; }
    .hs-carousel__nav { display: none; }
}

@media (max-width: 640px) {
    .hs-wrap { padding: 0 20px; }
    .hs-dores, .hs-fluxo, .hs-resultados, .hs-faq, .hs-cta { padding: 64px 0; }
    .hs-modulos { padding: 72px 0; }
    .hs-btn { font-size: 17px; padding: 14px 22px; }
    .hs-hero__actions .hs-btn { width: 100%; justify-content: center; }
    .hs-resultados__stats { grid-template-columns: 1fr; }
    .hs-resultados__foto { grid-column: span 1; }
    .hs-claim { flex-direction: column; align-items: flex-start; gap: 14px; }
    .hs-stat { padding: 32px 22px; }
    .hs-stat__num { font-size: 48px; }
    .hs-cta__box { padding: 32px 24px; }

    .hs-grid-4 { grid-template-columns: 1fr; }

    /* No celular o carrossel deixa de ser carrossel: em 1 coluna o slide de 4
       passos passava de 1400px de altura e o de 3 herdava essa altura com um
       vazio embaixo, porque o track é flex e iguala os itens. Empilhar os 7
       cards resolve os dois problemas. O !important é para vencer o transform
       inline que o JS escreve no track. */
    .hs-carousel__track {
        display: block;
        transform: none !important;
    }
    .hs-slide { padding: 4px 0; }
    .hs-slide--3,
    .hs-slide--4 { grid-template-columns: 1fr; }
    .hs-dots { display: none; }

    .hs-passo__figura { height: 108px; margin-bottom: 14px; }
    .hs-passo__img { max-height: 108px; }
}
