/* UITG 7 天打卡营落地页 · 糖果色 / 先开口
   不套加油站 station.css：米色酒红是选品页，这里是七天小营。 */
:root {
  --ink: #2a2433;
  --muted: #6d6474;
  --bg: #fff4ee;
  --sheet: #fffdfb;
  --coral: #ef6d7a;
  --coral-deep: #d95a68;
  --mint: #4fc4a8;
  --sky: #6eb4ef;
  --lilac: #b48ad6;
  --lemon: #f3c14b;
  --peach: #f3a07a;
  --line: rgba(42, 36, 51, 0.08);
  --shadow: 0 16px 40px rgba(239, 109, 122, 0.12);
  --max: 1040px;
  --d1: #ef6d7a;
  --d2: #f3a07a;
  --d3: #f3c14b;
  --d4: #4fc4a8;
  --d5: #6eb4ef;
  --d6: #b48ad6;
  --d7: #ef7aa8;
}

* { box-sizing: border-box; }
html, body { margin: 0; }
body.cp {
  font: 16px/1.65 "PingFang SC", "Hiragino Sans GB", "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--bg);
  min-height: 100vh;
  position: relative;
}
.cp a { color: var(--coral-deep); }

.cp-wash {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(900px 480px at 8% -8%, rgba(239, 109, 122, 0.22), transparent 58%),
    radial-gradient(720px 420px at 96% 4%, rgba(110, 180, 239, 0.2), transparent 55%),
    radial-gradient(640px 380px at 70% 100%, rgba(79, 196, 168, 0.16), transparent 50%),
    radial-gradient(500px 320px at 12% 88%, rgba(243, 193, 75, 0.18), transparent 52%);
}

.cp-frame {
  position: relative;
  z-index: 1;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 28px 88px;
}

.cp-bar {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 22px 0 10px;
}
.cp-brand {
  text-decoration: none;
  color: var(--ink);
  font-weight: 700;
  font-size: 1.02rem;
}
.cp-brand small {
  display: block;
  margin-top: 2px;
  font-size: 0.72rem;
  font-weight: 500;
  color: var(--muted);
  letter-spacing: 0.08em;
}
.cp-bar nav a {
  margin-left: 16px;
  color: var(--muted);
  text-decoration: none;
  font-size: 0.88rem;
}
.cp-bar nav a:hover { color: var(--ink); }

.cp-hero {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 36px;
  align-items: stretch;
  padding: 18px 0 40px;
}

.cp-beads {
  display: flex;
  gap: 8px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}
.cp-beads li {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 0.82rem;
  box-shadow: 0 6px 14px rgba(42, 36, 51, 0.08);
}
.cp-beads li:nth-child(1) { background: var(--d1); }
.cp-beads li:nth-child(2) { background: var(--d2); }
.cp-beads li:nth-child(3) { background: var(--d3); color: #5a4310; }
.cp-beads li:nth-child(4) { background: var(--d4); }
.cp-beads li:nth-child(5) { background: var(--d5); }
.cp-beads li:nth-child(6) { background: var(--d6); }
.cp-beads li:nth-child(7) { background: var(--d7); }

.cp-k {
  margin: 0 0 10px;
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--coral-deep);
  font-weight: 700;
}
.cp-hero h1 {
  margin: 0 0 16px;
  font-size: clamp(2.2rem, 5.4vw, 3.4rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.12;
}
.cp-hero .lead {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 1.05rem;
  max-width: 28em;
  line-height: 1.75;
  text-wrap: pretty;
}
.cp-free {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 18px 0 0;
  padding: 8px 14px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.88rem;
  color: var(--muted);
}
.cp-free b {
  color: var(--coral-deep);
  font-weight: 800;
}

.cp-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 0;
  align-items: center;
}
.cp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  background: var(--coral);
  color: #fff !important;
  text-decoration: none;
  font-weight: 700;
  border-radius: 999px;
  border: 2px solid var(--coral);
  box-shadow: 0 10px 22px rgba(239, 109, 122, 0.28);
}
.cp-btn:hover { background: var(--coral-deep); border-color: var(--coral-deep); }
.cp-btn-ghost {
  background: #fff;
  color: var(--ink) !important;
  border-color: rgba(42, 36, 51, 0.12);
  box-shadow: none;
}
.cp-btn-ghost:hover { background: #fff7f4; }
.cp-btn-text {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
}

.cp-qr {
  background: var(--sheet);
  border-radius: 28px;
  padding: 28px 24px 24px;
  text-align: center;
  box-shadow: var(--shadow);
  border: 1px solid rgba(255, 255, 255, 0.9);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cp-qr img {
  width: 196px;
  height: 196px;
  margin: 0 auto 16px;
  display: block;
  background: #fff;
  border-radius: 16px;
}
.cp-qr h2 {
  margin: 0 0 6px;
  font-size: 1.15rem;
  font-weight: 800;
}
.cp-qr p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.6;
}

.cp-block { padding: 8px 0 48px; }
.cp-block h2 {
  margin: 0 0 10px;
  font-size: clamp(1.45rem, 3vw, 1.85rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}
.cp-block .sub {
  margin: 0 0 22px;
  color: var(--muted);
  max-width: 32em;
  line-height: 1.75;
  text-wrap: pretty;
}

.cp-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.cp-fact {
  background: var(--sheet);
  border-radius: 22px;
  padding: 20px 18px 18px;
  border-top: 6px solid var(--coral);
  box-shadow: 0 10px 24px rgba(42, 36, 51, 0.05);
}
.cp-fact:nth-child(2) { border-top-color: var(--mint); }
.cp-fact:nth-child(3) { border-top-color: var(--sky); }
.cp-fact h3 { margin: 0 0 8px; font-size: 1.05rem; font-weight: 800; }
.cp-fact p { margin: 0; color: var(--muted); font-size: 0.94rem; line-height: 1.65; }

.cp-week {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cp-week li {
  background: var(--sheet);
  border-radius: 16px;
  padding: 14px 8px 12px;
  text-align: center;
  font-size: 0.78rem;
  color: var(--muted);
  font-weight: 600;
}
.cp-week b {
  display: block;
  width: 28px;
  height: 28px;
  margin: 0 auto 8px;
  border-radius: 50%;
  color: #fff;
  font-size: 0.78rem;
  line-height: 28px;
}
.cp-week li:nth-child(1) b { background: var(--d1); }
.cp-week li:nth-child(2) b { background: var(--d2); }
.cp-week li:nth-child(3) b { background: var(--d3); color: #5a4310; }
.cp-week li:nth-child(4) b { background: var(--d4); }
.cp-week li:nth-child(5) b { background: var(--d5); }
.cp-week li:nth-child(6) b { background: var(--d6); }
.cp-week li:nth-child(7) b { background: var(--d7); }

.cp-steps {
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
  counter-reset: cp-step;
}
.cp-steps li {
  counter-increment: cp-step;
  position: relative;
  padding: 16px 0 16px 56px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
}
.cp-steps li:last-child { border-bottom: 0; }
.cp-steps li::before {
  content: counter(cp-step);
  position: absolute;
  left: 0;
  top: 14px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  color: var(--coral-deep);
  border: 2px solid rgba(239, 109, 122, 0.35);
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cp-steps strong { color: var(--ink); }

.cp-foot {
  border-top: 1px solid var(--line);
  padding-top: 22px;
  font-size: 0.86rem;
  color: var(--muted);
}
.cp-foot a { color: var(--muted); }
.cp-foot nav { margin: 10px 0; }
.cp-foot nav a { margin-right: 14px; }

@media (max-width: 820px) {
  .cp-frame { padding: 0 18px 64px; }
  .cp-hero { grid-template-columns: 1fr; gap: 22px; padding-top: 8px; }
  .cp-facts { grid-template-columns: 1fr; }
  .cp-week { gap: 6px; }
  .cp-week li { padding: 12px 4px 10px; font-size: 0.68rem; }
  .cp-hero h1 { font-size: 2.15rem; }
}
@media (max-width: 640px) {
  .cp-week { grid-template-columns: repeat(4, 1fr); }
}
