/*
Theme Name: CallBridge LLC
Theme URI: https://thecallbridgellc.com/
Author: CallBridge LLC
Description: Custom lightweight WordPress theme for CallBridge LLC, an AI automation and digital solutions company.
Version: 3.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: callbridge
*/


:root {
  --cb-bg: #050814;
  --cb-surface: #0b1120;
  --cb-surface-2: #10192c;
  --cb-surface-3: #131f35;
  --cb-text: #f2f6ff;
  --cb-muted: #97a9c6;
  --cb-border: #1b2a44;
  --cb-primary: #4c7dff;
  --cb-primary-2: #7b61ff;
  --cb-accent: #4de2ff;
  --cb-accent-2: #46e5b3;
  --cb-shadow: 0 24px 70px rgba(0, 0, 0, .38);
  --cb-radius: 20px;
  --cb-container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cb-bg);
  color: var(--cb-text);
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.7;
}
img { max-width: 100%; height: auto; }
a { color: var(--cb-primary); text-decoration: none; }
a:hover { text-decoration: none; }
button, input, textarea, select { font: inherit; }

.cb-container { width: min(100% - 40px, var(--cb-container)); margin-inline: auto; }
.cb-narrow { width: min(100% - 40px, 860px); margin-inline: auto; }
.cb-section { padding: 88px 0; }
.cb-section--tight { padding: 60px 0; }
.cb-section--alt { background: var(--cb-surface); }
.cb-section__head { max-width: 760px; margin-bottom: 38px; }
.cb-eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--cb-primary); font-size: .82rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.cb-eyebrow::before { content: ""; width: 30px; height: 2px; background: linear-gradient(135deg, var(--cb-primary), #6b64ff); border-radius: 99px; }
.cb-title, .entry-title { margin: 10px 0 14px; font-size: clamp(2rem, 4vw, 3.35rem); line-height: 1.12; letter-spacing: -.035em; }
.cb-lead { font-size: clamp(1rem, 1.6vw, 1.15rem); color: var(--cb-muted); max-width: 720px; }
.cb-muted { color: var(--cb-muted); }

.cb-btn, .wp-block-button__link, input[type="submit"], button.cb-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 13px 22px;
  background: linear-gradient(135deg, var(--cb-primary), #6b64ff);
  color: #fff !important;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(9, 86, 250, .22);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.cb-btn:hover, .wp-block-button__link:hover, input[type="submit"]:hover, button.cb-submit:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(9, 86, 250, .32); }
.cb-btn--ghost { background: transparent; border-color: var(--cb-border); color: var(--cb-text) !important; box-shadow: none; }
.cb-btn--ghost:hover { border-color: var(--cb-primary); color: var(--cb-primary) !important; }

/* Header */
.cb-site-header { position: sticky; top: 0; z-index: 1000; background: rgba(5, 8, 20, .88); border-bottom: 1px solid color-mix(in srgb, var(--cb-border) 80%, transparent); backdrop-filter: blur(16px); }
.admin-bar .cb-site-header { top: 32px; }
.cb-header-inner { min-height: 78px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; }
.cb-brand { display: inline-flex; align-items: center; min-width: 180px; }
.cb-brand img, .custom-logo { width: auto; max-height: 46px; }
.cb-nav { justify-self: center; }
.cb-nav ul { list-style: none; display: flex; align-items: center; gap: 25px; margin: 0; padding: 0; }
.cb-nav li { position: relative; }
.cb-nav a { color: var(--cb-text); font-size: .95rem; font-weight: 600; }
.cb-nav a:hover, .cb-nav .current-menu-item > a { color: var(--cb-primary); }
.cb-nav .sub-menu { display: none; position: absolute; top: 100%; left: -18px; min-width: 230px; padding: 12px; background: var(--cb-surface); border: 1px solid var(--cb-border); border-radius: 14px; box-shadow: var(--cb-shadow); }
.cb-nav li:hover > .sub-menu, .cb-nav li:focus-within > .sub-menu { display: grid; gap: 4px; }
.cb-nav .sub-menu a { display: block; padding: 8px 10px; border-radius: 8px; }
.cb-nav .sub-menu a:hover { background: var(--cb-surface-2); }
.cb-header-actions { display: flex; align-items: center; gap: 10px; }
.cb-theme-toggle { display: none !important; }
.cb-menu-toggle { width: 42px; height: 42px; padding: 0; border-radius: 50%; border: 1px solid var(--cb-border); background: var(--cb-surface); color: var(--cb-text); cursor: pointer; display: none; place-items: center; }
.cb-header-widget .widget { margin: 0; }

.cb-brand .custom-logo-link { display: inline-flex; align-items: center; line-height: 0; }
.cb-brand .custom-logo { display: block; width: auto; max-width: 230px; max-height: 52px; object-fit: contain; }
.cb-brand-fallback { display: inline-flex; align-items: center; min-width: 210px; line-height: 0; }
.cb-brand-fallback img { width: 210px; max-height: 54px; object-fit: contain; object-position: left center; }
.cb-brand-mark { position: relative; width: 46px; height: 46px; flex: 0 0 46px; border-radius: 14px; background: linear-gradient(145deg, #0956fa, #3979ff); box-shadow: 0 10px 26px rgba(9,86,250,.26); overflow: hidden; }
.cb-brand-mark::before { content: ""; position: absolute; width: 34px; height: 20px; border: 4px solid #fff; border-left-color: transparent; border-bottom-color: transparent; border-radius: 50%; transform: rotate(-18deg); left: 6px; top: 14px; }
.cb-brand-mark::after { content: ""; position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--cb-accent); left: 11px; top: 12px; box-shadow: 0 0 0 5px rgba(23,195,178,.18); }
.cb-brand-mark span { position: absolute; width: 22px; height: 3px; border-radius: 99px; background: #fff; right: 5px; bottom: 10px; transform: rotate(-18deg); }
.cb-brand-copy { display: grid; grid-template-columns: auto auto; align-items: baseline; column-gap: 5px; line-height: 1; }
.cb-brand-copy strong { font-size: 1.25rem; letter-spacing: -.04em; }
.cb-brand-copy small { color: var(--cb-primary); font-weight: 800; font-size: .72rem; }
.cb-brand-copy em { grid-column: 1 / -1; margin-top: 5px; color: var(--cb-muted); font-size: .48rem; letter-spacing: .14em; font-style: normal; font-weight: 700; white-space: nowrap; }

/* Hero */
.cb-hero {
  position: relative;
  overflow: hidden;
  padding: 104px 0 88px;
  border-bottom: 1px solid rgba(76, 125, 255, .10);
  background:
    radial-gradient(circle at 80% 12%, rgba(76, 125, 255, .13), transparent 32%),
    radial-gradient(circle at 15% 18%, rgba(77, 226, 255, .055), transparent 26%),
    linear-gradient(180deg, #050814 0%, #070b18 100%);
}
.cb-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .18;
  background-image:
    linear-gradient(rgba(90, 121, 183, .13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(90, 121, 183, .13) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.75), transparent 85%);
  animation: cbHeroGrid 18s linear infinite;
}
.cb-hero::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -220px;
  top: -220px;
  border: 1px solid rgba(76, 125, 255, .10);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(76,125,255,.018), 0 0 0 140px rgba(76,125,255,.012);
  pointer-events: none;
}
.cb-hero .cb-container { position: relative; z-index: 2; }
.cb-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(420px, .88fr);
  gap: clamp(42px, 6vw, 78px);
  align-items: center;
}
.cb-hero-copy { min-width: 0; max-width: 720px; }
.cb-hero h1 {
  font-size: clamp(2.8rem, 5.1vw, 4.55rem);
  line-height: 1.03;
  letter-spacing: -.052em;
  margin: 16px 0 24px;
  max-width: 720px;
  overflow-wrap: normal;
  word-break: normal;
}
.cb-hero h1 span {
  background: linear-gradient(100deg, #ffffff 0%, #85a6ff 40%, #4de2ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.cb-hero p { font-size: 1.08rem; color: var(--cb-muted); max-width: 650px; }
.cb-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.cb-trust-inline { display: flex; flex-wrap: wrap; gap: 14px 22px; margin-top: 28px; color: #8093b2; font-size: .88rem; }
.cb-trust-inline span::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--cb-accent-2); box-shadow: 0 0 12px rgba(70,229,179,.6); vertical-align: 1px; }

.cb-hero-visual { min-width: 0; display: grid; place-items: center; perspective: 1200px; }
.cb-flow-console {
  --console-rx: 0deg;
  --console-ry: 0deg;
  position: relative;
  width: min(100%, 520px);
  min-height: 438px;
  padding: 16px;
  border-radius: 28px;
  border: 1px solid rgba(125, 151, 214, .18);
  background: linear-gradient(160deg, rgba(15, 25, 45, .96), rgba(7, 12, 25, .98));
  box-shadow: 0 34px 90px rgba(0,0,0,.44), inset 0 1px 0 rgba(255,255,255,.035);
  transform: rotateX(var(--console-rx)) rotateY(var(--console-ry));
  transform-style: preserve-3d;
  transition: transform .18s ease-out, border-color .25s ease;
  isolation: isolate;
  overflow: hidden;
}
.cb-flow-console:hover { border-color: rgba(76, 125, 255, .36); }
.cb-console-glow { position: absolute; inset: -30% 20% auto -10%; height: 280px; background: radial-gradient(circle, rgba(76,125,255,.20), transparent 68%); filter: blur(26px); pointer-events: none; }
.cb-flow-console::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 1px;
  left: -10%;
  top: -10%;
  background: linear-gradient(90deg, transparent, rgba(77,226,255,.7), transparent);
  box-shadow: 0 0 24px rgba(77,226,255,.32);
  animation: cbScan 5.8s ease-in-out infinite;
  z-index: 8;
  pointer-events: none;
}
.cb-console-top { position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 4px 4px 16px; border-bottom: 1px solid rgba(121, 143, 188, .13); }
.cb-console-brand, .cb-console-status { display: inline-flex; align-items: center; gap: 8px; font-size: .73rem; font-weight: 700; letter-spacing: .03em; }
.cb-console-brand { color: #dbe6fb; }
.cb-console-brand i { width: 9px; height: 9px; border-radius: 3px; background: linear-gradient(135deg, var(--cb-primary), var(--cb-accent)); box-shadow: 0 0 15px rgba(76,125,255,.7); }
.cb-console-status { color: #75f2c7; letter-spacing: .09em; }
.cb-console-status i { width: 7px; height: 7px; border-radius: 50%; background: #46e5b3; box-shadow: 0 0 0 0 rgba(70,229,179,.6); animation: cbStatusPulse 2s infinite; }
.cb-console-canvas { position: relative; z-index: 2; padding: 28px 5px 22px; }
.cb-console-canvas::before { content: ""; position: absolute; inset: 0; opacity: .23; pointer-events: none; background-image: radial-gradient(circle, rgba(125,151,214,.35) 1px, transparent 1px); background-size: 18px 18px; mask-image: linear-gradient(to bottom, #000, transparent); }
.cb-flow-path { position: relative; display: grid; grid-template-columns: 1fr 34px 1fr 34px 1fr 34px 1fr; align-items: center; gap: 6px; min-height: 150px; }
.cb-flow-node { position: relative; z-index: 3; min-width: 0; padding: 15px 12px; border: 1px solid rgba(126, 150, 201, .16); border-radius: 16px; background: rgba(12, 20, 37, .88); box-shadow: inset 0 1px 0 rgba(255,255,255,.025); transition: transform .25s ease, border-color .25s ease, background .25s ease; animation: cbNodeFloat 5.5s ease-in-out infinite; }
.cb-flow-node:nth-of-type(3) { animation-delay: -.9s; }
.cb-flow-node:nth-of-type(5) { animation-delay: -1.8s; }
.cb-flow-node:nth-of-type(7) { animation-delay: -2.7s; }
.cb-flow-node:hover { transform: translateY(-4px); border-color: rgba(77,226,255,.38); background: rgba(16, 28, 50, .96); }
.cb-flow-node b { display: inline-grid; place-items: center; width: 25px; height: 25px; margin-bottom: 10px; border-radius: 8px; background: rgba(76,125,255,.13); color: #88a8ff; font-size: .62rem; }
.cb-flow-node span { display: block; color: #f4f7ff; font-weight: 700; font-size: .82rem; line-height: 1.25; white-space: nowrap; }
.cb-flow-node small { display: block; color: #7286a7; margin-top: 4px; font-size: .61rem; line-height: 1.3; }
.cb-flow-node.is-active { border-color: rgba(76,125,255,.36); box-shadow: inset 0 1px 0 rgba(255,255,255,.03), 0 0 28px rgba(76,125,255,.07); }
.cb-flow-node.is-active::after { content: ""; position: absolute; right: 10px; top: 10px; width: 6px; height: 6px; border-radius: 50%; background: #4de2ff; box-shadow: 0 0 12px rgba(77,226,255,.8); animation: cbStatusPulse 2.2s infinite; }
.cb-flow-link { position: relative; height: 2px; overflow: visible; background: linear-gradient(90deg, rgba(76,125,255,.12), rgba(77,226,255,.38), rgba(76,125,255,.12)); }
.cb-flow-link::after { content: ""; position: absolute; inset: -4px 0; border-top: 1px dashed rgba(110,147,231,.22); }
.cb-flow-link i { position: absolute; z-index: 2; width: 7px; height: 7px; top: -2.5px; left: -3px; border-radius: 50%; background: var(--cb-accent); box-shadow: 0 0 13px rgba(77,226,255,.85); animation: cbDataTravel 2.6s linear infinite; }
.cb-flow-link:nth-of-type(4) i { animation-delay: -.85s; }
.cb-flow-link:nth-of-type(6) i { animation-delay: -1.7s; }
.cb-console-metrics { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 9px; margin-top: 5px; }
.cb-console-metrics > div { min-width: 0; min-height: 82px; padding: 12px; border-radius: 14px; border: 1px solid rgba(126,150,201,.12); background: rgba(8, 14, 27, .74); }
.cb-console-metrics span, .cb-console-metrics strong { display: block; }
.cb-console-metrics span { color: #7084a4; font-size: .58rem; }
.cb-console-metrics strong { color: #dfe8f8; margin-top: 2px; font-size: .72rem; }
.cb-mini-wave, .cb-mini-bars { height: 22px; margin-top: 8px; display: flex; align-items: end; gap: 3px; }
.cb-mini-wave em { width: 3px; border-radius: 3px; background: linear-gradient(to top, var(--cb-primary), var(--cb-accent)); animation: cbWave 1.3s ease-in-out infinite; }
.cb-mini-wave em:nth-child(1) { height: 8px; }.cb-mini-wave em:nth-child(2) { height: 18px; animation-delay: -.2s; }.cb-mini-wave em:nth-child(3) { height: 12px; animation-delay: -.4s; }.cb-mini-wave em:nth-child(4) { height: 20px; animation-delay: -.6s; }
.cb-mini-bars em { flex: 1; height: 5px; border-radius: 4px; background: #203250; overflow: hidden; position: relative; }
.cb-mini-bars em::after { content: ""; position: absolute; inset: 0; transform-origin: left; background: linear-gradient(90deg, var(--cb-primary), var(--cb-accent)); animation: cbBarLoad 2.6s ease-in-out infinite; }
.cb-mini-bars em:nth-child(2)::after { animation-delay: -.6s; }.cb-mini-bars em:nth-child(3)::after { animation-delay: -1.2s; }
.cb-mini-ring { width: 23px; height: 23px; display: block; margin-top: 7px; border-radius: 50%; border: 3px solid #203250; border-top-color: var(--cb-accent); border-right-color: var(--cb-primary); animation: cbRingSpin 3s linear infinite; }
.cb-console-feed { position: relative; z-index: 3; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; padding: 14px 14px; margin-top: 4px; border-radius: 15px; background: linear-gradient(90deg, rgba(76,125,255,.09), rgba(77,226,255,.035)); border: 1px solid rgba(76,125,255,.13); }
.cb-console-feed > span { width: 8px; height: 8px; border-radius: 50%; background: #46e5b3; box-shadow: 0 0 14px rgba(70,229,179,.7); }
.cb-console-feed p { margin: 0; line-height: 1.25; }
.cb-console-feed strong { display: block; color: #e9f1ff; font-size: .69rem; }
.cb-console-feed small { display: block; color: #7185a4; font-size: .57rem; margin-top: 3px; }
.cb-console-feed > b { color: #7fa0ff; font-size: .68rem; letter-spacing: .06em; }

/* Cards and grids */
.cb-grid { display: grid; gap: 22px; }
.cb-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.cb-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cb-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.cb-card { position: relative; padding: 26px; border-radius: var(--cb-radius); background: var(--cb-surface); border: 1px solid var(--cb-border); box-shadow: 0 12px 34px rgba(0, 0, 0, .20); overflow: hidden; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.cb-card::after { content: ""; position: absolute; width: 120px; height: 120px; border-radius: 50%; right: -70px; top: -70px; background: rgba(9,86,250,.08); transition: transform .3s ease; }
.cb-card:hover { transform: translateY(-7px); border-color: color-mix(in srgb, var(--cb-primary) 45%, var(--cb-border)); box-shadow: var(--cb-shadow); }
.cb-card:hover::after { transform: scale(1.4); }
.cb-card h3 { margin: 15px 0 8px; font-size: 1.17rem; line-height: 1.35; }
.cb-card p { margin: 0; color: var(--cb-muted); font-size: .94rem; }
.cb-icon { width: 48px; height: 48px; display: inline-grid; place-items: center; border-radius: 14px; background: rgba(76,125,255,.12); color: #8baaff; font-weight: 800; font-size: 1.15rem; }
.cb-card-link { display: inline-flex; align-items: center; gap: 7px; margin-top: 18px; font-weight: 700; font-size: .9rem; }
.cb-card-link::after { content: "→"; transition: transform .2s ease; }
.cb-card:hover .cb-card-link::after { transform: translateX(4px); }

.cb-trust-row { padding: 24px 0; border-block: 1px solid var(--cb-border); background: var(--cb-surface); }
.cb-trust-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.cb-trust-item { display: flex; align-items: center; gap: 10px; padding: 8px 12px; font-weight: 600; font-size: .9rem; }
.cb-trust-item i { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: rgba(70,229,179,.10); color: #64e8bd; font-style: normal; }

.cb-split { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: 55px; align-items: center; }
.cb-panel { padding: 34px; border: 1px solid var(--cb-border); border-radius: 28px; background: var(--cb-surface); box-shadow: var(--cb-shadow); }
.cb-checks { display: grid; gap: 12px; margin: 22px 0; padding: 0; list-style: none; }
.cb-checks li { display: flex; gap: 10px; align-items: flex-start; }
.cb-checks li::before { content: "✓"; width: 24px; height: 24px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: rgba(70,229,179,.10); color: #64e8bd; font-size: .8rem; font-weight: 800; margin-top: 2px; }

.cb-process { counter-reset: cb-step; }
.cb-step { position: relative; padding-top: 12px; }
.cb-step::before { counter-increment: cb-step; content: counter(cb-step, decimal-leading-zero); display: block; font-size: 2.4rem; font-weight: 800; color: color-mix(in srgb, var(--cb-primary) 18%, transparent); line-height: 1; margin-bottom: 10px; }
.cb-step h3 { margin: 0 0 8px; }
.cb-step p { margin: 0; color: var(--cb-muted); }

.cb-testimonial { padding: 28px; }
.cb-stars { color: #ffb400; letter-spacing: 2px; font-size: .88rem; }
.cb-quote { font-size: 1rem; margin: 12px 0 22px; color: var(--cb-text); }
.cb-person strong { display: block; }
.cb-person span { color: var(--cb-muted); font-size: .85rem; }

.cb-faqs { display: grid; gap: 12px; }
.cb-faq { border: 1px solid var(--cb-border); border-radius: 16px; background: var(--cb-surface); overflow: hidden; }
.cb-faq summary { list-style: none; cursor: pointer; padding: 18px 48px 18px 20px; font-weight: 700; position: relative; }
.cb-faq summary::-webkit-details-marker { display: none; }
.cb-faq summary::after { content: "+"; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); color: var(--cb-primary); font-size: 1.3rem; }
.cb-faq[open] summary::after { content: "−"; }
.cb-faq__answer { padding: 0 20px 20px; color: var(--cb-muted); }
.cb-faq__answer > *:last-child { margin-bottom: 0; }

.cb-cta { padding: 55px; border-radius: 30px; background: linear-gradient(135deg, #243cff, #624cf7 56%, #0d8ba8); color: #fff; position: relative; overflow: hidden; }
.cb-cta::after { content: ""; position: absolute; width: 320px; height: 320px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; right: -90px; top: -140px; }
.cb-cta h2 { font-size: clamp(2rem, 4vw, 3.1rem); margin: 0 0 12px; line-height: 1.12; }
.cb-cta p { max-width: 700px; opacity: .9; }
.cb-cta .cb-btn { background: #fff; color: #0956fa !important; box-shadow: none; }
.cb-cta .cb-btn--ghost { background: transparent; color: #fff !important; border-color: rgba(255,255,255,.5); }

/* Page shells */
.cb-page-hero { padding: 82px 0 58px; background: radial-gradient(circle at 85% 0%, rgba(9,86,250,.13), transparent 35%); border-bottom: 1px solid var(--cb-border); }
.cb-page-hero .entry-title { max-width: 900px; }
.cb-page-content { padding: 70px 0 90px; }
.cb-page-content h2 { margin-top: 1.8em; line-height: 1.25; }
.cb-page-content h3 { line-height: 1.3; }
.cb-page-content ul, .cb-page-content ol { padding-left: 1.3em; }

.cb-service-archive { padding: 70px 0 90px; }
.cb-service-single { padding: 70px 0 90px; }
.cb-service-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 50px; align-items: start; }
.cb-service-sidebar { position: sticky; top: 110px; }
.cb-service-sidebar .cb-panel { padding: 26px; }

/* Contact */
.cb-contact-layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 32px; align-items: start; }
.cb-contact-card { padding: 30px; border: 1px solid var(--cb-border); border-radius: 22px; background: var(--cb-surface); }
.cb-contact-list { display: grid; gap: 16px; margin-top: 24px; }
.cb-contact-item { display: grid; grid-template-columns: 42px 1fr; gap: 12px; align-items: start; }
.cb-contact-item i { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: rgba(76,125,255,.12); color: #8baaff; font-style: normal; }
.cb-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.cb-form-field { display: grid; gap: 7px; }
.cb-form-field--full { grid-column: 1 / -1; }
.cb-form label { font-weight: 600; font-size: .9rem; }
.cb-form input, .cb-form textarea, .cb-form select { width: 100%; border: 1px solid var(--cb-border); background: var(--cb-bg); color: var(--cb-text); border-radius: 12px; padding: 12px 14px; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.cb-form input:focus, .cb-form textarea:focus, .cb-form select:focus { border-color: var(--cb-primary); box-shadow: 0 0 0 3px rgba(9,86,250,.12); }
.cb-form textarea { min-height: 150px; resize: vertical; }
.cb-form .cb-hp { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.cb-alert { padding: 12px 15px; border-radius: 12px; margin-bottom: 16px; }
.cb-alert--success { background: rgba(23,195,178,.13); color: #70efc5; border: 1px solid rgba(23,195,178,.3); }
.cb-alert--error { background: rgba(220,53,69,.09); color: #ff9fac; border: 1px solid rgba(220,53,69,.25); }

/* Footer */
.cb-footer { background: #06101d; color: #dbe7f6; padding-top: 64px; }
.cb-footer a { color: #dbe7f6; }
.cb-footer a:hover { color: #fff; }
.cb-footer-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 34px; }
.cb-footer-col { min-width: 0; }
.cb-footer-logo { display: block; margin-bottom: 18px; }
.cb-footer-logo img { max-height: 52px; width: auto; }
.cb-footer .widget { margin: 0 0 22px; }
.cb-footer .widget-title, .cb-footer h2, .cb-footer h3, .cb-footer h4 { color: #fff; font-size: 1rem; margin: 0 0 16px; }
.cb-footer p { color: #9db0c9; font-size: .92rem; }
.cb-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.cb-footer li { display: block; }
.cb-footer-payment { margin-top: 40px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.10); border-bottom: 1px solid rgba(255,255,255,.10); display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.cb-footer-payment .widget { margin: 0; }
.cb-payment-logos { max-width: 370px; }
.cb-footer-bottom { min-height: 78px; display: flex; justify-content: space-between; gap: 20px; align-items: center; font-size: .85rem; color: #8fa3bd; }
.cb-footer-legal { display: flex; gap: 18px; flex-wrap: wrap; }
.cb-footer-legal a { color: #a9bad0; }

/* Animations */
[data-cb-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
[data-cb-reveal].is-visible { opacity: 1; transform: none; }
@keyframes cbHeroGrid { from { background-position: 0 0, 0 0; } to { background-position: 56px 56px, 56px 56px; } }
@keyframes cbScan { 0%, 10% { top: -8%; opacity: 0; } 25% { opacity: .75; } 72% { opacity: .55; } 90%, 100% { top: 110%; opacity: 0; } }
@keyframes cbStatusPulse { 0%,100% { box-shadow: 0 0 0 0 rgba(70,229,179,.42); } 50% { box-shadow: 0 0 0 6px rgba(70,229,179,0); } }
@keyframes cbDataTravel { from { left: -3px; opacity: .3; } 12% { opacity: 1; } 88% { opacity: 1; } to { left: calc(100% - 4px); opacity: .25; } }
@keyframes cbNodeFloat { 0%,100% { translate: 0 0; } 50% { translate: 0 -3px; } }
@keyframes cbWave { 0%,100% { transform: scaleY(.45); opacity:.55; } 50% { transform: scaleY(1); opacity:1; } }
@keyframes cbBarLoad { 0%,100% { transform: scaleX(.35); opacity:.55; } 50% { transform: scaleX(.95); opacity:1; } }
@keyframes cbRingSpin { to { transform: rotate(1turn); } }
@keyframes cbDataTravelVertical { from { top: -3px; opacity:.3; } 12% { opacity:1; } 88% { opacity:1; } to { top: calc(100% - 4px); opacity:.25; } }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-cb-reveal] { opacity: 1; transform: none; }
}

/* WordPress defaults */
.alignwide { width: min(100% - 40px, var(--cb-container)); margin-inline: auto; }
.alignfull { width: 100%; }
.wp-caption, .gallery-caption { max-width: 100%; }
.screen-reader-text { position: absolute !important; height: 1px; width: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); white-space: nowrap; }
.screen-reader-text:focus { clip: auto !important; width: auto; height: auto; top: 5px; left: 5px; padding: 12px 15px; background: #fff; color: #000; z-index: 100000; }

@media (max-width: 980px) {
  .admin-bar .cb-site-header { top: 46px; }
  .cb-header-inner { grid-template-columns: auto 1fr auto; }
  .cb-menu-toggle { display: inline-grid; }
  .cb-nav { display: none; position: absolute; left: 20px; right: 20px; top: calc(100% + 10px); padding: 18px; background: var(--cb-surface); border: 1px solid var(--cb-border); border-radius: 18px; box-shadow: var(--cb-shadow); }
  .cb-nav.is-open { display: block; }
  .cb-nav ul { display: grid; gap: 4px; }
  .cb-nav a { display: block; padding: 10px 12px; }
  .cb-nav .sub-menu { display: grid; position: static; box-shadow: none; border: 0; padding: 0 0 0 15px; background: transparent; }
  .cb-header-widget { display: none; }
  .cb-header-actions { justify-self: end; }
  .cb-hero-grid, .cb-split, .cb-contact-layout, .cb-service-layout { grid-template-columns: 1fr; }
  .cb-hero-copy { max-width: 800px; }
  .cb-hero-visual { width: 100%; max-width: 620px; margin: 10px auto 0; }
  .cb-flow-console { width: 100%; }
  .cb-grid--4, .cb-grid--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cb-trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cb-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cb-service-sidebar { position: static; }
}

@media (max-width: 640px) {
  .cb-container, .cb-narrow, .alignwide { width: min(100% - 28px, var(--cb-container)); }
  .cb-site-header { position: sticky; }
  .cb-header-inner { min-height: 68px; gap: 10px; }
  .cb-brand { min-width: 0; }
  .cb-brand img, .custom-logo { max-height: 38px; max-width: 170px; }
  .cb-brand-fallback { min-width: 0; gap: 8px; }
  .cb-brand-mark { width: 38px; height: 38px; flex-basis: 38px; border-radius: 11px; }
  .cb-brand-copy strong { font-size: 1rem; }
  .cb-brand-copy em { display: none; }
  .cb-hero-visual { margin-top: 22px; }
  .cb-flow-console { min-height: 0; padding: 12px; border-radius: 22px; }
  .cb-flow-path { grid-template-columns: 1fr; gap: 9px; }
  .cb-flow-link { width: 2px; height: 22px; justify-self: center; background: linear-gradient(to bottom, rgba(76,125,255,.12), rgba(77,226,255,.38), rgba(76,125,255,.12)); }
  .cb-flow-link::after { inset: 0 -4px; border-top: 0; border-left: 1px dashed rgba(110,147,231,.22); }
  .cb-flow-link i { top: -3px; left: -2.5px; animation-name: cbDataTravelVertical; }
  .cb-flow-node span { white-space: normal; }
  .cb-console-metrics { grid-template-columns: 1fr; }
  .cb-console-feed { grid-template-columns: auto 1fr; }
  .cb-console-feed > b { display: none; }
  .cb-hero { padding: 72px 0 58px; }
  .cb-hero h1 { font-size: clamp(2.35rem, 11.5vw, 3.35rem); max-width: 100%; }
  .cb-section { padding: 64px 0; }
  .cb-grid--4, .cb-grid--3, .cb-grid--2, .cb-trust-grid, .cb-dashboard-grid, .cb-footer-grid { grid-template-columns: 1fr; }
  .cb-card { padding: 22px; }
  .cb-cta { padding: 34px 24px; border-radius: 22px; }
  .cb-form { grid-template-columns: 1fr; }
  .cb-form-field--full { grid-column: auto; }
  .cb-footer-payment, .cb-footer-bottom { align-items: flex-start; flex-direction: column; }
  .cb-footer-payment { padding-bottom: 28px; }
  .cb-payment-logos { width: 100%; }
}
