:root {
  --bg: #0d1416;
  --bg-deep: #080d10;
  --panel: #111820;
  --panel-soft: #151e27;
  --line: #26313a;
  --line-warm: rgba(201, 121, 47, 0.35);
  --cream: #f4f1ea;
  --muted: #a8b0b8;
  --muted-2: #75818c;
  --copper: #c9792f;
  --copper-light: #d99a55;
  --blue: #8fb7c7;
  --danger: #4a1f1e;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 20% 0%, rgba(201, 121, 47, 0.16), transparent 28rem),
    radial-gradient(circle at 80% 10%, rgba(143, 183, 199, 0.12), transparent 24rem),
    linear-gradient(135deg, var(--bg-deep), var(--bg) 45%, #101815);
  color: var(--cream);
  font-family: Georgia, "Times New Roman", serif;
}

a {
  color: inherit;
}

.site-header,
.site-footer {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.site-header {
  padding: 24px 0;
}

.site-footer {
  padding: 34px 0 42px;
  border-top: 1px solid rgba(244, 241, 234, 0.08);
  color: var(--muted);
}

.site-footer nav,
.nav {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.nav a,
.site-footer a {
  color: var(--muted);
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 0.95rem;
  text-decoration: none;
}

.nav a:hover,
.site-footer a:hover {
  color: var(--cream);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--cream);
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-weight: 800;
  text-decoration: none;
}

.brand-mark {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--copper), var(--blue));
  box-shadow: 0 0 0 5px rgba(201, 121, 47, 0.1);
}

.hero,
.section,
.privacy-band,
.cta,
.doc-page {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 28px;
  align-items: stretch;
  padding: 24px 0 72px;
}

.hero-card,
.phone-preview,
.privacy-band,
.cta,
.doc-card {
  background: rgba(17, 24, 32, 0.86);
  border: 1px solid var(--line);
  border-radius: 32px;
  box-shadow: var(--shadow);
}

.hero-card {
  min-height: 620px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(32px, 7vw, 78px);
  position: relative;
  overflow: hidden;
}

.hero-card::after {
  content: "";
  position: absolute;
  inset: auto -15% -35% 35%;
  height: 320px;
  background: radial-gradient(circle, rgba(201, 121, 47, 0.16), transparent 68%);
  pointer-events: none;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--copper-light);
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 780px;
  margin-bottom: 20px;
  font-size: clamp(4rem, 11vw, 8.4rem);
  line-height: 0.9;
  letter-spacing: -0.08em;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(2.2rem, 5vw, 4.8rem);
  line-height: 0.96;
  letter-spacing: -0.06em;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.45rem;
  line-height: 1.05;
}

.hero-copy {
  max-width: 680px;
  color: var(--muted);
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: clamp(1.25rem, 2vw, 1.9rem);
  line-height: 1.35;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-weight: 800;
  text-decoration: none;
}

.button.primary {
  background: linear-gradient(135deg, var(--copper), var(--copper-light));
  color: #070a0d;
}

.button.secondary {
  background: var(--panel-soft);
  border: 1px solid var(--line);
  color: var(--cream);
}

.button.gold {
  background: linear-gradient(135deg, #8f5a22, #f0bd72 55%, #c9792f);
  color: #070a0d;
  box-shadow: 0 12px 30px rgba(201, 121, 47, 0.18);
}

.button.full {
  width: 100%;
}

.quiet-note {
  color: var(--muted-2);
  font-family: "Trebuchet MS", Verdana, sans-serif;
}

.demo-console {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: clamp(22px, 4vw, 46px);
  border: 1px solid var(--line);
  border-radius: 32px;
  box-shadow: var(--shadow);
  background:
    linear-gradient(180deg, rgba(17, 24, 32, 0.88), rgba(13, 20, 22, 0.92)),
    repeating-linear-gradient(135deg, rgba(244, 241, 234, 0.035) 0 1px, transparent 1px 13px);
  overflow: hidden;
}

.demo-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.demo-header span {
  border: 1px solid rgba(217, 154, 85, 0.22);
  border-radius: 999px;
  background: rgba(201, 121, 47, 0.12);
  color: #f0bd72;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 0.84rem;
  font-weight: 800;
  padding: 8px 12px;
}

.demo-step {
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(14, 20, 29, 0.86);
  padding: 16px;
}

.demo-step h2 {
  margin: 4px 0 14px;
  font-size: clamp(1.45rem, 3vw, 2.2rem);
  letter-spacing: -0.04em;
}

.demo-number {
  color: var(--copper-light);
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 0.78rem;
  font-weight: 900;
}

.demo-button {
  width: 100%;
  border: 0;
  border-radius: 999px;
  background: var(--copper);
  color: #070a0d;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  padding: 14px 18px;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease;
}

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

.demo-button:disabled {
  cursor: wait;
  transform: none;
}

.demo-button.is-generating {
  background: #070a0d;
  color: var(--cream);
  box-shadow: inset 0 0 0 1px rgba(244, 241, 234, 0.1);
}

.record-button.is-recording {
  background: #35d06f;
}

.share-button {
  background: linear-gradient(135deg, var(--copper), var(--copper-light));
}

.demo-timer {
  margin: 12px 0 0;
  color: var(--cream);
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 1.9rem;
  font-weight: 900;
  text-align: center;
}

.preview-kicker {
  color: var(--copper-light);
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.audio-row,
.output-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--panel-soft);
  padding: 13px 14px;
  margin-bottom: 12px;
}

.audio-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: var(--cream);
  font-family: "Trebuchet MS", Verdana, sans-serif;
}

.audio-row small {
  color: var(--muted);
}

.progress-track {
  height: 8px;
  border-radius: 999px;
  background: rgba(244, 241, 234, 0.08);
  margin-top: 12px;
  overflow: hidden;
}

.progress-track span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--copper), #f0bd72);
  transition: width 420ms ease;
}

.transcribe-note {
  margin: 10px 0 0;
  color: var(--muted);
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 0.9rem;
}

.roller {
  position: relative;
  max-height: 220px;
  display: grid;
  gap: 4px;
  border: 1px solid rgba(217, 154, 85, 0.22);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(13, 20, 22, 0.88), rgba(21, 30, 39, 0.98) 42%, rgba(21, 30, 39, 0.98) 58%, rgba(13, 20, 22, 0.88)),
    var(--panel-soft);
  padding: 50px 10px;
  margin-bottom: 12px;
  overflow-y: auto;
  scroll-padding: 50px 0;
  scroll-snap-type: y mandatory;
  scrollbar-color: var(--copper) rgba(244, 241, 234, 0.08);
}

.roller::-webkit-scrollbar {
  width: 6px;
}

.roller::-webkit-scrollbar-track {
  background: rgba(244, 241, 234, 0.06);
  border-radius: 999px;
}

.roller::-webkit-scrollbar-thumb {
  background: rgba(217, 154, 85, 0.72);
  border-radius: 999px;
}

.roller-option {
  position: relative;
  scroll-snap-align: center;
  border: 1px solid transparent;
  border-radius: 14px;
  background: transparent;
  color: var(--muted);
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  min-height: 44px;
  padding: 10px 12px;
  text-align: center;
  cursor: pointer;
  opacity: 0.74;
}

.roller-option:hover,
.roller-option:focus-visible {
  border-color: rgba(240, 189, 114, 0.34);
  background: rgba(240, 189, 114, 0.1);
  color: var(--cream);
  opacity: 1;
}

.roller-option.is-selected {
  border-color: rgba(240, 189, 114, 0.58);
  background:
    linear-gradient(135deg, rgba(240, 189, 114, 0.24), rgba(201, 121, 47, 0.18));
  color: var(--cream);
  box-shadow: 0 10px 24px rgba(201, 121, 47, 0.16);
  opacity: 1;
}

.output-card {
  margin-top: 12px;
  margin-bottom: 0;
}

.output-card.is-ready {
  border-color: rgba(217, 154, 85, 0.34);
}

.output-card strong {
  display: block;
  margin-bottom: 6px;
  color: var(--cream);
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-weight: 900;
}

.output-card p {
  margin-bottom: 4px;
}

.share-sheet {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: end center;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
}

.share-sheet[hidden] {
  display: none;
}

.share-sheet-panel {
  width: 100%;
  max-height: 78%;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 32, 0.08);
  border-radius: 24px 24px 18px 18px;
  background: rgba(240, 240, 238, 0.96);
  color: #111820;
  padding: 14px 14px 16px;
  box-shadow: var(--shadow);
}

.share-preview {
  display: grid;
  grid-template-columns: 48px 1fr 36px;
  gap: 12px;
  align-items: center;
  padding-bottom: 12px;
}

.share-preview-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: white;
  color: #8b8b8b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.6rem;
}

.share-preview p {
  margin-bottom: 2px;
  color: #111820;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
}

.share-preview small {
  color: #63676b;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 0.76rem;
}

.close-share {
  border: 0;
  border-radius: 50%;
  background: rgba(17, 24, 32, 0.08);
  color: #7a7d80;
  font-size: 1.5rem;
  line-height: 1;
  width: 34px;
  height: 34px;
  cursor: pointer;
}

.share-contacts,
.share-apps {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 76px;
  gap: 12px;
  overflow: hidden;
  padding: 14px 0;
  border-top: 1px solid rgba(17, 24, 32, 0.12);
}

.share-contacts span,
.share-apps span {
  display: grid;
  justify-items: center;
  gap: 8px;
  color: #111820;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 0.76rem;
  text-align: center;
}

.share-contacts strong,
.share-apps strong {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: linear-gradient(135deg, #aeb4c1, #757d8c);
  color: white;
  font-size: 1.2rem;
}

.share-contacts small {
  min-height: 30px;
  color: #111820;
}

.share-apps strong {
  border-radius: 16px;
  background: white;
  color: #1682f3;
  box-shadow: inset 0 0 0 1px rgba(17, 24, 32, 0.08);
  font-size: 0.68rem;
}

.share-apps span:nth-child(2) strong {
  color: #1fb84f;
}

.share-apps span:nth-child(3) strong {
  color: #177ee5;
}

.share-apps span:nth-child(4) strong {
  color: #d94535;
}

.share-actions {
  display: grid;
  gap: 8px;
  padding-top: 10px;
  border-top: 1px solid rgba(17, 24, 32, 0.12);
}

.share-actions span {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 48px;
  border-radius: 13px;
  background: white;
  color: #111820;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
  padding: 0 14px;
}

.feature-grid p,
.section-heading p,
.privacy-band p,
.cta p,
.price-card p,
.doc-card p,
.doc-card li {
  color: var(--muted);
  font-family: "Trebuchet MS", Verdana, sans-serif;
  line-height: 1.6;
}

.section {
  padding: 64px 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 28px;
}

.center {
  margin-inline: auto;
  text-align: center;
}

.beta-note {
  max-width: 680px;
  margin: 16px auto 0;
  padding: 14px 18px;
  border: 1px solid rgba(201, 121, 47, 0.32);
  border-radius: 18px;
  background: rgba(201, 121, 47, 0.10);
  color: var(--cream) !important;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.feature-grid article,
.price-card {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(17, 24, 32, 0.78);
  padding: 24px;
}

.step {
  display: inline-flex;
  margin-bottom: 26px;
  color: var(--copper-light);
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-weight: 900;
}

.privacy-band {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 24px;
  align-items: center;
  padding: clamp(24px, 4vw, 44px);
}

.privacy-band h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 4vw, 3.8rem);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
  overflow: hidden;
  border-color: rgba(217, 154, 85, 0.62);
  background:
    radial-gradient(circle at 80% -10%, rgba(217, 154, 85, 0.22), transparent 14rem),
    linear-gradient(180deg, rgba(28, 28, 22, 0.94), rgba(17, 24, 32, 0.84));
  box-shadow: 0 0 0 1px rgba(217, 154, 85, 0.22), 0 34px 90px rgba(0, 0, 0, 0.42);
}

.price-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, #8f5a22, #f0bd72, #c9792f);
}

.badge {
  align-self: flex-start;
  margin-bottom: 0;
  padding: 7px 11px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(240, 189, 114, 0.22), rgba(201, 121, 47, 0.13));
  border: 1px solid rgba(240, 189, 114, 0.28);
  color: #f0bd72 !important;
  font-size: 0.8rem;
  font-weight: 900;
}

.plan {
  margin-bottom: -6px;
  color: var(--cream) !important;
  font-weight: 900;
}

.price-card h3 {
  font-size: 2.6rem;
}

.price-card h3 span {
  color: var(--muted);
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.minute-pill {
  width: 100%;
  border-radius: 16px;
  background: rgba(244, 241, 234, 0.055);
  border: 1px solid rgba(217, 154, 85, 0.18);
  color: var(--cream);
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  padding: 14px 16px;
}

.price-card .minute-pill {
  background: rgba(240, 189, 114, 0.12);
  border-color: rgba(240, 189, 114, 0.34);
  color: #fff3d4;
}

.best-for {
  min-height: 78px;
}

ul {
  padding-left: 20px;
}

.price-card li {
  margin-bottom: 10px;
  color: var(--muted);
  font-family: "Trebuchet MS", Verdana, sans-serif;
}

.cta {
  margin-top: 48px;
  margin-bottom: 72px;
  padding: clamp(28px, 5vw, 56px);
  text-align: center;
}

.cta p {
  max-width: 720px;
  margin-inline: auto;
}

.doc-page {
  padding: 36px 0 72px;
}

.doc-card {
  max-width: 860px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 58px);
}

.doc-card h1 {
  font-size: clamp(3rem, 7vw, 5.6rem);
}

.doc-card h2 {
  margin-top: 34px;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
}

.doc-card a {
  color: var(--blue);
}

.support-form-grid {
  display: grid;
  gap: 18px;
  margin: 34px 0;
}

.support-form {
  display: grid;
  gap: 14px;
  border: 1px solid rgba(217, 154, 85, 0.24);
  border-radius: 24px;
  background:
    radial-gradient(circle at 90% -20%, rgba(217, 154, 85, 0.12), transparent 12rem),
    rgba(13, 20, 22, 0.42);
  padding: 22px;
}

.support-form h2 {
  margin-top: 0;
}

.support-form label {
  display: grid;
  gap: 8px;
  color: var(--cream);
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-weight: 800;
}

.support-form input,
.support-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(244, 241, 234, 0.06);
  color: var(--cream);
  font: inherit;
  padding: 13px 14px;
}

.support-form textarea {
  resize: vertical;
}

.support-form input:focus,
.support-form textarea:focus {
  outline: 2px solid rgba(217, 154, 85, 0.42);
  border-color: rgba(217, 154, 85, 0.58);
}

.form-status {
  min-height: 22px;
  margin: 0;
  color: var(--muted);
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 0.95rem;
}

.form-status.is-success {
  color: #9ee6b7;
}

.form-status.is-error {
  color: #f0bd72;
}

@media (max-width: 920px) {
  .hero,
  .privacy-band,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

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

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

}

@media (max-width: 640px) {
  .site-header,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav {
    gap: 12px;
  }

  .hero {
    padding-top: 10px;
  }

  h1 {
    font-size: clamp(3.5rem, 18vw, 5.4rem);
  }

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

  .hero-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }
}
