@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  --bg: #0b1017;
  --bg-soft: #101821;
  --bg-muted: #121b26;
  --panel: #172331;
  --panel-soft: #1c2b39;
  --line: rgba(198, 216, 232, 0.16);
  --line-strong: rgba(198, 216, 232, 0.28);
  --text: #f4f7fb;
  --text-soft: rgba(244, 247, 251, 0.78);
  --text-muted: rgba(244, 247, 251, 0.62);
  --teal: #4cc9c2;
  --teal-deep: #234e59;
  --amber: #f2a65a;
  --amber-deep: #563a22;
  --blue: #7aa7ff;
  --green: #9fe3b1;
  --danger: #ff9a9a;
  --ink: #071018;
  --shadow: 0 20px 64px rgba(0, 0, 0, 0.35);
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  color: var(--text);
  background:
    linear-gradient(180deg, #0a0e14 0%, #0e141a 42%, #0a0e14 100%);
  font-family: "Inter", "Segoe UI", "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, .eyebrow, .btn, .nav-cta, .plan-label {
  font-family: "Outfit", "Inter", sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), transparent 75%);
}

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

button,
input {
  font: inherit;
}

:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 3px;
}

.container {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.skip-to-content {
  position: absolute;
  top: 10px;
  left: -999px;
  z-index: 200;
  padding: 10px 16px;
  border-radius: 6px;
  background: var(--teal);
  color: var(--ink);
  font-weight: 800;
}

.skip-to-content:focus {
  left: 12px;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid var(--line);
  background: rgba(10, 14, 20, 0.85);
  backdrop-filter: blur(16px);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  gap: 20px;
}

.nav-brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  min-width: 0;
  font-weight: 800;
}

.nav-icon,
.footer-icon {
  color: var(--teal);
}

.nav-links {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 20px;
}

.nav-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  min-width: 44px;
  color: var(--text-soft);
  font-size: 0.9rem;
  font-weight: 700;
}

.nav-links a:hover {
  color: var(--text);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 6px;
  background: var(--teal);
  color: var(--ink) !important;
}

.nav-hamburger {
  display: none;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 102;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: transparent;
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
}

.nav-hamburger span {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--teal);
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.nav[data-nav-open] .nav-hamburger span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav[data-nav-open] .nav-hamburger span:nth-child(2) {
  opacity: 0;
}

.nav[data-nav-open] .nav-hamburger span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.hero {
  padding: 50px 0 32px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(340px, 0.82fr);
  align-items: center;
  gap: 40px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--teal);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 720px;
  margin-bottom: 22px;
  font-size: clamp(2.6rem, 5.2vw, 4.35rem);
  line-height: 0.98;
  font-weight: 800;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  line-height: 1.08;
  font-weight: 800;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.28rem;
  line-height: 1.2;
}

.hero-subtitle,
.section-lede,
.section-heading p,
.feature-copy p,
.pricing-heading p,
.pricing-note {
  color: var(--text-soft);
}

.hero-subtitle {
  max-width: 680px;
  margin-bottom: 28px;
  font-size: 1.06rem;
}

.hero-actions,
.section-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.hero-actions {
  margin-bottom: 22px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.16s ease, border-color 0.16s ease, background 0.16s ease;
}

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

.btn-primary {
  background: var(--amber);
  color: var(--ink);
  box-shadow: 0 12px 32px rgba(242, 166, 90, 0.22);
}

.btn-outline {
  border-color: var(--line-strong);
  color: var(--text);
  background: rgba(255, 255, 255, 0.035);
}

.btn-muted,
.btn:disabled {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.05);
  color: var(--text-muted);
  cursor: not-allowed;
  box-shadow: none;
}

.btn:disabled:hover {
  transform: none;
}

.btn-lg {
  min-height: 52px;
  padding-inline: 24px;
}

.btn-block {
  width: 100%;
}

.hero-chips,
.language-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.hero-chips li,
.language-list li {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 11px;
  color: var(--text-soft);
  background: rgba(255, 255, 255, 0.045);
  font-size: 0.82rem;
  font-weight: 700;
}

.product-visual {
  min-width: 0;
}

.visual-window {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  background: #0e1620;
  box-shadow: var(--shadow);
}

.visual-titlebar {
  display: flex;
  gap: 7px;
  padding: 14px;
  border-bottom: 1px solid var(--line);
  background: #111d28;
}

.visual-titlebar span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--amber);
}

.visual-titlebar span:nth-child(2) {
  background: var(--teal);
}

.visual-titlebar span:nth-child(3) {
  background: var(--blue);
}

.visual-shell {
  display: grid;
  grid-template-columns: 64px 1fr;
  min-height: 330px;
}

.visual-rail {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 22px 18px;
  border-right: 1px solid var(--line);
  background: #0c131b;
}

.visual-rail span {
  height: 28px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
}

.visual-rail .rail-active {
  background: var(--teal);
}

.visual-stage {
  min-width: 0;
  padding: 26px;
}

.visual-header {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 30px;
  color: var(--text-soft);
  font-weight: 800;
}

.visual-header strong {
  color: var(--green);
}

.waveform {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 112px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(76, 201, 194, 0.12), rgba(122, 167, 255, 0.08));
}

.waveform span {
  flex: 1;
  min-width: 6px;
  border-radius: 999px;
  background: var(--teal);
}

.waveform span:nth-child(1) { height: 30px; }
.waveform span:nth-child(2) { height: 74px; }
.waveform span:nth-child(3) { height: 48px; }
.waveform span:nth-child(4) { height: 94px; }
.waveform span:nth-child(5) { height: 62px; }
.waveform span:nth-child(6) { height: 108px; }
.waveform span:nth-child(7) { height: 72px; }
.waveform span:nth-child(8) { height: 42px; }
.waveform span:nth-child(9) { height: 90px; }
.waveform span:nth-child(10) { height: 56px; }
.waveform span:nth-child(11) { height: 82px; }
.waveform span:nth-child(12) { height: 36px; }

.workflow-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.workflow-steps span {
  min-height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--text-soft);
  font-size: 0.82rem;
  font-weight: 800;
}

.visual-caption {
  margin: 12px 0 0;
  color: var(--text-muted);
  font-size: 0.86rem;
}

.section-band,
.feature-section,
.pricing,
.final-cta {
  padding: 100px 0;
  border-top: 1px solid var(--line);
}

.section-muted {
  background: rgba(255, 255, 255, 0.025);
}

.centered {
  text-align: center;
}

.centered .section-lede,
.centered h2 {
  margin-inline: auto;
}

.centered .section-actions {
  justify-content: center;
}

.section-lede {
  max-width: 760px;
  margin-bottom: 30px;
}

.media-frame {
  aspect-ratio: 16 / 9;
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 0;
  overflow: hidden;
  border: 1px dashed rgba(76, 201, 194, 0.42);
  border-radius: 8px;
  padding: 28px;
  background:
    linear-gradient(135deg, rgba(76, 201, 194, 0.12), rgba(242, 166, 90, 0.08)),
    #101821;
  text-align: center;
}

.media-frame-large {
  max-width: 920px;
  margin: 0 auto 24px;
}

.media-frame strong {
  display: block;
  margin: 8px 0;
  font-size: 1.25rem;
}

.media-frame p {
  max-width: 460px;
  margin: 0;
  color: var(--text-muted);
}

.media-kicker {
  display: inline-block;
  color: var(--amber);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.feature-centered {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.feature-copy-centered {
  margin-bottom: 40px;
}

.feature-copy-centered h2 {
  margin-inline: auto;
}

.feature-copy-centered p {
  margin-inline: auto;
  max-width: 600px;
}

.check-list-centered {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 24px;
}

.check-list-centered li {
  width: auto;
}

.media-frame-hero {
  aspect-ratio: 16 / 9;
  max-height: 500px;
}

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

.feature-grid-reverse .feature-copy {
  order: 2;
}

.feature-copy p {
  font-size: 1.02rem;
}

.check-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
  text-align: left;
}

.check-list li {
  position: relative;
  padding-left: 24px;
  color: var(--text-soft);
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background: var(--teal);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 14px;
  margin-top: 26px;
}

.trust-item,
.pricing-card,
.trial-panel,
.faq-list details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

.trust-item {
  padding: 20px;
}

.trust-item h3 {
  font-size: 1rem;
}

.trust-item p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.92rem;
}

.pricing-heading {
  max-width: 780px;
  margin-bottom: 20px;
}

.pricing-context-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

.pricing-context-panel p {
  margin: 0;
}

.pricing-context-kicker {
  color: var(--text);
  font-weight: 800;
}

.pricing-context-copy {
  margin-top: 4px !important;
  color: var(--text-soft);
  font-size: 0.88rem;
}

.pricing-context-status {
  margin-top: 6px !important;
  color: var(--text-muted);
  font-size: 0.74rem;
}

.pricing-context-status[data-state="loading"] {
  color: var(--blue);
}

.pricing-context-status[data-state="success"] {
  color: var(--green);
}

.pricing-context-status[data-state="warning"] {
  color: var(--amber);
}

.pricing-switch {
  display: grid;
  grid-template-columns: repeat(2, minmax(76px, 1fr));
  gap: 6px;
  padding: 5px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(7, 16, 24, 0.42);
}

.pricing-switch button {
  min-height: 38px;
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 0 14px;
  color: var(--text-soft);
  background: transparent;
  font-weight: 800;
  cursor: pointer;
}

.pricing-switch button[aria-pressed="true"] {
  color: var(--ink);
  background: var(--teal);
}

.pricing-switch button:hover {
  border-color: var(--line-strong);
  color: var(--text);
}

.pricing-switch button[aria-pressed="true"]:hover {
  color: var(--ink);
}

.trial-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.48fr);
  gap: 18px;
  align-items: center;
  padding: 18px 20px;
  margin-bottom: 14px;
  background: linear-gradient(135deg, rgba(76, 201, 194, 0.065), rgba(18, 27, 38, 0.88));
  scroll-margin-top: 90px;
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

@keyframes highlight-fade {
  0% { box-shadow: 0 0 0 0 rgba(76, 201, 194, 0.4); border-color: rgba(76, 201, 194, 0.6); }
  20% { box-shadow: 0 0 20px 4px rgba(76, 201, 194, 0.25); border-color: rgba(76, 201, 194, 0.8); }
  100% { box-shadow: 0 0 0 0 rgba(76, 201, 194, 0); border-color: var(--line); }
}

#trial-access:target {
  animation: highlight-fade 2.5s ease-out;
}

.trial-panel:focus-within {
  border-color: rgba(76, 201, 194, 0.4);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.trial-panel h3 {
  font-size: 1.38rem;
}

.trial-panel p {
  margin-bottom: 0;
  color: var(--text-soft);
  font-size: 0.93rem;
}

.trial-panel-action {
  display: grid;
  gap: 6px;
}

.trial-form {
  display: grid;
  gap: 10px;
}

.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.hp-field * {
  width: 1px;
  height: 1px;
}

.trial-form label {
  display: grid;
  gap: 6px;
  color: var(--text-soft);
  font-size: 0.86rem;
  font-weight: 800;
}

.trial-form input {
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 0 12px;
  background: rgba(255, 255, 255, 0.065);
  color: var(--text);
}

.trial-form input:disabled {
  color: var(--text-muted);
  opacity: 0.88;
}

.trial-privacy,
.trial-form-status {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

.trial-form-status[data-state="loading"] {
  color: var(--blue);
}

.trial-form-status[data-state="success"] {
  color: var(--green);
}

.trial-form-status[data-state="error"] {
  color: var(--danger);
}

.trial-download-link[hidden] {
  display: none;
}

.trial-modal {
  width: min(520px, calc(100% - 32px));
  max-height: min(760px, calc(100vh - 32px));
  padding: 0;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  color: var(--text);
  background: transparent;
  box-shadow: var(--shadow);
}

.trial-modal::backdrop {
  background: rgba(7, 16, 24, 0.76);
  backdrop-filter: blur(7px);
}

.trial-modal-card {
  position: relative;
  padding: 30px;
  background:
    linear-gradient(135deg, rgba(76, 201, 194, 0.1), rgba(242, 166, 90, 0.08)),
    var(--panel);
}

.trial-modal-card h2 {
  padding-right: 34px;
  font-size: clamp(1.75rem, 4vw, 2.35rem);
}

.trial-modal-copy {
  margin-bottom: 22px;
  color: var(--text-soft);
}

.trial-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.045);
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 1;
}

.trial-modal-close:hover {
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, 0.08);
}

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

.pricing-card {
  display: flex;
  flex-direction: column;
  padding: 22px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pricing-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.pricing-card-founder.pricing-card-featured:hover {
  transform: translateY(-10px);
}

.pricing-card-featured {
  position: relative;
  padding: 32px 26px 26px;
  border-color: rgba(76, 201, 194, 0.45);
  background: linear-gradient(180deg, rgba(76, 201, 194, 0.12), rgba(255, 255, 255, 0.045));
  box-shadow: 0 0 40px rgba(76, 201, 194, 0.15);
}

.badge-featured {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--teal);
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 800;
  padding: 4px 12px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.pricing-card-founder {
  border-color: rgba(242, 166, 90, 0.45);
  background: linear-gradient(180deg, rgba(242, 166, 90, 0.12), rgba(255, 255, 255, 0.045));
}

.pricing-card-founder.pricing-card-featured {
  border-color: rgba(242, 166, 90, 0.7);
  background:
    radial-gradient(circle at 50% 0%, rgba(242, 166, 90, 0.28), transparent 58%),
    linear-gradient(180deg, rgba(242, 166, 90, 0.16), rgba(255, 255, 255, 0.045));
  box-shadow:
    0 0 0 1px rgba(242, 166, 90, 0.22),
    0 24px 70px rgba(0, 0, 0, 0.32),
    0 0 54px rgba(242, 166, 90, 0.2);
  transform: translateY(-8px);
}

.pricing-card-founder.pricing-card-featured .badge-featured {
  min-width: max-content;
  background: var(--amber);
  color: var(--ink);
}

.plan-label {
  margin-bottom: 8px;
  color: var(--teal);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.74rem;
}

.pricing-card h3 {
  font-size: 2rem;
}

.pricing-card-founder.pricing-card-featured h3 {
  font-size: clamp(2.25rem, 4vw, 3.05rem);
}

.plan-period {
  color: var(--text-muted);
  margin-bottom: 4px;
}

.pricing-card .check-list {
  flex: 1;
  gap: 12px;
  margin-top: 20px;
  margin-bottom: 24px;
}

.pricing-card:not(.pricing-card-featured) .check-list {
  gap: 12px;
}

.pricing-card:not(.pricing-card-featured) .check-list li {
  padding-left: 20px;
  font-size: 0.98rem;
}

.founder-value-callout {
  display: grid;
  gap: 4px;
  margin: 16px 0 6px;
  padding: 14px;
  border: 1px solid rgba(242, 166, 90, 0.34);
  border-radius: 8px;
  background: rgba(242, 166, 90, 0.12);
}

.founder-value-callout strong {
  color: var(--amber);
  font-size: 1.05rem;
}

.founder-value-callout span,
.founder-card-note {
  color: var(--text-muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.founder-card-note {
  margin: 0 0 18px;
}

.founder-app-button {
  margin-top: auto;
}

.pricing-note {
  max-width: 800px;
  margin: 34px auto 0;
  font-size: 0.76rem;
  color: var(--text-muted);
  text-align: center;
  line-height: 1.4;
  opacity: 0.82;
}

.checkout-note {
  margin: auto 0 0;
  padding-top: 24px;
  color: var(--text-muted);
  font-size: 0.82rem;
  text-align: center;
}

.faq-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.58fr) minmax(0, 1fr);
  gap: 42px;
}

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

.faq-list details {
  padding: 0 18px;
}

.faq-list summary {
  cursor: pointer;
  min-height: 54px;
  padding: 18px 0;
  font-weight: 800;
}

.faq-list p {
  margin-bottom: 18px;
  color: var(--text-soft);
}

.final-cta {
  border-bottom: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(76, 201, 194, 0.1), rgba(242, 166, 90, 0.08));
}

.section-band + .section-band,
.feature-section + .feature-section {
  border-top-color: rgba(198, 216, 232, 0.08);
}

.footer {
  padding: 30px 0;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.footer-copy {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.86rem;
}

.checkout-page {
  min-height: 100vh;
}

.checkout-result {
  min-height: calc(100vh - 96px);
  display: flex;
  align-items: center;
  padding: 96px 0 60px;
}

.checkout-result-inner {
  width: 100%;
}

.checkout-result-card {
  max-width: 780px;
  margin: 0 auto;
  padding: 40px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.checkout-result-card-success {
  border-color: rgba(159, 227, 177, 0.34);
}

.checkout-title {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
}

.checkout-copy {
  max-width: 640px;
  color: var(--text-soft);
  font-size: 1.05rem;
}

.checkout-next-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0;
}

.checkout-step-card {
  display: flex;
  gap: 12px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

.checkout-step-number {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: var(--teal);
  color: var(--ink);
  font-weight: 800;
}

.checkout-step-card h2 {
  margin: 0 0 4px;
  font-size: 0.95rem;
}

.checkout-step-card p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.86rem;
}

.checkout-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

@media (max-width: 960px) {
  .hero-grid,
  .feature-grid,
  .trial-panel,
  .pricing-context-panel,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .pricing-context-panel {
    align-items: stretch;
    flex-direction: column;
  }

  .pricing-switch {
    max-width: 280px;
  }

  .feature-grid-reverse .feature-copy {
    order: 0;
  }

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

  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 540px;
    margin-inline: auto;
  }

  .pricing-card-founder {
    grid-column: auto;
  }

  .faq-grid {
    gap: 16px;
  }
}

@media (max-width: 840px) {
  .nav-hamburger {
    display: flex;
  }

  .nav[data-nav-open] {
    backdrop-filter: none;
  }

  .nav-links {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 101;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 80px 20px 32px;
    background: #0a0e14;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }

  .nav[data-nav-open] .nav-links {
    opacity: 1;
    visibility: visible;
  }

  .nav-links a {
    justify-content: flex-start;
    min-height: 56px;
    padding: 0 8px;
    font-size: 1.15rem;
    font-weight: 700;
    border-bottom: 1px solid var(--line);
  }

  .nav-links a:last-child {
    border-bottom: none;
  }

  .nav-links .nav-cta {
    margin-top: 16px;
    justify-content: center;
    border-bottom: none;
    border-radius: 6px;
  }
}

@media (max-width: 720px) {
  .container {
    width: min(100% - 28px, 1160px);
  }

  .nav-inner {
    min-height: 58px;
    gap: 12px;
  }

  .nav-brand span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .nav-cta {
    flex: 0 0 auto;
    min-height: 44px;
    padding-inline: 13px;
    font-size: 0.84rem;
    white-space: nowrap;
  }

  .hero {
    padding-top: 52px;
  }

  h1 {
    font-size: 2.65rem;
  }

  .hero-subtitle,
  .section-lede,
  .feature-copy p,
  .pricing-note,
  .faq-item p,
  .visual-caption {
    overflow-wrap: anywhere;
  }

  .hero-actions,
  .section-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .visual-shell {
    grid-template-columns: 38px minmax(0, 1fr);
    min-height: 280px;
  }

  .visual-rail {
    gap: 10px;
    padding: 18px 11px;
  }

  .visual-rail span {
    height: 26px;
  }

  .visual-stage {
    padding: 16px;
  }

  .visual-header {
    gap: 10px;
    margin-bottom: 22px;
    font-size: 0.86rem;
  }

  .waveform {
    gap: 5px;
    min-height: 96px;
    padding: 14px;
  }

  .waveform span {
    min-width: 3px;
  }

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

  .workflow-steps span {
    padding-inline: 8px;
    font-size: 0.78rem;
  }

  .section-band,
  .feature-section,
  .pricing,
  .final-cta {
    padding: 56px 0;
  }

  .feature-copy-centered {
    margin-bottom: 24px;
  }

  .media-frame {
    aspect-ratio: 3 / 2;
    padding: 20px;
  }

  .trust-item {
    padding: 22px 20px;
  }

  .trust-item p {
    font-size: 0.88rem;
    line-height: 1.5;
  }

  .media-frame strong {
    font-size: 1rem;
  }

  .media-frame p {
    font-size: 0.78rem;
    line-height: 1.35;
  }

  .trust-grid,
  .pricing-grid,
  .checkout-next-steps {
    grid-template-columns: 1fr;
  }

  .pricing-card-founder {
    grid-column: auto;
  }

  .trial-panel,
  .pricing-card,
  .checkout-result-card {
    padding: 20px;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .container {
    width: min(100% - 28px, 1160px);
  }

  .nav-brand span {
    max-width: 178px;
  }

  .nav-cta {
    padding-inline: 12px;
  }

  .hero {
    padding-top: 44px;
  }

  h1 {
    font-size: 2rem;
    line-height: 1.05;
  }

  h2 {
    font-size: 1.75rem;
    line-height: 1.1;
  }

  .hero-subtitle {
    font-size: 0.95rem;
  }

  .hero-actions {
    margin-bottom: 16px;
  }

  .feature-copy-centered h2 {
    margin-bottom: 12px;
  }

  .hero-chips {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    justify-items: center;
  }

  .hero-chips li {
    width: 100%;
    justify-content: center;
    padding: 5px 4px;
    font-size: 0.72rem;
  }

  .visual-shell {
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .visual-stage {
    padding: 14px;
  }

  .workflow-steps {
    gap: 8px;
  }
}

@media (max-width: 375px) {
  .pricing-card h3 {
    font-size: 1.1rem;
  }

  .pricing-price {
    font-size: 2.2rem;
  }

  .trial-panel,
  .pricing-card,
  .checkout-result-card {
    padding: 16px;
  }
}
