/* Персональная CRM — дополнительные стили страницы */

.pcrm-hero {
  width: 100%;
  float: left;
  padding: 48px 0 32px;
  background-image: url("/templates/dopingcrm.com/images/bg/individual.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto;
}

.pcrm-hero__eyebrow {
  width: 100%;
  float: left;
  color: #264AF2;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
}

.pcrm-hero__title {
  width: 100%;
  float: left;
  color: #051036;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.15;
  text-align: center;
  margin: 16px 0 0;
}

.pcrm-hero__title b {
  padding: 4px 16px 6px 50px;
  font-weight: 600;
  border-radius: 64px;
  border: 2px dashed #7B61FF;
  position: relative;
  white-space: nowrap;
}

.pcrm-hero__title b::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url("/templates/dopingcrm.com/images/icon/perfect.svg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: auto;
  left: 17px;
  top: 50%;
  transform: translateY(-50%);
}

.pcrm-hero__lead {
  width: 100%;
  max-width: 820px;
  color: rgba(5, 16, 54, 0.75);
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
  margin: 24px auto 0;
}

.pcrm-hero__actions {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 28px 0 0;
}

.pcrm-hero__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s;
}

.pcrm-hero__actions .pcrm-btn-primary {
  color: #fff;
  background-color: #264AF2;
}

.pcrm-hero__actions .pcrm-btn-primary:hover {
  color: #264AF2;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #264AF2;
}

.pcrm-hero__actions .pcrm-btn-outline {
  color: #051036;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #E0E0E0;
}

.pcrm-hero__actions .pcrm-btn-outline:hover {
  box-shadow: inset 0 0 0 1px #264AF2;
  color: #264AF2;
}

.pcrm-section {
  width: 100%;
  float: left;
  padding: 40px 0;
}

.pcrm-section--muted {
  background-color: #F3F4F8;
  padding: 40px 20px;
  width: calc(100% - 40px);
  border-radius: 10px;
}

.pcrm-section__title {
  width: 100%;
  float: left;
  color: #051036;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 8px;
}

.pcrm-section__subtitle {
  width: 100%;
  float: left;
  color: rgba(5, 16, 54, 0.65);
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 28px;
}

.pcrm-benefits {
  width: 100%;
  float: left;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.pcrm-benefit {
  float: left;
  padding: 24px;
  border-radius: 12px;
  border: 1px solid #E0E0E0;
  background: #fff;
}

.pcrm-benefit__num {
  display: inline-block;
  color: #264AF2;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin: 0 10px 12px 0;
}

.pcrm-benefit__title {
  color: #051036;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 8px;
}

.pcrm-benefit__text {
  color: rgba(5, 16, 54, 0.72);
  font-size: 15px;
  line-height: 1.45;
}

.pcrm-steps {
  width: 100%;
  float: left;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.pcrm-step {
  float: left;
  padding: 20px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #E0E0E0;
}

.pcrm-step__index {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #EEF1FF;
  color: #264AF2;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 14px;
}

.pcrm-step__title {
  color: #051036;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 6px 49px;
  height: 37px;
  display: flex;
  align-items: center;
}

.pcrm-step__text {
  color: rgba(5, 16, 54, 0.72);
  font-size: 14px;
  line-height: 1.45;
}

.pcrm-help-list {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pcrm-help-list li {
  position: relative;
  padding: 0 0 0 22px;
  margin: 0 0 12px;
  color: rgba(5, 16, 54, 0.82);
  font-size: 16px;
  line-height: 1.45;
}

.pcrm-help-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #264AF2;
}

.pcrm-calculator {
  width: 100%;
  float: left;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.85fr);
  gap: 20px;
  align-items: start;
}

.pcrm-calculator__panel {
  float: left;
  padding: 24px;
  border-radius: 12px;
  border: 1px solid #E0E0E0;
  background: #fff;
}

.pcrm-calculator__panel + .pcrm-calculator__panel {
  margin-top: 0;
}

.pcrm-calculator__panel-title {
  color: #051036;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 18px;
}

.pcrm-field {
  width: 100%;
  float: left;
  margin: 0 0 20px;
}

.pcrm-field:last-child {
  margin-bottom: 0;
}

.pcrm-field__label {
  display: block;
  color: #051036;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 8px;
}

.pcrm-field__hint {
  display: block;
  color: rgba(5, 16, 54, 0.55);
  font-size: 13px;
  line-height: 1.4;
  margin: 6px 0 0;
}

.pcrm-range {
  width: 100%;
  float: left;
}

.pcrm-range__value {
  float: right;
  color: #264AF2;
  font-size: 14px;
  font-weight: 600;
}

.pcrm-range input[type="range"] {
  width: 100%;
  height: 6px;
  margin: 10px 0 0;
  border-radius: 999px;
  background: #E8EBF5;
  appearance: none;
  cursor: pointer;
}

.pcrm-range input[type="range"]::-webkit-slider-thumb {
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #264AF2;
  border: 2px solid #fff;
  box-shadow: 0 1px 4px rgba(5, 16, 54, 0.2);
}

.pcrm-range input[type="range"]::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #264AF2;
  border: 2px solid #fff;
  box-shadow: 0 1px 4px rgba(5, 16, 54, 0.2);
}

.pcrm-chips {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pcrm-chip {
  position: relative;
  cursor: pointer;
}

.pcrm-chip input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.pcrm-chip span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid #E0E0E0;
  background: #fff;
  color: #051036;
  font-size: 14px;
  transition: 0.2s;
}

.pcrm-chip input:checked + span,
.pcrm-chip input:focus-visible + span {
  border-color: #264AF2;
  background: #EEF1FF;
  color: #264AF2;
}

.pcrm-checklist {
  width: 100%;
  float: left;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.pcrm-check {
  position: relative;
  float: left;
  cursor: pointer;
}

.pcrm-check input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.pcrm-check__box {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #E0E0E0;
  background: #fff;
  transition: 0.2s;
}

.pcrm-check__mark {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  border-radius: 4px;
  border: 1px solid #C9CEDB;
  background: #fff;
  position: relative;
}

.pcrm-check input:checked + .pcrm-check__box {
  border-color: #264AF2;
  background: #F8F9FF;
}

.pcrm-check input:checked + .pcrm-check__box .pcrm-check__mark {
  border-color: #264AF2;
  background: #264AF2;
}

.pcrm-check input:checked + .pcrm-check__box .pcrm-check__mark::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.pcrm-check__text {
  flex: 1;
  min-width: 0;
}

.pcrm-check__title {
  display: block;
  color: #051036;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
}

.pcrm-check__price {
  display: block;
  color: rgba(5, 16, 54, 0.55);
  font-size: 12px;
  margin-top: 4px;
}

.pcrm-check input:disabled + .pcrm-check__box {
  opacity: 0.72;
  cursor: default;
}

.pcrm-summary {
  position: sticky;
  top: 24px;
  float: left;
  padding: 24px;
  border-radius: 12px;
  background: #0D1321;
  color: #fff;
}

.pcrm-summary__eyebrow {
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 0 0 8px;
}

.pcrm-summary__price {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.1;
  margin: 0 0 4px;
}

.pcrm-summary__range {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  margin: 0 0 18px;
}

.pcrm-summary__meta {
  width: 100%;
  float: left;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 0 0 18px;
  padding: 0 0 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.pcrm-summary__meta dt {
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  margin: 0 0 4px;
}

.pcrm-summary__meta dd {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}

.pcrm-summary__breakdown {
  width: 100%;
  float: left;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.pcrm-summary__breakdown li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 13px;
  line-height: 1.35;
}

.pcrm-summary__breakdown li span:first-child {
  color: rgba(255, 255, 255, 0.72);
}

.pcrm-summary__breakdown li span:last-child {
  color: #fff;
  font-weight: 500;
  white-space: nowrap;
}

.pcrm-summary__note {
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  line-height: 1.45;
  margin: 0 0 16px;
}

.pcrm-summary .pcrm-btn-primary {
  width: 100%;
  float: left;
  min-height: 48px;
  padding: 0 20px;
  border: none;
  border-radius: 8px;
  background: #264AF2;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
}

.pcrm-summary .pcrm-btn-primary:hover {
  background: #fff;
  color: #264AF2;
}

.pcrm-request {
  width: 100%;
  float: left;
  scroll-margin-top: 24px;
}

.pcrm-request__grid {
  width: 100%;
  float: left;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.pcrm-request label {
  width: 100%;
  float: left;
}

.pcrm-request label span {
  display: block;
  color: #051036;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 6px;
}

.pcrm-request input,
.pcrm-request textarea {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid #E0E0E0;
  background: #fff;
  color: #051036;
  font-size: 15px;
}

.pcrm-request textarea {
  min-height: 110px;
  resize: vertical;
}

.pcrm-request input:focus,
.pcrm-request textarea:focus {
  border-color: #264AF2;
}

.pcrm-request__full {
  grid-column: 1 / -1;
}

.pcrm-request__actions {
  width: 100%;
  float: left;
  margin: 20px 0 0;
  text-align: center;
}

.pcrm-request__success {
  display: none;
  width: 100%;
  float: left;
  margin: 16px 0 0;
  padding: 16px;
  border-radius: 10px;
  background: #E8F7EE;
  color: #176B3A;
  text-align: center;
  font-size: 15px;
}

.pcrm-request__success.is-visible {
  display: block;
}

.pcrm-stats {
  width: 100%;
  float: left;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.pcrm-stat {
  float: left;
  padding: 20px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #E0E0E0;
  text-align: center;
}

.pcrm-stat__value {
  color: #264AF2;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.1;
  width: 100%;
  float: none;
}

.pcrm-stat__label {
  color: rgba(5, 16, 54, 0.72);
  font-size: 14px;
  line-height: 1.35;
  margin-top: 8px;
}

.display__item .pcrm-content {
  width: 100%;
  float: left;
}

.display__item .pcrm-content > h1 {
  width: 100%;
  float: left;
  color: #051036;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
}

@media (max-width: 1100px) {
  .pcrm-benefits,
  .pcrm-steps,
  .pcrm-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pcrm-calculator {
    grid-template-columns: 1fr;
  }

  .pcrm-summary {
    position: static;
  }
}

@media (max-width: 768px) {
  .pcrm-hero {
    padding-top: 32px;
  }

  .pcrm-hero__title {
    font-size: 28px;
  }

  .pcrm-hero__title b {
    display: inline-block;
    margin-top: 8px;
    white-space: normal;
  }

  .pcrm-hero__lead {
    font-size: 16px;
  }

  .pcrm-benefits,
  .pcrm-steps,
  .pcrm-stats,
  .pcrm-checklist,
  .pcrm-request__grid {
    grid-template-columns: 1fr;
  }

  .pcrm-section__title {
    font-size: 24px;
  }

  .pcrm-summary__price {
    font-size: 28px;
  }
}
