:root {
  --bg: #ffffff;
  --surface: #f7fbff;
  --surface-strong: #eef6ff;
  --ink: #101114;
  --muted: #5d6675;
  --soft: #8b95a7;
  --line: #dce6f2;
  --blue: #1268ff;
  --blue-dark: #004ed6;
  --cyan: #00a6ff;
  --lime: #27c46a;
  --yellow: #f8ca45;
  --shadow: 0 24px 60px rgba(24, 75, 143, 0.12);
  --radius: 8px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  color: var(--ink);
  background: var(--bg);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(239, 247, 255, 0.7) 0, rgba(255, 255, 255, 0) 360px),
    var(--bg);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

svg {
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

img {
  display: block;
  max-width: 100%;
}

#convert,
#product,
#workflow,
#pricing {
  scroll-margin-top: 96px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  width: 100%;
  height: 72px;
  padding: 0 clamp(20px, 4vw, 56px);
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid rgba(220, 230, 242, 0.7);
  backdrop-filter: blur(18px);
}

.brand,
.site-footer strong {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 28px;
  font-weight: 850;
  letter-spacing: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: #fff;
  font-size: 19px;
  line-height: 1;
  background: var(--ink);
  border-radius: 8px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 54px;
  color: #1d2531;
  font-size: 15px;
  font-weight: 650;
}

.nav-links a,
.login-link,
.site-footer a {
  transition: color 160ms ease;
}

.nav-links a:hover,
.login-link:hover,
.site-footer a:hover {
  color: var(--blue);
}

.header-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
  font-size: 15px;
  font-weight: 650;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 17px;
  font-weight: 750;
  white-space: nowrap;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease;
}

.button svg {
  width: 22px;
  height: 22px;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  color: #fff;
  background: var(--blue);
  box-shadow: 0 14px 30px rgba(18, 104, 255, 0.23);
}

.button-primary:hover {
  background: var(--blue-dark);
  box-shadow: 0 18px 34px rgba(18, 104, 255, 0.28);
}

.button-ghost {
  color: #121820;
  background: #fff;
  border-color: #cdd8e7;
  box-shadow: 0 8px 20px rgba(49, 79, 122, 0.08);
}

.button-small {
  min-height: 42px;
  padding: 0 18px;
  font-size: 15px;
}

.button-small svg {
  width: 18px;
  height: 18px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(430px, 0.85fr);
  gap: clamp(36px, 8vw, 104px);
  align-items: center;
  width: min(1360px, calc(100% - 48px));
  min-height: calc(100svh - 72px);
  margin: 0 auto;
  padding: 48px 8px 76px;
}

.hero-copy h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(58px, 6.4vw, 104px);
  line-height: 0.96;
  font-weight: 900;
  letter-spacing: 0;
}

.hero-copy h1 span {
  display: inline-block;
  color: var(--blue);
}

.hero-copy p {
  max-width: 610px;
  margin: 28px 0 0;
  color: #283242;
  font-size: 22px;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 36px;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  padding: 0;
  margin: 34px 0 0;
  color: #566171;
  font-size: 14px;
  font-weight: 650;
  list-style: none;
}

.trust-row li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.trust-row span {
  width: 15px;
  height: 15px;
  border: 2px solid var(--lime);
  border-radius: 50%;
  background:
    linear-gradient(135deg, transparent 45%, var(--lime) 46% 54%, transparent 55%) 3px 5px /
      7px 5px no-repeat;
}

.upload-panel {
  display: grid;
  justify-items: center;
  padding: clamp(32px, 5vw, 58px);
  min-height: 410px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px dashed #c7d5e8;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.cloud-icon {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  color: var(--blue);
}

.cloud-icon svg {
  width: 58px;
  height: 58px;
  stroke-width: 2.2;
}

.upload-panel h2 {
  margin: 8px 0 8px;
  font-size: 25px;
  line-height: 1.25;
  letter-spacing: 0;
}

.upload-panel p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.url-field {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin: 28px 0 20px;
  padding: 0 16px;
  height: 52px;
  color: #8a95a6;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.url-field svg {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
}

.url-field input {
  width: 100%;
  min-width: 0;
  color: var(--ink);
  border: 0;
  outline: 0;
}

.url-field input::placeholder {
  color: #8b96a7;
}

.drop-note {
  margin-top: 20px !important;
  font-size: 14px !important;
}

.parse-state {
  display: none;
  align-items: center;
  gap: 9px;
  margin-top: 22px;
  color: #1c5bd3;
  font-size: 14px;
  font-weight: 700;
}

.parse-state.visible {
  display: inline-flex;
}

.parse-state span {
  width: 9px;
  height: 9px;
  background: var(--lime);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(39, 196, 106, 0.32);
  animation: pulse 1.2s infinite;
}

.product-section {
  padding: 34px 0 72px;
  background: linear-gradient(180deg, rgba(238, 246, 255, 0.94), rgba(255, 255, 255, 0));
}

.section-heading {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto 34px;
  text-align: center;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.2;
  letter-spacing: 0;
}

.product-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1fr);
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
  border: 1px solid #d6e2f0;
  border-radius: 8px;
  box-shadow: 0 22px 55px rgba(36, 84, 143, 0.11);
}

.video-card,
.notes-panel {
  min-width: 0;
  background: #fff;
}

.video-card {
  padding: 20px;
  border-right: 1px solid #d6e2f0;
}

.video-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #111;
  border-radius: 8px;
}

.video-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play-button {
  position: absolute;
  inset: 50% auto auto 50%;
  display: grid;
  place-items: center;
  width: 86px;
  height: 86px;
  color: #fff;
  background: rgba(17, 24, 39, 0.46);
  border: 0;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  backdrop-filter: blur(3px);
  transition:
    transform 180ms ease,
    background 180ms ease;
}

.play-button:hover {
  background: rgba(18, 104, 255, 0.78);
  transform: translate(-50%, -50%) scale(1.04);
}

.play-button svg {
  width: 38px;
  height: 38px;
  fill: currentColor;
  stroke: none;
  transform: translateX(3px);
}

.video-controls {
  position: absolute;
  right: 16px;
  bottom: 14px;
  left: 16px;
  display: grid;
  grid-template-columns: 12px 1fr auto auto;
  gap: 12px;
  align-items: center;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
}

.control-dot {
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
}

.control-line {
  height: 4px;
  background:
    linear-gradient(90deg, #ff3f3f 0 42%, rgba(255, 255, 255, 0.7) 42% 100%);
  border-radius: 999px;
}

.video-meta {
  padding: 22px 4px 18px;
  border-bottom: 1px solid #edf2f8;
}

.video-meta h3 {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0;
}

.video-meta ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  list-style: none;
}

.chapter-list {
  display: grid;
  gap: 10px;
  padding: 18px 4px 6px;
}

.chapter-list h4,
.note-block h3 {
  margin: 0 0 6px;
  color: #101114;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0;
}

.chapter-list button {
  padding: 0;
  color: #4b5a70;
  text-align: left;
  background: transparent;
  border: 0;
}

.chapter-list button:first-of-type {
  color: var(--blue);
  font-weight: 760;
}

.notes-panel {
  display: flex;
  flex-direction: column;
  padding: 0 22px 22px;
}

.notes-tabs {
  display: flex;
  gap: 34px;
  height: 58px;
  align-items: center;
  border-bottom: 1px solid #edf2f8;
}

.notes-tabs button {
  position: relative;
  color: #738095;
  background: transparent;
  border: 0;
  font-size: 15px;
  font-weight: 760;
}

.notes-tabs button.active {
  color: var(--blue);
}

.notes-tabs button.active::after {
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--blue);
}

.notes-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin: 20px 0;
}

.notes-toolbar label {
  display: flex;
  align-items: center;
  gap: 8px;
  width: min(270px, 100%);
  height: 40px;
  padding: 0 12px;
  color: #8a95a7;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.notes-toolbar label svg,
.copy-button svg {
  width: 18px;
  height: 18px;
}

.notes-toolbar input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
}

.copy-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 38px;
  padding: 0 12px;
  color: #394557;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 720;
}

.note-block {
  margin-bottom: 22px;
}

.note-block ul {
  display: grid;
  gap: 11px;
  padding-left: 21px;
  margin: 0;
  color: #293343;
  line-height: 1.58;
}

.quotes {
  display: grid;
  gap: 10px;
}

.quotes button {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 14px;
  width: 100%;
  min-height: 52px;
  padding: 12px 16px;
  color: #273244;
  text-align: left;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.quotes time {
  color: #8a95a7;
  font-size: 13px;
}

.actions {
  display: grid;
  gap: 12px;
}

.actions label {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  align-items: center;
  color: #293343;
  font-size: 15px;
}

.actions input {
  width: 16px;
  height: 16px;
  accent-color: var(--blue);
}

.actions span {
  padding: 4px 9px;
  color: #1d8a4e;
  background: rgba(39, 196, 106, 0.12);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 760;
}

.actions label:last-child span {
  color: #1d62cf;
  background: rgba(18, 104, 255, 0.12);
}

.export-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
  margin-top: auto;
}

.export-row button {
  height: 40px;
  padding: 0 14px;
  color: #1d2531;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 760;
}

.workflow-section,
.feature-section,
.pricing-section {
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
}

.workflow-section {
  padding: 60px 0 56px;
}

.workflow-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 38px;
}

.workflow-grid article {
  min-height: 330px;
  padding: 32px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 15px 35px rgba(38, 68, 108, 0.07);
}

.step-number {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: #fff;
  background: var(--blue);
  border-radius: 50%;
  font-size: 17px;
  font-weight: 850;
}

.workflow-grid h3 {
  margin: 18px 0 10px;
  font-size: 22px;
}

.workflow-grid p,
.feature-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.mini-browser {
  position: relative;
  margin-top: 28px;
  min-height: 136px;
  padding: 24px;
  border: 2px solid #cbd8e8;
  border-radius: 8px;
}

.mini-browser span {
  position: absolute;
  top: 14px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.mini-browser span:nth-child(1) {
  left: 18px;
  background: #ff6a5f;
}

.mini-browser span:nth-child(2) {
  left: 32px;
  background: var(--yellow);
}

.mini-browser span:nth-child(3) {
  left: 46px;
  background: var(--lime);
}

.mini-browser div {
  display: flex;
  align-items: center;
  height: 48px;
  margin-top: 24px;
  padding: 0 18px;
  color: #607086;
  background: #fff;
  border: 1px solid #dce6f2;
  border-radius: 999px;
  font-size: 13px;
}

.mini-browser svg {
  width: 34px;
  height: 34px;
  margin: 16px auto 0;
  color: var(--blue);
}

.ai-orbit {
  position: relative;
  display: grid;
  place-items: center;
  width: 150px;
  height: 150px;
  margin: 34px auto 0;
  color: #fff;
  background: var(--blue);
  border: 10px solid #e8f2ff;
  border-radius: 50%;
  font-size: 38px;
  font-weight: 900;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.38);
}

.ai-orbit i {
  position: absolute;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 50%;
  box-shadow: 0 8px 18px rgba(35, 68, 109, 0.08);
}

.ai-orbit i:nth-of-type(1) {
  top: -10px;
  left: 24px;
}

.ai-orbit i:nth-of-type(2) {
  top: 44px;
  right: -16px;
}

.ai-orbit i:nth-of-type(3) {
  right: 24px;
  bottom: -12px;
}

.ai-orbit i:nth-of-type(4) {
  bottom: 34px;
  left: -18px;
}

.export-demo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  min-height: 132px;
  margin-top: 36px;
}

.export-demo span,
.format-demo span {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  color: #111;
  background: #fff;
  border: 3px solid #111;
  border-radius: 8px;
  font-size: 32px;
  font-weight: 900;
}

.export-demo svg {
  width: 44px;
  height: 44px;
  color: #93a0b2;
}

.feature-section {
  padding: 42px 0 72px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.feature-grid article {
  min-width: 0;
  padding: 28px 28px 34px;
  border-right: 1px solid var(--line);
}

.feature-grid article:last-child {
  border-right: 0;
}

.feature-grid svg {
  width: 48px;
  height: 48px;
  color: var(--blue);
  stroke-width: 1.9;
}

.feature-grid h3 {
  margin: 18px 0 10px;
  font-size: 20px;
}

.timestamp-demo,
.summary-demo,
.search-demo,
.format-demo {
  margin-top: 28px;
}

.timestamp-demo {
  display: grid;
  place-items: center;
  width: 120px;
  height: 70px;
  color: #111820;
  background: #fff;
  border: 2px solid #cad8e8;
  border-radius: 8px;
  font-size: 26px;
  font-weight: 650;
}

.summary-demo {
  display: grid;
  gap: 6px;
  max-width: 230px;
  padding: 18px;
  color: #283343;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.summary-demo strong {
  font-size: 13px;
}

.summary-demo span {
  color: #5f6b7e;
  font-size: 13px;
}

.search-demo {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  max-width: 230px;
  min-height: 44px;
  padding: 11px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
}

.search-demo span {
  color: #4c596b;
  font-size: 14px;
}

.search-demo small {
  color: var(--blue);
  font-size: 13px;
  font-weight: 760;
}

.format-demo {
  display: flex;
  gap: 18px;
}

.format-demo span {
  width: 58px;
  height: 58px;
  font-size: 26px;
}

.pricing-section {
  padding: 12px 0 28px;
}

.cta-band {
  display: grid;
  justify-items: center;
  padding: clamp(36px, 5vw, 58px) 28px;
  text-align: center;
  background: linear-gradient(135deg, #eaf4ff, #f8fbff 45%, #edf8ff);
  border: 1px solid #dce9f7;
  border-radius: 8px;
}

.cta-band h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.18;
  letter-spacing: 0;
}

.cta-band p {
  margin: 16px 0 0;
  color: #4e5a6d;
  font-size: 18px;
}

.cta-band .hero-actions {
  justify-content: center;
  margin-top: 28px;
}

.cta-band .trust-row {
  justify-content: center;
  margin-top: 22px;
}

.site-footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  width: min(1320px, calc(100% - 48px));
  min-height: 72px;
  margin: 0 auto;
  color: #697587;
  font-size: 13px;
}

.site-footer strong {
  color: #101114;
  font-size: 22px;
}

.site-footer nav {
  display: flex;
  gap: 28px;
}

@keyframes pulse {
  70% {
    box-shadow: 0 0 0 9px rgba(39, 196, 106, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(39, 196, 106, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 1050px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
  }

  .nav-links {
    justify-content: center;
    gap: 28px;
  }

  .hero,
  .product-shell {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 48px;
  }

  .upload-panel {
    min-height: 0;
  }

  .video-card {
    border-right: 0;
    border-bottom: 1px solid #d6e2f0;
  }

  .workflow-grid {
    grid-template-columns: 1fr;
  }

  .workflow-grid article {
    min-height: 0;
  }

  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-grid article:nth-child(2) {
    border-right: 0;
  }

  .feature-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 760px) {
  .site-header {
    height: auto;
    min-height: 66px;
    grid-template-columns: 1fr auto;
    padding: 12px 18px;
  }

  .brand,
  .site-footer strong {
    font-size: 23px;
  }

  .brand-mark {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }

  .nav-links,
  .login-link {
    display: none;
  }

  .button {
    width: 100%;
    min-height: 46px;
    font-size: 16px;
  }

  .button-small {
    width: auto;
    min-height: 40px;
    padding: 0 14px;
    font-size: 14px;
  }

  .hero,
  .workflow-section,
  .feature-section,
  .pricing-section,
  .product-shell,
  .section-heading,
  .site-footer {
    width: min(100% - 32px, 1320px);
  }

  .hero {
    gap: 34px;
    padding: 34px 0 52px;
  }

  .hero-copy h1 {
    font-size: 54px;
  }

  .hero-copy p {
    font-size: 18px;
    line-height: 1.62;
  }

  .hero-actions {
    gap: 12px;
  }

  .trust-row {
    gap: 14px 18px;
  }

  .upload-panel {
    padding: 28px 18px;
  }

  .product-section {
    padding-top: 28px;
  }

  .section-heading {
    margin-bottom: 24px;
  }

  .video-card,
  .notes-panel {
    padding: 16px;
  }

  .notes-tabs {
    gap: 22px;
    height: 50px;
  }

  .notes-tabs button.active::after {
    bottom: -16px;
  }

  .notes-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .notes-toolbar label {
    width: 100%;
  }

  .copy-button,
  .export-row button {
    justify-content: center;
    width: 100%;
  }

  .actions label {
    grid-template-columns: auto 1fr;
  }

  .actions span {
    grid-column: 2;
    width: fit-content;
  }

  .workflow-grid {
    gap: 18px;
  }

  .workflow-grid article {
    padding: 24px;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .feature-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .feature-grid article:last-child {
    border-bottom: 0;
  }

  .cta-band {
    padding: 34px 18px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 24px 0;
  }

  .site-footer nav {
    flex-wrap: wrap;
    gap: 16px;
  }
}

@media (max-width: 430px) {
  .hero-copy h1 {
    font-size: 46px;
  }

  .hero-copy p {
    font-size: 17px;
  }

  .header-actions {
    gap: 0;
  }

  .button-small {
    padding: 0 12px;
  }

  .button-small svg {
    display: none;
  }

  .upload-panel h2 {
    font-size: 21px;
  }

  .video-meta h3 {
    font-size: 20px;
  }
}
