:root {
  --accent: #1f75ff;
  --muted: #6b7280;
  --bg: #f8fafc;
  --card: #ffffff;
}

body {
  font-family: Inter, system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial;
  margin: 0;
  background: var(--bg);
  color: #111827;
  line-height: 1.6;
}

.wrap {
  max-width: 1160px;
  margin: 24px auto;
  padding: 12px;
}

.logo {
  font-weight: 700;
  color: var(--accent);
  font-size: 24px;
  letter-spacing: -1.3px;
  line-height: 1.25;
}

.lead {
  margin: 5px 0;
  color: var(--muted);
}

.hero {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 20px;
  margin-top: 20px;
}

.card {
  background: var(--card);
  border-radius: 12px;
  padding: 18px;
  box-shadow: 0 6px 20px rgba(15,23,42,.06);
}

h1 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
  margin: 10px 0 12px;
  color: #111827;
  letter-spacing: -0.5px;
}

/* Below MD (≤768px) → reduce exactly 10px */

@media (max-width: 768px) {
  h1 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: -0.3px;
  }
}

/* ---------------------- */

/* Modern H2 */

/* ---------------------- */

h2 {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.32;
  margin: 28px 0 10px;
  color: #1f2937;
  letter-spacing: -0.3px;
}

/* Below MD (≤768px) */

@media (max-width: 768px) {
  h2 {
    font-size: 20px;
    margin-top: 24px;
  }
}

/* ---------------------- */

/* Modern H3 */

/* ---------------------- */

h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  margin: 22px 0 8px;
  color: #374151;
  letter-spacing: -0.2px;
}

/* Below MD */

@media (max-width: 768px) {
  h3 {
    font-size: 17px;
    margin-top: 18px;
  }
}

p {
  margin: 0 0 12px;
}

ul, ol {
  margin: 0 0 12px 20px;
}

.image {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.tag {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 999px;
  background: #c3cdeb;
  color: #1a4ed8;
  font-weight: 600;
  font-size: 13px;
}

.cta {
  display: inline-block;
  padding: 10px 14px;
  background: var(--accent);
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
}

.meta {
  font-size: 14px;
  color: var(--muted);
}

footer {
  margin-top: 28px;
  text-align: center;
  color: var(--muted);
  font-size: 13px;
}

@media (max-width:900px) {
  .hero {
    grid-template-columns: 1fr;
  }
}

@media (max-width:900px) {
  .image {
    height: 200px;
  }
}

/* Hidden SEO blocks */

.hidden-seo {
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  font-size: 0.1px;
}

/* ------------------------------   Global Page Structure-------------------------------- */

/* ------------------------------   Headings-------------------------------- */

/* ------------------------------   Paragraphs + Lists-------------------------------- */

/* ------------------------------   FAQ-------------------------------- */

/* ------------------------------   Call Number Styling-------------------------------- */

/* ------------------------------   CTA BOX-------------------------------- */

/* ------------------------------   Troubleshooting Packs-------------------------------- */

/* ------------------------------   Internal Links + Glossary-------------------------------- */

/* ------------------------------   Grid Layout (Chat vs Phone)-------------------------------- */

/* ------------------------------   Images-------------------------------- */

/* ------------------------------   Hidden SEO Block-------------------------------- */

/* ------------------------------   Footer-------------------------------- */

/* ------------------------------   Global Page Structure-------------------------------- */

body {
  color: #1f2937;
  line-height: 1.6;
  background: #ffffff;
  margin: 0;
  padding: 0;
}

/* ------------------------------   Headings-------------------------------- */

h2.section-title {
  font-size: 1.55rem;
  margin-top: 40px;
}

h3 {
  font-size: 1.15rem;
  margin-top: 0;
}

/* ------------------------------   Paragraphs + Lists-------------------------------- */

p, .section-text, .faq-answer {
  margin: 0 0 16px;
  font-size: 1.05rem;
  color: #374151;
}

ul, ol {
  margin: 0 0 22px 20px;
  padding: 0;
}

ul li, ol li {
  margin: 6px 0;
  line-height: 1.65;
  font-size: 1.03rem;
}

/* ------------------------------   FAQ-------------------------------- */

.faq-section {
  margin-top: 40px;
}

.faq-item {
  margin-bottom: 28px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e5e7eb;
}

.faq-question {
  margin: 0 0 8px;
  font-weight: 600;
  font-size: 1.15rem;
}

.faq-answer {
  margin: 0;
}

/* ------------------------------   Call Number Styling-------------------------------- */

.call-number {
  color: #1A8917;
  font-weight: 700;
  letter-spacing: 0.3px;
}

.call-number.big {
  font-size: 1.55rem;
  display: inline-block;
  margin-top: 6px;
}

/* ------------------------------   CTA BOX-------------------------------- */

.cta-section {
  background: #f1f5f9;
  border-left: 4px solid #8491b8;
  padding: 22px 20px;
  border-radius: 8px;
  margin-top: 40px;
}

.cta-section .bullet-list li {
  line-height: 1.6;
}

.cta-number {
  margin-top: 16px;
  font-size: 1.2rem;
  font-weight: 600;
}

/* ------------------------------   Troubleshooting Packs-------------------------------- */

.troubleshoot-pack {
  margin-top: 45px;
}

.pack-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 20px 0 12px;
  color: #1f2937;
}

/* ------------------------------   Internal Links + Glossary-------------------------------- */

.internal-links ul, .internal-list {
  margin-left: 18px;
}

.glossary-section {
  margin-top: 40px;
}

.glossary-list dt {
  font-weight: 700;
  margin-top: 14px;
}

.glossary-list dd {
  margin-left: 18px;
  margin-bottom: 10px;
  color: #4b5563;
}

/* ------------------------------   Grid Layout (Chat vs Phone)-------------------------------- */

/* ------------------------------   Images-------------------------------- */

.image {
  width: 100%;
  max-height: 340px;
  object-fit: cover;
  margin: 22px 0;
}

/* ------------------------------   Hidden SEO Block-------------------------------- */

.hidden-seo {
  font-size: 0.0001px;
  color: transparent;
  opacity: 0;
  height: 1px;
  overflow: hidden;
  pointer-events: none;
  user-select: none;
}

/* ------------------------------   Footer-------------------------------- */

footer {
  max-width: 1050px;
  margin: 0 auto;
  font-size: 0.9rem;
  color: #6b7280;
  margin-top: 20px;
  padding: 10px;
  line-height: 1.6;
}

footer .meta {
  font-weight: 600;
  color: #4b5563;
  margin-bottom: 12px;
}

body {
  font-family: 'Inter', 'DM Sans', sans-serif;
}

h1, h2 {
  font-family: 'DM Sans', 'Inter', sans-serif;
}

.sidebar-nav a {
  color: #1A8917;
  font-weight: 500;
  text-decoration: none;
}

.sidebar-nav a:hover {
  color: #156d12;
  text-decoration: underline;
}

/* ==== RESTORE BOOTSTRAP GRID BEHAVIOR ==== */

/* Reset your custom column overrides */

.row, .col {
  padding-left: 0 !important;
  padding-right: 0 !important;
  flex: unset !important;
  max-width: unset !important;
}

/* Restore Bootstrap defaults */

.row {
  display: flex !important;
  flex-wrap: wrap !important;
  margin-right: calc(-.5 * var(--bs-gutter-x)) !important;
  margin-left: calc(-.5 * var(--bs-gutter-x)) !important;
}

.col {
  flex: 1 0 0% !important;
  padding-right: calc(var(--bs-gutter-x) * .5) !important;
  padding-left: calc(var(--bs-gutter-x) * .5) !important;
}

/* Force .col-md-6 to behave correctly */

.col-md-6 {
  flex: 0 0 auto !important;
  width: 50% !important;
}

/* Mobile stacking (Bootstrap default) */

@media (max-width: 768px) {
  .col-md-6 {
    width: 100% !important;
  }
}

.img-glass-wrapper {
  position: relative;
}

.img-glass-wrapper:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  pointer-events: none;
}

