/* Sistemas empresariais — página de serviço */

.hero-sistemas {
    background: linear-gradient(135deg, #0f172a 0%, #312e81 48%, #4338ca 100%);
    position: relative;
    overflow-x: hidden;
}

.hero-sistemas::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 80%, rgba(34, 211, 238, 0.12) 0%, transparent 45%),
        radial-gradient(circle at 85% 15%, rgba(129, 140, 248, 0.18) 0%, transparent 40%),
        url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="sys-grid" width="24" height="24" patternUnits="userSpaceOnUse"><path d="M 24 0 L 0 0 0 24" fill="none" stroke="rgba(255,255,255,0.06)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23sys-grid)"/></svg>');
    opacity: 1;
    pointer-events: none;
}

.hero-sistemas .hero-content {
    position: relative;
    z-index: 2;
}

.hero-sistemas .sys-accent {
    color: #67e8f9 !important;
    -webkit-text-fill-color: #67e8f9 !important;
}

.sys-pillars {
    margin-top: 0.25rem;
}

.sys-pillar {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    padding: 0.85rem 0.5rem;
    height: 100%;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.sys-pillar:hover {
    background: rgba(255, 255, 255, 0.11);
    border-color: rgba(103, 232, 249, 0.35);
}

.sys-pillar-icon {
    font-size: 1.35rem;
    color: #67e8f9;
    margin-bottom: 0.35rem;
}

.sys-pillar-title {
    font-weight: 600;
    font-size: 0.82rem;
    color: #fff;
    margin-bottom: 0.15rem;
}

.sys-panel {
    position: relative;
    z-index: 2;
}

.sys-glass-card {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 16px;
    padding: 1.5rem 1.75rem;
    color: rgba(255, 255, 255, 0.92);
}

.sys-glass-card h5 {
    color: #fff;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.sys-module-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sys-module-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sys-module-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.sys-module-icon {
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    border-radius: 8px;
    background: rgba(103, 232, 249, 0.15);
    color: #67e8f9;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.sys-module-icon i {
    display: block;
    line-height: 1;
    font-size: 0.9rem;
}

.sys-module-item strong {
    display: block;
    color: #e0e7ff;
    font-size: 0.9rem;
    margin-bottom: 0.15rem;
}

.sys-module-item > div > span {
    display: block;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.45;
}

.sys-section-head {
    text-align: center;
    max-width: 42rem;
    margin: 0 auto 2.5rem;
}

.sys-section-kicker {
    color: #4338ca;
    font-weight: 700;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.sys-intro {
    background: #fff;
}

.sys-intro-lead {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #475569;
    max-width: 48rem;
    margin: 0 auto;
    text-align: center;
}

.sys-card {
    background: #fff;
    border-radius: 16px;
    padding: 1.75rem;
    height: 100%;
    border: 1px solid #e2e8f0;
    box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.sys-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(67, 56, 202, 0.12);
    border-color: #c7d2fe;
}

.sys-card-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 12px;
    background: linear-gradient(135deg, #4338ca, #6366f1);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    margin-bottom: 1rem;
}

.sys-card h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.65rem;
}

.sys-card p {
    color: #64748b;
    font-size: 0.92rem;
    line-height: 1.6;
    margin-bottom: 0;
}

.sys-compare {
    background: #f8fafc;
}

.sys-compare-card {
    background: #fff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 6px 24px rgba(15, 23, 42, 0.05);
}

.sys-compare-card--featured {
    border-color: #818cf8;
    box-shadow: 0 12px 32px rgba(67, 56, 202, 0.14);
}

.sys-compare-head {
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid #e2e8f0;
    background: #f8fafc;
}

.sys-compare-card--featured .sys-compare-head {
    background: linear-gradient(135deg, #4338ca, #6366f1);
    border-bottom-color: transparent;
    color: #fff;
}

.sys-compare-head h3 {
    font-size: 1.05rem;
    font-weight: 700;
    margin: 0;
}

.sys-compare-badge {
    display: inline-block;
    margin-top: 0.35rem;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.2);
    color: #e0e7ff;
}

.sys-compare-body {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sys-compare-row {
    display: grid;
    grid-template-columns: 7.5rem 1fr;
    gap: 0.75rem;
    padding: 0.85rem 1.5rem;
    border-bottom: 1px solid #f1f5f9;
    font-size: 0.9rem;
}

.sys-compare-row:last-child {
    border-bottom: 0;
}

.sys-compare-row dt {
    font-weight: 700;
    color: #64748b;
    margin: 0;
}

.sys-compare-row dd {
    color: #0f172a;
    margin: 0;
    line-height: 1.5;
}

.sys-feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 1rem;
}

.sys-feature-item {
    display: flex;
    gap: 0.85rem;
    align-items: flex-start;
    padding: 1.1rem 1.15rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.sys-feature-item:hover {
    border-color: #c7d2fe;
    box-shadow: 0 8px 20px rgba(67, 56, 202, 0.08);
}

.sys-feature-item i {
    flex-shrink: 0;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 8px;
    background: #eef2ff;
    color: #4338ca;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
}

.sys-feature-item strong {
    display: block;
    color: #0f172a;
    font-size: 0.92rem;
    margin-bottom: 0.2rem;
}

.sys-feature-item span {
    display: block;
    color: #64748b;
    font-size: 0.85rem;
    line-height: 1.5;
}

.sys-project-card {
    display: block;
    height: 100%;
    text-decoration: none;
    color: inherit;
    background: #fff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.sys-project-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.1);
    border-color: #c7d2fe;
    color: inherit;
}

.sys-project-top {
    padding: 1.25rem 1.35rem 0.75rem;
    background: linear-gradient(135deg, #eef2ff 0%, #f8fafc 100%);
    border-bottom: 1px solid #e2e8f0;
}

.sys-project-tag {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #4338ca;
    background: #e0e7ff;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    margin-bottom: 0.5rem;
}

.sys-project-top h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
}

.sys-project-body {
    padding: 1rem 1.35rem 1.25rem;
}

.sys-project-body p {
    color: #64748b;
    font-size: 0.9rem;
    line-height: 1.55;
    margin: 0;
}

.sys-project-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: 0.85rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: #4338ca;
}

.sys-brazil-cta {
    background: linear-gradient(135deg, #0f172a 0%, #312e81 100%);
    border-radius: 20px;
    padding: 2.5rem 2rem;
    color: #fff;
    text-align: center;
}

.sys-brazil-cta h2 {
    font-size: clamp(1.25rem, 2.5vw, 1.65rem);
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.sys-brazil-cta p {
    color: rgba(255, 255, 255, 0.78);
    max-width: 36rem;
    margin: 0 auto 1.5rem;
    line-height: 1.6;
}

.sys-brazil-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}

.sys-brazil-actions .btn-light {
    font-weight: 600;
}

.sys-related-links {
    font-size: 0.95rem;
    color: #64748b;
    text-align: center;
}

@media (max-width: 767.98px) {
    .sys-compare-row {
        grid-template-columns: 1fr;
        gap: 0.25rem;
    }

    .sys-glass-card {
        margin-top: 1.5rem;
    }
}
