:root {
  --pbx-bg: #070812;
  --pbx-bg-soft: #0c0e1b;
  --pbx-panel: rgba(15, 17, 32, 0.78);
  --pbx-panel-strong: #111426;
  --pbx-border: rgba(255,255,255,.095);
  --pbx-border-strong: rgba(139,92,246,.36);
  --pbx-text: #f8f7ff;
  --pbx-muted: #9ca4bb;
  --pbx-violet: #8b5cf6;
  --pbx-purple: #a855f7;
  --pbx-cyan: #22d3ee;
  --pbx-blue: #5865f2;
  --pbx-green: #36d399;
  --pbx-shadow: 0 32px 90px rgba(0,0,0,.42);
  --pbx-radius: 28px;
  --pbx-max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--pbx-bg); }
body.pbx-page {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--pbx-text);
  background: var(--pbx-bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.pbx-page::selection { background: rgba(139,92,246,.38); color: #fff; }
a, button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; }

.pbx-skip { position: fixed; top: 10px; left: 10px; z-index: 999; transform: translateY(-150%); padding: 10px 14px; color: #fff; background: #111426; border-radius: 12px; text-decoration: none; }
.pbx-skip:focus { transform: translateY(0); }

.pbx-bg { position: fixed; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
.pbx-grid { position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to bottom, #000 0%, rgba(0,0,0,.5) 55%, transparent 100%); }
.pbx-noise { position: absolute; inset: 0; opacity: .035; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); }
.pbx-orb { position: absolute; border-radius: 999px; filter: blur(90px); opacity: .25; }
.pbx-orb-a { width: 620px; height: 620px; left: -260px; top: -220px; background: #7c3aed; }
.pbx-orb-b { width: 520px; height: 520px; right: -180px; top: 210px; background: #0ea5e9; opacity: .16; }
.pbx-orb-c { width: 680px; height: 420px; left: 35%; top: 55%; background: #4f46e5; opacity: .12; }

.pbx-header { position: fixed; z-index: 100; top: 14px; left: 50%; width: min(calc(100% - 28px), var(--pbx-max)); min-height: 68px; transform: translateX(-50%); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; padding: 10px 12px 10px 14px; border: 1px solid rgba(255,255,255,.09); border-radius: 22px; background: rgba(8,10,20,.72); backdrop-filter: blur(24px) saturate(150%); box-shadow: 0 18px 50px rgba(0,0,0,.26); transition: .25s ease; }
.pbx-header.is-scrolled { top: 8px; background: rgba(8,10,20,.9); border-color: rgba(139,92,246,.2); }
.pbx-brand { display: flex; align-items: center; gap: 11px; min-width: 190px; color: #fff; text-decoration: none; }
.pbx-brand-logo { position: relative; width: 44px; height: 44px; flex: 0 0 44px; display: grid; place-items: center; border-radius: 15px; background: linear-gradient(145deg, rgba(139,92,246,.35), rgba(34,211,238,.12)); border: 1px solid rgba(255,255,255,.11); box-shadow: 0 0 32px rgba(139,92,246,.24); }
.pbx-brand-logo::after { content: ""; position: absolute; inset: -1px; border-radius: inherit; background: linear-gradient(135deg, rgba(255,255,255,.3), transparent 45%); mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); mask-composite: exclude; padding: 1px; }
.pbx-brand-logo img { width: 32px; height: 32px; border-radius: 11px; }
.pbx-brand-copy strong, .pbx-brand-copy small { display: block; }
.pbx-brand-copy strong { font-size: 17px; letter-spacing: -.02em; }
.pbx-brand-copy small { margin-top: 2px; color: #8189a2; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.pbx-nav { justify-self: center; display: flex; align-items: center; gap: 2px; }
.pbx-nav a { padding: 10px 12px; border-radius: 12px; color: #9ca4bb; text-decoration: none; font-size: 13px; font-weight: 800; transition: .18s ease; }
.pbx-nav a:hover, .pbx-nav a.active { color: #fff; background: rgba(255,255,255,.06); }
.pbx-header-actions { display: flex; align-items: center; gap: 7px; }
.pbx-link-button { padding: 11px 13px; color: #d8dded; text-decoration: none; font-size: 13px; font-weight: 850; }
.pbx-menu-button { display: none; width: 44px; height: 44px; border: 0; border-radius: 13px; color: #fff; background: rgba(255,255,255,.06); }
.pbx-menu-button span { display: block; width: 19px; height: 2px; margin: 4px auto; border-radius: 9px; background: #fff; transition: .2s ease; }

main, .pbx-footer { position: relative; z-index: 2; }
.pbx-hero, .pbx-section, .pbx-logo-strip, .pbx-final, .pbx-footer { width: min(calc(100% - 34px), var(--pbx-max)); margin-inline: auto; }
.pbx-hero { min-height: 940px; display: grid; grid-template-columns: minmax(0, .93fr) minmax(500px, 1.07fr); gap: clamp(32px, 5vw, 74px); align-items: center; padding: 150px 0 78px; }
.pbx-hero-copy { position: relative; z-index: 3; }
.pbx-kicker { width: fit-content; display: flex; align-items: center; gap: 9px; padding: 7px 9px 7px 8px; margin-bottom: 22px; border: 1px solid rgba(255,255,255,.1); border-radius: 999px; color: #c3c9da; background: rgba(255,255,255,.045); font-size: 11px; font-weight: 850; letter-spacing: .035em; text-transform: uppercase; }
.pbx-kicker i { width: 8px; height: 8px; border-radius: 99px; background: var(--pbx-green); box-shadow: 0 0 18px rgba(54,211,153,.9); animation: pbxPulse 2s infinite; }
.pbx-kicker b { padding: 4px 7px; border-radius: 999px; color: #99f6e4; background: rgba(45,212,191,.12); font-size: 9px; }
.pbx-hero h1 { max-width: 720px; margin: 0; font-size: clamp(58px, 7.6vw, 104px); line-height: .92; letter-spacing: -.075em; font-weight: 950; text-wrap: balance; }
.pbx-hero h1 em, .pbx-section-heading h2 em, .pbx-control-copy h2 em, .pbx-final h2 em { font-style: normal; color: transparent; background: linear-gradient(100deg, #a78bfa 0%, #7c3aed 35%, #22d3ee 100%); -webkit-background-clip: text; background-clip: text; }
.pbx-hero-lead { max-width: 680px; margin: 28px 0 0; color: #a9b0c5; font-size: clamp(17px, 2vw, 21px); line-height: 1.65; letter-spacing: -.015em; }
.pbx-hero-actions, .pbx-final-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 11px; margin-top: 32px; }
.pbx-primary-button, .pbx-secondary-button { position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 56px; padding: 14px 18px 14px 21px; border-radius: 17px; text-decoration: none; color: #fff; font-weight: 900; letter-spacing: -.01em; overflow: hidden; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.pbx-primary-button { border: 1px solid rgba(255,255,255,.2); background: linear-gradient(135deg, #7c3aed, #5865f2 58%, #2563eb); box-shadow: 0 20px 48px rgba(88,101,242,.3), inset 0 1px rgba(255,255,255,.24); }
.pbx-primary-button::before { content: ""; position: absolute; inset: 0; transform: translateX(-120%); background: linear-gradient(100deg, transparent 25%, rgba(255,255,255,.25), transparent 65%); transition: transform .7s ease; }
.pbx-primary-button:hover::before { transform: translateX(120%); }
.pbx-primary-button b, .pbx-secondary-button b { position: relative; display: grid; place-items: center; width: 31px; height: 31px; border-radius: 10px; font-size: 14px; background: rgba(255,255,255,.12); }
.pbx-primary-button span, .pbx-secondary-button span { position: relative; }
.pbx-secondary-button { border: 1px solid var(--pbx-border); background: rgba(255,255,255,.045); backdrop-filter: blur(14px); }
.pbx-primary-button:hover, .pbx-secondary-button:hover { transform: translateY(-3px); border-color: rgba(167,139,250,.45); box-shadow: 0 24px 58px rgba(0,0,0,.28); }
.pbx-primary-button--small { min-height: 44px; padding: 8px 10px 8px 14px; border-radius: 13px; gap: 10px; font-size: 13px; }
.pbx-primary-button--small b { width: 27px; height: 27px; }
.pbx-primary-button--compact { min-height: 49px; padding-block: 11px; font-size: 14px; }
.pbx-trust-line { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 23px; color: #8f98af; font-size: 12px; font-weight: 750; }
.pbx-trust-line span { display: flex; align-items: center; gap: 6px; }
.pbx-trust-line i { display: grid; place-items: center; width: 17px; height: 17px; border-radius: 6px; color: #5eead4; background: rgba(45,212,191,.1); font-size: 10px; font-style: normal; }
.pbx-metrics { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 9px; margin-top: 38px; }
.pbx-metrics div { min-height: 86px; padding: 15px; border-radius: 18px; border: 1px solid rgba(255,255,255,.075); background: rgba(255,255,255,.035); }
.pbx-metrics strong, .pbx-metrics span { display: block; }
.pbx-metrics strong { font-size: 26px; letter-spacing: -.04em; }
.pbx-metrics strong::after { content: "+"; color: #8b5cf6; font-size: 14px; margin-left: 2px; }
.pbx-metrics div:nth-child(1) strong::after, .pbx-metrics div:nth-child(2) strong::after, .pbx-metrics div:nth-child(3) strong::after { content: ""; }
.pbx-metrics span { margin-top: 4px; color: #8089a1; font-size: 10px; font-weight: 800; line-height: 1.3; text-transform: uppercase; letter-spacing: .045em; }

.pbx-hero-visual { position: relative; min-width: 0; perspective: 1600px; }
.pbx-visual-glow { position: absolute; inset: 14% 4% 8%; border-radius: 50%; background: radial-gradient(circle, rgba(124,58,237,.4), rgba(34,211,238,.12) 38%, transparent 69%); filter: blur(42px); }
.pbx-app-window { position: relative; z-index: 2; border: 1px solid rgba(255,255,255,.13); border-radius: 28px; overflow: hidden; background: rgba(8,10,21,.91); box-shadow: 0 60px 120px rgba(0,0,0,.48), 0 0 0 1px rgba(139,92,246,.08), inset 0 1px rgba(255,255,255,.08); transform: rotateY(-4deg) rotateX(2deg); transform-style: preserve-3d; transition: transform .3s ease; }
.pbx-hero-visual:hover .pbx-app-window { transform: rotateY(0) rotateX(0) translateY(-5px); }
.pbx-window-bar { height: 58px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 17px; border-bottom: 1px solid rgba(255,255,255,.075); background: rgba(255,255,255,.025); }
.pbx-window-dots { display: flex; gap: 6px; }
.pbx-window-dots i { width: 9px; height: 9px; border-radius: 50%; background: #373b4d; }
.pbx-window-dots i:first-child { background: #fb7185; }.pbx-window-dots i:nth-child(2) { background: #fbbf24; }.pbx-window-dots i:nth-child(3) { background: #34d399; }
.pbx-window-title { display: flex; align-items: center; gap: 8px; color: #d8dced; font-size: 12px; font-weight: 850; }
.pbx-window-title img { width: 24px; height: 24px; border-radius: 8px; }
.pbx-window-state { justify-self: end; display: flex; align-items: center; gap: 6px; padding: 6px 8px; border-radius: 9px; color: #86efac; background: rgba(34,197,94,.08); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.pbx-window-state i { width: 6px; height: 6px; border-radius: 50%; background: #4ade80; box-shadow: 0 0 12px #4ade80; }
.pbx-app-body { min-height: 540px; display: grid; grid-template-columns: 62px 1fr; }
.pbx-app-sidebar { display: flex; flex-direction: column; align-items: center; gap: 14px; padding: 14px 10px; border-right: 1px solid rgba(255,255,255,.065); background: rgba(255,255,255,.018); }
.pbx-side-logo { width: 38px; height: 38px; display: grid; place-items: center; margin-bottom: 5px; border-radius: 13px; background: rgba(139,92,246,.13); }
.pbx-side-logo img { width: 27px; height: 27px; border-radius: 9px; }
.pbx-app-sidebar > span { width: 31px; height: 31px; border-radius: 10px; background: linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.025)); }
.pbx-app-sidebar > span.active { background: linear-gradient(135deg, rgba(139,92,246,.7), rgba(88,101,242,.55)); box-shadow: 0 8px 20px rgba(88,101,242,.22); }
.pbx-app-content { min-width: 0; padding: 22px; }
.pbx-app-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.pbx-app-head small, .pbx-app-head strong { display: block; }
.pbx-app-head small { color: #776e9f; font-size: 9px; font-weight: 950; letter-spacing: .12em; }
.pbx-app-head strong { margin-top: 5px; font-size: 19px; letter-spacing: -.025em; }
.pbx-app-head button { border: 1px solid rgba(139,92,246,.24); border-radius: 11px; padding: 9px 11px; color: #ddd6fe; background: rgba(139,92,246,.1); font-size: 10px; font-weight: 900; }
.pbx-architect-flow { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; margin-top: 22px; }
.pbx-architect-flow button { min-width: 0; padding: 12px 9px; border: 1px solid rgba(255,255,255,.065); border-radius: 14px; text-align: left; color: #7f879d; background: rgba(255,255,255,.025); cursor: pointer; transition: .2s ease; }
.pbx-architect-flow button.active { color: #fff; border-color: rgba(139,92,246,.32); background: linear-gradient(145deg, rgba(139,92,246,.16), rgba(88,101,242,.06)); }
.pbx-architect-flow span, .pbx-architect-flow strong, .pbx-architect-flow small { display: block; }
.pbx-architect-flow span { color: #6d638f; font-size: 9px; font-weight: 950; }
.pbx-architect-flow strong { margin-top: 7px; font-size: 12px; }
.pbx-architect-flow small { margin-top: 3px; overflow: hidden; color: #6f778d; font-size: 8px; white-space: nowrap; text-overflow: ellipsis; }
.pbx-app-panel { margin-top: 12px; padding: 17px; border: 1px solid rgba(255,255,255,.075); border-radius: 18px; background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.018)); }
.pbx-panel-top { display: grid; grid-template-columns: 38px 1fr auto; gap: 10px; align-items: center; }
.pbx-panel-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; color: #c4b5fd; background: rgba(139,92,246,.12); font-size: 19px; }
.pbx-panel-top strong, .pbx-panel-top small { display: block; }
.pbx-panel-top strong { font-size: 12px; }.pbx-panel-top small { margin-top: 3px; color: #747d94; font-size: 9px; }.pbx-panel-top b { color: #a78bfa; font-size: 13px; }
.pbx-progress { height: 7px; margin: 15px 0; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,.06); }
.pbx-progress i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #7c3aed, #22d3ee); box-shadow: 0 0 16px rgba(34,211,238,.26); transition: width .35s ease; }
.pbx-scan-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
.pbx-scan-grid span { display: flex; align-items: center; gap: 7px; padding: 9px; border-radius: 10px; color: #858da3; background: rgba(255,255,255,.025); font-size: 9px; font-weight: 750; }
.pbx-scan-grid i { width: 7px; height: 7px; border-radius: 50%; background: #343849; }.pbx-scan-grid i.ok { background: #34d399; box-shadow: 0 0 9px rgba(52,211,153,.5); }.pbx-scan-grid i.run { background: #a78bfa; box-shadow: 0 0 9px rgba(167,139,250,.6); animation: pbxPulse 1.4s infinite; }
.pbx-app-bottom { margin-top: 12px; padding: 14px; border: 1px solid rgba(255,255,255,.06); border-radius: 15px; background: rgba(4,6,14,.5); }
.pbx-app-bottom small, .pbx-app-bottom strong { display: block; }.pbx-app-bottom small { color: #737b92; font-size: 8px; text-transform: uppercase; font-weight: 900; }.pbx-app-bottom strong { margin-top: 4px; font-size: 13px; }
.pbx-app-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 10px; }.pbx-app-tags span { padding: 5px 7px; border-radius: 8px; color: #a5b4fc; background: rgba(99,102,241,.08); border: 1px solid rgba(99,102,241,.12); font-size: 8px; font-weight: 850; }
.pbx-float-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 10px; min-width: 190px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.11); border-radius: 17px; background: rgba(13,15,29,.8); backdrop-filter: blur(18px); box-shadow: 0 20px 42px rgba(0,0,0,.3); animation: pbxFloat 4.5s ease-in-out infinite; }
.pbx-float-card > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 11px; background: rgba(139,92,246,.12); }.pbx-float-card strong, .pbx-float-card small { display: block; }.pbx-float-card strong { font-size: 11px; }.pbx-float-card small { margin-top: 3px; color: #7f879c; font-size: 8px; }
.pbx-float-card-a { right: -28px; top: 80px; }.pbx-float-card-b { left: -25px; bottom: 48px; animation-delay: 1.3s; }

.pbx-logo-strip { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 22px 28px; border-top: 1px solid rgba(255,255,255,.065); border-bottom: 1px solid rgba(255,255,255,.065); color: #666f85; font-size: 10px; font-weight: 950; letter-spacing: .12em; white-space: nowrap; overflow: hidden; }
.pbx-logo-strip i { width: 4px; height: 4px; flex: 0 0 auto; border-radius: 50%; background: #6d28d9; box-shadow: 0 0 12px #7c3aed; }

.pbx-section { padding: 124px 0; }
.pbx-section-heading { max-width: 840px; margin-bottom: 42px; }.pbx-section-heading--center { margin-inline: auto; text-align: center; }
.pbx-eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 14px; color: #a78bfa; font-size: 11px; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }.pbx-eyebrow::before { content: ""; width: 22px; height: 1px; background: linear-gradient(90deg, transparent, #8b5cf6); }
.pbx-section-heading h2, .pbx-control-copy h2, .pbx-final h2 { margin: 0; font-size: clamp(42px, 6vw, 72px); line-height: .98; letter-spacing: -.065em; text-wrap: balance; }
.pbx-section-heading p, .pbx-control-copy > p { max-width: 740px; margin: 20px 0 0; color: var(--pbx-muted); font-size: 17px; line-height: 1.7; }
.pbx-section-heading--center p { margin-inline: auto; }

.pbx-profile-switcher { width: fit-content; max-width: 100%; display: flex; align-items: center; gap: 5px; margin: 0 auto 18px; padding: 6px; overflow-x: auto; border: 1px solid rgba(255,255,255,.075); border-radius: 17px; background: rgba(255,255,255,.025); scrollbar-width: none; }.pbx-profile-switcher::-webkit-scrollbar { display: none; }
.pbx-profile-switcher button { flex: 0 0 auto; border: 0; border-radius: 12px; padding: 10px 13px; color: #80889e; background: transparent; font-size: 11px; font-weight: 900; cursor: pointer; transition: .18s ease; }.pbx-profile-switcher button:hover { color: #fff; }.pbx-profile-switcher button.active { color: #fff; background: linear-gradient(135deg, rgba(139,92,246,.32), rgba(88,101,242,.16)); box-shadow: inset 0 0 0 1px rgba(167,139,250,.16); }
.pbx-profile-stage { display: grid; grid-template-columns: .88fr 1.12fr; gap: 18px; padding: 18px; border: 1px solid rgba(255,255,255,.09); border-radius: 34px; background: radial-gradient(circle at 80% 0%, rgba(34,211,238,.08), transparent 32%), linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.018)); box-shadow: var(--pbx-shadow); }
.pbx-profile-copy { padding: clamp(22px,4vw,46px); }
.pbx-profile-label { display: flex; align-items: center; gap: 13px; }.pbx-profile-label > span { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 16px; color: #c4b5fd; background: rgba(139,92,246,.12); border: 1px solid rgba(139,92,246,.18); font-size: 23px; }.pbx-profile-label small, .pbx-profile-label strong { display: block; }.pbx-profile-label small { color: #747d92; font-size: 10px; font-weight: 800; }.pbx-profile-label strong { margin-top: 4px; font-size: 20px; letter-spacing: -.025em; }
.pbx-profile-copy > p { margin: 25px 0 0; color: #9da5bb; font-size: 16px; line-height: 1.72; }
.pbx-profile-features { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }.pbx-profile-features span { padding: 8px 10px; border: 1px solid rgba(255,255,255,.075); border-radius: 10px; color: #c4c9d8; background: rgba(255,255,255,.03); font-size: 10px; font-weight: 850; }
.pbx-profile-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; margin-top: 30px; }.pbx-muted { color: #707990; font-size: 10px; font-weight: 750; }
.pbx-blueprint { min-width: 0; padding: 24px; border: 1px solid rgba(255,255,255,.075); border-radius: 25px; background: #090b17; }
.pbx-blueprint-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.065); }.pbx-blueprint-head small, .pbx-blueprint-head strong { display: block; }.pbx-blueprint-head small { color: #706688; font-size: 8px; font-weight: 950; letter-spacing: .13em; }.pbx-blueprint-head strong { margin-top: 5px; font-size: 15px; }.pbx-blueprint-head > span { padding: 6px 8px; border-radius: 8px; color: #67e8f9; background: rgba(34,211,238,.07); border: 1px solid rgba(34,211,238,.12); font-size: 8px; font-weight: 950; }
.pbx-blueprint-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; margin-top: 16px; }.pbx-blueprint-category { min-height: 138px; padding: 14px; border: 1px solid rgba(255,255,255,.06); border-radius: 15px; background: rgba(255,255,255,.022); }.pbx-blueprint-category strong { display: block; margin-bottom: 9px; color: #776995; font-size: 8px; letter-spacing: .1em; }.pbx-blueprint-category span { display: block; margin-top: 6px; padding: 7px 8px; border-radius: 8px; color: #969db0; background: rgba(255,255,255,.025); font-size: 9px; font-weight: 700; }
.pbx-blueprint-footer { display: flex; flex-wrap: wrap; gap: 8px 15px; margin-top: 15px; color: #777f95; font-size: 8px; font-weight: 800; }.pbx-blueprint-footer span { display: flex; align-items: center; gap: 5px; }.pbx-blueprint-footer i { width: 6px; height: 6px; border-radius: 50%; background: #34d399; }
.pbx-architect-steps { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; margin-top: 20px; }.pbx-architect-steps article { display: grid; grid-template-columns: 36px 1fr; gap: 11px; padding: 18px; border: 1px solid rgba(255,255,255,.07); border-radius: 19px; background: rgba(255,255,255,.025); }.pbx-architect-steps article > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 11px; color: #a78bfa; background: rgba(139,92,246,.1); font-size: 10px; font-weight: 950; }.pbx-architect-steps strong { font-size: 13px; }.pbx-architect-steps p { margin: 7px 0 0; color: #7f879c; font-size: 10px; line-height: 1.55; }

.pbx-modules { padding-top: 90px; }
.pbx-filter { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 18px; }.pbx-filter button { border: 1px solid rgba(255,255,255,.075); border-radius: 11px; padding: 9px 12px; color: #7f879c; background: rgba(255,255,255,.025); font-size: 10px; font-weight: 900; cursor: pointer; }.pbx-filter button.active { color: #fff; border-color: rgba(139,92,246,.28); background: rgba(139,92,246,.12); }
.pbx-module-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; }
.pbx-module-card { min-height: 245px; display: flex; flex-direction: column; padding: 19px; border: 1px solid rgba(255,255,255,.075); border-radius: 21px; background: linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,.015)); transition: transform .2s ease, border-color .2s ease, background .2s ease, opacity .2s ease; }.pbx-module-card:hover { transform: translateY(-5px); border-color: rgba(139,92,246,.28); background: linear-gradient(145deg, rgba(139,92,246,.08), rgba(255,255,255,.02)); }.pbx-module-card.is-hidden { display: none; }.pbx-module-card--featured { grid-column: span 2; background: radial-gradient(circle at 90% 0%, rgba(34,211,238,.1), transparent 35%), linear-gradient(145deg, rgba(139,92,246,.12), rgba(255,255,255,.02)); border-color: rgba(139,92,246,.22); }
.pbx-module-top { display: flex; align-items: center; justify-content: space-between; }.pbx-module-top > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; color: #d8b4fe; background: rgba(139,92,246,.1); border: 1px solid rgba(139,92,246,.13); font-size: 11px; font-weight: 950; }.pbx-module-top b { color: #596176; font-size: 8px; letter-spacing: .12em; }.pbx-module-card--featured .pbx-module-top b { color: #67e8f9; }
.pbx-module-card h3 { margin: 22px 0 0; font-size: 18px; letter-spacing: -.03em; }.pbx-module-card p { margin: 10px 0 18px; color: #838ca2; font-size: 12px; line-height: 1.58; }.pbx-module-card > div:last-child { display: flex; flex-wrap: wrap; gap: 6px; margin-top: auto; }.pbx-module-card > div:last-child i { padding: 6px 8px; border-radius: 8px; color: #8f96aa; background: rgba(255,255,255,.025); font-size: 8px; font-style: normal; font-weight: 850; }

.pbx-control { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(35px,6vw,88px); align-items: center; }
.pbx-control-copy h2 { font-size: clamp(45px,5.5vw,76px); }.pbx-control-list { display: grid; gap: 9px; margin-top: 30px; }.pbx-control-list > div { display: grid; grid-template-columns: 39px 1fr; gap: 12px; padding: 14px; border: 1px solid rgba(255,255,255,.065); border-radius: 16px; background: rgba(255,255,255,.022); }.pbx-control-list > div > span { width: 37px; height: 37px; display: grid; place-items: center; border-radius: 11px; color: #a78bfa; background: rgba(139,92,246,.09); font-size: 9px; font-weight: 950; }.pbx-control-list p { margin: 0; }.pbx-control-list strong, .pbx-control-list small { display: block; }.pbx-control-list strong { font-size: 12px; }.pbx-control-list small { margin-top: 4px; color: #7e879d; font-size: 9px; line-height: 1.5; }
.pbx-dashboard-showcase { position: relative; min-width: 0; padding: 30px 0 35px; }.pbx-dashboard-showcase::before { content: ""; position: absolute; inset: 10% 5%; border-radius: 50%; background: radial-gradient(circle, rgba(88,101,242,.24), transparent 66%); filter: blur(45px); }
.pbx-dashboard-frame { position: relative; z-index: 1; min-height: 520px; display: grid; grid-template-columns: 175px 1fr; overflow: hidden; border: 1px solid rgba(255,255,255,.11); border-radius: 25px; background: #080a13; box-shadow: var(--pbx-shadow); transform: rotateY(3deg); }.pbx-dashboard-frame aside { padding: 17px 12px; border-right: 1px solid rgba(255,255,255,.065); background: #090b14; }.pbx-dashboard-brand { display: flex; align-items: center; gap: 8px; padding: 4px 4px 14px; }.pbx-dashboard-brand img { width: 29px; height: 29px; border-radius: 9px; }.pbx-dashboard-brand b { font-size: 12px; }.pbx-dashboard-search { display: flex; justify-content: space-between; padding: 8px; margin-bottom: 14px; border-radius: 8px; color: #5e667a; background: rgba(255,255,255,.035); font-size: 8px; }.pbx-dashboard-search kbd { color: #858da1; }.pbx-dashboard-frame aside > small { display: block; margin: 14px 7px 5px; color: #4f5668; font-size: 7px; font-weight: 950; letter-spacing: .1em; }.pbx-dashboard-frame aside > span { display: block; padding: 8px; margin-top: 3px; border-radius: 8px; color: #70788d; font-size: 8px; font-weight: 800; }.pbx-dashboard-frame aside > span.active { color: #fff; background: rgba(139,92,246,.13); }
.pbx-dashboard-main { min-width: 0; padding: 20px; }.pbx-dashboard-nav { display: flex; align-items: center; justify-content: space-between; }.pbx-dashboard-nav small, .pbx-dashboard-nav strong { display: block; }.pbx-dashboard-nav small { color: #615777; font-size: 7px; font-weight: 950; letter-spacing: .12em; }.pbx-dashboard-nav strong { margin-top: 5px; font-size: 16px; }.pbx-avatar { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 11px; color: #ddd6fe; background: rgba(139,92,246,.15); font-size: 9px; font-weight: 950; }
.pbx-dashboard-hero { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 20px; padding: 20px; border: 1px solid rgba(139,92,246,.16); border-radius: 17px; background: radial-gradient(circle at 85% 15%, rgba(34,211,238,.1), transparent 35%), linear-gradient(145deg, rgba(139,92,246,.12), rgba(255,255,255,.02)); }.pbx-dashboard-hero small, .pbx-dashboard-hero strong { display: block; }.pbx-dashboard-hero small { color: #786d98; font-size: 7px; font-weight: 950; }.pbx-dashboard-hero strong { margin-top: 7px; font-size: 17px; }.pbx-dashboard-hero p { margin: 6px 0 0; color: #747c91; font-size: 8px; }.pbx-dashboard-hero > span { font-size: 36px; font-weight: 950; letter-spacing: -.08em; }.pbx-dashboard-hero > span small { display: inline; color: #a78bfa; font-size: 12px; }
.pbx-widget-row { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; margin-top: 9px; }.pbx-widget-row > div { min-height: 105px; padding: 13px; border: 1px solid rgba(255,255,255,.06); border-radius: 13px; background: rgba(255,255,255,.022); }.pbx-widget-row small, .pbx-widget-row strong, .pbx-widget-row i { display: block; }.pbx-widget-row small { color: #575f73; font-size: 6px; font-weight: 950; }.pbx-widget-row strong { margin-top: 13px; font-size: 18px; }.pbx-widget-row i { margin-top: 6px; color: #5f687d; font-size: 7px; font-style: normal; }
.pbx-widget-large { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: 9px; padding: 16px; border: 1px solid rgba(255,255,255,.06); border-radius: 14px; background: rgba(255,255,255,.022); }.pbx-widget-large small, .pbx-widget-large strong { display: block; }.pbx-widget-large small { color: #635875; font-size: 6px; font-weight: 950; }.pbx-widget-large strong { margin-top: 6px; font-size: 12px; }.pbx-widget-large p { margin: 5px 0 0; color: #646d81; font-size: 7px; }.pbx-widget-large button { flex: 0 0 auto; border: 1px solid rgba(139,92,246,.18); border-radius: 9px; padding: 8px 9px; color: #c4b5fd; background: rgba(139,92,246,.08); font-size: 7px; font-weight: 900; }
.pbx-phone-frame { position: absolute; z-index: 3; right: -16px; bottom: 0; width: 180px; height: 365px; overflow: hidden; padding: 28px 11px 12px; border: 5px solid #181b2a; border-radius: 34px; background: #090b14; box-shadow: 0 25px 65px rgba(0,0,0,.5); transform: rotate(5deg); }.pbx-phone-notch { position: absolute; top: 7px; left: 50%; width: 62px; height: 13px; transform: translateX(-50%); border-radius: 99px; background: #020307; }.pbx-phone-head { display: flex; align-items: center; justify-content: space-between; color: #9ca3b8; font-size: 8px; font-weight: 850; }.pbx-phone-head img { width: 22px; height: 22px; border-radius: 7px; }.pbx-phone-card { padding: 13px; margin-top: 15px; border: 1px solid rgba(139,92,246,.16); border-radius: 14px; background: linear-gradient(145deg, rgba(139,92,246,.12), rgba(34,211,238,.03)); }.pbx-phone-card small, .pbx-phone-card strong, .pbx-phone-card span { display: block; }.pbx-phone-card small { color: #716687; font-size: 6px; font-weight: 950; }.pbx-phone-card strong { margin-top: 10px; font-size: 26px; }.pbx-phone-card span { margin-top: 3px; color: #656e82; font-size: 7px; }.pbx-phone-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 6px; margin-top: 7px; }.pbx-phone-grid span { min-height: 67px; padding: 9px; border: 1px solid rgba(255,255,255,.055); border-radius: 10px; color: #687084; background: rgba(255,255,255,.02); font-size: 6px; }.pbx-phone-grid b { display: block; margin-top: 9px; color: #fff; font-size: 12px; }.pbx-phone-nav { position: absolute; left: 9px; right: 9px; bottom: 10px; display: flex; justify-content: space-around; padding: 9px; border: 1px solid rgba(255,255,255,.06); border-radius: 13px; background: rgba(255,255,255,.025); }.pbx-phone-nav i { color: #596175; font-size: 10px; font-style: normal; }.pbx-phone-nav i.active { color: #a78bfa; }

.pbx-security { padding-bottom: 85px; }.pbx-security-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 11px; }.pbx-security-grid article { min-height: 210px; padding: 21px; border: 1px solid rgba(255,255,255,.07); border-radius: 20px; background: rgba(255,255,255,.024); }.pbx-security-grid span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 11px; color: #67e8f9; background: rgba(34,211,238,.07); font-size: 9px; font-weight: 950; }.pbx-security-grid strong { display: block; margin-top: 23px; font-size: 15px; }.pbx-security-grid p { margin: 10px 0 0; color: #7e879c; font-size: 11px; line-height: 1.62; }
.pbx-terminal { max-width: 920px; margin: 38px auto 0; overflow: hidden; border: 1px solid rgba(255,255,255,.09); border-radius: 23px; background: #070a10; box-shadow: 0 30px 70px rgba(0,0,0,.35); }.pbx-terminal-bar { height: 48px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 15px; border-bottom: 1px solid rgba(255,255,255,.06); background: rgba(255,255,255,.02); }.pbx-terminal-bar > span { display: flex; gap: 6px; }.pbx-terminal-bar i { width: 8px; height: 8px; border-radius: 50%; background: #333849; }.pbx-terminal-bar i:first-child { background: #fb7185; }.pbx-terminal-bar i:nth-child(2) { background: #fbbf24; }.pbx-terminal-bar i:nth-child(3) { background: #34d399; }.pbx-terminal-bar b { color: #858da1; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 10px; }.pbx-terminal-bar small { justify-self: end; color: #4d5568; font-size: 8px; }
.pbx-terminal-body { padding: 24px; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }.pbx-terminal-body p { margin: 0; padding: 7px 0; color: #747d91; font-size: 11px; }.pbx-terminal-body p span { display: inline-block; width: 20px; color: #8b5cf6; font-weight: 950; }.pbx-terminal-body p.ok { color: #a5b4c6; }.pbx-terminal-body p.ok span { color: #34d399; }.pbx-terminal-body p.final { margin-top: 8px; padding: 11px 12px; border-radius: 10px; color: #d1fae5; background: rgba(52,211,153,.06); }

.pbx-migration { padding-top: 70px; }.pbx-migration-card { position: relative; overflow: hidden; display: grid; grid-template-columns: .9fr 1.1fr; gap: 44px; align-items: center; padding: clamp(28px,5vw,64px); border: 1px solid rgba(139,92,246,.2); border-radius: 34px; background: radial-gradient(circle at 85% 5%, rgba(34,211,238,.1), transparent 34%), linear-gradient(135deg, rgba(139,92,246,.1), rgba(255,255,255,.02)); }.pbx-migration-copy h2 { margin: 0; font-size: clamp(40px,5vw,66px); line-height: .98; letter-spacing: -.06em; }.pbx-migration-copy > p { margin: 20px 0 0; color: #9aa2b8; font-size: 15px; line-height: 1.7; }.pbx-migration-copy ul { display: grid; gap: 8px; padding: 0; margin: 22px 0 0; list-style: none; }.pbx-migration-copy li { position: relative; padding-left: 21px; color: #868fa5; font-size: 11px; font-weight: 750; }.pbx-migration-copy li::before { content: "✓"; position: absolute; left: 0; color: #34d399; }
.pbx-migration-flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 8px; align-items: center; }.pbx-migration-flow > div { min-width: 0; min-height: 160px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 14px; border: 1px solid rgba(255,255,255,.07); border-radius: 18px; text-align: center; background: rgba(255,255,255,.025); }.pbx-migration-flow > div.active { border-color: rgba(139,92,246,.3); background: rgba(139,92,246,.1); box-shadow: 0 18px 38px rgba(88,101,242,.11); }.pbx-migration-flow > div > span { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 12px; color: #a78bfa; background: rgba(139,92,246,.1); font-size: 8px; font-weight: 950; }.pbx-migration-flow strong { margin-top: 15px; font-size: 10px; }.pbx-migration-flow small { margin-top: 6px; color: #6d758a; font-size: 7px; line-height: 1.4; }.pbx-migration-flow > i { color: #4a5266; font-style: normal; }

.pbx-difference { padding-bottom: 80px; }.pbx-difference-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 11px; }.pbx-difference-grid article { padding: 22px; border-top: 1px solid rgba(139,92,246,.3); background: linear-gradient(to bottom, rgba(139,92,246,.055), transparent); }.pbx-difference-grid b { color: #625878; font-size: 10px; }.pbx-difference-grid h3 { margin: 28px 0 0; font-size: 18px; letter-spacing: -.025em; }.pbx-difference-grid p { margin: 11px 0 0; color: #7e879c; font-size: 11px; line-height: 1.65; }

.pbx-faq { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: start; }.pbx-faq .pbx-section-heading { position: sticky; top: 110px; margin-bottom: 0; }.pbx-faq-list { display: grid; gap: 9px; }.pbx-faq details { border: 1px solid rgba(255,255,255,.07); border-radius: 17px; background: rgba(255,255,255,.022); }.pbx-faq summary { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 19px; color: #d8dce9; cursor: pointer; font-size: 13px; font-weight: 850; list-style: none; }.pbx-faq summary::-webkit-details-marker { display: none; }.pbx-faq summary span { width: 27px; height: 27px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 9px; color: #a78bfa; background: rgba(139,92,246,.08); transition: transform .2s ease; }.pbx-faq details[open] summary span { transform: rotate(45deg); }.pbx-faq details p { margin: 0; padding: 0 19px 19px; color: #818a9f; font-size: 11px; line-height: 1.7; }

.pbx-final { position: relative; min-height: 520px; display: grid; grid-template-columns: 1fr 300px; gap: 40px; align-items: center; overflow: hidden; margin-top: 60px; padding: clamp(38px,7vw,86px); border: 1px solid rgba(139,92,246,.22); border-radius: 38px; background: linear-gradient(135deg, rgba(139,92,246,.16), rgba(34,211,238,.035) 70%); box-shadow: 0 45px 100px rgba(0,0,0,.32); }.pbx-final-glow { position: absolute; width: 500px; height: 500px; right: -160px; top: -150px; border-radius: 50%; background: radial-gradient(circle, rgba(88,101,242,.42), transparent 66%); filter: blur(20px); }.pbx-final-content { position: relative; z-index: 2; }.pbx-final h2 { max-width: 780px; }.pbx-final-content > p { margin: 20px 0 0; color: #9ea6bb; font-size: 16px; }.pbx-text-link { padding: 11px 7px; color: #a5b4fc; text-decoration: none; font-size: 11px; font-weight: 850; }.pbx-final-logo { position: relative; z-index: 2; display: grid; place-items: center; }.pbx-final-logo > div { position: relative; width: 190px; height: 190px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.13); border-radius: 54px; background: linear-gradient(145deg, rgba(139,92,246,.25), rgba(34,211,238,.08)); box-shadow: 0 0 80px rgba(88,101,242,.35), inset 0 1px rgba(255,255,255,.16); transform: rotate(7deg); }.pbx-final-logo img { width: 128px; height: 128px; border-radius: 38px; }.pbx-final-logo span { position: absolute; inset: -18px; border: 1px solid rgba(167,139,250,.18); border-radius: 68px; animation: pbxSpin 18s linear infinite; }.pbx-final-logo span::after { content: ""; position: absolute; width: 10px; height: 10px; top: 12px; left: 50%; border-radius: 50%; background: #22d3ee; box-shadow: 0 0 20px #22d3ee; }

.pbx-footer { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; align-items: center; padding: 54px 0 28px; }.pbx-footer-brand { display: flex; align-items: center; gap: 11px; }.pbx-footer-brand strong, .pbx-footer-brand small { display: block; }.pbx-footer-brand strong { font-size: 16px; }.pbx-footer-brand small { margin-top: 3px; color: #646d82; font-size: 9px; }.pbx-footer > p { justify-self: end; max-width: 430px; margin: 0; color: #697287; font-size: 10px; line-height: 1.5; text-align: right; }.pbx-footer nav { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 8px 18px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.06); }.pbx-footer nav a { color: #737c91; text-decoration: none; font-size: 10px; font-weight: 800; }.pbx-footer nav a:hover { color: #fff; }.pbx-footer > small { grid-column: 1 / -1; color: #4f576a; font-size: 9px; }

[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }.is-revealed { opacity: 1; transform: translateY(0); }
@keyframes pbxPulse { 0%,100% { opacity: 1; transform: scale(1); } 50% { opacity: .55; transform: scale(.85); } }
@keyframes pbxFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes pbxSpin { to { transform: rotate(360deg); } }

@media (max-width: 1120px) {
  .pbx-header { grid-template-columns: auto 1fr auto; }.pbx-nav { display: none; position: absolute; top: 76px; left: 0; right: 0; flex-direction: column; align-items: stretch; padding: 10px; border: 1px solid rgba(255,255,255,.08); border-radius: 18px; background: rgba(8,10,20,.96); box-shadow: 0 22px 55px rgba(0,0,0,.35); }.pbx-nav.is-open { display: flex; }.pbx-nav a { padding: 12px 13px; }.pbx-menu-button { display: block; justify-self: end; }.pbx-header-actions { display: none; }
  .pbx-hero { min-height: auto; grid-template-columns: 1fr; padding-top: 150px; }.pbx-hero-copy { max-width: 850px; }.pbx-hero-visual { width: min(100%, 760px); margin-inline: auto; }.pbx-module-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }.pbx-control { grid-template-columns: 1fr; }.pbx-control-copy { max-width: 780px; }.pbx-dashboard-showcase { width: min(100%, 820px); margin-inline: auto; }.pbx-faq { grid-template-columns: 1fr; gap: 20px; }.pbx-faq .pbx-section-heading { position: static; }
}
@media (max-width: 880px) {
  .pbx-section { padding: 90px 0; }.pbx-profile-stage { grid-template-columns: 1fr; }.pbx-architect-steps, .pbx-difference-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }.pbx-module-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }.pbx-module-card--featured { grid-column: span 2; }.pbx-security-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }.pbx-migration-card { grid-template-columns: 1fr; }.pbx-final { grid-template-columns: 1fr; }.pbx-final-logo { display: none; }.pbx-footer { grid-template-columns: 1fr; }.pbx-footer > p { justify-self: start; text-align: left; }.pbx-metrics { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 640px) {
  .pbx-header { min-height: 60px; top: 8px; width: calc(100% - 16px); padding: 7px 8px 7px 10px; border-radius: 18px; }.pbx-brand { min-width: 0; }.pbx-brand-logo { width: 40px; height: 40px; flex-basis: 40px; border-radius: 13px; }.pbx-brand-logo img { width: 29px; height: 29px; }.pbx-brand-copy small { display: none; }.pbx-brand-copy strong { font-size: 15px; }
  .pbx-hero, .pbx-section, .pbx-logo-strip, .pbx-final, .pbx-footer { width: min(calc(100% - 20px), var(--pbx-max)); }.pbx-hero { padding-top: 118px; padding-bottom: 54px; }.pbx-kicker span { max-width: 205px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }.pbx-hero h1 { font-size: clamp(49px,15vw,70px); }.pbx-hero-lead { font-size: 16px; }.pbx-hero-actions, .pbx-final-actions { align-items: stretch; flex-direction: column; }.pbx-primary-button, .pbx-secondary-button { width: 100%; }.pbx-trust-line { display: grid; grid-template-columns: repeat(2,1fr); }.pbx-metrics { gap: 7px; }.pbx-metrics div { min-height: 78px; padding: 12px; }.pbx-metrics strong { font-size: 23px; }
  .pbx-app-window { border-radius: 20px; transform: none; }.pbx-window-bar { height: 48px; padding-inline: 11px; }.pbx-window-state { display: none; }.pbx-app-body { min-height: 450px; grid-template-columns: 44px 1fr; }.pbx-app-sidebar { padding-inline: 6px; }.pbx-side-logo { width: 31px; height: 31px; }.pbx-side-logo img { width: 22px; height: 22px; }.pbx-app-sidebar > span { width: 27px; height: 27px; }.pbx-app-content { padding: 13px; }.pbx-app-head button { display: none; }.pbx-app-head strong { font-size: 15px; }.pbx-architect-flow { grid-template-columns: repeat(2,1fr); }.pbx-architect-flow small { display: none; }.pbx-panel-top { grid-template-columns: 34px 1fr auto; }.pbx-scan-grid { grid-template-columns: 1fr; }.pbx-app-tags span:nth-child(n+4) { display: none; }.pbx-float-card { display: none; }
  .pbx-logo-strip { justify-content: flex-start; padding-inline: 6px; }.pbx-section { padding: 74px 0; }.pbx-section-heading h2, .pbx-control-copy h2, .pbx-final h2, .pbx-migration-copy h2 { font-size: clamp(38px,12vw,54px); }.pbx-section-heading p, .pbx-control-copy > p { font-size: 15px; }
  .pbx-profile-stage { padding: 8px; border-radius: 25px; }.pbx-profile-copy { padding: 21px 16px; }.pbx-blueprint { padding: 15px; border-radius: 19px; }.pbx-blueprint-grid { grid-template-columns: 1fr; }.pbx-blueprint-category { min-height: auto; }.pbx-architect-steps, .pbx-module-grid, .pbx-security-grid, .pbx-difference-grid { grid-template-columns: 1fr; }.pbx-module-card--featured { grid-column: auto; }.pbx-module-card { min-height: 220px; }.pbx-profile-switcher { width: 100%; justify-content: flex-start; }
  .pbx-dashboard-showcase { padding-bottom: 0; }.pbx-dashboard-frame { min-height: 470px; grid-template-columns: 52px 1fr; transform: none; }.pbx-dashboard-frame aside { padding-inline: 7px; }.pbx-dashboard-brand b, .pbx-dashboard-search, .pbx-dashboard-frame aside > small, .pbx-dashboard-frame aside > span { font-size: 0; }.pbx-dashboard-brand img { width: 29px; height: 29px; }.pbx-dashboard-frame aside > span { width: 34px; height: 34px; padding: 0; margin: 6px auto; }.pbx-dashboard-main { padding: 13px; }.pbx-widget-row { grid-template-columns: 1fr; }.pbx-widget-row > div:nth-child(n+2) { display: none; }.pbx-widget-large { align-items: flex-start; flex-direction: column; }.pbx-phone-frame { display: none; }
  .pbx-migration-card { padding: 25px 18px; }.pbx-migration-flow { grid-template-columns: 1fr; }.pbx-migration-flow > i { transform: rotate(90deg); text-align: center; }.pbx-migration-flow > div { min-height: 120px; }.pbx-terminal-body { padding: 16px; overflow-x: auto; }.pbx-terminal-body p { min-width: 360px; }.pbx-final { min-height: auto; margin-top: 20px; padding: 32px 20px; border-radius: 26px; }.pbx-footer { padding-top: 40px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
}

/* POTTERBOT SERVER SHOWCASE CSS START */
.pbx-server-showcase[hidden] { display: none !important; }
.pbx-server-showcase { position: relative; }
.pbx-server-showcase::before { content: ""; position: absolute; inset: 110px 10% auto; height: 260px; background: radial-gradient(circle,rgba(124,58,237,.13),transparent 68%); filter: blur(28px); pointer-events: none; }
.pbx-showcase-meta { position: relative; display: flex; align-items: center; justify-content: center; gap: 18px; margin: -22px 0 28px; color: #646d82; font-size: 10px; font-weight: 800; }
.pbx-showcase-meta span { display: inline-flex; align-items: center; gap: 7px; }
.pbx-showcase-meta i { width: 7px; height: 7px; border-radius: 50%; background: #34d399; box-shadow: 0 0 16px rgba(52,211,153,.75); }
.pbx-showcase-meta b { color: #b8c0d4; }
.pbx-showcase-grid { position: relative; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
.pbx-server-card { position: relative; display: flex; min-height: 180px; padding: 1px; border-radius: 24px; overflow: hidden; color: inherit; text-decoration: none; background: linear-gradient(145deg,rgba(167,139,250,.28),rgba(255,255,255,.045),rgba(34,211,238,.08)); box-shadow: 0 22px 70px rgba(0,0,0,.22); transform: translateY(12px); opacity: 0; transition: transform .28s ease,opacity .35s ease,filter .25s ease; }
.pbx-server-card.is-visible { transform: translateY(0); opacity: 1; }
.pbx-server-card:hover { transform: translateY(-7px); filter: brightness(1.08); }
.pbx-server-card-inner { position: relative; width: 100%; display: flex; flex-direction: column; padding: 19px; border-radius: 23px; background: linear-gradient(155deg,rgba(17,18,31,.97),rgba(8,9,17,.98)); overflow: hidden; }
.pbx-server-card-inner::after { content: ""; position: absolute; width: 130px; height: 130px; right: -44px; top: -52px; border-radius: 50%; background: var(--server-glow,rgba(124,58,237,.22)); filter: blur(28px); pointer-events: none; }
.pbx-server-card-head { position: relative; z-index: 1; display: flex; align-items: center; gap: 13px; }
.pbx-server-avatar { width: 56px; height: 56px; display: grid; place-items: center; flex: 0 0 auto; overflow: hidden; border-radius: 18px; background: linear-gradient(145deg,#21183d,#10121f); border: 1px solid rgba(255,255,255,.09); color: #fff; font-size: 20px; font-weight: 950; box-shadow: 0 14px 35px rgba(0,0,0,.35); }
.pbx-server-avatar img { width: 100%; height: 100%; object-fit: cover; }
.pbx-server-title { min-width: 0; }
.pbx-server-title small { display: flex; align-items: center; gap: 5px; color: #8f7be9; font-size: 8px; font-weight: 950; letter-spacing: .13em; }
.pbx-server-title strong { display: block; margin-top: 5px; color: #f2f3fa; font-size: 14px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.pbx-server-card p { position: relative; z-index: 1; min-height: 46px; margin: 16px 0 18px; color: #7e879c; font-size: 10px; line-height: 1.55; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.pbx-server-card-foot { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 13px; border-top: 1px solid rgba(255,255,255,.055); }
.pbx-server-members { display: flex; align-items: center; gap: 6px; color: #697287; font-size: 9px; font-weight: 800; }
.pbx-server-members i { width: 6px; height: 6px; border-radius: 50%; background: #34d399; box-shadow: 0 0 10px rgba(52,211,153,.65); }
.pbx-server-join { color: #b5a5ff; font-size: 9px; font-weight: 950; letter-spacing: .04em; }
@media (max-width: 1120px) { .pbx-showcase-grid { grid-template-columns: repeat(3,minmax(0,1fr)); } }
@media (max-width: 820px) { .pbx-showcase-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width: 560px) { .pbx-showcase-meta { align-items: flex-start; flex-direction: column; gap: 7px; margin-top: -10px; }.pbx-showcase-grid { grid-template-columns: 1fr; }.pbx-server-card { min-height: 164px; } }
/* POTTERBOT SERVER SHOWCASE CSS END */

/* POTTERBOT MOBILE LANDING V4 START */
.pbx-nav-mobile-head,
.pbx-nav-mobile-actions,
.pbx-mobile-menu-backdrop { display: none; }

.pbx-page main { min-width: 0; }
.pbx-page section[id] { scroll-margin-top: 104px; }

@media (max-width: 1120px) {
  body.pbx-page.pbx-menu-open {
    overflow: hidden;
    overscroll-behavior: none;
    touch-action: none;
  }

  body.pbx-page::after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 89;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background: rgba(2, 4, 12, .68);
    backdrop-filter: blur(10px) saturate(120%);
    transition: opacity .22s ease, visibility .22s ease;
  }

  body.pbx-page.pbx-menu-open::after {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .pbx-header {
    z-index: 120;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
  }

  .pbx-brand { min-width: 0; }
  .pbx-menu-button {
    position: relative;
    z-index: 3;
    grid-column: 2;
    justify-self: end;
    display: block;
    flex: 0 0 auto;
    cursor: pointer;
  }

  .pbx-menu-button span {
    position: relative;
    transform-origin: center;
  }

  .pbx-menu-button.is-open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .pbx-menu-button.is-open span:nth-child(2) { opacity: 0; transform: scaleX(.25); }
  .pbx-menu-button.is-open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

  .pbx-nav {
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    right: auto;
    z-index: 121;
    width: min(100%, 560px);
    max-height: calc(100dvh - 104px - env(safe-area-inset-bottom));
    margin-inline: auto;
    padding: 12px;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 5px;
    border: 1px solid rgba(167,139,250,.22);
    border-radius: 24px;
    background:
      linear-gradient(145deg, rgba(20,16,40,.985), rgba(7,10,22,.99)),
      rgba(8,10,20,.99);
    box-shadow: 0 34px 90px rgba(0,0,0,.62), inset 0 1px rgba(255,255,255,.08);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%, -14px) scale(.975);
    transform-origin: top center;
    transition: opacity .2s ease, transform .24s cubic-bezier(.2,.8,.2,1), visibility .2s ease;
    scrollbar-width: thin;
    scrollbar-color: rgba(139,92,246,.5) transparent;
  }

  .pbx-nav::-webkit-scrollbar { width: 6px; }
  .pbx-nav::-webkit-scrollbar-thumb { border-radius: 999px; background: rgba(139,92,246,.5); }

  .pbx-nav.is-open {
    display: flex;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0) scale(1);
  }

  .pbx-nav-mobile-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    padding: 9px 10px 12px;
    margin-bottom: 2px;
    border-bottom: 1px solid rgba(255,255,255,.07);
  }

  .pbx-nav-mobile-head span {
    color: #f7f4ff;
    font-size: 17px;
    font-weight: 950;
    letter-spacing: -.03em;
  }

  .pbx-nav-mobile-head small {
    color: #777f96;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .pbx-nav > a {
    counter-increment: pbx-mobile-nav;
    min-height: 50px;
    display: grid;
    grid-template-columns: 28px minmax(0,1fr) 20px;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    border: 1px solid transparent;
    border-radius: 15px;
    color: #c8cddd;
    background: transparent;
    font-size: 13px;
    font-weight: 850;
  }

  .pbx-nav { counter-reset: pbx-mobile-nav; }
  .pbx-nav > a::before {
    content: counter(pbx-mobile-nav, decimal-leading-zero);
    display: grid;
    place-items: center;
    width: 27px;
    height: 27px;
    border-radius: 9px;
    color: #a78bfa;
    background: rgba(139,92,246,.1);
    font-size: 9px;
    font-weight: 950;
  }

  .pbx-nav > a::after {
    content: "→";
    justify-self: end;
    color: #697187;
    font-size: 13px;
  }

  .pbx-nav > a:hover,
  .pbx-nav > a:focus-visible,
  .pbx-nav > a.active {
    color: #fff;
    border-color: rgba(167,139,250,.16);
    background: linear-gradient(135deg, rgba(139,92,246,.13), rgba(34,211,238,.035));
    outline: none;
  }

  .pbx-nav-mobile-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding-top: 9px;
    margin-top: 4px;
    border-top: 1px solid rgba(255,255,255,.07);
  }

  .pbx-nav-mobile-actions .pbx-primary-button,
  .pbx-nav-mobile-actions .pbx-secondary-button {
    width: 100%;
    min-height: 48px;
    padding: 9px 10px 9px 13px;
    gap: 8px;
    border-radius: 14px;
    font-size: 11px;
    white-space: nowrap;
  }

  .pbx-nav-mobile-actions b { width: 27px; height: 27px; border-radius: 9px; }
}

@media (max-width: 640px) {
  html, body.pbx-page { width: 100%; max-width: 100%; overflow-x: clip; }
  body.pbx-page { min-width: 0; }

  .pbx-bg { width: 100vw; max-width: 100%; }
  .pbx-header {
    top: max(7px, env(safe-area-inset-top));
    width: calc(100% - 16px);
    min-height: 62px;
    padding: 8px 9px;
    border-radius: 19px;
  }

  .pbx-header.is-scrolled { top: max(5px, env(safe-area-inset-top)); }
  .pbx-brand { gap: 9px; }
  .pbx-brand-logo { width: 40px; height: 40px; flex-basis: 40px; }
  .pbx-brand-copy strong { font-size: 15px; }
  .pbx-menu-button { width: 42px; height: 42px; border-radius: 13px; }

  .pbx-nav {
    top: calc(100% + 8px);
    left: 50%;
    right: auto;
    width: 100%;
    max-height: calc(100dvh - 88px - env(safe-area-inset-bottom));
    border-radius: 22px;
  }

  .pbx-hero,
  .pbx-section,
  .pbx-logo-strip,
  .pbx-final,
  .pbx-footer {
    width: calc(100% - 24px);
    max-width: 100%;
  }

  .pbx-hero {
    min-height: auto;
    grid-template-columns: minmax(0,1fr);
    gap: 38px;
    padding-top: 108px;
    padding-bottom: 56px;
  }

  .pbx-hero-copy { min-width: 0; }
  .pbx-kicker {
    width: 100%;
    max-width: 100%;
    justify-content: flex-start;
    padding: 7px 8px;
    margin-bottom: 20px;
    overflow: hidden;
  }

  .pbx-kicker span {
    min-width: 0;
    max-width: none;
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 9px;
  }

  .pbx-kicker b { flex: 0 0 auto; }
  .pbx-hero h1 {
    max-width: 100%;
    font-size: clamp(46px, 14.2vw, 64px);
    line-height: .94;
    letter-spacing: -.065em;
    text-wrap: balance;
    overflow-wrap: normal;
    word-break: normal;
  }

  .pbx-hero-lead {
    margin-top: 22px;
    font-size: 15.5px;
    line-height: 1.65;
  }

  .pbx-hero-actions { gap: 9px; margin-top: 27px; }
  .pbx-primary-button,
  .pbx-secondary-button {
    min-height: 58px;
    padding: 12px 13px 12px 17px;
    border-radius: 17px;
  }

  .pbx-trust-line {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 20px;
  }

  .pbx-trust-line span {
    min-width: 0;
    padding: 10px;
    border: 1px solid rgba(255,255,255,.055);
    border-radius: 13px;
    background: rgba(255,255,255,.025);
    font-size: 9px;
    line-height: 1.35;
  }

  .pbx-metrics { gap: 8px; margin-top: 24px; }
  .pbx-metrics div { min-height: 78px; padding: 12px; border-radius: 15px; }
  .pbx-metrics strong { font-size: 22px; }
  .pbx-metrics span { font-size: 8px; }

  .pbx-hero-visual { width: 100%; max-width: 100%; }
  .pbx-app-window { width: 100%; max-width: 100%; }
  .pbx-app-content { min-width: 0; overflow: hidden; }

  .pbx-section { padding: 70px 0; }
  .pbx-section-heading h2,
  .pbx-control-copy h2,
  .pbx-final h2,
  .pbx-migration-copy h2 {
    max-width: 100%;
    font-size: clamp(37px, 11.5vw, 52px);
    line-height: .98;
    letter-spacing: -.055em;
  }

  .pbx-profile-switcher,
  .pbx-module-filter {
    width: calc(100vw - 24px);
    max-width: 100%;
    margin-inline: 0;
    padding-bottom: 6px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .pbx-profile-switcher::-webkit-scrollbar,
  .pbx-module-filter::-webkit-scrollbar { display: none; }
  .pbx-profile-switcher button,
  .pbx-module-filter button { flex: 0 0 auto; scroll-snap-align: start; }

  .pbx-server-showcase,
  .pbx-showcase-grid,
  .pbx-server-card { min-width: 0; max-width: 100%; }
  .pbx-server-card { overflow: hidden; }

  .pbx-footer { padding-bottom: calc(28px + env(safe-area-inset-bottom)); }
}

@media (max-width: 430px) {
  .pbx-brand-copy strong { font-size: 14px; }
  .pbx-brand-logo { width: 38px; height: 38px; flex-basis: 38px; }
  .pbx-brand-logo img { width: 27px; height: 27px; }
  .pbx-menu-button { width: 40px; height: 40px; }

  .pbx-nav-mobile-actions { grid-template-columns: 1fr; }
  .pbx-nav-mobile-actions .pbx-primary-button,
  .pbx-nav-mobile-actions .pbx-secondary-button { font-size: 12px; }

  .pbx-hero { padding-top: 101px; }
  .pbx-hero h1 { font-size: clamp(43px, 13.6vw, 58px); }
  .pbx-hero-lead { font-size: 15px; }
  .pbx-trust-line { grid-template-columns: 1fr; }
  .pbx-trust-line span { min-height: 43px; }

  .pbx-app-body { grid-template-columns: 39px minmax(0,1fr); }
  .pbx-app-sidebar { padding-inline: 4px; }
  .pbx-app-content { padding: 11px; }
  .pbx-architect-flow { gap: 6px; }
  .pbx-architect-flow button { min-width: 0; padding-inline: 5px; }
  .pbx-panel-top { grid-template-columns: 31px minmax(0,1fr) auto; }
}

@media (max-width: 360px) {
  .pbx-brand-copy strong { font-size: 13px; }
  .pbx-hero h1 { font-size: 42px; }
  .pbx-hero-lead { font-size: 14.5px; }
  .pbx-metrics { grid-template-columns: 1fr; }
  .pbx-kicker b { display: none; }
}
/* POTTERBOT MOBILE LANDING V4 END */
