/* Landing pública — Meu Gestor ME */
.landing-body {
    background: #fff;
}

.skip-link:focus {
    position: fixed;
    top: 0.5rem;
    left: 0.5rem;
    z-index: 2000;
    padding: 0.5rem 1rem;
    background: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.landing-hero {
    background: linear-gradient(160deg, #f8fafc 0%, #e8f1fb 55%, #f0f7ff 100%);
    padding: 2.5rem 0 3rem;
}

.landing-logo {
    max-height: 72px;
    width: auto;
}

.landing-hero h1 {
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    letter-spacing: -0.02em;
}

.landing-trust {
    font-size: 0.9rem;
    color: #475569;
}

.landing-trust .bi-check-circle-fill {
    color: #16a34a;
}

.landing-hero-visual {
    max-width: 380px;
    margin: 0 auto;
}

.landing-tile {
    border-radius: 0.75rem;
    padding: 1rem;
    height: 100%;
}

.landing-section {
    padding: 3.5rem 0;
}

.landing-section-title {
    font-weight: 700;
    letter-spacing: -0.01em;
    margin-bottom: 0.75rem;
}

.landing-section-lead {
    color: #64748b;
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
}

/* Fluxo integração */
.flow-track {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 0.5rem 0.25rem;
}

.flow-step {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
    padding: 1rem 1.1rem;
    min-width: 7.5rem;
    max-width: 11rem;
    flex: 1 1 7.5rem;
    text-align: center;
}

.flow-step .bi {
    font-size: 1.5rem;
    color: var(--cor-azul, #0066CC);
    margin-bottom: 0.35rem;
}

.flow-arrow {
    display: none;
    align-self: center;
    color: #94a3b8;
    font-size: 1.25rem;
    padding: 0 0.15rem;
}

@media (min-width: 768px) {
    .flow-arrow {
        display: block;
    }
}

.flow-note {
    font-size: 0.875rem;
    color: #64748b;
    text-align: center;
    margin-top: 1rem;
}

/* Benefícios */
.benefit-card {
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
    padding: 1.35rem;
    height: 100%;
    background: #fff;
    transition: box-shadow 0.2s ease;
}

.benefit-card:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

.benefit-icon {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 0.65rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.85rem;
    background: var(--cor-azul-claro, #E6F2FF);
    color: var(--cor-azul, #0066CC);
    font-size: 1.25rem;
}

/* Segmentos */
.segment-chip {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    text-align: center;
    padding: 1.25rem 0.75rem;
    border-radius: 0.75rem;
    border: 1px solid #e2e8f0;
    background: #fff;
    height: 100%;
}

.segment-chip .bi {
    font-size: 1.5rem;
    color: var(--cor-azul, #0066CC);
}

/* Loja virtual destaque */
.store-feature {
    display: flex;
    gap: 0.85rem;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.store-feature .bi {
    font-size: 1.25rem;
    color: var(--cor-azul, #0066CC);
    flex-shrink: 0;
    margin-top: 0.15rem;
}

/* App */
.app-panel {
    background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 100%);
    color: #fff;
    border-radius: 1rem;
    padding: 2rem;
}

.app-panel .app-uses li {
    margin-bottom: 0.5rem;
}

/* Trial strip */
.trial-strip {
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
    border-radius: 0.75rem;
    padding: 1rem 1.25rem;
}

/* Pricing */
.pricing-card {
    border-radius: 0.875rem;
    border: 1px solid #e2e8f0;
    transition: box-shadow 0.2s ease;
    height: 100%;
}

.pricing-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

@media (min-width: 992px) {
    .pricing-card:hover {
        box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1);
    }
}

.pricing-card-popular {
    border-width: 2px;
    border-color: var(--cor-azul, #0066CC) !important;
}

.pricing-price {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.1;
    color: #111827;
}

.billing-label {
    font-weight: 600;
    color: #6b7280;
}

.billing-label.active {
    color: #111827;
}

.pricing-switch {
    position: relative;
    width: 56px;
    height: 30px;
    display: inline-block;
}

.pricing-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.pricing-slider {
    position: absolute;
    inset: 0;
    cursor: pointer;
    border-radius: 999px;
    background: #dbeafe;
    border: 1px solid #93c5fd;
    transition: 0.2s;
}

.pricing-slider:before {
    content: "";
    position: absolute;
    height: 22px;
    width: 22px;
    left: 3px;
    top: 3px;
    border-radius: 50%;
    background: #3B82F6;
    transition: 0.2s;
}

#billingToggle:checked + .pricing-slider {
    background: #d1fae5;
    border-color: #6ee7b7;
}

#billingToggle:checked + .pricing-slider:before {
    transform: translateX(26px);
    background: #10B981;
}

.landing-cta-band {
    background: var(--cor-azul, #0066CC);
    color: #fff;
    padding: 3.5rem 0;
}

.landing-cta-band .btn-light {
    font-weight: 600;
}

/* Login page on public layout */
.login-page {
    min-height: calc(100vh - 12rem);
    display: flex;
    align-items: center;
    padding: 2rem 0;
}

.login-card {
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 8px 28px rgba(15, 23, 42, 0.08);
}

.login-card .login-header {
    background: var(--cor-azul, #0066CC);
    color: #fff;
    padding: 1.5rem;
    text-align: center;
}

.password-toggle-btn {
    border-color: #ced4da;
}

@media (max-width: 575.98px) {
    .landing-hero {
        padding-top: 1.75rem;
    }

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

    .btn-lg {
        padding: 0.65rem 1.15rem;
        font-size: 1rem;
    }
}
