/* =========================================================
   AVA INFOTECH — CLEANED RESPONSIVE STYLESHEET
========================================================= */

/* Reset and global defaults */

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: #061a40;
  background: #ffffff;
  font-family: "Poppins", Arial, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

svg {
  display: block;
}

/* Hero */

.ava-page {
  width: 100%;
  overflow-x: hidden;
}

.ava-hero {
  --ava-blue: #0b66f6;
  --ava-dark-blue: #061a40;
  --ava-copy: #35435b;

  position: relative;
  isolation: isolate;
  width: min(100%, 1350px);
  min-height: 566px;
  margin-inline: auto;
  overflow: hidden;

  background: linear-gradient(
    90deg,
    #ffffff 0%,
    #ffffff 42%,
    #f9fcff 51%,
    #eef7ff 57%,
    #ffffff 66%,
    #ffffff 100%
  );
}

.ava-hero__visual {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;

  width: 58.665%;
  height: 100%;

  background-image: url("./assets/bacjk.jpg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% 100%;
}

.ava-hero__content {
  position: relative;
  z-index: 2;

  width: 50%;
  min-height: 566px;
  padding: 40px 0;
}

.ava-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;

  min-height: 29px;
  padding: 5px 12px 5px 8px;

  color: var(--ava-blue);
  background: #eef5ff;
  border-radius: 999px;

  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.ava-hero__shield {
  display: grid;
  width: 17px;
  height: 17px;
  place-items: center;
  color: var(--ava-blue);
}

.ava-hero__shield svg {
  width: 17px;
  height: 17px;

  fill: rgba(11, 102, 246, 0.14);
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ava-hero__title {
  margin: 25px 0 12px;

  color: var(--ava-dark-blue);

  font-size: clamp(40px, 3.65vw, 46px);
  font-weight: 700;
  letter-spacing: -1.9px;
  line-height: 1.245;
}

.ava-hero__title span {
  color: var(--ava-blue);
}

.ava-hero__description {
  width: min(100%, 486px);

  color: var(--ava-copy);

  font-size: 14.2px;
  font-weight: 400;
  line-height: 1.54;
}

.ava-hero__actions {
  display: flex;
  align-items: center;
  gap: 14px;

  margin-top: 23px;
}

.ava-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 25px;

  height: 49px;
  border-radius: 5px;

  font-size: 14px;
  font-weight: 600;
  line-height: 1;

  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease;
}

.ava-button svg {
  width: 19px;
  height: 19px;

  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ava-button--primary {
  width: 161px;

  color: #ffffff;
  background: linear-gradient(135deg, #0b66f6 0%, #074bd4 100%);
  border: 1px solid #0b66f6;

  box-shadow:
    0 4px 10px rgba(11, 102, 246, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.ava-button--secondary {
  width: 200px;

  color: #0c2e75;
  background: rgba(255, 255, 255, 0.92);
  border: 1.5px solid #6f9cf6;

  box-shadow: inset 0 0 0 1px rgba(11, 102, 246, 0.05);
}

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

.ava-button--primary:hover {
  box-shadow:
    0 8px 18px rgba(11, 102, 246, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.ava-button--secondary:hover {
  background: #f4f8ff;
}

.ava-hero__stats {
  position: absolute;
  left: 0;
  bottom: 40px;

  display: grid;
  grid-template-columns: 1fr 1px 1fr 1px 1.2fr;
  align-items: center;

  width: 566px;
  height: 77px;
  padding: 10px 15px;

  color: #ffffff;
  background-color: #084092;
  border: 1px solid rgba(220, 231, 244, 0.78);
  border-radius: 6px;

  box-shadow:
    0 8px 22px rgba(25, 79, 139, 0.1),
    0 2px 5px rgba(25, 79, 139, 0.05);

  backdrop-filter: blur(4px);
}

.ava-stat {
  display: flex;
  align-items: center;
  gap: 13px;

  min-width: 0;
}

.ava-stat:nth-of-type(2),
.ava-stat:nth-of-type(3) {
  padding-left: 18px;
}

.ava-stat__icon {
  display: grid;
  flex: 0 0 auto;

  width: 30px;
  height: 30px;

  place-items: center;
  color: var(--ava-blue);
}

.ava-stat__icon svg {
  width: 30px;
  height: 30px;

  color: #ffffff;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ava-stat div {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.ava-stat strong {
  overflow: hidden;

  color: #ffffff;

  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.25px;
  line-height: 1.1;

  text-overflow: ellipsis;
  white-space: nowrap;
}

.ava-stat span:last-child {
  margin-top: 4px;
  overflow: hidden;

  color: #ffffff;

  font-size: 10.5px;
  font-weight: 500;
  line-height: 1.25;

  text-overflow: ellipsis;
  white-space: nowrap;
}

.ava-stat__divider {
  display: block;
  width: 1px;
  height: 56px;
  background: #c7d7ee;
}

.demo-anchor {
  height: 1px;
}

/* Overview */

.avaOverview {
  width: 100%;
  padding: 130px 0;

  overflow: hidden;

  font-family: "Inter", sans-serif;
}

.avaOverview__container {
  display: grid;
  grid-template-columns: 470px 1fr;
  align-items: center;
  gap: 38px;

  width: min(100%, 1350px);
  margin: 0 auto;
}

.avaOverview__label {
  margin-top: 30px;

  color: #0868f7;

  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

.avaOverview__topLine {
  display: block;

  width: 52px;
  height: 2px;
  margin-top: 20px;

  background: #0b66f6;
}

.avaOverview__heading {
  margin-top: 19px;

  color: #07183e;

  font-size: 34px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -1px;
}

.avaOverview__headingLine {
  display: block;

  width: 41px;
  height: 2px;
  margin-top: 15px;

  background: #0b66f6;
}

.avaOverview__text {
  max-width: 450px;
  margin-top: 15px;

  color: #34415c;

  font-size: 16px;
  font-weight: 400;
  line-height: 1.9;
}

.avaOverview__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.avaOverview__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;

  height: 300px;
  padding: 39px 18px 30px;

  text-align: center;

  background-color: #084092;
  border: 1px solid #e8edf5;
  border-radius: 11px;

  box-shadow:
    0 8px 24px rgba(30, 73, 126, 0.07),
    0 2px 6px rgba(30, 73, 126, 0.03);
}

.avaOverview__iconBox {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 100px;
  height: 100px;

  border-radius: 50%;

  background: radial-gradient(
    circle,
    #ffffff 0%,
    #f1f6ff 70%,
    #e9f1ff 100%
  );
}

.avaOverview__iconBox svg {
  width: 65px;
  height: 65px;

  fill: none;
  stroke: #0b66f6;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.avaOverview__card h3 {
  color: #ffffff;

  font-size: 21px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.5px;
}

.avaOverview__cardLine {
  display: block;

  width: 41px;
  height: 2px;
  margin: 20px 0;

  background: #ffffff;
}

.avaOverview__card p {
  color: #ffffff;

  font-size: 14.5px;
  font-weight: 400;
  line-height: 1.75;
}

/* Impact */

.avaImpact {
  position: relative;
  isolation: isolate;

  width: min(100%, 1350px);
  height: 700px;
  margin: 0 auto;
  padding: 0 20px;

  overflow: hidden;

  background: #f9fbff;
  border-radius: 12px;

  box-shadow: 0 8px 24px rgba(18, 52, 101, 0.14);
}

.avaImpact__left {
  position: absolute;
  z-index: 15;
  inset: 0 auto 0 0;

  width: 55%;

  overflow: hidden;

  background-image: url("./assets/imp-3.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.avaImpact__officeGlow {
  position: absolute;
  inset: 0 0 0 44%;

  opacity: 0.45;
  filter: blur(4px);
}

.avaImpact__content {
  position: relative;
  z-index: 4;

  padding: 65px 0 0 40px;
}

.avaImpact__eyebrow {
  color: #0c3f96;

  font-size: 16px;
  font-weight: 800;
  letter-spacing: 5px;
}

.avaImpact__eyebrowLine {
  display: block;

  width: 44px;
  height: 2px;
  margin-top: 18px;

  background: #0f5dca;
}

.avaImpact__title {
  margin-top: 30px;

  color: #071d46;

  font-size: 45px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -1.7px;
}

.avaImpact__title span {
  color: #0c4fa8;
}

.avaImpact__smallLine {
  display: block;

  width: 39px;
  height: 1.5px;
  margin-top: 31px;

  background: #0d2348;
}

.avaImpact__description {
  margin-top: 22px;

  color: #172c55;

  font-size: 17px;
  font-weight: 400;
  line-height: 1.78;
}

.avaImpact__photo {
  position: absolute;
  z-index: 2;
  right: 10px;
  bottom: 0;

  width: 360px;
  height: 565px;

  object-fit: cover;
  object-position: center top;
}

.avaImpact__left::after {
  content: "";

  position: absolute;
  z-index: 3;
  inset: 0;

  pointer-events: none;

  background:
    linear-gradient(
      90deg,
      rgba(250, 252, 255, 0.96) 0%,
      rgba(250, 252, 255, 0.86) 31%,
      rgba(250, 252, 255, 0.18) 54%,
      transparent 72%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.03) 0 69%,
      rgba(255, 255, 255, 0.12) 85%,
      rgba(255, 255, 255, 0.3) 100%
    );
}

.avaImpact__dots {
  position: absolute;
  z-index: 5;

  width: 84px;
  height: 84px;

  opacity: 0.48;

  background-image: radial-gradient(
    circle,
    #7caef4 0 3px,
    transparent 3.2px
  );

  background-size: 20px 20px;
}

.avaImpact__dots--top {
  top: 18px;
  right: 7px;
}

.avaImpact__dots--bottom {
  left: 18px;
  bottom: 68px;
}

.avaImpact__blue {
  position: absolute;
  z-index: 6;
  inset: 0 0 0 47.5%;

  overflow: hidden;

  border-radius: 39px 0 0 39px;
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%);

  background:
    radial-gradient(
      circle at 76% 20%,
      rgba(34, 116, 235, 0.17),
      transparent 29%
    ),
    linear-gradient(
      135deg,
      #0c438f 0%,
      #073f94 37%,
      #06449d 70%,
      #0d54b6 100%
    );
}

.avaImpact__grid {
  position: relative;
  z-index: 3;

  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 25px 27px;

  height: 100%;
  padding: 96px 62px 70px 98px;
}

.avaImpact__card {
  position: relative;

  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  padding: 26px 18px 20px;

  text-align: center;

  background: rgba(10, 61, 142, 0.15);
  border: 1px solid rgba(180, 208, 245, 0.47);
  border-radius: 16px;

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 14px 30px rgba(0, 32, 92, 0.1);
}

.avaImpact__card:nth-child(-n + 2)::after {
  content: "";

  position: absolute;
  left: 0;
  bottom: -13px;

  width: 100%;
  height: 1px;

  background: rgba(85, 142, 218, 0.16);
}

.avaImpact__icon {
  display: grid;
  place-items: center;

  width: 80px;
  height: 80px;
  /* margin-bottom: 22px; */

  color: #0b63d7;
  background: #ffffff;
  border-radius: 50%;

  box-shadow: 0 5px 16px rgba(0, 28, 84, 0.15);
}

.avaImpact__icon svg {
  width: 43px;
  height: 43px;
}

.avaImpact__card strong {
  display: block;

  color: #ffffff;

  font-size: 48px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -1.7px;
}

.avaImpact__card strong.avaImpact__hours {
  font-size: 41px;
  letter-spacing: -1.1px;
  white-space: nowrap;
}

.avaImpact__card p {
  /* margin-top: 14px; */

  color: #ffffff;

  font-size: 18px;
  font-weight: 500;
  line-height: 1.28;
}

.avaImpact__cardLine {
  width: 46px;
  height: 2px;
  margin-top: 22px;
  background: #2391f1;
}

.avaImpact__blueDots {
  position: absolute;
  z-index: 1;
  top: 14px;
  right: 17px;

  width: 88px;
  height: 74px;

  opacity: 0.32;

  background-image: radial-gradient(
    circle,
    #1c7cd6 0 2px,
    transparent 2.3px
  );

  background-size: 14px 14px;
}

.avaImpact__rings {
  position: absolute;
  z-index: 1;
  right: -85px;
  bottom: -135px;

  width: 310px;
  height: 310px;

  border: 1px solid rgba(72, 143, 229, 0.3);
  border-radius: 50%;

  box-shadow:
    0 0 0 10px rgba(72, 143, 229, 0.12),
    0 0 0 22px rgba(72, 143, 229, 0.1),
    0 0 0 36px rgba(72, 143, 229, 0.08),
    0 0 0 52px rgba(72, 143, 229, 0.06),
    0 0 0 70px rgba(72, 143, 229, 0.04);
}


/* Services */

.avaServices {
  position: relative;

  width: 100%;
  padding: 38px 20px 54px;

  overflow: hidden;

  font-family: "Inter", sans-serif;

  background:
    radial-gradient(
      circle at 14% 44%,
      rgba(233, 242, 255, 0.38),
      transparent 29%
    ),
    radial-gradient(
      circle at 88% 52%,
      rgba(239, 246, 255, 0.32),
      transparent 30%
    ),
    linear-gradient(
      120deg,
      #ffffff 0%,
      #ffffff 56%,
      #fbfdff 100%
    );
}

.avaServices__container {
  position: relative;
  z-index: 3;

  width: min(100%, 1350px);
  margin: 0 auto;
}

.avaServices__heading {
  width: 100%;
  text-align: center;
}

.avaServices__label {
  color: #0b5ee8;

  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 2.6px;
  text-transform: uppercase;
}

.avaServices__labelLine {
  display: block;

  width: 46px;
  height: 2px;
  margin: 17px auto 15px;

  background: #0b66f6;
  border-radius: 20px;
}

.avaServices__heading h2 {
  color: #071a43;

  font-family: "Playfair Display", serif;
  font-size: 43px;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -1.3px;
}

.avaServices__description {
  max-width: 610px;
  margin: 13px auto 0;

  color: #4b5873;

  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
}

.avaServices__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px 13px;

  margin-top: 34px;
}

.avaService {
  display: flex;
  align-items: center;
  gap: 25px;

  min-height: 94px;
  padding: 13px 27px;

  background-color: #084092;
  border: 1px solid #cfe0ff;
  border-radius: 8px;

  box-shadow: 0 4px 14px rgba(30, 87, 164, 0.025);

  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    background-color 0.25s ease;
}

.avaService:hover {
  color: #343434;
  background: #ffffff;
  border-color: #a9c8ff;

  transform: translateY(-2px);

  box-shadow: 0 8px 20px rgba(30, 87, 164, 0.07);
}

.avaService:hover h3,
.avaService:hover h4,
.avaService:hover p,
.avaService:hover span {
  color: #353535;
}

.avaService__icon {
  display: grid;
  flex: 0 0 66px;
  place-items: center;

  width: 66px;
  height: 66px;

  color: #075be5;

  border-radius: 50%;

  background: radial-gradient(
    circle at center,
    #ffffff 0%,
    #f5f8ff 54%,
    #edf4ff 100%
  );
}

.avaService__icon svg {
  width: 37px;
  height: 37px;
  stroke-width: 1.8;
}

.avaService h3 {
  color: #ffffff;

  font-size: 17px;
  font-weight: 600;
  line-height: 1.42;
  letter-spacing: -0.25px;
}

.avaServices__dots {
  position: absolute;
  z-index: 1;
  top: -8px;
  left: -3px;

  width: 115px;
  height: 145px;

  opacity: 0.5;
  pointer-events: none;

  background-image: radial-gradient(
    circle,
    #d9e9ff 2px,
    transparent 2.5px
  );

  background-size: 13px 13px;
}

.avaServices__wave {
  position: absolute;
  z-index: 1;

  fill: none;
  stroke: #dbe9ff;
  stroke-width: 1;

  pointer-events: none;
}

.avaServices__wave--right {
  top: 220px;
  right: -100px;

  width: 210px;
  height: 430px;
}

.avaServices__wave--left {
  left: -90px;
  bottom: 30px;

  width: 230px;
  height: 260px;
}

/* Why Ava */

.avaWhy {
  position: relative;

  width: 100%;
  padding: 44px 0;

  overflow: hidden;

  background:
    radial-gradient(
      circle at 5% 88%,
      rgba(224, 236, 255, 0.72),
      transparent 30%
    ),
    linear-gradient(
      120deg,
      #ffffff 0%,
      #fbfdff 58%,
      #f7faff 100%
    );
}

.avaWhy::before {
  content: "";

  position: absolute;
  left: -210px;
  bottom: -340px;

  width: 630px;
  height: 630px;

  pointer-events: none;

  border-radius: 50%;

  background: linear-gradient(
    145deg,
    rgba(221, 234, 255, 0.72),
    rgba(247, 250, 255, 0.25)
  );
}

.avaWhy__container {
  position: relative;
  z-index: 2;

  width: min(100%, 1350px);
  margin: 0 auto;
}

.avaWhy__top {
  display: grid;
  grid-template-columns: 51% 49%;
  align-items: center;

  min-height: 335px;
}

.avaWhy__content {
  padding: 20px 0;
}

.avaWhy__label {
  display: flex;
  align-items: center;
  gap: 15px;
}

.avaWhy__label span {
  display: block;
  width: 27px;
  height: 1.5px;
  background: #0b66f6;
}

.avaWhy__label p {
  color: #075be5;

  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 2.3px;
}

.avaWhy__content h2 {
  margin-top: 29px;

  color: #06163c;

  font-size: 44px;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -1.6px;
}

.avaWhy__headingLine {
  display: block;

  width: 61px;
  height: 3px;
  margin-top: 23px;

  background: #0b66f6;
  border-radius: 10px;
}

.avaWhy__description {
  max-width: 490px;
  margin-top: 25px;

  color: #56627b;

  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}

.avaWhy__image {
  position: relative;

  width: 100%;
  height: 335px;

  overflow: hidden;

  border-radius: 0 0 0 27px;
}

.avaWhy__image img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center;
}

.avaWhy__image::after {
  content: "";

  position: absolute;
  right: -3%;
  bottom: 3px;

  width: 106%;
  height: 8px;

  background: #0a55bd;

  transform: rotate(-6deg);
  transform-origin: right center;
}

.avaWhy__benefits {
  position: relative;

  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));

  margin-top: 17px;
  padding: 29px 12px;

  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #edf1f7;
  border-radius: 13px;

  box-shadow:
    0 12px 34px rgba(24, 67, 124, 0.06),
    0 3px 8px rgba(24, 67, 124, 0.025);
}

.avaWhy__item {
  position: relative;

  display: flex;
  flex-direction: column;
  align-items: center;

  min-height: 190px;
  padding: 3px 22px;

  text-align: center;

  transition: transform 0.25s ease;
}

.avaWhy__item:not(:last-child)::after {
  content: "";

  position: absolute;
  top: 0;
  right: 0;

  width: 1px;
  height: 100%;

  background: #e3e8f0;
}

.avaWhy__item strong {
  color: #0b55c9;

  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.45px;
}

.avaWhy__item strong.avaWhy__number {
  font-size: 32px;
  line-height: 1;
}

.avaWhy__item h3 {
  margin-top: 8px;

  color: #071336;

  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
}

.avaWhy__itemLine {
  display: block;

  width: 31px;
  height: 2px;
  margin: 18px 0;

  background: #0b66f6;
  border-radius: 10px;
}

.avaWhy__item p {
  color: #5a657d;

  font-size: 13.5px;
  font-weight: 400;
  line-height: 1.65;
}

.avaWhy__item:hover {
  transform: translateY(-3px);
}

/* How it works */

.avaWork {
  position: relative;

  width: 100%;
  padding: 48px 0;

  overflow: hidden;

  background:
    radial-gradient(
      circle at 50% 40%,
      rgba(238, 245, 255, 0.48),
      transparent 41%
    ),
    linear-gradient(
      180deg,
      #ffffff 0%,
      #ffffff 88%,
      #f8faff 100%
    );
}

.avaWork__container {
  width: min(100%, 1350px);
  margin: 0 auto;
}

.avaWork__heading {
  text-align: center;
}

.avaWork__label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
}

.avaWork__label span {
  display: block;
  width: 20px;
  height: 1px;
  background: #0b66f6;
}

.avaWork__label p {
  color: #0b5fdd;

  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 2.3px;
  text-transform: uppercase;
}

.avaWork__heading h2 {
  margin-top: 18px;

  color: #07183e;

  font-size: 42px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -1.4px;
}

.avaWork__description {
  max-width: 610px;
  margin: 15px auto 0;

  color: #58647d;

  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
}

.avaWork__flow {
  position: relative;
  margin-top: 38px;
}

.avaWork__track {
  position: absolute;
  z-index: 1;
  top: 60px;
  left: 8%;
  right: 8%;

  height: 1px;

  background-image: linear-gradient(
    to right,
    #c4d1e4 52%,
    transparent 52%
  );

  background-size: 8px 1px;
  background-repeat: repeat-x;
}

.avaWork__arrow {
  position: absolute;
  z-index: 5;
  top: 49px;

  display: grid;
  place-items: center;

  width: 23px;
  height: 23px;

  color: #ffffff;
  background: #0b66e9;
  border: 3px solid #ffffff;
  border-radius: 50%;

  box-shadow: 0 3px 9px rgba(11, 102, 233, 0.16);

  transform: translateX(-50%);
}

.avaWork__arrow svg {
  width: 11px;
  height: 11px;

  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.avaWork__arrow--1 {
  left: 20%;
}

.avaWork__arrow--2 {
  left: 40%;
}

.avaWork__arrow--3 {
  left: 60%;
}

.avaWork__arrow--4 {
  left: 80%;
}

.avaWork__steps {
  position: relative;
  z-index: 2;

  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.avaWork__step {
  display: flex;
  flex-direction: column;
  align-items: center;

  text-align: center;
}

.avaWork__iconCircle {
  position: relative;

  display: grid;
  place-items: center;

  width: 120px;
  height: 120px;

  border-radius: 50%;

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.avaWork__step:hover .avaWork__iconCircle {
  transform: translateY(-3px);
}

.avaWork__iconCircle > svg {
  width: 50px;
  height: 50px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.avaWork__step--source .avaWork__iconCircle {
  color: #266fd8;

  background: radial-gradient(
    circle at 50% 44%,
    #ffffff 0%,
    #f3f8ff 54%,
    #eaf3ff 100%
  );
}

.avaWork__step--source .avaWork__number {
  color: #1765dc;
}

.avaWork__step--source .avaWork__numberLine,
.avaWork__step--source .avaWork__titleLine {
  background: #1765dc;
}

.avaWork__step--assess .avaWork__iconCircle {
  color: #24a653;

  background: radial-gradient(
    circle at 50% 44%,
    #ffffff 0%,
    #f2fbf5 54%,
    #e9f8ee 100%
  );
}

.avaWork__step--assess .avaWork__number {
  color: #199744;
}

.avaWork__step--assess .avaWork__numberLine,
.avaWork__step--assess .avaWork__titleLine {
  background: #199744;
}

.avaWork__step--select .avaWork__iconCircle {
  color: #d19a10;

  background: radial-gradient(
    circle at 50% 44%,
    #ffffff 0%,
    #fffaf0 54%,
    #fff4d6 100%
  );
}

.avaWork__step--select .avaWork__number {
  color: #c18a00;
}

.avaWork__step--select .avaWork__numberLine,
.avaWork__step--select .avaWork__titleLine {
  background: #c18a00;
}

.avaWork__step--hire .avaWork__iconCircle {
  color: #8051ca;

  background: radial-gradient(
    circle at 50% 44%,
    #ffffff 0%,
    #faf6ff 54%,
    #f2eaff 100%
  );
}

.avaWork__step--hire .avaWork__number {
  color: #7040bd;
}

.avaWork__step--hire .avaWork__numberLine,
.avaWork__step--hire .avaWork__titleLine {
  background: #7040bd;
}

.avaWork__step--grow .avaWork__iconCircle {
  color: #1597c8;

  background: radial-gradient(
    circle at 50% 44%,
    #ffffff 0%,
    #f2fbfe 54%,
    #e7f7fc 100%
  );
}

.avaWork__step--grow .avaWork__number {
  color: #078dc4;
}

.avaWork__step--grow .avaWork__numberLine,
.avaWork__step--grow .avaWork__titleLine {
  background: #078dc4;
}

.avaWork__iconMark {
  position: absolute;
  top: 28px;
  right: 23px;

  display: grid;
  place-items: center;

  color: #2876e4;
}

.avaWork__iconMark svg {
  width: 17px;
  height: 17px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.avaWork__number {
  margin-top: 14px;

  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

.avaWork__numberLine,
.avaWork__titleLine {
  display: block;

  width: 21px;
  height: 1.5px;
  margin-top: 11px;

  border-radius: 20px;
}

.avaWork__step h3 {
  margin-top: 17px;

  color: #0b1736;

  font-size: 19px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.3px;
}

.avaWork__step p {
  margin-top: 11px;

  color: #5b6881;

  font-size: 13.5px;
  font-weight: 400;
  line-height: 1.6;
}

/* Call to action */

.avaCta {
  width: 100%;
  padding: 55px 20px;

  font-family: "Inter", sans-serif;

  background: #ffffff;
}

.avaCta__container {
  position: relative;

  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  align-items: center;

  width: min(100%, 1350px);
  min-height: 350px;
  margin: 0 auto;
  padding: 55px 65px;

  overflow: hidden;

  border-radius: 20px;

  background:
    radial-gradient(
      circle at 82% 20%,
      rgba(88, 160, 255, 0.22),
      transparent 27%
    ),
    radial-gradient(
      circle at 100% 100%,
      rgba(0, 53, 145, 0.34),
      transparent 31%
    ),
    linear-gradient(
      120deg,
      #075de5 0%,
      #0753cf 48%,
      #062d75 100%
    );

  box-shadow: 0 18px 45px rgba(5, 63, 151, 0.18);
}

.avaCta__container::before {
  content: "";

  position: absolute;
  top: -80px;
  right: 150px;

  width: 280px;
  height: 280px;

  pointer-events: none;

  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;

  box-shadow:
    0 0 0 35px rgba(255, 255, 255, 0.035),
    0 0 0 70px rgba(255, 255, 255, 0.025);
}

.avaCta__content {
  position: relative;
  z-index: 3;

  max-width: 750px;
}

.avaCta__label {
  display: flex;
  align-items: center;
  gap: 13px;
}

.avaCta__label span {
  display: block;

  width: 30px;
  height: 1px;

  background: rgba(255, 255, 255, 0.82);
}

.avaCta__label p {
  color: #dbeaff;

  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 2.2px;
}

.avaCta__content h2 {
  max-width: 720px;
  margin-top: 20px;

  color: #ffffff;

  font-size: 42px;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -1.4px;
}

.avaCta__content h2 span {
  color: #bcd7ff;
}

.avaCta__description {
  max-width: 650px;
  margin-top: 19px;

  color: rgba(255, 255, 255, 0.84);

  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
}

.avaCta__actions {
  display: flex;
  align-items: center;
  gap: 13px;

  margin-top: 28px;
}

.avaCta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;

  min-height: 48px;
  padding: 0 22px;

  border-radius: 7px;

  font-size: 14px;
  font-weight: 600;
  line-height: 1;

  transition:
    transform 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.avaCta__button svg {
  width: 17px;
  height: 17px;

  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.avaCta__button--light {
  color: #084ebd;
  background: #ffffff;
  border: 1px solid #ffffff;

  box-shadow: 0 8px 20px rgba(1, 33, 90, 0.16);
}

.avaCta__button--outline {
  color: #ffffff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.62);
}

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

.avaCta__button--light:hover {
  background: #f0f6ff;
}

.avaCta__button--outline:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #ffffff;
}

.avaCta__visual {
  position: relative;
  z-index: 2;

  min-height: 240px;
}

.avaCta__circle {
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
}

.avaCta__circle--one {
  top: -30px;
  right: -30px;

  width: 240px;
  height: 240px;

  border: 1px solid rgba(255, 255, 255, 0.14);
}

.avaCta__circle--two {
  right: 45px;
  bottom: -75px;

  width: 180px;
  height: 180px;

  background: rgba(255, 255, 255, 0.05);
}

.avaCta__miniCard {
  position: absolute;
  top: 15px;
  right: 15px;

  display: flex;
  align-items: center;
  gap: 15px;

  width: 245px;
  min-height: 103px;
  padding: 18px;

  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 12px;

  box-shadow: 0 15px 35px rgba(0, 31, 88, 0.18);
}

.avaCta__miniIcon {
  display: grid;
  flex: 0 0 54px;
  place-items: center;

  width: 54px;
  height: 54px;

  color: #0b66f6;
  background: #edf4ff;
  border-radius: 50%;
}

.avaCta__miniIcon svg {
  width: 31px;
  height: 31px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.avaCta__miniCard div:last-child {
  display: flex;
  flex-direction: column;
}

.avaCta__miniCard strong {
  color: #071a43;

  font-size: 25px;
  font-weight: 700;
  line-height: 1;
}

.avaCta__miniCard span {
  margin-top: 8px;

  color: #5c6880;

  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}

.avaCta__trust {
  position: absolute;
  right: 80px;
  bottom: 5px;

  display: flex;
  align-items: center;
  gap: 13px;

  width: 285px;
  min-height: 82px;
  padding: 16px 18px;

  color: #ffffff;
  background: rgba(4, 30, 84, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 11px;

  backdrop-filter: blur(8px);
}

.avaCta__check {
  display: grid;
  flex: 0 0 38px;
  place-items: center;

  width: 38px;
  height: 38px;

  color: #ffffff;
  background: rgba(255, 255, 255, 0.14);
  border-radius: 50%;
}

.avaCta__check svg {
  width: 20px;
  height: 20px;

  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.avaCta__trust strong {
  display: block;
  font-size: 13px;
  font-weight: 600;
}

.avaCta__trust p {
  margin-top: 5px;

  color: rgba(255, 255, 255, 0.72);

  font-size: 11px;
  line-height: 1.4;
}

/* Footer */

.avaFooter {
  position: relative;

  width: 100%;

  overflow: hidden;

  color: #ffffff;
  background: #061a40;

  font-family: "Inter", sans-serif;
}

.avaFooter::before {
  content: "";

  position: absolute;
  top: -210px;
  right: -150px;

  width: 520px;
  height: 520px;

  pointer-events: none;

  border-radius: 50%;

  background: radial-gradient(
    circle,
    rgba(22, 109, 255, 0.25) 0%,
    rgba(14, 83, 196, 0.1) 42%,
    transparent 72%
  );
}

.avaFooter::after {
  content: "";

  position: absolute;
  left: -180px;
  bottom: -260px;

  width: 520px;
  height: 520px;

  pointer-events: none;

  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 50%;

  box-shadow:
    0 0 0 45px rgba(255, 255, 255, 0.018),
    0 0 0 90px rgba(255, 255, 255, 0.012);
}

.avaFooter__main {
  position: relative;
  z-index: 2;

  padding: 66px 20px 52px;
}

.avaFooter__container {
  display: grid;
  grid-template-columns: 1.45fr 0.75fr 1fr 0.85fr 1.35fr;
  gap: 48px;

  width: min(100%, 1350px);
  margin: 0 auto;
}

.avaFooter__brand {
  max-width: 345px;
}

.avaFooter__logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;

  color: #ffffff;
}

.avaFooter__logo img {
  width: 70%;
}

.avaFooter__logoMark {
  display: grid;
  flex: 0 0 46px;
  place-items: center;

  width: 46px;
  height: 46px;

  border-radius: 11px;

  background: linear-gradient(
    145deg,
    #1673ff 0%,
    #0751ce 100%
  );

  box-shadow: 0 8px 20px rgba(0, 74, 190, 0.25);
}

.avaFooter__logoMark svg {
  width: 31px;
  height: 31px;

  fill: none;
  stroke: #ffffff;
  stroke-width: 2.6;
  stroke-linejoin: round;
}

.avaFooter__logoText {
  display: flex;
  flex-direction: column;
}

.avaFooter__logoText strong {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.avaFooter__logoText small {
  margin-top: 3px;

  color: #9eb5dc;

  font-size: 9px;
  font-weight: 400;
  line-height: 1.3;
}

.avaFooter__about {
  margin-top: 22px;

  color: #aebeda;

  font-size: 13.5px;
  font-weight: 400;
  line-height: 1.8;
}

.avaFooter__trust {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;

  margin-top: 20px;

  color: #d8e5fa;

  font-size: 11px;
  font-weight: 500;
}

.avaFooter__trustDot {
  width: 4px;
  height: 4px;

  background: #2780ff;
  border-radius: 50%;
}

.avaFooter__socials {
  display: flex;
  align-items: center;
  gap: 9px;

  margin-top: 22px;
}

.avaFooter__socials a {
  display: grid;
  place-items: center;

  width: 35px;
  height: 35px;

  color: #c9d8ef;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;

  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
}

.avaFooter__socials a:hover {
  color: #ffffff;
  background: #0b66f6;
  border-color: #0b66f6;

  transform: translateY(-2px);
}

.avaFooter__socials svg {
  width: 18px;
  height: 18px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.avaFooter__column h3,
.avaFooter__contact h3 {
  margin-top: 3px;

  color: #ffffff;

  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.avaFooter__headingLine {
  display: block;

  width: 29px;
  height: 2px;
  margin-top: 14px;

  background: #1673ff;
  border-radius: 10px;
}

.avaFooter__column ul {
  display: grid;
  gap: 13px;

  margin-top: 21px;

  list-style: none;
}

.avaFooter__column a {
  position: relative;

  color: #aebeda;

  font-size: 12.5px;
  font-weight: 400;
  line-height: 1.45;

  transition:
    color 0.25s ease,
    padding-left 0.25s ease;
}

.avaFooter__column a::before {
  content: "";

  position: absolute;
  top: 50%;
  left: 0;

  width: 0;
  height: 1px;

  background: #2b80ff;

  transform: translateY(-50%);
  transition: width 0.25s ease;
}

.avaFooter__column a:hover {
  padding-left: 13px;
  color: #ffffff;
}

.avaFooter__column a:hover::before {
  width: 7px;
}

.avaFooter__contactList {
  display: grid;
  gap: 15px;

  margin-top: 21px;
}

.avaFooter__contactItem {
  display: flex;
  align-items: flex-start;
  gap: 11px;

  color: inherit;
}

.avaFooter__contactIcon {
  display: grid;
  flex: 0 0 35px;
  place-items: center;

  width: 35px;
  height: 35px;

  color: #5f9dff;
  background: rgba(27, 105, 231, 0.09);
  border: 1px solid rgba(74, 143, 255, 0.2);
  border-radius: 8px;
}

.avaFooter__contactIcon svg {
  width: 17px;
  height: 17px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.avaFooter__contactItem > span:last-child {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.avaFooter__contactItem small {
  color: #8098bd;

  font-size: 10px;
  font-weight: 400;
  line-height: 1.3;
}

.avaFooter__contactItem strong {
  margin-top: 4px;

  overflow-wrap: anywhere;

  color: #c8d6eb;

  font-size: 11.5px;
  font-weight: 500;
  line-height: 1.5;
}

a.avaFooter__contactItem:hover strong {
  color: #ffffff;
}

.avaFooter__contactButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;

  min-height: 42px;
  margin-top: 22px;
  padding: 0 17px;

  color: #ffffff;
  background: #0b66f6;
  border: 1px solid #0b66f6;
  border-radius: 7px;

  font-size: 12px;
  font-weight: 600;

  box-shadow: 0 8px 20px rgba(0, 72, 185, 0.2);

  transition:
    transform 0.25s ease,
    background-color 0.25s ease;
}

.avaFooter__contactButton:hover {
  background: #0758d9;
  transform: translateY(-2px);
}

.avaFooter__contactButton svg {
  width: 16px;
  height: 16px;

  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.avaFooter__bottom {
  position: relative;
  z-index: 2;

  background: rgba(2, 17, 48, 0.34);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.avaFooter__bottomContainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;

  width: min(100%, 1350px);
  min-height: 66px;
  margin: 0 auto;
  padding: 17px 20px;
}

.avaFooter__bottom p {
  color: #8198bc;

  font-size: 11px;
  font-weight: 400;
}

.avaFooter__bottomLinks {
  display: flex;
  align-items: center;
  gap: 13px;
}

.avaFooter__bottomLinks span {
  width: 3px;
  height: 3px;

  background: #4d668c;
  border-radius: 50%;
}

.avaFooter__bottomLinks a {
  color: #8fa4c5;

  font-size: 11px;
  font-weight: 400;

  transition: color 0.25s ease;
}

.avaFooter__bottomLinks a:hover {
  color: #ffffff;
}


/* Header and navigation */

.avaHeader {
  --ava-header-blue: #0b66f6;
  --ava-header-blue-dark: #0751d2;
  --ava-header-navy: #061a40;
  --ava-header-text: #172647;
  --ava-header-muted: #65718a;
  --ava-header-border: #e2e9f3;

  position: sticky;
  z-index: 9999;
  top: 0;
  left: 0;

  width: 100%;

  color: var(--ava-header-navy);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(218, 228, 241, 0.86);

  font-family: "Poppins", Arial, sans-serif;

  transition:
    box-shadow 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease;
}

.avaHeader.is-scrolled {
  background: rgba(255, 255, 255, 0.98);
  border-bottom-color: #dce5f1;

  box-shadow: 0 8px 28px rgba(20, 58, 110, 0.08);
}

@supports (backdrop-filter: blur(16px)) {
  .avaHeader {
    backdrop-filter: blur(16px);
  }
}

.avaHeader__container {
  position: relative;
  z-index: 5;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;

  width: min(calc(100% - 40px), 1350px);
  min-height: 78px;
  margin: 0 auto;
}

.avaHeader__brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;

  min-width: 230px;

  color: var(--ava-header-navy);
}

.avaHeader__logoMark {
  display: grid;
  flex: 0 0 45px;
  place-items: center;

  width: 45px;
  height: 45px;

  color: #ffffff;

  background: linear-gradient(
    145deg,
    #1674ff 0%,
    #0b66f6 48%,
    #074cc8 100%
  );

  border-radius: 11px;

  box-shadow:
    0 8px 20px rgba(11, 102, 246, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.avaHeader__logoMark svg {
  width: 25px;
  height: 25px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.avaHeader__brandText {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.avaHeader__brandText strong {
  color: var(--ava-header-navy);

  font-size: 19px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.4px;
}

.avaHeader__brandText small {
  margin-top: 3px;

  color: var(--ava-header-muted);

  font-size: 9px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.15px;
}

.avaHeader__navigation {
  display: flex;
  align-items: center;
  justify-content: center;

  margin-left: auto;
}

.avaHeader__menu {
  display: flex;
  align-items: center;
  gap: 4px;

  list-style: none;
}

.avaHeader__link {
  position: relative;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 42px;
  padding: 0 13px;

  color: #35425d;
  border-radius: 7px;

  font-size: 12.5px;
  font-weight: 500;
  line-height: 1;

  transition:
    color 0.22s ease,
    background-color 0.22s ease;
}

.avaHeader__link::after {
  content: "";

  position: absolute;
  left: 50%;
  bottom: 5px;

  width: 0;
  height: 2px;

  background: var(--ava-header-blue);
  border-radius: 50px;

  transform: translateX(-50%);
  transition: width 0.22s ease;
}

.avaHeader__link:hover {
  color: var(--ava-header-blue);
  background: #f3f7ff;
}

.avaHeader__link:hover::after,
.avaHeader__link.is-active::after {
  width: 22px;
}

.avaHeader__link.is-active {
  color: var(--ava-header-blue);
  background: #edf4ff;

  font-weight: 600;
}

.avaHeader__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.avaHeader__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;

  min-height: 45px;
  padding: 0 19px;

  color: #ffffff;
  background: linear-gradient(
    135deg,
    #0b66f6 0%,
    #0751d2 100%
  );

  border: 1px solid #0b66f6;
  border-radius: 7px;

  font-size: 12.5px;
  font-weight: 600;
  line-height: 1;

  box-shadow:
    0 8px 20px rgba(11, 102, 246, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);

  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease;
}

.avaHeader__cta svg {
  width: 16px;
  height: 16px;
  stroke-width: 2;
}

.avaHeader__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(11, 102, 246, 0.25);
}

.avaHeader__toggle {
  display: none;
  place-items: center;

  width: 45px;
  height: 45px;
  padding: 0;

  color: var(--ava-header-navy);
  background: #f4f7fc;
  border: 1px solid #dce5f1;
  border-radius: 8px;

  cursor: pointer;
}

.avaHeader__toggle span {
  display: block;

  width: 20px;
  height: 2px;
  margin: 2.5px 0;

  background: var(--ava-header-navy);
  border-radius: 20px;

  transition:
    transform 0.25s ease,
    opacity 0.25s ease;
}

.avaHeader__mobileTop,
.avaHeader__mobileActions {
  display: none;
}

.avaHeader__overlay {
  position: fixed;
  z-index: 2;
  inset: 0;

  display: block;
  visibility: hidden;

  padding: 0;

  background: rgba(4, 19, 48, 0.52);
  border: 0;
  opacity: 0;

  cursor: pointer;
  backdrop-filter: blur(3px);

  transition:
    opacity 0.28s ease,
    visibility 0.28s ease;
}

@media (max-width: 1080px) {
  .avaHeader__container {
    min-height: 72px;
  }

  .avaHeader__brand {
    min-width: 0;
  }

  .avaHeader__navigation {
    position: fixed;
    z-index: 4;
    top: 0;
    right: 0;

    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;

    width: min(88%, 370px);
    height: 100dvh;
    padding: 20px 22px 25px;

    overflow-y: auto;
    overscroll-behavior: contain;

    visibility: hidden;
    opacity: 0;

    background:
      radial-gradient(
        circle at 100% 0%,
        rgba(216, 232, 255, 0.75),
        transparent 28%
      ),
      #ffffff;

    border-left: 1px solid #dfe7f2;

    box-shadow: -18px 0 45px rgba(7, 31, 72, 0.14);

    transform: translateX(105%);

    transition:
      transform 0.3s ease,
      opacity 0.3s ease,
      visibility 0.3s ease;
  }

  .avaHeader.is-open .avaHeader__navigation {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
  }

  .avaHeader.is-open .avaHeader__overlay {
    visibility: visible;
    opacity: 1;
  }

  .avaHeader__mobileTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;

    padding-bottom: 19px;

    border-bottom: 1px solid #e3eaf3;
  }

  .avaHeader__mobileBrand {
    display: flex;
    align-items: center;
    gap: 11px;
  }

  .avaHeader__mobileIcon {
    display: grid;
    flex: 0 0 42px;
    place-items: center;

    width: 42px;
    height: 42px;

    color: #ffffff;
    background: linear-gradient(145deg, #1674ff, #0751d2);
    border-radius: 10px;
  }

  .avaHeader__mobileIcon svg {
    width: 23px;
    height: 23px;
  }

  .avaHeader__mobileBrand div {
    display: flex;
    flex-direction: column;
  }

  .avaHeader__mobileBrand strong {
    color: var(--ava-header-navy);

    font-size: 15px;
    font-weight: 700;
  }

  .avaHeader__mobileBrand span {
    margin-top: 3px;

    color: var(--ava-header-muted);

    font-size: 10px;
  }

  .avaHeader__close {
    display: grid;
    flex: 0 0 40px;
    place-items: center;

    width: 40px;
    height: 40px;

    color: var(--ava-header-navy);
    background: #f4f7fc;
    border: 1px solid #dce5f1;
    border-radius: 8px;

    cursor: pointer;
  }

  .avaHeader__close svg {
    width: 21px;
    height: 21px;
  }

  .avaHeader__menu {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 7px;

    width: 100%;
    margin-top: 20px;
  }

  .avaHeader__menu li {
    width: 100%;
  }

  .avaHeader__link {
    justify-content: flex-start;

    width: 100%;
    min-height: 49px;
    padding: 0 15px;

    border: 1px solid transparent;

    font-size: 13.5px;
  }

  .avaHeader__link::after {
    top: 50%;
    right: 14px;
    bottom: auto;
    left: auto;

    width: 6px;
    height: 6px;

    background: transparent;
    border-top: 1.5px solid currentColor;
    border-right: 1.5px solid currentColor;
    border-radius: 0;

    transform: translateY(-50%) rotate(45deg);
  }

  .avaHeader__link:hover::after,
  .avaHeader__link.is-active::after {
    width: 6px;
  }

  .avaHeader__link.is-active {
    border-color: #d4e3fb;
  }

  .avaHeader__mobileActions {
    display: block;

    margin-top: auto;
    padding-top: 25px;
  }

  .avaHeader__mobileActions p {
    margin-bottom: 13px;

    color: #69758c;

    font-size: 11.5px;
    line-height: 1.6;
  }

  .avaHeader__mobileCta {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;

    width: 100%;
    min-height: 48px;
    padding: 0 17px;

    color: #ffffff;
    background: linear-gradient(135deg, #0b66f6, #0751d2);
    border-radius: 7px;

    font-size: 13px;
    font-weight: 600;

    box-shadow: 0 9px 22px rgba(11, 102, 246, 0.2);
  }

  .avaHeader__mobileCta svg {
    width: 17px;
    height: 17px;
  }

  .avaHeader__cta {
    display: none;
  }

  .avaHeader__toggle {
    display: grid;
  }
}

body.avaMenuOpen {
  overflow: hidden;
}

.avaHeader a:focus-visible,
.avaHeader button:focus-visible {
  outline: 3px solid rgba(11, 102, 246, 0.28);
  outline-offset: 3px;
}

/* Responsive system */

:root {
  font-size: 16px;
}

body {
  min-width: 0;

  line-height: 1.5;

  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

button,
input,
select,
textarea {
  font: inherit;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.ava-button,
.avaCta__button,
.avaFooter__contactButton,
.avaHeader__cta,
.avaHeader__mobileCta {
  min-height: 44px;
}

@media (max-width: 1399px) {
  .ava-hero,
  .avaOverview__container,
  .avaServices__container,
  .avaWhy__container,
  .avaWork__container,
  .avaCta__container,
  .avaFooter__container {
    width: min(calc(100% - 40px), 1350px);
  }

  .ava-hero__content {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 1200px) {
  .ava-hero {
    min-height: 550px;
  }

  .ava-hero__content {
    width: 54%;
    min-height: 550px;
  }

  .ava-hero__title {
    font-size: clamp(38px, 4vw, 43px);
  }

  .ava-hero__visual {
    width: 55%;
  }

  .ava-hero__stats {
    width: min(100%, 535px);
  }

  .avaOverview {
    padding: 96px 20px;
  }

  .avaOverview__container {
    grid-template-columns: 370px minmax(0, 1fr);
    gap: 30px;
  }

  .avaOverview__card {
    height: auto;
    min-height: 300px;
  }

  .avaImpact {
    height: 640px;
  }

  .avaImpact__left {
    width: 54%;
  }

  .avaImpact__blue {
    left: 46%;
  }

  .avaImpact__grid {
    gap: 18px;
    padding: 76px 40px 58px 82px;
  }

  .avaImpact__card strong {
    font-size: 42px;
  }

  .avaWhy__content h2 {
    font-size: 40px;
  }

  .avaWhy__item {
    padding-inline: 14px;
  }

  .avaWork__steps {
    gap: 10px;
  }

  .avaWork__iconCircle {
    width: 105px;
    height: 105px;
  }

  .avaCta__container {
    grid-template-columns: 1.1fr 0.9fr;
    padding: 50px 44px;
  }

  .avaCta__content h2 {
    font-size: 38px;
  }

  .avaFooter__container {
    grid-template-columns: 1.3fr 0.8fr 1fr 0.9fr 1.2fr;
    gap: 28px;
  }
}

@media (max-width: 1080px) {
  .avaHeader__container {
    min-height: 72px;
  }
}

@media (max-width: 992px) {
  .ava-hero {
    display: flex;
    flex-direction: column;

    width: 100%;
    min-height: 0;

    background: linear-gradient(
      180deg,
      #ffffff 0%,
      #f5faff 100%
    );
  }

  .ava-hero__content {
    order: 1;

    width: min(calc(100% - 48px), 760px);
    min-height: 0;
    margin-inline: auto;
    padding: 52px 0 36px;
  }

  .ava-hero__title {
    max-width: 700px;
    font-size: clamp(40px, 6vw, 52px);
  }

  .ava-hero__description {
    max-width: 620px;
    font-size: 16px;
  }

  .ava-hero__visual {
    position: relative;
    order: 2;

    width: 100%;
    min-height: 420px;
    aspect-ratio: 16 / 9;

    background-position: center top;
    background-size: cover;
  }

  .ava-hero__stats {
    position: static;

    width: 100%;
    margin-top: 32px;
    /* display: flex; */
  }

  .avaOverview {
    padding: 88px 24px;
  }

  .avaOverview__container {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .avaOverview__content {
    max-width: 720px;
  }

  .avaOverview__cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .avaImpact {
    display: flex;
    flex-direction: column;

    width: min(calc(100% - 40px), 900px);
    height: auto;
    padding: 0;
  }

  .avaImpact__left {
    position: relative;

    width: 100%;
    min-height: 480px;
  }

  .avaImpact__content {
    padding: 58px 36px 48px;
  }

  .avaImpact__blue {
    position: relative;
    inset: auto;

    width: 100%;

    border-radius: 28px 28px 0 0;
    clip-path: none;
  }

  .avaImpact__grid {
    height: auto;
    /* padding: 42px; */
  }

  .avaServices,
  .avaWhy,
  .avaWork {
    padding-inline: 24px;
  }

  .avaServices__container,
  .avaWhy__container,
  .avaWork__container {
    width: 100%;
  }

  .avaWhy__top {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .avaWhy__content {
    max-width: 720px;
  }

  .avaWhy__image {
    height: 420px;
    border-radius: 22px;
  }

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

  .avaWhy__item::after {
    display: none;
  }

  .avaWork__track,
  .avaWork__arrow {
    display: none;
  }

  .avaWork__steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }

  .avaWork__step {
    padding: 24px 14px;

    background: #ffffff;
    border: 1px solid #e4ebf6;
    border-radius: 16px;

    box-shadow: 0 10px 24px rgba(6, 26, 64, 0.06);
  }

  .avaCta__container {
    grid-template-columns: 1fr;
    padding: 52px 42px;
  }

  .avaCta__visual {
    min-height: 230px;
    margin-top: 20px;
  }

  .avaFooter__container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .avaFooter__brand {
    grid-column: span 2;
  }
}

@media (max-width: 768px) {
  .avaOverview__cards,
  .avaServices__grid,
  .avaWhy__benefits,
  .avaWork__steps {
    grid-template-columns: 1fr;
  }

  .avaOverview__card {
    min-height: 0;
    padding: 34px 24px;
  }

  .avaImpact__left {
    min-height: 430px;
  }

  .avaImpact__grid {
    padding: 30px;
  }

  .avaImpact__card {
    min-height: 110px;
  }

  .avaWhy__item {
    min-height: 0;
    padding: 28px 22px;
  }

  .avaWork__flow {
    margin-top: 30px;
  }

  .avaWork__step {
    align-items: flex-start;
    text-align: left;
  }

  .avaWork__numberLine,
  .avaWork__titleLine {
    margin-left: 0;
  }

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

  .avaFooter__brand {
    grid-column: 1 / -1;
    max-width: 520px;
  }
}

@media (max-width: 600px) {
  body {
    font-size: 16px;
  }

  p,
  li,
  a,
  button {
    font-size: max(1rem, 16px);
  }

  .avaHeader__container {
    width: calc(100% - 28px);
    min-height: 68px;
  }

  .avaHeader__logoMark {
    width: 41px;
    height: 41px;
    flex-basis: 41px;
  }

  .avaHeader__brandText strong {
    font-size: 17px;
  }

  .avaHeader__brandText small {
    max-width: 170px;

    overflow: hidden;

    font-size: 11px;

    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .avaHeader__link,
  .avaHeader__mobileCta {
    font-size: 16px;
  }

  .avaHeader__mobileActions p {
    font-size: 15px;
  }

  .avaHeader__toggle {
    width: 42px;
    height: 42px;
  }

  .avaHeader__navigation {
    width: min(91%, 350px);
    padding: 16px 17px 20px;
  }

  .ava-hero__content {
    width: calc(100% - 32px);
    padding: 40px 0 28px;
  }

  .ava-hero__eyebrow {
    min-height: 34px;
    font-size: 13px;
  }

  .ava-hero__title {
    margin-top: 22px;

    font-size: clamp(36px, 10vw, 44px);
    line-height: 1.12;
    letter-spacing: -1.3px;
  }

  .ava-hero__description {
    width: 100%;

    font-size: 16px;
    line-height: 1.7;
  }

  .ava-hero__actions,
  .avaCta__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .ava-button,
  .ava-button--primary,
  .ava-button--secondary,
  .avaCta__button {
    width: 100%;
    min-height: 52px;

    font-size: 16px;
  }

  .ava-hero__visual {
    min-height: 300px;
    aspect-ratio: 4 / 3;
  }

  .ava-hero__stats {
    position: static;

    display: flex;
    align-items: stretch;
    justify-content: space-between;

    width: 100%;
    height: auto;
    margin-top: 24px;
    padding: 10px 8px;

    background: #084092;
    border-radius: 8px;
  }

  .ava-stat {
    display: flex;
    flex: 1 1 0;
    align-items: center;
    justify-content: center;
    gap: 7px;

    min-width: 0;
    padding: 8px 5px;

    text-align: left;
  }

  /* Remove desktop padding */
  .ava-stat:nth-of-type(2),
  .ava-stat:nth-of-type(3) {
    padding-left: 5px;
  }

  .ava-stat__icon {
    display: flex;
    flex: 0 0 24px;
    align-items: center;
    justify-content: center;

    width: 24px;
    height: 24px;
  }

  .ava-stat__icon svg {
    width: 24px;
    height: 24px;
  }

  .ava-stat div {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
  }

  .ava-stat strong {
    font-size: 15px;
    line-height: 1.1;
    white-space: nowrap;
  }

  .ava-stat span:last-child {
    margin-top: 3px;

    font-size: 11px;
    line-height: 1.25;

    white-space: normal;
  }

  .ava-stat__divider {
    display: block;
    flex: 0 0 1px;

    width: 1px;
    height: auto;
    min-height: 42px;
    margin: 6px 2px;

    background: rgba(255, 255, 255, 0.3);
  }


  .ava-stat {
    padding: 15px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .ava-stat strong {
    font-size: 14px;

  }

  .ava-stat span:last-child {
    font-size: 13px;
    white-space: normal;
  }

  .ava-stat__divider {
    width: 100%;
    height: 1px;
  }

  .avaOverview,
  .avaServices,
  .avaWhy,
  .avaWork,
  .avaCta {
    padding: 64px 16px;
  }

  .avaOverview__label,
  .avaServices__label,
  .avaWhy__label p,
  .avaWork__label p,
  .avaCta__label p {
    font-size: 13px;
  }

  .avaOverview__heading,
  .avaServices__heading h2,
  .avaWhy__content h2,
  .avaWork__heading h2,
  .avaCta__content h2 {
    font-size: clamp(31px, 8.7vw, 37px);
    line-height: 1.15;
    letter-spacing: -1px;
  }

  .avaOverview__text,
  .avaServices__description,
  .avaWhy__description,
  .avaWork__description,
  .avaCta__description {
    font-size: 16px;
    line-height: 1.72;
  }

  .avaOverview__cards {
    gap: 16px;
  }

  .avaOverview__card {
    padding: 32px 22px;
  }

  .avaOverview__card h3 {
    font-size: 22px;
  }

  .avaOverview__card p {
    font-size: 16px;
    line-height: 1.65;
  }

  .avaImpact {
    width: calc(100% - 24px);
    margin: 24px auto;

    border-radius: 20px;
  }

  .avaImpact__left {
    min-height: 0;
    background-position: center;
  }

  .avaImpact__content {
    padding: 40px 24px 34px;
  }

  .avaImpact__eyebrow {
    font-size: 13px;
    letter-spacing: 3px;
  }

  .avaImpact__title {
    margin-top: 24px;

    font-size: clamp(33px, 9vw, 40px);
    line-height: 1.1;
  }

  .avaImpact__description {
    font-size: 16px;
    line-height: 1.7;
  }

  .avaImpact__photo {
    position: relative;
    right: auto;
    bottom: auto;

    width: 100%;
    height: 300px;

    object-position: center top;
  }

  .avaImpact__blue {
    border-radius: 24px 24px 0 0;
  }

  .avaImpact__grid {
    grid-template-columns: repeat(2, minmax(1, 2fr));
    gap: 12px;

    /* padding: 24px 12px 28px; */
  }

  .avaImpact__card {
    min-height: 105px;
    padding: 20px 9px;

    border-radius: 14px;
  }

  .avaImpact__icon {
    width: 58px;
    height: 58px;
    margin-bottom: 15px;
  }

  .avaImpact__icon svg {
    width: 31px;
    height: 31px;
  }

  .avaImpact__card strong,
  .avaImpact__card strong.avaImpact__hours {
    font-size: 20px;
    margin-bottom: 10px;
    letter-spacing: -0.8px;
  }

  .avaImpact__card p {
    min-height: 40px;

    font-size: 15px;
    line-height: 1.35;
  }

  .avaServices__grid {
    gap: 14px;
  }

  .avaService {
    gap: 17px;

    min-height: 104px;
    padding: 18px;
  }

  .avaService__icon {
    width: 62px;
    height: 62px;
    flex-basis: 62px;
  }

  .avaService h3 {
    font-size: 17px;
    line-height: 1.45;
  }

  .avaServices__dots,
  .avaServices__wave {
    display: none;
  }

  .avaWhy__image {
    height: 300px;
  }

  .avaWhy__item strong {
    font-size: 22px;
  }

  .avaWhy__item strong.avaWhy__number {
    font-size: 34px;
  }

  .avaWhy__item h3 {
    font-size: 19px;
  }

  .avaWhy__item p {
    font-size: 16px;
    line-height: 1.65;
  }

  .avaWork__step {
    padding: 24px 20px;
  }

  .avaWork__iconCircle {
    width: 86px;
    height: 86px;
  }

  .avaWork__iconCircle > svg {
    width: 38px;
    height: 38px;
  }

  .avaWork__number {
    font-size: 15px;
  }

  .avaWork__step h3 {
    font-size: 22px;
  }

  .avaWork__step p {
    font-size: 16px;
    line-height: 1.65;
  }

  .avaCta__container {
    width: 100%;
    min-height: 0;
    padding: 40px 22px;

    border-radius: 18px;
  }

  .avaCta__visual {
    display: grid;
    gap: 14px;

    min-height: 0;
    margin-top: 34px;
  }

  .avaCta__miniCard,
  .avaCta__trust {
    position: relative;
    inset: auto;

    width: 100%;
    min-height: 0;
  }

  .avaCta__miniCard strong {
    font-size: 27px;
  }

  .avaCta__miniCard span,
  .avaCta__trust strong,
  .avaCta__trust p {
    font-size: 15px;
  }

  .avaCta__circle {
    display: none;
  }

  .avaFooter__main {
    padding: 52px 18px 38px;
  }

  .avaFooter__container {
    grid-template-columns: 1fr;
    gap: 34px;

    width: 100%;
  }

  .avaFooter__brand {
    grid-column: auto;
  }

  .avaFooter__about,
  .avaFooter__contactItem,
  .avaFooter__column a,
  .avaFooter__trust,
  .avaFooter__contactButton {
    font-size: 15px;
  }

  .avaFooter__column h3 {
    font-size: 18px;
  }

  .avaFooter__bottomContainer {
    flex-direction: column;
    align-items: flex-start;

    padding: 22px 18px;
  }

  .avaFooter__bottom p,
  .avaFooter__bottomLinks a {
    font-size: 14px;
  }

  .avaFooter__bottomLinks {
    flex-wrap: wrap;
  }
}

@media (max-width: 420px) {
 .avaImpact__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

    gap: 10px;
    width: 100%;
    padding: 14px;
  }

  .avaImpact__card {
    width: 100%;
    min-width: 0;
    min-height: 140px;
    padding: 12px 8px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-align: center;
    border-radius: 12px;
  }

    .avaWork {
    padding: 42px 14px;
  }

  .avaWork__container {
    width: 100%;
  }

  /* Compact heading */

  .avaWork__heading h2 {
    margin-top: 12px;

    font-size: 30px;
    line-height: 1.15;
  }

  .avaWork__description {
    margin-top: 10px;

    font-size: 15px;
    line-height: 1.55;
  }

  .avaWork__description br {
    display: none;
  }

  /* Reduce space above cards */

  .avaWork__flow {
    margin-top: 24px;
  }

  /* Hide desktop connection elements */

  .avaWork__track,
  .avaWork__arrow {
    display: none;
  }

  /* Two cards in every row */

  .avaWork__steps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 10px;
    width: 100%;
  }

  .avaWork__step {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    min-width: 0;
    min-height: 155px;
    padding: 14px 8px;

    text-align: center;

    background: #ffffff;
    border: 1px solid #e1e9f5;
    border-radius: 12px;

    box-shadow: 0 5px 15px rgba(6, 26, 64, 0.05);
  }

  /* Center the fifth card */

  .avaWork__step:last-child {
    grid-column: 1 / -1;

    width: calc(50% - 5px);
    justify-self: center;
  }

  /* Smaller icons */

  .avaWork__iconCircle {
    width: 54px;
    height: 54px;
  }

  .avaWork__iconCircle > svg {
    width: 25px;
    height: 25px;
  }

  .avaWork__iconMark {
    top: 5px;
    right: 3px;
  }

  .avaWork__iconMark svg {
    width: 11px;
    height: 11px;
  }

  /* Compact number */

  .avaWork__number {
    margin-top: 8px;

    font-size: 11px;
    line-height: 1;
  }

  /* Remove unnecessary decorative lines */

  .avaWork__numberLine,
  .avaWork__titleLine {
    display: none;
  }

  /* Compact title */

  .avaWork__step h3 {
    margin-top: 6px;

    font-size: 17px;
    line-height: 1.2;
  }

  /* Compact description */

  .avaWork__step p {
    margin-top: 6px;

    font-size: 12px;
    line-height: 1.35;
  }

  .avaWork__step p br {
    display: none;
  }


}

@media (max-width: 380px) {
  .avaHeader__container {
    width: calc(100% - 22px);
  }

  .avaHeader__brandText small {
    display: none;
  }

  .avaHeader__navigation {
    width: 94%;
  }

  .ava-hero__content {
    width: calc(100% - 24px);
  }

  .avaOverview,
  .avaServices,
  .avaWhy,
  .avaWork,
  .avaCta {
    padding-right: 12px;
    padding-left: 12px;
  }

  .ava-hero__title {
    font-size: 34px;
  }

  .avaOverview__heading,
  .avaServices__heading h2,
  .avaWhy__content h2,
  .avaWork__heading h2,
  .avaCta__content h2 {
    font-size: 30px;
  }

  .avaImpact__content,
  .avaCta__container {
    padding-right: 18px;
    padding-left: 18px;
  }
}

@media (hover: none) and (pointer: coarse) {
  .ava-button:hover,
  .avaOverview__card:hover,
  .avaService:hover,
  .avaWhy__item:hover,
  .avaWork__step:hover .avaWork__iconCircle,
  .avaCta__button:hover,
  .avaFooter__socials a:hover,
  .avaFooter__contactButton:hover,
  .avaHeader__cta:hover,
  .avaHeader__link:hover {
    transform: none;
  }

  a,
  button {
    -webkit-tap-highlight-color: transparent;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}