/* ============================================================
   LANDING PAGE � GESTOR CENTRO M�DICO
   Paleta: Sa�de + Confian�a + Convers�o
   Mobile-first
   ============================================================ */

/* -- RESET & VARI�VEIS -- */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    --primary: #0D7490;
    --primary-dark: #095A70;
    --primary-light: #E0F5FA;
    --accent: #F97316;
    --accent-dark: #EA6C0A;
    --green: #10B981;
    --red: #EF4444;
    --text: #0F172A;
    --text-muted: #64748B;
    --border: #E2EFF4;
    --white: #FFFFFF;
    --bg-section: #F8FCFE;
    --gradient-hero: linear-gradient(135deg, #062D3A 0%, #0A4D62 50%, #0D7490 100%);
    --gradient-cta: linear-gradient(135deg, #0D7490 0%, #10B981 100%);
    --radius: 12px;
    --radius-lg: 20px;
    --shadow: 0 4px 24px rgba(13, 116, 144, .12);
    --shadow-lg: 0 12px 48px rgba(13, 116, 144, .18);
    --transition: .25s ease;
    --font: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font);
    color: var(--text);
    background: var(--white);
    line-height: 1.6;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

/* -- TIPOGRAFIA -- */
.lp-h1 {
    font-size: clamp(1.6rem, 5vw, 3rem);
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: -.02em;
}

.lp-h2 {
    font-size: clamp(1.5rem, 4vw, 2.25rem);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -.015em;
}

.lp-h3 {
    font-size: clamp(1.1rem, 3vw, 1.4rem);
    font-weight: 700;
    line-height: 1.3;
}

.lp-lead {
    font-size: clamp(1rem, 2.5vw, 1.2rem);
    line-height: 1.7;
    color: var(--text-muted);
}

.lp-tag {
    display: inline-block;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    background: var(--primary-light);
    color: var(--primary);
    padding: .3rem .8rem;
    border-radius: 100px;
    margin-bottom: 1rem;
}

.lp-tag-accent {
    background: rgba(249, 115, 22, .12);
    color: var(--accent);
}

/* -- BOT�ES -- */
.btn-lp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    padding: .85rem 1.5rem;
    border-radius: 100px;
    font-weight: 700;
    font-size: .95rem;
    border: 2px solid transparent;
    cursor: pointer;
    transition: var(--transition);
    white-space: normal;
    text-align: center;
    text-decoration: none;
    max-width: 100%;
}

.btn-lp-primary {
    background: var(--accent);
    color: var(--white);
    border-color: var(--accent);
    box-shadow: 0 4px 20px rgba(249, 115, 22, .35);
}

.btn-lp-primary:hover {
    background: var(--accent-dark);
    border-color: var(--accent-dark);
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(249, 115, 22, .4);
}

.btn-lp-outline {
    background: transparent;
    color: var(--white);
    border-color: rgba(255, 255, 255, .5);
}

.btn-lp-outline:hover {
    background: rgba(255, 255, 255, .1);
    border-color: var(--white);
}

.btn-lp-ghost {
    background: transparent;
    color: var(--primary);
    border-color: var(--primary);
}

.btn-lp-ghost:hover {
    background: var(--primary);
    color: var(--white);
}

.btn-lp-lg {
    padding: 1rem 2.25rem;
    font-size: 1.1rem;
}

.btn-lp-full {
    width: 100%;
}

/* -- LAYOUT -- */
.lp-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 1.25rem;
    box-sizing: border-box;
    width: 100%;
}

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

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

/* -- HEADER -- */
.lp-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: rgba(6, 45, 58, .95);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    padding: .9rem 0;
    transition: background var(--transition);
}

.lp-header.scrolled {
    background: rgba(6, 45, 58, .99);
}

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

.lp-logo {
    height: 36px;
}

.lp-header-phone {
    display: none;
}

.lp-header-cta {
    display: none;
}

@media (min-width: 640px) {
    .lp-header-cta {
        display: inline-flex;
    }
}

/* -- HERO -- */
.lp-hero {
    background: var(--gradient-hero);
    padding: 6.5rem 0 4rem;
    position: relative;
    overflow: hidden;
}

.lp-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.lp-hero-inner {
    display: grid;
    gap: 3rem;
    align-items: center;
    position: relative;
    z-index: 1;
}

.lp-hero-inner>* {
    min-width: 0;
}

.lp-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .2);
    color: rgba(255, 255, 255, .9);
    border-radius: 100px;
    padding: .4rem 1rem;
    font-size: .75rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    max-width: 100%;
    white-space: normal;
    text-align: left;
}

.lp-hero-badge span.dot {
    width: 8px;
    height: 8px;
    background: var(--green);
    border-radius: 50%;
    animation: pulse 2s infinite;
}

.lp-hero h1 {
    color: var(--white);
    margin-bottom: 1.25rem;
}

.lp-hero h1 em,
.lp-hero .lp-lead em {
    font-style: normal;
    color: var(--accent);
}

.lp-hero-sub {
    color: rgba(255, 255, 255, .78);
    max-width: 540px;
}

.lp-hero-disclaimer {
    font-size: .72rem;
    color: rgba(255, 255, 255, .45);
    margin-bottom: 1.5rem;
}

.lp-hero-actions {
    display: flex;
    flex-direction: column;
    gap: .75rem;
    margin-bottom: 2rem;
}

.lp-hero-actions .btn-lp {
    width: 100%;
}

.lp-hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
}

.lp-trust-item {
    display: flex;
    align-items: center;
    gap: .4rem;
    color: rgba(255, 255, 255, .7);
    font-size: .85rem;
}

.lp-trust-item i {
    color: var(--green);
    font-size: .75rem;
}

/* Phone mockup */
.lp-phone-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.lp-phone {
    width: 220px;
    background: #0A1628;
    border: 2.5px solid rgba(255, 255, 255, .15);
    border-radius: 44px;
    padding: 8px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .5), 0 0 0 1px rgba(255, 255, 255, .05);
    position: relative;
}

.lp-phone-notch {
    display: none;
}

.lp-phone-screen {
    background: #F8FCFE;
    border-radius: 38px;
    overflow: hidden;
    min-height: 430px;
    position: relative;
}

/* -- APP SLIDER -- */
.app-slider {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 430px;
}

.app-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 24px;
    opacity: 0;
    transition: opacity .9s ease;
    pointer-events: none;
}

.app-slide.active {
    opacity: 1;
    pointer-events: auto;
}

/* Dots */
.app-slider-dots {
    position: absolute;
    bottom: -28px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    align-items: center;
}

.app-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .35);
    border: none;
    cursor: pointer;
    padding: 0;
    transition: all .35s ease;
}

.app-dot.active {
    width: 22px;
    border-radius: 4px;
    background: var(--accent);
    box-shadow: 0 0 8px rgba(249, 115, 22, .5);
}

.app-topbar {
    background: var(--primary);
    padding: .6rem .75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.app-topbar span {
    color: var(--white);
    font-size: .7rem;
    font-weight: 700;
}

.app-topbar i {
    color: rgba(255, 255, 255, .8);
    font-size: .75rem;
}

.app-metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
    padding: 8px;
}

.app-metric-card {
    background: var(--white);
    border-radius: 8px;
    padding: 6px;
    text-align: center;
    border: 1px solid var(--border);
}

.app-metric-card.highlight {
    background: var(--primary);
    border-color: var(--primary);
}

.app-metric-card.highlight .metric-num,
.app-metric-card.highlight .metric-label {
    color: var(--white);
}

.metric-num {
    font-size: .7rem;
    font-weight: 800;
    color: var(--primary);
    display: block;
}

.metric-label {
    font-size: .5rem;
    color: var(--text-muted);
    font-weight: 600;
    display: block;
}

.app-section-title {
    padding: 6px 8px 4px;
    font-size: .6rem;
    font-weight: 700;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: .05em;
}

.app-appointments {
    padding: 0 8px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.app-apt {
    background: var(--white);
    border-radius: 8px;
    padding: 6px;
    display: flex;
    align-items: center;
    gap: 6px;
    border: 1px solid var(--border);
}

.apt-time {
    font-size: .55rem;
    font-weight: 700;
    color: var(--primary);
    min-width: 32px;
}

.apt-info {
    flex: 1;
}

.apt-name {
    font-size: .6rem;
    font-weight: 700;
    color: var(--text);
    display: block;
}

.apt-type {
    font-size: .5rem;
    color: var(--text-muted);
    display: block;
}

.apt-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

.apt-dot.green {
    background: var(--green);
}

.apt-dot.orange {
    background: var(--accent);
}

.apt-dot.blue {
    background: var(--primary);
}

.app-chart-area {
    padding: 8px;
}

.app-chart {
    background: var(--white);
    border-radius: 8px;
    padding: 8px;
    border: 1px solid var(--border);
}

.chart-label {
    font-size: .55rem;
    font-weight: 700;
    color: var(--text-muted);
    margin-bottom: 6px;
}

.chart-bars {
    display: flex;
    gap: 3px;
    align-items: flex-end;
    height: 36px;
}

.chart-bar {
    flex: 1;
    border-radius: 3px 3px 0 0;
    background: var(--primary-light);
}

.chart-bar.active {
    background: var(--primary);
}

.chart-bar.accent {
    background: var(--accent);
    opacity: .7;
}

/* Floating badges */
.lp-float-badge {
    display: none;
    position: absolute;
    background: var(--white);
    border-radius: var(--radius);
    padding: .5rem .85rem;
    box-shadow: var(--shadow-lg);
    align-items: center;
    gap: .5rem;
    font-size: .78rem;
    font-weight: 700;
    color: var(--text);
    animation: float 4s ease-in-out infinite;
}

.lp-float-badge i {
    color: var(--primary);
    font-size: .9rem;
}

.lp-float-badge.badge-top {
    top: 1rem;
    right: -1rem;
    animation-delay: 0s;
}

.lp-float-badge.badge-mid {
    top: 50%;
    left: -1.5rem;
    transform: translateY(-50%);
    animation-delay: 1.5s;
}

.lp-float-badge.badge-bot {
    bottom: 1.5rem;
    right: -.5rem;
    animation-delay: 3s;
}

.badge-green {
    color: var(--white) !important;
    background: var(--green) !important;
}

.badge-green i {
    color: rgba(255, 255, 255, .9) !important;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

@keyframes float-mid {

    0%,
    100% {
        transform: translate(0, -50%);
    }

    50% {
        transform: translate(0, calc(-50% - 8px));
    }
}

.lp-float-badge.badge-mid {
    animation-name: float-mid;
}

@keyframes pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: .4;
    }
}

@media (min-width: 900px) {
    .lp-hero-inner {
        grid-template-columns: 1fr 1fr;
    }

    .lp-float-badge {
        display: flex;
    }

    .lp-phone {
        width: 240px;
    }

    .lp-hero-actions {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .lp-hero-actions .btn-lp {
        width: auto;
    }
}

@media (min-width: 1100px) {
    .lp-phone {
        width: 260px;
    }
}

/* -- STATS BAR -- */
.lp-stats {
    background: var(--white);
    border-bottom: 1px solid var(--border);
    padding: 1.5rem 0;
}

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

.lp-stats-inner>*,
.lp-problems-grid>*,
.lp-features-grid>*,
.lp-benefits-grid>*,
.lp-testimonials-grid>*,
.lp-steps>*,
.lp-form-row>* {
    min-width: 0;
}

.lp-stat {
    text-align: center;
}

.lp-stat-num {
    font-size: 1.75rem;
    font-weight: 900;
    color: var(--primary);
    line-height: 1;
}

.lp-stat-label {
    font-size: .8rem;
    color: var(--text-muted);
    margin-top: .2rem;
    font-weight: 500;
}

.lp-stat+.lp-stat {
    border-left: 1px solid var(--border);
}

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

/* -- PROBLEMAS -- */
.lp-problemas {
    background: var(--bg-section);
}

.lp-section-head {
    text-align: center;
    margin-bottom: 1rem;
}

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

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

.lp-problem-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 1.25rem;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    transition: var(--transition);
}

.lp-problem-card:hover {
    border-color: var(--red);
    box-shadow: 0 4px 20px rgba(239, 68, 68, .08);
    transform: translateY(-2px);
}

.lp-problem-icon {
    width: 44px;
    height: 44px;
    border-radius: var(--radius);
    flex-shrink: 0;
    background: rgba(239, 68, 68, .1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.lp-problem-icon i {
    color: var(--red);
    font-size: 1.1rem;
}

.lp-problem-title {
    font-weight: 700;
    font-size: .95rem;
    margin-bottom: .2rem;
}

.lp-problem-desc {
    font-size: .85rem;
    color: var(--text-muted);
}

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

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

/* -- SOLU��O -- */
.lp-solucao {
    background: var(--white);
}

.lp-features-grid {
    display: grid;
    gap: 2rem;
}

.lp-feature {
    display: flex;
    flex-direction: column;
    gap: .75rem;
    background: var(--bg-section);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 1.75rem;
    transition: var(--transition);
}

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

.lp-feature-icon {
    width: 52px;
    height: 52px;
    border-radius: var(--radius);
    background: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.lp-feature-icon i {
    color: var(--white);
    font-size: 1.25rem;
}

.lp-feature-title {
    font-size: 1.1rem;
    font-weight: 700;
}

.lp-feature-desc {
    font-size: .9rem;
    color: var(--text-muted);
    line-height: 1.6;
}

.lp-feature-badge {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    margin-top: auto;
    font-size: .75rem;
    font-weight: 700;
    color: var(--green);
    background: rgba(16, 185, 129, .1);
    padding: .3rem .75rem;
    border-radius: 100px;
    align-self: flex-start;
}

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

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

/* -- BENEF�CIOS -- */
.lp-beneficios {
    background: var(--gradient-hero);
    color: var(--white);
    position: relative;
    overflow: hidden;
}

.lp-beneficios::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 80% 50%, rgba(16, 185, 129, .15) 0%, transparent 60%);
}

.lp-beneficios .lp-section-head {
    position: relative;
    z-index: 1;
}

.lp-beneficios .lp-h2 {
    color: var(--white);
}

.lp-beneficios .lp-lead {
    color: rgba(255, 255, 255, .75);
}

.lp-benefits-grid {
    display: grid;
    gap: 1rem;
    position: relative;
    z-index: 1;
}

.lp-benefit {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: var(--radius);
    padding: 1.25rem;
    transition: var(--transition);
}

.lp-benefit:hover {
    background: rgba(255, 255, 255, .12);
    border-color: rgba(255, 255, 255, .2);
}

.lp-benefit-check {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--green);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.lp-benefit-check i {
    color: var(--white);
    font-size: .8rem;
}

.lp-benefit-text strong {
    display: block;
    font-size: .95rem;
    color: var(--white);
    margin-bottom: .2rem;
}

.lp-benefit-text span {
    font-size: .85rem;
    color: rgba(255, 255, 255, .65);
}

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

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

/* -- SHOWCASE SLIDER -- */
.lp-showcase {
    background: var(--gradient-hero);
    padding: 2.5rem 0 1.75rem;
    overflow: hidden;
    position: relative;
}

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

.lp-showcase .lp-section-head .lp-tag {
    margin-bottom: .5rem;
}

.lp-showcase .lp-section-head .lp-h2 {
    color: var(--white);
    font-size: clamp(1.2rem, 3vw, 1.7rem);
}

.lp-showcase .lp-section-head .lp-lead {
    color: rgba(255, 255, 255, .72);
    font-size: .85rem;
}

.lp-showcase .lp-tag {
    background: rgba(255, 255, 255, .12);
    color: rgba(255, 255, 255, .9);
}

/* Barra de progresso */
.lp-sc-progress {
    height: 3px;
    background: rgba(255, 255, 255, .15);
    margin: .5rem 0 0;
}

.lp-sc-progress-bar {
    height: 100%;
    background: var(--accent);
    width: 0%;
    transition: width linear;
}

/* Viewport e track */
.lp-sc-viewport {
    overflow: hidden;
    position: relative;
    margin-top: .75rem;
    width: 100%;
}

.lp-sc-track {
    display: flex;
    width: 100%;
    transition: transform .55s cubic-bezier(.4, 0, .2, 1);
    will-change: transform;
}

/* Slide individual */
.lp-sc-slide {
    width: 100vw;
    max-width: 100%;
    flex-shrink: 0;
    overflow: hidden;
    padding: .5rem 0;
}

.lp-sc-slide-inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    align-items: center;
}

.lp-sc-slide-inner>* {
    min-width: 0;
}

/* Texto do slide */
.lp-sc-meta {
    display: flex;
    align-items: center;
    gap: .5rem;
    margin-bottom: .5rem;
}

.lp-sc-num {
    font-size: 1.8rem;
    font-weight: 900;
    color: rgba(255, 255, 255, .2);
    line-height: 1;
    letter-spacing: -.04em;
}

.lp-sc-tag {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
    font-size: .68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .07em;
    color: var(--white);
    background: rgba(255, 255, 255, .15);
    padding: .2rem .6rem;
    border-radius: 100px;
}

.lp-sc-tag i {
    font-size: .65rem;
}

.lp-sc-title {
    font-size: clamp(1rem, 2.5vw, 1.35rem);
    font-weight: 800;
    line-height: 1.25;
    color: var(--white);
    margin-bottom: .4rem;
}

.lp-sc-desc {
    font-size: .85rem;
    color: rgba(255, 255, 255, .72);
    line-height: 1.55;
    margin-bottom: .65rem;
}

.lp-sc-bullets {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: .35rem;
}

.lp-sc-bullets li {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-size: .82rem;
    color: rgba(255, 255, 255, .88);
    font-weight: 500;
}

.lp-sc-bullets li i {
    color: var(--green);
    font-size: .75rem;
    flex-shrink: 0;
}

/* Visual do slide */
.lp-sc-visual {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lp-sc-visual img {
    max-height: 220px;
    width: 100%;
    max-width: 100%;
    object-fit: contain;
}

/* Slide com duas imagens (B.I.) */
.lp-sc-visual-duo {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.sc-img-main {
    width: 100%;
    max-height: 220px;
    object-fit: contain;
    filter: drop-shadow(0 12px 30px rgba(0, 0, 0, .3));
}

.sc-img-secondary {
    width: 80%;
    max-height: 170px;
    object-fit: contain;
    margin-left: auto;
    margin-top: -1rem;
    filter: drop-shadow(0 8px 20px rgba(0, 0, 0, .25));
}

/* Navega��o */
.lp-sc-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-top: .6rem;
    padding-bottom: .25rem;
}

.lp-sc-arrow {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, .25);
    background: rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .8);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--transition);
    flex-shrink: 0;
}

.lp-sc-arrow:hover {
    border-color: var(--white);
    color: var(--white);
    background: rgba(255, 255, 255, .2);
}

.lp-sc-dots {
    display: flex;
    gap: 8px;
    align-items: center;
}

.lp-sc-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, .3);
    cursor: pointer;
    padding: 0;
    transition: all .3s ease;
}

.lp-sc-dot.active {
    width: 24px;
    border-radius: 4px;
    background: var(--accent);
}

/* Desktop: texto � esquerda, imagem � direita */
@media (min-width: 1024px) {
    .lp-sc-slide-inner {
        grid-template-columns: 1fr 1fr;
    }

    .lp-sc-visual img {
        max-height: 250px;
    }

    .sc-img-main {
        max-height: 200px;
    }

    .sc-img-secondary {
        max-height: 150px;
    }

    .lp-sc-visual-duo {
        grid-template-columns: 1fr;
    }
}

/* Slide duplo (sem imagem) */
.lp-sc-slide-duo {
    grid-template-columns: 1fr !important;
    gap: 1rem;
}

.lp-sc-duo-card {
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 14px;
    padding: 1.25rem 1.25rem 1rem;
}

.lp-sc-duo-icon {
    font-size: 1.6rem;
    color: var(--accent);
    margin-bottom: .5rem;
}

@media (min-width: 640px) {
    .lp-sc-slide-duo {
        grid-template-columns: 1fr 1fr !important;
    }
}

/* -- CLIENTES -- */
.lp-clientes {
    background: var(--bg-section);
}

.lp-clientes-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 0.5rem;
    box-shadow: var(--shadow);
    display: flex;
    justify-content: center;
}

.lp-clientes-card img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* -- DEPOIMENTOS -- */
.lp-depoimentos {
    background: var(--bg-section);
}

.lp-testimonials-grid {
    display: grid;
    gap: 1.25rem;
}

.lp-testimonial {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 1.75rem;
    position: relative;
    transition: var(--transition);
}

.lp-testimonial:hover {
    border-color: var(--primary);
    box-shadow: var(--shadow);
}

.lp-testimonial::before {
    content: '\201C';
    position: absolute;
    top: 1rem;
    right: 1.5rem;
    font-size: 4rem;
    color: var(--primary-light);
    line-height: 1;
    font-family: Georgia, serif;
}

.lp-stars {
    color: #FBBF24;
    margin-bottom: .75rem;
    font-size: .9rem;
}

.lp-testimonial-text {
    font-size: .95rem;
    color: var(--text);
    line-height: 1.7;
    margin-bottom: 1.25rem;
    font-style: italic;
}

.lp-testimonial-author {
    display: flex;
    align-items: center;
    gap: .75rem;
}

.lp-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    flex-shrink: 0;
    background: var(--gradient-cta);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    color: var(--white);
    font-size: .9rem;
}

.lp-author-name {
    font-weight: 700;
    font-size: .9rem;
}

.lp-author-role {
    font-size: .78rem;
    color: var(--text-muted);
}

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

/* -- COMO FUNCIONA -- */
.lp-como-funciona {
    background: var(--white);
}

.lp-steps {
    display: grid;
    gap: 2rem;
    position: relative;
}

.lp-steps::before {
    content: '';
    display: none;
}

.lp-step {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .75rem;
}

.lp-step-num {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--primary);
    color: var(--white);
    font-size: 1.4rem;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(13, 116, 144, .3);
    position: relative;
}

.lp-step-num::after {
    content: '';
    display: none;
}

.lp-step-icon {
    font-size: 1.5rem;
    color: var(--primary);
    margin-top: .25rem;
}

.lp-step-title {
    font-weight: 700;
    font-size: 1rem;
}

.lp-step-desc {
    font-size: .88rem;
    color: var(--text-muted);
    max-width: 220px;
}

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

    .lp-steps::before {
        display: block;
        position: absolute;
        top: 30px;
        left: calc(12.5% + 30px);
        right: calc(12.5% + 30px);
        height: 2px;
        background: var(--border);
    }
}

/* -- CTA + FORMUL�RIO -- */
.lp-cta-section {
    background: var(--gradient-hero);
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
}

.lp-cta-section::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 80%, rgba(249, 115, 22, .1) 0%, transparent 60%);
}

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

.lp-cta-header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.lp-cta-header h2 {
    color: var(--white);
    margin-bottom: .75rem;
}

.lp-cta-header p {
    color: rgba(255, 255, 255, .75);
    max-width: 500px;
    margin: 0 auto;
}

.lp-form-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 2rem;
    max-width: 640px;
    margin: 0 auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .25);
}

.lp-form-title {
    font-size: 1.1rem;
    font-weight: 800;
    margin-bottom: .2rem;
    color: var(--text);
}

.lp-form-subtitle {
    font-size: .8rem;
    color: var(--text-muted);
    margin-bottom: 1rem;
}

.lp-form-row {
    display: grid;
    gap: .65rem;
}

.lp-form-group {
    display: flex;
    flex-direction: column;
    gap: .25rem;
}

.lp-form-group label {
    font-size: .78rem;
    font-weight: 600;
    color: var(--text);
}

.lp-form-group label .req {
    color: var(--accent);
    margin-left: .2rem;
}

.lp-input {
    height: 42px;
    padding: 0 .85rem;
    border-radius: var(--radius);
    border: 1.5px solid var(--border);
    font-family: var(--font);
    font-size: .88rem;
    color: var(--text);
    background: var(--white);
    width: 100%;
    transition: border-color var(--transition), box-shadow var(--transition);
    outline: none;
}

.lp-input:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 4px rgba(13, 116, 144, .1);
}

.lp-input.error {
    border-color: var(--red);
}

.lp-select {
    appearance: none;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2364748B' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 16px;
    padding-right: 2.5rem;
}

.lp-form-divider {
    height: 1px;
    background: var(--border);
    margin: .5rem 0;
}

.lp-form-submit {
    margin-top: .85rem;
}

.lp-form-guarantee {
    display: flex;
    align-items: center;
    gap: .5rem;
    justify-content: center;
    margin-top: .5rem;
    font-size: .73rem;
    color: var(--text-muted);
}

.lp-form-guarantee i {
    color: var(--green);
}

.lp-form-error {
    font-size: .78rem;
    color: var(--red);
    display: none;
}

.lp-form-error.visible {
    display: block;
}

@media (min-width: 540px) {
    .lp-form-row.cols-2 {
        grid-template-columns: 1fr 1fr;
    }
}

/* -- SUCESSO DO FORMUL�RIO -- */
.lp-form-success {
    display: none;
    text-align: center;
    padding: 2rem 1rem;
}

.lp-form-success.visible {
    display: block;
}

.lp-form-fields.hidden {
    display: none;
}

.success-icon {
    width: 72px;
    height: 72px;
    background: rgba(16, 185, 129, .15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

.success-icon i {
    font-size: 2rem;
    color: var(--green);
}

.success-title {
    font-size: 1.3rem;
    font-weight: 800;
    margin-bottom: .5rem;
}

.success-text {
    color: var(--text-muted);
    font-size: .95rem;
}

/* ── LEAD DESQUALIFICADO ── */
.lp-disqualified-card {
    max-width: 460px;
}

.lp-disqualified-body {
    text-align: center;
    padding: .5rem .75rem 1rem;
}

.lp-disqualified-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    margin: 0 auto 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(249, 115, 22, .14);
}

.lp-disqualified-icon i {
    font-size: 2rem;
    color: var(--accent);
}

.lp-disqualified-title {
    font-size: 1.25rem;
    font-weight: 800;
    margin-bottom: .65rem;
    color: var(--text);
}

.lp-disqualified-text {
    color: var(--text-muted);
    font-size: .95rem;
    margin-bottom: 1.2rem;
    line-height: 1.6;
}

/* -- FOOTER -- */
.lp-footer {
    background: #343a40;
    color: var(--white);
    padding: 10px 1% 3px;
}

.lp-footer-content {
    max-width: 1200px;
    margin: 20px auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: .3rem;
}

.lp-footer-section h3 {
    color: #01a89e;
    margin-bottom: .3rem;
    font-weight: 600;
    font-size: .95rem;
}

.lp-footer-section p,
.lp-footer-section li {
    color: #ccc;
    line-height: 1.8;
    font-size: .88rem;
}

.lp-footer-section ul {
    list-style: none;
}

.lp-footer-section a {
    color: #ccc;
    text-decoration: none;
    transition: color .3s ease;
}

.lp-footer-section a:hover {
    color: #01a89e;
}

.lp-footer-section a i {
    font-size: 1.5rem;
    transition: transform .3s ease;
}

.lp-footer-section a i:hover {
    transform: scale(1.2);
}

.lp-footer-bottom {
    text-align: center;
    padding-top: .4rem;
    border-top: 1px solid #555;
    color: #ccc;
}

.lp-footer-bottom p {
    margin: 0;
    font-size: .6rem;
}

.lp-footer-bottom a {
    color: #01a89e;
    text-decoration: none;
    font-weight: 600;
}

.lp-footer-links {
    display: flex;
    gap: 1.5rem;
    font-size: .82rem;
}

.lp-footer-links a:hover {
    color: rgba(255, 255, 255, .9);
}

.lp-footer-copy {
    font-size: .78rem;
}

/* -- MODAL -- */
.lp-modal-overlay {
    position: fixed;
    inset: 0;
    z-index: 1000;
    background: rgba(6, 28, 38, .8);
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
    overflow-y: auto;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease;
}

.lp-modal-overlay.active {
    opacity: 1;
    pointer-events: auto;
}

.lp-modal-card {
    background: linear-gradient(160deg, #ffffff 0%, #f0f8fc 100%);
    border-radius: var(--radius-lg);
    padding: 1.5rem;
    width: 100%;
    max-width: 500px;
    position: relative;
    transform: translateY(20px);
    transition: transform .35s ease;
    box-shadow: 0 24px 80px rgba(0, 0, 0, .35);
    flex-shrink: 0;
}

.lp-modal-overlay.active .lp-modal-card {
    transform: translateY(0);
}

.lp-modal-close {
    position: absolute;
    top: .85rem;
    right: .85rem;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none;
    background: var(--border);
    color: var(--text-muted);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .8rem;
    transition: var(--transition);
}

.lp-modal-close:hover {
    background: var(--primary-light);
    color: var(--primary);
}

.lp-modal-header {
    margin-bottom: .85rem;
    text-align: center;
}

.lp-modal-logo {
    height: 28px;
    margin: 0 auto .6rem;
}

/* Bloqueia scroll do body quando modal aberto */
body.modal-open {
    overflow: hidden;
}

/* -- LOADING SPINNER -- */
.lp-spinner {
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255, 255, 255, .4);
    border-top-color: var(--white);
    border-radius: 50%;
    animation: spin .7s linear infinite;
    display: none;
}

.lp-spinner.visible {
    display: inline-block;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* -- STICKY CTA MOBILE -- */
.lp-sticky-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background: var(--white);
    border-top: 2px solid var(--border);
    padding: .75rem 1.25rem;
    display: flex;
    align-items: center;
    gap: .75rem;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, .1);
    transform: translateY(100%);
    transition: transform var(--transition);
}

.lp-sticky-cta.visible {
    transform: translateY(0);
}

.lp-sticky-cta p {
    font-size: .82rem;
    color: var(--text-muted);
    flex: 1;
    line-height: 1.3;
}

.lp-sticky-cta strong {
    display: block;
    color: var(--text);
    font-size: .9rem;
}

@media (min-width: 768px) {
    .lp-sticky-cta {
        display: none !important;
    }
}

/* -- SCROLL REVEAL -- */
.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .6s ease, transform .6s ease;
}

.reveal.revealed {
    opacity: 1;
    transform: none;
}

.reveal-delay-1 {
    transition-delay: .1s;
}

.reveal-delay-2 {
    transition-delay: .2s;
}

.reveal-delay-3 {
    transition-delay: .3s;
}
/* -- MODAL PRIVACIDADE -- */
.lp-privacy-card {
    max-width: 680px;
    max-height: 85vh;
    display: flex;
    flex-direction: column;
    padding: 0;
    overflow: hidden;
}

.lp-privacy-card .lp-modal-header {
    padding: 1.5rem 1.5rem 1rem;
    border-bottom: 1px solid #e5e7eb;
    flex-shrink: 0;
}

.lp-privacy-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
    display: flex;
    align-items: center;
    gap: .5rem;
}

.lp-privacy-title i {
    color: #1a7de8;
}

.lp-privacy-body {
    overflow-y: auto;
    padding: 1.5rem;
    flex: 1;
    font-size: .92rem;
    color: #374151;
    line-height: 1.7;
}

.lp-privacy-section {
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #f1f5f9;
}

.lp-privacy-section:last-child {
    border-bottom: none;
}

.lp-privacy-section h6 {
    font-size: .9rem;
    font-weight: 700;
    color: #1a7de8;
    margin-bottom: .5rem;
}

.lp-privacy-section p {
    margin-bottom: .5rem;
}

.lp-privacy-section ul {
    padding-left: 1.25rem;
    margin-bottom: .5rem;
}

.lp-privacy-section ul li {
    margin-bottom: .25rem;
}

.lp-privacy-contact {
    background: #eff6ff;
    border-left: 3px solid #1a7de8;
    border-radius: 6px;
    padding: .75rem 1rem;
}

.lp-privacy-contact p {
    margin: 0;
    line-height: 1.8;
}

.lp-privacy-update {
    background: #f8fafc;
    border-radius: 8px;
    padding: .75rem 1rem;
    font-size: .85rem;
    color: #6b7280;
}

.lp-privacy-update p {
    margin: 0;
    line-height: 1.6;
}

/* -- reCAPTCHA -- */
.lp-recaptcha-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: .75rem;
}

.lp-recaptcha-wrap .lp-form-error {
    margin-top: .4rem;
}
