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

:root {
    --brand: #0fb3ab;
    --brand-light: #22d1c6;
    --brand-dark: #0d9488;
    --brand-deep: #0f766e;
    --brand-soft: rgba(15, 179, 171, 0.1);
    --brand-glow: rgba(15, 179, 171, 0.22);
    --wa-green: #25d366;
    --wa-soft: rgba(37, 211, 102, 0.12);
    --pix-blue: #32bcad;
    --pix-soft: rgba(50, 188, 173, 0.12);
    --bg: #ffffff;
    --bg-muted: #f8fafc;
    --bg-hero: #f0fdfa;
    --text: #0f172a;
    --text-muted: #64748b;
    --border: #e2e8f0;
    --radius: 16px;
    --radius-sm: 12px;
    --shadow: 0 1px 3px rgba(15, 23, 42, 0.06), 0 8px 24px rgba(15, 23, 42, 0.06);
    --shadow-lg: 0 4px 6px rgba(15, 23, 42, 0.04), 0 20px 40px rgba(15, 23, 42, 0.08);
    --shadow-xl: 0 8px 30px rgba(15, 23, 42, 0.08), 0 24px 48px rgba(15, 179, 171, 0.06);
    --section-gap: 4.5rem;
    --lp-header-h: 4.25rem;
    --font-display: 'Plus Jakarta Sans', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

html {
    scroll-behavior: smooth;
    overflow-x: clip;
    width: 100%;
}

body {
    font-family: var(--font-body);
    color: var(--text);
    background: var(--bg);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    padding-top: var(--lp-header-h);
    padding-bottom: env(safe-area-inset-bottom, 0);
    -webkit-tap-highlight-color: transparent;
    overflow-x: clip;
    width: 100%;
    max-width: 100%;
}

body.lp-menu-open { overflow: hidden; }

#como-funciona,
#recursos,
#prova-social,
#planos,
#comparativo,
#faq {
    scroll-margin-top: 5rem;
}

.lp-pricing-hint {
    display: none;
    font-size: 0.8125rem;
    color: var(--text-muted);
    text-align: center;
    margin: -0.5rem 0 1rem;
}

.lp-scroll-hint {
    display: none;
    text-align: center;
    margin: 0.75rem 0 0;
    transition: opacity 0.2s ease, margin 0.2s ease;
}

.lp-scroll-hint-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: var(--brand-soft);
    border: 1px solid rgba(15, 179, 171, 0.28);
    border-radius: 999px;
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--brand-dark);
    animation: lp-hint-nudge 2.2s ease-in-out infinite;
}

.lp-scroll-hint-arrow {
    color: var(--brand);
    font-weight: 700;
    line-height: 1;
}

.lp-scroll-hint.is-hidden {
    opacity: 0;
    visibility: hidden;
    height: 0;
    margin: 0;
    overflow: hidden;
}

.lp-scroll-peek {
    display: none;
}

.lp-scroll-dots {
    display: none;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 0.625rem;
}

.lp-scroll-dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 7px solid transparent;
    border-radius: 999px;
    background: #cbd5e1;
    background-clip: content-box;
    box-sizing: content-box;
    cursor: pointer;
    transition: background 0.15s, transform 0.15s;
}

.lp-scroll-dot.is-active {
    background: var(--brand);
    transform: scale(1.15);
}

@keyframes lp-hint-nudge {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(4px); }
}

@keyframes lp-peek-pulse {
    0%, 100% { transform: translateY(-50%) translateX(0); opacity: 0.85; }
    50% { transform: translateY(-50%) translateX(3px); opacity: 1; }
}

.lp-compare-hint {
    display: none;
    font-size: 0.8125rem;
    color: var(--text-muted);
    text-align: center;
    margin: -1.25rem 0 1rem;
}

.lp-pricing-wrap { position: relative; }

.lp-pricing-dots {
    display: none;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 0.75rem;
}

.lp-pricing-dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: none;
    border-radius: 999px;
    background: #cbd5e1;
    cursor: pointer;
    transition: background 0.15s, transform 0.15s;
}

.lp-pricing-dot.is-active {
    background: var(--brand);
    transform: scale(1.15);
}

.lp-gradient-text {
    background: linear-gradient(135deg, var(--brand-deep) 0%, var(--brand) 50%, var(--brand-light) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.lp-section-head--center {
    text-align: center;
}

.lp-section-head--center .lp-section-sub {
    margin-inline: auto;
}

.lp-section-head--center .lp-section-title::after {
    content: '';
    display: block;
    width: 2.75rem;
    height: 3px;
    margin: 0.75rem auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--brand), var(--brand-light));
}

.lp-section-head--center .lp-section-label {
    display: block;
}

.lp-container {
    width: min(1120px, calc(100% - 2rem));
    margin-inline: auto;
}

.lp-svg { display: block; flex-shrink: 0; }

h1, h2, h3, .lp-section-title, .lp-plan h3, .lp-step h3, .lp-pillar h3, .lp-feature h3 {
    font-family: var(--font-display);
}

.preview-banner {
    background: #ecfdf5;
    color: #065f46;
    text-align: center;
    padding: 0.5rem 1rem;
    font-size: 0.8125rem;
    font-weight: 600;
    border-bottom: 1px solid #a7f3d0;
}

/* Header */
.lp-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 50;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border);
    transition: box-shadow 0.2s ease, background 0.2s ease;
}

.lp-header.lp-header-scrolled {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 4px 24px rgba(15, 23, 42, 0.07);
}

.lp-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.875rem 0;
}

.lp-logo {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    color: var(--text);
}

.lp-logo img { border-radius: 10px; }

.lp-logo-text strong {
    display: block;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.2;
}

.lp-logo-text small {
    display: block;
    font-size: 0.75rem;
    color: var(--text-muted);
    font-weight: 500;
}

.lp-nav {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.lp-nav a:not(.lp-btn) {
    color: var(--text-muted);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    padding: 0.35rem 0.5rem;
    transition: color 0.15s, background 0.15s;
    border-radius: 8px;
}

.lp-nav a:not(.lp-btn):hover { color: var(--brand-dark); }

.lp-nav-links a.is-active {
    color: var(--brand-dark);
    font-weight: 700;
    background: var(--brand-soft);
}

.lp-nav-actions { display: flex; align-items: center; gap: 0.5rem; }

.lp-menu-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid var(--border);
    border-radius: 10px;
    background: #fff;
    color: var(--text);
    cursor: pointer;
    position: relative;
    z-index: 52;
}

.lp-menu-toggle .lp-menu-close { display: none; }
body.lp-menu-open .lp-menu-toggle .lp-menu-open { display: none; }
body.lp-menu-open .lp-menu-toggle .lp-menu-close { display: block; }

/* Mobile menu wrapper — hidden on desktop */
.lp-nav-mobile-wrapper { display: none; }

/* Buttons */
.lp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.625rem 1.125rem;
    border-radius: 10px;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    border: 1.5px solid transparent;
    cursor: pointer;
    transition: background 0.15s, border-color 0.15s, transform 0.15s, box-shadow 0.15s;
}

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

.lp-btn-primary {
    background: var(--brand);
    color: #fff;
    box-shadow: 0 4px 14px var(--brand-glow);
}

.lp-btn:focus-visible {
    outline: 2px solid var(--brand);
    outline-offset: 2px;
}

.lp-btn-primary:hover { background: var(--brand-dark); }

.lp-btn-outline {
    background: #fff;
    color: var(--brand-dark);
    border-color: var(--border);
}

.lp-btn-outline:hover { border-color: var(--brand); background: var(--brand-soft); }

.lp-btn-ghost {
    background: transparent;
    color: var(--text-muted);
}

.lp-btn-ghost:hover { color: var(--text); background: var(--bg-muted); }

.lp-btn-lg { padding: 0.875rem 1.5rem; font-size: 1rem; }

.lp-btn-block { width: 100%; margin-top: auto; }

.lp-btn-white {
    background: #fff;
    color: var(--brand-deep);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.lp-btn-white:hover { background: #f0fdfa; }

/* Hero */
.lp-hero {
    background: var(--bg-hero);
    border-bottom: 1px solid var(--border);
    padding: 3rem 0 3.5rem;
    position: relative;
    overflow: hidden;
}

.lp-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 15% 20%, rgba(34, 209, 198, 0.14) 0%, transparent 45%),
        radial-gradient(circle at 85% 70%, rgba(15, 179, 171, 0.1) 0%, transparent 40%);
    pointer-events: none;
}

.lp-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 2.5rem;
    align-items: center;
}

.lp-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    background: #fff;
    border: 1px solid #99f6e4;
    color: var(--brand-dark);
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
}

.lp-hero h1 {
    font-size: clamp(2rem, 4.2vw, 2.85rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.03em;
    margin-bottom: 1rem;
    max-width: 22ch;
}

.lp-lead {
    font-size: 1.0625rem;
    color: var(--text-muted);
    max-width: 34rem;
    margin-bottom: 1.75rem;
    line-height: 1.65;
}

.lp-hero-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.lp-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.625rem;
}

.lp-trust-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.45rem 0.9rem;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 999px;
    font-size: 0.8125rem;
    font-weight: 500;
    color: var(--text);
}

.lp-trust-pill .lp-svg { color: var(--brand); width: 14px; height: 14px; }

/* Hero mockup */
.lp-hero-visual {
    position: relative;
    min-height: 360px;
}

.lp-mockup-dashboard {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: calc(var(--radius) + 4px);
    box-shadow: var(--shadow-lg);
    overflow: hidden;
    transform: rotate(-1.5deg);
}

.lp-mockup-topbar {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.75rem 1rem;
    background: var(--bg-muted);
    border-bottom: 1px solid var(--border);
}

.lp-mockup-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #cbd5e1;
}

.lp-mockup-dot:first-child { background: #f87171; }
.lp-mockup-dot:nth-child(2) { background: #fbbf24; }
.lp-mockup-dot:nth-child(3) { background: #34d399; }

.lp-mockup-title {
    margin-left: 0.5rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--text-muted);
}

.lp-mockup-widgets {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    padding: 1rem;
}

.lp-mockup-widget {
    background: var(--bg-muted);
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    padding: 0.875rem;
}

.lp-mockup-widget small {
    display: block;
    font-size: 0.68rem;
    color: var(--text-muted);
    margin-bottom: 0.25rem;
}

.lp-mockup-widget strong {
    font-size: 1.25rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.lp-mockup-widget--highlight {
    grid-column: span 2;
    background: linear-gradient(135deg, #f0fdfa, #fff);
    border-color: #99f6e4;
}

.lp-mockup-widget--highlight strong { color: var(--brand-deep); }

.lp-mockup-bar {
    display: block;
    height: 6px;
    background: #e2e8f0;
    border-radius: 999px;
    margin-top: 0.5rem;
    overflow: hidden;
}

.lp-mockup-bar i {
    display: block;
    height: 100%;
    background: linear-gradient(90deg, var(--brand), var(--brand-light));
    border-radius: 999px;
}

.lp-mockup-widget--warn strong { color: #dc2626; }

.lp-mockup-phone {
    position: absolute;
    right: -4%;
    bottom: -8%;
    width: 42%;
    min-width: 150px;
    background: #111827;
    border-radius: 24px;
    padding: 0.5rem;
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.28);
    transform: rotate(4deg);
}

.lp-mockup-phone-notch {
    width: 36%;
    height: 5px;
    background: #374151;
    border-radius: 999px;
    margin: 0.25rem auto 0.5rem;
}

.lp-mockup-wa {
    background: #ece5dd;
    border-radius: 18px;
    padding: 0.65rem;
    min-height: 180px;
}

.lp-mockup-wa-head {
    font-size: 0.62rem;
    font-weight: 700;
    color: #075e54;
    margin-bottom: 0.5rem;
    text-align: center;
}

.lp-mockup-bubble {
    max-width: 92%;
    padding: 0.4rem 0.55rem;
    border-radius: 8px;
    font-size: 0.62rem;
    line-height: 1.35;
    margin-bottom: 0.35rem;
}

.lp-mockup-bubble--out {
    background: #dcf8c6;
    margin-left: auto;
    border-bottom-right-radius: 2px;
}

.lp-mockup-bubble--in {
    background: #fff;
    border-bottom-left-radius: 2px;
}

.lp-mockup-link {
    background: #fff;
    border: 1px solid #99f6e4;
    color: var(--brand-deep);
    font-size: 0.62rem;
    font-weight: 700;
    text-align: center;
    padding: 0.45rem;
    border-radius: 8px;
    margin: 0.35rem 0 0.5rem auto;
    max-width: 92%;
}

/* Sections */
.lp-section { padding: var(--section-gap) 0; }

.lp-section-muted { background: var(--bg-muted); }

.lp-section-plans {
    background: linear-gradient(180deg, #fff 0%, #f8fffe 50%, #fff 100%);
}

.lp-section-title {
    font-size: clamp(1.5rem, 3vw, 2.125rem);
    font-weight: 800;
    letter-spacing: -0.025em;
    margin-bottom: 0.5rem;
    line-height: 1.15;
}

.lp-section-sub {
    color: var(--text-muted);
    max-width: 36rem;
    margin-bottom: 2rem;
    font-size: 0.9375rem;
}

.lp-section-head { margin-bottom: 2rem; }

.lp-section-head .lp-section-sub { margin-bottom: 0; }

.lp-section-label {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--brand-dark);
    margin-bottom: 0.5rem;
}

/* Timeline steps */
.lp-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    position: relative;
}

.lp-step {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 1.5rem 1.25rem;
    box-shadow: var(--shadow);
    position: relative;
    margin-right: 1rem;
}

.lp-step:last-child { margin-right: 0; }

.lp-step::after {
    content: '';
    position: absolute;
    top: 2rem;
    right: -1rem;
    width: 1rem;
    height: 2px;
    background: linear-gradient(90deg, var(--brand), var(--brand-light));
}

.lp-step:last-child::after { display: none; }

.lp-step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--brand), var(--brand-light));
    color: #fff;
    font-size: 0.875rem;
    font-weight: 800;
    margin-bottom: 0.875rem;
    box-shadow: 0 4px 12px var(--brand-glow);
}

.lp-step h3 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.4rem;
}

.lp-step p {
    font-size: 0.875rem;
    color: var(--text-muted);
}

/* Icon box */
.lp-icon-box {
    width: 48px;
    height: 48px;
    border-radius: var(--radius-sm);
    background: linear-gradient(135deg, var(--brand-soft), rgba(255, 255, 255, 0.9));
    color: var(--brand);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    border: 1px solid rgba(15, 179, 171, 0.12);
}

.lp-icon-box--whatsapp {
    background: var(--wa-soft);
    color: var(--wa-green);
}

.lp-icon-box--pix {
    background: var(--pix-soft);
    color: var(--pix-blue);
}

/* Pillars */
.lp-pillars {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}

.lp-pillar {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 1.5rem;
    box-shadow: var(--shadow);
    transition: transform 0.2s, box-shadow 0.2s;
}

.lp-pillar:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-lg);
}

.lp-pillar h3 {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.lp-pillar p {
    font-size: 0.9rem;
    color: var(--text-muted);
}

/* Feature groups */
.lp-feature-groups {
    display: grid;
    gap: 2rem;
}

.lp-feature-group-title {
    font-size: 1.125rem;
    font-weight: 800;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--brand-soft);
}

.lp-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}

.lp-feature {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 1.5rem;
    transition: border-color 0.15s;
}

.lp-feature:hover { border-color: #99f6e4; }

.lp-feature h3 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.4rem;
}

.lp-feature p {
    font-size: 0.875rem;
    color: var(--text-muted);
}

/* Social proof */
.lp-social {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 2rem;
    align-items: center;
}

.lp-social-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.lp-stat {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 1.25rem 1rem;
    text-align: center;
}

.lp-stat strong {
    display: block;
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--brand-deep);
    letter-spacing: -0.02em;
}

.lp-stat span {
    font-size: 0.8125rem;
    color: var(--text-muted);
}

.lp-quote {
    background: #fff;
    border: 1px solid var(--border);
    border-left: 4px solid var(--brand);
    border-radius: var(--radius);
    padding: 1.75rem;
    box-shadow: var(--shadow-lg);
    position: relative;
}

.lp-quote::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(15, 179, 171, 0.04), transparent 55%);
    pointer-events: none;
}

.lp-quote-mark {
    color: var(--brand);
    font-size: 2.5rem;
    line-height: 1;
    font-family: Georgia, serif;
    margin-bottom: 0.5rem;
}

.lp-quote p {
    font-size: 1.0625rem;
    line-height: 1.65;
    color: var(--text);
    margin-bottom: 1rem;
    position: relative;
}

.lp-quote cite {
    font-style: normal;
    font-size: 0.875rem;
    color: var(--text-muted);
    font-weight: 600;
    position: relative;
}

/* Final CTA */
.lp-final-cta {
    background:
        linear-gradient(135deg, rgba(240, 253, 250, 0.95) 0%, #fff 45%, rgba(248, 250, 252, 0.9) 100%);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.lp-final-cta-inner {
    text-align: center;
    max-width: 42rem;
    margin-inline: auto;
}

.lp-final-cta h2 {
    font-family: var(--font-display);
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    margin-bottom: 0.75rem;
}

.lp-final-cta p {
    color: var(--text-muted);
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.lp-final-cta .lp-hero-cta {
    justify-content: center;
    margin-bottom: 0;
}

/* Pricing */
.lp-pricing {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    align-items: center;
}

.lp-plan {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1.5px solid var(--border);
    border-radius: calc(var(--radius) + 2px);
    padding: 1.75rem 1.5rem;
    box-shadow: var(--shadow);
    transition: transform 0.2s, box-shadow 0.2s;
}

.lp-plan-popular {
    border-color: var(--brand);
    background: linear-gradient(180deg, #f0fdfa 0%, #fff 38%);
    box-shadow: 0 8px 32px var(--brand-glow);
    transform: scale(1.04);
    z-index: 2;
}

.lp-plan-badge {
    position: absolute;
    top: -11px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, var(--brand), var(--brand-light));
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.3rem 0.8rem;
    border-radius: 999px;
    white-space: nowrap;
    box-shadow: 0 4px 12px var(--brand-glow);
}

.lp-plan h3 {
    font-size: 1.2rem;
    font-weight: 800;
}

.lp-plan-tag {
    color: var(--text-muted);
    font-size: 0.875rem;
    margin: 0.2rem 0 1rem;
}

.lp-plan-price { margin-bottom: 0.35rem; }

.lp-plan-valor {
    font-size: 2.125rem;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.lp-plan-periodo {
    color: var(--text-muted);
    font-size: 0.875rem;
}

.lp-plan-motos {
    font-size: 0.875rem;
    color: var(--text-muted);
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--border);
}

.lp-plan-list {
    list-style: none;
    margin-bottom: 1rem;
    flex: 1;
}

.lp-plan-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 0.35rem 0;
    font-size: 0.875rem;
    color: var(--text-muted);
}

.lp-plan-list li .lp-svg {
    color: var(--brand);
    width: 16px;
    height: 16px;
    margin-top: 2px;
}

.lp-plan-more {
    font-size: 0.8125rem;
    color: var(--brand-dark);
    text-decoration: none;
    font-weight: 600;
    margin-bottom: 1.25rem;
    display: inline-block;
}

.lp-plan-more:hover { text-decoration: underline; }

/* Trial banner — dark teal */
.lp-trial-banner {
    background: linear-gradient(135deg, var(--brand-deep) 0%, var(--brand-dark) 50%, #115e59 100%);
    color: #fff;
    border: none;
}

.lp-trial-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
}

.lp-trial-inner h2 {
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
    color: #fff;
}

.lp-trial-inner p {
    color: rgba(255, 255, 255, 0.88);
    max-width: 32rem;
    font-size: 0.9375rem;
}

/* Comparison — grid (mobile + desktop; table HTML mantida só como fallback oculto) */
.lp-table-wrap { display: none !important; }

.lp-compare-cards { display: none; }

.lp-compare-mobile { display: block; }

.lp-cmp-scroll {
    overflow-x: auto;
    max-width: 100%;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: #fff;
    -webkit-overflow-scrolling: touch;
}

.lp-cmp-grid {
    min-width: 32rem;
}

.lp-cmp-head,
.lp-cmp-row {
    display: grid;
    grid-template-columns: 8.75rem repeat(3, minmax(5.25rem, 1fr));
    border-bottom: 1px solid var(--border);
}

.lp-cmp-head {
    background: var(--bg-muted);
}

.lp-cmp-cell {
    padding: 0.75rem 0.625rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    min-height: 2.75rem;
    font-size: 0.8125rem;
    line-height: 1.35;
}

.lp-cmp-label {
    text-align: left;
    justify-content: flex-start;
    font-weight: 600;
    padding-left: 0.875rem;
    overflow-wrap: anywhere;
}

.lp-cmp-plan {
    flex-direction: column;
    font-weight: 700;
    gap: 0.125rem;
}

.lp-cmp-star {
    color: var(--brand);
    font-size: 0.75rem;
    line-height: 1;
}

.lp-cmp-badge,
.lp-cmp-tagline {
    display: none;
}

.lp-cmp-price {
    font-weight: 700;
    color: var(--text);
    letter-spacing: -0.02em;
}

.lp-cmp-cell.is-pro {
    background: rgba(15, 179, 171, 0.08);
    box-shadow: inset 1px 0 0 rgba(15, 179, 171, 0.2), inset -1px 0 0 rgba(15, 179, 171, 0.2);
}

.lp-cmp-head .lp-cmp-cell.is-pro {
    color: var(--brand-deep);
}

.lp-cmp-group {
    padding: 0.625rem 0.875rem;
    background: var(--bg-muted);
    font-size: 0.6875rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--text-muted);
    border-bottom: 1px solid var(--border);
}

.lp-cmp-row:last-child {
    border-bottom: none;
}

.lp-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
}

.lp-table th,
.lp-table td {
    padding: 0.875rem 1rem;
    text-align: center;
    border-bottom: 1px solid var(--border);
}

.lp-table th:first-child,
.lp-table td:first-child {
    text-align: left;
    font-weight: 600;
}

.lp-table thead th {
    background: var(--bg-muted);
    font-weight: 700;
    font-size: 0.8125rem;
}

.lp-table .col-pro {
    background: rgba(15, 179, 171, 0.06);
}

.lp-table thead th.col-pro {
    color: var(--brand-deep);
}

.lp-table tbody tr:last-child td { border-bottom: none; }

.lp-table-group td {
    background: var(--bg-muted);
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--text-muted);
    padding: 0.625rem 1rem;
}

.lp-tbl-yes {
    display: inline-flex;
    color: var(--brand-dark);
}

.lp-tbl-no {
    display: inline-flex;
    color: #cbd5e1;
}

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

.lp-faq-item {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    margin-bottom: 0.625rem;
    overflow: hidden;
    transition: border-color 0.15s, box-shadow 0.15s;
}

.lp-faq-item[open] {
    border-color: #99f6e4;
    box-shadow: var(--shadow);
}

.lp-faq-item summary {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
    font-weight: 600;
    font-size: 0.9375rem;
    cursor: pointer;
    list-style: none;
}

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

.lp-faq-qicon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: var(--brand-soft);
    color: var(--brand);
    display: flex;
    align-items: center;
    justify-content: center;
}

.lp-faq-item summary::after {
    content: '+';
    margin-left: auto;
    font-weight: 400;
    color: var(--text-muted);
    font-size: 1.25rem;
}

.lp-faq-item[open] summary::after { content: '−'; }

.lp-faq-item p {
    padding: 0 1.25rem 1rem 3.5rem;
    color: var(--text-muted);
    font-size: 0.875rem;
    line-height: 1.6;
}

/* Footer */
.lp-footer {
    background: #0f172a;
    color: #94a3b8;
    padding: 2.5rem 0 2rem;
    font-size: 0.875rem;
    position: relative;
}

.lp-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--brand-deep), var(--brand), var(--brand-light));
}

.lp-footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
}

.lp-footer-brand {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.lp-footer-brand strong {
    display: block;
    color: #fff;
    font-size: 1rem;
}

.lp-footer-brand small {
    color: #64748b;
    font-size: 0.8125rem;
}

.lp-footer-tagline {
    max-width: 260px;
    line-height: 1.55;
}

.lp-footer-col h4 {
    color: #e2e8f0;
    font-size: 0.8125rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.75rem;
}

.lp-footer-col a {
    display: block;
    color: #cbd5e1;
    text-decoration: none;
    padding: 0.25rem 0;
}

.lp-footer-col a:hover { color: #fff; }

.lp-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    padding-top: 1.5rem;
    border-top: 1px solid #1e293b;
}

.lp-footer a { color: #cbd5e1; text-decoration: none; }
.lp-footer a:hover { color: #fff; }

/* Mobile fixed CTA */
.lp-mobile-cta {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 45;
    padding: 0.625rem 0.875rem calc(0.625rem + env(safe-area-inset-bottom, 0));
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(10px);
    border-top: 1px solid var(--border);
    box-shadow: 0 -4px 20px rgba(15, 23, 42, 0.08);
    gap: 0.5rem;
}

.lp-mobile-cta .lp-btn {
    flex: 1;
    min-width: 0;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.875rem;
}

@keyframes lp-float {
    0%, 100% { transform: rotate(4deg) translateY(0); }
    50% { transform: rotate(4deg) translateY(-10px); }
}

@media (min-width: 901px) {
    .lp-nav-mobile-only { display: none !important; }

    .lp-container {
        width: min(1180px, calc(100% - 3rem));
    }

    .lp-header {
        box-shadow: none;
    }

    .lp-header.lp-header-scrolled {
        box-shadow: 0 4px 24px rgba(15, 23, 42, 0.08);
    }

    .lp-header-inner {
        padding: 1rem 0;
    }

    .lp-nav-links {
        gap: 0.125rem;
        margin-right: 0.75rem;
    }

    .lp-nav-links a:not(.lp-btn) {
        padding: 0.45rem 0.75rem;
    }

    .lp-hero {
        padding: 4.75rem 0 5.25rem;
    }

    .lp-hero::before {
        background-image:
            radial-gradient(circle at 12% 18%, rgba(34, 209, 198, 0.16) 0%, transparent 42%),
            radial-gradient(circle at 88% 72%, rgba(15, 179, 171, 0.12) 0%, transparent 38%),
            linear-gradient(rgba(15, 179, 171, 0.04) 1px, transparent 1px),
            linear-gradient(90deg, rgba(15, 179, 171, 0.04) 1px, transparent 1px);
        background-size: auto, auto, 32px 32px, 32px 32px;
    }

    .lp-hero-grid {
        gap: 3.5rem;
    }

    .lp-hero h1 {
        font-size: clamp(2.35rem, 3.6vw, 3.15rem);
        max-width: 26ch;
        line-height: 1.08;
    }

    .lp-lead {
        font-size: 1.125rem;
        max-width: 36rem;
    }

    .lp-hero-visual {
        min-height: 420px;
    }

    .lp-hero-visual::before {
        content: '';
        position: absolute;
        inset: 8% 0 8% 10%;
        background: radial-gradient(ellipse at center, var(--brand-glow) 0%, transparent 68%);
        pointer-events: none;
        z-index: 0;
    }

    .lp-mockup-dashboard,
    .lp-mockup-phone {
        position: relative;
        z-index: 1;
    }

    .lp-mockup-dashboard {
        transform: rotate(-2deg);
        box-shadow:
            0 2px 4px rgba(15, 23, 42, 0.04),
            0 24px 56px rgba(15, 23, 42, 0.12);
    }

    .lp-mockup-phone {
        animation: lp-float 6s ease-in-out infinite;
        box-shadow:
            0 16px 32px rgba(15, 23, 42, 0.22),
            0 32px 64px rgba(15, 179, 171, 0.14);
    }

    .lp-section {
        padding: 5rem 0;
    }

    .lp-section-head {
        margin-bottom: 2.5rem;
    }

    .lp-section-title {
        font-size: clamp(1.75rem, 2.5vw, 2.25rem);
    }

    .lp-section-sub {
        font-size: 1rem;
        max-width: 40rem;
    }

    .lp-steps {
        gap: 1rem;
    }

    .lp-step {
        margin-right: 0;
        padding: 1.75rem 1.5rem;
        transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
    }

    .lp-step:hover {
        transform: translateY(-4px);
        box-shadow: var(--shadow-lg);
        border-color: #99f6e4;
    }

    .lp-step::after {
        right: -0.5rem;
        width: 0.5rem;
        height: 2px;
    }

    .lp-pillar {
        padding: 1.75rem;
        border-top: 3px solid transparent;
        background:
            linear-gradient(#fff, #fff) padding-box,
            linear-gradient(135deg, var(--brand-soft), transparent 60%) border-box;
    }

    .lp-pillar:hover {
        border-top-color: var(--brand);
    }

    .lp-feature-group {
        background: #fff;
        border: 1px solid var(--border);
        border-radius: calc(var(--radius) + 2px);
        padding: 1.75rem 1.75rem 1.5rem;
        box-shadow: var(--shadow);
    }

    .lp-feature {
        transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
    }

    .lp-feature:hover {
        transform: translateY(-3px);
        box-shadow: var(--shadow);
        border-color: #99f6e4;
    }

    .lp-social-stats {
        gap: 1.25rem;
    }

    .lp-stat {
        padding: 1.5rem 1rem;
        transition: transform 0.2s, box-shadow 0.2s;
    }

    .lp-stat:hover {
        transform: translateY(-3px);
        box-shadow: var(--shadow-lg);
    }

    .lp-stat strong {
        font-size: 1.75rem;
    }

    .lp-quote {
        padding: 2rem 2.25rem;
        box-shadow: var(--shadow-lg);
    }

    .lp-pricing {
        gap: 1.5rem;
        align-items: stretch;
    }

    .lp-plan {
        padding: 2rem 1.75rem;
        transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
    }

    .lp-plan:not(.lp-plan-popular):hover {
        transform: translateY(-4px);
        box-shadow: var(--shadow-lg);
        border-color: #cbd5e1;
    }

    .lp-plan-popular {
        transform: scale(1.05);
        box-shadow:
            0 0 0 1px var(--brand),
            0 16px 48px var(--brand-glow);
    }

    .lp-plan-popular:hover {
        transform: scale(1.05) translateY(-3px);
        box-shadow:
            0 0 0 1px var(--brand),
            0 20px 52px rgba(15, 179, 171, 0.28);
    }

    .lp-plan-valor {
        font-size: 2.375rem;
    }

    .lp-trial-banner {
        position: relative;
        overflow: hidden;
    }

    .lp-trial-banner::before {
        content: '';
        position: absolute;
        top: -40%;
        right: -8%;
        width: 420px;
        height: 420px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.06);
        pointer-events: none;
    }

    .lp-trial-banner::after {
        content: '';
        position: absolute;
        bottom: -50%;
        left: -5%;
        width: 360px;
        height: 360px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.04);
        pointer-events: none;
    }

    .lp-trial-inner {
        position: relative;
        z-index: 1;
    }

    .lp-trial-inner h2 {
        font-size: 1.75rem;
    }

    .lp-cmp-scroll {
        overflow: hidden;
        box-shadow: var(--shadow-lg);
        border-radius: calc(var(--radius) + 4px);
    }

    .lp-cmp-grid {
        min-width: 0;
        width: 100%;
    }

    .lp-cmp-head,
    .lp-cmp-row {
        grid-template-columns: minmax(14rem, 1.55fr) repeat(3, minmax(8.5rem, 1fr));
    }

    .lp-cmp-head {
        border-bottom: 2px solid var(--border);
        background: var(--bg-muted);
    }

    .lp-cmp-head .lp-cmp-cell {
        padding: 1.1rem 1rem;
        min-height: auto;
        font-family: var(--font-display);
        font-size: 1.0625rem;
        background: var(--bg-muted);
    }

    .lp-cmp-head .lp-cmp-cell:first-child {
        border-top-left-radius: calc(var(--radius) + 3px);
    }

    .lp-cmp-head .lp-cmp-cell:last-child {
        border-top-right-radius: calc(var(--radius) + 3px);
    }

    .lp-cmp-plan {
        position: static;
        flex-direction: column;
        gap: 0.2rem;
        padding-top: 0;
    }

    .lp-cmp-badge {
        display: inline-flex;
        position: static;
        transform: none;
        margin-bottom: 0.35rem;
        background: linear-gradient(135deg, var(--brand), var(--brand-light));
        color: #fff;
        font-family: var(--font-body);
        font-size: 0.625rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        padding: 0.25rem 0.55rem;
        border-radius: 999px;
        white-space: nowrap;
        box-shadow: 0 2px 8px var(--brand-glow);
    }

    .lp-cmp-tagline {
        display: block;
        font-family: var(--font-body);
        font-size: 0.75rem;
        font-weight: 500;
        color: var(--text-muted);
        line-height: 1.3;
        max-width: 11rem;
    }

    .lp-cmp-cell {
        padding: 0.9375rem 1rem;
        font-size: 0.875rem;
        min-height: 3.125rem;
        transition: background 0.15s ease;
    }

    .lp-cmp-label {
        padding-left: 1.25rem;
        font-size: 0.875rem;
        color: var(--text);
    }

    .lp-cmp-group {
        padding: 0.75rem 1.25rem;
        font-size: 0.6875rem;
        letter-spacing: 0.06em;
    }

    .lp-cmp-cell.is-pro {
        background: linear-gradient(180deg, rgba(15, 179, 171, 0.1) 0%, rgba(15, 179, 171, 0.04) 100%);
        border-left: 1px solid rgba(15, 179, 171, 0.22);
        border-right: 1px solid rgba(15, 179, 171, 0.22);
        box-shadow: none;
    }

    .lp-cmp-head .lp-cmp-cell.is-pro {
        background: linear-gradient(180deg, #ecfdf5 0%, rgba(15, 179, 171, 0.08) 100%);
        color: var(--brand-deep);
        border-top: 3px solid var(--brand);
        box-shadow: none;
    }

    .lp-cmp-grid > .lp-cmp-row:last-of-type .lp-cmp-cell:first-child {
        border-bottom-left-radius: calc(var(--radius) + 3px);
    }

    .lp-cmp-grid > .lp-cmp-row:last-of-type .lp-cmp-cell:last-child {
        border-bottom-right-radius: calc(var(--radius) + 3px);
    }

    .lp-cmp-row:hover .lp-cmp-cell {
        background: rgba(248, 250, 252, 0.9);
    }

    .lp-cmp-row:hover .lp-cmp-cell.is-pro {
        background: rgba(15, 179, 171, 0.12);
    }

    .lp-cmp-row:hover .lp-cmp-label {
        background: #fff;
    }

    .lp-cmp-price {
        font-size: 0.9375rem;
    }

    .lp-cmp-cell .lp-tbl-yes .lp-svg {
        width: 20px;
        height: 20px;
    }

    .lp-cmp-cell .lp-tbl-no .lp-svg {
        width: 18px;
        height: 18px;
    }
}

@media (min-width: 901px) {
    .lp-faq {
        max-width: 960px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem 1.25rem;
    }

    .lp-faq > .lp-section-head {
        grid-column: 1 / -1;
        margin-bottom: 0.5rem;
    }

    .lp-faq > .lp-section-head .lp-section-sub {
        margin-bottom: 0;
    }

    .lp-section-plans {
        padding: 5.5rem 0;
    }

    .lp-final-cta {
        padding: 4.5rem 0;
    }

    .lp-final-cta h2 {
        font-size: clamp(1.75rem, 2.5vw, 2.25rem);
    }

    .lp-faq-item {
        margin-bottom: 0;
    }

    .lp-footer {
        padding: 3rem 0 2.25rem;
        background:
            linear-gradient(180deg, #111827 0%, #0f172a 100%);
    }

    .lp-footer-bottom {
        padding-top: 2rem;
    }
}

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

@media (max-width: 900px) {
    :root {
        --lp-header-h: 3.5rem;
        --lp-mobile-gutter: 1.25rem;
    }

    .lp-container {
        width: calc(100% - 2.5rem);
        max-width: 100%;
        margin-inline: auto;
    }

    #como-funciona,
    #recursos,
    #prova-social,
    #planos,
    #comparativo,
    #faq {
        scroll-margin-top: calc(var(--lp-header-h) + 0.5rem);
    }

    .lp-header-inner { padding: 0.625rem 0; }

    .lp-logo-text small { display: none; }

    .lp-logo img { width: 36px; height: 36px; }

    .lp-nav {
        flex: 1;
        justify-content: flex-end;
        gap: 0.5rem;
    }

    .lp-nav-desktop-only { display: none !important; }
    .lp-nav-mobile-only { display: block; }

    .lp-nav-actions {
        display: none !important;
    }

    .lp-menu-toggle {
        display: inline-flex;
        flex-shrink: 0;
        position: fixed;
        top: 0.625rem;
        right: 1.25rem;
        z-index: 55;
    }

    body.lp-menu-open .lp-menu-toggle {
        z-index: 62;
    }

    .lp-nav-links {
        display: none;
        position: fixed;
        inset: 0;
        top: var(--lp-header-h);
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(12px);
        flex-direction: column;
        align-items: stretch;
        padding: 1rem 1.25rem 6rem;
        gap: 0.25rem;
        z-index: 60;
        overflow-y: auto;
    }

    body.lp-menu-open .lp-nav-links { display: flex; }

    .lp-nav-links a:not(.lp-btn) {
        display: block;
        padding: 1rem 0.75rem;
        font-size: 1.0625rem;
        border-radius: var(--radius-sm);
        border-bottom: none;
    }

    .lp-nav-links a.is-active {
        background: var(--brand-soft);
    }

    body.lp-menu-open .lp-nav-actions {
        display: flex;
        position: fixed;
        left: 1.25rem;
        right: 1.25rem;
        bottom: calc(1rem + env(safe-area-inset-bottom, 0));
        z-index: 61;
        flex-direction: column;
        gap: 0.5rem;
    }

    body.lp-menu-open .lp-nav-actions .lp-btn {
        display: flex;
        width: 100%;
        justify-content: center;
        min-height: 3rem;
    }

    body.lp-menu-open .lp-nav-actions .lp-nav-desktop-only {
        display: inline-flex !important;
    }

    /* Hide original menu inside header on mobile */
    .lp-nav-links.lp-nav-links--original {
        display: none !important;
    }

    /* Mobile menu wrapper (moved outside header via JS to avoid backdrop-filter stacking context) */
    .lp-nav-mobile-wrapper {
        display: none;
    }

    body.lp-menu-open .lp-nav-mobile-wrapper {
        display: block;
    }

    .lp-nav-mobile-wrapper .lp-nav-links {
        display: flex;
        position: fixed;
        inset: 0;
        top: var(--lp-header-h);
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(12px);
        flex-direction: column;
        align-items: stretch;
        padding: 1rem 1.25rem;
        gap: 0.25rem;
        z-index: 60;
        overflow-y: auto;
    }

    .lp-nav-mobile-wrapper .lp-nav-links a:not(.lp-btn) {
        display: block;
        padding: 1rem 0.75rem;
        font-size: 1.0625rem;
        border-radius: var(--radius-sm);
        border-bottom: none;
        color: var(--text-muted);
        text-decoration: none;
        font-weight: 500;
        transition: color 0.15s, background 0.15s;
    }

    .lp-nav-mobile-wrapper .lp-nav-links a:not(.lp-btn):hover {
        color: var(--brand-dark);
    }

    .lp-nav-mobile-wrapper .lp-nav-links a.is-active {
        color: var(--brand-dark);
        font-weight: 700;
        background: var(--brand-soft);
    }

    .lp-section-head {
        margin-bottom: 1.5rem;
    }

    .lp-section-head--center .lp-section-title::after {
        width: 2.25rem;
        margin-top: 0.625rem;
    }

    .lp-scroll-hint,
    .lp-pricing-hint,
    .lp-compare-hint {
        display: block;
    }

    .lp-scroll-wrap,
    .lp-pricing-wrap {
        position: relative;
        max-width: 100%;
        margin-inline: calc(-1 * var(--lp-mobile-gutter));
        padding-inline: var(--lp-mobile-gutter);
    }

    .lp-scroll-wrap::after {
        content: '';
        position: absolute;
        right: var(--lp-mobile-gutter);
        top: 0;
        bottom: 0.75rem;
        width: 3.5rem;
        pointer-events: none;
        z-index: 1;
        transition: opacity 0.2s ease;
    }

    .lp-section-muted .lp-scroll-wrap::after {
        background: linear-gradient(90deg, transparent 0%, rgba(248, 250, 252, 0.92) 60%, var(--bg-muted) 100%);
    }

    .lp-scroll-wrap--light::after {
        background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.92) 60%, #fff 100%);
    }

    .lp-scroll-wrap.is-at-end::after,
    .lp-scroll-wrap.is-at-end .lp-scroll-peek,
    .lp-pricing-wrap.is-at-end::after,
    .lp-pricing-wrap.is-at-end .lp-scroll-peek {
        opacity: 0;
        visibility: hidden;
    }

    .lp-scroll-peek {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: calc(var(--lp-mobile-gutter) + 0.25rem);
        top: 50%;
        transform: translateY(-50%);
        width: 2rem;
        height: 2rem;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.96);
        border: 1px solid rgba(15, 179, 171, 0.35);
        color: var(--brand);
        font-size: 1.35rem;
        font-weight: 700;
        line-height: 1;
        box-shadow: 0 4px 16px rgba(15, 23, 42, 0.12);
        pointer-events: none;
        z-index: 2;
        animation: lp-peek-pulse 1.8s ease-in-out infinite;
    }

    .lp-scroll-dots {
        display: flex;
    }

    .lp-pricing-wrap::after {
        content: '';
        position: absolute;
        right: var(--lp-mobile-gutter);
        top: 0;
        bottom: 2.5rem;
        width: 3.5rem;
        pointer-events: none;
        z-index: 1;
        background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.92) 60%, #fff 100%);
        transition: opacity 0.2s ease;
    }

    .lp-hero { padding: 1.5rem 0 2rem; }

    .lp-hero .lp-container {
        width: calc(100% - 2.5rem);
    }

    .lp-hero-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        min-width: 0;
        width: 100%;
    }

    .lp-hero-copy {
        min-width: 0;
        max-width: 100%;
        padding-inline: 0.125rem;
    }

    .lp-badge {
        font-size: 0.75rem;
        margin-bottom: 1rem;
    }

    .lp-hero h1 {
        max-width: 100%;
        font-size: clamp(1.625rem, 7vw, 2.125rem);
        line-height: 1.12;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .lp-lead {
        font-size: 0.9375rem;
        margin-bottom: 1.125rem;
        max-width: 100%;
        line-height: 1.6;
        overflow-wrap: anywhere;
    }

    .lp-hero-cta {
        flex-direction: column;
        align-items: stretch;
        gap: 0.625rem;
        margin-bottom: 1.25rem;
        max-width: 100%;
    }

    .lp-hero-cta .lp-btn {
        width: 100%;
        min-height: 3rem;
        font-size: 0.9375rem;
    }

    .lp-hero-visual {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        margin-top: 0.5rem;
        min-height: auto;
        width: 100%;
        max-width: 100%;
        padding-inline: 0.25rem;
        box-sizing: border-box;
    }

    .lp-mockup-dashboard {
        transform: none;
        width: 100%;
        max-width: 100%;
        margin-inline: auto;
        box-sizing: border-box;
    }

    .lp-mockup-widgets {
        padding: 0.875rem;
        gap: 0.625rem;
    }

    .lp-mockup-widget {
        padding: 0.75rem;
        min-width: 0;
    }

    .lp-mockup-widget strong {
        font-size: 1.125rem;
    }

    .lp-mockup-widget small {
        font-size: 0.625rem;
    }

    .lp-mockup-phone {
        position: relative;
        right: auto;
        bottom: auto;
        width: min(240px, 72%);
        margin: 0 auto;
        transform: none;
    }

    .lp-trust-row {
        flex-wrap: wrap;
        overflow: visible;
        max-width: 100%;
        margin-inline: 0;
        padding: 0;
        gap: 0.5rem;
    }

    .lp-trust-pill {
        flex: 1 1 calc(50% - 0.25rem);
        max-width: 100%;
        white-space: normal;
        justify-content: center;
        text-align: center;
        font-size: 0.75rem;
        padding: 0.5rem 0.65rem;
        line-height: 1.3;
    }

    .lp-section { padding: 2.5rem 0; }

    .lp-section-title { font-size: 1.375rem; }

    .lp-section-sub {
        font-size: 0.875rem;
        line-height: 1.55;
    }

    .lp-steps {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-padding-inline: var(--lp-mobile-gutter);
        gap: 0.875rem;
        max-width: none;
        width: auto;
        margin-inline: 0;
        padding: 0.25rem 0 0.75rem;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .lp-steps::-webkit-scrollbar { display: none; }

    .lp-step {
        flex: 0 0 78vw;
        max-width: 290px;
        scroll-snap-align: start;
        scroll-snap-stop: always;
        margin-right: 0;
        margin-bottom: 0;
        padding: 1.25rem 1.125rem;
    }

    .lp-step h3 { font-size: 0.9375rem; }

    .lp-pillars {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-padding-inline: var(--lp-mobile-gutter);
        gap: 0.875rem;
        max-width: none;
        width: auto;
        padding: 0.25rem 0 0.75rem;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .lp-pillars::-webkit-scrollbar { display: none; }

    .lp-pillar {
        flex: 0 0 78vw;
        max-width: 290px;
        scroll-snap-align: start;
        scroll-snap-stop: always;
        padding: 1.25rem;
    }

    .lp-pillar h3 { font-size: 1rem; }

    .lp-pillar p { font-size: 0.875rem; line-height: 1.55; }

    .lp-step p,
    .lp-pillar p,
    .lp-feature p,
    .lp-quote p,
    .lp-plan-list li span,
    .lp-plan-motos,
    .lp-trial-inner p {
        overflow-wrap: anywhere;
    }

    .lp-feature-groups { gap: 1.25rem; }

    .lp-feature-group {
        background: #fff;
        border: 1px solid var(--border);
        border-radius: var(--radius);
        padding: 1.25rem 1rem 1rem;
        box-shadow: var(--shadow);
    }

    .lp-feature-group-title {
        font-size: 1rem;
        padding-bottom: 0.75rem;
        border-bottom: 1px solid var(--border);
        margin-bottom: 0.875rem;
    }

    .lp-features {
        grid-template-columns: 1fr;
        gap: 0.625rem;
    }

    .lp-feature {
        display: flex;
        align-items: flex-start;
        gap: 0.875rem;
        padding: 0.875rem;
        border: 1px solid var(--border);
        border-radius: var(--radius-sm);
        background: var(--bg-muted);
    }

    .lp-feature .lp-icon-box {
        margin-bottom: 0;
        flex-shrink: 0;
        width: 40px;
        height: 40px;
    }

    .lp-feature h3 { font-size: 0.9375rem; margin-bottom: 0.2rem; }

    .lp-feature p { font-size: 0.8125rem; line-height: 1.5; }

    .lp-social-stats {
        grid-template-columns: 1fr;
        gap: 0.625rem;
    }

    .lp-stat {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
        padding: 1rem 1.125rem;
        text-align: left;
    }

    .lp-stat strong {
        font-size: 1.25rem;
        flex-shrink: 0;
    }

    .lp-stat span {
        font-size: 0.8125rem;
        text-align: right;
        line-height: 1.35;
    }

    .lp-quote {
        padding: 1.25rem 1.125rem;
        border-left: 3px solid var(--brand);
    }

    .lp-quote p { font-size: 0.9375rem; line-height: 1.55; }

    .lp-pricing-wrap {
        width: 100%;
        max-width: 100%;
        overflow: visible;
        margin-inline: calc(-1 * var(--lp-mobile-gutter));
        padding-inline: var(--lp-mobile-gutter);
    }

    .lp-pricing {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-padding-inline: var(--lp-mobile-gutter);
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        gap: 0.875rem;
        width: auto;
        max-width: none;
        margin-inline: 0;
        padding: 1rem 0 0.5rem;
        box-sizing: border-box;
    }

    .lp-pricing::-webkit-scrollbar { display: none; }

    .lp-pricing-dots {
        display: flex;
        gap: 0.625rem;
        margin-top: 1rem;
        justify-content: center;
    }

    .lp-pricing-dot {
        width: 8px;
        height: 8px;
        border: 8px solid transparent;
        background-clip: content-box;
        box-sizing: content-box;
    }

    .lp-plan {
        flex: 0 0 78vw;
        max-width: 300px;
        scroll-snap-align: center;
        scroll-snap-stop: always;
        min-width: 0;
        padding: 1.5rem 1.25rem;
        overflow: visible;
    }

    .lp-plan-popular {
        transform: none;
        border-width: 2px;
        box-shadow: 0 8px 28px var(--brand-glow);
        margin-top: 0.25rem;
    }

    .lp-plan-badge {
        top: -10px;
    }

    .lp-plan-valor { font-size: 2rem; }

    .lp-plan .lp-btn-block {
        white-space: normal;
        text-align: center;
        line-height: 1.35;
        font-size: 0.875rem;
        padding-inline: 0.75rem;
        min-height: 2.75rem;
    }

    .lp-cmp-scroll {
        position: relative;
        scrollbar-width: none;
        border-radius: var(--radius-sm);
    }

    .lp-cmp-scroll::-webkit-scrollbar { display: none; }

    .lp-cmp-label {
        position: sticky;
        left: 0;
        z-index: 2;
        background: #fff;
        box-shadow: 4px 0 12px rgba(15, 23, 42, 0.06);
        min-width: 7.5rem;
        font-size: 0.75rem;
        padding-left: 0.75rem;
    }

    .lp-cmp-head .lp-cmp-label {
        background: var(--bg-muted);
    }

    .lp-cmp-group {
        position: sticky;
        left: 0;
        z-index: 2;
        text-align: left;
        padding-left: 0.75rem;
        font-size: 0.6875rem;
    }

    .lp-cmp-cell {
        min-height: 2.875rem;
        font-size: 0.75rem;
        padding: 0.625rem 0.5rem;
    }

    .lp-step::after { display: none; }

    .lp-trial-inner {
        flex-direction: column;
        text-align: center;
        gap: 1.125rem;
        padding: 0.25rem 0;
    }

    .lp-trial-inner h2 { font-size: 1.375rem; }

    .lp-trial-inner p {
        max-width: none;
        font-size: 0.875rem;
        line-height: 1.55;
    }

    .lp-trial-inner .lp-btn {
        width: 100%;
        min-height: 3rem;
    }

    .lp-final-cta {
        padding: 2.5rem 0;
    }

    .lp-final-cta h2 {
        font-size: 1.375rem;
    }

    .lp-final-cta p {
        font-size: 0.9375rem;
    }

    .lp-final-cta .lp-hero-cta {
        flex-direction: column;
        align-items: stretch;
    }

    .lp-final-cta .lp-hero-cta .lp-btn {
        width: 100%;
        min-height: 3rem;
    }

    .lp-faq {
        max-width: none;
    }

    .lp-faq-item {
        border-radius: var(--radius-sm);
    }

    .lp-faq-item summary {
        min-height: 3.25rem;
        padding: 0.875rem 1rem;
        align-items: flex-start;
        overflow-wrap: anywhere;
        line-height: 1.45;
        font-size: 0.9375rem;
    }

    .lp-faq-item summary .lp-faq-qicon {
        margin-top: 0.125rem;
    }

    .lp-faq-item p {
        padding: 0 1rem 1rem 1rem;
        font-size: 0.875rem;
    }

    .lp-footer {
        padding: 2rem 0 1.5rem;
    }

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

    .lp-footer-bottom {
        padding-top: 1.25rem;
        font-size: 0.8125rem;
    }

    .lp-compare-card h3 {
        font-size: 1.125rem;
        margin-bottom: 0.25rem;
    }

    .lp-compare-card .lp-plan-valor { font-size: 1.75rem; }

    .lp-compare-card ul {
        list-style: none;
        margin-top: 1rem;
    }

    .lp-compare-card li {
        display: flex;
        gap: 0.5rem;
        padding: 0.35rem 0;
        font-size: 0.875rem;
        color: var(--text-muted);
    }

    .lp-compare-card .lp-btn { margin-top: 1rem; }

    .lp-mobile-cta {
        display: flex;
        padding: 0.75rem max(0.875rem, env(safe-area-inset-left, 0)) calc(0.75rem + env(safe-area-inset-bottom, 0)) max(0.875rem, env(safe-area-inset-right, 0));
        gap: 0.625rem;
    }

    .lp-mobile-cta .lp-btn {
        font-size: 0.875rem;
        white-space: nowrap;
        line-height: 1.25;
        min-height: 2.875rem;
    }

    .lp-mobile-cta .lp-btn-outline {
        flex: 0.85;
    }

    .lp-mobile-cta .lp-btn-primary {
        flex: 1.15;
    }

    body { padding-bottom: calc(4.75rem + env(safe-area-inset-bottom, 0)); }

    body.lp-menu-open .lp-mobile-cta { display: none; }
}

@media (max-width: 480px) {
    .lp-trust-pill { flex: 1 1 100%; }

    .lp-mockup-dashboard { display: none; }

    .lp-mockup-phone {
        width: min(220px, 68%);
    }

    .lp-mockup-wa { min-height: 200px; }

    .lp-step,
    .lp-pillar,
    .lp-plan {
        flex-basis: 82vw;
    }
}
