#discover.smart-hub{color:#171b20;scroll-margin-top:60px}
.smart-hub *{box-sizing:border-box}
.smart-hub header{margin-bottom:25px}
.smart-hub .eyebrow{font-size:11px;font-weight:500;letter-spacing:.14em;color:#677585}
.smart-hub #hot-workbench-heading{font-size:clamp(30px,3vw,40px);line-height:1.15;letter-spacing:-.04em;margin:8px 0 0;font-weight:600}
.smart-hub .hub-layout{display:grid;grid-template-columns:44% minmax(0,1fr);gap:30px;align-items:start}
.smart-hub .hub-hardware{min-width:0}
.smart-hub .hub-slides{position:relative;padding:14px;background:#fff;border-radius:14px}
.smart-hub .hub-enlarge{position:absolute;inset:0;z-index:1;width:100%;height:100%;border:0;border-radius:14px;background:transparent;cursor:zoom-in}
.smart-hub .hub-enlarge span{position:absolute;right:12px;bottom:12px;display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#edf1f6;color:#36536d;font-size:22px}
.smart-hub .hub-enlarge:focus-visible{outline:3px solid #2f7fe8;outline-offset:3px}
.smart-hub .hub-lightbox{border:0;border-radius:12px;padding:22px;max-width:94vw;width:max-content;max-height:94vh;background:white;box-shadow:0 25px 90px #0004;color:#193044}
.smart-hub .hub-lightbox::backdrop{background:#152b45c4;backdrop-filter:blur(6px)}
.smart-hub .hub-lightbox>p{margin:0 45px 15px 0;font-size:16px;font-weight:500}
.smart-hub .hub-close{position:absolute;right:12px;top:9px;font-size:28px;padding:4px 10px;background:#fff;border:0;color:#21374f;cursor:pointer}
.smart-hub .hub-large-view>.hub-slide{display:block;width:min(1100px,84vw);height:75vh;opacity:1;transition:none}
.smart-hub .hub-hardware .hub-slide{display:block;width:100%;height:305px}
.smart-hub .hub-story h3{font-size:clamp(22px,2.05vw,28px);line-height:1.2;letter-spacing:-.03em;font-weight:600;margin:0 0 12px}
.smart-hub .hub-product-name{font-size:16px;font-weight:600;color:#176bc0;margin:0 0 10px}
.smart-hub .hub-intro{font-size:15px;line-height:1.65;color:#566b80;margin:0 0 22px}
.smart-hub .hub-highlights{display:grid;grid-template-columns:minmax(0,1fr);gap:18px;padding:16px;background:#eaf3fc;border-bottom:2px solid #b8d5f5;border-radius:8px;margin-bottom:18px}
.smart-hub .hub-highlights>div:last-child{grid-column:1/-1}
.smart-hub .hub-highlights strong{display:block;font-size:14px;font-weight:600;color:#193044;line-height:1.4}
.smart-hub .hub-highlights p{font-size:13px;line-height:1.55;color:#506981;margin:6px 0 0}
.smart-hub .hub-specs{margin:0;display:grid;gap:8px}
.smart-hub .hub-specs>div{display:grid;grid-template-columns:96px minmax(0,1fr);gap:12px;line-height:1.5}
.smart-hub .hub-specs dt{font-size:12px;font-weight:600;color:#29445d}
.smart-hub .hub-specs dd{font-size:13px;color:#506981;margin:0}
.smart-hub .hub-software{margin:26px auto 0;max-width:374px}
.smart-hub .hub-software h3{font-size:16px;font-weight:600;margin:0;color:#193044}
.smart-hub .hub-screenshots{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:14px}
/* Match the RMP thumbnails: compact images, 158px display height and captions below. */
.smart-hub .hub-screen{margin:0;min-width:0;text-align:center}
.smart-hub .hub-screen svg{display:block;width:100%;height:158px}
.smart-hub .hub-screen figcaption{font-size:13px;line-height:1.45;color:#465463;margin-top:10px}
.smart-hub .hub-screen figcaption span{color:#677585;font-size:11px}
@media(max-width:650px){.smart-hub .hub-layout{grid-template-columns:1fr}.smart-hub .hub-hardware .hub-slide{height:250px}.smart-hub .hub-highlights{grid-template-columns:1fr}}

.smart-hub .hub-slides{display:grid}
.smart-hub .hub-slide{grid-area:1/1;opacity:0;transition:opacity .3s ease;pointer-events:none}
.smart-hub .hub-slide.is-current{opacity:1}
@media(prefers-reduced-motion:reduce){.smart-hub .hub-slide{transition:none}}

/* The third view annotates the same top-down render; no duplicate artwork. */
.smart-hub .hub-callout{opacity:0}
.smart-hub .hub-callout path{fill:none;stroke:#6085a7;stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round}
.smart-hub .hub-callout circle{fill:#2f7fe8;stroke:#fff;stroke-width:1}
.smart-hub .hub-callout text{fill:#29445d;font:500 18px Poppins,Arial,sans-serif}
.smart-hub .hub-callout .hub-callout-heading{font-size:20px;font-weight:600}
.smart-hub .hub-callout .hub-callout-detail{font-size:16px;font-weight:400;fill:#566d80}
.smart-hub .hub-callout .hub-rgb-label{font-size:14px;fill:#566d80}
.smart-hub .hub-callout .hub-rgb-leader{stroke:#91a6b9;stroke-width:1}
.smart-hub .is-current .hub-callout{animation:hub-callout-appear .3s ease var(--callout-delay) both}
@keyframes hub-callout-appear{from{opacity:0}to{opacity:1}}
@media(prefers-reduced-motion:reduce){.smart-hub .is-current .hub-callout{animation:none;opacity:1}.smart-hub .is-current .hub-callout path{animation:none;stroke-dashoffset:0}}

/* Continuous motion during the longer feature view. */
.smart-hub .is-current .hub-shine{animation:hub-surface-shine 3.5s ease-in-out .4s infinite both}
.smart-hub .is-current .hub-callout .hub-line-light{stroke:#36aaff;stroke-width:2.6;stroke-dasharray:14 186;animation:hub-leader-light 2.5s linear calc(var(--callout-delay) + .5s) infinite both}
/* USB signals travel out and back; power and button signals travel into the board. */
.smart-hub .is-current .hub-callout .hub-flow-both{animation-direction:alternate}
.smart-hub .is-current .hub-callout .hub-flow-input{animation-direction:reverse}
.smart-hub .hub-callout .hub-marker-halo{fill:none;stroke:#349cff;stroke-width:1.4;transform-box:fill-box;transform-origin:center}
.smart-hub .is-current .hub-callout .hub-marker-halo{animation:hub-marker-ripple 2s ease-out calc(var(--callout-delay) + .3s) infinite both}
.smart-hub .is-current .hub-callout circle:not(.hub-marker-halo){animation:hub-marker-glint 2s ease-in-out var(--callout-delay) infinite}
.smart-hub .is-current .hub-callout text{animation:hub-label-glint 3.5s ease-in-out calc(var(--callout-delay) + .7s) infinite}
@keyframes hub-surface-shine{0%,12%{transform:translateX(0)}75%,100%{transform:translateX(3400px)}}
@keyframes hub-leader-light{0%{stroke-dashoffset:14;opacity:0}12%{opacity:1}85%{opacity:1}100%{stroke-dashoffset:-100;opacity:0}}
@keyframes hub-marker-ripple{0%{transform:scale(.45);opacity:.85}80%,100%{transform:scale(1.9);opacity:0}}
@keyframes hub-marker-glint{0%,100%{fill:#2f7fe8}45%{fill:#9ceaff;filter:drop-shadow(0 0 3px #309bff)}}
@keyframes hub-label-glint{0%,100%{fill:#29445d}40%{fill:#087ee0}}
@media(prefers-reduced-motion:reduce){
  .smart-hub .is-current .hub-callout text,.smart-hub .is-current .hub-callout circle:not(.hub-marker-halo){animation:none}
  .smart-hub .is-current .hub-shine,.smart-hub .is-current .hub-callout .hub-line-light,.smart-hub .is-current .hub-callout .hub-marker-halo{animation:none;opacity:0}
}

.smart-hub .hub-controls{display:flex;justify-content:center;gap:8px;margin-top:10px}
.smart-hub .hub-controls button{font:500 12px Poppins,Arial,sans-serif;cursor:pointer;background:transparent;border:0;color:#667484;padding:10px 12px;border-radius:6px}
.smart-hub .hub-controls button:hover{background:#edf1f6}
.smart-hub .hub-controls [aria-pressed=true]{background:#e4edf7;color:#176bc0}
.smart-hub .hub-controls button:focus-visible{outline:2px solid #2f7fe8;outline-offset:3px}

/* Specs sit in the left column, under the view controls. */
.smart-hub .hub-hardware .hub-specs{margin-top:26px}

/* COMING SOON: the Series[D] card label, right-aligned on the product name line. */
.smart-hub .hub-product-name{display:flex;align-items:center;justify-content:space-between;gap:12px}
.smart-hub .hub-coming-soon{padding:4px 9px;border-radius:5px;background:#4b9e23;color:#fff;font-size:10px;font-weight:600;letter-spacing:.06em;line-height:1.4}

/* Story column 10% narrower; the hardware column takes the space. */
@media(min-width:651px){.smart-hub .hub-layout{grid-template-columns:minmax(0,1fr) calc((56% - 30px) * .9)}}
