body {
  background: var(--paper);
  color: var(--text);
}
.container {
  width: calc(100% - clamp(48px, 8vw, 256px));
  margin-inline: auto;
}
.container-narrow {
  width: min(820px, calc(100% - 48px));
  margin-inline: auto;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #245bd2;
}
.eyebrow::before {
  content: '';
  width: 20px;
  height: 2px;
  background: currentColor;
}
.section-heading {
  max-width: 730px;
  margin-bottom: 40px;
}
.section-heading.center {
  margin-inline: auto;
  text-align: center;
}
.section-title {
  margin-top: 16px;
  font-size: clamp(30px, 3.3vw, 46px);
  letter-spacing: -1.8px;
  color: var(--ink);
}
.section-copy {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.8;
  color: var(--muted);
  max-width: 640px;
}
.center .section-copy {
  margin-inline: auto;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  transition:
    background 0.18s,
    box-shadow 0.18s,
    transform 0.18s;
}
.btn svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.btn:hover {
  transform: translateY(-2px);
}
.btn-primary {
  color: #fff;
  background: #2864ed;
  box-shadow: 0 8px 24px #1555d42b;
}
.btn-primary:hover {
  background: #1e52d1;
  box-shadow: 0 12px 30px #1555d440;
}
.btn-light {
  background: #fff;
  color: #142b4d;
}
.btn-outline {
  border-color: #c6d3e3;
  color: #244569;
  background: #ffffff70;
}
.btn-dark-outline,
.nav-login {
  color: #eaf1ff;
  border-color: #ffffff29;
  background: #ffffff06;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #081526f2;
  border-bottom: 1px solid #ffffff12;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.nav {
  min-height: 80px;
  display: flex;
  align-items: center;
  gap: 28px;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 23px;
  margin: 0 0 0 auto;
  padding: 0;
  list-style: none;
}
.nav-links a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-size: 13px;
  font-weight: 550;
  color: #bfcee3;
}
.nav-links a:hover {
  color: #fff;
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}
.nav-demo {
  font-size: 13px;
  min-height: 44px;
}
.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 1px solid #ffffff29;
  border-radius: 11px;
  background: #ffffff08;
  color: #fff;
}
.mobile-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: calc(100dvh - 80px);
  overflow: auto;
  padding: 18px 24px 24px;
  background: #0c1c32;
  border-bottom: 1px solid #ffffff29;
  box-shadow: 0 18px 35px #0004;
}
.mobile-menu.open {
  display: grid;
  gap: 4px;
}
.mobile-menu > a {
  padding: 12px;
  min-height: 48px;
  color: #e6effd;
}
.mobile-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 12px;
}
.hero {
  position: relative;
  padding: 76px 0 80px;
  color: #fff;
  background:
    radial-gradient(ellipse at 84% 44%, #20499466, transparent 50%),
    radial-gradient(ellipse at 0 0, #087c891a, transparent 42%), #081526;
  isolation: isolate;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(#ffffff03 1px, transparent 1px),
    linear-gradient(90deg, #ffffff03 1px, transparent 1px);
  background-size: 64px 64px;
  pointer-events: none;
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.3fr);
  gap: clamp(36px, 4.5vw, 68px);
  align-items: center;
}
.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #b3daf7;
  font-size: 12px;
  font-weight: 600;
}
.live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #6de4c0;
  box-shadow: 0 0 0 5px #6de4c011;
  flex-shrink: 0;
}
.hero h1 {
  margin-top: 24px;
  font-size: clamp(42px, 4.1vw, 64px);
  line-height: 1.07;
  letter-spacing: -2.8px;
  max-width: 640px;
  font-weight: 750;
  overflow-wrap: break-word;
}
.hero h1 .gradient {
  display: block;
  margin-top: 12px;
}
.hero-lead {
  margin-top: 26px;
  font-size: 17px;
  line-height: 1.8;
  color: #b5c6dc;
  max-width: 530px;
}
.hero-lead strong {
  color: #eaf2ff;
  font-weight: 550;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}
.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin-top: 24px;
  color: #b2c4dc;
  font-size: 11px;
}
.proof-item {
  display: flex;
  align-items: center;
  gap: 7px;
}
.proof-item svg {
  width: 15px;
  height: 15px;
  color: #73ccef;
}
.product-stage {
  min-width: 0;
}
.plenary-story {
  position: relative;
  isolation: isolate;
  color: #edf5ff;
  background: #081526;
}
.plenary-scene {
  position: absolute;
  z-index: 0;
  inset: 0 auto 0 0;
  width: 70%;
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.plenary-scene picture {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-mask-image: linear-gradient(90deg, #000 46%, transparent 100%);
  mask-image: linear-gradient(90deg, #000 46%, transparent 100%);
}
.plenary-scene img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 44% center;
}
.plenary-scene::before,
.plenary-scene::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.plenary-scene::before {
  z-index: 1;
  background: linear-gradient(90deg, transparent 38%, #081526);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  -webkit-mask-image: linear-gradient(90deg, transparent 44%, #000 90%);
  mask-image: linear-gradient(90deg, transparent 44%, #000 90%);
}
.plenary-scene::after {
  background: linear-gradient(0deg, #081526, transparent 22%, transparent 84%, #081526);
}
.plenary-scene figcaption {
  position: absolute;
  z-index: 2;
  bottom: 28px;
  left: clamp(24px, 4vw, 128px);
  color: #bbc9db;
  font-size: 10px;
}
.plenary-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
  align-items: center;
  min-height: clamp(640px, 45vw, 960px);
  padding-block: 100px;
}
.plenary-copy {
  grid-column: 2;
  min-width: 0;
  max-width: 760px;
}
.plenary-copy .eyebrow {
  color: #8ed7fc;
}
.plenary-copy h2 {
  font-size: clamp(30px, 2.5vw, 58px);
  font-weight: 450;
  line-height: 1.24;
  letter-spacing: -0.025em;
  color: #f4f8ff;
}
.plenary-copy h2 span {
  display: block;
  margin-top: 0.15em;
  font-weight: 500;
  color: #badbf3;
}
.plenary-copy p {
  font-size: clamp(16px, 1.1vw, 22px);
  line-height: 1.8;
  color: #c0cee1;
  margin-top: 24px;
  max-width: 43ch;
}
.plenary-details {
  display: grid;
  gap: 16px;
  margin: 30px 0 36px;
  font-size: clamp(13px, 0.9vw, 18px);
  color: #dce9f8;
}
.plenary-details span {
  display: flex;
  align-items: center;
  gap: 13px;
}
.plenary-details svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: #83cfff;
}
.plenary-copy .btn {
  white-space: normal;
  text-align: left;
}
.testimonials {
  padding: 76px 0 88px;
  background: #f6f8fc;
}
.testimonials-heading {
  margin-bottom: 30px;
}
.testimonials-heading h2 {
  margin-top: 10px;
  font-size: clamp(28px, 2.4vw, 44px);
  font-weight: 550;
  line-height: 1.2;
  letter-spacing: -0.025em;
  color: #172a43;
}
.testimonials-heading p {
  margin-top: 14px;
  color: #52657d;
  font-size: 15px;
}
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 2vw, 40px);
}
.testimonial-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  margin: 0;
  padding: clamp(24px, 3vw, 56px);
  border: 1px solid #294564;
  border-radius: 24px;
  background: linear-gradient(135deg, #152e4c, #0c1d33);
  box-shadow: 0 12px 32px #172a4310;
  color: #f4f8ff;
}
.testimonial-rating,
.testimonial-label {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  min-height: 28px;
}
.testimonial-rating {
  color: #f9c969;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 3px;
}
.testimonial-score,
.testimonial-label {
  color: #bdd4ee;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0;
}
.testimonial-card blockquote {
  margin: 24px 0 32px;
  max-width: 44ch;
  font-size: clamp(20px, 1.3vw, 28px);
  font-weight: 450;
  line-height: 1.55;
  letter-spacing: -0.015em;
  overflow-wrap: break-word;
}
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: auto;
}
.testimonial-emblem {
  display: grid;
  place-items: center;
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  padding: 8px;
  border-radius: 16px;
  background: #fff;
}
.testimonial-emblem img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.testimonial-author > div {
  min-width: 0;
}
.testimonial-author strong {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
.testimonial-author div > span {
  display: block;
  margin-top: 4px;
  color: #bdd0e7;
  font-size: 13px;
  line-height: 1.6;
}
@media (min-width: 1280px) {
  .testimonial-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 760px) {
  .testimonial-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (max-width: 640px) {
  .testimonials {
    padding-block: 54px;
  }
  .testimonial-card {
    padding: 24px 20px;
    border-radius: 20px;
  }
  .testimonial-author {
    gap: 12px;
  }
  .testimonial-emblem {
    flex-basis: 56px;
    width: 56px;
    height: 56px;
  }
}
.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  align-items: start;
  gap: clamp(40px, 6vw, 160px);
}
.faq-layout .section-heading {
  text-align: left;
  margin: 0;
  max-width: 620px;
}
.faq-layout .faq-list {
  min-width: 0;
}
.demo-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin: 0 4px 14px;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #a7bdd8;
}
.demo-badge {
  color: #adc0da;
  font-size: 10px;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 450;
}
.browser {
  position: relative;
  min-width: 0;
  border: 1px solid #6685b24d;
  border-radius: 19px;
  background: #102139;
  box-shadow: 0 28px 80px #0005;
  overflow: hidden;
  animation: hero-browser-float 8s ease-in-out infinite;
}
.browser-bar {
  height: 42px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 16px;
  background: #12243d;
  border-bottom: 1px solid #ffffff0e;
}
.browser-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  flex-shrink: 0;
}
.browser-url {
  display: flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
  margin-left: 9px;
  color: #aabed8;
  font-size: 10px;
  white-space: nowrap;
  overflow: hidden;
}
.browser-url svg {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  color: #6de4c0;
}
.screen {
  padding: 20px;
  background: linear-gradient(140deg, #0b1a2f, #122b45);
}
.screen-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 20px;
}
.session-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.session-meta > div:last-child {
  min-width: 0;
}
.session-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: #2f70ce26;
  color: #8ecbff;
  flex-shrink: 0;
}
.session-mark svg {
  width: 20px;
  height: 20px;
}
.session-meta strong {
  display: block;
  font-size: 14px;
  font-weight: 650;
}
.session-meta span,
.screen-time span {
  display: block;
  margin-top: 3px;
  font-size: 10px;
  color: #a4b8d0;
}
.screen-time {
  text-align: right;
  flex-shrink: 0;
}
.screen-time strong {
  font-size: 12px;
}
.vote-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 16px;
  border: 1px solid #ffffff12;
  border-radius: 12px;
  background: #ffffff04;
  min-height: 77px;
}
.vote-title > div {
  min-width: 0;
}
.vote-title small {
  display: block;
  color: #8fd8ff;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 10px;
}
.vote-title strong {
  display: block;
  margin-top: 5px;
  font-size: 13px;
}
.status-live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 9px;
  border-radius: 7px;
  background: #2ce8a914;
  color: #84edbd;
  font-size: 10px;
  font-weight: 750;
  white-space: nowrap;
}
.status-live::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
}
.browser[data-phase='reading'] .status-live {
  color: #d3c3ff;
  background: #a07af21a;
}
.browser[data-phase='voting'] .status-live {
  color: #ffda79;
  background: #ffce5514;
}
.vote-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
  margin-top: 12px;
}
.vote-stat {
  padding: 14px 4px;
  text-align: center;
  border: 1px solid #ffffff12;
  border-radius: 11px;
  background: #ffffff04;
}
.vote-stat b {
  display: block;
  font-size: 30px;
  line-height: 1.3;
  font-variant-numeric: tabular-nums;
}
.vote-stat span {
  font-size: 11px;
  color: #c0cde0;
}
.members {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 7px;
  margin-top: 12px;
}
.member {
  padding: 12px 3px;
  text-align: center;
  border: 1px solid #ffffff0e;
  border-radius: 11px;
  background: #ffffff03;
}
.avatar {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  margin: 0 auto 8px;
  border-radius: 50%;
  background: #2864ed;
  color: #fff;
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
}
.member span {
  display: block;
  font-size: 9px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #c5d4e7;
}
.panel-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px;
  margin-top: 12px;
  border-radius: 10px;
  background: #3887dc12;
  border: 1px solid #75b5fb22;
  font-size: 10px;
  color: #b9d7f4;
  min-height: 42px;
}
.panel-footer strong {
  color: #e3f1ff;
  text-align: right;
}
.demo-toolbar {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 15px;
}
.demo-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 3px;
  flex: 1;
  min-width: 0;
  padding: 4px;
  border: 1px solid #ffffff14;
  border-radius: 11px;
  background: #05122177;
}
.demo-tabs button,
.demo-pause {
  min-height: 44px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #acbfd8;
  font-size: 11px;
  font-weight: 600;
}
.demo-tabs button[aria-pressed='true'] {
  background: #214d85;
  color: #fff;
}
.demo-tabs button:hover,
.demo-pause:hover {
  background: #ffffff16;
  color: #fff;
}
.demo-pause {
  min-height: 48px;
  padding: 8px 12px;
  border: 1px solid #ffffff1f;
  min-width: 76px;
}
.demo-notifications {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 14px;
}
.floating-card {
  min-width: 0;
  padding: 12px 14px;
  border: 1px solid #ffffff12;
  border-radius: 12px;
  background: #ffffff03;
}
.floating-card.top {
  display: flex;
  align-items: center;
  gap: 10px;
}
.floating-card strong {
  display: block;
  font-size: 11px;
  font-weight: 600;
  color: #e2edff;
}
.floating-card span {
  display: block;
  margin-top: 3px;
  font-size: 10px;
  line-height: 1.6;
  color: #abc0d9;
}
.float-icon {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 9px;
  background: #22c55e12;
  color: #78eac1;
  flex-shrink: 0;
}
.float-icon svg {
  width: 16px;
  height: 16px;
}
.mini-progress {
  height: 3px;
  background: #ffffff0e;
  margin-top: 8px;
  border-radius: 3px;
  overflow: hidden;
}
.mini-progress::after {
  content: '';
  display: block;
  height: 100%;
  width: var(--progress, 100%);
  background: #6bcaf2;
  transition: width 0.4s;
}
@keyframes hero-browser-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}
.demo-paused .browser {
  animation-play-state: paused;
}
.trust-strip {
  padding-top: 0;
}
.trust-panel {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 1fr);
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
  gap: 24px;
}
.trust-intro strong {
  display: block;
  font-size: 14px;
  color: var(--ink);
}
.trust-intro span {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  color: var(--muted);
}
.trust-stat {
  border-left: 1px solid var(--line);
  padding-left: 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.trust-stat b {
  font-size: 17px;
  letter-spacing: -0.4px;
  color: #234d8e;
}
.trust-stat span {
  margin-top: 5px;
  font-size: 12px;
  color: var(--muted);
}
.ecosystem,
.features,
.implementation,
.faq {
  padding: 90px 0;
}
.ecosystem-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.surface-card {
  padding: 28px 24px 0;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 8px 30px #0c244905;
  display: flex;
  flex-direction: column;
}
.surface-number {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: #edf3ff;
  color: #2b60ba;
  font-size: 12px;
  font-weight: 750;
}
.surface-card h3 {
  font-size: 22px;
  margin-top: 22px;
  letter-spacing: -0.6px;
}
.surface-card > p {
  color: var(--muted);
  font-size: 14px;
  margin: 12px 0 26px;
  line-height: 1.75;
}
.mini-ui {
  margin-top: auto;
  min-height: 190px;
  border: 1px solid #dde6f2;
  border-bottom: 0;
  border-radius: 13px 13px 0 0;
  background: #f5f8fd;
  overflow: hidden;
}
.mini-ui-bar {
  min-height: 35px;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  border-bottom: 1px solid #e0e8f2;
  background: #fff;
}
.mini-ui-bar i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #c7d3e4;
}
.mini-ui-bar span {
  font-size: 10px;
  color: #4e6584;
  margin-left: 5px;
}
.control-ui,
.app-ui,
.public-ui {
  padding: 12px;
}
.control-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid #e0e8f1;
  border-radius: 8px;
  padding: 9px;
  margin-bottom: 7px;
}
.control-row strong {
  display: block;
  font-size: 11px;
  color: #263e5d;
}
.control-row span {
  display: block;
  font-size: 10px;
  color: #586f8c;
  margin-top: 3px;
}
.control-chip {
  font-size: 8px;
  padding: 5px 7px;
  border-radius: 5px;
  background: #e1edff;
  color: #2458b0;
}
.phone-vote {
  padding: 14px;
  background: #fff;
  border-radius: 10px;
}
.phone-vote small {
  font-size: 10px;
  color: #566c88;
}
.phone-vote strong {
  display: block;
  font-size: 12px;
  margin-top: 5px;
  color: #1f3653;
}
.vote-actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  margin-top: 18px;
}
.vote-actions span {
  padding: 10px 0;
  text-align: center;
  border-radius: 7px;
  font-size: 10px;
  font-weight: 700;
}
.yes {
  background: #dcfce7;
  color: #166534;
}
.no {
  background: #fee2e2;
  color: #991b1b;
}
.abs {
  background: #fef3c7;
  color: #854d0e;
}
.public-ui {
  background: #102239;
  min-height: 157px;
}
.public-title {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 10px;
  color: #e2edff;
}
.public-title span:last-child {
  color: #86efac;
}
.public-bars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 15px;
}
.public-bars div {
  padding: 16px 4px;
  border-radius: 8px;
  background: #ffffff08;
  color: #86efac;
  text-align: center;
  font-size: 23px;
  font-weight: 700;
}
.public-bars small {
  display: block;
  font-size: 9px;
  color: #b1c3da;
}
.workflow {
  padding: 90px 0;
  background: #fff;
  border-block: 1px solid var(--line);
}
.workflow-wrap {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 90px;
  align-items: center;
}
.workflow-list {
  display: grid;
  gap: 16px;
}
.workflow-item {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 24px;
  border: 1px solid #e4eaf3;
  border-radius: 16px;
  background: #f9fbfe;
}
.workflow-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #e8f0ff;
  display: grid;
  place-items: center;
  color: #2864ed;
}
.workflow-icon svg {
  width: 22px;
  height: 22px;
}
.workflow-item h3 {
  font-size: 18px;
  margin-top: 2px;
  letter-spacing: -0.4px;
}
.workflow-item p {
  font-size: 14px;
  color: var(--muted);
  margin-top: 10px;
  line-height: 1.8;
}
.bento {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  gap: 20px;
}
.bento-card {
  position: relative;
  min-width: 0;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  overflow: hidden;
}
.bento-card h3 {
  font-size: 21px;
  letter-spacing: -0.6px;
  margin-top: 20px;
}
.bento-card p {
  font-size: 14px;
  color: var(--muted);
  margin-top: 12px;
  line-height: 1.8;
}
.bento-icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  background: #edf3ff;
  border-radius: 11px;
  color: #2b60ba;
}
.bento-icon svg {
  width: 21px;
  height: 21px;
}
.bento-card.dark {
  grid-row: span 2;
  color: #fff;
  background: radial-gradient(circle at 100% 100%, #225292, #0d2038 65%);
  border-color: #233b5b;
}
.dark p {
  color: #b9cbe1;
}
.dark .bento-icon {
  background: #ffffff12;
  color: #8dceff;
}
.bento-card.wide {
  grid-column: span 2;
}
.bento-metric {
  font-size: 40px;
  color: #2864ed;
  font-weight: 700;
  line-height: 1;
  margin-top: 28px;
}
.bento-metric small {
  display: block;
  font-size: 11px;
  color: var(--muted);
  font-weight: 500;
  margin-top: 10px;
}
.bento-lines {
  display: flex;
  gap: 10px;
  align-items: end;
  margin-top: 26px;
}
.bento-lines i {
  flex: 1;
  border-radius: 6px;
  background: #e7f0ff;
}
.feature-orbit {
  width: 170px;
  height: 170px;
  max-width: 100%;
  margin: 48px auto 22px;
  border: 1px solid #ffffff15;
  border-radius: 50%;
  display: grid;
  place-items: center;
  box-shadow: 0 0 0 24px #ffffff03;
}
.orbit-center {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border: 1px solid #9acbff44;
  background: #ffffff0a;
  border-radius: 22px;
}
.orbit-center svg {
  width: 29px;
  height: 29px;
}
.feature-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px 20px;
  margin-bottom: 20px;
  color: #52657d;
  font-size: 13px;
}
.feature-toolbar button {
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid #c7d4e5;
  border-radius: 22px;
  color: #183c67;
  background: #fff;
  font-size: 12px;
  font-weight: 600;
}
.speech-preview {
  margin-top: 36px;
  padding: clamp(18px, 2vw, 32px);
  border: 1px solid #6082ac55;
  border-radius: 18px;
  background: #07172c80;
}
.speech-preview-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  color: #bce5ff;
  font-size: 13px;
}
.speech-wave {
  display: flex;
  align-items: center;
  gap: 4px;
  height: 28px;
}
.speech-wave i {
  width: 4px;
  height: 12px;
  border-radius: 4px;
  background: #85d7ff;
}
.speech-wave i:nth-child(2n) {
  height: 24px;
}
.speech-wave i:nth-child(3) {
  height: 18px;
}
.speech-preview-time {
  display: block;
  margin-top: 18px;
  font-size: clamp(38px, 4vw, 76px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.03em;
  font-variant-numeric: tabular-nums;
}
.speech-preview-caption {
  font-size: 12px;
  color: #aac3e0;
}
.speech-progress {
  height: 5px;
  margin-top: 22px;
  overflow: hidden;
  border-radius: 8px;
  background: #314761;
}
.speech-progress i {
  display: block;
  height: 100%;
  background: #82d5ff;
  transform-origin: left;
}
.speech-queue {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid #6082ac44;
}
.speech-queue-number {
  display: grid;
  place-items: center;
  flex: 0 0 32px;
  height: 32px;
  border-radius: 9px;
  background: #82d5ff1c;
  color: #bce5ff;
  font-size: 12px;
}
.speech-queue div {
  min-width: 0;
  flex: 1;
}
.speech-queue strong {
  display: block;
  font-size: 13px;
  font-weight: 600;
}
.speech-queue div span {
  display: block;
  margin-top: 4px;
  font-size: 11px;
  color: #b4c9e2;
}
.speech-sync {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 28px;
  font-size: 10px;
  color: #c0d8f4;
}
.speech-sync i {
  flex: 1;
  height: 2px;
  background: #75cfff;
  opacity: 0.5;
}
.agenda-preview {
  margin-top: 26px;
  display: grid;
  gap: 10px;
}
.agenda-preview > div {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: center;
  gap: 0 10px;
  padding: 12px;
  border: 1px solid #dae6f5;
  border-radius: 12px;
  background: #f5f8fd;
}
.agenda-preview div > span {
  grid-row: span 2;
  color: #436899;
  font-size: 12px;
}
.agenda-preview strong {
  font-size: 13px;
  color: #25436a;
  font-weight: 600;
}
.agenda-preview small {
  font-size: 11px;
  color: #52657d;
}
.result-preview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: end;
  gap: 12px;
  margin-top: 26px;
  padding-top: 12px;
}
.result-preview > div {
  display: grid;
  justify-items: center;
  grid-template-rows: 28px 100px 28px;
}
.result-preview strong {
  font-size: 20px;
  color: #29496d;
  font-weight: 600;
}
.result-bar {
  align-self: end;
  width: 100%;
  max-width: 72px;
  border-radius: 8px 8px 3px 3px;
  transform-origin: bottom;
}
.result-bar.yes {
  height: 100px;
  background: linear-gradient(#62baad, #278778);
}
.result-bar.no {
  height: 14.3px;
  background: #c36a7d;
}
.result-bar.abstention {
  height: 14.3px;
  background: #d4a04c;
}
.result-preview small {
  align-self: end;
  font-size: 11px;
  color: #52657d;
}
.document-preview {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}
.document-preview span {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border: 1px solid #dce8f6;
  border-radius: 10px;
  background: #f4f8ff;
  font-size: 12px;
  color: #325378;
}
.document-preview i {
  color: #207361;
  font-style: normal;
}
.features[data-motion] .speech-wave i {
  animation: feature-wave 1.4s ease-in-out infinite alternate;
}
.features[data-motion] .speech-wave i:nth-child(2n) {
  animation-delay: -0.7s;
}
.features[data-motion] .speech-progress i {
  animation: feature-progress 8s ease-in-out infinite;
}
.features[data-motion] .speech-sync i {
  animation: feature-sync 2s ease-in-out infinite alternate;
}
.features[data-motion] .speech-sync i:last-of-type {
  animation-delay: -1s;
}
.features[data-motion] .agenda-preview > div {
  animation: feature-agenda 9s ease-in-out infinite;
}
.features[data-motion] .agenda-preview > div:nth-child(2) {
  animation-delay: -6s;
}
.features[data-motion] .agenda-preview > div:nth-child(3) {
  animation-delay: -3s;
}
.features[data-motion] .result-bar {
  animation: feature-result 6s ease-in-out infinite;
}
.features[data-motion='paused'] .speech-wave i,
.features[data-motion='paused'] .speech-progress i,
.features[data-motion='paused'] .speech-sync i,
.features[data-motion='paused'] .agenda-preview > div,
.features[data-motion='paused'] .result-bar {
  animation-play-state: paused;
}
@keyframes feature-wave {
  from {
    transform: scaleY(0.45);
  }
  to {
    transform: scaleY(1);
  }
}
@keyframes feature-progress {
  0%,
  100% {
    transform: scaleX(1);
  }
  75% {
    transform: scaleX(0.5);
  }
}
@keyframes feature-sync {
  from {
    opacity: 0.35;
  }
  to {
    opacity: 1;
  }
}
@keyframes feature-agenda {
  0%,
  35%,
  100% {
    border-color: #dae6f5;
    background: #f5f8fd;
  }
  10%,
  25% {
    border-color: #76a5e1;
    background: #e6effd;
  }
}
@keyframes feature-result {
  0%,
  100% {
    transform: scaleY(1);
  }
  20% {
    transform: scaleY(0.35);
  }
  65% {
    transform: scaleY(1);
  }
}
@media (prefers-reduced-motion: reduce) {
  .features .speech-wave i,
  .features .speech-progress i,
  .features .speech-sync i,
  .features .agenda-preview > div,
  .features .result-bar {
    animation: none !important;
  }
}
.security {
  padding: 80px 0;
  background: #0c1d33;
  color: #fff;
}
.security .section-title {
  color: #f2f7ff;
}
.security .eyebrow {
  color: #8cd9ff;
}
.security .section-copy {
  color: #b4c7de;
}
.security-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}
.security-card {
  border-top: 1px solid #ffffff20;
  padding-top: 26px;
}
.security-card > svg {
  width: 25px;
  height: 25px;
  color: #8dcfff;
}
.security-card h3 {
  font-size: 16px;
  margin-top: 20px;
}
.security-card p {
  font-size: 13px;
  color: #b4c7de;
  margin-top: 12px;
  line-height: 1.8;
}
.implementation-card {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 65px;
  align-items: center;
  padding: 48px;
  border: 1px solid #d8e4f4;
  border-radius: 24px;
  background: #edf3fd;
}
.implementation-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}
.included {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.included-item {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 66px;
  padding: 14px;
  border: 1px solid #d7e2f2;
  border-radius: 12px;
  background: #ffffffa6;
  font-size: 12px;
  font-weight: 600;
  color: #365374;
}
.included-item svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: #2864ed;
}
.faq {
  padding-top: 0;
}
.faq-list {
  border-top: 1px solid var(--line);
}
.faq-item {
  border-bottom: 1px solid var(--line);
}
.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  padding: 24px 0;
  border: 0;
  background: transparent;
  text-align: left;
  color: var(--ink);
  font-size: 16px;
  font-weight: 600;
}
.faq-question svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: #637e9f;
}
.faq-item.open svg {
  transform: rotate(45deg);
}
.faq-answer {
  padding: 0 30px 24px 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}
.final-cta {
  padding: 0 0 80px;
}
.final-panel {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 50px;
  align-items: center;
  padding: 48px;
  border-radius: 24px;
  color: #fff;
  background: #245cdb;
}
.final-panel h2 {
  font-size: clamp(27px, 3vw, 38px);
  letter-spacing: -1.2px;
  max-width: 650px;
}
.final-panel p {
  color: #dde9ff;
  margin-top: 14px;
  font-size: 15px;
  max-width: 600px;
}
footer {
  padding: 44px 0;
  background: #081526;
  color: #fff;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr auto;
  gap: 40px;
}
.footer-brand p {
  font-size: 12px;
  color: #adc0d9;
  max-width: 310px;
  margin-top: 16px;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  align-content: start;
  gap: 0 22px;
}
.footer-links a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: #bbcbe0;
  font-size: 12px;
}
.footer-side a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: #94d8ff;
  font-size: 12px;
}
.footer-side p {
  color: #98adc7;
  font-size: 11px;
  margin-top: 9px;
}
.reveal {
  opacity: 1;
  transform: none;
}
@media (min-width: 1800px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
  }
  .hero h1 {
    font-size: clamp(64px, 3.7vw, 104px);
    max-width: 1040px;
    letter-spacing: -0.045em;
  }
  .hero-lead {
    font-size: clamp(18px, 1vw, 24px);
    max-width: 48ch;
  }
  .hero-kicker,
  .hero-proof {
    font-size: 14px;
  }
  .hero-actions .btn {
    min-height: 56px;
    padding: 16px 24px;
    font-size: 16px;
  }
}
@media (max-width: 1180px) {
  .nav-links {
    gap: 16px;
  }
  .nav-links li:nth-child(4) {
    display: none;
  }
  .container {
    width: calc(100% - 56px);
  }
  .hero-grid {
    gap: 32px;
  }
  .hero h1 {
    font-size: 49px;
  }
  .hero-actions .btn {
    font-size: 13px;
    padding-inline: 16px;
  }
  .demo-notifications {
    grid-template-columns: 1fr;
  }
  .floating-card.bottom {
    display: none;
  }
  .security-grid {
    gap: 20px;
  }
}
@media (max-width: 980px) {
  .nav-links,
  .nav-demo {
    display: none;
  }
  .menu-toggle {
    display: flex;
  }
  .nav-actions {
    margin-left: auto;
  }
  .nav {
    gap: 12px;
    min-height: 72px;
  }
  .hero {
    padding: 54px 0 62px;
  }
  .hero-grid,
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .plenary-scene {
    position: relative;
    width: 100%;
    height: clamp(290px, 66vw, 560px);
  }
  .plenary-scene picture {
    -webkit-mask-image: linear-gradient(#000 56%, transparent);
    mask-image: linear-gradient(#000 56%, transparent);
  }
  .plenary-scene::before {
    inset: 58% 0 0;
    background: linear-gradient(transparent, #081526);
    -webkit-mask-image: linear-gradient(transparent, #000);
    mask-image: linear-gradient(transparent, #000);
  }
  .plenary-scene::after {
    background: linear-gradient(#081526, transparent 16%, transparent);
  }
  .plenary-scene figcaption {
    bottom: 14px;
    left: 28px;
  }
  .plenary-layout {
    display: block;
    min-height: 0;
    padding-block: 24px 64px;
  }
  .plenary-copy {
    max-width: 690px;
    margin-inline: auto;
  }
  .plenary-copy h2 {
    font-size: clamp(30px, 4.6vw, 42px);
  }
  .faq-layout .section-heading {
    max-width: 690px;
    margin-inline: auto;
    text-align: center;
  }
  .hero-copy {
    max-width: 690px;
    margin-inline: auto;
    text-align: center;
  }
  .hero h1 {
    font-size: 54px;
    max-width: 690px;
  }
  .hero-lead {
    margin-inline: auto;
    max-width: 610px;
  }
  .hero-actions,
  .hero-proof {
    justify-content: center;
  }
  .product-stage {
    width: min(610px, 100%);
    margin: auto;
  }
  .demo-notifications {
    grid-template-columns: 1fr 1fr;
  }
  .floating-card.bottom {
    display: block;
  }
  .trust-panel {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  .trust-intro {
    grid-column: 1/-1;
    text-align: center;
  }
  .trust-stat:nth-child(2) {
    border-left: 0;
    padding-left: 0;
  }
  .ecosystem-grid {
    gap: 14px;
  }
  .surface-card {
    padding: 24px 17px 0;
  }
  .surface-card h3 {
    font-size: 19px;
  }
  .mini-ui-bar i {
    display: none;
  }
  .workflow-wrap {
    gap: 40px;
  }
  .bento {
    grid-template-columns: 1fr 1fr;
  }
  .bento-card.dark {
    grid-row: auto;
  }
  .bento-card.wide {
    grid-column: auto;
  }
  .security-grid {
    grid-template-columns: 1fr 1fr;
  }
  .implementation-card {
    padding: 36px;
    gap: 36px;
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-side {
    grid-column: 1/-1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
  .final-panel {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .final-panel .btn {
    justify-self: start;
  }
}
@media (max-width: 640px) {
  .plenary-scene figcaption {
    left: 18px;
    font-size: 9px;
  }
  .container,
  .container-narrow {
    width: calc(100% - 36px);
  }
  .nav {
    min-height: 68px;
  }
  .brand {
    font-size: 19px;
  }
  .brand img {
    width: 33px;
    height: 33px;
  }
  .nav-login {
    font-size: 13px;
    min-height: 44px;
    padding: 10px 13px;
  }
  .hero {
    padding: 36px 0 42px;
  }
  .hero-copy {
    text-align: left;
  }
  .hero-kicker {
    font-size: 10px;
  }
  .hero h1 {
    font-size: clamp(36px, 9.8vw, 54px);
    letter-spacing: -1.8px;
    line-height: 1.1;
    margin-top: 21px;
  }
  .hero h1 .gradient {
    margin-top: 10px;
  }
  .hero-lead {
    font-size: 15px;
    margin-top: 21px;
    line-height: 1.75;
  }
  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 24px;
  }
  .hero-actions .btn {
    min-height: 48px;
    font-size: 14px;
  }
  .hero-proof {
    justify-content: flex-start;
    gap: 10px 18px;
    font-size: 10px;
    margin-top: 20px;
  }
  .hero-grid {
    gap: 30px;
  }
  .demo-heading {
    font-size: 9px;
    gap: 8px;
  }
  .demo-badge {
    font-size: 9px;
  }
  .browser {
    border-radius: 14px;
  }
  .browser-bar {
    height: 33px;
    padding: 0 11px;
  }
  .browser-url {
    font-size: 8px;
  }
  .screen {
    padding: 13px;
  }
  .screen-head {
    gap: 6px;
    margin-bottom: 13px;
  }
  .session-meta {
    gap: 8px;
  }
  .session-mark {
    width: 29px;
    height: 29px;
  }
  .session-mark svg {
    width: 16px;
    height: 16px;
  }
  .session-meta strong {
    font-size: 11px;
  }
  .session-meta span,
  .screen-time span {
    font-size: 9px;
  }
  .screen-time strong {
    font-size: 10px;
  }
  .vote-title {
    padding: 11px;
    min-height: 75px;
  }
  .vote-title strong {
    font-size: 11px;
  }
  .vote-title small {
    font-size: 8px;
  }
  .status-live {
    font-size: 8px;
    padding: 6px;
  }
  .vote-grid {
    gap: 6px;
    margin-top: 9px;
  }
  .vote-stat {
    padding: 11px 2px;
  }
  .vote-stat b {
    font-size: 24px;
  }
  .vote-stat span {
    font-size: 9px;
  }
  .members {
    gap: 4px;
    margin-top: 9px;
  }
  .member {
    padding: 9px 2px;
  }
  .avatar {
    width: 25px;
    height: 25px;
    font-size: 8px;
    margin-bottom: 6px;
  }
  .member span {
    font-size: 8px;
  }
  .panel-footer {
    font-size: 9px;
    padding: 9px;
    min-height: 48px;
    margin-top: 9px;
  }
  .panel-footer > * {
    max-width: 55%;
  }
  .demo-toolbar {
    gap: 6px;
    margin-top: 12px;
  }
  .demo-tabs button {
    font-size: 10px;
    min-height: 44px;
    padding: 0 3px;
  }
  .demo-pause {
    font-size: 10px;
    min-width: 60px;
    padding: 8px;
  }
  .demo-notifications {
    grid-template-columns: 1fr;
  }
  .floating-card.bottom {
    display: none;
  }
  .floating-card.top {
    padding: 11px 13px;
  }
  .trust-panel {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 24px 0;
  }
  .trust-intro {
    text-align: left;
    margin-bottom: 12px;
  }
  .trust-stat,
  .trust-stat:nth-child(2) {
    padding: 12px 0;
    border: 0;
    border-bottom: 1px solid #e6ecf5;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }
  .trust-stat:last-child {
    border: 0;
  }
  .trust-stat b {
    font-size: 14px;
    flex-shrink: 0;
  }
  .trust-stat span {
    font-size: 11px;
    margin: 0;
    text-align: right;
  }
  .ecosystem,
  .workflow,
  .features,
  .security,
  .implementation {
    padding: 56px 0;
  }
  .section-heading {
    margin-bottom: 28px;
  }
  .section-heading.center {
    text-align: left;
  }
  .section-title {
    font-size: 32px;
    letter-spacing: -1.2px;
  }
  .section-copy {
    font-size: 15px;
    margin-top: 16px;
  }
  .ecosystem-grid,
  .workflow-wrap,
  .bento,
  .security-grid {
    grid-template-columns: 1fr;
  }
  .surface-card {
    padding: 24px 24px 0;
  }
  .surface-card h3 {
    font-size: 22px;
  }
  .surface-card > p {
    margin-bottom: 22px;
  }
  .mini-ui {
    min-height: 170px;
  }
  .workflow-wrap {
    gap: 28px;
  }
  .workflow-item {
    padding: 20px 17px;
    gap: 14px;
  }
  .workflow-item h3 {
    font-size: 17px;
  }
  .workflow-item p {
    font-size: 13px;
  }
  .bento-card {
    padding: 25px;
  }
  .bento-card.dark {
    display: block;
  }
  .dark .bento-icon,
  .dark h3,
  .dark p {
    grid-column: 1;
  }
  .dark .feature-orbit {
    grid-column: 2;
    grid-row: 1/4;
    width: 70px;
    height: 70px;
    margin: auto;
    box-shadow: none;
    border: 0;
  }
  .orbit-center {
    width: 60px;
    height: 60px;
    border-radius: 18px;
  }
  .bento-card.wide {
    grid-column: auto;
  }
  .security-grid {
    gap: 28px;
  }
  .implementation-card {
    padding: 27px 22px;
    border-radius: 18px;
    gap: 28px;
  }
  .included {
    grid-template-columns: 1fr;
  }
  .included-item {
    min-height: 50px;
  }
  .implementation-actions {
    display: grid;
  }
  .faq {
    padding-bottom: 56px;
  }
  .faq-question {
    font-size: 15px;
    padding: 22px 0;
    gap: 14px;
  }
  .faq-answer {
    padding-right: 0;
  }
  .final-cta {
    padding-bottom: 56px;
  }
  .final-panel {
    padding: 30px 24px;
    border-radius: 18px;
  }
  .final-panel .btn {
    width: 100%;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .footer-side {
    grid-column: auto;
    display: block;
  }
  .mobile-actions {
    grid-template-columns: 1fr 1fr;
  }
  .mobile-menu {
    max-height: calc(100dvh - 68px);
  }
}
@media (max-width: 360px) {
  .hero h1 {
    font-size: 34px;
  }
  .hero-kicker {
    font-size: 9px;
  }
  .screen-time {
    display: none;
  }
  .demo-heading {
    flex-wrap: wrap;
    gap: 3px;
  }
  .demo-toolbar {
    flex-wrap: wrap;
  }
  .demo-tabs {
    flex-basis: 100%;
  }
  .demo-pause {
    width: 100%;
    min-height: 44px;
  }
  .bento-card.dark {
    display: block;
  }
  .feature-orbit {
    display: none !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  .browser {
    animation: none;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
}
