/*
Theme Name: JRWL Consulting
Theme URI: https://jrwlconsulting.com/
Author: JRWL Consulting LLC
Author URI: https://jrwlconsulting.com/
Description: A modern MSP & IT consulting theme for JRWL Consulting LLC in Winston-Salem, NC.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: jrwl-consulting
*/

body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #f4f6f9;
  color: #0a2a43;
}

a {
  color: #1e90ff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.site-header {
  background: #0a2a43;
  color: #ffffff;
  padding: 16px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-branding {
  display: flex;
  align-items: center;
  gap: 12px;
}

.site-branding svg {
  height: 40px;
}

.site-title-text {
  font-weight: 700;
  font-size: 1.2rem;
}

.site-nav a {
  color: #ffffff;
  margin-left: 20px;
  font-weight: 500;
}

.hero {
  padding: 80px 20px;
  text-align: center;
  background: radial-gradient(circle at top left, #1e90ff, #0a2a43);
  color: #ffffff;
}

.hero h1 {
  font-size: 2.6rem;
  margin-bottom: 10px;
}

.hero p {
  font-size: 1.05rem;
  max-width: 640px;
  margin: 0 auto 20px;
}

.hero .cta-buttons a {
  display: inline-block;
  margin: 0 10px;
  padding: 12px 26px;
  border-radius: 999px;
  font-weight: 600;
}

.hero .btn-primary {
  background: #ffffff;
  color: #0a2a43;
}

.hero .btn-secondary {
  border: 1px solid #ffffff;
  color: #ffffff;
}

.section {
  padding: 60px 20px;
  max-width: 1100px;
  margin: 0 auto;
}

.section-title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 2rem;
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.card {
  background: #ffffff;
  border-radius: 10px;
  padding: 24px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
}

.card h3 {
  margin-top: 0;
}

.footer {
  background: #0a2a43;
  color: #ffffff;
  text-align: center;
  padding: 20px;
  margin-top: 40px;
}

.main-content {
  max-width: 900px;
  margin: 40px auto;
  padding: 24px 20px 40px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
}

.main-content h1,
.main-content h2,
.main-content h3 {
  color: #0a2a43;
}

.post-meta {
  font-size: 0.9rem;
  color: #6c7a89;
  margin-bottom: 20px;
}