/* Services page — standalone layout linked from services.php after css/geral.css. */

html, body { overflow-x: hidden; overflow-y: auto; height: auto; }
body { padding: 40px 20px; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; min-height: 100vh; background: #383431; }
.page-card { max-width: 840px; width: 100%; text-align: left; }
.page-card h1 { font-size: 2rem; margin-bottom: 8px; color: #fff; text-align: center; }
.page-card .intro-subtitle { text-align: center; color: #aaa; margin-bottom: 32px; font-size: 1rem; }
.service { background: rgba(255,255,255,0.05); border-radius: 12px; padding: 28px; margin-bottom: 20px; border: 1px solid rgba(255,255,255,0.08); backdrop-filter: blur(8px); }
.service h2 { font-size: 1.25rem; margin-bottom: 10px; color: #fff; display: flex; align-items: center; justify-content: space-between; }
.service h2 .badge { font-size: 0.75rem; color: #93c5fd; background: rgba(37,99,235,0.15); border: 1px solid rgba(59,130,246,0.3); padding: 3px 10px; border-radius: 12px; font-weight: normal; }
.service p { line-height: 1.7; color: #aaa; font-size: 0.95rem; margin-bottom: 12px; }
.service ul { margin: 0; padding-left: 20px; color: #ccc; font-size: 0.9rem; line-height: 1.6; }
.service li { margin-bottom: 4px; }
.cta-box { margin-top: 32px; padding: 28px; background: rgba(37,99,235,0.1); border: 1px solid rgba(59,130,246,0.3); border-radius: 12px; text-align: center; }
.cta-box h3 { color: #fff; font-size: 1.2rem; margin-bottom: 8px; }
.cta-box p { color: #cbd5e1; margin-bottom: 20px; font-size: 0.95rem; }
.cta-box .cta-row { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.cta-btn { display: inline-block; padding: 12px 28px; background: #2563eb; color: #fff; border-radius: 8px; text-decoration: none; font-weight: 500; font-size: 0.95rem; }
.cta-btn:hover { background: #1d4ed8; color: #fff; }
.cta-btn.retainer-cta { background: #2563eb; border: none; cursor: pointer; }
.back-link { display: inline-flex; align-items: center; min-height: 44px; margin-top: 24px; color: #aaa; text-decoration: none; font-size: 0.9rem; }
.back-link:hover { color: #fff; }

/* SLA comparison matrix */
.service-sla-container { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); border-radius: 12px; padding: 28px; margin-bottom: 24px; backdrop-filter: blur(8px); }
.service-sla-container h2 { font-size: 1.4rem; color: #fff; margin-top: 0; margin-bottom: 8px; text-align: center; }
.service-sla-container .sla-subtitle { color: #aaa; font-size: 0.9rem; text-align: center; margin-bottom: 24px; }
.sla-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.sla-table { width: 100%; border-collapse: collapse; text-align: left; font-size: 0.88rem; color: #e2e8f0; min-width: 600px; }
.sla-table thead tr { border-bottom: 2px solid rgba(255,255,255,0.15); background: rgba(255,255,255,0.06); }
.sla-table th { padding: 14px 16px; color: #fff; width: 34%; }
.sla-table th.tier-essencial { color: #93c5fd; text-align: center; width: 22%; }
.sla-table th.tier-profissional { color: #60a5fa; text-align: center; width: 22%; }
.sla-table th.tier-enterprise { color: #34d399; text-align: center; width: 22%; background: rgba(52,211,153,0.1); border-radius: 8px 8px 0 0; }
.sla-table th .pill-247 { display: inline-block; font-size: 0.65rem; background: #059669; color: #fff; padding: 2px 6px; border-radius: 10px; text-transform: uppercase; font-weight: 700; margin-left: 4px; }
.sla-table tbody tr { border-bottom: 1px solid rgba(255,255,255,0.06); }
.sla-table td { padding: 12px 16px; }
.sla-table td.td-label { font-weight: 600; }
.sla-table td.td-essencial { text-align: center; color: #94a3b8; }
.sla-table td.td-profissional { text-align: center; color: #cbd5e1; }
.sla-table td.td-enterprise { text-align: center; color: #34d399; font-weight: 600; background: rgba(52,211,153,0.05); }
.sla-table td.td-enterprise-rounded { border-radius: 0 0 8px 8px; }
