.blog-search{position:relative;max-width:520px;margin:26px 0 20px}
.blog-search svg{position:absolute;left:16px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:var(--faint)}
.blog-search input{width:100%;background:var(--panel);border:1px solid var(--panel-brd);border-radius:100px;padding:14px 18px 14px 44px;color:var(--ink);font-family:var(--body);font-size:.95rem}
.blog-search input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--glow)}
.blog-cats{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:6px}
.bcat{font-family:var(--mono);font-size:.8rem;padding:8px 15px;border-radius:100px;border:1px solid var(--panel-brd);background:var(--panel);color:var(--muted);cursor:pointer;transition:.2s}
.bcat:hover{color:var(--ink)}
.bcat.active{color:var(--ink);border-color:var(--accent);background:rgba(124,92,255,.14)}
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:14px}
.blog-card{border:1px solid var(--panel-brd);border-radius:18px;background:var(--panel);overflow:hidden;transition:.3s;display:flex;flex-direction:column}
.blog-card:hover{transform:translateY(-6px);border-color:var(--accent-2)}
.blog-card.hide{display:none}
.blog-thumb{aspect-ratio:1200/630;position:relative;overflow:hidden;background:linear-gradient(135deg,#141527,#0c0d16)}
.blog-thumb img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:1}
.blog-thumb .cat{position:absolute;bottom:12px;left:14px;z-index:2;font-family:var(--mono);font-size:.68rem;padding:4px 10px;border-radius:100px;background:rgba(0,229,192,.14);color:var(--accent-2);border:1px solid rgba(0,229,192,.3)}
.blog-body{padding:20px;display:flex;flex-direction:column;gap:10px;flex:1}
.blog-body h3{font-family:var(--display);font-size:1.02rem;font-weight:600;line-height:1.3;color:var(--ink)}
.blog-body .meta{margin-top:auto;font-family:var(--mono);font-size:.74rem;color:var(--faint)}
@media(max-width:960px){.blog-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.blog-grid{grid-template-columns:1fr}}.blog-single{padding-top:160px;padding-bottom:60px}
.blog-single .blog-h1{font-family:var(--display);font-size:clamp(1.9rem,4.5vw,3rem);font-weight:700;letter-spacing:-.02em;line-height:1.08;margin:6px 0 10px;max-width:900px}
.blog-single .post-meta{color:var(--faint);font-family:var(--mono);font-size:.82rem;margin-bottom:26px}
.blog-single .post-meta a{color:var(--accent-2)}
.bs-grid{display:grid;grid-template-columns:1fr 320px;gap:44px;align-items:start}
.bs-body{font-size:1.06rem;color:var(--muted);line-height:1.75;min-width:0}
.bs-body .bs-hero{border-radius:18px;overflow:hidden;border:1px solid var(--panel-brd);margin-bottom:26px}
.bs-body h2{font-family:var(--display);color:var(--ink);font-size:1.5rem;margin:30px 0 12px;scroll-margin-top:90px}
.bs-body h3{font-family:var(--display);color:var(--ink);font-size:1.15rem;margin:22px 0 10px;scroll-margin-top:90px}
.bs-body p{margin-bottom:16px}
.bs-body ul,.bs-body ol{margin:0 0 16px 22px}
.bs-body li{margin-bottom:8px}
.bs-body a{color:var(--accent-2);text-decoration:underline}
.bs-body strong{color:var(--ink)}
.bs-side{position:sticky;top:90px;display:flex;flex-direction:column;gap:18px}
.toc-card,.cta-card{border:1px solid var(--panel-brd);border-radius:16px;background:var(--panel);padding:20px}
.toc-card h4,.cta-card h4{font-family:var(--display);font-size:1rem;margin-bottom:12px;color:var(--ink)}
.toc-nav a{display:block;color:var(--muted);font-size:.9rem;padding:6px 0 6px 12px;border-left:2px solid var(--panel-brd);transition:.2s;line-height:1.35}
.toc-nav a.lvl3{padding-left:24px;font-size:.85rem}
.toc-nav a:hover{color:var(--ink)}
.toc-nav a.active{color:var(--accent-2);border-left-color:var(--accent-2)}
.cta-card{background:linear-gradient(150deg,rgba(18,117,55,.14),rgba(0,229,192,.06));border-color:rgba(18,117,55,.35)}
.cta-card p{color:var(--muted);font-size:.9rem;margin-bottom:14px}
.cta-card .btn{width:100%;justify-content:center}
.bs-related{margin-top:56px;border-top:1px solid var(--panel-brd);padding-top:36px}
.bs-related h2{font-family:var(--display);font-size:1.6rem;margin-bottom:20px}
@media(max-width:960px){.bs-grid{grid-template-columns:1fr}.bs-side{position:static}.toc-card{display:none}}
@media(max-width:640px){.blog-single{padding-top:104px}} .bs-body .bs-hero{border-radius:18px;overflow:hidden;border:1px solid var(--panel-brd);margin-bottom:26px} .bs-body .bs-hero img{width:100%;height:auto;display:block;max-height:520px;object-fit:cover}
.blog-body .card-cat{align-self:flex-start;font-family:var(--mono);font-size:.66rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;padding:5px 12px;border-radius:100px;background:rgba(0,229,192,.12);color:var(--accent-2);border:1px solid rgba(0,229,192,.32)}
.bs-body code{font-family:var(--mono);font-size:.85em;background:rgba(124,92,255,.12);color:var(--accent-2);padding:2px 7px;border-radius:6px;border:1px solid var(--panel-brd);word-break:break-word}
.bs-body ol{margin:0 0 16px 22px}
.bs-body ol li{margin-bottom:8px}
/* ==========================================================================
   Universal Responsive Table Styling (Blog, Services, Products, Pages)
   ========================================================================== */
.entry-content table,
.bs-body table,
.svc-article table,
.prd-article table,
.wp-block-table table,
table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 28px 0;
  font-size: 0.95rem;
  background: var(--panel);
  border: 1px solid var(--panel-brd);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.wp-block-table,
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 28px 0;
  border-radius: 16px;
}

.wp-block-table table {
  margin: 0;
}

.entry-content th,
.bs-body th,
.svc-article th,
.prd-article th,
.wp-block-table th,
th {
  background: linear-gradient(180deg, rgba(124, 92, 255, 0.14) 0%, rgba(20, 22, 38, 0.95) 100%);
  color: var(--ink);
  font-family: var(--display);
  font-weight: 700;
  font-size: 0.98rem;
  padding: 14px 18px;
  text-align: left;
  border-bottom: 2px solid var(--panel-brd);
  border-right: 1px solid var(--panel-brd);
  letter-spacing: -0.01em;
}

.entry-content th:last-child,
.bs-body th:last-child,
.svc-article th:last-child,
.prd-article th:last-child,
.wp-block-table th:last-child,
th:last-child {
  border-right: none;
}

.entry-content td,
.bs-body td,
.svc-article td,
.prd-article td,
.wp-block-table td,
td {
  padding: 14px 18px;
  color: var(--muted);
  border-bottom: 1px solid var(--panel-brd);
  border-right: 1px solid var(--panel-brd);
  vertical-align: middle;
  line-height: 1.6;
}

.entry-content td:last-child,
.bs-body td:last-child,
.svc-article td:last-child,
.prd-article td:last-child,
.wp-block-table td:last-child,
td:last-child {
  border-right: none;
}

.entry-content tr:last-child td,
.bs-body tr:last-child td,
.svc-article tr:last-child td,
.prd-article tr:last-child td,
.wp-block-table tr:last-child td,
tr:last-child td {
  border-bottom: none;
}

.entry-content tbody tr,
.bs-body tbody tr,
.svc-article tbody tr,
.prd-article tbody tr,
.wp-block-table tbody tr,
tbody tr {
  transition: background 0.2s ease;
}

.entry-content tbody tr:nth-child(even),
.bs-body tbody tr:nth-child(even),
.svc-article tbody tr:nth-child(even),
.prd-article tbody tr:nth-child(even),
.wp-block-table tbody tr:nth-child(even),
tbody tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.02);
}

.entry-content tbody tr:hover,
.bs-body tbody tr:hover,
.svc-article tbody tr:hover,
.prd-article tbody tr:hover,
.wp-block-table tbody tr:hover,
tbody tr:hover {
  background: rgba(124, 92, 255, 0.08);
}

.entry-content td strong,
.bs-body td strong,
.svc-article td strong,
.prd-article td strong {
  color: var(--ink);
}

.entry-content td a,
.bs-body td a,
.svc-article td a,
.prd-article td a {
  color: var(--accent-2);
  text-decoration: underline;
}

@media (max-width: 768px) {
  .entry-content table,
  .bs-body table,
  .svc-article table,
  .prd-article table,
  table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    font-size: 0.88rem;
  }
  .entry-content th,
  .bs-body th,
  .svc-article th,
  .prd-article th,
  th,
  .entry-content td,
  .bs-body td,
  .svc-article td,
  .prd-article td,
  td {
    padding: 10px 12px;
  }
}

/* ==========================================================================
   Single Blog Header & FAQ Accordion Styling
   ========================================================================== */
.blog-single {
  padding-top: 118px;
  padding-bottom: 60px;
}

.blog-header {
  margin-bottom: 26px;
  text-align: left;
}
.blog-header .crumbs {
  margin-bottom: 12px;
  color: var(--faint);
  font-family: var(--mono);
  font-size: 0.82rem;
}
.blog-header .crumbs a {
  color: var(--muted);
  text-decoration: none;
  transition: color 0.2s ease;
}
.blog-header .crumbs a:hover {
  color: var(--accent-2);
}
.blog-header .crumbs span {
  color: var(--ink);
}

.blog-cat-badge {
  display: inline-block;
  font-family: var(--mono);
  font-size: 0.68rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 5px 12px;
  border-radius: 100px;
  background: rgba(0, 229, 192, 0.12);
  color: var(--accent-2);
  border: 1px solid rgba(0, 229, 192, 0.32);
  margin-bottom: 12px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.blog-cat-badge:hover {
  background: rgba(0, 229, 192, 0.2);
  color: #fff;
}

.blog-single .blog-h1 {
  font-family: var(--display);
  font-size: clamp(2rem, 4.5vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.14;
  margin: 4px 0 12px;
  color: var(--ink);
  text-align: left;
}

.blog-single .post-meta {
  color: var(--faint);
  font-family: var(--mono);
  font-size: 0.82rem;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

@media (max-width: 640px) {
  .blog-single {
    padding-top: 92px;
  }
}

/* FAQ Accordion */
.faq-accordion {
  margin: 28px 0 34px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  border: 1px solid var(--panel-brd);
  border-radius: 14px;
  background: var(--panel);
  overflow: hidden;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.faq-item:hover,
.faq-item.active {
  border-color: rgba(124, 92, 255, 0.45);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.25);
}

.faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  background: none;
  border: none;
  color: var(--ink);
  font-family: var(--display);
  font-size: 1.06rem;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease;
  gap: 14px;
  margin: 0 !important;
}

.faq-question:hover {
  color: var(--accent-2);
  background: rgba(124, 92, 255, 0.04);
}

.faq-item.active .faq-question {
  color: var(--accent-2);
  border-bottom: 1px solid var(--panel-brd);
  background: rgba(124, 92, 255, 0.06);
}

.faq-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(124, 92, 255, 0.12);
  color: var(--accent-2);
  font-size: 1.15rem;
  font-weight: 400;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), background 0.2s, color 0.2s;
  flex-shrink: 0;
  line-height: 1;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
  background: var(--accent-2);
  color: #090a12;
  font-weight: bold;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-item.active .faq-answer {
  max-height: 1000px;
}

.faq-answer-inner {
  padding: 18px 20px;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.7;
}

.faq-answer-inner p:last-child {
  margin-bottom: 0;
}

/* ==========================================================================
   Feature Card Grid & Universal Accordion Styling
   ========================================================================== */
.cvw-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 32px 0;
}
@media (max-width: 768px) {
  .cvw-feature-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.cvw-feature-card {
  border: 1px solid var(--panel-brd);
  border-radius: 18px;
  background: var(--panel);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}
.cvw-feature-card:hover {
  transform: translateY(-5px);
  border-color: var(--accent-2);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}
.cvw-fc-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(124, 92, 255, 0.18), rgba(0, 229, 192, 0.12));
  border: 1px solid var(--panel-brd);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.cvw-fc-icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
  border: 0 !important;
  border-radius: 0 !important;
  margin: 0 !important;
}
.cvw-fc-body h3 {
  font-family: var(--display);
  font-size: 1.14rem;
  font-weight: 600;
  color: var(--ink);
  margin: 0 0 8px 0 !important;
  line-height: 1.3;
}
.cvw-fc-body p {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.65;
  margin: 0 !important;
}

/* Enhanced FAQ Accordions */
.faq-accordion {
  margin: 28px 0 34px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faq-item {
  border: 1px solid var(--panel-brd);
  border-radius: 14px;
  background: var(--panel);
  overflow: hidden;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.faq-item:hover,
.faq-item.active {
  border-color: rgba(124, 92, 255, 0.55);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.25);
}
.faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 22px;
  background: none;
  border: none;
  color: var(--ink);
  font-family: var(--display);
  font-size: 1.06rem;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease;
  gap: 16px;
  margin: 0 !important;
  outline: none;
}
.faq-question:hover {
  color: var(--accent-2);
  background: rgba(124, 92, 255, 0.04);
}
.faq-item.active .faq-question {
  color: var(--accent-2);
  border-bottom: 1px solid var(--panel-brd);
  background: rgba(124, 92, 255, 0.06);
}
.faq-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(124, 92, 255, 0.14);
  color: var(--accent-2);
  font-size: 1.15rem;
  font-weight: bold;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), background 0.2s, color 0.2s;
  flex-shrink: 0;
  line-height: 1;
}
.faq-item.active .faq-icon {
  transform: rotate(45deg);
  background: var(--accent-2);
  color: #090a12;
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.38s cubic-bezier(0.4, 0, 0.2, 1);
}
.faq-item.active .faq-answer {
  max-height: 1200px;
}
.faq-answer-inner {
  padding: 20px 22px;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.7;
}
.faq-answer-inner p:last-child {
  margin-bottom: 0;
}

/* Clean Centered Single Post Layout (No Sidebar) */
.blog-single .bs-grid {
  display: block !important;
}
.blog-single .bs-body {
  max-width: 920px !important;
  margin: 0 auto !important;
  width: 100% !important;
}
.blog-single .bs-side {
  display: none !important;
}
/* Single Blog Post Unified 860px Container Width */
.blog-single-container,
.blog-single .bs-body,
.blog-single .blog-header,
.blog-single .bs-related {
  max-width: 860px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100% !important;
}
.blog-single .bs-grid {
  display: block !important;
}
.blog-single .bs-side {
  display: none !important;
}
.blog-single .blog-h1 {
  font-size: clamp(2rem, 4vw, 2.75rem) !important;
  line-height: 1.18 !important;
  margin: 8px 0 14px !important;
}
.blog-single .bs-body {
  font-size: 1.05rem !important;
  line-height: 1.75 !important;
}
/* Single Blog Post 100% Full Width Container Layout */
.blog-single-container,
.blog-single .bs-body,
.blog-single .blog-header,
.blog-single .bs-related {
  max-width: 100% !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.blog-single .bs-grid {
  display: block !important;
}
.blog-single .bs-side {
  display: none !important;
}
.blog-single .blog-h1 {
  max-width: 100% !important;
}