/*
Theme Name: CrownTech Appliances
Theme URI: https://www.crowntech.uk/
Author: CrownTech
Author URI: https://www.crowntech.uk/
Description: Same-day domestic appliance repair landing page for West London. Features Quick Diagnose, Postcode Checker, and full local SEO schema.
Version: 2.0.0
Requires at least: 5.9
Tested up to: 6.7
License: Proprietary
Text Domain: crowntech
*/

/* ═══════════════════════════════════════════════════════
   CROWNTECH THEME — style.css
   Styles for CPT pages, shortcodes, and shared components.
   Front-page inline CSS handles the landing page.
   Strictly NO GAS references throughout.
═══════════════════════════════════════════════════════ */

/* ─── CSS TOKENS (mirror front-page vars for CPT/blog templates) ─── */
:root {
  --or:     #FF6600;
  --or-d:   #D94F00;
  --or-10:  rgba(255,102,0,.10);
  --nv:     #1A364E;
  --nv-d:   #0D1F2D;
  --nv-m:   #254B6B;
  --sl-400: #94A3B8;
  --sl-600: #475569;
  --t:      .25s ease;
}

/* ─── LOGO (shared navbar/footer) ───────────────────── */
.logo-wrap { display:flex;align-items:center;gap:.6rem;text-decoration:none; }
.logo-icon {
  width:42px;height:42px;
  background:linear-gradient(135deg,var(--or),var(--or-d));
  border-radius:10px;display:flex;align-items:center;justify-content:center;
  color:#fff;font-size:1.1rem;flex-shrink:0;
  box-shadow:0 3px 10px rgba(255,102,0,.3);
  transition:transform var(--t);
}
.logo-wrap:hover .logo-icon { transform:rotate(-8deg) scale(1.08); }
.logo-name { font-family:'Poppins',sans-serif;font-size:1.12rem;font-weight:800;color:var(--nv);letter-spacing:-.02em;line-height:1.1; }
.logo-name span { color:var(--or); }
.logo-sub { font-size:.58rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--sl-400); }

/* ─── SHARED FOOTER ──────────────────────────────────── */
#footer { background:var(--nv-d);color:rgba(255,255,255,.55);padding:4.5rem 0 0; }
#footer h3 { font-family:'Poppins',sans-serif;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.13em;color:#fff;margin-bottom:1rem; }
.fl { list-style:none;padding:0;margin:0; }
.fl li { margin-bottom:.5rem; }
.fl a { font-size:.84rem;color:rgba(255,255,255,.52);text-decoration:none;display:inline-flex;align-items:center;gap:.4rem;transition:color var(--t),padding-left var(--t); }
.fl a:hover { color:#fff;padding-left:4px; }
.fl a i { font-size:.6rem;color:var(--or); }
.fat { display:flex;flex-wrap:wrap;gap:.4rem; }
.fat a { font-size:.71rem;font-weight:600;color:rgba(255,255,255,.48);background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.09);border-radius:50px;padding:.2rem .7rem;transition:all var(--t);text-decoration:none;cursor:pointer; }
.fat a:hover { color:#fff;background:rgba(255,102,0,.2);border-color:rgba(255,102,0,.3); }
.fsoc { display:flex;gap:.55rem;margin-top:1.1rem; }
.fsoc a { width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.11);color:rgba(255,255,255,.62);display:flex;align-items:center;justify-content:center;font-size:.88rem;text-decoration:none;transition:all var(--t); }
.fsoc a:hover { background:var(--or);border-color:var(--or);color:#fff; }
.fbot { border-top:1px solid rgba(255,255,255,.08);margin-top:3.5rem;padding:1.2rem 0;font-size:.75rem;color:rgba(255,255,255,.32); }
.fbot a { color:rgba(255,255,255,.32);text-decoration:none;transition:color var(--t); }
.fbot a:hover { color:rgba(255,255,255,.7); }

/* ─── SECTION PADDING ────────────────────────────────── */
.section-pad { padding: 5rem 0; }
.bg-light-subtle { background: #F8FAFC; }

/* ─── BREADCRUMB ─────────────────────────────────────── */
.ct-breadcrumb {
  background: #F1F5F9;
  border-bottom: 1px solid #E2E8F0;
  padding: .65rem 0;
}
.ct-breadcrumb-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .4rem;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: .78rem;
  color: #64748B;
}
.ct-breadcrumb-list a { color: #1A364E; text-decoration: none; }
.ct-breadcrumb-list a:hover { color: #FF6600; }
.ct-breadcrumb-list i { font-size: .6rem; color: #94A3B8; }

/* ─── AREA HERO / BRAND HERO ─────────────────────────── */
.ct-area-hero,
.ct-brand-hero {
  padding: 4rem 0 3.5rem;
  background: linear-gradient(148deg, #0D1F2D 0%, #1A364E 50%, #1E4D72 100%);
}
.ct-area-h1,
.ct-brand-h1 {
  font-size: clamp(2rem, 5vw, 3.4rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
  letter-spacing: -.025em;
  margin-bottom: 1rem;
}
.ct-area-h1 em,
.ct-brand-h1 em { color: #FF6600; font-style: normal; }
.ct-brand-h1-sub { font-size: clamp(1.2rem, 3vw, 1.8rem); color: rgba(255,255,255,.6); }
.ct-area-sub {
  font-size: clamp(.9rem, 1.8vw, 1.05rem);
  color: rgba(255,255,255,.75);
  line-height: 1.75;
  max-width: 540px;
  margin-bottom: 0;
}

/* ─── AREA / BRAND BADGE (hero decoration) ───────────── */
.ct-area-badge-large,
.ct-brand-badge-large {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .6rem;
  background: rgba(255,255,255,.07);
  border: 2px solid rgba(255,102,0,.35);
  border-radius: 20px;
  padding: 2.5rem 2rem;
  text-align: center;
  color: #fff;
}
.ct-area-badge-large i,
.ct-brand-badge-large i {
  font-size: 3.5rem;
  color: #FF6600;
}
.ct-area-badge-large span,
.ct-brand-badge-large span {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
}
.ct-area-badge-large small,
.ct-brand-badge-large small {
  font-size: .85rem;
  color: rgba(255,255,255,.5);
  letter-spacing: .05em;
}

/* ─── MATRIX SHORTCODE ───────────────────────────────── */
.ct-matrix {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 6px 28px rgba(0,0,0,.1);
  padding: 2.5rem;
  border: 1px solid #E2E8F0;
}
.ct-matrix-h1 {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 900;
  color: #1A364E;
  margin-bottom: .75rem;
  line-height: 1.2;
}
.ct-matrix-h1 em { color: #FF6600; font-style: normal; }
.ct-matrix-desc {
  font-size: 1rem;
  color: #475569;
  line-height: 1.75;
  max-width: 680px;
  margin-bottom: 1.5rem;
}
.ct-chips {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  margin-bottom: 1.75rem;
}
.ct-chip {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: .3rem .85rem;
  border-radius: 50px;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .03em;
}
.ct-chip-ok    { background: #ECFDF5; color: #059669; border: 1px solid #A7F3D0; }
.ct-chip-brand { background: rgba(255,102,0,.08); color: #D94F00; border: 1px solid rgba(255,102,0,.25); }
.ct-chip-type  { background: rgba(26,54,78,.08); color: #1A364E; border: 1px solid rgba(26,54,78,.2); }
.ct-chip-area  { background: #EFF6FF; color: #1D4ED8; border: 1px solid #BFDBFE; }
.ct-chip i { font-size: .65rem; }
.ct-btn-primary,
.ct-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  min-height: 46px;
  padding: .55rem 1.6rem;
  border-radius: 50px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: .86rem;
  text-decoration: none;
  transition: all .25s ease;
  cursor: pointer;
  border: 2px solid transparent;
}
.ct-btn-primary {
  background: #FF6600;
  color: #fff;
  border-color: #FF6600;
}
.ct-btn-primary:hover {
  background: #D94F00;
  border-color: #D94F00;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255,102,0,.35);
}
.ct-btn-secondary {
  background: transparent;
  color: #1A364E;
  border-color: #CBD5E1;
}
.ct-btn-secondary:hover {
  border-color: #FF6600;
  color: #FF6600;
}

/* ─── SERVICE CARDS (CPT pages) ──────────────────────── */
.ct-service-card {
  background: #fff;
  border-radius: 14px;
  border: 1px solid #E2E8F0;
  padding: 1.75rem 1.5rem;
  height: 100%;
  transition: box-shadow .25s ease, transform .25s ease;
  display: flex;
  flex-direction: column;
}
.ct-service-card:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,.1);
  transform: translateY(-3px);
}
.ct-svc-icon {
  font-size: 1.8rem;
  color: #FF6600;
  margin-bottom: .85rem;
}
.ct-svc-name {
  font-size: 1rem;
  font-weight: 700;
  color: #1A364E;
  margin-bottom: .5rem;
}
.ct-svc-desc {
  font-size: .83rem;
  color: #64748B;
  line-height: 1.65;
  flex: 1;
  margin-bottom: 1rem;
}
.ct-svc-link {
  font-size: .8rem;
  font-weight: 700;
  color: #FF6600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  margin-top: auto;
}
.ct-svc-link:hover { color: #D94F00; gap: .55rem; }

/* ─── AREA HUB SHORTCODE ─────────────────────────────── */
.ct-hub-wrap {
  max-width: 960px;
  margin: 0 auto;
}
.ct-hub-input-row {
  display: flex;
  gap: .75rem;
  max-width: 520px;
  margin: 0 auto 2rem;
  flex-wrap: wrap;
}
.ct-hub-input {
  flex: 1;
  min-width: 0;
  height: 48px;
  border: 2px solid #E2E8F0;
  border-radius: 50px;
  padding: 0 1.2rem;
  font-size: .92rem;
  font-family: 'Inter', sans-serif;
  color: #1E293B;
  transition: border-color .2s;
  outline: none;
}
.ct-hub-input:focus { border-color: #FF6600; }
.ct-hub-check-btn {
  min-height: 48px;
  padding: 0 1.5rem;
  background: #FF6600;
  color: #fff;
  border: none;
  border-radius: 50px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: .86rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  transition: background .2s, transform .2s;
}
.ct-hub-check-btn:hover {
  background: #D94F00;
  transform: translateY(-1px);
}
.ct-hub-result {
  max-width: 520px;
  margin: -.75rem auto 1.5rem;
  font-size: .86rem;
  border-radius: 10px;
  padding: .75rem 1rem;
  display: none;
}
.ct-hub-result.ct-hub-ok   { display: block; background: #ECFDF5; color: #065F46; border: 1px solid #6EE7B7; }
.ct-hub-result.ct-hub-err  { display: block; background: #FEF2F2; color: #991B1B; border: 1px solid #FECACA; }
.ct-hub-result.ct-hub-warn { display: block; background: #FFFBEB; color: #92400E; border: 1px solid #FDE68A; }
.ct-hub-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(145px, 1fr));
  gap: .6rem;
}
.ct-hub-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: .55rem .9rem;
  background: #fff;
  border: 1.5px solid #E2E8F0;
  border-radius: 10px;
  font-size: .78rem;
  font-weight: 600;
  color: #1A364E;
  text-decoration: none;
  transition: all .2s ease;
  line-height: 1.3;
}
.ct-hub-badge:hover,
.ct-hub-badge.ct-hub-active {
  background: #FF6600;
  border-color: #FF6600;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(255,102,0,.3);
}
.ct-hub-badge.ct-hub-pulse {
  animation: ctHubPulse .6s ease 3;
}
@keyframes ctHubPulse {
  0%,100% { box-shadow: 0 0 0 0 rgba(255,102,0,.5); }
  50%      { box-shadow: 0 0 0 10px rgba(255,102,0,0); }
}

/* ─── AI SCANNER SHORTCODE ───────────────────────────── */
.ct-scanner {
  max-width: 680px;
  margin: 0 auto;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 6px 28px rgba(0,0,0,.1);
  border: 1px solid #E2E8F0;
  overflow: hidden;
}
.ct-scanner-tabs {
  display: flex;
  border-bottom: 1px solid #E2E8F0;
}
.ct-scanner-tab {
  flex: 1;
  padding: .9rem 1rem;
  background: none;
  border: none;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: .82rem;
  color: #94A3B8;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: color .2s, border-color .2s;
}
.ct-scanner-tab.active {
  color: #FF6600;
  border-bottom-color: #FF6600;
}
.ct-scanner-body { padding: 1.75rem 2rem 2rem; }
.scan-drop-zone {
  border: 2px dashed #CBD5E1;
  border-radius: 12px;
  padding: 2.5rem;
  text-align: center;
  cursor: pointer;
  transition: border-color .2s, background .2s;
  color: #94A3B8;
}
.scan-drop-zone:hover,
.scan-drop-hover {
  border-color: #FF6600;
  background: rgba(255,102,0,.04);
  color: #FF6600;
}
.scan-drop-zone i { font-size: 2.5rem; margin-bottom: .75rem; display: block; }
.scan-drop-zone p { font-size: .86rem; margin: 0; }
.scan-file-input { display: none; }
.scan-progress-wrap { margin-top: 1.2rem; }
.scan-progress-wrap.scan-hidden { display: none; }
.scan-progress-track {
  background: #F1F5F9;
  border-radius: 50px;
  height: 8px;
  overflow: hidden;
}
.scan-progress-bar {
  height: 100%;
  background: linear-gradient(90deg, #FF6600, #FF8533);
  border-radius: 50px;
  width: 0;
  transition: width .3s ease;
}
.scan-steps {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.scan-steps li {
  font-size: .75rem;
  color: #94A3B8;
  display: flex;
  align-items: center;
  gap: .3rem;
}
.scan-steps li::before {
  content: '○';
  font-size: .9rem;
}
.scan-step-active { color: #FF6600 !important; }
.scan-step-active::before { content: '◉' !important; color: #FF6600; }
.scan-step-done { color: #059669 !important; }
.scan-step-done::before { content: '●' !important; color: #059669; }
.scan-manual-form { margin-top: 1.5rem; }
.scan-manual-form.scan-hidden { display: none; }
.scan-manual-form label {
  display: block;
  font-size: .8rem;
  font-weight: 600;
  color: #475569;
  margin-bottom: .35rem;
}
.scan-manual-form input,
.scan-manual-form select {
  width: 100%;
  height: 46px;
  border: 1.5px solid #CBD5E1;
  border-radius: 10px;
  padding: 0 1rem;
  font-size: .9rem;
  font-family: 'Inter', sans-serif;
  color: #1E293B;
  margin-bottom: 1rem;
  transition: border-color .2s;
  outline: none;
}
.scan-manual-form input:focus,
.scan-manual-form select:focus { border-color: #FF6600; }
.scan-manual-btn {
  width: 100%;
  height: 48px;
  background: #1A364E;
  color: #fff;
  border: none;
  border-radius: 50px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: .9rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  transition: background .2s, transform .2s;
}
.scan-manual-btn:hover {
  background: #0D1F2D;
  transform: translateY(-1px);
}
.scan-result { margin-top: 1.5rem; display: none; border-radius: 14px; padding: 1.25rem 1.5rem; }
.scan-result.scan-result-visible { display: flex; gap: 1rem; align-items: flex-start; }
.scan-result.scan-ok   { background: #ECFDF5; border: 1px solid #6EE7B7; }
.scan-result.scan-warn { background: #FFFBEB; border: 1px solid #FDE68A; }
.scan-result.scan-err  { background: #FEF2F2; border: 1px solid #FECACA; }
.scan-result.scan-info { background: #EFF6FF; border: 1px solid #BFDBFE; }
.scan-result-icon { font-size: 1.5rem; flex-shrink: 0; margin-top: .1rem; }
.scan-ok .scan-result-icon    { color: #059669; }
.scan-warn .scan-result-icon  { color: #D97706; }
.scan-err .scan-result-icon   { color: #DC2626; }
.scan-info .scan-result-icon  { color: #2563EB; }
.scan-result-label {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: .95rem;
  margin-bottom: .35rem;
  color: #1E293B;
}
.scan-result-detail { font-size: .85rem; color: #475569; line-height: 1.65; }
.scan-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  margin-top: .75rem;
  padding: .5rem 1.2rem;
  background: #FF6600;
  color: #fff;
  border-radius: 50px;
  font-weight: 700;
  font-size: .82rem;
  text-decoration: none;
  transition: background .2s;
}
.scan-cta-btn:hover { background: #D94F00; color: #fff; }

/* ─── CTA STRIP ──────────────────────────────────────── */
.ct-cta-strip {
  background: linear-gradient(135deg, #0D1F2D 0%, #1A364E 100%);
  color: #fff;
}
.ct-cta-title {
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  font-weight: 900;
  color: #fff;
  margin-bottom: .5rem;
}
.ct-cta-sub {
  font-size: 1rem;
  color: rgba(255,255,255,.65);
  margin-bottom: 0;
}
.btn-lg-custom {
  min-height: 52px;
  padding: .7rem 2rem;
  font-size: .95rem;
}

/* ─── PROSE (WP editor content) ─────────────────────── */
.ct-prose {
  max-width: 780px;
  font-size: 1rem;
  line-height: 1.8;
  color: #334155;
}
.ct-prose h2 { font-size: 1.5rem; font-weight: 800; color: #1A364E; margin: 2rem 0 .75rem; }
.ct-prose h3 { font-size: 1.2rem; font-weight: 700; color: #1A364E; margin: 1.5rem 0 .5rem; }
.ct-prose p  { margin-bottom: 1.2rem; }
.ct-prose ul { padding-left: 1.4rem; margin-bottom: 1.2rem; }
.ct-prose li { margin-bottom: .4rem; }
.ct-prose a  { color: #FF6600; text-decoration: underline; }
.ct-prose strong { color: #1A364E; }

/* ─── FAB BUTTONS ────────────────────────────────────── */
#waFAB {
  position: fixed;
  bottom: 1.8rem;
  right: 1.8rem;
  z-index: 1040;
  width: 56px;
  height: 56px;
  background: #25D366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  box-shadow: 0 4px 18px rgba(37,211,102,.45);
  transition: transform .25s ease, box-shadow .25s ease;
}
#waFAB:hover { transform: scale(1.1); box-shadow: 0 6px 24px rgba(37,211,102,.6); }

#emergFAB {
  position: fixed;
  bottom: 5.5rem;
  right: 1.8rem;
  z-index: 1040;
  width: 50px;
  height: 50px;
  background: #FF6600;
  color: #fff;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  box-shadow: 0 4px 16px rgba(255,102,0,.45);
  transition: transform .25s ease;
}
@media (max-width: 767px) { #emergFAB { display: flex; } }
#emergFAB:hover { transform: scale(1.1); }

#btt {
  position: fixed;
  bottom: 1.8rem;
  left: 1.8rem;
  z-index: 1040;
  width: 44px;
  height: 44px;
  background: #fff;
  border: 1.5px solid #E2E8F0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .9rem;
  color: #475569;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s, transform .2s;
  box-shadow: 0 2px 10px rgba(0,0,0,.1);
}
#btt.btt-visible { opacity: 1; visibility: visible; }
#btt:hover { transform: translateY(-3px); color: #FF6600; border-color: #FF6600; }

/* ─── FAB PULSE ──────────────────────────────────────── */
.fab-pulse { animation: fabPulse .7s ease; }
@keyframes fabPulse {
  0%   { transform: scale(1); box-shadow: 0 0 0 0 rgba(37,211,102,.7); }
  50%  { transform: scale(1.12); box-shadow: 0 0 0 16px rgba(37,211,102,0); }
  100% { transform: scale(1); }
}
.cta-pulse { animation: ctaPulse .8s ease; }
@keyframes ctaPulse {
  0%,100% { box-shadow: 0 0 0 0 rgba(255,102,0,.6); }
  50%     { box-shadow: 0 0 0 18px rgba(255,102,0,0); }
}

/* ─── NAV SCROLL BEHAVIOUR ───────────────────────────── */
.nav-scrolled { box-shadow: 0 3px 20px rgba(0,0,0,.12) !important; }
.nav-hidden { transform: translateY(-100%); }

/* ─── RESPONSIVE ─────────────────────────────────────── */
@media (max-width: 991px) {
  .ct-area-hero,
  .ct-brand-hero { padding: 3rem 0; }
  .section-pad { padding: 3.5rem 0; }
  .ct-matrix { padding: 1.5rem; }
  .ct-scanner-body { padding: 1.25rem; }
}
@media (max-width: 575px) {
  .ct-hub-grid { grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); }
  .ct-hub-input-row { flex-direction: column; }
  .ct-hub-check-btn,
  .ct-hub-btn { width: 100%; }
}

/* ═══════════════════════════════════════════════════════
   AREA HUB SHORTCODE — extra components
═══════════════════════════════════════════════════════ */
.ct-area-hub { max-width: 980px; margin: 0 auto; }

.ct-hub-card {
  background: #fff;
  border-radius: 18px;
  border: 1px solid #E2E8F0;
  box-shadow: 0 4px 20px rgba(0,0,0,.07);
  padding: 2rem;
  text-align: center;
  margin-bottom: 2rem;
}
.ct-hub-icon {
  font-size: 2.5rem;
  color: #FF6600;
  display: block;
  margin-bottom: 1rem;
}
.ct-hub-title {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: #1A364E;
  margin-bottom: .35rem;
}
.ct-hub-sub {
  font-size: .9rem;
  color: #64748B;
  margin-bottom: 1.25rem;
}
.ct-hub-input-wrap {
  position: relative;
  flex: 1;
  min-width: 0;
}
.ct-hub-input-icon {
  position: absolute;
  left: 1.1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #94A3B8;
  font-size: .85rem;
  pointer-events: none;
}
.ct-hub-input { padding-left: 2.5rem !important; }

/* Alias — shortcode uses ct-hub-btn, CSS originally had ct-hub-check-btn */
.ct-hub-btn {
  min-height: 48px;
  padding: 0 1.5rem;
  background: #FF6600;
  color: #fff;
  border: none;
  border-radius: 50px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: .86rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  transition: background .2s, transform .2s;
  white-space: nowrap;
}
.ct-hub-btn:hover { background: #D94F00; transform: translateY(-1px); }

.ct-hub-divider {
  text-align: center;
  position: relative;
  margin: 1.5rem 0;
  color: #94A3B8;
  font-size: .72rem;
  letter-spacing: .1em;
  font-weight: 700;
}
.ct-hub-divider::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: #E2E8F0;
  z-index: 0;
}
.ct-hub-divider span {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 0 1rem;
}
.ct-hub-count-row { text-align: center; margin-bottom: 1rem; }
.ct-hub-count-pill {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  background: rgba(255,102,0,.08);
  color: #D94F00;
  font-size: .78rem;
  font-weight: 700;
  padding: .3rem 1rem;
  border-radius: 50px;
  border: 1px solid rgba(255,102,0,.2);
}
.ct-hub-badge-name { display: block; font-weight: 700; font-size: .78rem; }
.ct-hub-badge-pc   { display: block; font-size: .68rem; opacity: .7; font-weight: 500; }

/* ═══════════════════════════════════════════════════════
   AI SCANNER SHORTCODE v2 — #ctScanner
═══════════════════════════════════════════════════════ */
.ct-scanner-inner { padding: 2rem; }

.ct-scanner-badge {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  background: linear-gradient(135deg, #FF6600, #FF8533);
  color: #fff;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: .3rem .85rem;
  border-radius: 50px;
  margin-bottom: 1rem;
}
.ct-scanner-h2 {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 900;
  color: #1A364E;
  margin-bottom: .5rem;
}
.ct-scanner-sub {
  font-size: .9rem;
  color: #64748B;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

/* Upload zone */
.ct-scan-upload {
  border: 2px dashed #CBD5E1;
  border-radius: 14px;
  padding: 2.5rem 1.5rem;
  text-align: center;
  cursor: pointer;
  transition: border-color .2s, background .2s;
  color: #94A3B8;
  margin-bottom: 1rem;
}
.ct-scan-upload:hover,
.ct-scan-upload.ct-scan-drag {
  border-color: #FF6600;
  background: rgba(255,102,0,.04);
  color: #FF6600;
}
.ct-scan-file-input { display: none; }
.ct-scan-upload-icon { font-size: 2.5rem; margin-bottom: .85rem; display: block; }
.ct-scan-upload-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: .95rem;
  margin-bottom: .35rem;
  color: #1E293B;
}
.ct-scan-upload-hint { font-size: .78rem; color: #94A3B8; margin-bottom: .85rem; }
.ct-scan-tips { display: flex; justify-content: center; flex-wrap: wrap; gap: .5rem; }
.ct-scan-tip {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  font-size: .72rem;
  font-weight: 600;
  color: #64748B;
  background: #F1F5F9;
  padding: .2rem .65rem;
  border-radius: 50px;
}

/* Preview */
#ctScanPreviewWrap {
  border-radius: 10px;
  overflow: hidden;
  max-height: 200px;
  margin-bottom: 1rem;
}
#ctScanPreview { width: 100%; height: 200px; object-fit: contain; background: #F8FAFC; }

/* Scan animation */
#ctScanAnim {
  background: #F8FAFC;
  border-radius: 12px;
  padding: 1.25rem;
  margin-bottom: 1rem;
}
.ct-scan-steps { display: flex; flex-wrap: wrap; gap: .75rem; margin-bottom: 1rem; }
.ct-scan-step {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: .8rem;
  color: #94A3B8;
  transition: color .2s;
}
.ct-scan-step.ct-step-active { color: #FF6600; }
.ct-scan-step.ct-step-done   { color: #059669; }
.ct-scan-step-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #CBD5E1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .6rem;
  flex-shrink: 0;
  transition: border-color .2s, background .2s, color .2s;
}
.ct-step-active .ct-scan-step-dot { border-color: #FF6600; background: rgba(255,102,0,.1); color: #FF6600; }
.ct-step-done   .ct-scan-step-dot { border-color: #059669; background: #ECFDF5; color: #059669; }

.ct-scan-progress-label {
  display: flex;
  justify-content: space-between;
  font-size: .78rem;
  color: #64748B;
  margin-bottom: .4rem;
}
.ct-prog-bar {
  background: #E2E8F0;
  border-radius: 50px;
  height: 8px;
  overflow: hidden;
}
.ct-prog-fill {
  height: 100%;
  background: linear-gradient(90deg, #FF6600, #FF8533);
  border-radius: 50px;
  transition: width .3s ease;
  width: 0;
}

/* Extracted text */
.ct-scan-text-wrap { margin-bottom: 1rem; }
.ct-scan-text-wrap label {
  display: block;
  font-size: .8rem;
  font-weight: 600;
  color: #475569;
  margin-bottom: .35rem;
}
#ctScanText {
  width: 100%;
  border: 1.5px solid #CBD5E1;
  border-radius: 10px;
  padding: .7rem 1rem;
  font-size: .9rem;
  font-family: 'Inter', sans-serif;
  color: #1E293B;
  resize: vertical;
  transition: border-color .2s;
  outline: none;
}
#ctScanText:focus { border-color: #FF6600; }
.ct-scan-actions { display: flex; gap: .75rem; margin-top: .75rem; flex-wrap: wrap; }

/* Outline button (Reset, etc.) */
.ct-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  min-height: 46px;
  padding: .55rem 1.4rem;
  border-radius: 50px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: .86rem;
  cursor: pointer;
  background: transparent;
  color: #64748B;
  border: 2px solid #CBD5E1;
  transition: border-color .2s, color .2s;
  text-decoration: none;
}
.ct-btn-outline:hover { border-color: #FF6600; color: #FF6600; }

/* Result box */
.ct-scan-result {
  display: none;
  border-radius: 12px;
  padding: 1.25rem;
  text-align: center;
  margin-top: 1rem;
  line-height: 1.65;
  font-size: .9rem;
}
.ct-scan-result.ct-result-visible { display: block; }
.ct-scan-result.ct-result-ok   { background: #ECFDF5; border: 1px solid #6EE7B7; color: #065F46; }
.ct-scan-result.ct-result-warn { background: #FFFBEB; border: 1px solid #FDE68A; color: #92400E; }
.ct-scan-result.ct-result-err  { background: #FEF2F2; border: 1px solid #FECACA; color: #991B1B; }
.ct-scan-result.ct-result-info { background: #EFF6FF; border: 1px solid #BFDBFE; color: #1E40AF; }

@media (max-width: 767px) {
  .ct-scanner-inner { padding: 1.25rem; }
}

/* ═══════════════════════════════════════════════════════
   POST CREATOR ADMIN TOOL  (#ctPostCreator)
═══════════════════════════════════════════════════════ */
.ct-post-creator {
  background: #fff;
  border-radius: 18px;
  border: 1px solid #E2E8F0;
  box-shadow: 0 6px 28px rgba(0,0,0,.1);
  overflow: hidden;
  max-width: 860px;
  margin: 0 auto;
}
.ct-pc-header {
  background: linear-gradient(135deg, #0D1F2D, #1A364E);
  color: #fff;
  padding: 1.5rem 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.ct-pc-icon { font-size: 2rem; color: #FF6600; flex-shrink: 0; }
.ct-pc-title { font-size: 1.35rem; font-weight: 800; margin: 0 0 .2rem; }
.ct-pc-sub   { font-size: .85rem; color: rgba(255,255,255,.6); margin: 0; }
.ct-pc-form  { padding: 2rem; }
.ct-pc-row   { display: flex; gap: 1rem; margin-bottom: 1rem; }
.ct-pc-field { flex: 1; min-width: 0; }
.ct-pc-field label {
  display: block;
  font-size: .8rem;
  font-weight: 600;
  color: #475569;
  margin-bottom: .35rem;
}
.ct-pc-input,
.ct-pc-select,
.ct-pc-textarea {
  width: 100%;
  border: 1.5px solid #CBD5E1;
  border-radius: 10px;
  padding: .6rem 1rem;
  font-size: .9rem;
  font-family: 'Inter', sans-serif;
  color: #1E293B;
  background: #fff;
  transition: border-color .2s;
  outline: none;
}
.ct-pc-input:focus,
.ct-pc-select:focus,
.ct-pc-textarea:focus { border-color: #FF6600; }
.ct-pc-select   { height: 44px; }
.ct-pc-textarea { resize: vertical; min-height: 90px; }
.ct-pc-actions  { display: flex; gap: .75rem; flex-wrap: wrap; margin-top: 1.25rem; }
.ct-pc-output   { border-top: 1px solid #E2E8F0; }
.ct-pc-output-tabs {
  display: flex;
  border-bottom: 1px solid #E2E8F0;
  background: #F8FAFC;
}
.ct-pc-tab {
  padding: .75rem 1.25rem;
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: .82rem;
  color: #94A3B8;
  cursor: pointer;
  transition: color .2s, border-color .2s;
}
.ct-pc-tab.active { color: #FF6600; border-bottom-color: #FF6600; }
.ct-pc-tab-pane  { padding: 1.5rem 2rem; }
.ct-post-creator-locked {
  padding: 1rem 1.5rem;
  background: #FEF2F2;
  border: 1px solid #FECACA;
  border-radius: 10px;
  color: #991B1B;
  font-weight: 600;
  font-size: .9rem;
}
@media (max-width: 575px) {
  .ct-pc-row   { flex-direction: column; }
  .ct-pc-form  { padding: 1.25rem; }
  .ct-pc-tab-pane { padding: 1rem; }
  .ct-pc-header { padding: 1.25rem; }
}

/* ═══════════════════════════════════════════════════════
   MOBILE CALL-NOW BAR — #ctCallBar
   Full-width fixed bottom bar, mobile only (≤ 767px).
   Replaces the circular emergFAB on small screens.
═══════════════════════════════════════════════════════ */
#ctCallBar {
  display: none;
}
@media (max-width: 767px) {
  #ctCallBar {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1055;
    height: 56px;
    background: #FF6600;
    color: #fff;
    align-items: center;
    justify-content: center;
    gap: .55rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: .95rem;
    letter-spacing: .01em;
    text-decoration: none;
    box-shadow: 0 -3px 18px rgba(255,102,0,.35);
  }
  #ctCallBar i { font-size: 1rem; }
  #ctCallBar .ct-bar-num {
    font-size: .8rem;
    opacity: .85;
    font-weight: 600;
  }
  /* Push FABs & btt above the call bar on mobile */
  #waFAB   { bottom: 4.5rem !important; }
  #emergFAB { display: none !important; }
  #btt     { bottom: 4.5rem !important; }
  /* Give the main content breathing room so it's not hidden behind the bar */
  body { padding-bottom: 56px; }
}
/* Pulsating glow — class toggled by JS every 8s */
.ct-call-bar-pulse {
  animation: ctBarPulse .75s ease;
}
@keyframes ctBarPulse {
  0%   { box-shadow: 0 -3px 18px rgba(255,102,0,.35); }
  40%  { box-shadow: 0 -8px 32px rgba(255,102,0,.65); }
  100% { box-shadow: 0 -3px 18px rgba(255,102,0,.35); }
}

/* ═══════════════════════════════════════════════════════
   BRAND GRID SHORTCODE  — [brand_grid]
═══════════════════════════════════════════════════════ */
.ct-brand-grid { max-width: 1200px; margin: 0 auto; }

/* Filter pills */
.ct-bg-filters {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-bottom: 1.75rem;
  justify-content: center;
}
.ct-bg-filter {
  padding: .35rem 1rem;
  border: 1.5px solid #CBD5E1;
  border-radius: 50px;
  background: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: .78rem;
  font-weight: 600;
  color: #475569;
  cursor: pointer;
  transition: all .2s ease;
  line-height: 1;
}
.ct-bg-filter:hover,
.ct-bg-filter.active {
  background: #FF6600;
  border-color: #FF6600;
  color: #fff;
}

/* Card grid */
.ct-bg-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 1rem;
  margin-bottom: 1.25rem;
}
.ct-bg-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.4rem 1rem 1rem;
  background: #fff;
  border: 1.5px solid #E2E8F0;
  border-radius: 14px;
  text-decoration: none;
  transition: all .22s ease;
  position: relative;
  overflow: hidden;
}
.ct-bg-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: #FF6600;
  transform: scaleX(0);
  transition: transform .22s ease;
  transform-origin: left;
}
.ct-bg-card:hover {
  border-color: #FF6600;
  box-shadow: 0 6px 24px rgba(255,102,0,.15);
  transform: translateY(-3px);
  color: inherit;
}
.ct-bg-card:hover::before { transform: scaleX(1); }
.ct-bg-card.ct-bg-hidden  { display: none; }

.ct-bg-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(255,102,0,.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: #FF6600;
  margin-bottom: .7rem;
  transition: background .22s, color .22s;
}
.ct-bg-card:hover .ct-bg-icon {
  background: #FF6600;
  color: #fff;
}
.ct-bg-name {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: .88rem;
  color: #1A364E;
  margin-bottom: .3rem;
  line-height: 1.25;
}
.ct-bg-tier {
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: .15rem .55rem;
  border-radius: 50px;
  margin-bottom: .55rem;
}
.ct-bg-tier--premium  { background: #FFF7ED; color: #C2410C; border: 1px solid #FDBA74; }
.ct-bg-tier--german   { background: #EFF6FF; color: #1D4ED8; border: 1px solid #BFDBFE; }
.ct-bg-tier--standard { background: #F0FDF4; color: #15803D; border: 1px solid #86EFAC; }
.ct-bg-tier--uk       { background: #FEF3C7; color: #92400E; border: 1px solid #FDE68A; }
.ct-bg-tier--value    { background: #F8FAFC; color: #64748B; border: 1px solid #CBD5E1; }
.ct-bg-tier--asian    { background: #FDF2F8; color: #9D174D; border: 1px solid #FBCFE8; }
.ct-bg-tier--cooking  { background: #FFF1F2; color: #BE123C; border: 1px solid #FECDD3; }

.ct-bg-cta {
  font-size: .73rem;
  font-weight: 700;
  color: #FF6600;
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  margin-top: auto;
  transition: gap .2s;
}
.ct-bg-card:hover .ct-bg-cta { gap: .5rem; }
.ct-bg-cta i { font-size: .6rem; }

.ct-bg-count {
  text-align: center;
  font-size: .82rem;
  color: #94A3B8;
  margin-top: .5rem;
}
.ct-bg-count strong { color: #FF6600; }

@media (max-width: 575px) {
  .ct-bg-cards { grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: .7rem; }
}

/* ═══════════════════════════════════════════════════════
   APPLIANCE TYPE / SERVICE CPT PAGES
═══════════════════════════════════════════════════════ */
.ct-service-hero {
  padding: 4rem 0 3.5rem;
  background: linear-gradient(148deg, #0D1F2D 0%, #1A364E 50%, #1E4D72 100%);
}
.ct-service-badge-large {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .6rem;
  background: rgba(255,255,255,.07);
  border: 2px solid rgba(255,102,0,.35);
  border-radius: 20px;
  padding: 2.5rem 2rem;
  text-align: center;
  color: #fff;
}
.ct-service-badge-large i  { font-size: 3.5rem; color: #FF6600; }
.ct-service-badge-large span {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
}
.ct-service-badge-large small { font-size: .85rem; color: rgba(255,255,255,.5); letter-spacing: .05em; }

/* Faults grid */
.ct-faults-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: .85rem;
}
.ct-fault-item {
  display: flex;
  align-items: flex-start;
  gap: .75rem;
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  padding: 1rem 1.1rem;
  font-size: .88rem;
  color: #334155;
  line-height: 1.5;
  transition: box-shadow .2s, transform .2s;
}
.ct-fault-item:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,.08);
  transform: translateY(-2px);
}
.ct-fault-item i { color: #FF6600; flex-shrink: 0; margin-top: .1rem; font-size: .9rem; }

/* Landmark badge (used in area hero) */
.ct-landmark-badge {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50px;
  padding: .3rem .9rem;
  font-size: .78rem;
  color: rgba(255,255,255,.8);
  font-weight: 600;
  margin-top: .75rem;
}
.ct-landmark-badge i { color: #FF6600; font-size: .72rem; }

/* ═══════════════════════════════════════════════════════
   SPARE PARTS HUB STYLES
═══════════════════════════════════════════════════════ */

/* Trust bar */
.ct-parts-trust-bar {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem 1.5rem;
  justify-content: center;
  background: #F0F7FF;
  border: 1px solid #D0E8FF;
  border-radius: 12px;
  padding: 1.1rem 1.5rem;
}
.ct-ptb-item {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: .88rem;
  font-weight: 600;
  color: #1A364E;
}
.ct-ptb-item i { color: #FF6600; font-size: 1rem; }

/* Parts grid */
.ct-parts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1.25rem;
}

/* Parts card base */
.ct-parts-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(0,0,0,.07);
  padding: 1.5rem 1.25rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: .65rem;
  transition: transform .2s, box-shadow .2s;
  border-top: 4px solid transparent;
}
.ct-parts-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 28px rgba(0,0,0,.12);
}

/* Card colour accents */
.ct-pc-laundry    { border-top-color: #3B82F6; }
.ct-pc-cooking    { border-top-color: #FF6600; }
.ct-pc-cooling    { border-top-color: #06B6D4; }
.ct-pc-dishwasher { border-top-color: #10B981; }
.ct-pc-integrated { border-top-color: #8B5CF6; }

/* Card icon */
.ct-pc-icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  margin-bottom: .25rem;
}
.ct-pc-laundry    .ct-pc-icon-wrap { background: #EFF6FF; color: #3B82F6; }
.ct-pc-cooking    .ct-pc-icon-wrap { background: #FFF4ED; color: #FF6600; }
.ct-pc-cooling    .ct-pc-icon-wrap { background: #ECFEFF; color: #06B6D4; }
.ct-pc-dishwasher .ct-pc-icon-wrap { background: #ECFDF5; color: #10B981; }
.ct-pc-integrated .ct-pc-icon-wrap { background: #F5F3FF; color: #8B5CF6; }

.ct-pc-name {
  font-size: 1rem;
  font-weight: 700;
  color: #1A364E;
  line-height: 1.3;
  margin: 0;
}

.ct-pc-items {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: .3rem;
}
.ct-pc-items li {
  display: flex;
  align-items: flex-start;
  gap: .45rem;
  font-size: .82rem;
  color: #334155;
  line-height: 1.4;
}
.ct-pc-items li i { color: #10B981; flex-shrink: 0; margin-top: .15rem; font-size: .75rem; }

.ct-pc-note {
  font-size: .75rem;
  color: #64748B;
  background: #F8FAFC;
  border-radius: 6px;
  padding: .35rem .55rem;
  margin: 0;
  display: flex;
  gap: .35rem;
  align-items: flex-start;
}
.ct-pc-note i { color: #3B82F6; flex-shrink: 0; margin-top: .1rem; }

.ct-pc-cta {
  margin-top: auto;
  background: #1A364E;
  color: #fff;
  border-radius: 8px;
  padding: .6rem 1rem;
  font-size: .87rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: background .2s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
}
.ct-pc-cta:hover { background: #FF6600; color: #fff; }

/* Brand strip */
.ct-parts-brands { text-align: center; }
.ct-pb-label { font-size: .8rem; color: #64748B; text-transform: uppercase; letter-spacing: .06em; margin-bottom: .65rem; }
.ct-pb-strip { display: flex; flex-wrap: wrap; gap: .4rem; justify-content: center; }
.ct-pb-tag {
  background: #F1F5F9;
  border: 1px solid #E2E8F0;
  border-radius: 20px;
  padding: .25rem .75rem;
  font-size: .78rem;
  font-weight: 600;
  color: #475569;
}

/* Engineer fallback */
.ct-parts-engineer-fallback { }
.ct-pef-inner {
  background: linear-gradient(135deg, #1A364E 0%, #254d6e 100%);
  border-radius: 14px;
  padding: 1.75rem 2rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  color: #fff;
}
.ct-pef-icon {
  width: 56px;
  height: 56px;
  background: rgba(255,102,0,.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #FF6600;
  flex-shrink: 0;
}
.ct-pef-body { flex: 1; min-width: 200px; }
.ct-pef-body h4 { font-size: 1.05rem; font-weight: 700; margin-bottom: .35rem; }
.ct-pef-body p { font-size: .88rem; opacity: .85; margin: 0; }
.ct-pef-link { color: #FF6600; font-weight: 700; text-decoration: none; }
.ct-pef-link:hover { color: #ffa366; }
.ct-pef-btn {
  white-space: nowrap;
  border-color: rgba(255,255,255,.5);
  color: #fff;
  font-weight: 700;
}
.ct-pef-btn:hover { background: #FF6600; border-color: #FF6600; color: #fff; }

/* Affiliate disclaimer */
.ct-parts-disclaimer {
  font-size: .75rem;
  color: #94A3B8;
  text-align: center;
  border-top: 1px solid #E2E8F0;
  padding-top: 1rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: .4rem;
  line-height: 1.5;
}
.ct-parts-disclaimer i { flex-shrink: 0; margin-top: .1rem; }

/* ── Area section ─────────────────────────────────── */
.ct-parts-area-section { background: #F8FAFC; }
.ct-parts-area-cta { background: #FF6600; border-color: #FF6600; font-weight: 700; }
.ct-parts-area-cta:hover { background: #e55b00; border-color: #e55b00; color: #fff; }

.ct-parts-area-cats {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
}
.ct-pac-chip {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  background: #fff;
  border: 1.5px solid #E2E8F0;
  border-radius: 30px;
  padding: .45rem 1rem;
  font-size: .85rem;
  font-weight: 600;
  color: #1A364E;
  text-decoration: none;
  transition: background .18s, border-color .18s, color .18s;
}
.ct-pac-chip:hover {
  background: #FF6600;
  border-color: #FF6600;
  color: #fff;
}
.ct-pac-chip i { font-size: .9rem; }

.ct-pef-inline {
  display: flex;
  align-items: flex-start;
  gap: .65rem;
  background: #fff;
  border: 1px solid #E2E8F0;
  border-left: 4px solid #FF6600;
  border-radius: 8px;
  padding: .85rem 1.1rem;
  font-size: .88rem;
  color: #334155;
}
.ct-pef-inline > i { color: #FF6600; flex-shrink: 0; margin-top: .15rem; }

/* ── Floating widget ──────────────────────────────── */
.ct-parts-widget {
  background: #1A364E;
  color: #fff;
  border-radius: 16px;
  padding: 1.25rem 1rem 1rem;
  text-align: center;
  width: 160px;
  box-shadow: 0 8px 28px rgba(0,0,0,.18);
  transition: transform .25s;
  position: relative;
}
.ct-pw-floating {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1040;
}
@media (max-width: 767px) {
  .ct-pw-floating { display: none; }
}
.ct-pw-close {
  position: absolute;
  top: .45rem;
  right: .55rem;
  background: none;
  border: none;
  color: rgba(255,255,255,.5);
  font-size: .8rem;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  transition: color .15s;
}
.ct-pw-close:hover { color: #fff; }
.ct-pw-icon {
  font-size: 1.8rem;
  color: #FF6600;
  margin-bottom: .4rem;
}
.ct-pw-title {
  font-size: .88rem;
  font-weight: 700;
  margin: 0 0 .2rem;
}
.ct-pw-sub {
  font-size: .72rem;
  opacity: .7;
  margin: 0 0 .75rem;
}
.ct-pw-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  background: #FF6600;
  color: #fff;
  border-radius: 8px;
  padding: .5rem .65rem;
  font-size: .78rem;
  font-weight: 700;
  text-decoration: none;
  transition: background .18s;
}
.ct-pw-btn:hover { background: #e55b00; color: #fff; }
.ct-pw-note {
  font-size: .65rem;
  opacity: .5;
  margin: .5rem 0 0;
}
.ct-pw-pulse { animation: ctBarPulse .75s ease; }

/* ── Parts hub section label ──────────────────────── */
.ct-parts-hub .ct-section-label { color: #FF6600; }

@media (max-width: 575px) {
  .ct-parts-grid { grid-template-columns: 1fr; }
  .ct-pef-inner { padding: 1.25rem; }
  .ct-pef-icon { display: none; }
}

/* ── Parts Hub Hero (template-parts-hub.php) ──────── */
.ct-parts-hub-hero {
  background: linear-gradient(135deg, #1A364E 0%, #254d6e 100%);
  color: #fff;
  padding: 4rem 0 3.5rem;
}
.ct-parts-hero-graphic {
  position: relative;
  width: 280px;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ct-phg-stat {
  position: absolute;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.2);
  backdrop-filter: blur(4px);
  border-radius: 10px;
  padding: .5rem 1rem;
  font-size: .82rem;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  gap: .5rem;
  white-space: nowrap;
}
.ct-phg-stat:nth-child(2) { top: 10px; right: 0; }
.ct-phg-stat:nth-child(3) { bottom: 50px; left: 0; }
.ct-phg-stat:nth-child(4) { bottom: 10px; right: 10px; }
.ct-phg-stat i { color: #FF6600; }

/* ── How It Works steps ───────────────────────────── */
.ct-hiw-step {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(0,0,0,.06);
  padding: 2rem 1.5rem;
  height: 100%;
  position: relative;
}
.ct-hiw-num {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 32px;
  background: #FF6600;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .85rem;
  font-weight: 800;
}
.ct-hiw-icon {
  font-size: 2rem;
  color: #1A364E;
  display: block;
  margin-bottom: .75rem;
}
.ct-hiw-step h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #1A364E;
  margin-bottom: .5rem;
}
.ct-hiw-step p { font-size: .88rem; color: #475569; margin: 0; }

/* ── Related repair cards ─────────────────────────── */
.ct-related-repair-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .5rem;
  background: #fff;
  border: 1.5px solid #E2E8F0;
  border-radius: 12px;
  padding: 1.25rem .75rem;
  text-decoration: none;
  color: #1A364E;
  font-size: .82rem;
  font-weight: 600;
  text-align: center;
  transition: border-color .18s, background .18s, color .18s;
  height: 100%;
}
.ct-related-repair-card i {
  font-size: 1.6rem;
  color: #FF6600;
}
.ct-related-repair-card:hover {
  background: #FF6600;
  border-color: #FF6600;
  color: #fff;
}
.ct-related-repair-card:hover i { color: #fff; }

/* ═══════════════════════════════════════════════════════
   BLOG STYLES
   home.php · archive.php · single.php · [crowntech_latest_blog]
═══════════════════════════════════════════════════════ */

/* ── Blog Hero ────────────────────────────────────── */
.ct-blog-hero {
  background: linear-gradient(135deg, #1A364E 0%, #254d6e 100%);
  color: #fff;
  padding: 3.5rem 0 3rem;
  border-bottom: 4px solid #FF6600;
}
.ct-blog-hero--archive { border-left: 0; }
.ct-blog-hero-title {
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
  margin-bottom: .65rem;
}
.ct-blog-hero-sub {
  font-size: 1rem;
  color: rgba(255,255,255,.75);
  max-width: 580px;
  line-height: 1.65;
  margin: 0;
}
.ct-blog-hero-sub strong { color: #FF6600; }

/* ── Category filter bar ──────────────────────────── */
.ct-blog-cat-filter {
  background: #fff;
  border-bottom: 1px solid #E2E8F0;
  position: sticky;
  top: 0;
  z-index: 100;
}
.ct-bcf-inner {
  display: flex;
  gap: .25rem;
  overflow-x: auto;
  padding: .6rem 0;
  scrollbar-width: none;
}
.ct-bcf-inner::-webkit-scrollbar { display: none; }
.ct-bcf-pill {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  white-space: nowrap;
  padding: .42rem 1rem;
  border-radius: 30px;
  font-size: .83rem;
  font-weight: 600;
  color: #475569;
  text-decoration: none;
  border: 1.5px solid transparent;
  transition: background .15s, border-color .15s, color .15s;
}
.ct-bcf-pill:hover { background: #F8FAFC; border-color: #CBD5E1; color: #1A364E; }
.ct-bcf-pill.active {
  background: #1A364E;
  color: #fff;
  border-color: #1A364E;
}
.ct-bcf-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}

/* ── Blog grid ────────────────────────────────────── */
.ct-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media (max-width: 991px) { .ct-blog-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 575px)  { .ct-blog-grid { grid-template-columns: 1fr; } }

/* Compact variant (used in sidebar shortcode) */
.ct-blog-grid--compact { grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 1rem; }

/* ── Blog card ────────────────────────────────────── */
.ct-blog-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(0,0,0,.06);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .2s, box-shadow .2s;
  text-decoration: none;
}
.ct-blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 32px rgba(0,0,0,.12);
}

/* Card image */
.ct-bc-img-wrap {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16/9;
  background: #F1F5F9;
}
.ct-bc-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s;
}
.ct-blog-card:hover .ct-bc-img { transform: scale(1.05); }
.ct-bc-img-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: #CBD5E1;
}

/* Orange border accent on image */
.ct-bc-img-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  border-bottom: 3px solid #FF6600;
  pointer-events: none;
  opacity: 0;
  transition: opacity .2s;
}
.ct-blog-card:hover .ct-bc-img-wrap::after { opacity: 1; }

/* Category badge on image */
.ct-bc-cat-badge {
  position: absolute;
  bottom: .65rem;
  left: .65rem;
  color: #fff;
  font-size: .72rem;
  font-weight: 700;
  padding: .25rem .65rem;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: .04em;
  pointer-events: none;
}

/* Card body */
.ct-bc-body {
  padding: 1.1rem 1.25rem 1.25rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: .5rem;
}
.ct-bc-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .3rem;
  font-size: .75rem;
  color: #94A3B8;
}
.ct-bc-sep { color: #CBD5E1; }
.ct-bc-area-tag {
  color: #FF6600;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: .2rem;
}
.ct-bc-title {
  font-size: 1rem;
  font-weight: 700;
  color: #1A364E;
  line-height: 1.35;
  margin: 0;
}
.ct-bc-title a { color: inherit; text-decoration: none; }
.ct-bc-title a:hover { color: #FF6600; }
.ct-bc-excerpt {
  font-size: .84rem;
  color: #475569;
  line-height: 1.6;
  margin: 0;
  flex: 1;
}
.ct-bc-btn {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  margin-top: auto;
  padding-top: .35rem;
  font-size: .84rem;
  font-weight: 700;
  color: #FF6600;
  text-decoration: none;
  border-top: 1px solid #F1F5F9;
  padding-top: .75rem;
  transition: gap .18s, color .18s;
}
.ct-bc-btn:hover { color: #e55b00; gap: .65rem; }

/* ── No posts empty state ─────────────────────────── */
.ct-blog-empty {
  text-align: center;
  padding: 5rem 1rem;
  color: #94A3B8;
}
.ct-blog-empty i { font-size: 3rem; display: block; margin-bottom: 1rem; }
.ct-blog-empty h2 { color: #1A364E; }

/* ── Pagination ───────────────────────────────────── */
.ct-blog-pagination .page-numbers {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
  justify-content: center;
}
.ct-blog-pagination .page-numbers li a,
.ct-blog-pagination .page-numbers li span {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: .5rem 1rem;
  border-radius: 8px;
  font-size: .86rem;
  font-weight: 600;
  color: #1A364E;
  background: #F1F5F9;
  text-decoration: none;
  border: 1.5px solid transparent;
  transition: background .15s, color .15s;
}
.ct-blog-pagination .page-numbers li a:hover { background: #FF6600; color: #fff; }
.ct-blog-pagination .page-numbers li span.current {
  background: #1A364E;
  color: #fff;
}

/* ── [crowntech_latest_blog] section ─────────────── */
.ct-latest-blog { padding: 2rem 0; }
.ct-lb-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: .75rem;
  margin-bottom: 1.5rem;
}
.ct-lb-title {
  font-size: 1.45rem;
  font-weight: 800;
  color: #1A364E;
  margin: 0;
}
.ct-lb-more {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  font-size: .86rem;
  font-weight: 700;
  color: #FF6600;
  text-decoration: none;
  transition: gap .15s;
}
.ct-lb-more:hover { gap: .6rem; color: #e55b00; }

/* ── Single post — featured image hero ───────────── */
.ct-post-hero-img {
  width: 100%;
  height: clamp(220px, 40vw, 440px);
  background-size: cover;
  background-position: center;
  position: relative;
}
.ct-phi-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(26,54,78,.6) 0%, transparent 60%);
  display: flex;
  align-items: flex-end;
  padding: 1.5rem;
}

/* ── Single post layout ───────────────────────────── */
.ct-post-layout { padding-top: 2.5rem; padding-bottom: 3rem; }

.ct-post-cat-badge {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: .72rem;
  font-weight: 700;
  padding: .25rem .75rem;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: .05em;
  text-decoration: none;
  margin-bottom: .85rem;
}
.ct-post-cat-badge--inline { display: inline-flex; margin-bottom: .85rem; }

.ct-post-title {
  font-size: clamp(1.5rem, 4vw, 2.2rem);
  font-weight: 800;
  color: #1A364E;
  line-height: 1.25;
  margin-bottom: 1rem;
}

/* Post meta bar */
.ct-post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem 1.25rem;
  align-items: center;
  font-size: .82rem;
  color: #64748B;
  padding-bottom: 1rem;
  border-bottom: 1px solid #E2E8F0;
  margin-bottom: 1rem;
}
.ct-pm-item { display: flex; align-items: center; gap: .35rem; }
.ct-pm-item i { color: #FF6600; font-size: .85rem; }

/* Area tags (top) */
.ct-post-tags-top {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
  margin-bottom: 1rem;
}
.ct-post-area-badge {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  background: #FFF4ED;
  border: 1px solid #FFD5B0;
  color: #FF6600;
  font-size: .75rem;
  font-weight: 700;
  padding: .25rem .65rem;
  border-radius: 20px;
  text-decoration: none;
  transition: background .15s;
}
.ct-post-area-badge:hover { background: #FF6600; color: #fff; border-color: #FF6600; }
.ct-post-area-badge i { font-size: .7rem; }

/* Electric-only notice */
.ct-post-electric-notice {
  display: flex;
  align-items: flex-start;
  gap: .6rem;
  background: #EFF6FF;
  border: 1px solid #BFDBFE;
  border-left: 4px solid #3B82F6;
  border-radius: 8px;
  padding: .8rem 1rem;
  font-size: .84rem;
  color: #1E40AF;
  margin-bottom: 1.75rem;
}
.ct-post-electric-notice i { color: #3B82F6; flex-shrink: 0; margin-top: .1rem; }
.ct-post-electric-notice strong { color: #1E40AF; }

/* Post content typography */
.ct-post-content h2 {
  font-size: 1.4rem;
  font-weight: 800;
  color: #1A364E;
  margin-top: 2rem;
  margin-bottom: .75rem;
}
.ct-post-content h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #1A364E;
  margin-top: 1.5rem;
  margin-bottom: .6rem;
}
.ct-post-content p { font-size: .97rem; line-height: 1.8; color: #334155; margin-bottom: 1.15rem; }
.ct-post-content ul, .ct-post-content ol { padding-left: 1.5rem; margin-bottom: 1.15rem; }
.ct-post-content li { font-size: .95rem; line-height: 1.75; color: #334155; margin-bottom: .35rem; }
.ct-post-content a { color: #FF6600; text-decoration: underline; }
.ct-post-content a:hover { color: #e55b00; }
.ct-post-content strong { color: #1A364E; }
.ct-post-content img { max-width: 100%; border-radius: 10px; margin: 1rem 0; }
.ct-post-content blockquote {
  border-left: 4px solid #FF6600;
  padding: .75rem 1.25rem;
  margin: 1.5rem 0;
  background: #FFF4ED;
  border-radius: 0 8px 8px 0;
  font-style: italic;
  color: #475569;
}

/* Inline parts CTA (after content) */
.ct-post-parts-inline {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  background: #1A364E;
  color: #fff;
  border-radius: 12px;
  padding: 1.1rem 1.4rem;
  margin: 1.75rem 0;
}
.ct-post-parts-inline i { font-size: 1.6rem; color: #FF6600; flex-shrink: 0; }
.ct-post-parts-inline > div { flex: 1; min-width: 160px; }
.ct-post-parts-inline > div strong { display: block; font-size: .95rem; margin-bottom: .2rem; }
.ct-post-parts-inline > div p { font-size: .82rem; opacity: .75; margin: 0; }
.ct-ppi-btn {
  white-space: nowrap;
  background: #FF6600;
  color: #fff;
  border-radius: 8px;
  padding: .55rem 1.1rem;
  font-size: .84rem;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  transition: background .18s;
}
.ct-ppi-btn:hover { background: #e55b00; color: #fff; }

/* Tags at bottom */
.ct-post-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .4rem;
  padding: 1rem 0;
  border-top: 1px solid #E2E8F0;
  margin-top: 1rem;
}
.ct-pt-label { font-size: .8rem; font-weight: 600; color: #64748B; display: flex; align-items: center; gap: .3rem; }

/* Post navigation */
.ct-post-nav {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  border-top: 1px solid #E2E8F0;
  padding-top: 1.5rem;
  margin-top: 1.5rem;
}
.ct-pnav-link {
  flex: 1;
  min-width: 180px;
  display: flex;
  flex-direction: column;
  gap: .25rem;
  padding: .9rem 1rem;
  background: #F8FAFC;
  border-radius: 10px;
  text-decoration: none;
  border: 1.5px solid #E2E8F0;
  transition: border-color .18s, background .18s;
}
.ct-pnav-link:hover { border-color: #FF6600; background: #FFF4ED; }
.ct-pnav-next { text-align: right; }
.ct-pnav-dir { font-size: .73rem; color: #64748B; font-weight: 600; text-transform: uppercase; letter-spacing: .05em; display: flex; align-items: center; gap: .3rem; }
.ct-pnav-next .ct-pnav-dir { justify-content: flex-end; }
.ct-pnav-title { font-size: .88rem; font-weight: 700; color: #1A364E; line-height: 1.35; }

/* Related posts */
.ct-related-posts { margin-top: 3rem; }
.ct-rp-heading {
  font-size: 1.2rem;
  font-weight: 800;
  color: #1A364E;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  gap: .5rem;
}
.ct-rp-heading i { color: #FF6600; }

/* ── Sidebar ──────────────────────────────────────── */
.ct-blog-sidebar { padding-top: 0; }
.ct-sidebar-widget {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(0,0,0,.06);
  padding: 1.35rem 1.35rem 1.25rem;
  margin-bottom: 1.5rem;
}

/* Request a repair widget */
.ct-sw-repair {
  background: linear-gradient(135deg, #1A364E 0%, #254d6e 100%);
  color: #fff;
}
.ct-sw-repair-top {
  display: flex;
  gap: .85rem;
  align-items: flex-start;
  margin-bottom: 1rem;
}
.ct-sw-repair-top > i { font-size: 1.6rem; color: #FF6600; flex-shrink: 0; margin-top: .1rem; }
.ct-sw-repair-top h3 { font-size: 1rem; font-weight: 700; color: #fff; margin: 0 0 .25rem; }
.ct-sw-repair-top p { font-size: .8rem; color: rgba(255,255,255,.7); margin: 0; }
.ct-sw-repair-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  width: 100%;
  padding: .65rem;
  border-radius: 8px;
  font-size: .86rem;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: .5rem;
  transition: background .18s, opacity .18s;
}
.ct-sw-btn-primary { background: #FF6600; color: #fff; }
.ct-sw-btn-primary:hover { background: #e55b00; color: #fff; }
.ct-sw-btn-phone { background: rgba(255,255,255,.12); color: #fff; border: 1px solid rgba(255,255,255,.25); }
.ct-sw-btn-phone:hover { background: rgba(255,255,255,.2); color: #fff; }
.ct-sw-btn-wa { background: #25D366; color: #fff; }
.ct-sw-btn-wa:hover { background: #1ebe5b; color: #fff; }
.ct-sw-repair-note { font-size: .72rem; color: rgba(255,255,255,.45); text-align: center; margin: .5rem 0 0; }

/* Spare parts widget */
.ct-sw-parts { text-align: center; }
.ct-swp-icon { font-size: 2rem; color: #FF6600; margin-bottom: .5rem; }
.ct-sw-parts h3 { font-size: 1rem; font-weight: 700; color: #1A364E; margin-bottom: .35rem; }
.ct-sw-parts p { font-size: .82rem; color: #64748B; margin-bottom: .85rem; }
.ct-swp-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  background: #1A364E;
  color: #fff;
  border-radius: 8px;
  padding: .6rem;
  font-size: .85rem;
  font-weight: 700;
  text-decoration: none;
  transition: background .18s;
}
.ct-swp-btn:hover { background: #FF6600; color: #fff; }
.ct-swp-note { font-size: .68rem; color: #94A3B8; margin: .5rem 0 0; }

/* Category list in sidebar */
.ct-sw-heading { font-size: .9rem; font-weight: 700; color: #1A364E; margin-bottom: .85rem; display: flex; align-items: center; gap: .4rem; }
.ct-sw-heading i { color: #FF6600; }
.ct-sw-cat-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: .4rem; }
.ct-sw-cat-list li a {
  display: flex;
  align-items: center;
  gap: .55rem;
  font-size: .86rem;
  font-weight: 600;
  color: #334155;
  text-decoration: none;
  padding: .45rem .6rem;
  border-radius: 7px;
  transition: background .15s, color .15s;
}
.ct-sw-cat-list li a:hover { background: #F8FAFC; color: #FF6600; }
.ct-swcl-dot { width: 9px; height: 9px; border-radius: 50%; flex-shrink: 0; }

/* Recent posts in sidebar */
.ct-sw-recent { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: .75rem; }
.ct-sw-recent li { display: flex; gap: .7rem; align-items: flex-start; }
.ct-swr-thumb { display: block; width: 60px; height: 60px; flex-shrink: 0; border-radius: 8px; overflow: hidden; }
.ct-swr-thumb img { width: 100%; height: 100%; object-fit: cover; }
.ct-swr-text { display: flex; flex-direction: column; gap: .15rem; }
.ct-swr-text a { font-size: .83rem; font-weight: 600; color: #1A364E; text-decoration: none; line-height: 1.4; }
.ct-swr-text a:hover { color: #FF6600; }
.ct-swr-text time { font-size: .72rem; color: #94A3B8; }

/* Area chips in sidebar */
.ct-sw-area-chips { display: flex; flex-wrap: wrap; gap: .35rem; margin-bottom: .75rem; }
.ct-sw-area-chip {
  background: #F1F5F9;
  border: 1px solid #E2E8F0;
  border-radius: 20px;
  padding: .2rem .65rem;
  font-size: .75rem;
  font-weight: 600;
  color: #1A364E;
  text-decoration: none;
  transition: background .15s, color .15s;
}
.ct-sw-area-chip:hover { background: #FF6600; color: #fff; border-color: #FF6600; }
.ct-sw-all-areas {
  font-size: .82rem;
  font-weight: 700;
  color: #FF6600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  transition: gap .15s;
}
.ct-sw-all-areas:hover { gap: .55rem; }

/* ── Parts CTA on blog index ──────────────────────── */
.ct-blog-parts-cta { border-top: 1px solid #E2E8F0; }

/* ── Sticky sidebar on large screens ─────────────── */
@media (min-width: 992px) {
  .ct-blog-sidebar > .ct-sidebar-widget:first-child {
    position: sticky;
    top: 80px;
  }
}
