:root {
  --ink: #172a3a;
  --muted: #758793;
  --blue: #2364c5;
  --line: #e1e8ed;
  --paper: #fff;
  --bg: #f4f7fa;
  --green: #127c70;
  font-family: "Golos Text", sans-serif;
  color: var(--ink);
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 95px;
}
body {
  margin: 0;
  background: #fff;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  cursor: pointer;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-family: Onest, "Golos Text", sans-serif;
  font-weight: 500;
}
p {
  line-height: 1.7;
}
button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid #8ab4ef;
  outline-offset: 5px;
}
.container {
  max-width: 1240px;
  padding: 0 40px;
  margin: 0 auto;
}
.brand {
  display: inline-flex;
  align-items: center;
  font-family: Onest, sans-serif;
  font-weight: 650;
  font-size: 31px;
  letter-spacing: -1.5px;
  line-height: 1;
}
.brand-dot {
  color: var(--blue);
}
.brand-mark {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  transform: rotate(-8deg);
  width: 32px;
  height: 35px;
  margin-right: 9px;
}
.brand-mark i {
  display: block;
  background: var(--blue);
  height: 5px;
  border-radius: 1px;
  width: 27px;
}
.brand-mark i:nth-child(2) {
  width: 18px;
}
.brand-mark i:nth-child(3) {
  width: 23px;
}
.site-header {
  height: 92px;
  border-bottom: 1px solid #e2e9ef90;
  background: #f4f7faf5;
}
.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
}
.header-inner nav {
  display: flex;
  gap: 31px;
  font-size: 12px;
  color: #5f7383;
}
.header-inner nav a:hover {
  color: var(--blue);
}
.login-link {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 12px;
  font-weight: 500;
  padding: 11px 17px;
  border: 1px solid #d8e2eb;
  border-radius: 7px;
  background: #fff7;
}
.login-link span {
  font-size: 18px;
}
.eyebrow {
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 1.7;
  color: #7890a0;
  display: flex;
  gap: 9px;
  align-items: center;
}
.dot {
  width: 5px;
  height: 5px;
  display: inline-block;
  border-radius: 50%;
  background: var(--blue);
}
.hero {
  background: var(--bg);
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  padding-top: 89px;
  padding-bottom: 70px;
  align-items: center;
  min-height: 610px;
}
.hero h1 {
  font-size: clamp(53px, 5.35vw, 78px);
  line-height: 1.05;
  letter-spacing: -3.8px;
  margin: 29px 0 25px;
  font-weight: 500;
}
.hero h1 > span {
  color: #6d879d;
}
.hero-description {
  font-size: 14px;
  line-height: 1.9;
  color: #6d8191;
  max-width: 425px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 34px;
}
.btn {
  font-family: "Golos Text", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  font-size: 12px;
  line-height: 1.4;
  padding: 16px 23px;
  border-radius: 7px;
  min-height: 50px;
  font-weight: 450;
  transition:
    background 0.2s,
    transform 0.2s;
  white-space: nowrap;
  border: 1px solid transparent;
}
.btn span {
  font-size: 20px;
  line-height: 1;
}
.btn.primary {
  background: var(--blue);
  color: #fff;
}
.btn.primary:hover {
  background: #174f9f;
  transform: translateY(-2px);
}
.btn.secondary {
  background: #fff;
  border-color: #dae3eb;
  color: #37546d;
}
.btn.secondary:hover {
  background: #f4f8fc;
  transform: translateY(-2px);
}
.quiet-link {
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #5c7387;
}
.quiet-link span {
  font-size: 20px;
}
.trial-note {
  font-size: 10px;
  color: #94a4b2;
  margin-top: 17px;
}
.hero-visual {
  position: relative;
  padding-left: 24px;
  padding-bottom: 32px;
  max-width: 540px;
  width: 100%;
}
.paper-hero {
  background: #fff;
  border: 1px solid #dde5ec;
  border-radius: 11px;
  box-shadow: 0 30px 60px -25px #314c6b25;
  transform: rotate(1.2deg);
  width: 100%;
}
.paper-top {
  display: flex;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid #edf1f5;
  padding: 16px 24px;
}
.mini-brand {
  font-family: Onest, sans-serif;
  font-size: 14px;
  font-weight: 650;
  color: #294258;
}
.paper-top > span:nth-child(2) {
  font-size: 7px;
  letter-spacing: 1.1px;
  color: #a1afba;
}
.paper-menu {
  font-style: normal;
  margin-left: auto;
  color: #8a9ead;
  font-size: 20px;
  line-height: 1;
}
.paper-body {
  padding: 25px 30px 20px;
}
.paper-label {
  font-size: 7px;
  letter-spacing: 1.3px;
  color: #8b9daa;
}
.paper-body h2 {
  font-size: 26px;
  letter-spacing: -0.8px;
  margin: 8px 0 13px;
}
.paper-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 19px;
  font-size: 8px;
  color: #8ba0b1;
}
.paper-meta > span:first-child {
  padding: 4px 7px;
  background: #f2f6fa;
  border-radius: 3px;
  color: #68849b;
}
.paper-state {
  display: flex;
  align-items: center;
  gap: 5px;
}
.paper-state i {
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background: #46978a;
}
.paper-section {
  padding: 14px 0;
  border-top: 1px solid #edf1f5;
}
.paper-section h3 {
  font-size: 10px;
  font-weight: 550;
  margin-bottom: 10px;
}
.paper-section p {
  font-size: 10px;
  line-height: 1.8;
  color: #78909f;
}
.paper-change {
  background: #edf4fe;
  padding: 11px 13px;
  border-radius: 5px;
  margin-top: 11px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  justify-content: space-between;
  position: relative;
  border: 1px solid #e0ebf9;
}
.paper-change > div {
  font-size: 11px;
  color: #426b99;
  display: flex;
  align-items: center;
  gap: 7px;
}
.change-dot {
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background: #367ed2;
}
.paper-change small {
  font-size: 7px;
  color: #85a2c0;
}
.paper-footer {
  border-top: 1px solid #edf1f5;
  padding: 14px 30px;
  color: #8ba0b0;
  font-size: 8px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.check-icon {
  color: #398b81;
  font-size: 12px;
}
.voice-fragment {
  position: absolute;
  bottom: 7px;
  left: -3px;
  width: 84%;
  max-width: 400px;
  display: flex;
  gap: 13px;
  align-items: center;
  padding: 18px 22px;
  background: #fff;
  box-shadow: 0 14px 40px #25466a13;
  border: 1px solid #dae4ee;
  border-radius: 9px;
  transform: rotate(-2deg);
}
.voice-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #2e6ec0;
  background: #edf4fe;
  border-radius: 50%;
  flex-shrink: 0;
}
.voice-fragment > div:nth-child(2) > span {
  font-size: 7px;
  letter-spacing: 1.2px;
  color: #8aa0b3;
  display: block;
  margin-bottom: 4px;
}
.voice-fragment p {
  font-family: Onest, sans-serif;
  font-size: 14px;
  color: #385a76;
}
.waveform {
  display: flex;
  align-items: center;
  gap: 3px;
  margin-left: auto;
  height: 25px;
}
.waveform i {
  width: 2px;
  height: 7px;
  background: #77a2d4;
  border-radius: 2px;
}
.waveform i:nth-child(3n) {
  height: 18px;
}
.waveform i:nth-child(2n) {
  height: 12px;
}
.waveform i:nth-child(5) {
  height: 26px;
}
.visual-caption {
  text-align: right;
  font-size: 8px;
  color: #9babb8;
  margin-top: 20px;
  position: relative;
  top: 18px;
}
.hero-foot {
  padding-top: 21px;
  padding-bottom: 27px;
  border-top: 1px solid #dce5ed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  font-size: 10px;
  color: #9aabb8;
}
.hero-foot > div {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  color: #6f8699;
}
.section {
  padding: 105px 0;
}
.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 45px;
}
.section h2,
.final-section h2 {
  font-size: 43px;
  line-height: 1.13;
  letter-spacing: -1.7px;
  margin-top: 17px;
  font-weight: 500;
}
.section-heading > p {
  font-size: 12px;
  color: #80929f;
  line-height: 1.85;
  max-width: 360px;
  padding-bottom: 3px;
}
.example-section {
  background: #fff;
}
.example-workbench {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid #dfe7ee;
  border-radius: 12px;
  overflow: hidden;
}
.example-input {
  padding: 36px 38px;
  background: #f7f9fc;
}
.small-label {
  font-size: 9px;
  letter-spacing: 1.3px;
  color: #89a0b1;
}
.example-quote {
  font-family: Onest, sans-serif;
  font-size: 29px;
  line-height: 1.3;
  letter-spacing: -0.75px;
  margin: 26px 0;
  color: #284c6b;
  min-height: 78px;
  display: flex;
  align-items: center;
}
.example-switches {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.example-switches button {
  border: 1px solid #dde6ef;
  color: #8ca0b1;
  background: transparent;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 10px;
}
.example-switches button.active {
  background: #fff;
  color: #3f6e9c;
  border-color: #bdd2e8;
}
.example-note {
  font-size: 10px;
  line-height: 1.8;
  color: #8a9eae;
  margin-top: 21px;
  max-width: 320px;
  min-height: 36px;
}
.example-output {
  padding: 36px 38px;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.example-output-heading {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
}
.tag-blue {
  font-size: 8px;
  padding: 5px 8px;
  border-radius: 4px;
  background: #eef5fd;
  color: #799bc0;
}
.example-before {
  font-family: Onest, sans-serif;
  font-size: 19px;
  line-height: 1.6;
  color: #acb8c2;
  text-decoration: line-through;
  text-decoration-color: #bdc9d3;
  margin-top: 40px;
}
.example-after {
  font-family: Onest, sans-serif;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #315f8b;
  margin-top: 10px;
}
.example-after > span {
  color: #96b5d4;
  padding-right: 12px;
}
.example-untouched {
  font-size: 9px;
  color: #94a6b5;
  margin-top: auto;
  padding-top: 35px;
  display: flex;
  gap: 9px;
  align-items: center;
}
.example-untouched span {
  color: #4c9186;
}
.example-disclaimer {
  font-size: 9px;
  line-height: 1.7;
  color: #a2b0bb;
  margin-top: 17px;
}
.how-section {
  border-top: 1px solid #edf1f5;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 47px;
  margin-top: 50px;
}
.steps article {
  border-top: 1px solid #dce5ed;
  padding-top: 21px;
}
.step-number {
  font-size: 10px;
  color: #90a7ba;
}
.steps h3 {
  font-size: 23px;
  letter-spacing: -0.65px;
  line-height: 1.35;
  margin: 23px 0 16px;
}
.steps p {
  font-size: 12px;
  color: #8497a7;
  line-height: 1.85;
  max-width: 285px;
  min-height: 67px;
}
.step-visual {
  height: 105px;
  border: 1px solid #e1e9ef;
  border-radius: 8px;
  background: #f7f9fc;
  margin-top: 30px;
  padding: 20px 25px;
}
.voice-lines {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.voice-lines span {
  font-size: 10px;
  margin-right: 13px;
  color: #7e97ac;
}
.voice-lines i {
  height: 9px;
  width: 3px;
  background: #8fabc3;
  border-radius: 3px;
}
.voice-lines i:nth-child(2n) {
  height: 30px;
}
.voice-lines i:nth-child(3n) {
  height: 20px;
}
.voice-lines i:nth-child(5n) {
  height: 40px;
}
.review-lines span {
  font-size: 9px;
  color: #6e879a;
  display: block;
}
.review-lines i {
  display: block;
  background: #e5ecf2;
  height: 3px;
  border-radius: 2px;
  width: 70%;
  margin-top: 9px;
}
.review-lines i:nth-child(3) {
  width: 45%;
}
.review-lines b {
  font-size: 8px;
  font-weight: 400;
  color: #539385;
  display: block;
  margin-top: 11px;
}
.export-example {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.export-example > span {
  font-size: 11px;
  color: #6f869b;
}
.export-example > b {
  font-size: 9px;
  padding: 10px 12px;
  background: #fff;
  border: 1px solid #d9e4ed;
  border-radius: 5px;
  color: #587d9e;
  font-weight: 400;
  white-space: nowrap;
}
.export-example b span {
  margin-left: 9px;
}
.control-section {
  background: #edf2f6;
}
.control-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 95px;
  align-items: center;
}
.control-copy h2 {
  font-size: 43px;
  margin-bottom: 21px;
}
.section-intro {
  font-size: 12px;
  color: #7a909f;
}
.feature-line {
  display: flex;
  gap: 17px;
  border-top: 1px solid #d9e3eb;
  padding-top: 22px;
  margin-top: 24px;
}
.feature-line > span {
  font-size: 8px;
  color: #9caebb;
  padding-top: 4px;
}
.feature-line h3 {
  font-size: 14px;
  letter-spacing: -0.15px;
  margin-bottom: 9px;
}
.feature-line p {
  font-size: 11px;
  color: #8599a9;
  line-height: 1.8;
  max-width: 330px;
}
.control-art {
  padding: 30px 0;
}
.editor-demo {
  background: #fff;
  border: 1px solid #dce5ec;
  border-radius: 10px;
  box-shadow: 0 22px 55px -20px #3b536c26;
  padding: 26px 28px;
  transform: rotate(-1.5deg);
}
.editor-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 21px;
  border-bottom: 1px solid #e8edf2;
  color: #8da1b3;
}
.editor-top .small-label {
  font-size: 8px;
}
.editor-demo h3 {
  font-size: 15px;
  margin: 28px 0 15px;
}
.editor-demo > p {
  font-size: 12px;
  line-height: 1.8;
  color: #7b90a2;
  max-width: 290px;
}
.editor-field {
  font-size: 13px;
  background: #fcfdff;
  border: 1px solid #bdd2e8;
  box-shadow: 0 0 0 3px #edf4fc;
  border-radius: 5px;
  padding: 16px;
  margin-top: 20px;
  color: #507a9f;
  display: flex;
  align-items: center;
  gap: 2px;
}
.caret {
  height: 17px;
  width: 1px;
  background: var(--blue);
}
.editor-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 26px;
  padding-top: 17px;
  border-top: 1px solid #edf1f5;
  font-size: 9px;
  color: #92a7b7;
}
.editor-foot b {
  font-size: 14px;
  color: #4d958b;
}
.control-caption {
  text-align: center;
  margin-top: 34px;
}
.control-caption > span {
  font-size: 7px;
  color: #9baebb;
  letter-spacing: 1.5px;
}
.control-caption p {
  font-family: Onest, sans-serif;
  font-size: 16px;
  letter-spacing: -0.25px;
  color: #71899d;
  margin-top: 9px;
}
.trust-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
.trust-columns article {
  border-top: 1px solid #e3eaf0;
  padding-top: 25px;
}
.trust-symbol {
  font-size: 23px;
  font-family: Onest, sans-serif;
  color: #799bb7;
  display: inline-flex;
  margin-bottom: 22px;
}
.trust-columns h3 {
  font-size: 17px;
  letter-spacing: -0.25px;
  margin-bottom: 14px;
}
.trust-columns p {
  font-size: 12px;
  line-height: 1.85;
  color: #8397a7;
}
.pricing-section {
  background: #f7f9fc;
}
.pricing-section .section-heading {
  align-items: flex-start;
}
.pricing-section h2 {
  max-width: 560px;
}
.pricing-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.price-card {
  border: 1px solid #e0e7ee;
  border-radius: 10px;
  padding: 30px;
  background: #fff;
}
.price-card.trial {
  background: #f7f9fc;
}
.price-card h3 {
  font-size: 48px;
  letter-spacing: -2px;
  margin: 26px 0 11px;
}
.price-card h3 small {
  font-size: 26px;
  color: #91a3b3;
  font-weight: 400;
  margin-left: 3px;
}
.price-volume {
  font-size: 12px;
  color: #627e95;
}
.price-description {
  font-size: 11px;
  line-height: 1.85;
  color: #8b9eae;
  margin: 23px 0 31px;
}
.price-card .btn {
  width: 100%;
  padding: 14px 12px;
  font-size: 11px;
  justify-content: space-between;
}
.price-foot {
  font-size: 8px;
  color: #a0afbb;
  margin-top: 14px;
  text-align: center;
}
.pricing-note {
  font-size: 9px;
  color: #9baebb;
  text-align: center;
  margin-top: 24px;
}
.faq-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 70px;
}
.faq-grid h2 {
  font-size: 38px;
}
.faq-grid > div:first-child > p {
  font-size: 12px;
  color: #8da0af;
  margin-top: 25px;
  line-height: 2;
}
.faq-grid p a {
  color: #597c9b;
}
.faq-grid p a span {
  margin-left: 7px;
}
.faq-list details {
  border-bottom: 1px solid #e2e9ef;
  padding: 22px 0;
}
.faq-list details:first-child {
  padding-top: 0;
}
.faq-list summary {
  font-family: Onest, sans-serif;
  font-size: 14px;
  font-weight: 450;
  line-height: 1.55;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary span {
  font-size: 21px;
  color: #93a8ba;
  font-weight: 300;
  flex-shrink: 0;
  transition: transform 0.2s;
}
.faq-list details[open] summary span {
  transform: rotate(45deg);
}
.faq-list details p {
  font-size: 12px;
  line-height: 1.85;
  color: #7b92a4;
  padding: 17px 25px 3px 0;
}
.final-section {
  background: #eaf1f8;
  padding: 65px 0;
}
.final-inner {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: center;
}
.final-section h2 {
  font-size: 38px;
}
.final-inner > div:last-child > p {
  font-size: 9px;
  color: #95a9bb;
  margin-top: 15px;
  text-align: center;
}
.site-footer {
  padding: 57px 0 26px;
  background: #fff;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.2fr 1fr 0.7fr;
  gap: 60px;
  padding-bottom: 48px;
}
.footer-top .brand {
  font-size: 27px;
}
.footer-top > div:first-child > p {
  font-size: 10px;
  color: #92a5b4;
  line-height: 1.85;
  margin-top: 18px;
}
.footer-links {
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-size: 10px;
  color: #768fa2;
}
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 12px;
  color: #41637f;
}
.footer-contact a {
  display: flex;
  gap: 15px;
}
.footer-bottom {
  padding-top: 23px;
  border-top: 1px solid #e7edf2;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 8px;
  color: #a2b1bd;
  line-height: 1.8;
}
.skip-link {
  position: absolute;
  left: 15px;
  top: -70px;
  background: white;
  padding: 15px;
  z-index: 100;
}
.skip-link:focus {
  top: 15px;
}
.legal-page {
  padding: 75px 0 100px;
}
.legal-content {
  max-width: 790px;
  margin: 0 auto;
}
.legal-content h1 {
  font-size: 43px;
  line-height: 1.2;
  letter-spacing: -1.5px;
  margin: 22px 0;
}
.legal-content h2 {
  font-size: 24px;
  margin: 35px 0 15px;
  letter-spacing: -0.6px;
}
.legal-content h3 {
  font-size: 18px;
  margin: 25px 0 12px;
}
.legal-content p,
.legal-content li {
  font-size: 14px;
  line-height: 1.9;
  color: #657e92;
  margin-bottom: 15px;
}
.legal-content a {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.legal-content .lead {
  font-size: 18px;
  line-height: 1.8;
  color: #7991a4;
}
.legal-content .btn {
  color: white;
  text-decoration: none;
  margin-top: 20px;
}
.legal-content .update {
  font-size: 11px;
  color: #9aacba;
  margin-bottom: 30px;
}
.legal-content ul {
  padding-left: 20px;
}
.legal-content .notice {
  padding: 20px 24px;
  background: #edf4fc;
  border-radius: 8px;
}
.payment-result {
  text-align: center;
  padding: 90px 20px;
  min-height: 65vh;
}
.payment-result h1 {
  font-size: 42px;
  letter-spacing: -1.5px;
}
.payment-result p {
  max-width: 480px;
  color: #8298a9;
  font-size: 14px;
  margin: 25px auto;
}
.payment-result .btn {
  margin: 10px;
}
@media (min-width: 1500px) {
  .container {
    max-width: 1370px;
    padding: 0 50px;
  }
  .hero-grid {
    gap: 90px;
    padding-top: 95px;
    padding-bottom: 90px;
  }
  .hero h1 {
    font-size: 84px;
  }
  .hero-description {
    font-size: 15px;
  }
  .hero-visual {
    max-width: 570px;
  }
  .paper-body {
    padding: 30px 35px;
  }
  .paper-body h2 {
    font-size: 30px;
  }
  .paper-section {
    padding: 18px 0;
  }
  .paper-section p {
    font-size: 12px;
  }
  .paper-section h3 {
    font-size: 12px;
  }
  .paper-change > div {
    font-size: 12px;
  }
  .hero-grid {
    min-height: 690px;
  }
}
@media (max-width: 1100px) {
  .container {
    padding: 0 30px;
  }
  .hero-grid {
    gap: 30px;
    padding-top: 65px;
    padding-bottom: 55px;
  }
  .hero h1 {
    font-size: 59px;
    letter-spacing: -2.8px;
  }
  .hero-description {
    font-size: 12px;
  }
  .hero-actions {
    gap: 18px;
    flex-wrap: wrap;
  }
  .hero-actions .btn {
    font-size: 11px;
    padding: 15px 17px;
    gap: 18px;
  }
  .quiet-link {
    font-size: 11px;
  }
  .hero-visual {
    padding-left: 20px;
  }
  .paper-body {
    padding: 22px;
  }
  .voice-fragment {
    padding: 15px;
    width: 90%;
  }
  .voice-fragment p {
    font-size: 12px;
  }
  .waveform {
    gap: 2px;
  }
  .hero-foot > div {
    gap: 17px;
    font-size: 9px;
  }
  .hero-foot {
    font-size: 9px;
  }
  .section {
    padding: 85px 0;
  }
  .section h2 {
    font-size: 37px;
  }
  .steps {
    gap: 27px;
  }
  .steps h3 {
    font-size: 21px;
  }
  .step-visual {
    padding: 20px;
  }
  .control-grid {
    gap: 55px;
  }
  .control-copy h2 {
    font-size: 37px;
  }
  .trust-columns {
    gap: 30px;
  }
  .price-card {
    padding: 24px;
  }
  .price-card .btn {
    font-size: 10px;
  }
  .faq-grid {
    gap: 40px;
  }
  .footer-top {
    gap: 35px;
  }
}
@media (max-width: 800px) {
  .header-inner nav {
    gap: 18px;
    font-size: 10px;
  }
  .site-header {
    height: 77px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    padding-top: 58px;
    padding-bottom: 45px;
    gap: 45px;
  }
  .hero-copy {
    text-align: center;
  }
  .hero-copy .eyebrow {
    justify-content: center;
    font-size: 8px;
  }
  .hero h1 {
    font-size: 68px;
    letter-spacing: -3.4px;
    margin: 24px 0;
  }
  .hero-description {
    font-size: 13px;
    margin: auto;
  }
  .hero-actions {
    justify-content: center;
  }
  .hero-visual {
    max-width: 490px;
    margin: auto;
    padding-left: 25px;
  }
  .paper-body {
    padding: 25px 30px;
  }
  .paper-section p {
    font-size: 11px;
  }
  .paper-change > div {
    font-size: 12px;
  }
  .paper-section h3 {
    font-size: 11px;
  }
  .visual-caption {
    font-size: 8px;
  }
  .hero-foot {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
  .hero-foot > div {
    justify-content: center;
  }
  .hero-foot > span {
    font-size: 8px;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  .section-heading {
    gap: 25px;
  }
  .section h2 {
    font-size: 34px;
  }
  .section-heading > p {
    font-size: 11px;
    max-width: 250px;
  }
  .example-input,
  .example-output {
    padding: 28px;
  }
  .example-quote {
    font-size: 24px;
  }
  .example-before {
    font-size: 17px;
  }
  .example-after {
    font-size: 21px;
  }
  .steps {
    gap: 22px;
  }
  .steps h3 {
    font-size: 19px;
  }
  .steps p {
    font-size: 11px;
    min-height: 90px;
  }
  .step-visual {
    padding: 13px;
  }
  .voice-lines {
    gap: 3px;
  }
  .export-example {
    flex-direction: column;
    justify-content: center;
    gap: 10px;
  }
  .control-grid {
    gap: 35px;
  }
  .control-copy h2 {
    font-size: 34px;
  }
  .feature-line {
    gap: 12px;
  }
  .editor-demo {
    padding: 22px;
  }
  .trust-columns {
    gap: 25px;
  }
  .trust-columns h3 {
    font-size: 16px;
  }
  .trust-columns p {
    font-size: 11px;
  }
  .pricing-cards {
    gap: 12px;
  }
  .price-card {
    padding: 22px 18px;
  }
  .price-card h3 {
    font-size: 37px;
  }
  .price-card .btn {
    gap: 7px;
    font-size: 9px;
  }
  .price-card .btn span {
    font-size: 16px;
  }
  .price-description {
    font-size: 10px;
  }
  .faq-grid {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 30px;
  }
  .faq-list summary {
    font-size: 12px;
  }
  .final-section h2 {
    font-size: 32px;
  }
  .final-inner .btn {
    font-size: 11px;
    gap: 15px;
  }
  .footer-top {
    gap: 25px;
  }
  .footer-contact {
    font-size: 11px;
  }
  .footer-bottom {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 7px 25px;
  }
}
@media (max-width: 600px) {
  .container {
    padding: 0 23px;
  }
  .site-header {
    height: 73px;
  }
  .header-inner nav {
    display: none;
  }
  .brand {
    font-size: 28px;
  }
  .brand-mark {
    transform: scale(0.85) rotate(-8deg);
    width: 27px;
    margin-right: 7px;
  }
  .login-link {
    font-size: 11px;
    gap: 18px;
    padding: 9px 14px;
  }
  .hero-grid {
    padding-top: 44px;
    gap: 38px;
    padding-bottom: 42px;
  }
  .hero-copy {
    text-align: left;
  }
  .hero-copy .eyebrow {
    justify-content: flex-start;
    font-size: 6.6px;
    letter-spacing: 1.05px;
    gap: 7px;
  }
  .hero h1 {
    font-size: clamp(45px, 11vw, 64px);
    letter-spacing: -2.5px;
    line-height: 1.07;
    margin: 23px 0 20px;
  }
  .hero-description {
    font-size: 12px;
    line-height: 1.85;
    margin: 0;
    max-width: 360px;
  }
  .desktop-br {
    display: none;
  }
  .hero-actions {
    justify-content: flex-start;
    margin-top: 27px;
    gap: 19px;
  }
  .hero-actions .btn {
    font-size: 11px;
    min-height: 47px;
    padding: 14px 17px;
    gap: 19px;
  }
  .hero-actions .quiet-link {
    font-size: 10px;
    gap: 8px;
  }
  .trial-note {
    font-size: 8px;
    margin-top: 14px;
  }
  .hero-visual {
    padding-left: 15px;
    padding-bottom: 23px;
  }
  .paper-top {
    padding: 13px 18px;
    gap: 14px;
  }
  .paper-body {
    padding: 21px 21px 15px;
  }
  .paper-body h2 {
    font-size: 23px;
  }
  .paper-section {
    padding: 12px 0;
  }
  .paper-section h3 {
    font-size: 10px;
    margin-bottom: 8px;
  }
  .paper-section p {
    font-size: 10px;
  }
  .paper-change {
    padding: 10px;
    gap: 5px;
  }
  .paper-change > div {
    font-size: 10px;
  }
  .paper-change small {
    font-size: 6.5px;
  }
  .paper-section.last {
    padding-bottom: 8px;
  }
  .paper-footer {
    padding: 12px 21px;
    font-size: 7px;
  }
  .voice-fragment {
    width: 88%;
    left: 0;
    bottom: 0;
    padding: 13px 14px;
    gap: 10px;
  }
  .voice-icon {
    width: 32px;
    height: 32px;
  }
  .voice-fragment p {
    font-size: 12px;
  }
  .voice-fragment > div:nth-child(2) > span {
    font-size: 6px;
  }
  .waveform {
    gap: 2px;
  }
  .waveform i {
    width: 2px;
  }
  .visual-caption {
    font-size: 6.5px;
    margin-top: 17px;
    top: 17px;
  }
  .hero-foot {
    gap: 14px;
    padding: 23px;
  }
  .hero-foot > div {
    gap: 12px 20px;
    font-size: 9px;
    line-height: 1.6;
  }
  .section {
    padding: 64px 0;
  }
  .section-heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 30px;
  }
  .section .eyebrow {
    font-size: 7px;
    letter-spacing: 1.15px;
  }
  .section h2,
  .final-section h2 {
    font-size: 33px;
    letter-spacing: -1.25px;
    line-height: 1.15;
    margin-top: 13px;
  }
  .section-heading > p {
    font-size: 12px;
    max-width: 310px;
  }
  .section-heading > p br {
    display: none;
  }
  .example-workbench {
    grid-template-columns: 1fr;
  }
  .example-input {
    padding: 27px;
  }
  .example-quote {
    font-size: 28px;
    min-height: 60px;
    margin: 17px 0 22px;
  }
  .example-switches button {
    font-size: 10px;
    padding: 8px 11px;
  }
  .example-note {
    font-size: 10px;
    max-width: none;
    margin-top: 19px;
    min-height: 0;
  }
  .example-output {
    padding: 27px;
    border-top: 1px solid #e1e9f0;
    min-height: 245px;
  }
  .example-before {
    margin-top: 31px;
    font-size: 18px;
  }
  .example-after {
    font-size: 23px;
  }
  .example-untouched {
    font-size: 8px;
    padding-top: 27px;
  }
  .example-disclaimer {
    font-size: 8px;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 33px;
    margin-top: 35px;
  }
  .steps article {
    padding-top: 18px;
  }
  .steps h3 {
    font-size: 25px;
    line-height: 1.3;
    margin: 17px 0 12px;
  }
  .steps h3 br {
    display: none;
  }
  .steps p {
    font-size: 12px;
    min-height: 0;
    max-width: 330px;
  }
  .step-visual {
    height: 100px;
    margin-top: 20px;
    padding: 20px 25px;
  }
  .voice-lines {
    gap: 5px;
  }
  .voice-lines span {
    font-size: 12px;
    margin-right: 30px;
  }
  .review-lines span {
    font-size: 10px;
  }
  .review-lines b {
    font-size: 9px;
  }
  .export-example {
    flex-direction: row;
    justify-content: space-between;
  }
  .export-example > span {
    font-size: 12px;
  }
  .export-example > b {
    font-size: 11px;
    padding: 11px 15px;
  }
  .control-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .control-copy {
    order: -1;
  }
  .control-copy h2 {
    font-size: 33px;
  }
  .section-intro {
    font-size: 12px;
  }
  .feature-line {
    padding-top: 21px;
    margin-top: 22px;
    gap: 17px;
  }
  .feature-line h3 {
    font-size: 15px;
  }
  .feature-line p {
    font-size: 12px;
    max-width: 330px;
  }
  .control-art {
    padding: 12px 7px 0;
  }
  .editor-demo {
    padding: 25px;
  }
  .editor-demo h3 {
    font-size: 16px;
  }
  .editor-demo > p {
    font-size: 12px;
  }
  .editor-field {
    font-size: 13px;
    padding: 16px 13px;
  }
  .control-caption p {
    font-size: 14px;
  }
  .trust-columns {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .trust-columns article {
    padding-top: 22px;
  }
  .trust-symbol {
    margin-bottom: 16px;
    font-size: 22px;
  }
  .trust-columns h3 {
    font-size: 19px;
    margin-bottom: 11px;
  }
  .trust-columns p {
    font-size: 12px;
    max-width: 360px;
  }
  .pricing-cards {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .price-card {
    padding: 30px;
  }
  .price-card h3 {
    font-size: 46px;
    margin: 23px 0 11px;
  }
  .price-volume {
    font-size: 13px;
  }
  .price-description {
    font-size: 12px;
    margin: 20px 0 26px;
  }
  .price-description br {
    display: none;
  }
  .price-card .btn {
    font-size: 12px;
    padding: 14px 17px;
  }
  .price-foot {
    font-size: 9px;
  }
  .pricing-note {
    font-size: 9px;
    line-height: 1.7;
  }
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .faq-grid > div:first-child > p {
    margin-top: 20px;
    font-size: 12px;
  }
  .faq-list summary {
    font-size: 14px;
    gap: 20px;
  }
  .faq-list details {
    padding: 22px 0;
  }
  .faq-list details p {
    font-size: 12px;
  }
  .final-section {
    padding: 55px 0;
  }
  .final-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 29px;
  }
  .final-inner .btn {
    font-size: 12px;
    padding: 16px 21px;
  }
  .final-inner > div:last-child > p {
    font-size: 8px;
  }
  .site-footer {
    padding: 43px 0 25px;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    padding-bottom: 30px;
  }
  .footer-top > div:first-child {
    grid-column: 1/-1;
  }
  .footer-top .brand {
    font-size: 27px;
  }
  .footer-top > div:first-child > p {
    font-size: 10px;
    margin-top: 14px;
  }
  .footer-links {
    font-size: 10px;
    gap: 14px;
  }
  .footer-contact {
    font-size: 11px;
    gap: 17px;
  }
  .footer-bottom {
    flex-direction: column;
    font-size: 8px;
    gap: 9px;
    padding-top: 20px;
  }
  .legal-page {
    padding: 45px 0 65px;
  }
  .legal-content h1 {
    font-size: 32px;
    letter-spacing: -1px;
  }
  .legal-content h2 {
    font-size: 23px;
  }
  .legal-content p,
  .legal-content li {
    font-size: 13px;
  }
  .legal-content .lead {
    font-size: 16px;
  }
  .payment-result {
    padding: 60px 23px;
  }
  .payment-result h1 {
    font-size: 33px;
  }
  .payment-result p {
    font-size: 13px;
  }
}
@media (max-width: 350px) {
  .container {
    padding-left: 18px;
    padding-right: 18px;
  }
  .hero-actions {
    gap: 13px;
  }
  .hero-actions .btn {
    font-size: 10px;
    padding: 13px;
    gap: 12px;
  }
  .hero-actions .quiet-link {
    font-size: 9px;
  }
  .hero-copy .eyebrow {
    font-size: 6px;
  }
  .hero h1 {
    font-size: 44px;
  }
  .waveform {
    display: none;
  }
  .voice-fragment {
    width: 85%;
  }
  .paper-change {
    display: block;
  }
  .paper-change small {
    display: block;
    margin-top: 5px;
  }
  .section h2 {
    font-size: 30px;
  }
  .example-input,
  .example-output {
    padding: 23px;
  }
  .price-card {
    padding: 25px;
  }
  .footer-contact {
    font-size: 10px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
    animation: none !important;
  }
}
/* Shared editorial and account support pages. */
.page-main {
  min-height: 65vh;
}
.legal {
  max-width: 790px;
  margin: 0 auto;
  padding: 84px 28px 110px;
  line-height: 1.75;
}
.legal h1 {
  font-family: Onest, sans-serif;
  font-size: clamp(32px, 4.4vw, 54px);
  font-weight: 500;
  line-height: 1.14;
  letter-spacing: -0.045em;
  margin: 0 0 24px;
  overflow-wrap: anywhere;
}
.legal h2 {
  font:
    500 24px/1.25 Onest,
    sans-serif;
  letter-spacing: -0.025em;
  margin: 40px 0 14px;
}
.legal p,
.legal ul {
  margin: 14px 0;
}
.legal li {
  margin: 8px 0;
}
.legal a:not(.btn) {
  color: var(--blue, #285bd4);
  text-underline-offset: 4px;
}
.legal .updated {
  color: #66758b;
  font-size: 13px;
}
.legal .lead {
  font-size: 21px;
  color: #50627d;
  line-height: 1.65;
}
.legal .btn {
  margin-top: 28px;
}
.payment-page {
  max-width: 720px;
  margin: 0 auto;
  padding: 100px 24px 140px;
  text-align: center;
}
.payment-page h1 {
  font:
    500 clamp(34px, 5vw, 56px) / 1.12 Onest,
    sans-serif;
  letter-spacing: -0.045em;
  margin: 22px 0;
}
.payment-page p {
  color: #50627d;
  line-height: 1.7;
  margin: 0 0 32px;
}
.payment-page .quiet-link {
  display: block;
  margin-top: 24px;
}
.wrap {
  width: min(100% - 48px, 1120px);
  margin-inline: auto;
}
.article-body {
  max-width: 760px !important;
  line-height: 1.8;
}
.article-body h1 {
  font-family: Onest, sans-serif;
  letter-spacing: -0.04em;
}
.article-body a {
  color: #285bd4;
}
.article-body img {
  max-width: 100%;
}
.article-body pre {
  overflow-x: auto;
}
.article-body p {
  overflow-wrap: anywhere;
}
.blog-hero {
  padding-top: 70px;
}
.blog-card {
  border-color: #dce3eb !important;
  box-shadow: none !important;
  background: #fff !important;
  border-radius: 12px !important;
}
.blog-card:hover {
  border-color: #9ab1d9 !important;
}
.blog-card h2 {
  font-family: Onest, sans-serif;
  letter-spacing: -0.025em;
}
.blog-card a {
  color: #285bd4;
}
.blog-card p {
  color: #52637a;
}
.article-meta {
  display: flex;
  gap: 10px;
  align-items: center;
}
.article-meta svg,
.article-back svg {
  width: 16px;
  height: 16px;
}
.article-back {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 600px) {
  .legal {
    padding: 48px 22px 70px;
  }
  .legal h1 {
    font-size: 34px;
  }
  .legal .lead {
    font-size: 18px;
  }
  .wrap {
    width: calc(100% - 40px);
  }
  .payment-page {
    padding: 64px 24px 90px;
  }
}
.steps > * {
  min-width: 0;
}
.steps {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.steps h3 {
  overflow-wrap: anywhere;
}
.hero-description {
  font-size: 16px;
}
.steps p,
.feature-line p,
.trust-columns p,
.faq-list details p,
.price-description,
.section-intro {
  font-size: 14px;
}
.header-inner nav {
  font-size: 14px;
}
.hero-copy .eyebrow {
  font-size: 10px;
}
.trial-note {
  font-size: 12px;
}
.footer-links,
.footer-contact {
  font-size: 12px;
}
.voice-fragment + * {
  position: relative;
}
@media (max-width: 700px) {
  .steps {
    grid-template-columns: minmax(0, 1fr);
  }
  .steps h3 {
    font-size: 24px;
  }
  .hero-description {
    font-size: 15px;
  }
  .hero-copy .eyebrow {
    font-size: 8px;
  }
  .trial-note {
    font-size: 11px;
  }
  .hero-visual {
    min-width: 0;
  }
  .hero-visual > small {
    bottom: -15px;
  }
  .hero-actions .btn {
    font-size: 13px;
  }
  .faq-list summary {
    font-size: 15px;
  }
  .example-disclaimer,
  .pricing-note,
  .price-foot {
    font-size: 11px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}
