/* ==========================================================================
   SmartFinance - Folha de Estilos Principal (Padrão Visual Micropost)
   Azul Primário: #288dc0 | Azul Escuro: #247fac | Cinza Títulos: #505d62
   Cinza Escuro:  #3b393a | Preto Suave: #292929 | Cinza Fundo: #f3f3f3
   ========================================================================== */

html {
    scroll-behavior: smooth;
}

html, body {
    font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #3b393a;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
}

section[id] {
    scroll-margin-top: 115px;
}

/* Estrutura Shell */
.landing-shell {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.main-content {
    flex: 1;
}

/* Header & Faixa Superior (Top Strip) */
.header-container {
    background-color: #288dc0;
    border-bottom: 1px solid #69afd3;
    position: sticky;
    top: 0;
    z-index: 1030;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.top-strip {
    background-color: #247fac;
    color: #ffffff;
    font-size: 11px;
    padding: 6px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.strip-link {
    color: #ffffff;
    text-decoration: none;
    transition: opacity 0.2s;
}

.strip-link:hover {
    color: #e2f2fb;
    text-decoration: underline;
}

.strip-badge {
    background: rgba(255, 255, 255, 0.15);
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 10px;
}

.navbar-landing {
    padding: 12px 0;
}

.brand-icon-box {
    width: 38px;
    height: 38px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.1) 100%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.brand-title {
    font-size: 1.4rem;
    font-weight: 800;
    font-style: italic;
    color: #ffffff;
    line-height: 1.1;
    display: block;
    letter-spacing: -0.5px;
}

.brand-title-accent {
    color: #d1edfc;
    font-weight: 900;
}

.brand-sub {
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: rgba(255, 255, 255, 0.85);
    display: block;
    font-weight: 600;
}

.navbar-nav .nav-link {
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 8px 14px !important;
    border-bottom: 3px solid transparent;
    transition: all 0.2s ease-in-out;
}

.navbar-nav .nav-link:hover {
    color: #ffffff !important;
    border-bottom: 3px solid #ffffff;
    transform: translateY(-1px);
}

.btn-micropost-pill {
    background-color: #ffffff;
    color: #288dc0 !important;
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 50px;
    padding: 8px 20px;
    border: 2px solid #ffffff;
    transition: all 0.25s ease-in-out;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.btn-micropost-pill:hover {
    background-color: #247fac;
    color: #ffffff !important;
    border-color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

/* Títulos no Padrão Micropost */
.micropost-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 2.2rem;
    font-weight: 800;
    font-style: italic;
    color: #505d62;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 12px;
}

.micropost-title.text-center::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background-color: #288dc0;
    border-radius: 2px;
}

.micropost-title.text-start::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 4px;
    background-color: #288dc0;
    border-radius: 2px;
}

.micropost-title .highlight {
    font-weight: 300;
    font-style: italic;
    color: #288dc0;
}

.section-tag-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #288dc0;
    background-color: rgba(40, 141, 192, 0.1);
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 8px;
}

.section-subtitle {
    color: #6b7280;
    font-size: 1.05rem;
    line-height: 1.6;
}

.max-w-750 { max-width: 750px; }
.max-w-900 { max-width: 900px; }
.max-w-650 { max-width: 650px; }
.max-w-500 { max-width: 500px; }

/* 1. Hero Section */
.hero-section {
    background: linear-gradient(180deg, #288dc0 0%, #1f7dae 100%);
    color: #ffffff;
    padding: 70px 0 90px 0;
    position: relative;
    overflow: hidden;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 12px;
}

.badge-tag {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.badge-sub {
    color: #d8f1fe;
    font-size: 11px;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    padding-left: 8px;
}

.hero-title {
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.5px;
    margin-bottom: 20px;
}

.hero-description {
    font-size: 1.1rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.9);
}

.btn-hero-primary {
    background-color: #ffffff;
    color: #247fac !important;
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 50px;
    padding: 14px 28px;
    border: 2px solid #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.25s ease-in-out;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.btn-hero-primary:hover {
    background-color: #247fac;
    color: #ffffff !important;
    border-color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.btn-hero-secondary {
    background-color: transparent;
    color: #ffffff !important;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 50px;
    padding: 14px 26px;
    border: 2px solid rgba(255, 255, 255, 0.8);
    transition: all 0.25s ease-in-out;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.btn-hero-secondary:hover {
    background-color: rgba(255, 255, 255, 0.15);
    border-color: #ffffff;
    transform: translateY(-2px);
}

.highlight-number {
    font-size: 1.3rem;
    font-weight: 800;
    color: #ffffff;
}

.highlight-label {
    font-size: 11px;
    color: #d1ecfc;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Card Imagem Real do Dashboard no Hero */
.hero-card-preview {
    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    color: #3b393a;
    border: 1px solid rgba(255, 255, 255, 0.35);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hero-card-preview:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25) !important;
}

.preview-header {
    background-color: #f1f5f9;
    border-bottom: 1px solid #e2e8f0;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}

.dot-red { background-color: #ef4444; }
.dot-yellow { background-color: #f59e0b; }
.dot-green { background-color: #10b981; }

.preview-title {
    font-size: 12px;
    font-weight: 700;
    color: #475569;
}

.preview-img-container {
    background-color: #f8fafc;
    overflow: hidden;
}

.hero-dashboard-img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    transition: transform 0.35s ease;
}

.hero-card-preview:hover .hero-dashboard-img {
    transform: scale(1.02);
}

/* 2. Seção Sobre */
.about-section {
    background-color: #ffffff;
}

.feature-box {
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 32px 24px;
    height: 100%;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
}

.feature-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #288dc0;
    opacity: 0;
    transition: opacity 0.3s;
}

.feature-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(40, 141, 192, 0.12);
    border-color: #cbd5e1;
}

.feature-box:hover::before {
    opacity: 1;
}

.feature-icon {
    width: 54px;
    height: 54px;
    background-color: rgba(40, 141, 192, 0.1);
    color: #288dc0;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
}

.feature-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #334155;
    margin-bottom: 12px;
}

.feature-text {
    font-size: 14.5px;
    line-height: 1.6;
    color: #64748b;
    margin-bottom: 0;
}

/* 3. Seção de Vídeo Demonstrativo */
.video-section {
    background-color: #f3f3f3;
}

.video-container {
    background-color: #23272a;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #374151;
}

.video-header {
    background-color: #1a1d20;
    border-bottom: 1px solid #2d3238;
}

.video-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
}

.video-window-title {
    color: #9ca3af;
    font-size: 12.5px;
    font-weight: 600;
}

.video-badge-pill {
    background-color: rgba(40, 141, 192, 0.25);
    color: #7dd3fc;
    border: 1px solid rgba(40, 141, 192, 0.4);
    border-radius: 20px;
    font-size: 11px;
    padding: 3px 12px;
    font-weight: 600;
}

.video-screen-wrapper {
    background: #000000;
    overflow: hidden;
}

.video-screen-wrapper iframe {
    border: none;
    width: 100%;
    height: 100%;
}

/* 4. Seção de Planos de Contratação */
.pricing-section {
    background-color: #ffffff;
}

.pricing-card {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 36px 28px;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.pricing-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
}

.pricing-card-featured {
    border: 2px solid #288dc0;
    box-shadow: 0 12px 30px rgba(40, 141, 192, 0.15);
    transform: scale(1.02);
}

.pricing-card-featured:hover {
    transform: scale(1.03) translateY(-6px);
    box-shadow: 0 20px 40px rgba(40, 141, 192, 0.22);
}

.featured-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #288dc0;
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.8px;
    padding: 5px 16px;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(40, 141, 192, 0.4);
}

.plan-type {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #288dc0;
    display: block;
    margin-bottom: 4px;
}

.plan-name {
    font-size: 1.6rem;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 8px;
}

.text-primary-dark {
    color: #247fac;
}

.plan-desc {
    font-size: 13.5px;
    color: #64748b;
    min-height: 40px;
    margin-bottom: 20px;
}

.plan-price {
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f5f9;
}

.currency {
    font-size: 1.2rem;
    font-weight: 700;
    color: #64748b;
    vertical-align: super;
}

.amount {
    font-size: 3rem;
    font-weight: 900;
    color: #0f172a;
    line-height: 1;
}

.amount-custom {
    font-size: 1.8rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.2;
}

.period {
    font-size: 13px;
    color: #94a3b8;
}

.plan-features li {
    font-size: 14px;
    margin-bottom: 12px;
    color: #475569;
}

.btn-plan-outline {
    background-color: transparent;
    color: #288dc0;
    border: 2px solid #288dc0;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 50px;
    padding: 12px 20px;
    transition: all 0.25s;
    text-decoration: none;
    display: block;
    text-align: center;
}

.btn-plan-outline:hover {
    background-color: #288dc0;
    color: #ffffff;
}

.btn-plan-featured {
    background-color: #288dc0;
    color: #ffffff;
    border: 2px solid #288dc0;
    font-weight: 800;
    font-size: 13.5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 50px;
    padding: 13px 22px;
    box-shadow: 0 4px 14px rgba(40, 141, 192, 0.35);
    transition: all 0.25s;
    text-decoration: none;
    display: block;
    text-align: center;
}

.btn-plan-featured:hover {
    background-color: #1f7dae;
    border-color: #1f7dae;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(40, 141, 192, 0.45);
}

/* 5. Seção de Inscrição / Lead Capture */
.notification-section {
    background: linear-gradient(135deg, #247fac 0%, #1b6388 100%);
    color: #ffffff;
}

.notify-card {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 20px;
}

.notify-icon-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
}

.notify-title {
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 14px;
}

.notify-text {
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.88);
}

.form-control-micropost {
    background-color: #f8fafc;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    padding: 10px 14px;
    font-size: 14px;
}

.form-control-micropost:focus {
    border-color: #288dc0;
    box-shadow: 0 0 0 3px rgba(40, 141, 192, 0.2);
    background-color: #ffffff;
}

.btn-micropost-submit {
    background-color: #288dc0;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 12px rgba(40, 141, 192, 0.3);
    transition: all 0.25s;
}

.btn-micropost-submit:hover {
    background-color: #247fac;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(40, 141, 192, 0.4);
}

/* 6. Seção Empresa Micropost */
.company-section {
    background-color: #ffffff;
}

.company-lead {
    font-size: 1.15rem;
    color: #334155;
    line-height: 1.6;
}

.company-stat-card {
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 14px 20px;
    min-width: 140px;
}

.stat-number {
    font-size: 1.3rem;
    font-weight: 800;
    color: #288dc0;
    display: block;
}

.stat-desc {
    font-size: 11px;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.regional-contacts-card {
    border: 1px solid #e2e8f0;
}

.phone-list li {
    padding: 4px 0;
    color: #475569;
    border-bottom: 1px dashed #e2e8f0;
}

.phone-list li:last-child {
    border-bottom: none;
}

/* Rodapé Institucional */
.footer-landing {
    background-color: #3b393a;
    color: #c0c0c0;
    margin-top: auto;
}

.footer-main {
    padding: 60px 0 40px 0;
}

.footer-desc {
    font-size: 13.5px;
    line-height: 1.6;
    color: #b0b5b8;
}

.footer-since {
    font-size: 12px;
    color: #e2e8f0;
    font-weight: 600;
}

.footer-heading {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 18px;
    position: relative;
    padding-bottom: 8px;
}

.footer-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 32px;
    height: 3px;
    background-color: #288dc0;
    border-radius: 2px;
}

.footer-links li {
    margin-bottom: 10px;
    font-size: 13px;
}

.footer-links a {
    color: #b0b5b8;
    text-decoration: none;
    transition: color 0.2s, transform 0.2s;
    display: inline-block;
}

.footer-links a:hover {
    color: #ffffff;
    transform: translateX(3px);
}

.footer-contact-item {
    font-size: 13px;
    color: #d1d5db;
}

.footer-bottom {
    background-color: #292929;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    font-size: 12.5px;
}

.copy-text {
    color: #9ca3af;
}

.tech-text {
    color: #6b7280;
}

/* Responsividade adicional */
@media (max-width: 991.98px) {
    .hero-title {
        font-size: 2.2rem;
    }
    .pricing-card-featured {
        transform: none;
    }
    .pricing-card-featured:hover {
        transform: translateY(-4px);
    }
}