.auto-page {
  --auto-ink: #101217;
  --auto-muted: #5d6470;
  --auto-soft: #f3f5f8;
  --auto-line: #dfe3ea;
  --auto-blue: #095de7;
  --auto-blue-dark: #0646ae;
  --auto-cyan: #86eadb;
  --auto-lime: #dff36b;
  --auto-night: #0a101b;
  --auto-radius: 24px;
  --auto-shadow: 0 24px 70px rgba(16, 25, 44, 0.13);
  min-width: 320px;
  background: #fff;
  color: var(--auto-ink);
  font-size: 16px;
  line-height: 1.55;
}

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

.auto-page a,
.auto-page button,
.auto-page summary {
  touch-action: manipulation;
}

.auto-page a:focus-visible,
.auto-page button:focus-visible,
.auto-page summary:focus-visible,
.auto-page [tabindex="0"]:focus-visible,
.auto-page video:focus-visible {
  outline: 3px solid var(--auto-cyan);
  outline-offset: 4px;
}

.auto-page .container {
  width: min(1180px, calc(100% - 48px));
}

.auto-header {
  background: rgba(255, 255, 255, 0.94);
}

.auto-header .auto-brand {
  min-width: 164px;
  min-height: 44px;
  padding: 0;
}

.auto-brand__logo {
  display: block;
  width: 164px;
  height: auto;
}

.auto-header .desktop-nav a {
  position: relative;
}

.auto-header .desktop-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 7px;
  left: 0;
  height: 2px;
  background: var(--auto-blue);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.auto-header .desktop-nav a:hover::after,
.auto-header .desktop-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.auto-page h1,
.auto-page h2,
.auto-page h3,
.auto-page p,
.auto-page blockquote,
.auto-page figure {
  margin-top: 0;
}

.auto-page h1,
.auto-page h2,
.auto-page h3 {
  overflow-wrap: normal;
  text-wrap: balance;
}

.auto-page h1 {
  max-width: 720px;
  margin-bottom: 26px;
  font-size: clamp(46px, 5.8vw, 82px);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.auto-page h2 {
  margin-bottom: 20px;
  font-size: clamp(38px, 4.8vw, 64px);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.auto-page h3 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.2;
}

.auto-page p {
  color: var(--auto-muted);
}

/* Isolate page sections from legacy shared components with the same names. */
.auto-page .comparison,
.auto-page .faq {
  display: block;
}

.auto-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--auto-blue) !important;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.auto-kicker::before {
  content: "";
  width: 22px;
  height: 2px;
  background: currentColor;
}

.auto-hero {
  position: relative;
  overflow: hidden;
  padding: 76px 0 82px;
  background:
    radial-gradient(circle at 76% 34%, rgba(100, 164, 255, 0.23), transparent 26%),
    linear-gradient(145deg, #fff 5%, #f5f8fc 52%, #eff4fb 100%);
}

.auto-hero::before {
  content: "";
  position: absolute;
  width: 680px;
  height: 680px;
  right: -250px;
  top: -290px;
  border: 1px solid rgba(9, 93, 231, 0.13);
  border-radius: 50%;
  box-shadow: 0 0 0 76px rgba(9, 93, 231, 0.025), 0 0 0 152px rgba(9, 93, 231, 0.02);
}

.auto-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(480px, 0.88fr);
  align-items: center;
  gap: 62px;
}

.auto-hero__copy em {
  color: var(--auto-blue);
  font-style: normal;
}

.auto-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 20px;
  color: #66758a;
  font-size: 13px;
  font-weight: 700;
}

.auto-breadcrumb a {
  color: var(--auto-blue);
  text-decoration: none;
}

.auto-breadcrumb a:hover,
.auto-breadcrumb a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.auto-hero__lead {
  max-width: 680px;
  margin-bottom: 28px;
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.55;
}

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

.auto-page .hero-system-note {
  margin: 32px 0 0;
  color: var(--auto-muted);
  font-size: 14px;
}

.hero-system-note a {
  color: var(--auto-blue);
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.auto-button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  font-family: inherit;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.lead-open-button {
  border: 0;
}

.lead-modal[hidden] {
  display: none;
}

.lead-modal {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: grid;
  place-items: center;
  padding: 16px;
}

.lead-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(12, 18, 28, 0.58);
  backdrop-filter: blur(7px);
}

.lead-modal__panel {
  position: relative;
  width: min(100%, 570px);
  max-height: calc(100dvh - 32px);
  overflow-y: auto;
  padding: 38px;
  border: 1px solid rgba(9, 93, 231, 0.18);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 30px 90px rgba(20, 31, 49, 0.24);
}

.lead-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 1;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: #eef3fa;
  color: var(--auto-ink);
  font: 32px/1 Arial, sans-serif;
  cursor: pointer;
}

.lead-modal__eyebrow {
  margin: 0 52px 8px 0;
  color: var(--auto-blue);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lead-modal h2 {
  margin: 0;
  max-width: 480px;
  font-size: clamp(27px, 4vw, 36px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.lead-modal__intro {
  margin: 14px 0 24px;
  color: var(--auto-muted);
  font-size: 15px;
  line-height: 1.55;
}

.lead-form,
.lead-field {
  display: grid;
}

.lead-form {
  gap: 15px;
}

.lead-field {
  gap: 7px;
}

.lead-field label {
  color: var(--auto-ink);
  font-size: 14px;
  font-weight: 780;
}

.lead-field input {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid #cdd5e0;
  border-radius: 10px;
  background: #fff;
  color: var(--auto-ink);
  font: inherit;
  font-size: 16px;
  outline: none;
}

.lead-field input:focus {
  border-color: var(--auto-blue);
  box-shadow: 0 0 0 3px rgba(9, 93, 231, 0.12);
}

.lead-field input[aria-invalid="true"] {
  border-color: #c62d3f;
}

.lead-field__error {
  min-height: 0;
  color: #b42335;
  font-size: 12px;
  line-height: 1.35;
}

.lead-field__error:not(:empty) {
  min-height: 16px;
}

.lead-check {
  display: grid;
  grid-template-columns: 22px 1fr;
  align-items: start;
  gap: 10px;
  color: #4d5664;
  font-size: 13px;
  line-height: 1.45;
  cursor: pointer;
}

.lead-check input {
  width: 20px;
  height: 20px;
  margin: 1px 0 0;
  accent-color: var(--auto-blue);
}

.lead-check a {
  color: var(--auto-blue);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.lead-check-error {
  margin-top: -10px;
  padding-left: 32px;
}

.lead-form__legal {
  margin: -4px 0 0;
  color: #667085;
  font-size: 12px;
  line-height: 1.5;
}

.lead-form__legal a {
  color: var(--auto-blue);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.lead-form__submit {
  width: 100%;
  margin-top: 3px;
}

.lead-form__submit:disabled,
.lead-time-form__submit:disabled {
  opacity: 0.7;
  cursor: wait;
  transform: none;
}

.lead-form__status {
  min-height: 20px;
  margin: -4px 0 0;
  color: #b42335;
  font-size: 13px;
  text-align: center;
}

.lead-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.lead-modal__success {
  padding: 40px 0 20px;
  text-align: center;
}

.lead-modal__success > span {
  display: inline-grid;
  place-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: #e3f8ed;
  color: #159653;
  font-size: 30px;
  font-weight: 850;
}

.lead-modal__success p {
  margin: 14px 0 26px;
  color: var(--auto-muted);
}

.lead-modal__success .auto-button {
  min-width: 180px;
}

.lead-time-form {
  display: grid;
  gap: 14px;
  margin-top: 22px;
  padding: 20px;
  border: 1px solid #dce4ef;
  border-radius: 16px;
  background: #f7f9fc;
  text-align: left;
}

.lead-time-form[hidden] {
  display: none;
}

.lead-time-form__fields {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 12px;
}

.lead-time-form__submit {
  width: 100%;
}

.lead-modal__success .lead-time-form__status {
  min-height: 18px;
  margin: -4px 0 0;
  color: #b42335;
  font-size: 13px;
  text-align: center;
}

.lead-modal__skip {
  margin-top: 16px;
  padding: 8px 12px;
  border: 0;
  background: transparent;
  color: var(--auto-muted);
  font: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.body-lock {
  overflow: hidden;
}

.auto-button:hover {
  transform: translateY(-2px);
}

.auto-button--primary {
  border-color: var(--auto-blue);
  background: var(--auto-blue);
  color: #fff;
  box-shadow: 0 14px 30px rgba(9, 93, 231, 0.22);
}

.auto-button--primary:hover {
  background: var(--auto-blue-dark);
  border-color: var(--auto-blue-dark);
}

.auto-button--secondary {
  border-color: #cdd3dc;
  background: rgba(255, 255, 255, 0.72);
  color: var(--auto-ink);
}

.auto-button--secondary:hover {
  border-color: var(--auto-blue);
  color: var(--auto-blue);
  background: #fff;
}

.auto-trust {
  border-top: 1px solid var(--auto-line);
  border-bottom: 1px solid var(--auto-line);
  background: #fff;
}

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

.auto-trust__grid > span {
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 24px;
  border-left: 1px solid var(--auto-line);
  color: var(--auto-ink);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.auto-trust__grid > span:first-child {
  padding-left: 0;
  border-left: 0;
}

.auto-trust__grid > span::before {
  content: "✓";
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--auto-blue);
  background: rgba(9, 93, 231, 0.1);
  font-size: 12px;
  font-weight: 900;
}

.editor-showcase {
  min-width: 0;
}

.editor-scene {
  position: relative;
  overflow: hidden;
  min-height: 640px;
  padding: 82px 28px 88px;
  border: 1px solid rgba(9, 93, 231, 0.13);
  border-radius: 32px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(231, 240, 252, 0.83));
  box-shadow: var(--auto-shadow);
}

.editor-scene::before {
  content: "";
  position: absolute;
  inset: 64px 18px 76px;
  border-radius: 24px;
  background:
    linear-gradient(rgba(9, 93, 231, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(9, 93, 231, 0.035) 1px, transparent 1px);
  background-size: 30px 30px;
  pointer-events: none;
}

.editor-scene__status {
  position: absolute;
  z-index: 4;
  top: 26px;
  left: 28px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #34516e;
  font-size: 11px;
  font-weight: 800;
}

.editor-scene__status span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #28b86d;
  box-shadow: 0 0 0 5px rgba(40, 184, 109, 0.12);
}

.factory-pipeline {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 18px;
  padding: 0 0 18px;
  list-style: none;
  border-bottom: 1px solid rgba(9, 93, 231, 0.12);
}

.factory-pipeline::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 22px;
  right: 16.666%;
  left: 16.666%;
  height: 1px;
  background: repeating-linear-gradient(90deg, #9ab3d7 0 5px, transparent 5px 10px);
}

.factory-pipeline li {
  min-width: 0;
  display: grid;
  justify-items: center;
  align-content: start;
  text-align: center;
}

.factory-pipeline li > span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin-bottom: 8px;
  border: 1px solid rgba(9, 93, 231, 0.18);
  border-radius: 50%;
  background: #f5f8ff;
  color: var(--auto-blue);
  font-size: 10px;
  font-weight: 800;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.8);
}

.factory-pipeline strong,
.factory-pipeline small {
  display: block;
  line-height: 1.2;
}

.factory-pipeline strong {
  color: var(--auto-ink);
  font-size: 14px;
}

.factory-pipeline small {
  max-width: 120px;
  margin-top: 3px;
  color: #697383;
  font-size: 9px;
}

.factory-results {
  position: relative;
  z-index: 2;
  height: 338px;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(150px, 0.75fr);
  gap: 16px;
}

.factory-card {
  min-width: 0;
  overflow: hidden;
  margin: 0;
  padding: 14px;
  border: 1px solid #e2e7ef;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 38px rgba(24, 37, 59, 0.12);
}

.factory-card__head {
  display: grid;
  grid-template-columns: 32px 1fr;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.factory-card__head .channel-dot,
.factory-card__head .video-dot {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--auto-blue);
  color: #fff;
  font-size: 9px;
  font-weight: 800;
}

.factory-card__head .video-dot::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 2px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #fff;
}

.factory-card__head strong,
.factory-card__head small {
  display: block;
  line-height: 1.2;
}

.factory-card__head strong {
  font-size: 11px;
}

.factory-card__head small {
  margin-top: 2px;
  color: #8b929f;
  font-size: 8px;
}

.preview-cover {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 12px;
  background: #d8e1ec;
}

.preview-cover img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 52%;
}

.post-copy {
  margin-top: 11px;
}

.post-copy strong {
  display: block;
  margin-bottom: 8px;
  color: var(--auto-ink);
  font-size: 12px;
  line-height: 1.2;
}

.post-copy__line {
  width: 100%;
  height: 5px;
  display: block;
  margin-top: 5px;
  border-radius: 999px;
  background: #e4e9f0;
}

.post-copy__line--short {
  width: 68%;
}

.post-reactions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 13px;
  color: #697383;
  font-size: 10px;
}

.post-reactions time {
  margin-left: auto;
  color: #9aa2ae;
}

.factory-card--video video {
  width: 100%;
  height: 270px;
  display: block;
  border-radius: 12px;
  background: #0c111a;
  object-fit: cover;
}

.factory-price-badge {
  position: absolute;
  z-index: 5;
  right: 28px;
  bottom: 18px;
  left: 28px;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 14px;
  border: 1px solid rgba(40, 184, 109, 0.2);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 35px rgba(17, 44, 39, 0.15);
}

.factory-price-badge > span {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #52606d;
  font-size: 10px;
  font-weight: 700;
}

.factory-price-badge i {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e4f8ee;
  color: #1b9a58;
  font-style: normal;
  font-weight: 900;
}

.factory-price-badge strong {
  color: var(--auto-ink);
  font-size: 16px;
  white-space: nowrap;
}

.auto-section {
  padding: 112px 0;
}

.auto-heading {
  max-width: 820px;
  margin-bottom: 52px;
}

.auto-heading > p:not(.auto-kicker) {
  max-width: 660px;
  font-size: 17px;
}

.auto-heading--split {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.55fr);
  align-items: end;
  gap: 80px;
}

.auto-heading--split > p {
  margin-bottom: 22px;
}

.auto-heading--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.auto-heading--center .auto-kicker {
  justify-content: center;
}

.subscription {
  background: #fff;
}

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

.volume-card {
  position: relative;
  overflow: hidden;
  min-height: 310px;
  padding: 30px;
  border: 1px solid var(--auto-line);
  border-radius: var(--auto-radius);
  background: var(--auto-soft);
}

.volume-card > span {
  position: absolute;
  top: 25px;
  right: 27px;
  color: #9aa2ae;
  font-size: 11px;
  font-weight: 800;
}

.volume-card > strong {
  display: block;
  margin: 74px 0 0;
  color: var(--auto-blue);
  font-size: clamp(58px, 6vw, 88px);
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.volume-card h3 {
  margin-top: 12px;
  font-size: 25px;
}

.volume-card p {
  max-width: 330px;
  margin-bottom: 0;
  font-size: 13px;
}

.volume-card--posts {
  grid-column: span 5;
  background: linear-gradient(145deg, #eef5ff, #fff);
}

.volume-card--video {
  grid-column: span 4;
  background: var(--auto-night);
  color: #fff;
}

.volume-card--video > strong {
  color: var(--auto-blue);
}

.volume-card--video p {
  color: #aeb8c8;
}

.volume-card--channels {
  grid-column: span 3;
  background: var(--auto-lime);
}

.volume-card--channels > strong {
  color: var(--auto-ink);
}

.volume-card--included {
  grid-column: 1 / -1;
  min-height: 0;
  display: grid;
  grid-template-columns: 190px 1fr;
  align-items: center;
  gap: 34px;
  padding: 26px 30px;
  background: #fff;
}

.volume-card--included .auto-kicker {
  margin: 0;
}

.check-list,
.plain-list,
.price-columns ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.check-list li,
.plain-list li,
.price-columns li {
  position: relative;
  padding-left: 23px;
  font-size: 12px;
  font-weight: 700;
}

.check-list li::before,
.plain-list li::before,
.price-columns li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--auto-blue);
  font-weight: 900;
}

.examples {
  overflow: hidden;
  background: var(--auto-soft);
}

.example-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: -12px auto 46px;
  color: #667080;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.example-flow span {
  padding: 10px 14px;
  border: 1px solid #dce2ea;
  border-radius: 999px;
  background: #fff;
}

.example-flow i {
  color: var(--auto-blue);
  font-style: normal;
}

.examples-stage {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 24px;
}

.example-shot,
.example-video {
  overflow: hidden;
  margin: 0;
  border: 1px solid #dce1e8;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(25, 37, 57, 0.1);
}

.example-shot img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  object-position: top;
}

.example-shot--one {
  transform: rotate(-2deg);
}

.example-shot--two {
  transform: rotate(2deg);
}

.example-shot figcaption,
.example-video figcaption {
  padding: 15px 17px 17px;
  color: #525b69;
  font-size: 11px;
  font-weight: 700;
}

.example-shot figcaption span,
.example-video figcaption span {
  display: block;
  margin-bottom: 3px;
  color: var(--auto-blue);
  font-size: 9px;
  text-transform: uppercase;
}

.examples-center {
  padding: 32px;
  border-radius: 22px;
  background: var(--auto-night);
  color: #fff;
}

.examples-center__label {
  margin-bottom: 24px;
  color: #aeb9ca !important;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.source-note {
  display: grid;
  grid-template-columns: 37px 1fr;
  align-items: center;
  gap: 13px;
  padding: 17px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.source-note > span {
  color: var(--auto-cyan);
  font-size: 11px;
  font-weight: 800;
}

.source-note strong,
.source-note small {
  display: block;
}

.source-note strong {
  font-size: 13px;
}

.source-note small {
  margin-top: 3px;
  color: #8f9aad;
  font-size: 10px;
}

.text-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: var(--auto-blue);
  cursor: pointer;
  font-family: inherit;
  font-size: 13px;
  font-weight: 800;
  text-align: left;
}

.examples-center .text-link {
  margin-top: 18px;
  color: #fff;
}

.example-video video {
  width: 100%;
  height: 430px;
  display: block;
  object-fit: cover;
  background: #000;
}

.problem {
  background: #fff;
}

.problem-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(430px, 0.78fr);
  align-items: center;
  column-gap: 110px;
  row-gap: 32px;
}

.problem-kicker {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.problem-copy {
  grid-column: 2;
  grid-row: 2;
  position: sticky;
  top: 120px;
  text-align: right;
}

.problem-copy > p:not(.auto-kicker) {
  margin-left: auto;
  max-width: 620px;
  font-size: 18px;
}

.problem-ledger {
  grid-column: 1;
  grid-row: 2;
  border-top: 1px solid var(--auto-line);
}

.problem-ledger > div {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 22px;
  padding: 31px 0;
  border-bottom: 1px solid var(--auto-line);
}

.problem-ledger > div > span {
  color: var(--auto-blue);
  font-size: 12px;
  font-weight: 800;
}

.problem-ledger strong {
  font-size: 18px;
}

.problem-ledger p {
  margin: 8px 0 0;
  font-size: 13px;
}

.process {
  overflow: hidden;
  background: radial-gradient(circle at 78% 0, #193866, transparent 32%), var(--auto-night);
  color: #fff;
}

.auto-heading--light .auto-kicker {
  color: var(--auto-cyan) !important;
}

.process .auto-heading--light .auto-kicker {
  color: var(--auto-blue) !important;
}

.process-title-accent {
  color: var(--auto-lime);
}

.auto-heading--light > p:not(.auto-kicker) {
  color: #a9b3c4;
}

.process-line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-line::before {
  content: "";
  position: absolute;
  top: 77px;
  left: 9%;
  right: 9%;
  height: 1px;
  background: repeating-linear-gradient(90deg, #3e5472 0 6px, transparent 6px 11px);
}

.process-line li {
  --process-step-color: var(--auto-blue);
  position: relative;
  z-index: 1;
  padding: 0 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.process-line li:last-child {
  --process-step-color: var(--auto-lime);
}

.process-line li:first-child {
  padding-left: 0;
  border-left: 0;
}

.process-line li > span {
  display: block;
  margin-bottom: 18px;
  color: #718097;
  font-size: 11px;
  font-weight: 800;
}

.process-line h3 {
  margin-top: 22px;
  color: #fff;
  font-size: 17px;
}

.process-line li:last-child h3 {
  color: var(--process-step-color);
}

.process-line p {
  margin: 0;
  color: #9ca8ba;
  font-size: 12px;
}

.process .process-summary {
  max-width: 850px;
  margin: 42px auto 0;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: clamp(16px, 1.5vw, 20px);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.process-icon,
.filter-icon,
.target-icon,
.doc-icon,
.send-icon {
  position: relative;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 1px solid #34445d;
  border-radius: 16px;
  background: #101b2c;
  box-shadow: 0 0 0 8px var(--auto-night);
}

.process-icon {
  align-content: center;
  gap: 4px;
}

.process-icon i {
  width: 27px;
  height: 3px;
  display: block;
  border-radius: 3px;
  background: var(--process-step-color);
}

.process-icon i:nth-child(2) { width: 21px; }
.process-icon i:nth-child(3) { width: 15px; }

.filter-icon::before {
  content: "";
  width: 30px;
  height: 28px;
  background: var(--process-step-color);
  clip-path: polygon(0 0, 100% 0, 64% 47%, 64% 78%, 46% 100%, 46% 47%);
}

.target-icon::before,
.target-icon::after {
  content: "";
  position: absolute;
  border: 2px solid var(--process-step-color);
  border-radius: 50%;
}

.target-icon::before { width: 30px; height: 30px; }
.target-icon::after { width: 10px; height: 10px; background: var(--process-step-color); }

.doc-icon {
  align-content: center;
  gap: 5px;
}

.doc-icon::before {
  content: "";
  position: absolute;
  width: 29px;
  height: 35px;
  border: 2px solid var(--process-step-color);
  border-radius: 4px;
}

.doc-icon i {
  z-index: 1;
  width: 17px;
  height: 2px;
  background: var(--process-step-color);
}

.send-icon::before {
  content: "";
  width: 24px;
  height: 28px;
  margin-left: 3px;
  clip-path: polygon(8% 0, 100% 50%, 8% 100%);
  background: var(--process-step-color);
}

.control {
  background: #fff;
}

.control-kicker {
  margin-bottom: 40px;
}

.control-grid {
  display: grid;
  grid-template-columns: minmax(460px, 0.9fr) minmax(0, 0.85fr);
  align-items: center;
  gap: 100px;
}

.control-console {
  padding: 24px;
  border: 1px solid #dce2ea;
  border-radius: 26px;
  background: #f5f7fa;
  box-shadow: var(--auto-shadow);
}

.console-head {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding-bottom: 19px;
  border-bottom: 1px solid #dfe3e9;
}

.console-head > div {
  display: flex;
  gap: 6px;
}

.console-head > div span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #cbd1da;
}

.console-head small {
  color: #535d6b;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.console-head b {
  justify-self: end;
  color: #2a9f65;
  font-size: 9px;
}

.console-row {
  min-height: 75px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 3px;
  border-bottom: 1px solid #e0e4e9;
}

.console-row strong,
.console-row small {
  display: block;
}

.console-row strong {
  font-size: 13px;
}

.console-row small {
  margin-top: 3px;
  color: #858d99;
  font-size: 10px;
}

.toggle {
  position: relative;
  width: 42px;
  height: 24px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--auto-blue);
}

.toggle::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.console-row--select > span {
  color: var(--auto-blue);
  font-size: 10px;
  font-weight: 800;
}

.approval-card {
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  padding: 15px;
  border: 1px solid rgba(40, 184, 109, 0.2);
  border-radius: 14px;
  background: #fff;
}

.approval-card > span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e3f8ed;
  color: #239a5d;
  font-weight: 900;
}

.approval-card strong,
.approval-card small {
  display: block;
}

.approval-card strong { font-size: 12px; }
.approval-card small { margin-top: 3px; color: #858d98; font-size: 9px; }

.control-copy > p:not(.auto-kicker) {
  max-width: 580px;
  font-size: 17px;
}

.control-copy blockquote {
  margin: 30px 0;
  padding: 22px 24px;
  border-left: 3px solid var(--auto-blue);
  background: #f3f7fd;
  color: #233043;
  font-size: 17px;
  font-weight: 700;
}

.plain-list {
  display: grid;
  gap: 13px;
}

.plain-list li {
  font-size: 13px;
}

.comparison {
  background: var(--auto-soft);
}

.comparison-wrap {
  overflow-x: auto;
  border: 1px solid #dce1e8;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(24, 36, 55, 0.06);
}

.comparison table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  text-align: left;
}

.comparison th,
.comparison td {
  padding: 23px 24px;
  border-bottom: 1px solid #e5e8ed;
  color: #555e6c;
  font-size: 13px;
}

.comparison thead th {
  background: #f9fafb;
  color: #777f8b;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.comparison tbody th {
  color: var(--auto-ink);
  font-size: 14px;
}

.comparison tbody tr:last-child th,
.comparison tbody tr:last-child td {
  border-bottom: 0;
}

.comparison-featured {
  background: #eaf2ff;
}

.comparison-featured th {
  border-left: 4px solid var(--auto-blue);
}

.comparison-featured th span {
  color: var(--auto-blue);
}

.comparison-featured td strong {
  color: var(--auto-ink);
}

.comparison-copy--mobile {
  display: none;
}

.comparison .comparison-insight {
  max-width: 820px;
  margin: 36px auto 0;
  padding: 18px 22px;
  border-left: 3px solid var(--auto-blue);
  background: #eaf2ff;
  color: var(--auto-ink);
  font-size: 15px;
  font-weight: 750;
  line-height: 1.5;
}

.comparison .comparison-note {
  margin: 16px 0 0;
  font-size: 11px;
}

.niches {
  background: #fff;
}

.niches-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(460px, 1fr);
  align-items: center;
  gap: 90px;
}

.niches-grid > div > p:not(.auto-kicker) {
  max-width: 580px;
  font-size: 17px;
}

.niche-cloud {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  gap: 12px;
  margin: 0;
  padding: 50px 35px;
  border: 1px solid #dfe3e8;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, #fff, #eef4fb);
  list-style: none;
}

.niche-cloud li {
  padding: 13px 12px;
  border: 1px solid #dbe1e9;
  border-radius: 999px;
  background: #fff;
  color: #3f4856;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 7px 20px rgba(25, 39, 62, 0.06);
}

.niche-cloud li.is-highlighted {
  border-color: #b9d565;
  background: var(--auto-lime);
  color: var(--auto-ink);
}

.case {
  background: var(--auto-night);
  color: #fff;
}

.case-grid {
  display: grid;
  grid-template-columns: minmax(420px, 0.86fr) minmax(0, 0.94fr);
  align-items: center;
  gap: 90px;
}

.case-media {
  padding: 22px;
  border: 1px solid #2a3547;
  border-radius: 24px;
  background: #111a29;
}

.case-media img {
  width: 100%;
  border-radius: 15px;
}

.case-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 18px;
  background: #293344;
}

.case-stats > div {
  padding: 16px;
  background: #111a29;
}

.case-stats strong,
.case-stats span {
  display: block;
}

.case-stats strong {
  color: var(--auto-cyan);
  font-size: 20px;
}

.case-stats span {
  margin-top: 4px;
  color: #8f9bad;
  font-size: 9px;
}

.case-copy .auto-kicker {
  color: var(--auto-cyan) !important;
}

.case-copy > p:not(.auto-kicker, .case-disclaimer) {
  color: #aab4c4;
  font-size: 16px;
}

.case-output {
  display: grid;
  grid-template-columns: auto 1fr auto auto 1fr;
  align-items: center;
  gap: 12px;
  margin: 28px 0;
  padding: 20px;
  border: 1px solid #2b374a;
  border-radius: 15px;
  background: #111a29;
}

.case-output span {
  color: #718096;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.case-output strong {
  font-size: 12px;
}

.case-output i {
  color: var(--auto-cyan);
  font-style: normal;
}

.case-disclaimer {
  padding-left: 16px;
  border-left: 2px solid #46546a;
  color: #7f8a9c !important;
  font-size: 11px !important;
}

.case .text-link {
  color: #fff;
}

.price {
  background: #eaf2ff;
}

.formats {
  background: #eaf2ff;
}

.formats-heading {
  max-width: 980px;
  margin-right: auto;
  margin-left: 0;
}

.format-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.format-card {
  min-height: 790px;
  display: flex;
  flex-direction: column;
  padding: 42px;
  border: 1px solid #d9e0ea;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(23, 39, 67, 0.08);
}

.format-card--managed {
  min-height: 0;
  padding: 32px 36px 34px;
  border: 2px solid var(--auto-blue);
  background: linear-gradient(145deg, #ffffff 0%, #f1f6ff 100%);
  box-shadow: 0 26px 68px rgba(9, 93, 231, 0.15);
}

.format-card--owned {
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(180px, 0.45fr) minmax(260px, 0.65fr);
  align-items: center;
  gap: 32px;
  padding: 28px 32px;
  border-color: #ced8e6;
  background: rgba(255, 255, 255, 0.72);
  color: var(--auto-ink);
  box-shadow: 0 14px 38px rgba(23, 39, 67, 0.06);
}

.format-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.format-card__top--single {
  justify-content: flex-end;
}

.format-card__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 40px;
}

.format-card__summary {
  display: flex;
  flex-direction: column;
}

.format-card__details {
  padding-left: 36px;
  border-left: 1px solid var(--auto-line);
}

.format-card__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}

.format-card .format-card__actions .auto-button {
  width: min(360px, 100%);
  flex: 0 0 auto;
}

.format-card__actions small {
  max-width: 390px;
  color: #7b8492;
  font-size: 10px;
  line-height: 1.5;
}

.format-index {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: grid;
  place-items: center;
  border: 1px solid #dbe1ea;
  border-radius: 50%;
  color: #76808f;
  font-size: 10px;
  font-weight: 900;
}

.format-card--owned .format-index {
  border-color: #cbd5e3;
  color: #76808f;
}

.format-label {
  margin: 0;
  color: var(--auto-blue) !important;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.format-card--owned .format-label {
  color: #667386 !important;
}

.owned-system__copy .format-card__top {
  justify-content: flex-start;
  margin-bottom: 14px;
}

.owned-system__copy h3 {
  margin-bottom: 9px;
  font-size: clamp(24px, 2.4vw, 34px);
}

.owned-system__copy > p {
  max-width: 580px;
  margin: 0;
  color: #596271;
  font-size: 13px;
}

.owned-system__price span,
.owned-system__price strong {
  display: block;
}

.owned-system__price span {
  margin-bottom: 7px;
  color: #76808f;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.owned-system__price strong {
  max-width: 220px;
  font-size: 16px;
  line-height: 1.3;
}

.owned-system__link {
  justify-self: end;
  min-height: 36px;
  color: #667386;
  font-size: 12px;
  font-weight: 750;
}

.format-card h3 {
  max-width: 520px;
  margin-bottom: 18px;
  font-size: clamp(30px, 3.1vw, 46px);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.format-card--managed h3 {
  margin-bottom: 14px;
  font-size: clamp(30px, 2.7vw, 40px);
}

.format-lead {
  max-width: 520px;
  min-height: 0;
  margin-bottom: 20px;
  font-size: 15px;
}

.format-card--owned .format-lead {
  color: #596271;
}

.format-price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  min-height: 85px;
  margin-bottom: 30px;
  padding-bottom: 27px;
  border-bottom: 1px solid var(--auto-line);
}

.format-card--managed .format-price {
  min-height: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.format-price strong {
  font-size: clamp(42px, 4.5vw, 62px);
  line-height: 1;
  letter-spacing: -0.055em;
}

.format-price span {
  max-width: 180px;
  color: #727b89;
  font-size: 11px;
}

.format-card--owned .format-price {
  border-color: var(--auto-line);
}

.format-card--owned .format-price span {
  color: #727b89;
}

.format-price--custom {
  display: block;
}

.format-price--custom strong,
.format-price--custom span {
  display: block;
}

.format-price--custom strong {
  font-size: clamp(34px, 3.5vw, 48px);
  color: var(--auto-ink);
}

.format-price--custom span {
  margin-top: 8px;
}

.format-list {
  display: grid;
  gap: 14px;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.format-card--managed .format-list {
  gap: 10px;
  margin-bottom: 0;
}

.format-list li {
  position: relative;
  padding-left: 25px;
  color: #394352;
  font-size: 13px;
  font-weight: 700;
}

.format-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--auto-blue);
  font-weight: 900;
}

.format-card--owned .format-list li {
  color: #4d5868;
}

.format-card--owned .format-list li::before {
  color: #7b8798;
}

.ownership-note {
  margin: auto 0 28px;
  padding: 19px 20px;
  border: 1px solid #dfe5ec;
  border-radius: 15px;
  background: #f5f7fa;
}

.ownership-note span {
  display: block;
  margin-bottom: 6px;
  color: var(--auto-blue);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ownership-note p {
  margin: 0;
  color: #596271;
  font-size: 11px;
}

.ownership-note--centered {
  width: min(860px, 100%);
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  margin: 22px auto 0;
  padding: 13px 18px;
  text-align: left;
}

.ownership-note--centered span {
  margin: 0;
  text-align: right;
}

.ownership-note--owned {
  border-color: #dfe5ec;
  background: #f7f9fc;
}

.ownership-note--owned span {
  color: #667386;
}

.ownership-note--owned p {
  color: #596271;
}

.format-card .auto-button {
  width: 100%;
}

.format-card > small {
  display: block;
  margin-top: 13px;
  color: #7b8492;
  font-size: 9px;
  line-height: 1.45;
  text-align: center;
}

.format-card--owned > small {
  color: #7b8492;
}

.format-button--secondary {
  border-color: var(--auto-blue);
  background: transparent;
  color: var(--auto-blue);
  box-shadow: none;
}

.format-button--secondary:hover {
  background: #edf4ff;
  box-shadow: none;
}

.format-footnote {
  display: grid;
  grid-template-columns: minmax(260px, 0.52fr) minmax(0, 1fr);
  gap: 40px;
  margin-top: 18px;
  padding: 24px 28px;
  border: 1px solid #d7e0ed;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
}

.format-footnote strong {
  font-size: 13px;
}

.format-footnote span {
  color: #697281;
  font-size: 11px;
}

.price-shell {
  overflow: hidden;
  display: grid;
  grid-template-columns: 0.82fr 1fr;
  border-radius: 30px;
  box-shadow: var(--auto-shadow);
}

.price-intro {
  padding: 58px;
  background: #fff;
}

.price-intro > p:not(.auto-kicker, .price-caption) {
  font-size: 16px;
}

.price-number {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-top: 42px;
}

.price-number strong {
  font-size: clamp(48px, 5vw, 70px);
  line-height: 1;
  letter-spacing: -0.055em;
}

.price-number span {
  color: #717986;
  font-size: 13px;
}

.price-caption {
  max-width: 470px;
  margin: 25px 0 0;
  padding-top: 22px;
  border-top: 1px solid var(--auto-line);
  font-size: 12px;
}

.price-includes {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 58px;
  background: var(--auto-blue);
  color: #fff;
}

.price-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
  margin-bottom: 35px;
}

.price-columns ul {
  display: grid;
  gap: 15px;
}

.price-columns li {
  font-size: 12px;
}

.price-columns li::before {
  color: var(--auto-cyan);
}

.auto-button--white {
  width: 100%;
  background: #fff;
  color: var(--auto-blue);
}

.auto-button--white:hover {
  box-shadow: 0 15px 35px rgba(0, 24, 75, 0.22);
}

.price-includes > small {
  margin-top: 13px;
  color: #bfd4f7;
  font-size: 10px;
  text-align: center;
}

.launch {
  background: #fff;
}

.launch-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--auto-line);
  border-bottom: 1px solid var(--auto-line);
  list-style: none;
}

.launch-steps li {
  padding: 38px;
  border-left: 1px solid var(--auto-line);
}

.launch-steps li:first-child {
  border-left: 0;
}

.launch-steps span {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  margin-bottom: 46px;
  border: 1px solid var(--auto-blue);
  border-radius: 50%;
  color: var(--auto-blue);
  font-size: 11px;
  font-weight: 900;
}

.launch-steps strong {
  font-size: 18px;
}

.launch-steps p {
  margin: 9px 0 0;
  font-size: 12px;
}

.launch-note {
  margin: 24px 0 0;
  padding: 22px 26px;
  border: 1px solid #d5e4fa;
  border-radius: 18px;
  background: #edf5ff;
  color: #33435b;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.65;
}

.free-sample {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 12%, rgba(29, 108, 238, 0.26), transparent 34%),
    radial-gradient(circle at 9% 88%, rgba(23, 193, 220, 0.12), transparent 28%),
    #071a38;
  color: #fff;
}

.free-sample::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 48px 48px;
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), transparent 82%);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), transparent 82%);
}

.free-sample__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(500px, 1.14fr);
  align-items: center;
  gap: 64px;
}

.free-sample .auto-kicker {
  color: var(--auto-blue) !important;
}

.free-sample .auto-kicker::before {
  background: var(--auto-blue);
}

.free-sample h2 {
  max-width: 480px;
  color: #fff;
  font-size: clamp(42px, 4vw, 55px);
}

.demo-offer {
  width: 100%;
  max-width: 480px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.free-sample .demo-offer__lead {
  max-width: 410px;
  margin-bottom: 32px;
  color: #c4d3e9;
  font-size: 18px;
  line-height: 1.62;
}

.demo-offer__action {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px 18px;
}

.demo-offer__action .auto-button {
  min-width: 250px;
  min-height: 54px;
  box-shadow: 0 18px 40px rgba(9, 93, 231, 0.34);
}

.demo-stage {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.video-call,
.meeting-card {
  border: 1px solid rgba(157, 190, 227, 0.18);
  background: rgba(15, 36, 59, 0.92);
  box-shadow: 0 28px 70px rgba(0, 8, 24, 0.3);
}

.video-call {
  padding: 22px;
  border-radius: 24px;
}

.video-call__topbar {
  min-height: 30px;
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr) 24px;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.video-call__topbar strong {
  color: #dce8f7;
  font-size: 13px;
  font-weight: 750;
  text-align: center;
}

.video-call__topbar > svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: #7890ab;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.video-call__lights {
  display: flex;
  align-items: center;
  gap: 8px;
}

.video-call__lights i {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #f05d59;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.16);
}

.video-call__lights i:nth-child(2) {
  background: #f1b83f;
}

.video-call__lights i:nth-child(3) {
  background: #4bc078;
}

.video-call__tiles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.video-call__tile {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(187, 210, 235, 0.24);
  border-radius: 16px;
  background: #1d334a;
}

.video-call__placeholder {
  aspect-ratio: 4 / 3;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 38%, rgba(112, 147, 183, 0.2), transparent 25%),
    linear-gradient(145deg, #233b54, #182c43);
}

.video-call__placeholder > svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: rgba(189, 209, 231, 0.46);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.4;
}

.video-call__placeholder > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.video-call__tile figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 24px 13px 10px;
  background: linear-gradient(to top, rgba(4, 16, 30, 0.86), transparent);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.video-call__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding-top: 18px;
}

.video-call__controls span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(165, 193, 224, 0.16);
  border-radius: 50%;
  background: #1c3249;
}

.video-call__controls span.is-end {
  border-color: rgba(255, 130, 130, 0.46);
  background: #d94d4b;
}

.video-call__controls span.is-end svg {
  width: 22px;
  height: 22px;
  fill: #fff;
  stroke: none;
}

.video-call__controls svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: #e6eef8;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.meeting-card {
  overflow: hidden;
  border-radius: 20px;
}

.meeting-card h3 {
  margin: 0;
  padding: 20px 24px 4px;
  color: #fff;
  font-size: 16px;
}

.meeting-topics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: 16px 24px 22px;
}

.meeting-topic {
  min-width: 0;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: start;
  gap: 11px;
}

.meeting-topic > span,
.meeting-card__result > span {
  display: grid;
  place-items: center;
  border-radius: 50%;
}

.meeting-topic > span {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(119, 190, 245, 0.24);
  background: rgba(29, 93, 151, 0.23);
}

.meeting-topic svg,
.meeting-card__result svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: #8cccf5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.meeting-topic strong {
  display: block;
  margin: 1px 0 4px;
  color: #eaf2fb;
  font-size: 12px;
  line-height: 1.35;
}

.meeting-topic p {
  margin: 0;
  color: #9fb2c9;
  font-size: 10px;
  line-height: 1.5;
}

.free-sample .meeting-card__result {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 15px 24px;
  border-top: 1px solid rgba(96, 224, 151, 0.34);
  background: linear-gradient(90deg, rgba(24, 126, 82, 0.28), rgba(8, 27, 47, 0.72));
  color: #c9f8da;
  font-size: 12px;
  font-weight: 750;
}

.meeting-card__result > span {
  width: 27px;
  height: 27px;
  flex: 0 0 27px;
  border: 1px solid #57d99b;
  background: #187a52;
  box-shadow: 0 0 0 4px rgba(87, 217, 155, 0.08);
}

.meeting-card__result svg {
  stroke: #fff;
  stroke-width: 2.2;
}

@media (min-width: 1101px) {
  .free-sample h2 > span {
    display: block;
    white-space: nowrap;
  }
}

.free-sample h2 .free-title__term,
.meeting-card__result strong {
  color: inherit;
}

.free-sample h2 .free-title__term {
  white-space: nowrap;
}

.presenter {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 28%, rgba(9, 93, 231, 0.09), transparent 30%),
    linear-gradient(180deg, #f6f9fd 0%, #eef4fb 100%);
}

.presenter::after {
  content: "";
  position: absolute;
  top: 74px;
  right: max(-140px, calc((100vw - 1180px) / 2 - 250px));
  width: 360px;
  height: 360px;
  border: 1px solid rgba(9, 93, 231, 0.1);
  border-radius: 50%;
  box-shadow:
    0 0 0 58px rgba(9, 93, 231, 0.035),
    0 0 0 116px rgba(9, 93, 231, 0.025);
  pointer-events: none;
}

.presenter .container {
  position: relative;
  z-index: 1;
}

.presenter__heading {
  max-width: 850px;
  margin-bottom: 54px;
}

.presenter__heading h2 {
  margin-bottom: 0;
}

.presenter__grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.68fr) minmax(0, 1.32fr);
  align-items: start;
  gap: 72px;
}

.presenter__profile {
  position: sticky;
  top: 112px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(18, 53, 93, 0.12);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(30, 63, 100, 0.12);
}

.presenter__portrait {
  position: relative;
  aspect-ratio: 4 / 4.45;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 34%, rgba(255, 255, 255, 0.18), transparent 21%),
    linear-gradient(145deg, #17385d 0%, #0a64dc 58%, #29a5d8 100%);
}

.presenter__portrait::before,
.presenter__portrait::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
}

.presenter__portrait::before {
  width: 72%;
  aspect-ratio: 1;
}

.presenter__portrait::after {
  width: 48%;
  aspect-ratio: 1;
}

.presenter__portrait > span {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 116px;
  height: 116px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  background: rgba(5, 31, 67, 0.22);
  box-shadow: 0 22px 50px rgba(2, 25, 58, 0.2);
  color: #fff;
  font-size: 38px;
  font-weight: 850;
  letter-spacing: -0.04em;
  backdrop-filter: blur(10px);
}

.presenter__portrait > img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.presenter__profile figcaption {
  display: grid;
  gap: 7px;
  padding: 24px 26px 27px;
}

.presenter__profile figcaption strong {
  color: var(--auto-ink);
  font-size: 22px;
  letter-spacing: -0.025em;
}

.presenter__profile figcaption span {
  color: var(--auto-muted);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.55;
}

.presenter__content {
  min-width: 0;
}

.presenter__story {
  display: grid;
  gap: 18px;
  margin-bottom: 34px;
}

.presenter__story p {
  max-width: 720px;
  margin: 0;
  color: #3d4b5f;
  font-size: 17px;
  line-height: 1.72;
}

.presenter__story p:first-child {
  color: var(--auto-ink);
  font-size: 20px;
  font-weight: 750;
  line-height: 1.55;
}

.presenter__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.presenter__facts li {
  min-height: 114px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: start;
  gap: 14px;
  padding: 21px 20px;
  border: 1px solid rgba(18, 53, 93, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
}

.presenter__facts span {
  color: var(--auto-blue);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.presenter__facts strong {
  color: #20334b;
  font-size: 14px;
  line-height: 1.5;
}

.presenter .presenter__conclusion {
  margin: 0;
  padding: 23px 25px 23px 29px;
  border-left: 4px solid var(--auto-blue);
  border-radius: 4px 18px 18px 4px;
  background: #fff;
  box-shadow: 0 15px 34px rgba(30, 63, 100, 0.08);
  color: var(--auto-ink);
  font-size: 16px;
  font-weight: 750;
  line-height: 1.6;
}

.faq {
  background: #fff;
}

.faq-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.55fr) minmax(0, 1fr);
  align-items: start;
  gap: 100px;
}

.faq-intro {
  position: sticky;
  top: 120px;
}

.faq-intro p:not(.auto-kicker) {
  font-size: 15px;
}

.faq-intro .service-updated {
  margin-top: 18px;
  font-size: 13px;
  line-height: 1.6;
}

.faq-list {
  border-top: 1px solid var(--auto-line);
}

.faq-list details {
  border-bottom: 1px solid var(--auto-line);
}

.faq-list summary {
  position: relative;
  min-height: 72px;
  display: flex;
  align-items: center;
  padding: 20px 56px 20px 0;
  cursor: pointer;
  color: var(--auto-ink);
  font-size: 16px;
  font-weight: 800;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::before,
.faq-list summary::after {
  content: "";
  position: absolute;
  right: 6px;
  width: 18px;
  height: 2px;
  background: var(--auto-blue);
  transition: transform 180ms ease;
}

.faq-list summary::after {
  transform: rotate(90deg);
}

.faq-list details[open] summary::after {
  transform: rotate(0);
}

.faq-list details p {
  max-width: 720px;
  margin: -5px 0 24px;
  padding-right: 50px;
  font-size: 13px;
}

.final-cta {
  padding: 96px 0;
  background: var(--auto-lime);
}

.final-cta__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.45fr);
  align-items: center;
  gap: 90px;
}

.final-cta h2 {
  max-width: 780px;
}

.final-cta p:not(.auto-kicker) {
  max-width: 650px;
  color: #4f563e;
  font-size: 17px;
}

.final-terms {
  margin-bottom: 24px;
}

.final-terms strong,
.final-terms span {
  display: block;
}

.final-terms strong {
  font-size: 22px;
}

.final-terms span {
  margin-top: 3px;
  color: #5e6648;
  font-size: 11px;
}

.final-cta__grid > div:last-child {
  display: grid;
  gap: 0;
}

.final-cta .final-cta__note {
  max-width: none;
  margin: 14px 0 0;
  color: #515a3d;
  font-size: 13px;
  line-height: 1.45;
  text-align: center;
}

.auto-footer {
  background: var(--auto-night);
}

@media (max-width: 1100px) {
  .auto-header .header-cta {
    display: inline-flex;
  }

  .auto-hero__grid {
    grid-template-columns: 1fr;
  }

  .auto-hero__copy {
    max-width: 860px;
  }

  .editor-showcase {
    width: min(620px, 100%);
    margin: 12px auto 0;
  }

  .editor-scene {
    width: 100%;
  }

  .examples-stage {
    grid-template-columns: repeat(3, 1fr);
  }

  .examples-center {
    grid-column: span 3;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 24px;
  }

  .examples-center__label,
  .examples-center .text-link {
    grid-column: 1 / -1;
  }

  .problem-grid,
  .control-grid,
  .niches-grid,
  .case-grid,
  .free-sample__grid {
    gap: 60px;
  }

  .process-line {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 0;
  }

  .process-line::before {
    display: none;
  }

  .process-line li:nth-child(4) {
    border-left: 0;
  }

  .price-intro,
  .price-includes {
    padding: 44px;
  }

  .format-card--owned {
    grid-template-columns: minmax(0, 1fr) minmax(160px, 0.4fr) minmax(220px, 0.58fr);
    gap: 24px;
  }
}

@media (max-width: 820px) {
  .auto-page .container {
    width: min(100% - 32px, 1180px);
  }

  .auto-header .header-inner {
    height: 68px;
  }

  .auto-header .auto-brand {
    min-width: 148px;
  }

  .auto-brand__logo {
    width: 148px;
  }

  .auto-page h1 {
    font-size: clamp(42px, 11vw, 65px);
  }

  .auto-page h2 {
    font-size: clamp(34px, 8vw, 52px);
  }

  .auto-section {
    padding: 84px 0;
  }

  .auto-heading--split,
  .problem-grid,
  .control-grid,
  .niches-grid,
  .case-grid,
  .price-shell,
  .free-sample__grid,
  .presenter__grid,
  .faq-grid,
  .final-cta__grid {
    grid-template-columns: 1fr;
  }

  .format-grid,
  .format-footnote {
    grid-template-columns: 1fr;
  }

  .auto-heading--split,
  .problem-grid,
  .control-grid,
  .niches-grid,
  .case-grid,
  .free-sample__grid,
  .presenter__grid,
  .faq-grid,
  .final-cta__grid {
    gap: 42px;
  }

  .presenter__heading {
    margin-bottom: 42px;
  }

  .presenter__profile {
    position: static;
    width: min(390px, 100%);
  }

  .control-copy {
    order: 1;
  }

  .control-console {
    order: 2;
  }

  .comparison-wrap {
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .comparison table,
  .comparison tbody {
    display: block;
    width: 100%;
    min-width: 0;
  }

  .comparison thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .comparison tbody {
    display: grid;
    gap: 14px;
  }

  .comparison tbody tr {
    display: grid;
    padding: 18px;
    border: 1px solid #dce1e8;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(24, 36, 55, 0.06);
  }

  .comparison tbody th,
  .comparison tbody td {
    border-bottom: 1px solid #e5e8ed;
  }

  .comparison tbody th {
    padding: 0 0 15px;
    font-size: 20px;
  }

  .comparison tbody td {
    display: grid;
    grid-template-columns: minmax(108px, 0.42fr) minmax(0, 1fr);
    align-items: start;
    gap: 14px;
    padding: 11px 0;
    font-size: 14px;
    line-height: 1.45;
  }

  .comparison tbody td::before {
    content: attr(data-label);
    color: #777f8b;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.35;
    text-transform: uppercase;
  }

  .comparison-copy--desktop {
    display: none;
  }

  .comparison-copy--mobile {
    display: inline;
  }

  .comparison .comparison-insight {
    margin-top: 26px;
    padding: 16px 18px;
    font-size: 14px;
  }

  .comparison tbody tr > :last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .comparison tbody tr:last-child > :not(:last-child) {
    border-bottom: 1px solid #d5dfef;
  }

  .comparison-featured {
    border: 2px solid var(--auto-blue) !important;
    background: #eaf2ff !important;
  }

  .comparison-featured th {
    border-left: 0;
  }

  .format-grid {
    gap: 14px;
  }

  .format-card {
    min-height: 0;
  }

  .format-footnote {
    gap: 10px;
  }

  .problem-copy,
  .faq-intro {
    position: static;
  }

  .problem-copy {
    grid-column: auto;
    grid-row: auto;
    text-align: left;
  }

  .problem-kicker,
  .problem-ledger {
    grid-column: auto;
    grid-row: auto;
  }

  .problem-copy > p:not(.auto-kicker) {
    margin-left: 0;
  }

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

  .volume-card--posts,
  .volume-card--video,
  .volume-card--channels {
    grid-column: span 1;
  }

  .volume-card--included {
    grid-column: 2;
    grid-row: 2;
    display: block;
  }

  .volume-card--included .auto-kicker {
    margin-bottom: 24px;
  }

  .check-list {
    grid-template-columns: 1fr;
    gap: 14px;
  }

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

  .examples-center {
    grid-column: span 2;
  }

  .example-video {
    grid-column: span 2;
  }

  .example-video video {
    height: 560px;
  }

  .niche-cloud {
    border-radius: 28px;
  }

  .case-grid {
    display: flex;
    flex-direction: column-reverse;
  }

  .case-copy,
  .case-media {
    width: 100%;
  }

  .launch-steps {
    grid-template-columns: 1fr;
  }

  .launch-steps li {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 0 16px;
    padding: 26px 0;
    border-left: 0;
    border-top: 1px solid var(--auto-line);
  }

  .launch-steps li:first-child {
    border-top: 0;
  }

  .launch-steps span {
    grid-row: span 2;
    margin: 0;
  }

  .launch-steps p {
    grid-column: 2;
  }
}

@media (max-width: 560px) {
  .auto-page .container {
    width: min(100% - 28px, 1180px);
  }

  .auto-header .brand > span:last-child > span {
    display: none;
  }

  .auto-header .header-cta {
    min-height: 44px;
    padding: 0 13px;
    font-size: 10px;
  }

  .auto-hero {
    padding: 52px 0 64px;
  }

  .auto-hero__grid {
    gap: 42px;
  }

  .auto-page h1 {
    font-size: clamp(39px, 12.5vw, 58px);
  }

  .auto-page h2 {
    font-size: clamp(32px, 10vw, 44px);
  }

  .auto-hero__lead,
  .problem-copy > p:not(.auto-kicker),
  .control-copy > p:not(.auto-kicker),
  .demo-offer__lead,
  .final-cta p:not(.auto-kicker) {
    font-size: 16px;
  }

  .final-cta p.final-cta__note {
    font-size: 14px;
  }

  .auto-actions {
    display: grid;
  }

  .auto-button {
    width: 100%;
  }

  .auto-trust__grid {
    grid-template-columns: 1fr;
    padding: 10px 0;
  }

  .auto-trust__grid > span,
  .auto-trust__grid > span:first-child {
    min-height: 58px;
    padding: 12px 0;
    border-left: 0;
    border-top: 1px solid var(--auto-line);
  }

  .auto-trust__grid > span:first-child {
    border-top: 0;
  }

  .editor-scene {
    min-height: 0;
    padding: 72px 12px 12px;
    border-radius: 24px;
  }

  .editor-scene::before {
    inset: 58px 8px 70px;
  }

  .editor-scene__status {
    top: 24px;
    left: 18px;
  }

  .factory-pipeline {
    gap: 4px;
    margin-bottom: 12px;
    padding-bottom: 12px;
  }

  .factory-pipeline::before {
    top: 19px;
  }

  .factory-pipeline li > span {
    width: 38px;
    height: 38px;
    margin-bottom: 6px;
    font-size: 8px;
  }

  .factory-pipeline strong {
    font-size: 11px;
  }

  .factory-pipeline small {
    font-size: 7px;
  }

  .factory-results {
    height: auto;
    grid-template-columns: minmax(0, 1fr) clamp(118px, 34vw, 150px);
    align-items: start;
    gap: 9px;
  }

  .factory-card {
    padding: 9px;
    border-radius: 14px;
  }

  .factory-card__head {
    grid-template-columns: 26px 1fr;
    gap: 6px;
    margin-bottom: 8px;
  }

  .factory-card__head .channel-dot,
  .factory-card__head .video-dot {
    width: 26px;
    height: 26px;
    font-size: 7px;
  }

  .factory-card__head strong {
    font-size: 9px;
  }

  .factory-card__head small {
    font-size: 7px;
  }

  .post-copy {
    margin-top: 8px;
  }

  .post-copy strong {
    margin-bottom: 6px;
    font-size: 9px;
  }

  .post-copy__line {
    height: 4px;
    margin-top: 4px;
  }

  .post-reactions {
    gap: 7px;
    margin-top: 10px;
    font-size: 8px;
  }

  .factory-card--video video {
    height: auto;
    aspect-ratio: 9 / 16;
    border-radius: 9px;
    object-fit: contain;
  }

  .factory-price-badge {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    min-height: 60px;
    display: grid;
    gap: 3px;
    margin-top: 16px;
    padding: 8px 10px;
  }

  .factory-price-badge > span {
    font-size: 8px;
  }

  .factory-price-badge i {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
  }

  .factory-price-badge strong {
    padding-left: 33px;
    font-size: 14px;
  }

  .auto-section {
    padding: 68px 0;
  }

  .auto-heading {
    margin-bottom: 38px;
  }

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

  .volume-card--included,
  .volume-card--posts,
  .volume-card--video,
  .volume-card--channels {
    grid-column: 1;
    grid-row: auto;
  }

  .volume-card {
    min-height: 270px;
    padding: 24px;
  }

  .volume-card--included {
    min-height: 0;
  }

  .volume-card > strong {
    margin-top: 60px;
  }

  .example-flow {
    overflow-x: auto;
    justify-content: flex-start;
    margin-right: -14px;
    margin-left: -14px;
    padding: 0 14px 8px;
    scrollbar-width: thin;
  }

  .example-flow span {
    flex: 0 0 auto;
  }

  .examples-stage {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .example-shot img {
    height: 330px;
  }

  .example-shot figcaption,
  .example-video figcaption {
    padding: 12px;
    font-size: 9px;
  }

  .examples-center {
    display: block;
    padding: 25px;
  }

  .example-video video {
    height: 500px;
  }

  .problem-ledger > div {
    grid-template-columns: 37px 1fr;
    gap: 12px;
  }

  .process-line {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .process-line li,
  .process-line li:first-child,
  .process-line li:nth-child(4) {
    display: grid;
    grid-template-columns: 35px 64px 1fr;
    grid-template-rows: auto auto;
    gap: 0 12px;
    padding: 20px 0;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .process-line li > span {
    margin: 19px 0 0;
  }

  .process-line li > div {
    grid-row: span 2;
  }

  .process-line h3 {
    align-self: end;
    margin: 6px 0 4px;
  }

  .process-line p {
    grid-column: 3;
  }

  .process .process-summary {
    margin-top: 28px;
    padding-top: 22px;
    text-align: left;
  }

  .control-console {
    padding: 17px;
  }

  .console-head {
    grid-template-columns: 1fr auto;
  }

  .console-head small {
    display: none;
  }

  .comparison-wrap {
    margin-right: 0;
  }

  .comparison tbody tr {
    padding: 16px;
  }

  .comparison tbody th,
  .comparison tbody td,
  .comparison tbody td > * {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .comparison tbody td {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .niche-cloud {
    justify-content: flex-start;
    padding: 25px 20px;
    border-radius: 22px;
  }

  .niche-cloud li {
    padding: 10px 13px;
    font-size: 10px;
  }

  .case-media {
    padding: 14px;
  }

  .case-stats {
    grid-template-columns: 1fr;
  }

  .case-output {
    grid-template-columns: auto 1fr;
  }

  .case-output i {
    grid-column: 1 / -1;
    transform: rotate(90deg);
  }

  .price-intro,
  .price-includes {
    padding: 28px;
  }

  .format-card {
    padding: 28px;
    border-radius: 22px;
  }

  .format-card__layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .format-card__details {
    padding-top: 28px;
    padding-left: 0;
    border-top: 1px solid var(--auto-line);
    border-left: 0;
  }

  .format-card__actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .format-card__actions .auto-button {
    width: 100%;
  }

  .ownership-note--centered {
    grid-template-columns: 1fr;
    gap: 7px;
    margin-top: 20px;
  }

  .ownership-note--centered span {
    text-align: left;
  }

  .format-card--owned {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .owned-system__price {
    padding-top: 18px;
    border-top: 1px solid var(--auto-line);
  }

  .owned-system__link {
    justify-self: start;
  }

  .format-lead {
    min-height: 0;
  }

  .format-price {
    display: block;
  }

  .format-price strong,
  .format-price span {
    display: block;
  }

  .format-price span {
    margin-top: 7px;
  }

  .format-footnote {
    padding: 20px;
  }

  .price-columns {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .price-number {
    display: block;
  }

  .price-number span {
    display: block;
    margin-top: 8px;
  }

  .free-sample {
    padding: 72px 0;
  }

  .free-sample h2 {
    font-size: clamp(36px, 10vw, 48px);
  }

  .presenter__heading {
    margin-bottom: 34px;
  }

  .presenter__profile {
    border-radius: 22px;
  }

  .presenter__portrait > span {
    width: 92px;
    height: 92px;
    font-size: 31px;
  }

  .presenter__profile figcaption {
    padding: 21px 22px 23px;
  }

  .presenter__story p {
    font-size: 16px;
  }

  .presenter__story p:first-child {
    font-size: 18px;
  }

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

  .presenter__facts li {
    min-height: 0;
  }

  .presenter .presenter__conclusion {
    padding: 20px 20px 20px 23px;
    font-size: 15px;
  }

  .demo-offer__action {
    display: grid;
    width: 100%;
  }

  .video-call {
    padding: 14px;
    border-radius: 20px;
  }

  .video-call__topbar {
    grid-template-columns: 48px minmax(0, 1fr) 18px;
    gap: 8px;
    margin-bottom: 12px;
  }

  .video-call__topbar strong {
    font-size: 11px;
  }

  .video-call__topbar > svg {
    width: 18px;
    height: 18px;
  }

  .video-call__lights {
    gap: 5px;
  }

  .video-call__lights i {
    width: 8px;
    height: 8px;
  }

  .video-call__tiles {
    gap: 6px;
  }

  .video-call__tile {
    border-radius: 12px;
  }

  .video-call__placeholder > svg {
    width: 32px;
    height: 32px;
  }

  .video-call__tile figcaption {
    padding: 20px 9px 7px;
    font-size: 9px;
  }

  .video-call__controls {
    gap: 8px;
    padding-top: 14px;
  }

  .video-call__controls span {
    width: 40px;
    height: 40px;
  }

  .video-call__controls svg {
    width: 18px;
    height: 18px;
  }

  .meeting-card {
    border-radius: 18px;
  }

  .meeting-card h3 {
    padding: 18px 18px 4px;
  }

  .meeting-topics {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 8px 18px 14px;
  }

  .meeting-topic {
    padding: 12px 0;
    border-bottom: 1px solid rgba(156, 188, 222, 0.13);
  }

  .meeting-topic:last-child {
    border-bottom: 0;
  }

  .meeting-topic strong {
    font-size: 13px;
  }

  .meeting-topic p {
    font-size: 11px;
  }

  .meeting-card__result {
    padding: 14px 18px;
    font-size: 11px;
  }

  .faq-list summary {
    padding-right: 42px;
    font-size: 15px;
  }

  .faq-list details p {
    padding-right: 25px;
  }

  .final-cta {
    padding: 70px 0;
  }
}

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

@media (max-width: 560px) {
  .lead-modal {
    align-items: end;
    padding: 0;
  }

  .lead-modal__panel {
    width: 100%;
    max-height: 94dvh;
    padding: 30px 20px calc(22px + env(safe-area-inset-bottom));
    border-radius: 22px 22px 0 0;
  }

  .lead-modal__close {
    top: 10px;
    right: 10px;
  }

  .lead-modal h2 {
    padding-right: 28px;
  }

  .lead-time-form__fields {
    grid-template-columns: 1fr;
  }

  .hero-system-note {
    line-height: 1.55;
  }
}
