/* うららん 相性ランディング画面 固有スタイル */

/* タイトル */
.compat-hero {
  text-align: center;
  padding: 8px 16px 12px;
}
.compat-hero-title {
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  font-weight: 600;
  color: #333;
}
.compat-hero-sub {
  font-size: 11px;
  color: var(--ts);
  margin-top: 4px;
}

/* 相手情報入力カード */
.partner-input-card {
  background: #fff;
  border-radius: 14px;
  padding: 14px;
  margin: 0 16px 14px;
  border: 1px solid var(--bd);
  box-shadow: 0 1px 4px rgba(0, 0, 0, .04);
}
.partner-input-title {
  font-size: 12px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
}
.partner-input-row {
  margin-bottom: 8px;
}
.partner-input-row:last-of-type {
  margin-bottom: 10px;
}
.partner-update-btn {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 14px;
  background: var(--pu);
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  font-family: inherit;
}
.partner-update-btn:active { transform: scale(.98); }

/* 機能紹介リスト */
.compat-features {
  margin: 24px 16px;
  background: #fff;
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, .05);
}
.compat-feat {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #f5f5f5;
}
.compat-feat:last-child { border-bottom: none; }
.compat-feat-ico {
  font-size: 20px;
  flex-shrink: 0;
  width: 28px;
  text-align: center;
}
.compat-feat-body { flex: 1; }
.compat-feat-title {
  font-size: 13px;
  font-weight: 600;
  color: #333;
  margin-bottom: 2px;
}
.compat-feat-desc {
  font-size: 11px;
  color: #999;
  line-height: 1.5;
}

/* 日めくり裏面の CTA */
.compat-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--pu);
  color: #fff;
  border: none;
  padding: 12px 28px;
  border-radius: 28px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
  box-shadow: 0 4px 16px rgba(123, 97, 255, .3);
}
.compat-cta:active { transform: scale(.97); }
.compat-cta-sub {
  display: block;
  text-align: center;
  font-size: 10px;
  color: #bbb;
}
.compat-sample-link {
  display: block;
  margin: 8px auto 0;
  padding: 6px 12px;
  border: none;
  background: none;
  font-size: 11px;
  color: #888;
  cursor: pointer;
  font-family: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* 価格カード */
.compat-price-card {
  background: linear-gradient(135deg, #F8F5FF, #F0EAFF);
  border: 1.5px solid var(--pu);
  border-radius: 14px;
  padding: 20px;
  text-align: center;
  margin: 0 16px 16px;
}
.compat-price {
  font-size: 32px;
  font-weight: 700;
  color: var(--pu-d);
}
.compat-price-unit {
  font-size: 14px;
  font-weight: 400;
  color: #888;
}
.compat-price-period {
  font-size: 11px;
  color: #999;
  margin-top: 4px;
}
.compat-price-note {
  font-size: 10px;
  color: var(--pu);
  margin-top: 6px;
}

.compat-unlock-wrap {
  padding: 0 16px 20px;
}
.compat-unlock-btn {
  display: block;
  width: 100%;
  padding: 14px;
  border: none;
  border-radius: 28px;
  background: var(--pu);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
  box-shadow: 0 4px 16px rgba(123, 97, 255, .3);
  margin-bottom: 8px;
}
.compat-unlock-btn:active { transform: scale(.98); }
.compat-unlock-sub {
  text-align: center;
  font-size: 10px;
  color: #bbb;
}
