/* Shared Plugboard marketing system. Page styles own structure; this file owns
   the brand, typography, controls and responsive rules across all six pages. */
:root, html[data-theme="light"] {
  color-scheme: light;
  --bg: #ffffff;
  --bg-2: #f5f6f8;
  --panel: #ffffff;
  --panel-2: #f0f2f5;
  --text: #283448;
  --text-hi: #172234;
  --muted: #536175;
  --line: #e1e5eb;
  --line-2: #c5cdd8;
  --brand: #bd3c19;
  --accent-ink: #ae3515;
  --accent: #d98410;
  --grad: linear-gradient(120deg, #f2542d, #f7a325);
  --r: 12px;
  --maxw: 1280px;
  --ease: cubic-bezier(.2,.8,.2,1);
}
html[data-theme="dark"] {
  color-scheme: dark;
  --bg: #111923;
  --bg-2: #18222f;
  --panel: #1d2938;
  --panel-2: #253345;
  --text: #dae2ed;
  --text-hi: #f5f7fb;
  --muted: #acbacd;
  --line: #304054;
  --line-2: #53637a;
  --brand: #bd3c19;
  --accent-ink: #ffac8d;
}
html { scroll-padding-top: 100px; }
body { background: var(--bg); color: var(--text); font-family: "Segoe UI", system-ui, -apple-system, sans-serif; line-height: 1.65; }
::selection { background: var(--text-hi); color: var(--bg); }
input, textarea { caret-color: var(--accent-ink); }
a { text-underline-offset: .2em; }
p a:not(.btn) { text-decoration: underline; }
:where(a, button, summary, input, select, textarea):focus-visible { outline: 2px solid var(--accent-ink); outline-offset: 4px; }
button, input, select, textarea { font: inherit; }
:where(button, input, select, textarea):disabled { cursor: not-allowed; opacity: .6; }
h1, h2, h3 { text-wrap: balance; letter-spacing: -.03em; }
.wrap { width: 100%; max-width: var(--maxw); padding-inline: 40px; }
header { height: 76px; background: var(--bg); border-bottom: 1px solid var(--line); backdrop-filter: none; }
.nav { width: 100%; max-width: var(--maxw); padding-inline: 40px; gap: 24px; height: 76px; }
.brand { font-size: 21px; letter-spacing: -.03em; }
.brand svg { width: 30px; height: 30px; }
.nav-links { gap: 23px; }
.nav-links a { font-size: 14px; }
.btn { min-height: 44px; justify-content: center; gap: 10px; border-radius: 7px; font-size: 14px; font-weight: 600; padding: 11px 19px; box-shadow: none; transition: background-color .18s, border-color .18s, color .18s; }
.btn-primary, .hero .btn-primary, .offer .btn-primary { background: var(--brand); color: #fff; border-color: transparent; box-shadow: none; }
.btn-primary:hover, .offer .btn-primary:hover { background: #9e3013; color: #fff; transform: none; box-shadow: none; }
.btn-ghost { background: var(--bg); border-color: var(--line-2); color: var(--text-hi); }
.btn-ghost:hover { background: var(--bg-2); border-color: var(--muted); transform: none; box-shadow: none; }
.icon-btn { border-radius: 7px; width: 40px; height: 40px; color: var(--muted); background: var(--bg); }
.hero h1, .head h1 { font-size: clamp(36px, 4.5vw, 58px); line-height: 1.1; letter-spacing: -.035em; }
.grad-text, .hero-emphasis, .hero-copy h1 span { color: var(--accent-ink); background: none; -webkit-text-fill-color: currentColor; }
.hero, .head { padding-block: 76px 48px; }
.hero p, .head p { max-width: 66ch; font-size: 17px; }
.product-hero { padding: 76px 0 0; }
.hero-grid { grid-template-columns: .9fr 1.2fr; gap: 56px; }
.hero-copy h1 { font-size: clamp(40px, 4.1vw, 58px); line-height: 1.08; letter-spacing: -.035em; max-width: 12ch; }
.hero-lede { font-size: 18px; line-height: 1.7; margin-top: 24px; max-width: 44ch; }
.hero-actions { gap: 12px; margin-top: 28px; }
.hero-actions .btn { font-size: 14px; padding: 12px 18px; }
.hero-note { margin-top: 16px; font-size: 13px; }
.trial-link, html[data-theme="dark"] .trial-link { border: 0; border-radius: 0; background: none; padding: 0; color: var(--muted); margin-top: 24px; font-size: 13px; }
.product-preview { width: 100%; max-width: none; border: 0; border-radius: 12px; background: var(--bg-2); box-shadow: 0 20px 52px -22px #17223455; }
.product-shot-link { display: block; }
.product-shot { display: block; width: 100%; height: auto; border-radius: 12px 12px 0 0; }
.product-preview figcaption { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 6px; padding: 16px 20px; border-top: 1px solid var(--line); font-size: 12px; color: var(--muted); }
.product-preview figcaption a { color: var(--accent-ink); font-weight: 600; }
.trust-strip { margin-top: 68px; padding: 26px 0; gap: 30px; border-top: 1px solid var(--line); }
.trust-strip b { font-size: 14px; }
.trust-strip span { font-size: 13px; }
section.band, .band-sec, .section { padding-block: 80px; }
.sec-head { max-width: 740px; margin-bottom: 36px; }
.sec-head h2, .section h2, .band-sec h2 { font-size: clamp(28px, 3vw, 38px); line-height: 1.2; }
.sec-head p:not(.kicker), .section-intro { font-size: 16px; line-height: 1.75; }
.workflow-band { background: var(--bg-2); border-block: 1px solid var(--line); }
.workflow-steps { gap: 36px; margin-top: 40px; }
.workflow-steps li, .flow-step.is-active, .flow-step.is-complete { background: none; border: 0; border-top: 1px solid var(--line-2); border-radius: 0; box-shadow: none; padding: 24px 0 0; }
.workflow-steps h3 { font-size: 20px; margin: 12px 0; }
.workflow-steps p { max-width: 35ch; font-size: 15px; }
.flow-signal { margin-top: 20px; font-size: 13px; color: var(--muted); }
.mosaic { gap: 0 36px; }
#featGrid > .card { padding: 28px 0; border: 0; border-top: 1px solid var(--line); border-radius: 0; background: none; box-shadow: none; }
#featGrid > .card > .ico, html[data-theme="dark"] #featGrid > .card > .ico { padding: 0; border: 0; background: none; border-radius: 0; color: var(--accent-ink); margin-bottom: 18px; }
.card { border-radius: 12px; box-shadow: none; background: var(--bg); }
.card h3 { font-size: 20px; }
.card p { font-size: 15px; }
.catalogue { margin-top: 24px; padding-inline: 24px; background: var(--bg-2); border: 1px solid var(--line); border-radius: 12px; }
.catalogue > summary { min-height: 56px; font-size: 15px; }
.catalogue .mosaic { column-gap: 28px; }
.catalogue .card { background: none; border: 0; border-top: 1px solid var(--line); border-radius: 0; padding: 24px 0; }
.catalogue .card h3 { font-size: 17px; }
.catalogue .card p { font-size: 14px; }
.catalogue .card .ico { display: none; }
.release-preview { margin-top: 32px; padding: 28px 32px; background: var(--bg-2); }
.release-preview p { max-width: 85ch; }
.release-state { display: inline-flex; border: 1px solid var(--line-2); border-radius: 5px; padding: 3px 8px; font-size: 12px; color: var(--muted); margin-bottom: 12px; }
.release-preview h3 { font-size: 24px; }
.release-list { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 32px; margin-block: 24px; }
.release-list dt { font-weight: 650; color: var(--text-hi); font-size: 15px; }
.release-list dd { margin: 5px 0 0; color: var(--muted); font-size: 14px; }
.free-banner, html[data-theme="dark"] .free-banner { background: var(--bg-2); border: 1px solid var(--line); box-shadow: none; }
.free-banner .fb { display: none; }
.free-banner h3, html[data-theme="dark"] .free-banner h3 { color: var(--text-hi); }
.free-banner p, html[data-theme="dark"] .free-banner p { color: var(--muted); }
.conn { min-height: 76px; border-radius: 8px; }
.conn .nm { font-size: 14px; }
.conn .st { font-size: 12px; text-transform: none; letter-spacing: 0; }
.tab-btn.active { background: var(--brand); color: #fff; }
.portal { padding: 28px; }
.sec-item .sh { background: none; border: 0; }
.faq-list summary { font-size: 16px; }
.faq-list p { font-size: 15px; max-width: 70ch; }
.offer, html[data-theme="dark"] .offer { background: var(--bg-2); border: 1px solid var(--line); box-shadow: none; color: var(--text); }
.offer::before { display: none; }
.offer h3, .offer-fig b, .offer-tag, html[data-theme="dark"] .offer-fig b { color: var(--text-hi); }
.offer-fine, .offer-fig span, .offer-split span, html[data-theme="dark"] .offer-fine { color: var(--muted); }
.offer-split div { background: var(--bg); border-color: var(--line); }
.offer-split b { color: var(--text-hi); }
.beta-what { gap: 0; }
.beta-what .card { border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: none; padding: 24px 28px; }
.beta-what .card:last-child { border-bottom: 0; }
.foot-note { border-left-width: 1px; }
footer { background: var(--bg-2); padding-block: 48px 32px; }
.foot-row, .foot-bottom { font-size: 13px; line-height: 1.7; }
.tier { box-shadow: none; border-radius: 12px; padding: 26px; background: var(--bg); }
.tier h3 { font-size: 21px; }
.tier .price { margin-block: 24px 12px; }
.tier .price b { font-size: 32px; letter-spacing: -.035em; font-variant-numeric: tabular-nums; }
.tier .sum, .tier li { font-size: 14px; line-height: 1.65; }
.tier .inc, .tier .per-device { font-size: 13px; }
.tier.match { border-color: var(--accent-ink); box-shadow: inset 0 0 0 1px var(--accent-ink); }
.band-picker button { min-height: 44px; border-radius: 7px; }
.rate, .comparison-table { font-variant-numeric: tabular-nums; }
.rate th, .rate td { padding-block: 18px; }
.booking-card { padding: 32px; }
.field input, .field select, .field textarea { min-height: 44px; border-radius: 7px; background: var(--bg); border: 1px solid var(--line-2); color: var(--text-hi); font-size: 16px; }
.field input::placeholder, .field textarea::placeholder { color: var(--muted); opacity: 1; }
.field :is(input,select,textarea)[aria-invalid="true"] { border-color: #c22a30; }
.legal main { max-width: 78ch; margin-inline: auto; padding-block: 64px 80px; }
.legal main .wrap { padding-inline: 24px; }
.legal h1 { font-size: 42px; }
.legal main h2 { font-size: 24px; margin-top: 40px; }
.legal .callout { background: var(--bg-2); }
@media (max-width: 1100px) {
  .nav { gap: 16px; }
  .nav-links { gap: 15px; }
  .hero-grid { gap: 32px; }
  .tiers { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 950px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 720px; }
  .hero-copy h1 { max-width: 17ch; }
  .product-preview { max-width: 800px; }
  .nav-links.open { background: var(--bg); }
}
@media (max-width: 640px) {
  .wrap, .nav { padding-inline: 20px; }
  header, .nav { height: 68px; }
  .nav { gap: 8px; }
  .nav .brand { font-size: 18px; }
  .nav .icon-btn { min-width: 36px; width: 36px; }
  .nav-right .btn { font-size: 11px; padding-inline: 10px; }
  .hero, .head { padding-block: 44px 32px; }
  .product-hero { padding-top: 44px; }
  .hero-copy h1 { font-size: 42px; }
  .hero-lede { font-size: 16px; }
  .hero-actions .btn { font-size: 13px; }
  .hero-actions { gap: 10px; }
  .trust-strip { margin-top: 36px; gap: 16px; }
  .trust-strip span + span { padding-left: 0; border: 0; }
  section.band, .band-sec, .section { padding-block: 52px; }
  .workflow-steps { gap: 24px; }
  .section-split, .faq-layout, .release-list { grid-template-columns: 1fr; gap: 24px; }
  .tiers { grid-template-columns: 1fr; }
  .release-preview { padding: 24px; }
  .booking-card { padding: 22px; }
  .conn .nm { font-size: 13px; }
  .conn .st { font-size: 11px; }
  .legal h1 { font-size: 34px; }
  .legal .nav-right .btn { font-size: 13px; }
}
.product-preview figcaption a, .demo-chrome, .demo-chrome a, .demo-play small { font-size: 12px; }
.match-tag { font-size: 12px; }
.flow-step::before { display: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
