:root {
  --wrap: 1240px;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 105px;
}
body {
  color: var(--navy);
  font-size: 16px;
}
h1,
h2,
h3 {
  text-wrap: balance;
}
h2 {
  font-size: clamp(30px, 3.4vw, 46px);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.12;
}
h3 {
  letter-spacing: -0.025em;
}
p {
  line-height: 1.65;
}
a {
  color: var(--blue);
}
button {
  font-family: inherit;
  cursor: pointer;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible,
input:focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 5px;
}
.wrap {
  padding-inline: 36px;
}
.sec {
  padding: 94px 0;
}
.eyebrow {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 24px;
}
.dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: var(--logo-cyan);
  border-radius: 50%;
  margin-right: 8px;
}
.head {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #ffffffed;
  backdrop-filter: blur(16px);
  border-top: 4px solid transparent;
  border-image: var(--brand-gradient) 1;
}
.head__in {
  min-height: 86px;
  flex-wrap: nowrap;
  gap: 24px;
}
.logo__mark {
  width: 38px;
  height: 42px;
}
.logo__txt {
  font-size: 22px;
}
.logo__sub {
  font-size: 8px;
  margin-top: 5px;
  letter-spacing: 0.08em;
}
.desktop-nav {
  display: flex;
  gap: 26px;
}
.desktop-nav a {
  font-size: 12px;
  font-weight: 600;
  color: var(--navy);
}
.head__act {
  gap: 10px;
}
.btn {
  border-radius: 8px;
  padding: 16px 23px;
  font-size: 13px;
  transition:
    background 0.2s,
    transform 0.2s;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  min-height: 48px;
}
.btn:hover {
  transform: translateY(-2px);
}
.btn--sm {
  font-size: 12px;
  min-height: 42px;
  padding: 10px 16px;
}
.btn--main {
  background: var(--blue);
}
.btn--light {
  background: white;
  color: var(--blue);
}
.text-link {
  font-size: 13px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  text-underline-offset: 5px;
}
.menu-toggle {
  display: none;
  min-width: 44px;
  min-height: 44px;
  background: white;
  border: 1px solid var(--hair);
  border-radius: 8px;
  font-size: 20px;
  color: var(--blue);
}
.mobile-nav {
  padding: 8px 24px 24px;
  box-shadow: 0 10px 20px #0d1f3610;
}
.mobile-nav a {
  display: block;
  padding: 12px;
  border-bottom: 1px solid var(--hair);
}
[hidden] {
  display: none !important;
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 20px;
  z-index: 50;
  background: white;
  padding: 12px;
}
.skip-link:focus {
  top: 10px;
}
.home-hero {
  background: linear-gradient(180deg, #f7fbfe, white);
  padding-top: 40px;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.14fr 1fr;
  gap: 48px;
  align-items: center;
}
.hero-copy {
  padding: 26px 0;
}
.hero-copy h1 {
  font-size: clamp(42px, 4.5vw, 64px);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 1.09;
  margin: 0 0 28px;
  color: var(--blue);
}
.hero-copy h1 em {
  font-style: normal;
  color: var(--logo-cyan);
}
.hero-description {
  font-size: 21px;
  line-height: 1.5;
  margin-bottom: 18px;
  letter-spacing: -0.015em;
}
.hero-detail {
  font-size: 14px;
  color: var(--muted);
  max-width: 410px;
}
.hero__btns {
  align-items: center;
  margin: 28px 0;
  gap: 24px;
}
.trial-note {
  font-size: 12px;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 12px;
}
.trial-note > span {
  font-size: 13px;
  color: var(--blue);
  border: 1px solid var(--hair);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
}
.hero-art {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 550px;
  background: var(--wash);
}
.hero-art > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.art-label {
  position: absolute;
  top: 22px;
  left: 22px;
  padding: 9px 14px;
  background: #ffffffd9;
  border-radius: 30px;
  font-size: 10px;
  font-weight: 800;
}
.art-note {
  position: absolute;
  bottom: 24px;
  left: 24px;
  font-size: 10px;
  color: var(--blue);
  letter-spacing: 0.05em;
}
.proof-strip {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-block: 1px solid var(--hair);
  margin-top: 42px;
  padding: 25px 0;
}
.proof-strip > div {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 0 30px;
  border-right: 1px solid var(--hair);
}
.proof-strip > div:first-child {
  padding-left: 0;
}
.proof-strip > div:last-child {
  border: 0;
  padding-right: 0;
}
.proof-strip strong {
  white-space: nowrap;
  font-size: 25px;
  font-weight: 600;
  color: var(--blue);
  letter-spacing: -0.04em;
}
.proof-strip span {
  font-size: 10px;
  color: var(--muted);
  max-width: 175px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 48px;
  margin-bottom: 36px;
}
.section-heading h2 {
  margin: 0;
}
.section-heading > p {
  max-width: 340px;
  color: var(--muted);
  font-size: 13px;
  margin: 0;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.service-card {
  padding: 24px 22px;
  background: var(--wash);
  border: 1px solid var(--hair);
  border-radius: 12px;
  transition:
    transform 0.2s,
    background 0.2s;
  display: flex;
  flex-direction: column;
}
.service-card:hover {
  transform: translateY(-5px);
  background: #e7f4fc;
  text-decoration: none;
}
.service-num {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: var(--blue);
}
.service-num > span {
  font-size: 22px;
}
.service-card svg {
  width: 100%;
  height: 85px;
  margin: 22px 0;
  fill: none;
  stroke: var(--logo-cyan);
  stroke-width: 2;
}
.service-card h3 {
  font-size: 24px;
  font-weight: 600;
}
.service-card p {
  font-size: 12px;
  color: var(--muted);
  flex: 1;
}
.card__more {
  font-size: 10px;
}
.compatibility {
  margin: 20px 0 0;
  font-size: 12px;
  color: var(--muted);
}
.compatibility a {
  font-weight: 600;
}
.scenarios {
  background: var(--wash);
}
.scenario-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.scenario-card {
  background: white;
  padding: 30px;
  border-radius: 12px;
  position: relative;
  min-height: 320px;
  border: 1px solid var(--hair);
}
.scenario-card:hover {
  text-decoration: none;
  border-color: var(--logo-cyan);
}
.scenario-card .eyebrow {
  font-size: 9px;
  display: block;
}
.scenario-card h3 {
  font-size: 27px;
  line-height: 1.2;
  margin: 30px 0 18px;
  font-weight: 600;
}
.scenario-card p {
  font-size: 13px;
  color: var(--muted);
  max-width: 230px;
  margin-bottom: 40px;
}
.round-arrow {
  position: absolute;
  bottom: 24px;
  right: 24px;
  border: 1px solid var(--hair);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.process-grid {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin: 48px 0 38px;
}
.process-grid li {
  border-top: 1px solid var(--hair);
  padding-top: 20px;
}
.process-grid li > span {
  display: block;
  color: var(--logo-cyan);
  font-size: 13px;
  margin-bottom: 32px;
}
.process-grid h3 {
  font-size: 18px;
}
.process-grid p {
  font-size: 13px;
  color: var(--muted);
}
.note-line {
  display: flex;
  align-items: baseline;
  gap: 40px;
  border-top: 1px solid var(--hair);
  padding-top: 24px;
  font-size: 12px;
}
.note-line > span {
  white-space: nowrap;
  color: var(--blue);
  font-weight: 800;
}
.note-line p {
  color: var(--muted);
  max-width: 800px;
  margin: 0;
}
.app-section {
  background:
    radial-gradient(ellipse at 85% 30%, #22c3ff77, transparent 60%),
    linear-gradient(115deg, #0d1f36, #1e4c8f 65%, #0199d2);
  color: white;
  overflow: hidden;
}
.app-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
  align-items: center;
  min-height: 790px;
  padding-block: 56px;
}
.app-copy .eyebrow {
  color: #b5dcf6;
}
.app-copy h2 {
  color: white;
  font-size: clamp(44px, 5vw, 68px);
  letter-spacing: -0.055em;
  line-height: 1.04;
}
.app-copy h2 em {
  font-style: normal;
  color: #77d9ff;
}
.large-copy {
  font-size: 19px;
  max-width: 450px;
}
.app-copy > .large-copy {
  color: #d0e4f4;
  margin-top: 26px;
}
.app-features {
  list-style: none;
  padding: 0;
  margin: 28px 0 32px;
}
.app-features li {
  display: flex;
  gap: 17px;
  font-size: 13px;
  margin: 17px 0;
}
.app-features span {
  color: #7fdcff;
  font-size: 10px;
  margin-top: 3px;
}
.app-caption {
  font-size: 10px;
  color: #c3daef;
  margin-top: 18px;
}
.app-demo {
  min-width: 0;
}
.phone-stage {
  height: 620px;
  position: relative;
  display: grid;
  place-items: center;
}
.phone-stage:before {
  content: "";
  position: absolute;
  width: 70%;
  height: 65%;
  background: #4cbaf9;
  filter: blur(95px);
  opacity: 0.25;
  border-radius: 50%;
  pointer-events: none;
}
.phone-stage phone-scene {
  display: block;
  height: 100%;
  width: 100%;
  min-height: 0;
}
.phone-loader {
  font-size: 13px;
  color: #d0e4f4;
}
.phone-controls {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 10px;
}
.phone-controls button {
  background: transparent;
  color: white;
  border: 1px solid #8db9df88;
  border-radius: 30px;
  padding: 10px 16px;
  font-size: 10px;
  min-height: 38px;
}
.phone-controls button[aria-pressed="true"] {
  background: white;
  color: var(--blue);
}
.demo-caption {
  font-size: 10px;
  text-align: center;
  color: #c3daef;
  margin: 13px 0 0;
}
.demo-screen {
  height: 100%;
  background: #f4f7fa;
  color: #102c4a;
  font-family: var(--sans);
  position: relative;
  overflow: hidden;
  text-align: left;
  line-height: 1.4;
}
.demo-status {
  height: 54px;
  padding: 20px 30px 0;
  font-size: 12px;
  font-weight: 800;
  display: flex;
  justify-content: space-between;
}
.demo-header {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 14px 25px;
  border-bottom: 1px solid #dbe6ee;
}
.demo-header > strong {
  font-size: 18px;
  letter-spacing: 0.02em;
}
.demo-header strong > span {
  display: block;
  font-size: 9px;
  font-weight: 400;
  color: #648093;
}
.demo-avatar {
  margin-left: auto;
  border-radius: 50%;
  background: #e2edf5;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  font-size: 12px;
}
.demo-body {
  padding: 28px 24px;
  height: calc(100% - 214px);
  overflow: auto;
}
.demo-eyebrow {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #648093;
  margin-bottom: 12px;
}
.demo-body h3 {
  font-size: 27px;
  font-weight: 600;
  color: #102c4a;
}
.demo-subtitle {
  font-size: 12px;
  color: #648093;
  margin: 10px 0 24px;
}
.demo-highlight {
  background: linear-gradient(120deg, #1e4c8f, #0199d2);
  color: white;
  padding: 23px;
  border-radius: 14px;
  margin-bottom: 16px;
}
.demo-highlight > span {
  font-size: 11px;
}
.demo-highlight > strong {
  font-size: 48px;
  font-weight: 600;
  display: block;
  margin: 10px 0;
}
.demo-highlight small {
  font-size: 10px;
  font-weight: 400;
}
.demo-highlight > p {
  font-size: 12px;
  margin: 0;
}
.demo-highlight svg {
  width: 100%;
  height: 58px;
  stroke: #94e5ff;
  fill: none;
  stroke-width: 2;
}
.demo-metrics {
  display: flex;
  gap: 12px;
}
.demo-metrics > div {
  border: 1px solid #dbe6ee;
  background: white;
  border-radius: 12px;
  padding: 18px;
  flex: 1;
}
.demo-metrics strong {
  font-size: 27px;
  font-weight: 600;
  display: block;
}
.demo-metrics span {
  font-size: 10px;
  color: #648093;
}
.demo-body h4 {
  font-size: 13px;
  margin: 25px 0 14px;
}
.demo-study {
  display: flex;
  gap: 10px;
  align-items: center;
  background: white;
  border-radius: 10px;
  padding: 15px 12px;
  margin: 9px 0;
  font-size: 12px;
  justify-content: space-between;
}
.demo-study strong {
  display: block;
  font-size: 11px;
  font-weight: 600;
}
.demo-study small {
  display: block;
  font-size: 9px;
  color: #648093;
  margin-top: 4px;
}
.study-icon {
  font-size: 24px;
  color: var(--logo-cyan);
}
.demo-pill {
  font-size: 8px;
  color: #8b5d12;
  background: #fff3d8;
  padding: 5px 7px;
  border-radius: 15px;
  white-space: nowrap;
}
.demo-pill.done {
  color: #12805c;
  background: #e5f6ef;
}
.demo-tabs {
  display: flex;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  background: #fff;
  border-top: 1px solid #dbe6ee;
  padding: 12px 14px;
}
.demo-tabs > button {
  flex: 1;
  border: 0;
  background: none;
  font-size: 9px;
  color: #648093;
  min-height: 44px;
}
.demo-tabs button span {
  display: block;
  font-size: 23px;
  line-height: 1.4;
}
.demo-tabs [aria-pressed="true"] {
  color: var(--blue);
  font-weight: 800;
}
.phone-fallback > .demo-screen {
  width: min(100%, 320px);
  height: 600px;
  border: 7px solid #28394b;
  border-radius: 36px;
  box-shadow: 0 20px 40px #0003;
}
.phone-fallback .demo-body {
  padding: 18px;
}
.trust-grid,
.cabinet-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}
.trust-grid > div > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 14px;
}
.trust-grid > div > p.large-copy {
  font-size: 19px;
  color: var(--navy);
  margin-top: 26px;
}
.license-card {
  padding: 40px;
  border: 1px solid var(--hair);
  border-top: 5px solid var(--blue);
  border-radius: 10px;
  background: linear-gradient(135deg, white, var(--wash));
  box-shadow: 0 20px 60px #1e4c8f0a;
}
.license-symbol {
  font-size: 24px;
  font-weight: 800;
  color: var(--blue);
  margin-bottom: 60px;
}
.license-symbol > span {
  font-size: 8px;
  font-weight: 600;
  display: block;
  letter-spacing: 0.13em;
}
.license-card .eyebrow {
  font-size: 9px;
}
.license-card h3 {
  font-size: 31px;
  font-weight: 600;
}
.license-card p {
  font-size: 12px !important;
}
.license-card > a {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--hair);
  padding-top: 22px;
  margin-top: 25px;
  font-size: 12px;
  font-weight: 600;
}
.cabinet-section {
  background: var(--wash);
}
.cabinet-grid .large-copy {
  font-size: 16px;
  color: var(--muted);
  margin-top: 24px;
}
.small-note {
  font-size: 11px;
  color: var(--muted);
  margin-top: 16px;
}
.cabinet-list > div {
  border-top: 1px solid var(--hair);
  padding: 25px 0 25px 48px;
  position: relative;
}
.cabinet-list > div > span {
  position: absolute;
  left: 0;
  top: 27px;
  color: var(--logo-cyan);
  font-size: 11px;
}
.cabinet-list h3 {
  font-size: 20px;
}
.cabinet-list p {
  font-size: 13px;
  color: var(--muted);
  margin: 0;
}
.faq-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 60px;
}
.faq-grid > div > p:not(.eyebrow) {
  font-size: 13px;
  color: var(--muted);
  margin-top: 24px;
}
.faq-list details {
  border-bottom: 1px solid var(--hair);
  padding: 0 0 2px;
}
.faq-list details:first-child {
  border-top: 1px solid var(--hair);
}
.faq-list summary {
  list-style: none;
  cursor: pointer;
  padding: 23px 40px 23px 0;
  font-size: 16px;
  color: var(--blue);
  font-weight: 600;
  position: relative;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary:after {
  content: "+";
  position: absolute;
  right: 0;
  font-size: 24px;
  font-weight: 400;
  top: 15px;
}
.faq-list details[open] summary:after {
  content: "−";
}
.faq-list details p {
  font-size: 13px;
  color: var(--muted);
  padding-right: 30px;
}
.faq-list details > a {
  font-size: 12px;
  display: block;
  margin: 0 0 20px;
}
.start {
  background: var(--navy);
  padding: 80px 0;
}
.start-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 75px;
}
.start .eyebrow {
  color: #77d9ff;
}
.start h2 {
  font-size: 52px;
}
.start__lead {
  font-size: 15px;
  margin-top: 25px;
}
.lead {
  margin: 0;
}
.lead__f {
  font-size: 11px;
}
.lead__f input {
  font-size: 13px;
  min-height: 50px;
  background: #ffffff08;
  border-color: #536579;
}
.lead__f input::placeholder {
  color: #a1b3c6;
}
.lead__ok {
  font-size: 11px;
  line-height: 1.5;
  margin: 22px 0;
}
.lead__note {
  font-size: 10px;
  color: #b0c3d8;
}
.lead__f em {
  color: #b0c3d8;
}
.start .btn--main {
  background: white;
  color: var(--blue);
}
.foot {
  padding: 0 0 40px;
  background: #f8fbfd;
  color: var(--muted);
  font-size: 10px;
}
.footer-top {
  display: flex;
  align-items: center;
  gap: 45px;
  padding-top: 38px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--hair);
  margin-bottom: 30px;
}
.footer-top > span {
  font-size: 12px;
}
.footer-top > a:last-child {
  margin-left: auto;
  font-size: 20px;
  color: var(--blue);
  letter-spacing: -0.04em;
}
.foot__in {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 35px;
}
.foot__name {
  font-size: 11px;
  margin-bottom: 12px !important;
}
.foot p {
  margin-bottom: 9px;
}
.foot a {
  color: var(--muted);
}
/* All existing service, document and utility routes share this system. */
.hero {
  padding: 56px 0;
  background: var(--wash);
  border-bottom: 1px solid var(--hair);
}
.hero__h1 {
  font-size: clamp(35px, 4vw, 53px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.045em;
}
.hero__kicker {
  font-size: 10px;
  letter-spacing: 0.12em;
  margin: 25px 0 20px;
}
.hero__lead {
  font-size: 16px;
  line-height: 1.7;
  margin-top: 24px;
}
.hero__trust {
  font-size: 10px;
  gap: 10px 20px;
}
.detail-hero-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.8fr;
  gap: 65px;
  align-items: center;
}
.detail-hero-grid .hero__btns {
  gap: 10px;
}
.detail-hero-grid .btn {
  font-size: 11px;
  padding: 14px 16px;
}
.breadcrumb {
  font-size: 11px;
  color: var(--muted);
  display: inline-block;
  margin-bottom: 20px;
}
.detail-art {
  height: 430px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.detail-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.detail-art span {
  position: absolute;
  left: 22px;
  bottom: 22px;
  font-size: 11px;
  background: #ffffffc9;
  padding: 8px 12px;
  border-radius: 20px;
}
.cards {
  gap: 22px;
  margin-top: 35px;
}
.cards--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.card {
  border-radius: 12px;
  padding: 30px;
}
.card h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
.card p {
  font-size: 14px;
}
.steps {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  margin-top: 40px;
}
.steps li {
  padding-left: 52px;
}
.steps h3 {
  font-size: 19px;
}
.steps p {
  font-size: 13px;
}
.sec__note {
  font-size: 14px;
  max-width: 60em;
}
.price td {
  font-size: 14px;
}
.price td:first-child {
  width: 32%;
  color: var(--muted);
}
.page__doc {
  max-width: 850px;
}
.page {
  padding: 65px 0 90px;
}
.page h1 {
  font-size: 44px;
  font-weight: 600;
  color: var(--blue);
  letter-spacing: -0.04em;
}
.page h2 {
  font-size: 25px;
}
.page p,
.page li {
  font-size: 15px;
}
@media (min-width: 1450px) {
  .hero-art {
    height: 590px;
  }
  .hero-grid {
    gap: 70px;
  }
  .hero-copy h1 {
    font-size: 68px;
  }
}
@media (max-width: 1050px) {
  .desktop-nav {
    gap: 16px;
  }
  .desktop-nav a {
    font-size: 10px;
  }
  .head__in {
    gap: 14px;
  }
  .hero-grid {
    gap: 28px;
  }
  .hero-copy h1 {
    font-size: 48px;
  }
  .hero-art {
    height: 510px;
  }
  .hero-description {
    font-size: 18px;
  }
  .hero__btns {
    gap: 15px;
  }
  .proof-strip > div {
    gap: 12px;
    padding-inline: 20px;
  }
  .proof-strip strong {
    font-size: 22px;
  }
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .service-card svg {
    height: 70px;
  }
  .service-card .card__more {
    font-size: 11px;
  }
  .scenario-card {
    padding: 25px;
  }
  .scenario-card h3 {
    font-size: 24px;
  }
  .trust-grid,
  .cabinet-grid {
    gap: 50px;
  }
  .start-grid {
    gap: 40px;
  }
  .app-grid {
    gap: 20px;
  }
  .phone-stage {
    height: 590px;
  }
  .app-grid {
    min-height: 740px;
  }
  .detail-hero-grid {
    gap: 35px;
  }
}
@media (max-width: 760px) {
  html {
    scroll-padding-top: 90px;
  }
  .wrap {
    padding-inline: 22px;
  }
  .head__in {
    min-height: 72px;
    gap: 10px;
  }
  .head__act .btn {
    font-size: 10px;
    padding: 8px 10px;
    min-height: 40px;
  }
  .desktop-nav {
    display: none;
  }
  .menu-toggle {
    display: block;
  }
  .logo__mark {
    width: 29px;
    height: 33px;
  }
  .logo__txt {
    font-size: 19px;
  }
  .logo__sub {
    font-size: 6px;
  }
  .logo {
    gap: 7px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .home-hero {
    padding-top: 18px;
  }
  .hero-copy {
    padding: 20px 0 0;
  }
  .hero-copy h1 {
    font-size: clamp(39px, 7.5vw, 55px);
    margin-bottom: 23px;
  }
  .eyebrow {
    font-size: 9px;
    margin-bottom: 20px;
  }
  .hero-description {
    font-size: 19px;
  }
  .hero-detail {
    font-size: 13px;
    max-width: 100%;
  }
  .hero__btns {
    margin: 24px 0;
    gap: 16px;
  }
  .hero__btns .btn {
    width: auto;
  }
  .hero-art {
    height: 390px;
  }
  .art-label {
    top: 16px;
    left: 16px;
  }
  .hero-art img {
    object-position: center 57%;
  }
  .proof-strip {
    margin-top: 28px;
    padding: 0;
    grid-template-columns: 1fr;
  }
  .proof-strip > div {
    border: 0;
    border-bottom: 1px solid var(--hair);
    padding: 18px 0 !important;
    justify-content: space-between;
  }
  .proof-strip > div:last-child {
    border: 0;
  }
  .proof-strip strong {
    font-size: 25px;
  }
  .proof-strip span {
    font-size: 11px;
    max-width: 190px;
  }
  .sec {
    padding: 60px 0;
  }
  .section-heading {
    display: block;
    margin-bottom: 28px;
  }
  .section-heading > p {
    margin-top: 23px;
    font-size: 13px;
    max-width: 100%;
  }
  h2 {
    font-size: 34px;
  }
  .service-grid {
    gap: 12px;
  }
  .service-card {
    padding: 19px 16px;
  }
  .service-card h3 {
    font-size: 23px;
  }
  .service-card p {
    font-size: 11px;
  }
  .service-card svg {
    height: 55px;
    margin: 15px 0;
  }
  .service-card .card__more {
    font-size: 9px;
  }
  .compatibility {
    font-size: 11px;
  }
  .scenario-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .scenario-card {
    min-height: 255px;
    padding: 26px;
  }
  .scenario-card h3 {
    margin: 22px 0 12px;
    font-size: 28px;
  }
  .scenario-card p {
    max-width: 90%;
    margin-bottom: 15px;
  }
  .round-arrow {
    bottom: 18px;
    right: 18px;
  }
  .process-grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin: 30px 0;
  }
  .process-grid li > span {
    margin-bottom: 22px;
  }
  .process-grid h3 {
    font-size: 17px;
  }
  .process-grid p {
    font-size: 12px;
  }
  .note-line {
    display: block;
  }
  .note-line > span {
    display: block;
    margin-bottom: 10px;
  }
  .app-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    padding-block: 55px 35px;
  }
  .app-copy h2 {
    font-size: 51px;
  }
  .app-copy .large-copy {
    font-size: 17px;
    max-width: 100%;
  }
  .app-copy .btn {
    width: auto;
  }
  .app-features {
    margin: 25px 0;
  }
  .app-caption {
    font-size: 11px;
  }
  .phone-stage {
    height: 620px;
    margin-inline: -15px;
  }
  .demo-caption {
    font-size: 10px;
  }
  .trust-grid,
  .cabinet-grid,
  .faq-grid,
  .start-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .license-card {
    padding: 30px;
  }
  .license-symbol {
    margin-bottom: 40px;
  }
  .cabinet-grid .btn {
    width: auto;
  }
  .cabinet-list > div:last-child {
    padding-bottom: 0;
  }
  .faq-grid {
    gap: 22px;
  }
  .faq-list summary {
    font-size: 14px;
  }
  .start {
    padding: 60px 0;
  }
  .start h2 {
    font-size: 43px;
  }
  .start__lead {
    font-size: 14px;
  }
  .lead__row {
    grid-template-columns: 1fr;
  }
  .lead__f {
    font-size: 12px;
  }
  .lead__f input {
    font-size: 14px;
  }
  .lead__ok {
    font-size: 12px;
  }
  .lead__note {
    font-size: 11px;
  }
  .footer-top {
    flex-wrap: wrap;
    gap: 20px;
    padding-block: 30px;
  }
  .footer-top > span {
    font-size: 11px;
  }
  .footer-top > a:last-child {
    margin-left: 0;
    flex-basis: 100%;
    font-size: 22px;
  }
  .foot__in {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    font-size: 11px;
  }
  .foot__in > div:first-child {
    grid-column: 1/-1;
  }
  .foot__name {
    font-size: 12px;
  }
  .detail-hero-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .hero {
    padding: 32px 0;
  }
  .hero__h1 {
    font-size: 38px;
  }
  .hero__lead {
    font-size: 16px;
  }
  .detail-art {
    height: 290px;
  }
  .detail-art img {
    object-position: center 55%;
  }
  .hero__trust {
    font-size: 11px;
  }
  .cards,
  .cards--2 {
    grid-template-columns: 1fr;
  }
  .card {
    padding: 25px;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .price {
    table-layout: fixed;
    overflow-wrap: anywhere;
  }
  .price td {
    font-size: 12px;
    padding: 14px 12px;
  }
  .price td:first-child {
    width: 36%;
  }
  .page h1 {
    font-size: 35px;
  }
  .page {
    padding-top: 40px;
  }
}
@media (max-width: 380px) {
  .head__act .btn {
    font-size: 9px;
    max-width: 115px;
  }
  .wrap {
    padding-inline: 18px;
  }
  .hero-copy h1 {
    font-size: 37px;
  }
  .service-card h3 {
    font-size: 20px;
  }
  .service-card {
    padding: 16px 12px;
  }
  .phone-stage {
    height: 560px;
  }
  .logo__sub {
    font-size: 5px;
  }
  .process-grid {
    grid-template-columns: 1fr;
  }
  .proof-strip span {
    max-width: 170px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
  }
}
/* Grid children may shrink below long nonbreaking editorial phrases. */
.trust-grid > *,
.cabinet-grid > *,
.service-grid > * {
  min-width: 0;
}
.license-card p {
  overflow-wrap: anywhere;
}
@media (max-width: 380px) {
  .service-grid {
    grid-template-columns: 1fr;
  }
  .service-card {
    padding: 22px;
  }
  .service-card h3 {
    font-size: 25px;
  }
  .license-card {
    padding: 22px;
  }
  .license-card h3 {
    font-size: 26px;
  }
}
/* Human-centered editorial imagery; illustrative scenes, not team portraits. */
.hero-art--people > img {
  object-position: center 40%;
}
.hero-art--people .art-note {
  color: var(--navy);
  background: #fffffff0;
  border-radius: 20px;
  padding: 8px 12px;
  font-size: 9px;
}
.workflow-photo {
  position: relative;
  margin: 36px 0 0;
  border-radius: 14px;
  overflow: hidden;
  background: var(--wash);
}
.workflow-photo > img {
  display: block;
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center 36%;
}
.workflow-photo figcaption {
  position: absolute;
  inset: auto 0 0;
  padding: 48px 30px 24px;
  color: white;
  background: linear-gradient(transparent, #0d1f36d9);
  font-size: 20px;
  font-weight: 600;
}
.workflow-photo figcaption span {
  display: block;
  font-size: 10px;
  font-weight: 400;
  margin-top: 6px;
  color: #e3edf6;
}
.detail-art--people img {
  object-position: 43% center;
}
@media (max-width: 760px) {
  .hero-art--people {
    height: 430px;
  }
  .hero-art--people > img {
    object-position: center 35%;
  }
  .workflow-photo > img {
    height: 310px;
    object-position: 38% center;
  }
  .workflow-photo figcaption {
    padding: 42px 20px 20px;
    font-size: 17px;
  }
  .detail-art--people {
    height: 350px;
  }
}
/* Desktop cabinet: actual interface screenshot in a CSS laptop mockup. */
.cabinet-device {
  max-width: 1020px;
  margin: 55px auto 0;
  perspective: 1400px;
}
.laptop-display {
  display: block;
  position: relative;
  margin: 0 5%;
  padding: 23px 10px 10px;
  background: linear-gradient(145deg, #344253, #111b27);
  border: 1px solid #566777;
  border-radius: 17px 17px 5px 5px;
  box-shadow: 0 28px 55px #0d1f3626;
  transform: rotateX(3deg);
  transform-origin: bottom;
}
.laptop-display img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 3px;
}
.laptop-camera {
  position: absolute;
  top: 9px;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #7492a9;
  box-shadow: 0 0 0 2px #182532;
}
.laptop-base {
  position: relative;
  height: 17px;
  background: linear-gradient(#cdd8e1, #8195a8);
  border-radius: 2px 2px 50% 50% / 2px 2px 15px 15px;
  box-shadow: 0 20px 20px #0d1f3612;
}
.laptop-base:before {
  content: "";
  position: absolute;
  top: 0;
  left: 43%;
  width: 14%;
  height: 5px;
  background: #778b9f;
  border-radius: 0 0 10px 10px;
}
.cabinet-device figcaption {
  text-align: center;
  font-size: 11px;
  color: var(--muted);
  margin-top: 27px;
  line-height: 1.6;
}
.hero-copy h1 {
  font-size: clamp(39px, 4.25vw, 60px);
}
.eyebrow,
.hero__kicker,
.logo__sub {
  text-transform: none;
}
@media (max-width: 760px) {
  .cabinet-device {
    margin-top: 32px;
  }
  .laptop-display {
    margin: 0 2%;
    padding: 15px 5px 5px;
    border-radius: 10px 10px 3px 3px;
  }
  .laptop-camera {
    top: 5px;
    width: 4px;
    height: 4px;
  }
  .laptop-base {
    height: 10px;
  }
  .cabinet-device figcaption {
    font-size: 10px;
    margin-top: 20px;
  }
  .hero-copy h1 {
    font-size: 39px;
  }
}
@media (max-width: 380px) {
  .hero-copy h1 {
    font-size: 34px;
  }
}

/* Supply catalogue and original study illustrations */
.supply-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
.supply-card{display:block;background:#fff;border:1px solid #dce5f0;border-radius:22px;overflow:hidden;color:var(--blue);text-decoration:none;transition:transform .2s,box-shadow .2s}
.supply-card:hover{transform:translateY(-5px);box-shadow:0 18px 40px #294f7515}
.supply-card img{display:block;width:100%;height:auto;aspect-ratio:8/7;object-fit:cover}
.supply-card>span{display:flex;justify-content:space-between;gap:16px;padding:23px;font-size:18px;font-weight:650;line-height:1.35}
.supply-card b{color:#489cc2;font-size:24px}
.supply-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}
.supply-grid--two .supply-card{display:grid;grid-template-columns:160px 1fr;align-items:center}
.supply-grid--two .supply-card img{height:160px;object-fit:cover}
.supply-footer{display:flex;align-items:center;gap:30px;margin-top:32px}
.supply-footer p{max-width:560px;margin:0;color:#586879}
.supply-note{font-size:12px;line-height:1.6;color:#69798b;margin:22px 0 0;max-width:800px}
.explainer-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.explainer-grid h2{font-size:clamp(28px,3.3vw,44px);line-height:1.14;margin:18px 0 24px}
.explainer-grid p{line-height:1.7;color:#586879}
.study-chart{margin:0;background:#f3f7fc;padding:30px;border:1px solid #e2eaf3;border-radius:25px}
.study-chart svg{width:100%;display:block;height:auto}
.study-chart figcaption{font-size:11px;color:#687b90;margin-top:20px;line-height:1.5}
.kit-art{width:100%;border-radius:25px}
.visual-steps{list-style:none;counter-reset:step;padding:0;margin:28px 0}
.visual-steps li{counter-increment:step;display:flex;align-items:center;gap:16px;border-top:1px solid #dce5f0;padding:18px 0;color:#30537a}
.visual-steps li:before{content:'0' counter(step);font-size:12px;color:#4395b8}
.document-symbol{width:150px;height:131px;object-fit:contain;border-radius:22px;margin-bottom:28px}
.license-preview{float:right;width:240px;margin:0 0 35px 42px;padding:16px;background:#eef4fb;border:1px solid #d6e1ee;border-radius:18px;display:block;text-decoration:none;transform:rotate(2deg);box-shadow:0 16px 35px #24457515}
.license-preview img{width:100%;height:auto;display:block;border:1px solid #dbe4ed}
.license-preview span{display:block;font-size:14px;line-height:1.5;padding-top:15px;color:#315078}.license-preview small{display:block;color:#6f7f91;font-size:11px;margin-top:4px}
#license .price{width:auto}#license .wrap:after{content:'';display:block;clear:both}
@media(max-width:1100px){.desktop-nav{gap:16px}.desktop-nav a{font-size:12px}.explainer-grid{gap:35px}.supply-grid{gap:14px}.supply-card>span{padding:17px;font-size:16px}}
@media(max-width:760px){.supply-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.supply-card>span{padding:16px;font-size:15px}.supply-grid--two .supply-card{display:block}.supply-grid--two .supply-card img{height:auto}.supply-footer{align-items:flex-start;flex-direction:column;gap:18px}.explainer-grid{grid-template-columns:1fr;gap:28px}.study-chart{padding:20px}.kit-art{max-height:350px;object-fit:contain;background:#edf5ff}.license-preview{float:none;width:min(240px,100%);margin:25px auto 35px}#license .price{width:100%}.document-symbol{width:110px;height:96px}}
@media(prefers-reduced-motion:reduce){.supply-card{transition:none}}

/* Real clinical photography: preserve complete frames and visible attribution. */
.photo-section{background:#edf3f6;border-block:1px solid #e0e8ed}
.photo-section h2{max-width:800px}
.photo-intro{max-width:790px;color:#52687b;line-height:1.75;margin:22px 0 36px}
.photo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.photo-grid:has(>.real-photo:nth-child(4)),.photo-grid:has(>.real-photo:nth-child(2):last-child){grid-template-columns:repeat(2,minmax(0,1fr))}
.photo-grid.photo-grid--four{grid-template-columns:repeat(4,minmax(0,1fr))}
.real-photo{margin:0;min-width:0;background:#fff;border:1px solid #dce5ea;border-radius:20px;overflow:hidden}
.photo-frame{position:relative;display:flex;align-items:center;justify-content:center;aspect-ratio:4/3;background:#e3eaed;overflow:hidden}
.photo-frame img{display:block;width:100%;height:100%;object-fit:contain}
.photo-frame>span{position:absolute;right:12px;bottom:12px;display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:#fff;color:#244b6b;box-shadow:0 3px 12px #19395620}
.photo-frame:hover>span{background:#244b6b;color:white}
.real-photo figcaption{padding:22px}
.real-photo strong{display:block;font-size:17px;color:#243f58;line-height:1.5;font-weight:600}
.real-photo small{display:block;font-size:11px;line-height:1.7;color:#64778a;margin-top:13px;overflow-wrap:anywhere}
.real-photo small a{color:inherit;text-underline-offset:3px}
.photo-service{display:inline-block;color:#245c80;font-size:14px;font-weight:600;margin-top:20px;text-underline-offset:5px}
.photo-disclaimer{font-size:12px;line-height:1.8;max-width:800px;color:#5d7284;margin:25px 0 0}
.photo-disclaimer a{color:inherit;text-underline-offset:3px}
.source-list{margin-top:50px}
.source-item{display:grid;grid-template-columns:200px minmax(0,1fr);gap:30px;padding:30px 0;border-top:1px solid #dce5ea;scroll-margin-top:110px}
.source-item img{width:200px;height:150px;object-fit:contain;background:#edf3f6;border-radius:12px}
.source-item h2{font-size:22px;line-height:1.4;margin:0 0 12px}.source-item p{font-size:14px;line-height:1.7;margin:8px 0;overflow-wrap:anywhere}.source-title{color:#687b90}
@media(max-width:1100px){.photo-grid.photo-grid--four{grid-template-columns:repeat(2,minmax(0,1fr))}.photo-grid{gap:16px}.real-photo figcaption{padding:18px}}
@media(max-width:760px){.photo-grid,.photo-grid.photo-grid--four,.photo-grid:has(>.real-photo:nth-child(4)),.photo-grid:has(>.real-photo:nth-child(2):last-child){grid-template-columns:1fr}.photo-frame{max-height:370px}.photo-intro{margin-bottom:25px}.real-photo strong{font-size:18px}.source-item{grid-template-columns:1fr;gap:20px}.source-item img{width:100%;height:200px}.source-item h2{font-size:20px}}

.decision-nav{display:grid;grid-template-columns:repeat(4,1fr);margin-top:32px;margin-bottom:22px;border:1px solid #d9e6ee;border-radius:18px;background:#fff;overflow:hidden;box-shadow:0 18px 50px rgba(20,63,91,.07)}
.decision-nav a{display:grid;grid-template-columns:auto 1fr;column-gap:12px;padding:20px;border-right:1px solid #e3edf2;color:inherit}.decision-nav a:last-child{border-right:0}.decision-nav span{grid-row:1/3;color:#1d83a6;font-size:12px;font-weight:800}.decision-nav strong{font-size:15px}.decision-nav small{color:#647985;margin-top:3px;line-height:1.35}.error-page{min-height:62vh;display:flex;align-items:center}.error-page .wrap{width:100%}
@media(max-width:760px){.decision-nav{grid-template-columns:1fr 1fr;margin-top:18px}.decision-nav a:nth-child(2){border-right:0}.decision-nav a:nth-child(-n+2){border-bottom:1px solid #e3edf2}.decision-nav a{padding:15px}.decision-nav small{display:none}}

/* Читаемый кегль: содержательные подписи не опускаются ниже 13 px. */
.logo__sub,.art-label,.art-note,.scenario-card .eyebrow,.service-card .card__more,
.license-symbol>span,.license-card .eyebrow,.photo-frame>span,.photo-source,.source-title,
.supply-note,.study-chart figcaption,.license-preview small,.real-photo small,.photo-disclaimer,
.decision-nav span,.decision-nav small{font-size:13px!important;line-height:1.5}
.eyebrow,.proof-strip span,.compatibility,.small-note,.lead__note,.app-caption,.demo-caption,
.foot p,.foot a{font-size:14px!important;line-height:1.55}
.demo-header strong>span,.demo-eyebrow,.demo-study small,.demo-pill,.demo-nav button,
.demo-highlight span,.demo-highlight small,.demo-metrics span{font-size:11px!important;line-height:1.35}
@media(max-width:760px){body{font-size:17px}.head__act .btn{font-size:13px!important}.eyebrow{font-size:13px!important}.service-card .card__more{font-size:13px!important}}
