/* Service listing + single (loaded only on service pages) */
.svc-list-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:20px}
.svc-list-card{padding:24px;border:1px solid var(--panel-brd);border-radius:16px;background:var(--panel);transition:.28s;display:flex;flex-direction:column;gap:10px}
.svc-list-card:hover{transform:translateY(-5px);border-color:var(--accent-2)}
.svc-list-card h3{font-family:var(--display);font-size:1.08rem;font-weight:600}
.svc-list-card p{color:var(--muted);font-size:.9rem}
.svc-list-card .go{margin-top:auto;font-family:var(--mono);font-size:.78rem;color:var(--accent-2)}
.cat-chips{display:flex;flex-wrap:wrap;gap:9px;margin:24px 0}
.cat-chip{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);transition:.22s}
.cat-chip:hover,.cat-chip.active{color:var(--ink);border-color:var(--accent);background:rgba(124,92,255,.12)}

/* Single service */
.svc-single{padding-top:0}
.svc-single .single-grid{display:grid;grid-template-columns:1.6fr .9fr;gap:44px;align-items:start;margin-top:20px}
.svc-body{font-size:1.05rem;color:var(--muted)}
.svc-body h1{font-family:var(--display);font-size:clamp(2rem,4.5vw,3rem);font-weight:700;color:var(--ink);letter-spacing:-.02em;margin-bottom:18px}
.svc-body h2{font-family:var(--display);color:var(--ink);font-size:1.4rem;margin:28px 0 12px}
.svc-body p{margin-bottom:16px}
.svc-body ul{margin:0 0 16px 20px}
.svc-side{position:sticky;top:100px;border:1px solid var(--panel-brd);border-radius:20px;background:var(--panel);padding:28px}
.svc-side h3{font-family:var(--display);font-size:1.1rem;margin-bottom:16px}
.svc-side .meta-row{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid var(--panel-brd);font-size:.92rem}
.svc-side .meta-row:last-of-type{border-bottom:0}
.svc-side .meta-row .k{color:var(--faint)}
.svc-side .meta-row .v{color:var(--ink);font-weight:500}
.svc-side .btn{width:100%;justify-content:center;margin-top:18px}
.feat-list{list-style:none;margin:6px 0 0}
.feat-list li{padding-left:24px;position:relative;color:var(--muted);margin-bottom:10px;font-size:.94rem}
.feat-list li::before{content:"▹";position:absolute;left:0;color:var(--accent-2)}
.related{margin-top:44px}
.related h2{font-family:var(--display);font-size:1.5rem;margin-bottom:18px}
@media(max-width:900px){.svc-list-grid{grid-template-columns:repeat(2,1fr)}.svc-single .single-grid{grid-template-columns:1fr}.svc-side{position:static}}
@media(max-width:640px){.svc-list-grid{grid-template-columns:1fr}}
.price-highlight{margin:18px 0 14px;padding:16px 18px;border:1px solid rgba(0,229,192,.35);border-radius:14px;background:linear-gradient(120deg,rgba(0,229,192,.12),rgba(124,92,255,.08));text-align:center}.price-highlight .ph-label{display:block;font-size:.8rem;color:var(--muted);margin-bottom:4px}.price-highlight .ph-amount{font-family:var(--display);font-size:2rem;font-weight:700;color:var(--accent-2)}
@media(max-width:640px){.svc-single{padding-top:78px}}
.svc-h1{font-family:var(--display);font-size:clamp(1.9rem,4.5vw,3rem);font-weight:700;color:var(--ink);letter-spacing:-.02em;line-height:1.05;margin-bottom:18px}
@media(max-width:900px){.svc-single .single-grid{display:flex;flex-direction:column}.svc-single .svc-side{order:-1;margin-bottom:12px}} @media(max-width:900px){.svc-single .svc-side{order:-1;width:100%;margin-bottom:12px}} .svc-single{padding-bottom:56px} .related{margin-top:44px} .related-cta{text-align:center;margin-top:26px} @media(max-width:640px){.related .svc-list-grid{display:flex;overflow-x:auto;gap:14px;scroll-snap-type:x mandatory;margin:0 -28px;padding:4px 28px 14px;scrollbar-width:none}.related .svc-list-grid::-webkit-scrollbar{display:none}.related .svc-list-card{min-width:78%;scroll-snap-align:center;flex-shrink:0}} @media(max-width:640px){.svc-single .related .svc-list-grid{display:flex!important;grid-template-columns:none!important;overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;gap:14px;margin:0 -28px;padding:6px 28px 16px;scrollbar-width:none}.svc-single .related .svc-list-grid::-webkit-scrollbar{display:none}.svc-single .related .svc-list-card{min-width:80%;max-width:80%;scroll-snap-align:center;flex-shrink:0}}
.svc-search{position:relative;max-width:520px;margin:24px 0 0}
.svc-search svg{position:absolute;left:16px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:var(--faint)}
.svc-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}
.svc-search input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px rgba(124,92,255,.18)}
.svc-list-card.hide{display:none}
.svc-cs-card{margin-top:16px;padding:14px 16px;border:1px solid var(--panel-brd);border-radius:12px;background:rgba(124,92,255,.08)}
.svc-cs-eyebrow{display:block;font-family:var(--mono);font-size:.66rem;text-transform:uppercase;letter-spacing:.06em;color:var(--faint);margin-bottom:6px}
.svc-cs-link{font-family:var(--display);font-size:.95rem;font-weight:600;color:var(--ink);line-height:1.35;text-decoration:none;display:block}
.svc-cs-link span{color:var(--accent-2)}
.svc-cs-link:hover{color:var(--accent-2)}
/* ---- Service snapshot card ---- */
.snapshot-card{border:1px solid var(--panel-brd);border-radius:20px;background:var(--panel);padding:26px}
.snapshot-card h4{font-family:var(--display);font-size:1.1rem;margin-bottom:14px}
.snapshot-card .meta-row{display:flex;justify-content:space-between;gap:12px;padding:11px 0;border-bottom:1px solid var(--panel-brd);font-size:.92rem}
.snapshot-card .meta-row:last-of-type{border-bottom:0}
.snapshot-card .meta-row .k{color:var(--faint)}
.snapshot-card .meta-row .v{color:var(--ink);font-weight:500;text-align:right}
.snapshot-card .meta-row .v a{color:var(--accent-2)}
.snapshot-card .btn{width:100%;justify-content:center;margin-top:14px}
.snapshot-card .price-highlight{margin:4px 0 12px}

/* ---- Hero banner (H1 background) ---- */
.svc-hero{position:relative;padding-top:125px;padding-bottom:44px}
.svc-hero::before{content:"";position:absolute;inset:0;z-index:0;background:radial-gradient(130% 150% at 12% 0%,rgba(124,92,255,.22),transparent 55%),linear-gradient(180deg,rgba(0,229,192,.07),transparent);border-bottom:1px solid var(--panel-brd)}
.svc-hero .wrap{position:relative;z-index:1}
@media(max-width:640px){.svc-hero{padding-top:96px;padding-bottom:28px}}


/* ==========================================================================
   Single Content & Layout Styles (Matched exactly to Single Blog Post CSS)
   ========================================================================== */
.single-grid2 {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 44px;
  align-items: start;
}
.single-side {
  position: sticky;
  top: 90px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media (max-width: 960px) {
  .single-grid2 { grid-template-columns: 1fr; }
  .single-side { position: static; }
  .toc-card { display: none; }
}

.svc-article,
.prd-article,
.entry-content,
.svc-body,
.prd-content {
  font-size: 1.06rem;
  color: var(--muted);
  line-height: 1.75;
  min-width: 0;
}
.svc-article h2,
.prd-article h2,
.svc-body h2,
.prd-content h2 {
  font-family: var(--display);
  color: var(--ink);
  font-size: 1.5rem;
  font-weight: 700;
  margin: 30px 0 12px;
  scroll-margin-top: 90px;
  line-height: 1.2;
}
.svc-article h3,
.prd-article h3,
.svc-body h3,
.prd-content h3 {
  font-family: var(--display);
  color: var(--ink);
  font-size: 1.15rem;
  font-weight: 600;
  margin: 22px 0 10px;
  scroll-margin-top: 90px;
}
.svc-article h4,
.prd-article h4,
.svc-body h4,
.prd-content h4 {
  font-family: var(--display);
  color: var(--ink);
  font-size: 1.05rem;
  font-weight: 600;
  margin: 18px 0 8px;
  scroll-margin-top: 90px;
}
.svc-article p,
.prd-article p,
.svc-body p,
.prd-content p {
  margin-bottom: 16px;
}
.svc-article ul,
.svc-article ol,
.prd-article ul,
.prd-article ol,
.svc-body ul,
.prd-content ul {
  margin: 0 0 16px 22px;
}
.svc-article li,
.prd-article li,
.svc-body li,
.prd-content li {
  margin-bottom: 8px;
}
.svc-article a,
.prd-article a,
.svc-body a,
.prd-content a {
  color: var(--accent-2);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.svc-article a:hover,
.prd-article a:hover,
.svc-body a:hover,
.prd-content a:hover {
  color: var(--accent);
}
.svc-article strong,
.prd-article strong,
.svc-body strong,
.prd-content strong {
  color: var(--ink);
}
.svc-article code,
.prd-article code,
.svc-body code,
.prd-content 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;
}
.svc-article pre,
.prd-article pre,
.svc-body pre,
.prd-content pre {
  background: var(--panel);
  border: 1px solid var(--panel-brd);
  border-radius: 12px;
  padding: 16px;
  overflow-x: auto;
  margin: 20px 0;
}
.svc-article pre code,
.prd-article pre code,
.svc-body pre code,
.prd-content pre code {
  background: none;
  border: 0;
  padding: 0;
  color: var(--ink);
}
.svc-article blockquote,
.prd-article blockquote,
.svc-body blockquote,
.prd-content blockquote {
  border-left: 3px solid var(--accent-2);
  padding: 12px 18px;
  margin: 20px 0;
  color: var(--ink);
  font-style: italic;
  background: rgba(124,92,255,.04);
  border-radius: 0 8px 8px 0;
}
.svc-article table,
.prd-article table,
.svc-body table,
.prd-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: .95rem;
}
.svc-article th,
.svc-article td,
.prd-article th,
.prd-article td,
.svc-body th,
.svc-body td,
.prd-content th,
.prd-content td {
  border: 1px solid var(--panel-brd);
  padding: 10px 14px;
  text-align: left;
}
.svc-article th,
.prd-article th,
.svc-body th,
.prd-content th {
  background: var(--panel);
  color: var(--ink);
  font-family: var(--display);
  font-weight: 600;
}
.svc-article img,
.prd-article img,
.svc-body img,
.prd-content img {
  max-width: 100%;
  height: auto;
  border-radius: 14px;
  border: 1px solid var(--panel-brd);
  margin: 12px 0;
}

/* TOC Card and Navigation (Matching Blog TOC) */
.toc-card {
  border: 1px solid var(--panel-brd);
  border-radius: 16px;
  background: var(--panel);
  padding: 20px;
}
.toc-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;
  text-decoration: none;
}
.toc-nav a.lvl3,
.toc-nav a.toc-h3 {
  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);
}
/* ==========================================================================
   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;
  }
}

/* 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;
}

/* ==========================================================================
   Unified Left-Aligned Headers for Service and Product Pages
   ========================================================================== */
.svc-single,
.prd-single {
  padding-top: 118px !important;
  padding-bottom: 60px !important;
}

.svc-header,
.prd-header {
  margin-bottom: 26px;
  text-align: left;
}

.svc-header .crumbs,
.prd-header .crumbs {
  margin-bottom: 12px;
  color: var(--faint);
  font-family: var(--mono);
  font-size: 0.82rem;
}

.svc-header .crumbs a,
.prd-header .crumbs a {
  color: var(--muted);
  text-decoration: none;
  transition: color 0.2s ease;
}

.svc-header .crumbs a:hover,
.prd-header .crumbs a:hover {
  color: var(--accent-2);
}

.svc-header .crumbs span,
.prd-header .crumbs span {
  color: var(--ink);
}

.svc-cat-badge,
.prd-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;
}

.svc-cat-badge:hover {
  background: rgba(0, 229, 192, 0.2);
  color: #fff;
}

.svc-h1,
.prd-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;
}

.svc-lead,
.prd-lead {
  font-size: 1.08rem;
  color: var(--muted);
  max-width: 820px;
  line-height: 1.65;
  margin: 0 0 12px;
}

@media (max-width: 640px) {
  .svc-single,
  .prd-single {
    padding-top: 92px !important;
  }
}


/* ==========================================================================
   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;
}


/* ==========================================================================
   Icon Sizing, Content Buttons, & Homepage FAQ Styles
   ========================================================================== */
.cvw-fc-icon {
  width: 52px !important;
  height: 52px !important;
  min-width: 52px !important;
  max-width: 52px !important;
  border-radius: 14px !important;
  background: linear-gradient(135deg, rgba(124, 92, 255, 0.18), rgba(0, 229, 192, 0.12)) !important;
  border: 1px solid var(--panel-brd) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 8px !important;
  overflow: hidden !important;
  flex-shrink: 0 !important;
}
.cvw-fc-icon img {
  width: 32px !important;
  height: 32px !important;
  max-width: 32px !important;
  max-height: 32px !important;
  object-fit: contain !important;
  display: block !important;
  border: 0 !important;
  border-radius: 0 !important;
  margin: 0 !important;
}

/* Universal Content Buttons (WhatsApp, Primary, Links) */
a[href*="whatsapp.com"],
a[href*="wa.me"],
.btn-whatsapp {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  padding: 12px 24px !important;
  border-radius: 100px !important;
  font-family: var(--display) !important;
  font-weight: 600 !important;
  font-size: 0.95rem !important;
  text-decoration: none !important;
  transition: all 0.25s ease !important;
  cursor: pointer !important;
  background: #128c7e !important;
  color: #fff !important;
  box-shadow: 0 4px 18px rgba(18, 140, 126, 0.35) !important;
  margin: 12px 0 !important;
}
a[href*="whatsapp.com"]:hover,
a[href*="wa.me"]:hover,
.btn-whatsapp:hover {
  background: #0e7065 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 24px rgba(18, 140, 126, 0.45) !important;
  color: #fff !important;
}

/* Homepage FAQ Category Chips & Search Box */
.faq-cats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px 0 20px;
}
.faq-cat {
  font-family: var(--mono);
  font-size: 0.8rem;
  padding: 8px 16px;
  border-radius: 100px;
  border: 1px solid var(--panel-brd);
  background: var(--panel);
  color: var(--muted);
  cursor: pointer;
  transition: 0.2s ease;
}
.faq-cat:hover,
.faq-cat.active {
  color: var(--ink);
  border-color: var(--accent);
  background: rgba(124, 92, 255, 0.16);
}
.faq-cat b {
  color: var(--accent-2);
  font-weight: 500;
}
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 16px;
}
