:root {
  --black: #060e13;
  --muted: #767676;
  --gray: #9d9d9d;
  --blue: #0a36a1;
  --yellow: #f9c849;
  --red: #fb6255;
  --soft: rgba(255, 255, 255, 0.66);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  background: #fff;
  color: var(--black);
  font-family: "IBM Plex Sans", sans-serif;
  overflow-x: hidden;
}

.stage {
  width: 100%;
  min-height: 7203px;
  display: flex;
  justify-content: center;
}

.page {
  width: 1440px;
  height: 7203px;
  position: relative;
  overflow: hidden;
  background: #fff;
  transform-origin: top center;
}

.abs {
  position: absolute;
}

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

.label {
  margin: 0;
  color: var(--gray);
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1 {
  width: 540px;
  font-size: 55px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}

h1 em {
  display: block;
  color: #f7a430;
  font-style: normal;
}

h2 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
}

h3 {
  font-size: 24px;
  line-height: 1.08;
  font-weight: 700;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  border-radius: 900px;
  background: var(--blue);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.96px;
  font-size: 16px;
  line-height: 1.4;
}

.btn.big {
  width: 254px;
  height: 82px;
  padding: 30px;
}

.btn.small {
  width: 174px;
  height: 47px;
  font-size: 12px;
  letter-spacing: 0.72px;
}

.btn b {
  display: inline-block;
  transform: rotate(-90deg);
  font-weight: 400;
}

.logo {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: linear-gradient(180deg, #1895f2, #0b3ea9);
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
  text-shadow: 0 4px 4.9px var(--blue);
}

.header {
  left: 100px;
  top: 45px;
  width: 1240px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav {
  margin-left: 362px;
  display: flex;
  gap: 30px;
}

.nav a,
.head-right span,
.foot-nav a {
  color: var(--gray);
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}

.nav .active {
  color: var(--blue);
}

.head-right {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 50px;
}

.screen {
  left: 100px;
  width: 1240px;
}

.hero {
  top: 170px;
  height: 710px;
}

.hero .copy {
  position: absolute;
  left: -2px;
  top: 60px;
  width: 610px;
}

.hero .copy p {
  width: 540px;
  margin-top: 30px;
  color: var(--muted);
  font-size: 24px;
  line-height: normal;
}

.hero .copy .btn {
  margin-top: 50px;
}

.hero-art {
  position: absolute;
  left: 606px;
  top: 0;
  width: 634px;
  height: 546px;
}

.hero-art .circle,
.review-orbit {
  position: absolute;
  width: 532px;
  height: 532px;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.05) 47%, transparent 68%);
}

.hero-art .circle {
  left: 119px;
  top: 18px;
}

.panel {
  position: absolute;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: -20px 14px 42.9px rgba(249, 200, 73, 0.36);
  backdrop-filter: blur(4px);
}

.score-card {
  left: 0;
  top: 57px;
  width: 397px;
  height: 264.67px;
  padding: 30px 32px 20px;
}

.score-card p,
.search-card p {
  color: var(--muted);
  font-size: 16px;
  line-height: normal;
}

.chart-bars {
  position: absolute;
  left: 83px;
  top: 90px;
  width: 288px;
  height: 122px;
  display: flex;
  align-items: flex-end;
  gap: 10px;
}

.chart-bars span {
  width: 23.14px;
  height: var(--h);
  border-radius: 2px;
  background: var(--red);
}

.chart-bars .blue {
  background: #82b1e2;
}

.score-card small {
  position: absolute;
  left: 83px;
  top: 232px;
  color: var(--muted);
  font-size: 10px;
}

.search-card {
  left: 166px;
  top: 342px;
  width: 468px;
  height: 204px;
  padding: 30px;
  box-shadow: 18px 22px 42.9px rgba(249, 200, 73, 0.36);
}

.search-card p {
  color: #fff;
}

.search-row {
  width: 408px;
  height: 62px;
  margin-top: 16px;
  padding: 3px 3px 3px 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 77px;
  background: #f5f5f6;
}

.search-row span {
  color: #cdcccc;
  font-size: 16px;
}

.search-row button {
  width: 100px;
  height: 56px;
  border: 0;
  border-radius: 900px;
  background: var(--red);
  color: #fff;
  font: inherit;
  font-size: 16px;
}

.search-kpis {
  width: 279px;
  padding-left: 26px;
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  color: #fff;
}

.search-kpis b {
  display: block;
  font-size: 16px;
}

.search-kpis span {
  display: block;
  font-size: 10px;
}

.client-card {
  left: 417px;
  top: 29px;
  width: 217px;
  height: 217px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  box-shadow: 14px -14px 37.4px rgba(120, 120, 120, 0.18);
}

.user-icon {
  position: absolute;
  left: -25px;
  top: -25px;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  display: grid;
  place-items: center;
}

.avatar {
  border-radius: 50%;
  background: linear-gradient(145deg, var(--yellow), var(--red));
}

.client-card .avatar {
  width: 89px;
  height: 89px;
}

.client-card b {
  margin-top: 9px;
  font-size: 24px;
}

.client-card span {
  color: var(--muted);
  font-size: 16px;
}

.stars {
  margin-top: 11px;
  color: var(--yellow);
  letter-spacing: 3px;
}

.hero-points {
  position: absolute;
  left: 0;
  top: 653px;
  width: 1240px;
  display: flex;
  justify-content: space-between;
}

.hero-points article {
  width: 400px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.hero-points i,
.step-numbers i {
  width: 57px;
  height: 57px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--yellow);
  color: #fff;
  font-style: normal;
  font-size: 24px;
  font-weight: 700;
}

.hero-points p {
  width: 328px;
  color: var(--muted);
  font-size: 20px;
  line-height: normal;
}

.problem {
  top: 1070px;
  height: 642px;
  left: 98px;
  width: 1242px;
}

.problem h2 {
  position: absolute;
  left: 0;
  top: 32px;
  width: 542px;
  height: 290px;
}

.problem .lead {
  position: absolute;
  left: 0;
  top: 352px;
  width: 521px;
  color: var(--muted);
  font-size: 24px;
  line-height: normal;
}

.problem-grid {
  position: absolute;
  left: 632px;
  top: 32px;
  width: 610px;
  height: 610px;
  display: grid;
  grid-template-columns: 295px 295px;
  gap: 20px;
}

.problem-grid article,
.feature-card {
  position: relative;
  padding: 34px;
  border-radius: 15px;
  background: var(--soft);
  box-shadow: 0 13px 29.6px #dbe8f5;
}

.problem-grid h3,
.feature-card h3 {
  margin-bottom: 20px;
}

.problem-grid p,
.feature-card p {
  color: var(--muted);
  font-size: 16px;
  line-height: normal;
}

.solution {
  left: -1px;
  top: 1902px;
  width: 1441.65px;
  height: 873px;
  color: #fff;
}

.solution-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(126deg, #0a36a1 0%, #58a4f4 48%, #fb6255 100%);
}

.solution .label {
  position: absolute;
  left: 98.65px;
  top: 45.94px;
  color: rgba(255, 255, 255, 0.78);
}

.solution h2 {
  position: absolute;
  left: 390px;
  top: 76.9px;
  width: 661px;
  text-align: center;
}

.solution .center-copy {
  position: absolute;
  left: 460px;
  top: 280.68px;
  width: 521px;
  text-align: center;
  font-size: 24px;
}

.solution .risk {
  position: absolute;
  left: 766px;
  top: 793px;
  width: 321px;
  font-size: 20px;
}

.metric {
  position: absolute;
  top: 488px;
  width: 610px;
  height: 294.66px;
  padding: 30px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.3);
}

.m-left {
  left: 101px;
}

.m-right {
  left: 731px;
}

.metric span {
  color: var(--black);
  font-size: 24px;
  font-weight: 700;
}

.metric b {
  display: block;
  color: var(--black);
  font-size: 55px;
  line-height: 1.2;
}

.metric small {
  position: absolute;
  left: 54px;
  bottom: 45px;
  color: var(--black);
  font-size: 24px;
}

.mini-bars {
  position: absolute;
  right: 40px;
  bottom: 44px;
  width: 278px;
  height: 180px;
  display: flex;
  align-items: flex-end;
  gap: 8px;
}

.mini-bars i {
  width: 50px;
  border-radius: 5px;
  background: #f5f5f5;
}

.mini-bars.low i:nth-child(1) { height: 125px; }
.mini-bars.low i:nth-child(2) { height: 71px; }
.mini-bars.low i:nth-child(3) { height: 83px; }
.mini-bars.low i:nth-child(4) { height: 45px; }
.mini-bars.low i:nth-child(5) { height: 9px; }
.mini-bars.high i:nth-child(1) { height: 158px; }
.mini-bars.high i:nth-child(2) { height: 146px; }
.mini-bars.high i:nth-child(3) { height: 116px; }
.mini-bars.high i:nth-child(4) { height: 179px; }
.mini-bars.high i:nth-child(5) { height: 63px; }

.steps {
  top: 2965px;
  height: 452px;
}

.steps h2 {
  position: absolute;
  left: 396px;
  top: 32px;
  width: 448px;
  text-align: center;
}

.step-line {
  position: absolute;
  left: 334px;
  top: 328px;
  width: 572px;
  height: 6px;
  border-radius: 900px;
  background: #d8d8d8;
}

.step-line span {
  display: block;
  width: 174.6px;
  height: 6px;
  border-radius: 900px;
  background: var(--yellow);
}

.step-numbers {
  position: absolute;
  left: 280px;
  top: 302px;
  width: 680px;
  display: flex;
  justify-content: space-between;
}

.steps .st {
  position: absolute;
  width: 203px;
  color: var(--muted);
  text-align: center;
  font-size: 20px;
}

.st1 { left: 206px; top: 386px; }
.st2 { left: 520px; top: 396px; }
.st3 { left: 830px; top: 400px; }

.features {
  top: 3693px;
  height: 1000px;
}

.features h2,
.niche h2,
.reviews h2 {
  position: absolute;
  left: 349px;
  top: 32px;
  width: 542px;
  text-align: center;
}

.feature-grid {
  position: absolute;
  left: 0;
  top: 248px;
  width: 1240px;
  height: 610px;
  display: grid;
  grid-template-columns: 295px 295px 295px 295px;
  grid-auto-rows: 295px;
  gap: 20px;
}

.feature-card.wide {
  grid-column: span 2;
}

.line-chart,
.area-chart {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 35px;
  height: 90px;
  border-radius: 10px;
  overflow: hidden;
}

.line-chart::before,
.line-chart::after,
.area-chart::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(165deg, transparent 0 20%, #82b1e2 21% 23%, transparent 24% 45%, #fb6255 46% 48%, transparent 49% 100%);
}

.area-chart::before {
  background:
    linear-gradient(172deg, transparent 0 25%, rgba(120, 120, 120, 0.5) 26% 48%, transparent 49%),
    linear-gradient(180deg, transparent, rgba(170, 170, 170, 0.28));
}

.features .more {
  position: absolute;
  left: 493px;
  top: 918px;
}

.niche {
  top: 4883px;
  height: 434px;
}

.chips-box {
  position: absolute;
  left: 0;
  top: 139px;
  width: 1240px;
  height: 295px;
  padding: 47px 85px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 13px 29.6px #dbe8f5;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  gap: 30px 23px;
}

.chips-box span {
  height: 47px;
  padding: 15px 30px;
  border: 1px solid var(--black);
  border-radius: 900px;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.72px;
  text-transform: uppercase;
}

.reviews {
  top: 5507px;
  height: 742px;
}

.review-orbit {
  left: 708px;
  top: 210px;
}

.reviews h2 {
  top: 32px;
}

.donut {
  position: absolute;
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-align: center;
  background:
    radial-gradient(circle, #fff 0 57%, transparent 58%),
    conic-gradient(var(--red) 0 70deg, #d8d8d8 70deg 360deg);
}

.donut b {
  font-size: 48px;
}

.donut span {
  margin-top: -32px;
  font-size: 12px;
}

.d-small {
  left: 0;
  top: 241px;
  width: 200px;
  height: 200px;
}

.d-large {
  left: 105px;
  top: 441px;
  width: 260px;
  height: 260px;
  background:
    radial-gradient(circle, #fff 0 57%, transparent 58%),
    conic-gradient(var(--yellow) 0 230deg, #d8d8d8 230deg 360deg);
}

.review {
  position: absolute;
  width: 417.55px;
  height: 148.54px;
  padding: 24px;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: -20px 14px 42.9px rgba(249, 200, 73, 0.43);
}

.review h3 {
  position: absolute;
  left: 147px;
  top: 24px;
  font-size: 20px;
}

.review p {
  position: absolute;
  left: 147px;
  top: 55px;
  width: 249px;
  color: var(--muted);
  font-size: 10px;
}

.review span {
  position: absolute;
  left: 147px;
  bottom: 18px;
  color: var(--yellow);
  letter-spacing: 3px;
}

.review .avatar {
  position: absolute;
  width: 95.83px;
  height: 95.83px;
}

.r1 { left: 595px; top: 248px; }
.r2 { left: 804px; top: 417px; }
.r3 { left: 619px; top: 586px; }
.r1 .avatar,
.r3 .avatar { left: 24px; top: 24px; }
.r2 .avatar { right: 24px; top: 24px; }
.r2 h3,
.r2 p,
.r2 span { left: 24px; }

.final {
  top: 6439px;
  height: 492px;
}

.final .label {
  position: absolute;
  left: 0;
  top: 0;
}

.final h2 {
  position: absolute;
  left: 349px;
  top: 32px;
  width: 542px;
  text-align: center;
}

.final p:not(.label) {
  position: absolute;
  left: 359px;
  top: 236px;
  width: 521px;
  color: var(--muted);
  text-align: center;
  font-size: 24px;
}

.final .btn {
  position: absolute;
  left: 492px;
  top: 410px;
}

.footer {
  left: 0;
  top: 7121px;
  width: 1440px;
  height: 82px;
  padding: 20px 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--blue);
}

.mini-logo {
  width: 39px;
  height: 39px;
  border-radius: 9.75px;
  font-size: 31.2px;
}

.foot-nav {
  display: flex;
  gap: 30px;
}

.foot-nav .active {
  color: #fff;
}

.soft-bg {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.18;
  background: #82b1e2;
}

.b1 { left: 900px; top: 2250px; width: 900px; height: 900px; }
.b2 { left: -360px; top: 4250px; width: 850px; height: 850px; }
.b3 { left: 780px; top: 5750px; width: 900px; height: 900px; }

.decor {
  position: absolute;
  pointer-events: none;
}

.dash {
  width: 180px;
  height: 100px;
  background: repeating-linear-gradient(135deg, transparent 0 12px, #d8d8d8 12px 15px, transparent 15px 28px);
  opacity: 0.55;
}

.d1 { right: -5px; top: 825px; transform: rotate(-8deg); }
.d2 { right: -12px; top: 3290px; transform: rotate(-8deg); }

.wave {
  width: 190px;
  height: 80px;
  border-bottom: 4px solid #f7a430;
  border-radius: 50%;
  opacity: 0.55;
}

.w1 { left: 445px; top: 3486px; }
.w2 { left: -44px; top: 4561px; transform: rotate(-35deg); }

.spark {
  color: #f7a430;
  font-size: 40px;
}

.s1 { left: 1075px; top: 6749px; }
.s2 { left: 1228px; top: 3824px; }

@media (min-width: 1441px) {
  .stage {
    padding: 0;
  }
}

@media (max-width: 767px) {
  body {
    background: #fff;
  }

  .stage {
    display: block;
    min-height: 0;
    height: auto;
  }

  .page {
    width: 100%;
    height: auto;
    min-height: 0;
    overflow: hidden;
    padding: 14px 14px 0;
    transform: none !important;
  }

  .abs,
  .screen,
  .header,
  .footer {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    height: auto;
  }

  .soft-bg,
  .decor,
  .hero-art .circle,
  .review-orbit {
    display: none;
  }

  .header {
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 34px;
  }

  .logo {
    width: 39px;
    height: 39px;
    border-radius: 9.75px;
    font-size: 31px;
  }

  .nav {
    display: none;
  }

  .head-right {
    margin: 0;
    gap: 14px;
  }

  .head-right span {
    font-size: 12px;
  }

  .btn.small {
    display: none;
  }

  h1 {
    width: 100%;
    font-size: 34px;
    line-height: 1.12;
  }

  h2 {
    width: 100%;
    font-size: 28px;
    line-height: 1.16;
  }

  h3 {
    font-size: 18px;
  }

  .label {
    font-size: 12px;
    letter-spacing: 0.72px;
  }

  .btn.big {
    width: 181px;
    height: 47px;
    padding: 15px 24px;
    font-size: 12px;
    letter-spacing: 0.72px;
  }

  .hero {
    display: flex;
    flex-direction: column;
    gap: 28px;
  }

  .hero .copy {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
  }

  .hero .copy p {
    width: 100%;
    margin-top: 18px;
    font-size: 16px;
  }

  .hero .copy .btn {
    margin-top: 26px;
  }

  .hero-art {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: 366px;
  }

  .score-card {
    left: 0;
    top: 0;
    width: 255px;
    height: 172px;
    padding: 16px 18px;
  }

  .score-card p,
  .search-card p {
    font-size: 12px;
  }

  .chart-bars {
    left: 45px;
    top: 58px;
    width: 184px;
    height: 86px;
    gap: 6px;
  }

  .chart-bars span {
    width: 15px;
    max-height: 86px;
  }

  .score-card small {
    left: 45px;
    top: 148px;
    font-size: 8px;
  }

  .search-card {
    left: auto;
    right: 0;
    top: 188px;
    width: 310px;
    height: 136px;
    padding: 14px;
  }

  .search-row {
    width: 100%;
    height: 42px;
    margin-top: 10px;
    padding: 3px 3px 3px 16px;
  }

  .search-row span,
  .search-row button {
    font-size: 12px;
  }

  .search-row button {
    width: 68px;
    height: 36px;
  }

  .search-kpis {
    width: 210px;
    padding-left: 16px;
    margin-top: 10px;
  }

  .search-kpis b {
    font-size: 12px;
  }

  .search-kpis span {
    font-size: 8px;
  }

  .client-card {
    left: auto;
    right: 12px;
    top: 24px;
    width: 118px;
    height: 118px;
    padding-top: 12px;
  }

  .user-icon {
    width: 30px;
    height: 30px;
    left: -12px;
    top: -12px;
    font-size: 8px;
  }

  .client-card .avatar {
    width: 44px;
    height: 44px;
  }

  .client-card b {
    margin-top: 5px;
    font-size: 14px;
  }

  .client-card span {
    font-size: 8px;
  }

  .stars {
    margin-top: 5px;
    font-size: 8px;
    letter-spacing: 1px;
  }

  .hero-points {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 6px;
  }

  .hero-points article {
    width: 100%;
  }

  .hero-points i,
  .step-numbers i {
    width: 32px;
    height: 32px;
    font-size: 14px;
    flex: 0 0 auto;
  }

  .hero-points p {
    width: auto;
    font-size: 14px;
  }

  .problem,
  .solution,
  .steps,
  .features,
  .niche,
  .reviews,
  .final {
    height: auto;
    margin-top: 86px;
  }

  .problem h2,
  .problem .lead,
  .features h2,
  .niche h2,
  .reviews h2,
  .final h2,
  .solution .label,
  .solution h2,
  .solution .center-copy,
  .solution .risk,
  .steps h2,
  .final .label,
  .final p:not(.label),
  .final .btn {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
  }

  .problem h2,
  .features h2,
  .niche h2,
  .reviews h2,
  .final h2,
  .steps h2,
  .solution h2 {
    margin-top: 10px;
    text-align: center;
  }

  .problem h2 {
    display: block;
    min-height: 0;
  }

  .problem .lead,
  .final p:not(.label),
  .solution .center-copy {
    margin-top: 18px;
    font-size: 16px;
    text-align: center;
  }

  .problem-grid {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 28px;
  }

  .problem-grid article,
  .feature-card {
    padding: 16px;
    border-radius: 12px;
  }

  .problem-grid h3,
  .feature-card h3 {
    margin-bottom: 10px;
    font-size: 13px;
  }

  .problem-grid p,
  .feature-card p {
    font-size: 10px;
  }

  .solution {
    left: -14px;
    width: calc(100% + 28px);
    padding: 48px 14px 58px;
  }

  .solution-bg {
    border-radius: 0;
  }

  .solution .center-copy {
    color: #fff;
  }

  .solution .risk {
    margin-top: 22px;
    text-align: center;
    font-size: 13px;
  }

  .metric {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: 156px;
    margin-top: 16px;
    padding: 18px;
  }

  .metric span {
    font-size: 14px;
  }

  .metric b {
    font-size: 34px;
  }

  .metric small {
    left: 24px;
    bottom: 22px;
    font-size: 14px;
  }

  .mini-bars {
    right: 18px;
    bottom: 20px;
    width: 150px;
    height: 96px;
    gap: 5px;
  }

  .mini-bars i {
    width: 26px;
    max-height: 96px;
  }

  .steps {
    min-height: 310px;
  }

  .step-line {
    left: 50%;
    top: 170px;
    width: 72%;
    transform: translateX(-50%);
  }

  .step-line span {
    width: 32%;
  }

  .step-numbers {
    left: 50%;
    top: 157px;
    width: 84%;
    transform: translateX(-50%);
  }

  .steps .st {
    top: 212px;
    width: 30%;
    font-size: 10px;
  }

  .st1 { left: 4%; }
  .st2 { left: 35%; }
  .st3 { left: 66%; }

  .feature-grid {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    margin-top: 28px;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(132px, auto);
    gap: 8px;
  }

  .feature-card.wide {
    grid-column: span 2;
    min-height: 214px;
    padding-bottom: 82px;
  }

  .line-chart,
  .area-chart {
    left: 16px;
    right: 16px;
    bottom: 18px;
    height: 48px;
  }

  .features .more {
    position: relative;
    left: 50%;
    top: auto;
    margin-top: 28px;
    transform: translateX(-50%);
  }

  .chips-box {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    min-height: 172px;
    margin-top: 28px;
    padding: 14px;
    gap: 8px;
    border-radius: 18px;
  }

  .chips-box span {
    height: auto;
    padding: 8px 10px;
    font-size: 8px;
    letter-spacing: 0.48px;
  }

  .reviews {
    min-height: 0;
    display: block;
  }

  .d-small {
    display: none;
    position: relative;
    left: auto;
    top: auto;
    width: 102px;
    height: 102px;
    margin-top: 28px;
    vertical-align: middle;
  }

  .d-large {
    display: none;
    position: relative;
    left: auto;
    top: auto;
    width: 130px;
    height: 130px;
    margin: 28px 0 20px 16px;
    vertical-align: middle;
  }

  .donut b {
    font-size: 24px;
  }

  .donut span {
    margin-top: -18px;
    font-size: 8px;
  }

  .review {
    position: relative;
    width: 100%;
    min-height: 124px;
    height: auto;
    padding: 14px;
    margin-top: 12px;
  }

  .review h3 {
    left: 88px;
    top: 16px;
    font-size: 12px;
  }

  .review p {
    left: 88px;
    top: 37px;
    width: calc(100% - 104px);
    font-size: 8px;
  }

  .review span {
    left: 88px;
    bottom: 10px;
    font-size: 8px;
    letter-spacing: 1px;
  }

  .review .avatar {
    width: 58px;
    height: 58px;
  }

  .r1 {
    left: auto;
    top: auto;
  }

  .r2 {
    left: auto;
    top: auto;
  }

  .r3 {
    left: auto;
    top: auto;
    width: 100%;
  }

  .r1 .avatar,
  .r3 .avatar {
    left: 14px;
    top: 18px;
  }

  .r2 .avatar {
    right: 14px;
    top: 18px;
  }

  .r2 h3,
  .r2 p,
  .r2 span {
    left: 14px;
  }

  .r2 p {
    width: calc(100% - 100px);
  }

  .final {
    margin-bottom: 70px;
    text-align: center;
  }

  .final .btn {
    width: 181px;
    margin-top: 26px;
  }

  .footer {
    left: -14px;
    width: calc(100% + 28px);
    height: 44px;
    padding: 6px 14px;
    margin-top: 0;
  }

  .mini-logo {
    width: 24px;
    height: 24px;
    border-radius: 5px;
    font-size: 18px;
  }

  .foot-nav {
    gap: 12px;
  }

  .foot-nav a {
    font-size: 8px;
    letter-spacing: 0.48px;
  }
}
