@font-face {
  font-family: Inter;
  src: url("/vidownly/assets/fonts/inter-regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Inter;
  src: url("/vidownly/assets/fonts/inter-bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
:root {
  --bg: #f6f5f2;
  --ink: #202021;
  --muted: #747472;
  --coral: #f45d56;
  --line: #ddded9;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  -webkit-font-smoothing: antialiased;
}
body:has(dialog[open]) {
  overflow: hidden;
}
button,
input,
select {
  font: inherit;
}
button,
a,
input,
select {
  -webkit-tap-highlight-color: transparent;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: wait;
}
button,
select {
  color: inherit;
}
img {
  max-width: 100%;
  display: block;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 3px solid var(--coral);
  outline-offset: 5px;
}
.skip {
  position: fixed;
  top: 10px;
  left: 10px;
  transform: translateY(-160%);
  z-index: 999;
  background: white;
  padding: 14px;
}
.skip:focus {
  transform: none;
}
.site-header {
  position: fixed;
  top: 22px;
  left: 24px;
  right: 24px;
  z-index: 20;
}
.nav {
  width: min(920px, 100%);
  height: 64px;
  border: 1px solid #fff9;
  background: #fffffff0;
  backdrop-filter: blur(24px);
  border-radius: 20px;
  box-shadow: 0 6px 25px #22222207;
  display: flex;
  align-items: center;
  gap: 34px;
  padding: 9px 12px;
  margin: auto;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.5px;
  white-space: nowrap;
}
.brand img {
  width: 38px;
  height: 38px;
}
.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  margin-left: auto;
  font-size: 14px;
  color: #595959;
}
.nav-links a:hover {
  color: var(--ink);
}
.button {
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 18px 25px;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  transition:
    transform 0.25s var(--ease),
    box-shadow 0.25s;
}
.button:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 22px #1d1d1d16;
}
.button:active {
  transform: scale(0.98);
}
.small {
  font-size: 13px;
  padding: 13px 16px;
  border-radius: 12px;
}
.dark {
  background: var(--ink);
  color: #fff;
}
.coral {
  background: var(--coral);
  color: #fff;
  box-shadow: 0 5px 0 #bb383818;
}
.button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.hero {
  padding-top: 158px;
}
.hero-copy {
  text-align: center;
  padding: 0 20px;
}
.eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  margin: 0 0 24px;
  line-height: 1.5;
}
.apple {
  color: var(--coral);
  font-size: 12px;
  margin-right: 7px;
}
.hero h1 {
  font-size: clamp(58px, 7.7vw, 112px);
  letter-spacing: -0.074em;
  font-weight: 700;
  line-height: 0.99;
  margin: 0;
}
.hero h1 span {
  color: var(--coral);
}
.hero-desc {
  font-size: 19px;
  line-height: 1.55;
  letter-spacing: -0.35px;
  color: #71716e;
  margin: 25px auto;
}
.hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
}
.text-button {
  font-size: 15px;
  display: flex;
  gap: 9px;
  align-items: center;
}
.play {
  width: 30px;
  height: 30px;
  border: 1px solid #c5c5c0;
  border-radius: 50%;
  font-size: 10px;
  display: grid;
  place-items: center;
  padding-left: 2px;
}
.text-button:hover .play {
  background: var(--ink);
  color: white;
  border-color: var(--ink);
}
.compatibility {
  font-size: 12px;
  color: #858580;
  margin: 18px 0 42px;
}
.compatibility span {
  padding: 0 10px;
}
.demo-wrap {
  width: min(1200px, calc(100% - 80px));
  margin: auto;
  scroll-margin-top: 112px;
}
.desktop-scene {
  height: 596px;
  position: relative;
  border: 1px solid #1b25282b;
  border-radius: 22px;
  isolation: isolate;
  box-shadow: 0 25px 50px -25px #1a272652;
}
.scene-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 21px;
  z-index: -2;
}
.desktop-scene:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #09252820, transparent 70%);
  border-radius: 21px;
  z-index: -1;
}
.menu-bar {
  height: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 21px 21px 0 0;
  padding: 0 24px;
  background: #e8dfd75c;
  backdrop-filter: blur(16px);
  color: #303632;
  font-size: 12px;
}
.menu-bar > div {
  display: flex;
  align-items: center;
  gap: 20px;
}
.menu-active {
  color: #fff;
  background: #20221f99;
  align-self: stretch;
  padding: 4px 9px;
  margin-right: 58px;
  border-radius: 5px;
}
.scene-label {
  position: absolute;
  left: 6%;
  top: 16%;
  color: white;
  text-shadow: 0 2px 25px #0b261f50;
}
.scene-label > span {
  font-size: 11px;
  letter-spacing: 2.5px;
  opacity: 0.85;
}
.scene-label p {
  font-size: 44px;
  letter-spacing: -2px;
  line-height: 1.1;
  max-width: 270px;
  margin: 13px 0 25px;
  font-weight: 700;
}
.scene-label small {
  font-size: 10px;
  letter-spacing: 1.6px;
  opacity: 0.8;
}
.media-note {
  position: absolute;
  left: 6%;
  bottom: 48px;
  display: flex;
  align-items: center;
  gap: 18px;
  color: #fff;
  line-height: 1.6;
  font-size: 15px;
}
.note-symbol {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid #ffffff70;
  font-size: 26px;
}
.app-demo {
  position: absolute;
  right: 6%;
  top: 54px;
  width: 348px;
  background: linear-gradient(165deg, #24242bef, #121214fa 80%, #3b1a21);
  box-shadow:
    0 24px 60px #03081170,
    inset 0 1px 0 #ffffff2b;
  border: 1px solid #ffffff38;
  border-radius: 15px;
  padding: 20px 18px 15px;
  color: white;
  backdrop-filter: blur(20px);
}
.app-notch {
  position: absolute;
  top: -7px;
  right: 29px;
  width: 13px;
  height: 13px;
  background: #24242b;
  transform: rotate(45deg);
  border-top: 1px solid #ffffff38;
  border-left: 1px solid #ffffff38;
}
.app-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 21px;
}
.app-brand img {
  width: 144px;
  height: auto;
}
.app-brand > span {
  font-size: 9px;
  letter-spacing: 2.7px;
  color: #b7b5bc;
}
.app-link,
.app-preview,
.app-format {
  background: #ffffff0c;
  border: 1px solid #ffffff18;
  border-radius: 9px;
  margin-bottom: 12px;
}
.app-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px;
  font-size: 12px;
  color: #acaab0;
}
.app-link span:last-child {
  margin-left: auto;
  color: white;
}
.app-preview {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 8px;
}
.app-preview img {
  width: 75px;
  height: 48px;
  object-fit: cover;
  border-radius: 5px;
}
.app-preview > div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.app-preview b {
  font-size: 12px;
  font-weight: 400;
}
.app-preview span {
  font-size: 10px;
  color: #99989f;
}
.app-format {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 10px;
  font-size: 12px;
}
.app-format > span {
  color: #a4a2a9;
}
.app-format select {
  font-size: 12px;
  border: 0;
  background: transparent;
  color: #f1f0f3;
  max-width: 195px;
}
.app-format option {
  background: #24242b;
}
.trim-toggle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  color: #b5b1bc;
  margin: 17px 0;
  cursor: pointer;
}
.trim-toggle input {
  position: absolute;
  right: 0;
  width: 34px;
  height: 22px;
  opacity: 0;
  cursor: pointer;
}
.switch {
  width: 30px;
  height: 18px;
  background: #ffffff24;
  border-radius: 20px;
  transition: background 0.2s;
}
.switch:after {
  content: "";
  display: block;
  background: white;
  width: 14px;
  height: 14px;
  margin: 2px;
  border-radius: 50%;
  transition: transform 0.2s;
}
.trim-toggle input:checked + .switch {
  background: var(--coral);
}
.trim-toggle input:checked + .switch:after {
  transform: translateX(12px);
}
.trim-toggle input:focus-visible + .switch {
  outline: 2px solid var(--coral);
  outline-offset: 3px;
}
.app-times {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 13px;
  font-size: 11px;
}
.app-times label {
  display: flex;
  gap: 4px;
  flex-direction: column;
  color: #aaa;
}
.app-times input {
  width: 70px;
  background: #ffffff10;
  color: #fff;
  border: 1px solid #fff2;
  border-radius: 6px;
  padding: 5px;
}
.app-times small {
  align-self: end;
  margin-bottom: 8px;
  color: #aaa;
}
.app-download {
  background: linear-gradient(#ff6367, #db353e);
  color: white;
  border: 1px solid #ffffff20;
  box-shadow: 0 2px 4px #0004;
  width: 100%;
  padding: 11px;
  border-radius: 9px;
  font-size: 13px;
  font-weight: 700;
  transition: filter 0.2s;
}
.app-download:hover {
  filter: brightness(1.13);
}
.app-download span {
  margin-right: 5px;
}
.app-progress {
  margin-top: 14px;
  font-size: 11px;
  color: #c9c4cb;
}
.app-progress > div:first-child {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.progress-track {
  height: 4px;
  background: #fff2;
  border-radius: 4px;
  overflow: hidden;
}
.progress-track i {
  display: block;
  height: 100%;
  width: 0;
  background: var(--coral);
  transition: width 0.3s linear;
}
.app-history {
  margin-top: 20px;
}
.app-history > span {
  font-size: 9px;
  letter-spacing: 1.3px;
  color: #9a98a1;
}
.app-history > div {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  padding: 11px 0;
}
.app-history i {
  color: #76c9a5;
  font-style: normal;
}
.app-history > div > span:last-child {
  margin-left: auto;
  color: #949299;
}
.app-footer {
  border-top: 1px solid #ffffff10;
  padding-top: 13px;
  display: flex;
  justify-content: space-between;
  color: #8d8b94;
  font-size: 9px;
  gap: 6px;
}
.demo-caption {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #84847f;
  padding: 18px 4px;
  gap: 12px;
}
.demo-caption > span:last-child > span {
  margin-left: 8px;
}
.footer {
  max-width: 1200px;
  margin: 80px auto 0;
  padding: 26px 0 34px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  color: var(--muted);
}
.footer .brand {
  color: var(--ink);
}
dialog {
  border: 1px solid #fff7;
  border-radius: 24px;
  padding: 44px;
  max-width: 480px;
  width: calc(100% - 32px);
  background: var(--bg);
  color: var(--ink);
  box-shadow: 0 40px 100px #0005;
}
dialog::backdrop {
  background: #15151b80;
  backdrop-filter: blur(8px);
}
dialog > img {
  margin: 0 auto 20px;
}
dialog {
  text-align: center;
}
dialog h2 {
  font-size: 38px;
  letter-spacing: -1.8px;
  line-height: 1.08;
  margin: 15px 0;
}
dialog p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}
.dialog-close {
  position: absolute;
  top: 15px;
  right: 15px;
  border: 0;
  background: #e7e6e2;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 24px;
  color: #555;
}
.release-notice {
  text-align: left;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 12px;
  margin: 26px 0;
}
.release-notice b {
  font-size: 15px;
}
.release-notice p {
  margin-bottom: 0;
}
.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;
}
[hidden] {
  display: none !important;
}
.hero-copy {
  animation: entrance 0.8s var(--ease) both;
}
.demo-wrap {
  animation: entrance 1.1s 0.15s var(--ease) both;
}
@keyframes entrance {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@media (min-width: 1500px) {
  .hero {
    padding-top: 168px;
  }
  .hero h1 {
    font-size: 116px;
  }
}
@media (max-width: 900px) {
  .nav {
    gap: 14px;
  }
  .nav-links {
    gap: 18px;
  }
  .hero h1 {
    font-size: 82px;
  }
  .demo-wrap {
    width: calc(100% - 40px);
  }
  .scene-label p {
    font-size: 34px;
    max-width: 230px;
  }
  .app-demo {
    right: 4%;
    width: 330px;
  }
  .scene-label {
    left: 4%;
  }
  .footer {
    margin-inline: 24px;
  }
}
@media (max-width: 650px) {
  .site-header {
    top: 14px;
    left: 14px;
    right: 14px;
  }
  .nav {
    height: 58px;
    padding: 7px 10px;
    border-radius: 16px;
    justify-content: space-between;
  }
  .nav-links {
    display: none;
  }
  .brand {
    font-size: 15px;
    gap: 5px;
  }
  .brand img {
    width: 32px;
    height: 32px;
  }
  .nav .small {
    font-size: 12px;
    padding: 12px;
  }
  .hero {
    padding-top: 125px;
  }
  .eyebrow {
    font-size: 10px;
    letter-spacing: 1.7px;
    margin-bottom: 20px;
  }
  .hero h1 {
    font-size: clamp(48px, 11.5vw, 74px);
    letter-spacing: -0.065em;
    line-height: 1.02;
  }
  .hero-desc {
    font-size: 16px;
    margin: 24px auto;
    line-height: 1.65;
  }
  .hero-actions {
    gap: 17px;
    flex-direction: column;
  }
  .hero-actions .button {
    padding: 16px 24px;
  }
  .compatibility {
    font-size: 10px;
    margin: 22px 0 34px;
  }
  .compatibility span {
    padding: 0 5px;
  }
  .demo-wrap {
    width: calc(100% - 28px);
  }
  .desktop-scene {
    height: 630px;
    border-radius: 18px;
  }
  .scene-image {
    border-radius: 17px;
  }
  .menu-bar {
    padding: 0 12px;
    font-size: 10px;
    border-radius: 17px 17px 0 0;
  }
  .menu-bar > div {
    gap: 12px;
  }
  .menu-bar > div:first-child > span {
    display: none;
  }
  .menu-active {
    margin: 0;
  }
  .scene-label {
    top: 52px;
    left: 20px;
  }
  .scene-label > span {
    font-size: 9px;
  }
  .scene-label p {
    font-size: 29px;
    max-width: none;
    margin: 7px 0;
  }
  .scene-label small {
    display: none;
  }
  .app-demo {
    top: 148px;
    right: 50%;
    transform: translateX(50%);
    width: calc(100% - 32px);
    max-width: 348px;
    padding: 17px 16px;
  }
  .app-notch {
    display: none;
  }
  .media-note {
    display: none;
  }
  .demo-caption {
    flex-direction: column;
    font-size: 10px;
    gap: 5px;
    padding: 13px 5px;
  }
  .footer {
    flex-wrap: wrap;
    gap: 18px;
    font-size: 12px;
  }
  .footer > span {
    display: none;
  }
  dialog {
    padding: 38px 24px;
  }
  .app-footer {
    font-size: 9px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}
.section-shell {
  max-width: 1120px;
  width: calc(100% - 80px);
  margin-left: auto;
  margin-right: auto;
}
.platforms {
  text-align: center;
  padding: 68px 0 100px;
  border-bottom: 1px solid var(--line);
}
.platforms > p {
  font-size: 14px;
  color: #8a8a84;
  margin: 0 0 30px;
}
.platform-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  color: #6c6c68;
}
.platform-list > span {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.9px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.platform-list .x-mark {
  font-weight: 400;
  font-size: 26px;
}
.yt-mark {
  background: #777772;
  color: var(--bg);
  font-style: normal;
  font-size: 9px;
  width: 23px;
  height: 17px;
  border-radius: 5px;
  display: grid;
  place-items: center;
  padding-left: 1px;
}
.features {
  padding-top: 108px;
}
.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 52px;
}
.section-heading h2,
.how-section h2,
.faq-heading h2 {
  font-size: clamp(38px, 4.2vw, 58px);
  line-height: 1.03;
  letter-spacing: -2.8px;
  margin: 0;
}
.section-heading h2 span {
  color: #96958f;
}
.section-heading .eyebrow,
.faq-heading .eyebrow {
  font-size: 11px;
  letter-spacing: 1.8px;
  margin-bottom: 23px;
  color: #787873;
}
.section-heading > p {
  font-size: 16px;
  line-height: 1.65;
  color: var(--muted);
  margin: 0 0 3px;
}
.feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.feature-card {
  border-radius: 24px;
  overflow: hidden;
  min-height: 565px;
  background: #ecebe6;
}
.format-card {
  background: #e9eae5;
}
.trim-card {
  background: #ece6e0;
}
.card-copy {
  padding: 36px 36px 20px;
}
.card-index {
  font-size: 10px;
  letter-spacing: 1.6px;
  color: #797975;
}
.card-copy h3 {
  font-size: 31px;
  letter-spacing: -1.3px;
  line-height: 1.12;
  margin: 20px 0 14px;
}
.card-copy p {
  font-size: 15px;
  color: #787671;
  line-height: 1.6;
  max-width: 360px;
  margin: 0;
}
.format-visual {
  padding: 15px 34px 34px;
}
.format-tabs {
  display: flex;
  gap: 2px;
  padding: 4px;
  background: #dcded7;
  width: 205px;
  border-radius: 10px;
  margin: 0 auto 22px;
}
.format-tabs button {
  border: 0;
  border-radius: 7px;
  background: none;
  font-size: 12px;
  padding: 9px 12px;
  flex: 1;
  white-space: nowrap;
  transition:
    background 0.2s,
    box-shadow 0.2s;
}
.format-tabs button.active {
  background: white;
  box-shadow: 0 2px 6px #0001;
}
.format-media {
  height: 215px;
  position: relative;
  background: #232627;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 14px 30px -12px #12282240;
}
.format-media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    opacity 0.3s,
    transform 0.8s var(--ease);
}
.format-visual[data-mode="audio"] .format-media > img {
  opacity: 0.15;
  transform: scale(1.15);
}
.format-media:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 55%, #0009);
  pointer-events: none;
}
.format-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  border: 1px solid #fff6;
  border-radius: 5px;
  padding: 5px 8px;
  background: #0002;
  backdrop-filter: blur(5px);
  font-size: 10px;
  color: white;
  letter-spacing: 1px;
}
.media-bottom {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 15px;
  color: white;
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  z-index: 1;
}
.audio-art {
  position: absolute;
  inset: 0;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  transition: opacity 0.3s;
}
.format-visual[data-mode="audio"] .audio-art {
  opacity: 1;
}
.audio-art > span {
  font-size: 52px;
  color: #f0958b;
}
.waveform {
  height: 58px;
  display: flex;
  gap: 4px;
  align-items: center;
}
.waveform i {
  display: block;
  width: 4px;
  border-radius: 4px;
  background: #efa69a;
  height: var(--wave-height);
}
.trim-visual {
  padding: 36px 34px 25px;
}
.clip-counter {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 26px;
}
.clip-counter strong {
  font-size: 78px;
  line-height: 0.8;
  letter-spacing: -5px;
  font-weight: 400;
  font-variant-numeric: tabular-nums;
}
.clip-counter > span {
  font-size: 15px;
  line-height: 1.5;
  color: #888078;
}
.clip-counter .scissor-icon {
  margin-left: auto;
  font-size: 40px;
  color: #d9998b;
}
.filmstrip {
  height: 76px;
  position: relative;
  display: flex;
  overflow: hidden;
  border-radius: 9px;
  background: #262c29;
}
.filmstrip img {
  width: 25%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.7);
  opacity: 0.45;
}
.filmstrip img:nth-child(2) {
  object-position: 35%;
}
.filmstrip img:nth-child(3) {
  object-position: 65%;
}
.filmstrip img:nth-child(4) {
  object-position: 90%;
}
#clip-selection {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20%;
  width: 50%;
  border: 3px solid var(--coral);
  border-radius: 6px;
  background: #fff1;
  box-shadow: 0 0 0 500px #24222230;
}
#clip-selection:before,
#clip-selection:after {
  content: "";
  position: absolute;
  top: 24px;
  height: 23px;
  width: 3px;
  border-radius: 3px;
  background: white;
}
#clip-selection:before {
  left: 3px;
}
#clip-selection:after {
  right: 3px;
}
.trim-controls {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  margin-top: 17px;
}
.trim-controls label {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 6px;
  font-size: 11px;
  color: #847b75;
  flex: 1;
}
.trim-controls output {
  color: #35322f;
  font-variant-numeric: tabular-nums;
}
.trim-controls input {
  grid-column: 1/-1;
  width: 100%;
  accent-color: var(--coral);
  height: 18px;
  cursor: ew-resize;
}
.demo-hint {
  display: flex;
  justify-content: space-between;
  margin: 12px 0 0;
  font-size: 10px;
  color: #9e9087;
}
.details-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 46px;
  padding: 60px 0 112px;
}
.detail-icon {
  font-size: 24px;
  width: 48px;
  height: 48px;
  border-radius: 13px;
  background: #e9e9e3;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
}
.details-grid h3 {
  font-size: 20px;
  letter-spacing: -0.6px;
  margin: 0 0 13px;
}
.details-grid p {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.7;
  margin: 0;
}
.how-section {
  background: #202124;
  color: #fff;
  padding: 100px 0;
}
.how-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 110px;
}
.how-section .eyebrow {
  font-size: 10px;
  color: #b9b7b5;
  letter-spacing: 2px;
}
.how-section h2 {
  font-size: 48px;
}
.how-section h2 span {
  color: #e79683;
}
.how-intro > p:not(.eyebrow) {
  font-size: 15px;
  color: #b3b1b1;
  line-height: 1.8;
  margin: 25px 0;
}
.light {
  background: #f3f0e9;
  color: #303030;
  font-size: 13px;
  padding: 15px 20px;
}
.how-preview {
  margin-top: 38px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  height: 190px;
}
.how-preview > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 65%;
}
.how-preview > span {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  border-radius: 8px;
  background: #f8f6f0e8;
  color: #373833;
  padding: 12px 13px;
  font-size: 12px;
  backdrop-filter: blur(10px);
  display: flex;
  gap: 10px;
  align-items: center;
}
.how-preview i {
  font-style: normal;
  background: #c5dacb;
  color: #466b52;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
}
.steps {
  list-style: none;
  padding: 0;
  margin: 0;
}
.steps li {
  display: flex;
  gap: 24px;
  padding: 0 0 34px;
  margin: 0 0 35px;
  border-bottom: 1px solid #fff2;
}
.steps li:last-child {
  border: 0;
  margin: 0;
  padding: 0;
}
.step-no {
  font-size: 13px;
  color: #c68a7c;
  border: 1px solid #fff3;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
}
.steps h3 {
  font-size: 24px;
  letter-spacing: -0.8px;
  margin: 2px 0 12px;
}
.steps p {
  font-size: 14px;
  line-height: 1.7;
  color: #aaa9aa;
  margin: 0;
}
.step-ui {
  display: flex;
  gap: 12px;
  align-items: center;
  border: 1px solid #fff2;
  background: #ffffff07;
  padding: 12px;
  border-radius: 8px;
  color: #979599;
  font-size: 11px;
  margin-top: 20px;
}
.step-ui kbd {
  margin-left: auto;
  font: inherit;
  border: 1px solid #fff2;
  padding: 2px 5px;
  border-radius: 4px;
  color: #ccc;
}
.step-chips {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}
.step-chips span {
  font-size: 10px;
  letter-spacing: 1px;
  border: 1px solid #fff3;
  border-radius: 6px;
  padding: 7px 14px;
  color: #c5c1c2;
}
.step-chips span:first-child {
  background: #d8907d;
  color: #262526;
  border-color: transparent;
}
.step-complete {
  color: #abcaab;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.step-complete span {
  height: 22px;
  width: 22px;
  border: 1px solid #a2c29e50;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.faq-section {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 80px;
  padding: 112px 0;
}
.faq-heading h2 {
  font-size: 45px;
  letter-spacing: -2.3px;
}
.faq-heading > p:last-child {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
  margin-top: 25px;
}
.faq-items {
  border-top: 1px solid var(--line);
}
.faq-items details {
  border-bottom: 1px solid var(--line);
}
.faq-items summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  line-height: 1.45;
  gap: 22px;
  padding: 24px 0;
  letter-spacing: -0.25px;
}
.faq-items summary::-webkit-details-marker {
  display: none;
}
.faq-items summary span {
  font-size: 22px;
  font-weight: 400;
  color: #8a8a84;
  transition: transform 0.2s;
}
.faq-items details[open] summary span {
  transform: rotate(45deg);
}
.faq-items details > div {
  padding: 0 34px 24px 0;
}
.faq-items details p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.8;
  margin: 0;
}
.closing {
  background: #ebe8e1;
  border: 1px solid #e3dfd5;
  border-radius: 24px;
  text-align: center;
  padding: 50px 20px 44px;
  margin-bottom: 70px;
}
.closing > img {
  margin: 0 auto 25px;
  transform: rotate(-8deg);
  filter: drop-shadow(0 8px 9px #43242518);
}
.closing .eyebrow {
  font-size: 10px;
  letter-spacing: 2px;
  color: #847870;
  margin: 0 0 21px;
}
.closing h2 {
  font-size: clamp(42px, 5.6vw, 74px);
  line-height: 1.02;
  letter-spacing: -3.8px;
  margin: 0 0 30px;
}
.closing h2 span {
  color: #aa7566;
}
.closing-meta {
  font-size: 11px;
  color: #9c8f85;
  margin: 18px 0 0;
}
.footer {
  margin-top: 0;
}
.footer > div {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 12px;
}
.privacy-link {
  padding: 0;
  border: 0;
  background: none;
  color: inherit;
  font-size: inherit;
}
.reveal {
  transition:
    opacity 0.7s var(--ease),
    transform 0.9s var(--ease);
}
.motion-ready .reveal:not(.is-visible) {
  opacity: 0;
  transform: translateY(22px);
}
@media (max-width: 1000px) {
  .how-inner {
    gap: 50px;
  }
  .how-section h2 {
    font-size: 42px;
  }
  .faq-section {
    gap: 48px;
  }
  .platform-list {
    justify-content: center;
    gap: 22px 28px;
  }
  .platform-list > span {
    font-size: 18px;
  }
  .card-copy {
    padding: 30px 25px 20px;
  }
  .format-visual {
    padding: 15px 24px 30px;
  }
  .trim-visual {
    padding: 36px 25px 25px;
  }
  .clip-counter strong {
    font-size: 65px;
  }
  .clip-counter {
    gap: 12px;
  }
  .clip-counter > span {
    font-size: 13px;
  }
  .section-heading > p {
    font-size: 14px;
  }
  .footer > span {
    display: none;
  }
}
@media (max-width: 700px) {
  .section-shell {
    width: calc(100% - 40px);
  }
  .platforms {
    padding: 42px 0 52px;
  }
  .platforms > p {
    font-size: 12px;
    margin-bottom: 25px;
  }
  .platform-list {
    gap: 20px 25px;
  }
  .platform-list > span {
    font-size: 17px;
  }
  .features {
    padding-top: 64px;
  }
  .section-heading {
    display: block;
    margin-bottom: 34px;
  }
  .section-heading h2 {
    font-size: 43px;
    letter-spacing: -2px;
  }
  .section-heading > p {
    font-size: 15px;
    margin-top: 24px;
  }
  .section-heading > p br {
    display: none;
  }
  .feature-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .feature-card {
    min-height: 0;
  }
  .card-copy {
    padding: 30px 26px 18px;
  }
  .card-copy h3 {
    font-size: 30px;
  }
  .card-copy p {
    font-size: 15px;
  }
  .format-visual {
    padding: 14px 25px 28px;
  }
  .format-media {
    height: 220px;
  }
  .trim-visual {
    padding: 26px 25px 30px;
  }
  .clip-counter strong {
    font-size: 74px;
  }
  .details-grid {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 46px 4px 65px;
  }
  .details-grid article {
    display: grid;
    grid-template-columns: 46px 1fr;
    column-gap: 19px;
  }
  .detail-icon {
    grid-row: 1/3;
    width: 42px;
    height: 42px;
    margin: 0;
  }
  .details-grid h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .details-grid p {
    grid-column: 2;
    font-size: 15px;
  }
  .how-section {
    padding: 62px 0;
  }
  .how-inner {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .how-section h2 {
    font-size: 44px;
    letter-spacing: -2.2px;
  }
  .how-intro > p:not(.eyebrow) {
    font-size: 15px;
  }
  .how-preview {
    height: 210px;
    margin-top: 30px;
  }
  .steps li {
    gap: 17px;
    padding-bottom: 28px;
    margin-bottom: 28px;
  }
  .steps h3 {
    font-size: 23px;
  }
  .steps p {
    font-size: 15px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 66px 0;
  }
  .faq-heading h2 {
    font-size: 41px;
    letter-spacing: -2px;
  }
  .faq-heading > p:last-child {
    font-size: 15px;
  }
  .faq-heading > p:last-child br {
    display: none;
  }
  .faq-items summary {
    font-size: 15px;
    padding: 22px 0;
  }
  .faq-items details p {
    font-size: 14px;
  }
  .closing {
    width: calc(100% - 28px);
    padding: 42px 16px 35px;
    margin-bottom: 30px;
  }
  .closing h2 {
    font-size: 46px;
    letter-spacing: -2.4px;
  }
  .closing > img {
    width: 82px;
    height: 82px;
  }
  .footer {
    padding-top: 25px;
    margin-inline: auto;
    gap: 20px;
    justify-content: center;
  }
  .footer > div {
    gap: 23px;
    width: 100%;
    justify-content: center;
    margin-bottom: 6px;
  }
  .footer .brand {
    font-size: 15px;
  }
  .footer > div > a,
  .privacy-link {
    font-size: 12px;
  }
}
/* Let the desktop grow with the native-style preview when trim/progress expand. */
.desktop-scene {
  height: max(596px, calc(var(--panel-height, 480px) + 90px));
  transition: height 0.3s var(--ease);
}
.coral {
  background: #cf413b;
}
.hero h1 span {
  color: #dc5149;
}
.hero-desc {
  color: #6e6e68;
}
:root {
  --muted: #6d6d68;
}
@media (max-width: 650px) {
  .desktop-scene {
    height: max(630px, calc(var(--panel-height, 480px) + 184px));
  }
}
