@import url("https://fonts.googleapis.com/css2?family=Newsreader:opsz,wght@6..72,500;6..72,600;6..72,700&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap");

:root {
  color-scheme: light;
  --bg: #fbfcfb;
  --bg-soft: #f4f8f5;
  --surface: #ffffff;
  --surface-soft: #f8fbf9;
  --ink: #07383a;
  --ink-soft: #254d50;
  --muted: #667d80;
  --line: rgba(7, 56, 58, 0.12);
  --line-strong: rgba(7, 56, 58, 0.2);
  --brand: #075f5f;
  --brand-dark: #003d43;
  --brand-light: #2f8b78;
  --sage: #e4efe8;
  --sage-strong: #bfd8ca;
  --focus: rgba(7, 95, 95, 0.36);
  --shadow: 0 24px 70px -52px rgba(2, 40, 44, 0.32);
  --shadow-card: 0 18px 54px -42px rgba(2, 40, 44, 0.34);
  --radius: 8px;
  --container: 1180px;
  --font-sans: "Plus Jakarta Sans", "Avenir Next", "Segoe UI", sans-serif;
  --font-serif: "Newsreader", "Iowan Old Style", "Palatino Linotype", serif;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--font-sans);
  color: var(--ink);
  line-height: 1.55;
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

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

a:hover {
  color: var(--brand);
}

button,
input,
select,
textarea {
  font: inherit;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}

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

.skip-link {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 20;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  transform: translateY(-180%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.nav {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(7, 56, 58, 0.08);
  backdrop-filter: blur(18px);
}

.nav-inner {
  display: flex;
  align-items: center;
  gap: 28px;
  min-height: 78px;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  flex: 0 0 auto;
}

.logo-mark {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
}

.logo-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.logo-name {
  display: grid;
  line-height: 1.02;
}

.logo-name strong {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.logo-name span {
  color: var(--muted);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  flex: 1 1 auto;
  font-size: 14px;
  font-weight: 600;
}

.nav-links a[aria-current="page"] {
  color: var(--brand);
}

.nav-cta {
  display: flex;
  gap: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid var(--line-strong);
  border-radius: 6px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  cursor: pointer;
  background: var(--surface);
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    border-color 160ms ease,
    background 160ms ease;
}

.btn svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
}

.btn:hover {
  transform: translateY(-1px);
  color: var(--brand-dark);
  border-color: var(--brand-light);
  box-shadow: var(--shadow-card);
}

.btn.primary {
  background: var(--brand-dark);
  border-color: var(--brand-dark);
  color: #fff;
}

.btn.primary:hover {
  color: #fff;
  background: var(--brand);
}

.btn.secondary,
.btn.ghost {
  background: #fff;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  background: #fff;
}

.nav-toggle svg {
  width: 22px;
  height: 22px;
  margin: auto;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
}

.mobile-menu {
  display: none;
  padding: 12px 0 18px;
  border-top: 1px solid var(--line);
}

.mobile-menu a {
  display: block;
  padding: 12px 0;
  font-weight: 700;
}

.mobile-menu .btn {
  display: flex;
  width: 100%;
  min-height: 48px;
  margin-top: 4px;
  padding: 0 16px;
  text-align: center;
}

.mobile-menu .btn + .btn {
  margin-top: 0;
}

.section,
.hero {
  position: relative;
  padding: clamp(58px, 7vw, 104px) 0;
}

.hero {
  padding-top: clamp(44px, 5vw, 76px);
}

.section-soft,
.section-final,
.section-strip {
  background: rgba(244, 248, 245, 0.82);
  border-top: 1px solid rgba(7, 56, 58, 0.06);
  border-bottom: 1px solid rgba(7, 56, 58, 0.06);
}

.section-ai {
  background: var(--bg-soft);
  border-top: 1px solid rgba(7, 56, 58, 0.06);
  border-bottom: 1px solid rgba(7, 56, 58, 0.06);
}

.section-pricing-plans {
  padding-top: clamp(26px, 4vw, 56px);
}

.hero-grid,
.split-section,
.specialties-grid,
.contact-layout,
.final-grid,
.pricing-grid,
.specialties-wide {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: clamp(34px, 5vw, 78px);
}

.hero-copy h1 {
  margin: 0 0 24px;
  font-family: var(--font-serif);
  font-size: clamp(49px, 6vw, 92px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.93;
}

.page-hero .hero-copy h1 {
  font-size: clamp(42px, 5vw, 76px);
}

.lede,
.section-copy {
  margin: 0;
  color: var(--ink-soft);
  font-size: clamp(17px, 1.2vw, 21px);
  line-height: 1.65;
  max-width: 42rem;
}

.section-copy {
  font-size: 16.5px;
}

.section-title {
  margin: 0 0 18px;
  font-family: var(--font-serif);
  font-size: clamp(35px, 4vw, 60px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.98;
}

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

.cta-row,
.signal-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.cta-row {
  margin-top: 30px;
}

.signal-row {
  margin-top: 36px;
}

.signal-row span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 700;
}

.signal-row svg,
.icon svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--brand);
  background: var(--sage);
}

.hero-media,
.media-stack {
  position: relative;
}

.hero-frame,
.media-frame {
  overflow: hidden;
  border: 1px solid rgba(7, 56, 58, 0.1);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.hero-frame img,
.media-frame img {
  width: 100%;
  aspect-ratio: 1.42 / 1;
  object-fit: cover;
}

.hero-scribe-frame img {
  aspect-ratio: 1.58 / 1;
  object-position: 64% 50%;
}

.float-card {
  position: absolute;
  z-index: 2;
  width: min(242px, 42%);
  padding: 16px;
  border: 1px solid rgba(7, 56, 58, 0.1);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow-card);
}

.float-card strong {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
}

.float-card p,
.float-card li {
  margin: 7px 0;
  color: var(--ink-soft);
  font-size: 12px;
  line-height: 1.45;
}

.float-card p span {
  color: var(--muted);
  font-weight: 700;
}

.float-card a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  color: var(--brand);
  font-size: 12px;
  font-weight: 800;
}

.float-card svg {
  width: 15px;
  height: 15px;
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
}

.schedule-card {
  top: 26px;
  left: -18px;
}

.scribe-listen-card {
  top: 28px;
  left: 24px;
  width: min(272px, 43%);
}

.ask-card {
  top: 46px;
  right: -16px;
}

.note-card {
  right: 38px;
  bottom: -28px;
}

.hero-media-home .note-card {
  right: auto;
  bottom: -10px;
  left: 34px;
  width: min(294px, 46%);
}

.mini-waveform {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 5px;
  align-items: center;
  height: 42px;
  margin-top: 14px;
  color: var(--brand);
}

.mini-waveform span {
  display: block;
  height: 16px;
  border-radius: 999px;
  background: currentColor;
  opacity: 0.74;
}

.mini-waveform span:nth-child(2) {
  height: 28px;
}

.mini-waveform span:nth-child(3) {
  height: 20px;
}

.mini-waveform span:nth-child(4) {
  height: 34px;
}

.mini-waveform span:nth-child(5) {
  height: 24px;
}

.mini-waveform span:nth-child(6) {
  height: 14px;
}

.migration-card {
  left: 24px;
  bottom: 26px;
}

.strip-title {
  margin: 0 0 20px;
  font-family: var(--font-serif);
  font-size: clamp(26px, 3vw, 36px);
}

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

.workflow-step,
.stage-card,
.feature-panel,
.resource-card,
.price-panel,
.specialty-detail,
.product-preview,
.migration-panel,
.contact-form,
.contact-details,
.faq-list details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-card);
}

.workflow-step {
  position: relative;
  display: grid;
  gap: 12px;
  min-height: 168px;
  padding: 26px 20px 20px;
}

.step-index {
  position: absolute;
  top: 16px;
  left: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color: #fff;
  background: var(--brand-light);
  font-size: 12px;
  font-weight: 800;
}

.workflow-step .icon {
  margin-top: 24px;
}

.workflow-step h3,
.stage-card h3,
.feature-panel h2,
.resource-card h2,
.story-columns h2 {
  margin: 0;
  font-size: 20px;
  line-height: 1.15;
}

.workflow-step p,
.stage-card p,
.feature-panel p,
.resource-card p,
.story-columns p,
.price-panel p,
.faq-list p,
.specialty-row p,
.contact-list,
.legal-body p {
  margin: 8px 0 0;
  color: var(--ink-soft);
  font-size: 14px;
}

.stage-grid,
.platform-grid,
.resource-grid,
.story-columns,
.pricing-note-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

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

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

.pricing-heading {
  margin-bottom: 28px;
}

.pricing-kicker {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--brand);
  background: var(--sage);
  font-size: 12px;
  font-weight: 800;
}

.pricing-cards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.stage-card,
.feature-panel,
.resource-card,
.price-panel,
.specialty-detail,
.product-preview,
.migration-panel,
.contact-form,
.contact-details,
.story-columns article {
  padding: 26px;
}

.price-panel {
  display: flex;
  min-height: 100%;
  flex-direction: column;
}

.price-panel.is-featured {
  border-color: rgba(7, 95, 95, 0.42);
  box-shadow: 0 24px 70px -42px rgba(7, 95, 95, 0.42);
}

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

.price-topline h2 {
  margin: 0;
  font-size: 22px;
  line-height: 1.1;
}

.price-topline span {
  flex: 0 0 auto;
  padding: 6px 9px;
  border-radius: 6px;
  color: #fff;
  background: var(--brand-light);
  font-size: 11px;
  font-weight: 800;
}

.price-amount {
  display: grid;
  gap: 4px;
  margin: 22px 0 4px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.price-amount strong {
  font-family: var(--font-serif);
  font-size: clamp(42px, 4vw, 58px);
  line-height: 0.95;
}

.price-amount span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.price-panel .check-list {
  flex: 1 1 auto;
}

.price-panel .btn {
  width: 100%;
  margin-top: 22px;
}

.stage-head {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 24px;
}

.stage-head span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-bottom: 8px;
  border-radius: 50%;
  color: #fff;
  background: var(--brand-light);
  font-size: 12px;
  font-weight: 800;
}

.stage-items {
  display: grid;
  gap: 14px;
}

.stage-items div {
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.section-copy-block {
  max-width: 560px;
}

.specialty-list {
  display: grid;
  margin-top: 28px;
  border-top: 1px solid var(--line);
}

.specialty-row {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.specialty-row h3 {
  margin: 0;
  font-size: 19px;
}

.trust-band {
  display: grid;
  grid-template-columns: 0.8fr 2fr;
  gap: 36px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.82);
}

.trust-items {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.trust-items article {
  padding-left: 18px;
  border-left: 1px solid var(--line);
}

.trust-items h3 {
  margin: 12px 0 0;
  font-size: 15px;
}

.trust-items p {
  margin: 8px 0 0;
  color: var(--ink-soft);
  font-size: 13px;
}

.final-grid {
  grid-template-columns: 0.8fr 0.62fr 0.8fr;
}

.migration-panel ol,
.check-list,
.contact-list {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.migration-panel li,
.check-list li,
.contact-list li {
  position: relative;
  margin: 12px 0;
  padding-left: 34px;
  color: var(--ink-soft);
  font-size: 14px;
}

.migration-panel li span,
.check-list li::before {
  position: absolute;
  left: 0;
  top: -1px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #fff;
  background: var(--brand-light);
  font-size: 12px;
  font-weight: 800;
}

.check-list li::before {
  content: "";
  top: 0;
  width: 18px;
  height: 18px;
  background:
    linear-gradient(135deg, transparent 48%, #fff 49% 55%, transparent 56%),
    var(--brand-light);
}

.contact-form {
  display: grid;
  gap: 16px;
}

.form-brand {
  justify-self: end;
  font-family: var(--font-serif);
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}

.field {
  display: grid;
  gap: 8px;
}

.field span {
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid var(--line-strong);
  border-radius: 6px;
  padding: 12px 13px;
  color: var(--ink);
  background: #fff;
  font-size: 14px;
}

.field textarea {
  resize: vertical;
}

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

.form-note,
.form-status {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.form-note {
  display: flex;
  gap: 8px;
  align-items: center;
}

.form-note svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  fill: none;
}

.form-status.is-success {
  color: var(--brand);
}

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

.product-preview {
  display: grid;
  grid-template-columns: 132px 1fr;
  min-height: 330px;
  padding: 0;
  overflow: hidden;
}

.preview-sidebar {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 24px;
  color: #fff;
  background: var(--brand-dark);
  font-weight: 800;
}

.preview-sidebar span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 600;
}

.preview-main {
  padding: 24px;
}

.preview-bar,
.preview-lines span {
  display: block;
  height: 12px;
  border-radius: 4px;
  background: var(--sage);
}

.preview-bar {
  width: 70%;
  margin-bottom: 28px;
}

.preview-lines {
  display: grid;
  gap: 12px;
  margin: 22px 0;
}

.preview-lines span:nth-child(2) {
  width: 86%;
}

.preview-lines span:nth-child(3) {
  width: 64%;
}

.preview-lines span:nth-child(4) {
  width: 72%;
}

.ai-console,
.ai-feature-strip article,
.ai-figure {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow-card);
}

.ai-console {
  display: grid;
  gap: 0;
  overflow: hidden;
}

.ai-console-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.ai-console-top strong {
  font-family: var(--font-serif);
  font-size: 26px;
  line-height: 1;
}

.ai-status,
.scribe-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--brand);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.ai-status span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--brand-light);
}

.ai-chat {
  display: grid;
  gap: 14px;
  padding: 20px;
}

.chat-row {
  display: grid;
  gap: 8px;
  max-width: 86%;
}

.chat-row span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.chat-row p {
  margin: 0;
  padding: 13px 14px;
  border-radius: 8px;
  color: var(--ink-soft);
  background: var(--surface-soft);
  font-size: 14px;
  line-height: 1.5;
}

.chat-row.answer {
  justify-self: end;
}

.chat-row.answer p {
  color: var(--ink);
  background: var(--sage);
}

.source-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.source-row span {
  padding: 6px 8px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--brand);
  background: #fff;
}

.scribe-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 20px;
  border-top: 1px solid var(--line);
  background: var(--bg-soft);
}

.scribe-card h3 {
  margin: 7px 0 0;
  font-size: 20px;
  line-height: 1.15;
}

.scribe-card p {
  margin: 8px 0 0;
  color: var(--ink-soft);
  font-size: 14px;
}

.scribe-actions {
  display: flex;
  gap: 8px;
}

.scribe-actions button {
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid var(--line-strong);
  border-radius: 6px;
  color: var(--ink);
  background: #fff;
  font-size: 13px;
  font-weight: 800;
}

.scribe-actions button:last-child {
  color: #fff;
  border-color: var(--brand-dark);
  background: var(--brand-dark);
}

.ai-feature-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 34px 0 22px;
}

.ai-feature-strip article {
  padding: 22px;
}

.ai-feature-strip h3 {
  margin: 16px 0 0;
  font-size: 18px;
  line-height: 1.2;
}

.ai-feature-strip p {
  margin: 8px 0 0;
  color: var(--ink-soft);
  font-size: 14px;
}

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

.ai-figure {
  overflow: hidden;
  margin: 0;
}

.ai-figure img {
  width: 100%;
  aspect-ratio: 1.42 / 1;
  object-fit: cover;
}

.ai-figure figcaption {
  padding: 14px 16px 16px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
}

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

.faq-list details {
  padding: 20px;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 800;
}

.resource-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: var(--brand);
  font-size: 14px;
  font-weight: 800;
}

.resource-card svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
}

.legal-body {
  max-width: 850px;
}

.legal-body h2 {
  margin: 34px 0 0;
  font-size: 24px;
}

.legal-body p {
  font-size: 16px;
  line-height: 1.75;
}

.footer {
  padding: 54px 0 32px;
  border-top: 1px solid var(--line);
  background: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.7fr 0.7fr;
  gap: 36px;
}

.footer p,
.footer small {
  color: var(--muted);
  font-size: 13px;
}

.footer h2 {
  margin: 0 0 14px;
  font-size: 13px;
  text-transform: uppercase;
}

.footer-links {
  display: grid;
  gap: 10px;
  font-size: 14px;
  font-weight: 700;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: space-between;
  margin-top: 42px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.reveal {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 520ms ease,
    transform 520ms ease;
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

@media (max-width: 1080px) {
  .nav-links,
  .nav-cta {
    display: none;
  }

  .nav-inner {
    justify-content: space-between;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .mobile-menu.is-open {
    display: grid;
  }

  .hero-grid,
  .split-section,
  .specialties-grid,
  .contact-layout,
  .final-grid,
  .pricing-grid,
  .specialties-wide,
  .trust-band {
    grid-template-columns: 1fr;
  }

  .workflow-strip,
  .platform-grid,
  .resource-grid,
  .stage-grid,
  .trust-items,
  .story-columns,
  .pricing-note-grid,
  .ai-feature-strip,
  .ai-image-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .float-card {
    position: relative;
    inset: auto;
    width: 100%;
    margin-top: 12px;
  }

  .hero-media-home .note-card {
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
  }

  .hero-media {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .hero-media .hero-frame {
    grid-column: 1 / -1;
  }
}

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

  .hero,
  .section {
    padding: 46px 0;
  }

  .hero-copy h1,
  .page-hero .hero-copy h1 {
    font-size: clamp(42px, 14vw, 58px);
    line-height: 0.96;
  }

  .workflow-strip,
  .platform-grid,
  .resource-grid,
  .stage-grid,
  .trust-items,
  .story-columns,
  .pricing-note-grid,
  .ai-feature-strip,
  .ai-image-grid,
  .hero-media {
    grid-template-columns: 1fr;
  }

  .workflow-step {
    min-height: unset;
  }

  .trust-items article {
    padding-left: 0;
    padding-top: 16px;
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .product-preview {
    grid-template-columns: 1fr;
  }

  .scribe-card {
    grid-template-columns: 1fr;
  }

  .scribe-actions {
    width: 100%;
  }

  .scribe-actions button {
    flex: 1 1 0;
  }

  .chat-row {
    max-width: 100%;
  }

  .preview-sidebar {
    display: flex;
    flex-wrap: wrap;
  }

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

@media (max-width: 480px) {
  .nav-inner {
    min-height: 78px;
    gap: 14px;
  }

  .logo {
    gap: 10px;
  }

  .logo-mark {
    width: 34px;
    height: 34px;
  }

  .logo-name strong {
    font-size: 20px;
  }

  .logo-name span {
    font-size: 9px;
  }

  .hero-copy h1,
  .page-hero .hero-copy h1 {
    font-size: clamp(39px, 13vw, 52px);
  }

  .section-title {
    font-size: clamp(32px, 11vw, 46px);
  }

  .btn {
    min-height: 48px;
    padding: 0 18px;
  }

  .stage-card,
  .feature-panel,
  .resource-card,
  .price-panel,
  .specialty-detail,
  .product-preview,
  .migration-panel,
  .contact-form,
  .contact-details,
  .story-columns article,
  .trust-band {
    padding: 22px;
  }

  .form-note {
    align-items: flex-start;
  }

  .form-note svg {
    flex: 0 0 auto;
    margin-top: 2px;
  }
}
