/* ============================================================
   SatFocus — Ajax Alarm System page
   Namespace: .ax-  /  body class: page-id-{POST_ID}
   Brand: red #BC0000, charcoal #333
   ============================================================ */

body.page-id-38935 .entry-content > p:empty,
body.page-id-38935 .entry-content > br { display: none; }

body.page-id-38935 .ax-page * { box-sizing: border-box; }
body.page-id-38935 .ax-page {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #333;
  line-height: 1.6;
  font-size: 16px;
}
body.page-id-38935 .ax-page img { max-width: 100%; height: auto; display: block; }
body.page-id-38935 .ax-page a { color: #BC0000; text-decoration: none; }
body.page-id-38935 .ax-page a:hover { text-decoration: underline; }

/* ---------- Full-bleed hero (escapes JupiterX container) ---------- */
body.page-id-38935 .ax-hero,
body.page-id-38935 .ax-final-cta {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  body.page-id-38935 .ax-hero,
  body.page-id-38935 .ax-final-cta {
    width: auto; left: auto; right: auto;
    margin-left: 0; margin-right: 0;
  }
}

/* ---------- Hero ---------- */
body.page-id-38935 .ax-hero {
  background:
    linear-gradient(135deg, rgba(20,20,20,0.92) 0%, rgba(50,50,50,0.88) 100%),
    radial-gradient(ellipse at top right, rgba(188,0,0,0.18), transparent 60%);
  background-color: #1a1a1a;
  color: #fff;
  padding: 80px 24px 70px;
  text-align: center;
}
body.page-id-38935 .ax-hero-inner {
  max-width: 1280px;
  margin: 0 auto;
}
body.page-id-38935 .ax-hero h1 {
  font-size: 56px;
  line-height: 1.1;
  margin: 0 0 18px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #fff;
}
body.page-id-38935 .ax-hero h1 span { color: #ff4d4d; }
body.page-id-38935 .ax-hero-subhead {
  font-size: 20px;
  max-width: 880px;
  margin: 0 auto 28px;
  color: #e5e5e5;
  line-height: 1.5;
}
body.page-id-38935 .ax-hero-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 24px 0 32px;
}
body.page-id-38935 .ax-hero-meta span {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  color: #fff;
  padding: 6px 14px;
  border-radius: 18px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
body.page-id-38935 .ax-hero-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 24px;
}
body.page-id-38935 .ax-btn {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.02em;
  transition: all 0.2s ease;
  cursor: pointer;
  border: 2px solid transparent;
  text-decoration: none;
}
body.page-id-38935 .ax-btn-primary {
  background: #BC0000;
  color: #fff !important;
}
body.page-id-38935 .ax-btn-primary:hover {
  background: #8a0000;
  transform: translateY(-2px);
  text-decoration: none;
}
body.page-id-38935 .ax-btn-secondary {
  background: transparent;
  color: #fff !important;
  border-color: #fff;
}
body.page-id-38935 .ax-btn-secondary:hover {
  background: #fff;
  color: #1a1a1a !important;
  text-decoration: none;
}

@media (max-width: 700px) {
  body.page-id-38935 .ax-hero { padding: 56px 16px 48px; }
  body.page-id-38935 .ax-hero h1 { font-size: 36px; }
  body.page-id-38935 .ax-hero-subhead { font-size: 17px; }
  body.page-id-38935 .ax-btn { padding: 12px 22px; font-size: 15px; width: 100%; max-width: 320px; }
}

/* ---------- Quick Answer card ---------- */
body.page-id-38935 .ax-quick-answer {
  max-width: 1080px;
  margin: -40px auto 60px;
  background: #fff;
  border-radius: 12px;
  padding: 28px 32px;
  box-shadow: 0 6px 24px rgba(0,0,0,0.08);
  border-left: 5px solid #BC0000;
  position: relative;
  z-index: 2;
}
body.page-id-38935 .ax-quick-answer h2 {
  font-size: 18px;
  color: #BC0000;
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
}
body.page-id-38935 .ax-quick-answer ol {
  margin: 0;
  padding-left: 24px;
  font-size: 16px;
  line-height: 1.7;
}
body.page-id-38935 .ax-quick-answer ol li { margin-bottom: 6px; }
body.page-id-38935 .ax-quick-answer ol li strong { color: #1a1a1a; }

/* ---------- Section wrappers ---------- */
body.page-id-38935 .ax-section {
  max-width: 1140px;
  margin: 0 auto;
  padding: 56px 24px;
}
body.page-id-38935 .ax-section.ax-bg-grey { background: #f7f7f7; max-width: none; padding-left: 24px; padding-right: 24px; }
body.page-id-38935 .ax-section.ax-bg-grey > .ax-section-inner { max-width: 1140px; margin: 0 auto; }
body.page-id-38935 .ax-section.ax-bg-dark {
  background: linear-gradient(135deg, #1a1a1a 0%, #333 100%);
  color: #fff;
  max-width: none;
  padding-left: 24px;
  padding-right: 24px;
}
body.page-id-38935 .ax-section.ax-bg-dark > .ax-section-inner { max-width: 1140px; margin: 0 auto; }
body.page-id-38935 .ax-section.ax-bg-dark h2,
body.page-id-38935 .ax-section.ax-bg-dark h3 { color: #fff; }
body.page-id-38935 .ax-section.ax-bg-dark p { color: #d8d8d8; }

body.page-id-38935 .ax-section h2 {
  font-size: 32px;
  line-height: 1.2;
  margin: 0 0 12px;
  color: #1a1a1a;
  font-weight: 800;
  letter-spacing: -0.01em;
}
body.page-id-38935 .ax-section > .ax-section-inner > h2,
body.page-id-38935 .ax-section > h2 { text-align: center; }
body.page-id-38935 .ax-section h3 {
  font-size: 22px;
  margin: 24px 0 10px;
  color: #1a1a1a;
  font-weight: 700;
}
body.page-id-38935 .ax-section h4 {
  font-size: 17px;
  margin: 18px 0 8px;
  color: #1a1a1a;
  font-weight: 700;
}
body.page-id-38935 .ax-section p { margin: 0 0 14px; font-size: 16px; color: #444; }
body.page-id-38935 .ax-section ul, body.page-id-38935 .ax-section ol { margin: 0 0 16px 24px; padding: 0; }
body.page-id-38935 .ax-section ul li, body.page-id-38935 .ax-section ol li { margin-bottom: 6px; font-size: 16px; }
body.page-id-38935 .ax-lede {
  font-size: 18px;
  color: #444;
  text-align: center;
  max-width: 820px;
  margin: 0 auto 36px;
  line-height: 1.55;
}
body.page-id-38935 .ax-section .ax-answer-block {
  background: #fff8f8;
  border-left: 4px solid #BC0000;
  padding: 18px 22px;
  border-radius: 6px;
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.6;
  color: #1a1a1a;
}

@media (max-width: 700px) {
  body.page-id-38935 .ax-section { padding: 40px 16px; }
  body.page-id-38935 .ax-section h2 { font-size: 26px; }
  body.page-id-38935 .ax-section h3 { font-size: 19px; }
  body.page-id-38935 .ax-quick-answer { margin: -28px 16px 40px; padding: 22px; }
}

/* ---------- Why grids (4-card) ---------- */
body.page-id-38935 .ax-why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 28px;
}
@media (max-width: 900px) { body.page-id-38935 .ax-why-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 500px) { body.page-id-38935 .ax-why-grid { grid-template-columns: 1fr; } }
body.page-id-38935 .ax-why-card {
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  padding: 22px 18px;
  text-align: center;
  transition: all 0.2s ease;
}
body.page-id-38935 .ax-why-card:hover {
  border-color: #BC0000;
  transform: translateY(-3px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.06);
}
body.page-id-38935 .ax-why-card .ax-why-icon {
  font-size: 30px;
  margin-bottom: 10px;
  color: #BC0000;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}
body.page-id-38935 .ax-why-card .ax-why-icon svg { width: 36px; height: 36px; display: block; }
body.page-id-38935 .ax-why-card h3 {
  font-size: 17px;
  margin: 0 0 6px;
  color: #1a1a1a;
}
body.page-id-38935 .ax-why-card p { font-size: 14px; color: #666; margin: 0; line-height: 1.5; }

/* ---------- Range cards ---------- */
body.page-id-38935 .ax-range-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 28px;
}
@media (max-width: 900px) { body.page-id-38935 .ax-range-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { body.page-id-38935 .ax-range-grid { grid-template-columns: 1fr; } }
body.page-id-38935 .ax-range-card {
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.2s ease;
}
body.page-id-38935 .ax-range-card:hover {
  border-color: #BC0000;
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(0,0,0,0.07);
}
body.page-id-38935 .ax-range-card .ax-range-img {
  background: #f5f5f5;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
body.page-id-38935 .ax-range-card .ax-range-img img {
  max-height: 100%;
  width: auto;
  object-fit: contain;
}
body.page-id-38935 .ax-range-card .ax-range-body {
  padding: 20px 22px 22px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
body.page-id-38935 .ax-range-card h3 {
  font-size: 19px;
  margin: 0 0 4px;
  color: #1a1a1a;
}
body.page-id-38935 .ax-range-card .ax-range-tag {
  font-size: 12px;
  color: #BC0000;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 12px;
  display: block;
}
body.page-id-38935 .ax-range-card p { font-size: 14px; color: #555; margin: 0 0 12px; line-height: 1.5; }
body.page-id-38935 .ax-range-card ul {
  font-size: 13px;
  color: #555;
  margin: 0 0 14px 18px;
  padding: 0;
}
body.page-id-38935 .ax-range-card ul li { margin-bottom: 4px; }

/* ---------- Pricing tiers ---------- */
body.page-id-38935 .ax-tiers {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 28px;
}
@media (max-width: 1000px) { body.page-id-38935 .ax-tiers { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { body.page-id-38935 .ax-tiers { grid-template-columns: 1fr; } }
body.page-id-38935 .ax-tier {
  background: #fff;
  border: 2px solid #eaeaea;
  border-radius: 12px;
  padding: 26px 22px;
  display: flex;
  flex-direction: column;
  transition: all 0.2s ease;
}
body.page-id-38935 .ax-tier:hover { border-color: #BC0000; transform: translateY(-3px); }
body.page-id-38935 .ax-tier-featured {
  border-color: #BC0000;
  background: linear-gradient(180deg, #fff 0%, #fff8f8 100%);
  position: relative;
  box-shadow: 0 8px 22px rgba(188,0,0,0.10);
}
body.page-id-38935 .ax-tier-featured::before {
  content: "MOST POPULAR";
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #BC0000;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 12px;
  letter-spacing: 0.08em;
}
body.page-id-38935 .ax-tier-custom {
  border-style: dashed;
  border-color: #BC0000;
  background: #fafafa;
}
body.page-id-38935 .ax-tier h3 {
  font-size: 18px;
  margin: 0 0 4px;
  color: #1a1a1a;
}
body.page-id-38935 .ax-tier-price {
  font-size: 32px;
  color: #BC0000;
  font-weight: 800;
  margin: 8px 0 4px;
  line-height: 1;
}
body.page-id-38935 .ax-tier-price small { font-size: 14px; color: #666; font-weight: 500; }
body.page-id-38935 .ax-tier-sub {
  font-size: 13px;
  color: #666;
  margin: 0 0 14px;
  font-weight: 500;
}
body.page-id-38935 .ax-tier-list {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  font-size: 14px;
  flex: 1;
}
body.page-id-38935 .ax-tier-list li {
  padding: 6px 0 6px 22px;
  position: relative;
  color: #333;
  border-bottom: 1px solid #f0f0f0;
}
body.page-id-38935 .ax-tier-list li:last-child { border-bottom: none; }
body.page-id-38935 .ax-tier-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #0a8043;
  font-weight: 700;
}
body.page-id-38935 .ax-tier-cta {
  display: block;
  background: #BC0000;
  color: #fff !important;
  text-align: center;
  padding: 12px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 15px;
  margin-top: auto;
  text-decoration: none;
}
body.page-id-38935 .ax-tier-cta:hover { background: #8a0000; text-decoration: none; }
body.page-id-38935 .ax-tier-custom .ax-tier-cta { background: #1a1a1a; }
body.page-id-38935 .ax-tier-custom .ax-tier-cta:hover { background: #333; }

/* ---------- Replacement / pain section ---------- */
body.page-id-38935 .ax-replace-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 24px;
}
@media (max-width: 800px) { body.page-id-38935 .ax-replace-grid { grid-template-columns: 1fr; } }
body.page-id-38935 .ax-replace-card {
  background: #fff;
  border: 1px solid #eaeaea;
  border-left: 4px solid #BC0000;
  border-radius: 8px;
  padding: 22px;
}
body.page-id-38935 .ax-replace-card h3 { font-size: 17px; margin: 0 0 8px; color: #BC0000; }
body.page-id-38935 .ax-replace-card p { font-size: 14px; color: #555; margin: 0; line-height: 1.5; }

/* ---------- Process / HowTo numbered steps ---------- */
body.page-id-38935 .ax-process {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 28px;
  counter-reset: ax-step;
}
@media (max-width: 800px) { body.page-id-38935 .ax-process { grid-template-columns: 1fr; } }
body.page-id-38935 .ax-step {
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  padding: 24px 22px 22px 60px;
  position: relative;
  counter-increment: ax-step;
}
body.page-id-38935 .ax-step::before {
  content: counter(ax-step);
  position: absolute;
  top: 18px;
  left: 18px;
  width: 32px;
  height: 32px;
  background: #BC0000;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 16px;
}
body.page-id-38935 .ax-step h3 { font-size: 17px; margin: 0 0 8px; color: #1a1a1a; }
body.page-id-38935 .ax-step p { font-size: 14px; color: #555; margin: 0; line-height: 1.55; }

/* ---------- Comparison table ---------- */
body.page-id-38935 .ax-table-wrap { overflow-x: auto; margin-top: 20px; }
body.page-id-38935 .ax-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}
body.page-id-38935 .ax-table th,
body.page-id-38935 .ax-table td {
  padding: 12px 14px;
  text-align: left;
  border-bottom: 1px solid #eee;
  vertical-align: top;
}
body.page-id-38935 .ax-table th {
  background: #1a1a1a;
  color: #fff;
  font-weight: 700;
  text-align: left;
}
body.page-id-38935 .ax-table th:first-child { background: #BC0000; }
body.page-id-38935 .ax-table tr:last-child td { border-bottom: none; }
body.page-id-38935 .ax-table tr:nth-child(even) td { background: #fafafa; }
body.page-id-38935 .ax-table td.ax-yes { color: #0a8043; font-weight: 700; }
body.page-id-38935 .ax-table td.ax-no { color: #999; }
body.page-id-38935 .ax-table .ax-highlight-col { background: #fff8f8 !important; }

/* ---------- Coverage / boroughs ---------- */
body.page-id-38935 .ax-coverage-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 22px;
}
@media (max-width: 800px) { body.page-id-38935 .ax-coverage-grid { grid-template-columns: repeat(2, 1fr); } }
body.page-id-38935 .ax-coverage-grid a {
  display: block;
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 6px;
  padding: 10px 14px;
  font-size: 14px;
  color: #333 !important;
  text-decoration: none;
  transition: all 0.15s ease;
}
body.page-id-38935 .ax-coverage-grid a:hover {
  border-color: #BC0000;
  background: #fff8f8;
  color: #BC0000 !important;
  text-decoration: none;
}
body.page-id-38935 .ax-coverage-area {
  margin-top: 24px;
}
body.page-id-38935 .ax-coverage-area h3 {
  font-size: 18px;
  margin: 0 0 10px;
  color: #1a1a1a;
}
body.page-id-38935 .ax-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
body.page-id-38935 .ax-pill-list span {
  display: inline-block;
  background: #f5f5f5;
  color: #333;
  padding: 5px 12px;
  border-radius: 14px;
  font-size: 13px;
  border: 1px solid #e8e8e8;
}

/* ---------- FAQs ---------- */
body.page-id-38935 .ax-faqs { margin-top: 28px; max-width: 920px; margin-left: auto; margin-right: auto; }
body.page-id-38935 .ax-faq {
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  margin-bottom: 12px;
  overflow: hidden;
}
body.page-id-38935 .ax-faq summary {
  padding: 18px 22px;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  color: #1a1a1a;
  position: relative;
  list-style: none;
  padding-right: 50px;
}
body.page-id-38935 .ax-faq summary::-webkit-details-marker { display: none; }
body.page-id-38935 .ax-faq summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  font-weight: 400;
  color: #BC0000;
  transition: transform 0.2s ease;
}
body.page-id-38935 .ax-faq[open] summary::after { content: "−"; }
body.page-id-38935 .ax-faq[open] summary { border-bottom: 1px solid #eee; }
body.page-id-38935 .ax-faq .ax-faq-body {
  padding: 18px 22px 22px;
  font-size: 15px;
  line-height: 1.65;
  color: #444;
}
body.page-id-38935 .ax-faq .ax-faq-body p { font-size: 15px; margin: 0 0 10px; }
body.page-id-38935 .ax-faq .ax-faq-body p:last-child { margin-bottom: 0; }

/* ---------- Brands strip ---------- */
body.page-id-38935 .ax-brands-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 24px;
}
@media (max-width: 800px) { body.page-id-38935 .ax-brands-strip { grid-template-columns: repeat(2, 1fr); } }
body.page-id-38935 .ax-brand-card-link {
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  padding: 18px 14px;
  text-align: center;
  transition: all 0.2s ease;
  text-decoration: none !important;
  color: #333 !important;
}
body.page-id-38935 .ax-brand-card-link:hover {
  border-color: #BC0000;
  color: #BC0000 !important;
}
body.page-id-38935 .ax-brand-card-link strong { display: block; font-size: 15px; margin-bottom: 4px; color: inherit; }
body.page-id-38935 .ax-brand-card-link small { font-size: 12px; color: #666; }

/* ---------- Final CTA ---------- */
body.page-id-38935 .ax-final-cta {
  background: linear-gradient(135deg, #BC0000 0%, #8a0000 100%);
  color: #fff;
  padding: 70px 24px;
  text-align: center;
}
body.page-id-38935 .ax-final-cta-inner { max-width: 880px; margin: 0 auto; }
body.page-id-38935 .ax-final-cta h2 {
  color: #fff;
  font-size: 36px;
  margin: 0 0 12px;
  font-weight: 800;
  letter-spacing: -0.01em;
}
body.page-id-38935 .ax-final-cta p {
  color: #ffe5e5;
  font-size: 18px;
  max-width: 700px;
  margin: 0 auto 28px;
  line-height: 1.5;
}
body.page-id-38935 .ax-final-cta .ax-btn-primary {
  background: #fff;
  color: #BC0000 !important;
}
body.page-id-38935 .ax-final-cta .ax-btn-primary:hover { background: #f5f5f5; }
body.page-id-38935 .ax-final-cta .ax-btn-secondary {
  background: rgba(0,0,0,0.18);
  color: #fff !important;
  border-color: #fff;
}
body.page-id-38935 .ax-final-cta .ax-btn-secondary:hover { background: #fff; color: #BC0000 !important; }
body.page-id-38935 .ax-final-cta-phone {
  font-size: 28px;
  font-weight: 800;
  margin: 18px 0 6px;
}
body.page-id-38935 .ax-final-cta-phone a { color: #fff !important; text-decoration: none; }

@media (max-width: 700px) {
  body.page-id-38935 .ax-final-cta { padding: 50px 16px; }
  body.page-id-38935 .ax-final-cta h2 { font-size: 28px; }
  body.page-id-38935 .ax-final-cta p { font-size: 16px; }
  body.page-id-38935 .ax-final-cta-phone { font-size: 22px; }
}

/* ---------- Speakable section markers (CSS hooks for voice search) ---------- */
body.page-id-38935 .ax-speakable { /* tagged in JSON-LD */ }

/* ---------- Wireless vs Wired decision matrix ---------- */
body.page-id-38935 .ax-decision-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 28px;
}
@media (max-width: 800px) { body.page-id-38935 .ax-decision-grid { grid-template-columns: 1fr; } }
body.page-id-38935 .ax-decision-card {
  background: #fff;
  border: 2px solid #eaeaea;
  border-radius: 12px;
  padding: 26px 24px;
  display: flex;
  flex-direction: column;
}
body.page-id-38935 .ax-decision-card.ax-decision-wireless { border-top: 5px solid #BC0000; }
body.page-id-38935 .ax-decision-card.ax-decision-wired { border-top: 5px solid #1a1a1a; }
body.page-id-38935 .ax-decision-card h3 {
  font-size: 22px;
  margin: 0 0 6px;
  color: #1a1a1a;
}
body.page-id-38935 .ax-decision-card .ax-decision-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 3px 10px;
  border-radius: 12px;
  margin-bottom: 12px;
}
body.page-id-38935 .ax-decision-wireless .ax-decision-tag { background: #fff0f0; color: #BC0000; }
body.page-id-38935 .ax-decision-wired .ax-decision-tag { background: #f0f0f0; color: #1a1a1a; }
body.page-id-38935 .ax-decision-card p { font-size: 15px; color: #555; margin: 0 0 14px; }
body.page-id-38935 .ax-decision-list { list-style: none; padding: 0; margin: 0 0 16px; font-size: 14px; }
body.page-id-38935 .ax-decision-list li {
  padding: 8px 0 8px 26px;
  position: relative;
  border-bottom: 1px solid #f5f5f5;
  color: #333;
  line-height: 1.45;
}
body.page-id-38935 .ax-decision-list li:last-child { border-bottom: none; }
body.page-id-38935 .ax-decision-list li::before {
  content: "→";
  position: absolute;
  left: 0;
  top: 8px;
  color: #BC0000;
  font-weight: 700;
}
body.page-id-38935 .ax-decision-wired .ax-decision-list li::before { color: #1a1a1a; }
body.page-id-38935 .ax-decision-card .ax-decision-best {
  background: #f7f7f7;
  border-radius: 6px;
  padding: 12px 14px;
  font-size: 14px;
  color: #1a1a1a;
  margin-top: auto;
  line-height: 1.45;
}
body.page-id-38935 .ax-decision-card .ax-decision-best strong { color: #BC0000; }
body.page-id-38935 .ax-decision-wired .ax-decision-best strong { color: #1a1a1a; }

/* ---------- Sensor / Siren grid (6-card with icon strip) ---------- */
body.page-id-38935 .ax-device-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 28px;
}
@media (max-width: 800px) { body.page-id-38935 .ax-device-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 500px) { body.page-id-38935 .ax-device-grid { grid-template-columns: 1fr; } }
body.page-id-38935 .ax-device-card {
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  padding: 20px 18px;
  transition: all 0.2s ease;
  overflow: hidden;
}
body.page-id-38935 .ax-device-card.has-photo { padding: 0 0 18px; }
body.page-id-38935 .ax-device-card.has-photo .ax-device-img {
  width: 100%;
  height: 180px;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  overflow: hidden;
}
body.page-id-38935 .ax-device-card.has-photo .ax-device-img img {
  max-width: 75%;
  max-height: 88%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
body.page-id-38935 .ax-device-card.has-photo h4,
body.page-id-38935 .ax-device-card.has-photo .ax-device-model,
body.page-id-38935 .ax-device-card.has-photo p { padding: 0 18px; }
body.page-id-38935 .ax-device-card:hover {
  border-color: #BC0000;
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.06);
}
body.page-id-38935 .ax-device-card .ax-device-icon {
  font-size: 26px;
  margin-bottom: 8px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 36px;
}
body.page-id-38935 .ax-device-card .ax-device-icon svg { width: 32px; height: 32px; display: block; }
body.page-id-38935 .ax-device-card h4 {
  font-size: 16px;
  margin: 0 0 4px;
  color: #1a1a1a;
  font-weight: 700;
}
body.page-id-38935 .ax-device-card .ax-device-model {
  font-size: 12px;
  color: #BC0000;
  font-weight: 600;
  margin-bottom: 8px;
  display: block;
}
body.page-id-38935 .ax-device-card p { font-size: 13px; color: #555; margin: 0; line-height: 1.5; }

/* ---------- Decision-table for wireless vs wired ---------- */
body.page-id-38935 .ax-decision-table-wrap { overflow-x: auto; margin-top: 24px; }
body.page-id-38935 .ax-decision-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}
body.page-id-38935 .ax-decision-table th,
body.page-id-38935 .ax-decision-table td {
  padding: 12px 14px;
  text-align: left;
  border-bottom: 1px solid #eee;
  vertical-align: top;
}
body.page-id-38935 .ax-decision-table th {
  background: #1a1a1a;
  color: #fff;
  font-weight: 700;
}
body.page-id-38935 .ax-decision-table th:nth-child(2) { background: #BC0000; }
body.page-id-38935 .ax-decision-table tr:last-child td { border-bottom: none; }
body.page-id-38935 .ax-decision-table tr:nth-child(even) td { background: #fafafa; }
body.page-id-38935 .ax-decision-table td:nth-child(2) { background: #fff8f8 !important; font-weight: 500; }

/* ---------- HERO BACKGROUND IMAGE (revised — image visible, text readable) ---------- */
body.page-id-38935 .ax-hero {
  background:
    linear-gradient(180deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.35) 45%, rgba(0,0,0,0.65) 100%),
    url('/wp-content/uploads/ajax%20system/ajax-hero.webp');
  background-size: cover, cover;
  background-position: center center, center center;
  background-repeat: no-repeat, no-repeat;
  background-color: #1a1a1a;
}
body.page-id-38935 .ax-hero h1 span { color: #E63946 !important; }

/* ---------- FIX: table text colour (nuclear specificity to beat theme dark-section rule) ---------- */
body.page-id-38935 .ax-table td { color: #1a1a1a !important; background: #fff !important; }
body.page-id-38935 .ax-table tr:nth-child(even) td { background: #fafafa !important; }
body.page-id-38935 .ax-table td strong { color: #1a1a1a !important; }
body.page-id-38935 .ax-table td.ax-yes { color: #0a8043 !important; }
body.page-id-38935 .ax-table td.ax-no { color: #999 !important; }
body.page-id-38935 .ax-table .ax-highlight-col,
body.page-id-38935 .ax-table .ax-highlight-col td { background: #fff8f8 !important; }
body.page-id-38935 .ax-table td a { color: #BC0000 !important; }
