.av-mobile-experience {
  display: none;
}

@media (max-width: 760px) {
  :root {
    --avm-ink: #0b1622;
    --avm-deep: #08131f;
    --avm-paper: #f4f6f8;
    --avm-white: #fbfcfd;
    --avm-blue: #5e91ff;
    --avm-blue-soft: #9bbaff;
    --avm-line: rgba(11, 22, 34, .14);
    --avm-gutter: 20px;
  }

  #dc-root > .sc-host > div > section {
    display: none !important;
  }

  #dc-root .av-mobile-experience {
    display: block;
    position: relative;
    overflow: hidden;
    background: var(--avm-paper);
    color: var(--avm-ink);
  }

  #dc-root header .av-main-nav a:last-child {
    display: none !important;
  }

  #dc-root header nav {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  #dc-root .av-mobile-experience h1,
  #dc-root .av-mobile-experience h2,
  #dc-root .av-mobile-experience h3,
  #dc-root .av-mobile-experience p {
    margin: 0;
  }

  #dc-root .av-mobile-experience h1 {
    font-size: clamp(42px, 11.8vw, 50px) !important;
    line-height: 1.08 !important;
    letter-spacing: -.045em !important;
    text-wrap: balance;
  }

  #dc-root .av-mobile-experience h2 {
    font-size: clamp(31px, 8.7vw, 38px) !important;
    line-height: 1.16 !important;
    letter-spacing: -.035em !important;
    text-wrap: balance;
  }

  #dc-root .av-mobile-experience h3 {
    font-size: 19px !important;
    line-height: 1.35 !important;
    letter-spacing: -.015em;
  }

  .avm-section {
    position: relative;
    padding: 92px var(--avm-gutter) 104px;
  }

  .avm-section--paper {
    background: var(--avm-paper);
  }

  .avm-section--white {
    background: var(--avm-white);
  }

  .avm-section--dark {
    overflow: hidden;
    background: var(--avm-deep);
    color: #fff;
  }

  .avm-section--dark::before,
  .avm-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
      linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
    background-size: 68px 68px;
    mask-image: linear-gradient(to bottom, #000, transparent 88%);
  }

  .avm-section--dark::after,
  .avm-hero::after {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    pointer-events: none;
    background: radial-gradient(circle, rgba(52, 105, 226, .26), transparent 68%);
  }

  .avm-section--dark::after {
    right: -220px;
    top: 12%;
  }

  .avm-inner {
    position: relative;
    z-index: 1;
    max-width: 520px;
    margin: 0 auto;
  }

  .avm-kicker {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px !important;
    color: #1b5ae0;
    font-size: 11px !important;
    font-weight: 700;
    line-height: 1.3 !important;
    letter-spacing: .17em;
    text-transform: uppercase;
  }

  .avm-section--dark .avm-kicker,
  .avm-hero .avm-kicker {
    color: var(--avm-blue-soft);
  }

  .avm-kicker::before {
    content: "";
    width: 22px;
    height: 1px;
    flex: 0 0 auto;
    background: currentColor;
  }

  .avm-lead {
    margin-top: 24px !important;
    max-width: 35em;
    color: #526170;
    font-size: 15.5px !important;
    line-height: 1.82 !important;
  }

  .avm-section--dark .avm-lead,
  .avm-hero .avm-lead {
    color: rgba(255, 255, 255, .67);
  }

  .avm-hero {
    position: relative;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    padding: calc(var(--av-header-height) + 50px) var(--avm-gutter) 30px;
    background: var(--avm-deep);
    color: #fff;
  }

  .avm-hero::after {
    top: 2%;
    right: -180px;
    width: 420px;
    height: 420px;
  }

  .avm-hero__signal {
    position: absolute;
    z-index: 0;
    top: 112px;
    right: 14px;
    width: 38%;
    height: 44%;
    opacity: .7;
    pointer-events: none;
  }

  .avm-hero__signal::before,
  .avm-hero__signal::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(155, 186, 255, .16);
  }

  .avm-hero__signal::before {
    inset: 0 0 20% 28%;
  }

  .avm-hero__signal::after {
    inset: 22% 24% 0 0;
  }

  .avm-hero__signal i {
    position: absolute;
    top: 22%;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--avm-blue-soft);
    box-shadow: 0 0 22px 5px rgba(94, 145, 255, .42);
    animation: avmSignal 5.8s cubic-bezier(.45, 0, .2, 1) infinite;
  }

  .avm-hero__body,
  .avm-hero__foot {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 520px;
    margin-inline: auto;
  }

  .avm-hero h1 span {
    display: block;
  }

  .avm-hero h1 span:last-child {
    color: var(--avm-blue-soft);
  }

  .avm-hero__foot {
    margin-top: 52px;
  }

  .avm-hero__proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    border-top: 1px solid rgba(255, 255, 255, .14);
    border-bottom: 1px solid rgba(255, 255, 255, .14);
  }

  .avm-hero__proof span {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px 5px;
    border-left: 1px solid rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .52);
    font-size: 10.5px !important;
    line-height: 1.35 !important;
    text-align: center;
  }

  .avm-hero__proof span:first-child {
    border-left: 0;
  }

  .avm-scroll-cue {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 18px;
    color: rgba(255, 255, 255, .42);
    font-size: 10.5px;
    letter-spacing: .1em;
  }

  .avm-scroll-cue i {
    position: relative;
    width: 1px;
    height: 25px;
    overflow: hidden;
    background: rgba(255, 255, 255, .16);
  }

  .avm-scroll-cue i::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #fff;
    transform: translateY(-100%);
    animation: avmScroll 2.1s ease-in-out infinite;
  }

  .avm-gap {
    margin-top: 52px;
    border-top: 1px solid var(--avm-line);
    border-bottom: 1px solid var(--avm-line);
  }

  .avm-gap__node {
    position: relative;
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 16px;
    padding: 25px 0;
    border-top: 1px solid var(--avm-line);
  }

  .avm-gap__node:first-child {
    border-top: 0;
  }

  .avm-gap__node::before {
    content: "";
    position: absolute;
    left: 58px;
    top: -1px;
    bottom: -1px;
    width: 1px;
    background: var(--avm-line);
  }

  .avm-gap__node--context {
    margin-inline: -20px;
    padding-inline: 20px;
    background: var(--avm-ink);
    color: #fff;
  }

  .avm-gap__node--context::before {
    left: 78px;
    background: rgba(255, 255, 255, .18);
  }

  .avm-gap__index {
    position: relative;
    z-index: 1;
    color: #8b98a5;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 11px;
    letter-spacing: .08em;
  }

  .avm-gap__node--context .avm-gap__index {
    color: var(--avm-blue-soft);
  }

  .avm-gap__node strong {
    display: block;
    font-size: 17px;
    line-height: 1.4;
  }

  .avm-gap__node p {
    margin-top: 8px !important;
    color: #687683;
    font-size: 13px !important;
    line-height: 1.7 !important;
  }

  .avm-gap__node--context p {
    color: rgba(255, 255, 255, .57);
  }

  .avm-gap__note {
    margin-top: 30px !important;
    padding-left: 18px;
    border-left: 2px solid #1b5ae0;
    color: #243445;
    font-size: 15px !important;
    font-weight: 600;
    line-height: 1.72 !important;
  }

  .avm-steps {
    margin-top: 56px;
    border-top: 1px solid rgba(255, 255, 255, .16);
  }

  .avm-step {
    position: relative;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 18px;
    padding: 28px 0 31px;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
  }

  .avm-step__num {
    padding-top: 4px;
    color: var(--avm-blue-soft);
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 11px;
    letter-spacing: .1em;
  }

  .avm-step h3 {
    color: #fff;
  }

  .avm-step p {
    margin-top: 10px !important;
    color: rgba(255, 255, 255, .58);
    font-size: 13.5px !important;
    line-height: 1.75 !important;
  }

  .avm-field-note {
    margin-top: 32px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: rgba(255, 255, 255, .75);
    font-size: 13px;
    line-height: 1.65;
  }

  .avm-field-note::before {
    content: "";
    width: 7px;
    height: 7px;
    flex: 0 0 auto;
    margin-top: 7px;
    background: var(--avm-blue);
    box-shadow: 0 0 14px rgba(94, 145, 255, .52);
  }

  .avm-runline {
    margin-top: 48px;
    background: var(--avm-ink);
    color: #fff;
    border: 1px solid rgba(11, 22, 34, .2);
  }

  .avm-runline__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    color: rgba(255, 255, 255, .47);
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 10px;
    letter-spacing: .08em;
  }

  .avm-runline__live {
    display: inline-flex;
    align-items: center;
    gap: 7px;
  }

  .avm-runline__live::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #48bd91;
    animation: avmPulse 1.9s ease-in-out infinite;
  }

  .avm-runline__row {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    min-height: 52px;
    padding: 10px 15px;
    border-top: 1px solid rgba(255, 255, 255, .08);
  }

  .avm-runline__row:first-of-type {
    border-top: 0;
  }

  .avm-runline__row > span:first-child {
    color: rgba(255, 255, 255, .34);
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 10px;
  }

  .avm-runline__row strong {
    font-size: 13px;
    font-weight: 500;
  }

  .avm-runline__row em {
    color: var(--avm-blue-soft);
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 9.5px;
    font-style: normal;
    letter-spacing: .04em;
  }

  .avm-trust {
    margin-top: 34px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid var(--avm-line);
    border-left: 1px solid var(--avm-line);
  }

  .avm-trust span {
    min-height: 86px;
    display: flex;
    align-items: flex-end;
    padding: 14px;
    border-right: 1px solid var(--avm-line);
    border-bottom: 1px solid var(--avm-line);
    color: #394a5a;
    font-size: 12.5px !important;
    line-height: 1.55 !important;
  }

  .avm-scenarios {
    margin-top: 46px;
    border-top: 1px solid rgba(255, 255, 255, .15);
  }

  .avm-scenario {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) 18px;
    gap: 11px;
    align-items: center;
    min-height: 88px;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
    color: #fff !important;
    transition: color .2s ease, transform .2s ease;
  }

  .avm-scenario:active {
    transform: translateX(3px);
  }

  .avm-scenario__num {
    color: rgba(255, 255, 255, .34);
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 10px;
  }

  .avm-scenario strong {
    display: block;
    font-size: 15px;
    line-height: 1.4;
  }

  .avm-scenario p {
    margin-top: 6px !important;
    color: rgba(255, 255, 255, .5);
    font-size: 12px !important;
    line-height: 1.6 !important;
  }

  .avm-scenario__arrow {
    color: var(--avm-blue-soft);
    font-size: 16px;
  }

  .avm-disclosure {
    margin-top: 18px !important;
    color: rgba(255, 255, 255, .36);
    font-size: 10.5px !important;
    line-height: 1.6 !important;
  }

  .avm-disclosure--ink {
    color: #7b8895;
  }

  .avm-text-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 30px;
    padding: 12px 0;
    border-bottom: 1px solid currentColor;
    color: #153f82 !important;
    font-size: 13.5px;
    font-weight: 600;
    transition: gap .2s ease, color .2s ease;
  }

  .avm-section--dark .avm-text-link {
    color: var(--avm-blue-soft) !important;
  }

  .avm-text-link:active {
    gap: 14px;
  }

  .avm-final {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .avm-final__links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    margin-top: 34px;
  }

  .avm-final__links .avm-text-link {
    margin-top: 0;
  }

  .avm-page-hero {
    min-height: 88dvh;
  }

  #dc-root .av-mobile-experience .avm-page-hero h1 {
    font-size: clamp(40px, 10.8vw, 44px) !important;
  }

  .avm-page-hero .avm-hero__foot {
    margin-top: 50px;
  }

  .avm-page-hero__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, .14);
    color: rgba(255, 255, 255, .4);
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 10px;
    letter-spacing: .08em;
  }

  .avm-service-strip {
    margin-top: 50px;
    border-top: 1px solid var(--avm-line);
  }

  .avm-service-item {
    padding: 27px 0 30px;
    border-bottom: 1px solid var(--avm-line);
  }

  .avm-service-item__top {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 14px;
  }

  .avm-service-item__top span {
    color: #788694;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 10px;
    white-space: nowrap;
  }

  .avm-service-item p {
    margin-top: 12px !important;
    color: #5b6977;
    font-size: 13.5px !important;
    line-height: 1.75 !important;
  }

  .avm-deliverables {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 16px;
  }

  .avm-deliverables span {
    padding: 7px 9px;
    background: #e8edf2;
    color: #445463;
    font-size: 10.5px !important;
    line-height: 1.3 !important;
  }

  .avm-stack {
    margin-top: 50px;
    display: flex;
    flex-direction: column-reverse;
    gap: 5px;
  }

  .avm-stack__layer {
    position: relative;
    padding: 18px 17px;
    border: 1px solid rgba(255, 255, 255, .15);
    background: rgba(255, 255, 255, .035);
  }

  .avm-stack__layer::before {
    content: attr(data-layer);
    position: absolute;
    top: 18px;
    right: 15px;
    color: rgba(255, 255, 255, .3);
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 9px;
    letter-spacing: .1em;
  }

  .avm-stack__layer strong {
    display: block;
    font-size: 14px;
  }

  .avm-stack__layer p {
    margin-top: 7px !important;
    max-width: 85%;
    color: rgba(255, 255, 255, .5);
    font-size: 11.5px !important;
    line-height: 1.6 !important;
  }

  .avm-principles {
    margin-top: 45px;
    counter-reset: principle;
  }

  .avm-principle {
    counter-increment: principle;
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 14px;
    padding: 22px 0;
    border-top: 1px solid var(--avm-line);
  }

  .avm-principle:last-child {
    border-bottom: 1px solid var(--avm-line);
  }

  .avm-principle::before {
    content: "0" counter(principle);
    padding-top: 2px;
    color: #83909d;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 10px;
  }

  .avm-principle strong {
    display: block;
    font-size: 14.5px;
  }

  .avm-principle p {
    margin-top: 6px !important;
    color: #61707e;
    font-size: 12.5px !important;
    line-height: 1.65 !important;
  }

  .avm-cases-list {
    margin-top: 45px;
    border-top: 1px solid var(--avm-line);
  }

  .avm-case {
    border-bottom: 1px solid var(--avm-line);
  }

  .avm-case summary {
    position: relative;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) 22px;
    gap: 10px;
    align-items: center;
    min-height: 91px;
    padding: 16px 0;
    cursor: pointer;
    list-style: none;
    touch-action: manipulation;
  }

  .avm-case summary::-webkit-details-marker {
    display: none;
  }

  .avm-case summary > span:first-child {
    color: #8a97a4;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 10px;
  }

  .avm-case summary strong {
    display: block;
    font-size: 15px;
    line-height: 1.45;
  }

  .avm-case summary small {
    display: block;
    margin-top: 5px;
    color: #6b7986;
    font-size: 11.5px;
    line-height: 1.55;
  }

  .avm-case__plus {
    position: relative;
    width: 20px;
    height: 20px;
  }

  .avm-case__plus::before,
  .avm-case__plus::after {
    content: "";
    position: absolute;
    top: 9.5px;
    left: 4px;
    width: 12px;
    height: 1px;
    background: #1b5ae0;
    transition: transform .25s ease;
  }

  .avm-case__plus::after {
    transform: rotate(90deg);
  }

  .avm-case[open] .avm-case__plus::after {
    transform: rotate(0deg);
  }

  .avm-case__body {
    padding: 2px 0 30px 44px;
  }

  .avm-case__body dl {
    margin: 0;
  }

  .avm-case__body div {
    padding: 15px 0;
    border-top: 1px solid rgba(11, 22, 34, .09);
  }

  .avm-case__body dt {
    color: #1b5ae0;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .12em;
  }

  .avm-case__body dd {
    margin: 7px 0 0;
    color: #556573;
    font-size: 12.5px;
    line-height: 1.7;
  }

  .avm-common {
    margin-top: 44px;
    display: grid;
    gap: 1px;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .12);
  }

  .avm-common span {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 12px;
    padding: 17px;
    background: var(--avm-deep);
    color: rgba(255, 255, 255, .68);
    font-size: 12.5px;
    line-height: 1.55;
  }

  .avm-common b {
    color: var(--avm-blue-soft);
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 10px;
  }

  .avm-values {
    margin-top: 46px;
  }

  .avm-value {
    padding: 25px 0 28px;
    border-top: 1px solid var(--avm-line);
  }

  .avm-value:last-child {
    border-bottom: 1px solid var(--avm-line);
  }

  .avm-value strong {
    display: block;
    font-size: 16px;
  }

  .avm-value p {
    margin-top: 9px !important;
    color: #5d6c79;
    font-size: 13px !important;
    line-height: 1.72 !important;
  }

  .avm-team {
    margin-top: 48px;
    display: grid;
    gap: 1px;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .12);
  }

  .avm-team__row {
    padding: 20px 18px;
    background: var(--avm-deep);
  }

  .avm-team__row span {
    color: var(--avm-blue-soft);
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 9.5px;
    letter-spacing: .1em;
  }

  .avm-team__row strong {
    display: block;
    margin-top: 8px;
    font-size: 15px;
  }

  .avm-team__row p {
    margin-top: 8px !important;
    color: rgba(255, 255, 255, .5);
    font-size: 11.8px !important;
    line-height: 1.65 !important;
  }

  .avm-contact {
    margin-top: 42px;
    border-top: 1px solid var(--avm-line);
  }

  .avm-contact__row {
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 14px;
    padding: 17px 0;
    border-bottom: 1px solid var(--avm-line);
    font-size: 12.5px;
    line-height: 1.65;
  }

  .avm-contact__row dt {
    color: #81909d;
  }

  .avm-contact__row dd {
    margin: 0;
    color: #24384d;
  }

  .avm-contact__row a {
    color: #174f9f !important;
  }

  .avm-scroll-progress {
    position: fixed;
    z-index: 91;
    top: calc(var(--av-header-height) - 1px);
    left: 0;
    right: 0;
    height: 1px;
    pointer-events: none;
    background: rgba(255, 255, 255, .06);
  }

  .avm-scroll-progress i {
    display: block;
    width: 100%;
    height: 100%;
    background: var(--avm-blue);
    transform: scaleX(0);
    transform-origin: left center;
    will-change: transform;
  }

  .av-mobile-experience [data-avm-reveal] {
    opacity: 0;
    transform: translateY(18px);
    transition:
      opacity .72s ease,
      transform .82s cubic-bezier(.2, .72, .2, 1);
  }

  .av-mobile-experience [data-avm-reveal].is-visible {
    opacity: 1;
    transform: none;
  }

  @keyframes avmSignal {
    0% { transform: translate(0, 0); opacity: 0; }
    12% { opacity: 1; }
    46% { transform: translate(88px, 0); opacity: 1; }
    58% { transform: translate(88px, 92px); opacity: 1; }
    88% { transform: translate(30px, 92px); opacity: .8; }
    100% { transform: translate(30px, 152px); opacity: 0; }
  }

  @keyframes avmScroll {
    0% { transform: translateY(-100%); }
    45%, 55% { transform: translateY(0); }
    100% { transform: translateY(100%); }
  }

  @keyframes avmPulse {
    0%, 100% { opacity: .35; }
    50% { opacity: 1; }
  }
}

@media (max-width: 370px) {
  #dc-root .av-mobile-experience h1 {
    font-size: 39px !important;
  }

  .avm-hero__proof span {
    font-size: 9.5px !important;
  }

  .avm-trust {
    grid-template-columns: minmax(0, 1fr);
  }

  .avm-trust span {
    min-height: 65px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .av-mobile-experience [data-avm-reveal] {
    opacity: 1 !important;
    transform: none !important;
  }

  .avm-hero__signal i,
  .avm-scroll-cue i::after,
  .avm-runline__live::before {
    animation: none !important;
  }
}
