.landing-hero {
  position: relative;
  min-height: 635px;
  padding: 152px 0 58px;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 14%, rgba(206, 196, 255, 0.4), transparent 30%),
    radial-gradient(circle at 36% 53%, rgba(255, 227, 203, 0.46), transparent 31%),
    #fbf9f7;
}

.landing-hero::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  content: "";
  pointer-events: none;
  background: none;
}

.landing-hero > * {
  position: relative;
  z-index: 1;
}

.landing-hero-shell {
  width: min(calc(100% - 64px), 1220px);
}

.landing-hero-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.85fr) minmax(580px, 1.32fr);
  align-items: center;
  column-gap: 46px;
}

.landing-hero-copy {
  max-width: 480px;
  padding-bottom: 18px;
}

.landing-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 19px;
  color: #526787;
  font-size: 0.82rem;
  font-weight: 600;
}

.landing-hero-status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #7256ff;
  box-shadow: 0 0 0 4px rgba(114, 86, 255, 0.12);
}

.landing-hero-copy h1 {
  margin: 0;
  color: #14264a;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2.65rem, 4.2vw, 3.8rem);
  font-weight: 700;
  letter-spacing: -0.07em;
  line-height: 1.06;
}

.landing-hero-copy h1 em {
  color: transparent;
  font-style: normal;
  background: linear-gradient(100deg, #2764ff 15%, #9348fc 90%);
  -webkit-background-clip: text;
  background-clip: text;
}

.landing-hero-description {
  max-width: 460px;
  margin: 22px 0 0;
  color: var(--ink-soft);
  font-size: 1.06rem;
  line-height: 1.55;
}

.landing-hero-actions {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 27px;
}

.landing-hero-primary,
.landing-hero-demo-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.landing-hero-primary {
  gap: 14px;
  min-height: 45px;
  padding: 0 19px;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 600;
  background: linear-gradient(115deg, #2764ff, #6744fb);
  border-radius: 7px;
  box-shadow: 0 5px 8px rgba(74, 70, 221, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.landing-hero-primary:hover,
.landing-hero-primary:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 7px 8px rgba(74, 70, 221, 0.24);
}

.landing-hero-primary:focus-visible,
.landing-hero-demo-link:focus-visible,
.landing-hero-sound-toggle:focus-visible {
  outline: 3px solid rgba(103, 68, 251, 0.3);
  outline-offset: 3px;
}

.landing-hero-demo-link {
  gap: 8px;
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 600;
}

.landing-hero-demo-link:hover {
  color: #6744fb;
}

.landing-hero-play-icon {
  display: grid;
  width: 19px;
  height: 19px;
  padding-left: 1px;
  place-items: center;
  color: #6744fb;
  font-size: 0.5rem;
  background: #ece8ff;
  border-radius: 50%;
}

.landing-hero-proof {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 37px;
}

.landing-hero-proof p {
  margin: 0;
  color: #687590;
  font-size: 0.75rem;
}

.landing-hero-proof strong {
  color: #354664;
  font-weight: 700;
}

.landing-hero-avatar-stack {
  display: flex;
  padding-left: 9px;
}

.landing-hero-avatar {
  width: 27px;
  height: 27px;
  margin-left: -9px;
  border: 2px solid var(--page);
  border-radius: 50%;
}

.landing-hero-avatar-one {
  background: linear-gradient(140deg, #e5a886, #56362a);
}

.landing-hero-avatar-two {
  background: linear-gradient(140deg, #38476f, #c89a7c);
}

.landing-hero-avatar-three {
  background: linear-gradient(140deg, #d4c0a7, #607a55);
}

.landing-hero-demo {
  position: relative;
  width: 100%;
  max-width: 730px;
  justify-self: end;
  filter: drop-shadow(0 19px 20px rgba(23, 31, 92, 0.17));
}

.landing-hero-screen-glow {
  position: absolute;
  z-index: -1;
  right: 1%;
  bottom: 1%;
  width: 75%;
  height: 80%;
  border-radius: 50%;
  background: rgba(119, 91, 255, 0.24);
  filter: blur(45px);
}

.landing-hero-screen {
  overflow: hidden;
  color: #eaf0ff;
  background: #07184a;
  border: 5px solid #111b48;
  border-radius: 17px;
  box-shadow: inset 0 1px 0 rgba(202, 216, 255, 0.19);
}

.landing-hero-screen svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.landing-hero-app-bar {
  display: flex;
  align-items: center;
  height: 51px;
  gap: 18px;
  padding: 0 16px;
  background: rgba(4, 19, 62, 0.8);
  border-bottom: 1px solid rgba(135, 171, 255, 0.23);
}

.landing-hero-app-brand {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #f8faff;
  font-size: 0.82rem;
  letter-spacing: -0.03em;
  line-height: 1;
}

.landing-hero-app-brand strong span {
  color: #ae7bff;
}

.landing-hero-app-mark {
  display: block;
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.landing-hero-session-name {
  display: flex;
  align-items: center;
  gap: 7px;
  padding-left: 18px;
  color: #c4d0ef;
  font-size: 0.63rem;
  font-weight: 500;
  border-left: 1px solid rgba(135, 171, 255, 0.23);
}

.landing-hero-session-name > span:first-child {
  width: 6px;
  height: 6px;
  border: 1px solid #a962ff;
  border-radius: 50%;
}

.landing-hero-session-name > span[data-i18n] {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  white-space: nowrap;
}

.landing-hero-session-name svg {
  width: 10px;
  stroke-width: 1.6;
}

.landing-hero-app-controls {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}

.landing-hero-attendees {
  display: flex;
  align-items: center;
  gap: 5px;
  min-height: 26px;
  padding: 0 9px;
  color: #cbd8fa;
  font-size: 0.63rem;
  background: rgba(86, 121, 225, 0.19);
  border-radius: 13px;
}

.landing-hero-attendees svg {
  width: 13px;
  stroke-width: 1.4;
}

.landing-hero-dots {
  display: flex;
  gap: 3px;
  padding: 6px 0;
  background: transparent;
  border: 0;
}

.landing-hero-dots i {
  display: block;
  width: 3px;
  height: 3px;
  background: #cbd8fa;
  border-radius: 50%;
}

.landing-hero-app-content {
  display: grid;
  grid-template-columns: minmax(0, 1.62fr) minmax(182px, 0.77fr);
  gap: 11px;
  min-height: 374px;
  padding: 11px;
}

.landing-hero-player-panel,
.landing-hero-qa-panel {
  min-width: 0;
  background: linear-gradient(145deg, rgba(22, 68, 160, 0.36), rgba(7, 26, 78, 0.9));
  border: 1px solid rgba(135, 171, 255, 0.23);
  border-radius: 8px;
}

.landing-hero-player-panel {
  padding: 10px;
}

.landing-hero-player-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 21px;
  margin-bottom: 8px;
}

.landing-hero-recording-state {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 8px;
  color: #c8ffe3;
  font-size: 0.5rem;
  font-weight: 600;
  background: rgba(18, 121, 79, 0.28);
  border: 1px solid rgba(112, 245, 175, 0.34);
  border-radius: 11px;
}

.landing-hero-recording-light {
  width: 6px;
  height: 6px;
  background: #5ff1a5;
  border-radius: 50%;
  box-shadow: 0 0 0 rgba(95, 241, 165, 0.65);
  animation: landing-hero-recording-pulse 1.65s ease-in-out infinite;
}

.landing-hero-waveform {
  display: flex;
  align-items: center;
  height: 10px;
  gap: 1.5px;
}

.landing-hero-waveform i {
  display: block;
  width: 1.5px;
  height: 4px;
  background: #8cf4bd;
  border-radius: 5px;
  animation: landing-hero-wave 1s ease-in-out infinite alternate;
}

.landing-hero-waveform i:nth-child(2) { height: 8px; animation-delay: -0.42s; }
.landing-hero-waveform i:nth-child(3) { height: 5px; animation-delay: -0.7s; }
.landing-hero-waveform i:nth-child(4) { height: 9px; animation-delay: -0.26s; }
.landing-hero-waveform i:nth-child(5) { height: 4px; animation-delay: -0.54s; }

.landing-hero-recording-time {
  color: #9dabce;
  font-size: 0.56rem;
}

.landing-hero-seminar-stage {
  position: relative;
  height: 246px;
  overflow: hidden;
  background: radial-gradient(circle at 65% 18%, #214fad, #0c286f 47%, #091b50 100%);
  border-radius: 7px;
}

.landing-hero-slide {
  position: absolute;
  top: 14px;
  bottom: 14px;
  left: 13px;
  width: 58%;
  overflow: hidden;
  padding: 22px 18px;
  color: #102a75;
  background: #f9fbff;
  border: 1px solid rgba(236, 244, 255, 0.5);
  border-radius: 6px;
}

.landing-hero-slide-index {
  position: absolute;
  top: 12px;
  right: 14px;
  color: #314ea6;
  font-size: 0.75rem;
}

.landing-hero-slide-kicker {
  display: block;
  color: #4d5ea1;
  font-size: 0.44rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.landing-hero-slide h2 {
  position: relative;
  z-index: 1;
  margin: 13px 0 8px;
  color: #142d75;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1rem, 1.6vw, 1.32rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.landing-hero-slide p {
  position: relative;
  z-index: 1;
  max-width: 158px;
  margin: 0;
  color: #5571ad;
  font-size: 0.5rem;
  line-height: 1.5;
}

.landing-hero-slide-rings {
  position: absolute;
  right: -28px;
  bottom: -38px;
  width: 110px;
  height: 110px;
  transform: rotate(-28deg);
}

.landing-hero-slide-rings i {
  position: absolute;
  width: 80px;
  height: 34px;
  border: 11px solid #7467ff;
  border-radius: 50%;
  opacity: 0.9;
}

.landing-hero-slide-rings i:first-child {
  top: 25px;
  left: 0;
  border-color: #226dff;
  transform: rotate(55deg);
}

.landing-hero-slide-rings i:last-child {
  top: 3px;
  right: 0;
  border-color: #7467ff;
  transform: rotate(-48deg);
}

.landing-hero-host-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 28%;
  filter: saturate(0.82) contrast(1.05) brightness(0.93);
}

.landing-hero-host {
  position: absolute;
  z-index: 2;
  top: 13px;
  right: 13px;
  bottom: 13px;
  width: 34%;
  overflow: hidden;
  background: #0d2d77;
  border: 1px solid rgba(169, 195, 255, 0.34);
  border-radius: 6px;
  box-shadow: 0 5px 8px rgba(2, 14, 50, 0.26);
}

.landing-hero-host::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(0deg, rgba(5, 20, 64, 0.58), transparent 34%);
}

.landing-hero-sound-toggle {
  position: absolute;
  z-index: 5;
  right: 7px;
  bottom: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  padding: 0;
  color: #19346f;
  background: rgba(247, 250, 255, 0.92);
  border: 1px solid rgba(222, 232, 255, 0.78);
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(2, 14, 50, 0.25);
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.landing-hero-sound-toggle:hover {
  background: #fff;
}

.landing-hero-sound-toggle svg {
  width: 13px;
  height: 13px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.landing-hero-sound-wave {
  display: none;
}

.landing-hero-sound-toggle.is-on {
  color: #fff;
  background: #6350ef;
  border-color: #cfc7ff;
}

.landing-hero-sound-toggle.is-on .landing-hero-sound-slash {
  display: none;
}

.landing-hero-sound-toggle.is-on .landing-hero-sound-wave {
  display: block;
}

.landing-hero-host-name {
  position: absolute;
  z-index: 3;
  bottom: 7px;
  left: 7px;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 5px 7px;
  color: #f4f6ff;
  font-size: 0.5rem;
  font-weight: 600;
  background: rgba(4, 20, 66, 0.72);
  border: 1px solid rgba(207, 223, 255, 0.2);
  border-radius: 5px;
  backdrop-filter: blur(6px);
}

.landing-hero-host-online {
  width: 5px;
  height: 5px;
  background: #6fffbc;
  border-radius: 50%;
}

.landing-hero-workflow {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) 11px minmax(0, 1.28fr) 11px minmax(0, 1fr) 11px minmax(0, 0.8fr);
  align-items: center;
  gap: 3px;
  min-height: 40px;
  margin-top: 8px;
  padding: 4px 9px;
  color: #e8edff;
  background: linear-gradient(100deg, rgba(13, 48, 133, 0.9), rgba(19, 38, 112, 0.98));
  border: 1px solid rgba(119, 124, 255, 0.72);
  border-radius: 20px;
}

.landing-hero-workflow-step {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  gap: 5px;
  color: #edf1ff;
  font-size: 0.44rem;
  font-weight: 600;
  white-space: nowrap;
}

.landing-hero-workflow-icon {
  display: grid;
  flex: 0 0 15px;
  width: 15px;
  height: 15px;
  place-items: center;
  color: #4f9aff;
}

.landing-hero-workflow-icon svg {
  width: 15px;
  height: 15px;
  stroke-width: 1.5;
}

.landing-hero-workflow-spark { color: #ad69ff; }
.landing-hero-workflow-spark svg { fill: currentColor; stroke: none; }
.landing-hero-workflow-chart { color: #b554ff; }

.landing-hero-workflow-arrow {
  width: 11px;
  height: 11px;
  color: #b5c1f3;
  stroke-width: 1.2;
}

.landing-hero-qa-panel {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.landing-hero-qa-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 50px;
  padding: 9px 10px;
  border-bottom: 1px solid rgba(135, 171, 255, 0.23);
}

.landing-hero-qa-heading {
  display: flex;
  align-items: center;
  gap: 7px;
}

.landing-hero-shield {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  color: #5bb2ff;
  background: rgba(51, 116, 249, 0.14);
  border-radius: 6px;
}

.landing-hero-shield svg {
  width: 14px;
  stroke-width: 1.5;
}

.landing-hero-qa-heading p {
  margin: 0;
}

.landing-hero-qa-heading strong {
  display: block;
  color: #eff3ff;
  font-size: 0.63rem;
}

.landing-hero-qa-heading small {
  display: block;
  margin-top: 2px;
  color: #9cacd1;
  font-size: 0.44rem;
}

.landing-hero-filter {
  padding: 2px;
  color: #dce5ff;
  background: transparent;
  border: 0;
}

.landing-hero-filter svg {
  width: 15px;
  stroke-width: 1.5;
}

.landing-hero-chat-window {
  position: relative;
  flex: 1;
  overflow: hidden;
  padding: 9px 9px 0;
}

.landing-hero-chat-window::before,
.landing-hero-chat-window::after {
  position: absolute;
  z-index: 2;
  right: 0;
  left: 0;
  height: 19px;
  content: "";
  pointer-events: none;
}

.landing-hero-chat-window::before {
  top: 0;
  opacity: 0.8;
  background: linear-gradient(#0d286c, transparent);
}

.landing-hero-chat-window::after {
  bottom: 0;
  background: linear-gradient(transparent, #07184a);
}

.landing-hero-chat-track {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding-bottom: 14px;
  animation: landing-hero-chat-scroll 16s ease-in-out infinite;
}

.landing-hero-chat-message {
  display: flex;
  gap: 6px;
  color: #dbe5ff;
  font-size: 0.5rem;
  line-height: 1.36;
  opacity: 0;
  transform: translateY(12px);
  animation: landing-hero-message-in 16s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

.landing-hero-chat-message > div {
  min-width: 0;
}

.landing-hero-chat-message p {
  margin: 0;
}

.landing-hero-message-meta {
  display: flex;
  justify-content: space-between;
  gap: 5px;
  margin-bottom: 3px !important;
  color: #dbe4ff;
  font-size: 0.44rem;
  font-weight: 600;
}

.landing-hero-message-meta time {
  color: #8e9ec6;
  font-weight: 400;
  white-space: nowrap;
}

.landing-hero-mini-avatar {
  flex: 0 0 17px;
  height: 17px;
  background-size: cover;
  border-radius: 50%;
}

.landing-hero-jordan { background: linear-gradient(145deg, #b77968 35%, #1e3458 36% 72%, #9a5c45 73%); }
.landing-hero-eva { background: linear-gradient(145deg, #cf9d73 33%, #6d4330 34% 62%, #ebceb7 63%); }
.landing-hero-nico { background: linear-gradient(145deg, #b3785c 30%, #3b2e2c 31% 64%, #8d5f4e 65%); }

.landing-hero-answer {
  padding: 7px;
  background: linear-gradient(145deg, rgba(55, 80, 186, 0.45), rgba(25, 47, 120, 0.34));
  border: 1px solid rgba(106, 126, 235, 0.35);
  border-radius: 6px;
}

.landing-hero-sparkle {
  flex: 0 0 17px;
  color: #b77aff;
  font-size: 1rem;
  line-height: 13px;
}

.landing-hero-source-tag {
  display: block;
  margin-top: 5px;
  color: #a9bafb;
  font-size: 0.44rem;
}

.landing-hero-message-1 { animation-delay: 0s; }
.landing-hero-message-2 { animation-delay: 1.3s; }
.landing-hero-message-3 { animation-delay: 3.4s; }
.landing-hero-message-4 { animation-delay: 4.7s; }
.landing-hero-message-5 { animation-delay: 7.1s; }

.landing-hero-qa-input {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0 9px 10px;
  padding: 4px 4px 4px 8px;
  background: rgba(8, 29, 85, 0.82);
  border: 1px solid rgba(120, 143, 230, 0.48);
  border-radius: 6px;
}

.landing-hero-qa-input input {
  width: 100%;
  min-width: 0;
  color: #fff;
  font-size: 0.5rem;
  background: transparent;
  border: 0;
  outline: 0;
}

.landing-hero-qa-input input::placeholder {
  color: #aab8db;
}

.landing-hero-qa-input button {
  display: grid;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  padding: 0;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, #3581ff, #7650ff);
  border: 0;
  border-radius: 50%;
}

.landing-hero-qa-input button svg {
  width: 9px;
  fill: currentColor;
  stroke: none;
}

.landing-hero-restart-chat .landing-hero-chat-track {
  animation: none;
}

.landing-hero-footer {
  display: flex;
  align-items: center;
  gap: 22px;
  height: 31px;
  padding: 0 15px;
  color: #aebfe9;
  font-size: 0.5rem;
  background: #071846;
  border-top: 1px solid rgba(135, 171, 255, 0.23);
}

.landing-hero-footer span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.landing-hero-footer-icon {
  width: 8px;
  height: 8px;
  border: 1px solid #899cf0;
  border-radius: 2px;
}

.landing-hero-footer-chat {
  border-radius: 50% 50% 50% 1px;
}

.landing-hero-footer-notes {
  border-radius: 1px;
}

.landing-hero-footer b {
  margin-left: auto;
  padding: 3px 6px;
  color: #fa9af2;
  font-size: 0.44rem;
  font-weight: 600;
  background: rgba(231, 93, 224, 0.17);
  border-radius: 6px;
}

@keyframes landing-hero-recording-pulse {
  50% { box-shadow: 0 0 0 5px rgba(95, 241, 165, 0); opacity: 0.72; }
}

@keyframes landing-hero-wave {
  to { transform: scaleY(0.35); opacity: 0.52; }
}

@keyframes landing-hero-message-in {
  0%, 5% { max-height: 0; margin-top: -7px; opacity: 0; transform: translateY(12px); }
  8%, 69% { max-height: 120px; margin-top: 0; opacity: 1; transform: translateY(0); }
  76%, 100% { opacity: 0; transform: translateY(-12px); }
}

@keyframes landing-hero-chat-scroll {
  0%, 36% { transform: translateY(0); }
  54%, 76% { transform: translateY(-50px); }
  88%, 100% { transform: translateY(-92px); }
}

@media (max-width: 1030px) {
  .landing-hero-grid {
    grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
    gap: 26px;
  }

  .landing-hero-screen {
    border-width: 4px;
  }

  .landing-hero-app-content {
    min-height: 348px;
  }

  .landing-hero-seminar-stage {
    height: 224px;
  }

  .landing-hero-description {
    font-size: 0.94rem;
  }
}

@media (max-width: 800px) {
  .landing-hero {
    min-height: 0;
    padding: 52px 0 59px;
  }

  .landing-hero-grid {
    display: block;
  }

  .landing-hero-copy {
    max-width: 530px;
  }

  .landing-hero-description {
    max-width: 500px;
    font-size: 1rem;
  }

  .landing-hero-demo {
    max-width: 730px;
    margin-top: 43px;
  }

  .landing-hero-app-content {
    min-height: 362px;
  }

  .landing-hero-seminar-stage {
    height: 235px;
  }
}

@media (max-width: 560px) {
  .landing-hero-shell {
    width: min(calc(100% - 64px), 1220px);
  }

  .landing-hero {
    padding-top: 39px;
  }

  .landing-hero-eyebrow {
    font-size: 0.75rem;
  }

  .landing-hero-copy h1 {
    font-size: clamp(2.45rem, 11vw, 3.2rem);
    letter-spacing: -0.065em;
  }

  .landing-hero-description {
    font-size: 0.94rem;
  }

  .landing-hero-actions {
    gap: 18px;
  }

  .landing-hero-proof {
    margin-top: 31px;
  }

  .landing-hero-demo {
    width: calc(100% + 8px);
    margin-top: 38px;
    margin-left: -4px;
  }

  .landing-hero-screen {
    border-width: 3px;
    border-radius: 11px;
  }

  .landing-hero-app-bar {
    height: 42px;
    gap: 7px;
    padding-inline: 9px;
  }

  .landing-hero-session-name {
    display: none;
  }

  .landing-hero-attendees {
    padding-inline: 6px;
    font-size: 0.5rem;
  }

  .landing-hero-app-content {
    grid-template-columns: minmax(0, 1.4fr) minmax(122px, 0.75fr);
    gap: 6px;
    min-height: 290px;
    padding: 6px;
  }

  .landing-hero-player-panel {
    padding: 6px;
  }

  .landing-hero-player-topline {
    height: 17px;
    margin-bottom: 5px;
  }

  .landing-hero-recording-state {
    padding: 3px 5px;
    font-size: 0.38rem;
  }

  .landing-hero-recording-time {
    font-size: 0.44rem;
  }

  .landing-hero-seminar-stage {
    height: 191px;
  }

  .landing-hero-slide {
    top: 8px;
    bottom: 8px;
    left: 8px;
    padding: 14px 10px;
  }

  .landing-hero-slide-index {
    top: 8px;
    right: 9px;
    font-size: 0.5rem;
  }

  .landing-hero-slide-kicker {
    font-size: 0.32rem;
  }

  .landing-hero-slide h2 {
    margin-top: 9px;
    font-size: 0.88rem;
  }

  .landing-hero-slide p {
    max-width: 103px;
    font-size: 0.38rem;
  }

  .landing-hero-host {
    top: 8px;
    right: 8px;
    bottom: 8px;
    width: 36%;
    border-radius: 4px;
  }

  .landing-hero-host-name {
    bottom: 4px;
    left: 4px;
    padding: 3px 4px;
    font-size: 0.38rem;
  }

  .landing-hero-sound-toggle {
    right: 4px;
    bottom: 4px;
    width: 20px;
    height: 20px;
  }

  .landing-hero-sound-toggle svg {
    width: 10px;
    height: 10px;
  }

  .landing-hero-workflow {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    min-height: 27px;
    margin-top: 5px;
    padding: 3px 4px;
    border-radius: 14px;
  }

  .landing-hero-workflow-step {
    gap: 2px;
    font-size: 0.3rem;
  }

  .landing-hero-workflow-icon {
    flex-basis: 10px;
    width: 10px;
    height: 10px;
  }

  .landing-hero-workflow-icon svg {
    width: 10px;
    height: 10px;
  }

  .landing-hero-workflow-arrow {
    display: none;
  }

  .landing-hero-qa-header {
    min-height: 39px;
    padding: 6px;
  }

  .landing-hero-shield {
    width: 17px;
    height: 17px;
  }

  .landing-hero-shield svg {
    width: 11px;
  }

  .landing-hero-qa-heading strong {
    font-size: 0.44rem;
  }

  .landing-hero-qa-heading small {
    font-size: 0.31rem;
  }

  .landing-hero-filter svg {
    width: 11px;
  }

  .landing-hero-chat-window {
    padding: 5px 5px 0;
  }

  .landing-hero-chat-track {
    gap: 4px;
  }

  .landing-hero-chat-message {
    gap: 4px;
    font-size: 0.38rem;
  }

  .landing-hero-mini-avatar {
    flex-basis: 12px;
    height: 12px;
  }

  .landing-hero-message-meta {
    margin-bottom: 2px !important;
    font-size: 0.31rem;
  }

  .landing-hero-answer {
    padding: 4px;
  }

  .landing-hero-sparkle {
    flex-basis: 12px;
    font-size: 0.69rem;
    line-height: 10px;
  }

  .landing-hero-source-tag {
    margin-top: 3px;
    font-size: 0.31rem;
  }

  .landing-hero-qa-input {
    gap: 3px;
    margin: 0 5px 6px;
    padding: 3px 3px 3px 5px;
  }

  .landing-hero-qa-input input {
    font-size: 0.38rem;
  }

  .landing-hero-qa-input button {
    flex-basis: 15px;
    width: 15px;
    height: 15px;
  }

  .landing-hero-qa-input button svg {
    width: 7px;
  }

  .landing-hero-footer {
    height: 24px;
    gap: 12px;
    padding-inline: 8px;
    font-size: 0.31rem;
  }

  .landing-hero-footer-icon {
    width: 6px;
    height: 6px;
  }

  .landing-hero-footer b {
    padding: 2px 4px;
    font-size: 0.31rem;
  }
}

@media (max-width: 420px) {
  .landing-hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .landing-hero-primary {
    width: 100%;
  }

  .landing-hero-app-content {
    grid-template-columns: minmax(0, 1fr) 122px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .landing-hero-recording-light,
  .landing-hero-waveform i,
  .landing-hero-chat-track,
  .landing-hero-chat-message {
    animation: none;
  }
}