.acr-red {
  color: #ff6467;
}

.acr-container {
  max-width: 1422px;
  margin: 0 auto;
}

@media screen and (max-width: 1500px) {
  .acr-container {
    max-width: 100%;
    padding: 0 20px;
  }
}

.acr-header-home-link {
  display: flex;
  align-items: center;
  line-height: 0;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
}

.acr-header-home-link:hover,
.acr-header-home-link:focus-visible {
  opacity: 0.9;
}

.acr-header-logo {
  width: 50px;
  display: flex;
  align-items: center;
}

.acr-header-logo img {
  width: 100%;
}

.acr-header {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 44px;
  padding-top: 60px;
}

.acr-block {
  display: grid;
  grid-template-columns: 720fr 550fr;
  align-items: flex-start;
  gap: 88px;
  margin-bottom: 60px;
}

@media screen and (max-width: 1200px) {
  .acr-block {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 768px) {
  .acr-block {
    gap: 40px;
    margin-bottom: 20px;
  }
  .acr-header {
    padding-top: 20px;
  }
}

.acr-info-title {
  color: #f6f6f6;
  font-family: 'Inter', sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 68px;
  letter-spacing: -1px;
  margin-bottom: 24px;
}

.acr-info-text {
  color: #cfcfcf;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.2px;
  margin-bottom: 48px;
}

.acr-info-buttons {
  padding: 24px 0;
  margin-bottom: 24px;
  display: flex;
  gap: 16px;
}

.acr-button-red {
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 16px;
  border: 1px solid #000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), #fc3039;
  color: #f6f6f6;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  cursor: pointer;
  transition: 0.3s;
}
.acr-button-red:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), #d4131d;
}

.acr-button-transparent {
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 16px;
  border: 1px solid #565656;
  background: rgba(38, 38, 38, 0.3);
  color: #fafafa;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  cursor: pointer;
  transition: 0.3s;
}

.acr-button-transparent:hover {
  background: rgba(38, 38, 38, 0.5);
}

.acr-info-items {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 24px;
}

.acr-info-item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 12px;
  min-height: 124px;
  padding: 24px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(151.03deg, #18181b 0%, rgba(24, 24, 27, 0.8) 99.99%, rgba(24, 24, 27, 0.5) 100%);
}

.acr-info-item:first-child {
  width: 224px;
  max-width: 100%;
  flex: 1;
}

.acr-info-item:not(:first-child) {
  flex: 1 1 0;
  min-width: 0;
}

.acr-info-item-title {
  margin: 0;
  color: #bfbfbf;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
}

.acr-info-item-value {
  margin: 0;
  width: 100%;
  color: #f6f6f6;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}

.acr-calc {
  min-width: 0;
  align-self: start;
  width: 100%;
  box-sizing: border-box;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 24px 32px;
  background: linear-gradient(180deg, #09090b 0%, rgba(21, 21, 23, 0.97) 50%, #09090b 100%);
}

.acr-calc__head {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 32px;
}

.acr-calc__kicker {
  margin: 0;
  padding-right: 24px;
  color: #bfbfbf;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.acr-calc__title {
  margin: 0;
  color: #f6f6f6;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
}

.acr-calc__body {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.acr-calc__toggles-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 24px 48px;
  padding-bottom: 24px;
}

.acr-calc__segment {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  border-radius: 16px;
  background: #18181b;
}

.acr-calc__segment-btn {
  margin: 0;
  padding: 4px 12px;
  border: none;
  border-radius: 16px;
  background: transparent;
  color: #cfcfcf;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  cursor: pointer;
  white-space: nowrap;
}

.acr-calc__segment-btn--active {
  background: #fff;
  color: #000;
  font-weight: 600;
}

.acr-calc__field {
  padding-bottom: 32px;
}

.acr-calc__field-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 8px;
}

.acr-calc__field-label {
  color: #cfcfcf;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.acr-calc__field-value {
  color: #f6f6f6;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

label.acr-calc__field-label {
  cursor: pointer;
}

.acr-calc__slider {
  width: 100%;
  padding: 3px 0;
  box-sizing: border-box;
}

.acr-calc__range {
  --acr-pct: 0%;
  display: block;
  width: 100%;
  height: 22px;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
  vertical-align: middle;
}

.acr-calc__range:focus {
  outline: none;
}

.acr-calc__range:focus-visible {
  outline: 2px solid #3169ed;
  outline-offset: 3px;
}

.acr-calc__range::-webkit-slider-runnable-track {
  height: 16px;
  border-radius: 16px;
  background: linear-gradient(to right, #f6f6f6 var(--acr-pct), #0f172a var(--acr-pct));
}

.acr-calc__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 22px;
  height: 22px;
  margin-top: -3px;
  border-radius: 999px;
  background: #fc3039;
  border: 1px solid #e7000b;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
}

.acr-calc__range::-moz-range-track {
  height: 16px;
  border-radius: 16px;
  background: #0f172a;
}

.acr-calc__range::-moz-range-progress {
  height: 16px;
  border-radius: 16px;
  background: #f6f6f6;
}

.acr-calc__range::-moz-range-thumb {
  width: 22px;
  height: 22px;
  border: 1px solid #e7000b;
  border-radius: 999px;
  background: #fc3039;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
}

.acr-calc__slider-ticks {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 12px;
  gap: 4px;
  color: #bfbfbf;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.acr-calc__slider-ticks--ends {
  justify-content: space-between;
}

.acr-calc__highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  width: 100%;
  padding-bottom: 24px;
}

.acr-calc__card {
  flex: 1 1 200px;
  min-width: 0;
  box-sizing: border-box;
  padding: 16px 24px 24px 16px;
  border-radius: 12px;
}

.acr-calc__card--reward {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(171.14deg, #18181b 0%, rgba(24, 24, 27, 0.8) 100%, rgba(24, 24, 27, 0.5) 100%);
}

.acr-calc__card--rakeback {
  border: 1px solid rgba(94, 233, 181, 0.3);
  background: rgba(94, 233, 181, 0.1);
}

.acr-calc__card-label {
  margin: 0 0 4px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.acr-calc__card-label--blue {
  color: rgba(49, 105, 237, 0.7);
}

.acr-calc__card-label--green {
  color: rgba(94, 233, 181, 0.7);
  opacity: 0.85;
}

.acr-calc__card-amount {
  margin: 0;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
}

.acr-calc__card-amount--blue {
  color: #3169ed;
}

.acr-calc__card-amount--green {
  color: #5ee9b5;
}

.acr-calc__breakdown {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 24px;
}

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

.acr-calc__bd-box {
  padding: 16px 24px 24px 20px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(170.81deg, #18181b 0%, rgba(24, 24, 27, 0.8) 100%, rgba(24, 24, 27, 0.5) 100%);
}

.acr-calc__bd-label {
  margin: 0 0 8px;
  padding-right: 24px;
  color: #bfbfbf;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.acr-calc__bd-values {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 16px;
  font-size: 24px;
  line-height: 32px;
}

.acr-calc__bd-money {
  font-weight: 700;
  color: #3169ed;
  white-space: nowrap;
}

.acr-calc__bd-pct {
  font-weight: 500;
  color: #5ee9b5;
  white-space: nowrap;
}

.acr-calc__note {
  margin: 0;
  padding: 20px 20px 0 0;
  max-width: 100%;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.acr-calc__note--warn {
  color: #ff6467;
}

.acr-calc__note--muted {
  color: #c2c2c2;
}

@media screen and (max-width: 768px) {
  .acr-info-title {
    font-size: 32px;
    line-height: 32px;
  }

  .acr-info-text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
  }

  .acr-info-buttons {
    flex-direction: column;
  }

  .acr-button-red {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    padding: 12px;
  }

  .acr-button-transparent {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    padding: 12px;
  }

  .acr-info-items {
    flex-direction: column;
  }

  .acr-info-item {
    width: 100% !important;
    padding: 16px 16px 24px 16px;
    min-height: unset;
    justify-content: unset;
  }

  .acr-calc {
    padding: 24px 16px;
  }

  .acr-calc__kicker {
    font-size: 16px;
  }

  .acr-calc__title {
    font-size: 24px;
  }

  .acr-calc__breakdown {
    padding: 0;
    border: none;
  }

  .acr-calc__breakdown-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .acr-calc__bd-label {
    margin: 0;
    margin-bottom: 8px;
    padding: 0;
    padding-right: 40px;
  }

  .acr-calc__bd-values {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
}

.acr-spinz {
  box-sizing: border-box;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 120px;
}

.acr-spinz__header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 48px;
  max-width: 100%;
}

.acr-spinz__kicker {
  margin: 0;
  padding-right: 24px;
  color: #bfbfbf;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.acr-spinz__title {
  margin: 0;
  padding-right: 24px;
  color: #f6f6f6;
  font-family: Roboto, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.15;
}

.acr-spinz__subtitle {
  margin: 0;
  padding-right: 24px;
  color: #cfcfcf;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.2px;
}

.acr-spinz__cards {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 24px;
  width: 100%;
}

.acr-spinz__card {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex: 1 1 182px;
  min-width: 182px;
  max-width: 100%;
  padding: 20px 32px 32px 24px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(148.35deg, #18181b 0%, rgba(24, 24, 27, 0.8) 99.99%, rgba(24, 24, 27, 0.5) 100%);
}

.acr-spinz__icon-wrap {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(251, 44, 54, 0.1);
  border: 1px solid rgba(251, 44, 54, 0.2);
}

.acr-spinz__card-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  color: #f6f6f6;
}

.acr-spinz__card-title {
  margin: 0;
  width: 100%;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  color: #f6f6f6;
}

.acr-spinz__card-text {
  margin: 0;
  width: 100%;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.2px;
  color: #f6f6f6;
}

@media screen and (max-width: 1000px) {
  .acr-spinz__cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 768px) {
  .acr-spinz {
    padding-bottom: 20px;
  }

  .acr-spinz__kicker {
    font-size: 16px;
  }

  .acr-spinz__title {
    font-size: 36px;
  }

  .acr-spinz__subtitle {
    font-size: 16px;
    line-height: 24px;
  }

  .acr-spinz__cards {
    display: grid;
    grid-template-columns: 1fr;
  }

  .acr-spinz__card {
    padding: 16px 22px 32px 16px;
    gap: 24px;
    flex-direction: row;
  }
}

/* ACR Missions / Progress (Figma 139:690) — root: no horizontal padding */
.acr-missions {
  box-sizing: border-box;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 120px;
  padding-left: 0;
  padding-right: 0;
}

.acr-missions__header {
  max-width: 800px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 48px;
}

.acr-missions__kicker {
  margin: 0;
  padding-right: 24px;
  color: #bfbfbf;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.acr-missions__title {
  margin: 0;
  padding-right: 24px;
  color: #f6f6f6;
  font-family: Roboto, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.15;
}

.acr-missions__subtitle {
  margin: 0;
  padding-right: 24px;
  color: #cfcfcf;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.2px;
}

.acr-missions__roadmap {
  display: flex;
  flex-direction: column;
  gap: 28px;
  width: 100%;
}

.acr-missions__card {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
  padding: 24px 32px 32px 24px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(169.44deg, #18181b 0%, rgba(24, 24, 27, 0.8) 99.99%, rgba(24, 24, 27, 0.5) 100%);
}

.acr-missions__step-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  opacity: 0.82;
  box-shadow: 0 0 20px rgba(239, 68, 68, 0.4);
  border: 2px solid;
  box-sizing: border-box;
}

.acr-missions__step-icon img {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.acr-missions__step-icon--a {
  background: rgba(255, 132, 0, 0.2);
  border-color: #ff8400;
}

.acr-missions__step-icon--b {
  background: rgba(234, 66, 0, 0.2);
  border-color: #ea4200;
}

.acr-missions__step-icon--c {
  background: rgba(251, 44, 54, 0.2);
  border-color: #fb2c36;
}

.acr-missions__card-main {
  flex: 1 1 0;
  min-width: 0;
  padding-top: 4px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.acr-missions__card-title {
  margin: 0 0 16px;
  width: 100%;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  color: #f6f6f6;
}

.acr-missions__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin-bottom: 16px;
  width: 100%;
}

.acr-missions__tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 16px;
  background: #000;
  color: #cfcfcf;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  white-space: nowrap;
}

.acr-missions__tag img {
  display: block;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.acr-missions__stats {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 24px;
  width: 100%;
}

.acr-missions__stat {
  flex: 1 1 160px;
  box-sizing: border-box;
  min-width: 0;
  padding: 16px 24px 24px 16px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.acr-missions__stat--target {
  background: linear-gradient(165.6deg, #18181b 0%, rgba(24, 24, 27, 0.8) 99.99%, rgba(24, 24, 27, 0.5) 100%);
}

.acr-missions__stat--reward {
  background: rgba(49, 105, 237, 0.1);
}

.acr-missions__stat--rakeback {
  background: rgba(94, 233, 181, 0.1);
  border-color: rgba(94, 233, 181, 0.3);
}

.acr-missions__stat-label {
  margin: 0 0 8px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  color: #cfcfcf;
}

.acr-missions__stat-value {
  margin: 0;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  color: #f6f6f6;
}

.acr-missions__stat-value--blue {
  color: #3169ed;
}

.acr-missions__stat-value--green {
  color: #5ee9b5;
}

.acr-missions__rake-range {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
}

@media (max-width: 768px) {
  .acr-missions {
    padding-bottom: 20px;
  }

  .acr-missions__kicker {
    font-size: 16px;
    line-height: 24px;
  }

  .acr-missions__title {
    font-size: 36px;
  }

  .acr-missions__subtitle {
    font-size: 16px;
    line-height: 24px;
  }

  .acr-missions__card {
    flex-direction: column;
    padding: 16px;
  }

  .acr-missions__step-icon {
    position: absolute;
    right: 40px;
  }

  .acr-missions__stat {
    flex: 1 1 100%;
  }
}

.acr-build {
  box-sizing: border-box;
  width: 100%;
  padding: 60px 0 120px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
}

.acr-build__header {
  max-width: 800px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 48px;
}

.acr-build__kicker {
  margin: 0;
  padding-right: 24px;
  color: #bfbfbf;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.acr-build__title {
  margin: 0;
  padding-right: 24px;
  color: #f6f6f6;
  font-family: Roboto, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.15;
}

.acr-build__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.acr-build__section-intro {
  max-width: 720px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 32px;
}

.acr-build__section-intro--spaced {
  padding-top: 52px;
}

.acr-build__section-title {
  margin: 0;
  padding-right: 24px;
  color: #f6f6f6;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
}

.acr-build__section-text {
  margin: 0;
  padding-right: 24px;
  color: #cfcfcf;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.2px;
}

.acr-build__row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.acr-build__row--pair {
  gap: 32px;
  padding-bottom: 0;
}

.acr-build__row--triple {
  gap: 24px;
}

.acr-build__panel {
  box-sizing: border-box;
  flex: 1 1 280px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 32px 48px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, #09090b 0%, rgba(21, 21, 23, 0.97) 50%, #09090b 100%);
  overflow: hidden;
}

.acr-build__panel-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding-bottom: 24px;
}

.acr-build__panel-title {
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
  color: #f6f6f6;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.15;
}

.acr-build__panel-pct {
  margin: 0;
  flex-shrink: 0;
  font-family: 'Inter', sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  color: #5ee9b5;
}

.acr-build__list {
  box-sizing: border-box;
  width: 100%;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px 24px 28px 20px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(9, 9, 11, 0.5);
}

.acr-build__li {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
}

.acr-build__check-svg {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: block;
}

.acr-build__li-text {
  margin: 0;
  flex: 1 1 0;
  min-width: 0;
  color: #f6f6f6;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

@media (max-width: 1000px) {
  .acr-build__panel {
    padding: 18px 24px 18px;
  }

  .acr-build__list {
    padding: 16px 12px 18px 12px;
  }

  .acr-build__panel-title {
    font-size: 24px;
  }

  .acr-build__panel-pct {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .acr-build {
    padding-bottom: 20px;
  }

  .acr-build__kicker {
    font-size: 16px;
    line-height: 24px;
  }

  .acr-build__title {
    font-size: 36px;
    padding-right: 0;
  }

  .acr-build__section-title {
    font-size: 28px;
  }

  .acr-build__section-text {
    font-size: 16px;
    line-height: 24px;
  }
}

.acr-form {
  box-sizing: border-box;
  width: 100%;
  padding: 40px 0 200px;
}

.acr-form-wrap {
  display: flex;
  align-items: flex-start;
  gap: 88px;
  width: 100%;
}

.acr-form__aside {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 8px;
  max-width: 600px;
}

.acr-form__aside-kicker {
  margin: 0;
  color: #bfbfbf;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.acr-form__aside-title {
  margin: 0;
  color: #f6f6f6;
  font-family: 'Inter', sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.5px;
}

.acr-form__aside-text-wrap {
  margin-bottom: 65px;
}

.acr-form__aside-text {
  color: var(--text2, #cfcfcf);
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 130% */
  letter-spacing: 0.2px;
}

.acr-form__aside-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 8px;
}

.acr-form__aside-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 8px;
}

.acr-form__aside-row .acr-build__check-svg {
  flex-shrink: 0;
  margin-top: 2px;
}

.acr-form__aside-row-text {
  margin: 0;
  flex: 1 1 0;
  min-width: 0;
  color: #f6f6f6;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

button.acr-form__aside-row-text {
  padding: 0;
  border: none;
  background: transparent;
  text-align: left;
}

.acr-form__aside-row-copy {
  cursor: pointer;
  text-decoration: none;
}

.acr-form__aside-row-copy:hover {
  opacity: 0.9;
}

.acr-form__aside-row-copy:focus-visible {
  outline: 2px solid rgba(94, 233, 181, 0.55);
  outline-offset: 2px;
  border-radius: 6px;
}

a.acr-form__aside-row-link {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

a.acr-form__aside-row-link:hover {
  opacity: 0.9;
}

.acr-form__main {
  min-width: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.acr-form__main a {
  text-decoration: underline;
  transition: 0.3s;
}

.acr-form__main a:hover {
  opacity: 0.9;
}

.acr-form__shell {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 24px 32px 48px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(135deg, #18181b 0%, rgba(24, 24, 27, 0.8) 99.99%, rgba(24, 24, 27, 0.5) 100%);
}

.acr-form__form {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}

.acr-form__fields {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.acr-form__field {
  padding: 20px 44px 24px 24px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(9, 9, 11, 0.5);
  display: grid;
  grid-template-columns: 240px 1fr;
  align-items: center;
  column-gap: 24px;
}

.acr-form__field-body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.acr-form__field-body > .acr-form__err {
  margin-top: 8px;
  position: absolute;
  bottom: -22px;
}

.acr-form__field-body > .acr-form__hint {
  margin-top: 8px;
}

.acr-form__fields .acr-form__field:last-child {
  border-bottom: none;
}

.acr-form__consent-wrap {
  box-sizing: border-box;
  width: 100%;
  margin-top: 8px;
  padding: 20px 24px 18px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(9, 9, 11, 0.35);
  transition: border-color 0.2s ease, background 0.2s ease;
  position: relative;
}

.acr-form__consent-wrap--invalid {
  border-color: rgba(252, 48, 57, 0.55);
  background: rgba(42, 12, 14, 0.35);
}

.acr-form__consent {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.acr-form__checkbox {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin: 3px 0 0;
  padding: 0;
  border: 1px solid #f6f6f6;
  border-radius: 4px;
  background: transparent;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  display: block;
}

.acr-form__checkbox:checked::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 9px;
  border: solid #f6f6f6;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  box-sizing: border-box;
}

.acr-form__checkbox:focus-visible {
  outline: 2px solid rgba(246, 246, 246, 0.45);
  outline-offset: 2px;
}

.acr-form__consent-label {
  margin: 0;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: #cfcfcf;
  cursor: pointer;
}

.acr-form__consent-label .acr-form__consent-link,
a.acr-form__consent-link {
  color: #8fd9ff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.acr-form__consent-label .acr-form__consent-link:hover,
a.acr-form__consent-link:hover {
  color: #b8e7ff;
}

.acr-form__consent-wrap > .acr-form__err {
  margin-top: 8px;
  position: absolute;
  bottom: -22px;
}

.acr-form__field--hidden {
  display: none !important;
}

.acr-form__label {
  display: block;
  color: #cfcfcf;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.acr-form__textarea,
.acr-form__input {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #181818;
  color: #f6f6f6;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 24px;
  resize: vertical;
  min-height: 52px;
}

.acr-form__textarea::placeholder,
.acr-form__input::placeholder {
  color: #8b8b8b;
}

.acr-form__textarea:focus,
.acr-form__input:focus {
  outline: none;
  border-color: rgba(94, 233, 181, 0.45);
}

.acr-form__textarea.acr-form__input--invalid,
.acr-form__input.acr-form__input--invalid {
  border-color: rgba(252, 48, 57, 0.7);
}

.acr-form__hint {
  margin: 8px 0 0;
  color: #8b8b8b;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.acr-form__err {
  margin: 0;
  color: #ff8a8d;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.acr-form__submit {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 28px;
  border: none;
  border-radius: 16px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), #fc3039;
  color: #f6f6f6;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  cursor: pointer;
  transition: 0.3s;
  margin-top: 8px;
}

.acr-form__submit:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), #fb242f;
}

.acr-form__submit:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.acr-form-code-wrap {
  border-radius: 12px;
  border: 1px solid rgba(94, 233, 181, 0.3);
  background: rgba(94, 233, 181, 0.1);
  display: flex;
  padding: 24px 24px 24px 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}

.acr-form-code-text {
  flex: 1 0 0;
  color: var(--text, #f6f6f6);
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.acr-form-code {
  display: flex;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 16px;
  border: 1px solid #565656;
  background: rgba(38, 38, 38, 0.3);
  cursor: pointer;
  margin: 0;
  text-align: left;
  font: inherit;
  color: inherit;
  transition: 0.3s;
}

.acr-form-code:focus-visible {
  outline: 2px solid rgba(94, 233, 181, 0.55);
  outline-offset: 2px;
}

.acr-form-code svg {
  display: block;
  transition: opacity 0.3s;
}

.acr-form-code:hover svg {
  opacity: 0.8;
}

.acr-toast {
  box-sizing: border-box;
  position: fixed;
  bottom: 24px;
  left: 50%;
  z-index: 10000;
  max-width: min(90vw, 380px);
  padding: 14px 22px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #262626;
  color: #f6f6f6;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.45);
  opacity: 0;
  transform: translateX(-50%) translateY(16px);
  pointer-events: none;
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.acr-toast--visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}

.acr-form__success {
  display: none;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 32px 32px 40px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(135deg, #18181b 0%, rgba(24, 24, 27, 0.8) 99.99%, rgba(24, 24, 27, 0.5) 100%);
  text-align: left;
}

.acr-form--submitted .acr-form__shell {
  display: none;
}

.acr-form--submitted .acr-form__success {
  display: block;
}

.acr-form__success-inner {
  max-width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 32px;
}

.acr-form__success-copy {
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: 12px;
  padding: 24px;
  border: 1px solid rgba(94, 233, 181, 0.3);
  background: rgba(94, 233, 181, 0.1);
}

.acr-form__success-title {
  color: var(--text, #f6f6f6);
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}

.acr-form__success-text {
  color: var(--text2, #cfcfcf);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 24px;
}

.acr-form__success-actions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  width: 100%;
}

.acr-form__success-btn {
  min-width: min(100%, 200px);
  justify-content: center;
}

@media (max-width: 768px) {
  .acr-form__aside-kicker {
    font-size: 16px;
    line-height: 24px;
  }

  .acr-form__aside-title {
    font-size: 36px;
    line-height: 24px;
  }

  .acr-form__aside-text {
    font-size: 16px;
    line-height: 24px;
  }
  .acr-form__aside-text-wrap {
    margin-bottom: 24px;
  }

  .acr-form__success {
    padding: 28px 20px 36px;
  }

  .acr-form__success-title {
    font-size: 26px;
  }

  .acr-form__success-text {
    font-size: 18px;
    line-height: 24px;
  }

  .acr-form__success-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .acr-form__success-btn {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
  }

  .acr-form__label{
    margin-bottom: 4px;
  }
}

@media (max-width: 1200px) {
  .acr-form-wrap {
    flex-direction: column;
    gap: 18px;
  }

  .acr-form__aside {
    max-width: unset;
    margin-bottom: 60px;
  }

  .acr-form__aside-title {
    font-size: 34px;
  }
}

@media (max-width: 768px) {
  .acr-form__shell {
    padding: 24px 20px 36px;
  }

  .acr-form__aside-title {
    font-size: 28px;
    line-height: 1.15;
  }

  .acr-form__field {
    grid-template-columns: 1fr;
  }

  .acr-form__submit {
    width: 100%;
  }
}

.acr-footer {
  box-sizing: border-box;
  width: 100%;
  padding: 60px 0 120px;
}

.acr-footer-content {
  display: flex;
  align-items: flex-start;
  gap: 48px;
}

.acr-footer__logo-link {
  display: inline-flex;
  line-height: 0;
  opacity: 1;
}

.acr-footer__logo-link:hover,
.acr-footer__logo-link:focus-visible {
  opacity: 0.88;
}

.acr-footer__logo {
  display: block;
  width: 70px;
  height: auto;
}

.acr-footer-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.acr-footer-info {
  color: var(--text3, #bfbfbf);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 18px;
}

.acr-footer-info-link {
  color: var(--text2, #cfcfcf);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.acr-footer-text-mobile {
  display: none;
  margin-top: 48px;
}

.acr-footer-content .acr-footer-links {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media screen and (max-width: 768px) {
  .acr-footer {
    margin-top: 24px;
    padding: 36px 0 32px;
  }

  .acr-footer__top {
    flex-direction: column;
    align-items: flex-start;
  }

  .acr-footer-text {
    display: none;
  }

  .acr-footer-text-mobile {
    display: flex;
    flex-direction: column;
  }

  .acr-footer-info {
    font-size: 14px;
  }
  .acr-footer-info-link {
    font-size: 14px;
  }
}

.acr-page {
  position: relative;
}

.acr-top-back {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  background: radial-gradient(112.26% 117.34% at 30.73% 105.21%, rgba(0, 0, 0, 0.05) 55.77%, rgba(239, 68, 68, 0.1) 100%);
}

.acr-bottom-back {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  background: radial-gradient(130.32% 155.95% at 0% 100%, rgba(239, 68, 68, 0.1) 0%, rgba(0, 0, 0, 0.05) 55.77%);
}
