.aq-page {
  --aq-navy: #061a2d;
  --aq-navy-soft: #102d46;
  --aq-cyan: #16b9e8;
  --aq-blue: #0867ad;
  background: #f7f3ef;
}

.aq-hero {
  position: relative;
  min-height: 780px;
  overflow: hidden;
  border-top: 1px solid rgba(20, 25, 30, 0.05);
}

.aq-hero::before {
  content: "";
  position: absolute;
  inset: 0 0 0 52%;
  opacity: 0.42;
  background-image:
    linear-gradient(rgba(10, 114, 199, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10, 114, 199, 0.1) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to right, transparent, #000 25%);
  -webkit-mask-image: linear-gradient(to right, transparent, #000 25%);
  pointer-events: none;
}

.aq-hero__grid {
  --aq-hero-inset: max(var(--ap-gutter), calc((100vw - var(--ap-shell)) / 2));
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 780px;
  margin-inline: 0;
  padding-left: var(--aq-hero-inset);
  display: grid;
  grid-template-columns: minmax(0, calc(50vw - var(--aq-hero-inset))) minmax(0, 50vw);
  align-items: stretch;
}

.aq-hero__copy {
  align-self: center;
  padding: 72px clamp(48px, 5vw, 96px) 82px 0;
}

.aq-eyebrow {
  margin: 0 0 30px;
  color: var(--aq-blue);
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.aq-hero h1 {
  max-width: 735px;
  margin: 0;
  color: var(--ap-ink);
  font-size: clamp(64px, 6.39vw, 97px);
  font-weight: 520;
  letter-spacing: -0.03em;
  line-height: 0.93;
}

.aq-hero__lede {
  max-width: 620px;
  margin: 34px 0 0;
  color: var(--ap-ink-soft);
  font-size: clamp(18px, 1.45vw, 21px);
  line-height: 1.52;
}

.aq-hero__offer {
  margin-top: 30px;
  padding: 3px 0 3px 18px;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 5px 11px;
  border-left: 2px solid var(--aq-cyan);
  color: var(--ap-ink-soft);
  font-size: 15px;
  line-height: 1.45;
}

.aq-hero__offer strong {
  color: var(--ap-ink);
  font-weight: 720;
}

.aq-hero__offer b {
  color: var(--aq-blue);
  font-weight: 720;
}

.aq-actions {
  margin-top: 42px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 28px 42px;
}

.aq-actions .ap-button {
  min-width: 286px;
}

.aq-hero__product {
  position: relative;
  min-height: 780px;
  overflow: hidden;
  isolation: isolate;
  background: var(--aq-navy);
}

.aq-hero__product::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(22, 185, 232, 0.18), transparent 28%),
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: auto, 52px 52px, 52px 52px;
}

.aq-hero__logo {
  position: absolute;
  z-index: 8;
  top: 42px;
  left: 44px;
  width: 265px;
  height: auto;
  filter: brightness(0) invert(1);
}

.aq-hero-screen {
  position: absolute;
  height: auto;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 34px 82px rgba(2, 12, 22, 0.42);
}

.aq-hero-screen--preview {
  z-index: 2;
  top: 57%;
  right: -10%;
  width: min(80%, 660px);
  transform: translateY(-30%);
}

.aq-hero-screen--voice {
  z-index: 5;
  top: 52%;
  left: 6%;
  width: min(48%, 390px);
  transform: translateY(-45%);
}

.aq-workflow-strip {
  background: var(--aq-navy);
  color: #fff;
}

.aq-workflow-strip__inner {
  min-height: 126px;
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 48px;
  align-items: center;
}

.aq-workflow-strip p {
  margin: 0;
  color: #93a8ba;
  font-size: 10px;
  font-weight: 720;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.aq-workflow-strip ol {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
}

.aq-workflow-strip li {
  position: relative;
  padding: 20px 28px;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  color: #f5f8fb;
  font-size: 18px;
  font-weight: 620;
}

.aq-workflow-strip li span {
  display: block;
  margin-bottom: 7px;
  color: var(--aq-cyan);
  font-size: 9px;
  letter-spacing: 0.13em;
}

.aq-demo {
  overflow: hidden;
  background: #e8eef1;
}

.aq-demo::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.42;
  background-image:
    linear-gradient(rgba(8, 103, 173, 0.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 103, 173, 0.075) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to right, transparent, #000 24%, #000 88%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, #000 24%, #000 88%, transparent);
  pointer-events: none;
}

.aq-demo > .ap-shell {
  position: relative;
  z-index: 1;
}

.aq-demo [hidden] {
  display: none !important;
}

.aq-demo__heading {
  margin-bottom: clamp(58px, 7vw, 92px);
  display: grid;
  grid-template-columns: 0.34fr minmax(0, 1.06fr) minmax(280px, 0.6fr);
  gap: 32px clamp(46px, 7vw, 108px);
  align-items: end;
}

.aq-demo__heading .aq-eyebrow {
  margin-bottom: 10px;
}

.aq-demo__heading h2 {
  max-width: 850px;
  font-size: clamp(54px, 5.5vw, 84px);
}

.aq-demo__heading h2 span {
  color: var(--aq-blue);
}

.aq-demo__heading > div > p {
  margin: 0;
  color: var(--ap-ink-soft);
  font-size: 17px;
  line-height: 1.55;
}

.aq-demo__heading > div > small {
  margin-top: 15px;
  display: block;
  color: #748087;
  font-size: 11px;
  line-height: 1.5;
}

.aq-demo__workspace {
  position: relative;
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(350px, 0.82fr) 72px minmax(520px, 1.18fr);
  border-top: 1px solid var(--aq-navy);
  border-bottom: 1px solid var(--aq-navy);
  background: #fff;
  box-shadow: 0 34px 90px rgba(19, 42, 56, 0.12);
}

.aq-demo__input,
.aq-demo__output {
  min-width: 0;
  padding: 34px clamp(30px, 3.6vw, 54px) 44px;
}

.aq-demo__input {
  position: relative;
  overflow: hidden;
  background: var(--aq-navy);
  color: #fff;
}

.aq-demo__input::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -150px;
  width: 330px;
  height: 330px;
  border: 1px solid rgba(22, 185, 232, 0.18);
  border-radius: 50%;
  box-shadow: 0 0 0 58px rgba(22, 185, 232, 0.035), 0 0 0 116px rgba(22, 185, 232, 0.02);
  pointer-events: none;
}

.aq-demo__output {
  background: #fff;
}

.aq-demo__panel-top {
  position: relative;
  z-index: 1;
  margin-bottom: 72px;
  padding-bottom: 14px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  color: #86a0b4;
  font-size: 9px;
  font-weight: 740;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.aq-demo__output .aq-demo__panel-top {
  border-color: var(--ap-line);
  color: #778188;
}

.aq-demo__panel-top span:last-child {
  color: var(--aq-cyan);
  text-align: right;
}

.aq-demo__output .aq-demo__panel-top span:last-child {
  color: var(--aq-blue);
}

.aq-demo__overline {
  margin: 0;
  color: #84a2b8;
  font-size: 9px;
  font-weight: 760;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.aq-demo__output .aq-demo__overline {
  color: var(--aq-blue);
}

.aq-demo__input h3,
.aq-demo__output h3 {
  margin: 20px 0 0;
  font-size: clamp(34px, 3vw, 46px);
  font-weight: 440;
  letter-spacing: -0.05em;
  line-height: 1;
}

.aq-demo__input h3 {
  max-width: 420px;
  color: #fff;
}

.aq-demo__output h3 {
  color: var(--ap-ink);
}

.aq-demo__hint {
  max-width: 490px;
  margin: 22px 0 0;
  color: #aab9c6;
  font-size: 15px;
  line-height: 1.58;
}

.aq-demo__record-idle {
  position: relative;
  z-index: 1;
  margin-top: 54px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px 30px;
}

.aq-demo__record-button,
.aq-demo__stop-button,
.aq-demo__sample-button,
.aq-demo__actions button {
  font: inherit;
  cursor: pointer;
}

.aq-demo__record-button {
  width: 154px;
  height: 154px;
  margin-inline: auto;
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 14px;
  border: 1px solid var(--aq-cyan);
  border-radius: 50%;
  background: #0c263d;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 0 0 9px rgba(22, 185, 232, 0.07);
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.aq-demo__record-button > span {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--aq-cyan);
}

.aq-demo__record-button:hover,
.aq-demo__record-button:focus-visible {
  transform: translateY(-3px);
  background: #12344f;
  box-shadow: 0 0 0 13px rgba(22, 185, 232, 0.1);
}

.aq-demo__sample-button {
  padding: 8px 0 9px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.44);
  background: transparent;
  color: #fff;
  font-size: 13px;
  font-weight: 650;
}

.aq-demo__sample-button span {
  margin-left: 18px;
  color: var(--aq-cyan);
}

.aq-demo__privacy {
  position: relative;
  z-index: 1;
  max-width: 460px;
  margin: 48px 0 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: #8298aa;
  font-size: 10px;
  line-height: 1.55;
}

.aq-demo__privacy a {
  margin-left: 5px;
  padding-bottom: 1px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #c3d3df;
  font-weight: 650;
}

.aq-demo__privacy a:hover,
.aq-demo__privacy a:focus-visible {
  border-color: var(--aq-cyan);
  color: #fff;
}

.aq-demo__recording {
  position: relative;
  z-index: 1;
  margin-top: 50px;
}

.aq-demo__recording-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.aq-demo__recording-meta span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.aq-demo__recording-meta i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ff6c66;
  box-shadow: 0 0 0 6px rgba(255, 108, 102, 0.11);
  animation: aq-demo-pulse 1.2s ease-in-out infinite;
}

.aq-demo__recording-meta time {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 0.08em;
}

.aq-demo__waveform {
  height: 110px;
  margin: 28px 0 32px;
  padding: 0 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.aq-demo__waveform i {
  width: 3px;
  height: 16%;
  min-height: 8px;
  background: var(--aq-cyan);
  animation: aq-demo-wave 900ms ease-in-out infinite alternate;
}

.aq-demo__waveform i:nth-child(3n) { animation-delay: -220ms; height: 48%; }
.aq-demo__waveform i:nth-child(4n) { animation-delay: -420ms; height: 72%; }
.aq-demo__waveform i:nth-child(5n) { animation-delay: -610ms; height: 32%; }
.aq-demo__waveform i:nth-child(7n) { animation-delay: -760ms; height: 88%; }

.aq-demo__stop-button {
  width: 154px;
  height: 154px;
  padding: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  border: 1px solid #ff817b;
  border-radius: 50%;
  background: #0c263d;
  color: #fff;
  font-size: 13px;
  font-weight: 680;
  box-shadow: 0 0 0 9px rgba(255, 108, 102, 0.08);
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.aq-demo__stop-button span {
  width: 14px;
  height: 14px;
  background: #ff6c66;
}

.aq-demo__stop-button:hover,
.aq-demo__stop-button:focus-visible {
  transform: translateY(-3px);
  background: #12344f;
  box-shadow: 0 0 0 13px rgba(255, 108, 102, 0.1);
}

.aq-demo__recorded {
  position: relative;
  z-index: 1;
  margin-top: 50px;
}

.aq-demo__recorded-meta {
  padding-bottom: 14px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  color: #dbe7ee;
  font-size: 10px;
  font-weight: 720;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.aq-demo__recorded-meta time {
  color: var(--aq-cyan);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 0.04em;
}

.aq-demo__recorded audio {
  width: 100%;
  height: 48px;
  margin-top: 30px;
  display: block;
  color-scheme: dark;
  accent-color: var(--aq-cyan);
}

.aq-demo__recorded-actions {
  margin-top: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px 24px;
}

.aq-demo__create-button,
.aq-demo__again-button,
.aq-demo__error button {
  font: inherit;
  cursor: pointer;
}

.aq-demo__create-button {
  min-height: 50px;
  padding: 0 20px;
  border: 1px solid var(--aq-cyan);
  background: var(--aq-cyan);
  color: var(--aq-navy);
  font-size: 13px;
  font-weight: 760;
}

.aq-demo__create-button span {
  margin-left: 18px;
}

.aq-demo__again-button,
.aq-demo__error button {
  padding: 8px 0 9px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.44);
  background: transparent;
  color: #fff;
  font-size: 12px;
  font-weight: 650;
}

.aq-demo__recorded-actions button:disabled {
  opacity: 0.48;
  cursor: wait;
}

.aq-demo__submit-error {
  margin: 24px 0 0;
  padding: 14px 16px;
  border-left: 2px solid #ff817b;
  background: rgba(255, 108, 102, 0.08);
  color: #f1d4d2;
  font-size: 12px;
  line-height: 1.55;
}

.aq-demo__transcript-details {
  margin-top: 30px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: #dce7ee;
}

.aq-demo__transcript-details summary {
  width: fit-content;
  color: #fff;
  font-size: 12px;
  font-weight: 650;
  cursor: pointer;
}

.aq-demo__transcript-details blockquote {
  margin: 20px 0 0;
  padding: 0 0 0 16px;
  border-left: 1px solid var(--aq-cyan);
  color: #afc0cc;
  font-size: 13px;
  line-height: 1.58;
}

.aq-demo__error {
  position: relative;
  z-index: 1;
  margin-top: 48px;
}

.aq-demo__error > p:not(.aq-demo__overline) {
  max-width: 440px;
  margin: 24px 0;
  color: #b6c5cf;
  font-size: 14px;
  line-height: 1.6;
}

.aq-demo__transcript blockquote {
  margin: 42px 0 20px;
  padding: 22px 0 22px 22px;
  border-left: 1px solid var(--aq-cyan);
  color: #dce7ee;
  font-size: 16px;
  line-height: 1.6;
}

.aq-demo__transcript > span {
  color: #7f98aa;
  font-size: 9px;
  font-weight: 720;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.aq-demo__connector {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #e8eef1;
}

.aq-demo__connector span {
  width: 7px;
  height: 7px;
  border: 1px solid var(--aq-blue);
  border-radius: 50%;
  background: #e8eef1;
}

.aq-demo__connector i {
  width: 1px;
  height: 76px;
  background: linear-gradient(var(--aq-blue), rgba(8, 103, 173, 0.18));
}

.aq-demo__connector strong {
  margin: 13px 0;
  color: var(--aq-blue);
  font-size: 8px;
  font-weight: 760;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.aq-demo__empty {
  padding: 28px 0 0;
}

.aq-demo__empty h3 {
  max-width: 520px;
}

.aq-demo__empty-lines {
  margin-top: 78px;
  border-top: 1px solid var(--ap-line);
}

.aq-demo__empty-lines span {
  height: 52px;
  display: block;
  border-bottom: 1px solid var(--ap-line-soft);
  background: linear-gradient(90deg, #eef1ef 0 36%, transparent 36% 43%, #f4f5f3 43% 78%, transparent 78%);
  opacity: 0.72;
}

.aq-demo__processing {
  position: relative;
  min-height: 480px;
  padding: 92px 0 0;
}

.aq-demo__processing-node {
  width: 16px;
  height: 16px;
  margin-bottom: 40px;
  display: block;
  border: 3px solid #d5e8f3;
  border-top-color: var(--aq-blue);
  border-radius: 50%;
  animation: aq-demo-spin 950ms linear infinite;
}

.aq-demo__processing h3 {
  max-width: 540px;
}

.aq-demo__progress {
  position: relative;
  height: 2px;
  margin-top: 70px;
  overflow: hidden;
  background: #dce2e4;
}

.aq-demo__progress i {
  position: absolute;
  top: 0;
  left: -32%;
  width: 32%;
  height: 100%;
  background: var(--aq-blue);
  animation: aq-demo-progress 1.55s ease-in-out infinite;
}

.aq-demo__processing ol {
  margin: 13px 0 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  color: #7d898f;
  font-size: 8px;
  font-weight: 720;
  letter-spacing: 0.12em;
  list-style: none;
  text-transform: uppercase;
}

.aq-demo__result {
  padding-bottom: 4px;
}

.aq-demo-quote__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.aq-demo-quote__header h3 {
  margin-top: 12px;
  font-size: clamp(32px, 2.8vw, 42px);
}

.aq-demo-quote__header > span {
  padding: 7px 9px;
  background: #e3f1f8;
  color: var(--aq-blue);
  font-size: 8px;
  font-weight: 760;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.aq-demo-quote__details {
  margin-top: 28px;
  padding: 18px 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 24px;
  border-top: 1px solid var(--ap-line);
  border-bottom: 1px solid var(--ap-line);
}

.aq-demo-quote__details span,
.aq-demo-quote__description > span {
  display: block;
  color: #7b8489;
  font-size: 8px;
  font-weight: 760;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.aq-demo-quote__details strong {
  margin-top: 5px;
  display: block;
  color: var(--ap-ink);
  font-size: 13px;
  font-weight: 670;
  overflow-wrap: anywhere;
}

.aq-demo-quote__description {
  padding: 17px 0 20px;
}

.aq-demo-quote__description p {
  margin: 6px 0 0;
  color: var(--ap-ink-soft);
  font-size: 13px;
  line-height: 1.48;
}

.aq-demo-quote__breakdown {
  border: 1px solid #d7dbd9;
}

.aq-demo-quote__row {
  min-height: 39px;
  padding: 8px 10px;
  display: grid;
  grid-template-columns: minmax(140px, 1fr) 44px 78px 82px;
  gap: 8px;
  align-items: center;
  border-bottom: 1px solid #e1e4e2;
  color: var(--ap-ink-soft);
  font-size: 11px;
}

.aq-demo-quote__row:last-child {
  border-bottom: 0;
}

.aq-demo-quote__row span:not(:first-child) {
  text-align: right;
}

.aq-demo-quote__row--head {
  min-height: 34px;
  background: #f0f1ee;
  color: #6f777b;
  font-size: 8px;
  font-weight: 760;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.aq-demo-quote__totals {
  width: min(100%, 270px);
  margin: 18px 0 0 auto;
}

.aq-demo-quote__totals div {
  padding: 6px 0;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  border-bottom: 1px solid var(--ap-line);
  color: var(--ap-ink-soft);
  font-size: 11px;
}

.aq-demo-quote__totals dt,
.aq-demo-quote__totals dd {
  margin: 0;
}

.aq-demo-quote__totals dd {
  font-weight: 690;
}

.aq-demo-quote__totals div:last-child {
  padding-top: 10px;
  border-bottom-color: var(--ap-ink);
  color: var(--ap-ink);
  font-size: 15px;
}

.aq-demo-quote__progression {
  margin-top: 24px;
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto;
  align-items: center;
  gap: 9px;
  color: #7f898e;
  font-size: 8px;
  font-weight: 740;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.aq-demo-quote__progression i {
  height: 1px;
  background: #ccd3d6;
}

.aq-demo-quote__progression strong {
  color: var(--aq-blue);
  font-weight: 760;
}

.aq-demo__actions {
  margin-top: 25px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px 24px;
}

.aq-demo__actions .ap-button {
  min-height: 50px;
  padding-inline: 19px;
  font-size: 13px;
}

.aq-demo__actions button {
  padding: 7px 0;
  border: 0;
  border-bottom: 1px solid var(--aq-blue);
  background: transparent;
  color: var(--ap-ink);
  font-size: 12px;
  font-weight: 650;
}

.aq-demo__workflow-link {
  margin-top: 19px;
  display: inline-flex;
  gap: 14px;
  color: #66737a !important;
  font-size: 10px;
  font-weight: 650;
}

.aq-demo__record-button:focus-visible,
.aq-demo__sample-button:focus-visible,
.aq-demo__stop-button:focus-visible,
.aq-demo__create-button:focus-visible,
.aq-demo__again-button:focus-visible,
.aq-demo__error button:focus-visible,
.aq-demo__transcript-details summary:focus-visible,
.aq-demo__actions button:focus-visible,
.aq-demo__workflow-link:focus-visible {
  outline: 2px solid var(--aq-cyan);
  outline-offset: 4px;
}

.aq-demo__noscript {
  margin: 18px 0 0;
  color: #66737a;
  font-size: 12px;
}

.aq-demo__workspace[data-demo-state="processing"] .aq-demo__connector i {
  background: linear-gradient(var(--aq-cyan), var(--aq-blue));
  background-size: 100% 200%;
  animation: aq-demo-connector 900ms ease-in-out infinite alternate;
}

.aq-demo__workspace[data-demo-state="processing"] .aq-demo__connector strong,
.aq-demo__workspace[data-demo-state="result"] .aq-demo__connector strong {
  color: #064f85;
}

@keyframes aq-demo-pulse {
  50% { box-shadow: 0 0 0 10px rgba(255, 108, 102, 0.02); }
}

@keyframes aq-demo-wave {
  to { transform: scaleY(0.3); opacity: 0.55; }
}

@keyframes aq-demo-spin {
  to { transform: rotate(360deg); }
}

@keyframes aq-demo-progress {
  0% { transform: translateX(0); }
  100% { transform: translateX(410%); }
}

@keyframes aq-demo-connector {
  to { background-position: 0 100%; }
}

.aq-section {
  position: relative;
  padding: clamp(104px, 9vw, 150px) 0;
  border-top: 1px solid var(--ap-line-soft);
}

.aq-section h2,
.aq-philosophy h2,
.aq-bespoke h2,
.aq-final h2 {
  margin: 0;
  color: var(--ap-ink);
  font-size: clamp(52px, 5.8vw, 88px);
  font-weight: 410;
  letter-spacing: -0.06em;
  line-height: 0.94;
}

.aq-section-label {
  min-height: 190px;
  padding-left: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-left: 1px solid var(--aq-blue);
}

.aq-section-label span {
  color: #858d93;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.aq-problem {
  background: var(--ap-bg-soft);
}

.aq-problem__grid {
  display: grid;
  grid-template-columns: minmax(160px, 0.38fr) minmax(0, 1.1fr) minmax(230px, 0.52fr);
  gap: clamp(48px, 7vw, 112px);
  align-items: start;
}

.aq-problem__copy h2 {
  max-width: 760px;
}

.aq-problem__copy p {
  max-width: 700px;
  margin: 34px 0 0;
  color: var(--ap-muted);
  font-size: 19px;
  line-height: 1.58;
}

.aq-problem__copy p + p {
  margin-top: 14px;
}

.aq-problem__aside {
  margin-top: 18px;
  padding: 26px 0;
  display: grid;
  border-top: 1px solid var(--ap-ink);
  border-bottom: 1px solid var(--ap-ink);
}

.aq-problem__aside span {
  color: #8b9298;
  font-size: 9px;
  font-weight: 720;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.aq-problem__aside strong {
  margin-top: 7px;
  color: var(--ap-ink-soft);
  font-size: 18px;
  font-weight: 560;
}

.aq-problem__aside i {
  width: 1px;
  height: 52px;
  margin: 18px 0 18px 7px;
  background: linear-gradient(var(--aq-blue), rgba(10, 114, 199, 0.1));
}

.aq-steps {
  overflow: hidden;
  padding-top: clamp(56px, 5vw, 80px);
  background: #fff;
}

.aq-heading {
  margin-bottom: clamp(62px, 7vw, 98px);
  display: grid;
  grid-template-columns: 0.38fr 1.05fr 0.57fr;
  gap: 36px clamp(44px, 6vw, 96px);
  align-items: end;
}

.aq-heading h2 {
  max-width: 900px;
}

.aq-heading h2 span {
  color: var(--aq-blue);
  font-weight: 360;
}

.aq-heading > p:last-child {
  margin: 0;
  color: var(--ap-muted);
  font-size: 17px;
  line-height: 1.55;
}

.aq-steps .aq-heading {
  display: block;
  margin-bottom: 0;
}

.aq-steps .aq-heading .aq-eyebrow {
  margin-bottom: 24px;
}

.aq-steps .aq-heading h2 {
  max-width: none;
  text-align: center;
  font-size: clamp(55px, 6.1vw, 92px);
  white-space: nowrap;
}

.aq-steps__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--ap-ink);
}

.aq-step {
  min-width: 0;
  padding: 32px 30px 0;
  border-left: 1px solid var(--ap-line);
}

.aq-step:first-child {
  padding-left: 0;
  border-left: 0;
}

.aq-step:last-child {
  padding-right: 0;
}

.aq-step__copy {
  min-height: 290px;
}

.aq-step__copy > span {
  color: var(--aq-blue);
  font-size: 9px;
  font-weight: 760;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.aq-step h3 {
  margin: 60px 0 18px;
  color: var(--ap-ink);
  font-size: clamp(29px, 2.65vw, 40px);
  font-weight: 440;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.aq-step p {
  max-width: 355px;
  margin: 0;
  color: var(--ap-muted);
  font-size: 15px;
  line-height: 1.6;
}

.aq-step__visual {
  position: relative;
  height: 330px;
  margin: 0;
  overflow: hidden;
  border: 1px solid #d8dbd9;
  background: #f3f4f1;
}

.aq-step__visual img {
  position: absolute;
  max-width: none;
  height: auto;
  box-shadow: 0 20px 50px rgba(20, 25, 30, 0.12);
  transition: transform 320ms ease;
}

.aq-step__visual--voice img {
  top: 30px;
  left: 24px;
  width: 142%;
}

.aq-step__visual--edit img {
  top: 24px;
  left: 22px;
  width: 138%;
}

.aq-step__visual--pdf img {
  top: 22px;
  left: 50%;
  width: 76%;
  transform: translateX(-50%);
}

.aq-step:hover .aq-step__visual--voice img,
.aq-step:hover .aq-step__visual--edit img {
  transform: translateY(-5px);
}

.aq-step:hover .aq-step__visual--pdf img {
  transform: translate(-50%, -5px);
}

.aq-feature {
  overflow: hidden;
}

.aq-feature__grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(62px, 8vw, 126px);
  align-items: center;
}

.aq-feature__grid--reverse {
  grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.82fr);
}

.aq-feature__copy h2 {
  max-width: 720px;
  margin-top: 24px;
}

.aq-feature__copy h2 span {
  color: var(--aq-cyan);
}

.aq-feature__copy > p:not(.aq-eyebrow) {
  max-width: 600px;
  margin: 30px 0 0;
  color: var(--ap-muted);
  font-size: 18px;
  line-height: 1.58;
}

.aq-feature__copy > p + p:not(.aq-eyebrow) {
  margin-top: 14px;
}

.aq-feature--voice {
  background: var(--aq-navy);
  color: #fff;
}

.aq-feature--voice::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to right, transparent, #000 36%);
  -webkit-mask-image: linear-gradient(to right, transparent, #000 36%);
  pointer-events: none;
}

.aq-feature--voice .aq-feature__grid {
  position: relative;
  z-index: 1;
}

.aq-feature--voice .aq-eyebrow {
  color: #89a7bd;
}

.aq-feature--voice h2 {
  color: #fff;
}

.aq-feature--voice .aq-feature__copy > p:not(.aq-eyebrow) {
  color: #aab9c6;
}

.aq-detail-list {
  margin: 42px 0 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  list-style: none;
}

.aq-detail-list li {
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  color: #e3ebf1;
  font-size: 13px;
}

.aq-feature__screen {
  position: relative;
  margin: 0;
  padding-top: 34px;
}

.aq-feature__screen img {
  width: 100%;
  height: auto;
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: 0 28px 80px rgba(1, 12, 22, 0.34);
}

.aq-screen-label {
  position: absolute;
  top: 0;
  left: 0;
  color: #8196a8;
  font-size: 9px;
  font-weight: 720;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.aq-feature--review {
  background: var(--ap-bg);
}

.aq-feature--review .aq-feature__screen img {
  border-color: #d8dbd9;
  box-shadow: 0 28px 80px rgba(20, 25, 30, 0.12);
}

.aq-trust-list {
  margin: 50px 0 0;
  border-top: 1px solid var(--ap-line);
}

.aq-trust-list div {
  padding: 16px 0;
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 20px;
  border-bottom: 1px solid var(--ap-line);
}

.aq-trust-list dt {
  color: var(--aq-blue);
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.aq-trust-list dd {
  margin: 0;
  color: var(--ap-ink-soft);
  font-size: 14px;
}

.aq-feature--document {
  background: #e9f0f3;
}

.aq-document-stack {
  position: relative;
  min-height: 680px;
}

.aq-document-stack > img {
  position: absolute;
  height: auto;
  border: 1px solid #cbd4d8;
  background: #fff;
  box-shadow: 0 30px 80px rgba(14, 38, 53, 0.18);
  transition: transform 360ms ease;
}

.aq-document-stack__preview {
  z-index: 1;
  top: 7%;
  right: 0;
  width: 82%;
  transform: rotate(0.3deg);
}

.aq-document-stack__pdf {
  z-index: 3;
  bottom: 2%;
  left: 0;
  width: 48%;
  transform: rotate(-0.7deg);
}

.aq-document-stack:hover .aq-document-stack__preview {
  transform: translateY(-4px) rotate(0.15deg);
}

.aq-document-stack:hover .aq-document-stack__pdf {
  transform: translate(-3px, -5px) rotate(-0.35deg);
}

.aq-document-stack__note {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 20px;
  width: 45%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  color: #516877;
  font-size: 9px;
  font-weight: 740;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.aq-document-stack__note i {
  height: 1px;
  background: var(--aq-blue);
}

.aq-manual {
  background: #fff;
}

.aq-heading--split {
  grid-template-columns: 0.38fr 0.8fr 0.82fr;
}

.aq-heading--split > p:last-child strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ap-ink);
  font-size: 19px;
  font-weight: 560;
}

.aq-manual__proof {
  min-height: 590px;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.6fr);
  overflow: hidden;
  background: #f2f3f0;
}

.aq-manual__screen {
  position: relative;
  min-height: inherit;
  overflow: hidden;
}

.aq-manual__screen img {
  position: absolute;
  top: 50px;
  left: 48px;
  width: 105%;
  max-width: none;
  height: auto;
  border: 1px solid #d8dbd9;
  box-shadow: 0 28px 70px rgba(20, 25, 30, 0.13);
}

.aq-manual__note {
  padding: 58px 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid var(--ap-line);
  background: var(--aq-navy);
  color: #fff;
}

.aq-manual__note > span {
  margin-bottom: 48px;
  color: #8ca3b6;
  font-size: 9px;
  font-weight: 720;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.aq-manual__note strong {
  max-width: 250px;
  font-size: clamp(23px, 2.1vw, 31px);
  font-weight: 470;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.aq-manual__note i {
  margin: 22px 0;
  color: var(--aq-cyan);
  font-size: 11px;
  font-style: normal;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.aq-capabilities {
  margin-top: 82px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--ap-ink);
}

.aq-capabilities article {
  min-height: 220px;
  padding: 28px 34px 30px 0;
  border-right: 1px solid var(--ap-line);
  border-bottom: 1px solid var(--ap-line);
}

.aq-capabilities article:nth-child(3n + 2),
.aq-capabilities article:nth-child(3n + 3) {
  padding-left: 34px;
}

.aq-capabilities article:nth-child(3n) {
  border-right: 0;
}

.aq-capabilities article > span {
  color: var(--aq-blue);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 9px;
  letter-spacing: 0.1em;
}

.aq-capabilities h3 {
  margin: 54px 0 11px;
  color: var(--ap-ink);
  font-size: 25px;
  font-weight: 460;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.aq-capabilities p {
  max-width: 310px;
  margin: 0;
  color: var(--ap-muted);
  font-size: 14px;
  line-height: 1.55;
}

.aq-supporting {
  margin-top: 108px;
  display: grid;
  grid-template-columns: minmax(330px, 0.74fr) minmax(0, 1.26fr);
  gap: clamp(54px, 8vw, 126px);
  align-items: center;
}

.aq-supporting__copy h2 {
  max-width: 620px;
  margin-top: 24px;
  font-size: clamp(44px, 4.7vw, 70px);
}

.aq-supporting__copy > p:last-child {
  max-width: 560px;
  margin: 30px 0 0;
  color: var(--ap-muted);
  font-size: 17px;
}

.aq-photo-placeholder {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  border: 1px solid #cfd5d4;
  background:
    linear-gradient(rgba(10, 114, 199, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10, 114, 199, 0.06) 1px, transparent 1px),
    #eef2f1;
  background-size: 52px 52px;
}

.aq-photo-placeholder__label {
  position: absolute;
  top: 30px;
  left: 32px;
  color: var(--aq-blue);
  font-size: 9px;
  font-weight: 760;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.aq-photo-placeholder__frame {
  position: absolute;
  width: 44%;
  padding: 16px;
  border: 1px solid #cad0ce;
  background: #fff;
  box-shadow: 0 20px 55px rgba(20, 25, 30, 0.1);
}

.aq-photo-placeholder__frame i {
  height: 188px;
  display: block;
  background:
    linear-gradient(145deg, transparent 46%, rgba(10, 114, 199, 0.35) 47%, rgba(10, 114, 199, 0.35) 52%, transparent 53%),
    linear-gradient(32deg, #dce3e0 42%, #bcc9c5 43%, #dfe6e3 65%);
}

.aq-photo-placeholder__frame span {
  margin-top: 12px;
  display: block;
  color: #69726f;
  font-size: 10px;
  font-weight: 690;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.aq-photo-placeholder__frame--one {
  top: 92px;
  left: 10%;
  transform: rotate(-2deg);
}

.aq-photo-placeholder__frame--two {
  right: 10%;
  bottom: 76px;
  transform: rotate(1.5deg);
}

.aq-photo-placeholder > p {
  position: absolute;
  bottom: 24px;
  left: 32px;
  margin: 0;
  color: #66716d;
  font-size: 12px;
}

.aq-philosophy {
  position: relative;
  overflow: hidden;
  padding: clamp(104px, 9vw, 144px) 0;
  background: #141715;
  color: #fff;
}

.aq-philosophy::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.25;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to right, transparent, #000 28%, #000 82%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, #000 28%, #000 82%, transparent);
}

.aq-philosophy__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.82fr 0.75fr 0.43fr;
  gap: clamp(50px, 7vw, 110px);
  align-items: start;
}

.aq-philosophy .aq-eyebrow {
  color: #8f9b91;
}

.aq-philosophy h2 {
  margin-top: 26px;
  color: #fff;
}

.aq-philosophy__copy {
  padding-top: 44px;
}

.aq-philosophy__copy p {
  margin: 0;
  color: #aeb5aa;
  font-size: 18px;
  line-height: 1.58;
}

.aq-philosophy__copy p + p {
  margin-top: 18px;
  color: #fff;
}

.aq-philosophy__anchor {
  padding-top: 43px;
  display: grid;
}

.aq-philosophy__anchor span {
  padding: 14px 0;
  border-top: 1px solid #3d433d;
  color: #f1f1eb;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.035em;
}

.aq-philosophy__anchor span:last-child {
  border-bottom: 1px solid #3d433d;
  color: var(--aq-cyan);
}

.aq-pricing {
  background: var(--ap-bg);
}

.aq-pricing__grid {
  max-width: 1180px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(440px, 0.78fr);
  gap: clamp(60px, 8vw, 110px);
  align-items: center;
}

.aq-pricing__intro h2 {
  max-width: 760px;
}

.aq-pricing__intro h2 span {
  color: var(--aq-blue);
}

.aq-pricing__intro > p:last-child {
  max-width: 500px;
  margin: 32px 0 0;
  color: var(--ap-muted);
  font-size: 18px;
}

.aq-price-card {
  padding: 38px 42px 40px;
  border: 1px solid var(--ap-ink);
  background: #fff;
}

.aq-price-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.aq-price-card__top img {
  width: 190px;
  height: auto;
}

.aq-price-card__top > span {
  color: var(--aq-blue);
  font-size: 9px;
  font-weight: 760;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.aq-price {
  margin: 56px 0 36px;
  display: flex;
  align-items: flex-end;
  color: var(--ap-ink);
  line-height: 0.82;
}

.aq-price > span {
  margin: 0 7px 7px 0;
  color: var(--aq-blue);
  font-size: 14px;
  font-weight: 760;
}

.aq-price strong {
  font-size: 96px;
  font-weight: 430;
  letter-spacing: -0.07em;
}

.aq-price small {
  margin: 0 0 7px 12px;
  color: var(--ap-muted);
  font-size: 14px;
}

.aq-price-card ul {
  margin: 0 0 34px;
  padding: 0;
  border-top: 1px solid var(--ap-line);
  list-style: none;
}

.aq-price-card li {
  padding: 11px 0;
  border-bottom: 1px solid var(--ap-line);
  color: var(--ap-ink-soft);
  font-size: 14px;
}

.aq-price-card li::before {
  content: "•";
  margin-right: 12px;
  color: var(--aq-blue);
}

.aq-price-card .ap-button {
  width: 100%;
}

.aq-price-card > small {
  margin-top: 16px;
  display: block;
  color: #81888d;
  font-size: 10px;
  text-align: center;
}

.aq-price-card__legal {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px 15px;
}

.aq-price-card__legal a {
  padding: 5px 0 2px;
  border-bottom: 1px solid var(--ap-line-soft);
  color: #737b81;
  font-size: 10px;
  font-weight: 570;
}

.aq-price-card__legal a:hover,
.aq-price-card__legal a:focus-visible {
  border-color: var(--aq-blue);
  color: var(--aq-blue);
}

.aq-bespoke {
  padding: clamp(92px, 8vw, 126px) 0;
  border-top: 1px solid var(--ap-line-soft);
  background: #e4edf2;
}

.aq-bespoke__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(400px, 0.9fr);
  gap: clamp(64px, 10vw, 154px);
}

.aq-bespoke h2 {
  max-width: 820px;
  margin-top: 24px;
}

.aq-bespoke__copy > p {
  margin: 40px 0 0;
  color: var(--ap-muted);
  font-size: 18px;
  line-height: 1.58;
}

.aq-bespoke__copy ul {
  margin: 36px 0 32px;
  padding: 0;
  border-top: 1px solid rgba(20, 25, 30, 0.2);
  list-style: none;
}

.aq-bespoke__copy li {
  padding: 12px 0;
  border-bottom: 1px solid rgba(20, 25, 30, 0.2);
  color: var(--ap-ink-soft);
  font-size: 14px;
}

.aq-final {
  padding: clamp(76px, 8vw, 116px) 0;
  background: var(--ap-bg);
}

.aq-final__inner {
  min-height: 520px;
  padding: clamp(40px, 5vw, 70px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  background: var(--aq-navy);
  color: #fff;
}

.aq-final .aq-eyebrow {
  color: #8ca3b6;
}

.aq-final h2 {
  max-width: 1020px;
  margin-top: 26px;
  color: #fff;
  font-size: clamp(62px, 7.2vw, 108px);
}

.aq-final__bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 52px;
}

.aq-final__bottom > p {
  max-width: 540px;
  margin: 0;
  color: #aebdca;
  font-size: 18px;
}

.aq-final .aq-actions {
  margin: 0;
}

@media (max-width: 1100px) {
  .aq-hero,
  .aq-hero__grid {
    min-height: 0;
  }

  .aq-hero__grid {
    width: min(calc(100% - (var(--ap-gutter) * 2)), var(--ap-shell));
    margin-inline: auto;
    padding-left: 0;
    grid-template-columns: 1fr;
  }

  .aq-hero__copy {
    max-width: 820px;
    padding-right: 0;
    padding-bottom: 48px;
  }

  .aq-hero__product {
    min-height: 640px;
  }

  .aq-hero-screen--voice {
    width: min(50%, 390px);
    transform: translateY(-44%);
  }

  .aq-hero-screen--preview {
    width: min(82%, 660px);
  }

  .aq-demo__heading {
    grid-template-columns: 0.34fr 1fr;
  }

  .aq-demo__heading > div {
    grid-column: 2;
    max-width: 680px;
  }

  .aq-demo__workspace {
    grid-template-columns: minmax(0, 0.86fr) 56px minmax(0, 1.14fr);
  }

  .aq-demo__input,
  .aq-demo__output {
    padding-inline: 30px;
  }

  .aq-demo-quote__row {
    grid-template-columns: minmax(100px, 1fr) 36px 64px 70px;
    gap: 5px;
  }

  .aq-problem__grid {
    grid-template-columns: minmax(160px, 0.38fr) minmax(0, 1.2fr);
  }

  .aq-problem__aside {
    grid-column: 2;
    margin-top: 0;
  }

  .aq-heading,
  .aq-heading--split {
    grid-template-columns: 0.34fr 1fr;
  }

  .aq-heading > p:last-child {
    grid-column: 2;
  }

  .aq-step {
    padding-inline: 22px;
  }

  .aq-feature__grid,
  .aq-feature__grid--reverse {
    grid-template-columns: 1fr;
    gap: 64px;
  }

  .aq-feature__grid--reverse .aq-feature__copy {
    order: 1;
  }

  .aq-feature__grid--reverse .aq-feature__screen {
    order: 2;
  }

  .aq-feature__copy {
    max-width: 780px;
  }

  .aq-feature__screen {
    width: min(100%, 940px);
  }

  .aq-document-stack {
    min-height: 720px;
  }

  .aq-manual__proof {
    min-height: 520px;
    grid-template-columns: minmax(0, 1.2fr) minmax(245px, 0.8fr);
  }

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

  .aq-capabilities article,
  .aq-capabilities article:nth-child(3n + 2),
  .aq-capabilities article:nth-child(3n + 3) {
    padding-right: 28px;
    padding-left: 28px;
    border-right: 1px solid var(--ap-line);
  }

  .aq-capabilities article:nth-child(odd) {
    padding-left: 0;
  }

  .aq-capabilities article:nth-child(even) {
    border-right: 0;
  }

  .aq-supporting {
    grid-template-columns: 1fr;
  }

  .aq-philosophy__grid {
    grid-template-columns: 1fr 1fr;
  }

  .aq-philosophy__anchor {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, 1fr);
  }

  .aq-philosophy__anchor span {
    padding: 16px;
    border-right: 1px solid #3d433d;
    border-bottom: 1px solid #3d433d;
  }

  .aq-pricing__grid,
  .aq-bespoke__grid {
    grid-template-columns: 1fr;
  }

  .aq-price-card {
    max-width: 640px;
  }

  .aq-bespoke__copy {
    max-width: 760px;
  }
}

@media (max-width: 782px) {
  .aq-section {
    padding-block: 92px;
  }

  .aq-demo__heading {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .aq-demo__heading > div {
    grid-column: 1;
  }

  .aq-demo__workspace {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .aq-demo__input,
  .aq-demo__output {
    min-height: 640px;
  }

  .aq-demo__connector {
    min-height: 72px;
    flex-direction: row;
  }

  .aq-demo__connector i {
    width: 70px;
    height: 1px;
  }

  .aq-demo__connector strong {
    margin: 0 12px;
    writing-mode: horizontal-tb;
  }

  .aq-demo__empty {
    padding-top: 20px;
  }

  .aq-demo__empty-lines {
    margin-top: 62px;
  }

  .aq-demo__processing {
    min-height: 500px;
  }

  .aq-problem__grid,
  .aq-heading,
  .aq-heading--split {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .aq-section-label {
    min-height: 0;
    padding: 0 0 20px;
    flex-direction: row;
    border-bottom: 1px solid var(--aq-blue);
    border-left: 0;
  }

  .aq-problem__aside,
  .aq-heading > p:last-child {
    grid-column: 1;
  }

  .aq-steps .aq-heading h2 {
    font-size: clamp(28px, 6vw, 44px);
  }

  .aq-steps__grid {
    grid-template-columns: 1fr;
    border-top: 0;
  }

  .aq-step,
  .aq-step:first-child,
  .aq-step:last-child {
    padding: 30px 0 0;
    border-top: 1px solid var(--ap-ink);
    border-left: 0;
  }

  .aq-step__copy {
    min-height: 245px;
  }

  .aq-step h3 {
    margin-top: 44px;
  }

  .aq-step__visual {
    height: 390px;
    margin-bottom: 38px;
  }

  .aq-step__visual--voice img,
  .aq-step__visual--edit img {
    width: 116%;
  }

  .aq-step__visual--pdf img {
    width: 62%;
  }

  .aq-manual__proof {
    grid-template-columns: 1fr;
  }

  .aq-manual__screen {
    min-height: 490px;
  }

  .aq-manual__note {
    min-height: 300px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-left: 0;
  }

  .aq-philosophy__grid {
    grid-template-columns: 1fr;
  }

  .aq-philosophy__copy,
  .aq-philosophy__anchor {
    padding-top: 0;
  }

  .aq-philosophy__anchor {
    grid-column: 1;
  }

  .aq-final__bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .aq-hero__copy {
    padding: 62px 0 42px;
  }

  .aq-hero h1 {
    font-size: clamp(49.5px, 14.4vw, 68px);
  }

  .aq-hero__lede {
    font-size: 17px;
  }

  .aq-hero .aq-actions {
    width: min(100%, 340px);
    align-items: center;
  }

  .aq-steps {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .aq-steps .aq-heading {
    margin-bottom: 0;
  }

  .aq-steps .aq-heading .aq-eyebrow {
    margin-bottom: 18px;
    text-align: center;
  }

  .aq-steps .aq-heading h2 {
    font-size: clamp(24px, 7.44vw, 33.6px);
    word-spacing: 0.075em;
  }

  .aq-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
  }

  .aq-actions .ap-button {
    width: min(100%, 340px);
    min-width: 0;
  }

  .aq-hero__product {
    min-height: 500px;
    margin-inline: calc(var(--ap-gutter) * -1);
  }

  .aq-hero__logo {
    top: 26px;
    left: 24px;
    width: 228px;
  }

  .aq-hero-screen--voice {
    top: 53%;
    left: 16px;
    width: 230px;
    max-width: none;
    transform: translateY(-44%);
  }

  .aq-hero-screen--preview {
    top: 60%;
    right: -36%;
    width: 360px;
    max-width: none;
    transform: translateY(-25%);
  }

  .aq-workflow-strip__inner {
    padding-block: 30px;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .aq-workflow-strip ol {
    grid-template-columns: 1fr;
  }

  .aq-workflow-strip li {
    padding: 14px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-left: 0;
  }

  .aq-demo__heading {
    margin-bottom: 46px;
  }

  .aq-demo {
    padding-top: 52px;
  }

  .aq-demo__heading h2 {
    font-size: clamp(45px, 12.8vw, 62px);
  }

  .aq-demo__heading > div > p {
    font-size: 16px;
  }

  .aq-demo__workspace {
    margin-inline: calc(var(--ap-gutter) * -1);
  }

  .aq-demo__input,
  .aq-demo__output {
    min-height: 600px;
    padding: 28px 22px 34px;
  }

  .aq-demo__panel-top {
    margin-bottom: 54px;
  }

  .aq-demo__input h3,
  .aq-demo__output h3 {
    font-size: clamp(32px, 10vw, 42px);
  }

  .aq-demo__record-idle {
    margin-top: 44px;
    align-items: center;
    flex-direction: column;
  }

  .aq-demo__record-button {
    width: 140px;
    height: 140px;
  }

  .aq-demo__stop-button {
    width: 140px;
    height: 140px;
  }

  .aq-demo__recorded-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .aq-demo__create-button {
    width: 100%;
  }

  .aq-demo__again-button {
    width: fit-content;
  }

  .aq-demo__privacy {
    margin-top: 38px;
  }

  .aq-demo__waveform {
    height: 96px;
  }

  .aq-demo__transcript blockquote {
    margin-top: 34px;
    padding-left: 16px;
    font-size: 15px;
  }

  .aq-demo__connector {
    display: none;
  }

  .aq-demo__output {
    min-height: 0;
    padding-bottom: 20px;
  }

  .aq-demo__output .aq-demo__panel-top span:last-child {
    display: none;
  }

  .aq-demo__output .aq-demo__panel-top {
    margin-bottom: 24px;
  }

  .aq-demo__empty {
    padding-top: 0;
    text-align: center;
  }

  .aq-demo__empty .aq-demo__overline {
    font-size: 12.6px;
  }

  .aq-demo__empty h3 {
    display: none;
  }

  .aq-demo__empty-lines {
    margin-top: 28px;
  }

  .aq-demo__processing {
    min-height: 420px;
    padding-top: 54px;
  }

  .aq-demo__progress {
    margin-top: 54px;
  }

  .aq-demo-quote__header {
    align-items: flex-start;
    flex-direction: column;
  }

  .aq-demo-quote__details {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .aq-demo-quote__row {
    min-height: 0;
    padding: 13px 10px;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px 8px;
    font-size: 11px;
  }

  .aq-demo-quote__row--head {
    display: none;
  }

  .aq-demo-quote__row > span:first-child {
    grid-column: 1 / -1;
    color: var(--ap-ink);
    font-weight: 680;
  }

  .aq-demo-quote__row span:not(:first-child) {
    text-align: left;
  }

  .aq-demo-quote__row span:not(:first-child)::before {
    content: attr(data-label);
    margin-bottom: 3px;
    display: block;
    color: #7b8489;
    font-size: 7px;
    font-weight: 760;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .aq-demo-quote__totals {
    width: 100%;
  }

  .aq-demo-quote__progression {
    gap: 5px;
    font-size: 7px;
    letter-spacing: 0.03em;
  }

  .aq-demo__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .aq-demo__actions .ap-button {
    width: 100%;
  }

  .aq-demo__actions button {
    width: fit-content;
  }

  .aq-section h2,
  .aq-philosophy h2,
  .aq-bespoke h2 {
    font-size: clamp(45px, 12.8vw, 62px);
  }

  .aq-problem__copy p,
  .aq-feature__copy > p:not(.aq-eyebrow),
  .aq-philosophy__copy p,
  .aq-bespoke__copy > p {
    font-size: 17px;
  }

  .aq-step__visual {
    height: 300px;
  }

  .aq-step__visual--voice img,
  .aq-step__visual--edit img {
    top: 20px;
    left: 18px;
    width: 142%;
  }

  .aq-step__visual--pdf img {
    top: 18px;
    width: 76%;
  }

  .aq-feature__grid,
  .aq-feature__grid--reverse {
    gap: 44px;
  }

  .aq-feature__screen {
    width: calc(100% + (var(--ap-gutter) * 2));
    margin-inline: calc(var(--ap-gutter) * -1);
    padding-top: 40px;
  }

  .aq-feature__screen .aq-screen-label {
    left: var(--ap-gutter);
  }

  .aq-feature__screen img {
    width: 132%;
    max-width: none;
  }

  .aq-trust-list div {
    grid-template-columns: 90px 1fr;
  }

  .aq-document-stack {
    min-height: 470px;
    margin-inline: calc(var(--ap-gutter) * -1);
  }

  .aq-document-stack__preview {
    top: 5%;
    right: -20%;
    width: 110%;
  }

  .aq-document-stack__pdf {
    bottom: 3%;
    left: 4%;
    width: 57%;
  }

  .aq-document-stack__note {
    right: 18px;
    bottom: 12px;
    width: 42%;
  }

  .aq-manual__screen {
    min-height: 390px;
  }

  .aq-manual__screen img {
    top: 30px;
    left: 22px;
    width: 142%;
  }

  .aq-manual__note {
    min-height: 270px;
    padding: 42px 28px;
  }

  .aq-manual__note > span {
    margin-bottom: 36px;
  }

  .aq-capabilities {
    margin-top: 32px;
    grid-template-columns: 1fr;
  }

  .aq-capabilities article,
  .aq-capabilities article:nth-child(3n + 2),
  .aq-capabilities article:nth-child(3n + 3),
  .aq-capabilities article:nth-child(odd),
  .aq-capabilities article:nth-child(even) {
    min-height: 0;
    padding: 16px 0 10px;
    border-right: 0;
  }

  .aq-capabilities h3 {
    margin: 8px 0 5px;
  }

  .aq-pricing {
    padding-top: 48px;
  }

  .aq-supporting {
    margin-top: 78px;
  }

  .aq-photo-placeholder {
    min-height: 420px;
    margin-inline: calc(var(--ap-gutter) * -1);
  }

  .aq-photo-placeholder__frame {
    width: 54%;
    padding: 11px;
  }

  .aq-photo-placeholder__frame i {
    height: 135px;
  }

  .aq-photo-placeholder__frame--one {
    top: 88px;
    left: 5%;
  }

  .aq-photo-placeholder__frame--two {
    right: 5%;
    bottom: 72px;
  }

  .aq-philosophy__anchor {
    grid-template-columns: 1fr;
  }

  .aq-philosophy__anchor span {
    padding: 14px 0;
    border-right: 0;
  }

  .aq-price-card {
    padding: 30px 24px 28px;
  }

  .aq-price-card__top {
    align-items: flex-start;
    flex-direction: column;
  }

  .aq-price {
    margin-top: 46px;
  }

  .aq-price strong {
    font-size: 82px;
  }

  .aq-bespoke {
    padding-top: 52px;
    padding-bottom: 32px;
  }

  .aq-bespoke__grid {
    gap: 28px;
  }

  .aq-bespoke__copy > p {
    margin-top: 0;
  }

  .aq-final {
    padding: 24px 0 54px;
  }

  .aq-final__inner {
    min-height: 560px;
    padding: 34px 26px;
  }

  .aq-final h2 {
    font-size: clamp(54px, 14.8vw, 74px);
  }

  .aq-final .aq-actions {
    width: 100%;
    align-items: center;
  }

  .aq-final .ap-button {
    width: 100%;
  }
}
