/* CorreÃ§Ãµes finais Obten â€” carregar apÃ³s app.css */

:root {
    --ms-container-pad: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
}

/* Header largura total da pÃ¡gina */
.ms-header {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    border-bottom: 0;
    box-shadow: none;
}

html,
body.ms-store {
    overflow-x: clip;
}

body.ms-store .ms-header .ms-header-inner {
    width: 100%;
    max-width: 100% !important;
    margin: 0;
    padding-left: clamp(1.25rem, 4vw, 3rem);
    padding-right: clamp(1.25rem, 4vw, 3rem);
    box-sizing: border-box;
}

@media (min-width: 1200px) {
    :root {
        --ms-container-inset: max(var(--ms-container-pad), calc((100vw - 1240px) / 2 + var(--ms-container-pad)));
    }
}

@media (min-width: 1400px) {
    :root {
        --ms-container-inset: max(var(--ms-container-pad), calc((100vw - var(--ms-container-max)) / 2 + var(--ms-container-pad)));
    }
}

@media (min-width: 1600px) {
    :root {
        --ms-container-inset: max(var(--ms-container-pad), calc((100vw - 1520px) / 2 + var(--ms-container-pad)));
    }
}

body.ms-store .ms-header .ms-header-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    grid-template-columns: none;
    min-height: 78px;
}

body.ms-store .ms-header .ms-brand {
    margin: 0;
    padding: 0;
    flex-shrink: 0;
}

body.ms-store .ms-header .ms-header-nav {
    grid-column: auto;
    justify-self: auto;
    width: auto;
}

body.ms-store .ms-header .ms-header-end {
    display: flex;
    align-items: center;
    margin-left: auto;
    flex-shrink: 0;
}

body.ms-store .ms-header .ms-header-actions {
    grid-column: auto;
    justify-self: auto;
    margin: 0;
    padding: 0;
}

body.ms-store .ms-header .ms-header-actions .ms-btn-account,
body.ms-store .ms-header .ms-header-actions .ms-header-icon {
    margin: 0;
}

/* Hero mantÃ©m alinhamento com .container das seÃ§Ãµes */
.container.ms-hero-split-inner {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
}

/* Spotlight: mesmo recuo das seÃ§Ãµes .container (ex.: O que fazemos) */
.ms-home-spotlight-inner {
    margin: 0;
    margin-right: auto;
    padding-top: clamp(2.5rem, 5vw, 4rem);
    padding-bottom: clamp(2.5rem, 5vw, 4rem);
    padding-left: var(--ms-container-inset, var(--ms-container-pad));
    padding-right: var(--ms-container-pad);
}

@media (max-width: 991.98px) {
    .ms-home-spotlight-inner {
        padding-top: 2.25rem;
        padding-bottom: 2.25rem;
        padding-left: clamp(1.25rem, 4vw, 3rem);
        padding-right: clamp(1.25rem, 4vw, 3rem);
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 991.98px) {
    .ms-home-spotlight {
        position: relative;
        left: 50%;
        right: auto;
        width: 100vw;
        max-width: 100vw;
        margin-left: -50vw;
        margin-right: -50vw;
        background: #0f172a;
        overflow: hidden;
    }

    .ms-home-spotlight-grid {
        display: flex;
        flex-direction: column;
        gap: 0;
        width: 100%;
        min-height: 0;
    }

    .ms-home-spotlight-media,
    .ms-home-spotlight-copy {
        align-self: stretch;
        width: 100%;
        min-width: 100%;
        max-width: none;
    }

    .ms-home-spotlight-media {
        order: -1;
        min-height: 0;
        line-height: 0;
        margin: 0;
        padding: 0;
        border: 0;
        overflow: hidden;
    }

    .ms-home-spotlight-image {
        display: block;
        width: 100%;
        min-height: 280px;
        margin: 0;
        padding: 0;
        border: 0;
        vertical-align: bottom;
    }

    .ms-home-spotlight-copy {
        position: relative;
        z-index: 1;
        margin: 0;
        padding: 0;
        border: 0;
        box-shadow: none;
        margin-top: -1px;
    }

    .ms-home-spotlight [data-scroll-reveal] {
        transform: none;
    }

    .ms-home-spotlight [data-scroll-reveal].is-revealed {
        transform: none;
    }
}

@media (min-width: 1200px) {
    .ms-header-end {
        gap: 1.25rem 1.75rem;
    }

    .ms-header-nav {
        gap: 0.15rem 1.5rem;
    }
}

.ms-brand-logo {
    height: 44px;
    width: auto;
    max-width: 190px;
}

.ms-header-nav {
    gap: 0.2rem;
}

body.ms-store .ms-header-nav .ms-nav-link {
    font-size: 0.94rem;
    font-weight: 500;
    color: #111827;
    padding: 0.45rem 0.9rem;
}

body.ms-store .ms-header-nav .ms-nav-link:hover,
body.ms-store .ms-header-nav .ms-nav-link.is-active {
    color: var(--ms-primary);
}

body.ms-store .ms-header .ms-nav-mobile-link {
    font-size: 0.94rem;
}

body.ms-store .ms-header .ms-nav-mobile-link:hover {
    color: var(--ms-primary);
}

.ms-btn-account {
    border: 0;
    background: transparent;
    padding: 0.35rem 0.25rem;
    min-height: 0;
    border-radius: 999px;
    box-shadow: none;
}

.ms-btn-account span {
    font-size: 0.82rem;
    font-weight: 500;
    color: #111827;
}

.ms-btn-account i {
    font-size: 1rem;
}

@media (max-width: 1199.98px) {
    body.ms-store .ms-header .ms-header-actions {
        gap: 0.2rem;
    }

    body.ms-store .ms-header .ms-header-actions .ms-user-bar {
        display: none !important;
    }

    body.ms-store .ms-header .ms-header-actions .ms-btn-account,
    body.ms-store .ms-header .ms-header-actions .ms-nav-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        width: 2.5rem;
        height: 2.5rem;
        min-width: 2.5rem;
        min-height: 2.5rem;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        color: var(--ms-text);
    }

    body.ms-store .ms-header .ms-header-actions .ms-btn-account i,
    body.ms-store .ms-header .ms-header-actions .ms-nav-toggle i {
        font-size: 1.5rem;
        line-height: 1;
        color: inherit;
    }

    body.ms-store .ms-header .ms-header-actions .ms-btn-account:hover,
    body.ms-store .ms-header .ms-header-actions .ms-btn-account:focus-visible,
    body.ms-store .ms-header .ms-header-actions .ms-nav-toggle:hover,
    body.ms-store .ms-header .ms-header-actions .ms-nav-toggle:focus-visible {
        background: transparent;
        border: 0;
        box-shadow: none;
        transform: none;
        color: var(--ms-primary);
    }

    body.ms-store .ms-header .ms-header-actions .ms-btn-account span {
        display: none;
    }
}

body.ms-store .ms-header .ms-nav-mobile-account {
    margin-top: 0.25rem;
}

body.ms-store .ms-header .ms-nav-mobile .ms-btn-account {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    width: 100%;
    min-height: 2.75rem;
    padding: 0.75rem 1.25rem;
    border: 1px solid var(--ms-primary);
    border-radius: var(--ms-radius-sm);
    background: var(--ms-primary);
    color: #fff;
    font-size: 0.9rem;
    font-weight: var(--ms-fw-medium);
    text-decoration: none;
    box-shadow: 0 10px 28px -12px color-mix(in srgb, var(--ms-primary) 50%, transparent);
}

body.ms-store .ms-header .ms-nav-mobile .ms-btn-account i,
body.ms-store .ms-header .ms-nav-mobile .ms-btn-account span {
    color: #fff;
}

body.ms-store .ms-header .ms-nav-mobile .ms-btn-account i {
    font-size: 1.15rem;
    line-height: 1;
}

body.ms-store .ms-header .ms-nav-mobile .ms-btn-account span {
    display: inline;
    font-size: 0.9rem;
    font-weight: var(--ms-fw-medium);
}

body.ms-store .ms-header .ms-nav-mobile .ms-btn-account:hover,
body.ms-store .ms-header .ms-nav-mobile .ms-btn-account:focus-visible {
    background: var(--ms-primary);
    border-color: var(--ms-primary);
    color: #fff;
    filter: brightness(0.95);
    transform: none;
    box-shadow: 0 10px 28px -12px color-mix(in srgb, var(--ms-primary) 50%, transparent);
}

body.ms-store .ms-header .ms-nav-mobile .ms-btn-account:hover i,
body.ms-store .ms-header .ms-nav-mobile .ms-btn-account:hover span,
body.ms-store .ms-header .ms-nav-mobile .ms-btn-account:focus-visible i,
body.ms-store .ms-header .ms-nav-mobile .ms-btn-account:focus-visible span {
    color: #fff;
}

.ms-hero--split {
    background: #fff;
    padding: clamp(2.2rem, 5vw, 4.2rem) 0 clamp(1.8rem, 4vw, 3.4rem);
}

.ms-hero--split .ms-hero-grid {
    width: 100%;
    grid-template-columns: minmax(0, 1fr) minmax(0, 540px);
    justify-content: space-between;
    gap: clamp(1.25rem, 3vw, 2.75rem);
}

.ms-hero--split .ms-hero-copy {
    max-width: 34rem;
}

.ms-hero--split .ms-hero-title {
    font-size: clamp(2.1rem, 4vw, 3.1rem);
    line-height: 1.06;
    letter-spacing: -0.04em;
    color: #18233f;
    margin-bottom: 1.25rem;
}

.ms-hero--split .ms-hero-lead {
    color: #5f6778;
    max-width: 34rem;
    margin-bottom: 1.6rem;
}

/* BotÃ£o "Vamos conversar?" â€” padrÃ£o unificado (hero, spotlight, fundador) */
.ms-home-spotlight-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.95rem 2.1rem;
    font-size: 1.05rem;
    font-weight: var(--ms-fw-medium);
    font-family: inherit;
    line-height: 1.2;
    text-decoration: none;
    color: #fff;
    background: var(--ms-primary);
    border: 1px solid var(--ms-primary);
    border-radius: 10px;
    box-shadow: none;
    transition: filter 0.15s ease, transform 0.15s ease;
}

.ms-home-spotlight-btn:hover,
.ms-home-spotlight-btn:focus {
    color: #fff;
    filter: brightness(1.06);
    transform: translateY(-1px);
}

/* Nossos produtos â€” mesma largura do hero; slider com pÃ­lulas */
body.ms-store .container.ms-home-products-inner {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
}

.ms-home-products-nav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 1.35rem;
}

.ms-home-products-nav[hidden] {
    display: none !important;
}

.ms-home-products-pills {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    min-height: 1rem;
}

.ms-home-products-pill {
    position: relative;
    display: block;
    flex: 0 0 auto;
    width: 0.5rem;
    height: 0.5rem;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.32);
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    transition:
        width 0.38s cubic-bezier(0.22, 1, 0.36, 1),
        background 0.28s ease;
}

.ms-home-products-pill::before {
    content: '';
    position: absolute;
    inset: -0.65rem -0.45rem;
}

.ms-home-products-pill:hover {
    background: rgba(255, 255, 255, 0.55);
}

.ms-home-products-pill.is-active {
    width: 1.85rem;
    background: #fff;
}

.ms-home-products-pill.is-active::before {
    inset: -0.65rem -0.2rem;
}

.ms-home-products-pill:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 3px;
}

/* Anula dots antigos (losango) caso ainda existam no DOM */
.ms-home-products-dots,
.ms-home-products-dot {
    display: none !important;
}

.ms-home-products-card-btn {
    border-radius: 10px;
}

.ms-home-products-card {
    transition: none;
    box-shadow: none;
}

.ms-home-products-card:hover {
    transform: none;
    box-shadow: none;
}

/* CarrossÃ©is: evita corte da borda ao rolar / snap */
.ms-home-products,
.ms-home-tools,
.ms-home-trusted {
    overflow-x: visible;
    overflow-y: hidden;
}

.ms-home-products-carousel,
.ms-home-tools-carousel,
.ms-home-trusted-carousel {
    overflow: visible;
}

.ms-home-products-track,
.ms-home-tools-track,
.ms-home-trusted-track {
    padding-inline: 8px;
    scroll-padding-inline: 8px;
}

.ms-home-products-card,
.ms-tools-card,
.ms-trusted-card {
    scroll-margin-inline: 8px;
}

@media (max-width: 767.98px) {
    .ms-home-products-carousel {
        container-type: inline-size;
        container-name: products-carousel;
        overflow: hidden;
        width: 100%;
        max-width: 100%;
    }

    .ms-home-products-track {
        gap: 0.75rem;
        padding-inline: 0;
        scroll-padding-inline: 0;
    }

    .ms-home-products-card {
        flex: 0 0 100cqi;
        width: 100cqi;
        max-width: 100cqi;
        scroll-snap-align: start;
        scroll-margin-inline: 0;
        min-height: 0;
        padding: 1.35rem 1.2rem 1.45rem;
    }

    .ms-home-products-card-text {
        margin-bottom: 1.15rem;
        font-size: 0.9rem;
        line-height: 1.6;
    }

    .ms-home-products-card-btn {
        width: 100%;
        min-height: 44px;
        justify-content: center;
    }

    .ms-home-products-nav {
        margin-top: 1rem;
    }

    .ms-home-products-nav[data-scroll-reveal] {
        opacity: 1;
        transform: none;
    }
}

/* Ferramentas â€” alinhado ao hero, cards planos, slider com pÃ­lulas */
body.ms-store .container.ms-home-tools-inner {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
}

.ms-home-tools-head {
    max-width: 42rem;
    margin-bottom: clamp(1.75rem, 4vw, 2.5rem);
}

.ms-home-tools-carousel {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: visible;
    container-type: inline-size;
    container-name: tools-carousel;
}

.ms-home-tools-track {
    display: flex;
    gap: clamp(1rem, 2vw, 1.35rem);
    overflow-x: auto;
    overflow-y: visible;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 1px 4px 0.25rem;
    scroll-padding-inline: 4px;
    margin: 0;
    max-width: 100%;
    cursor: grab;
}

.ms-home-tools-track.is-dragging {
    cursor: grabbing;
    scroll-snap-type: none;
    scroll-behavior: auto;
    user-select: none;
}

.ms-home-tools-track::-webkit-scrollbar {
    display: none;
}

.ms-home-tools-nav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 1.35rem;
}

.ms-home-tools-nav[hidden] {
    display: none !important;
}

.ms-home-tools-pills {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    min-height: 1rem;
}

.ms-home-tools-pill {
    position: relative;
    display: block;
    flex: 0 0 auto;
    width: 0.5rem;
    height: 0.5rem;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.16);
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    transition:
        width 0.38s cubic-bezier(0.22, 1, 0.36, 1),
        background 0.28s ease;
}

.ms-home-tools-pill::before {
    content: '';
    position: absolute;
    inset: -0.65rem -0.45rem;
}

.ms-home-tools-pill:hover {
    background: rgba(15, 23, 42, 0.28);
}

.ms-home-tools-pill.is-active {
    width: 1.85rem;
    background: var(--ms-primary);
}

.ms-home-tools-pill.is-active::before {
    inset: -0.65rem -0.2rem;
}

.ms-home-tools-pill:focus-visible {
    outline: 2px solid var(--ms-primary);
    outline-offset: 3px;
}

.ms-tools-card {
    flex: 0 0 min(88vw, 18.5rem);
    max-width: min(88vw, 18.5rem);
    scroll-snap-align: start;
    min-height: 15.5rem;
    padding: clamp(1.35rem, 2.4vw, 1.75rem);
    border-radius: 14px;
    background: #fff;
    border: none;
    box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.08);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    transition: none;
}

.ms-tools-card::before {
    display: none;
}

.ms-tools-card:hover {
    transform: none;
    border-color: transparent;
    box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.08);
}

.ms-tools-card:hover::before {
    display: none;
}

.ms-tools-card-icon {
    width: 2.75rem;
    height: 2.75rem;
    margin-bottom: 1rem;
    border-radius: 10px;
    background: color-mix(in srgb, var(--ms-primary) 8%, #fff);
    font-size: 1.25rem;
    box-shadow: none;
    transition: none;
}

.ms-tools-card:hover .ms-tools-card-icon {
    transform: none;
}

.ms-tools-card--analytics .ms-tools-card-icon {
    color: #ea580c;
    background: #fff7ed;
}

.ms-tools-card--meta .ms-tools-card-icon {
    color: #2563eb;
    background: #eff6ff;
}

.ms-tools-card--messaging .ms-tools-card-icon {
    color: #7c3aed;
    background: #f5f3ff;
}

.ms-tools-card--whatsapp .ms-tools-card-icon {
    color: #16a34a;
    background: #f0fdf4;
}

.ms-tools-card--behavior .ms-tools-card-icon,
.ms-tools-card--monitoring .ms-tools-card-icon {
    color: var(--ms-primary);
    background: color-mix(in srgb, var(--ms-primary) 10%, #fff);
}

@container tools-carousel (min-width: 36rem) {
    .ms-tools-card {
        flex-basis: calc((100cqi - 1.35rem) / 2);
        max-width: calc((100cqi - 1.35rem) / 2);
    }
}

@container tools-carousel (min-width: 62rem) {
    .ms-tools-card {
        flex-basis: calc((100cqi - (1.35rem * 2)) / 3);
        max-width: calc((100cqi - (1.35rem * 2)) / 3);
    }
}

@container tools-carousel (min-width: 75rem) {
    .ms-tools-card {
        flex-basis: calc((100cqi - (1.35rem * 3)) / 4);
        max-width: calc((100cqi - (1.35rem * 3)) / 4);
    }
}

@media (max-width: 767.98px) {
    body.ms-store .container.ms-home-tools-inner {
        padding-left: clamp(1.25rem, 4vw, 3rem);
        padding-right: clamp(1.25rem, 4vw, 3rem);
    }

    .ms-home-tools {
        padding: 2.75rem 0 3.25rem;
        overflow: hidden;
    }

    .ms-home-tools-head {
        margin-bottom: 1.75rem;
    }

    .ms-home-tools-carousel {
        overflow: hidden;
        width: 100%;
        max-width: 100%;
    }

    .ms-home-tools-track {
        gap: 0.75rem;
        padding: 0;
        scroll-padding-inline: 0;
    }

    .ms-tools-card {
        flex: 0 0 100cqi;
        width: 100cqi;
        max-width: 100cqi;
        scroll-snap-align: start;
        scroll-margin-inline: 0;
        min-height: 0;
    }

    .ms-home-tools-nav {
        margin-top: 1rem;
    }

    .ms-home-tools-nav[data-scroll-reveal] {
        opacity: 1;
        transform: none;
    }
}

/* Empresas parceiras â€” mesma largura do hero; pÃ­lulas de navegaÃ§Ã£o */
body.ms-store .container.ms-home-trusted-inner {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
}

.ms-home-trusted-carousel {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: visible;
    container-type: inline-size;
    container-name: trusted-carousel;
}

.ms-home-trusted-track {
    overflow-y: visible;
    padding-top: 1px;
    padding-bottom: 0.5rem;
}

.ms-trusted-card {
    flex: 0 0 calc((100cqi - 0.85rem - 16px) / 2);
    max-width: calc((100cqi - 0.85rem - 16px) / 2);
}

@container trusted-carousel (min-width: 48rem) {
    .ms-trusted-card {
        flex-basis: calc((100cqi - (1.15rem * 2) - 16px) / 3);
        max-width: calc((100cqi - (1.15rem * 2) - 16px) / 3);
    }
}

.ms-home-trusted-nav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 1.35rem;
}

.ms-home-trusted-nav[hidden] {
    display: none !important;
}

.ms-home-trusted-pills {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    min-height: 1rem;
}

.ms-home-trusted-pill {
    position: relative;
    display: block;
    flex: 0 0 auto;
    width: 0.5rem;
    height: 0.5rem;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.16);
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    transition:
        width 0.38s cubic-bezier(0.22, 1, 0.36, 1),
        background 0.28s ease;
}

.ms-home-trusted-pill::before {
    content: '';
    position: absolute;
    inset: -0.65rem -0.45rem;
}

.ms-home-trusted-pill:hover {
    background: rgba(15, 23, 42, 0.28);
}

.ms-home-trusted-pill.is-active {
    width: 1.85rem;
    background: var(--ms-primary);
}

.ms-home-trusted-pill.is-active::before {
    inset: -0.65rem -0.2rem;
}

.ms-home-trusted-pill:focus-visible {
    outline: 2px solid var(--ms-primary);
    outline-offset: 3px;
}

@container trusted-carousel (min-width: 75rem) {
    .ms-trusted-card {
        flex-basis: calc((100cqi - (1.15rem * 4) - 16px) / 5);
        max-width: calc((100cqi - (1.15rem * 4) - 16px) / 5);
    }
}

.ms-trusted-card {
    border: none;
    box-shadow: inset 0 0 0 1px #e2e8f0;
    transition: none;
}

.ms-trusted-card:hover .ms-trusted-card-logo {
    filter: grayscale(100%);
    opacity: 0.72;
}

@media (max-width: 767.98px) {
    body.ms-store .container.ms-home-trusted-inner {
        padding-left: clamp(1.25rem, 4vw, 3rem);
        padding-right: clamp(1.25rem, 4vw, 3rem);
    }

    .ms-home-trusted {
        overflow: hidden;
    }

    .ms-home-trusted-carousel {
        overflow: hidden;
        width: 100%;
        max-width: 100%;
    }

    .ms-home-trusted-track {
        gap: 0.75rem;
        padding: 0;
        scroll-padding-inline: 0;
    }

    .ms-trusted-card {
        flex: 0 0 calc((100cqi - 0.75rem) / 2);
        width: calc((100cqi - 0.75rem) / 2);
        max-width: calc((100cqi - 0.75rem) / 2);
        scroll-snap-align: start;
        scroll-margin-inline: 0;
    }

    .ms-home-trusted-nav {
        margin-top: 1rem;
    }

    .ms-home-trusted-nav[data-scroll-reveal] {
        opacity: 1;
        transform: none;
    }
}

/* CTA comercial â€” gradiente horizontal e botÃ£o retangular */
body.ms-store .container.ms-home-cta-inner {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
}

.ms-home-cta-card {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    border-radius: 20px;
    background:
        radial-gradient(ellipse 115% 90% at 100% 100%, rgba(255, 255, 255, 0.92) 0%, rgba(236, 231, 255, 0.55) 20%, transparent 54%),
        radial-gradient(ellipse 85% 70% at 0% 0%, rgba(5, 2, 15, 0.96) 0%, transparent 62%),
        linear-gradient(90deg, #08041a 0%, #1a0f42 22%, #4a36a8 50%, #7d6ad4 74%, #ebe6ff 100%);
}

.ms-home-cta-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 78% 72%, rgba(255, 255, 255, 0.22) 0%, transparent 42%);
    pointer-events: none;
    z-index: 0;
}

.ms-home-cta-card > * {
    position: relative;
    z-index: 1;
}

.ms-home-cta-title {
    color: #fff;
    text-shadow: 0 2px 24px rgba(8, 4, 26, 0.32);
}

.ms-home-cta-lead {
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 1px 18px rgba(8, 4, 26, 0.28);
}

.ms-home-cta-btn {
    border-radius: 10px;
    background: #fff;
    color: #1a0f42;
    box-shadow: none;
    transition: filter 0.15s ease, background 0.15s ease;
}

.ms-home-cta-btn:hover,
.ms-home-cta-btn:focus {
    background: #fff;
    color: #1a0f42;
    transform: none;
    box-shadow: none;
    filter: brightness(0.97);
}

@media (max-width: 767.98px) {
    .ms-home-cta-card {
        border-radius: 16px;
    }
}

/* Fundador â€” duas colunas, shape recortada e botÃ£o roxo */
body.ms-store .container.ms-home-founder-inner {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
}

.ms-home-founder-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    align-items: center;
    gap: clamp(2rem, 4vw, 3.5rem);
}

.ms-home-founder-copy {
    max-width: 38rem;
}

.ms-home-founder-title {
    color: #0f172a;
}

.ms-home-founder-lead {
    color: #64748b;
}

.ms-home-founder-visual {
    position: relative;
    min-height: clamp(280px, 32vw, 420px);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0;
    background: transparent;
    border-radius: 0;
    overflow: visible;
}

.ms-home-founder-photo {
    position: relative;
    z-index: 1;
    width: min(100%, 24rem);
    max-height: clamp(280px, 36vw, 440px);
    object-fit: contain;
    object-position: bottom center;
}

@media (max-width: 991.98px) {
    .ms-home-founder-grid {
        grid-template-columns: 1fr;
    }

    .ms-home-founder-visual {
        order: -1;
        min-height: 280px;
    }

    .ms-home-founder-copy {
        max-width: none;
    }
}

@media (max-width: 767.98px) {
    body.ms-store .container.ms-home-founder-inner {
        padding-left: clamp(1.25rem, 4vw, 3rem);
        padding-right: clamp(1.25rem, 4vw, 3rem);
    }

    .ms-home-founder {
        padding: 2.5rem 0 3rem;
    }

    .ms-home-founder-grid {
        gap: 1.75rem;
    }

    .ms-home-founder-visual {
        order: -1;
        width: 100%;
        max-width: 22rem;
        min-height: auto;
        margin-inline: auto;
        padding: 0;
    }

    .ms-home-founder-photo {
        display: block;
        width: 100%;
        max-width: 22rem;
        max-height: min(72vw, 320px);
        margin-inline: auto;
    }

    .ms-home-founder-copy {
        max-width: none;
    }

    .ms-home-founder-title {
        margin-bottom: 1rem;
        font-size: clamp(1.6rem, 6.5vw, 2rem);
        line-height: 1.2;
    }

    .ms-home-founder-lead {
        margin-bottom: 1.5rem;
        font-size: 0.95rem;
        line-height: 1.65;
    }

    .ms-home-founder-actions {
        display: flex;
        width: 100%;
    }

    .ms-home-founder-actions .ms-home-spotlight-btn {
        width: 100%;
        max-width: none;
    }

    .ms-home-founder-copy [data-scroll-reveal] {
        opacity: 1;
        transform: none;
    }
}

/* Newsletter â€” tÃ­tulo Ã  esquerda, campo + botÃ£o retangulares */
.ms-home-newsletter {
    padding: 0 0 0.5rem;
    background: #fff;
}

.ms-home-newsletter-inner {
    grid-template-columns: auto minmax(0, 1fr);
    gap: clamp(0.85rem, 2vw, 1.35rem);
    align-items: start;
    max-width: 62rem;
    margin-inline: auto;
}

.ms-home-newsletter-title {
    font-size: clamp(1.55rem, 2.8vw, 2rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #0f172a;
}

.ms-home-newsletter-form-wrap {
    min-width: 0;
    max-width: 100%;
}

.ms-home-newsletter-field {
    width: 100%;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    box-shadow: none;
}

.ms-home-newsletter-input {
    padding: 0.95rem 1.15rem;
    font-size: 0.95rem;
    color: #0f172a;
}

.ms-home-newsletter-input::placeholder {
    color: #94a3b8;
}

.ms-home-newsletter-submit {
    padding: 0 1.5rem;
    background: var(--ms-primary);
    color: #fff;
    font-size: 0.95rem;
    font-weight: var(--ms-fw-medium);
    border-radius: 0 10px 10px 0;
    box-shadow: none;
    transition: filter 0.15s ease;
}

.ms-home-newsletter-submit:hover {
    filter: brightness(1.05);
    color: #fff;
}

.ms-home-newsletter-legal {
    margin: 0.75rem 0 0;
    font-size: 0.72rem;
    line-height: 1.55;
    color: #64748b;
}

.ms-home-newsletter-legal a {
    color: #475569;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.ms-home-newsletter-legal a:hover {
    color: var(--ms-primary);
}

@media (max-width: 991.98px) {
    .ms-home-newsletter-inner {
        grid-template-columns: 1fr;
        max-width: 42rem;
    }
}

@media (max-width: 575.98px) {
    .ms-home-newsletter-field {
        flex-direction: row;
        border-radius: 10px;
    }

    .ms-home-newsletter-input {
        padding: 0.85rem 0.9rem;
        font-size: 0.9rem;
    }

    .ms-home-newsletter-submit {
        width: auto;
        min-height: 46px;
        padding: 0 1.1rem;
        font-size: 0.9rem;
        border-radius: 0 9px 9px 0;
    }
}

/* Cancelamento da newsletter */
.ms-newsletter-unsubscribe {
    padding: clamp(3rem, 8vw, 5rem) 0;
}

.ms-newsletter-unsubscribe-card {
    max-width: 32rem;
    margin-inline: auto;
    padding: clamp(2rem, 5vw, 2.75rem);
    text-align: center;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    box-shadow: 0 12px 40px -24px rgba(15, 23, 42, 0.12);
}

.ms-newsletter-unsubscribe-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.25rem;
    height: 3.25rem;
    margin-bottom: 1rem;
    border-radius: 999px;
    background: color-mix(in srgb, var(--ms-primary) 12%, #fff);
    color: var(--ms-primary);
    font-size: 1.5rem;
}

.ms-newsletter-unsubscribe-icon--error {
    background: #fef2f2;
    color: #dc2626;
}

.ms-newsletter-unsubscribe-icon--muted {
    background: #f8fafc;
    color: #64748b;
}

.ms-newsletter-unsubscribe-title {
    margin: 0 0 0.75rem;
    font-size: clamp(1.35rem, 3vw, 1.75rem);
    font-weight: 800;
    line-height: 1.15;
    color: #0f172a;
}

.ms-newsletter-unsubscribe-lead {
    margin: 0 0 1.5rem;
    font-size: 0.98rem;
    line-height: 1.6;
    color: #64748b;
}

.ms-newsletter-unsubscribe-form {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}

/* â€”â€” RodapÃ© (tema escuro) â€”â€” */
body.ms-store .ms-footer {
    margin-top: 0;
    padding: clamp(2.75rem, 5vw, 3.5rem) 0 clamp(1.75rem, 3vw, 2.25rem);
    background: #0f172a;
    color: rgba(255, 255, 255, 0.62);
    border-top: 0;
}

body.ms-store .ms-footer-inner {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding-left: clamp(1.25rem, 4vw, 3rem);
    padding-right: clamp(1.25rem, 4vw, 3rem);
    box-sizing: border-box;
}

body.ms-store .ms-footer-grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr) minmax(0, 0.85fr) minmax(0, 1.1fr) minmax(0, 0.6fr);
    gap: 2rem 2.5rem;
    padding-bottom: clamp(2rem, 4vw, 2.75rem);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body.ms-store .ms-footer-grid:not(:has(.ms-footer-col--social)) {
    grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.9fr) minmax(0, 0.9fr) minmax(0, 1.2fr);
}

body.ms-store .ms-footer-logo {
    filter: brightness(0) invert(1);
    max-width: 160px;
    max-height: 42px;
}

@media (max-width: 991.98px) {
    body.ms-store .ms-footer-logo {
        max-width: 140px;
        max-height: 38px;
    }
}

@media (max-width: 575.98px) {
    body.ms-store .ms-footer-logo {
        max-width: 115px;
        max-height: 32px;
    }
}

body.ms-store .ms-footer-brand-name {
    color: #fff;
}

body.ms-store .ms-footer-tagline {
    color: rgba(255, 255, 255, 0.62);
}

body.ms-store .ms-footer-col-title {
    color: rgba(255, 255, 255, 0.45);
}

body.ms-store .ms-footer-links a {
    color: rgba(255, 255, 255, 0.92);
}

body.ms-store .ms-footer-links a:hover {
    color: #fff;
}

body.ms-store .ms-footer-contact-icon--wa {
    background: transparent;
    border: 0;
    color: #4ade80;
    box-shadow: none;
}

body.ms-store .ms-footer-contact-icon--mail,
body.ms-store .ms-footer-contact-icon--help {
    background: transparent;
    border: 0;
    color: rgba(255, 255, 255, 0.55);
}

body.ms-store .ms-footer-contact-label {
    color: rgba(255, 255, 255, 0.45);
}

body.ms-store .ms-footer-contact-value {
    color: rgba(255, 255, 255, 0.92);
}

body.ms-store .ms-footer-contact-hint {
    color: rgba(255, 255, 255, 0.55);
}

body.ms-store .ms-footer-contact-badge {
    padding: 0.2rem 0.55rem;
    font-size: 0.625rem;
    font-weight: var(--ms-fw-medium);
    color: #fff;
    background: #22c55e;
    border-radius: 4px;
}

body.ms-store .ms-footer-contact-card:hover .ms-footer-contact-value,
body.ms-store .ms-footer-contact-card:hover .ms-footer-contact-hint,
body.ms-store .ms-footer-contact-card:hover .ms-footer-contact-icon--mail,
body.ms-store .ms-footer-contact-card:hover .ms-footer-contact-icon--help,
body.ms-store .ms-footer-contact-card:hover .ms-footer-contact-icon--wa {
    color: #fff;
}

body.ms-store .ms-footer-social-inline-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 6px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 1rem;
    transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease;
}

body.ms-store .ms-footer-social-inline-link:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.45);
    background: rgba(255, 255, 255, 0.06);
    transform: none;
}

body.ms-store .ms-footer-social-inline-link .bi {
    font-size: 1rem;
}

body.ms-store .ms-footer-bar {
    margin-top: clamp(1.5rem, 3vw, 2rem);
    align-items: flex-end;
}

body.ms-store .ms-footer-bar-start {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    min-width: 0;
}

body.ms-store .ms-footer-nav a {
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.8125rem;
}

body.ms-store .ms-footer-nav a:hover {
    color: rgba(255, 255, 255, 0.88);
}

body.ms-store .ms-footer-sep {
    color: rgba(255, 255, 255, 0.22);
}

body.ms-store .ms-footer-legal {
    margin: 0;
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.45);
}

body.ms-store .ms-lang-trigger {
    color: rgba(255, 255, 255, 0.62);
}

body.ms-store .ms-lang-trigger:hover {
    color: rgba(255, 255, 255, 0.92);
}

body.ms-store .ms-lang-trigger-icon {
    color: rgba(255, 255, 255, 0.45);
}

@media (max-width: 991.98px) {
    body.ms-store .ms-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    body.ms-store .ms-footer-grid {
        grid-template-columns: 1fr;
    }

    body.ms-store .ms-footer-bar {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.25rem;
    }
}

/* â€”â€” Processo: Ã­cones planos, sem hover â€”â€” */
.ms-process-card:hover {
    transform: none;
    border-color: rgba(99, 102, 241, 0.08);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.9) inset,
        0 20px 44px -32px rgba(30, 42, 74, 0.22);
}

.ms-process-card-icon {
    width: 3.25rem;
    height: 3.25rem;
    margin-bottom: 1.35rem;
    border-radius: 14px;
    font-size: 1.45rem;
    background: var(--ms-primary);
    box-shadow: none;
}

[data-scroll-reveal][data-scroll-delay="1"] { transition-delay: 0.08s; }
[data-scroll-reveal][data-scroll-delay="2"] { transition-delay: 0.18s; }
[data-scroll-reveal][data-scroll-delay="3"] { transition-delay: 0.28s; }
[data-scroll-reveal][data-scroll-delay="4"] { transition-delay: 0.38s; }

.ms-hero-visual {
    display: flex !important;
    justify-content: center;
    align-self: center;
    min-width: 0;
}

.ms-hero-image {
    display: block;
    width: 100%;
    max-width: 490px;
    height: auto;
}

/* WhatsApp flutuante â€” centro vertical, afastado da borda */
.ms-whatsapp-float {
    position: fixed;
    top: 50%;
    bottom: auto;
    right: clamp(2.75rem, 7vw, 4.5rem);
    width: 58px;
    height: 58px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #25d366;
    color: #fff;
    box-shadow: 0 14px 30px -16px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
    transform: translateY(-50%);
    filter: none;
    z-index: 1060;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.ms-whatsapp-float.is-visible {
    transform: translateY(-50%);
    opacity: 1;
}

.ms-whatsapp-float .bi {
    font-size: 1.65rem;
    line-height: 1;
}

.ms-whatsapp-float:hover,
.ms-whatsapp-float.is-visible:hover {
    color: #fff;
    transform: translateY(calc(-50% - 2px)) scale(1.05);
    filter: none;
    box-shadow: 0 18px 36px -14px rgba(0, 0, 0, 0.4);
}

.ms-nav-link--stacked {
    position: relative;
    display: inline-flex;
    align-items: center;
    line-height: 1.2;
}

.ms-nav-link-eyebrow {
    position: absolute;
    top: -0.12rem;
    left: 1rem;
    font-size: 0.58rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--ms-primary);
    filter: brightness(0.8);
    line-height: 1;
    white-space: nowrap;
    pointer-events: none;
}

.ms-nav-link-label {
    font: inherit;
}

.ms-nav-mobile-link--stacked {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    line-height: 1.15;
}

.ms-nav-mobile-eyebrow {
    display: block;
    font-size: 0.58rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--ms-primary);
    line-height: 1.2;
}

.ms-nav-mobile-link--stacked:hover .ms-nav-mobile-eyebrow,
.ms-nav-mobile-link--stacked:focus-visible .ms-nav-mobile-eyebrow {
    color: var(--ms-primary);
}

@media (max-width: 991.98px) {
    body.ms-store .container.ms-hero-split-inner {
        padding-left: clamp(1.25rem, 4vw, 3rem);
        padding-right: clamp(1.25rem, 4vw, 3rem);
    }

    .ms-hero--split {
        padding: 1.75rem 0 2rem;
    }

    .ms-hero--split .ms-hero-grid {
        grid-template-columns: 1fr;
        justify-content: initial;
        gap: 1.25rem;
    }

    .ms-hero--split .ms-hero-copy {
        max-width: none;
    }

    .ms-hero--split .ms-hero-title {
        max-width: none;
        font-size: clamp(1.7rem, 6.2vw, 2.25rem);
        line-height: 1.18;
        letter-spacing: -0.03em;
        margin-bottom: 0.85rem;
    }

    .ms-hero--split .ms-hero-lead {
        max-width: none;
        margin-bottom: 1.15rem;
        font-size: 0.9375rem;
        line-height: 1.6;
    }

    .ms-hero--split .ms-hero-actions {
        display: flex;
        width: 100%;
        margin-bottom: 0;
    }

    .ms-hero--split .ms-hero-actions .ms-home-spotlight-btn {
        width: 100%;
        max-width: none;
        min-height: 48px;
        padding: 0.9rem 1.35rem;
        font-size: 1rem;
    }

    .ms-hero-visual {
        display: flex;
        justify-content: center;
        margin-top: 0.15rem;
    }

    .ms-hero-image {
        display: block;
        width: 100%;
        max-width: min(100%, 400px);
        height: auto;
        margin-inline: auto;
    }

    .ms-hero-copy [data-scroll-reveal],
    .ms-hero-visual[data-scroll-reveal] {
        opacity: 1;
        transform: none;
    }

    .ms-catalog-hero {
        gap: 1rem;
        margin-bottom: 1.25rem;
        padding-bottom: 1rem;
    }

    .ms-catalog-hero-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .ms-catalog-search-bar .ms-search {
        min-height: 52px;
        border-radius: 18px;
        flex-wrap: wrap;
        padding: 0.35rem;
    }

    .ms-catalog-search-bar .ms-search-category {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #e8ecef;
        padding: 0.25rem 0.5rem 0.35rem;
    }

    .ms-catalog-search-bar .ms-cat-dropdown {
        max-width: none;
        width: 100%;
    }

    .ms-catalog-search-bar .ms-search-field {
        flex: 1;
        min-width: 0;
    }

    .ms-catalog-search-bar .ms-search-submit {
        width: 2.75rem;
        height: 2.75rem;
    }
}

@media (max-width: 767.98px) {
    .ms-hero--split {
        padding: 1.35rem 0 1.75rem;
    }

    .ms-hero--split .ms-hero-grid {
        gap: 1rem;
    }

    .ms-hero--split .ms-hero-title {
        font-size: clamp(1.55rem, 6.8vw, 2rem);
        margin-bottom: 0.75rem;
    }

    .ms-hero--split .ms-hero-lead {
        margin-bottom: 0.95rem;
        font-size: 0.9rem;
        line-height: 1.65;
    }

    .ms-hero-image {
        max-width: 100%;
    }
}

/* Dropdown categorias — seleção com cor primária, sem pílula */
.ms-cat-dropdown-menu button {
    border-radius: var(--ms-radius-sm);
}

.ms-cat-dropdown-menu button.is-selected,
.ms-cat-dropdown-menu button[aria-selected="true"] {
    background: var(--ms-primary);
    color: #fff;
    font-weight: var(--ms-fw-medium);
}

.ms-cat-dropdown-menu button.is-selected:hover,
.ms-cat-dropdown-menu button[aria-selected="true"]:hover {
    background: var(--ms-primary);
    color: #fff;
    filter: brightness(0.95);
}

/* Página do produto — avaliações */
.ms-product-reviews {
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid var(--ms-border);
    max-width: 40rem;
}

.ms-product-reviews-header {
    margin-bottom: 1.25rem;
}

.ms-product-reviews-title {
    margin: 0 0 1rem;
    font-family: var(--ms-display);
    font-size: clamp(1.15rem, 2.2vw, 1.35rem);
    font-weight: var(--ms-fw-heading);
    letter-spacing: -0.02em;
    color: var(--ms-text);
}

.ms-product-reviews-summary {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.15rem;
    background: color-mix(in srgb, var(--ms-primary) 5%, #fff);
    border: 1px solid color-mix(in srgb, var(--ms-primary) 12%, var(--ms-border));
    border-radius: var(--ms-radius-sm);
}

.ms-product-reviews-score {
    flex-shrink: 0;
    font-family: var(--ms-display);
    font-size: clamp(1.85rem, 4vw, 2.25rem);
    font-weight: var(--ms-fw-heading);
    line-height: 1;
    letter-spacing: -0.03em;
    color: var(--ms-text);
}

.ms-product-reviews-summary-detail {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
    min-width: 0;
}

.ms-product-reviews-summary-detail .ms-stars-display {
    font-size: 0.9rem;
    gap: 0.15rem;
}

.ms-product-reviews-summary-text {
    font-size: 0.8125rem;
    line-height: 1.45;
    color: var(--ms-text-muted);
}

.ms-product-reviews-list {
    gap: 0.75rem;
}

.ms-product-review-item {
    padding: 1rem 1.1rem;
    background: #fff;
    border: 1px solid var(--ms-border);
    border-radius: var(--ms-radius-sm);
    box-shadow: 0 10px 28px -22px rgba(15, 23, 42, 0.14);
}

.ms-product-review-item:last-child {
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--ms-border);
}

.ms-product-review-item-head {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.ms-product-review-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 50%;
    background: color-mix(in srgb, var(--ms-primary) 12%, #fff);
    color: var(--ms-primary);
    font-size: 0.75rem;
    font-weight: var(--ms-fw-heading);
    letter-spacing: 0.02em;
}

.ms-product-review-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.3rem;
    min-width: 0;
    flex: 1;
}

.ms-product-review-meta-top {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.35rem 0.65rem;
    width: 100%;
}

.ms-product-review-author {
    font-size: 0.875rem;
    font-weight: var(--ms-fw-heading);
    color: var(--ms-text);
}

.ms-product-review-date {
    font-size: 0.75rem;
    color: var(--ms-text-muted);
}

.ms-product-review-title {
    margin: 0 0 0.35rem;
    font-size: 0.9375rem;
    font-weight: var(--ms-fw-heading);
    line-height: 1.35;
    color: var(--ms-text);
}

.ms-product-review-comment {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.6;
    color: var(--ms-text-muted);
}

@media (max-width: 575.98px) {
    .ms-product-reviews {
        margin-top: 2rem;
        padding-top: 1.5rem;
    }

    .ms-product-reviews-summary {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.65rem;
        padding: 0.9rem 1rem;
    }

    .ms-product-review-item {
        padding: 0.9rem 0.95rem;
    }

    .ms-product-review-avatar {
        width: 2.1rem;
        height: 2.1rem;
        font-size: 0.6875rem;
    }
}

/* Card produto â€” CTA com primÃ¡ria suave */
.product-card-cta {
    background: color-mix(in srgb, var(--ms-primary) 14%, #fff);
    border-color: color-mix(in srgb, var(--ms-primary) 32%, #e5e7eb);
    color: color-mix(in srgb, var(--ms-primary) 78%, #14532d);
}

.product-card-cta:hover {
    background: color-mix(in srgb, var(--ms-primary) 22%, #fff);
    border-color: color-mix(in srgb, var(--ms-primary) 42%, #d1d5db);
    color: color-mix(in srgb, var(--ms-primary) 88%, #0f172a);
}

/* BotÃµes primÃ¡rios â€” texto e Ã­cones brancos */
body.ms-store .ms-btn-primary,
body.ms-store a.ms-btn.ms-btn-primary,
body.ms-store button.ms-btn.ms-btn-primary,
body.ms-store .ms-hero-btn--primary,
body.ms-store a.ms-hero-btn.ms-hero-btn--primary,
body.ms-store button.ms-hero-btn.ms-hero-btn--primary {
    color: #fff;
}

body.ms-store .ms-btn-primary i,
body.ms-store a.ms-btn.ms-btn-primary i,
body.ms-store button.ms-btn.ms-btn-primary i,
body.ms-store .ms-hero-btn--primary i,
body.ms-store a.ms-hero-btn.ms-hero-btn--primary i,
body.ms-store button.ms-hero-btn.ms-hero-btn--primary i {
    color: #fff;
}

body.ms-store .ms-btn-primary:hover,
body.ms-store a.ms-btn.ms-btn-primary:hover,
body.ms-store button.ms-btn.ms-btn-primary:hover,
body.ms-store .ms-btn-primary:focus-visible,
body.ms-store a.ms-btn.ms-btn-primary:focus-visible,
body.ms-store button.ms-btn.ms-btn-primary:focus-visible,
body.ms-store .ms-hero-btn--primary:hover,
body.ms-store a.ms-hero-btn.ms-hero-btn--primary:hover,
body.ms-store button.ms-hero-btn.ms-hero-btn--primary:hover,
body.ms-store .ms-hero-btn--primary:focus-visible,
body.ms-store a.ms-hero-btn.ms-hero-btn--primary:focus-visible,
body.ms-store button.ms-hero-btn.ms-hero-btn--primary:focus-visible {
    color: #fff;
}

body.ms-store .ms-btn-primary:hover i,
body.ms-store .ms-btn-primary:focus-visible i,
body.ms-store .ms-hero-btn--primary:hover i,
body.ms-store .ms-hero-btn--primary:focus-visible i {
    color: #fff;
}

/* Toast sucesso â€” fundo primÃ¡ria suave */
.ms-toast--success {
    background: color-mix(in srgb, var(--ms-primary) 14%, #fff);
    color: color-mix(in srgb, var(--ms-primary) 82%, #18181b);
    border: 1px solid color-mix(in srgb, var(--ms-primary) 32%, #e5e7eb);
    box-shadow: 0 12px 32px -16px color-mix(in srgb, var(--ms-primary) 22%, transparent);
}

.ms-toast--success i {
    color: var(--ms-primary);
}

/* Carrinho flutuante — mesmo formato/posição do WhatsApp (acima dele) */
.ms-cart-float {
    position: fixed;
    right: clamp(2.75rem, 7vw, 4.5rem);
    z-index: 1061;
    display: none;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 12px;
    background: color-mix(in srgb, var(--ms-primary) 14%, #fff);
    border: 1px solid color-mix(in srgb, var(--ms-primary) 32%, #e5e7eb);
    color: color-mix(in srgb, var(--ms-primary) 82%, #18181b);
    box-shadow: 0 14px 30px -16px color-mix(in srgb, var(--ms-primary) 28%, transparent);
    text-decoration: none;
    transition:
        opacity 0.3s ease,
        transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.15s ease;
}

.ms-cart-float.is-visible {
    display: inline-flex;
    opacity: 1;
    pointer-events: auto;
}

@media (min-width: 768px) {
    .ms-cart-float.is-visible {
        top: 50%;
        transform: translateY(-50%);
    }

    body.ms-store:has(.ms-whatsapp-float) .ms-cart-float.is-visible {
        top: calc(50% - 4rem);
    }

    .ms-cart-float.is-visible:hover {
        transform: translateY(calc(-50% - 2px)) scale(1.05);
    }

    .ms-cart-float.is-bump {
        animation: ms-cart-float-bump 0.55s ease;
    }
}

.ms-cart-float .bi {
    font-size: 1.65rem;
    line-height: 1;
}

.ms-cart-float-count {
    position: absolute;
    top: -6px;
    right: -6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.25rem;
    height: 1.25rem;
    padding: 0 0.3rem;
    border-radius: 999px;
    background: var(--ms-primary);
    color: #fff;
    font-size: 0.6875rem;
    font-weight: 600;
    line-height: 1;
    border: 2px solid #fff;
}

.ms-cart-float.is-visible:hover {
    color: color-mix(in srgb, var(--ms-primary) 90%, #0f172a);
    box-shadow: 0 18px 36px -14px color-mix(in srgb, var(--ms-primary) 36%, transparent);
}

@keyframes ms-cart-float-bump {
    0%,
    100% {
        transform: translateY(-50%) scale(1);
    }

    45% {
        transform: translateY(-50%) scale(1.12);
    }
}

@media (max-width: 767.98px) {
    .ms-whatsapp-float,
    .ms-whatsapp-float.is-visible {
        top: auto;
        right: 1rem;
        bottom: calc(1rem + env(safe-area-inset-bottom, 0px));
        width: 48px;
        height: 48px;
        border-radius: 10px;
        transform: none;
    }

    .ms-whatsapp-float .bi {
        font-size: 1.4rem;
    }

    .ms-whatsapp-float:hover,
    .ms-whatsapp-float.is-visible:hover {
        transform: translateY(-2px) scale(1.05);
    }

    body.ms-store:has(.ms-whatsapp-float) .ms-cart-float.is-visible {
        top: auto;
        right: 1rem;
        bottom: calc(1rem + 48px + 0.35rem + env(safe-area-inset-bottom, 0px));
        width: 48px;
        height: 48px;
        border-radius: 10px;
        transform: none;
    }

    body.ms-store:not(:has(.ms-whatsapp-float)) .ms-cart-float.is-visible {
        top: auto;
        right: 1rem;
        bottom: calc(1rem + env(safe-area-inset-bottom, 0px));
        width: 48px;
        height: 48px;
        border-radius: 10px;
        transform: none;
    }

    .ms-cart-float .bi {
        font-size: 1.4rem;
    }

    .ms-cart-float-count {
        top: -5px;
        right: -5px;
        min-width: 1.1rem;
        height: 1.1rem;
        font-size: 0.625rem;
        border-width: 1.5px;
    }

    .ms-cart-float.is-visible:hover {
        transform: translateY(-2px) scale(1.05);
    }

    .ms-cart-float.is-bump {
        animation: ms-cart-float-bump-mobile 0.55s ease;
    }
}

@keyframes ms-cart-float-bump-mobile {
    0%,
    100% {
        transform: scale(1);
    }

    45% {
        transform: scale(1.12);
    }
}

/* Carrinho â€” botÃµes secundÃ¡rios com primÃ¡ria suave */
.ms-cart-page .ms-btn-dark,
.ms-cart-page a.ms-btn.ms-btn-dark,
.ms-cart-page button.ms-btn.ms-btn-dark {
    background: color-mix(in srgb, var(--ms-primary) 14%, #fff);
    border-color: color-mix(in srgb, var(--ms-primary) 32%, #e5e7eb);
    color: var(--ms-primary);
}

.ms-cart-page .ms-btn-dark i,
.ms-cart-page a.ms-btn.ms-btn-dark i,
.ms-cart-page button.ms-btn.ms-btn-dark i {
    color: var(--ms-primary);
}

.ms-cart-page .ms-btn-dark:hover,
.ms-cart-page a.ms-btn.ms-btn-dark:hover,
.ms-cart-page button.ms-btn.ms-btn-dark:hover,
.ms-cart-page .ms-btn-dark:focus-visible,
.ms-cart-page a.ms-btn.ms-btn-dark:focus-visible,
.ms-cart-page button.ms-btn.ms-btn-dark:focus-visible {
    background: color-mix(in srgb, var(--ms-primary) 22%, #fff);
    border-color: color-mix(in srgb, var(--ms-primary) 42%, #d1d5db);
    color: var(--ms-primary);
}

.ms-cart-page .ms-btn-dark:hover i,
.ms-cart-page .ms-btn-dark:focus-visible i,
.ms-cart-page a.ms-btn.ms-btn-dark:hover i,
.ms-cart-page a.ms-btn.ms-btn-dark:focus-visible i,
.ms-cart-page button.ms-btn.ms-btn-dark:hover i,
.ms-cart-page button.ms-btn.ms-btn-dark:focus-visible i {
    color: var(--ms-primary);
}

/* Checkout â€” opÃ§Ãµes de pagamento sem fundo amarelado */
.ms-checkout-pay-card {
    background: color-mix(in srgb, var(--ms-primary) 5%, #fff);
    border-color: color-mix(in srgb, var(--ms-primary) 16%, #eef0f2);
}

.ms-checkout-pay-card strong {
    color: color-mix(in srgb, var(--ms-primary) 88%, #18181b);
}

.ms-checkout-pay-option input:checked + .ms-checkout-pay-card {
    background: #fff;
    border-color: var(--ms-primary);
    box-shadow: 0 0 0 1px color-mix(in srgb, var(--ms-primary) 35%, transparent);
}

/* â€”â€” PÃ¡gina PortfÃ³lio â€”â€” */
.ms-portfolio-page {
    padding: clamp(2.5rem, 5vw, 4rem) 0 clamp(4rem, 7vw, 5.5rem);
    background: #fff;
}

.ms-portfolio-page-inner,
.ms-portfolio-believe-inner,
.ms-portfolio-benefits-inner {
    padding-left: var(--ms-container-inset, var(--ms-container-pad));
    padding-right: var(--ms-container-inset, var(--ms-container-pad));
}

.ms-portfolio-page-head {
    margin-bottom: clamp(2rem, 4vw, 3rem);
    max-width: 42rem;
}

.ms-portfolio-page-title {
    margin: 0 0 0.75rem;
    font-family: var(--ms-display);
    font-size: clamp(2rem, 3.6vw, 2.75rem);
    font-weight: var(--ms-fw-heading);
    letter-spacing: -0.03em;
    color: #0f172a;
}

.ms-portfolio-page-lead {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.65;
    color: #64748b;
}

.ms-portfolio-page-empty {
    margin: 0;
    padding: 3rem 0;
    text-align: center;
    color: #64748b;
}

.ms-portfolio-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

@media (min-width: 768px) {
    .ms-portfolio-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.1rem;
    }
}

@media (min-width: 1200px) {
    .ms-portfolio-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 1.15rem;
    }
}

.ms-portfolio-card {
    min-width: 0;
}

.ms-portfolio-card-inner {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    height: 100%;
    min-height: 8.5rem;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 28px -18px rgba(15, 23, 42, 0.22);
    overflow: hidden;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.ms-portfolio-card-inner:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 34px -14px rgba(15, 23, 42, 0.26);
}

.ms-portfolio-card-media {
    position: relative;
    flex: 0 0 42%;
    max-width: 9.5rem;
    align-self: stretch;
    background-color: var(--portfolio-bg, #552fe3);
    background-image:
        linear-gradient(45deg, rgba(255, 255, 255, 0.11) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, 0.11) 75%),
        linear-gradient(45deg, rgba(255, 255, 255, 0.11) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, 0.11) 75%);
    background-size: 18px 18px;
    background-position: 0 0, 9px 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.65rem 0.5rem;
    overflow: hidden;
}

.ms-portfolio-card-shot {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    object-fit: contain;
    object-position: center center;
    filter: drop-shadow(0 6px 14px rgba(15, 23, 42, 0.2));
}

.ms-portfolio-card-shot-placeholder {
    display: block;
    width: 72%;
    height: auto;
    aspect-ratio: 4 / 3;
    max-height: 72%;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.16);
}

.ms-portfolio-card-body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0.75rem;
    padding: 0.85rem 0.9rem 0.85rem 0.75rem;
}

.ms-portfolio-card-title {
    margin: 0;
    font-size: clamp(0.84rem, 1.1vw, 0.98rem);
    font-weight: var(--ms-fw-heading);
    line-height: 1.35;
    letter-spacing: -0.01em;
    color: #0f172a;
}

.ms-portfolio-card-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.5rem 0.85rem;
    font-size: 0.68rem;
    font-weight: var(--ms-fw-heading);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    color: #334155;
    background: #e9eef5;
    border-radius: var(--ms-radius-sm);
    white-space: nowrap;
    transition: background 0.15s ease, color 0.15s ease;
}

.ms-portfolio-card-btn:hover {
    color: #0f172a;
    background: #dde5f0;
}

.ms-portfolio-card-btn--static {
    opacity: 0.55;
    cursor: default;
}

/* PortfÃ³lio: acreditamos no seu sonho */
.ms-portfolio-believe {
    position: relative;
    padding: clamp(5rem, 9vw, 7rem) 0;
    background:
        radial-gradient(ellipse 90% 80% at 100% 0%, rgba(255, 255, 255, 0.14) 0%, transparent 55%),
        radial-gradient(ellipse 70% 60% at 0% 100%, rgba(0, 0, 0, 0.22) 0%, transparent 58%),
        linear-gradient(135deg, color-mix(in srgb, var(--ms-primary) 88%, #1a1440) 0%, var(--ms-primary) 48%, color-mix(in srgb, var(--ms-primary) 72%, #4338ca) 100%);
    color: #fff;
    overflow: hidden;
}

.ms-portfolio-believe::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 18% 42%, rgba(255, 255, 255, 0.1) 0%, transparent 38%);
    pointer-events: none;
}

.ms-portfolio-believe-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    align-items: center;
    gap: clamp(2rem, 4vw, 3.5rem);
}

.ms-portfolio-believe-title {
    margin: 0 0 1.35rem;
    font-family: var(--ms-display);
    font-size: clamp(1.85rem, 3.4vw, 2.65rem);
    font-weight: var(--ms-fw-heading);
    line-height: 1.18;
    letter-spacing: -0.03em;
    color: #fff;
    text-shadow: 0 2px 24px rgba(15, 8, 40, 0.25);
}

.ms-portfolio-believe-lead {
    margin: 0 0 1rem;
    max-width: 36rem;
    font-size: clamp(0.98rem, 1.5vw, 1.0625rem);
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.9);
}

.ms-portfolio-believe-list {
    list-style: none;
    margin: 0;
    padding: clamp(1.75rem, 3vw, 2.25rem);
    display: flex;
    flex-direction: column;
    gap: 1.35rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 20px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.ms-portfolio-believe-item {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
}

.ms-portfolio-believe-check {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.65rem;
    height: 1.65rem;
    margin-top: 0.12rem;
    border-radius: 50%;
    background: #22c55e;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 700;
    box-shadow: 0 6px 16px -6px rgba(34, 197, 94, 0.65);
}

.ms-portfolio-believe-item-text {
    font-size: clamp(0.95rem, 1.35vw, 1.02rem);
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.95);
}

/* PortfÃ³lio: vantagens */
.ms-portfolio-benefits {
    padding: clamp(4rem, 7vw, 5.5rem) 0 clamp(3.5rem, 6vw, 5rem);
    background: #fff;
}

.ms-portfolio-benefits-head {
    max-width: 46rem;
    margin: 0 auto clamp(2rem, 4vw, 3rem);
    text-align: center;
}

.ms-portfolio-benefits-kicker {
    margin: 0 0 0.65rem;
    font-size: 0.78rem;
    font-weight: var(--ms-fw-heading);
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: color-mix(in srgb, var(--ms-primary) 72%, #64748b);
}

.ms-portfolio-benefits-title {
    margin: 0;
    font-family: var(--ms-display);
    font-size: clamp(1.65rem, 3.2vw, 2.35rem);
    font-weight: var(--ms-fw-heading);
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: #0f172a;
}

.ms-portfolio-benefits-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(1rem, 2.5vw, 1.25rem);
}

@media (min-width: 768px) {
    .ms-portfolio-benefits-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1200px) {
    .ms-portfolio-benefits-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.ms-portfolio-benefit-card {
    min-height: 0;
    border: 1px solid #e2e8f0;
    box-shadow: 0 12px 32px -24px rgba(15, 23, 42, 0.14);
}

.ms-portfolio-benefit-card.ms-process-card:hover {
    transform: translateY(-4px);
    border-color: rgba(99, 102, 241, 0.16);
    box-shadow: 0 28px 52px -28px rgba(79, 70, 229, 0.2);
}

.ms-portfolio-benefit-card .ms-process-card-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    min-height: calc(1.65em * 3);
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .ms-portfolio-believe-grid {
        grid-template-columns: 1fr;
    }

    .ms-portfolio-believe-list {
        max-width: 36rem;
    }
}

@media (max-width: 767.98px) {
    .ms-portfolio-page {
        padding-top: 2rem;
        padding-bottom: 3rem;
    }

    .ms-portfolio-card-media {
        flex-basis: 38%;
        max-width: 7.5rem;
    }

    .ms-portfolio-card-btn {
        white-space: normal;
        justify-content: center;
        text-align: center;
    }

    .ms-portfolio-believe {
        padding: 3.75rem 0 4rem;
    }

    .ms-portfolio-believe-list {
        padding: 1.15rem;
        gap: 0.95rem;
    }

    .ms-portfolio-benefits {
        padding-top: 3rem;
        padding-bottom: 2.75rem;
    }
}

@media (max-width: 575.98px) {
    .ms-portfolio-benefits-grid {
        grid-template-columns: 1fr;
    }
}

/* â€”â€” PÃ¡gina Parceiros â€”â€” */
.ms-partners-page {
    padding: clamp(2.5rem, 6vw, 4rem) 0 clamp(3rem, 6vw, 5rem);
    background:
        radial-gradient(ellipse 120% 90% at 0% 40%, rgba(237, 233, 254, 0.95), transparent 58%),
        radial-gradient(ellipse 100% 80% at 100% 20%, rgba(207, 250, 254, 0.9), transparent 52%),
        linear-gradient(180deg, #faf9ff 0%, #f4f8ff 50%, #eefaff 100%);
}

.ms-partners-page-inner {
    max-width: 100%;
    padding-left: var(--ms-container-inset, var(--ms-container-pad));
    padding-right: var(--ms-container-inset, var(--ms-container-pad));
}

.ms-partners-section + .ms-partners-section {
    margin-top: clamp(2.5rem, 5vw, 3.75rem);
    padding-top: clamp(2.5rem, 5vw, 3.75rem);
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.ms-partners-section-title {
    margin: 0 0 clamp(1.5rem, 3.5vw, 2.25rem);
    font-family: var(--ms-display);
    font-size: clamp(1.65rem, 3.2vw, 2.25rem);
    font-weight: var(--ms-fw-heading);
    letter-spacing: -0.03em;
    color: #0f172a;
}

.ms-partners-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(0.85rem, 1.6vw, 1.15rem);
}

.ms-partners-logo-card {
    aspect-ratio: 2 / 1;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.ms-partners-logo-card:hover {
    border-color: #cbd5e1;
    box-shadow: 0 10px 28px -22px rgba(15, 23, 42, 0.28);
    transform: translateY(-2px);
}

.ms-partners-logo-card-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0.75rem 1rem;
    text-decoration: none;
}

.ms-partners-logo-card-image {
    display: block;
    width: auto;
    height: auto;
    max-width: 92%;
    max-height: 4.25rem;
    object-fit: contain;
}

.ms-partners-page + .ms-home-trusted {
    padding-top: clamp(2.5rem, 5vw, 3.5rem);
}

@media (max-width: 991.98px) {
    .ms-partners-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .ms-partners-page {
        padding: 2rem 0 2.75rem;
    }

    .ms-partners-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ms-partners-logo-card-image {
        max-height: 3.5rem;
    }
}

@media (max-width: 479.98px) {
    .ms-partners-grid {
        gap: 0.65rem;
    }

    .ms-partners-logo-card {
        aspect-ratio: 5 / 3;
    }

    .ms-partners-logo-card-link {
        padding: 0.65rem 0.75rem;
    }

    .ms-partners-logo-card-image {
        max-height: 3.15rem;
    }
}

/* â€”â€” Blog â€”â€” */
.ms-blog-page {
    padding: 0 0 clamp(3.5rem, 6vw, 5rem);
    background: #fff;
}

.ms-blog-toolbar,
.ms-blog-article-topbar {
    background: linear-gradient(90deg, #f3efff 0%, #eef8ff 55%, #e8f7ff 100%);
}

.ms-blog-toolbar-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    padding: clamp(1.75rem, 3.5vw, 2.5rem) var(--ms-container-inset, var(--ms-container-pad));
}

.ms-blog-toolbar-title {
    margin: 0;
    font-family: var(--ms-display);
    font-size: clamp(1.85rem, 3.2vw, 2.35rem);
    font-weight: var(--ms-fw-heading);
    letter-spacing: -0.03em;
    color: #0f172a;
}

.ms-blog-search {
    position: relative;
    flex: 0 1 18rem;
    width: 100%;
    max-width: 18rem;
}

.ms-blog-search-icon {
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
    font-size: 0.95rem;
    color: #94a3b8;
    pointer-events: none;
}

.ms-blog-search-input {
    width: 100%;
    padding: 0.72rem 1.1rem 0.72rem 2.55rem;
    border: none;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 8px 24px -16px rgba(15, 23, 42, 0.18);
    font-size: 0.95rem;
    color: #0f172a;
    transition: box-shadow 0.2s ease;
}

.ms-blog-search-input::placeholder {
    color: #94a3b8;
}

.ms-blog-search-input:focus {
    outline: none;
    box-shadow: 0 10px 28px -14px rgba(85, 47, 227, 0.28);
}

.ms-blog-page-inner,
.ms-blog-article-wrap,
.ms-blog-article-related-wrap {
    padding-left: var(--ms-container-inset, var(--ms-container-pad));
    padding-right: var(--ms-container-inset, var(--ms-container-pad));
}

.ms-blog-page-inner {
    padding-top: clamp(2.25rem, 4.5vw, 3.25rem);
}

.ms-blog-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(1.75rem, 3vw, 2.5rem);
}

@media (min-width: 768px) {
    .ms-blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1200px) {
    .ms-blog-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.ms-blog-grid--related {
    margin-top: 1.5rem;
}

.ms-blog-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.ms-blog-card-media-link {
    display: block;
    text-decoration: none;
}

.ms-blog-card-media,
.ms-blog-article-cover {
    position: relative;
    aspect-ratio: 16 / 9;
    background: linear-gradient(135deg, color-mix(in srgb, var(--ms-primary) 88%, #1a1440) 0%, var(--ms-primary) 100%);
    border-radius: var(--ms-radius-sm);
    overflow: hidden;
    isolation: isolate;
    clip-path: url('../images/obten-media-clip.svg#obtenMedia');
}

.ms-blog-card-media::before,
.ms-blog-article-cover::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: min(10%, 1.75rem);
    height: min(10%, 1.75rem);
    background: color-mix(in srgb, var(--ms-primary) 20%, #ffffff);
    clip-path: polygon(100% 100%, 100% 38%, 38% 100%);
    pointer-events: none;
    z-index: 3;
}

.ms-blog-card-media::after,
.ms-blog-article-cover::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: min(16%, 3.1rem);
    height: min(16%, 3.1rem);
    background: linear-gradient(
        145deg,
        transparent 0%,
        transparent 28%,
        rgba(15, 23, 42, 0.04) 29%,
        rgba(255, 255, 255, 0.72) 31%,
        rgba(255, 255, 255, 0.98) 58%,
        #ffffff 100%
    );
    clip-path: polygon(100% 0, 22% 100%, 100% 100%);
    pointer-events: none;
    z-index: 2;
}

.ms-blog-card-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.ms-blog-card-media-link:hover img {
    transform: scale(1.03);
}

.ms-blog-card-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 2.5rem;
    color: rgba(255, 255, 255, 0.75);
}

.ms-blog-card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 1.1rem;
    padding-top: 1.1rem;
}

.ms-blog-card-title {
    margin: 0;
    font-size: clamp(1rem, 1.5vw, 1.12rem);
    font-weight: var(--ms-fw-heading);
    line-height: 1.4;
    letter-spacing: -0.02em;
}

.ms-blog-card-title a {
    color: #0f172a;
    text-decoration: none;
    transition: color 0.15s ease;
}

.ms-blog-card-title a:hover {
    color: var(--ms-primary);
}

.ms-blog-card-btn {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    padding: 0.62rem 1.35rem;
    border-radius: var(--ms-radius-sm);
    background: color-mix(in srgb, var(--ms-primary) 14%, #fff);
    color: var(--ms-primary);
    font-size: 0.88rem;
    font-weight: var(--ms-fw-heading);
    text-decoration: none;
    transition: background 0.15s ease, color 0.15s ease;
}

.ms-blog-card-btn:hover {
    background: color-mix(in srgb, var(--ms-primary) 22%, #fff);
    color: color-mix(in srgb, var(--ms-primary) 85%, #000);
}

.ms-blog-empty {
    max-width: 28rem;
    margin: 0 auto;
    padding: 3rem 1.5rem;
    text-align: center;
}

.ms-blog-empty-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    margin-bottom: 1rem;
    border-radius: 14px;
    background: color-mix(in srgb, var(--ms-primary) 12%, #fff);
    color: var(--ms-primary);
    font-size: 1.5rem;
}

.ms-blog-empty-text {
    margin: 0;
    color: #64748b;
}

.ms-blog-pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-top: clamp(2rem, 4vw, 3rem);
}

.ms-blog-pagination-status {
    font-size: 0.92rem;
    color: #64748b;
}

.ms-blog-pagination-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.7rem 1.1rem;
    border-radius: var(--ms-radius-sm);
    border: 1px solid #e2e8f0;
    background: #fff;
    color: #0f172a;
    font-size: 0.9rem;
    font-weight: var(--ms-fw-medium);
    text-decoration: none;
    transition: background 0.15s ease, border-color 0.15s ease;
}

.ms-blog-pagination-btn:hover {
    background: #f8fafc;
    border-color: color-mix(in srgb, var(--ms-primary) 24%, #e2e8f0);
    color: #0f172a;
}

/* Artigo */
.ms-blog-article {
    padding: 0 0 clamp(3.5rem, 6vw, 5rem);
    background: #fff;
}

.ms-blog-article-topbar-inner {
    padding: clamp(1.1rem, 2.5vw, 1.5rem) var(--ms-container-inset, var(--ms-container-pad));
}

.ms-blog-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 0.5rem;
    margin: 0;
    font-size: 0.78rem;
    font-weight: var(--ms-fw-heading);
    line-height: 1.4;
    color: color-mix(in srgb, var(--ms-primary) 78%, #1e1b4b);
}

.ms-blog-breadcrumb a {
    color: color-mix(in srgb, var(--ms-primary) 78%, #1e1b4b);
    text-decoration: none;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.ms-blog-breadcrumb a:hover {
    color: var(--ms-primary);
}

.ms-blog-breadcrumb-sep {
    color: color-mix(in srgb, var(--ms-primary) 55%, #64748b);
    font-weight: var(--ms-fw-medium);
}

.ms-blog-breadcrumb-current {
    color: color-mix(in srgb, var(--ms-primary) 70%, #334155);
    font-weight: var(--ms-fw-medium);
    text-transform: none;
    letter-spacing: 0;
}

.ms-blog-article-wrap {
    padding-top: clamp(2rem, 4vw, 2.75rem);
}

.ms-blog-article-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    max-width: min(68rem, 78vw);
    margin: 0 auto;
    align-items: start;
}

.ms-blog-article-body {
    min-width: 0;
}

.ms-blog-article-meta-line {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 0.5rem;
    margin-bottom: 1.25rem;
    font-size: 0.72rem;
    font-weight: var(--ms-fw-medium);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #94a3b8;
}

.ms-blog-article-title {
    margin: 0 0 clamp(1.5rem, 3vw, 2rem);
    font-family: var(--ms-display);
    font-size: clamp(1.75rem, 3.2vw, 2.35rem);
    font-weight: var(--ms-fw-heading);
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: #0f172a;
}

.ms-blog-article-cover {
    display: block;
    margin: 0 0 clamp(1.75rem, 3vw, 2.5rem);
}

.ms-blog-article-cover::before {
    width: min(8%, 2.15rem);
    height: min(8%, 2.15rem);
}

.ms-blog-article-cover::after {
    width: min(13%, 3.5rem);
    height: min(13%, 3.5rem);
}

.ms-blog-article-cover img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ms-blog-article-content {
    font-size: 1rem;
    line-height: 1.8;
    color: #334155;
}

.ms-blog-article-content h2 {
    margin: 2rem 0 0.85rem;
    font-size: clamp(1.2rem, 2vw, 1.45rem);
    font-weight: var(--ms-fw-heading);
    color: #0f172a;
}

.ms-blog-article-content p {
    margin: 0 0 1.1rem;
}

.ms-blog-article-content img,
.ms-blog-article-content video,
.ms-blog-article-content iframe,
.ms-blog-article-content table {
    max-width: 100%;
    height: auto;
}

.ms-blog-article-content table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.ms-blog-article-content pre,
.ms-blog-article-content code {
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.ms-blog-article-footer {
    margin-top: clamp(2rem, 4vw, 2.75rem);
}

.ms-blog-back-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.95rem;
    font-weight: var(--ms-fw-medium);
    color: var(--ms-primary);
    text-decoration: none;
}

.ms-blog-back-link:hover {
    color: color-mix(in srgb, var(--ms-primary) 80%, #000);
}

.ms-blog-article-related-wrap {
    margin-top: clamp(2.5rem, 5vw, 3.5rem);
}

.ms-blog-related {
    padding-top: clamp(2rem, 4vw, 2.75rem);
    border-top: 1px solid #e2e8f0;
}

.ms-blog-related-title {
    margin: 0 0 0.25rem;
    font-family: var(--ms-display);
    font-size: clamp(1.45rem, 2.8vw, 1.85rem);
    font-weight: var(--ms-fw-heading);
    letter-spacing: -0.02em;
    color: #0f172a;
}

/* Compartilhar */
.ms-blog-share--desktop {
    display: none;
}

.ms-blog-share-mobile {
    margin: 0 0 clamp(1.35rem, 3vw, 1.85rem);
}

.ms-blog-share-mobile-track {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.5rem;
}

.ms-blog-share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    padding: 0;
    border: 1px solid #e2e8f0;
    border-radius: var(--ms-radius-sm);
    background: #fff;
    color: #475569;
    font-size: 1.05rem;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 8px 20px -14px rgba(15, 23, 42, 0.28);
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.ms-blog-share-mobile .ms-blog-share-btn {
    width: 100%;
    min-width: 0;
    height: 2.65rem;
    min-height: 44px;
    font-size: 1rem;
    box-shadow: 0 6px 16px -12px rgba(15, 23, 42, 0.22);
}

.ms-blog-share-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px -12px rgba(15, 23, 42, 0.22);
}

.ms-blog-share-btn--wa:hover {
    background: #25d366;
    border-color: #25d366;
    color: #fff;
}

.ms-blog-share-btn--facebook:hover {
    background: #1877f2;
    border-color: #1877f2;
    color: #fff;
}

.ms-blog-share-btn--x:hover {
    background: #0f172a;
    border-color: #0f172a;
    color: #fff;
}

.ms-blog-share-btn--linkedin:hover {
    background: #0a66c2;
    border-color: #0a66c2;
    color: #fff;
}

.ms-blog-share-btn--copy:hover,
.ms-blog-share-btn--copy.is-copied {
    background: color-mix(in srgb, var(--ms-primary) 12%, #fff);
    border-color: color-mix(in srgb, var(--ms-primary) 35%, #e2e8f0);
    color: var(--ms-primary);
}

.ms-blog-share-btn--copy.is-copied .bi::before {
    content: "\f26b";
}

@media (min-width: 1100px) {
    .ms-blog-share-mobile {
        display: none;
    }

    .ms-blog-share--desktop {
        display: block;
        width: 0;
        height: 0;
        overflow: visible;
    }

    .ms-blog-share-rail {
        position: fixed;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.55rem;
        z-index: 1040;
        width: 3.25rem;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.2s ease;
    }

    .ms-blog-share-rail.is-positioned {
        opacity: 1;
        pointer-events: auto;
    }
}

@media (max-width: 991.98px) {
    .ms-blog-article-layout {
        max-width: 100%;
    }
}

@media (max-width: 767.98px) {
    .ms-blog-toolbar-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .ms-blog-search {
        max-width: 100%;
    }

    .ms-blog-article-layout,
    .ms-blog-article-body {
        max-width: 100%;
    }

    .ms-blog-article-title {
        font-size: clamp(1.55rem, 6.5vw, 1.85rem);
    }
}

/* â€”â€” PÃ¡gina de contato â€”â€” */
.ms-contact-page {
    --ms-contact-radius: 14px;
    background: #fff;
}

.ms-contact-wa {
    padding: clamp(2.5rem, 6vw, 4.5rem) 0;
    text-align: center;
    color: #fff;
    background: #25d366;
}

.ms-contact-wa-inner {
    max-width: 36rem;
    margin: 0 auto;
}

.ms-contact-wa-title {
    margin: 0 0 0.75rem;
    font-size: clamp(1.75rem, 4.5vw, 2.75rem);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.ms-contact-wa-lead {
    margin: 0 0 1.5rem;
    font-size: clamp(0.9375rem, 2vw, 1.0625rem);
    line-height: 1.55;
    opacity: 0.96;
}

.ms-contact-wa-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    min-height: 48px;
    padding: 0.95rem 2.1rem;
    border: 2px solid #fff;
    border-radius: var(--ms-contact-radius);
    color: #fff;
    font-size: 1.05rem;
    font-weight: var(--ms-fw-medium);
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.15s ease;
}

.ms-contact-wa-btn i {
    font-size: 1.15rem;
    line-height: 1;
}

.ms-contact-wa-btn:hover {
    color: #25d366;
    background: #fff;
    transform: translateY(-2px);
}

.ms-contact-form-section {
    padding: clamp(2.5rem, 6vw, 4.5rem) 0 clamp(3rem, 6vw, 4.5rem);
    text-align: center;
    background: linear-gradient(180deg, #eef1fb 0%, #f8f9fd 38%, #fff 100%);
}

.ms-contact-form-inner {
    max-width: 34rem;
    margin: 0 auto;
}

.ms-contact-form-inner .ms-toast {
    margin-bottom: 1rem;
    text-align: left;
    border-radius: var(--ms-contact-radius);
}

.ms-contact-form-title {
    margin: 0 0 0.65rem;
    font-size: clamp(1.5rem, 3.5vw, 2.25rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: var(--ms-text);
}

.ms-contact-form-lead {
    margin: 0 0 0.25rem;
    font-size: clamp(0.875rem, 2vw, 1rem);
    line-height: 1.6;
    color: var(--ms-text-muted);
}

.ms-contact-subject-wrap {
    position: relative;
    margin-top: 2.25rem;
}

.ms-contact-subject {
    width: 100%;
    appearance: none;
    padding: 1rem 2.75rem 1rem 1.15rem;
    border: 1px solid #e4e4e7;
    border-radius: var(--ms-contact-radius);
    background: #fff;
    color: var(--ms-text);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4;
    text-align: left;
    box-shadow: 0 8px 28px rgba(24, 24, 27, 0.07);
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.ms-contact-subject:focus {
    outline: none;
    border-color: var(--ms-primary);
    box-shadow: 0 0 0 3px rgba(85, 47, 227, 0.12), 0 8px 28px rgba(24, 24, 27, 0.07);
}

.ms-contact-subject option {
    font-weight: 500;
}

.ms-contact-subject-chevron {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    pointer-events: none;
    color: var(--ms-text-muted);
    font-size: 1rem;
}

.ms-contact-form-panel {
    margin-top: 2rem;
    text-align: left;
}

.ms-contact-form-panel[hidden] {
    display: none !important;
}

.ms-contact-form-panel.is-visible {
    animation: msContactFadeIn 0.28s ease;
}

@keyframes msContactFadeIn {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.ms-contact-form {
    display: grid;
    gap: 1.5rem;
    padding: 1.5rem;
    border: 1px solid #e4e4e7;
    border-radius: var(--ms-contact-radius);
    background: #fff;
    box-shadow: 0 8px 28px rgba(24, 24, 27, 0.06);
}

.ms-contact-field {
    display: grid;
    gap: 0.55rem;
}

.ms-contact-label {
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--ms-text);
}

.ms-contact-label-optional {
    font-weight: 500;
    color: var(--ms-text-muted);
}

.ms-contact-input {
    width: 100%;
    padding: 0.75rem 0.9rem;
    border: 1px solid #e4e4e7;
    border-radius: var(--ms-contact-radius);
    background: #fff;
    color: var(--ms-text);
    font-size: 0.9375rem;
    line-height: 1.45;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.ms-contact-input:focus {
    outline: none;
    border-color: var(--ms-primary);
    box-shadow: 0 0 0 3px rgba(85, 47, 227, 0.1);
}

.ms-contact-textarea {
    min-height: 8rem;
    resize: vertical;
}

.ms-contact-resume-field[hidden] {
    display: none !important;
}

.ms-contact-resume {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    min-height: 48px;
    margin: 0;
    padding: 0.75rem 0.9rem;
    border: 1px solid #e4e4e7;
    border-radius: var(--ms-contact-radius);
    background: #fff;
    color: var(--ms-text-muted);
    font-size: 0.9375rem;
    font-weight: 600;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.ms-contact-resume:hover,
.ms-contact-resume:focus-within {
    border-color: var(--ms-primary);
    box-shadow: 0 0 0 3px rgba(85, 47, 227, 0.1);
    color: var(--ms-text);
}

.ms-contact-resume-input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.ms-contact-resume-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--ms-primary);
    font-size: 1.1rem;
    line-height: 1;
}

.ms-contact-resume-text {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ms-contact-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    width: 100%;
    min-height: 48px;
    margin-top: 0.25rem;
    padding: 0.95rem 2.1rem;
    border: none;
    border-radius: var(--ms-contact-radius);
    background: var(--ms-primary);
    color: #fff;
    font-size: 1.05rem;
    font-weight: var(--ms-fw-medium);
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.15s ease;
}

.ms-contact-submit i {
    font-size: 1.05rem;
    line-height: 1;
}

.ms-contact-submit:hover {
    background: color-mix(in srgb, var(--ms-primary) 88%, #000);
    transform: translateY(-2px);
}

.ms-contact-submit:focus-visible {
    outline: 2px solid var(--ms-primary);
    outline-offset: 2px;
}

@media (max-width: 991.98px) {
    .ms-contact-wa-btn,
    .ms-contact-submit {
        min-height: 48px;
        padding: 0.9rem 1.35rem;
        font-size: 1rem;
    }
}

@media (max-width: 767.98px) {
    .ms-contact-wa {
        padding: 2rem 0 2.25rem;
    }

    .ms-contact-form-section {
        padding: 2rem 0 2.75rem;
    }

    .ms-contact-form {
        padding: 1rem;
    }
}

/* â€”â€” Breadcrumb (pÃ¡ginas de soluÃ§Ã£o) â€”â€” */
.ms-page-breadcrumb-bar,
.ms-blog-article-topbar {
    background: linear-gradient(90deg, #f3efff 0%, #eef8ff 55%, #e8f7ff 100%);
}

.ms-page-breadcrumb-bar-inner,
.ms-blog-article-topbar-inner {
    padding: clamp(1.1rem, 2.5vw, 1.5rem) var(--ms-container-inset, var(--ms-container-pad));
}

.ms-page-breadcrumb,
.ms-blog-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 0.5rem;
    margin: 0;
    font-size: 0.78rem;
    font-weight: var(--ms-fw-heading);
    line-height: 1.4;
    color: color-mix(in srgb, var(--ms-primary) 78%, #1e1b4b);
}

.ms-page-breadcrumb a,
.ms-blog-breadcrumb a {
    color: color-mix(in srgb, var(--ms-primary) 78%, #1e1b4b);
    text-decoration: none;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.ms-page-breadcrumb a:hover,
.ms-blog-breadcrumb a:hover {
    color: var(--ms-primary);
}

.ms-page-breadcrumb-sep,
.ms-blog-breadcrumb-sep {
    color: color-mix(in srgb, var(--ms-primary) 55%, #64748b);
    font-weight: var(--ms-fw-medium);
}

.ms-page-breadcrumb-current,
.ms-blog-breadcrumb-current {
    color: color-mix(in srgb, var(--ms-primary) 70%, #334155);
    font-weight: var(--ms-fw-medium);
    text-transform: none;
    letter-spacing: 0;
}

/* â€”â€” PÃ¡gina E-commerce â€”â€” */
.ms-ecommerce-page {
    overflow-x: clip;
}

body.ms-store:has(.ms-ecommerce-page) {
    overflow-x: clip;
}

body.ms-store:has(.ms-ecommerce-page) .ms-footer {
    margin-top: 0;
}

.ms-ecommerce-hero {
    background: #fff;
}

.ms-ecommerce-hero-visual {
    position: relative;
    justify-content: flex-end;
}

.ms-ecommerce-hero-scene {
    position: relative;
    width: 100%;
    max-width: 540px;
    margin-left: auto;
}

.ms-ecommerce-hero .ms-ecommerce-hero-image {
    display: block;
    width: 100%;
    max-width: 540px;
    height: auto;
    object-fit: contain;
    box-shadow: none;
    filter: none;
}

.ms-ecommerce-hero-floats {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 2;
}

.ms-ecommerce-hero-float {
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.55rem 0.95rem;
    background: var(--ms-primary);
    color: #fff;
    font-size: 0.8125rem;
    font-weight: var(--ms-fw-medium);
    line-height: 1.2;
    border-radius: 10px;
    white-space: nowrap;
    box-shadow: 0 14px 32px -12px color-mix(in srgb, var(--ms-primary) 58%, transparent);
    animation: ms-ecommerce-hero-float 4.2s ease-in-out infinite;
}

.ms-ecommerce-hero-float .bi {
    font-size: 1rem;
    line-height: 1;
    flex-shrink: 0;
}

.ms-ecommerce-hero-float--1 {
    top: 14%;
    left: 6%;
    animation-delay: 0s;
}

.ms-ecommerce-hero-float--2 {
    top: 42%;
    right: 4%;
    animation-delay: -1.4s;
}

.ms-ecommerce-hero-float--3 {
    bottom: 22%;
    left: 10%;
    animation-delay: -2.8s;
}

@keyframes ms-ecommerce-hero-float {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-7px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .ms-ecommerce-hero-float {
        animation: none;
    }
}

.ms-ecommerce-split-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
    gap: clamp(2rem, 4.5vw, 4rem);
}

.ms-ecommerce-split-grid--reverse {
    direction: rtl;
}

.ms-ecommerce-split-grid--reverse > * {
    direction: ltr;
}

.ms-ecommerce-split-copy {
    min-width: 0;
}

.ms-ecommerce-split-title {
    display: flex;
    flex-direction: column;
    gap: 0.1em;
}

.ms-ecommerce-split-lead {
    margin: 0 0 1.35rem;
    max-width: 34rem;
    font-size: clamp(0.98rem, 1.6vw, 1.125rem);
    line-height: 1.7;
    color: #4a5568;
}

.ms-ecommerce-split-highlight {
    margin: 1.25rem 0 0;
    padding: 1rem 1.15rem;
    font-size: 0.9375rem;
    line-height: 1.65;
    color: var(--ms-text);
    background: color-mix(in srgb, var(--ms-primary) 6%, #fff);
    border-left: 3px solid var(--ms-primary);
    border-radius: 0 12px 12px 0;
}

.ms-ecommerce-inline-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin: 0 0 1rem;
    padding: 0;
    list-style: none;
}

.ms-ecommerce-inline-highlight {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.45rem 0.85rem;
    font-size: 0.8125rem;
    font-weight: var(--ms-fw-medium);
    color: var(--ms-text);
    background: #f8fafc;
    border: 1px solid color-mix(in srgb, var(--ms-border) 85%, #cbd5e1);
    border-radius: 999px;
}

.ms-ecommerce-inline-highlight-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background: color-mix(in srgb, var(--ms-primary) 12%, #fff);
    color: var(--ms-primary);
    flex-shrink: 0;
}

.ms-ecommerce-inline-highlight-icon .bi {
    font-size: 0.8rem;
    line-height: 1;
}

.ms-ecommerce-custom-section,
.ms-ecommerce-payments-section {
    padding-block: clamp(3rem, 6vw, 4.5rem);
}

.ms-ecommerce-custom-inner {
    max-width: 100%;
    padding-left: var(--ms-container-inset, var(--ms-container-pad));
    padding-right: var(--ms-container-inset, var(--ms-container-pad));
}

.ms-ecommerce-custom-section .ms-ecommerce-split-grid {
    grid-template-columns: minmax(0, 400px) minmax(0, 1fr);
    gap: clamp(1.5rem, 3vw, 2.75rem);
    align-items: center;
    max-width: 1380px;
    margin-inline: auto;
}

.ms-ecommerce-custom-section .ms-ecommerce-split-copy,
.ms-ecommerce-custom-section .ms-ecommerce-split-copy .ms-site-section-title,
.ms-ecommerce-custom-section .ms-ecommerce-split-lead,
.ms-ecommerce-custom-section .ms-ecommerce-split-highlight {
    max-width: none;
}

.ms-ecommerce-custom-visual {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-width: 0;
    max-width: 400px;
    width: 100%;
}

.ms-ecommerce-custom-figure {
    margin: 0;
    width: 100%;
    max-width: 400px;
}

.ms-ecommerce-custom-image {
    display: block;
    width: 100%;
    max-width: 400px;
    height: auto;
    object-fit: contain;
    box-shadow: none;
    filter: none;
}

.ms-ecommerce-payments-section .ms-ecommerce-split-grid,
.ms-ecommerce-shipping-section .ms-ecommerce-split-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(2rem, 4vw, 3.5rem);
    align-items: center;
}

.ms-ecommerce-payments-section .ms-ecommerce-split-lead,
.ms-ecommerce-shipping-section .ms-ecommerce-split-lead {
    max-width: none;
}

.ms-ecommerce-payments-panel-wrap,
.ms-ecommerce-shipping-panel-wrap {
    width: 100%;
    min-width: 0;
}

.ms-ecommerce-payments-panel,
.ms-ecommerce-shipping-panel {
    position: relative;
    isolation: isolate;
    width: 100%;
    padding: clamp(1.35rem, 3vw, 2rem);
    border-radius: 24px;
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(
            135deg,
            color-mix(in srgb, var(--ms-primary) 42%, transparent),
            color-mix(in srgb, var(--ms-primary) 10%, transparent) 52%,
            color-mix(in srgb, var(--ms-primary) 28%, transparent)
        ) border-box;
    border: 1px solid transparent;
    box-shadow:
        0 28px 64px -40px color-mix(in srgb, var(--ms-primary) 32%, transparent),
        0 12px 32px -24px rgba(24, 24, 27, 0.1);
    overflow: hidden;
}

.ms-ecommerce-payments-panel-glow {
    position: absolute;
    top: -38%;
    left: -10%;
    width: min(58%, 20rem);
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle, color-mix(in srgb, var(--ms-primary) 14%, transparent) 0%, transparent 68%);
    pointer-events: none;
    z-index: 0;
}

.ms-ecommerce-shipping-panel-glow {
    position: absolute;
    bottom: -42%;
    right: -10%;
    width: min(58%, 20rem);
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle, color-mix(in srgb, var(--ms-primary) 14%, transparent) 0%, transparent 68%);
    pointer-events: none;
    z-index: 0;
}

.ms-ecommerce-methods-panel,
.ms-ecommerce-carriers-panel {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    width: 100%;
    margin: 0;
}

.ms-ecommerce-method-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 100%;
    padding: 1.15rem 1.35rem;
    background: #fff;
    border: 1px solid color-mix(in srgb, var(--ms-border) 80%, #cbd5e1);
    border-radius: 16px;
    box-shadow: 0 10px 28px -22px rgba(24, 24, 27, 0.12);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.ms-ecommerce-method-card.is-active {
    background: color-mix(in srgb, var(--ms-primary) 5%, #fff);
    border-color: color-mix(in srgb, var(--ms-primary) 38%, transparent);
    box-shadow:
        0 18px 40px -24px color-mix(in srgb, var(--ms-primary) 38%, transparent),
        0 0 0 1px color-mix(in srgb, var(--ms-primary) 12%, transparent);
}

.ms-ecommerce-method-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.85rem;
    height: 2.85rem;
    border-radius: 14px;
    background: linear-gradient(
        145deg,
        color-mix(in srgb, var(--ms-primary) 14%, #fff) 0%,
        color-mix(in srgb, var(--ms-primary) 6%, #fff) 100%
    );
    color: var(--ms-primary);
    flex-shrink: 0;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.ms-ecommerce-method-card.is-active .ms-ecommerce-method-icon {
    background: linear-gradient(
        145deg,
        color-mix(in srgb, var(--ms-primary) 22%, #fff) 0%,
        color-mix(in srgb, var(--ms-primary) 10%, #fff) 100%
    );
}

.ms-ecommerce-method-icon .bi {
    font-size: 1.2rem;
    line-height: 1;
}

.ms-ecommerce-method-label {
    flex: 1;
    min-width: 0;
    font-size: 1rem;
    font-weight: var(--ms-fw-medium);
    color: var(--ms-text);
    letter-spacing: -0.01em;
}

.ms-ecommerce-method-card.is-active .ms-ecommerce-method-label {
    font-weight: var(--ms-fw-heading);
}

.ms-ecommerce-method-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    background: color-mix(in srgb, var(--ms-primary) 10%, #fff);
    color: var(--ms-primary);
    opacity: 0;
    transform: scale(0.85);
    transition: opacity 0.2s ease, transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
    flex-shrink: 0;
}

.ms-ecommerce-method-card.is-active .ms-ecommerce-method-check {
    opacity: 1;
    transform: scale(1);
    background: var(--ms-primary);
    color: #fff;
    box-shadow: 0 8px 20px -10px color-mix(in srgb, var(--ms-primary) 55%, transparent);
}

.ms-ecommerce-method-check .bi {
    font-size: 0.95rem;
    line-height: 1;
    font-weight: 700;
}

.ms-ecommerce-shipping-section {
    padding-block: clamp(3rem, 6vw, 4.5rem);
    background: color-mix(in srgb, var(--ms-primary) 4%, #fff);
}

.ms-ecommerce-carrier-card {
    width: 100%;
    padding: 1.25rem 1.4rem;
    background: #fff;
    border: 1px solid color-mix(in srgb, var(--ms-border) 80%, #cbd5e1);
    border-radius: 16px;
    box-shadow: 0 10px 28px -22px rgba(24, 24, 27, 0.12);
}

.ms-ecommerce-carrier-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.85rem;
    height: 2.85rem;
    margin-bottom: 0.9rem;
    border-radius: 14px;
    background: linear-gradient(
        145deg,
        color-mix(in srgb, var(--ms-primary) 14%, #fff) 0%,
        color-mix(in srgb, var(--ms-primary) 6%, #fff) 100%
    );
    color: var(--ms-primary);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.ms-ecommerce-carrier-icon .bi {
    font-size: 1.2rem;
    line-height: 1;
}

.ms-ecommerce-carrier-name {
    margin: 0 0 0.45rem;
    font-size: 1.0625rem;
    font-weight: var(--ms-fw-heading);
    color: var(--ms-text);
    letter-spacing: -0.01em;
}

.ms-ecommerce-carrier-text {
    font-size: 0.9rem;
    line-height: 1.65;
    color: var(--ms-text-muted);
}

.ms-aluggo-features-band {
    padding: clamp(3.25rem, 6vw, 4.5rem) 0;
    background: linear-gradient(135deg, #5630e3 0%, #6d4ce6 48%, #5b3fd4 100%);
    color: #fff;
}

.ms-aluggo-features-band .ms-site-kicker,
.ms-aluggo-cta-kicker {
    color: rgba(255, 255, 255, 0.82);
    filter: none;
}

.ms-aluggo-features-band .ms-site-section-title {
    color: #fff;
}

.ms-aluggo-features-band .ms-site-section-lead {
    color: rgba(255, 255, 255, 0.86);
}

.ms-aluggo-features-band .ms-site-section-head {
    margin-bottom: 2.5rem;
}

.ms-ecommerce-features-band {
    margin-block: 0;
}

.ms-ecommerce-gains-section {
    padding-block: clamp(3rem, 6vw, 4.5rem);
}

.ms-ecommerce-page .ms-site-service-icon,
.ms-ecommerce-page .ms-aluggo-gain-icon {
    background: var(--ms-primary);
    color: #fff;
}

.ms-ecommerce-final-cta {
    padding-bottom: clamp(2.5rem, 5vw, 4rem);
}

@media (max-width: 991.98px) {
    .ms-ecommerce-hero-scene {
        max-width: min(100%, 400px);
        margin-inline: auto;
    }

    .ms-ecommerce-hero .ms-ecommerce-hero-image {
        max-width: 100%;
    }

    .ms-ecommerce-hero-float {
        font-size: 0.75rem;
        padding: 0.45rem 0.75rem;
    }

    .ms-ecommerce-hero-float--1 {
        top: 12%;
        left: 4%;
    }

    .ms-ecommerce-hero-float--2 {
        top: 40%;
        right: 2%;
    }

    .ms-ecommerce-hero-float--3 {
        bottom: 20%;
        left: 6%;
    }

    .ms-ecommerce-split-grid,
    .ms-ecommerce-split-grid--reverse {
        grid-template-columns: 1fr;
        direction: ltr;
    }

    .ms-ecommerce-split-grid--reverse > * {
        direction: ltr;
    }

    .ms-ecommerce-custom-section .ms-ecommerce-split-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .ms-ecommerce-custom-visual {
        justify-content: center;
        max-width: none;
    }

    .ms-ecommerce-custom-figure,
    .ms-ecommerce-custom-image {
        width: 100%;
        max-width: min(100%, 320px);
        margin-inline: auto;
    }

    .ms-ecommerce-payments-panel-wrap {
        order: -1;
    }

    .ms-aluggo-features-band {
        padding: 2.75rem 0 3.25rem;
    }

    .ms-aluggo-features-band .ms-site-section-head {
        margin-bottom: 2rem;
    }
}

@media (max-width: 575.98px) {
    .ms-ecommerce-hero-float--1 {
        top: 10%;
        left: 2%;
    }

    .ms-ecommerce-hero-float--2 {
        top: 38%;
        right: 0;
    }

    .ms-ecommerce-hero-float--3 {
        bottom: 18%;
        left: 4%;
    }

    .ms-ecommerce-inline-highlights {
        flex-direction: column;
        align-items: stretch;
    }

    .ms-ecommerce-inline-highlight {
        justify-content: flex-start;
    }

    .ms-ecommerce-payments-panel,
    .ms-ecommerce-shipping-panel {
        padding: 1.15rem;
        border-radius: 18px;
    }

    .ms-ecommerce-method-card {
        padding: 1rem 1.1rem;
    }
}

/* —— Página Criação de sites (/solucoes/criacao-de-sites) —— */
.ms-site-creation-page {
    overflow-x: clip;
}

body.ms-store:has(.ms-site-creation-page) {
    overflow-x: clip;
}

body.ms-store:has(.ms-site-creation-page) .ms-footer {
    margin-top: 0;
}

.ms-site-creation-hero.ms-hero--split {
    text-align: left;
    background: #fff;
}

.ms-site-creation-hero .ms-hero-actions {
    justify-content: flex-start;
}

.ms-site-creation-hero-visual {
    position: relative;
    justify-content: flex-end;
}

.ms-site-creation-hero-scene {
    position: relative;
    width: 100%;
    max-width: 540px;
    margin-left: auto;
}

.ms-site-creation-hero .ms-site-creation-hero-image {
    display: block;
    width: 100%;
    max-width: 540px;
    height: auto;
    object-fit: contain;
    box-shadow: none;
    filter: none;
}

.ms-site-creation-hero-floats {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 2;
}

.ms-site-creation-hero-float {
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.55rem 0.95rem;
    background: var(--ms-primary);
    color: #fff;
    font-size: 0.8125rem;
    font-weight: var(--ms-fw-medium);
    line-height: 1.2;
    border-radius: var(--ms-radius-sm);
    white-space: nowrap;
    box-shadow: 0 14px 32px -12px color-mix(in srgb, var(--ms-primary) 58%, transparent);
    animation: ms-site-creation-hero-float 4.2s ease-in-out infinite;
}

.ms-site-creation-hero-float .bi {
    font-size: 1rem;
    line-height: 1;
    flex-shrink: 0;
}

.ms-site-creation-hero-float--1 {
    top: 14%;
    left: 6%;
    animation-delay: 0s;
}

.ms-site-creation-hero-float--2 {
    top: 42%;
    right: 4%;
    animation-delay: -1.4s;
}

.ms-site-creation-hero-float--3 {
    bottom: 22%;
    left: 10%;
    animation-delay: -2.8s;
}

@keyframes ms-site-creation-hero-float {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-7px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .ms-site-creation-hero-float {
        animation: none;
    }
}

.ms-site-creation-services-band {
    margin-block: 0;
}

.ms-site-creation-benefits-section,
.ms-site-creation-portfolio-section {
    padding-block: clamp(3rem, 6vw, 4.5rem);
}

.ms-site-creation-process-section .ms-site-section-lead {
    max-width: 42rem;
    margin-inline: auto;
}

.ms-site-creation-final-cta {
    padding-bottom: clamp(2.5rem, 5vw, 4rem);
}

.ms-site-creation-page .ms-site-service-icon,
.ms-site-creation-page .ms-aluggo-gain-icon {
    background: var(--ms-primary);
    color: #fff;
}

.ms-site-creation-cta-btn {
    gap: 0.55rem;
}

.ms-site-creation-portfolio-section .ms-site-portfolio-more {
    min-width: 12rem;
}

.ms-site-portfolio-media {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 3 / 2;
    background-color: var(--portfolio-bg, #552fe3);
    background-image:
        linear-gradient(45deg, rgba(255, 255, 255, 0.11) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, 0.11) 75%),
        linear-gradient(45deg, rgba(255, 255, 255, 0.11) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, 0.11) 75%);
    background-size: 18px 18px;
    background-position: 0 0, 9px 9px;
}

.ms-site-portfolio-media img {
    object-fit: contain;
    object-position: center center;
    padding: 0.75rem 1rem;
    filter: drop-shadow(0 8px 18px rgba(15, 23, 42, 0.22));
}

.ms-site-portfolio-media-placeholder {
    width: 72%;
    height: 72%;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.16);
}

@media (max-width: 991.98px) {
    .ms-site-creation-hero-scene {
        max-width: min(100%, 400px);
        margin-inline: auto;
    }

    .ms-site-creation-hero .ms-site-creation-hero-image {
        max-width: 100%;
    }

    .ms-site-creation-hero-float {
        font-size: 0.75rem;
        padding: 0.45rem 0.75rem;
    }

    .ms-site-creation-hero-float--1 {
        top: 12%;
        left: 4%;
    }

    .ms-site-creation-hero-float--2 {
        top: 40%;
        right: 2%;
    }

    .ms-site-creation-hero-float--3 {
        bottom: 20%;
        left: 6%;
    }

    .ms-site-creation-benefits-section,
    .ms-site-creation-portfolio-section {
        padding-block: clamp(2.5rem, 6vw, 3.5rem);
    }
}

@media (max-width: 767.98px) {
    .ms-site-creation-page .ms-site-creation-hero {
        padding-bottom: 1.75rem;
    }

    .ms-site-creation-page .ms-site-creation-hero .ms-hero-title {
        max-width: none;
    }

    .ms-site-creation-page .ms-site-creation-hero .ms-hero-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 0.65rem;
        max-width: 100%;
    }

    .ms-site-creation-page .ms-site-creation-hero .ms-hero-actions .ms-hero-btn {
        flex: 1 1 auto;
        width: 100%;
        min-height: 48px;
        justify-content: center;
    }

    .ms-site-creation-page .ms-site-creation-hero-scene {
        max-width: min(100%, 340px);
        margin-inline: auto;
    }

    .ms-site-creation-page .ms-site-creation-hero-float {
        font-size: 0.6875rem;
        padding: 0.38rem 0.6rem;
    }

    .ms-site-creation-page .ms-site-creation-hero-float--1 {
        top: 10%;
        left: 0;
    }

    .ms-site-creation-page .ms-site-creation-hero-float--2 {
        top: 40%;
        right: 0;
    }

    .ms-site-creation-page .ms-site-creation-hero-float--3 {
        bottom: 14%;
        left: 4%;
    }

    .ms-site-creation-page .ms-site-creation-services-band,
    .ms-site-creation-page .ms-site-creation-benefits-section,
    .ms-site-creation-page .ms-site-creation-portfolio-section,
    .ms-site-creation-page .ms-site-creation-process-section {
        padding-block: clamp(2.25rem, 7vw, 3rem);
    }

    .ms-site-creation-page .ms-site-creation-services-band .ms-site-section-head {
        margin-bottom: 1.5rem;
    }

    .ms-site-creation-page #servicos .ms-site-service-card {
        padding: 1rem 0.85rem;
    }

    .ms-site-creation-page #servicos .ms-site-service-title {
        font-size: 0.875rem;
    }

    .ms-site-creation-page #servicos .ms-site-service-text {
        font-size: 0.75rem;
        line-height: 1.45;
    }

    .ms-site-creation-page .ms-aluggo-gain-card {
        padding: 1rem 0.85rem;
        border-radius: 16px;
    }

    .ms-site-creation-page .ms-aluggo-gain-icon {
        width: 2.35rem;
        height: 2.35rem;
        margin-bottom: 0.75rem;
        font-size: 1rem;
    }

    .ms-site-creation-page .ms-aluggo-gain-title {
        font-size: 0.8125rem;
    }

    .ms-site-creation-page .ms-aluggo-gain-text {
        font-size: 0.6875rem;
        line-height: 1.45;
    }

    .ms-site-creation-page .ms-aluggo-timeline-shell {
        padding: 0;
    }

    .ms-site-creation-page .ms-aluggo-timeline-card-text {
        font-size: 0.875rem;
    }

    .ms-site-creation-page .ms-site-portfolio-more {
        width: 100%;
        max-width: 100%;
    }

    .ms-site-creation-page .ms-site-creation-final-cta .ms-home-cta-inner {
        padding-left: clamp(1.25rem, 4vw, 1.75rem);
        padding-right: clamp(1.25rem, 4vw, 1.75rem);
    }

    .ms-site-creation-page .ms-site-creation-final-cta .ms-home-cta-card {
        padding: 2rem clamp(1.5rem, 5vw, 2.25rem);
        border-radius: 18px;
    }

    .ms-site-creation-page .ms-page-breadcrumb {
        font-size: 0.75rem;
        line-height: 1.45;
        flex-wrap: wrap;
        row-gap: 0.15rem;
    }
}

@media (max-width: 575.98px) {
    .ms-site-creation-page .ms-site-creation-hero-floats {
        display: none;
    }

    .ms-site-creation-page .ms-site-creation-hero-scene {
        max-width: 100%;
    }

    .ms-site-creation-page .ms-site-creation-hero .ms-hero-title {
        font-size: clamp(1.6rem, 8vw, 2rem);
    }

    .ms-site-creation-page .ms-site-creation-hero .ms-hero-lead {
        font-size: 0.9375rem;
        margin-bottom: 1.25rem;
    }

    .ms-site-creation-page .ms-site-creation-final-cta .ms-home-cta-title {
        font-size: clamp(1.45rem, 6.5vw, 1.75rem);
    }

    .ms-site-creation-page .ms-site-creation-final-cta .ms-home-cta-lead {
        font-size: 0.9375rem;
        line-height: 1.6;
    }
}

/* â€”â€” PÃ¡gina Nossos produtos â€”â€” */
.ms-products-page {
    padding: clamp(3rem, 6vw, 4.5rem) 0 clamp(3.25rem, 6vw, 5rem);
    background: linear-gradient(135deg, #5630e3 0%, #6d4ce6 48%, #5b3fd4 100%);
    color: #fff;
}

.ms-products-page-inner {
    max-width: 100%;
    padding-left: var(--ms-container-inset, var(--ms-container-pad));
    padding-right: var(--ms-container-inset, var(--ms-container-pad));
}

.ms-products-page-title {
    margin: 0 0 clamp(1.75rem, 4vw, 2.5rem);
    font-family: var(--ms-display);
    font-size: clamp(1.85rem, 3.6vw, 2.5rem);
    font-weight: var(--ms-fw-heading);
    letter-spacing: -0.03em;
    color: #fff;
}

.ms-products-page-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1rem, 2vw, 1.35rem);
}

.ms-products-page-grid .ms-home-products-card {
    flex: none;
    max-width: none;
    width: 100%;
    min-height: 17.5rem;
    height: 100%;
    border-radius: 12px;
    background: #fff;
    color: #1e2a4a;
    box-shadow: 0 24px 48px -28px rgba(15, 23, 42, 0.45);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.ms-products-page-grid .ms-home-products-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 32px 56px -24px rgba(15, 23, 42, 0.42);
}

.ms-home-tools + .ms-home-cta {
    padding-top: clamp(2.5rem, 5vw, 3.75rem);
    padding-bottom: clamp(2.5rem, 5vw, 3.25rem);
}

.ms-home-tools:has(+ .ms-home-cta) {
    padding-bottom: clamp(1.75rem, 3.5vw, 2.75rem);
}

.ms-home-tools + .ms-home-cta .ms-home-cta-card {
    padding-block: clamp(2.75rem, 5vw, 3.5rem);
}

main:has(.ms-products-page) .ms-home-cta:last-child {
    padding-bottom: clamp(4rem, 7vw, 5.5rem);
}

main:has(.ms-products-page) + .ms-footer {
    margin-top: 0;
}

@media (max-width: 991.98px) {
    .ms-products-page-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .ms-products-page {
        padding: 2.5rem 0 3rem;
    }

    .ms-products-page-grid {
        grid-template-columns: 1fr;
    }

    .ms-home-tools + .ms-home-cta {
        padding-top: 2.25rem;
        padding-bottom: 2.25rem;
    }

    .ms-home-tools:has(+ .ms-home-cta) {
        padding-bottom: 2rem;
    }
}

/* —— Página Aluggo (/solucoes/aluggo) —— */
.ms-aluggo-page {
    overflow-x: clip;
}

body.ms-store:has(.ms-aluggo-page) {
    overflow-x: clip;
}

body.ms-store:has(.ms-aluggo-page) .ms-footer {
    margin-top: 0;
}
.ms-aluggo-why-lead {
    margin: 0 0 1.25rem;
    max-width: none;
}

.ms-aluggo-intro-copy {
    max-width: none;
    margin-inline: 0;
    font-size: 1.0625rem;
    line-height: 1.7;
    color: var(--ms-text-muted);
}

.ms-aluggo-intro-copy p {
    margin: 0 0 1rem;
}

.ms-aluggo-intro-highlight {
    margin: 0;
    font-size: 1.125rem;
    font-weight: var(--ms-fw-heading);
    line-height: 1.55;
    color: var(--ms-text);
}
.ms-aluggo-features-band {
    padding: clamp(3.25rem, 6vw, 4.5rem) 0;
    background: linear-gradient(135deg, #5630e3 0%, #6d4ce6 48%, #5b3fd4 100%);
    color: #fff;
}

.ms-aluggo-features-band .ms-site-kicker,
.ms-aluggo-cta-kicker {
    color: rgba(255, 255, 255, 0.82);
    filter: none;
}

.ms-aluggo-features-band .ms-site-section-title {
    color: #fff;
}

.ms-aluggo-features-band .ms-site-section-lead {
    color: rgba(255, 255, 255, 0.86);
}

.ms-aluggo-features-band .ms-site-section-head {
    margin-bottom: 2.5rem;
}

.ms-aluggo-page .ms-site-service-icon,
.ms-aluggo-page .ms-aluggo-gain-icon {
    background: var(--ms-primary);
    color: #fff;
}

.ms-aluggo-gain-card {
    height: 100%;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border: 1px solid var(--ms-border);
    border-radius: 22px;
    box-shadow: 0 14px 40px -26px rgba(24, 24, 27, 0.14);
}

.ms-aluggo-gain-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    margin-bottom: 1.1rem;
    border-radius: 14px;
    font-size: 1.25rem;
}

.ms-aluggo-gain-title {
    margin: 0 0 0.55rem;
    font-size: 1.125rem;
    font-weight: var(--ms-fw-heading);
    letter-spacing: -0.02em;
    color: var(--ms-text);
}

.ms-aluggo-gain-text {
    font-size: 0.9375rem;
    line-height: 1.65;
    color: var(--ms-text-muted);
}
.ms-aluggo-hero {
    background: #fff;
}

.ms-aluggo-hero-visual {
    position: relative;
    justify-content: flex-end;
}
.ms-aluggo-hero-floats {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 2;
}

.ms-aluggo-hero-float {
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.55rem 0.95rem;
    background: var(--ms-primary);
    color: #fff;
    font-size: 0.8125rem;
    font-weight: var(--ms-fw-medium);
    line-height: 1.2;
    border-radius: 10px;
    white-space: nowrap;
    box-shadow: 0 14px 32px -12px color-mix(in srgb, var(--ms-primary) 58%, transparent);
    animation: ms-aluggo-hero-float 4.2s ease-in-out infinite;
}

.ms-aluggo-hero-float .bi {
    font-size: 1rem;
    line-height: 1;
    flex-shrink: 0;
}

.ms-aluggo-hero-float--1 {
    top: 10%;
    left: -4%;
    animation-delay: 0s;
}

.ms-aluggo-hero-float--2 {
    top: 44%;
    right: -8%;
    animation-delay: -1.4s;
}

.ms-aluggo-hero-float--3 {
    bottom: 16%;
    left: 2%;
    animation-delay: -2.8s;
}

@keyframes ms-aluggo-hero-float {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-7px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .ms-aluggo-hero-float {
        animation: none;
    }
}
.ms-aluggo-hero-scene {
    position: relative;
    width: 100%;
    max-width: 540px;
    margin-left: auto;
}

.ms-aluggo-hero .ms-aluggo-hero-image {
    display: block;
    width: 100%;
    max-width: 540px;
    height: auto;
    object-fit: contain;
    box-shadow: none;
    filter: none;
}


.ms-aluggo-hero-float--1 {
    top: 14%;
    left: 6%;
    animation-delay: 0s;
}

.ms-aluggo-hero-float--2 {
    top: 42%;
    right: 4%;
    animation-delay: -1.4s;
}

.ms-aluggo-hero-float--3 {
    bottom: 22%;
    left: 10%;
    animation-delay: -2.8s;
}


@media (max-width: 991.98px) {
    .ms-aluggo-hero-scene {
        max-width: min(100%, 400px);
        margin-inline: auto;
    }

    .ms-aluggo-hero .ms-aluggo-hero-image {
        max-width: 100%;
    }

    .ms-aluggo-hero-float {
        font-size: 0.75rem;
        padding: 0.45rem 0.75rem;
    }

    .ms-aluggo-hero-float--1 {
        top: 12%;
        left: 4%;
    }

    .ms-aluggo-hero-float--2 {
        top: 40%;
        right: 2%;
    }

    .ms-aluggo-hero-float--3 {
        bottom: 20%;
        left: 6%;
    }
}


@media (max-width: 575.98px) {
    .ms-aluggo-hero-float--1 {
        top: 10%;
        left: 2%;
    }

    .ms-aluggo-hero-float--2 {
        top: 38%;
        right: 0;
    }

    .ms-aluggo-hero-float--3 {
        bottom: 18%;
        left: 4%;
    }
}
.ms-aluggo-why-section {
    padding-block: clamp(3rem, 6vw, 4.5rem);
}

.ms-aluggo-why-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    align-items: center;
    gap: clamp(2rem, 4.5vw, 4rem);
}

.ms-aluggo-why-visual {
    display: flex;
    justify-content: stretch;
    width: 100%;
    min-width: 0;
}

.ms-aluggo-why-browser {
    width: 100%;
    max-width: none;
    border-radius: 16px;
    overflow: hidden;
    border: none;
    background: #fff;
    box-shadow: 0 24px 56px -32px rgba(24, 24, 27, 0.14);
}

.ms-aluggo-why-browser-chrome {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.55rem 0.75rem;
    background: #f8fafc;
    border-bottom: 1px solid var(--ms-border);
}

.ms-aluggo-why-browser-dots {
    display: inline-flex;
    gap: 0.3rem;
    flex-shrink: 0;
}

.ms-aluggo-why-browser-dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #e2e8f0;
}

.ms-aluggo-why-browser-dots span:nth-child(1) {
    background: #fca5a5;
}

.ms-aluggo-why-browser-dots span:nth-child(2) {
    background: #fde047;
}

.ms-aluggo-why-browser-dots span:nth-child(3) {
    background: #86efac;
}

.ms-aluggo-why-browser-url {
    flex: 1;
    min-width: 0;
    padding: 0.35rem 0.65rem;
    font-size: 0.6875rem;
    line-height: 1.3;
    color: var(--ms-text-muted);
    background: #fff;
    border: 1px solid var(--ms-border);
    border-radius: 7px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ms-aluggo-feature-media {
    margin: 0;
}

.ms-aluggo-feature-image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0;
    box-shadow: none;
}

.ms-aluggo-why-copy {
    min-width: 0;
}

.ms-aluggo-why-copy .ms-site-section-title {
    max-width: 20ch;
}

@media (min-width: 992px) {
    .ms-aluggo-why-visual {
        justify-content: stretch;
        padding-right: clamp(0.5rem, 1.5vw, 1.25rem);
    }

    .ms-aluggo-why-copy {
        padding-left: clamp(0.5rem, 1.5vw, 1.25rem);
    }
}

@media (max-width: 991.98px) {
    .ms-aluggo-why-grid {
        grid-template-columns: 1fr;
        gap: 1.75rem;
    }

    .ms-aluggo-why-visual {
        order: -1;
        width: 100%;
    }

    .ms-aluggo-why-browser {
        width: 100%;
        max-width: none;
        margin-inline: 0;
    }

    .ms-aluggo-why-copy .ms-site-section-title {
        max-width: none;
    }
}
.ms-aluggo-why-lead {
    margin: 0 0 1.25rem;
    max-width: 36rem;
}

.ms-aluggo-showcase {
    padding: clamp(2rem, 4vw, 3rem) 0;
    background: #fff;
    border-block: none;
}

.ms-aluggo-showcase-inner {
    padding-left: var(--ms-container-inset);
    padding-right: var(--ms-container-inset);
}
.ms-aluggo-showcase-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1.15rem;
}

.ms-aluggo-showcase-dot {
    width: 0.55rem;
    height: 0.55rem;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: color-mix(in srgb, var(--ms-primary) 22%, #cbd5e1);
    cursor: pointer;
    transition: width 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.ms-aluggo-showcase-dot.is-active {
    width: 1.65rem;
    background: var(--ms-primary);
}

.ms-aluggo-showcase-dot:hover {
    transform: scale(1.08);
}

@media (prefers-reduced-motion: reduce) {
    .ms-aluggo-showcase-slide {
        transition: opacity 0.2s linear;
        transform: none;
    }

    .ms-aluggo-showcase-slide.is-active {
        transform: none;
    }
}
.ms-aluggo-showcase-slider {
    position: relative;
    width: 100%;
    max-width: 100%;
    container-type: inline-size;
    container-name: aluggo-showcase;
}

.ms-aluggo-showcase-viewport {
    position: relative;
}

.ms-aluggo-showcase-track {
    display: flex;
    gap: clamp(0.65rem, 1.2vw, 0.85rem);
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 0.15rem 0 0.35rem;
    margin: 0;
}

.ms-aluggo-showcase-track::-webkit-scrollbar {
    display: none;
}

.ms-aluggo-showcase-track.is-dragging {
    scroll-snap-type: none;
    scroll-behavior: auto;
    cursor: grabbing;
}

.ms-aluggo-showcase-slide {
    flex: 0 0 calc((100cqi - (clamp(0.65rem, 1.2vw, 0.85rem) * 3)) / 4);
    max-width: calc((100cqi - (clamp(0.65rem, 1.2vw, 0.85rem) * 3)) / 4);
    scroll-snap-align: start;
    margin: 0;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid color-mix(in srgb, var(--ms-border) 85%, #cbd5e1);
    background: #fff;
    line-height: 0;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.ms-aluggo-showcase-slide:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 36px -24px color-mix(in srgb, var(--ms-primary) 35%, rgba(15, 23, 42, 0.2));
}

.ms-aluggo-showcase-slide img {
    display: block;
    width: 100%;
    height: clamp(8.5rem, 18vw, 12rem);
    object-fit: cover;
    object-position: top center;
}

@container aluggo-showcase (max-width: 47.99rem) {
    .ms-aluggo-showcase-slide {
        flex-basis: calc((100cqi - clamp(0.65rem, 1.2vw, 0.85rem)) / 2);
        max-width: calc((100cqi - clamp(0.65rem, 1.2vw, 0.85rem)) / 2);
    }
}

@container aluggo-showcase (max-width: 29.99rem) {
    .ms-aluggo-showcase-slide {
        flex-basis: 100%;
        max-width: 100%;
    }
}

.ms-aluggo-showcase-btn {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: clamp(2.35rem, 4vw, 2.75rem);
    height: clamp(2.35rem, 4vw, 2.75rem);
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: var(--ms-primary);
    color: #fff;
    font-size: 1.05rem;
    line-height: 1;
    cursor: pointer;
    transform: translateY(-50%);
    box-shadow: 0 14px 34px -14px color-mix(in srgb, var(--ms-primary) 62%, transparent);
    transition: transform 0.18s ease, filter 0.18s ease;
}

.ms-aluggo-showcase-btn:hover {
    filter: brightness(1.06);
    transform: translateY(-50%) scale(1.05);
}

.ms-aluggo-showcase-btn--prev {
    left: -0.35rem;
}

.ms-aluggo-showcase-btn--next {
    right: -0.35rem;
}


@media (prefers-reduced-motion: reduce) {
    .ms-aluggo-showcase-slide {
        transition: none;
    }

    .ms-aluggo-showcase-slide:hover {
        transform: none;
    }
}

@media (max-width: 767.98px) {
    .ms-aluggo-showcase-btn {
        width: 2.25rem;
        height: 2.25rem;
        font-size: 0.95rem;
    }

    .ms-aluggo-showcase-btn--prev {
        left: 0.15rem;
    }

    .ms-aluggo-showcase-btn--next {
        right: 0.15rem;
    }
}

@media (max-width: 575.98px) {
    .ms-aluggo-showcase-slide img {
        height: clamp(7.5rem, 42vw, 10rem);
    }
}

.ms-aluggo-setup-section {
    padding-block: clamp(3rem, 6vw, 4.5rem);
    background: #fff;
}

.ms-aluggo-setup-panel {
    position: relative;
    isolation: isolate;
    padding: clamp(1.75rem, 4vw, 2.75rem);
    border-radius: 24px;
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(
            135deg,
            color-mix(in srgb, var(--ms-primary) 42%, transparent),
            color-mix(in srgb, var(--ms-primary) 10%, transparent) 52%,
            color-mix(in srgb, var(--ms-primary) 28%, transparent)
        ) border-box;
    border: 1px solid transparent;
    box-shadow:
        0 28px 64px -40px color-mix(in srgb, var(--ms-primary) 32%, transparent),
        0 12px 32px -24px rgba(24, 24, 27, 0.1);
    overflow: hidden;
}

.ms-aluggo-setup-glow {
    position: absolute;
    top: -42%;
    right: -12%;
    width: min(52%, 22rem);
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle, color-mix(in srgb, var(--ms-primary) 16%, transparent) 0%, transparent 68%);
    pointer-events: none;
    z-index: 0;
}

.ms-aluggo-setup-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    align-items: center;
    gap: clamp(1.75rem, 4vw, 3.5rem);
}

.ms-aluggo-setup-copy {
    min-width: 0;
}

.ms-aluggo-setup-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 1rem;
    padding: 0.38rem 0.75rem;
    font-size: 0.6875rem;
    font-weight: var(--ms-fw-heading);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--ms-primary);
    background: color-mix(in srgb, var(--ms-primary) 10%, #fff);
    border: 1px solid color-mix(in srgb, var(--ms-primary) 18%, transparent);
    border-radius: 999px;
}

.ms-aluggo-setup-badge .bi {
    font-size: 0.8rem;
}

.ms-aluggo-setup-title {
    margin: 0 0 1.35rem;
    font-family: var(--ms-display);
    font-size: clamp(1.75rem, 3.8vw, 2.35rem);
    font-weight: var(--ms-fw-heading);
    letter-spacing: -0.04em;
    line-height: 1.08;
    color: var(--ms-text);
    max-width: 14rem;
}

.ms-aluggo-setup-price {
    display: flex;
    align-items: baseline;
    gap: 0.2rem;
    margin: 0;
    line-height: 1;
}

.ms-aluggo-setup-price-value {
    font-family: var(--ms-display);
    font-size: clamp(2rem, 4.5vw, 2.65rem);
    font-weight: var(--ms-fw-heading);
    letter-spacing: -0.04em;
    background: linear-gradient(135deg, var(--ms-primary) 0%, color-mix(in srgb, var(--ms-primary) 65%, #4338ca) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.ms-aluggo-setup-price-period {
    font-size: 1rem;
    font-weight: var(--ms-fw-medium);
    color: var(--ms-text-muted);
}

.ms-aluggo-setup-body {
    min-width: 0;
}

.ms-aluggo-setup-lead {
    margin: 0 0 1.35rem;
    font-size: clamp(1rem, 1.6vw, 1.0625rem);
    line-height: 1.75;
    color: var(--ms-text-muted);
    max-width: 42rem;
}

.ms-aluggo-setup-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ms-aluggo-setup-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.45rem 0.8rem;
    font-size: 0.8125rem;
    font-weight: var(--ms-fw-medium);
    color: var(--ms-text);
    background: #fff;
    border: 1px solid var(--ms-border);
    border-radius: 999px;
    box-shadow: 0 6px 18px -14px rgba(24, 24, 27, 0.25);
}

.ms-aluggo-setup-pill .bi {
    font-size: 0.9rem;
    color: var(--ms-primary);
}

@media (max-width: 991.98px) {
    .ms-aluggo-setup-grid {
        grid-template-columns: 1fr;
        gap: 1.35rem;
    }

    .ms-aluggo-setup-title {
        max-width: none;
    }

    .ms-aluggo-setup-panel {
        border-radius: 20px;
    }
}
.ms-aluggo-timeline-section {
    position: relative;
    padding-block: clamp(3.5rem, 7vw, 5rem);
    background:
        radial-gradient(ellipse 80% 55% at 50% 0%, color-mix(in srgb, var(--ms-primary) 7%, transparent), transparent 70%),
        #fff;
    overflow: hidden;
}

.ms-aluggo-timeline-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(color-mix(in srgb, var(--ms-border) 32%, transparent) 1px, transparent 1px),
        linear-gradient(90deg, color-mix(in srgb, var(--ms-border) 32%, transparent) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, transparent 82%);
    pointer-events: none;
    opacity: 0.45;
}

.ms-aluggo-timeline-section .container {
    position: relative;
    z-index: 1;
}

.ms-aluggo-timeline-head {
    margin-bottom: clamp(2.25rem, 5vw, 3.25rem);
}

.ms-aluggo-timeline-shell {
    max-width: 52rem;
    margin-inline: auto;
    padding: clamp(1.35rem, 3vw, 2.25rem);
    border-radius: 28px;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.99) 100%);
    border: 1px solid color-mix(in srgb, var(--ms-primary) 14%, var(--ms-border));
    box-shadow:
        0 32px 80px -48px color-mix(in srgb, var(--ms-primary) 26%, transparent),
        0 16px 40px -28px rgba(24, 24, 27, 0.08);
}

.ms-aluggo-timeline-section .ms-aluggo-timeline {
    max-width: none;
    padding: 0.35rem 0 0.15rem;
}

.ms-aluggo-timeline-section .ms-site-timeline-rail-bg {
    background: color-mix(in srgb, var(--ms-primary) 7%, #f4f4f5);
}

.ms-aluggo-timeline-section .ms-site-timeline--vertical .ms-site-timeline-rail {
    left: 1.35rem;
    width: 2px;
}

.ms-aluggo-timeline-section .ms-site-timeline--vertical .ms-site-timeline-marker-col {
    width: 2.75rem;
}

.ms-aluggo-timeline-section .ms-site-timeline--vertical .ms-site-timeline-marker {
    width: 2.75rem;
    height: 2.75rem;
}

.ms-aluggo-timeline-section .ms-site-timeline--vertical .ms-site-timeline-marker-col::after {
    content: '';
    position: absolute;
    top: 50%;
    left: calc(100% + 2px);
    width: 1.15rem;
    height: 1px;
    background: linear-gradient(90deg, color-mix(in srgb, var(--ms-primary) 45%, transparent), transparent);
    pointer-events: none;
}

.ms-aluggo-timeline-section .ms-site-timeline--vertical .ms-site-timeline-dot {
    width: 2.75rem;
    height: 2.75rem;
    font-size: 0.6875rem;
    font-weight: var(--ms-fw-heading);
    letter-spacing: 0.08em;
    color: #fff;
    background: linear-gradient(145deg, var(--ms-primary) 0%, color-mix(in srgb, var(--ms-primary) 78%, #312e81) 100%);
    border: 3px solid #fff;
    box-shadow:
        0 0 0 1px color-mix(in srgb, var(--ms-primary) 18%, transparent),
        0 12px 28px -12px color-mix(in srgb, var(--ms-primary) 52%, transparent);
}

.ms-aluggo-timeline-section .ms-site-timeline--vertical .ms-site-timeline-list {
    gap: 1rem;
}

.ms-aluggo-timeline-section .ms-site-timeline--vertical .ms-site-timeline-item {
    gap: 1.35rem;
}

.ms-aluggo-timeline-section .ms-site-timeline--vertical .ms-site-timeline-body {
    padding: 1.35rem 1.5rem;
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(
            135deg,
            color-mix(in srgb, var(--ms-primary) 24%, transparent),
            color-mix(in srgb, var(--ms-primary) 7%, transparent) 52%,
            color-mix(in srgb, var(--ms-border) 80%, transparent)
        ) border-box;
    border: 1px solid transparent;
    border-radius: 20px;
    box-shadow: 0 14px 40px -28px rgba(24, 24, 27, 0.1);
    transition:
        transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.35s ease;
}

.ms-aluggo-timeline-section .ms-site-timeline--vertical .ms-site-timeline-item:hover .ms-site-timeline-body {
    transform: translateX(5px);
    box-shadow:
        0 22px 52px -28px color-mix(in srgb, var(--ms-primary) 20%, transparent),
        0 12px 32px -20px rgba(24, 24, 27, 0.08);
}

.ms-aluggo-timeline-card-head {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin-bottom: 0.6rem;
}

.ms-aluggo-timeline-section .ms-aluggo-timeline-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 14px;
    background: linear-gradient(145deg, var(--ms-primary) 0%, color-mix(in srgb, var(--ms-primary) 82%, #4338ca) 100%);
    color: #fff;
    font-size: 1.1rem;
    box-shadow: 0 10px 24px -14px color-mix(in srgb, var(--ms-primary) 58%, transparent);
}

.ms-aluggo-timeline-card-title {
    margin: 0;
    font-family: var(--ms-display);
    font-size: clamp(1.05rem, 2vw, 1.125rem);
    font-weight: var(--ms-fw-heading);
    letter-spacing: -0.03em;
    line-height: 1.25;
    color: var(--ms-text);
}

.ms-aluggo-timeline-card-text {
    margin: 0;
    padding-left: calc(2.5rem + 0.85rem);
    font-size: clamp(0.9rem, 1.5vw, 0.96875rem);
    line-height: 1.68;
    color: color-mix(in srgb, var(--ms-text-muted) 90%, var(--ms-text));
}

@media (max-width: 575.98px) {
    .ms-aluggo-timeline-shell {
        padding: 1rem;
        border-radius: 20px;
    }

    .ms-aluggo-timeline-section .ms-site-timeline--vertical .ms-site-timeline-rail {
        left: 1.2rem;
    }

    .ms-aluggo-timeline-section .ms-site-timeline--vertical .ms-site-timeline-marker-col::after {
        display: none;
    }

    .ms-aluggo-timeline-section .ms-site-timeline--vertical .ms-site-timeline-body {
        padding: 1.1rem 1.15rem;
    }

    .ms-aluggo-timeline-card-text {
        padding-left: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ms-aluggo-timeline-section .ms-site-timeline--vertical .ms-site-timeline-body {
        transition: none;
    }

    .ms-aluggo-timeline-section .ms-site-timeline--vertical .ms-site-timeline-item:hover .ms-site-timeline-body {
        transform: none;
    }
}
.ms-aluggo-biolink-section {
    padding-block: clamp(3.5rem, 7vw, 5rem);
    background:
        radial-gradient(ellipse 70% 50% at 100% 20%, color-mix(in srgb, var(--ms-primary) 9%, transparent), transparent 65%),
        radial-gradient(ellipse 55% 45% at 0% 80%, color-mix(in srgb, var(--ms-primary) 6%, transparent), transparent 60%),
        #fff;
    overflow: hidden;
}

.ms-aluggo-biolink-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
    align-items: center;
    gap: clamp(2rem, 5vw, 4.5rem);
}

.ms-aluggo-biolink-copy {
    min-width: 0;
}

.ms-aluggo-biolink-copy .ms-site-section-title {
    margin-bottom: 1rem;
    max-width: none;
}

.ms-aluggo-biolink-lead {
    margin: 0 0 1.5rem;
    max-width: 34rem;
    font-size: clamp(1rem, 1.7vw, 1.0625rem);
    line-height: 1.72;
    color: var(--ms-text-muted);
}
.ms-aluggo-biolink-socials-label {
    margin: 0 0 0.65rem;
    font-size: 0.6875rem;
    font-weight: var(--ms-fw-heading);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--ms-text-muted);
}

.ms-aluggo-biolink-mockup-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    min-width: 0;
    perspective: 1200px;
}

.ms-aluggo-biolink-mockup-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: min(100%, 22rem);
    aspect-ratio: 1;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: radial-gradient(circle, color-mix(in srgb, var(--ms-primary) 22%, transparent) 0%, transparent 68%);
    pointer-events: none;
    filter: blur(8px);
}

.ms-aluggo-biolink-mockup-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    width: min(100%, 20.5rem);
    aspect-ratio: 1;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 1px solid color-mix(in srgb, var(--ms-primary) 18%, transparent);
    opacity: 0.55;
    pointer-events: none;
}

.ms-aluggo-biolink-phone {
    position: relative;
    z-index: 1;
    width: min(100%, 19.5rem);
    padding: 0.7rem;
    border-radius: 2.65rem;
    background: linear-gradient(165deg, #3a3a42 0%, #121216 38%, #0a0a0d 100%);
    box-shadow:
        0 50px 100px -40px rgba(8, 8, 12, 0.72),
        0 0 0 1px rgba(255, 255, 255, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.14),
        inset 0 -1px 0 rgba(0, 0, 0, 0.45);
    transform: rotateY(-6deg) rotateX(4deg);
    transform-style: preserve-3d;
}

.ms-aluggo-biolink-phone-notch {
    position: absolute;
    top: 0.9rem;
    left: 50%;
    z-index: 4;
    width: 5.75rem;
    height: 1.25rem;
    transform: translateX(-50%);
    border-radius: 999px;
    background: #050507;
    box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.06);
}

.ms-aluggo-biolink-phone-screen {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 2rem;
    aspect-ratio: 9 / 19;
    background: #0c0c10;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.ms-aluggo-biolink-screen-bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(6, 6, 10, 0.2) 0%, rgba(6, 6, 10, 0.72) 42%, rgba(6, 6, 10, 0.94) 100%),
        linear-gradient(160deg, #1f1a35 0%, #14102a 38%, #0b1220 100%);
}

.ms-aluggo-biolink-screen-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 90% 55% at 50% -5%, color-mix(in srgb, var(--ms-primary) 42%, transparent), transparent 72%),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cpath d='M0 40h80M40 0v80' stroke='rgba(255,255,255,0.035)' stroke-width='0.75'/%3E%3C/svg%3E");
    opacity: 1;
}

.ms-aluggo-biolink-screen-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 120'%3E%3Cpath fill='rgba(255,255,255,0.03)' d='M0 80 L40 50 L80 65 L120 40 L160 55 L200 35 L200 120 L0 120Z'/%3E%3C/svg%3E") center bottom / cover no-repeat;
    opacity: 0.85;
}

.ms-aluggo-biolink-status-bar {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.55rem 1rem 0.25rem;
    font-size: 0.5625rem;
    font-weight: var(--ms-fw-heading);
    color: rgba(255, 255, 255, 0.92);
}

.ms-aluggo-biolink-status-icons {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.625rem;
}

.ms-aluggo-biolink-screen-scroll {
    position: relative;
    z-index: 1;
    flex: 1;
    min-height: 0;
    padding: 0.35rem 0.9rem 0.5rem;
    overflow: hidden;
}

.ms-aluggo-biolink-profile {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 0.9rem;
}

.ms-aluggo-biolink-avatar {
    position: relative;
    display: inline-flex;
    margin-bottom: 0.6rem;
}

.ms-aluggo-biolink-avatar-mark {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.1rem;
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 50%;
    background: linear-gradient(145deg, var(--ms-primary) 0%, color-mix(in srgb, var(--ms-primary) 72%, #312e81) 100%);
    color: #fff;
    box-shadow:
        0 14px 32px -14px color-mix(in srgb, var(--ms-primary) 70%, transparent),
        0 0 0 3px rgba(255, 255, 255, 0.12);
}

.ms-aluggo-biolink-avatar-mark .bi {
    font-size: 1.05rem;
    line-height: 1;
}

.ms-aluggo-biolink-avatar-mark span {
    font-size: 0.5rem;
    font-weight: var(--ms-fw-heading);
    letter-spacing: 0.04em;
    text-transform: lowercase;
    line-height: 1;
    opacity: 0.95;
}

.ms-aluggo-biolink-avatar-badge {
    position: absolute;
    right: -0.05rem;
    bottom: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.15rem;
    height: 1.15rem;
    border-radius: 50%;
    background: #fff;
    color: #3b82f6;
    font-size: 0.75rem;
    box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.4);
}

.ms-aluggo-biolink-profile-name {
    margin: 0 0 0.22rem;
    font-size: 0.875rem;
    font-weight: var(--ms-fw-heading);
    letter-spacing: -0.02em;
    color: #fff;
}

.ms-aluggo-biolink-profile-tagline {
    margin: 0;
    font-size: 0.625rem;
    color: rgba(255, 255, 255, 0.68);
}

.ms-aluggo-biolink-links {
    display: grid;
    gap: 0.42rem;
    margin-bottom: 0.9rem;
}

.ms-aluggo-biolink-link-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0.58rem 0.75rem;
    border-radius: var(--ms-radius-sm);
    font-size: 0.625rem;
    font-weight: var(--ms-fw-heading);
    letter-spacing: 0.01em;
    color: #fff;
    background: linear-gradient(135deg, var(--ms-primary) 0%, color-mix(in srgb, var(--ms-primary) 80%, #4338ca) 100%);
    box-shadow:
        0 10px 22px -14px color-mix(in srgb, var(--ms-primary) 75%, transparent),
        inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.ms-aluggo-biolink-link-btn .bi {
    font-size: 0.78rem;
}

.ms-aluggo-biolink-catalog-label {
    margin: 0 0 0.5rem;
    font-size: 0.5625rem;
    font-weight: var(--ms-fw-heading);
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-align: center;
    color: rgba(255, 255, 255, 0.75);
}

.ms-aluggo-biolink-catalog {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
}

.ms-aluggo-biolink-property {
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.11);
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 24px -16px rgba(0, 0, 0, 0.45);
}

.ms-aluggo-biolink-property-thumb {
    display: block;
    width: 100%;
    aspect-ratio: 5 / 3.6;
    background-size: cover;
    background-position: center;
}

.ms-aluggo-biolink-property-thumb--1 {
    background-image:
        linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.42) 100%),
        radial-gradient(ellipse 90% 70% at 50% 110%, #4ade80 0%, transparent 55%),
        linear-gradient(180deg, #93c5fd 0%, #60a5fa 28%, #3b82f6 55%, #1e3a5f 100%);
}

.ms-aluggo-biolink-property-thumb--2 {
    background-image:
        linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.42) 100%),
        radial-gradient(ellipse 90% 70% at 50% 110%, #86efac 0%, transparent 55%),
        linear-gradient(180deg, #fcd34d 0%, #f59e0b 30%, #b45309 70%, #451a03 100%);
}

.ms-aluggo-biolink-property-body {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    padding: 0.45rem 0.5rem 0.55rem;
}

.ms-aluggo-biolink-property-type {
    font-size: 0.5rem;
    color: rgba(255, 255, 255, 0.58);
}

.ms-aluggo-biolink-property-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 1.45em;
    font-size: 0.5625rem;
    font-weight: var(--ms-fw-heading);
    line-height: 1.35;
    color: #fff;
}

.ms-aluggo-biolink-property-price {
    margin-top: 0.15rem;
    font-size: 0.625rem;
    font-weight: var(--ms-fw-heading);
    letter-spacing: -0.01em;
    color: color-mix(in srgb, var(--ms-primary) 35%, #fff);
}

.ms-aluggo-biolink-home-bar {
    position: relative;
    z-index: 2;
    flex-shrink: 0;
    height: 1.15rem;
    margin-bottom: 0.35rem;
}

.ms-aluggo-biolink-home-bar::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0.2rem;
    width: 5rem;
    height: 0.22rem;
    transform: translateX(-50%);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.42);
}

@media (max-width: 991.98px) {
    .ms-aluggo-biolink-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .ms-aluggo-biolink-copy .ms-site-section-title {
        max-width: none;
    }

    .ms-aluggo-biolink-mockup-wrap {
        order: -1;
    }

    .ms-aluggo-biolink-phone {
        transform: none;
    }
}

@media (max-width: 575.98px) {
    .ms-aluggo-biolink-social {
        min-width: 4rem;
        padding: 0.55rem 0.45rem 0.45rem;
        font-size: 1.1rem;
    }

    .ms-aluggo-biolink-phone {
        width: min(100%, 17.5rem);
    }

    .ms-aluggo-biolink-mockup-ring {
        width: min(100%, 18.5rem);
    }
}

@media (prefers-reduced-motion: reduce) {
    .ms-aluggo-biolink-phone {
        transform: none;
    }
}
.ms-aluggo-biolink-socials-label {
    margin: 0 0 0.85rem;
    font-size: 0.6875rem;
    font-weight: var(--ms-fw-heading);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--ms-text-muted);
}

.ms-aluggo-biolink-socials-marquee {
    position: relative;
    overflow: hidden;
    margin: 0 -0.25rem;
    padding: 0.25rem 0;
    mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 90%, transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 90%, transparent 100%);
}

.ms-aluggo-biolink-socials-track {
    display: flex;
    width: max-content;
    animation: ms-aluggo-biolink-socials-scroll 32s linear infinite;
    will-change: transform;
}

.ms-aluggo-biolink-socials-marquee:hover .ms-aluggo-biolink-socials-track {
    animation-play-state: paused;
}

@keyframes ms-aluggo-biolink-socials-scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.ms-aluggo-biolink-socials-group {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    gap: 0.85rem;
    padding-right: 0.85rem;
}

.ms-aluggo-biolink-social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 3.35rem;
    height: 3.35rem;
    border-radius: 50%;
    font-size: 1.35rem;
    color: #fff;
    border: none;
    box-shadow: 0 10px 28px -14px rgba(24, 24, 27, 0.35);
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.ms-aluggo-biolink-social:hover {
    transform: scale(1.08);
}

.ms-aluggo-biolink-social--whatsapp {
    background: #25d366;
}

.ms-aluggo-biolink-social--instagram {
    background: linear-gradient(135deg, #f58529 0%, #dd2a7b 52%, #8134af 100%);
}

.ms-aluggo-biolink-social--facebook {
    background: #1877f2;
}

.ms-aluggo-biolink-social--linkedin {
    background: #0a66c2;
}

.ms-aluggo-biolink-social--telegram {
    background: #229ed9;
}

.ms-aluggo-biolink-social--tiktok {
    background: #000;
}

.ms-aluggo-biolink-social--twitter {
    background: #1da1f2;
}

.ms-aluggo-biolink-social--gmail {
    background: #fff;
    color: #ea4335;
    box-shadow:
        0 10px 28px -14px rgba(24, 24, 27, 0.2),
        inset 0 0 0 1px var(--ms-border);
}
@media (prefers-reduced-motion: reduce) {
    .ms-aluggo-biolink-phone {
        transform: none;
    }

    .ms-aluggo-biolink-socials-track {
        animation: none;
        flex-wrap: wrap;
        width: auto;
    }

    .ms-aluggo-biolink-socials-marquee {
        mask-image: none;
        -webkit-mask-image: none;
        overflow: visible;
    }

    .ms-aluggo-biolink-socials-group[aria-hidden="true"] {
        display: none;
    }
}
.ms-aluggo-biolink-highlights {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.45rem 0.55rem;
    margin: 0 0 1.35rem;
    padding: 0;
    list-style: none;
}

.ms-aluggo-biolink-highlight {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    flex: 0 1 auto;
    min-width: 0;
    padding: 0;
    font-size: clamp(0.7rem, 1.1vw, 0.8125rem);
    font-weight: var(--ms-fw-medium);
    color: var(--ms-text-muted);
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    white-space: nowrap;
}

.ms-aluggo-biolink-highlight-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 1.65rem;
    height: 1.65rem;
    border-radius: 7px;
    background: color-mix(in srgb, var(--ms-primary) 10%, #fff);
    color: var(--ms-primary);
    font-size: 0.8rem;
}

.ms-aluggo-biolink-highlight:not(:last-child)::after {
    content: '';
    display: inline-block;
    flex-shrink: 0;
    width: 1px;
    height: 0.85rem;
    margin-left: 0.2rem;
    background: var(--ms-border);
}

@media (max-width: 575.98px) {
    .ms-aluggo-biolink-highlights {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.45rem;
    }

    .ms-aluggo-biolink-highlight:not(:last-child)::after {
        display: none;
    }
}
.ms-aluggo-biolink-title {
    display: flex;
    flex-direction: column;
    max-width: none;
    font-size: clamp(2rem, 4.8vw, 2.85rem);
    line-height: 1.04;
    letter-spacing: -0.04em;
}

.ms-aluggo-biolink-title span {
    display: block;
}

.ms-aluggo-biolink-lead {
    margin: 0 0 1.5rem;
    max-width: none;
    width: 100%;
    font-size: clamp(1.0625rem, 2.1vw, 1.25rem);
    line-height: 1.6;
    color: var(--ms-text-muted);
}
.ms-aluggo-finance-section {
    padding-block: clamp(3.5rem, 7vw, 5rem);
    background: #fff;
}

.ms-aluggo-finance-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.88fr);
    align-items: center;
    gap: clamp(2rem, 5vw, 4rem);
}

.ms-aluggo-finance-copy {
    min-width: 0;
}

.ms-aluggo-finance-title {
    display: flex;
    flex-direction: column;
    max-width: none;
    margin-bottom: 1rem;
    font-size: clamp(2rem, 4.8vw, 2.85rem);
    line-height: 1.04;
    letter-spacing: -0.04em;
}

.ms-aluggo-finance-lead {
    margin: 0;
    max-width: none;
    width: 100%;
    font-size: clamp(0.98rem, 1.6vw, 1.125rem);
    line-height: 1.7;
    color: #4a5568;
}

.ms-aluggo-finance-panel-wrap {
    display: flex;
    justify-content: center;
    min-width: 0;
}

.ms-aluggo-finance-panel {
    width: min(100%, 22rem);
    padding: 0.35rem 0 0.65rem;
    border-radius: 16px;
    background: #eef1f5;
    border: 1px solid color-mix(in srgb, var(--ms-border) 90%, #cbd5e1);
}

.ms-aluggo-finance-panel-head {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.85rem 1rem 0.75rem;
    font-size: 0.9375rem;
    font-weight: var(--ms-fw-heading);
    color: #4b5a6b;
}

.ms-aluggo-finance-panel-head-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1.05rem;
    color: #5b6b7c;
}

.ms-aluggo-finance-panel-head-label {
    flex: 1;
    min-width: 0;
}

.ms-aluggo-finance-panel-head-chevron {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 0.75rem;
    color: #7b8a9a;
}

.ms-aluggo-finance-menu-list {
    list-style: none;
    margin: 0;
    padding: 0 0.65rem 0.35rem 1.55rem;
    border-left: 1px solid color-mix(in srgb, var(--ms-border) 85%, #cbd5e1);
    margin-left: 1.55rem;
}

.ms-aluggo-finance-menu-item {
    margin: 0;
}

.ms-aluggo-finance-menu-item + .ms-aluggo-finance-menu-item {
    margin-top: 0.15rem;
}

.ms-aluggo-finance-menu-link {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.62rem 0.75rem;
    border-radius: 10px;
    font-size: 0.875rem;
    font-weight: var(--ms-fw-medium);
    color: #5b6b7c;
    background: transparent;
    transition: background 0.2s ease, color 0.2s ease;
}

.ms-aluggo-finance-menu-item:nth-child(1) .ms-aluggo-finance-menu-link {
    background: rgba(255, 255, 255, 0.72);
    color: #3d4d5f;
}

.ms-aluggo-finance-menu-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 1.15rem;
    font-size: 0.95rem;
    color: #6b7c8d;
}

@media (max-width: 991.98px) {
    .ms-aluggo-finance-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .ms-aluggo-finance-panel-wrap {
        order: -1;
    }

    .ms-aluggo-finance-title {
        font-size: clamp(1.75rem, 7vw, 2.25rem);
    }
}

/* —— Aluggo: card de preço premium —— */
.ms-aluggo-page .ms-aluggo-pricing-wrap {
    position: relative;
    max-width: 30rem;
    margin-inline: auto;
    padding-top: 0.95rem;
}

.ms-aluggo-page .ms-aluggo-pricing-badge {
    top: 0.95rem;
    z-index: 3;
    color: var(--ms-primary);
    background: #fff;
    box-shadow: 0 8px 24px rgba(8, 4, 26, 0.22);
}

.ms-aluggo-page .ms-aluggo-pricing-card {
    isolation: isolate;
    border-radius: 20px;
    overflow: hidden;
    border: none;
    background:
        radial-gradient(ellipse 115% 90% at 100% 100%, rgba(255, 255, 255, 0.92) 0%, rgba(236, 231, 255, 0.55) 20%, transparent 54%),
        radial-gradient(ellipse 85% 70% at 0% 0%, rgba(5, 2, 15, 0.96) 0%, transparent 62%),
        linear-gradient(135deg, #08041a 0%, #1a0f42 24%, #4a36a8 52%, #7d6ad4 76%, #ebe6ff 100%);
    box-shadow: 0 28px 64px -28px rgba(8, 4, 26, 0.45);
    color: #fff;
}

.ms-aluggo-page .ms-aluggo-pricing-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 78% 72%, rgba(255, 255, 255, 0.22) 0%, transparent 42%);
    pointer-events: none;
    z-index: 0;
}

.ms-aluggo-page .ms-aluggo-pricing-card > * {
    position: relative;
    z-index: 1;
}

.ms-aluggo-page .ms-aluggo-pricing-head {
    padding-bottom: 0;
    border-bottom: none;
}

.ms-aluggo-page .ms-aluggo-pricing-name {
    color: #fff;
    text-shadow: 0 2px 20px rgba(8, 4, 26, 0.28);
}

.ms-aluggo-page .ms-aluggo-pricing-value {
    color: #fff;
    text-shadow: 0 2px 24px rgba(8, 4, 26, 0.32);
}

.ms-aluggo-page .ms-aluggo-pricing-period {
    color: rgba(255, 255, 255, 0.82);
}

.ms-aluggo-page .ms-aluggo-pricing-note {
    color: rgba(255, 255, 255, 0.68);
}

.ms-aluggo-page .ms-aluggo-pricing-features {
    gap: 0.55rem;
}

.ms-aluggo-page .ms-aluggo-pricing-features li {
    color: rgba(255, 255, 255, 0.94);
    background: transparent;
    border: none;
    padding: 0.45rem 0;
    border-radius: 0;
}

.ms-aluggo-page .ms-aluggo-pricing-check {
    background: rgba(255, 255, 255, 0.92);
    color: var(--ms-primary);
}

body.ms-store .ms-aluggo-page .ms-aluggo-pricing-card a.ms-hero-btn.ms-hero-btn--primary.ms-aluggo-pricing-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    width: 100%;
    padding: 0.85rem 1.15rem;
    font-size: 0.875rem;
    font-weight: var(--ms-fw-heading);
    letter-spacing: 0.05em;
    text-transform: uppercase;
    white-space: nowrap;
    background: #25d366;
    color: #fff;
    border: 1px solid #25d366;
    box-shadow: 0 12px 28px rgba(37, 211, 102, 0.32);
    filter: none;
}

body.ms-store .ms-aluggo-page .ms-aluggo-pricing-card a.ms-hero-btn.ms-hero-btn--primary.ms-aluggo-pricing-btn-primary i {
    flex-shrink: 0;
    width: auto;
    font-size: 1.05rem;
    line-height: 1;
    background: transparent;
    color: #fff;
}

body.ms-store .ms-aluggo-page .ms-aluggo-pricing-card a.ms-hero-btn.ms-hero-btn--primary.ms-aluggo-pricing-btn-primary:hover,
body.ms-store .ms-aluggo-page .ms-aluggo-pricing-card a.ms-hero-btn.ms-hero-btn--primary.ms-aluggo-pricing-btn-primary:focus-visible {
    background: #20bd5a;
    color: #fff;
    border-color: #20bd5a;
    filter: none;
}

body.ms-store .ms-aluggo-page .ms-aluggo-pricing-card a.ms-hero-btn.ms-hero-btn--primary.ms-aluggo-pricing-btn-primary:hover i,
body.ms-store .ms-aluggo-page .ms-aluggo-pricing-card a.ms-hero-btn.ms-hero-btn--primary.ms-aluggo-pricing-btn-primary:focus-visible i {
    background: transparent;
    color: #fff;
}

body.ms-store .ms-aluggo-page .ms-aluggo-pricing-card a.ms-hero-btn.ms-hero-btn--secondary.ms-aluggo-pricing-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0.85rem 1.15rem;
    font-size: 0.9375rem;
    font-weight: var(--ms-fw-medium);
    text-transform: none;
    letter-spacing: 0;
    background: transparent;
    color: #fff;
    border: 1.5px solid rgba(255, 255, 255, 0.5);
    box-shadow: none;
}

body.ms-store .ms-aluggo-page .ms-aluggo-pricing-card a.ms-hero-btn.ms-hero-btn--secondary.ms-aluggo-pricing-btn-secondary:hover,
body.ms-store .ms-aluggo-page .ms-aluggo-pricing-card a.ms-hero-btn.ms-hero-btn--secondary.ms-aluggo-pricing-btn-secondary:focus-visible {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.72);
    box-shadow: none;
}

@media (max-width: 767.98px) {
    body.ms-store .ms-aluggo-page .ms-aluggo-pricing-card .ms-aluggo-pricing-actions {
        flex-direction: column;
        gap: 0.75rem;
    }

    body.ms-store .ms-aluggo-page .ms-aluggo-pricing-card a.ms-hero-btn.ms-hero-btn--primary.ms-aluggo-pricing-btn-primary,
    body.ms-store .ms-aluggo-page .ms-aluggo-pricing-card a.ms-hero-btn.ms-hero-btn--secondary.ms-aluggo-pricing-btn-secondary {
        flex: 1 1 auto;
        min-width: 0;
        font-size: 0.875rem;
        padding: 0.85rem 1rem;
    }
}

/* —— Aluggo: responsivo mobile —— */
@media (max-width: 991.98px) {
    .ms-aluggo-page .ms-site-section--premium::before {
        display: none;
    }

    .ms-aluggo-page .ms-aluggo-biolink-grid,
    .ms-aluggo-page .ms-aluggo-finance-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .ms-aluggo-page .ms-aluggo-biolink-mockup-wrap {
        order: -1;
    }

    .ms-aluggo-page .ms-aluggo-finance-panel-wrap {
        order: -1;
    }

    .ms-aluggo-page .ms-aluggo-finance-title {
        font-size: clamp(1.75rem, 5.5vw, 2.25rem);
    }

    .ms-aluggo-page .ms-aluggo-why-copy .ms-site-section-title {
        max-width: none;
    }
}

@media (max-width: 767.98px) {
    .ms-aluggo-page .ms-aluggo-hero {
        padding-bottom: 1.75rem;
    }

    .ms-aluggo-page .ms-aluggo-hero .ms-hero-title {
        max-width: none;
    }

    .ms-aluggo-page .ms-aluggo-hero .ms-hero-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 0.65rem;
        max-width: 100%;
    }

    .ms-aluggo-page .ms-aluggo-hero .ms-hero-actions .ms-hero-btn {
        flex: 1 1 auto;
        width: 100%;
        min-height: 48px;
        justify-content: center;
    }

    .ms-aluggo-page .ms-aluggo-hero-scene {
        max-width: min(100%, 340px);
        margin-inline: auto;
    }

    .ms-aluggo-page .ms-aluggo-hero-float {
        font-size: 0.6875rem;
        padding: 0.38rem 0.6rem;
    }

    .ms-aluggo-page .ms-aluggo-hero-float--1 {
        top: 10%;
        left: 0;
    }

    .ms-aluggo-page .ms-aluggo-hero-float--2 {
        top: 40%;
        right: 0;
    }

    .ms-aluggo-page .ms-aluggo-hero-float--3 {
        bottom: 14%;
        left: 4%;
    }

    .ms-aluggo-page .ms-aluggo-why-section,
    .ms-aluggo-page .ms-aluggo-setup-section,
    .ms-aluggo-page .ms-aluggo-biolink-section,
    .ms-aluggo-page .ms-aluggo-finance-section,
    .ms-aluggo-page .ms-aluggo-timeline-section,
    .ms-aluggo-page .ms-aluggo-pricing-section,
    .ms-aluggo-page #ganhos.ms-site-section {
        padding-block: clamp(2.25rem, 7vw, 3rem);
    }

    .ms-aluggo-page .ms-aluggo-setup-panel {
        padding: 1.35rem;
        border-radius: 18px;
    }

    .ms-aluggo-page .ms-aluggo-setup-title {
        max-width: none;
        font-size: clamp(1.5rem, 5.5vw, 1.9rem);
    }

    .ms-aluggo-page .ms-aluggo-setup-lead,
    .ms-aluggo-page .ms-aluggo-intro-copy {
        font-size: 0.9375rem;
    }

    .ms-aluggo-page .ms-aluggo-intro-highlight {
        font-size: 1rem;
    }

    .ms-aluggo-page .ms-aluggo-features-band {
        padding: 2.35rem 0 2.75rem;
    }

    .ms-aluggo-page .ms-aluggo-features-band .ms-site-section-head {
        margin-bottom: 1.65rem;
    }

    .ms-aluggo-page .ms-aluggo-showcase {
        padding: 1.65rem 0 1.85rem;
    }

    .ms-aluggo-page .ms-aluggo-timeline-shell {
        padding: 1rem;
        border-radius: 18px;
    }

    .ms-aluggo-page .ms-aluggo-timeline-card-text {
        padding-left: 0;
    }

    .ms-aluggo-page .ms-aluggo-gain-card {
        padding: 1.1rem 0.95rem;
        border-radius: 16px;
    }

    .ms-aluggo-page .ms-aluggo-gain-icon {
        width: 2.5rem;
        height: 2.5rem;
        margin-bottom: 0.85rem;
        font-size: 1.05rem;
    }

    .ms-aluggo-page .ms-aluggo-gain-title {
        font-size: 0.875rem;
    }

    .ms-aluggo-page .ms-aluggo-gain-text {
        font-size: 0.75rem;
        line-height: 1.5;
    }

    .ms-aluggo-page #ganhos .col-6:last-child {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .ms-aluggo-page .ms-aluggo-pricing-card {
        padding: 2rem 1.2rem 1.45rem;
        border-radius: 20px;
    }

    .ms-aluggo-page .ms-aluggo-pricing-actions {
        flex-direction: column;
        gap: 0.65rem;
    }

    .ms-aluggo-page .ms-aluggo-pricing-value {
        font-size: clamp(2rem, 9vw, 2.5rem);
    }

    .ms-aluggo-page .ms-aluggo-final-cta .ms-home-cta-inner {
        padding-left: clamp(1.25rem, 4vw, 1.75rem);
        padding-right: clamp(1.25rem, 4vw, 1.75rem);
    }

    .ms-aluggo-page .ms-aluggo-final-cta .ms-home-cta-card {
        padding: 2rem clamp(1.5rem, 5vw, 2.25rem);
        border-radius: 18px;
    }

    .ms-aluggo-page .ms-page-breadcrumb {
        font-size: 0.75rem;
        line-height: 1.45;
        flex-wrap: wrap;
        row-gap: 0.15rem;
    }
}

@media (max-width: 575.98px) {
    .ms-aluggo-page .ms-aluggo-hero-floats {
        display: none;
    }

    .ms-aluggo-page .ms-aluggo-hero-scene {
        max-width: 100%;
    }

    .ms-aluggo-page .ms-aluggo-hero .ms-hero-title {
        font-size: clamp(1.6rem, 8vw, 2rem);
    }

    .ms-aluggo-page .ms-aluggo-hero .ms-hero-lead {
        font-size: 0.9375rem;
        margin-bottom: 1.25rem;
    }

    .ms-aluggo-page .ms-aluggo-why-browser-url {
        font-size: 0.625rem;
        padding: 0.3rem 0.5rem;
    }

    .ms-aluggo-page .ms-aluggo-biolink-title {
        font-size: clamp(1.55rem, 7.5vw, 1.9rem);
    }

    .ms-aluggo-page .ms-aluggo-biolink-title span {
        white-space: normal;
    }

    .ms-aluggo-page .ms-aluggo-biolink-highlights {
        flex-direction: column;
        align-items: flex-start;
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    .ms-aluggo-page .ms-aluggo-biolink-highlight {
        white-space: normal;
        width: 100%;
        font-size: 0.8125rem;
    }

    .ms-aluggo-page .ms-aluggo-biolink-highlight:not(:last-child)::after {
        display: none;
    }

    .ms-aluggo-page .ms-aluggo-biolink-phone {
        width: min(100%, 17.5rem);
    }

    .ms-aluggo-page .ms-aluggo-showcase-slide {
        flex-basis: 100%;
        max-width: 100%;
    }

    .ms-aluggo-page .ms-aluggo-showcase-slide img {
        height: clamp(7.5rem, 46vw, 10.5rem);
    }

    .ms-aluggo-page .ms-aluggo-showcase-btn {
        width: 2.15rem;
        height: 2.15rem;
        font-size: 0.9rem;
    }

    .ms-aluggo-page .ms-aluggo-setup-pill {
        font-size: 0.75rem;
        padding: 0.38rem 0.65rem;
    }

    .ms-aluggo-page #recursos .ms-site-service-card {
        padding: 1rem 0.85rem;
    }

    .ms-aluggo-page #recursos .ms-site-service-title {
        font-size: 0.875rem;
    }

    .ms-aluggo-page #recursos .ms-site-service-text {
        font-size: 0.75rem;
        line-height: 1.45;
    }

    .ms-aluggo-page .ms-aluggo-finance-title {
        font-size: clamp(1.55rem, 7.5vw, 1.9rem);
    }

    .ms-aluggo-page .ms-aluggo-finance-panel {
        width: 100%;
    }

    .ms-aluggo-page .ms-aluggo-final-cta .ms-home-cta-title {
        font-size: clamp(1.45rem, 6.5vw, 1.75rem);
    }

    .ms-aluggo-page .ms-aluggo-final-cta .ms-home-cta-lead {
        font-size: 0.9375rem;
        line-height: 1.6;
    }

    .ms-aluggo-page .ms-aluggo-pricing-features li {
        font-size: 0.875rem;
        padding: 0.4rem 0;
    }
}

/* —— Autenticação (login / registro) —— */
body.ms-store .ms-auth-page--login {
    width: 100%;
    padding: clamp(2.5rem, 6vw, 4rem) 1rem clamp(3rem, 8vw, 5rem);
    background: #f2f3ff;
}

body.ms-store .ms-auth-page--login .ms-auth-lead {
    margin: -0.75rem 0 1.5rem;
    font-size: 0.95rem;
    line-height: 1.6;
    text-align: center;
    color: #727586;
}

body.ms-store .ms-auth-wrap {
    width: 100%;
    max-width: 28rem;
    margin: 0 auto;
}

body.ms-store .ms-auth-page--login .ms-auth-wrap {
    max-width: 30rem;
}

body.ms-store .ms-auth-card {
    padding: clamp(1.75rem, 4vw, 2.25rem);
    background: #fff;
    border: 1px solid #e8eaef;
    border-radius: 12px;
    box-shadow: none;
}

body.ms-store .ms-auth-page--login .ms-auth-card {
    padding: clamp(2rem, 5vw, 2.75rem);
    border: 1px solid #dadce3;
    border-radius: 22px;
}

body.ms-store .ms-auth-title {
    margin: 0 0 1.5rem;
    font-family: var(--ms-display);
    font-size: clamp(1.65rem, 4vw, 2rem);
    font-weight: var(--ms-fw-heading);
    letter-spacing: -0.03em;
    color: #1e1b4b;
    text-align: center;
}

body.ms-store .ms-auth-page--login .ms-auth-title {
    margin: 0 0 clamp(1.75rem, 4vw, 2.25rem);
    font-size: clamp(2rem, 5vw, 2.5rem);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.04em;
    color: #2f1c6a;
}

body.ms-store .ms-auth-alert {
    margin-bottom: 1rem;
    padding: 0.8rem 0.95rem;
    font-size: 0.875rem;
    line-height: 1.45;
    color: #991b1b;
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: var(--ms-radius-sm);
}

body.ms-store .ms-auth-alert--success {
    color: #166534;
    background: #f0fdf4;
    border-color: #bbf7d0;
}

body.ms-store .ms-auth-form .ms-auth-label,
body.ms-store .ms-auth-form .form-label {
    display: block;
    margin-bottom: 0.45rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #1f2937;
}

body.ms-store .ms-auth-page--login .ms-auth-form .ms-auth-label,
body.ms-store .ms-auth-page--login .ms-auth-form .form-label {
    margin-bottom: 0.55rem;
    font-size: 0.9rem;
    font-weight: 500;
    color: #727586;
}

body.ms-store .ms-auth-field {
    margin-bottom: 1rem;
}

body.ms-store .ms-auth-page--login .ms-auth-field {
    margin-bottom: 1.2rem;
}

body.ms-store .ms-auth-input-wrap {
    position: relative;
}

body.ms-store .ms-auth-input-wrap > i {
    display: none;
}

body.ms-store .ms-auth-input-wrap .ms-auth-input,
body.ms-store .ms-auth-input-wrap .form-control {
    min-height: 48px;
    padding: 0.7rem 0.95rem;
    font-size: 0.9375rem;
    border: 1px solid #d8dbe5;
    border-radius: var(--ms-radius-sm);
    background: #fff;
    color: #111827;
    box-shadow: none;
    transition: border-color 0.15s ease;
}

body.ms-store .ms-auth-input-wrap .ms-auth-input::placeholder,
body.ms-store .ms-auth-input-wrap .form-control::placeholder {
    color: #9ca3af;
}

body.ms-store .ms-auth-input-wrap .ms-auth-input:focus,
body.ms-store .ms-auth-input-wrap .form-control:focus {
    border-color: #111827;
    box-shadow: none;
    outline: none;
    background: #fff;
}

body.ms-store .ms-auth-page--login .ms-auth-input-wrap .ms-auth-input,
body.ms-store .ms-auth-page--login .ms-auth-input-wrap .form-control {
    min-height: 52px;
    padding: 0.8rem 1rem;
    font-size: 1rem;
    border-color: #d5d8e1;
}

body.ms-store .ms-auth-page--login .ms-auth-input-wrap .ms-auth-input:focus,
body.ms-store .ms-auth-page--login .ms-auth-input-wrap .form-control:focus {
    border-color: #2f1c6a;
}

body.ms-store .ms-auth-password-wrap .ms-auth-input,
body.ms-store .ms-auth-password-wrap .form-control {
    padding-right: 2.75rem;
}

body.ms-store .ms-auth-password-toggle {
    position: absolute;
    right: 0.35rem;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    padding: 0;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: #6b7280;
    cursor: pointer;
    transition: color 0.15s ease;
}

body.ms-store .ms-auth-password-toggle:hover {
    color: #111827;
    background: transparent;
}

body.ms-store .ms-auth-forgot {
    display: inline-block;
    margin: 0.15rem 0 1.35rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--ms-primary);
    text-decoration: none;
}

body.ms-store .ms-auth-forgot:hover {
    color: color-mix(in srgb, var(--ms-primary) 82%, #000);
    text-decoration: underline;
    text-underline-offset: 2px;
}

body.ms-store .ms-auth-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    margin-top: 0.5rem;
    padding: 0.75rem 1rem;
    border: 0;
    border-radius: var(--ms-radius-sm);
    background: var(--ms-primary);
    color: #fff;
    font-size: 0.95rem;
    font-weight: var(--ms-fw-medium);
    cursor: pointer;
    transition: background 0.15s ease, transform 0.15s ease;
}

body.ms-store .ms-auth-page--login .ms-auth-submit {
    min-height: 56px;
    margin-top: 0;
    padding: 0.9rem 1rem;
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: -0.01em;
}

body.ms-store .ms-auth-submit:hover {
    background: color-mix(in srgb, var(--ms-primary) 88%, #000);
    color: #fff;
}

body.ms-store .ms-auth-submit:focus-visible {
    outline: 2px solid var(--ms-primary);
    outline-offset: 2px;
}

body.ms-store .ms-auth-card-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.9rem;
    margin-top: 1.5rem;
    text-align: center;
}

body.ms-store .ms-auth-page--login .ms-auth-card-footer {
    margin-top: 1.75rem;
    gap: 1rem;
}

body.ms-store .ms-auth-link {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--ms-primary);
    text-decoration: none;
}

body.ms-store .ms-auth-page--login .ms-auth-link {
    font-size: 0.95rem;
    font-weight: 600;
}

body.ms-store .ms-auth-link:hover {
    color: color-mix(in srgb, var(--ms-primary) 80%, #000);
    text-decoration: underline;
    text-underline-offset: 2px;
}

body.ms-store .ms-auth-footer {
    margin: 0.25rem 0 0;
    font-size: 0.9rem;
    color: #6b7280;
}

body.ms-store .ms-auth-page--login .ms-auth-footer {
    margin: 0;
    font-size: 0.95rem;
    color: #727586;
}

body.ms-store .ms-auth-footer a {
    color: var(--ms-primary);
    font-weight: 500;
    text-decoration: none;
}

body.ms-store .ms-auth-page--login .ms-auth-footer a {
    font-weight: 700;
}

body.ms-store .ms-auth-footer a:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
}

body.ms-store .ms-auth-page--login .ms-auth-hint {
    margin: 0.45rem 0 0;
    font-size: 0.8rem;
    line-height: 1.45;
    color: #727586;
}

body.ms-store .ms-auth-popup-overlay {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    background: rgba(15, 23, 42, 0.34);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    opacity: 0;
    transition: opacity 0.28s ease;
}

body.ms-store .ms-auth-popup-overlay.is-visible {
    opacity: 1;
}

body.ms-store .ms-auth-popup-overlay.is-hiding {
    opacity: 0;
}

body.ms-store .ms-auth-popup {
    width: min(100%, 24rem);
    padding: 2.25rem 2rem 2rem;
    border-radius: 24px;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow:
        0 28px 80px -28px rgba(47, 28, 106, 0.42),
        0 0 0 1px rgba(99, 102, 241, 0.06);
    text-align: center;
    transform: translateY(18px) scale(0.96);
    opacity: 0;
    transition:
        transform 0.38s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.32s ease;
}

body.ms-store .ms-auth-popup-overlay.is-visible .ms-auth-popup {
    transform: translateY(0) scale(1);
    opacity: 1;
}

body.ms-store .ms-auth-popup-overlay.is-hiding .ms-auth-popup {
    transform: translateY(10px) scale(0.98);
    opacity: 0;
}

body.ms-store .ms-auth-popup-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4.5rem;
    height: 4.5rem;
    margin: 0 auto 1.25rem;
    border-radius: 999px;
    font-size: 2rem;
    line-height: 1;
}

body.ms-store .ms-auth-popup-icon--success {
    background: color-mix(in srgb, var(--ms-primary) 14%, #fff);
    color: var(--ms-primary);
    box-shadow: 0 0 0 10px color-mix(in srgb, var(--ms-primary) 10%, transparent);
}

body.ms-store .ms-auth-popup-icon--error {
    background: #fef2f2;
    color: #dc2626;
    box-shadow: 0 0 0 10px rgba(220, 38, 38, 0.08);
}

body.ms-store .ms-auth-popup-title {
    margin: 0 0 0.65rem;
    font-family: var(--ms-display);
    font-size: clamp(1.35rem, 3vw, 1.55rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #2f1c6a;
}

body.ms-store .ms-auth-popup-message {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #64748b;
}

@media (max-width: 575.98px) {
    body.ms-store .ms-auth-page--login {
        padding: 2rem 0.85rem 2.5rem;
    }

    body.ms-store .ms-auth-page--login .ms-auth-card {
        padding: 1.75rem 1.35rem;
        border-radius: 18px;
    }
}

/* —— CTAs: cantos levemente arredondados (sem pílula) —— */
.ms-hero-btn,
a.ms-hero-btn,
button.ms-hero-btn,
.ms-btn,
a.ms-btn,
button.ms-btn,
.ms-home-cta-btn,
.ms-club-home-cta,
.ms-home-products-card-btn,
.ms-blog-card-btn,
.ms-blog-pagination-btn,
.ms-portfolio-card-btn,
.ms-account-mobile-hero-cta,
.ms-aluggo-biolink-link-btn,
.ms-affiliate-calc-preset,
.ms-obi-action,
.product-card-cta,
.ms-club-plan-btn,
.ms-support-chat-send--labeled,
.ms-hero--split .ms-hero-btn,
.ms-hero--split .ms-hero-btn--primary,
.ms-hero--split .ms-hero-btn--secondary {
    border-radius: var(--ms-radius-sm);
}
