@font-face {
  font-family: SUIT;
  src: url('/font/SUIT-Regular.woff2') format('woff2');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: SUIT;
  src: url('/font/SUIT-Medium.woff2') format('woff2');
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: SUIT;
  src: url('/font/SUIT-SemiBold.woff2') format('woff2');
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: SUIT;
  src: url('/font/SUIT-Bold.woff2') format('woff2');
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: SUIT;
  src: url('/font/SUIT-ExtraBold.woff2') format('woff2');
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}
:root {
  --navy: #000038;
  --ink: #131a30;
  --blue: #2859ee;
  --muted: #6a7183;
  --line: #e3e7ef;
  --paper: #f5f7fb;
  font-family: SUIT,Arial,sans-serif;
  color: var(--ink);
  background: #fff;
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
}
body.image-viewer-open {
  overflow: hidden;
}
button,input,select {
  font: inherit;
}
button,a,input,select {
  -webkit-tap-highlight-color: transparent;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: wait;
}
img {
  max-width: 100%;
  display: block;
}
h1,h2,h3,p {
  margin: 0;
}
h1,h2,h3 {
  word-break: keep-all;
  letter-spacing: -.045em;
}
p {
  word-break: keep-all;
}
em {
  font-style: normal;
  color: var(--blue);
}
a,button,input,select {
  touch-action: manipulation;
}
:focus-visible {
  outline: 3px solid #748eff;
  outline-offset: 4px;
}
section[id] {
  scroll-margin-top: 100px;
}
.container {
  width: min(1280px,calc(100% - 88px));
  margin-inline: auto;
}
.section-space {
  padding: 100px 0;
}
.section-label {
  display: block;
  font-size: 11px;
  letter-spacing: .15em;
  font-weight: 800;
  color: var(--blue);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  min-height: 56px;
  padding: 16px 26px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 700;
  font-size: 16px;
  transition: background .18s,transform .18s;
  white-space: nowrap;
}
.button:hover {
  transform: translateY(-2px);
}
.button-primary {
  background: var(--blue);
  color: white;
  box-shadow: 0 8px 20px #2859ee1a;
}
.button-primary:hover {
  background: #1946d0;
}
.button-dark {
  background: var(--navy);
  color: white;
}
.button-small {
  min-height: 42px;
  padding: 11px 20px;
  font-size: 14px;
}
.button span[aria-hidden] {
  font-size: 23px;
  line-height: 1;
}
.text-link {
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid currentColor;
  padding-bottom: 6px;
  white-space: nowrap;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  left: 20px;
  top: -100px;
  z-index: 500;
  background: var(--navy);
  color: white;
  padding: 16px;
}
.skip-link:focus {
  top: 10px;
}
.sellby-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid #e8ebf2;
  background: #ffffffed;
  backdrop-filter: blur(16px);
}
.header-inner {
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand-logo {
  width: 162px;
  height: 48px;
  object-fit: contain;
}
.main-nav {
  display: flex;
  gap: 34px;
  margin-left: auto;
  margin-right: 44px;
  font-size: 14px;
  font-weight: 600;
  color: #51596b;
}
.main-nav a:hover {
  color: var(--blue);
}
.hero-section {
  background: linear-gradient(115deg,#fff 25%,#f5f7fe 100%);
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 50px;
  align-items: center;
  min-height: 660px;
  padding-top: 66px;
  padding-bottom: 65px;
}
.product-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #465472;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .02em;
  margin-bottom: 25px;
}
.product-label>span {
  width: 6px;
  height: 6px;
  background: var(--blue);
  border-radius: 50%;
  box-shadow: 0 0 0 4px #2859ee12;
}
.hero-copy h1 {
  font-size: clamp(40px,3.65vw,58px);
  line-height: 1.23;
  font-weight: 800;
  color: var(--navy);
  letter-spacing: -.06em;
}
.hero-copy h1 em {
  display: inline-block;
  margin-top: 8px;
  white-space: nowrap;
  font-size: .82em;
}
.hero-description {
  max-width: 350px;
  line-height: 1.75;
  font-size: 16px;
  color: #616b80;
  margin-top: 26px;
}
.hero-cta {
  margin-top: 30px;
}
.hero-assurance {
  display: flex;
  gap: 18px;
  margin-top: 17px;
  font-size: 11px;
  color: #6a7284;
}
.hero-assurance b {
  color: var(--blue);
  margin-right: 3px;
}
.hero-product {
  position: relative;
  min-width: 0;
}
.hero-product:before {
  content: '';
  position: absolute;
  inset: -80px -120px;
  background: radial-gradient(ellipse,#e0e8ff 0,transparent 65%);
  pointer-events: none;
}
.hero-product>* {
  position: relative;
}
.hero-product-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  gap: 10px;
}
.hero-product-top .section-label {
  font-size: 9px;
  letter-spacing: .08em;
}
.product-number {
  font-size: 9px;
  color: #8490aa;
  letter-spacing: .07em;
}
.hero-screen-frame {
  border: 1px solid #293449;
  border-radius: 12px;
  background: #0b131e;
  padding: 7px;
  box-shadow: 0 26px 60px -25px #00114570;
  transform: perspective(1400px) rotateY(-5deg) rotateX(2deg);
  overflow: hidden;
}
.screen-toolbar {
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #abb8c9;
  font-size: 8px;
  letter-spacing: .13em;
  padding: 0 5px 5px;
}
.window-dots {
  display: flex;
  gap: 4px;
}
.window-dots i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #536477;
}
.screen-dot {
  width: 5px;
  height: 5px;
  background: #43b995;
  border-radius: 50%;
}
.hero-screen {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.hero-product-caption {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  font-weight: 600;
  color: #4a5672;
  margin-top: 22px;
  padding: 0 2px;
}
.hero-product-caption b {
  font-size: 18px;
  color: var(--blue);
  margin-left: 10px;
}
.screen-disclosure {
  font-size: 11px;
  line-height: 1.7;
  color: #727d91;
  margin-top: 15px;
  word-break: normal;
}
.hero-strip {
  border-top: 1px solid #dce2ef;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 78px;
  font-weight: 600;
  font-size: 14px;
  color: #647089;
}
.hero-strip span+span:before {
  content: '+';
  margin-right: 44px;
  color: #aab7d0;
  font-weight: 400;
}
.hero-strip a {
  font-size: 11px;
  color: #6b7791;
  font-weight: 500;
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 38px;
}
.section-heading h2 {
  font-size: 38px;
  line-height: 1.35;
  font-weight: 800;
  margin-top: 15px;
}
.section-heading>p {
  font-size: 14px;
  line-height: 1.85;
  color: var(--muted);
  padding-bottom: 6px;
}
.platform-shell {
  background: #0b131c;
  border: 1px solid #263241;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 16px 50px #12264a14;
}
.platform-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 22px;
  border-bottom: 1px solid #253241;
}
.screen-tabs {
  display: flex;
  padding: 4px;
  background: #182330;
  border-radius: 7px;
  gap: 4px;
}
.screen-tabs button {
  border: 0;
  background: transparent;
  color: #98a9b9;
  min-height: 36px;
  padding: 8px 22px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
}
.screen-tabs button[aria-selected=true] {
  background: #edf3fc;
  color: #16243d;
}
.platform-caption {
  font-size: 10px;
  color: #70859b;
  letter-spacing: .12em;
}
.platform-screen {
  width: 100%;
  height: auto;
}
.screenshot-button {
  display: block;
  position: relative;
  border: 0;
  background: transparent;
  padding: 0;
  width: 100%;
  text-align: initial;
}
.screenshot-expand {
  position: absolute;
  right: 18px;
  bottom: 18px;
  border: 1px solid #71839b80;
  border-radius: 5px;
  padding: 10px 14px;
  font-size: 11px;
  color: #fff;
  background: #16243ded;
  box-shadow: 0 2px 15px #0002;
}
.image-viewer {
  padding: 18px;
  border: 1px solid #43566d;
  border-radius: 12px;
  background: #0b141e;
  color: white;
  width: min(1450px,96vw);
  max-width: 96vw;
  max-height: 94dvh;
}
.image-viewer::backdrop {
  background: #050a14dd;
  backdrop-filter: blur(5px);
}
.image-viewer-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 16px;
  font-size: 14px;
}
.image-viewer-close {
  border: 1px solid #4f637e;
  color: white;
  background: transparent;
  padding: 10px 16px;
  border-radius: 5px;
}
.image-viewer img {
  width: 100%;
  height: auto;
}
.image-viewer p {
  font-size: 12px;
  margin-top: 14px;
  color: #b1bed0;
}
.features-section {
  background: var(--paper);
  border-block: 1px solid #edf0f5;
}
.features-section .section-heading h2 {
  font-size: 36px;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 22px;
}
.feature-grid article {
  background: #fff;
  padding: 30px;
  border: 1px solid #e0e6f0;
  border-radius: 10px;
}
.feature-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.feature-top>span {
  font-size: 12px;
  font-weight: 700;
  color: #8390a6;
  letter-spacing: .05em;
}
.feature-top svg {
  height: 44px;
  width: 44px;
  color: #3961db;
}
.feature-grid h3 {
  font-size: 22px;
  margin-bottom: 13px;
  letter-spacing: -.03em;
}
.feature-grid p {
  font-size: 14px;
  line-height: 1.8;
  color: var(--muted);
  max-width: 280px;
}
.proof-section {
  background: #f0f4ff;
}
.proof-section h2 {
  font-size: 36px;
  margin: 18px 0;
}
.proof-section p {
  line-height: 1.8;
  color: var(--muted);
}
.proof-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin: 30px 0;
}
.proof-metrics>div {
  display: grid;
  gap: 10px;
}
.proof-metrics strong {
  font-size: 42px;
  color: var(--blue);
}
.proof-section .text-link {
  display: inline-block;
  margin-top: 20px;
}
.apply-section {
  background: #09132c;
  color: #fff;
  position: relative;
}
.apply-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 80px;
  align-items: start;
}
.apply-copy {
  padding-top: 18px;
}
.apply-copy .section-label {
  color: #88a5ff;
}
.apply-copy h2 {
  font-size: 40px;
  line-height: 1.35;
  margin-top: 24px;
}
.apply-copy h2 em {
  color: #93aeff;
}
.apply-copy>p {
  font-size: 16px;
  line-height: 1.85;
  color: #b0bdd8;
  margin-top: 24px;
}
.trial-steps {
  list-style: none;
  margin: 44px 0 30px;
  padding: 0;
  display: grid;
  gap: 26px;
}
.trial-steps li {
  display: flex;
  align-items: center;
  gap: 18px;
}
.trial-steps li>span {
  display: grid;
  place-items: center;
  border: 1px solid #34415d;
  border-radius: 50%;
  width: 37px;
  height: 37px;
  font-size: 11px;
  color: #a9bef2;
}
.trial-steps strong {
  font-size: 15px;
  font-weight: 600;
}
.trial-steps p {
  font-size: 12px;
  color: #8c9dbd;
  margin-top: 6px;
}
.trial-contact {
  display: flex;
  align-items: center;
  gap: 25px;
  padding-top: 22px;
  border-top: 1px solid #ffffff1c;
  max-width: 340px;
  font-size: 12px;
  color: #91a1bf;
}
.trial-contact a {
  color: #dbe5ff;
  font-size: 17px;
  font-weight: 700;
}
.sellby-form {
  padding: 34px;
  border-radius: 12px;
  background: white;
  color: var(--ink);
  box-shadow: 0 20px 50px #0002;
}
.form-heading h3 {
  font-size: 27px;
  margin-top: 10px;
}
.form-heading p {
  font-size: 12px;
  line-height: 1.7;
  color: var(--muted);
  margin: 10px 0 24px;
}
.form-fields {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
.form-fields:disabled {
  opacity: .75;
}
.field-row {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 16px;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-bottom: 17px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
}
.field b {
  color: var(--blue);
  font-weight: 600;
}
.field input,.field select {
  width: 100%;
  min-width: 0;
  height: 46px;
  padding: 10px 12px;
  border: 1px solid #dbe1ec;
  border-radius: 5px;
  background: #fcfdff;
  font-size: 13px;
  font-weight: 400;
  color: #1e2942;
}
.field input::placeholder {
  color: #8b95a8;
  font-size: 12px;
}
.field select {
  padding-right: 24px;
}
.questions-heading {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  padding-top: 20px;
  margin: 6px 0 16px;
  font-size: 12px;
  font-weight: 700;
}
.questions-heading span:last-child {
  color: #8791a5;
  font-weight: 400;
  font-size: 11px;
}
.experience-field {
  border: 0;
  margin: 0 0 18px;
  padding: 0;
  min-width: 0;
}
.experience-field legend {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px;
}
.experience-options {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 39px;
}
.experience-options label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 39px;
  padding: 8px 14px;
  border: 1px solid #dbe1ec;
  border-radius: 5px;
  font-size: 12px;
  cursor: pointer;
}
.experience-options label.selected {
  border-color: var(--blue);
  background: #f0f4ff;
  color: #1b4cd3;
}
.experience-options input {
  accent-color: var(--blue);
  width: 15px;
  height: 15px;
  margin: 0;
}
.text-button {
  background: none;
  border: 0;
  font-size: 11px;
  color: #748099;
  text-decoration: underline;
  padding: 8px;
}
.consent-row {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
  padding-top: 17px;
  border-top: 1px solid var(--line);
  margin-top: 21px;
  font-size: 11px;
}
.consent-row label {
  display: flex;
  align-items: center;
  gap: 7px;
  line-height: 1.6;
  cursor: pointer;
}
.consent-row input {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: var(--blue);
}
.consent-row a {
  white-space: nowrap;
  color: #5a6c8a;
  text-decoration: underline;
  padding-top: 2px;
}
.form-privacy-note {
  font-size: 10px;
  color: #8490a5;
  line-height: 1.6;
  margin: 8px 0 18px;
}
.submit-button {
  width: 100%;
  justify-content: space-between;
  font-size: 15px;
  min-height: 53px;
}
.form-bottom-note {
  font-size: 10px;
  text-align: center;
  color: #7b879b;
  line-height: 1.6;
  margin-top: 13px;
}
.form-status {
  border: 1px solid #e6b8b7;
  background: #fff2f2;
  padding: 14px;
  color: #9a2727;
  font-size: 13px;
  line-height: 1.7;
  margin-top: 16px;
  border-radius: 5px;
}
.form-status.success {
  background: #ecf9f3;
  border-color: #a0d5bc;
  color: #17603b;
}
.sellby-footer {
  padding: 45px 0 28px;
  background: #fff;
  color: #737e91;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}
.footer-top img {
  width: 140px;
  height: 42px;
  object-fit: contain;
}
.footer-top nav {
  display: flex;
  gap: 24px;
  font-size: 11px;
}
.footer-top nav a:nth-child(2) {
  font-weight: 800;
  color: #44516a;
}
.footer-company {
  font-size: 11px;
  line-height: 1.95;
}
.footer-company strong {
  font-size: 12px;
  color: #44516a;
  font-weight: 700;
  display: block;
  margin-bottom: 8px;
}
.footer-company span {
  padding: 0 8px;
  color: #c5cad3;
}
.footer-secondary {
  font-size: 11px;
  margin: 16px 0 24px;
}
.footer-bottom {
  padding-top: 18px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 30px;
  font-size: 10px;
  line-height: 1.8;
}
.footer-bottom p {
  max-width: 740px;
}
.footer-bottom>span {
  white-space: nowrap;
}
.mobile-cta {
  display: none;
}
.policy-document {
  max-width: 820px;
  width: calc(100% - 48px);
  margin: 60px auto 90px;
}
.policy-back {
  font-size: 13px;
  color: var(--blue);
}
.policy-document h1 {
  font-size: 36px;
  margin: 32px 0 14px;
}
.policy-date {
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 35px;
}
.policy-document section {
  margin-top: 34px;
}
.policy-document h2 {
  font-size: 21px;
  margin-bottom: 16px;
}
.policy-document h3 {
  font-size: 16px;
  margin: 22px 0 10px;
}
.policy-document p {
  font-size: 14px;
  line-height: 1.9;
  margin: 9px 0;
  word-break: normal;
  overflow-wrap: anywhere;
}
.consultation-consent {
  padding: 28px;
  background: #f1f5ff;
  border: 1px solid #dbe4ff;
  border-radius: 10px;
}
.policy-page .sellby-footer {
  background: var(--paper);
}
@media(min-width:1500px) {
  .hero-grid {
    min-height: 710px;
    gap: 68px;
  }
  .hero-copy h1 {
    font-size: 61px;
  }
}
@media(max-width:1100px) {
  .container {
    width: calc(100% - 56px);
  }
  .hero-grid {
    gap: 26px;
    min-height: 600px;
  }
  .hero-copy h1 {
    font-size: 43px;
  }
  .hero-assurance {
    gap: 12px;
    font-size: 10px;
  }
  .hero-strip {
    font-size: 12px;
  }
  .hero-strip span+span:before {
    margin-right: 20px;
  }
  .apply-grid {
    gap: 42px;
  }
  .sellby-form {
    padding: 26px;
  }
  .apply-copy h2 {
    font-size: 34px;
  }
  .feature-grid article {
    padding: 24px;
  }
  .feature-grid h3 {
    font-size: 20px;
  }
}
@media(max-width:800px) {
  .container {
    width: calc(100% - 40px);
  }
  .header-inner {
    height: 72px;
  }
  .brand-logo {
    width: 138px;
    height: 42px;
  }
  .main-nav {
    gap: 20px;
    margin-right: 25px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 48px;
    padding: 52px 0 40px;
    min-height: 0;
  }
  .hero-copy h1 {
    font-size: 53px;
  }
  .hero-copy h1 br:nth-of-type(1) {
    display: none;
  }
  .hero-description {
    max-width: 430px;
  }
  .hero-product {
    max-width: 660px;
    width: 100%;
    margin-inline: auto;
  }
  .hero-screen-frame {
    transform: none;
  }
  .hero-assurance {
    font-size: 11px;
  }
  .hero-strip {
    flex-wrap: wrap;
    gap: 12px;
    padding-block: 22px;
    min-height: 0;
    justify-content: center;
  }
  .hero-strip a {
    display: none;
  }
  .hero-strip span+span:before {
    margin-right: 12px;
  }
  .section-space {
    padding: 70px 0;
  }
  .section-heading h2,.features-section .section-heading h2 {
    font-size: 31px;
  }
  .section-heading>p {
    font-size: 12px;
  }
  .feature-grid {
    gap: 12px;
  }
  .feature-grid article {
    padding: 20px;
  }
  .feature-grid h3 {
    font-size: 18px;
  }
  .feature-grid p {
    font-size: 12px;
  }
  .feature-top svg {
    width: 36px;
    height: 36px;
  }
  .apply-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .apply-copy {
    padding-top: 0;
  }
  .apply-copy h2 {
    font-size: 38px;
  }
  .apply-copy>p {
    margin-top: 16px;
  }
  .trial-steps {
    display: flex;
    gap: 25px;
    margin: 28px 0;
  }
  .trial-steps li {
    align-items: start;
    gap: 10px;
  }
  .trial-steps p {
    font-size: 11px;
  }
  .trial-steps li>span {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
  }
  .trial-contact {
    max-width: 100%;
  }
  .sellby-form {
    padding: 32px;
  }
  .footer-bottom {
    display: block;
  }
  .footer-bottom>span {
    display: block;
    margin-top: 15px;
  }
}
@media(max-width:540px) {
  html {
    scroll-padding-top: 85px;
  }
  .container {
    width: calc(100% - 36px);
  }
  .header-inner {
    height: 65px;
  }
  .brand-logo {
    width: 125px;
    height: 37px;
  }
  .main-nav {
    display: none;
  }
  .button-small {
    min-height: 37px;
    padding: 8px 13px;
    font-size: 12px;
    gap: 16px;
  }
  .hero-grid {
    padding-top: 38px;
    gap: 34px;
  }
  .product-label {
    font-size: 10px;
    margin-bottom: 21px;
  }
  .hero-copy h1 {
    font-size: clamp(30px,9.7vw,43px);
    line-height: 1.23;
    letter-spacing: -.055em;
  }
  .hero-copy h1 br:nth-of-type(1) {
    display: block;
  }
  .hero-copy h1 em {
    font-size: .86em;
    margin-top: 6px;
  }
  .hero-description {
    font-size: 14px;
    max-width: 305px;
    margin-top: 20px;
    line-height: 1.7;
  }
  .hero-cta {
    margin-top: 23px;
    width: 100%;
    justify-content: space-between;
    min-height: 53px;
    padding-inline: 20px;
    font-size: 14px;
  }
  .hero-assurance {
    font-size: 10px;
    justify-content: center;
    gap: 17px;
    margin-top: 14px;
  }
  .hero-product-top .section-label {
    font-size: 8px;
  }
  .product-number {
    font-size: 8px;
  }
  .hero-product-top {
    margin-bottom: 10px;
  }
  .hero-screen-frame {
    padding: 4px;
    border-radius: 8px;
  }
  .screen-toolbar {
    height: 21px;
    font-size: 6px;
  }
  .hero-product-caption {
    font-size: 10px;
    margin-top: 15px;
  }
  .screen-disclosure {
    font-size: 9px;
    line-height: 1.6;
    margin-top: 11px;
  }
  .hero-strip {
    font-size: 9px;
    gap: 10px;
    padding-block: 17px;
  }
  .hero-strip span+span:before {
    margin-right: 10px;
  }
  .section-space {
    padding: 54px 0;
  }
  .section-label {
    font-size: 9px;
    letter-spacing: .12em;
  }
  .section-heading {
    display: block;
    margin-bottom: 25px;
  }
  .section-heading h2,.features-section .section-heading h2 {
    font-size: 28px;
    margin-top: 12px;
    line-height: 1.35;
  }
  .section-heading>p {
    margin-top: 17px;
    font-size: 12px;
  }
  .section-heading .text-link {
    display: inline-block;
    margin-top: 20px;
    font-size: 12px;
  }
  .platform-toolbar {
    padding: 10px;
  }
  .screen-tabs button {
    font-size: 10px;
    min-height: 31px;
    padding: 6px 14px;
  }
  .platform-caption {
    font-size: 7px;
    letter-spacing: .03em;
  }
  .screenshot-expand {
    right: 8px;
    bottom: 8px;
    font-size: 9px;
    padding: 7px 10px;
  }
  .platform-shell {
    border-radius: 8px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .feature-grid article {
    padding: 23px;
    position: relative;
  }
  .feature-top {
    position: absolute;
    top: 25px;
    right: 24px;
    margin: 0;
  }
  .feature-top>span {
    display: none;
  }
  .feature-top svg {
    width: 30px;
    height: 30px;
  }
  .feature-grid h3 {
    font-size: 19px;
    margin-bottom: 11px;
    padding-right: 45px;
  }
  .feature-grid p {
    font-size: 13px;
    max-width: 255px;
  }
  .apply-copy h2 {
    font-size: 31px;
    margin-top: 16px;
  }
  .apply-copy>p {
    font-size: 14px;
  }
  .trial-steps {
    display: grid;
    gap: 17px;
    margin: 27px 0;
  }
  .trial-steps li {
    align-items: center;
  }
  .trial-steps li>span {
    width: 31px;
    height: 31px;
  }
  .trial-steps strong {
    font-size: 13px;
  }
  .trial-steps p {
    margin-top: 4px;
  }
  .trial-contact {
    padding-top: 16px;
  }
  .trial-contact a {
    font-size: 15px;
  }
  .apply-grid {
    gap: 28px;
  }
  .sellby-form {
    padding: 23px 20px;
    border-radius: 9px;
  }
  .form-heading h3 {
    font-size: 23px;
  }
  .form-heading p {
    font-size: 11px;
  }
  .field-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .field {
    font-size: 12px;
    gap: 8px;
    margin-bottom: 15px;
  }
  .field input,.field select {
    height: 47px;
    font-size: 16px;
  }
  .field select {
    font-size: 13px;
  }
  .consent-row {
    gap: 8px;
    font-size: 10px;
  }
  .consent-row label {
    align-items: start;
  }
  .consent-row input {
    width: 15px;
    height: 15px;
  }
  .form-privacy-note {
    font-size: 9px;
  }
  .submit-button {
    font-size: 14px;
    padding-inline: 16px;
  }
  .footer-top {
    align-items: start;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 24px;
  }
  .footer-top nav {
    gap: 17px;
    font-size: 10px;
  }
  .footer-company {
    font-size: 10px;
    line-height: 2;
  }
  .footer-company span {
    padding: 0 5px;
  }
  .footer-secondary {
    font-size: 10px;
  }
  .footer-bottom {
    font-size: 9px;
  }
  .sellby-footer {
    padding: 33px 0 100px;
  }
  .policy-page .sellby-footer {
    padding-bottom: 35px;
  }
  .mobile-cta {
    position: fixed;
    z-index: 30;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    padding: 12px 18px max(12px,env(safe-area-inset-bottom));
    background: #ffffffed;
    border-top: 1px solid #dfe6f3;
    backdrop-filter: blur(14px);
  }
  .mobile-cta>div {
    display: grid;
    gap: 4px;
  }
  .mobile-cta strong {
    font-size: 11px;
  }
  .mobile-cta>div span {
    font-size: 9px;
    color: #8190a9;
    letter-spacing: .06em;
  }
  .mobile-cta .button {
    min-height: 42px;
    font-size: 12px;
    padding: 10px 18px;
  }
  .policy-document {
    margin-top: 35px;
  }
  .policy-document h1 {
    font-size: 29px;
  }
  .policy-document h2 {
    font-size: 19px;
  }
  .policy-document p {
    font-size: 13px;
  }
  .consultation-consent {
    padding: 21px;
  }
  .image-viewer {
    padding: 10px;
  }
  .image-viewer-toolbar {
    font-size: 11px;
  }
  .image-viewer p {
    font-size: 10px;
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto;
  }
  *,*:before,*:after {
    transition: none!important;
    animation: none!important;
  }
  .button:hover {
    transform: none;
  }
}
