/* LP Otto Chat: atendimento inteligente, site + WhatsApp (dark + índigo/azul + esmeralda em destaques) */
:root {
    --bg-deep: #0a0b14;
    --bg-card: #12131f;
    --bg-elevated: #1a1c2e;
    --border: rgba(148, 163, 184, 0.12);
    --text: #ffffff;
    --text-muted: #94a3c8;
    --link: #a5b4fc;
    --ui-accent: #a78bfa;
    --ui-accent-soft: rgba(129, 140, 248, 0.18);
    --accent: #10b981;
    --accent-hover: #059669;
    --accent-soft: rgba(16, 185, 129, 0.12);
    --cta-from: #3b82f6;
    --cta-mid: #6366f1;
    --cta-to: #7c3aed;
    --glow-indigo: rgba(99, 102, 241, 0.45);
    --glow-blue: rgba(59, 130, 246, 0.35);
    --danger: #f43f5e;
    --radius: 14px;
    --font: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --max: 1120px;
}

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

html {
    scroll-behavior: smooth;
    /* Fallback antes do JS medir o header; depois --lp-otto-scroll-padding sobrescreve */
    scroll-padding-top: var(--lp-otto-scroll-padding, 5.5rem);
}

body.lp-otto {
    margin: 0;
    font-family: var(--font);
    font-size: 17px;
    line-height: 1.6;
    color: var(--text);
    background-color: var(--bg-deep);
    background-image:
        linear-gradient(rgba(99, 102, 241, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(99, 102, 241, 0.04) 1px, transparent 1px),
        radial-gradient(ellipse 100% 70% at 50% -25%, rgba(99, 102, 241, 0.28), transparent 55%),
        radial-gradient(ellipse 60% 50% at 100% 20%, rgba(59, 130, 246, 0.18), transparent 50%),
        radial-gradient(ellipse 50% 40% at 0% 60%, rgba(124, 58, 237, 0.12), transparent 45%);
    background-size:
        48px 48px,
        48px 48px,
        auto,
        auto,
        auto;
    min-height: 100vh;
    overflow-x: hidden;
}

/* Links em destaque só no miolo (nav e header ficam neutros) */
.lp-otto main a:not(.lp-otto-btn):not(.lp-otto-brand) {
    color: var(--link);
    text-decoration: none;
}

.lp-otto main a:not(.lp-otto-btn):not(.lp-otto-brand):hover {
    text-decoration: underline;
}

.lp-otto-skip {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.lp-otto-skip:focus {
    position: fixed;
    left: 1rem;
    top: 1rem;
    z-index: 100;
    width: auto;
    height: auto;
    padding: 0.75rem 1rem;
    background: linear-gradient(135deg, var(--cta-from), var(--cta-to));
    color: #fff;
    font-weight: 700;
    border-radius: 8px;
}

/* Top bar: cartão flutuante, mesmo vocabulário dos blocos da LP */
.lp-otto-top {
    position: sticky;
    top: 0.75rem;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem 1.25rem;
    padding: 0.55rem 0.6rem 0.55rem 1.1rem;
    max-width: min(var(--max), calc(100% - 1.75rem));
    margin: 0.75rem auto 0;
    background: rgba(18, 19, 31, 0.88);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(129, 140, 248, 0.18);
    border-radius: var(--radius);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.05) inset,
        0 8px 32px rgba(0, 0, 0, 0.45),
        0 0 40px rgba(79, 70, 229, 0.08);
}

.lp-otto-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    flex-shrink: 0;
    font-weight: 800;
    font-size: 1.05rem;
    letter-spacing: -0.03em;
    color: var(--text);
    text-decoration: none;
}

.lp-otto-brand::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--cta-from), var(--cta-to));
    box-shadow: 0 0 0 2px rgba(99, 102, 241, 0.35);
}

.lp-otto-brand span {
    color: var(--link);
    font-weight: 800;
}

.lp-otto-brand:hover {
    text-decoration: none;
    opacity: 0.95;
}

.lp-otto-brand:hover span {
    color: #c4b5fd;
}

.lp-otto-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 0.2rem 0.15rem;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
}

.lp-otto-nav a:not(.lp-otto-btn) {
    color: #cbd5e1 !important;
    -webkit-text-fill-color: #cbd5e1;
    font-size: 0.8125rem;
    font-weight: 600;
    text-decoration: none;
    padding: 0.45rem 0.7rem;
    border-radius: 999px;
    transition:
        background 0.15s ease,
        color 0.15s ease;
}

.lp-otto-nav a:not(.lp-otto-btn):hover {
    color: #f1f5f9 !important;
    -webkit-text-fill-color: #f1f5f9;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.06);
}

.lp-otto-nav a:not(.lp-otto-btn).lp-otto-nav__link--active {
    color: #f8fafc !important;
    -webkit-text-fill-color: #f8fafc;
    background: rgba(99, 102, 241, 0.22);
    box-shadow: 0 0 0 1px rgba(129, 140, 248, 0.35);
}

.lp-otto-nav a:not(.lp-otto-btn).lp-otto-nav__link--active:hover {
    color: #fff !important;
    -webkit-text-fill-color: #fff;
    background: rgba(99, 102, 241, 0.3);
}

.lp-otto-nav .lp-otto-btn {
    margin-left: 0.15rem;
}

.lp-otto-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1.4rem;
    min-height: 48px;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.02em;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition:
        background 0.2s ease,
        transform 0.18s ease,
        box-shadow 0.2s ease,
        filter 0.2s ease;
}

/* Primário: gradiente azul → índigo → roxo (identidade SaaS) */
body.lp-otto a.lp-otto-btn--primary,
body.lp-otto button.lp-otto-btn--primary,
body.lp-otto .lp-otto-btn--primary {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
    border-radius: 999px;
    background-color: var(--cta-mid);
    background-image: linear-gradient(135deg, var(--cta-from) 0%, var(--cta-mid) 48%, var(--cta-to) 100%);
    border: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.25) inset,
        0 6px 28px var(--glow-blue),
        0 4px 20px var(--glow-indigo),
        0 2px 8px rgba(0, 0, 0, 0.35);
}

body.lp-otto a.lp-otto-btn--primary:hover,
body.lp-otto button.lp-otto-btn--primary:hover,
body.lp-otto .lp-otto-btn--primary:hover {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    text-decoration: none !important;
    filter: brightness(1.08);
    transform: translateY(-2px);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.32) inset,
        0 12px 40px rgba(59, 130, 246, 0.45),
        0 8px 32px rgba(124, 58, 237, 0.35),
        0 4px 12px rgba(0, 0, 0, 0.38);
}

body.lp-otto a.lp-otto-btn--primary:active,
body.lp-otto button.lp-otto-btn--primary:active,
body.lp-otto .lp-otto-btn--primary:active {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    transform: translateY(0);
    filter: brightness(0.95);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.18) inset,
        0 3px 16px rgba(99, 102, 241, 0.4),
        0 2px 6px rgba(0, 0, 0, 0.32);
}

body.lp-otto a.lp-otto-btn--primary:focus-visible,
body.lp-otto .lp-otto-btn--primary:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 3px;
}

body.lp-otto a.lp-otto-btn--ghost,
body.lp-otto button.lp-otto-btn--ghost,
body.lp-otto .lp-otto-btn--ghost {
    color: #f8fafc !important;
    -webkit-text-fill-color: #f8fafc !important;
    background: rgba(15, 23, 42, 0.55);
    border: 1px solid rgba(148, 163, 184, 0.45);
    font-weight: 650;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

body.lp-otto a.lp-otto-btn--ghost:hover,
body.lp-otto button.lp-otto-btn--ghost:hover,
body.lp-otto .lp-otto-btn--ghost:hover {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    text-decoration: none !important;
    background: rgba(30, 27, 75, 0.55);
    border-color: rgba(129, 140, 248, 0.55);
    transform: translateY(-2px);
    box-shadow:
        0 0 0 1px rgba(99, 102, 241, 0.25),
        0 6px 24px rgba(79, 70, 229, 0.15);
}

body.lp-otto a.lp-otto-btn--ghost:focus-visible,
body.lp-otto .lp-otto-btn--ghost:focus-visible {
    outline: 2px solid var(--link);
    outline-offset: 3px;
}

/* Sections */
.lp-otto main {
    max-width: var(--max);
    margin: 0 auto;
    padding: 0 1.5rem 4rem;
}

/* Hero em duas colunas (referência: layout em faixa vertical à esquerda + mock à direita) */
.lp-otto-hero {
    padding: 3rem 0 2.5rem;
    text-align: left;
}

@media (min-width: 768px) {
    .lp-otto-hero {
        padding: 4rem 0 3.25rem;
    }
}

.lp-otto-hero__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.25rem;
    align-items: center;
}

@media (min-width: 960px) {
    .lp-otto-hero__grid {
        grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
        gap: 2.5rem 2.75rem;
        align-items: center;
    }
}

.lp-otto-hero__copy {
    min-width: 0;
}

.lp-otto-hero__visual {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 0;
    padding: 0.5rem 0 1rem;
}

@media (min-width: 960px) {
    .lp-otto-hero__visual {
        justify-content: flex-end;
        align-items: center;
        padding: 1rem 0;
    }
}

.lp-otto-hero__glow {
    position: absolute;
    inset: 10% 5% 15%;
    background:
        radial-gradient(ellipse 75% 65% at 45% 40%, rgba(99, 102, 241, 0.32), transparent 68%),
        radial-gradient(ellipse 55% 50% at 85% 25%, rgba(59, 130, 246, 0.2), transparent 62%),
        radial-gradient(ellipse 40% 45% at 15% 70%, rgba(124, 58, 237, 0.14), transparent 55%);
    pointer-events: none;
    z-index: 0;
}

.lp-otto-hero__visual .lp-otto-widget-demo-shell {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 480px;
    min-height: 0;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 960px) {
    .lp-otto-hero__visual .lp-otto-widget-demo-shell {
        margin-left: 0;
        margin-right: 0;
    }
}

/* Demo widget Otto (hero): glassmorphism + glow índigo/azul (identidade LP) */
.lp-otto-widget-demo-shell {
    --otto-surface: rgba(16, 18, 32, 0.94);
    --otto-chat-bg: #0a0a14;
    --otto-bot-bubble: rgba(99, 102, 241, 0.2);
    --otto-bot-border: rgba(165, 180, 252, 0.35);
    --otto-line: #c7d2fe;
}

.lp-otto-widget-demo-badge {
    margin: 0 0 0.5rem;
    padding: 0;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: rgba(165, 180, 252, 0.95);
}

.lp-otto-widget-demo-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    gap: 0.35rem 0.85rem;
    min-width: 0;
}

.lp-otto-widget-demo-disclaimer {
    margin: 0.75rem auto 0;
    padding: 0 0.35rem;
    max-width: 22rem;
    font-size: 0.68rem;
    line-height: 1.4;
    text-align: center;
    color: rgba(148, 163, 184, 0.95);
}

.lp-otto-widget-launcher {
    display: flex;
    align-items: center;
    gap: 0;
    filter: drop-shadow(0 12px 32px rgba(79, 70, 229, 0.25));
}

.lp-otto-widget-launcher__bubble {
    position: relative;
    padding: 0.55rem 0.95rem 0.55rem 0.85rem;
    margin-right: -0.35rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: #e2e8f0;
    background: var(--otto-surface);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 999px;
    border: 1px solid rgba(129, 140, 248, 0.25);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.06) inset,
        0 8px 28px rgba(0, 0, 0, 0.35);
}

.lp-otto-widget-launcher__bubble::after {
    content: '';
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    border: 7px solid transparent;
    border-left-color: rgba(22, 24, 42, 0.95);
}

.lp-otto-widget-launcher__avatar {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(145deg, #1e1b4b, #0f172a);
    border: 3px solid rgba(129, 140, 248, 0.45);
    box-shadow:
        0 0 20px rgba(99, 102, 241, 0.35),
        0 4px 16px rgba(0, 0, 0, 0.4);
}

.lp-otto-widget-launcher__logo {
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    color: #e0e7ff;
    text-transform: uppercase;
}

.lp-otto-widget-launcher__dot {
    position: absolute;
    right: 2px;
    bottom: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--accent);
    border: 2px solid #0f172a;
    box-shadow: 0 0 8px rgba(16, 185, 129, 0.65);
}

/* Altura fixa: não cresce com o conteúdo (min-height: 0 evita min-size automático do flex). Rolagem só em .lp-otto-widget-scroll */
.lp-otto-widget-panel {
    position: relative;
    flex: 1 1 300px;
    width: 100%;
    max-width: 100%;
    min-width: min(100%, 280px);
    min-height: 0;
    display: flex;
    flex-direction: column;
    height: clamp(520px, 68vh, 640px);
    max-height: 640px;
    background: var(--otto-chat-bg);
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(129, 140, 248, 0.22);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.04) inset,
        0 0 0 1px rgba(99, 102, 241, 0.08),
        0 12px 40px rgba(79, 70, 229, 0.22),
        0 28px 64px rgba(0, 0, 0, 0.5);
}

@media (min-width: 960px) {
    .lp-otto-widget-panel {
        height: clamp(560px, 72vh, 700px);
        max-height: 700px;
    }
}

.lp-otto-widget-top {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.75rem 0.85rem;
    background: linear-gradient(135deg, #312e81 0%, #1e1b4b 42%, #172554 100%);
    color: #fff;
    border-bottom: 1px solid rgba(129, 140, 248, 0.2);
}

.lp-otto-widget-top__ava {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 50%;
    background: #0f172a
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctext x='50%25' y='54%25' dominant-baseline='middle' text-anchor='middle' fill='%23c7d2fe' font-size='9' font-weight='800' font-family='system-ui' %3EO%3C/text%3E%3C/svg%3E")
        center / 70% no-repeat;
    border: 2px solid rgba(199, 210, 254, 0.45);
    box-shadow: 0 0 12px rgba(99, 102, 241, 0.35);
}

.lp-otto-widget-top__meta {
    flex: 1;
    min-width: 0;
}

.lp-otto-widget-top__title {
    font-size: 1.15rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.1;
}

.lp-otto-widget-top__status {
    margin-top: 0.15rem;
    font-size: 0.72rem;
    font-weight: 500;
    color: #c7d2fe;
    opacity: 1;
}

.lp-otto-widget-top__close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.85);
    font-size: 1.1rem;
    line-height: 1;
    color: #fff;
    opacity: 0.95;
}

.lp-otto-widget-scroll {
    flex: 1 1 0;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    background: linear-gradient(180deg, rgba(15, 17, 28, 0.5) 0%, var(--otto-chat-bg) 40%);
    scrollbar-color: rgba(129, 140, 248, 0.45) rgba(15, 17, 28, 0.5);
    scrollbar-width: thin;
}

.lp-otto-widget-scroll::-webkit-scrollbar {
    width: 6px;
}

.lp-otto-widget-scroll::-webkit-scrollbar-thumb {
    background: rgba(129, 140, 248, 0.4);
    border-radius: 999px;
}

.lp-otto-widget-scroll::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.2);
}

.lp-otto-widget-body {
    padding: 0.65rem 0.6rem 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    align-items: stretch;
    min-width: 0;
}

.lp-otto-widget-welcome {
    margin: 0 0 0.25rem;
    width: 100%;
    max-width: none;
    align-self: stretch;
    box-sizing: border-box;
    padding: 1rem 1.1rem 1.15rem;
    background: var(--otto-surface);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 16px;
    border: 1px solid rgba(129, 140, 248, 0.2);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.05) inset,
        0 12px 36px rgba(0, 0, 0, 0.35);
    text-align: left;
}

.lp-otto-widget-welcome__title {
    margin: 0 0 0.5rem;
    font-size: 1rem;
    font-weight: 800;
    color: #f8fafc;
    line-height: 1.25;
}

.lp-otto-widget-welcome__text {
    margin: 0 0 1rem;
    font-size: 0.84rem;
    line-height: 1.5;
    color: #94a3c8;
}

.lp-otto-widget-welcome__btn {
    display: block;
    width: 100%;
    padding: 0.7rem 1rem;
    border: none;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 700;
    color: #fff;
    cursor: default;
    background-image: linear-gradient(135deg, var(--cta-from), var(--cta-mid), var(--cta-to));
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.2) inset,
        0 6px 22px rgba(79, 70, 229, 0.45);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.lp-otto-widget-welcome__btn.is-demo-pulse {
    transform: scale(0.98);
    box-shadow:
        0 0 0 3px rgba(99, 102, 241, 0.45),
        0 8px 28px rgba(59, 130, 246, 0.35);
}

.lp-otto-widget-msg {
    display: flex;
    align-items: flex-end;
    gap: 0.4rem;
    max-width: 100%;
}

.lp-otto-widget-msg--bot {
    align-self: stretch;
    width: 100%;
    min-width: 0;
}

.lp-otto-widget-msg--user {
    align-self: flex-end;
    flex-direction: row-reverse;
}

.lp-otto-widget-msg__ava {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    border-radius: 50%;
    background: linear-gradient(145deg, #312e81, #0f172a);
    border: 1px solid rgba(129, 140, 248, 0.3);
}

.lp-otto-widget-msg--user .lp-otto-widget-msg__ava {
    display: none;
}

.lp-otto-widget-msg__bubble {
    flex: 1 1 auto;
    min-width: 0;
    max-width: none;
    padding: 0.55rem 0.75rem;
    font-size: 0.82rem;
    line-height: 1.45;
    color: #e2e8f0;
    background: var(--otto-bot-bubble);
    border: 1px solid var(--otto-bot-border);
    border-radius: 14px 14px 14px 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.lp-otto-widget-msg__bubble p {
    margin: 0 0 0.4rem;
}

.lp-otto-widget-msg__bubble p:last-child {
    margin-bottom: 0;
}

.lp-otto-widget-msg__bubble strong {
    color: #f8fafc;
    font-weight: 800;
}

.lp-otto-widget-msg--user .lp-otto-widget-msg__bubble {
    flex: 0 1 auto;
    max-width: min(100%, 280px);
    background: linear-gradient(135deg, var(--cta-from), var(--cta-mid));
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 14px 14px 4px 14px;
    font-weight: 500;
    box-shadow: 0 4px 16px rgba(59, 130, 246, 0.25);
}

.lp-otto-widget-summary {
    margin: 0.15rem 0 0;
    padding: 1rem 1.1rem;
    max-width: 100%;
    align-self: stretch;
    background: #ffffff;
    border-radius: 14px;
    font-size: 0.78rem;
    line-height: 1.55;
    color: #475569;
    border: 1px solid #e2e8f0;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
}

.lp-otto-widget-summary p {
    margin: 0 0 0.35rem;
}

.lp-otto-widget-summary p:last-child {
    margin-bottom: 0;
}

.lp-otto-widget-summary strong {
    font-weight: 700;
    color: #0f172a;
}

.lp-otto-widget-done {
    text-align: center;
    padding: 0.5rem 0.35rem 0.25rem;
    font-size: 0.8rem;
    line-height: 1.55;
    color: #e2e8f0;
}

.lp-otto-widget-done p {
    margin: 0;
    max-width: 26rem;
    margin-left: auto;
    margin-right: auto;
}

.lp-otto-widget-demo-footer {
    flex-shrink: 0;
    padding: 0.5rem 0.65rem 0.35rem;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    background: rgba(13, 15, 26, 0.96);
    border-top: 1px solid rgba(129, 140, 248, 0.15);
}

.lp-otto-widget-demo-footer[hidden] {
    display: none !important;
}

.lp-otto-widget-demo-footer__row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    align-items: center;
    justify-content: flex-start;
}

.lp-otto-widget-demo-footer__row--end {
    justify-content: flex-end;
}

.lp-otto-widget-chip {
    display: block;
    width: 100%;
    padding: 0.62rem 0.85rem;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 600;
    text-align: center;
    border: 1px solid rgba(148, 163, 184, 0.25);
    background: rgba(30, 41, 59, 0.55);
    color: #e2e8f0;
    cursor: default;
    transition:
        border-color 0.2s ease,
        background 0.2s ease,
        box-shadow 0.2s ease;
}

.lp-otto-widget-chip.is-selected {
    border-color: rgba(129, 140, 248, 0.75);
    background: rgba(79, 70, 229, 0.25);
    color: #e0e7ff;
    box-shadow: 0 0 20px rgba(99, 102, 241, 0.25);
}

.lp-otto-widget-fbtn {
    padding: 0.55rem 1rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
    border: 1px solid rgba(129, 140, 248, 0.45);
    background: rgba(30, 27, 75, 0.5);
    color: #c7d2fe;
    cursor: default;
}

.lp-otto-widget-fbtn--solid {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-image: linear-gradient(135deg, var(--cta-from), var(--cta-mid));
    color: #fff;
    box-shadow: 0 4px 18px rgba(79, 70, 229, 0.35);
}

.lp-otto-widget-fbtn--black {
    flex: 1;
    min-width: 120px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background-image: linear-gradient(135deg, #1e293b 0%, #0f172a 50%, #1e1b4b 100%);
    color: #f8fafc;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
}

.lp-otto-widget-fbtn--ghost {
    border-color: rgba(129, 140, 248, 0.55);
    background: transparent;
    color: #a5b4fc;
}

.lp-otto-widget-fbtn--full {
    width: 100%;
    text-align: center;
}

.lp-otto-widget-inputbar {
    flex-shrink: 0;
    padding: 0.45rem 0.65rem 0.65rem;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    background: #ffffff;
    border-top: 1px solid rgba(148, 163, 184, 0.25);
}

.lp-otto-widget-inputbar__back {
    align-self: flex-start;
    padding: 0.35rem 0.85rem;
    font-size: 0.75rem;
    font-weight: 700;
    color: #4f46e5;
    border: 1px solid #818cf8;
    border-radius: 999px;
    background: #eef2ff;
}

.lp-otto-widget-inputbar__fake {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 0.55rem 0.45rem 1rem;
    border: 1px solid #cbd5e1;
    border-radius: 999px;
    background: #f8fafc;
    position: relative;
}

.lp-otto-widget-inputbar__fake.is-typing {
    border-color: #94a3b8;
    background: #fff;
    box-shadow: 0 0 0 2px rgba(99, 102, 241, 0.15);
}

.lp-otto-widget-inputbar__field {
    flex: 1;
    min-width: 0;
    min-height: 1.35rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    font-size: 0.8rem;
    line-height: 1.35;
}

.lp-otto-widget-inputbar__hint {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    pointer-events: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.lp-otto-widget-inputbar__fake.is-typing .lp-otto-widget-inputbar__hint {
    opacity: 0;
}

.lp-otto-widget-inputbar__typed {
    color: #0f172a;
    font-weight: 500;
    word-break: break-word;
}

.lp-otto-widget-inputbar__caret {
    display: none;
    width: 2px;
    height: 0.95em;
    margin-left: 1px;
    background: #6366f1;
    vertical-align: text-bottom;
    animation: lp-otto-widget-caret 0.85s step-end infinite;
}

.lp-otto-widget-inputbar__fake.is-typing .lp-otto-widget-inputbar__caret.is-on {
    display: inline-block;
}

.lp-otto-widget-inputbar__send {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--cta-from), var(--cta-mid));
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    box-shadow: 0 2px 12px rgba(59, 130, 246, 0.35);
    transition:
        transform 0.12s ease,
        box-shadow 0.2s ease;
}

.lp-otto-widget-inputbar__send.is-active {
    transform: scale(0.92);
    box-shadow: 0 1px 8px rgba(79, 70, 229, 0.5);
}

@keyframes lp-otto-widget-caret {
    50% {
        opacity: 0;
    }
}

.lp-otto-widget-fake-mouse {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    pointer-events: none;
    z-index: 20;
    opacity: 0;
    transition:
        left 0.38s cubic-bezier(0.22, 1, 0.36, 1),
        top 0.38s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.2s ease;
}

.lp-otto-widget-fake-mouse.is-visible {
    opacity: 1;
}

.lp-otto-widget-fake-mouse::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #1e293b;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
    transform: translate(-50%, -50%);
}

.lp-otto-widget-fake-mouse::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #1e293b;
    transform: translate(-20%, 20%) rotate(-25deg);
}

@media (prefers-reduced-motion: reduce) {
    .lp-otto-widget-fake-mouse {
        transition: none;
    }

    .lp-otto-widget-inputbar__caret {
        animation: none;
        opacity: 1;
    }
}

.lp-otto-demo-cursor {
    display: inline-block;
    margin-left: 1px;
    color: var(--link);
    font-weight: 300;
    animation: lp-otto-demo-cursor 0.8s step-end infinite;
}

.lp-otto-widget-msg--user .lp-otto-demo-cursor {
    color: rgba(255, 255, 255, 0.9);
}

.lp-otto-pill {
    display: inline-block;
    padding: 0.35rem 0.85rem;
    margin: 0 0 1.15rem;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #c4b5fd;
    background: var(--ui-accent-soft);
    border: 1px solid rgba(129, 140, 248, 0.35);
    border-radius: 999px;
}

.lp-otto-hero h1 {
    margin: 0 0 1rem;
    font-size: clamp(1.85rem, 4.2vw, 2.75rem);
    font-weight: 800;
    line-height: 1.14;
    letter-spacing: -0.03em;
}

.lp-otto-hero__bullets {
    margin: 0 0 1.5rem;
    padding: 0;
    list-style: none;
    max-width: 38rem;
}

.lp-otto-hero__bullets li {
    position: relative;
    margin: 0 0 0.75rem;
    padding-left: 1rem;
    border-left: none;
    font-size: 0.95rem;
    line-height: 1.5;
    color: #e2e8f0;
}

.lp-otto-hero__bullets li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.2em;
    bottom: 0.2em;
    width: 3px;
    border-radius: 2px;
    background: linear-gradient(180deg, var(--cta-from), var(--cta-mid), var(--cta-to));
    box-shadow: 0 0 12px rgba(99, 102, 241, 0.35);
}

.lp-otto-hero__bullets li:last-child {
    margin-bottom: 0;
}

.lp-otto-hero-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: flex-start;
    margin-bottom: 1.35rem;
}

.lp-otto-hero-note {
    margin: 0;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--text-muted);
    opacity: 0.9;
}

/* LP conversão: menos ruído, mais hierarquia */
.lp-otto-main {
    padding-bottom: 3rem;
}

.lp-otto-nav--slim {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.2rem 0.35rem;
}

.lp-otto-nav--slim a:not(.lp-otto-btn) {
    padding: 0.42rem 0.65rem;
    font-size: 0.78rem;
}

.lp-otto-block-head {
    text-align: center;
    max-width: 38rem;
    margin: 0 auto 2.5rem;
}

.lp-otto-block-head h2 {
    margin: 0 0 0.75rem;
    font-size: clamp(1.45rem, 3.8vw, 1.95rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.lp-otto-block-lead {
    margin: 0;
    font-size: 1.02rem;
    color: var(--text-muted);
    line-height: 1.55;
}

.lp-otto-section--breath {
    padding: 4.5rem 0;
}

@media (max-width: 640px) {
    .lp-otto-section--breath {
        padding: 3.25rem 0;
    }
}

.lp-otto-kicker {
    margin: 2.5rem 0 1.1rem;
    text-align: center;
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--ui-accent);
}

.lp-otto-grid--tight {
    gap: 1rem;
}

.lp-otto-card--minimal {
    text-align: center;
    padding: 1.45rem 1.15rem;
}

.lp-otto-card--minimal .lp-otto-card__title {
    margin: 0 0 0.5rem;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.lp-otto-card--minimal p {
    margin: 0;
    font-size: 0.875rem;
    color: var(--text-muted);
    line-height: 1.5;
}

.lp-otto-steps--compact .lp-otto-step {
    padding: 1.25rem 1.2rem 1.2rem 3rem;
}

.lp-otto-steps--compact .lp-otto-step::before {
    top: 1.2rem;
    left: 1rem;
    width: 1.65rem;
    height: 1.65rem;
    font-size: 0.8rem;
}

.lp-otto-steps--compact .lp-otto-step h3 {
    font-size: 0.95rem;
}

.lp-otto-steps--compact .lp-otto-step p {
    font-size: 0.84rem;
    line-height: 1.45;
}

.lp-otto-compare-list {
    margin: 0;
    padding-left: 1.15rem;
    font-size: 0.92rem;
    color: var(--text-muted);
    line-height: 1.55;
}

.lp-otto-compare-list li {
    margin-bottom: 0.35rem;
}

.lp-otto-includes {
    margin-top: 2.75rem;
    padding-top: 2.5rem;
    border-top: 1px solid var(--border);
    text-align: center;
}

.lp-otto-includes__label {
    margin: 0 0 1.1rem;
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--text-muted);
}

.lp-otto-includes__chips {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.45rem 0.55rem;
    max-width: 38rem;
}

.lp-otto-includes__chips li {
    padding: 0.38rem 0.85rem;
    font-size: 0.8rem;
    font-weight: 500;
    color: #cbd5e1;
    border: 1px solid var(--border);
    border-radius: 999px;
    background: rgba(30, 41, 59, 0.45);
}

.lp-otto-plan__list--short li {
    margin-bottom: 0.35rem;
}

.lp-otto-agency__inner--compact {
    text-align: center;
    padding: 1.5rem 1.35rem 1.6rem;
}

.lp-otto-agency__inner--compact .lp-otto-agency__text {
    margin: 0 auto 1.15rem;
    max-width: 26rem;
    font-size: 0.9rem;
}

.lp-otto-agency__inner--compact .lp-otto-agency__cta {
    margin: 0 auto;
}

.lp-otto-pricing-footnote {
    max-width: 40rem;
    margin: 2.75rem auto 2.5rem;
    padding: 0 0.5rem;
    font-size: 0.8rem;
    line-height: 1.5;
    color: var(--text-muted);
    text-align: center;
}

.lp-otto-pricing-footnote strong {
    color: #cbd5e1;
    font-weight: 700;
}

.lp-otto-mock-shell {
    padding: 0.75rem 0.85rem 0.95rem;
    border-radius: calc(var(--radius) + 6px);
    background-color: rgba(15, 17, 28, 0.55);
    background-image:
        linear-gradient(rgba(99, 102, 241, 0.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(99, 102, 241, 0.07) 1px, transparent 1px);
    background-size: 18px 18px, 18px 18px;
    border: 1px solid rgba(129, 140, 248, 0.28);
    box-shadow:
        0 0 0 1px rgba(99, 102, 241, 0.1),
        0 0 40px rgba(79, 70, 229, 0.18),
        0 0 72px rgba(59, 130, 246, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(12px);
}

.lp-otto-mock__demo-badge {
    margin: 0 0 0.5rem;
    padding: 0;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: rgba(147, 197, 253, 0.95);
}

.lp-otto-mock {
    margin: 0;
    width: 100%;
    max-width: 420px;
    padding: 1.25rem;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
    text-align: left;
}

.lp-otto-hero .lp-otto-mock {
    max-width: none;
}

.lp-otto-mock__head {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    margin-bottom: 1rem;
    padding-bottom: 0.85rem;
    border-bottom: 1px solid var(--border);
}

.lp-otto-mock__avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--cta-from), var(--cta-to));
}

.lp-otto-mock__title {
    font-weight: 700;
    font-size: 0.95rem;
}

.lp-otto-mock__sub {
    font-size: 0.75rem;
    color: var(--text-muted);
}

.lp-otto-bubble {
    padding: 0.65rem 0.9rem;
    margin-bottom: 0.5rem;
    font-size: 0.88rem;
    background: var(--bg-elevated);
    border-radius: 12px 12px 12px 4px;
    max-width: 92%;
}

.lp-otto-bubble--user {
    margin-left: auto;
    border-radius: 12px 12px 4px 12px;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.25), rgba(99, 102, 241, 0.3));
    border: 1px solid rgba(129, 140, 248, 0.35);
    color: #f1f5f9;
}

.lp-otto-mock--demo-live .lp-otto-bubble {
    opacity: 0;
    transform: translateY(14px);
    transition:
        opacity 0.4s ease,
        transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.lp-otto-mock--demo-live .lp-otto-bubble.is-demo-visible {
    opacity: 1;
    transform: translateY(0);
}

.lp-otto-demo-line {
    vertical-align: baseline;
}

@keyframes lp-otto-demo-cursor {
    50% {
        opacity: 0;
    }
}

/* Logos strip */
.lp-otto-strip {
    padding: 1.5rem 0;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    text-align: center;
}

.lp-otto-strip p {
    margin: 0 0 0.75rem;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--text-muted);
}

.lp-otto-strip__items {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 2rem;
    justify-content: center;
    align-items: center;
    font-size: 0.9rem;
    color: var(--text-muted);
}

/* Seções (subtítulo .sub legado; preferir .lp-otto-block-head) */
.lp-otto-section {
    padding: 3.5rem 0;
}

.lp-otto-section h2 {
    margin: 0 0 0.5rem;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    text-align: center;
}

.lp-otto-section .sub {
    margin: 0 auto 2.5rem;
    max-width: 36rem;
    text-align: center;
    color: var(--text-muted);
    font-size: 1.05rem;
}

.lp-otto-section--faq .lp-otto-faq {
    margin-top: 0;
}

.lp-otto-grid {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: 1fr;
}

@media (min-width: 640px) {
    .lp-otto-grid--3 {
        grid-template-columns: repeat(3, 1fr);
    }
}

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

.lp-otto-card {
    padding: 1.35rem 1.5rem;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    transition: border-color 0.2s ease;
}

.lp-otto-card:hover {
    border-color: rgba(129, 140, 248, 0.35);
}

.lp-otto-card__icon {
    width: 44px;
    height: 44px;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    background: var(--ui-accent-soft);
    border-radius: 12px;
}

.lp-otto-card h3 {
    margin: 0 0 0.5rem;
    font-size: 1.05rem;
    font-weight: 700;
}

.lp-otto-card p {
    margin: 0;
    font-size: 0.95rem;
    color: var(--text-muted);
}

/* Steps */
.lp-otto-steps {
    counter-reset: step;
    display: grid;
    gap: 1rem;
}

@media (min-width: 768px) {
    .lp-otto-steps {
        grid-template-columns: repeat(3, 1fr);
    }
}

.lp-otto-step {
    position: relative;
    padding: 1.5rem 1.35rem 1.35rem 3.25rem;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
}

.lp-otto-step::before {
    counter-increment: step;
    content: counter(step);
    position: absolute;
    left: 1.1rem;
    top: 1.35rem;
    width: 1.85rem;
    height: 1.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    font-weight: 800;
    color: #fff;
    background: linear-gradient(135deg, var(--cta-from), var(--cta-mid));
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(79, 70, 229, 0.35);
}

.lp-otto-step h3 {
    margin: 0 0 0.4rem;
    font-size: 1rem;
}

.lp-otto-step p {
    margin: 0;
    font-size: 0.9rem;
    color: var(--text-muted);
}

/* Features list */
.lp-otto-features {
    display: grid;
    gap: 0.65rem 1.5rem;
}

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

.lp-otto-feature {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    padding: 0.85rem 1rem;
    background: rgba(30, 41, 59, 0.5);
    border-radius: 10px;
    border: 1px solid var(--border);
    font-size: 0.95rem;
}

.lp-otto-feature::before {
    content: "✓";
    flex-shrink: 0;
    color: var(--accent);
    font-weight: 800;
}

/* Comparação WhatsApp vs Otto */
.lp-otto-section--soft {
    background: linear-gradient(180deg, rgba(15, 17, 28, 0.65), rgba(30, 27, 75, 0.08));
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.lp-otto-compare-grid {
    max-width: 920px;
    margin: 0 auto;
}

.lp-otto-compare {
    padding: 1.35rem 1.4rem;
    border-radius: var(--radius);
    border: 1px solid var(--border);
    background: var(--bg-card);
}

.lp-otto-compare--muted {
    opacity: 0.92;
}

.lp-otto-compare--accent {
    border-color: rgba(129, 140, 248, 0.45);
    box-shadow:
        0 0 0 1px rgba(99, 102, 241, 0.12),
        0 8px 32px rgba(79, 70, 229, 0.12);
}

.lp-otto-compare h3 {
    margin: 0 0 0.85rem;
    font-size: 1.05rem;
    font-weight: 800;
}

.lp-otto-compare ul {
    margin: 0;
    padding: 0 0 0 1.1rem;
    font-size: 0.92rem;
    color: var(--text-muted);
    line-height: 1.55;
}

.lp-otto-compare li {
    margin-bottom: 0.4rem;
}

.lp-otto-compare li::marker {
    color: var(--text-muted);
}

.lp-otto-compare--accent li::marker {
    color: var(--accent);
}

/* Planos */
.lp-otto-section--pricing {
    padding-bottom: 2rem;
}

.lp-otto-pricing-grid {
    display: grid;
    gap: 1.25rem;
    max-width: 920px;
    margin: 0 auto 2rem;
    grid-template-columns: 1fr;
}

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

.lp-otto-plan {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 1.5rem 1.45rem 1.6rem;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
}

.lp-otto-plan--featured {
    border-color: rgba(129, 140, 248, 0.5);
    box-shadow:
        0 0 0 1px rgba(99, 102, 241, 0.15),
        0 12px 40px rgba(79, 70, 229, 0.2),
        0 8px 32px rgba(0, 0, 0, 0.4);
    background: linear-gradient(165deg, rgba(18, 19, 31, 0.98), rgba(30, 27, 75, 0.35));
}

.lp-otto-plan__ribbon {
    position: absolute;
    top: 0;
    right: 1rem;
    transform: translateY(-50%);
    margin: 0;
    padding: 0.35rem 0.75rem;
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #fff;
    background: linear-gradient(135deg, var(--cta-from), var(--cta-to));
    border-radius: 999px;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.45);
}

.lp-otto-plan__badge {
    margin: 0 0 0.5rem;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--link);
}

.lp-otto-plan__name {
    margin: 0 0 0.5rem;
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.lp-otto-plan__for {
    margin: 0 0 1rem;
    font-size: 0.92rem;
    color: var(--text-muted);
    line-height: 1.5;
}

.lp-otto-plan__price {
    margin: 0 0 1.15rem;
    padding-bottom: 1.1rem;
    border-bottom: 1px solid var(--border);
}

.lp-otto-plan__amount-line {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.08em;
}

.lp-otto-plan__amount {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--text);
    letter-spacing: -0.02em;
}

.lp-otto-plan__period {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-muted);
    line-height: 1.2;
}

.lp-otto-plan__setup {
    margin: -0.25rem 0 1.1rem;
    font-size: 0.88rem;
    color: var(--text-muted);
    line-height: 1.45;
}

.lp-otto-plan__setup strong {
    color: var(--text);
}

.lp-otto-plan__list {
    margin: 0 0 1.35rem;
    padding: 0 0 0 1.15rem;
    flex: 1;
    font-size: 0.92rem;
    color: var(--text-muted);
    line-height: 1.55;
}

.lp-otto-plan__list li {
    margin-bottom: 0.45rem;
}

.lp-otto-plan__list li::marker {
    color: var(--accent);
}

.lp-otto-plan__cta {
    margin-top: auto;
    width: 100%;
    text-align: center;
}

.lp-otto-agency {
    max-width: 920px;
    margin: 0 auto;
    padding: 0 0.25rem;
}

.lp-otto-agency__inner {
    padding: 1.65rem 1.5rem 1.75rem;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.14), rgba(124, 58, 237, 0.1));
    border: 1px solid rgba(129, 140, 248, 0.3);
    border-radius: var(--radius);
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.3),
        0 0 48px rgba(79, 70, 229, 0.08);
}

.lp-otto-agency__eyebrow {
    margin: 0 0 0.4rem;
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--ui-accent);
}

.lp-otto-agency__inner h3 {
    margin: 0 0 0.65rem;
    font-size: 1.25rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.25;
}

.lp-otto-agency__text {
    margin: 0 0 1.25rem;
    font-size: 0.95rem;
    color: var(--text-muted);
    line-height: 1.6;
    max-width: 52rem;
}

.lp-otto-agency__price {
    margin: 0 0 0.35rem;
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--text);
}

.lp-otto-agency__price strong {
    color: var(--link);
}

.lp-otto-agency__hint {
    margin: 0 0 1.1rem;
    font-size: 0.88rem;
    color: var(--text-muted);
    line-height: 1.45;
}

.lp-otto-agency__cta {
    width: 100%;
    max-width: 22rem;
}

@media (min-width: 480px) {
    .lp-otto-agency__cta {
        width: auto;
    }
}

/* FAQ */
.lp-otto-faq {
    max-width: 720px;
    margin: 0 auto;
}

.lp-otto-faq details {
    margin-bottom: 0.65rem;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 12px;
    overflow: hidden;
}

.lp-otto-faq summary {
    padding: 1rem 1.15rem;
    font-weight: 600;
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.lp-otto-faq summary::-webkit-details-marker {
    display: none;
}

.lp-otto-faq summary::after {
    content: "+";
    font-size: 1.25rem;
    color: var(--link);
    font-weight: 400;
}

.lp-otto-faq details[open] summary::after {
    content: "−";
}

.lp-otto-faq .answer {
    padding: 0 1.15rem 1rem;
    font-size: 0.88rem;
    color: var(--text-muted);
    line-height: 1.5;
}

.lp-otto-section--faq .lp-otto-faq summary {
    padding: 0.85rem 1.1rem;
    font-size: 0.92rem;
}

.lp-otto-footer {
    padding: 2rem 1.5rem 3rem;
    max-width: var(--max);
    margin: 0 auto;
    text-align: center;
    font-size: 0.85rem;
    color: var(--text-muted);
    border-top: 1px solid var(--border);
}

.lp-otto-footer a {
    color: var(--text-muted);
}

.lp-otto-footer a:hover {
    color: var(--link);
}

.lp-otto-footer-trust {
    margin: 1rem auto 0;
    max-width: 36rem;
    font-size: 0.75rem;
    line-height: 1.45;
    color: var(--text-muted);
    opacity: 0.92;
}

@media (max-width: 640px) {
    .lp-otto-top {
        flex-direction: column;
        align-items: stretch;
        padding: 0.75rem 0.85rem;
        top: 0.5rem;
        margin-left: 0.75rem;
        margin-right: 0.75rem;
        max-width: none;
    }

    .lp-otto-nav {
        justify-content: center;
        padding: 0.35rem 0 0;
    }

    .lp-otto-nav .lp-otto-btn {
        margin-left: 0;
        width: 100%;
        margin-top: 0.35rem;
    }
}

/* Depoimentos: largura total, loop infinito, 2 colunas por “quadro” */
.lp-otto-testimonials {
    padding: 4rem 0;
    border-top: 1px solid var(--border);
}

.lp-otto-testimonials--fullbleed {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    position: relative;
    box-sizing: border-box;
}

/* Faixa do título em largura total; o texto do título continua limitado a --max e centralizado */
.lp-otto-testimonials__intro {
    max-width: none;
    width: 100%;
    margin: 0;
    padding: 0 clamp(0.75rem, 2.5vw, 1.25rem);
    box-sizing: border-box;
}

.lp-otto-testimonials__intro .lp-otto-block-head--testimonials {
    max-width: var(--max);
    margin-left: auto;
    margin-right: auto;
}

.lp-otto-block-head--testimonials {
    margin-bottom: 2rem;
}

.lp-otto-testimonials__marquee {
    position: relative;
    width: 100%;
    max-width: none;
    overflow: hidden;
    mask-image: linear-gradient(to right, transparent, #000 4%, #000 96%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, #000 4%, #000 96%, transparent);
}

/* Fallback se JS não rodar (ex.: script bloqueado): animação bem lenta */
.lp-otto-testimonials__scroller {
    display: flex;
    width: max-content;
    will-change: transform;
    animation: lp-otto-testimonials-marquee 260s linear infinite;
}

.lp-otto-testimonials__marquee--interactive {
    cursor: grab;
    touch-action: none;
}

.lp-otto-testimonials__marquee--interactive.is-dragging {
    cursor: grabbing;
    user-select: none;
}

.lp-otto-testimonials__marquee--interactive .lp-otto-testimonials__scroller {
    animation: none;
}

.lp-otto-testimonials__track {
    display: flex;
    flex-shrink: 0;
}

/*
 * Cada quadro = 100vw (loop do marquee). Desktop: duas colunas 1fr 1fr de canto a canto,
 * só com padding lateral leve, sem faixa estreita centralizada.
 */
.lp-otto-testimonials__panel {
    flex: 0 0 100vw;
    width: 100vw;
    max-width: 100vw;
    box-sizing: border-box;
    padding: 0 clamp(0.75rem, 2.5vw, 1.25rem);
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    align-items: stretch;
    justify-items: stretch;
}

.lp-otto-testimonials__panel > .lp-otto-testimonial {
    min-width: 0;
    width: 100%;
    max-width: none;
}

@media (min-width: 768px) {
    .lp-otto-testimonials__panel {
        grid-template-columns: 1fr 1fr;
        column-gap: clamp(0.75rem, 2vw, 1.25rem);
        row-gap: 1.25rem;
    }
}

@keyframes lp-otto-testimonials-marquee {
    to {
        transform: translateX(-50%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .lp-otto-testimonials__scroller {
        animation: none;
    }

    .lp-otto-testimonials__marquee {
        overflow-x: auto;
        overflow-y: hidden;
        mask-image: none;
        -webkit-mask-image: none;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
    }

    .lp-otto-testimonials__track:last-child {
        display: none;
    }

    .lp-otto-testimonials__panel {
        scroll-snap-align: start;
    }
}

.lp-otto-testimonial {
    margin: 0;
    padding: 1.35rem 1.4rem;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    min-height: 0;
    height: 100%;
    align-self: stretch;
    box-sizing: border-box;
}

.lp-otto-testimonial__head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    column-gap: 1rem;
    row-gap: 0.35rem;
}

.lp-otto-testimonial__who {
    flex: 1;
    min-width: 0;
}

.lp-otto-testimonial__name {
    margin: 0;
    font-size: 1.02rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.lp-otto-testimonial__role {
    margin: 0.2rem 0 0;
    font-size: 0.82rem;
    color: var(--text-muted);
    line-height: 1.35;
}

.lp-otto-testimonial__company {
    margin: 0.15rem 0 0;
    font-size: 0.8rem;
    color: var(--link);
    font-weight: 600;
}

.lp-otto-testimonial__plan {
    margin: 0;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--text-muted);
    padding: 0.25rem 0.5rem;
    border: 1px solid var(--border);
    border-radius: 6px;
    white-space: nowrap;
}

.lp-otto-stars {
    flex-shrink: 0;
    text-align: right;
    align-self: start;
    line-height: 1;
    padding-top: 0.12rem;
}

.lp-otto-stars__track {
    position: relative;
    display: inline-block;
    font-size: 0.95rem;
    line-height: 1;
    letter-spacing: 0.06em;
}

.lp-otto-stars__bg {
    color: rgba(148, 163, 184, 0.35);
}

.lp-otto-stars__fg {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    width: calc(var(--rating, 5) / 5 * 100%);
    white-space: nowrap;
    color: #fbbf24;
    text-shadow: 0 0 10px rgba(251, 191, 36, 0.3);
}

.lp-otto-stars__value {
    display: none !important;
}

.lp-otto-testimonial__quote {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.55;
    color: #e2e8f0;
    flex: 1;
}

.lp-otto-testimonial__quote::before {
    content: "“";
    color: var(--ui-accent);
    font-size: 1.5rem;
    line-height: 0;
    vertical-align: -0.15em;
    margin-right: 0.05em;
}

/* Overrides máxima especificidade: CTAs em top / hero / planos (vence tema WP) */
body.lp-otto .lp-otto-top a.lp-otto-btn.lp-otto-btn--primary,
body.lp-otto .lp-otto-hero-cta a.lp-otto-btn.lp-otto-btn--primary,
body.lp-otto .lp-otto-plan a.lp-otto-btn.lp-otto-btn--primary,
body.lp-otto .lp-otto-agency a.lp-otto-btn.lp-otto-btn--primary {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    opacity: 1 !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
}

body.lp-otto .lp-otto-top a.lp-otto-btn.lp-otto-btn--ghost,
body.lp-otto .lp-otto-hero-cta a.lp-otto-btn.lp-otto-btn--ghost,
body.lp-otto .lp-otto-plan a.lp-otto-btn.lp-otto-btn--ghost {
    color: #f8fafc !important;
    -webkit-text-fill-color: #f8fafc !important;
    opacity: 1 !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}
