/* websnp-web-hosting-support-and-services — extracted from blade inline styles */
.svc-hero { background: linear-gradient(135deg, #1e3a5f 0%, #0d9488 100%); padding: 64px 0 48px; text-align: center; color: #fff; }
.svc-hero h1 { font-size: 2.3rem; font-weight: 800; margin-bottom: 14px; text-align: center; }
.svc-hero p { font-size: 1.05rem; opacity: .9; max-width: 640px; margin: 0 auto; }
.svc-section { max-width: 1100px; margin: 0 auto; padding: 48px 24px; }
.svc-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; margin-top: 28px; }
.svc-card { border: 1px solid #e2e8f0; border-radius: 14px; padding: 28px 24px; background: #fff; transition: all .25s; }
.svc-card:hover { border-color: #0d9488; box-shadow: 0 8px 30px rgba(13,148,136,.1); transform: translateY(-4px); }
.svc-card-icon { width: 52px; height: 52px; border-radius: 12px; background: #f0fdfa; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.svc-card-icon i { font-size: 1.4rem; color: #0d9488; }
.svc-card h3 { font-size: 1.1rem; font-weight: 700; color: #1e293b; margin-bottom: 10px; }
.svc-card p { font-size: .91rem; color: #475569; line-height: 1.65; margin-bottom: 14px; }
.svc-card ul { list-style: none; padding: 0; margin: 0 0 16px; }
.svc-card ul li { font-size: .87rem; color: #374151; padding: 4px 0; display: flex; gap: 8px; align-items: center; }
.svc-card ul li i { color: #16a34a; font-size: .8rem; flex-shrink: 0; }
.svc-card a.svc-link { display: inline-block; font-size: .88rem; font-weight: 600; color: #0f766e; text-decoration: none; border: 1.5px solid #0f766e; border-radius: 6px; padding: 8px 16px; transition: all .2s; } /* teal-700: #0d9488 on white was 3.74:1, fails WCAG AA (needs 4.5:1) */
.svc-card a.svc-link:hover { background: #0f766e; color: #fff; }
.support-channels { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-top: 28px; }
.support-channel { text-align: center; padding: 28px 20px; background: #f8faff; border: 1px solid #ccfbf1; border-radius: 14px; }
.support-channel i { font-size: 2rem; color: #0d9488; margin-bottom: 14px; display: block; }
.support-channel h3 { font-size: 1rem; font-weight: 700; color: #1e293b; margin-bottom: 6px; }
.support-channel p { font-size: .88rem; color: #475569; margin-bottom: 10px; line-height: 1.5; }
.support-channel .response-time { font-size: .78rem; background: #ccfbf1; color: #0f766e; border-radius: 20px; padding: 3px 10px; display: inline-block; font-weight: 600; }
.sla-table { width: 100%; border-collapse: collapse; margin-top: 20px; font-size: .9rem; }
.sla-table th { background: #1e3a5f; color: #fff; padding: 12px 16px; text-align: left; }
.sla-table th:first-child { border-radius: 8px 0 0 0; }
.sla-table th:last-child { border-radius: 0 8px 0 0; }
.sla-table td { padding: 11px 16px; border-bottom: 1px solid #e2e8f0; color: #374151; }
.sla-table tr:nth-child(even) td { background: #f8faff; }
.svc-cta { background: linear-gradient(135deg, #1e3a5f 0%, #0d9488 100%); border-radius: 16px; padding: 48px 32px; text-align: center; color: #fff; margin-top: 48px; }
.svc-cta h2 { font-size: 1.8rem; margin-bottom: 12px; }
.svc-cta p { opacity: .9; margin-bottom: 24px; }
.svc-btn { display: inline-block; padding: 14px 32px; border-radius: 8px; font-weight: 700; text-decoration: none; transition: all .2s; }
.svc-btn-white { background: #fff; color: #0d9488; }
.svc-btn-ghost { border: 2px solid rgba(255,255,255,.7); color: #fff; margin-left: 12px; }
.svc-btn-white:hover { background: #f0fdfa; }
.svc-btn-ghost:hover { background: rgba(255,255,255,.1); }
@@media(max-width:600px){ .svc-hero h1{font-size:1.7rem;} .svc-btn-ghost{margin:12px 0 0; display:block;} }

