/* LP Sistema — estilos complementares (multi-marca via CSS vars) */

:root {
    --slp-hero-bg: #000000;
    --slp-accent: #645caa;
    --slp-btn-gradient: radial-gradient(100.03% 140.18% at 0 85.53%, #ff00ff 0%, #6d00cc 95.31%);
    --slp-btn-gradient-hover: radial-gradient(100.03% 140.18% at 0 85.53%, #ff33ff 0%, #7a00e6 95.31%);
    --slp-btn-shadow: rgba(109, 0, 204, 0.35);
    --slp-btn-shadow-hover: rgba(109, 0, 204, 0.45);
    --slp-footer-gradient: linear-gradient(-250deg, #240342, #7c038e, #240342, #fe00fe);
    --slp-logo-suffix: #ffffff;
    --slp-swiper-bullet-active: #2563eb;
    --slp-font: 'Poppins', sans-serif;
}

body.sistema-landing {
    font-family: var(--slp-font);
    overflow-x: clip;
    max-width: 100%;
}

html:has(body.slp-fintech),
body.slp-fintech {
    background-color: #050508;
}

.slp-main {
    overflow-x: clip;
    max-width: 100%;
}

body.sistema-landing .font-poppins,
body.sistema-landing [class*="font-poppins"] {
    font-family: var(--slp-font) !important;
}

#boxParticles {
    background-color: var(--slp-hero-bg) !important;
}

.color-base-agilpass,
.color-brand-accent {
    color: var(--slp-accent) !important;
}

.navbar-brand .brand-suffix {
    color: var(--slp-logo-suffix) !important;
}

/* Navbar sobre fundo escuro (app-light.css força .nav-link escuro) */
header .navbar .nav-link {
    color: #fff !important;
}

header .navbar .nav-link:hover,
header .navbar .nav-link:focus {
    color: rgba(255, 255, 255, 0.88) !important;
}

header .navbar .navbar-brand,
header .navbar .navbar-brand span {
    color: #fff !important;
}

header .navbar .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.55);
}

header .navbar .navbar-toggler-icon {
    filter: invert(1);
}

.slp-site-header {
    --slp-header-h: 78px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1030;
    background: linear-gradient(180deg, rgba(5, 5, 8, 0.72) 0%, rgba(5, 5, 8, 0) 100%);
    border-bottom: 1px solid transparent;
    box-shadow: none;
    transition: background-color 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
    will-change: background-color, box-shadow;
}

.slp-site-header.is-fixed {
    background: #050508;
    border-bottom-color: rgba(255, 255, 255, 0.08);
    box-shadow: 0 10px 36px rgba(0, 0, 0, 0.38);
}

.slp-fintech #boxParticles > .content > section:first-child,
body.sistema-landing #boxParticles > .content > section:first-child {
    padding-top: calc(var(--slp-header-h) + 1.25rem) !important;
}

.fundo-dots {
    background-image: url('images/bg-section-dots.jpg');
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

footer.bg-footer {
    background: var(--slp-footer-gradient) !important;
    background-size: 400% 400% !important;
}

.image-container {
    position: relative;
    overflow: hidden;
}

.image-container::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(10, 13, 41, 1) 100%);
    pointer-events: none;
    z-index: 1;
}

.border-bottom-radius-after-5::after {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.fig-caption {
    height: 125px;
}

/* Carrossel de recursos — overlay gradiente (sem barra sólida do app-light.css) */
#recursos .swiper-slide {
    background: transparent !important;
    height: auto;
}

#recursos .swiper-slide > div {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

#recursos .image-container {
    position: relative;
    line-height: 0;
}

#recursos .image-container img {
    display: block;
    width: 100%;
    object-fit: cover;
    border-radius: 5px !important;
}

#recursos .fig-caption {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    top: auto !important;
    margin-top: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
    z-index: 2;
    height: 125px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 15px;
    pointer-events: none;
}

#recursos .fig-caption h5 {
    color: #fff !important;
    margin: 0;
    line-height: 1.25;
}

#recursos .mySwiper {
    padding-bottom: 2.5rem;
    overflow: hidden;
    max-width: 100%;
}

.slp-recursos-wrap {
    overflow: hidden;
    max-width: 100%;
}

#recursos .slp-platform-head {
    max-width: min(980px, 100%);
}

#recursos .slp-platform-title {
    font-size: clamp(2rem, 5vw, 3.35rem);
    line-height: 1.12;
    letter-spacing: -0.03em;
}

#recursos .slp-platform-lead {
    max-width: 920px;
    font-size: clamp(1.05rem, 2.2vw, 1.35rem);
    line-height: 1.65;
}

.slp-recursos-inner {
    max-width: 100%;
    overflow: hidden;
}

#recursos .mySwiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #cbd5e1;
    opacity: 1;
}

#recursos .mySwiper .swiper-pagination-bullet-active {
    background: var(--slp-swiper-bullet-active);
}

.h-lg-260 { height: 260px; }
.h-xs-200px { height: 200px; }

@media (max-width: 991.98px) {
    .h-lg-260 { height: 200px; }
}

/* Botão Criar — gradiente da marca (sem conflito com Bootstrap .btn) */
.form__row .btn-criar-lp {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0;
    height: 72px;
    width: 219px;
    padding: 0 1.25rem !important;
    margin: 0;
    border: none !important;
    border-radius: 50px !important;
    background: var(--slp-btn-gradient) !important;
    background-color: transparent !important;
    color: #fff !important;
    font-family: var(--slp-font) !important;
    font-size: 24px !important;
    font-weight: 900 !important;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none;
    box-shadow: 0 8px 24px var(--slp-btn-shadow);
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
    -webkit-font-smoothing: antialiased;
}

.form__row .btn-criar-lp:hover,
.form__row .btn-criar-lp:focus {
    color: #fff !important;
    background: var(--slp-btn-gradient-hover) !important;
    transform: translateY(-1px);
    box-shadow: 0 12px 28px var(--slp-btn-shadow-hover);
    filter: brightness(1.05);
}

.form__row .btn-criar-lp:active {
    transform: translateY(0);
}

.form__row .btn-criar-lp .magic {
    width: 22px;
    height: auto;
}

@media (max-width: 768px) {
    .form__row .btn-criar-lp {
        width: 100px;
        font-size: 16px !important;
        height: 72px;
    }

    .form__row .btn-criar-lp .magic {
        display: none;
    }
}

body[data-brand="wozcloud"] .form__row .input-icon img {
    filter: brightness(0) saturate(100%) invert(16%) sepia(97%) saturate(7452%) hue-rotate(357deg) brightness(95%) contrast(112%);
}

body[data-brand="wozcloud"] .navbar-brand {
    font-weight: 800;
    letter-spacing: 0.04em;
}

/* ── Tema escuro luxuoso (WOZCLOUD / WOZBANK) ── */
body[data-theme="dark"] {
    background-color: var(--slp-section-bg, #000);
    color: var(--slp-text-primary, #f5f5f5);
}

body[data-theme="dark"] main {
    background-color: var(--slp-section-bg, #000);
}

body[data-theme="dark"] .fundo-dots {
    background-image: none !important;
    background-color: var(--slp-section-bg, #000);
    position: relative;
    isolation: isolate;
}

body[data-theme="dark"] main > .fundo-dots:nth-of-type(even),
body[data-theme="dark"] main > section.fundo-dots:nth-of-type(even) {
    background-color: var(--slp-section-bg-elevated, #0a0a0a);
}

body[data-theme="dark"] .fundo-dots::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 90% 55% at 50% -10%, rgba(229, 9, 20, 0.09) 0%, transparent 58%),
        radial-gradient(ellipse 50% 35% at 100% 80%, rgba(229, 9, 20, 0.04) 0%, transparent 55%),
        radial-gradient(ellipse 40% 30% at 0% 60%, rgba(255, 255, 255, 0.02) 0%, transparent 50%);
}

body[data-theme="dark"] .fundo-dots > * {
    position: relative;
    z-index: 1;
}

body[data-theme="dark"] .color-base,
body[data-theme="dark"] main .font-poppins.weight-700,
body[data-theme="dark"] main .font-poppins.weight-900,
body[data-theme="dark"] main h1:not(.color-brand-accent),
body[data-theme="dark"] main h2 {
    color: var(--slp-text-primary, #f5f5f5) !important;
}

body[data-theme="dark"] main p,
body[data-theme="dark"] .color-grafite {
    color: var(--slp-text-muted, #9ca3af) !important;
}

body[data-theme="dark"] .color-brand-accent {
    color: var(--slp-accent) !important;
}

body[data-theme="dark"] .subdomain {
    color: var(--slp-accent) !important;
    opacity: 0.92;
}

body[data-theme="dark"] .form__row {
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow:
        0 24px 64px rgba(0, 0, 0, 0.55),
        inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
}

body[data-theme="dark"] footer.bg-footer {
    background: var(--slp-footer-gradient) !important;
    border-top: 1px solid rgba(229, 9, 20, 0.22);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

body[data-theme="dark"] #recursos .swiper-slide > div {
    border-color: rgba(255, 255, 255, 0.08) !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
}

body[data-theme="dark"] #recursos .mySwiper .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.18);
}

body[data-theme="dark"] .image-container::after {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.92) 100%);
}

body[data-theme="dark"] .image {
    filter: grayscale(1) brightness(0.85);
}

body[data-theme="dark"] .image:hover {
    filter: grayscale(0.2) brightness(1);
}

body[data-theme="dark"] .border-light {
    border-color: rgba(255, 255, 255, 0.08) !important;
}

body[data-theme="dark"] #boxParticles {
    position: relative;
}

body[data-theme="dark"] #boxParticles::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background:
        radial-gradient(ellipse 70% 60% at 50% 45%, transparent 0%, rgba(0, 0, 0, 0.55) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, transparent 30%, transparent 70%, rgba(0, 0, 0, 0.5) 100%);
}

.slp-fintech #boxParticles::after {
    background:
        radial-gradient(ellipse 80% 65% at 50% 40%, transparent 0%, rgba(0, 0, 0, 0.28) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, transparent 35%, transparent 75%, rgba(0, 0, 0, 0.25) 100%);
}

body[data-theme="dark"] #boxParticles .content {
    z-index: 3;
}

/* ── Seção plataforma (bento grid) ── */
.slp-platform {
    overflow: visible;
    max-width: 100%;
}

.slp-platform-head {
    max-width: 720px;
}

.slp-eyebrow {
    display: inline-block;
    padding: 0.35rem 0.85rem;
    margin-bottom: 1.25rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--slp-accent);
    border: 1px solid rgba(229, 9, 20, 0.35);
    background: rgba(229, 9, 20, 0.08);
}

.slp-platform-title {
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    line-height: 1.15;
    letter-spacing: -0.02em;
}

#plataforma .slp-platform-head {
    max-width: 920px;
}

#plataforma .slp-platform-title {
    font-size: clamp(2.1rem, 5.5vw, 3.65rem);
    line-height: 1.1;
    letter-spacing: -0.03em;
}

.slp-platform-lead {
    max-width: 580px;
    line-height: 1.6;
}

.slp-platform-lead--lg,
#plataforma .slp-platform-lead {
    max-width: 880px;
    font-size: clamp(1.125rem, 2.5vw, 1.5rem);
    line-height: 1.65;
}

.slp-fintech .slp-platform-head {
    max-width: min(980px, 100%);
}

.slp-fintech .slp-platform-lead {
    max-width: min(920px, 100%);
    font-size: clamp(1.05rem, 2.2vw, 1.35rem);
    line-height: 1.65;
}

.slp-fintech #plataforma .slp-platform-head {
    max-width: 920px;
    overflow: visible;
}

.slp-fintech #plataforma .slp-platform-lead {
    max-width: min(1080px, calc(100vw - 2.5rem));
    width: min(1080px, calc(100vw - 2.5rem));
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.slp-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
    .slp-stats {
        grid-template-columns: repeat(4, 1fr);
    }
}

.slp-stat {
    padding: 1.25rem 1rem;
    text-align: center;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(8px);
}

.slp-stat strong {
    display: block;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.2;
    color: var(--slp-text-primary, #f5f5f5);
    font-family: var(--slp-font);
}

.slp-stat span {
    display: block;
    margin-top: 0.35rem;
    font-size: 0.8rem;
    color: var(--slp-text-muted, #9ca3af);
    font-family: var(--slp-font);
}

.slp-bento {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

@media (min-width: 768px) {
    .slp-bento {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {
    .slp-bento {
        grid-template-columns: repeat(3, 1fr);
    }

    .slp-bento-card--wide {
        grid-column: span 2;
    }
}

.slp-bento-card {
    position: relative;
    padding: 1.75rem;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.01) 100%);
    transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

.slp-bento-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--slp-accent), transparent);
    opacity: 0.5;
}

.slp-bento-card:hover {
    border-color: rgba(229, 9, 20, 0.35);
    transform: translateY(-2px);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.4);
}

.slp-bento-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-bottom: 1rem;
    border-radius: 12px;
    font-size: 1.25rem;
    color: var(--slp-accent);
    background: rgba(229, 9, 20, 0.12);
    border: 1px solid rgba(229, 9, 20, 0.2);
}

.slp-bento-card h3 {
    font-size: 1.15rem;
    margin-bottom: 0.75rem;
    color: var(--slp-text-primary, #f5f5f5);
}

.slp-bento-card p {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0;
    color: var(--slp-text-muted, #9ca3af);
    font-family: var(--slp-font);
}

.slp-terminal {
    margin-top: 1.25rem;
    padding: 1rem 1.15rem;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.06);
    font-family: 'SF Mono', 'Fira Code', 'Consolas', monospace;
    font-size: 0.78rem;
    line-height: 1.7;
}

.slp-terminal code {
    display: block;
    color: rgba(255, 255, 255, 0.75);
}

.slp-terminal-ok {
    color: #4ade80 !important;
}

.slp-terminal-muted {
    color: rgba(255, 255, 255, 0.4) !important;
}

.slp-feature-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 1.25rem 0 0;
    padding: 0;
    list-style: none;
}

.slp-feature-tags li {
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--slp-text-muted, #9ca3af);
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
    font-family: var(--slp-font);
}

body:not([data-theme="dark"]) .slp-stat {
    border-color: rgba(0, 0, 0, 0.08);
    background: rgba(255, 255, 255, 0.8);
}

body:not([data-theme="dark"]) .slp-stat strong {
    color: #152d45;
}

body:not([data-theme="dark"]) .slp-stat span {
    color: #64748b;
}

body:not([data-theme="dark"]) .slp-bento-card {
    border-color: rgba(0, 0, 0, 0.08);
    background: #fff;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
}

body:not([data-theme="dark"]) .slp-bento-card h3 {
    color: #152d45;
}

body:not([data-theme="dark"]) .slp-bento-card p {
    color: #64748b;
}

body:not([data-theme="dark"]) .slp-terminal {
    background: #0f172a;
}

body[data-theme="dark"] .slp-platform-lead,
body[data-theme="dark"] .slp-platform-title {
    color: var(--slp-text-primary, #f5f5f5) !important;
}

body[data-theme="dark"] .slp-platform-lead {
    color: var(--slp-text-muted, #9ca3af) !important;
}

body:not([data-theme="dark"]) .slp-eyebrow {
    background: rgba(100, 92, 170, 0.1);
    border-color: rgba(100, 92, 170, 0.25);
    color: #645caa;
}

body:not([data-theme="dark"]) .slp-platform-lead {
    color: #64748b;
}

/* ── Layout fintech (WOZCLOUD) ── */
.slp-fintech #boxParticles {
    min-height: 100vh;
    height: 100vh;
    background: transparent !important;
    position: relative;
}

.slp-fintech #boxParticles > .content {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 4.5rem;
    box-sizing: border-box;
}

.slp-hero-glow {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 1;
    pointer-events: none;
}

.slp-hero-glow__orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
}

.slp-hero-glow__orb--1 {
    width: 520px;
    height: 520px;
    top: -120px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--slp-glow-1);
}

.slp-hero-glow__orb--2 {
    width: 360px;
    height: 360px;
    bottom: 10%;
    right: -80px;
    background: var(--slp-glow-2);
}

.slp-hero-glow__orb--3 {
    width: 280px;
    height: 280px;
    bottom: 20%;
    left: -60px;
    background: rgba(229, 9, 20, 0.08);
}

/* Nuvens WOZCLOUD — atmosfera cloud */
.slp-fintech[data-theme="dark"] {
    background-color: var(--slp-hero-bg, #050508);
}

.slp-fintech[data-theme="dark"] .fundo-dots {
    background-color: rgba(5, 5, 8, 0.84) !important;
}

.slp-fintech[data-theme="dark"] main > .fundo-dots:nth-of-type(even),
.slp-fintech[data-theme="dark"] main > section.fundo-dots:nth-of-type(even) {
    background-color: rgba(10, 10, 12, 0.84) !important;
}

.slp-cloudscape {
    overflow: hidden;
    pointer-events: none;
}

.slp-cloudscape--fixed {
    position: fixed;
    inset: 0;
    z-index: 0;
}

.slp-cloudscape--hero {
    position: absolute;
    inset: 0;
    z-index: 3;
}

.slp-fintech header {
    z-index: 10;
}

.slp-fintech header .slp-navbar {
    overflow: visible;
}

.slp-fintech header .slp-navbar > .container-fluid {
    overflow: visible;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .slp-fintech header .container-fluid.px-xl-7 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }
}

@media (min-width: 1200px) {
    .slp-fintech header .navbar-nav {
        flex-wrap: nowrap;
        align-items: center;
        gap: 0.15rem;
    }

    .slp-fintech header .navbar-nav .nav-link {
        font-size: 0.9rem !important;
        padding: 0.4rem 0.45rem !important;
        white-space: nowrap;
    }

    .slp-fintech header .navbar-nav .nav-item.ps-lg-3 {
        padding-left: 0.65rem !important;
        flex-shrink: 0;
    }

    .slp-fintech header .btn__outline__white,
    .slp-fintech header .slp-nav-cta {
        font-size: 0.82rem !important;
        height: 42px;
        white-space: nowrap;
    }

    .slp-fintech header .btn__outline__white {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
        min-width: 108px;
    }

    .slp-fintech header .slp-nav-cta {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}

@media (min-width: 1400px) {
    .slp-fintech header .navbar-nav .nav-link {
        font-size: 0.95rem !important;
        padding: 0.45rem 0.55rem !important;
    }
}

.slp-fintech #boxParticles,
.slp-fintech .slp-main {
    position: relative;
    z-index: 1;
}

.slp-cloudscape--hero .slp-cloud {
    opacity: calc(var(--cloud-opacity, 0.32) + 0.12);
    filter: drop-shadow(0 16px 36px rgba(0, 0, 0, 0.45));
}

.slp-cloudscape--hero .slp-cloud--1 {
    top: 10%;
    left: 6%;
}

.slp-cloudscape--hero .slp-cloud--2 {
    top: 18%;
    right: 8%;
}

.slp-cloudscape--hero .slp-cloud--3 {
    top: 42%;
    left: 2%;
}

.slp-cloudscape--hero .slp-cloud--4 {
    top: 55%;
    right: 12%;
}

.slp-cloudscape--hero .slp-cloud--5 {
    top: 72%;
    left: 18%;
}

.slp-cloudscape--login {
    position: absolute;
    inset: 0;
    z-index: 2;
    overflow: hidden;
    pointer-events: none;
}

.slp-cloudscape--login .slp-cloud {
    opacity: calc(var(--cloud-opacity, 0.32) + 0.1);
    filter: drop-shadow(0 16px 36px rgba(0, 0, 0, 0.45));
}

.slp-cloudscape--login .slp-cloud--1 {
    top: 7%;
    left: 5%;
}

.slp-cloudscape--login .slp-cloud--2 {
    top: 16%;
    right: 6%;
}

.slp-cloudscape--login .slp-cloud--3 {
    top: 40%;
    left: 2%;
}

.slp-cloudscape--login .slp-cloud--4 {
    top: 58%;
    right: 10%;
}

.slp-cloudscape--login .slp-cloud--5 {
    top: 74%;
    left: 14%;
}

.slp-cloud {
    position: absolute;
    width: clamp(100px, 12vw, 160px);
    height: clamp(50px, 6vw, 80px);
    animation: slp-cloud-float 14s ease-in-out infinite;
    animation-delay: calc(var(--cloud-delay, 0) * -1s);
    opacity: var(--cloud-opacity, 0.32);
    filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.35));
}

.slp-cloud__puff {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(
        circle at 32% 28%,
        rgba(255, 255, 255, 0.22) 0%,
        rgba(255, 255, 255, 0.08) 42%,
        rgba(229, 9, 20, 0.07) 100%
    );
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.slp-cloud__puff--a {
    width: 42%;
    height: 78%;
    left: 0;
    bottom: 0;
}

.slp-cloud__puff--b {
    width: 52%;
    height: 92%;
    left: 24%;
    bottom: 6%;
}

.slp-cloud__puff--c {
    width: 38%;
    height: 72%;
    left: 58%;
    bottom: 2%;
}

.slp-cloud__puff--d {
    width: 32%;
    height: 58%;
    left: 38%;
    bottom: 38%;
}

.slp-cloud--1 {
    top: 8%;
    left: 3%;
    --cloud-opacity: 0.38;
    --cloud-delay: 0;
}

.slp-cloud--2 {
    top: 14%;
    right: 5%;
    width: clamp(120px, 14vw, 190px);
    --cloud-opacity: 0.3;
    --cloud-delay: 3.5;
}

.slp-cloud--3 {
    top: 38%;
    left: -2%;
    --cloud-opacity: 0.22;
    --cloud-delay: 7;
}

.slp-cloud--4 {
    top: 52%;
    right: 8%;
    width: clamp(110px, 13vw, 175px);
    --cloud-opacity: 0.26;
    --cloud-delay: 11;
}

.slp-cloud--5 {
    top: 68%;
    left: 6%;
    --cloud-opacity: 0.2;
    --cloud-delay: 5;
}

.slp-cloud--6 {
    top: 78%;
    right: 4%;
    --cloud-opacity: 0.24;
    --cloud-delay: 14;
}

.slp-cloud--7 {
    top: 28%;
    left: 42%;
    width: clamp(90px, 10vw, 140px);
    --cloud-opacity: 0.16;
    --cloud-delay: 9;
}

.slp-cloud--8 {
    top: 88%;
    left: 38%;
    width: clamp(85px, 9vw, 130px);
    --cloud-opacity: 0.18;
    --cloud-delay: 16;
}

@keyframes slp-cloud-float {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    25% {
        transform: translate(24px, -18px) scale(1.05);
    }
    50% {
        transform: translate(10px, -24px) scale(1.02);
    }
    75% {
        transform: translate(-20px, 12px) scale(0.98);
    }
}

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

@media (max-width: 768px) {
    .slp-cloud--7,
    .slp-cloud--8 {
        display: none;
    }

    .slp-cloud {
        --cloud-opacity: 0.26;
    }
}

.slp-hero-badge {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.35rem 0.5rem;
    margin-top: 4rem;
    padding: 0.45rem 1.1rem;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: var(--slp-text-muted);
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
    font-family: var(--slp-font);
}

.slp-hero-social {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.35rem 0.5rem;
    margin-top: 2.25rem;
    margin-bottom: 1.75rem;
    padding: 0.45rem 1.1rem;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: var(--slp-text-muted);
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
    font-family: var(--slp-font);
}

.slp-hero-social__item {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    white-space: nowrap;
}

.slp-hero-social__item strong {
    color: var(--slp-text);
    font-weight: 700;
}

.slp-hero-social__star {
    font-size: 0.72rem;
    color: #f5c542;
}

.slp-hero-social__dot {
    opacity: 0.45;
    user-select: none;
}

.slp-hero-sub {
    opacity: 0.88;
    font-size: clamp(1.1rem, 2.5vw, 1.65rem) !important;
}

.slp-hero-form {
    max-width: 720px;
}

.slp-input-icon {
    font-size: 1.5rem;
    color: var(--slp-accent);
}

.slp-hero-note {
    font-size: 0.85rem;
    color: var(--slp-text-muted);
    font-family: var(--slp-font);
}

.slp-cadastro {
    padding-top: clamp(3rem, 6vw, 5rem) !important;
    padding-bottom: clamp(3.5rem, 7vw, 6rem) !important;
}

.slp-cadastro-head {
    max-width: 720px;
}

.slp-cadastro-title {
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: var(--slp-text-primary, #f8fafc);
}

.slp-cadastro-lead {
    max-width: 560px;
    line-height: 1.6;
    color: var(--slp-text-muted, #94a3b8);
}

.slp-cadastro .form__row {
    border: 1px solid var(--slp-surface-border, rgba(255, 255, 255, 0.08)) !important;
    background-color: var(--slp-surface, rgba(12, 12, 18, 0.92)) !important;
    box-shadow:
        0 24px 64px rgba(0, 0, 0, 0.55),
        inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
}

.slp-cadastro .subdomain {
    color: var(--slp-accent);
    opacity: 1;
}

body[data-theme="dark"] .slp-cadastro::before {
    background:
        radial-gradient(ellipse 65% 40% at 50% 0%, rgba(229, 9, 20, 0.07) 0%, transparent 58%);
}

.slp-nav-cta {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    height: 48px;
    border: none !important;
    border-radius: 999px !important;
    background: var(--slp-btn-gradient) !important;
    color: #fff !important;
    font-family: var(--slp-font) !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    box-shadow: 0 8px 24px var(--slp-btn-shadow);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.slp-nav-cta:hover {
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 12px 28px var(--slp-btn-shadow-hover);
}

.slp-lang-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    color: rgba(248, 250, 252, 0.92);
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.slp-lang-toggle .bi {
    font-size: 1.05rem;
    line-height: 1;
}

.slp-lang-toggle:hover {
    border-color: rgba(229, 9, 20, 0.45);
    background: rgba(229, 9, 20, 0.12);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(229, 9, 20, 0.18);
}

.slp-lang-toggle:focus-visible {
    outline: 2px solid rgba(229, 9, 20, 0.65);
    outline-offset: 2px;
}

.slp-marquee {
    overflow: hidden;
    width: 100%;
    mask-image: linear-gradient(90deg, transparent, #000 2%, #000 98%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 2%, #000 98%, transparent);
}

.slp-marquee--hero {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    margin-top: 0;
    padding: 1.5rem 0 1.75rem;
}

.slp-marquee__track {
    display: flex;
    width: max-content;
    animation: slp-marquee 55s linear infinite;
    will-change: transform;
}

.slp-marquee--hero .slp-marquee__track {
    animation-name: slp-marquee-hero;
}

.slp-marquee__group {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-shrink: 0;
    font-family: var(--slp-font);
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--slp-text-muted);
    white-space: nowrap;
}

.slp-marquee__dot {
    color: var(--slp-accent);
    opacity: 0.7;
    flex-shrink: 0;
}

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

@keyframes slp-marquee-hero {
    from { transform: translateX(0); }
    to { transform: translateX(-25%); }
}

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

.slp-dash-mock {
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(12, 12, 18, 0.9);
    box-shadow: 0 32px 80px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

.slp-dash-mock__bar {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.04);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.slp-dash-mock__bar span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
}

.slp-dash-mock__bar span:first-child { background: #E50914; opacity: 0.8; }

.slp-mock-stack {
    --slp-mock-phone-w: 148px;
    --slp-mock-phone-screen-h: 210px;
    --slp-mock-manager-screen-h: 220px;
    --slp-mock-dash-max-w: 340px;
    --slp-mock-dash-body-h: 210px;
    --slp-mock-tablet-w: 380px;
    --slp-mock-tablet-screen-h: 200px;
    --slp-mock-roulette-w: 196px;
    --slp-mock-roulette-stack-h: 152px;
    --slp-mock-roulette-offset: 56px;
    --slp-mock-devices-min-h: 280px;
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
    overflow: visible;
}

.slp-mock-top-row {
    display: flex;
    align-items: flex-end;
    gap: 0.85rem;
    width: 100%;
}

.slp-mock-float--dash {
    flex: 0 1 auto;
    min-width: 0;
    max-width: min(var(--slp-mock-dash-max-w), calc(100% - (var(--slp-mock-phone-w) * 2) - 1.7rem));
    width: 100%;
}

.slp-mock-float--store,
.slp-mock-float--service {
    flex: 0 0 var(--slp-mock-phone-w);
}

.slp-dash-mock--compact .slp-dash-mock__bar {
    padding: 8px 12px;
}

.slp-dash-mock--compact .slp-dash-mock__body {
    min-height: var(--slp-mock-dash-body-h);
}

.slp-dash-mock--compact .slp-dash-mock__sidebar {
    width: 38px;
    padding: 10px 7px;
    gap: 8px;
}

.slp-dash-mock--compact .slp-dash-mock__main {
    padding: 10px 12px;
}

.slp-dash-mock--compact .slp-dash-mock__cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    margin-bottom: 8px;
}

.slp-dash-mock--compact .slp-dash-mock__cards div {
    padding: 8px;
}

.slp-dash-mock--compact .slp-dash-mock__cards small {
    font-size: 0.58rem;
}

.slp-dash-mock--compact .slp-dash-mock__cards strong {
    font-size: 0.78rem;
}

.slp-dash-mock--compact .slp-dash-mock__chart {
    height: 52px;
    margin-bottom: 8px;
    padding: 8px 10px 6px;
}

.slp-dash-mock--compact .slp-dash-mock__chart-bars {
    gap: 4px;
}

.slp-dash-mock--compact .slp-dash-mock__feed {
    gap: 0;
}

.slp-dash-mock--compact .slp-dash-mock__sale {
    padding: 6px 8px;
    gap: 6px;
}

.slp-dash-mock--compact .slp-dash-mock__sale strong {
    font-size: 0.62rem;
}

.slp-dash-mock--compact .slp-dash-mock__sale span {
    font-size: 0.55rem;
}

.slp-dash-mock--compact .slp-dash-mock__sale em {
    font-size: 0.5rem;
}

/* Loja online — celular checkout + carrinho */
.slp-store-mock {
    width: var(--slp-mock-phone-w);
    filter: drop-shadow(0 20px 36px rgba(0, 0, 0, 0.5));
}

.slp-store-mock__device {
    position: relative;
    padding: 8px 6px 10px;
    border-radius: 22px;
    background: linear-gradient(145deg, #1a1a22 0%, #0a0a0f 100%);
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.slp-store-mock__island {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 11px;
    border-radius: 999px;
    background: #050508;
    z-index: 2;
}

.slp-store-mock__screen {
    overflow: hidden;
    border-radius: 16px;
    background: #050508;
    border: 1px solid rgba(255, 255, 255, 0.06);
    min-height: var(--slp-mock-phone-screen-h);
    display: flex;
    flex-direction: column;
    padding-top: 14px;
}

.slp-store-mock__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px 6px;
}

.slp-store-mock__head small {
    font-family: var(--slp-font);
    font-size: 0.48rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--slp-text-muted);
}

.slp-store-mock__cart {
    position: relative;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 0.72rem;
    color: var(--slp-accent);
    background: rgba(229, 9, 20, 0.12);
}

.slp-store-mock__cart em {
    position: absolute;
    top: -5px;
    right: -5px;
    min-width: 12px;
    height: 12px;
    border-radius: 999px;
    font-style: normal;
    font-size: 0.45rem;
    font-weight: 700;
    font-family: var(--slp-font);
    color: #fff;
    background: var(--slp-accent);
    display: flex;
    align-items: center;
    justify-content: center;
}

.slp-store-mock__hero {
    margin: 0 8px 8px;
    padding: 8px;
    border-radius: 10px;
    background: linear-gradient(145deg, rgba(229, 9, 20, 0.22) 0%, rgba(12, 12, 18, 0.95) 100%);
    border: 1px solid rgba(229, 9, 20, 0.2);
}

.slp-store-mock__badge {
    display: inline-block;
    margin-bottom: 4px;
    padding: 2px 6px;
    border-radius: 999px;
    font-family: var(--slp-font);
    font-size: 0.42rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #fff;
    background: var(--slp-accent);
}

.slp-store-mock__hero strong {
    display: block;
    font-family: var(--slp-font);
    font-size: 0.62rem;
    font-weight: 700;
    color: var(--slp-text-primary);
    line-height: 1.25;
}

.slp-store-mock__hero small {
    display: block;
    margin-top: 2px;
    font-family: var(--slp-font);
    font-size: 0.45rem;
    color: var(--slp-text-muted);
}

.slp-store-mock__items {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 0 8px;
    margin-bottom: 8px;
}

.slp-store-mock__item {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 5px 6px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.slp-store-mock__item > span {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    border-radius: 6px;
    background: linear-gradient(135deg, rgba(229, 9, 20, 0.5) 0%, rgba(80, 10, 15, 0.8) 100%);
}

.slp-store-mock__item-thumb--alt {
    background: linear-gradient(135deg, rgba(251, 191, 36, 0.45) 0%, rgba(80, 60, 10, 0.8) 100%) !important;
}

.slp-store-mock__item strong {
    display: block;
    font-family: var(--slp-font);
    font-size: 0.48rem;
    font-weight: 600;
    color: var(--slp-text-primary);
}

.slp-store-mock__item em {
    display: block;
    font-style: normal;
    font-family: var(--slp-font);
    font-size: 0.46rem;
    font-weight: 700;
    color: #4ade80;
}

.slp-store-mock__checkout {
    margin-top: auto;
    padding: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.02);
}

.slp-store-mock__total {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 6px;
}

.slp-store-mock__total small {
    font-family: var(--slp-font);
    font-size: 0.45rem;
    color: var(--slp-text-muted);
}

.slp-store-mock__total strong {
    font-family: var(--slp-font);
    font-size: 0.68rem;
    font-weight: 700;
    color: var(--slp-text-primary);
}

.slp-store-mock__btn {
    display: block;
    width: 100%;
    padding: 6px 8px;
    border-radius: 8px;
    text-align: center;
    font-family: var(--slp-font);
    font-size: 0.5rem;
    font-weight: 700;
    color: #fff;
    background: var(--slp-accent);
    box-shadow: 0 6px 16px rgba(229, 9, 20, 0.35);
}

/* Landing de serviços — celular com agenda */
.slp-service-mock {
    width: var(--slp-mock-phone-w);
    filter: drop-shadow(0 20px 36px rgba(0, 0, 0, 0.5));
}

.slp-service-mock__device {
    position: relative;
    padding: 8px 6px 10px;
    border-radius: 22px;
    background: linear-gradient(145deg, #1a1a22 0%, #0a0a0f 100%);
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.slp-service-mock__island {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 11px;
    border-radius: 999px;
    background: #050508;
    z-index: 2;
}

.slp-service-mock__screen {
    overflow: hidden;
    border-radius: 16px;
    background: #050508;
    border: 1px solid rgba(255, 255, 255, 0.06);
    min-height: var(--slp-mock-phone-screen-h);
    display: flex;
    flex-direction: column;
    padding-top: 14px;
}

.slp-service-mock__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px 6px;
}

.slp-service-mock__head small {
    font-family: var(--slp-font);
    font-size: 0.44rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--slp-text-muted);
}

.slp-service-mock__cal {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 0.68rem;
    color: var(--slp-accent);
    background: rgba(229, 9, 20, 0.12);
}

.slp-service-mock__hero {
    margin: 0 8px 8px;
    padding: 8px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.07);
}

.slp-service-mock__hero strong {
    display: block;
    font-family: var(--slp-font);
    font-size: 0.62rem;
    font-weight: 700;
    color: var(--slp-text-primary);
    line-height: 1.25;
}

.slp-service-mock__hero small {
    display: block;
    margin-top: 2px;
    font-family: var(--slp-font);
    font-size: 0.44rem;
    color: var(--slp-text-muted);
}

.slp-service-mock__agenda {
    padding: 0 8px 6px;
}

.slp-service-mock__agenda-label {
    display: block;
    margin-bottom: 4px;
    font-family: var(--slp-font);
    font-size: 0.42rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--slp-text-muted);
}

.slp-service-mock__days,
.slp-service-mock__slots {
    display: flex;
    gap: 4px;
    margin-bottom: 8px;
}

.slp-service-mock__days span,
.slp-service-mock__slots span {
    flex: 1;
    min-width: 0;
    padding: 4px 2px;
    border-radius: 6px;
    text-align: center;
    font-family: var(--slp-font);
    font-size: 0.42rem;
    font-weight: 600;
    color: var(--slp-text-muted);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.slp-service-mock__days span.active,
.slp-service-mock__slots span.active {
    color: #fff;
    background: rgba(229, 9, 20, 0.25);
    border-color: rgba(229, 9, 20, 0.45);
}

.slp-service-mock__cta {
    margin-top: auto;
    padding: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.02);
}

.slp-service-mock__price {
    display: block;
    margin-bottom: 6px;
    font-family: var(--slp-font);
    font-size: 0.62rem;
    font-weight: 700;
    color: var(--slp-text-primary);
}

.slp-service-mock__btn {
    display: block;
    width: 100%;
    padding: 6px 8px;
    border-radius: 8px;
    text-align: center;
    font-family: var(--slp-font);
    font-size: 0.5rem;
    font-weight: 700;
    color: #fff;
    background: var(--slp-accent);
    box-shadow: 0 6px 16px rgba(229, 9, 20, 0.35);
}

@media (min-width: 992px) {
    .slp-platform-showcase {
        --bs-gutter-x: 1.25rem;
        margin-left: -3.5rem;
        width: calc(100% + 3.5rem);
    }

    .slp-mock-col {
        padding-left: 0;
        padding-right: 1rem;
        overflow: visible;
    }

    .slp-mock-stack {
        --slp-mock-phone-w: 142px;
        --slp-mock-phone-screen-h: 200px;
        --slp-mock-manager-screen-h: 210px;
        --slp-mock-dash-max-w: 325px;
        --slp-mock-dash-body-h: 200px;
        --slp-mock-tablet-w: 360px;
        --slp-mock-tablet-screen-h: 190px;
        --slp-mock-roulette-w: 186px;
        --slp-mock-devices-min-h: 265px;
        max-width: none;
        margin-left: 0;
        margin-right: 0;
        --slp-mock-scale: 0.96;
        transform: scale(var(--slp-mock-scale));
        transform-origin: top left;
        width: calc(100% / var(--slp-mock-scale));
        gap: 0.85rem;
        margin-bottom: calc(520px * (var(--slp-mock-scale) - 1));
    }

    .slp-solution-col {
        padding-left: 0.5rem;
        padding-right: 0;
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .slp-platform-showcase {
        margin-left: -5rem;
        width: calc(100% + 5rem);
        --bs-gutter-x: 1.5rem;
    }

    .slp-mock-col {
        padding-left: 0;
        padding-right: 1.25rem;
    }

    .slp-mock-stack {
        --slp-mock-phone-w: 146px;
        --slp-mock-dash-max-w: 335px;
        --slp-mock-tablet-w: 372px;
        --slp-mock-scale: 1.04;
        margin-bottom: calc(520px * (var(--slp-mock-scale) - 1));
    }

    .slp-solution-col {
        margin-left: 0;
        padding-left: 0.75rem;
    }
}

@media (min-width: 1400px) {
    .slp-platform-showcase {
        margin-left: -6rem;
        width: calc(100% + 6rem);
    }

    .slp-mock-stack {
        --slp-mock-phone-w: 148px;
        --slp-mock-dash-max-w: 340px;
        --slp-mock-tablet-w: 380px;
        --slp-mock-scale: 1.08;
        margin-bottom: calc(520px * (var(--slp-mock-scale) - 1));
    }

    .slp-solution-col {
        margin-left: 0;
        padding-left: 1rem;
    }
}

.slp-mock-float {
    will-change: transform;
}

@keyframes slp-mock-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.slp-mock-float--dash {
    animation: slp-mock-float 7s ease-in-out infinite;
}

.slp-mock-float--store {
    animation: slp-mock-float 6s ease-in-out infinite 0.4s;
}

.slp-mock-float--service {
    animation: slp-mock-float 6.2s ease-in-out infinite 0.8s;
}

.slp-mock-float--manager {
    animation: slp-mock-float 5.5s ease-in-out infinite 0.6s;
}

.slp-mock-float--client {
    animation: slp-mock-float 6.5s ease-in-out infinite 1.2s;
}

@media (prefers-reduced-motion: reduce) {
    .slp-mock-float--dash,
    .slp-mock-float--store,
    .slp-mock-float--service,
    .slp-mock-float--manager,
    .slp-mock-float--client {
        animation: none;
    }

    @media (min-width: 992px) {
        .slp-mock-stack {
            transform: none;
            width: 100%;
            margin-bottom: 0;
            gap: 1.75rem;
        }
    }
}

.slp-mock-devices {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.65rem;
    padding: 0;
    min-height: var(--slp-mock-devices-min-h);
    max-width: 100%;
}

/* Roleta de vendas globais — ativa no centro, prev/next acima e abaixo */
.slp-sale-roulette {
    position: relative;
    flex: 1 1 calc(var(--slp-mock-roulette-w) - 66px);
    min-width: calc(var(--slp-mock-roulette-w) - 28px);
    max-width: var(--slp-mock-roulette-w);
    height: calc(var(--slp-mock-roulette-stack-h) + 16px);
    align-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.slp-sale-roulette__stack {
    position: relative;
    width: 100%;
    height: var(--slp-mock-roulette-stack-h);
}

.slp-sale-roulette__card {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 11px;
    border-radius: 14px;
    background: rgba(16, 16, 22, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.09);
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.45);
    transform-origin: center center;
    transition:
        transform 0.55s cubic-bezier(0.34, 1.2, 0.64, 1),
        opacity 0.5s ease,
        filter 0.5s ease,
        border-color 0.4s ease,
        box-shadow 0.4s ease;
    will-change: transform, opacity, filter;
}

.slp-sale-roulette__card[data-pos="0"] {
    transform: translate(-50%, calc(-50% - var(--slp-mock-roulette-offset))) scale(0.86);
    opacity: 0.38;
    filter: blur(1.5px);
    z-index: 1;
}

.slp-sale-roulette__card[data-pos="1"] {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    filter: blur(0);
    z-index: 3;
    border-color: rgba(74, 222, 128, 0.28);
    box-shadow:
        0 12px 40px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgba(74, 222, 128, 0.12) inset,
        0 0 28px rgba(74, 222, 128, 0.1);
}

.slp-sale-roulette__card[data-pos="2"] {
    transform: translate(-50%, calc(-50% + var(--slp-mock-roulette-offset))) scale(0.86);
    opacity: 0.38;
    filter: blur(1.5px);
    z-index: 2;
}

.slp-sale-roulette__card.is-exiting {
    transform: translate(-50%, calc(-50% - (var(--slp-mock-roulette-offset) + 22px))) scale(0.8) !important;
    opacity: 0 !important;
    filter: blur(3px) !important;
}

.slp-sale-roulette__globe {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}

.slp-sale-roulette__globe .slp-flag-img {
    width: 100%;
    height: 100%;
}

.slp-sale-roulette__content {
    flex: 1;
    min-width: 0;
}

.slp-sale-roulette__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 2px;
}

.slp-sale-roulette__head strong {
    font-family: var(--slp-font);
    font-size: 0.62rem;
    font-weight: 600;
    color: rgba(248, 250, 252, 0.92);
    white-space: nowrap;
}

.slp-sale-roulette__head em {
    font-style: normal;
    font-family: var(--slp-font);
    font-size: 0.52rem;
    font-weight: 500;
    color: rgba(148, 163, 184, 0.75);
    white-space: nowrap;
}

.slp-sale-roulette__amount {
    display: block;
    font-family: var(--slp-font);
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #f8fafc;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (prefers-reduced-motion: reduce) {
    .slp-sale-roulette__card {
        transition: none;
    }
}

.slp-device-label {
    display: block;
    margin-top: 0.55rem;
    text-align: center;
    font-family: var(--slp-font);
    font-size: 0.58rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--slp-text-muted);
    opacity: 0.85;
}

/* App gestor — celular compacto */
.slp-manager-mock {
    width: var(--slp-mock-phone-w);
    filter: drop-shadow(0 20px 36px rgba(0, 0, 0, 0.5));
}

.slp-manager-mock__device {
    position: relative;
    padding: 8px 6px 10px;
    border-radius: 22px;
    background: linear-gradient(145deg, #1a1a22 0%, #0a0a0f 100%);
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.slp-manager-mock__island {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 11px;
    border-radius: 999px;
    background: #050508;
    z-index: 2;
}

.slp-manager-mock__screen {
    overflow: hidden;
    border-radius: 16px;
    background: #050508;
    border: 1px solid rgba(255, 255, 255, 0.06);
    min-height: var(--slp-mock-manager-screen-h);
    display: flex;
    flex-direction: column;
    padding-top: 14px;
}

.slp-manager-mock__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px 8px;
}

.slp-manager-mock__head small {
    font-family: var(--slp-font);
    font-size: 0.48rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--slp-text-muted);
}

.slp-manager-mock__bell {
    position: relative;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    font-size: 0.65rem;
    color: var(--slp-accent);
    background: rgba(229, 9, 20, 0.12);
}

.slp-manager-mock__bell em {
    position: absolute;
    top: -5px;
    right: -5px;
    min-width: 12px;
    height: 12px;
    border-radius: 999px;
    font-style: normal;
    font-size: 0.45rem;
    font-weight: 700;
    font-family: var(--slp-font);
    color: #fff;
    background: var(--slp-accent);
    display: flex;
    align-items: center;
    justify-content: center;
}

.slp-manager-mock__stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
    padding: 0 8px 8px;
}

.slp-manager-mock__stats div {
    padding: 5px 6px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.slp-manager-mock__stats small {
    display: block;
    font-family: var(--slp-font);
    font-size: 0.42rem;
    color: var(--slp-text-muted);
}

.slp-manager-mock__stats strong {
    display: block;
    font-family: var(--slp-font);
    font-size: 0.62rem;
    font-weight: 700;
    color: var(--slp-text-primary);
}

.slp-manager-mock__notif {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0 8px 5px;
    padding: 6px 7px;
    border-radius: 8px;
    font-family: var(--slp-font);
    font-size: 0.48rem;
    font-weight: 600;
    color: var(--slp-text-primary);
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.slp-manager-mock__notif i {
    font-size: 0.7rem;
}

.slp-manager-mock__notif--sale {
    border-color: rgba(74, 222, 128, 0.2);
    background: rgba(74, 222, 128, 0.06);
}

.slp-manager-mock__notif--sale i { color: #4ade80; }

.slp-manager-mock__notif--comm {
    border-color: rgba(251, 191, 36, 0.2);
    background: rgba(251, 191, 36, 0.06);
}

.slp-manager-mock__notif--comm i { color: #fbbf24; }

.slp-manager-mock__nav {
    margin-top: auto;
    display: flex;
    justify-content: space-around;
    padding: 8px 6px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.slp-manager-mock__nav span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 6px;
    color: var(--slp-text-muted);
    font-size: 0.72rem;
}

.slp-manager-mock__nav span.active {
    color: var(--slp-accent);
    background: rgba(229, 9, 20, 0.12);
}

/* Site do cliente — tablet landscape estilo Netflix */
.slp-client-tablet {
    flex: 0 0 auto;
    width: min(var(--slp-mock-tablet-w), 100%);
    max-width: var(--slp-mock-tablet-w);
    filter: drop-shadow(0 24px 44px rgba(0, 0, 0, 0.5));
}

.slp-client-tablet__device {
    padding: 10px 12px;
    border-radius: 18px;
    background: linear-gradient(145deg, #1a1a22 0%, #0a0a0f 100%);
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.slp-client-tablet__screen {
    overflow: hidden;
    border-radius: 10px;
    background: #0a0a0f;
    border: 1px solid rgba(255, 255, 255, 0.06);
    min-height: var(--slp-mock-tablet-screen-h);
}

.slp-nfx-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
}

.slp-nfx-logo {
    font-family: var(--slp-font);
    font-size: 0.72rem;
    font-weight: 800;
    color: var(--slp-text-primary);
}

.slp-nfx-logo em {
    font-style: normal;
    color: var(--slp-accent);
}

.slp-nfx-nav__icons {
    display: flex;
    gap: 8px;
    font-size: 0.75rem;
    color: var(--slp-text-primary);
}

.slp-nfx-hero {
    position: relative;
    height: 88px;
    margin: -28px 0 0;
    overflow: hidden;
}

.slp-nfx-hero__bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(5, 5, 8, 0.95) 0%, rgba(5, 5, 8, 0.2) 55%, rgba(5, 5, 8, 0.85) 100%),
        linear-gradient(135deg, rgba(229, 9, 20, 0.55) 0%, rgba(80, 20, 30, 0.9) 45%, rgba(10, 10, 15, 1) 100%);
}

.slp-nfx-hero__content {
    position: relative;
    z-index: 1;
    padding: 28px 12px 10px;
    max-width: 62%;
}

.slp-nfx-hero__tag {
    display: inline-block;
    margin-bottom: 4px;
    font-family: var(--slp-font);
    font-size: 0.42rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #fecaca;
}

.slp-nfx-hero__content strong {
    display: block;
    font-family: var(--slp-font);
    font-size: 0.82rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.15;
}

.slp-nfx-hero__content small {
    display: block;
    margin-top: 2px;
    font-family: var(--slp-font);
    font-size: 0.48rem;
    color: rgba(255, 255, 255, 0.65);
}

.slp-nfx-hero__actions {
    display: flex;
    gap: 6px;
    margin-top: 8px;
}

.slp-nfx-btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 10px;
    border-radius: 4px;
    font-family: var(--slp-font);
    font-size: 0.48rem;
    font-weight: 700;
}

.slp-nfx-btn--play {
    background: #fff;
    color: #111;
}

.slp-nfx-btn--ghost {
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    padding: 4px 8px;
}

.slp-nfx-row {
    padding: 8px 12px 0;
}

.slp-nfx-row:last-child {
    padding-bottom: 10px;
}

.slp-nfx-row__title {
    margin-bottom: 6px;
    font-family: var(--slp-font);
    font-size: 0.52rem;
    font-weight: 700;
    color: var(--slp-text-primary);
}

.slp-nfx-posters {
    display: flex;
    gap: 6px;
    overflow: hidden;
}

.slp-nfx-poster {
    flex: 0 0 56px;
    height: 32px;
    border-radius: 4px;
    display: flex;
    align-items: flex-end;
    padding: 4px;
    background: linear-gradient(160deg, rgba(229, 9, 20, 0.5) 0%, rgba(30, 30, 40, 0.95) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.slp-nfx-poster span {
    font-family: var(--slp-font);
    font-size: 0.42rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.9);
}

.slp-nfx-poster--active {
    border-color: rgba(229, 9, 20, 0.5);
    box-shadow: 0 0 0 1px rgba(229, 9, 20, 0.35);
}

.slp-nfx-poster--lock {
    align-items: center;
    justify-content: center;
    opacity: 0.55;
}

.slp-nfx-poster--lock span {
    font-size: 0.55rem;
}

.slp-nfx-poster--alt { background: linear-gradient(160deg, #1e3a5f 0%, #0c1220 100%); }
.slp-nfx-poster--alt2 { background: linear-gradient(160deg, #4a1942 0%, #1a0a18 100%); }
.slp-nfx-poster--alt3 { background: linear-gradient(160deg, #1a4d3a 0%, #0a1a14 100%); }
.slp-nfx-poster--alt4 { background: linear-gradient(160deg, #5c4a1a 0%, #1a160a 100%); }

.slp-dash-mock__body {
    display: flex;
    min-height: 280px;
}

.slp-dash-mock__sidebar {
    width: 56px;
    padding: 16px 12px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.06);
}

.slp-dash-mock__sidebar span {
    height: 8px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.08);
}

.slp-dash-mock__sidebar span.active {
    background: var(--slp-accent);
}

.slp-dash-mock__main {
    flex: 1;
    padding: 20px;
}

.slp-dash-mock__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 16px;
}

.slp-dash-mock__cards div {
    padding: 12px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.slp-dash-mock__cards small {
    display: block;
    font-size: 0.65rem;
    color: var(--slp-text-muted);
    font-family: var(--slp-font);
}

.slp-dash-mock__cards strong {
    display: block;
    margin-top: 4px;
    font-size: 0.95rem;
    color: var(--slp-text-primary);
    font-family: var(--slp-font);
}

.slp-dash-mock__chart {
    height: 80px;
    border-radius: 10px;
    margin-bottom: 12px;
    background: linear-gradient(180deg, rgba(229, 9, 20, 0.12) 0%, transparent 100%);
    border: 1px solid rgba(229, 9, 20, 0.15);
    display: flex;
    align-items: flex-end;
    padding: 10px 12px 8px;
}

.slp-dash-mock__chart-bars {
    display: flex;
    align-items: flex-end;
    gap: 6px;
    width: 100%;
    height: 100%;
}

.slp-dash-mock__chart-bars span {
    flex: 1;
    height: var(--h, 50%);
    border-radius: 4px 4px 0 0;
    background: linear-gradient(180deg, rgba(229, 9, 20, 0.7) 0%, rgba(229, 9, 20, 0.2) 100%);
}

.slp-dash-mock__feed {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.slp-dash-mock__sale {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 10px;
    font-size: 0.78rem;
    color: #4ade80;
    background: rgba(74, 222, 128, 0.08);
    border: 1px solid rgba(74, 222, 128, 0.15);
    font-family: var(--slp-font);
}

.slp-dash-mock__sale > i {
    font-size: 1rem;
}

.slp-dash-mock__sale strong {
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    color: #86efac;
}

.slp-dash-mock__sale span {
    display: block;
    margin-top: 2px;
    font-size: 0.62rem;
    color: var(--slp-text-muted);
}

.slp-dash-mock__sale em {
    font-style: normal;
    font-size: 0.58rem;
    color: var(--slp-text-muted);
    opacity: 0.85;
}

.slp-dash-mock__sale--commission {
    color: #fbbf24;
    background: rgba(251, 191, 36, 0.08);
    border-color: rgba(251, 191, 36, 0.15);
}

.slp-dash-mock__sale--commission > i {
    color: #fbbf24;
}

.slp-dash-mock__sale--commission strong {
    color: #fcd34d;
}

.slp-solution-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.slp-solution-list li {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.slp-solution-list i {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 1.2rem;
    color: var(--slp-accent);
    background: rgba(229, 9, 20, 0.1);
    border: 1px solid rgba(229, 9, 20, 0.2);
}

.slp-solution-list strong {
    display: block;
    font-family: var(--slp-font);
    font-size: 1.05rem;
    color: var(--slp-text-primary);
    margin-bottom: 0.25rem;
}

.slp-solution-list span {
    font-family: var(--slp-font);
    font-size: 0.92rem;
    color: var(--slp-text-muted);
    line-height: 1.5;
}

.slp-audience--fintech {
    margin-top: 0.25rem;
    padding-top: 1.35rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.slp-audience__head {
    max-width: 420px;
    margin-bottom: 0.85rem;
}

.slp-audience__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 0.45rem;
    padding: 0.22rem 0.65rem;
    border-radius: 999px;
    border: 1px solid rgba(229, 9, 20, 0.28);
    background: rgba(229, 9, 20, 0.1);
    font-family: var(--slp-font);
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #ff6b6b;
}

.slp-audience__eyebrow::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--slp-accent, #E50914);
    box-shadow: 0 0 10px rgba(229, 9, 20, 0.85);
    animation: slp-audience-pulse 2s ease-in-out infinite;
}

@keyframes slp-audience-pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.55; transform: scale(0.82); }
}

.slp-audience__title {
    font-size: clamp(1rem, 1.8vw, 1.2rem);
    color: var(--slp-text);
    letter-spacing: -0.02em;
}

.slp-audience__strip {
    position: relative;
    overflow: hidden;
    padding: 0.55rem 0;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.015) 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 10px 32px rgba(0, 0, 0, 0.22);
}

.slp-audience__strip::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(90deg, rgba(229, 9, 20, 0.35), rgba(255, 255, 255, 0.08), rgba(229, 9, 20, 0.25));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.slp-audience__glow {
    position: absolute;
    top: 50%;
    left: 18%;
    width: 220px;
    height: 70px;
    transform: translateY(-50%);
    border-radius: 999px;
    background: radial-gradient(ellipse, rgba(229, 9, 20, 0.22) 0%, transparent 72%);
    filter: blur(8px);
    animation: slp-audience-glow 7s ease-in-out infinite alternate;
    pointer-events: none;
}

.slp-audience__glow::after {
    content: '';
    position: absolute;
    top: 0;
    right: -280px;
    width: 180px;
    height: 70px;
    border-radius: 999px;
    background: radial-gradient(ellipse, rgba(99, 102, 241, 0.16) 0%, transparent 72%);
    filter: blur(8px);
}

@keyframes slp-audience-glow {
    from { transform: translateY(-50%) translateX(0); opacity: 0.75; }
    to { transform: translateY(-50%) translateX(42%); opacity: 1; }
}

.slp-marquee--audience {
    position: relative;
    z-index: 1;
    margin-top: 0;
    padding: 0;
    mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.slp-marquee--audience .slp-marquee__track {
    animation-name: slp-marquee-hero;
    animation-duration: 38s;
}

.slp-marquee--audience:hover .slp-marquee__track {
    animation-play-state: paused;
}

.slp-marquee__group--audience {
    gap: 0.65rem;
    padding-right: 0.65rem;
}

.slp-audience-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.32rem 0.85rem 0.32rem 0.32rem;
    border-radius: 999px;
    font-family: var(--slp-font);
    font-size: 0.78rem;
    font-weight: 600;
    color: rgba(248, 250, 252, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(15, 23, 42, 0.55);
    white-space: nowrap;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.slp-audience-pill:hover {
    transform: translateY(-2px) scale(1.02);
    border-color: rgba(229, 9, 20, 0.45);
    background: rgba(229, 9, 20, 0.12);
    box-shadow: 0 8px 22px rgba(229, 9, 20, 0.18);
}

.slp-audience-pill__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.65rem;
    height: 1.65rem;
    border-radius: 50%;
    flex-shrink: 0;
    background: linear-gradient(145deg, rgba(229, 9, 20, 0.35), rgba(229, 9, 20, 0.12));
    border: 1px solid rgba(229, 9, 20, 0.35);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.slp-audience-pill__icon .bi {
    font-size: 0.82rem;
    color: #fff;
}

.slp-audience-pill:nth-child(3n+2) .slp-audience-pill__icon {
    background: linear-gradient(145deg, rgba(99, 102, 241, 0.35), rgba(99, 102, 241, 0.12));
    border-color: rgba(129, 140, 248, 0.4);
}

.slp-audience-pill:nth-child(3n) .slp-audience-pill__icon {
    background: linear-gradient(145deg, rgba(16, 185, 129, 0.32), rgba(16, 185, 129, 0.1));
    border-color: rgba(52, 211, 153, 0.35);
}

.slp-audience-pill__label {
    padding-right: 0.1rem;
}

@media (prefers-reduced-motion: reduce) {
    .slp-audience__eyebrow::before,
    .slp-audience__glow {
        animation: none;
    }

    .slp-marquee--audience:hover .slp-marquee__track {
        animation-play-state: running;
    }
}

.slp-bento--fintech {
    grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 992px) {
    .slp-bento--fintech {
        grid-template-columns: repeat(4, 1fr);
    }
}

.slp-features-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

@media (min-width: 768px) {
    .slp-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {
    .slp-features-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.slp-feature-card {
    padding: 1.5rem;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    transition: border-color 0.25s ease, transform 0.25s ease;
}

.slp-feature-card:hover {
    border-color: rgba(229, 9, 20, 0.3);
    transform: translateY(-2px);
}

.slp-feature-card__head {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.65rem;
}

.slp-feature-card__icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(229, 9, 20, 0.12);
    color: var(--slp-accent);
    font-size: 1.15rem;
}

.slp-feature-card h3 {
    font-family: var(--slp-font);
    font-size: 1rem;
    font-weight: 700;
    color: var(--slp-text-primary);
    margin-bottom: 0.5rem;
}

.slp-feature-card__head h3 {
    margin: 0;
    padding: 0;
    line-height: 1.3;
    flex: 1;
    min-width: 0;
}

.slp-feature-card p {
    font-family: var(--slp-font);
    font-size: 0.88rem;
    line-height: 1.55;
    color: var(--slp-text-muted);
    margin: 0;
}

.slp-fintech .form__row .btn-criar-lp {
    width: auto;
    min-width: 160px;
    padding: 0 1.5rem !important;
    font-size: 16px !important;
}

/* Marketing — campanhas, UTMs, checkout prefill */
.slp-marketing,
.slp-automacao {
    background: var(--slp-section-bg, #050508);
}

.slp-camp-mock {
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(12, 12, 18, 0.92);
    padding: 1.25rem;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.4);
}

.slp-camp-mock__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.25rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.slp-camp-mock__head strong {
    display: block;
    font-family: var(--slp-font);
    font-size: 1rem;
    font-weight: 700;
    color: var(--slp-text-primary);
}

.slp-camp-mock__head span {
    display: block;
    margin-top: 4px;
    font-family: var(--slp-font);
    font-size: 0.78rem;
    color: var(--slp-text-muted);
}

.slp-camp-mock__status {
    flex-shrink: 0;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 700;
    font-family: var(--slp-font);
    color: #4ade80;
    background: rgba(74, 222, 128, 0.12);
    border: 1px solid rgba(74, 222, 128, 0.2);
}

.slp-camp-metrics {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.65rem;
    margin-bottom: 1.25rem;
}

@media (min-width: 576px) {
    .slp-camp-metrics {
        grid-template-columns: repeat(3, 1fr);
    }
}

.slp-camp-metric {
    padding: 0.85rem 0.65rem;
    border-radius: 12px;
    text-align: center;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-left: 3px solid rgba(255, 255, 255, 0.15);
}

.slp-camp-metric strong {
    display: block;
    font-family: var(--slp-font);
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--slp-text-primary);
    line-height: 1.2;
}

.slp-camp-metric span {
    display: block;
    margin-top: 4px;
    font-family: var(--slp-font);
    font-size: 0.62rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: var(--slp-text-muted);
}

.slp-camp-metric--blocklist { border-left-color: #6c757d; }
.slp-camp-metric--total { border-left-color: #64748b; }
.slp-camp-metric--sent { border-left-color: #3b82f6; }
.slp-camp-metric--sent strong { color: #93c5fd; }
.slp-camp-metric--open { border-left-color: #22c55e; }
.slp-camp-metric--open strong { color: #86efac; }
.slp-camp-metric--unopen { border-left-color: #f97316; }
.slp-camp-metric--unopen strong { color: #fdba74; }
.slp-camp-metric--cta { border-left-color: #06b6d4; }
.slp-camp-metric--cta strong { color: #67e8f9; }

.slp-camp-funnel__title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.85rem;
    font-family: var(--slp-font);
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--slp-text-primary);
}

.slp-camp-funnel__title i {
    color: #a78bfa;
}

.slp-camp-funnel__steps {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.5rem;
    overflow-x: auto;
    padding-bottom: 4px;
}

.slp-camp-funnel__step {
    flex: 1 1 0;
    min-width: 72px;
    text-align: center;
    padding: 0.75rem 0.35rem;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    position: relative;
}

.slp-camp-funnel__step:not(:last-child)::after {
    content: '›';
    position: absolute;
    right: -0.45rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.25);
    font-weight: 700;
    z-index: 1;
}

.slp-camp-funnel__step strong {
    display: block;
    font-family: var(--slp-font);
    font-size: 1rem;
    font-weight: 700;
    color: var(--slp-text-primary);
}

.slp-camp-funnel__step span {
    display: block;
    margin-top: 2px;
    font-family: var(--slp-font);
    font-size: 0.6rem;
    color: var(--slp-text-muted);
    line-height: 1.2;
}

.slp-camp-funnel__step--conv {
    border-color: rgba(34, 197, 94, 0.25);
    background: rgba(34, 197, 94, 0.08);
}

.slp-camp-funnel__step--conv strong {
    color: #86efac;
}

.slp-marketing-copy h3 {
    font-size: 1.35rem;
    color: var(--slp-text-primary);
    margin-bottom: 0.75rem;
}

.slp-marketing-copy p {
    font-family: var(--slp-font);
    font-size: 0.95rem;
    line-height: 1.65;
    color: var(--slp-text-muted);
    margin-bottom: 1.25rem;
}

.slp-marketing-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.slp-marketing-list li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-family: var(--slp-font);
    font-size: 0.9rem;
    color: var(--slp-text-primary);
}

.slp-marketing-list i {
    color: var(--slp-accent);
    font-size: 1.1rem;
}

.slp-marketing-tool {
    height: 100%;
    padding: 1.5rem;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
}

.slp-marketing-tool__head {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.65rem;
}

.slp-marketing-tool__icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    margin-bottom: 0;
    flex-shrink: 0;
    font-size: 1.2rem;
    color: var(--slp-accent);
    background: rgba(229, 9, 20, 0.12);
}

.slp-marketing-tool h3 {
    font-family: var(--slp-font);
    font-size: 1rem;
    font-weight: 700;
    color: var(--slp-text-primary);
    margin-bottom: 0.5rem;
}

.slp-marketing-tool__head h3 {
    margin: 0;
    padding: 0;
    line-height: 1.3;
    flex: 1;
    min-width: 0;
}

.slp-marketing-tool p {
    font-family: var(--slp-font);
    font-size: 0.85rem;
    line-height: 1.55;
    color: var(--slp-text-muted);
    margin-bottom: 1rem;
}

.slp-utm-panel {
    padding: 0.25rem 0;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
}

.slp-utm-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.55rem 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    font-family: var(--slp-font);
    font-size: 0.78rem;
}

.slp-utm-row:last-child {
    border-bottom: none;
}

.slp-utm-row span:first-child {
    color: var(--slp-text-muted);
}

.slp-utm-row span:last-child {
    color: var(--slp-text-primary);
    font-weight: 600;
    text-align: right;
}

.slp-prefill-mock {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(0, 0, 0, 0.25);
}

.slp-prefill-mock__url {
    display: block;
    padding: 0.65rem 0.85rem;
    font-size: 0.62rem;
    line-height: 1.5;
    color: #93c5fd;
    background: rgba(59, 130, 246, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    word-break: break-all;
}

.slp-prefill-mock__fields {
    padding: 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.slp-prefill-mock__fields span {
    display: block;
    padding: 0.45rem 0.65rem;
    border-radius: 8px;
    font-family: var(--slp-font);
    font-size: 0.72rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.slp-prefill-mock__fields span.filled {
    color: var(--slp-text-primary);
    background: rgba(34, 197, 94, 0.08);
    border-color: rgba(34, 197, 94, 0.2);
}

.slp-prefill-mock__fields span.empty {
    color: var(--slp-text-muted);
    background: rgba(255, 255, 255, 0.02);
}

.slp-recovery-flow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem;
}

.slp-recovery-flow__step {
    flex: 1 1 auto;
    min-width: 90px;
    padding: 0.65rem 0.5rem;
    border-radius: 10px;
    text-align: center;
    font-family: var(--slp-font);
    font-size: 0.65rem;
    font-weight: 600;
    color: var(--slp-text-muted);
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.slp-recovery-flow__step i {
    display: block;
    font-size: 1rem;
    margin-bottom: 4px;
    color: var(--slp-accent);
}

.slp-recovery-flow__step--ok {
    color: #86efac;
    border-color: rgba(34, 197, 94, 0.25);
    background: rgba(34, 197, 94, 0.08);
}

.slp-recovery-flow__step--ok i {
    color: #86efac;
}

.slp-recovery-flow__arrow {
    color: rgba(255, 255, 255, 0.25);
    font-size: 0.85rem;
    font-weight: 700;
}

/* Visitas — tráfego por período */
.slp-visits {
    background: var(--slp-section-bg, #050508);
}

.slp-visits-mock {
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(12, 12, 18, 0.92);
    padding: 1.25rem;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.4);
}

.slp-visits-mock__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.slp-visits-mock__head strong {
    display: block;
    font-family: var(--slp-font);
    font-size: 1rem;
    font-weight: 700;
    color: var(--slp-text-primary);
}

.slp-visits-mock__head span {
    display: block;
    margin-top: 4px;
    font-family: var(--slp-font);
    font-size: 0.78rem;
    color: var(--slp-text-muted);
}

.slp-visits-mock__live {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 700;
    font-family: var(--slp-font);
    color: #4ade80;
    background: rgba(74, 222, 128, 0.12);
    border: 1px solid rgba(74, 222, 128, 0.2);
}

.slp-visits-mock__live i {
    font-size: 0.45rem;
}

.slp-visits-mock__tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.15rem;
}

.slp-visits-mock__tab {
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
    font-family: var(--slp-font);
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--slp-text-muted);
    cursor: pointer;
    transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.slp-visits-mock__tab.is-active,
.slp-visits-mock__tab:hover {
    color: #fff;
    border-color: rgba(229, 9, 20, 0.45);
    background: rgba(229, 9, 20, 0.12);
}

.slp-visits-mock__summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(120px, 180px);
    gap: 1rem;
    align-items: end;
    margin-bottom: 1.15rem;
}

@media (max-width: 575px) {
    .slp-visits-mock__summary {
        grid-template-columns: 1fr;
    }
}

.slp-visits-mock__total small {
    display: block;
    font-family: var(--slp-font);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--slp-text-muted);
}

.slp-visits-mock__total strong {
    display: block;
    margin-top: 0.35rem;
    font-family: var(--slp-font);
    font-size: clamp(1.8rem, 4vw, 2.35rem);
    font-weight: 800;
    line-height: 1;
    color: var(--slp-text-primary);
}

.slp-visits-mock__total em {
    display: block;
    margin-top: 0.45rem;
    font-style: normal;
    font-family: var(--slp-font);
    font-size: 0.72rem;
    font-weight: 600;
    color: #86efac;
}

.slp-visits-mock__chart {
    display: flex;
    align-items: flex-end;
    gap: 4px;
    height: 72px;
    padding: 0.35rem 0.15rem 0;
}

.slp-visits-mock__chart span {
    flex: 1;
    height: var(--h, 50%);
    border-radius: 4px 4px 0 0;
    background: linear-gradient(180deg, rgba(229, 9, 20, 0.85) 0%, rgba(229, 9, 20, 0.25) 100%);
}

.slp-visits-mock__channels {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.slp-visits-channel__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.45rem;
}

.slp-visits-channel__label {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-family: var(--slp-font);
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--slp-text-primary);
}

.slp-visits-channel__label i {
    color: var(--slp-accent);
}

.slp-visits-channel__head strong {
    font-family: var(--slp-font);
    font-size: 0.92rem;
    font-weight: 800;
    color: var(--slp-text-primary);
}

.slp-visits-channel__bar {
    display: block;
    height: 6px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    overflow: hidden;
}

.slp-visits-channel__bar i {
    display: block;
    height: 100%;
    width: var(--w, 0%);
    border-radius: inherit;
    background: linear-gradient(90deg, rgba(229, 9, 20, 0.95) 0%, rgba(229, 9, 20, 0.45) 100%);
    transition: width 0.35s ease;
}

/* Automação — IA WhatsApp, cobranças */
.slp-auto-card {
    height: 100%;
    padding: 1.75rem;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    transition: border-color 0.25s ease, transform 0.25s ease;
}

.slp-auto-card:hover {
    border-color: rgba(229, 9, 20, 0.25);
    transform: translateY(-2px);
}

.slp-auto-card--featured {
    border-color: rgba(229, 9, 20, 0.2);
    background: linear-gradient(160deg, rgba(229, 9, 20, 0.08) 0%, rgba(12, 12, 18, 0.6) 100%);
}

.slp-auto-card__head {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin-bottom: 0.85rem;
}

.slp-auto-card__icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    margin-bottom: 0;
    flex-shrink: 0;
    font-size: 1.35rem;
}

.slp-auto-card__icon--wa {
    color: #25d366;
    background: rgba(37, 211, 102, 0.12);
}

.slp-auto-card__icon--bill {
    color: var(--slp-accent);
    background: rgba(229, 9, 20, 0.12);
}

.slp-auto-card__icon--sync {
    color: #60a5fa;
    background: rgba(96, 165, 250, 0.12);
}

.slp-auto-card h3 {
    font-size: 1.1rem;
    color: var(--slp-text-primary);
    margin-bottom: 0;
}

.slp-auto-card__head h3 {
    margin: 0;
    padding: 0;
    line-height: 1.3;
    flex: 1;
    min-width: 0;
}

.slp-auto-card p {
    font-family: var(--slp-font);
    font-size: 0.88rem;
    line-height: 1.6;
    color: var(--slp-text-muted);
    margin-bottom: 1rem;
}

.slp-auto-tags {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.slp-auto-tags li {
    padding: 4px 10px;
    border-radius: 999px;
    font-family: var(--slp-font);
    font-size: 0.68rem;
    font-weight: 600;
    color: var(--slp-text-muted);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.slp-regua {
    padding: 1rem;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.slp-regua__title {
    font-family: var(--slp-font);
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--slp-text-muted);
    margin-bottom: 0.75rem;
}

.slp-regua__steps {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.slp-regua__steps span {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 6px 10px;
    border-radius: 8px;
    font-family: var(--slp-font);
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--slp-text-primary);
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.slp-regua__steps span i {
    color: var(--slp-accent);
    font-size: 0.85rem;
}

/* Cases de sucesso */
.slp-cases {
    background: var(--slp-section-bg-elevated, #0c0c12);
}

.slp-cases-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 2rem;
}

.slp-cases-tab {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.55rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
    color: var(--slp-text-muted);
    font-family: var(--slp-font);
    font-size: 0.82rem;
    font-weight: 600;
    cursor: pointer;
    transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.slp-cases-tab i {
    font-size: 0.9rem;
}

.slp-cases-tab:hover {
    border-color: rgba(229, 9, 20, 0.3);
    color: var(--slp-text-primary);
}

.slp-cases-tab.is-active {
    border-color: rgba(229, 9, 20, 0.45);
    background: rgba(229, 9, 20, 0.12);
    color: var(--slp-text-primary);
}

.slp-cases-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

@media (min-width: 768px) {
    .slp-cases-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1200px) {
    .slp-cases-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.slp-case-card {
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    transition: opacity 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}

.slp-case-card.is-hidden {
    display: none;
}

.slp-case-card:hover {
    border-color: rgba(229, 9, 20, 0.25);
    transform: translateY(-2px);
}

.slp-case-card__top {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin-bottom: 1rem;
}

.slp-case-card__avatar {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-family: var(--slp-font);
    font-size: 1rem;
    font-weight: 800;
    color: var(--slp-text-primary);
    background: linear-gradient(135deg, rgba(229, 9, 20, 0.35) 0%, rgba(255, 255, 255, 0.08) 100%);
    border: 1px solid rgba(229, 9, 20, 0.2);
}

.slp-case-card__name {
    font-family: var(--slp-font);
    font-size: 1rem;
    font-weight: 700;
    color: var(--slp-text-primary);
    margin: 0;
    line-height: 1.3;
}

.slp-case-card__role {
    font-family: var(--slp-font);
    font-size: 0.75rem;
    color: var(--slp-text-muted);
    margin: 0.15rem 0 0;
}

.slp-case-card__quote {
    flex: 1;
    margin: 0 0 1.15rem;
    padding: 0;
    border: none;
    font-family: var(--slp-font);
    font-size: 0.88rem;
    line-height: 1.65;
    color: var(--slp-text-muted);
    font-style: normal;
}

.slp-case-card__metric {
    padding: 0.85rem 1rem;
    border-radius: 12px;
    margin-bottom: 1rem;
    background: rgba(229, 9, 20, 0.08);
    border: 1px solid rgba(229, 9, 20, 0.15);
}

.slp-case-card__metric strong {
    display: block;
    font-family: var(--slp-font);
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--slp-accent);
    line-height: 1.1;
}

.slp-case-card__metric span {
    display: block;
    margin-top: 4px;
    font-family: var(--slp-font);
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--slp-text-muted);
}

.slp-case-card__tags {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.slp-case-card__tags li {
    padding: 4px 10px;
    border-radius: 999px;
    font-family: var(--slp-font);
    font-size: 0.65rem;
    font-weight: 600;
    color: var(--slp-text-muted);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

/* Venda global */
.slp-global {
    background: linear-gradient(180deg, #050508 0%, #0a0a10 50%, #050508 100%);
    position: relative;
    overflow: hidden;
}

.slp-global::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 60% 40% at 80% 20%, rgba(229, 9, 20, 0.08) 0%, transparent 60%);
    pointer-events: none;
}

.slp-global-trust {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem 1.25rem;
    margin-bottom: 2.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.slp-global-trust span {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-family: var(--slp-font);
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--slp-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.slp-global-trust i {
    color: var(--slp-accent);
    font-size: 0.85rem;
}

#global .slp-global-head {
    max-width: 920px;
}

#global .slp-platform-lead {
    max-width: 880px;
    font-size: clamp(1.05rem, 2.2vw, 1.35rem);
    line-height: 1.65;
}

.slp-global-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

@media (min-width: 768px) {
    .slp-global-stats {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 1rem;
    }
}

.slp-global-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 118px;
    padding: 1.15rem 1rem;
    text-align: center;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
}

.slp-global-stat i {
    display: block;
    font-size: 1.15rem;
    color: var(--slp-accent);
    margin-bottom: 0.55rem;
}

.slp-global-stat strong {
    display: block;
    font-family: var(--slp-font);
    font-size: clamp(1.15rem, 2vw, 1.45rem);
    font-weight: 800;
    color: var(--slp-text-primary);
    line-height: 1.1;
}

.slp-global-stat span {
    display: block;
    margin-top: 6px;
    max-width: 12ch;
    font-family: var(--slp-font);
    font-size: 0.68rem;
    font-weight: 600;
    line-height: 1.35;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--slp-text-muted);
}

.slp-global-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    align-items: stretch;
}

@media (min-width: 768px) {
    .slp-global-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: 1fr;
    }
}

.slp-global-board {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(12, 12, 18, 0.88);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
}

.slp-global-board .slp-global-panel {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
    padding: 1.15rem 1.25rem 1rem;
    border-radius: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    transition: background 0.25s ease;
}

.slp-global-board .slp-global-panel:hover {
    background: rgba(255, 255, 255, 0.025);
    border-color: transparent;
    box-shadow: none;
}

@media (min-width: 768px) {
    .slp-global-board .slp-global-panel:nth-child(odd) {
        border-right: 1px solid rgba(255, 255, 255, 0.07);
    }

    .slp-global-board .slp-global-panel:nth-child(-n+2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    }
}

@media (max-width: 767px) {
    .slp-global-board .slp-global-panel:not(:last-child) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    }
}

.slp-global-panel {
    padding: 1.35rem;
    border-radius: 18px;
    background: rgba(12, 12, 18, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.slp-global-panel:hover {
    border-color: rgba(229, 9, 20, 0.25);
    box-shadow: 0 12px 40px rgba(229, 9, 20, 0.08);
}

.slp-global-panel__head {
    margin-bottom: 0.75rem;
    flex-shrink: 0;
}

.slp-global-panel__head strong {
    display: block;
    font-family: var(--slp-font);
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--slp-text-primary);
}

.slp-global-panel__head span {
    display: block;
    margin-top: 4px;
    font-family: var(--slp-font);
    font-size: 0.75rem;
    color: var(--slp-text-muted);
}

.slp-flag-img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.slp-flag-img--sm {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.slp-global-langs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    flex: 1;
    align-content: flex-start;
}

.slp-global-langs span {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 5px 11px 5px 7px;
    border-radius: 999px;
    font-family: var(--slp-font);
    font-size: 0.68rem;
    font-weight: 600;
    color: var(--slp-text-primary);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.slp-global-langs span:hover {
    border-color: rgba(255, 255, 255, 0.16);
    transform: translateY(-1px);
}

.slp-global-flags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    flex: 1;
    align-content: flex-start;
}

.slp-global-flags span {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
    cursor: default;
}

.slp-global-flags span:hover {
    transform: scale(1.14);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
    z-index: 1;
}

.slp-global-coins {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0.4rem;
    flex: 1;
    align-content: start;
}

.slp-global-coins span {
    min-width: 0;
    padding: 7px 4px;
    border-radius: 10px;
    text-align: center;
    font-family: var(--slp-font);
    font-size: 0.78rem;
    font-weight: 800;
    color: #fcd34d;
    background: linear-gradient(145deg, rgba(251, 191, 36, 0.12) 0%, rgba(0, 0, 0, 0.3) 100%);
    border: 1px solid rgba(251, 191, 36, 0.2);
}

.slp-global-payments {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    flex: 1;
    align-content: start;
}

@media (max-width: 575px) {
    .slp-global-coins {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

/* Retentativas multi-adquirentes */
.slp-retry {
    background: var(--slp-section-bg-elevated, #0c0c12);
}

.slp-retry-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.slp-retry-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    font-family: var(--slp-font);
    font-size: 0.9rem;
    line-height: 1.55;
    color: var(--slp-text-muted);
}

.slp-retry-list i {
    flex-shrink: 0;
    margin-top: 2px;
    color: var(--slp-accent);
    font-size: 1.1rem;
}

.slp-retry-payments {
    margin-top: 1.5rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.slp-retry-payments__title {
    margin: 0 0 0.85rem;
    font-family: var(--slp-font);
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.45;
    color: var(--slp-text-primary);
}

.slp-retry-payments__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.slp-pay-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.38rem 0.72rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    font-family: var(--slp-font);
    font-size: 0.74rem;
    font-weight: 600;
    line-height: 1;
    color: var(--slp-text-muted);
    white-space: nowrap;
}

.slp-pay-chip .bi {
    flex-shrink: 0;
    font-size: 0.88rem;
    color: #94a3b8;
}

.slp-pay-chip__label {
    color: var(--slp-text-muted);
}

.slp-retry-flow-wrap {
    overflow: hidden;
    min-width: 0;
}

.slp-retry-flow {
    padding: 1.5rem 1.35rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.4);
    max-width: 100%;
    overflow: hidden;
}

.slp-retry-flow__head {
    text-align: center;
    margin-bottom: 1.35rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.slp-retry-flow__eyebrow {
    display: block;
    font-family: var(--slp-font);
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--slp-text-muted);
    margin-bottom: 0.35rem;
}

.slp-retry-flow__head strong {
    display: block;
    font-family: var(--slp-font);
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--slp-text-primary);
    letter-spacing: 0.01em;
}

.slp-retry-flow__chart {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

.slp-retry-flow__node {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.2rem;
    padding: 0.85rem 1rem;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
}

.slp-retry-flow__node--start {
    border-color: rgba(255, 255, 255, 0.12);
}

.slp-retry-flow__node--start i {
    font-size: 1.15rem;
    color: var(--slp-text-muted);
    margin-bottom: 0.15rem;
}

.slp-retry-flow__node--start span,
.slp-retry-flow__node--success span {
    font-family: var(--slp-font);
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--slp-text-primary);
}

.slp-retry-flow__node--start small,
.slp-retry-flow__node--success small {
    font-family: var(--slp-font);
    font-size: 0.62rem;
    color: var(--slp-text-muted);
}

.slp-retry-flow__node--declined {
    border-color: rgba(248, 113, 113, 0.25);
    background: rgba(248, 113, 113, 0.06);
    animation: slp-retry-flow-pulse 8s ease-in-out infinite;
    animation-delay: calc(var(--flow-order, 0) * 1.1s);
}

.slp-retry-flow__node--approved {
    border-color: rgba(74, 222, 128, 0.35);
    background: rgba(74, 222, 128, 0.08);
    box-shadow: 0 0 24px rgba(74, 222, 128, 0.12);
    animation: slp-retry-flow-pulse 8s ease-in-out infinite;
    animation-delay: calc(var(--flow-order, 0) * 1.1s);
}

.slp-retry-flow__node--success {
    border-color: rgba(74, 222, 128, 0.35);
    background: rgba(74, 222, 128, 0.1);
}

.slp-retry-flow__node--success i {
    font-size: 1.2rem;
    color: #4ade80;
    margin-bottom: 0.1rem;
}

.slp-retry-flow__node-name {
    font-family: var(--slp-font);
    font-size: 0.84rem;
    font-weight: 700;
    color: var(--slp-text-primary);
}

.slp-retry-flow__node-status {
    font-family: var(--slp-font);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.slp-retry-flow__node--declined .slp-retry-flow__node-status {
    color: #f87171;
}

.slp-retry-flow__node--approved .slp-retry-flow__node-status {
    color: #4ade80;
}

.slp-retry-flow__connector {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 28px;
    position: relative;
}

.slp-retry-flow__line {
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.06) 100%);
    border-radius: 999px;
}

.slp-retry-flow__chevron {
    position: absolute;
    bottom: -2px;
    font-size: 0.75rem;
    color: rgba(148, 163, 184, 0.65);
}

@keyframes slp-retry-flow-pulse {
    0%, 12%, 100% { box-shadow: none; }
    6% { box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.04); }
}

@media (prefers-reduced-motion: reduce) {
    .slp-retry-flow__node--declined,
    .slp-retry-flow__node--approved {
        animation: none;
    }
}

/* ── Integrações (estilo Mundpay, identidade WOZCLOUD) ── */
.slp-integrations {
    position: relative;
    overflow: visible;
}

.slp-integrations-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    width: 100%;
    max-width: 520px;
    margin: 0 auto 2.5rem;
}

@media (max-width: 575px) {
    .slp-integrations-stats {
        grid-template-columns: 1fr;
        max-width: 280px;
    }
}

#integracoes .slp-integrations-head {
    max-width: 880px;
}

#integracoes .slp-platform-lead {
    max-width: 780px;
    font-size: clamp(1.05rem, 2.2vw, 1.25rem);
    line-height: 1.65;
}

.slp-integrations-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 118px;
    padding: 1.15rem 1rem;
    text-align: center;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
}

.slp-integrations-stat i {
    display: block;
    font-size: 1.15rem;
    color: var(--slp-accent, #E50914);
    margin-bottom: 0.55rem;
}

.slp-integrations-stat strong {
    display: block;
    font-family: var(--slp-font);
    font-size: clamp(1.05rem, 2.2vw, 1.45rem);
    font-weight: 800;
    color: var(--slp-text-primary, #f8fafc);
    line-height: 1.1;
    white-space: nowrap;
}

.slp-integrations-stat span {
    display: block;
    margin-top: 6px;
    max-width: 14ch;
    font-family: var(--slp-font);
    font-size: 0.68rem;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--slp-text-muted, rgba(148, 163, 184, 0.95));
}

.slp-integrations-stage {
    position: relative;
    padding: 0.75rem 0 2rem;
    overflow: visible;
    --slp-integrations-stage-h: clamp(420px, 52vh, 540px);
    --slp-integrations-belt-w: 148px;
    --slp-integrations-side-w: calc(var(--slp-integrations-belt-w) * 2 + 8px);
}

.slp-integrations-grid-bg {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: radial-gradient(ellipse 70% 65% at 50% 50%, #000 30%, transparent 100%);
    pointer-events: none;
}

.slp-integrations-ring {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns:
        minmax(var(--slp-integrations-side-w), 1fr)
        minmax(300px, 420px)
        minmax(var(--slp-integrations-side-w), 1fr);
    grid-template-rows: auto 1fr auto;
    gap: 12px;
    align-items: stretch;
    justify-content: center;
    min-height: var(--slp-integrations-stage-h);
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    overflow: visible;
}

.slp-integrations-ring__top {
    grid-column: 1 / -1;
    grid-row: 1;
}

.slp-integrations-ring__left {
    grid-column: 1;
    grid-row: 2;
    display: flex;
    justify-content: stretch;
    gap: 8px;
    min-height: 0;
    min-width: 0;
    overflow: visible;
}

.slp-integrations-ring__right {
    grid-column: 3;
    grid-row: 2;
    display: flex;
    justify-content: stretch;
    gap: 8px;
    min-height: 0;
    min-width: 0;
    overflow: visible;
}

.slp-integrations-ring__bottom {
    grid-column: 1 / -1;
    grid-row: 3;
}

.slp-integrations-hub {
    grid-column: 2;
    grid-row: 2;
}

@media (max-width: 991px) {
    .slp-integrations-ring {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto auto auto;
        min-height: auto;
        gap: 12px;
    }

    .slp-integrations-ring__top { grid-column: 1; grid-row: 2; }
    .slp-integrations-ring__left {
        grid-column: 1;
        grid-row: 4;
        min-height: 280px;
        justify-content: center;
    }
    .slp-integrations-ring__right {
        grid-column: 1;
        grid-row: 5;
        min-height: 280px;
        justify-content: center;
    }
    .slp-integrations-ring__bottom { grid-column: 1; grid-row: 6; }
    .slp-integrations-hub { grid-column: 1; grid-row: 1; order: 0; }

    .slp-integrations-belt--vertical {
        flex: 0 0 var(--slp-integrations-belt-w);
        width: var(--slp-integrations-belt-w);
        max-width: var(--slp-integrations-belt-w);
    }
}

.slp-integrations-belt--vertical {
    flex: 1 1 0;
    min-width: 0;
    width: var(--slp-integrations-belt-w);
    max-width: var(--slp-integrations-belt-w);
    height: 100%;
    overflow: hidden;
}

.slp-integrations-belt--horizontal {
    width: 100%;
    min-height: 54px;
    height: auto;
    overflow: hidden;
}

.slp-integrations-belt__track {
    display: flex;
    flex-direction: column;
    will-change: transform;
}

.slp-integrations-belt--horizontal .slp-integrations-belt__track {
    flex-direction: row;
    align-items: center;
    min-height: 54px;
}

.slp-integrations-belt--up .slp-integrations-belt__track {
    animation: slp-integrations-belt-up 36s linear infinite;
}

.slp-integrations-belt--down .slp-integrations-belt__track {
    animation: slp-integrations-belt-down 36s linear infinite;
}

.slp-integrations-belt--left .slp-integrations-belt__track {
    animation: slp-integrations-belt-left 42s linear infinite;
}

.slp-integrations-belt--right .slp-integrations-belt__track {
    animation: slp-integrations-belt-right 42s linear infinite;
}

.slp-integrations-belt__group {
    display: flex;
    flex-direction: column;
    gap: 7px;
    flex-shrink: 0;
    padding-bottom: 7px;
}

.slp-integrations-belt--horizontal .slp-integrations-belt__group {
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding-bottom: 0;
    padding-right: 8px;
}

@keyframes slp-integrations-belt-up {
    from { transform: translateY(0); }
    to { transform: translateY(-50%); }
}

@keyframes slp-integrations-belt-down {
    from { transform: translateY(-50%); }
    to { transform: translateY(0); }
}

@keyframes slp-integrations-belt-left {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

@keyframes slp-integrations-belt-right {
    from { transform: translateX(-50%); }
    to { transform: translateX(0); }
}

@media (prefers-reduced-motion: reduce) {
    .slp-integrations-belt__track {
        animation: none !important;
    }
}

.slp-integrations-tile {
    flex-shrink: 0;
    width: 100%;
    min-height: 42px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 5px 8px 5px 5px;
    border-radius: 12px;
    background: rgba(12, 12, 18, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.32);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    opacity: 0.88;
}

.slp-integrations-tile:hover {
    opacity: 1;
    border-color: rgba(229, 9, 20, 0.4);
    box-shadow: 0 8px 28px rgba(229, 9, 20, 0.12);
}

.slp-integrations-tile__icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.slp-integrations-tile__icon img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    filter: grayscale(0.1) brightness(1.05);
    transition: filter 0.3s ease;
}

.slp-integrations-tile:hover .slp-integrations-tile__icon img {
    filter: none;
}

.slp-integrations-tile__fallback {
    font-family: var(--slp-font);
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--slp-accent);
}

.slp-integrations-tile__name {
    flex: 1;
    min-width: 0;
    font-family: var(--slp-font);
    font-size: 0.62rem;
    font-weight: 600;
    text-align: left;
    color: rgba(248, 250, 252, 0.9);
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.slp-integrations-belt--horizontal .slp-integrations-tile {
    width: auto;
    min-width: 128px;
    max-width: 152px;
}

.slp-integrations-hub {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    min-height: 0;
    height: 100%;
    padding: 1.5rem 1.35rem;
    text-align: center;
    border-radius: 24px;
    background: radial-gradient(ellipse 120% 100% at 50% 0%, rgba(229, 9, 20, 0.12) 0%, transparent 55%),
        rgba(8, 8, 12, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.slp-integrations-hub__main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
}

.slp-integrations-hub__title {
    font-size: clamp(1.15rem, 2.4vw, 1.55rem);
    line-height: 1.25;
    color: #f8fafc;
    margin: 0 0 1.25rem;
}

.slp-integrations-hub__brand {
    display: inline-block;
    white-space: nowrap;
}

.slp-integrations-hub__stats {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    gap: 1.5rem 2.25rem;
    width: 100%;
}

.slp-integrations-hub__stat {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    text-align: left;
}

.slp-integrations-hub__stat i {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    font-size: 1rem;
    color: var(--slp-accent, #E50914);
}

.slp-integrations-hub__stat-copy {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    min-width: 0;
}

.slp-integrations-hub__stat strong {
    display: block;
    font-family: var(--slp-font);
    font-size: clamp(1rem, 2vw, 1.25rem);
    font-weight: 800;
    color: var(--slp-text-primary, #f8fafc);
    line-height: 1.1;
    white-space: nowrap;
}

.slp-integrations-hub__stat span {
    display: block;
    font-family: var(--slp-font);
    font-size: 0.62rem;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--slp-text-muted, rgba(148, 163, 184, 0.95));
}

.slp-integrations-hub__features {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.55rem 1.15rem;
    width: 100%;
    margin-top: 1.35rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.slp-integrations-hub__feature {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-family: var(--slp-font);
    font-size: 0.68rem;
    font-weight: 600;
    line-height: 1.3;
    color: var(--slp-text-muted, rgba(148, 163, 184, 0.95));
    white-space: nowrap;
}

.slp-integrations-hub__feature i {
    font-size: 0.85rem;
    color: var(--slp-accent, #E50914);
}

@media (max-width: 991px) {
    .slp-integrations-hub {
        order: -1;
        min-height: auto;
        padding: 1.75rem 1.35rem;
    }

    .slp-integrations-hub__stats {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }

    .slp-integrations-hub__stat {
        width: min(100%, 240px);
    }
}

@media (max-width: 575px) {
    .slp-integrations-hub__features {
        gap: 0.5rem 0.85rem;
    }

    .slp-integrations-hub__feature {
        font-size: 0.64rem;
    }
}

@media (max-width: 991px) {
    .slp-mock-top-row {
        flex-direction: column;
        align-items: center;
    }

    .slp-mock-float--dash {
        max-width: 100%;
        width: 100%;
    }

    .slp-mock-float--store,
    .slp-mock-float--service {
        flex: 0 0 auto;
    }

    .slp-mock-devices {
        flex-direction: column;
        align-items: center;
    }

    .slp-sale-roulette {
        flex: none;
        width: 100%;
        max-width: 220px;
        height: 168px;
        order: 1;
        margin: 0.75rem 0;
        align-self: center;
    }

    .slp-client-tablet {
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .slp-fintech .form__row .btn-criar-lp {
        min-width: 110px;
        font-size: 14px !important;
    }

    .slp-dash-mock__cards {
        grid-template-columns: 1fr;
    }

    .slp-manager-mock {
        width: var(--slp-mock-phone-w);
    }
}

/* ── Planos (WOZCLOUD) ── */
.slp-pricing {
    position: relative;
    overflow: hidden;
}

#plans .slp-platform-head {
    max-width: 960px;
}

#plans .slp-platform-title {
    font-size: clamp(2.1rem, 5.5vw, 3.65rem);
    line-height: 1.1;
    letter-spacing: -0.03em;
}

#plans .slp-platform-lead {
    max-width: 900px;
    font-size: clamp(1.125rem, 2.5vw, 1.5rem);
    line-height: 1.65;
}

#plans .slp-pricing-sublead {
    max-width: 860px;
    font-size: clamp(1.05rem, 2.1vw, 1.3rem);
    line-height: 1.65;
}

.slp-pricing-sublead {
    max-width: 640px;
    font-size: 0.95rem;
    line-height: 1.65;
    color: var(--slp-text-muted, #94a3b8);
}

.slp-pricing-billing {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin: 0 auto 1.75rem;
    padding: 0.35rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
}

#plans .slp-pricing-billing {
    display: flex;
    justify-content: center;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.slp-pricing-billing__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.55rem 1.15rem;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: var(--slp-text-muted, #94a3b8);
    font-family: var(--slp-font);
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    transition: color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.slp-pricing-billing__btn:hover {
    color: var(--slp-text-primary, #f8fafc);
}

.slp-pricing-billing__btn.is-active {
    background: rgba(255, 255, 255, 0.12);
    color: var(--slp-text-primary, #f8fafc);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
}

.slp-pricing-billing__badge {
    display: inline-flex;
    align-items: center;
    padding: 0.2rem 0.45rem;
    border-radius: 999px;
    background: rgba(74, 222, 128, 0.16);
    color: #4ade80;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.slp-pricing-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    align-items: stretch;
}

@media (min-width: 768px) {
    .slp-pricing-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1200px) {
    .slp-pricing-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 0.85rem;
    }
}

.slp-plan-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 1.35rem 1.15rem 1.25rem;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.22);
    transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.slp-plan-card:hover {
    border-color: rgba(229, 9, 20, 0.35);
    transform: translateY(-4px);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.32);
}

.slp-plan-card--highlight {
    border-color: rgba(229, 9, 20, 0.55);
    background: linear-gradient(165deg, rgba(229, 9, 20, 0.14) 0%, rgba(255, 255, 255, 0.04) 42%, rgba(255, 255, 255, 0.03) 100%);
    box-shadow:
        0 0 0 1px rgba(229, 9, 20, 0.2),
        0 20px 56px rgba(229, 9, 20, 0.12);
}

.slp-plan-card--highlight:hover {
    border-color: rgba(229, 9, 20, 0.75);
    box-shadow:
        0 0 0 1px rgba(229, 9, 20, 0.35),
        0 24px 60px rgba(229, 9, 20, 0.18);
}

.slp-plan-card__badge {
    position: absolute;
    top: -11px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.3rem 0.75rem;
    border-radius: 999px;
    font-family: var(--slp-font);
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fff;
    background: linear-gradient(135deg, #E50914 0%, #b8060f 100%);
    box-shadow: 0 4px 16px rgba(229, 9, 20, 0.45);
    white-space: nowrap;
}

.slp-plan-card__head {
    margin-bottom: 0.85rem;
    padding-top: 0.25rem;
}

.slp-plan-card--highlight .slp-plan-card__head {
    padding-top: 0.65rem;
}

.slp-plan-card__name {
    margin: 0;
    font-family: var(--slp-font);
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    color: var(--slp-text-primary, #f8fafc);
}

.slp-plan-card__note {
    margin: 0.35rem 0 0;
    font-family: var(--slp-font);
    font-size: 0.72rem;
    font-weight: 500;
    line-height: 1.4;
    color: var(--slp-text-muted, #94a3b8);
}

.slp-plan-card__price {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.15rem 0.35rem;
    margin-bottom: 0.75rem;
}

.slp-plan-card__amount {
    font-family: var(--slp-font);
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
    font-weight: 800;
    line-height: 1.1;
    color: var(--slp-text-primary, #f8fafc);
}

.slp-plan-card--highlight .slp-plan-card__amount {
    color: #fff;
}

.slp-plan-card--enterprise .slp-plan-card__amount {
    font-size: clamp(0.95rem, 1.8vw, 1.2rem);
}

.slp-plan-card__suffix {
    font-family: var(--slp-font);
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--slp-text-muted, #94a3b8);
}

.slp-plan-card__annual {
    margin: -0.35rem 0 0.75rem;
    font-family: var(--slp-font);
    font-size: 0.68rem;
    font-weight: 600;
    color: #4ade80;
    letter-spacing: 0.02em;
}

.slp-plan-card__fees {
    margin-bottom: 0.85rem;
    padding-bottom: 0.85rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.slp-plan-card__fee-checkout {
    margin: 0;
    font-family: var(--slp-font);
    font-size: 0.78rem;
    line-height: 1.45;
    color: rgba(248, 250, 252, 0.9);
}

.slp-plan-card__fee-plus {
    color: var(--slp-accent, #E50914);
    font-weight: 700;
    margin-right: 0.15rem;
}

.slp-plan-card__fee-checkout strong {
    font-weight: 800;
    color: var(--slp-text-primary, #f8fafc);
}

.slp-plan-card__fee-note {
    display: block;
    margin-top: 0.2rem;
    font-size: 0.68rem;
    font-weight: 500;
    color: var(--slp-text-muted, #94a3b8);
}

.slp-plan-card__fee-intl {
    margin: 0.55rem 0 0;
    font-family: var(--slp-font);
    font-size: 0.68rem;
    line-height: 1.45;
    color: var(--slp-text-muted, #94a3b8);
}

.slp-plan-card__desc {
    margin: 0 0 1rem;
    font-family: var(--slp-font);
    font-size: 0.8rem;
    line-height: 1.55;
    color: var(--slp-text-muted, #94a3b8);
    min-height: 2.4em;
}

.slp-plan-card__features {
    list-style: none;
    margin: 0 0 1.15rem;
    padding: 0;
    flex: 1;
}

.slp-plan-card__features li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 0.55rem;
    font-family: var(--slp-font);
    font-size: 0.78rem;
    line-height: 1.45;
    color: rgba(248, 250, 252, 0.88);
}

.slp-plan-card__features li:last-child {
    margin-bottom: 0;
}

.slp-plan-card__features .bi {
    flex-shrink: 0;
    margin-top: 0.1rem;
    color: var(--slp-accent, #E50914);
    font-size: 0.95rem;
}

.slp-plan-card__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 44px;
    padding: 0.65rem 1rem;
    border-radius: 999px;
    font-family: var(--slp-font);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--slp-text-primary, #f8fafc);
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: transparent;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.slp-plan-card__cta:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.06);
}

.slp-plan-card__cta--primary {
    color: #fff;
    border-color: transparent;
    background: linear-gradient(135deg, #E50914 0%, #c40812 100%);
    box-shadow: 0 8px 28px rgba(229, 9, 20, 0.35);
}

.slp-plan-card__cta--primary:hover {
    color: #fff;
    background: linear-gradient(135deg, #ff2430 0%, #E50914 100%);
    box-shadow: 0 10px 32px rgba(229, 9, 20, 0.5);
}

.slp-plan-card__cta-secondary {
    display: block;
    margin-top: 0.65rem;
    text-align: center;
    font-family: var(--slp-font);
    font-size: 0.72rem;
    font-weight: 500;
    color: var(--slp-text-muted, #94a3b8);
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.2s ease;
}

.slp-plan-card__cta-secondary:hover {
    color: var(--slp-accent, #E50914);
}

.slp-pricing-footnote {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    font-family: var(--slp-font);
    font-size: 0.78rem;
    line-height: 1.55;
    color: var(--slp-text-muted, #94a3b8);
}

@media (max-width: 1199px) {
    .slp-plan-card--highlight {
        order: -1;
    }

    .slp-pricing-grid {
        max-width: 720px;
        margin: 0 auto;
    }
}

/* ── Login negócio (WOZCLOUD) ── */
.slp-login-page {
    min-height: 100vh;
    background: #050508;
    font-family: var(--slp-font, 'Poppins', sans-serif);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slp-login-page .slp-login-slide__title,
.slp-login-page .slp-login-slide__text,
.slp-login-page .slp-login-slide__tag,
.slp-login-page .slp-login-slide__cta,
.slp-login-page .slp-login-card__head h1,
.slp-login-page .slp-login-field .form-control,
.slp-login-page .slp-login-submit,
.slp-login-page .slp-login-footer a,
.slp-login-page .slp-login-safe,
.slp-login-page .navbar-brand {
    font-family: var(--slp-font, 'Poppins', sans-serif);
}

.slp-login-visual {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    background: #050508;
}

.slp-login-swiper,
.slp-login-swiper .swiper-wrapper,
.slp-login-slide {
    height: 100%;
    min-height: 100vh;
}

.slp-login-slide {
    position: relative;
    overflow: hidden;
}

.slp-login-slide__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transform: scale(1.06);
    transition: transform 9s ease;
    filter: brightness(0.82) saturate(1.05);
    pointer-events: none;
    user-select: none;
}

.slp-login-slide.swiper-slide-active .slp-login-slide__bg {
    transform: scale(1);
}

.slp-login-slide__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(5, 5, 8, 0.88) 0%, rgba(5, 5, 8, 0.55) 42%, rgba(5, 5, 8, 0.2) 100%),
        linear-gradient(180deg, rgba(5, 5, 8, 0.15) 0%, rgba(5, 5, 8, 0.45) 100%);
    pointer-events: none;
}

.slp-login-slide__content {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 3rem;
    max-width: 34rem;
}

.slp-login-slide__tag {
    position: absolute;
    top: 2rem;
    left: 2rem;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    border: 1px solid rgba(229, 9, 20, 0.4);
    background: rgba(229, 9, 20, 0.14);
    color: #fca5a5;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.slp-login-slide__title {
    margin: 0 0 0.85rem;
    font-size: clamp(1.85rem, 3.2vw, 2.45rem);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.03em;
    color: #f8fafc;
}

.slp-login-slide__text {
    margin: 0 0 1.35rem;
    font-size: 1rem;
    line-height: 1.55;
    color: #cbd5e1;
    max-width: 30rem;
}

.slp-login-slide__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.65rem 1.1rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(8px);
    color: #f8fafc;
    font-size: 0.88rem;
    font-weight: 700;
    text-decoration: none;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.slp-login-slide__cta:hover {
    border-color: rgba(229, 9, 20, 0.55);
    background: rgba(229, 9, 20, 0.18);
    color: #fff;
}

.slp-login-swiper__pagination {
    bottom: 1.75rem !important;
    left: 3rem !important;
    width: auto !important;
    z-index: 3;
    text-align: left;
}

.slp-login-swiper__pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 6px 0 0 !important;
    background: rgba(255, 255, 255, 0.35);
    opacity: 1;
    transition: width 0.25s ease, background 0.25s ease;
}

.slp-login-swiper__pagination .swiper-pagination-bullet-active {
    width: 28px;
    border-radius: 999px;
    background: #E50914;
}

.slp-login-panel {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1.5rem;
    background: transparent;
    overflow: hidden;
}

.slp-login-panel__film {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background:
        linear-gradient(180deg, rgba(5, 5, 8, 0.98) 0%, rgba(5, 5, 8, 0.94) 100%);
    border-left: 1px solid rgba(255, 255, 255, 0.06);
    pointer-events: none;
}

.slp-login-panel .slp-login-card {
    position: relative;
    z-index: 1;
    width: min(100%, 26rem);
}

.slp-login-card__logo {
    text-align: center;
    margin-bottom: 1.75rem;
}

.slp-login-card__logo .navbar-brand {
    font-size: 1.35rem !important;
    letter-spacing: 0.04em;
}

.slp-login-card__head {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.75rem;
}

.slp-login-card__back {
    flex: 0 0 auto;
    width: 2.5rem;
    height: 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
    color: #e2e8f0;
    text-decoration: none;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.slp-login-card__back:hover {
    border-color: rgba(229, 9, 20, 0.45);
    background: rgba(229, 9, 20, 0.1);
    color: #fff;
}

.slp-login-card__head h1 {
    margin: 0;
    font-size: 0.92rem;
    font-weight: 600;
    line-height: 1.4;
    color: #94a3b8;
}

.slp-login-field {
    position: relative;
    margin-bottom: 0.85rem;
}

.slp-login-field__icon {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #64748b;
    font-size: 1rem;
    pointer-events: none;
    z-index: 2;
}

.slp-login-field .form-control {
    height: 3.25rem;
    padding-left: 2.75rem;
    padding-right: 1rem;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(12, 12, 18, 0.92);
    color: #e2e8f0;
    font-weight: 600;
    font-size: 0.92rem;
}

.slp-login-field .form-control:focus {
    border-color: rgba(229, 9, 20, 0.55);
    background: rgba(12, 12, 18, 0.98);
    color: #f8fafc;
    box-shadow: 0 0 0 3px rgba(229, 9, 20, 0.12);
}

.slp-login-field .form-control::placeholder {
    color: #64748b;
    font-weight: 600;
}

.slp-login-field--password .form-control {
    padding-right: 3rem;
}

.slp-login-field__toggle {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    color: #64748b;
    padding: 0.25rem;
    cursor: pointer;
    z-index: 2;
}

.slp-login-field__toggle:hover {
    color: #e2e8f0;
}

.slp-login-submit {
    width: 100%;
    height: 3.25rem;
    margin-top: 0.5rem;
    border: 0;
    border-radius: 14px;
    background: linear-gradient(135deg, #E50914 0%, #c40812 100%);
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    box-shadow: 0 10px 28px rgba(229, 9, 20, 0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.slp-login-submit:hover,
.slp-login-submit:focus {
    transform: translateY(-1px);
    box-shadow: 0 14px 34px rgba(229, 9, 20, 0.45);
    filter: brightness(1.05);
    color: #fff;
}

.slp-login-footer {
    margin-top: 1.25rem;
    text-align: center;
}

.slp-login-footer a {
    font-size: 0.88rem;
    font-weight: 600;
    color: #ff4d57;
    text-decoration: none;
}

.slp-login-footer a:hover {
    color: #ff6b73;
}

.slp-login-safe {
    margin-top: 1.75rem;
    text-align: center;
    font-size: 0.75rem;
    line-height: 1.5;
    color: #64748b;
}

@media (max-width: 991px) {
    .slp-login-panel {
        min-height: 100vh;
    }
}
