html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #006bb7;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}
.hero-section {
    min-height: calc(100vh - 72px);
    display: flex;
    align-items: center;
    padding: 80px 8%;
    background: linear-gradient(135deg, #0f172a, #1e293b);
    color: white;
}

.hero-content {
    max-width: 850px;
}

.hero-badge {
    display: inline-block;
    margin-bottom: 20px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #cbd5e1;
    font-size: 14px;
}

.hero-content h1 {
    font-size: 54px;
    line-height: 1.05;
    margin-bottom: 24px;
    font-weight: 800;
}

.hero-content p {
    font-size: 20px;
    line-height: 1.6;
    color: #cbd5e1;
    max-width: 720px;
}

.hero-actions {
    margin-top: 34px;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.btn-primary,
.btn-secondary {
    padding: 14px 22px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
}

.btn-primary {
    background: #38bdf8;
    color: #0f172a;
}

.btn-secondary {
    border: 1px solid #64748b;
    color: white;
}

@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 36px;
    }

    .hero-content p {
        font-size: 17px;
    }
}

.site-layout {
    min-height: 100vh;
    background: #f8fafc;
}

.site-header {
    height: 72px;
    padding: 0 8%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;
    position: sticky;
    top: 0;
    z-index: 10;
}


.site-nav {
    display: flex;
    align-items: center;
    gap: 28px;
}

    .site-nav a {
        color: #334155;
        text-decoration: none;
        font-weight: 500;
    }

        .site-nav a:hover {
            color: #0284c7;
        }

.nav-cta {
    padding: 10px 16px;
    border-radius: 10px;
    background: #38bdf8;
    color: #0f172a !important;
    font-weight: 700 !important;
}

.site-main {
    padding: 0;
}

@media (max-width: 900px) {
    .site-header {
        height: auto;
        padding: 18px 6%;
        flex-direction: column;
        gap: 16px;
    }

    .site-nav {
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
    }
}

.page-section {
    padding: 90px 8%;
    background: #f8fafc;
    min-height: calc(100vh - 72px);
}

.section-badge {
    display: inline-block;
    margin-bottom: 18px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #e0f2fe;
    color: #0369a1;
    font-weight: 700;
    font-size: 14px;
}

.page-section h1 {
    max-width: 850px;
    font-size: 44px;
    line-height: 1.1;
    color: #0f172a;
    margin-bottom: 22px;
    font-weight: 800;
}

.page-intro {
    max-width: 780px;
    font-size: 20px;
    line-height: 1.7;
    color: #475569;
    margin-bottom: 44px;
}

.cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.info-card,
.step,
.highlight-box,
.contact-box {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

    .info-card h3,
    .step h3,
    .highlight-box h3 {
        color: #0f172a;
        margin-bottom: 12px;
        font-size: 22px;
    }

    .info-card p,
    .step p,
    .highlight-box p,
    .contact-box p {
        color: #475569;
        line-height: 1.6;
        font-size: 16px;
    }

.steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.step strong {
    display: inline-block;
    margin-bottom: 16px;
    color: #38bdf8;
    font-size: 28px;
}

.highlight-box {
    max-width: 760px;
    border-left: 6px solid #38bdf8;
}

.contact-box {
    max-width: 760px;
}

@media (max-width: 900px) {
    .page-section h1 {
        font-size: 34px;
    }

    .page-intro {
        font-size: 17px;
    }

    .cards-grid,
    .steps {
        grid-template-columns: 1fr;
    }
}

/* Upgrade visual para o site */

.home-section {
    padding: 90px 8%;
    background: #ffffff;
}

    .home-section h2,
    .home-cta h2 {
        font-size: 42px;
        max-width: 820px;
        line-height: 1.15;
        color: #0f172a;
        margin-bottom: 16px;
        font-weight: 800;
    }

    .home-section p,
    .home-cta p {
        max-width: 760px;
        color: #475569;
        font-size: 19px;
        line-height: 1.7;
    }

.feature-carousel {
    margin-top: 42px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    overflow: visible;
}

    .feature-carousel article {
        border-radius: 22px;
        padding: 28px;
        background: linear-gradient(180deg, #f8fafc, #ffffff);
        border: 1px solid #e2e8f0;
        box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
        transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    }

        .feature-carousel article:hover {
            transform: translateY(-8px);
            border-color: #38bdf8;
            box-shadow: 0 20px 45px rgba(15, 23, 42, 0.12);
        }

    .feature-carousel strong {
        color: #38bdf8;
        font-size: 28px;
    }

    .feature-carousel h3 {
        margin: 18px 0 10px;
        color: #0f172a;
        font-size: 23px;
    }

    .feature-carousel p {
        font-size: 16px;
    }

@media (max-width: 1000px) {
    .feature-carousel {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 700px) {
    .feature-carousel {
        grid-template-columns: 1fr;
    }
}

.home-cta {
    padding: 70px 8%;
    background: linear-gradient(135deg, #0f172a, #1e293b);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

    .home-cta h2,
    .home-cta p {
        color: #ffffff;
    }

.floating-whatsapp {
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: #22c55e;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 16px 40px rgba(34, 197, 94, 0.35);
    z-index: 50;
    font-size: 32px;
    font-weight: 800;
}

    .floating-whatsapp:hover {
        transform: translateY(-2px);
    }

/* Antes e depois */

.comparison-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: stretch;
}

.legacy-window,
.modern-window {
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 16px 45px rgba(15, 23, 42, 0.12);
}

.legacy-title {
    background: #111827;
    color: #e5e7eb;
    padding: 16px 20px;
    font-weight: 700;
}

.legacy-screen {
    background: #020617;
    color: #a7f3d0;
    padding: 22px;
    min-height: 390px;
    font-family: Consolas, monospace;
}

.legacy-menu {
    background: #064e3b;
    padding: 10px;
    margin-bottom: 20px;
    color: #ecfdf5;
}

.legacy-screen pre {
    white-space: pre-wrap;
    line-height: 1.45;
    font-size: 15px;
}

.modern-window {
    background: #ffffff;
    border: 1px solid #e5e7eb;
}

.modern-topbar {
    padding: 18px 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8fafc;
    border-bottom: 1px solid #e5e7eb;
    color: #0f172a;
    font-weight: 800;
}

    .modern-topbar button,
    .dashboard-actions button {
        border: 0;
        border-radius: 12px;
        padding: 10px 15px;
        background: #38bdf8;
        color: #0f172a;
        font-weight: 800;
    }

.modern-content {
    padding: 26px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.modern-stat {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 18px;
}

    .modern-stat span {
        color: #64748b;
        font-size: 13px;
    }

    .modern-stat strong {
        display: block;
        margin-top: 8px;
        color: #0f172a;
    }

.modern-form {
    grid-column: 1 / -1;
    margin-top: 12px;
    display: grid;
    gap: 10px;
}

    .modern-form label {
        font-weight: 700;
        color: #334155;
    }

    .modern-form input {
        padding: 13px 14px;
        border-radius: 12px;
        border: 1px solid #cbd5e1;
    }

/* Dashboard demo */

.demo-hero {
    padding: 80px 8% 40px;
    background: #f8fafc;
}

    .demo-hero h1 {
        max-width: 850px;
        font-size: 44px;
        line-height: 1.12;
        color: #0f172a;
        font-weight: 800;
    }

    .demo-hero p {
        max-width: 720px;
        font-size: 19px;
        line-height: 1.7;
        color: #475569;
    }

.dashboard-shell {
    padding: 0 8% 90px;
    background: #f8fafc;
}

.dashboard-header {
    background: #0f172a;
    color: #ffffff;
    padding: 26px;
    border-radius: 24px 24px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .dashboard-header h2 {
        margin: 0;
    }

    .dashboard-header p {
        margin: 6px 0 0;
        color: #cbd5e1;
    }

.dashboard-actions {
    display: flex;
    gap: 10px;
}

.kpi-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    background: #ffffff;
    padding: 24px;
    border-left: 1px solid #e5e7eb;
    border-right: 1px solid #e5e7eb;
}

.kpi-card,
.panel {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 22px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

    .kpi-card span {
        color: #64748b;
        font-size: 14px;
    }

    .kpi-card strong {
        display: block;
        margin: 12px 0;
        color: #0f172a;
        font-size: 28px;
    }

    .kpi-card small {
        color: #16a34a;
    }

.dashboard-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
    background: #ffffff;
    padding: 0 24px 24px;
    border-left: 1px solid #e5e7eb;
    border-right: 1px solid #e5e7eb;
}

.panel-title {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    margin-bottom: 24px;
}

    .panel-title h3 {
        margin: 0;
        color: #0f172a;
    }

    .panel-title span {
        color: #64748b;
        font-size: 13px;
    }

.bar-list {
    display: grid;
    gap: 18px;
}

.bar-row {
    display: grid;
    grid-template-columns: 120px 1fr 50px;
    align-items: center;
    gap: 14px;
}

    .bar-row span,
    .bar-row strong {
        color: #334155;
    }

    .bar-row div {
        height: 12px;
        background: #e2e8f0;
        border-radius: 999px;
        overflow: hidden;
    }

    .bar-row i {
        display: block;
        height: 100%;
        background: #38bdf8;
        border-radius: 999px;
    }

.alert-list {
    list-style: none;
    padding: 0;
    display: grid;
    gap: 12px;
}

    .alert-list li {
        background: #f8fafc;
        border-radius: 14px;
        padding: 14px;
        color: #475569;
    }

.orders-panel {
    border-radius: 0 0 24px 24px;
    margin: 0;
}

.modern-table {
    width: 100%;
    border-collapse: collapse;
}

    .modern-table th,
    .modern-table td {
        padding: 16px;
        border-bottom: 1px solid #e5e7eb;
        text-align: left;
        color: #334155;
    }

    .modern-table th {
        color: #0f172a;
        font-size: 14px;
    }

.status {
    padding: 7px 10px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 13px;
}

.in-progress {
    background: #e0f2fe;
    color: #0369a1;
}

.approved {
    background: #dcfce7;
    color: #166534;
}

.pending {
    background: #fef3c7;
    color: #92400e;
}

@media (max-width: 1000px) {
    .comparison-grid,
    .dashboard-grid,
    .kpi-grid {
        grid-template-columns: 1fr;
    }

    .modern-content {
        grid-template-columns: 1fr;
    }

    .home-cta,
    .dashboard-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .bar-row {
        grid-template-columns: 1fr;
    }
}

.comparison-stack {
    display: grid;
    gap: 34px;
}

/* Clipper / Cobol */
.legacy-window {
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 16px 45px rgba(15, 23, 42, 0.12);
}

.legacy-title {
    background: #111827;
    color: #e5e7eb;
    padding: 16px 20px;
    font-weight: 800;
}

.legacy-screen {
    background: #020617;
    color: #a7f3d0;
    padding: 22px;
    min-height: 360px;
    font-family: Consolas, monospace;
}

.legacy-menu {
    background: #065f46;
    padding: 12px;
    margin-bottom: 22px;
    color: #ecfdf5;
    font-size: 14px;
}

.legacy-screen pre {
    white-space: pre-wrap;
    line-height: 1.45;
    font-size: 15px;
}

/* Desktop */
.desktop-window {
    border-radius: 22px;
    overflow: hidden;
    background: #d1d5db;
    border: 1px solid #9ca3af;
    box-shadow: 0 16px 45px rgba(15, 23, 42, 0.14);
}

.desktop-titlebar {
    height: 38px;
    background: #f3f4f6;
    border-bottom: 1px solid #9ca3af;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 14px;
    color: #111827;
    font-size: 14px;
}

    .desktop-titlebar button {
        border: 1px solid #9ca3af;
        background: #ffffff;
        width: 28px;
        height: 22px;
    }

.desktop-menubar {
    background: #ffffff;
    border-bottom: 1px solid #9ca3af;
    display: flex;
    gap: 20px;
    padding: 10px 14px;
    font-size: 14px;
    color: #111827;
}

.desktop-body {
    display: grid;
    grid-template-columns: 220px 1fr;
    min-height: 380px;
}

.desktop-left {
    background: #e5e7eb;
    border-right: 1px solid #9ca3af;
    padding: 18px;
}

    .desktop-left strong {
        display: block;
        margin-bottom: 14px;
    }

    .desktop-left p {
        background: #f9fafb;
        border: 1px solid #cbd5e1;
        padding: 8px;
        margin: 8px 0;
        font-size: 14px;
    }

.desktop-content {
    padding: 18px;
}

.desktop-toolbar {
    background: #f9fafb;
    border: 1px solid #9ca3af;
    padding: 10px;
    display: flex;
    gap: 8px;
    margin-bottom: 14px;
}

    .desktop-toolbar button {
        background: #e5e7eb;
        border: 1px solid #9ca3af;
        padding: 6px 12px;
    }

.desktop-grid {
    background: #ffffff;
    border: 1px solid #9ca3af;
}

    .desktop-grid table,
    .web-card table {
        width: 100%;
        border-collapse: collapse;
    }

    .desktop-grid th,
    .desktop-grid td {
        border: 1px solid #cbd5e1;
        padding: 10px;
        font-size: 14px;
        color: #111827;
    }

    .desktop-grid th {
        background: #dbeafe;
    }

/* Web modernizado */
.web-window {
    display: grid;
    grid-template-columns: 260px 1fr;
    border-radius: 26px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 20px 55px rgba(15, 23, 42, 0.14);
}

.web-sidebar {
    background: linear-gradient(180deg, #0f172a, #1e293b);
    color: #ffffff;
    padding: 24px;
}

.web-logo {
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 30px;
}

.web-sidebar nav {
    display: grid;
    gap: 10px;
}

.web-sidebar a {
    padding: 12px 14px;
    border-radius: 12px;
    color: #cbd5e1;
    text-decoration: none;
}

    .web-sidebar a.active,
    .web-sidebar a:hover {
        background: rgba(56, 189, 248, 0.18);
        color: #ffffff;
    }

.web-content {
    background: #f8fafc;
    padding: 28px;
}

.web-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

    .web-topbar h3 {
        margin: 0;
        color: #0f172a;
        font-size: 28px;
    }

    .web-topbar p {
        margin: 6px 0 0;
        color: #64748b;
    }

    .web-topbar button {
        border: 0;
        border-radius: 14px;
        padding: 12px 18px;
        background: #38bdf8;
        color: #0f172a;
        font-weight: 800;
    }

.web-kpis {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-bottom: 22px;
}

    .web-kpis div {
        background: #ffffff;
        border: 1px solid #e5e7eb;
        border-radius: 18px;
        padding: 20px;
    }

    .web-kpis span {
        color: #64748b;
        font-size: 14px;
    }

    .web-kpis strong {
        display: block;
        margin-top: 10px;
        font-size: 30px;
        color: #0f172a;
    }

.web-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 22px;
}

.web-card-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
}

    .web-card-title h4 {
        margin: 0;
        color: #0f172a;
        font-size: 22px;
    }

    .web-card-title span {
        color: #64748b;
    }

.web-card th,
.web-card td {
    padding: 14px;
    border-bottom: 1px solid #e5e7eb;
    text-align: left;
    color: #334155;
}

.tag {
    padding: 7px 10px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
}

    .tag.blue {
        background: #e0f2fe;
        color: #0369a1;
    }

    .tag.green {
        background: #dcfce7;
        color: #166534;
    }

    .tag.yellow {
        background: #fef3c7;
        color: #92400e;
    }

@media (max-width: 1000px) {
    .desktop-body,
    .web-window,
    .web-kpis {
        grid-template-columns: 1fr;
    }

    .desktop-menubar {
        flex-wrap: wrap;
    }

    .web-topbar {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
    }
}
/* Demo ERP avançado */

.erp-demo-page {
    min-height: calc(100vh - 72px);
    display: grid;
    grid-template-columns: 290px 1fr;
    background: #f8fafc;
}

.erp-sidebar {
    background: linear-gradient(180deg, #0f172a, #1e293b);
    color: #ffffff;
    padding: 26px;
    position: sticky;
    top: 72px;
    height: calc(100vh - 72px);
}

.erp-brand {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 34px;
}

.erp-brand-icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #38bdf8;
    color: #0f172a;
    font-weight: 900;
}

.erp-brand strong {
    display: block;
    font-size: 18px;
}

.erp-brand span {
    color: #cbd5e1;
    font-size: 13px;
}

.erp-menu {
    display: grid;
    gap: 10px;
}

    .erp-menu button {
        width: 100%;
        border: 0;
        background: transparent;
        color: #cbd5e1;
        text-align: left;
        padding: 13px 14px;
        border-radius: 14px;
        font-weight: 700;
        transition: all 0.2s ease;
        cursor: pointer;
    }

        .erp-menu button span {
            display: inline-block;
            width: 28px;
        }

        .erp-menu button:hover,
        .erp-menu button.active {
            background: rgba(56, 189, 248, 0.18);
            color: #ffffff;
            transform: translateX(4px);
        }

.erp-sidebar-footer {
    position: absolute;
    left: 26px;
    right: 26px;
    bottom: 26px;
    color: #94a3b8;
}

.erp-content {
    padding: 42px 6%;
}

.erp-topbar {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
    margin-bottom: 34px;
}

    .erp-topbar h1 {
        font-size: 42px;
        line-height: 1.1;
        margin: 12px 0;
        color: #0f172a;
        font-weight: 900;
    }

    .erp-topbar p {
        color: #64748b;
        font-size: 18px;
    }

.erp-user-card {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 14px 18px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #0f172a;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
}

.erp-user-card strong,
.erp-user-card span {
    display: block;
}

.erp-user-card span {
    color: #16a34a;
    font-size: 13px;
}

.erp-grid {
    display: grid;
    gap: 20px;
}

.kpi-grid-advanced {
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 22px;
}

.kpi-card-advanced,
.erp-panel {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 22px;
    padding: 24px;
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.07);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

    .kpi-card-advanced:hover,
    .erp-panel:hover {
        transform: translateY(-6px);
        box-shadow: 0 22px 55px rgba(15, 23, 42, 0.13);
    }

    .kpi-card-advanced span {
        color: #64748b;
        font-size: 14px;
    }

    .kpi-card-advanced strong {
        display: block;
        margin: 12px 0;
        color: #0f172a;
        font-size: 30px;
    }

    .kpi-card-advanced small {
        color: #16a34a;
        font-weight: 700;
    }

.content-grid {
    grid-template-columns: 2fr 1fr;
}

.panel-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    margin-bottom: 24px;
}

    .panel-header h3 {
        margin: 0;
        color: #0f172a;
        font-size: 24px;
    }

    .panel-header span {
        color: #64748b;
        font-size: 13px;
    }

.animated-bars {
    display: grid;
    gap: 20px;
}

.bar-line {
    display: grid;
    grid-template-columns: 120px 1fr 50px;
    gap: 14px;
    align-items: center;
}

    .bar-line span,
    .bar-line strong {
        color: #334155;
        font-weight: 700;
    }

    .bar-line div {
        height: 14px;
        background: #e2e8f0;
        border-radius: 999px;
        overflow: hidden;
    }

    .bar-line i {
        display: block;
        height: 100%;
        width: var(--w);
        background: linear-gradient(90deg, #38bdf8, #2563eb);
        border-radius: 999px;
        animation: growBar 1.2s ease both;
    }

@keyframes growBar {
    from {
        width: 0;
    }

    to {
        width: var(--w);
    }
}

.erp-alert {
    padding: 16px;
    border-radius: 16px;
    margin-bottom: 12px;
}

    .erp-alert strong {
        display: block;
        color: #0f172a;
    }

    .erp-alert p {
        margin: 4px 0 0;
        color: #475569;
    }

    .erp-alert.critical {
        background: #fee2e2;
    }

    .erp-alert.warning {
        background: #fef3c7;
    }

    .erp-alert.info {
        background: #e0f2fe;
    }

.erp-primary-button {
    border: 0;
    border-radius: 14px;
    padding: 12px 18px;
    background: #38bdf8;
    color: #0f172a;
    font-weight: 900;
    cursor: pointer;
}

.erp-table {
    width: 100%;
    border-collapse: collapse;
}

    .erp-table th,
    .erp-table td {
        padding: 16px;
        border-bottom: 1px solid #e5e7eb;
        text-align: left;
        color: #334155;
    }

    .erp-table th {
        color: #0f172a;
        font-size: 14px;
    }

.erp-tag {
    padding: 7px 11px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
}

    .erp-tag.blue {
        background: #e0f2fe;
        color: #0369a1;
    }

    .erp-tag.green {
        background: #dcfce7;
        color: #166534;
    }

    .erp-tag.yellow {
        background: #fef3c7;
        color: #92400e;
    }

    .erp-tag.red {
        background: #fee2e2;
        color: #991b1b;
    }

.production-grid {
    grid-template-columns: 2fr 1fr;
}

.timeline {
    display: grid;
    gap: 18px;
}

    .timeline div {
        padding: 16px 16px 16px 22px;
        border-left: 4px solid #38bdf8;
        background: #f8fafc;
        border-radius: 14px;
    }

    .timeline b,
    .timeline span {
        display: block;
    }

    .timeline b {
        color: #0f172a;
    }

    .timeline span {
        color: #64748b;
        margin-top: 4px;
    }

.circle-progress {
    width: 190px;
    height: 190px;
    border-radius: 50%;
    margin: 10px auto;
    background: radial-gradient(circle at center, white 58%, transparent 59%), conic-gradient(#38bdf8 0 76%, #e2e8f0 76% 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .circle-progress strong {
        color: #0f172a;
        font-size: 42px;
    }

    .circle-progress span {
        color: #64748b;
    }

@media (max-width: 1100px) {
    .erp-demo-page {
        grid-template-columns: 1fr;
    }

    .erp-sidebar {
        position: static;
        height: auto;
    }

    .erp-sidebar-footer {
        position: static;
        margin-top: 22px;
    }

    .kpi-grid-advanced,
    .content-grid,
    .production-grid {
        grid-template-columns: 1fr;
    }

    .erp-topbar {
        flex-direction: column;
        align-items: flex-start;
    }

    .bar-line {
        grid-template-columns: 1fr;
    }
}

.erp-menu button {
    position: relative;
    overflow: hidden;
    width: 100%;
    border: 0;
    background: transparent;
    color: #cbd5e1;
    text-align: left;
    padding: 14px 16px;
    border-radius: 14px;
    font-weight: 700;
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
    cursor: pointer;
}

    .erp-menu button::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(90deg, rgba(56, 189, 248, 0.25), transparent);
        opacity: 0;
        transform: translateX(-40%);
        transition: opacity 0.25s ease, transform 0.25s ease;
    }

    .erp-menu button span,
    .erp-menu button {
        z-index: 1;
    }

        .erp-menu button span {
            position: relative;
            display: inline-flex;
            width: 30px;
            transition: transform 0.25s ease;
        }

        .erp-menu button:hover {
            color: #ffffff;
            transform: translateX(6px);
            background: rgba(56, 189, 248, 0.12);
            box-shadow: inset 4px 0 0 #38bdf8;
        }

            .erp-menu button:hover::before {
                opacity: 1;
                transform: translateX(0);
            }

            .erp-menu button:hover span {
                transform: scale(1.18) rotate(-4deg);
            }

        .erp-menu button.active {
            background: rgba(56, 189, 248, 0.20);
            color: #ffffff;
            box-shadow: inset 4px 0 0 #38bdf8;
        }

            .erp-menu button.active::after {
                content: "";
                position: absolute;
                right: 14px;
                top: 50%;
                width: 8px;
                height: 8px;
                border-radius: 50%;
                background: #38bdf8;
                transform: translateY(-50%);
                box-shadow: 0 0 0 6px rgba(56, 189, 248, 0.15);
            }

.fade-content {
    animation: fadeUp 0.35s ease both;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* CSS adicional para colar no FINAL do app.css atual */
.erp-live-demo .compact-topbar {
    margin-bottom: 24px;
}

    .erp-live-demo .compact-topbar h1 {
        font-size: 34px;
        margin: 0 0 6px;
    }

    .erp-live-demo .compact-topbar p {
        margin: 0;
        font-size: 15px;
    }

.topbar-actions {
    display: flex;
    gap: 10px;
    align-items: center;
}

.erp-select, .search-box input, .demo-modal input, .demo-modal select, .demo-modal textarea {
    border: 1px solid #dbe3ef;
    border-radius: 10px;
    background: #fff;
    color: #334155;
    padding: 11px 12px;
    outline: none;
}

.erp-secondary-button {
    border: 1px solid #dbe3ef;
    border-radius: 10px;
    background: #fff;
    color: #475569;
    font-weight: 800;
    padding: 10px 14px;
    cursor: pointer;
}

.ms-auto {
    margin-left: auto;
}

.sidebar-user-mini {
    display: flex;
    gap: 12px;
    align-items: center;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 16px;
    padding: 12px;
    background: rgba(15,23,42,.35);
}

    .sidebar-user-mini strong, .sidebar-user-mini span {
        display: block;
    }

    .sidebar-user-mini span {
        color: #22c55e;
        font-size: 12px;
    }

.dashboard-cards-grid {
    grid-template-columns: 1.2fr 1fr;
}

.dashboard-card-wide {
    min-height: 250px;
}

.fake-chart-line {
    height: 190px;
    margin-top: 10px;
    background: linear-gradient(180deg,#f8fbff,#fff);
    border-radius: 18px;
    overflow: hidden;
}

    .fake-chart-line svg {
        width: 100%;
        height: 100%;
    }

.donut-row {
    display: flex;
    align-items: center;
    gap: 22px;
}

    .donut-row.mini {
        justify-content: center;
    }

.donut-chart {
    width: 145px;
    height: 145px;
    border-radius: 50%;
    background: radial-gradient(circle at center,#fff 0 48%,transparent 49%), conic-gradient(#3b82f6 0 34%,#f59e0b 34% 58%,#10b981 58% 82%,#06b6d4 82% 100%);
    box-shadow: inset 0 0 0 1px #e5e7eb;
}

    .donut-chart.small {
        width: 110px;
        height: 110px;
    }

.donut-legend {
    display: grid;
    gap: 8px;
    min-width: 170px;
}

    .donut-legend p {
        display: flex;
        align-items: center;
        gap: 8px;
        justify-content: space-between;
        margin: 0;
        color: #475569;
        font-size: 13px;
    }

    .donut-legend i {
        width: 9px;
        height: 9px;
        border-radius: 50%;
        display: inline-block;
        margin-right: 4px;
    }

.blue-dot {
    background: #3b82f6;
}

.orange-dot {
    background: #f59e0b;
}

.green-dot {
    background: #10b981;
}

.teal-dot {
    background: #06b6d4;
}

.list-toolbar, .kanban-toolbar {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.search-box {
    min-width: 320px;
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #dbe3ef;
    border-radius: 12px;
    background: #fff;
    padding: 0 12px;
    color: #94a3b8;
}

    .search-box input {
        border: 0;
        padding: 11px 0;
        width: 100%;
    }

.action-table th:last-child, .action-table td:last-child {
    text-align: center;
    width: 130px;
}

.row-actions {
    display: flex;
    gap: 8px;
    justify-content: center;
}

    .row-actions button, .kanban-card-head button {
        border: 0;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background: #f1f5f9;
        color: #2563eb;
        cursor: pointer;
    }

        .row-actions button:hover {
            transform: translateY(-1px);
            background: #e0f2fe;
        }

    .row-actions .danger, .kanban-card .danger {
        color: #ef4444;
        background: #fff1f2;
    }

.kanban-board {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 16px;
}

.kanban-column {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 14px;
}

    .kanban-column h3 {
        font-size: 15px;
        color: #0f172a;
        margin: 0 0 14px;
    }

        .kanban-column h3 span {
            color: #64748b;
        }

.kanban-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 12px;
    box-shadow: 0 10px 25px rgba(15,23,42,.05);
}

.kanban-card-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.kanban-card h4 {
    margin: 8px 0 4px;
    color: #0f172a;
    font-size: 14px;
}

.kanban-card p, .kanban-card small {
    color: #64748b;
    margin: 0;
}

.progress-line {
    height: 8px;
    background: #e2e8f0;
    border-radius: 999px;
    overflow: hidden;
    margin: 14px 0;
}

    .progress-line i {
        display: block;
        height: 100%;
        width: var(--w);
        background: #3b82f6;
        border-radius: 999px;
    }

.card-actions {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

    .card-actions button {
        border: 0;
        border-radius: 9px;
        padding: 7px 10px;
        background: #eff6ff;
        color: #2563eb;
        font-weight: 800;
        cursor: pointer;
    }

.finance-tabs {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 18px;
}

    .finance-tabs button {
        border: 0;
        background: #fff;
        border-bottom: 2px solid transparent;
        padding: 12px 18px;
        color: #64748b;
        font-weight: 800;
        cursor: pointer;
    }

        .finance-tabs button.active {
            color: #2563eb;
            border-bottom-color: #2563eb;
        }

.finance-grid {
    display: grid;
    grid-template-columns: 1fr 260px;
    gap: 20px;
}

.summary-card {
    display: grid;
    gap: 10px;
    align-content: start;
}

    .summary-card h3 {
        margin: 0 0 10px;
        color: #0f172a;
    }

    .summary-card span {
        color: #64748b;
        font-size: 13px;
    }

    .summary-card strong {
        font-size: 22px;
        color: #0f172a;
    }

.ok-text {
    color: #16a34a !important;
}

.warn-text {
    color: #f59e0b !important;
}

.danger-text {
    color: #ef4444 !important;
}

.modal-backdrop-demo {
    position: fixed;
    inset: 0;
    background: rgba(15,23,42,.66);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    padding: 20px;
}

.demo-modal {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 35px 90px rgba(0,0,0,.28);
    width: min(520px,96vw);
    padding: 26px;
    position: relative;
    animation: modalIn .2s ease both;
}

    .demo-modal h3 {
        margin: 0 0 20px;
        color: #0f172a;
    }

    .demo-modal label {
        display: block;
        color: #475569;
        font-size: 13px;
        font-weight: 800;
        margin: 12px 0 6px;
    }

    .demo-modal input, .demo-modal select, .demo-modal textarea {
        width: 100%;
    }

    .demo-modal textarea {
        min-height: 90px;
        resize: vertical;
    }

.modal-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.modal-close {
    position: absolute;
    right: 16px;
    top: 14px;
    border: 0;
    background: transparent;
    font-size: 24px;
    color: #94a3b8;
    cursor: pointer;
}

.modal-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 20px;
}

    .modal-actions.center {
        justify-content: center;
    }

.delete-modal {
    text-align: center;
    max-width: 430px;
}

.warning-icon {
    width: 74px;
    height: 74px;
    margin: 0 auto 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fee2e2;
    color: #ef4444;
    font-size: 34px;
}

.delete-modal p {
    color: #475569;
    margin: 0 0 8px;
}

.delete-modal small {
    color: #94a3b8;
}

.danger-button {
    border: 0;
    border-radius: 10px;
    background: #ef4444;
    color: #fff;
    padding: 10px 16px;
    font-weight: 900;
    cursor: pointer;
}

@keyframes modalIn {
    from {
        opacity: 0;
        transform: translateY(12px) scale(.98);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@media (max-width: 1100px) {
    .dashboard-cards-grid, .kanban-board, .finance-grid {
        grid-template-columns: 1fr;
    }

    .list-toolbar, .kanban-toolbar, .topbar-actions {
        flex-wrap: wrap;
    }

    .search-box {
        min-width: 100%;
    }

    .ms-auto {
        margin-left: 0;
    }
}

.web-modern-wrapper {
    margin-top: 30px;
}

.web-modern-header {
    margin-bottom: 20px;
}

    .web-modern-header h2 {
        font-size: 28px;
        color: #0f172a;
        font-weight: 900;
    }

    .web-modern-header p {
        color: #64748b;
    }

.web-modern-highlight img {
    transform: scale(1.02);
    box-shadow: 0 40px 120px rgba(56,189,248,0.35);
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 30px 80px rgba(0,0,0,0.15);
    margin-bottom: 25px;
}

.web-modern-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.web-modern-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 12px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    transition: all 0.25s ease;
}

    .web-modern-card:hover {
        transform: translateY(-6px) scale(1.02);
    }

    .web-modern-card span {
        display: block;
        font-weight: 800;
        color: #0f172a;
        margin-bottom: 10px;
    }

    .web-modern-card img {
        width: 100%;
        border-radius: 12px;
    }
.web-modern-wrapper {
    margin-top: 36px;
    padding: 34px;
    border-radius: 28px;
    background: linear-gradient(135deg, #0f172a, #1e293b 45%, #e0f2fe);
    box-shadow: 0 28px 80px rgba(15, 23, 42, 0.22);
}

.web-modern-header {
    margin-bottom: 30px;
    color: #ffffff;
}

    .web-modern-header h2 {
        font-size: 34px;
        font-weight: 900;
        margin-bottom: 8px;
    }

    .web-modern-header p {
        color: #cbd5e1;
        font-size: 17px;
    }

.web-modern-showcase {
    display: flex;
    flex-direction: column;
    gap: 34px;
}

.web-modern-screen {
    background: rgba(255,255,255,0.92);
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 24px;
    padding: 18px;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.20);
    backdrop-filter: blur(16px);
    transform-origin: center;
    animation: revealModernScreen both;
    animation-timeline: view();
    animation-range: entry 10% cover 35%;
}

    .web-modern-screen span {
        display: block;
        font-size: 18px;
        font-weight: 900;
        color: #0f172a;
        margin-bottom: 14px;
    }

    .web-modern-screen img {
        width: 100%;
        display: block;
        border-radius: 18px;
        box-shadow: 0 18px 50px rgba(15, 23, 42, 0.14);
    }

    .web-modern-screen:nth-child(even) {
        transform-origin: left center;
    }

    .web-modern-screen:nth-child(odd) {
        transform-origin: right center;
    }

@keyframes revealModernScreen {
    from {
        opacity: 0;
        transform: translateY(90px) scale(0.94);
        filter: blur(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }
}

.web-modern-screen:hover {
    transform: scale(1.015);
    box-shadow: 0 34px 90px rgba(15, 23, 42, 0.28);
}

@media (max-width: 900px) {
    .web-modern-wrapper {
        padding: 22px;
    }

    .web-modern-header h2 {
        font-size: 26px;
    }

    .web-modern-screen {
        padding: 12px;
    }
}
.hero-section {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

    .hero-section::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(90deg, rgba(15, 23, 42, 0.96) 0%, rgba(15, 23, 42, 0.88) 42%, rgba(15, 23, 42, 0.55) 100%), radial-gradient(circle at 80% 30%, rgba(56, 189, 248, 0.25), transparent 35%);
        z-index: -1;
    }

.hero-content {
    position: relative;
    z-index: 3;
}

.hero-bg-showcase {
    position: absolute;
    top: 90px;
    right: -120px;
    width: 760px;
    height: 520px;
    z-index: 1;
    pointer-events: auto;
    opacity: 0.42;
}

    .hero-bg-showcase img {
        position: absolute;
        width: 560px;
        border-radius: 24px;
        box-shadow: 0 35px 90px rgba(0, 0, 0, 0.35);
        border: 1px solid rgba(255, 255, 255, 0.28);
        animation: heroFloat 18s ease-in-out infinite;
    }

        .hero-bg-showcase img:nth-child(1) {
            top: 0;
            right: 40px;
            animation-delay: 0s;
        }

        .hero-bg-showcase img:nth-child(2) {
            top: 120px;
            right: 220px;
            animation-delay: -4s;
        }

        .hero-bg-showcase img:nth-child(3) {
            top: 240px;
            right: 0;
            animation-delay: -8s;
        }

        .hero-bg-showcase img:nth-child(4) {
            top: 340px;
            right: 260px;
            animation-delay: -12s;
        }

        .hero-bg-showcase img:nth-child(5) {
            top: 430px;
            right: 80px;
            animation-delay: -16s;
        }

@keyframes heroFloat {
    0%, 100% {
        transform: translateY(0) scale(1);
        opacity: 0.35;
    }

    50% {
        transform: translateY(-26px) scale(1.04);
        opacity: 0.7;
    }
}

@media (max-width: 1000px) {
    .hero-bg-showcase {
        opacity: 0.18;
        right: -320px;
        width: 650px;
    }

        .hero-bg-showcase img {
            width: 500px;
        }
}

@media (max-width: 700px) {
    .hero-bg-showcase {
        display: none;
    }
}

.hero-bg-showcase img {
    transition: all 0.35s ease;
    cursor: pointer;
}

    .hero-bg-showcase img:hover {
        transform: scale(1.08) translateY(-10px);
        opacity: 1 !important;
        z-index: 5;
        box-shadow: 0 50px 140px rgba(56, 189, 248, 0.45);
        border: 1px solid rgba(56, 189, 248, 0.6);
    }
.mobile-showcase {
    position: relative;
    overflow: visible;
    margin-top: 42px;
    padding: 80px 40px 95px;
    border-radius: 36px;
    text-align: center;
    background: radial-gradient(circle at 50% 0%, rgba(56, 189, 248, 0.18), transparent 42%), linear-gradient(180deg, #eef8ff 0%, #f8fafc 45%, #ffffff 100%);
    border: 1px solid #dbeafe;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.08);
}

    .mobile-showcase::before {
        content: "ERP no celular";
        display: inline-block;
        margin-bottom: 28px;
        padding: 9px 16px;
        border-radius: 999px;
        background: #e0f2fe;
        color: #0369a1;
        font-size: 14px;
        font-weight: 800;
    }

.mobile-main {
    position: relative;
    z-index: 2;
}

    .mobile-main img {
        width: 320px;
        max-width: 72vw;
        border-radius: 34px;
        box-shadow: 0 32px 90px rgba(15, 23, 42, 0.22);
        transform: scale(1.05);
        transition: all 0.35s ease;
    }

.mobile-row {
    position: relative;
    z-index: 5;
    margin-top: 34px;
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
}

    .mobile-row img {
        position: relative;
        z-index: 6;
        width: 190px;
        max-width: 42vw;
        opacity: 0.88;
        border-radius: 28px;
        box-shadow: 0 24px 70px rgba(15, 23, 42, 0.18);
        transition: all 0.35s ease;
    }

        .mobile-row img:hover {
            z-index: 50;
            opacity: 1;
            transform: scale(1.08) translateY(-12px);
            box-shadow: 0 34px 95px rgba(56, 189, 248, 0.35);
        }

@media (max-width: 900px) {
    .mobile-showcase {
        padding: 52px 18px 70px;
        border-radius: 26px;
    }

    .mobile-row img {
        width: 155px;
    }
}

.cards-grid {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.info-card {
    position: relative;
    padding: 28px;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 15px 40px rgba(0,0,0,0.05);
    transition: all 0.35s ease;
    overflow: hidden;
}

    /*  linha animada no topo */
    .info-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 4px;
        width: 0%;
        background: linear-gradient(90deg, #38bdf8, #6366f1);
        transition: width 0.35s ease;
    }

    /*  hover principal */
    .info-card:hover {
        transform: translateY(-10px) scale(1.02);
        box-shadow: 0 30px 80px rgba(15,23,42,0.12);
    }

        /* ativa a linha */
        .info-card:hover::before {
            width: 100%;
        }

    /* glow leve */
    .info-card:hover {
        border-color: rgba(56,189,248,0.4);
    }

    /* título */
    .info-card h3 {
        font-size: 20px;
        font-weight: 800;
        color: #0f172a;
        margin-bottom: 10px;
    }

    /* texto */
    .info-card p {
        color: #64748b;
        line-height: 1.5;
    }

/* animação ao aparecer (scroll) */
.reveal {
    opacity: 0;
    transform: translateY(40px);
    animation: revealCard both;
    animation-timeline: view();
    animation-range: entry 10% cover 30%;
}

@keyframes revealCard {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* responsivo */
@media (max-width: 900px) {
    .cards-grid {
        grid-template-columns: 1fr;
    }
}

.steps {
    margin-top: 42px;
    position: relative;
}

.step {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 15px 40px rgba(15, 23, 42, 0.06);
    transition: all 0.35s ease;
}

    .step::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at top right, rgba(56, 189, 248, 0.18), transparent 36%);
        opacity: 0;
        transition: opacity 0.35s ease;
    }

    .step:hover {
        transform: translateY(-10px) scale(1.02);
        border-color: rgba(56, 189, 248, 0.45);
        box-shadow: 0 32px 85px rgba(15, 23, 42, 0.13);
    }

        .step:hover::before {
            opacity: 1;
        }

    .step strong {
        position: relative;
        z-index: 1;
        display: inline-flex;
        width: 54px;
        height: 54px;
        align-items: center;
        justify-content: center;
        border-radius: 16px;
        background: linear-gradient(135deg, #38bdf8, #2563eb);
        color: #ffffff;
        font-size: 20px;
        font-weight: 900;
        box-shadow: 0 16px 35px rgba(37, 99, 235, 0.28);
    }

    .step h3,
    .step p {
        position: relative;
        z-index: 1;
    }

.reveal-step {
    opacity: 0;
    transform: translateY(42px);
    animation: revealStep both;
    animation-timeline: view();
    animation-range: entry 10% cover 30%;
}

@keyframes revealStep {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.contact-form {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    max-width: 500px;
}

    .contact-form input,
    .contact-form textarea {
        padding: 14px;
        border-radius: 10px;
        border: 1px solid #cbd5e1;
    }

    .contact-form textarea {
        min-height: 120px;
    }

    .contact-form button {
        padding: 14px;
        border: none;
        border-radius: 10px;
        background: linear-gradient(90deg, #38bdf8, #2563eb);
        color: white;
        font-weight: bold;
        cursor: pointer;
    }

.success-msg {
    color: green;
    font-weight: bold;
}

.site-footer {
    position: relative;
    padding: 34px 8%;
    background: #0f172a;
    color: #e5e7eb;
    border-top: 1px solid rgba(255,255,255,0.08);
}

.footer-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    flex-wrap: wrap;
}

.site-footer strong {
    color: #ffffff;
}

.site-footer p {
    margin: 8px 0 0;
    color: #94a3b8;
}

.footer-links {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

    .footer-links a {
        color: #cbd5e1;
        text-decoration: none;
        font-weight: 600;
    }

        .footer-links a:hover {
            color: #38bdf8;
        }

.footer-made {
    display: flex;
    flex-direction: column;
    gap: 4px;
    color: #cbd5e1;
}

.back-to-top {
    position: fixed;
    right: 26px;
    bottom: 96px;
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 50%;
    background: #38bdf8;
    color: #0f172a;
    font-size: 24px;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 16px 40px rgba(56,189,248,0.35);
    z-index: 80;
}

    .back-to-top:hover {
        transform: translateY(-4px);
    }

@media (max-width: 700px) {
    .footer-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .back-to-top {
        right: 18px;
        bottom: 88px;
    }
}
.legal-content {
    max-width: 800px;
    margin-top: 30px;
}

    .legal-content h3 {
        margin-top: 28px;
        font-size: 20px;
        color: #0f172a;
    }

    .legal-content p {
        margin-top: 10px;
        color: #475569;
        line-height: 1.6;
    }
html {
    scroll-behavior: smooth;
}

html {
    scroll-behavior: smooth;
}

.landing-section {
    scroll-margin-top: 90px;
}

.site-nav a {
    white-space: nowrap;
}

    .site-nav a:hover {
        color: #0284c7;
    }

/* Ajuste para CTA dentro de cards escuros */
.highlight-box .hero-actions {
    margin-top: 22px;
}

.contact-box a {
    color: #0284c7;
    font-weight: 800;
    text-decoration: none;
}

    .contact-box a:hover {
        text-decoration: underline;
    }

.btn-secondary {
    color: #0f172a;
}

.hero-section .btn-secondary,
.home-cta .btn-secondary {
    color: #ffffff;
}

.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-logo img {
    height: 90px;
    width: auto;
    display: block;
}

    /* opcional: hover leve */
    .site-logo img:hover {
        transform: scale(1.05);
        transition: 0.2s;
    }
.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 80px; 
    height: 100px;
}

.error-msg {
    color: #dc2626;
    font-weight: 700;
}

.success-msg {
    color: #16a34a;
    font-weight: 700;
}