/* Экран результата чек-ина — 3 шага (по maket_3_ekrana_giper.html) */

.cf-wrap {
  padding: 0 16px;
  max-width: 680px;
  margin: 0 auto;
}

.cf-header {
  padding-top: 16px;
}

.cf-back {
  display: block;
  background: none;
  border: none;
  color: var(--text3);
  font-size: 13px;
  cursor: pointer;
  font-family: var(--sans);
  padding: 0;
  margin-bottom: 6px;
}

.cf-step-first .cf-back {
  display: none;
}

.cf-dots {
  display: flex;
  gap: 6px;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}

.cf-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--border);
  transition: background 0.2s;
}

.cf-dot.on {
  background: var(--accent);
}

.cf-step {
  padding-bottom: 40px;
}

.cf-label {
  font-size: 11px;
  letter-spacing: 1.5px;
  color: var(--accent);
  font-weight: 600;
  margin-bottom: 8px;
}

.cf-h1 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 24px;
  line-height: 1.25;
  color: var(--text);
  margin: 0 0 12px;
}

.cf-p {
  font-size: 14px;
  color: var(--text2);
  line-height: 1.6;
  margin: 0 0 12px;
}

.cf-p:last-child {
  margin-bottom: 0;
}

.cf-imp {
  color: var(--text);
}

.cf-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 14px;
  margin: 14px 0;
}

.cf-card-h {
  font-size: 12px;
  letter-spacing: 1px;
  color: var(--accent);
  font-weight: 700;
  margin-bottom: 10px;
}

.cf-check-item {
  display: flex;
  gap: 9px;
  margin-bottom: 9px;
  font-size: 13.5px;
  color: var(--text2);
  line-height: 1.45;
}

.cf-check-item:last-child {
  margin-bottom: 0;
}

.cf-check-item .cf-arrow {
  color: var(--accent);
  flex-shrink: 0;
}

.cf-btn {
  display: block;
  width: 100%;
  padding: 16px;
  border-radius: 14px;
  border: 1.5px solid var(--accent);
  background: var(--surface);
  color: var(--accent);
  font-size: 16px;
  font-weight: 600;
  font-family: var(--sans);
  margin-top: 18px;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
}

.cf-btn-gold {
  background: linear-gradient(135deg, var(--accent), #e8c87c);
  color: var(--bg);
  border: none;
  font-weight: 700;
  margin-top: 12px;
  margin-bottom: 0;
}

.cf-sub {
  font-size: 15px;
  font-weight: 700;
  color: var(--text);
  margin: 14px 0 10px;
}

.cf-lock-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 11px;
}

.cf-lock-item:last-child {
  margin-bottom: 0;
}

.cf-lock-item .cf-lock-t {
  font-size: 13.5px;
  color: var(--text2);
  line-height: 1.45;
}

.cf-proof {
  text-align: center;
  font-style: italic;
  font-size: 13px;
  color: var(--text3);
  margin: 12px 0;
  line-height: 1.5;
}

.cf-plans {
  display: flex;
  gap: 10px;
  margin: 12px 0 10px;
}

.cf-plan {
  flex: 1;
  background: var(--surface);
  border: 1.5px solid var(--border);
  border-radius: 12px;
  padding: 11px 8px;
  text-align: center;
  cursor: pointer;
  font-family: var(--sans);
  color: inherit;
}

.cf-plan-year {
  border-color: var(--accent);
}

.cf-plan-nm {
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
}

.cf-plan-pr {
  font-size: 16px;
  font-weight: 700;
  color: var(--accent);
  margin-top: 2px;
}

.cf-plan-hint {
  font-size: 10.5px;
  color: var(--text3);
  margin-top: 3px;
  line-height: 1.35;
}

.cf-honest {
  text-align: center;
  font-size: 11px;
  color: var(--text3);
  line-height: 1.5;
}

.cf-timer {
  text-align: center;
  font-size: 11px;
  color: var(--text3);
  margin-top: 4px;
}

.cf-timer b {
  color: var(--accent);
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}
