:root {
  color-scheme: light;
  --ink: #17151f;
  --muted: #696575;
  --line: #e7e2ed;
  --soft: #f8f6fb;
  --soft-purple: #f2edff;
  --purple: #6f35e6;
  --purple-dark: #4e1fb0;
  --violet: #934cff;
  --indigo: #314ddf;
  --green: #237a5a;
  --paper: #ffffff;
  --shadow: 0 24px 70px rgba(43, 28, 79, 0.14);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  background: var(--paper);
  color: var(--ink);
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
}

img {
  height: auto;
  max-width: 100%;
}

a {
  color: inherit;
}

a:focus-visible,
summary:focus-visible {
  outline: 3px solid #ffbd3d;
  outline-offset: 4px;
}

.skip-link {
  background: var(--ink);
  color: #fff;
  left: 18px;
  padding: 10px 14px;
  position: fixed;
  top: -90px;
  z-index: 100;
}

.skip-link:focus {
  top: 18px;
}

.site-header {
  align-items: center;
  backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 24px;
  grid-template-columns: auto 1fr auto;
  min-height: 72px;
  padding: 0 6vw;
  position: sticky;
  top: 0;
  z-index: 30;
}

.brand,
.footer-brand {
  align-items: center;
  display: inline-flex;
  gap: 11px;
}

.brand {
  font-size: 18px;
  font-weight: 800;
  text-decoration: none;
}

.brand-icon {
  border: 1px solid #e3deea;
  border-radius: 10px;
  height: 38px;
  width: 38px;
}

.site-header nav,
.site-footer nav {
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 700;
  gap: 22px;
}

.site-header nav {
  justify-content: flex-end;
}

nav a {
  text-decoration: none;
}

nav a:hover {
  color: var(--ink);
}

.header-cta {
  background: var(--purple);
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  padding: 10px 14px;
  text-decoration: none;
  white-space: nowrap;
}

.cta-short {
  display: none;
}

.header-cta:hover,
.button.primary:hover {
  background: var(--purple-dark);
}

main {
  overflow: hidden;
}

.hero {
  align-items: center;
  background:
    radial-gradient(circle at 92% 10%, rgba(123, 60, 235, 0.12), transparent 34%),
    radial-gradient(circle at 45% 80%, rgba(49, 77, 223, 0.07), transparent 28%),
    #fff;
  display: grid;
  gap: 64px;
  grid-template-columns: minmax(0, 1.02fr) minmax(390px, 0.88fr);
  min-height: 790px;
  padding: 64px 6vw 72px;
}

.hero-copy {
  max-width: 820px;
  min-width: 0;
}

.hero-icon {
  border: 1px solid #e2ddea;
  border-radius: 25px;
  box-shadow: 0 18px 50px rgba(58, 34, 117, 0.15);
  display: block;
  height: 104px;
  margin-bottom: 28px;
  width: 104px;
}

.eyebrow,
.feature-kicker,
.mini-label {
  color: var(--purple-dark);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.085em;
  text-transform: uppercase;
}

.eyebrow {
  margin: 0 0 13px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  font-size: clamp(70px, 9vw, 118px);
  letter-spacing: -0.065em;
  line-height: 0.88;
  margin-bottom: 22px;
}

h2 {
  font-size: clamp(36px, 4.8vw, 64px);
  letter-spacing: -0.045em;
  line-height: 1.01;
  margin-bottom: 22px;
  max-width: 980px;
}

h3 {
  font-size: 22px;
  letter-spacing: -0.015em;
  line-height: 1.18;
  margin-bottom: 10px;
}

.hero-promise {
  font-size: clamp(29px, 3.3vw, 46px);
  font-weight: 760;
  letter-spacing: -0.035em;
  line-height: 1.07;
  margin-bottom: 22px;
  max-width: 760px;
}

.lead,
.section-lead {
  color: var(--muted);
  line-height: 1.56;
}

.lead {
  font-size: clamp(18px, 1.75vw, 23px);
  max-width: 760px;
}

.section-lead {
  font-size: 18px;
  max-width: 810px;
}

.hero-actions,
.status-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-actions {
  margin-top: 30px;
}

.button {
  align-items: center;
  border-radius: 10px;
  display: inline-flex;
  font-weight: 790;
  justify-content: center;
  min-height: 50px;
  padding: 0 19px;
  text-decoration: none;
}

.button.primary {
  background: var(--purple);
  color: #fff;
}

.button.secondary {
  background: #fff;
  border: 1px solid #cec6da;
  color: var(--ink);
}

.button.secondary:hover {
  border-color: var(--purple);
  color: var(--purple-dark);
}

.prototype-note {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
  margin: 15px 0 0;
  max-width: 640px;
}

.product-preview {
  display: grid;
  gap: 18px;
  justify-self: center;
  max-width: 560px;
  min-width: 0;
  width: 100%;
}

.preview-window {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  max-width: 100%;
  min-width: 0;
}

.camera-window {
  border-radius: 34px;
  overflow: hidden;
  padding: 16px;
}

.window-bar {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 3px 4px 14px;
}

.window-title {
  font-size: 14px;
  font-weight: 800;
}

.recording-status {
  align-items: center;
  background: #fff0f1;
  border-radius: 999px;
  color: #a12531;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  gap: 6px;
  padding: 6px 9px;
}

.recording-status i {
  background: #e53848;
  border-radius: 50%;
  height: 7px;
  width: 7px;
}

.dual-camera {
  background: #1c1725;
  border-radius: 23px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 350px;
  overflow: hidden;
  position: relative;
}

.camera-pane {
  min-width: 0;
  overflow: hidden;
  position: relative;
}

.rear-pane {
  background: linear-gradient(145deg, #dad6e3 0%, #9b91ad 47%, #4f455e 100%);
  border-right: 2px solid rgba(255, 255, 255, 0.88);
}

.front-pane {
  background:
    radial-gradient(circle at 52% 28%, rgba(255, 237, 218, 0.94) 0 10%, transparent 10.5%),
    linear-gradient(165deg, #cfc1e7 0%, #755d96 58%, #30283b 100%);
}

.scene {
  inset: 0;
  position: absolute;
}

.scene-rear::before,
.scene-rear::after {
  background: rgba(255, 255, 255, 0.84);
  content: "";
  height: 9px;
  position: absolute;
  transform: rotate(-18deg);
  width: 190px;
}

.scene-rear::before {
  left: -32px;
  top: 96px;
}

.scene-rear::after {
  left: 64px;
  top: 185px;
}

.scene-light {
  background: rgba(255, 255, 255, 0.78);
  border-radius: 50%;
  filter: blur(2px);
  height: 52px;
  position: absolute;
  width: 52px;
}

.light-one {
  left: 24px;
  top: 30px;
}

.light-two {
  right: 22px;
  top: 124px;
}

.desk-line {
  background: rgba(38, 30, 45, 0.42);
  bottom: 45px;
  height: 72px;
  left: -10%;
  position: absolute;
  transform: skewY(-7deg);
  width: 120%;
}

.creator-silhouette {
  bottom: 0;
  height: 84%;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 84%;
}

.creator-head {
  background: linear-gradient(145deg, #f2cbb0, #bb7f64);
  border-radius: 48% 48% 44% 44%;
  height: 112px;
  left: 50%;
  position: absolute;
  top: 28px;
  transform: translateX(-50%);
  width: 92px;
}

.creator-head::before {
  background: #3d3144;
  border-radius: 48% 48% 24% 24%;
  content: "";
  height: 30px;
  left: 1px;
  position: absolute;
  top: -4px;
  width: 90px;
}

.creator-head::after {
  border: 5px solid #3b3140;
  border-radius: 20px;
  content: "";
  height: 23px;
  left: 13px;
  position: absolute;
  top: 43px;
  width: 57px;
}

.creator-body {
  background: linear-gradient(160deg, #273f62, #172034);
  border-radius: 52px 52px 0 0;
  bottom: 0;
  height: 170px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 175px;
}

.camera-label {
  background: rgba(20, 17, 28, 0.68);
  border-radius: 999px;
  bottom: 12px;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  left: 12px;
  padding: 6px 9px;
  position: absolute;
}

.camera-controls {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  padding: 16px 7px 4px;
}

.control-pill {
  color: var(--muted);
  font-size: 12px;
  font-weight: 780;
}

.control-pill:last-child {
  justify-self: end;
}

.record-button {
  align-items: center;
  border: 4px solid #ede9f2;
  border-radius: 50%;
  display: flex;
  height: 64px;
  justify-content: center;
  width: 64px;
}

.record-button i {
  background: #ff3b45;
  border-radius: 50%;
  height: 48px;
  width: 48px;
}

.project-window {
  border-radius: 20px;
  padding: 20px;
}

.project-heading {
  align-items: start;
  display: flex;
  gap: 18px;
  justify-content: space-between;
}

.project-heading > div {
  display: grid;
  gap: 5px;
}

.project-heading strong {
  font-size: 20px;
  letter-spacing: -0.02em;
}

.approved-badge {
  background: #e9f7f0;
  border-radius: 999px;
  color: var(--green);
  flex: 0 0 auto;
  font-size: 11px;
  font-weight: 800;
  padding: 7px 9px;
}

.project-metrics {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 17px;
}

.project-metrics span {
  background: var(--soft);
  border-radius: 10px;
  color: var(--muted);
  display: grid;
  font-size: 10px;
  gap: 2px;
  padding: 9px;
  text-align: center;
}

.project-metrics strong {
  color: var(--ink);
  font-size: 18px;
}

.sequence-preview {
  align-items: center;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 12px;
  grid-template-columns: auto 1fr auto;
  margin-top: 16px;
  padding-top: 16px;
}

.sequence-number {
  align-items: center;
  background: var(--purple);
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 12px;
  font-weight: 850;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.sequence-preview div {
  display: grid;
  gap: 3px;
}

.sequence-preview small {
  color: var(--muted);
}

.sequence-arrow {
  color: var(--purple);
  font-size: 22px;
}

.section {
  border-top: 1px solid var(--line);
  padding: 88px 6vw;
}

.section-heading {
  margin-bottom: 36px;
  max-width: 1000px;
}

.section-heading.compact {
  margin-bottom: 30px;
}

.why-section {
  display: grid;
  gap: 56px;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
}

.why-copy {
  max-width: 850px;
}

.principle-list {
  border-top: 1px solid var(--line);
}

.principle-list article {
  border-bottom: 1px solid var(--line);
  padding: 20px 0;
}

.principle-list span {
  display: block;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 6px;
}

.principle-list p,
.feature-card p,
.privacy-grid p,
.workflow-list p,
.status-section p,
.faq-list p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.58;
  margin-bottom: 0;
}

.workflow-section,
.channels-section,
.status-section {
  background: var(--soft);
}

.workflow-list {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 0;
  max-width: 1030px;
  padding: 0;
}

.workflow-list li {
  align-items: start;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  display: grid;
  gap: 20px;
  grid-template-columns: 44px 1fr;
  padding: 22px;
}

.step-number {
  align-items: center;
  background: linear-gradient(145deg, var(--violet), var(--purple-dark));
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-weight: 850;
  height: 38px;
  justify-content: center;
  width: 38px;
}

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

.feature-card,
.privacy-grid article {
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 24px;
}

.feature-card {
  min-height: 285px;
}

.feature-kicker {
  display: block;
  margin: 18px 0 12px;
}

.feature-icon {
  align-items: center;
  background: var(--soft-purple);
  border: 1px solid #ded2f8;
  border-radius: 13px;
  color: var(--purple-dark);
  display: inline-flex;
  font-size: 20px;
  font-weight: 850;
  height: 48px;
  justify-content: center;
  position: relative;
  width: 48px;
}

.camera-feature::before {
  border: 3px solid var(--purple-dark);
  border-radius: 6px;
  content: "";
  height: 20px;
  width: 28px;
}

.camera-feature::after {
  border: 3px solid var(--purple-dark);
  border-radius: 50%;
  content: "";
  height: 8px;
  position: absolute;
  width: 8px;
}

.transcript-feature::before {
  background: repeating-linear-gradient(to bottom, var(--purple-dark) 0 2px, transparent 2px 7px);
  content: "";
  height: 23px;
  width: 27px;
}

.clip-feature::before {
  border: 3px solid var(--purple-dark);
  border-radius: 5px;
  content: "";
  height: 24px;
  width: 29px;
}

.clip-feature::after {
  border-bottom: 6px solid transparent;
  border-left: 9px solid var(--purple-dark);
  border-top: 6px solid transparent;
  content: "";
  left: 22px;
  position: absolute;
}

.sequence-feature {
  font-size: 14px;
}

.link-feature::before,
.link-feature::after {
  border: 3px solid var(--purple-dark);
  border-radius: 999px;
  content: "";
  height: 12px;
  position: absolute;
  transform: rotate(-36deg);
  width: 22px;
}

.link-feature::before {
  left: 7px;
  top: 15px;
}

.link-feature::after {
  bottom: 15px;
  right: 7px;
}

.channels-section {
  align-items: center;
  display: grid;
  gap: 52px;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
}

.channel-list {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.channel-list span {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  font-size: 16px;
  font-weight: 780;
  padding: 16px 18px;
}

.channel-list span::before {
  background: linear-gradient(145deg, var(--violet), var(--indigo));
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 8px;
  margin-right: 10px;
  width: 8px;
}

.privacy-intro {
  max-width: 960px;
}

.privacy-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 36px;
}

.privacy-grid article {
  background: #fff;
}

.legal-note {
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
  margin: 32px 0 0;
  padding-top: 23px;
}

.legal-note a {
  color: var(--purple-dark);
  font-weight: 730;
}

.status-section {
  align-items: center;
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.status-section h2 {
  margin-bottom: 15px;
}

.status-section p {
  max-width: 800px;
}

.status-actions {
  justify-content: flex-end;
}

.faq-list {
  display: grid;
  gap: 10px;
  max-width: 980px;
}

details {
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 12px;
}

summary {
  cursor: pointer;
  font-size: 18px;
  font-weight: 790;
  list-style: none;
  padding: 20px 22px;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  color: var(--purple);
  content: "+";
  float: right;
  font-size: 24px;
  line-height: 1;
}

details[open] summary::after {
  content: "−";
}

.faq-list p {
  padding: 0 22px 22px;
}

.site-footer {
  align-items: center;
  border-top: 1px solid var(--line);
  color: var(--muted);
  display: flex;
  justify-content: space-between;
  min-height: 94px;
  padding: 18px 6vw;
}

.footer-brand img {
  border: 1px solid var(--line);
  border-radius: 8px;
}

.footer-brand div {
  display: grid;
  gap: 2px;
}

.footer-brand strong {
  color: var(--ink);
  font-size: 15px;
}

.footer-brand span {
  font-size: 13px;
}

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

  .site-header nav {
    display: none;
  }

  .header-cta {
    justify-self: end;
  }

  .hero,
  .why-section,
  .channels-section,
  .status-section {
    grid-template-columns: 1fr;
  }

  .hero > *,
  .why-section > *,
  .channels-section > *,
  .status-section > * {
    min-width: 0;
  }

  .hero {
    min-height: auto;
  }

  .product-preview {
    justify-self: start;
  }

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

  .status-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 700px) {
  .site-header {
    gap: 12px;
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 64px;
    padding: 0 20px;
  }

  .brand {
    font-size: 17px;
  }

  .brand-icon {
    height: 34px;
    width: 34px;
  }

  .header-cta {
    padding: 9px 12px;
  }

  .cta-full {
    display: none;
  }

  .cta-short {
    display: inline;
  }

  .hero,
  .section {
    padding-left: 22px;
    padding-right: 22px;
  }

  .hero {
    gap: 40px;
    padding-bottom: 54px;
    padding-top: 44px;
  }

  .hero-icon {
    height: 90px;
    width: 90px;
  }

  h1 {
    font-size: 70px;
  }

  h2 {
    font-size: 38px;
  }

  .hero-promise {
    font-size: 31px;
  }

  .lead {
    font-size: 18px;
  }

  .hero-actions,
  .status-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .hero-actions .button,
  .status-actions .button {
    width: 100%;
  }

  .camera-window {
    border-radius: 22px;
    padding: 12px;
  }

  .dual-camera {
    min-height: 290px;
    min-width: 0;
  }

  .creator-head {
    height: 94px;
    width: 78px;
  }

  .creator-head::before {
    width: 76px;
  }

  .creator-head::after {
    left: 10px;
    top: 38px;
    width: 49px;
  }

  .creator-body {
    height: 140px;
    width: 145px;
  }

  .project-heading {
    display: grid;
  }

  .approved-badge {
    justify-self: start;
  }

  .project-metrics {
    grid-template-columns: repeat(2, 1fr);
  }

  .section {
    padding-bottom: 66px;
    padding-top: 66px;
  }

  .feature-grid,
  .privacy-grid,
  .channel-list {
    grid-template-columns: 1fr;
  }

  .feature-card {
    min-height: auto;
  }

  .workflow-list li {
    gap: 14px;
    grid-template-columns: 38px 1fr;
    padding: 19px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 19px;
    padding: 25px 22px;
  }

  .site-footer nav {
    gap: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
