@font-face {
  font-family: Outfit;
  font-weight: 300 700;
  src: url("/brand/outfit.woff2");
  font-display: swap;
}
@font-face {
  font-family: Bricolage;
  font-weight: 400 800;
  src: url("/brand/bricolage.woff2");
  font-display: swap;
}
:root {
  --ink: #182034;
  --muted: #626a79;
  --paper: #f8f8f5;
  --blue: #345bfa;
  --lime: #e1f57a;
  --line: #dfe2e5;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font:
    16px/1.6 Outfit,
    Arial,
    sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  cursor: pointer;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 5px;
}
img {
  max-width: 100%;
  display: block;
}
h1,
h2,
h3,
h4 {
  font-family: Bricolage, Arial, sans-serif;
  letter-spacing: -0.045em;
  line-height: 1.08;
  margin: 0;
}
h1 {
  font-size: clamp(48px, 5.8vw, 86px);
  font-weight: 700;
}
h2 {
  font-size: clamp(34px, 4.1vw, 58px);
  font-weight: 600;
}
h3 {
  font-size: 30px;
  font-weight: 600;
}
p {
  margin: 0 0 20px;
}
em {
  font-style: normal;
  color: var(--blue);
}
[hidden] {
  display: none !important;
}
.wrap {
  width: min(1160px, calc(100% - 80px));
  margin-inline: auto;
}
.wide {
  width: min(1400px, calc(100% - 40px));
  margin-inline: auto;
}
.section-space {
  padding-block: 104px;
}
.eyebrow {
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 24px;
  color: var(--blue);
}
.eyebrow.light {
  color: #c4cbdc;
}
.skip-link {
  position: fixed;
  top: -90px;
  left: 20px;
  background: var(--lime);
  padding: 12px 20px;
  z-index: 30;
}
.skip-link:focus {
  top: 10px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #f8f8f5f2;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: box-shadow 180ms ease;
}
.site-header.is-compact {
  box-shadow:
    0 1px 0 #18203412,
    0 6px 20px #18203406;
}
.site-header.is-compact .header-inner {
  min-height: 72px;
}
.site-header .site-brand {
  transition: width 180ms ease;
}
.site-header.is-compact .site-brand {
  width: 180px;
}
.header-inner {
  width: min(1280px, calc(100% - 80px));
  margin: auto;
  min-height: 102px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  transition:
    min-height 180ms ease,
    padding 180ms ease;
}
.site-brand {
  width: 210px;
  flex-shrink: 0;
  display: block;
}
.site-brand img {
  height: auto;
  width: 100%;
}
#site-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 14px;
}
#site-nav a {
  white-space: nowrap;
}
#site-nav a:hover,
#site-nav [aria-current="page"] {
  color: var(--blue);
}
.nav-login {
  padding: 10px 20px;
  border: 1px solid #c9cdd6;
  border-radius: 7px;
}
.nav-login span {
  margin-left: 16px;
}
.menu-toggle {
  display: none;
}
.hero {
  position: relative;
  background: var(--ink);
  color: white;
  border-radius: 20px;
  display: grid;
  grid-template-columns: 1.13fr 1fr;
  gap: 10px;
  padding: 72px clamp(32px, 5vw, 84px);
  overflow: hidden;
  min-height: 690px;
}
.hero-copy {
  z-index: 1;
}
.hero h1 {
  line-height: 1.02;
  letter-spacing: -0.05em;
  margin: 20px 0 30px;
}
.hero h1 em {
  color: var(--lime);
  white-space: nowrap;
  font-size: 0.84em;
}
.hero-description {
  font-size: 18px;
  line-height: 1.7;
  color: #bec6d7;
  max-width: 490px;
}
.status-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lime);
  margin-right: 9px;
  box-shadow: 0 0 0 5px #e1f57a12;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
  margin-top: 34px;
}
.site-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 14px 23px;
  border-radius: 7px;
  font-size: 15px;
  font-weight: 500;
  transition:
    background 0.2s,
    transform 0.2s;
}
.site-button:hover {
  transform: translateY(-2px);
}
.site-button.lime {
  background: var(--lime);
  color: var(--ink);
}
.site-button.lime:hover {
  background: #ebffa0;
}
.site-button.primary {
  background: var(--blue);
  color: white;
}
.text-link {
  font-size: 15px;
  font-weight: 500;
  color: var(--blue);
  display: inline-flex;
  align-items: center;
  gap: 20px;
}
.text-link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.light-link {
  color: #fff;
}
.hero-audience {
  font-size: 12px;
  color: #9da8be;
  margin: 28px 0 0;
}
.hero-visual {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 0;
  padding-left: 28px;
}
.workflow-preview {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 424px;
  border-radius: 13px;
  box-shadow: 0 30px 80px #0005;
  transform: rotate(-3deg);
  color: var(--ink);
  background: #f5f6fa;
  border: 1px solid #ffffff54;
}
.preview-top {
  border-bottom: 1px solid #dee2eb;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 15px 18px;
  font-size: 11px;
}
.preview-dots {
  font-size: 8px;
  color: #bac2d2;
  letter-spacing: 2px;
}
.preview-live {
  font-size: 9px;
  color: #57825a;
}
.preview-body {
  padding: 25px;
}
.mini-label {
  font-size: 9px;
  color: #7d8597;
  letter-spacing: 0.12em;
  margin-bottom: 16px;
}
.match-card {
  padding: 20px;
  background: white;
  border: 1px solid #e0e4ed;
  border-radius: 8px;
  box-shadow: 0 5px 16px #18203404;
}
.match-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 16px;
}
.small-tag {
  font-size: 10px;
  color: #3f5cbe;
  background: #eff2ff;
  padding: 4px 8px;
  border-radius: 4px;
}
.match-score {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -0.06em;
}
.match-score span {
  font-size: 10px;
  color: #858b99;
  letter-spacing: 0;
}
.match-card h2 {
  font-size: 24px;
  letter-spacing: -0.03em;
}
.match-card > p {
  font-size: 11px;
  color: #7c8391;
  margin: 7px 0 22px;
}
.match-profile {
  border-top: 1px solid #eef0f5;
  padding-top: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.demo-avatar {
  width: 32px;
  height: 32px;
  background: #edf2fe;
  border-radius: 50%;
  font-size: 11px;
  display: grid;
  place-items: center;
  color: var(--blue);
  flex-shrink: 0;
}
.match-profile strong {
  font-size: 11px;
  font-weight: 500;
  display: block;
}
.match-profile div > span {
  font-size: 9px;
  color: #8a909a;
  display: block;
}
.checkmark {
  margin-left: auto;
  color: #3c845c;
  font-size: 14px;
}
.flow-connector {
  font-size: 15px;
  color: #95a0b7;
  height: 27px;
  text-align: center;
}
.mini-step {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #dde3f0;
  border-radius: 7px;
  padding: 15px;
  background: white;
}
.mini-step strong {
  display: block;
  font-size: 12px;
  font-weight: 500;
}
.mini-step div > span {
  display: block;
  font-size: 10px;
  color: #858c99;
  margin-top: 2px;
}
.step-icon {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  flex-shrink: 0;
}
.step-icon.blue {
  color: var(--blue);
  background: #edf0ff;
}
.lime-icon {
  background: var(--lime);
  color: var(--ink);
}
.review-step {
  border-color: #b8c78a;
  background: #f8fce9;
}
.preview-bottom {
  padding: 12px 22px;
  background: white;
  border-top: 1px solid #e3e5ec;
  border-radius: 0 0 13px 13px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 10px;
  color: #84909f;
}
.preview-bottom img {
  height: 22px;
}
.demo-caption {
  font-size: 10px;
  color: #8f9bb0;
  margin: 28px 0 0;
  z-index: 1;
}
.orbit {
  position: absolute;
  border: 1px solid #ffffff10;
  width: 610px;
  height: 610px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.orbit-two {
  width: 470px;
  height: 470px;
}
.hero-fish {
  position: absolute;
  width: 300px;
  right: -140px;
  top: -35px;
  opacity: 0.2;
  transform: rotate(-10deg);
}
.value-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  gap: 24px;
  padding-block: 28px;
  font-size: 13px;
  color: #667083;
}
.value-strip b {
  font-weight: 400;
  color: var(--blue);
  margin-right: 14px;
  font-size: 11px;
}
.section-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
.section-split > div {
  max-width: 520px;
}
.section-split p {
  color: var(--muted);
  font-size: 16px;
}
.section-split .large-copy {
  font-size: 23px;
  line-height: 1.45;
  color: var(--ink);
}
.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 55px;
  align-items: flex-end;
  margin-bottom: 52px;
}
.section-heading > p {
  max-width: 370px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
}
.process-section {
  background: #eef0f3;
}
.process-demo {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  border: 1px solid #dce0e8;
  border-radius: 12px;
  background: var(--paper);
  overflow: hidden;
}
.process-tabs {
  background: #e7eaf0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
}
.process-tabs button {
  text-align: left;
  border: 1px solid transparent;
  background: transparent;
  border-radius: 8px;
  padding: 24px 18px;
  color: #697386;
}
.process-tabs button[aria-selected="true"] {
  background: white;
  border-color: #dfe4ef;
  color: var(--ink);
  box-shadow: 0 5px 12px #18203404;
}
.process-tabs button:hover {
  background: #ffffff8c;
}
.process-tabs button > span {
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--blue);
  display: block;
  margin-bottom: 12px;
}
.process-tabs strong {
  font-size: 17px;
  font-weight: 500;
  display: block;
}
.process-tabs small {
  font-size: 11px;
  display: block;
  margin-top: 4px;
}
.process-panel {
  padding: 44px;
  display: grid;
  grid-template-columns: 1.13fr 1fr;
  gap: 35px;
  align-items: center;
  min-height: 475px;
}
.panel-kicker {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--blue);
  display: block;
  margin-bottom: 15px;
}
.process-panel h3 {
  font-size: 27px;
  margin-bottom: 20px;
}
.process-panel p:not(.mini-label) {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.7;
}
.check-list {
  padding: 0;
  list-style: none;
  font-size: 12px;
  line-height: 1.5;
  color: #495569;
}
.check-list li {
  position: relative;
  padding-left: 20px;
  margin-top: 12px;
}
.check-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--blue);
}
.detail-demo {
  background: white;
  border: 1px solid #e0e4eb;
  padding: 23px;
  border-radius: 9px;
  box-shadow: 0 8px 24px #18203406;
  min-width: 0;
}
.detail-demo .mini-label {
  font-size: 8px;
}
.demo-setting {
  padding: 15px 0;
  border-bottom: 1px solid #eceef4;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5px;
  font-size: 11px;
}
.demo-setting > span {
  color: #798193;
}
.demo-setting strong {
  font-weight: 500;
}
.demo-meter {
  background: #eef0f6;
  height: 4px;
  border-radius: 8px;
  margin-top: 14px;
}
.demo-meter i {
  display: block;
  width: 80%;
  height: 4px;
  background: var(--blue);
  border-radius: 8px;
}
.detail-demo .demo-note {
  font-size: 10px;
  margin: 22px 0 0;
  color: #7d8799;
}
.paper-demo .paper-line {
  display: block;
  width: 55%;
  height: 5px;
  background: #e8ecf4;
  margin-bottom: 7px;
}
.paper-demo .paper-line.long {
  width: 80%;
}
.paper-demo p:not(.mini-label) {
  font-size: 12px;
  line-height: 1.8;
  margin-top: 25px;
}
.document-chip {
  padding: 12px 0;
  border-top: 1px solid #e9ecf2;
  font-size: 11px;
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
.document-chip small {
  color: #8b94a5;
}
.large-check {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  background: var(--lime);
  border-radius: 50%;
  font-size: 25px;
  margin: 0 0 24px;
}
.review-demo h4 {
  font-size: 22px;
}
.custom-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin: 60px 0 35px;
}
.custom-feature {
  border-top: 1px solid #cdd3de;
  padding-top: 24px;
}
.custom-feature > span {
  font-size: 10px;
  letter-spacing: 0.1em;
  color: #7a8496;
}
.custom-feature h3 {
  margin: 26px 0 20px;
  font-size: 30px;
}
.custom-feature p {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.7;
}
.closing {
  padding: 65px clamp(32px, 5vw, 84px);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 55px;
  background: var(--ink);
  color: white;
}
.closing h2 {
  font-size: clamp(34px, 3.8vw, 53px);
}
.closing p:not(.eyebrow) {
  max-width: 500px;
  color: #b2bdcf;
  margin: 25px 0 0;
  font-size: 16px;
}
.closing-action {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 17px;
  text-align: center;
}
.closing-action > span {
  font-size: 10px;
  color: #a1adc2;
}
.site-footer {
  width: min(1280px, calc(100% - 80px));
  margin: auto;
  padding: 64px 0 24px;
}
.footer-top {
  display: flex;
  align-items: center;
  gap: 50px;
  padding-bottom: 42px;
}
.footer-top .site-brand {
  width: 177px;
}
.footer-top p {
  font-size: 12px;
  line-height: 1.7;
  color: var(--muted);
  margin: 0;
}
.qunevo-credit {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
  font-size: 12px;
  color: #687386;
}
.qunevo-credit img {
  margin-right: 5px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  font-size: 11px;
  color: #7b8494;
}
.footer-bottom nav {
  display: flex;
  flex-wrap: wrap;
  gap: 23px;
}
.footer-bottom a:hover {
  color: var(--blue);
}
.pricing-hero {
  padding-block: 70px 60px;
  text-align: center;
}
.pricing-hero h1 {
  font-size: clamp(48px, 6vw, 84px);
}
.pricing-hero > p:last-child {
  max-width: 590px;
  margin: 27px auto 0;
  font-size: 18px;
  color: var(--muted);
}
.offer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 15px 40px #18203405;
  border: 1px solid #e0e3e9;
}
.offer-main {
  background: var(--ink);
  color: white;
  padding: 50px;
}
.offer-label {
  font-size: 10px;
  color: var(--lime);
  letter-spacing: 0.13em;
}
.offer-main h2 {
  margin: 29px 0 22px;
  font-size: 52px;
}
.offer-main > p {
  color: #b3bdce;
  font-size: 16px;
  max-width: 400px;
}
.offer-price {
  font:
    500 34px/1.15 Bricolage,
    Arial,
    sans-serif;
  letter-spacing: -0.04em;
  border-top: 1px solid #ffffff24;
  padding-top: 35px;
  margin-top: 35px;
}
.offer-main .offer-note {
  font-size: 12px;
  margin: 12px 0 27px;
}
.offer-scope {
  background: white;
  padding: 45px 50px;
}
.offer-scope h3 {
  font-size: 31px;
}
.scope-list {
  list-style: none;
  padding: 0;
  margin: 27px 0 0;
}
.scope-list li {
  display: flex;
  gap: 19px;
  padding: 19px 0;
  border-top: 1px solid #e4e7ed;
}
.scope-list li > span {
  font-size: 10px;
  color: var(--blue);
  margin-top: 3px;
}
.scope-list strong {
  font-size: 16px;
  font-weight: 500;
}
.scope-list p {
  font-size: 13px;
  line-height: 1.65;
  color: var(--muted);
  margin: 4px 0 0;
}
.engagement-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
  list-style: none;
  padding: 0;
  margin: 55px 0 0;
  counter-reset: none;
}
.engagement-steps li {
  border-top: 1px solid #cdd3de;
  padding-top: 20px;
}
.engagement-steps li > span {
  font:
    500 37px Bricolage,
    Arial,
    sans-serif;
  color: #b4bed4;
}
.engagement-steps h3 {
  margin: 24px 0 18px;
  font-size: 25px;
}
.engagement-steps p {
  font-size: 15px;
  color: var(--muted);
}
.faq-section {
  background: #eef0f3;
  margin-bottom: 70px;
}
.faq-layout {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 90px;
}
.faq-list details {
  border-bottom: 1px solid #d2d8e2;
}
.faq-list summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding: 24px 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary > span {
  font-size: 25px;
  font-weight: 300;
  color: var(--blue);
}
.faq-list details[open] summary > span {
  transform: rotate(45deg);
}
.faq-list p {
  font-size: 15px;
  line-height: 1.75;
  color: var(--muted);
  padding-right: 25px;
}
.faq-list p a {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.contact-email {
  color: #c2cce0;
  font-size: 14px;
}
@media (min-width: 1500px) {
  .hero {
    gap: 65px;
  }
  .hero-visual {
    padding-left: 0;
  }
}
@media (max-width: 1120px) {
  #site-nav {
    gap: 18px;
    font-size: 12px;
  }
  .header-inner {
    gap: 24px;
  }
  .site-brand {
    width: 185px;
  }
  .hero {
    padding: 55px 38px;
    min-height: 635px;
  }
  .hero-description {
    font-size: 16px;
  }
  .hero h1 {
    font-size: 65px;
  }
  .hero h1 em {
    font-size: 0.76em;
  }
  .hero-actions {
    gap: 20px;
  }
  .hero-actions .site-button {
    padding: 13px 17px;
    font-size: 13px;
    gap: 18px;
  }
  .hero-actions .text-link {
    font-size: 13px;
  }
  .hero-visual {
    padding-left: 12px;
  }
  .preview-body {
    padding: 18px;
  }
  .preview-top {
    font-size: 10px;
    padding: 13px;
  }
  .preview-live {
    display: none;
  }
  .process-demo {
    grid-template-columns: 250px minmax(0, 1fr);
  }
  .process-panel {
    padding: 30px;
    gap: 25px;
    grid-template-columns: 1fr;
  }
  .detail-demo {
    display: none;
  }
  .section-split {
    gap: 50px;
  }
  .custom-grid {
    gap: 30px;
  }
  .closing {
    gap: 40px;
  }
  .offer-main,
  .offer-scope {
    padding: 38px;
  }
  .offer-main h2 {
    font-size: 45px;
  }
}
@media (max-width: 850px) {
  html {
    scroll-padding-top: 100px;
  }
  .site-header.is-compact .header-inner {
    min-height: 64px;
    padding-block: 10px;
  }
  .site-header.is-compact .site-brand {
    width: 156px;
  }
  #site-nav {
    max-height: calc(100dvh - 90px);
    overflow-y: auto;
  }
  .wrap,
  .header-inner,
  .site-footer {
    width: calc(100% - 48px);
  }
  .wide {
    width: calc(100% - 24px);
  }
  .header-inner {
    min-height: 84px;
    flex-wrap: wrap;
    gap: 0;
    padding-block: 18px;
  }
  .site-brand {
    width: 180px;
  }
  .menu-toggle {
    display: flex;
    gap: 14px;
    align-items: center;
    background: transparent;
    border: 1px solid #cfd4df;
    padding: 8px 13px;
    border-radius: 6px;
    margin-left: auto;
    font-size: 13px;
  }
  #site-nav {
    width: 100%;
    flex-wrap: wrap;
    padding-block: 20px 5px;
    font-size: 14px;
    gap: 22px;
  }
  .nav-ready #site-nav {
    display: none;
  }
  .nav-ready:has(.menu-toggle[aria-expanded="true"]) #site-nav {
    display: flex;
  }
  .hero {
    grid-template-columns: 1fr;
    padding: 52px 42px;
    gap: 60px;
  }
  .hero-copy {
    max-width: 590px;
  }
  .hero h1 {
    font-size: clamp(50px, 8vw, 74px);
  }
  .hero h1 em {
    font-size: 0.9em;
  }
  .hero-description {
    max-width: 480px;
    font-size: 17px;
  }
  .hero-visual {
    padding: 5px 0 0;
  }
  .workflow-preview {
    transform: rotate(-2deg);
    max-width: 430px;
  }
  .preview-body {
    padding: 25px;
  }
  .hero-fish {
    top: -50px;
    right: -80px;
  }
  .demo-caption {
    margin-top: 22px;
  }
  .hero-actions .site-button {
    font-size: 15px;
    padding: 14px 22px;
  }
  .hero-actions .text-link {
    font-size: 15px;
  }
  .value-strip {
    font-size: 11px;
    gap: 12px;
  }
  .value-strip b {
    display: block;
    margin: 0 0 3px;
  }
  .section-space {
    padding-block: 72px;
  }
  .section-split {
    gap: 35px;
  }
  .section-split .large-copy {
    font-size: 20px;
  }
  .section-heading {
    align-items: flex-start;
    gap: 30px;
  }
  .section-heading > p {
    max-width: 280px;
    font-size: 15px;
  }
  .process-demo {
    grid-template-columns: 1fr;
  }
  .process-tabs {
    flex-direction: row;
    padding: 12px;
    gap: 6px;
  }
  .process-tabs button {
    flex: 1;
    min-width: 0;
    padding: 18px 12px;
  }
  .process-tabs strong {
    font-size: 14px;
  }
  .process-tabs small {
    display: none;
  }
  .process-panel {
    grid-template-columns: 1.1fr 1fr;
    min-height: 420px;
    padding: 35px;
    gap: 30px;
  }
  .detail-demo {
    display: block;
  }
  .custom-grid {
    gap: 24px;
  }
  .custom-feature h3 {
    font-size: 25px;
  }
  .custom-feature p {
    font-size: 14px;
  }
  .closing {
    padding: 45px 36px;
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
  }
  .closing-action {
    text-align: left;
  }
  .closing-action .site-button {
    align-self: flex-start;
  }
  .footer-top {
    flex-wrap: wrap;
    gap: 25px;
  }
  .qunevo-credit {
    margin-left: 0;
    width: 100%;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 18px;
  }
  .offer-main,
  .offer-scope {
    padding: 30px;
  }
  .offer-main h2 {
    font-size: 42px;
  }
  .offer-price {
    font-size: 30px;
  }
  .offer-scope h3 {
    font-size: 28px;
  }
  .faq-layout {
    gap: 40px;
    grid-template-columns: 1fr 1.3fr;
  }
  .faq-layout h2 {
    font-size: 34px;
  }
  .faq-list summary {
    font-size: 16px;
  }
}
@media (max-width: 570px) {
  .wrap,
  .header-inner,
  .site-footer {
    width: calc(100% - 40px);
  }
  .hero {
    padding: 40px 24px;
    gap: 44px;
    border-radius: 12px;
  }
  .hero h1 {
    font-size: clamp(43px, 10.6vw, 60px);
    line-height: 1.05;
  }
  .hero h1 em {
    font-size: 0.83em;
  }
  .hero .eyebrow {
    font-size: 9px;
    letter-spacing: 0.1em;
  }
  .hero-description {
    font-size: 15px;
  }
  .hero-actions {
    gap: 23px;
  }
  .hero-actions .site-button {
    width: 100%;
    gap: 30px;
  }
  .hero-audience {
    font-size: 11px;
  }
  .workflow-preview {
    transform: none;
  }
  .preview-body {
    padding: 17px;
  }
  .match-card {
    padding: 16px;
  }
  .match-card h2 {
    font-size: 21px;
  }
  .match-profile div > span {
    font-size: 8px;
  }
  .match-profile strong {
    font-size: 10px;
  }
  .mini-step {
    padding: 12px;
    gap: 8px;
  }
  .mini-step strong {
    font-size: 11px;
  }
  .mini-step div > span {
    font-size: 9px;
  }
  .preview-top {
    font-size: 10px;
  }
  .mini-label {
    font-size: 8px;
  }
  .demo-caption {
    font-size: 9px;
  }
  .preview-bottom {
    font-size: 9px;
    padding: 10px 17px;
  }
  .value-strip {
    font-size: 10px;
    align-items: flex-start;
    line-height: 1.4;
    padding-block: 20px;
  }
  .value-strip span {
    flex: 1;
  }
  .value-strip b {
    margin-bottom: 6px;
  }
  .section-space {
    padding-block: 58px;
  }
  .section-split {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .section-split p {
    font-size: 15px;
  }
  .section-heading {
    display: block;
    margin-bottom: 30px;
  }
  .section-heading > p {
    max-width: none;
    margin-top: 25px;
  }
  .section-heading h2 {
    font-size: 35px;
  }
  .eyebrow {
    font-size: 9px;
    margin-bottom: 18px;
  }
  .process-tabs {
    padding: 8px;
    gap: 3px;
  }
  .process-tabs button {
    padding: 15px 8px;
  }
  .process-tabs strong {
    font-size: 11px;
    line-height: 1.4;
  }
  .process-tabs button > span {
    font-size: 10px;
    margin-bottom: 8px;
  }
  .process-panel {
    grid-template-columns: 1fr;
    padding: 25px;
    gap: 23px;
    min-height: 0;
  }
  .process-panel h3 {
    font-size: 28px;
  }
  .process-panel p:not(.mini-label) {
    font-size: 14px;
  }
  .detail-demo {
    max-width: 310px;
    width: 100%;
    margin: auto;
  }
  .custom-grid {
    grid-template-columns: 1fr;
    margin-top: 35px;
    gap: 26px;
  }
  .custom-feature {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }
  .custom-feature > span {
    grid-column: 1/-1;
    font-size: 9px;
  }
  .custom-feature h3 {
    margin: 0;
    font-size: 25px;
  }
  .custom-feature p {
    font-size: 13px;
    margin: 0;
  }
  .closing {
    padding: 38px 25px;
    border-radius: 12px;
  }
  .closing p:not(.eyebrow) {
    font-size: 14px;
  }
  .closing h2 {
    font-size: 34px;
  }
  .site-footer {
    padding-top: 45px;
  }
  .footer-top {
    gap: 20px;
    padding-bottom: 30px;
  }
  .footer-top .site-brand {
    width: 150px;
  }
  .footer-top p {
    font-size: 10px;
    margin-left: auto;
  }
  .footer-bottom nav {
    gap: 12px 20px;
    font-size: 11px;
  }
  .pricing-hero {
    padding-block: 45px 35px;
  }
  .pricing-hero h1 {
    font-size: 47px;
  }
  .pricing-hero > p:last-child {
    font-size: 15px;
    margin-top: 24px;
  }
  .offer {
    grid-template-columns: 1fr;
  }
  .offer-main,
  .offer-scope {
    padding: 32px 25px;
  }
  .offer-main h2 {
    font-size: 45px;
  }
  .offer-main > p {
    font-size: 15px;
  }
  .offer-price {
    font-size: 32px;
  }
  .engagement-steps {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 35px;
  }
  .engagement-steps li > span {
    font-size: 27px;
  }
  .engagement-steps h3 {
    font-size: 25px;
    margin: 15px 0 10px;
  }
  .engagement-steps p {
    font-size: 14px;
  }
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .faq-section {
    margin-bottom: 45px;
  }
  .faq-list summary {
    font-size: 16px;
    padding-block: 21px;
  }
  .faq-list p {
    padding-right: 0;
    font-size: 14px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
  }
}
